/* UI/UX refinement: shared reading sizes, clear actions and responsive layouts. */
.ss-page {
  --text-body: 16px;
  --text-small: 13px;
  --text-label: 11px;
  --control-height: 48px;
  --space-unit: 8px;
  --focus-ring: var(--deep);
  font-size: var(--text-body);
}
.ss-page :is(p, li) { text-wrap: pretty; }
.ss-page :is(section[id], #island-guide, #enquiry-card) { scroll-margin-top: 88px; }
.ss-page :focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 5px; }
.ss-page :is(.living, .visit, .island-prologue, .image-dialog) { --focus-ring: var(--gold); }
.ss-page :is(.community-panel, .viewing-card) { --focus-ring: var(--deep); }
.ss-page .eyebrow { font-size: var(--text-label); letter-spacing: .15em; }
.ss-page .text-link { min-height: var(--control-height); font-size: var(--text-small); gap: 20px; }
.ss-page :is(.site-nav a, .chapter-bar>a, .menu-toggle) { font-size: 12px; }
.ss-page .site-nav { gap: clamp(16px, 2vw, 30px); }
.ss-page .site-nav a { letter-spacing: .06em; }
.ss-page .site-nav .nav-contact { padding: 13px 19px; gap: 18px; }
.ss-page .chapter-bar { height: 68px; gap: 2.5vw; }
.ss-page .chapter-bar>a>span { font-size: 10px; }
.ss-page .chapter-enquire { font-weight: 600; }
.ss-page .hero-title { width: 62%; }
.ss-page .hero-title .eyebrow { font-size: 11px; }
.ss-page .hero-description { font-size: var(--text-body) !important; max-width: 350px; line-height: 1.7; margin-top: 28px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; }
.ss-page .action-primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--control-height); padding: 13px 20px; background: var(--deep); color: var(--ivory); font-size: 13px; border: 1px solid var(--deep); transition: background .2s; }
.ss-page .action-primary:hover { background: var(--green); }
.ss-page .action-primary>span { font-size: 18px; }
.ss-page .hero-actions>a { min-height: 56px; line-height: 1.5; }
.ss-page .hero-actions>a>span { font-size: 18px; line-height: 1; flex-shrink: 0; }
.ss-page .hero-actions .text-link { justify-content: space-between; padding: 13px 20px; font-size: 13px; background: var(--ivory); border: 1px solid var(--rust); transition: background .2s; }
.ss-page .hero-actions .text-link:hover { background: #e8e7df; }
.ss-page .film-card-copy small { font-size: 11px; letter-spacing: 0; }
.ss-page .hero-impression { font-size: 11px; background: var(--deep); padding: 3px 8px; text-shadow: none; }
.ss-page .hero-edition { font-size: 10px; letter-spacing: .1em; }
.ss-page :is(.intro-text, .architecture-copy>p:not(.eyebrow), .interiors .section-heading>p:last-child, .living-heading>p:last-child, .community-panel [role=tabpanel]>p, .days-heading>p:last-child, .island-guide-heading>p, .island-guide-copy>p:not(.eyebrow), .table-story>p:not(.eyebrow), .enquiry-response p, .visit-heading>p:not(.eyebrow), details>p) { font-size: var(--text-body); line-height: 1.8; }
.ss-page .intro-bottom { max-width: 460px; }
.ss-page .architecture-copy .small-copy { font-size: var(--text-small); margin-top: 20px; }
.villa-essentials { display: grid; margin: 24px 0 12px !important; border-top: 1px solid var(--line); }
.villa-essentials>div { display: grid; grid-template-columns: 100px 1fr; gap: 16px; border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 13px; line-height: 1.6; }
.villa-essentials dt { color: var(--green); }
.villa-essentials dd { margin: 0; font-weight: 600; }
.ss-page .architecture { align-items: stretch; }
.ss-page .gallery-navigation { gap: 16px; padding-top: 28px; }
.ss-page :is(.gallery-caption, .facts dd, .micro-label, .community-image-label, .island-guide-panel figcaption, .island-places>span, .day-card figcaption>span, .days-note, .table-photo>span, .film-description>span) { font-size: var(--text-label); }
.ss-page :is(.arrow-button, .interior-tabs button, .dialog-close) { min-height: 44px; min-width: 44px; }
.ss-page :is(.interior-tabs button, .image-expand span, .community-panel li, .care-note p, .care-note p>span, .island-tabs button, .enquiry-options button, .enquiry-note, .viewing-contact, .viewing-contact>a, .viewing-contact small, .footer-top>p, .footer-top>div, .back-top, .footer-bottom) { font-size: var(--text-small); }
.ss-page :is(.image-footnote, .community-tabs button>span, .enquiry-options button>span, .island-tabs button>span) { font-size: var(--text-label); }
.ss-page .community-explorer { grid-template-columns: 1.2fr 1fr; }
.ss-page .community-stage { height: auto; min-height: 760px; }
.ss-page .community-tabs button { font-size: 25px; }
.ss-page .community-panel { padding: 40px; }
.ss-page .community-panel h3 { font-size: 38px; }
.ss-page .care-note { flex-wrap: wrap; }
.ss-page .island-tabs { flex-wrap: wrap; gap: 0 22px; }
.ss-page .island-tabs button { white-space: normal; text-align: left; }
.ss-page .island-guide-panel { min-height: 480px; }
.ss-page .island-guide-panel figcaption { line-height: 1.6; }
.ss-page .questions { align-items: start; }
.ss-page .faq-list summary { font-size: 16px; padding-right: 32px; }
.ownership-steps { list-style: none; padding: 0; margin: 32px 0 0; counter-reset: ownership; max-width: 430px; }
.ownership-steps li { counter-increment: ownership; display: grid; grid-template-columns: 32px 1fr; gap: 0 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.ownership-steps li::before { content: '0' counter(ownership); grid-row: 1 / 3; font-size: 11px; color: var(--rust); padding-top: 5px; }
.ownership-steps strong { font-size: 15px; font-weight: 600; }
.ownership-steps p { font-size: 14px; line-height: 1.75; margin-top: 5px; }
.ss-page .visit { gap: 6vw; padding-left: 6vw; padding-right: 6vw; grid-template-columns: 1fr 1fr; }
.ss-page .viewing-card { padding: 40px; }
.ss-page .viewing-card h3 { font-size: 42px; }
.ss-page .enquiry-response { min-height: 0; padding: 24px 0; }
.ss-page .viewing-card .pill-button { min-height: var(--control-height); font-size: 14px; line-height: 1.6; }
.ss-page .viewing-contact { flex-wrap: wrap; gap: 16px; }
.ss-page .viewing-contact>span { font-size: var(--text-small); }
.ss-page .viewing-contact>a { min-height: 44px; display: inline-flex; align-items: center; }
.ss-page .enquiry-note { line-height: 1.7; }
.ss-page .footer-top { flex-wrap: wrap; }
.ss-page .footer-top>div a { min-height: 36px; overflow-wrap: anywhere; }
.ss-page .footer-bottom { line-height: 1.8; }
.ss-page :is(.connections-heading>.connections-intro, .connection-panel>p) { font-size: var(--text-body); line-height: 1.8; }
.ss-page :is(.connections-foot>p, .connection-panel .connection-detail, .connection-panel-top>span:first-child) { font-size: var(--text-small); }
.ss-page .connection-panel { min-height: 390px; }
.ss-page .sea-motion { min-height: 44px; font-size: 12px !important; }
.mobile-enquiry { display: none; }
@media (min-width: 761px) and (max-width: 1100px) {
  .ss-page .site-header { padding: 0 24px; gap: 18px; }
  .ss-page .site-nav { gap: 14px; }
  .ss-page .site-nav a { font-size: 10px; }
  .ss-page .site-nav .nav-contact { padding: 12px; gap: 10px; }
  .ss-page .chapter-bar { padding: 0 24px; gap: 22px; overflow-x: auto; }
  .ss-page .chapter-bar>a { flex-shrink: 0; }
  .ss-page .hero-title { width: 68%; }
  .ss-page .hero-actions { max-width: 330px; gap: 8px 16px; }
  .ss-page .community-explorer { grid-template-columns: 1fr 1fr; }
  .ss-page .community-panel { padding: 30px; }
  .ss-page .community-stage { min-height: 840px; }
  .ss-page .visit { gap: 32px; padding-left: 32px; padding-right: 32px; }
  .ss-page .viewing-card { padding: 28px; }
}
@media (max-width: 760px) {
  .ss-page { --text-body: 16px; }
  .ss-page .site-header { height: 78px; }
  .ss-page .site-nav { gap: 24px; }
  .ss-page .site-nav a { font: 400 36px/1.2 var(--serif); }
  .ss-page .site-nav .nav-contact { font: 600 13px/1.5 var(--sans); }
  .ss-page .menu-toggle { min-height: 44px; min-width: 72px; font-size: 13px !important; }
  .ss-page .hero { height: 960px; }
  .ss-page .hero-title { top: 115px; left: 24px; width: calc(100% - 48px); }
  .ss-page .hero-title .eyebrow { font-size: 10px; gap: 8px; margin-bottom: 25px; letter-spacing: .08em; }
  .ss-page .hero-title h1 { font-size: clamp(75px, 20vw, 120px); }
  .ss-page .hero-photo { top: 435px; }
  .ss-page .hero-photo:after { background: linear-gradient(180deg,var(--ivory),#f4f1ea26 25%,transparent 55%); }
  .ss-page .hero-description { margin-top: 24px; max-width: 320px; }
  .ss-page .hero-actions { gap: 12px; margin-top: 20px; max-width: 330px; }
  .ss-page .hero-actions>a { width: 100%; }
  .ss-page .hero-actions .action-primary, .ss-page .hero-actions .text-link { padding: 11px 15px; font-size: 13px; gap: 18px; }
  .ss-page .film-card { width: 184px; }
  .ss-page .film-card-copy small { font-size: 10px; }
  .ss-page .hero-edition { font-size: 9px; letter-spacing: .02em; gap: 15px; }
  .ss-page .hero-edition>span:last-child { display: none; }
  .ss-page .chapter-bar { height: 60px; padding: 0 24px; gap: 26px; }
  .ss-page .chapter-bar>a { font-size: 12px; }
  .ss-page .chapter-bar>a>span { font-size: 10px; }
  .ss-page .intro-margin { padding: 22px 0 0 12px; }
  .ss-page .intro-margin .eyebrow { font-size: 10px; }
  .ss-page .micro-label { font-size: 10px; letter-spacing: .04em; }
  .ss-page .intro-postcard img { height: 220px; }
  .ss-page .postcard-coordinate { font-size: 8px; letter-spacing: 0; }
  .ss-page .architecture-copy { max-width: none; }
  .ss-page .architecture-copy .small-copy { max-width: none; }
  .ss-page .architecture-copy h2 { font-size: clamp(52px, 15vw, 65px); }
  .ss-page .architecture-gallery { min-height: 480px; }
  .ss-page .facts dd { letter-spacing: .04em; }
  .ss-page .interior-tabs { gap: 24px; }
  .ss-page .community-stage { height: 420px; min-height: 0; }
  .ss-page .community-panel { padding: 40px 24px 32px; }
  .ss-page .community-tabs button { font-size: 24px; }
  .ss-page .community-panel h3 { font-size: 35px; }
  .ss-page .day-card figcaption>span { font-size: 10px; letter-spacing: .02em; }
  .ss-page .island-tabs { flex-wrap: nowrap; gap: 24px; }
  .ss-page .island-tabs button { white-space: nowrap; font-size: 13px; min-height: 52px; }
  .ss-page .island-guide-panel { min-height: 0; }
  .ss-page .island-prologue-footer>span { font-size: 10px; }
  .ss-page .island-prologue-footer>a { font-size: 13px; }
  .ss-page .island-prologue-title .eyebrow { font-size: 10px; }
  .ss-page .visit { padding: 70px 24px; }
  .ss-page .visit h2 { font-size: clamp(46px, 12vw, 62px); }
  .ss-page .viewing-card { padding: 28px 24px; }
  .ss-page .viewing-card h3 { font-size: 36px; }
  .ss-page .enquiry-options button { gap: 10px; font-size: 13px; }
  .ss-page .viewing-contact { flex-direction: column; align-items: flex-start; }
  .ss-page .footer-top { display: grid; }
  .ss-page .site-footer { padding-bottom: 100px; }
  .ss-page .mobile-enquiry:not([hidden]) { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: 1fr 1.15fr; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--ivory); box-shadow: 0 -6px 25px #0b354010; }
  .ss-page .mobile-enquiry a { display: flex; align-items: center; justify-content: center; text-align: center; min-height: 48px; padding: 10px; font-size: 12px; line-height: 1.5; border: 1px solid var(--deep); }
  .ss-page .mobile-enquiry a:last-child { background: var(--deep); color: var(--ivory); }
  .ss-page:has(.site-nav.is-open) .mobile-enquiry { display: none; }
  .ss-page :is(a,button,summary,[tabindex]) { scroll-margin-block: 85px 110px; }
}
@media (prefers-reduced-motion: reduce) { .ss-page .action-primary { transition: none; } }

/* Keep the project and foreground sea together in the homepage crop. */
.ss-page .hero-photo .hero-image{object-position:20% 62%}
@media(max-width:760px){.ss-page .hero-photo .hero-image{object-position:25% 62%}}

/* Keep the complete site inside its WordPress or browser content width. */
.ss-page{width:100%;max-width:1800px;margin-inline:auto;overflow-x:clip}

/* Continue the site ivory into the ultrawide outer gutters. */
html,body{background:#F4F1EA}

/* Replace font-dependent up-right glyphs with a crisp, consistent interface icon. */
.ss-page .ui-arrow{display:inline-block;width:.78em;height:.78em;vertical-align:-.08em;flex:none;color:currentColor}
.ss-page .ui-arrow path{fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
