/* Generated by site-src/build_fonts.py — do not edit by hand.
   Self-hosted latin subsets of the Archivo and Inter variable fonts,
   so no render-blocking request ever leaves our own origin. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('../fonts/archivo-var.woff2') format('woff2-variations'),
       url('../fonts/archivo-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2-variations'),
       url('../fonts/inter-var.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ==========================================================================
   Samarth Cookware — design system

   Palette is taken from the company's own marks: the orange of the SAMARTH
   wordmark, the blue of its swoosh, the copper of the copper-base range, and
   the graphite of brushed stainless steel.

   The surface language is metal: brushed-steel gradients, hairline rules that
   catch light at one end, a fine grain over dark panels, and a sheen that
   sweeps across controls on hover. Nothing here is decoration for its own
   sake — it is a cookware manufacturer, so the site should feel like the
   material it sells.
   ========================================================================== */

:root {
  /* brand */
  --brand:        #F88602;
  --brand-600:    #DC7500;
  --brand-700:    #B65E00;
  --brand-tint:   #FFF3E4;
  --swoosh:       #1B8DE0;
  --copper:       #B87333;
  --copper-lit:   #E8A468;
  --copper-tint:  #F7EDE2;

  /* steel neutrals */
  --ink:          #0C0F11;
  --ink-2:        #14181B;
  --ink-3:        #1B2126;
  --steel-900:    #23292E;
  --steel-800:    #2E353B;
  --steel-700:    #465059;
  --steel-600:    #5A646D;
  --steel-500:    #6E7981;
  --steel-400:    #98A2AA;
  --steel-300:    #C3CAD0;
  --steel-200:    #DEE3E7;
  --steel-100:    #EDF0F2;
  --steel-50:     #F6F8F9;
  --paper:        #FFFFFF;

  /* type */
  --font-display: "Archivo", "Segoe UI", system-ui, sans-serif;
  --font-body:    "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;

  /* metal surfaces */
  --brushed: linear-gradient(96deg, #191E22 0%, #262D33 18%, #1A2024 34%, #2B3339 52%,
                             #1B2125 68%, #262D33 86%, #171C20 100%);
  --brushed-light: linear-gradient(96deg, #E7EBEE 0%, #F7F9FA 20%, #E2E7EB 38%, #FAFBFC 56%,
                                   #E4E9EC 74%, #F5F7F8 90%, #E7EBEE 100%);
  --copper-grad: linear-gradient(135deg, #8E5322 0%, var(--copper) 30%, var(--copper-lit) 52%,
                                 var(--copper) 74%, #8E5322 100%);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");

  /* metrics */
  --wrap:         1240px;
  --wrap-narrow:  820px;
  --gutter:       clamp(1rem, 4vw, 2.5rem);
  --radius:       16px;
  --radius-sm:    9px;

  --shadow-sm:    0 1px 2px rgba(12, 15, 17, .06), 0 2px 8px rgba(12, 15, 17, .05);
  --shadow-md:    0 4px 14px rgba(12, 15, 17, .10), 0 14px 36px rgba(12, 15, 17, .08);
  --shadow-lg:    0 12px 30px rgba(12, 15, 17, .14), 0 34px 80px rgba(12, 15, 17, .12);

  --ease:         cubic-bezier(.2, .7, .3, 1);
  --ease-out:     cubic-bezier(.16, 1, .3, 1);
}

/* --------------------------------------------------------------- reset ---- */
*, *::before, *::after { box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--steel-800);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 .5em;
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 1.3rem + 4.4vw, 4.9rem); font-weight: 800; letter-spacing: -.042em; }
h2 { font-size: clamp(1.9rem, 1.25rem + 2.9vw, 3.4rem); font-weight: 800; letter-spacing: -.036em; }
h3 { font-size: clamp(1.3rem, 1.08rem + 1vw, 1.8rem); }
h4 { font-size: 1.15rem; }
p  { margin: 0 0 1.15em; }
p:last-child { margin-bottom: 0; }

::selection { background: var(--brand); color: #17130A; }

:focus-visible { outline: 3px solid var(--swoosh); outline-offset: 3px; border-radius: 3px; }

.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 999;
  background: var(--ink); color: #fff; padding: .8rem 1.2rem; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* -------------------------------------------------------------- layout ---- */
.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.wrap--narrow { max-width: var(--wrap-narrow); }

.section { padding-block: clamp(4rem, 2rem + 7vw, 8.5rem); position: relative; }
/* the .snum numeral is absolutely positioned, so in-flow content would otherwise
   paint beneath it — lift the content wrapper above it */
.section > .wrap { position: relative; z-index: 1; }
.section--tight { padding-block: clamp(2.5rem, 1.5rem + 4vw, 4.5rem); }
.section--sand { background: var(--steel-50); }

/* dark panels get brushed metal + a fine grain so they read as a surface */
.section--dark {
  background: var(--ink);
  background-image: var(--brushed);
  color: var(--steel-300);
  isolation: isolate;
}
.section--dark::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: var(--grain);
  opacity: .05; pointer-events: none;
}
.section--dark h1, .section--dark h2, .section--dark h3, .section--dark h4 { color: #fff; }

/* hairline that catches the light at one end, like a machined edge */
.rule {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, var(--steel-200) 18%, var(--steel-300) 50%, var(--steel-200) 82%, transparent);
}
.section--dark .rule {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.06) 18%, rgba(255,255,255,.22) 50%, rgba(255,255,255,.06) 82%, transparent);
}

.eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--font-display);
  font-size: .76rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--brand-700);
  margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--brand); flex: none; }
.section--dark .eyebrow { color: var(--brand); }
.eyebrow--center { justify-content: center; }

/* oversized section index numeral */
.snum {
  position: absolute; top: clamp(1rem, 2vw, 2.5rem); right: var(--gutter);
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(4rem, 2rem + 9vw, 10rem); line-height: 1;
  letter-spacing: -.06em;
  color: rgba(12, 15, 17, .045);
  -webkit-text-stroke: 1.5px var(--steel-200);
  pointer-events: none; user-select: none; z-index: 0;
}
.section--dark .snum { color: rgba(255, 255, 255, .035); -webkit-text-stroke-color: rgba(255, 255, 255, .10); }
@media (max-width: 760px) { .snum { display: none; } }

.lede {
  font-size: clamp(1.08rem, .98rem + .45vw, 1.35rem);
  line-height: 1.58;
  color: var(--steel-700);
}
.section--dark .lede { color: var(--steel-300); }

.section__head { max-width: 64ch; margin-bottom: clamp(2.2rem, 1rem + 3.5vw, 4rem); position: relative; }
.section__head--center { margin-inline: auto; text-align: center; }
.section__head--center .eyebrow { justify-content: center; }

/* -------------------------------------------------------------- buttons --- */
.btn {
  --btn-bg: var(--brand);
  --btn-fg: #17130A;
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem 1.85rem;
  background: var(--btn-bg); color: var(--btn-fg);
  font-family: var(--font-display); font-weight: 700; font-size: .98rem;
  text-decoration: none; border: 2px solid transparent; border-radius: 999px;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  box-shadow: 0 2px 0 rgba(0, 0, 0, .07);
}
/* a sheen sweeps across the face, the way light runs over polished steel */
.btn::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.42) 50%, transparent 70%);
  transform: translateX(-120%);
  transition: transform .65s var(--ease-out);
  pointer-events: none;
}
.btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn:hover::after { transform: translateX(120%); }
.btn:active { transform: translateY(0); }
.btn > * { position: relative; z-index: 1; }

.btn--ghost { --btn-bg: transparent; --btn-fg: var(--ink); border-color: var(--steel-300); }
.btn--ghost:hover { border-color: var(--ink); background: var(--paper); }
.section--dark .btn--ghost, .hero .btn--ghost { --btn-fg: #fff; border-color: rgba(255, 255, 255, .32); }
.section--dark .btn--ghost:hover, .hero .btn--ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn--ghost::after { display: none; }

.btn--dark { --btn-bg: var(--ink); --btn-fg: #fff; }
.btn--sm { padding: .68rem 1.25rem; font-size: .88rem; }
.btn--block { width: 100%; }
.btn svg { width: 18px; height: 18px; flex: none; position: relative; z-index: 1; }

.textlink {
  display: inline-flex; align-items: center; gap: .45rem;
  font-family: var(--font-display); font-weight: 700;
  color: var(--brand-700); text-decoration: none;
  border-bottom: 2px solid var(--brand); padding-bottom: 2px;
  transition: gap .2s var(--ease);
}
.textlink:hover { color: var(--ink); border-color: var(--ink); gap: .75rem; }
.section--dark .textlink { color: var(--brand); }
.section--dark .textlink:hover { color: #fff; border-color: #fff; }

/* --------------------------------------------------------------- header --- */
.topbar {
  background: var(--ink); background-image: var(--brushed);
  color: var(--steel-300); font-size: .85rem;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.topbar__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  min-height: 42px; flex-wrap: wrap;
}
.topbar a { color: var(--steel-200); text-decoration: none; }
.topbar a:hover { color: var(--brand); }
.topbar__since { display: inline-flex; align-items: center; gap: .5rem; letter-spacing: .04em; }
.topbar__since b { color: #fff; font-weight: 600; }
.topbar__links { display: flex; align-items: center; gap: 1.4rem; }
@media (max-width: 720px) { .topbar__since { display: none; } .topbar__inner { justify-content: center; } }

.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .88);
  backdrop-filter: saturate(1.7) blur(14px);
  border-bottom: 1px solid var(--steel-200);
  transition: box-shadow .25s var(--ease), background .25s var(--ease);
}
.header.is-stuck { box-shadow: 0 1px 0 var(--steel-200), 0 10px 30px rgba(12, 15, 17, .07); background: rgba(255,255,255,.95); }
.header__inner { display: flex; align-items: center; gap: 1.5rem; min-height: 78px; }
.header__logo { flex: none; transition: transform .25s var(--ease); }
.header__logo:hover { transform: scale(1.03); }
.header__logo img { width: 162px; }
@media (max-width: 560px) { .header__logo img { width: 134px; } }

.nav { margin-left: auto; }
.nav__list { display: flex; align-items: center; gap: .2rem; list-style: none; margin: 0; padding: 0; }
.nav__list a {
  position: relative; display: block; padding: .6rem .9rem;
  font-family: var(--font-display); font-weight: 600; font-size: .96rem;
  color: var(--steel-800); text-decoration: none; border-radius: 8px;
  transition: color .18s var(--ease);
}
.nav__list a::after {
  content: ""; position: absolute; left: .9rem; right: .9rem; bottom: .28rem; height: 2px;
  background: var(--brand); border-radius: 2px;
  transform: scaleX(0); transform-origin: left; transition: transform .26s var(--ease-out);
}
.nav__list a:hover { color: var(--ink); }
.nav__list a:hover::after, .nav__list a[aria-current="page"]::after { transform: scaleX(1); }
.nav__list a[aria-current="page"] { color: var(--brand-700); }

.header__cta { display: flex; align-items: center; gap: .6rem; flex: none; }

.nav-toggle {
  display: none; flex: none;
  width: 48px; height: 48px; margin-left: auto;
  border: 1px solid var(--steel-300); border-radius: 12px;
  background: var(--paper); cursor: pointer;
  align-items: center; justify-content: center;
}
.nav-toggle span {
  display: block; position: relative; width: 20px; height: 2px;
  background: var(--ink); border-radius: 2px; transition: background .15s var(--ease);
}
.nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 0; width: 20px; height: 2px;
  background: var(--ink); border-radius: 2px;
  transition: transform .22s var(--ease), top .22s var(--ease);
}
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after  { top: 6px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after  { top: 0; transform: rotate(-45deg); }

/* Below 940px the navigation collapses behind a toggle — but only when
   scripting is available. Without JS the .js class is never added, so the nav
   simply wraps onto its own row and stays usable. */
@media (max-width: 940px) {
  .header__cta { display: none; }
  .header__inner { flex-wrap: wrap; }
  .nav { width: 100%; margin-left: 0; }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__list a { padding: .95rem .5rem; border-bottom: 1px solid var(--steel-100); border-radius: 0; font-size: 1.05rem; }
  .nav__list a::after { display: none; }
  .nav__cta { margin-top: 1.1rem; display: grid; gap: .6rem; padding-bottom: 1rem; }

  .js .nav-toggle { display: flex; }
  .js .nav {
    position: absolute; top: 100%; left: 0; right: 0; margin: 0; width: auto;
    max-height: calc(100vh - 78px); overflow-y: auto;
    background: var(--paper);
    border-bottom: 1px solid var(--steel-200);
    box-shadow: var(--shadow-lg);
    padding: .75rem var(--gutter) 1.5rem;
    display: none;
  }
  .js .nav.is-open { display: block; }
}
@media (min-width: 941px) { .nav__cta { display: none; } }

/* ----------------------------------------------------------------- hero --- */
.hero {
  position: relative; background: var(--ink); color: #fff;
  overflow: hidden; isolation: isolate;
}
.hero__media { position: absolute; inset: 0; z-index: -3; }
.hero__media img {
  width: 100%; height: 100%; object-fit: cover;
  animation: heroDrift 26s var(--ease) infinite alternate;
}
@keyframes heroDrift { from { transform: scale(1.06) translate3d(0, 0, 0); } to { transform: scale(1.14) translate3d(-1.5%, -1%, 0); } }
@media (prefers-reduced-motion: reduce) { .hero__media img { animation: none; transform: scale(1.06); } }

.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(120% 90% at 8% 100%, rgba(248, 134, 2, .20), transparent 55%),
    linear-gradient(101deg, rgba(9, 11, 13, .97) 0%, rgba(9, 11, 13, .90) 40%,
                    rgba(9, 11, 13, .55) 70%, rgba(9, 11, 13, .70) 100%);
}
.hero__grain {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: var(--grain); opacity: .06;
}
@media (max-width: 760px) {
  .hero::after {
    background:
      radial-gradient(120% 60% at 50% 100%, rgba(248,134,2,.18), transparent 60%),
      linear-gradient(180deg, rgba(9,11,13,.90) 0%, rgba(9,11,13,.93) 55%, rgba(9,11,13,.97) 100%);
  }
}

.hero__inner { padding-block: clamp(4rem, 2rem + 10vw, 9rem); max-width: 44rem; position: relative; }
.hero h1 { color: #fff; margin-bottom: .45em; }
.hero h1 em {
  font-style: normal;
  background: linear-gradient(96deg, var(--brand) 0%, #FFB760 45%, var(--brand) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero__strap {
  font-size: clamp(1.05rem, .96rem + .48vw, 1.32rem);
  color: var(--steel-300); max-width: 36rem; margin-bottom: 2.2rem;
}
.hero__actions { display: flex; flex-wrap: wrap; gap: .85rem; }

.hero__marks { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 2.8rem; }
.mark {
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .55rem 1rem;
  border: 1px solid rgba(255, 255, 255, .16); border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  backdrop-filter: blur(6px);
  font-size: .82rem; font-weight: 500; color: var(--steel-200);
  transition: border-color .2s var(--ease), background .2s var(--ease);
}
.mark:hover { border-color: rgba(248, 134, 2, .5); background: rgba(248, 134, 2, .09); }
.mark svg { width: 15px; height: 15px; color: var(--brand); flex: none; }

/* the seal that sits over the hero edge — echoes the sticker on the pans */
.hero__seal {
  position: absolute; right: clamp(1rem, 5vw, 5rem); top: 50%;
  transform: translateY(-50%);
  width: clamp(120px, 13vw, 190px); aspect-ratio: 1;
  border-radius: 50%;
  display: grid; place-content: center; text-align: center; gap: .1rem;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.14), rgba(255,255,255,.03) 60%);
  border: 1px solid rgba(255, 255, 255, .22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 20px 50px rgba(0,0,0,.4);
  backdrop-filter: blur(3px);
  z-index: 1;
}
.hero__seal b {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem); line-height: 1;
  color: #fff; letter-spacing: -.03em;
}
.hero__seal span {
  font-size: .6rem; letter-spacing: .22em; text-transform: uppercase; color: var(--brand);
  font-weight: 600;
}
@media (max-width: 1080px) { .hero__seal { display: none; } }

/* --------------------------------------------------------------- ticker -- */
.marquee {
  background: var(--ink-2); background-image: var(--brushed);
  border-block: 1px solid rgba(255, 255, 255, .07);
  overflow: hidden; padding-block: 1.15rem;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.marquee__track {
  display: flex; gap: 3rem; width: max-content;
  animation: slide 46s linear infinite;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
@keyframes slide { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee span {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1rem, .9rem + .5vw, 1.35rem);
  letter-spacing: .01em; color: rgba(255, 255, 255, .13);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .35);
  white-space: nowrap; display: inline-flex; align-items: center; gap: 3rem;
}
.marquee span::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); flex: none; }
@media (prefers-reduced-motion: reduce) { .marquee__track { animation: none; } }

/* --------------------------------------------------------------- proof ---- */
.proof { background: var(--paper); border-bottom: 1px solid var(--steel-200); }
.proof__grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: var(--steel-200);
  border-inline: 1px solid var(--steel-200);
}
.proof__cell {
  background: var(--paper); padding: 2.2rem 1.4rem; text-align: center;
  position: relative; transition: background .25s var(--ease);
}
.proof__cell:hover { background: var(--steel-50); }
.proof__cell::before {
  content: ""; position: absolute; left: 50%; top: 0; width: 0; height: 3px;
  background: var(--brand); transform: translateX(-50%);
  transition: width .35s var(--ease-out);
}
.proof__cell:hover::before { width: 46px; }
.proof__n {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2rem, 1.4rem + 2.1vw, 3.1rem);
  color: var(--ink); line-height: 1; letter-spacing: -.04em;
  display: block; margin-bottom: .5rem; font-variant-numeric: tabular-nums;
}
.proof__n i { color: var(--brand); font-style: normal; }
.proof__l { font-size: .84rem; color: var(--steel-500); letter-spacing: .03em; }
@media (max-width: 820px) {
  .proof__grid { grid-template-columns: repeat(2, 1fr); }
  .proof__cell { padding: 1.6rem 1rem; }
}

/* ------------------------------------------------------------ page head --- */
.pagehead {
  background: var(--ink); background-image: var(--brushed);
  color: var(--steel-300);
  padding-block: clamp(3rem, 1.5rem + 5vw, 6rem);
  position: relative; overflow: hidden; isolation: isolate;
}
.pagehead::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(70% 130% at 100% 0%, rgba(248, 134, 2, .20), transparent 62%),
    var(--grain);
  background-blend-mode: normal, overlay;
  opacity: .9; pointer-events: none;
}
.pagehead h1 { color: #fff; margin-bottom: .3em; }
.pagehead .lede { color: var(--steel-400); max-width: 58ch; }

.crumbs {
  display: flex; flex-wrap: wrap; align-items: center; gap: .45rem;
  list-style: none; margin: 0 0 1.3rem; padding: 0;
  font-size: .82rem; color: var(--steel-500); letter-spacing: .04em;
}
.crumbs a { color: var(--steel-300); text-decoration: none; }
.crumbs a:hover { color: var(--brand); }
.crumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--steel-700); }
.crumbs [aria-current] { color: var(--steel-400); }

.crumbs--light { color: var(--steel-500); }
.crumbs--light a { color: var(--steel-700); }
.crumbs--light li + li::before { color: var(--steel-300); }
.crumbs--light [aria-current] { color: var(--steel-500); }

/* ------------------------------------------------------------- products --- */
.filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.4rem; }
.chip {
  padding: .58rem 1.15rem;
  border: 1.5px solid var(--steel-200); border-radius: 999px;
  background: var(--paper); color: var(--steel-700);
  font-family: var(--font-display); font-weight: 600; font-size: .88rem;
  cursor: pointer; transition: all .18s var(--ease);
}
.chip:hover { border-color: var(--steel-400); color: var(--ink); transform: translateY(-1px); }
.chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }

.grid-products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 290px), 1fr));
  gap: clamp(1rem, .5rem + 1.5vw, 1.85rem);
}

.card {
  position: relative; display: flex; flex-direction: column;
  background: var(--paper);
  border: 1px solid var(--steel-200); border-radius: var(--radius);
  overflow: hidden;
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease);
}
.card::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px;
  background: var(--copper-grad);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease-out);
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--steel-300); }
.card:hover::after { transform: scaleX(1); }

.card__media { position: relative; aspect-ratio: 4 / 3; background: var(--ink-3); overflow: hidden; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.card:hover .card__media img { transform: scale(1.07); }
.card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(12, 15, 17, .30) 100%);
}

.card__tag {
  position: absolute; top: .85rem; left: .85rem; z-index: 1;
  padding: .3rem .7rem; border-radius: 999px;
  background: rgba(12, 15, 17, .78); color: #fff;
  font-family: var(--font-display); font-weight: 700;
  font-size: .68rem; letter-spacing: .09em; text-transform: uppercase;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, .14);
}
.card__tag--copper { background: var(--copper); border-color: rgba(255, 255, 255, .3); }

.card__body { padding: 1.25rem 1.35rem 1.45rem; display: flex; flex-direction: column; flex: 1; }
.card__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 1.15rem; line-height: 1.22; color: var(--ink); margin: 0 0 .45rem;
}
.card__title a { text-decoration: none; }
.card__title a::after { content: ""; position: absolute; inset: 0; z-index: 2; }
.card__note { font-size: .9rem; color: var(--steel-500); margin: 0 0 1.1rem; }
.card__meta {
  margin-top: auto; padding-top: .9rem;
  border-top: 1px solid var(--steel-100);
  display: flex; align-items: center; justify-content: space-between; gap: .5rem;
  font-size: .82rem; color: var(--steel-500);
}
.card__meta b { font-family: var(--font-display); color: var(--ink); font-weight: 700; }
.card__go { color: var(--brand-700); font-weight: 700; font-family: var(--font-display); transition: transform .25s var(--ease); }
.card:hover .card__go { transform: translateX(3px); }

/* --------------------------------------------------------------- steps ---- */
.steps {
  display: grid; gap: clamp(1rem, .5rem + 1.5vw, 1.6rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
  counter-reset: step;
}
.step {
  position: relative; padding: 1.9rem 1.5rem 1.6rem;
  border: 1px solid var(--steel-800); border-radius: var(--radius);
  background: linear-gradient(165deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  transition: border-color .3s var(--ease), transform .3s var(--ease-out);
}
.step:hover { border-color: var(--brand); transform: translateY(-4px); }
.step::before {
  counter-increment: step; content: "0" counter(step);
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: .82rem; letter-spacing: .16em; color: var(--brand); margin-bottom: 1rem;
}
.step h3 { font-size: 1.12rem; margin-bottom: .5rem; color: #fff; }
.step p { font-size: .93rem; color: var(--steel-400); margin: 0; }

/* ------------------------------------------------------------- features --- */
.grid-3 {
  display: grid; gap: clamp(1rem, .5rem + 1.6vw, 2rem);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
}
.feature {
  position: relative; padding: 1.9rem;
  border: 1px solid var(--steel-200); border-radius: var(--radius);
  background: var(--paper);
  transition: transform .3s var(--ease-out), box-shadow .3s var(--ease-out), border-color .3s var(--ease);
}
.feature:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--steel-300); }
.section--dark .feature {
  background: linear-gradient(165deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border-color: var(--steel-800);
}
.section--dark .feature:hover { border-color: rgba(248, 134, 2, .55); box-shadow: none; }
.feature__icon {
  width: 50px; height: 50px; border-radius: 14px;
  display: grid; place-items: center;
  background: var(--brand-tint); color: var(--brand-700);
  margin-bottom: 1.2rem;
  transition: transform .35s var(--ease-out);
}
.feature:hover .feature__icon { transform: rotate(-6deg) scale(1.06); }
.section--dark .feature__icon { background: rgba(248, 134, 2, .14); color: var(--brand); }
.feature__icon svg { width: 24px; height: 24px; }
.feature h3 { font-size: 1.14rem; margin-bottom: .5rem; }
.feature p { font-size: .95rem; color: var(--steel-600); margin: 0; }
.section--dark .feature p { color: var(--steel-400); }

/* ---------------------------------------------------------------- split --- */
.split {
  display: grid; align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap: clamp(2rem, 1rem + 4.5vw, 5rem);
}
.split__media { position: relative; }
.split__media img { border-radius: var(--radius); box-shadow: var(--shadow-lg); }
/* a copper plate peeking out behind the photograph */
.split__media::before {
  content: ""; position: absolute; inset: auto -14px -14px auto;
  width: 62%; height: 62%; border-radius: var(--radius);
  background: var(--copper-grad); opacity: .22; z-index: -1;
}
.split--flip .split__media { order: 2; }
@media (max-width: 760px) { .split--flip .split__media { order: 0; } }

/* ------------------------------------------------------------- spotlight -- */
/* a dark panel that stands on its own inside a light section — deliberately
   not reusing .section--dark, whose grain layer would escape this box */
.spotlight {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: clamp(1.5rem, 1rem + 3vw, 3.5rem); align-items: center;
  padding: clamp(1.5rem, 1rem + 2.5vw, 3rem);
  border: 1px solid var(--steel-800); border-radius: var(--radius);
  background: var(--ink); background-image: var(--brushed);
  color: var(--steel-300);
  box-shadow: var(--shadow-lg);
}
.spotlight::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: var(--grain); opacity: .06; pointer-events: none;
}
.spotlight .eyebrow { color: var(--brand); }
.spotlight .lede { color: var(--steel-300); }
@media (max-width: 880px) { .spotlight { grid-template-columns: 1fr; } }
.spotlight__media { position: relative; border-radius: var(--radius); overflow: hidden; }
.spotlight__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.spotlight__badge {
  position: absolute; top: 1rem; left: 1rem;
  padding: .4rem .9rem; border-radius: 999px;
  background: var(--brand); color: #17130A;
  font-family: var(--font-display); font-weight: 700; font-size: .72rem;
  letter-spacing: .1em; text-transform: uppercase;
}
.spotlight h3 { font-size: clamp(1.5rem, 1.15rem + 1.6vw, 2.3rem); color: #fff; }
.spotlight .lede { margin-bottom: 1.6rem; }

.chiprow { display: flex; flex-wrap: wrap; gap: .45rem; margin-bottom: 1.8rem; }
.chiprow span {
  padding: .38rem .85rem; border-radius: 999px;
  border: 1px solid var(--steel-700); color: var(--steel-300);
  font-size: .8rem; font-variant-numeric: tabular-nums;
}

/* ---------------------------------------------------------------- stats --- */
.statline {
  display: flex; flex-wrap: wrap; gap: 2.8rem;
  margin-top: 2.4rem; padding-top: 2.4rem;
  border-top: 1px solid var(--steel-200);
}
.section--dark .statline { border-color: var(--steel-800); }
.statline div strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: 2.1rem; color: var(--ink); line-height: 1; letter-spacing: -.035em;
}
.section--dark .statline div strong { color: #fff; }
.statline div span { font-size: .85rem; color: var(--steel-500); }

/* ------------------------------------------------------ product detail ---- */
.product {
  display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: clamp(2rem, 1rem + 4vw, 4.5rem); align-items: start;
}
@media (max-width: 900px) { .product { grid-template-columns: 1fr; } }

.gallery__main {
  border: 1px solid var(--steel-200); border-radius: var(--radius);
  overflow: hidden; background: var(--ink-3); aspect-ratio: 4 / 3;
  box-shadow: var(--shadow-md);
}
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs { display: flex; gap: .6rem; margin-top: .75rem; flex-wrap: wrap; }
.gallery__thumb {
  width: 88px; aspect-ratio: 4 / 3; padding: 0;
  border: 2px solid var(--steel-200); border-radius: var(--radius-sm);
  overflow: hidden; background: var(--ink-3); cursor: pointer;
  transition: border-color .18s var(--ease), transform .18s var(--ease);
}
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumb[aria-pressed="true"] { border-color: var(--brand); }
.gallery__thumb:hover { border-color: var(--steel-400); transform: translateY(-2px); }

.product__family {
  display: inline-block; font-family: var(--font-display); font-weight: 700;
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--brand-700); margin-bottom: .8rem;
}
.product__tagline {
  font-size: clamp(1.05rem, .98rem + .4vw, 1.28rem);
  color: var(--steel-700); margin-bottom: 1.5rem;
}
.product h1 { margin-bottom: .35em; }

.featurelist { list-style: none; margin: 0 0 2rem; padding: 0; display: grid; gap: .75rem; }
.featurelist li { position: relative; padding-left: 2rem; font-size: .97rem; color: var(--steel-700); }
.featurelist li::before {
  content: ""; position: absolute; left: 0; top: .42em;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint);
}

.buybox {
  border: 1px solid var(--steel-200); border-radius: var(--radius);
  padding: 1.5rem; background: var(--steel-50);
  display: grid; gap: .7rem; position: relative; overflow: hidden;
}
.buybox::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--copper-grad);
}
.buybox p { font-size: .9rem; color: var(--steel-600); margin: 0 0 .3rem; }

.usedfor {
  margin-top: 1.8rem; padding: 1.1rem 1.3rem;
  border-left: 3px solid var(--copper);
  background: var(--copper-tint);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: .93rem; color: var(--steel-800);
}
.usedfor b { font-family: var(--font-display); display: block; margin-bottom: .15rem; color: var(--ink); }

/* ---------------------------------------------------------- spec tables --- */
.specwrap { margin-top: clamp(3rem, 1.5rem + 3.5vw, 5rem); }
.spec-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: var(--radius); border: 1px solid var(--steel-200); }
.spec {
  width: 100%; border-collapse: collapse;
  font-size: .93rem; font-variant-numeric: tabular-nums; min-width: 520px;
}
.spec caption { text-align: left; padding: 0 0 .9rem; font-size: .88rem; color: var(--steel-500); }
.spec th, .spec td { padding: .82rem 1.05rem; text-align: left; border-bottom: 1px solid var(--steel-100); }
.spec thead th {
  background: var(--ink); background-image: var(--brushed); color: #fff;
  font-family: var(--font-display); font-weight: 600;
  font-size: .76rem; letter-spacing: .08em; text-transform: uppercase;
  white-space: nowrap; border-bottom: 0;
}
.spec tbody tr:nth-child(even) { background: var(--steel-50); }
.spec tbody tr:hover { background: var(--brand-tint); }
.spec tbody td:first-child { font-family: var(--font-display); font-weight: 700; color: var(--ink); }
.spec tbody tr:last-child td { border-bottom: 0; }

/* below 640px the table becomes one stacked card per size */
@media (max-width: 640px) {
  .spec-scroll { border: 0; overflow: visible; }
  .spec, .spec tbody, .spec tr, .spec td { display: block; width: 100%; }
  .spec { min-width: 0; }
  .spec thead { display: none; }
  .spec tbody tr {
    border: 1px solid var(--steel-200); border-radius: var(--radius-sm);
    margin-bottom: .7rem; padding: .3rem .9rem; background: var(--paper) !important;
  }
  .spec tbody td {
    display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
    padding: .5rem 0; border-bottom: 1px dashed var(--steel-100); text-align: right;
  }
  .spec tbody td::before {
    content: attr(data-label);
    font-family: var(--font-display); font-weight: 600; font-size: .74rem;
    letter-spacing: .06em; text-transform: uppercase; color: var(--steel-500);
    text-align: left; flex: none;
  }
  .spec tbody td:first-child { border-bottom: 2px solid var(--ink); font-size: 1.05rem; padding-top: .7rem; }
  .spec tbody tr:last-child td:last-child, .spec tbody td:last-child { border-bottom: 0; }
}

.specnote {
  padding: 1.2rem 1.4rem;
  border: 1px dashed var(--steel-300); border-radius: var(--radius);
  background: var(--steel-50); font-size: .95rem;
}
.specnote b { font-family: var(--font-display); color: var(--ink); }

/* ------------------------------------------------------------- cta band --- */
.band {
  position: relative; overflow: hidden;
  background: linear-gradient(118deg, #E37800 0%, var(--brand) 42%, #FFB147 100%);
  color: #17130A; border-radius: var(--radius);
  padding: clamp(2.2rem, 1rem + 4vw, 4rem);
  display: grid; gap: 1.6rem;
  grid-template-columns: minmax(0, 1fr) auto; align-items: center;
}
.band::before {
  content: ""; position: absolute; inset: 0;
  background-image: var(--grain); opacity: .10; pointer-events: none;
}
.band > * { position: relative; }
@media (max-width: 760px) { .band { grid-template-columns: 1fr; } }
.band h2 { color: #17130A; margin-bottom: .35em; }
.band p { color: #4A3A16; margin: 0; max-width: 48ch; }
.band .btn { --btn-bg: #12100B; --btn-fg: #fff; }

/* ----------------------------------------------------------------- form --- */
.form { display: grid; gap: 1.15rem; }
.field { display: grid; gap: .4rem; }
.field label {
  font-family: var(--font-display); font-weight: 600; font-size: .84rem;
  letter-spacing: .04em; color: var(--steel-700);
}
.section--dark .field label { color: var(--steel-300); }
.field input, .field select, .field textarea {
  width: 100%; padding: .9rem 1.05rem;
  font: inherit; font-size: .98rem; color: var(--ink);
  background: var(--paper);
  border: 1.5px solid var(--steel-300); border-radius: var(--radius-sm);
  transition: border-color .16s var(--ease), box-shadow .16s var(--ease);
}
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 4px var(--brand-tint);
}
.field input::placeholder, .field textarea::placeholder { color: var(--steel-400); }
.field--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
@media (max-width: 620px) { .field--2 { grid-template-columns: 1fr; } }
.field--hp { position: absolute; left: -9999px; }

.form__note { font-size: .84rem; color: var(--steel-500); }

.formmsg { padding: 1rem 1.25rem; border-radius: var(--radius-sm); font-size: .93rem; display: none; }
.formmsg.is-shown { display: block; }
.formmsg--ok  { background: #E7F6EC; color: #14562B; border: 1px solid #A9DCBB; }
.formmsg--err { background: #FDECEC; color: #8A1F1F; border: 1px solid #F3BDBD; }

/* --------------------------------------------------------------- contact -- */
.contactgrid {
  display: grid; gap: clamp(2rem, 1rem + 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); align-items: start;
}
@media (max-width: 880px) { .contactgrid { grid-template-columns: 1fr; } }

.infolist { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.7rem; }
.infolist li { display: flex; gap: 1.05rem; }
.infolist svg { width: 22px; height: 22px; flex: none; color: var(--brand); margin-top: .25rem; }
.infolist h4 {
  font-size: .76rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--steel-500); margin-bottom: .35rem; font-weight: 700;
}
.infolist a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--steel-300); }
.infolist a:hover { color: var(--brand-700); border-color: var(--brand); }
.section--dark .infolist h4 { color: var(--steel-500); }
.section--dark .infolist a, .section--dark .infolist p { color: var(--steel-200); }

.mapframe {
  border: 1px solid var(--steel-200); border-radius: var(--radius);
  overflow: hidden; aspect-ratio: 16 / 9; background: var(--steel-100);
}
.mapframe iframe { width: 100%; height: 100%; border: 0; display: block; }

/* ---------------------------------------------------------------- prose --- */
.prose { max-width: 68ch; }
.prose h2 { margin-top: 2.6rem; }
.prose h3 { margin-top: 2rem; }
.prose > :first-child { margin-top: 0; }
.prose ul { padding-left: 1.15rem; display: grid; gap: .5rem; margin-bottom: 1.3rem; }
.prose li::marker { color: var(--brand); }

/* --------------------------------------------------------------- footer --- */
.footer {
  background: var(--ink); background-image: var(--brushed);
  color: var(--steel-400);
  padding-block: clamp(3.5rem, 2rem + 3.5vw, 5rem) 0;
  font-size: .93rem; position: relative; isolation: isolate;
}
.footer::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image: var(--grain); opacity: .05;
}
.footer__grid { display: grid; gap: 2.6rem; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; }
@media (max-width: 900px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; gap: 2rem; } }
.footer img.footer__logo { width: 172px; margin-bottom: 1.2rem; }
.footer h4 {
  color: #fff; font-size: .76rem; letter-spacing: .15em; text-transform: uppercase;
  margin-bottom: 1.2rem; font-weight: 700;
}
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.footer a { color: var(--steel-400); text-decoration: none; transition: color .18s var(--ease); }
.footer a:hover { color: var(--brand); }
.footer__mark { color: #fff; }
.footer__bar {
  margin-top: 3.2rem; padding-block: 1.5rem;
  border-top: 1px solid var(--steel-800);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .85rem; color: var(--steel-500);
}

/* ------------------------------------------------------- whatsapp float --- */
.wa {
  position: fixed; right: 18px; bottom: 18px; z-index: 70;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .42);
  transition: transform .22s var(--ease);
}
.wa::before {
  content: ""; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366; animation: pulse 2.6s var(--ease) infinite;
}
@keyframes pulse {
  0%   { transform: scale(1); opacity: .7; }
  70%  { transform: scale(1.45); opacity: 0; }
  100% { transform: scale(1.45); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .wa::before { animation: none; } }
.wa:hover { transform: scale(1.08); }
.wa svg { width: 30px; height: 30px; }

/* ----------------------------------------------------------------- faq ---- */
/* <details>/<summary> so it works with no JavaScript at all */
.faq { border-top: 1px solid var(--steel-200); }
.faq__item { border-bottom: 1px solid var(--steel-200); }
.faq__item summary {
  display: flex; align-items: flex-start; justify-content: space-between; gap: 1.25rem;
  padding: 1.15rem 0; cursor: pointer; list-style: none;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(1rem, .96rem + .28vw, 1.15rem); color: var(--ink);
  min-height: 48px;                     /* comfortable touch target */
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after {
  content: ""; flex: none; width: 13px; height: 13px; margin-top: .42em;
  border-right: 2.5px solid var(--brand); border-bottom: 2.5px solid var(--brand);
  transform: rotate(45deg); transition: transform .25s var(--ease);
}
.faq__item[open] summary::after { transform: rotate(-135deg); }
.faq__item summary:hover { color: var(--brand-700); }
.faq__a { padding: 0 0 1.3rem; max-width: 62ch; }
.faq__a p { color: var(--steel-700); font-size: .97rem; margin: 0; }

/* ------------------------------------------------------- scroll reveals --- */
/* gated on .js so that without scripting everything is simply visible */
.js .reveal { opacity: 0; transform: translateY(22px); }
.js .reveal.is-in {
  opacity: 1; transform: none;
  transition: opacity .7s var(--ease-out), transform .7s var(--ease-out);
}
.js .reveal-d1.is-in { transition-delay: .08s; }
.js .reveal-d2.is-in { transition-delay: .16s; }
.js .reveal-d3.is-in { transition-delay: .24s; }
@media (prefers-reduced-motion: reduce) {
  .js .reveal { opacity: 1; transform: none; }
}

/* ----------------------------------------------------------------- misc --- */
.center { text-align: center; }
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mt-3 { margin-top: 3rem; }
.tighten { margin: -1rem 0 1.5rem; }
.subhead { margin-bottom: 1.8rem; }

[hidden] { display: none !important; }

/* ==========================================================================
   Mobile
   Most of this site is read on a phone, so the small screen is treated as the
   real target rather than a fallback: bigger tap targets, less chrome eating
   the viewport, and type that stays readable without pinch-zoom.
   ========================================================================== */
@media (max-width: 700px) {
  body { font-size: 16.5px; }

  /* every interactive control clears the 44px minimum comfortably */
  .btn { padding: 1rem 1.55rem; min-height: 50px; }
  .btn--sm { padding: .8rem 1.2rem; min-height: 44px; }
  .chip { padding: .7rem 1.15rem; min-height: 44px; }
  .nav__list a { min-height: 50px; display: flex; align-items: center; }
  .gallery__thumb { width: 76px; }
  .topbar__links a { padding-block: .35rem; }

  /* stacked CTAs go full width — thumb-friendly and no orphan buttons */
  .hero__actions { display: grid; gap: .7rem; }
  .hero__actions .btn { width: 100%; }
  .band { text-align: center; }
  .band .btn { width: 100%; }

  /* claw back vertical space the chrome would otherwise eat */
  .section { padding-block: 3.25rem; }
  .section--tight { padding-block: 2.25rem; }
  .hero__inner { padding-block: 3rem 3.25rem; }
  .hero__marks { margin-top: 1.75rem; gap: .4rem; }
  .mark { font-size: .78rem; padding: .45rem .8rem; }

  /* one product per row reads better than two cramped ones */
  .grid-products { grid-template-columns: 1fr; gap: 1rem; }
  .card__body { padding: 1.1rem 1.15rem 1.25rem; }

  .marquee { padding-block: .85rem; }
  .marquee__track { gap: 2rem; }
  .marquee span { gap: 2rem; }

  .spotlight { padding: 1.25rem; }
  .statline { gap: 1.75rem 2.5rem; }
  .infolist { gap: 1.4rem; }

  /* forms: 16px inputs stop iOS Safari zooming on focus */
  .field input, .field select, .field textarea { font-size: 16px; padding: .95rem 1rem; }
  .field textarea { min-height: 120px; }

  /* the floating button must not cover the last line of content */
  .footer__bar { padding-bottom: 5.5rem; }
  .wa { right: 14px; bottom: 14px; }
}

@media (max-width: 400px) {
  :root { --gutter: .95rem; }
  .header__logo img { width: 118px; }
  .header__inner { min-height: 66px; gap: .75rem; }
  .js .nav { max-height: calc(100vh - 66px); }
  .hero__marks { display: none; }         /* three pills stack into a wall at 360px */
  .proof__grid { grid-template-columns: 1fr 1fr; }
  .proof__cell { padding: 1.25rem .75rem; }
}

/* landscape phones: the hero must not need a full scroll to get past */
@media (max-height: 460px) and (orientation: landscape) {
  .hero__inner { padding-block: 2rem; }
  .hero__marks { display: none; }
}

@media print {
  .header, .topbar, .footer, .wa, .band, .btn, .marquee, .snum { display: none !important; }
  body { font-size: 12pt; }
  .js .reveal { opacity: 1 !important; transform: none !important; }
  .spec thead th { background: #000 !important; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
}
