:root {
  --ink: #202b24;
  --muted: #687369;
  --paper: #f4f2ec;
  --cream: #e7eadf;
  --leaf: #536850;
  --sage: #b9c5ae;
  --line: rgba(32, 43, 36, .18);
  --serif: 'Playfair Display', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

.announcement { background: var(--ink); color: #e5ebdf; padding: 10px 5.5%; font: 12px var(--mono); display: flex; align-items: center; gap: 10px; letter-spacing: .01em; }
.announcement > span { color: #cbdc70; font-size: 11px; }
.announcement a { margin-left: auto; text-decoration: underline; text-underline-offset: 4px; }
.announcement a span { margin-left: 5px; text-decoration: none; display: inline-block; }

.site-header { height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 5.5%; border-bottom: 1px solid var(--line); background: var(--paper); position: relative; z-index: 2; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: var(--paper); font: 600 20px var(--serif); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; letter-spacing: .12em; line-height: 1; }
.brand small { font: 9px var(--mono); letter-spacing: .08em; margin-top: 5px; color: var(--muted); }
.nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav a:not(.nav-cta) { color: #536057; }
.nav a:not(.nav-cta):hover, .footer-links a:hover { color: var(--ink); }
.nav-cta { background: var(--ink); color: var(--paper); padding: 13px 17px; }
.nav-cta span { margin-left: 18px; font-size: 17px; }
.menu-toggle { display: none; border: 0; background: none; color: var(--ink); font-size: 13px; }
.menu-icon { font-size: 18px; margin-left: 8px; }

.hero { display: grid; grid-template-columns: 1fr 1.04fr; min-height: 665px; border-bottom: 1px solid var(--line); }
.hero-copy { padding: 115px 10% 75px 11%; display: flex; flex-direction: column; align-items: flex-start; background: #031004; color: var(--paper); }
.hero-copy .eyebrow { color: #cbdc70; }
.hero-copy .eyebrow-line { background: #cbdc70; }
.eyebrow { margin: 0 0 23px; font: 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--leaf); display: flex; align-items: center; gap: 10px; }
.eyebrow-line { width: 28px; height: 1px; background: var(--leaf); display: inline-block; }
.hero h1, .about h2, .services h2, .work h2, .process h2, .contact h2 { font: 600 clamp(56px, 6vw, 96px) / .99 var(--serif); letter-spacing: -.055em; margin: 0; }
.hero h1 em, .about h2 em, .services h2 em, .work h2 em, .process h2 em, .contact h2 em { font-weight: 500; color: var(--leaf); }
.hero h1 em { color: #cbdc70; }
.hero-intro { font-size: 19px; max-width: 410px; color: #d4dbd0; margin: 31px 0 28px; }
.hero-actions { display: grid; grid-template-columns: max-content max-content; align-items: center; gap: 18px 44px; width: 100%; }
.hero-contact-links { display: inline-flex; align-items: center; gap: 22px; flex-wrap: nowrap; white-space: nowrap; }
.button { border: 0; cursor: pointer; padding: 17px 22px; display: inline-flex; align-items: center; justify-content: space-between; gap: 38px; font-size: 14px; }
.button-dark { background: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); color: var(--ink); }
.button span { font-size: 18px; line-height: 0; }
.hero .button-dark { background: var(--paper); color: #031b06; }
.hero .text-link { color: var(--paper); }
.whatsapp-link { display: inline-flex; align-items: center; gap: 8px; font: 13px var(--mono); }
.whatsapp-icon { width: 21px; height: 21px; display: block; fill: currentColor; }
.whatsapp-link-hero { color: var(--paper); }
.text-link { font: 13px var(--mono); text-decoration: underline; text-underline-offset: 5px; }
.hero-note { display: flex; gap: 12px; margin-top: auto; color: #c2d0bd; font-size: 14px; line-height: 1.45; }
.note-mark { font-size: 21px; color: #cbdc70; }
.hero-visual { position: relative; min-height: 100%; overflow: hidden; background: #031004; }
.hero-image { width: 100%; height: 100%; display: block; object-fit: cover; object-position: left center; filter: saturate(.9) contrast(.97); }
.hero-logo { object-fit: contain; padding: 18px; background: #031004; filter: none; }
.hero-stamp { position: absolute; right: 9%; top: 10%; width: 104px; height: 104px; border: 1px solid rgba(244, 242, 236, .75); border-radius: 50%; color: var(--paper); display: flex; align-items: center; justify-content: center; flex-direction: column; transform: rotate(10deg); text-align: center; }
.hero-stamp span, .hero-stamp small { font: 9px var(--mono); letter-spacing: .1em; }
.hero-stamp strong { font: 25px var(--serif); line-height: 1.1; }
.hero-caption { position: absolute; bottom: 25px; left: 8%; right: 8%; display: flex; justify-content: space-between; color: #f5f3eb; font: 10px var(--mono); letter-spacing: .04em; }

.trust-strip { min-height: 85px; padding: 0 5.5%; display: flex; align-items: center; border-bottom: 1px solid var(--line); gap: 50px; }
.trust-strip p { font: 10px var(--mono); text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin: 0; }
.trust-strip div { display: flex; justify-content: space-between; flex: 1; color: var(--leaf); font: 14px var(--serif); font-style: italic; }

.section-grid { display: grid; grid-template-columns: 22% 45% 33%; padding: 140px 5.5% 145px; gap: 2.5%; border-bottom: 1px solid var(--line); }
.section-label { font: 12px var(--mono); letter-spacing: .08em; text-transform: uppercase; color: var(--muted); padding-top: 11px; }
.about-content .eyebrow, .services-content .eyebrow, .process-content .eyebrow, .contact-heading .eyebrow { margin-bottom: 25px; }
.about-content h2, .services-content h2, .process-content h2, .contact h2 { font-size: clamp(46px, 5.3vw, 78px); }
.large-copy { font: 24px / 1.32 var(--serif); color: #4d5d51; max-width: 520px; margin: 32px 0 18px; }
.about-content > p:not(.eyebrow) { max-width: 460px; color: var(--muted); }
.arrow-link { font: 11px var(--mono); text-decoration: underline; text-underline-offset: 6px; display: inline-flex; align-items: center; gap: 16px; margin-top: 27px; }
.arrow-link span { font-size: 17px; text-decoration: none; }
.about-image { min-height: 420px; overflow: hidden; background: #b5bd9c; }
.about-image img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }

.services { background: var(--cream); }
.services.section-grid { padding-top: 96px; padding-bottom: 100px; }
.services-content { grid-column: 2 / 4; display: grid; grid-template-columns: 42% 58%; align-items: start; }
.services-content .eyebrow, .services-content h2, .services-content > .large-copy { grid-column: 1; }
.services-content .service-list { grid-column: 2; grid-row: 1 / 4; margin-top: 0; }
.service-list details { border-top: 1px solid var(--line); padding: 19px 0; }
.services .service-list details { padding: 14px 0; }
.service-list details:last-child { border-bottom: 1px solid var(--line); }
.service-list summary { grid-template-columns: 1fr 20px; }
.service-list summary > span { display: none; }
.service-list details p { margin-left: 0; }
summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 43px 1fr 20px; align-items: center; font-size: 18px; }
summary::-webkit-details-marker { display: none; }
summary span { font: 10px var(--mono); color: var(--muted); }
summary b { font-size: 21px; font-weight: 400; text-align: right; color: var(--leaf); }
details[open] summary b { transform: rotate(45deg); }
details p { color: var(--muted); font-size: 15px; max-width: 520px; margin: 16px 20px 0 43px; }

.work { padding: 137px 5.5% 152px; border-bottom: 1px solid var(--line); }
.work-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 54px; }
.work-heading h2 { font-size: clamp(47px, 5.1vw, 74px); }
.work-heading .arrow-link { margin-bottom: 11px; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 32px 18px; }
.gallery figure { margin: 0; }
.gallery-large { grid-column: span 2; }
.gallery-image { width: 100%; height: 280px; display: block; object-fit: cover; object-position: center; background: #b5bd9c; }
.gallery-large .gallery-image { height: 365px; }
.gallery figcaption { display: grid; grid-template-columns: 32px 1fr; gap: 0 8px; padding-top: 13px; }
.gallery figcaption span { grid-row: 1 / 3; font: 10px var(--mono); color: var(--muted); }
.gallery figcaption strong { font: 17px var(--serif); font-weight: 500; }
.gallery figcaption small { display: none; }

.process { display: grid; grid-template-columns: 22% 78%; padding: 135px 5.5% 145px; border-bottom: 1px solid var(--line); background: #dfe7d9; }
.process-content { display: grid; grid-template-columns: 37% 63%; }
.process-content .eyebrow, .process-content h2 { grid-column: 1; }
.process-content h2 { margin-bottom: 0; }
.process-steps { grid-column: 2; grid-row: 1 / 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; padding-top: 48px; }
.process-steps > div { border-top: 1px solid var(--ink); padding-top: 15px; }
.process-steps span { font: 10px var(--mono); color: var(--muted); }
.process-steps h3 { font: 500 21px / 1.15 var(--serif); max-width: 160px; margin: 43px 0 13px; }
.process-steps p { font-size: 14px; color: #5b6a5f; max-width: 190px; margin: 0; }

.testimonial { background: var(--ink); color: var(--paper); padding: 120px 14%; text-align: center; }
.quote-mark { font: 90px / .6 var(--serif); color: #aabc92; height: 55px; }
.testimonial blockquote { font: 500 clamp(30px, 4vw, 57px) / 1.12 var(--serif); letter-spacing: -.035em; max-width: 940px; margin: 0 auto 29px; }
.testimonial p { font: 10px var(--mono); color: #aeb8ac; letter-spacing: .06em; }
.testimonial p span { padding: 0 8px; color: #899985; }

.contact { background: var(--leaf); color: var(--paper); display: grid; grid-template-columns: 1fr 1fr; gap: 12%; padding: 132px 11% 126px; }
.contact .eyebrow { color: #d2ddbd; }
.contact .eyebrow-line { background: #d2ddbd; }
.contact h2 em { color: #d2ddbd; }
.contact-heading > p:not(.eyebrow) { max-width: 390px; color: #d4dbd0; margin-top: 28px; font-size: 17px; }
.contact-details { display: flex; flex-direction: column; gap: 10px; margin-top: 44px; font: 14px var(--mono); }
.contact-phone-row { display: inline-flex; align-items: center; gap: clamp(10px, 2vw, 17px); flex-wrap: nowrap; max-width: 100%; white-space: nowrap; }
.contact-details a { text-decoration: underline; text-underline-offset: 5px; }
.contact-details .whatsapp-link { text-decoration: none; color: var(--paper); }
.contact-details span { padding-left: 8px; text-decoration: none; display: inline-block; font-size: 17px; }
.quote-form { border-top: 1px solid rgba(244, 242, 236, .5); padding-top: 6px; }
.quote-form label { display: block; font: 12px var(--mono); color: #d4dbd0; text-transform: uppercase; letter-spacing: .06em; padding: 20px 0 8px; border-bottom: 1px solid rgba(244, 242, 236, .35); }
.quote-form input, .quote-form textarea { display: block; width: 100%; border: 0; background: transparent; color: var(--paper); outline: 0; padding: 10px 0 3px; font: 20px var(--serif); resize: vertical; }
.quote-form input::placeholder, .quote-form textarea::placeholder { color: #aab9a8; }
.quote-form .button { margin-top: 31px; }
.form-note { display: inline-block; margin-left: 17px; font: 10px var(--mono); color: #cbd6c7; }

.site-footer { background: #172019; color: #e1e7db; padding: 53px 5.5% 25px; display: grid; grid-template-columns: 2fr 2fr 1fr; gap: 35px; }
.brand-footer .brand-mark { background: #e1e7db; color: var(--ink); }
.brand-footer small { color: #a5b0a3; }
.site-footer > p { margin: 0; color: #aeb8ac; font: 16px / 1.3 var(--serif); font-style: italic; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font: 11px var(--mono); justify-self: end; }
.footer-bottom { grid-column: 1 / 4; border-top: 1px solid rgba(225, 231, 219, .2); padding-top: 18px; margin-top: 45px; display: flex; justify-content: space-between; color: #8e9c8e; font: 10px var(--mono); }
.footer-bottom a { text-decoration: underline; text-underline-offset: 4px; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .text-link { color: var(--ink); }
.legal-main { max-width: 920px; margin: 0 auto; padding: 115px 8% 125px; }
.legal-main h1 { font: 600 clamp(52px, 7vw, 92px) / .98 var(--serif); letter-spacing: -.055em; margin: 0 0 24px; }
.legal-main h1 em { color: var(--leaf); font-weight: 500; }
.legal-lede { max-width: 600px; color: #4d5d51; font: 23px / 1.35 var(--serif); margin: 0 0 72px; }
.legal-content { max-width: 700px; }
.legal-content section { border-top: 1px solid var(--line); padding: 27px 0 30px; }
.legal-content h2 { font: 500 24px / 1.15 var(--serif); margin: 0 0 13px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; }
.legal-content p { margin: 0 0 12px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 0; padding-left: 20px; }
.legal-note { color: var(--muted); font: 11px var(--mono); margin-top: 35px; }

@media (max-width: 850px) {
  .site-header { height: 76px; }
  .nav { display: none; position: absolute; top: 75px; left: 0; right: 0; padding: 20px 5.5%; background: var(--paper); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px; }
  .nav.is-open { display: flex; }
  .menu-toggle { display: flex; align-items: center; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 80px 8% 62px; }
  .hero-visual { height: 540px; }
  .hero-note { margin-top: 62px; }
  .trust-strip { padding: 23px 8%; display: block; }
  .trust-strip div { margin-top: 17px; gap: 20px; flex-wrap: wrap; }
  .section-grid { display: block; padding: 90px 8%; }
  .services.section-grid { padding: 90px 8%; }
  .section-label { margin-bottom: 45px; }
  .about-image { margin-top: 55px; min-height: 370px; }
  .services-content { display: block; }
  .service-list { margin-top: 60px !important; }
  .work { padding: 90px 8%; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery-large { grid-column: 1 / 3; }
  .gallery-large .gallery-image { height: 360px; }
  .process { display: block; padding: 90px 8%; }
  .process-content { display: block; }
  .process-steps { padding-top: 55px; grid-template-columns: 1fr; gap: 0; }
  .process-steps > div { padding: 18px 0 25px; }
  .process-steps h3 { margin: 20px 0 7px; }
  .process-steps p { max-width: 290px; }
  .testimonial { padding: 90px 9%; }
  .contact { grid-template-columns: 1fr; padding: 90px 8%; gap: 65px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 45px 8% 22px; }
  .site-footer > p { grid-column: 1 / 3; }
  .footer-links { justify-self: start; }
  .footer-bottom { grid-column: 1 / 3; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
}

@media (max-width: 520px) {
  .announcement { padding: 9px 5%; font-size: 10px; }
  .announcement > a { white-space: nowrap; }
  .hero h1 { font-size: 54px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { grid-template-columns: 1fr; gap: 19px; }
  .hero-contact-links { gap: 18px; }
  .hero-visual { height: 410px; }
  .hero-stamp { width: 86px; height: 86px; }
  .hero-stamp strong { font-size: 20px; }
  .trust-strip div { font-size: 13px; }
  .large-copy { font-size: 20px; }
  .gallery { display: block; }
  .gallery figure, .gallery-large { margin-bottom: 42px; }
  .gallery .gallery-image, .gallery-large .gallery-image { height: 280px; }
  .work-heading { display: block; }
  .work-heading .arrow-link { margin-top: 24px; }
  .contact h2 { font-size: 52px; }
  .form-note { display: block; margin: 18px 0 0; }
  .footer-bottom { display: grid; grid-template-columns: 1fr; }
  .footer-bottom a { justify-self: start; }
  .legal-main { padding: 80px 8% 90px; }
  .legal-lede { font-size: 20px; margin-bottom: 48px; }
}
