:root{--brand-red: #c01e28;--brand-red-strong: #b01824;--brand-red-bright: #d0202a;--brand-red-soft: #fbeaec;--brand-red-tint: #fdf3f4;--ink: #24272b;--ink-soft: #3a3f45;--ink-mute: #5a6068;--ink-faint: #8a9099;--line: #e5e7eb;--line-soft: #eef0f3;--bg: #ffffff;--bg-soft: #f4f5f7;--bg-tint: #fafbfc;--shadow-sm: 0 1px 2px rgba(20, 24, 30, .04), 0 1px 3px rgba(20, 24, 30, .05);--shadow-md: 0 4px 12px rgba(20, 24, 30, .06), 0 2px 6px rgba(20, 24, 30, .04);--shadow-lg: 0 18px 40px rgba(20, 24, 30, .08), 0 4px 12px rgba(20, 24, 30, .05);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 18px;--container: 1200px;--container-narrow: 980px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans);color:var(--ink);background:var(--bg);font-size:16px;line-height:1.6;font-feature-settings:"cv11","ss01"}img,svg{display:block;max-width:100%}a{color:var(--brand-red);text-decoration:none;transition:color .18s ease}a:hover{color:var(--brand-red-strong)}h1,h2,h3,h4{font-weight:700;letter-spacing:-.01em;color:var(--ink);margin:0}h1{font-size:clamp(2rem,1.4rem + 2.4vw,3.4rem);line-height:1.08;letter-spacing:-.02em}h2{font-size:clamp(1.6rem,1.2rem + 1.4vw,2.25rem);line-height:1.18;letter-spacing:-.018em}h3{font-size:1.2rem;line-height:1.3}p{margin:0}button{font-family:inherit}::selection{background:var(--brand-red);color:#fff}.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:clamp(20px,4vw,40px)}.container--narrow{max-width:var(--container-narrow)}.section{padding-block:clamp(56px,7vw,96px)}.section--tight{padding-block:clamp(40px,5vw,64px)}.section--soft{background:var(--bg-soft)}.eyebrow{display:inline-block;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-red)}.lead{font-size:clamp(1.05rem,.98rem + .3vw,1.18rem);color:var(--ink-soft);line-height:1.6;max-width:60ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 22px;font-size:.95rem;font-weight:600;letter-spacing:.005em;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease;white-space:nowrap}.btn svg{width:18px;height:18px;flex-shrink:0}.btn--primary{background:var(--brand-red);color:#fff;box-shadow:0 8px 18px #c01e2838}.btn--primary:hover{background:var(--brand-red-strong);color:#fff;transform:translateY(-1px);box-shadow:0 12px 22px #c01e2847}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn--ghost:hover{border-color:var(--ink);color:var(--ink);background:#fff;transform:translateY(-1px)}.btn--link{background:transparent;color:var(--brand-red);padding:0;border:0;font-weight:600}.btn--link:hover{color:var(--brand-red-strong);gap:14px}.site-header{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line-soft)}.site-header__topline{background:var(--ink);color:#d8dde3;font-size:.82rem}.site-header__topline-inner{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:space-between;padding-block:8px}.site-header__topline a{color:#fff;font-weight:500}.site-header__topline a:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}.site-header__topline-meta{display:flex;flex-wrap:wrap;gap:6px 18px;align-items:center;color:#b9bfc7}.site-header__topline-meta svg{width:14px;height:14px;vertical-align:-2px;margin-right:6px;color:var(--brand-red-bright)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:18px}.site-logo{display:inline-flex;align-items:center;gap:12px}.site-logo img{height:38px;width:auto}.site-logo__claim{display:none;font-size:.78rem;color:var(--ink-mute);letter-spacing:.02em;border-left:1px solid var(--line);padding-left:12px}@media(min-width:980px){.site-logo__claim{display:inline-block}}.site-nav{display:none;align-items:center;gap:28px}@media(min-width:880px){.site-nav{display:flex}}.site-nav a{position:relative;color:var(--ink);font-size:.95rem;font-weight:500;padding-block:6px}.site-nav a:hover{color:var(--brand-red)}.site-nav a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--brand-red);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.site-nav a:hover:after,.site-nav a[aria-current=page]:after{transform:scaleX(1)}.site-nav a[aria-current=page]{color:var(--brand-red)}.site-header__cta{display:none}@media(min-width:700px){.site-header__cta{display:inline-flex}}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;background:transparent;border:1px solid var(--line);border-radius:8px;color:var(--ink);cursor:pointer}@media(min-width:880px){.menu-toggle{display:none}}.menu-toggle svg{width:22px;height:22px}.mobile-nav{display:none;border-top:1px solid var(--line-soft);padding-block:16px}.mobile-nav.is-open{display:block}.mobile-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.mobile-nav a{display:block;padding:12px 4px;color:var(--ink);font-size:1rem;font-weight:500;border-bottom:1px solid var(--line-soft)}.mobile-nav a[aria-current=page]{color:var(--brand-red)}.mobile-nav .mobile-nav__cta{margin-top:14px;width:100%}.hero{position:relative;overflow:hidden;background:radial-gradient(1200px 500px at 90% -10%,rgba(208,32,42,.08),transparent 60%),radial-gradient(900px 400px at -10% 110%,rgba(36,39,43,.05),transparent 60%),var(--bg);border-bottom:1px solid var(--line-soft)}.hero__inner{display:grid;gap:clamp(32px,5vw,64px);padding-block:clamp(56px,8vw,100px);align-items:center}@media(min-width:900px){.hero__inner{grid-template-columns:1.05fr 1fr}}.hero__headline{font-size:clamp(2.1rem,1.4rem + 2.8vw,3.6rem);line-height:1.05;letter-spacing:-.022em;color:var(--ink)}.hero__headline em{font-style:normal;color:var(--brand-red)}.hero__lead{margin-top:22px;font-size:clamp(1.05rem,.98rem + .4vw,1.22rem);color:var(--ink-soft);line-height:1.55;max-width:52ch}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hero__meta{margin-top:32px;display:flex;flex-wrap:wrap;gap:22px 36px;font-size:.9rem;color:var(--ink-mute)}.hero__meta strong{display:block;color:var(--ink);font-weight:600;font-size:.82rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:4px}.hero__visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);isolation:isolate}.hero__visual img{width:100%;height:100%;min-height:320px;object-fit:cover;aspect-ratio:5 / 4}.hero__badge{position:absolute;left:24px;bottom:24px;background:#fffffff5;backdrop-filter:blur(8px);border-radius:var(--radius-md);padding:14px 18px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-md);max-width:calc(100% - 48px)}.hero__badge-icon{width:40px;height:40px;border-radius:10px;background:var(--brand-red);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.hero__badge-icon svg{width:22px;height:22px}.hero__badge-text{font-size:.85rem;line-height:1.35}.hero__badge-text strong{display:block;color:var(--ink);font-size:.95rem;font-weight:700;margin-bottom:2px}.hero__badge-text span{color:var(--ink-mute)}.trust{background:var(--bg-soft);border-block:1px solid var(--line-soft)}.trust__grid{display:grid;gap:8px;grid-template-columns:1fr;padding-block:28px}@media(min-width:600px){.trust__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.trust__grid{grid-template-columns:repeat(4,1fr)}}.trust__item{display:flex;align-items:center;gap:14px;padding:12px 8px}.trust__icon{width:38px;height:38px;flex-shrink:0;border-radius:10px;background:#fff;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:var(--brand-red)}.trust__icon svg{width:20px;height:20px}.trust__text{font-size:.96rem;font-weight:600;color:var(--ink);line-height:1.3}.section-head{display:grid;gap:16px;margin-bottom:clamp(32px,4vw,48px);max-width:720px}.section-head--center{margin-inline:auto;text-align:center;justify-items:center}.cards{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:640px){.cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.cards--3{grid-template-columns:repeat(3,1fr)}}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#d6dae0}.card__media{position:relative;aspect-ratio:16 / 10;overflow:hidden;background:var(--bg-soft)}.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.card:hover .card__media img{transform:scale(1.04)}.card__media--graphic{display:grid;place-items:center;background:radial-gradient(circle at 22% 18%,rgba(192,30,40,.16),transparent 30%),linear-gradient(135deg,#fff,#f7f8fa 56%,#fbeaec);border-bottom:1px solid var(--line-soft)}.card__media--graphic:before,.card__media--graphic:after{content:"";position:absolute;border-radius:999px;border:1px solid rgba(192,30,40,.16)}.card__media--graphic:before{inset:28px 42px}.card__media--graphic:after{width:140px;height:140px;background:#ffffff94}.card__media-emblem{position:relative;z-index:1;width:76px;height:76px;border-radius:20px;background:var(--brand-red);color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 16px 30px #c01e283d}.card__media-emblem svg{width:34px;height:34px}.card__media-label{position:absolute;left:18px;bottom:16px;z-index:1;color:var(--brand-red);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.card__media-icon{position:absolute;top:16px;left:16px;width:40px;height:40px;border-radius:10px;background:#fffffff2;color:var(--brand-red);display:inline-flex;align-items:center;justify-content:center}.card__media-icon svg{width:20px;height:20px}.card__body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}.card__title{font-size:1.18rem;font-weight:700;color:var(--ink);letter-spacing:-.01em}.card__text{color:var(--ink-mute);font-size:.97rem;line-height:1.55}.card__cta{margin-top:auto;padding-top:12px;display:inline-flex;align-items:center;gap:8px;font-size:.92rem;font-weight:600;color:var(--brand-red);transition:gap .18s ease}.card:hover .card__cta{gap:12px}.card__cta svg{width:14px;height:14px}.promise-grid{display:grid;gap:18px;grid-template-columns:1fr}@media(min-width:640px){.promise-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.promise-grid{grid-template-columns:repeat(4,1fr)}}.promise{background:#fff;padding:22px;border:1px solid var(--line);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:12px}.promise__num{font-size:.85rem;font-weight:700;color:var(--brand-red);letter-spacing:.08em}.promise h3{font-size:1.08rem;letter-spacing:-.005em}.promise p{color:var(--ink-mute);font-size:.94rem;line-height:1.55}.local{display:grid;gap:clamp(28px,4vw,56px);align-items:center}@media(min-width:920px){.local{grid-template-columns:1.1fr 1fr}}.local__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}.local__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3}.local__list{margin-top:24px;list-style:none;padding:0;display:grid;gap:14px}.local__list li{display:flex;gap:14px;align-items:flex-start}.local__list svg{width:22px;height:22px;margin-top:2px;flex-shrink:0;color:var(--brand-red)}.local__list strong{display:block;color:var(--ink);font-weight:600;font-size:.96rem;margin-bottom:2px}.local__list span{color:var(--ink-mute);font-size:.94rem;line-height:1.5}.local__list a{color:var(--ink-mute);font-weight:500;border-bottom:1px solid transparent;transition:color .18s ease,border-color .18s ease}.local__list a:hover{color:var(--brand-red);border-color:var(--brand-red)}.banner{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:linear-gradient(120deg,var(--brand-red-strong) 0%,var(--brand-red-bright) 100%);color:#fff;padding:clamp(34px,5vw,56px);display:grid;gap:24px;align-items:center}@media(min-width:820px){.banner{grid-template-columns:1.4fr 1fr}}.banner:before{content:"";position:absolute;top:-40%;right:-10%;width:60%;height:200%;background:radial-gradient(closest-side,rgba(255,255,255,.18),transparent 70%);pointer-events:none}.banner h2{color:#fff;letter-spacing:-.018em}.banner p{color:#ffffffeb;margin-top:12px;font-size:1.05rem;max-width:50ch}.banner__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:flex-start}@media(min-width:820px){.banner__actions{justify-content:flex-end}}.banner .btn--primary{background:#fff;color:var(--brand-red-strong);box-shadow:0 10px 22px #0000002e}.banner .btn--primary:hover{background:#fff;color:var(--brand-red-strong);transform:translateY(-1px)}.banner .btn--ghost{background:transparent;color:#fff;border-color:#fff9}.banner .btn--ghost:hover{background:#ffffff1a;color:#fff;border-color:#fff}.news{display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:760px){.news{grid-template-columns:1.2fr 1fr}}.news__article{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;display:grid;gap:0}@media(min-width:600px){.news__article{grid-template-columns:1fr 1.1fr}}.news__graphic{min-height:220px;display:grid;place-items:center;background:radial-gradient(circle at 28% 30%,rgba(255,255,255,.52),transparent 28%),linear-gradient(135deg,var(--brand-red) 0%,var(--brand-red-strong) 56%,#82111a 100%);color:#fff}.news__graphic svg{width:clamp(64px,9vw,96px);height:clamp(64px,9vw,96px);filter:drop-shadow(0 14px 22px rgba(0,0,0,.24))}.news__body{padding:24px;display:flex;flex-direction:column;gap:12px;justify-content:center}.news__tag{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--brand-red)}.news__sidebar{display:grid;gap:16px}.news__item{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:20px 22px;display:flex;flex-direction:column;gap:8px}.news__item h4{font-size:1rem;font-weight:700;color:var(--ink)}.news__item p{color:var(--ink-mute);font-size:.92rem}.site-footer{margin-top:0;background:#1a1d20;color:#c8ccd2}.site-footer__top{padding-block:clamp(48px,6vw,72px)}.site-footer__grid{display:grid;gap:36px;grid-template-columns:1fr}@media(min-width:720px){.site-footer__grid{grid-template-columns:1.4fr 1fr 1fr 1fr}}.site-footer__brand img{height:36px;filter:brightness(0) invert(1)}.site-footer__brand p{margin-top:16px;color:#9aa0a8;font-size:.92rem;line-height:1.6;max-width:32ch}.site-footer h4{color:#fff;font-size:.86rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:16px}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}.site-footer a{color:#c8ccd2;font-size:.94rem}.site-footer a:hover{color:#fff}.site-footer__contact-line{display:flex;align-items:center;gap:10px;color:#c8ccd2;font-size:.94rem}.site-footer__contact-line svg{width:16px;height:16px;color:var(--brand-red-bright);flex-shrink:0}.site-footer__bottom{border-top:1px solid #2a2e33;padding-block:18px;font-size:.86rem;color:#8a9099}.site-footer__bottom-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px}.site-footer__legal{display:flex;flex-wrap:wrap;gap:18px}.page-head{background:radial-gradient(900px 360px at 95% -10%,rgba(208,32,42,.08),transparent 60%),var(--bg-soft);border-bottom:1px solid var(--line-soft);padding-block:clamp(56px,7vw,96px)}.breadcrumbs{display:flex;align-items:center;gap:8px;font-size:.86rem;color:var(--ink-mute);margin-bottom:22px}.breadcrumbs a{color:var(--ink-mute)}.breadcrumbs a:hover{color:var(--brand-red)}.breadcrumbs svg{width:14px;height:14px;color:var(--ink-faint)}.page-head h1{font-size:clamp(2rem,1.4rem + 2.4vw,3.2rem);letter-spacing:-.022em}.page-head p{margin-top:18px;max-width:64ch;color:var(--ink-soft);font-size:clamp(1rem,.96rem + .3vw,1.15rem);line-height:1.55}.svc-grid{display:grid;gap:22px;grid-template-columns:1fr}@media(min-width:700px){.svc-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1080px){.svc-grid{grid-template-columns:repeat(3,1fr)}}.svc{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:26px;display:flex;flex-direction:column;gap:14px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.svc:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:#d6dae0}.svc__icon{width:48px;height:48px;border-radius:12px;background:var(--brand-red-soft);color:var(--brand-red);display:inline-flex;align-items:center;justify-content:center}.svc__icon svg{width:24px;height:24px}.svc h3{font-size:1.1rem;font-weight:700;color:var(--ink)}.svc__text{color:var(--ink-mute);font-size:.95rem;line-height:1.55}.svc__list{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:6px}.svc__list li{font-size:.9rem;color:var(--ink-soft);padding-left:18px;position:relative}.svc__list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:2px;background:var(--brand-red)}.steps{display:grid;gap:18px;counter-reset:step;grid-template-columns:1fr}@media(min-width:720px){.steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.steps{grid-template-columns:repeat(4,1fr)}}.step{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:24px;position:relative}.step__num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--brand-red);color:#fff;font-weight:700;font-size:.95rem;margin-bottom:14px}.step h3{font-size:1.05rem;margin-bottom:6px}.step p{color:var(--ink-mute);font-size:.94rem;line-height:1.55}.contact-grid{display:grid;gap:clamp(28px,4vw,48px);grid-template-columns:1fr}@media(min-width:920px){.contact-grid{grid-template-columns:1.05fr 1fr}}.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius-md);padding:clamp(24px,3vw,36px);display:grid;gap:20px}.contact-row{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px solid var(--line-soft)}.contact-row:last-child{border-bottom:none}.contact-row__icon{width:40px;height:40px;border-radius:10px;background:var(--brand-red-soft);color:var(--brand-red);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.contact-row__icon svg{width:20px;height:20px}.contact-row__body strong{display:block;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--ink-mute);margin-bottom:4px}.contact-row__body p,.contact-row__body a{color:var(--ink);font-size:1rem;line-height:1.5;font-weight:500}.contact-row__body a:hover{color:var(--brand-red)}.shop-card{border-radius:var(--radius-lg);overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md)}.shop-card__media img{width:100%;height:100%;object-fit:cover;aspect-ratio:4 / 3}.shop-card__body{padding:24px}.shop-card__body h3{font-size:1.12rem;margin-bottom:6px}.shop-card__body p{color:var(--ink-mute);font-size:.95rem;line-height:1.55}.opening{margin-top:16px;display:grid;gap:6px;font-size:.94rem}.opening__row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px dashed var(--line-soft)}.opening__row:last-child{border-bottom:none}.opening__row span:first-child{color:var(--ink-mute)}.opening__row span:last-child{color:var(--ink);font-weight:500}.note{margin-top:14px;font-size:.86rem;color:var(--ink-mute);background:var(--bg-soft);padding:12px 14px;border-radius:8px}.map{width:100%;border:1px solid var(--line);border-radius:var(--radius-md);overflow:hidden;background:var(--bg-soft)}.map iframe{width:100%;height:360px;display:block;border:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}[id]{scroll-margin-top:90px}
