:root { --ink: #273753; --soft-ink: #68768d; --paper: #f7f9fc; --line: rgba(74, 104, 142, .13); --jade: #3973d7; --jade-dark: #2859ac; --mist: #e6effd; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif; }
@supports (overflow: clip) { body { overflow-x: clip; } }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.page-glow { position: fixed; z-index: -2; inset: 0; background: radial-gradient(circle at 92% 2%, rgba(119, 170, 163, .12), transparent 32rem); }
.site-header { position: fixed; z-index: 10; top: max(8px, env(safe-area-inset-top)); left: 50%; width: min(calc(100% - 144px - env(safe-area-inset-left) - env(safe-area-inset-right)), 1140px); height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 4px 0; transform: translateX(-50%); border: 1px solid transparent; border-radius: 999px; transition: background .3s ease, border-color .3s ease, backdrop-filter .3s ease, padding .3s ease; }
.site-header.is-scrolled { padding: 4px 20px; border-color: rgba(92,116,157,.18); background: rgba(247,249,252,.78); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 8px 24px rgba(34,65,111,.05); }
.brand { display: flex; width: 250px; flex: 0 0 auto; align-items: center; }
.brand img { display: block; width: 100%; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; font-size: 14px; }
.main-nav a { transition: opacity .2s; }.main-nav a:hover { opacity: .55; }
.language { display: inline-flex; align-items: center; gap: 2px; border-radius: 99px; padding: 3px; color: #6e7b90; background: rgba(220,229,245,.7); font-size: 12px; }.language button { min-width: 38px; padding: 5px 9px; border: 0; border-radius: 20px; color: inherit; background: transparent; font: inherit; cursor: pointer; transition: color .2s ease, background .2s ease, box-shadow .2s ease; }.language button:hover { color: #365f9e; }.language button:focus-visible { outline: 2px solid rgba(57,115,215,.45); outline-offset: 2px; }.language button.is-active { color: #52617b; background: rgba(255,255,255,.82); box-shadow: 0 1px 4px rgba(58,81,119,.08); font-weight: 500; }
.hero { position: relative; overflow: hidden; min-height: 760px; height: min(100vh, 940px); display: flex; align-items: center; padding: 180px max(18vw, 10vw) 105px; }
.resort-wash { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: min(820px, 96%); opacity: .15; background-image: linear-gradient(180deg, rgba(247,249,252,.16) 0%, rgba(247,249,252,.15) 40%, var(--paper) 98%), linear-gradient(90deg, rgba(247,249,252,.78) 0%, rgba(247,249,252,.08) 54%, rgba(247,249,252,.42) 100%), url("assets/resort.jpg"); background-position: center; background-size: cover; -webkit-mask-image: linear-gradient(to bottom, black 0%, black 58%, transparent 100%); mask-image: linear-gradient(to bottom, black 0%, black 58%, transparent 100%); }
.hero-grid { position: absolute; inset: 0 0 auto; height: 78%; opacity: .6; background-image: linear-gradient(rgba(44, 92, 86, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(44, 92, 86, .07) 1px, transparent 1px); background-size: 90px 90px; -webkit-mask-image: linear-gradient(to bottom, black, transparent); mask-image: linear-gradient(to bottom, black, transparent); }
.hero-content { width: min(820px, 62%); margin: 30px auto 0 0; }
.eyebrow, .section-kicker { margin: 0; color: var(--jade); font-size: 12px; font-weight: 500; line-height: 1.6; }
.eyebrow { font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif; letter-spacing: .025em; }
.section-kicker { font-family: "DM Mono", monospace; letter-spacing: .08em; }
.eyebrow { display: flex; align-items: center; gap: 10px; }.eyebrow > span:first-child { width: 6px; height: 6px; display: inline-block; flex: 0 0 auto; transform: rotate(45deg); background: var(--jade); }.eyebrow-copy { min-width: 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { overflow-wrap: anywhere; }
h1 { margin: 24px 0 52px; font-size: clamp(44px, 4vw, 68px); font-weight: 500; line-height: 1.16; letter-spacing: .055em; } h1 i { color: var(--jade); font-style: normal; font-family: "DM Mono", monospace; letter-spacing: .01em; }
.hero-product-cards { display: grid; grid-template-columns: repeat(2, minmax(210px, 1fr)); gap: 18px; max-width: 680px; }.product-card { position: relative; min-width: 0; min-height: 158px; padding: 25px 28px 28px; border: 1px solid rgba(255,255,255,.68); border-radius: 18px; background: rgba(255,255,255,.46); box-shadow: inset 0 1px rgba(255,255,255,.55), 0 10px 35px rgba(65,92,130,.035); transition: transform .25s, background .25s, box-shadow .25s; }.product-card:hover { transform: translateY(-4px); background: rgba(255,255,255,.75); box-shadow: 0 14px 38px rgba(65,92,130,.08); }.product-card strong { overflow-wrap: anywhere; color: #3973d7; font-size: 16px; font-weight: 600; letter-spacing: .01em; }.product-card p { margin: 11px 0 0; padding-right: 18px; color: #637188; font-size: 13.5px; line-height: 1.8; letter-spacing: .005em; }.product-card span { position: absolute; right: 20px; bottom: 17px; color: var(--jade); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 13px 19px; border: 1px solid var(--jade); border-radius: 2px; font-size: 14px; transition: transform .2s, background .2s, color .2s; }.button:hover { transform: translateY(-2px); }.primary { background: var(--jade); color: white; }.primary:hover { background: var(--jade-dark); }.secondary { color: var(--jade); }.secondary:hover { background: rgba(61,116,110,.08); }
.hero-note { position: absolute; right: max(18vw, 10vw); top: 50%; width: 310px; height: 365px; transform: translateY(-33%); display: flex; flex-direction: column; justify-content: flex-end; padding: 30px 36px; overflow: hidden; border-radius: 16px; color: white; background: linear-gradient(145deg, rgba(26,79,166,.92), rgba(32,93,184,.76)), url("assets/resort.jpg") center/cover; box-shadow: 0 12px 35px rgba(48,79,131,.13); }.hero-note::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,34,87,.08), rgba(12,43,104,.7)); }.hero-note > * { position: relative; z-index: 1; }.note-number { margin-bottom: auto; font: 10px "DM Mono", monospace; letter-spacing: .05em; color: rgba(255,255,255,.7); }.hero-note p { margin: 0 0 20px; font-size: 24px; font-weight: 500; line-height: 1.55; letter-spacing: .015em; }.hero-note a, .text-link { font-size: 13px; color: var(--jade); }.hero-note a { color: rgba(255,255,255,.8); }.hero-note a span, .text-link span { margin-left: 8px; }
.scroll-cue { position: absolute; display: flex; gap: 13px; align-items: center; bottom: 36px; left: max(18vw, 10vw); color: #71809a; font: 10px "DM Mono", monospace; letter-spacing: .08em; }.scroll-cue i { display: block; height: 1px; width: 42px; background: currentColor; }
html[data-language="en"] h1 { max-width: 720px; font-size: clamp(42px, 3.7vw, 62px); line-height: 1.12; letter-spacing: -.025em; }
html[data-language="en"] .eyebrow { letter-spacing: .01em; }
html[data-language="en"] .product-card strong, html[data-language="en"] .service-card h3 { letter-spacing: -.01em; }
html[data-language="en"] .section-heading h2, html[data-language="en"] .statement h2, html[data-language="en"] .footer-top h2 { letter-spacing: -.025em; }
.section { padding: 125px max(5vw, 34px); }.services { border-top: 1px solid var(--line); }.section-heading { display: flex; justify-content: space-between; gap: 80px; align-items: baseline; margin: 0 auto 52px; width: min(1280px, 100%); }.section-heading h2 { max-width: 670px; margin: 0; font-size: clamp(28px, 3vw, 44px); font-weight: 500; line-height: 1.4; letter-spacing: .015em; }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1280px, 100%); margin: auto; border-top: 1px solid var(--line); }.service-card { position: relative; min-height: 300px; padding: 26px 28px 40px 0; border-right: 1px solid var(--line); }.service-card + .service-card { padding-left: 30px; }.service-card:last-child { border-right: 0; }.card-index { font: 12px "DM Mono", monospace; color: var(--jade); }.service-card h3 { margin: 78px 0 13px; font-weight: 600; font-size: 20px; letter-spacing: .015em; }.service-card p { max-width: 300px; margin-bottom: 0; color: var(--soft-ink); font-size: 14px; line-height: 1.9; letter-spacing: .005em; }.card-arrow { position: absolute; right: 26px; bottom: 35px; color: var(--jade); font-size: 22px; transition: transform .2s; }.service-card:hover .card-arrow { transform: translate(3px, -3px); }.service-card.featured { background: linear-gradient(145deg, rgba(224,235,248,.82), transparent 72%); }
.statement { position: relative; min-height: 650px; background: #e7eef8; overflow: hidden; }.statement::after { content: "SC"; position: absolute; right: 4vw; bottom: -10vw; color: rgba(57,115,215,.07); font: 500 clamp(250px, 35vw, 560px)/.7 "DM Mono", monospace; letter-spacing: -.2em; }.statement > * { position: relative; z-index: 1; max-width: 900px; margin-left: auto; margin-right: auto; }.statement h2 { margin-top: 34px; margin-bottom: 27px; font-size: clamp(38px, 5vw, 68px); font-weight: 500; line-height: 1.32; letter-spacing: .02em; }.statement p:not(.section-kicker) { color: var(--soft-ink); line-height: 2; font-size: 16px; }.text-link { display: inline-block; margin-top: 25px; padding-bottom: 6px; border-bottom: 1px solid var(--jade); }
footer { padding: 95px max(5vw, 34px) max(32px, env(safe-area-inset-bottom)); color: #eff4fb; background: #18345d; }.footer-top, .footer-bottom { width: min(1280px, 100%); margin: auto; }.footer-top { display: flex; justify-content: space-between; align-items: end; gap: 35px; padding-bottom: 90px; }.footer-top .section-kicker { color: #a9c3ee; }.footer-top h2 { margin: 28px 0 0; font-size: clamp(32px, 4vw, 54px); font-weight: 500; line-height: 1.35; letter-spacing: .02em; }.light { max-width: 100%; overflow-wrap: anywhere; color: var(--jade); border-color: #eff4fb; background: #eff4fb; white-space: normal; }.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(238,244,251,.2); }.footer-bottom img { width: 200px; height: auto; filter: invert(1) brightness(4); }.footer-bottom p { margin: 0; font-size: 12px; color: #b9c8dd; }
@media (min-width: 761px) and (max-width: 1300px) {
  .site-header { width: min(calc(100% - clamp(64px, 12vw, 112px) - env(safe-area-inset-left) - env(safe-area-inset-right)), 1140px); }
  .brand { width: clamp(205px, 24vw, 250px); }
  .hero {
    height: auto;
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(250px, 28vw, 300px);
    column-gap: clamp(30px, 4.5vw, 58px);
    align-items: center;
    padding: 150px clamp(38px, 6vw, 72px) 96px;
  }
  .hero-content { width: auto; min-width: 0; margin: 28px 0 0; }
  h1 { margin: 22px 0 42px; font-size: clamp(40px, 5vw, 56px); letter-spacing: .035em; }
  .hero-product-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: none; gap: 14px; }
  .product-card { min-height: 166px; padding: 22px 23px 25px; }
  .product-card p { padding-right: 10px; font-size: 13px; line-height: 1.75; }
  .hero-note {
    position: relative;
    inset: auto;
    width: 100%;
    height: 340px;
    margin-top: 28px;
    padding: 28px 30px;
    transform: none;
  }
  .hero-note p { font-size: clamp(20px, 2.4vw, 24px); }
  .scroll-cue { left: clamp(38px, 6vw, 72px); }
  html[data-language="en"] h1 { font-size: clamp(38px, 4.7vw, 52px); }
}
@media (min-width: 761px) and (max-width: 980px) {
  .site-header { width: calc(100% - 48px - env(safe-area-inset-left) - env(safe-area-inset-right)); }
  .hero {
    grid-template-columns: minmax(0, 1fr) 240px;
    column-gap: 24px;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .hero-product-cards { grid-template-columns: 1fr; }
  .product-card { min-height: 126px; }
  .product-card p { max-width: 390px; }
  .hero-note { height: 330px; padding: 25px 26px; }
  .scroll-cue { left: 5vw; }
}
@media (orientation: landscape) and (min-width: 761px) and (max-width: 980px) and (max-height: 560px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding: 108px max(32px, env(safe-area-inset-right)) 58px max(32px, env(safe-area-inset-left)); }
  .hero-content { margin-top: 0; }
  .hero-note, .scroll-cue { display: none; }
  .hero-product-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  h1 { margin-bottom: 30px; font-size: clamp(38px, 5.5vw, 50px); }
}
@media (max-width: 760px) { .site-header { top: max(6px, env(safe-area-inset-top)); width: calc(100% - 32px - env(safe-area-inset-left) - env(safe-area-inset-right)); height: 58px; }.site-header.is-scrolled { padding: 3px 12px; }.brand { width: 158px; }.main-nav { gap: 10px; font-size: 12px; }.language { display: inline-flex; }.language button { min-width: 33px; min-height: 32px; padding: 4px 7px; }.hero { min-height: 720px; height: auto; padding: 126px max(24px, env(safe-area-inset-right)) 86px max(24px, env(safe-area-inset-left)); align-items: flex-start; }.hero-content { width: 100%; margin: 18px 0 0; }.hero-note { display: none; }.eyebrow { font-size: 12px; line-height: 1.7; } h1 { margin: 22px 0 34px; font-size: clamp(34px, 9.5vw, 43px); line-height: 1.2; letter-spacing: .025em; }.hero-product-cards { grid-template-columns: 1fr; gap: 12px; max-width: none; }.product-card { min-height: 128px; padding: 19px 21px 22px; border-radius: 16px; }.product-card strong { font-size: 15.5px; }.product-card p { margin-top: 9px; padding-right: 18px; font-size: 12.5px; line-height: 1.75; }.scroll-cue { left: max(24px, env(safe-area-inset-left)); }.section { padding: 82px max(24px, env(safe-area-inset-right)) 82px max(24px, env(safe-area-inset-left)); }.section-heading { display: block; margin-bottom: 36px; }.section-heading h2 { margin-top: 18px; font-size: 29px; line-height: 1.48; letter-spacing: .005em; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card + .service-card { min-height: 225px; padding: 22px 38px 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }.service-card h3 { margin-top: 42px; font-size: 19px; }.service-card p { font-size: 13.5px; line-height: 1.9; }.service-card:last-child { border-bottom: 0; }.statement { min-height: 540px; }.statement h2 { margin-top: 26px; font-size: 37px; line-height: 1.38; letter-spacing: .01em; }.statement p:not(.section-kicker) { font-size: 14px; }.footer-top, .footer-bottom { display: block; }.footer-top { padding-bottom: 60px; }.footer-top .button { margin-top: 32px; }.footer-top h2 { font-size: 34px; }.footer-bottom img { margin-bottom: 18px; }.footer-bottom p { line-height: 1.7; } html[data-language="en"] h1 { font-size: clamp(37px, 10vw, 43px); line-height: 1.08; } html[data-language="en"] .eyebrow { max-width: 255px; } html[data-language="en"] .section-heading h2 { font-size: 28px; line-height: 1.35; } html[data-language="en"] .statement h2 { font-size: 35px; line-height: 1.25; } }
@media (max-width: 340px) {
  .site-header { width: calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)); }
  .brand { width: 142px; }
  .main-nav > a { display: none; }
  .main-nav { gap: 6px; }
}
@media (pointer: coarse) {
  .main-nav a, .language button { min-height: 36px; }
  .main-nav a { display: inline-flex; align-items: center; }
}
@media (pointer: coarse) and (max-width: 340px) {
  .main-nav > a { display: none; }
}
@media (max-width: 260px) {
  .brand { width: 118px; }
  .language button { min-width: 30px; padding-left: 5px; padding-right: 5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header.is-scrolled { background: rgba(247,249,252,.96); }
}
