/* ==========================================================================
   Farid Impex Pvt. Ltd. — production stylesheet
   Palette: near-black espresso / dark brown / maroon / gold / warm cream
   Type: Playfair Display (display) + Inter (body)
   ========================================================================== */

:root {
  --ink: #17100a;
  --ink-2: #1f150d;
  --espresso: #26190f;
  --maroon: #571313;
  --maroon-deep: #451010;
  --gold: #d6a152;
  --gold-bright: #eac070;
  --gold-dim: #9a7437;
  --cream: #f6eedd;
  --cream-2: #efe4cb;
  --paper: #fdfaf2;
  --card-line: #e5d7b8;
  --text-dark: #2b2115;
  --text-mut: #6f5f49;
  --text-on-dark: #f3e9d4;
  --text-on-dark-mut: #c9b795;
  --header-h: 76px;
  --radius: 12px;
  --shadow-soft: 0 10px 30px rgba(23, 16, 10, .10);
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
  --font-body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-dark);
  background: var(--ink);
  overflow-x: clip;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.15; margin: 0; color: inherit; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; }
figure { margin: 0; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 3px; }

.container { width: min(1240px, 100% - 48px); margin-inline: auto; }
.section { padding: 74px 0; }
[id] { scroll-margin-top: calc(var(--header-h) + 12px); }

.skip-link {
  position: fixed; top: -60px; left: 16px; z-index: 200;
  background: var(--gold); color: var(--ink); font-weight: 600;
  padding: 10px 18px; border-radius: 8px; transition: top .2s;
}
.skip-link:focus { top: 12px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 14px 26px; border-radius: 7px;
  transition: background-color .25s, color .25s, border-color .25s, transform .25s, box-shadow .25s;
  white-space: nowrap;
}
.btn .arr { transition: transform .25s; font-family: var(--font-body); }
.btn:hover .arr { transform: translateX(4px); }
.btn-gold { background: linear-gradient(160deg, var(--gold-bright), var(--gold) 55%); color: #241503; box-shadow: 0 6px 18px rgba(214, 161, 82, .28); }
.btn-gold:hover { box-shadow: 0 8px 22px rgba(214, 161, 82, .42); transform: translateY(-1px); }
.btn-ghost { border: 1px solid rgba(234, 192, 112, .65); color: var(--gold-bright); background: rgba(23, 16, 10, .25); }
.btn-ghost:hover { background: rgba(234, 192, 112, .12); border-color: var(--gold-bright); }
.btn-outline { border: 1px solid var(--gold-dim); color: #7a5c25; background: transparent; padding: 11px 20px; }
.btn-outline:hover { background: var(--gold); border-color: var(--gold); color: #241503; }
.btn-inquire {
  border: 1px solid var(--gold-dim); color: #7a5c25; background: transparent;
  width: 100%; padding: 11px 16px; font-size: 12px; margin-top: auto;
}
.btn-inquire:hover { background: var(--gold); border-color: var(--gold); color: #241503; }

/* ---------- header ---------- */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  background: linear-gradient(180deg, rgba(23, 16, 10, .92), rgba(23, 16, 10, .55) 70%, rgba(23, 16, 10, 0));
  transition: background-color .3s, box-shadow .3s;
}
.site-header.scrolled {
  background: rgba(23, 16, 10, .97);
  box-shadow: 0 2px 24px rgba(0, 0, 0, .45);
  border-bottom: 1px solid rgba(214, 161, 82, .18);
}
.header-inner { display: flex; align-items: center; gap: 28px; height: var(--header-h); }
.brand { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-mark img { display: block; height: 48px; width: auto; filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .4)); }
.site-footer .brand-mark img { height: 44px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong {
  font-family: var(--font-display); font-weight: 700; font-size: 21px;
  letter-spacing: .10em; text-transform: uppercase; color: var(--gold);
}
.brand-text small {
  font-size: 8.6px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase;
  color: rgba(243, 233, 212, .72); margin-top: 3px;
}
.nav { display: flex; align-items: center; gap: 4px; margin-inline: auto; }
.nav > a {
  font-size: 13.5px; font-weight: 500; letter-spacing: .02em; color: var(--text-on-dark);
  padding: 9px 13px; border-radius: 6px; transition: color .2s, background-color .2s;
}
.nav > a:hover { color: var(--gold-bright); background: rgba(234, 192, 112, .08); }
.nav-mobile-extra { display: none; }
.header-cta { display: flex; align-items: center; gap: 20px; flex-shrink: 0; }
.phone-link { display: flex; align-items: center; gap: 10px; }
.phone-badge {
  width: 38px; height: 38px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(214, 161, 82, .55); color: var(--gold);
  transition: background-color .25s, color .25s;
}
.phone-link:hover .phone-badge { background: var(--gold); color: #241503; }
.phone-copy { display: flex; flex-direction: column; line-height: 1.25; }
.phone-copy strong { font-size: 14.5px; color: var(--text-on-dark); letter-spacing: .02em; }
.phone-copy small { font-size: 10.5px; color: rgba(243, 233, 212, .62); letter-spacing: .08em; text-transform: uppercase; }
.header-quote { padding: 12px 20px; font-size: 12px; }
.menu-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 44px; height: 44px; padding: 10px; margin-left: auto;
  border: 1px solid rgba(214, 161, 82, .4); border-radius: 8px;
}
.menu-toggle span { display: block; height: 2px; background: var(--gold); border-radius: 2px; transition: transform .3s, opacity .3s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero {
  position: relative; display: flex; align-items: stretch;
  /* width/1.9 keeps the box close to the photo's 1.874 ratio so `cover`
     shows the whole scene (port + map + products) instead of a zoomed crop;
     the -46px reserves the ticker inside the first fold */
  min-height: 560px; height: min(calc(100svh - 46px), calc(100vw / 1.82), 880px);
  overflow: hidden; color: var(--text-on-dark);
  background: var(--ink);
}
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg picture, .hero-bg img { width: 100%; height: 100%; }
.hero-bg img {
  object-fit: cover; object-position: 50% 50%;
  will-change: transform; transform-origin: 50% 100%;
  filter: saturate(1.03) contrast(1.02);
}
.hero-shade {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 9, 6, .74) 0%, rgba(18, 12, 8, .52) 27%, rgba(23, 16, 10, .10) 52%, rgba(23, 16, 10, .16) 100%),
    linear-gradient(180deg, rgba(23, 16, 10, .40) 0%, rgba(23, 16, 10, 0) 22%, rgba(23, 16, 10, 0) 70%, rgba(23, 16, 10, .56) 100%);
}
/* selective lift: warm glow over the port silhouettes, soft lift over the map */
.hero-shade::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  mix-blend-mode: screen;
  background:
    radial-gradient(40% 52% at 22% 46%, rgba(255, 156, 66, .14), rgba(255, 156, 66, 0) 72%),
    radial-gradient(52% 44% at 56% 12%, rgba(228, 186, 122, .18), rgba(228, 186, 122, 0) 72%);
}
/* ambient gold shimmer drifting over the hero */
.hero-shade::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(3px 3px at 12% 30%, rgba(234, 192, 112, .55), transparent 60%),
    radial-gradient(2px 2px at 28% 64%, rgba(234, 192, 112, .40), transparent 60%),
    radial-gradient(2.5px 2.5px at 45% 22%, rgba(234, 192, 112, .45), transparent 60%),
    radial-gradient(2px 2px at 63% 74%, rgba(234, 192, 112, .35), transparent 60%),
    radial-gradient(3px 3px at 81% 38%, rgba(234, 192, 112, .40), transparent 60%),
    radial-gradient(2px 2px at 92% 60%, rgba(234, 192, 112, .35), transparent 60%);
  background-size: 240% 240%;
  animation: shimmer-drift 26s ease-in-out infinite alternate;
  opacity: .8;
}
@keyframes shimmer-drift {
  from { background-position: 0% 0%; }
  to   { background-position: 100% 100%; }
}
.hero-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) 230px;
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "copy . trust"
    "stats stats trust";
  align-items: center;
  padding-top: calc(var(--header-h) + 14px);
  padding-bottom: 30px;
}
.hero-copy { grid-area: copy; max-width: 640px; }
.eyebrow {
  font-size: 12px; font-weight: 600; letter-spacing: .34em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(34px, 4.2vw, 54px); font-weight: 700; letter-spacing: .005em;
  color: #f8f1e2; text-wrap: balance;
}
.hero h1 em { font-style: normal; color: var(--gold-bright); }
.hero-sub { margin-top: 20px; font-size: 16.5px; line-height: 1.7; color: rgba(243, 233, 212, .88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }

.hero-trust {
  grid-area: trust; justify-self: end; align-self: center;
  display: flex; flex-direction: column; gap: 10px;
  width: 100%; max-width: 230px;
}
.trust-card {
  display: flex; align-items: center; gap: 12px;
  font-size: 12.5px; font-weight: 600; line-height: 1.35; letter-spacing: .02em;
  color: var(--text-on-dark);
  background: rgba(26, 17, 10, .72);
  border: 1px solid rgba(214, 161, 82, .38);
  border-radius: 10px; padding: 11px 14px;
  backdrop-filter: blur(4px);
  transition: transform .3s, border-color .3s, background-color .3s;
}
.trust-card:hover { transform: translateX(-4px); border-color: var(--gold); background: rgba(38, 25, 15, .85); }
.tc-icon { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; color: var(--gold); }
.tc-icon svg { width: 24px; height: 24px; }

.hero-stats {
  grid-area: stats;
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 8px 0; margin-top: 34px; padding-right: 24px;
}
.stat {
  display: flex; align-items: center; gap: 13px;
  padding: 4px 26px 4px 0; margin-right: 26px;
  border-right: 1px solid rgba(214, 161, 82, .35);
}
.stat:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.stat-icon {
  flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1px solid rgba(214, 161, 82, .45); color: var(--gold);
}
.stat-icon svg { width: 20px; height: 20px; }
.stat strong { font-family: var(--font-display); font-size: 32px; font-weight: 700; color: var(--gold-bright); line-height: 1; }
.stat-label { font-size: 11.5px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: rgba(243, 233, 212, .82); line-height: 1.45; }

/* ---------- ticker ---------- */
.ticker {
  background: var(--maroon); border-block: 1px solid rgba(214, 161, 82, .35);
  overflow: hidden; position: relative; z-index: 2;
}
.ticker-track { display: flex; width: max-content; animation: ticker-scroll 42s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker-track ul { display: flex; align-items: center; }
.ticker-track li {
  display: flex; align-items: center;
  font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase;
  color: #f0dcbb; padding: 13px 0; white-space: nowrap;
}
.ticker-track li::after {
  content: ""; width: 6px; height: 6px; margin-inline: 26px;
  background: var(--gold); transform: rotate(45deg); flex-shrink: 0;
}
@keyframes ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- section titles ---------- */
.rule-title {
  display: flex; align-items: center; gap: 22px; justify-content: center;
  font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--text-dark); text-align: center;
}
.rule-title::before, .rule-title::after {
  content: ""; height: 1px; flex: 0 1 110px;
  background: linear-gradient(90deg, transparent, var(--gold-dim));
}
.rule-title::after { background: linear-gradient(90deg, var(--gold-dim), transparent); }
.rule-title-dark { color: var(--text-on-dark); }

/* ---------- categories ---------- */
.categories {
  background:
    radial-gradient(700px 260px at 50% -80px, rgba(214, 161, 82, .12), transparent 70%),
    var(--cream);
  padding: 56px 0;
}
.categories .rule-title { margin-bottom: 34px; }
.cat-carousel { display: flex; align-items: center; gap: 14px; }
.cat-arrow {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--gold-dim); color: #7a5c25;
  display: grid; place-items: center;
  transition: background-color .25s, color .25s, opacity .25s;
}
.cat-arrow:hover { background: var(--gold); color: #241503; }
.cat-arrow[disabled] { opacity: .35; pointer-events: none; }
.cat-strip {
  display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth;
  scroll-snap-type: x mandatory; padding: 6px 2px 10px;
  scrollbar-width: none; -ms-overflow-style: none;
}
.cat-strip::-webkit-scrollbar { display: none; }
.cat-strip > li { flex: 0 0 142px; scroll-snap-align: start; display: flex; }
.cat-card {
  width: 100%; display: flex; flex-direction: column; align-items: center; gap: 0;
  background: var(--paper); border: 1px solid var(--card-line); border-radius: 10px;
  overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.cat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); border-color: var(--gold); }
.cat-thumb { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; }
.cat-thumb img { width: 100%; height: 100%; object-fit: cover; }
.cat-name {
  font-size: 11.5px; font-weight: 600; letter-spacing: .03em; text-align: center;
  color: var(--text-dark); line-height: 1.35; padding: 10px 8px 12px; min-height: 52px;
  display: grid; place-items: center;
}

/* ---------- products ---------- */
.products { background: var(--paper); padding-top: 64px; }
.products-head { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; margin-bottom: 38px; position: relative; }
.products-head .rule-title { flex: 1 1 auto; }
.view-all { flex: 0 0 auto; }
.product-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px;
}
.product-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--card-line); border-radius: var(--radius);
  overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(23, 16, 10, .13); border-color: #d9c493; }
.product-visual { aspect-ratio: 4 / 3; overflow: hidden; }
.product-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.2, .6, .25, 1); }
.product-card:hover .product-visual img { transform: scale(1.07); }
.product-body { display: flex; flex-direction: column; flex: 1; padding: 18px 18px 20px; }
.product-body h3 {
  font-size: 17px; font-weight: 700; letter-spacing: .10em; text-transform: uppercase;
  color: var(--text-dark);
}
.botanical { font-style: italic; font-size: 13px; color: var(--text-mut); margin: 3px 0 10px; font-family: var(--font-display); }
.spec { font-size: 12.8px; line-height: 1.55; color: #57492f; margin-bottom: 5px; }
.spec strong { color: #3d311c; font-weight: 600; }
.spec:last-of-type { margin-bottom: 16px; }

/* ---------- why ---------- */
.why { background: var(--cream); }
.why-grid {
  display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
  gap: 54px; align-items: center;
}
.why-media { border-radius: 16px; overflow: hidden; box-shadow: 0 24px 54px rgba(23, 16, 10, .28); }
.why-media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.why .eyebrow { color: #9a7437; margin-bottom: 12px; }
.why h2 { font-size: clamp(26px, 3vw, 37px); font-weight: 700; color: var(--text-dark); }
.section-sub { margin-top: 16px; font-size: 15.5px; color: var(--text-mut); max-width: 56ch; }
.why-points {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 30px; margin-top: 32px;
}
.why-points li { display: grid; grid-template-columns: 44px 1fr; grid-template-rows: auto auto; column-gap: 14px; }
.wp-icon {
  grid-row: 1 / 3;
  width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid var(--gold-dim); color: #8a6526;
  display: grid; place-items: center; background: var(--paper);
}
.wp-icon svg { width: 22px; height: 22px; }
.why-points strong { font-size: 14.5px; font-weight: 600; color: var(--text-dark); line-height: 1.3; }
.why-points p { font-size: 12.8px; color: var(--text-mut); line-height: 1.5; margin-top: 3px; }

/* ---------- verified ---------- */
.verified { background: var(--cream-2); padding: 56px 0; border-block: 1px solid #e2d2ac; }
.verified .rule-title { margin-bottom: 32px; }
.verified-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.verified-grid li {
  display: flex; align-items: center; gap: 15px;
  background: var(--paper); border: 1px solid var(--card-line); border-radius: 10px;
  padding: 18px 20px; transition: transform .3s, box-shadow .3s;
}
.verified-grid li:hover { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.v-badge {
  flex: 0 0 auto; width: 52px; height: 52px; border-radius: 50%;
  display: grid; place-items: center;
  border: 1.6px solid var(--gold-dim); color: #7a5c25;
  font-family: var(--font-display); font-weight: 700; font-size: 14px; letter-spacing: .04em;
}
.verified-grid strong { display: block; font-size: 14.5px; color: var(--text-dark); line-height: 1.3; }
.verified-grid small { font-size: 12px; color: var(--text-mut); }

/* ---------- process ---------- */
.process {
  position: relative;
  background:
    linear-gradient(180deg, rgba(17, 11, 7, .76), rgba(24, 15, 9, .82)),
    linear-gradient(90deg, rgba(17, 11, 7, .22), rgba(17, 11, 7, .58) 48%, rgba(17, 11, 7, .22)),
    url("assets/images/process-logistics.webp") center / cover no-repeat,
    var(--ink);
  color: var(--text-on-dark);
  isolation: isolate;
}
.process::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(60% 90% at 50% 50%, rgba(92, 49, 18, .12), rgba(7, 4, 3, .28)); pointer-events: none; }
.process .rule-title { margin-bottom: 44px; }
.process .rule-title::before { background: linear-gradient(90deg, transparent, rgba(214, 161, 82, .6)); }
.process .rule-title::after { background: linear-gradient(90deg, rgba(214, 161, 82, .6), transparent); }
.timeline {
  display: grid; grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px; position: relative; counter-reset: step;
}
.timeline::before {
  content: ""; position: absolute; top: 44px; left: calc(100% / 12); right: calc(100% / 12);
  height: 2px; background: linear-gradient(90deg, rgba(214,161,82,.18), rgba(234,192,112,.82) 50%, rgba(214,161,82,.18));
  transform: scaleX(0); transform-origin: left; animation: process-line 1.25s .3s cubic-bezier(.2,.6,.25,1) forwards;
}
@keyframes process-line { to { transform: scaleX(1); } }
.timeline li { position: relative; text-align: center; padding: 0 8px; }
.step-icon {
  position: relative; z-index: 1;
  width: 88px; height: 88px; margin-inline: auto; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(23, 16, 10, .92); border: 1.6px solid var(--gold-dim); color: var(--gold);
  box-shadow: 0 8px 28px rgba(0,0,0,.28);
  transition: border-color .3s, box-shadow .3s;
}
.timeline li:hover .step-icon { border-color: var(--gold-bright); box-shadow: 0 0 0 6px rgba(214, 161, 82, .08); }
.step-icon svg { width: 34px; height: 34px; }
.step-num {
  position: absolute; top: -6px; left: 50%; transform: translateX(26px);
  z-index: 2;
  font-family: var(--font-display); font-size: 14px; font-weight: 700; color: var(--gold-bright);
  background: var(--ink); padding: 2px 6px; border-radius: 10px;
}
.timeline h3 { font-family: var(--font-body); font-size: 13.5px; font-weight: 600; letter-spacing: .10em; text-transform: uppercase; color: #f3e9d4; margin-top: 16px; }
.timeline p { font-size: 12.3px; line-height: 1.55; color: rgba(243, 233, 212, .66); margin-top: 7px; }

/* ---------- contact band ---------- */
.contact-band {
  position: relative; overflow: hidden;
  background: linear-gradient(160deg, var(--maroon) 0%, var(--maroon-deep) 100%);
  color: var(--text-on-dark);
}
.contact-band::before {
  content: ""; position: absolute; inset: -40%; pointer-events: none;
  background: radial-gradient(46% 38% at 50% 50%, rgba(234, 192, 112, .10), transparent 70%);
  animation: band-glow 18s ease-in-out infinite alternate;
}
@keyframes band-glow {
  from { transform: translate(-12%, -8%); }
  to   { transform: translate(12%, 8%); }
}
.contact-band .container { position: relative; }
.contact-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) 220px;
  gap: 20px; align-items: stretch;
}
.contact-card {
  display: flex; flex-direction: column; align-items: flex-start;
  background: rgba(23, 12, 8, .5);
  border: 1px solid rgba(214, 161, 82, .4); border-radius: 14px;
  padding: 26px 24px;
}
.cc-icon {
  width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(214, 161, 82, .14); color: var(--gold-bright);
  border: 1px solid rgba(214, 161, 82, .5); margin-bottom: 16px;
}
.cc-wa { color: #57d163; border-color: rgba(87, 209, 99, .5); background: rgba(87, 209, 99, .1); }
.contact-card h3 { font-family: var(--font-body); font-size: 15.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #faf2df; }
.contact-card p { font-size: 13.5px; line-height: 1.6; color: rgba(243, 233, 212, .75); margin: 8px 0 18px; }
.contact-card .btn { margin-top: auto; padding: 12px 20px; font-size: 11.5px; }
.years-badge {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; gap: 2px; position: relative;
  border: 1px solid rgba(214, 161, 82, .4); border-radius: 14px;
  background: rgba(23, 12, 8, .35); padding: 22px 14px;
}
.laurel { width: 116px; height: 116px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -63%); opacity: .8; }
.yb-num { font-family: var(--font-display); font-size: 40px; font-weight: 800; color: var(--gold-bright); line-height: 1; position: relative; }
.yb-label { font-size: 10.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(243, 233, 212, .8); position: relative; margin-top: 26px; }
.contact-offices {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px;
  margin-top: 20px;
}
.contact-offices address {
  font-style: normal; font-size: 13px; line-height: 1.65; color: rgba(243, 233, 212, .76);
  border: 1px solid rgba(214, 161, 82, .28); border-radius: 10px;
  background: rgba(23, 12, 8, .34); padding: 15px 18px;
}
.contact-offices strong { display: block; margin-bottom: 3px; color: var(--gold-bright); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

/* ---------- footer ---------- */
.site-footer { background: #120b07; color: rgba(243, 233, 212, .78); overflow: hidden; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .8fr .8fr 1.75fr;
  gap: 32px; padding: 58px 0 40px;
}
.footer-brand p { font-size: 13.5px; line-height: 1.7; margin-top: 18px; max-width: 30ch; color: rgba(243, 233, 212, .62); }
.footer-col h4 {
  font-family: var(--font-body); font-size: 12px; font-weight: 700;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold);
  margin-bottom: 16px;
}
.footer-col a { display: block; font-size: 13.5px; padding: 4.5px 0; color: rgba(243, 233, 212, .72); transition: color .2s, transform .2s; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-contact p { font-size: 13.5px; line-height: 1.75; margin-bottom: 14px; }
.footer-contact p strong { color: rgba(243, 233, 212, .9); font-weight: 600; }
.footer-contact a { display: inline; padding: 0; }
.footer-map { margin-top: 8px; position: relative; }
.footer-map::before {
  content: ""; position: absolute; inset: -30px -40px;
  background: radial-gradient(60% 60% at 60% 45%, rgba(214, 161, 82, .10), transparent 75%);
  pointer-events: none;
}
.footer-map img {
  width: 100%; max-width: 340px; opacity: .8; position: relative;
  -webkit-mask-image: radial-gradient(90% 90% at 50% 45%, #000 58%, transparent 100%);
  mask-image: radial-gradient(90% 90% at 50% 45%, #000 58%, transparent 100%);
}
.footer-map span { display: block; margin-top: 10px; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: rgba(243, 233, 212, .65); }
.footer-map strong { color: var(--gold-bright); }
.footer-bottom {
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap;
  padding: 20px 0 26px; border-top: 1px solid rgba(214, 161, 82, .16);
  font-size: 12.5px; color: rgba(243, 233, 212, .5);
}
.footer-legal { display: flex; align-items: center; gap: 10px; }
.footer-legal a:hover { color: var(--gold-bright); }
.footer-legal i { font-style: normal; color: rgba(243, 233, 212, .35); }

/* ---------- floating whatsapp ---------- */
.floating-wa {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  display: grid; place-items: center;
  background: #25d366; color: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
  transition: transform .25s, box-shadow .25s;
}
.floating-wa:hover { transform: translateY(-3px) scale(1.05); box-shadow: 0 12px 30px rgba(0, 0, 0, .4); }

/* ---------- callback modal ---------- */
.modal-backdrop[hidden] { display: none; }
.modal-backdrop {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(12, 7, 4, .72);
  display: grid; place-items: center; padding: 20px;
}
.modal {
  position: relative; width: min(430px, 100%);
  background: var(--paper); color: var(--text-dark);
  border: 1px solid var(--card-line); border-radius: 16px;
  padding: 30px 28px; box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.modal h3 { font-size: 24px; color: var(--text-dark); }
.modal > p { font-size: 14px; color: var(--text-mut); margin: 8px 0 18px; }
.modal-call { width: 100%; margin-bottom: 20px; }
.modal-close {
  position: absolute; top: 14px; right: 14px;
  width: 36px; height: 36px; border-radius: 50%;
  display: grid; place-items: center; color: var(--text-mut);
  border: 1px solid var(--card-line);
}
.modal-close:hover { background: var(--cream-2); }
.modal form { display: flex; flex-direction: column; }
.modal label { font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--text-mut); margin-bottom: 6px; }
.modal input {
  font: inherit; padding: 11px 14px; margin-bottom: 14px;
  border: 1px solid var(--card-line); border-radius: 8px; background: #fff; color: var(--text-dark);
}
.modal input:focus { outline: 2px solid var(--gold); outline-offset: 1px; }
.modal form small { font-size: 11.5px; color: var(--text-mut); margin-top: 10px; }

/* ---------- legal pages ---------- */
.legal-body { background: var(--paper); }
.legal-page { padding: 64px 0 90px; color: var(--text-dark); }
.legal-page .container { max-width: 760px; }
.legal-back { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #7a5c25; margin-bottom: 34px; }
.legal-back:hover { color: var(--gold-dim); }
.legal-page h1 { font-size: clamp(30px, 4vw, 42px); color: var(--text-dark); }
.legal-updated { font-size: 13px; color: var(--text-mut); margin: 10px 0 34px; }
.legal-page h2 { font-size: 21px; margin: 30px 0 10px; color: var(--text-dark); }
.legal-page p { font-size: 15px; line-height: 1.75; color: #4c3f2b; margin-bottom: 12px; }
.legal-page a { color: #7a5c25; text-decoration: underline; text-underline-offset: 3px; }

/* ---------- reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); }
.reveal.in {
  opacity: 1; transform: none;
  transition: opacity .7s cubic-bezier(.2, .6, .25, 1), transform .7s cubic-bezier(.2, .6, .25, 1);
}
.reveal.d1.in { transition-delay: .1s; }
.reveal.d2.in { transition-delay: .2s; }
.reveal.d3.in { transition-delay: .3s; }
.reveal.d4.in { transition-delay: .42s; }
.reveal.d5.in { transition-delay: .52s; }
.hero-trust .trust-card { opacity: 0; transform: translateX(26px); }
.hero-trust.in .trust-card { opacity: 1; transform: none; transition: opacity .6s ease, transform .6s cubic-bezier(.2, .6, .25, 1); }
.hero-trust.in .trust-card:nth-child(1) { transition-delay: .35s; }
.hero-trust.in .trust-card:nth-child(2) { transition-delay: .45s; }
.hero-trust.in .trust-card:nth-child(3) { transition-delay: .55s; }
.hero-trust.in .trust-card:nth-child(4) { transition-delay: .65s; }
.hero-trust.in .trust-card:nth-child(5) { transition-delay: .75s; }
.hero-trust.in .trust-card:nth-child(6) { transition-delay: .85s; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal, .hero-trust .trust-card { opacity: 1 !important; transform: none !important; transition: none !important; }
  .ticker-track { animation: none; flex-wrap: wrap; }
  .hero-shade::after, .contact-band::before { animation: none; }
  .timeline::before { animation: none; transform: none; }
  .hero-bg img { transform: none !important; }
  .product-visual img, .btn, .trust-card, .cat-card, .product-card { transition: none !important; }
}

/* short desktop viewports (e.g. 1280x720, 1366x768) — keep hero fully above the fold */
@media (min-width: 981px) and (max-height: 800px) {
  .hero-inner { padding-top: calc(var(--header-h) + 6px); padding-bottom: 24px; }
  .hero h1 { font-size: clamp(30px, 3.6vw, 46px); }
  .eyebrow { margin-bottom: 12px; }
  .hero-sub { margin-top: 14px; font-size: 15.5px; }
  .hero-actions { margin-top: 24px; }
  .hero-stats { margin-top: 24px; }
  .stat strong { font-size: 28px; }
  .trust-card { padding: 9px 13px; font-size: 12px; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1360px) {
  .nav > a { padding: 9px 10px; font-size: 13px; }
}

@media (max-width: 1240px) {
  .phone-copy { display: none; }
  .hero-inner {
    grid-template-columns: minmax(0, 1.5fr) 210px;
    grid-template-areas:
      "copy trust"
      "stats stats";
    column-gap: 30px;
  }
  .hero-trust { max-width: 210px; }
  .trust-card { font-size: 12px; padding: 10px 12px; }
}

@media (max-width: 1100px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 34px 10px; }
  .timeline::before { display: none; }
  .contact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .years-badge { grid-column: 2; min-height: 180px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 34px; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-map img { max-width: 380px; }
}

/* --- mobile nav breakpoint --- */
@media (max-width: 980px) {
  :root { --header-h: 66px; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0;
    display: none; flex-direction: column; align-items: stretch; gap: 2px;
    background: rgba(20, 13, 8, .98);
    border-bottom: 1px solid rgba(214, 161, 82, .25);
    padding: 14px 20px 22px;
    box-shadow: 0 24px 40px rgba(0, 0, 0, .45);
    max-height: calc(100dvh - var(--header-h)); overflow-y: auto;
  }
  .nav.open { display: flex; }
  .nav > a { font-size: 15.5px; padding: 13px 10px; border-radius: 8px; }
  .nav-mobile-extra { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; padding-top: 16px; border-top: 1px solid rgba(214, 161, 82, .2); }
  .nav-phone { font-size: 14px; color: var(--gold-bright); font-weight: 600; text-align: center; padding: 6px; }
  .header-cta { display: none; }
  .menu-toggle { display: flex; }
  .hero { height: auto; max-height: none; min-height: 0; }
  /* landscape photo can't cover a portrait hero without a huge zoom —
     pin it as a composed top band (map + full product spread) and fade
     it into the solid backdrop the trust cards and stats sit on */
  .hero-bg img {
    height: min(54%, 500px); width: 100%;
    object-position: 50% 50%;
    -webkit-mask-image: linear-gradient(180deg, #000 58%, transparent 99%);
    mask-image: linear-gradient(180deg, #000 58%, transparent 99%);
  }
  .hero-shade {
    background:
      linear-gradient(180deg, rgba(23, 16, 10, .68) 0%, rgba(23, 16, 10, .30) 32%, rgba(23, 16, 10, .06) 52%, rgba(23, 16, 10, 0) 100%);
  }
  .hero-shade::before {
    background: radial-gradient(64% 40% at 50% 6%, rgba(228, 186, 122, .15), rgba(228, 186, 122, 0) 70%);
  }
  .hero-inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "copy" "trust" "stats";
    padding-top: calc(var(--header-h) + 40px);
    padding-bottom: 40px; row-gap: 8px;
  }
  .hero-copy { max-width: 560px; }
  .hero-trust {
    max-width: none; justify-self: stretch;
    display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px; margin-top: 30px;
  }
  .hero-trust .trust-card { transform: translateY(18px); }
  .hero-stats {
    margin-top: 26px; padding-right: 0;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 16px;
  }
  .stat { border-right: 0; margin-right: 0; padding: 0; }
  .stat strong { font-size: 27px; }
}

@media (max-width: 760px) {
  .container { width: min(1240px, 100% - 32px); }
  .section { padding: 54px 0; }
  .rule-title { gap: 14px; }
  .rule-title::before, .rule-title::after { flex-basis: 44px; }
  .why-grid { grid-template-columns: 1fr; gap: 34px; }
  .why-media { max-width: 560px; }
  .why-media img { aspect-ratio: 4 / 3; }
  .products-head { justify-content: center; }
  .verified-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .timeline { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .years-badge { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; padding: 50px 0 36px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { justify-content: center; text-align: center; }
  .contact-offices { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hero-trust { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-card br { display: none; }
  .hero-stats { gap: 16px 14px; }
  .stat { gap: 10px; }
  .stat-icon { display: none; }
  .stat strong { font-size: 24px; }
  .stat-label { font-size: 11px; }
  .stat-label br { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { max-width: 480px; margin-inline: auto; width: 100%; }
  .hero h1 br { display: none; }
  .hero-sub br { display: none; }
  .footer-map img { max-width: 100%; }
}

@media (max-width: 420px) {
  .brand-text strong { font-size: 18px; }
  .brand-text small { font-size: 7.6px; }
  .hero-actions .btn { width: 100%; }
  .cat-arrow { display: none; }
  .verified-grid { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { display: grid; grid-template-columns: 88px 1fr; column-gap: 16px; text-align: left; }
  .timeline .step-num { position: static; transform: none; justify-self: center; order: 3; display: none; }
  .timeline h3 { margin-top: 6px; }
  .timeline h3, .timeline p { grid-column: 2; }
  .timeline .step-icon { grid-row: 1 / 3; }
  .floating-wa { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
