@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap");
:root {
  --ink: #1a2831;
  --muted: #66716e;
  --paper: #f8f6f0;
  --gold: #947044;
  --line: #dddcd1;
  --green: #253f35;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 15px;
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea,
summary {
  touch-action: manipulation;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid #ad7b39;
  outline-offset: 4px;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.06;
}
h1 {
  font-size: clamp(56px, 7vw, 104px);
}
h2 {
  font-size: clamp(36px, 4.3vw, 62px);
}
h3 {
  font-size: 32px;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--gold);
}
p {
  line-height: 1.85;
}
p + p {
  margin-top: 18px;
}
.shell {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.18em;
  font-weight: 600;
  line-height: 1.7;
  text-transform: uppercase;
  color: var(--gold);
}
.site-header {
  height: 94px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.brand {
  font-family: Georgia, serif;
  letter-spacing: 0.18em;
  font-size: 19px;
  font-weight: 600;
}
.brand span {
  display: block;
  font-family: Inter, Arial, sans-serif;
  letter-spacing: 0.19em;
  font-size: 7px;
  margin-top: 8px;
}
.site-header nav {
  display: flex;
  gap: 34px;
  align-items: center;
  font-size: 12px;
}
.nav-account {
  border: 1px solid var(--line);
  padding: 13px 18px;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 18px 24px;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  border: 0;
  cursor: pointer;
  line-height: 1.5;
}
.button:hover {
  background: #345546;
  text-decoration: none;
}
.button.light {
  background: var(--paper);
  color: var(--green);
}
.text-link {
  font-size: 13px;
  border-bottom: 1px solid var(--gold);
  padding-bottom: 8px;
  display: inline-block;
}
.skip {
  position: fixed;
  top: -90px;
  background: white;
  padding: 20px;
  z-index: 100;
}
.skip:focus {
  top: 0;
}
.breadcrumb {
  display: flex;
  gap: 12px;
  font-size: 10px;
  color: var(--muted);
  padding-block: 28px;
}
.project-opening {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  padding: 15px 0 40px;
}
.project-opening h1 {
  margin-top: 14px;
}
.project-opening h1 span {
  display: block;
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 400;
  max-width: 460px;
  margin-top: 16px;
  color: var(--muted);
}
.opening-side {
  max-width: 360px;
  text-align: right;
  flex-shrink: 0;
}
.opening-side p {
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.opening-side small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 12px;
}
.hero-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 610px;
  object-fit: cover;
}
.hero-figure figcaption,
.gallery-figure figcaption {
  font-size: 10px;
  line-height: 1.6;
  color: var(--muted);
  padding: 12px 0;
}
.facts {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  padding: 30px 0 36px;
  gap: 30px;
}
.facts > div {
  border-right: 1px solid var(--line);
}
.facts > div:last-child {
  border: 0;
}
.facts span,
.facts small,
.facts a {
  display: block;
  font-size: 10px;
  color: var(--muted);
  line-height: 1.7;
}
.facts span {
  letter-spacing: 0.12em;
}
.facts strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px;
  font-weight: 500;
  display: block;
  margin: 6px 0;
}
.facts .smaller {
  font-size: 25px;
}
.section-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--paper);
  border-block: 1px solid var(--line);
  overflow-x: auto;
}
.section-nav a {
  white-space: nowrap;
}
.section-nav > div {
  display: flex;
  justify-content: space-between;
  min-width: 530px;
  gap: 24px;
  padding-block: 21px;
  font-size: 11px;
}
.editorial-lead {
  padding: 90px 0 70px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  column-gap: 80px;
}
.editorial-lead > .eyebrow {
  grid-column: 1/-1;
  margin-bottom: 20px;
}
.editorial-lead .lead {
  font-size: 18px;
  line-height: 1.8;
}
.editorial-lead .checked {
  font-size: 10px;
  color: var(--gold);
}
.editorial-lead div > p:last-child {
  color: var(--muted);
  font-size: 12px;
}
.detail-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.4fr;
  gap: 100px;
  border-top: 1px solid var(--line);
  padding-top: 50px;
  padding-bottom: 80px;
}
.reading-note {
  align-self: start;
  position: sticky;
  top: 100px;
}
.reading-note h2 {
  font-size: 36px;
  margin: 20px 0;
}
.reading-note p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
  max-width: 240px;
}
.reading-note a {
  margin-top: 24px;
}
.editorial-block {
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.editorial-block:first-child {
  padding-top: 0;
}
.section-number {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--gold);
}
.editorial-block h2 {
  font-size: 34px;
  line-height: 1.2;
  margin: 12px 0 22px;
}
.editorial-block p {
  font-size: 14px;
  color: #4e5b57;
}
.gallery-figure {
  margin-bottom: 75px;
}
.gallery-figure img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 600px;
  object-fit: cover;
}
.cost-section {
  background: var(--green);
  color: var(--paper);
  padding: 80px 0;
}
.cost-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px;
  align-items: start;
}
.cost-section .eyebrow {
  color: #d0b487;
}
.cost-section h2 {
  margin: 16px 0 28px;
}
.cost-section h2 em {
  color: #d0b487;
}
.cost-section p:not(.eyebrow) {
  font-size: 13px;
  color: #d3dbd4;
}
.cost-section .button {
  margin-top: 28px;
}
.calculator {
  background: #f8f6f0;
  color: var(--ink);
  padding: 35px;
}
.calculator .eyebrow {
  color: var(--gold);
}
.calculator h3 {
  margin: 13px 0 26px;
}
.calculator label {
  font-size: 11px;
}
.calculator input {
  width: 100%;
  margin: 10px 0 25px;
  background: white;
  border: 1px solid var(--line);
  padding: 13px;
}
.payment-bar {
  display: grid;
  grid-template-columns: 1fr 3fr;
  font-size: 10px;
}
.payment-bar span {
  padding: 10px;
  background: #c8af87;
}
.payment-bar span + span {
  background: var(--green);
  color: white;
}
.payment-values {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 22px 0;
}
.payment-values span {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 8px;
}
.payment-values strong {
  font-size: 19px;
  font-weight: 500;
}
.fine-print,
.cost-section p.fine-print {
  font-size: 10px;
  line-height: 1.75;
  color: var(--muted);
}
.faq-section {
  padding: 95px 0;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
}
.faq-section h2 {
  margin: 16px 0 24px;
}
.faq-section > div > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 23px 0;
}
details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  line-height: 1.7;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  color: var(--gold);
  font-size: 20px;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 13px;
  color: var(--muted);
  padding: 15px 30px 0 0;
}
.sources {
  border-top: 1px solid var(--line);
  padding: 40px 0 65px;
}
.sources h2 {
  font-size: 28px;
  margin: 12px 0 20px;
}
.sources p:not(.eyebrow) {
  font-size: 11px;
  color: var(--muted);
}
.sources a {
  text-decoration: underline;
}
.enquiry-section {
  background: #ece9df;
  padding: 80px 0;
}
.enquiry-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.enquiry-grid h2 {
  margin: 20px 0 28px;
}
.enquiry-grid > div > p:not(.eyebrow) {
  max-width: 380px;
  font-size: 14px;
  color: var(--muted);
}
.enquiry-project {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 35px;
}
.enquiry-card {
  background: var(--paper);
  padding: 32px;
}
.enquiry-card label {
  font-size: 11px;
  display: block;
  line-height: 1.6;
  margin-bottom: 18px;
}
.enquiry-card input:not([type="checkbox"]),
.enquiry-card select,
.enquiry-card textarea {
  display: block;
  margin-top: 7px;
  width: 100%;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  padding: 12px;
  font-size: 13px;
  color: var(--ink);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.enquiry-card .consent {
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 10px;
}
.consent input {
  margin-top: 3px;
}
.enquiry-card .button {
  width: 100%;
  margin-top: 22px;
}
.form-errors {
  background: #fff0ed;
  padding: 15px;
  margin-bottom: 18px;
  color: #823022;
  font-size: 12px;
}
.success p {
  margin: 20px 0;
}
.site-footer {
  padding: 65px 48px 30px;
  background: #182a23;
  color: #e7e8df;
}
.site-footer p {
  font-size: 12px;
  color: #c6c9c0;
  margin-top: 14px;
}
.site-footer nav {
  display: flex;
  gap: 28px;
  font-size: 11px;
  margin: 35px 0;
}
.site-footer small {
  display: block;
  border-top: 1px solid #3c4a42;
  padding-top: 24px;
  font-size: 9px;
  color: #b6bdb6;
  line-height: 1.7;
}
.mobile-enquire {
  display: none;
}
.collection-intro {
  padding: 75px 0 55px;
}
.collection-intro h1 {
  margin: 22px 0 35px;
}
.intro-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}
.intro-bottom p {
  max-width: 490px;
  font-size: 14px;
  color: var(--muted);
}
.collection-count {
  font-size: 10px;
  letter-spacing: 0.13em;
  white-space: nowrap;
  color: var(--gold);
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}
.project-card {
  border: 1px solid var(--line);
  background: white;
}
.card-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.7;
  background: #e4e0d5;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.card-image:hover img {
  transform: scale(1.035);
}
.image-tag {
  position: absolute;
  left: 22px;
  bottom: 20px;
  background: var(--paper);
  font-size: 10px;
  padding: 9px 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.card-body {
  padding: 28px;
}
.card-body h2 {
  font-size: 42px;
  display: flex;
  justify-content: space-between;
  margin: 12px 0 18px;
}
.card-body h2 span {
  font:
    24px Inter,
    Arial,
    sans-serif;
  color: var(--gold);
}
.card-body > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
.card-meta {
  display: flex;
  justify-content: space-between;
  border-block: 1px solid var(--line);
  padding: 20px 0;
  margin: 25px 0;
  font-size: 16px;
}
.card-meta small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 6px;
}
.collection-note {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 70px;
  padding: 55px 0 80px;
  margin-top: 80px;
}
.collection-note .eyebrow {
  grid-column: 1/-1;
}
.collection-note p {
  font-size: 13px;
  color: var(--muted);
}
.collection-note a {
  color: var(--ink);
  text-decoration: underline;
}
@media (min-width: 1500px) {
  .hero-figure img {
    max-height: 680px;
  }
}
@media (max-width: 900px) {
  .shell {
    width: calc(100% - 48px);
  }
  .site-header {
    padding: 0 24px;
    height: 82px;
  }
  .site-header nav {
    gap: 18px;
  }
  .nav-account {
    padding: 10px;
  }
  .cost-grid,
  .enquiry-grid {
    gap: 35px;
  }
  .detail-layout {
    gap: 40px;
    grid-template-columns: 0.65fr 1.4fr;
  }
  .opening-side {
    max-width: 300px;
  }
  .editorial-lead,
  .faq-section {
    gap: 35px;
  }
  .collection-grid {
    gap: 25px;
  }
  .card-body {
    padding: 22px;
  }
}
@media (max-width: 640px) {
  :root {
    scroll-padding-top: 75px;
  }
  .shell {
    width: calc(100% - 36px);
  }
  .site-header {
    padding: 0 18px;
    height: 76px;
  }
  .brand {
    font-size: 15px;
  }
  .brand span {
    font-size: 6px;
  }
  .site-header nav {
    font-size: 10px;
    gap: 14px;
  }
  .site-header .nav-account {
    display: none;
  }
  .project-opening {
    display: block;
    padding-top: 6px;
    padding-bottom: 24px;
  }
  .project-opening h1 {
    font-size: 66px;
  }
  .project-opening h1 span {
    font-size: 13px;
  }
  .opening-side {
    text-align: left;
    max-width: none;
    margin-top: 24px;
  }
  .opening-side p {
    font-size: 8px;
  }
  .opening-side .button {
    display: none;
  }
  .opening-side small {
    font-size: 10px;
  }
  .breadcrumb {
    font-size: 9px;
    gap: 8px;
    padding-block: 20px;
  }
  .hero-figure img {
    aspect-ratio: 1.35;
    object-fit: cover;
    object-position: 58% center;
  }
  .hero-figure figcaption {
    font-size: 9px;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 0;
  }
  .facts > div:nth-child(2) {
    border: 0;
  }
  .facts > div:last-child {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 18px;
  }
  .facts strong {
    font-size: 30px;
  }
  .facts .smaller {
    font-size: 24px;
  }
  .facts span,
  .facts small,
  .facts a {
    font-size: 9px;
  }
  .section-nav > div {
    padding-block: 17px;
    justify-content: start;
    gap: 25px;
  }
  .editorial-lead {
    display: block;
    padding: 50px 0 35px;
  }
  .editorial-lead h2 {
    margin-bottom: 22px;
    font-size: 42px;
  }
  .editorial-lead .lead {
    font-size: 16px;
  }
  .detail-layout {
    display: block;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .reading-note {
    position: static;
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .reading-note h2 {
    font-size: 34px;
  }
  .reading-note p:not(.eyebrow) {
    max-width: none;
  }
  .editorial-block h2 {
    font-size: 30px;
  }
  .editorial-block p {
    font-size: 13px;
  }
  .gallery-figure {
    margin-bottom: 40px;
  }
  .cost-section,
  .enquiry-section {
    padding: 50px 0;
  }
  .cost-grid,
  .enquiry-grid,
  .faq-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .calculator {
    padding: 24px;
  }
  .cost-section h2,
  .enquiry-grid h2,
  .faq-section h2 {
    font-size: 44px;
  }
  .payment-values strong {
    font-size: 18px;
  }
  .faq-section {
    padding: 50px 0;
  }
  .faq-section h2 {
    margin-bottom: 16px;
  }
  .sources {
    padding-bottom: 40px;
  }
  .enquiry-card {
    padding: 23px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .site-footer {
    padding: 45px 18px 100px;
  }
  .site-footer nav {
    gap: 20px;
  }
  .mobile-enquire {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--green);
    color: white;
    padding: 18px 24px calc(18px + env(safe-area-inset-bottom));
    z-index: 20;
    font-size: 12px;
    box-shadow: 0 -3px 12px #0002;
  }
  .collection-intro {
    padding: 45px 0 32px;
  }
  .collection-intro h1 {
    font-size: 57px;
  }
  .intro-bottom {
    display: block;
  }
  .collection-count {
    display: block;
    margin-top: 24px;
  }
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .collection-note {
    grid-template-columns: 1fr;
    margin-top: 45px;
    padding-top: 35px;
  }
  .collection-note h2 {
    font-size: 43px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
/* The editorial collection: shared homepage and project experiences. */
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 48px;
  margin-bottom: 40px;
}
.section-heading h2 {
  margin-top: 14px;
}
.section-heading > p {
  max-width: 440px;
  font-size: 13px;
  color: var(--muted);
}
.home-hero {
  padding: 54px 0 66px;
}
.home-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 55px;
  align-items: center;
}
.home-hero-copy {
  padding: 30px 0;
}
.home-hero h1 {
  font-size: clamp(55px, 5.8vw, 90px);
  line-height: 0.99;
  margin: 28px 0;
}
.home-hero h1 em {
  font-size: 0.84em;
}
.home-hero-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.hero-actions {
  display: flex;
  gap: 26px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.home-hero-visual {
  position: relative;
  display: block;
  min-height: 590px;
  background: var(--green);
  color: white;
  overflow: hidden;
}
.home-hero-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    #13231e3b 0%,
    transparent 30%,
    #101c17d4 100%
  );
}
.home-hero-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% center;
  transition: transform 1s;
}
.home-hero-visual:hover > img {
  transform: scale(1.025);
}
.hero-visual-top {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  font-size: 9px;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.hero-visual-bottom {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 55px;
  z-index: 1;
}
.hero-visual-bottom > span {
  font-size: 9px;
  letter-spacing: 0.19em;
}
.hero-visual-bottom h2 {
  font-size: 60px;
  margin: 14px 0;
}
.hero-visual-bottom h2 span {
  float: right;
  font-size: 34px;
}
.hero-visual-bottom p {
  font-size: 12px;
}
.home-hero-visual > small {
  position: absolute;
  z-index: 1;
  bottom: 21px;
  left: 34px;
  font-size: 9px;
  color: #deded0;
}
.home-empty {
  background: #e9e6d9;
  padding: 100px 35px;
}
.home-paths {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-block: 1px solid var(--line);
  margin-bottom: 100px;
}
.home-paths > a {
  display: flex;
  gap: 23px;
  padding: 35px 38px 35px 0;
}
.home-paths > a + a {
  border-left: 1px solid var(--line);
  padding-left: 38px;
}
.path-number {
  font-size: 12px;
  color: var(--gold);
  padding-top: 5px;
}
.home-paths h2 {
  font-size: 32px;
  margin: 9px 0 12px;
}
.home-paths h2 span {
  font:
    20px Inter,
    sans-serif;
}
.home-paths p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.home-paths a:hover {
  text-decoration: none;
}
.home-paths a:hover h2 {
  color: var(--gold);
}
.home-projects {
  margin-bottom: 110px;
}
.home-feature {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  border: 1px solid var(--line);
  margin-bottom: 32px;
}
.home-feature-image {
  min-height: 360px;
  position: relative;
  overflow: hidden;
}
.home-feature-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.home-feature-copy {
  padding: 44px;
}
.home-feature-copy h3 {
  font-size: 49px;
  margin: 15px 0;
}
.home-feature-copy > p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.home-feature-copy .button {
  margin-top: 26px;
}
.card-meta small {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 5px;
}
.home-perspective {
  background: var(--green);
  color: var(--paper);
  padding: 90px 0;
}
.home-perspective .eyebrow,
.home-perspective h2 em {
  color: #d9bc90;
}
.home-perspective h2 {
  margin: 20px 0 55px;
}
.perspective-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.perspective-grid article {
  border-top: 1px solid #ffffff35;
  padding-top: 22px;
}
.perspective-grid span {
  font-size: 9px;
  letter-spacing: 0.15em;
  color: #d9bc90;
}
.perspective-grid h3 {
  margin: 20px 0 14px;
  font-size: 31px;
}
.perspective-grid p {
  font-size: 13px;
  color: #d4ddd5;
}
.private-preview {
  padding-block: 100px;
}
.private-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.private-card {
  border: 1px solid var(--line);
  background: #fffdf8;
}
.private-card:hover {
  text-decoration: none;
}
.private-card-visual {
  height: 225px;
  position: relative;
  background: radial-gradient(ellipse at top, #405246, #1d3029);
  display: grid;
  place-content: center;
  text-align: center;
  color: #dac59f;
  overflow: hidden;
}
.private-card-visual:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid #d4b57830;
}
.private-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.private-monogram {
  font:
    66px Georgia,
    serif;
  letter-spacing: -0.1em;
}
.private-lock {
  font-size: 8px;
  letter-spacing: 0.2em;
  margin-top: 16px;
}
.private-card-copy {
  padding: 25px;
}
.private-card-copy h3 {
  font-size: 28px;
  margin: 12px 0;
}
.private-card-copy p:not(.eyebrow) {
  font-size: 13px;
  margin: 13px 0 24px;
}
.private-card-copy .text-link {
  font-size: 11px;
}
.private-bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 26px;
  font-size: 12px;
  color: var(--muted);
}
.home-contact {
  text-align: center;
  padding: 55px 0 110px;
}
.home-contact h2 {
  margin: 20px 0 30px;
}
.home-page .site-footer {
  margin-top: 0;
}
.experience-section {
  padding: 60px 0 90px;
}
.experience-intro {
  display: flex;
  gap: 35px;
  align-items: center;
  border-block: 1px solid var(--line);
  padding: 22px 0;
  margin-bottom: 30px;
}
.experience-intro strong {
  font:
    42px "Cormorant Garamond",
    Georgia,
    serif;
  white-space: nowrap;
}
.experience-intro p {
  font-size: 12px;
  color: var(--muted);
}
.amenity-filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.amenity-filters button {
  border: 1px solid var(--line);
  background: transparent;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 11px;
  color: var(--ink);
  cursor: pointer;
}
.amenity-filters button[aria-pressed="true"] {
  background: var(--green);
  color: white;
  border-color: var(--green);
}
.amenity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 23px;
}
.amenity-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.amenity-card figcaption {
  padding: 16px 0;
}
.amenity-card figcaption > span {
  font-size: 8px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--muted);
}
.amenity-card h3 {
  font-size: 29px;
  margin-top: 7px;
}
.amenity-card[hidden],
.amenity-filters[hidden] {
  display: none;
}
.more-amenities {
  border-block: 1px solid var(--line);
  margin: 22px 0;
}
.more-amenities summary {
  padding: 22px 0;
}
.more-amenities summary span {
  float: right;
}
.amenity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 25px;
}
.amenity-tags span {
  font-size: 12px;
  padding: 10px 15px;
  background: #edeadf;
}
.location-section {
  padding: 80px 0;
  background: #ece9df;
}
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
.location-grid h2 {
  margin: 18px 0 25px;
}
.location-grid > div > p:not(.eyebrow) {
  font-size: 14px;
  color: var(--muted);
}
.location-grid .text-link {
  margin-top: 25px;
}
.travel-list article {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #cccbbf;
}
.travel-list strong {
  font:
    37px "Cormorant Garamond",
    Georgia,
    serif;
  color: var(--gold);
}
.travel-list h3 {
  font-size: 27px;
}
.travel-list p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.travel-list .fine-print {
  font-size: 10px;
  margin-top: 20px;
}
.document-section {
  padding: 90px 0 0;
}
.document-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.document-grid h3 {
  font-size: 31px;
  margin-bottom: 18px;
}
.document-grid p {
  font-size: 13px;
  color: var(--muted);
}
.registration-list {
  margin: 24px 0;
}
.registration-list article {
  padding: 18px 0;
  border-block: 1px solid var(--line);
}
.registration-list article + article {
  border-top: 0;
}
.registration-list span,
.registration-list strong,
.registration-list small {
  display: block;
}
.registration-list span {
  font-size: 11px;
  color: var(--muted);
}
.registration-list strong {
  font-size: 14px;
  margin: 8px 0;
  overflow-wrap: anywhere;
}
.registration-list small {
  font-size: 10px;
  color: var(--muted);
}
.document-notes details {
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}
.document-notes summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
  cursor: pointer;
}
.document-notes details p {
  margin: 15px 0 5px;
}
.document-grid .fine-print {
  margin-top: 18px;
  font-size: 10px;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (min-width: 1000px) {
  .collection-grid:has(.project-card:only-child) {
    grid-template-columns: 1fr;
  }
  .collection-grid .project-card:only-child {
    display: grid;
    grid-template-columns: 1.25fr 1fr;
  }
  .project-card:only-child .card-image {
    height: 100%;
    min-height: 430px;
  }
  .hero-figure img {
    max-height: 580px;
    object-fit: cover;
  }
  .editorial-block h2 {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .home-hero-grid {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
  .home-hero-visual {
    min-height: 535px;
  }
  .home-feature-copy {
    padding: 30px;
  }
  .home-hero h1 {
    font-size: 64px;
  }
  .hero-actions {
    gap: 20px;
  }
  .location-grid,
  .document-grid {
    gap: 45px;
  }
  .home-paths h2 {
    font-size: 28px;
  }
  .perspective-grid {
    gap: 25px;
  }
  .private-grid {
    gap: 16px;
  }
}
@media (max-width: 700px) {
  .section-heading {
    display: block;
  }
  .section-heading > .text-link,
  .section-heading > p {
    margin-top: 20px;
  }
  .home-hero {
    padding: 15px 0 35px;
  }
  .home-hero-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .home-hero-copy {
    padding: 20px 0 0;
  }
  .home-hero h1 {
    font-size: 64px;
  }
  .home-hero-visual {
    min-height: 390px;
  }
  .hero-visual-bottom h2 {
    font-size: 50px;
  }
  .hero-visual-top {
    left: 22px;
    right: 22px;
  }
  .hero-visual-bottom,
  .home-hero-visual > small {
    left: 22px;
    right: 22px;
  }
  .home-paths {
    grid-template-columns: 1fr;
    margin-bottom: 65px;
  }
  .home-paths > a,
  .home-paths > a + a {
    padding: 27px 0;
    gap: 18px;
    border-left: 0;
  }
  .home-paths > a + a {
    border-top: 1px solid var(--line);
  }
  .home-feature {
    grid-template-columns: 1fr;
  }
  .home-feature-image {
    min-height: 240px;
  }
  .home-feature-copy {
    padding: 25px;
  }
  .home-projects {
    margin-bottom: 60px;
  }
  .home-perspective {
    padding: 65px 0;
  }
  .perspective-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .home-perspective h2 {
    margin-bottom: 35px;
  }
  .private-preview {
    padding-block: 65px;
  }
  .private-grid {
    grid-template-columns: 1fr;
  }
  .private-card {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
  .private-card-visual {
    height: 100%;
    min-height: 200px;
  }
  .private-monogram {
    font-size: 43px;
  }
  .private-lock {
    font-size: 6px;
    letter-spacing: 0.04em;
  }
  .private-card-copy {
    padding: 20px;
  }
  .private-bottom {
    display: block;
  }
  .private-bottom a {
    margin-top: 20px;
  }
  .home-contact {
    padding: 20px 0 70px;
  }
  .experience-section {
    padding: 25px 0 55px;
  }
  .experience-intro {
    display: block;
  }
  .experience-intro strong {
    font-size: 36px;
  }
  .experience-intro p {
    margin-top: 10px;
  }
  .amenity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
  .amenity-card h3 {
    font-size: 23px;
  }
  .amenity-card figcaption > span {
    font-size: 7px;
  }
  .amenity-card img {
    aspect-ratio: 4/3;
  }
  .amenity-filters button {
    padding: 9px 14px;
  }
  .location-section {
    padding: 55px 0;
  }
  .location-grid,
  .document-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .travel-list article {
    grid-template-columns: 80px 1fr;
    gap: 16px;
  }
  .document-section {
    padding-top: 55px;
  }
  .document-section .section-heading {
    margin-bottom: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
/* Official Sarayu campaign carousel and click-to-play film. */
.campaign {
  margin-top: 26px;
}
.campaign-stage {
  background: #253f35;
}
.campaign-slide {
  position: relative;
  min-height: 490px;
  height: min(48vw, 660px);
  color: #fff;
  overflow: hidden;
}
.campaign-slide[hidden] {
  display: none;
}
.campaign-slide > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-slide:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 28%,
    #12241a1a 44%,
    #10251fdf 100%
  );
}
.campaign-copy {
  position: absolute;
  z-index: 1;
  right: 4.5%;
  bottom: 12%;
  width: 47%;
  max-width: 570px;
}
.campaign-copy h2 {
  font-size: clamp(42px, 4.7vw, 69px);
  margin: 18px 0 22px;
}
.campaign-copy h2 em {
  color: #e7c99c;
}
.campaign-copy > .eyebrow {
  color: #f2dab6;
  font-size: 9px;
}
.campaign-copy > p:not(.eyebrow) {
  font-size: 13px;
  max-width: 390px;
  color: #eee;
}
.campaign-actions {
  display: flex;
  gap: 23px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.campaign-copy > .button {
  margin-top: 25px;
}
.film-trigger {
  font-size: 12px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
.film-trigger > span {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-content: center;
  font-size: 23px;
}
.campaign-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.campaign-bottom > p {
  font-size: 9px;
  color: var(--muted);
}
.campaign-controls,
.campaign-dots {
  display: flex;
  gap: 7px;
  align-items: center;
}
.campaign-controls[hidden] {
  display: none;
}
.campaign-controls button {
  border: 0;
  background: none;
  min-width: 38px;
  min-height: 40px;
  cursor: pointer;
  color: var(--ink);
  font-size: 14px;
}
.campaign-dots button {
  font-size: 10px;
  color: var(--muted);
  border-bottom: 2px solid transparent;
}
.campaign-dots button[aria-pressed="true"] {
  border-bottom-color: var(--gold);
  color: var(--gold);
}
.campaign-controls button[data-rotation] {
  border-left: 1px solid var(--line);
  margin-left: 5px;
}
.campaign-brand-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 55px;
  padding-block: 55px;
}
.campaign-brand-intro h1 {
  font-size: clamp(37px, 4vw, 57px);
  margin-top: 15px;
}
.campaign-brand-intro > div:last-child {
  max-width: 355px;
}
.campaign-brand-intro p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.campaign-brand-intro .text-link {
  margin-top: 18px;
}
.campaign-film {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 65px;
  align-items: center;
  padding-bottom: 100px;
}
.campaign-film h2 {
  margin: 18px 0 25px;
}
.campaign-film p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  max-width: 390px;
}
.campaign-film .text-link {
  margin: 22px 0;
}
.campaign-film small {
  display: block;
  font-size: 9px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 360px;
}
.film-poster {
  position: relative;
  display: block;
  overflow: hidden;
}
.film-poster > img {
  display: block;
  width: 100%;
  height: auto;
}
.film-poster:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 45%, #10251fd9);
}
.film-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 1px solid #ffffffb0;
  background: #faf8eedb;
  color: var(--green);
  display: grid;
  place-content: center;
  font-size: 39px;
  transition: transform 0.25s;
}
.film-poster:hover .film-play {
  transform: translate(-50%, -50%) scale(1.08);
}
.film-caption {
  position: absolute;
  z-index: 1;
  bottom: 22px;
  left: 24px;
  right: 24px;
  color: white;
  font-size: 9px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
.film-is-open {
  overflow: hidden;
}
.film-dialog {
  padding: 0;
  width: min(1050px, calc(100% - 36px));
  max-height: calc(100dvh - 40px);
  border: 1px solid #ffffff35;
  background: #13231e;
  color: #fff;
}
.film-dialog::backdrop {
  background: #07100ced;
  backdrop-filter: blur(5px);
}
.film-dialog-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 18px 22px;
}
.film-dialog-heading h2 {
  font:
    16px Inter,
    Arial,
    sans-serif;
  letter-spacing: 0;
  line-height: 1.4;
}
.film-dialog-heading button {
  padding: 10px 15px;
  border: 1px solid #ffffff50;
  color: #fff;
  background: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
}
.film-player {
  aspect-ratio: 16/9;
  background: #000;
}
.film-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.film-dialog > p {
  padding: 15px 22px;
  font-size: 11px;
  color: #ccd8d0;
}
.film-dialog > p a {
  text-decoration: underline;
  margin-left: 8px;
}
@media (max-width: 900px) {
  .campaign-slide {
    height: 480px;
    min-height: 0;
  }
  .campaign-copy {
    width: 48%;
    right: 4%;
    bottom: 10%;
  }
  .campaign-copy h2 {
    font-size: 45px;
  }
  .campaign-actions {
    gap: 15px;
  }
  .campaign-actions .button {
    padding: 14px 17px;
    gap: 8px;
  }
  .campaign-film {
    gap: 35px;
  }
  .campaign-brand-intro {
    gap: 30px;
  }
}
@media (max-width: 640px) {
  .campaign {
    margin-top: 16px;
  }
  .campaign-slide {
    height: auto;
    min-height: 0;
  }
  .campaign-slide > img {
    position: relative;
    display: block;
    aspect-ratio: 1383/778;
    height: auto;
    object-fit: contain;
    width: 100%;
  }
  .campaign-slide:after {
    display: none;
  }
  .campaign-copy {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    padding: 25px 23px;
    min-height: 294px;
  }
  .campaign-copy h2 {
    font-size: 38px;
    margin: 13px 0 15px;
  }
  .campaign-copy > .eyebrow {
    font-size: 7px;
  }
  .campaign-copy > p:not(.eyebrow) {
    font-size: 12px;
  }
  .campaign-actions {
    gap: 15px;
    margin-top: 20px;
  }
  .film-trigger {
    font-size: 11px;
  }
  .film-trigger > span {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }
  .campaign-bottom {
    display: block;
    padding: 10px 0;
  }
  .campaign-bottom > p {
    text-align: center;
    font-size: 8px;
  }
  .campaign-controls {
    justify-content: center;
    margin-top: 7px;
  }
  .campaign-controls button {
    min-width: 40px;
  }
  .campaign-brand-intro {
    display: block;
    padding-block: 36px;
  }
  .campaign-brand-intro h1 {
    font-size: 38px;
  }
  .campaign-brand-intro > div:last-child {
    margin-top: 20px;
  }
  .campaign-film {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 60px;
  }
  .campaign-film h2 {
    font-size: 40px;
  }
  .film-caption {
    font-size: 7px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .film-play {
    width: 59px;
    height: 59px;
    font-size: 31px;
  }
  .film-dialog-heading {
    padding: 12px;
    gap: 10px;
  }
  .film-dialog-heading h2 {
    font-size: 12px;
  }
  .film-dialog-heading button {
    padding: 9px;
    font-size: 11px;
  }
  .film-dialog > p {
    padding: 12px;
    font-size: 10px;
  }
}
.fact-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  padding: 45px 0 65px;
}
.fact-sheet h2 {
  font-size: 43px;
  margin: 15px 0 22px;
}
.fact-sheet p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.fact-sheet dl {
  margin: 0;
}
.fact-sheet dl > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
  font-size: 12px;
  line-height: 1.7;
}
.fact-sheet dt {
  color: var(--muted);
}
.fact-sheet dd {
  margin: 0;
}
.website-amenities {
  padding: 15px 0 30px;
}
.website-amenities h3 {
  font-size: 29px;
  margin-bottom: 22px;
}
.website-amenities a,
.plot-options a {
  text-decoration: underline;
}
.plot-options {
  padding-bottom: 70px;
}
.plot-options h2 {
  margin: 18px 0 30px;
}
.plot-table-wrap {
  overflow-x: auto;
}
.plot-options table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
.plot-options caption {
  text-align: left;
  padding-bottom: 15px;
  font-size: 11px;
  color: var(--muted);
}
.plot-options th,
.plot-options td {
  padding: 19px 18px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  line-height: 1.7;
}
.plot-options thead {
  background: var(--green);
  color: white;
}
.plot-options > p:last-child {
  font-size: 12px;
  color: var(--muted);
  margin-top: 18px;
}
.document-section + .campaign-film {
  padding-top: 80px;
  padding-bottom: 0;
}
.sources li {
  padding: 7px 0;
  font-size: 13px;
}
.sources ul {
  padding-left: 20px;
}
@media (max-width: 700px) {
  .fact-sheet {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 0 40px;
  }
  .fact-sheet dl > div {
    grid-template-columns: 115px 1fr;
    gap: 15px;
  }
  .plot-options h2 {
    font-size: 38px;
  }
  .plot-options th,
  .plot-options td {
    padding: 14px 10px;
    font-size: 11px;
  }
  .plot-options {
    padding-bottom: 45px;
  }
  .document-section + .campaign-film {
    padding-top: 50px;
  }
}
.partner-trust {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-block: 26px;
  border-block: 1px solid #253f3526;
  margin-bottom: 28px;
}
.partner-monogram {
  flex: 0 0 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid #947044;
  color: #947044;
  font-family: Georgia, serif;
  font-size: 22px;
}
.partner-copy {
  flex: 1;
}
.partner-copy .eyebrow {
  margin: 0 0 7px;
}
.partner-copy p {
  margin: 0;
}
.partner-copy strong {
  font-size: 14px;
  font-weight: 600;
}
.partner-copy span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  margin-top: 5px;
}
.partner-trust .button {
  flex-shrink: 0;
}
.whatsapp-floating {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 21;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 28px;
  background: #155d3c;
  color: white;
  box-shadow: 0 4px 20px #0003;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.whatsapp-floating:hover {
  background: #10482e;
}
.whatsapp-floating:focus-visible,
.partner-trust a:focus-visible,
.mobile-enquire a:focus-visible {
  outline: 3px solid #b78a40;
  outline-offset: 4px;
}
.enquiry-partner {
  font-size: 13px;
  font-weight: 600;
}
.enquiry-grid .whatsapp-button {
  margin-top: 20px;
}
@media (max-width: 800px) {
  .partner-trust {
    flex-wrap: wrap;
    gap: 16px;
  }
  .partner-trust .button {
    margin-left: 70px;
  }
}
@media (max-width: 640px) {
  .partner-trust {
    padding-block: 22px;
  }
  .partner-copy {
    min-width: 180px;
  }
  .partner-trust .button {
    margin-left: 0;
    width: 100%;
  }
  .whatsapp-floating {
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
  }
  .whatsapp-floating.has-project-bar {
    display: none;
  }
  nav.mobile-enquire {
    gap: 0;
    padding: 0 0 env(safe-area-inset-bottom);
  }
  .mobile-enquire a {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex: 1;
    padding: 18px 16px;
    color: white;
    text-decoration: none;
    min-height: 54px;
  }
  .mobile-enquire a + a {
    background: #155d3c;
    border-left: 1px solid #ffffff40;
  }
}
.mixed-showcase,
.mixed-experiences,
.project-plans,
.registration-panel {
  padding-block: 64px;
}
.showcase-segment {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 56px;
  align-items: center;
  margin: 40px 0;
}
.showcase-segment:nth-of-type(even) img {
  order: 2;
}
.showcase-segment img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.65;
  object-fit: cover;
}
.showcase-segment h3 {
  font-size: 44px;
  margin: 16px 0 20px;
}
.showcase-segment p:not(.eyebrow) {
  color: var(--muted);
  font-size: 14px;
}
.showcase-segment .text-link {
  display: inline-block;
  margin-top: 20px;
}
.mixed-experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.mixed-experience-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  object-fit: cover;
}
.mixed-experience-grid figcaption {
  padding: 22px 0;
}
.mixed-experience-grid p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 12px;
}
.mixed-experiences .amenity-tags {
  margin-block: 24px;
}
.project-update {
  padding: 40px;
  background: #eae5d8;
  border-left: 3px solid var(--gold);
}
.project-update h2 {
  font-size: 40px;
  margin: 15px 0;
}
.project-update p:not(.eyebrow) {
  max-width: 820px;
  margin-bottom: 20px;
}
.project-update small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}
.plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.plan-grid img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: white;
}
.plan-master {
  grid-column: 1 / -1;
}
.plan-grid figcaption {
  display: flex;
  justify-content: space-between;
  padding-block: 16px;
  font-size: 14px;
}
.project-plans .fine-print {
  margin-top: 20px;
}
.registration-panel {
  border-block: 1px solid var(--line);
  margin-bottom: 36px;
}
.registration-panel dl {
  display: grid;
  grid-template-columns: 1fr 1.3fr 0.7fr;
  gap: 24px;
  margin: 30px 0;
}
.registration-panel dt {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 10px;
}
.registration-panel dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.cost-grid.without-calculator {
  grid-template-columns: 1fr;
}
.cost-grid.without-calculator > div {
  max-width: 760px;
}
@media (max-width: 700px) {
  .mixed-showcase,
  .mixed-experiences,
  .project-plans,
  .registration-panel {
    padding-block: 40px;
  }
  .showcase-segment,
  .mixed-experience-grid,
  .plan-grid,
  .registration-panel dl {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .showcase-segment:nth-of-type(even) img {
    order: 0;
  }
  .showcase-segment h3,
  .project-update h2 {
    font-size: 36px;
  }
  .project-update {
    padding: 24px;
  }
}

/* Seller positioning, city links, FAQ and owner/legal pages (SEO pass, 23 Sep 2026). */
.nav-sell {
  color: var(--gold);
  font-weight: 600;
}
.nav-short {
  display: none;
}
.site-footer nav {
  flex-wrap: wrap;
  row-gap: 14px;
}
.site-footer p a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.brand-intro {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: end;
  padding-block: 70px 60px;
}
.brand-intro h1 {
  font-size: clamp(44px, 5.2vw, 76px);
  margin-top: 16px;
}
.brand-intro-copy p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
}
.brand-intro-copy .brand-definition {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink);
}
.brand-intro .hero-actions {
  margin-top: 26px;
}
.home-paths.home-paths-three {
  grid-template-columns: repeat(3, 1fr);
}
.home-paths.home-paths-three > a + a {
  padding-left: 32px;
}
.home-paths.home-paths-three > a {
  padding-right: 28px;
}
.owner-section {
  background: #efe9dc;
  padding: 95px 0 0;
  margin-bottom: 100px;
}
.owner-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.owner-intro h2 {
  margin: 16px 0 24px;
}
.owner-intro p:not(.eyebrow) {
  font-size: 14px;
  color: #4d5752;
}
.owner-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 30px;
}
.owner-pillars {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px 42px;
}
.owner-pillars li {
  border-top: 1px solid #cfc5b0;
  padding-top: 20px;
}
.owner-pillars span {
  font-size: 11px;
  color: var(--gold);
  letter-spacing: 0.12em;
}
.owner-pillars h3 {
  font-size: 28px;
  margin: 12px 0 10px;
}
.owner-pillars p {
  font-size: 13px;
  color: #4d5752;
}
.owner-developers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  border-top: 1px solid #cfc5b0;
  margin-top: 70px;
  padding: 28px 0 32px;
  font-size: 13px;
}
.city-section {
  padding-bottom: 100px;
}
.city-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.city-grid a {
  display: block;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  height: 100%;
}
.city-grid a:hover {
  background: #fffdf8;
  text-decoration: none;
}
.city-grid strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
}
.city-grid span {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 6px;
}
.home-faq {
  border-top: 1px solid var(--line);
}
.home-contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}
.page-intro {
  padding: 20px 0 80px;
}
.page-intro h1 {
  font-size: clamp(48px, 6vw, 92px);
  margin-top: 16px;
  max-width: 980px;
}
.page-intro-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.page-intro .lead {
  font-size: 17px;
  line-height: 1.7;
}
.page-intro-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.split-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding: 80px 0;
  border-top: 1px solid var(--line);
}
.split-section h2 {
  margin: 16px 0 20px;
}
.muted {
  font-size: 13px;
  color: var(--muted);
}
.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list li {
  position: relative;
  padding: 16px 0 16px 34px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.7;
}
.check-list li:first-child {
  border-top: 1px solid var(--line);
}
.check-list li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 24px;
  width: 12px;
  height: 7px;
  border-left: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: rotate(-45deg);
}
.check-list a {
  text-decoration: underline;
}
.steps-section {
  background: var(--green);
  color: var(--paper);
  padding: 90px 0;
}
.steps-section .eyebrow,
.steps-section h2 em {
  color: #d9bc90;
}
.steps-section h2 {
  margin: 20px 0 55px;
}
.steps-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.steps-grid li {
  border-top: 1px solid #ffffff35;
  padding-top: 22px;
}
.steps-grid span {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #d9bc90;
}
.steps-grid h3 {
  font-size: 26px;
  margin: 16px 0 12px;
}
.steps-grid p {
  font-size: 13px;
  color: #d4ddd5;
}
.visibility-section {
  padding: 90px 0;
}
.visibility-section h2 {
  margin: 16px 0 45px;
}
.visibility-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.visibility-grid > div {
  border: 1px solid var(--line);
  background: #fffdf8;
  padding: 30px;
}
.visibility-grid h3 {
  font-size: 28px;
  margin-bottom: 16px;
}
.visibility-grid ul,
.plan-card ul {
  margin: 0;
  padding-left: 18px;
  font-size: 13px;
  line-height: 2;
  color: #4d5752;
}
.plans-section {
  padding: 20px 0 90px;
}
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.plan-card {
  border: 1px solid var(--line);
  padding: 32px;
  background: #fffdf8;
}
.plan-card:last-child {
  border-color: var(--gold);
}
.plan-price {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 46px;
  margin: 10px 0 2px;
}
.plan-term {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 18px;
}
.plans-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}
.developer-section {
  background: #182a23;
  color: #e7e8df;
  padding: 90px 0;
}
.developer-section .eyebrow,
.developer-section h2 em {
  color: #d9bc90;
}
.developer-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.developer-grid h2 {
  margin-top: 16px;
}
.developer-grid p {
  font-size: 14px;
  color: #c9cec6;
}
.developer-grid p a {
  color: #fff;
  text-decoration: underline;
}
.developer-section .text-link {
  color: #fff;
}
.legal-page {
  max-width: 820px;
  padding-bottom: 100px;
}
.legal-page h1 {
  font-size: clamp(48px, 6vw, 80px);
  margin-top: 14px;
}
.legal-page h2 {
  font-size: 32px;
  margin: 46px 0 14px;
}
.legal-page p,
.legal-page li {
  font-size: 14px;
  line-height: 1.85;
}
.legal-page ul {
  padding-left: 20px;
}
.legal-page li + li {
  margin-top: 8px;
}
.legal-page a {
  text-decoration: underline;
}
.legal-page .lead {
  font-size: 17px;
  margin-top: 26px;
}
.legal-updated {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
@media (max-width: 1000px) {
  .home-paths.home-paths-three {
    grid-template-columns: 1fr;
  }
  .home-paths.home-paths-three > a,
  .home-paths.home-paths-three > a + a {
    padding: 27px 0;
    border-left: 0;
  }
  .home-paths.home-paths-three > a + a {
    border-top: 1px solid var(--line);
  }
  .owner-grid,
  .developer-grid,
  .split-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }
  .plan-grid,
  .visibility-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .brand-intro {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-block: 40px 44px;
  }
  .owner-section {
    padding-top: 65px;
    margin-bottom: 65px;
  }
  .owner-pillars {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .city-section {
    padding-bottom: 65px;
  }
  .city-grid {
    grid-template-columns: 1fr 1fr;
  }
  .city-grid a {
    padding: 20px 16px;
  }
  .city-grid strong {
    font-size: 26px;
  }
  .page-intro-bottom {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .steps-section,
  .developer-section,
  .visibility-section {
    padding: 65px 0;
  }
}
@media (max-width: 640px) {
  .nav-long {
    display: none;
  }
  .nav-short {
    display: inline;
  }
}

/* Night palette: near-black with a violet glow and champagne gold. Used for the
   stats/spotlight band, icons, testimonials and footer. */
:root {
  --night: #15121b;
  --night-card: #1e1827;
  --night-line: #342a42;
  --night-text: #f3eee6;
  --night-muted: #b5abc2;
  --violet: #3d1466;
  --violet-deep: #230b3d;
  --champagne: #d8b877;
  --champagne-deep: #b58a42;
}
.button.gold {
  background: linear-gradient(135deg, #ecd39a, var(--champagne) 45%, var(--champagne-deep));
  color: #1b1320;
  font-weight: 600;
}
.button.gold:hover {
  background: linear-gradient(135deg, #f3ddb0, #e0c186 45%, #c49852);
}
.night-band,
.icons-section,
.words-section {
  color: var(--night-text);
  background:
    radial-gradient(ellipse 70% 60% at 12% 0%, #3d146655, transparent 70%),
    radial-gradient(ellipse 60% 70% at 100% 100%, #2a0c4a66, transparent 70%),
    var(--night);
}
.night-band .eyebrow,
.icons-section .eyebrow,
.words-section .eyebrow,
.night-band h2 em,
.icons-section h2 em,
.words-section h2 em {
  color: var(--champagne);
}
.night-band .text-link,
.icons-section .text-link {
  color: var(--night-text);
  border-color: var(--champagne);
}
.night-band {
  padding: 70px 0 90px;
  margin-bottom: 80px;
}
.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 0 80px;
  border-bottom: 1px solid var(--night-line);
  padding-bottom: 50px;
}
.stats-row > div {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  padding: 0 28px;
  border-left: 1px solid var(--night-line);
}
.stats-row > div:first-child {
  border-left: 0;
  padding-left: 0;
}
.stats-row dd {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.stats-row dd span {
  color: var(--champagne);
}
.stats-row dt {
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--night-muted);
}
.spotlight-head h2 {
  margin: 14px 0 34px;
  font-size: clamp(32px, 3.6vw, 50px);
}
.spotlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.spotlight-list li {
  display: flex;
  flex-direction: column;
  background: var(--night-card);
  border: 1px solid var(--night-line);
}
.spotlight-list li > a:first-child {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 20px;
  flex: 1;
}
.spotlight-list li > a:first-child:hover {
  text-decoration: none;
  background: #251d30;
}
.spotlight-meta {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--champagne);
}
.spotlight-list strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 23px;
  line-height: 1.25;
  color: #fff;
}
.spotlight-read {
  margin-top: auto;
  font-size: 11px;
  color: var(--night-muted);
}
.spotlight-project {
  border-top: 1px solid var(--night-line);
  padding: 14px 26px;
  font-size: 12px;
  color: var(--night-text);
}
.spotlight-list.light li {
  background: #fffdf8;
  border-color: var(--line);
}
.spotlight-list.light li > a:first-child:hover {
  background: #f4efe4;
}
.spotlight-list.light strong {
  color: var(--ink);
}
.spotlight-list.light .spotlight-meta {
  color: var(--gold);
}
.spotlight-list.light .spotlight-read {
  color: var(--muted);
}
.project-news {
  padding: 70px 0 20px;
  border-top: 1px solid var(--line);
}
.project-news h2 {
  margin: 14px 0 32px;
}
.icons-section {
  padding: 95px 0;
  margin-bottom: 100px;
}
.icons-section .section-heading > p {
  color: var(--night-muted);
}
.icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.icon-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 26px;
  padding: 34px;
  background: linear-gradient(160deg, #2a1a3d, var(--night-card) 60%);
  border: 1px solid var(--night-line);
}
.icon-medallion {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 34px;
  color: #1b1320;
  background: linear-gradient(135deg, #f0dbab, var(--champagne) 50%, var(--champagne-deep));
  box-shadow: 0 0 0 6px #d8b87722;
}
.icon-body h3 {
  font-size: 32px;
  color: #fff;
}
.icon-fact {
  font-size: 13px;
  color: var(--night-muted);
  margin: 10px 0 18px;
  line-height: 1.7;
}
.icon-body blockquote {
  margin: 0;
  border-left: 2px solid var(--champagne);
  padding-left: 18px;
}
.icon-body blockquote p {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
}
.icon-body blockquote footer {
  margin-top: 8px;
  font-size: 11px;
  color: var(--champagne);
}
.icon-source {
  margin-top: 18px;
  font-size: 11px;
  color: var(--night-muted);
}
.icon-source a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.icons-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.icons-bottom > p {
  font-size: 11px;
  color: var(--night-muted);
  max-width: 520px;
}
.icons-bottom .owner-actions {
  margin-top: 0;
}
.words-section {
  padding: 95px 0;
}
.words-section h2 {
  margin: 16px 0 45px;
}
.words-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.word-card {
  margin: 0;
  padding: 32px;
  background: var(--night-card);
  border: 1px solid var(--night-line);
}
.quote-mark {
  font: 70px/0.6 Georgia, serif;
  color: var(--champagne);
}
.word-card blockquote {
  margin: 18px 0 24px;
}
.word-card blockquote p {
  font-size: 15px;
  color: var(--night-text);
}
.word-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid var(--night-line);
  padding-top: 16px;
  font-size: 12px;
  color: var(--night-muted);
}
.word-card figcaption strong {
  color: #fff;
  font-size: 14px;
}
.word-card figcaption a {
  color: var(--champagne);
  margin-top: 6px;
}
.project-badge {
  position: absolute;
  left: 22px;
  top: 20px;
  padding: 8px 12px 8px 26px;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #15121bcc;
  border: 1px solid #d8b87766;
  backdrop-filter: blur(6px);
}
.project-badge:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -3.5px;
  transform: rotate(45deg);
  background: var(--champagne);
}
.card-image {
  position: relative;
}
.project-location {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: var(--muted);
  margin: -4px 0 14px;
}
.project-location .pin {
  color: var(--gold);
  flex: none;
}
.rich-footer {
  background:
    radial-gradient(ellipse 60% 80% at 0% 0%, #3d146640, transparent 70%),
    var(--night);
  color: var(--night-text);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1.1fr;
  gap: 40px;
  padding-bottom: 46px;
  border-bottom: 1px solid var(--night-line);
}
.footer-brand p {
  font-size: 12px;
  color: var(--night-muted);
  line-height: 1.8;
  margin: 18px 0 24px;
  max-width: 300px;
}
.rich-footer nav {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin: 0;
  font-size: 12px;
}
.rich-footer nav a,
.footer-reach a {
  color: var(--night-text);
}
.rich-footer nav a:hover,
.footer-reach a:hover {
  color: var(--champagne);
}
.footer-heading {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px !important;
  color: var(--champagne) !important;
  margin: 0 0 6px !important;
}
.footer-reach p {
  font-size: 12px;
  color: var(--night-muted);
  margin: 0 0 9px;
  line-height: 1.6;
}
.footer-disclaimer {
  font-size: 11px !important;
  line-height: 1.8;
  color: var(--night-muted) !important;
  margin: 26px 0 0 !important;
  max-width: 980px;
}
.footer-disclaimer strong {
  color: var(--night-text);
}
.rich-footer small {
  margin-top: 22px;
  border-top-color: var(--night-line);
  color: #8f86a0;
}
@media (max-width: 1000px) {
  .stats-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 36px;
  }
  .stats-row > div:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }
  .spotlight-list,
  .words-grid {
    grid-template-columns: 1fr;
  }
  .icons-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}
@media (max-width: 700px) {
  .night-band {
    padding: 50px 0 60px;
    margin-bottom: 60px;
  }
  .stats-row {
    margin-bottom: 50px;
    padding-bottom: 36px;
  }
  .stats-row > div {
    padding: 0 16px;
  }
  .stats-row dd {
    font-size: 44px;
  }
  .icons-section,
  .words-section {
    padding: 65px 0;
    margin-bottom: 65px;
  }
  .icon-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }
  .icon-medallion {
    width: 70px;
    height: 70px;
    font-size: 27px;
  }
  .icon-body blockquote p {
    font-size: 19px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
  }
}

.icons-section + .owner-section {
  margin-top: -100px;
}
@media (max-width: 700px) {
  .icons-section + .owner-section {
    margin-top: -65px;
  }
}
