:root {
  --ink: #101315;
  --ink-soft: #202629;
  --paper: #f2f2ef;
  --white: #ffffff;
  --line: #c9cdca;
  --muted: #667076;
  --blue: #175d83;
  --orange: #d56b2b;
  --shell: min(1280px, calc(100% - 64px));
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.6; }
body.nav-open { overflow: hidden; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 120px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--white); padding: 10px 16px; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 88px; padding: 0 32px; display: flex; align-items: center; justify-content: space-between; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s ease, height .25s ease; }
.site-header.scrolled { height: 72px; background: rgba(16,19,21,.95); backdrop-filter: blur(12px); }
.brand { display: inline-flex; width: 108px; height: 68px; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: 100%; display: block; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta) { position: relative; }
.site-nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right .2s ease; }
.site-nav a:hover::after { right: 0; }
.nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.55); }
.nav-cta span, .button span { margin-left: 16px; }
.lang-toggle { min-width: 58px; min-height: 34px; padding: 0 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 0; color: var(--white); background: transparent; font-family: var(--display); font-size: 12px; font-weight: 600; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease; }
.lang-toggle:hover { color: var(--ink); background: var(--white); }
.icon-button { width: 44px; height: 44px; border: 0; background: transparent; display: none; }
.nav-toggle span { width: 22px; height: 1px; margin: 5px auto; display: block; background: currentColor; transition: transform .2s ease; }

.hero { position: relative; min-height: 88svh; display: flex; align-items: center; overflow: hidden; color: var(--white); background: #171b1e url("assets/hero-hospitality-2k-final.webp") center / cover no-repeat; }
.hero-scrim { position: absolute; inset: 0; background: rgba(9,12,14,.58); }
.hero-content { position: relative; padding: 148px 0 100px; }
.hero-copy-block { width: min(620px, 48%); margin-left: auto; }
.eyebrow { margin: 0 0 22px; color: rgba(255,255,255,.72); font-family: var(--display); font-size: 14px; font-weight: 600; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero h1 { max-width: 780px; margin: 0; font-family: var(--display); font-size: 96px; line-height: .88; font-weight: 600; text-transform: uppercase; }
.hero-copy { max-width: 610px; margin: 32px 0 0; color: rgba(255,255,255,.82); font-size: 17px; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 32px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 0; font-size: 13px; font-weight: 600; text-decoration: none; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--white); }
.button-primary:hover { background: var(--orange); color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--blue); }
.text-link { color: var(--white); font-size: 13px; font-weight: 600; text-decoration: none; text-transform: uppercase; }
.text-link span { margin-left: 12px; color: var(--orange); }
.hero-index { position: absolute; right: 34px; bottom: 32px; font-family: var(--display); font-size: 13px; }
.hero-scroll { position: absolute; left: 50%; bottom: 0; width: 50px; height: 70px; border-left: 1px solid rgba(255,255,255,.35); }
.hero-scroll span { position: absolute; top: 0; left: -1px; width: 1px; height: 24px; background: var(--orange); animation: scroll-line 1.8s ease-in-out infinite; }
@keyframes scroll-line { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
.reveal { opacity: 0; transform: translateY(20px); animation: enter .8s ease forwards; }
.reveal-delay-1 { animation-delay: .12s; }
.reveal-delay-2 { animation-delay: .24s; }
.reveal-delay-3 { animation-delay: .36s; }
@keyframes enter { to { opacity: 1; transform: none; } }

.signal-strip { background: var(--blue); color: var(--white); }
.signal-grid { min-height: 76px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: center; }
.signal-grid span { padding-left: 22px; border-left: 1px solid rgba(255,255,255,.3); font-family: var(--display); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.products { background: var(--paper); }
.product-heading { margin-bottom: 56px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 54px 24px; }
.product-card { margin: 0; display: block; color: inherit; text-decoration: none; }
.product-card-wide { grid-column: span 1; }
.product-card-featured { grid-column: 1 / -1; }
.product-card-featured .product-image { aspect-ratio: 21 / 8; }
.product-image { aspect-ratio: 3 / 2; overflow: hidden; background: var(--ink-soft); }
.product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-image img { transform: scale(1.025); }
.product-meta { padding: 18px 0 0; display: grid; grid-template-columns: 38px minmax(180px, .7fr) 1fr; gap: 16px; border-top: 2px solid var(--ink); }
.product-meta > span { color: var(--orange); font-family: var(--display); font-size: 12px; }
.product-meta h3 { margin: 0; font-family: var(--display); font-size: 27px; line-height: 1; font-weight: 600; text-transform: uppercase; }
.product-meta p { margin: 0; color: var(--muted); font-size: 13px; }
.visual-note { margin: 30px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.custom-product-callout { min-height: 190px; margin-top: 64px; padding: 34px 38px; display: grid; grid-template-columns: 180px minmax(0, 1fr) 40px; gap: 34px; align-items: center; color: var(--white); background: var(--ink); text-decoration: none; transition: background .2s ease, transform .2s ease; }
.custom-product-callout:hover { background: var(--blue); transform: translateY(-2px); }
.custom-product-callout h3 { max-width: 620px; margin: 0; font-family: var(--display); font-size: 34px; line-height: 1; text-transform: uppercase; }
.custom-product-callout p { max-width: 720px; margin: 16px 0 0; color: rgba(255,255,255,.7); font-size: 14px; }
.callout-arrow { justify-self: end; color: var(--orange); font-size: 24px; }
.section-label { color: var(--muted); font-family: var(--display); font-size: 13px; font-weight: 600; text-transform: uppercase; }
.section-label span { margin-right: 14px; color: var(--orange); }
.section-label.light { color: rgba(255,255,255,.64); }
.intro { display: grid; grid-template-columns: 180px minmax(0, 1.4fr) minmax(280px, .7fr); gap: 64px; align-items: start; }
.intro-copy h2, .section-heading h2, .quality h2, .rfq h2, .process-panel h2 { margin: 0; font-family: var(--display); font-size: 58px; line-height: 1; font-weight: 600; text-transform: uppercase; }
.intro-copy > p:last-child { max-width: 700px; margin: 28px 0 0; color: var(--muted); }
.brief-list { margin: 0; border-top: 1px solid var(--line); }
.brief-list div { padding: 18px 0; display: grid; grid-template-columns: 72px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.brief-list dt { color: var(--muted); font-family: var(--display); font-size: 12px; text-transform: uppercase; }
.brief-list dd { margin: 0; font-size: 14px; font-weight: 600; }

.capabilities { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 180px minmax(0, 780px); gap: 64px; margin-bottom: 70px; }
.capability-rows { border-top: 1px solid var(--ink); }
.capability-row { min-height: 132px; display: grid; grid-template-columns: 72px minmax(230px, .8fr) minmax(340px, 1.2fr) 40px; gap: 30px; align-items: center; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.capability-row:hover { padding-inline: 18px; background: #f4f6f5; }
.row-no { color: var(--orange); font-family: var(--display); font-size: 13px; }
.capability-row h3 { margin: 0; font-family: var(--display); font-size: 28px; line-height: 1; font-weight: 600; text-transform: uppercase; }
.capability-row p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; }
.row-mark { justify-self: end; color: var(--blue); font-size: 20px; }

.process-visual { min-height: 760px; padding: 0; display: grid; grid-template-columns: 1.15fr .85fr; background: var(--ink); color: var(--white); }
.process-image { min-height: 760px; background: #202527 url("assets/engineering-process-2k-final.webp") center / cover no-repeat; }
.process-panel { padding: 100px 7vw; display: flex; flex-direction: column; justify-content: center; }
.process-panel h2 { margin-top: 20px; }
.process-tabs { margin-top: 54px; display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid rgba(255,255,255,.3); }
.process-tabs button { padding: 14px 4px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: rgba(255,255,255,.55); font-family: var(--display); font-size: 13px; text-align: left; cursor: pointer; }
.process-tabs button[aria-selected="true"] { color: var(--white); border-color: var(--orange); }
.process-detail { min-height: 180px; padding-top: 38px; display: grid; grid-template-columns: 48px 1fr; gap: 20px; }
.process-detail > span { color: var(--orange); font-family: var(--display); }
.process-detail h3 { margin: 0; font-family: var(--display); font-size: 26px; font-weight: 600; text-transform: uppercase; }
.process-detail p { margin: 14px 0 0; color: rgba(255,255,255,.66); font-size: 14px; }

.quality { color: var(--white); background: var(--blue); }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.quality h2 { margin-top: 24px; max-width: 620px; }
.quality-copy > p { margin: 0 0 42px; color: rgba(255,255,255,.78); }
.quality-copy ul { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.quality-copy li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.24); font-family: var(--display); font-size: 17px; font-weight: 600; text-transform: uppercase; }
.quality-copy li span { width: 54px; display: inline-block; color: rgba(255,255,255,.48); font-size: 12px; }

.rfq { background: #e9ebe8; }
.rfq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.rfq-intro h2 { margin-top: 10px; }
.rfq-intro > p:not(.eyebrow) { max-width: 470px; color: var(--muted); }
.response-note { margin-top: 38px; display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(213,107,43,.15); }
.rfq-form { padding: 36px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.field { margin-bottom: 24px; display: block; }
.field span { display: block; color: var(--muted); font-family: var(--display); font-size: 12px; font-weight: 600; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: 0; padding: 9px 0 10px; color: var(--ink); background: transparent; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--blue); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #a02c22; }
.file-field { min-height: 82px; padding: 16px; display: flex; align-items: center; gap: 18px; border: 1px dashed #9ca4a2; cursor: pointer; }
.file-field:hover { border-color: var(--blue); }
.file-field input { position: absolute; opacity: 0; pointer-events: none; }
.file-icon { width: 40px; height: 40px; display: inline-grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--blue); font-size: 20px; }
.file-field strong, .file-field small { display: block; }
.file-field strong { font-size: 13px; }
.file-field small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.consent { margin-top: 20px; display: flex; gap: 10px; color: var(--muted); font-size: 11px; }
.consent input { accent-color: var(--blue); }
.form-footer { min-height: 64px; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.form-status { margin: 0; color: #a02c22; font-size: 12px; }
.form-status.success { color: #17633c; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; }
.turnstile-slot { min-height: 0; margin-top: 18px; }
.rfq-form button:disabled { cursor: wait; opacity: .62; transform: none; }

.closing-band { min-height: 300px; padding: 70px max(32px, calc((100vw - 1280px) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; color: var(--white); background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.15); }
.closing-band img { width: min(210px, 36vw); }
.closing-band p { margin: 0; font-family: var(--display); font-size: 36px; line-height: 1.1; text-transform: uppercase; }
.site-footer { padding: 70px 0 24px; color: rgba(255,255,255,.7); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid img { width: 138px; }
.footer-grid p { max-width: 390px; font-size: 13px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.footer-grid a, .footer-grid span { margin-bottom: 8px; font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { margin-top: 70px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.15); font-family: var(--display); font-size: 11px; text-transform: uppercase; }
.footer-bottom a { text-decoration: none; }

/* Internal pages */
.inner-page { background: var(--paper); }
.inner-page .site-header { position: sticky; color: var(--white); background: var(--ink); }
.inner-page main { min-height: 65vh; }
.page-hero { padding: 96px 0 80px; color: var(--white); background: var(--ink); }
.page-hero-grid { display: grid; grid-template-columns: 180px minmax(0, 820px); gap: 64px; }
.page-hero h1 { margin: 10px 0 22px; font-family: var(--display); font-size: 78px; line-height: .92; font-weight: 600; text-transform: uppercase; }
.page-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.7); }
.page-hero .section-label { padding-top: 8px; }
.product-detail { padding: 100px 0; border-bottom: 1px solid var(--line); }
.product-detail-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 72px; align-items: start; }
.product-detail:nth-child(even) .product-detail-grid { grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr); }
.product-detail:nth-child(even) .detail-image { order: 2; }
.detail-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink-soft); }
.detail-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.detail-copy h2, .content-page h1, .content-page h2, .cta-band h2 { margin: 0; font-family: var(--display); font-weight: 600; line-height: 1; text-transform: uppercase; }
.detail-copy h2 { margin-top: 16px; font-size: 52px; }
.detail-copy > p { color: var(--muted); }
.spec-list { margin: 30px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--ink); }
.spec-list li { padding: 14px 0; display: grid; grid-template-columns: 120px 1fr; gap: 18px; border-bottom: 1px solid var(--line); font-size: 13px; }
.spec-list strong { font-family: var(--display); text-transform: uppercase; }
.cta-band { padding: 86px 0; color: var(--white); background: var(--blue); }
.cta-band .shell { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.cta-band h2 { max-width: 720px; font-size: 48px; }
.cta-copy { max-width: 760px; }
.cta-copy .eyebrow { margin-bottom: 16px; color: rgba(255,255,255,.7); }
.cta-copy p:last-child { max-width: 680px; margin: 20px 0 0; color: rgba(255,255,255,.78); font-size: 14px; }
.content-page { padding: 96px 0 120px; }
.content-narrow { width: min(780px, calc(100% - 40px)); margin-inline: auto; }
.content-page h1 { font-size: 64px; }
.content-page h2 { margin-top: 48px; font-size: 30px; }
.content-page h3 { margin-top: 34px; font-family: var(--display); font-size: 19px; text-transform: uppercase; }
.content-page p, .content-page li { color: #4e585d; }
.content-page li + li { margin-top: 8px; }
.effective-date { color: var(--blue) !important; font-family: var(--display); font-size: 13px; text-transform: uppercase; }
.about-lead { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.about-lead p:first-child { margin-top: 0; color: var(--ink); font-family: var(--display); font-size: 32px; line-height: 1.2; text-transform: uppercase; }
.principle-grid { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.principle { padding: 28px 28px 20px 0; border-bottom: 1px solid var(--line); }
.principle + .principle { padding-left: 28px; border-left: 1px solid var(--line); }
.principle span { color: var(--orange); font-family: var(--display); font-size: 12px; }
.principle h2 { margin-top: 34px; font-size: 29px; }
.status-page { min-height: calc(100svh - 88px); display: grid; place-items: center; padding: 80px 20px; text-align: center; }
.status-page h1 { margin: 0; font-family: var(--display); font-size: 76px; line-height: .95; text-transform: uppercase; }
.status-page p { max-width: 560px; margin: 22px auto 34px; color: var(--muted); }
.reference-box { margin: 0 auto 28px; color: var(--blue); font-family: var(--display); font-size: 14px; text-transform: uppercase; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 40px, 860px); }
  .section { padding-block: 88px; }
  .site-header { padding-inline: 20px; }
  .icon-button { display: block; }
  .site-nav { position: fixed; inset: 72px 0 auto; height: calc(100svh - 72px); padding: 60px 24px; display: none; flex-direction: column; align-items: flex-start; gap: 22px; color: var(--white); background: var(--ink); font-family: var(--display); font-size: 30px; }
  .nav-open .site-nav { display: flex; }
  .nav-open .nav-toggle span:first-child { transform: translateY(3px) rotate(45deg); }
  .nav-open .nav-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .nav-cta { margin-top: 20px; font-size: 16px; }
  .lang-toggle { margin-top: 8px; min-height: 42px; font-size: 16px; }
  .hero h1 { font-size: 76px; }
  .product-meta { grid-template-columns: 34px 1fr; }
  .product-meta p { grid-column: 2; }
  .intro { grid-template-columns: 130px 1fr; gap: 44px; }
  .brief-list { grid-column: 2; }
  .section-heading { grid-template-columns: 130px 1fr; gap: 44px; }
  .process-visual { grid-template-columns: 1fr; }
  .process-image { min-height: 480px; }
  .process-panel { padding: 80px max(24px, 8vw); }
  .quality-grid, .rfq-grid { grid-template-columns: 1fr; gap: 60px; }
  .page-hero-grid { grid-template-columns: 130px 1fr; gap: 44px; }
  .product-detail-grid, .product-detail:nth-child(even) .product-detail-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-detail:nth-child(even) .detail-image { order: 0; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding-block: 72px; }
  .brand { width: 86px; }
  .hero { min-height: 92svh; background-position: 38% center; }
  .hero-content { padding-top: 128px; }
  .hero-copy-block { width: 100%; margin-left: 0; }
  .hero h1 { font-size: 56px; }
  .hero-copy { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .hero-index { display: none; }
  .signal-grid { padding-block: 18px; grid-template-columns: 1fr 1fr; gap: 12px 0; }
  .signal-grid span { font-size: 11px; }
  .signal-grid span:last-child { grid-column: 1 / -1; }
  .product-grid { grid-template-columns: 1fr; gap: 46px; }
  .product-card-featured { grid-column: auto; }
  .product-card-featured .product-image { aspect-ratio: 3 / 2; }
  .product-meta { grid-template-columns: 32px 1fr; }
  .intro, .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .brief-list { grid-column: auto; }
  .intro-copy h2, .section-heading h2, .quality h2, .rfq h2, .process-panel h2 { font-size: 42px; }
  .capability-row { padding-block: 24px; grid-template-columns: 40px 1fr 26px; gap: 12px; }
  .capability-row h3 { font-size: 24px; }
  .capability-row p { grid-column: 2 / -1; }
  .process-image { min-height: 330px; }
  .process-panel { padding-block: 64px; }
  .process-tabs { grid-template-columns: 1fr 1fr; }
  .process-tabs button { border-bottom: 1px solid rgba(255,255,255,.2); }
  .rfq-form { padding: 22px 18px; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .closing-band { min-height: 260px; padding-inline: 24px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 36px; }
  .closing-band img { width: 240px; max-width: 80%; }
  .closing-band p { font-size: 28px; }
  .footer-grid { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .page-hero { padding: 70px 0 58px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .page-hero h1, .content-page h1, .status-page h1 { font-size: 48px; }
  .product-detail { padding: 70px 0; }
  .detail-copy h2 { font-size: 40px; }
  .spec-list li { grid-template-columns: 94px 1fr; }
  .cta-band .shell { align-items: flex-start; flex-direction: column; }
  .cta-band h2 { font-size: 38px; }
  .about-lead, .principle-grid { grid-template-columns: 1fr; gap: 20px; }
  .principle + .principle { padding-left: 0; border-left: 0; }
  .custom-product-callout { margin-top: 46px; padding: 28px 22px; grid-template-columns: 1fr 24px; gap: 22px; }
  .custom-product-callout .section-label { grid-column: 1 / -1; }
  .custom-product-callout h3 { font-size: 29px; }
  .custom-product-callout p { font-size: 13px; }
  .cta-copy h2 { font-size: 38px; }
}

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