.st-shell{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-bg)}.st-section{padding:56px var(--st-edge) 0}.st-wrap{max-width:var(--st-wide);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-wrap--narrow{max-width:var(--st-narrow)}.st-kicker{display:flex;align-items:center;gap:12px;color:var(--st-kicker);font-family:var(--st-font-body);font-weight:600;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:0.22em;margin-bottom:14px}.st-kicker-line{display:block;flex-grow:0;flex-shrink:0;flex-basis:auto;width:28px;height:1px;background-color:var(--st-kicker)}.st-kicker--light{color:var(--st-sand)}.st-kicker--accent{color:var(--st-accent)}.st-h2{color:var(--st-ink);font-family:var(--st-font-head);font-weight:700;font-size:clamp(26px,3vw,38px);line-height:1.2;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-h2--light{color:var(--st-white)}.st-h2--brand{color:var(--st-brand)}.st-lead{color:var(--st-text);font-family:var(--st-font-body);font-weight:400;font-size:17px;line-height:1.7;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-lead--light{color:var(--st-on-dark)}.st-section-head{display:flex;justify-content:space-between;align-items:end;gap:20px 40px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--st-line)}.st-section-head{flex-wrap:wrap}.st-btn{display:inline-flex;justify-content:center;align-items:center;min-height:44px;box-sizing:border-box;font-family:var(--st-font-body);font-weight:600;font-size:15px;line-height:1.2;text-decoration:none;letter-spacing:0.01em;padding-top:11px;padding-right:20px;padding-bottom:11px;padding-left:20px;border-radius:var(--st-radius-pill);border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-left:1px solid transparent;cursor:pointer}.st-btn{white-space:nowrap}.st-btn--lg{min-height:52px;font-size:15.5px;padding-top:15px;padding-right:28px;padding-bottom:15px;padding-left:28px}.st-btn--primary{color:var(--st-accent-ink);font-weight:700;background-color:var(--st-accent)}.st-btn--primary:hover{color:var(--st-accent-ink);background-color:var(--st-accent-hover)}.st-btn--secondary{color:var(--st-white);background-color:var(--st-brand)}.st-btn--secondary:hover{color:var(--st-accent-ink);background-color:var(--st-accent)}.st-btn--ghost{color:var(--st-brand);background-color:transparent;border-top:1px solid rgba(112,35,29,.34);border-right:1px solid rgba(112,35,29,.34);border-bottom:1px solid rgba(112,35,29,.34);border-left:1px solid rgba(112,35,29,.34)}.st-btn--ghost:hover{color:var(--st-white);background-color:var(--st-brand)}.st-btn--ghost:hover{border-color:var(--st-brand)}.st-btn--glass{color:var(--st-white);background-color:rgba(255,255,255,.16);border-top:1px solid rgba(255,255,255,.72);border-right:1px solid rgba(255,255,255,.72);border-bottom:1px solid rgba(255,255,255,.72);border-left:1px solid rgba(255,255,255,.72)}.st-btn--glass:hover{color:var(--st-white);background-color:rgba(255,255,255,.26)}.st-btn--light{color:var(--st-white);background-color:transparent;border-top:1px solid rgba(255,255,255,.7);border-right:1px solid rgba(255,255,255,.7);border-bottom:1px solid rgba(255,255,255,.7);border-left:1px solid rgba(255,255,255,.7)}.st-btn--light:hover{color:var(--st-brand);background-color:var(--st-white)}.st-btn--light:hover{border-color:var(--st-white)}.st-textlink{display:inline-flex;align-items:center;gap:6px;color:var(--st-brand);font-family:var(--st-font-body);font-weight:600;font-size:14.5px;line-height:1.35;text-decoration:none}.st-textlink:hover{color:var(--st-kicker)}.st-chip{display:inline-flex;align-items:center;min-height:44px;box-sizing:border-box;color:var(--st-nav);font-family:var(--st-font-body);font-weight:500;font-size:15px;line-height:1;text-decoration:none;padding-top:11px;padding-right:18px;padding-bottom:11px;padding-left:18px;background-color:var(--st-bg);border-radius:var(--st-radius-pill);border-top:1px solid rgba(112,35,29,.22);border-right:1px solid rgba(112,35,29,.22);border-bottom:1px solid rgba(112,35,29,.22);border-left:1px solid rgba(112,35,29,.22)}.st-chip:hover{color:var(--st-white);background-color:var(--st-brand)}.st-chip:hover{border-color:var(--st-brand)}.st-badge{position:absolute;bottom:12px;left:12px;color:var(--st-brand);font-family:var(--st-font-body);font-weight:700;font-size:10px;line-height:1.3;text-transform:uppercase;letter-spacing:0.08em;padding-top:6px;padding-right:10px;padding-bottom:6px;padding-left:10px;background-color:var(--st-peach);border-radius:3px}.st-badge{white-space:nowrap}.st-badge--live{color:#235c34;background-color:#e4efe4}.st-badge--fixed{color:#7a4a11;background-color:#fdf0dc}.st-badge--whatsapp{color:#7a4a11;background-color:var(--st-paper)}.st-card{display:flex;flex-flow:column;overflow:hidden;background-color:var(--st-white);border-radius:var(--st-radius);border-top:1px solid var(--st-line);border-right:1px solid var(--st-line);border-bottom:1px solid var(--st-line);border-left:1px solid var(--st-line);transition:box-shadow 0.3s ease}.st-card:hover{box-shadow:var(--st-shadow-card)}.st-card__media{position:relative}.st-card__img{display:block;width:100%;object-fit:cover;aspect-ratio:16/10}.st-card__body{display:flex;flex-flow:column;gap:10px;flex-grow:1;flex-shrink:1;flex-basis:0%;padding-top:20px;padding-right:20px;padding-bottom:22px;padding-left:20px}.st-card__top{display:flex;align-items:baseline;gap:10px}.st-card__num{color:#7e6558;font-family:var(--st-font-head);font-weight:700;font-size:15px;line-height:1}.st-label{color:var(--st-kicker);font-family:var(--st-font-body);font-weight:600;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:0.16em}.st-card__title{color:var(--st-brand);font-family:var(--st-font-body);font-weight:600;font-size:20px;line-height:1.32;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-card__text{color:var(--st-text);font-family:var(--st-font-body);font-weight:400;font-size:15px;line-height:1.6;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-card__link{margin-top:auto;padding-top:14px;border-top:1px solid var(--st-line-soft)}.st-band{background-color:var(--st-brand);border-radius:var(--st-radius);border-top:1px solid var(--st-brand-border);border-right:1px solid var(--st-brand-border);border-bottom:1px solid var(--st-brand-border);border-left:1px solid var(--st-brand-border)}.st-grid{display:grid;gap:20px}.st-grid--5{grid-template-columns:repeat(auto-fit,minmax(min(100%,268px),1fr))}.st-grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:28px}.st-section--pad{padding-bottom:64px}.st-page-head{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-paper);border-bottom:1px solid var(--st-line-paper)}.st-page-head{padding:56px var(--st-edge) 44px}.st-page-head__inner{max-width:var(--st-narrow);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-page-head__title{color:var(--st-ink);font-family:var(--st-font-head);font-weight:700;font-size:clamp(28px,3.6vw,42px);line-height:1.16;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-page-head__lead{max-width:62ch;margin-top:14px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-page-head__actions{display:flex;gap:12px;margin-top:22px}.st-page-head__actions{flex-wrap:wrap}.st-vbo{max-width:var(--st-narrow);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-vbo{padding:40px var(--st-edge) 64px}.st-note{color:var(--st-meta);font-family:var(--st-font-body);font-size:14px;line-height:1.6;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-quote{display:flex;flex-flow:column;gap:12px;padding-top:26px;padding-right:24px;padding-bottom:26px;padding-left:24px;background-color:var(--st-paper);border-radius:var(--st-radius)}.st-quote__mark{color:var(--st-accent);font-family:var(--st-font-head);font-weight:800;font-size:44px;line-height:0.6}.st-quote__title{color:var(--st-brand);font-family:var(--st-font-body);font-weight:600;font-size:17px;line-height:1.4;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-quote__text{color:var(--st-text);font-family:var(--st-font-body);font-size:15px;line-height:1.65;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-quote__src{color:var(--st-kicker);font-family:var(--st-font-body);font-weight:600;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:0.14em}.st-prose{max-width:var(--st-narrow);color:var(--st-text);font-family:var(--st-font-body);font-size:16px;line-height:1.7;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-prose{padding:40px var(--st-edge) 64px}.st-header-shell{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-bg)}.st-utility{background-color:var(--st-brand-dark)}.st-utility{padding:0 var(--st-edge)}.st-utility__inner{display:flex;justify-content:space-between;align-items:center;gap:6px 22px;max-width:var(--st-wide);min-height:42px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:8px;padding-right:0px;padding-bottom:8px;padding-left:0px}.st-utility__inner{flex-wrap:wrap}.st-utility__place{color:var(--st-on-dark-4);font-family:var(--st-font-body);font-weight:500;font-size:13px;line-height:1.4}@media (max-width:767px){.st-utility__place{display:none}}.st-utility__right{display:flex;align-items:center;gap:6px 22px}.st-utility__right{flex-wrap:wrap}.st-utility__phone{color:var(--st-white);font-family:var(--st-font-body);font-weight:500;font-size:13px;line-height:1.4;text-decoration:none}.st-utility__phone:hover{color:var(--st-sand)}.st-utility__link{color:var(--st-sand);font-family:var(--st-font-body);font-weight:600;font-size:13px;line-height:1.4;text-decoration:none}.st-utility__link:hover{color:var(--st-white)}@media (max-width:767px){.st-utility__link{display:none}}.st-header{position:sticky;top:calc(var(--wp-admin--admin-bar--height,0px) + 0px);z-index:20;background-color:var(--st-bg);border-bottom:1px solid var(--st-line)}.st-header{padding:0 var(--st-edge)}.st-header__inner{display:flex;justify-content:space-between;align-items:center;gap:12px 40px;max-width:var(--st-wide);min-height:84px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:12px;padding-right:0px;padding-bottom:12px;padding-left:0px}.st-header__inner{flex-wrap:wrap}@media (max-width:1119px){.st-header__inner{gap:12px 20px;min-height:72px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px}}@media (max-width:767px){.st-header__inner{gap:10px;min-height:64px}.st-header__inner{flex-wrap:nowrap}}.st-brand{display:flex;align-items:center;gap:12px;text-decoration:none}@media (max-width:767px){.st-brand{gap:9px;min-width:0px}}.st-brand__mark{display:block;width:46px;height:46px;object-fit:contain}@media (max-width:767px){.st-brand__mark{width:38px;height:38px}}.st-brand__text{display:flex;flex-flow:column}.st-brand__name{color:var(--st-brand);font-family:var(--st-font-head);font-weight:700;font-size:22px;line-height:1.05}@media (max-width:767px){.st-brand__name{font-size:19px}}@media (max-width:479px){.st-brand__name{font-size:17px}}.st-brand__sub{color:var(--st-kicker);font-family:var(--st-font-body);font-weight:600;font-size:10px;line-height:1.6;text-transform:uppercase;letter-spacing:0.18em}@media (max-width:767px){.st-brand__sub{display:none}}.st-header__right{display:flex;align-items:center;gap:22px}@media (max-width:1119px){.st-header__right{gap:12px}}@media (max-width:767px){.st-header__right{gap:8px;flex-grow:0;flex-shrink:0;flex-basis:auto}}.st-nav{display:flex;align-items:center}.st-nav .breakdance-menu-link{color:var(--st-nav);font-family:var(--st-font-body);font-weight:500;font-size:15px;line-height:1.2}.st-nav .breakdance-menu-link:hover{color:var(--st-brand)}@media (max-width:767px){.st-nav .breakdance-menu-link{font-size:17px;padding-left:4px}}.st-header__cta{min-height:44px;padding-top:11px;padding-right:22px;padding-bottom:11px;padding-left:22px}@media (max-width:767px){.st-header__cta{min-height:40px;font-size:14px;padding-top:9px;padding-right:14px;padding-bottom:9px;padding-left:14px}}@media (max-width:479px){.st-header__cta{font-size:13.5px;padding-top:8px;padding-right:12px;padding-bottom:8px;padding-left:12px}}.st-footer{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-brand-dark)}.st-footer{padding:56px var(--st-edge) 0}@media (max-width:767px){.st-footer{padding-top:44px}}.st-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:36px;max-width:var(--st-narrow);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}@media (max-width:767px){.st-footer__grid{gap:28px}}.st-footer__brand{display:flex;align-items:center;gap:12px;margin-bottom:16px}.st-footer__mark{display:block;width:44px;height:44px;object-fit:contain}.st-footer__name{color:var(--st-white);font-family:var(--st-font-head);font-weight:700;font-size:22px;line-height:1.05}.st-footer__claim{max-width:300px;color:#e0c8be;font-family:var(--st-font-body);font-weight:400;font-size:16px;line-height:1.7;margin-top:0px;margin-right:0px;margin-bottom:18px;margin-left:0px}.st-footer__social{display:flex;gap:10px}.st-footer__social{flex-wrap:wrap}.st-footer__pill{display:inline-flex;justify-content:center;align-items:center;min-height:40px;box-sizing:border-box;color:var(--st-white);font-family:var(--st-font-body);font-weight:600;font-size:14px;line-height:1;text-decoration:none;padding-top:9px;padding-right:16px;padding-bottom:9px;padding-left:16px;border-radius:var(--st-radius-pill);border-top:1px solid rgba(255,255,255,.35);border-right:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);border-left:1px solid rgba(255,255,255,.35)}.st-footer__pill:hover{color:var(--st-brand);background-color:var(--st-white)}.st-footer__pill:hover{border-color:var(--st-white)}.st-footer__head{color:var(--st-accent);font-family:var(--st-font-body);font-weight:600;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:0.2em;margin-bottom:16px}.st-footer__list{display:flex;flex-flow:column;gap:11px}.st-footer__link{color:var(--st-on-dark-3);font-family:var(--st-font-body);font-weight:400;font-size:16px;line-height:1.5;text-decoration:none}.st-footer__link:hover{color:var(--st-white)}.st-footer__addr{color:var(--st-on-dark-3);font-family:var(--st-font-body);font-weight:400;font-size:16px;line-height:1.6}.st-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:12px 24px;max-width:var(--st-narrow);margin-top:44px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:20px;padding-right:0px;padding-bottom:28px;padding-left:0px;border-top:1px solid rgba(255,255,255,.2)}.st-footer__bottom{flex-wrap:wrap}.st-footer__copy{color:var(--st-on-dark-5);font-family:var(--st-font-body);font-weight:400;font-size:14.5px;line-height:1.5}.st-footer__legal{display:flex;gap:20px}.st-footer__legal{flex-wrap:wrap}.st-footer__legal-link{color:var(--st-on-dark-5);font-family:var(--st-font-body);font-weight:400;font-size:14.5px;line-height:1.5;text-decoration:none}.st-footer__legal-link:hover{color:var(--st-white)}.st-hero{display:flex;flex-flow:column;justify-content:end;position:relative;max-width:1800px;min-height:640px;overflow:hidden;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}@media (max-width:767px){.st-hero{min-height:560px}}.st-hero__bg{display:block;position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:100%;height:100%;object-fit:cover}.st-hero__shade{position:absolute;top:0px;right:0px;bottom:0px;left:0px;background-image:linear-gradient(180deg,rgba(33,20,18,.3) 0%,rgba(33,20,18,.12) 34%,rgba(33,20,18,.86) 100%);background-size:auto;background-position:0px 0px;background-repeat:repeat;background-attachment:scroll}.st-hero__content{position:relative;z-index:2}.st-hero__content{padding:120px var(--st-edge) 40px}@media (max-width:1119px){.st-hero__content{padding-top:96px}}@media (max-width:767px){.st-hero__content{padding:80px var(--st-edge) 28px}}.st-hero__inner{max-width:var(--st-wide);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-hero__kicker{display:flex;align-items:center;gap:14px;color:var(--st-sand);font-family:var(--st-font-body);font-weight:600;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:0.22em;margin-bottom:18px}.st-hero__kicker-line{display:block;flex-grow:0;flex-shrink:0;flex-basis:auto;width:44px;height:1px;background-color:var(--st-accent)}.st-hero__title{max-width:900px;color:var(--st-white);font-family:var(--st-font-head);font-weight:700;font-size:clamp(32px,4.6vw,56px);line-height:1.1;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-hero__lead{max-width:680px;color:var(--st-on-dark-2);font-family:var(--st-font-body);font-weight:400;font-size:clamp(16px,1.7vw,19px);line-height:1.7;margin-top:18px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-hero__actions{display:flex;gap:12px;margin-top:30px}.st-hero__actions{flex-wrap:wrap}.st-hero__stats-wrap{position:relative;z-index:2}.st-hero__stats-wrap{padding:0 var(--st-edge) 30px}.st-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:16px 24px;max-width:var(--st-wide);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;padding-top:20px;padding-right:24px;padding-bottom:20px;padding-left:24px;background-color:rgba(28,13,11,.34);border-radius:var(--st-radius);border-top:1px solid rgba(255,255,255,.42);border-right:1px solid rgba(255,255,255,.42);border-bottom:1px solid rgba(255,255,255,.42);border-left:1px solid rgba(255,255,255,.42);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}@media (max-width:767px){.st-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;padding-top:16px;padding-right:18px;padding-bottom:16px;padding-left:18px}}.st-stat{display:flex;flex-flow:column;gap:4px}.st-stat__num{color:var(--st-sand);font-family:var(--st-font-head);font-weight:700;font-size:28px;line-height:1}.st-stat__label{color:var(--st-white);font-family:var(--st-font-body);font-weight:400;font-size:13.5px;line-height:1.4}.st-search{padding-top:36px;padding-right:34px;padding-bottom:36px;padding-left:34px;background-color:var(--st-brand);border-radius:var(--st-radius);border-top:1px solid var(--st-brand-border);border-right:1px solid var(--st-brand-border);border-bottom:1px solid var(--st-brand-border);border-left:1px solid var(--st-brand-border)}@media (max-width:1119px){.st-search{padding-top:28px;padding-right:24px;padding-bottom:28px;padding-left:24px}}@media (max-width:767px){.st-search{padding-top:24px;padding-right:18px;padding-bottom:24px;padding-left:18px}}.st-search__head{margin-bottom:24px}.st-search__title{color:var(--st-white);font-family:var(--st-font-head);font-weight:700;font-size:clamp(24px,2.8vw,34px);line-height:1.2;margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px}.st-search__lead{max-width:640px}.st-search__summary{color:var(--st-on-dark-4);font-family:var(--st-font-body);font-weight:400;font-size:14.5px;line-height:1.6;margin-top:16px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-why{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));overflow:hidden;background-color:var(--st-brand);border-radius:var(--st-radius);border-top:1px solid var(--st-brand-border);border-right:1px solid var(--st-brand-border);border-bottom:1px solid var(--st-brand-border);border-left:1px solid var(--st-brand-border)}.st-why__img{display:block;width:100%;height:100%;min-height:300px;object-fit:cover}.st-why__body{display:flex;flex-flow:column;justify-content:center;gap:14px;padding-top:36px;padding-right:32px;padding-bottom:36px;padding-left:32px}@media (max-width:767px){.st-why__body{padding-top:28px;padding-right:22px;padding-bottom:28px;padding-left:22px}}.st-why__kicker{color:var(--st-sand);font-family:var(--st-font-body);font-weight:600;font-size:11px;line-height:1.4;text-transform:uppercase;letter-spacing:0.2em}.st-why__title{color:var(--st-white);font-family:var(--st-font-head);font-weight:700;font-size:clamp(24px,2.6vw,32px);line-height:1.24;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-why__list{border-top:1px solid rgba(255,255,255,.22)}.st-why__item{color:var(--st-on-dark-2);font-family:var(--st-font-body);font-weight:500;font-size:16px;line-height:1.5;padding-top:13px;padding-right:0px;padding-bottom:13px;padding-left:0px;border-bottom:1px solid rgba(255,255,255,.22)}.st-why__btn{align-self:start;margin-top:8px}.st-about{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));overflow:hidden;background-color:var(--st-peach);border-radius:var(--st-radius);border-top:1px solid var(--st-line);border-right:1px solid var(--st-line);border-bottom:1px solid var(--st-line);border-left:1px solid var(--st-line)}.st-about__media{position:relative;min-height:420px}@media (max-width:767px){.st-about__media{min-height:300px}}.st-about__img{display:block;position:absolute;top:0px;right:0px;bottom:0px;left:0px;width:100%;height:100%;object-fit:cover}.st-about__panel{display:flex;flex-flow:column;justify-content:center;gap:14px;padding-top:48px;padding-right:40px;padding-bottom:48px;padding-left:40px}@media (max-width:767px){.st-about__panel{padding-top:36px;padding-right:24px;padding-bottom:36px;padding-left:24px}}.st-about__title{color:var(--st-brand);font-family:var(--st-font-head);font-weight:700;font-size:clamp(26px,3.2vw,38px);line-height:1.16;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-about__text{color:var(--st-text);font-family:var(--st-font-body);font-weight:400;font-size:16px;line-height:1.7;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-rest{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));align-items:center;gap:36px}.st-rest__img{display:block;width:100%;object-fit:cover;aspect-ratio:4/3;border-radius:var(--st-radius)}.st-rest__hours{color:var(--st-ink);font-family:var(--st-font-body);font-weight:500;font-size:15px;line-height:1.6;margin-top:20px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;background-color:var(--st-paper);border-left:3px solid var(--st-accent)}.st-rest__actions{display:flex;gap:12px;margin-top:22px}.st-rest__actions{flex-wrap:wrap}.st-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,270px),1fr));gap:24px}.st-contact{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-brand)}.st-contact{padding:48px var(--st-edge) 56px}@media (max-width:767px){.st-contact{padding:40px var(--st-edge) 44px}}.st-contact__inner{display:flex;justify-content:space-between;align-items:center;gap:24px 48px;max-width:var(--st-wide);margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto}.st-contact__inner{flex-wrap:wrap}.st-contact__title{color:var(--st-white);font-family:var(--st-font-head);font-weight:700;font-size:clamp(24px,2.8vw,34px);line-height:1.22;margin-top:0px;margin-right:0px;margin-bottom:12px;margin-left:0px}.st-contact__lead{max-width:520px}.st-contact__actions{display:flex;flex-flow:column;gap:12px;min-width:min(100%,280px)}.st-contact__btn{min-height:48px;padding-top:13px;padding-right:22px;padding-bottom:13px;padding-left:22px}.st-rest-intro{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr));align-items:center;gap:36px}.st-rest-intro__img{display:block;width:100%;object-fit:cover;aspect-ratio:4/3;border-radius:var(--st-radius)}.st-rest-intro__hours{color:var(--st-ink);font-family:var(--st-font-body);font-weight:500;font-size:15px;line-height:1.6;margin-top:20px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:14px;padding-right:18px;padding-bottom:14px;padding-left:18px;background-color:var(--st-paper);border-left:3px solid var(--st-accent)}.st-rest-intro__actions{display:flex;gap:12px;margin-top:22px}.st-rest-intro__actions{flex-wrap:wrap}.st-rest-menu{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:40px 56px}.st-rest-col__title{color:var(--st-brand);font-family:var(--st-font-head);font-weight:700;font-size:28px;line-height:1.2;margin-top:0px;margin-right:0px;margin-bottom:6px;margin-left:0px}.st-rest-group{color:var(--st-kicker);font-family:var(--st-font-body);font-weight:600;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:0.18em;margin-top:26px;margin-right:0px;margin-bottom:8px;margin-left:0px;padding-bottom:8px;border-bottom:1px solid var(--st-line)}.st-rest-item{display:grid;grid-template-columns:1fr auto;gap:2px 16px;color:var(--st-text);font-family:var(--st-font-body);font-size:15px;line-height:1.5;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:10px;padding-right:0px;padding-bottom:10px;padding-left:0px;border-bottom:1px solid var(--st-line-soft)}.st-rest-item__name{color:var(--st-ink);font-weight:600}.st-rest-item__price{color:var(--st-brand);font-family:var(--st-font-head);font-weight:700;font-size:16px}.st-rest-item__price{white-space:nowrap}.st-rest-item__desc{grid-column-start:1;grid-column-end:-1;color:var(--st-meta);font-size:14px;line-height:1.5}.st-rest-note{color:var(--st-meta);font-family:var(--st-font-body);font-size:13.5px;line-height:1.6;margin-top:28px;margin-right:0px;margin-bottom:0px;margin-left:0px}.st-vbo-shell{max-width:1800px;margin-top:0px;margin-right:auto;margin-bottom:0px;margin-left:auto;background-color:var(--st-bg)}.st-book-search{padding-bottom:0px}.st-book-search__card{padding-top:22px;padding-right:22px;padding-bottom:22px;padding-left:22px;background-color:var(--st-brand);border-radius:var(--st-radius);border-top:1px solid var(--st-brand-border);border-right:1px solid var(--st-brand-border);border-bottom:1px solid var(--st-brand-border);border-left:1px solid var(--st-brand-border)}.st-book-search__note{margin-top:12px}.st-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:18px}.st-fact{padding-top:22px;padding-right:22px;padding-bottom:24px;padding-left:22px;background-color:var(--st-paper);border-radius:var(--st-radius);border-top:3px solid var(--st-accent)}.st-fact__title{color:var(--st-brand);font-family:var(--st-font-body);font-weight:600;font-size:16px;line-height:1.35;margin-bottom:8px}.st-fact__text{color:var(--st-text);font-family:var(--st-font-body);font-weight:400;font-size:14.5px;line-height:1.6}