/*
  WIN U OUTDOOR — global styles
  Design system: deep navy + outdoor cyan + warm coral accent
*/

:root {
  --navy-950: #050d1c;
  --navy-900: #071426;
  --navy-800: #0b1e33;
  --navy-700: #102a44;
  --navy-600: #173753;
  --cyan: #20c5c9;
  --cyan-dark: #0ea5a9;
  --teal-soft: rgba(32,197,201,.12);
  --coral: #ff6d5a;
  --amber: #ffb703;
  --white: #ffffff;
  --ice: #f3f8fa;
  --ink: #172835;
  --muted: #5f7482;
  --line: #dbe7ec;
  --card: rgba(255,255,255,.97);
  --shadow-sm: 0 8px 24px rgba(9,32,52,.08);
  --shadow-lg: 0 24px 70px rgba(4,20,36,.16);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --font: "Inter","Segoe UI","Helvetica Neue",Arial,"Microsoft YaHei",sans-serif;
  --display: "Archivo","Inter","Segoe UI",sans-serif;
  --container: 1200px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  overflow-x: clip;
  margin: 0;
  min-height: 100vh;
  background: var(--ice);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

ul, ol { padding-left: 1.25em; }

.container {
  width: min(var(--container), calc(100% - 40px));
  margin-inline: auto;
}

.section {
  padding: clamp(64px, 8vw, 104px) 0;
  position: relative;
}

.section--tight { padding: clamp(48px,6vw,76px) 0; }

.section--dark {
  background:
    radial-gradient(circle at 85% 0%, rgba(32,197,201,.18), transparent 28rem),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  color: var(--white);
}

.section--muted { background: #edf4f7; }

.section-head {
  max-width: 780px;
  margin: 0 auto clamp(32px,5vw,56px);
  text-align: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(32,197,201,.5);
  border-radius: 999px;
  color: var(--cyan-dark);
  background: rgba(32,197,201,.1);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.section--dark .eyebrow {
  color: #9beff1;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--navy-900);
  line-height: 1.12;
  margin: 0 0 16px;
}

h1 { font-size: clamp(2.2rem, 5.2vw, 4.1rem); }
h2 { font-size: clamp(1.85rem, 3.5vw, 2.7rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 18px; }

.section-head p,
.page-hero h1, .page-hero h2, .page-hero h3 { color: var(--white); }
.page-hero p { color: rgba(255,255,255,.72); font-size: 1.05rem; margin-bottom: 0; }
.section--dark p { color: rgba(255,255,255,.76); }

.page-hero {
  padding: clamp(90px,12vw,150px) 0 clamp(62px,8vw,92px);
  background:
    radial-gradient(circle at 8% 10%, rgba(32,197,201,.14), transparent 24rem),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-800) 55%, var(--navy-700));
  color: var(--white);
}

.page-hero .section-head { text-align: left; margin-bottom: 0; }
.page-hero p { max-width: 730px; }

.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(255,255,255,.62);
  font-size: .9rem;
  margin-bottom: 22px;
}
.breadcrumb a:hover { color: var(--cyan); }

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  padding: 16px 0;
  transition: .28s ease;
}

.site-header.scrolled {
  background: rgba(5,13,28,.9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 10px 0;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: .05em;
  white-space: nowrap;
}

.brand-mark {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: #02121d;
  font-size: .82rem;
  font-weight: 900;
  background: linear-gradient(135deg,#54e4e7,var(--cyan));
  box-shadow: 0 6px 20px rgba(32,197,201,.26);
}
.brand small {
  display: block;
  color: rgba(255,255,255,.56);
  font-family: var(--font);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .16em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav a {
  padding: 9px 13px;
  border-radius: 999px;
  color: rgba(255,255,255,.76);
  font-size: .92rem;
  font-weight: 650;
  transition: .2s;
}

.nav a:hover, .nav a.active {
  color: var(--white);
  background: rgba(255,255,255,.1);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px !important;
  margin-left: 8px;
  color: #031722 !important;
  background: linear-gradient(135deg,#5fe9ec,var(--cyan)) !important;
  box-shadow: 0 10px 24px rgba(32,197,201,.2);
}

.header-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  color: var(--white);
  font-size: 1.2rem;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, background .2s, color .2s;
}

.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #021420;
  background: linear-gradient(135deg,#59e8eb,var(--cyan));
  box-shadow: 0 14px 34px rgba(32,197,201,.23);
}
.btn-primary:hover { box-shadow: 0 18px 42px rgba(32,197,201,.3); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.07); }
.btn-ghost:hover { border-color: var(--cyan); background: rgba(32,197,201,.12); }
.btn-light { color: var(--navy-900); background: var(--white); box-shadow: var(--shadow-sm); }
.btn-outline { color: var(--navy-800); border-color: #c6d8e0; background: #fff; }
.btn-outline:hover { border-color: var(--cyan); color: var(--cyan-dark); }

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 82px;
  background:
    radial-gradient(circle at 82% 18%, rgba(32,197,201,.19), transparent 32rem),
    radial-gradient(circle at 10% 78%, rgba(255,109,90,.13), transparent 26rem),
    linear-gradient(130deg, var(--navy-950) 0%, var(--navy-800) 52%, var(--navy-700));
  color: var(--white);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr);
  gap: clamp(34px,6vw,76px);
  align-items: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 8px 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.07);
  color: rgba(255,255,255,.78);
  font-size: .82rem;
  font-weight: 700;
}

.hero-badge strong { color: var(--cyan); }

.hero h1 { color: var(--white); letter-spacing: -.03em; }
.hero h1 span {
  background: linear-gradient(100deg,#79f0f2,#4fd4d8 35%,#ffe18d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p {
  max-width: 650px;
  color: rgba(255,255,255,.76);
  font-size: 1.13rem;
}

.hero-actions {
  display: flex;
  gap: 14px;
  margin: 30px 0 38px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
  max-width: 640px;
}

.stat {
  padding: 18px 16px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.055);
}

.stat b {
  display: block;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.5rem,3vw,2.1rem);
  line-height: 1;
  margin-bottom: 6px;
}
.stat span { color: rgba(255,255,255,.62); font-size: .84rem; }

.hero-visual {
  position: relative;
  min-height: 500px;
  isolation: isolate;
}

.hero-card {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(90%,440px);
  height: min(88%,460px);
  padding: 32px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 34px;
  background: linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow-lg);
  display: grid;
  align-content: center;
  gap: 18px;
  transform: rotate(3deg);
}

.hero-card h3 { color: var(--white); font-size: 1.28rem; margin: 0; }
.hero-card p { font-size: .94rem; }
.hero-card-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.09);
  color: #fff;
  font-size: .88rem;
  font-weight: 650;
}
.hero-card-row i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: var(--cyan);
  color: #041821;
}
.hero-chip {
  position: absolute;
  padding: 15px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(4,17,29,.74);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.hero-chip.top { top: 0; left: 0; }
.hero-chip.bottom { bottom: 0; right: 0; }
.hero-chip b { display: block; font-size: 1.28rem; }
.hero-chip span { color: rgba(255,255,255,.62); font-size: .78rem; }

/* Cards */
.grid {
  display: grid;
  gap: 22px;
}
.grid-2 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--card);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(32,197,201,.42);
  box-shadow: var(--shadow-lg);
}

.product-card { display: flex; flex-direction: column; }

.product-media {
  height: 225px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 25% 20%, rgba(32,197,201,.25), transparent 18rem),
    linear-gradient(145deg,#eaf7f8,#dcf0f2 55%,#cfe8eb);
  color: var(--navy-700);
  font-size: 2.2rem;
  overflow: hidden;
}

.product-media::after {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg,var(--cyan),#79f0f2);
  opacity: .8;
}

.product-body {
  overflow-x: clip;
  padding: 23px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.product-body p { color: var(--muted); font-size: .94rem; margin: 0; }
.product-meta {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 8px;
}
.product-meta span {
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--cyan-dark);
  font-size: .72rem;
  font-weight: 800;
}

.card-body {
  overflow-x: clip; padding: 25px; }
.card-body p { color: var(--muted); margin-bottom: 0; font-size: .95rem; }
.card h3 a::after { content:""; position:absolute; inset:0; }
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: var(--teal-soft);
  color: var(--cyan-dark);
  font-size: 1.25rem;
  margin-bottom: 18px;
}

/* Text layouts */
.split {
  display: grid;
  grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: clamp(32px,6vw,70px);
  align-items: center;
}

.check-list { list-style: none; padding: 0; display: grid; gap: 15px; margin: 22px 0 0; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list i {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--teal-soft);
  color: var(--cyan-dark);
  font-size: .7rem;
  margin-top: 4px;
}

.quote-card {
  padding: clamp(28px,4vw,40px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background: linear-gradient(145deg,var(--navy-800),var(--navy-600));
  box-shadow: var(--shadow-lg);
}
.quote-card h3 { color: #fff; margin-top: 18px; }
.quote-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; margin-top: 28px; }
.quote-grid div { border-left: 2px solid var(--cyan); padding-left: 14px; }
.quote-grid b { display:block; font-size:1.35rem; }
.quote-grid span { color: rgba(255,255,255,.65); font-size:.86rem; }

.process-card { padding: 30px 25px; }
.process-card .step-no {
  width: 47px;
  height: 47px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  background: var(--navy-900);
  color: var(--cyan);
  font-family: var(--display);
  font-weight: 900;
}

.timeline { display: grid; gap: 18px; max-width: 950px; margin: 0 auto; }
.timeline-item {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 21px 25px;
  border-left: 3px solid var(--cyan);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: var(--card);
  box-shadow: var(--shadow-sm);
}
.timeline-item b { font-family: var(--display); font-size: 1.08rem; color: var(--navy-900); }
.timeline-item p { margin: 0; color: var(--muted); font-size: .95rem; }

/* Tables & callouts */
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 15px 17px; text-align: left; border-bottom: 1px solid var(--line); }
th { background: #f6fafb; color: var(--navy-900); font-size: .82rem; text-transform: uppercase; letter-spacing: .06em; }
td { color: #4d6271; font-size: .95rem; }
tr:last-child td { border-bottom: 0; }

.callout {
  padding: 21px 25px;
  border-left: 4px solid var(--amber);
  border-radius: 14px;
  background: #fff8e6;
  color: #6a4c07;
}
.callout p { margin: 0; font-size: .95rem; }

.cta-band {
  padding: clamp(38px,5vw,52px);
  border-radius: 28px;
  text-align: center;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 10%,rgba(32,197,201,.22),transparent 18rem),
    linear-gradient(135deg,var(--navy-950),var(--navy-700));
  box-shadow: var(--shadow-lg);
}
.cta-band h2 { color: #fff; max-width: 720px; margin-inline: auto; }
.cta-band p { max-width: 610px; margin-inline: auto; }
.cta-actions { display:flex; justify-content:center; gap:14px; flex-wrap:wrap; margin-top:28px; }

/* Forms */
.form-grid { display:grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap:16px; }
.form-field { display:grid; gap:7px; }
.form-field.full { grid-column: 1 / -1; }
label { color:var(--navy-800); font-size:.9rem; font-weight:700; }
input, select, textarea {
  width:100%;
  min-height:49px;
  padding:13px 15px;
  border:1px solid #ccdce4;
  border-radius:12px;
  background:#fbfdfe;
  color:var(--ink);
  font:inherit;
  outline:none;
  transition:.2s;
}
textarea { min-height:145px; resize:vertical; }
input:focus, select:focus, textarea:focus {
  border-color:var(--cyan);
  box-shadow:0 0 0 4px rgba(32,197,201,.12);
}
.form-note { color:var(--muted); font-size:.86rem; margin:14px 0 0; }
.form-status {
  display:none;
  padding:12px 16px;
  border-radius:12px;
  background:#e8f8f8;
  color:#085a5d;
  font-weight:700;
}
.form-status.is-visible { display:block; }

/* Detail page */
.detail-hero { display:grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(30px,5vw,58px); align-items:center; }
.detail-figure {
  min-height:430px;
  border-radius:28px;
  padding:32px;
  display:grid;
  place-content:center;
  text-align:center;
  color:var(--navy-700);
  background:linear-gradient(145deg,#fff,#ecf7f8 60%,#d9eff1);
  border:1px solid #cbe5e8;
  box-shadow:var(--shadow-lg);
}
.detail-figure strong { font-family:var(--display); font-size:2rem; color:var(--navy-800); display:block; margin-bottom:8px; }
.detail-figure span { color:var(--muted); }
.detail-figure p { color:var(--muted); }
.spec-list { list-style:none; padding:0; margin:22px 0 0; display:grid; gap:10px; }
.spec-list li {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding:12px 16px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}
.spec-list span { color:var(--muted); }
.spec-list strong { color:var(--navy-800); }

/* Contact */
.contact-grid { display:grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap:24px; align-items:start; }
.contact-card {
  padding:27px;
  border:1px solid var(--line);
  border-radius:var(--radius-lg);
  background:#fff;
  box-shadow:var(--shadow-sm);
}
.contact-item {
  display:flex;
  gap:14px;
  padding:17px 0;
  border-bottom:1px solid var(--line);
}
.contact-item:last-child { border:0; padding-bottom:0; }
.contact-item i {
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:var(--teal-soft);
  color:var(--cyan-dark);
}
.contact-item h3 { margin:0 0 3px; font-size:1rem; }
.contact-item p { margin:0; color:var(--muted); font-size:.94rem; }

/* Footer */
.site-footer {
  padding:70px 0 32px;
  color:rgba(255,255,255,.66);
  background:var(--navy-950);
  border-top:1px solid rgba(255,255,255,.08);
}
.footer-grid {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:34px;
  padding-bottom:42px;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.site-footer h3 { color:#fff; font-size:.98rem; margin-bottom:15px; }
.footer-links { list-style:none; padding:0; margin:0; display:grid; gap:9px; }
.footer-links a:hover { color:var(--cyan); }
.footer-note {
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-top:23px;
  color:rgba(255,255,255,.45);
  font-size:.86rem;
}
.footer-note p { margin:0; }
.footer-badge { display:flex; gap:8px; flex-wrap:wrap; margin-top:18px; }
.footer-badge span {
  padding:6px 10px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  font-size:.74rem;
  color:rgba(255,255,255,.66);
}

/* Utilities & animation */
.text-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--cyan-dark);
  font-weight:800;
}
.text-link:hover { gap:11px; color:var(--navy-800); }
.center { text-align:center; }
.mt-lg { margin-top:38px; }
.page-hero .text-link { color:var(--cyan); }
.section--dark .text-link { color:#9beff1; }

.reveal {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity:1; transform:none; }

#toTop {
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:90;
  width:45px;
  height:45px;
  border:0;
  border-radius:50%;
  background:var(--navy-800);
  color:#fff;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:.25s;
}
#toTop.is-visible { opacity:1; pointer-events:auto; transform:none; }

/* Responsive */
@media (max-width:1024px) {
  .hero-grid, .split, .detail-hero, .contact-grid { grid-template-columns:1fr; }
  .grid-4 { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .hero-visual { min-height:430px; order:-1; }
  .hero-card { transform:none; }
  .hero-chip.top { left:0; }
  .hero-chip.bottom { right:0; }
}

@media (max-width:820px) {
  .header-toggle { display:grid; place-items:center; }
  .nav {
    position:fixed;
    top:70px;
    right:14px;
    left:14px;
    flex-direction:column;
    align-items:stretch;
    gap:7px;
    padding:16px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:20px;
    background:rgba(5,13,28,.96);
    backdrop-filter:blur(18px);
    opacity:0;
    visibility:hidden;
    transform:translateY(-10px);
    transition:.24s;
  }
  .nav.open { opacity:1; visibility:visible; transform:none; }
  .nav a { text-align:left; }
  .nav-cta { margin:7px 0 0; justify-content:center; }
  .grid-3 { grid-template-columns:1fr; }
  .grid-2 { grid-template-columns:1fr; }
  .form-grid { grid-template-columns:1fr; }
  .hero-stats { grid-template-columns:1fr; }
  .quote-grid { grid-template-columns:1fr; }
  .timeline-item { grid-template-columns:1fr; gap:7px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-note { flex-direction:column; align-items:flex-start; }
}

@media (max-width:520px) {
  .container { width:calc(100% - 28px); }
  .grid-4 { grid-template-columns:1fr; }
  .hero-actions .btn { width:100%; }
  .cta-actions .btn { width:100%; }
  .hero-card { padding:23px; }
  .spec-list { font-size:.94rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation:none !important; transition:none !important; scroll-behavior:auto !important; }
}



.contact-card h2 { font-size: clamp(1.25rem,2vw,1.5rem); margin-bottom:12px; }



/* Photo-backed cards */
.hero-photo-card {
  position: absolute;
  inset: 0;
  margin: auto;
  width: min(90%, 440px);
  height: min(88%, 470px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 34px;
  box-shadow: var(--shadow-lg);
  transform: rotate(3deg);
}

.hero-photo-card img,
.product-media img,
.detail-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual { isolation: isolate; }
.product-media { padding: 0; }
.product-media::after { z-index: 1; }

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

.detail-gallery-item {
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.center-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 38px;
}

.brand { min-width:0; }
.brand > span:last-child { min-width:190px; }
.brand-mark img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .hero-photo-card {
    width: min(86%, 430px);
    height: min(74%, 450px);
  }
  .hero-chip.top, .hero-chip.bottom {
    max-width: 180px;
    font-size: .92rem;
  }
  .hero-chip.top { left: 4%; }
  .hero-chip.bottom { right: 4%; }
}

@media (max-width: 920px) {
  .detail-gallery { grid-template-columns: 1fr; }
  .hero-photo-card { transform:none; }
}

@media (max-width: 520px) {
  .hero-photo-card { width: min(100%, 390px); height: min(100%, 420px); }
  .center-actions { flex-direction:column; align-items:center; }
}




@media (max-width: 820px) {
  .hero-chip { display:none; }
  .hero-photo-card {
    position:static;
    width:100%;
    height:min(72vw,340px);
    margin:0;
    transform:none;
  }
  .hero-visual { min-height:0; }
  .brand > span:last-child { min-width:0; }
}

