:root{
  --green:#76bd43;
  --green-dark:#315f40;
  --green-deep:#183e2d;
  --green-soft:#eef7e8;
  --pink:#ec148c;
  --pink-dark:#c30b70;
  --ink:#27342e;
  --muted:#718078;
  --paper:#ffffff;
  --soft:#f5f7f4;
  --line:#dfe6df;
  --shadow:0 18px 50px rgba(32,56,42,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased}
a{color:inherit}
.section-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.topbar{height:82px;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(40,70,50,.10);box-shadow:0 4px 20px rgba(38,64,47,.04)}
.topbar-inner{width:min(1180px,calc(100% - 40px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;text-decoration:none;flex:0 0 auto}
.brand img{display:block;width:168px;height:auto;image-rendering:auto}
.nav{display:flex;align-items:center;gap:7px}
.nav a{position:relative;text-decoration:none;color:#536159;font-size:14px;font-weight:700;padding:12px 15px;border-radius:999px;transition:.2s ease}
.nav a:hover{background:var(--green-soft);color:var(--green-deep)}
.nav a.active{background:var(--green);color:#fff}
.mobile-toggle{display:none;width:44px;height:44px;border:0;border-radius:12px;background:var(--green-soft);padding:11px;cursor:pointer}
.mobile-toggle span{display:block;height:2px;background:var(--green-deep);margin:5px 0;transition:.2s}
.mobile-toggle.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.mobile-toggle.open span:nth-child(2){opacity:0}
.mobile-toggle.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.home-hero{position:relative;overflow:hidden;background:linear-gradient(120deg,#eff8e9 0%,#fbfdf9 55%,#fff0f8 100%);min-height:560px;display:flex;align-items:center}
.hero-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:70px;padding:70px 0;position:relative;z-index:2}
.hero-kicker,.section-kicker{display:inline-block;font-size:11px;letter-spacing:2.2px;font-weight:800;color:var(--green-dark)}
.hero-copy h1{font-family:Georgia,'Times New Roman',serif;font-size:74px;line-height:.96;letter-spacing:-2.8px;margin:18px 0 24px;color:var(--green-deep);font-weight:500}
.hero-copy h1 em{font-style:normal;color:var(--pink)}
.hero-copy p{font-size:18px;line-height:1.7;color:#657169;max-width:550px;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;transition:.2s ease;border:1px solid transparent}
.btn-primary{background:var(--pink);color:#fff;box-shadow:0 10px 24px rgba(236,20,140,.20)}
.btn-primary:hover{background:var(--pink-dark);transform:translateY(-1px)}
.btn-ghost{background:#fff;color:var(--green-deep);border-color:#d9e4da}
.btn-ghost:hover{border-color:var(--green);background:var(--green-soft)}
.btn-light{background:#fff;color:var(--green-deep);box-shadow:0 10px 24px rgba(0,0,0,.08)}
.hero-plate{width:420px;height:420px;border-radius:50%;background:#fff;justify-self:end;position:relative;box-shadow:0 30px 65px rgba(37,76,51,.14);display:flex;align-items:center;justify-content:center}
.plate-ring{position:absolute;border-radius:50%;border:1px solid #d9e8d4}
.plate-ring-1{inset:25px}.plate-ring-2{inset:58px;border-style:dashed}
.plate-center{width:245px;height:245px;border-radius:50%;background:linear-gradient(145deg,var(--green),#9dd56a);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:inset 0 0 0 12px rgba(255,255,255,.18)}
.plate-center span{font-size:24px;font-weight:700;line-height:1}
.plate-center strong{font-size:43px;line-height:1;font-weight:900;letter-spacing:-2px}
.plate-center small{font-size:11px;text-transform:uppercase;letter-spacing:1.5px;margin-top:12px;opacity:.85}
.hero-decor{position:absolute;border-radius:50%;filter:blur(1px)}
.hero-decor-a{width:220px;height:220px;background:rgba(118,189,67,.09);left:-70px;bottom:-70px}
.hero-decor-b{width:170px;height:170px;background:rgba(236,20,140,.06);right:20%;top:-65px}

.today-section{padding:90px 0;background:#fff}
.today-layout{display:grid;grid-template-columns:320px 1fr;gap:65px;align-items:start}
.today-heading{position:sticky;top:120px}
.today-day{font-family:Georgia,'Times New Roman',serif;font-size:54px;line-height:1;color:var(--green-deep);margin:18px 0 8px}
.today-heading h2{font-size:17px;margin:0 0 18px;color:var(--pink);font-weight:800}
.today-heading p{font-size:15px;line-height:1.65;color:var(--muted);margin:0 0 22px}
.text-link{display:inline-flex;gap:9px;align-items:center;text-decoration:none;color:var(--green-dark);font-size:14px;font-weight:800}
.text-link span{transition:transform .2s}.text-link:hover span{transform:translateX(4px)}
.menu-panel{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.menu-panel-top{height:64px;padding:0 24px;background:var(--green-deep);color:#fff;display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:800}
.menu-count{font-size:12px;font-weight:700;opacity:.7}
.today-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding:14px 24px 22px}
.today-item{min-height:72px;display:flex;align-items:center;gap:16px;padding:12px 10px;border-bottom:1px solid #e9eee9}
.today-item:nth-last-child(-n+2){border-bottom:0}
.item-number{font-family:Georgia,'Times New Roman',serif;font-size:16px;color:#a8b3ab;min-width:25px}
.item-name{font-size:15px;line-height:1.35;color:#3d4a43;font-weight:700}
.empty-state{padding:60px 30px;display:flex;flex-direction:column;text-align:center;gap:8px;color:var(--muted)}
.empty-state strong{color:var(--green-deep);font-size:18px}

.week-teaser{padding:80px 0;background:var(--soft);border-top:1px solid #edf0ed;border-bottom:1px solid #edf0ed}
.section-heading h2{font-family:Georgia,'Times New Roman',serif;font-size:42px;line-height:1.08;font-weight:500;color:var(--green-deep);margin:11px 0 0}
.section-heading p{color:var(--muted);font-size:15px;line-height:1.6;margin:12px auto 0;max-width:610px}
.centered{text-align:center}
.split-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:32px}
.day-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}
.day-chip{text-decoration:none;background:#fff;border:1px solid #e0e7e1;border-radius:16px;padding:20px 16px;display:flex;flex-direction:column;transition:.2s;min-height:130px}
.day-chip:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(35,62,45,.08);border-color:#cddacb}
.day-chip.is-today{background:var(--green-deep);border-color:var(--green-deep);color:#fff}
.day-chip span{font-size:11px;font-weight:800;letter-spacing:1.1px;color:var(--green-dark)}
.day-chip.is-today span{color:#b8d7c4}
.day-chip strong{font-family:Georgia,'Times New Roman',serif;font-size:38px;line-height:1;margin-top:auto;color:var(--pink)}
.day-chip.is-today strong{color:#fff}
.day-chip small{font-size:11px;color:var(--muted);margin-top:4px}.day-chip.is-today small{color:#c7d8cd}

.branches{padding:88px 0 92px;background:#fff}
.branches .section-heading{margin-bottom:38px}
.branches-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.branch-card{position:relative;display:flex;gap:16px;min-height:190px;border:1px solid var(--line);border-radius:18px;padding:23px;background:#fff;transition:.2s;overflow:hidden}
.branch-card:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:var(--green-soft);right:-40px;bottom:-45px}
.branch-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(33,58,42,.08);border-color:#cbd9cc}
.branch-number{font-family:Georgia,'Times New Roman',serif;color:#c5cec7;font-size:17px;padding-top:2px}
.branch-content{position:relative;z-index:1;min-width:0}
.branch-content small{display:block;color:var(--pink);text-transform:uppercase;letter-spacing:1.1px;font-size:10px;font-weight:800;margin-bottom:7px}
.branch-card h3{font-size:15px;line-height:1.35;color:var(--green-deep);margin:0 0 15px}
.branch-card p{font-size:13px;color:var(--muted);margin:0 0 12px}
.branch-phone-label{font-size:10px;text-transform:uppercase;color:#a0aaa2;font-weight:800;letter-spacing:.9px;margin-bottom:4px}
.branch-phones{display:flex;flex-wrap:wrap;gap:5px 11px}
.branch-phones a{font-size:13px;text-decoration:none;color:#4c6b58;font-weight:800}
.branch-phones a:hover{color:var(--pink)}
.about-band{padding:58px 0;background:var(--green-soft);border-top:1px solid #e1ecd9}
.about-band-inner{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}
.about-band h2{font-family:Georgia,'Times New Roman',serif;font-size:36px;font-weight:500;color:var(--green-deep);margin:10px 0 0}
.about-band p{font-size:16px;line-height:1.7;color:#5e6f64;margin:0}
.footer{background:#163728;color:#fff;padding:40px 0}
.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center}
.footer-brand{display:flex;flex-direction:column}.footer-brand strong{font-size:20px}.footer-brand span{font-size:11px;opacity:.65;margin-top:3px}
.footer-copy{font-size:13px;opacity:.72}.footer-note{font-size:11px;opacity:.55}

.week-page{background:#fff}
.week-hero{background:linear-gradient(125deg,#183e2d,#315f40);color:#fff;padding:76px 0 70px;overflow:hidden;position:relative}
.week-hero:after{content:"";position:absolute;width:380px;height:380px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-80px;top:-160px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.week-hero-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;position:relative;z-index:2}
.week-hero .hero-kicker{color:#b9d4c1}
.week-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:62px;line-height:.98;letter-spacing:-2px;font-weight:500;margin:14px 0 17px}
.week-hero p{margin:0;color:#c8d6cd;line-height:1.6;max-width:550px}
.week-nav{position:sticky;top:82px;z-index:80;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 20px rgba(33,52,40,.04)}
.week-nav-inner{display:flex;gap:5px;overflow:auto;padding-top:10px;padding-bottom:10px;scrollbar-width:none}.week-nav-inner::-webkit-scrollbar{display:none}
.week-nav-link{white-space:nowrap;text-decoration:none;font-size:11px;font-weight:800;letter-spacing:.7px;padding:11px 15px;border-radius:999px;color:#68766e}
.week-nav-link:hover{background:var(--green-soft);color:var(--green-deep)}
.week-nav-link.active{background:var(--pink);color:#fff}
.week-content{padding:45px 0 85px;background:var(--soft)}
.week-list{display:flex;flex-direction:column;gap:18px}
.day-section{scroll-margin-top:145px;display:grid;grid-template-columns:270px 1fr;background:#fff;border:1px solid #e1e7e1;border-radius:20px;overflow:hidden;box-shadow:0 8px 26px rgba(34,56,43,.04)}
.day-section.current-day{border-color:#afd09b;box-shadow:0 10px 35px rgba(71,119,71,.10)}
.day-side{padding:28px 25px;background:#f3f8f0;border-right:1px solid #e2ebe0}
.current-day .day-side{background:var(--green-deep);color:#fff;border-right-color:transparent}
.day-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.day-label{font-size:11px;letter-spacing:1.4px;font-weight:900;color:var(--green-dark)}.current-day .day-label{color:#bcd5c4}
.today-badge{font-size:9px;font-weight:900;background:var(--pink);color:#fff;padding:5px 7px;border-radius:999px;letter-spacing:.7px}
.day-side h2{font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1.1;font-weight:500;margin:14px 0 18px;color:var(--green-deep)}.current-day .day-side h2{color:#fff}
.day-total{font-size:12px;color:var(--muted);font-weight:700}.current-day .day-total{color:#b7cbbd}
.day-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;padding:14px 22px}
.day-item{min-height:61px;display:flex;align-items:center;gap:14px;padding:10px 8px;border-bottom:1px solid #edf0ed}
.day-item:nth-last-child(-n+2){border-bottom:0}
.day-item span{font-family:Georgia,'Times New Roman',serif;font-size:13px;color:#abb4ad;min-width:23px}.day-item strong{font-size:14px;line-height:1.35;color:#3d4942}.day-item.muted strong{color:#8b968f;font-weight:500}

@media(max-width:980px){
  .hero-inner{grid-template-columns:1fr .8fr;gap:35px}.hero-copy h1{font-size:62px}.hero-plate{width:330px;height:330px}.plate-center{width:195px;height:195px}.plate-center strong{font-size:35px}
  .today-layout{grid-template-columns:260px 1fr;gap:35px}.day-strip{grid-template-columns:repeat(3,1fr)}.branches-grid{grid-template-columns:repeat(2,1fr)}
  .day-section{grid-template-columns:220px 1fr}.day-items{grid-template-columns:1fr}.day-item:nth-last-child(-n+2){border-bottom:1px solid #edf0ed}.day-item:last-child{border-bottom:0}
}
@media(max-width:760px){
  .section-shell,.topbar-inner,.hero-inner,.footer-inner{width:min(100% - 28px,1180px)}
  .topbar{height:70px}.brand img{width:145px}.mobile-toggle{display:block}.nav{display:none;position:absolute;top:70px;left:14px;right:14px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:0 18px 40px rgba(25,49,34,.15);flex-direction:column;align-items:stretch;gap:2px}.nav.open{display:flex}.nav a{padding:13px 14px}
  .home-hero{display:none}
  .today-section{padding:28px 0 44px}.today-layout{display:block}.today-heading{position:static;margin-bottom:20px}.today-day{font-size:42px;margin-top:12px}.today-heading h2{margin-bottom:12px}.today-heading p{font-size:14px;margin-bottom:14px}.today-list{grid-template-columns:1fr}.today-item:nth-last-child(-n+2){border-bottom:1px solid #e9eee9}.today-item:last-child{border-bottom:0}
  .week-teaser{padding:58px 0}.section-heading h2{font-size:34px}.split-heading{display:block}.split-heading .text-link{margin-top:18px}.day-strip{grid-template-columns:repeat(2,1fr)}
  .branches{padding:62px 0}.branches-grid{grid-template-columns:1fr}.about-band-inner{grid-template-columns:1fr;gap:22px}.about-band h2{font-size:31px}
  .footer-inner{grid-template-columns:1fr;gap:15px}.footer-copy{max-width:430px}
  .week-hero{padding:55px 0}.week-hero-inner{display:block}.week-hero h1{font-size:49px}.week-hero .btn{margin-top:25px}.week-nav{top:70px}.day-section{display:block}.day-side{border-right:0;border-bottom:1px solid #e2ebe0}.day-items{padding:10px 17px}.week-content{padding:28px 0 60px}
}
@media(max-width:430px){
  .hero-copy h1{font-size:47px}.hero-actions{display:grid}.btn{width:100%}.day-strip{grid-template-columns:repeat(2,1fr);gap:9px}.day-chip{min-height:116px;padding:16px 13px}.day-chip strong{font-size:32px}.menu-panel-top{padding:0 17px}.today-list{padding:9px 16px 16px}.today-item{padding:10px 3px}.branch-card{padding:20px}.week-hero h1{font-size:43px}.day-side{padding:23px 20px}
}
