:root {
  color-scheme: light;
  --ink: #0c0c0b;
  --ink-soft: #1a1916;
  --orange: #f18700;
  --orange-bright: #ff9f1c;
  --cream: #fff8ed;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #6f685e;
  --line: #e7dccb;
  --shadow: 0 24px 70px rgba(30, 20, 8, 0.14);
  --radius: 28px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img,
svg {
  display: block;
}

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

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

:focus-visible {
  outline: 3px solid var(--orange-bright);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  min-height: 82px;
  padding: 12px max(24px, calc((100vw - var(--container)) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(12, 12, 11, 0.94);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
}

.brand img,
.footer-brand img {
  width: 52px;
  height: 44px;
  object-fit: contain;
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}

.wordmark span {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: none;
}

.wordmark strong {
  color: var(--orange-bright);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 40px);
}

.desktop-nav a {
  position: relative;
  color: #eee9df;
  font-size: 0.88rem;
  font-weight: 700;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

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

.header-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.header-call svg,
.button svg,
.contact-row > svg,
.hero-address svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.mobile-menu {
  display: none;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
  min-height: calc(100vh - 82px);
  padding: clamp(70px, 8vw, 118px) max(24px, calc((100vw - var(--container)) / 2)) 140px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(241, 135, 0, 0.27), transparent 26%),
    radial-gradient(circle at 10% 85%, rgba(241, 135, 0, 0.13), transparent 25%),
    var(--ink);
  color: var(--white);
}

.hero::after {
  position: absolute;
  right: -4%;
  bottom: -85px;
  left: -4%;
  height: 140px;
  border-radius: 50% 50% 0 0;
  background: var(--orange);
  content: "";
  transform: rotate(-1.5deg);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-copy,
.hero-art {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #7f4b08;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 3px;
  border-radius: 3px;
  background: var(--orange);
  content: "";
}

.eyebrow.light {
  color: #f5c98f;
}

.hero h1 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(3.5rem, 7vw, 7.6rem);
  font-weight: 950;
  letter-spacing: -0.075em;
  line-height: 0.86;
  text-transform: uppercase;
}

.hero h1 > span {
  display: block;
  margin-top: 16px;
  color: var(--orange-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.48em;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-transform: none;
}

.hero-intro {
  max-width: 610px;
  margin: 30px 0 0;
  color: #d2ccc2;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: var(--orange);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--orange-bright);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
}

.button-ghost:hover {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.09);
}

.hero-address {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: #f2ede5;
  font-size: 0.92rem;
  font-weight: 750;
}

.hero-address svg {
  color: var(--orange-bright);
}

.hero-address small {
  display: block;
  color: #999289;
  font-size: 0.78rem;
  font-weight: 600;
}

.hero-art {
  display: grid;
  min-height: 520px;
  place-items: center;
}

.hero-brand-card {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 475px);
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: linear-gradient(145deg, #26241f, #11110f 62%);
  box-shadow: inset 0 0 0 18px rgba(255, 255, 255, 0.025), 0 40px 100px rgba(0, 0, 0, 0.38);
  transform: rotate(2deg);
}

.hero-brand-card > img {
  width: 63%;
  height: auto;
  margin-top: -30px;
  filter: drop-shadow(0 18px 16px rgba(0, 0, 0, 0.4));
}

.hero-brand-card .wordmark {
  margin-top: -28px;
  transform: scale(1.55);
}

.hero-brand-subtitle {
  margin-top: 18px;
  color: #aaa39a;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-orbit {
  position: absolute;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}

.orbit-one {
  inset: 3%;
  animation: slow-spin 28s linear infinite;
}

.orbit-two {
  inset: 17%;
  border-color: rgba(241, 135, 0, 0.26);
  animation: slow-spin 22s linear infinite reverse;
}

.hero-badge {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 80px;
  height: 80px;
  border-radius: 22px;
  background: var(--orange);
  color: var(--ink);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.08em;
  place-items: center;
  box-shadow: var(--shadow);
  transform: rotate(-9deg);
}

.badge-top {
  top: 4%;
  right: 6%;
}

.badge-bottom {
  bottom: 8%;
  left: 0;
  background: var(--white);
  transform: rotate(7deg);
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

.section {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(86px, 10vw, 138px) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 400px);
  gap: 40px;
  align-items: end;
  margin-bottom: 50px;
}

.section-heading h2,
.restaurant-copy h2,
.access-panel h2 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.96;
  text-transform: uppercase;
}

.section-heading > p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.06rem;
}

.specialty-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.specialty-card {
  position: relative;
  min-height: 330px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.specialty-card:hover {
  z-index: 1;
  box-shadow: var(--shadow);
  transform: translateY(-8px) rotate(-1deg);
}

.specialty-card:nth-child(even) {
  background: var(--ink);
  color: var(--white);
}

.specialty-number {
  color: #b8ad9f;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
}

.specialty-icon {
  display: grid;
  height: 190px;
  place-items: center;
}

.specialty-icon svg {
  width: min(82%, 180px);
  height: auto;
  fill: none;
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.specialty-card h3 {
  margin: 8px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-style: italic;
  letter-spacing: -0.055em;
  line-height: 1;
}

.restaurant-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: center;
  padding-top: 30px;
}

.restaurant-visual {
  position: relative;
  display: grid;
  min-height: 610px;
  overflow: hidden;
  border-radius: 42px;
  background: var(--orange);
  place-items: center;
}

.restaurant-visual::before,
.restaurant-visual::after {
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(12, 12, 11, 0.25);
  border-radius: 50%;
  content: "";
}

.restaurant-visual::before {
  top: -120px;
  right: -70px;
}

.restaurant-visual::after {
  bottom: -140px;
  left: -60px;
}

.visual-mark-wrap {
  display: grid;
  width: 72%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 30px 70px rgba(50, 28, 0, 0.3);
  place-items: center;
  transform: rotate(-6deg);
}

.visual-mark-wrap img {
  width: 82%;
  height: auto;
}

.visual-label {
  position: absolute;
  top: 35px;
  left: 28px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.8;
  text-transform: uppercase;
}

.visual-label.outline {
  top: auto;
  right: 28px;
  bottom: 35px;
  left: auto;
  color: transparent;
  -webkit-text-stroke: 2px var(--ink);
}

.restaurant-copy h2 {
  max-width: 670px;
}

.restaurant-copy > p:not(.eyebrow):not(.restaurant-signoff) {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.service-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  font-size: 0.88rem;
  font-weight: 800;
}

.service-list i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
}

.restaurant-signoff {
  margin: 40px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 1;
}

.restaurant-signoff span {
  color: var(--orange);
}

.access-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.8fr) minmax(0, 1.2fr);
  width: min(1320px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto 20px;
  overflow: hidden;
  border-radius: 42px;
  background: var(--ink);
  color: var(--white);
}

.access-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 6vw, 78px);
}

.access-panel h2 {
  max-width: 560px;
  font-size: clamp(2.6rem, 4.4vw, 4.7rem);
}

.contact-list {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-row > svg {
  color: #827c74;
}

.contact-icon {
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--ink);
  place-items: center;
}

.contact-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.contact-row small {
  display: block;
  color: #918a80;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-row address,
.contact-row strong {
  font-size: 0.98rem;
  font-style: normal;
  font-weight: 800;
}

.access-button {
  align-self: flex-start;
  margin-top: 28px;
}

.map-wrap {
  min-height: 620px;
  background: #dcd8cf;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 690px;
  filter: saturate(0.82) contrast(1.04);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  gap: 30px;
  align-items: center;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  padding: 44px 0;
  color: var(--muted);
  font-size: 0.84rem;
}

.site-footer .wordmark span {
  color: var(--ink);
}

.site-footer a {
  color: var(--ink);
  font-weight: 900;
}

.site-footer p {
  margin: 0;
}

.footer-note {
  white-space: nowrap;
}

.not-found {
  display: grid;
  min-height: 100vh;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 10%, rgba(241, 135, 0, 0.23), transparent 30%),
    var(--ink);
  color: var(--white);
  place-items: center;
}

.not-found-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  padding: clamp(42px, 8vw, 90px);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.04);
  text-align: center;
  box-shadow: var(--shadow);
}

.not-found-card img {
  width: 150px;
  height: auto;
  margin-bottom: 24px;
}

.not-found-card h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.4rem);
  font-weight: 950;
  letter-spacing: -0.07em;
  line-height: 0.9;
  text-transform: uppercase;
}

.not-found-card > p:not(.eyebrow) {
  max-width: 480px;
  margin: 24px 0 30px;
  color: #bcb5ab;
}

@media (max-width: 1020px) {
  .desktop-nav {
    gap: 18px;
  }

  .header-call span {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.75fr);
  }

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

  .site-footer {
    grid-template-columns: 1fr auto;
  }
}

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

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

  .mobile-menu {
    position: relative;
    display: block;
  }

  .mobile-menu summary {
    display: grid;
    gap: 5px;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    cursor: pointer;
    list-style: none;
    place-content: center;
  }

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

  .mobile-menu summary span {
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: var(--white);
  }

  .mobile-menu nav {
    position: absolute;
    top: 54px;
    right: 0;
    display: grid;
    width: min(78vw, 300px);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: #171715;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
  }

  .mobile-menu nav a {
    padding: 12px 14px;
    border-radius: 12px;
    font-weight: 800;
  }

  .mobile-menu nav a:hover {
    background: rgba(255, 255, 255, 0.07);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 82px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .hero-art {
    min-height: 470px;
  }

  .hero-brand-card {
    width: min(86vw, 440px);
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .restaurant-section {
    grid-template-columns: 1fr;
  }

  .restaurant-visual {
    min-height: 540px;
  }

  .access-section {
    grid-template-columns: 1fr;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 450px;
  }
}

@media (max-width: 560px) {
  .site-header {
    min-height: 72px;
    padding-inline: 18px;
  }

  .brand img {
    width: 45px;
    height: 38px;
  }

  .brand .wordmark span {
    font-size: 0.95rem;
  }

  .brand .wordmark strong {
    font-size: 1.2rem;
  }

  .hero {
    padding: 68px 20px 118px;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 17vw, 5rem);
  }

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

  .hero-art {
    min-height: 390px;
  }

  .hero-brand-card .wordmark {
    transform: scale(1.2);
  }

  .hero-badge {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 0.84rem;
  }

  .section {
    width: min(100% - 32px, var(--container));
    padding-block: 82px;
  }

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

  .specialty-card {
    min-height: 290px;
  }

  .specialty-icon {
    height: 150px;
  }

  .restaurant-visual {
    min-height: 430px;
    border-radius: 30px;
  }

  .access-section {
    width: calc(100% - 20px);
    border-radius: 30px;
  }

  .access-panel {
    padding: 48px 24px;
  }

  .contact-row {
    grid-template-columns: auto 1fr;
  }

  .contact-row > svg {
    display: none;
  }

  .map-wrap,
  .map-wrap iframe {
    min-height: 380px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
    width: calc(100% - 40px);
  }
}

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

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