/* ============================================================
   REPAIR PLUS — shared design system
   White · dark-red · tech. Orbitron display / Chakra Petch UI / Inter body.
   ============================================================ */

:root {
  --red:        #C8102E;   /* primary dark red */
  --red-2:      #A50E1A;   /* deeper */
  --red-ink:    #6E0912;   /* darkest, for text on light */
  --red-tint:   #FBEAEC;   /* pale red wash */
  --red-tint-2: #F6D9DD;
  --green:      #12894E;   /* emergency/medical green (the cross) */
  --green-tint: #E5F3EC;
  --yellow:     #E0A400;   /* accessory yellow */
  --yellow-tint:#FBF1D6;

  --ink:    #14161A;       /* near-black text */
  --ink-2:  #3A3F47;
  --muted:  #6A717C;
  --line:   #E7E9ED;       /* hairline */
  --line-2: #D8DBE0;
  --bg:     #FFFFFF;
  --bg-2:   #F6F7F9;       /* tinted section */
  --bg-3:   #F0F2F5;

  --shadow-sm: 0 1px 2px rgba(20,22,26,.06), 0 2px 6px rgba(20,22,26,.05);
  --shadow-md: 0 6px 20px rgba(20,22,26,.09);
  --shadow-lg: 0 20px 50px rgba(20,22,26,.16);
  --shadow-red: 0 12px 34px rgba(200,16,46,.30);

  --r:  6px;
  --r-lg: 12px;
  --nav-h: 74px;
  --maxw: 1220px;

  --f-display: 'Orbitron', 'Chakra Petch', sans-serif;
  --f-ui:      'Chakra Petch', 'Rajdhani', sans-serif;
  --f-body:    'Inter', system-ui, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--ink);
  font-family: var(--f-body); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; line-height: 1.08; font-weight: 700; letter-spacing: -.01em; }
p { margin: 0; }
.ms { font-family: 'Material Symbols Rounded'; font-weight: 400; font-style: normal;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  line-height: 1; -webkit-font-feature-settings: 'liga'; letter-spacing: normal; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
/* progressive enhancement: only hide reveal elements when JS is active */
.reveal { transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.js .reveal { opacity: 0; transform: translateY(22px); }
.reveal.vis { opacity: 1; transform: none; }

/* eyebrow label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--f-ui); font-weight: 700; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase; color: var(--red);
}
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--red); display: inline-block; }
.eyebrow.center::after { content: ''; width: 26px; height: 2px; background: var(--red); display: inline-block; }

.sec { padding: 96px 0; }
.sec-head { max-width: 720px; }
.sec-head.center { margin: 0 auto; text-align: center; }
.sec-title {
  font-family: var(--f-display); font-weight: 800; letter-spacing: -.015em;
  font-size: clamp(1.9rem, 4vw, 2.9rem); margin: 16px 0 14px; line-height: 1.02;
}
.sec-sub { color: var(--muted); font-size: 1.06rem; max-width: 640px; }
.sec-head.center .sec-sub { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--f-ui); font-weight: 700; font-size: .92rem; letter-spacing: .02em;
  padding: 15px 26px; border-radius: var(--r); border: 1.5px solid transparent;
  transition: transform .18s ease, box-shadow .25s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn .ms { font-size: 1.15rem; }
.btn-red { background: var(--red); color: #fff; box-shadow: var(--shadow-red); }
.btn-red:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(200,16,46,.42); background: var(--red-2); }
.btn-emergency { background: var(--red); color: #fff; box-shadow: var(--shadow-red); position: relative; }
.btn-emergency::after {
  content: ''; position: absolute; inset: -3px; border-radius: var(--r);
  border: 2px solid var(--red); opacity: .55; animation: pulse 2s infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .55; } 70% { transform: scale(1.12); opacity: 0; } 100% { opacity: 0; } }
.btn-emergency:hover { transform: translateY(-2px); background: var(--red-2); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line-2); box-shadow: var(--shadow-sm); }
.btn-ghost:hover { border-color: var(--red); color: var(--red); transform: translateY(-2px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; transform: translateY(-2px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: #0e6e3f; transform: translateY(-2px); }
.btn-lg { padding: 17px 32px; font-size: 1rem; }
.btn-block { width: 100%; }

/* ============================================================
   CATEGORY COLOUR SYSTEM
   Each repair family owns a signature hue. The token is bound by the
   destination slug in the href, so the SAME colour appears on the nav
   dropdown, the visual cards and the landing page — with zero per-page drift.
   Everything else (nav, hero, footer, CTA band) stays brand red.
   ============================================================ */
.svc-cat[href*="iphone-repair"],       .drop-item[href*="iphone-repair"]       { --cat: #C8102E; }
.svc-cat[href*="samsung-android"],     .drop-item[href*="samsung-android"]     { --cat: #1668D6; }
.svc-cat[href*="tablet-ipad"],         .drop-item[href*="tablet-ipad"]         { --cat: #7C3AED; }
.svc-cat[href*="laptop-macbook"],      .drop-item[href*="laptop-macbook"]      { --cat: #0E8C7F; }
.svc-cat[href*="games-console"],       .drop-item[href*="games-console"]       { --cat: #D61F69; }
.svc-cat[href*="water-liquid"],        .drop-item[href*="water-liquid"]        { --cat: #0A93C7; }
.svc-cat[href*="data-recovery"],       .drop-item[href*="data-recovery"]       { --cat: #159A4E; }
.svc-cat[href*="trade-in-device"],     .drop-item[href*="trade-in-device"]     { --cat: #E0930B; }

/* themed button — inherits --cat from the page/section it sits in */
.btn-cat { background: var(--cat, var(--red)); color: #fff; box-shadow: 0 12px 30px color-mix(in srgb, var(--cat, var(--red)) 32%, transparent); }
.btn-cat:hover { filter: brightness(.93); transform: translateY(-2px); }

/* soft, almost-white tinted section background with two blurred colour blobs */
.tintbg { position: relative;
  background:
    radial-gradient(52rem 34rem at 8% -12%, color-mix(in srgb, var(--tint, var(--red)) 13%, #fff), transparent 60%),
    radial-gradient(46rem 34rem at 104% 8%, color-mix(in srgb, var(--tint2, var(--tint, var(--red))) 11%, #fff), transparent 58%),
    #fff;
}
.tintbg.soft { background:
    radial-gradient(48rem 32rem at 10% -14%, color-mix(in srgb, var(--tint, var(--red)) 8%, #fff), transparent 60%),
    radial-gradient(42rem 32rem at 106% 10%, color-mix(in srgb, var(--tint2, var(--tint, var(--red))) 7%, #fff), transparent 58%),
    #FBFBFC;
}

/* ---------- nav ---------- */
.nav {
  position: fixed; inset: 0 0 auto 0; height: var(--nav-h); z-index: 200;
  display: flex; align-items: center;
  background: rgba(255,255,255,.86); backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent; transition: box-shadow .3s, border-color .3s, background .3s;
}
.nav.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); background: rgba(255,255,255,.95); }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 20px; }
.nav-logo { display: flex; align-items: center; gap: 11px; }
.nav-logo img { height: 42px; width: auto; }
.nav-logo .brand { font-family: var(--f-display); font-weight: 800; font-size: 1.16rem; color: var(--red); letter-spacing: .01em; }
.nav-logo .brand span { color: var(--green); }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-links > li { position: relative; }
.nav-links > li > a {
  display: inline-flex; align-items: center; gap: 5px; padding: 10px 15px; border-radius: var(--r);
  font-family: var(--f-ui); font-weight: 600; font-size: .93rem; color: var(--ink-2);
  transition: color .18s, background .18s;
}
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--red); background: var(--red-tint); }
.nav-links > li > a .ms { font-size: 1.1rem; }
.nav-cta { display: flex; align-items: center; gap: 10px; }

/* dropdown (Services — nested) */
.has-drop > a .caret { font-size: 1.05rem; transition: transform .2s; }
.has-drop:hover > a .caret { transform: rotate(180deg); }
.drop {
  position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(8px);
  width: 340px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden; transition: .22s;
}
.drop::before { content:''; position:absolute; top:-14px; left:0; right:0; height:14px; } /* hover bridge */
.has-drop:hover .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop-head { font-family: var(--f-ui); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); padding: 8px 12px 6px; }
.drop-item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: var(--r); transition: background .16s; }
.drop-item .di-ic { width: 36px; height: 36px; flex: 0 0 36px; border-radius: 8px; display: grid; place-items: center; background: color-mix(in srgb, var(--cat, var(--red)) 13%, #fff); color: var(--cat, var(--red)); transition: .16s; }
.drop-item:hover { background: color-mix(in srgb, var(--cat, var(--red)) 8%, #fff); }
.drop-item:hover .di-ic { background: var(--cat, var(--red)); color: #fff; }
.drop-item .di-ic .ms { font-size: 1.2rem; }
.drop-item .di-t { font-family: var(--f-ui); font-weight: 600; font-size: .92rem; color: var(--ink); }
.drop-item .di-s { font-size: .76rem; color: var(--muted); }
.drop-all { display: flex; align-items: center; justify-content: center; gap: 7px; margin-top: 6px; padding: 11px; border-radius: var(--r); background: var(--ink); color: #fff; font-family: var(--f-ui); font-weight: 700; font-size: .85rem; }
.drop-all:hover { background: var(--red); }

.hamburger { display: none; background: none; border: 1px solid var(--line-2); border-radius: var(--r); width: 46px; height: 44px; place-items: center; color: var(--ink); }
.hamburger .ms { font-size: 1.5rem; }

/* mobile menu */
.mob { position: fixed; inset: 0; z-index: 300; background: #fff; transform: translateX(100%); transition: transform .32s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; overflow-y: auto; }
.mob.open { transform: none; }
.mob-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.mob-head img { height: 40px; }
.mob-close { background: none; border: 1px solid var(--line-2); border-radius: var(--r); width: 46px; height: 44px; display: grid; place-items: center; }
.mob-links { list-style: none; margin: 0; padding: 14px 18px; display: flex; flex-direction: column; gap: 2px; }
.mob-links a { display: flex; align-items: center; gap: 12px; padding: 15px 12px; border-radius: var(--r); font-family: var(--f-ui); font-weight: 600; font-size: 1.06rem; border-bottom: 1px solid var(--line); }
.mob-links a .ms { color: var(--red); }
.mob-sub { padding-left: 20px; }
.mob-sub a { font-size: .96rem; font-weight: 500; color: var(--ink-2); border-bottom: 1px dashed var(--line); }
.mob-ctas { padding: 18px; display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.scrim { position: fixed; inset: 0; background: rgba(10,10,12,.5); z-index: 250; opacity: 0; visibility: hidden; transition: .3s; }
.scrim.on { opacity: 1; visibility: visible; }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; padding-top: var(--nav-h); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.90) 0%, rgba(255,255,255,.82) 40%, rgba(255,255,255,.90) 100%),
              radial-gradient(1200px 600px at 15% 20%, rgba(255,255,255,.7), transparent);
}
.hero-grid { position: absolute; inset: 0; z-index: 1; opacity: .5;
  background-image: linear-gradient(rgba(200,16,46,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(200,16,46,.055) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(1000px 560px at 50% 40%, #000 30%, transparent 78%); }
.hero .wrap { position: relative; z-index: 2; width: 100%; }
.hero-inner { max-width: 780px; }
.hero-badge { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); border-radius: 100px; padding: 8px 16px; font-family: var(--f-ui); font-weight: 600; font-size: .82rem; color: var(--ink-2); margin-bottom: 24px; }
.hero-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-tint); }
.hero h1 { font-family: var(--f-display); font-weight: 900; font-size: clamp(2.5rem, 6.4vw, 5rem); letter-spacing: -.02em; line-height: .98; }
.hero h1 .hl { color: var(--red); }
.hero h1 .plus { color: var(--green); }
.hero-lead { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: var(--ink-2); margin: 22px 0 34px; max-width: 600px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); }
.hero-trust .ht { display: flex; flex-direction: column; }
.hero-trust .ht b { font-family: var(--f-display); font-weight: 800; font-size: 1.5rem; color: var(--red); }
.hero-trust .ht span { font-size: .82rem; color: var(--muted); font-family: var(--f-ui); font-weight: 500; letter-spacing: .04em; }

/* ---------- ABOUT (dark red offering) ---------- */
.offer { background: var(--red-ink); color: #fff; position: relative; overflow: hidden; }
.offer::before { content:''; position:absolute; inset:0; opacity:.14;
  background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px);
  background-size: 44px 44px; mask-image: radial-gradient(700px 400px at 80% 10%, #000, transparent 70%); }
.offer .wrap { position: relative; z-index: 1; }
.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.offer-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.14); position: relative; aspect-ratio: 4/3.4; }
.offer-media img { width: 100%; height: 100%; object-fit: cover; }
.offer .eyebrow { color: #fff; }
.offer .eyebrow::before { background: #fff; }
.offer-title { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin: 15px 0 14px; }
.offer-lead { color: rgba(255,255,255,.82); font-size: 1.04rem; margin-bottom: 30px; max-width: 520px; }
.offer-2x2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.offer-cell { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14); border-radius: var(--r-lg); padding: 22px; transition: transform .2s, background .2s; }
.offer-cell:hover { transform: translateY(-4px); background: rgba(255,255,255,.12); }
.offer-cell .oc-ic { width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: #fff; color: var(--red); margin-bottom: 14px; }
.offer-cell .oc-ic .ms { font-size: 1.7rem; }
.offer-cell h4 { font-family: var(--f-ui); font-weight: 700; font-size: 1.08rem; margin-bottom: 5px; }
.offer-cell p { color: rgba(255,255,255,.72); font-size: .88rem; line-height: 1.55; }

/* ---------- VISUAL SERVICES SELECTOR ---------- */
.svc-visual { position: relative; background:
  radial-gradient(48rem 32rem at 4% -12%, color-mix(in srgb, #C8102E 7%, #fff), transparent 58%),
  radial-gradient(46rem 32rem at 103% -6%, color-mix(in srgb, #1668D6 8%, #fff), transparent 58%),
  radial-gradient(40rem 30rem at 60% 118%, color-mix(in srgb, #7C3AED 6%, #fff), transparent 60%),
  #fff; }
.svc-cats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 46px; }
.svc-cat {
  position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 26px 22px; text-align: left; overflow: hidden; transition: transform .22s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column; gap: 10px; min-height: 200px;
}
.svc-cat::before { content: ''; position: absolute; inset: auto 0 0 0; height: 3px; background: var(--cat, var(--red)); transform: scaleX(0); transform-origin: left; transition: transform .3s; }
.svc-cat:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-cat:hover::before { transform: scaleX(1); }
.svc-cat .sc-ic { width: 56px; height: 56px; border-radius: 14px; display: grid; place-items: center; background: color-mix(in srgb, var(--cat, var(--red)) 10%, #fff); color: var(--cat, var(--red)); transition: .25s; }
.svc-cat:hover .sc-ic { background: var(--cat, var(--red)); color: #fff; }
.svc-cat .sc-ic .ms { font-size: 1.9rem; }
.svc-cat h3 { font-family: var(--f-ui); font-weight: 700; font-size: 1.14rem; letter-spacing: -.01em; }
.svc-cat p { color: var(--muted); font-size: .86rem; line-height: 1.5; flex: 1; }
.svc-cat .sc-meta { display: flex; align-items: center; justify-content: space-between; margin-top: 4px; }
.svc-cat .sc-count { font-family: var(--f-ui); font-weight: 600; font-size: .78rem; color: var(--cat, var(--red)); }
.svc-cat .sc-go { display: inline-flex; align-items: center; gap: 4px; font-family: var(--f-ui); font-weight: 600; font-size: .8rem; color: var(--ink-2); }
.svc-cat:hover .sc-go { color: var(--cat, var(--red)); }
.svc-explore { display: flex; justify-content: center; margin-top: 40px; }

/* service list rows (used on subpages) */
.svc-rows { display: grid; gap: 14px; }
.svc-row { display: flex; align-items: center; gap: 20px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 20px 22px; transition: box-shadow .22s, transform .2s, border-color .2s; }
.svc-row:hover { box-shadow: var(--shadow-md); transform: translateX(3px); border-color: color-mix(in srgb, var(--cat, var(--red)) 30%, #fff); }
.svc-row .sr-ic { width: 52px; height: 52px; flex: 0 0 52px; border-radius: 12px; display: grid; place-items: center; background: color-mix(in srgb, var(--cat, var(--red)) 12%, #fff); color: var(--cat, var(--red)); }
.svc-row .sr-ic .ms { font-size: 1.6rem; }
.svc-row .sr-body { flex: 1; min-width: 0; }
.svc-row .sr-body h3 { font-family: var(--f-ui); font-weight: 700; font-size: 1.1rem; margin-bottom: 3px; }
.svc-row .sr-body p { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.svc-row .sr-side { display: flex; flex-direction: column; align-items: flex-end; gap: 10px; flex: 0 0 auto; }
.svc-row .sr-price { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); white-space: nowrap; }
.svc-row .sr-price small { display: block; font-family: var(--f-ui); font-weight: 500; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); text-align: right; }
.svc-row .sr-dur { font-size: .76rem; color: var(--muted); font-family: var(--f-ui); }

/* ---------- AREA (best in area) ---------- */
.area { background:
  radial-gradient(50rem 34rem at 102% -14%, color-mix(in srgb, #E0930B 11%, #fff), transparent 60%),
  radial-gradient(44rem 32rem at -8% 112%, color-mix(in srgb, #C8102E 9%, #fff), transparent 56%),
  #FAFAFB; }
.area-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.area-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px 26px; transition: transform .2s, box-shadow .25s; }
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.area-card .ac-ic { width: 54px; height: 54px; border-radius: 13px; display: grid; place-items: center; background: var(--red-tint); color: var(--red); margin-bottom: 16px; }
.area-card.g .ac-ic { background: var(--green-tint); color: var(--green); }
.area-card.y .ac-ic { background: var(--yellow-tint); color: var(--yellow); }
.area-card.b .ac-ic { background: color-mix(in srgb, #1668D6 13%, #fff); color: #1668D6; }
.area-card.v .ac-ic { background: color-mix(in srgb, #7C3AED 13%, #fff); color: #7C3AED; }
.area-card.c .ac-ic { background: color-mix(in srgb, #0A93C7 13%, #fff); color: #0A93C7; }
.area-card .ac-ic .ms { font-size: 1.8rem; }
.area-card h3 { font-family: var(--f-ui); font-weight: 700; font-size: 1.16rem; margin-bottom: 8px; }
.area-card p { color: var(--muted); font-size: .93rem; line-height: 1.6; }

/* ---------- SHOP TEASER ---------- */
.shopt { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.shopt::before { content:''; position:absolute; inset:0; opacity:.5;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 40px 40px; }
.shopt::after { content:''; position:absolute; width:520px; height:520px; right:-140px; top:-160px; border-radius:50%; background: radial-gradient(circle, rgba(200,16,46,.42), transparent 68%); }
.shopt .wrap { position: relative; z-index: 1; }
.shopt-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 54px; align-items: center; }
.shopt .eyebrow { color: var(--yellow); }
.shopt .eyebrow::before { background: var(--yellow); }
.shopt h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 3rem); margin: 15px 0 16px; }
.shopt p { color: rgba(255,255,255,.75); font-size: 1.06rem; margin-bottom: 26px; max-width: 480px; }
.shopt-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.shopt-tags span { font-family: var(--f-ui); font-weight: 600; font-size: .82rem; padding: 8px 15px; border-radius: 100px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); }
.shopt-media { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.shopt-media .stile { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; gap: 10px; transition: .2s; }
.shopt-media .stile:hover { background: rgba(255,255,255,.1); transform: translateY(-4px); }
.shopt-media .stile .ms { font-size: 2rem; color: var(--yellow); }
.shopt-media .stile b { font-family: var(--f-ui); font-size: 1rem; }
.shopt-media .stile small { color: rgba(255,255,255,.6); font-size: .8rem; }

/* ---------- ABOUT + REVIEWS ---------- */
.about2 { background:
  radial-gradient(48rem 32rem at 6% -10%, color-mix(in srgb, #0A93C7 9%, #fff), transparent 58%),
  radial-gradient(46rem 32rem at 104% 10%, color-mix(in srgb, #159A4E 8%, #fff), transparent 56%),
  #fff; }
.about2-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about2-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line); aspect-ratio: 4/3.2; }
.about2-media img { width: 100%; height: 100%; object-fit: cover; }
.about2 h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin: 15px 0 16px; }
.about2 .lead { color: var(--ink-2); font-size: 1.06rem; margin-bottom: 18px; }
.about2 p.body { color: var(--muted); margin-bottom: 24px; }
.rev-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.rev-top { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.rev-badge { width: 46px; height: 46px; border-radius: 10px; background: #fff; border: 1px solid var(--line); display: grid; place-items: center; }
.rev-badge img { width: 26px; }
.rev-score { display: flex; flex-direction: column; }
.rev-score b { font-family: var(--f-display); font-weight: 800; font-size: 1.25rem; }
.rev-stars { color: var(--yellow); font-size: .9rem; letter-spacing: 1px; }
.rev-score span { font-size: .78rem; color: var(--muted); }
.rev-quote { font-size: .95rem; color: var(--ink-2); font-style: italic; }
.rev-quote::before { content: '“'; color: var(--red); font-size: 1.4em; font-weight: 700; }

/* ---------- CTA LINKS ---------- */
.cta { background: var(--red); color: #fff; position: relative; overflow: hidden; }
.cta::before { content:''; position:absolute; inset:0; opacity:.16;
  background-image: linear-gradient(rgba(255,255,255,.6) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.6) 1px, transparent 1px); background-size: 42px 42px;
  mask-image: radial-gradient(700px 360px at 20% 90%, #000, transparent 70%); }
.cta .wrap { position: relative; z-index: 1; }
.cta-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.cta-head h2 { font-family: var(--f-display); font-weight: 800; font-size: clamp(1.9rem, 4vw, 2.9rem); margin-bottom: 12px; }
.cta-head p { color: rgba(255,255,255,.85); font-size: 1.06rem; }
.cta-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cta-link { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-lg); padding: 26px 22px; transition: .22s; display: flex; flex-direction: column; gap: 10px; }
.cta-link:hover { background: #fff; color: var(--red); transform: translateY(-5px); }
.cta-link .ms { font-size: 2rem; }
.cta-link b { font-family: var(--f-ui); font-weight: 700; font-size: 1.06rem; }
.cta-link span { font-size: .85rem; opacity: .82; }

/* ---------- MAP + hours ---------- */
.visit { position: relative; }
#map { width: 100%; height: 520px; background: var(--bg-3); z-index: 0; }
.hours-float { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5;
  background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 30px; width: min(400px, 92vw); border-top: 4px solid var(--red); }
.hours-float h3 { font-family: var(--f-display); font-weight: 800; font-size: 1.3rem; margin-bottom: 4px; }
.hours-float .hf-addr { color: var(--muted); font-size: .88rem; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 7px; }
.hours-float .hf-addr .ms { color: var(--red); font-size: 1.1rem; }
.hrow { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-radius: var(--r); font-size: .92rem; }
.hrow span:first-child { font-family: var(--f-ui); font-weight: 600; }
.hrow span:last-child { color: var(--ink-2); }
.hrow.today { background: var(--red-tint); }
.hrow.today span { color: var(--red); font-weight: 700; }
.hours-float .hf-cta { margin-top: 18px; display: flex; gap: 10px; }

/* ---------- FOOTER ---------- */
.footer { background: #0E1013; color: rgba(255,255,255,.7); padding: 70px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; }
.footer-brand img { height: 48px; margin-bottom: 16px; }
.footer-brand p { font-size: .9rem; line-height: 1.65; max-width: 280px; margin-bottom: 18px; }
.footer-social { display: flex; gap: 10px; }
.footer-social a { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; color: #fff; transition: .2s; }
.footer-social a:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px); }
.footer-col h4 { font-family: var(--f-ui); font-weight: 700; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: .9rem; transition: color .18s; }
.footer-col a:hover { color: var(--red); }
.footer-contact li { display: flex; align-items: flex-start; gap: 10px; font-size: .9rem; margin-bottom: 12px; }
.footer-contact .ms { color: var(--red); font-size: 1.15rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: .82rem; }
.footer-bottom a { color: #fff; }

/* ---------- SUBPAGE HERO ---------- */
.page-hero { padding: calc(var(--nav-h) + 66px) 0 66px; border-bottom: 1px solid var(--line); position: relative; overflow: hidden;
  background:
    radial-gradient(50rem 30rem at 88% -25%, color-mix(in srgb, var(--cat, var(--red)) 15%, #fff), transparent 60%),
    radial-gradient(40rem 30rem at -8% 120%, color-mix(in srgb, var(--cat, var(--red)) 9%, #fff), transparent 55%),
    #FBFBFC; }
.page-hero::before { content:''; position:absolute; inset:0; opacity:.45;
  background-image: linear-gradient(color-mix(in srgb, var(--cat, var(--red)) 40%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--cat, var(--red)) 40%, transparent) 1px, transparent 1px); background-size: 44px 44px;
  mask-image: radial-gradient(700px 340px at 85% 20%, #000, transparent 72%); }
.page-hero .wrap { position: relative; z-index: 1; }
.crumbs { display: flex; align-items: center; gap: 8px; font-family: var(--f-ui); font-size: .82rem; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.crumbs a:hover { color: var(--red); }
.crumbs .ms { font-size: .95rem; }
.page-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; }
.page-hero .ph-ic { width: 84px; height: 84px; border-radius: 18px; display: grid; place-items: center; background: var(--cat, var(--red)); color: #fff; box-shadow: 0 14px 36px color-mix(in srgb, var(--cat, var(--red)) 32%, transparent); }
.page-hero .ph-ic .ms { font-size: 2.6rem; }
.page-hero h1 { font-family: var(--f-display); font-weight: 800; font-size: clamp(2rem, 4.4vw, 3.1rem); margin-bottom: 16px; }
.page-hero .ph-intro { color: var(--ink-2); font-size: 1.08rem; max-width: 720px; }
.page-hero .ph-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill { display: inline-flex; align-items: center; gap: 7px; font-family: var(--f-ui); font-weight: 600; font-size: .8rem; padding: 8px 14px; border-radius: 100px; background: #fff; border: 1px solid var(--line); color: var(--ink-2); }
.pill .ms { font-size: 1rem; color: var(--cat, var(--red)); }
.pill.g .ms { color: var(--green); }

/* two-col content for subpages */
.content-2col { display: grid; grid-template-columns: 1fr 340px; gap: 44px; align-items: start; }
.prose h2 { font-family: var(--f-display); font-weight: 800; font-size: 1.6rem; margin: 8px 0 16px; }
.prose h3 { font-family: var(--f-ui); font-weight: 700; font-size: 1.2rem; margin: 26px 0 10px; }
.prose p { color: var(--ink-2); margin-bottom: 16px; }
.prose ul { padding-left: 0; list-style: none; display: grid; gap: 10px; margin: 16px 0 22px; }
.prose ul li { display: flex; gap: 11px; align-items: flex-start; color: var(--ink-2); }
.prose ul li .ms { color: var(--green); font-size: 1.2rem; flex: 0 0 auto; margin-top: 1px; }
.faq-q { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; margin-bottom: 12px; background: #fff; }
.faq-q h4 { font-family: var(--f-ui); font-weight: 700; font-size: 1.02rem; margin-bottom: 6px; display: flex; gap: 9px; align-items: center; }
.faq-q h4 .ms { color: var(--red); }
.faq-q p { color: var(--muted); font-size: .92rem; }
.aside-card { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px; position: sticky; top: calc(var(--nav-h) + 16px); }
.aside-card h3 { font-family: var(--f-ui); font-weight: 700; font-size: 1.14rem; margin-bottom: 6px; }
.aside-card p { color: var(--muted); font-size: .9rem; margin-bottom: 16px; }
.aside-list { list-style: none; padding: 0; margin: 0 0 18px; display: grid; gap: 12px; }
.aside-list li { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
.aside-list .ms { color: var(--cat, var(--red)); font-size: 1.15rem; }
.aside-card { border-top: 3px solid var(--cat, var(--red)); }

/* ---------- SHOP PAGE ---------- */
.shop-layout { display: grid; grid-template-columns: 260px 1fr; gap: 34px; align-items: start; }
.shop-filter { position: sticky; top: calc(var(--nav-h) + 16px); background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 22px; }
.shop-filter h4 { font-family: var(--f-ui); font-weight: 700; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); margin: 18px 0 10px; }
.shop-filter h4:first-child { margin-top: 0; }
.filter-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.filter-list button { width: 100%; text-align: left; background: none; border: none; padding: 10px 12px; border-radius: var(--r); font-family: var(--f-ui); font-weight: 600; font-size: .92rem; color: var(--ink-2); display: flex; justify-content: space-between; align-items: center; transition: .16s; }
.filter-list button:hover { background: var(--bg-2); }
.filter-list button.active { background: var(--red-tint); color: var(--red); }
.filter-list button .cnt { font-size: .74rem; color: var(--muted); }
.filter-list button.active .cnt { color: var(--red); }
.filter-sub { padding-left: 10px; }
.filter-sub button { font-weight: 500; font-size: .86rem; }
.shop-cats-tabs { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 6px; margin-bottom: 24px; }
.shop-cats-tabs button { flex: 0 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 100px; padding: 9px 18px; font-family: var(--f-ui); font-weight: 600; font-size: .88rem; color: var(--ink-2); transition: .18s; }
.shop-cats-tabs button.active { background: var(--red); border-color: var(--red); color: #fff; }
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.prod-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; transition: transform .2s, box-shadow .25s; cursor: pointer; display: flex; flex-direction: column; }
.prod-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pc-img { position: relative; aspect-ratio: 1; background: var(--bg-2); overflow: hidden; }
.pc-img img { width: 100%; height: 100%; object-fit: contain; padding: 16px; transition: transform .3s; }
.prod-card:hover .pc-img img { transform: scale(1.05); }
.pc-quick { position: absolute; inset: auto 0 0 0; background: var(--red); color: #fff; text-align: center; padding: 10px; font-family: var(--f-ui); font-weight: 700; font-size: .82rem; transform: translateY(100%); transition: transform .25s; }
.prod-card:hover .pc-quick { transform: none; }
.pc-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pc-brand { font-family: var(--f-ui); font-weight: 600; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--red); }
.pc-name { font-weight: 600; font-size: .95rem; color: var(--ink); flex: 1; }
.pc-price { font-family: var(--f-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); margin-top: 6px; }
.prod-empty { grid-column: 1/-1; text-align: center; padding: 60px 20px; color: var(--muted); }

/* ---------- generic info-icon strip ---------- */
.infostrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.infostrip .ii { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; }
.infostrip .ii .ms { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 10px; background: var(--red-tint); color: var(--red); display: grid; place-items: center; font-size: 1.5rem; }
.infostrip .ii b { font-family: var(--f-ui); font-weight: 700; font-size: .96rem; display: block; }
.infostrip .ii span { font-size: .8rem; color: var(--muted); }

/* ---------- SEO PAGE ---------- */
.seo-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.metric { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px; text-align: center; }
.metric b { font-family: var(--f-display); font-weight: 800; font-size: 2.4rem; color: var(--red); display: block; }
.metric span { font-family: var(--f-ui); font-weight: 600; font-size: .85rem; color: var(--ink-2); }
.metric small { display: block; font-size: .76rem; color: var(--muted); margin-top: 4px; }
.seo-table { width: 100%; border-collapse: collapse; font-size: .92rem; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; }
.seo-table th { background: var(--bg-2); text-align: left; padding: 14px 18px; font-family: var(--f-ui); font-weight: 700; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--line); }
.seo-table td { padding: 14px 18px; border-bottom: 1px solid var(--line); color: var(--ink-2); vertical-align: top; }
.seo-table tr:last-child td { border-bottom: none; }
.seo-table .ok { color: var(--green); font-weight: 700; display: inline-flex; align-items: center; gap: 5px; }
.seo-table .ok .ms { font-size: 1.05rem; }
.seo-check { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.seo-check .chk { display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.seo-check .chk .ms { color: var(--green); font-size: 1.3rem; flex: 0 0 auto; }
.seo-check .chk b { font-family: var(--f-ui); font-size: .96rem; display: block; margin-bottom: 2px; }
.seo-check .chk span { font-size: .84rem; color: var(--muted); }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .svc-cats { grid-template-columns: repeat(2, 1fr); }
  .offer-grid, .about2-grid, .shopt-grid { grid-template-columns: 1fr; gap: 36px; }
  .cta-links { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .content-2col { grid-template-columns: 1fr; }
  .aside-card { position: static; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .infostrip, .seo-metrics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .nav-links, .nav-cta .btn { display: none; }
  .hamburger { display: grid; }
  .area-grid { grid-template-columns: 1fr; }
  .shop-layout { grid-template-columns: 1fr; }
  .shop-filter { position: static; }
  .offer-2x2 { grid-template-columns: 1fr 1fr; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .page-hero .ph-ic { display: none; }
  .seo-check { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .sec { padding: 66px 0; }
  .wrap { padding: 0 18px; }
  .hero-cta { flex-direction: column; align-items: stretch; }
  .hero-trust { gap: 18px; }
  .offer-2x2 { grid-template-columns: 1fr; }
  .cta-links, .infostrip, .seo-metrics { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .prod-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .svc-cats { grid-template-columns: 1fr; }
  .svc-row { flex-wrap: wrap; }
}
