.language-coming {
  display: block;
  padding: 10px 9px 8px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.guide-hero {
  min-height: 665px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  background: var(--wine-dark);
  color: #fff8ed;
}

.guide-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 86px max(6vw, calc((100vw - 1440px) / 2 + 5vw));
}

.guide-hero h1,
.detail-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(55px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}

.guide-hero h1 em { color: #e0bd72; font-weight: 400; }
.guide-hero-copy > p:not(.eyebrow) { max-width: 580px; margin: 29px 0 0; color: #d6c9bc; font-family: var(--serif); font-size: 18px; line-height: 1.72; }

.guide-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 34px; }
.guide-facts span { padding: 9px 12px; border: 1px solid rgba(224,189,114,.35); color: #ead19b; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

.guide-hero-image { position: relative; min-height: 665px; overflow: hidden; background: #324a3f; }
.guide-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(2,26,17,.72)); }
.guide-hero-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.guide-hero-image:hover img { transform: scale(1.025); }
.guide-hero-image span { position: absolute; z-index: 1; left: 30px; right: 30px; bottom: 27px; color: white; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.answer-strip { padding: 27px max(7vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: .55fr 1.45fr; gap: 5vw; align-items: start; background: #e7ddc5; }
.answer-strip strong { color: var(--wine); font-family: var(--serif); font-size: 19px; font-weight: 600; }
.answer-strip p { margin: 0; color: #47564e; font-family: var(--serif); font-size: 16px; line-height: 1.65; }

.guide-group { padding-top: 105px; padding-bottom: 105px; }
.guide-group:nth-of-type(even) { max-width: none; padding-left: max(7vw, calc((100vw - 1440px) / 2 + 7vw)); padding-right: max(7vw, calc((100vw - 1440px) / 2 + 7vw)); background: #eee8d9; }
.guide-group-heading { max-width: 790px; margin-bottom: 42px; }
.guide-group-heading h2 { font-size: clamp(43px, 4.5vw, 68px); }
.guide-group-heading > p:last-child { max-width: 710px; margin: 24px 0 0; color: var(--muted); font-family: var(--serif); font-size: 16px; line-height: 1.7; }

.attraction-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px 18px; }
.attraction-card { min-width: 0; background: #fffdf8; border: 1px solid var(--line); }
.attraction-card-image { position: relative; display: block; aspect-ratio: 3 / 2; overflow: hidden; background: #6d796f; }
.attraction-card-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(3,33,22,.68)); }
.attraction-card-image img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.attraction-card:hover .attraction-card-image img { transform: scale(1.035); }
.card-number { position: absolute; z-index: 1; top: 13px; left: 13px; width: 36px; height: 36px; display: grid; place-items: center; background: rgba(5,55,37,.93); color: #efd49b; font-size: 10px; font-weight: 800; }
.card-open { position: absolute; z-index: 1; left: 17px; bottom: 15px; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.attraction-card-copy { padding: 22px 22px 25px; }
.attraction-card-copy > p:first-child { margin: 0 0 9px; color: var(--wine); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.attraction-card-copy h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 400; line-height: 1.12; }
.attraction-card-copy > p:last-child { margin: 13px 0 0; color: #617067; font-family: var(--serif); font-size: 14px; line-height: 1.6; }

.guide-map,
.detail-map { min-height: 595px; display: grid; grid-template-columns: .82fr 1.18fr; background: var(--wine); color: #fff8ed; }
.guide-map-copy,
.detail-map-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 74px max(6vw, calc((100vw - 1440px) / 2 + 5vw)); }
.guide-map h2,
.detail-map h2 { font-size: clamp(44px, 4.8vw, 69px); }
.guide-map-copy > p:not(.section-kicker),
.detail-map-copy > p:not(.section-kicker) { max-width: 470px; margin: 27px 0 31px; color: #dfd3c8; font-family: var(--serif); font-size: 17px; line-height: 1.7; }
.guide-map iframe,
.detail-map iframe { display: block; width: 100%; height: 100%; min-height: 595px; border: 0; filter: saturate(.82) contrast(.98); }

.map-place-list { max-width: 1440px; margin: 0 auto; padding: 34px 7vw 45px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; background: var(--paper); }
.map-place-list a { min-height: 52px; padding: 11px 13px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); color: var(--wine); font-family: var(--serif); font-size: 13px; line-height: 1.25; }
.map-place-list a:hover { background: var(--cream); }
.map-place-list span { flex: 0 0 auto; color: var(--gold); font-family: var(--sans); font-size: 9px; font-weight: 800; }

.guide-faq,
.detail-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.guide-faq h2,
.detail-faq h2 { font-size: clamp(42px, 4.3vw, 64px); }

.guide-cta { min-height: 410px; padding: 80px max(7vw, calc((100vw - 1240px) / 2)); display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; align-items: center; background: var(--ink); color: white; }
.guide-cta h2 { font-size: clamp(47px, 5vw, 74px); }
.guide-cta > div:last-child p { max-width: 430px; margin: 0 0 27px; color: #ccbfb6; font-family: var(--serif); font-size: 17px; line-height: 1.65; }

.breadcrumbs { max-width: 1440px; margin: 0 auto; padding: 17px 4.5vw; display: flex; gap: 10px; align-items: center; overflow-x: auto; color: #617067; font-size: 11px; white-space: nowrap; }
.breadcrumbs a { color: var(--wine); font-weight: 700; }

.detail-hero { min-height: 630px; display: grid; grid-template-columns: .86fr 1.14fr; background: var(--wine-dark); color: #fff8ed; }
.detail-hero-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 78px max(6vw, calc((100vw - 1440px) / 2 + 5vw)); }
.detail-hero h1 { font-size: clamp(48px, 5.4vw, 79px); }
.detail-hero-copy > p:not(.section-kicker) { max-width: 520px; margin: 27px 0 31px; color: #d6c9bc; font-family: var(--serif); font-size: 17px; line-height: 1.72; }
.detail-hero-media { min-height: 630px; overflow: hidden; }
.detail-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.detail-answer { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: start; }
.detail-answer h2 { font-size: clamp(43px, 4.7vw, 68px); }
.detail-answer > div:last-child > p { margin: 0 0 30px; color: #58675f; font-family: var(--serif); font-size: 18px; line-height: 1.75; }
.detail-answer dl { margin: 0; border-top: 1px solid var(--line); }
.detail-answer dl div { display: grid; grid-template-columns: .55fr 1.45fr; gap: 22px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.detail-answer dt { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.detail-answer dd { margin: 0; font-family: var(--serif); font-size: 15px; line-height: 1.5; }

.detail-gallery-section { max-width: none; padding-left: max(7vw, calc((100vw - 1440px) / 2 + 7vw)); padding-right: max(7vw, calc((100vw - 1440px) / 2 + 7vw)); background: #eee8d9; }
.detail-gallery { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 10px; }
.detail-gallery picture { position: relative; aspect-ratio: 3 / 2; overflow: hidden; cursor: zoom-in; background: #879289; }
.detail-gallery img { height: 100%; object-fit: cover; transition: transform .55s ease; }
.detail-gallery picture:hover img { transform: scale(1.025); }
.zoom-photo { position: relative; display: block; width: 100%; min-width: 0; padding: 0; overflow: hidden; border: 0; border-radius: 0; background: #879289; color: inherit; text-align: inherit; cursor: zoom-in; appearance: none; }
.zoom-photo picture { display: block; width: 100%; height: 100%; }
.zoom-photo img { display: block; width: 100%; height: 100%; }
.zoom-photo:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.zoom-hint { position: absolute; z-index: 2; right: 10px; bottom: 10px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.55); background: rgba(4,42,28,.82); color: #fff; font-size: 17px; line-height: 1; pointer-events: none; }

.restaurant-directory { padding-top: 45px; padding-bottom: 100px; }
.restaurant-entry { padding: 76px 0; display: grid; grid-template-columns: .68fr 1.32fr; gap: 6vw; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.restaurant-entry:nth-child(even) { background: #f0eadc; margin-inline: -7vw; padding-inline: 7vw; }
.restaurant-heading { align-self: center; }
.restaurant-heading h2 { font-size: clamp(38px, 4vw, 59px); line-height: 1; }
.restaurant-heading > p:not(.section-kicker) { margin: 24px 0 25px; color: #5c6a62; font-family: var(--serif); font-size: 16px; line-height: 1.7; }
.restaurant-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.restaurant-gallery picture { position: relative; aspect-ratio: 3 / 2; overflow: hidden; cursor: zoom-in; background: #879289; }
.restaurant-gallery img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.restaurant-gallery picture:hover img { transform: scale(1.035); }
.image-note { grid-column: 2; margin: -5vw 0 0; transform: translateY(23px); color: var(--muted); font-size: 10px; letter-spacing: .04em; }

@media (max-width: 1120px) {
  .attraction-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .map-place-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .guide-hero,
  .detail-hero { display: flex; min-height: 0; flex-direction: column; }
  .guide-hero-copy,
  .detail-hero-copy { padding: 70px 24px 58px; }
  .guide-hero h1 { font-size: clamp(50px, 15vw, 70px); }
  .detail-hero h1 { font-size: clamp(45px, 13vw, 63px); }
  .guide-hero-copy > p:not(.eyebrow),
  .detail-hero-copy > p:not(.section-kicker) { font-size: 16px; }
  .guide-hero-image,
  .detail-hero-media { min-height: 0; height: auto; aspect-ratio: 3 / 2; }
  .guide-hero-image span { left: 18px; right: 18px; bottom: 17px; }
  .answer-strip { grid-template-columns: 1fr; gap: 9px; padding: 24px; }
  .guide-group { padding: 79px 18px; }
  .guide-group:nth-of-type(even) { padding-left: 18px; padding-right: 18px; }
  .attraction-grid { grid-template-columns: 1fr; gap: 14px; }
  .guide-map,
  .detail-map { grid-template-columns: 1fr; min-height: 0; }
  .guide-map-copy,
  .detail-map-copy { padding: 72px 24px; }
  .guide-map iframe,
  .detail-map iframe { min-height: 430px; }
  .map-place-list { padding: 24px 18px 35px; grid-template-columns: 1fr 1fr; }
  .guide-faq,
  .detail-faq,
  .guide-cta,
  .detail-answer { grid-template-columns: 1fr; gap: 35px; }
  .guide-cta { padding: 72px 24px; }
  .breadcrumbs { padding-inline: 20px; }
  .detail-answer { padding: 80px 24px; }
  .detail-gallery-section { padding: 78px 18px; }
  .detail-gallery { grid-template-columns: 1fr 1fr; gap: 7px; }
  .detail-gallery picture:first-child { grid-column: 1 / 3; }
  .restaurant-directory { padding: 10px 18px 80px; }
  .restaurant-entry { grid-template-columns: 1fr; gap: 31px; padding: 67px 0; }
  .restaurant-entry:nth-child(even) { margin-inline: -18px; padding-inline: 18px; }
  .restaurant-heading h2 { font-size: 42px; }
  .restaurant-gallery { gap: 6px; }
  .image-note { grid-column: 1; margin: -18px 0 0; transform: none; line-height: 1.5; }
}

@media (max-width: 390px) {
  .guide-facts { flex-direction: column; align-items: flex-start; }
  .restaurant-gallery { grid-template-columns: 1fr; }
}
