:root {
  --ink: #101511;
  --ink-soft: #1a211b;
  --paper: #f6f0df;
  --paper-bright: #fffaf0;
  --lime: #c9ef42;
  --coral: #ff5d3b;
  --gold: #f5bf35;
  --teal: #37c7b4;
  --line: rgba(255, 255, 255, 0.16);
  --font-body: "DM Sans", system-ui, sans-serif;
  --font-display: "Rye", Georgia, serif;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: var(--font-body); font-size: 1rem; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.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: 0.5rem; left: 0.5rem; z-index: 1000; transform: translateY(-150%); padding: 0.7rem 1rem; background: var(--paper); color: var(--ink); border-radius: 999px; text-decoration: none; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; min-height: 5rem; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 0.75rem; padding: 0.65rem 1rem; border-bottom: 1px solid transparent; transition: background 180ms ease, border-color 180ms ease; }
.site-header.is-scrolled { background: rgba(16, 21, 17, 0.9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { width: 4.25rem; height: 4.25rem; display: grid; place-items: center; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; min-height: 3.25rem; padding: 0.8rem 1.2rem; border: 1px solid var(--lime); border-radius: 999px; background: var(--lime); color: var(--ink); text-decoration: none; font-weight: 800; line-height: 1; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(201, 239, 66, 0.2); }
.button:focus-visible, .text-link:focus-visible, .desktop-nav a:focus-visible, .mobile-nav a:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }
.button-small { display: none; min-height: 2.8rem; padding-inline: 1rem; font-size: 0.9rem; }
.menu-toggle { width: 2.9rem; height: 2.9rem; display: grid; place-content: center; gap: 0.42rem; border: 1px solid var(--line); border-radius: 50%; background: rgba(16, 21, 17, 0.75); color: var(--paper); cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 1.15rem; height: 2px; display: block; background: currentColor; transition: transform 180ms ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
.mobile-nav { position: absolute; top: calc(100% + 0.5rem); left: 1rem; right: 1rem; display: grid; visibility: hidden; opacity: 0; transform: translateY(-0.5rem); padding: 0.75rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--ink-soft); box-shadow: var(--shadow); transition: 180ms ease; }
.mobile-nav.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
.mobile-nav a { padding: 0.9rem 1rem; text-decoration: none; font-weight: 700; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; gap: 2.5rem; padding: 7.5rem 1rem 2.5rem; isolation: isolate; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0.055; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cpath d='M0 60h120M60 0v120' stroke='%23fff' stroke-width='1'/%3E%3Ccircle cx='60' cy='60' r='22' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/svg%3E"); }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.1rem; display: flex; align-items: center; gap: 0.65rem; color: var(--lime); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow span { width: 2rem; height: 2px; background: currentColor; }
h1 { max-width: 10ch; margin: 0; font-family: var(--font-display); font-size: clamp(3.25rem, 15vw, 7rem); font-weight: 400; line-height: 0.94; letter-spacing: -0.035em; text-wrap: balance; }
h1 em { color: var(--coral); font-family: var(--font-body); font-size: 0.67em; font-weight: 700; letter-spacing: -0.06em; }
.hero-intro { max-width: 33rem; margin: 1.4rem 0 0; color: rgba(246, 240, 223, 0.78); font-size: clamp(1.05rem, 3.2vw, 1.35rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; margin-top: 1.8rem; }
.text-link { display: inline-flex; align-items: center; gap: 0.5rem; padding-block: 0.6rem; color: var(--paper); font-weight: 700; text-underline-offset: 0.32rem; }
.hero-visual { position: relative; width: min(100%, 31rem); margin-inline: auto; padding: 0 1.7rem 1.5rem 0; }
.sun { position: absolute; z-index: -1; top: -1rem; right: -4rem; width: 17rem; aspect-ratio: 1; border-radius: 50%; background: var(--gold); }
.hero-photo { position: relative; aspect-ratio: 4 / 5; margin: 0; overflow: hidden; border-radius: 10rem 10rem 1.25rem 1.25rem; background: #1b251d; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.055); transition: opacity 1.35s ease-in-out, transform 6.5s ease-out; }
.hero-slide.is-active { z-index: 1; opacity: 1; transform: scale(1); }
.hero-slide:nth-of-type(2), .hero-slide:nth-of-type(3) { object-position: center; }
.slideshow-controls { position: absolute; z-index: 3; left: 1.1rem; right: 1.1rem; bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transform: rotate(-2deg); }
.slide-dots { display: flex; align-items: center; gap: 0.45rem; padding: 0.55rem 0.65rem; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; background: rgba(16, 21, 17, 0.52); backdrop-filter: blur(10px); }
.slide-dots button { width: 0.55rem; height: 0.55rem; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.52); cursor: pointer; transition: width 220ms ease, background 220ms ease; }
.slide-dots button.is-active { width: 1.4rem; border-radius: 999px; background: var(--lime); }
.slideshow-toggle { width: 2.35rem; height: 2.35rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 50%; background: rgba(16, 21, 17, 0.58); color: var(--paper); cursor: pointer; backdrop-filter: blur(10px); }
.slide-dots button:focus-visible, .slideshow-toggle:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.hero-stamp { position: absolute; right: 0; bottom: 0; width: 6.5rem; aspect-ratio: 1; display: grid; place-content: center; border: 2px solid var(--ink); border-radius: 50%; background: var(--coral); color: var(--ink); text-align: center; transform: rotate(-10deg); box-shadow: 0 0 0 6px var(--coral); }
.hero-stamp span { font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-stamp strong { font-family: var(--font-display); font-size: 1.05rem; font-weight: 400; }
.photo-note { position: absolute; right: 0.5rem; top: 30%; margin: 0; color: var(--ink); font-size: 0.68rem; font-weight: 800; line-height: 1.25; text-align: center; text-transform: uppercase; transform: rotate(90deg) translateX(50%); transform-origin: right center; }

.quick-facts { display: grid; background: var(--paper); color: var(--ink); border-block: 1px solid rgba(16, 21, 17, 0.16); }
.quick-facts > * { min-height: 6rem; display: flex; align-items: center; gap: 0.85rem; padding: 1.2rem 1rem; border-bottom: 1px solid rgba(16, 21, 17, 0.16); text-decoration: none; font-weight: 700; }
.quick-facts > *:last-child { border-bottom: 0; }
.quick-facts small { display: block; margin-bottom: 0.08rem; color: rgba(16, 21, 17, 0.58); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.fact-icon { width: 2.6rem; height: 2.6rem; flex: 0 0 auto; display: grid; place-content: center; border: 1px solid rgba(16, 21, 17, 0.22); border-radius: 50%; font-size: 1.1rem; }

.ticker { overflow: hidden; border-bottom: 1px solid rgba(16, 21, 17, 0.16); background: var(--coral); color: var(--ink); }
.ticker-track { width: max-content; display: flex; animation: ticker 34s linear infinite; will-change: transform; }
.ticker-group { min-width: 100vw; flex: 0 0 auto; display: flex; align-items: center; justify-content: space-around; gap: clamp(1.25rem, 2.4vw, 3rem); padding: 0.7rem clamp(0.65rem, 1.2vw, 1.5rem); }
.ticker span { font-family: var(--font-display); font-size: 1.05rem; }
.ticker i { color: var(--paper-bright); font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 5rem 1rem; }
.section-heading { max-width: 44rem; margin-bottom: 2.5rem; }
.eyebrow.dark { color: #395612; }
h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.5rem, 11vw, 5.6rem); font-weight: 400; line-height: 1.04; letter-spacing: -0.04em; text-wrap: balance; }
h2 em { color: var(--coral); font-family: var(--font-body); font-size: 0.83em; font-weight: 700; letter-spacing: -0.06em; }
.section-heading > p:last-child { max-width: 40rem; margin: 1.5rem 0 0; color: rgba(16, 21, 17, 0.7); font-size: 1.08rem; }

.menu-section { background: var(--paper); color: var(--ink); }
.menu-layout { display: grid; gap: 2rem; }
.menu-photo { position: relative; margin: 0; }
.menu-photo::before { content: ""; position: absolute; z-index: 1; inset: 0.7rem -0.7rem -0.7rem 0.7rem; border: 2px solid var(--coral); border-radius: 1rem; pointer-events: none; }
.menu-photo img { position: relative; z-index: 2; width: 100%; min-height: 20rem; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; }
.menu-photo figcaption { position: absolute; z-index: 3; left: -0.4rem; bottom: 1rem; padding: 0.45rem 0.8rem; background: var(--lime); font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; transform: rotate(-2deg); }
.menu-cards { display: grid; align-content: center; gap: 0.8rem; }
.menu-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-height: 8.7rem; padding: 1.2rem; border: 1px solid rgba(16, 21, 17, 0.2); border-radius: 1rem; background: var(--paper-bright); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.menu-card:hover { transform: translateX(0.4rem); box-shadow: -8px 8px 0 var(--ink); }
.menu-card.accent { background: var(--gold); }
.menu-number { align-self: start; color: rgba(16, 21, 17, 0.5); font-size: 0.75rem; font-weight: 800; }
.menu-card small, .menu-card em { display: block; }
.menu-card small { color: rgba(16, 21, 17, 0.55); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.11em; text-transform: uppercase; }
.menu-card strong { display: block; margin: 0.2rem 0; font-family: var(--font-display); font-size: clamp(1.55rem, 7vw, 2.2rem); font-weight: 400; line-height: 1.2; }
.menu-card em { color: rgba(16, 21, 17, 0.68); font-size: 0.84rem; font-style: normal; }
.circle-arrow { width: 2.8rem; height: 2.8rem; display: grid; place-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.15rem; }
.menu-note { margin: 0.5rem 0 0; color: rgba(16, 21, 17, 0.6); font-size: 0.84rem; }

.story-section { position: relative; overflow: hidden; padding-block: 6rem; background: var(--ink-soft); }
.story-section::after { content: "VIVA"; position: absolute; right: -0.1em; bottom: -0.35em; color: rgba(255, 255, 255, 0.035); font-family: var(--font-display); font-size: min(38vw, 30rem); line-height: 1; pointer-events: none; }
.story-grid { display: grid; gap: 4rem; }
.story-images { position: relative; min-height: 27rem; }
.story-images::before { content: "Since 2018"; position: absolute; z-index: 3; top: 45%; left: 44%; display: grid; place-content: center; width: 6rem; aspect-ratio: 1; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.08em; text-align: center; text-transform: uppercase; transform: rotate(8deg); }
.story-main, .story-small { position: absolute; margin: 0; overflow: hidden; border-radius: 0.9rem; }
.story-main { inset: 0 2.5rem 5.3rem 0; }
.story-small { width: 62%; right: 0; bottom: 0; aspect-ratio: 4 / 3; border: 0.45rem solid var(--ink-soft); transform: rotate(3deg); }
.story-main img, .story-small img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { position: relative; z-index: 2; align-self: center; }
.story-copy h2 { max-width: 10ch; }
.story-copy > p:not(.eyebrow) { max-width: 34rem; color: rgba(246, 240, 223, 0.72); font-size: 1.08rem; }
.story-copy > p:nth-of-type(3) { color: var(--lime); font-weight: 700; }
.experience-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin: 1.7rem 0 1.2rem; padding: 0; list-style: none; }
.experience-tags li { padding: 0.38rem 0.72rem; border: 1px solid var(--line); border-radius: 999px; color: rgba(246, 240, 223, 0.84); font-size: 0.78rem; font-weight: 700; }

.reviews-section { padding: 5rem 1rem; background: var(--gold); color: var(--ink); }
.review-intro { max-width: 45rem; margin-bottom: 2.5rem; }
.reviews-grid { display: grid; gap: 1rem; }
.review-card { min-height: 21rem; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 1.5rem; border: 1px solid rgba(16, 21, 17, 0.35); border-radius: 1rem; background: var(--paper-bright); }
.review-card.coral { background: var(--coral); }
.review-card.dark-card { background: var(--ink); color: var(--paper); }
.stars { color: #9d2619; font-size: 0.95rem; letter-spacing: 0.16em; }
.dark-card .stars { color: var(--lime); }
.review-card > p { margin: 1.5rem 0; font-family: var(--font-display); font-size: clamp(1.35rem, 5vw, 2rem); line-height: 1.45; }
.review-card footer { font-size: 0.9rem; font-weight: 800; }
.review-card footer span { display: block; color: currentColor; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; opacity: 0.6; text-transform: uppercase; }

.gallery-section { overflow: hidden; background: var(--ink); }
.gallery-heading { margin-bottom: 3rem; }
.gallery-heading h2 { max-width: 12ch; }
.gallery-grid { display: grid; gap: 1rem; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 0.9rem; background: var(--ink-soft); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.gallery-wide { aspect-ratio: 4 / 3; }
.gallery-tall { aspect-ratio: 4 / 5; }
.gallery-food { aspect-ratio: 4 / 3; }

.social-section { display: grid; gap: 2.5rem; padding: 5rem 1rem; background: var(--paper); color: var(--ink); }
.social-heading { max-width: 43rem; }
.social-heading > p:last-child { max-width: 37rem; margin: 1.4rem 0 0; color: rgba(16, 21, 17, 0.68); font-size: 1.06rem; }
.social-links { display: grid; gap: 1rem; }
.social-card { min-height: 12rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.35rem; border: 1px solid rgba(16, 21, 17, 0.28); border-radius: 1rem; color: var(--ink); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.social-card:hover { transform: translateY(-0.35rem); box-shadow: 0 0.7rem 0 var(--ink); }
.social-card.facebook { background: var(--teal); }
.social-card.instagram { background: var(--coral); }
.social-icon { width: 3.5rem; height: 3.5rem; display: grid; place-content: center; border: 2px solid currentColor; border-radius: 50%; font-size: 1.8rem; font-weight: 900; line-height: 1; }
.social-copy small, .social-copy em { display: block; }
.social-copy small { margin-bottom: 0.15rem; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.social-copy strong { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 7vw, 2.6rem); font-weight: 400; line-height: 1.2; }
.social-copy em { max-width: 24ch; font-size: 0.78rem; font-style: normal; font-weight: 700; overflow-wrap: anywhere; opacity: 0.7; }

.visit-section { display: grid; background: var(--lime); color: var(--ink); }
.visit-info { padding: 5rem 1rem; }
.visit-info h2 { margin-bottom: 2rem; }
.visit-info address { display: grid; gap: 0.7rem; margin-bottom: 2rem; font-size: 1.05rem; font-style: normal; font-weight: 700; }
.visit-info address a { width: fit-content; text-underline-offset: 0.25rem; }
.hours { max-width: 34rem; border-top: 1px solid rgba(16, 21, 17, 0.25); }
.hours div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 0; border-bottom: 1px solid rgba(16, 21, 17, 0.25); }
.hours span { color: rgba(16, 21, 17, 0.68); }
.dark-button { margin-top: 2rem; border-color: var(--ink); background: var(--ink); color: var(--paper); }
.map-wrap { position: relative; min-height: 29rem; background: #d8d4c9; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 29rem; display: block; border: 0; filter: saturate(0.75) contrast(1.02); }
.map-label { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: 0.9rem 1rem; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 0.75rem; background: rgba(16, 21, 17, 0.88); color: var(--paper); backdrop-filter: blur(12px); }
.map-label span { display: block; color: var(--lime); font-family: var(--font-display); font-size: 1.4rem; }
.map-label strong { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; }

.site-footer { padding: 4rem 1rem 1.5rem; background: var(--ink); }
.footer-top { display: grid; gap: 2rem; align-items: center; padding-bottom: 3rem; }
.footer-logo { width: min(14rem, 55vw); aspect-ratio: 1 / 1; display: block; justify-self: center; align-self: center; }
.footer-logo img { width: 100%; height: 100%; max-height: 14rem; object-fit: contain; }
.footer-top > div { text-align: center; }
.footer-top p { margin: 0 0 1.5rem; font-family: var(--font-display); font-size: clamp(2rem, 9vw, 4.6rem); line-height: 1.08; }
.footer-bottom { display: grid; gap: 1rem; padding-top: 1.4rem; border-top: 1px solid var(--line); color: rgba(246, 240, 223, 0.58); font-size: 0.78rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 1rem; }
.footer-bottom a { text-underline-offset: 0.2rem; }

.js .reveal {
  --reveal-x: 0;
  --reveal-y: 2.5rem;
  --reveal-scale: 1;
  opacity: 0;
  filter: blur(0.3rem);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}
.js .reveal-left { --reveal-x: -3.5rem; --reveal-y: 0; }
.js .reveal-right { --reveal-x: 3.5rem; --reveal-y: 0; }
.js .reveal-scale { --reveal-y: 1.25rem; --reveal-scale: 0.94; }
.js .reveal.is-visible { opacity: 1; filter: blur(0); transform: translate3d(0, 0, 0) scale(1); }

@media (min-width: 720px) {
  .site-header { grid-template-columns: auto 1fr auto; padding-inline: 2rem; }
  .brand { width: 5.25rem; height: 5.25rem; }
  .desktop-nav { display: flex; justify-content: center; gap: 2rem; }
  .desktop-nav a { position: relative; color: rgba(246, 240, 223, 0.82); text-decoration: none; font-size: 0.92rem; font-weight: 700; }
  .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.3rem; height: 2px; background: var(--lime); transition: right 180ms ease; }
  .desktop-nav a:hover::after { right: 0; }
  .button-small { display: inline-flex; }
  .menu-toggle, .mobile-nav { display: none; }
  .hero { min-height: 48rem; grid-template-columns: minmax(0, 1.1fr) minmax(18rem, 0.9fr); align-items: center; padding: 8.5rem 2rem 4rem; }
  .hero-copy { padding-left: clamp(0rem, 4vw, 4rem); }
  .quick-facts { grid-template-columns: repeat(3, 1fr); }
  .quick-facts > * { justify-content: center; border-right: 1px solid rgba(16, 21, 17, 0.16); border-bottom: 0; }
  .quick-facts > *:last-child { border-right: 0; }
  .section, .reviews-section { padding: 7rem 2rem; }
  .menu-layout { grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr); align-items: center; gap: 4rem; }
  .menu-photo img { min-height: 31rem; aspect-ratio: 4 / 5; }
  .story-grid { grid-template-columns: minmax(20rem, 1fr) minmax(0, 0.85fr); gap: 5rem; }
  .story-images { min-height: 38rem; }
  .reviews-grid { grid-template-columns: repeat(3, 1fr); }
  .review-card:nth-child(2) { margin-top: 2rem; }
  .gallery-grid { grid-template-columns: 1.35fr 0.65fr; grid-template-rows: 18rem 18rem; }
  .gallery-wide { grid-row: 1 / 3; aspect-ratio: auto; }
  .gallery-tall { grid-column: 2; grid-row: 1; aspect-ratio: auto; }
  .gallery-food { grid-column: 2; grid-row: 2; aspect-ratio: auto; }
  .social-section { grid-template-columns: minmax(0, 0.75fr) minmax(26rem, 1.25fr); align-items: center; padding: 7rem 2rem; }
  .social-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .social-card { min-height: 20rem; grid-template-columns: 1fr auto; align-content: space-between; }
  .social-card .social-icon { grid-column: 1; }
  .social-card .circle-arrow { grid-column: 2; grid-row: 1; }
  .social-copy { grid-column: 1 / -1; align-self: end; }
  .visit-section { grid-template-columns: minmax(0, 0.8fr) minmax(24rem, 1.2fr); }
  .visit-info { padding: 6rem 2rem; }
  .map-wrap, .map-wrap iframe { min-height: 44rem; }
  .footer-top { grid-template-columns: 16rem 1fr; text-align: left; }
  .footer-logo { width: 16rem; justify-self: start; }
  .footer-logo img { max-height: 16rem; }
  .footer-top > div { text-align: left; }
  .footer-bottom { grid-template-columns: 1fr auto; align-items: center; }
}

@media (min-width: 1120px) {
  .site-header { padding-inline: 4rem; }
  .desktop-nav { gap: 3rem; }
  .hero { grid-template-columns: minmax(0, 1fr) 33rem; gap: 5rem; padding-inline: max(4rem, calc((100vw - 1280px) / 2)); }
  .hero-visual { width: 33rem; }
  .sun { width: 24rem; right: -7rem; }
  .section, .reviews-section { padding-inline: max(4rem, calc((100vw - 1280px) / 2)); }
  .story-section { padding-inline: max(4rem, calc((100vw - 1280px) / 2)); }
  .social-section { padding-inline: max(4rem, calc((100vw - 1280px) / 2)); }
  .visit-info { padding-left: max(4rem, calc((100vw - 1280px) / 2)); padding-right: clamp(3rem, 7vw, 7rem); }
  .site-footer { padding-inline: max(4rem, calc((100vw - 1280px) / 2)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
  .js .reveal { opacity: 1; filter: none; transform: none; transition: none; }
  .hero-slide { transform: none; transition: none; }
  .ticker-track { animation: none; transform: none; }
}
