:root {
  --ink: #17382f;
  --deep: #0b2b24;
  --cream: #f4efe4;
  --sand: #ded0b9;
  --lime: #d6ef87;
  --white: #fffdf8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }

.nav {
  position: absolute; z-index: 20; top: 0; left: 0; width: 100%; padding: 25px 4.5%;
  display: flex; align-items: center; justify-content: space-between; color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.28);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 12px; line-height: 1.05; letter-spacing: .12em; text-transform: uppercase; font-weight: 700; }
.brand-mark { width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 10px; letter-spacing: .08em; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links > a:not(.button) { opacity: .9; transition: opacity .2s; }
.nav-links > a:hover { opacity: 1; }
.menu-button { display: none; background: none; border: 0; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 1px; background: white; margin: 6px; }

.hero {
  min-height: 850px; height: 100vh; position: relative; display: flex; align-items: flex-end;
  padding: 0 6% 9%; color: var(--white); background: #314b40 url("https://images.unsplash.com/photo-1634337188375-90cf415bf374?auto=format&fit=crop&fm=jpg&q=85&w=2400") center/cover no-repeat;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,25,20,.64), rgba(5,25,20,.06) 70%), linear-gradient(0deg, rgba(5,25,20,.46), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 900px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; font-size: 11px; letter-spacing: .2em; font-weight: 700; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; background: currentColor; vertical-align: middle; margin-right: 12px; }
.light { color: var(--white); }
h1, h2, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.045em; }
h1 { font-size: clamp(64px, 8.1vw, 122px); line-height: .88; margin: 0; }
h1 em, h2 em { color: var(--lime); font-weight: 400; }
.hero-copy { max-width: 550px; font-size: 17px; line-height: 1.65; margin: 34px 0; color: rgba(255,255,255,.85); }
.hero-actions { display: flex; align-items: center; gap: 36px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; padding: 18px 24px; border: 1px solid transparent; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; cursor: pointer; }
.button-light { background: var(--lime); color: var(--deep); }
.button-small { border-color: rgba(255,255,255,.8); padding: 12px 18px; }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .13em; font-weight: 700; padding-bottom: 5px; border-bottom: 1px solid currentColor; }
.hero-stamp { position: absolute; z-index: 1; right: 5%; bottom: 9%; width: 145px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; transform: rotate(-8deg); }
.hero-stamp span { font-size: 8px; text-transform: uppercase; letter-spacing: .18em; }
.hero-stamp strong { font-family: Georgia, serif; font-size: 29px; font-weight: 400; }
.photo-credit { position: absolute; right: 4%; bottom: 22px; margin: 0; font-size: 8px; letter-spacing: .08em; opacity: .65; }

.intro { padding: 135px 7% 95px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10%; align-items: end; }
h2 { margin: 0; font-size: clamp(52px, 6vw, 90px); line-height: .94; }
.intro-copy { max-width: 520px; padding-bottom: 7px; }
.intro-copy p { font-size: 19px; line-height: 1.65; margin: 0 0 35px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(23,56,47,.2); border-bottom: 1px solid rgba(23,56,47,.2); margin: 0 5% 130px; }
.service-card { min-height: 330px; padding: 32px; border-right: 1px solid rgba(23,56,47,.2); display: flex; flex-direction: column; }
.service-card:last-child { border-right: 0; }
.service-card > span { font-size: 11px; letter-spacing: .12em; }
.service-card h3 { margin: auto 0 22px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.service-card p { margin: 0; font-size: 14px; line-height: 1.65; opacity: .72; }

.work-section { background: var(--deep); color: var(--white); padding: 125px 5%; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 40px; margin: 0 2% 75px; }
.light-muted { color: rgba(255,255,255,.65); line-height: 1.65; }
.portfolio-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 16px; }
.portfolio-card { min-height: 580px; position: relative; overflow: hidden; padding: 24px; display: flex; flex-direction: column; justify-content: space-between; background-size: cover; background-position: center; }
.portfolio-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,22,17,.76), transparent 65%); }
.portfolio-one { background-image: url("https://images.unsplash.com/photo-1634337188375-90cf415bf374?auto=format&fit=crop&fm=jpg&q=80&w=1400"); }
.portfolio-two { background-image: linear-gradient(135deg, #7b5a3d, #d1a36b 48%, #18362b); }
.portfolio-three { background-image: linear-gradient(160deg, #91b1a3, #284c44 40%, #b7a57d); }
.portfolio-two::before, .portfolio-three::before { content: "YOUR WORK"; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%) rotate(-90deg); font-size: 11px; letter-spacing: .4em; white-space: nowrap; opacity: .65; }
.portfolio-number, .portfolio-label { position: relative; z-index: 1; }
.portfolio-number { font-size: 11px; letter-spacing: .15em; }
.portfolio-label span { text-transform: uppercase; font-size: 9px; letter-spacing: .2em; }
.portfolio-label h3 { font-family: Georgia, serif; font-weight: 400; font-size: 30px; margin: 10px 0 0; max-width: 270px; }

.audience { padding: 135px 7%; display: grid; grid-template-columns: .65fr 1fr; gap: 9%; }
.audience > .eyebrow { grid-column: 1/-1; }
.audience-list { border-top: 1px solid rgba(23,56,47,.25); }
.audience-list div { display: grid; grid-template-columns: 45px 1fr auto; padding: 25px 0; align-items: center; border-bottom: 1px solid rgba(23,56,47,.25); }
.audience-list span { font-size: 10px; letter-spacing: .1em; }
.audience-list strong { font-family: Georgia, serif; font-size: 25px; font-weight: 400; }

.packages-section { padding: 125px 5%; background: #e4d9c6; }
.section-heading.dark p:last-child { line-height: 1.65; opacity: .72; }
.packages-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.package-card { background: var(--white); padding: 34px 26px 28px; min-height: 590px; display: flex; flex-direction: column; position: relative; border-top: 3px solid var(--ink); }
.package-card.featured { background: var(--ink); color: white; border-color: var(--lime); transform: translateY(-14px); }
.popular { position: absolute; top: 0; right: 0; background: var(--lime); color: var(--deep); padding: 8px 12px; text-transform: uppercase; letter-spacing: .14em; font-size: 8px; font-weight: 700; }
.package-name { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 700; margin: 0 0 45px; }
.price { font-family: Georgia, serif; font-size: 43px; margin: 0; letter-spacing: -.04em; }
.price small { font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; margin-left: 7px; opacity: .6; }
.package-note { font-size: 12px; opacity: .65; min-height: 42px; margin: 9px 0 26px; }
.package-card ul { list-style: none; padding: 26px 0; margin: 0; border-top: 1px solid rgba(23,56,47,.18); }
.package-card li { padding: 8px 0 8px 19px; font-size: 13px; line-height: 1.35; position: relative; }
.package-card li::before { content: "·"; position: absolute; left: 2px; font-weight: 700; }
.package-card > a { margin-top: auto; border-top: 1px solid rgba(23,56,47,.25); padding-top: 20px; display: flex; justify-content: space-between; font-size: 10px; text-transform: uppercase; letter-spacing: .11em; font-weight: 700; }
.featured > a, .featured ul { border-color: rgba(255,255,255,.22); }

.addons { padding: 120px 7%; display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; }
.addons > div:first-child > p:last-child { max-width: 370px; line-height: 1.6; opacity: .7; margin-top: 30px; }
.addons-list { border-top: 1px solid rgba(23,56,47,.25); }
.addons-list div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(23,56,47,.25); }
.addons-list span { font-family: Georgia, serif; font-size: 20px; }
.addons-list strong { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; text-align: right; }

.benefits { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--deep); color: white; }
.benefits-image { background: url("https://images.unsplash.com/photo-1634337188375-90cf415bf374?auto=format&fit=crop&fm=jpg&q=82&w=1600") center/cover; }
.benefits-copy { padding: 105px 10%; display: flex; flex-direction: column; }
.benefits-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); line-height: 1.7; max-width: 550px; font-size: 16px; }
.benefit-points { margin-top: auto; border-top: 1px solid rgba(255,255,255,.2); }
.benefit-points div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.benefit-points strong { font-size: 9px; color: var(--lime); }
.benefit-points span { font-family: Georgia, serif; font-size: 18px; }

.testimonials { padding: 135px 12%; text-align: center; }
.testimonials .eyebrow::before { display: none; }
blockquote { max-width: 1020px; margin: 45px auto 35px; font-size: clamp(34px,4.5vw,64px); line-height: 1.14; }
.quote-credit { text-transform: uppercase; font-size: 9px; letter-spacing: .16em; font-weight: 700; }
.testimonial-note { display: inline-block; margin-top: 24px; padding: 8px 12px; border: 1px solid rgba(23,56,47,.22); font-size: 9px; letter-spacing: .08em; opacity: .6; }

.faq { padding: 125px 7%; display: grid; grid-template-columns: .7fr 1.3fr; gap: 10%; background: var(--white); }
.faq-list { border-top: 1px solid rgba(23,56,47,.25); }
details { border-bottom: 1px solid rgba(23,56,47,.25); }
summary { list-style: none; cursor: pointer; padding: 25px 0; display: flex; justify-content: space-between; gap: 20px; font-family: Georgia, serif; font-size: 21px; }
summary::-webkit-details-marker { display: none; }
summary span { font-family: Arial; font-weight: 300; transition: transform .25s; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -8px 50px 25px 0; line-height: 1.65; opacity: .7; }

.contact { background: var(--ink); color: white; padding: 125px 7%; display: grid; grid-template-columns: .85fr 1.15fr; gap: 10%; }
.contact-copy > p:not(.eyebrow) { max-width: 510px; line-height: 1.7; color: rgba(255,255,255,.66); }
.whatsapp-link { margin-top: 45px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); padding: 20px 0; display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 15px; }
.whatsapp-icon { width: 42px; height: 42px; background: var(--lime); color: var(--deep); border-radius: 50%; display: grid; place-items: center; }
.whatsapp-link small { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; opacity: .6; margin-bottom: 4px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 18px; align-content: center; }
.contact-form label { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; display: block; color: white; background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; padding: 13px 0; outline: 0; text-transform: none; letter-spacing: 0; font-size: 14px; }
.contact-form option { color: var(--deep); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lime); }
.wide { grid-column: 1/-1; }

footer { padding: 55px 5% 25px; background: #071f1a; color: white; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; }
.footer-brand { justify-self: start; }
footer > p { font-size: 11px; opacity: .55; }
footer > div { justify-self: end; display: flex; gap: 25px; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; }
.copyright { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.15); padding-top: 22px; text-align: center; }
.floating-whatsapp { position: fixed; z-index: 30; right: 20px; bottom: 20px; background: var(--lime); color: var(--deep); padding: 13px 18px; border-radius: 40px; display: flex; gap: 8px; align-items: center; box-shadow: 0 8px 30px rgba(0,0,0,.2); text-transform: uppercase; letter-spacing: .08em; font-size: 10px; }

@media (max-width: 1000px) {
  .nav-links { display: none; position: absolute; top: 86px; left: 3%; right: 3%; padding: 30px; background: var(--deep); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .hero { min-height: 760px; padding-bottom: 10%; }
  .hero-stamp { display: none; }
  .intro, .audience, .addons, .faq, .contact { grid-template-columns: 1fr; }
  .services-grid, .packages-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid rgba(23,56,47,.2); }
  .portfolio-grid { grid-template-columns: 1.2fr .8fr; }
  .portfolio-card:last-child { grid-column: 1/-1; min-height: 390px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits-image { min-height: 520px; }
  .benefits-copy { min-height: 720px; }
  .contact-form { margin-top: 25px; }
}

@media (max-width: 650px) {
  .nav { padding: 18px 5%; }
  .hero { min-height: 720px; padding: 0 6% 15%; background-position: 58% center; }
  h1 { font-size: clamp(53px, 16vw, 78px); }
  h2 { font-size: clamp(47px, 13vw, 66px); }
  .hero-copy { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .photo-credit { left: 6%; right: auto; bottom: 14px; }
  .intro, .audience, .addons, .faq, .contact { padding: 85px 6%; }
  .intro { gap: 45px; }
  .services-grid { grid-template-columns: 1fr; margin: 0 6% 90px; }
  .service-card, .service-card:nth-child(2) { border-right: 0; border-bottom: 1px solid rgba(23,56,47,.2); min-height: 270px; }
  .section-heading { grid-template-columns: 1fr; margin: 0 0 50px; }
  .work-section, .packages-section { padding: 85px 6%; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card, .portfolio-card:last-child { grid-column: auto; min-height: 510px; }
  .packages-grid { grid-template-columns: 1fr; gap: 14px; }
  .package-card { min-height: 545px; }
  .package-card.featured { transform: none; }
  .benefits-image { min-height: 430px; }
  .benefits-copy { padding: 85px 6%; min-height: 720px; }
  .testimonials { padding: 90px 7%; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .wide { grid-column: 1; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer > div { justify-self: start; }
  .copyright { grid-column: 1; text-align: left; }
  .floating-whatsapp b { display: none; }
  .floating-whatsapp { padding: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
