/* ===================================================
   certified-humane-eggs-india.css — page-specific styles
   Imports common.css; only contains page-unique rules.
=================================================== */

@import "./common.css";


/* ── HERO – full-bleed background image layout ── */
  .hero {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: #1a1710;
  }

.hero-bg {
    position: absolute; inset: 0;
    background: url('../images/hero-certified-hunane-farm.jpg') center center / cover no-repeat;
    z-index: 0;
  }

/* gradient: dark left panel fading to transparent right */
  .hero-bg::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(
      to right,
      rgba(20,17,10,0.92) 0%,
      rgba(20,17,10,0.80) 45%,
      rgba(20,17,10,0.35) 72%,
      rgba(20,17,10,0.10) 100%
    );
  }

/* bottom grass-edge separator */
  .hero::after {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -2px; height: 26px;
    background: #fff;
    clip-path: polygon(0 60%,4% 30%,9% 65%,15% 25%,21% 60%,27% 35%,33% 70%,40% 30%,46% 60%,53% 28%,59% 65%,66% 32%,72% 62%,79% 28%,85% 60%,91% 33%,96% 65%,100% 35%,100% 100%,0 100%);
    z-index: 2;
  }

.hero-inner {
    position: relative; z-index: 1;
    width: 100%; max-width: var(--max-w);
    margin: 0 auto;
    padding: 64px 28px 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 620px;
    margin-left: max(28px, calc((100vw - 1040px) / 2));
  }

/* top cert badge row */
  .hero-badge-row {
    display: flex; align-items: center; gap: 12px;
    margin-bottom: 28px;
  }

.hero-cert-logo {
    background: #fff; border-radius: 6px;
    padding: 5px 8px;
    display: flex; align-items: center; justify-content: center;
    width: 72px; height: 46px;
    flex-shrink: 0;
  }

.hero-cert-logo svg { width: 56px; height: 36px; }

.hero-badge-label {
    font-size: 11px; font-weight: 700; letter-spacing: 1.8px;
    text-transform: uppercase; color: #F0B97A;
    line-height: 1.4;
  }

.hero h1 {
    font-family: var(--serif); font-size: 50px; font-weight: 700;
    color: #F5EFE2; line-height: 1.08; margin-bottom: 18px;
  }

.hero-tagline {
    font-family: var(--serif); font-size: 18px; font-weight: 500;
    color: #D8D0BE; line-height: 1.5; margin-bottom: 16px;
  }

.hero-sub {
    font-size: 14px; color: #BDB49E; line-height: 1.8;
    max-width: 480px; margin-bottom: 32px;
  }

.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

.btn-pill.hero-ghost {
    background: transparent;
    border: 1.5px solid rgba(245,239,226,0.5);
    color: #F5EFE2;
  }

.btn-pill.hero-ghost:hover { background: rgba(245,239,226,0.1); }

/* bottom feature pills */
  .hero-features {
    display: flex; gap: 10px; flex-wrap: wrap;
    padding-top: 26px;
    border-top: 1px solid rgba(245,239,226,0.15);
  }

.hero-feat {
    display: flex; align-items: center; gap: 7px;
    font-size: 12px; font-weight: 600; color: #CFC6B4;
    background: rgba(245,239,226,0.08);
    border: 1px solid rgba(245,239,226,0.18);
    border-radius: 20px; padding: 7px 14px;
  }

.hero-feat i { font-size: 14px; color: #F0B97A; }

/* certified tag bottom-right */
  .hero-cert-tag {
    position: absolute; bottom: 36px; right: 32px; z-index: 2;
    display: flex; align-items: center; gap: 9px;
    background: rgba(20,17,10,0.72);
    border: 1px solid rgba(240,185,122,0.35);
    border-radius: 12px; padding: 10px 16px;
    backdrop-filter: blur(6px);
  }

.hero-cert-tag i { font-size: 18px; color: #F0B97A; }

.hero-cert-tag-text { font-size: 11.5px; font-weight: 700; color: #F5EFE2; line-height: 1.35; }

.hero-cert-tag-text span { display: block; font-weight: 400; font-size: 10.5px; color: #BBB19D; }

@media (max-width: 860px) {
    .hero h1 { font-size: 34px; }
    .hero-tagline { font-size: 15px; }
    .hero-inner { padding: 56px 24px 96px; margin-left: 0; max-width: 100%; }
    .hero-cert-tag { display: none; }
  }

@media (max-width: 480px) {
    .hero h1 { font-size: 28px; }
    .hero-features { gap: 8px; }
  }

/* keep old stat styles for any other usage */
  .stat { text-align: center; }

.stat-num { font-family: var(--serif); font-size: 28px; font-weight: 700; color: #F0B97A; }

.stat-label { font-size: 11.5px; color: #BBB19D; margin-top: 3px; }

.cert-seal { width: 60px; height: 60px; min-width: 60px; border-radius: 50%; background: rgba(240,185,122,0.14); border: 2px solid rgba(240,185,122,0.4); display: flex; align-items: center; justify-content: center; }

.cert-seal i { font-size: 26px; color: #F0B97A; }

.cert-block-title { font-family: var(--serif); font-size: 17px; font-weight: 700; color: #F5EFE2; margin-bottom: 4px; }

.cert-block-sub { font-size: 12.5px; color: #BBB19D; line-height: 1.55; }

.cert-block-sub strong { color: #F0B97A; font-weight: 700; }

.cards-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }

.card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; padding: 0; }

.card-img-placeholder {
    width: 100%; aspect-ratio: 16/9;
    background: #ffffff;
    border-bottom: 1px solid var(--border);
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 8px; color: var(--muted);
    position: relative; overflow: hidden;
  }

.card-img-placeholder::before {
    content: '';
    position: absolute; inset: 0;
    background: none;
  }

.card-img-placeholder i { font-size: 28px; color: var(--border); position: relative; z-index: 1; }

.card-img-placeholder span { font-size: 11px; font-weight: 600; letter-spacing: 0.8px; text-transform: uppercase; color: #C8C8BE; position: relative; z-index: 1; }

.card-body { padding: 18px 20px 22px; }

.card h3 { font-family: var(--serif); font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }

.card p { font-size: 13.5px; color: var(--muted); line-height: 1.7; }

.official-card { background: #fff; border: 1.5px solid var(--orange); border-radius: var(--radius-lg); overflow: hidden; }

.official-header { background: var(--green); padding: 18px 22px; display: flex; align-items: center; gap: 14px; }

.official-seal { width: 42px; height: 42px; min-width: 42px; border-radius: 50%; background: rgba(240,185,122,0.18); border: 1.5px solid rgba(240,185,122,0.5); display: flex; align-items: center; justify-content: center; }

.official-seal i { font-size: 20px; color: #F0B97A; }

.official-header-title { font-family: var(--serif); font-size: 16px; font-weight: 700; color: #F5EFE2; }

.official-header-sub { font-size: 11px; color: #BBB19D; margin-top: 2px; }

.official-body { padding: 8px 22px; }

.official-fact { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid var(--border); align-items: flex-start; }

.official-fact:last-child { border-bottom: none; }

.official-fact-icon { width: 32px; height: 32px; min-width: 32px; border-radius: 8px; background: #fff; display: flex; align-items: center; justify-content: center; }

.official-fact-icon i { font-size: 16px; color: var(--orange); }

.official-fact-label { font-size: 10.5px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 3px; }

.official-fact-value { font-size: 13px; font-weight: 600; color: var(--ink-mid); }

.official-footer { background: #fff; border-top: 1px solid var(--border); padding: 14px 22px; }

.official-link { display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 700; color: var(--orange); }

.official-link span { display: flex; align-items: center; gap: 6px; }

.official-link:hover { text-decoration: underline; }

.verified-tag { font-size: 10px; font-weight: 700; background: var(--green-tint); color: var(--green-mid); padding: 3px 10px; border-radius: 10px; }

.story-band { background: var(--muted); padding: 80px 28px; position: relative; }

.story-band::before { content: ''; position: absolute; left: 0; right: 0; top: -2px; height: 24px; background: #fff; clip-path: polygon(0 0, 100% 0, 100% 35%, 95% 70%, 89% 30%, 83% 65%, 76% 28%, 70% 62%, 63% 30%, 57% 68%, 50% 32%, 44% 65%, 37% 28%, 31% 62%, 24% 30%, 18% 68%, 11% 32%, 5% 65%, 0 35%); }

.story-band .eyebrow { color: #F0B97A; }

.story-band .section-title { color: #F5EFE2; }

.story-band .body-text { color: #D8D0C0; }

.milestones { display: flex; flex-direction: column; }

.milestone { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(245,239,226,0.1); }

.milestone:last-child { border-bottom: none; }

.milestone-dot { width: 10px; height: 10px; min-width: 10px; border-radius: 50%; background: #F0B97A; margin-top: 6px; }

.milestone-year { font-size: 11px; font-weight: 800; color: #F0B97A; letter-spacing: 1px; margin-bottom: 3px; }

.milestone-text { font-size: 13px; color: #D8D0C0; line-height: 1.6; }

.milestone-text strong { color: #F5EFE2; font-weight: 700; }

.audit-steps { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 0; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }

.audit-step { padding: 24px 20px; border-right: 1px solid var(--border); }

.audit-step:last-child { border-right: none; }

.audit-num { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--grey-light); margin-bottom: 10px; line-height: 1; -webkit-text-stroke: 1px var(--orange); }

.audit-step h3 { font-size: 13.5px; font-weight: 700; color: var(--ink-mid); margin-bottom: 7px; }

.audit-step p { font-size: 12.5px; color: var(--muted); line-height: 1.6; }

.std-table { max-width: var(--max-w); margin: 0 auto; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 8px 26px; }

.std-row { display: grid; grid-template-columns: 220px 1fr; border-bottom: 1px solid var(--border); padding: 16px 0; gap: 24px; align-items: start; }

.std-row:last-child { border-bottom: none; }

.std-label { font-size: 13px; font-weight: 700; color: var(--ink); display: flex; align-items: center; gap: 9px; }

.std-label i { font-size: 16px; color: var(--orange); }

.std-value { font-size: 13px; color: var(--muted); line-height: 1.7; }

.std-value strong { color: var(--ink-mid); font-weight: 700; }

.std-value a { color: var(--orange); font-weight: 600; }

.std-value a:hover { text-decoration: underline; }

.faq-item a { color: var(--orange); font-weight: 600; }

.faq-item a:hover { text-decoration: underline; }

@media (max-width: 860px) {
    .nav-links { display: none; }
    .hero h1 { font-size: 32px; }
    .hero-cert-block { flex-direction: column; text-align: center; }
    .grid-2, .faq-grid { grid-template-columns: 1fr; }
    .section-title { font-size: 28px; }
    .audit-steps { grid-template-columns: 1fr; }
    .audit-step { border-right: none; border-bottom: 1px solid var(--border); }
    .audit-step:last-child { border-bottom: none; }
    .std-row { grid-template-columns: 1fr; gap: 8px; }
    .footer-top { grid-template-columns: 1fr 1fr; }
  }

@media (max-width: 480px) {
    .footer-top { grid-template-columns: 1fr; }
    .hero h1 { font-size: 27px; }
    .cta-band h2 { font-size: 26px; }
    .hero-stats { gap: 20px; }
  }
