:root{
  --bg:#f5f5f7;
  --surface:#ffffff;
  --surface-soft:rgba(255,255,255,.78);
  --ink:#121826;
  --muted:#66717f;
  --line:rgba(18,24,38,.12);
  --gold:#c99a2e;
  --blue:#0b76ff;
  --green:#15803d;
  --shadow:0 18px 50px rgba(20,29,42,.10);
  --radius:8px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif;background:radial-gradient(circle at 50% 0,#fff 0,#f5f5f7 48%,#eceff3 100%);color:var(--ink);overflow-x:hidden}
a{color:inherit;text-decoration:none}
.link-inline{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.container{max-width:1220px;margin:0 auto;padding:0 22px}
.bg-orb{display:none}
.site-header{position:sticky;top:0;z-index:50;padding:14px 16px;background:rgba(245,245,247,.70);backdrop-filter:blur(22px)}
.nav{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border:1px solid var(--line);background:var(--surface-soft);border-radius:var(--radius);box-shadow:var(--shadow)}
.brand{font-size:25px;font-weight:800;letter-spacing:0}.brand span{margin-left:4px;color:var(--gold)}
.nav nav{display:flex;gap:22px;color:#4b5563;font-size:15px}
.btn{border:none;border-radius:var(--radius);padding:13px 17px;font-weight:700;cursor:pointer;transition:.18s ease;display:inline-flex;align-items:center;justify-content:center;min-height:42px}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:linear-gradient(135deg,var(--blue),#18a0fb);color:#fff;box-shadow:0 12px 28px rgba(11,118,255,.22)}
.btn-secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-sm{padding:8px 12px;min-height:34px;font-size:13px}
.glass{background:var(--surface-soft);border:1px solid rgba(255,255,255,.85);backdrop-filter:blur(18px);box-shadow:var(--shadow);border-radius:var(--radius)}
.hero{min-height:calc(100vh - 92px);display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:center;padding-top:50px;padding-bottom:54px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:9px 12px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);color:var(--muted);font-size:14px;margin-bottom:20px}
.eyebrow:before{content:"";width:8px;height:8px;border-radius:99px;background:var(--gold)}
.hero h1{font-size:76px;line-height:.94;letter-spacing:0;margin:0 0 22px}
.hero p{font-size:21px;line-height:1.45;color:#44505c;max-width:680px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:28px;max-width:760px}
.mini-stats div{padding:14px 15px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
.mini-stats strong{display:block;font-size:17px}.mini-stats span{font-size:13px;color:var(--muted);line-height:1.35}
.hero-visual{min-height:450px;display:flex;align-items:center;justify-content:center;padding:18px;background:linear-gradient(180deg,#fff,rgba(255,255,255,.70))}
.model-stage{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}
#insole3d{width:100%;height:380px;display:block;border-radius:var(--radius);background:radial-gradient(circle at 50% 35%,rgba(11,118,255,.12),rgba(255,255,255,0) 58%),linear-gradient(180deg,#f7f9fc,#e8edf4);overflow:hidden}
.model-caption{font-size:13px;color:var(--muted);margin-top:10px;text-align:center}
.model-fallback{width:100%;height:360px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius);background:#eef2f7;color:var(--muted);padding:24px;text-align:center;border:1px dashed var(--line)}
.section{padding:42px 22px}.section-head{max-width:860px;margin-bottom:22px}.section h2{font-size:44px;line-height:1.04;letter-spacing:0;margin:0 0 14px}.section-head p,.info-card p{font-size:18px;line-height:1.55;color:var(--muted);margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature,.info-card{padding:26px}.feature .num{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:14px}
.feature h3{font-size:23px;line-height:1.1;margin:0 0 10px;letter-spacing:0}.feature p{color:var(--muted);line-height:1.55;margin:0}
.process{counter-reset:step;display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.step{padding:20px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px rgba(20,29,42,.06)}
.step:before{counter-increment:step;content:"0" counter(step);display:block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.08em;margin-bottom:16px}
.step b{display:block;font-size:17px;margin-bottom:7px}.step small{display:block;color:var(--muted);line-height:1.42;font-size:13px}
.order-band{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#101827;color:#fff;border-radius:var(--radius);padding:30px;margin-top:22px}
.order-band h2{margin:0 0 10px;color:#fff}.order-band p{margin:0;color:#c9d2df;line-height:1.5;max-width:760px}
.footer{padding:34px 22px 44px;display:flex;justify-content:space-between;color:var(--muted)}
.floating-chat-wrap{position:fixed;right:18px;bottom:18px;z-index:60;width:min(440px,calc(100vw - 24px))}
.floating-chat{overflow:hidden;background:rgba(255,255,255,.92)}
.chat-head,.admin-chat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px;border-bottom:1px solid var(--line)}
.chat-title{font-size:20px;font-weight:800}.chat-subtitle{color:var(--muted);font-size:13px;line-height:1.3}
.chat-messages{height:560px;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:12px;background:rgba(248,250,252,.75)}
.compact-chat-messages{height:360px}
.chat-composer{display:flex;gap:10px;padding:12px;border-top:1px solid var(--line);background:#fff}
.chat-input{width:100%;padding:13px 14px;border-radius:var(--radius);background:#fff;border:1px solid var(--line);color:var(--ink);outline:none;font:inherit}
.chat-input:focus{border-color:rgba(11,118,255,.55);box-shadow:0 0 0 3px rgba(11,118,255,.10)}
.compact-input{min-height:50px;max-height:120px;resize:vertical}
.msg{max-width:min(780px,92%);padding:13px 15px;border-radius:var(--radius);line-height:1.55;white-space:pre-wrap;font-size:15px}
.msg.assistant{align-self:flex-start;background:#fff;border:1px solid var(--line);color:var(--ink)}
.msg.user{align-self:flex-end;background:var(--blue);color:#fff}
.msg.system{align-self:center;background:#eef2f7;color:var(--muted);font-size:13px}
.chat-upload-panel{padding:0 12px 12px;background:#fff}.upload-inline{display:flex;gap:10px}.upload-inline input,.upload-row input{width:100%;padding:10px;border-radius:var(--radius);background:#fff;color:var(--ink);border:1px solid var(--line)}
.choice-bar{display:flex;gap:8px;flex-wrap:wrap;padding:0 12px 12px;background:#fff}
.choice-btn{border:none;border-radius:var(--radius);padding:10px 12px;background:#eef4ff;color:#0f3f7b;border:1px solid rgba(11,118,255,.18);cursor:pointer;font-weight:700}
.photo-step-card{display:grid;gap:10px}.photo-step-title{font-weight:800;line-height:1.45;white-space:normal}.photo-step-note{font-size:14px;color:var(--muted)}.photo-sample{width:100%;max-height:180px;object-fit:cover;border-radius:var(--radius);border:1px solid var(--line)}.photo-step-actions{display:flex;justify-content:flex-start}
.admin-body{background:#f5f5f7;color:var(--ink)}
.admin-top{padding:20px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-top h1{margin:0 0 6px}.muted{color:var(--muted)}
.admin-actions{display:flex;gap:10px;align-items:center}.search-form{display:flex;gap:10px;align-items:center;min-width:min(520px,100%)}
.flash{padding:12px 14px;border-radius:var(--radius);margin:14px 0}.flash.error{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239}.flash.ok{background:#ecfdf5;border:1px solid #bbf7d0;color:#166534}
.admin-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:18px;align-items:start}
.table-wrap{padding:16px;overflow:auto;max-height:calc(100vh - 178px)}
.orders-table{width:100%;border-collapse:separate;border-spacing:0 12px;font-size:14px}.orders-table thead{display:none}
.orders-table tr{background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(20,29,42,.06)}
.orders-table td{padding:14px 12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:top}
.orders-table td:first-child{border-left:1px solid var(--line);border-radius:var(--radius) 0 0 var(--radius)}
.orders-table td:last-child{border-right:1px solid var(--line);border-radius:0 var(--radius) var(--radius) 0}
.orders-table .small{font-size:13px;line-height:1.55;color:#344054}
.preview-box{max-height:156px;overflow:auto;padding:10px;border-radius:var(--radius);background:#f8fafc;border:1px solid var(--line);color:#344054}
.status-form{display:grid;gap:8px}.status-select{padding:10px 12px;border-radius:var(--radius);background:#fff;color:var(--ink);border:1px solid var(--line)}
.badge{display:inline-block;margin-top:8px;padding:4px 8px;border-radius:var(--radius);background:#eef4ff;border:1px solid rgba(11,118,255,.18);color:#0f3f7b;font-size:12px;font-weight:700}.tiny{margin-top:6px;font-size:12px;color:var(--muted)}
.admin-chat-shell{overflow:hidden;position:sticky;top:98px;background:#fff}.admin-chat-messages{height:420px}.admin-chat-actions{display:flex;gap:8px;flex-wrap:wrap;padding:0 18px 12px}.admin-textarea{min-height:90px;resize:vertical}
.admin-upload-hint{padding:0 18px 12px;color:var(--muted);font-size:13px;line-height:1.55}.upload-box{margin:0 18px 14px;padding:14px;border-radius:var(--radius);background:#f8fafc;border:1px dashed var(--line)}.upload-row{display:grid;gap:8px;margin-top:10px}
.login-card{max-width:480px;margin:40px auto;padding:32px;background:#fff}.login-form{display:grid;gap:12px;margin-top:16px}
@media(max-width:1100px){
  .hero,.grid3,.admin-grid{grid-template-columns:1fr}.process{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:58px}.nav nav{display:none}.admin-chat-shell{position:static}.floating-chat-wrap{position:static;width:100%;padding:0 22px 56px}.compact-chat-messages{height:420px}
}
@media(max-width:700px){
  .site-header{padding:10px}.nav{padding:0 12px}.brand{font-size:21px}.hero{padding-top:34px}.hero h1{font-size:42px}.hero p{font-size:18px}.mini-stats,.process{grid-template-columns:1fr}.section{padding:34px 18px}.section h2{font-size:32px}.order-band,.admin-top,.admin-actions,.admin-chat-actions,.search-form,.footer,.chat-composer{flex-direction:column;align-items:stretch}.hero-visual{min-height:320px}#insole3d,.model-fallback{height:280px}.compact-chat-messages{height:340px}.orders-table{font-size:13px}
}

/* Public presentation */
body{background:linear-gradient(180deg,#fafafa 0,#f4f6f8 42%,#eef2f5 100%)}
.site-header{background:rgba(250,250,250,.76)}
.nav{border-color:rgba(18,24,38,.10);background:rgba(255,255,255,.88)}
.brand-logo{display:flex;align-items:center;gap:11px;font-size:22px}
.brand-logo img{width:46px;height:46px;border-radius:8px;object-fit:cover;object-position:left center;border:1px solid rgba(18,24,38,.08)}
.brand-logo span{margin:0;color:var(--ink)}
.hero-premium{min-height:calc(100vh - 84px);padding:58px 0 44px;display:flex;align-items:center}
.hero-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.88fr);gap:34px;align-items:center}
.hero-copy .lead{font-size:22px;line-height:1.45;color:#3d4854;max-width:700px;margin:0}
.hero-copy h1{font-size:86px;line-height:.92;margin:0 0 22px;letter-spacing:0}
.hero-premium .hero-visual{display:grid;grid-template-rows:auto 1fr;gap:14px;min-height:560px;padding:16px;border:1px solid rgba(18,24,38,.10);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}
.brand-panel{height:142px;border-radius:var(--radius);background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--line)}
.hero-logo{max-width:100%;width:520px;height:100%;object-fit:cover;object-position:center}
.hero-premium .model-stage{height:100%;min-height:380px;border-radius:var(--radius);background:linear-gradient(180deg,#f7f9fc,#e8edf4);overflow:hidden}
.hero-premium #insole3d{height:100%;min-height:360px;background:transparent}
.product-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:20px;align-items:stretch}
.product-facts{display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.product-facts div{padding:20px 18px;border-right:1px solid var(--line)}
.product-facts div:last-child{border-right:0}
.product-facts strong,.product-facts span{display:block}
.product-facts strong{font-size:17px;color:#172033;margin-bottom:7px}
.product-facts span{font-size:13px;line-height:1.5;color:var(--muted)}
.feature-list{display:grid;gap:14px}
.feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px rgba(20,29,42,.06)}
.media-card{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.media-card img,.media-card video{width:100%;height:360px;display:block;object-fit:cover}
.media-card.wide img{height:100%;min-height:500px}
.media-card figcaption{padding:14px 16px;color:#4b5563;font-size:14px;line-height:1.45;background:#fff;border-top:1px solid var(--line)}
.process-band{background:#101827;color:#fff;margin:18px 0;padding:46px 0}
.process-band .section-head p{color:#c9d2df}
.process-band h2{color:#fff}
.process-band .step{background:#172033;border-color:rgba(255,255,255,.12);box-shadow:none;color:#fff}
.process-band .step small{color:#c9d2df}
.media-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}
.video-card{background:#111827}
.video-card figcaption{background:#111827;color:#d7dee8;border-top-color:rgba(255,255,255,.12)}
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px rgba(20,29,42,.06)}
.review-card p{font-size:16px;line-height:1.55;color:#374151;margin:12px 0 18px}
.review-card b{font-size:15px}
.stars{color:var(--gold);letter-spacing:2px;font-weight:900}
.info-card{background:#fff;border:1px solid var(--line);box-shadow:0 12px 30px rgba(20,29,42,.06)}
.floating-chat{border:1px solid rgba(18,24,38,.12);border-radius:var(--radius);box-shadow:0 20px 70px rgba(20,29,42,.18);background:rgba(255,255,255,.96);overflow:hidden}

.order-magic{align-self:center;width:min(360px,100%);padding:15px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 12px 30px rgba(20,29,42,.08)}
.magic-stage{position:relative;height:142px;border-radius:var(--radius);background:linear-gradient(180deg,#eef6ff,#f8fafc);overflow:hidden;border:1px solid rgba(11,118,255,.12)}
.magic-photo{position:absolute;top:18px;width:74px;height:62px;border-radius:7px;background:#fff;border:1px solid rgba(11,118,255,.18);box-shadow:0 10px 22px rgba(11,118,255,.12);display:grid;place-items:center;color:#0b76ff;font-size:22px;font-weight:800;animation:photoToInsole 2.4s ease-in-out infinite}
.magic-photo:nth-child(1){left:24px;animation-delay:0s}
.magic-photo:nth-child(2){left:calc(50% - 37px);animation-delay:.16s}
.magic-photo:nth-child(3){right:24px;animation-delay:.32s}
.magic-insole{position:absolute;left:50%;bottom:22px;width:154px;height:54px;border-radius:58% 42% 54% 46% / 72% 36% 64% 28%;background:linear-gradient(135deg,#0b76ff,#1bb6a9);transform:translateX(-50%) rotate(-7deg);box-shadow:0 16px 32px rgba(11,118,255,.24);animation:insoleGlow 2.4s ease-in-out infinite}
.magic-insole:after{content:"";position:absolute;inset:10px 22px;border-top:2px solid rgba(255,255,255,.55);border-radius:50%;transform:rotate(5deg)}
.magic-text{margin-top:10px;color:#344054;font-size:14px;line-height:1.4;text-align:center}
.order-magic.done .magic-text{color:#15803d;font-weight:700}
@keyframes photoToInsole{
  0%,35%{transform:translateY(0) scale(1);opacity:1}
  68%,100%{transform:translateY(58px) scale(.42);opacity:.22}
}
@keyframes insoleGlow{
  0%,35%{opacity:.3;transform:translateX(-50%) rotate(-7deg) scale(.84)}
  72%,100%{opacity:1;transform:translateX(-50%) rotate(-7deg) scale(1)}
}

@media(max-width:1100px){
  .hero-inner,.product-grid,.media-grid,.reviews-grid{grid-template-columns:1fr}
  .product-facts{grid-template-columns:repeat(2,1fr)}
  .product-facts div:nth-child(2){border-right:0}
  .product-facts div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .hero-premium .hero-visual{min-height:520px}
  .media-card.wide img{height:420px;min-height:0}
}
@media(max-width:700px){
  .hero-premium{padding-top:34px}
  .hero-inner{gap:22px}
  .hero-copy h1{font-size:48px}
  .hero-copy .lead{font-size:18px}
  .hero-premium .hero-visual{min-height:430px;padding:12px}
  .brand-panel{height:104px}
  .media-card img,.media-card video,.media-card.wide img{height:260px}
  .process-band{padding:34px 0}
}

/* Brand refresh */
:root{
  --cream:#f8f2e7;
  --warm:#fffaf1;
  --bronze:#9c6b12;
  --teal:#0f766e;
  --rose:#a84646;
}
body{
  font-family:Inter,"Segoe UI",-apple-system,BlinkMacSystemFont,Arial,sans-serif;
  font-feature-settings:"kern" 1,"liga" 1;
  background:
    linear-gradient(90deg,rgba(201,154,46,.045) 1px,transparent 1px) 0 0/56px 56px,
    linear-gradient(180deg,#fffaf3 0,#f6f2ea 36%,#edf3f5 100%);
}
.scroll-progress{
  position:fixed;
  left:0;
  top:0;
  z-index:100;
  width:0;
  height:3px;
  background:linear-gradient(90deg,#c99a2e,#0f766e);
  box-shadow:0 0 18px rgba(201,154,46,.38);
}
.site-header{
  padding:12px 16px;
  background:rgba(255,250,243,.74);
  border-bottom:1px solid rgba(156,107,18,.08);
}
.nav{
  min-height:68px;
  border-color:rgba(156,107,18,.13);
  background:rgba(255,255,255,.82);
  box-shadow:0 18px 48px rgba(77,60,38,.10);
}
.brand-logo{gap:12px;font-size:23px}
.brand-logo img{
  width:50px;
  height:50px;
  padding:6px;
  object-fit:contain;
  object-position:center;
  background:linear-gradient(145deg,#fff,#fff8df);
  border:1px solid rgba(201,154,46,.35);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.85),0 12px 26px rgba(156,107,18,.16);
}
.brand-logo span{font-weight:900;color:#1d2430}
.nav nav a{
  position:relative;
  padding:9px 0;
  transition:color .2s ease;
}
.nav nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:2px;
  background:linear-gradient(90deg,#c99a2e,#0f766e);
  transform:scaleX(0);
  transform-origin:left center;
  transition:transform .22s ease;
}
.nav nav a:hover,.nav nav a.is-active{color:#141b27}
.nav nav a:hover:after,.nav nav a.is-active:after{transform:scaleX(1)}
.hero-premium{
  position:relative;
  overflow:hidden;
  padding-top:66px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.70),rgba(255,255,255,0) 38%),
    linear-gradient(180deg,rgba(255,250,241,.86),rgba(237,243,245,.32));
}
.hero-premium:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(120deg,transparent 0 42%,rgba(201,154,46,.10) 42% 43%,transparent 43% 100%),
    linear-gradient(120deg,transparent 0 58%,rgba(15,118,110,.08) 58% 59%,transparent 59% 100%);
}
.hero-inner{position:relative;z-index:1}
.eyebrow{
  background:rgba(255,255,255,.84);
  border-color:rgba(201,154,46,.20);
  color:#6a5b42;
  box-shadow:0 10px 24px rgba(77,60,38,.07);
}
.eyebrow:before{
  background:linear-gradient(135deg,#c99a2e,#0f766e);
  box-shadow:0 0 0 5px rgba(201,154,46,.12);
}
.hero-copy h1{
  color:#141b27;
  text-wrap:balance;
}
.hero-copy .lead{text-wrap:pretty}
.btn-primary{
  background:linear-gradient(135deg,#1b2533,#0f766e);
  box-shadow:0 14px 30px rgba(15,118,110,.22);
}
.btn-primary:hover{box-shadow:0 18px 34px rgba(15,118,110,.28)}
.btn-secondary{
  border-color:rgba(156,107,18,.16);
  background:rgba(255,255,255,.88);
}
.mini-stats div{
  border-color:rgba(156,107,18,.14);
  background:rgba(255,255,255,.82);
  box-shadow:0 12px 28px rgba(77,60,38,.07);
}
.mini-stats strong{color:#1b2533}
.hero-premium .hero-visual{
  transform-style:preserve-3d;
  border-color:rgba(156,107,18,.16);
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,250,241,.84)),
    repeating-linear-gradient(90deg,rgba(201,154,46,.06) 0 1px,transparent 1px 18px);
  box-shadow:0 26px 70px rgba(77,60,38,.14);
  transition:transform .18s ease,box-shadow .18s ease;
}
.mark-panel{
  height:156px;
  justify-content:flex-start;
  gap:20px;
  padding:18px 22px;
  background:
    linear-gradient(135deg,#ffffff 0,#fff8e6 56%,#f1fbf9 100%);
  border-color:rgba(201,154,46,.20);
}
.hero-logo-mark{
  flex:0 0 auto;
  width:82px;
  height:116px;
  object-fit:contain;
  padding:0;
  filter:drop-shadow(0 14px 20px rgba(156,107,18,.22));
}
.brand-panel-copy{display:grid;gap:6px;min-width:0}
.brand-panel-copy b{font-size:26px;line-height:1;color:#151b26}
.brand-panel-copy span{font-size:14px;line-height:1.35;color:#66717f}
.hero-premium .model-stage{
  border:1px solid rgba(18,24,38,.08);
  background:
    radial-gradient(circle at 50% 34%,rgba(255,255,255,.12),transparent 42%),
    linear-gradient(180deg,#3a4148,#20252b 58%,#171b20);
  cursor:grab;
  touch-action:none;
}
.hero-premium .model-stage:active{
  cursor:grabbing;
}
.model-caption{
  position:absolute;
  left:18px;
  bottom:16px;
  margin:0;
  padding:9px 12px;
  border-radius:8px;
  background:rgba(24,28,34,.78);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
  color:#eef2f7;
}
.section-head h2{text-wrap:balance;color:#151b26}
.section-head p{text-wrap:pretty}
.product-section,.media-section,.reviews-section{position:relative}
.feature,.media-card,.review-card,.info-card,.step{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.feature:hover,.media-card:hover,.review-card:hover{
  transform:translateY(-4px);
  border-color:rgba(201,154,46,.28);
  box-shadow:0 18px 42px rgba(77,60,38,.12);
}
.feature .num{
  color:#9c6b12;
  background:rgba(201,154,46,.10);
  border:1px solid rgba(201,154,46,.16);
  padding:5px 8px;
  border-radius:8px;
}
.media-card figcaption{
  color:#3e4855;
  background:linear-gradient(180deg,#fff,#fffaf3);
}
.process-band{
  background:
    linear-gradient(135deg,#111827 0,#14221f 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgba(255,255,255,.06);
}
.process-band .step{
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04));
}
.reviews-grid{align-items:stretch}
.review-card{
  min-height:220px;
  display:flex;
  flex-direction:column;
}
.review-card b{margin-top:auto;color:#1d2430}
.stars{color:#b98212}
.eyebrow,.feature .num,.step:before,.stars{letter-spacing:0}
.order-band{
  background:
    linear-gradient(135deg,#141b27 0,#0f3735 72%,#7a5310 100%);
  box-shadow:0 26px 70px rgba(20,29,42,.18);
}
.floating-chat{
  border-color:rgba(156,107,18,.18);
  box-shadow:0 24px 76px rgba(34,38,45,.20);
  max-height:calc(100vh - 36px);
  display:flex;
  flex-direction:column;
}
.floating-chat .chat-messages{min-height:0}
.floating-chat .compact-chat-messages{height:min(360px,calc(100vh - 238px));flex:0 1 auto}
.chat-head{
  background:linear-gradient(135deg,#fff,#fff8e7);
}
.floating-chat[hidden],.chat-launcher[hidden]{display:none!important}
.floating-chat-wrap.is-minimized{
  position:fixed;
  right:18px;
  bottom:18px;
  width:auto;
  padding:0;
}
.chat-head-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.chat-icon-btn{
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border:1px solid rgba(156,107,18,.18);
  border-radius:10px;
  background:#fff;
  color:#1d2430;
  font-size:22px;
  font-weight:900;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 18px rgba(77,60,38,.08);
}
.chat-icon-btn:hover{border-color:rgba(15,118,110,.35);color:#0f4f4a}
.chat-launcher{
  min-width:84px;
  height:60px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:none;
  border-radius:18px;
  background:linear-gradient(135deg,#141b27 0,#0f3735 72%,#7a5310 100%);
  color:#fff;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 48px rgba(20,29,42,.24);
}
.chat-launcher-svg{
  width:28px;
  height:28px;
  display:block;
  fill:none;
  stroke:#fff;
  stroke-width:2.25;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.chat-upload-panel.is-order-mode{
  height:0;
  padding:0;
  overflow:hidden;
}
.chat-upload-panel.is-order-mode input[type="file"]{display:none}
.msg.assistant{border-color:rgba(156,107,18,.12)}
.typing-msg{
  display:flex;
  align-items:center;
  gap:9px;
  color:#657184;
}
.typing-dots{
  display:inline-flex;
  gap:4px;
}
.typing-dots i{
  width:6px;
  height:6px;
  border-radius:50%;
  background:#0f766e;
  animation:typingDot 1s ease-in-out infinite;
}
.typing-dots i:nth-child(2){animation-delay:.14s}
.typing-dots i:nth-child(3){animation-delay:.28s}
@keyframes typingDot{
  0%,80%,100%{transform:translateY(0);opacity:.35}
  40%{transform:translateY(-4px);opacity:1}
}
.choice-btn{background:#f1fbf9;color:#0f4f4a;border-color:rgba(15,118,110,.16)}
.magic-stage{
  height:188px;
  background:
    radial-gradient(circle at 50% 82%,rgba(15,118,110,.18),transparent 46%),
    linear-gradient(180deg,#eef6f3,#f8fafc);
}
.magic-photo{
  width:78px;
  height:66px;
  overflow:hidden;
  background-size:cover;
  background-position:center;
}
.magic-photo.has-preview span{display:none}
.magic-photo:not(.has-preview) span{font-size:12px;color:#0f4f4a;font-weight:900}
.magic-insole-svg{
  position:absolute;
  left:50%;
  bottom:8px;
  width:226px;
  height:168px;
  max-width:82%;
  transform:translateX(-50%) rotate(0deg);
  filter:drop-shadow(0 18px 26px rgba(15,118,110,.24));
  animation:insoleTrace 2.4s ease-in-out infinite;
}
.magic-insole-fill{
  fill:#16a79c;
  stroke:#0f4f4a;
  stroke-width:3;
}
.magic-insole-arch,.magic-insole-heel{
  fill:none;
  stroke:rgba(255,255,255,.72);
  stroke-width:4;
  stroke-linecap:round;
}
.order-magic.done .magic-insole-fill{fill:#0f766e}
@keyframes insoleTrace{
  0%,35%{opacity:.32;transform:translateX(-50%) scale(.86)}
  72%,100%{opacity:1;transform:translateX(-50%) scale(1)}
}
.payment-page{
  min-height:100vh;
  background:
    linear-gradient(90deg,rgba(201,154,46,.045) 1px,transparent 1px) 0 0/56px 56px,
    linear-gradient(180deg,#fffaf3 0,#f6f2ea 54%,#edf3f5 100%);
}
.payment-result-wrap{
  min-height:100vh;
  display:grid;
  place-items:center;
  padding:30px 18px;
}
.payment-result{
  width:min(640px,100%);
  padding:38px;
  border:1px solid rgba(156,107,18,.16);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 26px 70px rgba(20,29,42,.16);
  text-align:center;
}
.payment-logo{
  width:82px;
  height:82px;
  object-fit:contain;
  padding:10px;
  border-radius:18px;
  background:linear-gradient(145deg,#fff,#fff8df);
  border:1px solid rgba(201,154,46,.35);
}
.payment-result h1{
  margin:16px 0 12px;
  font-size:42px;
  line-height:1.05;
}
.payment-result p{
  margin:0 auto 22px;
  max-width:520px;
  color:#3d4854;
  font-size:18px;
  line-height:1.55;
}
.payment-order{
  display:inline-block;
  margin-bottom:22px;
  padding:9px 13px;
  border-radius:999px;
  background:#f1fbf9;
  color:#0f4f4a;
  font-weight:900;
}
.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s ease,transform .55s ease;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.hero-copy,.hero-visual{
  animation:heroIn .72s ease both;
}
.hero-visual{animation-delay:.08s}
@keyframes heroIn{
  from{opacity:0;transform:translateY(14px)}
  to{opacity:1;transform:translateY(0)}
}
@media(max-width:700px){
  .scroll-progress{height:2px}
  .brand-logo span{font-size:20px}
  .brand-logo img{width:44px;height:44px}
  .nav{gap:8px;padding:0 10px}
  .nav .btn{display:inline-flex;flex:0 0 auto;min-height:38px;padding:8px 11px;font-size:12px;line-height:1.15;text-align:center}
  .mark-panel{
    height:128px;
    gap:14px;
    padding:14px;
  }
  .hero-logo-mark{width:64px;height:94px}
  .brand-panel-copy b{font-size:22px}
  .brand-panel-copy span{font-size:13px}
  .model-caption{
    left:12px;
    right:12px;
    bottom:12px;
    text-align:center;
  }
  .floating-chat-wrap{
    position:fixed;
    right:10px;
    bottom:10px;
    width:calc(100vw - 20px);
    padding:0;
  }
  .floating-chat{max-height:calc(100vh - 20px)}
  .floating-chat .compact-chat-messages{height:clamp(210px,45vh,340px)}
  .floating-chat-wrap.is-minimized{
    right:12px;
    bottom:12px;
    width:auto;
  }
  .chat-head-actions .btn-sm{padding:9px 11px}
  .payment-result{padding:28px 20px}
  .payment-result h1{font-size:32px}
}
@media(max-width:520px){
  .brand-logo{gap:7px}
  .brand-logo span{font-size:17px}
  .brand-logo img{width:38px;height:38px}
  .product-facts{grid-template-columns:1fr}
  .product-facts div{border-right:0;border-bottom:1px solid var(--line)}
  .product-facts div:last-child{border-bottom:0}
}
@media(max-width:370px){
  .brand-logo span{display:none}
  .nav .btn{font-size:13px}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.001ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.001ms!important;
  }
}

.delivery-step-card{display:grid;gap:11px;min-width:0}
.delivery-help{font-size:12px;line-height:1.5;color:var(--muted)}
.delivery-search-row{display:grid;grid-template-columns:1fr;gap:7px}
.delivery-search-row .chat-input{min-width:0;padding:10px 11px}
.delivery-point-results{display:grid;gap:7px;max-height:280px;overflow:auto;padding-right:3px;overscroll-behavior:contain}
.delivery-point-option{display:grid;gap:3px;width:100%;padding:10px 11px;text-align:left;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);cursor:pointer}
.delivery-point-option:hover{border-color:rgba(15,118,110,.45);background:#f4faf8}
.delivery-point-option b{font-size:13px}
.delivery-point-option span{font-size:12px;line-height:1.4;color:var(--muted)}
.delivery-point-option small{font-size:11px;color:#718078}
@media(max-width:680px){.delivery-point-results{max-height:240px}}
