:root {
  --ink: #0b0c0c;
  --ink-deep: #070808;
  --graphite: #181a18;
  --graphite-soft: #242521;
  --paper: #f7f6f2;
  --paper-white: #fffefa;
  --paper-warm: #f2eee5;
  --text: #232421;
  --text-soft: #50514c;
  --muted: #686a64;
  --muted-dark: #8b8d86;
  --gold: #95681e;
  --gold-bright: #efc765;
  --gold-pale: #f4e7c4;
  --line: rgba(38, 37, 31, .14);
  --line-dark: rgba(244, 240, 232, .14);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: 'DM Sans', Arial, sans-serif; }
::selection { background: var(--gold-bright); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.section-space { position: relative; padding: clamp(72px, 8vw, 112px) 0; }
.noise { position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .025; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }

.site-header { position: sticky; top: 0; z-index: 40; color: var(--paper-white); background: rgba(10, 11, 11, .94); border-bottom: 1px solid rgba(244, 240, 232, .1); backdrop-filter: blur(16px); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 28px; }
.brand, .footer-brand {
  position: relative;
  display: block;
  width: clamp(150px, 16vw, 168px);
  height: clamp(50px, 5.2vw, 56px);
  overflow: hidden;
}
.brand { flex: 0 0 auto; }
.brand img, .footer-brand img {
  position: absolute;
  top: -115.3%;
  left: -35%;
  display: block;
  width: 168.9%;
  max-width: none;
  height: auto;
}
.main-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; color: #c6c5bf; font-size: 12px; }
.main-nav a, .mobile-nav a, .header-link, .footer-links a { transition: color .2s ease, border-color .2s ease, background .2s ease; }
.main-nav a:hover, .mobile-nav a:hover, .footer-links a:hover { color: var(--gold-bright); }
.header-link { display: inline-flex; align-items: center; gap: 9px; padding: 11px 13px; border: 1px solid rgba(239, 199, 101, .42); color: var(--paper-white); font-size: 10px; font-weight: 700; white-space: nowrap; }
.header-link span { color: var(--gold-bright); font-size: 15px; line-height: 0; }
.header-link:hover { border-color: var(--gold-bright); background: rgba(239, 199, 101, .1); }
.menu-toggle { display: none; width: 38px; height: 38px; padding: 8px; border: 1px solid rgba(239, 199, 101, .38); background: transparent; }
.menu-toggle span { display: block; width: 100%; height: 1px; margin: 6px 0; background: var(--gold-bright); }
.mobile-nav { display: none; }

.hero { position: relative; isolation: isolate; display: flex; align-items: center; min-height: min(790px, calc(100svh - 76px)); padding: 42px 0; overflow: hidden; background: radial-gradient(ellipse at 80% 48%, rgba(149, 104, 30, .12), transparent 42%), linear-gradient(95deg, rgba(8, 9, 9, .68) 0%, rgba(8, 9, 9, .46) 51%, rgba(8, 9, 9, .32) 100%), url("/assets/589f1265632cd1659404575ed8d41247ea15fd2d3802d14fdec9078b780d8365.png") center / cover no-repeat, var(--ink); color: var(--paper-white); }
.hero-frame { position: relative; z-index: 1; width: 100%; padding: clamp(28px, 4.3vw, 54px); border: 1px solid rgba(239, 199, 101, .29); background: rgba(11, 12, 12, .62); box-shadow: 0 28px 90px rgba(0, 0, 0, .3); backdrop-filter: blur(9px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .86fr); align-items: center; gap: clamp(36px, 5vw, 68px); }
.hero-copy { position: relative; z-index: 2; }
.kicker, .section-tag, .service-label, .stage-topline, .stage-caption { font-size: 10px; line-height: 1.45; letter-spacing: .15em; font-weight: 700; }
.kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 23px; color: var(--gold-bright); }
.kicker-mark { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 0 5px rgba(239, 199, 101, .12); }
.kicker-rule { width: 32px; height: 1px; background: var(--gold-bright); opacity: .72; }
.hero-title { max-width: 700px; margin: 0 0 19px; font-family: 'Manrope', Arial, sans-serif; font-size: clamp(48px, 5.8vw, 78px); line-height: .99; letter-spacing: -.065em; font-weight: 800; }
.gold-text, .title-dot { color: var(--gold-bright); }
.hero-lead { max-width: 550px; margin: 0 0 27px; color: #e0ded8; font-size: 16px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 51px; padding: 0 17px; border: 1px solid transparent; font-size: 11px; font-weight: 800; letter-spacing: .025em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { margin-left: 10px; font-size: 15px; line-height: 0; }
.button-primary { color: var(--ink); background: var(--gold-bright); }
.button-primary span { color: var(--ink); }
.button-primary:hover { background: #f7d98d; }
.button-quiet { border-color: rgba(244, 240, 232, .24); color: var(--paper-white); }
.button-quiet span { color: var(--gold-bright); }
.button-quiet:hover { border-color: var(--gold-bright); color: var(--gold-bright); }

.hero-stage { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(239, 199, 101, .27); background: radial-gradient(circle at 74% 48%, rgba(239, 199, 101, .08), transparent 40%), rgba(9, 11, 11, .46); box-shadow: 0 24px 68px rgba(0, 0, 0, .25); }
.stage-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(244, 240, 232, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 240, 232, .07) 1px, transparent 1px); background-size: 42px 42px; }
.stage-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(239, 199, 101, .2); border-radius: 50%; transform: translate(-50%, -50%) rotate(-17deg); }
.stage-ring-one { width: 84%; height: 56%; }
.stage-ring-two { width: 62%; height: 74%; border-color: rgba(244, 240, 232, .14); transform: translate(-50%, -50%) rotate(25deg); }
.stage-topline { position: absolute; top: 22px; right: 24px; left: 24px; display: flex; justify-content: space-between; color: #f1d995; font-size: 9px; }
.stage-topline::after { position: absolute; top: 25px; right: 0; left: 0; height: 1px; content: ''; background: rgba(239, 199, 101, .26); }
.stage-content { position: absolute; z-index: 2; inset: 54px 18px 38px; display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: center; gap: 12px; }
.stage-info { position: relative; z-index: 3; display: grid; align-content: center; gap: 10px; min-width: 0; }
.stage-media { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; min-width: 0; pointer-events: none; }
.stage-center-card { position: relative; z-index: 3; width: 100%; min-width: 0; padding: 14px 13px 12px; border: 1px solid rgba(239, 199, 101, .36); background: rgba(15, 17, 16, .9); box-shadow: 0 18px 46px rgba(0, 0, 0, .36); }
.center-card-head, .center-card-foot { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #b8b6ae; font-size: 8px; letter-spacing: .13em; }
.demo-pill { display: inline-flex; align-items: center; gap: 6px; color: var(--gold-bright); }
.demo-pill i { width: 5px; height: 5px; border-radius: 50%; background: var(--gold-bright); }
.center-card-title { margin: 29px 0 22px; color: var(--paper-white); font-family: 'Manrope', Arial, sans-serif; font-size: clamp(21px, 2.4vw, 29px); line-height: 1.04; letter-spacing: -.05em; }
.center-card-title strong { color: var(--gold-bright); font-weight: 800; }
.center-card-foot { padding-top: 13px; border-top: 1px solid rgba(244, 240, 232, .13); color: #d0cec6; letter-spacing: .04em; }
.channel-card { position: relative; z-index: 3; display: flex; align-items: center; gap: 8px; width: 100%; min-width: 0; min-height: 54px; padding: 8px 9px; border: 1px solid rgba(244, 240, 232, .2); background: rgba(25, 27, 25, .96); box-shadow: 0 15px 32px rgba(0, 0, 0, .24); }
.channel-google, .channel-meta { top: auto; right: auto; bottom: auto; left: auto; }
.channel-icon { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid rgba(239, 199, 101, .4); border-radius: 50%; color: var(--gold-bright); font-family: 'Manrope', Arial, sans-serif; font-size: 14px; font-weight: 800; }
.meta-icon { font-size: 20px; }
.channel-card strong, .channel-card small { display: block; }
.channel-card strong { color: var(--paper-white); font-size: 10px; line-height: 1.2; }
.channel-card small { margin-top: 4px; color: #c2c0b9; font-size: 8px; line-height: 1.2; }
.channel-card b { margin-left: auto; color: var(--gold-bright); font-size: 16px; font-weight: 400; }
.stage-caption { position: absolute; z-index: 4; right: 24px; bottom: 21px; left: 24px; display: flex; align-items: center; gap: 10px; color: #c2bcae; font-size: 8px; }
.caption-line { width: 32px; height: 1px; background: var(--gold-bright); }

.signal-band { border-top: 1px solid #e1ded6; border-bottom: 1px solid #dedbd3; background: #efede6; color: var(--text); }
.signal-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.signal-inner p { max-width: 470px; margin: 0; color: var(--text-soft); font-size: 12px; line-height: 1.55; }
.signal-list { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 10px; letter-spacing: .07em; font-weight: 800; }
.signal-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--gold); }

.opportunity { background: var(--paper); }
.services { background: var(--paper-white); }
.story { overflow: clip; background: #fff; }
.method { background: var(--paper-warm); }
.faq { background: var(--paper); }
.contact { border-top: 1px solid #dfd9cc; background: #f2eee4; }
.legal { padding: 74px 0; border-top: 1px solid var(--line); background: var(--paper-white); }
.section-heading { display: grid; justify-items: center; gap: 15px; max-width: 850px; margin: 0 auto 47px; text-align: center; }
.section-tag { color: var(--gold); }
.section-heading h2, .story-copy h2, .contact-copy h2, .legal h2 { margin: 12px 0 0; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: clamp(34px, 4.15vw, 52px); line-height: 1.04; letter-spacing: -.055em; font-weight: 800; }
.section-heading h2 { max-width: 820px; }
.section-heading > p { max-width: 680px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.opportunity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.opportunity-card { position: relative; min-height: 252px; padding: 29px 28px 26px; border: 1px solid var(--line); background: #fff; box-shadow: 0 12px 35px rgba(37, 33, 22, .045); }
.opportunity-card-featured { border-color: rgba(149, 104, 30, .28); background: linear-gradient(145deg, #fff8e7, #fff 68%); }
.card-index { position: absolute; top: 24px; right: 25px; color: #9a9a92; font-size: 10px; letter-spacing: .1em; }
.line-icon { display: grid; place-items: center; width: 39px; height: 39px; margin: 0 0 26px; border: 1px solid rgba(149, 104, 30, .18); border-radius: 50%; background: #f7f0df; color: var(--gold); }
.line-icon svg, .icon-box svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.line-icon svg { width: 23px; height: 23px; }
.opportunity-card h3 { margin: 0 0 10px; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: 21px; letter-spacing: -.04em; }
.opportunity-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.68; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.service-card { display: flex; min-height: 388px; flex-direction: column; padding: 25px 24px 21px; border: 1px solid var(--line); background: #fff; box-shadow: 0 13px 36px rgba(37, 33, 22, .045); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-3px); border-color: rgba(149, 104, 30, .38); box-shadow: 0 20px 45px rgba(37, 33, 22, .08); }
.service-card-featured { border-top: 3px solid #c7953d; background: linear-gradient(155deg, #fff9e9, #fff 44%); }
.service-card-meta { border-top: 3px solid #b98a3b; }
.service-card-measure { border-top: 3px solid #8f784b; }
.service-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.service-label { color: var(--gold); font-size: 9px; letter-spacing: .13em; }
.icon-box { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; border: 1px solid rgba(149, 104, 30, .18); border-radius: 50%; background: #f7f0df; color: var(--gold); }
.icon-box svg { width: 24px; height: 24px; }
.service-card h3 { margin: 36px 0 12px; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: clamp(23px, 2.15vw, 28px); line-height: 1.07; letter-spacing: -.055em; font-weight: 800; }
.service-card > p, .service-support-copy p { min-height: 67px; margin: 0 0 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }
.service-list { padding: 15px 0 10px; margin: 0; list-style: none; border-top: 1px solid #e8e5de; }
.service-list li { display: flex; align-items: flex-start; gap: 9px; margin: 9px 0; color: var(--text-soft); font-size: 11px; line-height: 1.45; }
.service-list li::before { display: inline-grid; place-items: center; width: 15px; height: 15px; flex: 0 0 auto; margin-top: 1px; border-radius: 50%; background: #f4ebd4; color: var(--gold); content: '✓'; font-size: 9px; font-weight: 800; line-height: 1; }
.service-card-support { grid-column: 1 / -1; min-height: 142px; display: grid; grid-template-columns: 112px minmax(0, 1fr) 200px; align-items: center; gap: 23px; padding: 21px 25px; border-top: 1px solid var(--line); background: #f7f5ef; }
.service-card-support .service-top { flex-direction: column-reverse; align-items: center; gap: 7px; }
.service-card-support .service-label { text-align: center; }
.service-card-support .icon-box { width: 39px; height: 39px; }
.service-support-copy { margin: 0; }
.service-support-copy h3 { margin: 0 0 6px; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: 21px; line-height: 1.12; letter-spacing: -.04em; }
.service-support-copy p { min-height: 0; margin: 0; }
.card-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 14px; border-top: 1px solid #e8e5de; color: #777970; font-size: 10px; line-height: 1.35; }
.service-card-support .card-foot { margin: 0; padding: 0; border: 0; }
.round-arrow { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid rgba(149, 104, 30, .28); border-radius: 50%; color: var(--gold); font-size: 15px; }

.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.step-card { min-height: 244px; padding: 25px 24px 22px; border: 1px solid #ddd7ca; background: rgba(255, 255, 255, .78); }
.step-index { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(149, 104, 30, .24); border-radius: 50%; background: #f8f0dc; color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .04em; }
.step-line { width: 100%; height: 1px; margin: 25px 0 21px; background: linear-gradient(90deg, #ba8a39, rgba(149, 104, 30, .1)); }
.step-card h3 { margin: 0 0 10px; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: 18px; line-height: 1.17; letter-spacing: -.035em; }
.step-card p { max-width: 270px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.story-grid { display: grid; grid-template-columns: minmax(300px, .77fr) minmax(0, 1.23fr); align-items: center; gap: clamp(54px, 8vw, 94px); }
.story-image-wrap { position: relative; width: 100%; max-width: 450px; }
.story-image-accent { position: absolute; inset: 24px -20px -22px 20px; border: 1px solid rgba(149, 104, 30, .34); transform: rotate(-3deg); }
.story-image { position: relative; z-index: 1; aspect-ratio: .8; margin: 0; overflow: hidden; border: 1px solid rgba(149, 104, 30, .25); background: #e9e4da; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; filter: saturate(.83) contrast(1.03); }
.story-image::after { position: absolute; inset: 0; content: ''; pointer-events: none; background: linear-gradient(to top, rgba(11, 12, 12, .74), transparent 40%, rgba(178, 127, 39, .04)); }
.story-image figcaption { position: absolute; z-index: 2; right: 21px; bottom: 20px; left: 21px; display: flex; align-items: end; justify-content: space-between; gap: 15px; color: #fff; font-size: 9px; letter-spacing: .11em; }
.story-image figcaption span:last-child { color: #f4d683; font-size: 8px; text-align: right; }
.story-copy .section-tag { display: inline-block; }
.story-copy h2 { max-width: 660px; margin-top: 16px; }
.story-copy p { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.78; }
.story-signature { display: flex; align-items: center; gap: 14px; margin-top: 31px; color: var(--text); font-size: 13px; line-height: 1.45; }
.story-signature small { color: var(--gold); font-size: 10px; }
.signature-line { width: 38px; height: 1px; background: #b98732; }

.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.faq-item { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 13px; min-height: 150px; padding: 23px 22px; border: 1px solid var(--line); background: #fff; }
.faq-index { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #f5ecd7; color: var(--gold); font-family: 'Manrope', Arial, sans-serif; font-size: 9px; font-weight: 800; }
.faq-item h3 { margin: 2px 0 9px; color: var(--text); font-family: 'Manrope', Arial, sans-serif; font-size: 15px; line-height: 1.35; }
.faq-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.68; }

.contact-cta { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); align-items: center; gap: clamp(36px, 7vw, 82px); }
.contact-copy h2 { max-width: 580px; }
.contact-copy > p { max-width: 540px; margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.contact-points { display: grid; gap: 10px; margin-top: 25px; color: var(--text-soft); font-size: 12px; }
.contact-points span { display: flex; align-items: center; gap: 9px; }
.contact-points i { display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: #f4ead1; color: var(--gold); }
.contact-points i::before { content: '✓'; font-size: 9px; font-style: normal; font-weight: 800; }
.contact-action-card { padding: 28px; border: 1px solid rgba(149, 104, 30, .3); background: linear-gradient(145deg, #1c1d1a, #0e1010); color: var(--paper-white); box-shadow: 0 20px 55px rgba(38, 33, 22, .14); }
.action-eyebrow { color: var(--gold-bright); font-size: 9px; line-height: 1.4; letter-spacing: .17em; font-weight: 800; }
.contact-action-card p { max-width: 350px; margin: 17px 0 22px; color: #d2d0c9; font-size: 14px; line-height: 1.65; }
.contact-action-card .button { width: 100%; }

.legal-inner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; align-items: start; }
.legal h2 { max-width: 410px; font-size: clamp(31px, 3.4vw, 46px); }
.legal-copy { color: var(--muted); font-size: 12px; line-height: 1.72; }
.legal-copy p { max-width: 630px; margin: 0 0 17px; }
.legal-pending { padding: 16px; border-left: 3px solid #bd8e39; background: #f8f0dc; color: #55534c; }
.legal-pending strong { color: #76531d; font-weight: 800; }
.site-footer { border-top: 3px solid #a9792c; background: var(--ink-deep); color: var(--paper-white); }
.footer-top { display: flex; align-items: center; gap: 27px; min-height: 104px; }
.footer-brand { margin-right: auto; }
.footer-links { display: flex; align-items: center; gap: 24px; color: #c1c0ba; font-size: 10px; }
.back-top { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(239, 199, 101, .36); color: var(--gold-bright); font-size: 16px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; padding: 16px 0 22px; border-top: 1px solid rgba(244, 240, 232, .1); color: #8f9089; font-size: 9px; }

@media (max-width: 1080px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .82fr); gap: 34px; }
  .hero-frame { padding: 36px; }
  .hero-title { font-size: clamp(45px, 5.6vw, 68px); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card-support { grid-column: 1 / -1; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 40px), var(--max)); }
  .main-nav { display: none; }
  .header-link { margin-left: auto; }
  .menu-toggle { display: block; }
  .mobile-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; max-height: 0; overflow: hidden; border-top: 0 solid var(--line-dark); transition: max-height .25s ease, padding .25s ease, border-color .25s ease; }
  .mobile-nav.is-open { max-height: 210px; padding: 10px 0 15px; border-top-width: 1px; }
  .mobile-nav a { padding: 10px 0; color: #d3d1ca; font-size: 12px; }
  .hero { min-height: auto; padding: 30px 0 36px; }
  .hero-frame { padding: 29px; }
  .hero-grid { grid-template-columns: 1fr; gap: 29px; }
  .hero-copy { max-width: 690px; }
  .hero-stage { width: min(100%, 550px); min-height: 470px; margin: 0 auto; }
  .signal-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 12px; padding: 19px 0; }
  .heading-split { max-width: 760px; }
  .story-grid { grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 42px; }
  .contact-cta { grid-template-columns: 1fr; gap: 32px; }
  .contact-copy > p { max-width: 650px; }
  .legal-inner { grid-template-columns: 1fr; gap: 25px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 68px; gap: 10px; }
  .brand { width: clamp(142px, 39vw, 156px); height: clamp(47px, 13vw, 52px); }
  .header-link { display: none; }
  .hero { padding: 15px 0 22px; }
  .hero-frame { padding: 22px 19px 23px; }
  .hero-grid { gap: 0; }
  .kicker { gap: 8px; margin-bottom: 15px; font-size: 8px; letter-spacing: .1em; line-height: 1.55; }
  .kicker-mark { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(239, 199, 101, .12); }
  .kicker-rule { width: 21px; }
  .hero-title { max-width: 100%; margin-bottom: 13px; font-size: clamp(33px, 9.8vw, 43px); line-height: 1; letter-spacing: -.06em; }
  .hero-lead { margin-bottom: 16px; font-size: 13px; line-height: 1.52; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 7px; }
  .hero-actions .button-primary { width: min(100%, 340px); min-height: 49px; padding: 0 10px; font-size: 9px; letter-spacing: .015em; }
  .hero-actions .button-quiet { min-height: 32px; padding: 2px 0; border: 0; font-size: 10px; }
  .signal-inner { gap: 10px; }
  .signal-inner p { margin: 0; font-size: 11px; }
  .signal-list { gap: 8px; font-size: 8px; letter-spacing: .035em; }
  .signal-list i { width: 3px; height: 3px; }
  .section-space { padding: 68px 0; }
  .section-heading { gap: 13px; margin-bottom: 31px; }
  .section-heading h2, .story-copy h2, .contact-copy h2, .legal h2 { font-size: clamp(31px, 9.4vw, 43px); }
  .section-heading > p { font-size: 13px; }
  .opportunity-grid, .service-grid, .steps-grid, .faq-grid { grid-template-columns: 1fr; }
  .opportunity-card { min-height: 0; padding: 25px 22px; }
  .line-icon { margin-bottom: 18px; }
  .service-card { min-height: 0; padding: 22px 20px 18px; }
  .service-card h3 { margin-top: 28px; font-size: 27px; }
  .service-card > p { min-height: 0; }
  .service-card-support { grid-column: auto; grid-template-columns: 1fr; gap: 13px; padding: 20px; }
  .service-card-support .service-top { flex-direction: row; justify-content: space-between; }
  .service-card-support .service-label { text-align: left; }
  .service-support-copy h3 { font-size: 22px; }
  .service-card-support .card-foot { justify-content: flex-start; gap: 16px; padding-top: 10px; border-top: 1px solid #e8e5de; }
  .step-card { min-height: 0; padding: 22px; }
  .step-line { margin: 18px 0 16px; }
  .story-grid { grid-template-columns: 1fr; gap: 38px; }
  .story-image-wrap { width: min(calc(100% - 12px), 430px); margin-inline: auto; }
  .story-image-accent { inset: 18px -15px -17px 15px; }
  .story-image figcaption { right: 16px; bottom: 16px; left: 16px; font-size: 8px; }
  .story-image figcaption span:last-child { font-size: 7px; }
  .story-copy p { margin-top: 18px; font-size: 13px; }
  .story-signature { margin-top: 24px; }
  .faq-item { min-height: 0; padding: 19px 16px; }
  .faq-item p { font-size: 12px; }
  .contact-cta { gap: 24px; }
  .contact-copy > p { font-size: 13px; }
  .contact-action-card { padding: 22px 17px; }
  .contact-action-card .button { padding: 0 8px; font-size: 9px; }
  .legal { padding: 62px 0; }
  .legal-inner { gap: 20px; }
  .legal-copy { font-size: 11px; }
  .legal-pending { padding: 13px; }
  .footer-top { min-height: 0; align-items: flex-start; flex-wrap: wrap; gap: 16px 19px; padding: 25px 0 19px; }
  .footer-brand { width: clamp(148px, 41vw, 164px); height: clamp(49px, 13.7vw, 56px); margin-right: 0; }
  .footer-links { flex-wrap: wrap; gap: 10px 16px; font-size: 9px; }
  .back-top { margin-left: auto; }
  .footer-bottom { flex-wrap: wrap; padding-bottom: 18px; font-size: 8px; }
}

@media (max-width: 390px) {
  .hero-frame { padding: 20px 16px 21px; }
  .hero-title { font-size: 32px; }
  .hero-actions .button-primary { font-size: 8.5px; }
  .signal-list { gap: 6px; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
.stage-art {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  opacity: 1;
  pointer-events: none;
}
.stage-grid { z-index: 0; opacity: .17; }
.stage-ring { z-index: 1; }
.stage-topline, .stage-caption { z-index: 4; }
.channel-card > span:nth-child(2) { min-width: 0; }
.channel-icon {
  width: 38px;
  height: 38px;
  overflow: hidden;
  border: 1px solid rgba(239, 199, 101, .48);
  background: radial-gradient(circle at 34% 27%, #fffdf6 0%, #f6efdf 54%, #e6d7b8 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .92), 0 5px 12px rgba(0, 0, 0, .28);
}
.channel-icon img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 2px 1px rgba(24, 22, 16, .14));
}
.line-icon, .icon-box {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border: 1px solid rgba(149, 104, 30, .24);
  background: radial-gradient(circle at 32% 22%, #fffef8 0%, #f6efdf 53%, #e7d8b8 100%);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .92), 0 7px 15px rgba(48, 39, 22, .12);
}
.line-icon img, .icon-box img {
  display: block;
  width: 90%;
  height: 90%;
  object-fit: contain;
  filter: drop-shadow(0 2px 1px rgba(24, 22, 16, .14));
}
.icon-box { width: 52px; height: 52px; }
.service-card-support .icon-box { width: 44px; height: 44px; }
@media (max-width: 620px) {
  .line-icon { width: 48px; height: 48px; }
  .icon-box { width: 50px; height: 50px; }
  .service-card-support .icon-box { width: 44px; height: 44px; }
}

@media (max-width: 620px) {
  .hero-stage {
    display: block;
    width: min(100%, 550px);
    height: clamp(350px, 93vw, 390px);
    min-height: 0;
    margin: 16px auto 0;
  }
  .stage-content {
    inset: 32px 10px 29px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 8px;
  }
  .stage-info { gap: 7px; }
  .stage-center-card { padding: 8px 8px 7px; }
  .center-card-head, .center-card-foot { gap: 4px; font-size: 6px; letter-spacing: .05em; }
  .demo-pill { gap: 4px; }
  .center-card-title {
    margin: 9px 0 8px;
    font-size: clamp(14px, 4vw, 17px);
  }
  .center-card-foot { padding-top: 7px; }
  .stage-topline {
    top: 12px;
    right: 12px;
    left: 12px;
    font-size: 7px;
  }
  .stage-topline::after { top: 19px; }
  .channel-card {
    min-height: 42px;
    gap: 5px;
    padding: 5px 6px;
  }
  .channel-icon { width: 26px; height: 26px; }
  .channel-card strong { font-size: 7px; }
  .channel-card small { margin-top: 3px; font-size: 6px; }
  .channel-card b { font-size: 11px; }
  .stage-caption { right: 12px; bottom: 10px; left: 12px; font-size: 6px; }
  .caption-line { width: 18px; }
}


.funnel-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .95fr);
  align-items: center;
  gap: clamp(28px, 4.5vw, 58px);
  margin: 0 0 32px;
  padding: clamp(28px, 4.4vw, 50px);
  overflow: visible;
  border: 1px solid rgba(239, 199, 101, .28);
  background: radial-gradient(ellipse at 82% 46%, rgba(69, 192, 213, .14), transparent 43%), linear-gradient(135deg, #1c1d1a, #0b0d0e 72%, #151713);
  box-shadow: 0 20px 48px rgba(38, 33, 22, .1);
  color: var(--paper-white);
}
.funnel-copy { min-width: 0; }
.funnel-kicker { display: inline-block; margin-bottom: 14px; color: var(--gold-bright); font-size: 9px; line-height: 1.45; letter-spacing: .16em; font-weight: 800; }
.funnel-copy h3 { max-width: 520px; margin: 0 0 13px; color: var(--paper-white); font-family: 'Manrope', Arial, sans-serif; font-size: clamp(27px, 3.2vw, 39px); line-height: 1.06; letter-spacing: -.05em; font-weight: 800; }
.funnel-copy > p { max-width: 520px; margin: 0; color: #d2d0c9; font-size: 13px; line-height: 1.7; }
.funnel-stages { display: grid; gap: 0; margin: 23px 0 0; padding: 0; list-style: none; }
.funnel-stages li { position: relative; display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 13px; padding: 0 0 16px; }
.funnel-stages li:last-child { padding-bottom: 0; }
.funnel-stages li:not(:last-child)::after { position: absolute; top: 35px; bottom: 0; left: 16px; width: 1px; content: ''; background: linear-gradient(to bottom, rgba(239, 199, 101, .55), rgba(86, 197, 218, .3)); }
.funnel-stage-index { position: relative; z-index: 1; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(239, 199, 101, .46); border-radius: 50%; background: #171917; color: var(--gold-bright); font-family: 'Manrope', Arial, sans-serif; font-size: 9px; font-weight: 800; letter-spacing: .04em; }
.funnel-stages li:nth-child(2) .funnel-stage-index { border-color: rgba(110, 213, 231, .52); color: #8edfee; }
.funnel-stage h4 { margin: 0 0 4px; color: var(--paper-white); font-family: 'Manrope', Arial, sans-serif; font-size: 14px; line-height: 1.35; letter-spacing: -.02em; }
.funnel-stage p, .funnel-stages li p { max-width: 420px; margin: 0; color: #bdbdb6; font-size: 11px; line-height: 1.55; }
.funnel-art { position: relative; display: grid; place-items: center; min-width: 0; width: 100%; height: auto; margin: 0; overflow: visible; border-left: 1px solid rgba(244, 240, 232, .16); }
.funnel-art img { position: relative; z-index: 1; display: block; width: min(100%, 320px); max-width: 100%; height: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 8px 22px rgba(0, 0, 0, .3)); }

@media (max-width: 820px) {
  .funnel-panel { grid-template-columns: minmax(0, 1fr); gap: 9px; padding: 32px; }
  .funnel-copy { max-width: 670px; }
  .funnel-copy h3 { font-size: clamp(27px, 4.5vw, 36px); }
  .funnel-art { height: auto; margin-top: 10px; border-top: 1px solid rgba(244, 240, 232, .16); border-left: 0; }
}

@media (max-width: 620px) {
  .funnel-panel { gap: 4px; margin-bottom: 26px; padding: 23px 19px; }
  .funnel-kicker { margin-bottom: 11px; font-size: 8px; }
  .funnel-copy h3 { margin-bottom: 11px; font-size: clamp(24px, 7.4vw, 32px); }
  .funnel-copy > p { font-size: 12px; line-height: 1.62; }
  .funnel-stages { margin-top: 19px; }
  .funnel-stages li { grid-template-columns: 33px minmax(0, 1fr); gap: 11px; padding-bottom: 14px; }
  .funnel-stages li:not(:last-child)::after { top: 33px; left: 15px; }
  .funnel-stage-index { width: 32px; height: 32px; }
  .funnel-stage h4 { font-size: 13px; }
  .funnel-stages li p { font-size: 10.5px; }
  .funnel-art { height: auto; margin-top: 12px; }
}

.footer-cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 4px 2px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: rgba(239, 199, 101, .45);
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}
.footer-cookie-button:hover,
.footer-cookie-button:focus-visible { color: var(--gold-bright); text-decoration-color: currentColor; }
.footer-cookie-button:focus-visible,
.cookie-dialog button:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }
.cookie-dialog {
  width: min(560px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  max-height: min(88vh, 680px);
  max-height: min(88dvh, 680px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid rgba(239, 199, 101, .45);
  border-radius: 4px;
  background: linear-gradient(145deg, #20211e, #0c0d0d 78%);
  box-shadow: 0 24px 90px rgba(0, 0, 0, .58);
  color: var(--paper-white);
}
.cookie-dialog::backdrop { background: rgba(5, 6, 6, .78); backdrop-filter: blur(3px); }
.cookie-dialog-content { padding: clamp(23px, 5vw, 36px); }
.cookie-dialog-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.cookie-dialog-kicker { display: block; margin-bottom: 12px; color: var(--gold-bright); font-size: 9px; line-height: 1.5; letter-spacing: .16em; font-weight: 800; }
.cookie-dialog-heading h2 { max-width: 410px; margin: 0; color: var(--paper-white); font-family: 'Manrope', Arial, sans-serif; font-size: clamp(25px, 6vw, 34px); line-height: 1.08; letter-spacing: -.045em; }
.cookie-dialog-close { display: grid; flex: 0 0 auto; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(244, 240, 232, .24); border-radius: 50%; background: transparent; color: var(--paper-white); font-size: 23px; line-height: 1; }
.cookie-dialog-close:hover { border-color: var(--gold-bright); color: var(--gold-bright); }
.cookie-dialog-description { margin: 20px 0 23px; color: #d0cec7; font-size: 13px; line-height: 1.65; }
.cookie-preference-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 0; border-top: 1px solid rgba(244, 240, 232, .15); border-bottom: 1px solid rgba(244, 240, 232, .15); }
.cookie-preference-row h3 { margin: 0 0 6px; color: var(--paper-white); font-family: 'Manrope', Arial, sans-serif; font-size: 14px; line-height: 1.35; }
.cookie-preference-row p { max-width: 360px; margin: 0; color: #b8b7b0; font-size: 11px; line-height: 1.6; }
.cookie-preference-status { flex: 0 0 auto; padding: 7px 9px; border: 1px solid rgba(239, 199, 101, .35); color: var(--gold-pale); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.cookie-dialog-note { margin: 16px 0 0; color: #b8b7b0; font-size: 11px; line-height: 1.6; }
.cookie-dialog-saved { margin: 15px 0 0; color: #f0d891; font-size: 11px; line-height: 1.6; }
.cookie-dialog-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 24px; }
.cookie-dialog-actions button { min-height: 42px; padding: 0 17px; font-size: 10px; line-height: 1.25; letter-spacing: .04em; font-weight: 800; }
.cookie-save-button { border: 1px solid var(--gold-bright); background: linear-gradient(120deg, #f4d582, #b7893b); color: #13130f; }
.cookie-save-button:hover { background: #f7df9a; }
.cookie-dismiss-button { border: 1px solid rgba(244, 240, 232, .26); background: transparent; color: var(--paper-white); }
.cookie-dismiss-button:hover { border-color: var(--paper-white); }
@media (max-width: 620px) {
  .cookie-dialog { width: calc(100vw - 28px); max-width: calc(100vw - 28px); max-height: min(86vh, 620px); max-height: min(86dvh, 620px); }
  .cookie-dialog-content { padding: 24px 20px 20px; }
  .cookie-dialog-description { margin: 17px 0 19px; font-size: 12px; }
  .cookie-preference-row { align-items: flex-start; flex-direction: column; gap: 11px; }
  .cookie-dialog-actions { display: grid; grid-template-columns: 1fr; gap: 9px; margin-top: 20px; }
  .cookie-dialog-actions button { width: 100%; min-height: 46px; }
}
.cookie-dialog-saved[hidden] { display: none; }
