@charset "utf-8";







.route-map{
    height:420px;
}

.route-map > div{
    width:100%;
    height:100%;
}

.emoji-marker{
    font-size:28px;
    text-align:center;
    background:none;
    border:none;
}




:root {
  --ink: #211b18;
  --muted: #6d625a;
  --paper: #fbfaf7;
  --panel: #ffffff;
  --glass: rgba(255, 255, 255, 0.05);
  --glass-strong: rgba(255, 255, 255, 0.05);
  --glass-soft: rgba(255, 255, 255, 0.05);
  --sand: #efe7d6;
  --wine: #8f1628;
  --wine-dark: #4b0f18;
  --leaf: #173c2f;
  --leaf-soft: #dfe9df;
  --gold: #b98235;
  --line: rgba(33, 27, 24, 0.14);
  --shadow: 0 24px 70px rgba(34, 24, 16, 0.14);
  --radius: 8px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: url("../images/fond.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}

body.has-horizontal-panels {
  overflow: hidden;
}

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

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

a:hover {
  color: var(--wine);
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 10px 14px;
  color: #fff;
  background: var(--wine-dark);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(34, 25, 22, 0.82);
  color: #fff;
  backdrop-filter: blur(18px);
}

.panel-track {
  display: flex;
  width: 100%;
  height: calc(100vh - 112px);
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--wine) rgba(33, 27, 24, 0.12);
  overscroll-behavior-x: contain;
}

.panel-track::-webkit-scrollbar {
  height: 10px;
}

.panel-track::-webkit-scrollbar-track {
  background: rgba(33, 27, 24, 0.1);
}

.panel-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--wine);
}

.panel-track > * {
  flex: 0 0 100vw;
  min-width: 100vw;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  scroll-margin-top: 0;
}

.panel-track > .section,
.panel-track > .hero {
  position: relative;
}

.nav-shell {
  width: min(100% - 32px, var(--content));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: 84px;
  height: 44px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.site-nav a {
  border-radius: 999px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.92rem;
  line-height: 1.2;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lang-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.88rem;
}

.lang-link img {
  width: 28px;
  height: 19px;
  object-fit: cover;
  border-radius: 2px;
}

.nav-button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 10px 16px;
  font-weight: 700;
  line-height: 1.1;
}

.nav-button,
.button.primary {
  color: #fff;
  background: var(--wine);
}

.button.secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.button.light {
  color: var(--wine-dark);
  border-color: var(--line);
  background: #fff;
}

.button:hover,
.nav-button:hover {
  color: #fff;
  background: var(--wine-dark);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.home-panel {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin-top: 30px;
  overflow: visible;
}

.fact {
  min-height: 112px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: var(--glass);
  box-shadow: 0 14px 36px rgba(33, 25, 22, 0.07);
}

.fact strong {
  display: block;
  color: var(--wine);
  font-size: 1.55rem;
  line-height: 1.1;
}

.fact span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.94rem;
}

.home-section {
  padding-top: 92px;
}

.home-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: start;
}

.home-heading .section-copy {
  max-width: 780px;
}

.home-heading .hero-facts {
  margin-top: 0;
}

.home-story {
  display: grid;
  gap: 28px;
  margin-top: 48px;
}

.home-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 14px 36px rgba(33, 25, 22, 0.07);
}

.home-row:nth-child(even) .home-media {
  order: 2;
}

.home-row:nth-child(even) .home-content {
  order: 1;
}

.home-media {
  width: 100%;
  aspect-ratio: 2.08 / 1;
  overflow: hidden;
}

.home-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.home-content span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-content h2 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.18;
}

.home-content p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.68;
}

.home-content p:last-child {
  margin-bottom: 0;
}

.section {
  padding: 72px 0;
}

.section.compact {
  padding: 72px 0;
}

.section.tint {
  background: rgba(255, 255, 255, 0.8);
}

.fact,
.home-row,
.card,
.history-card,
.appellation-row,
.appellation-overview,
.terroir-row,
.appellation-card,
.wine-process,
.wine-row,
.vintage-prices,
.notice,
.contact-band,
.route-card {
  backdrop-filter: blur(4px);
}

.section.leaf {
  color: #fff;
  background: var(--leaf);
}

.section.leaf .section-label,
.section.leaf .section-title,
.section.leaf .section-copy,
.section.leaf .muted {
  color: #fff;
}

.section-inner {
  width: min(100% - 32px, var(--content));
  margin: 0 auto;
}

.section-kicker,
.section-label {
  margin: 0 0 10px;
  color: var(--wine);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.section-title {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  line-height: 1.12;
}

.section-copy {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 56px;
  align-items: center;
}

.split.reverse {
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
}

.media-stack {
  position: relative;
}

.media-frame {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--sand);
  box-shadow: var(--shadow);
}

.media-frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.quote-note {
  position: absolute;
  right: -18px;
  bottom: -24px;
  width: min(280px, 80%);
  border-radius: var(--radius);
  padding: 18px;
  color: #fff;
  background: var(--wine-dark);
  box-shadow: var(--shadow);
}

.home-intro .quote-note {
  bottom: -72px;
}

.quote-note strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.quote-note span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin: 30px 0 0;
}

.feature {
  border-left: 3px solid var(--gold);
  padding-left: 18px;
}

.feature strong {
  display: block;
  color: var(--ink);
}

.feature span {
  color: var(--muted);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 18px 42px rgba(34, 24, 16, 0.08);
}

.card img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.card-body {
  padding: 22px;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.22;
}

.card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.history-grid {
  display: grid;
  gap: 34px;
  margin-top: 46px;
}

.history-card {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 14px 36px rgba(33, 25, 22, 0.07);
}

.history-card:nth-child(even) .history-photo {
  order: 2;
}

.history-card:nth-child(even) {
  grid-template-columns: minmax(0, 1fr) 260px;
}

.history-card:nth-child(even) .history-body {
  order: 1;
}

.history-card img {
  width: 220px;
  height: 255px;
  margin: 24px auto;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.history-photo-philippe {
  object-position: center 38%;
}

.history-photo-gerald {
  object-position: center 30%;
}

.history-photo-eric {
  object-position: center 34%;
}

.history-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 56px);
}

.history-body h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.18;
}

.history-body p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.72;
}

.history-body p:last-child {
  margin-bottom: 0;
}

.appellation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.appellation-story {
  display: grid;
  gap: 30px;
  margin-top: 42px;
}

.appellation-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 18px 48px rgba(33, 25, 22, 0.08);
}

.appellation-row:nth-child(even) .appellation-media {
  order: 2;
}

.appellation-row:nth-child(even) .appellation-content {
  order: 1;
}

.appellation-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.appellation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appellation-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 4vw, 52px);
}

.appellation-content span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.appellation-content h3 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.18;
}

.appellation-content p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.68;
}

.appellation-content p:last-of-type {
  margin-bottom: 22px;
}

.appellation-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.74fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  margin-top: 42px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass-soft);
}

.appellation-overview .media-frame {
  min-height: 320px;
}

.appellation-overview h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.82rem;
  font-weight: 800;
  line-height: 1.18;
}

.appellation-overview p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.terroir-story {
  display: grid;
  gap: 26px;
  margin-top: 42px;
}

.terroir-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 14px 36px rgba(33, 25, 22, 0.07);
}

.terroir-row:nth-child(even) .terroir-media {
  order: 2;
}

.terroir-row:nth-child(even) .terroir-content {
  order: 1;
}

.terroir-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.terroir-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.terroir-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 38px);
}

.terroir-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.terroir-content h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.7vw, 1.55rem);
  font-weight: 800;
  line-height: 1.22;
}

.terroir-content p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.66;
}

.appellation-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: var(--glass);
  box-shadow: 0 18px 48px rgba(33, 25, 22, 0.08);
}

.appellation-kicker {
  margin: 0 0 12px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.appellation-card h3 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  line-height: 1.18;
}

.appellation-card p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.68;
}

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

.appellation-facts li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.appellation-facts strong {
  color: var(--ink);
}

.appellation-facts span {
  color: var(--muted);
}

.vintage-panel {
  margin-top: 58px;
}

.section-inner > .vintage-panel:first-child {
  margin-top: 0;
}

.vintage-panel h3 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.18;
}

.vintage-panel > p {
  max-width: 760px;
  margin: 12px 0 0;
  color: var(--muted);
}

.wine-process {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
  margin-top: 34px;
  border-radius: var(--radius);
  padding: clamp(24px, 3vw, 36px);
  background: var(--glass);
  box-shadow: 0 14px 34px rgba(34, 24, 16, 0.07);
}

.wine-process-media {
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 3;
}

.wine-process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wine-process-content span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.wine-process-content h4 {
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.2;
}

.wine-process-content p {
  margin: 0 0 12px;
  color: var(--muted);
  line-height: 1.66;
}

.wine-process-content p:last-child {
  margin-bottom: 0;
}

.wine-process-note {
  font-weight: 800;
}

.wine-list {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.wine-row {
  display: grid;
  grid-template-columns: minmax(190px, 240px) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  overflow: visible;
  border: 0;
  border-radius: var(--radius);
  padding: clamp(22px, 3vw, 34px);
  background: var(--glass);
  box-shadow: 0 10px 28px rgba(34, 24, 16, 0.05);
}

.wine-row-right {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 240px);
}

.wine-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  background: transparent;
}

.wine-label img {
  width: auto;
  height: 230px;
  max-width: 100%;
  object-fit: contain;
}

.wine-content {
  padding: 0;
}

.wine-content h4 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  line-height: 1.25;
}

.vintage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.vintage-tags span {
  border-radius: 999px;
  padding: 4px 9px;
  color: var(--wine-dark);
  background: #f4eee4;
  font-size: 0.78rem;
  font-weight: 800;
}

.tasting-note {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 8px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.tasting-note dt {
  color: var(--ink);
  font-weight: 800;
}

.tasting-note dd {
  margin: 0;
}

.award {
  margin-top: 12px;
  color: var(--wine);
  font-weight: 800;
}

.vintage-prices {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  background: var(--glass-soft);
}

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

.vintage-prices div {
  border-radius: 10px;
  padding: 10px 8px;
  text-align: center;
  background: var(--glass-strong);
}

.vintage-prices dt {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.vintage-prices dd {
  margin: 5px 0 0;
  color: var(--wine);
  font-size: 1rem;
  font-weight: 900;
}

.vintage-footer {
  margin-top: 28px;
}

#vins,
#wines {
  padding-bottom: 72px;
}

.order-float {
  position: fixed;
  right: 28px;
  bottom: 8px;
  bottom: calc(8px + env(safe-area-inset-bottom));
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 50px;
  margin: 0;
  border-radius: var(--radius);
  padding: 13px 18px;
  color: #fff;
  background: var(--wine);
  box-shadow: 0 18px 44px rgba(75, 15, 24, 0.26);
  font-weight: 900;
  line-height: 1.1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

body.is-order-panel-active .order-float {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.order-float:hover,
.order-float:focus-visible {
  color: #fff;
  background: var(--wine-dark);
}

.notice {
  margin-top: 24px;
  border-left: 3px solid var(--wine);
  padding: 16px 18px;
  color: var(--muted);
  background: var(--glass-strong);
}

.contact-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(28px, 4vw, 46px);
  align-items: start;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(28px, 4vw, 42px);
  color: var(--ink);
  background: var(--glass);
  box-shadow: 0 14px 36px rgba(33, 25, 22, 0.07);
}

.contact-band h2 {
  margin: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1.18;
}

.contact-band p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-details {
  display: grid;
  gap: 10px;
  font-size: 0.98rem;
}

.contact-details a,
.contact-details span {
  display: block;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  color: var(--ink);
  background: var(--glass-soft);
}

.contact-details a:hover,
.contact-details a:focus-visible {
  color: var(--wine);
  border-color: rgba(143, 22, 40, 0.34);
  background: var(--glass-strong);
}

.contact-details span {
  color: var(--muted);
}

.map-frame {
  height: min(68vh, 620px);
  min-height: 420px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--glass-soft);
  box-shadow: 0 18px 48px rgba(33, 25, 22, 0.08);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 24px;
}

.route-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--glass);
  box-shadow: 0 10px 28px rgba(33, 25, 22, 0.06);
}

.route-card > div:first-child {
  padding: 22px 24px;
}

.route-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--wine);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.route-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 1.2;
}

.route-card p {
  margin: 10px 0 0;
  color: var(--muted);
}

.route-map {
  height: clamp(260px, 34vh, 420px);
  border-top: 1px solid var(--line);
  background: var(--glass-soft);
}

.route-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.site-footer {
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.74);
  background: #171312;
}

.footer-inner {
  width: min(100% - 32px, var(--content));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.92rem;
}

.footer-inner strong {
  display: block;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.footer-notice {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  line-height: 1.25;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
}

.muted {
  color: var(--muted);
}

@media (min-width: 761px) {
  body.has-horizontal-panels .site-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
  }
}

@media (max-width: 1080px) {
  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px 16px 20px;
    background: rgba(34, 25, 22, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    border-radius: var(--radius);
    padding: 13px 14px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-button {
    display: none;
  }

  .split,
  .split.reverse,
  .contact-band {
    grid-template-columns: 1fr;
  }

  .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-heading {
    grid-template-columns: 1fr;
  }

  .history-card {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .history-card:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) 240px;
  }

  .appellation-grid,
  .appellation-overview {
    grid-template-columns: 1fr;
  }

  .wine-process {
    grid-template-columns: 1fr;
  }

  .home-row,
  .terroir-row,
  .appellation-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .route-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  body.has-horizontal-panels {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .panel-track {
    display: block;
    height: auto;
    overflow: visible;
    scroll-snap-type: none;
  }

  .panel-track > * {
    min-width: 0;
    height: auto;
    overflow: visible;
    scroll-snap-align: none;
  }

  .nav-shell {
    width: min(100% - 22px, var(--content));
  }

  .brand {
    min-width: 0;
  }

  .lang-link span {
    display: none;
  }

  .hero-facts,
  .cards {
    grid-template-columns: 1fr;
  }

  .home-section {
    padding-top: 66px;
  }

  .home-heading,
  .home-row {
    grid-template-columns: 1fr;
  }

  .history-card {
    grid-template-columns: 1fr;
  }

  .history-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .home-row,
  .terroir-row,
  .appellation-row,
  .route-grid {
    grid-template-columns: 1fr;
  }

  .history-card:nth-child(even) .history-photo,
  .history-card:nth-child(even) .history-body,
  .home-row:nth-child(even) .home-media,
  .home-row:nth-child(even) .home-content,
  .terroir-row:nth-child(even) .terroir-media,
  .terroir-row:nth-child(even) .terroir-content,
  .appellation-row:nth-child(even) .appellation-media,
  .appellation-row:nth-child(even) .appellation-content {
    order: initial;
  }

  .history-card img {
    width: 220px;
    height: 255px;
  }

  .hero-facts {
    width: 100%;
    margin: 26px 0 0;
  }

  .home-story {
    margin-top: 34px;
  }

  .home-content {
    padding: 26px;
  }

  .section {
    padding: 66px 0;
  }

  .section-inner {
    width: min(100% - 22px, var(--content));
  }

  .section-title {
    font-size: 2rem;
  }

  .quote-note {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .wine-row,
  .wine-row-right {
    grid-template-columns: 1fr;
  }

  .tasting-note {
    grid-template-columns: 1fr;
  }

  .vintage-prices dl {
    grid-template-columns: 1fr;
  }

  .appellation-facts li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .contact-band {
    padding: 24px;
  }

  .map-frame {
    min-height: 360px;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 760px) {
  body.has-horizontal-panels {
    padding-bottom: 86px;
  }

  .site-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    display: block;
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
  }

  .footer-inner {
    gap: 8px;
  }

  #vins,
  #wines {
    padding-bottom: 158px;
  }

  .order-float {
    position: fixed;
    right: 12px;
    bottom: 76px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    left: 12px;
    width: auto;
    margin: 0;
  }
}
