:root {
  --cream: #f4efe4;
  --ink: #20231e;
  --terracotta: #bd4e35;
  --sun: #f3b51b;
  --cobalt: #174e77;
  --sage: #788a72;
  --line: rgba(32, 35, 30, .18);
  --header-clearance: clamp(118px, 12vh, 150px);
}

* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
html.legal-page,
html.legal-page body { overflow-x: clip; }
html.discover-calpe-page,
html.discover-calpe-page body { overflow-x: clip; }
body.dialog-open { overflow: hidden; }
img {
  display: block;
  width: 100%;
  background: #ddd4c3;
  opacity: 1;
  filter: none;
  transform: none;
}
img.image-loaded {
  opacity: 1;
  filter: none;
  transform: none;
}
.brand-logo {
  background: transparent;
}
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 18px;
  padding: 0 clamp(18px, 3.5vw, 50px);
  color: white;
  background: rgba(24, 29, 25, .72);
  border-bottom: 0;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: background .25s ease, padding .25s ease;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -.035em;
}
.brand-logo { width: 64px; height: 64px; border: 0; border-radius: 24px; outline: 0; background: transparent; box-shadow: none; object-fit: contain; filter: drop-shadow(0 1px 1px rgba(0,0,0,.2)); }
.site-header .brand-logo {
  width: 124px;
  height: 124px;
  margin: -6px 0;
  filter:
    drop-shadow(1px 0 0 rgba(238, 190, 73, .48))
    drop-shadow(-1px 0 0 rgba(238, 190, 73, .48))
    drop-shadow(0 1px 0 rgba(238, 190, 73, .48))
    drop-shadow(0 -1px 0 rgba(238, 190, 73, .48))
    drop-shadow(0 6px 8px rgba(0, 0, 0, .9));
}
nav {
  display: flex;
  gap: clamp(14px, 1.8vw, 24px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 15px;
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -.02em;
}
.site-header nav {
  font-family: Georgia, "Times New Roman", serif;
  font-optical-sizing: none;
  font-kerning: normal;
  font-synthesis: none;
}
nav a { opacity: .86; }
nav a:hover { opacity: 1; }
.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-self: end;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .08);
}
.language-switcher a {
  min-width: 28px;
  padding: 6px 7px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-align: center;
  opacity: .75;
}
.language-switcher a[aria-current="page"],
.language-switcher a:hover {
  background: var(--sun);
  color: var(--ink);
  opacity: 1;
}
.header-book { justify-self: end; }
.site-header .button {
  padding: 10px 14px;
  font-size: 11px;
}
.menu-button { display: none; border: 0; background: none; padding: 8px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: white; transition: transform .28s ease, opacity .2s ease; }
.page-pathways {
  display: grid;
  grid-template-columns: minmax(180px, .38fr) minmax(0, 1fr);
  gap: clamp(25px, 5vw, 75px);
  align-items: start;
  padding: clamp(42px, 6vw, 76px) clamp(24px, 8vw, 125px);
  background: #132f42;
  color: white;
}
.page-pathways > p {
  margin: 0;
  color: #f3ca67;
  font: 600 clamp(27px, 3vw, 42px)/1.05 Georgia, "Times New Roman", serif;
}
.page-pathways > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.22);
}
.page-pathways a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
  min-height: 108px;
  padding: 20px 18px;
  border-right: 1px solid rgba(255,255,255,.16);
  color: white;
  font: 600 clamp(16px, 1.5vw, 20px)/1.25 Georgia, "Times New Roman", serif;
  transition: background .2s ease, color .2s ease;
}
.page-pathways a:last-child { border-right: 0; }
.page-pathways a:hover { background: rgba(255,255,255,.08); color: #f3ca67; }
.page-pathways b { color: #f3ca67; font-family: Arial, sans-serif; font-weight: 400; }

.content-clusters,
.topic-cluster {
  padding: clamp(58px, 8vw, 110px) clamp(24px, 8vw, 125px);
  border-top: 1px solid var(--line);
  background: #ece4d6;
}
.content-clusters-heading {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(38px, 5vw, 68px);
}
.content-clusters-heading .kicker,
.topic-cluster .kicker { margin: 0; }
.content-clusters-heading h2 {
  max-width: 780px;
  font-size: clamp(42px, 5vw, 70px);
}
.content-cluster-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.content-cluster-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(26px, 3.3vw, 46px);
  background: #f8f3e9;
}
.content-cluster-number {
  margin: 0 0 42px;
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
}
.content-cluster-card h3 {
  margin: 0;
  color: var(--cobalt);
  font: 600 clamp(28px, 3vw, 42px)/1.02 Georgia, "Times New Roman", serif;
}
.content-cluster-card h3 a {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  opacity: 1;
}
.content-cluster-card h3 span { color: var(--terracotta); font-family: Arial, sans-serif; font-size: 16px; }
.content-cluster-card > p:not(.content-cluster-number) {
  min-height: 74px;
  margin: 20px 0 30px;
  color: #555b53;
  line-height: 1.6;
}
.content-cluster-card nav {
  display: grid;
  gap: 0;
  margin-top: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}
.content-cluster-card nav a {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  opacity: 1;
}
.content-cluster-card nav a:hover { color: var(--terracotta); }
.content-cluster-card nav b { color: var(--terracotta); font-weight: 400; }
.topic-cluster {
  display: grid;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 105px);
  align-items: start;
}
.topic-cluster h2 {
  margin-top: 13px;
  color: var(--cobalt);
  font-size: clamp(38px, 4.6vw, 64px);
}
.topic-cluster > div > p:last-child {
  max-width: 520px;
  margin: 22px 0 0;
  color: #555b53;
  line-height: 1.65;
}
.topic-cluster-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}
.topic-cluster-links > a,
.topic-cluster-links > span {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  min-height: 62px;
  padding: 15px 17px;
  border: 1px solid var(--line);
  background: #f8f3e9;
  color: var(--ink);
  opacity: 1;
}
.topic-cluster-links > a:hover { border-color: var(--cobalt); color: var(--cobalt); }
.topic-cluster-links > a b { color: var(--terracotta); font-weight: 400; }
.topic-cluster-links > span[aria-current="page"] {
  border-color: var(--cobalt);
  background: var(--cobalt);
  color: white;
  font-weight: 700;
}
.contextual-link-note {
  margin: clamp(42px, 6vw, 82px) clamp(24px, 8vw, 125px);
  padding: clamp(22px, 3vw, 34px) clamp(24px, 3.5vw, 46px);
  border-left: 4px solid var(--terracotta);
  background: #fffaf0;
  box-shadow: 0 12px 35px rgba(32, 35, 30, .07);
}
.contextual-link-note p {
  max-width: 980px;
  margin: 0;
  color: #4d544b;
  font: 400 clamp(16px, 1.5vw, 19px)/1.7 Arial, Helvetica, sans-serif;
}
.contextual-link-note a {
  color: var(--cobalt);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--sun);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.contextual-link-note a:hover { color: var(--terracotta); }
.page-journey {
  display: grid;
  grid-template-columns: minmax(170px, .65fr) minmax(250px, 1.25fr) minmax(210px, .8fr);
  gap: 1px;
  margin: clamp(42px, 6vw, 82px) clamp(24px, 8vw, 125px);
  border: 1px solid var(--line);
  background: var(--line);
  font-family: Arial, Helvetica, sans-serif;
}
.page-journey > * { min-width: 0; background: #f8f3e9; }
.page-journey-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 22px 24px;
}
.page-journey small,
.page-journey-booking span {
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.page-journey-parent a {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: var(--cobalt);
  font: 600 18px/1.25 Georgia, "Times New Roman", serif;
}
.page-journey b { color: var(--terracotta); font-family: Arial, sans-serif; font-weight: 400; }
.page-journey > p {
  margin: 0;
  padding: 25px 28px;
  color: #555b53;
  font-size: 14px;
  line-height: 1.7;
}
.page-journey > p a {
  color: var(--cobalt);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--sun);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.page-journey-booking {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 16px;
  align-content: center;
  padding: 21px 24px;
  border: 0;
  background: var(--cobalt);
  color: white;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
}
.page-journey-booking span { grid-column: 1 / -1; color: var(--sun); }
.page-journey-booking strong { font: 600 18px/1.25 Georgia, "Times New Roman", serif; }
.page-journey-booking b { color: var(--sun); }
.page-journey a:hover { color: var(--terracotta); }
.page-journey-booking:hover { background: var(--ink); color: white; }

.button {
  border: 0;
  border-radius: 0;
  padding: 15px 21px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.button-dark { background: var(--ink); color: white; }
.button-sun { display: flex; justify-content: space-between; align-items: center; gap: 28px; background: var(--sun); color: var(--ink); }
.button-outline { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid rgba(255,255,255,.5); color: white; }

.hero { position: relative; min-height: 92vh; display: flex; align-items: flex-end; padding-top: var(--header-clearance); overflow: hidden; color: white; }
.hero-image { position: absolute; inset: 0; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(17,25,21,.75), rgba(17,25,21,.18) 68%), linear-gradient(0deg, rgba(17,25,21,.48), transparent 45%); }
.hero-copy { position: relative; z-index: 1; width: min(780px, 80%); margin: 0 0 12vh clamp(24px, 8vw, 125px); }
.kicker { margin: 0 0 22px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.kicker.light { color: #f6c95b; }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
h1 { margin: 0; font-size: clamp(62px, 7vw, 126px); line-height: .85; letter-spacing: -.065em; }
h1 em { color: #ffd15b; font-weight: 400; }
.hero-intro { max-width: 560px; margin: 32px 0 0 8px; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.55; }
.booking-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, auto));
  width: fit-content;
  max-width: calc(100vw - 48px);
  margin: 24px 0 0 8px;
  background: rgba(21,29,25,.78);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(12px);
}
.booking-highlights div { padding: 12px 16px; border-right: 1px solid rgba(255,255,255,.16); }
.booking-highlights div:last-child { border-right: 0; }
.booking-highlights small, .booking-highlights strong { display: block; }
.booking-highlights small { margin-bottom: 5px; color: #f6c95b; font-size: 10px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.booking-highlights strong { font-size: 13px; line-height: 1.35; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0 8px;
}
.hero-actions .button { min-width: 210px; }
.quick-facts {
  position: absolute;
  right: clamp(24px, 5vw, 72px);
  bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(2, 120px);
  background: rgba(21,29,25,.8);
  backdrop-filter: blur(12px);
}
.quick-facts div { padding: 18px 20px; border: 1px solid rgba(255,255,255,.18); }
.quick-facts strong, .quick-facts span { display: block; }
.quick-facts strong { font: 400 24px Georgia, serif; }
.quick-facts span { margin-top: 4px; font-size: 12px; letter-spacing: .02em; opacity: .78; }
.scroll-cue { position: absolute; left: 18px; bottom: 70px; border: 0; background: none; color: white; writing-mode: vertical-rl; transform: rotate(180deg); font-size: 12px; letter-spacing: .05em; cursor: pointer; }
.scroll-cue span { margin-top: 12px; }

.booking-ribbon {
  position: relative;
  z-index: 3;
  width: min(1190px, calc(100% - 48px));
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(145px, 1fr)) auto auto;
  background: white;
  box-shadow: 0 24px 60px rgba(28,35,29,.16);
}
.booking-field { padding: 17px 22px; border-right: 1px solid var(--line); }
.booking-field label { display: block; margin-bottom: 5px; color: #656a61; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.booking-field input, .booking-field select { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.booking-ribbon .button { margin: 8px; min-width: 215px; }
.booking-tour {
  min-width: 190px;
  border-color: var(--line);
  color: var(--ink);
}

.why-book {
  padding: clamp(64px, 7vw, 105px) clamp(24px, 8vw, 125px);
  background: #fff8e8;
}
.why-book-heading {
  display: grid;
  grid-template-columns: minmax(170px, .48fr) minmax(280px, 1.35fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.why-book-heading .kicker { margin: 0 0 7px; }
.why-book-heading h2 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 60px);
  line-height: .96;
  letter-spacing: -.045em;
}
.why-book-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.why-book-card {
  min-height: 205px;
  padding: clamp(24px, 3vw, 34px);
  background: white;
  border: 1px solid rgba(32,35,30,.11);
  box-shadow: 0 18px 45px rgba(28,35,29,.07);
}
.why-book-card span {
  display: block;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.why-book-card h3 {
  margin: 24px 0 12px;
  color: var(--cobalt);
  font-size: clamp(24px, 2.2vw, 34px);
  line-height: 1.05;
}
.why-book-card p {
  margin: 0;
  color: #555b53;
  font-size: 14px;
  line-height: 1.62;
}
.why-book-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}
.why-book-platforms a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.why-book-platforms a:hover,
.why-book-platforms a:focus-visible {
  border-color: var(--terracotta);
  color: var(--terracotta);
}

.property-glance {
  padding: clamp(64px, 7vw, 100px) clamp(24px, 8vw, 125px);
  background: #f4efe4;
}
.property-glance-heading {
  display: grid;
  grid-template-columns: minmax(150px, .5fr) minmax(280px, 1.5fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 36px;
}
.property-glance-heading .kicker { margin: 0 0 7px; }
.property-glance-heading h2 { margin: 0; color: var(--cobalt); font-size: clamp(34px, 4vw, 58px); line-height: .95; letter-spacing: -.04em; }
.property-glance-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.property-glance-grid article { min-height: 190px; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.property-glance-grid article > span { color: var(--terracotta); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.property-glance-grid h3 { margin: 22px 0 10px; color: var(--cobalt); font-size: 22px; }
.property-glance-grid p { margin: 0; color: #555b53; font-size: 14px; line-height: 1.6; }
.property-glance > .text-link { display: inline-flex; margin-top: 28px; }

.stay-fit-check {
  padding: clamp(64px, 7vw, 105px) clamp(24px, 8vw, 125px);
  background: #20231e;
  color: white;
}
.stay-fit-check-heading {
  display: grid;
  grid-template-columns: minmax(180px, .48fr) minmax(280px, 1.35fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 34px;
}
.stay-fit-check-heading .kicker { margin: 0 0 7px; color: var(--sun); }
.stay-fit-check-heading h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: .96;
  letter-spacing: -.045em;
}
.stay-fit-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.stay-fit-panel {
  padding: clamp(28px, 4vw, 48px);
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
}
.stay-fit-panel h3 {
  margin: 0 0 24px;
  color: var(--sun);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
}
.stay-fit-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stay-fit-panel li {
  position: relative;
  padding-left: 28px;
  color: #dce2dc;
  line-height: 1.55;
}
.stay-fit-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .58em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--terracotta);
}
.stay-fit-panel.not-ideal li::before { background: #b8a990; }
.stay-fit-note {
  max-width: 720px;
  margin: 26px 0 0;
  color: #cbd3cc;
  line-height: 1.65;
}

.section { padding: clamp(80px, 10vw, 145px) clamp(24px, 8vw, 125px); }
.discover-mini-nav {
  --mini-nav-thumb-left: 0px;
  --mini-nav-thumb-width: 0px;
  position: sticky;
  top: calc(var(--discover-mini-nav-top, 112px) + 6px);
  z-index: 9;
  display: flex;
  justify-content: center;
  gap: 6px;
  width: fit-content;
  max-width: calc(100% - 48px);
  margin: -60px auto 0;
  padding: 8px;
  border: 1px solid rgba(39, 48, 42, .14);
  border-radius: 999px;
  background: rgba(245, 239, 229, .94);
  box-shadow: 0 18px 38px rgba(31, 36, 31, .16);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.discover-mini-nav::before,
.discover-mini-nav::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.discover-mini-nav::before {
  left: 18px;
  right: 18px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: rgba(55, 65, 57, .16);
}
.discover-mini-nav::after {
  left: var(--mini-nav-thumb-left);
  bottom: 6px;
  width: var(--mini-nav-thumb-width);
  height: 2px;
  border-radius: 999px;
  background: var(--terracotta);
  box-shadow: 0 0 0 1px rgba(189, 78, 53, .1);
  transition: opacity .2s ease;
}
.discover-mini-nav.is-scrollable::before,
.discover-mini-nav.is-scrollable::after {
  opacity: 1;
}
.discover-mini-nav a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #374139;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.discover-mini-nav a:hover,
.discover-mini-nav a:focus-visible {
  border-color: rgba(202, 86, 54, .34);
  background: rgba(255, 255, 255, .72);
  color: var(--terracotta);
}
.feature-grid,
.amenities,
.visual-layout,
.casa-compare,
.terrace-story,
.experience-story,
.gallery,
.walkthrough,
.coast-story,
.calpe-character,
.old-town-stay,
.hidden-places,
.perfect-day,
.calpe-planning-strip,
.nearby-restaurants,
.ifach-hike,
.ifach-cats,
.location,
.guest-fit,
.faq,
.quote,
footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}
.prebook {
  background: var(--ink);
  color: white;
}
.prebook-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, .7fr);
  gap: clamp(35px, 7vw, 95px);
  align-items: end;
  margin-bottom: 46px;
}
.prebook-heading p:last-child {
  max-width: 570px;
  margin: 0;
  color: #cbd3cc;
  font: 400 clamp(17px, 1.5vw, 21px)/1.65 Georgia, serif;
}
.prebook-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.prebook-card {
  position: relative;
  display: flex;
  min-height: 205px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  overflow: hidden;
  background: #2d3a33;
  border: 1px solid rgba(255,255,255,.14);
}
.prebook-card-feature {
  grid-row: span 2;
  min-height: 422px;
}
.prebook-card img {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
  opacity: .72;
  transition: transform .75s ease;
}
.prebook-card:hover img { transform: scale(1.025); }
.prebook-card::after {
  content: "";
  position: absolute;
  inset: 35% 0 0;
  background: linear-gradient(transparent, rgba(20,25,21,.9));
}
.prebook-card span,
.prebook-card strong {
  position: relative;
  z-index: 1;
}
.prebook-card span {
  margin-bottom: 14px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.prebook-card strong {
  max-width: 360px;
  font: 600 clamp(23px, 2vw, 33px)/1.08 Georgia, "Times New Roman", serif;
}
.trust-badges {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 36px;
  border-top: 1px solid rgba(255,255,255,.18);
  border-left: 1px solid rgba(255,255,255,.18);
}
.trust-badges div {
  min-height: 130px;
  padding: 21px;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.trust-badges strong,
.trust-badges span { display: block; }
.trust-badges strong {
  margin-bottom: 18px;
  color: var(--sun);
  font: 600 19px Georgia, "Times New Roman", serif;
}
.trust-badges span {
  color: #cbd3cc;
  font-size: 12px;
  line-height: 1.55;
}
.story { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: start; overflow: hidden; }
.story-heading, .story-copy { position: relative; z-index: 1; }
.story-watermark { position: absolute; right: 10vw; bottom: 10px; width: min(300px, 24vw); height: auto; border: 0; background: transparent; box-shadow: none; opacity: .045; pointer-events: none; transform: rotate(-6deg); }
h2 { margin: 0; font-size: clamp(44px, 5.4vw, 78px); line-height: .96; letter-spacing: -.045em; }
.story-copy { max-width: 570px; padding-top: 35px; }
.story-copy p { color: #555b53; line-height: 1.75; }
.story-copy .lead { margin-top: 0; color: var(--ink); font: 400 clamp(21px, 2vw, 29px)/1.45 Georgia, serif; }
.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 48px;
  max-width: 100%;
  margin: 18px 10px 0 0;
  padding: 13px 17px;
  border: 1px solid var(--cobalt);
  background: var(--cobalt);
  box-shadow: 0 4px 0 #0e354f;
  color: white;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.3;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.text-link > span {
  flex: 0 0 auto;
  color: var(--sun);
  font-size: 1.15em;
}
.text-link:hover {
  border-color: var(--ink);
  background: var(--ink);
  box-shadow: 0 5px 0 var(--sun);
  color: white;
  transform: translateY(-2px);
}
.text-link:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}
.text-link:active {
  box-shadow: 0 2px 0 #0e354f;
  transform: translateY(2px);
}
.inline-button {
  display: inline;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: var(--terracotta);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.inline-button:hover,
.inline-button:focus-visible {
  background: transparent;
  box-shadow: none;
  color: var(--ink);
  transform: none;
}

.feature-grid { padding-top: 0; display: grid; grid-template-columns: 1fr 1fr; }
.feature-grid > * { min-height: 540px; }
.feature-image { margin: 0; overflow: hidden; }
.feature-image.tall {
  align-self: start;
  height: clamp(600px, 52vw, 720px);
  min-height: 0;
}
.feature-image img { height: 100%; object-fit: cover; transition: transform .8s ease; }
.feature-image:hover img { transform: scale(1.03); }
.feature-copy { display: flex; justify-content: space-between; flex-direction: column; padding: clamp(35px, 5vw, 70px); color: white; }
.feature-copy.terracotta { background: var(--terracotta); }
.feature-copy.cobalt { background: var(--cobalt); }
.feature-number { font: 18px Georgia, serif; opacity: .7; }
.feature-copy h3 { max-width: 560px; margin: 0 0 24px; font-size: clamp(37px, 4vw, 58px); line-height: 1.02; letter-spacing: -.035em; }
.feature-copy p:last-child { max-width: 460px; margin: 0; line-height: 1.65; opacity: .78; }

.amenities { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10vw; background: #ece5d7; }
.amenity-list { border-top: 1px solid var(--line); }
.amenity-list div { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.amenity-list span { color: var(--terracotta); font: 13px Georgia, serif; }
.amenity-list strong { font-size: 19px; }
.amenity-list .text-link { margin-top: 24px; }

.visual-layout {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 115px);
  align-items: center;
  background: var(--cream);
}
.layout-copy p:not(.kicker) {
  max-width: 560px;
  color: #555b53;
  font: 400 clamp(18px, 1.6vw, 23px)/1.6 Georgia, serif;
}
.layout-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.layout-node {
  position: relative;
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #ece5d7;
}
.layout-node::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(32,35,30,.14);
  pointer-events: none;
}
.layout-node span,
.layout-node strong,
.layout-node small {
  position: relative;
  display: block;
}
.layout-node span {
  color: var(--terracotta);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.layout-node strong {
  margin: 42px 0 16px;
  font: 600 clamp(27px, 2.5vw, 42px)/1.02 Georgia, "Times New Roman", serif;
}
.layout-node small {
  max-width: 260px;
  color: #62675f;
  font-size: 13px;
  line-height: 1.55;
}
.lower-terrace,
.upper-terrace {
  background: var(--cobalt);
  color: white;
}
.lower-terrace span,
.upper-terrace span { color: var(--sun); }
.lower-terrace small,
.upper-terrace small { color: #d6e0df; }

.casa-compare {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 100px);
  background: #25342d;
  color: white;
}
.casa-compare .compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.casa-compare article {
  padding: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}
.casa-compare article:first-child {
  background: var(--sun);
  color: var(--ink);
}
.casa-compare strong {
  display: block;
  margin-bottom: 18px;
  font: 600 24px Georgia, "Times New Roman", serif;
}
.casa-compare .landing-list { margin-top: 0; }
.casa-compare .landing-list li { border-color: rgba(255,255,255,.18); }
.casa-compare article:first-child .landing-list li { border-color: rgba(32,35,30,.18); }

.terrace-story { background: #dfe4dc; }
.terrace-pair figcaption { position: absolute; left: 15px; bottom: 14px; padding: 8px 10px; background: rgba(31,36,31,.82); color: white; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.terrace-content {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: stretch;
}
.terrace-content h2 { margin: 20px 0 32px; }
.terrace-lead { max-width: 610px; font: 400 clamp(20px, 1.8vw, 27px)/1.5 Georgia, serif; }
.terrace-column-left > p:not(.kicker):not(.terrace-lead) { max-width: 590px; color: #555b53; line-height: 1.75; }
.terrace-column { display: flex; flex-direction: column; min-width: 0; min-height: 0; }
.terrace-column-left { position: relative; top: auto; }
.terrace-pair { display: grid; grid-template-columns: 1fr 1.3fr; gap: 12px; }
.terrace-pair figure { position: relative; min-height: 260px; margin: 0; overflow: hidden; }
.terrace-pair img { height: 100%; object-fit: cover; }
.terrace-pair figure:first-child img { object-position: center; }
.terrace-pair figure:last-child img { object-position: center 60%; }
.terrace-level { margin-top: 0; }
.terrace-level-heading { display: grid; grid-template-columns: 90px 1fr; gap: 8px 20px; margin-bottom: 20px; }
.terrace-level-heading span { grid-row: 1 / span 2; padding-top: 8px; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.terrace-level-heading h3 { margin: 0; font: 600 clamp(24px, 2vw, 34px)/1.1 Georgia, "Times New Roman", serif; }
.terrace-level-heading p { max-width: 520px; margin: 0; color: #62675f; font-size: 13px; line-height: 1.65; }
.terrace-column-right .terrace-level { position: relative; display: flex; flex: 1; flex-direction: column; min-height: 0; }
.terrace-column-right .terrace-level-heading {
  position: absolute;
  z-index: 2;
  left: 14px;
  top: 14px;
  max-width: min(430px, calc(100% - 36px));
  margin: 0;
  padding: 13px 14px;
  background: rgba(223, 228, 220, .92);
  backdrop-filter: blur(8px);
}
.terrace-column-right .terrace-level-heading h3 { font-size: clamp(22px, 1.7vw, 29px); }
.terrace-column-right .terrace-level-heading p { font-size: 14px; line-height: 1.5; }
.terrace-level-gallery { display: grid; flex: 0 0 auto; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: clamp(160px, 11vw, 220px); gap: 10px; }
.terrace-level-gallery figure, .terrace-upper-image { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.terrace-level-gallery .terrace-level-feature { grid-column: 1 / -1; grid-row: span 2; }
.terrace-level-gallery .terrace-level-bottom { grid-column: 1 / -1; grid-row: span 2; }
.terrace-level-gallery img, .terrace-upper-image img { width: 100%; height: 100%; object-fit: cover; }
.terrace-level-gallery figure:nth-child(2) img { object-position: center 60%; }
.terrace-level-upper { position: relative; display: flex; flex: 0 0 auto; flex-direction: column; min-height: 0; margin-top: auto; padding-top: 40px; border-top: 1px solid var(--line); }
.terrace-level-upper .terrace-level-heading {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  padding: 18px;
  background: #fff;
}
.terrace-level-upper .terrace-level-heading h3 { font-size: clamp(22px, 1.7vw, 29px); }
.terrace-level-upper .terrace-level-heading p { font-size: 14px; line-height: 1.5; }
.terrace-upper-image { flex: 0 0 auto; height: clamp(330px, 30vw, 520px); min-height: 0; }
.terrace-upper-image figcaption { position: absolute; left: 15px; bottom: 14px; padding: 8px 10px; background: rgba(31,36,31,.82); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .02em; }

@media (max-width: 1600px) {
  .terrace-column-right .terrace-level-heading {
    position: static;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding: 18px;
    background: #fff;
    backdrop-filter: none;
  }

  .terrace-column-right .terrace-level-heading p,
  .terrace-level-upper .terrace-level-heading p {
    max-width: none;
    line-height: 1.5;
  }
}

@media (max-width: 1300px) {
  .terrace-level-heading {
    grid-template-columns: 1fr;
  }

  .terrace-level-heading span {
    grid-row: auto;
    padding-top: 0;
  }
}

.experience-story {
  position: relative;
  overflow: hidden;
  background: #25342d;
  color: white;
}
.experience-story::after {
  content: "CT";
  position: absolute;
  right: -20px;
  top: 10px;
  color: rgba(255, 255, 255, .025);
  font: 600 clamp(220px, 35vw, 520px)/1 Georgia, "Times New Roman", serif;
  letter-spacing: -.12em;
  pointer-events: none;
}
.experience-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: end; }
.experience-lead { max-width: 570px; margin: 0 0 4px; color: #cbd3cc; font: 400 clamp(20px, 2vw, 28px)/1.5 Georgia, serif; }
.experience-columns { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; margin-top: 90px; }
.experience-columns article { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.25); }
.experience-index { color: #f6c95b; font: 16px Georgia, serif; }
.experience-columns h3 { max-width: 500px; margin: 25px 0; font-size: clamp(32px, 3.5vw, 48px); line-height: 1.05; }
.experience-columns p { max-width: 570px; color: #b9c3bb; line-height: 1.75; }
.experience-moments { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 80px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.experience-moments div { min-height: 150px; padding: 25px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.experience-moments strong, .experience-moments span { display: block; }
.experience-moments strong { margin-bottom: 26px; color: #f6c95b; font: 600 22px Georgia, "Times New Roman", serif; }
.experience-moments span { color: #b9c3bb; font-size: 13px; line-height: 1.5; }

.gallery { padding-right: 0; overflow: hidden; }
.section-heading.inline { display: flex; justify-content: space-between; align-items: end; padding-right: clamp(24px, 8vw, 125px); margin-bottom: 45px; }
.gallery-controls { display: flex; align-items: center; gap: 18px; }
.gallery-prev,
.gallery-next { border: 0; background: transparent; box-shadow: none; color: var(--ink); cursor: pointer; }
.gallery-prev:hover,
.gallery-next:hover { background: transparent; box-shadow: none; color: var(--terracotta); transform: none; }
.gallery-track { display: flex; gap: 18px; overflow-x: auto; padding: 0 clamp(24px, 8vw, 125px) 20px 0; scrollbar-width: none; scroll-snap-type: x mandatory; }
.gallery-track::-webkit-scrollbar { display: none; }
.gallery-card { flex: 0 0 min(33vw, 410px); margin: 0; scroll-snap-align: start; }
.gallery-card.large { flex-basis: min(45vw, 610px); }
.gallery-card.portrait { flex-basis: min(28vw, 350px); }
.gallery-card.low-res { flex-basis: min(25vw, 320px); }
.gallery-card img { height: 470px; object-fit: cover; }
.gallery-card.low-res img { height: 390px; margin-top: 40px; }
.gallery-card figcaption { display: flex; justify-content: space-between; gap: 20px; padding-top: 12px; color: #5f655d; font-size: 12px; letter-spacing: .02em; }
.gallery-card figcaption b { color: var(--terracotta); font-weight: 700; }

.walkthrough {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(280px, .55fr);
  gap: clamp(36px, 9vw, 130px);
  align-items: center;
  background: #ece5d7;
}
.walkthrough-copy p:not(.kicker) {
  max-width: 610px;
  color: #555b53;
  font: 400 clamp(18px, 1.6vw, 23px)/1.6 Georgia, serif;
}
.walkthrough-phone {
  position: relative;
  width: min(340px, 100%);
  aspect-ratio: 9 / 16;
  justify-self: center;
  padding: 12px;
  border: 1px solid rgba(32,35,30,.22);
  border-radius: 28px;
  background: var(--ink);
  box-shadow: 0 34px 80px rgba(32,35,30,.22);
  overflow: hidden;
}
.walkthrough-reel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
}
.walkthrough-frame {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: walkthroughFade 52s infinite;
}
.walkthrough-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.walkthrough-frame figcaption {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 54px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.46);
}
.walkthrough-frame figcaption span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 999px;
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
}
.walkthrough-frame figcaption strong,
.walkthrough-frame figcaption small { display: block; }
.walkthrough-frame figcaption strong {
  max-width: 250px;
  font: 600 clamp(24px, 2.3vw, 31px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -.035em;
  color: #f6f2e8;
  text-shadow: 0 2px 10px rgba(0,0,0,.52);
}
.walkthrough-frame figcaption small {
  max-width: 245px;
  margin-top: 10px;
  color: rgba(255,255,255,.98);
  font-size: 12px;
  line-height: 1.45;
  text-shadow: 0 1px 10px rgba(0,0,0,.46);
}
.walkthrough-frame:nth-child(2) { animation-delay: 4s; }
.walkthrough-frame:nth-child(3) { animation-delay: 8s; }
.walkthrough-frame:nth-child(4) { animation-delay: 12s; }
.walkthrough-frame:nth-child(5) { animation-delay: 16s; }
.walkthrough-frame:nth-child(6) { animation-delay: 20s; }
.walkthrough-frame:nth-child(7) { animation-delay: 24s; }
.walkthrough-frame:nth-child(8) { animation-delay: 28s; }
.walkthrough-frame:nth-child(9) { animation-delay: 32s; }
.walkthrough-frame:nth-child(10) { animation-delay: 36s; }
.walkthrough-frame:nth-child(11) { animation-delay: 40s; }
.walkthrough-frame:nth-child(12) { animation-delay: 44s; }
.walkthrough-frame:nth-child(13) { animation-delay: 48s; }
.walkthrough-phone::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 18px;
  background: linear-gradient(0deg, rgba(18,25,22,.86), rgba(18,25,22,.16) 55%, transparent 76%);
  pointer-events: none;
}
.walkthrough-phone > span {
  position: absolute;
  z-index: 1;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@keyframes walkthroughFade {
  0%, 100% { opacity: 0; transform: scale(1.04); }
  1.5%, 6.8% { opacity: 1; transform: scale(1); }
  8% { opacity: 0; transform: scale(1.025); }
}

.coast-story { background: #e8e1d3; overflow: hidden; }
.coast-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; margin-bottom: 65px; }
.coast-heading h2 { margin-bottom: 0; }
.coast-intro { max-width: 540px; }
.coast-intro p { margin: 0 0 16px; color: #555b53; font: 400 clamp(17px, 1.55vw, 21px)/1.65 Georgia, serif; }
.coast-intro span { display: inline-block; margin-top: 12px; padding: 10px 14px; background: var(--sun); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.coast-collage { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 390px 330px; gap: 18px; }
.coast-image { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #c8c9bf; }
.coast-image img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.coast-image:hover img { transform: scale(1.025); }
.coast-image figcaption { position: absolute; left: 18px; bottom: 18px; padding: 9px 12px; background: rgba(32,35,30,.82); color: white; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.coast-main { grid-row: 1 / 3; }
.coast-main img { object-position: center 58%; }
.coast-wide { grid-row: 1 / 3; }
.coast-wide img { object-position: center 46%; }
.photo-credit { display: none; margin: 14px 0 0; color: #646a62; font-size: 12px; letter-spacing: 0; }
.photo-credit a { border-bottom: 1px solid currentColor; }

.calpe-character { background: var(--ink); color: white; }
.character-heading { display: grid; grid-template-columns: .65fr 1.35fr 1fr; gap: 5vw; align-items: end; margin-bottom: 65px; }
.character-heading .kicker { align-self: start; }
.character-heading h2 { margin: 0; }
.character-heading > p:last-child { max-width: 440px; margin: 0 0 8px; color: #b9c3bb; font: 400 clamp(17px, 1.5vw, 21px)/1.65 Georgia, serif; }
.character-grid { display: grid; grid-template-columns: 1.05fr .72fr 1.05fr; grid-template-rows: 360px 390px; gap: 18px; }
.character-card { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.character-card img { height: 100%; object-fit: cover; transition: transform .75s ease; }
.character-card:hover img { transform: scale(1.025); }
.character-card:after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(16,20,17,.88)); pointer-events: none; }
.character-card figcaption { position: absolute; z-index: 1; left: 22px; right: 22px; bottom: 20px; display: grid; grid-template-columns: 35px 1fr; color: white; }
.character-card figcaption span { grid-row: 1 / 3; color: #f6c95b; font: 18px Georgia, serif; }
.character-card figcaption strong { font: 600 clamp(19px, 1.7vw, 25px)/1.15 Georgia, "Times New Roman", serif; }
.character-card figcaption small { margin-top: 5px; color: #d6ddd5; font-size: 12px; letter-spacing: .02em; }
.character-old-town { grid-row: 1 / 3; }
.character-old-town img { object-position: center; }
.character-architecture { grid-column: 3; grid-row: 1 / 3; }
.character-architecture img { object-position: 54% center; }
.character-note { grid-row: 1 / 3; align-self: stretch; display: flex; flex-direction: column; justify-content: center; width: 100%; height: 100%; padding: clamp(28px, 4vw, 55px); background: var(--terracotta); }
.character-note span { color: #ffd46c; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.character-note h3 { margin: 25px 0 20px; font-size: clamp(31px, 3vw, 45px); line-height: 1.03; }
.character-note p { margin: 0; color: #f3d8d1; font-size: 13px; line-height: 1.7; }
.character-lane, .character-ifach { display: none; }

.old-town-stay { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #e8e1d3; }
.old-town-lead { max-width: 560px; margin: 30px 0 0; color: #555b53; font: 400 clamp(20px, 1.8vw, 27px)/1.55 Georgia, serif; }
.old-town-photo { position: relative; margin: 0; overflow: hidden; background: #c8c9bf; }
.old-town-photo { margin-top: 42px; aspect-ratio: 4 / 3; }
.old-town-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.old-town-photo:hover img { transform: scale(1.025); }
.old-town-photo figcaption { position: absolute; left: 14px; bottom: 14px; padding: 8px 10px; background: rgba(31,36,31,.82); color: white; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.old-town-reasons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.old-town-reasons article { min-height: 245px; padding: clamp(24px, 3vw, 38px); border: 1px solid var(--line); background: rgba(255, 255, 255, .28); }
.old-town-reason-photo { width: calc(100% + clamp(48px, 6vw, 76px)); margin: calc(clamp(24px, 3vw, 38px) * -1) calc(clamp(24px, 3vw, 38px) * -1) 24px; aspect-ratio: 16 / 10; overflow: hidden; background: #c8c9bf; }
.old-town-reason-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .75s ease; }
.old-town-reasons article:hover .old-town-reason-photo img { transform: scale(1.025); }
.old-town-reasons span, .hidden-list > article > span { display: block; color: var(--terracotta); font: 18px Georgia, serif; }
.old-town-reasons h3 { margin: 0 0 14px; font: 600 clamp(24px, 2vw, 34px)/1.08 Georgia, "Times New Roman", serif; }
.old-town-reasons span + h3 { margin-top: 24px; }
.hidden-list h3 { margin: 24px 0 14px; font: 600 clamp(24px, 2vw, 34px)/1.08 Georgia, "Times New Roman", serif; }
.old-town-reasons p, .hidden-list p { margin: 0; color: #555b53; font-size: 13px; line-height: 1.65; }

.hidden-places { display: grid; grid-template-columns: .75fr 1.25fr; gap: 7vw; background: #25342d; color: white; }
.local-section-heading { position: sticky; top: 125px; align-self: start; }
.trail-intro { max-width: 430px; margin: 24px 0 0; color: #c7d0c8; font: 400 clamp(17px, 1.45vw, 21px)/1.55 Georgia, serif; }
.trail-route { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; max-width: 430px; margin-top: 30px; color: #f6c95b; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trail-route i { display: block; height: 1px; background: linear-gradient(90deg, #f6c95b, rgba(246,201,91,.12)); }
.hidden-list { position: relative; }
.hidden-list::before { content: ""; position: absolute; top: 34px; bottom: 34px; left: 183px; width: 1px; background: linear-gradient(180deg, rgba(246,201,91,.75), rgba(246,201,91,.12)); }
.hidden-list article { position: relative; display: grid; grid-template-columns: 150px 66px 1fr; gap: 22px; align-items: center; padding: 22px 0; }
.hidden-card-photo { min-width: 0; aspect-ratio: 1 / 1; margin: 0; overflow: hidden; background: rgba(255,255,255,.1); border-radius: 4px; }
.hidden-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.hidden-list article:hover .hidden-card-photo img { transform: scale(1.025); }
.hidden-list small { display: block; margin-bottom: 10px; color: #f6c95b; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hidden-list h3 { margin-top: 0; color: white; }
.hidden-list p { max-width: 640px; color: #b9c3bb; }
.hidden-list > article > span { position: relative; z-index: 1; display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid rgba(246,201,91,.62); border-radius: 999px; background: #25342d; color: #f6c95b; font-size: 16px; }
.base-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  margin-top: 18px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
  text-transform: uppercase;
}
.hidden-list .base-note {
  border: 1px solid rgba(246,201,91,.38);
  background: rgba(246,201,91,.1);
  color: #f6c95b;
}

.perfect-day {
  display: grid;
  grid-template-columns: minmax(220px, .48fr) minmax(0, 1.52fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(52px, 6vw, 78px) clamp(24px, 8vw, 125px);
  background: #f4efe4;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.perfect-day-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.perfect-day-heading .kicker { margin: 0 0 12px; color: var(--terracotta); }
.perfect-day-heading h2 {
  max-width: 360px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1;
}
.perfect-day-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.perfect-day-grid article {
  min-height: 230px;
  padding: clamp(22px, 2.5vw, 32px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.34);
}
.perfect-day-grid span {
  display: block;
  color: var(--terracotta);
  font: 18px Georgia, serif;
}
.perfect-day-grid small {
  display: block;
  margin-top: 34px;
  color: #6d726a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.perfect-day-grid h3 {
  margin: 12px 0 12px;
  font: 600 clamp(21px, 1.8vw, 30px)/1.06 Georgia, "Times New Roman", serif;
}
.perfect-day-grid p {
  margin: 0;
  color: #555b53;
  font-size: 13px;
  line-height: 1.6;
}
.perfect-day-grid .base-note {
  border: 1px solid rgba(202,86,54,.24);
  background: rgba(255,255,255,.54);
  color: var(--terracotta);
}

.calpe-planning-strip {
  display: grid;
  grid-template-columns: minmax(220px, .44fr) minmax(0, 1.56fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 7vw, 92px) clamp(24px, 8vw, 125px);
  background: #20231e;
  color: white;
}
.planning-strip-heading .kicker { margin: 0 0 12px; color: var(--sun); }
.planning-strip-heading h2 {
  max-width: 380px;
  margin: 0;
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1;
}
.planning-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.planning-strip-grid article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.07);
}
.planning-strip-grid h3 {
  margin: 0 0 14px;
  color: var(--sun);
  font: 600 clamp(23px, 2vw, 32px)/1.08 Georgia, "Times New Roman", serif;
}
.planning-strip-grid p {
  margin: 0;
  color: #cbd3cc;
  font-size: 13px;
  line-height: 1.65;
}
.planning-strip-grid a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: white;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  text-decoration: none;
  text-transform: uppercase;
}
.planning-strip-grid a:hover,
.planning-strip-grid a:focus-visible { color: var(--sun); }
.planning-strip-links {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.planning-strip-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #cbd3cc;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-decoration: none;
  text-transform: uppercase;
}
.planning-strip-links a:hover,
.planning-strip-links a:focus-visible {
  border-color: var(--sun);
  color: var(--sun);
}

.nearby-restaurants { background: var(--cream); }
.restaurants-intro { display: grid; grid-template-columns: 1fr .75fr; gap: 8vw; align-items: end; margin-bottom: 55px; }
.restaurants-intro > p { max-width: 500px; margin: 0; color: #555b53; font: 400 clamp(17px, 1.45vw, 21px)/1.55 Georgia, serif; }
.restaurant-guide { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 18px; }
.restaurant-feature { display: grid; grid-template-rows: minmax(380px, 1fr) auto; min-height: 720px; background: var(--ink); color: white; overflow: hidden; }
.restaurant-feature figure { min-height: 0; margin: 0; overflow: hidden; }
.restaurant-feature img, .restaurant-mini-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s ease; }
.restaurant-feature:hover img, .restaurant-mini-grid article:hover img { transform: scale(1.025); }
.restaurant-feature-copy { padding: clamp(30px, 4vw, 56px); }
.restaurant-feature span, .restaurant-mini-grid span { display: block; color: var(--terracotta); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.restaurant-feature span { color: #f6c95b; }
.restaurant-feature h3, .restaurant-mini-grid h3 { margin: 16px 0 12px; font: 600 clamp(25px, 2.3vw, 38px)/1.08 Georgia, "Times New Roman", serif; }
.restaurant-feature p, .restaurant-mini-grid p { margin: 0; line-height: 1.65; }
.restaurant-feature p { max-width: 560px; color: #cbd3cc; }
.restaurant-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.restaurant-mini-grid article { display: grid; grid-template-rows: 215px auto; min-height: 0; background: white; border: 1px solid var(--line); overflow: hidden; }
.restaurant-mini-grid article > div { padding: 24px; }
.restaurant-mini-grid p { color: #555b53; font-size: 13px; }
.restaurant-note { margin: 18px 0 0; color: #5f655d; font-size: 13px; letter-spacing: 0; }

.ifach-hike { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; padding: 0; background: var(--sun); }
.hike-visual { position: relative; min-height: 860px; overflow: hidden; }
.hike-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(18,25,22,.35), transparent 55%); pointer-events: none; }
.hike-visual img { height: 100%; object-fit: cover; object-position: 55% center; }
.hike-height { position: absolute; z-index: 1; left: clamp(24px, 5vw, 70px); bottom: clamp(28px, 5vw, 70px); display: flex; align-items: end; gap: 16px; color: white; }
.hike-height strong { font: 600 clamp(74px, 9vw, 130px)/.72 Georgia, "Times New Roman", serif; letter-spacing: -.07em; }
.hike-height span { padding-bottom: 2px; font-size: 12px; font-weight: 700; line-height: 1.4; letter-spacing: .04em; }
.hike-content { padding: clamp(65px, 7vw, 110px); }
.hike-content h2 { margin: 20px 0 35px; font-size: clamp(54px, 6vw, 88px); }
.hike-lead { max-width: 610px; margin: 0 0 48px; font: 400 clamp(19px, 1.7vw, 24px)/1.55 Georgia, serif; }
.hike-stages { border-top: 1px solid rgba(32,35,30,.32); }
.hike-stages article { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 23px 0; border-bottom: 1px solid rgba(32,35,30,.32); }
.hike-stages article > span { color: var(--terracotta); font: 18px Georgia, serif; }
.hike-stages h3 { margin: 0 0 8px; font-size: 24px; }
.hike-stages p { max-width: 540px; margin: 0; color: #4e514b; font-size: 13px; line-height: 1.65; }
.hike-practical-note {
  max-width: 650px;
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid rgba(32,35,30,.2);
  background: rgba(255,255,255,.32);
}
.hike-practical-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--terracotta);
  font: 600 20px Georgia, "Times New Roman", serif;
}
.hike-practical-note p {
  margin: 0;
  color: #4f554d;
  font-size: 13px;
  line-height: 1.65;
}
.hike-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.hike-actions p { max-width: 300px; margin: 0; color: #4f554d; font-size: 13px; line-height: 1.5; }

.ifach-cats { display: grid; grid-template-columns: .9fr 1.1fr; padding: 0; background: var(--terracotta); color: white; }
.cats-copy { padding: clamp(65px, 8vw, 125px); }
.cats-number { display: inline-block; margin: 25px 0 18px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.4); color: #ffd46c; font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.cats-copy h2 { margin: 0 0 35px; font-size: clamp(55px, 6.5vw, 92px); }
.cats-lead { max-width: 620px; font: 400 clamp(21px, 1.9vw, 28px)/1.5 Georgia, serif; }
.cats-copy > p:not(.kicker):not(.cats-lead) { max-width: 580px; color: #f1d5ce; line-height: 1.75; }
.cats-note { display: grid; grid-template-columns: 150px 1fr; gap: 24px; max-width: 620px; margin: 42px 0 32px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }
.cats-note strong { color: #ffd46c; font: 600 18px Georgia, "Times New Roman", serif; }
.cats-note span { color: #f1d5ce; font-size: 12px; line-height: 1.6; }
.cats-source {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  background: var(--sun);
  color: var(--ink);
}
.cats-source:hover,
.cats-source:focus-visible {
  background: #ffd76f;
  color: var(--ink);
}
.cats-gallery { position: relative; display: grid; grid-template-rows: 1.35fr .65fr; min-height: 800px; gap: 12px; padding: 12px; background: #1c211c; overflow: hidden; }
.cats-photo { position: relative; min-height: 0; margin: 0; overflow: hidden; }
.cats-photo img { height: 100%; object-fit: cover; transition: transform .75s ease; }
.cats-photo:hover img { transform: scale(1.025); }
.cats-photo-main img { object-position: center 52%; }
.cats-photo-detail img { object-position: center 58%; }
.cats-photo figcaption { position: absolute; left: 14px; bottom: 13px; padding: 8px 10px; background: rgba(28,33,28,.82); color: white; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.cats-gallery > p { position: absolute; z-index: 2; right: clamp(25px, 4vw, 55px); top: 44%; margin: 0; text-align: right; color: white; text-shadow: 0 2px 18px rgba(0,0,0,.75); font: 600 clamp(25px, 2.8vw, 42px)/1.1 Georgia, "Times New Roman", serif; }

.location { display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; background: var(--cobalt); color: white; }
.location-photo { position: relative; min-height: 420px; }
.location-photo img { height: 100%; object-fit: cover; }
.map-pin { position: absolute; left: 54%; top: 45%; padding: 9px 12px; background: var(--sun); color: var(--ink); font-size: 11px; font-weight: 700; }
.map-pin:after { content: ""; position: absolute; bottom: -7px; left: 15px; border: 7px solid transparent; border-top-color: var(--sun); border-bottom: 0; }
.location-copy { padding: clamp(42px, 5vw, 72px); }
.location-copy > p:not(.kicker) { max-width: 470px; line-height: 1.7; opacity: .77; }
.distances { padding: 0; margin: 30px 0; list-style: none; border-top: 1px solid rgba(255,255,255,.25); }
.distances li { display: grid; grid-template-columns: 90px 1fr; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.25); font-size: 13px; }
.distances strong { color: #ffd15b; font: 400 18px Georgia, serif; }
.distances span { align-self: center; }

.guest-fit { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; background: #e8e1d3; }
.guest-fit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.guest-fit-grid article { min-height: 245px; padding: clamp(24px, 3vw, 38px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guest-fit-grid span { display: block; color: var(--terracotta); font: 18px Georgia, serif; }
.guest-fit-grid h3 { margin: 24px 0 14px; font: 600 clamp(24px, 2vw, 34px)/1.08 Georgia, "Times New Roman", serif; }
.guest-fit-grid p { margin: 0; color: #555b53; font-size: 13px; line-height: 1.65; }

.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; background: var(--cream); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font: 600 clamp(22px, 1.9vw, 31px)/1.15 Georgia, "Times New Roman", serif; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--terracotta); font-family: Arial, sans-serif; font-size: 24px; line-height: 1; transition: transform .25s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-answer { overflow: hidden; height: 0; opacity: 0; transition: height .32s ease, opacity .22s ease; }
.faq-list details[open] .faq-answer { opacity: 1; }
.faq-list p { max-width: 690px; margin: -5px 0 24px; color: #555b53; line-height: 1.7; }

.quote { text-align: center; }
.quote-mark { display: block; color: var(--terracotta); font: 80px/.7 Georgia, serif; }
blockquote { max-width: 950px; margin: 25px auto 42px; font-size: clamp(38px, 5vw, 70px); line-height: 1.08; letter-spacing: -.04em; }
.quote-copy { max-width: 690px; margin: -22px auto 34px; color: #555b53; font-size: clamp(16px, 1.45vw, 20px); line-height: 1.65; }

footer { position: relative; display: grid; grid-template-columns: 1.25fr .65fr .85fr .65fr 1fr; gap: clamp(28px, 4vw, 70px); padding: 80px clamp(24px, 8vw, 125px) 105px; background: var(--ink); color: white; }
.home-footer { grid-template-columns: 1.15fr .72fr .82fr .85fr .65fr 1fr; }
.footer-brand p { max-width: 300px; color: #aeb5ac; line-height: 1.6; }
.light-mark { margin-bottom: 18px; font-size: 29px; }
.footer-logo {
  width: 150px;
  height: 150px;
  border-radius: 28px;
  filter:
    drop-shadow(1px 0 0 rgba(238, 190, 73, .48))
    drop-shadow(-1px 0 0 rgba(238, 190, 73, .48))
    drop-shadow(0 1px 0 rgba(238, 190, 73, .48))
    drop-shadow(0 -1px 0 rgba(238, 190, 73, .48))
    drop-shadow(0 6px 8px rgba(0, 0, 0, .92));
}
footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; font-size: 15px; color: #b7bdb4; }
.footer-legal {
  grid-column: 1 / -1;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.footer-legal .footer-label { margin: 0; }
.footer-label { margin: 0 0 10px; color: #f3ca67; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.footer-address { margin: 0; color: #d5d9d2; line-height: 1.55; }
.footer-social { width: 100%; }
.footer-social { margin-top: 10px; }
.footer-social a { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; width: 100%; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); transition: color .2s ease, border-color .2s ease; }
.footer-social a:hover { color: white; border-color: rgba(255,255,255,.4); }
.social-mark { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #f3ca67; border-radius: 50%; color: #f3ca67; font: 700 11px Arial, sans-serif; }
.social-mark-wide { font-size: 9px; }
.social-arrow { color: #f3ca67; font-size: 13px; }
.copyright { position: absolute; left: clamp(24px, 8vw, 125px); bottom: 30px; color: #858b82; font-size: 12px; letter-spacing: .02em; }

.mobile-book { display: none; }
.booking-dialog { width: min(620px, calc(100% - 28px)); max-height: calc(100vh - 30px); padding: 48px; border: 0; background: var(--cream); color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.booking-dialog::backdrop { background: rgba(16,24,20,.75); backdrop-filter: blur(4px); }
.booking-dialog h2 { margin-bottom: 14px; font-size: 46px; }
.booking-dialog > p:not(.kicker) { color: #62675f; line-height: 1.6; }
.dialog-close { position: absolute; top: 18px; right: 20px; border: 0; background: none; font-size: 30px; cursor: pointer; }
.booking-dialog form { display: grid; gap: 15px; margin-top: 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.booking-dialog label { display: grid; gap: 7px; color: #4d544b; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.booking-dialog input, .booking-dialog select, .booking-dialog textarea { width: 100%; border: 1px solid var(--line); background: white; padding: 13px; color: var(--ink); text-transform: none; }
.booking-platform-options {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.booking-platform-options > p { margin: 0 0 12px; color: #62675f; font-size: 12px; font-weight: 700; }
.booking-platform-options > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.booking-platform-options a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 12px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.booking-platform-options a:hover,
.booking-platform-options a:focus-visible { border-color: var(--terracotta); color: var(--terracotta); }
.submit-enquiry { width: 100%; justify-content: center; margin-top: 4px; }
.form-note { margin: 0; text-align: center; color: #6f756d; font-size: 12px; }
.form-success { padding: 35px 0 15px; text-align: center; }
.form-success span { display: grid; place-items: center; width: 60px; height: 60px; margin: auto; border-radius: 50%; background: var(--sun); font-size: 25px; }
.form-success h3 { margin-bottom: 8px; font-size: 34px; }
.form-success p { color: #62675f; line-height: 1.6; }

.landing-page { background: var(--cream); }
.guide-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 11px;
  align-items: center;
  padding: 17px clamp(24px, 8vw, 125px);
  border-bottom: 1px solid var(--line);
  background: #f8f3e9;
  color: #62675f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .035em;
}
.guide-breadcrumbs a {
  color: var(--ink);
  text-decoration: none;
}
.guide-breadcrumbs a:hover,
.guide-breadcrumbs a:focus-visible { color: var(--terracotta); }
.guide-breadcrumbs span[aria-hidden="true"] { color: #a49d91; }
.guide-breadcrumbs span[aria-current="page"] { min-width: 0; overflow-wrap: anywhere; }
.landing-hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
  padding-top: var(--header-clearance);
  overflow: hidden;
  color: white;
}
.landing-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,25,21,.82), rgba(17,25,21,.2) 70%), linear-gradient(0deg, rgba(17,25,21,.55), transparent 55%);
}
.landing-hero-copy {
  position: relative;
  z-index: 1;
  width: min(850px, calc(100% - 48px));
  margin: 0 0 clamp(75px, 10vh, 120px) clamp(24px, 8vw, 125px);
}
.landing-hero-copy h1 { max-width: 840px; }
.landing-hero-copy p { max-width: 620px; margin: 28px 0 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.6; }
.before-book-page .landing-hero { min-height: clamp(560px, 70vh, 720px); }
.before-book-page .landing-hero-copy h1 { max-width: 760px; }
  .landing-section {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(36px, 8vw, 115px);
    padding: clamp(75px, 9vw, 125px) clamp(24px, 8vw, 125px);
  }
  .landing-section.cycling-road-notes { background: white; }
  .landing-section h2 { max-width: 620px; }
.landing-copy { max-width: 690px; color: #555b53; line-height: 1.75; }
.landing-copy p:first-child { margin-top: 0; color: var(--ink); font: 400 clamp(20px, 1.9vw, 28px)/1.45 Georgia, serif; }
.landing-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.landing-list li { padding: 18px 0; border-top: 1px solid var(--line); }
.calpe-day-strip {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  padding: clamp(34px, 5vw, 54px) clamp(24px, 8vw, 125px);
  background: #20231e;
  color: #f8f3e9;
}
.calpe-day-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 430px;
}
.calpe-day-intro h2 {
  margin: 10px 0 0;
  color: #f8f3e9;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .98;
}
.calpe-day-intro p:last-child {
  margin: 18px 0 0;
  color: #cbd3cc;
  line-height: 1.6;
}
.calpe-day-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(248, 243, 233, .18);
}
.calpe-day-grid article {
  min-height: 220px;
  padding: clamp(20px, 2.4vw, 30px);
  border-right: 1px solid rgba(248, 243, 233, .18);
}
.calpe-day-grid article:last-child { border-right: 0; }
.calpe-day-grid span,
.calpe-day-grid small {
  display: block;
  color: var(--sun);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.calpe-day-grid h3 {
  margin: 22px 0 12px;
  color: #fff8e8;
  font-size: clamp(22px, 2.1vw, 32px);
  line-height: 1;
}
.calpe-day-grid p {
  margin: 0 0 24px;
  color: #dce0d9;
  line-height: 1.55;
}
.calpe-day-grid small {
  margin-top: auto;
  color: #bfc8c0;
  letter-spacing: .03em;
  text-transform: none;
}
.booking-confidence-stats,
.guide-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0 clamp(24px, 8vw, 125px);
  background: rgba(32,35,30,.16);
}
.booking-confidence-stats article,
.booking-confidence-stats a,
.guide-stats article,
.guide-stats a {
  display: block;
  min-height: 170px;
  padding: clamp(24px, 3vw, 38px);
  background: #ece5d7;
  color: inherit;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.booking-confidence-stats a:hover,
.booking-confidence-stats a:focus-visible,
.guide-stats a:hover,
.guide-stats a:focus-visible { background: #e5dccb; transform: translateY(-2px); }
.booking-confidence-stats strong,
.guide-stats strong {
  display: block;
  margin-bottom: 18px;
  color: var(--terracotta);
  overflow-wrap: anywhere;
  font: 600 clamp(30px, 3.2vw, 48px)/1 Georgia, "Times New Roman", serif;
}
.booking-confidence-stats span,
.guide-stats span { display: block; color: #555b53; line-height: 1.55; }
.cycling-popularity {
  display: grid;
  grid-template-columns: minmax(260px, .34fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 86px);
  padding: clamp(75px, 9vw, 125px) clamp(24px, 8vw, 125px);
  background: #1f2c27;
  color: white;
}
.cycling-popularity-copy {
  position: sticky;
  top: calc(var(--header-clearance) + 24px);
  align-self: start;
}
.cycling-popularity-copy .kicker { color: #f6c95b; }
.cycling-popularity-copy h2 {
  margin: 12px 0 24px;
  color: white;
  font-size: clamp(34px, 4vw, 64px);
}
.cycling-popularity-copy p:not(.kicker) {
  max-width: 520px;
  color: #cbd7d0;
  font: 400 clamp(17px, 1.45vw, 22px)/1.6 Georgia, serif;
}
.cycling-popularity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.cycling-popularity figure,
.cycling-popularity-points article {
  margin: 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
}
.cycling-popularity figure {
  display: grid;
  grid-template-rows: 1fr auto;
}
.cycling-popularity-hero { grid-column: 1 / -1; min-height: 440px; }
.cycling-popularity img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  transition: transform .75s ease;
}
.cycling-popularity figure:hover img { transform: scale(1.025); }
.cycling-popularity figcaption {
  padding: 15px 18px;
  color: #edf2ee;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.cycling-popularity-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  grid-column: 1 / -1;
}
.cycling-popularity-points article {
  min-height: 220px;
  padding: clamp(22px, 3vw, 34px);
}
.cycling-popularity-points span {
  display: block;
  color: #f6c95b;
  font: 18px Georgia, serif;
}
.cycling-popularity-points h3 {
  margin: 22px 0 12px;
  color: white;
  font-size: clamp(23px, 2vw, 32px);
}
.cycling-popularity-points p {
  margin: 0;
  color: #cbd7d0;
  line-height: 1.6;
}
.cycling-map-section {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(58px, 7vw, 96px) clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
  background: white;
}
.cycling-map-copy {
  position: sticky;
  top: calc(var(--header-clearance) + 24px);
  align-self: start;
}
.cycling-map-copy h2 { margin: 12px 0 20px; }
.cycling-map-copy p:not(.kicker) { color: #555b53; line-height: 1.7; }
.cycling-map-grid {
  display: grid;
  gap: 14px;
}
.cycling-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, .36fr);
  gap: 0;
  min-height: 300px;
  background: #ece5d7;
}
.cycling-map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
  border: 0;
  background: #d8d2c3;
}
.cycling-map-card div {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 3vw, 36px);
}
.cycling-map-card strong {
  margin-bottom: 14px;
  color: var(--ink);
  font: 600 clamp(24px, 2.2vw, 34px)/1 Georgia, "Times New Roman", serif;
}
.cycling-map-card span { color: #555b53; line-height: 1.6; }
.season-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0 clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
}
.season-card {
  display: block;
  min-height: 260px;
  padding: 28px;
  background: #ece5d7;
  color: inherit;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.season-card:hover,
.season-card:focus-visible { background: #e5dccb; transform: translateY(-3px); }
.season-card-image {
  width: calc(100% + 56px);
  height: clamp(215px, 17vw, 260px);
  margin: -28px -28px 24px;
  object-fit: cover;
  background: #ddd4c3;
}
.amenity-photo-grid .season-card-image { height: clamp(320px, 28vw, 430px); }
.season-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--terracotta);
  font: 700 13px/1.2 Arial, sans-serif;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.season-card h3 {
  min-height: 2.1em;
  margin: 0 0 16px;
  font-size: clamp(25px, 2.2vw, 36px);
  line-height: 1.05;
  text-wrap: balance;
}
.season-card p { margin: 0; color: #62675f; line-height: 1.65; }
.season-card-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 24px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}
.amenity-detail-section {
  grid-template-columns: 1fr;
  gap: clamp(24px, 4vw, 52px);
  padding-top: clamp(35px, 5vw, 70px);
}
.amenity-detail-section h2 { max-width: 760px; }
.amenity-detail-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: clamp(12px, 1.6vw, 20px);
  width: 100%;
  margin-top: 10px;
}
.amenity-detail-grid article,
.amenity-detail-grid a {
  display: block;
  padding: clamp(24px, 2.4vw, 34px);
  background: #ece5d7;
  color: inherit;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}
.amenity-detail-grid a:hover,
.amenity-detail-grid a:focus-visible { background: #e5dccb; transform: translateY(-2px); }
.amenity-detail-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--terracotta);
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.amenity-detail-grid ul {
  margin: 0;
  padding-left: 18px;
  color: #62675f;
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.55;
}
.amenity-detail-grid li + li { margin-top: 10px; }
.ibiza-journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(10px, 1.4vw, 18px);
  width: 100%;
  margin-top: 4px;
}
.ibiza-journey-grid article {
  position: relative;
  min-height: 138px;
  padding: clamp(22px, 2.2vw, 32px);
  background: #ece5d7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ibiza-journey-grid article:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: clamp(-18px, -1.2vw, -10px);
  top: 50%;
  z-index: 2;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: var(--ink);
  color: #f3ca67;
  display: grid;
  place-items: center;
  font: 700 18px/1 Arial, sans-serif;
}
.ibiza-journey-grid span {
  color: var(--terracotta);
  font: 700 12px/1 Arial, sans-serif;
  letter-spacing: .14em;
}
.ibiza-journey-grid strong {
  color: var(--ink);
  font: 600 clamp(21px, 1.8vw, 30px)/1.15 Georgia, "Times New Roman", serif;
}
.cycling-image-credits {
  margin: clamp(-58px, -4vw, -32px) clamp(24px, 8vw, 125px) clamp(55px, 7vw, 90px);
  color: #74796f;
  font-size: 12px;
  line-height: 1.6;
}
.cycling-image-credits p {
  max-width: 980px;
  margin: 0;
}
.cycling-image-credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.cycling-route-panel,
.stay-comparison-panel,
.old-town-works-strip {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  margin: 0 clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
  padding: clamp(34px, 5vw, 62px);
  background: var(--ink);
  color: white;
}
.cycling-route-intro h2,
.stay-comparison-intro h2,
.old-town-works-intro h2 { margin: 12px 0 20px; color: white; }
.cycling-route-intro p:not(.kicker),
.stay-comparison-intro p:not(.kicker),
.old-town-works-intro p:not(.kicker) { color: #cbd3cc; line-height: 1.7; }
.cycling-route-table,
.stay-comparison-table,
.old-town-works-table {
  display: grid;
  align-self: center;
  border-top: 1px solid rgba(255,255,255,.2);
}
.cycling-route-table [role="row"],
.stay-comparison-table [role="row"],
.old-town-works-table [role="row"] {
  display: grid;
  grid-template-columns: .72fr .86fr 1.2fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
}
.cycling-route-table [role="columnheader"],
.stay-comparison-table [role="columnheader"],
.old-town-works-table [role="columnheader"] {
  color: var(--sun);
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cycling-route-table span,
.stay-comparison-table span,
.old-town-works-table span { color: #dce3dd; line-height: 1.45; }
.cycling-route-table [role="row"] span:first-child:not([role="columnheader"]),
.stay-comparison-table [role="row"] span:first-child:not([role="columnheader"]),
.old-town-works-table [role="row"] span:first-child:not([role="columnheader"]) {
  color: white;
  font-weight: 700;
}
.old-town-day-strip {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1.55fr);
  gap: clamp(28px, 5vw, 72px);
  margin: 0 clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
  padding: clamp(40px, 5vw, 68px);
  background: #e8e1d3;
  border: 1px solid var(--line);
}
.old-town-day-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.old-town-day-heading .kicker { margin: 0 0 12px; color: var(--terracotta); }
.old-town-day-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1;
}
.old-town-day-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.old-town-day-grid article {
  min-height: 230px;
  padding: clamp(22px, 2.5vw, 32px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.32);
}
.old-town-day-grid span {
  display: block;
  color: var(--terracotta);
  font: 18px Georgia, serif;
}
.old-town-day-grid small {
  display: block;
  margin-top: 32px;
  color: #6d726a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.old-town-day-grid h3 {
  margin: 12px 0;
  font: 600 clamp(21px, 1.8vw, 30px)/1.06 Georgia, "Times New Roman", serif;
}
.old-town-day-grid p {
  margin: 0;
  color: #555b53;
  font-size: 13px;
  line-height: 1.6;
}
.arrival-checklist {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  margin: 0 clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
  padding: clamp(34px, 5vw, 62px);
  background: #f4efe4;
  border: 1px solid rgba(32,35,30,.12);
}
.arrival-checklist-intro h2 { margin: 12px 0 20px; color: var(--ink); }
.arrival-checklist-intro p:not(.kicker) { color: #555b53; line-height: 1.7; }
.arrival-checklist-table {
  display: grid;
  align-self: center;
  border-top: 1px solid rgba(32,35,30,.15);
}
.arrival-checklist-table [role="row"] {
  display: grid;
  grid-template-columns: .72fr .95fr 1.15fr;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(32,35,30,.15);
}
.arrival-checklist-table [role="row"]:first-child span {
  color: var(--terracotta);
  font: 700 12px/1.2 Arial, sans-serif;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.arrival-checklist-table span { color: #555b53; line-height: 1.45; }
.arrival-checklist-table [role="row"] span:first-child:not([role="columnheader"]) {
  color: var(--ink);
  font-weight: 700;
}
.old-town-landmarks {
  padding: clamp(68px, 8vw, 110px) clamp(24px, 8vw, 125px);
  background: #f4efe4;
}
.old-town-landmarks-heading {
  display: grid;
  grid-template-columns: minmax(180px, .46fr) minmax(280px, 1.25fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  margin-bottom: 34px;
}
.old-town-landmarks-heading .kicker { margin: 0; color: var(--terracotta); }
.old-town-landmarks-heading h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
}
.old-town-landmarks-heading p {
  grid-column: 2;
  max-width: 680px;
  margin: 0;
  color: #555b53;
  line-height: 1.7;
}
.old-town-landmarks-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.old-town-landmarks-grid a {
  display: grid;
  grid-template-rows: 220px auto auto 1fr auto;
  min-height: 0;
  padding: 0 22px 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.42);
  color: var(--ink);
  text-decoration: none;
  overflow: hidden;
}
.old-town-landmarks-grid img {
  width: calc(100% + 44px);
  height: 100%;
  margin: 0 -22px 22px;
  object-fit: cover;
  transition: transform .75s ease;
}
.old-town-landmarks-grid a:hover img,
.old-town-landmarks-grid a:focus-visible img { transform: scale(1.025); }
.old-town-landmarks-grid span {
  color: var(--terracotta);
  font: 18px Georgia, serif;
}
.old-town-landmarks-grid h3 {
  margin: 18px 0 12px;
  font: 600 clamp(23px, 2vw, 32px)/1.06 Georgia, "Times New Roman", serif;
}
.old-town-landmarks-grid p {
  margin: 0 0 22px;
  color: #555b53;
  font-size: 13px;
  line-height: 1.65;
}
.old-town-landmarks-grid strong {
  align-self: end;
  color: var(--terracotta);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.old-town-context-links {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1.55fr);
  gap: clamp(28px, 5vw, 72px);
  padding: clamp(56px, 7vw, 92px) clamp(24px, 8vw, 125px);
  background: #e8e1d3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.old-town-context-heading .kicker { margin: 0 0 12px; color: var(--terracotta); }
.old-town-context-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 52px);
  line-height: 1;
}
.old-town-context-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.old-town-context-grid a {
  display: flex;
  min-height: 230px;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 30px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,.32);
  color: var(--ink);
  text-decoration: none;
}
.old-town-context-grid h3 {
  margin: 0 0 12px;
  font: 600 clamp(20px, 1.65vw, 28px)/1.06 Georgia, "Times New Roman", serif;
}
.old-town-context-grid p {
  margin: 0;
  color: #555b53;
  font-size: 13px;
  line-height: 1.6;
}
.old-town-context-grid span {
  margin-top: auto;
  padding-top: 22px;
  color: var(--terracotta);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.old-town-context-grid a:hover,
.old-town-context-grid a:focus-visible { background: rgba(255,255,255,.56); }
.arrival-next-steps {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  margin: 0 clamp(24px, 8vw, 125px) clamp(85px, 10vw, 135px);
  background: var(--ink);
  color: white;
  overflow: hidden;
}
.arrival-next-steps > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 64px);
}
.arrival-next-steps h2 {
  margin: 12px 0 18px;
  color: white;
}
.arrival-next-steps p:not(.kicker) {
  max-width: 620px;
  color: #dce3dd;
  line-height: 1.7;
}
.arrival-next-steps .text-link {
  width: fit-content;
  color: white;
}
.arrival-next-steps img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.legal-hero {
  display: flex;
  align-items: flex-end;
  min-height: 560px;
  padding: calc(var(--header-clearance) + 70px) clamp(24px, 8vw, 125px) 75px;
  background: var(--ink);
  color: white;
}
.legal-hero > div { max-width: 840px; }
.legal-hero h1 {
  margin: 14px 0 18px;
  color: white;
  font-size: clamp(56px, 8vw, 116px);
  line-height: .92;
}
.legal-hero p:not(.kicker) {
  max-width: 680px;
  color: #dce3dd;
  font-size: clamp(17px, 1.5vw, 21px);
  line-height: 1.6;
}
.legal-layout {
  display: grid;
  grid-template-columns: minmax(240px, .34fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 90px);
  padding: clamp(70px, 9vw, 125px) clamp(24px, 8vw, 125px);
  background: #f4efe4;
}
.legal-summary {
  position: sticky;
  top: calc(var(--header-clearance) + 24px);
  align-self: start;
  max-height: calc(100vh - var(--header-clearance) - 48px);
  overflow-y: auto;
  padding: 28px;
  border: 1px solid rgba(32,35,30,.14);
  background: white;
}
.legal-summary h2 {
  margin: 12px 0 14px;
  max-width: 100%;
  font-size: clamp(32px, 3.5vw, 48px);
  line-height: 1.03;
  overflow-wrap: break-word;
}
.legal-summary p { color: #555b53; line-height: 1.65; }
.legal-jump-links {
  display: grid;
  gap: 10px;
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid rgba(32,35,30,.14);
}
.legal-jump-links a {
  padding: 11px 0;
  border-bottom: 1px solid rgba(32,35,30,.1);
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}
.legal-jump-links a:hover { color: var(--terracotta); }
.legal-content {
  max-width: 840px;
  padding: clamp(34px, 5vw, 62px);
  background: white;
}
.legal-content h2 {
  margin: 38px 0 12px;
  color: var(--ink);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p {
  color: #555b53;
  font-size: 17px;
  line-height: 1.75;
}
.legal-content a { color: var(--terracotta); font-weight: 700; }
.legal-document-header {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  margin: calc(clamp(34px, 5vw, 62px) * -1) calc(clamp(34px, 5vw, 62px) * -1) 48px;
  padding: clamp(34px, 5vw, 58px);
  background: linear-gradient(135deg, #fffaf0, #f4efe4);
  border-bottom: 4px solid rgba(243,181,27,.7);
}
.legal-document-header img {
  width: 190px;
  height: 112px;
  object-fit: contain;
  background: transparent;
}
.legal-document-header h2 {
  margin: 8px 0 10px;
  color: var(--cobalt);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}
.legal-document-header p:not(.kicker) {
  max-width: 560px;
  margin: 0;
}
.legal-section {
  scroll-margin-top: var(--header-clearance);
  padding: 40px 0 54px;
  border-top: 1px solid rgba(32,35,30,.12);
}
.legal-section:first-of-type { border-top: 0; padding-top: 0; }
.legal-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 3px solid rgba(243,181,27,.55);
}
.legal-section-title h2 {
  margin: 0;
  color: var(--cobalt);
  font-size: clamp(30px, 3vw, 43px);
  line-height: 1.05;
}
.legal-section-number {
  margin: 0;
  color: rgba(189,78,53,.24);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 7vw, 82px);
  font-weight: 600;
  line-height: .78;
}
.legal-term-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
#booking-payments .legal-term-grid {
  grid-template-areas:
    "booking booking"
    "deposit deposit"
    "currency management";
}
#booking-payments .legal-term-card:nth-child(1) { grid-area: booking; }
#booking-payments .legal-term-card:nth-child(2) { grid-area: deposit; }
#booking-payments .legal-term-card:nth-child(3) { grid-area: currency; }
#booking-payments .legal-term-card:nth-child(4) { grid-area: management; }
#deposits-cancellations .legal-term-grid {
  grid-template-areas:
    "housekeeping housekeeping"
    "cancellation cancellation"
    "unforeseen unforeseen";
}
#deposits-cancellations .legal-term-card:nth-child(1) { grid-area: housekeeping; }
#deposits-cancellations .legal-term-card:nth-child(2) { grid-area: cancellation; }
#deposits-cancellations .legal-term-card:nth-child(3) { grid-area: unforeseen; }
#house-rules .legal-term-grid {
  grid-template-areas:
    "pets smoking"
    "peace peace"
    "children property";
}
#house-rules .legal-term-card:nth-child(1) { grid-area: pets; }
#house-rules .legal-term-card:nth-child(2) { grid-area: smoking; }
#house-rules .legal-term-card:nth-child(3) { grid-area: peace; }
#house-rules .legal-term-card:nth-child(4) { grid-area: children; }
#house-rules .legal-term-card:nth-child(5) { grid-area: property; }
#additional-information .legal-term-grid {
  grid-template-areas:
    "internet outdoors"
    "lost lost";
}
#additional-information .legal-term-card:nth-child(1) { grid-area: internet; }
#additional-information .legal-term-card:nth-child(2) { grid-area: outdoors; }
#additional-information .legal-term-card:nth-child(3) { grid-area: lost; }
.legal-term-card {
  position: relative;
  min-width: 0;
  min-height: 100%;
  padding: 26px 26px 26px 92px;
  border: 1px solid rgba(32,35,30,.12);
  background: #fffaf2;
}
.legal-term-card h3 {
  max-width: 100%;
  margin: 0 0 10px;
  color: var(--cobalt);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.1;
  overflow-wrap: break-word;
}
.legal-page[lang="de"] .legal-summary h2,
.legal-page[lang="de"] .legal-document-header h2,
.legal-page[lang="de"] .legal-section-title h2,
.legal-page[lang="de"] .legal-term-card h3 {
  hyphens: auto;
  -webkit-hyphens: auto;
  word-break: normal;
}
.legal-term-card p {
  margin: 0 0 13px;
  font-size: 15.5px;
  line-height: 1.65;
}
.legal-term-card p:last-child { margin-bottom: 0; }
.legal-icon {
  position: absolute;
  top: 26px;
  left: 24px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(243,181,27,.18);
  color: var(--cobalt);
  border: 2px solid rgba(243,181,27,.75);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.legal-icon.sage {
  background: rgba(120,138,114,.16);
  border-color: rgba(120,138,114,.75);
}
.legal-icon.terracotta {
  background: rgba(189,78,53,.13);
  border-color: rgba(189,78,53,.7);
}
#your-stay .legal-term-card:nth-child(6) .legal-icon {
  font-size: 8.5px;
  letter-spacing: .02em;
}
.legal-notice {
  margin-top: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(243,181,27,.55);
  background: #fff7e7;
  color: #44505a;
  font-size: 17px;
  line-height: 1.65;
}
.legal-thanks-card {
  margin-top: 28px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(32,35,30,.14);
  background: linear-gradient(135deg, #fffaf2, #f7efe1);
  text-align: center;
}
.legal-thanks-card h3 {
  margin: 0 0 14px;
  color: var(--cobalt);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 38px);
}
.legal-script {
  margin: 20px 0 6px;
  color: var(--sun) !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px !important;
  font-style: italic;
  line-height: 1.1 !important;
}
.legal-contact-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  align-items: stretch;
  margin: 34px 0 0;
  padding: clamp(18px, 3vw, 26px);
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,0)),
    #073c5f;
  color: white;
  box-shadow: 0 18px 42px rgba(7, 60, 95, .16);
}
.legal-contact-strip h2 {
  margin: 0;
  color: white;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}
.legal-contact-strip p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 17px;
  line-height: 1.45;
}
.legal-contact-brand,
.legal-contact-item {
  min-width: 0;
  padding: 22px 28px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.055);
}
.legal-contact-brand {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 20px;
  align-items: baseline;
  justify-content: start;
  padding: 22px 24px;
}
.legal-contact-brand h2 { white-space: nowrap; }
.legal-contact-item {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  color: white !important;
  font-size: clamp(16px, 1.5vw, 20px) !important;
  font-weight: 700;
  line-height: 1.25 !important;
  white-space: nowrap;
  overflow: visible;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.legal-contact-item span {
  color: var(--sun);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.legal-contact-item[href^="mailto:"] {
  font-size: clamp(16px, 1.45vw, 19px) !important;
}
.legal-contact-item:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(243,181,27,.55);
  transform: translateY(-2px);
}
.cycling-photo-strip {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  gap: 12px;
  padding: 0 clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
}
  .cycling-photo-strip figure {
    display: grid;
    margin: 0;
    overflow: hidden;
  }
  .cycling-photo-strip img {
    display: block;
    grid-area: 1 / 1;
    width: 100%;
    height: clamp(260px, 28vw, 470px);
    object-fit: cover;
    background: #ddd4c3;
  }
  .cycling-photo-strip figure:nth-child(2) { margin-top: clamp(35px, 5vw, 80px); }
  .cycling-photo-strip figcaption {
    grid-area: 1 / 1;
    align-self: end;
    justify-self: start;
    max-width: calc(100% - 28px);
    margin: 0 0 14px 14px;
    padding: 7px 10px;
    background: rgba(32, 35, 30, .78);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    z-index: 1;
  }
  .cycling-video-section {
    display: grid;
    grid-template-columns: minmax(260px, .35fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 72px);
    padding: clamp(75px, 9vw, 125px) clamp(24px, 8vw, 125px);
    background: #f6f3eb;
  }
  .cycling-video-copy h2 { margin: 12px 0 20px; }
  .cycling-video-copy p:not(.kicker) { color: #555b53; line-height: 1.7; }
  .cycling-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .cycling-video-card {
    display: grid;
    gap: 16px;
    padding: 12px 12px 22px;
    background: white;
    color: var(--ink);
    text-decoration: none;
  }
  .cycling-video-card:hover h3,
  .cycling-video-card:focus-visible h3 { text-decoration: underline; text-underline-offset: 4px; }
  .cycling-video-thumb {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ddd4c3;
  }
  .cycling-video-thumb img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    transition: transform .35s ease;
  }
  .cycling-video-card:hover img,
  .cycling-video-card:focus-visible img { transform: scale(1.035); }
  .cycling-video-play {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 9px 13px;
    background: var(--sun);
    color: var(--ink);
    font: 800 12px/1 Arial, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
  }
  .cycling-video-card strong {
    color: var(--clay);
    font: 800 13px/1 Arial, sans-serif;
    letter-spacing: .04em;
    text-transform: uppercase;
  }
  .cycling-video-card h3 { margin: -8px 0 0; font-size: clamp(22px, 2vw, 31px); }
  .cycling-video-card p { margin: 0; color: #555b53; line-height: 1.55; }
  .landing-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
  margin: clamp(28px, 4vw, 56px) clamp(24px, 8vw, 125px) clamp(75px, 9vw, 125px);
  padding: clamp(38px, 5vw, 68px);
  background: var(--ink);
  color: white;
}
.landing-cta h2 { font-size: clamp(36px, 4vw, 62px); }
.landing-cta p { max-width: 650px; color: #cbd3cc; line-height: 1.7; }
.footer-seasonal { display: flex; flex-direction: column; gap: 14px; margin-top: 28px; }
.home-footer .footer-seasonal { margin-top: 0; }
.review-score {
  display: grid;
  grid-template-columns: minmax(220px, .45fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  background: #ece5d7;
}
.review-score-live {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  background: var(--ink);
  color: white;
}
.review-score-live::after {
  content: "";
  position: absolute;
  inset: -60% -45%;
  background: linear-gradient(115deg, transparent 40%, rgba(243,202,103,.18) 50%, transparent 60%);
  transform: translateX(-55%) rotate(8deg);
  animation: review-score-sheen 4.8s ease-in-out infinite;
  pointer-events: none;
}
.review-score strong {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--sun);
  font: 400 clamp(76px, 9vw, 135px)/.9 Georgia, serif;
  letter-spacing: -.06em;
  transform-origin: left bottom;
}
.review-score-number.is-animated {
  animation: review-score-pop .8s cubic-bezier(.2,.75,.2,1) both;
}
.review-score-live > span { position: relative; z-index: 1; display: block; max-width: 260px; color: #cbd3cc; line-height: 1.55; }
.booking-live-badge {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 14px 0 18px;
}
.booking-live-badge iframe { display: block; width: 120px; height: 120px; }
.review-score-copy p { max-width: 720px; margin: 0; color: #555b53; font: 400 clamp(21px, 2vw, 30px)/1.45 Georgia, serif; }
.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.review-actions .button { align-items: center; display: inline-flex; justify-content: center; }
.review-compare {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 100px);
  background: #ece5d7;
}
.review-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.review-compare article {
  padding: 30px;
  background: var(--cream);
}
.review-compare article:first-child {
  background: var(--ink);
  color: white;
}
.review-compare strong {
  display: block;
  margin-bottom: 22px;
  color: var(--terracotta);
  font: 600 22px Georgia, "Times New Roman", serif;
}
.review-compare article:first-child strong { color: var(--sun); }
.review-compare article:first-child .landing-list li { border-color: rgba(255,255,255,.16); }
.review-categories, .review-mentions {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: start;
}
.review-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.review-category-grid article {
  min-height: 145px;
  padding: 22px;
  background: #ece5d7;
}
.review-category-grid span {
  display: block;
  margin-bottom: 24px;
  color: #62675f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.review-category-grid strong {
  color: var(--terracotta);
  font: 400 clamp(42px, 4vw, 62px)/.9 Georgia, serif;
  letter-spacing: -.06em;
}
.review-mention-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.review-mention-grid article {
  padding: 24px;
  background: #ece5d7;
}
.review-mention-grid strong {
  display: block;
  margin-bottom: 14px;
  color: var(--terracotta);
  font: 600 20px Georgia, "Times New Roman", serif;
}
.review-mention-grid p {
  margin: 0;
  color: #62675f;
  line-height: 1.65;
}

@keyframes review-score-pop {
  0% { opacity: .2; transform: translateY(14px) scale(.92); }
  65% { opacity: 1; transform: translateY(-3px) scale(1.035); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes review-score-sheen {
  0%, 35% { transform: translateX(-55%) rotate(8deg); opacity: 0; }
  50% { opacity: 1; }
  72%, 100% { transform: translateX(55%) rotate(8deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .review-score-live::after,
  .review-score-number.is-animated {
    animation: none;
  }
}

@media (min-width: 1400px) {
  .ifach-hike { grid-template-columns: 1.08fr .92fr; min-height: 820px; align-items: stretch; }
  .hike-visual { min-height: 0; height: auto; }
  .hike-content { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(65px, 5vw, 95px); }
  .hike-content h2 { margin: 14px 0 24px; font-size: clamp(58px, 4.5vw, 78px); line-height: .94; }
  .hike-lead { margin-bottom: 30px; font-size: 21px; }
  .hike-stages article { padding: 16px 0; }
  .hike-stages h3 { font-size: 21px; }
  .hike-actions { margin-top: 28px; }

  .ifach-cats { grid-template-columns: .82fr 1.18fr; min-height: 1080px; }
  .cats-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(65px, 5vw, 95px); overflow: hidden; }
  .cats-number { margin: 18px 0 13px; }
  .cats-copy h2 { margin-bottom: 24px; font-size: clamp(58px, 4.5vw, 78px); line-height: .94; }
  .cats-lead { font-size: 21px; }
  .cats-copy > p:not(.kicker):not(.cats-lead) { line-height: 1.6; }
  .cats-note { margin: 28px 0 24px; padding: 17px 0; }
  .cats-gallery { min-height: 1080px; height: 100%; grid-template-columns: 1fr; grid-template-rows: 1.08fr .92fr; }
  .cats-photo-main, .cats-photo-detail { min-height: 0; }
  .cats-photo-main img { object-position: 58% center; }
  .cats-photo-detail img { object-position: center 58%; }
  .cats-gallery > p { top: 43%; right: 45px; bottom: auto; }
}

@media (max-width: 900px) {
  .why-book-heading { grid-template-columns: 1fr; gap: 12px; }
  .why-book-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stay-fit-check-heading { grid-template-columns: 1fr; gap: 12px; }
  .property-glance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-header .brand-logo { width: 100px; height: 100px; margin: -5px 0; }
  .header-book { display: none; }
  .site-header nav {
    position: absolute;
    top: 100%;
    left: 18px;
    right: 18px;
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    box-shadow: 0 24px 45px rgba(0, 0, 0, .24);
    transition: max-height .38s ease, padding .38s ease, opacity .24s ease, transform .28s ease;
  }
  .site-header nav a { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .site-header.menu-open nav {
    max-height: 410px;
    padding: 12px 20px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .language-switcher {
    position: absolute;
    top: calc(100% + 324px);
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: center;
    border-color: rgba(255,255,255,.16);
    background: var(--ink);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .24s ease .08s, transform .28s ease .08s;
  }
  .site-header.menu-open .language-switcher {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .menu-button { display: block; justify-self: end; }
  .site-header.menu-open .menu-button span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .site-header.menu-open .menu-button span:nth-child(2) { transform: translateY(-6px) rotate(-45deg); }
  .page-pathways { grid-template-columns: 1fr; }
  .quick-facts { display: none; }
  .hero-copy { width: calc(100% - 48px); margin-bottom: 13vh; }
  .booking-ribbon { grid-template-columns: repeat(3, 1fr); }
  .booking-ribbon .button { grid-column: 1 / -1; margin: 0; }
  .booking-tour { grid-column: 1 / -1; margin-top: 8px; }
  .prebook-heading,
  .visual-layout,
  .casa-compare,
  .walkthrough { grid-template-columns: 1fr; }
  .prebook-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .prebook-card-feature { grid-column: 1 / -1; grid-row: auto; }
  .trust-badges { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .layout-plan,
  .casa-compare .compare-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story, .amenities { grid-template-columns: 1fr; gap: 45px; }
  .experience-intro { grid-template-columns: 1fr; gap: 35px; }
  .experience-moments { grid-template-columns: repeat(2, 1fr); }
  .feature-grid > * { min-height: 440px; }
  .terrace-content { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 28px; }
  .terrace-column-left { position: relative; top: auto; }
  .terrace-level-upper .terrace-level-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .terrace-level-upper .terrace-level-heading span {
    grid-row: auto;
    padding-top: 0;
  }
  .terrace-level-upper .terrace-level-heading p {
    max-width: none;
    font-size: 13px;
    line-height: 1.6;
  }
  .coast-heading { grid-template-columns: 1fr; gap: 35px; }
  .coast-collage { grid-template-rows: 340px 300px; }
  .character-heading { grid-template-columns: 1fr 1fr; }
  .character-heading .kicker { grid-column: 1 / -1; }
  .character-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 400px 310px 340px; }
  .character-old-town { grid-row: 1 / 3; }
  .character-architecture { grid-column: 2; grid-row: 2 / 4; }
  .character-lane { display: block; grid-column: 1; }
  .character-note { grid-column: 2; grid-row: 1; }
  .old-town-stay, .hidden-places { grid-template-columns: 1fr; gap: 45px; }
  .local-section-heading { position: relative; top: auto; }
  .trail-intro, .trail-route { max-width: 620px; }
  .old-town-photo { max-width: 720px; }
  .perfect-day { grid-template-columns: 1fr; }
  .perfect-day-heading h2 { max-width: 620px; }
  .perfect-day-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calpe-planning-strip { grid-template-columns: 1fr; }
  .planning-strip-heading h2 { max-width: 620px; }
  .planning-strip-links { grid-column: auto; }
  .restaurants-intro { grid-template-columns: 1fr; gap: 28px; }
  .restaurant-guide { grid-template-columns: 1fr; }
  .restaurant-feature { min-height: 0; }
  .restaurant-feature figure { aspect-ratio: 16 / 10; }
  .ifach-hike { grid-template-columns: 1fr; }
  .hike-visual { min-height: 620px; }
  .ifach-cats { grid-template-columns: 1fr; }
  .cats-gallery { min-height: 760px; }
  .location { grid-template-columns: 1fr; }
  .location-photo { min-height: 320px; }
  .guest-fit, .faq { grid-template-columns: 1fr; gap: 45px; }
  .landing-section { grid-template-columns: 1fr; }
  .calpe-day-strip { grid-template-columns: 1fr; }
  .calpe-day-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .calpe-day-grid article:nth-child(2) { border-right: 0; }
  .calpe-day-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(248, 243, 233, .18); }
  .before-book-page .landing-hero {
    min-height: auto;
    align-items: flex-end;
    padding: calc(var(--header-clearance) + 42px) 0 70px;
  }
  .before-book-page .landing-hero-copy {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .before-book-page .landing-hero-copy h1 {
    font-size: clamp(48px, 8vw, 72px);
    line-height: 1.04;
  }
  .before-book-page .landing-hero-copy p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.52;
  }
  .season-grid { grid-template-columns: 1fr; }
  .amenity-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-confidence-stats,
  .guide-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cycling-popularity { grid-template-columns: 1fr; }
  .cycling-popularity-copy { position: static; }
  .cycling-map-section,
  .cycling-route-panel,
  .stay-comparison-panel,
  .old-town-works-strip,
  .arrival-checklist,
  .arrival-next-steps,
  .legal-layout,
  .legal-term-grid,
  .legal-contact-strip,
  .cycling-video-section { grid-template-columns: 1fr; }
  #booking-payments .legal-term-grid {
    grid-template-areas:
      "booking"
      "deposit"
      "currency"
      "management";
  }
  #deposits-cancellations .legal-term-grid {
    grid-template-areas:
      "housekeeping"
      "cancellation"
      "unforeseen";
  }
  #house-rules .legal-term-grid {
    grid-template-areas:
      "pets"
      "smoking"
      "peace"
      "children"
      "property";
  }
  #additional-information .legal-term-grid {
    grid-template-areas:
      "internet"
      "outdoors"
      "lost";
  }
  .cycling-map-copy { position: static; }
  .cycling-map-card { grid-template-columns: 1fr; }
  .cycling-map-card iframe {
    height: 260px;
    min-height: 260px;
  }
  .cycling-route-table [role="row"],
  .stay-comparison-table [role="row"],
  .old-town-works-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .cycling-route-table [role="row"]:first-child,
  .stay-comparison-table [role="row"]:first-child,
  .old-town-works-table [role="row"]:first-child { display: none; }
  .old-town-day-strip { grid-template-columns: 1fr; }
  .old-town-day-heading h2 { max-width: 620px; }
  .old-town-day-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .arrival-checklist-table [role="row"] {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .arrival-checklist-table [role="row"]:first-child { display: none; }
  .old-town-landmarks-heading { grid-template-columns: 1fr; }
  .old-town-landmarks-heading p { grid-column: auto; }
  .old-town-landmarks-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .old-town-context-links { grid-template-columns: 1fr; }
  .old-town-context-heading h2 { max-width: 640px; }
  .old-town-context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .arrival-next-steps img { min-height: 320px; }
  .legal-hero {
    min-height: 480px;
    padding: calc(var(--header-clearance) + 52px) 24px 64px;
  }
  .legal-layout {
    padding: 70px 24px;
  }
  .legal-summary {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .legal-document-header {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .legal-document-header img {
    justify-self: center;
  }
  .legal-contact-brand {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .legal-section-title {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .cycling-photo-strip,
  .cycling-video-grid { grid-template-columns: 1fr; }
  .cycling-photo-strip img {
    height: 280px;
  }
  .cycling-photo-strip figure:nth-child(2) {
    margin-top: 0;
  }
  .landing-cta { grid-template-columns: 1fr; }
  .review-score, .review-compare, .review-categories, .review-mentions { grid-template-columns: 1fr; }
  .review-compare-grid, .review-category-grid, .review-mention-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  :root { --header-clearance: 88px; }
  body,
  body > *,
  main,
  section,
  article,
  nav,
  figure { min-width: 0; max-width: 100%; }
  .site-header nav a,
  .language-switcher a,
  .season-card,
  .season-card h3,
  .season-card p,
  figcaption,
  figcaption strong,
  figcaption small,
  .button {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .season-card { width: 100%; }
  .season-card { overflow: hidden; }
  .season-card h3 { min-height: 0; }
  .gallery-card figcaption { align-items: flex-start; flex-wrap: wrap; gap: 6px 12px; }
  .walkthrough-frame figcaption { left: 14px; right: 14px; }
  .walkthrough-frame figcaption strong,
  .walkthrough-frame figcaption small { max-width: 100%; }
  .character-card figcaption { grid-template-columns: 28px minmax(0, 1fr); left: 14px; right: 14px; }
  .booking-dialog { width: calc(100% - 20px); max-width: calc(100% - 20px); }
  .booking-platform-options > div { grid-template-columns: 1fr; }
  .site-header { min-height: 76px; padding: 2px 16px; }
  .site-header .brand-logo { width: 96px; height: 96px; margin: -10px 0; }
  .wordmark { font-size: 22px; }
  .menu-button { padding: 5px; }
  .menu-button span { width: 22px; margin: 4px; }
  .page-pathways > div { grid-template-columns: 1fr; }
  .page-pathways a {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.16);
  }
  .page-pathways a:last-child { border-bottom: 0; }
  .hero { min-height: 92svh; }
  .hero-wash { background: linear-gradient(0deg, rgba(17,25,21,.8), rgba(17,25,21,.1) 80%); }
  .hero-copy { margin: 0 24px 105px; }
  h1 { font-size: clamp(57px, 8vw, 78px); }
  .hero-intro { font-size: 16px; }
  .booking-highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
  }
  .booking-highlights div { padding: 10px 12px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
  .booking-highlights div:nth-child(2n) { border-right: 0; }
  .booking-highlights div:nth-last-child(-n+2) { border-bottom: 0; }
  .booking-highlights strong { font-size: 12px; }
  .hero-actions { flex-direction: column; margin-left: 0; }
  .hero-actions .button { width: 100%; min-width: 0; }
  .scroll-cue { display: none; }
  .booking-ribbon { display: none; }
  .why-book { padding: 64px 24px 76px; }
  .why-book-grid { grid-template-columns: 1fr; }
  .why-book-card { min-height: 0; padding: 24px; }
  .why-book-card h3 { margin-top: 18px; }
  .stay-fit-check { padding: 64px 24px 76px; }
  .stay-fit-check-grid { grid-template-columns: 1fr; }
  .stay-fit-panel { padding: 24px; }
  .stay-fit-panel h3 { margin-bottom: 18px; }
  .property-glance { padding: 64px 24px 76px; }
  .property-glance-heading { grid-template-columns: 1fr; gap: 12px; }
  .property-glance-grid { grid-template-columns: 1fr; }
  .property-glance-grid article { min-height: 0; }
  .prebook { padding: 80px 24px; }
  .prebook-heading { gap: 24px; margin-bottom: 32px; }
  .prebook-grid { grid-template-columns: 1fr; }
  .prebook-card,
  .prebook-card-feature { min-height: 230px; }
  .trust-badges,
  .layout-plan,
  .casa-compare .compare-grid,
  .amenity-detail-grid { grid-template-columns: 1fr; }
  .trust-badges div { min-height: 0; }
  .landing-hero { min-height: 74svh; }
  .landing-hero-copy { margin: 0 24px 85px; }
  .landing-hero-copy p { font-size: 16px; }
  .before-book-page .landing-hero {
    min-height: auto;
    align-items: flex-end;
    padding: calc(var(--header-clearance) + 34px) 0 56px;
  }
  .before-book-page .landing-hero-copy {
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .before-book-page .landing-hero-copy h1 {
    font-size: clamp(42px, 10vw, 64px);
    line-height: 1.04;
  }
  .before-book-page .landing-hero-copy p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.5;
  }
  .landing-section, .season-grid { padding-left: 24px; padding-right: 24px; }
  .calpe-day-strip { padding: 44px 24px; }
  .calpe-day-grid { grid-template-columns: 1fr; }
  .calpe-day-grid article,
  .calpe-day-grid article:nth-child(2) { border-right: 0; }
  .calpe-day-grid article:not(:last-child) { border-bottom: 1px solid rgba(248, 243, 233, .18); }
  .calpe-day-grid article { min-height: 0; }
  .booking-confidence-stats,
  .guide-stats,
  .cycling-popularity,
  .cycling-map-section,
  .cycling-route-panel,
  .stay-comparison-panel,
  .old-town-works-strip,
  .arrival-checklist,
  .arrival-next-steps,
  .legal-layout,
  .cycling-video-section,
  .cycling-photo-strip {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .booking-confidence-stats,
  .guide-stats {
    grid-template-columns: 1fr;
  }
  .cycling-popularity {
    padding: 46px 22px 56px;
  }
  .cycling-popularity-copy h2 {
    margin: 10px 0 18px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  .cycling-popularity-copy p:not(.kicker) {
    max-width: none;
    font-size: 18px;
    line-height: 1.55;
  }
  .cycling-popularity-copy .kicker {
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .cycling-popularity-grid,
  .cycling-popularity-points {
    grid-template-columns: 1fr;
  }
  .cycling-popularity-hero {
    min-height: 310px;
  }
  .cycling-popularity img {
    min-height: 230px;
  }
  .cycling-popularity-points article {
    min-height: 0;
  }
  .booking-confidence-stats article,
  .booking-confidence-stats a,
  .guide-stats article,
  .guide-stats a {
    min-height: 0;
    padding: 24px;
  }
  .booking-confidence-stats strong,
  .guide-stats strong {
    margin-bottom: 12px;
    font-size: clamp(30px, 12vw, 42px);
    line-height: 1.04;
  }
  .cycling-map-card div {
    padding: 22px;
  }
  .cycling-map-section {
    padding: 46px 22px 56px;
  }
  .cycling-map-copy h2 {
    margin: 10px 0 18px;
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.04;
    overflow-wrap: anywhere;
  }
  .cycling-map-copy p:not(.kicker) {
    font-size: 18px;
    line-height: 1.55;
  }
  .cycling-map-copy .kicker {
    font-size: 13px;
    line-height: 1.3;
    overflow-wrap: anywhere;
  }
  .cycling-route-panel,
  .stay-comparison-panel,
  .old-town-works-strip {
    padding: 28px 22px;
  }
  .old-town-day-strip {
    margin-left: 24px;
    margin-right: 24px;
    padding: 28px 22px;
  }
  .old-town-day-grid { grid-template-columns: 1fr; }
  .old-town-day-grid article { min-height: 0; }
  .old-town-day-grid small { margin-top: 24px; }
  .old-town-landmarks { padding: 64px 24px; }
  .old-town-landmarks-grid { grid-template-columns: 1fr; }
  .old-town-landmarks-grid a { grid-template-rows: 220px auto auto 1fr auto; }
  .old-town-context-links { padding: 64px 24px; }
  .old-town-context-grid { grid-template-columns: 1fr; }
  .old-town-context-grid a { min-height: 0; }
  .arrival-checklist {
    padding: 28px 22px;
  }
  .arrival-next-steps > div {
    padding: 30px 24px;
  }
  .arrival-next-steps img {
    min-height: 260px;
  }
  .legal-hero h1 {
    font-size: clamp(46px, 15vw, 70px);
    line-height: 1;
  }
  .legal-page[lang="de"] .legal-summary h2 {
    font-size: clamp(30px, 10.5vw, 42px);
  }
  .legal-page[lang="de"] .legal-term-card h3 {
    font-size: clamp(22px, 7vw, 25px);
  }
  .legal-content,
  .legal-summary {
    padding: 26px 22px;
  }
  .legal-document-header {
    margin: -26px -22px 34px;
    padding: 30px 22px;
  }
  .legal-document-header img {
    width: 170px;
    height: 94px;
  }
  .legal-section {
    padding: 34px 0 42px;
  }
  .legal-term-card {
    padding: 24px;
  }
  .legal-icon {
    position: static;
    margin-bottom: 16px;
  }
  .legal-contact-strip {
    margin: 24px 0 0;
    padding: 18px;
  }
  .legal-contact-item {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .legal-contact-brand,
  .legal-contact-item {
    padding: 17px;
  }
  .cycling-video-section {
    margin-left: 0;
    margin-right: 0;
    padding: 58px 24px;
  }
  .landing-cta { margin-left: 24px; margin-right: 24px; padding: 30px 24px; }
  .section { padding: 80px 24px; }
  .story { gap: 15px; }
  .story-watermark { right: 24px; bottom: 24px; width: min(180px, 44vw); opacity: .04; }
  .story-copy { padding-top: 15px; }
  .feature-grid { grid-template-columns: 1fr; padding-left: 0; padding-right: 0; }
  .feature-grid > * { min-height: 390px; }
  .feature-image.tall { height: 560px; }
  .feature-grid .cobalt { order: 4; }
  .amenities,
  .visual-layout,
  .casa-compare,
  .walkthrough { padding: 80px 24px; }
  .layout-node { min-height: 185px; }
  .walkthrough-phone { width: min(310px, 100%); }
  .terrace-pair { grid-template-columns: 1fr; }
  .terrace-pair figure { min-height: 330px; }
  .terrace-content { display: flex; flex-direction: column; }
  .terrace-column-left,
  .terrace-column-right { display: contents; }
  .terrace-column-left > .kicker { order: 1; }
  .terrace-column-left > h2 { order: 2; }
  .terrace-column-left > .terrace-lead { order: 3; }
  .terrace-column-left > p:not(.kicker):not(.terrace-lead) { order: 4; }
  .terrace-column-right .terrace-level { order: 5; }
  .terrace-level-upper { order: 6; }
  .terrace-level-heading { grid-template-columns: 1fr; }
  .terrace-level-heading span { grid-row: auto; }
  .terrace-column-right .terrace-level-heading p,
  .terrace-level-upper .terrace-level-heading p {
    font-size: 13px;
    line-height: 1.45;
  }
  .terrace-column-right .terrace-level-heading {
    position: static;
    max-width: none;
    margin-bottom: 20px;
    padding: 18px;
    background: #fff;
    backdrop-filter: none;
  }
  .terrace-level-upper .terrace-level-heading {
    position: static;
    max-width: none;
    margin-bottom: 20px;
    padding: 18px;
    background: #fff;
    backdrop-filter: none;
  }
  .terrace-level-upper { margin-top: 40px; }
  .terrace-level-gallery { display: block; }
  .terrace-level-gallery figure { width: 100%; height: auto; aspect-ratio: 3 / 2; margin-bottom: 10px; }
  .terrace-level-gallery figure:nth-child(2) { aspect-ratio: 1 / 1; }
  .terrace-level-gallery .terrace-level-feature { grid-column: auto; grid-row: auto; }
  .terrace-upper-image { width: 100%; height: auto; min-height: 0; aspect-ratio: 3 / 2; }
  .experience-columns { grid-template-columns: 1fr; margin-top: 60px; gap: 55px; }
  .experience-moments { grid-template-columns: 1fr; margin-top: 60px; }
  .experience-moments div { min-height: 125px; }
  .section-heading.inline { align-items: flex-start; flex-direction: column; gap: 24px; padding-right: 24px; }
  .gallery-controls { flex-wrap: wrap; gap: 14px; }
  .gallery-card, .gallery-card.large, .gallery-card.portrait, .gallery-card.low-res { flex-basis: 83vw; }
  .gallery-card.low-res img { height: 360px; margin-top: 25px; }
  .gallery-card img { height: 410px; }
  .walkthrough { gap: 42px; }
  .coast-heading { margin-bottom: 40px; }
  .coast-collage { grid-template-columns: 1fr; grid-template-rows: 430px 320px; gap: 12px; }
  .coast-main, .coast-wide { grid-row: auto; }
  .coast-image figcaption { left: 12px; bottom: 12px; }
  .discover-mini-nav {
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    position: sticky;
    padding: 8px 18px 14px;
    scrollbar-width: none;
    background:
      linear-gradient(90deg, rgba(245, 239, 229, 0) calc(100% - 52px), rgba(245, 239, 229, .98) calc(100% - 18px)),
      rgba(245, 239, 229, .94);
  }
  .discover-mini-nav.is-scrollable:not(.is-at-end) {
    box-shadow:
      inset -24px 0 18px -16px rgba(32, 35, 30, .34),
      0 18px 38px rgba(31, 36, 31, .16);
  }
  .discover-mini-nav.is-scrollable:not(.is-at-end)::before {
    box-shadow: 16px 0 0 -8px var(--terracotta);
  }
  .discover-mini-nav::-webkit-scrollbar { display: none; }
  .discover-mini-nav a { padding: 8px 10px; font-size: 10px; letter-spacing: .06em; white-space: nowrap; }
  .character-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .character-heading .kicker { grid-column: auto; }
  .character-grid { display: flex; flex-direction: column; gap: 12px; }
  .character-card, .character-old-town, .character-architecture, .character-lane, .character-ifach { display: block; min-height: 390px; }
  .character-note { min-height: 320px; }
  .character-architecture img { object-position: center; }
  .old-town-stay, .hidden-places, .nearby-restaurants { padding: 80px 24px; }
  .old-town-photo { margin-top: 32px; aspect-ratio: 3 / 4; }
  .old-town-reasons { grid-template-columns: 1fr; }
  .old-town-reasons article { min-height: 0; }
  .hidden-list::before { left: 25px; top: 180px; bottom: 26px; }
  .hidden-list article { grid-template-columns: 52px 1fr; gap: 16px; align-items: start; padding: 26px 0; }
  .hidden-list article .hidden-card-photo { grid-column: 1 / -1; }
  .hidden-list > article > span { grid-column: 1; grid-row: 2; }
  .hidden-list article > div { grid-column: 2; grid-row: 2; }
  .hidden-card-photo { aspect-ratio: 4 / 3; }
  .hidden-list h3 { margin-top: 0; }
  .perfect-day { padding: 64px 24px; }
  .perfect-day-grid { grid-template-columns: 1fr; }
  .perfect-day-grid article { min-height: 0; }
  .perfect-day-grid small { margin-top: 24px; }
  .calpe-planning-strip { padding: 64px 24px; }
  .planning-strip-grid { grid-template-columns: 1fr; }
  .planning-strip-grid article { min-height: 0; }
  .planning-strip-links { gap: 7px; }
  .restaurants-intro { grid-template-columns: 1fr; }
  .restaurant-feature { display: block; }
  .restaurant-feature figure { aspect-ratio: 4 / 3; }
  .restaurant-feature-copy { padding: 28px 24px; }
  .restaurant-mini-grid { grid-template-columns: 1fr; gap: 12px; }
  .restaurant-mini-grid article { grid-template-rows: auto; }
  .restaurant-mini-grid img { aspect-ratio: 4 / 3; }
  .hike-visual { min-height: 520px; }
  .hike-content { padding: 70px 24px 80px; }
  .hike-content h2 { font-size: clamp(54px, 17vw, 75px); }
  .hike-actions { align-items: flex-start; flex-direction: column; }
  .cats-copy { padding: 70px 24px 80px; }
  .cats-copy h2 { font-size: clamp(52px, 16vw, 72px); }
  .cats-note { grid-template-columns: 1fr; gap: 10px; }
  .cats-gallery { min-height: 650px; grid-template-rows: 1fr 1fr; }
  .location-copy { padding: 48px 24px 58px; }
  .guest-fit, .faq { padding: 80px 24px; }
  .guest-fit-grid { grid-template-columns: 1fr; }
  .guest-fit-grid article { min-height: 0; }
  .faq-list summary { padding: 21px 0; }
  blockquote { font-size: 40px; }
  footer,
  .home-footer {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 58px 24px 170px;
    overflow: hidden;
  }
  .footer-brand {
    grid-column: auto;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
  }
  .footer-logo { width: 118px; height: 118px; }
  .footer-brand p { max-width: none; margin: 0; font-size: 18px; line-height: 1.55; }
  footer > div:not(.footer-brand) { gap: 10px; font-size: 18px; }
  footer a { overflow-wrap: anywhere; }
  .copyright { left: 24px; right: 24px; bottom: 125px; line-height: 1.5; }
  .mobile-book { position: fixed; z-index: 20; left: 106px; right: max(10px, env(safe-area-inset-right)); bottom: max(10px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; gap: 10px; min-width: 0; padding: 10px; background: var(--ink); color: white; box-shadow: 0 15px 40px rgba(0,0,0,.3); }
  .mobile-book > div { min-width: 0; }
  .mobile-book small, .mobile-book strong { display: block; }
  .mobile-book small { margin-bottom: 2px; color: #c4cac3; font-size: 12px; letter-spacing: .02em; }
  .mobile-book strong { overflow: hidden; font: clamp(16px, 4.4vw, 18px)/1.12 Georgia, serif; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-book .button { flex: 0 0 auto; min-width: 92px; padding: 15px 16px; }
  .booking-dialog { padding: 43px 22px 25px; }
  .form-row { grid-template-columns: 1fr; }
}

@media (max-width: 1050px) {
  .content-cluster-grid { grid-template-columns: 1fr; }
  .content-cluster-card > p:not(.content-cluster-number) { min-height: 0; }
  .content-cluster-number { margin-bottom: 24px; }
}

@media (max-width: 760px) {
  .content-clusters,
  .topic-cluster { padding: 64px 24px; }
  .content-clusters-heading,
  .topic-cluster { grid-template-columns: 1fr; }
  .content-clusters-heading { gap: 20px; margin-bottom: 34px; }
  .content-clusters-heading h2 { font-size: clamp(40px, 12vw, 56px); }
  .content-cluster-card { padding: 28px 22px; }
  .content-cluster-card h3 { font-size: 31px; }
  .topic-cluster { gap: 34px; }
  .topic-cluster-links { grid-template-columns: 1fr; }
  .contextual-link-note { margin: 34px 24px 54px; padding: 22px 20px; }
  .page-journey { grid-template-columns: 1fr; margin: 34px 24px 54px; }
}

@media (max-width: 390px) {
  .mobile-book { left: 98px; gap: 8px; }
  .mobile-book strong { font-size: 16px; }
  .mobile-book .button { min-width: 84px; padding: 14px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  img {
    transition: none;
    transform: none;
  }
  .walkthrough-frame { animation: none !important; opacity: 0; transform: none; }
  .walkthrough-frame:first-child { opacity: 1; }
}

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