:root {
  --paper: #f4efe4;
  --paper-deep: #e8dfcf;
  --ink: #14213d;
  --ink-soft: #3f4b63;
  --blue: #176f83;
  --blue-deep: #0e5265;
  --coral: #d96c4e;
  --sun: #d8ad52;
  --white: #fffdf8;
  --line: rgba(20, 33, 61, 0.16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --condensed: "Arial Narrow", "Helvetica Neue Condensed", "Roboto Condensed", sans-serif;
  --max: 1240px;
  --gutter: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.wrap { width: min(100%, var(--max)); margin: 0 auto; padding-inline: var(--gutter); }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 16px; background: var(--ink); color: var(--white); }
.skip-link:focus { top: 16px; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  padding: 13px 20px;
  background: var(--ink);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: 160ms ease;
}
.button:hover, .button:focus-visible { background: var(--blue); border-color: var(--blue); }
.button.secondary { background: transparent; color: var(--ink); }
.button.secondary:hover, .button.secondary:focus-visible { background: var(--paper-deep); border-color: var(--ink); }

/* Header */
.v3-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 228, 0.96);
  backdrop-filter: blur(12px);
}
.v3-header-inner {
  width: min(100%, 1440px);
  min-height: 82px;
  margin: 0 auto;
  padding: 14px var(--gutter);
  display: flex;
  align-items: center;
  gap: 30px;
}
.v3-brand { display: inline-flex; flex-direction: column; flex: 0 0 auto; }
.v3-brand-name {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 0.9;
}
.v3-brand-line {
  margin-top: 8px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: 10px;
  font-style: italic;
  letter-spacing: 0.04em;
}
.v3-nav { margin-left: auto; }
.v3-nav ul { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 32px); margin: 0; padding: 0; list-style: none; }
.v3-nav a, .lang-switch a {
  position: relative;
  display: inline-block;
  padding: 9px 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.v3-nav a::after, .lang-switch a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--coral);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}
.v3-nav a:hover::after, .v3-nav a:focus-visible::after, .v3-nav a[aria-current="page"]::after,
.lang-switch a:hover::after, .lang-switch a:focus-visible::after, .lang-switch a[aria-current="page"]::after { transform: scaleX(1); }
.lang-switch { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.lang-switch span { color: rgba(20, 33, 61, 0.4); }
.menu-button { display: none; width: 42px; height: 42px; margin-left: auto; border: 1px solid var(--line); background: transparent; }
.menu-button span { display: block; width: 19px; height: 1.5px; margin: 5px auto; background: var(--ink); }
.mobile-menu { display: none; }

/* Homepage hero */
.home-hero { border-bottom: 1px solid var(--line); }
.home-hero-grid {
  min-height: min(760px, calc(100vh - 82px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
}
.home-hero-copy {
  min-width: 0;
  padding: clamp(72px, 8vw, 130px) var(--gutter) 74px max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter)));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-hero h1 {
  max-width: 100%;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(68px, 7.4vw, 116px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.76;
}
.home-hero h1 em {
  display: block;
  margin-top: 24px;
  color: var(--blue);
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 47px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: none;
}
.hero-promise { max-width: 610px; margin: 34px 0 0; color: var(--ink-soft); font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-note { max-width: 560px; margin: 24px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.home-hero-visual {
  position: relative;
  min-height: 0;
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
}
.home-hero-visual picture { display: block; width: 100%; height: 100%; }
.home-hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: 50% center; }
.home-hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(20,33,61,.42)); content: ""; pointer-events: none; }
.home-hero-visual figcaption { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 2; color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .12em; line-height: 1.5; text-align: right; text-transform: uppercase; }

/* Shared sections */
.v3-section { padding: clamp(76px, 9vw, 126px) 0; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: minmax(0, .78fr) minmax(320px, 1.22fr); gap: 40px; align-items: end; margin-bottom: 48px; }
.section-heading h2 { max-width: 12ch; margin: 0; font-family: var(--serif); font-size: clamp(40px, 5.4vw, 70px); font-weight: 500; letter-spacing: -0.045em; line-height: 1; }
.section-heading p { max-width: 660px; margin: 0; color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.decision-card {
  min-height: 330px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.34);
  transition: transform 170ms ease, background 170ms ease;
}
.decision-card:hover { background: var(--white); transform: translateY(-4px); }
.decision-number { color: var(--coral); font-family: var(--serif); font-size: 13px; font-style: italic; }
.decision-card h3 { max-width: 12ch; margin: auto 0 16px; font-family: var(--serif); font-size: clamp(30px, 3vw, 43px); font-weight: 500; line-height: 1.04; }
.decision-card p { margin: 0 0 24px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.text-link { margin-top: auto; color: var(--blue-deep); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.base-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; background: var(--ink); }
.base-card { position: relative; min-height: 430px; overflow: hidden; background: var(--ink); color: var(--white); }
.base-card img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: opacity 180ms ease, transform 350ms ease; }
.base-card:hover img { opacity: .65; transform: scale(1.025); }
.base-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 34%, rgba(10,26,48,.88)); content: ""; }
.base-card-content { position: absolute; inset: auto 24px 24px; z-index: 2; }
.base-card .tag { color: #f7c966; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.base-card h3 { margin: 9px 0 7px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.base-card p { margin: 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }

.stay-layout { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(40px, 7vw, 100px); align-items: start; }
.stay-intro { position: sticky; top: 120px; }
.stay-intro h2 { max-width: 8ch; margin: 0 0 22px; font-family: var(--serif); font-size: clamp(46px, 6vw, 76px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.stay-intro p { color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.stay-list { display: grid; gap: 16px; }
.stay-card { display: grid; grid-template-columns: 220px 1fr; min-height: 210px; border: 1px solid var(--line); background: rgba(255,255,255,.22); }
.stay-card img { width: 100%; height: 100%; object-fit: cover; }
.stay-card-copy { padding: 24px; display: flex; flex-direction: column; }
.stay-card small { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.stay-card h3 { margin: 10px 0 8px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.stay-card p { margin: 0 0 12px; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.stay-card .catch { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; }
.stay-card .catch b { color: var(--coral); text-transform: uppercase; }

/* Hotel decision engine */
.hotel-chooser { padding-bottom: clamp(68px, 8vw, 104px); }
.chooser-intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
  margin-bottom: 42px;
}
.chooser-intro h2 { max-width: 10ch; margin: 0; font-family: var(--serif); font-size: clamp(42px, 5.8vw, 74px); font-weight: 500; letter-spacing: -.045em; line-height: .98; }
.chooser-intro > p { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.style-nav { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.style-nav a { min-height: 178px; padding: 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.24); transition: background 160ms ease, transform 160ms ease; }
.style-nav a:hover, .style-nav a:focus-visible { background: var(--white); transform: translateY(-3px); }
.style-nav span { color: var(--coral); font-family: var(--serif); font-size: 13px; font-style: italic; }
.style-nav strong { margin-top: auto; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.style-nav small { margin-top: 8px; color: var(--ink-soft); font-size: 11px; line-height: 1.45; }
.coverage-warning { margin-top: 28px; padding: 20px 22px; border-left: 4px solid var(--sun); background: rgba(216,173,82,.14); color: var(--ink-soft); font-size: 13px; line-height: 1.65; }
.coverage-warning strong { color: var(--ink); }
.hotel-style-section { padding: clamp(72px, 9vw, 118px) 0; border-bottom: 1px solid var(--line); scroll-margin-top: 82px; }
.hotel-style-section.alt { background: var(--paper-deep); }
.hotel-style-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 42px; align-items: end; margin-bottom: 44px; }
.hotel-style-heading span { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hotel-style-heading h2 { max-width: 13ch; margin: 12px 0 0; font-family: var(--serif); font-size: clamp(39px, 5vw, 64px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.hotel-style-heading > p { max-width: 600px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.hotel-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.hotel-choice-card { min-width: 0; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.alt .hotel-choice-card { background: var(--white); }
.hotel-choice-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--ink); }
.hotel-choice-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease, opacity 180ms ease; }
.hotel-choice-card:hover .hotel-choice-media img { opacity: .9; transform: scale(1.025); }
.hotel-choice-copy { height: 100%; padding: 24px; display: flex; flex-direction: column; }
.hotel-choice-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.hotel-choice-tags span { padding: 5px 7px; background: rgba(23,111,131,.1); color: var(--blue-deep); font-size: 8px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hotel-choice-copy h3 { margin: 18px 0 9px; font-family: var(--serif); font-size: 29px; font-weight: 500; line-height: 1.08; }
.hotel-choice-copy h3 a:hover, .hotel-choice-copy h3 a:focus-visible { color: var(--blue-deep); }
.hotel-choice-copy > p { margin: 0 0 18px; color: var(--ink-soft); font-size: 13px; line-height: 1.62; }
.hotel-choice-copy .catch { margin-top: auto; padding-top: 15px; border-top: 1px solid var(--line); color: var(--ink); font-size: 11px; }
.hotel-choice-copy .catch b { color: var(--coral); text-transform: uppercase; }
.rate-link { min-height: 44px; margin-top: 4px; padding: 12px 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.rate-link:hover, .rate-link:focus-visible { background: var(--blue); }
.inventory-gap { min-height: 100%; padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px dashed rgba(20,33,61,.32); background: repeating-linear-gradient(-45deg, transparent, transparent 12px, rgba(20,33,61,.025) 12px, rgba(20,33,61,.025) 24px); }
.inventory-gap span { margin-bottom: auto; color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.inventory-gap h3 { max-width: 12ch; margin: 80px 0 12px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.08; }
.inventory-gap p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.6; }
.affiliate-note { max-width: 820px; margin: 30px 0 0; color: var(--ink-soft); font-size: 10px; line-height: 1.65; }
.next-step > .wrap { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.next-step h2 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(40px, 5vw, 65px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.next-step p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.next-step .button { flex: 0 0 auto; }

.now-section { background: var(--ink); color: var(--white); }
.now-section .eyebrow { color: #f7c966; }
.now-section .section-heading p { color: rgba(255,255,255,.72); }
.now-grid { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 1px; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.25); }
.now-card { min-height: 290px; padding: 28px; display: flex; flex-direction: column; background: var(--ink); }
.now-card:hover { background: #1a2c50; }
.now-card time { color: #f7c966; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.now-card h3 { margin: auto 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.1; }
.now-card p { margin: 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.6; }

.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px 16px; }
.place-card { display: block; }
.place-card-media { aspect-ratio: 4/3; overflow: hidden; background: var(--paper-deep); }
.place-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.place-card:hover img { transform: scale(1.025); }
.place-card h3 { margin: 14px 0 4px; font-family: var(--serif); font-size: 28px; font-weight: 500; }
.place-card p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }

.practical { background: var(--blue); color: var(--white); }
.practical .eyebrow { color: #f7c966; }
.practical-grid { display: grid; grid-template-columns: .8fr repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.28); border-left: 1px solid rgba(255,255,255,.28); }
.practical-title, .practical-link { min-height: 220px; padding: 26px; border-right: 1px solid rgba(255,255,255,.28); border-bottom: 1px solid rgba(255,255,255,.28); }
.practical-title h2 { margin: 0; font-family: var(--serif); font-size: 39px; font-weight: 500; line-height: 1.02; }
.practical-link { display: flex; flex-direction: column; }
.practical-link span { color: #f7c966; font-family: var(--serif); font-size: 13px; font-style: italic; }
.practical-link h3 { margin: auto 0 8px; font-family: var(--serif); font-size: 24px; font-weight: 500; }
.practical-link p { margin: 0; color: rgba(255,255,255,.75); font-size: 12px; line-height: 1.55; }

/* Editorial itinerary */
.article-hero { padding: clamp(72px, 9vw, 128px) 0 68px; border-bottom: 1px solid var(--line); }
.breadcrumbs { margin: 0 0 32px; color: var(--ink-soft); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.breadcrumbs a { border-bottom: 1px solid var(--line); }
.article-hero h1 { max-width: 1000px; margin: 0; font-family: var(--serif); font-size: clamp(50px, 7.4vw, 98px); font-weight: 500; letter-spacing: -.055em; line-height: .94; }
.article-deck { max-width: 780px; margin: 30px 0 0; color: var(--ink-soft); font-size: clamp(18px, 2vw, 24px); line-height: 1.5; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 30px; color: var(--blue-deep); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.article-cover { width: min(calc(100% - 2 * var(--gutter)), var(--max)); height: clamp(360px, 58vw, 720px); margin: 0 auto; }
.article-cover img { width: 100%; height: 100%; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(50px, 8vw, 120px); justify-content: center; }
.article-aside { position: sticky; top: 116px; align-self: start; padding: 22px; border: 1px solid var(--line); }
.article-aside h2 { margin: 0 0 16px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.article-aside ol { margin: 0; padding: 0; list-style: none; }
.article-aside li { border-top: 1px solid var(--line); }
.article-aside a { display: block; padding: 12px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.4; }
.article-body { color: var(--ink-soft); font-size: 16px; line-height: 1.85; }
.article-body > p:first-child { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 25px; line-height: 1.55; }
.article-body h2 { margin: 70px 0 16px; color: var(--ink); font-family: var(--serif); font-size: 42px; font-weight: 500; letter-spacing: -.03em; line-height: 1.05; scroll-margin-top: 120px; }
.article-body h3 { margin: 28px 0 10px; color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 500; }
.article-body a { color: var(--blue-deep); text-decoration: underline; text-underline-offset: 3px; }
.day-card { margin: 28px 0; padding: 30px; border-left: 4px solid var(--coral); background: var(--white); }
.day-card .day { color: var(--coral); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.day-card h3 { margin: 10px 0 13px; font-size: 30px; }
.day-card p:last-child { margin-bottom: 0; }
.verdict-box { margin: 42px 0; padding: 30px; background: var(--ink); color: var(--white); }
.verdict-box span { color: #f7c966; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.verdict-box p { margin: 14px 0 0; font-family: var(--serif); font-size: 24px; line-height: 1.5; }
.source-box { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 12px; }
.itinerary-stay-prompt { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 26px 0 22px; }
.article-body .itinerary-stay-prompt a { min-height: 142px; padding: 19px; display: flex; flex-direction: column; border: 1px solid var(--line); background: rgba(255,253,248,.38); color: var(--ink); text-decoration: none; transition: background 160ms ease, transform 160ms ease; }
.article-body .itinerary-stay-prompt a:hover, .article-body .itinerary-stay-prompt a:focus-visible { background: var(--white); transform: translateY(-2px); }
.itinerary-stay-prompt span { color: var(--coral); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.itinerary-stay-prompt strong { margin-top: auto; font-family: var(--serif); font-size: 20px; font-weight: 500; line-height: 1.15; }
.itinerary-stay-prompt small { margin-top: 7px; color: var(--ink-soft); font-size: 10px; line-height: 1.45; }
.article-body .inline-decision-link { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

/* Footer */
.v3-footer { padding: 70px 0 34px; background: #0b1730; color: var(--white); }
.privacy-links { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; margin-top: 18px; font-size: 12px; }
.privacy-links a, .consent-settings { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.consent-settings { appearance: none; border: 0; background: none; padding: 0; font: inherit; cursor: pointer; }
.consent-banner { position: fixed; z-index: 1000; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 28px; max-width: 1120px; margin: 0 auto; padding: 20px 22px; background: #fffaf0; color: #0b1730; border: 1px solid rgba(11,23,48,.22); box-shadow: 0 16px 50px rgba(11,23,48,.18); }
.consent-copy { max-width: 720px; }
.consent-copy strong { display: block; margin-bottom: 6px; font: 600 21px/1.1 Fraunces, Georgia, serif; }
.consent-copy p { margin: 0; font-size: 14px; line-height: 1.5; }
.consent-copy a { color: inherit; text-underline-offset: 3px; }
.consent-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.consent-actions button { padding: 11px 14px; border: 1px solid #0b1730; font: 700 12px/1 Inter, Arial, sans-serif; cursor: pointer; }
.consent-reject { background: transparent; color: #0b1730; }
.consent-accept { background: #0b1730; color: #fff; }
@media (max-width: 760px) { .consent-banner { align-items: stretch; flex-direction: column; gap: 14px; } .consent-actions { align-items: stretch; flex-direction: column-reverse; } .consent-actions button { width: 100%; min-height: 44px; } }
.policy-shell { padding: 88px 24px 110px; background: var(--cream); }
.policy-copy { max-width: 780px; margin: 0 auto; }
.policy-copy h1 { margin: 10px 0 34px; font: 600 clamp(48px, 8vw, 92px)/.94 Fraunces, Georgia, serif; letter-spacing: -.04em; }
.policy-copy h2 { margin: 44px 0 12px; font: 600 30px/1.1 Fraunces, Georgia, serif; }
.policy-copy p { max-width: 70ch; font-size: 16px; line-height: 1.75; }
.policy-copy a { color: inherit; text-underline-offset: 3px; }
.policy-lead { margin-bottom: 52px; font: 500 22px/1.55 Fraunces, Georgia, serif !important; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 42px; }
.footer-brand .v3-brand-name { font-size: clamp(46px, 7vw, 92px); }
.footer-brand p { max-width: 480px; margin: 22px 0 0; color: rgba(255,255,255,.66); font-family: var(--serif); font-size: 18px; line-height: 1.6; }
.footer-col h2 { margin: 0 0 16px; color: #f7c966; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.footer-col a { display: block; margin: 10px 0; color: rgba(255,255,255,.78); font-size: 13px; }
.footer-bottom { margin-top: 58px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.55); font-size: 10px; line-height: 1.6; }

@media (max-width: 1080px) {
  .v3-nav, .v3-header > .lang-switch { display: none; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 0; z-index: 80; padding: 22px var(--gutter); background: var(--paper); opacity: 0; visibility: hidden; pointer-events: none; transition: 170ms ease; }
  .mobile-menu.open { display: block; opacity: 1; visibility: visible; pointer-events: auto; }
  .mobile-menu-top { display: flex; align-items: center; justify-content: space-between; }
  .mobile-menu-close { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 28px; }
  .mobile-menu ul { margin: 54px 0 34px; padding: 0; list-style: none; }
  .mobile-menu li { border-bottom: 1px solid var(--line); }
  .mobile-menu li:first-child { border-top: 1px solid var(--line); }
  .mobile-menu li a { display: block; padding: 14px 0; font-family: var(--serif); font-size: 30px; }
  .home-hero-grid { min-height: 0; grid-template-columns: 1fr; }
  .home-hero-copy { padding: 82px var(--gutter) 64px; }
  .home-hero-visual { min-height: 0; aspect-ratio: 3 / 2; }
  .base-grid { grid-template-columns: repeat(2, 1fr); }
  .style-nav { grid-template-columns: repeat(2, 1fr); }
  .hotel-choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .practical-grid { grid-template-columns: repeat(2, 1fr); }
  .practical-title { grid-column: 1 / -1; min-height: auto; }
}

@media (max-width: 760px) {
  .v3-header-inner { min-height: 68px; }
  .home-hero h1 { font-size: clamp(54px, 17vw, 88px); }
  .home-hero-visual { min-height: 0; aspect-ratio: 3 / 2; }
  .home-hero-visual figcaption { right: 12px; bottom: 10px; left: 12px; font-size: 8px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .chooser-intro, .hotel-style-heading { grid-template-columns: 1fr; gap: 22px; }
  .style-nav, .hotel-choice-grid { grid-template-columns: 1fr; }
  .style-nav a { min-height: 144px; }
  .inventory-gap { min-height: 300px; }
  .next-step > .wrap { align-items: stretch; flex-direction: column; }
  .next-step .button { align-self: flex-start; }
  .decision-grid, .place-grid { grid-template-columns: 1fr; }
  .decision-card { min-height: 260px; }
  .base-grid { grid-template-columns: 1fr; }
  .base-card { min-height: 360px; }
  .stay-layout { grid-template-columns: 1fr; }
  .stay-intro { position: static; }
  .stay-card { grid-template-columns: 1fr; }
  .stay-card img { aspect-ratio: 16/10; }
  .now-grid { grid-template-columns: 1fr; }
  .practical-grid { grid-template-columns: 1fr; }
  .practical-title { grid-column: auto; }
  .article-layout { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .itinerary-stay-prompt { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
