.inner-page { background: var(--paper); }
.inner-page .site-header { position: relative; background: var(--red-dark); }
.inner-page .main-nav { margin-top: 0; }
.inner-page .brand img, .inner-page .footer-brand img { filter: none; }
.inner-page .nav-links a[aria-current="page"]::after { right: 0; }

.page-hero { position: relative; min-height: 560px; display: flex; align-items: end; overflow: hidden; color: #fff; background: #2c211b; }
.page-hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(25,11,7,.84), rgba(25,11,7,.22)), var(--page-image); background-size: cover; background-position: center; }
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, rgba(20,8,5,.55)); }
.page-hero-copy { position: relative; z-index: 2; width: min(1050px, calc(100% - 40px)); margin: 0 auto; padding: 110px 0 74px; }
.breadcrumbs { margin: 0 0 26px; color: #f0c79c; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.breadcrumbs a { border-bottom: 1px solid rgba(255,255,255,.45); }
.page-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(70px, 8vw, 124px); font-weight: 400; letter-spacing: -.055em; line-height: .82; }
.page-hero h1 em { color: #ffd0a1; font-weight: 400; }
.page-hero-copy > p:last-child { max-width: 550px; margin: 28px 0 0; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.7; }

.page-section { padding: 100px clamp(20px, 6vw, 104px); }
.page-section.alt { background: #ece3d6; }
.page-section.dark { color: #fff; background: #261a16; }
.page-intro { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 130px); align-items: start; }
.page-intro h2, .local-title { margin: 0; font-family: var(--serif); font-size: clamp(50px, 6vw, 92px); font-weight: 400; letter-spacing: -.045em; line-height: .9; }
.page-intro h2 em, .local-title em { color: var(--red); font-weight: 400; }
.page-intro-copy { max-width: 670px; }
.page-intro-copy > p { margin: 0 0 22px; color: #5c554e; font-size: 14px; line-height: 1.8; }
.page-intro-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.45; }

.stat-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 30px 20px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; color: var(--red); font-family: var(--serif); font-size: 42px; font-weight: 400; }
.stat span { color: #6f655d; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 50px; }
.story-card { min-height: 330px; padding: 32px; display: flex; flex-direction: column; justify-content: space-between; background: #fffaf1; border: 1px solid var(--line); }
.story-card span { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.story-card h3 { margin: auto 0 20px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.story-card p { margin: 0; color: #625950; font-size: 12px; line-height: 1.7; }

.local-toolbar { margin: 40px 0 22px; display: flex; flex-wrap: wrap; gap: 8px; }
.local-toolbar button { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.local-toolbar button.active { color: #fff; background: var(--red); border-color: var(--red); }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.place-card { padding: 8px; background: #fffaf1; border: 1px solid var(--line); }
.place-card[hidden] { display: none; }
.place-card img { width: 100%; height: 290px; object-fit: cover; }
.place-card-copy { padding: 18px 12px 12px; }
.place-card-copy small { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.place-card h2 { margin: 8px 0 10px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.place-card p { min-height: 58px; margin: 0 0 14px; color: #665d55; font-size: 11px; line-height: 1.65; }
.text-button, .primary-button, .secondary-button { display: inline-flex; justify-content: center; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.primary-button { color: #fff; background: var(--red); border-color: var(--red); }
.secondary-button { color: #fff; border-color: rgba(255,255,255,.5); }

.experience-list { margin-top: 52px; border-top: 1px solid var(--line); }
.experience-row { display: grid; grid-template-columns: 60px .75fr 1fr; gap: 30px; align-items: center; min-height: 300px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.experience-row > span { color: var(--red); font-size: 10px; font-weight: 700; }
.experience-row img { width: 100%; height: 240px; object-fit: cover; }
.experience-row h2 { margin: 0 0 13px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.experience-row p { max-width: 500px; margin: 0 0 22px; color: #655b53; font-size: 13px; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span { padding: 7px 9px; border: 1px solid var(--line); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }

.plan-nav { position: sticky; top: 0; z-index: 8; display: flex; gap: 5px; padding: 12px clamp(20px, 6vw, 104px); overflow-x: auto; background: rgba(244,239,228,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.plan-nav a { flex: 0 0 auto; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.plan-block { scroll-margin-top: 72px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; padding: 74px 0; border-bottom: 1px solid var(--line); }
.plan-block:last-child { border-bottom: 0; }
.plan-block h2 { margin: 0; font-family: var(--serif); font-size: 48px; font-weight: 400; line-height: 1; }
.plan-block h2 span { display: block; margin-bottom: 12px; color: var(--red); font-family: var(--sans); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.plan-block p { margin: 0 0 18px; color: #5d554e; font-size: 13px; line-height: 1.75; }
.info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.info-card { padding: 22px; background: #fffaf2; border: 1px solid var(--line); }
.info-card strong { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.info-card small { color: #665d55; font-size: 10px; line-height: 1.55; }

.booking-layout, .contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 7vw, 100px); }
.booking-summary { position: sticky; top: 28px; align-self: start; padding: 34px; color: #fff; background: var(--red-dark); }
.booking-summary h2 { margin: 0 0 18px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.booking-summary p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.booking-summary ul { margin: 25px 0 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.22); list-style: none; }
.booking-summary li { margin-bottom: 12px; font-size: 11px; }
.local-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.local-form h2 { grid-column: 1 / -1; margin: 0 0 15px; font-family: var(--serif); font-size: 48px; font-weight: 400; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full, .form-actions, .form-success { grid-column: 1 / -1; }
.field label { color: #6a6058; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 0; background: #fffaf2; color: var(--ink); font: 13px var(--sans); }
.field textarea { min-height: 130px; resize: vertical; }
.form-actions { display: flex; gap: 10px; align-items: center; }
.form-success { padding: 18px; color: #fff; background: var(--green); font-size: 12px; line-height: 1.6; }

.contact-panel { padding: 36px; color: #fff; background: var(--red-dark); }
.contact-panel h2 { margin: 0 0 24px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.contact-line { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.contact-line span { display: block; margin-bottom: 7px; color: #e1ab75; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.contact-line p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.7; }
.office-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 35px; }
.office { padding: 24px; border: 1px solid var(--line); }
.office h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.office p { margin: 0; color: #625950; font-size: 11px; line-height: 1.7; }

.local-dialog { width: min(640px, calc(100% - 32px)); padding: 0; border: 0; background: var(--paper); box-shadow: 0 25px 80px rgba(0,0,0,.35); }
.local-dialog::backdrop { background: rgba(20,10,7,.72); backdrop-filter: blur(4px); }
.dialog-image { width: 100%; height: 260px; object-fit: cover; }
.dialog-copy { padding: 30px; }
.dialog-copy small { color: var(--red); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.dialog-copy h2 { margin: 8px 0 14px; font-family: var(--serif); font-size: 42px; font-weight: 400; }
.dialog-copy p { color: #5d554e; font-size: 13px; line-height: 1.75; }
.dialog-actions { display: flex; gap: 9px; margin-top: 22px; }

@media (max-width: 980px) {
  .page-intro, .booking-layout, .contact-layout { grid-template-columns: 1fr; }
  .place-grid, .story-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-row { grid-template-columns: 45px 1fr; }
  .experience-row > div { grid-column: 2; }
  .plan-block { grid-template-columns: 1fr; gap: 25px; }
  .office-grid { grid-template-columns: 1fr 1fr; }
  .booking-summary { position: relative; top: 0; }
}

@media (max-width: 640px) {
  .page-hero { min-height: 480px; }
  .page-hero-copy { padding: 85px 0 55px; }
  .page-hero h1 { font-size: 62px; }
  .page-section { padding: 75px 18px; }
  .page-intro h2, .local-title { font-size: 54px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-grid, .place-grid, .info-grid, .office-grid, .local-form { grid-template-columns: 1fr; }
  .experience-row { grid-template-columns: 1fr; }
  .experience-row > div { grid-column: auto; }
  .experience-row img { height: 280px; }
  .field.full, .form-actions, .form-success, .local-form h2 { grid-column: auto; }
  .form-actions { align-items: stretch; flex-direction: column; }
}
