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

html {
  scroll-behavior: smooth;
}

body {
  background: var(--alvelus-paper);
  color: var(--alvelus-ink);
  font-family: var(--alvelus-sans);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: clip;
}

body.menu-open {
  overflow: hidden;
}

body.cart-drawer-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--alvelus-serif);
  font-weight: 600;
  line-height: 0.98;
}

:focus-visible {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 4px;
}

.skip-link {
  background: var(--alvelus-white);
  color: var(--alvelus-wine);
  font-weight: 700;
  left: 16px;
  padding: 10px 14px;
  position: fixed;
  top: -100px;
  z-index: 100;
}

.skip-link:focus {
  top: 12px;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-header {
  align-items: center;
  color: var(--alvelus-white);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  height: var(--alvelus-header-height);
  left: 0;
  padding: 0 clamp(20px, 4vw, 54px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, border-color 180ms ease;
  z-index: 40;
}

.site-header.is-scrolled,
body:not(.home) .site-header {
  background: var(--alvelus-wine);
  border-bottom: 1px solid rgba(255, 250, 242, 0.18);
}

.brand {
  align-items: center;
  display: inline-flex;
  font-family: var(--alvelus-serif);
  font-size: 24px;
  font-weight: 600;
  gap: 12px;
  justify-self: start;
  line-height: 1;
}

.brand-mark {
  background: url("../images/alvelus-site-icon.svg") center / 100% auto no-repeat;
  display: inline-block;
  flex: 0 0 72px;
  height: 30px;
  width: 72px;
}

.primary-navigation {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-self: center;
}

.primary-navigation > a,
.navigation-collections__toggle,
.cart-link,
.alvelus-language-switcher summary,
.alvelus-language-switcher__option,
.menu-toggle {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.primary-navigation > a,
.navigation-collections__toggle {
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}

.primary-navigation > a:hover,
.primary-navigation > a:focus-visible,
.navigation-collections__toggle:hover,
.navigation-collections__toggle:focus-visible,
.navigation-collections.is-open .navigation-collections__toggle {
  border-color: currentColor;
}

.navigation-collections {
  position: relative;
}

.navigation-collections__toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
}

.navigation-collections__toggle:focus-visible {
  border-bottom-color: var(--alvelus-gold);
  color: var(--alvelus-gold);
  outline: 0;
}

.navigation-collections__chevron {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 6px;
}

.navigation-collections.is-open .navigation-collections__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.navigation-collections__panel {
  background: var(--alvelus-wine);
  border: 1px solid rgba(255, 250, 242, 0.2);
  display: grid;
  left: 50%;
  min-width: 250px;
  opacity: 0;
  padding: 12px 20px 16px;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 17px);
  transform: translate(-50%, -6px);
  transition: opacity 160ms ease, transform 180ms ease, visibility 160ms ease;
  visibility: hidden;
}

.navigation-collections__panel::before {
  content: "";
  height: 18px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -18px;
}

.navigation-collections__panel a {
  border-bottom: 1px solid rgba(255, 250, 242, 0.14);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 10px 0;
  text-transform: uppercase;
}

.navigation-collections__panel a:last-child {
  border-bottom: 0;
}

.navigation-collections__panel a:hover,
.navigation-collections__panel a:focus-visible,
.navigation-collections__panel a[aria-current="page"] {
  color: var(--alvelus-gold);
}

.navigation-collections__panel .navigation-collections__overview {
  border-bottom-color: var(--alvelus-gold);
  color: var(--alvelus-white);
  margin-bottom: 4px;
}

@media (min-width: 901px) {
  .navigation-collections:hover .navigation-collections__panel,
  .navigation-collections.is-open .navigation-collections__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
    visibility: visible;
  }
}

.header-utilities {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-self: end;
}

.cart-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  min-height: 44px;
  padding: 0 5px;
  position: relative;
}

.cart-link__icon {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  width: 23px;
}

.cart-link__count {
  align-items: center;
  background: var(--alvelus-gold);
  border-radius: 999px;
  color: var(--alvelus-wine-deep);
  display: inline-flex;
  font-size: 0.62rem;
  height: 18px;
  justify-content: center;
  line-height: 1;
  min-width: 18px;
  padding: 0 5px;
  position: absolute;
  right: -4px;
  top: 2px;
}

.cart-link__count[hidden] {
  display: none;
}

.alvelus-language-switcher {
  position: relative;
}

.alvelus-language-switcher details {
  position: relative;
}

.alvelus-language-switcher summary {
  align-items: center;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  min-height: 44px;
  padding: 0 2px;
  transition: border-color 150ms ease, color 150ms ease;
}

.alvelus-language-switcher summary::-webkit-details-marker {
  display: none;
}

.alvelus-language-switcher summary::marker {
  content: "";
}

.alvelus-language-switcher summary:hover,
.alvelus-language-switcher summary:focus-visible,
.alvelus-language-switcher details[open] summary {
  border-bottom-color: var(--alvelus-gold);
  color: var(--alvelus-gold);
}

.alvelus-language-switcher summary:focus-visible {
  outline: 0;
}

.alvelus-language-switcher__chevron {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  height: 6px;
  margin-top: -3px;
  transform: rotate(45deg);
  transition: transform 180ms ease;
  width: 6px;
}

.alvelus-language-switcher details[open] .alvelus-language-switcher__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.alvelus-language-switcher ul {
  background: var(--alvelus-wine);
  border: 1px solid rgba(255, 250, 242, 0.2);
  display: grid;
  list-style: none;
  margin: 0;
  min-width: 180px;
  padding: 8px 16px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  z-index: 2;
}

.alvelus-language-switcher li + li {
  border-top: 1px solid rgba(255, 250, 242, 0.14);
}

.alvelus-language-switcher__option {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 12px 1fr;
  min-height: 42px;
  white-space: nowrap;
}

.alvelus-language-switcher__option::before {
  content: "";
}

.alvelus-language-switcher__option[aria-current="page"] {
  color: var(--alvelus-gold);
}

.alvelus-language-switcher__option[aria-current="page"]::before {
  content: "✓";
}

.alvelus-language-switcher a.alvelus-language-switcher__option:hover,
.alvelus-language-switcher a.alvelus-language-switcher__option:focus-visible {
  color: var(--alvelus-gold);
}

.menu-toggle {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  display: none;
  gap: 9px;
  padding: 10px 0;
}

.menu-icon,
.menu-icon::before,
.menu-icon::after {
  background: currentColor;
  display: block;
  height: 1px;
  transition: transform 180ms ease;
  width: 20px;
}

.menu-icon {
  position: relative;
}

.menu-icon::before,
.menu-icon::after {
  content: "";
  left: 0;
  position: absolute;
}

.menu-icon::before {
  top: -6px;
}

.menu-icon::after {
  top: 6px;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
  background: transparent;
}

.menu-toggle[aria-expanded="true"] .menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.hero {
  display: grid;
  min-height: max(82svh, 760px);
  overflow: hidden;
  position: relative;
}

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

.hero-image {
  filter: brightness(0.72) saturate(0.48) contrast(1.05);
  object-fit: cover;
  object-position: center 48%;
}

.hero-shade {
  background:
    linear-gradient(rgba(22, 20, 18, 0.36), rgba(20, 17, 15, 0.5)),
    linear-gradient(90deg, rgba(12, 14, 15, 0.38), rgba(12, 14, 15, 0.12) 52%, rgba(12, 14, 15, 0.34));
}

.hero-content {
  align-self: center;
  color: var(--alvelus-white);
  justify-self: center;
  max-width: 800px;
  padding: calc(var(--alvelus-header-height) + 40px) 24px calc(13.55vw + 40px);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.place,
.section-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.place {
  margin: 0 0 16px;
}

.hero h1 {
  font-size: clamp(78px, 11vw, 162px);
  margin: 0;
}

.hero-subtitle {
  font-family: var(--alvelus-serif);
  font-size: clamp(22px, 2vw, 32px);
  margin: 22px auto 0;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}

.hero-ridge {
  bottom: -1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.hero-ridge svg {
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.hero-ridge__fill {
  fill: #fdf7ef;
}

.hero-ridge__line {
  fill: none;
  stroke: var(--alvelus-wine);
  vector-effect: non-scaling-stroke;
}

.hero-ridge__line--edge {
  opacity: 0.94;
  stroke-width: 1.4;
}

.alvelus-button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 46px;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

.alvelus-button--light {
  background: var(--alvelus-white);
  color: var(--alvelus-ink);
}

.alvelus-button--light:hover {
  background: var(--alvelus-gold);
  color: var(--alvelus-wine-deep);
}

.alvelus-button--outline {
  border-color: rgba(255, 250, 242, 0.56);
  color: var(--alvelus-white);
}

.alvelus-button--outline:hover {
  background: rgba(255, 250, 242, 0.12);
  border-color: var(--alvelus-white);
}

.alvelus-button--dark {
  background: var(--alvelus-wine);
  color: var(--alvelus-white);
}

.section {
  padding: clamp(58px, 7vw, 96px) var(--alvelus-page-gutter);
}

.section-inner {
  margin: 0 auto;
  max-width: var(--alvelus-max);
}

.story {
  background: #fdf7ef;
  padding-bottom: clamp(52px, 4vw, 64px);
  padding-top: clamp(12px, 1vw, 16px);
}

.story-grid {
  display: grid;
  column-gap: clamp(48px, 6vw, 96px);
  grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
  max-width: 1120px;
  row-gap: clamp(34px, 3vw, 48px);
}

.section-label {
  color: var(--alvelus-wine);
  margin: 0 0 18px;
}

.visit h2,
.content-shell h1 {
  font-size: clamp(42px, 5vw, 74px);
  margin: 0 0 32px;
}

.story h2 {
  font-size: clamp(48px, 3.8vw, 60px);
  margin: 0;
}

.story-body {
  max-width: 620px;
}

.story-body p,
.visit-copy p:not(.section-label) {
  color: var(--alvelus-muted);
  max-width: 660px;
}

.story-body p {
  margin: 0;
}

.story-body p + p {
  margin-top: 20px;
}

.story-body .editorial-link {
  margin-top: 26px;
}

.estate-notes {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.estate-notes article {
  padding: 14px clamp(28px, 3.2vw, 50px) 0;
}

.estate-notes article:first-child {
  padding-left: clamp(14px, 1.6vw, 24px);
}

.estate-notes article + article {
  border-left: 1px solid var(--alvelus-line);
}

.estate-notes__contour {
  display: block;
  grid-column: 1 / -1;
  height: 18px;
  margin-bottom: 14px;
  width: 100%;
}

.estate-notes__contour path {
  fill: none;
  stroke: var(--alvelus-gold);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.estate-notes span {
  color: var(--alvelus-wine);
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.estate-notes p {
  color: var(--alvelus-ink);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.75rem, 2.4vw, 2.3rem);
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.selector-section {
  background: var(--alvelus-paper);
}

.visit {
  background: var(--alvelus-paper-deep);
}

.visit-grid {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr minmax(260px, 0.72fr) minmax(260px, 0.72fr);
}

.visit-grid > .map-card {
  grid-column: -2 / -1;
}

.contact-card,
.development-notice {
  border-left: 1px solid var(--alvelus-line);
  color: var(--alvelus-muted);
  font-style: normal;
  padding-left: 26px;
}

.development-notice {
  border: 1px solid color-mix(in srgb, var(--alvelus-wine) 24%, transparent);
  padding: 24px;
}

.map-card {
  align-items: center;
  aspect-ratio: 1.6 / 1;
  background:
    linear-gradient(
      90deg,
      transparent 49%,
      color-mix(in srgb, var(--alvelus-wine) 12%, transparent) 50%,
      transparent 51%
    ),
    linear-gradient(
      0deg,
      transparent 49%,
      color-mix(in srgb, var(--alvelus-wine) 12%, transparent) 50%,
      transparent 51%
    ),
    var(--alvelus-paper);
  background-size: 78px 78px;
  border: 1px solid var(--alvelus-line);
  display: grid;
  justify-items: center;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

.map-card--image {
  background: #453f35;
  color: var(--alvelus-white);
  isolation: isolate;
}

.map-card--image::after {
  background: linear-gradient(180deg, transparent 48%, rgba(28, 20, 17, 0.58));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.map-card__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: filter 300ms ease, transform 500ms ease;
  width: 100%;
}

.map-card__image--estate {
  object-position: 49% center;
}

.map-card__action {
  align-items: center;
  align-self: end;
  display: flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 8px;
  justify-self: stretch;
  letter-spacing: 0.08em;
  padding: 22px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}

.map-card__action span {
  font-size: 1rem;
  line-height: 1;
}

.map-card--image:hover .map-card__image,
.map-card--image:focus-visible .map-card__image {
  filter: brightness(1.06);
  transform: scale(1.025);
}

.map-card--blocked {
  opacity: 0.45;
}

.map-pin {
  background: var(--alvelus-wine);
  height: 30px;
  position: relative;
  transform: rotate(45deg);
  width: 30px;
}

.map-pin::after {
  background: var(--alvelus-paper);
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 10px;
}

.editorial-link {
  align-items: center;
  border-bottom: 1px solid var(--alvelus-wine);
  color: var(--alvelus-wine);
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 20px;
  min-height: 44px;
  text-transform: uppercase;
}

.editorial-link:hover {
  border-color: var(--alvelus-gold);
  color: var(--alvelus-wine-deep);
}

.editorial-page {
  min-height: 76vh;
  padding: calc(var(--alvelus-header-height) + clamp(64px, 9vw, 124px)) clamp(20px, 5vw, 60px)
    clamp(76px, 9vw, 126px);
}

.editorial-page__inner {
  display: grid;
  gap: clamp(48px, 9vw, 132px);
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.75fr);
  margin: 0 auto;
  max-width: var(--alvelus-max);
}

.editorial-page__header h1 {
  font-size: clamp(58px, 8vw, 112px);
  margin: 0;
  max-width: 9ch;
}

.editorial-page__introduction {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.35;
  margin: 32px 0 0;
  max-width: 620px;
}

.editorial-page__body {
  align-self: end;
  border-top: 1px solid var(--alvelus-line);
  padding-top: 30px;
}

.editorial-page__prose,
.contact-details {
  color: var(--alvelus-muted);
}

.editorial-page__prose p:first-child {
  margin-top: 0;
}

.editorial-page__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

.contact-page {
  background: var(--alvelus-paper);
  padding: calc(var(--alvelus-header-height) + clamp(44px, 5vw, 78px)) var(--alvelus-page-gutter) 0;
}

.contact-introduction,
.contact-routes,
.contact-map,
.contact-enquiry {
  margin-inline: auto;
  max-width: var(--alvelus-max);
}

.contact-introduction {
  padding-bottom: clamp(38px, 5vw, 68px);
}

.contact-introduction h1 {
  font-size: clamp(3.4rem, 5vw, 5.6rem);
  line-height: 0.95;
  margin: 0;
}

.contact-introduction__copy {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.35rem, 1.8vw, 1.7rem);
  line-height: 1.35;
  margin-top: clamp(24px, 3vw, 38px);
  max-width: 46rem;
}

.contact-introduction__copy p {
  margin: 0 0 0.65em;
}

.contact-introduction__guidance {
  color: var(--alvelus-wine);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  margin: 24px 0 0;
}

.contact-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: clamp(44px, 5vw, 74px);
}

.contact-route {
  color: var(--alvelus-ink);
  display: grid;
  grid-template-rows: 150px auto auto auto;
  padding: 0 clamp(24px, 3vw, 46px);
  text-decoration: none;
}

.contact-route:first-child {
  padding-left: 0;
}

.contact-route:last-child {
  padding-right: 0;
}

.contact-route + .contact-route {
  border-left: 1px solid var(--alvelus-line);
}

.contact-route__media {
  align-self: end;
  display: block;
  height: 136px;
  justify-self: center;
  margin-bottom: 18px;
  width: min(100%, 190px);
}

.contact-route__icon {
  display: block;
  height: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
  width: 100%;
}

.contact-route__title,
.contact-route__action {
  color: var(--alvelus-wine);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.contact-route__body {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: 1.14rem;
  line-height: 1.35;
  margin-top: 12px;
  max-width: 16rem;
}

.contact-route__action {
  border-bottom: 1px solid currentColor;
  justify-self: start;
  margin-top: 20px;
  min-height: 32px;
}

.contact-route:hover .contact-route__icon,
.contact-route:focus-visible .contact-route__icon {
  transform: translateY(-4px);
}

.contact-route:focus-visible {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 8px;
}

.contact-map {
  margin-bottom: 0;
}

.contact-map picture,
.contact-map img {
  display: block;
  width: 100%;
}

.contact-map img {
  aspect-ratio: 3 / 1;
  height: auto;
  object-fit: cover;
}

.contact-map__caption {
  align-items: center;
  background: var(--alvelus-wine-deep);
  color: var(--alvelus-white);
  display: grid;
  gap: 28px;
  grid-template-columns: auto 1fr auto;
  padding: 20px clamp(22px, 3vw, 44px);
}

.contact-map__caption strong {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-map__caption span {
  font-family: var(--alvelus-serif);
  font-size: 1.1rem;
}

.contact-map__caption a {
  border: 1px solid rgba(255, 250, 242, 0.72);
  color: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  min-height: 44px;
  padding: 12px 18px;
  text-transform: uppercase;
}

.contact-map__caption a:hover,
.contact-map__caption a:focus-visible {
  border-color: var(--alvelus-gold);
  color: var(--alvelus-gold);
}

.contact-enquiry {
  border-top: 1px solid var(--alvelus-line);
  display: grid;
  gap: clamp(42px, 7vw, 112px);
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  padding-block: clamp(64px, 8vw, 112px);
  scroll-margin-top: var(--alvelus-header-height);
}

.contact-enquiry__introduction h2 {
  font-size: clamp(2.8rem, 4.7vw, 5rem);
  line-height: 0.94;
  margin: 0;
  max-width: 8ch;
}

.contact-enquiry__introduction p {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.42;
  margin: 28px 0 0;
  max-width: 25rem;
}

.contact-form {
  display: grid;
  gap: clamp(28px, 3.5vw, 44px) clamp(24px, 3vw, 46px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form__field {
  display: grid;
  gap: 10px;
}

.contact-form__field--topic,
.contact-form__field--message,
.contact-form__actions,
.contact-form__status {
  grid-column: 1 / -1;
}

.contact-form label {
  color: var(--alvelus-wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  appearance: none;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--alvelus-ink);
  border-radius: 0;
  color: var(--alvelus-ink);
  font-family: var(--alvelus-serif);
  font-size: 1.24rem;
  line-height: 1.35;
  min-width: 0;
  padding: 8px 0 12px;
  width: 100%;
}

.contact-form select {
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position:
    calc(100% - 5px) calc(50% - 1px),
    100% calc(50% - 1px);
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  cursor: pointer;
  padding-right: 28px;
}

.contact-form textarea {
  min-height: 148px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-bottom-color: var(--alvelus-gold);
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 5px;
}

.contact-form__field--topic.is-route-selected select {
  animation: contact-topic-selected 720ms ease-out;
}

.contact-form__actions {
  align-items: start;
  display: grid;
  gap: 18px clamp(28px, 4vw, 56px);
  grid-template-columns: auto 1fr;
}

.contact-form__actions button {
  align-items: center;
  background: var(--alvelus-wine-deep);
  border: 1px solid var(--alvelus-wine-deep);
  border-radius: 0;
  color: var(--alvelus-white);
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 20px;
  justify-content: space-between;
  letter-spacing: 0.075em;
  min-height: 48px;
  min-width: 196px;
  padding: 14px 18px;
  text-transform: uppercase;
}

.contact-form__actions button:hover,
.contact-form__actions button:focus-visible {
  background: transparent;
  color: var(--alvelus-wine-deep);
}

.contact-form__actions button:focus-visible {
  outline: 2px solid var(--alvelus-gold);
  outline-offset: 5px;
}

.contact-form__actions button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.contact-form__actions .development-notice {
  border: 0;
  border-left: 1px solid var(--alvelus-line);
  margin: 0;
  max-width: 56ch;
  padding: 6px 0 6px 20px;
}

.contact-form__status {
  border-left: 2px solid var(--alvelus-gold);
  color: var(--alvelus-wine);
  margin: -8px 0 0;
  padding: 8px 0 8px 18px;
}

@keyframes contact-topic-selected {
  0% {
    border-bottom-color: var(--alvelus-ink);
  }
  35% {
    border-bottom-color: var(--alvelus-gold);
    color: var(--alvelus-wine);
  }
  100% {
    border-bottom-color: var(--alvelus-ink);
  }
}

.history-page {
  background: var(--alvelus-paper);
  overflow: clip;
}

.history-opening {
  padding:
    calc(var(--alvelus-header-height) + clamp(62px, 8vw, 116px))
    var(--alvelus-page-gutter)
    clamp(72px, 9vw, 126px);
}

.history-opening__inner {
  align-items: end;
  display: grid;
  gap: clamp(58px, 10vw, 154px);
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  margin: 0 auto;
  max-width: var(--alvelus-max);
}

.history-opening h1 {
  font-size: clamp(4.3rem, 8vw, 7.5rem);
  line-height: 0.87;
  margin: 18px 0 0;
  max-width: 7ch;
}

.history-opening__introduction {
  color: var(--alvelus-muted);
  font-family: var(--alvelus-serif);
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.35;
  margin: 34px 0 0;
  max-width: 610px;
}

.history-opening__prose {
  color: var(--alvelus-muted);
  max-width: 46ch;
  padding-bottom: 8px;
}

.history-opening__prose p,
.history-chapter__copy > p:not(.section-label) {
  margin: 0;
}

.history-opening__prose p + p,
.history-chapter__copy > p:not(.section-label) + p {
  margin-top: 24px;
}

.history-chapter {
  display: grid;
  grid-template-columns: minmax(0, 1.14fr) minmax(320px, 0.76fr);
  margin: 0 auto;
  max-width: var(--alvelus-max);
}

.history-chapter__media,
.history-cellar__image {
  margin: 0;
  min-width: 0;
  overflow: hidden;
}

.history-chapter__media img,
.history-cellar__image img {
  filter: saturate(0.88) sepia(0.04) contrast(0.98);
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.history-chapter__copy {
  align-self: center;
  padding: clamp(46px, 6vw, 92px);
}

.history-chapter__copy h2 {
  font-size: clamp(3rem, 5.3vw, 5.5rem);
  line-height: 0.96;
  margin: 17px 0 clamp(32px, 4vw, 54px);
  max-width: 9ch;
}

.history-chapter__copy > p:not(.section-label) {
  color: var(--alvelus-muted);
  max-width: 48ch;
}

.history-chapter__media--landscape {
  min-height: clamp(470px, 48vw, 690px);
}

.history-chapter__media--landscape img {
  object-position: center;
}

.history-chapter--winery {
  background: var(--alvelus-wine-deep);
  box-shadow: 0 0 0 100vmax var(--alvelus-wine-deep);
  clip-path: inset(0 -100vmax);
  color: var(--alvelus-white);
  margin-top: clamp(52px, 7vw, 100px);
}

.history-chapter--winery .history-chapter__copy > p:not(.section-label) {
  color: rgba(255, 250, 242, 0.74);
}

.history-chapter--winery .section-label {
  color: var(--alvelus-gold);
}

.history-chapter--winery .history-chapter__copy {
  padding: clamp(42px, 4.5vw, 68px);
}

.history-chapter--winery .history-chapter__copy h2 {
  font-size: clamp(3rem, 4.3vw, 4.6rem);
  max-width: 16ch;
}

.history-chapter__media--winery {
  min-height: clamp(470px, 46vw, 660px);
}

.history-chapter__media--winery img {
  object-position: right 48%;
}

.history-cellar {
  margin: 0 auto;
  max-width: var(--alvelus-max);
  padding-top: clamp(64px, 8vw, 112px);
}

.history-cellar__lead {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
}

.history-cellar__lead .history-chapter__copy {
  padding-left: clamp(24px, 4.5vw, 70px);
}

.history-cellar__image--wide {
  aspect-ratio: 1.72 / 1;
}

.history-cellar__image--wide img {
  filter: saturate(0.72) sepia(0.08) contrast(0.97) brightness(0.94);
  object-position: center 48%;
}

.history-cellar__image--detail {
  aspect-ratio: 2.8 / 1;
  margin-top: clamp(34px, 5vw, 70px);
}

.history-cellar__image--detail img {
  filter: saturate(0.72) sepia(0.08) contrast(0.97) brightness(0.94);
  object-position: center 44%;
}

.history-closing {
  background: var(--alvelus-wine-deep);
  box-shadow: 0 0 0 100vmax var(--alvelus-wine-deep);
  clip-path: inset(0 -100vmax);
  color: var(--alvelus-white);
  margin: 0 auto;
  max-width: var(--alvelus-max);
}

.history-closing__inner {
  padding: clamp(58px, 8vw, 112px) var(--alvelus-page-gutter);
}

.history-closing h2 {
  font-size: clamp(3.2rem, 5.2vw, 5.8rem);
  line-height: 0.92;
  margin: 0;
  max-width: 18ch;
}

.contact-details {
  margin: 0 0 30px;
}

.contact-details div {
  border-bottom: 1px solid var(--alvelus-line);
  padding: 18px 0;
}

.contact-details div:first-child {
  padding-top: 0;
}

.contact-details dt {
  color: var(--alvelus-wine);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.contact-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.site-footer {
  align-items: flex-end;
  background: var(--alvelus-wine);
  color: var(--alvelus-white);
  display: flex;
  font-size: 0.78rem;
  gap: 32px;
  justify-content: space-between;
  padding: 38px clamp(20px, 5vw, 60px);
}

.footer-brand {
  display: grid;
  gap: 8px;
}

.footer-brand strong {
  font-family: var(--alvelus-serif);
  font-size: 1.6rem;
  font-weight: 600;
}

.footer-brand span {
  color: rgba(255, 250, 242, 0.72);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}

.site-footer a {
  border-bottom: 1px solid transparent;
  color: rgba(255, 250, 242, 0.82);
  transition: border-color 150ms ease, color 150ms ease;
}

.site-footer a:hover {
  border-color: var(--alvelus-gold);
  color: var(--alvelus-white);
}

.content-shell {
  margin: 0 auto;
  max-width: var(--alvelus-max);
  min-height: 70vh;
  padding: calc(var(--alvelus-header-height) + 72px) clamp(20px, 5vw, 60px) 96px;
}

.entry + .entry {
  border-top: 1px solid var(--alvelus-line);
  margin-top: 40px;
  padding-top: 40px;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1050px) {
  .primary-navigation {
    gap: 18px;
  }

  .header-utilities {
    gap: 10px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .menu-toggle {
    display: inline-flex;
    justify-self: center;
  }

  .primary-navigation {
    align-content: center;
    background: var(--alvelus-wine);
    display: none;
    flex-direction: column;
    inset: var(--alvelus-header-height) 0 0;
    justify-content: center;
    position: fixed;
  }

  .primary-navigation > a,
  .navigation-collections__toggle {
    font-family: var(--alvelus-serif);
    font-size: clamp(2.5rem, 8vw, 4.4rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: none;
  }

  .navigation-collections {
    text-align: center;
    width: min(82vw, 420px);
  }

  .navigation-collections__toggle {
    margin: 0 auto;
  }

  .navigation-collections__panel {
    background: transparent;
    border: 0;
    left: auto;
    max-height: 0;
    min-width: 0;
    overflow: hidden;
    padding: 0;
    position: static;
    transform: none;
    transition: max-height 220ms ease, opacity 160ms ease, visibility 160ms ease;
    width: 100%;
  }

  .navigation-collections.is-open .navigation-collections__panel {
    max-height: 260px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .navigation-collections__panel a {
    font-family: var(--alvelus-sans);
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    padding: 8px 0;
    text-transform: uppercase;
  }

  .navigation-collections__panel .navigation-collections__overview {
    margin-top: 8px;
  }

  .menu-open .primary-navigation {
    display: flex;
  }

  .story-grid,
  .visit-grid,
  .editorial-page__inner {
    grid-template-columns: 1fr;
  }

  .story-grid {
    row-gap: 34px;
  }

  .story-body {
    max-width: 62ch;
  }

  .estate-notes {
    grid-column: auto;
    margin-top: 8px;
  }

  .visit-grid > .map-card {
    grid-column: auto;
  }

  .history-opening__inner,
  .history-chapter,
  .history-cellar__lead {
    grid-template-columns: 1fr;
  }

  .history-opening__prose {
    max-width: 62ch;
  }

  .history-chapter__media--landscape,
  .history-chapter__media--winery {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .history-chapter--winery {
    margin-top: clamp(36px, 7vw, 64px);
  }

  .history-chapter__copy {
    padding: clamp(48px, 8vw, 76px) var(--alvelus-page-gutter);
  }

  .history-cellar__lead .history-chapter__copy {
    padding-left: var(--alvelus-page-gutter);
  }

  .history-cellar__image--wide {
    aspect-ratio: 16 / 10;
  }

  .history-cellar__image--detail {
    aspect-ratio: 16 / 8;
  }

  .estate-notes,
  .contact-card {
    border-left: 0;
  }

  .estate-notes article,
  .contact-card {
    padding-left: 0;
  }

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

  .contact-route {
    padding: 32px clamp(20px, 4vw, 36px);
  }

  .contact-route:first-child,
  .contact-route:nth-child(3) {
    padding-left: 0;
  }

  .contact-route:nth-child(3) {
    border-left: 0;
  }

  .contact-route:nth-child(n + 3) {
    border-top: 1px solid var(--alvelus-line);
  }

  .contact-map__caption {
    grid-template-columns: 1fr auto;
  }

  .contact-map__caption > span {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .contact-enquiry {
    gap: 44px;
    grid-template-columns: 1fr;
  }

  .contact-enquiry__introduction h2 {
    max-width: 11ch;
  }
}

@media (max-width: 620px) {
  :root {
    --alvelus-header-height: 64px;
  }

  body {
    font-size: 15px;
  }

  .site-header {
    gap: 12px;
    padding: 0 16px;
  }

  .brand {
    font-size: 20px;
    gap: 9px;
    min-height: 44px;
    min-width: 44px;
  }

  .brand-mark {
    flex-basis: 54px;
    height: 24px;
    width: 54px;
  }

  .menu-toggle {
    font-size: 0;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
  }

  .menu-icon {
    width: 24px;
  }

  .cart-link {
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0 7px 0 0;
  }

  .cart-link__label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .cart-link__count {
    font-size: 0.62rem;
    right: 1px;
    top: 3px;
  }

  .header-utilities {
    gap: 8px;
  }

  .alvelus-language-switcher summary {
    justify-content: center;
    min-width: 44px;
  }

  .hero {
    min-height: max(80svh, 720px);
  }

  .hero-image {
    object-position: 58% center;
  }

  .hero-content {
    padding-bottom: calc(13.55vw + 40px);
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: clamp(62px, 19vw, 92px);
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    max-width: 280px;
  }

  .alvelus-button {
    width: 100%;
  }

  .section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .story h2,
  .visit h2,
  .content-shell h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .story {
    padding-bottom: 58px;
    padding-top: 62px;
  }

  .story-grid {
    row-gap: 30px;
  }

  .story h2 {
    max-width: 13ch;
  }

  .story-body p + p {
    margin-top: 18px;
  }

  .estate-notes {
    grid-template-columns: 1fr;
    margin-top: 4px;
  }

  .estate-notes__contour {
    margin-bottom: 6px;
  }

  .estate-notes article,
  .estate-notes article:first-child {
    padding: 20px 0;
  }

  .estate-notes article + article {
    border-left: 0;
    border-top: 1px solid var(--alvelus-line);
  }

  .estate-notes p {
    font-size: 2rem;
  }

  .editorial-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .editorial-page__header h1 {
    font-size: clamp(52px, 17vw, 76px);
  }

  .history-opening {
    padding-left: 18px;
    padding-right: 18px;
  }

  .history-opening h1 {
    font-size: clamp(4rem, 21vw, 6.4rem);
  }

  .history-opening__inner {
    gap: 52px;
  }

  .history-chapter__copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .history-chapter__copy h2 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .history-chapter--winery .history-chapter__copy {
    padding-left: 18px;
    padding-right: 18px;
  }

  .history-chapter--winery .history-chapter__copy h2 {
    font-size: clamp(2.9rem, 14vw, 4.5rem);
  }

  .history-cellar {
    padding-top: 42px;
  }

  .history-cellar__lead .history-chapter__copy {
    padding-left: 18px;
  }

  .history-cellar__image--detail {
    aspect-ratio: 4 / 3;
    margin-top: 18px;
  }

  .history-closing__inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .history-closing h2 {
    font-size: clamp(3rem, 15vw, 5rem);
  }

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

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .contact-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .contact-introduction h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .contact-routes {
    grid-template-columns: 1fr;
  }

  .contact-route,
  .contact-route:first-child,
  .contact-route:nth-child(3),
  .contact-route:last-child {
    border-left: 0;
    padding: 30px 0;
  }

  .contact-route + .contact-route {
    border-left: 0;
    border-top: 1px solid var(--alvelus-line);
  }

  .contact-route__media {
    height: 112px;
  }

  .contact-map img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 48% center;
  }

  .contact-map__caption {
    grid-template-columns: 1fr;
  }

  .contact-map__caption > span {
    grid-column: auto;
    grid-row: auto;
  }

  .contact-map__caption a {
    justify-self: stretch;
    min-height: 44px;
    text-align: center;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form__field,
  .contact-form__field--topic,
  .contact-form__field--message,
  .contact-form__actions,
  .contact-form__status {
    grid-column: 1;
  }

  .contact-form__actions {
    grid-template-columns: 1fr;
  }

  .contact-form__actions button {
    justify-self: stretch;
    width: 100%;
  }
}

@media (max-width: 380px) {
  .site-header {
    gap: 8px;
    grid-template-columns: auto auto 1fr;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand > span:last-child {
    display: none;
  }

  .brand-mark {
    flex-basis: 48px;
    width: 48px;
  }

  .menu-toggle {
    justify-self: start;
  }

  .header-utilities {
    gap: 4px;
  }

  .alvelus-language-switcher summary {
    min-width: 36px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .contact-route__icon {
    transition: none;
  }

  .contact-route:hover .contact-route__icon,
  .contact-route:focus-visible .contact-route__icon {
    transform: none;
  }

  .contact-form__field--topic.is-route-selected select {
    animation: none;
  }
}
