:root {
  --cream: #fff8ea;
  --paper: #fffdf7;
  --orange: #f05a2b;
  --coral: #ff7552;
  --yellow: #ffc94a;
  --green: #173f2d;
  --green-2: #245a3f;
  --teal: #008f8a;
  --pink: #f73379;
  --lime: #7cae35;
  --ink: #18231c;
  --muted: #657067;
  --line: rgba(23, 63, 45, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
main { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
img { display: block; }
section, header, footer, .hero-copy, .hero-visual, .section-intro > *, .gallery-heading > *, .package-card > *, .contact-copy { min-width: 0; }
.hero-photo img, .gallery-item img { position: absolute; inset: 0; width: 100%; height: 100%; }

.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 7px 20px; background: var(--teal); color: #fff8ea; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 700; }
.announcement-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--yellow); }

.site-header { height: 92px; max-width: 1320px; margin: auto; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand-logo { width: 84px; height: 84px; object-fit: contain; mix-blend-mode: multiply; }
nav { display: flex; gap: 34px; margin-left: auto; }
nav a { position: relative; padding: 8px 0; font-size: 13px; font-weight: 700; }
nav a:after { content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--orange); transition: right .2s ease; }
nav a:hover:after, nav a:focus-visible:after { right: 0; }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 0 24px; border: 2px solid var(--green); border-radius: 999px; background: var(--green); color: #fff; font-size: 13px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--green-2); }
.button-small { min-height: 43px; padding: 0 20px; }
.button-dark { margin-top: 8px; background: var(--ink); border-color: var(--ink); }

.hero { min-height: 750px; max-width: 1320px; margin: auto; padding: 58px 34px 90px; display: grid; grid-template-columns: .93fr 1.07fr; gap: 60px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 500; letter-spacing: -.045em; }
h1 { max-width: 640px; font-size: clamp(64px, 6.6vw, 104px); line-height: .88; }
h1 em { color: var(--orange); font-weight: 500; }
.hero-lede { max-width: 580px; margin: 31px 0 0; color: #4f5b53; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 35px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding: 12px 4px; border-bottom: 1px solid var(--green); font-size: 13px; font-weight: 800; }
.deposit-note { width: fit-content; margin: 19px 0 0; padding: 10px 15px; border: 1px solid rgba(0,143,138,.3); border-radius: 999px; background: rgba(0,143,138,.08); color: var(--green); font-size: 13px; }
.deposit-note strong { color: var(--teal); }
.quick-facts { display: flex; gap: 0; margin-top: 52px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts > div { flex: 1; padding: 18px 18px 18px 0; }
.quick-facts > div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.quick-facts strong { display: block; font-family: Georgia, 'Times New Roman', serif; font-size: 25px; }
.quick-facts span { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.hero-visual { position: relative; min-height: 610px; }
.sun-shape { position: absolute; top: 4%; right: -2%; width: 78%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); }
.sun-shape:after { content: ''; position: absolute; inset: 30%; border: 2px solid rgba(255,255,255,.58); border-radius: 50%; }
.hero-photo { position: absolute; left: 2%; top: 11%; width: 91%; height: 77%; overflow: hidden; border: 7px solid var(--paper); border-radius: 46% 46% 24px 24px; box-shadow: 0 24px 60px rgba(50, 45, 26, .2); transform: rotate(2deg); }
.hero-photo img { object-fit: cover; }
.hero-logo-badge { position: absolute; z-index: 4; right: -2%; top: 2%; width: 170px; height: 170px; display: grid; place-items: center; overflow: hidden; border: 5px solid var(--paper); border-radius: 26px; background: #fff; box-shadow: 0 16px 36px rgba(34,31,19,.19); transform: rotate(4deg); }
.hero-logo-badge img { width: 100%; height: 100%; object-fit: cover; }
.price-sticker { position: absolute; z-index: 3; left: -1%; bottom: 2%; width: 154px; height: 154px; border: 4px solid var(--cream); border-radius: 50%; background: var(--orange); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 12px 30px rgba(34, 31, 19, .18); transform: rotate(-9deg); }
.price-sticker span, .price-sticker small { font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-sticker span { font-size: 10px; }
.price-sticker strong { margin: -2px 0; font-family: Georgia, 'Times New Roman', serif; font-size: 46px; }
.price-sticker small { font-size: 8px; }
.spark { position: absolute; z-index: 3; color: var(--orange); font-size: 48px; }
.spark-one { left: -3%; top: 6%; transform: rotate(13deg); }
.spark-two { right: 1%; bottom: 1%; color: var(--green); font-size: 34px; }

.package-section { padding: 110px max(34px, calc((100vw - 1252px) / 2)); background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 1.15fr .85fr; column-gap: 60px; align-items: end; margin-bottom: 56px; }
.section-intro .eyebrow { grid-column: 1 / -1; }
h2 { font-size: clamp(52px, 5vw, 82px); line-height: .95; }
.section-intro > p:last-child { max-width: 490px; margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.package-card { padding: 48px; border-radius: 28px; background: var(--green); color: var(--cream); display: grid; grid-template-columns: .76fr 1.24fr; column-gap: 62px; }
.package-price { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-right: 44px; border-right: 1px solid rgba(255,255,255,.18); }
.package-price > span { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.package-price > strong { margin: 13px 0 5px; font-family: Georgia, 'Times New Roman', serif; color: var(--yellow); font-size: clamp(86px, 10vw, 150px); font-weight: 500; line-height: .8; }
.package-price sup { font-size: .32em; vertical-align: top; }
.package-price p { color: rgba(255,255,255,.65); font-size: 13px; }
.deposit-card { display: flex; align-items: center; gap: 10px; margin-top: 18px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(255,255,255,.08); }
.deposit-card strong { margin: 0; color: var(--yellow); font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 900; line-height: 1; }
.deposit-card span { color: rgba(255,255,255,.75); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; }
.included-grid article { min-height: 180px; padding: 17px 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.included-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.16); }
.included-grid article:nth-last-child(-n+2) { border-bottom: none; }
.included-grid span { color: var(--yellow); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.included-grid h3 { margin: 25px 0 8px; font-family: Georgia, 'Times New Roman', serif; font-size: 28px; font-weight: 500; }
.included-grid p { margin: 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.55; }
.package-card > .button { grid-column: 2; justify-self: start; }

.steps-section { padding: 110px max(34px, calc((100vw - 1252px) / 2)); }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.steps article > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--green); font-family: Georgia, 'Times New Roman', serif; }
.steps h3 { margin: 0 0 7px; font-family: Georgia, 'Times New Roman', serif; font-size: 27px; font-weight: 500; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; }

.gallery-section { padding: 110px max(34px, calc((100vw - 1252px) / 2)); background: var(--orange); color: var(--cream); }
.gallery-section .eyebrow { color: var(--yellow); }
.gallery-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 58px; }
.gallery-heading > p { max-width: 410px; margin: 0 0 4px; color: rgba(255,255,255,.74); font-size: 16px; line-height: 1.7; }
.gallery-grid { display: grid; grid-template-columns: 1.07fr .93fr; grid-template-rows: 420px 420px; gap: 22px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border: 7px solid var(--cream); border-radius: 20px; background: #fff; }
.gallery-item img { object-fit: cover; transition: transform .45s ease; }
.gallery-item:hover img { transform: scale(1.025); }
.gallery-item figcaption { position: absolute; left: 18px; bottom: 17px; padding: 9px 13px; border-radius: 999px; background: var(--cream); color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.gallery-item-1 { transform: rotate(-1deg); }
.gallery-item-2 { transform: rotate(1deg); }
.gallery-item-3 { transform: rotate(.6deg); }
.gallery-item-4 { transform: rotate(-.7deg); }

.faq-section { padding: 115px max(34px, calc((100vw - 1252px) / 2)); display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; background: var(--paper); }
.faq-heading { position: sticky; top: 50px; align-self: start; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-weight: 300; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 620px; margin: -6px 45px 24px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.contact-section { min-height: 590px; display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; background: var(--green); color: var(--cream); }
.contact-art { position: relative; display: grid; place-items: center; overflow: hidden; background: var(--yellow); }
.contact-art:before, .contact-art:after { content: ''; position: absolute; width: 380px; height: 380px; border: 2px solid rgba(23,63,45,.22); border-radius: 50%; }
.contact-art:after { width: 520px; height: 520px; }
.contact-logo { position: relative; z-index: 2; width: min(82%, 440px); height: auto; border: 8px solid #fff; border-radius: 30px; background: #fff; box-shadow: 0 20px 50px rgba(34,31,19,.2); transform: rotate(-2deg); }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 88px 8vw; }
.contact-copy .eyebrow { color: var(--yellow); }
.contact-copy > p:not(.eyebrow) { max-width: 570px; margin: 26px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.7; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button-light { background: var(--yellow); border-color: var(--yellow); color: var(--green); }
.button-light:hover { background: #ffda79; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.5); }
.button-outline:hover { background: rgba(255,255,255,.08); }
footer { min-height: 170px; padding: 40px max(34px, calc((100vw - 1252px) / 2)); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 30px; background: #102c20; color: rgba(255,255,255,.72); }
.brand-footer { justify-self: start; }
.footer-logo { width: 112px; height: 112px; object-fit: contain; border-radius: 18px; background: #fff; }
footer p { font-size: 12px; text-align: right; }
footer > small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; text-align: center; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 42px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 650px; }
  .section-intro, .gallery-heading { grid-template-columns: 1fr; }
  .section-intro > p:last-child, .gallery-heading > p { margin-top: 22px; }
  .package-card { grid-template-columns: 1fr; }
  .package-price { padding: 0 0 38px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .included-grid { margin-top: 24px; }
  .package-card > .button { grid-column: 1; margin-top: 26px; }
  .faq-section { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
}

@media (max-width: 700px) {
  body { overflow-x: hidden; }
  .announcement { justify-content: center; padding-inline: 16px; font-size: 9px; line-height: 1.35; text-align: center; }
  .announcement span:last-child, .announcement-dot { display: none; }
  .site-header { height: 76px; padding: 0 18px; }
  .site-header > .button { display: none; }
  .brand-logo { width: 64px; height: 64px; }
  .hero { min-height: 0; padding: 32px 18px 60px; }
  .eyebrow { font-size: 10px; line-height: 1.45; letter-spacing: .14em; }
  h1 { max-width: 100%; font-size: clamp(42px, 13vw, 54px); line-height: .94; letter-spacing: -.055em; overflow-wrap: break-word; }
  h1 br { display: none; }
  h1 em { display: block; margin-top: 6px; }
  .hero-lede { margin-top: 24px; font-size: 16px; line-height: 1.55; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .deposit-note { width: 100%; border-radius: 16px; line-height: 1.35; text-align: center; }
  .quick-facts { display: grid; grid-template-columns: 1fr; margin-top: 32px; }
  .quick-facts > div { padding: 14px 0; }
  .quick-facts > div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .quick-facts strong { font-size: 23px; }
  .quick-facts span { font-size: 9px; line-height: 1.3; }
  .hero-visual { min-height: 360px; }
  .sun-shape { right: 0; width: 84%; }
  .hero-photo { left: 2%; top: 10%; width: 94%; height: 76%; border-width: 5px; }
  .hero-logo-badge { width: 92px; height: 92px; right: 0; top: 2%; border-width: 4px; border-radius: 16px; }
  .price-sticker { width: 104px; height: 104px; left: 0; bottom: 0; }
  .price-sticker strong { font-size: 31px; }
  .price-sticker span { font-size: 8px; }
  .price-sticker small { font-size: 7px; }
  .spark-one { left: 0; }
  .package-section, .steps-section, .gallery-section, .faq-section { padding: 64px 18px; }
  h2 { max-width: 100%; font-size: clamp(36px, 10.5vw, 46px); line-height: 1; letter-spacing: -.05em; overflow-wrap: break-word; }
  .section-intro, .gallery-heading { margin-bottom: 38px; }
  .package-card { width: 100%; padding: 26px 18px; border-radius: 22px; column-gap: 0; }
  .package-price { min-width: 0; padding-bottom: 28px; }
  .package-price > strong { max-width: 100%; font-size: clamp(76px, 24vw, 92px); }
  .package-price p { line-height: 1.5; }
  .deposit-card { width: 100%; flex-direction: column; align-items: flex-start; gap: 6px; }
  .deposit-card span { line-height: 1.35; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article, .included-grid article:nth-child(odd), .included-grid article:nth-last-child(-n+2) { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .included-grid article:last-child { border-bottom: 0; }
  .included-grid h3 { margin-top: 14px; font-size: 25px; line-height: 1.1; }
  .steps article { grid-template-columns: 44px minmax(0, 1fr); gap: 12px; }
  .steps h3 { font-size: 24px; line-height: 1.15; overflow-wrap: break-word; }
  .steps p { font-size: 15px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 245px); gap: 18px; }
  .gallery-item { border-width: 5px; }
  summary { min-height: 0; align-items: flex-start; padding: 22px 0; font-size: 18px; line-height: 1.3; overflow-wrap: break-word; }
  summary span { flex: 0 0 auto; }
  details p { margin: -4px 0 24px; }
  .contact-section { grid-template-columns: 1fr; }
  .contact-art { min-height: 310px; }
  .contact-logo { width: min(74%, 270px); }
  .contact-copy { padding: 60px 18px; }
  .contact-copy > p:not(.eyebrow) { font-size: 15px; }
  .contact-actions { flex-direction: column; align-items: stretch; }
  .contact-actions .button { width: 100%; padding-inline: 16px; }
  footer { grid-template-columns: 1fr; padding: 44px 18px; text-align: center; }
  .brand-footer { justify-self: center; }
  .footer-logo { width: 124px; height: 124px; }
  footer p { text-align: center; }
  footer > small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
