:root{
  --cream:#fbf7ef;
  --cream2:#f4eadb;
  --beige:#e8d8bf;
  --sand:#d6b98f;
  --gold:#b99157;
  --brown:#8d6b43;
  --ink:#2b2925;
  --muted:#766f64;
  --line:#eadfce;
  --white:#ffffff;
  --green:#77846d;
  --shadow:0 22px 60px rgba(92,72,45,.14);
  --soft-shadow:0 12px 36px rgba(92,72,45,.10);
  --radius:28px;
  --radius2:18px;
  --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Pretendard,"Noto Sans KR",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;letter-spacing:-.035em}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.skip{position:absolute;left:-9999px;top:0;background:var(--ink);color:#fff;padding:10px 14px;z-index:9999}
.skip:focus{left:12px;top:12px}
.inner{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.section{padding:116px 0}
.section-soft{background:linear-gradient(180deg,var(--cream),#f7efe4)}
.eyebrow{margin:0 0 14px;color:var(--gold);font-size:13px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.section-head{max-width:720px;margin-bottom:42px}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.section-head h2,.director-copy h2,.book-copy h2,.location-copy h2,.contact-copy h2{margin:0;color:var(--ink);font-size:clamp(34px,4vw,58px);line-height:1.14;letter-spacing:-.065em}
.section-head p,.director-copy p,.book-copy p,.location-copy p,.contact-copy p{color:var(--muted);font-size:18px;margin:18px 0 0}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;font-weight:800;transition:.25s ease;border:1px solid transparent;white-space:nowrap}
.btn.primary{background:linear-gradient(135deg,#b99055,#d6b98f);color:#fff;box-shadow:0 14px 26px rgba(177,137,78,.22)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(177,137,78,.28)}
.btn.ghost{background:rgba(255,255,255,.65);border-color:var(--line);color:var(--ink)}
.btn.ghost:hover{background:#fff;transform:translateY(-2px)}
.btn.text{padding:0 8px;color:var(--brown)}
.btn.small{min-height:44px;padding:0 18px;font-size:14px}
.btn.full{width:100%;border:0;cursor:pointer}
.site-header{position:sticky;top:0;z-index:100;background:rgba(251,247,239,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(232,216,191,.72)}
.header-inner{height:82px;display:flex;align-items:center;gap:24px}
.brand{display:flex;align-items:center;gap:12px;min-width:250px}
.brand-mark{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,var(--gold),#dcc199);color:#fff;font-weight:900;letter-spacing:-.04em;box-shadow:var(--soft-shadow)}
.brand-text{display:flex;flex-direction:column;line-height:1.1}
.brand-text strong{font-size:19px;letter-spacing:-.05em}
.brand-text small{font-size:11px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;margin-top:5px}
.nav{display:flex;align-items:center;justify-content:center;gap:22px;flex:1}
.nav a{font-size:15px;font-weight:750;color:#4b4740;position:relative}
.nav a:after{content:"";position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:.25s ease}
.nav a:hover:after{width:100%}
.header-cta{min-width:104px;height:42px;border-radius:999px;display:grid;place-items:center;background:var(--ink);color:#fff;font-weight:800;font-size:14px;box-shadow:0 12px 28px rgba(43,41,37,.12)}
.menu-btn{display:none;border:0;background:transparent;width:42px;height:42px;border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-btn span{width:22px;height:2px;background:var(--ink);border-radius:10px;transition:.2s ease}
.mobile-nav{display:none;padding:8px 24px 20px;border-bottom:1px solid var(--line);background:rgba(251,247,239,.98)}
.mobile-nav a{display:block;padding:12px 0;font-weight:800;color:#4b4740;border-bottom:1px solid rgba(232,216,191,.7)}
.hero{position:relative;overflow:hidden;min-height:760px;display:flex;align-items:center;padding:84px 0 74px}
.hero:before{content:"";position:absolute;right:-160px;top:-130px;width:520px;height:520px;border-radius:50%;background:rgba(214,185,143,.25);filter:blur(4px)}
.hero:after{content:"";position:absolute;left:-180px;bottom:-180px;width:520px;height:520px;border-radius:50%;background:rgba(119,132,109,.12)}
.hero-bg-text{position:absolute;left:50%;top:56%;transform:translate(-50%,-50%);font-size:clamp(80px,13vw,180px);font-weight:900;letter-spacing:-.1em;color:rgba(216,195,164,.16);white-space:nowrap;pointer-events:none}
.hero-grid{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:72px;align-items:center;z-index:1}
.hero-copy h1{font-size:clamp(46px,5.8vw,82px);line-height:1.05;margin:0;letter-spacing:-.08em;color:var(--ink)}
.hero-copy h1 span{color:var(--brown);position:relative}
.hero-copy h1 span:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:12px;background:rgba(214,185,143,.38);z-index:-1;border-radius:12px}
.hero-lead{font-size:21px;color:#625b51;margin:26px 0 0;max-width:720px;line-height:1.72}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px;max-width:720px}
.trust-row span{padding:10px 14px;border:1px solid rgba(185,145,87,.22);border-radius:999px;background:rgba(255,255,255,.58);font-size:14px;font-weight:750;color:#615746}
.hero-visual{position:relative}
.image-frame{border-radius:var(--radius);overflow:hidden;background:#fff;border:1px solid rgba(232,216,191,.9);box-shadow:var(--shadow)}
.main-frame{padding:12px;transform:rotate(1.5deg)}
.main-frame img{border-radius:22px;width:100%;aspect-ratio:1.42/1;object-fit:cover}
.floating-card{position:absolute;background:rgba(255,255,255,.9);border:1px solid var(--line);border-radius:20px;padding:16px 18px;box-shadow:var(--soft-shadow);backdrop-filter:blur(12px)}
.floating-card small{display:block;color:var(--gold);font-size:12px;font-weight:900;letter-spacing:.14em;margin-bottom:4px}
.floating-card strong{display:block;font-size:18px;line-height:1.32;letter-spacing:-.04em}
.press-badge-card{left:-36px;top:70px}
.book-badge-card{right:-20px;bottom:72px}
.media-strip{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.strip-grid{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0}
.strip-grid div{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.strip-grid strong{font-size:18px;color:var(--brown)}
.strip-grid span{color:var(--muted);font-weight:650}
.strip-grid a{font-weight:900;color:var(--gold)}
.press-section{background:#fffaf3}
.press-feature{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;background:linear-gradient(135deg,#fff,#f8efe2);border:1px solid var(--line);border-radius:34px;padding:34px;box-shadow:var(--shadow);margin-bottom:28px;overflow:hidden;position:relative}
.press-feature:after{content:"PRESS";position:absolute;right:28px;top:18px;font-size:74px;font-weight:900;letter-spacing:-.08em;color:rgba(185,145,87,.08)}
.label{display:inline-flex;padding:7px 12px;border-radius:999px;background:#f0dfc7;color:var(--brown);font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:16px}
.press-feature h3{font-size:clamp(30px,3.5vw,52px);line-height:1.13;margin:0;letter-spacing:-.07em}
.press-feature p{font-size:18px;color:var(--muted);margin:20px 0 26px;max-width:620px}
.press-feature-visual img{border-radius:26px;border:1px solid rgba(232,216,191,.9);box-shadow:var(--soft-shadow);width:100%;aspect-ratio:1.22/1;object-fit:cover;background:#fff}
.press-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.press-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;min-height:270px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(92,72,45,.07);transition:.28s ease;position:relative;overflow:hidden}
.press-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--gold),var(--beige))}
.press-card:hover{transform:translateY(-6px);box-shadow:var(--soft-shadow)}
.press-tag{font-size:12px;color:var(--gold);font-weight:900;letter-spacing:.12em;margin-bottom:15px}
.press-card h3{font-size:22px;line-height:1.28;margin:0 0 14px;letter-spacing:-.06em}
.press-card p{color:var(--muted);margin:0 0 22px;font-size:15.5px;line-height:1.65}
.press-card a,.press-card .disabled-link{margin-top:auto;font-weight:900;color:var(--brown)}
.press-card .disabled-link{color:#9b9285}
.proof-grid{display:grid;grid-template-columns:.9fr 1.25fr;gap:48px;align-items:start}
.proof-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.proof-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;min-height:148px;box-shadow:var(--soft-shadow)}
.proof-card strong{display:block;font-size:34px;line-height:1;color:var(--brown);letter-spacing:-.05em;margin-bottom:12px}
.proof-card span{display:block;color:var(--muted);font-weight:750;line-height:1.5}
.director-grid,.book-grid,.location-grid,.contact-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}
.director-section{background:#fff}
.portrait-frame{padding:12px;border-radius:34px;transform:rotate(-1.2deg)}
.portrait-frame img{border-radius:26px;width:100%;aspect-ratio:.82/1;object-fit:cover}
.keyword-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}
.keyword-list span{padding:11px 15px;border-radius:999px;background:#fbf4e9;border:1px solid var(--line);color:#5c5347;font-weight:800}
.book-grid{grid-template-columns:1.1fr .9fr}
.book-copy h3{margin:20px 0 0;font-size:25px;color:var(--brown);letter-spacing:-.05em}
.book-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.book-visual{display:flex;justify-content:center}
.book-visual img{width:min(360px,100%);filter:drop-shadow(0 24px 34px rgba(90,68,40,.18))}
.standard-section{background:#fff}
.standard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.standard-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 10px 28px rgba(92,72,45,.06);min-height:236px;transition:.25s ease}
.standard-card:hover{transform:translateY(-5px);box-shadow:var(--soft-shadow)}
.standard-card span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:15px;background:var(--cream2);color:var(--gold);font-weight:900;margin-bottom:18px}
.standard-card h3{margin:0 0 10px;font-size:23px;letter-spacing:-.06em}
.standard-card p{margin:0;color:var(--muted)}
.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.program-card{background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--soft-shadow)}
.program-card img{width:100%;aspect-ratio:1.32/1;object-fit:cover;border-bottom:1px solid var(--line)}
.program-card div{padding:26px}
.program-card span{font-size:12px;color:var(--gold);letter-spacing:.14em;font-weight:900}
.program-card h3{font-size:26px;line-height:1.2;margin:8px 0 12px;letter-spacing:-.06em}
.program-card p{margin:0 0 18px;color:var(--muted)}
.program-card ul{margin:0;padding-left:18px;color:#5f584f;font-weight:700}
.program-card li+li{margin-top:6px}
.space-section{background:#fff}
.space-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;grid-auto-rows:260px;gap:16px}
.space-item{margin:0;border-radius:26px;overflow:hidden;position:relative;background:#eee;border:1px solid var(--line);box-shadow:var(--soft-shadow)}
.space-item.large{grid-row:span 2}
.space-item img{width:100%;height:100%;object-fit:cover}
.space-item figcaption{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.88);border:1px solid rgba(232,216,191,.8);border-radius:16px;padding:12px 14px;font-weight:900;color:#4e473d;backdrop-filter:blur(10px)}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.review-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:28px;box-shadow:var(--soft-shadow);min-height:260px;display:flex;flex-direction:column}
.review-card span{font-size:13px;font-weight:900;color:var(--gold);letter-spacing:.08em}
.review-card h3{font-size:24px;line-height:1.28;margin:12px 0;letter-spacing:-.06em}
.review-card p{color:var(--muted);margin:0 0 20px}
.review-card a{margin-top:auto;color:var(--brown);font-weight:900}
.location-section{background:#fff}
.info-list{padding:0;margin:28px 0 0;list-style:none;border-top:1px solid var(--line)}
.info-list li{display:grid;grid-template-columns:96px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid var(--line)}
.info-list strong{color:var(--brown)}
.info-list span{color:#514b43;font-weight:700}
.location-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.map-card{background:var(--cream2);border-radius:32px;padding:16px;border:1px solid var(--line);box-shadow:var(--shadow)}
.contact-section{background:linear-gradient(180deg,#fbf7ef,#fffaf3)}
.contact-grid{align-items:start}
.notice-box{margin-top:28px;padding:22px;border-radius:22px;background:#fff;border:1px solid var(--line);box-shadow:var(--soft-shadow)}
.notice-box strong{display:block;color:var(--brown);margin-bottom:6px}
.notice-box p{font-size:15px;margin:0;color:var(--muted)}
.contact-form{background:#fff;border:1px solid var(--line);border-radius:32px;padding:30px;box-shadow:var(--shadow)}
.contact-form label{display:block;font-weight:850;color:#4d473e;margin-bottom:16px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #e1d3bf;background:#fffaf4;border-radius:16px;padding:14px 15px;margin-top:8px;outline:none;color:var(--ink);transition:.2s ease}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 4px rgba(185,145,87,.12)}
.contact-form textarea{resize:vertical;min-height:132px}
.site-footer{padding:42px 0 96px;background:#fff;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1fr 1.4fr auto;gap:24px;align-items:start;color:var(--muted)}
.footer-grid strong{display:block;color:var(--ink);font-size:20px;margin-bottom:6px}
.footer-grid p{margin:0 0 5px}
.footer-grid a{font-weight:900;color:var(--brown)}
.mobile-fixed-bar{display:none}
.reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.reveal.show{opacity:1;transform:none}
.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}.delay-3{transition-delay:.24s}
@media (max-width:1180px){
  .nav{gap:14px}.nav a{font-size:14px}.press-grid{grid-template-columns:repeat(2,1fr)}.standard-grid{grid-template-columns:repeat(2,1fr)}.program-grid{grid-template-columns:1fr}.program-card{display:grid;grid-template-columns:.85fr 1fr}.program-card img{height:100%;aspect-ratio:auto}.space-grid{grid-template-columns:1fr 1fr}.space-item.large{grid-row:span 1;grid-column:span 2}.proof-cards{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .inner{width:min(100% - 32px,var(--max))}.section{padding:82px 0}.header-inner{height:72px}.brand{min-width:auto}.brand-text small{display:none}.nav,.header-cta{display:none}.menu-btn{display:flex;margin-left:auto}.site-header.open .mobile-nav{display:block}.site-header.open .menu-btn span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.open .menu-btn span:nth-child(2){opacity:0}.site-header.open .menu-btn span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.hero{padding:62px 0 56px;min-height:auto}.hero-grid,.press-feature,.proof-grid,.director-grid,.book-grid,.location-grid,.contact-grid{grid-template-columns:1fr;gap:38px}.hero-bg-text{display:none}.hero-copy h1{font-size:48px}.hero-lead{font-size:18px}.press-badge-card{left:12px;top:26px}.book-badge-card{right:10px;bottom:30px}.strip-grid{display:block}.strip-grid a{display:inline-block;margin-top:8px}.section-head h2,.director-copy h2,.book-copy h2,.location-copy h2,.contact-copy h2{font-size:38px}.proof-cards,.review-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}.site-footer{padding-bottom:104px}.mobile-fixed-bar{position:fixed;left:0;right:0;bottom:0;z-index:120;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -12px 30px rgba(60,45,28,.12)}.mobile-fixed-bar a{display:grid;place-items:center;height:58px;font-size:13px;font-weight:900;color:#554b3f;border-right:1px solid var(--line)}.mobile-fixed-bar a:last-child{border-right:0}.mobile-fixed-bar a:nth-child(3){background:linear-gradient(135deg,var(--gold),#d6b98f);color:#fff}
}
@media (max-width:620px){
  body{letter-spacing:-.045em}.hero-copy h1{font-size:40px}.hero-actions{display:grid}.btn{width:100%}.trust-row span{width:100%;text-align:center}.press-feature{padding:22px;border-radius:24px}.press-feature:after{display:none}.press-grid,.proof-cards,.standard-grid,.review-grid{grid-template-columns:1fr}.program-card{display:block}.space-grid{display:block}.space-item{height:240px;margin-bottom:14px}.space-item.large{height:300px}.info-list li{grid-template-columns:72px 1fr}.contact-form{padding:22px;border-radius:24px}.floating-card{position:static;margin-top:12px}.hero-visual{display:grid}.main-frame{transform:none}.book-visual img{width:min(290px,100%)}.map-placeholder{height:320px}.map-placeholder strong{font-size:25px}
}

/* Final typography adjustments: prevent awkward single-character line breaks */
.hero-copy{min-width:0;}
.hero-copy .hero-title{font-size:clamp(48px,5vw,74px);line-height:1.14;letter-spacing:-.075em;word-break:keep-all;overflow-wrap:normal;}
.hero-title-line{display:block;white-space:nowrap;}
.hero-title-em{color:var(--brown);position:relative;width:max-content;max-width:100%;}
.hero-title-em:after{content:"";position:absolute;left:0;right:0;bottom:4px;height:12px;background:rgba(214,185,143,.38);z-index:-1;border-radius:12px;}
.hero-copy h1 span:after{content:none;}
.section-head h2,.director-copy h2,.book-copy h2,.location-copy h2,.contact-copy h2{word-break:keep-all;overflow-wrap:normal;}
.program-section .section-head.center{max-width:980px;}
.program-section .section-head h2{font-size:clamp(34px,3.35vw,50px);white-space:nowrap;}
.proof-section .section-head{max-width:640px;}
.book-visual img{width:min(390px,100%);border-radius:12px;filter:drop-shadow(0 24px 34px rgba(90,68,40,.20));}
@media (max-width:900px){
  .hero-copy .hero-title{font-size:clamp(38px,9vw,48px);line-height:1.18;}
  .program-section .section-head h2{white-space:normal;font-size:38px;}
}
@media (max-width:620px){
  .hero-title-line{white-space:normal;}
  .hero-copy .hero-title{font-size:38px;line-height:1.18;}
  .program-section .section-head h2{font-size:34px;}
}


.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;overflow:hidden;background:transparent;box-shadow:none;padding:0}
.logo-mark img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.map-card{display:flex;flex-direction:column;gap:16px}
.map-figure{display:block;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--soft-shadow)}
.map-figure img{display:block;width:100%;height:auto}
.map-caption{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 20px;color:var(--muted)}
.map-caption strong{display:block;color:var(--ink);font-size:20px;margin-bottom:6px}
.map-caption p{margin:0 0 10px;color:var(--muted)}
.map-caption a{color:var(--brown);font-weight:900}
@media (max-width:900px){.logo-mark{width:46px;height:46px}}


/* Final logo, map, contact adjustments */
.logo-mark{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;overflow:hidden;background:transparent;box-shadow:none;padding:0}
.logo-mark img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.map-card{display:flex;flex-direction:column;gap:16px}
.map-figure{display:block;border-radius:24px;overflow:hidden;border:1px solid var(--line);background:#fff;box-shadow:var(--soft-shadow)}
.map-figure img{display:block;width:100%;height:auto;background:#fbf7ef}
.map-caption{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px 20px;color:var(--muted)}
.map-caption strong{display:block;color:var(--ink);font-size:20px;margin-bottom:6px}
.map-caption p{margin:0 0 10px;color:var(--muted)}
.map-caption a{color:var(--brown);font-weight:900}
.contact-simple-card{background:#fff;border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow);text-align:center}
.contact-logo-wrap{width:92px;height:92px;margin:0 auto 18px;border-radius:50%;overflow:hidden;box-shadow:0 18px 34px rgba(95,68,38,.14)}
.contact-logo-wrap img{width:100%;height:100%;object-fit:cover;display:block}
.contact-simple-card h3{margin:0 0 10px;font-size:30px;letter-spacing:-.06em;word-break:keep-all}
.contact-simple-card p{margin:0 0 16px;color:var(--muted);font-weight:700}
.contact-phone{display:inline-block;font-size:38px;line-height:1.1;color:var(--brown);font-weight:950;letter-spacing:-.04em;margin:8px 0 26px}
.contact-simple-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.contact-simple-actions .btn{min-width:140px}
@media (max-width:900px){.logo-mark{width:46px;height:46px}}
@media (max-width:620px){.contact-simple-card{padding:26px 20px}.contact-simple-card h3{font-size:24px}.contact-phone{font-size:30px}.contact-simple-actions{display:grid}}

.map-placeholder{display:none!important}


/* Consumer-facing final cleanup */
.hero-bg-text{display:none !important;}
.eyebrow{letter-spacing:.16em;}
.press-tag{letter-spacing:.04em;}
.brand-text small{text-transform:none;letter-spacing:-.02em;font-weight:700;color:#7a7165;}
.floating-card small{text-transform:none;letter-spacing:.02em;}
.proof-card strong{font-size:clamp(32px,3.1vw,48px);}

/* SEO final: YouTube section */
.youtube-section{background:#fff}
.youtube-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:44px;align-items:center}
.youtube-copy h2{font-size:52px;line-height:1.12;letter-spacing:-.075em;margin:0 0 18px;word-break:keep-all}
.youtube-copy p{color:var(--muted);font-size:18px;line-height:1.8;margin:0}
.youtube-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.youtube-embed{position:relative;border-radius:30px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#000;aspect-ratio:16/9}
.youtube-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
@media (max-width:900px){.youtube-grid{grid-template-columns:1fr}.youtube-copy h2{font-size:38px}}
@media (max-width:620px){.youtube-actions{display:grid}.youtube-copy h2{font-size:34px}}


/* Final YouTube playable section and typography adjustments */
.youtube-section{background:#fff}
.youtube-grid{
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:48px;
  align-items:center;
}
.youtube-copy h2{
  font-size:clamp(36px,3.1vw,48px);
  line-height:1.16;
  letter-spacing:-.075em;
  margin:0 0 18px;
  word-break:keep-all;
}
.youtube-copy p{
  color:var(--muted);
  font-size:17px;
  line-height:1.8;
  margin:0;
  word-break:keep-all;
}
.youtube-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}
.youtube-player{
  position:relative;
  border-radius:30px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:var(--shadow);
  background:#1f1f1f;
  aspect-ratio:16/9;
}
.youtube-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.youtube-play{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  padding:0;
  cursor:pointer;
  background:#1f1f1f;
  display:block;
  overflow:hidden;
}
.youtube-play img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  opacity:.72;
  transform:scale(1.02);
  transition:transform .35s ease, opacity .35s ease;
}
.youtube-play:hover img{
  transform:scale(1.055);
  opacity:.88;
}
.youtube-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.18));
}
.youtube-play-icon{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:86px;
  height:86px;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#222;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:34px;
  line-height:1;
  padding-left:5px;
  box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.youtube-play-text{
  position:absolute;
  left:50%;
  top:calc(50% + 66px);
  transform:translateX(-50%);
  color:#fff;
  font-weight:900;
  font-size:18px;
  text-shadow:0 2px 12px rgba(0,0,0,.5);
}
.proof-section .section-head h2{
  font-size:clamp(34px,3vw,46px);
  line-height:1.16;
}
.proof-section .section-head p{
  font-size:17px;
}
.proof-card{
  min-height:132px;
  padding:22px 24px;
}
.proof-card strong{
  font-size:clamp(26px,2.15vw,38px)!important;
  line-height:1.12;
  word-break:keep-all;
}
.proof-card span{
  font-size:15.5px;
  line-height:1.48;
  word-break:keep-all;
}
@media (max-width:900px){
  .youtube-grid{grid-template-columns:1fr;gap:32px}
  .youtube-copy h2{font-size:38px}
  .proof-section .section-head h2{font-size:38px}
}
@media (max-width:620px){
  .youtube-actions{display:grid}
  .youtube-copy h2{font-size:32px}
  .youtube-copy p{font-size:16px}
  .youtube-play-icon{width:70px;height:70px;font-size:28px}
  .youtube-play-text{top:calc(50% + 54px);font-size:16px}
  .proof-section .section-head h2{font-size:32px}
  .proof-card strong{font-size:28px!important}
}

/* Final YouTube error-free link mode */
.youtube-play{
  text-decoration:none;
  color:inherit;
}
.youtube-play:focus-visible{
  outline:4px solid rgba(191,149,96,.45);
  outline-offset:4px;
}
.youtube-player iframe{
  display:none;
}


/* Premium motion renewal */
html{scroll-behavior:smooth}.site-loader{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(251,247,239,.96);backdrop-filter:blur(14px);transition:opacity .55s ease,visibility .55s ease}.site-loader.hide{opacity:0;visibility:hidden}.loader-card{display:flex;flex-direction:column;align-items:center;gap:14px;animation:loaderPop .9s cubic-bezier(.2,.8,.2,1) both}.loader-card img{width:96px;height:96px;border-radius:50%;box-shadow:0 22px 48px rgba(96,67,37,.16)}.loader-card span{font-weight:950;font-size:22px;letter-spacing:-.05em;color:var(--ink)}@keyframes loaderPop{0%{opacity:0;transform:translateY(18px) scale(.94)}100%{opacity:1;transform:none}}.scroll-progress{position:fixed;left:0;top:0;height:3px;width:0;z-index:9998;background:linear-gradient(90deg,#9c7443,#d8b980);box-shadow:0 0 18px rgba(191,149,96,.42)}.hero-video-wrap{perspective:1200px}.video-frame{position:relative;overflow:hidden;border-radius:32px;border:1px solid rgba(226,205,176,.95);background:#1c1c1c;box-shadow:0 32px 84px rgba(82,62,37,.22);transform:rotate(-.8deg);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}.video-frame:hover{transform:rotate(0deg) translateY(-5px) scale(1.012);box-shadow:0 42px 96px rgba(82,62,37,.28)}.video-frame:before{content:"";position:absolute;inset:0;z-index:3;border-radius:32px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.36),transparent 28%,transparent 72%,rgba(255,255,255,.18));mix-blend-mode:screen}.hero-video{display:block;width:100%;aspect-ratio:1.48/1;height:auto;object-fit:cover;filter:saturate(.98) contrast(1.03)}.video-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.22));pointer-events:none}.video-caption{position:absolute;left:22px;bottom:22px;z-index:4;padding:15px 18px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(230,216,196,.92);backdrop-filter:blur(14px);color:#2f2a25;box-shadow:0 16px 40px rgba(0,0,0,.12)}.video-caption small{display:block;color:var(--gold);font-weight:950;margin-bottom:5px;letter-spacing:.02em}.video-caption strong{display:block;font-size:18px;line-height:1.35;letter-spacing:-.05em}.hero-copy .eyebrow{color:var(--brown);letter-spacing:.08em}.floating-card{box-shadow:0 18px 42px rgba(71,52,31,.14)}.press-card,.proof-card,.program-card,.review-card,.standard-card,.contact-simple-card,.map-card{transition:transform .28s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,border-color .28s ease}.press-card:hover,.proof-card:hover,.program-card:hover,.review-card:hover,.standard-card:hover{transform:translateY(-7px);box-shadow:0 24px 58px rgba(92,72,45,.14);border-color:rgba(191,149,96,.42)}.press-card:before{content:"";display:block;height:3px;width:100%;background:linear-gradient(90deg,#a77a42,#dfc08a);border-radius:3px;margin-bottom:16px}.proof-card{overflow:hidden;position:relative}.proof-card:after{content:"";position:absolute;right:-45px;top:-45px;width:108px;height:108px;border-radius:50%;background:rgba(191,149,96,.08)}.proof-card.active{animation:cardPulse .8s cubic-bezier(.2,.8,.2,1) both}@keyframes cardPulse{0%{transform:translateY(12px);opacity:.4}100%{transform:none;opacity:1}}.space-item img,.program-card img{transition:transform .55s cubic-bezier(.2,.8,.2,1),filter .55s ease}.space-item:hover img,.program-card:hover img{transform:scale(1.045);filter:saturate(1.04) contrast(1.03)}.mobile-fixed-bar{transform:translateY(76px);opacity:0;transition:transform .36s ease,opacity .36s ease}.mobile-fixed-bar.show{transform:translateY(0);opacity:1}.youtube-section{display:none!important}.hero-bg-text{display:none!important}.proof-section .section-head h2{font-size:clamp(34px,3vw,46px);line-height:1.16}.proof-section .section-head p{font-size:17px}.proof-card{min-height:132px;padding:22px 24px}.proof-card strong{font-size:clamp(27px,2.25vw,40px)!important;line-height:1.12;word-break:keep-all}.proof-card span{font-size:15.5px;line-height:1.48;word-break:keep-all}.map-figure img{width:100%;height:auto;display:block;background:#fbf7ef}.location-section .map-card{padding:10px;border-radius:32px;background:#fff}.map-caption{margin-top:6px}@media (max-width:900px){.hero-grid{gap:34px}.hero-video-wrap{order:-1}.video-frame{transform:none;border-radius:26px}.hero-video{aspect-ratio:16/10}.video-caption{left:14px;right:14px;bottom:14px}.video-caption strong{font-size:16px}.press-badge-card,.book-badge-card{display:none!important}.proof-section .section-head h2{font-size:38px}}@media (max-width:620px){.hero{padding-top:34px}.hero-video{aspect-ratio:16/11}.hero-copy .hero-title{font-size:36px}.hero-lead{font-size:16px}.video-caption{padding:12px 14px}.proof-section .section-head h2{font-size:31px}.proof-card strong{font-size:28px!important}.map-caption{font-size:14px}.mobile-fixed-bar{grid-template-columns:repeat(3,1fr)}.mobile-fixed-bar a:nth-child(4){display:none}}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.site-loader{display:none!important}}


/* Final feature layer: natural premium functions */
.press-timeline{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:34px 0 30px;
}
.timeline-item{
  position:relative;
  background:rgba(255,255,255,.86);
  border:1px solid var(--line);
  border-radius:22px;
  padding:22px 20px;
  box-shadow:var(--soft-shadow);
  overflow:hidden;
}
.timeline-item:before{
  content:"";
  position:absolute;
  left:20px;
  top:0;
  width:42px;
  height:4px;
  border-radius:4px;
  background:linear-gradient(90deg,#a77a42,#dfc08a);
}
.timeline-item span{
  display:block;
  color:var(--gold);
  font-weight:950;
  margin-bottom:10px;
}
.timeline-item strong{
  display:block;
  font-size:18px;
  line-height:1.35;
  letter-spacing:-.05em;
  color:var(--ink);
  word-break:keep-all;
}
.timeline-item p{
  margin:8px 0 0;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.55;
  word-break:keep-all;
}
.fit-section{
  background:linear-gradient(180deg,#fff,#fbf7ef);
}
.fit-grid{
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  gap:52px;
  align-items:start;
}
.fit-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:32px;
  padding:30px;
  box-shadow:var(--shadow);
}
.fit-step{
  padding:0 0 22px;
  margin-bottom:22px;
  border-bottom:1px solid var(--line);
}
.fit-step strong{
  display:block;
  font-size:20px;
  margin-bottom:14px;
  color:var(--ink);
  letter-spacing:-.05em;
}
.fit-step label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  margin:0 8px 8px 0;
  border-radius:999px;
  background:#fbf4e9;
  border:1px solid #eadcc9;
  color:#5d5449;
  font-weight:800;
  cursor:pointer;
}
.fit-step input{accent-color:var(--gold)}
.fit-result{
  margin-top:18px;
  padding:20px;
  border-radius:22px;
  background:#fbf7ef;
  border:1px solid var(--line);
}
.fit-result strong{
  display:block;
  font-size:22px;
  color:var(--brown);
  margin-bottom:8px;
  letter-spacing:-.05em;
}
.fit-result p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.book-criteria{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-top:26px;
}
.criteria-item{
  text-align:left;
  border:1px solid var(--line);
  background:#fffaf4;
  border-radius:18px;
  padding:16px 18px;
  cursor:pointer;
  transition:.24s ease;
}
.criteria-item strong{
  display:block;
  color:var(--brown);
  font-size:17px;
  letter-spacing:-.04em;
}
.criteria-item span{
  display:none;
  margin-top:8px;
  color:var(--muted);
  line-height:1.58;
  font-weight:650;
}
.criteria-item.is-open{
  background:#fff;
  box-shadow:var(--soft-shadow);
  border-color:rgba(191,149,96,.42);
}
.criteria-item.is-open span{display:block}
.video-control{
  position:absolute;
  right:20px;
  top:20px;
  z-index:5;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(255,255,255,.78);
  color:#332b22;
  border-radius:999px;
  padding:10px 14px;
  font-weight:900;
  backdrop-filter:blur(12px);
  cursor:pointer;
  box-shadow:0 10px 26px rgba(0,0,0,.12);
}
.copy-address{
  cursor:pointer;
}
.copy-toast{
  position:fixed;
  left:50%;
  bottom:92px;
  transform:translateX(-50%) translateY(20px);
  opacity:0;
  z-index:500;
  padding:13px 18px;
  border-radius:999px;
  background:#2f2a25;
  color:#fff;
  font-weight:900;
  box-shadow:0 18px 40px rgba(0,0,0,.2);
  transition:.28s ease;
}
.copy-toast.show{
  opacity:1;
  transform:translateX(-50%) translateY(0);
}
.mobile-fixed-bar{
  grid-template-columns:repeat(2,1fr)!important;
}
.mobile-fixed-bar a:nth-child(2){
  background:#fff;
  color:#554b3f;
}
.mobile-fixed-bar a:first-child{
  background:linear-gradient(135deg,var(--gold),#d6b98f);
  color:#fff;
}
@media (max-width:1180px){
  .press-timeline{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .fit-grid{grid-template-columns:1fr;gap:28px}
  .book-criteria{grid-template-columns:1fr}
}
@media (max-width:620px){
  .press-timeline{grid-template-columns:1fr}
  .fit-card{padding:22px;border-radius:24px}
  .fit-step label{display:flex;width:100%}
  .video-control{right:14px;top:14px;padding:8px 12px;font-size:13px}
}


/* =========================================================
   Designer Final Layer: premium section design pass
   ========================================================= */
:root{
  --champagne:#c9a369;
  --champagne-soft:#efe0c9;
  --deep-brown:#4b3826;
  --panel-ivory:#fffdf8;
}
.section{
  position:relative;
}
.section-head.center{
  max-width:880px;
}
.section-head .eyebrow{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.section-head .eyebrow:before,
.section-head .eyebrow:after{
  content:"";
  width:26px;
  height:1px;
  background:rgba(191,149,96,.55);
}

/* Press: official archive look */
.press-section{
  background:
    radial-gradient(circle at 12% 10%, rgba(201,163,105,.13), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(120,90,55,.08), transparent 30%),
    linear-gradient(180deg,#fffdf9 0%,#fbf4e8 100%);
  overflow:hidden;
}
.press-section:before{
  content:"DALMANG PRESS";
  position:absolute;
  left:50%;
  top:54px;
  transform:translateX(-50%);
  font-size:clamp(70px,10vw,156px);
  font-weight:950;
  letter-spacing:-.08em;
  color:rgba(105,80,48,.045);
  white-space:nowrap;
  pointer-events:none;
}
.premium-press-feature{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:34px;
  align-items:center;
  padding:34px;
  margin-top:36px;
  border-radius:34px;
  border:1px solid rgba(201,163,105,.38);
  background:
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,247,235,.88)),
    radial-gradient(circle at 10% 10%,rgba(201,163,105,.24),transparent 32%);
  box-shadow:0 34px 90px rgba(83,63,38,.12);
  overflow:hidden;
}
.premium-press-feature:after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-100px;
  width:310px;
  height:310px;
  border-radius:50%;
  background:rgba(201,163,105,.12);
}
.press-feature-copy{
  position:relative;
  z-index:2;
  padding:12px;
}
.press-feature-copy .label{
  display:inline-flex;
  margin-bottom:18px;
  padding:8px 13px;
  border-radius:999px;
  color:#7e5d32;
  background:#f3e4cf;
  font-weight:950;
}
.press-feature-copy h3{
  font-size:clamp(32px,3.4vw,52px);
  line-height:1.14;
  letter-spacing:-.075em;
  margin:0 0 18px;
}
.press-feature-copy p{
  color:#695f53;
  font-size:17px;
  line-height:1.82;
  max-width:620px;
  word-break:keep-all;
}
.press-feature-visual{
  position:relative;
  z-index:2;
  border-radius:28px;
  overflow:hidden;
  border:1px solid rgba(201,163,105,.34);
  box-shadow:0 24px 58px rgba(70,53,32,.14);
  transform:rotate(.8deg);
}
.press-feature-visual img{
  display:block;
  width:100%;
  aspect-ratio:1.62/1;
  object-fit:cover;
}
.press-timeline{
  position:relative;
}
.press-timeline:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:45px;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(201,163,105,.55),transparent);
}
.timeline-item{
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(10px);
}
.premium-press-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.premium-press-grid .press-card{
  position:relative;
  min-height:238px;
  padding:30px 30px 28px;
  border-radius:28px;
  border:1px solid rgba(201,163,105,.28);
  background:linear-gradient(180deg,#fff,#fff9f0);
  overflow:hidden;
}
.premium-press-grid .press-card:before{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  margin:0;
  height:5px;
}
.premium-press-grid .press-card:after{
  content:"";
  position:absolute;
  right:-38px;
  bottom:-48px;
  width:128px;
  height:128px;
  border-radius:50%;
  border:1px solid rgba(201,163,105,.18);
  background:rgba(201,163,105,.06);
}
.premium-press-grid .press-card:first-child{
  grid-column:span 2;
  display:grid;
  grid-template-columns:160px 1fr;
  column-gap:28px;
  align-items:center;
  min-height:280px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,247,235,.92)),
    url('../img/book-cover.png') left 30px center / 132px auto no-repeat;
  padding-left:220px;
}
.premium-press-grid .press-card:first-child h3{
  font-size:30px;
}
.press-card .press-tag{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  padding:6px 10px;
  background:#f3e4cf;
  color:#8d6736;
  margin-bottom:15px;
}
.press-card h3{
  word-break:keep-all;
}
.press-card a{
  position:relative;
  z-index:2;
}

/* Proof: premium spec board */
.proof-section{
  background:
    radial-gradient(circle at 95% 10%, rgba(201,163,105,.13), transparent 30%),
    linear-gradient(180deg,#fbf7ef,#fffdf8);
}
.proof-grid{
  align-items:stretch;
}
.proof-section .section-head{
  position:sticky;
  top:120px;
  align-self:start;
  padding:34px;
  border-radius:32px;
  background:linear-gradient(180deg,#fff,#fff8ed);
  border:1px solid rgba(201,163,105,.28);
  box-shadow:0 24px 68px rgba(83,63,38,.09);
}
.proof-cards{
  gap:18px;
}
.proof-card{
  min-height:188px;
  padding:28px;
  border-radius:28px;
  background:linear-gradient(145deg,#fff,#fff7eb);
  border:1px solid rgba(201,163,105,.30);
}
.proof-card .line-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  margin-bottom:22px;
  border-radius:16px;
  border:1px solid rgba(201,163,105,.38);
  color:#9b713b;
  background:rgba(201,163,105,.10);
  font-style:normal;
  font-weight:950;
}
.proof-card strong{
  font-size:clamp(22px,1.8vw,30px)!important;
  line-height:1.22;
}
.proof-card span{
  margin-top:8px;
}

/* Fit guide: consulting card style */
.fit-section{
  background:
    linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,238,222,.86)),
    radial-gradient(circle at 14% 50%,rgba(201,163,105,.12),transparent 35%);
}
.fit-card{
  border-radius:34px;
  background:#fff;
  box-shadow:0 30px 82px rgba(83,63,38,.12);
}
.fit-step label{
  transition:.22s ease;
}
.fit-step label:hover{
  transform:translateY(-2px);
  border-color:rgba(201,163,105,.55);
  background:#fff7eb;
}
.fit-step label:has(input:checked){
  background:#4b3826;
  color:#fff;
  border-color:#4b3826;
}
.fit-result{
  background:linear-gradient(135deg,#fff8ed,#f0dfc8);
  border-color:rgba(201,163,105,.42);
}

/* Book/standard: chapter design */
.book-section{
  background:
    radial-gradient(circle at 85% 10%,rgba(75,56,38,.08),transparent 30%),
    linear-gradient(180deg,#fbf7ef,#fff);
}
.book-criteria{
  margin-top:30px;
}
.criteria-item{
  border-color:rgba(201,163,105,.30);
}
.criteria-item.is-open{
  background:linear-gradient(180deg,#fff,#fff8ed);
  border-color:rgba(201,163,105,.65);
}
.standard-section{
  background:
    radial-gradient(circle at 10% 8%, rgba(201,163,105,.12), transparent 34%),
    linear-gradient(180deg,#fff,#fbf4e8);
  overflow:hidden;
}
.standard-section:before{
  content:"07";
  position:absolute;
  right:7%;
  top:68px;
  font-size:clamp(120px,18vw,260px);
  line-height:.8;
  font-weight:950;
  color:rgba(105,80,48,.045);
  pointer-events:none;
}
.standard-book-strip{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  gap:26px;
  max-width:900px;
  margin:34px auto 36px;
  padding:24px 30px;
  border-radius:30px;
  background:rgba(255,255,255,.86);
  border:1px solid rgba(201,163,105,.28);
  box-shadow:0 22px 60px rgba(83,63,38,.10);
  backdrop-filter:blur(12px);
}
.standard-book-strip img{
  width:86px;
  border-radius:8px;
  box-shadow:0 18px 32px rgba(0,0,0,.14);
}
.standard-book-strip strong{
  display:block;
  font-size:24px;
  color:var(--ink);
  letter-spacing:-.06em;
}
.standard-book-strip p{
  margin:7px 0 0;
  color:var(--muted);
}
.designer-standard-grid{
  position:relative;
  z-index:2;
}
.standard-card{
  position:relative;
  min-height:250px;
  border-radius:30px;
  background:linear-gradient(145deg,#fff,#fff9f0);
  border-color:rgba(201,163,105,.30);
  overflow:hidden;
}
.standard-card:after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-44px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:rgba(201,163,105,.08);
}
.standard-card span{
  background:#f3e4cf;
  color:#8d6736;
}
.standard-card h3{
  font-size:25px;
}

/* Program: choice guide cards */
.program-section{
  background:
    linear-gradient(180deg,#fbf7ef,#fffdf8);
}
.program-grid{
  gap:24px;
}
.program-card{
  border-radius:34px;
  border-color:rgba(201,163,105,.30);
  overflow:hidden;
}
.program-card img{
  aspect-ratio:1.42/1;
}
.program-card div{
  position:relative;
}
.program-card span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#f3e4cf;
  color:#8d6736;
  letter-spacing:-.02em;
}
.program-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:12px 0 14px;
}
.program-meta b{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#fbf4e9;
  border:1px solid rgba(201,163,105,.28);
  color:#5e4d3b;
  font-size:13px;
}
.program-quick-call{
  display:inline-flex;
  margin-top:20px;
  color:#7c5a2f;
  font-weight:950;
  border-bottom:1px solid rgba(124,90,47,.35);
}

/* Review: archive style */
.review-section{
  background:
    radial-gradient(circle at 15% 0%,rgba(201,163,105,.11),transparent 32%),
    linear-gradient(180deg,#fffdf8,#fbf4e8);
}
.review-stats{
  display:flex;
  justify-content:center;
  gap:14px;
  margin:28px auto 32px;
  flex-wrap:wrap;
}
.review-stats div{
  min-width:220px;
  text-align:center;
  padding:18px 24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(201,163,105,.30);
  box-shadow:var(--soft-shadow);
}
.review-stats strong{
  display:block;
  font-size:24px;
  color:#4b3826;
  letter-spacing:-.06em;
}
.review-stats span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-weight:750;
}
.designer-review-grid .review-card{
  position:relative;
  border-radius:30px;
  background:#fff;
  border-color:rgba(201,163,105,.30);
}
.designer-review-grid .review-card:before{
  content:"“";
  position:absolute;
  right:24px;
  top:18px;
  font-size:70px;
  line-height:1;
  color:rgba(201,163,105,.18);
  font-family:serif;
}
.designer-review-grid .review-card span{
  display:inline-flex;
  width:max-content;
  padding:7px 10px;
  border-radius:999px;
  background:#f3e4cf;
  color:#8d6736;
  letter-spacing:-.02em;
}

/* Location polish */
.premium-location-section{
  background:#fff;
}
.premium-location-section .location-copy{
  padding:34px;
  border-radius:34px;
  background:linear-gradient(180deg,#fff,#fff8ef);
  border:1px solid rgba(201,163,105,.28);
  box-shadow:var(--soft-shadow);
}
.premium-location-section .map-card{
  box-shadow:0 34px 88px rgba(83,63,38,.12);
}

/* Responsive */
@media (max-width:1180px){
  .premium-press-grid .press-card:first-child{grid-column:span 2}
}
@media (max-width:900px){
  .premium-press-feature,
  .premium-press-grid .press-card:first-child{
    display:block;
    padding:26px;
  }
  .premium-press-grid .press-card:first-child{
    background:linear-gradient(180deg,#fff,#fff8ed);
  }
  .premium-press-grid{grid-template-columns:1fr}
  .premium-press-grid .press-card:first-child{grid-column:auto}
  .press-feature-visual{margin-top:20px;transform:none}
  .proof-section .section-head{position:relative;top:auto}
  .standard-book-strip{align-items:flex-start}
}
@media (max-width:620px){
  .premium-press-feature{border-radius:26px}
  .press-feature-copy h3{font-size:31px}
  .press-timeline{grid-template-columns:1fr}
  .proof-card{min-height:auto}
  .standard-book-strip{
    display:block;
    text-align:center;
    padding:22px;
  }
  .standard-book-strip img{
    margin-bottom:14px;
  }
  .standard-card{min-height:auto}
  .review-stats div{width:100%}
  .premium-location-section .location-copy{padding:24px}
}


/* =========================================================
   Mobile Optimization + Review Count-up + Instagram Final
   ========================================================= */
.count-up{
  font-style:normal;
  font-variant-numeric:tabular-nums;
}
.mobile-review-mini{
  display:none;
}
.instagram-cta{
  margin:30px auto 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 26px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,247,235,.90)),
    radial-gradient(circle at 10% 0%,rgba(201,163,105,.18),transparent 36%);
  border:1px solid rgba(201,163,105,.32);
  box-shadow:0 22px 58px rgba(83,63,38,.10);
}
.instagram-cta span{
  display:inline-flex;
  margin-bottom:8px;
  padding:6px 10px;
  border-radius:999px;
  background:#f3e4cf;
  color:#8d6736;
  font-weight:950;
  font-size:13px;
}
.instagram-cta strong{
  display:block;
  font-size:21px;
  line-height:1.4;
  letter-spacing:-.055em;
  color:var(--ink);
  word-break:keep-all;
}
.instagram-cta a{
  flex:0 0 auto;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 18px;
  border-radius:999px;
  background:#4b3826;
  color:#fff;
  font-weight:950;
  box-shadow:0 14px 32px rgba(75,56,38,.18);
}
.mobile-more{
  display:none;
}

/* Review stats stronger counter visual */
.review-stats div{
  position:relative;
  overflow:hidden;
}
.review-stats div:before{
  content:"";
  position:absolute;
  inset:auto -40px -80px auto;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(201,163,105,.10);
}
.review-stats strong{
  position:relative;
  z-index:1;
}
.review-stats .count-up{
  font-size:clamp(34px,4vw,54px);
  color:#a97b42;
  margin-left:8px;
  letter-spacing:-.06em;
}

/* Mobile compact landing */
@media (max-width:620px){
  .site-header{
    position:sticky;
    top:0;
  }
  .header-inner{
    height:64px;
  }
  .brand-mark.logo-mark{
    width:42px;
    height:42px;
  }
  .brand-text strong{
    font-size:17px;
  }
  .brand-text small{
    font-size:11px;
    max-width:170px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .hero{
    padding:22px 0 42px;
  }
  .hero-grid{
    display:flex;
    flex-direction:column;
    gap:22px;
  }
  .hero-video-wrap{
    order:1;
  }
  .hero-copy{
    order:2;
  }
  .hero-copy .eyebrow{
    font-size:11px;
    letter-spacing:.04em;
    margin-bottom:10px;
  }
  .hero-copy .hero-title{
    font-size:32px!important;
    line-height:1.16!important;
    letter-spacing:-.08em;
    margin-bottom:12px;
  }
  .hero-lead{
    font-size:15px!important;
    line-height:1.58;
  }
  .trust-row{
    display:none!important;
  }
  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:18px;
  }
  .hero-actions .btn{
    width:100%;
    min-height:50px;
    padding:13px 12px;
  }
  .hero-actions .btn.ghost{
    display:none;
  }
  .hero-actions .btn.text{
    border:1px solid var(--line);
    background:#fff;
    text-decoration:none;
  }
  .mobile-review-mini{
    order:3;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-top:2px;
  }
  .mobile-review-mini div{
    padding:14px 10px;
    border-radius:20px;
    text-align:center;
    background:#fff;
    border:1px solid rgba(201,163,105,.30);
    box-shadow:0 12px 30px rgba(83,63,38,.08);
  }
  .mobile-review-mini span{
    display:block;
    color:#6f6254;
    font-size:12px;
    font-weight:850;
  }
  .mobile-review-mini strong{
    display:block;
    margin-top:4px;
    color:#9a713d;
    font-size:30px;
    line-height:1;
    letter-spacing:-.06em;
  }

  /* Section compression */
  .section{
    padding:58px 0!important;
  }
  .section-head h2,
  .director-copy h2,
  .book-copy h2,
  .location-copy h2,
  .contact-copy h2{
    font-size:29px!important;
    line-height:1.22!important;
  }
  .section-head p{
    font-size:15px;
    line-height:1.62;
  }
  .section-head.center{
    text-align:left;
  }
  .section-head .eyebrow:before,
  .section-head .eyebrow:after{
    display:none;
  }

  /* Hide extras by default on mobile */
  .premium-press-grid:not(.mobile-expanded) .press-card:nth-child(n+3),
  .press-timeline:not(.mobile-expanded) .timeline-item:nth-child(n+3),
  .proof-cards:not(.mobile-expanded) .proof-card:nth-child(n+3),
  .designer-standard-grid:not(.mobile-expanded) .standard-card:nth-child(n+4),
  .space-grid:not(.mobile-expanded) .space-item:nth-child(n+3),
  .designer-review-grid:not(.mobile-expanded) .review-card:nth-child(n+2),
  .book-criteria:not(.mobile-expanded) .criteria-item:nth-child(n+4){
    display:none!important;
  }
  .mobile-more{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:center;
    margin:18px 0 0;
    min-height:48px;
    border-radius:999px;
    border:1px solid rgba(201,163,105,.36);
    background:#fff;
    color:#5b432b;
    font-weight:950;
    box-shadow:0 12px 30px rgba(83,63,38,.08);
  }
  .premium-press-feature{
    padding:22px!important;
  }
  .press-feature-copy h3{
    font-size:28px!important;
  }
  .press-feature-copy p{
    font-size:15px;
    line-height:1.62;
  }
  .press-feature-visual{
    display:none;
  }
  .press-timeline{
    margin:24px 0 18px;
  }
  .timeline-item{
    padding:18px;
  }
  .premium-press-grid .press-card,
  .premium-press-grid .press-card:first-child{
    min-height:auto;
    padding:22px!important;
    background:linear-gradient(180deg,#fff,#fff8ed)!important;
  }
  .premium-press-grid .press-card h3{
    font-size:21px!important;
  }
  .premium-press-grid .press-card p{
    font-size:14.5px;
    line-height:1.58;
  }

  .proof-grid{
    display:block!important;
  }
  .proof-section .section-head{
    padding:24px!important;
    position:relative!important;
    top:auto!important;
    margin-bottom:18px;
  }
  .proof-cards{
    grid-template-columns:1fr!important;
  }
  .proof-card{
    min-height:auto!important;
    padding:21px!important;
    border-radius:24px!important;
  }
  .proof-card .line-icon{
    width:38px;
    height:38px;
    margin-bottom:14px;
    border-radius:13px;
  }
  .proof-card strong{
    font-size:22px!important;
  }

  .fit-grid{
    display:block!important;
  }
  .fit-card{
    padding:20px!important;
    border-radius:24px!important;
  }
  .fit-step{
    margin-bottom:16px;
    padding-bottom:16px;
  }
  .fit-step strong{
    font-size:18px;
  }
  .fit-step label{
    display:flex!important;
    width:100%;
    margin-right:0;
    padding:11px 13px;
  }

  .director-grid,
  .book-grid,
  .location-grid,
  .contact-grid{
    display:flex!important;
    flex-direction:column;
    gap:24px!important;
  }
  .director-visual{
    order:2;
  }
  .director-copy{
    order:1;
  }
  .keyword-list span:nth-child(n+4){
    display:none;
  }

  .book-visual{
    order:1;
  }
  .book-copy{
    order:2;
  }
  .book-visual img{
    width:min(210px,70%)!important;
  }
  .book-copy p:nth-of-type(n+2){
    display:none;
  }
  .book-criteria{
    grid-template-columns:1fr!important;
  }

  .standard-book-strip{
    display:none!important;
  }
  .standard-card{
    min-height:auto!important;
    padding:22px!important;
  }
  .program-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .program-card{
    border-radius:24px!important;
  }
  .program-card img{
    aspect-ratio:16/9!important;
  }
  .program-card div{
    padding:20px!important;
  }
  .program-card p{
    font-size:15px;
    line-height:1.58;
  }
  .program-card li:nth-child(n+2){
    display:none;
  }
  .program-meta b:nth-child(n+2){
    display:none;
  }
  .space-grid{
    display:block!important;
  }
  .space-item{
    height:230px!important;
    margin-bottom:12px!important;
  }
  .space-item.large{
    height:260px!important;
  }

  .review-stats{
    display:grid!important;
    grid-template-columns:1fr 1fr;
    gap:10px!important;
  }
  .review-stats div{
    min-width:0!important;
    padding:16px 10px!important;
  }
  .review-stats strong{
    font-size:14px!important;
  }
  .review-stats .count-up{
    display:block;
    margin:5px 0 0!important;
    font-size:34px!important;
  }
  .designer-review-grid{
    grid-template-columns:1fr!important;
  }
  .review-card{
    min-height:auto!important;
    padding:22px!important;
  }
  .instagram-cta{
    display:block;
    padding:20px;
    border-radius:24px;
  }
  .instagram-cta strong{
    font-size:18px;
  }
  .instagram-cta a{
    width:100%;
    margin-top:16px;
  }

  .premium-location-section .map-card{
    order:1;
  }
  .premium-location-section .location-copy{
    order:2;
    padding:22px!important;
  }
  .location-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .location-actions .btn{
    width:100%;
  }
  .contact-simple-actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .mobile-fixed-bar{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
  }
}


/* 2026 discovery + motion layer: wider desktop rhythm, share flow, FAQ */
:root{--max:1480px}
.inner{width:min(var(--max),calc(100% - clamp(40px,5vw,96px)))}
.hero-grid{grid-template-columns:1.08fr .92fr;gap:clamp(48px,5vw,96px)}
.section{padding:clamp(96px,8vw,140px) 0}
.nav a.is-active{color:var(--brown)}
.nav a.is-active:after{width:100%}

.share-btn{
  min-height:44px;
  padding:0 18px;
  border-color:rgba(141,107,67,.22);
  background:rgba(255,255,255,.5);
  color:var(--brown);
  cursor:pointer;
  font-size:14px;
}
.share-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(92,72,45,.1)}
.share-btn:focus-visible,.faq-item summary:focus-visible{outline:3px solid rgba(185,145,87,.45);outline-offset:4px}
.site-toast{
  position:fixed;
  left:50%;
  bottom:28px;
  z-index:10001;
  max-width:calc(100% - 32px);
  padding:12px 18px;
  border-radius:999px;
  background:rgba(43,41,37,.94);
  color:#fff;
  font-weight:750;
  font-size:14px;
  box-shadow:0 16px 36px rgba(30,24,18,.22);
  opacity:0;
  pointer-events:none;
  transform:translate(-50%,14px);
  transition:opacity .24s ease,transform .24s ease;
}
.site-toast.show{opacity:1;transform:translate(-50%,0)}

.faq-section{
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 15%,rgba(214,185,143,.24),transparent 29%),
    linear-gradient(135deg,#fffdfa 0%,#f7eee1 100%);
}
.faq-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:clamp(40px,6vw,104px);align-items:start}
.faq-intro{position:sticky;top:112px}
.faq-intro h2{margin:0;font-size:clamp(36px,3.5vw,56px);line-height:1.15;letter-spacing:-.075em;word-break:keep-all}
.faq-intro p{margin:18px 0 28px;color:var(--muted);font-size:18px;word-break:keep-all}
.faq-list{display:grid;gap:12px}
.faq-item{
  border:1px solid rgba(185,145,87,.22);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 12px 28px rgba(92,72,45,.055);
  overflow:hidden;
  transition:border-color .28s ease,box-shadow .28s ease,transform .28s ease;
}
.faq-item:hover{border-color:rgba(185,145,87,.52);transform:translateX(5px)}
.faq-item[open]{border-color:rgba(185,145,87,.52);box-shadow:0 18px 40px rgba(92,72,45,.1)}
.faq-item summary{
  position:relative;
  display:flex;
  align-items:center;
  min-height:78px;
  padding:20px 62px 20px 24px;
  cursor:pointer;
  list-style:none;
  font-size:19px;
  font-weight:850;
  letter-spacing:-.045em;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  display:grid;
  width:28px;
  height:28px;
  place-items:center;
  border-radius:50%;
  background:#f4eadb;
  color:var(--brown);
  font-size:22px;
  font-weight:500;
  transform:translateY(-50%);
  transition:transform .28s ease,background .28s ease;
}
.faq-item[open] summary:after{background:var(--brown);color:#fff;transform:translateY(-50%) rotate(45deg)}
.faq-item p{margin:0;padding:0 24px 24px;color:var(--muted);font-size:16px;line-height:1.75;word-break:keep-all}
.faq-item p a{color:var(--brown);font-weight:900;text-decoration:underline;text-underline-offset:3px}

@media (min-width:1500px){
  .hero{min-height:820px}
  .hero-copy .hero-title{font-size:clamp(62px,4.6vw,80px)}
  .press-grid{grid-template-columns:repeat(3,1fr)}
}
@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  .hero:before{animation:heroOrbOne 12s ease-in-out infinite alternate}
  .hero:after{animation:heroOrbTwo 15s ease-in-out infinite alternate}
  .floating-card{animation:floatCard 5.5s ease-in-out infinite}
  .book-badge-card{animation-delay:-2.7s}
  .motion-tilt{
    will-change:transform;
    transform:perspective(1000px) rotateX(var(--tilt-x,0deg)) rotateY(var(--tilt-y,0deg)) translateY(var(--tilt-lift,0px));
    transition:transform .22s ease,box-shadow .28s ease,border-color .28s ease;
  }
  .motion-tilt:hover{box-shadow:0 30px 68px rgba(92,72,45,.17);border-color:rgba(185,145,87,.48)}
}
@keyframes heroOrbOne{to{transform:translate(-34px,28px) scale(1.12)}}
@keyframes heroOrbTwo{to{transform:translate(38px,-25px) scale(.9)}}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-9px)}}

@media (max-width:900px){
  .inner{width:min(100% - 32px,var(--max))}
  .section{padding:82px 0}
  .faq-layout{grid-template-columns:1fr;gap:30px}
  .faq-intro{position:static}
  .faq-intro h2{font-size:38px}
  .faq-intro p{font-size:17px}
}
@media (max-width:620px){
  .faq-intro h2{font-size:32px}
  .faq-item{border-radius:18px}
  .faq-item:hover{transform:none}
  .faq-item summary{min-height:70px;padding:18px 54px 18px 18px;font-size:17px}
  .faq-item summary:after{right:18px}
  .faq-item p{padding:0 18px 20px;font-size:15px}
  .site-toast{bottom:78px}
}


/* Final art direction: one deliberate type scale and layout rhythm */
:root{
  --max:1500px;
  --section-space:clamp(96px,8vw,136px);
  --content-size:17px;
}
body{font-size:var(--content-size);line-height:1.72}
.inner{width:min(var(--max),calc(100% - clamp(40px,5vw,96px)))}
.section{padding:var(--section-space) 0}
.section-head{max-width:760px;margin-bottom:48px}
.section-head.center{max-width:860px}
.section-head h2,
.director-copy h2,
.book-copy h2,
.location-copy h2,
.contact-copy h2,
.faq-intro h2{
  font-size:clamp(36px,3.45vw,54px);
  line-height:1.16;
  letter-spacing:-.07em;
  text-wrap:balance;
}
.section-head p,
.director-copy p,
.book-copy p,
.location-copy p,
.contact-copy p,
.faq-intro p{
  max-width:660px;
  margin-top:17px;
  font-size:17px;
  line-height:1.78;
  text-wrap:pretty;
}
.section-head.center p{margin-left:auto;margin-right:auto}
.eyebrow{margin-bottom:13px;font-size:12px;letter-spacing:.13em}

.header-inner{height:84px;gap:28px}
.brand{min-width:252px}
.nav{gap:clamp(13px,1.3vw,22px)}
.nav a{font-size:14px}
.header-cta{height:44px;min-width:108px}
.btn{min-height:52px;padding:0 24px;font-size:15px;letter-spacing:-.025em}
.btn.small,.share-btn{min-height:44px;font-size:14px}

.hero{min-height:780px;padding:92px 0 84px}
.hero-grid{grid-template-columns:1.06fr .94fr;gap:clamp(54px,5.5vw,104px)}
.hero-copy .hero-title{font-size:clamp(50px,4.75vw,74px);line-height:1.12;letter-spacing:-.078em}
.hero-lead{max-width:680px;margin-top:24px;font-size:19px;line-height:1.72}
.hero-actions{gap:10px;margin-top:30px}
.trust-row{gap:8px;margin-top:24px}
.trust-row span{padding:8px 12px;font-size:13px}
.video-frame{border-radius:30px}
.video-caption{left:18px;bottom:18px;padding:13px 16px}
.video-caption strong{font-size:16px}

.press-feature,.premium-press-feature{gap:clamp(28px,3vw,48px);padding:clamp(28px,3vw,42px);border-radius:32px}
.press-feature-copy h3{font-size:clamp(32px,3.15vw,48px);line-height:1.18}
.press-feature-copy p{margin:18px 0 24px;font-size:17px;line-height:1.75}
.press-feature-visual img{border-radius:22px}
.press-timeline{gap:16px;margin:30px 0}
.timeline-item{padding:21px 20px;border-radius:20px}
.timeline-item strong{font-size:17px}
.premium-press-grid{gap:18px}
.premium-press-grid .press-card{padding:24px;border-radius:24px}
.premium-press-grid .press-card h3{font-size:22px;line-height:1.34}
.premium-press-grid .press-card p{font-size:15px;line-height:1.68}

.proof-grid{gap:clamp(34px,4.5vw,72px)}
.proof-section .section-head{padding:30px;border-radius:28px}
.proof-cards{gap:16px}
.proof-card{min-height:172px;padding:24px;border-radius:24px}
.proof-card .line-icon{width:42px;height:42px;margin-bottom:17px;border-radius:14px}
.proof-card strong{font-size:clamp(23px,1.7vw,28px)!important;line-height:1.2}
.proof-card span{font-size:15px;line-height:1.55}

.fit-grid{gap:clamp(36px,5vw,76px)}
.fit-card{padding:32px;border-radius:30px}
.fit-step{margin-bottom:22px;padding-bottom:22px}
.fit-step strong{font-size:18px}
.fit-step label{padding:11px 13px;font-size:15px}
.fit-result{margin-top:18px;padding:20px}

.director-grid,.book-grid,.location-grid,.contact-grid{gap:clamp(44px,5vw,88px)}
.portrait-frame{border-radius:30px}
.keyword-list{gap:8px;margin-top:26px}
.keyword-list span{padding:8px 12px;font-size:14px}
.book-copy h3{margin:22px 0 13px;font-size:22px;line-height:1.4}
.book-actions{gap:10px;margin-top:26px}
.book-criteria{gap:10px;margin-top:26px}
.criteria-item{padding:16px 18px;border-radius:18px}
.criteria-item strong{font-size:16px}

.standard-book-strip{max-width:820px;margin:30px auto 34px;padding:20px 24px;border-radius:26px}
.standard-book-strip strong{font-size:22px}
.standard-grid{gap:18px}
.standard-card{min-height:232px;padding:24px;border-radius:26px}
.standard-card span{width:40px;height:40px;margin-bottom:16px;border-radius:13px}
.standard-card h3{margin-bottom:9px;font-size:23px}
.standard-card p{font-size:15.5px;line-height:1.65}

.program-grid{gap:20px}
.program-card{display:flex;flex-direction:column;border-radius:28px}
.program-card img{aspect-ratio:1.5/1}
.program-card > div{display:flex;flex:1;flex-direction:column;padding:24px}
.program-card .program-meta{display:flex;flex:initial;flex-direction:row;padding:0}
.program-card h3{margin:9px 0 11px;font-size:25px}
.program-card p{font-size:15.5px;line-height:1.7}
.program-card ul{font-size:15px;line-height:1.6}
.program-quick-call{margin-top:auto;padding-top:20px}

.space-grid{grid-auto-rows:280px;gap:18px}
.space-item{border-radius:24px}
.space-item figcaption{padding:14px 16px;font-size:15px}

.review-stats{gap:12px;margin:26px auto 30px}
.review-stats div{min-width:224px;padding:17px 22px;border-radius:22px}
.review-stats strong{font-size:21px}
.review-stats .count-up{font-size:clamp(34px,3.2vw,48px)}
.review-card{min-height:254px;padding:26px;border-radius:26px}
.review-card h3{font-size:23px;line-height:1.34}
.review-card p{font-size:15.5px;line-height:1.7}
.instagram-cta{max-width:980px;padding:22px 24px;border-radius:24px}
.instagram-cta strong{font-size:20px}

.faq-layout{grid-template-columns:.85fr 1.15fr;gap:clamp(44px,6vw,104px)}
.faq-intro h2{font-size:clamp(36px,3.2vw,50px)}
.faq-item{border-radius:20px}
.faq-item summary{min-height:74px;padding:18px 58px 18px 22px;font-size:18px}
.faq-item p{padding:0 22px 22px;font-size:15.5px;line-height:1.75}

.premium-location-section .location-copy{padding:30px;border-radius:30px}
.info-list{margin-top:24px}
.info-list li{padding:13px 0;font-size:16px}
.location-actions{gap:10px;margin-top:28px}
.contact-simple-card{padding:32px;border-radius:30px}
.contact-simple-card h3{font-size:27px;line-height:1.3}
.contact-phone{font-size:36px}
.site-footer{padding:38px 0 72px}
.footer-grid{gap:20px;font-size:15px}

@media (max-width:1180px){
  .nav{gap:12px}
  .nav a{font-size:13px}
  .hero-copy .hero-title{font-size:clamp(46px,4.7vw,62px)}
  .hero-grid{gap:44px}
  .proof-grid{grid-template-columns:.85fr 1.15fr}
  .proof-cards{grid-template-columns:repeat(2,1fr)}
  .standard-grid{grid-template-columns:repeat(3,1fr)}
}
@media (max-width:900px){
  :root{--section-space:82px}
  .section-head{margin-bottom:36px}
  .section-head h2,
  .director-copy h2,
  .book-copy h2,
  .location-copy h2,
  .contact-copy h2{font-size:38px}
  .hero{min-height:auto;padding:58px 0 64px}
  .hero-grid{gap:36px}
  .hero-copy .hero-title{font-size:clamp(42px,7vw,54px)}
  .hero-lead{font-size:17px}
  .proof-section .section-head{padding:26px}
  .faq-intro h2{font-size:38px}
  .standard-grid{grid-template-columns:repeat(2,1fr)}
  .space-grid{grid-auto-rows:240px}
}
@media (max-width:620px){
  :root{--section-space:64px;--content-size:16px}
  .section{padding:var(--section-space) 0!important}
  .header-inner{height:68px}
  .brand-mark.logo-mark{width:40px;height:40px}
  .brand-text strong{font-size:17px}
  .hero{padding:28px 0 48px}
  .hero-grid{gap:24px}
  .hero-copy .hero-title{font-size:34px!important;line-height:1.18!important;margin-bottom:13px}
  .hero-lead{font-size:15px!important;line-height:1.68}
  .hero-actions{gap:9px;margin-top:20px}
  .hero-actions .btn{min-height:48px;padding:10px 12px;font-size:14px}
  .hero-actions .btn.primary{grid-column:1/-1}
  .section-head{margin-bottom:28px}
  .section-head h2,
  .director-copy h2,
  .book-copy h2,
  .location-copy h2,
  .contact-copy h2,
  .faq-intro h2{font-size:30px!important;line-height:1.22!important}
  .section-head p,
  .director-copy p,
  .book-copy p,
  .location-copy p,
  .contact-copy p,
  .faq-intro p{margin-top:14px;font-size:15px;line-height:1.7}
  .eyebrow{font-size:11px}
  .press-feature-copy h3{font-size:29px!important;line-height:1.22}
  .premium-press-feature{padding:22px!important;border-radius:24px}
  .proof-section .section-head{padding:22px!important;border-radius:24px}
  .fit-card{padding:20px!important}
  .standard-card{padding:21px!important}
  .program-card > div{padding:20px!important}
  .program-card .program-meta{padding:0!important}
  .program-card h3{font-size:23px}
  .space-grid{grid-auto-rows:auto}
  .review-card{padding:21px!important}
  .review-card h3{font-size:21px}
  .instagram-cta{padding:20px}
  .faq-layout{gap:26px}
  .faq-item summary{min-height:68px;padding:17px 50px 17px 18px;font-size:16px}
  .faq-item p{padding:0 18px 19px;font-size:15px}
  .faq-item summary:after{right:17px;width:26px;height:26px;font-size:20px}
  .premium-location-section .location-copy{padding:22px!important;border-radius:24px}
  .contact-simple-card{padding:26px 20px}
  .contact-simple-card h3{font-size:23px}
  .contact-phone{font-size:31px}
}


/* Conversion order + final mobile touch pass */
section[id]{scroll-margin-top:104px}
.fit-guide-note{
  display:inline-flex;
  align-items:center;
  margin-top:20px;
  padding:7px 11px;
  border:1px solid rgba(185,145,87,.24);
  border-radius:999px;
  background:rgba(255,255,255,.66);
  color:var(--brown);
  font-size:13px;
  font-weight:800;
  letter-spacing:-.02em;
}
.fit-section .section-head{margin-bottom:0}
.fit-card .btn.full{min-height:54px}

@media (max-width:900px){
  section[id]{scroll-margin-top:86px}
  .fit-section .section-head{margin-bottom:0}
}
@media (max-width:620px){
  html{-webkit-text-size-adjust:100%}
  section[id]{scroll-margin-top:78px}
  .fit-section{padding-top:62px!important;padding-bottom:64px!important}
  .fit-section .section-head{margin-bottom:0}
  .fit-guide-note{margin-top:17px;font-size:12px}
  .fit-card{padding:20px!important;border-radius:24px!important}
  .fit-step{margin-bottom:18px;padding-bottom:18px}
  .fit-step strong{margin-bottom:11px;font-size:17px}
  .fit-step label{
    min-height:48px;
    margin:0 0 8px!important;
    padding:11px 13px!important;
    line-height:1.35;
  }
  .fit-step input{width:17px;height:17px;flex:0 0 17px}
  .fit-card .btn.full{min-height:52px;font-size:15px}
  .fit-result{margin-top:14px;padding:18px;border-radius:18px}
  .fit-result strong{font-size:19px;line-height:1.35}
  .fit-result p{font-size:15px;line-height:1.65}
  .mobile-fixed-bar{
    min-height:58px;
    padding-bottom:env(safe-area-inset-bottom);
  }
  .mobile-fixed-bar a{min-height:58px;height:auto}
  .site-footer{padding-bottom:calc(104px + env(safe-area-inset-bottom))}
  button,a{-webkit-tap-highlight-color:transparent}
}
