
@import url('https://fonts.cdnfonts.com/css/glacial-indifference');
:root{
  --dark:#1D4B46;
  --teal:#428073;
  --sage:#729983;
  --mint:#80B9A9;
  --mint-soft:#D7E8E1;
  --mint-tint:#EAF3EF;
  --cream:#F6F2E9;
  --paper:#FFFDF8;
  --ink:#1f2b27;
  --muted:#6E7C77;
  --line:rgba(29,75,70,.12);
  --shadow:0 22px 55px -28px rgba(29,75,70,.45);
  --radius:20px;
  --head:'Glacial Indifference','Montserrat',sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Montserrat',system-ui,sans-serif;color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5{font-family:var(--head);line-height:1.08;font-weight:700;letter-spacing:.01em}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.wrap{width:min(1180px,92vw);margin-inline:auto}
.script{font-family:'Allura',cursive;font-weight:400}
.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;font-weight:700;color:var(--teal)}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;font-size:.92rem;padding:.85rem 1.7rem;border-radius:999px;transition:.25s;cursor:pointer;border:2px solid transparent;font-family:'Montserrat'}
.btn-primary{background:var(--teal);color:#fff}
.btn-primary:hover{background:var(--dark);transform:translateY(-2px)}
.btn-ghost{border-color:var(--dark);color:var(--dark)}
.btn-ghost:hover{background:var(--dark);color:#fff}
.btn-wa{background:#25D366;color:#fff}
.btn-wa:hover{filter:brightness(.95);transform:translateY(-2px)}
.btn-light{background:#fff;color:var(--dark)}
.btn-light:hover{transform:translateY(-2px)}

/* Header */
header{position:sticky;top:0;z-index:60;background:transparent;padding-top:.7rem;margin-bottom:-78px}
.nav{width:min(1320px,96vw);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem .6rem .5rem 1.1rem;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.65);box-shadow:0 12px 34px -18px rgba(29,75,70,.45);border-radius:999px}
.brand{display:flex;align-items:center;gap:.6rem}
.brand .emblem{width:48px;height:48px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#fff}
.brand b{font-family:var(--head);font-size:1.2rem;color:var(--dark);letter-spacing:.02em;white-space:nowrap}
.brand-text{display:flex;flex-direction:column;line-height:1.05}
.brand-tag{font-family:'Allura',cursive;color:var(--teal);font-size:1.12rem;line-height:1;margin-top:2px;white-space:nowrap}
.menu{display:flex;align-items:center;gap:.1rem;font-weight:500;font-size:.9rem;list-style:none}
.menu>li{position:relative}
.menu>li>a,.has-sub>span{display:inline-flex;align-items:center;white-space:nowrap;padding:.5rem .66rem;border-radius:999px;transition:.2s}
.menu>li>a:hover,.has-sub>span:hover{background:var(--mint-tint);color:var(--teal)}
.has-sub>span,.has-sub>a{cursor:pointer;display:inline-flex;align-items:center;gap:.3rem}
.has-sub>span::after,.has-sub>a::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-3px;opacity:.55}
.sub{position:absolute;top:150%;left:-1rem;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:.5rem;min-width:225px;opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s;list-style:none}
.has-sub:hover .sub{opacity:1;visibility:visible;transform:translateY(0)}
.sub a{display:block;padding:.55rem .8rem;border-radius:9px;font-size:.9rem}
.sub a:hover{background:var(--mint-tint);color:var(--teal)}
.nav-cta{display:flex;align-items:center;gap:.8rem}
.nav-cta .signin{font-weight:600;font-size:.9rem;color:var(--dark);white-space:nowrap}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:.4rem}
.burger span{width:24px;height:2px;background:var(--dark);border-radius:2px}
.mobile-menu{display:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:1rem 1.3rem;margin-top:.5rem;box-shadow:var(--shadow)}
.mobile-menu a{display:block;padding:.55rem 0;font-weight:500}
.mobile-menu .grp{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal);margin-top:.8rem;font-weight:700}
.mobile-menu.open{display:block}

/* Hero */
.hero{position:relative;overflow:hidden;background:#729983}
.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;padding:3.8rem 0 4rem}
.hero h1{font-size:clamp(2.5rem,5.4vw,4.3rem);text-transform:uppercase;color:var(--ink)}
.hero h1 .accent{color:var(--teal)}
.hero .lead{font-size:1.08rem;color:var(--muted);margin:1.3rem 0 .3rem;max-width:40ch}
.hero .tag{font-size:1.7rem;color:var(--sage);margin:.2rem 0 1.5rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}
.watch{display:inline-flex;align-items:center;gap:.6rem;font-weight:600;color:var(--dark);background:none;border:0;padding:.4rem 0;cursor:pointer;font-family:inherit;font-size:inherit}
.watch .play{width:42px;height:42px;flex-shrink:0;border-radius:50%;background:var(--teal);color:#fff;display:grid;place-items:center}
@media(max-width:560px){
  .hero-cta{flex-direction:column;align-items:stretch}
  .hero-cta>.btn{width:100%;justify-content:center}
  .hero-cta>.watch{width:100%;justify-content:center;padding:.5rem 0}
}
/* video modal */
.video-modal{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:1.2rem}
.video-modal.open{display:flex}
.video-modal-backdrop{position:absolute;inset:0;background:rgba(10,25,22,.82)}
.video-modal-box{position:relative;width:min(960px,100%);z-index:1}
.video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000;border-radius:14px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.5)}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-modal-close{position:absolute;top:-16px;right:-16px;width:42px;height:42px;border-radius:50%;border:0;background:#fff;color:var(--dark);font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:var(--shadow);z-index:2}
@media(max-width:560px){.video-modal-close{top:-50px;right:0}}
.hero-art{position:relative;min-height:520px}
.hero-shape{position:absolute;inset:5% 3% 5% 6%;background:linear-gradient(150deg,var(--teal),var(--dark));border-radius:34px;transform:rotate(-3deg);z-index:0}
.hero-shape::after{content:"";position:absolute;top:-16px;right:-16px;width:64px;height:64px;border:4px solid var(--mint);border-radius:50%;opacity:.55}
.hero-shape::before{content:"";position:absolute;bottom:24px;left:-14px;width:30px;height:30px;background:var(--paper);border-radius:50%;box-shadow:0 0 0 6px rgba(255,255,255,.25)}
.hero-art img.person{position:relative;z-index:1;width:100%;max-width:440px;margin-inline:auto;border-radius:24px;box-shadow:var(--shadow);object-fit:cover}
.float{position:absolute;z-index:2;background:#fff;border-radius:16px;box-shadow:var(--shadow);padding:.85rem 1rem;display:flex;align-items:center;gap:.7rem}
.float.rating{top:8%;right:0}
.float.rating .num{font-family:var(--head);font-size:1.3rem;color:var(--dark);line-height:1}
.float.rating .stars{color:#E0A03C;font-size:.8rem;letter-spacing:1px}
.float.guests{bottom:10%;left:0}
.float.guests .ic{width:38px;height:38px;border-radius:10px;background:var(--mint-tint);display:grid;place-items:center;font-size:1.1rem}
.float.guests b{font-family:var(--head);font-size:1.1rem;color:var(--dark);display:block;line-height:1}
.float.guests span{font-size:.72rem;color:var(--muted)}
.bar{display:flex;align-items:flex-end;gap:3px;height:30px}
.bar i{width:5px;background:var(--mint);border-radius:2px}
/* Hero text colours on green background (placed last so they win) */
.hero .eyebrow{color:#15302a}
.hero h1{color:#14211d}
.hero h1 .accent{color:#ffffff}
.hero .lead{color:#15302a}
.hero .tag{color:#143029}

/* Trust bar */
.trustbar{background:var(--dark);color:#EAF3EF}
.trust-inner{display:flex;align-items:center;justify-content:center;gap:1.7rem;padding:1.05rem 0;flex-wrap:wrap;text-align:center}
.t-item{font-size:.92rem;letter-spacing:.02em;display:inline-flex;align-items:center}
.t-item b{font-family:var(--head);color:var(--mint);font-size:1.05rem;margin-right:.35rem}
.t-sep{width:6px;height:6px;border-radius:50%;background:var(--mint);opacity:.5}
@media(max-width:560px){.t-sep{display:none}.trust-inner{gap:1rem}}

/* Sections */
section{padding:4.8rem 0}
.sec-head h2{font-size:clamp(1.9rem,3.6vw,2.7rem);text-transform:uppercase}
.split-head{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:end;margin-bottom:2.6rem}
.split-head p{color:var(--muted)}

/* About */
.about{background:var(--paper)}
.about-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:3.2rem;align-items:center}
.about-media{position:relative}
.about-media .blob{position:absolute;inset:auto auto -20px -20px;width:60%;height:70%;background:var(--mint-soft);border-radius:30px;z-index:0}
.about-media img{position:relative;z-index:1;border-radius:24px;box-shadow:var(--shadow);width:100%;height:430px;object-fit:cover}
.about-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem);text-transform:uppercase;margin:.6rem 0 1rem}
.about-copy p{color:var(--muted);margin-bottom:1rem}
.stat-row{display:flex;gap:2.5rem;margin:1.6rem 0}
.stat b{font-family:var(--head);font-size:2.2rem;color:var(--teal);display:block;line-height:1}
.stat span{font-size:.85rem;color:var(--muted)}

/* Experiences cards */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1.3rem}
.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s;display:flex;flex-direction:column;text-align:left}
.card:hover{box-shadow:var(--shadow);transform:translateY(-8px)}
.card.featured{border-color:var(--teal)}
.card .card-img{height:158px;overflow:hidden}
.card .card-img img{width:100%;height:100%;object-fit:cover;transition:.45s}
.card:hover .card-img img{transform:scale(1.06)}
.card-body{padding:1.2rem 1.3rem 1.5rem;display:flex;flex-direction:column;flex:1}
.card h3{font-size:1.2rem;text-transform:uppercase}
.card p{color:var(--muted);font-size:.85rem;margin:.5rem 0 1rem;flex:1}
.card .more{font-size:.82rem;font-weight:700;color:var(--teal)}
.card:hover .more{color:var(--dark)}

/* Testimonial carousel */
.testi{background:var(--paper);overflow:hidden}
.testi-wrap{display:grid;grid-template-columns:.76fr 1.24fr;gap:2.5rem;align-items:center}
.testi-left h2{font-size:clamp(1.9rem,3.4vw,2.7rem);text-transform:uppercase;margin:.5rem 0 1rem}
.testi-left p{color:var(--muted);max-width:34ch}
.testi-controls{display:flex;align-items:center;gap:1.1rem;margin-top:1.9rem}
.testi-arrows{display:flex;gap:.6rem}
.testi-arrows button{width:48px;height:48px;border-radius:14px;border:1.5px solid var(--mint);background:transparent;color:var(--teal);cursor:pointer;font-size:1.15rem;transition:.2s;display:grid;place-items:center}
.testi-arrows button:hover{background:var(--teal);color:#fff;border-color:var(--teal)}
.testi-dots{display:flex;gap:.5rem;align-items:center}
.testi-dots i{width:9px;height:9px;border-radius:50%;background:var(--mint);opacity:.5;cursor:pointer;transition:.25s}
.testi-dots i.on{opacity:1;background:var(--teal);width:24px;border-radius:6px}
.testi-viewport{overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}
.testi-viewport::-webkit-scrollbar{display:none}
.testi-viewport.dragging{cursor:grabbing;scroll-snap-type:none}
.testi-track{display:flex;gap:1.4rem;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.testi-card{flex:0 0 88%;display:grid;grid-template-columns:230px 1fr;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.testi-card .tc-photo img{width:100%;height:100%;object-fit:cover;min-height:340px;display:block}
.tc-body{padding:1.9rem 2rem;display:flex;flex-direction:column}
.tc-quote{font-family:var(--head);font-weight:700;font-size:1.25rem;line-height:1.42;color:var(--ink)}
.tc-stars{color:#E0A03C;font-size:.9rem;margin-top:1rem}
.tc-author{margin-top:auto;padding-top:1.3rem}
.tc-author b{display:block;font-family:var(--head);font-size:1rem;color:var(--dark)}
.tc-author span{font-size:.85rem;color:var(--muted)}

/* Quote */
.quote-sec{background:var(--cream)}
.quote-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:3rem;align-items:start}
.quote-info h2{font-size:clamp(1.9rem,3.4vw,2.6rem);text-transform:uppercase}
.quote-info p{color:var(--muted);margin:.9rem 0 1.6rem}
.info-item{display:flex;gap:1rem;align-items:center;padding:.9rem 0;border-bottom:1px solid var(--line)}
.info-item .ic{width:46px;height:46px;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:1.2rem;flex-shrink:0;box-shadow:var(--shadow)}
.info-item b{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal)}
.info-item a,.info-item span{color:var(--ink);font-weight:500}
.quote-actions{display:flex;gap:.8rem;margin-top:1.5rem;flex-wrap:wrap}
.form-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.6rem;min-height:520px}
.form-card h3{font-size:1.4rem;text-transform:uppercase}
.form-card .note{color:var(--muted);font-size:.88rem;margin:.3rem 0 1.1rem}
#zoho-form-slot iframe{width:100%;border:0;min-height:480px}
.form-placeholder{border:2px dashed var(--line);border-radius:14px;padding:2.6rem 1.4rem;text-align:center;color:var(--muted);background:var(--mint-tint)}
.form-placeholder b{color:var(--dark);display:block;margin-bottom:.4rem;font-family:var(--head);font-size:1.05rem}

/* Newsletter */
.news{background:var(--paper)}
.news-band{background:var(--mint-tint);border-radius:28px;padding:3rem clamp(1.5rem,5vw,4rem);text-align:center;position:relative;overflow:hidden}
.news-band h2{font-size:clamp(1.7rem,3vw,2.3rem);text-transform:uppercase}
.news-band p{color:var(--muted);margin:.7rem auto 1.6rem;max-width:50ch}
.news-form{display:flex;max-width:520px;margin-inline:auto;background:#fff;border-radius:999px;padding:.4rem;box-shadow:var(--shadow)}
.news-form input{flex:1;border:0;background:transparent;padding:.7rem 1.2rem;font-family:'Montserrat';font-size:.95rem;outline:none}
.news-form button{border:0;border-radius:999px;background:var(--teal);color:#fff;padding:.7rem 1.6rem;font-weight:600;cursor:pointer;font-family:'Montserrat'}
.news-form button:hover{background:var(--dark)}
.news-ok{color:var(--teal);font-weight:600;margin-top:1rem;display:none}

/* Why choose us */
.why{background:#E7EEE6}
.why-head{text-align:center;max-width:58ch;margin:0 auto 2.6rem}
.why-grid3{display:grid;grid-template-columns:1fr 1.12fr 1fr;gap:1.3rem;align-items:stretch}
.why-col{display:flex;flex-direction:column;gap:1.3rem}
.why-center{border-radius:22px;overflow:hidden;box-shadow:var(--shadow);min-height:460px}
.why-center img{width:100%;height:100%;object-fit:cover;display:block}
.why-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.5rem;transition:.25s;flex:1;display:flex;flex-direction:column;justify-content:center}
.why-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}
.why-card .ic{width:58px;height:58px;border-radius:50%;background:var(--mint-tint);display:grid;place-items:center;font-size:1.5rem;margin-bottom:1rem}
.why-card h4{font-size:1.1rem;text-transform:uppercase;margin-bottom:.5rem}
.why-card p{color:var(--muted);font-size:.88rem}

/* Studio */
.studio{background:var(--paper)}
.studio-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:3.2rem;align-items:center}
.studio-photo{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);min-height:360px;background:linear-gradient(155deg,var(--mint),var(--sage));display:grid;place-items:center}
.studio-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.studio-photo .studio-ph{display:none;color:#fff;text-align:center;padding:2rem;font-weight:600;line-height:1.6}
.studio-photo.noimg img{display:none}
.studio-photo.noimg .studio-ph{display:block}
.studio-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem);text-transform:uppercase;margin:.5rem 0 1rem}
.studio-copy p{color:var(--muted);margin-bottom:.6rem}
.studio-feats{list-style:none;display:grid;gap:.7rem;margin-top:1.1rem}
.studio-feats li{display:flex;gap:.7rem;align-items:flex-start;font-weight:500;font-size:.92rem}
.studio-feats li::before{content:"✓";color:var(--teal);font-weight:800}

/* Community CTA */
.community{padding:1rem 0 5rem}
.cta-band p{margin:0}
.cta-band{background:linear-gradient(100deg,var(--sage),var(--teal));border-radius:24px;padding:2.4rem clamp(1.5rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;color:#fff}
.cta-band h2{font-size:clamp(1.5rem,2.8vw,2.1rem);text-transform:uppercase;color:#fff}

/* Footer */
footer{background:var(--dark);color:#EAF3EF;padding:3.6rem 0 1.6rem}
.foot-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:2.2rem}
.foot-brand .brand b{color:#fff}
.foot-brand .brand .emblem{color:var(--mint)}
.foot-brand p{color:rgba(234,243,239,.7);font-size:.9rem;max-width:30ch;margin:1rem 0}
.foot-col h5{text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--mint);margin-bottom:1rem}
.foot-col a,.foot-col span{display:block;color:rgba(234,243,239,.8);padding:.28rem 0;font-size:.9rem}
.foot-col a:hover{color:#fff}
.socials{display:flex;gap:.7rem;margin-top:1rem}
.socials a{width:38px;height:38px;border-radius:50%;border:1px solid rgba(234,243,239,.25);display:grid;place-items:center;font-size:.78rem;font-weight:600}
.socials a:hover{background:var(--mint);border-color:var(--mint);color:var(--dark)}
.foot-bottom{border-top:1px solid rgba(234,243,239,.18);margin-top:2.6rem;padding-top:1.3rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.6rem;font-size:.8rem;color:rgba(234,243,239,.6)}
.foot-bottom .links{display:flex;gap:1.3rem;flex-wrap:wrap}

@media(max-width:1100px){
  .menu,.nav-cta .signin{display:none}
  .burger{display:flex}
}
@media(max-width:980px){
  .hero-inner,.about-grid,.testi-wrap,.quote-grid,.studio-grid{grid-template-columns:1fr;gap:2.4rem}
  .testi-card{flex:0 0 92%}
  .why-grid3{grid-template-columns:1fr 1fr}
  .why-center{grid-column:1/-1;order:-1;min-height:300px}
  .hero-art{min-height:480px}
  .split-head{grid-template-columns:1fr;gap:.6rem}
  .cards{grid-template-columns:1fr 1fr}
  .foot-grid{grid-template-columns:1fr 1fr;gap:1.8rem}
}
@media(max-width:560px){
  .why-grid3{grid-template-columns:1fr}
  .cards{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.6rem;scrollbar-width:none}
  .cards::-webkit-scrollbar{display:none}
  .cards>.card{flex:0 0 80%;scroll-snap-align:start}
  .cards .card-img{height:auto;aspect-ratio:1/1}
  .testi-card{grid-template-columns:1fr}
  .testi-card .tc-photo img{min-height:220px}
  .foot-grid{grid-template-columns:1fr}
  .news-form{flex-direction:column;border-radius:18px;gap:.5rem}
  .news-form button{border-radius:12px}
}


/* ===== Inner page system ===== */
.breadcrumb{font-size:.82rem;color:var(--muted);padding:1.4rem 0 0}
.breadcrumb a{color:var(--teal)}
.breadcrumb a:hover{color:var(--dark)}
.page-hero{background:#729983;position:relative;overflow:hidden}
.page-hero .wrap{position:relative;z-index:1}
.page-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;padding:2.6rem 0 3.4rem}
.page-hero h1{font-size:clamp(2.1rem,4.4vw,3.4rem);text-transform:uppercase;color:#14211d;max-width:16ch}
.page-hero .lead{color:#15302a;font-size:1.08rem;margin:1.1rem 0 1.6rem;max-width:46ch}
.page-hero-media img,.page-hero-media video{border-radius:24px;box-shadow:var(--shadow);width:100%;height:420px;object-fit:cover;display:block;background:#143029}
.page-hero .pill-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.4rem}
.page-hero .pill{background:rgba(255,255,255,.55);border:1px solid rgba(255,255,255,.6);color:#143029;font-size:.8rem;font-weight:600;padding:.4rem .9rem;border-radius:999px}
.prose{max-width:62ch}
.prose p{color:var(--muted);margin-bottom:1rem}
.lead-band{background:var(--paper)}
.section-head{max-width:64ch;margin-bottom:2.4rem}
.section-head.center{margin-inline:auto;text-align:center}
.section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);text-transform:uppercase}
.section-head p{color:var(--muted);margin-top:.8rem}
/* format cards */
.formats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}
.formats.cols-4{grid-template-columns:repeat(4,1fr)}
.formats.scroll-all{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.4rem;padding-bottom:.8rem;scrollbar-width:thin}
.formats.scroll-all>.format-card{flex:0 0 31%;min-width:300px;scroll-snap-align:start}
@media(max-width:560px){.formats.scroll-all>.format-card{flex:0 0 80%;min-width:0}}
@media(min-width:561px) and (max-width:980px){.formats.cols-4{grid-template-columns:1fr 1fr}}
@media(max-width:560px){
  .formats.cols-4,.formats.scroll-m,.feature-grid.scroll-m{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.6rem;scrollbar-width:none}
  .formats.cols-4::-webkit-scrollbar,.formats.scroll-m::-webkit-scrollbar,.feature-grid.scroll-m::-webkit-scrollbar{display:none}
  .formats.cols-4>.format-card,.formats.scroll-m>.format-card{flex:0 0 80%;scroll-snap-align:start}
  .feature-grid.scroll-m>.feature{flex:0 0 72%;scroll-snap-align:start}
}
.format-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:.25s}
.format-card:hover{box-shadow:var(--shadow);transform:translateY(-6px)}
.format-card .fc-img{aspect-ratio:1/1;overflow:hidden}
.format-card .fc-img img{width:100%;height:100%;object-fit:cover;transition:.45s}
.format-card:hover .fc-img img{transform:scale(1.05)}
.format-card .fc-body{padding:1.5rem 1.6rem;display:flex;flex-direction:column;flex:1}
.format-card h3{font-size:1.3rem;text-transform:uppercase}
.format-card .fc-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin:.7rem 0 .9rem}
.format-card .fc-meta span{font-size:.74rem;font-weight:600;color:var(--teal);background:var(--mint-tint);padding:.3rem .7rem;border-radius:999px}
.fc-obj{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:auto;padding-top:.9rem}
.fc-obj b{flex-basis:100%;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-weight:700;margin-bottom:.1rem}
.fc-obj span{font-size:.72rem;font-weight:600;color:var(--dark);border:1px solid var(--sage);background:transparent;padding:.26rem .65rem;border-radius:999px}
.format-card p{color:var(--muted);font-size:.9rem;flex:1}
/* audience / feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.feature-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.5rem;transition:.25s}
.feature:hover{box-shadow:var(--shadow);transform:translateY(-6px)}
.feature .ic{width:54px;height:54px;border-radius:14px;background:var(--mint-tint);display:grid;place-items:center;font-size:1.4rem;margin-bottom:.9rem}
.feature.feat-img{padding:0;overflow:hidden;display:flex;flex-direction:column}
.feature.feat-img .fi-img{aspect-ratio:16/10;overflow:hidden}
.feature.feat-img .fi-img img{width:100%;height:100%;object-fit:cover;transition:.4s}
.feature.feat-img:hover .fi-img img{transform:scale(1.05)}
.feature.feat-img .fi-body{padding:1.3rem 1.5rem}
.feature h4{font-size:1.12rem;text-transform:uppercase;margin-bottom:.45rem}
.feature p{color:var(--muted);font-size:.9rem}
/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;counter-reset:step}
.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem 1.6rem;position:relative}
.step::before{counter-increment:step;content:counter(step);position:absolute;top:-16px;left:1.6rem;width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;font-family:var(--head);font-weight:700;display:grid;place-items:center;box-shadow:var(--shadow)}
.step h4{font-size:1.08rem;text-transform:uppercase;margin:.7rem 0 .5rem}
.step p{color:var(--muted);font-size:.9rem}
/* event flow: tall image + vertical steps */
.flow{display:grid;grid-template-columns:.85fr 1.15fr;gap:2rem;align-items:stretch}
.flow-media{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow);min-height:540px}
.flow-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:opacity .2s ease}
.flow-steps .step[data-img]{cursor:pointer;transition:border-color .2s,transform .2s}
.flow-steps .step[data-img]:hover{border-color:var(--teal);transform:translateX(4px)}
.flow-steps{display:flex;flex-direction:column;gap:1.1rem}
.flow-steps .step{margin:0}
.flow-steps .step::before{display:none}
.flow-steps .step h4{margin-top:0}
@media(max-width:820px){
  .flow{grid-template-columns:1fr;gap:0}
  .flow-media{display:none}
  .flow-steps{flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.6rem;scrollbar-width:none}
  .flow-steps::-webkit-scrollbar{display:none}
  .flow-steps>.step{flex:0 0 78%;scroll-snap-align:start}
}
/* split feature row */
.split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.split img{border-radius:22px;box-shadow:var(--shadow);width:100%;height:400px;object-fit:cover}
.split h2{font-size:clamp(1.7rem,3vw,2.3rem);text-transform:uppercase;margin-bottom:1rem}
.split p{color:var(--muted);margin-bottom:.9rem}
.ul-check{list-style:none;display:grid;gap:.6rem;margin-top:.6rem}
.ul-check li{display:flex;gap:.6rem;align-items:flex-start;color:var(--ink);font-weight:500;font-size:.93rem}
.ul-check li::before{content:"✓";color:var(--teal);font-weight:800}
/* FAQ accordion */
.faq{max-width:820px;margin-inline:auto}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;margin-bottom:.8rem;overflow:hidden}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;padding:1.1rem 1.3rem;font-family:var(--head);font-weight:700;font-size:1rem;color:var(--ink);display:flex;justify-content:space-between;align-items:center;gap:1rem}
.faq-q::after{content:"+";color:var(--teal);font-size:1.3rem;transition:.2s}
.faq-item.open .faq-q::after{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{padding:0 1.3rem 1.2rem;color:var(--muted);font-size:.92rem}
/* pricing chip */
.pricing-band{background:var(--mint-tint);border-radius:24px;padding:2.2rem clamp(1.5rem,4vw,3rem);display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.pricing-band .price{font-family:var(--head);font-size:2.4rem;color:var(--dark)}
.pricing-band .price small{font-size:1rem;color:var(--muted);font-weight:500}
/* reveal animation defaults (in case JS/GSAP fails, content still visible) */
@media(max-width:980px){
  .page-hero-grid,.split{grid-template-columns:1fr;gap:2rem}
  .formats{grid-template-columns:1fr 1fr}
  .feature-grid,.feature-grid.cols-4,.steps{grid-template-columns:1fr}
  .page-hero-media img,.page-hero-media video,.split img{height:300px}
}
@media(max-width:560px){.formats{grid-template-columns:1fr}}
@media(min-width:561px) and (max-width:980px){.feature-grid.cols-4{grid-template-columns:1fr 1fr}}

/* reveal initial state, only when JS active */
html.js :is(.section-head,.sec-head,.card,.why-card,.feature,.format-card,.step,.stat,.about-media,.about-copy,.studio-photo,.studio-copy,.testi-card,.info-item,.form-card,.why-center,.cta-band,.pricing-band,.faq-item,.split>*){opacity:0;transform:translateY(26px);will-change:opacity,transform}

/* ===== Hero: deeper brand green + light/white text ===== */
:root{--hero-grad:linear-gradient(160deg,#1d4b46 0%,#2f6a5c 52%,#3f8270 100%)}
.hero{background:var(--hero-grad)}
.hero .eyebrow{color:#bfe6d8}
.hero h1{color:#fff}
.hero h1 .accent{color:#cdeadf}
.hero .lead{color:rgba(255,255,255,.92)}
.hero .tag{color:#cdeadf}
.hero .watch{color:#fff}
.hero .watch .play{background:#fff;color:var(--dark)}
.hero-shape{background:linear-gradient(155deg,#9ecdbe,#67a892)}
.hero-art{min-height:auto}
.hero-art video.person{position:relative;z-index:1;width:100%;max-width:430px;margin-inline:auto;border-radius:24px;box-shadow:var(--shadow);object-fit:cover;object-position:center;aspect-ratio:2/3;display:block}
/* full-bleed video hero */
.hero-full{padding:0;min-height:90vh;display:flex;align-items:center;overflow:hidden;background:var(--dark)}
.hero-full .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-full .hero-scrim{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(15,33,28,.88) 0%,rgba(15,33,28,.66) 38%,rgba(15,33,28,.3) 72%,rgba(15,33,28,.12) 100%)}
.hero-full .hero-content{position:relative;z-index:2;max-width:660px;color:#fff;padding-top:104px;padding-bottom:3rem}
.hero-full .eyebrow{color:#cdeadf}
.hero-full h1{color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.25)}
.hero-full h1 .accent{color:#bfe6d8}
.hero-full .lead{color:rgba(255,255,255,.94);max-width:46ch;text-shadow:0 1px 10px rgba(0,0,0,.3)}
.hero-full .tag{color:#cdeadf}
.hero-full .watch{color:#fff}
.hero-full .watch .play{background:#fff;color:var(--dark)}
.hero-full .btn-primary{background:#fff;color:var(--dark)}
.hero-full .btn-primary:hover{background:var(--mint-tint);color:var(--dark)}
.hero-stats{display:flex;flex-wrap:wrap;gap:1.3rem;margin-top:1.8rem;color:#eafaf3;font-weight:600;font-size:.9rem}
.hero-stats span+span{border-left:1px solid rgba(255,255,255,.35);padding-left:1.3rem}
@media(max-width:640px){
  .hero-full{min-height:82vh}
  .hero-full .hero-scrim{background:linear-gradient(180deg,rgba(15,33,28,.5) 0%,rgba(15,33,28,.72) 60%,rgba(15,33,28,.85) 100%)}
  .hero-full .hero-content{padding-top:92px}
  .hero-stats span+span{border-left:0;padding-left:0}
}
.hero .btn-primary,.page-hero .btn-primary{background:#fff;color:var(--dark)}
.hero .btn-primary:hover,.page-hero .btn-primary:hover{background:#eafaf3;color:var(--dark);transform:translateY(-2px)}
.page-hero{background:var(--hero-grad)}
.page-hero .breadcrumb{color:rgba(255,255,255,.78)}
.page-hero .breadcrumb a{color:#cdeadf}
.page-hero .eyebrow{color:#bfe6d8}
.page-hero h1{color:#fff}
.page-hero .lead{color:rgba(255,255,255,.92)}
.page-hero .pill{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.32);color:#eafaf3}
header .nav{transition:box-shadow .3s,background .3s}
header.scrolled .nav{box-shadow:0 16px 34px -20px rgba(29,75,70,.6)}
/* overlay header so hero green reaches the very top (no top bar) */
header{position:fixed;top:0;left:0;right:0;margin-bottom:0}
html{scroll-padding-top:96px}
.hero,.page-hero{padding-top:96px}
@media(max-width:560px){
  header{padding-top:.5rem}
  .nav{padding:.32rem .4rem .32rem .6rem;gap:.4rem}
  .brand{gap:.45rem}
  .brand .emblem{width:34px;height:34px}
  .brand b{font-size:1rem}
  .nav-cta{gap:.4rem}
  .nav-cta .btn{padding:.5rem .85rem;font-size:.78rem}
  .burger{padding:.2rem}
  .hero,.page-hero{padding-top:78px}
}

/* generic pills (outside page hero) */
.pill-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}
.pill{background:#fff;border:1px solid rgba(20,48,41,.14);color:#143029;font-size:.92rem;font-weight:600;padding:.55rem 1.15rem;border-radius:999px;box-shadow:0 10px 24px -16px rgba(0,0,0,.28)}

/* founder story */
.founder-photo{margin:0;background:#fff;border-radius:18px;padding:1.1rem 1.1rem .9rem;box-shadow:0 20px 50px -24px rgba(0,0,0,.3);align-self:center}
.founder-photo img{width:100%;height:auto;border-radius:12px;display:block;box-shadow:none;object-fit:contain}
.founder-photo figcaption{text-align:center;font-size:.85rem;color:#6b7d76;margin-top:.7rem}

/* full-bleed page hero variant */
.page-hero.hero-full{position:relative;min-height:580px;display:flex;align-items:stretch}
.page-hero.hero-full .hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;z-index:0}
.page-hero.hero-full::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,22,18,.93) 0%,rgba(8,22,18,.78) 34%,rgba(8,22,18,.28) 62%,rgba(8,22,18,.05) 100%);z-index:1}
.page-hero.hero-full .wrap{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;width:min(1180px,92vw)}
.page-hero.hero-full .page-hero-copy{max-width:620px;padding:2.4rem 0 3.2rem}
@media(max-width:760px){
  .page-hero.hero-full{min-height:520px}
  .page-hero.hero-full .hero-bg{object-position:72% center}
  .page-hero.hero-full::after{background:linear-gradient(180deg,rgba(8,22,18,.88) 0%,rgba(8,22,18,.62) 55%,rgba(8,22,18,.45) 100%)}
}

/* google reviews attribution */
.g-badge{display:flex;align-items:center;gap:.75rem;margin:1.2rem 0 1.4rem;background:#fff;border:1px solid rgba(20,48,41,.1);border-radius:14px;padding:.65rem 1rem;width:max-content;box-shadow:0 12px 28px -20px rgba(0,0,0,.35)}
.g-badge svg{width:30px;height:30px;flex:0 0 auto}
.g-badge-txt{line-height:1.15}
.g-badge-txt b{font-size:1.15rem;margin-right:.45rem}
.g-badge .g-stars{color:#fbbc04;font-size:.95rem;letter-spacing:1px}
.g-badge .g-note{display:block;font-size:.76rem;color:var(--muted);margin-top:.15rem}
.tc-stars{display:flex;align-items:center;justify-content:space-between;gap:.6rem}
.tc-g{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:var(--muted)}
.tc-g svg{width:13px;height:13px}

/* uses carousel (clean cards, hidden scrollbar, arrow nav) */
.uses{display:flex;gap:1.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;margin-right:calc(50% - 50vw);padding-right:max(1.5rem,calc(50vw - 50%))}
.uses::-webkit-scrollbar{display:none}
.use-card{flex:0 0 32%;min-width:320px;scroll-snap-align:start}
.use-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:14px;display:block}
.use-tag{display:inline-block;background:rgba(45,138,118,.12);color:var(--teal);font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;padding:.32rem .6rem;border-radius:6px;margin:1.1rem 0 .55rem}
.use-card h3{font-size:1.3rem;margin-bottom:.45rem}
.use-card p{color:var(--muted);font-size:.95rem;line-height:1.65}
.car-nav{display:flex;gap:.7rem;justify-content:flex-end;margin-top:1.2rem}
.car-nav button{width:46px;height:46px;border-radius:50%;border:1px solid rgba(20,48,41,.25);background:#fff;color:var(--dark);font-size:1.05rem;cursor:pointer;display:grid;place-items:center;transition:background .2s,color .2s,border-color .2s,opacity .2s}
.car-nav button:hover{background:var(--dark);color:#fff;border-color:var(--dark)}
.car-nav button:disabled{opacity:.35;cursor:default;background:#fff;color:var(--dark);border-color:rgba(20,48,41,.25)}
@media(max-width:700px){.use-card{flex:0 0 82%;min-width:0}}

body{overflow-x:hidden}

/* compact feature rows on mobile */
@media(max-width:560px){
  .feature-grid.compact-m{display:flex;flex-direction:column;gap:.65rem}
  .feature-grid.compact-m .feature{display:grid;grid-template-columns:42px 1fr;column-gap:.95rem;align-items:start;padding:.95rem 1.05rem}
  .feature-grid.compact-m .feature .ic{grid-row:1/3;width:42px;height:42px;font-size:1.15rem;margin-bottom:0}
  .feature-grid.compact-m .feature h4{grid-column:2;font-size:.95rem;margin-bottom:.2rem}
  .feature-grid.compact-m .feature p{grid-column:2;font-size:.84rem;line-height:1.5;margin:0}
}

/* why cards with photo thumbs */
.why-card{padding:0 0 1.5rem;overflow:hidden}
.why-card .why-img{margin:0 0 1.1rem;overflow:hidden}
.why-card .why-img img{width:100%;height:150px;object-fit:cover;display:block;transition:transform .35s ease}
.why-card:hover .why-img img{transform:scale(1.04)}
.why-card h4,.why-card p{padding:0 1.5rem}

/* two-column format rows that stack on mobile */
.formats.cols-2{grid-template-columns:1fr 1fr}
@media(max-width:560px){.formats.cols-2{grid-template-columns:1fr}}

.testi-card{scroll-snap-align:start}

/* why choose us: numbered editorial list + single image */
.whyx-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center}
.whyx-copy h2{font-size:clamp(1.9rem,3.4vw,2.6rem);text-transform:uppercase;margin:.5rem 0 .6rem}
.whyx-copy .sub{color:var(--muted);max-width:46ch;margin-bottom:1.4rem}
.whyx-list{list-style:none;margin:0;padding:0}
.whyx-list li{display:grid;grid-template-columns:52px 1fr;gap:1.1rem;padding:1.15rem 0;border-bottom:1px solid rgba(20,48,41,.12);align-items:start}
.whyx-list li:last-child{border-bottom:0;padding-bottom:0}
.whyx-list .n{font-family:var(--head);font-weight:800;color:var(--teal);font-size:1.45rem;line-height:1.3}
.whyx-list h4{font-size:1.02rem;text-transform:uppercase;margin-bottom:.25rem}
.whyx-list p{color:var(--muted);font-size:.92rem;line-height:1.6;margin:0}
.whyx-media img{width:100%;height:100%;min-height:540px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow);display:block}
@media(max-width:900px){
  .whyx-grid{grid-template-columns:1fr;gap:1.8rem}
  .whyx-media{order:-1}
  .whyx-media img{min-height:0;height:300px}
}

/* feature cards with photo header */
.feature .f-img{margin:-1.7rem -1.5rem 1.1rem;overflow:hidden;border-radius:var(--radius) var(--radius) 0 0}
.feature .f-img img{width:100%;height:165px;object-fit:cover;display:block;transition:transform .35s ease}
.feature:hover .f-img img{transform:scale(1.04)}

/* pre-hide hero elements so the GSAP entrance never flashes visible content */
html.js :is(.hero-copy,.page-hero-copy)>*{opacity:0;transform:translateY(30px)}
html.js .page-hero-media img,html.js .hero-art .person{opacity:0;transform:scale(.94)}

/* ul-check: bold lead-ins flow inline with the text instead of becoming a column */
.ul-check li{display:block;position:relative;padding-left:1.5rem}
.ul-check li::before{position:absolute;left:0;top:0}

/* client logo marquee */
.clients{background:#fff;padding:3rem 0 3.4rem;overflow:hidden}
.logo-marquee{overflow:hidden;position:relative;margin-top:.4rem;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}
.logo-track{display:flex;align-items:center;gap:3.6rem;width:max-content;padding:0 1.8rem;animation:logoscroll 55s linear infinite}
.logo-track img{height:42px;width:auto;max-width:130px;object-fit:contain;filter:grayscale(1);opacity:.6;transition:filter .25s,opacity .25s}
.logo-track img:hover{filter:none;opacity:1}
.logo-marquee:hover .logo-track{animation-play-state:paused}
@keyframes logoscroll{to{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.logo-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.logo-track img:nth-child(n+26){display:none}}
@media(max-width:560px){.logo-track{gap:2.2rem}.logo-track img{height:32px;max-width:104px}}

/* === Fraunces headings folded in from /test design (2026-06-08) === */
:root{ --head:'Fraunces',Georgia,serif; }
h1,h2,h3,h4,h5{ font-family:var(--head); font-weight:500; letter-spacing:-.01em; line-height:1.08; }
/* sentence-case for display headings (labels/kickers stay uppercase) */
.hero h1,.page-hero h1,.sec-head h2,.about-copy h2,.card h3,.testi-left h2,.quote-info h2,
.form-card h3,.news-band h2,.why-card h4,.studio-copy h2,.cta-band h2,.section-head h2,
.format-card h3,.feature h4,.step h4,.split h2,.whyx-copy h2,.whyx-list h4,.card h3,.testi-card .tc-quote{
  text-transform:none;
}
.hero h1,.page-hero h1{ font-weight:400; letter-spacing:-.02em; line-height:1.05; }
/* keep footer column labels as a small sans kicker, not serif */
.foot-col h5{ font-family:'Montserrat',sans-serif; font-weight:600; }
