/* Homepage-only Spotlight artwork and motion; brand-system.css unifies shared site styles. */
@font-face { font-family: "Playfair Display"; font-style: italic; font-weight: 400; font-display: swap; src: url("../fonts/playfair-italic-latin.4450ccfb7533.woff2") format("woff2"); }
@font-face { font-family: "Lingmeng Hero Serif"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/noto-serif-sc-hero.023de69ed540.woff2") format("woff2"); }
.spotlight-home { --spotlight-accent: var(--green); --spotlight-hover: var(--green-hover); --spotlight-gutter: clamp(20px, 3.9vw, 56px); }
.spotlight-home .skip-link { z-index: 110; }
.spotlight-home main [id] { scroll-margin-top: 112px; }
.spotlight-home .site-header { position: absolute; inset: 0 0 auto; z-index: 100; border: 0; background: transparent; color: white; }
.spotlight-home.spotlight-ready .site-header { position: fixed; transition: background-color 200ms ease; }
.spotlight-home.spotlight-scrolled .site-header { background: #101411; }
.spotlight-home .masthead { min-height: 94px; gap: 24px; padding: 18px 24px; }
.spotlight-home .brand-name { font-size: 23px; }
.spotlight-home .brand-english { font-family: "Playfair Display", serif; font-size: 13px; font-style: italic; font-weight: 400; letter-spacing: .08em; color: white; }
.spotlight-home .brand-logo { width: 48px; height: 40px; border-radius: 4px; background: transparent; }
.spotlight-home .primary-navigation { position: absolute; left: 50%; transform: translateX(-50%); margin: 0; padding: 5px 8px; background: rgb(255 255 255 / 20%); border: 1px solid rgb(255 255 255 / 30%); border-radius: 999px; backdrop-filter: blur(14px); }
.spotlight-home .nav-list { gap: 4px; }
.spotlight-home .nav-item > a { padding: 9px 18px; border-radius: 999px; color: white; font-size: 14px; }
.spotlight-home .nav-item > a:hover, .spotlight-home .nav-item > a:focus-visible { background: rgb(255 255 255 / 16%); }
.spotlight-home .subnav { top: 100%; left: 0; background: #161c18; border-color: #4c5850; box-shadow: none; }
.spotlight-home .subnav a:hover { background: #2a352d; }
.spotlight-home .header-contact { margin-left: auto; color: #101411; background: white; border-color: white; }
.spotlight-home .header-contact:hover { background: #e9eee9; border-color: #e9eee9; }
.spotlight-home .site-header :focus-visible, .spotlight-hero :focus-visible { outline-color: #fff; }
.spotlight-home .site-header, .spotlight-hero { font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif; }
.spotlight-hero { position: relative; isolation: isolate; width: 100%; min-height: 100vh; min-height: 100dvh; background: #000; color: #fff; overflow: hidden; }
.spotlight-scene { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: #000; }
/* Fade the photographic surface only. Text and controls stay in normal flow. */
.liquid-experience.spotlight-ready .spotlight-hero { background: transparent; }
.liquid-experience.spotlight-ready .spotlight-scene {
  opacity: var(--spotlight-scene-opacity, 1);
  --scene-edge: linear-gradient(to bottom, #000 0%, #000 calc(100% - var(--spotlight-scene-feather, 0px)), transparent 100%);
  mask-image: var(--scene-edge); -webkit-mask-image: var(--scene-edge);
}
.spotlight-art, .spotlight-base, .spotlight-reveal, .spotlight-shade { position: absolute; inset: 0; pointer-events: none; }
/* Lift both registered image layers together; never filter the copy, controls or logo. */
.spotlight-art { z-index: 0; filter: brightness(1.6) contrast(.92); }
.spotlight-base, .spotlight-reveal { background-position: center; background-size: cover; background-repeat: no-repeat; }
.spotlight-base { background-image: url("../hero/lithos-reveal.9f36f9ed556f.webp"); }
.spotlight-reveal { background-image: url("../hero/moss-bloom-reveal-v2.caf25a674134.webp"); opacity: 0; }
.spotlight-hero.spotlight-capable .spotlight-reveal {
  opacity: 1;
  --spotlight-mask: radial-gradient(circle 260px at var(--spotlight-x, -999px) var(--spotlight-y, -999px), #fff 0%, #fff 40%, rgb(255 255 255 / 75%) 60%, rgb(255 255 255 / 40%) 75%, rgb(255 255 255 / 12%) 88%, transparent 100%);
  mask-image: var(--spotlight-mask); -webkit-mask-image: var(--spotlight-mask);
  mask-size: 100% 100%; -webkit-mask-size: 100% 100%;
  mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat;
}
.spotlight-hero.spotlight-lit .spotlight-reveal { opacity: 1; mask-image: none; -webkit-mask-image: none; }
/* Keep the scene open; concentrate the remaining shade beneath the bottom copy. */
.spotlight-shade { z-index: 1; background: linear-gradient(180deg, rgb(0 0 0 / 16%), transparent 30%, transparent 62%, rgb(0 0 0 / 64%) 100%); }
.spotlight-layout { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; min-height: 100dvh; padding: max(124px, 14vh) var(--spotlight-gutter) 100px; gap: clamp(80px, 12vh, 180px); }
.spotlight-heading { text-align: center; font-size: clamp(48px, 6.65vw, 96px); font-weight: 400; line-height: 1.15; letter-spacing: -.025em; pointer-events: none; }
.spotlight-heading-line { display: block; }
.spotlight-heading-line:first-child { font-family: "Playfair Display", "Lingmeng Hero Serif", "Songti SC", "SimSun", serif; font-style: italic; font-weight: 400; }
.spotlight-heading-line + .spotlight-heading-line { margin-top: .06em; }
.spotlight-bottom { display: flex; align-items: end; justify-content: space-between; gap: 64px; }
.spotlight-context { max-width: 300px; font-size: 14px; line-height: 1.8; color: #f1f5f0; text-shadow: 0 2px 10px rgb(0 0 0 / 65%); }
.spotlight-directions { display: flex; flex-wrap: wrap; gap: 0 20px; margin-top: 14px; }
.spotlight-directions a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 12px; text-decoration-thickness: 1px; }
.spotlight-directions .link-arrow { width: 10px; height: 10px; }
.spotlight-directions .link-arrow::after { width: 13px; top: 3px; right: -1px; }
.spotlight-action { display: flex; flex-direction: column; align-items: start; gap: 18px; max-width: 270px; font-size: 14px; line-height: 1.8; }
.spotlight-action > p { color: #f1f5f0; text-shadow: 0 2px 10px rgb(0 0 0 / 65%); }
.spotlight-cta { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 48px; padding: 12px 28px; border-radius: 999px; background: var(--spotlight-accent); color: var(--forest); text-decoration: none; font-weight: 600; transition: transform 180ms ease, background-color 180ms ease; }
.spotlight-cta:hover { background: var(--spotlight-hover); transform: scale(1.03); }
.spotlight-cta:active { transform: scale(.95); }
.spotlight-secondary { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; text-decoration-color: #9ca69c; }
.spotlight-secondary:hover, .spotlight-directions a:hover { text-decoration-color: white; }
.spotlight-switch { position: absolute; z-index: 3; bottom: 22px; left: var(--spotlight-gutter); display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 0; border: 0; background: transparent; color: #e1e6e0; font-size: 12px; cursor: pointer; }
.spotlight-switch[hidden] { display: none; }
.spotlight-switch-mark { width: 14px; height: 14px; border: 1px solid currentColor; border-radius: 50%; }
.spotlight-switch[aria-pressed="true"] .spotlight-switch-mark { background: #e1e6e0; }
.spotlight-hero ::selection { color: #101411; background: var(--green); }
@keyframes spotlightReveal { from { opacity: 0; transform: translateY(28px); filter: blur(12px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } }
@keyframes spotlightFade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spotlightZoom { from { transform: scale(1.12); } to { transform: scale(1); } }
@media (prefers-reduced-motion: no-preference) {
  .spotlight-heading-line { animation: spotlightReveal 1.1s cubic-bezier(.16, 1, .3, 1) .25s backwards; }
  .spotlight-heading-line + .spotlight-heading-line { animation-delay: .42s; }
  .spotlight-context { animation: spotlightFade 1s cubic-bezier(.16, 1, .3, 1) .7s backwards; }
  .spotlight-action { animation: spotlightFade 1s cubic-bezier(.16, 1, .3, 1) .85s backwards; }
  .spotlight-art { animation: spotlightZoom 1.8s cubic-bezier(.16, 1, .3, 1) backwards; }
}
@media (max-width: 1100px) {
  .spotlight-home .nav-item > a { padding-inline: 14px; }
  .spotlight-home .brand-name { font-size: 21px; }
}
@media (max-width: 900px) {
  .spotlight-home .masthead { min-height: 80px; padding: 16px 20px; }
  .spotlight-home .header-contact { display: none; }
  .spotlight-home .menu-toggle { color: white; background: rgb(255 255 255 / 12%); border-color: #879388; }
  .spotlight-home .primary-navigation { position: static; transform: none; border-radius: 16px; margin-top: 12px; padding: 16px; background: #161c18; backdrop-filter: none; }
  .spotlight-home .nav-item > a { border-radius: 8px; padding: 12px; font-size: 16px; }
  .spotlight-home .subnav { background: transparent; padding-left: 12px; }
  .spotlight-home .primary-navigation { max-height: calc(100dvh - 112px); overflow-y: auto; }
  /* Without JS the navigation remains in flow, rather than covering the headline. */
  .spotlight-home:not(.spotlight-ready) .site-header { position: relative; background: #101411; }
  .spotlight-layout { padding-top: max(128px, 16vh); gap: clamp(160px, 25vh, 300px); }
  .spotlight-heading { font-size: clamp(44px, 7.7vw, 72px); }
  .spotlight-bottom { gap: 48px; }
}
@media (max-width: 640px) {
  .spotlight-home .masthead { min-height: 76px; padding: 14px 20px; }
  .spotlight-home .brand-name { font-size: 20px; }
  .spotlight-home .brand-english { font-size: 11px; }
  .spotlight-home .brand-logo { width: 40px; height: 32px; }
  .spotlight-layout { padding: max(124px, 16vh) 20px 96px; gap: clamp(160px, 26vh, 240px); }
  .spotlight-heading { font-size: clamp(32px, 9.1vw, 48px); letter-spacing: -.025em; line-height: 1.25; }
  .spotlight-context { display: none; }
  .spotlight-action { max-width: 100%; gap: 12px; font-size: 13px; }
  .spotlight-action > p { max-width: 38ch; }
  .spotlight-cta { font-size: 14px; }
  .spotlight-bottom { display: block; }
  .spotlight-shade { background: linear-gradient(180deg, rgb(0 0 0 / 20%), transparent 32%, transparent 52%, rgb(0 0 0 / 72%) 100%); }
}
@media (max-height: 600px) and (min-width: 641px) {
  .spotlight-layout { padding-top: 112px; gap: 96px; }
  .spotlight-heading { font-size: clamp(40px, 5vw, 64px); }
}
@media (prefers-reduced-motion: reduce) {
  .liquid-experience.spotlight-ready .spotlight-scene { opacity: 1; mask-image: none; -webkit-mask-image: none; }
  .spotlight-home.spotlight-ready .site-header, .spotlight-cta { transition: none; }
  .spotlight-cta:hover, .spotlight-cta:active { transform: none; }
}
