:root {
  --ink: #1f2421;
  --muted: #646a63;
  --paper: #fbfaf6;
  --stone: #e9e0d2;
  --olive: #596b48;
  --sage: #a9b39a;
  --clay: #a66549;
  --charcoal: #252722;
  --white: #ffffff;
  --line: rgba(31, 36, 33, 0.14);
  --shadow: 0 24px 70px rgba(35, 33, 27, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 76px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 13, 10, 0.62), rgba(10, 13, 10, 0.08));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 236px;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 15px;
  line-height: 1.2;
}

.brand small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 3vw, 32px);
  font-size: 14px;
  font-weight: 600;
}

.main-nav a,
.nav-cta {
  transition: opacity 160ms ease, background 160ms ease;
}

.main-nav a:hover,
.nav-cta:hover {
  opacity: 0.78;
}

.nav-cta {
  min-width: 96px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.hero {
  position: relative;
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  color: var(--white);
}

.hero img,
.hero-shade,
.hero-content {
  grid-area: 1 / 1;
}

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

.hero-shade {
  background:
    linear-gradient(90deg, rgba(18, 20, 17, 0.78) 0%, rgba(18, 20, 17, 0.46) 42%, rgba(18, 20, 17, 0.06) 100%),
    linear-gradient(0deg, rgba(18, 20, 17, 0.54), rgba(18, 20, 17, 0.04) 40%);
}

.hero-content {
  align-self: end;
  width: min(780px, 92vw);
  padding: 150px clamp(18px, 6vw, 76px) 72px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #eac6a5;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 720px;
  font-size: clamp(52px, 8vw, 104px);
}

h2 {
  color: var(--charcoal);
  font-size: clamp(34px, 4.8vw, 64px);
}

h3 {
  margin: 0 0 8px;
  color: var(--charcoal);
  font-size: 21px;
  line-height: 1.2;
}

.hero-content p:not(.eyebrow) {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2vw, 22px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  color: var(--white);
  background: var(--olive);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.08);
}

.section {
  padding: clamp(72px, 9vw, 132px) clamp(18px, 5vw, 72px);
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: end;
  background: var(--paper);
}

.intro > p,
.service-copy p,
.visit-panel p,
.collection-card p,
.service-list p {
  margin: 0;
  color: var(--muted);
}

.intro > p {
  font-size: clamp(18px, 2vw, 22px);
}

.collections {
  background: var(--stone);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 820px;
}

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

.collection-card {
  overflow: hidden;
  border: 1px solid rgba(31, 36, 33, 0.12);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: 0 18px 48px rgba(58, 51, 42, 0.08);
}

.collection-card img {
  width: 100%;
  aspect-ratio: 1.3 / 1;
  object-fit: cover;
}

.collection-card div {
  padding: 22px;
}

.service {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  background: var(--paper);
}

.service-copy {
  position: sticky;
  top: 110px;
}

.service-copy p {
  margin-top: 24px;
  font-size: 18px;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 6px 18px;
  padding: 28px 0;
  border-top: 1px solid var(--line);
}

.service-list div:last-child {
  border-bottom: 1px solid var(--line);
}

.service-list span {
  grid-row: span 2;
  color: var(--clay);
  font-weight: 800;
}

.founders {
  background: #f2eee6;
}

.founders-card {
  display: grid;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  max-width: 1060px;
  margin: 0 auto;
}

.founders-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.founders-card h2 {
  max-width: 760px;
}

.founders-card p:not(.eyebrow) {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 21px);
}

.visit {
  background:
    linear-gradient(110deg, rgba(31, 36, 33, 0.9), rgba(31, 36, 33, 0.74)),
    url("assets/dining.png") center / cover;
}

.visit-panel {
  width: min(840px, 100%);
  margin-left: auto;
  padding: clamp(32px, 5vw, 64px);
  border-radius: 8px;
  color: var(--white);
  background: rgba(251, 250, 246, 0.94);
  box-shadow: var(--shadow);
}

.visit-panel h2 {
  color: var(--charcoal);
}

.visit-panel p {
  margin-top: 18px;
  font-size: 18px;
}

.visit-panel .business-note {
  margin: -8px 0 26px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.contact-grid div {
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.contact-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contact-grid strong {
  display: block;
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.35;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.78);
  background: var(--charcoal);
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.site-footer small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.site-footer a {
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

@media (max-width: 900px) {
  .site-header {
    min-height: 70px;
    color: var(--ink);
    background: rgba(251, 250, 246, 0.94);
    box-shadow: 0 8px 30px rgba(31, 36, 33, 0.08);
  }

  .brand small,
  .main-nav {
    display: none;
  }

  .brand-mark {
    border-color: rgba(31, 36, 33, 0.3);
  }

  .nav-cta {
    border-color: rgba(31, 36, 33, 0.24);
  }

  .hero {
    min-height: 88svh;
  }

  .hero-content {
    padding-top: 120px;
    padding-bottom: 54px;
  }

  .intro,
  .service,
  .founders-card,
  .collection-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .service-copy {
    position: static;
  }

  .founders-card img {
    max-width: 380px;
  }
}

@media (max-width: 560px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    max-width: 170px;
    font-size: 13px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-cta {
    min-width: auto;
    padding: 9px 14px;
  }

  h1 {
    font-size: 46px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .section-heading {
    display: block;
  }

  .service-list div {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .site-footer {
    display: block;
  }

  .footer-links {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .site-footer a {
    display: inline-block;
  }
}
