:root {
  --sky: #bde8f6;
  --sky-soft: #eefaff;
  --sky-fog: #dff5fb;
  --orange: #ee8530;
  --orange-deep: #c7651e;
  --orange-soft: #fff0e3;
  --deep: #143d63;
  --deep-2: #0f2d47;
  --navy: #082238;
  --bg: #f7efe3;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: #ffffff;
  --text: #102836;
  --ink: #102836;
  --muted: #607487;
  --sand: #f7efe3;
  --sand-2: #efe0c9;
  --olive: #76885b;
  --olive-soft: #eef2e6;
  --line: rgba(20, 61, 99, 0.14);
  --line-strong: rgba(20, 61, 99, 0.24);
  --maxw: 1120px;
  --property-maxw: 1280px;
  --radius: 14px;
  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;
  --radius-xl: 46px;
  --radius-cut: 32px 8px 32px 8px;
  --shadow-sm: 0 12px 28px rgba(20, 61, 99, 0.08);
  --shadow-md: 0 20px 48px rgba(20, 61, 99, 0.12);
  --shadow-lg: 0 30px 90px rgba(8, 34, 56, 0.2);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Manrope", "Source Sans 3", "Nunito Sans", "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(20, 61, 99, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 61, 99, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 15% 12%, rgba(189, 232, 246, 0.5), transparent 45%),
    radial-gradient(circle at 80% 25%, rgba(238, 133, 48, 0.16), transparent 40%),
    var(--bg);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
  line-height: 1.65;
}

body {
  min-height: 100vh;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

h1, h2, h3, h4 {
  margin-top: 0;
  font-family: var(--font-display);
  color: var(--deep);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

h1 {
  letter-spacing: -0.06em;
}

h4 {
  letter-spacing: -0.025em;
}

p, li, label, input, textarea {
  max-width: 70ch;
}

.container {
  width: min(100% - 28px, var(--maxw));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.nav-wrap {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  text-decoration: none;
  font-weight: 900;
  color: var(--deep);
  line-height: 1.02;
}

.brand-logo {
  flex: 0 1 auto;
  min-width: 0;
}

.brand-logo img {
  display: block;
  width: clamp(300px, 38vw, 660px);
  height: auto;
  max-height: 174px;
  object-fit: contain;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 18px 6px 18px 6px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.98), rgba(238, 133, 48, 0.86));
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 950;
  box-shadow: var(--shadow-sm);
}

.main-nav {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.main-nav a {
  text-decoration: none;
  color: var(--deep);
  font-weight: 800;
  padding: 9px 12px;
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  background: rgba(189, 232, 246, 0.42);
}

.main-nav .nav-cta {
  margin-left: 6px;
  background: var(--deep);
  color: #fff;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible,
.main-nav .nav-cta.active {
  background: var(--navy);
  color: #fff;
}

.menu-btn {
  display: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 14px;
  background: var(--deep);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.lead {
  font-size: 1.15rem;
  color: var(--muted);
}

.hero-visual {
  position: relative;
  min-height: min(760px, calc(100svh - 68px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
  isolation: isolate;
}

.hero-visual::after {
  content: "";
  position: absolute;
  right: clamp(18px, 4vw, 70px);
  bottom: clamp(18px, 5vw, 82px);
  z-index: 1;
  width: clamp(120px, 18vw, 260px);
  height: clamp(120px, 18vw, 260px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 46px 10px 46px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(238, 133, 48, 0.12));
  transform: rotate(7deg);
  pointer-events: none;
}

.hero-bg,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 34, 56, 0.88) 0%, rgba(8, 34, 56, 0.62) 38%, rgba(8, 34, 56, 0.14) 72%),
    radial-gradient(circle at 18% 24%, rgba(238, 133, 48, 0.2), transparent 30%),
    linear-gradient(180deg, rgba(8, 34, 56, 0.1) 0%, rgba(8, 34, 56, 0.42) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(100% - 28px, 1180px);
  min-height: min(760px, calc(100svh - 68px));
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  gap: 34px;
  padding: clamp(74px, 13vh, 132px) 0 clamp(28px, 7vh, 64px);
}

.hero-copy {
  max-width: 720px;
}

.kicker {
  margin: 0 0 14px;
  display: inline-flex;
  width: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffe2ba;
  backdrop-filter: blur(10px);
}

.hero h1 {
  max-width: 11ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.4rem, 9vw, 6.8rem);
  line-height: 0.92;
}

.hero .lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.hero-actions .btn {
  margin: 0;
}

.hero-actions .btn-ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.1);
}

.hero-actions .btn-ghost:hover,
.hero-actions .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.18);
}

.hero-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 820px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  overflow: hidden;
  border-radius: 34px 10px 34px 10px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--deep);
  box-shadow: 0 24px 80px rgba(8, 34, 56, 0.28);
  backdrop-filter: blur(14px);
}

.hero-panel div {
  padding: 18px 20px;
}

.hero-panel div + div {
  border-left: 1px solid rgba(20, 61, 99, 0.14);
}

.hero-panel strong,
.hero-panel span {
  display: block;
}

.hero-panel strong {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1;
  color: var(--navy);
}

.hero-panel span {
  margin-top: 7px;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.25;
}

.section {
  position: relative;
  padding: clamp(56px, 7vw, 84px) 0;
}

.section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(calc(100% - 28px), var(--maxw));
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line), transparent);
  transform: translateX(-50%);
}

.section-eyebrow {
  margin: 0 0 10px;
  color: var(--orange);
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-lead {
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.24rem);
}

.section-heading {
  position: relative;
  margin-bottom: 30px;
  padding-top: 18px;
}

.section-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(238, 133, 48, 0));
}

.section-number {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border: 1px solid rgba(238, 133, 48, 0.28);
  border-radius: 999px;
  padding: 6px 10px;
  background: var(--orange-soft);
  color: var(--orange-deep);
  font-family: var(--font-body);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.process-section .section-number,
.hero .section-number {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  color: #ffe2ba;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.8fr);
  gap: clamp(20px, 5vw, 72px);
  align-items: end;
}

.split-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
  font-size: clamp(2.15rem, 4.2vw, 4.1rem);
  line-height: 0.98;
}

.why-section {
  padding: clamp(64px, 9vw, 112px) 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.2)),
    radial-gradient(circle at 8% 18%, rgba(238, 133, 48, 0.12), transparent 32%);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.why-copy h2 {
  max-width: 12ch;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 0.98;
}

.why-cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.why-card {
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: 28px 10px 28px 10px;
  padding: 18px 18px 17px;
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}

.why-card span {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.why-card h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.why-card p {
  margin: 0;
  color: var(--muted);
}

.why-visual {
  position: relative;
  margin: 0;
  min-height: 520px;
  overflow: hidden;
  border-radius: 46px 12px 46px 12px;
  box-shadow: var(--shadow-lg);
  background: var(--deep);
}

.why-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
}

.why-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(8, 34, 56, 0.72) 100%);
}

.why-visual figcaption {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 26px 8px 26px 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--deep);
  backdrop-filter: blur(14px);
}

.why-visual figcaption strong {
  font-size: 1.1rem;
}

.why-visual figcaption span {
  color: var(--muted);
  line-height: 1.35;
}

.explore-section {
  padding: clamp(68px, 9vw, 112px) 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(238, 133, 48, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.38), #fff 18%, #fff 84%, rgba(189, 232, 246, 0.16));
}

.explore-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}

.explore-card {
  grid-column: span 12;
  position: relative;
  min-height: clamp(260px, 28vw, 360px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-cut);
  background: var(--deep);
  box-shadow: var(--shadow-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.explore-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.45s ease;
}

.explore-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(8, 34, 56, 0.08) 0%, rgba(8, 34, 56, 0.42) 46%, rgba(8, 34, 56, 0.86) 100%),
    radial-gradient(circle at 12% 12%, rgba(189, 232, 246, 0.28), transparent 30%);
}

.explore-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(20, 61, 99, 0.18);
}

.explore-card:hover img {
  transform: scale(1.075);
}

.explore-card-link {
  position: relative;
  z-index: 2;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(22px, 3vw, 30px);
  color: #fff;
  text-decoration: none;
}

.explore-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  backdrop-filter: blur(12px);
}

.explore-card h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.25rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.explore-card p {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.82);
}

.explore-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px 10px 30px 10px;
  padding: 18px 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 133, 48, 0.18), transparent 34%),
    var(--deep);
  color: #fff;
}

.explore-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.explore-cta .text-link {
  flex: 0 0 auto;
  color: #fff;
}

.process-section {
  padding: clamp(68px, 9vw, 116px) 0;
  background:
    linear-gradient(135deg, rgba(20, 61, 99, 0.96), rgba(8, 34, 56, 0.98)),
    radial-gradient(circle at 78% 22%, rgba(189, 232, 246, 0.18), transparent 34%);
  color: #fff;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.process-copy h2 {
  max-width: 10ch;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  line-height: 0.96;
}

.process-copy .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.process-copy .btn {
  margin-top: 22px;
  background: var(--orange);
  color: #fff;
}

.process-copy .btn:hover,
.process-copy .btn:focus-visible {
  background: var(--orange-deep);
}

.process-card {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 38px 12px 38px 12px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.process-steps {
  display: grid;
  gap: 14px;
}

.process-step {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 16px;
  row-gap: 5px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 26px 8px 26px 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--deep);
}

.process-step span {
  grid-row: span 2;
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 16px 6px 16px 6px;
  background: var(--sky-soft);
  color: var(--navy);
  font-weight: 900;
}

.process-step h3 {
  margin: 0;
  font-size: 1.12rem;
}

.process-step p {
  margin: 0;
  color: var(--muted);
}

.process-note {
  display: grid;
  gap: 5px;
  margin-top: 16px;
  border: 1px solid rgba(238, 133, 48, 0.28);
  border-radius: 26px 8px 26px 8px;
  padding: 18px;
  background: rgba(238, 133, 48, 0.16);
  color: #fff;
}

.process-note strong {
  color: #ffe2ba;
}

.process-note span {
  color: rgba(255, 255, 255, 0.8);
}

.faq-section {
  padding: clamp(64px, 8vw, 104px) 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(189, 232, 246, 0.24), transparent 32%),
    var(--bg);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.faq-heading {
  position: sticky;
  top: 96px;
}

.faq-heading h2 {
  max-width: 10ch;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
  line-height: 0.98;
}

.faq-items {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 28px 10px 28px 10px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 20px 54px 20px 20px;
  color: var(--deep);
  font-weight: 900;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px 5px 14px 5px;
  background: rgba(189, 232, 246, 0.42);
  color: var(--deep);
  transform: translateY(-50%);
  font-weight: 900;
}

.faq-item[open] summary::after {
  content: "-";
  background: var(--orange-soft);
  color: var(--orange-deep);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta-section {
  padding: clamp(42px, 7vw, 88px) 0 clamp(68px, 9vw, 112px);
  background: #fff;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 46px 12px 46px 12px;
  padding: clamp(28px, 5vw, 60px);
  background:
    radial-gradient(circle at 88% 0%, rgba(238, 133, 48, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(189, 232, 246, 0.3), rgba(255, 255, 255, 0.82) 48%, rgba(255, 240, 227, 0.72)),
    linear-gradient(135deg, #ffffff, #eef7ff);
  box-shadow: var(--shadow-lg);
}

.final-cta h2 {
  max-width: 11ch;
  margin-bottom: 18px;
  font-size: clamp(2.3rem, 4.6vw, 4.8rem);
  line-height: 0.95;
}

.final-cta .btn {
  margin-top: 22px;
  background: var(--deep);
  color: #fff;
}

.final-cta .btn:hover,
.final-cta .btn:focus-visible {
  background: var(--navy);
}

.final-checklist {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.final-checklist li {
  max-width: none;
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 24px 8px 24px 8px;
  padding: 14px 16px 14px 42px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--deep);
  font-weight: 800;
  box-shadow: var(--shadow-sm);
}

.final-checklist li::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--orange);
  transform: translateY(-50%);
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.grid .card {
  grid-column: span 12;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
  margin-top: 28px;
  align-items: stretch;
}

.property-card {
  grid-column: span 12;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-cut);
  background: var(--surface-strong);
  box-shadow: var(--shadow-md);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.property-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 68px rgba(20, 61, 99, 0.16);
}

.property-card-media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9e2ec;
}

.property-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.property-card:hover .property-card-media img {
  transform: scale(1.045);
}

.property-card-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  padding: 5px 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  box-shadow: 0 10px 24px rgba(8, 34, 56, 0.12);
}

.property-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.property-card-kicker {
  margin: 0 0 7px;
  color: var(--orange);
  font-size: 0.86rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.property-card h3 {
  margin-bottom: 10px;
}

.property-card h3 a {
  color: var(--deep);
  text-decoration: none;
}

.property-card p {
  margin: 0;
  color: var(--muted);
}

.property-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 16px 0 18px;
  list-style: none;
}

.property-facts li {
  max-width: none;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(189, 232, 246, 0.24);
  color: var(--deep);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.1;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  margin-top: auto;
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
}

.text-link::after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(238, 133, 48, 0));
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--orange-deep);
}

@media (min-width: 760px) {
  .grid .card {
    grid-column: span 6;
  }

  .property-card {
    grid-column: span 6;
  }

  .explore-card {
    grid-column: span 6;
  }
}

@media (min-width: 1080px) {
  .grid .card {
    grid-column: span 4;
  }

  .property-card {
    grid-column: span 6;
  }

  .explore-card {
    grid-column: span 4;
  }

  .explore-card:nth-last-child(2) {
    grid-column: 3 / span 4;
  }

  .explore-card:last-child {
    grid-column: 7 / span 4;
  }
}

.card {
  border-radius: var(--radius-cut);
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  background: var(--surface-strong);
  padding: 22px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.card h3 { margin-bottom: 8px; }
.card p { margin-top: 8px; }

.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  background: var(--orange-soft);
  border: 1px solid rgba(238, 133, 48, 0.42);
  border-radius: 999px;
  padding: 5px 11px;
  color: var(--orange-deep);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.muted {
  color: var(--muted);
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(16, 40, 54, 0.14);
  text-decoration: none;
  font-weight: 900;
  padding: 13px 20px;
  color: #fff;
  background: var(--orange);
  box-shadow: 0 16px 36px rgba(238, 133, 48, 0.28);
  margin-right: 12px;
  margin-top: 8px;
  line-height: 1.1;
  transition: transform 0.22s var(--ease), box-shadow 0.22s var(--ease), background 0.22s var(--ease);
}

.btn:hover,
.btn:focus-visible {
  background: var(--orange-deep);
  transform: translateY(-1px);
  box-shadow: 0 20px 42px rgba(238, 133, 48, 0.34);
}

.btn:focus-visible,
.main-nav a:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(20, 61, 99, 0.25);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line-strong);
  color: var(--deep);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

.btn-ghost:hover,
.btn-ghost:focus-visible {
  background: rgba(189, 232, 246, 0.34);
  color: var(--deep);
}

.plain-list,
.faq-list,
.two-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plain-list li,
.faq-list li,
.two-col-list li {
  margin: 10px 0;
}

.faq-list li p {
  margin: 6px 0 0;
  color: var(--muted);
}

.two-col-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.site-footer {
  border-top: 1px solid rgba(20, 61, 99, 0.1);
  padding: 30px 0 34px;
  text-align: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.72);
}

.site-footer a {
  color: var(--deep);
}

.footer-cookie-link {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--deep);
  font: inherit;
  text-decoration: underline;
}

.copyright {
  margin-left: 12px;
}

.cookie-consent {
  position: fixed;
  inset: auto 0 0;
  z-index: 120;
  padding: 16px;
  background:
    linear-gradient(180deg, transparent, rgba(8, 34, 56, 0.18));
}

.cookie-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(18px, 3vw, 34px);
  width: min(100%, 1120px);
  margin-inline: auto;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 34px 10px 34px 10px;
  padding: clamp(18px, 3vw, 28px);
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 133, 48, 0.18), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 255, 0.94));
  box-shadow: 0 28px 90px rgba(8, 34, 56, 0.22);
  color: var(--deep);
}

.cookie-copy {
  display: grid;
  gap: 8px;
}

.cookie-copy h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.6vw, 2.25rem);
}

.cookie-copy p,
.cookie-option p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.cookie-actions,
.cookie-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-actions .btn,
.cookie-settings-actions .btn {
  margin: 0;
}

.cookie-settings {
  grid-column: 1 / -1;
  display: grid;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}

.cookie-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 24px 8px 24px 8px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-sm);
}

.cookie-option strong {
  display: block;
  color: var(--deep);
}

.cookie-status {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 7px 11px;
  background: var(--sky-soft);
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
}

.cookie-toggle {
  cursor: pointer;
}

.cookie-toggle input {
  appearance: none;
  position: relative;
  flex: 0 0 58px;
  width: 58px;
  height: 34px;
  cursor: pointer;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(96, 116, 135, 0.22);
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.cookie-toggle input::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(8, 34, 56, 0.22);
  transition: transform 0.2s var(--ease);
}

.cookie-toggle input:checked {
  border-color: rgba(238, 133, 48, 0.5);
  background: var(--orange);
}

.cookie-toggle input:checked::after {
  transform: translateX(24px);
}

.cookie-consent[hidden],
.cookie-settings[hidden] {
  display: none;
}

body.cookie-open {
  padding-bottom: 0;
}

.form {
  display: grid;
  gap: 16px;
}

label {
  display: block;
  font-weight: 600;
}

input,
textarea {
  display: block;
  width: min(100%, 680px);
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 12px;
  margin-top: 8px;
  font: inherit;
}

.notice {
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 16px;
}

.notice.error {
  background: #ffe7eb;
  border: 1px solid #ffb9c4;
}

.notice.success {
  background: #e6f4e7;
  border: 1px solid #9ad8a8;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 12px;
  top: 8px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
}

.sr-only {
  position: absolute;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(20, 61, 99, 0.12);
  border-radius: 18px 6px 18px 6px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.62), rgba(255, 240, 227, 0.72));
  color: var(--deep);
  box-shadow: 0 10px 22px rgba(20, 61, 99, 0.08);
}

.icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 7vw, 82px) 0 0;
  background:
    radial-gradient(circle at 16% 8%, rgba(189, 232, 246, 0.36), transparent 36%),
    radial-gradient(circle at 92% 16%, rgba(238, 133, 48, 0.18), transparent 32%),
    linear-gradient(180deg, #fff, var(--sand));
}

.property-detail-hero::before {
  content: "";
  position: absolute;
  right: clamp(16px, 5vw, 82px);
  top: clamp(70px, 9vw, 132px);
  width: clamp(120px, 18vw, 280px);
  height: clamp(120px, 18vw, 280px);
  border: 1px solid var(--line);
  border-radius: 46px 10px 46px 10px;
  background: rgba(255, 255, 255, 0.24);
  transform: rotate(7deg);
  pointer-events: none;
}

.property-detail-hero .container,
.property-detail-body > .container {
  width: min(100% - 28px, var(--property-maxw));
}

.property-detail-head {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.property-detail-head h1 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.detail-gallery {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 18px;
  align-items: stretch;
}

.detail-gallery figure {
  margin: 0;
}

.detail-gallery-main,
.detail-gallery-stack .gallery-trigger,
.detail-gallery-note {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 38px 12px 38px 12px;
  box-shadow: var(--shadow-lg);
}

.gallery-trigger {
  appearance: none;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.detail-gallery-main .gallery-trigger,
.detail-gallery-stack .gallery-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.detail-gallery-main .gallery-trigger::after,
.detail-gallery-stack .gallery-trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 54%, rgba(8, 34, 56, 0.22)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.18), transparent 26%);
  pointer-events: none;
}

.detail-gallery-main img,
.detail-gallery-stack img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.detail-gallery-main img {
  height: clamp(560px, 49vw, 700px);
  min-height: 0;
}

.gallery-hero-trigger span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--deep);
  font-weight: 950;
  box-shadow: 0 16px 38px rgba(8, 34, 56, 0.16);
  backdrop-filter: blur(14px);
}

.detail-gallery-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  gap: 16px;
}

.detail-gallery-stack img {
  height: 100%;
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.detail-gallery-note {
  grid-column: 1 / -1;
  min-height: 92px;
  display: grid;
  gap: 6px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 133, 48, 0.24), transparent 36%),
    var(--deep);
  color: #fff;
}

.detail-gallery-note span {
  color: rgba(255, 255, 255, 0.78);
}

.gallery-rail {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  padding-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.gallery-thumb {
  position: relative;
  flex: 0 0 132px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 20px 7px 20px 7px;
  box-shadow: var(--shadow-sm);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.gallery-thumb span {
  position: absolute;
  left: 8px;
  bottom: 8px;
  display: grid;
  min-width: 26px;
  height: 26px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 11px 4px 11px 4px;
  background: rgba(8, 34, 56, 0.82);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
}

.gallery-dialog {
  width: min(100% - 28px, 1180px);
  max-height: min(92vh, 920px);
  border: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px 12px 38px 12px;
  padding: 0;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.45);
}

.gallery-dialog::backdrop {
  background: rgba(8, 34, 56, 0.78);
  backdrop-filter: blur(8px);
}

.gallery-dialog-inner {
  display: grid;
  gap: 14px;
  padding: clamp(14px, 2vw, 22px);
}

.gallery-close {
  justify-self: end;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font: inherit;
  font-weight: 900;
}

.gallery-dialog-stage {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.gallery-dialog-stage figure {
  margin: 0;
}

.gallery-dialog-stage img {
  width: 100%;
  max-height: 68vh;
  display: block;
  object-fit: contain;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
}

.gallery-dialog-stage figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.82);
}

.gallery-dialog-stage figcaption strong {
  color: #fff;
}

.gallery-nav {
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px 6px 18px 6px;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.gallery-dialog-thumbs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.gallery-dialog-thumb {
  flex: 0 0 92px;
  cursor: pointer;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 16px 6px 16px 6px;
  padding: 0;
  background: transparent;
  opacity: 0.72;
}

.gallery-dialog-thumb.is-active {
  border-color: var(--orange);
  opacity: 1;
}

.gallery-dialog-thumb img {
  width: 100%;
  aspect-ratio: 3 / 2;
  display: block;
  object-fit: cover;
}

.property-detail-body {
  background:
    linear-gradient(180deg, var(--sand), #fff 18%, #fff 84%, rgba(189, 232, 246, 0.14));
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.detail-main {
  display: grid;
  gap: 34px;
}

.detail-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}

.detail-fact {
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 24px 8px 24px 8px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(238, 248, 255, 0.78));
  box-shadow: 0 12px 28px rgba(20, 61, 99, 0.06);
}

.detail-fact strong,
.detail-fact small {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
}

.detail-fact strong {
  font-family: var(--font-display);
  font-size: 1.28rem;
  color: var(--deep);
  line-height: 1.15;
}

.detail-fact small {
  margin-top: 3px;
  color: var(--muted);
  font-weight: 800;
}

.detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.detail-feature-card {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  padding: 14px 16px;
  border: 1px solid rgba(13, 70, 92, 0.2);
  border-left: 3px solid var(--orange);
  border-radius: 18px 6px 18px 6px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(13, 70, 92, 0.06);
}

.detail-feature-card .feature-icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  color: var(--deep);
}

.detail-feature-card .feature-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.detail-feature-distance .feature-icon {
  color: var(--sky-strong);
}

.detail-feature-dog .feature-icon {
  color: var(--orange);
}

.detail-feature-parking .feature-icon {
  color: var(--deep);
}

.detail-feature-card span {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
}

.detail-feature-card small {
  color: rgba(13, 70, 92, 0.7);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.detail-feature-card strong {
  color: var(--deep);
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.5vw, 1.28rem);
  line-height: 1.05;
}

.detail-feature-distance {
  border-left-color: var(--sky-strong);
}

.detail-feature-dog {
  border-left-color: var(--orange);
}

.detail-feature-parking {
  border-left-color: rgba(13, 70, 92, 0.42);
}

.detail-section {
  position: relative;
  border-top: 1px solid var(--line);
  padding-top: 30px;
}

.detail-section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 86px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(238, 133, 48, 0));
}

.detail-section h2 {
  margin-bottom: 18px;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.icon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.icon-list li {
  max-width: none;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 22px 8px 22px 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--deep);
  font-weight: 800;
  overflow-wrap: anywhere;
  box-shadow: 0 10px 24px rgba(20, 61, 99, 0.045);
}

.icon-list .icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  border-radius: 14px 5px 14px 5px;
}

.icon-list .icon svg {
  width: 19px;
  height: 19px;
}

.amenity-accordion {
  display: grid;
  gap: 12px;
}

.amenity-group {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px 10px 28px 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(238, 250, 255, 0.82));
  box-shadow: var(--shadow-sm);
}

.amenity-group summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  color: var(--deep);
  list-style: none;
}

.amenity-group summary::-webkit-details-marker {
  display: none;
}

.amenity-group summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 14px 5px 14px 5px;
  background: rgba(189, 232, 246, 0.4);
  color: var(--deep);
  font-weight: 950;
}

.amenity-group[open] summary::after {
  content: "-";
  background: var(--orange-soft);
  color: var(--orange-deep);
}

.amenity-group summary span {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.amenity-group summary strong {
  font-family: var(--font-body);
  font-size: 1.1rem;
}

.amenity-group summary small {
  color: var(--muted);
  font-weight: 700;
  line-height: 1.35;
}

.amenity-group summary em {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--muted);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.amenity-group .icon-list {
  padding: 0 20px 20px;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pill-list li {
  max-width: none;
  margin: 0;
  border: 1px solid rgba(238, 133, 48, 0.24);
  border-radius: 999px;
  padding: 10px 14px;
  background: var(--orange-soft);
  color: var(--deep);
  font-weight: 900;
}

.location-panel {
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 30px 10px 30px 10px;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.28), rgba(255, 255, 255, 0.9)),
    var(--bg);
  box-shadow: var(--shadow-sm);
}

.location-panel p {
  display: flex;
  gap: 14px;
  margin: 0;
}

.detail-sidebar {
  position: sticky;
  top: 112px;
  align-self: start;
}

.inquiry-card {
  display: grid;
  gap: 14px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 36px 10px 36px 10px;
  padding: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(238, 133, 48, 0.22), transparent 34%),
    linear-gradient(145deg, var(--navy), var(--deep-2));
  color: #fff;
  box-shadow: var(--shadow-lg);
}

.inquiry-card h2 {
  margin: 0;
  color: #fff;
  font-size: 1.7rem;
}

.inquiry-card p,
.inquiry-card li {
  color: rgba(255, 255, 255, 0.78);
}

.inquiry-card .btn {
  background: var(--orange);
  color: #fff;
}

.inquiry-card ul {
  display: grid;
  gap: 8px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.inquiry-card li {
  position: relative;
  max-width: none;
  padding-left: 24px;
}

.inquiry-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--orange);
  transform: translateY(-50%);
}

.guide-hero {
  padding: clamp(58px, 8vw, 110px) 0;
  background:
    linear-gradient(135deg, rgba(8, 34, 56, 0.94), rgba(20, 61, 99, 0.9)),
    radial-gradient(circle at 80% 18%, rgba(189, 232, 246, 0.24), transparent 34%);
  color: #fff;
}

.guide-hero h1 {
  max-width: 11ch;
  color: #fff;
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  line-height: 0.95;
}

.guide-hero .section-lead {
  color: rgba(255, 255, 255, 0.78);
}

.guide-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.45fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
}

.guide-hero-panel {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px 10px 34px 10px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.guide-hero-panel strong {
  color: #ffe2ba;
  font-size: 1.5rem;
}

.guide-hero-panel span {
  color: rgba(255, 255, 255, 0.78);
}

.guide-overview-hero {
  position: relative;
  min-height: clamp(560px, 72vh, 780px);
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: clamp(86px, 12vw, 150px) 0 clamp(72px, 9vw, 118px);
  background: var(--deep);
}

.guide-overview-hero-bg,
.guide-overview-hero-shade {
  position: absolute;
  inset: 0;
}

.guide-overview-hero-bg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.guide-overview-hero-shade {
  background:
    linear-gradient(90deg, rgba(8, 34, 56, 0.9) 0%, rgba(8, 34, 56, 0.64) 42%, rgba(8, 34, 56, 0.16) 100%),
    radial-gradient(circle at 18% 22%, rgba(238, 133, 48, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(8, 34, 56, 0.22) 0%, rgba(8, 34, 56, 0.8) 100%);
}

.guide-overview-hero .container {
  position: relative;
  z-index: 1;
}

.guide-overview-hero h1 {
  max-width: 10ch;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.guide-overview-hero .section-lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}

.guide-card {
  grid-column: span 12;
  position: relative;
  min-height: clamp(280px, 30vw, 390px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: var(--radius-cut);
  background: var(--deep);
  box-shadow: var(--shadow-lg);
  isolation: isolate;
}

.guide-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 49, 78, 0.1) 0%, rgba(10, 49, 78, 0.48) 46%, rgba(10, 49, 78, 0.9) 100%),
    radial-gradient(circle at 18% 12%, rgba(238, 133, 48, 0.3), transparent 34%);
}

.guide-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.55s ease, filter 0.55s ease;
}

.guide-card-link {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  gap: 13px;
  padding: clamp(22px, 3vw, 34px);
  color: #fff;
  text-decoration: none;
}

.guide-card-icon {
  position: absolute;
  top: clamp(18px, 2vw, 28px);
  left: clamp(18px, 2vw, 28px);
}

.guide-card-link > .guide-card-icon {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
}

.guide-card-icon .icon {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  backdrop-filter: blur(10px);
}

.guide-card > span:not(.icon),
.guide-card-link > span:not(.guide-card-icon) {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  backdrop-filter: blur(10px);
}

.guide-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.02;
}

.guide-card h3 a {
  color: #fff;
  text-decoration: none;
}

.guide-card p {
  margin: 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 650;
}

.guide-card:hover > img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.075);
}

.guide-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.guide-detail-main {
  display: grid;
  gap: 22px;
}

.guide-detail-main h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
}

.guide-detail-note {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 32px 10px 32px 10px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 240, 227, 0.74));
  box-shadow: var(--shadow-md);
}

.guide-detail-note strong {
  color: var(--deep);
  font-size: 1.2rem;
}

.guide-detail-note p {
  margin: 0;
  color: var(--muted);
}

.guide-section-block {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.guide-hero-refined {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 7vw, 84px) 0 clamp(28px, 5vw, 56px);
  background:
    radial-gradient(circle at 16% 18%, rgba(189, 232, 246, 0.34), transparent 32%),
    radial-gradient(circle at 92% 4%, rgba(238, 133, 48, 0.22), transparent 34%),
    linear-gradient(135deg, #f8fcff 0%, #fff7ec 100%);
}

.guide-hero-refined::before {
  content: "";
  position: absolute;
  left: clamp(16px, 4vw, 70px);
  bottom: clamp(18px, 5vw, 80px);
  width: clamp(110px, 15vw, 220px);
  height: clamp(110px, 15vw, 220px);
  border: 1px solid var(--line);
  border-radius: 42px 10px 42px 10px;
  background: rgba(255, 255, 255, 0.34);
  transform: rotate(-8deg);
  pointer-events: none;
}

.guide-hero-refined .guide-hero-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.74fr);
  align-items: center;
}

.guide-hero-icon {
  display: inline-flex;
  margin-bottom: 14px;
}

.guide-hero-icon .icon {
  width: 54px;
  height: 54px;
  border-color: rgba(238, 133, 48, 0.28);
  background:
    linear-gradient(135deg, var(--orange-soft), rgba(189, 232, 246, 0.45));
}

.guide-hero-refined h1 {
  max-width: 10ch;
  color: var(--deep);
  font-size: clamp(3.1rem, 7vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.guide-hero-refined .section-lead {
  max-width: 680px;
  margin: 18px 0 24px;
  color: rgba(20, 61, 99, 0.78);
  font-size: clamp(1.05rem, 1.5vw, 1.26rem);
}

.guide-hero-image {
  position: relative;
  min-height: clamp(320px, 34vw, 520px);
  margin: 0;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-radius: 46px 12px 46px 12px;
  background: var(--deep);
  box-shadow: var(--shadow-lg);
  transform: rotate(1.3deg);
}

.guide-hero-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 34, 56, 0.42)),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.36), transparent 24%);
}

.guide-hero-image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  display: block;
  object-fit: cover;
}

.guide-spots-first {
  padding-top: clamp(34px, 5vw, 64px);
  background:
    radial-gradient(circle at 92% 8%, rgba(238, 133, 48, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(238, 250, 255, 0.72)),
    var(--bg);
}

.guide-spots-first > .container {
  width: min(100% - 28px, 1280px);
}

.guide-help-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px;
}

.guide-help-card {
  border: 1px solid var(--line);
  border-radius: 26px 8px 26px 8px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.26), rgba(255, 255, 255, 0.9)),
    var(--bg);
  box-shadow: var(--shadow-sm);
}

.guide-help-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--deep);
  font-family: var(--font-body);
}

.guide-help-card p {
  margin: 0;
  color: var(--muted);
}

.guide-filter-tags,
.spot-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.guide-filter-tags span,
.spot-tags span {
  border: 1px solid rgba(238, 133, 48, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  background: var(--orange-soft);
  color: var(--deep);
  font-size: 0.86rem;
  font-weight: 900;
}

.guide-map-panel {
  display: grid;
  gap: 16px;
  margin-top: 34px;
}

.guide-map-panel iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(20, 61, 99, 0.12);
}

.spot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: clamp(18px, 2vw, 24px);
  max-width: 1080px;
  margin: 0 auto;
}

.spot-entry {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.spot-card {
  display: grid;
  position: relative;
  overflow: hidden;
  gap: 14px;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 34px 10px 34px 10px;
  padding: clamp(20px, 3vw, 30px);
  background:
    radial-gradient(circle at 100% 0%, rgba(189, 232, 246, 0.32), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 242, 0.9));
  box-shadow: var(--shadow-md);
  align-self: start;
  min-width: 0;
  transition: box-shadow 0.22s ease, border-color 0.22s ease;
}

.spot-card:hover {
  border-color: rgba(238, 133, 48, 0.38);
  box-shadow: 0 30px 78px rgba(20, 61, 99, 0.14);
}

.spot-card-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.spot-card-head span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(238, 133, 48, 0.24);
  border-radius: 999px;
  padding: 6px 10px 6px 6px;
  background: var(--orange-soft);
  color: var(--orange-deep);
}

.spot-card-head .icon {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
}

.spot-card-head .icon svg {
  width: 15px;
  height: 15px;
}

.spot-card h3 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  letter-spacing: -0.04em;
}

.spot-card p {
  margin: 0;
}

.spot-summary {
  color: rgba(20, 61, 99, 0.86);
  font-weight: 850;
  line-height: 1.55;
}

.spot-address {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
  font-weight: 800;
}

.spot-practical {
  display: grid;
  gap: 8px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--orange);
  border-radius: 24px 8px 24px 8px;
  padding: 16px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.22), rgba(255, 255, 255, 0.82));
  color: var(--muted);
}

.spot-practical strong {
  color: var(--deep);
}

.spot-practical ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.spot-map-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 16px;
  cursor: pointer;
  border: 1px solid rgba(16, 40, 54, 0.16);
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font: inherit;
  font-weight: 950;
  letter-spacing: -0.01em;
  transition: transform 0.2s var(--ease), background 0.2s var(--ease);
}

.spot-map-toggle:hover,
.spot-map-toggle:focus-visible {
  background: var(--deep-2);
  transform: translateY(-1px);
}

.spot-map-toggle span {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 1.2rem;
  line-height: 1;
}

.spot-map-toggle[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.spot-map-panel {
  display: grid;
  gap: 0;
  overflow: hidden;
  min-width: 0;
  width: calc(100% - clamp(40px, 6vw, 60px));
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 26px 8px 26px 8px;
  background: rgba(255, 255, 255, 0.86);
  contain: layout paint;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(189, 232, 246, 0.18), var(--shadow-sm);
}

.spot-map-panel[hidden] {
  display: none;
}

.spot-map-panel iframe {
  width: 100%;
  height: clamp(230px, 26vw, 340px);
  max-width: 100%;
  display: block;
  border: 0;
  background: #dbeaf3;
}

.spot-map-panel .text-link {
  display: inline-flex;
  margin: 12px 16px 16px;
}

.spot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.spot-source {
  color: rgba(20, 61, 99, 0.48);
}

.guide-editorial-note {
  padding-top: 0;
}

.guide-editorial-note .guide-detail-note {
  max-width: none;
  border-radius: 32px 10px 32px 10px;
  background:
    linear-gradient(135deg, rgba(189, 232, 246, 0.18), rgba(255, 255, 255, 0.82));
}

.spot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.spot-source {
  color: var(--muted);
  line-height: 1.4;
}

@media (min-width: 760px) {
  .guide-card {
    grid-column: span 6;
  }
}

@media (min-width: 1080px) {
  .guide-card {
    grid-column: span 6;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(100% - 22px, var(--maxw));
  }

  .nav-wrap {
    position: relative;
    min-height: 64px;
    gap: 12px;
    padding-right: 58px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 4px);
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 15px 5px 15px 5px;
  }

  .menu-btn {
    position: fixed;
    right: 11px;
    top: 8px;
    z-index: 80;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--deep);
    color: #fff;
    box-shadow: var(--shadow-sm);
    transform: none;
  }

  .menu-btn::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-2px);
    transition: transform 0.2s ease;
  }

  .menu-btn[aria-expanded="true"]::after {
    transform: rotate(225deg) translate(-2px, -1px);
  }

  .main-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 72px;
    z-index: 79;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(20, 61, 99, 0.12);
    border-radius: 26px 8px 26px 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(8, 34, 56, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a,
  .main-nav .nav-cta {
    display: block;
    margin-left: 0;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .main-nav .nav-cta {
    margin-top: 4px;
    text-align: center;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .split-heading {
    grid-template-columns: 1fr;
  }

  .explore-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-layout {
    grid-template-columns: 1fr;
  }

  .faq-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .faq-heading {
    position: static;
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .process-step span {
    grid-row: auto;
  }

  .why-copy h2 {
    max-width: 10ch;
  }

  .why-visual,
  .why-visual img {
    min-height: 420px;
  }

  .hero-visual,
  .hero-inner {
    min-height: 650px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 34, 56, 0.32) 0%, rgba(8, 34, 56, 0.84) 58%, rgba(8, 34, 56, 0.92) 100%);
  }

  .hero-bg {
    object-position: 58% center;
  }

  .hero h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 16vw, 4.5rem);
  }

  .hero-panel {
    grid-template-columns: 1fr;
    border-radius: 28px 8px 28px 8px;
  }

  .property-grid,
  .explore-grid {
    gap: 16px;
  }

  .property-card-body,
  .explore-card,
  .process-step,
  .faq-item summary,
  .final-checklist li {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn,
  .spot-map-toggle,
  .gallery-close,
  .main-nav a {
    min-height: 48px;
  }

  .section {
    padding: clamp(46px, 12vw, 70px) 0;
  }

  .section-heading {
    margin-bottom: 22px;
  }

  .property-card,
  .guide-card,
  .explore-card,
  .final-cta,
  .process-card,
  .inquiry-card {
    border-radius: 30px 9px 30px 9px;
  }

  .hero-panel div + div {
    border-left: 0;
    border-top: 1px solid rgba(20, 61, 99, 0.14);
  }

  .property-detail-head,
  .detail-layout,
  .guide-hero-layout,
  .guide-detail-layout {
    grid-template-columns: 1fr;
  }

  .property-detail-head {
    display: grid;
  }

  .detail-gallery-main img,
  .detail-gallery-stack img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .detail-gallery-main,
  .detail-gallery-stack .gallery-trigger,
  .detail-gallery-note {
    border-radius: 30px 9px 30px 9px;
  }

  .detail-facts,
  .detail-feature-grid,
  .icon-list {
    grid-template-columns: 1fr;
  }

  .amenity-group summary {
    align-items: flex-start;
    gap: 12px;
    padding: 16px;
  }

  .amenity-group summary em {
    display: none;
  }

  .amenity-group .icon-list {
    padding: 0 16px 16px;
  }

  .property-detail-head .btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .detail-sidebar {
    position: static;
  }

  .guide-detail-note {
    position: static;
  }

  .guide-map-panel iframe {
    min-height: 320px;
  }

  .guide-hero-refined .guide-hero-layout {
    grid-template-columns: 1fr;
  }

  .guide-hero-image {
    min-height: 340px;
    transform: none;
  }

  .spot-grid {
    grid-template-columns: 1fr;
  }

  .spot-map-panel {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .nav-wrap {
    position: relative;
    min-height: 64px;
    gap: 12px;
    padding-right: 58px;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 4px);
  }

  .menu-btn {
    position: fixed;
    right: 11px;
    top: 8px;
    z-index: 80;
    display: inline-flex !important;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 48px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: var(--deep);
    color: #fff;
    box-shadow: var(--shadow-sm);
    transform: none;
  }

  .main-nav {
    position: fixed;
    left: 14px;
    right: 14px;
    top: 72px;
    z-index: 79;
    display: grid;
    gap: 4px;
    padding: 12px;
    border: 1px solid rgba(20, 61, 99, 0.12);
    border-radius: 26px 8px 26px 8px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(8, 34, 56, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a,
  .main-nav .nav-cta {
    display: block;
    margin-left: 0;
    padding: 13px 14px;
    border-radius: 14px;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
  }

  .detail-gallery-main img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .detail-gallery-stack {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .detail-gallery-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .guide-hero-refined h1 {
    max-width: 100%;
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .guide-hero-image {
    min-height: 260px;
    border-width: 7px;
    border-radius: 30px 9px 30px 9px;
  }

  .spot-card {
    border-radius: 28px 9px 28px 9px;
  }

  .spot-map-panel iframe {
    height: 240px;
  }

  .property-detail-head h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 13vw, 3.45rem);
  }

  .detail-gallery {
    gap: 12px;
  }

  .detail-gallery-stack {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .guide-card,
  .explore-card {
    min-height: 300px;
  }

  .guide-card-icon {
    top: 16px;
    left: 16px;
  }

  .guide-card-link,
  .explore-card-link {
    padding: 20px;
  }

  .spot-card-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .spot-practical,
  .location-panel,
  .detail-fact,
  .icon-list li,
  .amenity-group,
  .cookie-option {
    border-radius: 24px 8px 24px 8px;
  }

  .cookie-consent {
    padding: 10px;
  }

  .cookie-card {
    grid-template-columns: 1fr;
    max-height: calc(100svh - 20px);
    overflow-y: auto;
    border-radius: 30px 9px 30px 9px;
  }

  .cookie-actions,
  .cookie-settings-actions {
    justify-content: stretch;
  }

  .cookie-actions .btn,
  .cookie-settings-actions .btn {
    width: 100%;
  }

  .cookie-option {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-toggle input {
    align-self: flex-start;
  }

  .detail-gallery-stack .gallery-trigger:nth-of-type(n + 3),
  .detail-gallery-note {
    display: none;
  }

  .gallery-rail {
    width: min(100% - 22px, var(--property-maxw));
    margin-top: 12px;
  }

  .gallery-thumb {
    flex-basis: 118px;
  }

  .gallery-dialog {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
  }

  .gallery-dialog-stage {
    grid-template-columns: 1fr;
  }

  .gallery-nav {
    position: fixed;
    top: 50%;
    z-index: 2;
    background: rgba(8, 34, 56, 0.72);
  }

  .gallery-prev {
    left: 10px;
  }

  .gallery-next {
    right: 10px;
  }

  .detail-gallery-note {
    min-height: auto;
  }
}

.menu-btn {
  position: fixed;
  right: 11px;
  top: 8px;
  z-index: 80;
  display: inline-flex !important;
  min-width: 48px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  box-shadow: var(--shadow-sm);
  transform: none;
}

@media (min-width: 981px) {
  .menu-btn {
    display: none !important;
  }
}
/* Header redesign: editorial, flat navigation, controlled logo scale */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background:
    linear-gradient(90deg, rgba(189, 232, 246, 0.18), rgba(255, 126, 82, 0.10)),
    rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(13, 70, 92, 0.14);
  box-shadow: 0 10px 34px rgba(13, 70, 92, 0.07);
  backdrop-filter: blur(18px);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--sky), var(--orange), var(--sand));
}

.nav-wrap {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(28px, 4vw, 64px);
}

.brand-logo {
  flex: 0 0 auto;
  min-width: 0;
}

.brand-logo img {
  display: block;
  width: auto;
  height: clamp(82px, 8.6vw, 112px);
  max-width: min(300px, 30vw);
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 34px);
  flex-wrap: nowrap;
}

.main-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 0 9px;
  border-radius: 0;
  background: transparent;
  color: var(--deep);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  line-height: 1;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  background: transparent;
  color: var(--navy);
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.main-nav .nav-cta {
  margin-left: clamp(4px, 1vw, 14px);
  padding-left: clamp(18px, 2.1vw, 28px);
  border-left: 1px solid rgba(13, 70, 92, 0.2);
  background: transparent;
  color: var(--deep);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible,
.main-nav .nav-cta.active {
  background: transparent;
  color: var(--navy);
}

.site-header .menu-btn {
  display: none !important;
  position: static;
  width: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--deep);
}

@media (max-width: 980px) {
  .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .nav-wrap {
    min-height: 78px;
    gap: 16px;
    padding-right: 60px;
  }

  .brand-logo img {
    height: clamp(66px, 15vw, 82px);
    max-width: min(220px, 58vw);
  }

  .site-header .menu-btn {
    position: fixed;
    top: 17px;
    right: 14px;
    z-index: 90;
    display: inline-flex !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(13, 70, 92, 0.18);
    background: rgba(255, 255, 255, 0.9);
    color: var(--deep);
    cursor: pointer;
  }

  .site-header .menu-btn span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .site-header .menu-btn::before {
    content: "";
    width: 24px;
    height: 2px;
    background: currentColor;
    box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  }

  .site-header .menu-btn::after {
    content: none;
  }

  .site-header .main-nav {
    position: fixed;
    top: 78px;
    right: 0;
    left: 0;
    z-index: 89;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 8px 22px 18px;
    border-top: 1px solid rgba(13, 70, 92, 0.14);
    border-bottom: 1px solid rgba(13, 70, 92, 0.14);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 42px rgba(13, 70, 92, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .site-header .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .main-nav a,
  .site-header .main-nav .nav-cta {
    min-height: 54px;
    margin: 0;
    padding: 18px 0 16px;
    border-left: 0;
    border-bottom: 1px solid rgba(13, 70, 92, 0.12);
    font-size: 0.9rem;
    letter-spacing: 0.08em;
  }

  .site-header .main-nav a::after {
    bottom: 12px;
    right: auto;
    width: 44px;
  }
}
/* Legal pages */
.legal-page .container {
  max-width: 920px;
}

.legal-page h1 {
  max-width: 760px;
}

.legal-page h2 {
  margin-top: clamp(30px, 5vw, 52px);
  padding-top: 18px;
  border-top: 1px solid rgba(13, 70, 92, 0.14);
  color: var(--deep);
}

.legal-page p {
  max-width: 820px;
}

.legal-page a {
  color: var(--deep);
  font-weight: 800;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
