:root {
  --b2b-ink: #17201c; --b2b-dim: #56615b; --b2b-paper: #fbf8ef; --b2b-paper-2: #fffdf8;
  --b2b-sage: #dce7d7; --b2b-forest: #10251f; --b2b-forest-2: #18352c;
  --b2b-gold: #f2b632; --b2b-gold-light: #ffd978; --b2b-gold-ink: #8a5a00;
  --b2b-coral: #e56d52; --b2b-blue: #4f8fa6; --b2b-line: rgba(23,32,28,.16);
  --b2b-radius: 24px; --b2b-max: 1180px; --b2b-header: 72px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--b2b-header) + 18px); }
body { margin: 0; color: var(--b2b-ink); background: var(--b2b-paper); font-family: "Inter Tight", Arial, sans-serif; font-size: 17px; }
body.b2b-menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
[hidden] { display: none !important; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: #111; background: #fff; border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.b2b-wrap { width: min(calc(100% - 48px), var(--b2b-max)); margin-inline: auto; }

.b2b-nav { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--b2b-header); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(13,31,26,.94); backdrop-filter: blur(16px); }
.b2b-nav-inner { display: flex; width: min(calc(100% - 48px), var(--b2b-max)); height: 100%; margin-inline: auto; align-items: center; gap: 28px; }
.b2b-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; letter-spacing: -.02em; }
.b2b-brand-mark { width: 18px; height: 25px; border: 3px solid var(--b2b-gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.b2b-brand-mark::after { content: ""; display: block; width: 5px; height: 5px; margin: 6px auto; border-radius: 50%; background: var(--b2b-gold); }
.b2b-nav-links { display: flex; margin-left: auto; align-items: center; gap: 24px; }
.b2b-nav-links a { color: rgba(255,255,255,.76); font-size: 14px; font-weight: 700; }
.b2b-nav-links a:hover, .b2b-nav-links .is-active { color: var(--b2b-gold-light); }
.b2b-nav-cta { display: inline-flex; min-height: 42px; padding: 0 18px; align-items: center; justify-content: center; color: #16130a; border-radius: 999px; background: var(--b2b-gold); font-size: 14px; font-weight: 900; }
.b2b-language-link { display: inline-flex; min-height: 38px; padding: 0 12px; align-items: center; justify-content: center; color: var(--b2b-gold-light); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: 13px; font-weight: 800; }
.b2b-menu-button { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; color: #fff; border: 0; border-radius: 50%; background: rgba(255,255,255,.08); }
.b2b-menu-button span { display: block; width: 22px; height: 2px; margin: 4px 0; background: currentColor; }
.b2b-mobile-menu { position: absolute; z-index: 99; inset: 100% 0 auto; display: grid; height: calc(100vh - var(--b2b-header)); height: calc(100dvh - var(--b2b-header)); overflow-y: auto; align-content: start; gap: 2px; padding: 18px 24px; background: var(--b2b-forest); }
.b2b-mobile-menu a { padding: 15px 10px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 18px; font-weight: 700; }
.b2b-mobile-menu .b2b-mobile-cta { margin-top: 16px; color: #111; border: 0; border-radius: 999px; background: var(--b2b-gold); text-align: center; }

.b2b-hero { position: relative; display: grid; min-height: 820px; padding-top: var(--b2b-header); overflow: hidden; color: #fff; background: var(--b2b-forest); isolation: isolate; }
.b2b-hero-media, .b2b-hero-shade { position: absolute; z-index: -2; inset: 0; }
.b2b-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.b2b-hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(7,23,18,.97) 0%, rgba(7,23,18,.88) 42%, rgba(7,23,18,.28) 72%, rgba(7,23,18,.06) 100%), linear-gradient(0deg, rgba(7,23,18,.48), transparent 48%); }
.b2b-hero-inner { display: flex; padding-block: 86px 62px; align-items: center; }
.b2b-hero-copy { max-width: 790px; }
.b2b-kicker, .b2b-eyebrow { margin: 0 0 16px; color: var(--b2b-gold-light); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.b2b-section:not(.b2b-section-dark) .b2b-eyebrow { color: var(--b2b-gold-ink); }
.b2b-hero h1 { max-width: 16.5ch; margin: 0; font-family: Fraunces, Georgia, serif; font-size: clamp(56px, 6vw, 82px); font-weight: 520; letter-spacing: -.045em; line-height: .98; text-wrap: balance; }
.b2b-hero-promise { margin: 24px 0 8px; color: var(--b2b-gold-light); font-family: Fraunces, Georgia, serif; font-size: clamp(23px, 2.2vw, 32px); font-weight: 520; }
.b2b-hero-lead { max-width: 690px; margin: 0; color: rgba(255,255,255,.85); font-size: 19px; line-height: 1.62; }
.b2b-price-chip { display: inline-flex; gap: 7px; margin: 25px 0 0; padding: 11px 16px; align-items: baseline; color: #fff; border: 1px solid rgba(255,217,120,.42); border-radius: 999px; background: rgba(16,37,31,.66); font-size: 14px; }
.b2b-price-chip strong { color: var(--b2b-gold-light); font-size: 16px; }
.b2b-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.b2b-button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 900; transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease; }
.b2b-button:hover { transform: translateY(-2px); }
.b2b-button-primary { color: #15130b; background: var(--b2b-gold); box-shadow: 0 14px 36px rgba(242,182,50,.18); }
.b2b-button-primary:hover { background: var(--b2b-gold-light); }
.b2b-button-secondary { color: #fff; border-color: rgba(255,255,255,.42); background: rgba(10,28,23,.32); }
.b2b-button-secondary:hover { background: rgba(255,255,255,.1); }
.b2b-hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.b2b-hero-facts span { padding: 8px 12px; color: rgba(255,255,255,.86); border-radius: 999px; background: rgba(255,255,255,.11); font-size: 13px; font-weight: 700; backdrop-filter: blur(8px); }

.b2b-section { padding-block: clamp(76px, 9vw, 122px); }
.b2b-section-paper { background: var(--b2b-paper); }
.b2b-section-sage { background: var(--b2b-sage); }
.b2b-section-dark { color: #fff; background: var(--b2b-forest); }
.b2b-section-heading { max-width: 790px; margin: 0 auto clamp(42px, 6vw, 66px); text-align: center; }
.b2b-section-heading-wide { max-width: 900px; }
.b2b-section-heading-left { margin-left: 0; text-align: left; }
.b2b-section-heading h2, .b2b-form-intro h2 { margin: 0 0 18px; font-family: Fraunces, Georgia, serif; font-size: clamp(42px, 5vw, 64px); font-weight: 520; letter-spacing: -.035em; line-height: 1.04; text-wrap: balance; }
.b2b-section-heading p:last-child, .b2b-form-intro > p { margin: 0; color: var(--b2b-dim); font-size: 19px; line-height: 1.7; }
.b2b-section-dark .b2b-section-heading p:last-child { color: rgba(255,255,255,.72); }

.b2b-experience-collage { display: grid; grid-template-columns: 1.35fr .72fr .72fr; gap: 18px; align-items: stretch; }
.b2b-moment { position: relative; min-height: 530px; margin: 0; overflow: hidden; border-radius: var(--b2b-radius); background: var(--b2b-forest); box-shadow: 0 30px 80px -50px rgba(10,23,18,.8); }
.b2b-moment picture, .b2b-moment > img { width: 100%; height: 100%; }
.b2b-moment img { width: 100%; height: 100%; object-fit: cover; }
.b2b-moment-team img { object-position: 62% center; }
.b2b-moment-discover img, .b2b-moment-solve img { object-position: center top; }
.b2b-moment::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(6,18,14,.92)); }
.b2b-moment figcaption { position: absolute; z-index: 2; inset: auto 24px 24px; color: #fff; }
.b2b-moment figcaption strong, .b2b-moment figcaption span { display: block; }
.b2b-moment figcaption strong { margin-bottom: 6px; color: var(--b2b-gold-light); font-size: 22px; }
.b2b-moment figcaption span { line-height: 1.45; }

.b2b-parallel { display: grid; grid-template-columns: minmax(0,.88fr) minmax(420px,1.12fr); gap: clamp(40px,8vw,100px); margin-top: clamp(86px,12vw,150px); align-items: center; }
.b2b-parallel h2 { margin: 0 0 20px; font-family: Fraunces, Georgia, serif; font-size: clamp(42px,5vw,62px); font-weight: 520; letter-spacing: -.035em; line-height: 1.02; text-wrap: balance; }
.b2b-parallel-copy > p:not(.b2b-eyebrow) { color: var(--b2b-dim); font-size: 19px; line-height: 1.65; }
.b2b-short-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.b2b-short-list li { position: relative; padding-left: 30px; font-weight: 800; }
.b2b-short-list li::before { content: ""; position: absolute; left: 0; top: .35em; width: 13px; height: 13px; border: 4px solid var(--b2b-gold); border-radius: 50%; }
.b2b-parallel-visual { display: block; overflow: hidden; border: 1px solid rgba(23,32,28,.1); border-radius: 36px; background: #d9dccd; box-shadow: 0 35px 80px -58px rgba(9,26,18,.7); }
.b2b-parallel-visual img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; }

.b2b-story-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.b2b-story-card { display: flex; min-height: 100%; overflow: hidden; flex-direction: column; border: 1px solid rgba(23,32,28,.1); border-radius: var(--b2b-radius); background: var(--b2b-paper-2); box-shadow: 0 24px 70px -52px rgba(14,30,23,.85); }
.b2b-story-visual { display: block; aspect-ratio: 1; overflow: hidden; background: #cad5bd; }
.b2b-story-visual img { width: 100%; height: 100%; object-fit: cover; }
.b2b-story-copy { display: flex; padding: 27px 26px 30px; flex: 1; flex-direction: column; }
.b2b-story-number { display: grid; width: 42px; height: 42px; margin-bottom: 18px; place-items: center; color: #fff; border-radius: 50%; background: var(--b2b-forest); box-shadow: 0 0 0 4px var(--b2b-gold); font-size: 12px; font-weight: 900; }
.b2b-story-card h3 { margin: 10px 0; font-family: Fraunces, Georgia, serif; font-size: 29px; font-weight: 570; line-height: 1.08; }
.b2b-story-card p { margin: 0; color: var(--b2b-dim); line-height: 1.55; }
.b2b-sticker { width: max-content; max-width: 100%; margin: 38px auto 0; padding: 12px 22px; color: var(--b2b-ink); border-radius: 8px; background: var(--b2b-coral); font-family: Fraunces,Georgia,serif; font-size: 21px; font-weight: 600; transform: rotate(-1.5deg); box-shadow: 0 10px 22px rgba(86,34,23,.16); }

.b2b-creation-route { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 50px; margin: 0; padding: 14px 0 0; list-style: none; }
.b2b-creation-route::before { content: ""; position: absolute; left: 13%; right: 13%; top: 42px; border-top: 5px dashed var(--b2b-gold); }
.b2b-creation-route li { position: relative; z-index: 1; text-align: center; }
.b2b-creation-route li > span { display: grid; width: 60px; height: 60px; margin: 0 auto 25px; place-items: center; color: #fff; border: 7px solid var(--b2b-paper); border-radius: 50%; background: var(--b2b-forest); box-shadow: 0 0 0 4px var(--b2b-gold); font-size: 19px; font-weight: 900; }
.b2b-creation-route h3 { margin: 0 0 11px; font-family: Fraunces,Georgia,serif; font-size: 29px; font-weight: 570; line-height: 1.1; }
.b2b-creation-route p { margin: 0; color: var(--b2b-dim); line-height: 1.6; }
.b2b-timing-note { width: max-content; max-width: 100%; margin: 52px auto 0; padding: 13px 20px; border: 1px solid rgba(138,90,0,.25); border-radius: 999px; background: rgba(242,182,50,.12); font-weight: 800; text-align: center; }

.b2b-price-section { position: relative; overflow: hidden; }
.b2b-price-section::before { content: ""; position: absolute; width: 520px; height: 520px; right: -250px; top: 40px; border: 1px solid rgba(242,182,50,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(242,182,50,.025),0 0 0 160px rgba(242,182,50,.018); }
.b2b-price-card { position: relative; max-width: 900px; margin: 0 auto; padding: clamp(30px,5vw,58px); border: 1px solid rgba(242,182,50,.36); border-radius: 26px; background: var(--b2b-forest-2); box-shadow: 0 40px 100px -70px #000; }
.b2b-price-intro { text-align: center; }
.b2b-price-name { margin: 0 0 12px; color: var(--b2b-gold); font-size: 14px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.b2b-price { display: flex; margin: 0; align-items: baseline; justify-content: center; gap: 12px; }
.b2b-price strong { color: #fff; font-family: Fraunces,Georgia,serif; font-size: clamp(58px,8vw,86px); font-weight: 480; line-height: 1; }
.b2b-price span { color: rgba(255,255,255,.7); }
.b2b-price-explainer { max-width: 670px; margin: 24px auto 0; color: rgba(255,255,255,.74); font-size: 18px; line-height: 1.65; }
.b2b-price-example { max-width: 720px; margin: 22px auto 0; padding-top: 20px; color: rgba(255,255,255,.9); border-top: 1px solid rgba(242,182,50,.34); font-size: 17px; line-height: 1.6; text-align: left; }
.b2b-check-list { display: grid; margin: 0; padding: 0; list-style: none; }
.b2b-check-list-dark { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px 32px; margin-top: 38px; padding-top: 34px; border-top: 1px solid rgba(255,255,255,.12); }
.b2b-check-list li { position: relative; padding-left: 29px; line-height: 1.45; }
.b2b-check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--b2b-gold-light); font-weight: 900; }
.b2b-price-card > .b2b-button { display: flex; width: max-content; margin: 38px auto 0; }
.b2b-price-details { max-width: 680px; margin: 30px auto 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.b2b-price-details summary { position: relative; padding: 18px 40px 18px 0; cursor: pointer; color: var(--b2b-gold-light); font-weight: 800; list-style: none; }
.b2b-price-details summary::-webkit-details-marker { display: none; }
.b2b-price-details summary::after { content: "+"; position: absolute; right: 4px; top: 15px; font-size: 25px; }
.b2b-price-details[open] summary::after { content: "−"; }
.b2b-price-details p { margin: 0 0 20px; color: rgba(255,255,255,.7); line-height: 1.6; }
.b2b-trust-line { position: relative; max-width: 900px; margin: 30px auto 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.55; text-align: center; }
.b2b-trust-line::before { content: "★"; margin-right: 9px; color: var(--b2b-gold); }

.b2b-section-contact { padding-bottom: 0; background: linear-gradient(var(--b2b-sage) 0 42%,var(--b2b-paper) 42% 100%); }
.b2b-faq-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(40px,8vw,100px); padding-bottom: clamp(80px,10vw,128px); align-items: start; }
.b2b-faq-list details { border-top: 1px solid rgba(23,29,26,.2); }
.b2b-faq-list details:last-child { border-bottom: 1px solid rgba(23,29,26,.2); }
.b2b-faq-list summary { position: relative; padding: 21px 44px 21px 0; cursor: pointer; font-size: 18px; font-weight: 800; list-style: none; }
.b2b-faq-list summary::-webkit-details-marker { display: none; }
.b2b-faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--b2b-gold-ink); font-size: 25px; line-height: 1; }
.b2b-faq-list details[open] summary::after { content: "−"; }
.b2b-faq-list p { margin: -5px 0 22px; padding-right: 40px; color: var(--b2b-dim); line-height: 1.65; }

.b2b-form-layout { display: grid; grid-template-columns: minmax(0,.72fr) minmax(0,1.28fr); gap: clamp(42px,7vw,90px); padding-block: clamp(78px,10vw,128px); align-items: start; }
.b2b-form-intro { position: sticky; top: calc(var(--b2b-header) + 30px); }
.b2b-form-intro h2 { font-size: clamp(42px,4.7vw,61px); }
.b2b-inquiry-note { display: inline-block; margin-top: 25px !important; padding: 10px 14px; color: var(--b2b-ink) !important; border-radius: 8px; background: var(--b2b-gold); font-size: 15px !important; font-weight: 900; transform: rotate(-1deg); }
.b2b-inquiry-route { position: relative; width: 230px; height: 120px; margin-bottom: 30px; }
.b2b-inquiry-route span { position: absolute; inset: 30px 20px 25px; border: 5px dashed var(--b2b-gold); border-left-color: transparent; border-radius: 50%; transform: rotate(-10deg); }
.b2b-inquiry-route i { position: absolute; display: block; width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50%; background: var(--b2b-forest); box-shadow: 0 4px 12px rgba(10,30,21,.18); }
.b2b-inquiry-route i:nth-child(2) { left: 13px; bottom: 27px; } .b2b-inquiry-route i:nth-child(3) { left: 101px; top: 15px; background: var(--b2b-coral); } .b2b-inquiry-route i:nth-child(4) { right: 8px; bottom: 21px; background: var(--b2b-gold); }
.b2b-form-card { padding: clamp(26px,4vw,44px); border: 1px solid var(--b2b-line); border-radius: var(--b2b-radius); background: var(--b2b-paper-2); box-shadow: 0 30px 80px -60px rgba(17,26,23,.75); }
.b2b-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.b2b-field { min-width: 0; } .b2b-field-full { grid-column: 1 / -1; }
.b2b-field label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 800; }
.b2b-field label > span { color: var(--b2b-dim); font-weight: 500; }
.b2b-field input, .b2b-field textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--b2b-ink); border: 1px solid #a9afa9; border-radius: 9px; background: #fff; transition: border-color .16s,box-shadow .16s; }
.b2b-field textarea { min-height: 120px; resize: vertical; }
.b2b-field input:focus, .b2b-field textarea:focus { border-color: #0c7f87; box-shadow: 0 0 0 3px rgba(12,127,135,.13); outline: 0; }
.b2b-field input[aria-invalid="true"], .b2b-field textarea[aria-invalid="true"] { border-color: #a4262c; }
.b2b-field-error { display: block; min-height: 19px; padding-top: 4px; color: #8c1f24; font-size: 13px; }
.b2b-consent-field { display: grid; grid-template-columns: 20px 1fr; gap: 10px; margin-top: 8px; align-items: start; }
.b2b-consent-field input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #0c7f87; }
.b2b-consent-field label { color: var(--b2b-dim); font-size: 14px; line-height: 1.5; }
.b2b-consent-field a { color: var(--b2b-gold-ink); font-weight: 800; text-decoration: underline; text-underline-offset: 2px; }
.b2b-submit { width: 100%; margin-top: 12px; border: 0; }
.b2b-submit:disabled { opacity: .65; cursor: wait; transform: none; }
.b2b-required-note { margin: 10px 0 0; color: var(--b2b-dim); font-size: 12px; text-align: center; }
.b2b-form-message { padding: 16px 18px; border-radius: 10px; line-height: 1.5; }
.b2b-form-error { margin-bottom: 12px; color: #70181d; border: 1px solid #cc7479; background: #fff0f0; }
.b2b-form-success { color: #164c37; border: 1px solid #73b797; background: #edf8f2; }
.b2b-form-success h3 { margin: 0 0 6px; font-family: Fraunces,Georgia,serif; font-size: 28px; }
.b2b-form-success p { margin: 0; }
.b2b-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(1px,1px,1px,1px) !important; white-space: nowrap !important; }

.b2b-footer { padding: 44px 0; color: rgba(246,241,228,.7); background: var(--b2b-forest); border-top: 1px solid rgba(242,182,50,.18); }
.b2b-footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 40px; align-items: start; }
.b2b-footer p { margin: 10px 0 0; font-size: 14px; }
.b2b-footer a:hover { color: #fff; }
.b2b-footer > .b2b-wrap a:not(.b2b-brand) { color: var(--b2b-gold-light); }
.b2b-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; max-width: 650px; font-size: 14px; }
.b2b-footer-copy { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
.b2b-mobile-sticky-cta { display: none; }

@media (max-width: 1050px) {
  .b2b-nav-links { gap: 15px; } .b2b-nav-links a { font-size: 13px; }
  .b2b-experience-collage { grid-template-columns: 1.2fr .8fr; }
  .b2b-moment { min-height: 470px; }
  .b2b-moment-solve { grid-column: 1 / -1; min-height: 420px; }
  .b2b-moment-solve img { object-position: center 31%; }
}
@media (max-width: 820px) {
  :root { --b2b-header: 64px; }
  .b2b-wrap, .b2b-nav-inner { width: min(calc(100% - 32px),var(--b2b-max)); }
  .b2b-nav-links, .b2b-nav-cta { display: none; } .b2b-language-link { margin-left: auto; } .b2b-menu-button { display: block; margin-left: 0; }
  .b2b-hero { display: flex; min-height: 0; padding-top: var(--b2b-header); flex-direction: column; }
  .b2b-hero-inner { order: 1; padding-block: 54px 40px; background: var(--b2b-forest); }
  .b2b-hero-media { position: relative; order: 2; height: auto; aspect-ratio: 16 / 9; }
  .b2b-hero-media img { object-position: 60% center; } .b2b-hero-shade { display: none; }
  .b2b-hero-copy { max-width: 700px; } .b2b-hero h1 { font-size: clamp(48px,8vw,66px); }
  .b2b-experience-collage { grid-template-columns: 1.2fr .8fr; }
  .b2b-moment { min-height: 430px; }
  .b2b-parallel { grid-template-columns: 1fr; }
  .b2b-story-grid { grid-template-columns: 1fr; }
  .b2b-story-card { display: grid; min-height: 0; grid-template-columns: minmax(220px,.9fr) minmax(0,1.1fr); }
  .b2b-story-visual { height: 100%; aspect-ratio: auto; }
  .b2b-creation-route { gap: 26px; } .b2b-creation-route::before { left: 12%; right: 12%; } .b2b-creation-route h3 { font-size: 25px; }
  .b2b-faq-layout, .b2b-form-layout { grid-template-columns: 1fr; }
  .b2b-section-heading, .b2b-section-heading-left { margin-left: 0; text-align: left; }
  .b2b-form-intro { position: static; } .b2b-inquiry-route { margin-inline: auto; }
  .b2b-footer-inner { grid-template-columns: 1fr; } .b2b-footer-links { justify-content: flex-start; } .b2b-footer-copy { grid-column: auto; }
}
@media (max-width: 560px) {
  body { padding-bottom: 66px; }
  .b2b-wrap, .b2b-nav-inner { width: min(calc(100% - 28px),var(--b2b-max)); }
  .b2b-brand { font-size: 15px; } .b2b-hero-inner { padding-block: 42px 32px; }
  .b2b-kicker, .b2b-eyebrow { font-size: 12px; }
  .b2b-hero h1 { max-width: 100%; font-size: clamp(40px,11.2vw,52px); line-height: 1.01; }
  .b2b-hero-promise { margin-top: 20px; font-size: 23px; }
  .b2b-hero-lead { font-size: 17px; line-height: 1.52; }
  .b2b-price-chip { display: block; width: max-content; max-width: 100%; border-radius: 12px; line-height: 1.5; } .b2b-price-chip strong { display: block; }
  .b2b-actions { flex-direction: column; } .b2b-actions .b2b-button { width: 100%; }
  .b2b-hero-facts { gap: 7px; } .b2b-hero-facts span { padding: 7px 10px; font-size: 12px; }
  .b2b-hero-media { aspect-ratio: 4 / 3; } .b2b-hero-media img { object-position: 62% center; }
  .b2b-section { padding-block: 66px; } .b2b-section-heading { margin-bottom: 34px; }
  .b2b-section-heading h2, .b2b-form-intro h2, .b2b-parallel h2 { font-size: clamp(36px,10.5vw,46px); }
  .b2b-section-heading p:last-child, .b2b-form-intro > p, .b2b-parallel-copy > p:not(.b2b-eyebrow) { font-size: 17px; }
  .b2b-experience-collage { grid-template-columns: 1fr; gap: 14px; }
  .b2b-moment-team { grid-column: auto; min-height: 0; aspect-ratio: 16 / 10; }
  .b2b-moment-discover, .b2b-moment-solve { grid-column: auto; min-height: 0; aspect-ratio: 9 / 14; }
  .b2b-moment figcaption { inset: auto 16px 16px; } .b2b-moment figcaption strong { font-size: 19px; } .b2b-moment figcaption span { font-size: 13px; }
  .b2b-parallel { min-width: 0; margin-top: 82px; } .b2b-parallel-visual { border-radius: 24px; }
  .b2b-story-card { display: flex; } .b2b-story-visual { height: auto; aspect-ratio: 1; } .b2b-story-copy { padding: 25px 23px 28px; }
  .b2b-sticker { font-size: 18px; }
  .b2b-creation-route { display: grid; grid-template-columns: 1fr; gap: 0; padding-left: 12px; }
  .b2b-creation-route::before { left: 38px; right: auto; top: 20px; bottom: 60px; border-top: 0; border-left: 5px dashed var(--b2b-gold); }
  .b2b-creation-route li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 0 0 38px; text-align: left; }
  .b2b-creation-route li > span { width: 52px; height: 52px; margin: 0; border-width: 6px; }
  .b2b-timing-note { border-radius: 14px; line-height: 1.45; }
  .b2b-price { display: block; } .b2b-price span { display: block; margin-top: 8px; }
  .b2b-check-list-dark { grid-template-columns: 1fr; } .b2b-price-card > .b2b-button { width: 100%; } .b2b-trust-line { text-align: left; }
  .b2b-section-contact { padding-bottom: 0; background: linear-gradient(var(--b2b-sage) 0 44%,var(--b2b-paper) 44% 100%); }
  .b2b-faq-layout { padding-bottom: 74px; } .b2b-form-layout { padding-block: 72px; }
  .b2b-inquiry-route { transform: scale(.86); transform-origin: left center; }
  .b2b-form-grid { grid-template-columns: 1fr; gap: 14px; } .b2b-field-full { grid-column: auto; } .b2b-form-card { padding: 22px 18px; }
  .b2b-mobile-sticky-cta { position: fixed; z-index: 90; inset: auto 12px 10px; min-height: 48px; align-items: center; justify-content: center; color: #111; border-radius: 999px; background: var(--b2b-gold); box-shadow: 0 10px 34px rgba(0,0,0,.3); font-weight: 900; }
  .b2b-mobile-sticky-cta.is-visible { display: flex; }
}
@media (max-width: 375px) {
  .b2b-wrap, .b2b-nav-inner { width: min(calc(100% - 22px),var(--b2b-max)); }
  .b2b-brand span:last-child { font-size: 14px; } .b2b-menu-button { width: 40px; height: 40px; }
  .b2b-hero h1 { font-size: 39px; }
  .b2b-moment-team { min-height: 0; }
  .b2b-moment-discover, .b2b-moment-solve { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
