:root {
  --ink: #151817;
  --muted: #67706c;
  --line: #d9ded8;
  --paper: #f7f7f2;
  --ivory: #fffffb;
  --forest: #103f35;
  --bronze: #ad8450;
  --reef: #187681;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 251, 0.92);
  border-bottom: 1px solid rgba(21, 24, 23, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  color: var(--forest);
}

.site-header nav,
.language-switcher {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #27312e;
  font-size: 14px;
}

.language-switcher {
  gap: 7px;
}

.language-switcher a {
  padding: 7px 9px;
  border: 1px solid transparent;
}

.language-switcher .active {
  border-color: var(--bronze);
  color: var(--forest);
}

.hero,
.detail-hero {
  position: relative;
  min-height: 86vh;
  overflow: hidden;
}

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

.hero-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.hero-shade {
  background: linear-gradient(90deg, rgba(7, 17, 15, 0.74), rgba(7, 17, 15, 0.2) 55%, rgba(7, 17, 15, 0.44));
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 36px));
  padding: clamp(110px, 20vh, 190px) 0 92px;
  margin-left: clamp(18px, 7vw, 96px);
  color: #fffdf7;
}

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

h1,
h2,
h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(46px, 8vw, 94px);
  line-height: 0.96;
  max-width: 980px;
}

h2 {
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.04;
}

h3 {
  font-size: 25px;
  line-height: 1.15;
}

.hero-content p:not(.eyebrow) {
  max-width: 680px;
  color: rgba(255, 253, 247, 0.9);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.6;
}

.hero-actions,
.booking-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid currentColor;
  border-radius: 4px;
  font-weight: 700;
}

.btn.primary {
  background: var(--forest);
  border-color: var(--forest);
  color: #fffdf7;
}

.btn.ghost {
  color: #fffdf7;
}

.section {
  width: min(1280px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 96px) 0;
}

.intro-band,
.booking-strip {
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}

.intro-band h2,
.booking-strip h2 {
  max-width: 860px;
}

.intro-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, 1fr));
  gap: 12px;
  min-width: min(100%, 380px);
}

.intro-metrics span {
  padding: 18px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

.intro-metrics strong {
  display: block;
  color: var(--reef);
  font-size: 28px;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 780px;
  margin-bottom: 28px;
}

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

.villa-card {
  background: var(--ivory);
  border: 1px solid var(--line);
}

.villa-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.villa-card-body {
  padding: 22px;
}

.villa-meta {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13px;
}

.villa-card p {
  color: var(--muted);
  line-height: 1.55;
}

.text-link {
  color: var(--forest);
  font-weight: 800;
}

.detail-hero {
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 76vh;
  background: #0f1715;
  color: #fffdf7;
}

.detail-hero img {
  width: 100%;
  height: 100%;
  min-height: 76vh;
  object-fit: cover;
}

.detail-hero-copy {
  align-self: center;
  padding: clamp(32px, 6vw, 72px);
}

.detail-hero-copy p:not(.eyebrow) {
  color: rgba(255, 253, 247, 0.86);
  line-height: 1.65;
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}

.detail-content {
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: clamp(24px, 4vw, 44px);
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.quick-facts span,
.answer-box {
  background: #eef4ee;
  border: 1px solid #cfdbd1;
  padding: 14px;
}

.detail-content p,
.answer-box p {
  line-height: 1.75;
}

.answer-box {
  margin-top: 28px;
}

.booking-panel {
  position: sticky;
  top: 92px;
  background: var(--forest);
  color: #fffdf7;
  padding: 24px;
}

.booking-panel form {
  display: grid;
  gap: 12px;
}

label {
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: inherit;
}

input,
textarea,
select {
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(21, 24, 23, 0.16);
  border-radius: 4px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.site-footer {
  padding: 30px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.message-page {
  display: grid;
  min-height: 100vh;
  place-items: center;
}

.message-box {
  width: min(560px, calc(100% - 36px));
  padding: 42px;
  background: var(--ivory);
  border: 1px solid var(--line);
}

@media (max-width: 860px) {
  .site-header,
  .site-header nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .language-switcher {
    flex-wrap: wrap;
  }

  .hero {
    min-height: 78vh;
  }

  .hero-content {
    margin-left: 18px;
    padding-top: 92px;
  }

  .intro-band,
  .booking-strip,
  .detail-layout,
  .detail-hero {
    display: grid;
    grid-template-columns: 1fr;
  }

  .villa-grid,
  .quick-facts {
    grid-template-columns: 1fr;
  }

  .detail-hero img {
    min-height: 320px;
  }

  .booking-panel {
    position: static;
  }
}

/* Detail page contained hero */
.detail-hero {
  width: min(1280px, calc(100% - 36px));
  min-height: min(72vh, 720px);
  margin: 24px auto 0;
}

.detail-hero img {
  min-height: min(72vh, 720px);
}

@media (max-width: 860px) {
  .detail-hero {
    width: min(100% - 28px, 1280px);
    margin-top: 14px;
  }
}
.detail-content table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: #fbfcf8;
  border: 1px solid var(--line);
}

.detail-content th,
.detail-content td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.detail-content th {
  color: var(--forest);
  font-size: 13px;
  text-transform: uppercase;
}
/* Korean luxury typography refinement */
body {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Noto Sans Thai", "Noto Sans SC", "Malgun Gothic", "Segoe UI", sans-serif;
  font-weight: 400;
  text-rendering: geometricPrecision;
}

.brand,
h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 680;
  letter-spacing: 0;
}

.brand {
  font-size: 21px;
  font-weight: 800;
}

h1 {
  font-size: 54px;
  line-height: 1.06;
}

h2 {
  font-size: 34px;
  line-height: 1.18;
}

h3 {
  font-size: 22px;
  line-height: 1.18;
}

.detail-hero {
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  min-height: auto;
  background: var(--ivory);
  color: var(--ink);
  border: 1px solid rgba(173, 132, 80, 0.24);
  box-shadow: 0 22px 44px rgba(28, 38, 34, 0.12);
}

.detail-hero img {
  height: 560px;
  min-height: 0;
  max-height: 620px;
  object-fit: cover;
}

.detail-hero-copy {
  align-self: center;
  padding: 54px 52px;
}

.detail-hero-copy h1 {
  max-width: 700px;
  color: var(--forest);
  font-size: 42px;
  line-height: 1.14;
  font-weight: 720;
}

.detail-hero-copy p:not(.eyebrow) {
  margin: 20px 0 26px;
  color: #4f5c56;
  font-size: 17px;
  line-height: 1.75;
}

.detail-layout {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
  padding-top: 38px;
}

.detail-content {
  border-color: #e2e5df;
  box-shadow: none;
}

.detail-content h2 {
  margin: 32px 0 13px;
  color: var(--forest);
  font-size: 28px;
  line-height: 1.24;
  font-weight: 720;
}

.detail-content h3 {
  margin: 26px 0 10px;
  color: #202a26;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 720;
}

.detail-content p,
.detail-content li,
.detail-content td {
  color: #2f3935;
  font-size: 16px;
  line-height: 1.78;
}

.detail-content table {
  font-size: 15px;
}

.quick-facts span {
  background: #f3f6ef;
  border-color: #dde4d9;
  color: #20352f;
  font-size: 14px;
  font-weight: 680;
}

.answer-box {
  background: #f7f4ec;
  border-color: #e2d8c6;
  padding: 22px;
}

.answer-box h2 {
  color: #6f4f22;
  font-size: 24px;
  line-height: 1.28;
}

.booking-panel {
  background: var(--ivory);
  color: var(--ink);
  border: 1px solid var(--line);
  border-top: 3px solid var(--bronze);
  box-shadow: 0 18px 32px rgba(28, 38, 34, 0.1);
}

.booking-panel h2 {
  color: var(--forest);
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.booking-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.booking-panel label {
  color: #2a342f;
  font-weight: 650;
}

.booking-panel input,
.booking-panel textarea,
.booking-panel select {
  background: #fff;
  border-color: #d6ddd6;
}

.booking-panel .btn.primary {
  width: 100%;
  margin-top: 4px;
}

.message-box h1 {
  color: var(--forest);
  font-size: 34px;
  line-height: 1.2;
}

@media (max-width: 860px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

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

  .detail-hero img {
    height: auto;
    min-height: 280px;
    max-height: none;
  }

  .detail-hero-copy {
    padding: 28px 24px 30px;
  }

  .detail-hero-copy h1 {
    font-size: 32px;
  }

  .detail-layout {
    grid-template-columns: 1fr;
    padding-top: 24px;
  }

  .detail-content {
    padding: 22px;
  }

  .detail-content h2 {
    font-size: 24px;
  }

  .booking-panel {
    position: static;
  }
}

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

  .hero-content p:not(.eyebrow),
  .detail-hero-copy p:not(.eyebrow) {
    font-size: 16px;
  }

  .quick-facts {
    grid-template-columns: 1fr;
  }
}
/* Premium villa detail layout */
.villa-detail-page {
  background: linear-gradient(180deg, #f4f6f1 0%, #fbfbf6 42%, #f4f6f1 100%);
}

.villa-showcase.section {
  padding: 30px 0 24px;
}

.detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #5f6a65;
  font-size: 13px;
  font-weight: 650;
}

.detail-breadcrumb a {
  color: var(--forest);
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  gap: 22px;
  align-items: stretch;
}

.showcase-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 218px;
  gap: 10px;
  min-height: 620px;
}

.gallery-main,
.gallery-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  background: #dfe5de;
  border: 1px solid rgba(21, 24, 23, 0.08);
}

.gallery-main {
  min-height: 620px;
  border-radius: 7px 0 0 7px;
}

.gallery-thumb {
  min-height: 0;
}

.gallery-thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr) auto;
  gap: 10px;
}

.gallery-thumb:first-child {
  border-radius: 0 7px 0 0;
}

.gallery-thumb:nth-child(3) {
  border-radius: 0 0 7px 0;
}

.gallery-main img,
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.gallery-main:hover img,
.gallery-thumb:hover img {
  transform: scale(1.035);
}

.gallery-main span,
.gallery-thumb span,
.gallery-count {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fffdf7;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.gallery-main::after,
.gallery-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.46));
}

.gallery-count {
  position: relative;
  inset: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 12px;
  background: #172c26;
  border-radius: 0 0 7px 0;
  text-align: center;
  text-shadow: none;
}

.showcase-summary {
  display: flex;
  flex-direction: column;
  min-height: 620px;
  padding: 34px;
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-top: 4px solid var(--bronze);
  border-radius: 7px;
}

.showcase-summary h1 {
  color: var(--forest);
  font-size: 38px;
  line-height: 1.12;
  font-weight: 760;
}

.showcase-subtitle {
  margin: 12px 0 0;
  color: #25332e;
  font-size: 17px;
  font-weight: 720;
  line-height: 1.55;
}

.showcase-description {
  margin: 16px 0 24px;
  color: #5b6761;
  font-size: 15px;
  line-height: 1.72;
}

.showcase-rate {
  margin-top: auto;
  padding: 20px;
  background: #f5f7f1;
  border: 1px solid #dde5d9;
  border-radius: 6px;
}

.showcase-rate span,
.booking-panel-rate span {
  display: block;
  color: #68736e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase-rate strong,
.booking-panel-rate strong {
  display: block;
  margin-top: 4px;
  color: var(--forest);
  font-size: 30px;
  line-height: 1.05;
}

.showcase-rate small {
  display: block;
  margin-top: 7px;
  color: #6f5c3f;
  font-size: 13px;
  line-height: 1.45;
}

.showcase-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}

.btn.outline {
  background: transparent;
  border-color: #c9d2c8;
  color: var(--forest);
}

.showcase-facts {
  display: grid;
  gap: 0;
  margin: 22px 0 0;
  border-top: 1px solid #e3e7df;
}

.showcase-facts div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #e3e7df;
}

.showcase-facts dt {
  color: #6b766f;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.showcase-facts dd {
  margin: 0;
  color: #26312d;
  font-size: 14px;
  font-weight: 680;
  line-height: 1.45;
}

.villa-snapshot.section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 8px 0 34px;
}

.snapshot-card {
  min-height: 128px;
  padding: 20px;
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-left: 3px solid #c0d0cb;
  border-radius: 6px;
}

.snapshot-card.highlight {
  border-left-color: var(--bronze);
  background: #fdf8ee;
}

.snapshot-card span {
  display: block;
  color: #657069;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.snapshot-card strong {
  display: block;
  margin-top: 12px;
  color: var(--forest);
  font-size: 24px;
  line-height: 1.12;
}

.snapshot-card small {
  display: block;
  margin-top: 10px;
  color: #5d6862;
  font-size: 13px;
  line-height: 1.45;
}

.premium-detail-layout {
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 30px;
  padding-top: 18px;
}

.premium-detail-layout .villa-editorial {
  background: transparent;
  border: 0;
  padding: 0;
}

.price-overview {
  margin-bottom: 18px;
}

.price-overview-head {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.price-overview h2 {
  color: var(--forest);
  font-size: 30px;
  line-height: 1.2;
}

.price-overview p:not(.eyebrow) {
  margin: 0;
  color: #5d6862;
  font-size: 15px;
  line-height: 1.65;
}

.price-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.price-card {
  min-height: 152px;
  padding: 18px;
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-radius: 6px;
}

.price-card span {
  display: block;
  color: #69736d;
  font-size: 13px;
  font-weight: 800;
}

.price-card strong {
  display: block;
  margin-top: 12px;
  color: #173f35;
  font-size: 24px;
  line-height: 1.1;
}

.price-card small,
.price-card em {
  display: block;
  color: #5e6963;
  font-size: 13px;
  font-style: normal;
  line-height: 1.45;
}

.price-card small {
  margin-top: 9px;
}

.price-card em {
  margin-top: 7px;
  color: #80633c;
}

.editorial-body,
.service-rule-grid article,
.premium-answer-box {
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-radius: 6px;
}

.editorial-body {
  padding: clamp(26px, 4vw, 46px);
}

.editorial-body > h2:first-child {
  margin-top: 0;
}

.editorial-body h2 {
  max-width: 760px;
}

.editorial-body p {
  max-width: 820px;
}

.editorial-body table {
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 12px 24px rgba(29, 42, 36, 0.05);
}

.editorial-body th {
  background: #eff3ec;
}

.service-rule-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.service-rule-grid article {
  padding: 22px;
}

.service-rule-grid p:not(.eyebrow) {
  margin: 0;
  color: #45514c;
  font-size: 14px;
  line-height: 1.7;
}

.premium-answer-box {
  margin-top: 18px;
  padding: 24px;
}

.premium-booking-panel {
  padding: 0;
  overflow: hidden;
  border-radius: 7px;
}

.booking-panel-top {
  padding: 24px 24px 18px;
  background: #fffefa;
  border-bottom: 1px solid #e4e8df;
}

.booking-panel-rate {
  margin: 18px 0 0;
  padding: 16px;
  background: #f5f7f1;
  border: 1px solid #dde5d9;
  border-radius: 6px;
}

.booking-panel-rate strong {
  font-size: 26px;
}

.booking-confidence {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.booking-confidence li {
  position: relative;
  padding-left: 18px;
  color: #4d5a54;
  font-size: 13px;
  line-height: 1.45;
}

.booking-confidence li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  background: var(--bronze);
  border-radius: 50%;
}

.premium-booking-panel form {
  padding: 22px 24px 24px;
}

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

@media (max-width: 1080px) {
  .showcase-grid,
  .premium-detail-layout {
    grid-template-columns: 1fr;
  }

  .showcase-summary {
    min-height: auto;
  }

  .villa-snapshot.section,
  .price-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-booking-panel {
    position: static;
  }
}

@media (max-width: 760px) {
  .villa-showcase.section {
    padding-top: 18px;
  }

  .showcase-gallery {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gallery-main {
    min-height: 360px;
    border-radius: 7px 7px 0 0;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 112px auto;
  }

  .gallery-count {
    grid-column: 1 / -1;
    border-radius: 0 0 7px 7px;
  }

  .showcase-summary {
    padding: 26px 22px;
  }

  .showcase-summary h1 {
    font-size: 31px;
  }

  .showcase-actions,
  .price-overview-head,
  .service-rule-grid,
  .booking-field-grid {
    grid-template-columns: 1fr;
  }

  .villa-snapshot.section,
  .price-card-grid {
    grid-template-columns: 1fr;
  }

  .snapshot-card {
    min-height: auto;
  }
}

@media (max-width: 520px) {
  .gallery-thumbs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 96px) auto;
  }

  .showcase-facts div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
/* Photo landing agency upgrade */
.photo-first-showcase.section {
  padding-top: 24px;
}

.photo-first-showcase .showcase-grid {
  grid-template-columns: minmax(0, 1.42fr) minmax(380px, 0.58fr);
  gap: 18px;
}

.photo-landing {
  cursor: default;
}

.photo-landing::after {
  height: 100%;
  background: linear-gradient(90deg, rgba(5, 13, 11, 0.78) 0%, rgba(5, 13, 11, 0.56) 38%, rgba(5, 13, 11, 0.16) 74%, rgba(5, 13, 11, 0.28) 100%);
}

.photo-landing-content {
  position: absolute;
  z-index: 2;
  left: clamp(24px, 4vw, 54px);
  right: clamp(24px, 16vw, 240px);
  bottom: clamp(26px, 5vw, 62px);
  color: #fffdf7;
}

.agency-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 0 12px;
  background: rgba(255, 253, 247, 0.92);
  color: #173f35;
  border: 1px solid rgba(255, 253, 247, 0.82);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
}

.photo-landing-content h1 {
  max-width: 720px;
  color: #fffdf7;
  font-size: clamp(38px, 5.1vw, 70px);
  line-height: 0.98;
  font-weight: 790;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.42);
}

.photo-landing-subtitle {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255, 253, 247, 0.88);
  font-size: clamp(16px, 1.35vw, 19px);
  line-height: 1.62;
}

.photo-landing-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.photo-landing-meta span,
.photo-landing-meta small,
.photo-landing-meta strong {
  position: static;
  inset: auto;
  display: inline;
  color: #fffdf7;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}

.photo-landing-meta span {
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  color: #e7c98f;
}

.photo-landing-meta strong {
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1;
}

.photo-landing-meta small {
  color: rgba(255, 253, 247, 0.82);
  font-size: 13px;
}

.photo-landing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.btn.landing-primary,
.btn.landing-secondary {
  min-height: 50px;
  border-radius: 5px;
  padding: 0 22px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.btn.landing-primary {
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

.btn.landing-secondary {
  background: rgba(14, 25, 22, 0.36);
  border-color: rgba(255, 253, 247, 0.7);
  color: #fffdf7;
  backdrop-filter: blur(12px);
}

.agency-summary {
  background: #10241f;
  color: #fffdf7;
  border-color: rgba(255, 253, 247, 0.12);
  border-top-color: #c89b5a;
  box-shadow: 0 24px 48px rgba(16, 36, 31, 0.18);
}

.agency-summary .eyebrow {
  color: #d6ad6d;
}

.agency-summary h2 {
  color: #fffdf7;
  font-size: 29px;
  line-height: 1.18;
  font-weight: 780;
}

.agency-role-text {
  margin: 14px 0 0;
  color: rgba(255, 253, 247, 0.76);
  font-size: 15px;
  line-height: 1.72;
}

.agency-stamp {
  margin-top: auto;
  padding: 18px;
  background: rgba(255, 253, 247, 0.08);
  border: 1px solid rgba(255, 253, 247, 0.14);
  border-radius: 6px;
}

.agency-stamp span {
  display: block;
  color: #d6ad6d;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.agency-stamp strong {
  display: block;
  margin-top: 6px;
  color: #fffdf7;
  font-size: 24px;
  line-height: 1.1;
}

.agency-stamp small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 253, 247, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.agency-summary .agency-actions {
  margin-top: 20px;
}

.agency-summary .btn.primary {
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

.agency-summary .btn.outline {
  border-color: rgba(255, 253, 247, 0.38);
  color: #fffdf7;
}

.agency-summary .showcase-facts {
  border-top-color: rgba(255, 253, 247, 0.14);
}

.agency-summary .showcase-facts div {
  border-bottom-color: rgba(255, 253, 247, 0.14);
}

.agency-summary .showcase-facts dt {
  color: rgba(255, 253, 247, 0.54);
}

.agency-summary .showcase-facts dd {
  color: rgba(255, 253, 247, 0.9);
}

.agency-disclosure {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 24px;
  margin-top: 16px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(21, 24, 23, 0.12);
}

.agency-disclosure strong {
  color: var(--forest);
  font-size: 14px;
  line-height: 1.4;
}

.agency-disclosure p {
  margin: 0;
  color: #5d6862;
  font-size: 14px;
  line-height: 1.65;
}

.floating-detail-cta {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  background: #103f35;
  border: 1px solid rgba(255, 253, 247, 0.22);
  border-radius: 6px;
  color: #fffdf7;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1080px) {
  .photo-first-showcase .showcase-grid {
    grid-template-columns: 1fr;
  }

  .agency-stamp {
    margin-top: 22px;
  }
}

@media (max-width: 760px) {
  .photo-landing-content {
    left: 22px;
    right: 22px;
    bottom: 24px;
  }

  .photo-landing-content h1 {
    font-size: 34px;
  }

  .photo-landing-subtitle {
    display: none;
  }

  .photo-landing-actions .btn {
    width: 100%;
  }

  .agency-disclosure {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .floating-detail-cta {
    display: flex;
  }

  .site-footer {
    padding-bottom: 82px;
  }
}

@media (max-width: 420px) {
  .photo-landing-meta {
    display: grid;
    gap: 4px;
  }

  .btn.landing-primary,
  .btn.landing-secondary {
    padding: 0 14px;
  }
}
/* Full-width photo landing pass */
@media (min-width: 1081px) {
  .photo-first-showcase .showcase-grid {
    position: relative;
    display: block;
  }

  .photo-first-showcase .showcase-gallery {
    display: block;
    min-height: 720px;
  }

  .photo-first-showcase .gallery-main {
    width: 100%;
    min-height: 720px;
    border-radius: 8px;
  }

  .photo-first-showcase .gallery-main img {
    height: 720px;
  }

  .photo-first-showcase .gallery-thumbs {
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 4;
    width: min(360px, 32%);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: 96px auto;
    gap: 8px;
  }

  .photo-first-showcase .gallery-thumb,
  .photo-first-showcase .gallery-thumb:first-child,
  .photo-first-showcase .gallery-thumb:nth-child(3) {
    min-height: 96px;
    border-radius: 5px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.26);
  }

  .photo-first-showcase .gallery-thumb span {
    display: none;
  }

  .photo-first-showcase .gallery-count {
    grid-column: 1 / -1;
    min-height: 38px;
    border-radius: 5px;
    background: rgba(16, 36, 31, 0.86);
    backdrop-filter: blur(12px);
  }

  .photo-first-showcase .agency-summary {
    position: absolute;
    z-index: 5;
    top: 24px;
    right: 24px;
    width: min(390px, calc(100% - 680px));
    min-height: auto;
    max-height: calc(100% - 176px);
    padding: 26px;
    overflow: auto;
    background: rgba(16, 36, 31, 0.92);
    backdrop-filter: blur(16px);
  }

  .photo-first-showcase .agency-summary h2 {
    font-size: 25px;
  }

  .photo-first-showcase .agency-role-text {
    font-size: 14px;
    line-height: 1.62;
  }

  .photo-first-showcase .agency-stamp {
    margin-top: 18px;
    padding: 15px;
  }

  .photo-first-showcase .agency-stamp strong {
    font-size: 21px;
  }

  .photo-first-showcase .agency-actions {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .photo-first-showcase .showcase-facts {
    margin-top: 16px;
  }

  .photo-first-showcase .showcase-facts div {
    grid-template-columns: 76px minmax(0, 1fr);
    padding: 10px 0;
  }

  .photo-first-showcase .photo-landing-content {
    right: min(520px, 42vw);
    bottom: 58px;
  }

  .photo-first-showcase .agency-disclosure {
    margin-top: 18px;
  }
}

@media (min-width: 1081px) and (max-width: 1240px) {
  .photo-first-showcase .agency-summary {
    width: 350px;
  }

  .photo-first-showcase .photo-landing-content {
    right: 420px;
  }
}
/* Agency overlay compacting */
@media (min-width: 1081px) {
  .photo-first-showcase .agency-summary .showcase-facts {
    display: none;
  }

  .photo-first-showcase .agency-summary {
    max-height: calc(100% - 230px);
  }
}
/* Home luxury refinement pass */
.hero {
  min-height: 760px;
  background: #10241f;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 17, 15, 0.82) 0%, rgba(7, 17, 15, 0.58) 43%, rgba(7, 17, 15, 0.18) 72%, rgba(7, 17, 15, 0.45) 100%),
    linear-gradient(180deg, rgba(7, 17, 15, 0.08), rgba(7, 17, 15, 0.52));
}

.hero-content {
  width: min(1280px, calc(100% - 36px));
  min-height: 760px;
  margin: 0 auto;
  padding: 138px 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.hero-content h1 {
  width: min(720px, 100%);
  color: #fffdf7;
  font-size: 58px;
  line-height: 1.03;
  font-weight: 800;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
}

.hero-content p:not(.eyebrow) {
  width: min(640px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 253, 247, 0.86);
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  margin-top: 30px;
}

.hero .btn {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 5px;
}

.hero .btn.primary {
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

.hero .btn.ghost {
  background: rgba(255, 253, 247, 0.08);
  border-color: rgba(255, 253, 247, 0.58);
  color: #fffdf7;
  backdrop-filter: blur(10px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
  gap: 42px;
  align-items: end;
  padding-top: 78px;
  padding-bottom: 62px;
}

.intro-band h2 {
  max-width: 820px;
  color: var(--forest);
  font-size: 31px;
  line-height: 1.26;
  font-weight: 760;
}

.intro-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.intro-metrics span {
  min-height: 112px;
  padding: 17px 15px;
  background: #fffefa;
  border-color: #e0e5dc;
  border-radius: 6px;
  color: #5a665f;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.intro-metrics strong {
  margin-bottom: 10px;
  color: var(--forest);
  font-size: 31px;
  line-height: 1;
}

.section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.section-heading h2 {
  color: var(--forest);
  font-size: 32px;
  line-height: 1.24;
  font-weight: 760;
}

.villa-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}

.villa-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  min-height: 460px;
  overflow: hidden;
  background: #fffefa;
  border-color: #e0e5dc;
  border-radius: 7px;
  box-shadow: 0 22px 46px rgba(28, 38, 34, 0.1);
}

.villa-card > a {
  min-height: 460px;
}

.villa-card img {
  height: 100%;
  aspect-ratio: auto;
}

.villa-card-body {
  align-self: center;
  padding: 40px;
}

.villa-meta {
  color: #778079;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.villa-card h3 {
  max-width: 560px;
  color: var(--forest);
  font-size: 30px;
  line-height: 1.18;
  font-weight: 760;
}

.villa-card p {
  max-width: 600px;
  margin-top: 16px;
  color: #4d5852;
  font-size: 15px;
  line-height: 1.74;
}

.text-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--forest);
  font-size: 14px;
}

.booking-strip {
  margin-bottom: 72px;
  padding: 34px;
  background: #10241f;
  border: 0;
  border-radius: 7px;
  color: #fffdf7;
}

.booking-strip h2 {
  max-width: 840px;
  color: #fffdf7;
  font-size: 27px;
  line-height: 1.3;
}

.booking-strip .btn.primary {
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

/* Detail typography and form refinement */
.photo-landing-content h1 {
  max-width: 690px;
  font-size: 54px;
  line-height: 1.05;
  font-weight: 780;
}

.photo-landing-subtitle {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.68;
}

.photo-landing-meta strong {
  font-size: 32px;
}

.agency-summary h2,
.photo-first-showcase .agency-summary h2 {
  font-size: 23px;
  line-height: 1.25;
}

.agency-role-text,
.photo-first-showcase .agency-role-text {
  font-size: 14px;
  line-height: 1.68;
}

.price-overview h2 {
  font-size: 26px;
  line-height: 1.28;
}

.editorial-body h2,
.detail-content h2 {
  font-size: 24px;
  line-height: 1.34;
}

.editorial-body h3,
.detail-content h3 {
  font-size: 19px;
  line-height: 1.36;
}

.editorial-body p,
.detail-content p,
.detail-content li,
.detail-content td {
  font-size: 15px;
  line-height: 1.78;
}

.price-card strong,
.snapshot-card strong {
  font-size: 22px;
}

.booking-panel h2 {
  font-size: 22px;
  line-height: 1.28;
}

.booking-panel label {
  gap: 7px;
}

.field-hint {
  margin-top: -2px;
  color: #748078;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}

@media (max-width: 860px) {
  .hero,
  .hero-content {
    min-height: 660px;
  }

  .hero-content {
    padding: 104px 0 48px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 1.08;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 16px;
  }

  .intro-band,
  .villa-card,
  .booking-strip {
    grid-template-columns: 1fr;
  }

  .intro-band {
    gap: 24px;
    padding-top: 52px;
  }

  .intro-band h2,
  .section-heading h2 {
    font-size: 26px;
  }

  .villa-card,
  .villa-card > a {
    min-height: 0;
  }

  .villa-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .villa-card-body,
  .booking-strip {
    padding: 24px;
  }

  .villa-card h3 {
    font-size: 24px;
  }

  .photo-landing-content h1 {
    font-size: 33px;
    line-height: 1.1;
  }

  .photo-landing-meta strong {
    font-size: 25px;
  }
}
/* Premium home rebuild and in-page gallery */
.premium-home-page {
  background: #f5f6f1;
}

.premium-home-page .eyebrow,
.villa-detail-page .eyebrow {
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  font-weight: 800;
}

.home-luxury-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #10241f;
}

.home-luxury-media,
.home-luxury-shade {
  position: absolute;
  inset: 0;
}

.home-luxury-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
}

.home-luxury-shade {
  background:
    linear-gradient(90deg, rgba(8, 19, 16, 0.84) 0%, rgba(8, 19, 16, 0.64) 42%, rgba(8, 19, 16, 0.14) 72%, rgba(8, 19, 16, 0.46) 100%),
    linear-gradient(180deg, rgba(8, 19, 16, 0.16) 0%, rgba(8, 19, 16, 0.68) 100%);
}

.home-luxury-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 36px));
  min-height: 760px;
  margin: 0 auto;
  padding: 116px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 34px;
  align-items: end;
  color: #fffdf7;
}

.home-luxury-copy h1 {
  width: min(680px, 100%);
  color: #fffdf7;
  font-size: 52px;
  line-height: 1.05;
  font-weight: 820;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
}

.home-luxury-copy > p:not(.agency-badge) {
  width: min(620px, 100%);
  margin: 20px 0 0;
  color: rgba(255, 253, 247, 0.88);
  font-size: 16px;
  line-height: 1.78;
}

.home-primary,
.home-secondary {
  min-height: 50px;
  padding: 0 24px;
  border-radius: 5px;
}

.home-primary {
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

.home-secondary {
  background: rgba(255, 253, 247, 0.08);
  border-color: rgba(255, 253, 247, 0.58);
  color: #fffdf7;
  backdrop-filter: blur(10px);
}

.home-trust-panel {
  padding: 26px;
  background: rgba(16, 36, 31, 0.9);
  border: 1px solid rgba(255, 253, 247, 0.16);
  border-top: 3px solid #c89b5a;
  border-radius: 7px;
  backdrop-filter: blur(14px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28);
}

.home-trust-panel span {
  display: block;
  color: #d8b074;
  font-size: 13px;
  font-weight: 800;
}

.home-trust-panel strong {
  display: block;
  margin-top: 10px;
  color: #fffdf7;
  font-size: 23px;
  line-height: 1.28;
  font-weight: 800;
}

.home-trust-panel p {
  margin: 14px 0 0;
  color: rgba(255, 253, 247, 0.75);
  font-size: 14px;
  line-height: 1.72;
}

.home-trust-panel ul {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-trust-panel li {
  padding: 10px 0;
  border-top: 1px solid rgba(255, 253, 247, 0.13);
  color: rgba(255, 253, 247, 0.86);
  font-size: 13px;
  font-weight: 700;
}

.home-proof-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 430px);
  gap: 44px;
  align-items: end;
  padding-top: 72px;
  padding-bottom: 54px;
  border-bottom: 1px solid #dfe4dc;
}

.home-proof-copy h2,
.home-section-heading h2,
.home-final-cta h2 {
  max-width: 850px;
  color: #103f35;
  font-size: 30px;
  line-height: 1.28;
  font-weight: 780;
}

.home-proof-copy p:not(.eyebrow),
.home-section-heading p:not(.eyebrow),
.home-final-cta p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #52605a;
  font-size: 15px;
  line-height: 1.74;
}

.home-featured {
  padding-top: 66px;
}

.home-section-heading {
  margin-bottom: 24px;
}

.featured-villa-grid {
  display: grid;
  gap: 18px;
}

.featured-villa-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  min-height: 450px;
  overflow: hidden;
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-radius: 7px;
  box-shadow: 0 24px 50px rgba(28, 38, 34, 0.1);
}

.featured-villa-image {
  min-height: 450px;
}

.featured-villa-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-villa-body {
  align-self: center;
  padding: 40px;
}

.featured-villa-body .villa-meta {
  color: #747f78;
  font-size: 12px;
  font-weight: 760;
  text-transform: none;
}

.featured-villa-body h3 {
  max-width: 560px;
  color: #103f35;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 800;
}

.featured-villa-body p:not(.villa-meta) {
  max-width: 620px;
  margin: 16px 0 0;
  color: #4d5a54;
  font-size: 15px;
  line-height: 1.76;
}

.featured-villa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.text-link.muted {
  color: #7b6038;
}

.home-process-lane {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
}

.home-process-lane article {
  min-height: 170px;
  padding: 22px;
  background: #fffefa;
  border: 1px solid #e0e5dc;
  border-left: 3px solid #c89b5a;
  border-radius: 6px;
}

.home-process-lane span {
  color: #a7834e;
  font-size: 12px;
  font-weight: 850;
}

.home-process-lane h3 {
  margin-top: 14px;
  color: #103f35;
  font-size: 20px;
  line-height: 1.3;
}

.home-process-lane p {
  margin: 11px 0 0;
  color: #58645e;
  font-size: 14px;
  line-height: 1.68;
}

.home-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 72px;
  padding: 32px;
  background: #10241f;
  border-radius: 7px;
  color: #fffdf7;
}

.home-final-cta h2,
.home-final-cta p {
  color: #fffdf7;
}

.home-final-cta p:not(.eyebrow) {
  color: rgba(255, 253, 247, 0.76);
}

.home-final-cta .btn.primary {
  flex: 0 0 auto;
  background: #fffdf7;
  border-color: #fffdf7;
  color: #103f35;
}

.gallery-thumb,
.gallery-count {
  padding: 0;
  border: 1px solid rgba(21, 24, 23, 0.08);
  cursor: pointer;
  font: inherit;
}

.gallery-count {
  position: relative;
  color: #fffdf7;
}

body.gallery-open {
  overflow: hidden;
}

.villa-gallery-lightbox[hidden] {
  display: none;
}

.villa-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 28px;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  padding: 0;
  background: rgba(5, 11, 10, 0.82);
  border: 0;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(760px, calc(100vh - 56px));
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 62px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0;
  align-items: center;
}

.lightbox-dialog figure {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  margin: 0;
  background: #0d1714;
  border: 1px solid rgba(255, 253, 247, 0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
}

.lightbox-dialog img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #0d1714;
}

.lightbox-dialog figcaption {
  min-height: 44px;
  padding: 12px 16px;
  color: rgba(255, 253, 247, 0.76);
  font-size: 13px;
  line-height: 1.45;
}

.lightbox-close,
.lightbox-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 253, 247, 0.34);
  background: rgba(255, 253, 247, 0.1);
  color: #fffdf7;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-close {
  position: absolute;
  top: -8px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}

.lightbox-nav {
  width: 48px;
  height: 66px;
  border-radius: 6px;
  font-size: 42px;
  line-height: 1;
}

.lightbox-nav.prev {
  grid-column: 1;
  grid-row: 1;
}

.lightbox-nav.next {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

.lightbox-count {
  grid-column: 2;
  grid-row: 2;
  justify-self: center;
  margin-top: 12px;
  color: rgba(255, 253, 247, 0.82);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .home-luxury-hero,
  .home-luxury-inner {
    min-height: 680px;
  }

  .home-luxury-inner,
  .home-proof-band,
  .featured-villa-card,
  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-luxury-inner {
    padding: 96px 0 38px;
    gap: 22px;
  }

  .home-luxury-copy h1 {
    font-size: 36px;
  }

  .home-trust-panel {
    padding: 20px;
  }

  .home-proof-copy h2,
  .home-section-heading h2,
  .home-final-cta h2 {
    font-size: 25px;
  }
  .home-process-lane {
    grid-template-columns: 1fr;
  }

  .featured-villa-image {
    min-height: 0;
  }

  .featured-villa-image img {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .featured-villa-body,
  .home-final-cta {
    padding: 24px;
  }

  .featured-villa-body h3 {
    font-size: 23px;
  }

  .lightbox-dialog {
    height: calc(100vh - 40px);
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(0, 1fr) auto auto;
    gap: 10px;
  }

  .lightbox-dialog figure {
    grid-column: 1 / -1;
  }

  .lightbox-nav.prev,
  .lightbox-nav.next {
    grid-row: 2;
    width: 100%;
    height: 46px;
    font-size: 30px;
  }

  .lightbox-nav.prev {
    grid-column: 1;
  }

  .lightbox-nav.next {
    grid-column: 2;
  }

  .lightbox-count {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0;
  }
}
/* Final title scale tuning */
.photo-landing-content h1 {
  font-size: 46px;
  line-height: 1.1;
  max-width: 650px;
}

.photo-landing-subtitle {
  font-size: 15px;
}

@media (max-width: 860px) {
  .photo-landing-content h1 {
    font-size: 31px;
    line-height: 1.12;
  }
}
/* Grand hotel detail and reservation desk pass */
.villa-detail-page {
  background: #f4f1ea;
}

.photo-first-showcase.section {
  padding-top: 28px;
}

.detail-breadcrumb {
  margin-bottom: 14px;
  color: #6b6254;
  font-size: 12px;
  font-weight: 760;
}

.photo-first-showcase .gallery-main {
  border-radius: 3px;
  border: 0;
  box-shadow: 0 24px 62px rgba(28, 27, 23, 0.16);
}

.photo-landing::after {
  background:
    linear-gradient(90deg, rgba(10, 16, 14, 0.72) 0%, rgba(10, 16, 14, 0.48) 42%, rgba(10, 16, 14, 0.08) 74%, rgba(10, 16, 14, 0.2) 100%),
    linear-gradient(180deg, rgba(10, 16, 14, 0.06) 0%, rgba(10, 16, 14, 0.42) 100%);
}

.photo-landing-content {
  bottom: 50px;
}

.photo-landing-content h1 {
  max-width: 620px;
  font-size: 42px;
  line-height: 1.12;
  font-weight: 760;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.42);
}

.photo-landing-subtitle {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.72;
}

.photo-landing-meta {
  margin-top: 18px;
}

.photo-landing-meta strong {
  font-size: 28px;
}

.agency-badge {
  min-height: 26px;
  margin-bottom: 13px;
  padding: 0 11px;
  border-radius: 3px;
  background: rgba(250, 246, 236, 0.94);
  border-color: rgba(250, 246, 236, 0.76);
  color: #173f35;
  font-size: 12px;
  font-weight: 820;
}

.btn.landing-primary,
.btn.landing-secondary {
  min-height: 48px;
  border-radius: 3px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.photo-first-showcase .agency-summary {
  border-radius: 3px;
  border-top-width: 2px;
  background: rgba(18, 34, 30, 0.94);
  box-shadow: 0 22px 58px rgba(13, 22, 20, 0.22);
}

.photo-first-showcase .agency-summary h2 {
  font-size: 22px;
  line-height: 1.32;
  font-weight: 760;
}

.agency-role-text,
.photo-first-showcase .agency-role-text {
  font-size: 13.5px;
  line-height: 1.76;
}

.agency-stamp {
  border-radius: 3px;
}

.villa-snapshot.section {
  gap: 10px;
  padding-top: 10px;
}

.snapshot-card {
  min-height: 116px;
  border-radius: 3px;
  background: #fffdf8;
  border-color: #e5ded0;
  border-left-color: #b69560;
}

.snapshot-card span {
  color: #7a715f;
  font-size: 12px;
  text-transform: none;
}

.snapshot-card strong {
  margin-top: 10px;
  color: #173f35;
  font-size: 20px;
  line-height: 1.18;
}

.snapshot-card small {
  font-size: 12.5px;
}

.price-overview h2,
.editorial-body h2,
.detail-content h2 {
  font-size: 23px;
  line-height: 1.38;
}

.editorial-body,
.service-rule-grid article,
.premium-answer-box {
  border-radius: 3px;
  background: #fffdf8;
  border-color: #e5ded0;
}

.premium-detail-layout {
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 28px;
}

.premium-booking-panel {
  border-radius: 3px;
  border: 1px solid #d7c8ad;
  border-top: 0;
  background: #fffdf8;
  box-shadow: 0 26px 52px rgba(28, 27, 23, 0.14);
}

.booking-panel-top {
  padding: 24px 24px 18px;
  background: linear-gradient(180deg, #fffdf8 0%, #f6f0e4 100%);
  border-bottom: 1px solid #e2d6c1;
}

.booking-panel-top .eyebrow {
  color: #9a7544;
  font-size: 12px;
}

.booking-panel h2 {
  color: #173f35;
  font-size: 21px;
  line-height: 1.34;
  font-weight: 780;
}

.booking-note {
  color: #615a4d;
  font-size: 13.5px;
  line-height: 1.72;
}

.booking-panel-rate {
  border-radius: 3px;
  background: #173f35;
  border-color: #173f35;
}

.booking-panel-rate span,
.booking-panel-rate strong {
  color: #fffdf8;
}

.booking-panel-rate strong {
  font-size: 24px;
}

.booking-confidence li {
  color: #565d52;
  font-size: 12.5px;
}

.premium-booking-panel form {
  gap: 13px;
  padding: 22px 24px 24px;
}

.booking-field-grid {
  gap: 10px;
}

.booking-panel label {
  color: #24302b;
  font-size: 12px;
  font-weight: 820;
  gap: 7px;
}

.booking-panel input,
.booking-panel textarea,
.booking-panel select {
  min-height: 46px;
  border-radius: 3px;
  border-color: #d8cfbd;
  background: #fffefa;
  color: #18211e;
  font-size: 14px;
}

.booking-panel textarea {
  min-height: 108px;
}

.stay-date-field input {
  font-family: "Pretendard Variable", Pretendard, "Segoe UI", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  color: #132c26;
  font-weight: 760;
}

.stay-date-field input::placeholder {
  color: #817967;
  opacity: 1;
}

.field-hint {
  color: #8b806a;
  font-size: 11.5px;
  font-weight: 680;
}

.premium-booking-panel .btn.primary {
  min-height: 50px;
  border-radius: 3px;
  background: #173f35;
  border-color: #173f35;
  color: #fffdf8;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .premium-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .photo-landing-content h1 {
    font-size: 29px;
    line-height: 1.16;
  }

  .photo-landing-meta strong {
    font-size: 23px;
  }

  .premium-booking-panel form,
  .booking-panel-top {
    padding: 20px;
  }
}
/* YachtSiam route and hotel-grade inquiry desk */
.site-header nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.hotel-reservation-desk {
  border-radius: 2px;
  border: 1px solid #d3c2a5;
  background: #fffdf8;
  box-shadow: 0 30px 70px rgba(23, 31, 28, 0.16);
}

.hotel-desk-top {
  background: linear-gradient(180deg, #fffdf8 0%, #f3ebdc 100%);
  border-bottom: 1px solid #ded0b7;
}

.desk-assurance-card {
  margin: 18px 0 0;
  padding: 16px;
  background: #173f35;
  border: 1px solid #173f35;
  border-radius: 2px;
  color: #fffdf8;
}

.desk-assurance-card span {
  display: block;
  color: #d8b074;
  font-size: 11.5px;
  font-weight: 820;
}

.desk-assurance-card strong {
  display: block;
  margin-top: 6px;
  color: #fffdf8;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 820;
}

.desk-assurance-card small {
  display: block;
  margin-top: 8px;
  color: rgba(255, 253, 248, 0.76);
  font-size: 12.5px;
  line-height: 1.45;
}

.hotel-confidence {
  padding-top: 2px;
}

.hotel-inquiry-form {
  gap: 14px;
}

.form-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding-top: 4px;
  border-top: 1px solid #eadfca;
}

.form-section-heading:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.form-section-heading span {
  color: #173f35;
  font-size: 13px;
  font-weight: 850;
}

.form-section-heading small {
  color: #8a7d66;
  font-size: 11.5px;
  font-weight: 680;
  text-align: right;
}

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

.hotel-response-note {
  margin: 0;
  padding: 12px 0 0;
  border-top: 1px solid #eadfca;
  color: #70654f;
  font-size: 12.5px;
  line-height: 1.55;
}

.yachtsiam-page {
  background: #f3f1eb;
  color: #18211e;
}

.yacht-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #10241f;
}

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

.yacht-hero-media {
  background-position: center;
  background-size: cover;
  transform: scale(1.012);
}

.yacht-hero-shade {
  background:
    linear-gradient(90deg, rgba(6, 16, 19, 0.86) 0%, rgba(6, 16, 19, 0.62) 38%, rgba(6, 16, 19, 0.12) 70%, rgba(6, 16, 19, 0.38) 100%),
    linear-gradient(180deg, rgba(6, 16, 19, 0.04) 0%, rgba(6, 16, 19, 0.58) 100%);
}

.yacht-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1280px, calc(100% - 36px));
  min-height: 760px;
  margin: 0 auto;
  padding: 118px 0 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 34px;
  align-items: end;
  color: #fffdf8;
}

.yacht-hero-copy h1 {
  max-width: 640px;
  color: #fffdf8;
  font-size: 52px;
  line-height: 1.06;
  font-weight: 820;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.4);
}

.yacht-hero-copy > p:not(.agency-badge) {
  max-width: 620px;
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.86);
  font-size: 16px;
  line-height: 1.78;
}

.yacht-hero-panel {
  padding: 26px;
  background: rgba(16, 36, 31, 0.92);
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-top: 3px solid #caa15f;
  border-radius: 3px;
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.3);
}

.yacht-hero-panel > span {
  display: block;
  color: #d8b074;
  font-size: 12px;
  font-weight: 850;
}

.yacht-hero-panel > strong {
  display: block;
  margin-top: 10px;
  color: #fffdf8;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.yacht-hero-panel p {
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.yacht-hero-panel dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
  border-top: 1px solid rgba(255, 253, 248, 0.14);
}

.yacht-hero-panel dl div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255, 253, 248, 0.14);
}

.yacht-hero-panel dt {
  color: rgba(255, 253, 248, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.yacht-hero-panel dd {
  margin: 0;
  color: rgba(255, 253, 248, 0.9);
  font-size: 13px;
  font-weight: 720;
  line-height: 1.45;
}

.yacht-proof,
.yacht-inquiry-layout {
  padding-top: 70px;
}

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

.yacht-feature-grid article,
.yacht-inquiry-copy,
.yacht-itinerary-panel {
  background: #fffdf8;
  border: 1px solid #e1d5bf;
  border-radius: 3px;
}

.yacht-feature-grid article {
  min-height: 210px;
  padding: 24px;
  border-top: 3px solid #caa15f;
}

.yacht-feature-grid span {
  color: #9a7544;
  font-size: 12px;
  font-weight: 850;
}

.yacht-feature-grid h3 {
  margin-top: 14px;
  color: #173f35;
  font-size: 21px;
  line-height: 1.32;
}

.yacht-feature-grid p {
  margin: 12px 0 0;
  color: #56615c;
  font-size: 14px;
  line-height: 1.72;
}

.yacht-itinerary-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(380px, 1fr);
  gap: 34px;
  padding: 32px;
}

.yacht-itinerary-panel h2,
.yacht-inquiry-copy h2 {
  color: #173f35;
  font-size: 28px;
  line-height: 1.3;
}

.yacht-itinerary-panel ol,
.yacht-inquiry-copy ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yacht-itinerary-panel li,
.yacht-inquiry-copy li {
  display: grid;
  gap: 7px;
  padding: 16px 0;
  border-bottom: 1px solid #e6dcc9;
}

.yacht-itinerary-panel li:first-child,
.yacht-inquiry-copy li:first-child {
  padding-top: 0;
}

.yacht-itinerary-panel strong,
.yacht-inquiry-copy li {
  color: #173f35;
  font-size: 14px;
  font-weight: 820;
}

.yacht-itinerary-panel span {
  color: #5a655f;
  font-size: 14px;
  line-height: 1.6;
}

.yacht-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: start;
  padding-bottom: 80px;
}

.yacht-inquiry-copy {
  padding: 34px;
}

.yacht-inquiry-copy p:not(.eyebrow) {
  max-width: 720px;
  margin: 14px 0 22px;
  color: #56615c;
  font-size: 15px;
  line-height: 1.74;
}

.yacht-desk {
  position: sticky;
  top: 92px;
}

@media (max-width: 1080px) {
  .yacht-hero-inner,
  .yacht-itinerary-panel,
  .yacht-inquiry-layout {
    grid-template-columns: 1fr;
  }

  .yacht-feature-grid {
    grid-template-columns: 1fr;
  }

  .yacht-desk {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header nav {
    justify-content: flex-start;
  }

  .yacht-hero,
  .yacht-hero-inner {
    min-height: 680px;
  }

  .yacht-hero-inner {
    padding: 98px 0 38px;
  }

  .yacht-hero-copy h1 {
    font-size: 36px;
  }

  .yacht-hero-panel,
  .yacht-itinerary-panel,
  .yacht-inquiry-copy {
    padding: 22px;
  }

  .hotel-stay-grid {
    grid-template-columns: 1fr;
  }

  .form-section-heading {
    display: grid;
    gap: 4px;
  }

  .form-section-heading small {
    text-align: left;
  }
}
/* Luxury inquiry balance pass */
.home-final-cta.home-inquiry-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  background: #fffdf8;
  border: 1px solid #ded0b7;
  border-top: 3px solid #caa15f;
  border-radius: 3px;
  box-shadow: 0 28px 70px rgba(23, 31, 28, 0.14);
}

.home-inquiry-copy {
  padding: 38px;
  background: linear-gradient(180deg, #fffdf8 0%, #f4ecdc 100%);
  border-right: 1px solid #ded0b7;
}

.home-final-cta.home-inquiry-section h2 {
  max-width: 620px;
  color: #173f35;
  font-size: 31px;
  line-height: 1.28;
}

.home-final-cta.home-inquiry-section p:not(.eyebrow) {
  max-width: 650px;
  color: #56615c;
  font-size: 15px;
  line-height: 1.76;
}

.home-inquiry-points {
  display: grid;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.home-inquiry-points li {
  padding: 13px 0;
  border-top: 1px solid #e4d8c2;
  color: #173f35;
  font-size: 14px;
  font-weight: 780;
}

.home-inquiry-form,
.yacht-desk .hotel-inquiry-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-content: start;
  padding: 34px;
  background: #fffdf8;
}

.home-inquiry-form .form-section-heading,
.home-inquiry-form .hotel-stay-grid,
.home-inquiry-form .textarea-field,
.home-inquiry-form .hotel-response-note,
.home-inquiry-form .btn.primary,
.yacht-desk .hotel-inquiry-form .form-section-heading,
.yacht-desk .hotel-inquiry-form .hotel-stay-grid,
.yacht-desk .hotel-inquiry-form .textarea-field,
.yacht-desk .hotel-inquiry-form .hotel-response-note,
.yacht-desk .hotel-inquiry-form .btn.primary {
  grid-column: 1 / -1;
}

.home-inquiry-form label,
.yacht-desk .hotel-inquiry-form label {
  min-width: 0;
}

.home-inquiry-form .btn.primary,
.yacht-desk .hotel-inquiry-form .btn.primary {
  width: 100%;
  min-height: 48px;
}

.yacht-hero-copy h1 {
  max-width: 780px;
  font-size: 48px;
  letter-spacing: 0;
}

.yacht-hero-inner {
  grid-template-columns: minmax(0, 1fr) 370px;
}

.yacht-inquiry-layout {
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: stretch;
}

.yacht-inquiry-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 0.42fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.yacht-inquiry-copy .eyebrow,
.yacht-inquiry-copy h2,
.yacht-inquiry-copy > p:not(.eyebrow) {
  grid-column: 1;
}

.yacht-inquiry-copy ul {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: stretch;
  padding: 22px 24px;
  background: #f5eddd;
  border-left: 3px solid #caa15f;
}

.yacht-desk {
  position: static;
  display: grid;
  grid-template-columns: minmax(300px, 0.48fr) minmax(0, 1fr);
  align-items: stretch;
  padding: 0;
  overflow: hidden;
}

.yacht-desk .hotel-desk-top {
  padding: 34px;
  border-right: 1px solid #ded0b7;
  border-bottom: 0;
}

.yacht-desk .desk-assurance-card strong {
  font-size: 19px;
}

@media (max-width: 980px) {
  .home-final-cta.home-inquiry-section,
  .yacht-desk,
  .yacht-inquiry-copy {
    grid-template-columns: 1fr;
  }

  .home-inquiry-copy,
  .yacht-desk .hotel-desk-top {
    border-right: 0;
    border-bottom: 1px solid #ded0b7;
  }

  .yacht-inquiry-copy .eyebrow,
  .yacht-inquiry-copy h2,
  .yacht-inquiry-copy > p:not(.eyebrow),
  .yacht-inquiry-copy ul {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .home-inquiry-form,
  .yacht-desk .hotel-inquiry-form {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .home-inquiry-copy,
  .yacht-inquiry-copy,
  .yacht-desk .hotel-desk-top {
    padding: 24px;
  }

  .hotel-stay-grid,
  .home-inquiry-form .hotel-stay-grid,
  .yacht-desk .hotel-stay-grid {
    grid-template-columns: 1fr;
  }

  .home-final-cta.home-inquiry-section h2 {
    font-size: 25px;
  }
}
/* Final private yacht proportion tuning */
.yacht-hero-copy h1 {
  font-size: 44px;
  line-height: 1.12;
}

.yacht-desk .hotel-inquiry-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yacht-desk .hotel-stay-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .yacht-desk .hotel-inquiry-form,
  .yacht-desk .hotel-stay-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .yacht-hero-copy h1 {
    font-size: 34px;
    line-height: 1.14;
  }

  .yacht-desk .hotel-inquiry-form,
  .yacht-desk .hotel-stay-grid {
    grid-template-columns: 1fr;
  }
}
/* Mobile yacht first-screen clarity */
@media (max-width: 640px) {
  .yacht-hero,
  .yacht-hero-inner {
    min-height: 620px;
  }

  .yacht-hero-inner {
    padding: 86px 0 30px;
    align-items: end;
  }

  .yacht-hero-copy > p:not(.agency-badge) {
    max-width: 96%;
    font-size: 14px;
    line-height: 1.62;
  }

  .yacht-hero .hero-actions {
    margin-top: 20px;
  }

  .yacht-hero-panel {
    display: none;
  }
}
/* Mobile yacht grid fix */
@media (max-width: 640px) {
  .yacht-hero-inner {
    grid-template-columns: 1fr;
  }

  .yacht-hero-copy,
  .yacht-hero-copy h1,
  .yacht-hero-copy > p:not(.agency-badge),
  .yacht-hero .hero-actions {
    width: 100%;
    max-width: 100%;
  }
}
/* Official YachtSiam links and policy pages */
.yacht-official-links {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.45fr);
  gap: 18px;
  align-items: stretch;
  padding-bottom: 84px;
}

.yacht-official-copy,
.yacht-official-card,
.policy-content article {
  background: #fffdf8;
  border: 1px solid #e1d5bf;
  border-radius: 3px;
}

.yacht-official-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.44fr);
  gap: 28px;
  align-items: center;
  padding: 34px;
}

.yacht-official-copy .eyebrow,
.yacht-official-copy h2,
.yacht-official-copy > p:not(.eyebrow) {
  grid-column: 1;
}

.yacht-official-copy h2 {
  color: #173f35;
  font-size: 29px;
  line-height: 1.3;
}

.yacht-official-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 14px 0 0;
  color: #56615c;
  font-size: 15px;
  line-height: 1.78;
}

.yacht-official-copy ul {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  gap: 0;
  align-self: stretch;
  margin: 0;
  padding: 22px 24px;
  list-style: none;
  background: #f5eddd;
  border-left: 3px solid #caa15f;
}

.yacht-official-copy li {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #e1d5bf;
  color: #173f35;
  font-size: 14px;
  font-weight: 820;
}

.yacht-official-copy li:last-child {
  border-bottom: 0;
}

.yacht-official-card {
  padding: 34px;
  background: #173f35;
  border-color: #173f35;
  color: #fffdf8;
  box-shadow: 0 26px 66px rgba(23, 31, 28, 0.18);
}

.yacht-official-card span {
  color: #d8b074;
  font-size: 12px;
  font-weight: 850;
}

.yacht-official-card strong {
  display: block;
  margin-top: 12px;
  color: #fffdf8;
  font-size: 26px;
  line-height: 1.28;
  font-weight: 800;
}

.yacht-official-card p {
  margin: 14px 0 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: 14px;
  line-height: 1.72;
}

.yacht-official-actions {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.yacht-official-actions .btn.outline {
  border-color: rgba(255, 253, 248, 0.42);
  color: #fffdf8;
}

.footer-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-links a {
  color: #173f35;
  font-size: 13px;
  font-weight: 780;
}

.site-footer small {
  display: block;
  max-width: 920px;
  color: #7a705f;
  font-size: 12px;
  line-height: 1.65;
}

.policy-page {
  background: #f4f1ea;
  color: #18211e;
}

.policy-hero.section {
  padding-top: 92px;
  padding-bottom: 26px;
}

.policy-hero h1 {
  max-width: 780px;
  color: #173f35;
  font-size: 42px;
  line-height: 1.16;
}

.policy-hero p:not(.eyebrow) {
  max-width: 760px;
  color: #56615c;
  font-size: 16px;
  line-height: 1.76;
}

.policy-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 20px;
  padding-bottom: 82px;
}

.policy-content article {
  padding: 26px;
  border-top: 3px solid #caa15f;
}

.policy-content h2 {
  color: #173f35;
  font-size: 21px;
  line-height: 1.34;
}

.policy-content ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding-left: 18px;
  color: #56615c;
  font-size: 14px;
  line-height: 1.72;
}

@media (max-width: 980px) {
  .yacht-official-links,
  .yacht-official-copy,
  .policy-content {
    grid-template-columns: 1fr;
  }

  .yacht-official-copy .eyebrow,
  .yacht-official-copy h2,
  .yacht-official-copy > p:not(.eyebrow),
  .yacht-official-copy ul {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .yacht-official-copy,
  .yacht-official-card,
  .policy-content article {
    padding: 24px;
  }

  .yacht-official-copy h2,
  .policy-hero h1 {
    font-size: 28px;
  }
}
/* Separate villas and inquiry pages */
.premium-home-page .home-featured .featured-villa-grid,
.villa-list-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.premium-home-page .home-featured .featured-villa-card,
.villa-list-page .featured-villa-card {
  grid-template-columns: 1fr;
  min-height: 0;
  border-radius: 3px;
  box-shadow: 0 18px 38px rgba(28, 38, 34, 0.09);
}

.premium-home-page .home-featured .featured-villa-image,
.villa-list-page .featured-villa-image {
  min-height: 0;
}

.premium-home-page .home-featured .featured-villa-image img,
.villa-list-page .featured-villa-image img {
  aspect-ratio: 4 / 3;
  height: auto;
}

.premium-home-page .home-featured .featured-villa-body,
.villa-list-page .featured-villa-body {
  align-self: stretch;
  padding: 18px;
}

.premium-home-page .home-featured .featured-villa-body h3,
.villa-list-page .featured-villa-body h3 {
  font-size: 19px;
  line-height: 1.32;
}

.premium-home-page .home-featured .featured-villa-body p:not(.villa-meta),
.villa-list-page .featured-villa-body p:not(.villa-meta) {
  display: -webkit-box;
  min-height: 72px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13.5px;
  line-height: 1.65;
}

.premium-home-page .home-featured .featured-villa-actions,
.villa-list-page .featured-villa-actions {
  gap: 14px;
  margin-top: 16px;
}

.home-list-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.home-list-actions .btn.outline {
  min-height: 46px;
  border-color: #173f35;
  color: #173f35;
}

.collection-hero,
.contact-hero {
  padding-top: 96px;
  padding-bottom: 28px;
  background: #f4f1ea;
}

.collection-hero h1,
.contact-hero h1 {
  max-width: 820px;
  color: #173f35;
  font-size: 42px;
  line-height: 1.16;
}

.collection-hero p:not(.eyebrow),
.contact-hero p:not(.eyebrow) {
  max-width: 780px;
  color: #56615c;
  font-size: 16px;
  line-height: 1.76;
}

.villa-list-page,
.contact-page {
  background: #f4f1ea;
}

.villa-list-section {
  padding-top: 20px;
}

.villa-list-cta,
.contact-inquiry-section {
  margin-bottom: 82px;
}

.contact-inquiry-section {
  margin-top: 16px;
}

@media (max-width: 1180px) {
  .premium-home-page .home-featured .featured-villa-grid,
  .villa-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .premium-home-page .home-featured .featured-villa-grid,
  .villa-list-grid {
    grid-template-columns: 1fr 1fr;
  }

  .collection-hero h1,
  .contact-hero h1 {
    font-size: 31px;
  }
}

@media (max-width: 560px) {
  .premium-home-page .home-featured .featured-villa-grid,
  .villa-list-grid {
    grid-template-columns: 1fr;
  }
}
/* Luxury common header, footer, and contact desk refresh */
.site-header {
  z-index: 80;
  min-height: 74px;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(222, 208, 183, 0.78);
  box-shadow: 0 16px 36px rgba(23, 31, 28, 0.07);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: #173f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0;
}

.site-header nav {
  gap: 7px;
  align-items: center;
}

.site-header nav > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #37443f;
  font-size: 13px;
  font-weight: 780;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.site-header nav > a:hover {
  background: #173f35;
  color: #fffdf8;
  box-shadow: 0 10px 24px rgba(23, 63, 53, 0.18);
}

.language-switcher {
  margin-left: 8px;
  gap: 2px;
  padding: 3px;
  border: 1px solid #ded0b7;
  border-radius: 999px;
  background: #f2eadc;
}

.language-switcher a {
  display: grid;
  min-width: 34px;
  min-height: 31px;
  place-items: center;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  color: #6d634f;
  font-size: 11px;
  font-weight: 850;
}

.language-switcher .active {
  background: #173f35;
  color: #fffdf8;
  box-shadow: 0 6px 16px rgba(23, 63, 53, 0.18);
}

.site-footer {
  padding: 0 clamp(18px, 4vw, 56px);
  border-top: 0;
  background: #10241f;
  color: rgba(255, 253, 248, 0.72);
}

.footer-inner {
  width: min(1280px, 100%);
  padding: 36px 0 34px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px 28px;
  align-items: start;
  border-top: 1px solid rgba(216, 176, 116, 0.36);
}

.footer-inner p {
  margin: 0;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.35;
}

.footer-links {
  justify-content: flex-end;
  gap: 8px 18px;
}

.footer-links a {
  color: rgba(255, 253, 248, 0.78);
  font-size: 13px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: rgba(216, 176, 116, 0.42);
}

.footer-links a:hover {
  color: #fffdf8;
  text-decoration-color: #d8b074;
}

.site-footer small {
  grid-column: 1 / -1;
  max-width: 980px;
  color: rgba(255, 253, 248, 0.58);
  font-size: 12.5px;
  line-height: 1.72;
}

.collection-hero {
  padding-bottom: 44px;
}

.contact-hero.section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
  gap: 34px;
  align-items: end;
  padding-top: 104px;
  padding-bottom: 42px;
  background:
    linear-gradient(120deg, rgba(244, 241, 234, 0.98) 0%, rgba(244, 241, 234, 0.92) 58%, rgba(225, 213, 191, 0.72) 100%);
}

.contact-hero h1 {
  max-width: 760px;
  font-size: 44px;
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
}

.contact-hero-panel {
  min-height: 248px;
  padding: 30px;
  border: 1px solid rgba(255, 253, 248, 0.16);
  border-top: 3px solid #d8b074;
  border-radius: 3px;
  background: #173f35;
  color: #fffdf8;
  box-shadow: 0 26px 64px rgba(23, 31, 28, 0.2);
}

.contact-hero-panel span {
  display: block;
  color: #d8b074;
  font-size: 12px;
  font-weight: 850;
}

.contact-hero-panel strong {
  display: block;
  margin-top: 14px;
  color: #fffdf8;
  font-size: 25px;
  line-height: 1.34;
  font-weight: 820;
}

.contact-hero-panel p {
  margin: 18px 0 0;
  color: rgba(255, 253, 248, 0.76);
  font-size: 14px;
  line-height: 1.76;
}

.contact-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.contact-process article {
  min-height: 202px;
  padding: 24px;
  border: 1px solid #e1d5bf;
  border-top: 3px solid #caa15f;
  border-radius: 3px;
  background: #fffdf8;
  box-shadow: 0 16px 34px rgba(28, 38, 34, 0.06);
}

.contact-process span {
  color: #a67a41;
  font-size: 12px;
  font-weight: 880;
}

.contact-process h2 {
  margin: 18px 0 0;
  color: #173f35;
  font-size: 22px;
  line-height: 1.3;
}

.contact-process p {
  margin: 12px 0 0;
  color: #56615c;
  font-size: 14px;
  line-height: 1.72;
}

.contact-inquiry-section {
  margin-top: 18px;
  margin-bottom: 92px;
  border: 1px solid #d8c8ac;
  border-radius: 3px;
  background: #fffdf8;
  box-shadow: 0 28px 72px rgba(23, 31, 28, 0.13);
}

.contact-inquiry-section .home-inquiry-copy {
  border-right: 1px solid #e6dcc9;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 1) 0%, rgba(245, 238, 225, 1) 100%);
}

.contact-inquiry-section .home-inquiry-copy h2 {
  color: #173f35;
  font-size: 30px;
}

.contact-inquiry-section .home-inquiry-form {
  background: #fffdf8;
}

.contact-inquiry-section input,
.contact-inquiry-section textarea {
  border-color: #d8c8ac;
  background: #fffef9;
}

.contact-inquiry-section input:focus,
.contact-inquiry-section textarea:focus {
  outline: 2px solid rgba(202, 161, 95, 0.28);
  border-color: #b88a4f;
}

@media (max-width: 980px) {
  .contact-hero.section,
  .contact-process,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .contact-inquiry-section .home-inquiry-copy {
    border-right: 0;
    border-bottom: 1px solid #e6dcc9;
  }
}

@media (max-width: 860px) {
  .site-header {
    min-height: 0;
    align-items: stretch;
    gap: 10px;
    padding: 12px 18px;
  }

  .site-header nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
  }

  .site-header nav > a {
    min-height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }

  .language-switcher {
    margin-left: 0;
  }

  .contact-hero.section {
    padding-top: 56px;
  }
}

@media (max-width: 560px) {
  .brand {
    font-size: 20px;
  }

  .language-switcher a {
    min-width: 31px;
  }

  .contact-hero h1 {
    font-size: 31px;
  }

  .contact-hero-panel,
  .contact-process article {
    padding: 22px;
  }

  .footer-inner p {
    font-size: 18px;
  }
}
/* Remove dashboard-like counters from public villa pages */
.home-proof-band {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
  align-items: center;
  text-align: center;
}

.home-proof-copy {
  margin: 0 auto;
}

.home-proof-copy h2,
.home-proof-copy p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}
/* Korean-first typography */
body {
  font-family: "Pretendard Variable", Pretendard, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
/* Refined inquiry form language and concierge form layout */
.form-intro {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  padding: 22px 24px;
  border: 1px solid rgba(216, 176, 116, 0.26);
  border-top: 3px solid #d8b074;
  border-radius: 3px;
  background: #173f35;
  color: #fffdf8;
  box-shadow: 0 16px 36px rgba(23, 31, 28, 0.12);
}

.form-intro span {
  color: #d8b074;
  font-size: 12px;
  font-weight: 860;
}

.form-intro strong {
  color: #fffdf8;
  font-size: 21px;
  line-height: 1.36;
  font-weight: 820;
}

.form-intro small {
  color: rgba(255, 253, 248, 0.68);
  font-size: 12.5px;
  line-height: 1.58;
}

.hotel-inquiry-form label {
  color: #173f35;
  font-size: 12.5px;
  font-weight: 820;
}

.hotel-inquiry-form input,
.hotel-inquiry-form textarea {
  margin-top: 2px;
  color: #18211e;
  font-weight: 620;
}

.hotel-inquiry-form input::placeholder,
.hotel-inquiry-form textarea::placeholder {
  color: #9b927f;
  font-weight: 560;
}

.contact-inquiry-section .hotel-stay-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-inquiry-section .stay-date-field {
  grid-column: span 1;
}

.bedroom-count-field input,
.guest-count-field input {
  text-align: center;
}

.field-hint {
  display: none;
}

.contact-page {
  background:
    linear-gradient(180deg, #f4f1ea 0%, #eee6d7 52%, #f7f3ea 100%);
}

.contact-hero.section {
  border-bottom: 1px solid #e1d5bf;
}

.contact-process article {
  position: relative;
  overflow: hidden;
}

.contact-process article::after {
  content: "";
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 46px;
  height: 2px;
  background: #d8b074;
}

.contact-inquiry-section {
  position: relative;
  overflow: hidden;
}

.contact-inquiry-section::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #173f35 0%, #d8b074 100%);
}

.contact-inquiry-section .home-inquiry-copy,
.contact-inquiry-section .home-inquiry-form {
  position: relative;
  z-index: 1;
}

.contact-inquiry-section .home-inquiry-points li {
  padding-left: 18px;
  border-top-color: #ded0b7;
}

@media (max-width: 760px) {
  .contact-inquiry-section .hotel-stay-grid,
  .hotel-stay-grid {
    grid-template-columns: 1fr;
  }

  .form-intro {
    padding: 20px;
  }

  .form-intro strong {
    font-size: 18px;
  }
}
/* Contact page placement and compact process refresh */
.brand {
  gap: 11px;
  min-height: 48px;
  font-family: "Pretendard Variable", Pretendard, Inter, ui-sans-serif, system-ui, sans-serif;
}

.brand-emblem {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #caa15f;
  border-radius: 50%;
  background: #173f35;
  color: #fffdf8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.brand-copy {
  display: grid;
  gap: 1px;
}

.brand-copy strong {
  color: #173f35;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 760;
}

.brand-copy small {
  color: #9a7544;
  font-size: 10px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-hero.section {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 34px;
  text-align: center;
}

.contact-hero h1,
.contact-hero-copy > p:not(.eyebrow) {
  margin-left: auto;
  margin-right: auto;
}

.inquiry-assurance-card {
  display: grid;
  gap: 9px;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(23, 63, 53, 0.16);
  border-left: 4px solid #caa15f;
  border-radius: 3px;
  background: #173f35;
  color: #fffdf8;
  box-shadow: 0 18px 38px rgba(23, 31, 28, 0.12);
}

.inquiry-assurance-card span {
  color: #d8b074;
  font-size: 12px;
  font-weight: 860;
}

.inquiry-assurance-card strong {
  color: #fffdf8;
  font-size: 19px;
  line-height: 1.38;
  font-weight: 820;
}

.inquiry-assurance-card p {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 13.5px;
  line-height: 1.68;
}

.contact-process {
  gap: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-process article {
  min-height: 132px;
  padding: 18px 20px;
  box-shadow: 0 10px 24px rgba(28, 38, 34, 0.055);
}

.contact-process span {
  font-size: 11px;
}

.contact-process h2 {
  margin-top: 10px;
  font-size: 18px;
}

.contact-process p {
  margin-top: 8px;
  font-size: 13.5px;
  line-height: 1.62;
}

.contact-process article::after {
  right: 20px;
  bottom: 15px;
  width: 32px;
}

.contact-inquiry-section .home-inquiry-points {
  margin-top: 20px;
}

@media (max-width: 860px) {
  .brand {
    align-self: flex-start;
  }

  .brand-emblem {
    width: 36px;
    height: 36px;
  }

  .brand-copy strong {
    font-size: 18px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .contact-hero.section {
    text-align: left;
  }

  .contact-hero h1,
  .contact-hero-copy > p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .contact-process article {
    min-height: 0;
    padding: 17px 18px;
  }

  .inquiry-assurance-card {
    padding: 18px;
  }
}
/* Softer luxury CTA and inquiry cards */
.form-intro {
  border: 1px solid #d8c8ac;
  border-left: 4px solid #caa15f;
  border-top: 1px solid #d8c8ac;
  background: linear-gradient(135deg, #fffdf8 0%, #f5eddf 100%);
  color: #173f35;
  box-shadow: 0 14px 32px rgba(23, 31, 28, 0.075);
}

.form-intro span {
  color: #9a7544;
}

.form-intro strong {
  color: #173f35;
}

.form-intro small {
  color: #6f6656;
}

.inquiry-assurance-card {
  border: 1px solid #d8c8ac;
  border-left: 4px solid #caa15f;
  background: linear-gradient(135deg, #fffdf8 0%, #f5eddf 100%);
  color: #173f35;
  box-shadow: 0 12px 28px rgba(23, 31, 28, 0.065);
}

.inquiry-assurance-card span {
  color: #9a7544;
}

.inquiry-assurance-card strong {
  color: #173f35;
}

.inquiry-assurance-card p {
  color: #655d4f;
}

.contact-inquiry-section::before {
  width: 3px;
  background: #caa15f;
}

.home-final-cta {
  border: 1px solid #d8c8ac;
  background: linear-gradient(135deg, #fffdf8 0%, #f4ecdd 100%);
  color: #173f35;
  box-shadow: 0 20px 46px rgba(23, 31, 28, 0.085);
}

.home-final-cta h2,
.home-final-cta p {
  color: #173f35;
}

.home-final-cta p:not(.eyebrow) {
  color: #625b4e;
}

.home-final-cta .eyebrow {
  color: #9a7544;
}

.home-final-cta .btn.primary {
  background: #173f35;
  border-color: #173f35;
  color: #fffdf8;
  box-shadow: 0 14px 28px rgba(23, 63, 53, 0.18);
}

.home-final-cta .btn.primary:hover {
  background: #10241f;
  border-color: #10241f;
}

.site-footer small {
  color: rgba(255, 253, 248, 0.68);
}

@media (max-width: 760px) {
  .form-intro,
  .inquiry-assurance-card {
    box-shadow: 0 10px 22px rgba(23, 31, 28, 0.055);
  }
}
/* Text alignment and softer CTA typography */
.home-proof-band {
  grid-template-columns: minmax(0, 880px);
  justify-content: start;
  align-items: start;
  text-align: left;
}

.home-proof-copy {
  margin: 0;
}

.home-proof-copy h2,
.home-proof-copy p:not(.eyebrow) {
  margin-left: 0;
  margin-right: 0;
}

.contact-hero.section {
  grid-template-columns: minmax(0, 900px);
  justify-content: start;
  align-items: start;
  text-align: left;
}

.contact-hero h1,
.contact-hero-copy > p:not(.eyebrow) {
  margin-left: 0;
  margin-right: 0;
}

.villa-list-cta h2 {
  max-width: 760px;
  color: #2b4f45;
  font-size: 24px;
  line-height: 1.36;
  font-weight: 680;
}

.villa-list-cta p:not(.eyebrow) {
  color: #71685a;
  font-size: 14.5px;
}

.villa-list-cta .eyebrow {
  color: #9a7544;
}

.home-trust-panel strong {
  font-size: 21px;
  line-height: 1.34;
}

@media (max-width: 760px) {
  .villa-list-cta h2 {
    font-size: 21px;
  }
}
/* Five-column booking details and calmer inquiry palette */
.contact-page {
  background: #f4f2ed;
}

.contact-hero.section {
  background: #f4f2ed;
  border-bottom-color: #ddd4c3;
}

.contact-inquiry-section {
  border-color: #d8d0bf;
  background: #fffdf8;
  box-shadow: 0 22px 54px rgba(22, 29, 25, 0.09);
}

.contact-inquiry-section .home-inquiry-copy {
  background: linear-gradient(180deg, #fffdf8 0%, #f7f2e8 100%);
  border-right-color: #ddd4c3;
}

.contact-inquiry-section .hotel-stay-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.contact-field-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.hotel-inquiry-form input[type="date"] {
  min-height: 40px;
  padding: 9px 10px;
  color: #18211e;
  background: #fffef9;
}

.hotel-inquiry-form label {
  font-size: 12px;
  font-weight: 760;
}

.hotel-stay-grid input,
.contact-field-grid input {
  min-height: 40px;
  padding: 9px 10px;
}

@media (max-width: 1180px) {
  .contact-inquiry-section .hotel-stay-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 760px) {
  .contact-inquiry-section .hotel-stay-grid,
  .contact-field-grid,
  .hotel-stay-grid {
    grid-template-columns: 1fr;
  }
}
/* Refined Korean luxury copy scale */
.home-proof-copy h2,
.home-section-heading h2 {
  max-width: 760px;
  font-size: clamp(21px, 2.2vw, 26px);
  line-height: 1.42;
  font-weight: 640;
}

.home-proof-copy p:not(.eyebrow),
.home-section-heading p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 12px;
  font-size: 14.5px;
  line-height: 1.82;
  color: #626a63;
}

.home-final-cta:not(.home-inquiry-section) {
  padding: 28px 30px;
}

.home-final-cta:not(.home-inquiry-section) h2 {
  max-width: 680px;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.44;
  font-weight: 640;
}

.home-final-cta:not(.home-inquiry-section) p:not(.eyebrow) {
  max-width: 640px;
  font-size: 14px;
  line-height: 1.76;
}

.contact-hero h1 {
  font-size: clamp(32px, 3vw, 40px);
  line-height: 1.2;
  font-weight: 560;
}

.contact-hero-copy > p:not(.eyebrow) {
  max-width: 660px;
  font-size: 15px;
  line-height: 1.78;
  color: #5f675f;
}

.contact-inquiry-section .home-inquiry-copy h2 {
  max-width: 620px;
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.42;
  font-weight: 640;
}

.inquiry-assurance-card {
  gap: 7px;
  padding: 18px 20px;
}

.inquiry-assurance-card strong {
  font-size: 16.5px;
  line-height: 1.48;
  font-weight: 650;
}

.inquiry-assurance-card p {
  font-size: 13px;
  line-height: 1.72;
}

.home-inquiry-points li {
  font-size: 13.5px;
  font-weight: 620;
  color: #425147;
}

@media (max-width: 760px) {
  .home-proof-copy h2,
  .home-section-heading h2,
  .home-final-cta:not(.home-inquiry-section) h2,
  .contact-inquiry-section .home-inquiry-copy h2 {
    font-size: 20px;
    line-height: 1.42;
  }

  .contact-hero h1 {
    font-size: 30px;
  }
}
/* Hotel-grade typography balance pass */
.home-proof-copy h2,
.home-section-heading h2 {
  max-width: 720px;
  font-size: clamp(20px, 1.9vw, 24px);
  line-height: 1.5;
  font-weight: 600;
}

.home-final-cta:not(.home-inquiry-section) h2,
.villa-list-cta h2 {
  max-width: 660px;
  font-size: clamp(19px, 1.8vw, 22px);
  line-height: 1.5;
  font-weight: 600;
}

.collection-hero h1,
.contact-hero h1 {
  font-size: clamp(31px, 3vw, 37px);
  line-height: 1.22;
  font-weight: 540;
}

.contact-inquiry-section .home-inquiry-copy h2 {
  max-width: 580px;
  font-size: clamp(20px, 1.85vw, 23px);
  line-height: 1.5;
  font-weight: 600;
}

.contact-process h2 {
  font-size: 17px;
  line-height: 1.38;
  font-weight: 640;
}

.photo-landing-content h1 {
  max-width: 560px;
  font-size: clamp(31px, 3vw, 36px);
  line-height: 1.16;
  font-weight: 680;
}

.photo-landing-subtitle {
  max-width: 520px;
  font-size: 14.5px;
  line-height: 1.76;
}

.photo-landing-meta strong {
  font-size: 24px;
}

.photo-first-showcase .agency-summary h2,
.agency-summary h2 {
  font-size: 18.5px;
  line-height: 1.5;
  font-weight: 640;
}

.agency-role-text,
.photo-first-showcase .agency-role-text {
  font-size: 13.25px;
  line-height: 1.78;
}

.snapshot-card strong {
  font-size: 18.5px;
  line-height: 1.35;
}

.price-overview h2,
.editorial-body h2,
.detail-content h2 {
  font-size: 22px;
  line-height: 1.42;
  font-weight: 680;
}

.booking-panel h2 {
  font-size: 20px;
  line-height: 1.42;
  font-weight: 700;
}

.yacht-hero-copy h1 {
  font-size: clamp(34px, 3.3vw, 40px);
  line-height: 1.16;
  font-weight: 720;
}

.yacht-hero-copy > p:not(.agency-badge) {
  font-size: 15.5px;
  line-height: 1.8;
}

@media (max-width: 760px) {
  .collection-hero h1,
  .contact-hero h1,
  .photo-landing-content h1,
  .yacht-hero-copy h1 {
    font-size: 29px;
    line-height: 1.2;
  }

  .home-proof-copy h2,
  .home-section-heading h2,
  .home-final-cta:not(.home-inquiry-section) h2,
  .villa-list-cta h2,
  .contact-inquiry-section .home-inquiry-copy h2,
  .price-overview h2,
  .editorial-body h2,
  .detail-content h2,
  .booking-panel h2 {
    font-size: 19px;
    line-height: 1.48;
  }
}
/* Yacht and inquiry detail typography balance */
.yacht-hero-copy h1 {
  font-size: clamp(32px, 3.1vw, 38px);
  line-height: 1.18;
  font-weight: 680;
}

.yacht-hero-panel > strong {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 660;
}

.yacht-hero-panel p,
.yacht-feature-grid p,
.yacht-official-card p {
  font-size: 13.5px;
  line-height: 1.78;
}

.yacht-proof .home-section-heading h2,
.yacht-itinerary-panel h2,
.yacht-official-copy h2 {
  max-width: 660px;
  font-size: clamp(20px, 1.8vw, 22px);
  line-height: 1.5;
  font-weight: 620;
}

.yacht-proof .home-section-heading p:not(.eyebrow),
.yacht-official-copy > p:not(.eyebrow) {
  max-width: 650px;
  font-size: 14px;
  line-height: 1.84;
}

.yacht-feature-grid h3 {
  font-size: 18px;
  line-height: 1.42;
  font-weight: 640;
}

.yacht-itinerary-panel li strong {
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 760;
}

.yacht-itinerary-panel span,
.yacht-official-copy li {
  font-size: 13.5px;
  line-height: 1.72;
}

.yacht-official-card strong {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 660;
}

.contact-hero h1 {
  font-size: clamp(30px, 2.8vw, 35px);
  line-height: 1.24;
  font-weight: 520;
}

.contact-hero-copy > p:not(.eyebrow),
.contact-inquiry-section .home-inquiry-copy > p:not(.eyebrow) {
  font-size: 14.25px;
  line-height: 1.82;
}

.contact-inquiry-section .home-inquiry-copy h2 {
  font-size: clamp(19px, 1.7vw, 21px);
  line-height: 1.5;
  font-weight: 600;
}

.contact-inquiry-section .inquiry-assurance-card strong {
  font-size: 15.5px;
  line-height: 1.55;
  font-weight: 620;
}

.contact-inquiry-section .inquiry-assurance-card p {
  font-size: 13.25px;
  line-height: 1.78;
}

.contact-process h2 {
  font-size: 16px;
  line-height: 1.42;
  font-weight: 620;
}

.contact-process p,
.contact-inquiry-section .home-inquiry-points li {
  font-size: 13px;
  line-height: 1.72;
}

@media (max-width: 760px) {
  .yacht-hero-copy h1,
  .contact-hero h1 {
    font-size: 28px;
    line-height: 1.22;
  }

  .yacht-proof .home-section-heading h2,
  .yacht-itinerary-panel h2,
  .yacht-official-copy h2,
  .contact-inquiry-section .home-inquiry-copy h2 {
    font-size: 19px;
    line-height: 1.48;
  }
}
/* Final inquiry card text specificity */
.home-final-cta.home-inquiry-section .inquiry-assurance-card p {
  font-size: 13.25px;
  line-height: 1.78;
}

.home-final-cta.home-inquiry-section .inquiry-assurance-card strong {
  font-size: 15.5px;
  line-height: 1.55;
}
/* Compact YachtSiam panels */
.yacht-proof {
  padding-top: 52px;
  padding-bottom: 58px;
}

.yacht-proof .home-section-heading {
  margin-bottom: 18px;
}

.yacht-feature-grid {
  gap: 10px;
}

.yacht-feature-grid article {
  min-height: 0;
  padding: 18px 20px 19px;
  border-top-width: 2px;
  box-shadow: 0 12px 26px rgba(28, 38, 34, 0.055);
}

.yacht-feature-grid span {
  font-size: 11px;
}

.yacht-feature-grid h3 {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.42;
}

.yacht-feature-grid p {
  margin-top: 9px;
  font-size: 13.25px;
  line-height: 1.7;
}

.yacht-itinerary-panel {
  grid-template-columns: minmax(0, 0.62fr) minmax(360px, 1fr);
  gap: 24px;
  padding: 24px 26px;
  align-items: start;
  box-shadow: 0 14px 32px rgba(28, 38, 34, 0.06);
}

.yacht-itinerary-panel h2 {
  max-width: 500px;
}

.yacht-itinerary-panel li {
  gap: 5px;
  padding: 11px 0;
}

.yacht-itinerary-panel li:first-child {
  padding-top: 0;
}

.yacht-itinerary-panel li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.yacht-itinerary-panel span {
  font-size: 13px;
  line-height: 1.68;
}

.yacht-official-links {
  gap: 14px;
  align-items: start;
  padding-top: 46px;
  padding-bottom: 62px;
}

.yacht-official-copy {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.36fr);
  gap: 22px;
  align-items: start;
  padding: 24px 26px;
  box-shadow: 0 14px 32px rgba(28, 38, 34, 0.055);
}

.yacht-official-copy h2 {
  max-width: 590px;
}

.yacht-official-copy > p:not(.eyebrow) {
  margin-top: 10px;
  max-width: 620px;
  font-size: 13.75px;
  line-height: 1.78;
}

.yacht-official-copy ul {
  align-self: start;
  padding: 12px 16px;
}

.yacht-official-copy li {
  min-height: 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 720;
}

.yacht-official-card {
  padding: 24px 26px;
  box-shadow: 0 18px 42px rgba(23, 31, 28, 0.15);
}

.yacht-official-card strong {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.48;
}

.yacht-official-card p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.72;
}

.yacht-official-actions {
  gap: 8px;
  margin-top: 18px;
}

.yacht-official-actions .btn {
  min-height: 42px;
}

@media (max-width: 980px) {
  .yacht-itinerary-panel,
  .yacht-official-copy {
    grid-template-columns: 1fr;
  }

  .yacht-official-copy ul {
    display: grid;
    gap: 0;
  }
}

@media (max-width: 640px) {
  .yacht-proof {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .yacht-feature-grid article,
  .yacht-itinerary-panel,
  .yacht-official-copy,
  .yacht-official-card {
    padding: 18px;
  }

  .yacht-official-links {
    gap: 12px;
    padding-top: 36px;
    padding-bottom: 52px;
  }

  .yacht-official-copy ul {
    padding: 10px 14px;
  }

  .yacht-official-actions {
    margin-top: 14px;
  }
}
/* Yacht official link chips */
.yacht-official-copy {
  gap: 18px;
}

.yacht-official-copy ul {
  align-content: start;
  gap: 8px;
  padding: 12px;
  background: #f7f1e6;
}

.yacht-official-copy li {
  min-height: 0;
  padding: 8px 0;
}

.yacht-official-actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.yacht-official-actions .btn {
  min-height: 40px;
  padding: 0 12px;
  font-size: 13px;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .yacht-official-copy {
    gap: 14px;
    padding: 17px 18px;
  }

  .yacht-official-copy > p:not(.eyebrow) {
    margin-top: 8px;
    font-size: 13.25px;
    line-height: 1.72;
  }

  .yacht-official-copy ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0;
    background: transparent;
    border-left: 0;
  }

  .yacht-official-copy li {
    flex: 1 1 145px;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #e1d5bf;
    border-bottom: 1px solid #e1d5bf;
    background: #f7f1e6;
    text-align: center;
    font-size: 12.5px;
    line-height: 1.35;
  }

  .yacht-official-copy li:last-child {
    border-bottom: 1px solid #e1d5bf;
  }

  .yacht-official-card {
    padding: 18px;
  }

  .yacht-official-actions .btn {
    min-height: 40px;
    font-size: 12.5px;
  }
}
/* Public copy and page-title balance */
.collection-hero,
.contact-hero {
  padding-top: 82px;
  padding-bottom: 22px;
}

.collection-hero h1,
.contact-hero h1 {
  max-width: 760px;
  font-size: clamp(27px, 2.45vw, 32px);
  line-height: 1.28;
  font-weight: 520;
}

.collection-hero p:not(.eyebrow),
.contact-hero p:not(.eyebrow) {
  max-width: 700px;
  font-size: 14.25px;
  line-height: 1.82;
}

.villa-list-cta h2 {
  max-width: 620px;
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.52;
  font-weight: 580;
}

.yacht-official-links {
  align-items: stretch;
}

.yacht-official-copy,
.yacht-official-card {
  height: 100%;
}

.yacht-official-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.yacht-official-card strong {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 640;
}

.yacht-official-card p {
  font-size: 12.75px;
  line-height: 1.68;
}

.yacht-official-actions {
  margin-top: auto;
  padding-top: 14px;
}

@media (max-width: 980px) {
  .yacht-official-links {
    align-items: start;
  }

  .yacht-official-copy,
  .yacht-official-card {
    height: auto;
  }

  .yacht-official-actions {
    margin-top: 14px;
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .collection-hero h1,
  .contact-hero h1 {
    font-size: 27px;
    line-height: 1.25;
  }
}


/* Villa card location and detail operations */
.featured-villa-body .villa-location-line {
  margin: 0;
  color: #6f7a73;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 760;
}

.featured-villa-body .villa-capacity-line {
  margin: 7px 0 0;
  color: #153f35;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 820;
}

.featured-villa-body p:not(.villa-location-line):not(.villa-capacity-line) {
  margin-top: 14px;
}

.check-time-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
}

.check-time-pair div {
  padding: 10px 8px;
  border: 1px solid #dfd4bf;
  background: #fffaf0;
}

.check-time-pair span {
  display: block;
  color: #83755f;
  font-size: 10.5px;
  font-weight: 780;
}

.check-time-pair strong {
  display: block;
  margin-top: 3px;
  color: #173f35;
  font-size: 18px;
  line-height: 1.1;
}

.villa-operations-panel,
.villa-location-map-section {
  max-width: 1280px;
}

.villa-operations-panel {
  padding-top: 8px;
}

.operations-head {
  max-width: 680px;
  margin-bottom: 18px;
}

.operations-head h2,
.location-copy-block h2 {
  margin: 6px 0 0;
  color: #123f35;
  font-size: 23px;
  line-height: 1.38;
  font-weight: 680;
}

.operations-head p:not(.eyebrow),
.location-copy-block p:not(.eyebrow) {
  margin: 8px 0 0;
  color: #66706a;
  font-size: 14px;
  line-height: 1.66;
}

.operations-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
}

.room-composition-card,
.option-check-card,
.location-copy-block,
.villa-map-frame {
  border: 1px solid #ddd2bf;
  background: #fffdf8;
  border-radius: 4px;
}

.room-composition-card,
.option-check-card,
.location-copy-block {
  padding: 20px;
}

.mini-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ece2d0;
}

.mini-card-head span {
  color: #947546;
  font-size: 11.5px;
  font-weight: 840;
}

.mini-card-head strong {
  color: #173f35;
  font-size: 16px;
  line-height: 1.3;
}

.room-composition-list {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.room-composition-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f0e7d7;
}

.room-composition-row:last-child {
  border-bottom: 0;
}

.room-composition-row span {
  color: #69736c;
  font-size: 13px;
  font-weight: 760;
}

.room-composition-row strong {
  color: #17241f;
  font-size: 14px;
  text-align: right;
}

.option-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.option-chip-grid span {
  padding: 8px 10px;
  border: 1px solid #d9c7a7;
  background: #fbf4e7;
  color: #31433b;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 760;
}

.villa-location-map-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.42fr) minmax(0, 0.58fr);
  gap: 14px;
  padding-top: 10px;
}

.location-copy-block address {
  display: block;
  margin-top: 14px;
  color: #24362f;
  font-size: 13.5px;
  line-height: 1.58;
  font-style: normal;
}

.location-copy-block .text-link {
  display: inline-block;
  margin-top: 14px;
}

.villa-map-frame {
  min-height: 280px;
  overflow: hidden;
}

.villa-map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
  display: block;
}

.hotel-reservation-desk .form-intro strong {
  display: block;
  max-width: 100%;
  color: #173f35;
  font-size: clamp(16px, 1.28vw, 19px);
  line-height: 1.34;
  font-weight: 720;
  white-space: nowrap;
}

.hotel-reservation-desk .detail-contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .operations-grid,
  .villa-location-map-section {
    grid-template-columns: 1fr;
  }

  .hotel-reservation-desk .detail-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .hotel-reservation-desk .form-intro strong {
    white-space: normal;
  }
}
/* Compact villa cards and horizontal detail information */
.premium-home-page .home-featured .featured-villa-card,
.villa-list-page .featured-villa-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.premium-home-page .home-featured .featured-villa-image,
.villa-list-page .featured-villa-image {
  display: block;
  height: 218px;
  min-height: 0;
  overflow: hidden;
}

.premium-home-page .home-featured .featured-villa-image img,
.villa-list-page .featured-villa-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
}

.premium-home-page .home-featured .featured-villa-body,
.villa-list-page .featured-villa-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 17px 17px;
}

.villa-card-meta-stack {
  display: grid;
  gap: 4px;
  min-height: 0;
  margin: 0 0 18px;
}

.featured-villa-body .villa-card-meta-stack .villa-location-line,
.featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  display: block;
  min-height: 0;
  margin: 0;
  overflow: visible;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.premium-home-page .home-featured .featured-villa-body h3,
.villa-list-page .featured-villa-body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
}

.premium-home-page .home-featured .featured-villa-body > p:not(.villa-meta),
.villa-list-page .featured-villa-body > p:not(.villa-meta) {
  min-height: 68px;
  margin-top: 12px;
  font-size: 13.25px;
  line-height: 1.68;
}

.premium-home-page .home-featured .featured-villa-actions,
.villa-list-page .featured-villa-actions {
  margin-top: auto;
  padding-top: 14px;
}

.villa-snapshot.section {
  gap: 9px;
  padding: 4px 0 22px;
}

.snapshot-card {
  min-height: 0;
  padding: 15px 16px;
}

.snapshot-card strong {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.32;
}

.snapshot-card small {
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.42;
}

.snapshot-card .check-time-pair {
  margin-top: 8px;
}

.snapshot-card .check-time-pair div {
  padding: 8px 7px;
}

.snapshot-card .check-time-pair strong {
  font-size: 15.5px;
}

.villa-operations-panel {
  padding-top: 2px;
  padding-bottom: 14px;
}

.operations-head {
  max-width: 760px;
  margin-bottom: 12px;
}

.operations-head h2,
.location-copy-block h2 {
  font-size: 20px;
  line-height: 1.42;
  font-weight: 650;
}

.operations-head p:not(.eyebrow),
.location-copy-block p:not(.eyebrow) {
  font-size: 13.25px;
  line-height: 1.64;
}

.operations-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

.room-composition-card,
.option-check-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-height: 0;
  padding: 15px 18px;
}

.room-composition-card .mini-card-head,
.option-check-card .mini-card-head {
  display: block;
  min-height: 0;
  padding: 0 18px 0 0;
  border-right: 1px solid #ece2d0;
  border-bottom: 0;
}

.room-composition-card .mini-card-head span,
.option-check-card .mini-card-head span {
  display: block;
  margin-bottom: 5px;
  font-size: 10.5px;
  letter-spacing: 0;
}

.room-composition-card .mini-card-head strong,
.option-check-card .mini-card-head strong {
  display: block;
  font-size: 14.5px;
  line-height: 1.35;
}

.room-composition-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.room-composition-row {
  display: block;
  min-width: 132px;
  padding: 8px 10px;
  border: 1px solid #eadfcd;
  background: #fffaf1;
}

.room-composition-row:last-child {
  border-bottom: 1px solid #eadfcd;
}

.room-composition-row span,
.room-composition-row strong {
  display: block;
  text-align: left;
}

.room-composition-row span {
  font-size: 11.75px;
}

.room-composition-row strong {
  margin-top: 3px;
  font-size: 13.5px;
}

.option-chip-grid {
  align-content: start;
  gap: 7px;
  min-height: 0;
  margin-top: 0;
}

.option-chip-grid span {
  padding: 7px 9px;
  font-size: 12px;
}

.villa-location-map-section {
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 0.66fr);
  gap: 12px;
  padding-top: 18px;
}

.villa-map-frame,
.villa-map-frame iframe {
  min-height: 250px;
}

@media (max-width: 980px) {
  .premium-home-page .home-featured .featured-villa-grid,
  .villa-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .room-composition-card,
  .option-check-card {
    grid-template-columns: 1fr;
  }

  .room-composition-card .mini-card-head,
  .option-check-card .mini-card-head {
    padding: 0 0 10px;
    border-right: 0;
    border-bottom: 1px solid #ece2d0;
  }
}

@media (max-width: 640px) {
  .premium-home-page .home-featured .featured-villa-grid,
  .villa-list-grid,
  .villa-snapshot.section {
    grid-template-columns: 1fr;
  }

  .premium-home-page .home-featured .featured-villa-image,
  .villa-list-page .featured-villa-image {
    height: auto;
  }

  .premium-home-page .home-featured .featured-villa-image img,
  .villa-list-page .featured-villa-image img {
    height: auto;
    aspect-ratio: 4 / 3;
  }
}
/* Villa card spacing and booking panel fit refinements */
.premium-home-page .home-featured .featured-villa-body,
.villa-list-page .featured-villa-body {
  padding: 16px 16px 16px;
}

.villa-card-meta-stack {
  gap: 2px;
  margin: 0 0 5px;
}

.featured-villa-body .villa-card-meta-stack .villa-location-line,
.featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  line-height: 1.24;
}

.featured-villa-body .villa-card-meta-stack .villa-location-line {
  font-size: 11.75px;
}

.featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  font-size: 12.5px;
}

.premium-home-page .home-featured .featured-villa-body h3,
.villa-list-page .featured-villa-body h3 {
  font-size: 17.5px;
  line-height: 1.3;
}

.premium-home-page .home-featured .featured-villa-body > p:not(.villa-meta),
.villa-list-page .featured-villa-body > p:not(.villa-meta) {
  min-height: 60px;
  margin-top: 9px;
  line-height: 1.6;
}

.premium-home-page .home-featured .featured-villa-actions,
.villa-list-page .featured-villa-actions {
  padding-top: 10px;
}

.premium-detail-layout {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 410px);
  gap: 24px;
  align-items: start;
}

.hotel-reservation-desk,
.hotel-reservation-desk *,
.premium-booking-panel,
.premium-booking-panel * {
  max-width: 100%;
  min-width: 0;
}

.hotel-desk-top,
.premium-booking-panel form {
  padding-left: 20px;
  padding-right: 20px;
}

.hotel-reservation-desk .form-intro strong {
  font-size: 15px;
  line-height: 1.42;
  white-space: normal;
  overflow-wrap: keep-all;
}

.desk-assurance-card {
  padding: 14px;
}

.desk-assurance-card strong {
  font-size: 19px;
  line-height: 1.22;
}

.booking-panel-rate {
  padding: 13px 14px;
}

.booking-panel-rate strong {
  font-size: 21px;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.hotel-inquiry-form {
  gap: 12px;
}

.booking-panel label {
  gap: 6px;
  font-size: 11.75px;
}

.booking-panel input,
.booking-panel textarea,
.booking-panel select {
  min-height: 43px;
  padding: 9px 10px;
  font-size: 13.5px;
}

.form-section-heading {
  gap: 8px;
}

.form-section-heading small {
  line-height: 1.35;
}

.room-composition-card,
.option-check-card {
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 14px;
  padding: 12px 14px;
}

.room-composition-card .mini-card-head,
.option-check-card .mini-card-head {
  padding-right: 14px;
}

.room-composition-list,
.option-chip-grid {
  gap: 6px;
}

.room-composition-row {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: auto;
  padding: 7px 9px;
  white-space: nowrap;
}

.room-composition-row span {
  color: #24362f;
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 780;
}

.option-chip-grid span {
  padding: 6px 8px;
  font-size: 11.75px;
  line-height: 1.25;
}

@media (max-width: 1180px) {
  .premium-detail-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hotel-desk-top,
  .premium-booking-panel form {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/* Final card meta spacing and compact check time */
.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack,
.villa-list-page .featured-villa-body .villa-card-meta-stack {
  display: grid;
  gap: 1px;
  min-height: 0;
  margin: 0 0 6px;
}

.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-location-line,
.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-capacity-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-location-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  display: block;
  min-height: 0;
  max-width: none;
  margin: 0;
  overflow: visible;
  color: #173f35;
  line-height: 1.18;
  -webkit-line-clamp: unset;
  -webkit-box-orient: initial;
}

.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-location-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-location-line {
  color: #59645d;
  font-size: 11.75px;
  font-weight: 760;
}

.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-capacity-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  font-size: 12.5px;
  font-weight: 820;
}

.premium-home-page .home-featured .featured-villa-body h3,
.villa-list-page .featured-villa-body h3 {
  margin-top: 0;
}

.compact-check-time {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  align-items: baseline;
  justify-content: start;
  gap: 7px;
  margin-top: 8px;
}

.snapshot-card .compact-check-time strong {
  margin: 0;
  color: #173f35;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 780;
}

.compact-check-time em {
  color: #a48658;
  font-size: 15px;
  font-style: normal;
  line-height: 1;
}
/* Main villa card polish and shorter lower cards */
.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-location-line,
.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-capacity-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-location-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  font-size: 12.25px;
}

.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-location-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-location-line {
  font-weight: 780;
}

.premium-home-page .home-featured .featured-villa-body .villa-card-meta-stack .villa-capacity-line,
.villa-list-page .featured-villa-body .villa-card-meta-stack .villa-capacity-line {
  font-weight: 780;
}

.premium-home-page .home-process-lane {
  gap: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.premium-home-page .home-process-lane article {
  min-height: 112px;
  padding: 15px 18px;
  border-radius: 3px;
  box-shadow: 0 10px 24px rgba(28, 38, 34, 0.055);
}

.premium-home-page .home-process-lane span {
  font-size: 10.5px;
}

.premium-home-page .home-process-lane h3 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 720;
}

.premium-home-page .home-process-lane p {
  margin-top: 7px;
  font-size: 12.75px;
  line-height: 1.55;
}

.premium-home-page .home-process-lane article::after {
  right: 18px;
  bottom: 14px;
  width: 28px;
}

.premium-home-page .home-final-cta:not(.home-inquiry-section) {
  padding: 22px 26px;
  min-height: 0;
  border-radius: 3px;
}

.premium-home-page .home-final-cta:not(.home-inquiry-section) h2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 670;
}

.premium-home-page .home-final-cta:not(.home-inquiry-section) p:not(.eyebrow) {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.58;
}

.premium-home-page .home-final-cta:not(.home-inquiry-section) .btn.primary {
  min-height: 42px;
  padding: 0 18px;
}

/* Included utility costs in automatic rate section */
.price-included-costs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid #dfe5dd;
  background: #f7f9f5;
}

.price-included-costs > span {
  color: #56645d;
  font-size: 12px;
  font-weight: 800;
}

.price-included-costs > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.price-included-costs strong {
  padding: 6px 9px;
  border: 1px solid #cad8cf;
  border-radius: 4px;
  background: #fff;
  color: #21483c;
  font-size: 12px;
}

@media (max-width: 640px) {
  .price-included-costs {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* Detail composition aligned with booking desk */
.premium-detail-layout > .villa-editorial > .villa-operations-panel {
  max-width: none;
  padding: 0 0 18px;
}

.premium-detail-layout .villa-operations-panel .operations-head {
  max-width: 650px;
  margin-bottom: 12px;
}

.premium-detail-layout .villa-operations-panel .operations-head h2 {
  font-size: 19px;
  line-height: 1.4;
}

.premium-detail-layout .villa-operations-panel .operations-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 10px;
}

.premium-detail-layout .villa-operations-panel .room-composition-card,
.premium-detail-layout .villa-operations-panel .option-check-card {
  display: block;
  min-height: 0;
  padding: 13px 14px;
}

.premium-detail-layout .villa-operations-panel .mini-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-height: 0;
  padding: 0 0 9px;
  border-right: 0;
  border-bottom: 1px solid #ece2d0;
}

.premium-detail-layout .villa-operations-panel .mini-card-head span,
.premium-detail-layout .villa-operations-panel .mini-card-head strong {
  display: block;
  margin: 0;
}

.premium-detail-layout .villa-operations-panel .room-composition-list,
.premium-detail-layout .villa-operations-panel .option-chip-grid {
  margin-top: 10px;
}

.price-overview-head {
  display: block;
  margin-bottom: 16px;
}

.price-overview-head p {
  max-width: 760px;
  margin-top: 7px !important;
}

@media (max-width: 760px) {
  .premium-detail-layout .villa-operations-panel .operations-grid {
    grid-template-columns: 1fr;
  }
}
/* Room plan tabs and single-column operation rows */
.premium-detail-layout .villa-operations-panel .operations-grid {
  grid-template-columns: 1fr;
}

.premium-detail-layout .villa-operations-panel .room-composition-card,
.premium-detail-layout .villa-operations-panel .option-check-card {
  width: 100%;
}

.room-plan-tabs {
  display: flex;
  gap: 0;
  margin-top: 12px;
  overflow-x: auto;
  border-bottom: 1px solid #dfd4c2;
  scrollbar-width: thin;
}

.room-plan-tabs button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 13px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #6a706b;
  font-family: inherit;
  font-size: 12.5px;
  font-weight: 760;
  cursor: pointer;
}

.room-plan-tabs button:hover,
.room-plan-tabs button:focus-visible {
  color: #173f35;
  background: #faf6ed;
  outline: none;
}

.room-plan-tabs button.active {
  color: #173f35;
  border-bottom-color: #a67a3d;
}

.room-plan-panel {
  padding-top: 13px;
}

.room-plan-panel[hidden] {
  display: none;
}

.room-plan-overview {
  display: flex;
  align-items: center;
  min-height: 30px;
}

.room-plan-overview strong {
  color: #183f35;
  font-size: 14px;
  line-height: 1.4;
}

.bedroom-detail-list {
  margin-top: 8px;
  border-top: 1px solid #ebe2d3;
}

.bedroom-detail-row {
  display: grid;
  grid-template-columns: 90px minmax(120px, 0.8fr) minmax(0, 1.8fr);
  gap: 12px;
  align-items: center;
  min-height: 49px;
  padding: 9px 0;
  border-bottom: 1px solid #f0e8dc;
}

.bedroom-detail-row > span {
  color: #8a6e43;
  font-size: 11.5px;
  font-weight: 820;
}

.bedroom-detail-row > strong {
  color: #223b33;
  font-size: 13px;
  font-weight: 780;
}

.bedroom-detail-row > div,
.room-support-block > div {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bedroom-detail-row small,
.room-support-block span {
  padding: 4px 7px;
  border: 1px solid #e3d7c4;
  background: #fffaf1;
  color: #57655f;
  border-radius: 3px;
  font-size: 10.75px;
  line-height: 1.3;
  font-weight: 690;
}

.room-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 12px;
  border-top: 1px solid #ded4c4;
}

.room-support-block {
  padding: 12px 14px 2px 0;
}

.room-support-block + .room-support-block {
  padding-left: 14px;
  border-left: 1px solid #e6dccb;
}

.room-support-block > strong {
  display: block;
  margin-bottom: 8px;
  color: #27463c;
  font-size: 12px;
}

.premium-detail-layout .villa-operations-panel .option-check-card {
  padding-top: 12px;
  padding-bottom: 12px;
}

@media (max-width: 760px) {
  .room-plan-tabs {
    margin-right: -14px;
    padding-right: 14px;
  }

  .bedroom-detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }

  .room-support-grid {
    grid-template-columns: 1fr;
  }

  .room-support-block,
  .room-support-block + .room-support-block {
    padding: 12px 0 2px;
    border-left: 0;
  }

  .room-support-block + .room-support-block {
    border-top: 1px solid #eee4d5;
  }
}
/* Shared 1280px header and footer alignment */
.site-header {
  display: block;
  padding: 0 clamp(18px, 4vw, 56px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1280px, 100%);
  min-height: 74px;
  margin: 0 auto;
}

.footer-inner {
  width: min(1280px, 100%);
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 860px) {
  .site-header {
    padding: 0 18px;
  }

  .site-header-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    padding: 12px 0;
  }
}
/* Company identity and bottom policy links */
.footer-company-info {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  gap: 7px;
  min-width: 300px;
  margin: 0;
}

.footer-company-info > div {
  display: grid;
  grid-template-columns: 170px auto;
  gap: 18px;
  align-items: baseline;
}

.footer-company-info dt,
.footer-company-info dd {
  margin: 0;
  line-height: 1.45;
}

.footer-company-info dt {
  color: rgba(255, 253, 248, 0.58);
  font-size: 11.5px;
  font-weight: 760;
}

.footer-company-info dd {
  color: #fffdf8;
  font-size: 12.5px;
  font-weight: 820;
  text-align: right;
}

.site-footer .footer-inner > small {
  grid-column: 1 / -1;
}

.site-footer .footer-inner > .footer-links {
  grid-column: 1 / -1;
  justify-content: flex-end;
  width: 100%;
  padding-top: 17px;
  border-top: 1px solid rgba(216, 176, 116, 0.22);
}

@media (max-width: 980px) {
  .footer-company-info {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
    max-width: 420px;
  }

  .site-footer .footer-inner > .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .footer-company-info > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .footer-company-info dd {
    text-align: left;
  }
}
/* Footer notice and policy links share the bottom row */
.footer-bottom-row {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding-top: 17px;
  border-top: 1px solid rgba(216, 176, 116, 0.22);
}

.site-footer .footer-bottom-row > small {
  /* Reset legacy full-row small placement */
  grid-column: auto;
  max-width: 760px;
  margin: 0;
}

.site-footer .footer-bottom-row > .footer-links {
  justify-content: flex-end;
  width: auto;
  padding: 0;
  border: 0;
}

@media (max-width: 980px) {
  .footer-bottom-row {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .site-footer .footer-bottom-row > .footer-links {
    justify-content: flex-start;
  }
}
/* Keep footer policy links in the desktop row */
@media (min-width: 981px) {
  .site-footer .footer-bottom-row > .footer-links {
    flex-wrap: nowrap;
    min-width: max-content;
    white-space: nowrap;
  }
}