:root {
  --ink: #393737;
  --muted: #9a7862;
  --paper: #f7f6f4;
  --soft: #efe6df;
  --line: #d8c8bc;
  --navy: #393737;
  --teal: #9d7c66;
  --gold: #9d7c66;
  --coral: #6a4e40;
  --white: #ffffff;
  --charcoal: #393737;
  --taupe: #9d7c66;
  --taupe-dark: #6f5548;
  --smoke: #f1eee9;
  --shadow: 0 20px 64px rgba(70, 50, 38, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

body {
  margin: 0;
  font-family: "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.86) contrast(1.02) brightness(1.02);
}

.interior-details-image {
  object-position: center center;
  transform: none;
}

.city-location-image {
  object-position: center center;
  transform: none;
}

.full-production-image {
  object-position: 48% center;
}

.premium-tour-image {
  object-position: center 65%;
}

.expert-content-agent-image {
  object-position: 52% center;
}

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
p,
li,
span,
strong,
a,
label {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 20px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid rgba(216, 200, 188, 0.65);
  background: rgba(247, 246, 244, 0.88);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  width: max-content;
  max-width: 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: 0;
}

.brand span {
  font-size: 23px;
  line-height: 0.95;
}

.brand small {
  font-family: "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: var(--taupe);
  letter-spacing: 0.12em;
}

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  color: var(--taupe-dark);
  font-size: 14px;
}

nav a:hover,
.header-cta:hover {
  color: var(--ink);
}

.header-cta {
  justify-self: end;
  color: var(--navy);
  font-weight: 700;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  min-height: calc(100vh - 73px);
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) 42px;
}

.hero-copy {
  grid-template-columns: minmax(0, 1fr);
  max-width: 650px;
  min-width: 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--taupe);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero .eyebrow {
  width: 100%;
  max-width: 100%;
  font-size: clamp(10px, 1.1vw, 12px);
  line-height: 1.45;
  letter-spacing: clamp(0.08em, 0.25vw, 0.14em);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 4.8vw, 78px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.08;
}

.lead {
  max-width: 560px;
  color: var(--taupe-dark);
  font-size: 20px;
  line-height: 1.55;
}

.hero-actions,
.section-head,
.hero-copy {
  display: grid;
  gap: 16px;
}

.hero-actions {
  grid-template-columns: repeat(2, max-content);
  margin-top: 18px;
}

.button,
.package a,
.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  font-weight: 800;
  line-height: 1.15;
  border-radius: 999px;
  cursor: pointer;
}

.button.primary,
.package a,
.mobile-cta a {
  color: var(--white);
  background: var(--taupe-dark);
}

.button.primary:hover,
.package a:hover,
.mobile-cta a:hover {
  background: var(--ink);
}

.button.secondary {
  border-color: var(--line);
  color: var(--taupe-dark);
  background: var(--white);
}

.button.secondary:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.proof-row span,
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 7px 10px;
  border: 1px solid rgba(157, 124, 102, 0.35);
  border-radius: 999px;
  color: var(--taupe-dark);
  background: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

.proof-row span {
  max-width: 100%;
}

.hero-media {
  position: relative;
  height: min(70vh, 660px);
  min-height: 430px;
  min-width: 0;
  overflow: hidden;
  border-radius: 36px;
  box-shadow: var(--shadow);
}

.hero-media::after,
.final-cta::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(57, 55, 55, 0.02), rgba(57, 55, 55, 0.34)),
    linear-gradient(90deg, rgba(157, 124, 102, 0.1), rgba(255, 255, 255, 0.02));
  pointer-events: none;
}

.media-note {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  display: grid;
  gap: 4px;
  width: min(300px, calc(100% - 40px));
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: var(--white);
  background: rgba(111, 85, 72, 0.8);
  backdrop-filter: blur(12px);
}

.media-note span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.35;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(18px, 5vw, 72px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--line);
}

.value-strip div {
  display: grid;
  gap: 5px;
  padding: 22px;
  background: #fbfaf8;
}

.value-strip > div,
.split > *,
.add-ons > *,
.booking > *,
.option-list div,
footer span {
  min-width: 0;
}

.value-strip strong,
.option-list strong,
.process strong {
  color: var(--navy);
}

.value-strip span,
.option-list span,
.process span {
  color: var(--muted);
  line-height: 1.45;
}

.section {
  scroll-margin-top: 92px;
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
}

.split,
.add-ons,
.booking {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.tight-copy {
  max-width: 690px;
  color: var(--taupe-dark);
  font-size: 18px;
  line-height: 1.62;
}

.comparison-section .section-head {
  margin-bottom: 32px;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.comparison-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fbfaf8;
}

.comparison-grid > *,
.image-band > *,
.package-grid > *,
.process ol > * {
  min-width: 0;
}

.comparison-card h3 {
  margin: 18px 0 22px;
  font-size: clamp(24px, 2.4vw, 32px);
}

.comparison-label {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.comparison-before .comparison-label {
  color: #784b45;
  background: #f1ddda;
}

.comparison-after {
  border-color: rgba(72, 105, 86, 0.34);
  background: #f1f5f2;
}

.comparison-after .comparison-label {
  color: #365746;
  background: #dce9e1;
}

.comparison-card ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 28px;
  color: var(--taupe-dark);
  line-height: 1.55;
}

.comparison-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 800;
}

.comparison-before li::before {
  color: #8d5149;
  content: "×";
}

.comparison-after li::before {
  color: #426b55;
  content: "✓";
}

.image-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 16px;
  padding: 0 clamp(18px, 5vw, 72px);
  scroll-margin-top: 110px;
}

.expert-content-card {
  grid-column: span 2;
}

.image-band figure {
  position: relative;
  height: clamp(280px, 25vw, 360px);
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: var(--ink);
}

.image-band figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(57, 55, 55, 0), rgba(57, 55, 55, 0.22));
  pointer-events: none;
}

figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(111, 85, 72, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.section-head {
  max-width: 740px;
  margin-bottom: 28px;
}

.section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.package {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 18px;
  min-height: clamp(410px, 31vw, 500px);
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fbfaf8;
  box-shadow: 0 14px 44px rgba(70, 50, 38, 0.08);
}

.package > * {
  min-width: 0;
  max-width: 100%;
}

.package.featured {
  border-color: rgba(157, 124, 102, 0.48);
  background: linear-gradient(180deg, #efe3da, #fbfaf8);
}

.package.featured .tag {
  border-color: rgba(111, 85, 72, 0.24);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
}

.package .tag {
  margin-bottom: 18px;
}

.package h3 {
  margin-top: 18px;
  font-size: clamp(23px, 1.9vw, 26px);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.package p {
  color: var(--muted);
  line-height: 1.5;
}

.package a {
  align-self: end;
  min-height: 52px;
  padding-block: 10px;
  text-align: center;
  white-space: normal;
}

.package ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package li {
  position: relative;
  padding-left: 18px;
  color: var(--taupe-dark);
  line-height: 1.4;
}

.package li::before {
  position: absolute;
  left: 0;
  color: var(--ink);
  content: "•";
}

.price {
  color: var(--coral);
  font-size: 22px;
}

.add-ons {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, var(--paper) 0 55%, var(--taupe) 55% 100%);
}

.add-ons h2 {
  font-size: clamp(32px, 3.6vw, 48px);
}

.option-list {
  display: grid;
  gap: 12px;
}

.option-list div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.option-list div strong {
  flex: 0 0 min(260px, 42%);
}

.option-list div span {
  flex: 1 1 auto;
  max-width: 430px;
  text-align: right;
}

.process ol {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process li {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 180px;
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fbfaf8;
  counter-increment: step;
}

.process li::before {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: var(--white);
  background: var(--taupe);
  content: counter(step);
  font-weight: 800;
}

.booking {
  background: var(--paper);
}

.booking-copy {
  display: grid;
  gap: 16px;
}

.booking-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.booking-copy img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 30px;
}

.booking-form {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fbfaf8;
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--taupe-dark);
  font-size: 13px;
  font-weight: 800;
}

.field-hint {
  margin-top: -7px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.field-hint[hidden] {
  display: none;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 13px 12px;
  color: var(--ink);
  background: #fffefe;
  font: inherit;
  font-size: 15px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(16, 16, 16, 0.18);
  border-color: var(--ink);
}

textarea {
  resize: vertical;
}

.booking-form textarea {
  min-height: 120px;
  line-height: 1.5;
}

.booking-form .button {
  width: 100%;
  padding-block: 12px;
  white-space: normal;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.final-cta {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
}

.final-cta img {
  position: absolute;
  inset: 0;
}

.final-cta div {
  position: relative;
  z-index: 2;
  width: min(880px, calc(100% - 36px));
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta .button {
  margin-top: 10px;
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-family: "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 20px clamp(18px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.72);
  background: var(--taupe-dark);
  font-size: 13px;
}

footer span:first-child {
  font-family: "Avenir Next", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1280px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .hero-media {
    height: clamp(360px, 52vw, 560px);
    min-height: 0;
  }

  h1 {
    max-width: 760px;
  }

  .lead {
    max-width: 680px;
  }
}

@media (max-width: 980px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .site-header {
    gap: 14px;
  }

  nav {
    gap: 14px;
  }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .split,
  .add-ons,
  .booking {
    grid-template-columns: 1fr;
  }

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

  .hero {
    padding: 42px clamp(18px, 5vw, 72px) 34px;
  }

  .hero-media {
    height: 390px;
    border-radius: 30px;
  }

  .value-strip {
    grid-template-columns: 1fr;
  }

  .image-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-band figure {
    height: 300px;
  }

  .option-list div,
  footer {
    flex-direction: column;
  }

  .option-list div strong,
  .option-list div span {
    max-width: none;
    text-align: left;
  }

  .add-ons {
    background: var(--soft);
  }

}

@media (max-width: 760px) {
  .media-note {
    right: 14px;
    bottom: 14px;
    width: min(280px, calc(100% - 28px));
    border-radius: 22px;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-block: 16px;
  }

  .brand {
    width: 100%;
  }

  .brand small {
    max-width: 190px;
    line-height: 1.25;
  }
}

@media (max-width: 720px) {
  .package-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .option-list div {
    display: grid;
    gap: 6px;
  }

  .option-list div strong,
  .option-list div span {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 560px) {
  body {
    padding-bottom: 78px;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .lead {
    font-size: 17px;
  }

  .hero-media {
    height: 300px;
    border-radius: 24px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .booking-form {
    padding: 18px;
  }

  .image-band figure {
    height: 260px;
    border-radius: 24px;
  }

  .image-band {
    grid-template-columns: 1fr;
  }

  .expert-content-card {
    grid-column: auto;
  }

  .expert-content-agent-image {
    object-position: 54% center;
  }

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

  .package {
    min-height: 0;
    padding: 20px;
  }

  .process li {
    min-height: 0;
  }

  .mobile-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 30;
    display: block;
  }

  .mobile-cta a {
    width: 100%;
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.26);
  }
}

@media (max-width: 360px) {
  .package h3 {
    font-size: 20px;
  }

  .add-ons h2 {
    font-size: 30px;
  }
}
