:root {
  --ink: #081225;
  --ink-2: #101b30;
  --orange: #f5823f;
  --orange-2: #ff9a5f;
  --blue: #8ec4d8;
  --paper: #f3f0e9;
  --white: #fffdfa;
  --muted: #66707f;
  --line: rgba(8,18,37,.14);
  --dark-line: rgba(255,255,255,.13);
  --max: 1400px;
  --pad: clamp(24px, 5vw, 78px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Helvetica Neue", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
.screen-reader-text, .skip-link:not(:focus) { 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:focus { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--ink); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.ruo-bar { min-height: 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 6px var(--pad); background: var(--orange); color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.site-header { position: absolute; z-index: 50; top: 30px; left: 0; right: 0; min-height: 100px; display: grid; grid-template-columns: 255px 1fr auto; align-items: center; gap: 40px; padding: 20px var(--pad); border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); transition: background .3s ease, min-height .3s ease; }
.site-header.is-scrolled { position: fixed; top: 0; min-height: 76px; padding-top: 10px; padding-bottom: 10px; background: rgba(8,18,37,.96); backdrop-filter: blur(18px); }
.brand-logo { width: 218px; height: auto; }
.brand, .nav-toggle { position: relative; z-index: 3; }
.primary-navigation .menu { display: flex; justify-content: center; gap: clamp(22px,3vw,48px); margin: 0; padding: 0; list-style: none; }
.primary-navigation a, .account-link { position: relative; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.primary-navigation a::after, .account-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--orange); transition: right .25s ease; }
.primary-navigation a:hover::after, .account-link:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 25px; }
.nav-toggle { display: none; border: 0; background: transparent; }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 24px; border: 1px solid var(--orange); background: var(--orange); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.button:hover { background: var(--orange-2); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 10px; }
.button-light { background: var(--white); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 9px; padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.35); color: var(--white); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { margin-bottom: 24px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .23em; text-transform: uppercase; }
.section { padding: clamp(100px, 10vw, 170px) var(--pad); }
.section-dark { color: var(--white); background: var(--ink); }
.section-heading h2, .catalog-copy h2, .method-heading h2, .support-copy h2, .footer-cta h2 { margin-bottom: 30px; font-size: clamp(48px, 6.1vw, 96px); line-height: .94; letter-spacing: -.055em; }

.hero { position: relative; min-height: min(920px, calc(100vh - 30px)); display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--ink); }
.hero-image, .hero-shade, .hero-grid { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(8,18,37,.96) 0%, rgba(8,18,37,.88) 34%, rgba(8,18,37,.3) 62%, rgba(8,18,37,.08) 100%), linear-gradient(0deg, rgba(8,18,37,.48), transparent 55%); }
.hero-grid { opacity: .13; background-image: linear-gradient(rgba(255,255,255,.22) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.22) 1px, transparent 1px); background-size: 100px 100px; mask-image: linear-gradient(90deg, black, transparent 70%); }
.hero-copy { position: relative; z-index: 2; max-width: 820px; padding: 210px var(--pad) 110px; }
.hero-copy h1 { max-width: 980px; margin-bottom: 34px; font-size: clamp(62px, 7.4vw, 118px); line-height: .86; letter-spacing: -.065em; }
.hero-copy > p:not(.eyebrow):not(.hero-disclaimer) { max-width: 690px; color: #c7ced6; font-size: clamp(17px, 1.45vw, 22px); }
.button-row { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.hero-disclaimer { margin-top: 50px; color: #7f8b9a; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.hero-index { position: absolute; z-index: 2; right: var(--pad); bottom: 38px; display: flex; gap: 22px; color: #b6c1cc; font-size: 10px; font-weight: 900; letter-spacing: .18em; }
.hero-index span:first-child { color: var(--orange); }

.proof-rail { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: var(--white); }
.proof-rail > div { min-height: 140px; display: grid; grid-template-columns: auto 1fr; align-content: center; gap: 1px 18px; padding: 28px clamp(22px,3.5vw,55px); border-right: 1px solid var(--line); }
.proof-rail > div:last-child { border-right: 0; }
.proof-rail span { grid-row: 1/3; color: #a9430b; font-size: 10px; font-weight: 900; }
.proof-rail strong { font-size: 20px; line-height: 1.1; }
.proof-rail small { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.proposition { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px 9vw; align-items: start; }
.section-heading h2 { margin: 0; }
.proposition-copy { padding-top: 35px; }
.proposition-copy .lead { color: var(--ink); font-size: clamp(22px,2.2vw,34px); line-height: 1.25; letter-spacing: -.025em; }
.proposition-copy > p:last-child { max-width: 660px; color: var(--muted); }
.metric { grid-column: 1/-1; display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 50px; padding-top: 80px; border-top: 1px solid var(--line); }
.metric strong { font-size: clamp(110px, 17vw, 265px); line-height: .68; letter-spacing: -.08em; }
.metric sup { color: var(--orange); font-size: .34em; }
.metric span { max-width: 480px; margin-bottom: 15px; color: var(--muted); font-size: 14px; }

.catalog-panel { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8vw; padding: clamp(100px,10vw,160px) var(--pad); overflow: hidden; }
.catalog-copy { position: relative; z-index: 2; }
.catalog-copy p:not(.eyebrow) { max-width: 620px; color: #aeb8c5; font-size: 18px; }
.catalog-copy .button { margin-top: 28px; }
.catalog-orbit { position: relative; width: min(42vw,590px); aspect-ratio: 1; justify-self: center; }
.orbit { position: absolute; inset: 12%; border: 1px solid rgba(142,196,216,.4); border-radius: 50%; animation: orbit-spin 14s linear infinite; }
.orbit::before { content: ""; position: absolute; top: 10%; left: 12%; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 25px var(--orange); }
.orbit-two { inset: 22% 4%; transform: rotate(60deg); animation-direction: reverse; animation-duration: 18s; }
.orbit-three { inset: 4% 23%; transform: rotate(120deg); animation-duration: 22s; }
.orbit-core { position: absolute; inset: 34%; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle, rgba(245,130,63,.35), rgba(8,18,37,.2) 70%); box-shadow: 0 0 80px rgba(245,130,63,.25); }
.orbit-core span { font-size: clamp(40px,5vw,70px); font-weight: 200; letter-spacing: .12em; }
.orbit-core small { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.catalog-orbit > i { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 16px var(--blue); }
.catalog-orbit > i:nth-of-type(1) { top: 20%; right: 20%; }.catalog-orbit > i:nth-of-type(2) { bottom: 18%; left: 30%; }.catalog-orbit > i:nth-of-type(3) { top: 44%; left: 4%; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }

.quality-preview .section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px 7vw; margin-bottom: 75px; }
.quality-preview .section-heading .eyebrow { grid-column: 1/-1; }
.quality-preview .section-heading p:last-child { max-width: 430px; align-self: end; color: var(--muted); }
.quality-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.quality-card { min-height: 410px; display: flex; flex-direction: column; padding: 36px 30px; border-right: 1px solid var(--line); background: rgba(255,255,255,.22); }
.quality-card:last-child { border-right: 0; }
.quality-card span { color: var(--orange); font-size: 10px; font-weight: 900; }
.quality-card h3 { margin: 90px 0 24px; font-size: clamp(24px,2.1vw,34px); line-height: 1; letter-spacing: -.035em; }
.quality-card p { color: var(--muted); font-size: 14px; }
.quality-card a { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }

.method { padding: clamp(100px,10vw,160px) var(--pad); }
.method-heading { display: grid; grid-template-columns: .65fr 1.35fr; gap: 50px; align-items: start; margin-bottom: 80px; }
.method-heading h2 { margin: 0; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); }
.method-steps li { display: grid; grid-template-columns: 100px .8fr 1.2fr; gap: 30px; align-items: center; min-height: 155px; border-bottom: 1px solid var(--dark-line); }
.method-steps span { color: var(--orange); font-size: 11px; font-weight: 900; }
.method-steps h3 { margin: 0; font-size: clamp(28px,3vw,44px); font-weight: 500; letter-spacing: -.04em; }
.method-steps p { max-width: 620px; margin: 0; color: #aeb8c5; }

.support-split { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.support-number span { display: block; margin-bottom: 24px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.support-number a { display: block; font-size: clamp(50px,7vw,108px); line-height: .9; letter-spacing: -.07em; }
.support-copy p:not(.eyebrow) { max-width: 600px; color: var(--muted); }
.support-copy .button { margin-top: 26px; }

.footer-cta { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; padding: clamp(80px,8vw,130px) var(--pad); color: var(--ink); background: var(--orange); }
.footer-cta .eyebrow { color: var(--ink); }
.footer-cta h2 { max-width: 840px; margin: 0; }
.footer-cta > div:last-child { align-self: end; }
.footer-cta .button { margin-top: 22px; }
.site-footer { padding: 80px var(--pad) 32px; color: var(--white); background: #050b16; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 70px; max-width: var(--max); margin: 0 auto; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-brand p { max-width: 370px; color: #84909e; font-size: 13px; }
.footer-brand .footer-ruo { color: var(--orange); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.footer-title { margin-bottom: 14px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.footer-main a, .footer-main > div:not(.footer-brand) p:not(.footer-title) { color: #aeb8c5; font-size: 13px; }
.legal-copy { max-width: var(--max); display: flex; justify-content: space-between; gap: 50px; margin: 70px auto 0; padding-top: 30px; border-top: 1px solid var(--dark-line); color: #8d99a6; font-size: 9px; }
.legal-copy p:first-child { max-width: 1000px; }

.page-hero { min-height: 560px; display: flex; flex-direction: column; justify-content: end; padding: 210px var(--pad) 85px; color: var(--white); background: radial-gradient(circle at 85% 20%, rgba(245,130,63,.18), transparent 28%), linear-gradient(145deg, var(--ink), #0c2037); }
.page-hero h1 { max-width: 1050px; margin-bottom: 24px; font-size: clamp(64px,9vw,140px); line-height: .86; letter-spacing: -.07em; }
.page-hero > p:last-child { max-width: 680px; margin: 0; color: #aeb8c5; font-size: 18px; }
.page-content { max-width: 1100px; min-height: 420px; margin: 0 auto; padding: clamp(80px,9vw,140px) var(--pad); }
.page-content h2 { margin: 70px 0 24px; font-size: clamp(36px,4.5vw,62px); line-height: 1; letter-spacing: -.045em; }
.page-content h2:first-child { margin-top: 0; }
.page-content h3 { margin: 45px 0 12px; font-size: 24px; }
.page-content p, .page-content li { color: #505c6b; font-size: 17px; }
.page-content a { color: #b74a16; text-decoration: underline; text-underline-offset: 3px; }
.page-content .wp-block-button__link { border-radius: 0; background: var(--orange); color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.page-content details { margin: 0; padding: 24px 0; border-bottom: 1px solid var(--line); }
.page-content summary { cursor: pointer; font-size: 21px; font-weight: 750; }
.page-content details p { margin: 18px 0 0; }
.post-grid { max-width: var(--max); display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin: 0 auto; padding: 100px var(--pad); }
.post-grid article { min-height: 330px; padding: 35px; border: 1px solid var(--line); }
.post-grid h2 { font-size: 34px; line-height: 1; }
.post-grid p:last-child { color: var(--muted); }

/* Staging-only Shop concept. No live commerce data is attached here. */
.shop-preview { padding-top: 126px; overflow: hidden; background: var(--white); }
.page-template-page-shop-preview .site-header { background: var(--ink); }
.shop-preview-staging { min-height: 36px; display: flex; justify-content: center; gap: 14px; align-items: center; padding: 8px var(--pad); color: var(--ink); background: #f3e9df; border-bottom: 1px solid var(--line); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.shop-preview-staging strong { color: #a9430b; font-weight: 900; }
.shop-preview-staging span { color: var(--muted); font-weight: 750; }
.shop-preview-intro { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 70px; align-items: end; padding: clamp(54px,6vw,82px) var(--pad) clamp(46px,5vw,68px); color: var(--white); background: radial-gradient(circle at 84% 24%,rgba(245,130,63,.2),transparent 26%),linear-gradient(145deg,#081225,#0b1a30); }
.shop-preview-intro h1 { margin: 12px 0 0; font-size: clamp(58px,6.6vw,96px); line-height: .88; letter-spacing: -.06em; }
.shop-preview-intro > p { max-width: 590px; margin: 0; color: #c7ced7; font-size: clamp(16px,1.35vw,19px); line-height: 1.65; }
.shop-preview-proof { display: grid; grid-template-columns: repeat(4,1fr); margin: 28px 0; border: 1px solid var(--line); background: #f7f4ee; }
.shop-preview-proof > * { min-height: 155px; display: flex; flex-direction: column; padding: 27px clamp(22px,3vw,46px); border-right: 1px solid var(--line); color: var(--ink); }
.shop-preview-proof > *:last-child { border-right: 0; }
.shop-preview-proof > a:hover strong,.shop-preview-proof > a:focus strong { text-decoration: underline; text-underline-offset: 4px; }
.shop-preview-proof span { color: #a9430b; font-size: 10px; font-weight: 900; }
.shop-preview-proof strong { margin-top: auto; font-size: 21px; line-height: 1.1; }
.shop-preview-proof small { margin-top: 7px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.shop-preview-catalog { max-width: var(--max); margin: 0 auto; padding: 34px var(--pad) clamp(95px,9vw,145px); }
.shop-preview-access h2 { max-width: 850px; margin: 0; font-size: clamp(49px,5.6vw,82px); line-height: .93; letter-spacing: -.055em; }
.shop-preview-toolbar { display: grid; gap: 20px; }
.shop-preview-search > span,.shop-preview-category-control > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.shop-preview-search input { width: 100%; min-height: 58px; padding: 0 18px; border: 1px solid rgba(8,18,37,.34); border-radius: 0; background: var(--white); color: var(--ink); font-size: 16px; }
.shop-preview-category-control { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.shop-preview-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.shop-preview-filters button { min-height: 44px; padding: 0 16px; border: 1px solid rgba(8,18,37,.2); border-radius: 0; background: transparent; color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.shop-preview-filters button:hover,.shop-preview-filters button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.shop-preview-results-line { display: flex; justify-content: space-between; gap: 25px; align-items: center; margin: 18px 0 14px; }
.shop-preview-results-line p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.shop-preview-results-line strong { color: var(--ink); }
.shop-preview-sort { display: flex; align-items: center; gap: 9px; }
.shop-preview-sort > span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shop-preview-sort select { min-height: 40px; padding: 0 32px 0 11px; border: 1px solid rgba(8,18,37,.25); border-radius: 0; background-color: var(--white); color: var(--ink); font-size: 12px; }
.shop-preview-product-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.shop-preview-product-grid[hidden] { display: none; }
.shop-preview-product { min-width: 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.shop-preview-product[hidden] { display: none; }
.shop-preview-product-image { position: relative; min-height: 355px; display: grid; overflow: hidden; place-items: center; background: #f4f1eb; }
.shop-preview-product-image img { width: 100%; height: 355px; object-fit: cover; mix-blend-mode: multiply; transition: transform .38s ease; }
.shop-preview-product:hover .shop-preview-product-image img { transform: scale(1.035); }
.shop-preview-product-image > span { position: absolute; top: 18px; left: 18px; padding: 6px 9px; color: var(--ink); background: rgba(255,253,250,.86); font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.shop-preview-product-copy { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.shop-preview-product-category { margin-bottom: 18px; color: #a9430b; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.shop-preview-product h3 { min-height: 62px; margin-bottom: 13px; font-size: clamp(23px,2.1vw,30px); line-height: 1.03; letter-spacing: -.035em; }
.shop-preview-account-price { margin-bottom: 25px; color: var(--muted); font-size: 13px; }
.shop-preview-product-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; padding: 15px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.shop-preview-product-meta span:last-child { text-align: right; }
.shop-preview-product-action { display: flex; justify-content: space-between; gap: 15px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.shop-preview-empty { padding: 60px 25px; border: 1px solid var(--line); color: var(--muted); text-align: center; }
.shop-preview-access { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(320px,.9fr); gap: 9vw; align-items: center; padding: clamp(95px,9vw,145px) var(--pad); color: var(--white); background: var(--ink); }
.shop-preview-access > div:first-child > p:last-child { max-width: 700px; margin: 30px 0 0; color: #aeb8c5; }
.shop-preview-access-card { padding: clamp(28px,4vw,52px); border: 1px solid var(--dark-line); background: rgba(255,255,255,.04); }
.shop-preview-access-card > span { color: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.shop-preview-access-card h3 { margin: 22px 0 14px; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.shop-preview-access-card > p { color: #b7c1cc; }
.shop-preview-access-card > div { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin: 30px 0; }
.shop-preview-access-card > div > a:last-child { padding-bottom: 4px; border-bottom: 1px solid var(--dark-line); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.shop-preview-access-card small { color: #7f8b9a; font-size: 9px; text-transform: uppercase; }
.shop-preview-boundary { margin: 0; padding: 25px var(--pad); color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-align: center; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 220px auto; }
  .primary-navigation, .header-actions .account-link { display: none; }
  .header-actions { justify-self: end; }
  .nav-toggle { display: grid; justify-self: end; gap: 5px; width: 38px; padding: 8px; }
  .nav-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; background: var(--white); }
  .primary-navigation.is-open { position: fixed; inset: 0; z-index: 2; min-height: 100vh; min-height: 100dvh; display: grid; place-content: center; padding: 110px var(--pad) 50px; overflow-y: auto; background: #081225; color: #fffdfa; }
  .primary-navigation.is-open .menu { flex-direction: column; align-items: center; gap: 25px; }
  .primary-navigation.is-open a { color: #fffdfa; font-size: 24px; text-shadow: none; }
  .quality-grid { grid-template-columns: repeat(2,1fr); }
  .quality-card:nth-child(2) { border-right: 0; }
  .quality-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
  .shop-preview-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .shop-preview-proof { grid-template-columns: 1fr 1fr; }
  .shop-preview-proof > *:nth-child(2) { border-right: 0; }
  .shop-preview-proof > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 760px) {
  :root { --pad: 21px; }
  .ruo-bar { justify-content: center; min-height: 38px; text-align: center; font-size: 8px; }
  .ruo-bar span:last-child { display: none; }
  .site-header { top: 38px; min-height: 78px; grid-template-columns: 1fr auto; padding-top: 12px; padding-bottom: 12px; }
  .brand-logo { width: 168px; }
  .header-actions { display: none; }
  .hero { min-height: 820px; align-items: end; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,18,37,.98) 5%, rgba(8,18,37,.78) 62%, rgba(8,18,37,.22) 100%); }
  .hero-copy { padding-top: 180px; padding-bottom: 75px; }
  .hero-copy h1 { font-size: clamp(55px,16vw,72px); }
  .button-row { align-items: flex-start; flex-direction: column; }
  .hero-index { display: none; }
  .proof-rail { grid-template-columns: 1fr 1fr; }
  .proof-rail > div { min-height: 118px; padding: 22px; }
  .proof-rail > div:nth-child(2) { border-right: 0; }
  .proof-rail > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .proposition, .catalog-panel, .quality-preview .section-heading, .method-heading, .support-split, .footer-cta { grid-template-columns: 1fr; }
  .proposition, .catalog-panel, .support-split { gap: 55px; }
  .metric { grid-template-columns: 1fr; gap: 35px; padding-top: 55px; }
  .metric strong { font-size: 42vw; }
  .catalog-panel { min-height: auto; }
  .catalog-orbit { width: min(90vw,420px); }
  .quality-preview .section-heading { gap: 25px; }
  .quality-grid { grid-template-columns: 1fr; }
  .quality-card { min-height: 340px; border-right: 0; border-bottom: 1px solid var(--line); }
  .quality-card:last-child { border-bottom: 0; }
  .quality-card h3 { margin-top: 60px; }
  .method-steps li { grid-template-columns: 45px 1fr; gap: 15px; padding: 30px 0; }
  .method-steps li div { grid-column: 2; }
  .method-steps p { margin-top: 12px; }
  .support-number a { font-size: 13vw; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-main > div:last-child { grid-column: auto; }
  .legal-copy { flex-direction: column; gap: 12px; }
  .page-hero { min-height: 480px; padding-top: 170px; }
  .page-hero h1 { font-size: clamp(50px, 14vw, 60px); overflow-wrap: anywhere; }
  .post-grid { grid-template-columns: 1fr; }
  .shop-preview { padding-top: 88px; }
  .shop-preview-staging { min-height: 32px; justify-content: flex-start; padding: 7px 21px; font-size: 8px; }
  .shop-preview-staging span { display: none; }
  .shop-preview-intro { grid-template-columns: 1fr; gap: 18px; padding: 35px 21px 31px; }
  .shop-preview-intro h1 { margin-top: 9px; font-size: 52px; }
  .shop-preview-intro > p { max-width: 340px; font-size: 15px; line-height: 1.55; }
  .shop-preview-proof { grid-template-columns: 1fr 1fr; }
  .shop-preview-proof > * { min-height: 116px; padding: 18px; }
  .shop-preview-proof > *:nth-child(2) { border-right: 0; }
  .shop-preview-proof > *:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .shop-preview-catalog { padding: 18px 21px 85px; }
  .shop-preview-access h2 { font-size: 48px; }
  .shop-preview-toolbar { gap: 15px; }
  .shop-preview-search input { min-height: 50px; padding: 0 14px; font-size: 15px; }
  .shop-preview-category-control { padding-bottom: 13px; }
  .shop-preview-filters { flex-wrap: nowrap; padding-bottom: 2px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
  .shop-preview-filters::-webkit-scrollbar { display: none; }
  .shop-preview-filters button { flex: 0 0 auto; min-height: 42px; padding: 0 13px; }
  .shop-preview-results-line { margin: 13px 0 12px; }
  .shop-preview-sort select { min-height: 38px; max-width: 116px; font-size: 11px; }
  .shop-preview-product-grid { grid-template-columns: 1fr; }
  .shop-preview-product-image,.shop-preview-product-image img { min-height: 285px; height: 285px; }
  .shop-preview-product h3 { min-height: auto; }
  .shop-preview-access { grid-template-columns: 1fr; gap: 50px; padding: 80px 21px; }
  .shop-preview-access-card > div { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit { animation: none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
