:root {
  --navy-950: #061a2c;
  --navy-900: #071f35;
  --navy-800: #0a2540;
  --navy-700: #123451;
  --blue-600: #173d61;
  --gold-500: #f5b544;
  --gold-400: #ffc55d;
  --teal-400: #66d1c6;
  --paper: #f6f3ed;
  --paper-2: #fbfaf7;
  --ink: #102a43;
  --muted: #647589;
  --line: #dfe5e8;
  --white: #fff;
  --shadow-sm: 0 12px 40px rgba(7, 31, 53, .08);
  --shadow-lg: 0 36px 100px rgba(4, 22, 38, .24);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 48px));
  --display: "Segoe UI Variable Display", "Aptos Display", "Segoe UI", Arial, sans-serif;
  --body: "Segoe UI Variable Text", Aptos, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper-2); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p, dl, dd { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--gold-500); font-style: normal; }
.shell { width: var(--shell); 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; left: 14px; top: -100px; z-index: 1000; padding: 10px 16px; color: var(--white); background: var(--navy-800); border-radius: 8px; }
.skip-link:focus { top: 14px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; color: var(--white); transition: height .25s ease, background .25s ease, box-shadow .25s ease; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.14); }
.site-header.is-scrolled { height: 72px; background: rgba(251,250,247,.94); color: var(--ink); box-shadow: 0 8px 30px rgba(6,26,44,.08); backdrop-filter: blur(16px); }
.site-header.is-scrolled::after { background: rgba(10,37,64,.1); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; width: 280px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; }
.site-header .brand { position: relative; }
.site-header .logo-light { display: block; }
.site-header .logo-dark { display: none; }
.site-header.is-scrolled .logo-light { display: none; }
.site-header.is-scrolled .logo-dark { display: block; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 650; }
.main-nav > a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--gold-500); transition: right .2s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { display: inline-flex; align-items: center; gap: 12px; padding: 11px 18px; color: var(--navy-950); background: var(--gold-500); border-radius: 999px; box-shadow: 0 8px 24px rgba(245,181,68,.18); }
.nav-cta span { font-size: 17px; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 10px; padding: 11px; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; margin: 4px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; overflow: hidden; color: var(--white); background: var(--navy-900); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(4,18,31,.32)); pointer-events: none; }
.hero-grid, .process-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 88%); }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow-one { top: 90px; right: -180px; background: radial-gradient(circle, rgba(33,88,129,.48), transparent 70%); }
.hero-glow-two { bottom: -260px; left: 20%; background: radial-gradient(circle, rgba(102,209,198,.12), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 70px; min-height: 820px; padding-top: 118px; padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin-bottom: 24px; color: var(--blue-600); font-size: 12px; font-weight: 800; letter-spacing: .16em; line-height: 1.2; text-transform: uppercase; }
.eyebrow span { width: 26px; height: 2px; background: var(--gold-500); }
.eyebrow-light { color: rgba(255,255,255,.7); }
.hero h1 { max-width: 680px; margin-bottom: 28px; font-size: clamp(50px, 5.4vw, 78px); font-weight: 740; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; }
.hero-intro { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 750; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--navy-950); background: var(--gold-500); box-shadow: 0 15px 35px rgba(245,181,68,.18); }
.button-gold:hover { background: var(--gold-400); box-shadow: 0 18px 42px rgba(245,181,68,.25); }
.text-link { display: inline-flex; align-items: center; gap: 14px; padding-bottom: 5px; color: var(--navy-800); border-bottom: 1px solid rgba(10,37,64,.36); font-weight: 750; }
.text-link-light { color: var(--white); border-color: rgba(255,255,255,.35); }
.hero-proof { display: flex; gap: 0; margin: 50px 0 0; }
.hero-proof div { min-width: 145px; padding: 0 24px; border-left: 1px solid rgba(255,255,255,.15); }
.hero-proof div:first-child { padding-left: 0; border-left: 0; }
.hero-proof dt { margin-bottom: 2px; color: rgba(255,255,255,.42); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-proof dd { margin: 0; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 650; }

.hero-visual { position: relative; min-height: 540px; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 46px 2px 24px 28px; z-index: -2; border: 1px solid rgba(255,255,255,.09); border-radius: 46% 46% 42% 42% / 34% 34% 52% 52%; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.015)); box-shadow: var(--shadow-lg), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.hero-visual::after { content: ""; position: absolute; inset: 82px 40px 60px 68px; z-index: -1; border-radius: 50%; background: radial-gradient(circle at 50% 62%, rgba(245,181,68,.16), transparent 60%); }
.visual-orbit { position: absolute; border: 1px solid rgba(102,209,198,.23); border-radius: 50%; transform: rotate(-15deg); }
.orbit-one { width: 410px; height: 190px; left: 36px; top: 180px; }
.orbit-two { width: 330px; height: 330px; left: 86px; top: 105px; }
.visual-label { position: absolute; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.52); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.visual-label span { width: 6px; height: 6px; background: var(--teal-400); border-radius: 50%; box-shadow: 0 0 0 5px rgba(102,209,198,.1); }
.visual-label-top { top: 70px; left: 82px; }
.cargo-scene { position: absolute; left: 110px; top: 155px; width: 290px; height: 280px; perspective: 900px; }
.cargo-box { position: absolute; background: linear-gradient(145deg, #d9a45b, #9b612d); border: 1px solid rgba(255,255,255,.2); box-shadow: 0 28px 50px rgba(0,0,0,.3); transform: rotateY(-12deg) rotateX(4deg); }
.cargo-box::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent 48%, rgba(60,29,10,.12) 49%, transparent 51%), linear-gradient(rgba(255,255,255,.06), transparent); }
.cargo-box-back { width: 150px; height: 160px; left: 108px; top: 4px; opacity: .8; transform: rotateY(18deg) rotateZ(4deg); }
.cargo-box-front { width: 180px; height: 172px; left: 26px; top: 82px; }
.cargo-tape { position: absolute; left: 48%; top: 0; width: 25px; height: 100%; background: rgba(241,213,160,.48); transform: translateX(-50%); }
.cargo-mark { position: absolute; left: 20px; top: 25px; display: grid; place-items: center; width: 45px; height: 45px; color: var(--gold-500); background: var(--navy-800); border-radius: 10px; font-size: 15px; font-weight: 850; }
.cargo-code { position: absolute; right: 18px; bottom: 18px; width: 54px; height: 24px; opacity: .65; background: repeating-linear-gradient(90deg, #3d2718 0 2px, transparent 2px 5px); }
.cargo-base { position: absolute; left: -10px; bottom: 5px; width: 280px; height: 35px; border-radius: 50%; background: rgba(0,0,0,.36); filter: blur(18px); transform: rotate(-3deg); }
.signal-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(10,37,64,.78); box-shadow: 0 22px 40px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.signal-card span { display: block; color: rgba(255,255,255,.48); font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.signal-card strong { display: block; color: var(--white); font-size: 12px; line-height: 1.4; }
.signal-card-order { left: 7px; top: 176px; width: 210px; }
.signal-card-quality { right: -12px; bottom: 86px; width: 210px; }
.signal-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: var(--gold-500); background: rgba(245,181,68,.12); border-radius: 9px; }
.signal-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.signal-card-order i { width: 7px; height: 7px; margin-left: auto; background: var(--teal-400); border-radius: 50%; box-shadow: 0 0 0 4px rgba(102,209,198,.1); }
.signal-ring { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; color: var(--navy-950); background: var(--teal-400); border-radius: 50%; font-weight: 900; }
.visual-footer { position: absolute; left: 62px; right: 36px; bottom: 35px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.36); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.visual-footer span { color: var(--gold-500); font-size: 10px; }
.visual-footer div { height: 1px; flex: 1; background: rgba(255,255,255,.16); }

.trust-strip { position: relative; z-index: 3; margin-top: -1px; padding: 28px 0; color: var(--white); background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
.trust-row { display: grid; grid-template-columns: .8fr 1.7fr; align-items: center; gap: 50px; }
.trust-row > p { margin: 0; color: rgba(255,255,255,.56); font-size: 12px; line-height: 1.5; }
.trust-row > p strong { display: block; color: var(--white); font-size: 14px; }
.trust-items { display: flex; justify-content: space-between; gap: 24px; }
.trust-items span { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); font-size: 12px; white-space: nowrap; }
.trust-items i { width: 6px; height: 6px; background: var(--gold-500); border-radius: 50%; }

.section { padding: 125px 0; }
.section-heading { margin-bottom: 60px; }
.section-heading h2, .company h2, .brand-system h2 { max-width: 760px; margin-bottom: 0; color: var(--navy-800); font-size: clamp(40px, 4.4vw, 62px); font-weight: 720; }
.section-heading h2 em, .company h2 em, .brand-system h2 em { color: var(--blue-600); }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; }
.split-heading > p { margin: 0 0 8px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.capabilities { background: var(--paper-2); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-card { position: relative; min-height: 440px; padding: 36px 28px 34px; border-left: 1px solid var(--line); transition: background .25s ease, transform .25s ease, box-shadow .25s ease; }
.capability-card:last-child { border-right: 1px solid var(--line); }
.capability-card:hover { z-index: 2; background: var(--white); box-shadow: var(--shadow-sm); transform: translateY(-6px); }
.capability-card-featured { color: var(--white); background: var(--navy-800); border-color: var(--navy-800); }
.capability-card-featured:hover { background: var(--navy-700); }
.card-number { margin-bottom: 46px; color: #9aa8b5; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.capability-card-featured .card-number { color: rgba(255,255,255,.42); }
.line-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 30px; color: var(--navy-800); background: var(--paper); border-radius: 13px; }
.line-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.capability-card-featured .line-icon { color: var(--gold-500); background: rgba(245,181,68,.12); }
.capability-card h3 { margin-bottom: 16px; color: var(--navy-800); font-size: 24px; }
.capability-card-featured h3 { color: var(--white); }
.capability-card > p { min-height: 76px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }
.capability-card-featured > p { color: rgba(255,255,255,.65); }
.capability-card ul { display: grid; gap: 8px; margin: 0; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.capability-card-featured ul { border-color: rgba(255,255,255,.12); }
.capability-card li { position: relative; padding-left: 16px; color: #637587; font-size: 12px; }
.capability-card-featured li { color: rgba(255,255,255,.62); }
.capability-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 5px; background: var(--gold-500); border-radius: 50%; }

.categories { overflow: hidden; background: var(--paper); }
.categories-heading { display: grid; grid-template-columns: 1fr 1.2fr .8fr; gap: 45px; align-items: end; }
.categories-heading .eyebrow { align-self: start; margin-top: 13px; }
.categories-heading h2 { font-size: clamp(38px, 4vw, 58px); }
.categories-heading > p:last-child { margin: 0 0 7px; color: var(--muted); font-size: 15px; }
.category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.category-card { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 330px; overflow: hidden; color: var(--white); background: var(--navy-800); border-radius: var(--radius-md); box-shadow: 0 18px 45px rgba(10,37,64,.09); }
.category-card:nth-child(2), .category-card:nth-child(3) { color: var(--ink); background: var(--white); }
.category-content { display: flex; flex-direction: column; justify-content: flex-end; padding: 34px; }
.category-content > span { margin-bottom: auto; color: var(--gold-500); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.category-card:nth-child(2) .category-content > span, .category-card:nth-child(3) .category-content > span { color: var(--blue-600); }
.category-content h3 { margin-bottom: 13px; font-size: 27px; }
.category-content p { margin: 0; color: rgba(255,255,255,.63); font-size: 14px; }
.category-card:nth-child(2) p, .category-card:nth-child(3) p { color: var(--muted); }
.category-art { position: relative; overflow: hidden; background: #153958; }
.category-tech .category-art { background: #d9ebe8; }
.category-outdoor .category-art { background: #f1c876; }
.category-everyday .category-art { background: #172f49; }
.art-shelf { position: absolute; left: 16%; right: 10%; bottom: 25%; height: 9px; background: #d4a05b; box-shadow: 0 9px 14px rgba(0,0,0,.2); }
.art-vase { position: absolute; left: 18%; bottom: calc(25% + 9px); width: 62px; height: 92px; background: #e9c58d; border-radius: 42% 42% 30% 30%; }
.art-vase::after { content: ""; position: absolute; left: 13px; top: -13px; width: 36px; height: 22px; background: #153958; border-radius: 50%; }
.art-lamp { position: absolute; right: 16%; bottom: calc(25% + 9px); width: 9px; height: 94px; background: var(--teal-400); }
.art-lamp::before { content: ""; position: absolute; width: 88px; height: 45px; left: -40px; top: -30px; background: var(--gold-500); border-radius: 50% 50% 14px 14px; clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%); }
.art-lamp::after { content: ""; position: absolute; left: -25px; bottom: 0; width: 60px; height: 8px; background: var(--teal-400); border-radius: 50%; }
.art-bowl { position: absolute; left: 48%; bottom: calc(25% + 9px); width: 76px; height: 33px; background: #7ea9a3; border-radius: 7px 7px 50% 50%; }
.art-phone { position: absolute; left: 23%; top: 18%; width: 94px; height: 180px; background: var(--navy-800); border: 6px solid var(--white); border-radius: 20px; box-shadow: 18px 25px 34px rgba(10,37,64,.18); transform: rotate(-8deg); }
.art-phone::after { content: ""; position: absolute; inset: 18px 8px; background: linear-gradient(145deg, #1d5374, #66d1c6); border-radius: 10px; }
.art-cable { position: absolute; width: 150px; height: 150px; right: -30px; bottom: -12px; border: 10px solid var(--gold-500); border-left-color: transparent; border-radius: 50%; transform: rotate(-18deg); }
.art-bud { position: absolute; z-index: 2; width: 26px; height: 56px; background: var(--white); border-radius: 16px 16px 12px 12px; box-shadow: 0 12px 20px rgba(10,37,64,.15); }
.art-bud::after { content: ""; position: absolute; width: 28px; height: 28px; top: -2px; left: -9px; border: 7px solid var(--navy-800); border-left-color: transparent; border-radius: 50%; }
.art-bud-one { right: 21%; top: 27%; transform: rotate(17deg); }
.art-bud-two { right: 34%; top: 46%; transform: rotate(-16deg); }
.art-sun { position: absolute; width: 74px; height: 74px; right: 14%; top: 13%; background: var(--gold-400); border: 10px solid rgba(255,255,255,.25); border-radius: 50%; }
.art-mountain { position: absolute; bottom: -6%; clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.art-mountain-one { left: -10%; width: 260px; height: 240px; background: #204a53; }
.art-mountain-two { right: -20%; width: 250px; height: 190px; background: #2d6a69; }
.art-bottle { position: absolute; z-index: 3; left: 52%; bottom: 12%; width: 62px; height: 140px; background: var(--paper); border-radius: 17px 17px 23px 23px; box-shadow: 0 18px 28px rgba(10,37,64,.22); }
.art-bottle::before { content: ""; position: absolute; left: 12px; top: -19px; width: 38px; height: 24px; background: var(--navy-800); border-radius: 7px 7px 2px 2px; }
.art-bottle::after { content: "IM"; position: absolute; inset: 38px 10px auto; display: grid; place-items: center; height: 45px; color: var(--gold-500); background: var(--navy-800); border-radius: 50%; font-size: 13px; font-weight: 850; }
.art-grid-box { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: linear-gradient(145deg, rgba(102,209,198,.38), rgba(255,255,255,.05)); box-shadow: 0 16px 30px rgba(0,0,0,.16); }
.art-grid-box.a { width: 92px; height: 92px; left: 13%; top: 18%; transform: rotate(-7deg); }
.art-grid-box.b { width: 110px; height: 70px; right: 9%; top: 11%; transform: rotate(8deg); }
.art-grid-box.c { width: 130px; height: 100px; left: 23%; bottom: 11%; transform: rotate(6deg); background: linear-gradient(145deg, rgba(245,181,68,.6), rgba(245,181,68,.12)); }
.art-grid-box.d { width: 70px; height: 105px; right: 10%; bottom: 8%; transform: rotate(-9deg); }
.art-spark { position: absolute; left: 44%; top: 32%; color: var(--white); font-size: 42px; }

.process { position: relative; overflow: hidden; padding: 125px 0 115px; color: var(--white); background: var(--navy-900); }
.process-grid { opacity: .16; mask-image: radial-gradient(circle at 80% 10%, #000, transparent 70%); }
.process::after { content: ""; position: absolute; width: 650px; height: 650px; right: -360px; top: -320px; border: 1px solid rgba(102,209,198,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(102,209,198,.02), 0 0 0 160px rgba(102,209,198,.015); }
.process .shell { position: relative; z-index: 2; }
.process-heading { display: grid; grid-template-columns: 1.25fr .55fr; gap: 110px; align-items: end; margin-bottom: 75px; }
.process-heading h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 4.5vw, 64px); }
.process-heading > p { margin: 0 0 8px; color: rgba(255,255,255,.6); }
.process-list { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0 0 70px; padding: 0; list-style: none; }
.process-list::before { content: ""; position: absolute; left: 5%; right: 5%; top: 52px; height: 1px; background: linear-gradient(90deg, var(--gold-500), rgba(102,209,198,.5)); }
.process-list li { position: relative; padding-right: 36px; }
.step-index { display: block; margin-bottom: 27px; color: rgba(255,255,255,.36); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.step-dot { position: relative; z-index: 2; width: 15px; height: 15px; margin-bottom: 30px; background: var(--navy-900); border: 3px solid var(--gold-500); border-radius: 50%; box-shadow: 0 0 0 7px var(--navy-900); }
.process-list li:nth-child(n+3) .step-dot { border-color: var(--teal-400); }
.process-list h3 { margin-bottom: 12px; font-size: 24px; }
.process-list p { max-width: 220px; margin: 0; color: rgba(255,255,255,.56); font-size: 14px; }
.process-note { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 14px; background: rgba(255,255,255,.035); }
.process-note span { color: var(--gold-500); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.process-note strong { font-family: var(--display); font-size: 18px; letter-spacing: -.01em; }

.company { background: var(--paper-2); }
.company-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; align-items: center; }
.company h2 { margin-bottom: 32px; }
.company-lead { margin-bottom: 22px; color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1.55; }
.company-copy > p:not(.eyebrow):not(.company-lead) { max-width: 620px; margin-bottom: 30px; color: var(--muted); font-size: 16px; }
.company-panel { position: relative; overflow: hidden; padding: 34px; color: var(--white); background: var(--navy-800); border-radius: var(--radius-md); box-shadow: 0 30px 70px rgba(10,37,64,.17); }
.company-panel::after { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; bottom: -130px; border: 1px solid rgba(102,209,198,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(102,209,198,.02); }
.panel-topline { display: flex; justify-content: space-between; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.panel-topline i { color: var(--gold-500); font-style: normal; }
.company-panel dl { margin: 12px 0 26px; }
.company-panel dl div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 20px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.company-panel dt { color: rgba(255,255,255,.45); font-size: 12px; }
.company-panel dd { margin: 0; font-size: 13px; font-weight: 700; }
.panel-stamp { display: flex; align-items: center; gap: 20px; }
.panel-stamp > div { display: flex; align-items: center; gap: 9px; padding: 12px; border: 1px solid rgba(245,181,68,.3); border-radius: 11px; }
.panel-stamp span { color: var(--gold-500); font-family: var(--display); font-size: 23px; font-weight: 800; }
.panel-stamp small { color: rgba(255,255,255,.62); font-size: 7px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; }
.panel-stamp p { max-width: 220px; margin: 0; color: rgba(255,255,255,.46); font-size: 10px; }
.principles { margin-top: 110px; padding-top: 35px; border-top: 1px solid var(--line); }
.principles > p { margin-bottom: 30px; color: #82909c; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; }
.principles-grid article { display: grid; grid-template-columns: 44px 1fr; column-gap: 18px; }
.principles-grid span { grid-row: span 2; color: var(--gold-500); font-size: 11px; font-weight: 850; }
.principles-grid h3 { margin-bottom: 8px; color: var(--navy-800); font-size: 20px; }
.principles-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { position: relative; overflow: hidden; padding: 120px 0; color: var(--white); background: var(--navy-950); }
.contact::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 160px 100%; mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.contact-arc { position: absolute; width: 720px; height: 720px; left: -420px; top: -320px; border: 1px solid rgba(245,181,68,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(245,181,68,.015), 0 0 0 140px rgba(245,181,68,.01); }
.contact-layout { position: relative; display: grid; grid-template-columns: .85fr 1fr; gap: 120px; align-items: center; }
.contact-copy h2 { max-width: 540px; margin-bottom: 28px; font-size: clamp(42px, 4.5vw, 64px); }
.contact-copy > p:not(.eyebrow) { max-width: 490px; margin-bottom: 38px; color: rgba(255,255,255,.58); font-size: 16px; }
.contact-email { position: relative; display: block; max-width: 470px; padding: 21px 52px 21px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.contact-email small { display: block; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-email strong { font-family: var(--display); font-size: 21px; }
.contact-email > span { position: absolute; right: 4px; top: 50%; color: var(--gold-500); font-size: 22px; transform: translateY(-50%); }
.response-note { display: flex; align-items: center; gap: 13px; margin-top: 28px; color: rgba(255,255,255,.42); font-size: 11px; }
.response-note i { width: 8px; height: 8px; background: var(--teal-400); border-radius: 50%; box-shadow: 0 0 0 6px rgba(102,209,198,.08); }
.response-note strong { color: rgba(255,255,255,.8); font-weight: 700; }
.contact-form { padding: 34px; color: var(--ink); background: var(--paper-2); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.form-heading span { font-family: var(--display); font-size: 18px; font-weight: 750; }
.form-heading small { color: #91a0ac; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: #4c6174; font-size: 11px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d8e0e4; outline: 0; color: var(--ink); background: var(--white); border-radius: 10px; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }
.contact-form textarea { min-height: 108px; padding: 12px 14px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--blue-600); box-shadow: 0 0 0 3px rgba(23,61,97,.08); }
.contact-form ::placeholder { color: #a4afb9; }
.form-submit { width: 100%; margin-top: 3px; }
.form-submit:disabled { cursor: wait; opacity: .72; }
.form-trap { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }
.form-note { margin: 12px 0 0; color: #8997a3; font-size: 9.5px; text-align: center; }
.form-note.is-success { color: #167568; font-size: 11px; font-weight: 700; }
.form-note.is-error { color: #a1372d; font-size: 11px; font-weight: 700; }
.form-note.is-error a { color: inherit; text-decoration: underline; }

.site-footer { padding: 70px 0 26px; color: var(--ink); background: var(--paper); }
.footer-main { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1fr; gap: 60px; padding-bottom: 58px; }
.footer-brand img { width: 260px; margin-bottom: 22px; }
.footer-brand p { color: var(--muted); font-family: var(--display); font-size: 16px; font-weight: 650; line-height: 1.5; }
.footer-links, .footer-brand-lab { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-links > span, .footer-brand-lab > span { margin-bottom: 10px; color: #83919d; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a { font-size: 13px; font-weight: 650; }
.footer-links a:hover { color: var(--blue-600); }
.footer-links p, .footer-brand-lab p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }
.footer-brand-lab a { padding-bottom: 5px; border-bottom: 1px solid rgba(10,37,64,.3); font-size: 13px; font-weight: 750; }
.footer-brand-lab b { margin-left: 8px; color: var(--gold-500); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid #d9dedf; color: #7d8c98; font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--ink); font-weight: 700; }

/* Brand concepts */
.brand-page { background: var(--paper-2); }
.brand-lab-header { height: 84px; background: var(--paper-2); }
.brand-lab-header .shell { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand-lab-header .brand { width: 280px; }
.brand-lab-header .text-link { font-size: 13px; }
.brand-lab-hero { position: relative; overflow: hidden; padding: 110px 0 120px; color: var(--white); background: var(--navy-900); }
.brand-lab-hero::before { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, #000, transparent 80%); }
.brand-lab-hero .shell { position: relative; }
.brand-lab-hero h1 { margin-bottom: 26px; font-size: clamp(48px, 6vw, 78px); }
.brand-lab-hero > .shell > p:last-child { max-width: 650px; margin: 0; color: rgba(255,255,255,.62); font-size: 18px; }
.brand-lab-section { padding: 100px 0; }
.logo-concept-list { display: grid; gap: 30px; }
.logo-concept { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.logo-concept.logo-recommended { border-color: rgba(245,181,68,.65); box-shadow: 0 25px 65px rgba(10,37,64,.1); }
.concept-meta { display: flex; justify-content: space-between; margin-bottom: 20px; color: #8796a3; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.concept-meta b { padding: 5px 9px; color: var(--navy-800); background: rgba(245,181,68,.2); border-radius: 999px; }
.concept-canvas { display: grid; place-items: center; min-height: 290px; margin-bottom: 28px; background: var(--paper); border-radius: 15px; }
.concept-canvas img { width: min(540px, 78%); }
.concept-canvas-soft { background: #e9f1f0; }
.concept-canvas-dark { background: #e7edf2; }
.concept-copy { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: start; padding: 12px 8px 2px; }
.concept-copy h2 { margin-bottom: 8px; color: var(--navy-800); font-size: 30px; }
.concept-copy p { margin: 0; color: var(--muted); font-size: 14px; }
.concept-copy ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.concept-copy li { position: relative; padding-left: 17px; color: #53697c; font-size: 12px; font-weight: 650; }
.concept-copy li::before { content: ""; position: absolute; left: 0; top: .7em; width: 5px; height: 5px; background: var(--gold-500); border-radius: 50%; }
.brand-system { padding: 100px 0; background: var(--paper); }
.brand-system-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 100px; align-items: center; }
.brand-system h2 { margin-bottom: 26px; font-size: clamp(40px, 4vw, 58px); }
.brand-system-grid > div > p:last-child { color: var(--muted); }
.palette { display: grid; grid-template-columns: repeat(6, 1fr); min-height: 380px; border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.swatch { display: flex; flex-direction: column; justify-content: flex-end; min-width: 0; padding: 18px 12px; color: var(--white); }
.swatch span { writing-mode: vertical-rl; margin: 0 auto auto; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.swatch b { font-size: 9px; letter-spacing: .08em; }
.swatch-navy { grid-column: span 2; background: var(--navy-800); }
.swatch-blue { background: var(--blue-600); }
.swatch-gold { background: var(--gold-500); color: var(--navy-950); }
.swatch-teal { background: var(--teal-400); color: var(--navy-950); }
.swatch-paper { background: var(--paper-2); color: var(--navy-800); }
.brand-lab-footer { padding: 28px 0; color: var(--white); background: var(--navy-950); }
.brand-lab-footer .shell { display: flex; align-items: center; justify-content: space-between; }
.brand-lab-footer p { margin: 0; color: rgba(255,255,255,.5); font-size: 12px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 36px, 920px); }
  .site-header { height: 72px; }
  .brand { width: 235px; }
  .main-nav { gap: 18px; font-size: 12px; }
  .nav-cta { padding: 10px 14px; }
  .hero-layout { grid-template-columns: 1fr .82fr; gap: 35px; min-height: 760px; }
  .hero { min-height: 760px; }
  .hero-visual { transform: scale(.9); transform-origin: center; }
  .hero h1 { font-size: 58px; }
  .hero-proof div { min-width: 125px; padding: 0 16px; }
  .trust-row { grid-template-columns: 1fr; gap: 18px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-card:nth-child(2) { border-right: 1px solid var(--line); }
  .capability-card { min-height: 410px; }
  .categories-heading { grid-template-columns: 1fr 2fr; }
  .categories-heading > p:last-child { grid-column: 2; }
  .category-card { grid-template-columns: .85fr 1fr; }
  .company-layout, .contact-layout { gap: 60px; }
  .footer-main { grid-template-columns: 1.2fr .7fr 1fr; }
  .footer-brand-lab { display: none; }
  .brand-system-grid { gap: 55px; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .menu-toggle { display: block; color: inherit; }
  .site-header.is-scrolled .menu-toggle { border-color: rgba(10,37,64,.15); }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 20px 16px 28px; color: var(--ink); background: var(--paper-2); box-shadow: 0 22px 35px rgba(6,26,44,.18); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s, transform .2s, visibility .2s; }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav > a { padding: 14px 8px; border-bottom: 1px solid var(--line); }
  .main-nav > a::after { display: none; }
  .main-nav .nav-cta { justify-content: center; margin-top: 14px; border: 0; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 40px; padding-top: 135px; padding-bottom: 75px; }
  .hero-copy { max-width: 680px; }
  .hero h1 { font-size: clamp(46px, 8.5vw, 68px); }
  .hero-visual { width: min(540px, 100%); min-height: 500px; margin: -25px auto 0; transform: none; }
  .trust-items { display: grid; grid-template-columns: repeat(2, 1fr); }
  .section { padding: 90px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .categories-heading { grid-template-columns: 1fr; gap: 18px; }
  .categories-heading > p:last-child { grid-column: auto; max-width: 620px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 300px; }
  .process { padding: 90px 0; }
  .process-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 55px; }
  .process-list { grid-template-columns: repeat(2, 1fr); gap: 45px 20px; }
  .process-list::before { display: none; }
  .process-list li { padding-right: 20px; }
  .step-index { margin-bottom: 14px; }
  .step-dot { margin-bottom: 20px; }
  .company-layout, .contact-layout { grid-template-columns: 1fr; }
  .company-panel { max-width: 600px; }
  .principles-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-form { max-width: 620px; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .footer-links:nth-of-type(2) { display: none; }
  .concept-copy { gap: 30px; }
  .brand-system-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand { width: 205px; }
  .hero-layout { padding-top: 118px; }
  .hero h1 { font-size: 44px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-proof { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px 0; }
  .hero-proof div, .hero-proof div:first-child { min-width: 0; padding: 0 12px; border-left: 1px solid rgba(255,255,255,.15); }
  .hero-proof div:nth-child(odd) { padding-left: 0; border-left: 0; }
  .hero-visual { min-height: 430px; transform: scale(.83); transform-origin: top left; width: 120%; margin-bottom: -70px; }
  .signal-card-quality { right: 0; }
  .trust-items { grid-template-columns: 1fr; }
  .section-heading h2, .company h2, .brand-system h2 { font-size: 39px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card, .capability-card:nth-child(2), .capability-card:last-child { min-height: auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .capability-card > p { min-height: 0; }
  .card-number { margin-bottom: 28px; }
  .category-card { display: flex; flex-direction: column; min-height: 480px; }
  .category-art { min-height: 265px; }
  .category-content { flex: 1; }
  .category-content > span { margin-bottom: 32px; }
  .process-heading h2, .contact-copy h2 { font-size: 40px; }
  .process-list { grid-template-columns: 1fr; }
  .process-note { align-items: flex-start; flex-direction: column; }
  .company-panel { padding: 24px; }
  .company-panel dl div { grid-template-columns: 1fr; gap: 4px; }
  .panel-stamp { align-items: flex-start; flex-direction: column; }
  .contact { padding: 90px 0; }
  .contact-form { padding: 24px 18px; }
  .form-heading small { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 35px; }
  .footer-links { display: none; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .footer-bottom p:nth-child(2) { display: none; }
  .brand-lab-header .brand { width: 200px; }
  .brand-lab-header .text-link { font-size: 11px; }
  .brand-lab-hero { padding: 80px 0 90px; }
  .brand-lab-hero h1 { font-size: 45px; }
  .logo-concept { padding: 16px; }
  .concept-canvas { min-height: 210px; }
  .concept-canvas img { width: 92%; }
  .concept-copy { grid-template-columns: 1fr; }
  .palette { min-height: 280px; }
  .brand-lab-footer .shell { align-items: flex-start; flex-direction: column; gap: 18px; }
}

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