/* =========================================================
   WHITE HOUSE — Private Palace Residences, Hyderabad
   "Nizam Nights": marble ivory · midnight · burnished gold
   Type: Cinzel (engraved capitals) · Cormorant Garamond (royal italic) · Jost (text)
   Motifs: cusped Nizam arch · jali lattice · eight-petal rosette
   ========================================================= */

:root {
  --marble: #F7F3EA;
  --pearl: #EEE7D8;
  --sand: #E2D8C4;
  --line: #D6C8AA;
  --midnight: #0D1220;
  --midnight-2: #141A2C;
  --midnight-3: #1C2338;
  --ink: #1B1E28;
  --muted: #5B5850;           /* 6.8:1 on marble */
  --gold: #D6B676;            /* on midnight 10:1 */
  --gold-2: #B8903F;          /* ornaments */
  --gold-deep: #7A5A22;       /* text on marble 6:1 */
  --on-dark: #F3ECDD;
  --on-dark-muted: #B7B2A6;   /* 8.4:1 on midnight */
  --gold-grad: linear-gradient(115deg, #8A6729 0%, #E9CF8E 32%, #B8903F 58%, #F1DDA6 100%);

  --font-display: "Cinzel", "Trajan Pro", "Times New Roman", serif;
  --font-royal: "Cormorant Garamond", "Cormorant", Garamond, "Times New Roman", serif;
  --font-text: "Jost", "Helvetica Neue", Arial, sans-serif;

  --fs-xs: .76rem;
  --fs-sm: .92rem;
  --fs-base: 1.0625rem;
  --fs-lg: clamp(1.3rem, 1.15rem + .5vw, 1.6rem);
  --fs-h3: clamp(1.25rem, 1.1rem + .6vw, 1.6rem);
  --fs-h2: clamp(1.9rem, 1.3rem + 2.4vw, 3.3rem);
  --fs-h1: clamp(2.1rem, 1.4rem + 3vw, 4rem);
  --fs-mark: clamp(2.6rem, 1rem + 7.4vw, 7.6rem);

  --s-1: .5rem; --s-2: 1rem; --s-3: 1.5rem; --s-4: 2rem; --s-5: 3rem; --s-6: 4.5rem;
  --container: 1240px;
  --gutter: clamp(1rem, .5rem + 2.5vw, 2.5rem);
  --ease: cubic-bezier(.22, .7, .2, 1);
  --dur: 260ms;
  --shadow: 0 40px 80px -40px rgba(13, 18, 32, .45);

  --arch-cusp: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 260' preserveAspectRatio='none'%3E%3Cpath d='M0.00,260.00 V112.00 A21.39,21.39 0 0 1 10.00,75.13 A19.64,19.64 0 0 1 35.00,50.54 A21.93,21.93 0 0 1 67.50,28.68 A24.27,24.27 0 0 1 100.00,0.00 A24.27,24.27 0 0 1 132.50,28.68 A21.93,21.93 0 0 1 165.00,50.54 A19.64,19.64 0 0 1 190.00,75.13 A21.39,21.39 0 0 1 200.00,112.00 V260.00 Z' fill='%23000'/%3E%3C/svg%3E");
  --arch-ogee: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 260' preserveAspectRatio='none'%3E%3Cpath d='M0.00,260.00 V112.00 C0.00,50.40 60.00,47.04 100.00,0.00 C140.00,47.04 200.00,50.40 200.00,112.00 V260.00 Z' fill='%23000'/%3E%3C/svg%3E");
  --arch-line: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 260' preserveAspectRatio='none'%3E%3Cpath d='M1.00,259.00 V112.00 C1.00,50.95 60.40,47.62 100.00,1.00 C139.60,47.62 199.00,50.95 199.00,112.00 V259.00' fill='none' stroke='%23C9A55F' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  --jali: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56'%3E%3Cg fill='none' stroke='%23D9BC7E' stroke-width='.7' opacity='.22'%3E%3Crect x='14' y='14' width='28' height='28'/%3E%3Crect x='14' y='14' width='28' height='28' transform='rotate(45 28 28)'/%3E%3Cpath d='M0 28h8M48 28h8M28 0v8M28 48v8M0 0l8 8M56 0l-8 8M0 56l8-8M56 56l-8-8'/%3E%3Ccircle cx='28' cy='28' r='5'/%3E%3C/g%3E%3C/svg%3E");
  --rosette: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(0 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(45 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(90 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(135 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(180 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(225 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(270 20 20)' fill='%23B8903F'/%3E%3Cellipse cx='20' cy='11' rx='3' ry='8' transform='rotate(315 20 20)' fill='%23B8903F'/%3E%3Ccircle cx='20' cy='20' r='3' fill='%23B8903F'/%3E%3C/svg%3E");
  --z-header: 100; --z-drawer: 200;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0; background: var(--marble); color: var(--ink);
  font-family: var(--font-text); font-size: var(--fs-base); font-weight: 400; line-height: 1.75;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
h1, h2, h3, h4 { margin: 0; font-weight: 400; line-height: 1.15; text-wrap: balance; }
p { margin: 0 0 1em; }
::selection { background: var(--gold); color: var(--midnight); }
:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }
.section--dark :focus-visible, .hero :focus-visible, .site-footer :focus-visible, .site-header :focus-visible, .drawer :focus-visible, .cta-band :focus-visible { outline-color: var(--gold); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: 1rem; top: -4rem; z-index: 999; background: var(--midnight); color: var(--gold); padding: .75rem 1.25rem; transition: top var(--dur); }
.skip-link:focus { top: 1rem; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.section { position: relative; padding-block: clamp(5rem, 3.5rem + 6vw, 10rem); }
.section--paper { background: var(--pearl); }
.section--dark { background: var(--midnight); color: var(--on-dark); isolation: isolate; }
.section--dark::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--jali); background-size: 56px; opacity: .55; -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%); mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%); }
.section--dark .lead, .section--dark p { color: var(--on-dark-muted); }
.grid-2 { display: grid; gap: clamp(2.5rem, 1rem + 5vw, 7rem); align-items: center; }
@media (min-width: 900px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-2--wide-left { grid-template-columns: 1.1fr .9fr; } }

/* ---------- Type ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 1rem; margin-bottom: var(--s-3);
  font-family: var(--font-display); font-size: var(--fs-xs); font-weight: 500; letter-spacing: .34em; text-transform: uppercase; color: var(--gold-deep);
}
.eyebrow::before { content: ""; width: 14px; height: 14px; background: var(--rosette) center / contain no-repeat; flex: none; }
.section--dark .eyebrow, .hero .eyebrow, .cta-band .eyebrow { color: var(--gold); }
.h1 { font-family: var(--font-royal); font-style: italic; font-weight: 400; font-size: var(--fs-h1); line-height: 1.1; }
.h2 { font-family: var(--font-display); font-weight: 400; font-size: var(--fs-h2); letter-spacing: .04em; line-height: 1.12; margin-bottom: var(--s-3); }
.h3 { font-family: var(--font-display); font-size: var(--fs-h3); letter-spacing: .04em; }
.h2 em, .h1 em { font-family: var(--font-royal); font-style: italic; font-weight: 500; letter-spacing: 0; color: var(--gold-deep); }
.h2 em { font-size: 1.08em; }
.section--dark .h2 em, .hero .h1 em, .cta-band .h2 em { color: var(--gold); }
.lead { font-family: var(--font-royal); font-size: var(--fs-lg); line-height: 1.55; color: var(--muted); max-width: 58ch; }
.section--dark .lead { color: var(--on-dark-muted); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }
.section-head { margin-bottom: clamp(3rem, 2rem + 3vw, 5.5rem); }
.section-head.center .eyebrow { flex-direction: column; gap: .9rem; }
.gold-text { background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Ornamental divider: line — rosette — line */
.ornament { display: flex; align-items: center; justify-content: center; gap: 1rem; color: var(--gold-2); margin: var(--s-3) auto; max-width: 320px; }
.ornament::before, .ornament::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold-2)); }
.ornament::after { background: linear-gradient(90deg, var(--gold-2), transparent); }
.ornament span { width: 18px; height: 18px; background: var(--rosette) center / contain no-repeat; }

/* ---------- Buttons ---------- */
.btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .8rem;
  min-height: 54px; padding: 1rem 2.2rem; border: 1px solid var(--midnight); border-radius: 0;
  background: var(--midnight); color: var(--gold);
  font-family: var(--font-display); font-size: .78rem; font-weight: 600; letter-spacing: .26em; text-transform: uppercase;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  touch-action: manipulation; cursor: pointer;
}
.btn::after { content: ""; position: absolute; inset: 4px; border: 1px solid currentColor; opacity: .35; pointer-events: none; transition: opacity var(--dur); }
.btn svg { width: 18px; height: 18px; transition: transform var(--dur) var(--ease); }
.btn:hover { background: var(--midnight-3); }
.btn:hover::after { opacity: .7; }
.btn:hover svg { transform: translateX(4px); }
.btn:disabled { opacity: .5; cursor: wait; }
.btn--gold { background: var(--gold-grad); background-size: 160% 100%; background-position: 0 0; color: var(--midnight); border-color: #C9A55F; transition: background-position 600ms var(--ease), box-shadow var(--dur); }
.btn--gold:hover { background: var(--gold-grad); background-size: 160% 100%; background-position: 100% 0; box-shadow: 0 10px 30px -10px rgba(214, 182, 118, .6); }
.btn--ghost-light { background: transparent; color: var(--on-dark); border-color: rgba(214, 182, 118, .6); }
.btn--ghost-light:hover { background: rgba(214, 182, 118, .12); color: var(--gold); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }
.center .btn-row, .btn-row--center { justify-content: center; }
.link-arrow { display: inline-flex; align-items: center; gap: .7rem; padding-block: .6rem; border-bottom: 1px solid currentColor; font-family: var(--font-display); font-size: .76rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; color: var(--gold-deep); }
.link-arrow svg { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.link-arrow:hover svg { transform: translateX(4px); }
.section--dark .link-arrow { color: var(--gold); }

/* ---------- Header ---------- */
.site-header { position: fixed; inset: 0 0 auto; z-index: var(--z-header); color: var(--on-dark); padding-block: 1.1rem; transition: background var(--dur) var(--ease), padding var(--dur) var(--ease), box-shadow var(--dur); }
.site-header.is-solid, .site-header--solid { background: rgba(13, 18, 32, .94); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); padding-block: .6rem; box-shadow: 0 1px 0 rgba(214, 182, 118, .28); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; color: var(--on-dark); }
.brand__crest { width: 34px; height: 47px; color: var(--gold); flex: none; transition: transform var(--dur) var(--ease); }
.brand:hover .brand__crest { transform: translateY(-2px); }
.brand__text { display: flex; flex-direction: column; line-height: 1; }
.brand__name { font-family: var(--font-display); font-size: 1.28rem; font-weight: 600; letter-spacing: .24em; white-space: nowrap; }
.brand__tag { font-family: var(--font-display); font-size: .56rem; letter-spacing: .5em; color: var(--gold); margin-top: .45rem; white-space: nowrap; }
.nav__links { display: none; list-style: none; margin: 0; padding: 0; gap: 2.4rem; }
.nav__links a { position: relative; display: inline-block; padding-block: .8rem; font-family: var(--font-display); font-size: .76rem; font-weight: 500; letter-spacing: .24em; text-transform: uppercase; transition: color var(--dur); }
.nav__links a::after { content: ""; position: absolute; left: 50%; bottom: .35rem; width: 5px; height: 5px; background: var(--gold); transform: translateX(-50%) rotate(45deg) scale(0); transition: transform var(--dur) var(--ease); }
.nav__links a:hover, .nav__links a[aria-current="page"] { color: var(--gold); }
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { transform: translateX(-50%) rotate(45deg) scale(1); }
.nav__cta { display: none; }
.nav__toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; background: transparent; color: var(--gold); border: 1px solid rgba(214, 182, 118, .55); border-radius: 0; }
.nav__toggle svg { width: 22px; height: 22px; }
@media (min-width: 1060px) {
  .nav__links { display: flex; }
  .nav__cta { display: inline-flex; min-height: 46px; padding: .7rem 1.5rem; }
  .nav__toggle { display: none; }
}

.drawer { position: fixed; inset: 0; z-index: var(--z-drawer); background: var(--midnight); color: var(--on-dark); display: flex; flex-direction: column; padding: 1.1rem var(--gutter) 2rem; transform: translateY(-100%); visibility: hidden; transition: transform 460ms var(--ease), visibility 0s linear 460ms; isolation: isolate; }
.drawer::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--jali); background-size: 56px; opacity: .5; }
.drawer.is-open { transform: none; visibility: visible; transition: transform 460ms var(--ease); }
.drawer__top { display: flex; justify-content: space-between; align-items: center; }
.drawer__links { list-style: none; margin: auto 0; padding: 0; text-align: center; }
.drawer__links a { display: block; font-family: var(--font-display); font-size: clamp(1.8rem, 7vw, 2.6rem); letter-spacing: .12em; padding-block: .5rem; }
.drawer__links a[aria-current="page"] { color: var(--gold); }
.drawer__meta { color: var(--on-dark-muted); font-size: var(--fs-sm); text-align: center; }
body.no-scroll { overflow: hidden; }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--midnight); color: var(--on-dark); display: grid; place-items: center; text-align: center; min-height: 100vh; min-height: 100svh; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 16s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(ellipse 70% 60% at 50% 45%, rgba(13, 18, 32, .35), rgba(13, 18, 32, .8) 100%),
  linear-gradient(180deg, rgba(13, 18, 32, .7) 0%, rgba(13, 18, 32, .2) 30%, rgba(13, 18, 32, .45) 60%, rgba(13, 18, 32, .96) 100%); }
.hero__content { padding-block: clamp(7.5rem, 6rem + 4vw, 10rem) clamp(3rem, 2rem + 3vw, 5rem); display: flex; flex-direction: column; align-items: center; }
.hero__crest { width: clamp(70px, 5rem + 3vw, 118px); color: var(--gold); margin-bottom: 1.4rem; filter: drop-shadow(0 6px 24px rgba(0, 0, 0, .45)); }
.hero__crest path[fill="none"] { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: drawArch 2.6s var(--ease) .2s forwards; }
@keyframes drawArch { to { stroke-dashoffset: 0; } }
.hero__crest :is(path:not([fill="none"]), circle, ellipse) { opacity: 0; animation: fadeIn 1.2s var(--ease) 1.4s forwards; }
@keyframes fadeIn { to { opacity: 1; } }
.hero__mark { font-family: var(--font-display); font-size: var(--fs-mark); font-weight: 500; letter-spacing: .14em; line-height: 1; margin: 0 0 .15em .14em; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; filter: drop-shadow(0 4px 30px rgba(0, 0, 0, .35)); animation: riseIn 1.4s var(--ease) .5s both; }
.hero__place { font-family: var(--font-display); letter-spacing: .6em; font-size: clamp(.7rem, .6rem + .4vw, .95rem); color: var(--on-dark); margin: 0 0 1.6rem .6em; animation: riseIn 1.4s var(--ease) .7s both; }
.hero .h1 { max-width: 22ch; margin-bottom: 1.2rem; animation: riseIn 1.4s var(--ease) .9s both; }
.hero__lead { font-size: var(--fs-base); font-weight: 300; max-width: 52ch; color: rgba(243, 236, 221, .88); margin-bottom: 2.2rem; animation: riseIn 1.4s var(--ease) 1.05s both; }
.hero .btn-row { justify-content: center; animation: riseIn 1.4s var(--ease) 1.2s both; }
@keyframes riseIn { from { opacity: 0; transform: translateY(18px); } }
.hero__bar { width: 100%; margin-top: clamp(3rem, 2rem + 4vw, 5rem); padding-top: 1.6rem; border-top: 1px solid rgba(214, 182, 118, .3); display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
@media (min-width: 760px) { .hero__bar { grid-template-columns: repeat(4, 1fr); } }
.hero__bar > div + div { position: relative; }
@media (min-width: 760px) { .hero__bar > div + div::before { content: ""; position: absolute; left: -.75rem; top: 15%; bottom: 15%; width: 1px; background: rgba(214, 182, 118, .3); } }
.stat__num { display: block; font-family: var(--font-display); font-size: clamp(1.7rem, 1.3rem + 1.4vw, 2.5rem); line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; font-variant-numeric: lining-nums; }
.stat__label { display: block; margin-top: .6rem; font-family: var(--font-display); font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; color: var(--on-dark-muted); }

.page-hero { min-height: 78vh; min-height: 78svh; }
.page-hero .h1 { font-family: var(--font-display); font-style: normal; font-size: clamp(2.2rem, 1.3rem + 4vw, 5rem); letter-spacing: .06em; max-width: 18ch; }
.page-hero .h1 em { display: block; font-size: .78em; margin-top: .2em; }
.breadcrumb { font-family: var(--font-display); font-size: .7rem; letter-spacing: .24em; text-transform: uppercase; color: rgba(243, 236, 221, .75); margin-bottom: 1.4rem; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; padding: 0; margin: 0; }
.breadcrumb li + li::before { content: "◆"; font-size: .5rem; margin-right: .7rem; color: var(--gold); vertical-align: middle; }
.breadcrumb a:hover { color: var(--gold); }

/* ---------- Arch-framed media ---------- */
.frame { position: relative; overflow: hidden; background: var(--sand); margin: 0; }
.frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.4s var(--ease); }
.frame:hover img { transform: scale(1.04); }
.frame--tall { aspect-ratio: 4 / 5; }
.frame--wide { aspect-ratio: 16 / 10; }
.arch { aspect-ratio: 3 / 4; -webkit-mask: var(--arch-cusp) center / 100% 100% no-repeat; mask: var(--arch-cusp) center / 100% 100% no-repeat; }
.arch--ogee { -webkit-mask-image: var(--arch-ogee); mask-image: var(--arch-ogee); }
.arch-wrap { position: relative; max-width: 520px; margin-inline: auto; width: 100%; }
.arch-wrap::after { content: ""; position: absolute; inset: -14px; background: var(--arch-line) center / 100% 100% no-repeat; pointer-events: none; }
.arch-wrap .caption { text-align: center; }
.frame-stack { position: relative; padding-bottom: 14%; }
.frame-stack .frame--inset { position: absolute; width: 46%; right: -2%; bottom: 0; box-shadow: var(--shadow); }
.frame-stack .frame--inset::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(247, 243, 234, .8); z-index: 1; pointer-events: none; }
figcaption, .caption { font-family: var(--font-display); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: 1.4rem; }

/* ---------- Answer block (AEO) ---------- */
.answer { position: relative; margin-block: var(--s-4); padding: 1.6rem 1.8rem; border: 1px solid var(--line); background: rgba(255, 255, 255, .45); font-family: var(--font-royal); font-size: 1.28rem; line-height: 1.55; color: var(--ink); max-width: 62ch; }
.answer::before { content: ""; position: absolute; inset: 5px; border: 1px solid var(--line); pointer-events: none; }
.answer strong { font-weight: 600; color: var(--gold-deep); }
.section--dark .answer { background: rgba(255, 255, 255, .03); border-color: rgba(214, 182, 118, .3); color: var(--on-dark); }
.section--dark .answer::before { border-color: rgba(214, 182, 118, .18); }
.section--dark .answer strong { color: var(--gold); }

/* ---------- Amenities ---------- */
.amenities { display: grid; gap: 1px; grid-template-columns: repeat(2, minmax(0, 1fr)); background: var(--line); border: 1px solid var(--line); }
@media (min-width: 760px) { .amenities { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1100px) { .amenities { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.amenity { background: var(--marble); padding: clamp(1.3rem, 1rem + 1.2vw, 2.4rem); text-align: center; transition: background var(--dur) var(--ease); }
.section--paper .amenity { background: var(--pearl); }
.amenity svg { width: 32px; height: 32px; color: var(--gold-deep); margin: 0 auto 1.1rem; }
.amenity h3 { font-family: var(--font-display); font-size: .86rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: .5rem; line-height: 1.4; }
.amenity p { font-size: var(--fs-sm); color: var(--muted); margin: 0; line-height: 1.6; }
.amenity:hover { background: #fff; }
.section--dark .amenities { background: rgba(214, 182, 118, .22); border-color: rgba(214, 182, 118, .22); }
.section--dark .amenity { background: var(--midnight); }
.section--dark .amenity:hover { background: var(--midnight-2); }
.section--dark .amenity svg { color: var(--gold); }
.section--dark .amenity h3 { color: var(--on-dark); }
.section--dark .amenity p { color: var(--on-dark-muted); }

.checklist { list-style: none; padding: 0; margin: var(--s-3) 0; display: grid; gap: .8rem; }
.checklist li { display: flex; gap: .9rem; align-items: flex-start; }
.checklist li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: .65rem; background: var(--gold-2); transform: rotate(45deg); }
.checklist svg { display: none; }
@media (min-width: 640px) { .checklist--2 { grid-template-columns: 1fr 1fr; column-gap: 2rem; } }

/* ---------- Cards ---------- */
.cards { display: grid; gap: clamp(2rem, 1rem + 2.5vw, 3rem); }
@media (min-width: 760px) { .cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.card { display: flex; flex-direction: column; text-align: center; }
.card .frame { margin-bottom: 1.8rem; }
.card .arch { aspect-ratio: 3 / 4; }
.card__meta { font-family: var(--font-display); font-size: .7rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .7rem; font-weight: 600; }
.card h3 { font-family: var(--font-display); font-size: var(--fs-h3); letter-spacing: .06em; margin-bottom: .8rem; }
.card h3 a:hover { color: var(--gold-deep); }
.card p { color: var(--muted); max-width: 36ch; margin-inline: auto; }

/* ---------- Residence tiers ---------- */
.tier { display: grid; gap: 1.5rem 3rem; padding-block: clamp(2.5rem, 2rem + 2vw, 4rem); border-top: 1px solid var(--line); align-items: start; }
.tier:last-child { border-bottom: 1px solid var(--line); }
@media (min-width: 900px) { .tier { grid-template-columns: 130px 1fr 1fr; } }
.tier__num { font-family: var(--font-display); font-size: 3.4rem; line-height: .9; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tier__num small { display: block; font-family: var(--font-display); font-size: .66rem; letter-spacing: .26em; text-transform: uppercase; color: var(--muted); -webkit-text-fill-color: var(--muted); margin-top: .8rem; }
.tier h3 { font-family: var(--font-display); font-size: var(--fs-h3); letter-spacing: .05em; margin-bottom: .8rem; }
.tier p { color: var(--muted); }
.tags { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 1rem 0 0; }
.tags li { font-family: var(--font-display); font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; border: 1px solid var(--line); padding: .5rem .85rem; color: var(--gold-deep); background: rgba(255, 255, 255, .5); }

/* ---------- Gallery ---------- */
.gallery { display: grid; gap: .8rem; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery .frame { margin: 0; min-width: 0; aspect-ratio: 1; }
.gallery .frame img { position: absolute; inset: 0; }
@media (min-width: 900px) {
  .gallery { grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 240px; }
  .gallery .frame { aspect-ratio: auto; }
  .gallery .g-lg { grid-column: span 2; grid-row: span 2; }
  .gallery .g-tall { grid-row: span 2; }
}

/* ---------- Steps (a real sequence) ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 2.2rem; counter-reset: step; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.steps li { counter-increment: step; text-align: center; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.steps li::before { content: counter(step, upper-roman); display: block; margin-bottom: .8rem; font-family: var(--font-display); font-size: 2rem; line-height: 1; background: var(--gold-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.steps h3 { font-family: var(--font-display); font-size: .88rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; margin-bottom: .5rem; }
.steps p { font-size: var(--fs-sm); color: var(--muted); margin: 0; }
.section--dark .steps li { border-color: rgba(214, 182, 118, .25); }
.section--dark .steps h3 { color: var(--on-dark); }

/* ---------- Royal quote band ---------- */
.quote-band { background: var(--midnight); color: var(--on-dark); }
.quote { font-family: var(--font-royal); font-style: italic; font-size: clamp(1.7rem, 1.2rem + 2.2vw, 3.2rem); line-height: 1.3; max-width: 28ch; margin: 0 auto; color: var(--on-dark); }
.quote-band .caption { color: var(--gold); }

/* ---------- FAQ ---------- */
.faq { max-width: 880px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; min-height: 48px; padding: 1.6rem 0; cursor: pointer; font-family: var(--font-royal); font-size: clamp(1.25rem, 1.1rem + .6vw, 1.6rem); font-weight: 500; line-height: 1.35; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 10px; height: 10px; border: 1px solid var(--gold-2); transform: rotate(45deg); transition: background var(--dur), transform var(--dur) var(--ease); }
.faq details[open] summary::after { background: var(--gold-2); transform: rotate(225deg); }
.faq summary:hover { color: var(--gold-deep); }
.faq .faq__a { padding: 0 0 1.8rem; color: var(--muted); max-width: 70ch; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; isolation: isolate; overflow: hidden; background: var(--midnight); color: var(--on-dark); }
.cta-band__media { position: absolute; inset: 0; z-index: -2; }
.cta-band__media img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at center, rgba(13, 18, 32, .62), rgba(13, 18, 32, .9)); }
.cta-band .inner { position: relative; padding-block: clamp(6rem, 4rem + 7vw, 11rem); text-align: center; }
.cta-band .inner::before { content: ""; position: absolute; left: 50%; top: clamp(2rem, 1rem + 3vw, 4rem); bottom: clamp(2rem, 1rem + 3vw, 4rem); width: min(560px, 86%); transform: translateX(-50%); background: var(--arch-line) center / 100% 100% no-repeat; opacity: .8; pointer-events: none; }
.cta-band .h2 { max-width: 18ch; margin: 0 auto var(--s-3); }
.cta-band p { color: rgba(243, 236, 221, .85); max-width: 46ch; margin: 0 auto var(--s-4); }
.cta-band .btn-row { justify-content: center; position: relative; }

/* ---------- Forms ---------- */
.form { display: grid; gap: 1.6rem; }
.form fieldset { border: 0; padding: 0; margin: 0; display: grid; gap: 1.5rem; }
.form legend { font-family: var(--font-display); font-size: 1.15rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; padding: 0; color: var(--gold-deep); }
.form__row { display: grid; gap: 1.5rem; }
@media (min-width: 640px) { .form__row { grid-template-columns: 1fr 1fr; } }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field label { font-family: var(--font-display); font-size: .7rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); }
.field label .req { color: var(--gold-deep); }
.field input, .field select, .field textarea { font: inherit; font-size: 1rem; color: var(--ink); background: var(--marble); border: 1px solid var(--line); border-radius: 0; min-height: 54px; padding: .8rem 1rem; width: 100%; transition: border-color var(--dur), box-shadow var(--dur); }
.field textarea { min-height: 130px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(184, 144, 63, .2); }
.field .hint { font-size: var(--fs-sm); color: var(--muted); }
.field .error { font-size: var(--fs-sm); color: #9E2A1E; display: none; }
.field.has-error input, .field.has-error select { border-color: #9E2A1E; }
.field.has-error .error { display: block; }
.consent { display: flex; gap: .8rem; align-items: flex-start; font-size: var(--fs-sm); color: var(--muted); }
.consent input { width: 20px; height: 20px; margin-top: .2rem; accent-color: var(--gold-deep); flex: none; }
.form-status { display: none; padding: 1.3rem 1.5rem; border: 1px solid var(--gold-2); background: var(--pearl); }
.form-status.is-visible { display: block; }
.form-card { position: relative; background: #FFFDF8; border: 1px solid var(--line); padding: clamp(1.6rem, 1rem + 3vw, 3.6rem); box-shadow: var(--shadow); }
.form-card::before { content: ""; position: absolute; inset: 8px; border: 1px solid var(--line); pointer-events: none; }

.contact-list { list-style: none; padding: 0; margin: var(--s-4) 0; display: grid; gap: 1.3rem; }
.contact-list li { display: flex; gap: 1rem; align-items: flex-start; }
.contact-list svg { width: 22px; height: 22px; color: var(--gold-deep); flex: none; margin-top: .25rem; }
.contact-list strong { display: block; font-family: var(--font-display); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.contact-list a:hover { color: var(--gold-deep); }

/* ---------- Footer ---------- */
.site-footer { position: relative; isolation: isolate; background: var(--midnight); color: var(--on-dark-muted); padding-block: clamp(4.5rem, 3rem + 5vw, 8rem) 2rem; font-size: var(--fs-sm); }
.site-footer::before { content: ""; position: absolute; inset: 0; z-index: -1; background-image: var(--jali); background-size: 56px; opacity: .35; }
.footer-crest { display: flex; flex-direction: column; align-items: center; text-align: center; margin-bottom: 4rem; }
.footer-crest svg { width: 64px; color: var(--gold); margin-bottom: 1.2rem; }
.footer-crest .brand__name { font-size: 1.7rem; color: var(--on-dark); }
.footer-crest p { max-width: 50ch; margin: 1.4rem auto 0; }
.footer-grid { display: grid; gap: 2.5rem; padding-top: 3rem; border-top: 1px solid rgba(214, 182, 118, .2); }
@media (min-width: 900px) { .footer-grid { grid-template-columns: repeat(3, 1fr); text-align: center; } }
.site-footer h2 { font-family: var(--font-display); font-size: .74rem; letter-spacing: .3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; font-weight: 500; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .3rem; }
.site-footer a { display: inline-block; padding-block: .3rem; transition: color var(--dur); }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid rgba(214, 182, 118, .2); display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; font-size: .74rem; letter-spacing: .08em; }

.concierge-fab { position: fixed; right: 1.25rem; bottom: calc(1.25rem + env(safe-area-inset-bottom, 0px)); z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: var(--midnight); color: var(--gold); display: grid; place-items: center; border: 1px solid rgba(214, 182, 118, .6); box-shadow: 0 12px 30px -8px rgba(13, 18, 32, .6); transition: transform var(--dur) var(--ease), background var(--dur); }
.concierge-fab:hover { transform: translateY(-3px); background: var(--midnight-3); }
.concierge-fab svg { width: 24px; height: 24px; }

/* ---------- Scroll reveal (visible by default; JS opts in) ---------- */
.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.js .reveal.is-in { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 90ms !important; } .reveal-d2 { transition-delay: 180ms !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0s !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
  .hero__crest path[fill="none"] { stroke-dashoffset: 0; }
}

/* ---------- Small screens ---------- */
@media (max-width: 599px) {
  .brand__crest { width: 28px; height: 39px; }
  .brand__name { font-size: 1.02rem; letter-spacing: .18em; }
  .brand__tag { font-size: .5rem; letter-spacing: .34em; }
  .hero__place { letter-spacing: .4em; }
  .frame-stack .frame--inset { right: 0; }
  .answer { padding: 1.3rem 1.3rem; font-size: 1.18rem; }
}

.mt-4 { margin-top: var(--s-4); } .mt-5 { margin-top: var(--s-5); }
.note { font-size: var(--fs-sm); color: var(--muted); }
