:root {
  --ink: #241d29;
  --brand-blue: #294174;
  --plum: var(--brand-blue);
  --rose: #a97182;
  --rose-soft: #eadde0;
  --soft-gold: #ead8ad;
  --cream: #f6f2ed;
  --paper: #fffdf9;
  --line: rgba(41, 65, 116, 0.15);
  --blue: #294174;
  --max: 1260px;
  --max-wide: 1420px;
  --gutter: clamp(1.25rem, 3vw, 3.75rem);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", "Noto Serif TC", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.75; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.arrow-ne { width: .95rem; height: .95rem; display: inline-block; flex: 0 0 .95rem; margin-inline-start: .28em; overflow: hidden; vertical-align: -.1rem; color: currentColor; background: currentColor; font-size: 0; -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 19 19 5M9 5h10v10' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center / contain no-repeat; }
[id] { scroll-margin-top: 100px; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.skip-link { position: fixed; top: 0.5rem; left: 0.5rem; z-index: 1000; padding: 0.7rem 1rem; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; isolation: isolate; height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: var(--ink); border-bottom: 1px solid var(--line); background: transparent; transition: height .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: rgba(255,253,249,.93); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); transition: background .3s ease, backdrop-filter .3s ease; }
.site-header.scrolled { height: 70px; color: var(--brand-blue); border-bottom-color: rgba(41,65,116,.16); box-shadow: 0 5px 16px rgba(41,65,116,.06); }
.site-header.scrolled::before { background: rgba(241,244,249,.94); -webkit-backdrop-filter: blur(16px) saturate(115%); backdrop-filter: blur(16px) saturate(115%); }
.brand { width: 210px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: clamp(.9rem, 1.8vw, 2rem); }
.site-nav a { position: relative; display: inline-flex; align-items: center; text-decoration: none; font-size: .9rem; letter-spacing: .12em; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; bottom: -.18rem; display: block; width: 0; height: 1px; background: currentColor; transition: width .25s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { width: 100%; }
.site-nav .nav-brand-home { display: none; width: min(100%, 20rem); min-height: 60px; align-items: center; justify-content: center; padding: .9rem 1.35rem; color: var(--soft-gold); border: 1.5px solid currentColor; text-align: center; font-family: var(--sans) !important; font-size: 1.15rem !important; font-weight: 800; line-height: 1.2 !important; letter-spacing: .08em !important; }
.site-nav .nav-brand-home::after, .site-nav .nav-cosmetics-site::after { display: none; }
.nav-toggle { position: relative; z-index: 102; display: none; min-width: 44px; min-height: 44px; background: none; border: 0; padding: .55rem; color: inherit; cursor: pointer; touch-action: manipulation; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .2s ease; }
.nav-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

@media (min-width: 1181px) {
  .js .site-header.scrolled .nav-toggle { display: block; z-index: 102; }
  .js .site-header.scrolled .site-nav { position: fixed; inset: 0 auto auto 0; z-index: 101; width: 100vw; height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .65rem; padding-block: max(5.5rem, env(safe-area-inset-top)) max(2rem, env(safe-area-inset-bottom)); padding-inline: clamp(4rem, 12vw, 11rem); color: white; background: var(--brand-blue); visibility: hidden; opacity: 0; pointer-events: none; overflow-y: auto; overscroll-behavior: contain; transform: translateX(100%); transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .25s ease, visibility 0s linear .35s; }
  .js .site-header.scrolled .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .js .site-header.scrolled .site-nav a { min-height: 44px; display: flex; align-items: center; font-family: var(--serif); font-size: clamp(1.55rem, 2vw, 2.15rem); line-height: 1.08; letter-spacing: -.02em; }
  .js .site-header.scrolled .site-nav .nav-brand-home,
  .js .site-header.scrolled .site-nav .nav-cosmetics-site { width: min(100%, 22rem); min-height: 62px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: .45rem; padding: .9rem 1.35rem; color: var(--soft-gold); border: 1.5px solid currentColor; text-align: center; font-family: var(--sans); font-size: 1.4rem; font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
  body.nav-open .site-header.scrolled .nav-toggle { color: white; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .site-header { height: 70px; padding: 0 1.5rem; }
  .brand { width: 190px; }
  .js .nav-toggle { display: block; z-index: 102; }
  .js .site-nav { position: fixed; inset: 0 auto auto 0; z-index: 101; width: 100vw; height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .65rem; padding-block: max(5.25rem, env(safe-area-inset-top)) max(2rem, env(safe-area-inset-bottom)); padding-inline: clamp(4rem, 12vw, 8rem); color: white; background: var(--brand-blue); visibility: hidden; opacity: 0; pointer-events: none; overflow-y: auto; overscroll-behavior: contain; transform: translateX(100%); transition: transform .35s cubic-bezier(.22,.61,.36,1), opacity .25s ease, visibility 0s linear .35s; }
  .js .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .js .site-nav a { min-height: 44px; display: flex; align-items: center; font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 1.9rem); line-height: 1.08; letter-spacing: -.02em; }
  .js .site-nav .nav-brand-home,
  .js .site-nav .nav-cosmetics-site { width: min(100%, 22rem); min-height: 62px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: .45rem; padding: .9rem 1.35rem; color: var(--soft-gold); border: 1.5px solid currentColor; text-align: center; font-family: var(--sans); font-size: 1.35rem; font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
  body.nav-open .nav-toggle { color: white; }
}

.hero { position: relative; min-height: clamp(720px, 94svh, 940px); overflow: hidden; color: var(--ink); background: var(--cream); }
.hero-viewport { min-height: inherit; overflow: hidden; touch-action: pan-y pinch-zoom; }
.hero-track { min-height: inherit; }
.js .hero-track { display: flex; transform: translate3d(0, 0, 0); transition: transform .7s cubic-bezier(.22,.7,.25,1); will-change: transform; }
.hero-slide { min-width: 100%; min-height: inherit; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); padding-top: 84px; background: var(--paper); }
.hero-slide:not(:first-child) { display: none; }
.js .hero-slide { display: grid; flex: 0 0 100%; }
.hero-copy { position: relative; z-index: 2; align-self: center; width: auto; margin: 0; padding: clamp(5rem, 8vw, 8rem) clamp(2rem, 4vw, 6rem) clamp(8.5rem, 12vw, 10rem); }
.hero-visual { --hero-frame: 12px; --hero-frame-bottom: 82px; position: relative; min-width: 0; min-height: 0; overflow: hidden; border: var(--hero-frame) solid var(--brand-blue); border-bottom-width: var(--hero-frame-bottom); background: var(--brand-blue); }
.hero-media-stage { position: relative; z-index: 1; isolation: isolate; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #e9e5e0; }
.hero-media-stage::before { content: ""; position: absolute; inset: -7%; z-index: 0; background: var(--hero-backdrop) center / cover no-repeat; filter: blur(24px) saturate(.82); opacity: 0; transform: scale(1.08); }
.hero-media { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-slide:first-child .hero-media { object-position: 36% 44%; }
.hero-slide-courses .hero-media { object-fit: contain; }
.hero-slide-brow .hero-media-stage { --hero-backdrop: url("assets/brow-collage.webp?v=20260920-toned"); }
.hero-slide-brow .hero-media-stage::before, .hero-slide-cosmetics .hero-media-stage::before { opacity: .42; }
.hero-slide-brow .hero-media { object-fit: contain; object-position: 50% 42%; }
.hero-slide-cosmetics .hero-media-stage { --hero-backdrop: url("assets/cosmetics-carousel.webp?v=20260920-blue"); }
.hero-slide-cosmetics .hero-media { object-fit: cover; object-position: 85% 50%; }
.eyebrow { margin: 0 0 1rem; color: var(--rose); font-size: .76rem; font-weight: 700; letter-spacing: .24em; text-transform: uppercase; }
.hero .eyebrow { color: var(--rose); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; font-family: var(--serif); font-size: clamp(3.2rem, 7vw, 6.8rem); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.hero h1, .hero-title { max-width: 100%; margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4vw, 4.25rem); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
.hero-title-line { display: block; white-space: nowrap; }
.hero-lead { max-width: 610px; margin: 2rem 0 0; font-size: clamp(1rem, 1.25vw, 1.15rem); color: #665f68; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem; margin-top: 2.4rem; }
.hero-actions .text-link, .sub-hero-actions .text-link { margin: 0; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: .7rem 1.6rem; border: 1px solid transparent; border-radius: 0; text-decoration: none; font-weight: 700; letter-spacing: .05em; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: white; color: var(--ink); }
.button-ghost { border-color: rgba(255,255,255,.65); color: white; }
.button-dark { border-color: var(--brand-blue); background: rgba(255,255,255,.76); color: var(--brand-blue); }
.button-dark:hover, .button-dark:focus-visible, .button-outline:hover, .button-outline:focus-visible { background: var(--brand-blue); color: white; }
.button-light { background: white; color: var(--plum); }
.hero-carousel-controls { position: absolute; z-index: 5; right: 0; bottom: 0; display: none; width: 66.6667%; height: 82px; align-items: center; justify-content: center; padding: 0 clamp(1.25rem, 3vw, 3.5rem); }
.js .hero-carousel-controls { display: flex; }
.hero-tabs { --active-index: 0; --tab-count: 4; width: auto; margin: 0 auto; display: flex; align-items: center; justify-content: center; gap: .45rem; }
.hero-tabs::before { display: none; }
.hero-tabs button { width: 44px; min-width: 44px; min-height: 44px; display: flex; align-items: center; justify-content: center; padding: 0; border: 0; color: transparent; background: transparent; font: inherit; font-size: 0; line-height: 1; cursor: pointer; }
.hero-tabs button::before { content: ""; width: 8px; height: 8px; border: 1.5px solid rgba(255,255,255,.78); border-radius: 50%; background: transparent; box-shadow: 0 1px 8px rgba(0,0,0,.14); transition: width .25s ease, height .25s ease, border-color .25s ease, background .25s ease, transform .25s ease; }
.hero-tabs button:hover::before, .hero-tabs button:focus-visible::before { border-color: white; transform: scale(1.2); }
.hero-tabs button[aria-selected="true"]::before { width: 12px; height: 12px; border-color: var(--soft-gold); background: var(--soft-gold); }
.hero-autoplay-toggle { position: absolute; z-index: 6; top: 104px; right: 20px; width: 44px; height: 44px; display: none; align-items: center; justify-content: center; padding: 0; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; color: white; background: rgba(41,65,116,.78); box-shadow: 0 5px 18px rgba(20,32,58,.18); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font: 700 .9rem/1 var(--sans); cursor: pointer; }
.js .hero-autoplay-toggle { display: inline-flex; }
.hero-autoplay-toggle:hover, .hero-autoplay-toggle:focus-visible { background: var(--brand-blue); }
.hero-scroll { position: absolute; z-index: 5; right: 4vw; bottom: 2.8rem; color: var(--ink); font-size: .68rem; letter-spacing: .18em; text-decoration: none; }
.js .hero-scroll { display: none; }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(4.5rem, 7vw, 7rem) var(--gutter); }
.section-heading { max-width: 780px; margin-bottom: 2.25rem; }
.services .section-heading { max-width: 1000px; }
.services .section-heading::before { content: ""; display: block; width: 3.5rem; height: 2px; margin-bottom: 1.25rem; background: var(--brand-blue); }
h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.4rem, 4.5vw, 4.5rem); font-weight: 400; line-height: 1.13; letter-spacing: -.025em; }
.two-line-title span { display: block; white-space: nowrap; }
.section-heading > p:last-child { max-width: 680px; margin: 1.4rem 0 0; color: #665f68; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 310px; padding: clamp(2rem, 3vw, 3rem); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.service-card-featured { background: var(--plum); color: white; }
.service-card-cosmetics { background: #edf1f8; }
.service-number { margin-bottom: 1.5rem; font-family: var(--serif); font-size: 1.15rem; opacity: .58; }
.service-kicker { margin: 0 0 .7rem; color: var(--rose); font-size: .72rem; font-weight: 700; letter-spacing: .17em; }
.service-card-featured .service-kicker { color: #e8c6cf; }
.service-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.75rem, 2.5vw, 2.5rem); font-weight: 400; line-height: 1.25; }
.service-card h3 a { text-decoration: none; }
.service-card > p:not(.service-kicker) { max-width: 510px; color: #6d6670; }
.service-card-featured > p:not(.service-kicker) { color: rgba(255,255,255,.75); }
.text-link { display: inline-flex; align-items: center; margin-top: 1.5rem; text-underline-offset: .35em; font-weight: 700; }
.coming-soon { display: inline-flex; align-items: center; margin-top: 1.5rem; padding: .45rem .8rem; border: 1px solid currentColor; border-radius: 999px; font-size: .84rem; font-weight: 700; text-decoration: none; }

.method { display: block; }
.method-intro { max-width: 1080px; }
.method-positioning { margin: 0 0 .85rem; color: var(--rose); font-size: .82rem; font-weight: 700; letter-spacing: .1em; }
.method-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: clamp(2.75rem, 5vw, 4.5rem) 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.method-list li { min-width: 0; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 1rem; align-content: start; padding: clamp(1.75rem, 3vw, 2.75rem); }
.method-list li + li { border-left: 1px solid var(--line); }
.method-list li > span { font-family: var(--serif); color: var(--rose); }
.method-list h3 { margin: 0 0 .4rem; font-size: 1.2rem; }
.method-list p { margin: 0; color: #6d6670; }

.numbers { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--plum); color: white; }
.number { min-height: 200px; display: flex; flex-direction: column; justify-content: center; padding: 2.5rem 3vw; border-right: 1px solid rgba(255,255,255,.16); }
.number strong { width: max-content; max-width: 100%; display: inline-flex; flex-wrap: nowrap; align-items: baseline; color: var(--soft-gold); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; line-height: 1; white-space: nowrap; }
.number strong span { color: inherit; font-size: .5em; }
.number strong .count-up-value { display: inline-block; color: inherit; font-size: 1em; font-variant-numeric: tabular-nums; }
.count-up.is-counting .count-up-value { animation: count-focus 1.45s cubic-bezier(.22,.61,.36,1) both; }
.number p { margin: .8rem 0 0; color: rgba(255,255,255,.68); }
@keyframes count-focus {
  0% { opacity: .3; filter: blur(8px); transform: translateY(.18em) scale(.96); }
  58% { opacity: 1; filter: blur(1.5px); transform: translateY(-.035em) scale(1.025); }
  100% { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }
}

.team-social { max-width: var(--max-wide); }
.team-social .section-heading { max-width: 56.25rem; }
.team-social .section-heading h2 { text-wrap: balance; }
.team-social-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.team-social-group { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.team-social-label { margin: 0 0 .9rem; color: var(--rose); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.team-social-featured { height: 100%; min-height: 280px; display: grid; grid-template-rows: auto 1fr auto; padding: clamp(1.75rem, 3vw, 2.75rem); text-decoration: none; transition: background .25s ease; }
.team-social-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.team-social-arrow { align-self: center; margin-inline-start: 0; color: var(--ink); line-height: 1; transition: transform .2s ease; }
.team-social-featured .team-social-label { margin: 0; }
.team-social-featured strong { display: block; align-self: center; font-family: var(--serif); font-size: clamp(1.65rem, 1.8vw + .3rem, 2.125rem); font-weight: 400; line-height: 1.12; }
.team-social-title-cn { font-size: clamp(1.65rem, 1.55vw + .25rem, 2rem) !important; white-space: nowrap; }
.team-social-title-en { min-width: 0; max-width: 100%; font-size: clamp(1.4rem, 1.25vw + .25rem, 1.875rem) !important; line-height: 1.04 !important; letter-spacing: 0; }
.team-social-title-en span { display: block; white-space: nowrap; }
.team-social-title-en span + span { margin-top: .18em; }
.team-social-featured small { display: block; margin-top: 1.3rem; color: #6d6670; font-size: .84rem; }
.team-social-featured:hover, .team-social-featured:focus-visible { background: rgba(41,65,116,.035); }
.team-social-featured:hover .team-social-arrow, .team-social-featured:focus-visible .team-social-arrow { transform: translate(4px, -4px); }
.team-social-partners { display: grid; grid-template-columns: minmax(220px, .7fr) 1.3fr; gap: clamp(2rem, 5vw, 5rem); margin-top: 2.5rem; }
.team-social-partners > div > p:last-child { margin: 0; color: #6d6670; }
.team-social-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.team-social-links a { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.team-social-links a:nth-child(odd) { padding-right: 1.2rem; }
.team-social-links a:nth-child(even) { padding-left: 1.2rem; border-left: 1px solid var(--line); }
.team-social-links span { color: #6d6670; font-size: .82rem; }
.team-social-links a > span { display: inline-flex; align-items: center; }

.course, .cosmetics { max-width: none; display: grid; grid-template-columns: 1.1fr .9fr; padding: 0; background: var(--cream); }
.course { grid-template-columns: 1fr 1fr; }
.course-media { min-height: 600px; }
.course-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.course-copy, .cosmetics-copy { align-self: center; max-width: 620px; padding: clamp(4rem, 8vw, 8rem); }
.course-copy { width: 100%; max-width: 920px; padding: clamp(3.5rem, 5vw, 5rem); }
.course-copy .course-positioning { margin: 0 0 .8rem; color: var(--rose); font-size: .82rem; font-weight: 700; letter-spacing: .14em; }
.course-copy > p:not(.eyebrow), .cosmetics-copy > p:not(.eyebrow) { margin: 1.5rem 0; color: #665f68; }
.course-copy ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.course-copy li { padding: .65rem 0; border-bottom: 1px solid var(--line); }
.course-title { font-size: clamp(2.75rem, 3.45vw, 4rem); line-height: 1.08; }
.course-title span { display: block; white-space: nowrap; }
.course-title span + span { margin-top: .08em; }
.course-actions, .sub-hero-actions, .sub-cta-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.course-actions .text-link { margin: 0; }
.sub-cta-actions { justify-content: center; }
.button-outline { border-color: var(--plum); color: var(--plum); }

.cosmetics { grid-template-columns: .9fr 1.1fr; background: #f1f4fa; }
.cosmetics-copy { max-width: none; padding: clamp(3rem, 4vw, 5rem); }
.cosmetics-media { overflow: hidden; background: transparent; }
.cosmetics-media img { width: 100%; height: 100%; max-height: 760px; object-fit: cover; padding: 0; }

.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
#locations.section { padding-bottom: clamp(3rem, 5vw, 4.5rem); }
.location-card { padding: 2rem; border: 1px solid var(--line); }
.location-card > p { margin: 0; color: var(--rose); font-size: .72rem; font-weight: 700; letter-spacing: .2em; }
.location-card h3 { margin: .5rem 0 .8rem; font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.location-card address { font-style: normal; color: #665f68; }

.faq-list { border-top: 1px solid var(--line); }
.faq.section { padding-top: clamp(3rem, 5vw, 4.5rem); padding-bottom: clamp(4rem, 6vw, 5.5rem); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 1.15rem 3rem 1.15rem 0; list-style: none; font-size: 1.05rem; font-weight: 700; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .5rem; font-family: var(--serif); font-size: 1.8rem; font-weight: 400; top: 50%; transform: translateY(-50%); }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 800px; margin: 0; padding: 0 3rem 1.6rem 0; color: #665f68; }

.contact { padding: clamp(4rem, 6vw, 5.5rem) var(--gutter); text-align: center; color: white; background: var(--plum); }
.contact .eyebrow { color: #e8c6cf; }
.contact h2 { max-width: none; margin: 0 auto; font-size: clamp(1.15rem, 6vw, 4.5rem); line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.contact > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact .button { margin-top: 1.5rem; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2.5rem; padding: 3.5rem var(--gutter) 5rem; color: white; background: var(--brand-blue); }
.site-footer img { width: 230px; }
.site-footer p { color: rgba(255,255,255,.58); }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: start; gap: 1rem 2rem; }
.site-footer nav a { display: inline-flex; align-items: center; text-decoration: none; }
.copyright { grid-column: 1/-1; margin: 0; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.mobile-cta { display: none; }

.js .reveal { opacity: 0; transform: translate3d(0, 48px, 0); transition: opacity 1s cubic-bezier(.22,.61,.36,1), transform 1.1s cubic-bezier(.22,.61,.36,1); will-change: opacity, transform; }
.js .reveal.is-visible { opacity: 1; transform: translate3d(0, 0, 0); will-change: auto; }
:focus-visible { outline: 3px solid #f0a8bd; outline-offset: 3px; }

@media (max-width: 900px) {
  .site-header { height: 70px; padding: 0 1.25rem; }
  .brand { width: 190px; }
  .site-nav { flex-wrap: wrap; justify-content: flex-end; gap: .35rem .9rem; }
  .site-nav a { font-size: .72rem; }
  .js .nav-toggle { display: block; z-index: 102; }
  .js .site-nav { position: fixed; inset: 0 auto auto 0; z-index: 101; width: 100vw; height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: .8rem; padding-block: max(5.25rem, env(safe-area-inset-top)) max(2rem, env(safe-area-inset-bottom)); padding-inline: clamp(1.5rem, 12vw, 8rem); color: white; background: var(--brand-blue); visibility: hidden; opacity: 0; pointer-events: none; overflow-y: auto; overscroll-behavior: contain; transform: translateX(100%); transition: transform .3s ease, opacity .22s ease, visibility 0s linear .3s; }
  .js .site-nav.open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateX(0); transition-delay: 0s; }
  .js .site-nav a { min-height: 44px; display: flex; align-items: center; font-family: var(--serif); font-size: 1.6rem; line-height: 1.08; letter-spacing: 0; }
  .js .site-nav .nav-brand-home,
  .js .site-nav .nav-cosmetics-site { width: min(100%, 22rem); min-height: 62px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: .35rem; padding: .9rem 1.35rem; color: var(--soft-gold); border: 1.5px solid currentColor; text-align: center; font-family: var(--sans); font-size: 1.35rem; font-weight: 800; line-height: 1.2; letter-spacing: .08em; }
  body.nav-open .nav-toggle { color: white; }
  .hero, .hero-viewport, .hero-track, .hero-slide { min-height: 0; }
  .hero-slide { grid-template-columns: 1fr; grid-template-rows: auto auto; padding-top: 70px; }
  .hero-copy { grid-row: 2; align-self: start; padding: 2.5rem 7vw 3rem; }
  .hero-visual { --hero-frame: 8px; --hero-frame-bottom: 66px; grid-row: 1; min-height: 0; }
  .hero-media-stage { aspect-ratio: 4 / 3; }
  .hero-carousel-controls { top: calc(78px + (100vw - 16px) * .75); right: 8px; bottom: auto; left: 8px; width: auto; height: 58px; padding: 0 .5rem; }
  .hero-autoplay-toggle { top: 86px; right: 16px; }
  .hero-scroll { display: none; }
  .service-grid, .location-grid { grid-template-columns: 1fr; }
  .method-list { grid-template-columns: 1fr; }
  .method-list li { padding: 1.7rem 0; }
  .method-list li + li { border-top: 1px solid var(--line); border-left: 0; }
  .numbers { grid-template-columns: repeat(2, 1fr); }
  .team-social-groups { grid-template-columns: 1fr; }
  .team-social-partners { grid-template-columns: 1fr; }
  .course, .cosmetics { grid-template-columns: 1fr; }
  .course-media { min-height: 0; }
  .course-copy, .cosmetics-copy { max-width: none; padding: 4rem 7vw; }
  .cosmetics-media { grid-row: 1; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: auto; }
}

@media (max-width: 900px) and (orientation: portrait) {
  .js .mobile-cta-duplicate { display: none; }
  .mobile-cta { position: fixed; z-index: 90; right: max(.75rem, env(safe-area-inset-right)); bottom: calc(.75rem + env(safe-area-inset-bottom)); left: max(.75rem, env(safe-area-inset-left)); display: block; overflow: hidden; border-radius: 999px; box-shadow: 0 12px 34px rgba(20,12,25,.28); visibility: visible; opacity: 1; transform: translateY(0); transition: opacity .2s ease, transform .2s ease, visibility 0s linear 0s; }
  .mobile-cta a { min-height: 64px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: .6rem 1.25rem; color: white; text-align: center; text-decoration: none; background: var(--plum); }
  .mobile-cta-title { font-size: .95rem; font-weight: 750; line-height: 1.25; letter-spacing: .05em; }
  .mobile-cta-subtitle { margin-top: .12rem; color: rgba(255,255,255,.72); font-size: .72rem; font-weight: 600; line-height: 1.2; letter-spacing: .08em; }
  .mobile-cta.is-hidden { visibility: hidden; opacity: 0; pointer-events: none; transform: translateY(calc(100% + 1.5rem)); transition-delay: 0s, 0s, .2s; }
  .mobile-cta.is-changing a { animation: mobile-cta-change .18s ease both; }
}

@keyframes mobile-cta-change {
  0% { opacity: .45; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1100px) {
  .team-social-groups { grid-template-columns: 1fr; }
  .team-social-featured { min-height: 250px; }
}

@media (min-width: 901px) and (orientation: landscape) {
  .hero, .hero-viewport, .hero-track, .hero-slide { height: auto; min-height: 0; }
  .hero-slide { overflow: hidden; }
  .hero-visual { height: auto; min-height: 0; align-self: start; }
  .hero-copy { padding: clamp(3rem, 6svh, 4.5rem) clamp(1.5rem, 2vw, 3rem) clamp(5.5rem, 9svh, 7rem); }
  .hero h1, .hero-title { font-size: clamp(2.2rem, 2.9vw, 3.6rem); }
  .hero-lead { margin-top: 1.2rem; }
  .hero-actions { margin-top: 1.5rem; }

  .section { padding-top: clamp(2.25rem, 5svh, 3.5rem); padding-bottom: clamp(2.25rem, 5svh, 3.5rem); }
  .section-heading { margin-bottom: 1.4rem; }
  .section-heading > p:last-child { margin-top: .8rem; }
  .services .section-heading::before { margin-bottom: .8rem; }
  .service-card { min-height: 0; padding: 1.25rem; font-size: .9rem; line-height: 1.55; }
  .service-number { margin-bottom: .7rem; }
  .service-card h3 { font-size: clamp(1.4rem, 1.65vw, 1.8rem); }
  .service-card > p:not(.service-kicker) { margin-block: .7rem; }
  .text-link, .coming-soon { margin-top: .75rem; }

  .method-positioning { margin-bottom: .55rem; }
  .method-list { margin-top: 1.5rem; }
  .method-list li { padding: clamp(1.15rem, 1.8vw, 1.65rem); }
  .number { min-height: 150px; padding-block: 1.6rem; }

  .team-social-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .team-social-featured { min-height: 200px; padding: clamp(1.25rem, 2vw, 1.75rem); }
  .team-social-featured small { margin-top: .75rem; }
  .team-social-partners { gap: clamp(1.5rem, 3vw, 3rem); margin-top: 1.25rem; }
  .team-social-links a { padding-block: .65rem; }

  .course-media, .cosmetics-media { min-height: 0; height: min(560px, 70svh); }
  .course-copy, .cosmetics-copy { padding: clamp(2rem, 3.5vw, 3.5rem); }
  .course-copy > p:not(.eyebrow), .cosmetics-copy > p:not(.eyebrow) { margin: .85rem 0; }
  .course-copy ul { margin-bottom: 1.1rem; }
  .course-copy li { padding: .4rem 0; }
  .course-title { font-size: clamp(2.25rem, 3vw, 3.25rem); }
  .cosmetics-media img { max-height: none; }

  #locations.section { padding-bottom: clamp(2.25rem, 5svh, 3.5rem); }
  .location-card { padding: 1.4rem; }
  .location-card h3 { margin: .25rem 0 .45rem; }
  .faq.section { padding-top: clamp(2.25rem, 5svh, 3.5rem); padding-bottom: clamp(2.25rem, 5svh, 3.5rem); }
  .faq summary { padding-top: .72rem; padding-bottom: .72rem; }
  .contact { padding-top: clamp(2.5rem, 5svh, 3.5rem); padding-bottom: clamp(2.5rem, 5svh, 3.5rem); }
  .contact .button { margin-top: .9rem; }
}

@media (min-width: 901px) and (max-width: 1180px) {
  .hero-copy { padding-inline: clamp(1rem, 1.5vw, 1.5rem); }
  .hero h1, .hero-title { font-size: clamp(1.55rem, 2.9vw, 2.15rem); }
}

@media (min-width: 1200px) and (orientation: landscape) {
  .service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 1180px) and (max-height: 600px) {
  .js .site-nav { gap: .35rem; padding-block: max(4.6rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-bottom)); }
  .js .site-nav a { min-height: 38px; font-size: 1.3rem; }
  .js .site-nav .nav-cosmetics-site { min-height: 50px; margin-bottom: .2rem; padding-block: .65rem; font-size: 1.15rem; }
}

@media (min-width: 1181px) and (max-height: 600px) {
  .js .site-header.scrolled .site-nav { gap: .35rem; padding-block: max(4.6rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-bottom)); }
  .js .site-header.scrolled .site-nav a { min-height: 38px; font-size: 1.3rem; }
  .js .site-header.scrolled .site-nav .nav-cosmetics-site { min-height: 50px; margin-bottom: .2rem; padding-block: .65rem; font-size: 1.15rem; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.9rem, 14vw, 4.5rem); }
  .hero-copy { width: auto; margin: 0; padding: 2rem 1rem 3rem; }
  h2, .hero h1, .hero-title, .course-copy .course-title { font-size: clamp(1.58rem, 7.2vw, 2.2rem); line-height: 1.04; letter-spacing: -.025em; }
  .hero-lead { font-size: .98rem; }
  .hero-actions .button { width: fit-content; max-width: 100%; justify-content: flex-start; padding-inline: 1.25rem; text-align: left; white-space: nowrap; }
  .hero-actions .text-link { width: 100%; margin-top: .25rem; }
  .hero-tabs button { min-height: 42px; }
  .section { padding: 3rem 1rem; }
  .course.section, .cosmetics.section { padding: 0; }
  .mobile-tight-title { line-height: 1.02; }
  .mobile-tight-title span, .two-line-title span { display: block; white-space: nowrap; }
  .service-card { min-height: 0; padding: 2rem 1.5rem; }
  .team-social-groups, .team-social-links { grid-template-columns: 1fr; }
  .team-social-featured { min-height: 210px; padding: 1.6rem; }
  .team-social-featured strong { font-size: 1.95rem; line-height: 1.14; }
  .team-social-title-en { font-size: 1.7rem !important; }
  .js .reveal { transform: translate3d(0, 30px, 0); transition-duration: .9s, 1s; }
  .team-social-links a:nth-child(odd), .team-social-links a:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .numbers { grid-template-columns: 1fr 1fr; }
  .number { min-height: 150px; padding: 1.75rem clamp(.75rem, 4vw, 1.25rem); }
  .number strong { font-size: clamp(1.9rem, 10.4vw, 2.5rem); }
  .number p { font-size: .83rem; }
  .course-copy, .cosmetics-copy { padding: 3rem 1rem; }
  .course-copy .course-title { line-height: 1.04; letter-spacing: -.04em; }
  .course-copy > p:not(.eyebrow) { margin-top: 1.25rem; }
  .location-card { padding: 1.7rem; }
  .site-footer { padding: 3rem 1.25rem 7rem; }
}

@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; }
  .js .reveal { opacity: 1; transform: none; }
  .js .hero-autoplay-toggle { display: none; }
  .mobile-cta.is-changing a { animation: none; }
}

.subpage { background: var(--paper); }
.sub-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 74px; padding: 0 5vw; border-bottom: 1px solid var(--line); background: rgba(255,253,249,.94); backdrop-filter: blur(14px); }
.sub-header img { width: 220px; }
.sub-header a { text-decoration: none; font-weight: 700; }
.sub-hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 76svh; background: var(--cream); }
.sub-hero-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.sub-hero-copy h1 { font-size: clamp(3.2rem, 6vw, 6rem); }
.sub-hero-copy > p:not(.eyebrow) { max-width: 650px; color: #665f68; }
.sub-hero-media { min-height: 520px; overflow: hidden; }
.sub-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.sub-content { max-width: 980px; margin: 0 auto; padding: clamp(4rem, 7vw, 6.5rem) 5vw; }
.sub-content h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
.sub-content-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.sub-content-card { padding: 2rem; border: 1px solid var(--line); }
.sub-content-card span { color: var(--rose); font-family: var(--serif); }
.sub-content-card h3 { margin: 1rem 0 .5rem; }
.sub-content-card p { margin: 0; color: #665f68; }
.sub-cta { padding: 5rem 1.25rem; text-align: center; color: white; background: var(--plum); }
.sub-cta h2 { max-width: 900px; margin: 0 auto 1.5rem; }
.brow-visual { display: grid; place-items: center; color: #e7edf8; background: radial-gradient(circle at 70% 30%, #7083ad, transparent 32%), linear-gradient(135deg, #294174, #526b9f); }

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .hero-autoplay-toggle { background: var(--brand-blue); }
}
.brow-line { font-family: var(--serif); font-size: clamp(4rem, 9vw, 9rem); line-height: .82; letter-spacing: -.05em; }
.cosmetics-sub { background: #edf1f8; }
.cosmetics-sub .sub-hero-media img { object-fit: contain; padding: 4vw; background: #f7f9fd; }
.cosmetics-cta { background: var(--blue); }
.collaboration-page { min-height: 70svh; display: flex; flex-direction: column; justify-content: center; }
.collaboration-page h1 { font-size: clamp(1.15rem, 6vw, 6rem); line-height: 1.1; letter-spacing: -.04em; white-space: nowrap; }
.collaboration-page > p:not(.eyebrow) { max-width: 680px; color: #665f68; }
.collaboration-page .button { align-self: flex-start; margin-top: 1.5rem; }
@media (max-width: 800px) {
  .sub-header { padding: 0 1.25rem; }
  .sub-header img { width: 180px; }
  .sub-hero { grid-template-columns: 1fr; }
  .sub-hero-media { min-height: 360px; grid-row: 1; }
  .sub-hero-copy { padding: 4rem 1.25rem; }
  .sub-content-grid { grid-template-columns: 1fr; }
}
