/* Tidal Modernism refinement: make the tide-line, sun-disc, and coordinate language a continuous signature. */
.brand-coordinate { padding-left: 11px; border-left: 1px solid currentColor; font-size: 7px; letter-spacing: .14em; font-weight: 800; opacity: .72; }

.residences-section::before { content: ""; position: absolute; top: -290px; right: -165px; width: 610px; height: 610px; border: 1px solid rgba(227,200,143,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(227,200,143,.035), 0 0 0 110px rgba(227,200,143,.02); pointer-events: none; }
.residences-section::after { content: ""; position: absolute; top: 162px; right: 0; width: 38%; height: 1px; background: linear-gradient(90deg,transparent,rgba(227,200,143,.5)); transform: rotate(-12deg); transform-origin: right; }
.residences-section .wrap { position: relative; z-index: 1; }

.tribay-section { position: relative; }
.tribay-section::before { content: ""; position: absolute; right: -140px; top: 52px; width: 345px; height: 345px; border: 1px solid rgba(59,36,48,.17); border-radius: 50%; box-shadow: 0 0 0 29px rgba(59,36,48,.025); }
.tribay-intro { position: relative; z-index: 1; }

.gallery-section { position: relative; }
.gallery-section::before { content: ""; position: absolute; left: -230px; top: 282px; width: 430px; height: 430px; border: 1px solid rgba(227,200,143,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(227,200,143,.03); }
.gallery-section .wrap { position: relative; z-index: 1; }

.location-section::before { content: "63A / GOLF COURSE EXTENSION"; position: absolute; z-index: 1; top: 38px; left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 8px; letter-spacing: .24em; font-weight: 800; color: rgba(59,36,48,.4); }
.location-section::after { content: ""; position: absolute; left: -110px; bottom: -205px; width: 490px; height: 490px; border: 1px solid rgba(59,36,48,.13); border-radius: 50%; box-shadow: 0 0 0 44px rgba(59,36,48,.025); }
.location-grid { position: relative; z-index: 2; }
.location-facts { position: relative; z-index: 2; grid-template-columns: 1.2fr repeat(4,1fr); gap: 0; padding-top: 31px; border-bottom: 0; }
.route-caption { align-self: center; margin: 0; color: var(--ocean); font: 20px var(--serif); line-height: 1.05; }
.route-caption span { font: 800 7px var(--sans); letter-spacing: .16em; opacity: .68; }
.location-fact { position: relative; padding: 0 12px 5px; transition: transform .25s var(--ease-out),color .25s; }
.location-fact + .location-fact { border-left: 0; padding-left: 12px; }
.location-fact::before { content: ""; position: absolute; left: 12px; top: -36px; width: 8px; height: 8px; border: 2px solid #f3e3e6; border-radius: 50%; background: var(--ocean); box-shadow: 0 0 0 1px var(--ocean); }
.location-fact:hover,.location-fact.active { color: var(--coral); padding-top: 0; padding-bottom: 5px; transform: translateY(-7px); }
.location-fact.active::before { background: var(--coral); box-shadow: 0 0 0 1px var(--coral),0 0 0 7px rgba(120,46,93,.16); }
.location-fact span { font-size: 7px; }
.location-fact b { font-size: 21px; }
.location-fact em { font-size: 9px; }

.preview-section { position: relative; padding: 150px 0 130px; overflow: hidden; background: linear-gradient(110deg,#faf3ea 0%,#f7ece7 58%,#f3dbe2 100%); }
.preview-section::before { content: ""; position: absolute; right: -196px; top: 49px; width: 660px; height: 660px; border: 1px solid rgba(59,36,48,.17); border-radius: 50%; box-shadow: 0 0 0 42px rgba(59,36,48,.025),0 0 0 104px rgba(59,36,48,.018); }
.preview-section::after { content: ""; position: absolute; right: 4%; bottom: 0; width: 74%; height: 1px; background: linear-gradient(90deg,transparent,rgba(59,36,48,.38),transparent); transform: rotate(-9deg); transform-origin: right; }
.preview-tide-mark { position: absolute; z-index: 1; right: 9%; top: 173px; width: 215px; height: 215px; border: 1px solid rgba(59,36,48,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(59,36,48,.53); font-size: 8px; letter-spacing: .18em; font-weight: 800; }
.preview-tide-mark::before { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(59,36,48,.16); border-radius: 50%; }
.preview-tide-mark span { transform: rotate(-15deg); }
.preview-grid { position: relative; z-index: 2; }
.enquiry-form { padding: 32px 34px 31px; background: rgba(255,249,242,.63); border: 1px solid rgba(59,36,48,.14); box-shadow: 15px 18px 0 rgba(59,36,48,.06); }

.intro-lede .brand-link { color: var(--ocean); font-weight: 800; text-decoration: none; border-bottom: 1px solid var(--aqua); transition: color .2s ease, border-color .2s ease; }
.intro-lede .brand-link:hover,
.intro-lede .brand-link:focus-visible { color: var(--coral); border-bottom-color: var(--coral); }

.intro-copy h2 { font-size: clamp(38px, 4.8vw, 76px); }

.location-copy h2 { font-size: clamp(36px, 4.4vw, 68px); margin-bottom: 20px; }
.location-copy p strong { font-weight: 800; color: var(--ocean); }
.location-copy .location-checklist { margin: 2px 0 20px; }
.location-more { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 70px; margin-top: 36px; padding-top: 36px; border-top: 1px solid rgba(59,36,48,.18); }
.location-more p { margin: 0; font-size: 14px; line-height: 1.8; color: #5c4650; }
.location-more p strong { font-weight: 800; color: var(--ocean); }

@media (max-width: 650px) {
  .brand-coordinate { display: none; }
  .location-section::before { top: 23px; font-size: 6px; }
  .location-copy h2 { font-size: 36px; }
  .location-copy .location-checklist { margin: 0 0 16px; }
  .location-more { grid-template-columns: 1fr; gap: 18px; margin-top: 28px; padding-top: 28px; }
  .location-facts { grid-template-columns: 1fr 1fr; margin-top: 48px; padding-top: 31px; gap: 21px 6px; }
  .route-caption { grid-column: 1 / -1; font-size: 18px; margin-bottom: 3px; }
  .location-fact { padding: 0 5px; }
  .location-fact + .location-fact { padding-left: 5px; }
  .location-fact::before { left: 5px; }
  .preview-section { padding: 100px 0 85px; }
  .preview-tide-mark { width: 145px; height: 145px; right: -45px; top: 81px; font-size: 6px; }
  .enquiry-form { padding: 26px 21px 23px; }
}
