/* ============================================================
   SUCRERIE O'RYANS — Dark Irish Theme
   Black · Forest Green · Celtic Gold
   Fonts: Cinzel · Lora · Inter
   ============================================================ */

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

:root {
  --shell-max:    1240px;
  --section-space: 4.25rem;
  --grid-gap:     1.25rem;
  --gallery-gap:  1.15rem;

  --black:         #0A0D0A;
  --black-surface: #111611;
  --black-card:    #161C15;
  --black-raised:  #1C241B;
  --black-border:  rgba(62,138,70,0.18);
  --black-border2: rgba(62,138,70,0.30);

  --green-deep:    #0F2E14;
  --green-dark:    #1A4422;
  --green-mid:     #2D6A35;
  --green-bright:  #3E8A46;
  --green-light:   #5EAD66;
  --green-pale:    #A8D4AC;

  --gold:          #C9A84C;
  --gold-light:    #E8C96A;
  --gold-bright:   #F5D97A;
  --gold-dim:      #8A6E2A;

  --cream:         #F5EED8;
  --cream-dim:     rgba(245,238,216,0.78);
  --cream-muted:   rgba(245,238,216,0.48);
  --cream-ghost:   rgba(245,238,216,0.18);

  --amber:         #C9842A;
  --amber-light:   #E8A84C;

  --radius-sm:  8px;
  --radius-md:  12px;
  --radius-lg:  18px;
  --radius-xl:  24px;

  --shadow-sm:   0 1px 4px rgba(0,0,0,0.45), 0 4px 14px rgba(0,0,0,0.3);
  --shadow-md:   0 2px 8px rgba(0,0,0,0.55), 0 12px 32px rgba(0,0,0,0.4);
  --shadow-lg:   0 4px 16px rgba(0,0,0,0.65), 0 24px 56px rgba(0,0,0,0.5);
  --glow-green:  0 0 28px rgba(45,106,53,0.25);
  --glow-gold:   0 0 20px rgba(201,168,76,0.18);
}

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  background: var(--black);
  color: var(--cream);
  font-family: 'Verdana', 'Lora', serif;
  font-size: 1rem;
  line-height: 1.72;
  overflow-x: hidden;
}

body.is-menu-open { overflow: hidden; }

body.is-menu-open::before {
  content: '';
  position: fixed;
  inset: 0;
  background: rgba(6, 9, 7, 0.62);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 85;
}

h1, h2, h3 { font-family: 'Cinzel', serif; font-weight: 700; line-height: 1.15; color: var(--cream); }
h4, h5, h6 { font-family: 'Cinzel', serif; font-weight: 600; color: var(--gold-light); }

a { color: inherit; text-decoration: none; }
p + p { margin-top: 0.75em; }
em { color: var(--gold-light); font-style: italic; }
strong { color: var(--cream); }

/* ── Celtic stripe ── */
.wood-bar {
  height: 4px;
  background: repeating-linear-gradient(
    90deg,
    var(--green-dark)  0px,  var(--green-mid)   4px,
    var(--gold)        7px,  var(--green-bright) 10px,
    var(--green-dark)  13px, var(--gold-dim)     16px,
    var(--green-mid)   19px
  );
}

/* ── Shell ── */
.shell { width: 100%; max-width: var(--shell-max); margin: 0 auto; padding: 0 1.5rem; }

/* ── Sticky Nav ── */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,13,10,0.93);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--black-border);
  overflow: visible;
}

.nav-shell { display: flex; align-items: center; gap: 1.5rem; padding: 0.9rem 1.5rem; max-width: var(--shell-max); margin: 0 auto; position: relative; }

.brand { display: flex; align-items: center; gap: 0.75rem; flex-shrink: 0; }
.logo-art {
  width: auto;
  height: 42px;
  max-width: 78px;
  object-fit: contain;
  border-radius: 0;
  border: none;
}
.brand span { display: flex; flex-direction: column; }
.brand strong { font-family: 'Cinzel', serif; font-size: 0.88rem; font-weight: 700; color: var(--gold-light); letter-spacing: 0.04em; }
.brand small { font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-light); }

.site-nav { display: flex; align-items: center; gap: 0.2rem; margin-left: auto; }

.site-nav a {
  font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.04em; color: var(--cream-muted);
  padding: 0.45rem 0.9rem; border-radius: var(--radius-sm);
  transition: color 0.2s, background 0.2s;
}

.site-nav a:hover { color: var(--gold-light); background: rgba(201,168,76,0.09); }
.site-nav a.is-active { color: var(--gold-light); background: rgba(201,168,76,0.1); font-weight: 600; }

.menu-toggle {
  display: none; font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500;
  background: transparent; border: 1px solid var(--black-border2); border-radius: var(--radius-sm);
  padding: 0.45rem 1rem; cursor: pointer; color: var(--green-light); margin-left: auto;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
  color: var(--gold-light);
  border-color: rgba(201,168,76,0.24);
  background: rgba(201,168,76,0.08);
}

.menu-toggle[aria-expanded="true"] {
  color: var(--gold-light);
  border-color: rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.12);
}

/* ── Reveal ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.75s ease, transform 0.75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ── Eyebrow / kicker ── */
.eyebrow, .card-kicker {
  font-family: 'Inter', sans-serif; font-size: 0.6rem; font-weight: 600;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--green-light);
  display: flex; align-items: center; gap: 0.7rem; margin-bottom: 0.65rem;
}

.eyebrow::before, .card-kicker::before { content: ''; width: 18px; height: 1px; background: var(--green-mid); flex-shrink: 0; }

/* ── Buttons ── */
.button-primary, .button-secondary {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 500;
  letter-spacing: 0.03em; padding: 0.75rem 1.65rem;
  border-radius: var(--radius-sm); border: none; cursor: pointer;
  transition: all 0.25s ease; text-decoration: none;
}

.button-primary {
  background: var(--green-dark); color: var(--gold-light);
  border: 1px solid var(--green-mid); box-shadow: 0 2px 12px rgba(45,106,53,0.3);
}

.button-primary:hover {
  background: var(--green-mid); color: var(--gold-bright);
  box-shadow: 0 4px 22px rgba(62,138,70,0.4), var(--glow-green);
  transform: translateY(-1px);
}

.button-secondary { background: transparent; color: var(--gold); border: 1px solid var(--gold-dim); }
.button-secondary:hover { background: rgba(201,168,76,0.08); border-color: var(--gold); color: var(--gold-light); }

.button-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }

/* ── Section ── */
.section-shell { padding: var(--section-space) 0; }
.section-shell + .section-shell { padding-top: 0; }

.section-heading { text-align: center; margin-bottom: 2.4rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-heading h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
.section-heading p { color: var(--cream-muted); margin-top: 0.75rem; font-size: 0.96rem; }

/* ── Card grid ── */
.card-grid { display: grid; gap: var(--grid-gap); align-items: start; }
.card-grid.two-up   { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three-up { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }

/* ── Cards ── */
.feature-card, .detail-card {
  background: var(--black-card); border: 1px solid var(--black-border);
  border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm);
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.feature-card:hover, .detail-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md), var(--glow-green);
  border-color: var(--black-border2);
}

.feature-card h3, .detail-card h2, .detail-card h3 { font-size: 1.1rem; margin-bottom: 0.75rem; margin-top: 0.35rem; color: var(--cream); }

.route-card {
  display: block; background: var(--black-card); border: 1px solid var(--black-border);
  border-radius: var(--radius-lg); padding: 1.8rem; box-shadow: var(--shadow-sm);
  transition: all 0.25s ease; text-decoration: none; position: relative; overflow: hidden;
}

.route-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--green-mid), var(--gold-dim), transparent);
  opacity: 0; transition: opacity 0.25s;
}

.route-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md), var(--glow-green); border-color: var(--black-border2); }
.route-card:hover::before { opacity: 1; }
.route-card h3 { font-size: 1.05rem; margin-top: 0.4rem; color: var(--cream); }

/* ── Dark hero cards ── */
.history-hero-card {
  background: var(--green-deep); border: 1px solid rgba(62,138,70,0.25);
  border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-lg), var(--glow-green);
}

.history-hero-card .card-kicker { color: var(--gold-light); }
.history-hero-card .card-kicker::before { background: var(--gold-dim); }
.history-hero-card h2 { color: var(--cream); font-size: 1.4rem; margin: 0.5rem 0 1rem; }
.history-hero-card p { color: var(--cream-muted); font-size: 0.93rem; }

/* ── Bullet list ── */
.bullet-list { list-style: none; padding: 0; margin-top: 0.75rem; }

.bullet-list li {
  padding: 0.4rem 0 0.4rem 1.3rem; position: relative;
  font-size: 0.92rem; color: var(--cream-dim);
  border-bottom: 1px solid rgba(62,138,70,0.08);
}

.bullet-list li:last-child { border-bottom: none; }

.bullet-list li::before {
  content: ''; position: absolute; left: 0; top: 0.95rem;
  width: 5px; height: 5px; border-radius: 50%; background: var(--green-bright);
}

/* ── Page hero ── */
.page-hero {
  padding: 4rem 0 3rem;
  background: radial-gradient(ellipse at 0% 100%, rgba(26,68,34,0.3) 0%, transparent 55%), var(--black-surface);
  border-bottom: 1px solid var(--black-border);
}

.page-hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem; align-items: center; }
.page-hero h1 { font-size: clamp(1.9rem, 4vw, 3rem); margin: 0.5rem 0 1.25rem; }
.page-hero .lead { color: var(--cream-dim); font-size: 0.97rem; max-width: 52ch; }

/* ── Home Hero ── */
.hero-home {
  min-height: 100vh; display: flex; align-items: center; padding: 6rem 0 4rem;
  background:
    radial-gradient(ellipse at 5% 90%, rgba(15,46,20,0.5) 0%, transparent 50%),
    radial-gradient(ellipse at 95% 15%, rgba(26,68,34,0.3) 0%, transparent 45%),
    var(--black);
}

.hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.75rem; align-items: center; }
.hero-copy .display { font-size: clamp(2.2rem, 4.5vw, 3.8rem); margin: 0.5rem 0 1.25rem; line-height: 1.1; }
.hero-copy .lead { font-size: 1.05rem; color: var(--cream-dim); max-width: 48ch; }

.fact-strip { display: flex; flex-wrap: wrap; gap: 0.5rem; list-style: none; margin-top: 1.8rem; }

.fact-strip li {
  font-family: 'Inter', sans-serif; font-size: 0.68rem; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--green-deep); color: var(--green-light);
  border: 1px solid rgba(62,138,70,0.3); border-radius: 100px; padding: 0.32rem 0.9rem;
}

.hero-media { position: relative; }
.media-card { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-lg), var(--glow-green); }

.hero-side-frame {
  aspect-ratio: 4/5; background: var(--green-deep);
  display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden;
}

.hero-side-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }

.img-placeholder {
  width: 100%; height: 100%; min-height: 320px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: radial-gradient(ellipse at 30% 30%, rgba(26,68,34,0.6) 0%, transparent 60%), var(--green-deep);
  color: var(--green-light); gap: 0.6rem;
  font-family: 'Inter', sans-serif; font-size: 0.62rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.6;
}

.img-placeholder svg { width: 38px; height: 38px; opacity: 0.5; }

/* ── Gallery Grid (Index) ── */
.photo-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.75rem; }

.gallery-shot {
  border: 1px solid var(--black-border); background: none; padding: 0;
  cursor: pointer; border-radius: var(--radius-md); overflow: hidden; aspect-ratio: 1;
  transition: border-color 0.25s;
}

.gallery-shot img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.35s ease; }
.gallery-shot:hover { border-color: var(--black-border2); }
.gallery-shot:hover img { transform: scale(1.07); }

.gallery-shot-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--black-raised); color: var(--green-light);
  font-family: 'Inter', sans-serif; font-size: 0.58rem; letter-spacing: 0.15em; text-transform: uppercase; gap: 0.5rem; opacity: 0.55;
}

/* ── Lightbox ── */
.gallery-lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(0,0,0,0.96); display: flex; align-items: center; justify-content: center; }
.gallery-lightbox[hidden] { display: none; }
.gallery-lightbox-stage { max-width: 90vw; max-height: 88vh; display: flex; align-items: center; justify-content: center; }
.gallery-lightbox-stage img { max-width: 100%; max-height: 88vh; object-fit: contain; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); }

.gallery-lightbox-close, .gallery-lightbox-nav {
  position: fixed; background: rgba(26,68,34,0.65); border: 1px solid rgba(62,138,70,0.3);
  border-radius: var(--radius-sm); color: var(--gold-light);
  font-family: 'Inter', sans-serif; font-size: 0.78rem; font-weight: 500;
  padding: 0.6rem 1.1rem; cursor: pointer; backdrop-filter: blur(12px); transition: background 0.2s;
}

.gallery-lightbox-close { top: 1.5rem; right: 1.5rem; }
.gallery-lightbox-nav.is-prev { left: 1.5rem; top: 50%; transform: translateY(-50%); }
.gallery-lightbox-nav.is-next { right: 1.5rem; top: 50%; transform: translateY(-50%); }
.gallery-lightbox-close:hover, .gallery-lightbox-nav:hover { background: rgba(45,106,53,0.75); }

body.is-gallery-open { overflow: hidden; }

/* ── Footer ── */
.site-footer {
  background: var(--black-surface); border-top: 1px solid var(--black-border);
  padding: 2.5rem 0; margin-top: 2rem;
}

.footer-grid { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 0.85rem; }
.site-footer strong { font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--gold-light); display: block; margin-bottom: 0.35rem; }
.site-footer p { font-family: 'Lora', serif; font-size: 0.82rem; color: var(--cream-muted); font-style: italic; }
.footer-grid > div:last-child { display: flex; gap: 1rem; align-items: center; }
.footer-flag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.45rem 0.6rem;
  background: rgba(15,46,20,0.5);
  border: 1px solid var(--black-border2);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
}

.footer-flag img {
  display: block;
  width: 88px;
  height: auto;
}

.footer-grid a {
  font-family: 'Inter', sans-serif; font-size: 0.72rem; font-weight: 500;
  color: var(--green-light); letter-spacing: 0.08em; text-transform: uppercase; transition: color 0.2s;
}

.footer-grid a:hover { color: var(--gold-light); }

/* ════════════════════════════════════════════════
   ROTATING 3-COLUMN GALLERY STRIP
   ════════════════════════════════════════════════ */
.gallery-strip-section {
  padding: var(--section-space) 0;
  background: var(--black-surface);
  border-top: 1px solid var(--black-border);
  border-bottom: 1px solid var(--black-border);
  overflow: hidden;
}

.gallery-strip-shell { display: flex; flex-direction: column; gap: 2rem; }
.gallery-strip-heading { text-align: center; max-width: 720px; margin: 0 auto; }
.gallery-strip-heading h2 { font-size: clamp(1.5rem, 2.8vw, 2rem); }
.gallery-strip-heading p { color: var(--cream-muted); font-size: 0.92rem; margin-top: 0.5rem; }

.gallery-columns-wrap { position: relative; height: 620px; overflow: hidden; }

.gallery-fade-top, .gallery-fade-bottom {
  position: absolute; left: 0; right: 0; height: 110px; z-index: 4; pointer-events: none;
}

.gallery-fade-top    { top: 0;    background: linear-gradient(to bottom, var(--black-surface), transparent); }
.gallery-fade-bottom { bottom: 0; background: linear-gradient(to top,   var(--black-surface), transparent); }

.gallery-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gallery-gap);
  position: absolute;
  top: 0; left: 0; right: 0;
  align-items: start;
}

.gallery-col { display: flex; flex-direction: column; gap: var(--gallery-gap); will-change: transform; }
.gallery-col-inner { display: flex; flex-direction: column; gap: var(--gallery-gap); }
.gallery-col.col-down  { animation: colDown 36s linear infinite; }
.gallery-col.col-up    { animation: colUp   40s linear infinite; }
.gallery-col.col-down2 { animation: colDown 44s linear infinite; }

.gallery-columns:hover .gallery-col { animation-play-state: paused; }

.gallery-tile {
  border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--black-border); background: var(--black-raised);
  transition: border-color 0.3s;
  flex-shrink: 0;
}

.gallery-tile:hover { border-color: rgba(62,138,70,0.45); }

.gallery-tile img { width: 100%; display: block; object-fit: cover; transition: transform 0.45s ease; }
.gallery-tile:hover img { transform: scale(1.05); }

.gallery-tile-placeholder {
  width: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: var(--black-raised); color: rgba(94,173,102,0.3);
  gap: 0.6rem; font-family: 'Inter', sans-serif;
  font-size: 0.58rem; letter-spacing: 0.18em; text-transform: uppercase;
  padding: 3rem 1rem;
}

.gallery-tile-placeholder svg { width: 26px; height: 26px; }

.gallery-tile-label {
  padding: 0.65rem 0.9rem;
  font-family: 'Inter', sans-serif; font-size: 0.62rem; font-weight: 600;
  letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-light);
  background: rgba(15,46,20,0.85);
  border-top: 1px solid rgba(62,138,70,0.2);
}

@keyframes colDown {
  0%   { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

@keyframes colUp {
  0%   { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* ── FORECAST PAGE ── */
.forecast-hero-copy { max-width: 580px; }
.forecast-hero-copy .display { font-size: clamp(1.6rem, 3.2vw, 2.5rem); }

.forecast-intro-card {
  background: var(--green-deep); border: 1px solid rgba(62,138,70,0.25);
  border-radius: var(--radius-lg); padding: 2rem;
  box-shadow: var(--shadow-md), var(--glow-green);
}

.forecast-intro-card .card-kicker { color: var(--gold-light); }
.forecast-intro-card .card-kicker::before { background: var(--gold-dim); }
.forecast-intro-card h2 { color: var(--cream); font-size: 1.2rem; margin: 0.5rem 0 0.75rem; }
.forecast-intro-card p { color: var(--cream-muted); font-size: 0.9rem; }

.loading-panel {
  font-family: 'Inter', sans-serif; font-size: 0.85rem; color: var(--green-light);
  padding: 2rem; text-align: center;
  border: 1px dashed rgba(62,138,70,0.25); border-radius: var(--radius-md); background: var(--black-card);
}

.is-hidden { display: none !important; }

.forecast-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-bottom: 2rem; }

.summary-card {
  background: var(--black-card); border: 1px solid var(--black-border);
  border-radius: var(--radius-lg); padding: 1.6rem; box-shadow: var(--shadow-sm);
  transition: border-color 0.25s, box-shadow 0.25s;
}

.summary-card:hover { border-color: var(--black-border2); box-shadow: var(--shadow-sm), var(--glow-green); }
.summary-card h2 { font-size: 1.6rem; margin: 0.35rem 0 0.5rem; color: var(--gold-light); }
.summary-card p { font-size: 0.88rem; color: var(--cream-muted); }

.forecast-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 0.85rem; margin-bottom: 2rem; }

.day-card {
  background: var(--black-card); border: 1.5px solid var(--black-border);
  border-radius: var(--radius-md); padding: 1.1rem; cursor: pointer;
  transition: all 0.2s ease; text-align: left; box-shadow: var(--shadow-sm);
}

.day-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md), var(--glow-green); border-color: var(--black-border2); }
.day-card.is-active { border-color: var(--green-bright); background: rgba(26,68,34,0.5); box-shadow: 0 0 0 3px rgba(62,138,70,0.12), var(--shadow-md); }

.day-card-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.75rem; }
.day-name { font-family: 'Inter', sans-serif; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-muted); }
.day-date { font-family: 'Cinzel', serif; font-size: 0.82rem; color: var(--cream); margin-top: 0.15rem; }

.score-chip { font-family: 'Cinzel', serif; font-size: 1rem; font-weight: 700; border-radius: 8px; padding: 0.2rem 0.55rem; line-height: 1; }
.score-chip.is-excellent { background: rgba(62,138,70,0.18); color: var(--green-light); }
.score-chip.is-promising  { background: rgba(201,168,76,0.18); color: var(--gold-light); }
.score-chip.is-fair       { background: rgba(201,132,42,0.15); color: var(--amber-light); }
.score-chip.is-quiet      { background: rgba(245,238,216,0.06); color: var(--cream-muted); }

.day-card-bottom strong { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; display: block; color: var(--cream-dim); }
.weather-label { font-family: 'Inter', sans-serif; font-size: 0.68rem; color: var(--cream-muted); display: block; margin-top: 0.2rem; }
.day-meta { font-family: 'Inter', sans-serif; font-size: 0.68rem; color: var(--cream-muted); margin-top: 0.4rem; }

.detail-summary h3 { font-size: 1.15rem; margin-bottom: 0.5rem; color: var(--cream); }
.detail-summary p { font-size: 0.9rem; color: var(--cream-dim); }

.detail-summary-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
  margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--black-border);
}

.detail-metric strong { font-family: 'Cinzel', serif; font-size: 1.1rem; display: block; color: var(--gold-light); }
.detail-metric span { font-family: 'Inter', sans-serif; font-size: 0.62rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-muted); display: block; margin-top: 0.25rem; }
.bullet-list.compact li { padding: 0.3rem 0 0.3rem 1.2rem; font-size: 0.87rem; }

.source-panel { background: var(--black-card); border: 1px solid var(--black-border); border-radius: var(--radius-lg); padding: 2rem; margin-top: 2rem; }
.source-panel h2 { font-size: 1.1rem; margin: 0.4rem 0 1rem; color: var(--cream); }

/* ── PRODUCTION PAGE ── */
.production-hero-card {
  background: var(--green-deep); border: 1px solid rgba(62,138,70,0.25);
  border-radius: var(--radius-lg); padding: 2.5rem;
  box-shadow: var(--shadow-lg), var(--glow-green);
}

.production-hero-card .card-kicker { color: var(--gold-light); }
.production-hero-card .card-kicker::before { background: var(--gold-dim); }
.production-hero-card h2 { color: var(--cream); font-size: 1.6rem; margin: 0.5rem 0 1rem; }
.production-hero-card > p { color: var(--cream-muted); }

.production-hero-card-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; }

.production-hero-badge {
  font-family: 'Cinzel', serif; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em;
  background: rgba(45,106,53,0.4); color: var(--green-light);
  border: 1px solid rgba(62,138,70,0.3); border-radius: 100px; padding: 0.3rem 0.9rem;
}

.production-highlight-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin: 1.5rem 0;
  border-top: 1px solid rgba(62,138,70,0.2); border-bottom: 1px solid rgba(62,138,70,0.2); padding: 1.2rem 0;
}

.production-highlight strong { font-family: 'Cinzel', serif; font-size: 1.2rem; color: var(--gold-light); display: block; }
.production-highlight span { font-family: 'Inter', sans-serif; font-size: 0.68rem; color: var(--cream-muted); letter-spacing: 0.04em; margin-top: 0.25rem; display: block; }
.production-hero-note { font-size: 0.82rem; color: rgba(245,238,216,0.35); font-style: italic; margin-top: 0.5rem; }

.production-layout { display: grid; grid-template-columns: 1fr 320px; gap: 1.5rem; align-items: start; }

.chart-card { background: var(--black-card); border: 1px solid var(--black-border); border-radius: var(--radius-lg); padding: 1.5rem 1.5rem 1rem; box-shadow: var(--shadow-sm); }

.season-axis { position: relative; height: 24px; margin-bottom: 0.5rem; }
.season-axis span { position: absolute; font-family: 'Inter', sans-serif; font-size: 0.6rem; color: var(--cream-muted); transform: translateX(-50%); letter-spacing: 0.04em; }

.season-chart { display: flex; flex-direction: column; gap: 0.45rem; }

.season-row {
  display: grid; grid-template-columns: 52px 1fr; align-items: center; gap: 0.75rem;
  background: none; border: none; cursor: pointer; padding: 0.35rem;
  border-radius: var(--radius-sm); transition: background 0.18s; width: 100%; text-align: left;
}

.season-row:hover { background: rgba(45,106,53,0.1); }
.season-row.is-active { background: rgba(45,106,53,0.18); }
.season-year { font-family: 'Cinzel', serif; font-size: 0.78rem; font-weight: 600; color: var(--cream-muted); text-align: right; }
.season-row.is-active .season-year { color: var(--gold-light); }

.season-track { position: relative; height: 36px; background: rgba(62,138,70,0.07); border-radius: 6px; }

.season-span {
  position: absolute; top: 4px; bottom: 4px;
  left: calc(var(--start) * 1%); width: calc(var(--width) * 1%);
  background: linear-gradient(90deg,
    rgba(26,68,34, calc(0.7 + var(--strength) * 0.25)),
    rgba(62,138,70, calc(0.45 + var(--strength) * 0.4))
  );
  border-radius: 4px; display: flex; align-items: center; gap: 0.5rem;
  padding: 0 0.5rem; overflow: hidden; min-width: 60px;
}

.season-span strong { font-family: 'Cinzel', serif; font-size: 0.7rem; font-weight: 700; color: var(--gold-light); white-space: nowrap; }
.season-span small { font-family: 'Inter', sans-serif; font-size: 0.6rem; color: var(--cream-muted); white-space: nowrap; }
.season-empty { font-family: 'Inter', sans-serif; font-size: 0.68rem; color: var(--cream-muted); font-style: italic; display: flex; align-items: center; height: 100%; padding-left: 0.6rem; }

.production-side { display: flex; flex-direction: column; gap: 1.25rem; }

.poster-preview {
  display: block; width: 100%; border: 1px solid var(--black-border);
  padding: 0; background: none; cursor: pointer; border-radius: var(--radius-md);
  overflow: hidden; box-shadow: var(--shadow-sm); transition: box-shadow 0.25s, transform 0.25s;
}

.poster-preview:hover { box-shadow: var(--shadow-md), var(--glow-green); transform: translateY(-2px); }
.poster-preview img { width: 100%; display: block; }

.production-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.production-section-heading { text-align: left; margin-left: 0; margin-right: 0; }
.section-heading-tight { text-align: left; margin-left: 0; margin-right: 0; margin-bottom: 1.8rem; }
.section-heading-tight h2 { font-size: clamp(1.4rem, 2.5vw, 1.9rem); }
.production-batch-card { grid-column: 1 / -1; }

.production-batch-card p {
  font-family: 'Cinzel', serif; font-size: 1rem; color: var(--gold);
  letter-spacing: 0.05em; line-height: 2; margin-top: 0.5rem;
}

/* ── CONTACT PAGE ── */
.contact-top-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; align-items: stretch; }
.contact-buy-copy { display: flex; flex-direction: column; justify-content: center; max-width: 34rem; }
.contact-buy-copy h1 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin: 0.5rem 0 1rem; }
.contact-buy-copy .lead { color: var(--cream-dim); font-size: 0.96rem; }

.brand-showcase {
  background: rgba(26,68,34,0.4); border: 1px solid rgba(62,138,70,0.2);
  border-radius: var(--radius-md); padding: 1.2rem; margin-bottom: 1rem;
  display: flex; align-items: center; justify-content: center; min-height: 80px;
}

.brand-showcase img { max-height: 60px; max-width: 180px; object-fit: contain; }
.contact-store-card { height: 100%; display: flex; flex-direction: column; justify-content: center; }
.contact-store-card h2 { font-size: 1.2rem; margin-bottom: 0.75rem; }
.contact-store-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem 1.5rem;
  align-items: end;
}

.contact-store-address { font-family: 'Lora', serif; font-size: 0.88rem; line-height: 1.7; color: var(--cream-muted); flex: 1; }

.contact-simple-card { max-width: 760px; margin: 0 auto; text-align: center; }
.contact-simple-card .card-kicker { justify-content: center; }
.contact-simple-card .button-row { justify-content: center; }
.contact-simple-card h2 { font-size: 1.5rem; margin-bottom: 1.2rem; }
.page-contact .gallery-strip-section { padding-bottom: 0; }
.page-contact .site-footer { margin-top: 0; }

/* ── Media link cards ── */
.media-link-card {
  background: var(--black-card); border: 1px solid var(--black-border);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  display: grid; grid-template-columns: 180px 1fr; align-items: stretch;
  transition: box-shadow 0.25s, transform 0.25s;
}

.media-link-card:hover { box-shadow: var(--shadow-md), var(--glow-green); transform: translateY(-2px); }
.media-link-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-link-card > div { padding: 1.5rem; }
.media-link-card h3 { font-size: 1rem; margin: 0.35rem 0 0.6rem; color: var(--cream); }
.media-link-card p { font-size: 0.88rem; color: var(--cream-muted); margin-bottom: 1rem; }

img { max-width: 100%; height: auto; }

/* ── Responsive ── */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { display: none; }
  .page-hero-grid { grid-template-columns: 1fr; }
  .production-layout { grid-template-columns: 1fr; }
  .production-highlight-grid { grid-template-columns: 1fr 1fr; }
  .contact-top-grid { grid-template-columns: 1fr; }
  .media-link-card { grid-template-columns: 1fr; }
  .media-link-card img { height: 180px; }
  .gallery-columns { grid-template-columns: repeat(2, 1fr); }
  .gallery-columns > .gallery-col:last-child { display: none; }
  .contact-buy-copy { max-width: none; }
}

@media (max-width: 780px) {
  .menu-toggle { display: block; }
  .nav-shell { gap: 1rem; }
  .site-nav {
    position: absolute; top: calc(100% + 0.75rem); left: 1rem; right: 1rem;
    margin-left: 0;
    flex-direction: column; align-items: stretch; gap: 0.3rem;
    background: linear-gradient(180deg, rgba(22,28,21,0.98), rgba(15,46,20,0.98));
    padding: 0.85rem;
    border: 1px solid var(--black-border2);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg), var(--glow-green);
    max-height: calc(100vh - 6.5rem);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
    z-index: 110;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }
  .site-nav a {
    display: block;
    font-size: 0.95rem;
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid transparent;
  }
  .site-nav a:hover,
  .site-nav a:focus-visible {
    border-color: rgba(201,168,76,0.12);
  }
  .section-shell { padding: 3.5rem 0; }
  .gallery-strip-section { padding: 3rem 0; }
  .gallery-columns-wrap { height: 500px; }
  .hero-home { padding: 4rem 0 3rem; min-height: auto; }
  .card-grid.two-up { grid-template-columns: 1fr; }
  .production-highlight-grid { grid-template-columns: 1fr; }
  .detail-summary-grid { grid-template-columns: 1fr 1fr; }
  .photo-gallery { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); }
  .contact-store-meta { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 420px) {
  .shell { padding: 0 1rem; }
  .button-row { flex-direction: column; }
  .button-primary, .button-secondary { width: 100%; justify-content: center; }
  .forecast-summary { grid-template-columns: 1fr; }
  .detail-summary-grid { grid-template-columns: 1fr; }
  .footer-grid > div:last-child { width: 100%; justify-content: flex-start; flex-wrap: wrap; }
}
