:root {
  --forest: #34402d;
  --forest-deep: #20271d;
  --forest-soft: #526146;
  --cream: #f7f3ea;
  --paper: #fffdf7;
  --linen: #ebe4d7;
  --gold: #b9a263;
  --gold-soft: #dfd1a5;
  --ink: #1d211a;
  --muted: #6e705f;
  --shadow: 0 24px 70px rgba(33, 39, 29, 0.16);
  --radius-lg: 2rem;
  --radius-md: 1.25rem;
  --container: min(1120px, calc(100% - 2rem));
  --serif: "Cormorant Garamond", Georgia, serif;
  --script: "Parisienne", cursive;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(185, 162, 99, 0.16), transparent 34rem),
    linear-gradient(180deg, var(--paper), var(--cream));
  font-family: var(--sans);
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(52, 64, 45, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(52, 64, 45, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
}

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

video {
  background: var(--forest-deep);
}

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -10rem;
  z-index: 100;
  background: var(--forest);
  color: var(--paper);
  padding: 0.75rem 1rem;
  border-radius: 999px;
  transition: top 180ms ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  width: var(--container);
  margin: 0.9rem auto 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(185, 162, 99, 0.26);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 16px 40px rgba(32, 39, 29, 0.08);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  text-decoration: none;
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(185, 162, 99, 0.35);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}

.site-nav a {
  padding: 0.68rem 0.9rem;
  color: var(--forest-deep);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 999px;
  transition: background 180ms ease, color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--paper);
  background: var(--forest);
  outline: none;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(52, 64, 45, 0.18);
  border-radius: 50%;
  background: var(--paper);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--forest-deep);
}

.section {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--forest-deep);
  font-family: var(--serif);
  line-height: 0.98;
}

h1 {
  max-width: 11ch;
  margin-bottom: 1.25rem;
  font-size: clamp(3.75rem, 9.2vw, 8.05rem);
  font-weight: 500;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 1.05rem;
  font-size: clamp(2.75rem, 6vw, 5.2rem);
  font-weight: 500;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 0.35rem;
  font-size: clamp(1.5rem, 2vw, 1.95rem);
  font-weight: 700;
}

p {
  color: var(--muted);
  font-size: 1rem;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(330px, 0.9fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: calc(100svh - 92px);
  padding-top: clamp(3rem, 7vw, 5.5rem);
}

.hero__lead {
  max-width: 58ch;
  margin-bottom: 2rem;
  color: var(--forest-soft);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.3;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button--primary {
  color: var(--paper);
  background: var(--forest);
  box-shadow: 0 14px 28px rgba(52, 64, 45, 0.2);
}

.button--secondary {
  color: var(--forest-deep);
  background: rgba(255, 253, 247, 0.64);
  border-color: rgba(185, 162, 99, 0.34);
}


.icon {
  width: 1.05em;
  height: 1.05em;
  flex: 0 0 auto;
  fill: currentColor;
}

.button .icon {
  margin-left: 0.55rem;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.hero__details {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.hero__details span {
  padding: 0.42rem 0.72rem;
  border: 1px solid rgba(185, 162, 99, 0.28);
  border-radius: 999px;
  background: rgba(255, 253, 247, 0.62);
  color: var(--forest-soft);
  font-size: 0.78rem;
  font-weight: 700;
}

.hero__media {
  position: relative;
  min-height: 620px;
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 12% 5% 0 0;
  border: 1px solid rgba(185, 162, 99, 0.38);
  border-radius: 999px 999px 2.5rem 2.5rem;
  background: linear-gradient(180deg, rgba(223, 209, 165, 0.18), rgba(52, 64, 45, 0.1));
}

.hero__image {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.hero__image--main {
  right: 8%;
  top: 5%;
  width: min(78%, 430px);
  aspect-ratio: 4 / 5.6;
  border-radius: 999px 999px 2rem 2rem;
}

.hero__image--float {
  left: 0;
  bottom: 8%;
  width: min(47%, 250px);
  aspect-ratio: 1;
  border: 10px solid var(--paper);
  border-radius: 50%;
}

.intro-strip {
  width: var(--container);
  margin: -1.5rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(185, 162, 99, 0.25);
  border-radius: var(--radius-lg);
  background: rgba(185, 162, 99, 0.25);
  box-shadow: var(--shadow);
}

.intro-strip div {
  padding: 1.35rem;
  background: rgba(255, 253, 247, 0.9);
}

.intro-strip strong,
.intro-strip span {
  display: block;
}

.intro-strip strong {
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.05;
}

.intro-strip span {
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.split,
.service,
.location,
.feature {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
}

.section-copy p,
.service__content > p,
.location__copy > p,
.feature__copy > p {
  max-width: 62ch;
  font-size: 1.04rem;
}

.menu-card {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid rgba(185, 162, 99, 0.32);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 247, 0.9);
  box-shadow: var(--shadow);
}

.menu-card__topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid rgba(185, 162, 99, 0.28);
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 700;
}

.menu-card__topline span {
  font-family: var(--script);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 400;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.4rem;
}

.menu-grid article {
  padding: 0.95rem;
  border-radius: 1rem;
  background: rgba(247, 243, 234, 0.68);
}

.menu-grid p,
.menu-note {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  font-style: italic;
  line-height: 1.25;
}

.menu-note {
  margin-top: 1.4rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(185, 162, 99, 0.28);
  color: var(--forest-soft);
  text-align: center;
}

.section--cream {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - 1120px) / 2));
  background: linear-gradient(135deg, rgba(52, 64, 45, 0.95), rgba(32, 39, 29, 0.96));
}

.feature__image-wrap {
  position: relative;
}

.feature__image-wrap::after {
  content: "";
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  z-index: 0;
  border: 1px solid rgba(223, 209, 165, 0.38);
  border-radius: var(--radius-lg);
}

.feature__image-wrap img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  margin: 0 auto;
  border-radius: var(--radius-lg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.feature h2,
.feature p {
  color: var(--paper);
}

.feature .eyebrow,
.text-link {
  color: var(--gold-soft);
}

.text-link {
  display: inline-flex;
  margin-top: 0.4rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.service__card {
  margin: 0;
  padding: 0.85rem;
  border: 1px solid rgba(185, 162, 99, 0.28);
  border-radius: var(--radius-lg);
  background: rgba(255, 253, 247, 0.72);
  box-shadow: var(--shadow);
}

.service__card img {
  border-radius: calc(var(--radius-lg) - 0.55rem);
}

.steps {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem;
  border: 1px solid rgba(185, 162, 99, 0.25);
  border-radius: 1rem;
  background: rgba(255, 253, 247, 0.68);
}

.step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: var(--paper);
  background: var(--forest);
  font-family: var(--serif);
  font-weight: 700;
}

.step p {
  margin: 0;
  color: var(--forest-soft);
  font-weight: 600;
}

.gallery-section {
  padding-top: 1rem;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 2rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 0.78fr 0.78fr 1fr;
  gap: 1rem;
  align-items: stretch;
}

.gallery-grid img,
.gallery-grid video {
  width: 100%;
  min-height: 420px;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.gallery-grid img:first-child,
.gallery-grid img:last-child {
  min-height: 500px;
}

.location {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
}

.location-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
  margin: 1.6rem 0;
}

.location-cards article {
  padding: 1.1rem;
  border: 1px solid rgba(185, 162, 99, 0.3);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 247, 0.76);
}

.location-cards span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.location-cards strong {
  color: var(--forest-deep);
  font-family: var(--serif);
  font-size: 1.5rem;
  line-height: 1.08;
}

.location__images {
  display: grid;
  grid-template-columns: 1fr 0.86fr;
  gap: 1rem;
  align-items: center;
}

.location__images img {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.location__images img:nth-child(2) {
  transform: translateY(2rem);
}

.visit {
  width: var(--container);
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  padding: clamp(3rem, 6vw, 5rem) 1.5rem;
  border-radius: clamp(2rem, 5vw, 4rem);
  background:
    linear-gradient(rgba(32, 39, 29, 0.78), rgba(32, 39, 29, 0.82)),
    url("../assets/images/coffee-1.jpg") center / cover;
  text-align: center;
  box-shadow: var(--shadow);
}

.visit__inner {
  max-width: 730px;
  margin: 0 auto;
}

.visit img {
  width: 96px;
  height: 96px;
  margin: 0 auto 1.2rem;
  object-fit: cover;
  border: 2px solid rgba(223, 209, 165, 0.5);
  border-radius: 50%;
}

.visit h2,
.visit p {
  color: var(--paper);
}

.visit .hero__actions {
  justify-content: center;
  margin: 2rem 0 0;
}

.visit .button--secondary {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.24);
}

.site-footer {
  width: var(--container);
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-align: center;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer p {
  margin: 0;
  font-size: inherit;
}

.site-footer a {
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    align-items: center;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 0;
    right: 0;
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem;
    border: 1px solid rgba(185, 162, 99, 0.26);
    border-radius: 1.5rem;
    background: rgba(255, 253, 247, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    text-align: center;
  }

  .hero,
  .split,
  .service,
  .location,
  .feature {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    max-width: 9.6ch;
  }

  .hero__media {
    min-height: 560px;
  }

  .intro-strip,
  .location-cards {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-grid img,
  .gallery-grid video,
  .gallery-grid img:first-child,
  .gallery-grid img:last-child {
    min-height: 380px;
  }

  .location__images img:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 620px) {
  :root {
    --container: min(100% - 1.1rem, 1120px);
  }

  .site-header {
    min-height: 64px;
    padding: 0.55rem 0.65rem;
  }

  .brand-mark span {
    display: none;
  }

  .brand-mark img {
    width: 46px;
    height: 46px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(3.3rem, 16.5vw, 4.95rem);
  }

  h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .hero__lead {
    font-size: 1.25rem;
  }

  .button {
    width: 100%;
  }

  .hero__details span {
    width: 100%;
    text-align: center;
  }

  .hero__media {
    min-height: 440px;
  }

  .hero__image--main {
    width: 86%;
    right: 0;
  }

  .hero__image--float {
    width: 44%;
    border-width: 7px;
  }

  .intro-strip {
    margin-top: 0;
  }

  .menu-card__topline {
    display: block;
    font-size: 1.75rem;
  }

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

  .gallery-grid img,
  .gallery-grid video,
  .gallery-grid img:first-child,
  .gallery-grid img:last-child {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .visit {
    padding-inline: 1rem;
  }

  .site-footer {
    text-align: center;
  }
}

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

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