
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&display=swap');

:root {

  --ivory:    oklch(0.971 0.014 92);
  --ivory-2:  oklch(0.955 0.014 90);
  --greige:   oklch(0.905 0.013 84);
  --greige-2: oklch(0.862 0.014 82);
  --sand:     oklch(0.80 0.018 78);

  --espresso:   oklch(0.205 0.016 56);
  --espresso-2: oklch(0.255 0.018 54);

  --ink:       oklch(0.195 0.010 64);
  --ink-soft:  oklch(0.35 0.013 60);
  --ink-faint: oklch(0.44 0.013 62);
  --on-dark:       oklch(0.96 0.010 88);
  --on-dark-soft:  oklch(0.83 0.012 84);
  --on-dark-faint: oklch(0.70 0.012 80);

  --bronze:        oklch(0.55 0.060 60);
  --bronze-bright: oklch(0.72 0.075 72);

  --line:        oklch(0.205 0.010 64 / 0.16);
  --line-soft:   oklch(0.205 0.010 64 / 0.10);
  --line-dark:   oklch(0.95 0.010 88 / 0.16);

  --display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans:    'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --serif:   'Cormorant Garamond', 'Times New Roman', Georgia, serif;

  --fs-mega:  clamp(2.3rem, 1.5rem + 3.4vw, 4.6rem);
  --fs-xl:    clamp(1.9rem, 1.4rem + 2.1vw, 3.2rem);
  --fs-lg:    clamp(1.6rem, 1.25rem + 1.5vw, 2.4rem);
  --fs-md:    clamp(1.25rem, 1.08rem + 0.8vw, 1.6rem);

  --fs-lead:  clamp(1.16rem, 1.05rem + 0.42vw, 1.4rem);
  --fs-body:  clamp(1.06rem, 1.0rem + 0.3vw, 1.2rem);
  --fs-sm:    0.96rem;
  --fs-xs:    0.85rem;
  --fs-label: 0.82rem;

  --space:    clamp(4.5rem, 3rem + 7vw, 10rem);
  --space-sm: clamp(2.5rem, 1.8rem + 3vw, 5rem);
  --gutter:   clamp(1.15rem, 0.6rem + 2.6vw, 3.25rem);
  --maxw:     1560px;
  --maxw-mid: 1180px;
  --maxw-text: 64ch;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --dur: 0.6s;
  --z-header: 100; --z-float: 90; --z-overlay: 200; --z-menu: 210;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--sans); font-size: var(--fs-body); font-weight: 600;
  line-height: 1.7; color: var(--ink); background: var(--ivory);
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, picture, video, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
button { cursor: pointer; background: none; border: none; }
ul { list-style: none; }
::selection { background: var(--bronze); color: var(--ivory); }

html { scrollbar-width: thin; scrollbar-color: var(--bronze) var(--ivory-2); }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--ivory-2); }
::-webkit-scrollbar-thumb { background: var(--bronze); border: 3px solid var(--ivory-2); border-radius: 0; }
::-webkit-scrollbar-thumb:hover { background: var(--bronze-deep, var(--espresso)); }

.display, h1, h2, h3 {
  font-family: var(--display); font-weight: 600; line-height: 1.4;
  letter-spacing: -0.03em; text-transform: uppercase; text-wrap: balance;
}
.mega { font-weight: 600; letter-spacing: -0.035em; line-height: 1.34; }
.mega { font-size: var(--fs-mega); }
.xl   { font-size: var(--fs-xl); }
.lg   { font-size: var(--fs-lg); }
.md   { font-size: var(--fs-md); }

.mega, .xl, .lg, .page-hero h1 { font-family: var(--serif); font-weight: 600; text-transform: none; letter-spacing: 0; line-height: 1.16; }
.mega { line-height: 1.1; }
.mega em, .xl em, .lg em { font-style: italic; color: var(--bronze); }
h4 { font-family: var(--sans); }
p { text-wrap: pretty; }
.lead { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink-soft); max-width: var(--maxw-text); }

.label {
  font-family: var(--sans); font-size: var(--fs-label); font-weight: 600;
  letter-spacing: 0.15em; text-transform: uppercase; color: var(--ink-faint);
}
.sec-dark .label, .on-dark .label { color: var(--on-dark-faint); }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.wrap-mid { max-width: var(--maxw-mid); }
.wrap-narrow { max-width: 860px; }
.section { padding-block: var(--space); }
.section-sm { padding-block: var(--space-sm); }
.sec-dark { background: var(--espresso); color: var(--on-dark); }
.sec-greige { background: var(--greige); }
.bleed { width: 100%; }

.center { text-align: center; }
.stack > * + * { margin-top: 1.3rem; }
.divider { height: 1px; background: var(--line); border: 0; }

.head { display: grid; gap: 1.2rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.head .lead { margin-top: 0.3rem; }
.head-split { display: grid; gap: 1.5rem; align-items: end; }
@media (min-width: 900px) { .head-split { grid-template-columns: 1.3fr 0.7fr; gap: 3rem; } }

.btn {
  --bg: var(--ink); --fg: var(--ivory);
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 1.05rem 2rem; font-family: var(--sans); font-size: var(--fs-sm); font-weight: 600;
  letter-spacing: 0.02em; background: var(--bg); color: var(--fg); min-height: 50px;
  border: 1px solid var(--bg); border-radius: 0; position: relative;
  transition: transform var(--dur) var(--ease), background .4s var(--ease), color .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 10px 26px oklch(0.18 0.016 56 / 0.22); }
.on-dark .btn:hover, .sec-dark .btn:hover { box-shadow: 0 10px 30px oklch(0 0 0 / 0.35); }
.btn .ico { width: 1.05em; height: 1.05em; transition: transform .4s var(--ease); }
.btn:hover .ico { transform: translateX(3px); }
.btn-ghost { --bg: transparent; --fg: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--ink); }
.on-dark .btn, .sec-dark .btn { --bg: var(--ivory); --fg: var(--ink); }
.on-dark .btn-ghost, .sec-dark .btn-ghost { --bg: transparent; --fg: var(--on-dark); border-color: var(--line-dark); }
.on-dark .btn-ghost:hover, .sec-dark .btn-ghost:hover { border-color: var(--on-dark); }
.btn-lg { padding: 1.2rem 2.5rem; font-size: var(--fs-body); min-height: 58px; }

.link-line {
  display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 500;
  font-size: var(--fs-sm); letter-spacing: 0.02em; position: relative; padding-bottom: 3px;
}
.link-line::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease); }
.link-line:hover::after { transform: scaleX(1); }
.link-line .ico { width: 1em; height: 1em; transition: transform .4s var(--ease); }
.link-line:hover .ico { transform: translateX(4px); }

.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-header); padding-block: 1.5rem;
  transition: background .5s var(--ease), padding .5s var(--ease), border-color .5s var(--ease), color .5s var(--ease);
  border-bottom: 1px solid transparent; mix-blend-mode: normal;
}
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-header.scrolled {
  background: oklch(0.971 0.014 92 / 0.82); backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05); padding-block: 0.85rem; border-bottom-color: var(--line-soft);
}
.brand { display: inline-flex; align-items: center; gap: 0.6rem; line-height: 0.9; }
.brand-logo { height: 42px; width: auto; display: block; flex: none; }
.brand-text { display: inline-flex; flex-direction: column; }
.brand-name { font-family: var(--display); font-weight: 700; font-size: 1.4rem; letter-spacing: -0.02em; text-transform: uppercase; }
.brand-tag { font-family: var(--sans); font-size: 0.52rem; font-weight: 500; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ink-faint); margin-top: 0.4rem; }

.nav { display: none; }
@media (min-width: 1040px) { .nav { display: flex; align-items: center; gap: 1.9rem; } }
.nav a { font-family: var(--sans); font-size: 0.86rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); position: relative; padding-block: 0.45rem; transition: color .3s var(--ease); }
.nav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .4s var(--ease); }
.nav a:hover, .nav a.active { color: var(--ink); }
.nav a:hover::after, .nav a.active::after { transform: scaleX(1); }

.nav-group { position: relative; display: inline-flex; align-items: center; }
.nav-group > a { display: inline-flex; align-items: center; gap: 0.34rem; }
.nav-caret { width: 14px; height: 14px; stroke-width: 2; transition: transform .3s var(--ease); }
.nav-group:hover .nav-caret, .nav-group:focus-within .nav-caret { transform: rotate(180deg); }
.nav-sub {
  position: absolute; top: calc(100% + 0.85rem); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 224px; background: var(--ivory); border: 1px solid var(--line); padding: 0.45rem;
  display: grid; gap: 0.1rem; box-shadow: 0 24px 54px oklch(0.2 0.016 56 / 0.18);
  opacity: 0; visibility: hidden; pointer-events: none; z-index: var(--z-menu);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.nav-sub::before { content: ""; position: absolute; top: -0.85rem; left: 0; right: 0; height: 0.85rem; }
.nav-group:hover .nav-sub, .nav-group:focus-within .nav-sub { opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(-50%) translateY(0); }
.nav-sub a { display: flex; flex-direction: column; gap: 0.15rem; padding: 0.7rem 0.85rem; font-size: 0.8rem; letter-spacing: 0.05em; white-space: nowrap; }
.nav-sub a::after { display: none; }
.nav-sub a .sub-desc { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 0.74rem; color: var(--ink-faint); }
.nav-sub a, .has-cine-hero .site-header:not(.scrolled) .nav .nav-sub a { color: var(--ink-soft); }
.nav-sub a:hover, .has-cine-hero .site-header:not(.scrolled) .nav .nav-sub a:hover { color: var(--ink); background: var(--greige); }
.header-cta { display: none; }
@media (min-width: 1040px) { .header-cta { display: inline-flex; } }

.nav-toggle { display: inline-flex; flex-direction: column; gap: 5px; width: 30px; padding: 6px 0; z-index: var(--z-menu); }
@media (min-width: 1040px) { .nav-toggle { display: none; } }
.nav-toggle span { display: block; height: 1.5px; width: 100%; background: var(--ink); transition: transform .4s var(--ease), opacity .3s var(--ease), background .3s; }
body.menu-open .nav-toggle span { background: var(--on-dark); }
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: var(--z-overlay); background: var(--espresso); color: var(--on-dark);
  display: flex; flex-direction: column; justify-content: center; padding: var(--gutter);
  clip-path: inset(0 0 100% 0); transition: clip-path .7s var(--ease); pointer-events: none;
}
body.menu-open .mobile-menu { clip-path: inset(0 0 0 0); pointer-events: auto; }
.mobile-menu ul { display: grid; gap: 0.2rem; }
.mobile-menu a { font-family: var(--display); font-weight: 800; text-transform: uppercase; font-size: clamp(1.9rem, 8vw, 3rem); color: var(--on-dark); opacity: 0; transform: translateY(20px); transition: opacity .5s var(--ease), transform .5s var(--ease), color .3s; }
body.menu-open .mobile-menu a { opacity: 1; transform: none; }
.mobile-menu li { transition-delay: calc(var(--i,0) * 55ms); }
.mobile-menu a:hover { color: var(--bronze-bright); }
.mobile-menu-foot { margin-top: 2.5rem; display: grid; gap: 0.4rem; color: var(--on-dark-soft); font-size: var(--fs-sm); }
.mobile-menu-foot strong { color: var(--bronze-bright); font-weight: 600; }

.hero { min-height: 100svh; display: grid; grid-template-rows: 1fr auto; padding-top: clamp(6rem, 14vh, 9rem); }
.hero-top { display: grid; align-content: center; justify-items: center; text-align: center; gap: clamp(2rem, 5vh, 3.5rem); padding-block: clamp(2rem, 6vh, 5rem); }
.hero h1 { font-size: var(--fs-mega); max-width: 16ch; }
.hero .hero-sub { max-width: 52ch; color: var(--ink-soft); font-size: var(--fs-lead); }
.hero-tabs { display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 0.3rem; background: var(--greige); padding: 0.4rem; border-radius: 100px; }
.hero-tabs a { font-size: var(--fs-sm); font-weight: 500; letter-spacing: 0.02em; padding: 0.55rem 1.3rem; border-radius: 100px; color: var(--ink-soft); transition: background .35s var(--ease), color .35s var(--ease); }
.hero-tabs a:hover { color: var(--ink); }
.hero-tabs a.is-active { background: var(--ink); color: var(--ivory); }

.hero-cine { position: relative; min-height: 100svh; display: grid; align-items: center; isolation: isolate; color: var(--on-dark); overflow: hidden; }
.hero-cine-media { position: absolute; inset: 0; z-index: -2; }
.hero-cine-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroKen 16s var(--ease) forwards; }
@keyframes heroKen { from { transform: scale(1.14); } to { transform: scale(1); } }
@media (prefers-reduced-motion: reduce) { .hero-cine-media img { animation: none; transform: none; } }
.hero-cine-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to bottom, oklch(0.16 0.016 56 / 0.55) 0%, oklch(0.16 0.016 56 / 0.30) 38%, oklch(0.16 0.016 56 / 0.72) 100%),
    radial-gradient(125% 85% at 50% 45%, transparent 38%, oklch(0.14 0.016 56 / 0.6) 100%);
}
.hero-cine-inner { text-align: center; display: grid; justify-items: center; gap: clamp(1.3rem, 3vh, 2rem); padding-block: clamp(7rem, 16vh, 10rem); }
.hero-eyebrow { font-size: var(--fs-label); letter-spacing: 0.3em; text-transform: uppercase; color: var(--on-dark-soft); }
.hero-cine-title { font-family: var(--serif); font-weight: 600; text-transform: none; font-size: clamp(2.5rem, 1.4rem + 4vw, 4.9rem); line-height: 1.12; letter-spacing: 0; max-width: 30ch; text-wrap: balance; color: var(--on-dark); text-shadow: 0 1px 40px oklch(0.14 0.016 56 / 0.4); }
.hero-cine-title em { font-style: italic; color: var(--bronze-bright); }
.hero-cine-sub { max-width: 44ch; color: var(--on-dark-soft); font-size: var(--fs-lead); }
.hero-cine-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 0.5rem; }
.hero-scroll { position: absolute; left: 50%; bottom: clamp(1.4rem, 4vh, 2.4rem); transform: translateX(-50%); display: inline-flex; flex-direction: column; align-items: center; gap: 0.7rem; font-size: var(--fs-label); letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-faint); }
.hero-scroll::after { content: ""; width: 1px; height: 44px; background: linear-gradient(var(--on-dark-soft), transparent); animation: scrollPulse 2.4s var(--ease) infinite; }
@keyframes scrollPulse { 0%, 100% { opacity: .25; transform: scaleY(.55); } 50% { opacity: 1; transform: scaleY(1); } }

.has-cine-hero .site-header:not(.scrolled) .brand-name,
.has-cine-hero .site-header:not(.scrolled) .nav a { color: var(--on-dark); }
.has-cine-hero .site-header:not(.scrolled) .brand-tag { color: var(--on-dark-faint); }
.has-cine-hero .site-header:not(.scrolled) .nav-toggle span { background: var(--on-dark); }
.has-cine-hero .site-header:not(.scrolled) .header-cta { --bg: var(--ivory); --fg: var(--ink); border-color: var(--ivory); }

.works { padding-top: var(--space); padding-bottom: clamp(3rem,5vw,5rem); }
.works .works-head { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: baseline; justify-content: space-between; margin-bottom: clamp(1.8rem,3vw,2.6rem); }
.works .cat-links { display: flex; flex-wrap: wrap; gap: 0.3rem 1.4rem; }
.works .cat-links a { font-size: var(--fs-sm); color: var(--ink-faint); letter-spacing: 0.02em; transition: color .3s var(--ease); position: relative; }
.works .cat-links a:hover { color: var(--ink); }
.works .cat-links a.is-active { color: var(--ink); }

.marquee { overflow: hidden; width: 100%; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.marquee-track { display: flex; gap: clamp(0.8rem, 1.5vw, 1.4rem); width: max-content; animation: scrollX 48s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item { position: relative; flex: 0 0 auto; width: clamp(200px, 22vw, 340px); aspect-ratio: 3/4; overflow: hidden; border-radius: 3px; background: var(--greige-2); }
.marquee-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.marquee-item:hover img { transform: scale(1.05); }
.marquee-cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem; background: linear-gradient(to top, oklch(0.18 0.016 56 / 0.85), transparent); color: var(--on-dark); }
.marquee-cap .c-cat { font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-dark-soft); }
.marquee-cap .c-name { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1rem; letter-spacing: -0.01em; margin-top: 0.2rem; }
@keyframes scrollX { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .marquee-track { animation: none; flex-wrap: nowrap; overflow-x: auto; } }

.showcase { padding-block: var(--space); overflow: hidden; }
.showcase-head { text-align: center; display: grid; justify-items: center; gap: 0.7rem; margin-bottom: clamp(2rem, 4vw, 3.2rem); }
.sc-stage { position: relative; }
.sc-viewport { overflow: hidden; width: 100%; }
.sc-track { display: flex; align-items: center; gap: clamp(12px, 2vw, 28px); transition: transform .8s var(--ease); will-change: transform; }
.sc-slide { flex: 0 0 min(66vw, 1060px); aspect-ratio: 16 / 9.4; overflow: hidden; border-radius: 4px; position: relative; background: var(--greige-2); opacity: .35; transform: scale(.92); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.sc-slide.is-active { opacity: 1; transform: scale(1); }
.sc-slide img { width: 100%; height: 100%; object-fit: cover; }
.sc-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 5; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: var(--ivory); background: oklch(0.16 0.016 56 / 0.42); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); border: 1px solid oklch(0.95 0.01 88 / 0.3); transition: background .3s var(--ease), transform .3s var(--ease); }
.sc-arrow:hover { background: var(--ink); transform: translateY(-50%) scale(1.06); }
.sc-arrow.prev { left: clamp(0.5rem, 3vw, 3rem); }
.sc-arrow.next { right: clamp(0.5rem, 3vw, 3rem); }
.sc-arrow .ico { width: 22px; height: 22px; }
.sc-title { text-align: center; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: -0.01em; font-size: var(--fs-md); margin-top: clamp(1.6rem, 3vw, 2.4rem); min-height: 1.4em; }
.sc-dots { display: flex; justify-content: center; gap: 0.2rem; margin-top: 1rem; }
.sc-dots button { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: transparent; }
.sc-dots button::before { content: ""; width: 11px; height: 11px; border-radius: 50%; background: var(--ink); opacity: .25; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.sc-dots button.is-active::before { opacity: 1; transform: scale(1.35); }
.sc-cta { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: clamp(1.8rem, 3vw, 2.6rem); }
@media (max-width: 600px) { .sc-slide { flex-basis: 84vw; } .sc-arrow { width: 44px; height: 44px; } }

.luxe-head { text-align: center; max-width: 60ch; margin: 0 auto clamp(2rem, 3.5vw, 3rem); }
.luxe-head h2 { color: var(--on-dark); }
.luxe-head h2 em { color: var(--bronze-bright); font-style: italic; }
.luxe-sub { margin-top: 0.9rem; color: var(--bronze-bright); font-size: var(--fs-lead); font-weight: 500; letter-spacing: 0.04em; }
.luxe-cols { display: grid; gap: clamp(1.4rem, 3vw, 3.2rem); max-width: 1080px; margin: 0 auto clamp(2.4rem, 4.5vw, 3.8rem); }
@media (min-width: 760px) { .luxe-cols { grid-template-columns: 1fr 1fr; } }
.luxe-cols p { color: var(--on-dark-soft); font-size: var(--fs-body); line-height: 1.9; }
.luxe-cols p strong { color: var(--on-dark); font-weight: 600; }

.luxe-steps { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; margin-bottom: clamp(2.4rem, 4.5vw, 3.8rem); }
.luxe-step { text-align: center; padding-inline: clamp(0.8rem, 2vw, 1.8rem); }
.luxe-step .t { display: block; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: clamp(1rem, 1.4vw, 1.22rem); color: var(--on-dark); }
.luxe-step .s { display: block; margin-top: 0.45rem; color: var(--on-dark-faint); font-size: var(--fs-sm); }
.luxe-dash { flex: 0 0 auto; align-self: flex-start; margin-top: 0.85em; width: clamp(36px, 6vw, 96px); height: 1px; background: var(--on-dark-faint); opacity: 0.55; position: relative; }
.luxe-dash::after { content: ""; position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; background: var(--bronze-bright); transform: translate(-50%, -50%) rotate(45deg); }
.luxe-gallery { display: grid; gap: clamp(0.6rem, 1.4vw, 1.1rem); }
@media (min-width: 760px) { .luxe-gallery { grid-template-columns: repeat(3, 1fr); } }
.luxe-gallery figure { overflow: hidden; aspect-ratio: 4 / 3; border-radius: 3px; background: var(--espresso-2); }
.luxe-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.luxe-gallery figure:hover img { transform: scale(1.05); }
@media (max-width: 759px) {
  .luxe-steps { flex-direction: column; align-items: stretch; gap: 0; }
  .luxe-dash { display: none; }
  .luxe-step { border-top: 1px solid var(--line-dark); padding: 1.2rem 0; }
}

.timeline { position: relative; }
.timeline-row { display: grid; grid-template-columns: repeat(5, 1fr); position: relative; }
.timeline-row::before { content: ""; position: absolute; left: 9%; right: 9%; top: 50%; height: 2px; background: var(--on-dark-soft); opacity: .35; transform: translateY(-50%); }
.tl-step { position: relative; display: grid; grid-template-rows: clamp(130px,17vw,180px) 46px clamp(130px,17vw,180px); justify-items: center; }
.tl-node { grid-row: 2; align-self: center; width: 20px; height: 20px; border-radius: 50%; background: var(--on-dark); border: 5px solid var(--espresso); position: relative; z-index: 3; }
.tl-circle { width: clamp(108px, 12vw, 150px); aspect-ratio: 1; border-radius: 50%; background: var(--espresso-2); display: grid; place-content: center; justify-items: center; text-align: center; position: relative; z-index: 2; padding: 0.5rem; }
.tl-circle .num { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem, 2.4vw, 2.2rem); color: var(--on-dark); line-height: 1; padding-bottom: 0.35rem; border-bottom: 1px solid var(--on-dark-faint); }
.tl-circle .ico { width: clamp(26px,3vw,34px); height: clamp(26px,3vw,34px); color: var(--on-dark); margin-top: 0.5rem; }
.tl-label { display: grid; gap: 0.35rem; text-align: center; max-width: 22ch; }
.tl-label .en { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.86rem; color: var(--on-dark); }
.tl-label .vn { font-size: var(--fs-sm); color: var(--on-dark-soft); line-height: 1.45; }

.tl-step.up .tl-circle { grid-row: 1; align-self: end; margin-bottom: 14px; }
.tl-step.up .tl-label { grid-row: 3; align-self: start; margin-top: 20px; }
.tl-step.down .tl-label { grid-row: 1; align-self: end; margin-bottom: 20px; }
.tl-step.down .tl-circle { grid-row: 3; align-self: start; margin-top: 14px; }

.tl-step.up .tl-circle::after { content: ""; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border: 8px solid transparent; border-top-color: var(--espresso-2); }
.tl-step.down .tl-circle::after { content: ""; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border: 8px solid transparent; border-bottom-color: var(--espresso-2); }

@media (max-width: 820px) {
  .timeline-row { grid-template-columns: 1fr; }
  .timeline-row::before { left: 27px; right: auto; top: 0; bottom: 0; width: 2px; height: auto; transform: none; }
  .tl-step { grid-template-rows: none; grid-template-columns: 56px 1fr; justify-items: start; align-items: center; gap: 0 1.3rem; padding-block: clamp(1.4rem,4vw,2rem); }
  .tl-node { grid-row: auto; grid-column: 1; justify-self: center; }
  .tl-step .tl-circle { grid-row: auto !important; grid-column: 1; align-self: center !important; margin: 0 !important; width: 56px; padding: 0.3rem; }
  .tl-circle::after { display: none !important; }
  .tl-circle .num { font-size: 1.2rem; padding-bottom: 0.2rem; }
  .tl-circle .ico { display: none; }
  .tl-step .tl-label { grid-row: auto !important; grid-column: 2; align-self: center !important; margin: 0 !important; text-align: left; max-width: none; }
}

.cta-luxe { position: relative; isolation: isolate; background: var(--espresso); color: var(--on-dark); overflow: hidden; }
.cta-luxe-bg { position: absolute; inset: 0; z-index: -2; }
.cta-luxe-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.12; }
.cta-luxe::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(115% 115% at 50% 45%, transparent 42%, oklch(0.15 0.016 56 / 0.55)); }
.cta-luxe-inner { position: relative; z-index: 1; max-width: 760px; margin-inline: auto; text-align: center; border: 1px solid oklch(0.62 0.072 68 / 0.3); padding: clamp(2rem, 4vw, 3.6rem); display: grid; gap: 1.35rem; justify-items: center; }
.cta-luxe-inner::before, .cta-luxe-inner::after { content: ""; position: absolute; width: 16px; height: 16px; border: solid var(--bronze-bright); }
.cta-luxe-inner::before { top: -1px; left: -1px; border-width: 1.5px 0 0 1.5px; }
.cta-luxe-inner::after { bottom: -1px; right: -1px; border-width: 0 1.5px 1.5px 0; }
.cta-luxe .label { color: var(--bronze-bright); }
.cta-luxe h2 { color: var(--on-dark); }
.cta-luxe h2 em { color: var(--bronze-bright); font-style: italic; }
.cta-luxe .gold-rule { width: 64px; height: 2px; background: var(--bronze-bright); }
.cta-luxe .lead { color: var(--on-dark-soft); }
.cta-trust { display: grid; gap: 0.75rem; margin: 0.2rem 0; }
.cta-trust li { display: flex; align-items: center; gap: 0.75rem; color: var(--on-dark-soft); font-size: var(--fs-sm); }
.cta-trust li::before { content: "\2726"; color: var(--bronze-bright); font-size: 0.85em; flex-shrink: 0; }
.cta-luxe .gold-rule { margin-inline: auto; }
.cta-luxe .lead { margin-inline: auto; max-width: 56ch; }
.cta-luxe .cta-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.6rem 1.6rem; }
.cta-luxe .cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 0.5rem; justify-content: center; }

.split { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; min-height: 86vh; } .split.tall { min-height: 96vh; } }
.split-media { position: relative; overflow: hidden; background: var(--greige-2); min-height: 56vh; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-body { display: grid; align-content: center; gap: 1.5rem; padding: clamp(2.2rem, 5vw, 5.5rem); }
.split-body.on-greige { background: var(--greige); }
.split-body.on-dark, .split.sec-dark .split-body { background: var(--espresso); color: var(--on-dark); }
.split-num { font-family: var(--display); font-weight: 800; font-size: clamp(0.8rem,1.4vw,1rem); letter-spacing: 0.05em; color: var(--ink-faint); }
.split-body .lead { color: var(--ink-soft); }
.on-dark .lead, .split-body.on-dark .lead { color: var(--on-dark-soft); }

.sec-dark .lead, .svc-glass .lead { color: var(--on-dark-soft); }
.vision-intro .lead { color: var(--on-dark); }

.statement { display: grid; gap: clamp(1.5rem, 4vw, 3rem); }
.statement-lines { display: grid; }
.statement .ln { font-family: var(--serif); font-weight: 600; text-transform: none; font-size: var(--fs-xl); line-height: 1.18; letter-spacing: 0; }
.statement .ln.r { text-align: right; }
.statement .ln.muted { color: var(--ink-faint); }
.sec-dark .statement .ln.muted { color: var(--on-dark-faint); }
.statement-foot { display: grid; gap: 1.5rem; margin-top: 1rem; }
@media (min-width: 760px) { .statement-foot { grid-template-columns: 1fr 1fr; align-items: end; } }

.svc-list { border-top: 1px solid var(--line); }
.svc {
  display: grid; gap: 0.6rem 2.5rem; padding-block: clamp(1.8rem, 3.5vw, 3rem);
  border-bottom: 1px solid var(--line); grid-template-columns: 1fr;
  transition: padding .5s var(--ease);
}
@media (min-width: 820px) { .svc { grid-template-columns: 5rem 1fr 1.1fr; align-items: start; } }
.svc:hover { padding-inline: clamp(0.5rem, 1.5vw, 1.5rem); }
.sec-dark .svc, .sec-dark .svc-list { border-color: var(--line-dark); }
.svc-no { font-family: var(--display); font-weight: 600; font-size: 0.95rem; color: var(--ink-faint); letter-spacing: 0.02em; }
.svc h3 { font-size: var(--fs-md); }
.svc p { color: var(--ink-soft); font-size: var(--fs-sm); }
.sec-dark .svc p { color: var(--on-dark-soft); }

.svc-glass { position: relative; isolation: isolate; color: var(--on-dark); overflow: hidden; }
.svc-glass-bg { position: absolute; inset: 0; z-index: -2; }
.svc-glass-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); filter: blur(20px) brightness(0.62) saturate(1.05); }
.svc-glass::after { content: ""; position: absolute; inset: 0; z-index: -1; background:
  radial-gradient(120% 120% at 20% 0%, oklch(0.16 0.016 56 / 0.35), oklch(0.14 0.016 56 / 0.72)); }
.svc-glass .head-split { margin-bottom: clamp(2.2rem, 4vw, 3.4rem); }
.svc-glass .head-split h2 { color: var(--on-dark); text-shadow: 0 2px 30px oklch(0.12 0.016 56 / 0.55); }
.svc-glass .head-split .lead { color: var(--on-dark-soft); }
.svc-glass .label { color: var(--bronze-bright); }
.svc-cards { display: grid; gap: clamp(1rem, 1.8vw, 1.5rem); }
@media (min-width: 700px) { .svc-cards { grid-template-columns: repeat(2, 1fr); } }
.svc-card {
  position: relative; display: grid; gap: 0.9rem; align-content: start;
  padding: clamp(1.6rem, 2.6vw, 2.4rem);
  border-radius: 18px;
  background: linear-gradient(135deg, oklch(0.97 0.01 88 / 0.16), oklch(0.97 0.01 88 / 0.05));
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  border: 1px solid oklch(0.97 0.01 88 / 0.22);
  box-shadow: inset 0 1px 0 oklch(0.99 0.01 88 / 0.35), inset 0 -1px 1px oklch(0.12 0.016 56 / 0.2), 0 24px 50px oklch(0.1 0.016 56 / 0.35);
  overflow: hidden;
  transition: transform .5s var(--ease), background .5s var(--ease), border-color .5s var(--ease);
}

.svc-card::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(80% 60% at 15% 0%, oklch(0.99 0.01 88 / 0.22), transparent 60%);
  opacity: 0.9; }
.svc-card > * { position: relative; z-index: 1; }
.svc-card:hover { transform: translateY(-4px); background: linear-gradient(135deg, oklch(0.97 0.01 88 / 0.22), oklch(0.97 0.01 88 / 0.08)); border-color: oklch(0.97 0.01 88 / 0.34); }
.svc-card-no { font-family: var(--display); font-weight: 600; font-size: 0.9rem; letter-spacing: 0.04em; color: var(--bronze-bright); }
.svc-card-ico { width: 30px; height: 30px; color: var(--on-dark); }
.svc-card h3 { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: -0.01em; font-size: var(--fs-md); color: var(--on-dark); }
.svc-card p { font-size: var(--fs-sm); color: var(--on-dark-soft); }
.svc-glass .link-line { color: var(--bronze-bright); }
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .svc-card { background: oklch(0.25 0.016 54 / 0.7); }
}

.process-step { display: grid; grid-template-columns: 1fr; }
@media (min-width: 900px) { .process-step { grid-template-columns: 1fr 1fr; min-height: 78vh; } }
.process-media { position: relative; overflow: hidden; background: var(--greige-2); min-height: 50vh; filter: grayscale(0.15); }
.process-media img { width: 100%; height: 100%; object-fit: cover; }
.process-panel { position: relative; display: grid; align-content: center; justify-items: center; text-align: center; gap: 1.5rem; padding: clamp(2.5rem, 5vw, 5rem); background: var(--greige); }
.process-panel.dark { background: var(--espresso); color: var(--on-dark); }
.process-head { display: flex; justify-content: space-between; align-items: baseline; width: 100%; }
.process-head h3 { font-size: var(--fs-md); }
.process-head .no { font-family: var(--display); font-weight: 600; font-size: clamp(1.5rem, 2.4vw, 2.2rem); color: var(--ink-faint); }
.process-panel.dark .process-head .no { color: var(--on-dark-faint); }
.process-frame { position: relative; width: clamp(150px, 16vw, 210px); aspect-ratio: 4/5; padding: 0.5rem; border: 1px solid var(--line); }
.process-panel.dark .process-frame { border-color: var(--line-dark); }
.process-frame img { width: 100%; height: 100%; object-fit: cover; }
.process-frame .lbl-l, .process-frame .lbl-r { position: absolute; top: 50%; transform: translateY(-50%); font-size: var(--fs-label); letter-spacing: 0.2em; text-transform: uppercase; color: var(--ink-faint); }
.process-frame .lbl-l { right: calc(100% + 1.2rem); } .process-frame .lbl-r { left: calc(100% + 1.2rem); }
.process-panel.dark .process-frame .lbl-l, .process-panel.dark .process-frame .lbl-r { color: var(--on-dark-faint); }
.process-cap { max-width: 46ch; color: var(--ink-soft); font-size: var(--fs-sm); }
.process-panel.dark .process-cap { color: var(--on-dark-soft); }

.filter-bar { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-bottom: clamp(2rem,4vw,3rem); }
.filter-bar button { font-size: var(--fs-sm); font-weight: 600; padding: 0.72rem 1.5rem; min-height: 46px; border-radius: 0; border: 1px solid var(--line); color: var(--ink-soft); transition: all .35s var(--ease); }
.filter-bar button:hover { border-color: var(--ink); color: var(--ink); }
.filter-bar button.active { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.filter-count { font-size: var(--fs-xs); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.4rem; }

.proj-grid, .posts { transition: opacity .3s var(--ease); }
.proj-grid.is-filtering, .posts.is-filtering { opacity: 0; }
.filter-empty { display: none; padding: clamp(2rem,5vw,4rem) 0; color: var(--ink-faint); }
.filter-empty.show { display: block; }

.proj-grid { display: grid; gap: clamp(1.4rem, 3vw, 2.6rem) clamp(1.2rem,2.5vw,2rem); }
@media (min-width: 700px) { .proj-grid { grid-template-columns: repeat(2, 1fr); } }
.proj { display: grid; gap: 1rem; }
.proj-media { position: relative; overflow: hidden; aspect-ratio: 4/3; background: var(--greige-2); border-radius: 3px; }
.proj.portrait .proj-media { aspect-ratio: 4/5; }
.proj-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.proj:hover .proj-media img { transform: scale(1.04); }
.proj-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.proj-meta h3 { font-size: var(--fs-md); }
.proj-meta .yr { font-family: var(--display); font-weight: 600; color: var(--ink-faint); font-size: 0.9rem; }
.proj .cat { font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
@media (min-width: 700px) { .proj.wide { grid-column: 1 / -1; } .proj.wide .proj-media { aspect-ratio: 16/8; } }

.stats { display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(1.5rem,4vw,3rem); }
@media (min-width: 820px) { .stats { grid-template-columns: repeat(4,1fr); } }
.stat .n { font-family: var(--display); font-weight: 600; font-size: clamp(2.1rem,4vw,3.2rem); line-height: 0.95; letter-spacing: -0.03em; }
.stat .l { font-size: var(--fs-sm); color: var(--ink-soft); margin-top: 0.7rem; }
.sec-dark .stat .l { color: var(--on-dark-soft); }

.quote { display: grid; gap: 2.5rem; max-width: 24ch; }
.quote blockquote { font-family: var(--display); font-weight: 700; text-transform: none; font-size: var(--fs-lg); line-height: 1.12; letter-spacing: -0.02em; }
.quote .who { display: flex; align-items: center; gap: 1rem; }
.quote .who .nm { font-weight: 600; font-size: var(--fs-sm); }
.quote .who .rl { font-size: var(--fs-xs); color: var(--ink-faint); }
.sec-dark .quote .who .rl { color: var(--on-dark-faint); }

.testimonials { display: grid; gap: clamp(1.8rem, 3vw, 3rem) clamp(1.6rem,3vw,3rem); }
@media (min-width: 820px) { .testimonials { grid-template-columns: repeat(3, 1fr); } }
.tmt { display: flex; flex-direction: column; gap: 1.3rem; padding-top: 1.7rem; border-top: 1px solid var(--ink); }
.sec-dark .tmt { border-top-color: var(--on-dark); }
.tmt .stars { letter-spacing: 0.18em; color: var(--bronze); font-size: 0.9rem; }
.sec-dark .tmt .stars { color: var(--bronze-bright); }
.tmt blockquote { font-size: var(--fs-lead); line-height: 1.55; color: var(--ink); font-weight: 400; }
.sec-dark .tmt blockquote { color: var(--on-dark); }
.tmt .by { display: flex; align-items: center; gap: 0.85rem; margin-top: auto; padding-top: 0.4rem; }
.tmt .av { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: var(--greige-2); color: var(--ink); font-family: var(--display); font-weight: 600; font-size: 0.95rem; flex-shrink: 0; }
.sec-dark .tmt .av { background: var(--espresso-2); color: var(--on-dark); }
.tmt .nm { font-weight: 600; font-size: var(--fs-sm); }
.tmt .rl { font-size: var(--fs-xs); color: var(--ink-faint); }
.sec-dark .tmt .rl { color: var(--on-dark-faint); }

.pricing { display: grid; gap: 0; border-top: 1px solid var(--line); }
.tier { display: grid; gap: 1rem 2.5rem; padding-block: clamp(2rem,4vw,3.2rem); border-bottom: 1px solid var(--line); grid-template-columns: 1fr; }
@media (min-width: 900px) { .tier { grid-template-columns: 0.9fr 1.1fr 0.8fr; align-items: start; } }
.tier-name { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: var(--fs-md); letter-spacing: -0.02em; }
.tier-name .badge { display: inline-block; margin-left: 0.6rem; font-family: var(--sans); font-size: var(--fs-label); letter-spacing: 0.14em; padding: 0.2rem 0.6rem; border-radius: 100px; background: var(--ink); color: var(--ivory); vertical-align: middle; }
.tier .desc { color: var(--ink-soft); font-size: var(--fs-sm); margin-top: 0.6rem; }
.tier ul { display: grid; gap: 0.6rem; }
.tier li { display: flex; gap: 0.6rem; font-size: var(--fs-sm); color: var(--ink-soft); align-items: flex-start; }
.tier li .ico { width: 1em; height: 1em; margin-top: 0.4em; color: var(--bronze); flex-shrink: 0; }
.tier-price { display: grid; gap: 1rem; justify-items: start; }
@media (min-width: 900px) { .tier-price { justify-items: end; text-align: right; } }
.tier-price .p { font-family: var(--display); font-weight: 600; font-size: clamp(1.6rem,2.4vw,2.1rem); line-height: 1; letter-spacing: -0.02em; }
.tier-price .p small { display: block; font-family: var(--sans); font-weight: 400; font-size: var(--fs-xs); color: var(--ink-faint); margin-top: 0.4rem; letter-spacing: 0; }

.posts { display: grid; gap: clamp(1.6rem,3vw,2.6rem); }
@media (min-width: 720px) { .posts { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1080px) { .posts { grid-template-columns: repeat(3,1fr); } }
.post { display: grid; gap: 1.1rem; }
.post-thumb { overflow: hidden; aspect-ratio: 16/11; background: var(--greige-2); border-radius: 3px; }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.post:hover .post-thumb img { transform: scale(1.05); }
.post .cat { font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); }
.post h3 { font-size: var(--fs-md); line-height: 1.05; transition: color .3s; }
.post:hover h3 { color: var(--bronze); }
.post .excerpt { font-size: var(--fs-sm); color: var(--ink-soft); }
.post .pm { font-size: var(--fs-xs); color: var(--ink-faint); }
.post-feature { display: grid; gap: clamp(1.6rem,3vw,3rem); align-items: center; }
@media (min-width: 900px) { .post-feature { grid-template-columns: 1.25fr 1fr; } }
.post-feature .post-thumb { aspect-ratio: 16/10; }
.post-feature h3 { font-size: var(--fs-lg); }

.faq { display: grid; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1.5rem; text-align: left; padding-block: 1.5rem; font-family: var(--display); font-weight: 600; text-transform: none; font-size: var(--fs-md); letter-spacing: -0.015em; color: var(--ink); }
.faq-q .pm { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.faq-q .pm::before, .faq-q .pm::after { content: ""; position: absolute; background: var(--ink); transition: transform .4s var(--ease); }
.faq-q .pm::before { top: 50%; left: 0; width: 100%; height: 1.5px; transform: translateY(-50%); }
.faq-q .pm::after { left: 50%; top: 0; height: 100%; width: 1.5px; transform: translateX(-50%); }
.faq-item.open .pm::after { transform: translateX(-50%) scaleY(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .5s var(--ease); }
.faq-a-inner { padding-bottom: 1.6rem; color: var(--ink-soft); max-width: 70ch; }

.page-hero { padding-top: clamp(8rem, 16vh, 12rem); padding-bottom: clamp(2rem, 4vw, 3.5rem); }
.page-hero .crumbs { display: flex; gap: 0.6rem; align-items: center; font-size: var(--fs-label); letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 1.8rem; }
.page-hero .crumbs a:hover { color: var(--ink); }
.page-hero h1 { font-size: var(--fs-xl); max-width: 18ch; }
.page-hero .lead { margin-top: 1.4rem; }
.page-hero-media { margin-top: clamp(2.5rem,5vw,4rem); aspect-ratio: 16/7; overflow: hidden; background: var(--greige-2); border-radius: 3px; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }

.page-hero-cine { position: relative; min-height: 100svh; display: grid; align-items: center; isolation: isolate; color: var(--on-dark); overflow: hidden; }
.page-hero-cine .ph-media { position: absolute; inset: 0; z-index: -2; }
.page-hero-cine .ph-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); animation: heroKen 18s var(--ease) forwards; }
@media (prefers-reduced-motion: reduce) { .page-hero-cine .ph-media img { animation: none; transform: none; } }
.page-hero-cine .ph-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(80% 55% at 50% 50%, oklch(0.11 0.016 56 / 0.58) 0%, transparent 70%),
    linear-gradient(to bottom, oklch(0.14 0.016 56 / 0.64) 0%, oklch(0.14 0.016 56 / 0.46) 46%, oklch(0.11 0.016 56 / 0.84) 100%),
    radial-gradient(120% 82% at 50% 42%, transparent 38%, oklch(0.12 0.016 56 / 0.55) 100%);
}
.page-hero-cine .ph-inner { text-align: center; display: grid; justify-items: center; gap: clamp(1rem, 2.2vh, 1.6rem); padding-block: clamp(8rem, 18vh, 11rem) clamp(2.6rem, 6vh, 4.2rem); }
.page-hero-cine .crumbs { display: flex; gap: 0.6rem; align-items: center; justify-content: center; font-size: var(--fs-label); letter-spacing: 0.22em; text-transform: uppercase; color: var(--on-dark-faint); }
.page-hero-cine .crumbs a { color: var(--on-dark-soft); transition: color .3s var(--ease); }
.page-hero-cine .crumbs a:hover { color: var(--bronze-bright); }
.page-hero-cine .label { color: var(--bronze-bright); }
.page-hero-cine h1 { font-family: var(--serif); font-weight: 600; text-transform: none; font-size: clamp(2.5rem, 1.4rem + 3.7vw, 4.6rem); line-height: 1.12; letter-spacing: 0; max-width: 24ch; text-wrap: balance; color: #fff; text-shadow: 0 2px 4px oklch(0.10 0.016 56 / 0.6), 0 4px 60px oklch(0.10 0.016 56 / 0.7); }
.page-hero-cine h1 em { font-style: italic; color: var(--bronze-bright); text-shadow: 0 2px 4px oklch(0.10 0.016 56 / 0.55), 0 0 32px oklch(0.55 0.060 60 / 0.45); }
.page-hero-cine .lead { max-width: 56ch; color: var(--on-dark); text-shadow: 0 1px 18px oklch(0.11 0.016 56 / 0.7); }
.page-hero-cine .gold-rule { margin-inline: auto; }

.form-card { background: var(--greige); border-radius: 0; padding: clamp(1.6rem,3vw,2.8rem); }
.sec-dark .form-card { background: var(--espresso-2); }
.field-grid { display: grid; gap: 1.1rem; }
@media (min-width: 600px) { .field-grid.two { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 0.45rem; }
.field label { font-size: var(--fs-label); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.sec-dark .field label { color: var(--on-dark-soft); }
.field input, .field textarea, .field select { width: 100%; padding: 0.85rem 1rem; background: var(--ivory); border: 1px solid var(--line); border-radius: 0; font-size: var(--fs-body); color: var(--ink); transition: border-color .3s var(--ease), box-shadow .3s var(--ease); }
.sec-dark .field input, .sec-dark .field textarea, .sec-dark .field select { background: oklch(0.95 0.01 88 / 0.06); border-color: var(--line-dark); color: var(--on-dark); }

.field select option { color: var(--ink); background: #fff; }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-faint); }
.sec-dark .field input::placeholder, .sec-dark .field textarea::placeholder { color: var(--on-dark-faint); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px oklch(0.205 0.01 64 / 0.12); }
.sec-dark .field input:focus, .sec-dark .field textarea:focus, .sec-dark .field select:focus { border-color: var(--on-dark); box-shadow: 0 0 0 3px oklch(0.95 0.01 88 / 0.14); }
.field textarea { resize: vertical; min-height: 120px; }
.form-note { font-size: var(--fs-xs); color: var(--ink-faint); margin-top: 1rem; }
.sec-dark .form-note { color: var(--on-dark-faint); }
.form-msg { margin-top: 1rem; padding: 0.9rem 1.1rem; border-radius: 3px; font-size: var(--fs-sm); display: none; }
.form-msg.show { display: block; }
.form-msg.ok { background: oklch(0.55 0.06 60 / 0.16); color: var(--bronze); border: 1px solid var(--bronze); }
.sec-dark .form-msg.ok { color: var(--bronze-bright); border-color: var(--bronze-bright); }

.contact-list { display: grid; gap: 1.8rem; }
.contact-row { display: flex; gap: 1.1rem; align-items: flex-start; }
.contact-row .c-ico { width: 20px; height: 20px; color: var(--bronze); flex-shrink: 0; margin-top: 0.25rem; }
.sec-dark .contact-row .c-ico { color: var(--bronze-bright); }
.contact-row .c-l { font-size: var(--fs-label); letter-spacing: 0.16em; text-transform: uppercase; color: var(--ink-faint); }
.sec-dark .contact-row .c-l { color: var(--on-dark-faint); }
.contact-row .c-v { font-size: var(--fs-lead); margin-top: 0.2rem; }
.contact-row a.c-v:hover { color: var(--bronze); }

.map-frame { overflow: hidden; border-radius: 4px; border: 1px solid var(--line); filter: grayscale(0.35) contrast(1.05); }
.map-frame iframe { width: 100%; min-height: 360px; border: 0; display: block; }

.values { display: grid; gap: clamp(1.4rem,3vw,2.2rem); }
@media (min-width: 700px) { .values { grid-template-columns: repeat(2,1fr); } }
@media (min-width: 1040px) { .values.c3 { grid-template-columns: repeat(3,1fr); } }
.value { display: grid; gap: 0.7rem; padding-top: 1.6rem; border-top: 1px solid var(--line); }
.sec-dark .value { border-top-color: var(--line-dark); }
.value .v-ico { width: 26px; height: 26px; color: var(--bronze); }
.sec-dark .value .v-ico { color: var(--bronze-bright); }
.value h3 { font-size: 1.02rem; font-family: var(--display); font-weight: 600; text-transform: none; letter-spacing: -0.01em; }
.value p { font-size: var(--fs-sm); color: var(--ink-soft); }
.sec-dark .value p { color: var(--on-dark-soft); }

.vision-sec { position: relative; isolation: isolate; overflow: hidden; }
.vision-bg { position: absolute; inset: 0; z-index: -1; }
.vision-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.10; }
.vision-sec::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(120% 100% at 75% 0%, oklch(0.30 0.022 56 / 0.5), transparent 55%); }
.vision-grid { display: grid; gap: clamp(2.2rem, 5vw, 4.5rem); }
@media (min-width: 920px) { .vision-grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; } }
.vision-intro { display: grid; gap: 1.1rem; }
@media (min-width: 920px) { .vision-intro { position: sticky; top: 6.5rem; } }
.vision-intro .gold-rule { margin-top: 0.3rem; }
.vision-quote { font-family: var(--serif); font-style: italic; font-size: clamp(1.2rem, 1rem + 0.9vw, 1.6rem); line-height: 1.4; color: var(--bronze-bright); margin-top: 0.8rem; max-width: 30ch; }
.vision-list { display: grid; }
.vision-item { display: grid; grid-template-columns: auto 1fr; gap: 0 1.6rem; align-items: baseline; padding: clamp(1.5rem, 2.6vw, 2.1rem) clamp(0.8rem, 1.5vw, 1.3rem); border-top: 1px solid oklch(0.95 0.01 88 / 0.22); transition: background .45s var(--ease), transform .45s var(--ease); }
.vision-list .vision-item:last-child { border-bottom: 1px solid oklch(0.95 0.01 88 / 0.22); }
.vision-num { font-family: var(--serif); font-weight: 600; font-size: clamp(2.1rem, 3vw, 3.1rem); line-height: 0.85; color: var(--bronze-bright); transition: transform .45s var(--ease); }
.vision-item h3 { font-family: var(--serif); font-weight: 600; text-transform: none; font-size: clamp(1.35rem, 1.1rem + 1.1vw, 1.85rem); line-height: 1.18; letter-spacing: 0; color: var(--on-dark); }
.vision-item p { color: var(--on-dark-soft); font-size: var(--fs-sm); margin-top: 0.5rem; max-width: 54ch; }
.vision-item:hover { background: oklch(0.72 0.075 72 / 0.08); transform: translateX(6px); }
.vision-item:hover .vision-num { transform: translateY(-3px) scale(1.06); }
@media (prefers-reduced-motion: reduce) { .vision-item:hover { transform: none; } }

.site-footer { background: var(--espresso); color: var(--on-dark); }
.footer-marquee { overflow: hidden; border-bottom: 1px solid var(--line-dark); padding-block: clamp(1.5rem, 3vw, 2.4rem); -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.fm-track { display: flex; width: max-content; animation: scrollX 34s linear infinite; }
.footer-marquee:hover .fm-track { animation-play-state: paused; }
.fm-item { display: inline-flex; align-items: center; gap: clamp(1.1rem, 2.6vw, 2.2rem); padding-right: clamp(1.1rem, 2.6vw, 2.2rem); white-space: nowrap; }
.fm-brand { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.3rem, 2.8vw, 2.3rem); letter-spacing: 0.01em; color: var(--on-dark); }
.fm-line { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: clamp(1.2rem, 2.6vw, 2.1rem); letter-spacing: 0.015em; color: transparent; -webkit-text-stroke: 1px var(--on-dark-soft); }
.fm-sep { color: var(--bronze-bright); font-size: clamp(0.75rem, 1.4vw, 1.05rem); opacity: 0.9; }
@media (prefers-reduced-motion: reduce) { .fm-track { animation: none; justify-content: center; width: 100%; } .fm-item:nth-child(n+2) { display: none; } }
.footer-top { display: grid; gap: 2.5rem; padding-block: var(--space-sm); }
@media (min-width: 880px) { .footer-top { grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; } }
.footer-brand .brand-name { font-size: 1.7rem; }
.footer-brand p { color: var(--on-dark-soft); font-size: var(--fs-sm); margin-top: 1.2rem; max-width: 34ch; }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1.5rem; }
.footer-social a { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--line-dark); border-radius: 50%; color: var(--on-dark-soft); transition: all .35s var(--ease); }
.footer-social a:hover { background: var(--ivory); border-color: var(--ivory); color: var(--ink); transform: translateY(-2px); }
.footer-social .ico { width: 18px; height: 18px; }
.footer-col h4 { font-family: var(--sans); font-size: var(--fs-label); font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--on-dark-faint); margin-bottom: 1.2rem; }
.footer-col ul { display: grid; gap: 0.7rem; }
.footer-col a, .footer-col li { font-size: var(--fs-sm); color: var(--on-dark-soft); transition: color .3s; }
.footer-col a:hover { color: var(--bronze-bright); }
.footer-col .ln { display: flex; gap: 0.6rem; align-items: flex-start; }
.footer-col .ln .ico { width: 16px; height: 16px; color: var(--bronze-bright); flex-shrink: 0; margin-top: 0.28em; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; padding-block: 1.8rem; border-top: 1px solid var(--line-dark); font-size: var(--fs-xs); color: var(--on-dark-faint); }
.footer-bottom a:hover { color: var(--bronze-bright); }

.contact-fab { position: fixed; right: 1rem; bottom: 1rem; z-index: var(--z-float); display: flex; flex-direction: column; align-items: center; gap: 0.7rem; }
@media (min-width: 1040px) { .contact-fab { right: 1.4rem; bottom: 1.4rem; } }
.cfab-menu { display: flex; flex-direction: column; gap: 0.7rem; }
.cfab-item, .cfab-toggle { width: 58px; height: 58px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: var(--ivory); box-shadow: 0 10px 30px oklch(0.2 0.016 56 / 0.32); }
.cfab-toggle { background: var(--bronze); border: none; cursor: pointer; animation: ring 3s var(--ease) infinite; transition: transform .4s var(--ease); }
.cfab-toggle:hover { transform: scale(1.06); }
.cfab-toggle .ico { width: 26px; height: 26px; }
.contact-fab.open .cfab-toggle { animation: none; transform: rotate(90deg); }
.cfab-item { opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.5); transition: opacity .35s var(--ease), transform .35s var(--ease), visibility .35s; }
.cfab-item .ico { width: 25px; height: 25px; }
.cfab-item.call { background: var(--bronze); }
.cfab-item.zalo { background: #0068FF; }
.cfab-item:hover { transform: scale(1.08); }
.contact-fab:hover .cfab-item, .contact-fab:focus-within .cfab-item, .contact-fab.open .cfab-item { opacity: 1; visibility: visible; transform: none; }
.contact-fab:hover .cfab-item.zalo, .contact-fab.open .cfab-item.zalo { transition-delay: .06s; }
@media (prefers-reduced-motion: reduce) { .cfab-toggle { animation: none; } }
@keyframes ring { 0%,70%,100% { box-shadow: 0 0 0 0 oklch(0.2 0.016 56 / 0.4), 0 10px 30px oklch(0.2 0.016 56 / 0.25); } 35% { box-shadow: 0 0 0 12px oklch(0.2 0.016 56 / 0), 0 10px 30px oklch(0.2 0.016 56 / 0.25); } }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); will-change: opacity, transform; }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

.mt { margin-top: 1.6rem; } .mt-lg { margin-top: 2.6rem; } .mt-sm { margin-top: 0.9rem; }
.mx-auto { margin-inline: auto; }
.maxw-text { max-width: var(--maxw-text); }
.skip-link { position: absolute; left: -999px; background: var(--ink); color: var(--ivory); padding: 0.6rem 1rem; z-index: 999; }
.skip-link:focus { left: 0.5rem; top: 0.5rem; }
:focus-visible { outline: 2px solid var(--bronze); outline-offset: 3px; }
