:root {
  --ink: #20160f;
  --ink-soft: #5b493a;
  --paper: #eddbc3;
  --paper-deep: #dec5a3;
  --cream: #fff7e9;
  --rust: #6b3d20;
  --rust-dark: #2a190f;
  --gold: #a87338;
  --line: rgba(32, 22, 15, 0.2);
  --max: 1240px;
  --header-height: 124px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 8px);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.035'/%3E%3C/svg%3E");
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 0.65rem 1rem;
  color: var(--cream);
  background: var(--ink);
  transform: translateY(-150%);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: var(--header-height);
  padding: 0.3rem max(1.5rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(237, 219, 195, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: block;
  justify-self: start;
  width: 168px;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  text-decoration: none;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.5vw, 2.4rem);
  justify-self: center;
}

.site-nav a,
.header-cta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.35rem;
  left: 0;
  height: 1px;
  background: var(--rust);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.header-cta {
  justify-self: end;
  padding: 0.7rem 0;
  border-bottom: 2px solid var(--rust);
}

.menu-toggle {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
  width: min(calc(100% - 3rem), var(--max));
  min-height: calc(100vh - var(--header-height));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) 0;
}

.eyebrow {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin: 0 0 1.5rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow span {
  display: grid;
  width: 2rem;
  height: 2rem;
  border: 1px solid currentcolor;
  border-radius: 50%;
  place-items: center;
  letter-spacing: 0;
}

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

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

h1 {
  max-width: 780px;
  margin-bottom: 1.8rem;
  font-size: clamp(3.6rem, 7.2vw, 7.6rem);
  font-weight: 600;
  letter-spacing: -0.065em;
}

h1 em,
h2 em {
  color: var(--rust);
  font-weight: 500;
}

.hero-intro {
  max-width: 600px;
  margin-bottom: 2rem;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(2rem, 7vw, 7rem);
  border-top: 1px solid var(--line);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 1.15rem 0;
}

.faq-list summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.35rem;
  list-style-position: outside;
}

.faq-list details p {
  max-width: 52rem;
  margin: 0.8rem 0 0;
  color: var(--ink-soft);
}

@media (max-width: 760px) {
  .faq-section {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

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

.button {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.8rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-primary {
  color: var(--cream);
  background: var(--rust);
}

.button-primary:hover {
  background: var(--rust-dark);
}

.button-quiet {
  border: 1px solid var(--line);
}

.button-quiet:hover {
  color: var(--cream);
  background: var(--ink);
}

.hero-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 520px;
  margin: 3.5rem 0 0;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.hero-details div + div {
  padding-left: 1.5rem;
  border-left: 1px solid var(--line);
}

.hero-details dt {
  margin-bottom: 0.35rem;
  color: var(--rust);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-details dd {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.08rem;
  line-height: 1.35;
}

.hero-details a {
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero-visual {
  position: relative;
  margin: 0;
  padding: 0 0 2rem 2rem;
}

.hero-visual::before {
  display: none;
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  bottom: 3.5rem;
  left: 4.5rem;
  z-index: -1;
  border: 1px solid rgba(157, 63, 37, 0.45);
  content: "";
}

.image-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--paper-deep);
}

.image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 27, 24, 0.04), rgba(32, 27, 24, 0.4));
  content: "";
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(0.78) contrast(1.08) sepia(0.12);
  transform: scale(1.01);
}

.hero-visual figcaption {
  margin-top: 0.85rem;
  font-family: var(--serif);
  font-style: italic;
}

.hero-logo-card {
  position: absolute;
  right: -1rem;
  bottom: 5.5rem;
  width: clamp(12rem, 19vw, 15rem);
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(32, 22, 15, 0.26);
  background: var(--paper);
  box-shadow: 0 18px 44px rgba(32, 22, 15, 0.2);
  transform: rotate(4deg);
}

.hero-logo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.service-ribbon {
  display: flex;
  gap: clamp(0.9rem, 3.2vw, 3rem);
  align-items: center;
  justify-content: center;
  padding: 1.2rem 1.5rem;
  overflow: hidden;
  color: var(--cream);
  background: var(--ink);
  font-family: var(--serif);
  font-size: clamp(0.82rem, 1.3vw, 1rem);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
}

.service-ribbon i {
  width: 0.35rem;
  height: 0.35rem;
  background: var(--gold);
  transform: rotate(45deg);
}

.section {
  width: min(calc(100% - 3rem), var(--max));
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 9rem) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem 4rem;
  align-items: end;
  margin-bottom: 4rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-heading h2,
.visit-heading h2,
.story-statement h2,
.sunday-content h2 {
  margin-bottom: 0;
  font-size: clamp(3.1rem, 6vw, 6.4rem);
  font-weight: 600;
  letter-spacing: -0.055em;
}

.section-heading > p:last-child {
  max-width: 480px;
  margin-bottom: 0.6rem;
  color: var(--ink-soft);
}

.favourites-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.feature-dish {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 390px;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  background: var(--cream);
}

.feature-burger {
  color: var(--cream);
  background: var(--rust-dark);
}

.dish-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dish-topline strong {
  font-family: var(--serif);
  font-size: 1.55rem;
  letter-spacing: 0;
}

.dish-number {
  margin-bottom: 0.6rem;
  color: var(--rust);
  font-family: var(--serif);
  font-size: 3rem;
  font-style: italic;
}

.feature-burger .dish-number {
  color: var(--gold);
}

.feature-dish h3 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.05em;
}

.feature-dish p:last-child {
  max-width: 470px;
  margin-bottom: 0;
}

.pizza-menu {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: 4.5rem 0 2rem;
}

.pizza-intro h3 {
  margin-bottom: 1.2rem;
  font-size: clamp(2.3rem, 3.3vw, 3.7rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.pizza-intro > p:not(.mini-label) {
  color: var(--ink-soft);
}

.pizza-range-button {
  margin: 0.35rem 0 1.25rem;
  text-align: center;
}

.pizza-range-button span {
  margin-left: 0.35rem;
}

.mini-label,
.menu-list-heading {
  margin-bottom: 1.3rem;
  color: var(--rust);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.text-link {
  display: inline-flex;
  gap: 0.6rem;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid currentcolor;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.text-link span {
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.menu-list {
  border-top: 3px solid var(--ink);
}

.menu-list-premium {
  border-color: var(--rust);
}

.menu-list-heading {
  padding-top: 1rem;
}

.menu-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.menu-row span {
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1.25;
}

.menu-row small {
  display: block;
  margin-top: 0.35rem;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: 0.78rem;
  line-height: 1.35;
}

.menu-row strong {
  color: var(--rust);
  font-family: var(--serif);
}

.menu-note {
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.story-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(3rem, 9vw, 9rem);
  width: 100%;
  max-width: none;
  padding-right: max(1.5rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.5rem, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: var(--ink);
}

.eyebrow-light {
  color: var(--gold);
}

.story-statement h2 {
  color: var(--cream);
}

.story-copy {
  align-self: end;
}

.story-lead {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.35;
}

.story-copy > p:not(.story-lead) {
  color: rgba(255, 250, 240, 0.72);
}

.story-copy blockquote {
  margin: 2.5rem 0 0;
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid rgba(255, 250, 240, 0.25);
  border-left: 3px solid var(--rust);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.sunday-section {
  position: relative;
  display: grid;
  grid-template-columns: 0.48fr 1fr 0.52fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.sunday-seal {
  display: grid;
  aspect-ratio: 1;
  border: 1px solid var(--rust);
  border-radius: 50%;
  place-content: center;
  text-align: center;
}

.sunday-seal span {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.sunday-seal strong {
  margin: -0.3rem 0;
  color: var(--rust);
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  font-weight: 600;
  line-height: 1;
}

.sunday-content h2 {
  margin-bottom: 1.5rem;
}

.sunday-content > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 2rem;
  color: var(--ink-soft);
}

.sunday-side-note {
  align-self: end;
  padding-top: 1rem;
  border-top: 3px solid var(--rust);
}

.sunday-side-note span {
  color: var(--rust);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sunday-side-note p {
  margin: 0.5rem 0 0;
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1.3;
}

.visit-section {
  width: 100%;
  max-width: none;
  padding-right: max(1.5rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.5rem, calc((100vw - var(--max)) / 2));
  background: var(--cream);
}

.visit-heading {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 3rem;
  align-items: start;
  margin-bottom: 5rem;
}

.visit-heading h2 {
  max-width: 900px;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.contact-block {
  min-height: 240px;
  padding: 2rem;
}

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

.contact-block address {
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-style: normal;
  line-height: 1.35;
}

.contact-number {
  display: block;
  margin-bottom: 1.5rem;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  text-decoration: none;
}

.contact-copy {
  max-width: 340px;
  color: var(--ink-soft);
}

.visit-map {
  margin-top: 2.5rem;
  overflow: hidden;
  border: 1px solid var(--line);
}

.visit-map iframe {
  display: block;
  width: 100%;
  height: clamp(320px, 38vw, 450px);
  border: 0;
}

.social-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding-top: 2rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.social-row div {
  display: flex;
  gap: 2rem;
}

.social-row a {
  text-underline-offset: 5px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 2rem;
  align-items: end;
  min-height: 260px;
  padding: 4rem max(1.5rem, calc((100vw - var(--max)) / 2));
  color: var(--cream);
  background: var(--rust-dark);
}

.footer-brand {
  display: block;
  justify-self: start;
  width: 220px;
  height: auto;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border: 1px solid rgba(255, 247, 233, 0.25);
  background: var(--paper);
  text-decoration: none;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}

.site-footer > p {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
}

.footer-meta {
  display: grid;
  gap: 0.35rem;
  justify-items: end;
  font-size: 0.65rem;
  opacity: 0.72;
}

.footer-meta a {
  text-underline-offset: 3px;
}

.mobile-actions {
  display: none;
}

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

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    gap: 0.4rem;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    place-content: center;
  }

  .menu-toggle span:not(.sr-only) {
    width: 21px;
    height: 1px;
    background: var(--ink);
    transition: transform 180ms ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    align-items: stretch;
    padding: 0 max(1.5rem, calc((100vw - var(--max)) / 2));
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .site-nav[data-open="true"] {
    display: grid;
  }

  .site-nav a {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a:last-child {
    border: 0;
  }

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

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

  .hero-visual {
    width: min(82%, 630px);
    margin-left: auto;
  }

  .section-heading,
  .story-section,
  .visit-heading {
    grid-template-columns: 1fr;
  }

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

  .pizza-intro {
    grid-column: 1 / -1;
    max-width: 640px;
  }

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

  .sunday-side-note {
    grid-column: 2;
  }

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

  .contact-block:last-child {
    grid-column: 1 / -1;
    min-height: auto;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

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

  .site-footer > p {
    justify-self: end;
  }

  .footer-meta {
    grid-column: 1 / -1;
    justify-items: start;
  }
}

@media (max-width: 650px) {
  :root {
    --header-height: 100px;
  }

  body {
    padding-bottom: 64px;
  }

  .site-header {
    min-height: var(--header-height);
    padding-top: 0.25rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 1rem;
  }

  .site-nav {
    top: 100%;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .brand {
    width: 138px;
  }

  .hero,
  .section {
    width: min(calc(100% - 2rem), var(--max));
  }

  .hero {
    gap: 3.5rem;
    padding: 3.2rem 0 4.5rem;
  }

  h1 {
    font-size: clamp(3.4rem, 16vw, 5.2rem);
  }

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

  .hero-details {
    margin-top: 2.5rem;
  }

  .hero-visual {
    width: calc(100% - 1rem);
    padding: 0 0 1.5rem 1rem;
  }

  .hero-visual::before {
    right: -0.8rem;
    left: 2.5rem;
  }

  .hero-logo-card {
    right: -0.4rem;
    bottom: 5rem;
    width: 11.5rem;
  }

  .service-ribbon {
    justify-content: flex-start;
    padding-left: 1.2rem;
  }

  .section {
    padding: 5.5rem 0;
  }

  .section-heading {
    margin-bottom: 2.8rem;
  }

  .section-heading h2,
  .visit-heading h2,
  .story-statement h2,
  .sunday-content h2 {
    font-size: clamp(3.2rem, 14vw, 5rem);
  }

  .favourites-grid,
  .pizza-menu,
  .sunday-section,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .feature-dish {
    min-height: 340px;
  }

  .pizza-intro,
  .sunday-side-note,
  .contact-block:last-child {
    grid-column: auto;
  }

  .story-section,
  .visit-section {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .story-section {
    gap: 3rem;
  }

  .sunday-seal {
    width: 12rem;
    margin-bottom: 1rem;
  }

  .sunday-seal strong {
    font-size: 5rem;
  }

  .contact-block {
    min-height: auto;
    padding: 1.6rem 0;
  }

  .contact-block + .contact-block,
  .contact-block:last-child {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .social-row,
  .social-row div {
    align-items: flex-start;
    flex-direction: column;
  }

  .social-row div {
    gap: 0.8rem;
  }

  .site-footer {
    grid-template-columns: 1fr;
    min-height: 300px;
    padding: 3.5rem 1rem 4rem;
  }

  .site-footer > p {
    justify-self: start;
  }

  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    display: grid;
    grid-template-columns: 0.65fr 1.4fr 0.85fr;
    min-height: 64px;
    color: var(--cream);
    background: var(--ink);
    box-shadow: 0 -8px 24px rgba(32, 27, 24, 0.15);
  }

  .mobile-actions a {
    display: grid;
    padding: 0.5rem;
    place-items: center;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-actions a + a {
    border-left: 1px solid rgba(255, 250, 240, 0.2);
  }

  .mobile-actions a:nth-child(2) {
    background: var(--rust);
  }
}

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

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