@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}

:root {
  --brown: #4c2412;
  --brown-deep: #2b130a;
  --brown-soft: #75442d;
  --cream: #f5f0e8;
  --cream-light: #fbf8f2;
  --silver: #d8d5d1;
  --rose: #d9c2ba;
  --ink: #2a211d;
  --line: rgba(76, 36, 18, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream-light);
  color: var(--ink);
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}

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

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.announcement {
  align-items: center;
  background: var(--brown-deep);
  color: var(--cream-light);
  display: flex;
  font-size: 0.7rem;
  justify-content: space-between;
  letter-spacing: 0.12em;
  min-height: 36px;
  padding: 6px clamp(22px, 5vw, 78px);
  text-transform: uppercase;
}

.announcement p {
  margin: 0;
}

.announcement a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.site-header {
  align-items: center;
  background: rgba(251, 248, 242, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 88px;
  padding: 12px clamp(22px, 5vw, 78px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  justify-self: start;
}

.brand img {
  height: 50px;
  mix-blend-mode: multiply;
  width: 50px;
}

.brand span {
  display: grid;
  line-height: 0.9;
}

.brand strong,
.footer-brand strong {
  color: var(--brown);
  font-family: Arial Black, "Arial Narrow", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand small {
  color: var(--brown);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.44em;
  margin-top: 7px;
}

.desktop-nav {
  display: flex;
  gap: clamp(22px, 3vw, 46px);
}

.desktop-nav a {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  position: relative;
  text-transform: uppercase;
}

.desktop-nav a::after {
  background: var(--brown);
  bottom: -6px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
  width: 100%;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 14px;
  justify-content: center;
  letter-spacing: 0.12em;
  min-height: 50px;
  padding: 14px 24px;
  text-transform: uppercase;
  transition: background 220ms ease, color 220ms ease, transform 220ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  background: var(--brown);
  color: #fff;
  justify-self: end;
}

.button-primary {
  background: var(--brown);
  color: #fff;
}

.button-primary:hover,
.button-dark:hover {
  background: var(--brown-deep);
}

.button-outline {
  border: 1px solid var(--brown);
  color: var(--brown);
}

.button-outline:hover {
  background: var(--brown);
  color: #fff;
}

.button-light {
  background: var(--cream-light);
  color: var(--brown-deep);
}

.mobile-menu {
  display: none;
  justify-self: end;
  position: relative;
}

.mobile-menu summary {
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  list-style: none;
  text-transform: uppercase;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  background: var(--cream-light);
  border: 1px solid var(--line);
  display: grid;
  min-width: 210px;
  padding: 18px;
  position: absolute;
  right: 0;
  top: 35px;
}

.mobile-menu nav a {
  border-bottom: 1px solid var(--line);
  font-size: 0.76rem;
  padding: 12px 4px;
  text-transform: uppercase;
}

.hero {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: calc(100vh - 124px);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  padding: clamp(64px, 8vw, 126px) clamp(28px, 7vw, 112px);
  padding-right: clamp(34px, 5vw, 82px);
}

.eyebrow {
  color: var(--brown-soft);
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  margin: 0 0 24px;
  text-transform: uppercase;
}

h1,
h2 {
  color: var(--brown-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  margin: 0;
}

h1 {
  font-size: clamp(4rem, 6.4vw, 7.6rem);
}

h2 {
  font-size: clamp(3.3rem, 5.1vw, 6.25rem);
}

h1 em,
h2 em {
  color: var(--brown-soft);
  display: block;
  font-weight: 400;
}

.hero-intro {
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.9;
  margin: 38px 0 32px;
  max-width: 590px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.text-link {
  border-bottom: 1px solid var(--brown);
  color: var(--brown);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.hero-meta {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 58px;
  margin-top: 54px;
  padding-top: 24px;
}

.hero-meta div {
  display: grid;
  gap: 3px;
}

.hero-meta span {
  color: var(--brown-soft);
  font-size: 0.62rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-meta strong {
  font-family: Georgia, serif;
  font-size: 1rem;
  font-weight: 400;
}

.hero-visual {
  background: var(--brown);
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.hero-visual > img {
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  width: 100%;
}

.hero-visual::after {
  background: linear-gradient(145deg, rgba(43, 19, 10, 0.12), rgba(43, 19, 10, 0.48));
  content: "";
  inset: 0;
  position: absolute;
}

.facet {
  border: 1px solid rgba(255, 255, 255, 0.55);
  position: absolute;
  transform: rotate(45deg);
  z-index: 2;
}

.facet-one {
  height: 220px;
  right: -90px;
  top: 80px;
  width: 220px;
}

.facet-two {
  bottom: -130px;
  height: 360px;
  left: -170px;
  width: 360px;
}

.hero-badge {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(245, 240, 232, 0.9);
  bottom: 36px;
  display: flex;
  gap: 14px;
  padding: 14px 20px;
  position: absolute;
  right: 36px;
  z-index: 3;
}

.hero-badge img {
  height: 52px;
  mix-blend-mode: multiply;
  width: 52px;
}

.hero-badge span {
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 0.94rem;
  line-height: 1.2;
}

.marquee {
  background: var(--brown);
  color: #fff;
  overflow: hidden;
  padding: 17px 0;
  white-space: nowrap;
}

.marquee div {
  align-items: center;
  display: flex;
  font-size: 0.7rem;
  gap: 32px;
  justify-content: center;
  letter-spacing: 0.2em;
}

.marquee b {
  color: var(--rose);
  font-size: 0.55rem;
}

.section {
  padding: clamp(86px, 10vw, 150px) clamp(26px, 7vw, 112px);
}

.story {
  background: var(--cream-light);
  display: grid;
  gap: clamp(56px, 9vw, 150px);
  grid-template-columns: 0.95fr 1.05fr;
}

.story-visual {
  align-self: center;
  position: relative;
}

.image-frame {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  position: relative;
}

.image-frame::before {
  border: 1px solid rgba(255, 255, 255, 0.6);
  content: "";
  inset: 22px;
  position: absolute;
  z-index: 2;
}

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

.image-note {
  background: var(--cream);
  bottom: -35px;
  color: var(--brown);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 18px 28px;
  position: absolute;
  right: -35px;
  text-transform: uppercase;
}

.image-note span {
  display: block;
  font-family: Georgia, serif;
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1;
}

.story-copy {
  align-self: center;
  max-width: 680px;
}

.story-copy > p:not(.eyebrow) {
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.95;
  max-width: 620px;
}

.story-copy h2 {
  margin-bottom: 42px;
}

.story-copy .text-link {
  display: inline-block;
  margin-top: 22px;
}

.menu-section {
  background: var(--cream);
}

.section-heading {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.section-heading .button {
  flex: 0 0 auto;
  margin-bottom: 8px;
}

.menu-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
}

.menu-card {
  min-height: 390px;
  padding: 34px clamp(24px, 3vw, 46px);
  position: relative;
  transition: background 250ms ease, color 250ms ease;
}

.menu-card + .menu-card {
  border-left: 1px solid var(--line);
}

.menu-card:hover {
  background: var(--brown);
  color: #fff;
}

.menu-card-top {
  align-items: center;
  color: var(--brown-soft);
  display: flex;
  font-size: 0.67rem;
  justify-content: space-between;
  letter-spacing: 0.16em;
}

.diamond-glyph {
  font-family: Georgia, serif;
  font-size: 1.9rem;
}

.menu-card h3 {
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: clamp(2.5rem, 3.3vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
  margin: 84px 0 22px;
}

.menu-card p {
  font-size: 0.92rem;
  line-height: 1.8;
  max-width: 360px;
}

.menu-card small {
  bottom: 30px;
  color: var(--brown-soft);
  font-size: 0.63rem;
  left: clamp(24px, 3vw, 46px);
  letter-spacing: 0.12em;
  position: absolute;
  text-transform: uppercase;
}

.menu-card:hover h3,
.menu-card:hover small,
.menu-card:hover .menu-card-top {
  color: #fff;
}

.menu-previews {
  margin-top: 42px;
}

.menu-previews details {
  border-bottom: 1px solid var(--line);
}

.menu-previews summary {
  align-items: center;
  color: var(--brown);
  cursor: pointer;
  display: flex;
  font-family: Georgia, serif;
  font-size: clamp(1.4rem, 2.2vw, 2.15rem);
  justify-content: space-between;
  list-style: none;
  padding: 24px 0;
}

.menu-previews summary::-webkit-details-marker {
  display: none;
}

.menu-previews summary span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.menu-previews details > img {
  margin: 16px auto 42px;
  max-width: 950px;
  width: 100%;
}

.menu-images {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  margin: 16px 0 42px;
}

.order-banner {
  align-items: flex-end;
  background: var(--brown-deep);
  color: #fff;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 0.8fr;
  padding: clamp(82px, 9vw, 132px) clamp(26px, 7vw, 112px);
  position: relative;
}

.order-banner::before {
  border: 1px solid rgba(255, 255, 255, 0.13);
  content: "◇";
  font-family: Georgia, serif;
  font-size: 11rem;
  height: 260px;
  line-height: 230px;
  opacity: 0.28;
  position: absolute;
  right: 6%;
  text-align: center;
  top: -80px;
  transform: rotate(45deg);
  width: 260px;
}

.order-banner .eyebrow {
  color: var(--rose);
}

.order-banner h2,
.order-banner h2 em {
  color: #fff;
}

.order-banner-action {
  position: relative;
  z-index: 2;
}

.order-banner-action p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.9;
  margin: 0 0 28px;
  max-width: 440px;
}

.visit {
  background: var(--cream-light);
  display: grid;
  gap: 90px;
  grid-template-columns: 0.85fr 1.15fr;
}

.visit-intro h2 {
  font-size: clamp(3.5rem, 5.4vw, 6.5rem);
}

.visit-details {
  border-top: 1px solid var(--line);
}

.detail-row {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 38px;
  grid-template-columns: 40px 1fr;
  padding: 30px 0;
}

.detail-row > span {
  color: var(--brown-soft);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.detail-row h3 {
  color: var(--brown);
  font-family: Georgia, serif;
  font-size: 2rem;
  font-weight: 400;
  margin: -7px 0 8px;
}

.detail-row p {
  font-size: 0.92rem;
  line-height: 1.8;
  margin: 0;
}

.detail-row div > a {
  border-bottom: 1px solid var(--brown);
  color: var(--brown);
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 12px;
  text-transform: uppercase;
}

footer {
  background: var(--cream);
  border-top: 1px solid var(--line);
  padding: 76px clamp(26px, 7vw, 112px) 30px;
  text-align: center;
}

.footer-brand {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
}

.footer-brand img {
  height: 82px;
  mix-blend-mode: multiply;
  width: 82px;
}

.footer-brand div {
  color: var(--brown);
  display: grid;
  line-height: 0.8;
  margin-top: 8px;
}

.footer-brand strong {
  font-size: 2rem;
}

.footer-brand span {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.56em;
  margin: 13px 0 0 0.6em;
}

footer > p {
  color: var(--brown-soft);
  font-size: 0.64rem;
  letter-spacing: 0.18em;
  margin: 28px 0 76px;
  text-transform: uppercase;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  display: flex;
  font-size: 0.65rem;
  justify-content: space-between;
  letter-spacing: 0.09em;
  padding-top: 24px;
  text-transform: uppercase;
}

.footer-bottom div {
  display: flex;
  gap: 28px;
}

.mobile-order {
  display: none;
}

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

  .desktop-nav,
  .header-order {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

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

  .hero-copy {
    order: 2;
  }

  .hero-visual {
    min-height: 54vh;
    order: 1;
  }

  .story {
    gap: 72px;
  }

  .menu-card {
    min-height: 360px;
  }

  .order-banner,
  .visit {
    grid-template-columns: 1fr;
  }

  .visit {
    gap: 60px;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 66px;
  }

  .announcement {
    justify-content: center;
  }

  .announcement a {
    display: none;
  }

  .site-header {
    min-height: 74px;
    padding: 10px 20px;
  }

  .brand img {
    height: 42px;
    width: 42px;
  }

  .brand strong {
    font-size: 0.88rem;
  }

  .brand small {
    font-size: 0.76rem;
  }

  .hero-copy {
    padding: 64px 24px 70px;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-badge {
    bottom: 20px;
    right: 20px;
  }

  h1 {
    font-size: clamp(3.6rem, 18vw, 5.2rem);
  }

  h2,
  .visit-intro h2 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

  .hero-meta {
    gap: 24px;
    justify-content: space-between;
  }

  .hero-meta strong {
    font-size: 0.86rem;
  }

  .marquee div {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .section {
    padding: 88px 24px;
  }

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

  .image-note {
    bottom: -24px;
    right: -8px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .menu-grid {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .menu-card {
    min-height: 320px;
  }

  .menu-card + .menu-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .menu-card h3 {
    margin-top: 60px;
  }

  .menu-previews summary span {
    display: none;
  }

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

  .order-banner {
    gap: 46px;
    padding: 82px 24px;
  }

  .visit {
    gap: 50px;
  }

  footer {
    padding: 70px 24px 28px;
  }

  footer > p {
    margin-bottom: 60px;
  }

  .footer-bottom {
    align-items: center;
    flex-direction: column;
    gap: 18px;
  }

  .mobile-order {
    align-items: center;
    background: var(--brown);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 0.74rem;
    font-weight: 700;
    height: 66px;
    justify-content: space-between;
    left: 0;
    letter-spacing: 0.14em;
    padding: 0 24px;
    position: fixed;
    right: 0;
    text-transform: uppercase;
    z-index: 100;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
