/* Self-hosted Outfit (variable) — removes the external Google Fonts CDN dependency */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/outfit.woff2') format('woff2');
}

/* =================================================================
   Al-Hafiz Animal Feed Industries
   Premium light theme — Outfit typography
   Palette: warm ivory canvas / deep forest green / wheat gold
   ================================================================= */

/* ---------- Tokens ---------- */
:root {
  --ivory:        #FAF6EC;
  --ivory-deep:   #F2EBDA;
  --paper:        #FFFFFF;
  --forest:       #2C2B70;
  --forest-700:   #3A3897;
  --forest-500:   #4B4AB5;
  --moss:         #6E6DBD;
  --gold:         #BD9542;
  --gold-soft:    #D8B967;
  --gold-wash:    #EFE3C4;
  --ink:          #1A1B16;
  --ink-soft:     #4B4F46;
  --line:         #E4DBC6;

  --shadow-sm: 0 2px 10px rgba(44, 43, 112, 0.06);
  --shadow-md: 0 18px 50px -24px rgba(44, 43, 112, 0.30);
  --shadow-lg: 0 40px 90px -40px rgba(44, 43, 112, 0.45);

  --r-sm: 10px;
  --r-md: 18px;
  --r-lg: 28px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1200px;

  --font: 'Outfit', system-ui, -apple-system, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }

body {
  font-family: var(--font);
  background: var(--ivory);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 28px; }

.section { padding: clamp(72px, 10vw, 140px) 0; position: relative; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow.center::after {
  content: "";
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.035em;
  color: var(--forest);
}

.display {
  font-size: clamp(2.7rem, 7vw, 5.4rem);
  font-weight: 600;
}
.section-title {
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  margin-top: 18px;
}
.lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ink-soft);
  line-height: 1.7;
  max-width: 56ch;
}

.serif-accent { font-style: italic; font-weight: 300; color: var(--gold); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-family: var(--font);
  font-size: 0.96rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background .3s, color .3s;
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; transition: transform .4s var(--ease); }
.btn-primary {
  background: var(--forest);
  color: #fff;
  box-shadow: var(--shadow-md);
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.btn-primary:hover svg { transform: translateX(4px); }
.btn-gold { background: var(--gold); color: var(--forest); box-shadow: 0 14px 34px -16px rgba(189,149,66,.8); }
.btn-gold:hover { transform: translateY(-3px); }
.btn-ghost {
  background: transparent;
  color: var(--forest);
  border-color: var(--line);
}
.btn-ghost:hover { border-color: var(--forest); background: rgba(44, 43, 112,.04); transform: translateY(-3px); }

/* =================================================================
   HEADER
   ================================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), padding .4s var(--ease);
  padding: 22px 0;
}
.site-header.scrolled {
  background: rgba(250, 246, 236, 0.85);
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line);
  padding: 14px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; }

.brand { display: flex; align-items: center; gap: 13px; }
.brand-mark {
  width: 46px; height: 46px;
  border-radius: 13px;
  background: linear-gradient(150deg, var(--forest-500), var(--forest));
  display: grid; place-items: center;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.brand-mark svg { width: 26px; height: 26px; position: relative; z-index: 1; }
.brand-mark::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(216,185,103,.45), transparent 60%);
}
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-name { font-weight: 600; font-size: 1.12rem; color: var(--forest); letter-spacing: 0.01em; text-transform: uppercase; }
.brand-sub { font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); font-weight: 500; white-space: nowrap; }

.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  font-size: 0.95rem;
  font-weight: 400;
  color: var(--ink-soft);
  padding: 9px 16px;
  border-radius: 100px;
  position: relative;
  transition: color .3s;
}
.nav-links a:hover { color: var(--forest); }
.nav-links a.active { color: var(--forest); font-weight: 500; }
.nav-links a.active::after {
  content: "";
  position: absolute;
  left: 16px; right: 16px; bottom: 2px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.92rem; font-weight: 500; color: var(--forest);
  white-space: nowrap;
}
.nav-phone svg { width: 16px; height: 16px; color: var(--gold); }

.nav-toggle {
  display: none;
  width: 46px; height: 46px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--paper);
  cursor: pointer;
  position: relative;
}
.nav-toggle span {
  position: absolute; left: 13px; right: 13px; height: 2px;
  background: var(--forest); border-radius: 2px;
  transition: transform .35s var(--ease), opacity .25s;
}
.nav-toggle span:nth-child(1) { top: 17px; }
.nav-toggle span:nth-child(2) { top: 23px; }
.nav-toggle span:nth-child(3) { top: 29px; }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* =================================================================
   HERO
   ================================================================= */
.hero {
  position: relative;
  padding: 132px 0 80px;
  overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 600px at 78% -8%, var(--gold-wash), transparent 55%),
    radial-gradient(900px 700px at 5% 110%, rgba(75,74,181,.10), transparent 60%);
  z-index: -2;
}
.hero-grain {
  position: absolute; inset: 0;
  opacity: .5;
  z-index: -1;
  pointer-events: none;
  background-image: 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'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.hero-copy { max-width: 640px; }
.hero h1 { margin: 22px 0 26px; }
.hero h1 .line { display: block; overflow: hidden; }
.hero-tag {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 8px 16px 8px 10px;
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
}
.hero-tag b { color: var(--forest); font-weight: 600; }
.hero-tag .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px var(--gold-wash); }
.hero-actions { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.hero-meta {
  display: flex; gap: 38px; margin-top: 54px;
  padding-top: 34px; border-top: 1px solid var(--line);
}
.hero-meta .num { font-size: 2rem; font-weight: 600; color: var(--forest); letter-spacing: -0.04em; }
.hero-meta .lbl { font-size: 0.82rem; color: var(--ink-soft); margin-top: 2px; }

/* hero visual */
.hero-visual { position: relative; }
.hero-frame {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-lg);
  border: 8px solid var(--paper);
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; }
.hero-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(44, 43, 112,.35));
}
.hero-badge {
  position: absolute;
  left: -26px; bottom: 42px;
  background: var(--paper);
  border-radius: var(--r-md);
  padding: 18px 22px;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 14px;
  z-index: 2;
  border: 1px solid var(--line);
}
.hero-badge .ring {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gold-wash);
  display: grid; place-items: center;
  color: var(--gold);
}
.hero-badge .ring svg { width: 22px; height: 22px; }
.hero-badge .t1 { font-weight: 600; color: var(--forest); font-size: 0.98rem; line-height: 1.2; }
.hero-badge .t2 { font-size: 0.78rem; color: var(--ink-soft); }
.hero-chip {
  position: absolute; top: 30px; right: -22px;
  background: var(--forest); color: #fff;
  padding: 12px 18px; border-radius: 100px;
  font-size: 0.84rem; font-weight: 500;
  box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 9px;
  z-index: 2;
}
.hero-chip .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-soft); }

/* ---------- Marquee trust strip ---------- */
.strip {
  background: var(--forest);
  color: rgba(255,255,255,.85);
  padding: 20px 0;
  overflow: hidden;
}
.strip-track {
  display: flex; gap: 60px; white-space: nowrap;
  animation: marquee 32s linear infinite;
  width: max-content;
}
.strip-track span {
  display: inline-flex; align-items: center; gap: 14px;
  font-size: 0.95rem; font-weight: 400; letter-spacing: 0.02em;
}
.strip-track span::before { content: "✦"; color: var(--gold-soft); font-size: 0.8rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* =================================================================
   GENERIC SECTION HEADER
   ================================================================= */
.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .lead { margin-inline: auto; }

/* =================================================================
   PRODUCTS GRID
   ================================================================= */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.product-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .4s;
  display: flex; flex-direction: column;
}
.product-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); border-color: transparent; }
.product-media { position: relative; aspect-ratio: 5/4; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s var(--ease); }
.product-card:hover .product-media img { transform: scale(1.08); }
.product-media .tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(250,246,236,.92);
  backdrop-filter: blur(6px);
  color: var(--forest);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 100px;
  white-space: nowrap; line-height: 1.2;
  max-width: none; width: auto;
}
.product-body { padding: 24px 24px 28px; display: flex; flex-direction: column; flex: 1; }
.product-body h3 { font-size: 1.3rem; margin-bottom: 9px; }
.product-body p { font-size: 0.94rem; color: var(--ink-soft); line-height: 1.6; flex: 1; }
.product-link {
  margin-top: 18px;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 0.88rem; font-weight: 500; color: var(--gold);
}
.product-link svg { width: 15px; height: 15px; transition: transform .35s var(--ease); }
.product-card:hover .product-link svg { transform: translateX(4px); }

/* real product packshots (bags photographed on white) */
.product-media.is-bag { background: linear-gradient(160deg, #ffffff, var(--ivory-deep)); }
.product-media.is-bag img { object-fit: contain; padding: 16px; }

/* =================================================================
   FEATURE / WHY US — split
   ================================================================= */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}
.split-visual { position: relative; }
.split-visual .img-main {
  border-radius: var(--r-lg);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-md);
}
.split-visual .img-main img { width: 100%; height: 100%; object-fit: cover; }
.split-visual .img-float {
  position: absolute; bottom: -30px; right: -24px;
  width: 52%;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 7px solid var(--paper);
  box-shadow: var(--shadow-md);
  aspect-ratio: 1;
}
.split-visual .img-float img { width: 100%; height: 100%; object-fit: cover; }
.split-visual .leaf {
  position: absolute; top: -28px; left: -28px;
  width: 90px; height: 90px; color: var(--gold-soft);
  opacity: .6;
}

.feature-list { margin-top: 34px; display: grid; gap: 8px; }
.feature-item {
  display: flex; gap: 18px;
  padding: 20px;
  border-radius: var(--r-md);
  transition: background .35s;
}
.feature-item:hover { background: var(--paper); box-shadow: var(--shadow-sm); }
.feature-item .ico {
  flex-shrink: 0;
  width: 48px; height: 48px;
  border-radius: 13px;
  background: var(--gold-wash);
  color: var(--gold);
  display: grid; place-items: center;
}
.feature-item .ico svg { width: 23px; height: 23px; }
.feature-item h4 { font-size: 1.08rem; color: var(--forest); margin-bottom: 4px; letter-spacing: -0.02em; }
.feature-item p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.55; }

/* =================================================================
   STATS BAND
   ================================================================= */
.stats {
  background:
    radial-gradient(800px 400px at 80% 0%, rgba(216,185,103,.14), transparent 60%),
    var(--forest);
  color: #fff;
  border-radius: var(--r-lg);
  padding: clamp(48px, 6vw, 76px) clamp(32px, 5vw, 70px);
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M0 0h60v60H0z' fill='none'/%3E%3Cpath d='M30 8l4 14 14 4-14 4-4 14-4-14-14-4 14-4z' fill='%23ffffff' opacity='0.025'/%3E%3C/svg%3E");
}
.stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 30px; position: relative;
}
.stat-item { text-align: center; }
.stat-num {
  font-size: clamp(2.6rem, 5vw, 3.6rem);
  font-weight: 600; letter-spacing: -0.05em;
  color: #fff; line-height: 1;
}
.stat-num .u { color: var(--gold-soft); }
.stat-lbl { margin-top: 12px; font-size: 0.9rem; color: rgba(255,255,255,.7); }
.stat-item + .stat-item { border-left: 1px solid rgba(255,255,255,.12); }

/* =================================================================
   PROCESS
   ================================================================= */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; counter-reset: step; }
.process-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 32px 26px;
  position: relative;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.process-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.process-card .step {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em;
  color: var(--gold); text-transform: uppercase;
}
.process-card .ico {
  width: 54px; height: 54px; margin: 18px 0 20px;
  border-radius: 15px;
  background: linear-gradient(150deg, var(--forest-500), var(--forest));
  color: var(--gold-soft);
  display: grid; place-items: center;
}
.process-card .ico svg { width: 26px; height: 26px; }
.process-card h4 { font-size: 1.18rem; margin-bottom: 8px; }
.process-card p { font-size: 0.9rem; color: var(--ink-soft); line-height: 1.55; }

/* =================================================================
   CTA BANNER
   ================================================================= */
.cta-band {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) clamp(32px, 6vw, 80px);
  text-align: center;
  color: #fff;
}
.cta-band-bg { position: absolute; inset: 0; z-index: -2; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(44, 43, 112,.86), rgba(44, 43, 112,.92));
}
.cta-band h2 { color: #fff; font-size: clamp(2rem, 4.5vw, 3.2rem); }
.cta-band p { color: rgba(255,255,255,.82); max-width: 52ch; margin: 18px auto 34px; font-size: 1.08rem; }
.cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =================================================================
   FOOTER
   ================================================================= */
.site-footer {
  background: var(--forest);
  color: rgba(255,255,255,.72);
  padding: 84px 0 32px;
  position: relative;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.3fr;
  gap: 48px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand .brand-name { color: #fff; }
.footer-about { margin-top: 20px; font-size: 0.94rem; line-height: 1.7; max-width: 34ch; }
.footer-socials { display: flex; gap: 12px; margin-top: 24px; }
.footer-socials a {
  width: 42px; height: 42px; border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  display: grid; place-items: center;
  color: rgba(255,255,255,.8);
  transition: background .3s, color .3s, transform .3s, border-color .3s;
}
.footer-socials a:hover { background: var(--gold); color: var(--forest); border-color: var(--gold); transform: translateY(-3px); }
.footer-socials a svg { width: 19px; height: 19px; }
.footer-col h5 {
  color: #fff; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 22px;
}
.footer-col ul { display: grid; gap: 13px; }
.footer-col a { font-size: 0.94rem; transition: color .3s, padding .3s; }
.footer-col a:hover { color: var(--gold-soft); padding-left: 4px; }
.footer-contact li { display: flex; gap: 13px; font-size: 0.94rem; margin-bottom: 16px; line-height: 1.5; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold-soft); flex-shrink: 0; margin-top: 3px; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 28px; font-size: 0.85rem; color: rgba(255,255,255,.5);
  flex-wrap: wrap; gap: 12px;
}

/* =================================================================
   PAGE HERO (inner pages)
   ================================================================= */
.page-hero {
  padding: 168px 0 72px;
  position: relative;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background:
    radial-gradient(900px 500px at 85% -10%, var(--gold-wash), transparent 55%),
    radial-gradient(700px 500px at 0% 120%, rgba(75,74,181,.10), transparent 60%);
}
.page-hero .crumbs {
  font-size: 0.85rem; color: var(--ink-soft);
  display: flex; gap: 10px; align-items: center; margin-bottom: 22px;
}
.page-hero .crumbs a:hover { color: var(--forest); }
.page-hero .crumbs span { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.4rem); }
.page-hero .lead { margin-top: 22px; }

/* =================================================================
   ABOUT page bits
   ================================================================= */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 36px 30px;
  transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.value-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.value-card .ico {
  width: 56px; height: 56px; border-radius: 15px;
  background: var(--gold-wash); color: var(--gold);
  display: grid; place-items: center; margin-bottom: 22px;
}
.value-card .ico svg { width: 27px; height: 27px; }
.value-card h3 { font-size: 1.3rem; margin-bottom: 10px; }
.value-card p { font-size: 0.95rem; color: var(--ink-soft); line-height: 1.6; }

.timeline { display: grid; gap: 0; }
.tl-item {
  display: grid; grid-template-columns: 150px 1fr; gap: 36px;
  padding: 30px 0; border-bottom: 1px solid var(--line);
  align-items: start;
}
.tl-item:last-child { border-bottom: none; }
.tl-year { font-size: 1.5rem; font-weight: 600; color: var(--gold); letter-spacing: -0.03em; }
.tl-body h4 { font-size: 1.25rem; margin-bottom: 8px; }
.tl-body p { color: var(--ink-soft); font-size: 0.96rem; }

/* =================================================================
   CONTACT page
   ================================================================= */
.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: start; }
.contact-info { display: grid; gap: 18px; }
.contact-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 26px 28px;
  display: flex; gap: 20px; align-items: flex-start;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.contact-card .ico {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 14px; background: var(--gold-wash); color: var(--gold);
  display: grid; place-items: center;
}
.contact-card .ico svg { width: 24px; height: 24px; }
.contact-card h4 { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.contact-card p, .contact-card a { font-size: 1.05rem; color: var(--ink); font-weight: 500; line-height: 1.4; }
.contact-card a:hover { color: var(--forest); }
.contact-card .sub { font-size: 0.88rem; color: var(--ink-soft); font-weight: 400; margin-top: 3px; }

.form-card {
  background: var(--paper); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: clamp(30px, 4vw, 46px);
  box-shadow: var(--shadow-sm);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 0.85rem; font-weight: 500; color: var(--forest); margin-bottom: 9px; }
.field input, .field textarea, .field select {
  width: 100%;
  font-family: var(--font);
  font-size: 1rem;
  color: var(--ink);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  transition: border-color .3s, background .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--paper);
  box-shadow: 0 0 0 4px var(--gold-wash);
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 0.85rem; color: var(--ink-soft); margin-top: 6px; }

.map-frame {
  border-radius: var(--r-lg); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-sm);
  height: 420px;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(.2) contrast(1.05); }

/* =================================================================
   SCROLL REVEAL
   ================================================================= */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1080px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 30px; }
  .stat-item:nth-child(3) { border-left: none; }
}
@media (max-width: 920px) {
  .nav-links, .nav-phone { display: none; }
  .nav-toggle { display: block; }
  .hero-inner { grid-template-columns: 1fr; gap: 70px; }
  .hero-visual { max-width: 460px; }
  .split { grid-template-columns: 1fr; gap: 80px; }
  .split-visual { max-width: 480px; }
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }

  .nav-links {
    position: fixed; inset: 0 0 0 auto;
    width: min(82vw, 340px);
    background-color: #ffffff !important;
    background-image: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    opacity: 1 !important;
    isolation: isolate;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 110px 30px 40px;
    gap: 4px;
    transform: translateX(100%);
    transition: transform .5s var(--ease);
    box-shadow: var(--shadow-lg);
    z-index: 90;
  }
  body.menu-open .nav-links { display: flex; transform: none; }
  .nav-links a { width: 100%; font-size: 1.1rem; padding: 14px 8px; }
  .nav-links a.active::after { display: none; }
  body.menu-open::after {
    content: ""; position: fixed; inset: 0;
    background: rgba(44, 43, 112,.4); z-index: 80;
  }
}
@media (max-width: 620px) {
  .container { padding: 0 20px; }
  .products-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: 1fr; gap: 32px; }
  .stat-item + .stat-item { border-left: none; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.12); }
  .form-row { grid-template-columns: 1fr; }
  .hero-meta { gap: 24px; flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; }
  .tl-item { grid-template-columns: 1fr; gap: 8px; }
  .hero-badge { left: 0; }
  .hero-chip { right: 0; }
  .btn { width: 100%; justify-content: center; }
  .hero-actions, .cta-actions { width: 100%; }
}

/* ============ Home products = full grid (all products shown) ============ */
.products-grid.home-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.grid-cta { display: flex; justify-content: center; margin-top: 36px; }
@media (max-width: 1024px){ .products-grid.home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px){ .products-grid.home-grid { grid-template-columns: 1fr; gap: 18px; } }
