/* ==========================================================
   Rachna Agri Business — harvest editorial
   Deep field green · harvest gold · cream paper
   ========================================================== */
:root {
  --green-950: #0d2b18;
  --green-900: #123c22;
  --green-800: #1a512e;
  --green-600: #2f7a44;
  --green-100: #e3efe4;
  --gold: #f2b705;
  --gold-deep: #d99b00;
  --cream: #f8f5ec;
  --paper: #fffdf7;
  --ink: #1c2a20;
  --ink-soft: #4c5c50;
  --line: #e2ddcd;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(13, 43, 24, .10);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Hanken Grotesk", "Segoe UI", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: min(1180px, 100% - 3rem); margin-inline: auto; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.12; color: var(--green-950); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); letter-spacing: -.01em; }
h2 em, h1 em { font-style: italic; color: var(--green-600); }

.section { padding: clamp(4rem, 8vw, 6.5rem) 0; }
.section-kicker {
  display: inline-block; font-weight: 700; font-size: .8rem; letter-spacing: .18em;
  text-transform: uppercase; color: var(--gold-deep); margin-bottom: .9rem;
}
.section-kicker::before { content: "— "; color: var(--green-600); }
.section-sub { color: var(--ink-soft); margin-top: .6rem; max-width: 46ch; }

/* ---------- buttons ---------- */
.btn {
  display: inline-block; padding: .85rem 1.7rem; border-radius: 999px;
  font-weight: 700; font-size: .95rem; border: 2px solid transparent;
  cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(13,43,24,.18); }
.btn-gold { background: var(--gold); color: var(--green-950); }
.btn-gold:hover { background: #ffc71f; }
.btn-green { background: var(--green-900); color: #fff; }
.btn-outline { border-color: currentColor; color: inherit; background: transparent; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(248, 245, 236, .9); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: .8rem 0; }
.logo { display: flex; align-items: center; gap: .6rem; }
.logo-img { height: 54px; width: auto; }
.footer-logo { height: 84px; width: auto; margin-inline: auto; filter: drop-shadow(0 2px 6px rgba(0,0,0,.35)); }
.logo-mark {
  width: 42px; height: 42px; border-radius: 12px; background: var(--green-900);
  color: var(--gold); display: grid; place-items: center;
}
.logo-mark svg { width: 26px; height: 26px; }
.logo-text {
  font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  color: var(--green-950); display: flex; flex-direction: column; line-height: 1;
}
.logo-text small {
  font-family: var(--font-body); font-weight: 700; font-size: .55rem;
  letter-spacing: .32em; color: var(--gold-deep); margin-top: .2rem;
}
.main-nav { display: flex; align-items: center; gap: 1.6rem; font-weight: 600; font-size: .95rem; }
.main-nav a { position: relative; padding: .3rem 0; }
.main-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
  background: var(--gold); transition: width .2s;
}
.main-nav a:not(.nav-cta):hover::after { width: 100%; }
.main-nav a.nav-cta {
  background: var(--green-900); color: #fff; padding: .55rem 1.35rem; border-radius: 999px;
  transition: background .2s;
  display: inline-flex; align-items: center; line-height: 1; white-space: nowrap;
}
.nav-cta:hover { background: var(--green-800); }
.main-nav a.active:not(.nav-cta) { color: var(--green-600); }
.main-nav a.active:not(.nav-cta)::after { width: 100%; }
.nav-cta.active { background: var(--green-600); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }

/* ---------- inner-page hero ---------- */
.page-hero {
  background: linear-gradient(155deg, var(--green-950) 0%, var(--green-900) 70%);
  background-image: radial-gradient(rgba(242,183,5,.1) 1.5px, transparent 1.5px), linear-gradient(155deg, var(--green-950) 0%, var(--green-900) 70%);
  background-size: 34px 34px, cover;
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.page-hero h1 {
  color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.2rem); letter-spacing: -.01em; margin-top: .2rem;
}
.nav-toggle span { display: block; width: 24px; height: 2.5px; background: var(--green-950); margin: 5px 0; border-radius: 2px; }

/* ---------- hero ---------- */
.hero {
  position: relative; background: linear-gradient(155deg, var(--green-950) 0%, var(--green-900) 55%, var(--green-800) 100%);
  color: #fff; overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; opacity: .55;
  background-image: radial-gradient(rgba(242,183,5,.14) 1.5px, transparent 1.5px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 70%, transparent);
}
.hero-grid {
  position: relative; display: grid; grid-template-columns: 1.15fr .85fr;
  gap: 3rem; align-items: center; padding: clamp(4rem, 9vw, 7rem) 0 clamp(6rem, 10vw, 8rem);
}
.hero-kicker {
  display: inline-block; background: var(--gold); color: var(--green-950);
  font-weight: 800; font-size: .85rem; padding: .35rem 1rem; border-radius: 999px;
  transform: rotate(-2deg); margin-bottom: 1.4rem; letter-spacing: .02em;
}
.hero h1 {
  color: #fff; font-size: clamp(2.6rem, 5.6vw, 4.3rem); font-weight: 600;
  letter-spacing: -.015em; margin-bottom: 1.2rem;
}
.hero h1 em { color: var(--gold); }
.hero-sub { color: #cfe0d2; max-width: 52ch; font-size: 1.06rem; margin-bottom: 2rem; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.6rem; }
.hero .btn-outline { color: #fff; border-color: rgba(255,255,255,.5); }
.hero .btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-stats { display: flex; gap: 2.6rem; flex-wrap: wrap; }
.hero-stats li { display: flex; flex-direction: column; }
.hero-stats strong { font-family: var(--font-display); font-size: 2rem; color: var(--gold); line-height: 1.1; }
.hero-stats span { font-size: .85rem; color: #a9c3ae; }

.hero-visual { position: relative; height: 460px; }
.hero-card {
  position: absolute; width: 62%; border-radius: var(--radius);
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  padding: 1rem; backdrop-filter: blur(4px);
  box-shadow: 0 24px 50px rgba(0,0,0,.35);
  animation: float 7s ease-in-out infinite;
}
.hero-card img { filter: drop-shadow(0 12px 18px rgba(0,0,0,.3)); }
.hero-card-1 { top: 0; left: 0; transform: rotate(-5deg); }
.hero-card-2 { bottom: 0; right: 0; transform: rotate(4deg); animation-delay: -3.5s; }
.hero-badge {
  position: absolute; top: 46%; right: 4%; width: 108px; height: 108px; border-radius: 50%;
  background: var(--gold); color: var(--green-950); font-weight: 800; font-size: .78rem;
  display: grid; place-items: center; text-align: center; line-height: 1.3;
  transform: rotate(8deg); box-shadow: 0 12px 24px rgba(0,0,0,.3);
}
@keyframes float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -14px; }
}
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; }

/* ---------- about ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.about-copy p { color: var(--ink-soft); margin-top: 1.1rem; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.value-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.3rem; transition: transform .2s, box-shadow .2s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.value-card:nth-child(2) { transform: translateY(1.4rem); }
.value-card:nth-child(2):hover { transform: translateY(calc(1.4rem - 4px)); }
.value-card:nth-child(4) { transform: translateY(1.4rem); }
.value-card:nth-child(4):hover { transform: translateY(calc(1.4rem - 4px)); }
.value-icon { font-size: 1.7rem; margin-bottom: .7rem; }
.value-card h3 { font-size: 1.12rem; margin-bottom: .4rem; }
.value-card p { font-size: .92rem; color: var(--ink-soft); }

/* ---------- crops ---------- */
.section-green {
  background: var(--green-900);
  background-image: radial-gradient(rgba(242,183,5,.08) 1.5px, transparent 1.5px);
  background-size: 34px 34px;
}
.section-green h2 { color: #fff; }
.section-green .section-sub { color: #b7cebc; }
.crop-grid {
  margin-top: 2.4rem; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: .8rem;
}
.crop-tile {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px; padding: 1rem 1.1rem; color: #fff; cursor: pointer;
  text-align: left; font-family: var(--font-body); transition: background .18s, transform .18s, border-color .18s;
}
.crop-tile:hover { background: var(--gold); color: var(--green-950); transform: translateY(-3px); border-color: var(--gold); }
.crop-tile:hover .crop-count { color: var(--green-900); }
.crop-name { display: block; font-weight: 700; font-size: .98rem; }
.crop-count { display: block; font-size: .78rem; color: #a9c3ae; margin-top: .15rem; }

/* ---------- products ---------- */
.filter-bar {
  margin-top: 2rem; display: flex; justify-content: space-between; gap: 1.2rem;
  flex-wrap: wrap; align-items: center;
}
.filter-tabs { display: flex; gap: .4rem; background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: .3rem; }
.tab {
  border: 0; background: transparent; font-family: var(--font-body); font-weight: 700;
  font-size: .88rem; padding: .5rem 1.1rem; border-radius: 999px; cursor: pointer; color: var(--ink-soft);
  transition: background .15s, color .15s;
}
.tab.active { background: var(--green-900); color: #fff; }
.filter-controls { display: flex; gap: .6rem; flex-wrap: wrap; }
.filter-controls select, .filter-controls input {
  font-family: var(--font-body); font-size: .92rem; padding: .6rem .9rem;
  border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--ink);
  outline: none;
}
.filter-controls input:focus, .filter-controls select:focus { border-color: var(--green-600); }
.filter-controls input { min-width: 200px; }
.result-count { margin-top: 1.2rem; font-size: .88rem; color: var(--ink-soft); }

.product-grid {
  margin-top: 1rem; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); gap: 1.2rem;
}
.product-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; cursor: pointer; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  animation: cardIn .45s ease both;
}
@keyframes cardIn { from { opacity: 0; translate: 0 14px; } to { opacity: 1; translate: 0 0; } }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-media { position: relative; aspect-ratio: 5 / 4; overflow: hidden; }
.product-media img { width: 100%; height: 100%; object-fit: contain; padding: .8rem; background: var(--green-100); }
.product-monogram {
  width: 100%; height: 100%; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 3.4rem; font-weight: 600; color: #fff;
}
.product-badge {
  position: absolute; top: .8rem; left: .8rem; background: var(--gold); color: var(--green-950);
  font-size: .68rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  padding: .25rem .65rem; border-radius: 999px;
}
.product-info { padding: 1.1rem 1.2rem 1.3rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.product-crop { font-size: .76rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--green-600); }
.product-name { font-family: var(--font-display); font-size: 1.3rem; color: var(--green-950); }
.product-trait { font-size: .88rem; color: var(--ink-soft); flex: 1; }
.product-brand { font-size: .78rem; font-weight: 700; color: var(--gold-deep); margin-top: .4rem; }
.btn-more { display: block; margin: 2.4rem auto 0; color: var(--green-900); }
.btn-more.hidden { display: none; }

/* ---------- gallery marquee ---------- */
.section-cream { background: var(--paper); border-block: 1px solid var(--line); }
.marquee { margin-top: 2.6rem; overflow: hidden; }
.marquee-track { display: flex; gap: 2rem; width: max-content; animation: scroll 42s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  width: 220px; padding: 1.2rem; background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--radius); text-align: center;
}
.marquee-item img { height: 240px; object-fit: contain; margin-inline: auto; }
.marquee-item span { display: block; margin-top: .8rem; font-weight: 700; font-size: .9rem; color: var(--green-900); }
@keyframes scroll { to { transform: translateX(-50%); } }
.packet-grid {
  margin-top: 2.4rem; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 1.2rem;
}
.packet-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.4rem; text-align: center; transition: transform .2s, box-shadow .2s;
}
.packet-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.packet-card img { height: 260px; object-fit: contain; margin-inline: auto; }
.packet-card span { display: block; margin-top: .9rem; font-weight: 700; font-size: .92rem; color: var(--green-900); }

/* ---------- field photos ---------- */
.field-grid {
  margin-top: 2.4rem; display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.2rem;
}
.field-item {
  margin: 0; border-radius: var(--radius); overflow: hidden; background: var(--paper);
  border: 1px solid var(--line); transition: transform .2s, box-shadow .2s;
}
.field-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.field-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.field-item figcaption { padding: .8rem 1rem; font-weight: 700; font-size: .88rem; color: var(--green-900); }

/* ---------- range banner ---------- */
.range-banner { padding: 0 0 clamp(3rem, 6vw, 5rem); }
.range-banner img {
  width: 100%; border-radius: var(--radius); border: 1px solid var(--line);
  box-shadow: var(--shadow); transition: transform .2s;
}
.range-banner a:hover img { transform: scale(1.01); }

/* ---------- about story ---------- */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 5rem); align-items: center; }
.about-copy .motto {
  font-family: var(--font-display); font-style: italic; font-size: 1.4rem;
  color: var(--gold-deep); margin-top: 1.6rem;
}

/* ---------- chairman ---------- */
.chairman-grid { display: grid; grid-template-columns: 380px 1fr; gap: clamp(2.5rem, 6vw, 4.5rem); align-items: center; }
.chairman-photo {
  margin: 0; border-radius: var(--radius); overflow: hidden;
  border: 1px solid rgba(255,255,255,.2); box-shadow: 0 24px 50px rgba(0,0,0,.35);
  background: #fff;
}
.chairman-photo img { width: 100%; display: block; }
.chairman .chairman-copy h2 { color: #fff; margin-bottom: 1.2rem; }
.chairman blockquote { margin: 0; display: grid; gap: 1rem; }
.chairman blockquote p { color: #cfe0d2; font-size: 1.02rem; line-height: 1.75; }
.chairman-sign { margin-top: 1.4rem; font-weight: 700; color: var(--gold); font-size: .95rem; }

/* ---------- values row ---------- */
.values-row {
  margin-top: 2.4rem; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.2rem;
}

/* ---------- about photo ---------- */
.about-photo { margin: 0; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.about-photo img { width: 100%; max-height: 480px; object-fit: cover; }
.about-photo figcaption { padding: .7rem 1rem; font-size: .84rem; color: var(--ink-soft); background: var(--paper); }

/* ---------- brands ---------- */
.brand-grid { margin-top: 2.4rem; display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.1rem; }
.brand-card {
  border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius);
  padding: 1.6rem 1.4rem; transition: transform .2s, box-shadow .2s;
}
.brand-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.brand-card h3 { font-size: 1.25rem; margin-bottom: .5rem; }
.brand-card p { font-size: .92rem; color: var(--ink-soft); }
.brand-rachna { background: var(--green-900); border-color: var(--green-900); }
.brand-rachna h3 { color: var(--gold); }
.brand-rachna p { color: #cfe0d2; }

/* ---------- CTA band ---------- */
.cta-band {
  background: var(--gold);
  background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.14) 0 14px, transparent 14px 28px);
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}
.cta-inner { text-align: center; }
.cta-band h2 { color: var(--green-950); }
.cta-band p { color: var(--green-900); font-weight: 600; margin: .6rem 0 1.6rem; }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.contact-list { margin-top: 1.8rem; display: grid; gap: 1.3rem; }
.contact-list li { padding-left: 1.2rem; border-left: 3px solid var(--gold); }
.contact-list strong { display: block; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-600); margin-bottom: .15rem; }
.contact-list a:hover { color: var(--green-600); text-decoration: underline; }
.socials { margin-top: 2rem; display: flex; flex-direction: column; gap: .7rem; }
.socials a {
  display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; font-size: .95rem;
  color: var(--green-900); width: fit-content; transition: color .15s;
}
.socials a:hover { color: var(--gold-deep); }
.socials svg { width: 26px; height: 26px; }
.contact-map { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-map iframe { width: 100%; height: 420px; border: 0; display: block; }
.map-link {
  display: block; text-align: center; padding: .8rem; font-weight: 700; font-size: .9rem;
  color: var(--green-900); background: var(--cream); border-top: 1px solid var(--line);
}
.map-link:hover { color: var(--gold-deep); }

/* ---------- footer ---------- */
.site-footer { background: var(--green-950); color: #b7cebc; padding: 3rem 0; }
.footer-inner { display: grid; gap: 1.6rem; text-align: center; justify-items: center; }
.footer-brand .logo-text { color: #fff; align-items: center; }
.footer-brand p { font-size: .9rem; color: var(--gold); font-weight: 600; margin-top: .5rem; }
.footer-nav { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; font-weight: 600; font-size: .9rem; }
.footer-nav a:hover { color: var(--gold); }
.footer-copy { font-size: .82rem; color: #7d9a84; }

/* ---------- modal ---------- */
.modal { position: fixed; inset: 0; z-index: 100; display: none; }
.modal.open { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,43,24,.6); backdrop-filter: blur(3px); }
.modal-panel {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: min(680px, 92vw); max-height: 86vh; overflow: auto;
  background: var(--paper); border-radius: 22px; box-shadow: 0 30px 80px rgba(0,0,0,.4);
  animation: modalIn .25s ease;
}
@keyframes modalIn { from { opacity: 0; transform: translate(-50%, -46%); } to { opacity: 1; transform: translate(-50%, -50%); } }
.modal-close {
  position: absolute; top: .9rem; right: 1rem; z-index: 2; width: 38px; height: 38px;
  border-radius: 50%; border: 0; background: var(--cream); font-size: 1.4rem; cursor: pointer; color: var(--ink);
}
.modal-body { display: grid; grid-template-columns: 220px 1fr; gap: 1.6rem; padding: 2rem; }
.modal-media { border-radius: 14px; overflow: hidden; background: var(--green-100); align-self: start; }
.modal-media img { width: 100%; object-fit: contain; }
.modal-media .product-monogram { aspect-ratio: 3/4; font-size: 4rem; }
.modal-crop { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green-600); }
.modal-title { font-family: var(--font-display); font-size: 2rem; color: var(--green-950); margin: .2rem 0 .3rem; }
.modal-brand { display: inline-block; background: var(--gold); color: var(--green-950); font-size: .74rem; font-weight: 800; padding: .2rem .7rem; border-radius: 999px; margin-bottom: 1rem; }
.modal-traits { display: grid; gap: .55rem; }
.modal-traits li { display: flex; gap: .6rem; font-size: .95rem; color: var(--ink-soft); }
.modal-traits li::before { content: "✦"; color: var(--gold-deep); flex-shrink: 0; }
.modal-cta { margin-top: 1.5rem; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { height: 380px; max-width: 420px; }
  .about-grid, .contact-grid, .story-grid { grid-template-columns: 1fr; }
  .chairman-grid { grid-template-columns: 1fr; }
  .chairman-photo { max-width: 380px; margin-inline: auto; }
  .value-card:nth-child(2), .value-card:nth-child(4) { transform: none; }
}
@media (max-width: 720px) {
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--cream); border-bottom: 1px solid var(--line);
    flex-direction: column; padding: 1.2rem 4vw; align-items: flex-start; gap: 1rem;
  }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .filter-bar { flex-direction: column; align-items: stretch; }
  .filter-tabs { justify-content: center; overflow-x: auto; }
  .filter-controls input { min-width: 0; flex: 1; }
  .modal-body { grid-template-columns: 1fr; }
  .modal-media { max-width: 240px; margin-inline: auto; }
  .hero-badge { display: none; }
}
