:root {
  --green-950: #0d2c1d;
  --green-900: #123923;
  --green-800: #17492e;
  --green-700: #23623f;
  --lime: #c9dc78;
  --cream: #f6f2e9;
  --sand: #e8e1d4;
  --ink: #183024;
  --muted: #657168;
  --white: #fff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --display: "Manrope", var(--sans);
  --shadow: 0 24px 70px rgba(15, 48, 30, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }

.site-header { height: 82px; position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 max(24px, calc((100vw - 1320px) / 2)); background: #fbfaf6; border-bottom: 1px solid rgba(20, 63, 40, .11); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green-800); }
.brand-mark svg { width: 30px; height: 30px; fill: none; stroke: var(--lime); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.brand-copy { display: flex; flex-direction: column; line-height: .9; }
.brand-copy strong { font: 800 24px var(--display); letter-spacing: -1px; }
.brand-copy small { font-size: 8px; font-weight: 700; letter-spacing: 2.7px; margin-top: 7px; color: var(--green-700); }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { font-size: 14px; font-weight: 600; position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--green-700); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { display: flex; align-items: center; gap: 7px; font-weight: 700; font-size: 13px; white-space: nowrap; }
.header-phone svg { width: 17px; fill: none; stroke: var(--green-700); stroke-width: 2; }
.button { border: 0; display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 54px; padding: 0 25px; background: var(--green-800); color: var(--white); font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: var(--green-700); box-shadow: 0 10px 28px rgba(15, 49, 31, .18); }
.button-small { min-height: 44px; padding: 0 19px; font-size: 12px; }
.button-lime { background: var(--lime); color: var(--green-950); }
.button-lime:hover { background: #d6e58f; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; height: min(760px, calc(100vh - 82px)); min-height: 650px; overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; background: url("assets/hero-landscape.webp") center 48% / cover no-repeat; transform: scale(1.01); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 27, 17, .91) 0%, rgba(9, 30, 19, .74) 34%, rgba(10, 28, 18, .24) 62%, rgba(10, 25, 17, .05) 100%), linear-gradient(0deg, rgba(8, 29, 18, .2), transparent 45%); }
.hero-content { height: 100%; position: relative; z-index: 2; padding-top: 100px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font-size: 10px; font-weight: 800; letter-spacing: 2.3px; color: var(--green-700); }
.eyebrow > span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow-light { color: #e7ecdf; }
.hero h1, .section h2 { margin: 0; font: 800 clamp(42px, 5vw, 68px)/1.05 var(--display); letter-spacing: -3.3px; }
.hero h1 { max-width: 800px; font-size: clamp(48px, 6.1vw, 80px); }
h1 em, h2 em { font-family: var(--serif); font-weight: 400; letter-spacing: -2px; }
.hero-lede { max-width: 570px; margin: 28px 0 30px; font-size: 18px; line-height: 1.65; color: rgba(255, 255, 255, .82); }
.hero-buttons { display: flex; align-items: center; gap: 35px; }
.text-link { display: inline-flex; gap: 17px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; cursor: pointer; }
.text-link.light { color: white; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 62px; }
.avatars { display: flex; }
.avatars span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; margin-left: -8px; border: 2px solid rgba(255,255,255,.8); background: var(--sand); color: var(--green-900); font-size: 9px; font-weight: 800; }
.avatars span:first-child { margin-left: 0; background: #cab699; }.avatars span:nth-child(2){background:#8ea590}.avatars span:nth-child(3){background:#d2cbbd}
.stars { color: var(--lime); letter-spacing: 2px; font-size: 13px; }
.hero-proof p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 11px; }
.season-card { position: absolute; z-index: 3; right: 0; bottom: 0; width: 400px; min-height: 98px; background: var(--lime); color: var(--green-950); display: flex; align-items: center; gap: 15px; padding: 18px 30px; }
.season-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid rgba(18,57,35,.27); font-size: 23px; }
.season-card div { display: flex; flex-direction: column; gap: 5px; }
.season-card small { font-size: 8px; letter-spacing: 1.8px; font-weight: 800; }
.season-card strong { font-size: 14px; }
.season-card a { margin-left: auto; font-size: 22px; }

.trust-strip { background: #fbfaf6; border-bottom: 1px solid #e4ded4; }
.trust-grid { min-height: 125px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 15px; padding: 25px 30px; border-right: 1px solid #e2dcd1; }
.trust-grid > div:first-child { border-left: 1px solid #e2dcd1; }
.trust-icon { width: 38px; height: 38px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; border: 1px solid #c7d2c4; color: var(--green-700); font-weight: 800; }
.trust-grid p { display: flex; flex-direction: column; margin: 0; gap: 3px; }
.trust-grid strong { font-size: 13px; }.trust-grid small { font-size: 10px; color: #829087; }

.services-section { background: var(--cream); }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section h2 { font-size: clamp(38px, 4.2vw, 56px); color: var(--green-950); }
.split-heading > p { margin: 0 0 8px; color: var(--muted); line-height: 1.75; font-size: 14px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid #ddd6ca; }
.service-card { min-height: 392px; position: relative; padding: 35px 29px 27px; background: #fbfaf6; border-right: 1px solid #ddd6ca; transition: transform .25s, box-shadow .25s, background .25s; }
.service-card:last-child { border-right: 0; }
.service-card:hover { z-index: 2; transform: translateY(-6px); box-shadow: var(--shadow); background: white; }
.service-card.featured { background: var(--green-800); color: white; }
.service-number { position: absolute; top: 19px; right: 20px; font-size: 9px; letter-spacing: 1px; color: #9caaa0; }
.service-icon { width: 63px; height: 63px; display: grid; place-items: center; margin: 22px 0 34px; border-radius: 50%; background: #edf0e5; }
.service-icon svg { width: 39px; fill: none; stroke: var(--green-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.featured .service-icon { background: var(--lime); }.featured .service-icon svg { stroke: var(--green-950); }
.service-card h3 { margin: 0 0 15px; font: 700 18px/1.3 var(--display); letter-spacing: -.5px; }
.service-card p { min-height: 82px; margin: 0 0 20px; font-size: 12px; color: #68766d; line-height: 1.7; }
.featured p { color: rgba(255,255,255,.66); }
.service-link { border: 0; padding: 8px 0; background: transparent; border-bottom: 1px solid #a1afa4; font-size: 11px; font-weight: 800; cursor: pointer; }
.service-link span { margin-left: 28px; }
.featured .service-link { color: white; border-color: rgba(255,255,255,.42); }
.services-note { margin-top: 29px; text-align: center; font-size: 12px; color: #758078; }
.services-note a { color: var(--green-700); border-bottom: 1px solid; font-weight: 700; }

.work-section { background: var(--green-950); color: white; overflow: hidden; }
.work-layout { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 90px; }
.work-photo-wrap { position: relative; }
.work-photo-wrap::before { content: ""; position: absolute; width: 85%; height: 105%; left: -50vw; top: -2.5%; background: #163a26; }
.work-photo-wrap img { position: relative; z-index: 1; width: 100%; aspect-ratio: 1.18; object-fit: cover; box-shadow: 0 30px 70px rgba(0,0,0,.22); }
.work-stamp { position: absolute; z-index: 2; right: -40px; bottom: -33px; width: 145px; height: 145px; padding: 26px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; text-align: center; background: var(--lime); color: var(--green-950); transform: rotate(-8deg); }
.work-stamp strong { font: 400 22px/1 var(--serif); }.work-stamp span { margin-top: 10px; font-size: 6px; letter-spacing: 1.3px; font-weight: 800; }
.work-copy h2 { color: white; }
.work-copy > p:not(.eyebrow) { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.8; margin: 25px 0 27px; }
.check-list { list-style: none; padding: 0; margin: 0 0 34px; display: grid; gap: 15px; font-size: 13px; }
.check-list span { width: 24px; height: 24px; display: inline-grid; place-items: center; margin-right: 10px; border-radius: 50%; background: rgba(201,220,120,.15); color: var(--lime); }
.button-outline-light { background: transparent; border: 1px solid rgba(255,255,255,.5); }

.about-section { background: #fbfaf6; }
.about-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; }
.about-grid > div:first-child { grid-column: span 4; }
.about-copy { grid-column: span 2; align-self: end; }
.about-copy p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 24px; }
.stat-card { grid-column: span 2; margin-top: 42px; min-height: 150px; padding: 29px; border-top: 1px solid #cfd3ca; display: flex; flex-direction: column; }
.stat-card strong { font: 400 44px var(--serif); color: var(--green-700); }.stat-card span { margin-top: auto; font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; color: #7b897f; }

.testimonial-section { padding-top: 0; background: #fbfaf6; }
.testimonial-card { position: relative; text-align: center; background: var(--sand); padding: 70px 12%; }
.quote-mark { position: absolute; top: 15px; left: 6%; font: 110px var(--serif); color: rgba(23,73,46,.1); }
.stars.dark { color: var(--green-700); }
blockquote { max-width: 830px; margin: 23px auto 25px; font: 400 clamp(24px, 2.8vw, 36px)/1.45 var(--serif); letter-spacing: -.7px; }
.testimonial-card p { display: flex; flex-direction: column; gap: 6px; margin: 0; font-size: 12px; }.testimonial-card p span { font-size: 10px; color: var(--muted); }

.booking-section { background: #eef0e7; }
.booking-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.booking-intro > p:not(.eyebrow):not(.response-note) { max-width: 430px; margin: 25px 0 38px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.contact-option { display: flex; align-items: center; gap: 14px; margin: 18px 0; }
.contact-option > span { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: var(--lime); }
.contact-option div { display: flex; flex-direction: column; gap: 4px; }.contact-option small { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; color: #7d897f; }.contact-option a { font-size: 15px; font-weight: 700; }
.response-note { margin-top: 34px; font-size: 10px; color: #728077; }.response-note span { width: 7px; height: 7px; display: inline-block; margin-right: 8px; border-radius: 50%; background: #73a769; box-shadow: 0 0 0 4px rgba(115,167,105,.15); }
.booking-form { background: #fbfaf6; padding: 38px 42px; box-shadow: var(--shadow); }
.form-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #e3ded5; }
.form-top div { display: flex; flex-direction: column; gap: 7px; }.form-top div span { font-size: 8px; color: var(--green-700); font-weight: 800; letter-spacing: 1.6px; }.form-top strong { font: 700 18px var(--display); }
.form-badge { font-size: 9px; color: #859087; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { position: relative; display: block; margin-bottom: 18px; font-size: 10px; font-weight: 800; letter-spacing: .6px; color: #49584f; }
input, select, textarea { width: 100%; margin-top: 8px; border: 1px solid #d9d6ce; border-radius: 0; background: white; padding: 13px 14px; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; font-size: 13px; }
input, select { height: 47px; } textarea { resize: vertical; min-height: 96px; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(35,98,63,.1); }
input.invalid, select.invalid { border-color: #b74b43; }
.optional { float: right; color: #9ba29c; font-size: 8px; }.form-error { display: none; margin: -6px 0 13px; color: #a63e37; font-size: 11px; }.form-error.visible { display: block; }
.submit-button { width: 100%; }.privacy-note { display: block; text-align: center; margin-top: 15px; color: #8a938c; font-size: 8px; line-height: 1.5; }

.faq-section { background: #fbfaf6; }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.accordion details { border-top: 1px solid #d7d6ce; }
.accordion details:last-child { border-bottom: 1px solid #d7d6ce; }
.accordion summary { list-style: none; cursor: pointer; padding: 24px 5px; display: flex; align-items: center; justify-content: space-between; font: 700 15px var(--display); }
.accordion summary::-webkit-details-marker { display: none; }.accordion summary span { font-size: 23px; font-weight: 400; transition: transform .2s; }.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -7px 45px 24px 5px; color: var(--muted); line-height: 1.7; font-size: 13px; }

footer { padding: 75px 0 24px; background: var(--green-950); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .9fr 1.1fr; gap: 60px; }
.footer-brand .brand-mark { background: var(--lime); }.footer-brand .brand-mark svg { stroke: var(--green-950); }.footer-brand .brand-copy small { color: var(--lime); }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-grid > div:first-child p { color: rgba(255,255,255,.5); font: 400 17px/1.5 var(--serif); }
.footer-grid > div > strong { margin-bottom: 8px; font-size: 10px; letter-spacing: 1.5px; color: var(--lime); text-transform: uppercase; }
.footer-grid > div > a:not(.brand):not(.button), .footer-grid > div > span { font-size: 11px; color: rgba(255,255,255,.65); }
.footer-grid .button { margin-top: 8px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: 9px; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 100; inset: 0; padding: 24px; display: grid; place-items: center; background: rgba(4, 19, 11, .75); backdrop-filter: blur(6px); }
.modal-card { position: relative; width: min(520px, 100%); max-height: calc(100vh - 48px); overflow: auto; padding: 44px; background: #fbfaf6; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-close { position: absolute; top: 13px; right: 18px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.success-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; background: var(--lime); color: var(--green-950); font-weight: 800; font-size: 24px; }
.modal-card h2 { margin: 0; font: 700 34px var(--display); letter-spacing: -1.5px; }.modal-card > p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.7; }
.request-summary { margin: 20px 0; padding: 16px; background: #eef0e7; font-size: 12px; line-height: 1.8; }.modal-card .button { width: 100%; }.text-button { display: block; border: 0; background: transparent; margin: 16px auto 0; text-decoration: underline; font-size: 11px; cursor: pointer; }
.floating-call { display: none; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }.header-phone span { display: none; }
  .services-grid { grid-template-columns: 1fr 1fr; }.service-card:nth-child(2) { border-right: 0; }.service-card:nth-child(-n+2) { border-bottom: 1px solid #ddd6ca; }
  .work-layout { gap: 55px; }.booking-grid, .faq-grid { gap: 60px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 620px); }.section { padding: 78px 0; }
  .site-header { height: 70px; padding: 0 16px; position: sticky; top: 0; }
  .brand-mark { width: 38px; height: 38px; }.brand-copy strong { font-size: 21px; }.desktop-nav, .header-phone, .header-actions > .button { display: none; }
  .menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { display: block; width: 23px; height: 2px; margin-left: auto; background: var(--green-900); transition: .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 70px 0 0; display: flex; flex-direction: column; padding: 35px 24px; gap: 0; background: #fbfaf6; transform: translateX(100%); transition: transform .3s ease; }
  .mobile-nav.open { transform: translateX(0); }.mobile-nav a:not(.button) { padding: 18px 5px; border-bottom: 1px solid #e3ded6; font: 700 18px var(--display); }.mobile-nav .button { margin-top: 26px; }
  .hero { height: 740px; min-height: 0; }.hero-image { background-position: 62% center; }.hero-shade { background: linear-gradient(90deg, rgba(7,27,17,.92), rgba(8,27,18,.48)), linear-gradient(0deg, rgba(7,27,17,.5), transparent 50%); }
  .hero-content { padding-top: 82px; }.hero h1 { font-size: 48px; letter-spacing: -2.5px; }.hero-lede { font-size: 16px; line-height: 1.55; }.hero-buttons { align-items: flex-start; flex-direction: column; gap: 23px; }.hero-proof { margin-top: 40px; }.season-card { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }.trust-grid > div, .trust-grid > div:first-child { min-height: 105px; padding: 18px 12px; border-left: 0; border-bottom: 1px solid #e2dcd1; }.trust-grid > div:nth-child(2n) { border-right: 0; }
  .split-heading, .work-layout, .booking-grid, .faq-grid { grid-template-columns: 1fr; gap: 38px; }.split-heading { margin-bottom: 37px; }.section h2 { font-size: 40px; letter-spacing: -2.2px; }
  .services-grid { grid-template-columns: 1fr; }.service-card, .service-card:nth-child(2) { border-right: 0; border-bottom: 1px solid #ddd6ca; }.service-card { min-height: 350px; }
  .work-layout { gap: 80px; }.work-photo-wrap img { aspect-ratio: 1.05; }.work-stamp { width: 120px; height: 120px; right: -6px; bottom: -55px; }.work-stamp strong { font-size: 19px; }
  .about-grid { grid-template-columns: 1fr; }.about-grid > div:first-child, .about-copy, .stat-card { grid-column: auto; }.stat-card { margin-top: 12px; min-height: 120px; }.testimonial-card { width: 100%; padding: 65px 28px; }
  .booking-form { padding: 28px 20px; }.field-row { grid-template-columns: 1fr; gap: 0; }.booking-intro h2 { font-size: 42px; }.contact-option a { font-size: 13px; }
  .faq-grid { gap: 45px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 45px 30px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
  .floating-call { position: fixed; z-index: 18; bottom: 14px; right: 14px; display: flex; align-items: center; gap: 8px; padding: 10px 15px 10px 10px; border-radius: 99px; background: var(--lime); color: var(--green-950); box-shadow: 0 8px 28px rgba(0,0,0,.22); font-size: 11px; }.floating-call span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: var(--lime); }
  .modal-card { padding: 35px 25px; }
}

@media (max-width: 430px) {
  .hero h1 { font-size: 42px; }.hero { height: 720px; }.trust-grid { grid-template-columns: 1fr; }.trust-grid > div { border-right: 0; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > div:first-child { grid-column: auto; }
}

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