:root {
  --navy: #071421;
  --navy-2: #0b2032;
  --navy-3: #102b42;
  --ink: #102338;
  --muted: #617386;
  --line: #dce5ec;
  --paper: #f7f9fb;
  --white: #ffffff;
  --blue: #159aff;
  --blue-dark: #087bd4;
  --yellow: #dce812;
  --yellow-soft: #f3f6a7;
  --rose: #e6797f;
  --rose-soft: #fae7e7;
  --shadow: 0 24px 70px rgba(7, 20, 33, .12);
  --radius: 24px;
  --shell: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.cart-open,
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 16px; z-index: 999; padding: 12px 18px; background: #fff; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 12px; }

.draft-bar { position: relative; z-index: 90; color: #d8e4ed; background: #04101a; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.draft-bar__inner { height: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.draft-bar strong { color: var(--yellow); letter-spacing: .06em; text-transform: uppercase; }
.draft-domain { color: #7e95a8; font-variant-numeric: tabular-nums; }

.site-header { position: sticky; top: 0; z-index: 80; color: #fff; background: rgba(7,20,33,.9); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.site-header.is-scrolled { background: rgba(7,20,33,.98); box-shadow: 0 8px 40px rgba(0,0,0,.2); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { flex: 0 0 auto; width: 188px; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; line-height: 1; }
.brand__word { color: #dfe6eb; font-size: 35px; font-weight: 900; letter-spacing: -.105em; text-shadow: 0 1px 0 #fff, 0 4px 12px rgba(0,0,0,.5); transform: translateX(-1px); }
.brand__word > span { position: relative; color: #dfe6eb; }
.brand__word > span::before { content: ""; position: absolute; width: .22em; height: .18em; left: .04em; top: -.04em; border-radius: 2px; background: linear-gradient(145deg,#49b5ff,#087bd4); box-shadow: 0 0 10px rgba(21,154,255,.55); }
.brand__line { width: 100%; margin-top: 7px; display: flex; align-items: center; gap: 9px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .38em; padding-left: .38em; }
.brand__line i { height: 1px; flex: 1; background: linear-gradient(90deg, transparent, var(--blue)); }
.brand__line i:last-child { background: linear-gradient(90deg, var(--blue), transparent); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 25px; }
.main-nav a { position: relative; color: #cfdae3; font-size: 14px; font-weight: 650; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue); transition: right .22s ease; }
.main-nav a:hover { color: #fff; }
.main-nav a:hover::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.solution-link { color: #91a5b5; font-size: 12px; font-weight: 700; white-space: nowrap; }
.solution-link:hover { color: #fff; }
.cart-button { min-height: 44px; padding: 0 14px; display: inline-flex; align-items: center; gap: 8px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); cursor: pointer; }
.cart-button:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.cart-button svg { width: 19px; height: 19px; }
.cart-button span { font-size: 13px; font-weight: 750; }
.cart-button b { min-width: 21px; height: 21px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 11px; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; cursor: pointer; }
.menu-button span { display: block; height: 2px; margin: 4px 0; background: #fff; transition: .2s ease; }
.menu-button em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(21,154,255,.13), transparent 28%), linear-gradient(135deg, #071421 0%, #0b2032 64%, #071724 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .16; 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: 52px 52px; mask-image: linear-gradient(to right, rgba(0,0,0,.9), transparent 76%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow--one { width: 520px; height: 520px; top: 35px; right: -160px; background: radial-gradient(circle, rgba(21,154,255,.2), transparent 68%); }
.hero-glow--two { width: 420px; height: 420px; bottom: -250px; left: 30%; background: radial-gradient(circle, rgba(220,232,18,.07), transparent 70%); }
.hero-grid { position: relative; z-index: 2; min-height: 670px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; padding-top: 72px; padding-bottom: 108px; }
.hero-copy { max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 12px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 30px; height: 2px; background: currentColor; }
.eyebrow--light { color: #60bbff; }
.eyebrow--yellow { color: var(--yellow); }
.eyebrow--rose { color: var(--rose); }
.hero h1 { max-width: 780px; margin: 20px 0 24px; font-size: clamp(49px, 5.6vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero h1 mark { color: transparent; background: linear-gradient(90deg,#cbd8e1 0%,#ffffff 43%,#94cfff 100%); -webkit-background-clip: text; background-clip: text; }
.hero-lead { max-width: 610px; margin: 0; color: #b9c9d6; font-size: 19px; line-height: 1.72; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 13px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.1; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #fff; background: linear-gradient(135deg,var(--blue),var(--blue-dark)); box-shadow: 0 12px 30px rgba(21,154,255,.25); }
.button--primary:hover { box-shadow: 0 16px 34px rgba(21,154,255,.35); }
.button--ghost { color: #e7f0f6; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.035); }
.button--ghost:hover { background: rgba(255,255,255,.09); }
.button--yellow { color: #152118; background: var(--yellow); box-shadow: 0 12px 30px rgba(220,232,18,.17); }
.button--rose { color: #fff; background: linear-gradient(135deg,#e6797f,#c85968); box-shadow: 0 12px 30px rgba(230,121,127,.22); }
.button--wide { width: 100%; }
.hero-points { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 11px 21px; color: #8fa5b5; font-size: 13px; }
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points svg { width: 16px; height: 16px; color: var(--yellow); stroke-width: 2.4; }

.hero-stage { position: relative; height: 520px; }
.stage-orbit { position: absolute; width: 420px; height: 420px; top: 44px; left: 50%; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.stage-orbit::before,
.stage-orbit::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); }
.stage-orbit::before { inset: 45px; }
.stage-orbit::after { inset: 95px; background: radial-gradient(circle,rgba(21,154,255,.09),transparent 70%); }
.stage-card { position: absolute; overflow: hidden; width: 242px; border: 1px solid rgba(255,255,255,.17); border-radius: 22px; background: rgba(11,32,50,.88); box-shadow: 0 24px 60px rgba(0,0,0,.34); backdrop-filter: blur(14px); }
.stage-card img { width: 100%; height: 250px; object-fit: cover; }
.stage-card > div { position: absolute; left: 0; right: 0; bottom: 0; padding: 46px 18px 17px; background: linear-gradient(transparent,rgba(3,12,19,.97)); }
.stage-card small { display: block; margin-bottom: 4px; color: #78c4ff; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.stage-card strong { display: block; font-size: 20px; letter-spacing: -.02em; }
.stage-card span { display: block; color: #aabac7; font-size: 12px; }
.stage-card--colema { width: 270px; left: 16%; top: 20px; z-index: 3; transform: rotate(-5deg); }
.stage-card--colema img { height: 330px; }
.stage-card--colema small { color: var(--yellow); }
.stage-card--holder { right: 0; top: 108px; z-index: 2; transform: rotate(5deg); }
.stage-card--holder img { object-position: center; }
.stage-card--mirror { width: 205px; left: 10%; bottom: 0; z-index: 4; transform: rotate(3deg); }
.stage-card--mirror img { height: 215px; object-position: center 38%; }
.stage-card--mirror small { color: #f09ca1; }
.stage-badge { position: absolute; right: 12%; bottom: 26px; z-index: 5; width: 82px; height: 82px; display: grid; place-content: center; text-align: center; color: var(--navy); background: var(--yellow); border: 6px solid var(--navy-2); border-radius: 50%; font-size: 26px; font-weight: 950; line-height: .8; transform: rotate(-8deg); box-shadow: 0 18px 35px rgba(0,0,0,.3); }
.stage-badge small { display: block; margin-top: 7px; font-size: 8px; letter-spacing: .16em; }

.trust-strip { position: relative; z-index: 5; min-height: 100px; margin-top: -100px; display: grid; grid-template-columns: repeat(3,1fr) 1.2fr; align-items: center; border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip > div { min-height: 56px; padding: 0 24px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,.1); }
.trust-strip > div:first-child { padding-left: 0; }
.trust-strip > div:last-child { padding-right: 0; border-right: 0; }
.trust-strip b { color: var(--blue); font-size: 12px; letter-spacing: .08em; }
.trust-strip span { color: #8199aa; font-size: 12px; }
.trust-strip span strong { display: block; color: #edf3f7; font-size: 14px; }
.trust-strip .payment-note { justify-content: flex-end; gap: 8px; }
.payment-note small { margin-right: 3px; color: #657d90; font-size: 8px; letter-spacing: .14em; }
.payment-note span { padding: 5px 8px; color: #dce7ee; border: 1px solid rgba(255,255,255,.14); border-radius: 5px; font-size: 9px; font-weight: 800; }

.section { padding: 112px 0; }
.section-heading { margin-bottom: 52px; display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 80px; }
.section-heading h2,
.holder-copy h2,
.mirror-copy h2,
.business-copy h2,
.checkout-grid h2 { margin: 13px 0 0; font-size: clamp(40px,5vw,66px); line-height: 1.04; letter-spacing: -.048em; }
.section-heading h2 em,
.holder-copy h2 em,
.mirror-copy h2 em,
.business-copy h2 em,
.checkout-grid h2 em { color: var(--blue); font-style: normal; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.product-worlds { background: linear-gradient(#fff,#f8fafc); }
.world-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.world-card { overflow: hidden; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 14px 48px rgba(7,20,33,.07); transition: transform .25s ease, box-shadow .25s ease; }
.world-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.world-image { position: relative; overflow: hidden; height: 310px; background: #e8eef2; }
.world-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%,rgba(4,13,20,.58)); }
.world-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.world-card:hover .world-image img { transform: scale(1.035); }
.world-card--utility .world-image img { object-fit: cover; }
.world-card--personal .world-image img { object-position: center 37%; }
.world-number { position: absolute; z-index: 2; top: 18px; right: 20px; color: rgba(255,255,255,.88); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.world-label { position: absolute; z-index: 2; left: 19px; bottom: 18px; padding: 7px 11px; color: #142017; background: var(--yellow); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.world-card--utility .world-label { color: #fff; background: var(--blue); }
.world-card--personal .world-label { color: #fff; background: var(--rose); }
.world-copy { flex: 1; padding: 27px 28px 29px; display: flex; flex-direction: column; }
.world-copy h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.025em; }
.world-copy p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.tag-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 7px; }
.tag-row span { padding: 6px 9px; color: #526a7d; background: #f2f6f8; border-radius: 999px; font-size: 10px; font-weight: 800; }
.text-link { margin-top: auto; padding-top: 23px; display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-size: 14px; font-weight: 850; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px,-2px); }

.colema-section { position: relative; overflow: hidden; padding: 116px 0; color: #fff; background: radial-gradient(circle at 80% 8%,rgba(220,232,18,.08),transparent 30%),linear-gradient(145deg,#071421,#0b2032 60%,#071724); }
.colema-section::before { content: "COLEMA"; position: absolute; right: -30px; top: 20px; color: rgba(255,255,255,.018); font-size: 190px; font-weight: 950; letter-spacing: -.05em; }
.colema-intro { position: relative; display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; align-items: center; }
.colema-copy h2 { margin: 14px 0 22px; font-size: clamp(48px,5.6vw,74px); line-height: 1; letter-spacing: -.055em; }
.colema-copy h2 em { color: var(--yellow); font-style: normal; }
.colema-copy p { max-width: 460px; margin: 0 0 31px; color: #b7c7d3; font-size: 17px; line-height: 1.72; }
.colema-system { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.colema-system article { position: relative; z-index: 2; min-height: 338px; padding: 23px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 21px; }
.colema-system .step { color: var(--yellow); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.module-image,
.module-icon { height: 142px; margin: 16px 0 18px; display: grid; place-items: center; overflow: hidden; background: rgba(255,255,255,.045); border-radius: 16px; }
.module-image img { width: 100%; height: 100%; object-fit: cover; }
.module-icon svg { width: 78px; height: 78px; color: var(--yellow); stroke-width: 1.3; }
.module-icon--applications svg { color: #68bdff; }
.colema-system h3 { margin: 0 0 6px; font-size: 20px; }
.colema-system p { margin: 0; color: #93a9b9; font-size: 13px; line-height: 1.55; }
.system-line { position: absolute; left: 17%; right: 17%; top: 126px; z-index: 1; height: 1px; background: linear-gradient(90deg,var(--yellow),var(--blue)); opacity: .35; }
.application-builder { margin-top: 80px; display: grid; grid-template-columns: .95fr 1.05fr; overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.22); }
.builder-preview { position: relative; min-height: 570px; overflow: hidden; background: #020b11; }
.builder-preview::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(4,13,20,.65)); }
.builder-preview > img { width: 100%; height: 100%; min-height: 570px; object-fit: cover; transition: opacity .17s ease, transform .35s ease; }
.builder-preview > img.is-changing { opacity: .12; transform: scale(1.02); }
.preview-topline { position: absolute; z-index: 2; left: 25px; right: 25px; top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.preview-topline span { padding: 7px 10px; color: var(--navy); background: var(--yellow); border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.preview-topline b { padding: 7px 11px; background: rgba(7,20,33,.72); border: 1px solid rgba(255,255,255,.2); border-radius: 999px; font-size: 12px; backdrop-filter: blur(8px); }
.preview-chip { position: absolute; z-index: 2; left: 26px; bottom: 25px; display: inline-flex; align-items: center; gap: 7px; color: #b9c9d4; font-size: 11px; }
.preview-chip i { width: 7px; height: 7px; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 15px var(--yellow); }
.builder-options { padding: 54px 55px; }
.builder-options h3 { margin: 12px 0 10px; font-size: 38px; letter-spacing: -.04em; }
.builder-options > p { margin: 0 0 25px; color: #9eb2c1; font-size: 14px; line-height: 1.65; }
.application-buttons { display: grid; gap: 10px; }
.application-buttons button { width: 100%; padding: 14px 16px; display: flex; align-items: center; gap: 16px; text-align: left; color: #cedae3; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; cursor: pointer; transition: .2s ease; }
.application-buttons button:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.2); }
.application-buttons button.is-active { color: #fff; background: rgba(220,232,18,.09); border-color: rgba(220,232,18,.55); box-shadow: inset 3px 0 0 var(--yellow); }
.application-buttons svg { width: 29px; height: 29px; flex: 0 0 auto; color: var(--blue); }
.application-buttons .is-active svg { color: var(--yellow); }
.application-buttons strong { display: block; font-size: 14px; }
.application-buttons small { display: block; margin-top: 2px; color: #819aab; font-size: 11px; }

.holder-section { background: #fff; }
.holder-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 86px; align-items: center; }
.holder-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.holder-main { grid-column: 1 / -1; overflow: hidden; height: 390px; background: #f3f5f7; border-radius: 25px; }
.holder-main img { width: 100%; height: 100%; object-fit: cover; }
.holder-mini { position: relative; overflow: hidden; height: 144px; background: #edf1f4; border-radius: 15px; }
.holder-mini img { width: 100%; height: 100%; object-fit: cover; }
.holder-mini span { position: absolute; left: 9px; bottom: 9px; padding: 4px 8px; color: #fff; background: rgba(7,20,33,.74); border-radius: 999px; font-size: 9px; font-weight: 800; }
.holder-copy .lead-copy { margin: 21px 0 28px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.fact-list { display: grid; gap: 10px; }
.fact-list > div { padding: 14px 16px; display: flex; align-items: center; gap: 18px; background: #f5f8fa; border: 1px solid #e4ebf0; border-radius: 13px; }
.fact-list strong { min-width: 115px; color: var(--blue-dark); font-size: 14px; }
.fact-list span { color: var(--muted); font-size: 13px; }
.price-line { margin: 26px 0 19px; display: flex; align-items: baseline; gap: 8px; }
.price-line span { color: var(--muted); font-size: 12px; }
.price-line strong { font-size: 29px; letter-spacing: -.035em; }
.price-line small { color: var(--muted); }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.inline-actions .text-link { margin: 0; padding: 0; }

.mirror-section { position: relative; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg,#fcf7f6,#f7ecec 55%,#f9f5f1); }
.mirror-section::before { content: ""; position: absolute; width: 540px; height: 540px; right: -180px; top: -250px; border: 1px solid rgba(230,121,127,.17); border-radius: 50%; box-shadow: 0 0 0 65px rgba(230,121,127,.025),0 0 0 130px rgba(230,121,127,.018); }
.mirror-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.mirror-copy h2 em { color: #c85868; }
.mirror-copy > p { max-width: 520px; margin: 22px 0 28px; color: #765f64; font-size: 17px; line-height: 1.72; }
.personal-flow { margin: 0 0 30px; padding: 0; display: grid; gap: 10px; list-style: none; }
.personal-flow li { padding: 12px 15px; display: flex; align-items: center; gap: 15px; background: rgba(255,255,255,.65); border: 1px solid rgba(202,116,123,.16); border-radius: 13px; }
.personal-flow b { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--rose); border-radius: 50%; font-size: 11px; }
.personal-flow strong,
.personal-flow small { display: block; }
.personal-flow strong { font-size: 14px; }
.personal-flow small { color: #8f7579; font-size: 11px; }
.mirror-visual { position: relative; min-height: 625px; }
.mirror-photo { position: absolute; overflow: hidden; width: 74%; height: 585px; right: 0; top: 0; border: 8px solid rgba(255,255,255,.7); border-radius: 28px; box-shadow: 0 35px 75px rgba(91,49,54,.18); }
.mirror-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.mirror-sample { position: absolute; z-index: 3; left: 0; top: 82px; width: 215px; padding: 15px; color: #fff; background: rgba(7,20,33,.96); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; box-shadow: 0 23px 50px rgba(0,0,0,.25); }
.mirror-sample > span { display: block; margin-bottom: 10px; color: var(--rose); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.mirror-sample img { width: 100%; height: 145px; object-fit: cover; border-radius: 10px; }
.mirror-sample svg { width: 54px; height: 29px; margin: 8px auto; display: block; color: var(--rose); }
.mirror-sample strong,
.mirror-sample small { display: block; text-align: center; }
.mirror-sample strong { font-size: 12px; }
.mirror-sample small { color: #899eae; font-size: 9px; }
.mirror-price { position: absolute; z-index: 3; left: 3%; bottom: 15px; width: 190px; padding: 16px 18px; color: var(--ink); background: #fff; border-radius: 16px; box-shadow: 0 18px 45px rgba(91,49,54,.16); }
.mirror-price small,
.mirror-price strong,
.mirror-price span { display: block; }
.mirror-price small { color: #9b7c81; font-size: 10px; }
.mirror-price strong { font-size: 25px; letter-spacing: -.04em; }
.mirror-price span { color: #9b7c81; font-size: 10px; }

.shop-section { background: #f4f7f9; }
.shop-heading { align-items: center; }
.shop-note { padding: 14px 16px; color: #5e7180; background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: 12px; line-height: 1.55; }
.shop-note span { margin-right: 7px; padding: 3px 6px; color: var(--navy); background: var(--yellow); border-radius: 5px; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.filter-bar { margin-bottom: 28px; display: flex; flex-wrap: wrap; gap: 9px; }
.filter-bar button { padding: 10px 16px; color: #637688; background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 800; cursor: pointer; }
.filter-bar button:hover,
.filter-bar button.is-active { color: #fff; background: var(--navy); border-color: var(--navy); }
.shop-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.shop-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 10px 35px rgba(7,20,33,.055); transition: opacity .24s ease, transform .24s ease; }
.shop-card.is-filtered { display: none; }
.shop-image { position: relative; height: 260px; overflow: hidden; background: #eef2f4; }
.shop-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.shop-card:hover .shop-image img { transform: scale(1.035); }
.shop-image--contain img { object-fit: cover; }
.shop-pill { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; color: #fff; background: var(--blue); border-radius: 999px; font-size: 8px; font-weight: 900; letter-spacing: .12em; }
.shop-pill--yellow { color: #122014; background: var(--yellow); }
.shop-pill--rose { background: var(--rose); }
.shop-copy { padding: 22px 23px 23px; }
.shop-copy > small { color: #8092a0; font-size: 9px; font-weight: 850; letter-spacing: .13em; }
.shop-copy h3 { margin: 8px 0 7px; font-size: 19px; letter-spacing: -.02em; }
.shop-copy p { min-height: 46px; margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.shop-buy { padding-top: 15px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid #e8edf1; }
.shop-buy strong { font-size: 13px; }
.shop-buy button,
.shop-buy a { padding: 9px 12px; color: var(--blue-dark); background: #edf7ff; border: 0; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; cursor: pointer; }
.shop-buy button:hover,
.shop-buy a:hover { color: #fff; background: var(--blue); }
.shop-card--request { padding-top: 30px; display: flex; flex-direction: column; color: #fff; background: linear-gradient(145deg,var(--navy-2),var(--navy)); border-color: var(--navy); }
.shop-card--request .shop-copy { margin-top: auto; }
.shop-card--request .shop-copy > small { color: #69bcfb; }
.shop-card--request .shop-copy p { color: #9fb1bf; }
.shop-card--request .shop-buy { border-color: rgba(255,255,255,.12); }
.shop-card--request .shop-buy a { color: var(--navy); background: var(--yellow); }
.request-icon { width: 100px; height: 100px; margin: 7px auto 0; display: grid; place-items: center; color: var(--blue); background: rgba(21,154,255,.1); border: 1px solid rgba(21,154,255,.25); border-radius: 50%; }
.request-icon svg { width: 50px; height: 50px; }

.founder-section { position: relative; overflow: hidden; padding: 116px 0; background: linear-gradient(135deg,#fff 0%,#f7fafc 56%,#eef5f9 100%); }
.founder-section::before { content: "MZ"; position: absolute; right: -38px; bottom: -106px; color: rgba(7,20,33,.026); font-size: 330px; font-weight: 950; letter-spacing: -.09em; line-height: 1; pointer-events: none; }
.founder-grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 92px; }
.founder-card { position: relative; min-height: 650px; padding: 29px; overflow: hidden; display: flex; flex-direction: column; color: #fff; background: radial-gradient(circle at 72% 26%,rgba(21,154,255,.22),transparent 24%),linear-gradient(155deg,#0e2b42 0%,#071421 72%); border-radius: 30px; box-shadow: 0 35px 80px rgba(7,20,33,.2); isolation: isolate; }
.founder-card::before { content: ""; position: absolute; z-index: -1; width: 390px; height: 390px; left: -205px; top: 124px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 58px rgba(255,255,255,.022),0 0 0 116px rgba(255,255,255,.014); }
.founder-card::after { content: ""; position: absolute; z-index: -1; width: 1px; top: 96px; bottom: 175px; left: 50%; background: linear-gradient(transparent,rgba(21,154,255,.34),transparent); transform: rotate(33deg); }
.founder-card__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.founder-card__label { color: #80c9ff; font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.founder-card__place { color: #7890a1; font-size: 9px; }
.founder-monogram { position: relative; width: 252px; height: 252px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: inset 0 0 55px rgba(21,154,255,.07),0 0 0 18px rgba(255,255,255,.018); }
.founder-monogram::before { content: ""; position: absolute; inset: 32px; border: 1px dashed rgba(220,232,18,.27); border-radius: 50%; transform: rotate(18deg); }
.founder-monogram::after { content: "+"; position: absolute; right: 15px; top: 20px; width: 27px; height: 27px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 15px; font-weight: 900; box-shadow: 0 0 22px rgba(220,232,18,.32); }
.founder-monogram span { position: relative; z-index: 1; font-size: 75px; font-weight: 950; letter-spacing: -.12em; text-shadow: 0 7px 28px rgba(0,0,0,.3); }
.founder-monogram span:first-child { justify-self: end; color: #eaf1f5; }
.founder-monogram span:last-child { justify-self: start; color: var(--blue); }
.founder-card__copy { position: relative; padding: 25px 0 5px; border-top: 1px solid rgba(255,255,255,.12); }
.founder-card__copy small { color: var(--yellow); font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.founder-card__copy h3 { margin: 8px 0 9px; font-size: 35px; letter-spacing: -.045em; }
.founder-card__copy p { margin: 0; color: #94a9b8; font-size: 13px; line-height: 1.65; }
.founder-card__mark { position: absolute; right: 24px; bottom: 23px; color: rgba(255,255,255,.06); font-size: 51px; font-weight: 950; letter-spacing: -.08em; }
.founder-copy h2 { margin: 14px 0 25px; font-size: clamp(42px,5vw,66px); line-height: 1.04; letter-spacing: -.05em; }
.founder-copy h2 em { color: var(--blue-dark); font-style: normal; }
.founder-copy > p { max-width: 700px; margin: 0 0 17px; color: var(--muted); font-size: 16px; line-height: 1.78; }
.founder-copy .founder-lead { color: #3e5262; font-size: 17px; }
.founder-copy .founder-lead strong { color: var(--ink); }
.founder-copy blockquote { position: relative; margin: 27px 0 24px; padding: 21px 24px 21px 30px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--yellow); border-radius: 0 16px 16px 0; box-shadow: 0 12px 35px rgba(7,20,33,.055); font-size: 17px; font-weight: 750; line-height: 1.6; }
.founder-partner-note { margin-bottom: 26px; display: grid; grid-template-columns: 175px 1fr; gap: 22px; align-items: start; }
.founder-partner-note strong { color: var(--blue-dark); font-size: 13px; line-height: 1.45; }
.founder-partner-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.business-section { padding: 110px 0; color: #fff; background: linear-gradient(135deg,#071421,#0b2032); }
.business-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.business-copy h2 em { color: var(--blue); }
.business-copy p { max-width: 510px; margin: 21px 0 30px; color: #aabdc9; font-size: 17px; line-height: 1.75; }
.business-cards { display: grid; gap: 13px; }
.business-cards article { padding: 22px 24px; display: grid; grid-template-columns: 45px 1fr; column-gap: 15px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 17px; }
.business-cards article > span { grid-row: 1 / 3; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.business-cards h3 { margin: 0 0 5px; font-size: 17px; }
.business-cards p { margin: 0; color: #8fa6b6; font-size: 13px; }

.checkout-flow { padding: 92px 0; background: #fff; }
.checkout-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 80px; }
.checkout-grid ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; }
.checkout-grid li { min-height: 150px; padding: 20px 22px; border-left: 1px solid var(--line); }
.checkout-grid li > b { display: block; margin-bottom: 29px; color: var(--blue); font-size: 11px; letter-spacing: .12em; }
.checkout-grid strong,
.checkout-grid small { display: block; }
.checkout-grid strong { margin-bottom: 6px; font-size: 15px; }
.checkout-grid small { color: var(--muted); font-size: 11px; line-height: 1.5; }

.footer { color: #9cb0bf; background: #04101a; }
.footer-top { padding: 58px 0 45px; display: grid; grid-template-columns: 1.6fr .7fr .7fr 1fr; gap: 55px; }
.brand--footer { margin-bottom: 18px; }
.footer-top > div:first-child p { margin: 0; color: #7f95a5; font-size: 13px; line-height: 1.7; }
.footer-links,
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 13px; }
.footer-links strong,
.footer-contact strong { margin-bottom: 5px; color: #fff; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.footer-links a:hover,
.footer-contact a:hover { color: var(--blue); }
.footer-contact span { color: #718797; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #617887; font-size: 10px; }

.partner-line { margin: 26px 0 19px; padding: 16px 18px; background: #f3f7fa; border-left: 3px solid var(--blue); border-radius: 0 13px 13px 0; }
.partner-line small,
.partner-line strong { display: block; }
.partner-line small { margin-bottom: 4px; color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.partner-line strong { color: var(--ink); font-size: 15px; }
.support-card { display: flex; flex-direction: column; color: #fff; background: linear-gradient(145deg,#123552,#0c2438); border-color: #183d5b; }
.support-card .shop-copy { margin-top: auto; }
.support-card .shop-copy > small { color: #73c2ff; }
.support-card .shop-copy p { color: #a9bdca; }
.support-card .shop-buy { border-color: rgba(255,255,255,.12); }
.support-card .shop-buy a { color: var(--navy); background: #fff; }
.support-icon { height: 260px; display: grid; place-items: center; color: var(--blue); background: radial-gradient(circle,rgba(21,154,255,.19),transparent 58%); }
.support-icon svg { width: 94px; height: 94px; padding: 22px; background: rgba(21,154,255,.09); border: 1px solid rgba(21,154,255,.28); border-radius: 50%; }

.partner-section { position: relative; overflow: hidden; padding: 112px 0; color: #fff; background: radial-gradient(circle at 12% 20%,rgba(21,154,255,.16),transparent 32%),linear-gradient(145deg,#071421,#0b2032); }
.partner-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; bottom: -310px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012); }
.partner-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .76fr 1.24fr; gap: 85px; align-items: start; }
.partner-copy { padding-top: 25px; }
.partner-copy h2 { margin: 14px 0 22px; font-size: clamp(42px,5vw,66px); line-height: 1.04; letter-spacing: -.048em; }
.partner-copy h2 em { color: var(--blue); font-style: normal; }
.partner-copy > p { max-width: 500px; margin: 0; color: #aec0cc; font-size: 16px; line-height: 1.75; }
.partner-direct { margin-top: 34px; padding-top: 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 6px; border-top: 1px solid rgba(255,255,255,.13); }
.partner-direct small { margin-bottom: 3px; color: #6f8798; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.partner-direct a { color: #fff; font-size: 16px; font-weight: 750; }
.partner-direct a:hover { color: var(--blue); }
.partner-form { padding: 34px; color: var(--ink); background: #fff; border-radius: 24px; box-shadow: 0 30px 75px rgba(0,0,0,.28); }
.form-head { margin-bottom: 23px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.form-head span { padding: 5px 8px; color: var(--navy); background: var(--yellow); border-radius: 6px; font-size: 8px; font-weight: 950; letter-spacing: .13em; }
.form-head strong { font-size: 22px; letter-spacing: -.025em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.field { display: block; min-width: 0; }
.field > span { display: block; margin-bottom: 6px; color: #354b5d; font-size: 11px; font-weight: 800; }
.field input,
.field select,
.field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #f8fafb; border: 1px solid #cfdae2; border-radius: 10px; outline: none; transition: border-color .18s ease, box-shadow .18s ease; }
.field textarea { min-height: 125px; resize: vertical; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,154,255,.12); }
.field--wide { grid-column: 1 / -1; }
.consent { grid-column: 1 / -1; margin: 2px 0 7px; display: flex; align-items: flex-start; gap: 9px; color: #667987; font-size: 10px; line-height: 1.5; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; flex: 0 0 auto; accent-color: var(--blue); }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 12px 0 0; color: #82929e; text-align: center; font-size: 9px; line-height: 1.5; }

.cart-backdrop { position: fixed; inset: 0; z-index: 200; opacity: 0; visibility: hidden; background: rgba(0,8,14,.65); backdrop-filter: blur(4px); transition: .25s ease; }
.cart-drawer { position: fixed; z-index: 210; top: 0; right: 0; bottom: 0; width: min(460px,100%); padding: 28px; display: flex; flex-direction: column; color: var(--ink); background: #fff; box-shadow: -20px 0 70px rgba(0,0,0,.28); transform: translateX(105%); transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.cart-open .cart-backdrop { opacity: 1; visibility: visible; }
.cart-open .cart-drawer { transform: translateX(0); }
.cart-head { padding-bottom: 20px; display: flex; align-items: flex-start; justify-content: space-between; border-bottom: 1px solid var(--line); }
.cart-head small { color: var(--blue-dark); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.cart-head h2 { margin: 5px 0 0; font-size: 28px; letter-spacing: -.04em; }
.cart-head button { width: 39px; height: 39px; display: grid; place-items: center; color: #7d8e9b; background: #f1f5f7; border: 0; border-radius: 50%; font-size: 25px; cursor: pointer; }
.cart-empty { margin: auto 0; text-align: center; }
.cart-empty > span { width: 75px; height: 75px; margin: 0 auto 18px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); border-radius: 50%; font-size: 26px; font-weight: 900; }
.cart-empty h3 { margin: 0 0 7px; }
.cart-empty p { max-width: 300px; margin: 0 auto; color: var(--muted); font-size: 13px; }
.cart-items { overflow: auto; padding: 13px 0; display: grid; gap: 8px; }
.cart-item { padding: 13px 11px; display: grid; grid-template-columns: 31px 1fr 31px; align-items: center; gap: 10px; background: #f5f8fa; border-radius: 12px; }
.cart-item > span { color: var(--blue-dark); font-size: 10px; font-weight: 900; }
.cart-item strong,
.cart-item small { display: block; }
.cart-item strong { font-size: 13px; }
.cart-item small { color: var(--muted); font-size: 10px; }
.cart-item button { width: 28px; height: 28px; color: #8293a0; background: #fff; border: 0; border-radius: 50%; cursor: pointer; }
.cart-summary { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.cart-summary > div:first-child { display: flex; justify-content: space-between; align-items: center; }
.cart-summary > div:first-child span { color: var(--muted); font-size: 13px; }
.cart-summary > div:first-child strong { font-size: 20px; }
.cart-summary > p { margin: 10px 0 16px; color: var(--muted); font-size: 10px; }
.payment-badges { margin-top: 13px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; }
.payment-badges span { padding: 4px 7px; color: #536978; background: #f2f5f7; border-radius: 4px; font-size: 8px; font-weight: 900; }
.payment-badges small { width: 100%; text-align: center; color: #9aa8b2; font-size: 9px; }
.toast { position: fixed; z-index: 300; left: 50%; bottom: 28px; max-width: calc(100% - 36px); padding: 13px 18px; color: #fff; background: var(--navy); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; box-shadow: 0 16px 45px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translate(-50%,20px); transition: .22s ease; font-size: 12px; font-weight: 750; }
.toast.is-visible { opacity: 1; transform: translate(-50%,0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal--later { transition-delay: .22s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 1140px) {
  .nav-wrap { gap: 22px; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: 12px; }
  .solution-link { display: none; }
  .hero-grid { gap: 35px; }
  .stage-card--colema { left: 8%; }
  .stage-card--mirror { left: 3%; }
  .trust-strip { grid-template-columns: repeat(3,1fr); }
  .trust-strip .payment-note { display: none; }
  .section-heading { gap: 45px; }
  .colema-intro { grid-template-columns: .65fr 1.35fr; gap: 45px; }
  .colema-system article { padding: 18px; }
  .holder-grid { gap: 55px; }
  .mirror-grid { gap: 55px; }
}

@media (max-width: 930px) {
  html { scroll-padding-top: 88px; }
  .draft-domain { display: none; }
  .draft-bar__inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .brand { width: 166px; }
  .brand__word { font-size: 30px; }
  .main-nav { position: fixed; inset: 104px 0 0; margin: 0; padding: 34px 24px 50px; display: flex; flex-direction: column; align-items: flex-start; gap: 0; visibility: hidden; opacity: 0; background: rgba(7,20,33,.985); transform: translateY(-10px); transition: .22s ease; }
  .nav-open .main-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .main-nav a { width: 100%; padding: 16px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 20px; }
  .main-nav a::after { display: none; }
  .menu-button { display: block; }
  .nav-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-open .menu-button span:nth-child(2) { opacity: 0; }
  .nav-open .menu-button span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-top: 75px; padding-bottom: 80px; }
  .hero-copy { max-width: 710px; }
  .hero-stage { width: min(650px,100%); margin: 0 auto; }
  .stage-card--colema { left: 17%; }
  .stage-card--mirror { left: 11%; }
  .trust-strip { margin-top: 0; }
  .world-grid { grid-template-columns: 1fr 1fr; }
  .world-card--personal { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; }
  .world-card--personal .world-image { height: 100%; min-height: 350px; }
  .colema-intro { grid-template-columns: 1fr; }
  .colema-copy { max-width: 650px; }
  .application-builder { grid-template-columns: 1fr 1fr; }
  .builder-preview,
  .builder-preview > img { min-height: 520px; }
  .builder-options { padding: 42px 32px; }
  .holder-grid { grid-template-columns: 1fr; }
  .holder-gallery { max-width: 720px; }
  .holder-copy { max-width: 680px; }
  .mirror-grid { grid-template-columns: 1fr; }
  .mirror-copy { max-width: 680px; }
  .mirror-visual { max-width: 700px; width: 100%; }
  .shop-grid { grid-template-columns: 1fr 1fr; }
  .founder-grid { grid-template-columns: .78fr 1.22fr; gap: 52px; }
  .founder-card { min-height: 610px; }
  .founder-monogram { width: 215px; height: 215px; }
  .business-grid { grid-template-columns: 1fr; gap: 50px; }
  .business-copy { max-width: 680px; }
  .checkout-grid { grid-template-columns: 1fr; gap: 42px; }
  .partner-grid { grid-template-columns: 1fr; gap: 48px; }
  .partner-copy { max-width: 690px; padding-top: 0; }
  .footer-top { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 30px,var(--shell)); }
  .draft-bar { font-size: 10px; }
  .draft-bar__inner { height: 28px; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 67px; }
  .brand { width: 146px; }
  .brand__word { font-size: 27px; }
  .brand__line { margin-top: 5px; font-size: 7px; }
  .cart-button { width: 42px; height: 42px; padding: 0; justify-content: center; }
  .cart-button span { display: none; }
  .cart-button b { position: absolute; margin: -30px 0 0 31px; }
  .main-nav { inset: 95px 0 0; }
  .hero-grid { padding-top: 58px; padding-bottom: 56px; }
  .hero h1 { margin-top: 16px; font-size: clamp(43px,14vw,62px); }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-points { display: grid; }
  .hero-stage { height: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 10px; }
  .stage-orbit,
  .stage-badge { display: none; }
  .stage-card { position: relative; inset: auto; width: auto; transform: none; border-radius: 17px; }
  .stage-card--colema { grid-row: span 2; }
  .stage-card--colema img { height: 365px; }
  .stage-card--holder img,
  .stage-card--mirror img { height: 177px; }
  .stage-card > div { padding: 34px 12px 12px; }
  .stage-card strong { font-size: 14px; }
  .stage-card span { font-size: 9px; }
  .trust-strip { grid-template-columns: 1fr; padding: 15px 0; }
  .trust-strip > div { min-height: 54px; padding: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 34px; grid-template-columns: 1fr; gap: 20px; }
  .section-heading h2,
  .holder-copy h2,
  .mirror-copy h2,
  .business-copy h2,
  .checkout-grid h2 { font-size: 42px; }
  .section-heading > p { font-size: 15px; }
  .world-grid { grid-template-columns: 1fr; }
  .world-card--personal { grid-column: auto; display: flex; }
  .world-image,
  .world-card--personal .world-image { height: 300px; min-height: 0; }
  .world-copy { padding: 24px; }
  .colema-section { padding: 79px 0; }
  .colema-section::before { font-size: 100px; }
  .colema-copy h2 { font-size: 53px; }
  .colema-system { grid-template-columns: 1fr; }
  .colema-system article { min-height: 0; display: grid; grid-template-columns: 85px 1fr; column-gap: 15px; }
  .colema-system .step { grid-column: 1 / -1; }
  .module-image,
  .module-icon { grid-row: 2 / 4; width: 85px; height: 85px; margin: 12px 0 0; }
  .module-icon svg { width: 58px; height: 58px; }
  .colema-system h3 { align-self: end; margin-top: 12px; }
  .system-line { display: none; }
  .application-builder { margin-top: 50px; grid-template-columns: 1fr; }
  .builder-preview,
  .builder-preview > img { min-height: 420px; height: 420px; }
  .builder-options { padding: 34px 20px; }
  .builder-options h3 { font-size: 32px; }
  .holder-main { height: 285px; }
  .holder-mini { height: 105px; }
  .fact-list > div { display: block; }
  .fact-list strong { display: block; margin-bottom: 2px; }
  .inline-actions { display: grid; }
  .inline-actions .button { width: 100%; }
  .mirror-section { padding: 78px 0; }
  .mirror-visual { min-height: 520px; }
  .mirror-photo { width: 84%; height: 490px; }
  .mirror-sample { width: 155px; top: 72px; padding: 10px; }
  .mirror-sample img { height: 110px; }
  .mirror-price { width: 155px; padding: 12px; }
  .mirror-price strong { font-size: 21px; }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-image { height: 285px; }
  .shop-copy p { min-height: 0; }
  .founder-section { padding: 78px 0; }
  .founder-section::before { font-size: 190px; }
  .founder-grid { grid-template-columns: 1fr; gap: 43px; }
  .founder-card { width: min(100%,460px); min-height: 520px; padding: 23px; }
  .founder-monogram { width: 205px; height: 205px; }
  .founder-monogram span { font-size: 62px; }
  .founder-card__copy h3 { font-size: 31px; }
  .founder-copy h2 { font-size: 42px; }
  .founder-copy > p,
  .founder-copy .founder-lead { font-size: 15px; }
  .founder-copy blockquote { padding: 18px 18px 18px 22px; font-size: 15px; }
  .founder-partner-note { grid-template-columns: 1fr; gap: 7px; }
  .business-section { padding: 78px 0; }
  .business-cards article { grid-template-columns: 34px 1fr; padding: 19px; }
  .checkout-flow { padding: 74px 0; }
  .checkout-grid ol { grid-template-columns: 1fr; }
  .checkout-grid li { min-height: 0; display: grid; grid-template-columns: 45px 1fr; border-left: 0; border-top: 1px solid var(--line); }
  .checkout-grid li > b { grid-row: 1 / 3; margin: 0; }
  .partner-section { padding: 78px 0; }
  .partner-copy h2 { font-size: 42px; }
  .partner-form { padding: 25px 19px; border-radius: 19px; }
  .form-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide,
  .consent { grid-column: auto; }
  .support-icon { height: 220px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px 25px; }
  .footer-top > div:first-child { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; display: grid; line-height: 1.55; }
  .cart-drawer { padding: 22px 17px; }
}

@media (max-width: 390px) {
  .nav-actions { gap: 7px; }
  .brand { width: 135px; }
  .menu-button,
  .cart-button { width: 40px; height: 40px; }
  .hero h1 { font-size: 41px; }
  .stage-card--colema img { height: 315px; }
  .stage-card--holder img,
  .stage-card--mirror img { height: 152px; }
  .section-heading h2,
  .holder-copy h2,
  .mirror-copy h2,
  .founder-copy h2,
  .business-copy h2,
  .checkout-grid h2 { font-size: 38px; }
  .shop-buy { align-items: flex-start; flex-direction: column; }
  .shop-buy button,
  .shop-buy a { width: 100%; text-align: center; }
}
