/* Sampada Royal V3 — architectural editorial direction */
:root {
  --wine: #311a23;
  --wine-dark: #211218;
  --wine-mid: #4b2a33;
  --gold: #bd9864;
  --gold-light: #dec397;
  --ink: #261f1e;
  --muted: #685e57;
  --cream: #faf6ef;
  --cream-deep: #efe5d8;
  --white: #fffdf9;
  --line: #dccfbe;
}
body { background: var(--cream); color: var(--ink); }
::selection { background: #d7b584; color: var(--wine-dark); }
.container { width: min(100% - 72px, 1240px); }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 3px; background: #d5ad73; transform: scaleX(0); transform-origin: left; pointer-events: none; }
.topbar { background: #26151c; color: #e9d9c7; font-size: 10px; letter-spacing: .15em; }
.topbar-inner { height: 29px; }
.site-header { height: 82px; background: rgba(252, 249, 243, .96); border-bottom: 1px solid #e7ded1; backdrop-filter: blur(18px); }
.brand { gap: 13px; }
.brand-mark { width: 47px; height: 47px; border-color: #ab895c; font-size: 23px; }
.brand-words strong { font-size: 20px; letter-spacing: .16em; }
.brand-words em { font-size: 18px; letter-spacing: .3em; color: #8f6846; }
.primary-nav { gap: clamp(13px, 1.8vw, 27px); font-size: 12px; }
.primary-nav > a:not(.nav-cta) { position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { min-height: 43px; padding: 11px 19px; background: var(--wine); border-radius: 2px; }
.nav-cta:hover { background: #59343d; }
.button { min-height: 54px; border-radius: 3px; padding: 14px 22px; font-size: 13px; letter-spacing: .01em; }
.button-primary { background: #d4ad77; color: #29161e; }
.button-primary:hover { background: #e5c89f; color: #29161e; }
.button-gold { background: var(--wine); color: #fff9f0; }
.button-gold:hover { background: #56323b; }
.text-link { font-size: 13px; font-weight: 700; padding-bottom: 4px; }
.eyebrow { color: #916944; font-size: 11px; letter-spacing: .2em; margin-bottom: 22px; }
.mini-label { color: #8f683f; font-size: 11px; }

/* First impression */
.hero {
  background: radial-gradient(circle at 17% 8%, #54323b 0, #311b24 36%, #231219 88%);
  color: #fff9f1;
  padding: 56px 0 102px;
}
.hero::before { top: -190px; left: -230px; width: 600px; height: 600px; border-color: rgba(219, 189, 144, .13); box-shadow: 0 0 0 82px rgba(219, 189, 144, .025), 0 0 0 165px rgba(219, 189, 144, .018); }
.hero::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0 calc(25% - 1px), rgba(222, 196, 157, .035) calc(25% - 1px) 25%); pointer-events: none; }
.hero-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(36px, 5vw, 78px); align-items: center; z-index: 1; }
.hero-copy { position: relative; z-index: 1; }
.hero .eyebrow { color: #ddb986; margin-bottom: 23px; }
.hero h1 { max-width: 620px; font-size: clamp(64px, 6.65vw, 106px); line-height: .91; letter-spacing: -.058em; color: #fff9f0; text-wrap: balance; }
.hero h1 i { display: block; color: #dfbe89; }
.hero-lead { max-width: 505px; color: #e9d9cb; font-size: 16px; line-height: 1.7; margin-top: 27px; }
.hero-lead strong { color: #fff9f0; }
.hero-actions { margin-top: 29px; gap: 25px; }
.hero-actions .button-primary { min-height: 55px; background: #dbb783; color: #2c1920; box-shadow: 0 9px 28px rgba(15, 5, 9, .22); }
.hero-actions .button-primary:hover { background: #ebcfa7; }
.hero-actions .text-link { color: #f7e7d7; border-color: #cda66e; }
.registration-status { max-width: 505px; margin: 29px 0 0; padding: 0 0 0 14px; border-left: 2px solid #ccaa76; background: transparent; color: #d6c1b5; font-size: 11.5px; line-height: 1.6; }
.registration-status strong { display: block; color: #e8c693; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; margin-bottom: 3px; }
.hero-explore { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; max-width: 520px; margin-top: 30px; border-top: 1px solid rgba(226, 196, 158, .26); padding-top: 17px; }
.hero-explore a { display: flex; align-items: center; gap: 11px; min-height: 34px; color: #f6e8dc; font-size: 12px; font-weight: 600; transition: color .2s, transform .2s; }
.hero-explore a:hover { color: #e7bd81; transform: translateX(3px); }
.hero-explore span { color: #c59c66; font-size: 10px; letter-spacing: .1em; }
.hero-explore b { font-weight: 400; margin-left: auto; font-size: 16px; }
.hero-visual { padding: 0 8px 0 0; }
.hero-image-wrap { height: min(575px, 46vw); min-height: 500px; border: 6px solid #c9a36e; border-radius: 310px 310px 8px 8px; background: #3b2526; box-shadow: 0 30px 60px rgba(7, 3, 6, .38); }
.hero-image-wrap img { object-position: 43% 45%; transform: scale(1.18); }
.hero-image-wrap:hover img { transform: scale(1.22); }
.visual-seal { width: 105px; height: 105px; left: -38px; bottom: 50px; border: 4px solid #d8bc8b; background: #f7eee1; color: #392126; box-shadow: 0 12px 25px rgba(14, 6, 8, .22); }
.visual-seal span { font-size: 12px; }
.image-caption { right: 23px; bottom: 17px; padding: 5px 8px; background: rgba(28, 13, 17, .65); text-shadow: none; border-radius: 2px; }
.hero-mobile-caption { display: none; }
.hero-bottom-rule { height: 3px; background: linear-gradient(90deg, #75464c, #e3c38f, #75464c); }

/* Intent, contact and project facts */
.enquiry-section { margin-top: -57px; }
.enquiry-card { grid-template-columns: minmax(255px, .76fr) minmax(0, 1.24fr); gap: clamp(36px, 4vw, 68px); align-items: center; padding: 39px 45px; background: #fffaf3; border: 1px solid #ddc9ac; border-top: 4px solid #c6a06c; border-radius: 12px; box-shadow: 0 22px 50px rgba(34, 18, 21, .18); }
.enquiry-card .mini-label { color: #8c6337; }
.enquiry-intro h2 { max-width: 370px; font: 500 clamp(38px, 3.5vw, 50px)/.98 var(--serif); letter-spacing: -.04em; color: var(--wine); margin: 11px 0 14px; }
.enquiry-intro h2 i { font-weight: 400; }
.enquiry-intro p { color: #645952; font-size: 14px; line-height: 1.65; max-width: 390px; }
.enquiry-quicklinks { margin-top: 20px; display: grid; gap: 3px; }
.enquiry-quicklinks a { width: fit-content; color: var(--wine); border-bottom: 1px solid #b88d58; font-size: 13px; font-weight: 700; }
.enquiry-quicklinks a span { margin-left: 10px; font-size: 16px; font-weight: 400; }
.enquiry-quicklinks > span { color: #8a7e74; font-size: 11px; }
.form-fields { grid-template-columns: 1fr 1fr; align-items: end; gap: 15px; }
.form-fields label { gap: 8px; }
.form-fields label span { font-size: 11px; letter-spacing: .13em; color: #604f47; }
.form-fields input, .form-fields select { height: 53px; border: 1px solid #d4c5b2; border-radius: 4px; background-color: #fffefd; color: #261d1e; padding: 0 15px; font-size: 14px; }
.form-fields input::placeholder { color: #80756e; }
.form-fields input:focus, .form-fields select:focus { border-color: #9b744b; }
.form-fields .button { min-height: 53px; height: 53px; padding-inline: 18px; font-size: 12px; white-space: normal; }
.enquiry-card .button-gold { background: #37202a; color: #fff9f1; }
.enquiry-card .button-gold:hover { background: #5b3943; }
.form-hint { color: #6f6058; font-size: 11px; line-height: 1.5; margin: 11px 0 0; }
.form-hint strong { color: #3f2627; }
.consent { color: #6f625b; font-size: 11.5px; margin-top: 11px; }
.consent input { width: 16px; height: 16px; flex: none; accent-color: #7d5544; }
.consent a { color: #4c2a2b; }
.enquiry-card .form-status { color: #713c32; font-size: 13px; }
.snapshot-section { background: #f5ede2; padding: 67px 0 70px; }
.snapshot-grid { border-color: #d5c7b5; }
.snapshot-grid > div { padding: 25px 24px 25px; }
.snapshot-grid > div + div { border-color: #d5c7b5; }
.snapshot-grid span { color: #88633e; font-size: 10px; margin-bottom: 11px; }
.snapshot-grid strong { font-size: clamp(26px, 2.3vw, 34px); letter-spacing: -.035em; }
.snapshot-grid p { color: #685e57; font-size: 12px; margin-top: 10px; }

/* The story and two clear plot paths */
.section { padding: 104px 0; }
.section h2 { font-size: clamp(53px, 5.5vw, 79px); line-height: .93; letter-spacing: -.055em; }
.overview-section { background: #faf6ef; }
.overview-grid { grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(55px, 8vw, 116px); }
.overview-image { height: 635px; border-radius: 180px 180px 6px 6px; padding: 0; background: #e2cfaf; overflow: visible; }
.overview-image::before { inset: 22px -21px -22px 21px; border: 1px solid #c7a775; border-radius: 180px 180px 6px 6px; }
.overview-image img { border-radius: inherit; object-position: 50% 42%; }
.frame-label { bottom: 16px; right: 16px; padding: 7px 11px; font-size: 11px; }
.overview-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.8; }
.overview-copy .section-lead { color: #453b36 !important; font-size: 18px !important; line-height: 1.65 !important; }
.feature-list { margin: 29px 0; }
.feature-list > div { padding: 16px 0; }
.feature-icon { font-size: 22px; }
.feature-list strong { font-size: 15px; }
.feature-list p { font-size: 13px; }
.plots-section { background: #efe5d9; }
.section-heading { align-items: end; margin-bottom: 35px; gap: 40px; }
.section-heading h2 { max-width: 770px; }
.section-heading > p { max-width: 330px; font-size: 15px; line-height: 1.7; }
.plot-grid { gap: 20px; }
.plot-card { border: 1px solid #d8c8b7; border-radius: 14px; box-shadow: 0 12px 32px rgba(72, 46, 43, .06); }
.plot-card:hover { transform: translateY(-5px); box-shadow: 0 24px 45px rgba(72, 46, 43, .12); }
.plot-image { height: 355px; background: #725d50; }
.plot-image img { object-fit: cover; }
.plot-card:first-child .plot-image img { transform: scale(1.8); object-position: 50% 62%; }
.plot-card:last-child .plot-image img { transform: scale(1.16); object-position: 50% 54%; }
.plot-card:first-child:hover .plot-image img { transform: scale(1.84); }
.plot-card:last-child:hover .plot-image img { transform: scale(1.21); }
.plot-image span { top: 18px; left: 18px; padding: 9px 12px; background: rgba(39, 20, 27, .9); border: 1px solid rgba(231, 196, 149, .52); border-radius: 2px; font-size: 10px; }
.plot-body { padding: 32px 34px 35px; }
.plot-type { display: block; color: #906c48; font-size: 10px; letter-spacing: .16em; font-weight: 700; margin-bottom: 10px; }
.plot-body h3 { font-size: 46px; line-height: .97; margin-bottom: 13px; }
.plot-body p { min-height: 65px; max-width: 520px; font-size: 14px; line-height: 1.7; margin-bottom: 23px; }
.plot-card-actions { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.plot-card-actions a { display: inline-flex; gap: 12px; font-size: 13px; }
.plot-card-actions a + a { color: #74645e; border-color: transparent; }
.plot-card-actions a + a:hover { color: var(--wine); border-color: var(--gold); }
.source-note { color: #746960 !important; font-size: 12px !important; }

/* A gallery that uses the actual brochure visuals, with their status visible */
.amenity-section { background: #24151d; padding: 108px 0 95px; }
.amenity-heading { max-width: 740px; margin-bottom: 38px; }
.amenity-heading h2 { color: #fffaf3; }
.amenity-heading > p:last-child { font-size: 15px; color: #ddcfc2; line-height: 1.65; margin-top: 18px; }
.amenity-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(3, 244px); gap: 14px; }
.amenity-tile { border-radius: 9px; }
.amenity-large { grid-column: span 7; grid-row: span 2; }
.amenity-tile:not(.amenity-large):not(.amenity-wide) { grid-column: span 5; }
.amenity-wide { grid-column: span 12; }
.amenity-tile::after { background: linear-gradient(180deg, rgba(14, 7, 9, .08) 25%, rgba(20, 9, 13, .84) 100%); }
.amenity-tile img { filter: saturate(.92); }
.amenity-tile:hover img { transform: scale(1.045); }
.amenity-tile > div { left: 26px; bottom: 24px; right: 23px; }
.amenity-tile span { font-size: 11px; color: #eed0a4; }
.amenity-tile h3 { font-size: 37px; margin: 8px 0 6px; }
.amenity-large h3 { font-size: 50px; }
.amenity-tile p { font-size: 13px; line-height: 1.5; max-width: 480px; color: #f4e9df; }
.amenity-disclaimer { margin-top: 23px; color: #d1bfb4; font-size: 12px; }

/* Make the brochure layout inspectable and the locality honest */
.masterplan-section { background: #faf6ef; }
.masterplan-grid { grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 6vw, 86px); }
.masterplan-copy h2 { font-size: clamp(52px, 5vw, 75px); }
.masterplan-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.75; }
.masterplan-actions { gap: 20px; }
.masterplan-figure { position: relative; background: #fffdfa; border: 1px solid #d6c6b1; border-radius: 10px; padding: 17px; box-shadow: 0 18px 40px rgba(75, 45, 41, .1); }
.masterplan-figure a { position: relative; display: block; overflow: hidden; background: #eee2d0; }
.masterplan-figure img { min-height: 0; height: auto; object-fit: contain; transition: transform .35s; }
.masterplan-figure a:hover img { transform: scale(1.025); }
.masterplan-zoom { position: absolute; right: 12px; bottom: 12px; display: inline-flex; gap: 18px; align-items: center; background: rgba(38, 21, 27, .94); color: #fffaf2; padding: 10px 13px; font-size: 12px; font-weight: 700; border-radius: 2px; }
.masterplan-zoom b { font-size: 17px; font-weight: 400; }
.masterplan-figure figcaption { color: #74685d; font-size: 11px; line-height: 1.5; text-align: left; margin: 13px 3px 1px; }
.location-section { background: radial-gradient(circle at 2% 0, #52313a, #2d1921 62%); padding: 108px 0; }
.location-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .87fr); gap: clamp(44px, 8vw, 115px); }
.location-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.75; color: #e3d5c7; }
.location-actions { gap: 27px; }
.location-card { min-height: 505px; border: 1px solid rgba(222, 190, 146, .5); border-radius: 10px; background: #f2e7d7; color: #321e23; padding: 38px 42px; box-shadow: 0 28px 50px rgba(16, 7, 10, .18); }
.location-card::before, .location-card::after { border-color: rgba(150, 110, 71, .22); right: -176px; bottom: -235px; }
.location-card-kicker { color: #795338; font-size: 11px; }
.location-card-rule { background: #cbb79a; margin: 20px 0 32px; }
.location-card strong { font-size: clamp(66px, 6vw, 90px); letter-spacing: -.06em; }
.location-card > span:nth-of-type(2) { font-size: 28px; }
.location-route { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; width: 62%; margin: 33px 0 24px; transform: skewY(-16deg); }
.location-route i { display: block; height: 39px; border: 1px solid rgba(146, 107, 72, .75); background: rgba(206, 176, 136, .2); }
.location-route i:nth-child(2), .location-route i:nth-child(4) { transform: translateY(12px); }
.location-card p { color: #614b3e; font-size: 12px; letter-spacing: .02em; text-transform: none; line-height: 1.55; margin: 0 0 8px; max-width: 340px; }
.location-card small { color: #705c4d; font-size: 11px; line-height: 1.5; max-width: 340px; }
.location-card > a { position: relative; z-index: 1; width: fit-content; display: inline-flex; gap: 14px; margin-top: 18px; color: #3c2325; font-size: 12px; font-weight: 700; border-bottom: 1px solid #ab7e4c; }
.location-card > a b { font-size: 16px; font-weight: 400; }

/* A calm route to a decision, then answers and further reading */
.steps-section { background: #f3e9dd; padding: 98px 0; }
.steps-heading { margin-bottom: 38px; }
.steps-grid { border-color: #cfbfaa; }
.steps-grid > div { padding: 34px 37px 36px 0; min-height: 206px; }
.steps-grid > div + div { border-color: #cfbfaa; padding-left: 37px; }
.steps-grid span { color: #987046; font-size: 40px; }
.steps-grid h3 { font-size: 33px; margin: 13px 0 8px; }
.steps-grid p { color: #665b53; font-size: 14px; line-height: 1.65; }
.faq-section { background: #fbf8f2; }
.faq-grid { grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(45px, 8vw, 110px); }
.faq-intro > p:not(.eyebrow) { color: #635951; font-size: 15px; line-height: 1.7; }
.faq-list { border-top: 1px solid #d6c7b6; }
.faq-list details { border-color: #d6c7b6; }
.faq-list summary { padding: 24px 48px 24px 0; font-size: 16px; font-weight: 600; }
.faq-list summary::after { color: #8e653c; right: 8px; }
.faq-list details p { color: #60564f; font-size: 14px; line-height: 1.75; }
.journal-section { background: #eee3d6; padding: 102px 0; }
.journal-head { margin-bottom: 36px; }
.journal-head > p { font-size: 15px; color: #625852; }
.journal-grid { gap: 19px; }
.journal-card { border: 1px solid #d9c8b5; border-radius: 12px; box-shadow: 0 12px 27px rgba(76, 47, 42, .04); }
.journal-card:hover { box-shadow: 0 23px 41px rgba(76, 47, 42, .13); }
.journal-image { height: 220px; }
.journal-image img { object-position: center 58%; }
.journal-card:first-child .journal-image img { transform: scale(1.8); }
.journal-card:first-child:hover .journal-image img { transform: scale(1.84); }
.journal-image span { background: rgba(48, 27, 35, .94); border: 1px solid rgba(234, 202, 160, .42); }
.journal-card .journal-body { padding: 25px 26px 28px; }
.journal-card .journal-body h3 { font-size: 34px; line-height: 1; }
.journal-card .journal-body p { color: #635a54; font-size: 13px; line-height: 1.65; }
.journal-link { font-size: 12px; }
.journal-all { margin-top: 30px; }
.final-cta { position: relative; overflow: hidden; background: radial-gradient(circle at 94% 5%, #65404a, #321b24 49%, #24141b); border-top: 1px solid #98754e; padding: 88px 0; }
.final-cta::after { content: ""; position: absolute; width: 380px; height: 380px; right: -90px; top: -150px; border: 1px solid rgba(232, 197, 153, .19); border-radius: 50%; box-shadow: 0 0 0 62px rgba(232, 197, 153, .03), 0 0 0 124px rgba(232, 197, 153, .025); pointer-events: none; }
.final-cta-inner { position: relative; z-index: 1; align-items: center; }
.final-cta h2 { font-size: clamp(54px, 5.1vw, 82px); max-width: 830px; }
.final-cta h2 i { color: #dfba85; }
.final-cta p:not(.eyebrow) { color: #e4d3c8; font-size: 15px; }
.final-cta-actions { min-width: 270px; }
.final-cta-actions .button-gold { background: #ddba86; color: #29161d; }
.final-cta-actions .button-gold:hover { background: #efcea1; }
.site-footer { background: #1b1116; padding-top: 72px; }
.footer-main { gap: 60px; padding-bottom: 61px; }
.footer-brand p { font-size: 14px; }
.footer-brand small { color: #b3a099; font-size: 11px; }
.footer-col h3 { font-size: 11px; }
.footer-col a { font-size: 13px; }
.footer-bottom { color: #b5a39b; font-size: 11px; }

@media (max-width: 1150px) {
  .container { width: min(100% - 52px, 1240px); }
  .primary-nav { gap: 15px; font-size: 11px; }
  .hero-grid { gap: 36px; }
  .hero h1 { font-size: clamp(58px, 6.4vw, 83px); }
  .hero-image-wrap { min-height: 460px; height: 50vw; }
  .enquiry-card { grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr); gap: 28px; padding: 34px; }
  .enquiry-intro { display: block; }
  .enquiry-intro h2 { margin: 10px 0 12px; }
  .enquiry-intro p { max-width: 370px; }
  .form-fields { grid-template-columns: 1fr 1fr; }
  .location-grid { grid-template-columns: 1fr minmax(320px, .9fr); gap: 45px; }
}
@media (max-width: 900px) {
  .container { width: min(100% - 40px, 1240px); }
  .site-header { height: 74px; }
  .primary-nav { top: 73px; padding: 17px 20px 22px; background: #fffaf3; box-shadow: 0 20px 30px rgba(27, 13, 16, .13); }
  .primary-nav > a:not(.nav-cta)::after { display: none; }
  .primary-nav > a { font-size: 14px; }
  .primary-nav .nav-cta { margin-top: 11px; }
  .hero { padding: 55px 0 93px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, .87fr); gap: 27px; }
  .hero h1 { font-size: clamp(54px, 7.2vw, 70px); }
  .hero-lead { font-size: 14px; }
  .hero-image-wrap { min-height: 450px; height: 56vw; }
  .hero-explore { margin-top: 22px; gap: 8px; }
  .hero-explore a { font-size: 11px; }
  .enquiry-card { grid-template-columns: 1fr; gap: 23px; }
  .enquiry-intro h2 { max-width: 760px; }
  .enquiry-quicklinks { display: none; }
  .snapshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .snapshot-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid #d5c7b5; }
  .snapshot-grid > div:nth-child(4) { border-top: 1px solid #d5c7b5; }
  .section { padding: 84px 0; }
  .overview-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .overview-image { height: 570px; }
  .section h2 { font-size: clamp(48px, 6vw, 66px); }
  .amenity-grid { grid-template-rows: repeat(3, 205px); }
  .masterplan-grid, .faq-grid { gap: 38px; }
  .location-grid { grid-template-columns: 1fr 340px; }
  .location-card { padding: 31px; min-height: 495px; }
  .location-card strong { font-size: 63px; }
  .journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  html { scroll-padding-top: 73px; }
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .container { width: min(100% - 34px, 1240px); }
  .topbar-inner { height: 27px; }
  .site-header { height: 66px; }
  .brand-mark { width: 40px; height: 40px; font-size: 19px; }
  .brand-words strong { font-size: 17px; }
  .brand-words em { font-size: 16px; }
  .primary-nav { top: 65px; }
  .hero {
    padding: 43px 0 38px;
    background-image: linear-gradient(90deg, rgba(35, 18, 26, .95) 0%, rgba(39, 20, 28, .86) 52%, rgba(39, 20, 28, .67) 100%), url("/assets/images/entrance-hero.webp");
    background-size: cover;
    background-position: center, 64% 45%;
  }
  .hero::before { width: 360px; height: 360px; top: 130px; left: -190px; }
  .hero::after { display: none; }
  .hero-grid { display: block; }
  .hero h1 { max-width: 580px; font-size: clamp(49px, 12.5vw, 69px); line-height: .9; }
  .hero h1 i { display: inline; }
  .hero .eyebrow { font-size: 9px; letter-spacing: .16em; margin-bottom: 22px; }
  .hero-lead { max-width: 450px; font-size: 14px; line-height: 1.58; margin-top: 22px; }
  .hero-actions { margin-top: 25px; gap: 13px; }
  .hero-actions .button { width: 100%; min-height: 51px; justify-content: center; }
  .hero-actions .text-link { min-height: 30px; font-size: 12px; }
  .registration-status { max-width: 440px; margin-top: 22px; font-size: 11px; color: #e4d2c6; }
  .hero-explore, .hero-visual { display: none; }
  .hero-mobile-caption { position: relative; z-index: 1; display: block; width: min(100% - 34px, 1240px); margin: 18px auto 0; color: #d8c3ae; font-size: 10px; letter-spacing: .06em; }
  .enquiry-section { margin-top: 0; }
  .enquiry-card { width: 100%; border-radius: 0; border-left: 0; border-right: 0; border-top: 4px solid #bb935e; box-shadow: none; padding: 29px 17px 31px; }
  .enquiry-intro h2 { font-size: 41px; margin: 8px 0 10px; }
  .enquiry-intro p { font-size: 14px; }
  .form-fields { grid-template-columns: 1fr; gap: 15px; }
  .form-fields label span { font-size: 11px; }
  .form-fields input, .form-fields select { height: 52px; font-size: 15px; }
  .form-fields .button { width: 100%; margin-top: 2px; font-size: 13px; }
  .consent { font-size: 11px; }
  .snapshot-section { padding: 37px 0 45px; }
  .snapshot-grid > div { padding: 20px 12px; }
  .snapshot-grid > div:first-child, .snapshot-grid > div:nth-child(3) { padding-left: 0; }
  .snapshot-grid strong { font-size: 25px; }
  .snapshot-grid p { font-size: 11px; }
  .section { padding: 74px 0; }
  .section h2 { font-size: clamp(49px, 11.9vw, 66px); }
  .overview-grid { grid-template-columns: 1fr; gap: 42px; }
  .overview-copy { order: 1; }
  .overview-image { order: 2; height: 410px; width: calc(100% - 14px); }
  .overview-image::before { inset: 14px -14px -14px 14px; }
  .overview-copy .section-lead { font-size: 16px !important; }
  .section-heading { display: block; }
  .section-heading > p { margin: 18px 0 0; }
  .plot-grid { grid-template-columns: 1fr; gap: 17px; }
  .plot-image { height: 250px; }
  .plot-body { padding: 26px; }
  .plot-body h3 { font-size: 41px; }
  .plot-body p { min-height: 0; }
  .plot-card-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .amenity-section { padding: 79px 0; }
  .amenity-grid { grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 10px; }
  .amenity-large { grid-column: span 2; grid-row: auto; height: 300px; }
  .amenity-tile:not(.amenity-large):not(.amenity-wide) { grid-column: span 1; height: 235px; }
  .amenity-wide { grid-column: span 2; height: 250px; }
  .amenity-tile > div { left: 17px; right: 15px; bottom: 16px; }
  .amenity-tile h3 { font-size: 27px; }
  .amenity-large h3 { font-size: 41px; }
  .amenity-tile p { font-size: 11px; }
  .amenity-tile span { font-size: 9px; }
  .masterplan-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .masterplan-figure { padding: 10px; }
  .masterplan-zoom { font-size: 10px; gap: 7px; padding: 8px; }
  .location-section { padding: 78px 0; }
  .location-card { min-height: 0; padding: 28px; }
  .location-card strong { font-size: 65px; }
  .location-route { margin: 23px 0 20px; }
  .steps-section { padding: 74px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid > div { min-height: 0; padding: 24px 0; }
  .steps-grid > div + div { border-left: 0; border-top: 1px solid #cfbfaa; padding-left: 0; }
  .steps-grid span { font-size: 35px; }
  .steps-grid h3 { font-size: 31px; margin-top: 9px; }
  .faq-list summary { font-size: 15px; padding: 20px 43px 20px 0; }
  .faq-list details p { font-size: 13px; margin-right: 10px; }
  .journal-section { padding: 75px 0; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-head h2 { font-size: clamp(49px, 11.9vw, 65px); }
  .journal-card .journal-body h3 { font-size: 36px; }
  .final-cta { padding: 75px 0; }
  .final-cta h2 { font-size: clamp(50px, 12vw, 72px); }
  .footer-main { gap: 33px 20px; }
  .footer-bottom { padding-bottom: 18px; }
  .mobile-contact { grid-template-columns: 1fr 1fr; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: #27151d; box-shadow: 0 -9px 24px rgba(22, 9, 13, .25); }
  .mobile-contact a { min-height: 46px; font-size: 12px; border-radius: 3px; }
  .mobile-contact a:last-child { background: #d7b07d; color: #29161d; }
}
@media (max-width: 390px) {
  .hero h1 { font-size: 49px; }
  .snapshot-grid strong { font-size: 22px; }
  .amenity-tile:not(.amenity-large):not(.amenity-wide) { grid-column: span 2; height: 215px; }
  .amenity-wide { height: 230px; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-progress { display: none; }
}
