:root {
  color-scheme: dark;
  --ink: #f7efe2;
  --muted: #c9bba7;
  --faint: rgba(247, 239, 226, 0.72);
  --charcoal: #15100c;
  --smoke: #201812;
  --pan: #2d2118;
  --brass: #d8a85a;
  --sage: #92a271;
  --cream: #fff8ea;
  --line: rgba(247, 239, 226, 0.16);
  --shadow: rgba(0, 0, 0, 0.45);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(146, 162, 113, 0.14), transparent 32rem),
    linear-gradient(180deg, #120e0a 0%, #1a130e 48%, #0f0b08 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

body::selection {
  color: #160f09;
  background: var(--brass);
}

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

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  color: var(--cream);
  background: linear-gradient(180deg, rgba(12, 8, 5, 0.78), rgba(12, 8, 5, 0));
}

.brand,
.nav-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.55rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  letter-spacing: 0;
}

.brand-mark {
  width: 0.82rem;
  height: 0.82rem;
  border: 1px solid rgba(255, 248, 234, 0.9);
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 46%, rgba(216, 168, 90, 0.95) 48% 56%, transparent 58%),
    rgba(146, 162, 113, 0.28);
}

.nav-links {
  gap: clamp(0.7rem, 3vw, 1.3rem);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 248, 234, 0.74);
}

.nav-links a {
  padding: 0.35rem 0;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--cream);
}

.hero {
  position: relative;
  min-height: 84svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 7.5rem clamp(1rem, 5vw, 4rem) 4rem;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("assets/hero-kitchen.jpg");
  background-size: cover;
  background-position: 61% center;
  transform: scale(1.01);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(13, 9, 6, 0.9) 0%, rgba(13, 9, 6, 0.72) 38%, rgba(13, 9, 6, 0.18) 72%),
    linear-gradient(180deg, rgba(13, 9, 6, 0.1) 0%, rgba(13, 9, 6, 0.18) 54%, rgba(13, 9, 6, 0.88) 100%);
}

.hero-content {
  width: min(100%, 42rem);
  margin-inline: auto;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--brass);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 0.6rem;
  font-size: clamp(4rem, 17vw, 8.7rem);
  line-height: 0.88;
}

.tagline {
  margin-bottom: 1rem;
  color: var(--cream);
  font-size: clamp(1.28rem, 5vw, 2.15rem);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.intro {
  max-width: 34rem;
  margin-bottom: 1.6rem;
  color: var(--faint);
  font-size: clamp(1rem, 2.8vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.button {
  display: inline-flex;
  min-height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.78rem 1.05rem;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 1rem 3rem var(--shadow);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(255, 248, 234, 0.48);
}

.button.primary {
  color: #1a120b;
  background: var(--cream);
}

.button.secondary {
  color: var(--cream);
  background: rgba(255, 248, 234, 0.08);
  backdrop-filter: blur(10px);
}

.intro-band,
.social-section,
.contact-section {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.intro-band {
  padding: clamp(2rem, 7vw, 4.4rem) 0 clamp(1.5rem, 6vw, 3rem);
}

.intro-band p {
  max-width: 56rem;
  margin-bottom: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 5vw, 3.2rem);
  line-height: 1.08;
}

.social-section {
  padding: clamp(2rem, 7vw, 4.5rem) 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  display: grid;
  gap: 0.25rem;
  margin-bottom: 1.2rem;
}

.section-heading h2,
.contact-section h2 {
  max-width: 44rem;
  margin-bottom: 0;
  font-size: clamp(1.75rem, 7vw, 4rem);
  line-height: 1;
}

.social-grid {
  display: grid;
  gap: 0.85rem;
}

.social-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 7.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.08), rgba(146, 162, 113, 0.05)),
    rgba(255, 248, 234, 0.03);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(216, 168, 90, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.12), rgba(146, 162, 113, 0.08)),
    rgba(255, 248, 234, 0.04);
}

.social-icon {
  display: inline-grid;
  width: 2.75rem;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  color: #17100a;
  background: var(--brass);
}

.social-icon svg {
  width: 1.28rem;
  height: 1.28rem;
  fill: currentColor;
}

.card-copy {
  display: grid;
  gap: 0.22rem;
}

.card-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.card-copy span {
  color: var(--muted);
  font-size: 0.95rem;
}

.arrow {
  color: var(--sage);
  font-size: 1.2rem;
}

.contact-section {
  padding: clamp(2.5rem, 8vw, 5rem) 0;
  border-top: 1px solid var(--line);
}

.email-link {
  display: inline-block;
  margin-top: 1.2rem;
  color: var(--cream);
  font-size: clamp(1.2rem, 5vw, 2.1rem);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(216, 168, 90, 0.72);
  text-underline-offset: 0.22em;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.2rem clamp(1rem, 5vw, 3rem) 1.8rem;
  border-top: 1px solid var(--line);
  color: rgba(247, 239, 226, 0.58);
  font-size: 0.85rem;
}

@media (max-width: 640px) {
  .site-header {
    align-items: flex-start;
  }

  .nav-links {
    gap: 0.55rem;
    max-width: 13.5rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    font-size: 0.67rem;
  }

  .hero {
    min-height: 82svh;
    padding-top: 6.3rem;
  }

  .hero-media {
    background-position: 67% center;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(13, 9, 6, 0.9), rgba(13, 9, 6, 0.48)),
      linear-gradient(180deg, rgba(13, 9, 6, 0.06) 0%, rgba(13, 9, 6, 0.32) 44%, rgba(13, 9, 6, 0.9) 100%);
  }

  .button {
    width: 100%;
  }

  .social-card {
    grid-template-columns: auto 1fr;
    align-items: start;
  }

  .arrow {
    display: none;
  }
}

@media (min-width: 370px) and (max-width: 640px) {
  .nav-links {
    flex: 0 0 auto;
    max-width: none;
  }
}

@media (min-width: 760px) {
  .hero-content {
    margin-left: max(0rem, calc((100vw - var(--max)) / 2));
  }

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

  .social-card {
    min-height: 15rem;
    align-items: start;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto 1fr;
  }

  .social-icon {
    grid-column: 1;
  }

  .card-copy {
    grid-column: 1 / -1;
    align-self: end;
  }

  .arrow {
    grid-column: 2;
    grid-row: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
