:root {
  --ink: #171512;
  --paper: #f4efe4;
  --white: #fffdf7;
  --red: #d8442f;
  --yellow: #f0b82f;
  --blue: #183f4d;
  --muted: #716b61;
  --line: rgba(23, 21, 18, .18);
  --shadow: 14px 14px 0 var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Archivo", system-ui, sans-serif; font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, select { font: inherit; }

.concept-bar { padding: 7px 18px; background: var(--red); color: #fff; text-align: center; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-header { min-height: 82px; padding: 0 clamp(18px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border-bottom: 2px solid var(--ink); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; line-height: 1; }
.brand-logo { width: 166px; height: 64px; object-fit: contain; background: #000; }
.brand-logo-footer { width: 180px; height: 72px; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); font-size: 14px; font-weight: 700; }
.main-nav > a:not(.button) { padding: 10px 0 5px; border-bottom: 2px solid transparent; }
.main-nav > a:not(.button):hover { border-color: var(--red); }
.menu-button { display: none; }

.button { min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; border: 2px solid var(--ink); border-radius: 0; background: var(--yellow); color: var(--ink); font-weight: 800; cursor: pointer; box-shadow: 5px 5px 0 var(--ink); transition: transform .15s ease, box-shadow .15s ease; }
.button:hover { transform: translate(3px, 3px); box-shadow: 2px 2px 0 var(--ink); }
.button-small { min-height: 42px; padding-inline: 18px; box-shadow: 3px 3px 0 var(--ink); }

.hero { min-height: 690px; padding: 62px clamp(18px, 6vw, 88px) 0; display: grid; grid-template-columns: 1fr minmax(360px, 520px); grid-template-rows: 1fr auto; gap: 40px 64px; background: var(--paper); overflow: hidden; }
.hero-copy { align-self: center; padding-bottom: 28px; }
.kicker, .micro-label { margin: 0 0 14px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: 1; }
h1 { font-size: clamp(62px, 8vw, 112px); letter-spacing: -.045em; }
h1 em { color: var(--red); font-weight: 400; }
.hero-intro { max-width: 650px; margin: 26px 0; color: var(--muted); font-size: 19px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-facts span { padding: 10px 13px; border: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.hero-facts strong { color: var(--red); }
.hero-image { min-height: 570px; position: relative; align-self: end; }
.hero-image img { height: 100%; object-fit: cover; object-position: center 50%; border: 2px solid var(--ink); }
.image-stamp { width: 116px; height: 116px; display: grid; place-items: center; position: absolute; right: -22px; bottom: 24px; background: var(--red); color: #fff; border: 2px solid var(--ink); border-radius: 50%; text-align: center; font-family: "DM Serif Display", Georgia, serif; font-size: 18px; line-height: 1.1; transform: rotate(8deg); }

.booking-panel { grid-column: 1 / -1; display: grid; grid-template-columns: 1.25fr 1fr 1fr auto; align-items: end; gap: 16px; padding: 24px; background: var(--blue); color: #fff; border: 2px solid var(--ink); transform: translateY(1px); }
.booking-panel strong { font-family: "DM Serif Display", Georgia, serif; font-size: 23px; }
.booking-panel .micro-label { margin-bottom: 4px; color: #8fd3d8; }
.booking-panel label span { display: block; margin-bottom: 6px; color: #b6ccd2; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.booking-panel input, .booking-panel select { width: 100%; height: 50px; padding: 0 12px; border: 2px solid var(--ink); background: #fff; color: var(--ink); }

.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: #fff; border-bottom: 2px solid var(--ink); }
.trust-strip div { padding: 25px clamp(18px, 4vw, 56px); border-right: 1px solid rgba(255,255,255,.22); }
.trust-strip div:last-child { border: 0; }
.trust-strip strong { display: block; color: var(--yellow); font-family: "DM Serif Display", Georgia, serif; font-size: 28px; }
.trust-strip span { display: block; color: rgba(255,255,255,.68); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.section { padding: 110px clamp(18px, 7vw, 105px); }
.section-heading { display: grid; grid-template-columns: .45fr 1fr; gap: 50px; align-items: start; margin-bottom: 52px; }
.section-heading h2, .story-copy h2, .meet-section h2, .quote-section h2 { font-size: clamp(44px, 5vw, 72px); letter-spacing: -.025em; }
.tour-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; }
.tour-card { min-height: 520px; padding: 38px; display: flex; flex-direction: column; border: 2px solid var(--ink); position: relative; }
.primary-tour { background: var(--yellow); box-shadow: var(--shadow); }
.event-tour { background: var(--white); }
.tour-number { position: absolute; top: 24px; right: 26px; color: rgba(23,21,18,.24); font-family: "DM Serif Display", Georgia, serif; font-size: 58px; }
.tour-card h3 { max-width: 470px; font-size: clamp(36px, 4vw, 56px); }
.tour-card > div:nth-child(2) > p:last-child { max-width: 620px; color: #4b463e; }
.tour-details { margin: auto 0 28px; border-top: 2px solid var(--ink); }
.tour-details div { display: grid; grid-template-columns: 110px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid rgba(23,21,18,.32); }
.tour-details dt { color: #5e574c; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.tour-details dd { margin: 0; font-weight: 700; }
.text-link { align-self: flex-start; padding: 0 0 5px; border-bottom: 2px solid var(--red); color: var(--ink); font-weight: 800; }
.text-link span { margin-left: 8px; color: var(--red); }

.story-section { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--ink); color: #fff; }
.story-image { min-height: 650px; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { padding: 90px clamp(34px, 7vw, 100px); align-self: center; }
.story-copy .kicker { color: var(--yellow); }
.story-copy > p:not(.kicker) { color: rgba(255,255,255,.7); font-size: 18px; }
.story-copy ul { list-style: none; padding: 0; margin: 35px 0 0; border-top: 1px solid rgba(255,255,255,.25); }
.story-copy li { display: flex; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.story-copy li span { color: var(--yellow); font-size: 12px; font-weight: 800; }

.quote-section { padding: 100px clamp(18px, 10vw, 160px); background: var(--red); color: #fff; text-align: center; }
.quote-section .kicker { color: #ffe39b; }
blockquote { max-width: 1000px; margin: 0 auto 40px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(38px, 5vw, 70px); line-height: 1.05; }
.button-light { background: var(--white); }

.meet-section { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px, 9vw, 140px); align-items: center; }
.meet-section > div:first-child > p:last-child { max-width: 650px; color: var(--muted); font-size: 17px; }
.address-card { padding: 40px; background: var(--white); border: 2px solid var(--ink); box-shadow: 10px 10px 0 var(--blue); }
.address-card h3 { font-size: 36px; }
.address-card > p:not(.micro-label) { color: var(--muted); }
.address-links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin-top: 28px; }
.address-links a { border-bottom: 2px solid var(--yellow); font-weight: 700; }

.booking-dialog { width: min(540px, calc(100% - 32px)); padding: 42px; border: 2px solid var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.booking-dialog::backdrop { background: rgba(23,21,18,.72); }
.booking-dialog h2 { font-size: 44px; }
.dialog-close { float: right; border: 0; background: transparent; font-weight: 800; text-decoration: underline; cursor: pointer; }
.booking-summary { margin: 26px 0; padding: 18px; background: var(--white); border: 1px solid var(--line); }
.dialog-note { margin-bottom: 0; color: var(--muted); font-size: 13px; }

footer { padding: 34px clamp(18px, 5vw, 72px); display: flex; justify-content: space-between; align-items: center; gap: 30px; border-top: 2px solid var(--ink); }
footer p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }

@media (max-width: 950px) {
  .menu-button { display: block; min-height: 42px; padding: 0 14px; background: var(--paper); border: 2px solid var(--ink); font-weight: 800; }
  .main-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 24px; background: var(--paper); border-bottom: 2px solid var(--ink); flex-direction: column; align-items: stretch; }
  .main-nav.open { display: flex; }
  .main-nav a { text-align: center; }
  .hero { grid-template-columns: 1fr 1fr; gap: 34px; }
  .booking-panel { grid-template-columns: 1fr 1fr; }
  .booking-panel > div:first-child, .booking-panel .button { grid-column: 1 / -1; }
  .tour-grid { grid-template-columns: 1fr; }
  .tour-card { min-height: 450px; }
  .story-section { grid-template-columns: 1fr; }
  .story-image { min-height: 500px; }
}

@media (max-width: 650px) {
  .concept-bar { font-size: 10px; }
  .site-header { min-height: 70px; padding-inline: 14px; }
  .brand-logo { width: 142px; height: 56px; }
  .brand-logo-footer { width: 166px; height: 66px; }
  .main-nav { top: 70px; }
  .hero { min-height: auto; padding: 54px 14px 0; grid-template-columns: 1fr; }
  h1 { font-size: 62px; }
  .hero-image { min-height: 500px; }
  .image-stamp { right: 10px; }
  .booking-panel { grid-template-columns: 1fr; padding: 20px; }
  .booking-panel > * { grid-column: 1 !important; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div { padding: 20px 16px; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .section { padding: 76px 14px; }
  .section-heading { grid-template-columns: 1fr; gap: 8px; }
  .tour-card { min-height: 0; padding: 28px 22px; }
  .tour-number { font-size: 42px; }
  .tour-details { margin-top: 34px; }
  .story-image { min-height: 380px; }
  .story-copy { padding: 66px 20px; }
  .meet-section { grid-template-columns: 1fr; }
  .address-card { padding: 28px 22px; box-shadow: 7px 7px 0 var(--blue); }
  footer { flex-direction: column; align-items: flex-start; }
  footer p { text-align: left; }
  .booking-dialog { padding: 32px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
