
:root{
  --espresso:#211814;--cream:#f6efe5;--paper:#fffaf3;--terracotta:#b66547;
  --sage:#9aa28f;--muted:#74685f;--border:rgba(33,24,20,.13);--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--espresso);font-family:Arial,Helvetica,sans-serif;line-height:1.5}
a{text-decoration:none;color:inherit}.container{width:min(calc(100% - 34px),var(--max));margin:auto}
.mfp-backbar{height:38px;background:#08131E;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font-size:.76rem}
.mfp-backbar a{font-weight:700}.mfp-backbar span{color:#aeb8c1}
header{position:sticky;top:38px;z-index:20;background:rgba(255,250,243,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(33,24,20,.06)}
.nav{height:74px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-family:Georgia,serif;font-size:1.35rem;letter-spacing:-.03em}
.links{display:flex;align-items:center;gap:26px;font-size:.88rem}.btn{display:inline-flex;padding:12px 17px;border:1px solid var(--espresso);font-size:.84rem;border-radius:999px}.btn.fill{background:var(--espresso);color:#fff}
.hero{padding:52px 0 0}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:32px;align-items:stretch}.hero-copy{padding:70px 0}
.kicker{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:var(--terracotta);font-weight:800}
.hero h1,.section h2,.page-hero h1{font-family:Georgia,serif;letter-spacing:-.045em}
.hero h1{font-size:clamp(4rem,7vw,7rem);line-height:.91;margin:12px 0 22px}.hero p,.section p,.page-hero p{color:var(--muted)}
.placeholder{
  background:
    linear-gradient(135deg,rgba(182,101,71,.1),rgba(154,162,143,.18)),
    repeating-linear-gradient(45deg,rgba(33,24,20,.035) 0 1px,transparent 1px 13px);
  border:1px solid var(--border);position:relative;overflow:hidden
}
.placeholder:after{content:"IMAGE PLACEHOLDER";position:absolute;right:16px;bottom:14px;font-size:.62rem;letter-spacing:.14em;color:rgba(33,24,20,.42)}
.hero-media{min-height:600px;border-radius:26px}
.info-strip{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.info{padding:22px;border-right:1px solid var(--border)}.info:last-child{border-right:0}.info strong{display:block;font-family:Georgia,serif;font-size:1.15rem}.info span{font-size:.8rem;color:var(--muted)}
.section{padding:90px 0}.section h2{font-size:clamp(2.8rem,5vw,5rem);line-height:.95;margin:8px 0 20px}
.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.menu-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px}.menu-row{display:flex;justify-content:space-between;gap:16px;padding:14px 0;border-bottom:1px solid var(--border)}.menu-row:last-child{border-bottom:0}.menu-row h3{font-family:Georgia,serif;margin:0;font-size:1.25rem}.menu-row p{font-size:.82rem;margin:4px 0 0}.price{font-weight:800}
.story{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.story .placeholder{min-height:500px;border-radius:20px}.story h3{font-family:Georgia,serif;font-size:3.2rem;margin:8px 0 14px}
.gallery{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.gallery .placeholder{min-height:260px;border-radius:14px}.gallery .placeholder:first-child{grid-row:span 2;min-height:532px}
.cta{padding:72px 0;background:var(--espresso);color:#fff}.cta-grid{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:end}.cta p{color:#d6cec7}
.footer{padding:44px 0;background:#f0e7da}.footer-grid{display:flex;justify-content:space-between;gap:30px;flex-wrap:wrap}.small{font-size:.84rem;color:var(--muted)}
.page-hero{padding:80px 0 50px}.page-hero h1{font-size:clamp(3.8rem,7vw,6.6rem);line-height:.92;margin:8px 0 18px}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}.about-grid .placeholder{min-height:520px;border-radius:20px}
.contact-box{max-width:760px;background:#fff;border:1px solid var(--border);border-radius:18px;padding:34px}
@media(max-width:820px){.links{display:none}.hero-grid,.story,.about-grid,.cta-grid{grid-template-columns:1fr}.menu-grid{grid-template-columns:1fr}.gallery{grid-template-columns:1fr 1fr}.gallery .placeholder:first-child{grid-row:auto;grid-column:span 2;min-height:380px}.hero-media{min-height:420px}}
@media(max-width:520px){.mfp-backbar span{display:none}.info-strip{grid-template-columns:1fr}.gallery{grid-template-columns:1fr}.gallery .placeholder:first-child{grid-column:auto}.hero h1{font-size:4.1rem}}

/* final generated media */
.site-img{width:100%;height:100%;object-fit:cover;display:block}
.hero-media,.project-art,.visual,.card-img,.placeholder{overflow:hidden}
.card-img .site-img,.project-art .site-img{min-height:100%}
.media-card{overflow:hidden;border-radius:inherit}

/* v16 — subtle motion across every page */
html{scroll-behavior:smooth}
body.motion-ready main>section,body.motion-ready main>.section{opacity:0;transform:translateY(14px);transition:opacity .62s ease,transform .62s cubic-bezier(.2,.7,.2,1)}
body.motion-ready main>section.motion-in,body.motion-ready main>.section.motion-in{opacity:1;transform:none}
body.motion-ready .motion-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
body.motion-ready .motion-card:hover{transform:translateY(-4px)}
body.motion-ready .motion-image{overflow:hidden}
body.motion-ready .motion-image img{transition:transform .55s cubic-bezier(.2,.7,.2,1)}
body.motion-ready .motion-image:hover img{transform:scale(1.025)}
body.motion-ready main .btn,body.motion-ready main a.btn{transition:transform .22s ease,opacity .22s ease}
body.motion-ready main .btn:hover,body.motion-ready main a.btn:hover{transform:translateY(-2px)}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}body.motion-ready main>section,body.motion-ready main>.section{opacity:1!important;transform:none!important;transition:none!important}body.motion-ready .motion-card,body.motion-ready .motion-image img,body.motion-ready main .btn,body.motion-ready main a.btn{transform:none!important;transition:none!important}}


/* v17 — full mobile responsiveness pass */
html,body{max-width:100%;overflow-x:hidden}
img,video,svg{max-width:100%}
.container{width:min(calc(100% - 28px),var(--max));}

@media(max-width:900px){
  /* Header / navigation */
  .mfp-backbar{height:auto;min-height:34px;padding:8px 14px;gap:10px}
  header{top:34px}
  .nav{height:auto;min-height:64px;padding:10px 0;gap:12px}
  .brand{font-size:1.12rem;white-space:nowrap}
  .links{display:none!important}
  .nav>.btn,.nav>a.btn{padding:10px 13px;font-size:.72rem;white-space:nowrap}

  /* Universal text sizing */
  .hero h1,.page-hero h1{font-size:clamp(3rem,13vw,4.8rem)!important;line-height:.92!important}
  .section h2{font-size:clamp(2.35rem,10vw,3.7rem)!important;line-height:.98!important}
  .hero p,.page-hero p,.section p{font-size:.96rem}
  .kicker{font-size:.64rem;letter-spacing:.15em}

  /* Spacing */
  .hero,.page-hero{padding-top:44px!important}
  .section{padding:64px 0!important}
  .hero-copy{padding:28px 0 34px!important}
  .page-hero{padding-bottom:34px!important}

  /* All common grids become one column */
  .hero-grid,
  .hero-top,
  .split,
  .about-grid,
  .doctor,
  .coach,
  .story,
  .case,
  .project,
  .service-row,
  .list-item,
  .cta-grid{
    grid-template-columns:1fr!important;
  }

  .grid3,
  .plan-grid,
  .process{
    grid-template-columns:1fr!important;
  }

  .collection,
  .menu-grid,
  .project-grid{
    grid-template-columns:1fr!important;
  }

  /* Common image/media proportions */
  .hero-art,
  .hero-image,
  .hero-media{
    width:100%;
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3;
  }
  .hero-art .site-img,
  .hero-image .site-img,
  .hero-media .site-img{
    width:100%;height:100%;object-fit:cover
  }

  .project-art,
  .about-panel,
  .about-art,
  .visual,
  .story .placeholder,
  .doctor .placeholder,
  .coach .placeholder,
  .about-grid .placeholder,
  .service-row .placeholder,
  .list-item .placeholder{
    height:auto!important;
    min-height:0!important;
    aspect-ratio:4/3;
  }

  .project-art .site-img,
  .about-panel .site-img,
  .about-art .site-img,
  .visual .site-img,
  .placeholder .site-img{
    width:100%;height:100%;object-fit:cover
  }

  /* Cards */
  .card,.service,.step,.plan,.product,.menu-card,.project-card,.contact-box{
    min-width:0;
    width:100%;
  }
  .card-img{aspect-ratio:4/3!important}
  .card-img .site-img{width:100%;height:100%;object-fit:cover}

  /* Buttons stay usable */
  .btn{
    min-height:44px;
    padding:11px 15px;
    white-space:normal;
    text-align:center;
  }

  /* Horizontal strips wrap cleanly */
  .band-row{gap:12px 20px;font-size:.7rem}
  .meta-band,.trust,.trust-strip,.stats,.info-strip{
    grid-template-columns:repeat(2,1fr)!important;
  }
  .schedule{grid-template-columns:repeat(2,1fr)!important}

  /* Café gallery */
  .gallery{grid-template-columns:1fr 1fr!important}
  .gallery .placeholder,
  .gallery .placeholder:first-child{
    grid-column:auto!important;
    grid-row:auto!important;
    min-height:0!important;
    aspect-ratio:4/3;
  }

  /* Prevent huge desktop copy blocks */
  .split .copy{padding:38px 24px!important}
  .project-copy h3,.story h3,.doctor h3,.coach h3,.case h3{
    font-size:clamp(2rem,9vw,3rem)!important
  }

  /* CTA */
  .cta{padding:54px 0!important}
  .cta-grid{align-items:start!important}
}

@media(max-width:560px){
  .container{width:calc(100% - 22px)}
  .mfp-backbar{font-size:.68rem}
  .mfp-backbar span{display:none!important}

  .hero h1,.page-hero h1{
    font-size:clamp(2.8rem,15vw,4rem)!important
  }
  .section h2{
    font-size:clamp(2.15rem,11vw,3rem)!important
  }

  .meta-band,.trust,.trust-strip,.stats,.info-strip,.schedule{
    grid-template-columns:1fr!important;
  }
  .meta,.trust-item,.trust,.info,.stat,.day{
    border-right:0!important;
    border-bottom:1px solid var(--border);
  }

  .gallery{grid-template-columns:1fr!important}

  .hero-art,.hero-image,.hero-media,
  .project-art,.about-panel,.about-art,.visual,
  .story .placeholder,.doctor .placeholder,.coach .placeholder,
  .about-grid .placeholder,.service-row .placeholder,.list-item .placeholder{
    aspect-ratio:1/1;
  }

  .section{padding:54px 0!important}
  .card,.service,.step,.plan,.product,.menu-card,.contact-box{
    padding:20px!important
  }

  .menu-row{align-items:flex-start}
  .price{white-space:nowrap}

  .footer-grid{display:grid!important;grid-template-columns:1fr!important;gap:16px!important}
}

/* Remove desktop-only generated overlay shapes from Vertex project images on phones */
@media(max-width:900px){
  .project-art:before,.project-art:after{display:none!important}
}
