:root {
  --ink: #173f79;
  --ink-soft: #527099;
  --sky: #dff1ff;
  --sky-deep: #7dbff2;
  --paper: rgba(255, 255, 255, .84);
  --white: #fff;
  --gold: #d9ae67;
  --gold-light: #f7e7bd;
  --line: rgba(196, 154, 83, .48);
  --shadow: 0 24px 70px rgba(55, 117, 176, .16);
  --serif: "Noto Serif HK", serif;
  --sans: "Noto Sans HK", sans-serif;
  --display: "Cormorant Garamond", "Noto Serif HK", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; overflow-x: clip; }
body { margin: 0; color: var(--ink); background: #f9fcff; font-family: var(--sans); font-weight: 400; overflow-x: clip; }
body.dark { --ink: #dfeeff; --ink-soft: #9bb7d4; --paper: rgba(17, 38, 69, .82); --line: rgba(218, 174, 103, .44); background: #071426; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; stroke-width: 1.7; }
.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: fixed; left: 20px; top: -60px; z-index: 9999; padding: 12px 18px; color: white; background: var(--ink); }
.skip-link:focus { top: 20px; }

.page-sky { position: absolute; z-index: 0; inset: 0 0 auto; height: 780px; overflow: hidden; pointer-events: none; background: radial-gradient(circle at 42% 23%, rgba(255,255,255,.96) 0 5%, transparent 21%), linear-gradient(124deg, #fff 1%, #eef8ff 41%, #8bc7f4 100%); }
.page-sky::before { content: ""; position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(circle, #fff 0 1.4px, transparent 1.8px); background-size: 65px 65px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
#sky-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .75; }
.cloud { position: absolute; width: 520px; height: 170px; border-radius: 50%; filter: blur(26px); background: rgba(255,255,255,.74); }
.cloud-a { left: -120px; top: 440px; transform: rotate(-8deg); }
.cloud-b { right: -80px; top: 530px; transform: rotate(10deg); }

.site-header { position: relative; z-index: 100; width: min(1380px, calc(100% - 64px)); height: 102px; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.site-header.is-scrolled { position: sticky; top: 0; width: 100%; height: 76px; padding: 0 max(32px, calc((100vw - 1380px) / 2)); background: rgba(244,250,255,.82); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.84); box-shadow: 0 8px 25px rgba(39,94,146,.08); }
.site-header.is-scrolled .desktop-nav a { padding-top: 27px; padding-bottom: 24px; }.site-header.is-scrolled .desktop-nav a.active::after { bottom: 12px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-star { position: relative; width: 49px; height: 58px; filter: drop-shadow(0 5px 8px rgba(93,157,213,.25)); }
.brand-star::before, .brand-star::after { content: ""; position: absolute; inset: 3px 19px; border: 1px solid var(--gold); background: linear-gradient(#fff, #68baff, #fff); transform: rotate(45deg); }
.brand-star::after { inset: 20px 2px; transform: rotate(45deg); }
.brand-star i::before, .brand-star i::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--gold); transform: translate(-50%,-50%); }
.brand-star i::before { width: 58px; height: 1px; }.brand-star i::after { width: 1px; height: 58px; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy b { font-family: var(--display); font-size: 29px; letter-spacing: 0; }
.brand-copy small { margin-top: 5px; font-family: var(--serif); font-size: 11px; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 2.4vw, 42px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 38px 0 34px; color: #456487; font-family: var(--serif); font-size: 15px; white-space: nowrap; transition: color .25s; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a.active::after { content: ""; position: absolute; left: 50%; bottom: 22px; width: 42px; height: 1px; background: var(--gold); transform: translateX(-50%); box-shadow: 0 0 8px var(--gold); }
.nav-book, .crystal-button { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 27px; color: white; border: 1px solid var(--gold-light); background: linear-gradient(135deg, #4d8fd3, #76b7eb 52%, #3879be); box-shadow: inset 0 0 0 2px rgba(255,255,255,.22), 0 8px 18px rgba(42,105,169,.2); clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 9px, 100% calc(100% - 9px), calc(100% - 9px) 100%, 9px 100%, 0 calc(100% - 9px), 0 9px); overflow: hidden; }
.nav-book { min-height: 42px; padding: 0 24px; color: var(--ink); background: rgba(255,255,255,.75); font-family: var(--serif); font-size: 14px; }
.crystal-button::after, .nav-book::after { content: ""; position: absolute; top: -40%; left: -35%; width: 22%; height: 180%; background: rgba(255,255,255,.7); transform: rotate(23deg); transition: left .55s ease; }
.crystal-button:hover::after, .nav-book:hover::after { left: 120%; }
.theme-toggle, .menu-toggle { display: grid; place-items: center; width: 43px; height: 43px; flex: 0 0 auto; padding: 0; color: var(--ink); border: 1px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.2); cursor: pointer; }
.theme-toggle svg, .menu-toggle svg { width: 18px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { position: relative; z-index: 2; width: min(1380px, calc(100% - 64px)); min-height: 590px; margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; }
.hero-copy { position: relative; z-index: 3; padding-left: 40px; padding-bottom: 20px; }
.kicker { display: flex; align-items: center; gap: 12px; margin: 0 0 25px; color: #385f90; font-family: var(--serif); font-size: 16px; }
.kicker span { color: var(--gold); font-size: 12px; }
.hero h1 { margin: 0; color: #244f87; font-family: var(--serif); font-size: clamp(52px, 5.5vw, 82px); font-weight: 600; line-height: 1.22; letter-spacing: 0; }
.hero h1 strong { position: relative; display: inline-block; font-weight: 600; }
.hero h1 strong i { position: absolute; left: -29px; top: 25%; color: var(--gold); font-size: 20px; font-style: normal; }
.hero-tagline { margin: 19px 0 23px; color: #315b89; font-family: var(--serif); font-size: 21px; }
.hero-description { margin: 0; color: #5c789a; font-family: var(--serif); font-size: 16px; line-height: 2; }
.hero-actions { display: flex; align-items: center; gap: 21px; margin-top: 30px; }
.hero-actions .crystal-button { min-width: 170px; font-family: var(--serif); }
.paper-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 0 27px; color: #587392; border: 1px solid rgba(216,174,103,.37); background: rgba(255,255,255,.73); box-shadow: 0 7px 25px rgba(54,117,175,.08); clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); transition: transform .25s, background .25s; }
.paper-button:hover { transform: translateY(-3px); background: white; }
.hero-art { position: relative; align-self: stretch; min-width: 0; }
.hero-layer { position: absolute; pointer-events: none; }
.hero-sky-layer {
  position: absolute;
  z-index: 0;
  top: -86px;
  bottom: -94px;
  left: 50%;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #f8fcff 0%, #edf8ff 35%, #cce9fb 68%, #9fd2f4 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 84%, transparent 100%);
}
.hero-sky-layer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248,252,255,.98) 0%, rgba(242,249,255,.88) 26%, rgba(225,243,255,.5) 48%, transparent 73%);
}
.hero-sky-layer img {
  position: absolute;
  right: 0;
  top: 0;
  width: min(980px, 64vw);
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: .74;
  filter: saturate(.94) contrast(.98);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.38) 13%, #000 31%, #000 100%);
}
.hero-orbit { z-index: 1; inset: 8% 4% 10%; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; transform: rotate(-12deg); box-shadow: 0 0 35px rgba(255,255,255,.28), inset 0 0 28px rgba(255,255,255,.2); }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(218,174,103,.37); border-radius: 50%; }
.hero-orbit::after { inset: 19%; border-color: rgba(90,169,234,.38); }
.hero-crystal { z-index: 4; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 0 18px rgba(71,167,241,.6)); animation: float 7s ease-in-out infinite; }
.crystal-large { right: 0; top: 54%; width: 105px; height: 170px; transform: rotate(5deg); }
.crystal-small { left: 20%; top: 13%; width: 58px; height: 84px; animation-delay: -2.4s; }
.pc-image { position: absolute; z-index: 2; right: -4%; top: -38px; width: min(760px, 110%); height: auto; object-fit: contain; object-position: center; filter: drop-shadow(0 26px 34px rgba(38,92,157,.16)); mask-image: radial-gradient(ellipse 74% 72% at 56% 45%, #000 56%, transparent 100%); }
.halo-ring { position: absolute; z-index: 1; left: 11%; top: 62px; width: 570px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.86); border-radius: 50%; box-shadow: 0 0 30px rgba(255,255,255,.8), inset 0 0 30px rgba(255,255,255,.45); animation: spin 24s linear infinite; }
.halo-ring::before, .halo-ring::after { content: ""; position: absolute; inset: 7%; border: 1px dashed rgba(218,174,103,.48); border-radius: 50%; }
.halo-ring::after { inset: 18%; border-color: rgba(90,169,234,.4); }
.crystal { position: absolute; z-index: 3; width: 54px; height: 82px; border: 1px solid rgba(255,255,255,.75); background: linear-gradient(135deg, rgba(255,255,255,.75), rgba(68,162,239,.65), rgba(255,231,172,.8)); clip-path: polygon(50% 0, 100% 34%, 76% 100%, 23% 100%, 0 34%); filter: drop-shadow(0 0 18px rgba(71,167,241,.65)); animation: float 5s ease-in-out infinite; }
.crystal::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(255,255,255,.7); clip-path: inherit; }
.crystal-one { right: 1%; top: 115px; transform: rotate(16deg); }.crystal-two { left: 11%; top: 155px; width: 35px; height: 54px; animation-delay: -2s; }
.spark { position: absolute; z-index: 3; color: white; text-shadow: 0 0 12px #fff; animation: pulse 2.2s ease-in-out infinite; }.s1 { right: 9%; top: 310px; }.s2 { left: 26%; top: 90px; }.s3 { right: 27%; top: 55px; }
.scroll-cue { position: absolute; z-index: 5; left: 50%; bottom: 6px; display: grid; place-items: center; gap: 2px; color: rgba(36,79,135,.65); font-size: 8px; transform: translateX(-50%); }.scroll-cue svg { width: 16px; height: 16px; animation: bob 1.5s ease-in-out infinite; }

.frame-corners { position: relative; clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px); }
.metrics { position: relative; z-index: 10; width: min(1240px, calc(100% - 96px)); min-height: 104px; margin: -8px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); padding: 15px 22px; border: 1px solid var(--line); background: rgba(255,255,255,.78); box-shadow: 0 18px 45px rgba(48,106,164,.1); backdrop-filter: blur(16px); }
.metrics article { display: flex; align-items: center; justify-content: center; gap: 17px; border-right: 1px solid rgba(218,174,103,.25); }.metrics article:last-child { border: 0; }
.metric-icon { display: grid; place-items: center; width: 62px; height: 62px; color: #4388ce; border: 1px solid var(--gold-light); border-radius: 50%; background: radial-gradient(circle, white 20%, #dff2ff 62%, transparent 63%); box-shadow: inset 0 0 16px rgba(80,166,232,.28); }.metric-icon svg { width: 28px; height: 28px; }
.metrics p { display: grid; margin: 0; }.metrics b { font-family: var(--display); font-size: 30px; line-height: 1; }.metrics small { margin-top: 7px; color: var(--ink-soft); font-size: 12px; }

.services-section, .process-section, .why-section, .faq-section { position: relative; z-index: 2; padding: 67px max(32px, calc((100vw - 1380px) / 2)); }
.services-section { background: radial-gradient(circle at 36% 34%, rgba(205,233,255,.55), transparent 25%), linear-gradient(#fff, #f9fcff); }
.ornate-heading { text-align: center; }.ornate-heading > span { display: block; margin-bottom: 11px; color: var(--gold); font-family: var(--display); font-size: 12px; letter-spacing: 3px; }.ornate-heading h2 { display: flex; align-items: center; justify-content: center; gap: 17px; margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(28px, 3vw, 41px); font-weight: 500; letter-spacing: 0; }.ornate-heading h2 i { width: 96px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }.ornate-heading h2 i:last-child { transform: scaleX(-1); }
.services-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 43px; margin-top: 43px; }
.service-cards { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 13px; }
.service-card { position: relative; min-height: 340px; padding: 17px 12px 27px; text-align: center; border: 1px solid rgba(218,174,103,.43); background: linear-gradient(155deg, rgba(255,255,255,.95), rgba(235,247,255,.72)); clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px); transition: transform .32s ease, box-shadow .32s ease; }
.service-card::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .58; background: url("assets/ui/corner-frame.svg") top left / 100% 100% no-repeat; }
.service-card:hover { z-index: 2; transform: translateY(-10px); box-shadow: 0 22px 40px rgba(60,128,189,.18); }
.service-gem { height: 143px; display: grid; place-items: center; overflow: hidden; }.service-gem img { width: 130px; height: 136px; object-fit: cover; mix-blend-mode: multiply; transition: transform .45s; }.service-card:hover .service-gem img { transform: scale(1.08) rotate(2deg); }
.service-card h3 { margin: 13px 0 11px; font-family: var(--serif); font-size: 20px; font-weight: 600; }.service-card p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 12px; line-height: 1.9; }
.service-card > a { position: absolute; left: 50%; bottom: 17px; display: grid; place-items: center; width: 31px; height: 31px; color: var(--gold); border: 1px solid rgba(218,174,103,.52); border-radius: 50%; transform: translateX(-50%); transition: color .25s, background .25s; }.service-card > a:hover { color: white; background: var(--gold); }.service-card > a svg { width: 14px; }
.booking-card { align-self: start; padding: 34px 22px 25px; text-align: center; border: 2px solid rgba(218,174,103,.64); background: linear-gradient(160deg, rgba(102,175,235,.92), rgba(227,243,255,.92) 62%, rgba(255,255,255,.95)); box-shadow: var(--shadow); }
.booking-eyebrow { margin: 0 0 6px; color: rgba(255,255,255,.8); font-size: 9px; letter-spacing: 2px; }.booking-card h2 { margin: 0 0 22px; color: white; font-family: var(--serif); font-size: 25px; font-weight: 500; text-shadow: 0 2px 10px rgba(43,100,159,.3); }
.booking-card form { display: grid; gap: 11px; }.booking-card label { position: relative; display: flex; align-items: center; min-height: 43px; border: 1px solid rgba(255,255,255,.8); border-radius: 11px; background: rgba(255,255,255,.79); box-shadow: inset 0 2px 6px rgba(67,127,182,.05); }.booking-card label > svg { width: 16px; margin-left: 13px; color: #91aac1; }.booking-card input, .booking-card textarea, .booking-card select { width: 100%; padding: 10px 12px 10px 9px; color: #385b7d; border: 0; outline: 0; background: transparent; font-size: 12px; }.booking-card textarea { resize: vertical; min-height: 68px; }.message-field { align-items: flex-start !important; }.message-field > svg { margin-top: 12px; }.form-submit { width: 100%; margin-top: 4px; border: 1px solid var(--gold-light); cursor: pointer; }.line-note { margin: 17px 0 0; color: var(--ink); font-size: 12px; line-height: 1.6; }.line-note svg { vertical-align: -3px; margin-right: 4px; }.line-note small { color: var(--ink-soft); font-size: 9px; }

.process-section { padding-top: 62px; padding-bottom: 72px; background: linear-gradient(180deg, #f9fcff, #eff8ff); }
.process-list { max-width: 1180px; margin: 42px auto 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-list li { position: relative; display: grid; justify-items: center; padding: 0 22px; text-align: center; }.process-list li:not(:last-child)::after { content: ""; position: absolute; top: 49px; left: calc(50% + 52px); width: calc(100% - 104px); border-top: 1px dashed rgba(218,174,103,.62); }.process-list li > b { position: absolute; top: -7px; right: 28%; color: rgba(218,174,103,.62); font-family: var(--display); font-size: 13px; }.process-list li > span { display: grid; place-items: center; width: 98px; height: 98px; color: #4a91d2; border: 1px solid var(--gold-light); border-radius: 50%; background: radial-gradient(circle, white 25%, #dff2ff); box-shadow: 0 12px 30px rgba(50,112,173,.1); }.process-list li > span svg { width: 34px; height: 34px; }.process-list h3 { margin: 17px 0 8px; font-family: var(--serif); font-size: 18px; }.process-list p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }

.why-section { padding-top: 60px; padding-bottom: 70px; background: white; }.ornate-heading.left h2 { justify-content: flex-start; font-size: 29px; }.ornate-heading.left h2 i:first-child { width: 150px; }.ornate-heading.left h2 i:last-child { width: 50px; }
.why-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; margin-top: 32px; }.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.why-grid article { position: relative; padding: 0 10px; text-align: center; }.why-grid article:not(:last-child)::after { content: ""; position: absolute; top: 20px; right: 0; height: 150px; width: 1px; background: linear-gradient(transparent, rgba(218,174,103,.45), transparent); }.why-grid article > span { display: block; width: 120px; height: 112px; margin: 0 auto; overflow: hidden; }.why-grid article img { width: 112px; height: 112px; object-fit: cover; mix-blend-mode: multiply; }.why-grid h3 { margin: 12px 0 9px; font-family: var(--serif); font-size: 17px; }.why-grid p { margin: 0; color: var(--ink-soft); font-family: var(--serif); font-size: 11px; line-height: 1.8; }
.about-panel { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 220px; padding: 20px 27px; border: 1px solid rgba(218,174,103,.56); background: linear-gradient(145deg, rgba(112,184,239,.55), rgba(255,255,255,.88)), radial-gradient(circle at 25% 75%, #fff, transparent 36%); box-shadow: var(--shadow); }.orbital-emblem { align-self: stretch; display: grid; place-items: center; overflow: hidden; }.orbital-emblem img { width: 180px; height: 190px; object-fit: cover; mix-blend-mode: multiply; }.about-panel > div:last-child > p { margin: 0 0 5px; color: #d29c4e; font-family: var(--display); font-size: 10px; letter-spacing: 2px; }.about-panel h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 25px; line-height: 1.5; font-weight: 600; }.about-panel h2 em { color: var(--gold); font-style: normal; font-size: 12px; }.about-panel > div:last-child > span { display: block; color: var(--ink-soft); font-family: var(--serif); font-size: 10px; line-height: 1.8; }.about-panel .paper-button { min-height: 35px; margin-top: 13px; padding: 0 18px; font-size: 11px; }

.faq-section { padding-top: 64px; padding-bottom: 100px; background: linear-gradient(#f7fbff, #e8f5ff); }.faq-list { max-width: 920px; margin: 38px auto 0; border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 8px; font-family: var(--serif); font-size: 16px; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary svg { width: 18px; flex: 0 0 auto; transition: transform .25s; }.faq-list details[open] summary svg { transform: rotate(45deg); }.faq-list details p { margin: -5px 0 21px; padding: 0 46px 0 8px; color: var(--ink-soft); font-size: 13px; line-height: 1.8; }

.site-footer { position: relative; z-index: 3; margin-top: -1px; padding: 82px max(32px, calc((100vw - 1380px) / 2)) 22px; color: rgba(255,255,255,.91); background: linear-gradient(180deg, #6cb3ed, #91c7ee 35%, #6da9dd); overflow: hidden; }.footer-wave { position: absolute; left: -5%; top: -85px; width: 110%; height: 150px; border-radius: 50%; background: #e8f5ff; box-shadow: 0 15px 0 rgba(255,255,255,.72), 0 26px 0 rgba(216,174,103,.5), 0 34px 0 rgba(255,255,255,.5); transform: rotate(-1deg); }.site-footer::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(circle, #fff 0 1px, transparent 1.5px); background-size: 55px 55px; }
.footer-content, .footer-bottom { position: relative; display: flex; align-items: center; }.footer-content { min-height: 100px; gap: 42px; border-bottom: 1px solid rgba(255,255,255,.4); }.footer-brand { margin-right: auto; }.footer-brand .brand-copy b { color: white; }.footer-brand .brand-star { filter: brightness(0) invert(1); opacity: .85; }.contact-item { display: flex; align-items: center; gap: 11px; }.contact-item > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.22); }.contact-item p { display: grid; margin: 0; }.contact-item b { font-size: 10px; font-weight: 400; opacity: .72; }.contact-item a, .contact-item strong { font-size: 13px; font-weight: 500; }.contact-item small { margin-top: 3px; font-size: 9px; opacity: .8; }.socials { display: flex; gap: 8px; }.socials a { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }.footer-bottom { justify-content: space-between; padding-top: 18px; color: rgba(255,255,255,.72); font-size: 9px; }.footer-bottom p { display: flex; align-items: center; gap: 18px; margin: 0; }.footer-bottom i { width: 1px; height: 13px; background: rgba(255,255,255,.45); }
.floating-book { position: fixed; z-index: 50; right: 18px; bottom: 18px; display: none; align-items: center; gap: 7px; padding: 12px 16px; color: white; border: 1px solid var(--gold-light); border-radius: 30px; background: #3788cc; box-shadow: 0 10px 30px rgba(28,80,132,.28); font-size: 13px; }

.reveal { opacity: 1; transform: none; }.reveal.visible { opacity: 1; transform: none; transition: opacity .75s ease, transform .75s ease; }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -14px; } }
@keyframes pulse { 50% { opacity: .35; transform: scale(.7); } }
@keyframes bob { 50% { transform: translateY(5px); } }

body.dark .page-sky { background: radial-gradient(circle at 45% 20%, #264d78, transparent 20%), linear-gradient(130deg, #071426, #102d4e 45%, #235c88); }.dark .services-section, .dark .why-section { background: #0b1d33; }.dark .process-section, .dark .faq-section { background: #09182a; }.dark .service-card { background: linear-gradient(155deg, rgba(23,49,78,.96), rgba(11,29,51,.9)); }.dark .service-gem img, .dark .why-grid img, .dark .orbital-emblem img { mix-blend-mode: screen; }.dark .metrics { background: rgba(12,31,54,.8); }.dark .booking-card { background: linear-gradient(160deg, #286fa9, #183b61); }.dark .about-panel { background: linear-gradient(145deg, #295d89, #102b49); }
body.dark .site-header.is-scrolled, body.dark .site-header { background: rgba(7,20,38,.82); }

@media (max-width: 1180px) {
  .desktop-nav { gap: 17px; }.desktop-nav a { font-size: 13px; }.nav-book { display: none; }
  .hero-copy { padding-left: 0; }.pc-image { right: -12%; }.services-layout { grid-template-columns: 1fr 280px; }.service-cards { grid-template-columns: repeat(3, 1fr); }.service-card:nth-child(4), .service-card:nth-child(5) { min-height: 320px; }.why-layout { grid-template-columns: 1fr; }.about-panel { max-width: 640px; margin: 0 auto; }.footer-content { flex-wrap: wrap; gap: 24px; padding: 20px 0; }.footer-brand { width: 100%; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }.site-header { position: sticky; top: 0; z-index: 100; width: 100%; height: 76px; padding: 0 22px; background: rgba(242,250,255,.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.65); }.brand-star { width: 38px; height: 45px; transform: scale(.78); }.brand-copy b { font-size: 23px; }.brand-copy small { font-size: 9px; }.desktop-nav, .theme-toggle { display: none; }.menu-toggle { display: grid; margin-left: auto; }.mobile-menu { position: absolute; top: 76px; left: 15px; right: 15px; display: grid; padding: 12px; border: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .25s; }.site-header.menu-open .mobile-menu { opacity: 1; visibility: visible; transform: none; }.mobile-menu a { padding: 12px 14px; border-bottom: 1px solid rgba(218,174,103,.2); font-family: var(--serif); }.mobile-menu a:last-child { border: 0; }
  .page-sky { height: 870px; }.hero { width: 100%; min-height: 780px; grid-template-columns: 1fr; align-content: start; padding: 52px 24px 0; overflow: hidden; }.hero-copy { text-align: center; }.kicker { justify-content: center; font-size: 13px; }.hero h1 { font-size: clamp(44px, 12vw, 62px); }.hero-tagline { font-size: 18px; }.hero-description { font-size: 14px; }.hero-actions { justify-content: center; }.hero-art { position: absolute; left: 0; right: 0; bottom: 8px; height: 415px; overflow: hidden; }.pc-image { top: -30px; right: 50%; width: min(580px, 100vw); max-width: 100vw; height: auto; transform: translateX(50%); }.halo-ring { left: 50%; top: -32px; width: 410px; transform: translateX(-50%); }.crystal-one { right: 5%; top: 50px; }.crystal-two { left: 7%; top: 45px; }.scroll-cue { display: none; }
  .metrics { width: calc(100% - 32px); grid-template-columns: repeat(2, 1fr); margin-top: -5px; padding: 12px; }.metrics article { min-height: 84px; }.metrics article:nth-child(2) { border-right: 0; }.metrics article:nth-child(-n+2) { border-bottom: 1px solid rgba(218,174,103,.25); }.metric-icon { width: 51px; height: 51px; }.metrics b { font-size: 25px; }
  .services-section, .process-section, .why-section, .faq-section { padding-left: 20px; padding-right: 20px; }.services-layout { grid-template-columns: 1fr; }.service-cards { grid-template-columns: repeat(2, 1fr); }.service-card { min-height: 330px; }.booking-card { width: min(100%, 430px); margin: 0 auto; }.process-list { grid-template-columns: repeat(2, 1fr); gap: 38px 0; }.process-list li:nth-child(2)::after { display: none; }.why-grid { grid-template-columns: repeat(2, 1fr); gap: 35px 0; }.why-grid article:nth-child(2)::after { display: none; }.about-panel { grid-template-columns: .8fr 1.2fr; }.site-footer { padding-left: 24px; padding-right: 24px; }.contact-item { width: calc(50% - 12px); }.floating-book { display: flex; }
}

@media (max-width: 520px) {
  .site-header { padding: 0 15px; }.hero { min-height: 730px; padding-top: 38px; }.hero h1 { line-height: 1.25; }.hero-description br { display: none; }.hero-actions { gap: 10px; }.hero-actions a { min-width: 0; padding: 0 17px; font-size: 13px; }.hero-art { height: 380px; }.pc-image { width: 100vw; max-width: 100vw; height: auto; top: -12px; }.halo-ring { width: 340px; }.metrics { grid-template-columns: 1fr 1fr; }.metrics article { flex-direction: column; gap: 5px; text-align: center; }.metric-icon { width: 42px; height: 42px; }.metric-icon svg { width: 21px; }.metrics small { margin-top: 3px; font-size: 9px; }.metrics b { font-size: 21px; }
  .ornate-heading h2 { gap: 8px; font-size: 25px; }.ornate-heading h2 i { width: 30px; }.services-section { padding-top: 54px; }.services-layout { margin-top: 31px; }.service-cards { gap: 9px; }.service-card, .service-card:nth-child(4), .service-card:nth-child(5) { min-height: 300px; padding-left: 7px; padding-right: 7px; }.service-gem { height: 127px; }.service-gem img { width: 116px; height: 124px; }.service-card h3 { font-size: 17px; }.service-card p { font-size: 10px; }.process-list { grid-template-columns: 1fr; gap: 34px; }.process-list li::after { display: none; }.why-grid { gap: 27px 0; }.why-grid article { padding: 0 5px; }.why-grid article:nth-child(n)::after { display: none; }.why-grid article > span { width: 100px; height: 96px; }.why-grid article img { width: 100px; height: 100px; }.about-panel { grid-template-columns: 1fr; padding: 14px 20px 25px; text-align: center; }.orbital-emblem { height: 130px; }.orbital-emblem img { width: 155px; height: 150px; }.about-panel .paper-button { margin-left: auto; margin-right: auto; }.contact-item { width: 100%; }.footer-content { gap: 17px; }.footer-bottom { align-items: flex-start; gap: 12px; flex-direction: column; }.floating-book { bottom: 13px; right: 13px; }.floating-book span { display: none; }
}

/* Transparent cutouts for the Why Us icon set. */
.why-grid article img,
.orbital-emblem img {
  object-fit: contain;
  mix-blend-mode: normal;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }.halo-ring, .crystal, .spark, .scroll-cue svg { animation: none; }.reveal { opacity: 1; transform: none; }.crystal-button::after, .nav-book::after { display: none; }
}

/* 2026-07 fidelity + performance pass
   The reference is a compact 1024 × 1536 composition. These final rules keep
   that rhythm while allowing the artwork and cards to scale on wider screens. */
.sky-dust {
  position: absolute;
  inset: 0;
  opacity: .55;
  background:
    radial-gradient(circle at 63% 19%, rgba(255,255,255,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 32%, rgba(255,229,169,.95) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 17%, rgba(255,255,255,.9) 0 1px, transparent 2px);
  background-size: 71px 71px, 97px 97px, 127px 127px;
}

#sky-canvas,
.process-section,
.faq-section { display: none !important; }

.page-sky { height: 700px; }
.cloud { filter: blur(18px); }
.site-header,
.site-header.is-scrolled {
  position: sticky;
  top: 0;
  width: min(1320px, calc(100% - 54px));
  height: 86px;
  padding: 0;
  margin: 0 auto;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}
.site-header.is-scrolled {
  width: 100%;
  padding: 0 max(27px, calc((100vw - 1320px) / 2));
  background: rgba(246,251,255,.94);
  border-bottom: 1px solid rgba(210,172,105,.22);
}
.site-header.is-scrolled .desktop-nav a {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header.is-scrolled .desktop-nav a.active::after { bottom: -14px; }
.brand-star { width: 45px; height: 53px; }
.brand-copy b { font-size: 27px; }
.brand-copy small { font-size: 10px; }
.desktop-nav { gap: clamp(22px, 2.7vw, 43px); }
.desktop-nav a { font-size: 14px; }
.nav-book { min-height: 40px; padding: 0 21px; }
.theme-toggle { width: 41px; height: 41px; }

.hero {
  width: min(1320px, calc(100% - 54px));
  min-height: 526px;
  grid-template-columns: .82fr 1.18fr;
}
.hero-copy { padding: 0 0 8px 36px; }
.kicker { margin-bottom: 20px; font-size: 15px; }
.hero h1 { font-size: clamp(52px, 5vw, 70px); line-height: 1.2; }
.hero-tagline { margin: 15px 0 18px; font-size: 19px; }
.hero-description { font-size: 14px; line-height: 1.9; }
.hero-actions { margin-top: 25px; }
.hero-actions a { min-height: 45px; }
.hero-art { overflow: visible; }
.pc-image {
  top: -20px;
  right: -3%;
  width: min(690px, 108%);
  max-width: none;
  mask-image: none;
  filter: drop-shadow(0 22px 28px rgba(38,92,157,.13));
}
.halo-ring {
  left: 7%;
  top: 35px;
  width: min(525px, 82%);
  animation: none;
}
.crystal { animation-duration: 7s; }
.spark { animation-duration: 3.2s; }

.metrics {
  width: min(1180px, calc(100% - 80px));
  min-height: 91px;
  margin-top: -3px;
  padding: 10px 18px;
  background: rgba(255,255,255,.93);
  backdrop-filter: none;
  box-shadow: 0 13px 30px rgba(48,106,164,.08);
}
.metric-icon { width: 53px; height: 53px; }
.metric-icon svg { width: 25px; }
.metrics b { font-size: 27px; }
.metrics small { margin-top: 5px; font-size: 11px; }

.services-section {
  min-height: 430px;
  padding: 45px max(27px, calc((100vw - 1320px) / 2)) 42px;
  background: radial-gradient(circle at 31% 46%, rgba(211,236,255,.45), transparent 27%), #fff;
}
.ornate-heading > span { margin-bottom: 7px; font-size: 10px; }
.ornate-heading h2 { font-size: clamp(26px, 2.7vw, 35px); }
.ornate-heading h2 i { width: 76px; }
.services-layout { grid-template-columns: minmax(0, 1fr) 245px; gap: 28px; margin-top: 30px; }
.service-cards { gap: 11px; }
.service-cards { align-self: start; }
.service-card,
.service-card:nth-child(4),
.service-card:nth-child(5) {
  min-height: 264px;
  padding: 10px 8px 21px;
}
.service-gem { height: 114px; }
.service-gem img { width: 111px; height: 117px; }
.service-card h3 { margin: 8px 0 8px; font-size: 17px; }
.service-card p { font-size: 10px; line-height: 1.8; }
.service-card > a { bottom: 12px; width: 27px; height: 27px; }
.service-card:hover { transform: translateY(-5px); }
.booking-card {
  position: relative;
  z-index: 4;
  min-height: 375px;
  margin-top: -64px;
  padding: 25px 17px 20px;
  box-shadow: 0 18px 42px rgba(55,117,176,.14);
}
.booking-card h2 { margin-bottom: 16px; font-size: 22px; }
.booking-card form { gap: 8px; }
.booking-card label { min-height: 37px; }
.booking-card input,
.booking-card textarea,
.booking-card select { padding-top: 8px; padding-bottom: 8px; font-size: 11px; }
.booking-card textarea { min-height: 54px; }
.form-submit { min-height: 40px; }
.line-note { margin-top: 12px; font-size: 10px; }

.why-section {
  min-height: 250px;
  padding: 32px max(27px, calc((100vw - 1320px) / 2)) 42px;
}
.ornate-heading.left h2 { font-size: 25px; }
.ornate-heading.left h2 i:first-child { width: 90px; }
.why-layout { grid-template-columns: 1.45fr .75fr; gap: 28px; margin-top: 22px; }
.why-grid article > span { width: 102px; height: 94px; }
.why-grid article img { width: 96px; height: 96px; }
.why-grid article:not(:last-child)::after { height: 125px; }
.why-grid h3 { margin: 7px 0 5px; font-size: 15px; }
.why-grid p { font-size: 9px; }
.about-panel { min-height: 185px; padding: 13px 20px; }
.orbital-emblem img { width: 142px; height: 153px; }
.about-panel h2 { font-size: 21px; }
.about-panel .paper-button { margin-top: 9px; }

.site-footer {
  min-height: 170px;
  padding: 63px max(27px, calc((100vw - 1320px) / 2)) 15px;
  background: linear-gradient(180deg, #84bdec, #6da9dd);
}
.footer-wave { top: -95px; }
.footer-content { min-height: 69px; gap: 28px; }
.contact-item > span { width: 35px; height: 35px; }
.footer-bottom { padding-top: 12px; }
.reveal { opacity: 1 !important; transform: none !important; }

@media (min-width: 1181px) {
  .service-card { min-height: clamp(264px, 20vw, 320px); }
  .service-gem { height: clamp(114px, 9vw, 145px); }
  .service-gem img { width: clamp(111px, 8.5vw, 135px); height: clamp(117px, 9vw, 142px); }
}

@media (min-width: 861px) {
  .nav-book { display: inline-flex; }
  .service-cards { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .services-section > .ornate-heading { width: calc(100% - 273px); }
  .footer-content { flex-wrap: nowrap; padding: 0; }
  .footer-brand { width: auto; }
}

@media (min-width: 861px) and (max-width: 1180px) {
  .services-section { height: 430px; min-height: 0; overflow: visible; }
  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) { height: 264px; min-height: 264px; }
  .why-section { height: 270px; min-height: 0; padding-top: 25px; padding-bottom: 24px; }
  .why-layout { margin-top: 17px; }
  .about-panel { height: 178px; min-height: 0; padding: 8px 14px; overflow: hidden; }
  .orbital-emblem img { width: 118px; height: 128px; }
  .about-panel h2 { margin-bottom: 5px; font-size: 19px; line-height: 1.32; }
  .about-panel .paper-button { min-height: 30px; margin-top: 6px; }
}

@media (max-width: 860px) {
  .site-header,
  .site-header.is-scrolled {
    width: 100%;
    height: 72px;
    padding: 0 18px;
    background: rgba(246,251,255,.94);
  }
  .page-sky { height: 805px; }
  .hero-sky-layer { top: -72px; bottom: -86px; }
  .hero-sky-layer::after { background: linear-gradient(to bottom, rgba(248,252,255,.92) 0%, rgba(236,247,255,.64) 42%, transparent 72%); }
  .hero-sky-layer img {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 62%;
    object-position: center;
    opacity: .7;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 100%);
  }
  .hero { min-height: 715px; padding-top: 34px; }
  .hero-art { bottom: 0; height: 382px; }
  .pc-image { top: 0; right: 50%; width: min(590px, 112vw); max-width: none; }
  .metrics { margin-top: 0; }
  .services-section { padding-top: 52px; }
  .services-layout { grid-template-columns: 1fr; margin-top: 34px; }
  .booking-card { width: min(100%, 430px); margin: 0 auto; }
  .why-section { padding-top: 46px; }
  .why-layout { grid-template-columns: 1fr; }
  .about-panel { width: min(100%, 520px); margin: 0 auto; }
}

@media (max-width: 520px) {
  .hero { min-height: 700px; padding-top: 31px; }
  .hero h1 { font-size: clamp(43px, 12vw, 54px); }
  .hero-art { height: 370px; }
  .metrics { width: calc(100% - 26px); }
  .services-section { padding-top: 46px; }
  .service-card,
  .service-card:nth-child(4),
  .service-card:nth-child(5) { min-height: 285px; }
  .why-layout { margin-top: 25px; }
  .site-footer { padding-top: 70px; }
}
