@charset "UTF-8";

:root {
  --wine-950: #2a0d11;
  --wine-900: #3a1117;
  --wine-800: #511820;
  --wine-700: #6b2029;
  --wine-600: #852b34;
  --gold: #c9a86e;
  --gold-light: #e6d2ae;
  --ink: #211d1d;
  --muted: #6e6665;
  --line: #ded8d4;
  --soft-line: #ece7e3;
  --paper: #f8f6f2;
  --paper-warm: #f3eee8;
  --white: #fff;
  --serif: "Noto Serif TC", "Source Han Serif TC", "Songti TC", "PMingLiU", Georgia, serif;
  --sans: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", Arial, sans-serif;
  --header-h: 88px;
  --shell: min(1440px, calc(100vw - 96px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.7; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
img { display: block; width: 100%; }
svg { display: block; }
::selection { background: var(--wine-700); color: var(--white); }

.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--wine-800); color: white; transition: top .2s; }
.skip-link:focus { top: 12px; }
.section-shell { width: var(--shell); margin-inline: auto; }
.section { padding: 150px 0; }

/* Header */
.site-header { position: fixed; inset: 0 0 auto; height: var(--header-h); z-index: 100; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); transition: background .35s, color .35s, height .35s, box-shadow .35s; }
.site-header.scrolled, .site-header.menu-active { color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 8px 35px rgba(40,25,23,.08); backdrop-filter: blur(18px); }
.nav-shell { width: var(--shell); height: 100%; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 46px; }
.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-logo { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; }
.brand-logo img { width: 100%; height: 100%; object-fit: contain; }
.site-header.scrolled .brand-logo img, .site-header.menu-active .brand-logo img { content: url('../assets/images/dc-logo-dark.png'); }
.site-footer .brand-logo img { content: url('../assets/images/dc-logo-light.png'); }
.brand-mark { width: 48px; color: var(--gold-light); }
.brand-mark svg path:first-child { fill: none; stroke: currentColor; stroke-width: 1.6; }
.brand-mark svg path:not(:first-child) { fill: none; stroke: currentColor; stroke-width: 1.3; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: var(--serif); font-size: 17px; letter-spacing: .06em; font-weight: 700; white-space: nowrap; }
.brand-copy small { margin-top: 7px; font-size: 7px; letter-spacing: .12em; opacity: .72; white-space: nowrap; }
.scrolled .brand-mark, .menu-active .brand-mark { color: var(--wine-700); }
.desktop-nav { justify-self: center; display: flex; gap: clamp(25px,2.4vw,48px); font-size: 14px; }
.desktop-nav a { position: relative; padding: 33px 0; opacity: .82; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 25px; height: 1px; background: var(--gold); transition: right .3s; }
.desktop-nav a:hover { opacity: 1; }
.desktop-nav a:hover::after { right: 0; }
.language-switch { justify-self: end; width: 122px; height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 9px; color: inherit; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.5); transition: color .25s, background .25s, border-color .25s; }
.language-switch i { width: 1px; height: 13px; background: currentColor; opacity: .38; }
.lang-option { min-width: 20px; padding: 5px 0; color: inherit; background: transparent; border: 0; cursor: pointer; font-size: 12px; line-height: 1; opacity: .62; transition: opacity .25s, color .25s; }
.lang-option-en { min-width: 23px; font-size: 10px; letter-spacing: .04em; }
.lang-option.active { color: var(--gold-light); opacity: 1; font-weight: 700; }
.language-switch:hover { background: rgba(255,255,255,.1); border-color: var(--gold-light); }
.scrolled .language-switch, .menu-active .language-switch { color: var(--ink); background: transparent; border-color: rgba(107,32,41,.42); }
.scrolled .language-switch .lang-option.active, .menu-active .language-switch .lang-option.active { color: var(--wine-700); }
.scrolled .language-switch:hover, .menu-active .language-switch:hover { color: var(--wine-900); background: var(--paper-warm); border-color: var(--wine-700); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; color: inherit; background: transparent; border: 0; position: relative; z-index: 132; cursor: pointer; }
.menu-toggle span { position: absolute; left: 8px; width: 26px; height: 1px; background: currentColor; transition: .3s; }
.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 25px; width: 18px; left: 16px; }
.menu-active .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
.menu-active .menu-toggle span:last-child { width: 26px; left: 8px; transform: translateY(-4px) rotate(-45deg); }
.mobile-menu { display: none; }

/* Reusable typography */
.eyebrow { margin: 0 0 27px; display: flex; align-items: center; gap: 14px; color: var(--wine-700); font-size: 11px; letter-spacing: .22em; font-weight: 700; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
.eyebrow.light { color: var(--gold-light); }
.section-heading h2, .difference h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,4vw,68px); line-height: 1.25; letter-spacing: .02em; font-weight: 600; }
.section-top { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 100px; margin-bottom: 78px; }
.section-top > p, .section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.text-link { display: inline-flex; align-items: center; gap: 34px; margin-top: 32px; padding-bottom: 8px; color: var(--wine-700); border-bottom: 1px solid rgba(107,32,41,.35); font-size: 13px; letter-spacing: .08em; font-weight: 700; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translateX(5px); }

/* Hero */
.hero { width: 100%; height: 100vh; height: 100svh; min-height: 0; position: relative; color: white; background: var(--wine-950); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(23,8,10,.9) 0%,rgba(30,9,13,.7) 47%,rgba(30,8,12,.28) 75%,rgba(18,7,9,.56) 100%), linear-gradient(0deg,rgba(22,8,10,.6),transparent 45%), url('../assets/images/hong-kong-day.jpg') center 44%/cover no-repeat; transform: scale(1.025); animation: heroZoom 16s ease-out both; }
.hero-grain { position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
@keyframes heroZoom { from { transform: scale(1.08); } to { transform: scale(1.025); } }
.hero-shell { width: var(--shell); height: 100%; min-height: 0; margin: auto; padding-top: var(--header-h); display: grid; grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr); align-items: center; gap: clamp(50px,9vw,150px); position: relative; z-index: 2; }
.hero-copy { max-width: 880px; padding-top: clamp(0px,3vh,26px); }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(54px, min(7.2vw, 12vh), 122px); line-height: 1.08; letter-spacing: .02em; font-weight: 500; }
.hero h1 em { color: var(--gold-light); font-style: normal; }
.hero-lead { max-width: 680px; margin: clamp(20px,4vh,36px) 0 0; color: rgba(255,255,255,.78); font-size: clamp(14px,1.15vw,17px); line-height: 2; letter-spacing: .03em; }
.hero-actions { margin-top: clamp(24px,5vh,44px); display: flex; align-items: center; gap: clamp(24px,3vw,42px); }
/* The formal English company name is intentionally compacted so all hero actions remain in the first viewport. */
html[lang="en"] .hero h1 { max-width: 760px; font-size: clamp(42px, min(4.8vw, 8vh), 74px); line-height: 1.1; letter-spacing: .01em; }
html[lang="en"] .hero-lead { margin-top: clamp(16px,2.4vh,24px); line-height: 1.75; }
html[lang="en"] .hero-actions { margin-top: clamp(20px,3vh,30px); }
.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 35px; padding: 0 25px; border: 1px solid transparent; cursor: pointer; font-size: 14px; letter-spacing: .08em; transition: background .25s, color .25s, border .25s, transform .25s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--wine-600); border-color: var(--wine-600); }
.btn-primary:hover { background: var(--gold); border-color: var(--gold); color: var(--wine-950); }
.light-link { color: white; border-color: rgba(255,255,255,.35); margin-top: 0; }
.hero-side { align-self: end; margin-bottom: clamp(72px,14vh,140px); border-top: 1px solid rgba(255,255,255,.25); }
.hero-principle { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: clamp(15px,2.5vh,24px) 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.principle-no { padding-top: 3px; color: var(--gold-light); font-size: 10px; letter-spacing: .12em; }
.hero-principle strong { font-family: var(--serif); font-size: 20px; letter-spacing: .08em; font-weight: 600; }
.hero-principle p { margin: 8px 0 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.hero-foot { position: absolute; left: max(48px,calc((100vw - min(1440px, calc(100vw - 96px)))/2)); right: max(48px,calc((100vw - min(1440px, calc(100vw - 96px)))/2)); bottom: 28px; z-index: 2; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .2em; }
.hero-foot i { height: 1px; background: rgba(255,255,255,.22); }
.hero-foot p { margin: 0; letter-spacing: .12em; }

/* Trust */
.trust-strip { border-bottom: 1px solid var(--soft-line); background: var(--white); }
.trust-grid { min-height: 126px; display: grid; grid-template-columns: repeat(2,1fr); }
.trust-grid article { display: flex; align-items: center; gap: 22px; padding: 22px 3vw; border-right: 1px solid var(--soft-line); }
.trust-grid article:first-child { padding-left: 0; }
.trust-grid article:last-child { border-right: 0; }
.trust-grid article > span { min-width: 74px; color: var(--wine-700); font-family: Georgia,serif; font-size: 27px; line-height: 1; }
.trust-grid strong { display: block; font-family: var(--serif); font-size: 18px; letter-spacing: .06em; }
.trust-grid p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }

/* About */
.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12vw; align-items: start; }
.about-copy { padding-top: 12px; }
.about-copy p { color: var(--muted); font-size: 15px; line-height: 2; }
.about-copy .lead-serif { margin-top: 0; color: var(--ink); font-family: var(--serif); font-size: 22px; line-height: 1.85; }
.philosophy-grid { margin-top: 105px; display: grid; grid-template-columns: 1.22fr .78fr; min-height: 570px; }
.philosophy-image { position: relative; overflow: hidden; }
.philosophy-image img { height: 100%; object-fit: cover; filter: saturate(.68) contrast(.96); }
.image-label { position: absolute; left: 0; bottom: 0; padding: 12px 22px; color: white; background: rgba(49,13,18,.88); font-size: 9px; letter-spacing: .18em; }
.philosophy-card { padding: 65px 60px; color: white; background: var(--wine-800); display: flex; flex-direction: column; justify-content: space-between; }
.card-kicker { margin: 0; color: var(--gold-light); font-size: 10px; letter-spacing: .22em; }
.philosophy-card blockquote { margin: 38px 0; font-family: var(--serif); font-size: clamp(28px,2.6vw,43px); line-height: 1.6; font-weight: 500; }
.philosophy-points { border-top: 1px solid rgba(255,255,255,.2); }
.philosophy-points div { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.philosophy-points span { color: var(--gold-light); font-family: var(--serif); }
.philosophy-points p { margin: 0; color: rgba(255,255,255,.65); font-size: 12px; }

/* Services */
.services { background: var(--paper); }
.service-list { border-top: 1px solid var(--line); }
.service-row { position: relative; display: grid; grid-template-columns: 55px 72px minmax(300px,1.1fr) minmax(180px,.6fr) 32px; align-items: center; gap: 34px; min-height: 210px; border-bottom: 1px solid var(--line); transition: background .3s, padding .3s; }
.service-row::before { content: ""; position: absolute; inset: 0; background: white; transform: scaleY(0); transform-origin: bottom; transition: transform .35s; }
.service-row:hover::before, .service-row:focus::before { transform: scaleY(1); }
.service-row > * { position: relative; z-index: 1; }
.service-index { align-self: start; margin-top: 45px; color: var(--gold); font-size: 10px; }
.service-icon { width: 64px; height: 64px; display: grid; place-items: center; color: var(--wine-700); border: 1px solid rgba(107,32,41,.25); }
.service-icon svg { width: 34px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.service-main h3 { margin: 0 0 13px; font-family: var(--serif); font-size: 27px; font-weight: 600; }
.service-main p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.service-row ul { margin: 0; padding: 0; list-style: none; }
.service-row li { padding: 5px 0; color: var(--muted); font-size: 12px; }
.service-row li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.service-arrow { justify-self: end; font-size: 20px; color: var(--wine-700); transition: transform .3s; }
.service-row:hover .service-arrow { transform: translate(4px,-4px); }

/* Difference */
.difference { padding: 0; color: white; background: var(--wine-900); }
.difference-grid { width: 100%; display: grid; grid-template-columns: minmax(400px,.9fr) minmax(600px,1.1fr); }
.difference-visual { min-height: 820px; position: relative; overflow: hidden; }
.difference-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(25,8,10,.6),transparent 65%); }
.difference-visual img { height: 100%; object-fit: cover; filter: saturate(.58) contrast(.98) brightness(.78); }
.visual-note { position: absolute; left: 60px; bottom: 60px; z-index: 2; }
.visual-note small { display: block; margin-bottom: 15px; color: var(--gold-light); letter-spacing: .18em; }
.visual-note strong { font-family: var(--serif); font-size: 31px; line-height: 1.55; font-weight: 500; }
.difference-content { padding: 120px clamp(60px,7vw,135px); display: flex; flex-direction: column; justify-content: center; }
.difference-content h2 { font-size: clamp(40px,3.6vw,62px); }
.advantage-list { margin-top: 60px; }
.advantage-list article { display: grid; grid-template-columns: 40px 1fr; gap: 25px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.advantage-list article:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.advantage-list article > span { color: var(--gold-light); font-size: 10px; padding-top: 5px; }
.advantage-list h3 { margin: 0 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 500; }
.advantage-list p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; }

/* Process */
.process { background: white; }
.process-layout { display: grid; grid-template-columns: .72fr 1.28fr; border: 1px solid var(--line); }
.process-nav { border-right: 1px solid var(--line); }
.process-tab { width: 100%; min-height: 98px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; text-align: left; padding: 18px 27px; color: var(--ink); background: white; border: 0; border-bottom: 1px solid var(--line); cursor: pointer; transition: .25s; }
.process-tab:last-child { border-bottom: 0; }
.process-tab span { color: var(--gold); font-size: 10px; }
.process-tab strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.process-tab small { color: var(--muted); font-size: 10px; }
.process-tab:hover { background: var(--paper); }
.process-tab.active { color: white; background: var(--wine-700); }
.process-tab.active small, .process-tab.active span { color: var(--gold-light); }
.process-panels { min-height: 490px; position: relative; background: var(--paper); }
.process-panel { position: relative; min-height: 490px; padding: 65px 75px; overflow: hidden; }
.panel-number { position: absolute; right: 30px; top: -50px; color: rgba(107,32,41,.055); font-family: Georgia,serif; font-size: 230px; line-height: 1; }
.panel-kicker { position: relative; margin: 0 0 25px; color: var(--wine-700); font-size: 10px; letter-spacing: .2em; }
.process-panel h3 { position: relative; max-width: 620px; margin: 0 0 25px; font-family: var(--serif); font-size: 35px; line-height: 1.45; font-weight: 600; }
.process-panel > p:not(.panel-kicker) { position: relative; max-width: 680px; margin: 0; color: var(--muted); font-size: 15px; line-height: 2; }
.process-panel ul { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 45px 0 0; padding: 0; list-style: none; }
.process-panel li { padding-top: 13px; color: var(--ink); border-top: 1px solid var(--gold); font-size: 12px; }

/* Partners */
.partners { background: var(--paper-warm); }
.partners-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: center; }
.partners .section-heading > p:last-child { margin-top: 34px; max-width: 530px; }
.partner-types { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid #d6cec5; }
.partner-types article { min-height: 240px; position: relative; padding: 38px; display: flex; flex-direction: column; justify-content: flex-end; border-right: 1px solid #d6cec5; border-bottom: 1px solid #d6cec5; background: rgba(255,255,255,.33); transition: background .3s, color .3s; }
.partner-types article:nth-child(2n) { border-right: 0; }
.partner-types article:nth-last-child(-n+2) { border-bottom: 0; }
.partner-types article:hover { color: white; background: var(--wine-700); }
.partner-types article > span { position: absolute; top: 25px; right: 28px; color: var(--gold); font-size: 10px; }
.partner-types svg { width: 46px; margin-bottom: 24px; fill: none; stroke: var(--wine-700); stroke-width: 1.35; transition: stroke .3s; }
.partner-types article:hover svg { stroke: var(--gold-light); }
.partner-types strong { font-family: var(--serif); font-size: 20px; font-weight: 600; }
.partner-types small { margin-top: 7px; color: var(--muted); font-size: 8px; letter-spacing: .16em; }
.partner-types article:hover small { color: rgba(255,255,255,.55); }

/* FAQ */
.faq { background: white; }
.faq-grid { display: grid; grid-template-columns: .68fr 1.32fr; gap: 10vw; align-items: start; }
.faq .section-heading { position: sticky; top: 130px; }
.faq .section-heading > p:last-child { margin-top: 28px; max-width: 440px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 96px; display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; text-align: left; gap: 10px; padding: 20px 0; color: var(--ink); background: transparent; border: 0; cursor: pointer; }
.faq-item button > span { color: var(--gold); font-size: 10px; }
.faq-item button strong { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.faq-item button i { position: relative; width: 20px; height: 20px; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--wine-700); transition: transform .3s; }
.faq-item button i::before { width: 14px; height: 1px; left: 3px; top: 10px; }
.faq-item button i::after { height: 14px; width: 1px; left: 10px; top: 3px; }
.faq-item.open button i::after { transform: rotate(90deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { min-height: 0; overflow: hidden; margin: 0; padding: 0 48px 0 42px; color: var(--muted); font-size: 14px; line-height: 2; transition: padding .35s; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 30px; }

/* Contact */
.contact { position: relative; padding: 140px 0; color: white; background: var(--wine-950); overflow: hidden; }
.contact-bg { position: absolute; inset: 0; opacity: .18; background: linear-gradient(90deg,var(--wine-950) 0%,transparent 70%), url('../assets/images/hong-kong-day.jpg') center 60%/cover no-repeat; filter: grayscale(1); }
.contact::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 15% 15%,rgba(201,168,110,.13),transparent 34%); }
.contact-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.contact h2 { font-size: clamp(47px,4.3vw,73px); }
.contact-copy > p:not(.eyebrow) { max-width: 600px; margin: 32px 0 0; color: rgba(255,255,255,.65); font-size: 15px; line-height: 2; }
.contact-details { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.18); }
.contact-details div { display: grid; grid-template-columns: 110px 1fr; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-details small { color: var(--gold-light); font-size: 10px; }
.contact-details strong { font-size: 13px; font-weight: 400; }
.contact-form { padding: 45px 52px 48px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 35px 80px rgba(0,0,0,.25); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.form-head span { font-family: var(--serif); font-size: 26px; font-weight: 600; }
.form-head small { color: var(--wine-700); font-size: 8px; letter-spacing: .18em; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 22px; margin-top: 30px; }
.form-grid label { display: block; }
.form-grid label.full { grid-column: 1/-1; }
.form-grid label > span { display: block; margin-bottom: 8px; color: #4f4746; font-size: 11px; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 11px 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid #bfb7b1; border-radius: 0; outline: 0; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--wine-700); box-shadow: 0 1px 0 var(--wine-700); }
.form-grid ::placeholder { color: #aaa29d; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 25px 0 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.consent input { accent-color: var(--wine-700); margin-top: 4px; }
.form-submit { width: 100%; margin-top: 25px; }
.form-note { margin: 12px 0 0; color: #9c918d; text-align: center; font-size: 9px; }

.disclaimer { padding: 34px 0; background: #eee7df; border-bottom: 1px solid #d8cec5; }
.disclaimer-inner { display: grid; grid-template-columns: 34px 1fr; gap: 18px; align-items: start; }
.disclaimer-icon { width: 28px; height: 28px; display: grid; place-items: center; color: var(--wine-700); border: 1px solid var(--wine-700); border-radius: 50%; font-family: Georgia,serif; font-style: italic; }
.disclaimer h2 { margin: 0 0 6px; color: var(--wine-700); font-family: var(--serif); font-size: 15px; }
.disclaimer p { margin: 0; color: #5e5552; font-size: 11px; line-height: 1.9; }

/* Footer */
.site-footer { color: white; background: #190e10; }
.footer-main { display: grid; grid-template-columns: 1.7fr .7fr .8fr 1fr; gap: 7vw; padding-top: 80px; padding-bottom: 68px; }
.footer-logo .brand-mark { color: var(--gold-light); }
.footer-brand > p { max-width: 380px; margin: 25px 0 0; color: rgba(255,255,255,.46); font-size: 12px; line-height: 2; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links small, .footer-contact small { margin-bottom: 15px; color: var(--gold-light); font-size: 9px; letter-spacing: .18em; }
.footer-links a, .footer-contact p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer-links a:hover { color: white; }
.footer-contact > a { margin-top: 15px; padding-bottom: 5px; color: white; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 11px; }
.footer-bottom { min-height: 76px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.35); border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 30px; }
.footer-bottom a:hover { color: white; }

.toast { position: fixed; right: 25px; bottom: 25px; z-index: 200; width: min(380px,calc(100vw - 50px)); padding: 18px 20px; color: white; background: var(--wine-800); border-left: 3px solid var(--gold); box-shadow: 0 20px 50px rgba(0,0,0,.25); transform: translateY(140%); opacity: 0; transition: .4s; }
.toast.show { transform: translateY(0); opacity: 1; }
.toast strong, .toast span { display: block; }
.toast strong { font-family: var(--serif); font-size: 15px; }
.toast span { margin-top: 4px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.6; }

/* Motion */
.reveal { opacity: 0; transform: translateY(25px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .13s; }

/* Responsive */
@media (max-width: 1180px) {
  :root { --shell: min(100% - 56px, 1120px); }
  .desktop-nav { gap: 16px; font-size: 13px; }
  .hero-shell { gap: 5vw; }
  .hero h1 { font-size: clamp(65px,8.5vw,95px); }
  .section-top { gap: 60px; }
  .difference-grid { grid-template-columns: .8fr 1.2fr; }
  .difference-content { padding-inline: 65px; }
  .process-panel { padding: 55px; }
  .footer-main { gap: 4vw; }
}

@media (max-width: 900px) {
  :root { --header-h: 76px; --shell: calc(100% - 40px); }
  .section { padding: 100px 0; }
  .desktop-nav { display: none; }
  .site-header.menu-active { z-index: 1000; }
  .nav-shell { grid-template-columns: 1fr auto auto; gap: 9px; position: relative; z-index: 130; }
  .language-switch { width: 104px; height: 38px; gap: 5px; padding: 0 6px; }
  .lang-option { min-width: 18px; font-size: 11px; }
  .lang-option-en { min-width: 21px; font-size: 9px; }
  .menu-toggle { display: block; }
  .site-header:not(.scrolled):not(.menu-active) .menu-toggle { color: #fff; }
  .mobile-menu { display: block; position: fixed; inset: var(--header-h) 0 0; z-index: 120; height: calc(100dvh - var(--header-h)); padding: 25px 20px 45px; color: var(--ink); background: rgba(255,255,255,.995); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .38s ease, visibility .38s; }
  .menu-active .mobile-menu { transform: translateX(0); visibility: visible; pointer-events: auto; }
  .mobile-menu nav { border-top: 1px solid var(--line); }
  .mobile-menu a { min-height: 68px; display: flex; align-items: center; gap: 22px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 20px; }
  .mobile-menu a span { color: var(--gold); font-family: var(--sans); font-size: 9px; }
  .hero { height: 100vh; height: 100svh; min-height: 0; }
  .hero-shell { grid-template-columns: 1fr; align-content: center; padding-bottom: 100px; }
  .hero-copy { max-width: 720px; padding-top: 60px; }
  .hero-side { display: none; }
  .hero-foot { left: 20px; right: 20px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid article { padding-left: 20px; }
  .about-grid, .section-top, .partners-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-image { min-height: 480px; }
  .service-row { grid-template-columns: 40px 60px 1fr 25px; gap: 20px; padding: 30px 0; }
  .service-row ul { grid-column: 3/4; display: flex; flex-wrap: wrap; gap: 8px 18px; }
  .service-row li { padding: 0; }
  .difference-grid { grid-template-columns: 1fr; }
  .difference-visual { min-height: 580px; }
  .difference-content { padding: 90px 40px; }
  .process-layout { grid-template-columns: 1fr; }
  .process-nav { display: grid; grid-template-columns: repeat(5,1fr); border-right: 0; border-bottom: 1px solid var(--line); overflow-x: auto; }
  .process-tab { min-width: 135px; min-height: 95px; grid-template-columns: 1fr; align-content: center; gap: 2px; border-right: 1px solid var(--line); border-bottom: 0; text-align: center; padding: 12px; }
  .process-tab small { display: none; }
  .faq .section-heading { position: static; }
  .footer-main { grid-template-columns: 1.4fr .6fr .8fr; }
  .footer-contact { grid-column: 1/-1; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.12); }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 32px); }
  .section { padding: 82px 0; }
  .brand-logo { width: 48px; height: 48px; flex-basis: 48px; }
  .brand-mark { width: 42px; }
  .brand-copy strong { font-size: 12px; letter-spacing: .025em; }
  .brand-copy small { font-size: 5.5px; letter-spacing: .07em; }
  .hero { height: 100vh; height: 100svh; min-height: 0; }
  .hero-bg { background-position: 62% center; }
  .hero-copy { padding-top: 20px; }
  .hero .eyebrow { margin-bottom: 20px; font-size: 9px; }
  .hero h1 { font-size: clamp(48px,14.2vw,67px); line-height: 1.18; }
  .hero-lead { margin-top: 25px; font-size: 14px; line-height: 1.9; }
  .hero-actions { margin-top: 30px; align-items: flex-start; flex-direction: column; gap: 20px; }
  html[lang="en"] .hero h1 { max-width: 355px; font-size: clamp(30px,8.6vw,40px); line-height: 1.12; letter-spacing: 0; }
  html[lang="en"] .hero-lead { margin-top: 16px; line-height: 1.65; }
  html[lang="en"] .hero-actions { margin-top: 20px; gap: 14px; }
  .btn { min-height: 50px; }
  .hero-foot { bottom: 18px; grid-template-columns: auto 1fr; }
  .hero-foot p { display: none; }
  .trust-grid { width: 100%; grid-template-columns: 1fr; }
  .trust-grid article { min-height: 92px; padding: 17px 20px; gap: 16px; border-right: 0; border-bottom: 1px solid var(--soft-line); }
  .trust-grid article:first-child { padding-left: 20px; }
  .trust-grid article:last-child { border-bottom: 0; }
  .trust-grid article > span { min-width: 72px; font-size: 24px; }
  .trust-grid strong { font-size: 15px; }
  .trust-grid p { font-size: 10px; line-height: 1.55; }
  .section-heading h2, .difference h2, .contact h2 { font-size: 38px; line-height: 1.35; }
  .eyebrow { margin-bottom: 20px; }
  .about-grid { gap: 38px; }
  .about-copy .lead-serif { font-size: 19px; }
  .philosophy-grid { width: 100%; margin-top: 70px; }
  .philosophy-image { min-height: 340px; }
  .philosophy-card { padding: 45px 24px; }
  .philosophy-card blockquote { font-size: 26px; }
  .section-top { gap: 28px; margin-bottom: 48px; }
  .service-row { min-height: 0; grid-template-columns: 36px 52px 1fr; gap: 12px; padding: 28px 0; }
  .service-index { margin-top: 8px; }
  .service-icon { width: 48px; height: 48px; }
  .service-icon svg { width: 27px; }
  .service-main h3 { font-size: 22px; }
  .service-main p { font-size: 13px; }
  .service-row ul { grid-column: 3/4; display: block; }
  .service-arrow { display: none; }
  .difference-visual { min-height: 420px; }
  .difference-visual img { object-position: 48% center; }
  .visual-note { left: 24px; bottom: 28px; }
  .visual-note strong { font-size: 25px; }
  .difference-content { padding: 72px 20px; }
  .advantage-list { margin-top: 42px; }
  .process-layout { width: calc(100% + 32px); margin-left: -16px; border-left: 0; border-right: 0; }
  .process-nav { padding-left: 0; }
  .process-tab { min-width: 112px; }
  .process-panel { min-height: 520px; padding: 45px 24px; }
  .panel-number { right: 0; font-size: 160px; }
  .process-panel h3 { font-size: 29px; }
  .process-panel ul { grid-template-columns: 1fr; margin-top: 30px; gap: 15px; }
  .partner-types { grid-template-columns: 1fr; }
  .partner-types article { min-height: 180px; border-right: 0; border-bottom: 1px solid #d6cec5 !important; }
  .partner-types article:last-child { border-bottom: 0 !important; }
  .faq-item button { min-height: 82px; grid-template-columns: 32px 1fr 22px; }
  .faq-item button strong { font-size: 16px; line-height: 1.55; }
  .faq-answer p { padding-left: 32px; padding-right: 20px; }
  .contact { padding: 85px 0 0; }
  .contact-grid { width: 100%; gap: 60px; }
  .contact-copy { width: calc(100% - 32px); margin: auto; }
  .contact-form { padding: 37px 20px 40px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.full { grid-column: auto; }
  .form-head small { display: none; }
  .contact-details div { grid-template-columns: 90px 1fr; }
  .disclaimer-inner { grid-template-columns: 28px 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 45px 25px; padding-top: 60px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-contact { grid-column: 1/-1; }
  .footer-bottom { padding: 20px 0; min-height: 100px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 10px; }
  .footer-bottom div { gap: 15px; flex-wrap: wrap; }
}

/* Multi-page additions */
.desktop-nav a.active { color: var(--gold-light); }
.scrolled .desktop-nav a.active { color: var(--wine-700); }
.desktop-nav a.active::after { right: 0; }

.inner-hero { min-height: 610px; position: relative; display: flex; align-items: flex-end; padding: 180px 0 95px; color: white; overflow: hidden; background-color: var(--wine-950); }
.inner-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(32,8,12,.92),rgba(40,10,15,.62) 58%,rgba(31,8,11,.45)), url('../assets/images/hong-kong-day.jpg') center 52%/cover no-repeat; }
.about-hero::before { background: linear-gradient(90deg,rgba(32,8,12,.94),rgba(40,10,15,.58) 62%,rgba(31,8,11,.42)), url('../assets/images/hong-kong-day.jpg') center 42%/cover no-repeat; }
.services-hero::before { background-position: center 47%; }
.process-hero::before { filter: saturate(.65); }
.knowledge-hero::before { background: linear-gradient(90deg,rgba(32,8,12,.95),rgba(40,10,15,.6)), url('../assets/images/hong-kong-day.jpg') center 48%/cover no-repeat; }
.contact-hero::before { background-position: center 62%; }
.inner-hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.inner-hero-grid { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; }
.inner-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(60px,7vw,108px); line-height: 1.12; letter-spacing: .04em; font-weight: 500; }
.inner-hero p:not(.eyebrow) { max-width: 680px; margin: 25px 0 0; color: rgba(255,255,255,.7); font-size: 16px; line-height: 2; }


.home-intro { padding-bottom: 125px; }
.home-service-cards { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.home-service-cards a { min-height: 380px; position: relative; padding: 38px; border-right: 1px solid var(--line); background: rgba(255,255,255,.4); transition: color .3s, background .3s, transform .3s; }
.home-service-cards a:last-child { border-right: 0; }
.home-service-cards a > span { position: absolute; top: 30px; right: 30px; color: var(--gold); font-size: 10px; }
.home-service-cards svg { width: 58px; margin: 55px 0 42px; fill: none; stroke: var(--wine-700); stroke-width: 1.35; }
.home-service-cards h3 { margin: 0 0 16px; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.home-service-cards p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.home-service-cards b { position: absolute; left: 38px; bottom: 34px; color: var(--wine-700); font-size: 11px; font-weight: 600; }
.home-service-cards a:hover { color: white; background: var(--wine-700); transform: translateY(-5px); }
.home-service-cards a:hover svg { stroke: var(--gold-light); }
.home-service-cards a:hover p, .home-service-cards a:hover b { color: rgba(255,255,255,.7); }
.home-advantage { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; align-items: center; }
.home-cta { padding: 110px 0; text-align: center; color: white; background: linear-gradient(90deg,rgba(52,14,19,.97),rgba(88,24,33,.93)), url('../assets/images/hong-kong-day.jpg') center 68%/cover; }
.home-cta .eyebrow { justify-content: center; }
.home-cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,4.5vw,70px); font-weight: 500; }
.home-cta p { margin: 20px 0 34px; color: rgba(255,255,255,.65); }

.about-advantages { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-grid article { min-height: 310px; padding: 35px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.45); }
.feature-grid article > span { color: var(--gold); font-size: 10px; }
.feature-grid h3 { margin: 90px 0 15px; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }

.service-detail { background: white; }
.service-detail.alt { background: var(--paper); }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: center; }
.service-detail.alt .detail-media { order: 2; }
.detail-media { position: relative; min-height: 580px; overflow: hidden; }
.detail-media img { position: absolute; inset: 0; height: 100%; object-fit: cover; filter: saturate(.65) contrast(.96); }
.detail-media > span { position: absolute; left: 0; bottom: 0; padding: 13px 20px; color: white; background: rgba(63,17,23,.9); font-size: 9px; letter-spacing: .15em; }
.detail-copy h2 { margin: 0 0 30px; font-family: var(--serif); font-size: clamp(38px,3.6vw,59px); line-height: 1.4; font-weight: 600; }
.detail-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 2; }
.detail-copy h3 { margin: 38px 0 15px; color: var(--wine-700); font-family: var(--serif); font-size: 18px; }
.detail-copy ul { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px 25px; }
.detail-copy li { padding: 11px 0; border-bottom: 1px solid var(--line); color: #4f4846; font-size: 12px; }
.detail-copy li::before { content: "—"; margin-right: 10px; color: var(--gold); }
.detail-note { margin-top: 30px; padding: 16px 18px; color: #685f5c; background: var(--paper-warm); border-left: 2px solid var(--gold); font-size: 11px; line-height: 1.8; }
.service-promise { color: white; background: var(--wine-900); }
.promise-grid { margin-top: 55px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(255,255,255,.18); }
.promise-grid article { min-height: 260px; padding: 38px; border-right: 1px solid rgba(255,255,255,.18); }
.promise-grid article:last-child { border-right: 0; }
.promise-grid span { color: var(--gold-light); font-size: 10px; }
.promise-grid h3 { margin: 80px 0 12px; font-family: var(--serif); font-size: 22px; font-weight: 500; }
.promise-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }

.process-note-grid { margin-top: 45px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); }
.process-note-grid article { padding: 28px; border-right: 1px solid var(--line); }
.process-note-grid article:last-child { border-right: 0; }
.process-note-grid small { display: block; color: var(--gold); font-size: 9px; letter-spacing: .12em; }
.process-note-grid strong { display: block; margin: 13px 0 6px; font-family: var(--serif); font-size: 18px; }
.process-note-grid p { margin: 0; color: var(--muted); font-size: 11px; }

.contact-directory { background: linear-gradient(135deg,#fff 0%,#faf8f4 100%); }
.contact-directory-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; align-items: start; }
.contact-directory-copy { position: sticky; top: 130px; padding-top: 12px; }
.contact-directory-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,4vw,66px); line-height: 1.35; font-weight: 600; }
.contact-intro { max-width: 560px; margin: 32px 0 0; color: var(--muted); font-size: 15px; line-height: 2; }
.contact-assurance { margin-top: 50px; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-assurance span { color: var(--wine-700); font-size: 9px; letter-spacing: .18em; font-weight: 700; }
.contact-assurance p { margin: 8px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-info-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.contact-info-card { min-height: 315px; position: relative; display: flex; flex-direction: column; justify-content: flex-end; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.78); transition: color .3s, background .3s, transform .3s; }
.contact-info-card.featured { background: var(--paper-warm); }
.contact-info-card:hover { color: white; background: var(--wine-700); transform: translateY(-4px); }
.contact-card-no { position: absolute; top: 27px; right: 30px; color: var(--gold); font-size: 10px; }
.contact-card-icon { position: absolute; left: 37px; top: 35px; width: 48px; color: var(--wine-700); }
.contact-card-icon svg { fill: none; stroke: currentColor; stroke-width: 1.3; }
.contact-info-card:hover .contact-card-icon { color: var(--gold-light); }
.contact-info-card small { margin-bottom: 13px; color: var(--wine-700); font-size: 9px; letter-spacing: .12em; font-weight: 700; }
.contact-info-card:hover small { color: var(--gold-light); }
.contact-info-card h3 { margin: 0; font-family: var(--serif); font-size: 25px; font-weight: 600; }
.contact-email { white-space: nowrap; font-family: var(--sans) !important; font-size: clamp(15px,1.15vw,18px) !important; letter-spacing: 0; }
.contact-info-card p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.contact-info-card:hover p { color: rgba(255,255,255,.62); }
.qr-contact-card { grid-column: 1/-1; min-height: 0; display: block; padding: 38px; }
.qr-contact-card:hover { color: var(--ink); background: rgba(255,255,255,.78); transform: none; }
.qr-contact-card > small { display: block; margin: 74px 0 13px; }
.qr-contact-card:hover small { color: var(--wine-700); }
.qr-contact-card:hover p { color: var(--muted); }
.qr-contact-grid { margin-top: 28px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.qr-contact-grid figure { min-width: 0; margin: 0; padding: 24px; display: grid; grid-template-rows: 382px auto; justify-items: center; align-items: start; gap: 18px; border: 1px solid var(--line); background: white; }
.qr-media { width: 100%; height: 382px; display: flex; align-items: center; justify-content: center; }
.qr-media img { display: block; max-width: 100%; max-height: 100%; width: auto; height: auto; background: white; }
.qr-contact-grid figure .qr-media img { width: 220px; height: 220px; object-fit: contain; }
.qr-contact-grid figure:first-child .qr-media img { width: 210px; height: 210px; object-fit: contain; }
.qr-contact-grid figcaption { width: min(100%,220px); display: flex; flex-direction: column; gap: 8px; }
.qr-contact-grid figcaption strong { font-family: var(--serif); font-size: 19px; font-weight: 600; }
.qr-contact-grid figcaption span { color: var(--muted); font-size: 12px; line-height: 1.8; }
.contact-guidance { padding: 115px 0; color: white; background: radial-gradient(circle at 80% 10%,rgba(201,168,110,.11),transparent 34%),var(--wine-900); }
.contact-guidance-head { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.contact-guidance-head .eyebrow { grid-column: 1/-1; margin-bottom: -35px; }
.contact-guidance-head h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px,4vw,65px); font-weight: 500; }
.contact-guidance-head > p:last-child { margin: 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 2; }
.contact-guidance-grid { margin-top: 65px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.contact-guidance-grid article { min-height: 245px; padding: 34px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-guidance-grid span { color: var(--gold-light); font-size: 10px; }
.contact-guidance-grid h3 { margin: 80px 0 12px; font-family: var(--serif); font-size: 21px; font-weight: 500; }
.contact-guidance-grid p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.8; }

@media (max-width: 900px) {
  .inner-hero { min-height: 520px; padding: 145px 0 70px; }

  .home-service-cards, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .home-service-cards a:nth-child(2) { border-right: 0; }
  .home-service-cards a:last-child { grid-column: 1/-1; border-top: 1px solid var(--line); }
  .home-advantage, .detail-grid { grid-template-columns: 1fr; gap: 60px; }
  .service-detail.alt .detail-media { order: 0; }
  .detail-media { min-height: 520px; }
  .feature-grid article { min-height: 260px; }
  .contact-directory-grid, .contact-guidance-head { grid-template-columns: 1fr; gap: 55px; }
  .contact-directory-copy { position: static; }
  .contact-guidance-head .eyebrow { grid-column: auto; margin-bottom: -25px; }
}

@media (max-width: 620px) {
  .inner-hero { min-height: 470px; padding: 130px 0 58px; }
  .inner-hero-grid { display: block; }
  .inner-hero h1 { font-size: 50px; }
  .inner-hero p:not(.eyebrow) { font-size: 14px; }

  .home-service-cards, .feature-grid, .promise-grid, .process-note-grid { grid-template-columns: 1fr; }
  .home-service-cards a, .home-service-cards a:nth-child(2), .home-service-cards a:last-child { min-height: 340px; grid-column: auto; border-right: 0; border-top: 0; border-bottom: 1px solid var(--line); }
  .home-service-cards a:last-child { border-bottom: 0; }
  .home-advantage { gap: 45px; }
  .home-cta { padding: 80px 0; }
  .home-cta h2 { font-size: 38px; }
  .feature-grid article { min-height: 240px; }
  .feature-grid h3 { margin-top: 60px; }
  .detail-media { min-height: 360px; }
  .detail-copy h2 { font-size: 35px; }
  .detail-copy ul { grid-template-columns: 1fr; }
  .promise-grid article { min-height: 220px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .promise-grid article:last-child { border-bottom: 0; }
  .process-note-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-note-grid article:last-child { border-bottom: 0; }
  .contact-directory-copy h2 { font-size: 38px; }
  .contact-info-grid, .contact-guidance-grid { grid-template-columns: 1fr; }
  .contact-info-card { min-height: 260px; padding: 30px; }
  .qr-contact-card { min-height: 0; padding: 30px; }
  .qr-contact-card > small { margin-top: 66px; }
  .qr-contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .qr-contact-grid figure { grid-template-columns: 1fr; grid-template-rows: auto auto; justify-items: center; padding: 18px; gap: 16px; }
  .qr-media { height: auto; }
  .qr-media img { width: 220px !important; height: 220px; object-fit: contain; }
  .qr-contact-grid figure:first-child .qr-media img { width: 210px !important; height: 210px; }
  .qr-contact-grid figcaption { width: min(100%,280px); }
  .qr-contact-grid figcaption strong { font-size: 19px; }
  .contact-card-icon { left: 29px; top: 30px; width: 42px; }
  .contact-guidance { padding: 80px 0; }
  .contact-guidance-head { gap: 28px; }
  .contact-guidance-head .eyebrow { margin-bottom: 0; }
  .contact-guidance-head h2 { font-size: 37px; }
  .contact-guidance-grid { margin-top: 45px; }
  .contact-guidance-grid article { min-height: 210px; }
  .contact-guidance-grid h3 { margin-top: 58px; }
}

@media (min-width: 901px) and (max-height: 760px) {
  .hero-copy { padding-top: 5px; }
  .hero .eyebrow { margin-bottom: 16px; }
  .hero h1 { font-size: clamp(50px, 10vh, 76px); }
  .hero-lead { margin-top: 17px; font-size: 14px; line-height: 1.7; }
  .hero-actions { margin-top: 21px; }
  .hero-side { margin-bottom: 58px; }
  .hero-principle { padding: 14px 0; }
  .hero-principle p { margin-top: 5px; line-height: 1.55; }
  .hero-foot { bottom: 14px; }
}

@media (min-width: 901px) and (max-height: 640px) {
  .hero h1 { font-size: 50px; }
  .hero-principle p { display: none; }
  .hero-side { margin-bottom: 48px; }
  .btn { min-height: 48px; }
}

@media (max-width: 900px) and (max-height: 680px) {
  .hero-shell { padding-bottom: 48px; }
  .hero-copy { padding-top: 8px; }
  .hero .eyebrow { margin-bottom: 13px; }
  .hero h1 { font-size: clamp(39px, 11vw, 50px); }
  .hero-lead { margin-top: 15px; font-size: 12.5px; line-height: 1.65; }
  .hero-actions { margin-top: 18px; gap: 14px; }
  .hero .btn { min-height: 45px; }
  .hero-foot { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
