.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 16px; background: var(--paper); color: var(--ink); opacity: 0; pointer-events: none; }
.skip-link:focus { top: 16px; opacity: 1; pointer-events: auto; }
.site-header { position: absolute; top: 0; width: 100%; z-index: 5; padding: 28px var(--gutter); display: flex; align-items: center; justify-content: space-between; color: var(--paper); }
.site-header button { background: none; border: none; padding: 12px 0; }
.menu-trigger { display: flex; align-items: center; gap: 14px; }
.menu-lines { display: inline-block; width: 24px; height: 10px; border-top: 1px solid; border-bottom: 1px solid; }
.brand { position: absolute; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.brand img { width: 44px; height: 44px; }
.brand span { font-size: 9px; letter-spacing: .4em; margin-left: .4em; margin-top: 7px; }
.header-enquire { border-bottom: 1px solid #f2eee56b !important; }
.header-enquire span { margin-left: 18px; font-size: 17px; }
.hero { position: relative; min-height: 730px; height: 135svh; color: var(--paper); background: var(--paper); }
.hero-stage { position: sticky; top: 0; height: 100svh; min-height: 730px; overflow: hidden; background: var(--dark); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 58% 54%; }
.scene-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; pointer-events: none; transition: opacity var(--duration-slow) var(--ease-out); }
.scene-video.is-ready { opacity: 1; }
.hero-video { object-position: 58% 54%; }
.afterlight-video { object-position: 58% 55%; }
.motion-toggle { position: absolute; z-index: 2; bottom: 30px; left: var(--gutter); border: 0; background: #28231f80; color: var(--paper); padding: 8px 12px; font-size: 8px; cursor: pointer; }
.motion-toggle span { margin-left: 12px; }
.afterlight .motion-toggle { left: auto; right: var(--gutter); }
.motion-paused .hero-stage, .motion-paused .hero-image, .motion-paused .hero-video, .motion-paused .hero-title, .motion-paused .hero-note { animation: none !important; }
.hero-shade { background: linear-gradient(180deg,#191d2560 0%,transparent 35%,transparent 48%,#1e191871 100%); }
.hero-topline { position: absolute; top: 19%; width: 100%; text-align: center; font-size: 9px; letter-spacing: .32em; }
.hero-title { position: absolute; bottom: 7%; left: var(--gutter); }
.hero-title .eyebrow { margin-left: 8px; }
.hero h1 { font: 400 clamp(160px,22vw,360px)/.85 var(--display); letter-spacing: -.075em; margin-left: -.035em; margin-top: 20px; }
.hero-note { position: absolute; bottom: 14%; right: var(--gutter); }
.hero-note p { font: 400 clamp(24px,2.7vw,43px)/1.15 var(--display); letter-spacing: -.025em; margin-bottom: 28px; }
.hero-note .eyebrow { font-size: 8px; letter-spacing: .15em; }
.hero-scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); display: flex; gap: 16px; align-items: center; text-decoration: none; }
.hero-scroll > span:last-child { font-size: 23px; }
.hero-index { position: absolute; bottom: 32px; right: var(--gutter); font-size: 8px; }
.section-label { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.setting { padding: 40px var(--gutter) var(--space-section); }
.intro { text-align: center; padding: 100px 0 90px; }
.tiny-emblem { display: block; width: 48px; height: 48px; margin: 0 auto 36px; filter: brightness(.5) sepia(.5); }
.intro .body-copy { margin: 36px auto 0; color: var(--muted); }
.landscape-spread { display: grid; grid-template-columns: 1.3fr .5fr .7fr; align-items: start; position: relative; }
.dune-frame { grid-column: 1 / 3; grid-row: 1; }
.dune-frame img { aspect-ratio: 1.6; object-fit: cover; }
figcaption.eyebrow { margin-top: 16px; font-size: 8px; letter-spacing: .14em; display: flex; justify-content: space-between; gap: 16px; }
.passage-frame { grid-column: 3; grid-row: 1 / 3; margin-top: 24%; margin-left: -15%; position: relative; z-index: 1; width: 115%; padding: 14px 0 0 14px; background: var(--paper); }
.passage-frame img { aspect-ratio: .61; object-fit: cover; object-position: 35% center; }
.passage-frame figcaption { justify-content: flex-end; }
.landscape-copy { grid-column: 1 / 3; padding: 56px 32px 0 14%; }
.landscape-copy > p { font: 400 clamp(28px,3vw,48px)/1.2 var(--display); letter-spacing: -.035em; margin: 24px 0; }
.landscape-copy > .eyebrow { color: var(--muted); }
.architecture { background: var(--dark); color: var(--paper); padding: 40px var(--gutter) 48px; }
.architecture .section-label { border-color: #f2eee530; }
.architecture-heading { display: grid; grid-template-columns: 1.25fr 1fr; align-items: end; gap: 10%; padding: 88px 0 72px; }
.architecture-heading .body-copy { max-width: 32ch; padding-bottom: 8px; color: #c8bfb3; }
.material-spread { display: grid; grid-template-columns: 1.55fr .75fr; gap: 9%; align-items: center; }
.architecture-main img { aspect-ratio: 1.25; object-fit: cover; object-position: 37% center; }
.material-detail { margin-top: 15%; }
.material-detail img { aspect-ratio: .95; object-fit: cover; object-position: 50% center; }
.material-detail figcaption { margin-top: 30px; }
.material-detail figcaption .eyebrow { color: var(--clay); }
.material-detail p { margin-top: 18px; font: 400 clamp(30px,3.5vw,56px)/1.1 var(--display); letter-spacing: -.035em; }
.architecture-bottom { margin-top: 88px; padding-top: 28px; border-top: 1px solid #f2eee530; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.architecture-bottom .eyebrow { font-size: 8px; }
.contour { width: 140px; color: var(--clay); }
.residence { padding: 40px var(--gutter) 100px; }
.residence-heading { display: flex; gap: 10%; align-items: end; justify-content: space-between; margin: 90px 0 64px; }
.residence-heading .display { font-size: clamp(50px,6.8vw,108px); }
.residence-heading .body-copy { max-width: 29ch; color: var(--muted); padding-bottom: 8px; }
.gallery-tabs { display: flex; border-bottom: 1px solid var(--line); margin-bottom: 24px; }
.gallery-tabs button { flex: 1; border: 0; border-bottom: 1px solid transparent; background: none; padding: 20px 0; display: flex; gap: 28px; color: var(--muted); font-size: 10px; letter-spacing: .08em; text-align: left; }
.gallery-tabs button span { text-transform: uppercase; letter-spacing: .16em; }
.gallery-tabs button[aria-selected="true"] { color: var(--ink); border-bottom-color: var(--ink); }
.gallery-stage { position: relative; }
.gallery-panel[hidden] { display: none; }
.gallery-panel:not([hidden]) { animation: panel-in var(--duration-slow) var(--ease-out); }
.gallery-panel img { width: 100%; aspect-ratio: 1.8; object-fit: cover; object-position: 60% 50%; }
.gallery-panel figcaption { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.gallery-panel figcaption > span:last-child { font: italic 24px/1.2 var(--display); }
.gallery-expand { position: absolute; right: 24px; top: 24px; background: var(--paper); border: none; color: var(--ink); }
.residence-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.residence-bottom > p { font-size: 8px; }
.ritual { display: grid; grid-template-columns: 1fr 1.12fr; background: #e7dfd2; }
.ritual-copy { padding: 90px 10% 80px calc(var(--gutter) * 1.2); display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.ritual .display { font-size: clamp(50px,6vw,96px); margin: 40px 0 32px; }
.ritual-copy .body-copy { max-width: 32ch; color: var(--muted); }
.ritual-rule { display: block; width: 1px; height: 65px; background: var(--clay); margin: 32px 0; }
.ritual-image img { height: 100%; min-height: 700px; object-fit: cover; object-position: 56% center; }
.afterlight { position: relative; height: 95svh; min-height: 700px; max-height: 1200px; color: var(--paper); background: var(--night); }
.afterlight > img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 58% 55%; }
.afterlight::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg,#1d202958,transparent 70%,#15161d55); }
.afterlight-content { position: relative; z-index: 1; padding: 75px var(--gutter); }
.afterlight-content h2 { font-size: clamp(60px,7vw,112px); margin: 24px 0; }
.afterlight-caption { position: absolute; bottom: 36px; left: var(--gutter); z-index: 1; }
.footer { background: var(--dark); color: var(--paper); padding: 48px var(--gutter) 24px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-bottom: 40px; }
.footer-logo { font: 80px/.9 var(--display); letter-spacing: -.06em; text-decoration: none; }
.footer-top p { font: italic 25px/1.2 var(--display); color: #c8bfb3; }
.footer-bottom { border-top: 1px solid #f2eee530; padding-top: 24px; display: flex; justify-content: space-between; gap: 24px; font-size: 8px; letter-spacing: .12em; }
.footer-bottom button { background: none; padding: 0; border: 0; text-transform: uppercase; font-size: inherit; letter-spacing: inherit; }
dialog { background: var(--paper); color: var(--ink); border: 0; padding: 40px; max-height: 90svh; overflow: auto; }
dialog::backdrop { background: #191611aa; backdrop-filter: blur(8px); }
body:has(dialog[open]) { overflow: hidden; }
.dialog-top { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-bottom: 40px; }
.menu-dialog { width: min(700px,90vw); }
.menu-dialog nav { display: flex; flex-direction: column; margin: 30px 0 56px; }
.menu-dialog nav a { font: 42px/1.4 var(--display); text-decoration: none; border-bottom: 1px solid var(--line); padding: 12px 0; }
.menu-dialog nav a:hover { font-style: italic; }
.menu-dialog nav span { font: 10px var(--sans); margin-right: 32px; color: var(--muted); }
.concept-dialog { width: min(630px,90vw); }
.concept-dialog .display { font-size: 64px; margin-bottom: 32px; }
.concept-dialog .body-copy { margin-bottom: 24px; max-width: none; }
.image-dialog { padding: 0; background: var(--dark); color: var(--paper); width: min(1500px,95vw); max-width: 95vw; }
.image-dialog .round-button { position: absolute; right: 20px; top: 20px; background: var(--dark); }
.image-dialog img { max-height: 78svh; object-fit: contain; }
.image-dialog p { padding: 20px; }
.t-stagger-line { display: block; opacity: 0; transform: translateY(var(--stagger-distance)); filter: blur(var(--stagger-blur)); transition: opacity var(--stagger-dur) var(--stagger-ease), transform var(--stagger-dur) var(--stagger-ease), filter var(--stagger-dur) var(--stagger-ease); will-change: transform, opacity, filter; }
.t-stagger-line--2 { transition-delay: var(--stagger-stagger); }
.t-stagger.is-shown .t-stagger-line { opacity: 1; transform: translateY(0); filter: blur(0); }
.t-stagger.is-hiding .t-stagger-line { opacity: 0; transform: translateY(0); filter: blur(0); transition: opacity 200ms ease, transform 0s linear, filter 0s linear; transition-delay: 0s; }
html:not(.js) .t-stagger-line { opacity: 1; transform: none; filter: none; }
@keyframes panel-in { from { opacity: .35; } to { opacity: 1; } }
@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    .hero { view-timeline-name: --hero; view-timeline-inset: 0; }
    .hero-stage { animation: hero-aperture linear both; animation-timeline: --hero; animation-range: contain 0% contain 100%; }
    .hero-image, .hero-video { animation: hero-drift linear both; animation-timeline: --hero; animation-range: contain 0% contain 100%; }
    .hero-title, .hero-note { animation: hero-type linear both; animation-timeline: --hero; animation-range: contain 0% contain 100%; }
    @keyframes hero-drift { to { transform: scale(1.06); } }
    @keyframes hero-aperture { from { clip-path: inset(0); } to { clip-path: inset(20px var(--gutter) 20px); } }
    @keyframes hero-type { to { transform: translateY(-24px); opacity: .2; } }
  }
}
@media (min-width:1700px) { .setting,.architecture,.residence { padding-left: max(var(--gutter),calc((100vw - 1600px)/2)); padding-right: max(var(--gutter),calc((100vw - 1600px)/2)); } }
@media (max-width:1000px) { .hero-note { bottom: 16%; } .hero-note p { font-size: 28px; } .architecture-heading,.residence-heading { gap: 6%; } .residence-heading .body-copy { max-width: 25ch; } .ritual-copy { padding-left: var(--gutter); } }
@media (max-width:760px) {
  .site-header { padding-top: 24px; }
  .header-enquire { font-size: 8px; max-width: 100px; line-height: 1.5; text-align: right; }
  .header-enquire span { margin-left: 4px; }
  .menu-trigger { font-size: 8px; gap: 9px; }
  .brand img { width: 36px; height: 36px; }
  .brand span { font-size: 8px; }
  .hero { min-height: 650px; height: 115svh; }
  .hero-stage { min-height: 650px; }
  .hero-image { object-position: 57% center; }
  .hero-video { object-position: 57% center; }
  .hero .motion-toggle { bottom: 76px; left: auto; right: var(--gutter); font-size: 7px; }
  .afterlight-video { object-position: 55% center; }
  .afterlight .motion-toggle { bottom: 68px; }
  .hero-topline { top: 20%; font-size: 7px; letter-spacing: .2em; }
  .hero-title { bottom: 15%; }
  .hero-title .eyebrow { font-size: 8px; margin-left: 3px; }
  .hero h1 { font-size: clamp(140px,43vw,270px); margin-top: 16px; }
  .hero-note { display: none; }
  .hero-scroll { left: var(--gutter); transform: none; bottom: 28px; }
  .hero-scroll .eyebrow { font-size: 8px; }
  .hero-index { bottom: 34px; font-size: 7px; }
  .section-label { font-size: 8px; letter-spacing: .12em; }
  .section-label > span:last-child { max-width: 120px; text-align: right; }
  .setting { padding-top: 28px; }
  .intro { padding: 72px 0 64px; }
  .intro .display { font-size: clamp(46px,12vw,76px); }
  .intro .body-copy { font-size: 13px; margin-top: 28px; }
  .tiny-emblem { margin-bottom: 28px; }
  .landscape-spread { grid-template-columns: 1fr .65fr; }
  .dune-frame { grid-column: 1 / -1; }
  .dune-frame img { aspect-ratio: 1.15; }
  .dune-frame figcaption span:last-child { display: none; }
  .passage-frame { grid-column: 2; grid-row: 2; width: 100%; margin: 48px 0 0; padding: 0; }
  .passage-frame img { aspect-ratio: .52; }
  .passage-frame figcaption { font-size: 7px; }
  .landscape-copy { grid-column: 1; grid-row: 2; padding: 80px 18px 0 0; }
  .landscape-copy .eyebrow { font-size: 8px; }
  .landscape-copy > p { font-size: 27px; }
  .landscape-copy .text-link { font-size: 8px; gap: 14px; }
  .architecture { padding-top: 28px; }
  .architecture-heading { grid-template-columns: 1fr; gap: 32px; padding: 60px 0 40px; }
  .architecture-heading .body-copy { max-width: 36ch; font-size: 14px; }
  .material-spread { grid-template-columns: 1fr; gap: 40px; }
  .architecture-main img { aspect-ratio: .9; }
  .material-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: 0; align-items: center; }
  .material-detail img { aspect-ratio: .8; }
  .material-detail figcaption { margin: 0; }
  .material-detail figcaption .eyebrow { font-size: 8px; }
  .material-detail p { font-size: 32px; }
  .architecture-bottom { margin-top: 48px; }
  .architecture-bottom .eyebrow { max-width: 100px; font-size: 7px; }
  .architecture-bottom .eyebrow:last-child { text-align: right; }
  .contour { width: 70px; }
  .residence { padding-top: 28px; padding-bottom: 64px; }
  .residence-heading { display: block; margin: 56px 0 24px; }
  .residence-heading .display { font-size: clamp(43px,10.5vw,70px); }
  .residence-heading .body-copy { max-width: 36ch; font-size: 14px; margin-top: 32px; }
  .gallery-tabs button { gap: 8px; font-size: 8px; padding: 20px 2px; }
  .gallery-tabs button span { letter-spacing: .07em; }
  .gallery-panel img { aspect-ratio: .86; object-position: 64% center; }
  .gallery-panel figcaption { display: block; padding: 20px 0; }
  .gallery-panel figcaption .eyebrow { display: block; font-size: 8px; margin-bottom: 12px; }
  .gallery-panel figcaption > span:last-child { font-size: 22px; }
  .gallery-expand { width: 40px; height: 40px; right: 12px; top: 12px; }
  .residence-bottom > p { max-width: 120px; font-size: 7px; }
  .residence-bottom .text-link { font-size: 8px; gap: 12px; }
  .ritual { grid-template-columns: 1fr; }
  .ritual-copy { padding: 64px var(--gutter); }
  .ritual .display { font-size: 64px; margin-top: 28px; }
  .ritual-copy .body-copy { font-size: 14px; }
  .ritual-rule { height: 40px; margin: 24px 0; }
  .ritual-image img { min-height: 0; height: 520px; object-position: 58% center; }
  .afterlight { min-height: 720px; height: 95svh; max-height: 1000px; }
  .afterlight-content { padding-top: 64px; }
  .afterlight-content h2 { font-size: 58px; }
  .afterlight > img { object-position: 55% center; }
  .afterlight-caption { font-size: 8px; }
  .footer-top { flex-wrap: wrap; gap: 24px; }
  .footer-logo { font-size: 64px; }
  .footer-top p { font-size: 19px; max-width: 120px; }
  .footer-top .round-button { width: 40px; height: 40px; }
  .footer-bottom { flex-direction: column; gap: 16px; align-items: flex-start; font-size: 7px; }
  dialog { padding: 24px; }
  .dialog-top { margin-bottom: 24px; }
  .dialog-top .eyebrow { font-size: 8px; }
  .dialog-top .round-button { width: 40px; height: 40px; flex-shrink: 0; }
  .menu-dialog nav a { font-size: 31px; }
  .menu-dialog nav span { margin-right: 16px; }
  .concept-dialog .display { font-size: 48px; }
  .concept-dialog .body-copy { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .t-stagger-line { transition: none !important; opacity: 1; transform: none; filter: none; }
  .hero { height: 100svh; }
  .hero-stage { position: relative; }
  .scene-video { opacity: 0 !important; }
}
