
:root{
  --bg:#f5efe4;
  --paper:#fbf7ef;
  --warm:#efe4d3;
  --brown:#51463f;
  --brown-2:#9d7f6b;
  --ink:#2e2925;
  --muted:#7e756d;
  --radius:22px;
  --shell:min(1180px, calc(100vw - 48px));
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
img{display:block;width:100%;height:auto}
a{color:inherit;text-decoration:none}
.shell{width:var(--shell);margin:auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,247,239,.92);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(46,41,37,.08);
}
.nav-wrap{height:70px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.brand{font-family:"Cormorant Garamond",serif;font-size:22px;font-weight:600}
.desktop-nav{display:flex;gap:28px;font-size:13px}
.desktop-nav a:hover{opacity:.6}
.nav-wrap>.btn{justify-self:end}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;padding:12px 20px;background:var(--ink);color:white;
  font-size:13px;line-height:1;transition:.2s ease;
}
.btn:hover{transform:translateY(-1px);opacity:.9}
.btn-small{padding:10px 16px}
.btn-light{background:var(--paper);color:var(--ink)}
.hero{background:var(--bg);padding:70px 0 76px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;color:var(--brown-2);font-weight:500}
.hero h1,.display-title,.signature h2,.faces-copy h2,.space-head h2,.visit h2,.about-copy h2{
  font-family:"Cormorant Garamond","Noto Sans SC",serif;
  font-weight:500;
}
.hero h1{font-size:clamp(48px,6vw,82px);line-height:1.05;margin:0 0 28px;letter-spacing:-.03em}
.media-card{background:var(--paper);padding:0;border-radius:var(--radius);overflow:hidden}
.hero-media img{object-fit:contain}
.section{padding:88px 0}
.light{background:var(--paper)}
.warm{background:var(--warm)}
.dark{background:var(--brown);color:white}
.about-grid{display:grid;grid-template-columns:220px 1fr;gap:90px}
.section-label{font-size:12px;color:var(--muted)}
.about-copy{max-width:720px}
.about-copy h2{font-size:42px;margin:0 0 24px}
.about-copy p{font-size:18px;margin:0 0 12px}
.display-title{font-size:46px;margin:0 0 30px}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.service-card{background:rgba(255,255,255,.55);border-radius:18px;overflow:hidden}
.service-card img{width:100%;height:auto;object-fit:contain;background:#fff}
.service-copy{padding:18px 18px 22px}
.service-copy h3{font-family:"Cormorant Garamond",serif;font-size:28px;margin:0 0 6px}
.service-copy h3 span{font-family:"Noto Sans SC",sans-serif;font-size:17px;font-weight:400}
.service-copy p{margin:0;color:#625c56;font-size:14px}
.signature-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}
.signature-art{margin:0;background:white;border-radius:18px;overflow:hidden}
.signature-art img{object-fit:contain}
.signature-copy h2{font-size:54px;margin:0 0 18px}
.signature-copy ul{padding-left:20px;margin:0 0 28px}
.signature-copy li{margin:6px 0}
.testimonials .intro{margin-top:-8px}
.muted{color:var(--muted)}
.testimonial-scroller{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px;
}
.quote-card{
  background:rgba(255,255,255,.65);padding:26px;border-radius:18px;
  display:flex;flex-direction:column;justify-content:space-between;min-height:320px;
}
.quote-card p{margin:0 0 18px;font-size:15px}
.quote-card strong{text-transform:uppercase;letter-spacing:.12em;font-size:11px}
.faces-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:72px;align-items:center}
.faces-image{margin:0;background:#000;border-radius:18px;overflow:hidden}
.faces-image img{object-fit:contain}
.faces-copy h2{font-size:46px;margin:0 0 18px}
.faces-copy p{margin:0 0 12px}
.space-head{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin-bottom:32px}
.space-head h2{font-size:46px;margin:0}
.space-head p{margin:0 0 10px;color:#e7ddd6}
.space-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  grid-template-areas:
    "main display"
    "main room"
    "treatment treatment";
  gap:18px;
  align-items:start;
}
.space-grid figure{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:#443b35;
}
.space-grid img{
  width:100%;
  height:auto;
  object-fit:contain;
}
.space-main{grid-area:main}
.space-display{grid-area:display}
.space-room{grid-area:room}
.space-treatment{
  grid-area:treatment;
  width:min(68%,760px);
  justify-self:center;
}
.space-eyebrow{color:#cdb6a5;margin-bottom:10px}
.visit{background:var(--brown-2);color:white;padding:90px 0;text-align:center}
.visit h2{font-size:54px;line-height:1.05;margin:0 0 18px}
.visit p{margin:0 0 24px}
.visit-links{display:flex;gap:18px;justify-content:center;align-items:center;flex-wrap:wrap}
.text-link{border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}
.footer{background:#3f3732;color:#e8ddd4;padding:28px 0}
.footer-grid{display:flex;justify-content:space-between;gap:30px;align-items:flex-end}
.footer p{margin:6px 0 0;font-size:12px;color:#c9bbb0}
.footer-right{display:flex;gap:18px;font-size:12px}

@media (max-width: 900px){
  :root{--shell:min(100% - 28px, 720px)}
  .nav-wrap{grid-template-columns:1fr auto;height:62px}
  .desktop-nav{display:none}
  .hero{padding:44px 0 52px}
  .hero-grid{grid-template-columns:1fr;gap:28px}
  .hero-copy{order:1}
  .hero-media{order:2}
  .hero h1{font-size:52px}
  .section{padding:64px 0}
  .about-grid,.signature-grid,.faces-grid,.space-head{grid-template-columns:1fr;gap:28px}
  .section-label{display:flex;gap:10px;align-items:baseline}
  .services-grid{grid-template-columns:1fr;gap:14px}
  .service-card{display:grid;grid-template-columns:1.05fr .95fr;align-items:center}
  .service-copy{padding:14px 16px}
  .signature-grid{gap:26px}
  .testimonial-scroller{
    display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;
    padding-bottom:8px;margin-right:calc((100vw - var(--shell))/ -2);
    padding-right:20px;
  }
  .quote-card{flex:0 0 min(82vw, 360px);scroll-snap-align:start;min-height:auto}
  .space-grid{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "main main"
      "display room"
      "treatment treatment";
  }
  .space-treatment{width:min(82%,620px)}
  .visit h2{font-size:44px}
  .footer-grid{align-items:flex-start}
}
@media (max-width: 560px){
  :root{--shell:calc(100vw - 24px)}
  .brand{font-size:19px}
  .hero h1{font-size:44px}
  .about-copy h2,.display-title,.faces-copy h2,.space-head h2{font-size:36px}
  .about-copy p{font-size:16px}
  .service-card{grid-template-columns:1fr}
  .service-card img{max-height:none}
  .signature-copy h2{font-size:44px}
  .faces-grid{gap:24px}
  .space-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "main"
      "display"
      "room"
      "treatment";
    gap:14px;
  }
  .space-treatment{width:100%}
  .visit{padding:72px 0}
  .visit h2{font-size:38px}
  .visit-links{flex-direction:column}
  .footer-grid{flex-direction:column}
  .footer-right{flex-wrap:wrap}
}


/* --- Image presentation correction v2 ---
   Important visual assets are displayed in full rather than cropped. */

.hero-media{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#eee4d5;
}
.hero-media img{
  width:100%;
  height:auto;
  max-height:680px;
  object-fit:contain;
}

.service-card{
  display:flex;
  flex-direction:column;
}
.service-card img{
  width:100%;
  height:360px;
  object-fit:contain;
  object-position:center;
  background:#e7ddcf;
}
.service-copy{
  flex:1;
}

.faces-image{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#111;
}
.faces-image img{
  width:100%;
  height:auto;
  max-height:760px;
  object-fit:contain;
}

.space-grid figure{
  display:flex;
  align-items:center;
  justify-content:center;
}
.space-grid img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center;
}
.space-main img{
  max-height:860px;
}

@media (max-width: 900px){
  .service-card{
    display:flex;
    flex-direction:column;
  }
  .service-card img{
    height:auto;
    max-height:560px;
    object-fit:contain;
  }
  .hero-media img,
  .faces-image img,
  .space-grid img{
    max-height:none;
  }
}

@media (max-width: 560px){
  .service-card img{
    width:100%;
    height:auto;
  }
}

/* Photo integrity: preserve the full composition of important uploaded images. */
.hero-media img,
.service-card img,
.signature-art img,
.faces-image img,
.space-grid img{
  object-fit:contain;
  object-position:center;
}

/* Service cards are visually consistent without forcing crops. */
.service-card{
  display:flex;
  flex-direction:column;
}
.service-card img{
  background:#f7f0e5;
  max-height:420px;
}
.faces-image{
  background:#000;
}


/* ===== v4: refined bilingual headings + orderly Inside the House gallery ===== */
.section-title-wrap{
  margin-bottom:30px;
}
.section-title-wrap .eyebrow{
  margin-bottom:7px;
}
.section-title-wrap .display-title{
  margin-bottom:0;
}

/* Four equal visual frames, two-by-two on desktop. Full photo remains visible. */
.space-grid{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0,1fr)) !important;
  grid-template-areas:none !important;
  gap:18px !important;
  align-items:stretch !important;
}
.space-grid figure{
  width:auto !important;
  margin:0 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#443b35 !important;
}
.space-photo-frame{
  width:100%;
  aspect-ratio:4 / 3;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#443b35;
  overflow:hidden;
}
.space-photo-frame img{
  display:block;
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
}

/* Keep the Signature heading visually bilingual but restrained. */
.signature-copy .eyebrow{
  max-width:100%;
  line-height:1.5;
}

/* Mobile: preserve the clean 2x2 gallery; spacing is reduced for comfort. */
@media (max-width: 700px){
  .space-grid{
    grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .space-photo-frame{
    aspect-ratio:1 / 1;
  }
}


/* ===== v5: refined hero Chinese hierarchy ===== */
.hero h1 .hero-main,
.hero h1 .hero-sub{
  display:block;
}
.hero h1 .hero-main{
  font-size:1em;
  line-height:1.04;
}
.hero h1 .hero-sub{
  margin-top:12px;
  font-size:.55em;
  line-height:1.25;
  white-space:nowrap;
  letter-spacing:-0.02em;
}

@media (max-width: 700px){
  .hero h1 .hero-sub{
    margin-top:10px;
    font-size:.46em;
    line-height:1.3;
    letter-spacing:-0.035em;
  }
}


/* ===== v6: definitive hero hierarchy fix ===== */
.hero h1{
  margin-bottom:28px;
}
.hero h1 .hero-main{
  display:block;
  font-size:1em;
  line-height:1.02;
}
.hero h1 .hero-sub{
  display:block;
  margin-top:14px;
  font-family:"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-weight:400;
  font-size:.34em;
  line-height:1.25;
  letter-spacing:.01em;
  white-space:nowrap;
}

@media (max-width: 700px){
  .hero h1 .hero-sub{
    margin-top:10px;
    font-size:.31em;
    line-height:1.25;
    letter-spacing:0;
  }
}

@media (max-width: 390px){
  .hero h1 .hero-sub{
    font-size:.285em;
  }
}


/* ===== v7: unified typography system ===== */
:root{
  --fs-xs: 11px;
  --fs-sm: 13px;
  --fs-body: 16px;
  --fs-body-lg: 18px;
  --fs-nav: 14px;
  --fs-card-title: 28px;
  --fs-h2: 44px;
  --fs-hero: 74px;
  --fs-hero-sub: 30px;
  --lh-tight: 1.08;
  --lh-body: 1.75;
}

/* Navigation + brand */
.brand{
  font-size:22px !important;
  line-height:1.1;
}
.desktop-nav{
  font-size:var(--fs-nav) !important;
}
.btn{
  font-size:13px !important;
}

/* Small editorial labels */
.eyebrow{
  font-size:var(--fs-xs) !important;
  line-height:1.45;
  letter-spacing:.17em;
}

/* Hero hierarchy */
.hero h1{
  font-size:var(--fs-hero) !important;
  line-height:var(--lh-tight) !important;
  letter-spacing:-.035em;
}
.hero h1 .hero-main{
  font-size:1em !important;
  line-height:1.02 !important;
}
.hero h1 .hero-sub{
  margin-top:14px !important;
  font-family:"Noto Sans SC",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
  font-size:var(--fs-hero-sub) !important;
  line-height:1.25 !important;
  font-weight:400 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
}

/* Main section titles */
.about-copy h2,
.display-title,
.signature-copy h2,
.faces-copy h2,
.space-head h2,
.visit h2{
  font-size:var(--fs-h2) !important;
  line-height:1.14 !important;
  letter-spacing:-.02em;
}

/* About/body copy */
.about-copy p,
.faces-copy p,
.space-head p{
  font-size:var(--fs-body) !important;
  line-height:var(--lh-body) !important;
}
.about-copy{
  max-width:760px;
}

/* Services */
.service-copy h3{
  font-size:var(--fs-card-title) !important;
  line-height:1.15 !important;
}
.service-copy h3 span{
  font-size:17px !important;
}
.service-copy p{
  font-size:15px !important;
  line-height:1.65 !important;
}

/* Signature detail */
.signature-copy ul{
  font-size:17px !important;
  line-height:1.8 !important;
}

/* Testimonials */
.testimonials .intro{
  font-size:14px !important;
}
.quote-card p{
  font-size:15px !important;
  line-height:1.78 !important;
}
.quote-card strong{
  font-size:11px !important;
}

/* Visit & footer */
.visit p{
  font-size:15px !important;
  line-height:1.7;
}
.footer{
  font-size:13px;
}
.footer p,
.footer-right{
  font-size:12px !important;
}

/* ===== Tablet ===== */
@media (max-width: 900px){
  :root{
    --fs-nav: 13px;
    --fs-body: 16px;
    --fs-card-title: 26px;
    --fs-h2: 40px;
    --fs-hero: 56px;
    --fs-hero-sub: 24px;
  }

  .hero h1{
    font-size:var(--fs-hero) !important;
  }
  .hero h1 .hero-sub{
    font-size:var(--fs-hero-sub) !important;
  }
  .about-copy h2,
  .display-title,
  .signature-copy h2,
  .faces-copy h2,
  .space-head h2,
  .visit h2{
    font-size:var(--fs-h2) !important;
  }
}

/* ===== Mobile ===== */
@media (max-width: 560px){
  :root{
    --fs-xs: 10px;
    --fs-sm: 12px;
    --fs-body: 15.5px;
    --fs-nav: 13px;
    --fs-card-title: 24px;
    --fs-h2: 34px;
    --fs-hero: 46px;
    --fs-hero-sub: 22px;
  }

  .site-header .brand{
    font-size:19px !important;
  }

  .hero h1{
    font-size:var(--fs-hero) !important;
    line-height:1.04 !important;
  }

  .hero h1 .hero-sub{
    margin-top:10px !important;
    font-size:var(--fs-hero-sub) !important;
    line-height:1.28 !important;
    white-space:nowrap !important;
  }

  .about-copy h2,
  .display-title,
  .signature-copy h2,
  .faces-copy h2,
  .space-head h2,
  .visit h2{
    font-size:var(--fs-h2) !important;
    line-height:1.16 !important;
  }

  .about-copy p,
  .faces-copy p,
  .space-head p{
    font-size:var(--fs-body) !important;
    line-height:1.8 !important;
  }

  .service-copy h3{
    font-size:var(--fs-card-title) !important;
  }

  .service-copy h3 span{
    font-size:16px !important;
  }

  .service-copy p{
    font-size:14px !important;
  }

  .signature-copy ul{
    font-size:16px !important;
    line-height:1.8 !important;
  }

  .quote-card p{
    font-size:14.5px !important;
    line-height:1.78 !important;
  }

  .visit p{
    font-size:14px !important;
  }
}

/* Very narrow phones: protect the hero subline without making it tiny */
@media (max-width: 390px){
  :root{
    --fs-hero: 42px;
    --fs-hero-sub: 19px;
    --fs-h2: 32px;
  }
}
\n\n/* ===== FINAL PHOTO NORMALIZATION =====\n   Equal visual frames without cropping or distorting the original photos. */\n.service-photo-frame{\n  width:100%;\n  aspect-ratio:4 / 5;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  overflow:hidden;\n  background:#f7f0e5;\n}\n.service-photo-frame img{\n  width:100% !important;\n  height:100% !important;\n  max-height:none !important;\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n/* Inside the House: same-size frames, full image visible. */\n.space-photo-frame{\n  aspect-ratio:4 / 3;\n}\n.space-photo-frame img{\n  width:100% !important;\n  height:100% !important;\n  object-fit:contain !important;\n  object-position:center !important;\n}\n\n@media (max-width:700px){\n  .service-photo-frame{aspect-ratio:4 / 5;}\n  .space-photo-frame{aspect-ratio:1 / 1;}\n}\n