@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&family=Playfair+Display:wght@400;500&display=swap');
:root{
 --ink:#171713;--ink2:#25241f;--paper:#f5f2eb;--paper2:#ebe6dc;--card:#fbfaf6;
 --muted:#777064;--line:rgba(30,28,23,.13);--gold:#a98a55;--gold2:#c5a675;--dark:#11110f;
 --serif:'Playfair Display',Georgia,serif;--sans:'DM Sans',Arial,sans-serif;--display:'Manrope',Arial,sans-serif;
 --max:1240px;--radius:22px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:400 15px/1.65 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit;color:inherit}.wrap{width:min(calc(100% - 64px),var(--max));margin:auto}.eyebrow{font:600 11px/1 var(--display);letter-spacing:.2em;text-transform:uppercase;color:var(--gold)}.muted{color:var(--muted)}
/* header */
.site-header{height:68px;background:rgba(17,17,15,.98);color:#fff;position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(16px)}.header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px;min-width:180px}.brand img{width:40px;height:40px;border-radius:50%;object-fit:cover}.brand-word{font:500 17px/1 var(--serif);letter-spacing:.14em}.brand-word small{display:block;font:600 8px/1.2 var(--display);letter-spacing:.34em;margin-top:5px;color:#c7bdaf}.desktop-nav{display:flex;justify-content:center;gap:25px}.desktop-nav a{position:relative;padding:24px 0 23px;font:600 10px/1 var(--display);letter-spacing:.13em;text-transform:uppercase;color:#b9b3aa;transition:.2s}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:15px;height:1px;background:var(--gold2)}.header-actions{display:flex;align-items:center;justify-content:flex-end;min-width:180px;gap:12px}.icon-link{width:34px;height:34px;border:1px solid rgba(255,255,255,.16);border-radius:50%;display:grid;place-items:center;transition:.2s}.icon-link:hover{border-color:var(--gold2);background:rgba(255,255,255,.04)}.icon-link img{width:17px;height:17px;filter:invert(1)}.mobile-toggle{display:none;width:40px;height:40px;border:0;background:transparent;padding:8px}.mobile-toggle span{height:1px;background:#fff;display:block;margin:7px 0;transition:.25s}.mobile-nav{display:none}
/* home hero */
.hero{padding:70px 0 82px;background:var(--dark);color:#fff;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(430px,1.12fr);gap:70px;align-items:center}.hero-copy{padding:20px 0}.hero h1{font:400 clamp(58px,6.3vw,92px)/.96 var(--serif);letter-spacing:-.035em;margin:22px 0 26px;max-width:620px}.hero-lead{font-size:17px;line-height:1.65;color:#c7c1b9;max-width:530px;margin:0 0 34px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 22px;border-radius:999px;border:1px solid transparent;font:600 10px/1 var(--display);letter-spacing:.12em;text-transform:uppercase;transition:.2s}.btn.primary{background:#f3eee5;color:#181713}.btn.primary:hover{background:#fff;transform:translateY(-1px)}.btn.ghost{border-color:rgba(255,255,255,.24);color:#fff}.btn.ghost:hover{border-color:#fff}.hero-media{position:relative;height:650px}.hero-media .main-photo{position:absolute;right:0;top:0;width:76%;height:100%;object-fit:cover;border-radius:180px 180px 24px 24px;filter:saturate(.78) contrast(.96)}.hero-media .small-photo{position:absolute;left:0;bottom:38px;width:37%;aspect-ratio:4/5;object-fit:cover;border:10px solid var(--dark);border-radius:18px}.hero-stamp{position:absolute;left:5%;top:42px;width:132px;height:132px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;text-align:center;font:600 9px/1.5 var(--display);letter-spacing:.14em;color:#cec5ba;text-transform:uppercase;transform:rotate(-8deg)}
/* common sections */
.section{padding:100px 0}.section.soft{background:#ece7de}.section.dark{background:var(--dark);color:#fff}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-head h2{font:400 clamp(42px,4.2vw,62px)/1.03 var(--serif);letter-spacing:-.025em;margin:14px 0 0}.section-head>p{max-width:430px;margin:0;color:var(--muted)}.dark .section-head>p{color:#928b82}.section-link{font:600 10px/1 var(--display);letter-spacing:.12em;text-transform:uppercase;padding-bottom:6px;border-bottom:1px solid currentColor}.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:86px;align-items:center}.intro-gallery{display:grid;grid-template-columns:1fr .62fr;gap:14px;align-items:end}.intro-gallery img{width:100%;object-fit:cover;border-radius:var(--radius)}.intro-gallery img:first-child{height:560px}.intro-gallery img:last-child{height:370px}.intro-copy h2{font:400 clamp(48px,5vw,72px)/1 var(--serif);letter-spacing:-.03em;margin:18px 0 24px}.intro-copy>p{font-size:17px;color:var(--muted);max-width:550px}.service-list{margin-top:38px;border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);transition:.2s}.service-row:hover{padding-left:8px}.service-row span{font-size:10px;color:var(--gold)}.service-row b{font-weight:500}.service-row i{font-style:normal;color:var(--muted);font-size:12px}
/* menu */
.menu-shell{display:grid;grid-template-columns:230px 1fr;gap:44px}.category-rail{display:flex;flex-direction:column;align-items:stretch;gap:0;border-top:1px solid var(--line)}.category-rail button{appearance:none;border:0;border-bottom:1px solid var(--line);background:none;text-align:left;padding:16px 0;cursor:pointer;display:flex;justify-content:space-between;gap:16px;color:var(--muted)}.category-rail button b{font-weight:500}.category-rail button em{font-style:normal;font-size:11px}.category-rail button.active{color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-width:0}.product-media{height:250px;background:#e7e1d7;overflow:hidden}.product-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-media img{transform:scale(1.025)}.product-body{padding:21px 22px 24px}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.product-top h3{font:500 25px/1.15 var(--serif);margin:0}.price{white-space:nowrap;font:600 12px/1.3 var(--display);color:var(--gold)}.product-meta{font-size:12px;color:var(--muted);margin:8px 0 13px}.product-body p{margin:0;color:#6f685e;font-size:13px;line-height:1.55}.product-card.no-image .product-media{display:none}.product-card.no-image .product-body{min-height:180px;display:flex;flex-direction:column;justify-content:center}
/* schedule */
.schedule-shell{display:grid;grid-template-columns:200px 1fr;gap:50px}.day-tabs{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.15)}.day-tabs button{appearance:none;background:none;border:0;border-bottom:1px solid rgba(255,255,255,.12);padding:15px 0;text-align:left;color:#817b74;cursor:pointer;font-size:12px}.day-tabs button.active{color:#fff}.class-list{border-top:1px solid rgba(255,255,255,.15)}.class-row{display:grid;grid-template-columns:105px 1fr auto;gap:28px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.12)}.class-row time{font:500 22px/1 var(--serif)}.class-row time small{display:block;font:400 10px/1 var(--sans);color:#77716a;margin-top:7px}.class-row h3{font:500 23px/1.2 var(--serif);margin:0 0 5px}.class-row p{margin:0;color:#827c74;font-size:12px}.class-row strong{font:600 11px var(--display);color:var(--gold2)}
/* journal */
.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.journal-card{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden}.journal-card>img{width:100%;height:250px;object-fit:cover}.journal-card>div{padding:22px}.journal-card small{font:600 9px var(--display);letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.journal-card h3{font:500 27px/1.14 var(--serif);margin:10px 0 12px}.journal-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.journal-card a{font:600 10px var(--display);letter-spacing:.1em;text-transform:uppercase}.empty{border:1px solid var(--line);border-radius:18px;padding:34px;background:rgba(255,255,255,.18)}.empty h3{font:500 28px var(--serif);margin:0 0 8px}.empty p{margin:0;color:var(--muted)}
/* band */
.center-band{padding:90px 0;background:#282721;color:#fff}.center-band-grid{display:grid;grid-template-columns:1fr .8fr;gap:70px;align-items:center}.center-band h2{font:400 clamp(44px,4.5vw,66px)/1.03 var(--serif);margin:16px 0 0;max-width:700px}.center-band .right{color:#b8b1a7;max-width:430px}.center-band .right .btn{margin-top:22px}
/* pages */
.page-hero{padding:92px 0 58px}.page-hero h1{font:400 clamp(54px,5.2vw,76px)/1 var(--serif);margin:16px 0 18px;letter-spacing:-.035em}.page-hero p{max-width:600px;color:var(--muted);font-size:16px}.content-page{min-height:65vh;padding-bottom:90px}.article{max-width:820px;margin:auto;padding:72px 0}.article>img{width:100%;max-height:540px;object-fit:cover;border-radius:18px;margin-bottom:36px}.article h1{font:400 clamp(44px,5vw,68px)/1.04 var(--serif);margin:14px 0 22px}.article .lead{font:400 23px/1.45 var(--serif);color:#504a42}.article .body{white-space:pre-line;color:var(--muted)}.error{padding:26px;border:1px solid #a87463;border-radius:16px;background:#f4e4dd;color:#4d3028}.error code{font-size:11px}
/* footer */
.footer{background:#0e0e0d;color:#d8d4ce;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:70px}.footer-brand p{max-width:340px;color:#77726b;margin:20px 0 0;font-size:13px}.footer .brand{min-width:0}.footer .brand img{width:44px;height:44px}.footer-col{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.footer-col small{font:600 9px var(--display);letter-spacing:.16em;text-transform:uppercase;color:#69645e;margin-bottom:8px}.footer-col a{font-size:13px;color:#b9b3ac;transition:.2s}.footer-col a:hover{color:#fff}.footer-instagram{display:inline-flex!important;align-items:center;gap:9px}.footer-instagram img{width:17px!important;height:17px!important;filter:invert(1);object-fit:contain}.footer-bottom{margin-top:46px;padding-top:20px;border-top:1px solid rgba(255,255,255,.09);display:flex;justify-content:space-between;gap:24px;font-size:10px;color:#67625d}.footer-bottom a:hover{color:#ddd}
@media(max-width:1000px){.wrap{width:min(calc(100% - 38px),var(--max))}.desktop-nav{gap:18px}.header-actions{min-width:auto}.brand{min-width:auto}.hero-grid{grid-template-columns:1fr 1fr;gap:36px}.hero-media{height:560px}.intro-grid{gap:48px}.intro-gallery img:first-child{height:480px}.menu-shell,.schedule-shell{grid-template-columns:1fr}.category-rail,.day-tabs{flex-direction:row;overflow:auto;border-top:0;gap:20px}.category-rail button,.day-tabs button{white-space:nowrap;width:auto}.journal-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:760px){.site-header{height:66px}.header-inner{height:66px}.desktop-nav{display:none}.mobile-toggle{display:block}.icon-link{display:none}.mobile-nav{position:absolute;top:66px;left:0;right:0;background:#11110f;padding:18px 20px 24px;flex-direction:column;border-top:1px solid rgba(255,255,255,.08)}.mobile-nav.open{display:flex}.mobile-nav a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);font:600 10px var(--display);letter-spacing:.12em;text-transform:uppercase}.hero{padding:44px 0 60px}.hero-grid{grid-template-columns:1fr}.hero h1{font-size:56px}.hero-media{height:500px}.hero-media .main-photo{width:82%}.hero-media .small-photo{width:40%}.hero-stamp{width:104px;height:104px;top:20px;font-size:8px}.section{padding:72px 0}.section-head{align-items:flex-start;flex-direction:column;margin-bottom:30px}.intro-grid{grid-template-columns:1fr}.intro-gallery img:first-child{height:420px}.intro-gallery img:last-child{height:280px}.product-grid,.journal-grid{grid-template-columns:1fr}.product-media{height:240px}.class-row{grid-template-columns:82px 1fr}.class-row strong{grid-column:2}.center-band-grid{grid-template-columns:1fr;gap:32px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.page-hero{padding:68px 0 42px}}
@media(max-width:480px){.wrap{width:calc(100% - 28px)}.brand-word{font-size:16px}.brand img{width:42px;height:42px}.hero h1{font-size:49px}.hero-lead{font-size:15px}.hero-media{height:430px}.intro-gallery{grid-template-columns:1fr}.intro-gallery img:first-child{height:400px}.intro-gallery img:last-child{display:none}.product-top h3{font-size:23px}}

/* v6.2 · compact menu intro */
.menu-page .page-hero{padding:46px 0 24px}
.menu-page .page-hero .eyebrow{font-size:9px;letter-spacing:.22em}
.menu-page .page-hero h1{font-size:clamp(46px,4.2vw,64px);margin:10px 0 10px}
.menu-page .page-hero p{max-width:690px;font-size:14px;line-height:1.55;margin:0}
.menu-page .content-page{padding-top:12px}
.menu-page .menu-shell{gap:34px}
.menu-page .category-rail button{padding:12px 0}
@media(max-width:1000px){.menu-page .category-rail{gap:18px;margin-bottom:4px}.menu-page .category-rail button{padding:8px 0 10px}}
@media(max-width:760px){.menu-page .page-hero{padding:38px 0 18px}.menu-page .page-hero h1{font-size:48px;margin:8px 0}.menu-page .page-hero p{font-size:13px}.menu-page .content-page{padding-top:8px}}

/* v6.3 · refined café cards */
.menu-page .product-grid{
  align-items:start;
  gap:20px;
}
.menu-page .product-card{
  align-self:start;
  background:#fcfbf7;
  border:1px solid rgba(37,33,27,.11);
  border-radius:16px;
  box-shadow:0 1px 0 rgba(255,255,255,.7) inset,0 10px 28px rgba(38,31,21,.035);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.menu-page .product-card:hover{
  transform:translateY(-3px);
  border-color:rgba(169,138,85,.30);
  box-shadow:0 16px 38px rgba(38,31,21,.075);
}
.menu-page .product-media{
  height:205px;
  background:#e9e3d9;
  position:relative;
}
.menu-page .product-media:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  box-shadow:inset 0 -36px 48px rgba(17,17,15,.035);
}
.menu-page .product-media img{
  object-position:center;
  transition:transform .55s cubic-bezier(.2,.65,.25,1);
}
.menu-page .product-card:hover .product-media img{transform:scale(1.035)}
.menu-page .product-body{padding:17px 18px 19px}
.menu-page .product-top{gap:14px;align-items:baseline}
.menu-page .product-top h3{
  font-size:22px;
  line-height:1.12;
  letter-spacing:-.012em;
}
.menu-page .price{
  font-size:11px;
  letter-spacing:.035em;
  color:#9b7d4d;
}
.menu-page .product-meta{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:9px 0 11px;
  padding:4px 8px;
  border-radius:999px;
  background:#f0ece4;
  color:#777064;
  font-size:10px;
  line-height:1.2;
}
.menu-page .product-body p{
  font-size:12px;
  line-height:1.5;
  color:#746d62;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.menu-page .product-card.no-image{
  background:linear-gradient(145deg,#fbfaf6,#f2eee6);
}
.menu-page .product-card.no-image .product-body{
  min-height:0;
  padding:20px 20px 21px;
  display:block;
}
.menu-page .product-card.no-image .product-top h3{font-size:23px}
.menu-page .product-card.no-image .product-body p{-webkit-line-clamp:4}
@media(max-width:1000px){
  .menu-page .product-grid{gap:16px}
  .menu-page .product-media{height:190px}
}
@media(max-width:760px){
  .menu-page .product-grid{gap:14px}
  .menu-page .product-media{height:220px}
  .menu-page .product-body{padding:16px 16px 18px}
  .menu-page .product-top h3{font-size:21px}
}

/* v6.4 · compact dynamic category bar + denser menu cards */
.menu-page .menu-shell{
  display:block;
}
.menu-page .category-rail{
  display:flex;
  flex-direction:row;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  border:0;
  margin:0 0 24px;
  padding:0;
}
.menu-page .category-rail button{
  width:auto;
  min-height:36px;
  padding:0 13px;
  border:1px solid rgba(37,33,27,.12);
  border-radius:999px;
  background:rgba(255,255,255,.34);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#746d63;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.menu-page .category-rail button:hover{
  color:var(--ink);
  border-color:rgba(169,138,85,.34);
  background:#faf8f2;
}
.menu-page .category-rail button.active{
  color:#f6f1e7;
  background:#1a1916;
  border-color:#1a1916;
}
.menu-page .category-rail button b{
  font:500 12px/1 var(--sans);
  white-space:nowrap;
}
.menu-page .category-rail button em{
  display:grid;
  place-items:center;
  min-width:20px;
  height:20px;
  padding:0 6px;
  border-radius:999px;
  background:rgba(23,23,19,.06);
  color:#8a8175;
  font:600 9px/1 var(--display);
}
.menu-page .category-rail button.active em{
  background:rgba(255,255,255,.12);
  color:#d8c39f;
}
.menu-page .product-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.menu-page .product-card{
  border-radius:14px;
  box-shadow:0 6px 20px rgba(38,31,21,.035);
}
.menu-page .product-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 26px rgba(38,31,21,.065);
}
.menu-page .product-media{
  height:158px;
}
.menu-page .product-body{
  padding:14px 15px 16px;
}
.menu-page .product-top{
  gap:10px;
  align-items:flex-start;
}
.menu-page .product-top h3{
  font-size:18px;
  line-height:1.14;
  letter-spacing:-.01em;
}
.menu-page .price{
  padding-top:2px;
  font-size:10px;
}
.menu-page .product-meta{
  margin:8px 0 9px;
  padding:3px 7px;
  font-size:9px;
}
.menu-page .product-body p{
  font-size:11.5px;
  line-height:1.45;
  -webkit-line-clamp:2;
}
.menu-page .product-card.no-image .product-body{
  padding:16px;
  min-height:148px;
}
.menu-page .product-card.no-image .product-top h3{
  font-size:19px;
}
.menu-page .product-card.no-image .product-body p{
  -webkit-line-clamp:3;
}
@media(max-width:1100px){
  .menu-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .menu-page .product-media{height:180px}
}
@media(max-width:760px){
  .menu-page .category-rail{
    flex-wrap:nowrap;
    overflow-x:auto;
    margin:0 -14px 18px;
    padding:0 14px 5px;
    gap:7px;
    scrollbar-width:none;
  }
  .menu-page .category-rail::-webkit-scrollbar{display:none}
  .menu-page .category-rail button{flex:0 0 auto;min-height:34px;padding:0 12px}
  .menu-page .product-grid{grid-template-columns:1fr;gap:12px}
  .menu-page .product-card{display:grid;grid-template-columns:132px minmax(0,1fr);min-height:132px}
  .menu-page .product-card.no-image{display:block;min-height:0}
  .menu-page .product-media{height:100%;min-height:132px}
  .menu-page .product-body{padding:13px 14px}
  .menu-page .product-top h3{font-size:18px}
  .menu-page .product-body p{-webkit-line-clamp:2}
  .menu-page .product-card.no-image .product-body{min-height:0;padding:15px 16px}
}
@media(max-width:430px){
  .menu-page .product-card{grid-template-columns:112px minmax(0,1fr)}
  .menu-page .product-media{min-height:120px}
  .menu-page .product-top{display:block}
  .menu-page .price{display:block;margin-top:5px}
}

/* v6.5 · cleaner desktop header + compact footer */
@media(min-width:761px){
  .site-header{height:64px}
  .header-inner{height:64px;grid-template-columns:auto 1fr;gap:28px}
  .brand{min-width:0}
  .brand img{width:36px;height:36px}
  .brand-word{font-size:16px}
  .desktop-nav{justify-content:flex-end;gap:30px}
  .desktop-nav a{padding:22px 0 21px;font-size:10px;letter-spacing:.14em}
  .desktop-nav a.active:after{bottom:13px}
  .header-actions{display:none}
}
.footer{padding:38px 0 18px}
.footer-compact{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(460px,1.2fr);align-items:end;gap:72px}
.footer .footer-brand p{margin:12px 0 0;max-width:330px;font-size:12px;line-height:1.55;color:#77726b}
.footer .brand img{width:38px;height:38px}
.footer-contact{display:flex;flex-direction:column;align-items:flex-end;gap:9px;text-align:right}
.footer-contact>small{font:600 9px/1 var(--display);letter-spacing:.16em;text-transform:uppercase;color:#69645e}
.footer-contact>a{font-size:13px;color:#c2bcb5;transition:.2s}
.footer-contact>a:hover,.footer-contact-row a:hover{color:#fff}
.footer-contact-row{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:8px 20px}
.footer-contact-row a{font-size:12px;color:#9e9891;transition:.2s}
.footer-instagram{display:inline-flex!important;align-items:center;gap:7px}
.footer-instagram img{width:15px!important;height:15px!important;filter:invert(1);object-fit:contain}
.footer-bottom{margin-top:26px;padding-top:14px;font-size:9px}
@media(max-width:760px){
  .footer{padding:34px 0 18px}
  .footer-compact{grid-template-columns:1fr;gap:28px}
  .footer-contact{align-items:flex-start;text-align:left}
  .footer-contact-row{justify-content:flex-start;gap:8px 16px}
  .footer-bottom{margin-top:24px;gap:10px}
}

/* v6.6 · rebuilt premium footer */
.footer{
  padding:0;
  background:#0d0d0c;
  border-top:1px solid rgba(255,255,255,.06);
}
.footer .footer-compact{
  min-height:190px;
  padding-top:42px;
  padding-bottom:38px;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:72px;
}
.footer .footer-brand{
  flex:0 1 420px;
  min-width:260px;
}
.footer .footer-brand .brand{
  display:inline-flex;
}
.footer .footer-brand p{
  margin:16px 0 0;
  max-width:390px;
  color:#817b74;
  font-size:12px;
  line-height:1.65;
}
.footer .footer-contact{
  flex:0 1 auto;
  margin-left:auto;
  padding-top:4px;
  display:grid;
  grid-template-columns:auto auto;
  grid-template-areas:
    "label label"
    "address address"
    "links links";
  justify-items:end;
  align-items:center;
  column-gap:26px;
  row-gap:12px;
  text-align:right;
}
.footer .footer-contact>small{
  grid-area:label;
  margin:0 0 2px;
  font:600 9px/1 var(--display);
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#716b65;
}
.footer .footer-contact>a{
  grid-area:address;
  color:#c8c2bb;
  font-size:12px;
  line-height:1.4;
}
.footer .footer-contact-row{
  grid-area:links;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:22px;
  flex-wrap:wrap;
}
.footer .footer-contact-row a{
  color:#99938c;
  font-size:11px;
  line-height:1.4;
  white-space:nowrap;
}
.footer .footer-instagram{gap:7px}
.footer .footer-instagram img{width:14px!important;height:14px!important}
.footer .footer-bottom{
  margin-top:0;
  padding-top:16px;
  padding-bottom:18px;
  border-top:1px solid rgba(255,255,255,.075);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:#5f5a55;
  font-size:9px;
}
.footer a{transition:color .2s ease,opacity .2s ease}
.footer a:hover{color:#f2eee8!important}

@media(max-width:760px){
  .footer .footer-compact{
    min-height:0;
    padding-top:34px;
    padding-bottom:28px;
    display:block;
  }
  .footer .footer-brand{min-width:0}
  .footer .footer-brand p{margin-top:13px;max-width:300px}
  .footer .footer-contact{
    margin:30px 0 0;
    padding:24px 0 0;
    border-top:1px solid rgba(255,255,255,.07);
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
    text-align:left;
  }
  .footer .footer-contact-row{
    justify-content:flex-start;
    gap:10px 18px;
  }
  .footer .footer-bottom{
    padding-top:14px;
    padding-bottom:16px;
    flex-direction:row;
    align-items:center;
    gap:14px;
    font-size:8px;
  }
}

/* v6.7 · refined minimal footer */
.footer{
  background:linear-gradient(180deg,#0e0e0d 0%,#0a0a09 100%);
  border-top:0;
}
.footer .footer-compact{
  min-height:0;
  padding-top:34px;
  padding-bottom:26px;
  display:grid;
  grid-template-columns:minmax(280px,1fr) auto;
  align-items:center;
  gap:64px;
}
.footer .footer-brand{
  min-width:0;
  max-width:430px;
}
.footer .footer-brand .brand{display:inline-flex;align-items:center}
.footer .footer-brand p{
  margin:12px 0 0;
  max-width:360px;
  color:#817b74;
  font-size:11px;
  line-height:1.55;
}
.footer .footer-contact{
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  text-align:right;
}
.footer .footer-contact>small{
  margin:0 0 3px;
  font:600 8px/1 var(--display);
  letter-spacing:.2em;
  color:#716b65;
}
.footer .footer-contact>a{
  color:#d0cac3;
  font-size:11px;
  line-height:1.35;
}
.footer .footer-contact-row{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
  flex-wrap:wrap;
}
.footer .footer-contact-row a{
  color:#9e9891;
  font-size:10.5px;
  line-height:1.35;
}
.footer .footer-instagram{
  padding:5px 9px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  gap:6px;
}
.footer .footer-instagram img{width:13px!important;height:13px!important}
.footer .footer-bottom{
  margin:0;
  padding-top:0;
  padding-bottom:16px;
  border-top:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  color:#595550;
  font-size:8.5px;
}
.footer .footer-bottom a{color:#69645e}

@media(max-width:760px){
  .footer .footer-compact{
    padding-top:28px;
    padding-bottom:22px;
    grid-template-columns:1fr;
    gap:24px;
  }
  .footer .footer-brand p{max-width:280px}
  .footer .footer-contact{
    margin:0;
    padding:0;
    border-top:0;
    align-items:flex-start;
    text-align:left;
  }
  .footer .footer-contact-row{justify-content:flex-start;gap:9px 14px}
  .footer .footer-bottom{
    padding-top:0;
    padding-bottom:14px;
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }
}

/* v6.8 · compact balanced footer */
.footer{
  background:#0b0b0a;
  padding:0!important;
  border:0!important;
}
.footer .footer-compact{
  min-height:0!important;
  padding:24px 0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:44px!important;
}
.footer .footer-brand{
  flex:0 1 420px!important;
  max-width:420px!important;
  min-width:0!important;
}
.footer .footer-brand .brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
}
.footer .footer-brand .brand img{
  width:34px!important;
  height:34px!important;
}
.footer .footer-brand .brand-word{
  font-size:14px!important;
  letter-spacing:.13em!important;
}
.footer .footer-brand .brand-word small{
  margin-top:4px!important;
  font-size:7px!important;
}
.footer .footer-brand p{
  margin:8px 0 0!important;
  max-width:360px!important;
  color:#77726b!important;
  font-size:10.5px!important;
  line-height:1.45!important;
}
.footer .footer-contact{
  flex:0 1 auto!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:right!important;
}
.footer .footer-contact>small{display:none!important}
.footer .footer-contact>a{
  color:#c8c2bb!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.footer .footer-contact-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:14px!important;
}
.footer .footer-contact-row a{
  color:#8e8982!important;
  font-size:10px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.footer .footer-instagram{
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
.footer .footer-instagram img{
  width:12px!important;
  height:12px!important;
}
.footer .footer-bottom{
  margin:0!important;
  padding:0 0 13px!important;
  border:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  color:#514d48!important;
  font-size:7.5px!important;
  line-height:1.2!important;
}
.footer .footer-bottom a{
  color:#625d57!important;
}
@media(max-width:760px){
  .footer .footer-compact{
    padding:22px 0 14px!important;
    display:block!important;
  }
  .footer .footer-brand{max-width:none!important}
  .footer .footer-contact{
    margin-top:20px!important;
    align-items:flex-start!important;
    text-align:left!important;
    gap:7px!important;
  }
  .footer .footer-contact-row{
    justify-content:flex-start!important;
    gap:8px 14px!important;
  }
  .footer .footer-bottom{
    padding-bottom:12px!important;
    flex-direction:row!important;
    align-items:center!important;
    gap:12px!important;
    font-size:7px!important;
  }
}


/* v6.9 · final compact footer cleanup */
html{background:#0b0b0a}
.footer.footer-v9{
  background:#0b0b0a!important;
  color:#d8d4ce!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  min-height:0!important;
}
.footer-v9 .footer-v9-inner{
  min-height:0!important;
  padding:22px 0 18px!important;
  display:grid!important;
  grid-template-columns:minmax(250px,1fr) minmax(420px,auto)!important;
  gap:48px!important;
  align-items:center!important;
}
.footer-v9-brand{min-width:0!important}
.footer-v9-brand .brand{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  min-width:0!important;
}
.footer-v9-brand .brand img{width:34px!important;height:34px!important}
.footer-v9-brand .brand-word{font-size:14px!important;letter-spacing:.13em!important}
.footer-v9-brand .brand-word small{font-size:7px!important;margin-top:4px!important}
.footer-v9-brand p{
  margin:7px 0 0!important;
  color:#77726b!important;
  font-size:10.5px!important;
  line-height:1.45!important;
  max-width:360px!important;
}
.footer-v9-contact{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:right!important;
  min-width:0!important;
}
.footer-v9-address{
  color:#c8c2bb!important;
  font-size:10.5px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.footer-v9-row{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:14px!important;
  flex-wrap:wrap!important;
}
.footer-v9-row a{
  color:#8f8a83!important;
  font-size:10px!important;
  line-height:1.35!important;
  white-space:nowrap!important;
}
.footer-v9-instagram{display:inline-flex!important;align-items:center!important;gap:6px!important}
.footer-v9-instagram img{width:12px!important;height:12px!important;filter:invert(1)!important}
.footer-v9-dev{
  color:#5f5b55!important;
  font-size:7.5px!important;
  line-height:1.2!important;
  letter-spacing:.01em!important;
  margin-top:1px!important;
}
.footer-v9 a{transition:color .2s ease!important}
.footer-v9 a:hover{color:#f2eee8!important}
@media(max-width:760px){
  .footer-v9 .footer-v9-inner{
    padding:20px 0 18px!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  .footer-v9-contact{align-items:flex-start!important;text-align:left!important;gap:7px!important}
  .footer-v9-row{justify-content:flex-start!important;gap:8px 14px!important}
  .footer-v9-address{white-space:normal!important}
}

/* v7.0 · centered footer brand */
.footer-v9-brand{display:flex!important;align-items:center!important;align-self:stretch!important}
.footer-v9-brand p{display:none!important}
@media(max-width:760px){.footer-v9-brand{align-self:auto!important}}


/* v7.1 · compact schedule/news pages, aligned with menu */
.schedule-page .page-hero,
.news-page .page-hero{padding:46px 0 24px}
.schedule-page .page-hero .eyebrow,
.news-page .page-hero .eyebrow{font-size:9px;letter-spacing:.22em}
.schedule-page .page-hero h1,
.news-page .page-hero h1{font-size:clamp(46px,4.2vw,64px);margin:10px 0 10px}
.schedule-page .page-hero p,
.news-page .page-hero p{max-width:690px;font-size:14px;line-height:1.55;margin:0}

.schedule-page .schedule-section{padding:34px 0 56px}
.schedule-page .schedule-shell{grid-template-columns:160px 1fr;gap:28px}
.schedule-page .day-tabs{gap:0}
.schedule-page .day-tabs button{padding:11px 0;font-size:11px}
.schedule-page .class-row{grid-template-columns:82px 1fr auto;gap:20px;padding:17px 0}
.schedule-page .class-row time{font-size:18px}
.schedule-page .class-row time small{font-size:9px;margin-top:5px}
.schedule-page .class-row h3{font-size:20px;margin-bottom:4px}
.schedule-page .class-row p{font-size:11px}
.schedule-page .class-row strong{font-size:10px}
.schedule-page .empty{padding:22px 24px;border-radius:14px;max-width:720px}
.schedule-page .empty h3{font-size:22px;margin-bottom:5px}
.schedule-page .empty p{font-size:12px}

.news-page .content-page{min-height:auto;padding:30px 0 56px}
.news-page .journal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.news-page .journal-card{border-radius:14px}
.news-page .journal-card>img{height:180px}
.news-page .journal-card>div{padding:16px 17px 18px}
.news-page .journal-card small{font-size:8px}
.news-page .journal-card h3{font-size:22px;margin:8px 0 8px}
.news-page .journal-card p{font-size:12px;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.news-page .journal-card a{font-size:9px}
.news-page .empty{padding:22px 24px;border-radius:14px;max-width:620px;background:rgba(255,255,255,.34)}
.news-page .empty h3{font-size:22px;margin-bottom:5px}
.news-page .empty p{font-size:12px}

@media(max-width:1000px){
  .schedule-page .schedule-shell{grid-template-columns:1fr;gap:20px}
  .schedule-page .day-tabs{flex-direction:row;overflow:auto;border-top:0;gap:8px}
  .schedule-page .day-tabs button{padding:9px 13px;border:1px solid rgba(255,255,255,.13);border-radius:999px;white-space:nowrap}
  .schedule-page .day-tabs button.active{background:rgba(255,255,255,.08)}
  .news-page .journal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .schedule-page .page-hero,.news-page .page-hero{padding:38px 0 18px}
  .schedule-page .page-hero h1,.news-page .page-hero h1{font-size:48px;margin:8px 0}
  .schedule-page .page-hero p,.news-page .page-hero p{font-size:13px}
  .schedule-page .schedule-section{padding:24px 0 42px}
  .schedule-page .class-row{grid-template-columns:70px 1fr;padding:14px 0;gap:14px}
  .schedule-page .class-row strong{grid-column:2}
  .news-page .content-page{padding:22px 0 42px}
  .news-page .journal-grid{grid-template-columns:1fr}
  .news-page .journal-card{display:grid;grid-template-columns:120px 1fr}
  .news-page .journal-card>img{height:100%;min-height:140px}
  .news-page .journal-card>div{padding:14px 15px}
  .news-page .journal-card h3{font-size:20px}
}
@media(max-width:520px){
  .news-page .journal-card{grid-template-columns:100px 1fr}
  .news-page .journal-card>img{min-height:132px}
}

/* About v10 · editorial, compact and photo-led */
.about-page .about-hero{padding:50px 0 34px}
.about-page .about-hero .eyebrow{font-size:9px;letter-spacing:.22em}
.about-page .about-hero h1{font-size:clamp(48px,4.4vw,66px);margin:10px 0 11px}
.about-page .about-hero p{max-width:680px;font-size:14px;line-height:1.6;margin:0}
.about-story{padding:28px 0 76px}
.about-story-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:72px;align-items:center}
.about-story-copy h2{font:400 clamp(38px,3.6vw,54px)/1.04 var(--serif);letter-spacing:-.025em;margin:14px 0 24px;max-width:470px}
.about-story-copy p{max-width:460px;color:var(--muted);font-size:15px;line-height:1.7;margin:0 0 14px}
.about-main-photo{margin:0;height:520px;overflow:hidden;border-radius:22px;background:#ddd}
.about-main-photo img,.about-mosaic figure img{width:100%;height:100%;display:block;object-fit:cover}
.about-mosaic{padding:0 0 88px}
.about-mosaic-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.about-mosaic figure{margin:0;overflow:hidden;border-radius:20px;background:#ddd}
.about-tall{height:650px}
.about-mosaic-side{display:grid;grid-template-rows:380px 1fr;gap:18px}
.about-note{border-radius:20px;background:#282721;color:#f5f1e9;padding:36px 38px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.about-note h3{font:400 clamp(32px,3vw,44px)/1.04 var(--serif);margin:12px 0 14px}
.about-note p{color:#b8b1a7;max-width:430px;font-size:14px;line-height:1.65;margin:0 0 24px}
.about-note a,.about-values article a{font:600 9px/1 var(--display);letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:6px}
.about-values{padding:80px 0;background:#ece7de}
.about-values-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:40px}
.about-values-head h2{font:400 clamp(42px,4vw,58px)/1 var(--serif);margin:0}
.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(30,28,24,.14)}
.about-values article{padding:28px 36px 8px 0;min-height:210px;border-right:1px solid rgba(30,28,24,.14)}
.about-values article+article{padding-left:36px}
.about-values article:last-child{border-right:0}
.about-values article span{font-size:9px;color:var(--gold);letter-spacing:.12em}
.about-values article h3{font:400 30px/1.1 var(--serif);margin:18px 0 12px}
.about-values article p{font-size:13px;line-height:1.65;color:var(--muted);max-width:330px;margin:0 0 22px}
.about-visit{padding:64px 0;background:#282721;color:#fff}
.about-visit-grid{display:grid;grid-template-columns:1fr auto;align-items:end;gap:60px}
.about-visit h2{font:400 clamp(38px,3.7vw,54px)/1.03 var(--serif);margin:12px 0 0;max-width:600px}
.about-visit-info{display:flex;flex-direction:column;align-items:flex-end;gap:9px;color:#c7c0b6;font-size:13px}
.about-instagram{display:inline-flex;align-items:center;gap:7px;margin-top:5px}.about-instagram img{width:14px;height:14px;filter:invert(1)}
@media(max-width:900px){.about-story-grid{grid-template-columns:1fr;gap:34px}.about-main-photo{height:470px}.about-mosaic-grid{grid-template-columns:1fr}.about-tall{height:520px}.about-mosaic-side{grid-template-columns:1fr 1fr;grid-template-rows:330px}.about-values-grid{grid-template-columns:1fr}.about-values article,.about-values article+article{padding:24px 0;border-right:0;border-bottom:1px solid rgba(30,28,24,.14);min-height:0}.about-values article:last-child{border-bottom:0}.about-visit-grid{grid-template-columns:1fr}.about-visit-info{align-items:flex-start}}
@media(max-width:760px){.about-page .about-hero{padding:38px 0 22px}.about-page .about-hero h1{font-size:48px}.about-story{padding:18px 0 54px}.about-main-photo{height:390px;border-radius:16px}.about-mosaic{padding-bottom:58px}.about-tall{height:430px}.about-mosaic-side{grid-template-columns:1fr;grid-template-rows:310px auto}.about-mosaic figure,.about-note{border-radius:16px}.about-note{padding:28px}.about-values{padding:58px 0}.about-values-head{display:block;margin-bottom:28px}.about-values-head h2{margin-top:12px}.about-visit{padding:52px 0}.about-visit-grid{gap:30px}}

/* About values v2 · cleaner editorial block */
.about-values-v2{padding:70px 0 76px;background:#ece7de}
.about-values-v2-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:88px;align-items:start}
.about-values-v2-intro{position:static;top:auto}
.about-values-v2-intro h2{font:400 clamp(38px,3.5vw,52px)/1.04 var(--serif);letter-spacing:-.025em;margin:14px 0 18px;max-width:430px}
.about-values-v2-intro p{max-width:420px;color:var(--muted);font-size:14px;line-height:1.7;margin:0}
.about-values-v2-list{border-top:1px solid rgba(30,28,24,.13)}
.about-value-row{display:grid;grid-template-columns:48px 1fr auto;gap:24px;align-items:center;padding:25px 0;border-bottom:1px solid rgba(30,28,24,.13);transition:opacity .2s ease,transform .2s ease}
.about-value-row:hover{opacity:.72;transform:translateX(3px)}
.about-value-index{font:600 9px/1 var(--display);letter-spacing:.16em;color:var(--gold)}
.about-value-row h3{font:400 31px/1.05 var(--serif);margin:0 0 6px}
.about-value-row p{font-size:13px;line-height:1.55;color:var(--muted);margin:0;max-width:470px}
.about-value-link{font:600 9px/1 var(--display);letter-spacing:.16em;text-transform:uppercase;border-bottom:1px solid rgba(30,28,24,.5);padding-bottom:5px;white-space:nowrap}
.about-page .about-visit{display:none!important}
@media(max-width:900px){
  .about-values-v2-grid{grid-template-columns:1fr;gap:34px}
  .about-values-v2-intro{position:static}
}
@media(max-width:760px){
  .about-values-v2{padding:50px 0 54px}
  .about-values-v2-intro h2{font-size:38px}
  .about-value-row{grid-template-columns:34px 1fr;gap:14px;padding:20px 0}
  .about-value-link{grid-column:2;justify-self:start}
  .about-value-row h3{font-size:26px}
}

/* v7.5 · rebuilt premium home page */
.home-page-v75{background:#f3efe7}
.home75-hero{background:#11110f;color:#fff;padding:58px 0 64px;overflow:hidden}
.home75-hero-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:64px;align-items:center}
.home75-hero-copy{padding:18px 0 10px;position:relative;z-index:2}
.home75-hero-copy h1{font:400 clamp(64px,6.5vw,96px)/.91 var(--serif);letter-spacing:-.045em;margin:24px 0 26px;max-width:620px}
.home75-hero-copy>p{max-width:505px;margin:0;color:#aaa39a;font-size:16px;line-height:1.72}
.home75-actions{display:flex;align-items:center;gap:25px;margin-top:32px;flex-wrap:wrap}
.home75-text-link{display:inline-flex;align-items:center;gap:11px;font:600 10px/1 var(--display);letter-spacing:.12em;text-transform:uppercase;color:#d7d1c8}
.home75-text-link span{font-size:15px;transition:transform .2s}.home75-text-link:hover span{transform:translate(2px,-2px)}
.home75-text-link.dark-link{color:#1d1b17}
.home75-hero-visual{height:590px;position:relative}
.home75-hero-main{position:absolute;right:0;top:0;width:69%;height:100%;margin:0;overflow:hidden;border-radius:180px 180px 20px 20px;background:#26251f}
.home75-hero-main img{width:100%;height:100%;object-fit:cover;object-position:center 42%;filter:saturate(.82) contrast(.97)}
.home75-hero-side{position:absolute;left:0;bottom:22px;width:38%;height:300px;margin:0;overflow:hidden;border:9px solid #11110f;border-radius:18px;background:#26251f;z-index:2}
.home75-hero-side img{width:100%;height:100%;object-fit:cover}
.home75-orbit{position:absolute;left:18%;top:44px;width:126px;height:126px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;text-align:center;font:600 9px/1.5 var(--display);letter-spacing:.14em;color:#d1cbc2;transform:rotate(-8deg);z-index:3}
.home75-paths{background:#181815;color:#fff;border-top:1px solid rgba(255,255,255,.06)}
.home75-paths-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.home75-paths a{position:relative;padding:28px 30px 30px;border-right:1px solid rgba(255,255,255,.08);transition:background .2s}
.home75-paths a:first-child{border-left:1px solid rgba(255,255,255,.08)}.home75-paths a:hover{background:rgba(255,255,255,.025)}
.home75-paths small{display:block;color:#a98a55;font:600 9px var(--display);letter-spacing:.1em;margin-bottom:15px}
.home75-paths strong{display:block;font:500 28px/1.1 var(--serif);margin-bottom:8px}.home75-paths span{display:block;color:#8f8981;font-size:12px;max-width:260px}
.home75-story{padding:86px 0 92px;background:#f3efe7}
.home75-story-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:74px;align-items:center}
.home75-story-copy h2{font:400 clamp(46px,4.5vw,66px)/1.02 var(--serif);letter-spacing:-.035em;margin:17px 0 24px;max-width:550px}
.home75-story-copy p{max-width:505px;margin:0 0 28px;color:#766f65;font-size:15px;line-height:1.72}
.home75-story-media{display:grid;grid-template-columns:1fr .48fr;gap:14px;align-items:end}
.home75-story-media img{width:100%;object-fit:cover;border-radius:18px}.story-wide{height:480px}.story-tall{height:330px}
.home75-dynamic{padding:76px 0 82px}.home75-menu{background:#ebe5db}.home75-journal{background:#f3efe7}.home75-schedule{background:#11110f;color:#fff}
.home75-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:28px}.home75-section-head h2{font:400 clamp(38px,3.5vw,52px)/1.03 var(--serif);letter-spacing:-.025em;margin:12px 0 0}.home75-section-head>a{font:600 9px/1 var(--display);letter-spacing:.13em;text-transform:uppercase;padding-bottom:6px;border-bottom:1px solid currentColor}.home75-section-head.light>a{color:#d4cec5}
.home75-menu .menu-shell{display:block}.home75-menu .category-rail{display:none}.home75-menu .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.home75-menu .product-card{border-radius:14px;background:#f8f6f1}.home75-menu .product-media{height:160px}.home75-menu .product-body{padding:14px 15px 16px}.home75-menu .product-top h3{font-size:18px}.home75-menu .product-meta{font-size:10px;margin:7px 0 9px}.home75-menu .product-body p{font-size:11.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home75-menu .product-card.no-image .product-body{min-height:160px;padding:18px}
.home75-schedule .schedule-shell{grid-template-columns:170px 1fr;gap:38px}.home75-schedule .day-tabs button{padding:13px 0;font-size:11px}.home75-schedule .class-row{grid-template-columns:88px 1fr auto;padding:18px 0}.home75-schedule .class-row time{font-size:19px}.home75-schedule .class-row h3{font-size:20px}
.home75-journal .journal-grid{gap:14px}.home75-journal .journal-card{border-radius:14px}.home75-journal .journal-card>img{height:205px}.home75-journal .journal-card>div{padding:18px}.home75-journal .journal-card h3{font-size:23px}
.home75-closing{background:#282721;color:#fff;padding:70px 0}.home75-closing-grid{display:grid;grid-template-columns:1fr auto;gap:60px;align-items:end}.home75-closing h2{font:400 clamp(42px,4.3vw,62px)/1.02 var(--serif);letter-spacing:-.03em;margin:15px 0 0}.home75-closing-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.home75-closing-actions a{padding:11px 15px;border:1px solid rgba(255,255,255,.16);border-radius:999px;font:600 9px/1 var(--display);letter-spacing:.11em;text-transform:uppercase;color:#c6c0b8}.home75-closing-actions a:hover{border-color:#b89a66;color:#fff}
@media(max-width:1100px){.home75-hero-grid{grid-template-columns:.9fr 1.1fr;gap:38px}.home75-hero-visual{height:520px}.home75-story-grid{gap:46px}.home75-menu .product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.home75-hero{padding:42px 0 48px}.home75-hero-grid{grid-template-columns:1fr;gap:34px}.home75-hero-copy h1{font-size:60px}.home75-hero-copy>p{font-size:14px}.home75-hero-visual{height:460px}.home75-hero-main{width:82%;border-radius:120px 120px 18px 18px}.home75-hero-side{width:42%;height:210px;border-width:7px}.home75-orbit{width:96px;height:96px;left:8%;top:30px;font-size:7px}.home75-paths-grid{grid-template-columns:1fr}.home75-paths a,.home75-paths a:first-child{border-left:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);padding:21px 0}.home75-story{padding:62px 0}.home75-story-grid{grid-template-columns:1fr;gap:36px}.home75-story-copy h2{font-size:46px}.home75-story-media{grid-template-columns:1fr .55fr}.story-wide{height:350px}.story-tall{height:250px}.home75-dynamic{padding:58px 0 64px}.home75-section-head{align-items:flex-start}.home75-section-head h2{font-size:38px}.home75-menu .product-grid{grid-template-columns:1fr;gap:12px}.home75-menu .product-card{display:grid;grid-template-columns:120px 1fr}.home75-menu .product-media{height:100%;min-height:130px}.home75-menu .product-card.no-image{display:block}.home75-schedule .schedule-shell{grid-template-columns:1fr;gap:16px}.home75-schedule .day-tabs{flex-direction:row;gap:18px;overflow-x:auto;border:0}.home75-schedule .day-tabs button{flex:0 0 auto;border-bottom:1px solid rgba(255,255,255,.12)}.home75-schedule .class-row{grid-template-columns:76px 1fr;gap:16px}.home75-schedule .class-row strong{grid-column:2}.home75-journal .journal-grid{grid-template-columns:1fr}.home75-closing{padding:56px 0}.home75-closing-grid{grid-template-columns:1fr;gap:30px}.home75-closing-actions{justify-content:flex-start}}

/* ===== HOME v7.6 · destination / live content, intentionally distinct from About ===== */
.home-page-v76{background:#f3efe7;color:#171612}
.home76-hero{position:relative;min-height:700px;background:#11110f;color:#fff;overflow:hidden}
.home76-hero-photo{position:absolute;inset:0 0 0 44%;overflow:hidden}
.home76-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 46%;filter:saturate(.82) contrast(.95)}
.home76-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#11110f 0%,#11110f 38%,rgba(17,17,15,.76) 52%,rgba(17,17,15,.08) 79%,rgba(17,17,15,.12) 100%)}
.home76-hero-inner{position:relative;z-index:2;min-height:700px;display:flex;align-items:center;justify-content:space-between;gap:40px}
.home76-hero-copy{width:min(610px,49vw);padding:56px 0}
.home76-hero-copy .eyebrow{color:#b99762}
.home76-hero-copy h1{font:400 clamp(66px,6.3vw,98px)/.9 var(--serif);letter-spacing:-.052em;margin:22px 0 25px}
.home76-hero-copy p{max-width:500px;margin:0;color:#aaa39a;font-size:16px;line-height:1.7}
.home76-actions{display:flex;align-items:center;gap:24px;margin-top:34px}
.home76-link{font:600 10px/1 var(--display);letter-spacing:.14em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:7px}
.home76-hero-note{align-self:flex-end;margin-bottom:40px;padding:16px 18px;border:1px solid rgba(255,255,255,.17);backdrop-filter:blur(10px);background:rgba(14,14,12,.38);min-width:220px}
.home76-hero-note span{display:block;font:600 8px var(--display);letter-spacing:.18em;text-transform:uppercase;color:#b99762;margin-bottom:7px}.home76-hero-note strong{font-size:12px;font-weight:400;color:#eee8df}
.home76-intro{padding:72px 0 54px}
.home76-intro-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:100px;align-items:end}
.home76-intro-title h2{font:400 clamp(48px,4.7vw,72px)/.98 var(--serif);letter-spacing:-.04em;margin:14px 0 0;max-width:780px}.home76-intro-copy p{margin:0 0 8px;color:var(--muted);font-size:16px;line-height:1.75;max-width:520px}
.home76-live{padding:0 0 78px}
.home76-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.home76-live-panel{background:#ebe5db;border-radius:22px;padding:26px;overflow:hidden}
.home76-panel-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.home76-panel-head small{display:block;font:600 8px var(--display);letter-spacing:.16em;color:#aa8854;margin-bottom:8px}.home76-panel-head h2{font:400 35px/1 var(--serif);margin:0}.home76-panel-head>a{font:600 9px var(--display);letter-spacing:.12em;text-transform:uppercase;border-bottom:1px solid #9d978c;padding-bottom:5px}
.home76-live-panel .category-rail{display:none}.home76-live-panel .day-tabs{display:none}.home76-live-panel .product-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home76-live-panel .product-card{border:0;border-radius:14px;background:#f7f3ec;box-shadow:none;overflow:hidden}.home76-live-panel .product-media{height:118px}.home76-live-panel .product-body{padding:13px 14px 14px}.home76-live-panel .product-top h3{font-size:20px;line-height:1.08}.home76-live-panel .price{font-size:11px}.home76-live-panel .product-meta{font-size:10px}.home76-live-panel .product-body p{display:none}
.home76-live-panel .schedule-shell{display:block}.home76-live-panel .class-list{display:grid;gap:0}.home76-live-panel .class-row{grid-template-columns:72px 1fr auto;gap:14px;padding:16px 2px;border-bottom:1px solid #d7d0c5}.home76-live-panel .class-row:first-child{padding-top:4px}.home76-live-panel .class-row:last-child{border-bottom:0}.home76-live-panel .class-row h3{font-size:19px}.home76-live-panel .class-row p{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home76-live-panel .class-row strong{font-size:10px}
.home76-journal{padding:76px 0;background:#11110f;color:#fff}.home76-journal-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.home76-journal-head .eyebrow{color:#b99762}.home76-journal-head h2{font:400 clamp(42px,4.2vw,62px)/1 var(--serif);letter-spacing:-.035em;margin:12px 0 0}.home76-journal-head>a{font:600 9px var(--display);letter-spacing:.13em;text-transform:uppercase;color:#d8d1c7;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:5px}.home76-journal .journal-card{background:#1a1916;border-color:rgba(255,255,255,.08);color:#fff}.home76-journal .journal-card p{color:#9f9991}.home76-journal .journal-card a{color:#d6b274}
.home76-cafe-band{padding:86px 0;background:#f3efe7}.home76-cafe-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:78px;align-items:center}.home76-cafe-photo{height:470px;overflow:hidden;border-radius:20px}.home76-cafe-photo img{width:100%;height:100%;object-fit:cover}.home76-cafe-copy h2{font:400 clamp(46px,4.8vw,70px)/.98 var(--serif);letter-spacing:-.04em;margin:14px 0 22px}.home76-cafe-copy p{color:var(--muted);font-size:16px;line-height:1.75;max-width:540px}.home76-line-link{display:inline-block;margin-top:20px;font:600 9px var(--display);letter-spacing:.13em;text-transform:uppercase;border-bottom:1px solid #777066;padding-bottom:6px}
.home76-visit{padding:68px 0;background:#272620;color:#fff}.home76-visit-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end}.home76-visit .eyebrow{color:#b99762}.home76-visit h2{font:400 clamp(44px,4.8vw,70px)/.98 var(--serif);letter-spacing:-.04em;margin:14px 0 0}.home76-visit-actions{display:flex;flex-direction:column;align-items:flex-end;gap:13px}.home76-visit-actions a{color:#d5cec4;font-size:14px}.home76-visit-actions a:last-child{font:600 9px var(--display);letter-spacing:.13em;text-transform:uppercase;color:#fff;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:5px;margin-top:5px}
@media(max-width:1000px){.home76-hero{min-height:620px}.home76-hero-inner{min-height:620px}.home76-hero-photo{inset:0 0 0 38%}.home76-hero-copy{width:57vw}.home76-intro-grid{gap:50px}.home76-live-grid{grid-template-columns:1fr}.home76-cafe-grid{gap:40px}.home76-cafe-photo{height:410px}}
@media(max-width:760px){.home76-hero{min-height:690px}.home76-hero-photo{inset:0}.home76-hero-photo img{object-position:58% center}.home76-hero-shade{background:linear-gradient(180deg,rgba(17,17,15,.38) 0%,rgba(17,17,15,.55) 38%,#11110f 82%)}.home76-hero-inner{min-height:690px;align-items:flex-end}.home76-hero-copy{width:100%;padding:0 0 56px}.home76-hero-copy h1{font-size:59px}.home76-hero-copy p{font-size:14px;max-width:430px}.home76-hero-note{display:none}.home76-actions{gap:18px;flex-wrap:wrap}.home76-intro{padding:56px 0 38px}.home76-intro-grid{grid-template-columns:1fr;gap:20px}.home76-intro-title h2{font-size:45px}.home76-intro-copy p{font-size:14px}.home76-live{padding-bottom:58px}.home76-live-panel{padding:20px;border-radius:18px}.home76-panel-head h2{font-size:31px}.home76-live-panel .product-grid{grid-template-columns:1fr}.home76-live-panel .product-card{display:grid;grid-template-columns:105px 1fr}.home76-live-panel .product-media{height:100%;min-height:105px}.home76-live-panel .product-card.no-image{display:block}.home76-journal{padding:58px 0}.home76-journal-head{align-items:flex-start}.home76-journal-head h2{font-size:40px}.home76-journal .journal-grid{grid-template-columns:1fr}.home76-cafe-band{padding:58px 0}.home76-cafe-grid{grid-template-columns:1fr;gap:30px}.home76-cafe-photo{height:330px}.home76-cafe-copy h2{font-size:45px}.home76-cafe-copy p{font-size:14px}.home76-visit{padding:54px 0}.home76-visit-grid{grid-template-columns:1fr;gap:30px}.home76-visit h2{font-size:43px}.home76-visit-actions{align-items:flex-start}}

/* v7.7 · refined home hero + final CTA */
.home-page-v76 .home76-hero{min-height:620px}
.home-page-v76 .home76-hero-inner{min-height:620px;justify-content:flex-start}
.home-page-v76 .home76-hero-copy{width:min(570px,47vw);padding:48px 0}
.home-page-v76 .home76-hero-copy h1{font-size:clamp(58px,5.4vw,84px);line-height:.92;letter-spacing:-.048em;margin:0 0 22px}
.home-page-v76 .home76-hero-copy p{max-width:470px;font-size:15px;line-height:1.65;color:#aaa39a}
.home-page-v76 .home76-actions{margin-top:30px}
.home-page-v76 .home76-hero-note{display:none!important}

.home-page-v76 .home76-visit{padding:58px 0;background:#25241f}
.home-page-v76 .home76-visit-grid{grid-template-columns:1.15fr .85fr;gap:72px;align-items:center}
.home-page-v76 .home76-visit h2{font-size:clamp(40px,4vw,60px);line-height:1;letter-spacing:-.038em;margin:12px 0 0}
.home-page-v76 .home76-visit-actions{align-items:flex-start;gap:22px;max-width:470px;justify-self:end}
.home-page-v76 .home76-visit-actions p{margin:0;color:#aaa39a;font-size:15px;line-height:1.7}
.home-page-v76 .home76-visit-links{display:flex;gap:28px;align-items:center}
.home-page-v76 .home76-visit-links a{font:600 10px var(--display);letter-spacing:.14em;text-transform:uppercase;color:#f2ede5;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:6px}
.home-page-v76 .home76-visit-links a:hover{border-color:#b99762;color:#fff}

@media(max-width:760px){
  .home-page-v76 .home76-hero{min-height:640px}
  .home-page-v76 .home76-hero-inner{min-height:640px}
  .home-page-v76 .home76-hero-copy{width:100%;padding:0 0 48px}
  .home-page-v76 .home76-hero-copy h1{font-size:52px}
  .home-page-v76 .home76-visit{padding:48px 0}
  .home-page-v76 .home76-visit-grid{grid-template-columns:1fr;gap:26px}
  .home-page-v76 .home76-visit h2{font-size:39px}
  .home-page-v76 .home76-visit-actions{justify-self:start;max-width:none}
}

/* v7.8 · redesigned homepage, distinct from About */
.home-page-v78{background:#f2eee6;color:#181714}
.home-page-v78 .site-header{background:#11110f}
.v78-hero{background:#11110f;color:#fff;padding:46px 0 54px}
.v78-hero-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);gap:58px;align-items:stretch}
.v78-hero-copy{display:flex;flex-direction:column;justify-content:center;min-height:590px;padding:18px 0}
.v78-hero-copy .eyebrow,.v78-section-kicker{font:600 9px var(--display);letter-spacing:.22em;text-transform:uppercase;color:#b99762}
.v78-hero-copy h1{font:400 clamp(60px,5.7vw,88px)/.93 var(--serif);letter-spacing:-.048em;margin:24px 0 24px;max-width:650px}
.v78-hero-copy h1 em{font-style:italic;color:#c3a06c}
.v78-hero-copy>p{max-width:510px;color:#aaa39a;font-size:15px;line-height:1.75;margin:0}
.v78-actions{display:flex;align-items:center;gap:28px;margin-top:32px;flex-wrap:wrap}
.v78-text-link{font:600 10px var(--display);letter-spacing:.15em;text-transform:uppercase;color:#f3eee7;border-bottom:1px solid rgba(255,255,255,.28);padding-bottom:6px}
.v78-text-link.dark{color:#181714;border-color:rgba(24,23,20,.25)}
.v78-hero-image{margin:0;min-height:590px;overflow:hidden;border-radius:150px 150px 16px 16px;background:#25241f}
.v78-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 42%;display:block;filter:saturate(.88) contrast(.98)}

.v78-pillars{padding:72px 0 82px;background:#f2eee6}
.v78-section-kicker{margin-bottom:24px}
.v78-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.v78-pillar{color:#181714;text-decoration:none;display:block}
.v78-pillar figure{height:300px;margin:0 0 20px;border-radius:18px;overflow:hidden;background:#ddd6ca}
.v78-pillar figure img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.v78-pillar:hover figure img{transform:scale(1.02)}
.v78-pillar-meta{display:flex;align-items:baseline;gap:16px;margin-bottom:8px}
.v78-pillar-meta span{font:600 9px var(--display);letter-spacing:.14em;color:#b08a51}
.v78-pillar h2{font:400 38px/1 var(--serif);letter-spacing:-.03em;margin:0}
.v78-pillar p{font-size:13px;line-height:1.65;color:#7d766d;max-width:340px;margin:0 0 14px}
.v78-pillar strong{font:600 9px var(--display);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #b99762;padding-bottom:5px}

.v78-story{padding:84px 0;background:#ddd8cf}
.v78-story-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:72px;align-items:center}
.v78-story-copy h2{font:400 clamp(50px,4.7vw,72px)/.96 var(--serif);letter-spacing:-.045em;margin:16px 0 24px;max-width:560px}
.v78-story-copy p{max-width:510px;font-size:15px;line-height:1.75;color:#706a62;margin:0 0 28px}
.v78-story-photos{display:grid;grid-template-columns:1fr .45fr;gap:18px;align-items:end}
.v78-story-photos figure{margin:0;overflow:hidden;background:#c8c0b4}
.v78-story-main{height:520px;border-radius:18px}
.v78-story-small{height:310px;border-radius:16px}
.v78-story-photos img{width:100%;height:100%;object-fit:cover;display:block}

.v78-live{padding:82px 0;background:#f2eee6}
.v78-live-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:30px}
.v78-live-head h2{font:400 clamp(42px,4vw,60px)/1 var(--serif);letter-spacing:-.04em;margin:12px 0 0}
.v78-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.v78-live-panel{background:#fff;border:1px solid #ded8cf;border-radius:20px;padding:22px;min-width:0}
.v78-panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}
.v78-panel-title span{font:400 30px var(--serif)}
.v78-panel-title a{font:600 9px var(--display);letter-spacing:.13em;text-transform:uppercase;color:#7f776d}
.home-page-v78 .v78-live-panel .product-grid{grid-template-columns:1fr 1fr;gap:12px}
.home-page-v78 .v78-live-panel .product-card{box-shadow:none;border-radius:14px}
.home-page-v78 .v78-live-panel .product-media{height:130px}
.home-page-v78 .v78-live-panel .product-body{padding:14px}
.home-page-v78 .v78-live-panel .product-title{font-size:21px}
.home-page-v78 .v78-live-panel .schedule-shell{grid-template-columns:110px 1fr;gap:16px}
.home-page-v78 .v78-live-panel .class-row{padding:12px 0}

.v78-journal{padding:76px 0;background:#e9e4db}
.v78-journal .journal-grid{grid-template-columns:repeat(3,1fr);gap:18px}

.v78-closing{padding:68px 0;background:#25241f;color:#f3eee7}
.v78-closing-grid{display:grid;grid-template-columns:1fr .75fr;gap:80px;align-items:center}
.v78-closing h2{font:400 clamp(46px,4.2vw,64px)/.98 var(--serif);letter-spacing:-.04em;margin:14px 0 0}
.v78-closing-copy{max-width:460px;justify-self:end}
.v78-closing-copy p{margin:0 0 22px;color:#aaa39a;font-size:14px;line-height:1.7}
.v78-closing-copy div{display:flex;gap:26px;flex-wrap:wrap}
.v78-closing-copy a{font:600 9px var(--display);letter-spacing:.14em;text-transform:uppercase;color:#f3eee7;border-bottom:1px solid rgba(255,255,255,.27);padding-bottom:5px}

@media(max-width:1050px){
  .v78-hero-grid{grid-template-columns:.9fr 1.1fr;gap:36px}.v78-hero-copy{min-height:520px}.v78-hero-image{min-height:520px}.v78-story-grid{gap:42px}.v78-story-main{height:450px}.v78-live-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .v78-hero{padding:30px 0 38px}.v78-hero-grid{grid-template-columns:1fr;gap:30px}.v78-hero-copy{min-height:auto;padding:18px 0 0}.v78-hero-copy h1{font-size:54px;margin:18px 0}.v78-hero-copy>p{font-size:14px}.v78-hero-image{min-height:470px;border-radius:110px 110px 16px 16px}.v78-pillars{padding:54px 0 60px}.v78-pillar-grid{grid-template-columns:1fr;gap:34px}.v78-pillar figure{height:280px}.v78-pillar h2{font-size:34px}.v78-story{padding:58px 0}.v78-story-grid{grid-template-columns:1fr;gap:34px}.v78-story-copy h2{font-size:48px}.v78-story-photos{grid-template-columns:1fr .5fr}.v78-story-main{height:360px}.v78-story-small{height:230px}.v78-live{padding:58px 0}.v78-live-head{align-items:flex-start;flex-direction:column}.v78-live-head h2{font-size:42px}.home-page-v78 .v78-live-panel .product-grid{grid-template-columns:1fr}.home-page-v78 .v78-live-panel .schedule-shell{grid-template-columns:1fr}.v78-journal{padding:56px 0}.v78-journal .journal-grid{grid-template-columns:1fr}.v78-closing{padding:52px 0}.v78-closing-grid{grid-template-columns:1fr;gap:28px}.v78-closing h2{font-size:43px}.v78-closing-copy{justify-self:start}}

/* v7.9 · compact refined homepage hero */
.home-page-v78 .v78-hero{padding:28px 0 34px}
.home-page-v78 .v78-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(470px,1.12fr);gap:42px;align-items:center}
.home-page-v78 .v78-hero-copy{min-height:500px;padding:8px 0}
.home-page-v78 .v78-hero-copy .eyebrow{font-size:8px;letter-spacing:.2em}
.home-page-v78 .v78-hero-copy h1{font-size:clamp(52px,5vw,74px);line-height:.95;letter-spacing:-.044em;margin:18px 0 18px;max-width:560px}
.home-page-v78 .v78-hero-copy>p{max-width:470px;font-size:14px;line-height:1.62;color:#aaa39a}
.home-page-v78 .v78-hero-actions{margin-top:24px;gap:10px}
.home-page-v78 .v78-hero-actions .btn{min-height:42px;padding:0 18px;font-size:9px}
.home-page-v78 .v78-hero-image{min-height:500px;max-height:500px;border-radius:112px 112px 14px 14px}
.home-page-v78 .v78-hero-image img{object-position:center 44%}

@media(max-width:1100px){
  .home-page-v78 .v78-hero-grid{grid-template-columns:.9fr 1.1fr;gap:30px}
  .home-page-v78 .v78-hero-copy{min-height:450px}
  .home-page-v78 .v78-hero-image{min-height:450px;max-height:450px}
}
@media(max-width:760px){
  .home-page-v78 .v78-hero{padding:24px 0 30px}
  .home-page-v78 .v78-hero-grid{grid-template-columns:1fr;gap:22px}
  .home-page-v78 .v78-hero-copy{min-height:auto;padding:8px 0 0}
  .home-page-v78 .v78-hero-copy h1{font-size:48px;margin:14px 0 14px}
  .home-page-v78 .v78-hero-copy>p{font-size:13px;line-height:1.58}
  .home-page-v78 .v78-hero-actions{margin-top:20px}
  .home-page-v78 .v78-hero-image{min-height:380px;max-height:380px;border-radius:82px 82px 14px 14px}
}

/* v8.0 · homepage hero uses the supplied AATMA studio image as a true CSS background */
.home-page-v78 .v78-hero{
  position:relative;
  min-height:600px;
  padding:0;
  color:#fff;
  overflow:hidden;
  background:
    linear-gradient(90deg,
      rgba(13,13,11,.96) 0%,
      rgba(13,13,11,.88) 25%,
      rgba(13,13,11,.61) 43%,
      rgba(13,13,11,.19) 66%,
      rgba(13,13,11,.06) 100%),
    linear-gradient(180deg,rgba(10,10,9,.14),rgba(10,10,9,.18)),
    url("assets/home-hero-background.jpg") center 50% / cover no-repeat;
}
.home-page-v78 .v78-hero-grid{
  display:block;
  min-height:600px;
}
.home-page-v78 .v78-hero-copy{
  width:min(550px,46vw);
  min-height:600px;
  padding:58px 0 54px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.home-page-v78 .v78-hero-copy .eyebrow{
  margin:0 0 17px;
  color:#c4a16c;
  font-size:8px;
  letter-spacing:.21em;
}
.home-page-v78 .v78-hero-copy h1{
  max-width:540px;
  margin:0 0 18px;
  font-size:clamp(52px,4.65vw,72px);
  line-height:.94;
  letter-spacing:-.042em;
  text-wrap:balance;
}
.home-page-v78 .v78-hero-copy h1 em{
  color:#c7a36d;
  font-weight:400;
}
.home-page-v78 .v78-hero-copy>p{
  max-width:450px;
  color:rgba(242,236,226,.72);
  font-size:14px;
  line-height:1.62;
}
.home-page-v78 .v78-actions{
  margin-top:25px;
  display:flex;
  gap:23px;
  align-items:center;
}
.home-page-v78 .v78-actions .btn.primary{
  min-height:44px;
  padding:0 20px;
  border-radius:999px;
  border:1px solid rgba(245,238,225,.78);
  background:#f0eadf;
  color:#171612;
  box-shadow:none;
}
.home-page-v78 .v78-actions .btn.primary:hover{
  background:#fff;
  transform:translateY(-1px);
}
.home-page-v78 .v78-actions .v78-text-link{
  color:#f3eee5;
  padding-bottom:6px;
  border-bottom-color:rgba(199,163,109,.7);
}
.home-page-v78 .v78-hero-image{display:none!important}

@media(max-width:1000px){
  .home-page-v78 .v78-hero,
  .home-page-v78 .v78-hero-grid,
  .home-page-v78 .v78-hero-copy{min-height:550px}
  .home-page-v78 .v78-hero-copy{width:min(520px,56vw)}
}
@media(max-width:760px){
  .home-page-v78 .v78-hero{
    min-height:650px;
    background:
      linear-gradient(180deg,rgba(12,12,10,.24) 0%,rgba(12,12,10,.45) 38%,rgba(12,12,10,.94) 78%,#0d0d0b 100%),
      url("assets/home-hero-background.jpg") 67% center / cover no-repeat;
  }
  .home-page-v78 .v78-hero-grid{min-height:650px}
  .home-page-v78 .v78-hero-copy{
    width:100%;
    min-height:650px;
    justify-content:flex-end;
    padding:0 0 46px;
  }
  .home-page-v78 .v78-hero-copy .eyebrow{margin-bottom:13px;font-size:7px}
  .home-page-v78 .v78-hero-copy h1{font-size:47px;max-width:470px;margin-bottom:14px}
  .home-page-v78 .v78-hero-copy>p{max-width:390px;font-size:13px}
  .home-page-v78 .v78-actions{margin-top:20px;gap:17px;flex-wrap:wrap}
  .home-page-v78 .v78-actions .btn.primary{min-height:41px;padding:0 17px}
}


/* v8.1 · transparent home header + refined hero typography */
.home-page-v78 .site-header{
  position:fixed;
  inset:0 0 auto 0;
  width:100%;
  background:transparent;
  border-bottom-color:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
  box-shadow:none;
  transition:background .28s ease,border-color .28s ease,backdrop-filter .28s ease,box-shadow .28s ease;
}
.home-page-v78 .site-header.is-scrolled{
  background:rgba(17,17,15,.94);
  border-bottom-color:rgba(255,255,255,.07);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  box-shadow:0 8px 30px rgba(0,0,0,.12);
}
.home-page-v78 .site-header .brand-word,
.home-page-v78 .site-header .desktop-nav a{
  text-shadow:0 1px 12px rgba(0,0,0,.28);
}
.home-page-v78 .v78-hero{min-height:620px}
.home-page-v78 .v78-hero-grid{min-height:620px}
.home-page-v78 .v78-hero-copy{
  min-height:620px;
  width:min(575px,48vw);
  padding:92px 0 54px;
}
.home-page-v78 .v78-hero-copy .eyebrow{
  margin-bottom:16px;
  font-size:7.5px;
  letter-spacing:.24em;
  color:#c6a36e;
}
.home-page-v78 .v78-hero-copy h1{
  max-width:570px;
  margin-bottom:20px;
  font-size:clamp(50px,4.35vw,68px);
  line-height:.96;
  letter-spacing:-.038em;
}
.home-page-v78 .v78-hero-copy h1 em{
  display:inline-block;
  margin-top:3px;
  color:#c7a36d;
}
.home-page-v78 .v78-hero-copy>p{
  max-width:500px;
  color:rgba(244,239,231,.77);
  font-size:13.5px;
  line-height:1.68;
}
.home-page-v78 .v78-actions{gap:26px;margin-top:27px}
.home-page-v78 .v78-actions .btn.primary{
  min-height:43px;
  padding:0 22px;
  font-size:8.5px;
  letter-spacing:.14em;
}
.home-page-v78 .v78-actions .v78-text-link{
  font-size:8.5px;
  letter-spacing:.14em;
}
@media(max-width:760px){
  .home-page-v78 .site-header{height:62px}
  .home-page-v78 .header-inner{height:62px}
  .home-page-v78 .mobile-nav{top:62px;background:rgba(17,17,15,.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
  .home-page-v78 .v78-hero,.home-page-v78 .v78-hero-grid,.home-page-v78 .v78-hero-copy{min-height:650px}
  .home-page-v78 .v78-hero-copy{padding:82px 0 42px}
  .home-page-v78 .v78-hero-copy h1{font-size:45px;line-height:.98}
  .home-page-v78 .v78-hero-copy>p{font-size:12.5px;line-height:1.6}
}

/* v8.2 · compact live section on the home page */
.home-page-v78 .v78-live{padding:58px 0 64px}
.home-page-v78 .v78-live-head{align-items:flex-end;margin-bottom:22px}
.home-page-v78 .v78-live-head h2{font-size:clamp(36px,3.25vw,50px);line-height:.98;max-width:760px;margin-top:9px}
.home-page-v78 .v78-live-grid{gap:16px}
.home-page-v78 .v78-live-grid > .v78-live-panel:only-child{max-width:none}
.home-page-v78 .v78-live-panel{padding:18px 20px 20px;border-radius:16px;background:rgba(255,255,255,.72)}
.home-page-v78 .v78-panel-title{margin-bottom:15px;padding-bottom:13px}
.home-page-v78 .v78-panel-title span{font-size:29px}
.home-page-v78 .v78-panel-title a{font-size:9px;letter-spacing:.16em}
.home-page-v78 .v78-live-panel .category-rail{margin:0 0 14px;gap:18px;border:0}
.home-page-v78 .v78-live-panel .category-rail button{padding:0 0 8px;border:0;border-bottom:1px solid transparent;border-radius:0;background:transparent;min-height:0;color:#7d766d}
.home-page-v78 .v78-live-panel .category-rail button.active{background:transparent;color:#171612;border-bottom-color:#a98a55}
.home-page-v78 .v78-live-panel .category-rail button b{font-size:10.5px}
.home-page-v78 .v78-live-panel .category-rail button em{background:transparent;padding:0;min-width:auto;height:auto;font-size:8px;color:#a98a55}
.home-page-v78 .v78-live-panel .product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.home-page-v78 .v78-live-panel .product-card{border-radius:12px;background:#f9f7f2;box-shadow:none}
.home-page-v78 .v78-live-panel .product-card.no-image .product-body{min-height:136px;padding:15px 16px;justify-content:flex-start}
.home-page-v78 .v78-live-panel .product-top h3{font-size:18px;line-height:1.08}
.home-page-v78 .v78-live-panel .price{font-size:9px}
.home-page-v78 .v78-live-panel .product-meta{font-size:9px;margin:7px 0 8px}
.home-page-v78 .v78-live-panel .product-body p{font-size:10.5px;line-height:1.42;-webkit-line-clamp:3}
@media(max-width:1100px){.home-page-v78 .v78-live-panel .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.home-page-v78 .v78-live{padding:46px 0 50px}.home-page-v78 .v78-live-head{gap:16px;margin-bottom:18px}.home-page-v78 .v78-live-head h2{font-size:38px}.home-page-v78 .v78-live-panel{padding:15px;border-radius:14px}.home-page-v78 .v78-live-panel .product-grid{grid-template-columns:1fr}.home-page-v78 .v78-live-panel .product-card.no-image .product-body{min-height:0}.home-page-v78 .v78-live-panel .category-rail{gap:14px;overflow-x:auto;flex-wrap:nowrap}}

/* v8.3 · redesigned live + closing sections */
.home-page-v78 .v83-live{
  padding:54px 0 58px;
  background:#eee9df;
}
.home-page-v78 .v83-live-head{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) auto;
  gap:56px;
  align-items:end;
  margin-bottom:30px;
}
.home-page-v78 .v83-live-title{max-width:760px}
.home-page-v78 .v83-live-title h2{
  margin:10px 0 12px;
  max-width:720px;
  font:400 clamp(38px,3.5vw,54px)/.98 var(--serif);
  letter-spacing:-.045em;
}
.home-page-v78 .v83-live-title p{
  margin:0;
  max-width:570px;
  color:#766f65;
  font-size:13px;
  line-height:1.6;
}
.home-page-v78 .v83-live-links{
  display:flex;
  gap:20px;
  padding-bottom:3px;
}
.home-page-v78 .v83-live-links a{
  color:#1a1916;
  font:600 9px var(--display);
  letter-spacing:.16em;
  text-transform:uppercase;
  padding-bottom:6px;
  border-bottom:1px solid rgba(26,25,22,.28);
  white-space:nowrap;
}
.home-page-v78 .v83-live-grid{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);
  gap:18px;
  align-items:start;
}
.home-page-v78 .v83-live-grid .v78-live-panel{
  padding:20px 22px 22px;
  background:rgba(255,255,255,.5);
  border:1px solid rgba(31,29,25,.12);
  border-radius:18px;
  box-shadow:none;
}
.home-page-v78 .v83-live-grid .v78-panel-title{
  margin:0 0 16px;
  padding:0 0 13px;
  border-bottom:1px solid rgba(31,29,25,.1);
}
.home-page-v78 .v83-live-grid .v78-panel-title span{
  font-size:25px;
  line-height:1;
}
.home-page-v78 .v83-live-grid .v78-panel-title a{
  color:#8b7b63;
  font-size:8px;
}
/* schedule becomes a quiet editorial list */
.home-page-v78 .v83-live-grid .schedule-shell{display:block!important}
.home-page-v78 .v83-live-grid .day-tabs{
  display:flex;
  gap:7px;
  overflow-x:auto;
  scrollbar-width:none;
  margin:0 0 10px;
}
.home-page-v78 .v83-live-grid .day-tabs::-webkit-scrollbar{display:none}
.home-page-v78 .v83-live-grid .day-tabs button{
  flex:0 0 auto;
  border:0;
  border-radius:999px;
  padding:7px 10px;
  background:#e8e1d6;
  color:#756d62;
  font:600 7.5px var(--display);
  letter-spacing:.1em;
  text-transform:uppercase;
}
.home-page-v78 .v83-live-grid .day-tabs button.active{background:#22211d;color:#f5f0e8}
.home-page-v78 .v83-live-grid .class-row{
  display:grid;
  grid-template-columns:58px 1fr auto;
  gap:13px;
  align-items:center;
  padding:11px 0;
  border-bottom:1px solid rgba(31,29,25,.09);
}
.home-page-v78 .v83-live-grid .class-row:last-child{border-bottom:0}
.home-page-v78 .v83-live-grid .class-row time{font:500 12px var(--display);color:#a48756}
.home-page-v78 .v83-live-grid .class-row time small{display:block;margin-top:2px;font-size:8px;color:#9b9389}
.home-page-v78 .v83-live-grid .class-row h3{margin:0 0 3px;font:400 18px/1.08 var(--serif)}
.home-page-v78 .v83-live-grid .class-row p{margin:0;color:#81796f;font-size:9.5px;line-height:1.35}
.home-page-v78 .v83-live-grid .class-row strong{font:600 8.5px var(--display);color:#8f7449;white-space:nowrap}
/* café becomes a compact 2x2 editorial grid instead of oversized cards */
.home-page-v78 .v83-live-grid .category-rail{margin:0 0 12px!important;gap:14px!important}
.home-page-v78 .v83-live-grid .category-rail button{padding-bottom:6px!important}
.home-page-v78 .v83-live-grid .product-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:8px!important;
}
.home-page-v78 .v83-live-grid .product-card{
  min-height:0;
  border:1px solid rgba(31,29,25,.09);
  border-radius:12px!important;
  background:#f7f3ec!important;
  overflow:hidden;
}
.home-page-v78 .v83-live-grid .product-card.no-image .product-body{
  min-height:112px!important;
  padding:13px 14px 12px!important;
}
.home-page-v78 .v83-live-grid .product-media{height:104px!important}
.home-page-v78 .v83-live-grid .product-body{padding:11px 13px!important}
.home-page-v78 .v83-live-grid .product-top{gap:8px}
.home-page-v78 .v83-live-grid .product-top h3{font-size:16px!important;line-height:1.08}
.home-page-v78 .v83-live-grid .price{font-size:8px!important}
.home-page-v78 .v83-live-grid .product-meta{margin:5px 0 6px!important;font-size:8px!important}
.home-page-v78 .v83-live-grid .product-body p{font-size:9.5px!important;line-height:1.35!important;-webkit-line-clamp:2!important}

.home-page-v78 .v83-closing{
  position:relative;
  overflow:hidden;
  padding:0;
  color:#f5f0e8;
  background:#171713 url('assets/closing-gong-detail.jpeg') center center/cover no-repeat;
}
.home-page-v78 .v83-closing::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(15,15,12,.84) 0%,rgba(15,15,12,.72) 38%,rgba(15,15,12,.28) 68%,rgba(15,15,12,.10) 100%);
}
.home-page-v78 .v83-closing-inner{
  position:relative;
  z-index:1;
  min-height:350px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:56px;
  padding-top:70px;
  padding-bottom:62px;
}
.home-page-v78 .v83-closing-copy{max-width:650px}
.home-page-v78 .v83-closing-copy h2{
  margin:12px 0 14px;
  font:400 clamp(44px,4.3vw,66px)/.96 var(--serif);
  letter-spacing:-.045em;
  max-width:620px;
}
.home-page-v78 .v83-closing-copy p{margin:0;max-width:470px;color:#c3bbb0;font-size:13px;line-height:1.6}
.home-page-v78 .v83-closing-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:13px;
  padding-bottom:4px;
  min-width:205px;
}
.home-page-v78 .v83-closing-actions a{
  color:#f4efe7;
  font:600 8.5px var(--display);
  letter-spacing:.15em;
  text-transform:uppercase;
  border-bottom:1px solid rgba(255,255,255,.25);
  padding:0 0 6px;
}
.home-page-v78 .v83-closing-actions .v83-closing-primary{
  border:1px solid rgba(255,255,255,.42);
  border-radius:999px;
  padding:11px 16px;
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

@media(max-width:980px){
  .home-page-v78 .v83-live-head{grid-template-columns:1fr;gap:20px;align-items:start}
  .home-page-v78 .v83-live-grid{grid-template-columns:1fr}
  .home-page-v78 .v83-closing-inner{min-height:320px;align-items:flex-start;flex-direction:column;justify-content:flex-end;gap:28px}
}
@media(max-width:680px){
  .home-page-v78 .v83-live{padding:42px 0 46px}
  .home-page-v78 .v83-live-title h2{font-size:35px}
  .home-page-v78 .v83-live-links{gap:14px;flex-wrap:wrap}
  .home-page-v78 .v83-live-grid .v78-live-panel{padding:15px;border-radius:14px}
  .home-page-v78 .v83-live-grid .product-grid{grid-template-columns:1fr!important}
  .home-page-v78 .v83-live-grid .class-row{grid-template-columns:48px 1fr;gap:10px}
  .home-page-v78 .v83-live-grid .class-row strong{grid-column:2}
  .home-page-v78 .v83-closing{background-position:62% center}
  .home-page-v78 .v83-closing::before{background:linear-gradient(90deg,rgba(15,15,12,.94),rgba(15,15,12,.73))}
  .home-page-v78 .v83-closing-inner{min-height:390px;padding-top:52px;padding-bottom:46px}
  .home-page-v78 .v83-closing-copy h2{font-size:42px}
}

/* v8.5 · homepage café preview: text-only cards; full Menu page keeps photos */
#homeMenu .product-media{display:none!important}
#homeMenu .product-card{overflow:visible}
#homeMenu .product-body{min-height:170px;display:flex;flex-direction:column;justify-content:center;padding:24px 26px}
#homeMenu .product-top h3{font-size:clamp(22px,2vw,30px)}
@media (max-width:760px){#homeMenu .product-body{min-height:145px;padding:20px}}

/* v8.6 · homepage café preview alignment + equal card sizing */
.home-page-v78 #homeMenu .category-rail{
  display:flex;
  flex-direction:row;
  align-items:flex-end;
  gap:26px!important;
  margin:0 0 18px!important;
  padding:0;
  border:0;
  overflow-x:auto;
  scrollbar-width:none;
}
.home-page-v78 #homeMenu .category-rail::-webkit-scrollbar{display:none}
.home-page-v78 #homeMenu .category-rail button{
  flex:0 0 auto;
  display:grid;
  grid-template-columns:max-content 20px;
  align-items:baseline;
  column-gap:7px;
  min-height:30px!important;
  width:auto;
  padding:0 0 8px!important;
  margin:0;
  border:0!important;
  border-bottom:1px solid transparent!important;
  border-radius:0!important;
  background:transparent!important;
  color:#827b71;
  white-space:nowrap;
}
.home-page-v78 #homeMenu .category-rail button b{
  display:block;
  font:500 11px/1.1 var(--display)!important;
  letter-spacing:0;
}
.home-page-v78 #homeMenu .category-rail button em{
  display:block;
  min-width:20px!important;
  width:20px;
  padding:0!important;
  margin:0;
  text-align:left;
  font:500 8px/1 var(--display)!important;
  color:#a98a55!important;
  background:transparent!important;
}
.home-page-v78 #homeMenu .category-rail button.active{
  color:#171612!important;
  border-bottom-color:#a98a55!important;
}

.home-page-v78 #homeMenu .product-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:142px;
  gap:10px!important;
  align-items:stretch;
}
.home-page-v78 #homeMenu .product-card,
.home-page-v78 #homeMenu .product-card.no-image{
  height:142px;
  min-height:142px!important;
  border:1px solid rgba(31,29,25,.10)!important;
  border-radius:12px!important;
  background:#f7f3ec!important;
  overflow:hidden!important;
  box-shadow:none!important;
}
.home-page-v78 #homeMenu .product-media{display:none!important}
.home-page-v78 #homeMenu .product-body,
.home-page-v78 #homeMenu .product-card.no-image .product-body{
  box-sizing:border-box;
  height:100%;
  min-height:0!important;
  padding:15px 16px 14px!important;
  display:flex!important;
  flex-direction:column;
  justify-content:flex-start!important;
}
.home-page-v78 #homeMenu .product-top{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:12px;
}
.home-page-v78 #homeMenu .product-top h3{
  margin:0;
  font:400 18px/1.08 var(--serif)!important;
  letter-spacing:-.02em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.home-page-v78 #homeMenu .price{
  padding-top:2px;
  font:600 8px/1.2 var(--display)!important;
  white-space:nowrap;
}
.home-page-v78 #homeMenu .product-meta{
  margin:7px 0 8px!important;
  font-size:8.5px!important;
  line-height:1.2;
}
.home-page-v78 #homeMenu .product-body p{
  margin:0;
  font-size:9.5px!important;
  line-height:1.4!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(max-width:680px){
  .home-page-v78 #homeMenu .category-rail{gap:18px!important;margin-bottom:14px!important}
  .home-page-v78 #homeMenu .product-grid{grid-template-columns:1fr!important;grid-auto-rows:132px}
  .home-page-v78 #homeMenu .product-card,
  .home-page-v78 #homeMenu .product-card.no-image{height:132px;min-height:132px!important}
  .home-page-v78 #homeMenu .product-top h3{font-size:17px!important}
}

/* v8.7 · homepage café tabs: compact segmented navigation, no long underline / horizontal drift */
.home-page-v78{overflow-x:hidden}
.home-page-v78 #homeMenu .category-rail{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:8px!important;
  overflow:visible!important;
  margin:0 0 22px!important;
  padding:0!important;
}
.home-page-v78 #homeMenu .category-rail button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:34px!important;
  padding:0 13px!important;
  border:1px solid rgba(31,29,25,.10)!important;
  border-radius:999px!important;
  background:#f4f0e8!important;
  color:#817a70!important;
  box-shadow:none!important;
  transition:background .18s ease,border-color .18s ease,color .18s ease!important;
}
.home-page-v78 #homeMenu .category-rail button::after{display:none!important;content:none!important}
.home-page-v78 #homeMenu .category-rail button b{
  font:500 10.5px/1 var(--display)!important;
  color:inherit!important;
}
.home-page-v78 #homeMenu .category-rail button em{
  display:inline-grid!important;
  place-items:center!important;
  min-width:20px!important;
  width:auto!important;
  height:20px!important;
  padding:0 6px!important;
  border-radius:999px!important;
  background:rgba(169,138,85,.10)!important;
  color:#9a7a47!important;
  font:600 8px/1 var(--display)!important;
  text-align:center!important;
}
.home-page-v78 #homeMenu .category-rail button.active{
  background:#211f1a!important;
  border-color:#211f1a!important;
  color:#f4efe6!important;
}
.home-page-v78 #homeMenu .category-rail button.active em{
  background:rgba(206,168,105,.16)!important;
  color:#d0ad74!important;
}
@media(max-width:680px){
  .home-page-v78 #homeMenu .category-rail{gap:7px!important;margin-bottom:16px!important}
  .home-page-v78 #homeMenu .category-rail button{min-height:32px!important;padding:0 11px!important}
}


/* v9.0 · production layout cleanup after real iPad/Safari review */
/* Home live area: when one dynamic panel is empty, the remaining panel uses the full row. */
.home-page-v78 .v83-live-grid.has-single-panel{
  grid-template-columns:minmax(0,1fr)!important;
}
.home-page-v78 .v83-live-grid.has-single-panel > .v78-live-panel:not([hidden]){
  grid-column:1 / -1;
  width:100%;
}
/* The homepage café preview is an editorial block, not the two-column full-menu shell. */
.home-page-v78 #homeMenu{
  display:block!important;
  width:100%;
  min-width:0;
}
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-grid{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
}
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-card,
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-card.no-image{
  height:138px;
  min-height:138px!important;
}
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-body,
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-card.no-image .product-body{
  padding:16px 17px 14px!important;
}
.home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-top h3{
  font-size:17px!important;
}

/* Empty states should span their container instead of collapsing into the first grid column. */
.schedule-page #scheduleRoot > .empty:only-child,
.news-page #journalRoot > .empty:only-child,
.menu-page #menuRoot > .empty:only-child{
  grid-column:1 / -1;
  width:100%;
  max-width:none;
}
.schedule-page #scheduleRoot > .empty:only-child{
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px 28px;
  background:rgba(255,255,255,.045);
  border-color:rgba(255,255,255,.12);
}
.schedule-page #scheduleRoot > .empty:only-child h3{color:#f3eee7}
.schedule-page #scheduleRoot > .empty:only-child p{color:#938d84}

/* Short schedule pages now finish cleanly at the footer instead of leaving an accidental blank area. */
body.schedule-page{
  min-height:100vh;
  display:flex;
  flex-direction:column;
}
.schedule-page main{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}
.schedule-page .schedule-section{flex:1 0 auto}
.schedule-page .footer-v9{flex:0 0 auto}

/* Tablet tuning: keep the live block compact without squeezing titles. */
@media(max-width:1100px){
  .home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:680px){
  .home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-grid{
    grid-template-columns:1fr!important;
  }
  .home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-card,
  .home-page-v78 .v83-live-grid.has-single-panel #homeMenu .product-card.no-image{
    height:132px;
    min-height:132px!important;
  }
  .schedule-page #scheduleRoot > .empty:only-child{padding:20px}
}

/* v9.1 · MacBook Air desktop scale + true bottom footer on short journal pages */
/* Keep short content pages as full-height layouts so the footer sits at the viewport bottom. */
body.news-page,
body.schedule-page{
  min-height:100svh;
  display:flex;
  flex-direction:column;
}
.news-page main,
.schedule-page main{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
}
.news-page .content-page,
.schedule-page .schedule-section{
  flex:1 0 auto;
}
.news-page .footer-v9,
.schedule-page .footer-v9{
  flex:0 0 auto;
}

/* A touch more presence on 13–15 inch laptops without changing the large desktop composition. */
@media (min-width:761px) and (max-width:1600px){
  body{font-size:16px}
  .wrap{width:min(calc(100% - 76px),1300px)}

  .site-header{height:74px}
  .header-inner{gap:38px}
  .brand img{width:44px;height:44px}
  .brand-word{font-size:18px}
  .brand-word small{font-size:8.5px}
  .desktop-nav{gap:29px}
  .desktop-nav a{font-size:10.5px;padding:27px 0 26px}
  .desktop-nav a.active:after{bottom:17px}

  .menu-page .page-hero,
  .schedule-page .page-hero,
  .news-page .page-hero{padding:54px 0 30px}
  .menu-page .page-hero .eyebrow,
  .schedule-page .page-hero .eyebrow,
  .news-page .page-hero .eyebrow{font-size:10px}
  .menu-page .page-hero h1,
  .schedule-page .page-hero h1,
  .news-page .page-hero h1{font-size:clamp(54px,4.5vw,70px);margin:11px 0 11px}
  .menu-page .page-hero p,
  .schedule-page .page-hero p,
  .news-page .page-hero p{font-size:15px;max-width:760px}

  .menu-page .category-rail{gap:10px;margin-bottom:28px}
  .menu-page .category-rail button{min-height:40px;padding:0 15px}
  .menu-page .category-rail button b{font-size:12.5px}
  .menu-page .product-grid{gap:22px}
  .menu-page .product-media{height:220px}
  .menu-page .product-body{padding:19px 20px 21px}
  .menu-page .product-top h3{font-size:24px}
  .menu-page .product-body p{font-size:13px}
  .menu-page .price{font-size:11.5px}

  .news-page .content-page{padding:34px 0 64px}
  .news-page .empty{padding:28px 30px;border-radius:16px}
  .news-page .empty h3{font-size:26px}
  .news-page .empty p{font-size:13px}

  .schedule-page #scheduleRoot > .empty:only-child{min-height:136px;padding:28px 32px}

  .footer.footer-v9{padding:26px 0 22px!important}
  .footer-v9 .footer-v9-inner{min-height:74px!important}
  .footer-v9-brand .brand img{width:38px!important;height:38px!important}
  .footer-v9-brand .brand-word{font-size:15px!important}
  .footer-v9-contact{font-size:11px!important}
}

/* v9.2 · Menu rebuilt as a clean text-only catalogue on the website */
.menu-page .content-page{padding-top:34px}
.menu-page .menu-shell{display:block!important}
.menu-page .category-rail{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap;
  align-items:center;
  gap:10px!important;
  overflow:visible!important;
  border:0!important;
  margin:0 0 30px!important;
}
.menu-page .category-rail button{
  width:auto!important;
  min-height:42px;
  padding:0 16px!important;
  border:1px solid var(--line)!important;
  border-radius:999px;
  background:#f7f4ee!important;
  color:#7a746b!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:10px;
  white-space:nowrap;
}
.menu-page .category-rail button.active{
  background:#1a1916!important;
  border-color:#1a1916!important;
  color:#fff!important;
}
.menu-page .category-rail button b{font-size:12px;font-weight:500}
.menu-page .category-rail button em{
  min-width:22px;height:22px;padding:0 6px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  background:rgba(123,103,72,.09);font-size:10px;color:inherit
}
.menu-page .category-rail button.active em{background:rgba(255,255,255,.12)}

/* Product photos remain available in backend/iOS, but are intentionally hidden on web menu. */
.menu-page .product-media{display:none!important}
.menu-page .product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  grid-auto-rows:176px;
  gap:16px!important;
  align-items:stretch;
}
.menu-page .product-card,
.menu-page .product-card.no-image{
  display:block!important;
  height:176px!important;
  min-height:176px!important;
  border:1px solid #ddd7cd!important;
  border-radius:16px!important;
  background:#faf8f3!important;
  overflow:hidden!important;
  box-shadow:none!important;
  transform:none!important;
}
.menu-page .product-card:hover{transform:none!important;box-shadow:none!important;border-color:#cfc6b8!important}
.menu-page .product-body,
.menu-page .product-card.no-image .product-body{
  height:100%!important;
  min-height:0!important;
  padding:19px 20px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-start!important;
}
.menu-page .product-top{gap:14px}
.menu-page .product-top h3,
.menu-page .product-card.no-image .product-top h3{
  margin:0!important;
  font-size:22px!important;
  line-height:1.12!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.menu-page .price{padding-top:2px;font-size:11px!important;flex:0 0 auto}
.menu-page .product-meta{margin:7px 0 10px!important;font-size:10px!important;line-height:1.2}
.menu-page .product-body p,
.menu-page .product-card.no-image .product-body p{
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.45!important;
  color:#706a61!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

@media(max-width:1050px){
  .menu-page .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:680px){
  .menu-page .content-page{padding-top:24px}
  .menu-page .category-rail{flex-wrap:nowrap;overflow-x:auto!important;padding-bottom:4px;margin-bottom:22px!important}
  .menu-page .category-rail::-webkit-scrollbar{display:none}
  .menu-page .product-grid{grid-template-columns:1fr!important;grid-auto-rows:auto}
  .menu-page .product-card,
  .menu-page .product-card.no-image{height:auto!important;min-height:150px!important}
  .menu-page .product-body,
  .menu-page .product-card.no-image .product-body{min-height:150px!important;padding:17px 18px!important}
}
