

/* ===== MERGED FROM user/pages/01.home/overrides.css (20260110-095528) ===== */

/* overrides.css
   Place small CSS tweaks here. Keeping this file separate makes it easy to patch the design without
   touching the main stylesheet.
*/

/* ===== HERO POLISH PASS START ===== */

/* ===== HERO POLISH PASS END ===== */





/* ===== MERGED FROM user/pages/01.home/styles.css (20260110-095718) ===== */

/* Horse Range Valley Farms — canonical styles (single source of truth) */

:root{
  --bg: #fbfaf8;
  --bg2: #f3f1ee;
  --card: rgba(255,255,255,.92);
  --ink: #141414;
  --muted: rgba(0,0,0,.70);
  --line: rgba(0,0,0,.12);

  --shadow: 0 18px 44px rgba(0,0,0,.10);
  --shadow2: 0 10px 26px rgba(0,0,0,.10);

  --radius: 18px;
  --radius2: 22px;

  --btn: #111;
  --btnText: #fff;

  --focus: rgba(17,17,17,.25);

  --accent: #2f5d50;
  --accentSoft: rgba(47,93,80,.14);
  --accentSoft2: rgba(47,93,80,.22);
}

/* Global */
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.45;
}

/* Shrink “everything” about 10% EXCEPT header/nav */
main{ font-size: 0.92rem; }

img{ max-width:100%; height:auto; display:block; }
a{ color: inherit; text-decoration:none; }
a:hover{ text-decoration:underline; text-underline-offset: 3px; }

.container{
  width:min(1100px, calc(100% - 40px));
  margin-inline:auto;
}

.skip-link{
  position:absolute;
  left:-999px;
  top:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius: 10px;
  padding:10px 12px;
  z-index: 1000;
}
.skip-link:focus{ left:12px; outline:none; box-shadow: 0 0 0 4px var(--focus); }

/* Header */
.site-header{
  position: sticky;
  top:0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.08);
}
.site-header, .site-header *{ font-size: 1rem; } /* prevents main shrink from shrinking header */

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand{
  display:flex;
  gap: 14px;
  align-items:center;
  min-width: 240px;
}
.brand-mark{
  width: 150px;
  height: auto;
}
.brand-name{
  font-family: Fraunces, serif;
  font-weight: 800;
  letter-spacing: .2px;
  font-size: 18px;
}
.brand-tagline{
  font-size: 13px;
  color: var(--muted);
  margin-top: 2px;
}

.nav{
  display:flex;
  align-items:center;
  gap: 18px;
}
.nav a{
  font-weight: 600;
  font-size: 14px;
  color: rgba(0,0,0,.82);
  text-decoration:none;
}
.nav a:hover{ text-decoration:none; color: rgba(0,0,0,.95); }

.nav-toggle{
  display:none;
  border:1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 10px 12px;
  cursor:pointer;
}
.nav-toggle span{
  display:block;
  width: 18px;
  height:2px;
  background: rgba(0,0,0,.75);
  margin: 3px 0;
  border-radius: 10px;
}

/* Buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 14px;
  border: 1px solid transparent;
  background: var(--btn);
  color: var(--btnText);
  font-weight: 700;
  font-size: 14px;
  cursor:pointer;
  text-decoration:none;
  box-shadow: 0 10px 26px rgba(0,0,0,.10);
}
.btn:hover{ filter: brightness(.98); text-decoration:none; }
.btn:focus{ outline:none; box-shadow: 0 0 0 4px var(--focus), var(--shadow2); }

.btn-small{ padding: 9px 12px; font-size: 13px; box-shadow:none; }
.btn-wide{ width:100%; }
.btn-outline{
  background: #fff;
  color: rgba(0,0,0,.88);
  border-color: var(--line);
  box-shadow:none;
}
.btn-ghost{
  background: rgba(255,255,255,.65);
  color: rgba(0,0,0,.86);
  border-color: rgba(0,0,0,.12);
  box-shadow:none;
}
.btn-info{
  background: rgba(47,93,80,.12);
  color: rgba(0,0,0,.86);
  border-color: rgba(47,93,80,.25);
  box-shadow:none;
}
.btn-pill{ padding-inline: 14px; }
.btn-idea{
  background: rgba(0,0,0,.06);
  border-color: rgba(0,0,0,.14);
  color: rgba(0,0,0,.86);
}
.btn-how{
  background: rgba(47,93,80,.12);
  border-color: rgba(47,93,80,.25);
  color: rgba(0,0,0,.86);
}

/* Hero */
.hero{
  padding: 34px 0 10px;
}
.hero--mono{
  background-image:
    linear-gradient(180deg, rgba(251,250,248,.66), rgba(251,250,248,.88)),
    url("hero.jpg");
  background-size: cover;
  background-position: center;
}
.hero-inner{
  display:grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 28px;
  align-items: start;
}
.hero-copy{ max-width: 680px; }
.kicker{
  display:inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(0,0,0,.10);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(0,0,0,.72);
}
.hero h1{
  font-family: Fraunces, serif;
  font-weight: 800;
  letter-spacing: .2px;
  margin: 16px 0 10px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.02;
}
.lead{
  margin: 0 0 14px;
  color: rgba(0,0,0,.78);
  font-size: 16px;
  max-width: 56ch;
}
.hero-cta{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.hero-card{
  width:100%;
  max-width: 560px;
  justify-self: end;
  align-self: start;
}
.card{
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 18px;
}
.card h2, .card h3{
  margin:0 0 12px;
  font-family: Fraunces, serif;
  letter-spacing: .2px;
}
.feature-photo{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin: 10px 0 12px;
  transition: opacity .25s ease;
}
.feature-photo.fade{ opacity: .25; }

.mini-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.mini{
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.70);
  min-height: 64px;
}
.mini-title{
  font-weight: 800;
  font-size: 13px;
}
.mini-sub{
  color: rgba(0,0,0,.68);
  font-size: 12px;
  margin-top: 2px;
}
.mini-link:hover{ text-decoration:none; box-shadow: 0 0 0 3px rgba(0,0,0,.06); }

.note{
  border-left: 3px solid rgba(0,0,0,.25);
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.04);
  color: rgba(0,0,0,.78);
  font-size: 13px;
}
.note-tight{ margin-top: 10px; }

.section{ padding: 44px 0; }
.section-soft{ background: var(--bg2); }
.section-head{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap: 18px;
  margin-bottom: 18px;
}
.section-head h2{
  font-family: Fraunces, serif;
  margin: 0;
  font-size: 34px;
}
.muted{ color: var(--muted); }
.tiny{ font-size: 12px; }

/* Quail strip */
.quail-strip{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 18px;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(0,0,0,.10);
  margin: 12px 0 18px;
}
.qs-title{
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 6px;
}
.qs-list{
  margin: 0;
  padding-left: 18px;
  color: rgba(0,0,0,.75);
  font-size: 13px;
}
.qs-right{ display:flex; gap: 10px; flex-wrap: wrap; justify-content:flex-end; }

/* Grid + products */
.grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.product{
  position: relative;
  display:flex;
  flex-direction: column;
  border-radius: var(--radius2);
  border: 1px solid rgba(0,0,0,.12);
  background-color: var(--card); /* IMPORTANT: does not wipe background-image */
  box-shadow: var(--shadow2);
  padding: 16px;
  min-height: 430px;
  overflow: hidden;
}
.product--featured{
  border-color: rgba(0,0,0,.16);
}

/* Featured halo */
.product--primary{
  border-color: rgba(47,93,80,.38);
  box-shadow: 0 18px 44px rgba(0,0,0,.12), 0 0 0 3px rgba(47,93,80,.16);
}

.product-top{
  display:flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 8px;
}
.product h3{
  margin: 0;
  font-family: Fraunces, serif;
  font-size: 18px;
}
.product p{
  margin: 0 0 12px;
  color: rgba(0,0,0,.78);
}
.tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  background: rgba(0,0,0,.06);
  border: 1px solid rgba(0,0,0,.12);
  color: rgba(0,0,0,.82);
  white-space: nowrap;
}
.tag-ghost{
  background: rgba(255,255,255,.60);
}

.product-body{ flex: 1; }

/* pricing block */
.pricing{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 14px;
  background: rgba(255,255,255,.65);
  padding: 10px 12px;
  margin-bottom: 12px;
}
.price-row{
  display:grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items:baseline;
  padding: 6px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.price-row:last-child{ border-bottom: 0; }
.price-label{ font-weight: 800; color: rgba(0,0,0,.78); }
.price-value{ font-weight: 900; }
.price-note{ color: rgba(0,0,0,.55); font-size: 12px; justify-self:end; }
.pricing-note{
  margin: -6px 0 12px;
  font-size: 12px;
  color: rgba(0,0,0,.6);
}

/* buy row */
.buy-row{
  display:flex;
  gap: 10px;
  align-items:flex-end;
}
.field{ flex: 1; display:flex; flex-direction:column; gap:6px; }
.field-qty{ max-width: 92px; }
label > span{ font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: rgba(0,0,0,.55); }

select, input, textarea{
  font: inherit;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  padding: 10px 12px;
  background: rgba(255,255,255,.85);
}
input:focus, select:focus, textarea:focus{
  outline:none;
  box-shadow: 0 0 0 4px var(--focus);
}

/* uniform bottom buttons */
.product-actions{
  display:flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 14px;
}

/* Watermark backgrounds (subtle) */
.product--bg-chicken{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("chicken-eggs.jpg");
  background-size: cover; background-position: center;
}
.product--bg-quail{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("/images/site/quail-eggs.jpg");
  background-size: cover; background-position: center;
}
.product--bg-scissors{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("/images/site/scissors.jpg");
  background-size: cover; background-position: center;
}
.product--bg-hatching{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("/images/site/hatching-eggs.jpg");
  background-size: cover; background-position: center;
}
.product--bg-chickenmeat{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("/images/site/chicken-meat.jpg");
  background-size: cover; background-position: center;
}
.product--bg-quailmeat{
  background-image:
    linear-gradient(180deg, rgba(255,255,255,.72), rgba(251,250,248,.72)),
    url("/images/site/quail-meat.jpg");
  background-size: cover; background-position: center;
}

/* Steps / About / Contact */
.steps{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.step{
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(0,0,0,.10);
  border-radius: var(--radius2);
  padding: 18px;
}
.step-num{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.05);
  margin-bottom: 10px;
}
.step h3{ margin: 0 0 6px; font-family: Fraunces, serif; }
.step p{ margin: 0; color: rgba(0,0,0,.76); }

.about{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
  align-items:start;
}
.contact-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 18px;
}
.contact-form{ display:flex; flex-direction:column; gap: 12px; }
.form-status{ margin-top: 6px; font-size: 13px; color: rgba(0,0,0,.75); }
.hp{ position:absolute; left:-9999px; opacity:0; }

/* Footer */
.site-footer{
  margin-top: 30px;
  border-top: 1px solid rgba(0,0,0,.10);
  padding-top: 18px;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 18px;
}
.footer-links{ display:flex; gap: 14px; }
.footer-links a{ color: rgba(0,0,0,.72); font-weight: 700; text-decoration:none; }
.footer-links a:hover{ color: rgba(0,0,0,.92); }

/* Modal */
.modal{
  position: fixed;
  inset: 0;
  display:none;
  z-index: 100;
}
.modal.open{ display:block; }
.modal-backdrop{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.35);
}
.modal-panel{
  position:absolute;
  right: 16px;
  top: 16px;
  bottom: 16px;
  width: min(520px, calc(100% - 32px));
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(0,0,0,.12);
  border-radius: var(--radius2);
  box-shadow: var(--shadow);
  padding: 16px;
  overflow: auto;
}
.modal-panel--center{
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100% - 32px));
  max-height: min(78vh, 740px);
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  margin-bottom: 10px;
}
.modal-title{
  font-family: Fraunces, serif;
  font-size: 20px;
  font-weight: 800;
}
.icon-btn{
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.70);
  border-radius: 12px;
  padding: 8px 10px;
  cursor:pointer;
}
.divider{
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 12px 0;
}

/* Cart lines */
.cart-items{ display:flex; flex-direction:column; gap: 10px; }
.cart-line{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
}
.cart-title{ font-weight: 900; }
.cart-sub{ color: rgba(0,0,0,.65); font-size: 12px; margin-top: 2px; }
.cart-actions{ display:flex; align-items:center; gap: 8px; }
.qty-btn{
  width: 28px;
  height: 28px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.80);
  cursor:pointer;
  font-weight: 900;
}
.cart-qty{ width: 22px; text-align:center; font-weight: 900; }
.remove-btn{
  border: none;
  background: transparent;
  cursor:pointer;
  color: rgba(0,0,0,.65);
  font-weight: 800;
}
.cart-total{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  padding: 10px 6px;
}
.empty{ color: rgba(0,0,0,.65); padding: 14px 6px; }

/* Info modal body */
.info-body{ color: rgba(0,0,0,.78); }
.modal-foot{ margin-top: 12px; }

/* Back to top */
.to-top{
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.14);
  background: rgba(255,255,255,.85);
  box-shadow: var(--shadow2);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 20px;
  font-weight: 900;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}
.to-top.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* Responsive */
@media (max-width: 980px){
  .hero-inner{ grid-template-columns: 1fr; }
  .hero-card{ justify-self: start; max-width: 100%; }
  .grid{ grid-template-columns: 1fr; }
  .steps{ grid-template-columns: 1fr; }
  .about{ grid-template-columns: 1fr; }
  .contact-grid{ grid-template-columns: 1fr; }
  .section-head{ flex-direction: column; align-items: flex-start; }
  .footer-inner{ flex-direction: column; align-items: flex-start; }

  .nav{ display:none; }
  .nav.nav-open{
    display:flex;
    position:absolute;
    right: 20px;
    top: 64px;
    background: rgba(255,255,255,.95);
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 16px;
    padding: 12px;
    flex-direction: column;
    gap: 12px;
    box-shadow: var(--shadow2);
  }
  .nav-toggle{ display:inline-flex; }
}

/* ===== ANCHOR OFFSET START ===== */
/* Sticky header anchor fix: prevents sections from hiding under the top bar */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px; /* header height + breathing room */
}
/* Works for in-page anchors like #chicken-eggs, #quail-eggs, etc. */
[id] {
  scroll-margin-top: 96px;
}
@media (max-width: 720px) {
  html { scroll-padding-top: 112px; }
  [id] { scroll-margin-top: 112px; }
}
/* ===== ANCHOR OFFSET END ===== */

/* ===== HERO SEO START ===== */
.hero-seo {
  margin-top: 10px;
  max-width: 52ch;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.82;
}



.hero-bullets {
  margin: 10px 0 0;
  padding-left: 18px;
  max-width: 58ch;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.9;
}

.hero-bullets li {
  margin: 6px 0;
}

@media (max-width: 900px) {
  .hero-seo, .hero-bullets { max-width: 64ch; }
}
/* ===== HERO SEO END ===== */

/* ===== HERO TRUST START ===== */
.hero-trust {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  opacity: 0.85;
}
.hero-trust-links a {
  margin-right: 10px;
  text-decoration: none;
  font-weight: 650;
}
.hero-trust-links a:hover { text-decoration: underline; }

.hero-life {
  margin-top: 10px;
}
.hero-life img {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.85);
  box-shadow: 0 10px 24px rgba(0,0,0,0.14);
}

/* ===== HERO TRUST END ===== */



/* ===== PRODUCT CARD IMAGES START ===== */
.product {
  position: relative;
}

.product.has-bg {
  overflow: hidden;
}

.product-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.14;
  transform: scale(1.05);
  pointer-events: none;
}

.product-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 10px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.14);
}

@media (max-width: 720px) {
  .product-img { height: 130px; }
}
/* ===== PRODUCT CARD IMAGES END ===== */

/* HRV_HERO_CANONICAL_20260111_V3
   Single source of truth for hero alignment, headline size, video sizing/crop,
   and card width alignment. */
.hero.hero--mono{
  padding-top: 10px;
  padding-bottom: 26px;
}

.hero.hero--mono .hero-copy h1{
  font-size: clamp(1.95rem, 2.9vw, 2.8rem);
  line-height: 1.04;
  margin: 0 0 12px;
  white-space: pre-line; /* allow 2-line hero headline from YAML newline */
}
.hero.hero--mono .hero-copy h1 .amp{
  display: inline-block;
  padding: 0 .15em;
}
.hero.hero--mono .hero-copy .kicker{
  position: relative;
  top: -4px;
  margin-bottom: 12px;
}

.hero-copy{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.hero-copy .kicker,
.hero-copy h1{ text-align: center; }
.hero-copy .lead,
.hero-copy .hero-seo,
.hero-copy .hero-bullets{ width: 100%; max-width: 560px; }
.hero-cta{ justify-content: center; }

/* HERO VIDEO: smaller + less tall, and "aim camera down" */
.hero-video{
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 14px auto;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.08);
}
.hero-video__el{
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
  object-position: 50% 80%;
  border-radius: 18px;
}
@media (min-width: 900px){
  .hero-video{ max-width: 540px; }
  .hero-video__el{ height: 340px; }
}

/* Controls ON the video (top-right) */
.hero-video__controls{
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.vid-btn{
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(6px);
  cursor: pointer;
  line-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.vid-btn:active{ transform: translateY(1px); }
.vid-btn .icon{ width: 18px; height: 18px; display: none; }
.vid-btn[data-action="mute"][aria-pressed="true"]  .icon-mute{ display: block; }   /* muted */
.vid-btn[data-action="mute"][aria-pressed="false"] .icon-volume{ display: block; } /* unmuted */
.vid-btn[data-action="play"][aria-pressed="true"]  .icon-play{ display: block; }  /* paused */
.vid-btn[data-action="play"][aria-pressed="false"] .icon-pause{ display: block; } /* playing */

/* Right column: force Most popular + Availability to the same width */
.hero-card{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  width: 360px;
  max-width: 360px;
}
.hero-card .card,
.hero-card .popular-card,
.hero-card .avail-card{
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 980px){
  .hero-card{ width: 100%; max-width: 100%; }
}

.popular-card{
  max-width: 360px;
  padding: 12px;
}
.popular-card h2{ font-size: 18px; margin: 0 0 8px; }
.popular-card img{ max-height: 210px; object-fit: cover; }
.popular-card .mini-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.popular-card .mini{ min-width: 0; }
.popular-card .mini-title{ font-weight: 700; }

/* HRV_AVAILABILITY_CANONICAL_20260111_V1
   Single source of truth for availability card + modal. */
.avail-card{
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 18px 50px rgba(0,0,0,.10);
}
.avail-title{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.avail-title h3{ margin: 0; font-size: 18px; }
.avail-through{ font-size: 12px; opacity: .75; white-space: nowrap; }

.avail-rows{
  margin-top: 10px;
  display: grid;
  gap: 8px;
}
.avail-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.06);
}
.avail-label{ font-size: 12px; font-weight: 650; }
.avail-status{ font-size: 12px; opacity: .85; text-transform: none; }

.avail-plenty{ background: rgba(46, 204, 113, .16); }
.avail-some{   background: rgba(241, 196, 15, .18); }
.avail-few{    background: rgba(230, 126, 34, .18); }
.avail-none{   background: rgba(231, 76, 60,  .16); }

.avail-actions{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.avail-reserve{
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: inherit;
}
.avail-more{
  font-size: 12px;
  font-weight: 650;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  cursor: pointer;
}
.avail-note{ margin-top: 10px; font-size: 11px; opacity: .75; }

.avail-modal::backdrop{ background: rgba(0,0,0,.45); }
.avail-modal{
  border: 0;
  border-radius: 18px;
  padding: 0;
  width: min(520px, 92vw);
}
.avail-modal-inner{ padding: 14px; }
.avail-modal-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.avail-modal-title{ font-size: 14px; font-weight: 750; }
.avail-modal-title span{
  font-weight: 500;
  opacity: .7;
  margin-left: 6px;
}
.avail-modal-close{
  border: 0;
  background: rgba(0,0,0,.06);
  border-radius: 999px;
  padding: 6px 10px;
  cursor: pointer;
}
.avail-modal-foot{
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.avail-modal-done{
  border: 0;
  border-radius: 999px;
  padding: 10px 12px;
  font-weight: 750;
  background: rgba(0,0,0,.08);
  cursor: pointer;
}
