:root {
  --ink: #132822;
  --ink-deep: #0b1d18;
  --lime: #dfff4f;
  --cream: #f5f4ec;
  --white: #ffffff;
  --orange: #ff6b35;
  --muted: #68746e;
  --line: rgba(19, 40, 34, .16);
  --heading: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--body); font-size: 1rem; line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--lime); padding: .8rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { height: 82px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(245,244,236,.94); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }
.brand { display: inline-flex; align-items: center; gap: .65rem; font-family: var(--heading); font-weight: 800; letter-spacing: -.04em; font-size: 1.25rem; }
.brand-mark { width: 30px; height: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; transform: rotate(45deg); }
.brand-mark i { display: block; background: var(--ink); border-radius: 2px 8px 2px 8px; }
.brand-mark i:last-child { background: var(--lime); transform: translateY(7px); }
.site-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.3rem); font-size: .92rem; font-weight: 600; }
.site-nav > a:not(.nav-cta) { position: relative; }
.site-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; bottom: -.4rem; width: 100%; height: 2px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { background: var(--ink); color: white; padding: .8rem 1.1rem; display: inline-flex; gap: 1rem; align-items: center; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; transition: transform .25s; }

.hero { min-height: 100svh; padding: 112px clamp(1.2rem, 4vw, 4.5rem) 3rem; display: grid; grid-template-columns: minmax(0, .88fr) minmax(380px, 1.12fr); gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.eyebrow { margin: 0 0 1.4rem; text-transform: uppercase; letter-spacing: .16em; font-size: .75rem; font-weight: 700; display: flex; align-items: center; gap: .7rem; }
.eyebrow > span { width: 26px; height: 2px; background: var(--orange); }
.eyebrow.light > span { background: var(--lime); }
.hero h1, .section-heading h2, .statement h2, .contact h2 { font-family: var(--heading); letter-spacing: -.07em; line-height: .9; margin: 0; font-weight: 800; }
.hero h1 { font-size: clamp(4rem, 8vw, 8.5rem); }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero-intro { font-size: clamp(1.1rem, 1.5vw, 1.35rem); max-width: 32rem; color: var(--muted); margin: 2rem 0; }
.hero-actions { display: flex; gap: 1.6rem; align-items: center; flex-wrap: wrap; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .85rem 1.15rem; border: 0; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--orange); }
.text-link { font-weight: 700; display: inline-flex; gap: .7rem; }
.hero-visual { min-height: 680px; height: calc(100svh - 150px); max-height: 780px; position: relative; overflow: hidden; background: #bcc3bd; }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(11,29,24,.28)); pointer-events: none; }
.availability-card { position: absolute; z-index: 2; left: -2.4rem; bottom: 2.5rem; background: white; min-width: 260px; padding: 1.15rem; display: flex; gap: .9rem; align-items: center; box-shadow: 0 20px 50px rgba(0,0,0,.14); }
.availability-card span:last-child { display: flex; flex-direction: column; }
.availability-card small { color: var(--muted); }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: #26b36a; box-shadow: 0 0 0 7px rgba(38,179,106,.14); }
.hero-stamp { position: absolute; right: 0; top: 0; z-index: 2; background: var(--lime); width: 110px; height: 110px; display: grid; place-content: center; text-align: center; font: 800 .72rem/1.25 var(--heading); letter-spacing: .14em; }

.trust-strip { min-height: 84px; padding: 1rem clamp(1.2rem,4vw,4.5rem); display: flex; align-items: center; justify-content: space-between; background: var(--ink); color: white; }
.trust-strip p { font: 700 1.2rem var(--heading); }
.trust-strip ul { display: flex; list-style: none; gap: 2.8rem; margin: 0; padding: 0; color: rgba(255,255,255,.72); }
.trust-strip li::before { content: "✓"; color: var(--lime); margin-right: .55rem; }

.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.2rem, 4vw, 4.5rem); }
.services { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); }
.section-heading { align-self: start; position: sticky; top: 130px; }
.section-heading h2, .statement h2, .contact h2 { font-size: clamp(3rem, 5.7vw, 6.4rem); }
.section-heading > p:last-child { max-width: 29rem; color: var(--muted); font-size: 1.1rem; margin-top: 2rem; }
.service-list { border-top: 1px solid var(--line); }
.service-item { min-height: 170px; padding: 2rem 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 44px 1fr 54px; gap: 1rem; align-items: start; }
.service-number { color: var(--orange); font-weight: 700; font-size: .85rem; }
.service-item h3 { font: 700 clamp(1.5rem, 2.4vw, 2.35rem)/1.1 var(--heading); letter-spacing: -.04em; margin: 0 0 .7rem; }
.service-item p { margin: 0; color: var(--muted); max-width: 32rem; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 1.2rem; transition: background .2s, transform .2s; }
.service-item:hover .service-icon { background: var(--lime); transform: rotate(45deg); }

.statement { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--ink); color: white; }
.statement-image { min-height: 620px; }
.statement-copy { padding: clamp(4rem,7vw,8rem); align-self: center; }
.statement-copy > p:nth-of-type(2) { color: rgba(255,255,255,.7); font-size: 1.1rem; max-width: 35rem; margin: 2rem 0 2.5rem; }
.statement dl { margin: 0; }
.statement dl > div { display: grid; grid-template-columns: 42px 1fr; padding: 1.25rem 0; border-top: 1px solid rgba(255,255,255,.18); }
.statement dt { color: var(--lime); font-weight: 700; }
.statement dd { margin: 0; display: flex; flex-direction: column; }
.statement dd b { font-family: var(--heading); font-size: 1.1rem; }
.statement dd span { color: rgba(255,255,255,.58); }

.process .section-heading { position: static; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); margin-top: 4rem; border: 1px solid var(--line); }
.process-card { background: var(--cream); min-height: 300px; padding: 2rem; display: flex; flex-direction: column; }
.process-card > span { color: var(--orange); font-weight: 700; }
.process-card h3 { margin: auto 0 1rem; font: 700 1.7rem/1.1 var(--heading); letter-spacing: -.04em; }
.process-card p { color: var(--muted); margin: 0; }

.quote-band { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; background: var(--lime); }
.quote-image { min-height: 450px; }
blockquote { margin: 0; padding: clamp(3rem,7vw,7.5rem); display: flex; flex-direction: column; justify-content: center; }
blockquote > p { font: 700 clamp(2rem,3.6vw,4rem)/1.05 var(--heading); letter-spacing: -.055em; margin: 0 0 2.5rem; }
blockquote footer { display: flex; align-items: center; gap: .9rem; }
.avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-weight: 700; }
blockquote footer > span:last-child { display: flex; flex-direction: column; }

.contact { background: var(--ink-deep); color: white; padding: clamp(5rem,9vw,9rem) clamp(1.2rem,4vw,4.5rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,9rem); }
.contact-copy > p:nth-of-type(2) { color: rgba(255,255,255,.67); max-width: 30rem; font-size: 1.1rem; margin: 2rem 0 3rem; }
.contact-direct { display: grid; gap: 1rem; }
.contact-direct a { display: flex; flex-direction: column; }
.contact-direct small { color: var(--lime); text-transform: uppercase; letter-spacing: .12em; }
.contact-direct b { font-size: 1.1rem; }
.contact-form { display: grid; gap: 1.2rem; align-content: start; }
.contact-form label { color: rgba(255,255,255,.75); font-size: .88rem; font-weight: 600; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); background: transparent; color: white; padding: .75rem 0; outline: none; border-radius: 0; font-size: 1rem; }
.contact-form select { color-scheme: dark; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-bottom-color: var(--lime); }
.button-light { margin-top: .8rem; background: var(--lime); color: var(--ink); width: 100%; }
.button-light:hover { background: white; }
.form-note { color: rgba(255,255,255,.5); font-size: .85rem; margin: 0; }
.form-note.success { color: var(--lime); }

.site-footer { background: #06130f; color: white; padding: 3rem clamp(1.2rem,4vw,4.5rem); display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; }
.brand-light .brand-mark i { background: white; }
.brand-light .brand-mark i:last-child { background: var(--lime); }
.site-footer > p { color: rgba(255,255,255,.58); margin: 0; }
.site-footer > div { display: flex; gap: 1.5rem; grid-row: 1; grid-column: 2; }
.site-footer > small { color: rgba(255,255,255,.4); grid-column: 2; text-align: right; }
.whatsapp { position: fixed; z-index: 30; right: 1.2rem; bottom: 1.2rem; display: flex; align-items: center; gap: .7rem; background: var(--lime); color: var(--ink); padding: .65rem .65rem .65rem 1rem; font-weight: 700; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.whatsapp b { width: 34px; height: 34px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .menu-toggle { display: block; z-index: 2; }
  .site-header.menu-open { background: var(--lime); backdrop-filter: none; box-shadow: none; }
  .site-nav { position: fixed; inset: 0; z-index: 1; width: 100%; height: 100dvh; min-height: 100svh; overflow-y: auto; isolation: isolate; background-color: #dfff4f; background-color: var(--lime); padding: 7rem 1.5rem 2rem; flex-direction: column; align-items: stretch; gap: .4rem; transform: translateX(100%); transition: transform .3s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { font: 700 2rem var(--heading); padding: .7rem 0; border-bottom: 1px solid rgba(19,40,34,.2); }
  .site-nav .nav-cta { margin-top: auto; background: var(--ink); color: white; font-size: 1rem; padding: 1rem; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(1) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { transform: translateY(-4px) rotate(-45deg); }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 120px; }
  .hero-copy { padding-bottom: 1rem; }
  .hero-visual { height: 72vw; min-height: 430px; }
  .availability-card { left: 1rem; bottom: 1rem; }
  .services { grid-template-columns: 1fr; }
  .section-heading { position: static; }
  .statement, .quote-band, .contact { grid-template-columns: 1fr; }
  .statement-image { min-height: 560px; }
  .process-grid { grid-template-columns: 1fr; }
  .quote-image { min-height: 440px; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; padding-inline: 1rem; }
  .hero { padding: 105px 1rem 2rem; gap: 2rem; }
  .hero h1 { font-size: clamp(3.75rem, 18vw, 5.8rem); }
  .hero-intro { margin: 1.4rem 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1rem; }
  .button { width: 100%; }
  .hero-visual { height: 115vw; min-height: 430px; }
  .hero-stamp { width: 88px; height: 88px; font-size: .62rem; }
  .availability-card { min-width: 0; right: 1rem; }
  .trust-strip { display: block; padding: 1.3rem 1rem; }
  .trust-strip p { margin: 0 0 .7rem; }
  .trust-strip ul { gap: .35rem 1.2rem; flex-wrap: wrap; font-size: .85rem; }
  .section { padding: 4.5rem 1rem; }
  .section-heading h2, .statement h2, .contact h2 { font-size: 3.35rem; }
  .service-item { grid-template-columns: 34px 1fr; min-height: 150px; }
  .service-icon { display: none; }
  .statement-image { min-height: 115vw; }
  .statement-copy, blockquote { padding: 4rem 1rem; }
  .process-grid { margin-top: 2.5rem; }
  .process-card { min-height: 235px; }
  .quote-image { min-height: 105vw; }
  .contact { padding: 4.5rem 1rem; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer > div, .site-footer > small { grid-row: auto; grid-column: 1; text-align: left; }
  .site-footer > div { flex-wrap: wrap; }
  .whatsapp span { display: none; }
  .whatsapp { padding: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
