/*  Design tokens  */
:root {
  --charcoal: #1d1918;
  --wine-deep: #3a151d;
  --wine: #5a2530;
  --copper-soft: #c6906d;
  --cream: #efe5d7;
  --cream-soft: #f7f0e6;
  --ink: #251f1c;
  --serif: Georgia, "Times New Roman", serif;
  --sans:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  --cream-bright: #efe4d4;
  --copper-highlight: #b87954;
  --copper-pale: #d2a17d;
  --cream-display: #f1e3d1;
}

/*  Reset and base styles  */
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
img {
  display: block;
  width: 100%;
}
a {
  color: inherit;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: var(--sans);
  background: #151111;
  text-rendering: optimizeLegibility;
}

/*  Typography and shared components  */
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: white;
  padding: 12px 16px;
}
.skip-link:focus {
  top: 16px;
}
.eyebrow {
  margin: 0 0 20px;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: var(--copper-soft);
}
.eyebrow-dark {
  color: var(--wine);
}
h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  margin: 0;
}
.button {
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 2px;
  color: inherit;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}
.button-light {
  border-color: rgba(247, 240, 230, 0.55);
  color: var(--cream-soft);
}
.button-light:hover {
  background: var(--cream-soft);
  color: var(--wine-deep);
}
.intro-copy p:not(.eyebrow),

.instagram-copy p:not(.eyebrow) {
  color: rgba(239, 228, 212, 0.85);
  font-weight: 400;
  line-height: 1.6;
}
.intro-copy h2 {
  max-width: 700px;
  color: #33191e;
  font-size: clamp(2.55rem, 4.1vw, 4.95rem);
  line-height: 1.02;
}
.hero .eyebrow {
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.28);
  color: var(--copper-pale);
  margin-bottom: 16px;
}
.hero-primary {
  background: var(--copper-highlight);
  color: #fff7ef;
  box-shadow: 0 10px 28px rgba(94, 42, 35, 0.22);
}
.text-link {
  text-decoration: none;
  font-size: 0.82rem;
  border-bottom: 1px solid rgba(247, 240, 230, 0.45);
  padding-bottom: 4px;
  color: rgba(241, 227, 209, 0.78);
}
.intro-copy h2 {
  letter-spacing: 0;
}
.intro-copy p:not(.eyebrow) {
  margin: 28px 0 0;
  line-height: 1.78;
  font-size: 1.03rem;
  max-width: 620px;
  color: #5e5148;
}
.process-heading h2 {
  max-width: 760px;
  font-size: clamp(4rem, 5.7vw, 7rem);
  line-height: 0.94;
  letter-spacing: 0;
}
.instagram-copy h2 {
  line-height: 1.02;
  font-size: clamp(2.25rem, 3.4vw, 3.9rem);
  letter-spacing: 0;
}
.footer-brand h2 {
  margin-top: 20px;
  font-size: clamp(2.6rem, 4.2vw, 5rem);
  color: var(--cream-bright);
  letter-spacing: 0;
}
.hero h1 {
  line-height: 0.99;
  font-size: clamp(3.35rem, 5.45vw, 6.75rem);
  letter-spacing: 0;
  color: var(--cream-display);
  max-width: 680px;
}
.instagram-copy p:not(.eyebrow) {
  margin: 22px 0 24px;
  max-width: 520px;
}

/*  Header and navigation  */
.brand-main {
  font-family: var(--serif);
  font-size: 1.12rem;
}
.brand-sub {
  font-size: 0.65rem;
  opacity: 0.78;
}
.site-header nav {
  display: flex;
  gap: 28px;
}
.site-header nav a:hover,
.header-social:hover {
  opacity: 1;
}
.menu-toggle,
.nav-social {
  display: none;
}
.menu-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 0;
  align-items: center;
  justify-content: flex-end;
  border: 0;
  color: rgba(241, 227, 209, 0.85);
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: transparent;
  cursor: pointer;
  transition: color 0.25s ease;
}
.menu-toggle:hover {
  color: var(--cream-soft);
}
.menu-toggle:focus-visible,
.site-header a:focus-visible {
  outline: 1px solid var(--copper-soft);
  outline-offset: 4px;
}
.header-social {
  justify-self: end;
}
.site-header {
  padding: 0 clamp(24px, 5vw, 82px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  color: var(--cream);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 70px;
  background: rgba(18, 14, 14, 0.94);
  backdrop-filter: blur(14px);
  border-bottom-color: rgba(241, 227, 209, 0.075);
}
.brand {
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  justify-self: start;
  letter-spacing: 0.18em;
}
.site-header nav a,
.header-social {
  text-decoration: none;
  font-size: 0.82rem;
  opacity: 0.85;
  transition: opacity 0.25s ease;
  color: rgba(241, 227, 209, 0.78);
}

/*  Hero  */
.hero-primary {
  padding-inline: 20px;
}
.hero-primary:hover {
  background: var(--wine);
}
.hero-image-wrap {
  overflow: hidden;
  position: relative;
  background: #120d0d;
  min-height: min(760px, calc(100vh - 70px));
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(12, 9, 9, 0.02) 0%,
      rgba(12, 9, 9, 0.05) 58%,
      rgba(20, 16, 16, 0.38) 100%
    ),
    linear-gradient(0deg, rgba(12, 9, 9, 0.22), transparent 38%);
}
.hero-image-wrap img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  filter: saturate(0.86) contrast(1.04) brightness(0.92);
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}

.hero {
  display: grid;
  color: var(--cream-soft);
  grid-template-columns: minmax(430px, 0.96fr) minmax(520px, 1.04fr);
  background: linear-gradient(110deg, #141010 0%, #1d1717 54%, #120f0f 100%);
  min-height: min(780px, calc(100vh - 70px));
}
.hero-copy {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 560px;
  padding: clamp(68px, 6.4vw, 104px) clamp(44px, 6vw, 88px)
    clamp(44px, 5vw, 70px) clamp(42px, 5.8vw, 86px);
  justify-content: center;
  background:
    radial-gradient(
      circle at 18% 18%,
      rgba(120, 50, 58, 0.19),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(32, 25, 24, 0.96), rgba(18, 14, 14, 0.99));
}
.hero-lead {
  margin: 24px 0 0;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.68;
  color: rgba(241, 227, 209, 0.75);
  max-width: 560px;
}

/*  History and introduction  */
.section {
  padding: clamp(86px, 9vw, 140px) clamp(24px, 7vw, 108px);
}
.intro-figure {
  margin: 0;
  overflow: visible;
  align-self: center;
}


.quiet-strip {
  display: flex;
  align-items: center;
  padding: 0 clamp(24px, 5vw, 82px);
  color: rgba(239, 228, 212, 0.82);
  border-color: rgba(239, 228, 212, 0.035);
  border-top: 1px solid rgba(239, 228, 212, 0.025);
  border-bottom: 1px solid rgba(239, 228, 212, 0.025);
  min-height: 16px;
  background: linear-gradient(90deg, #171411, #201714 48%, #161312);
}
.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  border-top: 1px solid rgba(29, 25, 24, 0.16);
  box-shadow: inset 0 26px 48px rgba(29, 25, 24, 0.05);
  padding-bottom: clamp(48px, 4.4vw, 66px);
  gap: clamp(46px, 7vw, 104px);
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(255, 255, 255, 0.13),
      transparent 28%
    ),
    linear-gradient(115deg, #dac9b4 0%, #cdb79b 56%, #bfa382 100%);
  padding-top: clamp(68px, 7vw, 104px);
  position: relative;
  overflow: hidden;
}
.intro::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(20, 16, 16, 0.16), transparent 78%),
    radial-gradient(circle at 12% 90%, rgba(71, 42, 33, 0.12), transparent 32%);
}
.intro-copy,
.intro-figure {
  position: relative;
  z-index: 1;
}
.intro-figure img {
  object-fit: cover;
  object-position: 50% 58%;
  filter: saturate(0.78) contrast(1.08) brightness(0.9);
  height: clamp(430px, 48vw, 540px);

  box-shadow:
    0 18px 30px rgba(58, 35, 28, 0.18),
    0 42px 90px rgba(58, 35, 28, 0.22);

  transform: translateY(-10px);
}

/*  Process  */
.process {
  padding: clamp(64px, 6vw, 96px) clamp(24px, 5.6vw, 100px)
    clamp(56px, 7vw, 76px);
  color: var(--cream-soft);
  background: linear-gradient(
    180deg,
    rgba(18, 14, 14, 1) 0%,
    rgba(24, 18, 17, 1) 20%,
    rgba(30, 22, 20, 1) 68%,
    rgba(19, 15, 15, 1) 100%
  );
}
.process-inner {
  width: min(1660px, 100%);
  margin: 0 auto;
}
.process-heading {
  display: block;
}
.process-heading .eyebrow {
  margin-bottom: 18px;
}
.process-feature {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(44px, 5.5vw, 92px);
  align-items: start;
  margin-top: clamp(38px, 3.8vw, 56px);
  padding-top: clamp(30px, 3vw, 44px);
  border-top: 1px solid rgba(239, 228, 212, 0.1);
}
.process-feature-copy {
  max-width: 500px;
  padding-top: 8px;
}
.process-feature-copy h3 {
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 1;
}
.process-feature-copy p {
  max-width: 455px;
  margin: 22px 0 0;
  color: rgba(239, 228, 212, 0.85);
  font-size: clamp(1.05rem, 1.1vw, 1.15rem);
  line-height: 1.72;
}
.process-feature-media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(239, 228, 212, 0.045);
  background: #120e0e;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}
.process-feature-media img {
  height: auto;
  filter: saturate(0.84) brightness(0.91) contrast(1.04);
}
.process-moments {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(24px, 2.4vw, 36px);
  margin-top: clamp(54px, 5vw, 76px);
  padding-top: clamp(28px, 2.6vw, 40px);
  border-top: 1px solid rgba(239, 228, 212, 0.1);
}
.process-moment figure {
  margin: 0;
}
.process-moment img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) brightness(0.86) contrast(1.04);
}
.process-contact img {
  height: 560px;
  object-position: center 46%;
}
.process-contact .process-moment-copy {
  padding-top: 18px;
}
.process-stack {
  display: grid;
  grid-template-rows: auto auto;
  gap: clamp(24px, 2.4vw, 34px);
}
.process-care img {
  height: 255px;
  object-position: center 46%;
}
.process-care .process-moment-copy {
  padding-top: 16px;
}
.process-raw {
  display: grid;
  grid-template-columns: minmax(220px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 2.4vw, 34px);
  align-items: start;
  padding-top: clamp(22px, 2vw, 30px);
  border-top: 1px solid rgba(239, 228, 212, 0.075);
}
.process-raw img {
  height: 300px;
  object-position: center;
}
.process-moment-copy h3 {
  font-size: clamp(1.9rem, 2.2vw, 2.7rem);
  line-height: 1.06;
}
.process-moment-copy p {
  margin: 10px 0 0;
  color: rgba(239, 228, 212, 0.85);
  font-size: 0.96rem;
  line-height: 1.62;
}

/*  Wines  */
.wines-teaser {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  align-items: center;
  gap: clamp(64px, 8vw, 140px);
  color: var(--cream-bright);
  padding: clamp(70px, 7vw, 108px) clamp(38px, 6vw, 96px);
  background:
    radial-gradient(circle at 85% 20%, rgba(110, 48, 54, 0.15), transparent 28%),
    linear-gradient(120deg, #2b1b1a 0%, #211615 58%, #1a1312 100%);
  border-top: 1px solid rgba(239, 228, 212, 0.08);
  border-bottom: 1px solid rgba(239, 228, 212, 0.08);
}
@media (min-width: 1001px) {
  .wines-teaser {
    min-height: clamp(560px, 68vh, 680px);
  }
}
.wines-teaser .eyebrow-dark {
  margin-bottom: 22px;
  color: var(--copper-soft);
}
.wines-teaser h2 {
  max-width: 820px;
  color: var(--cream-display);
  font-size: clamp(3.4rem, 5.5vw, 6.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}
.wines-list {
  margin: 30px 0 0;
  color: rgba(239, 228, 212, 0.68);
  font-size: clamp(1rem, 1.2vw, 1.18rem);
  line-height: 1.7;
}
.wines-teaser-cta {
  align-self: center;
  padding-left: clamp(28px, 3vw, 52px);
  border-left: 1px solid rgba(239, 228, 212, 0.12);
}
.wines-teaser-kicker {
  margin: 0 0 12px;
  color: var(--copper-soft);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.wines-teaser-cta h3 {
  max-width: 360px;
  color: var(--cream-display);
  font-size: clamp(2rem, 2.8vw, 3.15rem);
  line-height: 1.05;
  letter-spacing: 0;
}
.wines-teaser-link {
  min-width: 250px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border: 1px solid rgba(239, 228, 212, 0.48);
  color: var(--cream-bright);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}
.wines-teaser-link:hover {
  border-color: var(--cream-soft);
  color: var(--wine-deep);
  background: var(--cream-soft);
}
.wines-teaser-link span:last-child {
  font-size: 1rem;
}

/*  Instagram  */
.instagram-gallery img {
  filter: saturate(0.8) brightness(0.86);
  height: clamp(290px, 31vw, 385px);
  object-fit: cover;
  object-position: center;
}
.instagram-gallery figure:last-child img {
  object-position: center 42%;
  filter: saturate(0.72) brightness(0.8) sepia(0.08);
}
.instagram-button {
  background: transparent;
  border-color: rgba(239, 228, 212, 0.38);
  color: var(--cream-bright);
  min-height: 46px;

  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.instagram-button:hover {
  background: var(--cream-bright);
  color: var(--wine-deep);
  border-color: var(--cream-bright);

  transform: translateY(-2px);

  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.18);
}

.instagram-button:active {
  transform: translateY(0);
}

.instagram-button:focus-visible {
  outline: 2px solid var(--copper-soft);
  outline-offset: 4px;
}
.instagram {
  display: grid;
  align-items: center;
  color: var(--cream-soft);
  gap: clamp(42px, 6vw, 88px);
  grid-template-columns: 0.78fr 1.22fr;
  background:
    radial-gradient(circle at 8% 16%, rgba(137, 75, 56, 0.12), transparent 34%),
    #151111;
  padding-top: clamp(58px, 5vw, 82px);
  padding-bottom: clamp(82px, 8vw, 124px);
}
.instagram-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 16px;
  align-items: center;
}
.instagram-gallery figure {
  margin: 0;
  overflow: hidden;
  height: clamp(290px, 31vw, 385px);
  border: 1px solid rgba(241, 227, 209, 0.055);
}

/*  Footer  */
.footer-brand > span {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  font-weight: 700;
}
.footer-brand p {
  max-width: 620px;
  color: rgba(247, 240, 230, 0.68);
  line-height: 1.68;
}
.footer-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
}
.footer-link {
  color: var(--cream-soft);
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(247, 240, 230, 0.35);
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.footer-link:hover {
  color: var(--copper-soft);
  border-color: var(--copper-soft);
  transform: translateX(3px);
}
.footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 30px;

  margin-top: 0;
  padding-top: 26px;

  border-top: 1px solid rgba(255, 255, 255, 0.13);

  color: rgba(247, 240, 230, 0.5);
  font-size: 0.7rem;
}
.footer-bottom a {
  color: inherit;
  text-decoration: none;
}
.footer-location {
  display: grid;
  gap: 7px;
}
.footer-address {
  color: rgba(247, 240, 230, 0.9);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.03em;
}
.footer-brand > span,
.footer-bottom {
  letter-spacing: 0.06em;
}
.site-footer {
  padding: 0 clamp(24px, 7vw, 108px) 78px;

  color: var(--cream-soft);

  background:
    linear-gradient(120deg, #32161c, #191313 74%);
}
.contact-section + .site-footer {
  padding-bottom: 62px;
}
@media (min-width: 701px) and (max-width: 1100px) {
  .contact-section + .site-footer .footer-bottom > a {
    margin-right: 76px;
  }
}
.whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 50;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  background: #1f9f58;
  box-shadow: 0 8px 24px rgba(20, 13, 13, 0.3);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}
.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.whatsapp-float:hover {
  background: #178748;
  transform: translateY(-2px);
}
.whatsapp-float:focus-visible {
  outline: 3px solid var(--cream-bright);
  outline-offset: 3px;
}
.contact-section {
  padding:
    clamp(90px, 8vw, 120px)
    clamp(24px, 7vw, 108px)
    clamp(64px, 5vw, 82px);

  color: var(--cream-soft);

  background:
    radial-gradient(
      circle at 12% 0%,
      rgba(184, 121, 84, 0.12),
      transparent 34%
    ),
    linear-gradient(120deg, #32161c, #191313 74%);
}
.contact-eyebrow {
  margin-bottom: 22px;
}

.contact-brand {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;

  margin-bottom: 14px;

  color: var(--cream-soft);
  letter-spacing: 0.18em;
}

.contact-brand-main {
  font-family: var(--serif);
  font-size: 1.3rem;
}

.contact-brand-sub {
  font-size: 0.65rem;
  opacity: 0.72;
}

.contact-section h2 {
  font-size: clamp(3.6rem, 4.8vw, 5.8rem);
}


/*  Responsive  */
@media (min-width: 1001px) {
  .intro {
    grid-template-columns: minmax(380px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(72px, 8vw, 130px);
  }

  .intro-copy h2 {
    max-width: 540px;
    font-size: clamp(3rem, 3.6vw, 4.25rem);
    line-height: 1.03;
  }

  .intro-copy p:not(.eyebrow) {
    max-width: 520px;
    font-size: 1rem;
  }
}
@media (min-width: 901px) {
  .intro-figure img {
    box-shadow:
      0 18px 30px rgba(58, 35, 28, 0.18),
      0 42px 90px rgba(58, 35, 28, 0.22);

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

  .brand-sub,
  .header-social {
    display: none;
  }

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

  .site-header .primary-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 18px clamp(24px, 5vw, 82px) 22px;
    display: none;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid rgba(241, 227, 209, 0.075);
    border-bottom: 1px solid rgba(241, 227, 209, 0.12);
    background: rgba(18, 14, 14, 0.98);
    backdrop-filter: blur(14px);
  }

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

  .site-header .primary-navigation a {
    padding: 14px 0;
    color: rgba(241, 227, 209, 0.88);
    font-size: 1rem;
    opacity: 1;
  }

  .site-header .primary-navigation .nav-social {
    margin-top: 12px;
    padding-top: 24px;
    display: block;
    border-top: 1px solid rgba(241, 227, 209, 0.12);
    color: var(--copper-soft);
    font-size: 0.84rem;
  }

  .intro,
  .instagram {
    grid-template-columns: 1fr;
  }

  .instagram-gallery img {
    height: 360px;
  }

  .hero-copy,
  .hero-image-wrap {
    width: 100%;
    min-width: 0;
  }

  .hero {
    min-width: 0;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-copy {
    padding-bottom: 48px;
    order: 1;
    min-height: auto;
    padding-top: 64px;
  }

  .hero-image-wrap {
    order: 2;
    min-height: 460px;
  }
  .process-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .process-contact img {
    height: 460px;
  }

  .process-stack {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

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

  .process-raw img {
    height: 320px;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image-wrap {
    min-height: 520px;
  }

  .hero-copy {
    padding: 64px 24px 44px;
    min-height: auto;
  }



  .quiet-strip {
    min-height: 14px;
  }

  .intro-figure img {
    height: 430px;
  }

  .instagram-gallery img {
    height: 300px;
  }

  .wines-teaser {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .wines-teaser-cta {
    padding-top: 32px;
    padding-left: 0;
    border-top: 1px solid rgba(239, 228, 212, 0.12);
    border-left: 0;
  }
}
@media (max-width: 700px) {
  .intro-figure {
    display: none;
  }

  .quiet-strip {
  padding: 0;
  min-height: 14px;
  }

  .site-header {
    min-height: 62px;
    padding: 0 18px;
  }

  .brand-main {
    font-size: 1rem;
  }

  .hero-lead {
    margin-top: 20px;
  }

  .button {
    width: 100%;
  }

  .text-link {
    align-self: flex-start;
  }

  .intro-figure img {
    height: 360px;
  }
  .hero-copy {
    min-height: auto;
    padding: 50px 44px 34px 22px;
  }

  .hero h1 {
    font-size: clamp(2.8rem, 13vw, 4.35rem);
    line-height: 1;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }

  .hero-image-wrap {
    min-height: 340px;
  }

  .intro {
    padding: 58px 22px;
  }

  .intro-copy h2,
  .instagram-copy h2,
  .footer-brand h2 {
    font-size: clamp(2.35rem, 11vw, 3.55rem);
    line-height: 1.04;
  }

  .wines-teaser {
    padding: 48px 22px 64px;
  }

  .instagram-gallery {
    grid-template-columns: 1fr;
  }

  .instagram-gallery figure,
  .instagram-gallery img {
    height: 290px;
  }
  .process {
    padding: 58px 22px 74px;
  }

  .process-heading h2 {
    font-size: clamp(3.1rem, 14vw, 4.4rem);
  }

  .process-feature {
    margin-top: 34px;
    padding-top: 28px;
  }

  .process-feature-copy h3 {
    font-size: 1.9rem;
    line-height: 1.06;
  }

  .process-moments {
    margin-top: 50px;
    padding-top: 26px;
  }

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

  .process-contact img,
  .process-care img,
  .process-raw img {
    height: 290px;
  }

  .wines-teaser h2 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .wines-teaser-link {
    width: 100%;
  }

  .instagram {
    padding: 66px 22px 60px;
  }

  .site-footer {
    padding: 0 22px calc(76px + env(safe-area-inset-bottom));
}

  .contact-section + .site-footer {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
.footer-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.footer-link {
  align-self: flex-start;
}
.contact-section {
    padding: 72px 22px 70px;
  }

  .contact-section h2 {
    margin-top: 12px;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.04;
  }

  .contact-section p {
    margin-top: 22px;
    line-height: 1.65;
  }

  .contact-section .footer-actions {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }
  .wines-teaser-link {
  width: auto;
  min-width: 0;
  min-height: auto;

  padding: 0 0 5px;
  margin-top: 24px;

  border: 0;
  border-bottom: 1px solid rgba(239, 228, 212, 0.4);
}

  .contact-section .footer-link {
    align-self: flex-start;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 17px;
    margin-top: 2px;
    padding-top: 22px;
  }

  .footer-bottom a {
    justify-self: start;
  }
}
/*  Accessibility and reduced motion  */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

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