/* Little Big Adventures: one shared stylesheet for all ten pages.
   Common layout classes are reused; page-specific rules cover genuine differences. */
*, ::before, ::after { box-sizing:border-box; border:0 solid; }
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd { margin:0; }
h1, h2, h3, h4, h5, h6 { font-size:inherit; font-weight:inherit; }
ol, ul { list-style:none; margin:0; padding:0; }
img, svg { display:block; vertical-align:middle; }
button, input, textarea, select { font:inherit; }
button { background:transparent; }
summary { display:list-item; }
:root {
  --ink: #082a3a;
  --ink-deep: #041d2a;
  --navy: #08263a;
  --cream: #f2efe7;
  --paper: #faf8f2;
  --olive: #8e9b47;
  --olive-dark: #6e7d3c;
  --copper: #bd7a54;
  --mist: #c9d1cb;
  --text: #173744;
  --body: #49606b;
  --line: #0a283824;
}
* { box-sizing: border-box; }
html { line-height:1.5; -webkit-text-size-adjust:100%; tab-size:4; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { height:auto; display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.section-pad { padding-block: 60px; }
.hero {
  min-height: 890px;
  color: white;
  position: relative;
  background:
    linear-gradient(90deg, #071623db 0%, #0716239e 30%, #0716232e 50%, #0716230a 100%),
    linear-gradient(0deg, #0815215c, #08152100 25%),
    url("images/hero-mtcook.jpg") center / cover no-repeat;
}
.nav {
  height: 118px;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.nav.shell { width: 100%; padding-left: max(32px, calc((100vw - 1240px)/2)); padding-right: max(32px, calc((100vw - 1600px)/2)); }
.brand img { width: 230px; height: auto; }
.nav-links { display: flex; justify-content: flex-end; gap: 34px; }
.nav-links a, .language {
  color: rgba(255,255,255,.9);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: color .2s;
}
.nav-links a:hover { color: white; }
.nav-actions { display: flex; align-items: center; gap: 22px; }
.nav-actions .button { font-size: 13px; }
.language {
  min-height: 46px;
  padding: 0 2px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background: transparent;
  color: #102337;
  transition: color .2s;
}
.language:hover { color: white; }
.language svg { width: 19px; height: 19px; flex: 0 0 auto; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 0 25px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
  transition: transform .2s, background .2s, color .2s;
}
.button:hover { transform: translateY(-2px); }
.button-quiet { padding-inline: 4px; color: white; }
.button-dark { background: var(--ink); color: white; }
.button-solid { background: var(--olive); color: white; }
.button-outline { color: white; border: 1px solid rgba(255,255,255,.6); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 800; }
.mobile-menu-panel {
  position: absolute;
  z-index: 20;
  top: 36px;
  right: 0;
  width: 240px;
  display: grid;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 20px 55px rgba(0,0,0,.25);
}
.mobile-menu-panel a {
  padding: 16px 20px;
  border-bottom: 1px solid #ddd8cd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.mobile-menu-panel .mobile-language { display: flex; align-items: center; gap: 10px; color: var(--copper); font-weight: 800; }
.mobile-language svg { width: 18px; height: 18px; flex: 0 0 auto; }
.hero-content { padding-top: 60px; }
.eyebrow { margin: 0 0 26px; color: var(--copper); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .22em; }
.eyebrow.light { color: #becd75; }
.hero h1 {
  max-width: 740px;
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.2rem, 8.3vw, 7.9rem);
  font-weight: 950;
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero .h1-ru {
  max-width: 750px;
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(4.2rem, 8.3vw, 6.9rem);
  font-weight: 950;
  line-height: .88;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.hero-buttons { display: flex; gap: 25px; align-items: center; margin-top: 36px; }
.hero-note {
  position: absolute;
  right: 7%;
  bottom: 135px;
  width: 136px;
  aspect-ratio: 1;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 50% 50% 0 50%;
  background: rgba(201,209,203,.25);
  backdrop-filter: blur(7px);
}
.hero-note strong { font-size: 36px; line-height: 1; }
.hero-note span {
  width: 80px;
  margin-top: 9px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .16em;
}
.trust-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100px;
  padding-inline: max(32px, calc((100vw - 1240px)/2));
  display: grid;
  grid-template-columns: repeat(4,1fr);
  background: #102337;
  border-top: 1px solid rgba(255,255,255,.14);
}
.trust-strip div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 34px;
  border-right: 1px solid rgba(255,255,255,.15);
}
.trust-strip div:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.trust-strip strong {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
.trust-strip span {
  margin-top: 7px;
  color: rgba(255,255,255,.64);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .79rem;
  line-height: 1.4;
}
.intro-section { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
h2 { margin: 0; color: var(--ink); font-size: clamp(46px, 5vw, 78px); line-height: .98; letter-spacing: -.04em; }
.intro-copy { border-left: 1px solid #cfcabd; padding-left: 48px; }
.intro-copy p, .contact-copy > p { font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.75; }
.intro-copy p:first-child { margin-top: 0; }
.tours-section { background: var(--cream); border-top: 1px solid #ded8cc; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 52px; }
.section-heading h2 { font-size: clamp(44px, 4vw, 66px); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
  color: var(--ink);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.tour-grid { display: grid; grid-template-columns: 1.18fr .82fr .82fr; grid-template-rows: 380px 380px; gap: 14px; }
.tour-card { position: relative; overflow: hidden; color: white; min-height: 320px; }
.tour-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.tour-card:hover img { transform: scale(1.035); }
.tour-1 { grid-row: 1 / span 2; }
.tour-4 { grid-column: 2 / span 2; }
.tour-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,20,29,.22), rgba(3,20,29,.05) 100%, rgba(3,20,29,.92)); }
.tour-topline {
  position: absolute;
  inset: 24px 25px auto;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.tour-topline span:first-child { background: rgba(5,36,49,.8); padding: 9px 12px; }
.tour-copy { position: absolute; left: 28px; right: 28px; bottom: 26px; }
.tour-copy > p { margin: 0 0 9px; color: rgba(255,255,255,.68); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.tour-copy h3 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.5vw, 42px);
  font-weight: 400;
  line-height: 1.06;
}
.tour-copy > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,.36);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.tour-arrow { font-size: 20px; }
.reason-section { background: var(--ink); padding: 96px max(32px, calc(50% - 680px)); }
.reason-section .eyebrow { color: #becb77; }
.reason-section .centered-heading h2 { color: white; }
.centered-heading { display: block; margin-bottom: 37px; text-align: center; }
.centered-heading h2 { font-size: clamp(36px,4vw,57px); line-height: 1; }
.reason-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.reason { padding: 10px 38px 0; border-right: 1px solid rgba(255,255,255,.18); text-align: center; }
.reason:last-child { border-right: 0; }
.reason svg { width: 45px; height: 45px; margin: 0 auto 21px; color: #becb77; stroke-width: 1.25px; }
.reason h3 { margin: 0; color: white; font-size: 18px; }
.reason p { max-width: 240px; margin: 13px auto 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.about-cinematic {
  --guides-edge: 84.25%;
  min-height: 520px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: url("images/guides-background.webp") center 52% / cover no-repeat;
}
.about-cinematic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(250,248,242,.98) 0%, rgba(250,248,242,.96) 37%, rgba(250,248,242,.79) 55%, rgba(250,248,242,.32) 76%, rgba(250,248,242,.12) 100%);
}
.about-cinematic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, transparent 0 var(--guides-edge), var(--paper) var(--guides-edge) 100%),
    linear-gradient(0deg, rgba(8,42,58,.13), transparent 48%);
}
.about-people {
  position: absolute;
  z-index: -1;
  right: calc(100% - var(--guides-edge));
  bottom: -2px;
  width: 57%;
  height: 96%;
  background: url("images/guides-cutout.webp") right bottom / contain no-repeat;
  filter: drop-shadow(-13px 13px 18px rgba(4,29,42,.2));
}
.about-cinematic-inner { min-height: 520px; display: flex; align-items: center; padding-block: 54px; }
.about-copy { width: 49%; max-width: 505px; }
.about-copy .about-eyebrow { margin-bottom: 11px; color: var(--copper); }
.about-copy h2 {
  margin-bottom: 19px;
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  text-transform: uppercase;
  white-space: nowrap;
}
.about-copy .about-lead {
  max-width: 470px;
  margin: 0 0 14px;
  color: #183b48;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}
.about-copy .about-lead strong { color: var(--copper); font-size: 13px; text-transform: uppercase; }
.about-copy .about-detail {
  max-width: 455px;
  margin: 0;
  color: #38515c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.6;
}
.about-button { margin-top: 22px; }
.review-section {
  min-height: 600px;
  padding: 96px max(32px, calc(50% - 680px));
  position: relative;
  color: white;
  background: url("images/key-summit.jpg") center / cover;
}
.review-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,24,37,.88), rgba(3,31,49,.76)); }
.review-content { position: relative; z-index: 1; text-align: center; }
.light-heading h2 { color: white; }
.eyebrow-light { color: #c7d38e; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-bottom: 38px; text-align: left; }
.review-grid blockquote {
  margin: 0;
  padding: 30px 32px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(8px);
}
.quote-mark { color: #becb77; font-family: Georgia, serif; font-size: 50px; line-height: .6; }
.review-grid blockquote p { margin: 14px 0 25px; color: rgba(255,255,255,.9); font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.review-grid footer { display: grid; gap: 7px; color: rgba(255,255,255,.72); font-size: 11px; font-weight: 700; }
.stars { color: #becb77; letter-spacing: .1em; }
.contact-band { display: grid; grid-template-columns: .72fr 1.28fr; min-height: 350px; background: #f7f4ee; }
.contact-image { background: linear-gradient(90deg, rgba(7,31,46,.1), transparent), url("images/porirua.jpg") center / cover; }
.contact-copy { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding: 70px clamp(48px,7vw,110px); }
.contact-copy h2 { max-width: 590px; font-size: clamp(36px,4vw,57px); line-height: 1; }
.contact-copy p:not(.eyebrow) { max-width: 580px; margin: 18px 0 0; color: var(--body); line-height: 1.7; }
.contact-actions { display: grid; min-width: 210px; gap: 10px; color: var(--navy); font-size: 12px; font-weight: 750; }
.contact-actions .button { margin-bottom: 7px; }
.footer { padding: 72px 0 26px; background: var(--ink-deep); color: white; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 60px; padding-bottom: 60px; }
.footer-brand img { width: 190px; }
.footer h3 { margin: 5px 0 20px; color: #c4cf7d; font-size: 10px; text-transform: uppercase; letter-spacing: .17em; }
.footer a, .footer p {
  display: block;
  margin: 0 0 12px;
  color: rgba(255,255,255,.6);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5;
}
.footer a:hover { color: white; }
.footer-brand p { margin-top: 22px; }
.copyright {
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.13);
  color: rgba(255,255,255,.35);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .12em;
}
/* Tours page ------------------------------------------------------------- */
.tours-page { background: var(--paper); }
.tour-options { padding-block: 0 90px; background: var(--paper); }
/* Tour listing cards. */
.brochure-card:nth-child(1) > img { object-position: 52% center; }
.brochure-card:nth-child(2) > img { object-position: 52% center; }
.brochure-card:nth-child(3) > img { object-position: 49% center; }
.brochure-card:nth-child(4) > img { object-position: 50% center; }
.brochure-card:is(:hover, :focus-visible) > img { transform: scale(1.025); }
.brochure-card:focus-visible { outline: 3px solid var(--olive); outline-offset: 4px; }
.brochure-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,29,42,.04) 20%, rgba(4,29,42,.35) 50%, rgba(4,29,42,.98) 100%);
}
.brochure-copy dl div { display: flex; gap: 8px; font-size: 13px; line-height: 1.6; }
.brochure-copy dt { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.brochure-copy dd { margin: 0; }
.tour-calendar { padding-block: 72px 86px; background: var(--cream); }
.calendar-intro { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 70px; margin-bottom: 34px; }
.calendar-intro .eyebrow { margin-bottom: 11px; }
.calendar-intro h2 { font-size: clamp(40px, 4vw, 62px); }
.calendar-intro > p {
  max-width: 590px;
  margin: 0 0 4px;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}
.calendar-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.68); border: 1px solid #d8d1c4; }
.calendar-table thead { background: var(--ink); color: white; }
.calendar-table th, .calendar-table td { padding: 19px 20px; text-align: left; }
.calendar-table thead th { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.calendar-table tbody th, .calendar-table tbody td { border-bottom: 1px solid #d8d1c4; font-size: 14px; line-height: 1.35; }
.calendar-table tbody tr:last-child > * { border-bottom: 0; }
.calendar-table tbody th { color: var(--ink); font-weight: 800; }
.calendar-table th:first-child { width: 24%; }
.calendar-table th:nth-child(2) { width: 11%; }
.calendar-table th:nth-child(3) { width: 22%; }
.calendar-table th:nth-child(4) { width: 21%; }
.booking-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--olive-dark);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
}
.booking-status > span {
  width: 9px;
  height: 9px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--olive);
  box-shadow: 0 0 0 3px rgba(142,155,71,.13);
}
.tour-help { padding-block: 72px; background: var(--ink); color: white; }
.tour-help-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 100px; }
.tour-help .eyebrow { margin-bottom: 16px; color: #becd75; }
.tour-help h2 { color: white; font-size: clamp(48px, 5.6vw, 78px); }
.tour-help-grid > div > p:last-child {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255,255,255,.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}
.tour-help aside { padding: 38px 42px; border: 1px solid rgba(255,255,255,.28); }
.tour-help aside h3 {
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.tour-help aside p {
  margin: 18px 0 24px;
  color: rgba(255,255,255,.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.6;
}
.tour-planning { padding-block: 45px; background: var(--olive); }
.tour-planning .shell { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.tour-planning h2 { font-size: clamp(40px, 4vw, 62px); }
.tour-planning p { margin: 9px 0 0; color: rgba(8,42,58,.82); font-family: Georgia, "Times New Roman", serif; font-size: 17px; }
.tour-planning .button { min-width: 190px; }
/* About page ------------------------------------------------------------- */
.about-guides-band { grid-template-columns: 1fr 1fr; min-height: 520px; }
.about-guides-band .contact-copy { padding-inline: clamp(58px,6vw,100px); }
.about-method { background: var(--cream); border-block: 1px solid #ded8cc; }
.about-method-grid { display: grid; grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: clamp(70px,8vw,130px); align-items: start; }
.about-method-intro h2 { max-width: 610px; font-size: clamp(48px,5vw,74px); }
.about-method-intro > p:last-child {
  max-width: 555px;
  margin: 28px 0 0;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.75;
}
.about-method-list { margin: 0; padding: 0; border-top: 1px solid #cfc8ba; list-style: none; }
.about-method-list li { display: grid; grid-template-columns: 72px 1fr; gap: 24px; padding: 30px 0 32px; border-bottom: 1px solid #cfc8ba; }
.about-method-list li > span {
  color: var(--copper);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
.about-method-list h3 {
  margin: -4px 0 10px;
  color: var(--ink);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 31px;
  line-height: 1;
  text-transform: uppercase;
}
.about-method-list p {
  max-width: 580px;
  margin: 0;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.65;
}
.about-belief { position: relative; overflow: hidden; padding-block: 105px; background: var(--ink); color: white; }
.about-belief-grid {
  position: relative;
  display: grid;
  grid-template-columns: 155px minmax(0,1.25fr) minmax(280px,.62fr);
  gap: clamp(38px,5vw,82px);
  align-items: start;
}
.about-belief .eyebrow { margin-top: 9px; color: #becd75; line-height: 1.55; }
.about-belief blockquote { margin: 0; }
.about-belief blockquote p {
  margin: 0;
  color: white;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(42px,4.1vw,64px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.about-belief-copy { padding-left: clamp(28px,3vw,46px); border-left: 1px solid rgba(255,255,255,.24); }
.about-belief-copy p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.72);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.7;
}
.about-belief-copy .button { margin-top: 10px; }
/* Reviews page ----------------------------------------------------------- */
.reviews-page .page-intro { min-height: 480px; }
.reviews-page .page-edge-word { top: 240px; }
.reviews-archive { padding-block: 30px 105px; background: var(--cream); border-top: 1px solid #ded8cc; }
.reviews-year { display: grid; grid-template-columns: 185px minmax(0,1fr); gap: clamp(55px,8vw,125px); padding-top: 78px; }
.reviews-year-label { align-self: start; position: sticky; top: 28px; padding-top: 10px; border-top: 1px solid #c8c0b1; }
.reviews-year-label .eyebrow { margin-bottom: 17px; }
.reviews-year-label h2 {
  color: var(--copper);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(58px,6vw,86px);
  font-weight: 900;
  line-height: .92;
  text-transform: uppercase;
}
.reviews-year-label > span {
  display: block;
  margin-top: 13px;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}
.reviews-list { border-top: 1px solid #c8c0b1; }
.review-entry {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: clamp(36px,5vw,72px);
  align-items: start;
  padding-block: 42px 46px;
  border-bottom: 1px solid #c8c0b1;
}
.review-meta strong, .review-meta span { display: block; }
.review-meta strong { color: var(--ink); font-size: 14px; line-height: 1.35; text-transform: uppercase; letter-spacing: .055em; }
.review-meta span {
  margin-top: 9px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.review-body {
  width: 100%;
  max-width: 820px;
  margin: 0;
  padding: 32px 38px 34px;
  border-left: 4px solid var(--olive);
  background: rgba(250,248,242,.82);
  box-shadow: 0 12px 34px rgba(8,42,58,.055);
}
.review-entry:nth-child(even) .review-body { border-left-color: #4f7f91; }
.review-body p {
  max-width: 690px;
  margin: 0 0 18px;
  color: #173744;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: .005em;
}
.review-body p:last-child { margin-bottom: 0; }
.review-photo-entry {
  display: grid;
  grid-template-columns: 190px minmax(0,1fr);
  gap: clamp(36px,5vw,72px);
  align-items: start;
  margin: 0;
  padding-block: 42px 46px;
  border-bottom: 1px solid #c8c0b1;
}
.review-photo-entry > img { width: 100%; max-width: 820px; height: clamp(280px,31vw,400px); object-fit: cover; }
.reviews-pull-band { padding-block: 82px; background: var(--ink); color: white; }
.reviews-pull-band .shell { display: grid; grid-template-columns: 1fr auto; gap: 65px; align-items: end; }
.reviews-pull-band p {
  max-width: 980px;
  margin: 0;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(44px,5vw,72px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-transform: uppercase;
}
.reviews-pull-band span {
  padding-bottom: 8px;
  color: #becd75;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .1em;
  white-space: nowrap;
}
@media (max-width: 1040px) {
  .nav { grid-template-columns: 1fr auto; }
  .nav-links, .nav-actions { display: none; }
  .mobile-menu { display: block; }
  .intro-section { gap: 55px; }
  .tour-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 500px 380px 380px; }
  .tour-1 { grid-row: auto; }
  .tour-4 { grid-column: 1 / span 2; }
  .reason { padding-inline: 22px; }
  .contact-copy { flex-direction: column; align-items: flex-start; }
  .brochure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brochure-card { min-height: 590px; margin-bottom: 9px; }
  .calendar-table th, .calendar-table td { padding-inline: 14px; }
  .tour-help-grid { gap: 50px; }
  .about-method-grid { grid-template-columns: 1fr; gap: 50px; }
  .about-method-intro > p:last-child { max-width: 720px; }
  .about-belief-grid { grid-template-columns: minmax(0,1.1fr) minmax(280px,.7fr); gap: 50px; }
  .about-belief .eyebrow { grid-column: 1 / -1; margin-bottom: -16px; }
  .reviews-year { grid-template-columns: 140px minmax(0,1fr); gap: 45px; }
  .review-entry, .review-photo-entry { grid-template-columns: 165px minmax(0,1fr); gap: 36px; }
  .reviews-pull-band .shell { grid-template-columns: 1fr; gap: 28px; }
  .reviews-page .page-intro { min-height: 430px; }
  .reviews-page .page-edge-word { top: 215px; }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 38px, 1240px); }
  .section-pad { padding-block: 76px; }
  .hero { min-height: 0; background-position: 62% center; }
  .nav { height: 90px; }
  .nav.shell { width: 100%; padding-inline: 19px; }
  .brand img { width: 150px; }
  .hero-content { padding-top: 45px; }
  .hero h1 { font-size: 4.15rem; }
  .hero-buttons { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-note { display: none; }
  .trust-strip { position: relative; min-height: 0; margin-top: 40px; padding-inline: 0; grid-template-columns: 1fr 1fr; }
  .trust-strip div { min-height: 86px; padding: 14px 18px; }
  .intro-section { grid-template-columns: 1fr; gap: 35px; }
  .intro-copy { padding-left: 25px; }
  h2 { font-size: clamp(41px, 12vw, 62px); }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 25px; }
  .tour-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 430px); }
  .tour-4 { grid-column: auto; }
  .reason-section, .review-section { padding: 70px 20px; }
  .centered-heading h2, .contact-copy h2 { font-size: 39px; }
  .reason-grid { grid-template-columns: repeat(2,1fr); gap: 32px 0; }
  .reason { padding: 0 15px; }
  .reason:nth-child(2) { border-right: 0; }
  .reason p { font-size: 11px; }
  .about-cinematic { min-height: 760px; background-position: 58% center; }
  .about-cinematic::before {
    background: linear-gradient(180deg, rgba(250,248,242,.99) 0%, rgba(250,248,242,.97) 55%, rgba(250,248,242,.55) 78%, rgba(250,248,242,.16) 100%);
  }
  .about-cinematic::after { background: linear-gradient(0deg, rgba(8,42,58,.13), transparent 48%); }
  .about-cinematic-inner { min-height: 760px; align-items: flex-start; padding-block: 55px 320px; }
  .about-copy { width: 100%; max-width: 560px; }
  .about-copy h2 { font-size: 44px; white-space: normal; }
  .about-copy .about-lead { font-size: 14px; }
  .about-copy .about-detail { font-size: 12px; }
  .about-people { left: auto; right: 0; bottom: -2px; width: 95%; height: 330px; background-position: right bottom; }
  .review-grid { grid-template-columns: 1fr; }
  .review-grid blockquote:nth-child(n/**/+2) { display: none; }
  .contact-band { grid-template-columns: 1fr; }
  .contact-image { min-height: 220px; }
  .contact-copy { gap: 30px; padding: 55px 24px 62px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; text-align: center; }
  .footer-brand { grid-column: 1 / span 2; text-align: center; }
  .footer-brand img { margin-inline: auto; }
  .footer-grid > div:nth-child(4) { grid-column: 1 / span 2; text-align: center; }
  .copyright { text-align: center; }
  .tour-options { padding-block: 0 68px; }
  .brochure-grid { grid-template-columns: minmax(0, 1fr); }
  .brochure-card { min-height: 560px; padding-inline: 25px; margin-bottom: 10px; }
  .calendar-intro { grid-template-columns: 1fr; align-items: start; gap: 24px; }
  .calendar-intro > p { font-size: 15px; }
  .calendar-table, .calendar-table tbody, .calendar-table tr, .calendar-table th, .calendar-table td { display: block; width: 100%; }
  .calendar-table { border: 0; background: transparent; }
  .calendar-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .calendar-table tbody { display: grid; gap: 12px; }
  .calendar-table tbody tr { padding: 8px 16px; background: rgba(255,255,255,.72); border: 1px solid #d8d1c4; }
  .calendar-table tbody th, .calendar-table tbody td {
    display: grid;
    grid-template-columns: 118px minmax(0,1fr);
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #ded8cc;
    font-size: 13px;
  }
  .calendar-table tbody tr > *::before {
    content: attr(data-label);
    color: var(--body);
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
  }
  .calendar-table tbody tr > *:last-child { border-bottom: 0; }
  .booking-status { white-space: normal; }
  .tour-help-grid { grid-template-columns: 1fr; gap: 38px; }
  .tour-help h2 { font-size: 49px; }
  .tour-help aside { padding: 30px 26px; }
  .tour-planning .shell { align-items: flex-start; flex-direction: column; gap: 28px; }
  .tour-planning h2 { font-size: 43px; }
  .about-guides-band { grid-template-columns: 1fr; min-height: 0; }
  .about-guides-band .contact-image { min-height: 310px; }
  .about-guides-band .contact-copy { padding-inline: 24px; }
  .about-method-list li { grid-template-columns: 48px 1fr; gap: 14px; padding-block: 25px; }
  .about-method-list h3 { font-size: 27px; }
  .about-method-list p { font-size: 15px; }
  .about-belief { padding-block: 76px; }
  .about-belief-grid { grid-template-columns: 1fr; gap: 34px; }
  .about-belief .eyebrow { grid-column: auto; margin-bottom: -5px; }
  .about-belief blockquote p { font-size: clamp(38px,11vw,50px); }
  .about-belief-copy { padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .reviews-archive { padding-block: 10px 76px; }
  .reviews-year { grid-template-columns: 1fr; gap: 26px; padding-top: 62px; }
  .reviews-year-label { position: static; display: grid; grid-template-columns: 1fr auto; align-items: end; }
  .reviews-year-label .eyebrow { grid-column: 1 / -1; margin-bottom: 13px; }
  .reviews-year-label h2 { font-size: 58px; }
  .reviews-year-label > span { margin: 0 0 7px; }
  .review-entry, .review-photo-entry { grid-template-columns: 1fr; gap: 22px; padding-block: 31px 34px; }
  .review-meta span { margin-top: 6px; }
  .review-body { max-width: none; padding: 25px 23px 27px; }
  .review-body p { font-size: 16px; line-height: 1.72; }
  .review-photo-entry > img { max-width: none; height: 240px; }
  .reviews-pull-band { padding-block: 68px; }
  .reviews-pull-band p { font-size: clamp(38px,11vw,52px); }
  .reviews-pull-band span { white-space: normal; }
  .reviews-page .page-intro { min-height: 0; }
}
/* Contact page */
.page-panorama.contact-panorama {
  background-image:
    linear-gradient(90deg, rgba(4,29,42,.05), rgba(4,29,42,0) 55%),
    url("images/contact-wellington-sunset-final.jpg");
  background-position: center 48%;
}
.contact-hero-stage .page-intro { min-height: 520px; }
.contact-hero-stage .page-edge-word { top: 260px; }

.contact-main { background: var(--paper); }
.contact-main-grid {
  display: grid;
  grid-template-columns: minmax(0,.78fr) minmax(520px,1.22fr);
  gap: clamp(60px,8vw,130px);
  align-items: start;
}
.contact-intro h2 { font-weight: 700; max-width: 620px; font-size: clamp(48px,5.2vw,74px); }
.contact-lead {
  max-width: 570px;
  margin: 28px 0 42px;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.75;
}
.contact-details-list { border-top: 1px solid #cbc5b8; font-style: normal; }
.contact-details-list > * {
  min-height: 84px;
  display: grid;
  grid-template-columns: 155px 1fr auto;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #cbc5b8;
}
.contact-details-list span { color: var(--copper); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details-list strong { color: var(--ink); font-size: 15px; }
.contact-details-list b { color: var(--olive-dark); font-size: 19px; }
.contact-details-list a:hover strong { color: var(--olive-dark); }
.contact-form-panel { padding: clamp(38px,5vw,65px); background: var(--cream); border: 1px solid #d9d2c5; scroll-margin-top: 24px; }
.contact-form-heading {
  display: grid;
  grid-template-columns: minmax(0,1fr) 118px;
  align-items: end;
  gap: 28px;
  padding-bottom: 37px;
  border-bottom: 1px solid #cbc5b8;
}
.contact-form-heading .eyebrow { margin-bottom: 10px; }
.contact-form-heading h2 { font-weight: 700; max-width: 540px; font-size: clamp(38px,4vw,57px); }
.contact-form-photo { position: relative; width: 118px; height: 148px; margin: 0; overflow: hidden; background: var(--ink); }
.contact-form-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 32%; }
.contact-form-photo::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(4,29,42,.72)); }
.contact-form-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 9px;
  bottom: 8px;
  left: 9px;
  color: white;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
  text-transform: uppercase;
}
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 24px; padding-top: 38px; }
.form-field { display: grid; gap: 10px; }
.form-field-full, .form-submit-row, .form-status { grid-column: 1 / -1; }
.form-field label { color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-field input, .form-field textarea {
  width: 100%;
  border: 1px solid #aaa69b;
  border-radius: 0;
  outline: none;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-field input { min-height: 52px; padding: 12px 14px; }
.form-field textarea { min-height: 190px; padding: 15px 16px; resize: vertical; }
.form-field textarea::placeholder { color: #728087; opacity: 1; }
.form-field :is(input,textarea):hover { border-color: #797a70; background: white; }
.form-field :is(input,textarea):focus { border-color: var(--olive-dark); background: white; box-shadow: 0 0 0 3px rgba(142,155,71,.16); }
.form-submit-row { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.form-submit-row p {
  max-width: 280px;
  margin: 0;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  line-height: 1.6;
}
.form-submit-row .button { flex: 0 0 auto; border: 0; cursor: pointer; }
.form-status { min-height: 20px; margin: -8px 0 0; color: var(--olive-dark); font-size: 13px; font-weight: 700; }
.contact-assurance { padding-block: 80px; background: var(--ink); color: white; }
.contact-assurance-grid { display: grid; grid-template-columns: 145px 1fr auto; align-items: center; gap: clamp(35px,5vw,80px); }
.contact-assurance .eyebrow { margin: 0; color: #becd75; line-height: 1.55; }
.contact-assurance blockquote { margin: 0; }
.contact-assurance blockquote p {
  max-width: 790px;
  margin: 0;
  color: white;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(30px,3.4vw,48px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
@media (max-width: 1040px) {
  .contact-hero-stage .page-intro { min-height: 450px; }
  .contact-hero-stage .page-edge-word { top: 225px; }
  .contact-main-grid { grid-template-columns: 1fr; gap: 55px; }
  .contact-intro { max-width: 760px; }
  .contact-assurance-grid { grid-template-columns: 1fr auto; }
  .contact-assurance .eyebrow { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .contact-hero-stage .page-intro { min-height: 0; }
  .page-panorama.contact-panorama { background-position: 58% center; }
  .contact-main-grid { gap: 45px; }
  .contact-intro h2 { font-weight: 700; font-size: clamp(41px,12vw,57px); }
  .contact-details-list > * { grid-template-columns: 1fr auto; gap: 7px 18px; padding-block: 20px; }
  .contact-details-list span { grid-column: 1 / -1; }
  .contact-form-panel { padding: 34px 22px; }
  .contact-form-heading { grid-template-columns: minmax(0,1fr) 86px; gap: 16px; }
  .contact-form-heading h2 { font-weight: 700; font-size: clamp(32px,9vw,38px); }
  .contact-form-photo { width: 86px; height: 112px; }
  .contact-form-photo figcaption { right: 5px; bottom: 6px; left: 5px; font-size: 8px; letter-spacing: .08em; }
  .enquiry-form { grid-template-columns: 1fr; }
  .form-field-full, .form-submit-row, .form-status { grid-column: auto; }
  .form-submit-row { align-items: flex-start; flex-direction: column; }
  .contact-assurance { padding-block: 65px; }
  .contact-assurance-grid { grid-template-columns: 1fr; gap: 28px; }
  .contact-assurance .eyebrow { grid-column: auto; }
  .contact-assurance-grid .button { justify-self: start; }
}
/* Shared inner-page header and title layout. */
.inner-header { background: var(--paper); color: #111; }
.inner-header .nav { border-bottom-color: rgba(16,35,55,.16); }
.inner-header .brand { position: relative; display: block; width: 230px; }
.inner-header .brand img { width: 100%; filter: none; }
.inner-header .nav-links a, .inner-header .language, .inner-header .mobile-menu summary { color: #111; }
.inner-header .nav-links a:hover, .inner-header .language:hover { color: var(--olive-dark); }
.page-intro {
  min-height: 420px;
  display: grid;
  grid-template-columns: 1fr .42fr;
  align-items: center;
  gap: 70px;
  padding-block: 38px;
  border-bottom: 0;
}
.page-intro .eyebrow { margin-bottom: 18px; }
.page-intro h1 {
  max-width: 820px;
  margin: 0;
  color: var(--ink);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(5.2rem, 8.2vw, 8rem);
  font-weight: 950;
  line-height: .87;
  letter-spacing: -.045em;
  text-transform: uppercase;
}
.page-intro-note {
  margin: 0;
  color: var(--copper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.65;
}
.page-hero { position: relative; }
.page-edge-word {
  position: absolute;
  z-index: 2;
  top: 210px;
  left: clamp(4px, 1.2vw, 22px);
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: var(--copper);
  opacity: .3;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(5.2rem, 8.2vw, 8rem);
  font-weight: 950;
  line-height: .82;
  letter-spacing: -.045em;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
}
.page-panorama {
  height: 285px;
  background: url("images/tours-ruapehu.jpg") center bottom / cover no-repeat;
  filter: brightness(1.08) contrast(1.03) saturate(1.02);
}
.tours-page .tour-options { padding-block: 62px 90px; }
.tour-options-heading { margin-bottom: 34px; text-align: center; }
.tour-options-heading h2 { font-size: clamp(36px, 3.6vw, 56px); }
.tour-options-heading p { margin: 12px 0 0; color: var(--body); font-size: 17px; }
.brochure-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; }
.brochure-card { position: relative; overflow: hidden; color: white; background: var(--ink); display: block; min-height: 620px; padding: 0; }
.brochure-card > img { inset: 0; object-fit: cover; transition: transform .65s ease; position: absolute; width: 100%; height: 100%; }
.brochure-copy { position: absolute; inset: auto 27px 29px; height: 244px; display: grid; grid-template-rows: 36px 78px 52px 1fr 24px; }
.brochure-number {
  display: block;
  margin-bottom: 11px;
  line-height: 1;
  margin: 0;
  color: var(--olive);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 900;
}
.brochure-copy h3 {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0;
  font-size: 38px;
}

.brochure-copy .h3-ru {
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  line-height: .98;
  text-transform: uppercase;
  max-width: 260px;
  margin: 0;
  font-size: 33px;
}

.brochure-copy > p { color: rgba(255,255,255,.74); font-size: 14px; line-height: 1.45; min-height: 0; margin: 0; }
.brochure-copy dl { display: grid; align-content: start; margin: 0; }
.brochure-copy dl div:last-child { margin-bottom: 0; }
.brochure-view {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255,255,255,.42);
  font-size: 13px;
  font-weight: 800;
  align-self: end;
}
.booking-status-closed { color: #9b553d; }
.booking-status-closed > span { background: #bd7a54; box-shadow: 0 0 0 3px rgba(189,122,84,.14); }
@media (max-width: 1040px) {
  .page-intro { min-height: 370px; grid-template-columns: 1fr .46fr; }
  .page-edge-word { top: 185px; }
  .brochure-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .brochure-card { min-height: 590px; }
}
@media (max-width: 760px) {
  .inner-header .nav { height: 90px; }
  .inner-header .brand { width: 150px; }
  .page-intro { min-height: 0; grid-template-columns: 1fr; align-items: start; gap: 26px; padding-block: 58px 28px; }
  .page-intro h1 { font-size: clamp(3.9rem, 19vw, 5.2rem); }
  .page-intro-note { margin: 0; font-size: 16px; }
  .page-edge-word { display: none; }
  .page-panorama { height: 200px; background-position: center bottom; }
  .tours-page .tour-options { padding-block: 55px 68px; }
  .tour-options-heading p { font-size: 15px; }
  .brochure-grid { grid-template-columns: 1fr; gap: 10px; }
  .brochure-card { min-height: 560px; margin-bottom: 0; padding: 0; }
  .brochure-copy { inset: auto 25px 29px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
/* Keep each inner page tied to its intended panorama image. */
.tours-page .page-panorama { background-image: url("images/tours-ruapehu.jpg"); background-position: center bottom; }
.page-panorama.about-makara-panorama { background-image: url("images/about-makara-kayak.jpg"); background-position: center 64%; }
/* Private & themed page ------------------------------------------------- */
.private-page { background: var(--paper); }
.private-page .page-intro { min-height: 460px; }
.private-page .page-edge-word { top: 230px; }
.page-panorama.private-pohutukawa-panorama {
  background-image: url("images/private-pohutukawa.jpg");
  background-position: center 46%;
  filter: brightness(.98) contrast(1.03) saturate(.92);
}
.private-offers { padding-block: 100px 110px; background: var(--cream); border-top: 1px solid #ded8cc; }
.private-offers-layout {
  display: grid;
  grid-template-columns: minmax(240px,.42fr) minmax(0,1fr);
  gap: clamp(55px,7vw,110px);
  align-items: start;
}
.private-offers-intro { position: sticky; top: 32px; }
.private-offers-intro .eyebrow { margin-bottom: 18px; }
.private-offers-intro h2 { max-width: 430px; font-size: clamp(54px,5.6vw,82px); }
.private-offers-intro > p:last-child {
  max-width: 400px;
  margin: 28px 0 0;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.72;
}
.private-offer-list { border-top: 1px solid #c8c0b1; }
.private-offer {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  border-bottom: 1px solid #c8c0b1;
  background: var(--paper);
}
.private-offer figure { min-height: 360px; margin: 0; overflow: hidden; }
.private-offer figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease; }
.private-offer:hover figure img { transform: scale(1.025); }
.private-offer:nth-child(even) figure { order: 2; }
.private-offer-copy { display: flex; flex-direction: column; justify-content: center; padding: 43px 44px 45px; }
.private-offer-copy > span {
  display: block;
  margin-bottom: 15px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.private-offer-copy h3 {
  margin: 0 0 19px;
  color: var(--ink);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px,3.2vw,50px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.private-offer-copy .h3-ru {
  margin: 0 0 19px;
  color: var(--ink);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px,3.2vw,38px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.private-offer-copy p { margin: 0; color: var(--body); font-family: Georgia, "Times New Roman", serif; font-size: 16px; line-height: 1.68; }
.private-any-format { padding-block: 98px; background: var(--ink); color: white; }
.private-any-format-grid {
  display: grid;
  grid-template-columns: 145px minmax(0,1.15fr) minmax(300px,.58fr);
  gap: clamp(38px,5vw,80px);
  align-items: start;
}
.private-any-format .eyebrow { margin-top: 9px; color: #becd75; line-height: 1.55; }
.private-any-format h2 { margin: 0; color: white; font-size: clamp(48px,5.2vw,76px); }
.private-any-format-grid > div { padding-left: clamp(28px,3vw,46px); border-left: 1px solid rgba(255,255,255,.24); }
.private-any-format-grid > div p {
  margin: 0 0 18px;
  color: rgba(255,255,255,.74);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.72;
}
@media (max-width: 1040px) {
  .private-page .page-intro { min-height: 400px; }
  .private-page .page-edge-word { top: 200px; }
  .private-offers-layout { grid-template-columns: 1fr; }
  .private-offers-intro { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 35px; align-items: end; }
  .private-offers-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -12px; }
  .private-offers-intro > p:last-child { margin: 0 0 5px; }
  .private-any-format-grid { grid-template-columns: 115px 1fr; }
  .private-any-format-grid > div { grid-column: 2; }
}
@media (max-width: 760px) {
  .private-page .page-intro { min-height: 0; }
  .page-panorama.private-pohutukawa-panorama { background-position: 56% center; }
  .private-offers { padding-block: 68px 76px; }
  .private-offers-layout { gap: 42px; }
  .private-offers-intro { display: block; }
  .private-offers-intro .eyebrow { margin-bottom: 15px; }
  .private-offers-intro > p:last-child { margin-top: 23px; font-size: 16px; }
  .private-offer { grid-template-columns: 1fr; }
  .private-offer figure, .private-offer:nth-child(even) figure { order: 0; min-height: 245px; }
  .private-offer-copy { padding: 31px 24px 35px; }
  .private-offer-copy h3 { font-size: 39px; }
  .private-offer-copy p { font-size: 16px; }
  .private-any-format { padding-block: 72px; }
  .private-any-format-grid { grid-template-columns: 1fr; gap: 31px; }
  .private-any-format-grid > div { grid-column: auto; padding: 29px 0 0; border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .private-any-format-grid > div p { font-size: 16px; }
}
/* Tour detail pages ----------------------------------------------------- */
.tour-detail-page { background: var(--paper); }
.tour-detail-page .page-intro { min-height: 460px; }
.tour-detail-page .page-intro h1 { max-width: 960px; font-size: clamp(4.4rem, 7vw, 7rem); }
.tour-detail-page .page-intro-note { max-width: 330px; }
.tour-detail-panorama {
  height: 405px;
  background-size: cover;
  background-repeat: no-repeat;
  filter: brightness(1.03) contrast(1.04) saturate(.98);
}
.tour-detail-edge-number { top: 230px; opacity: .16; }
.detail-facts { background: #102337; color: white; }
.detail-facts-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: 1fr 1.45fr 1.12fr 1.12fr 1.08fr;
  border-inline: 1px solid rgba(255,255,255,.14);
}
.detail-facts-grid > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 24px 27px;
  border-right: 1px solid rgba(255,255,255,.14);
}
.detail-facts-grid > div:last-child { border-right: 0; }
.detail-facts span { color: #becd75; font-size: 10px; font-weight: 800; line-height: 1.2; text-transform: uppercase; letter-spacing: .15em; }
.detail-facts strong {
  color: white;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.2;
}
.detail-status { display: inline-flex; align-items: center; gap: 9px; }
.detail-status::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #aab966;
  box-shadow: 0 0 0 3px rgba(170,185,102,.16);
}
.detail-status-closed::before { background: #7393a2; box-shadow: 0 0 0 3px rgba(115,147,162,.18); }
.detail-overview h2 { max-width: 720px; }
.detail-signature { padding-bottom: 105px; background: var(--ink); color: white; }
.detail-signature-grid { display: grid; }
.detail-signature figure { width: 100%; height: clamp(290px, 31vw, 420px); margin: 0; overflow: hidden; }
.detail-signature figure img { width: 100%; height: 100%; object-fit: cover; }
.detail-reasons {
  display: grid;
  grid-template-columns: minmax(270px,.68fr) minmax(0,1.32fr);
  column-gap: clamp(65px,8vw,130px);
  padding-top: 75px;
}
.detail-reasons > .eyebrow { grid-column: 1; margin-bottom: 17px; }
.detail-reasons > h2 { grid-column: 1; color: white; font-size: clamp(48px,5.2vw,74px); }
.detail-reasons ol {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.25);
  list-style: none;
}
.detail-reasons li {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 22px;
  padding: 25px 0 27px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}
.detail-reasons li > span { color: #becd75; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.detail-reasons h3 {
  margin: -4px 0 8px;
  color: white;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: 27px;
  line-height: 1;
  text-transform: uppercase;
}
.detail-reasons li p {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.7);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.62;
}
.detail-route { background: var(--cream); border-bottom: 1px solid #ded8cc; }
.detail-route-grid {
  display: grid;
  grid-template-columns: minmax(360px,.8fr) minmax(0,1.2fr);
  gap: clamp(70px,9vw,145px);
  align-items: center;
}
.detail-map { margin: 0; padding: 0; background: transparent; border: 0; }
.detail-map img { width: 100%; max-height: 720px; object-fit: contain; }
.detail-route-copy h2 { max-width: 720px; font-size: clamp(48px,5vw,72px); }
.detail-route-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 23px 0 0;
  color: var(--body);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  line-height: 1.72;
}
.detail-route-copy .button { margin-top: 34px; }
.detail-gallery { padding-block: 102px 110px; background: var(--paper); }
.detail-gallery-heading { display: grid; grid-template-columns: .48fr 1fr; gap: 60px; align-items: end; margin-bottom: 43px; }
.detail-gallery-heading .eyebrow { margin-bottom: 8px; }
.detail-gallery-heading h2 { font-size: clamp(44px,4.5vw,66px); }
.detail-gallery-grid { height: 560px; display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: 1fr 1fr; gap: 10px; }
.detail-gallery-grid img { width: 100%; height: 100%; object-fit: cover; }
.detail-gallery-grid img:first-child { grid-row: 1 / span 2; }
.detail-quote { padding-block: 94px 102px; background: #102337; color: white; text-align: center; }
.detail-quote .eyebrow { margin-bottom: 28px; }
.detail-quote blockquote {
  max-width: 1040px;
  margin: 0 auto;
  color: white;
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(38px,4.2vw,62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.03em;
  text-transform: uppercase;
}
.detail-quote-author { margin: 29px 0 0; color: #becd75; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
@media (max-width: 1040px) {
  .tour-detail-page .page-intro { min-height: 400px; }
  .tour-detail-edge-number { top: 200px; }
  .detail-facts-grid { grid-template-columns: repeat(3,1fr); }
  .detail-facts-grid > div:nth-child(3) { border-right: 0; }
  .detail-facts-grid > div:nth-child(-n/**/+3) { border-bottom: 1px solid rgba(255,255,255,.14); }
  .detail-facts-grid > div:nth-child(4) { grid-column: 1 / span 1; }
  .detail-facts-grid > div:nth-child(5) { grid-column: 2 / span 2; }
  .detail-reasons { grid-template-columns: minmax(230px,.58fr) minmax(0,1.42fr); column-gap: 55px; }
  .detail-route-grid { gap: 60px; }
  .detail-gallery-grid { height: 470px; }
}
@media (max-width: 760px) {
  .tour-detail-page .page-intro { min-height: 0; }
  .tour-detail-page .page-intro h1 { font-size: clamp(3.45rem,16.5vw,4.8rem); }
  .tour-detail-page .page-intro-note span:last-child br { display: none; }
  .tour-detail-panorama { height: 230px; }
  .detail-facts-grid { grid-template-columns: 1fr 1fr; }
  .detail-facts-grid > div { min-height: 100px; padding: 21px 18px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .detail-facts-grid > div:nth-child(2n) { border-right: 0; }
  .detail-facts-grid > div:nth-child(3) { border-right: 1px solid rgba(255,255,255,.14); }
  .detail-facts-grid > div:nth-child(4) { grid-column: auto; }
  .detail-facts-grid > div:nth-child(5) { grid-column: 1 / -1; border-bottom: 0; }
  .detail-facts strong { font-size: 15px; }
  .detail-signature { padding-bottom: 72px; }
  .detail-signature .shell { width: 100%; }
  .detail-signature figure { height: 235px; }
  .detail-reasons { display: block; padding: 54px 19px 0; }
  .detail-reasons > h2 { margin-bottom: 37px; font-size: 50px; }
  .detail-reasons li { grid-template-columns: 46px 1fr; gap: 14px; }
  .detail-reasons h3 { font-size: 24px; }
  .detail-reasons li p { font-size: 15px; }
  .detail-route-grid { grid-template-columns: 1fr; gap: 52px; }
  .detail-route-copy > p:not(.eyebrow) { font-size: 16px; }
  .detail-gallery { padding-block: 70px 76px; }
  .detail-gallery-heading { grid-template-columns: 1fr; gap: 6px; margin-bottom: 28px; }
  .detail-gallery-grid { height: auto; grid-template-columns: 1fr; grid-template-rows: repeat(3,235px); }
  .detail-gallery-grid img:first-child { grid-row: auto; }
  .detail-quote { padding-block: 72px 78px; }
  .detail-quote blockquote { font-size: clamp(34px,10.7vw,48px); }
}

/* Keyboard focus remains visible on light and dark backgrounds. */
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }

/* Keep the original lettering size; allow room above and below it on Russian Contact. */
@media (min-width: 761px) {
  html:lang(ru) .contact-hero-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }
  html:lang(ru) .contact-hero-stage .page-intro {
    grid-area: 1 / 1;
  }
  html:lang(ru) .contact-hero-stage .page-edge-word {
    grid-area: 1 / 1;
    position: relative;
    top: auto;
    align-self: center;
    justify-self: start;
    margin-block: 24px;
    transform: rotate(180deg);
  }
  html:lang(ru) .contact-hero-stage .page-panorama {
    grid-area: 2 / 1;
  }
}
