/* High Corn Mill — shared styles */
:root {
  --green: #2e6417;
  --green-dark: #24500f;
  --green-deep: #1c3f0b;
  --tan: #c17a3f;
  --tan-dark: #a96530;
  --gold: #d9a62e;
  --cream: #faf7f0;
  --cream-deep: #f3eddd;
  --ink: #23281f;
  --muted: #5d6555;
  --line: #e4ded0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Work Sans', -apple-system, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.02rem;
}
h1, h2, h3, h4 { font-family: 'Fraunces', serif; line-height: 1.08; font-weight: 600; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--green); }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* Gold wave flourish */
.wave { display: block; width: 110px; height: 14px; margin: 18px 0 0; }
.wave path { stroke: var(--gold); stroke-width: 3.6; fill: none; stroke-linecap: round; }

/* ===== Top utility bar ===== */
.topbar { background: var(--green); color: #fff; font-size: .8rem; }
.topbar-inner {
  max-width: 1200px; margin: 0 auto; padding: 8px 28px;
  display: flex; align-items: center; justify-content: flex-end; gap: 26px;
}
.topbar a { color: #fff; text-decoration: none; font-weight: 500; }
.topbar a:hover { color: var(--gold); }
.topbar .socials { display: flex; gap: 15px; align-items: center; margin-left: 6px; }
.topbar .socials svg { width: 15px; height: 15px; fill: #fff; display: block; }
.topbar .socials a:hover svg { fill: var(--gold); }

/* ===== Main nav ===== */
.nav {
  background: #fff; position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 16px rgba(35, 40, 31, .1);
}
.nav-inner {
  max-width: 1200px; margin: 0 auto; padding: 11px 28px;
  display: flex; align-items: center; gap: 30px;
}
.nav-logo { margin-right: auto; }
.nav-logo img { height: 42px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; }
.nav-links a {
  color: var(--green); text-decoration: none; font-weight: 600;
  font-size: .78rem; letter-spacing: .1em; text-transform: uppercase;
  position: relative; padding-bottom: 4px;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 0;
  background: var(--gold); transition: width .25s ease;
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-links a:hover, .nav-links a.active { color: var(--green-dark); }
.nav-burger { display: block; background: none; border: 0; cursor: pointer; padding: 6px 0 6px 4px; }
.nav-burger span {
  display: block; width: 30px; height: 4px; background: var(--tan);
  margin: 5.5px 0; border-radius: 3px; transition: transform .25s ease, opacity .25s ease;
}
.nav-burger:hover span { background: var(--tan-dark); }
.nav-burger.open span:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { opacity: 0; }
.nav-burger.open span:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }

/* Dropdown panel (burger menu) */
.nav-panel {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: #fff; box-shadow: 0 22px 34px rgba(35, 40, 31, .16);
  border-bottom: 3px solid var(--gold);
}
.nav-panel.open { display: block; }
.nav-panel-inner {
  max-width: 1200px; margin: 0 auto; padding: 34px 28px 42px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 44px;
}
.panel-pages { display: grid; gap: 14px; align-content: start; }
.panel-pages a {
  font-family: 'Fraunces', serif; font-size: 1.6rem; font-weight: 600;
  color: var(--green); text-decoration: none;
}
.panel-pages a:hover { color: var(--tan); }
.panel-extra {
  display: grid; gap: 11px; align-content: start;
  border-left: 1px solid var(--line); padding-left: 40px;
}
.panel-extra h5 {
  font-size: .75rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--tan); font-family: 'Work Sans', sans-serif; margin-bottom: 4px;
}
.panel-extra a { color: var(--muted); text-decoration: none; font-weight: 500; font-size: .95rem; }
.panel-extra a:hover { color: var(--green); }

/* ===== Hero ===== */
.hero {
  position: relative; min-height: 90vh;
  display: flex; align-items: center; justify-content: center; text-align: center;
  background: var(--green-deep) url('../images/hero-poster.jpg') center/cover no-repeat;
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20, 30, 12, .38), rgba(20, 30, 12, .18) 45%, rgba(28, 63, 11, .7));
}
.hero-content { position: relative; padding: 110px 24px 130px; max-width: 860px; }
.hero-content .badge { height: 96px; width: auto; margin: 0 auto 26px; opacity: .95; }
.hero-content .kicker {
  color: var(--gold); letter-spacing: .3em; text-transform: uppercase;
  font-size: .82rem; font-weight: 700; margin-bottom: 20px;
}
.hero-content h1 {
  color: #fff; font-size: clamp(2.7rem, 6.4vw, 5.2rem); font-weight: 700; margin-bottom: 22px;
}
.hero-content h1 .h1-thin {
  display: block; font-weight: 400; font-style: italic;
  font-size: .44em; letter-spacing: .02em; margin-bottom: 10px; color: rgba(255, 255, 255, .92);
}
.hero-content p { color: rgba(255, 255, 255, .95); font-size: 1.2rem; max-width: 34em; margin: 0 auto 36px; }
.hero-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-play {
  position: absolute; right: 38px; bottom: 34px;
  width: 64px; height: 64px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .85); background: rgba(20, 30, 12, .35);
  color: #fff; font-size: 1.2rem; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s ease, transform .2s ease;
}
.hero-play:hover { background: var(--tan); border-color: var(--tan); transform: scale(1.06); }
.hero-scroll {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%);
  color: #fff; font-size: 1.5rem; text-decoration: none; opacity: .85;
  animation: bob 2.2s ease-in-out infinite;
}
@keyframes bob { 0%, 100% { transform: translate(-50%, 0); } 50% { transform: translate(-50%, 8px); } }

/* ===== Marquee ===== */
.marquee { background: var(--green); overflow: hidden; padding: 13px 0; }
.marquee-track { display: flex; width: max-content; animation: marquee 36s linear infinite; }
.marquee-track span {
  color: rgba(255, 255, 255, .92); font-size: .82rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; white-space: nowrap; padding-right: 26px;
}
.marquee-track span::after { content: "✦"; color: var(--gold); padding-left: 26px; letter-spacing: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ===== Buttons ===== */
.btn {
  display: inline-block; font-family: 'Work Sans', sans-serif; font-weight: 600;
  font-size: .88rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 16px 34px; border-radius: 999px; text-decoration: none; cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.btn::after { content: " →"; display: inline-block; transition: transform .2s ease; }
.btn:hover::after { transform: translateX(5px); }
.btn-tan { background: var(--tan); color: #fff; }
.btn-tan:hover { background: var(--tan-dark); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-dark); }
.btn-outline { border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: var(--green); }

/* ===== Sections ===== */
section { padding: 100px 0; }
.kicker {
  color: var(--tan); font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; font-size: .8rem; margin-bottom: 14px;
}
h2.title { font-size: clamp(2.2rem, 4.4vw, 3.4rem); margin-bottom: 22px; font-weight: 700; }
h2.title .thin {
  display: block; font-weight: 400; font-style: italic;
  font-size: .5em; color: var(--tan); margin-bottom: 8px;
}

/* Arched image — Saratoga signature */
.arch { border-radius: 300px 300px 18px 18px; }

/* Welcome */
.welcome { background: #fff; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 70px; align-items: center; }
.welcome-grid .copy > p { color: var(--muted); margin-bottom: 22px; max-width: 34em; }
.welcome-grid .btn { margin-top: 6px; }
.map-fig { background: var(--cream); border-radius: 20px; padding: 30px 22px; }
.map-fig img { width: 100%; height: auto; }
.stats { display: flex; gap: 44px; margin: 34px 0 36px; flex-wrap: wrap; }
.stat b { font-family: 'Fraunces', serif; font-size: 2.3rem; font-weight: 700; color: var(--green); display: block; line-height: 1.1; }
.stat span { font-size: .8rem; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }

/* Tiles */
.tiles { background: #fff; padding-top: 0; }
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.tile {
  position: relative; aspect-ratio: 1 / 1; border-radius: 16px; overflow: hidden;
  display: flex; align-items: flex-end; justify-content: center; text-decoration: none;
}
.tile img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s ease;
}
.tile::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(23, 33, 14, .05) 35%, rgba(23, 33, 14, .72));
  transition: background .3s ease;
}
.tile span {
  position: relative; z-index: 2; color: #fff; font-family: 'Fraunces', serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 600; letter-spacing: .03em;
  text-align: center; padding: 0 16px 26px;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .5);
}
.tile span::after {
  content: "→"; display: block; font-family: 'Work Sans', sans-serif; font-size: .55em;
  width: 40px; height: 40px; line-height: 40px; margin: 12px auto 0;
  border: 1.5px solid rgba(255, 255, 255, .8); border-radius: 50%;
  opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease;
}
.tile:hover span::after { opacity: 1; transform: translateY(0); }
.tile:hover img { transform: scale(1.07); }
.tile:hover::after { background: linear-gradient(180deg, rgba(46, 100, 23, .15) 30%, rgba(28, 63, 11, .8)); }

/* Things to do */
.things { background: var(--cream); }
.things-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 80px; align-items: center; }
.things-grid .copy p { color: var(--muted); margin-bottom: 22px; max-width: 36em; }
.things-grid .btn { margin-top: 8px; }
.things-art { position: relative; padding: 30px 30px 0 0; }
.things-art .photo img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; box-shadow: 0 24px 60px rgba(35, 40, 31, .2); }
.things-art .badge {
  position: absolute; top: 0; right: 0; width: 168px; height: auto;
  transform: rotate(9deg); z-index: 2;
}

/* Green panels */
.panels { background: var(--green); color: #fff; }
.panels-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.panel-rows h2 { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 700; margin-bottom: 8px; }
.panel-rows h2 + p { color: rgba(255, 255, 255, .85); margin-bottom: 26px; }
.panel-row {
  display: grid; grid-template-columns: 138px 1fr; gap: 24px; align-items: center;
  padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, .22);
}
.panel-row:last-child { border-bottom: 0; }
.panel-row img { width: 138px; height: 104px; object-fit: cover; border-radius: 12px; }
.panel-row h3 { font-size: 1.45rem; margin-bottom: 5px; }
.panel-row p { color: rgba(255, 255, 255, .88); font-size: .97rem; margin-bottom: 8px; }
.panel-row a { color: var(--gold); font-weight: 600; font-size: .92rem; text-decoration: none; }
.panel-row a:hover { text-decoration: underline; text-underline-offset: 4px; }
.bee-panel { text-align: center; }
.bee-panel .bee-photo {
  width: min(340px, 80%); aspect-ratio: 4 / 4.8; object-fit: cover; margin: 0 auto 30px;
  border: 6px solid rgba(255, 255, 255, .95); box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}
.bee-panel h3 { font-family: 'Fraunces', serif; font-size: 2rem; font-weight: 700; margin-bottom: 14px; }
.bee-panel p { color: rgba(255, 255, 255, .9); margin-bottom: 28px; max-width: 30em; margin-left: auto; margin-right: auto; }

/* Social strip */
.social { background: #fff; }
.social-head { display: flex; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 36px; }
.social-head h2 {
  font-size: clamp(2rem, 3.6vw, 2.8rem); color: var(--tan);
  font-style: italic; font-weight: 600;
}
.social-head p { color: var(--muted); padding-bottom: 6px; }
.social-head .handle {
  margin-left: auto; display: flex; align-items: center; gap: 10px;
  color: var(--ink); font-weight: 600; text-decoration: none; padding-bottom: 6px;
}
.social-head .handle svg { width: 26px; height: 26px; fill: var(--green); }
.social-head .handle:hover { color: var(--green); }
.social-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: end; }
.social-grid img {
  width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; border-radius: 16px;
  transition: transform .3s ease, box-shadow .3s ease;
}
.social-grid img.arch { border-radius: 300px 300px 16px 16px; }
.social-grid img:hover { transform: translateY(-8px); box-shadow: 0 18px 40px rgba(35, 40, 31, .18); }

/* ===== Page hero (inner pages) ===== */
.page-hero { position: relative; background: var(--green); color: #fff; padding: 90px 0 80px; overflow: hidden; }
.page-hero::after {
  content: ""; position: absolute; right: -60px; top: 50%; transform: translateY(-50%) rotate(9deg);
  width: 340px; height: 350px; opacity: .12;
  background: url('../images/badge-white.png') center/contain no-repeat;
}
.page-hero .kicker { color: var(--gold); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 3.8rem); font-weight: 700; }
.page-hero p { color: rgba(255, 255, 255, .9); margin-top: 14px; max-width: 42em; font-size: 1.08rem; }

/* ===== Footer ===== */
.footer { background: var(--green); color: #fff; padding: 90px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 50px; align-items: end; padding-bottom: 56px; }
.footer .discover { font-family: 'Fraunces', serif; font-size: clamp(2.6rem, 5vw, 4.4rem); font-weight: 700; line-height: 1.05; margin-bottom: 34px; }
.footer .discover .thin {
  display: block; font-weight: 400; font-style: italic;
  font-size: .4em; color: var(--gold); margin-bottom: 10px;
}
.footer address { font-style: normal; color: rgba(255, 255, 255, .92); line-height: 1.9; }
.footer address a { color: #fff; text-decoration: none; }
.footer address a:hover { text-decoration: underline; text-underline-offset: 3px; }
.footer-right { text-align: right; display: grid; gap: 20px; justify-items: end; }
.footer-right .badge { width: 150px; height: auto; opacity: .95; }
.footer-right h4 { font-size: 1rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-socials { display: flex; gap: 14px; }
.footer-socials a {
  width: 42px; height: 42px; border-radius: 50%;
  background: rgba(255, 255, 255, .14); display: flex; align-items: center; justify-content: center;
  transition: background .2s ease;
}
.footer-socials a:hover { background: var(--tan); }
.footer-socials svg { width: 18px; height: 18px; fill: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .25); padding: 18px 0;
  font-size: .85rem; color: rgba(255, 255, 255, .85);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* Coming soon block */
.soon { text-align: center; background: var(--cream); }
.soon .badge { width: 140px; margin: 0 auto 26px; }
.soon h2 { font-size: 2.1rem; margin-bottom: 14px; }
.soon p { color: var(--muted); max-width: 34em; margin: 0 auto 30px; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .topbar-inner { gap: 14px; font-size: .78rem; overflow-x: auto; white-space: nowrap; justify-content: flex-start; }
  .nav-links { display: none; }
  .nav-logo img { height: 38px; }
  .nav-panel-inner { grid-template-columns: 1fr; gap: 30px; padding: 26px 28px 34px; }
  .panel-extra { border-left: 0; padding-left: 0; }
  .hero { min-height: 72vh; }
  .hero-content { padding: 80px 20px 110px; }
  .hero-content .badge { height: 76px; }
  .hero-play { right: 20px; bottom: 20px; width: 54px; height: 54px; }
  .welcome-grid, .things-grid, .panels-grid { grid-template-columns: 1fr; gap: 46px; }
  .things-art { padding: 26px 12px 0 0; }
  .things-art .badge { width: 120px; }
  .tile-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .social-grid { grid-template-columns: 1fr; gap: 18px; }
  .social-grid img { aspect-ratio: 4 / 3; }
  .social-grid img.arch { border-radius: 16px; }
  .social-head .handle { margin-left: 0; }
  .stats { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-right { text-align: left; justify-items: start; }
  .page-hero::after { display: none; }
  section { padding: 64px 0; }
}
@media (max-width: 540px) {
  .tile-grid { grid-template-columns: 1fr; }
  .tile { aspect-ratio: 16 / 11; }
}
