@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400&family=DM+Sans:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');

:root { font-family: 'DM Sans', sans-serif; color: #25261f; background: #f4f0e8; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; --ink: #25261f; --sage: #3B2A21; --sage-dark: #3B2A21; --wood: #3B2A21; --cream: #f4f0e8; --paper: #ebe5d9; --line: rgba(37,38,31,.22); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--cream); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.section-pad { padding-left: clamp(24px, 6vw, 96px); padding-right: clamp(24px, 6vw, 96px); }
.announcement-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 42px;
  overflow: hidden;
  background: #5B1F28;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.announcement-track {
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
  animation: announcement-marquee 70s linear infinite;
}

.announcement-group {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.announcement-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-right: 2.5rem;
  font-family: 'DM Mono', monospace;
  font-size: clamp(8px, 1.1vw, 10px);
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}

@keyframes announcement-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.site-header { position: fixed; z-index: 10; top: 42px; left: 0; width: 100%; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 6vw, 96px); color: #f7f3eb; background: transparent; border-bottom: none; backdrop-filter: none; transition: background .4s, color .4s, box-shadow .4s; }
.site-header.scrolled { color: var(--ink); background: rgba(244,240,232,.94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(14px); }
.brand { letter-spacing: .12em; font-size: 14px; font-weight: 500; }
.brand-dot { color: #3B2A21; }
.desktop-nav { display: flex; gap: clamp(20px, 3vw, 48px); margin-left: 13%; }
.desktop-nav a, .header-visit { font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 10px; letter-spacing: .11em; transition: opacity .25s; }
.desktop-nav a:hover, .header-visit:hover, .text-link:hover { opacity: .55; }
.header-visit span, .text-link span, .button span, .footer-social span { font-size: 15px; margin-left: 7px; }
.menu-toggle { display: none; border: 0; color: inherit; background: transparent; padding: 8px 0 8px 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 23px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .3s; }
.hero { position: relative; min-height: 100vh; padding-top: 150px; padding-bottom: 95px; display: grid; grid-template-columns: minmax(260px, .8fr) minmax(470px, 1.2fr); gap: clamp(32px, 5vw, 96px); align-items: center; background: var(--sage-dark); color: #f7f3eb; overflow: hidden; }
.hero::after { content: 'TAISHA'; position: absolute; right: -5vw; bottom: -5vw; color: rgba(244,240,232,.055); font-size: clamp(120px, 22vw, 360px); line-height: .8; letter-spacing: -.08em; font-weight: 500; pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 650px; margin-top: -10px; }
.eyebrow { margin: 0 0 22px; font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .14em; font-size: 10px; line-height: 1.5; }
.hero h1, h2 { margin: 0; font-weight: 400; line-height: .94; letter-spacing: -.065em; }
.hero h1 { font-size: clamp(70px, 10vw, 148px); }
h1 em, h2 em { font-family: 'Playfair Display', serif; font-weight: 400; }
.hero-intro { max-width: 420px; margin: 36px 0 40px; font-size: 15px; line-height: 1.65; color: rgba(247,243,235,.72); }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 15px 20px; font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .08em; font-size: 10px; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--ink); color: #f7f3eb; }
.button-dark:hover { background: #3B2A21; }
.button-outline { border: 1px solid var(--line); color: var(--ink); margin-top: 32px; }
.button-outline:hover { border-color: var(--ink); background: var(--ink); color: var(--cream); }
.text-link { font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 7px; transition: opacity .25s; }
.hero-visual { position: relative; z-index: 1; width: min(100%, 620px); height: min(68vh, 700px); min-height: 480px; justify-self: end; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(18,27,19,.38)); pointer-events: none; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78); }
.hero-stamp { position: absolute; z-index: 1; right: -42px; top: 12%; width: 106px; height: 106px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: #E9DED2; color: #1f1f1d; font-family: 'DM Mono', monospace; font-size: 8px; line-height: 1.25; letter-spacing: .07em; transform: rotate(12deg); }
.image-caption { position: absolute; z-index: 1; bottom: 25px; left: 25px; margin: 0; font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; line-height: 1.7; color: rgba(247,243,235,.8); }
.image-caption span { color: rgba(247,243,235,.55); }
.scroll-note { position: absolute; bottom: 34px; left: clamp(24px, 6vw, 96px); display: flex; align-items: center; gap: 13px; font-family: 'DM Mono', monospace; text-transform: uppercase; letter-spacing: .1em; font-size: 9px; color: rgba(247,243,235,.62); }
.scroll-line { width: 38px; height: 1px; background: currentColor; }
.locations { padding-top: clamp(100px, 13vw, 190px); padding-bottom: clamp(100px, 13vw, 180px); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 74px; }
h2 { font-size: clamp(52px, 7.2vw, 108px); }
.location-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(20px, 6vw, 96px); }
.location-card:nth-child(2) { margin-top: 120px; }
.card-image { height: clamp(300px, 36vw, 530px); position: relative; overflow: hidden; }
.card-image img, .menu-image img, .story-image img, .gallery-item img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.location-card:hover img, .menu-image:hover img, .gallery-item:hover img, .story-image:hover img { transform: scale(1.04); }
.card-number { position: absolute; top: 20px; left: 20px; padding: 8px 10px; background: var(--cream); font-family: 'DM Mono', monospace; font-size: 10px; }
.coming-badge { display: inline-block; background: var(--wood); color: var(--cream); padding: 6px 10px; border-radius: 999px; font-family: 'DM Mono', monospace; font-size: 10px; letter-spacing: .08em; }

.coming-overlay { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(37,38,31,.78); color: var(--cream); padding: 12px 18px; border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 6px; text-align: center; box-shadow: 0 6px 20px rgba(0,0,0,.25); }
.coming-overlay small { display: block; font-family: 'DM Mono', monospace; font-size: 11px; color: rgba(247,243,235,.85); }
.card-image img { transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .3s ease; }
.card-image .coming-overlay + .card-number, .card-image .coming-overlay { z-index: 3; }
.card-image .coming-overlay ~ img { filter: brightness(.6) saturate(.7); }

@media (max-width: 800px) { .coming-overlay { padding: 10px 14px; } }

/* Stronger coming-soon visual treatment */
.location-card.coming-soon { border: 1px solid rgba(37,38,31,.03); background: transparent; }
.location-card.coming-soon .card-image img { filter: grayscale(.35) brightness(.82) saturate(.65); transform: scale(1.01); }
.location-card.coming-soon .card-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(18,27,19,.12), rgba(18,27,19,.08)); border-radius: 0; pointer-events: none; }
.location-card.coming-soon .circle-arrow { display: none; }
.location-card.coming-soon .card-content { opacity: 0.98; }
.location-card.coming-soon:hover .card-image img { transform: none; }
.location-card.coming-soon .coming-overlay { background: linear-gradient(180deg, rgba(37,38,31,.7), rgba(37,38,31,.6)); backdrop-filter: blur(2px); }

/* Make badge text stand out */
.coming-badge { letter-spacing: .12em; font-weight: 600; }

.location-card.coming-soon { position: relative; }
.location-card.coming-soon .card-image, .location-card.coming-soon .card-content { position: relative; z-index: 1; }
.location-card.coming-soon .coming-label { position: relative; z-index: 3; font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .08em; color: var(--sage-dark); margin-bottom: 6px; opacity: 1; }
.location-card.coming-soon .coming-note { margin-top: 8px; font-family: 'DM Mono', monospace; font-size: 13px; color: #6b6b63; }
.location-card.coming-soon .coming-badge { background: transparent; color: var(--wood); padding: 0; border-radius: 0; font-weight: 700; }

/* Dim only textual content; keep card background unchanged */
.location-card.coming-soon .card-content { color: rgba(37,38,31,0.62); }
.location-card.coming-soon .card-content h3,
.location-card.coming-soon .card-content p,
.location-card.coming-soon .card-content .eyebrow { opacity: 0.62; }
.location-card.coming-soon .card-content .coming-label { opacity: 1; }
.location-card.coming-soon .card-content .coming-badge { opacity: 1; }
.location-card.coming-soon .card-image img { filter: grayscale(.2) brightness(.9) saturate(.75); }

/* Find-us row coming-soon treatment */
.find-row.coming-soon { position: relative; }
.find-row.coming-soon .coming-label { font-family: 'DM Mono', monospace; font-size: 11px; letter-spacing: .08em; color: var(--sage-dark); margin-bottom: 6px; }
.find-row.coming-soon .coming-badge { background: transparent; color: var(--wood); padding: 0 6px; border-radius: 6px; font-weight: 700; }
.find-row.coming-soon h3, .find-row.coming-soon p, .find-row.coming-soon .find-hours p { opacity: 0.62; color: rgba(37,38,31,0.62); }
.find-row.coming-soon .circle-arrow { display: none; }

.instagram-section { padding-top: clamp(20px, 6vw, 70px); padding-bottom: clamp(90px, 12vw, 160px); }
.instagram-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.instagram-heading .text-link { margin-bottom: 10px; }
.instagram-feed-shell { position: relative; border: 1px solid var(--line); background: rgba(247, 243, 235, 0.55); padding: clamp(16px, 2vw, 22px); box-shadow: 0 10px 40px rgba(37,38,31,.04); }
.instagram-feed-shell .sk-instagram-feed { width: 100%; min-height: 280px; }
.instagram-feed-shell .sk-instagram-feed * { box-sizing: border-box; }
.instagram-feed-shell .sk-instagram-feed > div,
.instagram-feed-shell .sk-instagram-feed > iframe,
.instagram-feed-shell .sk-instagram-feed > section,
.instagram-feed-shell .sk-instagram-feed > ul,
.instagram-feed-shell .sk-instagram-feed > a { width: 100% !important; max-width: 100% !important; }
.instagram-feed-shell .sk-instagram-feed iframe { border: 0 !important; min-height: 360px; }

/* Footer contact styles */
.footer-top { display: flex; gap: 28px; align-items: flex-start; flex-wrap: wrap; }
.footer-meta { display: flex; gap: clamp(28px, 4vw, 64px); flex-wrap: wrap; align-items: flex-start; }
.footer-contact { min-width: 220px; }
.footer-contact h4,
.footer-socials h4 { margin: 0 0 8px 0; font-size: 13px; letter-spacing: .06em; color: rgba(238,232,219,.9); }
.footer-contact ul { list-style: none !important; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.contact-item { display: flex; gap: 12px; align-items: center; color: var(--cream); font-size: 15px; }
.contact-item svg { flex: 0 0 36px; height: 36px; width: 36px; color: #2b2b2b; background: #f4f0e8; padding: 7px; border-radius: 50%; border: 1px solid rgba(255,255,255,.08); transition: background .18s ease, color .18s ease, transform .12s ease, box-shadow .18s ease; }
.contact-item:hover svg { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
.contact-phone:hover svg { background: var(--wood); color: #fff; }
.contact-email:hover svg { background: #2d9cdb; color: #fff; }
.contact-item a { color: var(--cream); text-decoration: none; font-weight: 600; }

.footer-socials { min-width: 300px; }
.footer-social-grid { display: flex; flex-wrap: wrap; gap: 18px 30px; }
.social-branch { min-width: 150px; }
.social-branch p { margin: 0 0 10px; font-size: 12px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; color: rgba(238,232,219,.72); }
.social-links { display: flex; gap: 10px; }
.social-link { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 10px; background: rgba(255,255,255,.02); border: 1px solid rgba(238,232,219,.12); color: rgba(238,232,219,.75); transition: transform .2s ease, border-color .25s ease, color .25s ease, background .25s ease, box-shadow .25s ease; }
.social-link svg { width: 15px; height: 15px; }
.social-link:hover { transform: translateY(-2px); box-shadow: 0 10px 18px rgba(0,0,0,0.12); }
.social-facebook:hover { background: #1877F2; color: #fff; border-color: #1877F2; }
.social-instagram:hover { background: linear-gradient(135deg,#f58529 0%,#dd2a7b 35%,#8134af 65%,#515bd4 100%); color: #fff; border-color: transparent; }
.social-tiktok:hover { background: linear-gradient(135deg,#010101 0%,#69C9D0 32%,#EE1D52 100%); color: #fff; border-color: transparent; }

.footer-tagline { margin: 0; color: rgba(238,232,219,.9); }
.card-content { position: relative; display: grid; grid-template-columns: 1fr 42px; gap: 12px; padding-top: 23px; }
.card-content .eyebrow { margin-bottom: 12px; color: var(--sage); }
h3 { margin: 0; font-weight: 400; font-size: clamp(26px, 3vw, 42px); letter-spacing: -.04em; }
.circle-arrow { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 19px; transition: background .25s, color .25s, transform .25s; }
.circle-arrow:hover { background: var(--sage); color: var(--cream); border-color: var(--sage); transform: rotate(45deg); }
.location-meta { grid-column: 1 / -1; margin: 17px 0 0; font-size: 12px; line-height: 1.7; color: #5d5c52; }
.location-meta span { color: #979283; }
.menu-section { padding-top: clamp(90px, 11vw, 170px); padding-bottom: clamp(90px, 12vw, 180px); background: var(--paper); }
.menu-top { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 75px; }
.menu-note { margin: 0 6% 4px 0; color: #6c6b60; font-size: 14px; line-height: 1.6; }
.menu-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 9vw, 150px); align-items: start; }
.menu-row { display: grid; grid-template-columns: 1fr 1.1fr 25px; align-items: center; min-height: 105px; border-top: 1px solid var(--line); }
.menu-row:last-of-type { border-bottom: 1px solid var(--line); }
.menu-row > div { display: flex; align-items: center; gap: 27px; }
.menu-index { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--sage); }
.menu-row h3 { font-size: clamp(23px, 3vw, 39px); }
.menu-row p { margin: 0; font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; color: #858277; letter-spacing: .04em; }
.menu-plus { font-size: 22px; font-weight: 300; color: var(--sage); }
.menu-image { position: relative; height: 500px; overflow: hidden; }
.menu-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(40,40,29,.5)); }
.menu-image span { position: absolute; z-index: 1; bottom: 22px; left: 24px; font-family: 'Playfair Display', serif; color: #f7f3eb; font-size: 24px; line-height: 1.05; }
.story { display: grid; grid-template-columns: .93fr 1fr; gap: clamp(50px, 12vw, 190px); align-items: center; padding-top: clamp(100px, 14vw, 210px); padding-bottom: clamp(100px, 14vw, 210px); }
.story-image { height: min(52vw, 680px); min-height: 430px; position: relative; }
.story-image::before { content: ''; position: absolute; z-index: -1; inset: -25px 25px 25px -25px; border: 1px solid #b3aa9a; }
.story-image img { filter: saturate(.7); }
.story-features { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.story-feature { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(64,56,48,.16); background: rgba(255,255,255,.46); color: #2f2a24; font-family: 'DM Mono', monospace; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
.story-feature svg { width: 13px; height: 13px; display: block; }
.vertical-label { position: absolute; right: -52px; bottom: 55px; transform: rotate(-90deg); font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .13em; color: #777367; }
.story-copy { max-width: 475px; }
.story-copy h2 { margin-bottom: 35px; }
.story-copy > p:not(.eyebrow) { max-width: 320px; margin: 0 0 38px; font-size: 15px; line-height: 1.8; color: #68665c; }
.space-section { background: var(--sage-dark); color: #f6f1e6; padding-top: clamp(90px, 12vw, 165px); padding-bottom: clamp(90px, 12vw, 165px); overflow: hidden; }
.space-heading { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 73px; }
.space-heading .eyebrow { color: #F6F1E7; }
.space-heading h2 { font-size: clamp(46px, 6.8vw, 100px); }
.gallery { display: grid; grid-template-columns: 1.42fr .85fr .78fr; gap: 16px; padding: 0 clamp(24px, 6vw, 96px); align-items: end; }
.gallery-item { position: relative; overflow: hidden; }
.gallery-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(20,29,20,.52)); }
.gallery-wide { height: clamp(330px, 42vw, 580px); }
.gallery-tall { height: clamp(270px, 35vw, 480px); }
.gallery-small { height: clamp(220px, 27vw, 370px); }
.gallery-item span { position: absolute; z-index: 1; left: 16px; bottom: 15px; font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; color: rgba(247,243,235,.8); }
.find-us { padding-top: clamp(100px, 14vw, 190px); padding-bottom: clamp(90px, 13vw, 170px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 10vw, 150px); }
.find-heading > p:last-child { margin-top: 35px; font-size: 14px; color: #747166; }
.find-row { display: grid; grid-template-columns: 42px 1.1fr 1fr 40px; gap: 16px; align-items: center; min-height: 140px; border-top: 1px solid var(--line); }
.find-row:last-child { border-bottom: 1px solid var(--line); }
.find-number { font-family: 'DM Mono', monospace; font-size: 10px; color: var(--sage); }
.find-row h3 { font-size: 31px; margin-bottom: 11px; }
.find-row p { margin: 0; font-size: 12px; line-height: 1.6; color: #6c6a60; }
.find-hours span { display: block; margin-bottom: 8px; font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; color: var(--sage); }
.site-footer { padding: 68px clamp(24px, 6vw, 96px) 28px; background: #3B2A21; color: #eee8db; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 105px; }
.footer-brand { font-size: 20px; }
.footer-top p { margin: 0; font-family: 'Playfair Display', serif; font-size: clamp(21px, 3vw, 36px); line-height: 1.02; }
.footer-social { font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 10px; letter-spacing: .08em; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid rgba(238,232,219,.25); font-family: 'DM Mono', monospace; text-transform: uppercase; font-size: 9px; letter-spacing: .08em; color: rgba(238,232,219,.55); }
.mobile-menu { display: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 800px) { .desktop-nav, .header-visit { display: none; } .menu-toggle { display: block; } .site-header { height: 72px; } .hero { min-height: auto; padding-top: 130px; padding-bottom: 110px; grid-template-columns: 1fr; gap: 60px; } .hero::after { right: -10vw; bottom: -1vw; } .hero-visual { min-height: 420px; height: 105vw; max-height: 600px; } .hero-stamp { right: 15px; top: -25px; } .scroll-note { bottom: 35px; } .section-heading, .menu-top, .space-heading { display: block; } .section-heading { margin-bottom: 50px; } .section-heading h2, .menu-top h2 { margin-top: 35px; } .menu-note { margin: 35px 0 0; } .location-grid { grid-template-columns: 1fr; gap: 70px; } .location-card:nth-child(2) { margin-top: 0; } .card-image { height: 110vw; max-height: 560px; } .menu-layout { grid-template-columns: 1fr; gap: 50px; } .menu-image { height: 100vw; max-height: 550px; } .story { grid-template-columns: 1fr; gap: 75px; } .story-image { width: calc(100% - 25px); height: 105vw; max-height: 600px; } .space-heading { padding-bottom: 50px; } .space-heading h2 { margin-top: 35px; } .gallery { grid-template-columns: 1fr 1fr; gap: 10px; } .gallery-wide { grid-column: 1 / -1; height: 72vw; } .gallery-tall, .gallery-small { height: 55vw; } .find-us { grid-template-columns: 1fr; gap: 65px; } .find-row { grid-template-columns: 30px 1fr 38px; gap: 10px; min-height: 125px; } .find-hours { grid-column: 2; } .find-row .circle-arrow { grid-column: 3; grid-row: 1 / 3; } .footer-top { padding-bottom: 80px; flex-wrap: wrap; gap: 35px; } .footer-top p { order: 3; width: 100%; } .footer-bottom { gap: 18px; flex-wrap: wrap; } .mobile-menu { position: fixed; z-index: 9; inset: 0; display: flex; align-items: center; justify-content: center; background: var(--sage-dark); color: var(--cream); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; } .mobile-menu nav { display: flex; flex-direction: column; align-items: center; gap: 22px; } .mobile-menu a { font-family: 'Playfair Display', serif; font-size: 32px; } .menu-open .mobile-menu { opacity: 1; visibility: visible; } .menu-open .menu-toggle span:first-child { transform: translateY(3px) rotate(45deg); } .menu-open .menu-toggle span:last-child { transform: translateY(-3px) rotate(-45deg); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: .01ms !important; } }
@media (max-width: 480px) { .hero h1 { font-size: clamp(52px, 13vw, 72px); } h2 { font-size: clamp(38px, 9vw, 52px); } .space-heading h2 { font-size: clamp(34px, 8vw, 48px); } .mobile-menu a { font-size: 28px; } .menu-row h3 { font-size: 22px; } .menu-row { min-height: 88px; } .menu-row > div { gap: 18px; } .find-row h3 { font-size: 24px; } .footer-top p { font-size: 22px; } .hero-intro { font-size: 14px; } .menu-note { font-size: 13px; } .story-copy > p:not(.eyebrow) { font-size: 14px; } .location-meta { font-size: 11px; } .find-row p { font-size: 12px; } }
