/* 2026 site renewal — white, natural textures and deep burgundy */
:root {
  --wine: #711f32;
  --wine-deep: #4c1421;
  --wine-soft: #8e3b4e;
  --ink: #28221f;
  --muted: #746b65;
  --paper: #fffdf9;
  --wash: #f6f1e9;
  --line: #e7ddd2;
  --gold: #b58b52;
  --radius: 4px;
  --shadow: 0 18px 55px rgba(61, 34, 28, .11);
}

html { scroll-padding-top: 110px; }

body {
  color: var(--ink);
  background: var(--paper);
  font-family: 'Noto Serif JP', 'Yu Mincho', 'YuMincho', serif;
  letter-spacing: .035em;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image: radial-gradient(rgba(113, 31, 50, .08) .65px, transparent .65px);
  background-size: 8px 8px;
}

.container { max-width: 1200px; padding-inline: 36px; }

.header { position: sticky; top: 0; z-index: 1000; }

.header-top {
  padding: 7px 0;
  color: #f4e7e9;
  background: var(--wine-deep);
  border: 0;
}

.header-contact {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.header-contact > a { color: #fff; font-size: .85rem; letter-spacing: .12em; }
.social-links a { color: #f4e7e9; font-size: .75rem; letter-spacing: .12em; }

.header-main {
  position: sticky;
  top: 0;
  padding: 16px 0;
  color: #fff;
  background: rgba(113, 31, 50, .98);
  border: 0;
  box-shadow: 0 8px 28px rgba(44, 12, 20, .18);
  backdrop-filter: blur(12px);
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: #fff;
}
.site-logo {
  width: 48px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .94;
}
.logo-copy { display: flex; flex-direction: column; }
.logo-name { color: #fff; font-size: 1.34rem; font-weight: 400; letter-spacing: .14em; white-space: nowrap; }
.logo .tagline { display: block; color: rgba(255,255,255,.64); font-size: .58rem; letter-spacing: .22em; }
.nav ul { gap: clamp(17px, 2.3vw, 34px); }
.nav a { color: #fff; padding: 7px 0; font-size: .84rem; letter-spacing: .08em; }
.nav a:hover { opacity: 1; border-bottom-color: #d9b9a0; }

.hero { height: min(76vh, 760px); min-height: 520px; }
.hero-slide { background-position: center 52%; }
.hero-slide::before {
  background: linear-gradient(90deg, rgba(27,13,12,.62) 0%, rgba(27,13,12,.25) 56%, rgba(27,13,12,.12) 100%);
}
.hero-content { width: min(1120px, calc(100% - 64px)); text-align: left; }
.hero-content::before {
  content: '滋賀・栗東　くつろぎ処';
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 18px;
  color: #f1d7c6;
  background: none;
  font-size: .78rem;
  letter-spacing: .35em;
  opacity: 1;
}
.hero-content::after { display: none; }
.hero-content h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 3.6vw, 3.45rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .09em;
}
.hero-content h2 span { display: block; }
.hero-content p { font-size: clamp(1rem, 1.55vw, 1.2rem); letter-spacing: .22em; }

.features { padding: 76px 0; background: var(--paper); }
.features-grid { gap: 0; border-block: 1px solid var(--line); }
.feature-item { position: relative; padding: 36px 30px; }
.feature-item + .feature-item::before { content: ''; position: absolute; left: 0; top: 24%; height: 52%; width: 1px; background: var(--line); }
.feature-icon { font-size: 1.7rem; filter: saturate(.65); }
.feature-item h3 { font-weight: 400; letter-spacing: .08em; }
.feature-item p { color: var(--muted); font-size: .88rem; }

.greeting { padding: 108px 0; background: var(--wash); }
.greeting .container { max-width: 1240px; }
.greeting-content {
  max-width: none;
  padding: 70px clamp(28px, 7vw, 96px);
  background: linear-gradient(90deg, rgba(255,253,249,.96), rgba(255,253,249,.84)), url('../images/web/origin-chef-56.jpg') center/cover;
  border-left: 5px solid var(--wine);
  box-shadow: var(--shadow);
}
.greeting-content h2 { color: var(--wine); font-weight: 400; letter-spacing: .18em; }
.greeting-message h3 { color: var(--wine); font-weight: 400; letter-spacing: .07em; }
.greeting-message p { color: #5e5550; }

.menu-preview, .access-preview { padding: 100px 0; background: var(--paper); }
.menu-preview h2, .services h2, .access-preview h2, .faq-section h2 {
  color: var(--ink); font-weight: 400; letter-spacing: .18em;
}
.section-subtitle { color: var(--wine-soft); letter-spacing: .12em; }
.menu-grid { gap: 28px; }
.menu-item { border: 0; background: #fff; box-shadow: var(--shadow); }
.menu-item img { height: 285px; transition: transform .7s ease; }
.menu-item:hover img { transform: scale(1.035); }
.menu-item h3 { color: var(--wine); font-weight: 400; }
.menu-item p { color: var(--muted); }

.btn { border-radius: 0; letter-spacing: .1em; }
.btn-primary, .btn-secondary { background: var(--wine); color: #fff; }
.btn-primary:hover, .btn-secondary:hover { background: var(--wine-deep); }

.services { padding: 100px 0; background: var(--wash); }
.services-grid { gap: 26px; }
.service-card {
  min-height: 440px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: #fff;
  position: relative;
  overflow: hidden;
  transform: none;
  transition: transform .35s ease, box-shadow .35s ease;
}
.service-card::before {
  display: block;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--col-gold);
  opacity: 1;
  transition: width .5s ease;
  z-index: 2;
}
.service-card::after { display: none; }
.service-card .service-image {
  position: static;
  width: 100%;
  height: 255px;
  flex: 0 0 255px;
  object-fit: cover;
  object-position: center;
  transform: scale(1) !important;
  transition: transform .7s ease !important;
  animation: none !important;
}
.services .service-card:hover {
  background: #fff !important;
  transform: translateY(-8px) !important;
  box-shadow: var(--shadow-mid);
}
.services .service-card:hover::before { width: 100%; }
.services .service-card:hover .service-image { transform: scale(1.035) !important; }
.service-card > :not(.service-image) { position: relative; z-index: 1; }
.service-card h3 {
  margin: 26px 28px 10px;
  color: var(--wine);
  font-size: 1.3rem;
  font-weight: 500;
  text-shadow: none;
}
.service-card p {
  margin: 0 28px 24px;
  color: var(--muted);
  font-weight: 400;
  text-shadow: none;
}
.service-card .btn {
  align-self: flex-start;
  margin: auto 28px 28px;
  color: #fff;
  background: var(--wine);
}
.service-card .btn:hover { color: #fff; background: var(--wine-deep); }

.access-content { gap: 50px; align-items: stretch; }
.access-info { padding: 38px; border: 1px solid var(--line); background: #fff; }
.access-info dt, .access-info dd a { color: var(--wine); }
.access-map img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; border: 0; }
.access-content-wide { display: block; }
.access-info-wide { padding: clamp(32px, 4vw, 52px); }
.access-info-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}
.access-info-wide .access-info-heading h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
.access-info-wide .access-info-heading .btn { flex: 0 0 auto; }
.access-info-wide .access-details-grid {
  display: grid;
  grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(120px, 1fr));
  gap: 0;
  margin: 0;
}
.access-info-wide .access-detail {
  min-width: 0;
  padding: 0 clamp(18px, 2.2vw, 30px);
  border-left: 1px solid var(--line);
}
.access-info-wide .access-detail:first-child {
  padding-left: 0;
  border-left: 0;
}
.access-info-wide .access-detail:last-child { padding-right: 0; }
.access-info-wide .access-detail dt { margin-top: 0; }
.access-info-wide .access-detail dd { font-size: .88rem; }

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 104px;
  background: var(--wine);
  isolation: isolate;
}
.page-hero::before { content: ''; position: absolute; inset: 0; z-index: -2; background: url('../images/web/hero-inside.jpg') center/cover; }
.page-hero::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(76,20,33,.9), rgba(76,20,33,.62)); }
.page-hero h1 { font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 400; letter-spacing: .18em; }
.page-hero p { letter-spacing: .1em; }

.menu-page .menu-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: #1c1410;
  text-align: left;
}
.menu-page .menu-hero::before {
  background: url('../images/web/menu-cover.jpg') center 52%/cover;
  transform-origin: center;
  animation: menuHeroZoom 1.4s ease-out forwards;
}
.menu-page .menu-hero::after {
  display: none;
}
.menu-page .menu-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(27,13,12,.62) 0%, rgba(27,13,12,.25) 56%, rgba(27,13,12,.12) 100%);
  pointer-events: none;
}
@keyframes menuHeroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}
.menu-page .menu-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.menu-page .menu-hero-copy {
  max-width: 760px;
}
.menu-page .menu-hero-kicker {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-latin);
  font-size: .78rem;
  letter-spacing: .32em;
}
.menu-page .menu-hero h1 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  letter-spacing: .16em;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.menu-page .menu-hero p {
  color: rgba(255,255,255,.86);
  font-family: var(--font-serif);
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  letter-spacing: .14em;
  line-height: 1.9;
  text-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.takeout-page .takeout-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  padding: 120px 0 80px;
  background: #1c1410;
  text-align: left;
}
.takeout-page .takeout-hero::before {
  background: url('../images/web/takeout-main.jpg') center 52%/cover;
  transform-origin: center;
  animation: takeoutHeroZoom 1.4s ease-out forwards;
}
.takeout-page .takeout-hero::after { display: none; }
.takeout-page .takeout-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(27,13,12,.62) 0%, rgba(27,13,12,.25) 56%, rgba(27,13,12,.12) 100%);
  pointer-events: none;
}
@keyframes takeoutHeroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}
.takeout-page .takeout-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.takeout-page .takeout-hero-copy { max-width: 760px; }
.takeout-page .takeout-hero-kicker {
  display: block;
  margin-bottom: 14px;
  color: rgba(255,255,255,.72);
  font-family: var(--font-latin);
  font-size: .78rem;
  letter-spacing: .32em;
}
.takeout-page .takeout-hero h1 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  letter-spacing: .16em;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.takeout-page .takeout-hero p {
  color: rgba(255,255,255,.86);
  font-family: var(--font-serif);
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  letter-spacing: .14em;
  line-height: 1.9;
  text-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.content-section { padding: 100px 0; background: var(--paper); }
.article { max-width: 1000px; margin-bottom: 70px; padding: 38px 46px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 42px rgba(61,34,28,.06); }
.article h2 { color: var(--wine); font-weight: 400; border-color: var(--wine); letter-spacing: .1em; }
.article-content { color: #5e5651; }

.features-detailed, .faq-section { padding: 100px 0; background: var(--wash); }
.features-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.feature-detailed-item, .faq-item { padding: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 12px 34px rgba(61,34,28,.06); }
.feature-detailed-item h3, .faq-item h3 { color: var(--wine); font-weight: 400; }

.visual-story { display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; max-width: 1120px; margin: 0 auto 80px; }
.visual-story img { width: 100%; height: 480px; object-fit: cover; }
.visual-story img:last-child { margin-top: 58px; height: 360px; }
.wide-image-cut { margin: 0 auto 86px; max-width: 1120px; }
.wide-image-cut img { width: 100%; height: min(52vw, 520px); object-fit: cover; }

.menu-categories > .menu-category { margin-bottom: 92px; }
.menu-category h2 {
  color: #fff;
  font-weight: 400;
  letter-spacing: .15em;
  border: 0;
  background: linear-gradient(90deg, var(--wine-deep), var(--wine));
}
.menu-list { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.course-menu-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
.menu-list-four { grid-template-columns: repeat(2, minmax(0,1fr)); }
.menu-item-detail { overflow: hidden; padding: 0 0 26px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(61,34,28,.08); }
.menu-item-detail img { width: 100%; height: 230px; object-fit: cover; }
.menu-item-detail h3, .menu-item-detail p { margin-inline: 24px; }
.menu-item-detail h3 { margin-top: 24px; color: var(--ink); font-weight: 400; }
.menu-item-detail .price { color: var(--wine); }
.course-menu-list .price,
.menu-list-four .price {
  margin-left: 32px;
  margin-right: 24px;
  text-align: left;
}
.menu-item-detail p { color: var(--muted); font-size: .9rem; }
.drink-visual { display: grid; grid-template-columns: 1.05fr .95fr; margin-bottom: 26px; background: var(--wine); color: #fff; }
.drink-visual img { width: 100%; height: 360px; object-fit: cover; }
.drink-visual-copy { align-self: center; padding: 42px; }
.drink-visual-copy h3 { margin-bottom: 14px; font-size: 1.45rem; font-weight: 400; }
.drink-visual-copy p { color: rgba(255,255,255,.8); }
.drink-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.drink-list .menu-item-detail { padding: 26px; box-shadow: none; border: 0; }
.menu-category-divider { display: none; }
.menu-note { background: var(--wash); color: var(--muted); border-left: 4px solid var(--wine); border-radius: 0; }

.takeout-menu, .ceremony-menu { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px; margin: 30px 0 80px; }
.takeout-item, .ceremony-item { padding: 0 0 30px; overflow: hidden; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(61,34,28,.08); }
.takeout-item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.takeout-item img { width: 100%; height: 300px; object-fit: cover; }
.takeout-item h3, .takeout-item p, .ceremony-item h3, .ceremony-item p { margin-inline: 28px; }
.takeout-item h3, .ceremony-item h3 { margin-top: 26px; color: var(--ink); font-weight: 400; }
.takeout-item .price {
  margin: 10px 28px 15px;
  color: var(--wine);
}
.ceremony-item .price { color: var(--wine); }
.takeout-item .takeout-order {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  margin: 0;
  padding: 7px 13px;
  color: var(--wine);
  background: rgba(255,253,249,.94);
  border: 1px solid rgba(113,31,50,.24);
  border-radius: 999px;
  box-shadow: 0 5px 18px rgba(28,20,16,.16);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .08em;
}
.takeout-item .takeout-order-reservation {
  color: #765729;
  background: rgba(255,250,240,.95);
  border-color: rgba(181,139,82,.38);
}
.takeout-item .takeout-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.7;
}
.section-heading { margin: 0 0 34px; color: var(--wine); font-size: 1.75rem; font-weight: 400; letter-spacing: .13em; }
.ceremony-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; margin-bottom: 76px; }
.ceremony-gallery figure { margin: 0; position: relative; }
.ceremony-gallery img { width: 100%; height: 480px; object-fit: cover; }
.ceremony-gallery figure:last-child img { height: 390px; margin-top: 54px; }
.ceremony-gallery figcaption { position: absolute; left: 20px; bottom: 18px; padding: 8px 14px; color: #fff; background: rgba(76,20,33,.86); font-size: .8rem; }

.info-grid { gap: 28px; }
.info-card { padding: 38px; background: #fff; border: 1px solid var(--line); box-shadow: 0 14px 38px rgba(61,34,28,.06); }
.info-card h2, .info-card dt, .info-card dd a, .info-card h3 { color: var(--wine); }
.map-container {
  height: auto;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--wash);
  box-shadow: 0 16px 42px rgba(61,34,28,.08);
}
.map-container img { height: 480px; object-fit: cover; }
.map-container iframe {
  display: block;
  width: 100%;
  height: 480px;
  border: 0;
}
.map-actions {
  margin-top: 18px;
  text-align: right;
}
.map-external-link {
  display: inline-block;
  padding-bottom: 4px;
  color: var(--wine);
  border-bottom: 1px solid currentColor;
  font-size: .88rem;
  letter-spacing: .06em;
}
.map-external-link:hover {
  color: var(--wine-deep);
  opacity: 1;
}
.access-map-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: stretch;
  margin-top: 28px;
}
.access-map-layout > .info-card { height: 100%; }
.map-section-compact {
  margin: 0;
  padding: 38px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 38px rgba(61,34,28,.06);
}
.map-section-compact h2 {
  margin-bottom: 24px;
  color: var(--wine);
  font-weight: 400;
  letter-spacing: .1em;
}
.map-section-compact .map-container iframe { height: 340px; }
.map-section-compact .map-actions { margin-bottom: 0; }

.cta { padding: 88px 0; background: linear-gradient(135deg, var(--wine), var(--wine-deep)); }
.cta h2 { font-weight: 400; letter-spacing: .14em; }
.cta .btn-large { color: var(--wine); background: #fff; }
.cta .btn-large:hover { color: #fff; background: var(--gold); }

.footer { padding-top: 58px; background: #32131c; }
.footer-section h4 { color: #fff; font-weight: 400; letter-spacing: .12em; }
.footer-section:first-child h4::before {
  content: '';
  display: block;
  width: 42px;
  height: 64px;
  margin-bottom: 14px;
  background: url('../images/web/logo-mark.png') center/contain no-repeat;
  filter: brightness(0) invert(1);
  opacity: .88;
}
.footer-section a:hover { color: #e4bfc5; }

@media (max-width: 900px) {
  .header-main .container { align-items: flex-start; }
  .hamburger-menu {
    position: fixed;
    top: 48px;
    right: 16px;
    display: flex;
    padding: 11px;
    z-index: 1200;
    background: rgba(255,255,255,.08);
  }
  .hamburger-line { width: 28px; height: 2px; background: #fff; }
  .nav.active { top: 100%; background: var(--wine); border-color: rgba(255,255,255,.25); }
  .feature-item + .feature-item::before { display: none; }
  .menu-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .visual-story, .ceremony-gallery { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .container { padding-inline: 20px; }
  .header-top { display: none; }
  .header-main { padding: 14px 0; }
  .header-main .container { flex-direction: row; }
  .hamburger-menu { top: 24px; }
  .logo-link { gap: 10px; }
  .site-logo { width: 36px; height: 54px; }
  .logo-name { font-size: 1.08rem; letter-spacing: .1em; }
  .logo .tagline { font-size: .48rem; letter-spacing: .15em; }
  .hero { min-height: 500px; height: 72vh; }
  .hero-content { width: calc(100% - 40px); }
  .hero-content h2 {
    max-width: 100%;
    margin-bottom: 14px;
    font-size: clamp(1.55rem, 7vw, 1.85rem);
    line-height: 1.65;
    letter-spacing: .06em;
  }
  .hero-content p { font-size: .92rem; }
  .features, .menu-preview, .services, .access-preview, .content-section, .features-detailed, .faq-section { padding: 70px 0; }
  .greeting { padding: 56px 0; }
  .greeting-content { padding: 46px 24px; }
  .greeting-message p { line-height: 2; }
  .menu-grid, .features-list, .menu-list, .takeout-menu, .ceremony-menu, .drink-list, .drink-visual, .visual-story, .ceremony-gallery { grid-template-columns: 1fr; }
  .service-card { min-height: 420px; }
  .service-card .service-image { height: 235px; flex-basis: 235px; }
  .page-hero { padding: 82px 0 76px; }
  .article { padding: 28px 22px; }
  .visual-story img, .visual-story img:last-child, .ceremony-gallery img, .ceremony-gallery figure:last-child img { height: 310px; margin-top: 0; }
  .drink-visual img { height: 300px; }
  .takeout-item img { height: 250px; }
  .access-map img, .map-container img, .map-container iframe { min-height: 300px; height: 300px; }
}

/* ============================================================
   和っこのこだわり
   ============================================================ */
.about-page .about-kicker {
  display: block;
  margin-bottom: 16px;
  color: var(--wine-soft);
  font-family: var(--font-latin);
  font-size: .72rem;
  font-weight: 500;
  letter-spacing: .28em;
}

.about-page .about-hero {
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  padding: 120px 0 76px;
  background: #1c1410;
  text-align: left;
}
.about-page .about-hero::before {
  background: url('../images/web/about-hero-dish-3.jpg') center 42%/cover;
  transform-origin: center;
  animation: aboutHeroZoom 1.4s ease-out forwards;
}
.about-page .about-hero::after {
  display: none;
}
.about-page .about-hero-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(27,13,12,.62) 0%, rgba(27,13,12,.25) 56%, rgba(27,13,12,.12) 100%);
  pointer-events: none;
}
@keyframes aboutHeroZoom {
  from { transform: scale(1.04); }
  to { transform: scale(1); }
}
.about-page .about-hero .container {
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-page .about-hero-copy { max-width: 760px; }
.about-page .about-hero .about-kicker { color: rgba(255,255,255,.72); }
.about-page .about-hero h1 {
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  letter-spacing: .16em;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.about-page .about-hero p {
  color: rgba(255,255,255,.86);
  font-family: var(--font-serif);
  font-size: clamp(.95rem, 1.5vw, 1.15rem);
  letter-spacing: .14em;
  text-transform: none;
  text-shadow: 0 1px 10px rgba(0,0,0,.4);
}

.about-intro {
  padding: 120px 0;
  background: var(--paper);
}
.about-intro-grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
  max-width: 1100px;
}
.about-intro-heading {
  padding-right: 48px;
  border-right: 1px solid var(--line);
}
.about-intro-heading h2,
.about-section-heading h2 {
  color: var(--wine);
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  font-weight: 400;
  letter-spacing: .11em;
  line-height: 1.65;
}
.about-intro-body { padding-top: 4px; }
.about-lead {
  margin-bottom: 30px;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  letter-spacing: .07em;
  line-height: 1.9;
}
.about-intro-body > p:not(.about-lead) {
  max-width: 650px;
  color: var(--muted);
  font-size: .96rem;
  letter-spacing: .04em;
  line-height: 2.2;
}

.about-story {
  padding: 10px 0 120px;
  background: var(--paper);
}
.about-story .container { max-width: 1240px; }
.about-story-item {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  min-height: 520px;
  margin-bottom: 72px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 60px rgba(61,34,28,.09);
}
.about-story-item:last-child { margin-bottom: 0; }
.about-story-item-reverse .about-story-media { order: 2; }
.about-story-item-reverse .about-story-copy { order: 1; }
.about-story-media {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
}
.about-story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .9s cubic-bezier(.2,.7,.2,1);
}
.about-story-item-reverse .about-story-media img { object-position: center 45%; }
.about-story-item:hover .about-story-media img { transform: scale(1.025); }
.about-story-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 6vw, 82px);
}
.about-story-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 88px;
  background: var(--wine);
}
.about-story-item-reverse .about-story-copy::before {
  right: 0;
  left: auto;
}
.about-number {
  position: absolute;
  top: 24px;
  right: 30px;
  color: rgba(112,32,51,.1);
  font-family: var(--font-latin);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}
.about-story-copy h2 {
  margin-bottom: 28px;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.7vw, 2.35rem);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.65;
}
.about-story-copy p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .93rem;
  letter-spacing: .035em;
  line-height: 2.05;
}
.about-story-copy p:last-child { margin-bottom: 0; }

.about-principles {
  padding: 110px 0 120px;
  color: #fff;
  background: linear-gradient(145deg, var(--wine-deep), var(--wine));
}
.about-principles .about-section-heading {
  margin-bottom: 58px;
  text-align: center;
}
.about-principles .about-kicker { color: rgba(255,255,255,.58); }
.about-principles .about-section-heading h2 { color: #fff; }
.about-principles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.18);
}
.about-principle {
  min-height: 250px;
  padding: 38px 30px;
  background: rgba(72,17,30,.72);
  transition: background .3s ease;
}
.about-principle:hover { background: rgba(99,27,44,.9); }
.about-principle > span {
  display: block;
  margin-bottom: 30px;
  color: var(--col-gold-light);
  font-family: var(--font-serif);
  font-size: 1.4rem;
}
.about-principle h3 {
  margin-bottom: 16px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 400;
  letter-spacing: .12em;
}
.about-principle p {
  color: rgba(255,255,255,.68);
  font-size: .84rem;
  line-height: 1.9;
}

.about-closing {
  position: relative;
  isolation: isolate;
  padding: 132px 0;
  color: #fff;
  text-align: center;
  background: var(--wine);
  overflow: hidden;
}
.about-closing::before,
.about-closing::after {
  content: '';
  position: absolute;
  inset: 0;
}
.about-closing::before {
  z-index: -2;
  background: url('../images/web/about-table.jpg') center/cover;
}
.about-closing::after {
  z-index: -1;
  background: rgba(60,16,27,.78);
}
.about-closing .about-kicker { color: rgba(255,255,255,.68); }
.about-closing h2 {
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .14em;
  line-height: 1.65;
}
.about-closing p {
  margin-bottom: 38px;
  color: rgba(255,255,255,.78);
  letter-spacing: .06em;
}
.about-closing-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.about-closing .btn {
  min-width: 230px;
  padding: 15px 28px;
}
.about-btn-outline {
  color: #fff;
  border: 1px solid rgba(255,255,255,.58);
  background: transparent;
}
.about-btn-outline:hover {
  color: var(--wine);
  background: #fff;
  opacity: 1;
}

.about-page .observe {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .8s ease, transform .8s ease;
}
.about-page .observe.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .about-intro-grid { grid-template-columns: 1fr; gap: 38px; }
  .about-intro-heading {
    padding-right: 0;
    padding-bottom: 32px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .about-story-item { grid-template-columns: 1fr; }
  .about-story-item-reverse .about-story-media,
  .about-story-item-reverse .about-story-copy { order: initial; }
  .about-story-media { height: min(68vw, 500px); min-height: 0; }
  .about-story-item-reverse .about-story-copy::before {
    right: auto;
    left: 0;
  }
  .about-principles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .menu-page .menu-hero {
    min-height: 430px;
    padding: 96px 0 54px;
  }
  .menu-page .menu-hero::before { background-position: 52% center; }
  .menu-page .menu-hero::after {
    background:
      linear-gradient(90deg, rgba(18,9,8,.86), rgba(18,9,8,.48) 72%, rgba(18,9,8,.2)),
      linear-gradient(0deg, rgba(18,9,8,.42), rgba(18,9,8,0) 60%);
  }
  .menu-page .menu-hero h1 {
    font-size: 2.2rem;
    letter-spacing: .08em;
  }
  .menu-page .menu-hero p {
    max-width: 22em;
    font-size: .84rem;
    letter-spacing: .06em;
  }
  .takeout-page .takeout-hero {
    min-height: 430px;
    padding: 96px 0 54px;
  }
  .takeout-page .takeout-hero::before { background-position: 52% center; }
  .takeout-page .takeout-hero h1 {
    font-size: 2.2rem;
    letter-spacing: .08em;
  }
  .takeout-page .takeout-hero p {
    max-width: 22em;
    font-size: .84rem;
    letter-spacing: .06em;
  }
  .about-page .about-hero {
    min-height: 430px;
    padding: 96px 0 54px;
  }
  .about-page .about-hero::before { background-position: 43% center; }
  .about-page .about-hero::after {
    background: linear-gradient(90deg, rgba(12,8,4,.72), rgba(12,8,4,.42));
  }
  .about-page .about-hero h1 {
    font-size: 2.2rem;
    letter-spacing: .08em;
  }
  .about-page .about-hero p {
    max-width: 22em;
    font-size: .84rem;
    letter-spacing: .06em;
    line-height: 1.9;
  }
  .about-intro { padding: 76px 0; }
  .about-lead br { display: none; }
  .about-story { padding-bottom: 76px; }
  .about-story-item { margin-bottom: 38px; }
  .about-story-copy { padding: 48px 26px 42px; }
  .about-story-copy::before { height: 58px; }
  .about-number { top: 18px; right: 20px; font-size: 3.8rem; }
  .about-story-media img { height: 72vw; }
  .about-principles { padding: 76px 0; }
  .about-principles .about-section-heading { margin-bottom: 38px; }
  .about-principles-grid { grid-template-columns: 1fr; }
  .about-principle { min-height: 0; padding: 30px 26px; }
  .about-principle > span { margin-bottom: 18px; }
  .about-closing { padding: 88px 0; }
  .about-closing h2 { letter-spacing: .08em; }
  .about-closing-actions { flex-direction: column; align-items: stretch; }
  .about-closing .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .takeout-page .takeout-hero::before,
  .menu-page .menu-hero::before,
  .about-page .about-hero::before {
    animation: none;
    transform: none;
  }
  .about-page .observe,
  .about-page .observe.in-view {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .about-story-media img { transition: none; }
}

@media (max-width: 900px) {
  .access-info-wide .access-details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 0; }
  .access-info-wide .access-detail { padding: 0 24px; }
  .access-info-wide .access-detail:nth-child(odd) { padding-left: 0; border-left: 0; }
  .access-info-wide .access-detail:nth-child(even) { padding-right: 0; }
  .access-info-wide .access-detail-address { grid-column: 1 / -1; padding-right: 0; }
  .access-map-layout { grid-template-columns: 1fr; }
  .map-section-compact .map-container iframe { height: 380px; }
}

@media (max-width: 700px) {
  .access-info-heading { align-items: flex-start; flex-direction: column; }
  .access-info-wide .access-info-heading .btn { width: 100%; }
  .access-info-wide .access-details-grid { grid-template-columns: 1fr; gap: 0; }
  .access-info-wide .access-detail,
  .access-info-wide .access-detail:nth-child(n) {
    padding: 20px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }
  .access-info-wide .access-detail:first-child { padding-top: 0; border-top: 0; }
  .access-info-wide .access-detail:last-child { padding-bottom: 0; }
  .map-section-compact { padding: 24px; }
  .map-section-compact .map-container iframe {
    min-height: 300px;
    height: 300px;
  }
}
