.appointment-page{--appointment-ink: #292f2d;--appointment-muted: #645f59;--appointment-gold: #7c694f;--appointment-border: #e5e0da;--appointment-cream: #faf7f5;color:var(--appointment-ink);background:#fff;font-family:var(--base-font-family, Georgia, serif);font-size:18px;line-height:1.6}.appointment-page *,.appointment-page *:before,.appointment-page *:after{box-sizing:border-box}.appointment-page h1,.appointment-page h2,.appointment-page h3{margin:0;color:var(--appointment-ink);font-family:var(--heading-font-family, Georgia, serif);font-weight:400;line-height:1.15;letter-spacing:0;text-transform:none}.appointment-page h2{font-size:clamp(28px,3vw,38px)}.appointment-page h3{font-size:27px}.appointment-page p{margin:0}.appointment-page p+p{margin-top:12px}.appointment-page a{color:inherit}.appointment-page a:focus-visible{outline:2px solid var(--appointment-ink);outline-offset:5px}.appointment-page__hero{height:clamp(240px,28vw,400px);overflow:hidden;background:var(--appointment-cream)}.appointment-page__hero-image{display:block;width:100%;height:100%;object-fit:cover}.appointment-page__inner{width:100%;max-width:var(--appointment-width, 1280px);margin:0 auto;padding:var(--appointment-top, 36px) 24px var(--appointment-bottom, 48px)}.appointment-page__intro{display:grid;grid-template-columns:minmax(0,1fr);gap:32px;align-items:start}.appointment-page .appointment-page__eyebrow{margin:0 0 18px;color:var(--appointment-gold);font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:500;line-height:1.6;letter-spacing:.18em;text-transform:uppercase}.appointment-page .appointment-page__title{max-width:600px;font-size:clamp(38px,4.5vw,60px);text-wrap:balance}.appointment-page__lead{max-width:560px;margin:24px 0;color:var(--appointment-muted);font-size:20px;line-height:1.65}.appointment-page__text-link{display:inline-flex;align-items:center;gap:16px;min-height:44px;font-family:Helvetica Neue,Arial,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:underline;text-underline-offset:6px;text-decoration-color:var(--appointment-border)}.appointment-page__text-link:hover{text-decoration-color:currentColor}.appointment-page__booking{width:100%;max-width:540px;padding:28px;border:1px solid var(--appointment-border);border-top:2px solid #c5b9a8;background:var(--appointment-cream)}.appointment-page__booking h2{font-size:32px}.appointment-page .appointment-page__booking-intro{margin-top:14px;color:var(--appointment-muted);font-size:17px}.appointment-page__steps{display:grid;gap:12px;margin:24px 0 28px;padding:0;list-style:none;counter-reset:appointment-step}.appointment-page__steps li{display:flex;align-items:baseline;gap:12px;font-size:16px;line-height:1.4;counter-increment:appointment-step}.appointment-page__steps li:before{content:counter(appointment-step,decimal-leading-zero);flex:0 0 24px;color:var(--appointment-gold);font-family:Helvetica Neue,Arial,sans-serif;font-size:10px;letter-spacing:.05em}.appointment-page__widget{display:grid;gap:16px;width:100%;min-width:0}.appointment-page__widget>.shopify-block{width:100%;min-width:0}.appointment-page .appointment-page__note{margin-top:16px;color:var(--appointment-muted);font-size:14px;line-height:1.5;text-align:center}.appointment-page__empty{padding:16px;border:1px dashed var(--appointment-gold);font-size:16px}.appointment-page__services{margin-top:64px;padding-top:48px;border-top:1px solid var(--appointment-border)}.appointment-page__section-heading{max-width:720px}.appointment-page__section-heading>p:last-child:not(:first-child){margin-top:16px;color:var(--appointment-muted)}.appointment-page__service-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;margin-top:36px}.appointment-page__number{display:block;margin-bottom:12px;color:var(--appointment-gold);font-size:26px}.appointment-page__copy{color:var(--appointment-muted);font-size:18px}.appointment-page__service .appointment-page__copy{margin-top:14px}.appointment-page__preparation{display:grid;gap:16px;margin-top:40px;padding:28px;background:var(--appointment-cream)}.appointment-page__preparation h2{font-size:27px}.appointment-page__showrooms{margin-top:64px;scroll-margin-top:180px}.appointment-page__showroom-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:28px;margin-top:32px}.appointment-page__showroom{display:flex;flex-direction:column;min-width:0;border:1px solid var(--appointment-border)}.appointment-page__showroom-image{position:relative;flex-shrink:0;aspect-ratio:2 / 1;overflow:hidden}.appointment-page__showroom-image img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover}.appointment-page__showroom-content{display:flex;flex:1;flex-direction:column;padding:24px}.appointment-page__showroom-content .appointment-page__eyebrow{margin-bottom:8px}.appointment-page__showroom-content h3{font-size:34px}.appointment-page__showroom-details{display:grid;gap:16px;margin:20px 0;color:var(--appointment-muted);font-size:16px;line-height:1.6}.appointment-page__showroom-details address{font-style:normal}.appointment-page__showroom-links{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 20px;margin-top:auto;padding-top:12px;border-top:1px solid var(--appointment-border)}.appointment-page__phone{display:inline-flex;align-items:center;min-height:44px;font-size:17px;text-underline-offset:4px}@media(max-width:749px){.appointment-page__hero{height:200px}.appointment-page__lead{font-size:18px}}@media(min-width:750px){.appointment-page__service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.appointment-page__showroom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.appointment-page__preparation{grid-template-columns:220px minmax(0,1fr)}}@media(min-width:990px){.appointment-page__inner{padding:var(--appointment-top-desktop, 64px) 40px var(--appointment-bottom-desktop, 80px)}.appointment-page__intro{grid-template-columns:minmax(0,1.2fr) minmax(340px,.9fr);gap:clamp(40px,6vw,88px)}.appointment-page__welcome{padding-top:24px}.appointment-page__booking{padding:36px}.appointment-page__services{margin-top:72px}.appointment-page__service-grid{gap:40px}.appointment-page__preparation{padding:32px 36px}.appointment-page__showroom-content{padding:32px}.appointment-page__showroom-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:374px){.appointment-page__inner{padding-inline:18px}.appointment-page__booking,.appointment-page__preparation,.appointment-page__showroom-content{padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/59/assets/appointment-page.css.map */
