:root {
  --ink: #191919;
  --ink-soft: #2f2826;
  --paper: #ffffff;
  --mist: #f2f2f2;
  --accent: #fcb554;
  --line: rgba(25, 25, 25, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --glass-background: rgba(0, 0, 0, .33);
  --glass-background-soft: rgba(255, 255, 255, .03);
  --glass-border: rgba(255, 255, 255, .29);
  --glass-blur: 18px;
  --glass-radius: 8px;
  --container: 1300px;
  --content-wide: 1298px;
  --surface-radius: 16px;
  --card-radius: 8px;
  --yellow-underlay-height: 366.7px;
  --font-display: "Fahkwang", Georgia, serif;
  --font-body: "General Sans", "Manrope", Arial, sans-serif;
  --radius: 8px;
  --pill: 999px;
  --ease: cubic-bezier(.22, 1, .36, 1);
  --header-height: 74px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; color: var(--ink-soft); background: var(--paper); font-family: "General Sans", "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: clip; }
body.menu-open, body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
figure, h1, h2, h3, p, blockquote { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; background: var(--paper); color: var(--ink); padding: 10px 16px; border-radius: 6px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; z-index: 900; top: 0; background: var(--paper); }
.nav-shell { position: relative; z-index: 900; background: rgba(255,255,255,.95); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: box-shadow .35s, border-color .35s; }
.site-header.is-scrolled .nav-shell { box-shadow: 0 12px 40px rgba(21,17,15,.08); border-color: var(--line); }
.nav-bar { height: 75px; display: grid; grid-template-columns: 210px 1fr 220px; align-items: center; }
.brand { width: 154px; }
.brand img { width: 100%; height: auto; }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(21px, 2.25vw, 42px); }
.nav-link { position: relative; border: 0; background: none; padding: 10px 0; display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 500; cursor: pointer; white-space: nowrap; }
.nav-link::after { content: ""; position: absolute; left: 0; right: 0; bottom: 4px; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav-link:hover::after, .nav-link:focus-visible::after, .nav-link[aria-expanded="true"]::after { transform: scaleX(1); transform-origin: left; }
.nav-link img { width: 12px; height: 12px; object-fit: contain; transition: transform .35s var(--ease); }
.nav-link[aria-expanded="true"] img { transform: rotate(180deg); }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; padding: 4px 4px 4px 24px; border: 1px solid transparent; border-radius: var(--pill); background: transparent; font-size: 16px; font-weight: 500; line-height: 1.4; white-space: nowrap; cursor: pointer; transform: none !important; translate: none !important; transition: background-color .28s ease, color .28s ease, border-color .28s ease, filter .18s ease; }
.button:active { filter: brightness(.94); }
.button__orb { flex: 0 0 40px; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); overflow: hidden; transition: background-color .28s ease, box-shadow .28s ease; }
.button__orb img { width: 20px; height: 20px; object-fit: contain; transform: none !important; transition: none; }
.button:hover .button__orb { box-shadow: inset 0 0 0 1px rgba(25,25,25,.12); }
.button:hover .button__orb img { transform: none !important; }
.button--dark { color: var(--paper); background: var(--ink); }
.button--dark:hover { background: #34302f; }
.button--light { color: var(--ink); background: var(--paper); }
.button--light:hover { background: #f4eee6; }
.button--outline, .button--outline-light { border-color: var(--ink); color: var(--ink); }
.button--outline:hover { background: var(--ink); color: var(--paper); }
.button--outline-light { border-color: var(--accent); color: var(--paper); }
.button--outline-light:hover { background: var(--accent); color: var(--ink); }
.button--header { justify-self: end; width: 204px; }
.menu-toggle { display: none; justify-self: end; width: 48px; height: 48px; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); cursor: pointer; }
.menu-toggle span { position: absolute; width: 20px; height: 1.5px; background: var(--ink); transition: transform .35s var(--ease), top .35s var(--ease); }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }

.mega-menu { position: absolute; left: 12px; right: 12px; top: calc(100% + 1px); color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 0 0 16px 16px; box-shadow: 0 28px 70px rgba(20,16,14,.15); visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(-14px); clip-path: inset(0 0 100% 0 round 0 0 16px 16px); transition: opacity .34s var(--ease), transform .48s var(--ease), clip-path .48s var(--ease), visibility .48s; }
.mega-menu.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); clip-path: inset(0 0 0 0 round 0 0 16px 16px); }
.mega-label, .eyebrow { display: block; color: currentColor; font-size: 12px; font-weight: 600; letter-spacing: .34em; line-height: 1.5; text-transform: uppercase; }
.mega-label { margin-bottom: 14px; opacity: .55; }

.mega-menu__inner { padding-block: clamp(24px, 2.4vw, 36px) clamp(28px, 3vw, 44px); }
.mega-menu__heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.mega-menu__heading .mega-label { margin: 0; }
.mega-menu__heading > a { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; }
.mega-menu__heading > a span { color: #a86612; font-size: 18px; transition: transform .25s var(--ease); }
.mega-menu__heading > a:hover span { transform: translateX(4px); }
.mega-device-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(12px, 1.6vw, 22px); }
.mega-device-card { min-height: clamp(220px, 18vw, 280px); position: relative; display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #f3f1ef; }
.mega-device-card__media { position: absolute; inset: 0; overflow: hidden; }
.mega-device-card__media::after { content: ""; position: absolute; inset: 28% 0 0; background: linear-gradient(180deg, transparent, rgba(15,12,11,.78)); }
.mega-device-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s var(--ease); }
.mega-device-card:hover .mega-device-card__media img { transform: scale(1.045); }
.mega-device-card__copy { position: absolute; z-index: 1; inset: auto 22px 20px; display: grid; color: var(--paper); }
.mega-device-card__copy small { color: var(--accent); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.mega-device-card__copy strong { margin-top: 5px; font-family: "Fahkwang", serif; font-size: clamp(20px, 1.8vw, 27px); font-weight: 300; line-height: 1.15; }
.mega-device-card__copy em { margin-top: 7px; color: rgba(255,255,255,.76); font-size: 12px; font-style: normal; }
.mega-device-card--dark { background: var(--ink); }
.mega-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mega-category { min-width: 0; padding: 24px 22px 28px; border-left: 1px solid var(--line); }
.mega-category:first-child { padding-left: 0; border-left: 0; }
.mega-category__link { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.mega-category__link > span:first-child { display: grid; }
.mega-category__link small { color: #9b6118; font-size: 10px; font-weight: 600; letter-spacing: .18em; }
.mega-category__link strong { margin-top: 9px; font-family: "Fahkwang",serif; font-size: clamp(20px,1.7vw,26px); font-weight: 300; line-height: 1.12; }
.mega-category__link > span:last-child { color: #9b6118; font-size: 20px; transition: transform .18s cubic-bezier(.23,1,.32,1); }
.mega-category__link:hover > span:last-child { transform: translate(3px,-3px); }
.mega-product-list { margin-top: 24px; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.mega-product-list a { min-height: 47px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 500; transition: color .18s ease, transform .18s cubic-bezier(.23,1,.32,1); }
.mega-product-list a:hover { color: #9b6118; transform: translateX(3px); }
.mega-product-list small { color: var(--ink-soft); font-size: 10px; font-weight: 500; letter-spacing: .04em; }
.mobile-menu { display: none; }

.hero { display: grid; grid-template-columns: minmax(0, 1.76fr) minmax(360px, 1fr); gap: 12px; padding-top: 0; min-height: 591px; background: var(--paper); }
.hero__dark, .hero__visual { min-height: 591px; position: relative; overflow: hidden; }
.hero__dark { border-radius: 0 var(--radius) var(--radius) 0; background: #060a08; }
.hero__dark-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: bottom; }
.hero__visual { border-radius: var(--radius) 0 0 var(--radius); clip-path: inset(0 0 0 0 round 8px 0 0 8px); }
.hero__visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero__glow { position: absolute; width: 420px; height: 420px; left: 48%; top: 42%; border-radius: 50%; background: rgba(252,181,84,.08); filter: blur(54px); transform: translate(-50%,-50%); pointer-events: none; }
.hero__content { position: relative; z-index: 2; width: min(708px, calc(100% - 90px)); margin-left: clamp(28px, 4.9vw, 70px); padding-top: 74px; color: var(--paper); }
.hero__title, .section-heading h2 { font-family: "Fahkwang", Georgia, serif; font-weight: 300; letter-spacing: -.035em; line-height: 1.02; }
.hero__title { font-size: clamp(48px, 5.15vw, 74px); }
.reveal-line { display: block; overflow: hidden; padding-bottom: .05em; margin-bottom: -.05em; }
.reveal-line > span { display: block; }
.reveal-line--accent { color: var(--accent); }
.hero__lead { width: min(505px, 100%); margin-top: 30px; color: rgba(255,255,255,.83); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }

.stats { padding: 80px 0 82px; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(28px, 5vw, 92px); }
.stat .eyebrow { letter-spacing: .2em; font-size: 10px; }
.stat strong { display: block; margin: 10px 0 13px; padding-bottom: 11px; border-bottom: 1px solid var(--line); font-family: "Fahkwang", serif; font-size: 53px; font-weight: 400; line-height: 1.11; letter-spacing: -.02em; color: var(--ink-soft); }
.stat p { font-size: 16px; line-height: 1.5; }

.dark-panel { color: var(--paper); background: var(--ink); }
.technology { margin-inline: 12px; padding: 84px 0; border-radius: var(--radius); }
.section-heading { max-width: 768px; }
.section-heading .eyebrow { margin-bottom: 14px; color: var(--ink); }
.section-heading h2 { color: var(--ink-soft); font-size: clamp(43px, 4.6vw, 66px); }
.section-heading h2 em { color: var(--accent); font-style: normal; }
.section-heading p { margin-top: 20px; max-width: 660px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center p { margin-inline: auto; }
.section-heading--light .eyebrow, .section-heading--light h2 { color: var(--paper); }
.section-heading--light p { color: rgba(255,255,255,.72); }
.technology__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 24px; margin-top: 62px; border-top: 1px solid var(--line-dark); }
.technology-card { min-height: 382px; display: grid; grid-template-columns: 1fr 40%; overflow: hidden; border-bottom: 1px solid var(--line-dark); }
.technology-card__copy { padding: 34px 34px 34px 0; display: flex; flex-direction: column; align-items: flex-start; }
.technology-card:nth-child(even) .technology-card__copy { padding-left: 34px; }
.technology-card .eyebrow { color: var(--accent); letter-spacing: .22em; font-size: 10px; }
.technology-card h3 { margin-top: 12px; font-family: "Fahkwang", serif; font-size: 32px; font-weight: 300; }
.technology-card p { margin-top: 12px; color: rgba(255,255,255,.68); font-size: 14px; }
.technology-card figure { position: relative; overflow: hidden; min-height: 382px; }
.technology-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,25,25,.22), transparent 35%); }
.technology-card figure img { width: 100%; height: 115%; object-fit: cover; transition: transform 1s var(--ease); }
.technology-card:hover figure img { transform: scale(1.045); }
.mini-button { margin-top: auto; min-height: 48px; display: inline-flex; align-items: center; gap: 16px; padding: 4px 4px 4px 24px; border: 1px solid rgba(255,255,255,.34); border-radius: var(--pill); color: inherit; background: transparent; font-size: 16px; font-weight: 500; line-height: 1.4; white-space: nowrap; cursor: pointer; transition: border-color .3s, background .3s, color .3s; }
.mini-button img { flex: 0 0 40px; width: 40px; height: 40px; padding: 10px; border-radius: 50%; background: var(--accent); transition: transform .35s var(--ease); }
.mini-button:hover { border-color: var(--accent); background: var(--accent); color: var(--ink); }
.mini-button:hover img { transform: none; }

.why { padding: 88px 0 94px; }
.why__grid { display: grid; grid-template-columns: 1.18fr .82fr; gap: clamp(54px, 7vw, 110px); align-items: end; }
.why__content { padding-top: 10px; }
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 36px 32px; margin-top: 44px; }
.benefit > img { width: 56px; height: 56px; object-fit: contain; }
.benefit h3 { margin-top: 24px; color: var(--ink-soft); font-size: 22px; font-weight: 500; line-height: 1.4; }
.benefit p { margin-top: 16px; font-size: 16px; font-weight: 400; line-height: 1.6; }
.button-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.why .button { font-size: 16px; font-weight: 500; line-height: 1.4; }
.why__image { height: 700px; overflow: hidden; border-radius: var(--radius); }
.why__image img { width: 100%; height: 112%; object-fit: cover; object-position: center; }

.tailored { padding: 72px 0 88px; }
.tailored .section-heading { max-width: 774px; }
.tailored .section-heading .eyebrow { margin-bottom: 27px; font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: 5.07px; }
.tailored .section-heading h2 { font-size: 54px; font-weight: 300; line-height: 1.02; letter-spacing: -.03em; }
.tailored .section-heading p { margin-top: 24px; font-size: 16px; font-weight: 400; line-height: 1.6; }
.tailored__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.audience-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); transition: transform .55s var(--ease), box-shadow .55s var(--ease); }
.audience-card:hover { transform: translateY(-9px); box-shadow: 0 24px 60px rgba(34,25,20,.1); }
.audience-card figure { height: 274px; overflow: hidden; }
.audience-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .85s var(--ease); }
.audience-card:hover figure img { transform: scale(1.055); }
.audience-card > div { min-height: 384px; display: flex; flex-direction: column; align-items: flex-start; padding: 36px 35px 48px; }
.audience-card .eyebrow { font-size: 13px; font-weight: 600; line-height: 1.5; letter-spacing: 5.07px; }
.audience-card h3 { margin-top: 26px; font-family: "Fahkwang", serif; font-size: 34px; font-weight: 500; line-height: 1.11; letter-spacing: -.03em; }
.audience-card p { margin-top: 26px; font-size: 16px; font-weight: 400; line-height: 1.6; }
.mini-button--light { margin-top: auto; color: var(--ink); border-color: var(--line); }

.testimonials { padding: 88px 0 110px; }
.testimonials__track { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 56px; }
.quote { min-width: 0; padding: 0 28px; border-left: 1px solid var(--line); }
.quote:first-child { padding-left: 0; border-left: 0; }
.quote:last-child { padding-right: 0; }
.quote__stars { width: 116px; height: 19px; object-fit: contain; object-position: left; }
.quote blockquote { min-height: 142px; margin-top: 27px; color: var(--ink); font-size: clamp(21px, 1.9vw, 28px); line-height: 1.52; }
.quote__author { display: flex; align-items: center; gap: 16px; margin-top: 32px; }
.quote__author > img { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 50%; object-fit: cover; }
.quote__author p { display: grid; color: var(--ink); line-height: 1.45; }
.quote__author strong { font-size: 18px; font-weight: 600; line-height: 1.5; letter-spacing: .18px; }
.quote__author span { font-size: 16px; line-height: 1.5; letter-spacing: .16px; }

.site-footer { background: var(--mist); color: var(--ink); }
.footer__top { display: grid; grid-template-columns: 500px 1fr; gap: clamp(60px, 9vw, 128px); padding-top: 80px; padding-bottom: 52px; }
.newsletter__brand { display: flex; align-items: center; gap: 32px; }
.newsletter__brand > img { width: 187px; height: auto; }
.socials { display: flex; gap: 17px; }
.socials a, .socials button { width: 24px; height: 24px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; transition: background .25s, transform .25s; }
.socials a:hover, .socials button:hover { background: var(--accent); transform: translateY(-2px); }
.socials img { width: 24px; height: 24px; object-fit: contain; }
.newsletter > p { margin-top: 21px; max-width: 480px; }
.newsletter-form { margin-top: 18px; }
.newsletter-form__row { display: grid; grid-template-columns: 1fr auto; gap: 16px; }
.newsletter-form input { min-width: 0; height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: var(--pill); background: var(--paper); color: var(--ink); }
.newsletter-form input[aria-invalid="true"] { border-color: #b53024; }
.newsletter-form__status { margin-top: 9px !important; font-size: 11px; }
.newsletter-form__status.is-error { color: #9d251d; }
.newsletter-form__status.is-success { color: #286331; font-weight: 600; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; }
.footer-links details { display: flex; flex-direction: column; }
.footer-links summary { list-style: none; margin-bottom: 14px; font-weight: 600; cursor: default; }
.footer-links summary::-webkit-details-marker { display: none; }
.footer-links a { display: block; padding: 7px 0; font-size: 13px; transition: color .25s, transform .25s; }
.footer-links a:hover { color: #a86612; transform: translateX(3px); }
.footer__bottom { border-top: 1px solid var(--line); }
.footer__bottom .container { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.footer__bottom div div { display: flex; gap: 24px; }
.footer__bottom button { padding: 0; border: 0; background: none; cursor: pointer; }
.site-notice { position: fixed; z-index: 2000; left: 50%; bottom: 24px; width: min(520px,calc(100% - 32px)); padding: 13px 18px; border-radius: var(--pill); color: var(--paper); background: var(--ink); box-shadow: 0 16px 50px rgba(0,0,0,.2); text-align: center; transform: translate(-50%,24px); opacity: 0; pointer-events: none; transition: opacity .25s,transform .25s; }
.site-notice.is-visible { opacity: 1; transform: translate(-50%,0); }

.contact-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 30px); margin: auto; padding: 50px; border: 0; border-radius: 16px; color: var(--ink); background: var(--paper); box-shadow: 0 40px 120px rgba(0,0,0,.3); overflow: auto; }
.contact-dialog::backdrop { background: rgba(7,7,7,.7); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 28px; line-height: 1; cursor: pointer; }
.contact-dialog h2 { margin-top: 12px; font-family: "Fahkwang", serif; font-size: clamp(34px, 4vw, 50px); font-weight: 300; line-height: 1.08; }
.contact-dialog > p { margin-top: 18px; }
.contact-form { display: grid; gap: 15px; margin-top: 26px; }
.contact-form label { display: grid; gap: 6px; font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--line); border-radius: 8px; background: #fafafa; resize: vertical; }
.contact-form .button { justify-self: start; margin-top: 5px; }
.contact-form__status { min-height: 22px; color: #286331; font-size: 13px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(36px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .8s var(--ease), transform .8s var(--ease); }

/* Keep visual QA and content capture deterministic. */
.js .reveal,
.js .reveal.is-visible { opacity: 1; transform: none; transition: none; }

@media (max-width: 1160px) {
  .nav-bar { grid-template-columns: 175px 1fr 190px; }
  .desktop-nav { gap: 20px; }
  .nav-link { font-size: 13px; }
  .button--header { width: 190px; }
  .mega-device-card { min-height: 230px; }
  .hero { grid-template-columns: 1.6fr .9fr; }
  .hero__content { width: calc(100% - 54px); margin-left: 32px; }
  .why__grid { gap: 56px; }
  .footer__top { grid-template-columns: 440px 1fr; }
}

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .site-header { top: 0; }
  .nav-bar { grid-template-columns: 1fr auto; height: 76px; }
  .desktop-nav, .button--header { display: none; }
  .menu-toggle { display: grid; place-items: center; position: relative; }
  .mega-menu { display: none; }
  .mobile-menu { position: absolute; z-index: 1; top: 100%; left: 0; right: 0; height: calc(100vh - 76px); display: block; padding: 28px 24px 38px; background: var(--ink); color: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-16px); clip-path: inset(0 0 100%); transition: opacity .35s var(--ease), transform .5s var(--ease), clip-path .5s var(--ease), visibility .5s; overflow-y: auto; }
  .mobile-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); clip-path: inset(0); }
  .mobile-menu__body { width: min(680px, 100%); margin-inline: auto; display: grid; }
  .mobile-menu details { border-bottom: 1px solid var(--line-dark); }
  .mobile-menu summary, .mobile-menu__body > a { padding: 17px 0; list-style: none; font-family: "Fahkwang", serif; font-size: 25px; font-weight: 300; line-height: 1.2; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu details div { display: grid; padding: 0 0 16px 18px; }
  .mobile-menu details a { padding: 8px 0; color: rgba(255,255,255,.7); }
  .mobile-menu details .mobile-device-grid { width: 100%; min-width: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0 0 20px; }
  .mobile-menu details .mobile-device-card { min-width: 0; min-height: 176px; position: relative; display: block; overflow: hidden; padding: 0; border: 1px solid var(--line-dark); border-radius: 10px; color: var(--paper); background: #282624; }
  .mobile-device-card__media { position: absolute; inset: 0; display: block; }
  .mobile-device-card__media::after { content: ""; position: absolute; inset: 22% 0 0; background: linear-gradient(180deg, transparent, rgba(8,7,6,.88)); }
  .mobile-device-card__media img { width: 100%; height: 100%; object-fit: cover; }
  .mobile-device-card--photo .mobile-device-card__media img { object-position: center 42%; }
  .mobile-device-card__copy { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; display: grid; min-width: 0; }
  .mobile-device-card__copy small { color: var(--accent); font-size: 9px; font-weight: 600; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; }
  .mobile-device-card__copy strong { margin-top: 4px; overflow-wrap: anywhere; font-family: "Fahkwang", serif; font-size: 19px; font-weight: 300; line-height: 1.15; }
  .mobile-menu details .mobile-menu__compare { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; border-top: 1px solid var(--line-dark); color: var(--paper); font-size: 13px; font-weight: 600; }
  .mobile-menu details .mobile-category-list { display: grid; gap: 0; padding: 0 0 18px; list-style: none; }
  .mobile-category-list > li { padding: 14px 0; border-top: 1px solid var(--line-dark); }
  .mobile-menu details .mobile-category-link { display: flex; align-items: center; justify-content: space-between; padding: 0; color: var(--paper); font-family: "Fahkwang",serif; font-size: 19px; font-weight: 300; }
  .mobile-category-list > li > ul { display: grid; gap: 0; margin: 9px 0 0; padding: 0; list-style: none; }
  .mobile-menu details .mobile-category-list li li a { padding: 6px 0; color: rgba(255,255,255,.62); font-size: 13px; }
  .mobile-menu .button { justify-self: start; margin-top: 28px; }
  .hero { grid-template-columns: 1.3fr .7fr; min-height: 610px; gap: 8px; }
  .hero__dark, .hero__visual { min-height: 610px; }
  .hero__content { padding-top: 72px; }
  .hero__title { font-size: clamp(45px, 6.5vw, 63px); }
  .hero__visual img { object-position: 43% center; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); gap: 42px 70px; }
  .technology__grid { grid-template-columns: 1fr; }
  .technology-card:nth-child(even) .technology-card__copy { padding-left: 0; }
  .why__grid { grid-template-columns: 1fr; }
  .why__image { height: 520px; }
  .tailored__grid { grid-template-columns: 1fr 1fr; }
  .tailored__grid .audience-card:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
  .testimonials__track { grid-template-columns: 1fr; gap: 38px; }
  .quote { padding: 38px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .quote:first-child { padding-top: 0; border-top: 0; }
  .quote blockquote { min-height: 0; }
  .footer__top { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 32px, var(--container)); }
  .nav-bar { width: calc(100% - 32px); }
  .mobile-menu { padding: 18px 16px 32px; }
  .mobile-menu__body { width: 100%; min-width: 0; }
  .mobile-menu details .mobile-device-grid { grid-template-columns: minmax(0, 1fr); gap: 9px; }
  .mobile-menu details .mobile-device-card { min-height: 118px; }
  .mobile-device-card__media img { object-position: center 38%; }
  .mobile-device-card--product .mobile-device-card__media img { object-position: center 46%; }
  .mobile-device-card__copy { right: 14px; bottom: 12px; left: 14px; }
  .mobile-device-card__copy strong { font-size: 18px; }
  .hero { display: block; min-height: auto; padding: 0 8px; background: var(--ink); }
  .hero__dark { min-height: 650px; border-radius: 0; }
  .hero__dark::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(180deg, transparent, rgba(6,10,8,.9)); }
  .hero__dark-image { opacity: .9; }
  .hero__content { width: calc(100% - 36px); margin-left: 18px; padding-top: 54px; }
  .hero__title { font-size: clamp(42px, 12.5vw, 58px); }
  .hero__lead { font-size: 14px; }
  .hero__actions { gap: 10px; }
  .hero__actions .button { width: 100%; }
  .hero__visual { min-height: 430px; border-radius: 0 0 var(--radius) var(--radius); }
  .stats { padding: 62px 0; }
  .stats__grid { grid-template-columns: 1fr 1fr; gap: 34px 18px; }
  .stat strong { font-size: 30px; }
  .stat p { font-size: 13px; }
  .technology { margin-inline: 8px; }
  .technology { padding: 68px 0 12px; }
  .section-heading h2 { font-size: clamp(39px, 11vw, 52px); }
  .technology__grid { margin-top: 44px; }
  .technology-card { min-height: 0; grid-template-columns: 1fr; }
  .technology-card__copy, .technology-card:nth-child(even) .technology-card__copy { padding: 28px 0 24px; }
  .technology-card figure { order: -1; height: 330px; min-height: 330px; border-radius: var(--radius); }
  .technology-card figure img { height: 100%; }
  .technology-card .mini-button { margin-top: 22px; }
  .why { padding: 68px 0; }
  .benefits { grid-template-columns: 1fr; gap: 30px; }
  .benefit { display: grid; grid-template-columns: 56px 1fr; gap: 0 18px; }
  .benefit img { grid-row: span 2; }
  .benefit h3 { margin-top: 2px; }
  .benefit p { grid-column: 2; }
  .why__image { height: 440px; }
  .tailored { padding: 58px 0 72px; }
  .tailored__grid { grid-template-columns: 1fr; }
  .tailored__grid .audience-card:last-child { grid-column: auto; width: 100%; }
  .audience-card > div { min-height: 280px; padding: 26px; }
  .testimonials { padding: 68px 0 78px; }
  .testimonials__track { width: calc(100vw - 16px); margin-left: -8px; display: flex; gap: 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .testimonials__track::-webkit-scrollbar { display: none; }
  .quote, .quote:first-child, .quote:last-child { flex: 0 0 calc(100vw - 32px); padding: 0 22px; border: 0; scroll-snap-align: center; }
  .quote blockquote { font-size: 22px; }
  .footer__top { padding-top: 62px; }
  .newsletter__brand { align-items: flex-start; flex-direction: column; gap: 20px; }
  .newsletter-form__row { grid-template-columns: 1fr; }
  .newsletter-form .button { width: 100%; }
  .footer-links { grid-template-columns: 1fr; gap: 0; }
  .footer-links details { border-top: 1px solid var(--line); }
  .footer-links summary { position: relative; margin: 0; padding: 16px 0; cursor: pointer; }
  .footer-links summary::after { content: "+"; position: absolute; right: 0; }
  .footer-links details[open] summary::after { content: "−"; }
  .footer-links details:not([open]) a { display: none; }
  .footer-links details a:last-child { padding-bottom: 18px; }
  .footer__bottom .container { padding: 22px 0; align-items: flex-start; flex-direction: column; }
  .footer__bottom div div { flex-direction: column; gap: 8px; }
  .contact-dialog { padding: 48px 24px 28px; }
}

@media (max-width: 420px) {
  .stats__grid { grid-template-columns: 1fr; }
  .button-row .button { width: 100%; }
  .hero__dark { min-height: 700px; }
  .hero__visual { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  [data-parallax], [data-parallax-bg] { transform: none !important; }
}

/* 2026-08-25 — Figma parity pass */
.nav-bar { height: var(--header-height); grid-template-columns: 210px 1fr 220px; }
.desktop-nav { gap: 40px; }
.nav-link { gap: 8px; font-size: 16px; }
.nav-link img { width: 24px; height: 24px; }
.button--header { font-size: 16px; }
.button:active { transform: scale(.98) !important; }

.mega-menu { left: 0; right: 0; border-right: 0; border-left: 0; border-radius: 0 0 12px 12px; }
.mega-menu__inner { padding-block: 28px 34px; }
.mega-device-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.mega-device-card { min-height: 252px; }
.mega-device-card--product { background: #f4f2ef; }
.mega-device-card--product .mega-device-card__media { inset: 0 0 80px; }
.mega-device-card--product .mega-device-card__media::after { display: none; }
.mega-device-card--product .mega-device-card__media img { padding: 10px 30px 0; object-fit: contain; }
.mega-device-card--product .mega-device-card__copy { inset: auto 18px 14px; color: var(--ink); }
.mega-device-card--product .mega-device-card__copy small { color: #9b6118; }
.mega-device-card--product .mega-device-card__copy strong { margin-top: 2px; font-size: 19px; }
.mega-device-card--product .mega-device-card__copy em { margin-top: 2px; color: rgba(25,25,25,.62); }

.knowledge { min-height: 944px; margin: 18px 12px 0; padding: 70px 0 80px; border-radius: 8px; }
.knowledge .section-heading h2 { font-size: 54px; }
.knowledge .section-heading p { margin-top: 12px; font-size: 14px; }
.knowledge__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 44px; }
.knowledge-card { position: relative; min-height: 532px; overflow: hidden; border: 1px solid var(--line-dark); border-radius: 8px; color: var(--paper); }
.knowledge-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.knowledge-card__shade { display: none; }
.knowledge-card__copy {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: -1px;
  width: calc(100% - 58px);
  height: 347px;
  padding: 44px 28px 28px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: var(--glass-radius);
  background: var(--glass-background);
  -webkit-backdrop-filter: blur(var(--glass-blur));
  backdrop-filter: blur(var(--glass-blur));
}
.knowledge-card time { font-size: 13px; font-weight: 600; line-height: 1.5; }
.knowledge-card h3 { max-width: 470px; margin-top: 16px; font-family: "Fahkwang", serif; font-size: 28px; font-weight: 300; line-height: 1.11; letter-spacing: -.84px; }
.knowledge-card p { max-width: 515px; margin-top: 16px; color: var(--paper); font-size: 16px; line-height: 1.6; }
.knowledge-card .mini-button { width: 186px; min-height: 48px; margin-top: 28px; }

@media (min-width: 1161px) {
  .page-home .hero { height: 591px; min-height: 591px; }
  .page-home .stats { height: 345px; padding: 82px 0; }
  .page-home .stats__grid { min-height: 181px; align-items: center; }
  .page-home .technology { isolation: isolate; height: 1289px; position: relative; padding: 84px 0; }
  .page-home .technology::after { content: ""; position: absolute; z-index: 0; left: -6px; right: -6px; bottom: 84px; height: 804px; background: linear-gradient(90deg, var(--accent) 0 6px, transparent 6px calc(100% - 6px), var(--accent) calc(100% - 6px)); pointer-events: none; }
  .page-home .technology__grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 382px; gap: 40px 24px; margin-top: 62px; border: 0; }
  .page-home .technology-card { min-height: 382px; position: relative; grid-template-columns: minmax(0, 1fr) 249px; border: 1px solid var(--glass-border); border-radius: var(--glass-radius); background: var(--glass-background-soft); -webkit-backdrop-filter: blur(var(--glass-blur)); backdrop-filter: blur(var(--glass-blur)); }
  .page-home .technology-card::after { content: ""; position: absolute; z-index: 4; left: -1px; right: -1px; bottom: 14px; height: 1px; background: var(--glass-border); pointer-events: none; }
.page-home .technology-card__copy,
.page-home .technology-card figure { position: relative; z-index: 3; }
  .page-home .technology-card__copy,
  .page-home .technology-card:nth-child(even) .technology-card__copy { gap: 26px; padding: 34px; }
  .page-home .technology-card .eyebrow { display: none; }
  .page-home .technology-card h3 { margin: 0; color: var(--paper); font-size: 28px; line-height: 1.4; }
  .page-home .technology-card p { flex: 1 1 auto; margin: 0; color: var(--paper); font-size: 16px; line-height: 1.6; }
  .page-home .technology-card figure { width: 249px; min-height: 0; height: 100%; }
  .page-home .technology-card figure::after { display: none; }
  .page-home .technology-card figure img { height: 100%; }
  .page-home .technology-card .mini-button { width: 204px; min-height: 48px; margin-top: 0; justify-content: flex-end; border-color: var(--accent); font-size: 16px; font-weight: 500; }
  .page-home .technology-card .mini-button img { width: 40px; height: 40px; padding: 10px; }
  .page-home .why { height: 988px; padding: 88px 0; }
  .page-home .why__grid { height: 812px; }
  .page-home .tailored { height: 1005px; margin-inline: 12px; padding: 72px 0 88px; border-radius: 8px; }
  .page-home .knowledge { height: 944px; }
  .page-home .testimonials { height: 756px; padding: 83px 0 90px; }
  .page-home .site-footer { min-height: 445px; }
}

@media (max-width: 1280px) and (min-width: 981px) {
  .desktop-nav { gap: clamp(18px, 2.2vw, 28px); }
  .nav-link { font-size: 14px; }
  .nav-bar { grid-template-columns: 180px 1fr 200px; }
  .button--header { width: 194px; font-size: 14px; }
  .mega-device-card { min-height: 230px; }
}

@media (max-width: 980px) {
  .nav-bar { grid-template-columns: 1fr auto; }
  .knowledge { min-height: 0; margin-inline: 8px; padding: 68px 0; }
  .knowledge__grid { gap: 14px; }
  .knowledge-card { min-height: 500px; }
}

@media (max-width: 700px) {
  .knowledge .section-heading h2 { font-size: clamp(38px, 11vw, 50px); }
  .knowledge__grid { grid-template-columns: 1fr; }
  .knowledge-card { min-height: 500px; }
  .knowledge-card__copy { width: calc(100% - 16px); height: auto; min-height: 390px; padding: 30px 22px 22px; }
}
