/* kent-casino6.buzz — Кент казино / Kent casino. Концепт «Сад Англии»: оасты, хмельники, цикл урожая (олива + кирпич-янтарь) */

:root {
  --bg: #0f1308;
  --bg-2: #161b0d;
  --bg-3: #1f2613;
  --line: #2e3a1c;
  --line-2: #3c4a26;
  --txt: #f1f4e6;
  --txt-d: #c3cfa6;
  --txt-dd: #94a376;
  --hop: #7cae3a;
  --brick: #c8772e;
  --hop-d: #5f8f24;
  --hot: #a6d24f;
  --r: 12px;
  --r-s: 8px;
}

* { box-sizing: border-box }
html { scroll-behavior: smooth }
body {
  margin: 0;
  font: 16px/1.64 "PT Serif", Georgia, "Times New Roman", serif;
  color: var(--txt);
  background:
    radial-gradient(980px 560px at 90% -8%, rgba(124, 174, 58, .14) 0%, transparent 60%),
    radial-gradient(800px 560px at -8% 58%, rgba(200, 119, 46, .09) 0%, transparent 62%),
    var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto }
a { color: var(--hop); text-decoration: none }
a:hover { text-decoration: underline }
.croprow { color: var(--hop) }

.oastskip {
  position: absolute; top: -44px; left: 8px;
  padding: 8px 12px; background: var(--brick); color: #0f1308;
  border-radius: 6px; z-index: 100; font-weight: 700;
}
.oastskip:focus { top: 8px }

/* ===== HEADER BAR ===== */
.oastbar {
  display: flex; align-items: center; gap: 16px;
  padding: 12px 22px;
  border-bottom: 1px solid var(--line);
  background: rgba(15, 19, 8, .84);
  backdrop-filter: blur(10px);
  position: sticky; top: 0; z-index: 50;
}
.hoplogo { display: flex; align-items: center; gap: 11px; color: var(--txt) }
.hoplogo:hover { text-decoration: none }
.hoplogo__svg {
  width: 30px; height: 30px; flex: none;
  filter: drop-shadow(0 0 9px rgba(124, 174, 58, .5));
}
.hoplogo__t {
  font-family: "Cardo", Georgia, serif;
  font-weight: 700; line-height: 1; letter-spacing: -.2px; font-size: 19px;
}
.hoplogo__sub {
  display: block; font-size: 10px; color: var(--txt-d);
  letter-spacing: 2.2px; font-weight: 400; margin-top: 4px;
  text-transform: uppercase;
}
.oastnav { display: flex; gap: 22px; margin-left: auto; flex-wrap: wrap }
.oastnav a {
  color: var(--txt-d); font-size: 14px; padding: 4px 0;
  border-bottom: 1px solid transparent; transition: color .15s, border-color .15s;
}
.oastnav a:hover { color: var(--hop); border-bottom-color: var(--hop); text-decoration: none }

/* ===== CTA ===== */
.harvestcta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 11px 20px; border-radius: 8px;
  font-family: "Cardo", Georgia, serif;
  font-weight: 700; font-size: 15px;
  border: 1px solid transparent; white-space: nowrap;
  transition: transform .15s, box-shadow .2s, background .2s;
  cursor: pointer; letter-spacing: .1px;
}
.harvestcta:hover { text-decoration: none; transform: translateY(-1px) }
.harvestcta--small { background: var(--bg-3); color: var(--txt); border-color: var(--line) }
.harvestcta--small:hover { background: var(--bg-2); border-color: var(--hop) }
.harvestcta--big { padding: 15px 28px; font-size: 16px; border-radius: 10px }
.harvestcta--hot {
  background: linear-gradient(120deg, #8fc24a 0%, #5f8f24 100%);
  color: #0d1206; border: 0;
  box-shadow: 0 12px 30px -10px rgba(124, 174, 58, .7);
  font-weight: 700;
}
.harvestcta--hot:hover { box-shadow: 0 16px 38px -8px rgba(124, 174, 58, .92) }
.harvestcta--ghost { background: transparent; color: var(--txt); border-color: var(--line) }
.harvestcta--ghost:hover { border-color: var(--hop); color: var(--hop) }

/* ===== AGGREGATE COUNTER STRIP ===== */
.kilnstrip {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 0; padding: 10px 22px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(124, 174, 58, .05), rgba(200, 119, 46, .04));
  font-size: 13px;
}
.kilnstrip__cell {
  display: flex; flex-direction: column; gap: 2px;
  padding: 6px 14px;
  border-right: 1px solid var(--line);
  align-items: flex-start;
}
.kilnstrip__cell:last-child { border-right: 0 }
.kilnstrip__num {
  font-family: "Cardo", Georgia, serif;
  font-weight: 700; font-size: 16px; color: var(--hop);
  letter-spacing: -.2px;
}
.kilnstrip__lbl { font-size: 11px; color: var(--txt-d); letter-spacing: .5px; text-transform: uppercase }

/* ===== HERO ===== */
.oasthero {
  display: grid; grid-template-columns: 1.18fr 1fr; gap: 36px;
  padding: 48px 22px 32px;
  max-width: 1240px; margin: 0 auto;
  align-items: center;
}
.oasthero__chip {
  display: inline-block;
  font-size: 11px; letter-spacing: 1.3px; color: var(--hop);
  background: rgba(124, 174, 58, .08);
  border: 1px solid rgba(124, 174, 58, .26);
  padding: 6px 12px; border-radius: 4px;
  margin: 0 0 18px;
  text-transform: uppercase; font-weight: 700;
}
h1 {
  font-family: "Cardo", Georgia, serif;
  font-size: clamp(28px, 4vw, 44px); line-height: 1.1;
  margin: 0 0 18px; letter-spacing: -.6px; font-weight: 700;
}
.oasthero__sub {
  color: var(--txt-d); font-size: 16px; margin: 0 0 14px; line-height: 1.66;
}
.oasthero__btns { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0 28px }
.oasthero__pic { margin: 0 }
.oasthero__pic-svg {
  display: block; width: 100%; height: auto;
  border-radius: var(--r); border: 1px solid var(--line);
  background:
    radial-gradient(420px 320px at 26% 30%, rgba(124, 174, 58, .22), transparent 60%),
    radial-gradient(360px 280px at 80% 80%, rgba(200, 119, 46, .18), transparent 65%),
    linear-gradient(135deg, #131808 0%, #1c230f 100%);
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 64px -22px rgba(124, 174, 58, .4);
}
.oasthero__pic figcaption {
  margin-top: 12px; font-size: 12px; color: var(--txt-dd);
  font-style: italic; text-align: right;
}

/* HERO KPI */
.croftkpi {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px;
  padding: 18px 0 0; border-top: 1px solid var(--line);
}
.croftkpi__item { display: flex; flex-direction: column; gap: 2px }
.croftkpi__num {
  font-family: "Cardo", Georgia, serif;
  font-size: 26px; font-weight: 700;
  color: var(--hop); letter-spacing: -.4px;
}
.croftkpi__lbl { font-size: 11px; color: var(--txt-d); text-transform: uppercase; letter-spacing: 1.1px }

/* ===== SECTIONS GENERAL ===== */
section {
  max-width: 1240px; margin: 0 auto;
  padding: 56px 22px;
}
section.oasthero, section.welcomecrop { padding-top: 36px }
.hopchip {
  display: inline-block;
  font-size: 11px; letter-spacing: 2.4px; text-transform: uppercase;
  color: var(--brick); font-weight: 700;
  margin: 0 0 10px;
}
h2 {
  font-family: "Cardo", Georgia, serif;
  font-size: clamp(23px, 3vw, 34px); line-height: 1.2;
  margin: 0 0 16px; letter-spacing: -.4px; font-weight: 700;
}
h3 {
  font-family: "Cardo", Georgia, serif;
  font-size: clamp(17px, 2vw, 21px); line-height: 1.34;
  margin: 26px 0 10px; color: var(--hop); font-weight: 700; letter-spacing: -.2px;
}
p { margin: 0 0 14px; color: var(--txt) }
.croplead { color: var(--txt-d); font-size: 16px; margin-bottom: 24px; max-width: 790px }

/* ===== SLOT GRID ===== */
.trellisgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px; margin: 24px 0;
}
.binecard {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .15s, border-color .2s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.binecard:hover {
  transform: translateY(-3px);
  border-color: var(--hop);
  box-shadow: 0 18px 36px -14px rgba(124, 174, 58, .4);
}
.binecard__cover {
  width: 100%; aspect-ratio: 4 / 3;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cardo", Georgia, serif;
  font-weight: 700; font-size: 22px; color: rgba(241, 244, 230, .92);
  text-align: center; padding: 14px;
  letter-spacing: -.2px; line-height: 1.16;
  position: relative; overflow: hidden;
}
.binecard__cover::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, transparent 40%, rgba(0,0,0,.35) 100%);
  pointer-events: none;
}
.bc-1 { background: linear-gradient(135deg, #1f3a0c 0%, #7cae3a 100%) }
.bc-2 { background: linear-gradient(135deg, #2a1a05 0%, #c8772e 100%) }
.bc-3 { background: linear-gradient(135deg, #102818 0%, #4fae8a 100%) }
.bc-4 { background: linear-gradient(135deg, #3a1a08 0%, #e0913a 100%); color: #160d05 }
.bc-5 { background: linear-gradient(135deg, #1a2208 0%, #a6d24f 100%); color: #131806 }
.bc-6 { background: linear-gradient(135deg, #0c2a2a 0%, #4dbcb0 100%) }
.bc-7 { background: linear-gradient(135deg, #2a3208 0%, #c0d24f 100%); color: #131806 }
.bc-8 { background: linear-gradient(135deg, #28140c 0%, #c8772e 100%) }
.bc-9 { background: linear-gradient(135deg, #1f3a0c 0%, #8fc24a 100%); color: #131806 }
.bc-10 { background: linear-gradient(135deg, #143018 0%, #5f8f24 100%) }
.bc-11 { background: linear-gradient(135deg, #2a1a3a 0%, #b08ad6 100%) }
.bc-12 { background: linear-gradient(135deg, #163a22 0%, #6ec05a 100%) }

.binecard h3 { font-size: 15px; margin: 12px 14px 4px; color: var(--txt); font-weight: 700 }
.binecard p { font-size: 12px; color: var(--txt-d); margin: 0 14px 12px; line-height: 1.42 }
.harvestbtn {
  display: block; padding: 10px;
  margin: auto 12px 12px;
  background: var(--bg-3); color: var(--txt);
  text-align: center; border-radius: 6px; font-size: 13px; font-weight: 700;
  border: 1px solid var(--line); transition: all .15s;
  font-family: "Cardo", Georgia, serif; letter-spacing: .4px;
}
.harvestbtn:hover { background: var(--hop); border-color: var(--hop); color: #0d1206; text-decoration: none }

.provoast { margin: 22px 0 0 }
.provoast__title { font-size: 12px; color: var(--brick); margin-bottom: 10px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 700 }
.provoast__list { display: flex; flex-wrap: wrap; gap: 8px }
.provoast__list span {
  padding: 6px 12px;
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 12px; color: var(--txt-d);
}

/* ===== LOYALTY ===== */
.tiercrop {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
  margin-top: 22px;
}
.perkoast {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  transition: border-color .2s;
}
.perkoast:hover { border-color: var(--brick) }
.perkoast__h { font-weight: 700; font-size: 17px; margin-bottom: 10px; color: var(--brick); font-family: "Cardo", Georgia, serif }
.perkoast p { color: var(--txt-d); font-size: 14px; margin: 0; line-height: 1.62 }

/* VIP-разряды как стек ступеней */
.oastladder {
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 6px; margin-top: 14px;
}
.oastladder__step {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.oastladder__step:nth-child(1) { transform: translateY(0) }
.oastladder__step:nth-child(2) { transform: translateY(-6px) }
.oastladder__step:nth-child(3) { transform: translateY(-14px) }
.oastladder__step:nth-child(4) { transform: translateY(-23px); border-color: var(--hop); background: var(--bg-2) }
.oastladder__step:nth-child(5) { transform: translateY(-31px); border-color: var(--hop); background: var(--bg-2) }
.oastladder__step:nth-child(6) { transform: translateY(-41px); border-color: var(--brick); background: linear-gradient(135deg, var(--bg-2), rgba(200, 119, 46, .1)) }
.oastladder__name {
  font-family: "Cardo", Georgia, serif;
  font-size: 13px; font-weight: 700; color: var(--txt);
  display: block; line-height: 1; margin-bottom: 5px;
}
.oastladder__cb { font-size: 11px; color: var(--txt-d) }
.oastladder__step:nth-child(6) .oastladder__name { color: var(--brick) }

/* ===== WELCOME ===== */
.welcomecrop {
  background:
    radial-gradient(720px 360px at 80% 26%, rgba(200, 119, 46, .08) 0%, transparent 70%),
    rgba(22, 27, 13, .58);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px;
  max-width: none;
}
.welcomecrop__grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin: 22px 0 24px;
}
.croftbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 20px;
  position: relative; overflow: hidden;
  transition: border-color .2s, transform .15s;
}
.croftbox:hover { border-color: var(--hop); transform: translateY(-2px) }
.croftbox::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(124, 174, 58, .07), transparent 60%);
  pointer-events: none;
}
.croftbox__step {
  font-family: "Cardo", Georgia, serif;
  font-size: 11px; color: var(--brick); font-weight: 700;
  letter-spacing: 1.8px; margin-bottom: 8px; text-transform: uppercase;
}
.croftbox__pct {
  font-family: "Cardo", Georgia, serif;
  font-size: 30px; font-weight: 700; line-height: 1;
  color: var(--hop); letter-spacing: -.6px;
  margin-bottom: 8px;
}
.croftbox__title { font-weight: 700; font-size: 15px; margin-bottom: 6px; font-family: "Cardo", Georgia, serif }
.croftbox__sub { font-size: 13px; color: var(--txt-d); line-height: 1.52 }

/* ===== THREE STEPS ===== */
.stepsow__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.quickpick {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 24px;
  position: relative;
}
.quickpick__num {
  font-family: "Cardo", Georgia, serif;
  position: absolute; top: 14px; right: 22px;
  font-size: 56px; font-weight: 700; line-height: 1;
  color: var(--bg-3);
}
.quickpick__head {
  font-size: 18px; font-weight: 700; margin-bottom: 12px;
  color: var(--hop); font-family: "Cardo", Georgia, serif;
}
.quickpick p { color: var(--txt-d); font-size: 14px; margin: 0 }

/* ===== TOURNAMENT ===== */
.oasttour {
  background:
    radial-gradient(640px 360px at 50% 50%, rgba(124, 174, 58, .1) 0%, transparent 70%),
    var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  margin: 32px 22px; max-width: none;
  text-align: center;
}
.oasttour__btns { margin: 22px 0 28px }
.prizecrop {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  margin-top: 22px;
}
.prizecrop > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  text-align: center;
}
.prizecrop span {
  font-family: "Cardo", Georgia, serif;
  font-size: 22px; font-weight: 700; color: var(--hop);
  margin-bottom: 4px; letter-spacing: -.2px;
}
.prizecrop__t { font-size: 14px; font-weight: 700; color: var(--txt); font-style: normal }
.prizecrop i { font-size: 12px; color: var(--txt-d); font-style: normal; line-height: 1.4 }

/* ===== LIVE GALLERY ===== */
.oastlive__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 14px; margin-top: 22px;
}
.cellarbox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  position: relative;
  transition: transform .15s, border-color .2s, box-shadow .25s;
}
.cellarbox:hover {
  transform: translateY(-3px);
  border-color: var(--brick);
  box-shadow: 0 18px 36px -14px rgba(200, 119, 46, .42);
}
.cellarbox__cover {
  width: 100%; aspect-ratio: 16 / 9;
  display: flex; align-items: center; justify-content: center;
  font-family: "Cardo", Georgia, serif;
  font-weight: 700; font-size: 18px; color: rgba(241, 244, 230, .94);
  padding: 12px; text-align: center; letter-spacing: -.1px;
  position: relative; overflow: hidden;
}
.croplc-1 { background: linear-gradient(135deg, #1f3a0c 0%, #a6d24f 100%); color: #131806 }
.croplc-2 { background: linear-gradient(135deg, #2a1a05 0%, #c8772e 100%) }
.croplc-3 { background: linear-gradient(135deg, #102818 0%, #4fae8a 100%) }
.croplc-4 { background: linear-gradient(135deg, #3a1a08 0%, #e0913a 100%); color: #160d05 }
.croplc-5 { background: linear-gradient(135deg, #2a1a3a 0%, #b08ad6 100%) }
.croplc-6 { background: linear-gradient(135deg, #143018 0%, #6ec05a 100%) }

.cellarbox__b { padding: 14px 16px 16px; position: relative }
.cellarbox__t { font-weight: 700; font-size: 16px; margin-bottom: 4px; font-family: "Cardo", Georgia, serif }
.cellarbox__s { font-size: 12px; color: var(--txt-d); margin-bottom: 10px }
.cellarbox__m { font-size: 13px; color: var(--brick); font-weight: 700; margin-bottom: 4px }
.cellarbox__p { font-size: 12px; color: var(--txt-dd) }
.cellarbox__live {
  position: absolute; top: 12px; right: 16px;
  background: var(--brick); color: #fff;
  padding: 3px 10px; border-radius: 4px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase;
}

/* ===== BRAND OVERVIEW ===== */
.brandoast h3 {
  border-left: 3px solid var(--hop);
  padding-left: 14px; margin-top: 30px;
}
.brandoast p { color: var(--txt); line-height: 1.72 }
.orchardview {
  display: flex; flex-wrap: wrap; gap: 10px;
  margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--line);
}
.orchardview--note {
  max-width: 1240px; margin: 0 auto; padding: 0 22px 48px;
  border-top: 0;
}
.orchardview--note .croplead { max-width: 920px; font-size: 14px; color: var(--txt-dd); margin: 0 }
.hopbadge {
  padding: 7px 13px;
  background: var(--bg-2);
  border: 1px solid var(--hop);
  border-radius: 4px;
  font-size: 12px; color: var(--txt);
  letter-spacing: .4px;
}

/* ===== PAYMENTS ===== */
.tallywall {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px;
  margin: 22px 0 22px;
}
.tallybox {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 18px 14px;
  text-align: center;
  display: flex; flex-direction: column; gap: 4px;
}
.tallybox__n { font-size: 15px; color: var(--txt); font-weight: 700; font-family: "Cardo", Georgia, serif }
.tallybox i { font-size: 11px; color: var(--txt-d); font-style: normal; text-transform: uppercase; letter-spacing: .8px }

.cashcrop {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px;
  margin-top: 8px;
}
.cashcrop > div {
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 14px 18px;
  display: flex; flex-direction: column; gap: 4px;
}
.cashcrop__n {
  font-family: "Cardo", Georgia, serif;
  font-size: 16px; color: var(--hop); font-weight: 700;
}
.cashcrop__l { font-size: 12px; color: var(--txt-d) }

/* ===== REVIEWS ===== */
.railcrop {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 22px;
}
.lastpick {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 22px 24px;
  display: flex; flex-direction: column; gap: 14px;
}
.lastpick__stars { color: var(--brick); font-size: 16px; letter-spacing: 4px }
.lastpick__stars--four .cropstaroff { color: var(--line-2) }
.lastpick__q { font-size: 14px; line-height: 1.62; color: var(--txt); margin: 0 }
.lastpick__meta {
  display: flex; align-items: center; gap: 10px;
  font-size: 12px; color: var(--txt-d);
  border-top: 1px solid var(--line); padding-top: 14px;
}
.lastpick__a {
  display: flex; align-items: center; justify-content: center;
  width: 32px; height: 32px;
  background: linear-gradient(135deg, var(--hop), var(--brick));
  border-radius: 50%; color: #0d1206; font-weight: 700; font-size: 14px;
  flex: none; font-family: "Cardo", Georgia, serif;
}

/* ===== FINAL CTA ===== */
.harvestfinal {
  text-align: center; padding: 56px 22px;
  background:
    radial-gradient(620px 320px at 50% 50%, rgba(124, 174, 58, .15) 0%, transparent 70%),
    var(--bg-2);
  border-radius: var(--r);
  margin: 32px 22px;
  border: 1px solid var(--line);
  max-width: none;
}
.harvestfinal h2 { margin-bottom: 10px }
.harvestfinal p { color: var(--txt-d); margin-bottom: 24px }

/* ===== FAQ ===== */
.faqoast h2 { margin-bottom: 22px }
.qaoast {
  background: var(--bg-2);
  border: 1px solid var(--line);
  border-radius: var(--r-s);
  padding: 16px 20px;
  margin: 0 0 10px;
  transition: border-color .2s;
}
.qaoast[open] { border-color: var(--hop) }
.qaoast summary {
  cursor: pointer; font-weight: 700; list-style: none;
  position: relative; padding-right: 32px;
  display: flex; align-items: center; min-height: 24px;
  font-family: "Cardo", Georgia, serif;
}
.qaoast summary::-webkit-details-marker { display: none }
.qaoast summary::after {
  content: "✦"; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  border: 1px solid var(--line); border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; color: var(--hop); font-size: 12px;
  transition: transform .25s;
}
.qaoast[open] summary::after { transform: translateY(-50%) rotate(135deg); border-color: var(--hop) }
.qaoast p { margin: 12px 0 0; color: var(--txt-d); font-size: 15px; line-height: 1.66 }

/* ===== FOOTER ===== */
.oastfoot {
  margin-top: 24px;
  border-top: 1px solid var(--line);
  background: rgba(15, 19, 8, .6);
}
.oastfoot__top {
  max-width: 1240px; margin: 0 auto;
  padding: 42px 22px 26px;
  display: grid; grid-template-columns: 1.4fr 2fr; gap: 36px;
}
.oastfoot__brand { font-size: 14px; color: var(--txt-d); line-height: 1.66 }
.oastfoot__logo {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 16px;
}
.oastfoot__logo span { display: flex; flex-direction: column; line-height: 1.12 }
.oastfoot__name { color: var(--txt); font-size: 16px; font-weight: 700; margin-bottom: 2px; font-family: "Cardo", Georgia, serif }
.oastfoot__legal { font-size: 12px; color: var(--txt-dd); margin: 0; line-height: 1.66 }
.oastfoot__op { color: var(--hop) }
.oastfoot__cols {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.oastfoot__col h4 {
  font-family: "Cardo", Georgia, serif;
  font-size: 12px; color: var(--brick); font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  margin: 0 0 12px;
}
.oastfoot__col ul { list-style: none; padding: 0; margin: 0 }
.oastfoot__col li {
  font-size: 13px; color: var(--txt-d);
  padding: 4px 0; cursor: default;
  transition: color .15s;
}
.oastfoot__col li:hover { color: var(--txt) }
.oastfoot__bottom {
  border-top: 1px solid var(--line);
  padding: 16px 22px;
  max-width: 1240px; margin: 0 auto;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px;
  font-size: 12px; color: var(--txt-dd);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .welcomecrop__grid { grid-template-columns: repeat(2, 1fr) }
  .tallywall { grid-template-columns: repeat(3, 1fr) }
  .prizecrop { grid-template-columns: repeat(2, 1fr) }
  .railcrop { grid-template-columns: 1fr }
  .oastfoot__top { grid-template-columns: 1fr }
  .kilnstrip { grid-template-columns: repeat(3, 1fr) }
  .kilnstrip__cell:nth-child(4), .kilnstrip__cell:nth-child(5) { border-top: 1px solid var(--line); padding-top: 8px }
  .oastladder { grid-template-columns: repeat(3, 1fr) }
  .oastladder__step { transform: none !important }
}

@media (max-width: 880px) {
  .oasthero { grid-template-columns: 1fr; gap: 24px; padding-top: 32px }
  .oasthero__pic { order: -1 }
  .oastnav { display: none }
  .oastbar { padding: 11px 14px }
  section { padding: 36px 16px }
  .welcomecrop, .oasttour, .harvestfinal { padding: 36px 18px; margin: 22px 14px }
  .stepsow__grid { grid-template-columns: 1fr }
  .tiercrop { grid-template-columns: 1fr }
  .oastfoot__top { padding: 30px 16px 22px; gap: 22px }
  .oastfoot__cols { grid-template-columns: repeat(2, 1fr); gap: 18px }
  .kilnstrip { padding: 8px 14px; grid-template-columns: repeat(2, 1fr); font-size: 12px }
  .kilnstrip__cell { padding: 4px 10px }
  .cashcrop { grid-template-columns: 1fr }
  .croftkpi { grid-template-columns: repeat(2, 1fr) }
}

@media (max-width: 480px) {
  .trellisgrid { grid-template-columns: repeat(2, 1fr); gap: 10px }
  .oastlive__grid { grid-template-columns: 1fr }
  .welcomecrop__grid { grid-template-columns: 1fr }
  .binecard h3 { font-size: 13px }
  .binecard p { font-size: 11px }
  .binecard__cover { font-size: 16px }
  .oasthero__btns { flex-direction: column; align-items: stretch }
  .harvestcta--big { width: 100% }
  .tallywall { grid-template-columns: repeat(2, 1fr) }
  .prizecrop { grid-template-columns: 1fr }
  .oastfoot__cols { grid-template-columns: 1fr }
  .oastladder { grid-template-columns: repeat(2, 1fr) }
}
