:root {
  --ink: #0e0f0d;
  --ink-soft: #191b18;
  --paper: #f5f2e9;
  --white: #fffef8;
  --acid: #c8f135;
  --acid-dark: #a9d20d;
  --muted: #676a61;
  --line: rgba(14, 15, 13, 0.15);
  --shadow: 0 24px 70px rgba(14, 15, 13, 0.15);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
::selection { background: var(--acid); color: var(--ink); }

.skip-link {
  position: fixed; left: 12px; top: -60px; z-index: 1000;
  padding: 10px 16px; background: var(--acid); color: var(--ink); font-weight: 800;
}
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }

.site-header {
  position: sticky; inset-block-start: 0; z-index: 100;
  color: var(--white); background: rgba(14, 15, 13, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px);
}
.nav-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand-mark {
  width: 46px; height: 46px; display: grid; place-items: center; transform: skew(-8deg);
  border: 2px solid var(--acid); color: var(--acid); font-size: 17px; font-weight: 950; letter-spacing: -1px;
}
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font-size: 18px; letter-spacing: .08em; }
.brand-text span { margin-top: 6px; color: #b8baaF; font-size: 10px; letter-spacing: .19em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { color: #dedfd8; font-size: 13px; font-weight: 750; text-decoration: none; white-space: nowrap; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--acid); }
.site-nav .nav-cta { padding: 10px 15px; border-radius: 99px; background: var(--acid); color: var(--ink); }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { color: var(--ink); }
.site-nav .nav-cta[aria-current="page"] { color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); padding: 9px; }
.menu-toggle span { display: block; width: 28px; height: 2px; margin: 6px 0; background: currentColor; transition: .25s; }

.hero { position: relative; min-height: calc(100svh - 82px); display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-media, .page-hero-media { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.hero-media { object-position: 58% 33%; opacity: .75; }
.hero::after, .page-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,8,.96) 0%, rgba(8,9,8,.68) 45%, rgba(8,9,8,.16) 78%), linear-gradient(0deg, rgba(8,9,8,.8), transparent 55%); }
.hero-content { position: relative; z-index: 1; max-width: 760px; padding: 96px 0 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 36px; height: 3px; background: var(--acid); }
.hero h1, .page-hero h1, .display {
  margin: 0; max-width: 920px; font-size: clamp(3.25rem, 8.5vw, 7.8rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase;
}
.hero h1 em { color: var(--acid); font-style: normal; }
.hero-copy { max-width: 620px; margin: 28px 0 34px; color: #dedfd7; font-size: clamp(1rem, 2vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 22px;
  border: 1px solid var(--ink); border-radius: 99px; background: var(--ink); color: var(--white); font-weight: 850; text-decoration: none; transition: .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(0,0,0,.14); }
.button-acid { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.35); background: transparent; color: var(--white); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero-stats { position: absolute; z-index: 2; right: max(20px, calc((100vw - var(--max))/2)); bottom: 42px; display: flex; gap: 28px; }
.stat { padding-left: 16px; border-left: 3px solid var(--acid); }
.stat strong { display: block; font-size: 23px; line-height: 1; }
.stat span { color: #c7c9c0; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }

.ticker { overflow: hidden; padding: 14px 0; background: var(--acid); color: var(--ink); font-weight: 950; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.ticker-track { display: inline-flex; gap: 34px; min-width: max-content; animation: ticker 24s linear infinite; }
.ticker-track span::after { content: "•"; margin-left: 34px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: clamp(72px, 10vw, 130px) 0; }
section[id] { scroll-margin-top: 82px; }
.section-dark { color: var(--white); background: var(--ink); }
.section-acid { background: var(--acid); }
.section-head { display: grid; grid-template-columns: .62fr 1.38fr; align-items: start; gap: 50px; margin-bottom: 48px; }
.section-head .eyebrow { margin-top: 10px; }
.section-head h2, .section-title { margin: 0; font-size: clamp(2.3rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; text-transform: uppercase; }
.section-head p { max-width: 650px; margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-head p { color: #bfc1b9; }
.intro-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(36px, 7vw, 96px); align-items: center; }
.intro-image { position: relative; }
.intro-image img { min-height: 570px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note { position: absolute; right: -20px; bottom: -22px; max-width: 220px; padding: 20px; background: var(--acid); font-size: 14px; font-weight: 850; line-height: 1.35; transform: rotate(-2deg); }
.prose-large { font-size: clamp(1.3rem, 2.4vw, 1.8rem); line-height: 1.45; }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--acid-dark); font-weight: 950; }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 480px; overflow: hidden; border-radius: var(--radius); background: var(--ink-soft); color: var(--white); text-decoration: none; }
.service-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .52; transition: transform .5s, opacity .5s; }
.service-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,9,8,.95), transparent 68%); }
.service-card-content { position: absolute; z-index: 1; inset: auto 26px 26px; }
.service-card small { color: var(--acid); font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-card h3 { margin: 7px 0 6px; font-size: 2rem; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.service-card p { margin: 0; color: #cfd1c9; font-size: 14px; }
.service-card:hover img { transform: scale(1.05); opacity: .68; }
.arrow { display: inline-grid; width: 44px; height: 44px; margin-top: 18px; place-items: center; border-radius: 50%; background: var(--acid); color: var(--ink); font-size: 20px; }

.quote { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: start; }
.quote-mark { color: var(--acid); font-size: 7rem; font-weight: 950; line-height: .7; }
.quote blockquote { margin: 0; max-width: 920px; font-size: clamp(1.7rem, 4.1vw, 4rem); font-weight: 780; line-height: 1.08; letter-spacing: -.04em; }
.quote cite { display: block; margin-top: 28px; color: #b7b9b1; font-size: 14px; font-style: normal; }
.contact-quote-section { background: var(--acid); color: var(--ink); }
.contact-quote-section .quote-mark { color: var(--ink); }
.contact-quote-section .quote cite { color: rgba(14, 15, 13, .72); font-weight: 750; }

.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; grid-template-rows: 280px 280px; gap: 14px; }
.gallery-grid img { height: 100%; object-fit: cover; border-radius: 18px; }
.gallery-grid img:first-child { grid-row: 1 / 3; }
.gallery-grid img:nth-child(2) { grid-column: 2 / 4; }
.gallery-grid img.face-focus { object-position: center 18%; }

.location-section .section-head { margin-bottom: 38px; }
.location-link { margin-top: 8px; }
.map-frame {
  overflow: hidden;
  min-height: 520px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: var(--ink-soft);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.map-frame iframe { display: block; width: 100%; height: 520px; border: 0; }

.cta-band { padding: clamp(65px, 9vw, 105px) 0; background: var(--acid); }
.cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; }
.cta-band h2 { margin: 0; max-width: 850px; font-size: clamp(2.6rem, 6vw, 6rem); line-height: .9; letter-spacing: -.06em; text-transform: uppercase; }
.cta-band p { max-width: 660px; margin: 22px 0 0; }

.reviews-widget { height: 0; padding: 0; background: transparent; }

.page-hero { position: relative; min-height: 570px; display: grid; align-items: end; overflow: hidden; color: var(--white); background: var(--ink); }
.page-hero-media { object-position: center 35%; opacity: .7; }
.contact-hero-media { object-position: center 18%; }
.page-hero-content { position: relative; z-index: 1; padding: 105px 0 60px; }
.page-hero h1 { max-width: var(--max); font-size: clamp(3.2rem, 8vw, 7.2rem); }
.page-hero-title-line { display: block; }
.page-hero p { max-width: 690px; margin: 22px 0 0; color: #d5d7cf; font-size: 1.12rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 100px); align-items: center; }
.split-image img { height: 620px; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.kicker { color: var(--acid-dark); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.split h2, .content-block h2 { margin: 12px 0 24px; font-size: clamp(2.2rem, 4vw, 4.4rem); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.36); }
.feature-number { display: block; margin-bottom: 30px; color: var(--acid-dark); font-size: 14px; font-weight: 900; }
.feature h3 { margin: 0 0 9px; font-size: 1.25rem; text-transform: uppercase; }
.feature p { margin: 0; color: var(--muted); }
.section-dark .feature { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.section-dark .feature p { color: #b9bbb3; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; align-items: stretch; }
.price-card { display: flex; min-height: 390px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 42px rgba(14,15,13,.08); }
.price-card:nth-child(2) { background: var(--ink); color: var(--white); transform: translateY(-10px); }
.plan-tag { color: var(--acid-dark); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.price-card h3 { margin: 20px 0 24px; font-size: 1.55rem; line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.plan-support { margin: 0 0 28px; padding: 15px 16px; border-left: 4px solid var(--acid-dark); background: rgba(189, 255, 0, .12); }
.plan-support span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.plan-support strong { display: block; font-size: 14px; line-height: 1.35; text-transform: uppercase; }
.price-card:nth-child(2) .plan-support { background: rgba(189, 255, 0, .09); }
.price-card:nth-child(2) .plan-support span { color: #aeb0a8; }
.plan-note { min-height: 61px; margin: 2px 0 22px; padding-left: 14px; border-left: 3px solid var(--acid-dark); font-size: 13px; line-height: 1.45; }
.plan-note strong, .plan-note span { display: block; }
.plan-note strong { margin-bottom: 2px; font-size: 14px; }
.plan-note span { color: var(--muted); }
.price-card:nth-child(2) .plan-note span { color: #bfc1b9; }
.plan-features { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; font-size: 14px; }
.plan-features li { position: relative; padding-left: 25px; }
.plan-features li::before { content: "✓"; position: absolute; left: 0; color: var(--acid-dark); font-weight: 950; }
.plan-feature-exclusive span { margin-left: 6px; padding: 3px 6px; border-radius: 999px; background: var(--acid); color: var(--ink); font-size: 9px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.plan-price { margin: auto 0 26px; }
.plan-price span { display: block; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.price-card:nth-child(2) .plan-price span { color: #aeb0a8; }
.plan-price strong { display: block; margin-top: 4px; font-size: clamp(2.9rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.07em; }
.price-card .button { width: 100%; }
.process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.process-step { counter-increment: step; padding: 30px; background: var(--paper); }
.process-step::before { content: "0" counter(step); display: block; margin-bottom: 45px; color: var(--acid-dark); font-size: 13px; font-weight: 900; }
.process-step h3 { margin: 0 0 8px; font-size: 1.15rem; text-transform: uppercase; }
.process-step p { margin: 0; color: var(--muted); font-size: 14px; }

.faq { display: grid; gap: 12px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; gap: 20px; padding: 24px 0; font-size: 1.12rem; font-weight: 800; cursor: pointer; list-style: none; }
.faq summary::after { content: "+"; color: var(--acid-dark); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: -6px 0 24px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.contact-card { padding: 32px; border-radius: var(--radius); background: var(--ink); color: var(--white); }
.contact-card a { color: var(--acid); font-size: clamp(1.35rem, 3vw, 2.2rem); font-weight: 850; text-decoration: none; }
.contact-card .eyebrow { display: flex; }
.contact-card > a { display: block; width: fit-content; white-space: nowrap; }
.contact-card dl { margin: 32px 0 0; }
.contact-card dt { color: #979a91; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.contact-card dd { margin: 3px 0 22px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 850; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #c9c7bd; border-radius: 10px; background: var(--white); padding: 14px 15px; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: 3px solid rgba(200,241,53,.65); border-color: var(--ink); }
.form-status { min-height: 24px; margin: 12px 0 0; font-weight: 750; }
.form-status.is-success { color: #3f6700; }
.form-status.is-error { color: #a02c22; }
.field-honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.legal h2 { margin: 50px 0 12px; font-size: 1.65rem; line-height: 1.2; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: #4d5048; }
.legal-meta { margin-bottom: 50px; padding: 18px 22px; border-left: 4px solid var(--acid-dark); background: rgba(255,255,255,.45); }

.site-footer { padding: 58px 0 28px; background: var(--ink); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 70px; align-items: start; }
.footer-blurb { max-width: 380px; margin: 20px 0 0; color: #aeb0a8; }
.footer-col h3 { margin: 0 0 14px; color: #8f9289; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a { display: block; margin: 8px 0; color: #d9dbd3; text-decoration: none; }
.footer-col a:hover { color: var(--acid); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8d9087; font-size: 12px; }

.whatsapp-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 90;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 20px 0 15px;
  border: 2px solid rgba(255,255,255,.8);
  border-radius: 999px;
  background: #25d366;
  color: #092f18;
  box-shadow: 0 14px 38px rgba(0,0,0,.24);
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float svg { width: 25px; height: 25px; flex: 0 0 auto; fill: currentColor; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(0,0,0,.3); }
.whatsapp-float:focus-visible { outline: 4px solid var(--white); outline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: block; z-index: 2; }
  .site-nav { position: fixed; inset: 0; width: 100%; height: 100vh; height: 100dvh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 18px; overflow-y: auto; overscroll-behavior: contain; padding: 100px 32px 40px; background: var(--ink); clip-path: inset(0 0 0 100%); visibility: hidden; transition: clip-path .3s ease, visibility .3s; }
  .site-nav.open { clip-path: inset(0); visibility: visible; }
  .site-nav a { font-size: 1.45rem; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-8px) rotate(-45deg); }
  .hero-stats { display: none; }
  .section-head { grid-template-columns: 1fr; gap: 10px; }
  .cards, .feature-grid { grid-template-columns: 1fr 1fr; }
  .cards .service-card:last-child, .feature-grid .feature:last-child { grid-column: 1 / -1; }
  .process { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }
  .brand-text span { display: none; }
  .nav-shell { min-height: 70px; }
  .hero { min-height: calc(100svh - 70px); }
  .hero::after, .page-hero::after { background: linear-gradient(0deg, rgba(8,9,8,.96) 10%, rgba(8,9,8,.3) 100%); }
  .hero-media { object-position: 62% center; }
  .hero-content { padding: 90px 0 50px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5.4rem); }
  .intro-grid, .split, .contact-grid, .cta-grid { grid-template-columns: 1fr; }
  .intro-image { order: -1; }
  .intro-image img, .split-image img { min-height: 0; height: 480px; }
  .image-note { right: 8px; }
  .cards, .feature-grid, .process { grid-template-columns: 1fr; }
  .price-card:nth-child(2) { transform: none; }
  .cards .service-card:last-child, .feature-grid .feature:last-child { grid-column: auto; }
  .service-card { min-height: 420px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px 220px; }
  .gallery-grid img:first-child { grid-column: 1 / 3; grid-row: auto; }
  .gallery-grid img:nth-child(2) { grid-column: auto; }
  .gallery-grid img:last-child { grid-column: 1 / -1; object-position: center 38%; }
  .map-frame { min-height: 400px; }
  .map-frame iframe { height: 400px; }
  .quote { grid-template-columns: 1fr; gap: 10px; }
  .quote-mark { font-size: 4rem; }
  .page-hero { min-height: 520px; }
  .page-hero h1 { font-size: clamp(2.55rem, 12vw, 5rem); }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .whatsapp-float { right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: 56px; height: 56px; min-height: 56px; justify-content: center; padding: 0; }
  .whatsapp-float span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
}

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