
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/_shared/fonts/inter-latin-ext-v20.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400 700; font-display: swap;
  src: url("/_shared/fonts/inter-latin-v20.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600 800; font-display: swap;
  src: url("/_shared/fonts/sora-latin-ext-v17.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600 800; font-display: swap;
  src: url("/_shared/fonts/sora-latin-v17.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face { font-family: "Inter Fallback"; src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
  size-adjust: 106.83%; ascent-override: 90.80%; descent-override: 22.47%; line-gap-override: 0%; }

@font-face { font-family: "Sora Fallback"; src: local("Arial"), local("Helvetica Neue"), local("Helvetica");
  size-adjust: 115.33%; ascent-override: 84.11%; descent-override: 25.15%; line-gap-override: 0%; }

.fab-wrap {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  display: flex; flex-direction: column; align-items: flex-end; gap: 10px;
}
.fab {
  display: inline-flex; align-items: center; gap: 8px;
  border: none; cursor: pointer; font-family: inherit; font-weight: 600;
  border-radius: 999px; box-shadow: 0 10px 28px rgba(19,35,59,.22);
  transition: transform .3s var(--ease-apple, ease), box-shadow .3s ease;
}
.fab:hover { transform: translateY(-2px); }
.fab-quote { background: var(--accent-fn); color: #fff; font-size: 14px; padding: 13px 22px; }
.fab-wa {
  background: #25d366; color: #fff; width: 48px; height: 48px; padding: 0;
  justify-content: center; align-self: flex-end;
}
.fab-wa svg { width: 26px; height: 26px; }
.fab-top {
  background: var(--card, #fff); color: var(--ink, #13233b);
  border: 1px solid var(--line, rgba(19,35,59,.1));
  width: 40px; height: 40px; padding: 0; justify-content: center; font-size: 16px;
  opacity: 0; pointer-events: none; transition: opacity .35s var(--ease-apple, ease), transform .3s ease;
}
.fab-top.on { opacity: 1; pointer-events: auto; }
@media (max-width: 600px) { .fab-quote { font-size: 13px; padding: 11px 18px; } }

.iq-mask {
  position: fixed; inset: 0; z-index: 100; background: rgba(14,26,43,.45);
  opacity: 0; pointer-events: none; transition: opacity .35s var(--ease-apple, ease);
  backdrop-filter: blur(2px);
}
.iq-mask.on { opacity: 1; pointer-events: auto; }
.iq-panel {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 101; width: min(460px, 100%);
  background: var(--paper, #f7f4ee); box-shadow: -20px 0 60px rgba(0,0,0,.2);
  transform: translateX(100%); transition: transform .45s var(--ease-apple, cubic-bezier(.28,.11,.32,1));
  display: flex; flex-direction: column;
}
.iq-panel.on { transform: translateX(0); }
.iq-head {
  padding: 22px 24px; border-bottom: 1px solid var(--line, rgba(19,35,59,.1));
  display: flex; align-items: flex-start; justify-content: space-between; gap: 14px;
}
.iq-head h3 { font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.15rem; margin: 0; letter-spacing: -.02em; }
.iq-head p { margin: 7px 0 0; font-size: .85rem; color: var(--ink-soft, #5c6b80); line-height: 1.5; }
.iq-close { flex: 0 0 auto; }
.iq-body { flex: 1; overflow-y: auto; padding: 20px 24px; }
.iq-empty { font-size: .9rem; color: var(--ink-soft, #5c6b80); line-height: 1.6; }
.iq-items { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 10px; }
.iq-item {
  display: flex; align-items: center; gap: 12px; background: var(--card, #fff);
  border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 12px; padding: 10px 12px;
}
.iq-item img { width: 44px; height: 44px; object-fit: contain; flex-shrink: 0; }
.iq-item .m { flex: 1; min-width: 0; }
.iq-item .sku { font-family: ui-monospace, Menlo, monospace; font-size: 11px; color: var(--accent-fn, #a8501a); }
.iq-item .nm { display: block; font-size: .88rem; font-weight: 600; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.iq-item button { flex: 0 0 auto; }
.iq-form { display: grid; gap: 12px; }
.iq-form label { display: grid; gap: 5px; font-size: 12.5px; font-weight: 600; }
.iq-form input, .iq-form textarea {
  font-family: inherit; font-size: 14px; padding: 10px 13px; border-radius: 11px;
  border: 1px solid var(--line, rgba(19,35,59,.1)); background: var(--card, #fff); color: inherit;
}
.iq-form input:focus, .iq-form textarea:focus { outline: none; border-color: var(--accent, #d2702f); }
.iq-form textarea { min-height: 70px; resize: vertical; }
.iq-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.iq-submit {
  background: var(--accent-fn, #a8501a); color: #fff; border: none; border-radius: 999px;
  padding: 13px; font-family: inherit; font-size: 15px; font-weight: 600; cursor: pointer;
}
.iq-status { font-size: 12.5px; color: var(--accent-fn, #a8501a); min-height: 16px; }
.iq-status a { color: inherit; }

.iq-hp { position: absolute; left: -9999px; width: 1px; height: 1px;
  opacity: 0; pointer-events: none; }

.pcard { position: relative; }
.pcard-sku {
  font-family: ui-monospace, Menlo, monospace; font-size: 11px;
  color: var(--ink-soft, #5c6b80); letter-spacing: .02em;
}
.pcard-add {
  margin-top: 12px; width: 100%; border: 1.5px solid var(--line, rgba(19,35,59,.1));
  background: transparent; color: var(--ink, #13233b); border-radius: 999px;
  padding: 9px; font-family: inherit; font-size: 13px; font-weight: 600; cursor: pointer;
  transition: all .25s var(--ease-apple, ease);
}
.pcard-add:hover { border-color: var(--accent-fn, #a8501a); color: var(--accent-fn, #a8501a); }
.pcard-add.in { background: var(--accent-soft, #f3d8c4); border-color: var(--accent-soft, #f3d8c4); color: var(--accent-fn, #a8501a); }

.pm-mask {
  position: fixed; inset: 0; z-index: 110; background: rgba(14,26,43,.55);
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease-apple, ease);
  display: grid; place-items: center; padding: 24px; backdrop-filter: blur(3px);
}
.pm-mask.on { opacity: 1; pointer-events: auto; }
.pm {
  background: var(--paper, #f7f4ee); border-radius: 24px; max-width: 880px; width: 100%;
  max-height: 88vh; overflow-y: auto; padding: 0;
  transform: scale(.96); transition: transform .35s var(--ease-apple, cubic-bezier(.28,.11,.32,1));
}
.pm-mask.on .pm { transform: scale(1); }
.pm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.pm-img { background: #fff; display: grid; place-items: center; padding: 28px; border-radius: 24px 0 0 24px; }
.pm-img img { width: 100%; max-height: 340px; object-fit: contain; }
.pm-info { padding: 30px 32px 32px; }
.pm-info .sku { font-family: ui-monospace, Menlo, monospace; font-size: 12px; color: var(--accent-fn, #a8501a); }
.pm-info h3 { font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.5rem; margin: 8px 0 0; letter-spacing: -.02em; }
.pm-info .tag { margin: 12px 0 0; font-size: .93rem; color: var(--ink-soft, #5c6b80); line-height: 1.6; }
.pm-spec { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 9px; }
.pm-spec li { display: grid; grid-template-columns: 96px 1fr; gap: 10px; font-size: .88rem; }
.pm-spec .k { color: var(--ink-soft, #5c6b80); }
.pm-swatch { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.pm-swatch span {
  font-size: 11px; padding: 3px 9px; border-radius: 999px;
  background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1));
}
.pm-cta { display: flex; gap: 10px; margin-top: 24px; flex-wrap: wrap; }

.btn.btn-wa { background: #15803d; border-color: #15803d; color: #fff; }
.btn.btn-wa:hover, .btn.btn-wa:focus-visible { background: #116932; border-color: #116932; color: #fff; }
.iq-wa {
  display: block; text-align: center; margin: 4px 0 6px; padding: 12px 16px; border-radius: 10px;
  background: #15803d; color: #fff; font-weight: 700; font-size: 14.5px; text-decoration: none;
}
.iq-wa:hover, .iq-wa:focus-visible { background: #116932; color: #fff; }
.iq-or { margin: 0 0 14px; font-size: 12.5px; color: var(--muted, #5b6573); line-height: 1.5; }
.grid-cta {
  margin: 22px 0 0; padding: 18px 20px; border-radius: 14px;
  background: var(--card, #fff); border: 1px solid var(--line, rgba(14,26,43,.1));
  display: flex; align-items: center; justify-content: space-between; gap: 14px 20px; flex-wrap: wrap;
}
.grid-cta p { margin: 0; flex: 1 1 320px; font-size: 14.5px; line-height: 1.55; }
.grid-cta-btns { display: flex; gap: 10px; flex-wrap: wrap; }

.x-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; padding: 0; cursor: pointer;
  border-radius: 999px; border: 1px solid var(--line, rgba(19,35,59,.14));
  background: var(--card, #fff); color: var(--ink, #13233b);
  font-size: 17px; line-height: 1;
  transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}
.x-btn:hover {
  background: var(--ink, #13233b); color: #fff; border-color: var(--ink, #13233b);
  transform: rotate(90deg);
}
.x-btn:active { transform: rotate(90deg) scale(.92); }

.x-btn:focus-visible, .lb-arrow:focus-visible {
  outline: 2px solid var(--accent, #d2702f); outline-offset: 2px;
}

.x-btn--dark {
  border-color: transparent; background: rgba(255,255,255,.14); color: #fff;
}
.x-btn--dark:hover {
  background: rgba(255,255,255,.28); color: #fff; border-color: transparent;
}

.x-btn--sm {
  width: 26px; height: 26px; font-size: 15px;
  border-color: transparent; background: transparent;
  color: var(--ink-soft, #5c6b80); position: relative;
}
.x-btn--sm::before {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 32px; height: 32px; transform: translate(-50%, -50%);
}
.x-btn--sm:hover { background: var(--ink, #13233b); color: #fff; }

.pm-close { position: absolute; top: 14px; right: 16px; }

@media (prefers-reduced-motion: reduce) {
  .x-btn:hover, .x-btn:active { transform: none; }
  .x-btn--sm:hover { transform: none; }
}
.pm-wrap { position: relative; }
@media (max-width: 760px) {
  .pm-grid { grid-template-columns: 1fr; }
  .pm-img { border-radius: 24px 24px 0 0; padding: 20px; }
  .pm-info { padding: 24px; }
}

/* ---------- Toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 26px; z-index: 120; transform: translate(-50%, 14px);
  background: var(--night, #0e1a2b); color: #fff; padding: 12px 22px; border-radius: 999px;
  font-size: 13.5px; box-shadow: 0 14px 40px rgba(0,0,0,.28);
  opacity: 0; pointer-events: none; transition: opacity .3s ease, transform .3s var(--ease-apple, ease);
}
.toast.on { opacity: 1; transform: translate(-50%, 0); }

.nav-burger {
  display: none; border: 1px solid var(--line, rgba(19,35,59,.1)); background: transparent;
  width: 40px; height: 40px; border-radius: 11px; cursor: pointer; position: relative;
}
.nav-burger span {
  position: absolute; left: 11px; right: 11px; height: 1.8px; background: var(--ink, #13233b);
  transition: transform .3s var(--ease-apple, ease), opacity .2s ease;
}
.nav-burger span:nth-child(1) { top: 14px; }
.nav-burger span:nth-child(2) { top: 19px; }
.nav-burger span:nth-child(3) { top: 24px; }
.nav-burger.on span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.nav-burger.on span:nth-child(2) { opacity: 0; }
.nav-burger.on span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

@media (max-width: 1200px) {
  .nav-burger { display: block; }
  .nav-links {
    display: grid !important; gap: 0;
    position: fixed; top: 62px; left: 0; right: 0;
    background: var(--paper, #f7f4ee); border-bottom: 1px solid var(--line, rgba(19,35,59,.1));
    padding: 8px 20px 18px; box-shadow: 0 20px 40px rgba(19,35,59,.1);
    transform: translateY(-12px); opacity: 0; pointer-events: none;
    transition: opacity .3s var(--ease-apple, ease), transform .3s var(--ease-apple, ease);
  }
  .nav-links.on { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav-links a { padding: 13px 0; border-bottom: 1px solid var(--line, rgba(19,35,59,.06)); font-size: 15px; }
  .nav-links a:last-child { border-bottom: none; }
}

.review-bar { right: auto !important; left: 16px !important; }

@media (prefers-reduced-motion: reduce) {
  .fab, .iq-panel, .iq-mask, .pm, .pm-mask, .toast, .nav-links, .nav-burger span { transition: none !important; }
}

:focus-visible {
  outline: 2px solid var(--accent, #d2702f);
  outline-offset: 3px;
  border-radius: 4px;
}
:focus:not(:focus-visible) { outline: none; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--night, #0e1a2b); color: #fff; padding: 11px 20px;
  border-radius: 0 0 12px 12px; font-size: 14px; font-weight: 600; text-decoration: none;
  transition: top .2s ease;
}
.skip-link:focus { top: 0; }

.iq-file { gap: 6px !important; }
.iq-file input[type="file"] {
  font-family: inherit; font-size: 12px; padding: 10px 12px; border-radius: 11px;
  border: 1px dashed var(--line, rgba(19,35,59,.1)); background: var(--card, #fff);
  color: var(--ink-soft, #5c6b80); width: 100%; max-width: 100%;
}
.iq-file input[type="file"]:hover { border-color: var(--accent, #d2702f); }
.iq-hint { font-size: 11.5px; font-weight: 400; color: var(--ink-soft, #5c6b80); }

.nav-links a {
  color: var(--ink-soft, #5c6b80); opacity: 1; position: relative;
  transition: color .16s ease;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -6px;
  height: 2px; background: var(--accent-fn, #a8501a); border-radius: 2px;
  transform: scaleX(0); transform-origin: center;
  transition: transform .18s ease;
}
.nav-links a:hover { color: var(--ink, #13233b); }
.nav-links a:hover::after { transform: scaleX(1); }

.nav-links a:focus-visible { color: var(--ink, #13233b); outline: none; }
.nav-links a:focus-visible::after { transform: scaleX(1); }

.nav-links .nav-here { opacity: 1 !important; color: var(--ink, #13233b); font-weight: 600; }
.nav-links .nav-here::after { transform: scaleX(1); }

.nav-links .nav-cta:hover { color: var(--ink, #13233b) !important; }

@media (max-width: 1200px) {
  .nav-links a::after, .nav-links .nav-here::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .nav-links a::after { transition: none; }
}

.nav + .section { padding-top: clamp(34px, 4vw, 52px); }

.navpv {
  position: fixed; z-index: 60; width: 320px;
  background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1));
  border-radius: 16px; box-shadow: 0 18px 44px rgba(19,35,59,.14);
  padding: 0; overflow: hidden;
  opacity: 0; transform: translateY(-6px); pointer-events: none;
  transition: opacity .22s var(--ease-apple, ease), transform .22s var(--ease-apple, ease);
}
.navpv.on { opacity: 1; transform: translateY(0); pointer-events: auto; }

.navpv::before {
  content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px;
}
.navpv img { width: 100%; height: 128px; object-fit: cover; display: block; background: #efeae1; }
.navpv .b { padding: 14px 16px 16px; }
.navpv .k { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-fn, #a8501a); }
.navpv strong { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1rem; margin-top: 6px; letter-spacing: -.01em; }
.navpv p { margin: 8px 0 0; font-size: .84rem; line-height: 1.5; color: var(--ink-soft, #5c6b80); }
@media (max-width: 1200px) { .navpv { display: none; } }
@media (prefers-reduced-motion: reduce) { .navpv { transition: none; } }

.hero.hero-bg { background-color: var(--hero-base, var(--night, #0e1a2b)); min-height: 660px; display: flex; align-items: center; }
.hero.hero-bg .wrap { width: 100%; }
.hero.hero-bg::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background-image: var(--hero-img);
  
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  
  filter: var(--hero-filter, none);
  
  -webkit-mask-image: linear-gradient(100deg, transparent 0%, rgba(0,0,0,.12) 22%, rgba(0,0,0,.55) 44%, #000 62%);
          mask-image: linear-gradient(100deg, transparent 0%, rgba(0,0,0,.12) 22%, rgba(0,0,0,.55) 44%, #000 62%);
}
.hero.hero-bg::after {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    
    radial-gradient(46% 62% at var(--hero-glow, 72% 46%), rgba(210,112,47,.26), rgba(210,112,47,.06) 55%, transparent 78%),
    
    linear-gradient(100deg, rgba(10,18,30,.55) 0%, rgba(10,18,30,.4) 48%, rgba(10,18,30,.08) 74%, rgba(10,18,30,0) 100%),
    linear-gradient(to bottom, rgba(10,18,30,.18), rgba(10,18,30,.42));
  pointer-events: none;
}
.hero.hero-bg .hero-inner { position: relative; z-index: 1; }

.hero.hero-bg .hero-inner { grid-template-columns: 1.15fr .85fr; }
.hero.hero-bg .shotgrid { display: none; }
.hero.hero-bg .hero-sub { max-width: 600px; }
@media (max-width: 1020px) {
  
  .hero.hero-bg { min-height: 0; display: block; }
  .hero.hero-bg::before {
    
    background-image: var(--hero-img-sm, var(--hero-img));
    background-size: cover;
    background-position: 72% center;
    -webkit-mask-image: none; mask-image: none;
  }
  .hero.hero-bg::after {
    background: linear-gradient(to bottom, rgba(10,18,30,.86), rgba(10,18,30,.95));
  }
  .hero.hero-bg .hero-inner { grid-template-columns: 1fr; }
}

.hero-credit {
  position: absolute; right: clamp(18px,5vw,56px); bottom: 18px; z-index: 2;
  font-size: 11.5px; color: rgba(255,255,255,.5); letter-spacing: .02em;
}
@media (max-width: 1020px) { .hero-credit { display: none; } }

.navpv.list { width: max-content; max-width: min(720px, calc(100vw - 24px)); }

.navpv-list { list-style: none; margin: 12px 0 0; padding: 0; display: grid;
  grid-template-columns: minmax(0,1fr); gap: 2px; }

.navpv-list.two { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 2px 14px; }
.navpv-list a {
  display: block; padding: 7px 9px; margin: 0 -9px; border-radius: 9px;
  font-size: .84rem; line-height: 1.4; color: var(--ink-soft, #5c6b80);
  text-decoration: none; transition: background .15s ease, color .15s ease;
  
  white-space: nowrap;
}
.navpv-list a::before { content: "› "; color: var(--accent-fn, #a8501a); font-weight: 700; }

.navpv-list.navpv-steps { counter-reset: nvs; grid-template-columns: minmax(0,1fr) !important; }
.navpv-list.navpv-steps a::before { counter-increment: nvs; content: counter(nvs) ". "; }
.navpv-list a:hover { background: var(--paper, #f7f4ee); color: var(--ink, #13233b); }
.navpv-all {
  display: block; margin-top: 12px; padding-top: 11px;
  border-top: 1px solid var(--line, rgba(19,35,59,.1));
  font-size: .84rem; font-weight: 600; color: var(--accent-fn, #a8501a); text-decoration: none;
}

[id^="q"], [id^="t"], [id^="c"], [id^="s"], [id^="w"], [id^="d"], [id^="f"], [id^="n"] { scroll-margin-top: 92px; }

.dl-hit {
  animation: dlHit 2.2s var(--ease-apple, ease) 1;
  border-radius: 12px;
}
@keyframes dlHit {
  0%   { box-shadow: 0 0 0 0 rgba(210,112,47,0); background-color: rgba(210,112,47,0); }
  12%  { box-shadow: 0 0 0 5px rgba(210,112,47,.16); background-color: rgba(210,112,47,.09); }
  70%  { box-shadow: 0 0 0 5px rgba(210,112,47,.16); background-color: rgba(210,112,47,.09); }
  100% { box-shadow: 0 0 0 0 rgba(210,112,47,0); background-color: rgba(210,112,47,0); }
}
@media (prefers-reduced-motion: reduce) {
  .dl-hit { animation: none; background-color: rgba(210,112,47,.09); }
}

.rm { display: grid; grid-template-columns: minmax(0,2.1fr) minmax(268px,.82fr); gap: clamp(22px,3vw,40px); align-items: center; }
.rm-map svg { width: 100%; height: auto; display: block; overflow: visible; }
.rm-dots circle { fill: rgba(19,35,59,.28); }

.rm-dots circle.rm-cn { fill: var(--accent, #d2702f); opacity: .92; }

.rm-map svg #rmArrow path { fill: var(--accent, #d2702f); }
.rm-arc { fill: none; stroke: var(--accent, #d2702f); stroke-width: 1.8; stroke-dasharray: 5 7; opacity: .42; animation: rm-flow 2.2s linear infinite; }
.rm-comet { fill: none; stroke: var(--accent, #d2702f); stroke-width: 3.6; stroke-linecap: round; stroke-dasharray: 70 930; stroke-dashoffset: 0; opacity: 1; animation: rm-run 4.2s linear infinite; }
@keyframes rm-flow { to { stroke-dashoffset: -15; } }
@keyframes rm-run  { 0% { stroke-dashoffset: 0; opacity: 0; } 10%,84% { opacity: 1; } 100% { stroke-dashoffset: -1000; opacity: 0; } }

.rm-hub { cursor: pointer; }
.rm-hub circle:not(.rm-hit) { fill: var(--ink, #13233b); stroke: #fff; stroke-width: 2; transition: r .25s var(--ease-apple, ease); }
.rm-hub.on circle:not(.rm-hit) { r: 9; }
.rm-hub:focus { outline: none; }
.rm-hub:focus-visible circle:not(.rm-hit) { stroke: var(--accent, #d2702f); stroke-width: 3; }

.rm-hub text { font-family: "Sora", "Sora Fallback", sans-serif; font-size: 17px; font-weight: 600; fill: var(--ink, #13233b);
  letter-spacing: .01em; paint-order: stroke; stroke: var(--bg, #f7f4ef); stroke-width: 4px; stroke-linejoin: round; }
.rm-reach-g circle:not(.rm-hit) { fill: rgba(210,112,47,.14); stroke: var(--accent, #d2702f); stroke-width: 1.8; opacity: .7; transition: r .25s var(--ease-apple, ease); }
.rm-marker { cursor: pointer; }

.rm-hit { fill: transparent; stroke: none; r: 22px; }
@media (max-width: 640px) { .rm-hit { r: 62px; } }   
.rm-marker:focus { outline: none; }
.rm-marker:focus-visible .rm-pin, .rm-marker:focus-visible circle:not(.rm-hit) { stroke: var(--ink, #13233b); stroke-width: 3; }
.rm-pulse { fill: var(--accent, #d2702f); opacity: .18; transform-box: fill-box; transform-origin: center; animation: rm-ping 2.6s ease-out infinite; }
.rm-marker:nth-of-type(2) .rm-pulse { animation-delay: .5s; }
.rm-marker:nth-of-type(3) .rm-pulse { animation-delay: 1s; }
.rm-marker:nth-of-type(4) .rm-pulse { animation-delay: 1.5s; }
.rm-pin { fill: var(--accent, #d2702f); stroke: #fff; stroke-width: 2; transition: r .25s var(--ease-apple, ease); }
.rm-marker.on .rm-pin { r: 9.5; }
.rm-marker.rm-r.on circle:not(.rm-hit) { opacity: 1; r: 8; }
@keyframes rm-ping { 0% { transform: scale(.5); opacity: .3; } 70%,100% { transform: scale(1.5); opacity: 0; } }

.rm-panel { background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 20px; padding: 26px; min-height: 214px; }
.rm-panel.rm-fade { animation: rm-in .34s var(--ease-apple, ease) both; }
@keyframes rm-in { from { opacity: 0; transform: translateY(6px); } }
.rm-panel .rm-k { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-fn, #a8501a); }
.rm-panel strong { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.3rem; margin-top: 9px; letter-spacing: -.02em; }
.rm-panel p { margin: 10px 0 0; font-size: .9rem; line-height: 1.6; color: var(--ink-soft, #5c6b80); }
.rm-c { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 7px; }
.rm-c li { font-size: .92rem; padding-left: 16px; position: relative; }
.rm-c li::before { content: ""; position: absolute; left: 0; top: .52em; width: 6px; height: 6px; border-radius: 50%; background: var(--accent, #d2702f); }
.rm-none { font-style: italic; }
@media (max-width: 860px) { .rm { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) {
  .rm-pulse, .rm-arc, .rm-comet, .rm-panel.rm-fade { animation: none; }
  .rm-pulse { opacity: .12; } .rm-comet { opacity: 0; } .rm-pin { transition: none; }
}

/* ---------- Contact us ---------- */
.ct { display: grid; grid-template-columns: repeat(auto-fit, minmax(238px, 1fr)); gap: 16px; }   
.ct-card {
  display: block; text-decoration: none; color: inherit;
  background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1));
  border-radius: 18px; padding: 22px 22px 20px;
  transition: transform .3s var(--ease-apple, ease), box-shadow .3s var(--ease-apple, ease), border-color .3s ease;
}
a.ct-card:hover { transform: translateY(-3px); box-shadow: 0 16px 38px rgba(19,35,59,.11); border-color: rgba(210,112,47,.4); }
.ct-ico { display: flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border-radius: 11px; background: var(--paper, #f7f4ee); margin-bottom: 14px; }
.ct-ico .ico { width: 19px; height: 19px; }
.ct-k { font-size: 10.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent-fn, #a8501a); }
.ct-card strong { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.02rem; margin-top: 7px; letter-spacing: -.01em; word-break: break-word; }
.ct-card p { margin: 9px 0 0; font-size: .86rem; line-height: 1.6; color: var(--ink-soft, #5c6b80); }
.ct-go { display: block; margin-top: 14px; font-size: .84rem; font-weight: 600; color: var(--accent-fn, #a8501a); }
.ct-note { color: var(--ink-soft, #5c6b80); font-weight: 500; }
.ct-static { background: var(--paper, #f7f4ee); }
@media (prefers-reduced-motion: reduce) { .ct-card { transition: none; } a.ct-card:hover { transform: none; } }

.lv-mask { position: fixed; inset: 0; z-index: 130; display: flex; align-items: center; justify-content: center;
  padding: 20px; background: rgba(19,35,59,.42); backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity .22s var(--ease-apple, ease); }
.lv-mask.on { opacity: 1; pointer-events: auto; }
.lv { width: min(468px, 100%); background: var(--card, #fff); border-radius: 20px; padding: 26px;
  box-shadow: 0 26px 70px rgba(19,35,59,.28); transform: translateY(8px) scale(.98);
  transition: transform .26s var(--ease-apple, ease); }
.lv-mask.on .lv { transform: none; }
.lv strong { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.16rem; letter-spacing: -.02em; }
.lv-p { margin: 10px 0 0; font-size: .88rem; line-height: 1.6; color: var(--ink-soft, #5c6b80); }

.lv-btns { display: flex; gap: 9px; margin-top: 20px; flex-wrap: wrap; }
.lv-btns button { flex: 1 1 auto; min-width: 96px; white-space: nowrap; }
@media (max-width: 400px) { .lv-btns { flex-direction: column; } }
.lv-btns button { flex: 1; padding: 11px 14px; border-radius: 11px; font: inherit; font-size: .9rem;
  font-weight: 600; cursor: pointer; transition: background .18s ease, border-color .18s ease; }
.lv-no, .lv-copy { background: transparent; border: 1px solid var(--line, rgba(19,35,59,.16)); color: var(--ink, #13233b); }
.lv-copy:hover { background: var(--paper, #f7f4ee); }
.lv-no:hover { background: var(--paper, #f7f4ee); }
.lv-btns button:focus-visible { outline: 2px solid var(--accent, #d2702f); outline-offset: 2px; }
.lv-yes { background: var(--accent, #d2702f); border: 1px solid var(--accent, #d2702f); color: #fff; }
.lv-yes:hover { background: #bd6226; }
@media (prefers-reduced-motion: reduce) { .lv-mask, .lv { transition: none; } }

.ct-modal { max-width: 1000px; padding: 32px 32px 30px; background: var(--paper, #f7f4ee); }
.ct-modal-body .head { margin-bottom: 22px; max-width: 620px; }
.ct-modal-body .head h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.ct-modal-body .head p { margin-top: 10px; }

.ct-modal-body .ct { grid-template-columns: repeat(auto-fit, minmax(212px, 1fr)); gap: 14px; }
.ct-modal-body .ct-card { padding: 18px 16px 16px; }

.ct-modal-body .ct-card strong { font-size: .92rem; letter-spacing: -.015em; overflow-wrap: anywhere; }
.ct-modal-body .ct-card p { font-size: .82rem; }
@media (max-width: 620px) { .ct-modal { padding: 26px 20px 22px; } }

.sprog {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 55;
  background: linear-gradient(90deg, var(--accent, #d2702f), #e8a15c);
  transform: scaleX(0); transform-origin: 0 50%;
  will-change: transform; pointer-events: none;
}

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

.todo {
  background: #fff1e4; border: 1px dashed var(--accent, #d2702f); border-radius: 6px;
  padding: 1px 7px; color: var(--accent-fn, #a8501a); font-weight: 600;
  font-size: .92em; white-space: normal;
}

.cf-go {
  display: inline-block; margin-top: 10px;
  font-size: .84rem; font-weight: 600; color: var(--accent-fn, #a8501a); text-decoration: none;
}
.cf-go:hover { text-decoration: underline; }

.cat-facts {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(340px, 100%), 1fr));
  gap: 18px; margin-top: 26px;
}
.cf {
  display: flex; flex-direction: column;
  background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1));
  border-radius: 16px; padding: 14px 16px 16px;
}
.cf-k {
  display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: 1.02rem;
  font-weight: 600; letter-spacing: -.01em; color: var(--ink, #13233b);
}
.cf p { margin: 8px 0 0; font-size: .87rem; line-height: 1.6; color: var(--ink-soft, #5c6b80); }
.cf .cf-go { margin-top: auto; padding-top: 12px; }

.cf-thumbs {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px;
  margin: 0 0 13px; border-radius: 11px; overflow: hidden;
}
.cf-thumbs.three { grid-template-columns: repeat(3, 1fr); }
.cf-thumbs.two   { grid-template-columns: repeat(2, 1fr); }

.cf-thumbs img {
  width: 100%; height: auto; aspect-ratio: 1 / 1;
  object-fit: cover; display: block;
  background: var(--paper, #f7f4ee);
  transition: transform .3s var(--ease-apple, ease);
}
.cf:hover .cf-thumbs img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) { .cf-thumbs img { transition: none; } }

.vlink { display: flex; gap: 10px; align-items: center; text-decoration: none;
  color: inherit; padding: 6px; margin: -6px; border-radius: 10px; }
.vlink:hover { background: rgba(19, 35, 59, .05); }
.vthumb { flex: 0 0 84px; height: 48px; border-radius: 7px; overflow: hidden;
  background: var(--night, #0e1a2b); display: block; }
.vthumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

.vthumb.ph { background: linear-gradient(135deg, #16263d, #0e1a2b); position: relative; }
.vthumb.ph::after { content: "▶"; position: absolute; inset: 0; display: grid;
  place-items: center; color: #fff; font-size: 15px; opacity: .85; }
.vmeta { display: block; min-width: 0; }
.vmeta strong { display: block; font-size: .9rem; line-height: 1.3; }
.vsub { display: block; font-size: .76rem; color: var(--ink-soft, #5c6b80); margin-top: 2px; }

.vask { display: inline; background: none; border: 0; padding: 0; cursor: pointer;
  font: inherit; font-weight: 700; color: var(--accent-fn, #a8501a);
  text-decoration: underline; text-underline-offset: 2px; }
.vask:hover { color: var(--ink, #13233b); }

.vstrip { margin: 26px 0 0; }
.vstrip-h { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif; font-size: 1.05rem;
  letter-spacing: -.02em; margin: 0 0 12px; }
.vstrip-row { display: grid; gap: 12px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.vcard { display: flex; gap: 11px; align-items: center; text-decoration: none; color: inherit;
  padding: 9px; border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 12px;
  background: var(--card, #fff); }
.vcard:hover { border-color: var(--accent, #d2702f); }
.vcard .vthumb { flex: 0 0 92px; height: 54px; }
.vkind { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--accent-fn, #a8501a); margin-bottom: 2px; }

.vstrip-ask p, .vstrip-ask-in { font-size: .9rem; line-height: 1.6;
  color: var(--ink-soft, #5c6b80); margin: 12px 0 0; }
.vstrip-ask p { margin: 0; padding: 13px 15px; border-radius: 12px;
  border: 1px dashed var(--line, rgba(19,35,59,.18)); background: rgba(210,112,47,.04); }
.vstrip-ask strong, .vstrip-ask-in strong { color: var(--ink, #13233b); }
.vstrip-ask a, .vstrip-ask-in a { color: var(--accent-fn, #a8501a); font-weight: 700; }

.nhead { padding: clamp(44px, 6vw, 76px) 0 0; }
.nhead .crumb { font-size: .82rem; color: var(--ink-soft, #5c6b80); margin-bottom: 14px; }
.nhead h1 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); margin: 12px 0 0; max-width: 20ch; }
.nlead { font-size: 1.06rem; line-height: 1.62; color: var(--ink-soft, #5c6b80);
  max-width: 62ch; margin: 16px 0 0; }
.nmeta { font-size: .8rem; color: var(--ink-soft, #5c6b80); margin: 14px 0 0;
  letter-spacing: .02em; }

.prose { max-width: 68ch; font-size: 1.02rem; line-height: 1.72; }
.prose h2 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif; font-size: 1.42rem;
  letter-spacing: -.02em; margin: 2.2em 0 .6em; }
.prose h3 { font-size: 1.1rem; margin: 1.8em 0 .5em; }
.prose p { margin: 0 0 1.15em; }
.prose ul, .prose ol { margin: 0 0 1.3em; padding-left: 1.25em; }
.prose li { margin: 0 0 .5em; }
.prose li > strong:first-child { color: var(--ink, #13233b); }
.prose a { color: var(--accent-fn, #a8501a); font-weight: 600; }
.prose code { background: rgba(19,35,59,.06); padding: 1px 5px; border-radius: 4px;
  font-size: .93em; }
.prose blockquote { margin: 1.6em 0; padding: 2px 0 2px 18px;
  border-left: 3px solid var(--accent, #d2702f); color: var(--ink, #13233b); }
.prose blockquote p { margin: 0; font-size: 1.04rem; }
.prose hr { border: 0; border-top: 1px solid var(--line, rgba(19,35,59,.1)); margin: 2.4em 0; }
.prose .nvid { max-width: 380px; margin: 1.6em 0; }

.ngrid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); }
.ncard { display: block; text-decoration: none; color: inherit; padding: 20px;
  border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 14px;
  background: var(--card, #fff); }
.ncard:hover { border-color: var(--accent, #d2702f); }
.ncard h2 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif; font-size: 1.14rem;
  letter-spacing: -.02em; margin: 8px 0 0; }
.ncard p { font-size: .92rem; line-height: 1.58; color: var(--ink-soft, #5c6b80);
  margin: 9px 0 0; }
.nsub { display: block; font-size: .78rem; color: var(--ink-soft, #5c6b80); margin-top: 12px; }

.nfoot { max-width: 68ch; margin: 40px 0 0; padding: 16px 18px; border-radius: 13px;
  border: 1px dashed var(--line, rgba(19,35,59,.18)); background: rgba(210,112,47,.04); }
.nfoot p { margin: 0; font-size: .93rem; line-height: 1.62; color: var(--ink-soft, #5c6b80); }
.nfoot strong { color: var(--ink, #13233b); }
.nfoot a { color: var(--accent-fn, #a8501a); font-weight: 700; }

.nstrip { margin: 22px 0 0; }
.nstrip-row { display: grid; gap: 10px; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.nlink { display: block; text-decoration: none; color: inherit; padding: 13px 15px;
  border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 12px;
  background: var(--card, #fff); }
.nlink:hover { border-color: var(--accent, #d2702f); }
.nlink strong { display: block; font-size: .95rem; line-height: 1.35; margin-top: 3px; }
.nlink .vsub { margin-top: 5px; line-height: 1.5; }

.tscroll { overflow-x: auto; margin: 1.6em 0; -webkit-overflow-scrolling: touch; }
.prose table { border-collapse: collapse; width: 100%; min-width: 480px; font-size: .9rem; }
.prose thead th { text-align: left; font-weight: 700; padding: 9px 12px;
  border-bottom: 2px solid var(--line, rgba(19,35,59,.1)); white-space: nowrap; }
.prose tbody td { padding: 9px 12px; border-bottom: 1px solid var(--line, rgba(19,35,59,.08));
  vertical-align: top; }
.prose tbody tr:last-child td, .prose tbody tr:last-child th { border-bottom: 0; }
.prose tbody td:first-child { color: var(--ink-soft, #5c6b80); }

.prose tbody th { text-align: left; font-weight: 400; color: var(--ink-soft, #5c6b80); padding: 9px 12px;
  border-bottom: 1px solid var(--line, rgba(19,35,59,.08)); vertical-align: top; }
.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; }

.why-grid.why-edge { grid-template-columns: repeat(2, 1fr); gap: 22px; }
@media (max-width: 780px) { .why-grid.why-edge { grid-template-columns: 1fr; } }
.why-edge .why { background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1));
  border-radius: 18px; padding: 24px 26px; }
.why-edge .why h2 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: 1.12rem; line-height: 1.34; letter-spacing: -.02em; margin: 10px 0 0; }
.why-edge .why p { margin: 11px 0 0; font-size: .93rem; line-height: 1.62;
  color: var(--ink-soft, #5c6b80); }
.why-edge .why strong { color: var(--ink, #13233b); }
.why-edge .why a { color: var(--accent-fn, #a8501a); font-weight: 700; }
.wnum { display: inline-block; font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: .72rem; font-weight: 700; letter-spacing: .12em; color: var(--accent-fn, #a8501a); }

.why-base-head { margin: 54px 0 24px; max-width: 680px; }
.head.why-base-head h2 { font-size: 1.3rem; margin-top: 0; }
.head.why-base-head p { font-size: .94rem; margin-top: 9px; }
.why-grid.why-base { grid-template-columns: repeat(3, 1fr); gap: 24px 32px; }
.why-base .why h3 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: .97rem; line-height: 1.35; letter-spacing: -.01em; margin: 0; }
.why-base .why p { font-size: .87rem; }
@media (max-width: 940px) { .why-grid.why-base { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .why-grid.why-base { grid-template-columns: 1fr; } }

.wstrip { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.wsi { padding-top: 14px; border-top: 2px solid var(--line, rgba(19,35,59,.12)); }
.wsi .wnum { display: block; margin-bottom: 6px; }
.wsi strong { display: block; font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: 1rem; line-height: 1.34; letter-spacing: -.02em; }
.wsi p { margin: 8px 0 0; font-size: .88rem; line-height: 1.6;
  color: var(--ink-soft, #5c6b80); }
.wstrip-more { margin: 26px 0 0; font-size: .93rem; }
.wstrip-more a { color: var(--accent-fn, #a8501a); font-weight: 700; }
@media (max-width: 980px) { .wstrip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .wstrip { grid-template-columns: 1fr; } }

.doc-head .crumb code, .doc-meta code, .dreg code {
  font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
  font-size: .86em; letter-spacing: .02em;
}
.doc-meta { display: grid; grid-template-columns: repeat(auto-fit, minmax(178px, 1fr));
  gap: 0 28px; margin: 26px 0 0; padding-top: 18px;
  border-top: 2px solid var(--line, rgba(19,35,59,.14)); }
.dm-row { display: flex; gap: 10px; align-items: baseline; padding: 6px 0;
  border-bottom: 1px solid var(--line, rgba(19,35,59,.07)); }
.doc-meta dt { flex: 0 0 auto; font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft, #5c6b80); min-width: 84px; }
.doc-meta dd { margin: 0; font-size: .86rem; color: var(--ink, #13233b); font-weight: 600; }

.doc-body { display: block; }
.doc-toc { margin: 0 0 34px; padding: 16px 18px; border-radius: 12px;
  border: 1px solid var(--line, rgba(19,35,59,.1)); background: var(--card, #fff);
  max-width: 68ch; }
.doc-toc h2 { font-size: .68rem !important; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft, #5c6b80); margin: 0 0 9px !important; }
.doc-toc ol { margin: 0; padding-left: 1.15em; display: grid; gap: 5px;
  font-size: .9rem; line-height: 1.45; }
.doc-toc a { color: var(--ink, #13233b); text-decoration: none; }
.doc-toc a:hover { color: var(--accent-fn, #a8501a); text-decoration: underline; }
@media (min-width: 1120px) {
  .doc-body { display: grid; grid-template-columns: minmax(0, 68ch) 1fr;
    column-gap: 48px; align-items: start; }
  .doc-body .prose { grid-column: 1; grid-row: 1; }
  .doc-toc { grid-column: 2; grid-row: 1; position: sticky; top: 84px; margin: 0;
    max-width: none; }
}

.dreg { border-top: 2px solid var(--line, rgba(19,35,59,.14)); }
.dreg-head, .dreg-row { display: grid;
  grid-template-columns: 116px 104px 116px minmax(0, 1fr); gap: 18px;
  padding: 13px 4px; align-items: baseline; }
.dreg-head { font-size: .66rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-soft, #5c6b80);
  border-bottom: 1px solid var(--line, rgba(19,35,59,.12)); }
.dreg-row { text-decoration: none; color: inherit;
  border-bottom: 1px solid var(--line, rgba(19,35,59,.08)); transition: background .15s ease; }
.dreg-row:hover { background: rgba(210, 112, 47, .05); }
.dreg-date, .dreg-kind { font-size: .82rem; color: var(--ink-soft, #5c6b80); }
.dreg-title strong { display: block; font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: 1rem; line-height: 1.35; letter-spacing: -.02em; }
.dreg-title em { display: block; font-style: normal; font-size: .87rem; line-height: 1.55;
  color: var(--ink-soft, #5c6b80); margin-top: 5px; }

@media (max-width: 820px) {
  .dreg-head { display: none; }
  .dreg-row { grid-template-columns: auto auto auto; gap: 6px 14px; row-gap: 8px; }
  .dreg-title { grid-column: 1 / -1; }
}

.head.sub-head { margin: 54px 0 26px; max-width: 700px; }
.head.sub-head h2 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif;
  font-size: 1.36rem; line-height: 1.3; letter-spacing: -.02em; margin-top: 0; }
.head.sub-head p { font-size: .96rem; line-height: 1.62; margin-top: 10px; }

.paybox { margin: 46px 0 0; padding: 28px 30px; border-radius: 18px;
  background: linear-gradient(135deg, var(--night, #0e1a2b), var(--night-2, #16263d));
  color: rgba(255, 255, 255, .78); }
.paybox .eyebrow { color: var(--accent-on-dark, #dd7f3c); }
.paybox h2 { font-family: "Sora", "Sora Fallback", "Inter", "Inter Fallback", system-ui, sans-serif; color: #fff;
  font-size: 1.5rem; letter-spacing: -.02em; margin: 10px 0 0; }
.paybox p { font-size: .95rem; line-height: 1.66; margin: 14px 0 0; max-width: 78ch; }
.paybox strong { color: #fff; }
.paybox a { color: var(--accent-on-dark, #dd7f3c); font-weight: 700; }

#vision { background: linear-gradient(160deg, #17211d 0%, #1e2a24 100%); }
#vision .head h2, #vision .head p { color: #f2efe9; }
#vision .head p { color: rgba(242, 239, 233, .72); }
#vision .head .eyebrow { color: var(--accent-on-dark, #e8a06a); }
.vis-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; margin-top: 34px; }
.vis { background: rgba(255, 255, 255, .045); border: 1px solid rgba(255, 255, 255, .09); border-radius: 14px; padding: 26px 24px; }
.vis h3 { color: #f2efe9; font-size: 1.05rem; margin: 12px 0 10px; }
.vis p { color: rgba(242, 239, 233, .68); font-size: .92rem; line-height: 1.65; margin: 0; }
.vis em { color: rgba(242, 239, 233, .9); font-style: italic; }
.vtag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-on-dark, #e8a06a); border: 1px solid rgba(232, 160, 106, .45); border-radius: 999px; padding: 3px 12px; }
.vis-close { margin: 30px auto 0; max-width: 640px; text-align: center; color: rgba(242, 239, 233, .62); font-size: .95rem; line-height: 1.7; }

.sec-more { margin: 24px 0 0; font-size: .93rem; }
.sec-more a { color: var(--accent-fn, #a8501a); font-weight: 700; text-decoration: none; }
.sec-more a:hover { text-decoration: underline; text-underline-offset: 3px; }

.final-more { margin: 14px 0 0 !important; max-width: 520px; font-size: .9rem !important; }
.final-more a { color: rgba(255, 255, 255, .82); text-decoration: underline; text-underline-offset: 3px; }
.final-more a:hover { color: #fff; }

.team.team-4 { grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-4 .person { padding: 18px; gap: 14px; align-items: flex-start; }
.team-4 .person img { width: 54px; height: 54px; }
.team-4 .person .desk { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--accent-fn, #a8501a); margin: 0 0 6px; }
.team-4 .person strong { font-size: .98rem; line-height: 1.3; }
.team-4 .person > div > span:last-child { font-size: .84rem; line-height: 1.5; margin-top: 4px; }
.person-more { border-style: dashed !important; background: transparent !important; }
@media (max-width: 1100px) { .team.team-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .team.team-4 { grid-template-columns: 1fr; } }

.review-bar { display: none !important; }
html.review-on .review-bar { display: flex !important; }
.todo-row, .term:has(> .v > .todo), .term:has(> .n > .todo) { display: none !important; }
html.review-on .todo-row, html.review-on .term:has(.todo) { display: block !important; }

.brand-badge { color: #8f4214 !important; }

.hero.hero-bg { align-items: flex-start; }

.nav-links a { white-space: nowrap; }

.line-meta { flex: 1; display: flex; flex-direction: column; }
.line-meta > .go { margin-top: auto; padding-top: 14px; align-self: flex-start; }
.line-meta > .go, .hubcard .go, .cf .cf-go { white-space: nowrap; }

@media (min-width: 1100px) {
  .head:has(> p):not(:has(> p ~ p)):not(:has(> :not(.eyebrow, h1, h2, p))):not(.sub-head):not(.why-base-head):not(.ct-modal-body .head):not(#vision .head):not(:has(> p.made-lead)):not(.head-stack) {
    max-width: none; display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .5fr);   
    grid-template-rows: auto 1fr;
    column-gap: clamp(40px, 5vw, 72px);
  }
  .head:has(> p):not(:has(> p ~ p)):not(:has(> :not(.eyebrow, h1, h2, p))):not(.sub-head):not(.why-base-head):not(.ct-modal-body .head):not(#vision .head):not(:has(> p.made-lead)):not(.head-stack) > .eyebrow { grid-column: 1; grid-row: 1; justify-self: start; align-self: end; }
  .head:has(> p):not(:has(> p ~ p)):not(:has(> :not(.eyebrow, h1, h2, p))):not(.sub-head):not(.why-base-head):not(.ct-modal-body .head):not(#vision .head):not(:has(> p.made-lead)):not(.head-stack) > h1, .head:has(> p):not(:has(> p ~ p)):not(:has(> :not(.eyebrow, h1, h2, p))):not(.sub-head):not(.why-base-head):not(.ct-modal-body .head):not(#vision .head):not(:has(> p.made-lead)):not(.head-stack) > h2 { grid-column: 1; grid-row: 2; align-self: start; text-wrap: balance; }
  .head:has(> p):not(:has(> p ~ p)):not(:has(> :not(.eyebrow, h1, h2, p))):not(.sub-head):not(.why-base-head):not(.ct-modal-body .head):not(#vision .head):not(:has(> p.made-lead)):not(.head-stack) > p { grid-column: 2; grid-row: 1 / -1; align-self: end; margin: 0; max-width: none; }
}

.line.line-open { justify-content: flex-start; padding-bottom: 0; }

.head > h1 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-top: 14px; }   

.ftr h2 { font-family: "Sora", "Sora Fallback", sans-serif; font-size: .8rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; }

.review-note { display: none !important; }
html.review-on .review-note { display: block !important; }

div:has(> .cfl), div:has(> .tn) { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 28px; }
.cfl, .tn { background: var(--card, #fff); border: 1px solid var(--line, rgba(19,35,59,.1)); border-radius: 16px; padding: 20px 22px; }
.cfl-k, .tn-k { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-weight: 700; font-size: 1rem;
  color: var(--ink, #13233b); letter-spacing: -.01em; }
.cfl p, .tn p { margin: 8px 0 0; font-size: .92rem; line-height: 1.62; color: var(--ink-soft, #5c6b80); }
@media (max-width: 760px) { div:has(> .cfl), div:has(> .tn) { grid-template-columns: 1fr; } }

.cat-note { margin: 22px 0 0; max-width: 760px; font-size: .92rem; line-height: 1.65; color: var(--ink-soft, #5c6b80); }

html:not(.review-on) .terms-pending { display: none; }
.sec-more.compliance-note { margin-top: 6px; padding: 16px 20px; border-radius: 14px; background: rgba(210,112,47,.07);
  color: var(--ink-soft, #5c6b80); font-weight: 400; font-size: .95rem; line-height: 1.65; max-width: none; }
.compliance-note strong { color: var(--ink, #13233b); }

.terms > .term-wide { grid-column: span 3; }
@media (max-width: 940px) { .terms > .term-wide { grid-column: 1 / -1; } }

.rfq-form label { display: block; }
.rfq-form label > input:not([type="radio"]):not([type="checkbox"]), .rfq-form label > textarea, .rfq-form label > select { display: block; width: 100%; margin-top: 6px; }
.rfq-form label > .hint { display: block; margin-top: 6px; }
.rfq-form label > .opt { margin-left: 4px; }
.rfq-row { align-items: start; }

.rfq ol { margin: 10px 0 0; padding-left: 20px; font-size: .93rem; line-height: 1.62; color: var(--ink-soft, #5c6b80); }
.rfq ol li { margin-top: 8px; padding-left: 2px; }
.rfq ol li strong { color: var(--ink, #13233b); }

@media (min-width: 1100px) {
  .head { max-width: none; }
  .head > h1, .head > h2 { max-width: none; text-wrap: balance; }
  .head > p { max-width: 760px; }
  .head.head-cols > p { max-width: 880px; }   
}

@media (min-width: 1201px) {
  .nav-links a.nav-xsite {
    color: var(--ink, #13233b) !important; opacity: 1 !important; font-weight: 600;
    padding: 6px 14px; border-radius: 999px;
    border: 1px solid rgba(19, 35, 59, .28); background: rgba(19, 35, 59, .05);
    transition: background .2s ease, color .2s ease, border-color .2s ease;
  }
  .nav-links a.nav-xsite::after { display: none !important; }
  .nav-links a.nav-xsite:hover { background: var(--ink, #13233b); border-color: var(--ink, #13233b); color: #fff !important; }
}

@media (min-width: 941px) { .ftr-grid { grid-template-columns: 1.5fr 1fr 1.1fr .7fr; } }
.ftr li a[href*="wa.me"] { white-space: nowrap; }

@media (min-width: 1000px) {
  .chead-shots.has-poster { align-self: stretch; position: relative; }
  .chead-shots.has-poster figure { position: absolute; inset: 0;
    display: flex; flex-direction: column; padding: 10px 10px 0; }
  .chead-shots.has-poster img { flex: 1 1 auto; min-height: 0;
    width: 100%; height: 100%; object-fit: contain; }
  .chead-shots.has-poster figcaption { flex: none; margin: 0 -10px;
    padding-top: 10px; }
}

@media (min-width: 1000px) {
  .chead-shots:not(.has-poster) { align-self: stretch; position: relative; }
  .chead-shots .shots-in { position: absolute; inset: 0; display: grid; gap: 10px;
    grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; }
  .chead-shots .shots-in figure { aspect-ratio: auto; height: 100%; min-height: 0; }
}

.hero3d { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero3d canvas {
  display: block; width: 100%; height: 100%;
  opacity: 0; transition: opacity .5s ease;
}
.hero3d.is-on canvas { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero3d { display: none; } }
@media (max-width: 1020px) { .hero3d { display: none; } }

.hero.hero-bg.has-3d::after,
.hero3d-pending .hero.hero-bg::after {
  background:
    linear-gradient(100deg, rgba(8,15,26,.86) 0%, rgba(8,15,26,.8) 38%, rgba(8,15,26,.62) 56%,
                            rgba(8,15,26,.22) 74%, rgba(8,15,26,0) 90%),
    linear-gradient(to bottom, rgba(8,15,26,.20), rgba(8,15,26,.02) 42%, rgba(8,15,26,.38));
}

.hero.has-3d { cursor: grab; touch-action: pan-y; }
.hero.has-3d [data-hero] { cursor: auto; }
.hero.has-3d a, .hero.has-3d button { cursor: pointer; }
.hero.has-3d.is-dragging { cursor: grabbing; user-select: none; -webkit-user-select: none; }
.hero3d-hint {
  position: absolute; right: clamp(18px, 4vw, 48px); bottom: 22px; z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 12px 7px 10px; border-radius: 999px;
  font-size: 12.5px; letter-spacing: .02em; color: rgba(255,255,255,.78);
  background: rgba(8,15,26,.42); border: 1px solid rgba(255,255,255,.14);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  pointer-events: none; opacity: 0; transform: translateY(6px);
  transition: opacity .6s ease .8s, transform .6s ease .8s;
}
.hero3d-hint::before {                                  
  content: "\2194"; font-size: 14px; line-height: 1; color: rgba(255,255,255,.9);
}
.hero.has-3d .hero3d-hint { opacity: 1; transform: none; }
.hero.hero3d-used .hero3d-hint { opacity: 0; transition-delay: 0s; }
@media (max-width: 1020px) { .hero3d-hint { display: none; } }

.hero.hero-bg::before { transition: opacity .6s ease; }
.hero3d-pending .hero.hero-bg::before,
.hero.hero-bg.has-3d::before { opacity: 0; }
@media (max-width: 1020px) { .hero3d-pending .hero.hero-bg::before { opacity: 1; } }

.hero-reveal [data-hero] { transition: opacity .45s ease; }
.hero3d-pending .hero-reveal [data-hero],
.hero-reveal.has-3d:not(.hero-open) [data-hero] { opacity: 0; pointer-events: none; }
.hero-reveal.has-3d:not(.hero-open) [data-hero]:focus-within { opacity: 1; pointer-events: auto; }
.hero-reveal::after { transition: opacity .6s ease; }

.hero3d-pending.hero3d-remember .hero-reveal [data-hero] { opacity: 1; pointer-events: auto; }
.hero3d-pending.hero3d-remember .hero-reveal::after { opacity: 1; }
.hero3d-pending .hero-reveal::after,
.hero-reveal.has-3d:not(.hero-open)::after { opacity: 0; }        

.hero3d-intro {
  position: absolute; left: 50%; top: clamp(120px, 22vh, 210px); z-index: 2;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  pointer-events: none; opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility 0s linear .35s;
}
.hero-reveal.has-3d:not(.hero-open) .hero3d-intro {
  opacity: 1; visibility: visible; transition: opacity .7s ease .5s, visibility 0s;
}
.hero3d-open {
  pointer-events: auto; cursor: pointer;
  font-family: inherit; font-size: 15px; font-weight: 600; line-height: 1; letter-spacing: .01em; color: #fff;
  padding: 14px 24px; border-radius: 999px;
  background: rgba(8,15,26,.46); border: 1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  box-shadow: 0 0 0 0 rgba(210,112,47,.55);
  animation: hero3dPulse 2.6s ease-out infinite;
  transition: background .2s ease, border-color .2s ease;
}
.hero3d-open:hover, .hero3d-open:focus-visible { background: rgba(210,112,47,.85); border-color: rgba(210,112,47,1); outline: none; }
@keyframes hero3dPulse {
  0% { box-shadow: 0 0 0 0 rgba(210,112,47,.5); }
  70% { box-shadow: 0 0 0 16px rgba(210,112,47,0); }
  100% { box-shadow: 0 0 0 0 rgba(210,112,47,0); }
}
.hero3d-drag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 12.5px; letter-spacing: .02em; color: rgba(255,255,255,.72);
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
}
.hero3d-drag::before { content: "\2194"; font-size: 14px; color: rgba(255,255,255,.9); }
@media (max-width: 1020px) { .hero3d-intro { display: none; } }

.hero3d-scroll {
  position: absolute; left: 50%; bottom: clamp(22px, 5vh, 48px); z-index: 2;
  transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7);
  text-shadow: 0 1px 6px rgba(0,0,0,.5);
  pointer-events: none; opacity: 0; visibility: hidden;
  transition: opacity .35s ease, visibility 0s linear .35s;
}
.hero3d-scroll::after {                                   
  content: ""; width: 9px; height: 9px;
  border-right: 1.5px solid rgba(255,255,255,.85); border-bottom: 1.5px solid rgba(255,255,255,.85);
  transform: rotate(45deg); animation: hero3dNudge 1.8s ease-in-out infinite;
}
@keyframes hero3dNudge { 0%, 100% { transform: translateY(0) rotate(45deg); } 50% { transform: translateY(5px) rotate(45deg); } }
.hero-reveal.has-3d:not(.hero-open) .hero3d-scroll {
  opacity: 1; visibility: visible; transition: opacity .7s ease .9s, visibility 0s;
}

.hero3d-close {
  position: absolute; right: clamp(18px, 5vw, 56px); top: clamp(120px, 19vh, 180px); z-index: 3;   
  cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 600; line-height: 1;
  letter-spacing: .01em; color: #fff;
  padding: 12px 20px; border-radius: 999px;
  background: rgba(8,15,26,.46); border: 1px solid rgba(255,255,255,.28);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: background .2s ease, border-color .2s ease, opacity .3s ease, visibility 0s linear .3s;
}
.hero3d-close::before { content: "\2197"; margin-right: 8px; opacity: .85; }   
.hero-reveal.has-3d.hero-open .hero3d-close {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: background .2s ease, border-color .2s ease, opacity .5s ease .35s, visibility 0s;
}
.hero3d-close:hover, .hero3d-close:focus-visible { background: rgba(210,112,47,.85); border-color: rgba(210,112,47,1); outline: none; }
@media (max-width: 1020px) { .hero3d-scroll, .hero3d-close { display: none; } }
@media (prefers-reduced-motion: reduce) { .hero3d-scroll::after { animation: none; } }

@media (prefers-reduced-motion: reduce) { .hero3d-open { animation: none; } }

.wrap.chead, .wrap.hero-inner {
  padding-left: clamp(18px, 5vw, 56px); padding-right: clamp(18px, 5vw, 56px);
}
@media (max-width: 600px) {
  #grid.grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  #grid .pcard { border-radius: 14px; }
  #grid .pcard img { height: auto; aspect-ratio: 1 / 1; padding: 8px; }
  #grid .pcard-body { padding: 10px 10px 12px; display: flex; flex-direction: column; flex: 1; }
  #grid .pcard-tags span { font-size: 9px; padding: 2px 5px; }
  #grid .pcard-tags span:nth-child(n+2) { display: none; }       
  #grid .pcard-body .pcard-sku { margin-top: 7px; font-size: 10.5px; }
  #grid .pcard-body strong { font-size: .88rem; line-height: 1.28; }
  #grid .pcard-body p { font-size: .76rem; line-height: 1.4; margin: 4px 0 10px; }
  #grid .pcard-add { margin-top: auto; width: 100%; padding: 8px 6px; font-size: 12px; }   

  
  .filters:has(.pf-search) {
    flex-wrap: nowrap; justify-content: flex-start; overflow-x: auto;
    margin: 28px calc(-1 * clamp(18px, 5vw, 56px)) 18px;
    padding: 2px clamp(18px, 5vw, 56px) 6px;
    scrollbar-width: none; -webkit-overflow-scrolling: touch;
  }
  .filters:has(.pf-search)::-webkit-scrollbar { display: none; }
  .filters .chip { flex: 0 0 auto; padding: 8px 14px; font-size: .84rem; }
  .filters .pf-search { flex: 0 0 190px; }

  
  .cats { grid-template-columns: 1fr 1fr; gap: 12px; }
  .cat img { height: auto; aspect-ratio: 1 / 1; padding: 10px; }
  .cat-meta { padding: 11px 11px 13px; }
  .cat-meta strong { font-size: .92rem; line-height: 1.25; }
  .cat-meta .n { font-size: .76rem; }
  .cat-meta .go { font-size: .8rem; margin-top: 8px; }
}

.hstyles { margin-top: 30px; display: grid; gap: 12px; }
.hstyles-note { margin: 0 0 6px; font-size: .92rem; color: var(--ink-soft); }
.hgroup { background: var(--card, #fff); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  scroll-margin-top: 84px; }                                   
.hgroup > summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 12px;
  padding: 16px 20px; font-size: 1rem; }
.hgroup > summary::-webkit-details-marker { display: none; }
.hgroup > summary strong { font-family: "Sora", "Sora Fallback", sans-serif; letter-spacing: -.01em; }
.hgroup > summary span { color: var(--ink-soft); font-size: .88rem; }
.hgroup > summary::after {                                     
  content: ""; margin-left: auto; width: 9px; height: 9px; flex: none;
  border-right: 2px solid var(--ink-soft); border-bottom: 2px solid var(--ink-soft);
  transform: rotate(45deg) translateY(-2px); transition: transform .2s ease;
}
.hgroup[open] > summary::after { transform: rotate(-135deg) translateY(-2px); }
.hgroup > summary:hover strong { color: var(--accent-fn, #a8501a); }
.hgroup > summary:focus-visible { outline: 2px solid var(--accent-fn, #a8501a); outline-offset: -2px; border-radius: 16px; }
.hgrid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; padding: 4px 20px 20px; }
.hgrid .pcard { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden;
  display: flex; flex-direction: column; }
.hgrid .pcard img { width: 100%; height: 180px; object-fit: contain; background: #fff; padding: 12px; display: block; cursor: zoom-in; }
.hgrid .pcard-body { padding: 12px 14px 14px; border-top: 1px solid var(--line); display: flex; flex-direction: column; flex: 1; }
.hgrid .pcard-body .pcard-sku { display: block; }
.hgrid .pcard-body strong { display: block; font-family: "Sora", "Sora Fallback", sans-serif; font-size: .95rem;
  line-height: 1.3; margin-top: 4px; cursor: pointer; }
.hgrid .pcard-body p { margin: 6px 0 0; font-size: .84rem; line-height: 1.45; color: var(--ink-soft); }
.hgrid .pcard-body .pcard-spec { font-size: .78rem; }
.hgrid .pcard-add { margin-top: auto; }
.hgrid .pcard-body p + .pcard-add, .hgrid .pcard-spec + .pcard-add { margin-top: 12px; }
.cat[data-open-group] { cursor: pointer; }
@media (max-width: 940px) { .hgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 520px) {
  .hgrid { gap: 10px; padding: 2px 12px 14px; }
  .hgrid .pcard img { height: 130px; padding: 8px; }
  .hgrid .pcard-body { padding: 10px; }
  .hgrid .pcard-body p:not(.pcard-spec) { display: none; }      
  .hgrid .pcard-add { width: 100%; padding: 8px 6px; font-size: 12px; }
}

@media (min-width: 1021px) {
  .hero-reveal .wrap.hero-inner {
    max-width: none; margin-left: 0; margin-right: 0;
    padding-top: clamp(44px, 6.5vh, 68px);
    padding-left: clamp(18px, 5vw, 56px);
    grid-template-columns: minmax(0, min(580px, 49vw)) 1fr;   
  }
  
  .hero-reveal.hero.hero-bg.has-3d::after,
  .hero3d-pending .hero-reveal.hero.hero-bg::after {
    --edge: calc(clamp(18px, 5vw, 56px) + min(580px, 49vw));
    background:
      linear-gradient(90deg, rgba(8,15,26,.86) 0, rgba(8,15,26,.8) calc(var(--edge) - 160px),
                             rgba(8,15,26,.72) var(--edge), rgba(8,15,26,.6) calc(var(--edge) + 100px),
                             rgba(8,15,26,.46) calc(var(--edge) + 220px), rgba(8,15,26,.32) calc(var(--edge) + 360px),
                             rgba(8,15,26,.21) calc(var(--edge) + 520px), rgba(8,15,26,.13) calc(var(--edge) + 700px),
                             rgba(8,15,26,.08) 100%),
      linear-gradient(to bottom, rgba(8,15,26,.20), rgba(8,15,26,0) 36%, rgba(8,15,26,0) 70%, rgba(8,15,26,.26));
  }
}
