:root {
  --ink: #0a0b0d;
  --ink-soft: #111419;
  --paper: #f4f1eb;
  --paper-bright: #fffdfa;
  --white: #ffffff;
  --amber: #ffb44c;
  --amber-bright: #ffc66b;
  --cyan: #76d7e8;
  --muted: #a6abb3;
  --line-dark: rgba(255, 255, 255, 0.14);
  --line-light: rgba(10, 11, 13, 0.14);
  --radius: 1.5rem;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.22);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 2.5rem), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; padding: .7rem 1rem; transform: translateY(-160%); background: var(--white); border-radius: .5rem; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 84px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.site-header.scrolled { background: rgba(10, 11, 13, .86); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; flex: 0 0 auto; }
.brand-mark {
  position: relative;
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  color: var(--white);
  border: 2px solid var(--amber);
  border-right-color: transparent;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.brand-mark::after { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(255,180,76,.45); border-left-color: transparent; border-radius: 50%; }
.brand-mark span { position: relative; z-index: 1; font-size: 1.25rem; font-weight: 850; line-height: 1; transform: rotate(12deg); }
.brand-copy { display: flex; align-items: baseline; gap: .24rem; letter-spacing: .1em; }
.brand-copy strong { font-size: 1.02rem; font-weight: 850; }
.brand-copy b { color: var(--amber); font-size: .78rem; letter-spacing: .02em; }
.main-nav { display: flex; align-items: center; gap: 2rem; font-size: .9rem; font-weight: 650; }
.main-nav > a:not(.nav-cta) { color: rgba(255,255,255,.78); transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--white); }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; transition: border-color .2s ease, background .2s ease; }
.nav-cta:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.menu-button { display: none; border: 0; background: transparent; padding: .55rem; color: inherit; }
.menu-button span:not(.sr-only) { display: block; width: 1.5rem; height: 2px; margin: 4px; background: currentColor; }

.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  max-height: 980px;
  display: flex;
  align-items: stretch;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
  overflow: hidden;
}
.hero-image { position: absolute; z-index: -4; inset: 0; background: url('./assets/hero-entra360.webp') center / cover no-repeat; transform: scale(1.025); transition: transform .15s linear; }
.hero-shade { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(6,7,9,.98) 0%, rgba(6,7,9,.89) 37%, rgba(6,7,9,.38) 69%, rgba(6,7,9,.18) 100%), linear-gradient(0deg, rgba(7,8,10,.72), transparent 38%); }
.hero::after { content: ""; position: absolute; z-index: -2; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.orbit { position: absolute; z-index: -1; border: 1px solid rgba(255,180,76,.28); border-radius: 50%; pointer-events: none; }
.orbit::before, .orbit::after { content: ""; position: absolute; border-radius: 50%; }
.orbit::before { inset: 11%; border: 1px solid rgba(255,255,255,.13); }
.orbit::after { width: 8px; height: 8px; top: 14%; right: 17%; background: var(--amber); box-shadow: 0 0 22px rgba(255,180,76,.9); }
.orbit-a { width: 690px; aspect-ratio: 1; right: -190px; top: 68px; }
.orbit-b { width: 280px; aspect-ratio: 1; left: -110px; bottom: -80px; border-color: rgba(118,215,232,.24); }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 5rem; padding-top: 110px; padding-bottom: 110px; }
.hero-copy { max-width: 720px; }
.eyebrow { margin: 0 0 1.25rem; display: flex; align-items: center; gap: .65rem; color: var(--amber); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 2.5rem; height: 1px; background: currentColor; }
.eyebrow.dark { color: #8d5d1b; }
.hero h1 { margin: 0; max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.65rem, 7.3vw, 7.15rem); font-weight: 500; letter-spacing: -.062em; line-height: .9; }
.hero h1 em { color: var(--amber-bright); font-weight: 500; }
.hero-lead { max-width: 650px; margin: 1.7rem 0 0; color: rgba(255,255,255,.72); font-size: clamp(1.05rem, 1.4vw, 1.24rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { min-height: 3.2rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem; padding: .86rem 1.25rem; border-radius: 999px; border: 1px solid transparent; font-size: .94rem; font-weight: 800; line-height: 1.2; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--amber); box-shadow: 0 14px 34px rgba(255,180,76,.2); }
.button-primary:hover { background: var(--amber-bright); }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: .55rem 1.4rem; padding: 0; margin: 1.55rem 0 0; list-style: none; color: rgba(255,255,255,.58); font-size: .82rem; }
.hero-points li { position: relative; padding-left: 1rem; }
.hero-points li::before { content: ""; position: absolute; left: 0; top: .65em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.hero-card { align-self: end; justify-self: end; width: min(100%, 390px); min-height: 325px; display: flex; flex-direction: column; justify-content: space-between; padding: 1.35rem; margin-bottom: 1rem; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(12,14,17,.54); box-shadow: var(--shadow); backdrop-filter: blur(18px); }
.hero-card-top, .hero-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: .7rem; }
.live-pill { display: inline-flex; align-items: center; gap: .45rem; padding: .42rem .64rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.74); font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 12px var(--cyan); }
.card-number { color: rgba(255,255,255,.45); font-size: .72rem; letter-spacing: .12em; }
.hero-card-center { position: relative; padding: 2rem .5rem .8rem; }
.scan-ring { position: absolute; right: .1rem; top: -.55rem; width: 105px; height: 105px; border: 1px solid rgba(255,180,76,.42); border-radius: 50%; }
.scan-ring::before { content: ""; position: absolute; inset: 12px; border: 1px dashed rgba(255,255,255,.25); border-radius: 50%; animation: spin 18s linear infinite; }
.scan-ring i { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); top: 7px; left: 50%; box-shadow: 0 0 16px var(--amber); }
.hero-card-center p { margin: 0 0 .35rem; color: rgba(255,255,255,.58); font-size: .82rem; }
.hero-card-center strong { display: block; max-width: 260px; font-family: Georgia, "Times New Roman", serif; font-size: 1.9rem; line-height: 1.12; font-weight: 500; }
.hero-card-bottom { justify-content: flex-start; flex-wrap: wrap; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.13); }
.hero-card-bottom span { color: rgba(255,255,255,.6); font-size: .7rem; letter-spacing: .07em; text-transform: uppercase; }
.hero-foot { position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.48); font-size: .75rem; text-transform: uppercase; letter-spacing: .11em; }
.hero-foot p { margin: 0; }
.location-line { flex: 0 1 130px; height: 1px; background: rgba(255,255,255,.25); }

.proof-strip { overflow: hidden; padding: 1.05rem 0; color: var(--ink); background: var(--amber); }
.proof-track { width: max-content; min-width: 100%; display: flex; align-items: center; justify-content: center; gap: 1.25rem; padding-inline: 1.25rem; font-size: .78rem; font-weight: 900; letter-spacing: .13em; }
.proof-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--ink); opacity: .45; }
.section { padding: 8rem 0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading { max-width: 780px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .deliverables h2, .process-top h2, .founder-copy h2, .faq-heading h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.65rem, 5vw, 5rem); font-weight: 500; letter-spacing: -.055em; line-height: .98; }
.section-heading > p:last-child { max-width: 640px; margin: 1.4rem 0 0; color: var(--muted); font-size: 1.05rem; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3.5rem; }
.benefit-card { position: relative; min-height: 320px; padding: 1.6rem; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.benefit-card::before { content: ""; position: absolute; width: 190px; height: 190px; top: -96px; right: -82px; border: 1px solid rgba(255,180,76,.2); border-radius: 50%; box-shadow: 0 0 0 34px rgba(255,180,76,.035), 0 0 0 68px rgba(255,180,76,.02); }
.benefit-index { position: absolute; top: 1.3rem; left: 1.4rem; color: rgba(255,255,255,.28); font-size: .72rem; letter-spacing: .14em; }
.benefit-icon { width: 2.7rem; height: 2.7rem; display: grid; place-items: center; margin-bottom: 1.2rem; color: var(--amber); border: 1px solid rgba(255,180,76,.35); border-radius: 50%; font-size: 1.4rem; }
.benefit-card h3 { margin: 0 0 .65rem; font-size: 1.25rem; }
.benefit-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.visual-mosaic { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; margin-top: 1rem; }
.visual-frame { position: relative; min-height: 470px; margin: 0; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: #171a1e; }
.visual-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,8,10,.9), transparent 52%); pointer-events: none; }
.visual-frame img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.visual-frame:hover img { transform: scale(1.025); }
.visual-frame figcaption { position: absolute; z-index: 1; left: 1.5rem; right: 1.5rem; bottom: 1.4rem; }
.visual-frame figcaption span { display: block; margin-bottom: .25rem; color: var(--amber); font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.visual-frame figcaption strong { display: block; max-width: 460px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.7vw, 2.2rem); font-weight: 500; line-height: 1.08; }
.visual-frame:not(.visual-frame-wide) img { object-position: 58% center; }
.concept-note { margin: .75rem .2rem 0; color: rgba(255,255,255,.36); font-size: .72rem; }

.deliverables { background: var(--paper-bright); }
.deliverables-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 7rem; align-items: start; }
.deliverables-copy { position: sticky; top: 125px; }
.deliverables-copy > p:not(.eyebrow) { max-width: 500px; color: #62666d; font-size: 1.05rem; }
.text-link { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.2rem; color: #8d5d1b; font-weight: 850; border-bottom: 1px solid rgba(141,93,27,.35); }
.deliverable-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.deliverable-list li { display: grid; grid-template-columns: 50px minmax(160px, .8fr) 1.2fr; gap: 1rem; align-items: center; min-height: 104px; border-bottom: 1px solid var(--line-light); }
.deliverable-list span { color: #a87a3a; font-size: .75rem; letter-spacing: .12em; }
.deliverable-list strong { font-size: 1.05rem; }
.deliverable-list small { color: #71757b; font-size: .9rem; line-height: 1.55; }

.packages-section { color: var(--white); background: #0f1216; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; align-items: stretch; margin-top: 3.5rem; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 540px; padding: 1.7rem; border: 1px solid var(--line-dark); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.package-card.featured { border-color: rgba(255,180,76,.65); background: linear-gradient(180deg, rgba(255,180,76,.11), rgba(255,255,255,.025) 44%); box-shadow: 0 26px 65px rgba(0,0,0,.28); transform: translateY(-12px); }
.recommended { position: absolute; top: 1.15rem; right: 1.2rem; padding: .32rem .55rem; color: var(--ink); background: var(--amber); border-radius: 999px; font-size: .65rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.package-label { color: var(--amber); font-size: .85rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.package-for { margin: .55rem 0 1.5rem; min-height: 3rem; color: var(--muted); font-size: .92rem; }
.price { display: flex; align-items: baseline; gap: .5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line-dark); }
.price small { color: rgba(255,255,255,.4); font-size: .64rem; letter-spacing: .1em; }
.price strong { font-family: Georgia, "Times New Roman", serif; font-size: 2.65rem; font-weight: 500; line-height: 1; }
.price span { color: rgba(255,255,255,.42); font-size: .7rem; }
.package-card ul { display: grid; gap: .78rem; padding: 1.3rem 0 1.7rem; margin: 0; list-style: none; color: rgba(255,255,255,.72); font-size: .9rem; }
.package-card li { position: relative; padding-left: 1.15rem; }
.package-card li::before { content: ""; position: absolute; left: 0; top: .68em; width: 5px; height: 5px; border-radius: 50%; background: var(--cyan); }
.package-card .button { width: 100%; margin-top: auto; }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.22); }
.button-outline:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.package-note { margin: 1.5rem 0 0; color: rgba(255,255,255,.4); font-size: .78rem; text-align: center; }

.process-section { background: var(--paper); }
.process-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5rem; align-items: end; }
.process-top > p { max-width: 460px; margin: 0 0 .4rem; color: #666a70; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4rem; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.process-step { min-height: 270px; padding: 1.6rem; border-right: 1px solid var(--line-light); }
.process-step:last-child { border-right: 0; }
.process-step > span { color: #9b6b29; font-size: .72rem; letter-spacing: .13em; }
.process-step h3 { margin: 4rem 0 .55rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; }
.process-step p { max-width: 280px; margin: 0; color: #6d7177; font-size: .92rem; }

.founder-section { color: var(--white); background: var(--ink); }
.founder-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 6rem; align-items: center; }
.founder-visual { position: relative; min-height: 430px; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; overflow: hidden; border: 1px solid var(--line-dark); border-radius: var(--radius); background: radial-gradient(circle at 65% 28%, rgba(255,180,76,.18), transparent 35%), linear-gradient(145deg, #191d22, #0d0f12); }
.founder-monogram { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-54%); font-family: Georgia, "Times New Roman", serif; font-size: clamp(7rem, 15vw, 11rem); line-height: 1; color: rgba(255,255,255,.9); letter-spacing: -.1em; }
.founder-orbit { position: absolute; width: 310px; height: 310px; top: 50%; left: 50%; transform: translate(-50%,-53%); border: 1px solid rgba(255,180,76,.55); border-radius: 50%; box-shadow: 0 0 0 42px rgba(255,180,76,.035), 0 0 0 84px rgba(255,180,76,.02); }
.founder-visual p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.5); font-size: .77rem; letter-spacing: .08em; text-transform: uppercase; }
.founder-copy > p:not(.eyebrow) { max-width: 670px; color: var(--muted); font-size: 1.05rem; }
.credentials { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.credentials span { min-width: 150px; padding-top: .9rem; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.5); font-size: .72rem; text-transform: uppercase; letter-spacing: .07em; }
.credentials strong { display: block; margin-bottom: .18rem; color: var(--amber); font-size: 1.18rem; letter-spacing: 0; }

.faq-section { background: var(--paper-bright); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 6rem; }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { flex: 0 0 auto; font-size: 1.4rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -0.4rem 2rem 1.5rem 0; color: #6e7278; font-size: .94rem; }

.final-cta { position: relative; overflow: hidden; padding: 8rem 0; color: var(--white); background: #111419; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 82% 50%, rgba(255,180,76,.15), transparent 30%), linear-gradient(90deg, transparent 50%, rgba(255,255,255,.02)); }
.final-orbit { position: absolute; width: 600px; height: 600px; right: -170px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(255,180,76,.27); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,180,76,.025), 0 0 0 140px rgba(255,180,76,.015); }
.final-cta-inner { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(3.5rem, 8vw, 7.5rem); }
.final-cta-inner > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 1.05rem; }
.final-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.3rem; margin-top: 2rem; }
.contact-mail { color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.25); font-size: .9rem; }
.site-footer { padding: 2rem 0; color: rgba(255,255,255,.56); background: var(--ink); border-top: 1px solid var(--line-dark); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 1rem; font-size: .75rem; }
.footer-grid p { margin: 0; text-align: center; }
.footer-grid p:last-child { text-align: right; }

.whatsapp-float { position: fixed; z-index: 90; right: 1.2rem; bottom: 1.2rem; width: 3.5rem; height: 3.5rem; display: grid; place-items: center; color: #08120d; background: #56d884; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; box-shadow: 0 18px 42px rgba(0,0,0,.28); transition: transform .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.02); }
.whatsapp-float svg { width: 1.55rem; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 980px) {
  .main-nav { gap: 1.15rem; }
  .hero { min-height: 860px; height: auto; max-height: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 2.6rem; padding-top: 155px; padding-bottom: 105px; }
  .hero-copy { max-width: 760px; }
  .hero-card { justify-self: start; width: min(100%, 560px); min-height: 285px; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(6,7,9,.97), rgba(6,7,9,.79) 70%, rgba(6,7,9,.46)), linear-gradient(0deg, rgba(6,7,9,.8), transparent 45%); }
  .benefit-grid, .package-grid, .visual-mosaic { grid-template-columns: 1fr; }
  .benefit-card { min-height: 270px; }
  .visual-frame { min-height: 420px; }
  .package-card, .package-card.featured { min-height: auto; transform: none; }
  .deliverables-grid, .founder-grid, .faq-grid { grid-template-columns: 1fr; gap: 4rem; }
  .deliverables-copy { position: static; }
  .process-top { grid-template-columns: 1fr; gap: 1.5rem; }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 1.5rem), var(--container)); }
  .site-header { height: 72px; }
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 72px; left: .75rem; right: .75rem; display: none; align-items: stretch; flex-direction: column; gap: .2rem; padding: 1rem; color: var(--white); background: rgba(10,11,13,.97); border: 1px solid var(--line-dark); border-radius: 1rem; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: .8rem; }
  .nav-cta { text-align: center; }
  .hero { min-height: 900px; }
  .hero-grid { padding-top: 130px; gap: 2rem; }
  .hero h1 { font-size: clamp(3.3rem, 17vw, 5.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .hero-card { min-height: 255px; }
  .hero-card-center strong { max-width: 220px; font-size: 1.55rem; }
  .scan-ring { width: 84px; height: 84px; }
  .hero-foot { gap: .65rem; bottom: 1rem; }
  .hero-foot > span, .location-line { display: none; }
  .hero-foot p { font-size: .65rem; }
  .proof-track { justify-content: flex-start; overflow: hidden; }
  .section { padding: 5.5rem 0; }
  .section-heading h2, .deliverables h2, .process-top h2, .founder-copy h2, .faq-heading h2 { font-size: clamp(2.45rem, 12vw, 3.8rem); }
  .visual-frame { min-height: 330px; }
  .visual-frame figcaption { left: 1.1rem; right: 1.1rem; bottom: 1.05rem; }
  .deliverable-list li { grid-template-columns: 36px 1fr; padding: 1.1rem 0; }
  .deliverable-list small { grid-column: 2; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid var(--line-light); }
  .process-step:last-child { border-bottom: 0; }
  .process-step h3 { margin-top: 1.7rem; }
  .founder-visual { min-height: 360px; }
  .credentials { flex-direction: column; }
  .credentials span { width: 100%; }
  .final-cta { padding: 6rem 0; }
  .final-actions { align-items: flex-start; flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; justify-items: start; }
  .footer-grid p, .footer-grid p:last-child { text-align: left; }
}

@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; }
}
