:root {
  --paper: #f4ead8;
  --paper-soft: #fff8eb;
  --ink: #25170f;
  --earth: #7a4626;
  --wine: #4b1624;
  --leaf: #53693d;
  --gold: #b9863b;
  --line: rgba(61, 38, 22, .22);
  --shadow: rgba(54, 28, 12, .18);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--serif);
  line-height: 1.45;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .38;
  background:
    radial-gradient(circle at 22% 10%, rgba(185, 134, 59, .18), transparent 34%),
    linear-gradient(90deg, rgba(83, 105, 61, .06) 1px, transparent 1px),
    linear-gradient(rgba(83, 105, 61, .05) 1px, transparent 1px);
  background-size: auto, 92px 92px, 92px 92px;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

img,
svg {
  display: block;
  max-width: 100%;
}

.line {
  display: block;
}

.estate-head {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 4vw, 52px);
  padding: 14px clamp(18px, 4vw, 58px);
  background: rgba(244, 234, 216, .88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.vintage-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--earth);
  color: var(--earth);
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 700;
}

.estate-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 54px);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(37, 23, 15, .72);
  white-space: nowrap;
}

.estate-nav a {
  padding: 10px 0;
}

.head-action,
.primary-action,
.quiet-action,
.booking button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 22px;
  border: 1px solid var(--wine);
  color: var(--paper-soft);
  background: var(--wine);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: 7px 7px 0 rgba(75, 22, 36, .14);
  white-space: nowrap;
}

.quiet-action {
  background: rgba(255, 248, 235, .24);
  color: var(--paper-soft);
  border-color: rgba(255, 248, 235, .72);
  box-shadow: none;
}

.hero-vintage {
  position: relative;
  min-height: min(850px, 92vh);
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: end;
}

.hero-image,
.hero-wash {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
  z-index: -2;
}

.hero-wash {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(27, 17, 10, .72), rgba(27, 17, 10, .16) 48%, rgba(27, 17, 10, .04)),
    linear-gradient(0deg, rgba(27, 17, 10, .62), transparent 48%);
}

.hero-copy {
  width: min(1180px, 92vw);
  padding: clamp(120px, 18vh, 210px) clamp(18px, 5vw, 72px) clamp(58px, 10vh, 110px);
  color: var(--paper-soft);
}

.hero-notes {
  position: absolute;
  right: clamp(18px, 4vw, 64px);
  bottom: clamp(80px, 16vh, 180px);
  width: min(290px, 32vw);
  display: grid;
  gap: 10px;
}

.hero-notes span {
  padding: 12px 14px;
  background: rgba(255, 248, 235, .16);
  border-left: 3px solid var(--gold);
  color: var(--paper-soft);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.eyebrow,
.section-kicker,
.card-label {
  margin: 0;
  color: var(--earth);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-vintage .eyebrow {
  color: #f6d990;
}

h1,
h2,
h3,
p {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

h1 {
  max-width: 890px;
  margin: 18px 0 22px;
  font-size: clamp(64px, 12vw, 176px);
  line-height: .86;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.lead {
  max-width: 760px;
  margin: 0;
  font-size: clamp(22px, 2.6vw, 36px);
  line-height: 1.17;
  font-weight: 600;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.section-pad {
  padding: clamp(64px, 10vw, 144px) clamp(18px, 5vw, 78px);
  position: relative;
}

.section-intro {
  max-width: 980px;
  margin-bottom: clamp(34px, 6vw, 76px);
}

h2 {
  margin: 12px 0 22px;
  max-width: 1050px;
  font-size: clamp(40px, 7vw, 112px);
  line-height: .96;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-intro p,
.plot-copy > p,
.booking-card > p {
  max-width: 760px;
  margin: 0;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.28;
  text-wrap: pretty;
}

.year-switch {
  background: var(--paper-soft);
}

.vintage-board {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  border: 1px solid var(--line);
  background: #f8efd9;
  box-shadow: 0 28px 80px var(--shadow);
}

.vintage-tabs {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--line);
}

.vintage-tab {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: clamp(32px, 5vw, 76px);
  font-family: var(--serif);
  text-align: left;
  padding: 26px 28px;
}

.vintage-tab.active {
  background: var(--wine);
  color: var(--paper-soft);
}

.vintage-card {
  padding: clamp(28px, 5vw, 68px);
}

.vintage-card h3 {
  margin: 14px 0 32px;
  max-width: 820px;
  font-size: clamp(34px, 5vw, 78px);
  line-height: 1;
  font-weight: 500;
}

.vintage-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
}

.vintage-card div {
  padding-top: 16px;
  border-top: 2px solid var(--gold);
}

.vintage-card dt {
  color: var(--earth);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vintage-card dd {
  margin: 10px 0 0;
  font-size: 20px;
}

.plots {
  display: grid;
  grid-template-columns: minmax(340px, .95fr) minmax(380px, 1fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
  background: #efe0c8;
}

.plot-map {
  position: relative;
  padding: 0;
  background: #d7bd83;
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(54, 28, 12, .22);
  overflow: hidden;
}

.estate-map-image {
  width: 100%;
  height: auto;
  min-height: 520px;
  object-fit: cover;
}

.plot {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(75, 22, 36, .52);
  background: rgba(255, 248, 235, .86);
  color: var(--wine);
  padding: 10px 14px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  box-shadow: 5px 5px 0 rgba(75, 22, 36, .14);
  white-space: nowrap;
}

.plot.active {
  background: var(--wine);
  color: var(--paper-soft);
}

.plot-a {
  top: 31%;
  left: 18%;
}

.plot-b {
  top: 21%;
  right: 18%;
}

.plot-c {
  bottom: 29%;
  right: 22%;
}

.soil-list {
  display: grid;
  gap: 12px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.soil-list li {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  font-size: 20px;
}

.soil-list span {
  color: var(--earth);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.harvest-diary {
  background: #2b1a12;
  color: var(--paper-soft);
}

.harvest-diary .section-kicker {
  color: #e9bd69;
}

.diary-copy {
  max-width: 980px;
}

.diary-strip {
  display: grid;
  grid-template-columns: 1fr 1.2fr .9fr;
  gap: 18px;
  margin-top: clamp(28px, 5vw, 70px);
}

.diary-strip article {
  min-height: 340px;
  padding: 26px;
  border: 1px solid rgba(255, 248, 235, .22);
  background: rgba(255, 248, 235, .06);
}

.diary-strip article:nth-child(2) {
  transform: translateY(44px);
}

.diary-strip span {
  color: #e9bd69;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.diary-strip h3 {
  margin: 18px 0 18px;
  font-size: clamp(28px, 3.4vw, 52px);
  line-height: 1;
  font-weight: 500;
}

.diary-strip p {
  margin: 0;
  color: rgba(255, 248, 235, .78);
  font-size: 19px;
  text-wrap: pretty;
}

.archive-sheet {
  background: #fbf2df;
}

.archive-title {
  display: grid;
  grid-template-columns: minmax(260px, .9fr) minmax(360px, 1.1fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 66px);
}

.archive-title h2 {
  margin-bottom: 0;
}

.archive-title p:last-child {
  max-width: 620px;
  margin: 0;
  font-size: clamp(20px, 2.1vw, 28px);
  line-height: 1.28;
}

.archive-icons {
  display: grid;
  grid-template-columns: 1.1fr .9fr 1.2fr .9fr 1fr;
  border: 1px solid var(--line);
  background: #f3e4c9;
}

.archive-icon {
  min-height: 260px;
  padding: 24px;
  border-right: 1px solid var(--line);
  display: grid;
  align-content: space-between;
}

.archive-icon:last-child {
  border-right: 0;
}

.archive-icon h3 {
  margin: 22px 0 10px;
  font-size: clamp(24px, 2.7vw, 40px);
  line-height: 1;
  font-weight: 500;
}

.archive-icon p {
  margin: 0;
  color: rgba(37, 23, 15, .68);
  font-size: 17px;
}

.wine-pictogram {
  position: relative;
  display: block;
  width: 92px;
  height: 92px;
  color: var(--wine);
}

.wine-pictogram::before,
.wine-pictogram::after {
  content: "";
  position: absolute;
  display: block;
}

.grape {
  width: 104px;
  height: 96px;
  background:
    radial-gradient(circle at 24px 26px, var(--wine) 0 10px, transparent 11px),
    radial-gradient(circle at 48px 24px, var(--wine) 0 10px, transparent 11px),
    radial-gradient(circle at 72px 30px, var(--wine) 0 10px, transparent 11px),
    radial-gradient(circle at 36px 52px, var(--wine) 0 11px, transparent 12px),
    radial-gradient(circle at 62px 56px, var(--wine) 0 11px, transparent 12px),
    radial-gradient(circle at 50px 80px, var(--wine) 0 10px, transparent 11px);
}

.grape::before {
  width: 38px;
  height: 18px;
  left: 54px;
  top: 0;
  border: 2px solid var(--leaf);
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-24deg);
}

.barrel {
  border: 3px solid var(--earth);
  border-radius: 44% / 18%;
  background:
    linear-gradient(90deg, transparent 17%, rgba(122, 70, 38, .24) 18% 21%, transparent 22% 78%, rgba(122, 70, 38, .24) 79% 82%, transparent 83%),
    linear-gradient(0deg, rgba(185, 134, 59, .2), transparent 38% 62%, rgba(185, 134, 59, .2));
}

.barrel::before,
.barrel::after {
  left: 10px;
  right: 10px;
  height: 3px;
  background: var(--earth);
}

.barrel::before {
  top: 27px;
}

.barrel::after {
  bottom: 27px;
}

.ledger {
  border: 2px solid var(--earth);
  background:
    linear-gradient(90deg, rgba(75, 22, 36, .18) 0 18px, transparent 19px),
    repeating-linear-gradient(0deg, transparent 0 13px, rgba(37, 23, 15, .22) 14px 15px);
}

.ledger::before {
  width: 28px;
  height: 40px;
  right: -10px;
  top: 20px;
  border: 2px solid var(--gold);
  background: rgba(255, 248, 235, .65);
  transform: rotate(8deg);
}

.route {
  background:
    radial-gradient(circle at 16px 74px, var(--wine) 0 8px, transparent 9px),
    radial-gradient(circle at 48px 34px, var(--wine) 0 8px, transparent 9px),
    radial-gradient(circle at 78px 58px, var(--wine) 0 8px, transparent 9px);
}

.route::before {
  width: 72px;
  height: 46px;
  left: 12px;
  top: 28px;
  border-top: 3px dashed var(--earth);
  border-right: 3px dashed var(--earth);
  border-radius: 60% 30% 50% 30%;
  transform: rotate(-16deg);
}

.label {
  border: 2px solid var(--wine);
  background:
    linear-gradient(0deg, rgba(185, 134, 59, .16), transparent),
    #fff8eb;
  box-shadow: inset 0 0 0 9px rgba(75, 22, 36, .08);
}

.label::before {
  width: 46px;
  height: 2px;
  left: 23px;
  top: 33px;
  background: var(--wine);
  box-shadow: 0 12px 0 var(--earth), 0 24px 0 rgba(122, 70, 38, .72);
}

.label::after {
  width: 20px;
  height: 20px;
  left: 36px;
  bottom: 10px;
  border-radius: 50%;
  background: var(--gold);
}

.cellar {
  display: grid;
  grid-template-columns: minmax(420px, 1.2fr) minmax(360px, .8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  background: #f7eddc;
}

.cellar-photo {
  margin: 0;
  background: var(--ink);
}

.cellar-photo img {
  width: 100%;
  height: min(650px, 70vh);
  object-fit: cover;
}

.cellar-photo figcaption {
  padding: 18px 22px;
  color: var(--paper-soft);
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.45;
}

.cellar-ledger {
  display: grid;
  align-content: center;
}

.ledger-row {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.ledger-row span {
  display: block;
  color: var(--earth);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ledger-row strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.05;
  font-weight: 500;
}

.ledger-row em {
  color: rgba(37, 23, 15, .72);
  font-size: 18px;
  font-style: normal;
}

.tasting-route {
  background: var(--paper-soft);
}

.route-head {
  max-width: 980px;
}

.route-line {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(30px, 5vw, 68px) 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--line);
}

.route-line li {
  min-height: 300px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: #f4ead8;
}

.route-line li:last-child {
  border-right: 0;
}

.route-line span {
  color: var(--gold);
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
}

.route-line h3 {
  margin: 78px 0 16px;
  font-size: clamp(30px, 3.2vw, 54px);
  line-height: 1;
  font-weight: 500;
}

.route-line p {
  margin: 0;
  color: rgba(37, 23, 15, .72);
  font-size: 18px;
  text-wrap: pretty;
}

.booking {
  min-height: 760px;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(37, 23, 15, .38), rgba(37, 23, 15, .62)),
    url("assets/concept-21-family-winery-source-visual.png") center / cover;
}

.booking-card {
  width: min(860px, 100%);
  padding: clamp(28px, 5vw, 68px);
  background: rgba(255, 248, 235, .92);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.booking form {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(200px, 1fr) auto;
  gap: 14px;
  margin-top: 34px;
}

.booking label {
  display: grid;
  gap: 8px;
  color: var(--earth);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.booking input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  background: var(--paper-soft);
  color: var(--ink);
  padding: 12px 14px;
  font-family: var(--serif);
  font-size: clamp(14px, 1.05vw, 16px);
  line-height: 1.25;
  font-weight: 500;
  text-overflow: ellipsis;
}

.booking input::placeholder {
  color: rgba(37, 23, 15, .58);
  opacity: 1;
  font-weight: 500;
}

.booking button {
  align-self: end;
  min-height: 50px;
  border: 0;
}

@media (max-width: 980px) {
  .estate-head {
    grid-template-columns: auto 1fr;
  }

  .head-action {
    display: none;
  }

  .estate-nav {
    justify-content: end;
    overflow-x: auto;
  }

  .hero-notes {
    display: none;
  }

  .vintage-board,
  .plots,
  .cellar {
    grid-template-columns: 1fr;
  }

  .vintage-tabs {
    grid-template-columns: repeat(3, 1fr);
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vintage-tab {
    font-size: clamp(28px, 8vw, 54px);
    padding: 18px;
    text-align: center;
  }

  .vintage-card dl,
  .diary-strip,
  .archive-title,
  .archive-icons,
  .route-line,
  .booking form {
    grid-template-columns: 1fr;
  }

  .archive-icon {
    min-height: 220px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .archive-icon:last-child {
    border-bottom: 0;
  }

  .diary-strip article:nth-child(2) {
    transform: none;
  }

  .route-line li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 220px;
  }

  .route-line li:last-child {
    border-bottom: 0;
  }

  .route-line h3 {
    margin-top: 36px;
  }
}

@media (max-width: 560px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .hero-copy,
  .cellar-photo,
  .cellar-ledger,
  .ledger-row,
  .section-kicker {
    box-sizing: border-box;
    max-width: 100%;
  }

  .estate-head {
    padding: 10px 14px;
  }

  .estate-nav {
    gap: 14px;
    font-size: 10px;
  }

  .vintage-mark {
    width: 44px;
    height: 44px;
  }

  .hero-vintage {
    min-height: 660px;
  }

  .hero-copy {
    width: 100%;
    padding: 116px 18px 46px;
  }

  h1 {
    font-size: clamp(56px, 20vw, 92px);
  }

  h2 {
    font-size: clamp(38px, 13vw, 64px);
  }

  .lead,
  .section-intro p,
  .plot-copy > p,
  .booking-card > p {
    font-size: 19px;
  }

  .hero-actions {
    display: grid;
  }

  .primary-action,
  .quiet-action {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .section-pad {
    padding: 52px 18px;
  }

  .plot-map {
    min-height: 0;
  }

  .estate-map-image {
    min-height: 340px;
  }

  .plot {
    max-width: 168px;
    font-size: 9px;
    white-space: normal;
    line-height: 1.15;
  }

  .soil-list li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .cellar-photo img {
    height: 360px;
  }

  .booking {
    min-height: 680px;
  }

  .booking-card {
    padding: 26px 18px;
  }
}
