/* 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(188,231,227,.2); border-radius: 50%; box-shadow: 0 0 0 48px rgba(188,231,227,.035), 0 0 0 110px rgba(188,231,227,.02); pointer-events: none; }
.residences-section::after { content: ""; position: absolute; top: 162px; right: 0; width: 38%; height: 1px; background: linear-gradient(90deg,transparent,rgba(188,231,227,.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(6,59,78,.17); border-radius: 50%; box-shadow: 0 0 0 29px rgba(6,59,78,.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(188,231,227,.18); border-radius: 50%; box-shadow: 0 0 0 42px rgba(188,231,227,.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(6,59,78,.4); }
.location-section::after { content: ""; position: absolute; left: -110px; bottom: -205px; width: 490px; height: 490px; border: 1px solid rgba(6,59,78,.13); border-radius: 50%; box-shadow: 0 0 0 44px rgba(6,59,78,.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 #c7e0dc; 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(238,128,96,.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,#f4eee3 0%,#f7f1e6 58%,#d9e7df 100%); }
.preview-section::before { content: ""; position: absolute; right: -196px; top: 49px; width: 660px; height: 660px; border: 1px solid rgba(6,59,78,.17); border-radius: 50%; box-shadow: 0 0 0 42px rgba(6,59,78,.025),0 0 0 104px rgba(6,59,78,.018); }
.preview-section::after { content: ""; position: absolute; right: 4%; bottom: 0; width: 74%; height: 1px; background: linear-gradient(90deg,transparent,rgba(6,59,78,.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(6,59,78,.22); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: rgba(6,59,78,.53); font-size: 8px; letter-spacing: .18em; font-weight: 800; }
.preview-tide-mark::before { content: ""; position: absolute; inset: 17px; border: 1px solid rgba(6,59,78,.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,251,244,.63); border: 1px solid rgba(6,59,78,.14); box-shadow: 15px 18px 0 rgba(6,59,78,.06); }

@media (max-width: 650px) {
  .brand-coordinate { display: none; }
  .location-section::before { top: 23px; font-size: 6px; }
  .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; }
}
