@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: optional;
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYp3tKgS4.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: optional;
  src: url("https://fonts.gstatic.com/s/cormorantgaramond/v21/co3bmX5slCNuHLi8bLeY9MK7whWMhyjYqXtK.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 600;
  font-display: optional;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400 600;
  font-display: optional;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --wine: #780606;
  --wine-dark: #780606;
  --cream: #ffefdb;
  --gold: #c6a275;
  --gold-on-light: #8a6036;
  --ink: #251c1b;
  --muted: #675b56;
  --line: rgb(120 6 6 / 18%);
  --container: 73.75rem;
  --header-height: 5.125rem;
}

/* Reset and shared utilities */
*, *::before, *::after { box-sizing: border-box; }
html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body { margin: 0; background: var(--cream); color: var(--ink); font: 400 0.9375rem/1.7 Inter, sans-serif; }
body.menu-open { overflow: hidden; }
body.intro-active { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input { font: inherit; }
h1, h2, h3, blockquote { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-variant-numeric: lining-nums; }
section { scroll-margin-top: var(--header-height); }

.container { width: min(var(--container), calc(100% - 3rem)); margin-inline: auto; }
.section { padding-block: clamp(5rem, 9vw, 7.5rem); }
.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; z-index: 100; top: 0.5rem; left: 0.5rem; padding: 0.7rem 1rem; background: var(--cream); color: var(--wine); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin: 0; color: var(--gold); font-size: 0.6875rem; font-weight: 600; letter-spacing: 0.25em; text-transform: uppercase; }
.section .eyebrow { color: var(--gold-on-light); }
.section .button:not(.button--light) { border-color: var(--gold-on-light); }
.section .button:not(.button--light):hover, .section .button:not(.button--light):focus-visible { background: var(--gold-on-light); color: var(--cream); }

/* First-visit intro */
.site-intro {
  position: fixed;
  z-index: 200;
  inset: 0;
  display: grid;
  place-items: center;
  background: var(--wine);
  color: var(--cream);
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.site-intro[hidden] { display: none; }
.site-intro.is-leaving { opacity: 0; visibility: hidden; }
.site-intro__brand { display: grid; justify-items: center; animation: introBrand 900ms cubic-bezier(0.22, 1, 0.36, 1) both; }
.site-intro__brand img { width: clamp(13rem, 30vw, 22rem); height: auto; object-fit: contain; }
.site-intro__year { margin-bottom: 1.25rem; color: var(--gold); font: 600 0.6875rem/1 Inter, sans-serif; letter-spacing: 0.25em; }
.site-intro__subtitle { margin-top: 1rem; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.65em; }

.button { display: inline-flex; min-height: 3.125rem; align-items: center; justify-content: center; padding-inline: 1.7rem; border: 1px solid var(--gold); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; transition: background-color 200ms, color 200ms; }
.button:hover, .button:focus-visible { background: var(--gold); color: var(--wine-dark); }
.button--light { border-color: var(--cream); background: var(--cream); color: var(--wine); }
.button--light:hover, .button--light:focus-visible { background: transparent; color: var(--cream); }
.button-group { display: flex; justify-content: center; gap: 0.75rem; }

/* Header and navigation */
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; border-bottom: 1px solid rgb(255 255 255 / 12%); background: rgb(120 6 6 / 94%); color: var(--cream); backdrop-filter: blur(10px); }
.navigation { min-height: var(--header-height); display: flex; align-items: center; gap: 1.75rem; }
.logo, .footer-logo { display: inline-flex; flex-direction: column; align-items: center; font: 500 1.75rem/0.8 "Cormorant Garamond", Georgia, serif; letter-spacing: 0.15em; }
.logo img, .footer-logo img { width: auto; height: 1.75rem; object-fit: contain; }
.brand-year { margin-bottom: 0.28rem; color: var(--gold); font: 600 0.5rem/1 Inter, sans-serif; letter-spacing: 0.24em; }
.logo small, .footer-logo small { margin-top: 0.45rem; font: 600 0.48rem/1 Inter, sans-serif; letter-spacing: 0.5em; }
.logo { margin-right: auto; }
.nav-links { display: flex; gap: 1.6rem; font-size: 0.6875rem; letter-spacing: 0.09em; text-transform: uppercase; }
.nav-links a { opacity: 0.8; transition: color 200ms, opacity 200ms; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--gold); opacity: 1; }
.mobile-contact { display: none; }
.desktop-contact { min-height: 2.7rem; padding-inline: 1.2rem; }
.menu-toggle { display: none; width: 2.75rem; height: 2.75rem; padding: 0.65rem; border: 0; background: transparent; color: var(--cream); cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 0.32rem 0; background: currentColor; transition: transform 200ms, opacity 200ms; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; padding: 8rem 1.5rem 4.5rem; background: linear-gradient(90deg, rgb(30 10 12 / 76%), rgb(30 10 12 / 42%), rgb(30 10 12 / 76%)), url("askana-anasayfa.jpeg") center 58% / cover; color: var(--cream); text-align: center; }
.hero__content { max-width: 65rem; }
.hero h1 { margin: 1.5rem 0; font-size: clamp(4rem, 8vw, 7rem); line-height: 0.86; letter-spacing: -0.03em; }
.hero__lead { max-width: 39rem; margin: 0 auto 2.3rem; color: #eadbd0; font: 400 clamp(1.2rem, 2vw, 1.6rem)/1.5 "Cormorant Garamond", Georgia, serif; }
.scroll-prompt { position: absolute; bottom: 1.5rem; font-size: 0.625rem; letter-spacing: 0.2em; text-transform: uppercase; opacity: 0.75; }

/* Story */
.story-layout, .location-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(3rem, 7vw, 5.6rem); }
.framed-photo { position: relative; width: 100%; aspect-ratio: 4 / 5; margin: 0; background: #ead8c3; }
.framed-photo img { object-fit: cover; object-position: center; }
.framed-photo::after { content: ""; position: absolute; z-index: 1; inset: -0.75rem; border: 1px solid var(--gold); pointer-events: none; }
.section-copy h2 { margin: 1.1rem 0 1.5rem; color: var(--wine); font-size: clamp(3rem, 5vw, 4.4rem); line-height: 0.96; }
.section-copy > p { max-width: 34rem; color: var(--muted); }
.text-link { display: inline-block; margin-top: 1.3rem; padding-bottom: 0.25rem; border-bottom: 1px solid var(--gold); color: var(--wine); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; }

/* About */
.inner-page-hero { padding: calc(var(--header-height) + 5rem) 0 4.5rem; background: var(--wine); color: var(--cream); text-align: center; }
.inner-page-hero h1 { margin: 0.8rem 0; font-size: clamp(4rem, 8vw, 7rem); line-height: 0.9; }
.inner-page-hero p:last-child { max-width: 40rem; margin: 1rem auto 0; color: #ead8c3; }
.about-section { border-top: 1px solid var(--line); background: var(--cream); }
.about-layout { max-width: 62rem; }
.about-intro { margin-bottom: 2.4rem; text-align: center; }
.about-intro .eyebrow { font-size: clamp(0.875rem, 1.3vw, 1rem); letter-spacing: 0.28em; }
.about-copy { max-width: 52rem; margin-inline: auto; color: var(--muted); font-size: 1rem; text-align: center; }
.about-copy p { margin: 0 auto 1.4rem; }
.about-copy p:last-child { margin-bottom: 0; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: clamp(3rem, 6vw, 5rem); }
.value-card {
  position: relative;
  min-height: 13rem;
  display: grid;
  align-content: center;
  padding: 2.2rem 1.5rem 1.6rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--wine);
  transition: background-color 200ms, color 200ms, border-color 200ms, transform 200ms;
}
.value-card > span { position: absolute; top: 0.8rem; right: 1rem; color: var(--gold-on-light); font-size: 0.65rem; letter-spacing: 0.15em; }
.value-card h3 { margin: 0 0 0.75rem; color: inherit; font-size: 2rem; line-height: 1; }
.value-card p { margin: 0; color: var(--muted); font-size: 0.8rem; transition: color 200ms; }
.value-card:hover { border-color: var(--wine); background: var(--wine); color: var(--cream); transform: translateY(-2px); }
.value-card:hover p { color: var(--cream); }
.value-card:hover > span { color: var(--gold); }

/* Legal pages */
.legal-section { border-top: 1px solid var(--line); background: var(--cream); }
.legal-content { max-width: 52rem; }
.legal-meta { margin: 0 0 2rem; padding-bottom: 1.2rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 0.78rem; }
.legal-content h2 { margin: 2.6rem 0 0.8rem; color: var(--wine); font-size: clamp(2rem, 4vw, 2.8rem); line-height: 1; }
.legal-content h3 { margin: 1.8rem 0 0.6rem; color: var(--wine); font-size: 1.35rem; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { margin: 0.8rem 0 1.3rem; padding-left: 1.25rem; }
.legal-content li + li { margin-top: 0.45rem; }
.legal-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 0.2em; }
.legal-note { margin-top: 2.2rem; padding: 1.2rem 1.35rem; border-left: 3px solid var(--gold); background: rgb(120 6 6 / 5%); }
.policy-table-wrap { margin: 1.2rem 0 1.8rem; overflow-x: auto; }
.policy-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; }
.policy-table th, .policy-table td { padding: 0.85rem; border: 1px solid var(--line); color: var(--muted); text-align: left; vertical-align: top; }
.policy-table th { background: rgb(120 6 6 / 6%); color: var(--wine); font-weight: 600; }

/* Gallery */
.gallery-section { border-top: 1px solid var(--line); background: var(--cream); }
.gallery-section .section-heading h2 { color: var(--wine); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-flow: dense; grid-auto-rows: 20rem; gap: 1rem; }
.gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #ead8c3; }
.gallery-card--featured { grid-column: span 2; grid-row: span 2; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card img { transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1); }
.gallery-card::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgb(37 28 27 / 72%)); pointer-events: none; }
.gallery-card figcaption { position: absolute; z-index: 1; right: 1.35rem; bottom: 1.1rem; left: 1.35rem; color: var(--cream); font: 500 1.65rem/1 "Cormorant Garamond", Georgia, serif; }
.gallery-card:hover img { transform: scale(1.035); }

/* Branch-specific menu */
.menu-page-hero { padding: calc(var(--header-height) + 5rem) 0 4.5rem; background: var(--wine); color: var(--cream); text-align: center; }
.menu-page-hero h1 { margin: 0.8rem 0; font-size: clamp(4rem, 8vw, 7rem); line-height: 0.9; }
.menu-page-hero p:last-child { max-width: 40rem; margin: 1rem auto 0; color: #ead8c3; }
.menu-page .menu-section { padding-top: clamp(4rem, 7vw, 6rem); }
.menu-section { overflow: hidden; background: var(--cream); color: var(--wine); }
.section-heading { max-width: 42rem; margin: 0 auto 3.4rem; text-align: center; }
.section-heading h2 { margin: 0.9rem 0; font-size: clamp(3.2rem, 5vw, 4.5rem); line-height: 1; }
.section-heading > p:last-child { color: var(--muted); }
.menu-branch-tabs { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 50rem; margin: 0 auto 2.2rem; border: 1px solid var(--line); }
.menu-branch-tab { min-height: 4.5rem; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--wine); font: 500 1.6rem "Cormorant Garamond", serif; cursor: pointer; transition: background-color 200ms, color 200ms; }
.menu-branch-tab:last-child { border-right: 0; }
.menu-branch-tab:hover, .menu-branch-tab:focus-visible { background: rgb(120 6 6 / 7%); }
.menu-branch-tab.is-active { background: var(--wine); color: var(--cream); }
.menu-panel { max-width: 61rem; margin-inline: auto; padding: clamp(1.5rem, 4vw, 3.2rem); border: 1px solid var(--line); background: var(--cream); box-shadow: 0 1.5rem 4rem rgb(120 6 6 / 8%); }
.menu-panel__header { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 1.8rem; border-bottom: 1px solid var(--line); }
.menu-panel__header :is(h2, h3) { margin: 0.4rem 0 0; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1; }
.menu-panel__header > p { margin: 0; color: var(--muted); font-size: 0.8rem; }
.menu-panel__header .menu-branch-note { display: grid; gap: 0.25rem; text-align: center; }
.menu-category-tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; padding-block: 1.6rem; }
.menu-category-tab { padding: 0.7rem 1rem; border: 1px solid var(--line); background: transparent; color: var(--wine); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; }
.menu-category-tab:hover, .menu-category-tab:focus-visible, .menu-category-tab.is-active { border-color: var(--wine); background: var(--wine); color: var(--cream); }
.price-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3.2rem; }
.menu-item { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: 0.7rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.menu-item__name { font: 500 1.45rem/1.1 "Cormorant Garamond", serif; }
.menu-item__dots { min-width: 1rem; border-bottom: 1px dotted rgb(120 6 6 / 35%); }
.menu-item__price { color: var(--wine); font-weight: 600; white-space: nowrap; }
.menu-item__description { grid-column: 1 / -1; margin: -0.2rem 0 0; color: var(--muted); font-size: 0.75rem; }

/* Quote */
.quote-section { padding: clamp(5.5rem, 10vw, 8rem) 1.25rem; background: var(--wine); color: var(--cream); text-align: center; }
.quote-mark { color: var(--gold); font: 5rem/0.45 "Cormorant Garamond", serif; }
.quote-section blockquote { max-width: 56rem; margin: 0 auto 1.6rem; color: var(--cream); font-size: clamp(2.3rem, 4vw, 3.6rem); line-height: 1.15; }

/* Locations */
.location-heading { margin-bottom: 2.2rem; }
.location-heading h2 { color: var(--wine); }
.location-heading > p:last-child { color: var(--muted); }
.branch-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-bottom: 1.5rem; }
.branch-tab { position: relative; min-height: 7.5rem; display: grid; align-content: center; padding: 1.25rem 1.5rem; border: 1px solid var(--line); background: transparent; color: var(--wine); text-align: left; cursor: pointer; transition: background-color 200ms, color 200ms, border-color 200ms, transform 200ms; }
.branch-tab:hover { border-color: var(--gold-on-light); transform: translateY(-2px); }
.branch-tab:focus-visible { outline: 2px solid var(--gold-on-light); outline-offset: 3px; }
.branch-tab.is-active { border-color: var(--wine); background: var(--wine); color: var(--cream); }
.branch-tab > span { position: absolute; top: 0.8rem; right: 1rem; color: var(--gold-on-light); font-size: 0.65rem; letter-spacing: 0.15em; }
.branch-tab.is-active > span { color: var(--gold); }
.branch-tab strong { font: 500 2rem/1 "Cormorant Garamond", serif; }
.branch-tab small { margin-top: 0.45rem; font-size: 0.65rem; letter-spacing: 0.14em; text-transform: uppercase; opacity: 0.7; }
.location-layout { grid-template-columns: 0.9fr 1.1fr; align-items: start; gap: clamp(2.5rem, 5vw, 4.5rem); }
.branch-panel { animation: branchFade 280ms ease; }
.branch-panel.is-refreshing { animation: none; }
.map-placeholder { min-height: 30rem; overflow: hidden; border: 1px solid var(--line); background: #ded1c3; }
.map-placeholder iframe { display: block; width: 100%; height: 30rem; border: 0; }
.branch-details { min-width: 0; padding-block: 0.5rem; }
.branch-details h2 { margin-bottom: 0.8rem; font-size: clamp(2.8rem, 4.5vw, 4rem); }
.branch-address { color: var(--muted); font-size: clamp(0.95rem, 1.5vw, 1.15rem); line-height: 1.55; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin: 2.2rem 0; }
.info-card { min-height: 10.5rem; padding: clamp(1.3rem, 2.5vw, 1.9rem); border: 1px solid var(--line); }
.info-card strong { display: block; margin-bottom: 0.8rem; color: var(--wine); font: 500 1rem "Cormorant Garamond", serif; letter-spacing: 0.1em; text-transform: uppercase; }
.info-card span { color: var(--muted); font-size: 0.92rem; line-height: 1.65; }
.delivery-platforms { display: flex; flex-wrap: wrap; gap: 0.45rem; margin-top: 0.9rem; }
.delivery-platforms .delivery-platform { padding: 0.4rem 0.65rem; border: 1px solid var(--line); color: var(--wine); font-size: 0.65rem; font-weight: 600; line-height: 1.2; }
.delivery-platforms:empty { display: none; }
.payment-methods { margin-bottom: 2rem; }
.payment-methods > strong { display: block; margin-bottom: 0.8rem; color: var(--wine); font: 500 1rem "Cormorant Garamond", serif; letter-spacing: 0.1em; text-transform: uppercase; }
.payment-options { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.payment-option { padding: 0.65rem 0.9rem; border: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; }
.payment-note { max-width: 35rem; margin: 0.8rem 0 0; color: var(--wine); font-size: 0.72rem; line-height: 1.55; }
.branch-contact-row { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 1rem 1.8rem; margin-bottom: 2rem; }
.branch-contact-item { min-width: 0; display: inline-flex; align-items: flex-start; gap: 0.7rem; color: var(--ink); font-size: 0.95rem; line-height: 1.6; overflow-wrap: anywhere; }
.branch-phone-list { display: grid; gap: 0.35rem; }
.branch-phone-link { display: inline-flex; align-items: flex-start; gap: 0.7rem; }
.branch-contact-item:hover, .branch-contact-item:focus-visible, .branch-contact-item a:hover, .branch-contact-item a:focus-visible { color: var(--wine); }
.branch-contact-icon { flex: 0 0 auto; color: var(--gold-on-light); font-size: 1.25rem; line-height: 1.3; }
.branch-directions { min-width: 13.5rem; justify-content: center; gap: 0.65rem; }
address { font-style: normal; }

@keyframes branchFade { from { opacity: 0.4; transform: translateY(6px); } to { opacity: 1; transform: none; } }
@keyframes introBrand {
  from { opacity: 0; transform: translateY(1rem) scale(0.96); }
  to { opacity: 1; transform: none; }
}

/* Footer */
.site-footer { padding: 4rem 0 1.5rem; background: var(--wine-dark); color: #d9c9bf; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: clamp(2rem, 5vw, 4rem); }
.footer-grid > div { min-width: 0; }
.footer-grid > div:nth-child(2) { justify-self: center; }
.footer-grid > div:nth-child(3) { justify-self: end; }
.footer-logo { display: inline-flex; color: var(--cream); }
.footer-grid > div:first-child > p { margin: 1.1rem 0 0; color: #d9c9bf; }
.footer-title { margin: 0 0 1rem; color: var(--gold); font: 600 0.6875rem Inter, sans-serif; letter-spacing: 0.15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.5rem; }
.social-links { display: flex; gap: 0.65rem; margin-top: 0.25rem; }
.social-link { width: 2rem; height: 2rem; display: grid; place-items: center; color: var(--cream); transition: color 200ms, transform 200ms; }
.social-link svg { width: 1.15rem; height: 1.15rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.social-link svg path { fill: currentColor; stroke: none; }
.social-link .social-icon-dot { fill: currentColor; stroke: none; }
.social-link:hover, .social-link:focus-visible { color: var(--gold); transform: translateY(-2px); }
.copyright { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.4rem; border-top: 1px solid rgb(255 255 255 / 10%); font-size: 0.6875rem; }
.legal-links { display: flex; flex-wrap: wrap; gap: 0.4rem 0.8rem; }
.legal-links a:hover, .legal-links a:focus-visible { color: var(--cream); }

/* Responsive layout */
@media (max-width: 56.25rem) {
  .desktop-contact { display: none; }
  .menu-toggle { display: block; }
  .nav-links { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 0; padding: 1rem 1.5rem 1.5rem; background: var(--wine-dark); visibility: hidden; opacity: 0; transform: translateY(-0.75rem); transition: opacity 200ms, transform 200ms, visibility 200ms; }
  .nav-links .mobile-contact { display: block; }
  .nav-links a { padding: 0.8rem 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
  .nav-links .mobile-contact {
    margin-top: 0.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid var(--cream);
    background: var(--cream);
    color: var(--wine);
    font-weight: 600;
    text-align: center;
    opacity: 1;
  }
  .nav-links .mobile-contact:hover,
  .nav-links .mobile-contact:focus-visible {
    border-color: var(--gold);
    background: var(--gold);
    color: var(--wine-dark);
  }
  .navigation.is-open .nav-links { visibility: visible; opacity: 1; transform: none; }
  .navigation.is-open .menu-toggle > span:nth-of-type(2) { transform: translateY(0.375rem) rotate(45deg); }
  .navigation.is-open .menu-toggle > span:nth-of-type(3) { opacity: 0; }
  .navigation.is-open .menu-toggle > span:nth-of-type(4) { transform: translateY(-0.375rem) rotate(-45deg); }
  .story-layout, .location-layout { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 18rem; }
  .framed-photo { width: min(100%, 35rem); margin-inline: auto; }
  .price-list { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { justify-self: start; }
}

@media (max-width: 37.5rem) {
  .container { width: min(var(--container), calc(100% - 1.875rem)); }
  .logo img { height: 1.4rem; }
  .hero h1 { font-size: clamp(3.2rem, 16vw, 4rem); }
  .button-group { flex-direction: column; align-items: center; }
  .button-group .button { width: 13.5rem; }
  .framed-photo { width: 100%; }
  .framed-photo::after { display: none; }
  .info-grid, .footer-grid, .branch-tabs, .values-grid { grid-template-columns: 1fr; }
  .branch-tab { min-height: 5.8rem; }
  .info-card { min-height: auto; }
  .branch-contact-row { flex-direction: column; }
  .branch-directions { width: 100%; }
  .menu-branch-tabs { grid-template-columns: 1fr; }
  .menu-branch-tab { border-right: 0; border-bottom: 1px solid var(--line); }
  .menu-branch-tab:last-child { border-bottom: 0; }
  .menu-panel__header { align-items: start; flex-direction: column; gap: 0.7rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 18rem; }
  .gallery-card--featured, .gallery-card--wide { grid-column: auto; grid-row: auto; }
  .footer-grid { text-align: center; }
  .footer-grid > div, .footer-grid > div:nth-child(2), .footer-grid > div:nth-child(3) { justify-self: center; }
  .footer-links { justify-items: center; }
  .social-links { justify-content: center; }
  .copyright { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}
