/* ADD1CT3D — visual refinement. Original catalogue and payment logic preserved. */
:root {
  --font-ui: "Segoe UI Variable", "Segoe UI", Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  --ease-refined: cubic-bezier(.22,1,.36,1);
  --line-soft: rgba(255,255,255,.10);
  --radius-panel: 24px;
}
html {scroll-padding-top:110px; scrollbar-color:#34414a #07090b}
body {font-family:var(--font-ui); -webkit-font-smoothing:antialiased; text-rendering:optimizeLegibility}
button,input,select,textarea {font-family:inherit}
button,a,input,select,textarea,label { -webkit-tap-highlight-color:transparent }
button {touch-action:manipulation}
::selection {background:#00f0a833;color:#f5f7f8}
:focus-visible {outline:2px solid var(--a);outline-offset:5px}
button:disabled {cursor:wait;opacity:.55}
h1,h2,h3 {text-wrap:balance;font-weight:650}
p {text-wrap:pretty}
.wrap {width:min(1280px,calc(100% - 80px))}
nav {height:92px;box-shadow:none;background:linear-gradient(180deg,#090d11f5,#080b0ee8);border-color:var(--line-soft)}
.nav-shell {width:min(1400px,calc(100% - 80px))}
.brand img {height:65px;filter:drop-shadow(0 0 14px #00dcff15)}
.brand:hover img {transform:translateY(-1px);filter:drop-shadow(0 0 16px #00dcff35)}
.navlinks {gap:4px;padding:5px;background:#ffffff03;box-shadow:none}
.navlinks a {font-size:13px;font-weight:600;letter-spacing:.02em;padding:11px 23px}
.navlinks a::after {display:none}
.navlinks a.active {box-shadow:0 4px 18px #00d5cf14}
.eyebrow,.home-kicker {font-size:10px;letter-spacing:.18em;font-weight:650;line-height:1.5}
.catalogue-head h1,.custom-head h1,.detail-hero h1,.plaque-copy h1,.statue-copy h1,.checkout-head h1 {
  font-size:clamp(46px,5.5vw,76px);line-height:1.04;letter-spacing:-.052em;font-weight:650;
}
.lead,.detail-lead,.custom-head p,.checkout-head p {font-size:16px;line-height:1.8}
.note,.f1-note,.privacy-note,.secure-note,.f1-tag-help {line-height:1.7;color:#9ba5ad}
.price,.detail-price,.product-price,.custom-fixed-price,.unit-price,.summary-line,.statue-current-price {font-variant-numeric:tabular-nums}

/* Split entrance: the original cyan / violet palette, with printed contour lines. */
body.landing-mode main.wrap {width:calc(100% - 64px)!important;max-width:1800px!important;margin:0 auto!important}
body.landing-mode #landing-panel {min-height:calc(100svh - 92px);padding:24px 0 32px!important}
body.landing-mode .text-only-home {min-height:max(620px,calc(100svh - 148px))!important;border-radius:28px;border-color:#ffffff12;box-shadow:0 30px 80px #0004}
.text-only-home .home-half {font-family:var(--font-ui)}
.text-only-home .home-half::before {transition:filter .8s var(--ease-refined)}
.text-only-home .home-half:hover::before {filter:brightness(1.22)}
.text-only-home .home-half::after {
  display:block;inset:0;opacity:.35;pointer-events:none;z-index:3;
  background:repeating-radial-gradient(ellipse at 90% 12%,transparent 0 43px,#00f0a815 44px 45px,transparent 46px 72px);
  mask-image:linear-gradient(180deg,#000,transparent 78%);
}
.text-only-home .home-half.custom::after {background:repeating-radial-gradient(ellipse at 15% 85%,transparent 0 43px,#bd57ff20 44px 45px,transparent 46px 72px);mask-image:linear-gradient(0deg,#000,transparent 80%)}
.text-only-home::after {width:1px;opacity:.65;box-shadow:0 0 24px #35decf33}
.text-only-home .home-copy-block {width:76%;padding:0;animation:refined-rise .9s var(--ease-refined) both}
.text-only-home .custom .home-copy-block {animation-delay:.1s}
.text-only-home .home-half h1 {font-family:var(--font-ui);font-size:clamp(64px,7.9vw,132px);font-weight:600;line-height:1.04;letter-spacing:-.065em}
.text-only-home .home-kicker {font-size:10px;letter-spacing:.22em;margin-bottom:22px}
.home-kicker::before {width:20px;height:1px}
.text-only-home .home-half p {max-width:370px;font-size:15px;line-height:1.85;margin:25px 0 36px;color:#a9b4bc}
.text-only-home .home-enter {font-size:12px;letter-spacing:.03em;font-weight:600;gap:16px}
.text-only-home .home-enter i {width:48px;height:48px;font-size:19px;box-shadow:0 8px 26px #00a8ff14;transition:transform .5s var(--ease-refined),box-shadow .5s ease}
.text-only-home .home-half:hover .home-enter i {transform:translateX(4px);box-shadow:0 6px 30px #00a8ff30}
.text-only-home .home-mini {font-size:10px;letter-spacing:.07em;bottom:30px;color:#9ba5ad}
.home-half:focus-visible {outline-offset:-8px}

/* A deliberate five-product rhythm, with equally aligned card content. */
.products-catalogue,.custom-page {padding:64px 0 96px}
.catalogue-head {padding-bottom:30px;margin-bottom:32px;border-bottom:1px solid var(--line-soft);align-items:center}
.catalogue-head p {font-size:15px;max-width:560px;line-height:1.75}
.catalogue-head h1 {margin:12px 0 16px}
.product-grid {grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}
.product-card {grid-column:span 2;display:flex;flex-direction:column;border-radius:var(--radius-panel);background:#0b0f13;border-color:var(--line-soft);position:relative}
.product-card:nth-child(-n+2) {grid-column:span 3}
.product-card-media {width:100%;aspect-ratio:1.22}
.product-card:nth-child(-n+2) .product-card-media {aspect-ratio:1.45}
.product-card-info {display:flex;flex-direction:column;flex:1;padding:24px}
.product-card-info h2 {font-size:22px;line-height:1.25;font-weight:650;letter-spacing:-.03em;margin-bottom:10px}
.product-card-info p {font-size:13px;line-height:1.7;max-width:340px;margin-bottom:24px}
.product-meta {margin-top:auto;padding-top:18px;border-top:1px solid var(--line-soft)}
.product-price {font-size:19px;font-weight:650;letter-spacing:-.03em}
.product-open {font-size:11px;font-weight:600}
.product-badge {font-size:9px;font-weight:600;letter-spacing:.09em;padding:8px 12px;top:18px;left:18px}
.product-card:hover .product-card-info {transform:none}
.product-card:hover .product-card-media img {transform:scale(1.035);filter:none}
.product-card:hover {transform:translateY(-5px);box-shadow:0 22px 50px #0005;border-color:#00d9c050}

/* Product detail and controls share one spacing and typography system. */
.product-detail {padding:32px 0 80px}
.back-products,.custom-back,.back {font-family:var(--font-ui);font-size:12px;font-weight:600;padding:12px 18px;border-color:var(--line-soft);background:#ffffff03;line-height:1.4}
.detail-hero {gap:clamp(32px,5vw,80px);padding:16px 0 56px}
.detail-media img,.f1-detail-main,.detail-gallery img {border-radius:var(--radius-panel);box-shadow:0 24px 60px #0004}
.detail-price {font-size:32px;font-weight:600;margin:26px 0;letter-spacing:-.04em}
.buy,.pill,.quote-submit,.paypal,.btn {display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:15px 28px;font-size:14px;font-weight:700;letter-spacing:.015em;transition:transform .3s var(--ease-refined),box-shadow .3s ease,filter .3s ease}
.buy:hover,.quote-submit:hover,.paypal:hover,.btn:hover {transform:translateY(-2px);box-shadow:0 8px 30px #00d5cf24;filter:brightness(1.04)}
.buy:active,.quote-submit:active,.paypal:active,.btn:active {transform:translateY(0) scale(.99)}
.strip {border-color:var(--line-soft);border-radius:18px;margin:8px 0 56px}
.fact {padding:24px}
.fact b {font-size:13px;font-weight:650;letter-spacing:-.01em}
.fact span {font-size:13px;line-height:1.65}
.detail-section {padding:30px 0 50px}
.detail-section h2 {font-size:clamp(30px,4vw,48px);font-weight:600;line-height:1.1;letter-spacing:-.045em}
.f1-detail-panel {top:116px;padding:30px;box-shadow:0 20px 60px #0003}
#f1Name {font-family:var(--font-ui);font-weight:650;line-height:1.05!important}
.variant-grid {gap:8px}
.variant-btn {min-height:44px;font-weight:600;border-radius:10px}
.variant-btn.active,.variant-thumb.active {transform:none;box-shadow:inset 0 0 0 1px #00d9c025}
.variant-thumb {transition:border-color .25s ease,opacity .25s ease}
.f1-tag-wrap:focus-within {transform:none}
.product-option select,.field input,.field select,.field textarea {border-radius:12px;font-size:16px;line-height:1.5;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.field input:focus,.field select:focus,.field textarea:focus,.product-option select:focus {border-color:#00d7c0;box-shadow:0 0 0 3px #00d7c012;background:#0a1014}
.field label {font-size:10px;letter-spacing:.09em;font-weight:650}
.field {margin-bottom:20px}
.field:has(.file-input:focus-visible) .dropzone {outline:2px solid var(--a);outline-offset:4px}

/* Custom cards retain the original artwork and paths. */
.custom-hub-head {margin-bottom:40px}
.custom-choice-grid {gap:24px}
.custom-hub .custom-choice,.custom-choice.plaque {border-radius:var(--radius-panel);border-color:var(--line-soft);box-shadow:0 20px 45px #0003}
.custom-hub .custom-choice .custom-choice-copy {min-height:118px;padding:25px 26px 18px;align-items:center}
.custom-hub .custom-choice h2,.custom-choice.plaque h2 {font-family:var(--font-ui);font-size:clamp(25px,2.3vw,33px);font-weight:600;letter-spacing:-.04em;line-height:1.1}
.custom-hub .custom-choice-visual img {transition:transform .8s var(--ease-refined);filter:none}
.custom-hub .custom-choice:hover .custom-choice-visual img {transform:scale(1.035);filter:none}
.custom-hub .custom-choice-arrow {height:42px;width:42px;font-size:19px;background:#080b0e99;backdrop-filter:blur(10px)}
.quote-card,.card {border-radius:var(--radius-panel);border-color:var(--line-soft);box-shadow:0 18px 55px #0003}
.quote-card {padding:30px}
.quote-card h2,.card h2 {font-size:23px;letter-spacing:-.025em;font-weight:650;line-height:1.2}
.quote-card .sub {font-size:14px;line-height:1.75}
.how-step {padding:20px;background:#ffffff03;border:1px solid #ffffff07;border-radius:14px}
.how-step h3 {font-size:14px;font-weight:650}
.how-step p {font-size:13px;line-height:1.7}
.step-num {width:30px;height:30px;flex-basis:30px;font-size:12px}
.dropzone {padding:28px 20px;border-radius:14px;background:#ffffff02;border-color:#ffffff26}
.dropzone strong {font-size:15px;font-weight:600;text-transform:none;letter-spacing:0}
.dropzone span {font-size:12px;text-transform:none;letter-spacing:0}
.statue-choice {transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}
.field .statue-choice input[type="radio"] {position:absolute;left:16px;top:16px;width:1px;height:1px;padding:0;margin:0;border:0;clip-path:inset(50%)}
.statue-size-choice .price {margin:6px 0 0;line-height:1.5}
.statue-choice:has(input:focus-visible) {outline:2px solid var(--a);outline-offset:4px}
.custom-fixed-price {font-weight:600;letter-spacing:-.04em}
.plaque-form-grid {grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:32px}
.plaque-form-visual {position:sticky;top:116px}
.plaque-copy {padding:28px 32px}
.checkout {padding:48px 0 88px}
.checkout-head {margin-bottom:28px}
.checkout-grid {gap:32px}
.checkout .field {margin:0}
.order-summary {top:116px}
.product-name {font-weight:650;line-height:1.25}
.preview-banner {font-size:12px;line-height:1.7}
.qty-control button {min-width:44px;min-height:44px;transition:background .2s ease}
.qty-control button:hover {background:#ffffff0d}
.summary-line.total {font-weight:650}
footer {padding:30px 0 34px;color:#9ba5ad;font-size:11px;letter-spacing:.045em;border-color:var(--line-soft)}

/* One coordinated motion vocabulary. Content remains visible without JavaScript. */
@keyframes refined-rise {from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@keyframes refined-fade {from{opacity:.2}to{opacity:1}}
.tab-panel.active,.tab-panel.motion-from-left.active,.tab-panel.motion-from-right.active,.product-detail.active,.custom-subview.active {animation:refined-rise .55s var(--ease-refined) both}
.detail-hero>div:first-child,.detail-hero .detail-media,.f1-detail-main,.f1-detail-panel {animation:none}
.catalogue-view.motion-enter .product-card {animation:none}
.product-card {transition:transform .45s var(--ease-refined),border-color .3s ease,box-shadow .45s ease}
.custom-hub .custom-choice {transition:transform .45s var(--ease-refined),border-color .3s ease,box-shadow .45s ease}
.checkout-head,.checkout-grid>section,.order-summary {animation:refined-rise .6s var(--ease-refined) both}
.order-summary {animation-delay:.08s}
.reveal-in {animation:refined-rise .7s var(--ease-refined) both;animation-delay:var(--reveal-delay,0ms)}

@media(min-width:1600px){.text-only-home .home-half h1{font-size:132px}.text-only-home .home-half p{font-size:17px;max-width:400px}}
@media(max-width:1100px){
  .wrap,.nav-shell{width:calc(100% - 48px)}
  .custom-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .custom-hub .custom-choice{min-height:400px}
  .custom-hub .custom-choice .custom-choice-copy{padding:22px 20px;min-height:120px}
  .product-card-info{padding:20px}
  .product-card-info h2{font-size:20px}
}
@media(max-width:900px){
  nav{height:80px}.brand img{height:58px}
  body.landing-mode main.wrap{width:calc(100% - 40px)!important}
  body.landing-mode #landing-panel{min-height:auto;padding:20px 0 28px!important}
  body.landing-mode .text-only-home{min-height:0!important;border:0;box-shadow:none;background:transparent;display:grid;grid-template-columns:1fr;gap:16px}
  .text-only-home::after{display:none}
  .text-only-home .home-half.products,.text-only-home .home-half.custom{min-height:360px;clip-path:none;margin:0;border:1px solid #ffffff12;border-radius:22px}
  .text-only-home .products .home-copy-block,.text-only-home .custom .home-copy-block{left:7%;width:86%;padding:40px 0 68px}
  .text-only-home .home-half h1{font-size:clamp(56px,10vw,86px)}
  .text-only-home .home-half p{margin:18px 0 24px;font-size:14px;max-width:390px}
  .text-only-home .home-kicker{font-size:9px;margin-bottom:14px}
  .text-only-home .home-mini{left:7%;bottom:22px;font-size:9px}
  .detail-hero{gap:30px}.f1-detail-panel{position:static}
  .plaque-form-grid{grid-template-columns:1fr}.plaque-form-visual{position:static}
  .custom-choice-grid{grid-template-columns:1fr}.custom-hub .custom-choice{min-height:420px}
  .custom-hub .custom-choice h2{font-size:32px}
  .custom-hub .custom-choice .custom-choice-copy{min-height:100px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
  .product-card,.product-card:nth-child(-n+2){grid-column:auto}
  .product-card-media,.product-card:nth-child(-n+2) .product-card-media{aspect-ratio:1}
  .order-summary{position:static}
}
@media(max-width:560px){
  .wrap,.nav-shell{width:calc(100% - 32px)}
  nav{height:76px}.brand img{height:52px}.navlinks a{padding:10px 16px;font-size:12px}
  body.landing-mode main.wrap{width:calc(100% - 24px)!important}
  body.landing-mode #landing-panel{padding:12px 0 20px!important}
  .text-only-home .home-half.products,.text-only-home .home-half.custom{min-height:340px}
  .text-only-home .home-half h1{font-size:clamp(52px,14.8vw,78px)}
  .text-only-home .home-half p{font-size:13px;line-height:1.75;max-width:310px}
  .text-only-home .home-enter{font-size:11px;gap:12px}.text-only-home .home-enter i{width:40px;height:40px}
  .text-only-home .home-mini{font-size:8px;letter-spacing:.02em}
  .products-catalogue,.custom-page{padding:36px 0 60px}
  .catalogue-head{padding-bottom:24px;margin-bottom:24px}.catalogue-head p{font-size:14px}
  .product-grid{gap:12px}.product-card{border-radius:16px}
  .product-card-info{padding:15px 12px}.product-card-info h2{font-size:17px;line-height:1.3;margin-bottom:16px}
  .product-card-info p{display:none}.product-price{font-size:17px}.product-meta{padding-top:12px}
  .product-badge{font-size:8px;top:10px;left:10px;padding:6px 8px;letter-spacing:.02em}
  .detail-hero h1,.custom-head h1,.plaque-copy h1,.statue-copy h1,.checkout-head h1{font-size:46px}
  .detail-lead{font-size:15px}.detail-hero{padding-bottom:32px}
  .detail-price{font-size:29px}.fact{padding:20px}.strip{margin-bottom:32px}
  .quote-card,.card,.f1-detail-panel{padding:22px;border-radius:20px}
  .plaque-copy{padding:24px}.checkout{padding:34px 0 60px}
  .custom-hub .custom-choice h2{font-size:29px}
  .field label{line-height:1.6}.how-step{padding:16px}
  footer{font-size:10px;padding:25px 0}
}
@media(hover:none){
  .product-card:hover,.buy:hover,.variant-btn:hover,.variant-thumb:hover,.custom-hub .custom-choice:hover{transform:none}
  .product-card:hover .product-card-media img,.custom-hub .custom-choice:hover .custom-choice-visual img{transform:none}
}
@media(prefers-reduced-motion:reduce){
  html,html:focus-within{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
