* { box-sizing: border-box; }

:root {
  --cream: #eee5da;
  --cream-light: #f7f3ed;
  --charcoal: #282625;
  --taupe: #8e7c69;
  --taupe-light: #ceb89f;
  --muted: #665f59;
  --line: #d5c9bd;
  --white: #ffffff;
  --font: Arial, Helvetica, sans-serif;
  --body: 18px;
  --body-line: 1.68;
  --page: 1200px;
  --page-wide: 1400px;
  --space-s: 24px;
  --space-m: 48px;
  --space-l: 80px;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-light);
  color: var(--charcoal);
  font-family: var(--font);
  font-size: var(--body);
  line-height: var(--body-line);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; }
a { color: inherit; }

.site-header {
  width: min(var(--page-wide), calc(100% - 48px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 160px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { text-decoration: none; font-size: 16px; font-weight: 600; border-bottom: 1px solid transparent; }
.site-nav a:hover { border-bottom-color: var(--charcoal); }

.eyebrow,
.location-kicker,
.feature-kicker,
.rate-label {
  margin: 0 0 16px;
  color: var(--taupe);
  font-family: var(--font);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.eyebrow.light { color: var(--taupe-light); }

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-family: var(--font);
  font-weight: 500;
  letter-spacing: -.035em;
  color: var(--charcoal);
  text-wrap: balance;
}
h1 { font-size: 74px; line-height: 1.02; }
h2 { font-size: 48px; line-height: 1.08; }
h3 { font-size: 27px; line-height: 1.16; }

p { margin-top: 0; }
.lead,
.hero-location,
.section-heading > p:not(.eyebrow),
.split-heading > p,
.about-copy,
.included-intro > p:not(.eyebrow),
.included-note,
.location-intro > p:not(.eyebrow),
.location-benefits p,
.location-summary p,
.contact-copy p:not(.eyebrow),
.legal-page p,
.legal-page li {
  font-size: var(--body);
  line-height: var(--body-line);
}

.hero {
  width: min(var(--page-wide), calc(100% - 48px));
  margin: 0 auto var(--space-l);
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr);
  gap: 64px;
  align-items: center;
  padding: 32px 0 0;
}
.hero-text { max-width: 650px; padding-left: 0; }
.hero h1 { margin-left: 0; text-indent: 0; }
.lead,
.hero-location { max-width: 620px; color: var(--muted); }
.lead { margin: 30px 0 20px; }
.hero-location { margin: 0 0 28px; }
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 0 0 8px;
  color: var(--taupe);
  font-size: var(--body);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}
.hero-facts span { display: inline-flex; align-items: center; }
.hero-facts span:not(:last-child)::after { content: "·"; margin: 0 14px; color: var(--line); }
.hero-services,
.hero-rate {
  margin: 0 0 8px;
  color: var(--taupe);
  font-size: var(--body);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0;
}
.hero-rate { margin-bottom: 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-image-wrap { height: min(68vh, 720px); min-height: 520px; overflow: hidden; background: var(--cream); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 47%; display: block; }

.button {
  display: inline-block;
  border: 1px solid var(--charcoal);
  background: var(--charcoal);
  color: var(--white);
  padding: 14px 22px;
  border-radius: 2px;
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: opacity .2s ease, background .2s ease, color .2s ease;
}
.button:hover { opacity: .84; }
.button-secondary { background: transparent; color: var(--charcoal); }
.text-link { font-weight: 600; text-underline-offset: 5px; }
.light-link { color: var(--cream-light); }

.section-heading { max-width: 820px; margin-bottom: var(--space-m); }
.section-heading > p:not(.eyebrow) { max-width: 720px; margin: 22px 0 0; color: var(--muted); }
.split-heading {
  width: min(var(--page), 100%);
  max-width: none;
  margin: 0 auto var(--space-m);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 64px;
  align-items: end;
}
.split-heading > p { margin: 0; color: var(--muted); max-width: 520px; }

.interiors { width: min(var(--page-wide), calc(100% - 48px)); margin: 0 auto var(--space-l); }
.interior-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 150px; gap: 16px; }
.interior-card { border: 0; padding: 0; margin: 0; overflow: hidden; cursor: zoom-in; background: var(--cream); }
.interior-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.interior-card:hover img { transform: scale(1.02); }
.interior-card:nth-child(1) { grid-column: span 7; grid-row: span 4; }
.interior-card:nth-child(2) { grid-column: span 5; grid-row: span 4; }
.interior-card:nth-child(3) { grid-column: span 5; grid-row: span 4; }
.interior-card:nth-child(4) { grid-column: span 7; grid-row: span 4; }
.interior-card:nth-child(5),
.interior-card:nth-child(6),
.interior-card:nth-child(7) { grid-column: span 4; grid-row: span 4; }

.video-panel {
  margin-top: var(--space-m);
  padding: 38px 40px;
  background: var(--charcoal);
  color: var(--cream-light);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 50px;
  align-items: center;
}
.video-panel h3 { color: var(--cream-light); font-size: 32px; }
.video-panel p { margin: 18px 0 0; color: #d7d0c8; font-size: 17px; line-height: 1.62; }
.video-options { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.video-option { min-height: 150px; border: 1px solid #504b47; display: grid; place-items: center; overflow: hidden; }
.video-fallback { padding: 26px; display: grid; gap: 14px; text-align: center; }
.video-fallback strong { font-size: 17px; }
.walkthrough-video { width: 100%; max-height: 330px; background: #151515; }

.lightbox { width: min(92vw, 1100px); height: min(92vh, 900px); border: 0; padding: 0; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(20,20,20,.88); }
.lightbox img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lightbox-close { position: absolute; right: 12px; top: 12px; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: rgba(20,20,20,.72); color: white; font-size: 30px; line-height: 1; cursor: pointer; }

.property-details { width: min(var(--page), calc(100% - 48px)); margin: 0 auto var(--space-l); }
.feature-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-group { min-height: 360px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-group h3 { margin-bottom: 22px; }
.feature-group ul { list-style: none; margin: 0; padding: 0; }
.feature-group li { padding: 12px 0; border-top: 1px solid var(--line); font-size: var(--body); line-height: 1.5; }
.feature-group li:first-child { border-top: 0; padding-top: 0; }
.feature-group small { display: block; margin-top: 4px; color: var(--muted); font-size: 14px; line-height: 1.45; }

.included {
  width: min(var(--page), calc(100% - 48px));
  margin: 0 auto var(--space-l);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 42px 70px;
  align-items: start;
}
.included-intro > p:not(.eyebrow) { max-width: 680px; margin: 24px 0 0; color: var(--muted); }
.rate-panel { min-height: 300px; padding: 38px 40px; background: var(--charcoal); color: var(--cream-light); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.rate-panel .rate-label { color: var(--taupe-light); margin-bottom: 8px; }
.rate-panel > strong { color: var(--cream-light); font-size: 32px; line-height: 1.15; font-weight: 600; }
.rate-panel > p { margin: 10px 0 0; color: #d3ccc5; font-size: 16px; line-height: 1.5; }
.rate-divider { width: 100%; height: 1px; margin: 28px 0; background: #4d504e; }
.rate-panel > strong.rate-small { font-size: 30px; }
.included-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.included-grid > div { min-height: 104px; padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: center; text-align: center; font-size: var(--body); line-height: 1.5; font-weight: 600; }
.included-note { grid-column: 1 / -1; max-width: 840px; margin: -8px 0 0; color: var(--muted); }

.about {
  width: min(var(--page), calc(100% - 48px));
  margin: 0 auto var(--space-l);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
  padding-top: 4px;
}
.about .section-heading { margin-bottom: 0; }
.about-copy { margin-top: 42px; max-width: 570px; color: var(--muted); }
.about-copy p { margin: 0 0 18px; }
.about-copy p:last-child { margin-bottom: 0; }

.location { width: min(var(--page), calc(100% - 48px)); margin: 0 auto var(--space-l); }
.location-intro { max-width: 1000px; margin-bottom: var(--space-m); }
.location-intro h2 { max-width: 980px; }
.location-intro h2 span { display: block; }
.location-intro > p:not(.eyebrow) { max-width: 900px; margin: 22px 0 0; color: var(--muted); }
.location-intro .location-lead { color: var(--charcoal); }
.location-intro .text-link { display: inline-block; margin-top: 24px; }
.location-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.location-benefits article { min-height: 340px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; }
.location-benefits h3 { margin: 0 0 16px; font-size: 25px; line-height: 1.2; }
.location-benefits p { margin: 0; color: var(--muted); }
.location-benefits .location-time { margin-top: auto; padding-top: 22px; color: var(--taupe); font-size: 16px; font-weight: 600; line-height: 1.45; }
.location-summary { margin-top: 30px; padding: 34px 36px; background: var(--charcoal); color: var(--cream-light); }
.location-summary .location-kicker { color: var(--taupe-light); }
.location-summary h3 { max-width: 820px; color: var(--cream-light); }
.location-summary p { max-width: 930px; margin: 18px 0 0; color: #d8d2cb; }
.location-note { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; text-align: right; }

.contact {
  background: var(--cream);
  padding: var(--space-l) max(24px, calc((100vw - var(--page)) / 2));
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.contact-copy p:not(.eyebrow) { max-width: 520px; margin: 24px 0 20px; color: var(--muted); }
.contact-email { margin-top: -4px !important; }
.contact-email a { color: var(--charcoal); font-weight: 600; text-underline-offset: 4px; }
.contact-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label, .enquirer-type legend { display: grid; gap: 8px; font-size: 14px; line-height: 1.4; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
input, textarea, select { width: 100%; border: 0; border-bottom: 1px solid #aa9f94; border-radius: 0; background: transparent; padding: 13px 2px; color: var(--charcoal); font-family: var(--font); font-size: 17px; line-height: 1.5; text-transform: none; letter-spacing: normal; outline: none; }
textarea { border: 1px solid #aa9f94; padding: 14px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--charcoal); }
.hidden-field { display: none; }
.optional { color: var(--muted); font-weight: 600; letter-spacing: 0; text-transform: none; }
.enquirer-type { margin: 0; padding: 0; border: 0; display: grid; gap: 12px; }
.enquirer-type legend { margin-bottom: 2px; padding: 0; }
.radio-label, .checkbox-label { display: flex; align-items: flex-start; gap: 11px; font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.radio-label input[type="radio"], .checkbox-label input[type="checkbox"] { width: 18px; height: 18px; flex: 0 0 18px; margin: 1px 0 0; padding: 0; accent-color: var(--charcoal); }
.consent-label { margin-top: 2px; }
.consent-label a, .footer-links a { color: inherit; text-underline-offset: 4px; }
.submit { justify-self: start; margin-top: 8px; }

footer { width: min(var(--page-wide), calc(100% - 48px)); min-height: 100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; line-height: 1.5; letter-spacing: .06em; }

.legal-page { width: min(820px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 90px; }
.legal-page h1 { font-size: 56px; line-height: 1.06; }
.legal-page h2 { margin-top: 40px; font-size: 26px; line-height: 1.2; font-weight: 600; }
.legal-page p, .legal-page li { color: var(--muted); }
.simple-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.simple-page-inner { max-width: 720px; text-align: center; }
.simple-page h1 { font-size: 56px; line-height: 1.06; }
.simple-page .lead { margin: 24px auto 30px; }
.simple-page-followup { margin-top: 32px; color: var(--muted); }

[hidden] { display: none !important; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--taupe); outline-offset: 3px; }

@media (max-width: 1150px) {
  h1 { font-size: 62px; }
  h2 { font-size: 44px; }
  .hero { grid-template-columns: minmax(0, .95fr) minmax(380px, 1.05fr); gap: 42px; }
  .location-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .location-benefits article { min-height: 315px; }
}

@media (max-width: 900px) {
  :root { --body: 17.5px; --space-l: 68px; --space-m: 40px; }
  .site-header { min-height: 72px; }
  .brand-logo { width: 145px; }
  .hero { grid-template-columns: 1fr; padding-top: 26px; }
  .hero-image-wrap { order: -1; height: 58vh; min-height: 430px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .split-heading > p { max-width: 760px; }
  .video-panel { grid-template-columns: 1fr; gap: 30px; }
  .feature-groups { grid-template-columns: 1fr; }
  .feature-group { min-height: 0; }
  .included { grid-template-columns: 1fr; gap: 36px; }
  .included-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about { grid-template-columns: 1fr; gap: 26px; }
  .about-copy { margin-top: 0; max-width: 760px; }
  .contact { grid-template-columns: 1fr; gap: 44px; padding-top: 68px; padding-bottom: 68px; }
  .location-note { text-align: left; }
  .interior-grid { grid-auto-rows: 120px; }
  .interior-card:nth-child(n) { grid-column: span 6; grid-row: span 4; }
}

@media (max-width: 620px) {
  :root { --body: 17px; --body-line: 1.62; --space-l: 58px; --space-m: 32px; }
  .site-header, .hero, .interiors, footer { width: min(100% - 28px, var(--page-wide)); }
  .property-details, .included, .about, .location { width: min(100% - 28px, var(--page)); }
  .site-header { min-height: 66px; }
  .brand-logo { width: 120px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 13px; }
  h1 { font-size: 48px; line-height: 1.04; letter-spacing: -.03em; }
  h2 { font-size: 36px; line-height: 1.1; letter-spacing: -.03em; }
  h3 { font-size: 24px; }
  .hero { gap: 30px; padding-top: 24px; }
  .hero-image-wrap { height: 55vh; min-height: 360px; }
  .lead { margin-top: 24px; }
  .hero-facts span:not(:last-child)::after { display: none; }
  .hero-actions .button { width: 100%; text-align: center; }
  .interior-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .interior-card:nth-child(n) { grid-column: auto; grid-row: auto; height: 360px; }
  .video-panel { padding: 28px 22px; }
  .video-options { grid-template-columns: 1fr; }
  .property-details .section-heading { margin-bottom: 28px; }
  .feature-group { padding: 26px 22px; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid > div { min-height: 88px; }
  .rate-panel { padding: 30px 24px; min-height: 0; }
  .location-benefits { grid-template-columns: 1fr; }
  .location-benefits article { min-height: 0; padding: 26px 22px; }
  .location-benefits .location-time { margin-top: 16px; padding-top: 0; }
  .location-summary { padding: 26px 22px; }
  .form-row { grid-template-columns: 1fr; }
  .contact { padding-left: 20px; padding-right: 20px; }
  footer { padding: 25px 0; flex-direction: column; align-items: flex-start; }
  .legal-page h1, .simple-page h1 { font-size: 42px; }
  .lightbox { width: 96vw; height: 90vh; }
  .lightbox-close { right: 8px; top: 8px; }
}


/* V30 — consolidated typography and layout system */

/*
  Typography:
  - 18px standard content on desktop
  - 17.5px tablet
  - 17px mobile
  - 16px only for deliberate secondary metadata such as travel times
  - 12–14px only for labels, form labels and utility/legal text
*/
.lead,
.hero-location,
.section-heading > p:not(.eyebrow),
.split-heading > p,
.about-copy,
.included-intro > p:not(.eyebrow),
.included-note,
.location-intro > p:not(.eyebrow),
.location-benefits p:not(.location-time),
.location-summary p,
.contact-copy p:not(.eyebrow),
.feature-group li,
.included-grid > div,
.hero-facts,
.hero-services,
.hero-rate,
.legal-page p,
.legal-page li {
  font-family: var(--font);
}

/* Hero: three summary lines use exactly the same treatment. */
.hero-facts,
.hero-services,
.hero-rate {
  color: var(--taupe);
  font-size: var(--body);
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 8px;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
}

.hero-facts span:not(:last-child)::after {
  content: "·";
  margin: 0 12px;
  color: var(--line);
}

.hero-services { margin: 0 0 8px; }
.hero-rate { margin: 0 0 28px; }

/* Feature cards retain the preferred editorial, left-aligned treatment. */
.feature-group {
  display: block;
  min-height: 360px;
  text-align: left;
}

.feature-group .feature-kicker,
.feature-group h3,
.feature-group ul,
.feature-group li,
.feature-group small {
  text-align: left;
}

.feature-group ul {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.feature-group li {
  font-size: var(--body);
  line-height: 1.5;
}

/* Included services use the same main content size as feature cards. */
.included-grid > div {
  font-size: var(--body);
  line-height: 1.5;
}

/* Owner story sits directly beneath its heading, avoiding dead space. */
.about {
  display: block;
  max-width: var(--page);
}

.about .section-heading {
  max-width: 920px;
  margin-bottom: 22px;
}

.about-copy {
  max-width: 920px;
  margin-top: 0;
}

/* Embedded walkthroughs: two clean side-by-side videos, no captions/copy panel. */
.video-panel {
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
}

.video-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

.video-option {
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  overflow: hidden;
  background: transparent;
}

.walkthrough-video {
  display: block;
  width: 100%;
  max-height: none;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: #151515;
}

/* Key headings should never break inside Vietnamese words/diacritics. */
h1, h2, h3,
.location-intro h2,
.location-intro h2 span {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.location-intro h2 {
  max-width: 1040px;
  font-size: clamp(42px, 5.1vw, 70px);
  line-height: 1.04;
}

.location-intro h2 span {
  display: block;
}

/* Location body copy uses the standard body size.
   Journey metadata is intentionally secondary at 16px and centred. */
.location-benefits p:not(.location-time) {
  font-size: var(--body);
  line-height: var(--body-line);
}

.location-benefits .location-time {
  display: block;
  width: 100%;
  margin-top: auto;
  padding-top: 22px;
  color: var(--taupe);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
}

.location-note {
  text-align: center;
}

/* Required-field treatment. */
.required-note {
  margin: -4px 0 2px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.required-marker {
  color: #8f4f3f;
  font-weight: 600;
}

label > .required-marker,
.enquirer-type legend .required-marker {
  display: inline;
  margin-left: 2px;
}

@media (max-width: 900px) {
  .hero-facts,
  .hero-services,
  .hero-rate,
  .feature-group li,
  .included-grid > div,
  .location-benefits p:not(.location-time) {
    font-size: var(--body);
  }

  .feature-group {
    min-height: 0;
  }

  .about .section-heading {
    margin-bottom: 20px;
  }

  .video-options {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 620px) {
  .hero-facts {
    display: grid;
    gap: 6px;
  }

  .hero-facts span {
    display: block;
  }

  .hero-facts span:not(:last-child)::after {
    display: none;
  }

  .hero-facts,
  .hero-services,
  .hero-rate,
  .feature-group li,
  .included-grid > div,
  .location-benefits p:not(.location-time) {
    font-size: var(--body);
  }

  .video-options {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .location-intro h2 {
    font-size: 36px;
    line-height: 1.08;
  }

  .location-benefits .location-time {
    margin-top: 16px;
    padding-top: 0;
  }
}


/* V31 — text hierarchy refinement */

/* Keep the site feeling like one type family by removing unnecessary bold emphasis. */
.lead strong,
.hero-location strong,
.about-copy strong,
.included-note strong,
.location-benefits strong,
.location-summary strong {
  font-weight: inherit;
  color: inherit;
}

/* Hero copy: keep size/color, but avoid heavy emphasis that reads like a separate typeface. */
.lead,
.hero-location {
  font-weight: 400;
}

/* Property feature cards: keep the heading/body palette, but make the supporting sub-lines less tiny
   and closer to the main list text so the hierarchy feels calmer and more consistent. */
.feature-group li {
  font-weight: 400;
  color: var(--charcoal);
}

.feature-group small {
  display: block;
  margin-top: 6px;
  color: var(--taupe);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

/* Slightly strengthen the section labels so the relationship between kicker and heading feels more balanced. */
.feature-kicker {
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 620px) {
  .feature-group small {
    font-size: 15px;
  }
}


/* V32 — final type, feature, video and location polish */

:root {
  --taupe-text: #7b6958;
}

/* Tiny labels: same palette, slightly darker for readability. */
.eyebrow,
.location-kicker,
.feature-kicker,
.rate-label {
  color: var(--taupe-text);
  font-weight: 600;
}

.eyebrow.light,
.location-summary .location-kicker,
.rate-panel .rate-label {
  color: var(--taupe-light);
}

/* Main headings remain medium; body is regular; utility text is never heavier than semibold. */
h1, h2, h3 {
  font-weight: 500;
}

body,
.lead,
.hero-location,
.about-copy,
.location-benefits p:not(.location-time),
.location-summary p {
  font-weight: 400;
}

/* Hero metadata should be calm, not bold. Colour provides the hierarchy. */
.hero-facts,
.hero-services,
.hero-rate {
  font-weight: 500;
}

/* Feature typography: one family, simple hierarchy. */
.feature-kicker {
  font-size: 14px;
  line-height: 1.35;
}

.feature-group {
  min-height: 0;
  align-self: stretch;
}

.feature-group h3 {
  font-weight: 500;
}

.feature-group li {
  font-weight: 400;
}

.feature-group small {
  margin-top: 5px;
  color: var(--taupe);
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}

/* The service grid does not need bold text to be scannable. */
.included-grid > div {
  font-weight: 500;
}

/* Keep the two portrait walkthroughs elegant rather than dominating the page. */
.video-panel {
  padding: 0;
  background: transparent;
}

.video-options {
  width: min(860px, 100%);
  margin: 0 auto;
  gap: 20px;
}

.walkthrough-video {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

/* Journey times use one standard format and sit centrally in every card. */
.location-benefits .location-time {
  font-weight: 600;
  text-align: center;
}

.location-note {
  text-align: center;
}

/* Buttons/labels stay semibold at most. */
.button,
.site-nav a,
label,
.enquirer-type legend,
.radio-label,
.checkbox-label {
  font-weight: 600;
}

@media (max-width: 620px) {
  .feature-group small {
    font-size: var(--body);
  }

  .video-options {
    width: min(100%, 430px);
    grid-template-columns: 1fr;
  }
}


/* V33 tweaks per latest review */
.included-intro h2 {
  font-size: 40px;
  line-height: 1.1;
}

/* Feature cards: simpler layout, no divider lines, bullets, same overall card size */
.feature-groups {
  align-items: stretch;
}

.feature-group {
  display: flex;
  flex-direction: column;
  min-height: 430px;
}

.feature-group h3 {
  display: none;
}

.feature-group ul {
  list-style: disc;
  padding-left: 22px;
  margin: 16px 0 0;
}

.feature-group li {
  border-top: 0;
  padding: 0;
  margin: 0 0 18px;
  line-height: 1.55;
}

.feature-group li:last-child {
  margin-bottom: 0;
}

.feature-group small {
  display: block;
  margin-top: 4px;
  font-size: 15px;
  color: var(--muted);
}

/* Contact form required markers should stay inline with the field label */
.required-note {
  margin: 0 0 2px;
  font-size: 15px;
  color: var(--taupe);
}

label,
.enquirer-type legend {
  gap: 10px;
}

label > .required-marker,
legend > .required-marker {
  display: inline;
}

/* Remove the heavy look while keeping labels clear */
label,
.enquirer-type legend {
  font-weight: 500;
}

/* If span wrappers remain anywhere, keep them inline */
label > .required-marker,
.checkbox-label .required-marker,
.required-marker {
  position: static;
  vertical-align: baseline;
}

/* Included service tiles lighter and more even */
.included-grid > div {
  font-weight: 400;
}

/* Mobile scaling */
@media (max-width: 900px) {
  .included-intro h2 {
    font-size: 34px;
  }
  .feature-group {
    min-height: 0;
  }
}


/* V34: property features in one combined box with tighter spacing */
.feature-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
  align-items: stretch;
  gap: 0;
}
.feature-group {
  min-height: 0;
  border: 0;
  padding: 30px 34px;
}
.feature-group + .feature-group {
  border-left: 1px solid var(--line);
}
.feature-group .feature-kicker {
  display: block;
  margin: 0 0 20px;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--taupe);
  font-weight: 700;
}
.feature-group ul {
  list-style: disc;
  margin: 0;
  padding-left: 22px;
}
.feature-group li {
  margin: 0 0 16px;
  padding: 0;
  border-top: 0;
  line-height: 1.45;
}
.feature-group li:last-child { margin-bottom: 0; }
.feature-group small {
  display: block;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}


@media (max-width: 900px) {
  .feature-groups { grid-template-columns: 1fr; }
  .feature-group + .feature-group {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .display-title { font-size: 48px; line-height: 1.04; }
  .legal-page .display-title,
  .simple-page .display-title { font-size: 42px; }
}


/* Compress the combined apartment-features box so there is no artificial dead space. */
.feature-groups {
  align-items: start;
}
.feature-group {
  min-height: 0 !important;
  padding: 22px 28px !important;
}
.feature-group .feature-kicker {
  margin-bottom: 14px;
}
.feature-group ul {
  margin-top: 0;
}
.feature-group li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.feature-group small {
  margin-top: 2px;
  line-height: 1.35;
}

}


/* V36 — final heading correction */
.hero > .hero-text > h3 {
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -.02em;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 620px) {
  .hero > .hero-text > h3 {
    font-size: 24px;
    line-height: 1.18;
  }
}


/* ==============================
   V38 LAYOUT + HEADING REFINEMENTS
   ============================== */

/* Reduce oversized display headings across the homepage */
.hero > .hero-text > h3 {
  font-size: 27px;
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: -.02em;
}
.interiors .split-heading h2,
.property-details .section-heading h2,
.included .included-intro h2,
.about .section-heading h2,
.location .location-intro h2,
.contact .contact-copy h2 {
  font-size: 34px;
  line-height: 1.14;
  letter-spacing: -.02em;
  font-weight: 500;
}

/* Tighten hero and reduce excess white space caused by the image column */
.hero {
  margin: 0 auto 56px;
  gap: 42px;
  align-items: start;
}
.hero-image-wrap {
  height: min(58vh, 590px);
  min-height: 420px;
  align-self: start;
}
.lead { margin: 24px 0 18px; }
.hero-location { margin: 0 0 22px; }
.hero-rate { margin-bottom: 22px; }

/* Reduce spacing between major page sections */
.section-heading { margin-bottom: 28px; }
.interiors,
.property-details,
.included,
.about,
.location { margin-bottom: 56px; }
.split-heading {
  margin: 0 auto 32px;
  gap: 42px;
}
.video-panel { margin-top: 32px; }
.about {
  gap: 42px;
  padding-top: 0;
}
.about-copy { margin-top: 0; }

/* Merge apartment features into one unified box */
.feature-groups {
  border: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: transparent;
}
.feature-group {
  min-height: 100%;
  padding: 30px 34px;
  border-right: 0;
  border-bottom: 0;
}
.feature-group + .feature-group {
  border-left: 1px solid var(--line);
}
.feature-group ul {
  list-style: disc;
  padding-left: 22px;
  margin: 0;
}
.feature-group li {
  border-top: 0;
  padding: 0;
  margin: 0 0 14px;
}
.feature-group li:last-child { margin-bottom: 0; }
.feature-group small {
  margin-top: 4px;
}

@media (max-width: 900px) {
  .interiors .split-heading h2,
  .property-details .section-heading h2,
  .included .included-intro h2,
  .about .section-heading h2,
  .location .location-intro h2,
  .contact .contact-copy h2 {
    font-size: 31px;
    line-height: 1.16;
  }
  .hero { gap: 30px; }
  .hero-image-wrap {
    height: 52vh;
    min-height: 360px;
  }
  .feature-group + .feature-group {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .interiors .split-heading h2,
  .property-details .section-heading h2,
  .included .included-intro h2,
  .about .section-heading h2,
  .location .location-intro h2,
  .contact .contact-copy h2 {
    font-size: 28px;
    line-height: 1.16;
  }
  .hero-image-wrap {
    height: 50vh;
    min-height: 320px;
  }
}


/* ==============================
   V40 STRUCTURAL CONTENT CLEANUP
   ============================== */

.compact-heading {
  max-width: 940px;
  margin-bottom: 28px;
}
.compact-heading > p:not(.eyebrow) {
  max-width: 820px;
  margin: 18px 0 0;
}

/* One unified apartment / building / service box */
.benefit-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}
.benefit-column {
  padding: 30px 34px;
}
.benefit-column + .benefit-column {
  border-left: 1px solid var(--line);
}
.benefit-column .feature-kicker {
  display: block;
  margin: 0 0 20px;
}
.benefit-column ul {
  margin: 0;
  padding-left: 22px;
  list-style: disc;
}
.benefit-column li {
  margin: 0 0 15px;
  padding: 0;
  font-size: var(--body);
  line-height: 1.5;
  color: var(--charcoal);
}
.benefit-column li:last-child { margin-bottom: 0; }
.benefit-column small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

/* Compact rates instead of a separate full section */

/* Owner story: one intro plus three scannable callouts */
.about {
  display: block;
  width: min(var(--page), calc(100% - 48px));
  margin: 0 auto 56px;
}
.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--line);
}
.story-card {
  padding: 28px 30px;
}
.story-card + .story-card { border-left: 1px solid var(--line); }
.story-card .feature-kicker {
  display: block;
  margin: 0 0 14px;
}
.story-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--body);
  line-height: 1.58;
}

/* Location begins with one paragraph only; cards do the rest of the selling. */
.location-intro {
  max-width: 1000px;
  margin-bottom: 30px;
}
.location-intro > p:not(.eyebrow) {
  max-width: 900px;
  margin: 18px 0 0;
}
.location-intro .text-link { margin-top: 20px; }
.location-benefits article { min-height: 300px; }

/* Supersede old sections that are no longer used. */
.included { display: none; }
.feature-groups { display: none; }

@media (max-width: 900px) {
  .benefit-box,
  .story-grid {
    grid-template-columns: 1fr;
  }
  .benefit-column + .benefit-column,
  .story-card + .story-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  .benefit-column,
  .story-card { padding: 24px 22px; }
  .location-benefits article { min-height: 0; }
}


/* V42 — compact contact layout + conditional agent fields */
.contact {
  display: block;
  padding-top: 56px;
  padding-bottom: 56px;
}

.contact-copy {
  width: min(var(--page), 100%);
  margin: 0 auto 34px;
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 56px;
  align-items: start;
}

.contact-copy h2 {
  margin: 0;
}

.contact-intro {
  max-width: 680px;
}

.contact-copy .contact-intro p {
  max-width: none;
  margin: 0 0 14px;
}

.contact-email {
  margin: 0 !important;
}

.contact-form {
  width: min(980px, 100%);
  margin: 0 auto;
  gap: 18px;
}

.enquirer-type {
  gap: 10px;
}

.enquirer-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.agent-fields {
  margin: 2px 0 0;
  padding: 22px 24px 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.18);
}

.agent-fields[hidden] {
  display: none !important;
}

.agent-fields legend {
  padding: 0 8px;
  color: var(--taupe-text, var(--taupe));
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.agent-fields .form-row + .form-row {
  margin-top: 18px;
}

.contact-form textarea {
  min-height: 120px;
}

@media (max-width: 900px) {
  .contact {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-copy {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 28px;
  }

  .contact-intro {
    max-width: 760px;
  }
}

@media (max-width: 620px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .enquirer-options {
    display: grid;
    gap: 10px;
  }

  .agent-fields {
    padding: 18px 16px 20px;
  }
}


/* V43 — content hierarchy and semantic heading cleanup */

/* Semantic H1s retain the intentionally compact visual scale. */
.hero > .hero-text > .hero-title {
  margin: 0;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -.02em;
  font-weight: 500;
}

.legal-page > .page-title,
.simple-page .page-title {
  margin: 0;
  font-size: 27px;
  line-height: 1.16;
  letter-spacing: -.02em;
  font-weight: 500;
}

/* Split Metro and city travel times into separate scan lines. */
.location-time span {
  display: block;
}

.location-time span + span {
  margin-top: 4px;
}

/* Clearer privacy-consent requirement without adding another form row. */
.consent-title {
  display: inline;
  margin-right: 4px;
  font-weight: 600;
}

/* The simplified agent block contains one row only. */
.agent-fields .form-row {
  margin-top: 0;
}

@media (max-width: 620px) {
  .hero > .hero-text > .hero-title,
  .legal-page > .page-title,
  .simple-page .page-title {
    font-size: 24px;
    line-height: 1.18;
  }
}


/* V44 — true tenant/agent conditional enquiry fields */
.conditional-fields {
  margin: 2px 0 0;
  padding: 22px 24px 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.18);
}

.conditional-fields[hidden] {
  display: none !important;
}

.conditional-fields legend {
  padding: 0 8px;
  color: var(--taupe);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.conditional-fields .form-row + .form-row {
  margin-top: 18px;
}

.contact-form > label:not(.checkbox-label) {
  max-width: 100%;
}

@media (max-width: 620px) {
  .conditional-fields {
    padding: 18px 16px 20px;
  }
}


/* V45 — contact section spacing and alignment refinement */
.contact {
  display: block;
  padding: 56px 0;
  background: var(--cream);
}

.contact-copy,
.contact-form {
  width: min(980px, calc(100% - 48px));
  margin-left: auto;
  margin-right: auto;
}

.contact-copy {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: minmax(240px, .78fr) minmax(0, 1.22fr);
  gap: 40px;
  align-items: start;
}

.contact-copy .contact-intro p {
  margin: 0 0 12px;
}

.contact-form {
  gap: 16px;
}

.required-note {
  margin: 0 0 4px;
}

.enquirer-type {
  gap: 10px;
}

.enquirer-options {
  gap: 12px 28px;
}

.form-row {
  gap: 24px;
  align-items: end;
}

.contact-form label,
.contact-form .enquirer-type legend {
  gap: 6px;
}

.contact-form > .form-row > label,
.contact-form > label:not(.checkbox-label):not(.hidden-field),
.conditional-fields label {
  align-content: end;
}

input,
select,
textarea {
  min-height: 46px;
  padding: 10px 2px 12px;
}

textarea {
  min-height: 126px;
  padding: 14px;
}

.conditional-fields {
  margin-top: 6px;
  padding: 18px 22px 20px;
  background: transparent;
  border: 1px solid var(--line);
}

.conditional-fields legend {
  padding: 0 10px;
}

.conditional-fields .form-row + .form-row {
  margin-top: 14px;
}

.conditional-fields > label:last-child {
  margin-top: 2px;
}

.consent-label {
  margin-top: 2px;
}

.submit {
  margin-top: 0;
}

@media (max-width: 900px) {
  .contact {
    padding: 48px 0;
  }

  .contact-copy,
  .contact-form {
    width: min(100% - 40px, 980px);
  }

  .contact-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 24px;
  }
}

@media (max-width: 620px) {
  .contact {
    padding: 40px 0;
  }

  .contact-copy,
  .contact-form {
    width: min(100% - 28px, 980px);
  }

  .form-row {
    gap: 16px;
  }

  .conditional-fields {
    padding: 16px 16px 18px;
  }

  .enquirer-options {
    display: grid;
    gap: 10px;
  }
}


/* V46 — final contact form polish */
.contact {
  padding: 52px 0 56px;
}

.contact-copy,
.contact-form {
  width: min(1040px, calc(100% - 48px));
}

.contact-copy {
  grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  margin-bottom: 26px;
}

.contact-intro {
  max-width: 650px;
}

.contact-form {
  gap: 18px;
}

.contact-details-grid,
.conditional-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: end;
}

.contact-form label,
.contact-form .enquirer-type legend {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: .07em;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  font-size: 17px;
  font-weight: 400;
}

.contact-form input,
.contact-form select {
  min-height: 44px;
  padding: 9px 2px 10px;
}

.enquirer-type {
  gap: 9px;
}

.enquirer-options {
  gap: 10px;
}

.enquirer-options .radio-label {
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--line);
  align-items: center;
  gap: 9px;
  background: transparent;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.enquirer-options .radio-label:has(input:checked) {
  border-color: var(--taupe);
  background: rgba(206, 184, 159, .12);
}

.radio-label input[type="radio"] {
  margin-top: 0;
}

.conditional-fields {
  margin: 2px 0 0;
  padding: 18px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.conditional-fields legend {
  padding: 0 14px 0 0;
  color: var(--taupe-text, var(--taupe));
  background: var(--cream);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.agent-primary-row {
  margin-bottom: 16px;
}

.message-field {
  gap: 8px !important;
}

.field-label {
  display: inline;
}

.optional {
  display: inline;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
}

.contact-form textarea {
  min-height: 112px;
}

.consent-label {
  max-width: 900px;
  align-items: flex-start;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.consent-title {
  font-weight: 600;
}

.consent-label a {
  font-weight: 500;
}

.submit {
  margin-top: 2px;
}

@media (max-width: 900px) {
  .contact {
    padding: 46px 0 50px;
  }

  .contact-copy,
  .contact-form {
    width: min(100% - 40px, 1040px);
  }

  .contact-copy {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .contact-details-grid,
  .conditional-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 22px;
  }

  .contact-details-grid > label:last-child,
  .tenant-fields .conditional-grid > label:last-child,
  .agent-requirements-grid > label:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .contact {
    padding: 40px 0 44px;
  }

  .contact-copy,
  .contact-form {
    width: min(100% - 28px, 1040px);
  }

  .contact-details-grid,
  .conditional-grid,
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .contact-details-grid > label:last-child,
  .tenant-fields .conditional-grid > label:last-child,
  .agent-requirements-grid > label:last-child {
    grid-column: auto;
  }

  .enquirer-options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .enquirer-options .radio-label {
    width: 100%;
  }

  .conditional-fields {
    padding-top: 16px;
  }

  .agent-primary-row {
    margin-bottom: 15px;
  }

  .contact-form textarea {
    min-height: 108px;
  }

  .consent-label {
    font-size: 13.5px !important;
  }
}


/* V47 — robust tenant / agent conditional fallback */
#tenant-fields {
  display: block;
}

.contact-form:has(input[name="enquirer-type"][value="prospective-tenant"]:checked) #tenant-fields {
  display: block !important;
}

.contact-form:has(input[name="enquirer-type"][value="prospective-tenant"]:checked) #agent-fields {
  display: none !important;
}

.contact-form:has(input[name="enquirer-type"][value="property-agent-broker"]:checked) #tenant-fields {
  display: none !important;
}

.contact-form:has(input[name="enquirer-type"][value="property-agent-broker"]:checked) #agent-fields {
  display: block !important;
}

.conditional-fields {
  margin-top: 0;
}


/* V48 — no default enquiry type */
#tenant-fields,
#agent-fields {
  display: none;
}

.contact-form:has(input[name="enquirer-type"][value="prospective-tenant"]:checked) #tenant-fields {
  display: block !important;
}

.contact-form:has(input[name="enquirer-type"][value="prospective-tenant"]:checked) #agent-fields {
  display: none !important;
}

.contact-form:has(input[name="enquirer-type"][value="property-agent-broker"]:checked) #tenant-fields {
  display: none !important;
}

.contact-form:has(input[name="enquirer-type"][value="property-agent-broker"]:checked) #agent-fields {
  display: block !important;
}


/* V50 — background form submission + reliable success navigation */
.form-status {
  margin: 0;
  max-width: 720px;
  color: #7a3f34;
  font-size: 14px;
  line-height: 1.5;
}

.submit:disabled {
  opacity: .65;
  cursor: wait;
}
