/* ===== Thuy Nguyen Coaching — shared styles ===== */
:root{
  --ink:#2B211F;
  --wine:#6E2A3C;
  --wine-deep:#4C1D29;
  --blush:#EAD3C9;
  --sand:#FBF4EE;
  --sand-2:#F3E8DF;
  --sage:#74845F;
  --gold:#B4903E;
  --line: rgba(43,33,31,0.12);
  --max: 1120px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--sand);
  color:var(--ink);
  font-family:'Be Vietnam Pro', sans-serif;
  font-weight:400;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Cormorant Garamond', serif;
  font-weight:600;
  line-height:1.12;
  margin:0 0 .5em;
}
p{margin:0 0 1em;}
.eyebrow{
  font-family:'Be Vietnam Pro',sans-serif;
  font-size:0.72rem;
  letter-spacing:0.22em;
  text-transform:uppercase;
  color:var(--wine);
  font-weight:600;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}
section{position:relative;}
ul.plain{list-style:none; margin:0; padding:0;}

.reveal{opacity:0; transform:translateY(26px); transition:opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);}
.reveal.in{opacity:1; transform:translateY(0);}
@media (prefers-reduced-motion: reduce){ .reveal{opacity:1; transform:none; transition:none;} }

/* ---------- NAV ---------- */
header.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(251,244,238,0.9);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
nav.wrap{display:flex; align-items:center; justify-content:space-between; padding:16px 28px;}
.logo{font-family:'Cormorant Garamond', serif; font-size:1.3rem; font-weight:600;}
.logo span{color:var(--wine); font-style:italic;}
.navlinks{display:flex; gap:30px; align-items:center;}
.navlinks a{font-size:0.85rem; font-weight:500; position:relative; padding:4px 0; white-space:nowrap;}
.navlinks a::after{content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background:var(--wine); transition:right .3s ease;}
.navlinks a:hover::after, .navlinks a.active::after{right:0;}
.navlinks a.active{color:var(--wine);}
.nav-cta{font-size:0.85rem; font-weight:500; position:relative; padding:4px 0;}
.nav-cta::after{content:''; position:absolute; left:0; right:100%; bottom:0; height:1px; background:var(--wine); transition:right .3s ease;}
.nav-cta:hover::after, .nav-cta.active::after{right:0;}
.nav-cta.active{color:var(--wine);}
.burger{display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer;}
.burger span{width:22px; height:1.5px; background:var(--ink);}

@media (max-width: 880px){
  .navlinks{
    position:fixed; top:60px; left:0; right:0; background:var(--sand);
    flex-direction:column; align-items:flex-start; padding:22px 28px; gap:18px;
    border-bottom:1px solid var(--line);
    transform:translateY(-130%); transition:transform .35s ease; max-height:80vh; overflow:auto;
  }
  .navlinks.open{transform:translateY(0);}
  .burger{display:flex;}
}

/* ---------- PAGE HERO (inner pages) ---------- */
.page-hero{padding:64px 0 56px; border-bottom:1px solid var(--line);}
.page-hero .eyebrow{display:block; margin-bottom:12px;}
.page-hero h1{font-size:clamp(2.1rem,4.4vw,3.2rem); font-style:italic; color:var(--wine-deep);}
.page-hero p.lede{max-width:640px; color:#4a3d3a; font-size:1.02rem;}
.page-hero-img{margin-top:36px; aspect-ratio:16/8; overflow:hidden; border-radius:18px;}
.page-hero-img img{width:100%; height:100%; object-fit:cover; object-position:center 20%;}

/* ---------- BUTTONS ---------- */
.btn-primary{
  background:var(--wine); color:var(--sand); padding:15px 30px;
  font-size:0.88rem; font-weight:600; letter-spacing:0.02em; border-radius:2px;
  display:inline-block; transition:transform .25s ease, background .25s ease; border:none; cursor:pointer;
}
.btn-primary:hover{background:var(--wine-deep); transform:translateY(-2px);}
.btn-ghost{font-size:0.88rem; font-weight:600; color:var(--wine); border-bottom:1px solid var(--wine); padding-bottom:3px; display:inline-block;}

/* ---------- SECTION HEAD ---------- */
.section-head{text-align:center; max-width:680px; margin:0 auto 50px;}
.section-head h2{font-size:clamp(1.8rem,3.2vw,2.5rem); font-style:italic; color:var(--wine-deep); margin-top:8px;}
.section-head.left{text-align:left; margin:0 0 40px;}

/* ---------- CARD GRID (pain points) ---------- */
.card-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
.card-grid.two{grid-template-columns:repeat(2,1fr);}
.pain-card{background:var(--sand-2); padding:32px 26px; display:flex; flex-direction:column; gap:12px;}
.pain-card .num{font-family:'Cormorant Garamond',serif; font-style:italic; color:var(--blush); font-size:2rem;}
.pain-card p{font-size:0.92rem; color:#54453f; margin:0;}

/* ---------- MISSION QUOTE ---------- */
.mission{padding:80px 0; text-align:center;}
.mission .wrap{max-width:820px;}
.mission blockquote{font-family:'Cormorant Garamond', serif; font-style:italic; font-weight:500; font-size:clamp(1.4rem,2.8vw,2rem); color:var(--wine-deep); margin:0;}
.mission blockquote b{color:var(--sage); font-weight:600; font-style:normal;}

/* ---------- TWO COL (image + copy) ---------- */
.split{display:grid; grid-template-columns:0.85fr 1.15fr; gap:60px; align-items:center; padding:70px 0;}
.split.reverse{grid-template-columns:1.15fr 0.85fr;}
.split.reverse .split-img{order:2;}
.split-img{aspect-ratio:4/5; overflow:hidden; border-radius:2px; background:var(--blush);}
.split-img img{width:100%; height:100%; object-fit:cover;}
.split-copy p{color:#4a3d3a;}
@media (max-width:880px){
  .split, .split.reverse{grid-template-columns:1fr;}
  .split.reverse .split-img{order:0;}
}

/* ---------- SERVICE / PROGRAM ROWS ---------- */
.program-list{display:flex; flex-direction:column; gap:1px; background:var(--line); border:1px solid var(--line);}
.program-row{display:grid; grid-template-columns:1fr 1.3fr auto; gap:36px; align-items:center; background:var(--sand); padding:44px 36px;}
.program-row .p-eyebrow{font-size:0.72rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--sage); font-weight:600;}
.program-row h3{font-size:1.6rem; font-style:italic; color:var(--wine-deep); margin-top:6px;}
.program-row p{color:#4a3d3a; font-size:0.92rem; margin:0;}
.program-row .link{font-size:0.85rem; font-weight:600; color:var(--wine); border-bottom:1px solid var(--wine); padding-bottom:3px; white-space:nowrap;}
@media (max-width:760px){ .program-row{grid-template-columns:1fr;} }

/* ---------- METHOD (dark) ---------- */
.method{padding:80px 0; background:var(--wine-deep); color:var(--sand);}
.method .section-head h2{color:var(--sand);}
.method .eyebrow{color:var(--blush);}
.method-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:32px; margin-top:10px;}
.method-card{border-top:1px solid rgba(251,244,238,0.25); padding-top:20px;}
.method-card .mark{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.5rem; color:var(--gold);}
.method-card h3{font-size:1.1rem; font-style:italic; margin:8px 0; color:var(--sand);}
.method-card p{font-size:0.86rem; color:var(--blush); margin:0;}
@media (max-width:880px){ .method-grid{grid-template-columns:repeat(2,1fr); row-gap:30px;} }

/* ---------- USP LIST ---------- */
.usp-list{display:flex; flex-direction:column; gap:1px; background:var(--line); border:1px solid var(--line); margin-top:10px;}
.usp-item{background:var(--sand); padding:34px 36px; display:grid; grid-template-columns:64px 1fr; gap:22px; align-items:start;}
.usp-item .idx{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:2.2rem; color:var(--blush);}
.usp-item h3{font-size:1.2rem; font-style:italic; color:var(--wine-deep); margin-bottom:8px;}
.usp-item p{color:#4a3d3a; font-size:0.92rem; margin:0;}
@media (max-width:640px){ .usp-item{grid-template-columns:1fr;} }

/* ---------- TESTIMONIALS ---------- */
.testimonials{padding:90px 0; background:var(--sand-2); overflow:hidden;}
.t-track{display:flex; gap:24px; animation:scroll-left 55s linear infinite;}
.testimonials:hover .t-track{animation-play-state:paused;}
@keyframes scroll-left{ from{transform:translateX(0);} to{transform:translateX(-50%);} }
.t-card{flex:0 0 320px; background:var(--sand); border:1px solid var(--line); padding:28px 26px;}
.t-card p.quote{font-style:italic; color:#3d3230; font-family:'Cormorant Garamond',serif; font-size:1.08rem; margin:0 0 18px;}
.t-card .who{font-size:0.76rem; font-weight:600; color:var(--wine); letter-spacing:0.03em;}

/* Static testimonial grid (for pages listing all quotes) */
.t-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:var(--line); border:1px solid var(--line);}
.t-grid .t-cell{background:var(--sand); padding:30px 26px;}
.t-grid .t-cell p{font-style:italic; font-family:'Cormorant Garamond',serif; font-size:1.05rem; color:#3d3230; margin:0 0 14px;}
.t-grid .who{font-size:0.76rem; font-weight:600; color:var(--wine);}
@media (max-width:880px){ .t-grid{grid-template-columns:1fr 1fr;} }
@media (max-width:640px){ .t-grid{grid-template-columns:1fr;} }

/* ---------- FAQ ---------- */
.faq-list{max-width:820px; margin:0 auto;}
.faq-item{border-bottom:1px solid var(--line);}
.faq-q{width:100%; text-align:left; background:none; border:none; cursor:pointer; padding:22px 0; display:flex; justify-content:space-between; gap:20px; align-items:center; font-family:'Cormorant Garamond',serif; font-size:1.2rem; font-style:italic; color:var(--wine-deep);}
.faq-q .plus{font-family:'Be Vietnam Pro',sans-serif; font-size:1.4rem; color:var(--sage); flex-shrink:0; transition:transform .3s ease;}
.faq-item.open .faq-q .plus{transform:rotate(45deg);}
.faq-a{max-height:0; overflow:hidden; transition:max-height .4s ease;}
.faq-a-inner{padding:0 0 22px; color:#4a3d3a; font-size:0.94rem;}
.faq-a-inner p{margin:0 0 12px;}
.faq-a-inner p:last-child{margin-bottom:0;}

/* ---------- CTA STRIP ---------- */
.cta-strip{padding:80px 0; text-align:center; background:var(--blush);}
.cta-strip h2{font-size:clamp(1.7rem,3vw,2.4rem); font-style:italic; color:var(--wine-deep); margin-bottom:22px;}
.cta-strip p{max-width:560px; margin:0 auto 26px; color:#4a3d3a;}

/* ---------- BLOG / COMMUNITY CARDS ---------- */
.blog-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.blog-card{display:block;}
.blog-thumb{aspect-ratio:4/3; overflow:hidden; border-radius:2px; background:var(--blush);}
.blog-thumb img{width:100%; height:100%; object-fit:cover;}
.blog-card .cat{font-size:0.72rem; letter-spacing:0.1em; text-transform:uppercase; color:var(--sage); font-weight:600; margin-top:16px;}
.blog-card h3{font-size:1.2rem; font-style:italic; color:var(--wine-deep); margin-top:6px;}
.blog-card p{font-size:0.88rem; color:#54453f;}
@media (max-width:880px){ .blog-grid{grid-template-columns:1fr; gap:40px;} }

.community-block{padding:70px 0; border-bottom:1px solid var(--line);}
.community-block:last-of-type{border-bottom:none;}

/* activity chip list */
.activity-list{display:flex; flex-direction:column; gap:0; margin-top:18px;}
.activity-row{display:grid; grid-template-columns:32px 1fr; gap:14px; padding:10px 0; border-bottom:1px dashed var(--line); font-size:0.92rem;}
.activity-row .ico{font-size:1.1rem;}

/* ---------- CONTACT FORM ---------- */
.contact-grid{padding:70px 0;}
.contact-grid-inner{display:grid; grid-template-columns:1fr 1fr; gap:60px; max-width:var(--max); margin:0 auto;}
.contact-form label{display:block; font-size:0.8rem; font-weight:600; letter-spacing:0.03em; color:var(--wine-deep); margin-bottom:8px;}
.contact-form .field{margin-bottom:22px;}
.contact-form input, .contact-form textarea{
  width:100%; padding:13px 14px; border:1px solid var(--line); background:var(--sand-2);
  font-family:inherit; font-size:0.94rem; color:var(--ink); border-radius:2px;
}
.contact-form textarea{min-height:120px; resize:vertical;}
.contact-form input:focus, .contact-form textarea:focus{outline:2px solid var(--wine); outline-offset:1px;}
.contact-info h3{font-size:1.4rem; font-style:italic; color:var(--wine-deep);}
.contact-info .ci-row{display:flex; gap:14px; align-items:flex-start; margin-bottom:20px; font-size:0.94rem;}
.contact-info .ci-row .ico{color:var(--wine); font-size:1.1rem;}
@media (max-width:880px){ .contact-grid-inner{grid-template-columns:1fr; gap:40px;} }

/* ---------- FOOTER ---------- */
footer.site-footer{background:var(--ink); color:var(--sand); padding:64px 0 26px;}
.foot-grid{display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:44px; padding-bottom:44px; border-bottom:1px solid rgba(251,244,238,0.15);}
.foot-grid .logo2{font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-style:italic; margin-bottom:12px;}
.foot-grid p{font-size:0.86rem; color:#cbb9b3; max-width:320px;}
.foot-grid h4{font-size:0.72rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); margin-bottom:14px;}
.foot-grid ul{list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:9px;}
.foot-grid ul a{font-size:0.88rem; color:#e7dcd8;}
.foot-grid ul a:hover{color:var(--sand);}
.foot-bottom{padding-top:22px; display:flex; justify-content:space-between; font-size:0.76rem; color:#9c8b86; flex-wrap:wrap; gap:8px;}
@media (max-width:760px){ .foot-grid{grid-template-columns:1fr; gap:26px;} }

a:focus-visible, button:focus-visible{outline:2px solid var(--wine); outline-offset:3px;}

/* ================================================================
   EDITORIAL UPGRADE — full-bleed photography, magazine-style layout
   ================================================================ */

/* Refined nav — thinner, more editorial */
header.site-header{background:rgba(251,244,238,0.95);}
.logo{letter-spacing:0.01em;}

/* Full-bleed hero */
.ed-hero{padding:0; position:relative;}
.ed-hero-split{display:grid; grid-template-columns:1fr 0.86fr; gap:56px; align-items:center; padding:56px 28px 70px; max-width:var(--max); margin:0 auto;}
.ed-hero-media{width:100%; max-width:460px; aspect-ratio:2/3; overflow:hidden; position:relative; background:var(--blush); border-radius:24px; box-shadow:0 24px 60px -20px rgba(76,29,41,0.28); margin-left:auto;}
.ed-hero-media img{width:100%; height:100%; object-fit:cover; object-position:50% 14%; display:block;}
.ed-hero-copy{max-width:none; margin:0; text-align:left; padding:0;}
.ed-hero-copy .eyebrow{display:block; margin-bottom:18px;}
.ed-hero-copy h1{font-size:clamp(2.4rem,5vw,3.6rem); font-style:italic; color:var(--wine-deep); line-height:1.08;}
.ed-hero-copy .lede{max-width:480px; margin:26px 0 0; font-size:1.05rem; color:#4a3d3a;}
.ed-hero-copy .hero-actions{display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:32px; justify-content:flex-start;}

/* Full-bleed banner hero used on inner pages (not the homepage oval split) */
/* Full-bleed banner hero used on inner pages — text overlays image, with scroll parallax */
.ed-hero-full{
  width:100%; position:relative; overflow:hidden; background:var(--blush);
  aspect-ratio:3/4; min-height:420px; max-height:560px;
}
@media (min-width:640px){ .ed-hero-full{aspect-ratio:16/10; max-height:600px;} }
@media (min-width:1024px){ .ed-hero-full{aspect-ratio:16/9; max-height:680px;} }
.ed-hero-full::before{
  content:''; position:absolute; inset:0; z-index:1; pointer-events:none;
  background:linear-gradient(180deg, rgba(43,33,31,0.05) 0%, rgba(43,33,31,0.1) 40%, rgba(43,33,31,0.7) 100%);
}
.ed-hero-full img{
  position:absolute; left:0; top:-12%; width:100%; height:124%; object-fit:cover; object-position:50% 32%;
  display:block; will-change:transform;
}
.ed-hero-overlay{
  position:relative; z-index:2; height:100%; display:flex; flex-direction:column;
  justify-content:flex-end; align-items:center; text-align:center;
  padding:0 28px 52px; max-width:820px; margin:0 auto;
}
.ed-hero-overlay .eyebrow{display:block; margin-bottom:14px; color:var(--blush);}
.ed-hero-overlay h1{font-size:clamp(2.1rem,4.6vw,3.4rem); font-style:italic; color:var(--sand); line-height:1.12; text-shadow:0 2px 18px rgba(0,0,0,0.25);}
.hero-title-oneline{white-space:nowrap; font-size:clamp(1.3rem,4.4vw,3.4rem) !important;}
.ed-hero-overlay .lede{max-width:620px; margin:20px auto 0; font-size:1.02rem; color:rgba(251,244,238,0.94);}
.ed-hero-overlay .hero-actions{display:flex; align-items:center; gap:18px; flex-wrap:wrap; margin-top:28px; justify-content:center;}
@media (max-width:900px){
  .ed-hero-split{grid-template-columns:1fr; gap:36px; padding:36px 24px 50px;}
  .ed-hero-media{order:-1; max-width:300px; margin:0 auto; aspect-ratio:2/3; border-radius:20px;}
  .ed-hero-copy{text-align:center;}
  .ed-hero-copy .lede{margin-left:auto; margin-right:auto;}
  .ed-hero-copy .hero-actions{justify-content:center;}
}

/* Quote-style callout for secondary hero text (replaces plain paragraph) */
.quote-callout{
  position:relative; max-width:820px; margin:0 auto; padding:44px 48px;
  background:var(--sand-2); border-left:3px solid var(--gold);
}
.quote-callout::before{
  content:'"'; position:absolute; top:-6px; left:20px; font-family:'Cormorant Garamond',serif;
  font-size:5rem; color:var(--blush); line-height:1; font-style:italic;
}
.quote-callout p{
  position:relative; z-index:1; font-family:'Cormorant Garamond',serif; font-style:italic;
  font-size:1.35rem; line-height:1.55; color:var(--wine-deep); margin:0;
}
.quote-callout mark{
  background:none; color:var(--wine); font-weight:600; font-style:normal;
}
@media (max-width:640px){
  .quote-callout{padding:32px 26px;}
  .quote-callout p{font-size:1.15rem;}
}

/* Small photo grid break used to add visual variety between text sections */
.photo-break-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:50px 0;}
.photo-break-grid .pb-item{aspect-ratio:3/4; overflow:hidden; border-radius:16px;}
.photo-break-grid .pb-item:nth-child(2){aspect-ratio:3/4; margin-top:32px;}
.photo-break-grid .pb-item img{width:100%; height:100%; object-fit:cover; transition:transform .9s cubic-bezier(.2,.7,.2,1);}
.photo-break-grid .pb-item:hover img{transform:scale(1.07);}
@media (max-width:700px){
  .photo-break-grid{grid-template-columns:1fr 1fr;}
  .photo-break-grid .pb-item:nth-child(3){display:none;}
  .photo-break-grid .pb-item:nth-child(2){margin-top:0;}
}
.frame-soft{border-radius:14px; overflow:hidden;}
.frame-oval{border-radius:50%; overflow:hidden;}
.frame-arch{border-radius:200px 200px 14px 14px; overflow:hidden;}

/* Alternating photo/text feature row — the signature editorial pattern */
.feature-row{display:grid; grid-template-columns:1.1fr 0.9fr; gap:0; align-items:stretch; min-height:520px; max-width:var(--max); margin:0 auto;}
.feature-row.reverse{grid-template-columns:0.9fr 1.1fr;}
.feature-row.reverse .feature-media{order:2;}
.feature-media{overflow:hidden; position:relative; border-radius:18px;}
.feature-media img{width:100%; height:100%; object-fit:cover; display:block; transition:transform 1.4s cubic-bezier(.2,.7,.2,1);}
.feature-row:hover .feature-media img{transform:scale(1.045);}
.feature-copy{display:flex; flex-direction:column; justify-content:center; padding:70px 64px;}
.feature-copy .eyebrow{margin-bottom:16px;}
.feature-copy h2{font-size:clamp(1.9rem,3.4vw,2.7rem); font-style:italic; color:var(--wine-deep); margin-bottom:20px;}
.feature-copy p{color:#4a3d3a; font-size:1rem; max-width:460px;}
.feature-copy .btn-ghost, .feature-copy .btn-primary{margin-top:12px; align-self:flex-start;}
@media (max-width:900px){
  .feature-row, .feature-row.reverse{grid-template-columns:1fr; min-height:0;}
  .feature-row.reverse .feature-media{order:0;}
  .feature-media{aspect-ratio:4/3;}
  .feature-copy{padding:48px 28px;}
}

/* Big pull-quote band with faint photo backdrop */
.quote-band{position:relative; padding:110px 0; text-align:center; overflow:hidden; background:var(--sand-2);}
.quote-band .wrap{max-width:860px; position:relative; z-index:2;}
.quote-band blockquote{font-family:'Cormorant Garamond',serif; font-style:italic; font-weight:500; font-size:clamp(1.6rem,3.4vw,2.5rem); color:var(--wine-deep); line-height:1.28; margin:0;}
.quote-band blockquote b{color:var(--sage); font-weight:600; font-style:normal;}
.quote-band .eyebrow{display:block; margin-bottom:22px;}

/* Editorial "pain point" cards, no borders, more air */
.ed-pain-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:44px; margin-top:56px;}
.ed-pain-card{padding:0;}
.ed-pain-card .roman{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.6rem; color:var(--gold); display:block; margin-bottom:14px;}
.ed-pain-card h3{font-size:1.15rem; font-style:italic; color:var(--wine-deep); margin-bottom:10px;}
.ed-pain-card p{font-size:0.92rem; color:#54453f; margin:0;}
@media (max-width:900px){ .ed-pain-grid{grid-template-columns:1fr 1fr; gap:34px;} }
@media (max-width:560px){ .ed-pain-grid{grid-template-columns:1fr;} }

/* Editorial services — big photo cards */
.service-cards{display:grid; grid-template-columns:1fr 1fr; gap:40px; margin-top:50px;}
.service-card{display:flex; flex-direction:column;}
.service-card .sc-media{aspect-ratio:4/5; overflow:hidden; margin-bottom:26px; border-radius:16px 16px 90px 16px;}
.service-card .sc-media img{width:100%; height:100%; object-fit:cover; transition:transform 1.2s cubic-bezier(.2,.7,.2,1);}
.service-card:hover .sc-media img{transform:scale(1.05);}
.service-card .sc-eyebrow{font-size:0.72rem; letter-spacing:0.18em; text-transform:uppercase; color:var(--sage); font-weight:600;}
.service-card h3{font-size:1.7rem; font-style:italic; color:var(--wine-deep); margin:8px 0 14px;}
.service-card p{color:#4a3d3a; font-size:0.95rem; flex-grow:1;}
@media (max-width:820px){ .service-cards{grid-template-columns:1fr; gap:56px;} }

/* Testimonial masonry (editorial, no card borders, varied heights) */
.testi-masonry{columns:3 280px; column-gap:36px; margin-top:50px;}
.testi-item{break-inside:avoid; margin-bottom:36px; padding-bottom:2px;}
.testi-item .who{font-family:'Cormorant Garamond',serif; font-style:italic; font-size:1.15rem; color:var(--wine-deep); margin-bottom:10px; display:block;}
.testi-item p{font-size:0.92rem; color:#4a3d3a; line-height:1.65; margin:0;}
@media (max-width:700px){ .testi-masonry{columns:1 100%;} }

/* Blog editorial list */
.ed-blog-list{display:flex; flex-direction:column; margin-top:20px;}
.ed-blog-row{display:grid; grid-template-columns:220px 1fr auto; gap:32px; align-items:center; padding:28px 0; border-bottom:1px solid var(--line);}
.ed-blog-row:first-child{border-top:1px solid var(--line);}
.ed-blog-thumb{aspect-ratio:4/3; overflow:hidden; background:var(--blush); border-radius:14px;}
.ed-blog-thumb img{width:100%; height:100%; object-fit:cover;}
.ed-blog-row h3{font-size:1.25rem; font-style:italic; color:var(--wine-deep); margin-bottom:6px;}
.ed-blog-row .date{font-size:0.74rem; letter-spacing:0.08em; text-transform:uppercase; color:var(--sage); font-weight:600;}
.ed-blog-row p{color:#54453f; font-size:0.9rem; margin:8px 0 0;}
@media (max-width:700px){ .ed-blog-row{grid-template-columns:1fr; gap:16px;} .ed-blog-row .link-col{display:none;} }

/* Portrait/about editorial block */
.about-editorial{display:grid; grid-template-columns:0.9fr 1.1fr; gap:0; align-items:stretch;}
.about-editorial .ae-media{overflow:hidden;}
.about-editorial .ae-media img{width:100%; height:100%; object-fit:cover; display:block;}
.about-editorial .ae-copy{padding:70px 64px; display:flex; flex-direction:column; justify-content:center;}
@media (max-width:900px){
  .about-editorial{grid-template-columns:1fr;}
  .about-editorial .ae-media{aspect-ratio:4/3;}
  .about-editorial .ae-copy{padding:48px 28px;}
}

/* Slim full-width divider photo strip */
.strip-photo{width:100%; aspect-ratio:21/8; overflow:hidden;}
.strip-photo img{width:100%; height:100%; object-fit:cover;}
@media (max-width:700px){ .strip-photo{aspect-ratio:4/3;} }

/* Community page: smaller hero banner */
.cong-dong-hero.ed-hero-full{aspect-ratio:16/10; max-height:480px;}
@media (min-width:640px){ .cong-dong-hero.ed-hero-full{aspect-ratio:16/9; max-height:520px;} }
.cong-dong-hero.ed-hero-full img{object-position:50% 42%;}

/* Community photo gallery — single hero photo, rest revealed inside "Đọc thêm" */
.comm-main-photo{aspect-ratio:16/10; overflow:hidden; border-radius:18px; margin-top:26px;}
.comm-main-photo img{width:100%; height:100%; object-fit:cover; display:block;}
.comm-gallery{display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:6px;}
.comm-gallery .g-item{aspect-ratio:4/3; overflow:hidden; border-radius:14px;}
.comm-gallery .g-item img{width:100%; height:100%; object-fit:cover; transition:transform .8s ease;}
.comm-gallery .g-item:hover img{transform:scale(1.06);}
@media (max-width:520px){ .comm-gallery{grid-template-columns:1fr;} }

/* Expandable "Đọc thêm" panel */
.comm-more{max-height:0; overflow:hidden; transition:max-height .5s ease;}
.comm-more.open{max-height:2400px;}
.comm-toggle{background:none; border:1px solid var(--wine); color:var(--wine); font-size:0.86rem; font-weight:600; padding:11px 26px; border-radius:30px; cursor:pointer; margin-top:24px;}
.comm-toggle:hover{background:var(--wine); color:var(--sand);}
.comm-toggle .arrow{display:inline-block; margin-left:6px; transition:transform .3s ease;}
.comm-toggle.open .arrow{transform:rotate(180deg);}

/* Credentials strip on About page — elegant, compact, readable */
.credentials{padding:34px 0; background:var(--sand-2); border-bottom:1px solid var(--line);}
.cred-list{display:grid; grid-template-columns:repeat(3,1fr); gap:28px;}
.cred-item{display:flex; align-items:flex-start; gap:12px;}
.cred-ico{font-size:1.3rem; line-height:1.3; flex-shrink:0;}
.cred-item p{margin:0; font-size:0.88rem; line-height:1.45; color:var(--wine-deep);}
.cred-item p b{color:var(--wine); font-weight:600;}
@media (max-width:880px){
  .cred-list{grid-template-columns:1fr; gap:16px;}
}

/* Testimonials — horizontal sliding carousel */
.testi-carousel-wrap{position:relative;}
.testi-carousel{
  display:flex; gap:22px; overflow-x:auto; scroll-snap-type:x mandatory;
  padding:8px 4px 28px; -webkit-overflow-scrolling:touch; scrollbar-width:thin;
}
.testi-carousel::-webkit-scrollbar{height:6px;}
.testi-carousel::-webkit-scrollbar-thumb{background:var(--blush); border-radius:4px;}
.testi-card{
  flex:0 0 300px; scroll-snap-align:start; background:var(--sand);
  border:1px solid var(--line); border-radius:16px; padding:26px 24px;
  display:flex; flex-direction:column; gap:14px;
}
.testi-card .avatar-row{display:flex; align-items:center; gap:12px;}
.testi-card .avatar{width:46px; height:46px; border-radius:50%; object-fit:cover; flex-shrink:0; background:var(--blush);}
.testi-card .avatar-fallback{
  width:46px; height:46px; border-radius:50%; flex-shrink:0; background:var(--blush);
  display:flex; align-items:center; justify-content:center; font-family:'Cormorant Garamond',serif;
  font-style:italic; font-weight:600; color:var(--wine-deep); font-size:1.1rem;
}
.testi-card .who{font-weight:600; color:var(--wine-deep); font-size:0.92rem;}
.testi-card p{font-size:0.92rem; line-height:1.55; color:#4a3d3a; margin:0;}
.testi-nav{display:flex; gap:10px; justify-content:center; margin-top:6px;}
.testi-nav button{
  width:38px; height:38px; border-radius:50%; border:1px solid var(--wine);
  background:var(--sand); color:var(--wine); font-size:1.1rem; cursor:pointer;
  display:flex; align-items:center; justify-content:center; transition:background .2s, color .2s;
}
.testi-nav button:hover{background:var(--wine); color:var(--sand);}
@media (max-width:640px){ .testi-card{flex:0 0 260px;} }

/* About page - mission section side-by-side image+text split */
.mission-split{max-width:820px; display:grid; grid-template-columns:1fr 1fr; gap:44px; align-items:center;}
@media (max-width:700px){ .mission-split{grid-template-columns:1fr; gap:24px;} }

/* Index page - peach blossom feature image: constrain to portrait 3:4 on mobile */
@media (max-width:700px){
  .peach-blossom-media{aspect-ratio:3/4; max-height:70vh;}
}
