/* ------------------------------------------------------------------
   Tokens — "Retro Vibes" palette: white / black / yellow / orange / brown.
   Orange = working accent, yellow = light + highlights, brown = soft text.
   Display: Bebas Neue. Text/UI: Bricolage Grotesque.
   ------------------------------------------------------------------ */
:root {
  --black: #000000; --ink: #0A0A0A; --ink-soft: #6E625B; --brown: #795548;
  --yellow: #FFEB3B; --orange: #FF9800; --white: #FFFFFF; --paper: #F6F5F2;
  --line: #E7E3DD; --ghost-fill: #ECE8E1; --ghost-stroke: #D6CFC5;
  --display: "Bebas Neue", "Oswald", Impact, sans-serif;
  --sans: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --ui: "Montserrat", "Segoe UI", system-ui, sans-serif;
  --radius: 26px; --ease: cubic-bezier(.2,.7,.2,1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--ink); font-family: var(--sans); font-weight: 400; font-optical-sizing: auto; -webkit-font-smoothing: antialiased; overflow-x: clip; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }
img { display: block; max-width: 100%; }
svg.ic { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1320px, calc(100% - clamp(32px, 7vw, 120px))); margin: 0 auto; }

/* Cursor-following accent light (cards + buttons) ------------------------ */
.glow { --mx: 50%; --my: 50%; position: relative; }
.glow::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .45s;
                background: radial-gradient(360px circle at var(--mx) var(--my), rgba(255,235,59,.34), rgba(255,152,0,.14) 40%, transparent 70%); }
.glow:hover::before { opacity: 1; }

/* Buttons: pills, generous inner spacing, arrow disc that turns orange on hover ------ */
.btn { position: relative; flex-shrink: 0; display: inline-flex; align-items: center; gap: 14px; height: 52px; padding: 0 8px 0 28px; border-radius: 999px; overflow: hidden;
       font: 600 .88rem/1 var(--ui); letter-spacing: .02em; white-space: nowrap; border: 1.5px solid transparent; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.btn > * { position: relative; z-index: 1; }
.btn .arr { display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 1.05rem; transition: transform .35s var(--ease), background .3s, color .3s; }
.btn:hover { transform: translateY(-2px); } .btn:hover .arr { transform: translateX(2px) rotate(-25deg); background: var(--orange) !important; color: var(--black) !important; }
.btn--light { background: var(--white); color: var(--ink); } .btn--light .arr { background: var(--ink); color: var(--white); }
.btn--dark { background: var(--ink); color: var(--white); } .btn--dark .arr { background: var(--white); color: var(--ink); }
.btn--ghost { color: var(--white); border-color: rgba(255,255,255,.4); } .btn--ghost .arr { border: 1.5px solid rgba(255,255,255,.4); } .btn--ghost:hover { border-color: rgba(255,255,255,.7); }
.btn--ghost-dark { color: var(--ink); border-color: rgba(10,10,10,.25); } .btn--ghost-dark .arr { border: 1.5px solid rgba(10,10,10,.25); } .btn--ghost-dark:hover { border-color: rgba(10,10,10,.6); }
.btn--yellow { background: var(--yellow); color: var(--black); } .btn--yellow .arr { background: var(--black); color: var(--white); }
.btn--dark.glow::before, .btn--ghost.glow::before { background: radial-gradient(260px circle at var(--mx) var(--my), rgba(255,235,59,.28), transparent 70%); }

/* Site header ---------------------------------------------------------------- */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 200; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
               padding: 16px clamp(20px, 4vw, 56px); color: var(--white); transition: background .4s, color .4s, box-shadow .4s; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { height: 42px; width: auto; }
.brand .brand__word--dark, body.past-hero .brand .brand__word--light { display: none; }
body.past-hero .brand .brand__word--dark { display: block; }
.site-nav { display: flex; gap: clamp(16px, 2.6vw, 38px); font: 500 .9rem/1 var(--ui); letter-spacing: .01em; }
.site-nav a { position: relative; opacity: .84; transition: opacity .2s; padding: 8px 2px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--orange); transition: right .3s var(--ease); }
.site-nav a:hover { opacity: 1; } .site-nav a:hover::after { right: 0; }
.site-header__cta { justify-self: end; }
body.past-hero .site-header { background: rgba(246,245,242,.9); color: var(--ink); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(0,0,0,.06); }
body.past-hero .site-header .btn--light { background: var(--ink); color: var(--white); } body.past-hero .site-header .btn--light .arr { background: var(--white); color: var(--ink); }

/* Hero film: engine theme + overrides --------------------------------------------- */
.sw-root { --sw-bg: #05070B; --sw-ink: #FFFFFF; --sw-ink-soft: #D9D4CC; --sw-accent: #FF9800; --sw-font-display: var(--display); --sw-font-body: var(--sans); }
.sw-root .sw-topbar, .sw-root .sw-route, .sw-root .sw-copy__num, .sw-root .sw-particles { display: none !important; }
.sw-root .sw-copy { width: min(48vw, 620px); isolation: isolate; }
.sw-root .sw-copy::before { content: ""; position: absolute; z-index: -1; inset: -14% -12%; border-radius: 40%; background: radial-gradient(closest-side, rgba(0,0,0,.62), rgba(0,0,0,.28) 60%, transparent); filter: blur(28px); pointer-events: none; }
.sw-root .sw-copy__eyebrow { margin-top: 0; font: 600 .78rem/1 var(--ui); letter-spacing: .22em; color: var(--yellow); text-shadow: 0 2px 12px rgba(0,0,0,.8); }
.sw-root .sw-copy__title { font: 400 clamp(3.6rem, 7.8vw, 7.6rem)/.9 var(--display); letter-spacing: .01em; text-transform: uppercase; color: #fff; margin-top: 16px; text-shadow: 0 2px 6px rgba(0,0,0,.7), 0 10px 44px rgba(0,0,0,.75); }
.sw-root .sw-copy__body { font: 400 clamp(1.02rem, 1.2vw, 1.2rem)/1.5 var(--sans); color: #F3F0EA; max-width: 460px; margin-top: 20px; text-shadow: 0 1px 3px rgba(0,0,0,.8), 0 4px 24px rgba(0,0,0,.7); }
.sw-root .sw-copy__cta { gap: 12px; margin-top: 30px; }
.sw-root .sw-btn { display: inline-flex; align-items: center; gap: 14px; height: 52px; padding: 0 8px 0 28px; border-radius: 999px; font: 600 .88rem/1 var(--ui); letter-spacing: .02em; border: 1.5px solid transparent; transition: transform .3s var(--ease); }
.sw-root .sw-btn::after { content: "→"; display: inline-grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; font-size: 1.05rem; transition: background .3s, color .3s, transform .35s var(--ease); }
.sw-root .sw-btn:hover { transform: translateY(-2px); } .sw-root .sw-btn:hover::after { background: var(--orange); color: var(--black); transform: rotate(-25deg); }
.sw-root .sw-btn--primary { background: #fff; color: var(--ink); } .sw-root .sw-btn--primary::after { background: var(--ink); color: #fff; }
.sw-root .sw-btn--ghost { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; } .sw-root .sw-btn--ghost::after { border: 1.5px solid rgba(255,255,255,.4); }
.sw-root .sw-hint { font: 600 .7rem/1 var(--ui); letter-spacing: .26em; color: rgba(255,255,255,.75); }
.sw-root .sw-scrollbar { height: 2px; }
body.past-hero .sw-hint, body.past-hero .sw-scrollbar, body.past-hero .sw-copylayer { opacity: 0 !important; pointer-events: none !important; }
#world { position: relative; z-index: 1; }

/* Page sections --------------------------------------------------------------------- */
main { position: relative; z-index: 60; background: var(--paper); color: var(--ink); border-radius: 40px 40px 0 0; box-shadow: 0 -30px 80px rgba(0,0,0,.45); overflow: clip; }
section { position: relative; padding: clamp(84px, 9vw, 140px) 0; }
.tag { display: inline-flex; flex-shrink: 0; align-items: center; align-self: flex-start; width: max-content; gap: 10px; height: 38px; padding: 0 18px 0 14px; border-radius: 999px;
       background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(255,255,255,.42)); backdrop-filter: blur(14px) saturate(1.4); -webkit-backdrop-filter: blur(14px) saturate(1.4);
       border: 1px solid rgba(255,255,255,.9); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 10px 24px -16px rgba(0,0,0,.35);
       font: 600 .74rem/1 var(--ui); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); margin-bottom: 28px; }
.tag::before { content: ""; width: 16px; height: 16px; background: url(brand/icon-dark.png) center/contain no-repeat; }
.tag--dark { background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); border-color: rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.3); color: #fff; }
.tag--dark::before { background-image: url(brand/icon-white.png); }
.h2 { font: 400 clamp(3rem, 6vw, 5.8rem)/.9 var(--display); text-transform: uppercase; letter-spacing: .01em; max-width: 13ch; }
.h2 .soft { color: var(--brown); }
.lede { font-size: clamp(1.05rem, 1.25vw, 1.25rem); line-height: 1.55; color: var(--ink-soft); max-width: 52ch; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: end; margin-bottom: clamp(44px, 5vw, 76px); }
.section-head .lede { justify-self: end; }

/* Ghost type: large, clearly visible, drifting with scroll -------------------------- */
.ghost { position: absolute; z-index: 0; pointer-events: none; white-space: nowrap; font: 400 clamp(8rem, 17vw, 17rem)/.85 var(--display); text-transform: uppercase; letter-spacing: .03em; user-select: none; }
.ghost--stroke { color: transparent; -webkit-text-stroke: 2px var(--ghost-stroke); }
.ghost--fill { color: var(--ghost-fill); }
.ghost--dark { color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.16); }
section > .container { position: relative; z-index: 1; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(28px, 3vw, 40px); display: flex; flex-direction: column; gap: 16px; min-height: 400px;
        transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; overflow: hidden; }
.card > * { position: relative; z-index: 1; }
.card:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -30px rgba(0,0,0,.28); border-color: rgba(255,152,0,.45); }
.icon { width: 62px; height: 62px; border-radius: 20px; display: grid; place-items: center; color: var(--orange); margin-bottom: 6px; transition: background .4s, color .4s, transform .5s var(--ease), box-shadow .4s;
        background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(246,245,242,.55)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.95);
        box-shadow: inset 0 1px 0 #fff, inset 0 -2px 6px rgba(121,85,72,.08), 0 10px 22px -14px rgba(0,0,0,.35); }
.card:hover .icon, .step:hover .icon { background: linear-gradient(135deg, rgba(255,235,59,.95), rgba(255,152,0,.7)); color: var(--black); transform: rotate(-8deg); }
.card__num { font: 400 1.1rem/1 var(--display); letter-spacing: .14em; color: var(--orange); }
.card__kicker { font: 400 clamp(2.4rem, 3vw, 3rem)/.95 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.card p { color: var(--ink-soft); line-height: 1.6; }
.card__go { position: absolute; right: 24px; top: 24px; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--white);
            transform: translate(12px, -12px) scale(.6); opacity: 0; transition: transform .45s var(--ease), opacity .3s; }
.card:hover .card__go { transform: none; opacity: 1; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; padding-top: 12px; }
.chips span { font: 600 .74rem/1 var(--ui); letter-spacing: .02em; padding: 12px 16px; border-radius: 999px; color: var(--brown);
              background: linear-gradient(135deg, rgba(255,255,255,.85), rgba(246,245,242,.5)); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.95); box-shadow: inset 0 1px 0 #fff, 0 8px 18px -14px rgba(0,0,0,.35); }
.card--dark { background: var(--ink); color: var(--white); border-color: transparent; } .card--dark p { color: #CFC8C0; }
.card--dark .icon { background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.05)); border-color: rgba(255,255,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.3); color: var(--yellow); }
.card--dark .chips span { background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.05)); border-color: rgba(255,255,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.28); color: #E6DFD6; } .card--dark .card__go { background: var(--yellow); color: var(--black); }
.card--dark.glow::before { background: radial-gradient(360px circle at var(--mx) var(--my), rgba(255,235,59,.22), rgba(255,152,0,.1) 40%, transparent 70%); }

.list { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.list li { display: flex; gap: 12px; align-items: flex-start; line-height: 1.5; } .list li::before { content: ""; flex: none; width: 8px; height: 8px; border-radius: 50%; background: var(--orange); margin-top: 9px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.panel { position: relative; border-radius: 32px; padding: clamp(32px, 3.8vw, 56px); display: flex; flex-direction: column; gap: 22px; min-height: 540px; overflow: hidden; }
.panel--light { background: var(--white); border: 1px solid var(--line); } .panel--dark { background: var(--ink); color: var(--white); }
.panel__bg { position: absolute; inset: 0; z-index: 0; object-fit: cover; width: 100%; height: 100%; opacity: .34; filter: saturate(.7) contrast(1.05); transform: scale(1.06); }
.panel--dark::after { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.92) 70%); }
.panel > :not(.panel__bg) { position: relative; z-index: 1; }
.panel__bg { position: absolute !important; }
.panel h3 { font: 400 clamp(2.4rem, 3.8vw, 3.8rem)/.92 var(--display); text-transform: uppercase; letter-spacing: .01em; }
.panel--dark p, .panel--dark .list li { color: #D9D3CB; } .panel--light p { color: var(--ink-soft); }
.panel .btn { align-self: flex-start; margin-top: auto; }

.steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; counter-reset: step; padding-top: 36px; }
.steps__line { position: absolute; left: 0; right: 0; top: 0; height: 3px; background: var(--line); border-radius: 3px; overflow: hidden; }
.steps__line i { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: linear-gradient(90deg, var(--orange), var(--yellow)); transform-origin: left; transform: scaleX(0); }
.step { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; min-height: 250px; display: flex; flex-direction: column; gap: 12px; overflow: hidden; transition: transform .5s var(--ease), box-shadow .5s, border-color .5s; }
.step > * { position: relative; z-index: 1; }
.step:hover { transform: translateY(-6px); box-shadow: 0 34px 60px -30px rgba(0,0,0,.25); border-color: rgba(255,152,0,.45); }
.step__num { font: 400 1rem/1 var(--display); letter-spacing: .14em; color: var(--orange); }
.step h4 { font: 600 1rem/1.25 var(--ui); } .step p { color: var(--ink-soft); line-height: 1.5; font-size: .95rem; }

.products { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; align-items: stretch; }
.products__visual { border-radius: 32px; min-height: 500px; position: relative; overflow: hidden; background: var(--ink); }
.products__visual img { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; }
.products__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.82)); }
.products__visual span { position: absolute; left: 30px; bottom: 28px; z-index: 1; color: #fff; font: 400 2.2rem/1 var(--display); letter-spacing: .04em; text-transform: uppercase; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 10px 0 28px; }
.fields div { background: var(--paper); border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; font-size: .95rem; color: var(--ink-soft); line-height: 1.45; }
.fields b { display: block; font: 600 .72rem/1 var(--ui); letter-spacing: .14em; text-transform: uppercase; color: var(--brown); margin-bottom: 8px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }

.why { position: relative; background: var(--ink); color: var(--white); border-radius: 40px; padding: clamp(60px, 7vw, 110px) clamp(28px, 5vw, 88px); overflow: hidden; }
.why .h2 { color: #fff; } .why .h2 .soft { color: var(--yellow); } .why .lede { color: #D9D3CB; }
.why .card { background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.04)); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-color: rgba(255,255,255,.18); box-shadow: inset 0 1px 0 rgba(255,255,255,.22); color: #fff; min-height: 300px; } .why .card p { color: #CFC8C0; }
.why .card .icon { background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.06)); border-color: rgba(255,255,255,.24); box-shadow: inset 0 1px 0 rgba(255,255,255,.32); color: var(--yellow); }
.why .card__go { background: var(--yellow); color: var(--black); }
.why .card:hover { background: linear-gradient(135deg, rgba(255,255,255,.16), rgba(255,255,255,.06)); box-shadow: inset 0 1px 0 rgba(255,255,255,.3); border-color: rgba(255,235,59,.5); }
.why .card.glow::before { background: radial-gradient(360px circle at var(--mx) var(--my), rgba(255,235,59,.22), rgba(255,152,0,.1) 40%, transparent 70%); }

.final { text-align: center; padding-bottom: clamp(48px, 6vw, 80px); }
.final .tag { margin: 0 auto 28px; }
.final .h2 { max-width: none; margin: 0 auto; font-size: clamp(3.4rem, 8.4vw, 9rem); }
.final .lede { margin: 26px auto 38px; }
.final .cta-row { justify-content: center; }
/* Contact form: dark block, glass fields, role pills ------------------------------- */
.cform { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 4vw, 64px); text-align: left; background: var(--ink); color: #fff; border-radius: 34px;
         padding: clamp(28px, 3.6vw, 52px); margin: 0 auto; max-width: 1120px; overflow: hidden; }
.cform.glow::before { background: radial-gradient(420px circle at var(--mx) var(--my), rgba(255,235,59,.16), rgba(255,152,0,.06) 40%, transparent 70%); }
.cform > * { position: relative; z-index: 1; }
.cform__side { display: flex; flex-direction: column; gap: 26px; }
.cform__side h3 { font: 400 clamp(2.2rem, 3.2vw, 3.2rem)/.92 var(--display); text-transform: uppercase; letter-spacing: .01em; max-width: 12ch; }
.role { display: flex; flex-wrap: wrap; gap: 8px; }
.role__opt { height: 42px; padding: 0 18px; border-radius: 999px; cursor: pointer; font: 600 .78rem/1 var(--ui); letter-spacing: .04em; color: #fff;
             background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.22); box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
             backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: background .3s, color .3s, border-color .3s, transform .3s var(--ease); }
.role__opt:hover { transform: translateY(-1px); border-color: rgba(255,235,59,.6); }
.role__opt.is-on { background: var(--yellow); color: var(--black); border-color: transparent; box-shadow: none; }
.cform__steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: #CFC8C0; font-size: .98rem; }
.cform__steps li { display: flex; gap: 14px; align-items: baseline; }
.cform__steps b { font: 400 1.25rem/1 var(--display); color: var(--orange); letter-spacing: .04em; }
.cform__side .btn { align-self: flex-start; margin-top: auto; }
.cform__form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; align-content: start; }
.cform__form label { display: grid; gap: 7px; font: 600 .68rem/1 var(--ui); letter-spacing: .12em; text-transform: uppercase; color: #CFC8C0; }
.cform__form label small { display: inline; margin-left: 6px; font: 500 .62rem/1 var(--ui); letter-spacing: .08em; text-transform: none; color: #8F877D; }
.cform__form .full { grid-column: 1 / -1; }
.cform__form input, .cform__form textarea { width: 100%; height: 50px; border-radius: 14px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); color: #fff; padding: 0 16px; font: 500 .94rem/1 var(--sans); outline: 0; transition: border-color .25s, background .25s; }
.cform__form textarea { height: 120px; padding: 13px 16px; resize: vertical; line-height: 1.45; }
.cform__form input:focus, .cform__form textarea:focus { border-color: rgba(255,235,59,.7); background: rgba(255,255,255,.09); }
.cform__form input::placeholder, .cform__form textarea::placeholder { color: rgba(255,255,255,.4); }
.cform__form .btn { grid-column: 1 / -1; justify-self: start; margin-top: 6px; }
.form__note { grid-column: 1 / -1; margin: 0; min-height: 1.2em; font-size: .95rem; color: #F3F0EA; }
.form__note.is-error { color: var(--yellow); }
form.is-sending { opacity: .7; pointer-events: none; }
.rfq .form__note { margin-top: 4px; }
footer { border-top: 1px solid var(--line); margin-top: clamp(64px, 9vw, 130px); padding: 32px 0 46px; display: flex; flex-wrap: wrap; gap: 20px 32px; align-items: center; justify-content: space-between; color: var(--ink-soft); font-size: .9rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 22px; font: 500 .84rem/1 var(--ui); color: var(--ink); }
footer .brand img { height: 34px; }

.js [data-reveal], .js [data-stagger] > * { opacity: 0; }
.h2 .w { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: .06em; margin-bottom: -.06em; } .h2 .w > span { display: inline-block; }

@media (max-width: 1024px) {
  .section-head, .grid-3, .grid-4, .split, .products, .fields, .cform { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr 1fr; } .section-head .lede { justify-self: start; }
  .panel { min-height: 0; } .card { min-height: 0; }
}
@media (max-width: 860px) {
  .site-header { grid-template-columns: auto 1fr auto; padding: 14px 18px; }
  .site-nav { display: none; }
  .brand img { height: 30px; }
  .sw-root .sw-copy { width: auto; }
  .sw-root .sw-copy__title { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .steps, .cform__form { grid-template-columns: 1fr; }
  main { border-radius: 26px 26px 0 0; }
  .ghost { font-size: 6rem; }
}
@media (prefers-reduced-motion: reduce) { .js [data-reveal], .js [data-stagger] > * { opacity: 1; } .ghost { display: none; } }

/* Products rail: skip control (visible while the rail is pinned) ---------------------------- */
.prail-wrap:not(.prail-wrap--free) .prail { padding-bottom: 100px; }   /* room for the skip control under the cards */
.prail__skip { position: absolute; right: clamp(20px, 4vw, 56px); bottom: 26px; z-index: 5; display: flex; gap: 8px; }
.prail__skip .btn { height: 44px; padding: 0 6px 0 20px; box-shadow: 0 18px 40px -20px rgba(0,0,0,.45); }
.prail__skip .btn .arr { width: 32px; height: 32px; }
.prail__skip .btn--ghost-dark { background: rgba(246,245,242,.85); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
@media (max-width: 1024px) { .prail__skip { position: static; justify-content: flex-end; padding: 0 16px 8px; } }
