/* Brand palette sampled from the original Skippy wordmark. */
:root {
  --blue: #3a82c4;
  --orange: #d38236;
  --ink: #234d73;
  --brown: #d38236;
  --button-ink: #302116;
  --muted: #586d80;
  --paper: #fbf9f6;
  --blue-soft: #77a6cf;
  --cool-surface: #edf4fa;
  --warm-surface: #f5ede3;
  --orange-soft: #f6e7d7;
  --orange-border: #dfb78d;
  --orange-hover: #e0954d;
  --orange-light: #edab6a;
  --blue-hover: #2e689b;
  --line: #d4e0ea;
  --footer-muted: #d0e0ed;
  --white: #fff;
  --radius: 24px;
}
/* Keep narrow windows at a usable layout width; allow scrolling below 320px. */
html,body{min-width:320px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(48px,6.3vw,88px);font-weight:750}h2{font-size:clamp(32px,3.8vw,52px)}h3{font-size:25px;letter-spacing:-.025em}p{color:var(--muted);margin-top:20px}a{color:inherit;text-decoration:none}a:hover{color:var(--brown)}button{font:inherit;color:inherit;cursor:pointer}img{display:block;max-width:100%;height:auto}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--brown);outline-offset:5px}button{border:0}button:hover{background:var(--orange)}[hidden]{display:none!important}.wrap{width:min(1240px,calc(100% - 80px));margin-inline:auto}.section{padding-block:95px}.eyebrow{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;line-height:1.6;margin-bottom:20px}.text-link{font-size:14px;font-weight:700;display:inline-flex;gap:22px;align-items:center}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;background:var(--orange);border:1px solid transparent;border-radius:8px;padding:14px 22px;color:var(--button-ink);font-size:14px;font-weight:700;white-space:nowrap;transition:background .2s,transform .2s}.button:hover{background:var(--orange-hover);color:var(--button-ink);transform:translateY(-2px)}.skip-link{position:fixed;top:-100px;left:20px;z-index:99;padding:12px;background:white}.skip-link:focus{top:12px}.header{position:sticky;top:0;z-index:20;background:rgba(251,249,246,.97);border-bottom:1px solid var(--line)}.header-inner{min-height:99px;display:flex;justify-content:space-between;gap:25px;align-items:center}.header-inner>a{flex-shrink:0}.header .logo{min-width:180px}.logo{width:265px}.header nav{display:flex;gap:34px;align-items:center}.header nav>a:not(.button){font-size:14px;padding-block:14px;position:relative}.header nav a[aria-current=page]:after{content:'';height:3px;position:absolute;bottom:5px;left:0;right:0;background:var(--orange)}.menu-toggle{display:none}.hero{padding-top:35px}.slide{display:grid;grid-template-columns:1.13fr 1fr;gap:30px;align-items:stretch}.hero-copy{padding:55px 12px 55px 0;align-self:center}.status-dot{width:7px;height:7px;display:inline-block;border-radius:50%;background:var(--orange);margin-right:6px}.hero h1,.hero h2{font-size:clamp(48px,5.55vw,78px);max-width:620px;font-weight:750;line-height:1.04;letter-spacing:-.055em}.hero em{font-style:normal;color:var(--brown);display:block}.hero-copy>p{max-width:450px;font-size:17px;margin-top:26px}.hero-actions{display:flex;gap:27px;align-items:center;margin-top:32px}.hero-art{position:relative;isolation:isolate;overflow:hidden;border-radius:100px 24px 24px 24px;min-height:505px;background:var(--blue)}.mascot-scene{width:100%;height:100%;object-fit:cover;object-position:left center;position:absolute;inset:0;z-index:-1}.art-topline{position:absolute;top:33px;left:42px;right:25px;display:flex;justify-content:space-between;align-items:center;color:var(--ink);font-size:9px;letter-spacing:.14em;font-weight:700}.art-topline span:last-child{font-size:23px}.hero-product{position:absolute;width:49%;bottom:44px;right:22px;filter:drop-shadow(0 14px 16px #234d7330)}.guarantee{position:absolute;width:105px;right:28px;top:100px;transform:rotate(9deg)}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding:23px 0;font-size:12px;font-weight:700}.muted{color:var(--muted);font-weight:400;margin-left:10px}.carousel-controls{display:flex;align-items:center;gap:18px}.carousel-controls button{height:42px;width:42px;border-radius:50%;border:1px solid var(--line);background:transparent;font-size:22px}.carousel-controls button:hover{background:var(--orange);border-color:var(--orange)}.slide-count{font-size:11px;letter-spacing:.12em}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}.section-heading h2{max-width:730px}.section-heading>.text-link{flex-shrink:0}.grid{display:grid;gap:24px}.three{grid-template-columns:repeat(3,minmax(0,1fr))}.two{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column}.service-card>img{width:100%;aspect-ratio:1.8;object-fit:cover}.card-copy{padding:28px;position:relative;flex:1;display:flex;flex-direction:column}.card-copy h3{padding-right:20px}.card-copy p{font-size:14px;line-height:1.8;margin-bottom:22px}.card-copy .text-link{margin-top:auto;justify-content:space-between}.card-number{position:absolute;top:29px;right:24px;font-size:12px;color:var(--muted)}.funding{background:var(--warm-surface)}.funding .section-heading h2{max-width:700px}.funding-card{background:var(--paper);border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.funding-card>img{width:100%;aspect-ratio:1.78;object-fit:cover}.product-card{position:relative;border-top:1px solid var(--line);padding:0 10px 30px}.product-image{height:230px;display:grid;place-items:center;margin-bottom:22px}.product-image img{max-height:205px;max-width:85%;object-fit:contain}.product-card h3{font-size:22px}.product-card p{font-size:14px}.badge{display:block;width:fit-content;background:var(--orange-soft);border-radius:4px;padding:3px 8px;font-size:10px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.faq{background:var(--cool-surface)}.faq-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq h2{font-size:42px;text-transform:lowercase}.faq h2:first-letter{text-transform:uppercase}.faq img{border-radius:20px;width:100%;max-height:300px;object-fit:cover;margin-top:30px}.faq-list{padding-top:10px}details{border-bottom:1px solid var(--line)}summary{cursor:pointer;list-style:none;font-weight:700;font-size:17px;line-height:1.5;padding:24px 38px 24px 0;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:3px;font-size:25px;top:17px;font-weight:400}details[open] summary:after{content:'−'}details p{margin:0 0 25px;font-size:15px}.brand-section{padding-block:45px}.brands{display:grid;grid-template-columns:repeat(5,1fr);gap:35px;align-items:center}.brands>div,.brands>a{display:flex;align-items:center;justify-content:center}.brands img{width:145px;max-height:70px;object-fit:contain}.contact-band{padding:42px 48px;display:flex;justify-content:space-between;align-items:center;gap:35px;background:var(--orange);border-radius:var(--radius);margin-block:30px 70px}.contact-band .eyebrow{margin-bottom:10px}.contact-band h2{font-size:36px}.contact-band .button{background:var(--ink);color:white}.contact-band .button:hover{background:var(--blue-hover)}footer{background:var(--ink);color:#fff;padding-top:60px;font-size:13px}footer p{color:var(--footer-muted)}footer a:hover{color:var(--orange-light)}.footer-grid{display:grid;grid-template-columns:1.2fr .7fr 1fr;gap:80px;padding-bottom:55px}.footer-grid>div>a{display:block;margin-top:8px}.footer-grid .logo{margin-bottom:25px}.footer-grid h3{font-size:14px;letter-spacing:0;margin-block:23px 12px}.footer-grid .eyebrow{color:var(--orange-light);margin-top:0}.footer-phone{font-size:30px;letter-spacing:-.03em;font-weight:700;line-height:1.1}.footer-bottom{border-top:1px solid #ffffff26;display:flex;justify-content:space-between;gap:25px;padding-block:22px;font-size:10px;color:var(--footer-muted)}.cookie-banner{position:fixed;bottom:16px;left:16px;z-index:30;max-width:390px;background:white;padding:20px 24px;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 40px #234d7320;font-size:12px}.cookie-banner p{margin:0 0 12px}.cookie-banner>div{display:flex;gap:12px}.cookie-banner button{padding:8px 17px;border-radius:5px;background:var(--orange);font-size:12px;font-weight:700}.cookie-banner button:last-child{background:var(--cool-surface)}.page-intro{padding-block:70px 50px;border-bottom:1px solid var(--line)}.page-intro p{font-size:20px}.accent{color:var(--brown)}.about-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.about-intro p{font-size:15px}.about-visual{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-self:center;align-items:start;isolation:isolate}.about-visual>img{height:auto;border-radius:20px;grid-column:1;grid-row:1;box-shadow:0 12px 30px #234d7314}.about-visual>img:first-child{width:78%;justify-self:start}.about-visual>img:last-child{width:70%;justify-self:end;margin-top:52%;z-index:1;outline:8px solid var(--paper)}.about-visual .stats{grid-column:1;grid-row:2;margin:0}.stats{display:grid;grid-template-columns:1fr 1fr;margin-block:20px;gap:15px}.stats>div{background:var(--orange);border-radius:15px;padding:23px 15px}.stats>div:last-child{background:var(--ink);color:white}.stats strong{display:block;font-size:42px;line-height:1.2;letter-spacing:-.05em}.stats span{font-size:12px}.reasons{background:var(--cool-surface)}.section-lead{max-width:740px;margin-bottom:45px}.reasons article{padding:26px 0;border-top:1px solid var(--line)}.reason-number{display:block;font-size:13px;margin-bottom:25px;color:var(--brown)}.reasons h3{font-size:24px}.reasons article p{font-size:14px}.suppliers{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:center}.suppliers .button{margin-top:30px}.suppliers .brands{grid-template-columns:repeat(2,1fr);gap:15px}.suppliers .brands a{padding:35px 20px;background:white;border:1px solid var(--line);border-radius:12px}.service-nav{display:flex;gap:15px;padding-block:25px}.service-nav a{flex:1;border:1px solid var(--line);border-radius:10px;padding:18px 20px;font-size:14px;font-weight:700;background:var(--paper);transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.service-nav a:hover,.service-nav a:focus-visible{background:var(--orange);color:var(--white);border-color:var(--orange);box-shadow:0 5px 14px #d3823624;transform:translateY(-2px)}.service-nav a:active{transform:translateY(0);box-shadow:none}.service-detail{scroll-margin-top:95px}.service-detail:nth-of-type(even){background:var(--warm-surface)}.service-heading{max-width:900px;margin-bottom:38px}.installation-intro{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;margin-bottom:45px;align-items:center}.installation-intro p:first-child{margin-top:0}.service-photos{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;align-self:center;isolation:isolate}.service-photos img{grid-area:1 / 1;width:88%;height:auto;border-radius:18px;box-shadow:0 12px 30px #234d7314}.service-photos img:last-child{justify-self:end;margin-top:46%;z-index:1;outline:8px solid var(--warm-surface)}.service-points article{padding:30px;border:1px solid var(--line);border-radius:16px;background:#ffffff70}.service-points p{font-size:15px}.service-points h3{font-size:24px}.service-cta{margin-top:32px}.problem-list{display:grid;grid-template-columns:repeat(3,1fr);padding:0;list-style-position:inside;gap:0 30px;counter-reset:problem}.problem-list li{padding:17px 0;border-bottom:1px solid var(--line);font-size:15px}.solution-title{margin-block:50px 30px}.owner-quote{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);align-items:center;gap:0;margin-top:45px;background:var(--ink);border-radius:20px;overflow:hidden}.owner-quote>img{width:100%;height:auto}.owner-quote blockquote{margin:0;padding:clamp(30px,4vw,64px);color:white;text-align:center}.owner-quote p{max-width:30ch;margin:0 auto;font-size:clamp(21px,2.2vw,30px);color:white;line-height:1.45;letter-spacing:-.025em}.owner-quote cite{display:block;font-size:13px;margin-top:25px}.owner-quote .eyebrow{color:var(--orange-light)}
@media(min-width:1500px){.hero-art{min-height:540px}}
@media(max-width:1050px){.wrap{width:calc(100% - 48px)}.header nav{gap:22px}.logo{width:225px}.hero h1,.hero h2{font-size:58px}.hero-art{min-height:465px}.hero-copy{padding-block:30px}.hero-actions{gap:20px;flex-wrap:wrap}.hero-product{width:55%;right:10px}.art-topline{left:30px;font-size:8px}.guarantee{width:85px;right:15px}.hero-bottom>.muted{display:none}.three{gap:18px}.card-copy{padding:23px}.card-number{right:15px}.section{padding-block:70px}.faq-grid,.about-intro,.suppliers{gap:40px}.footer-grid{gap:40px}.footer-phone{font-size:26px}.installation-intro{gap:35px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.header-inner{min-height:77px}.logo{width:215px}.header-inner{gap:12px}.header .logo{width:clamp(180px,55vw,215px)}.menu-toggle{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:transparent;font-size:12px;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.menu-toggle:hover,.menu-toggle[aria-expanded="true"]{background:var(--orange-soft);border-color:var(--orange-border)}.menu-toggle:active{transform:scale(.97)}.menu-icon{position:relative;display:block;width:16px;height:12px;background:linear-gradient(currentColor,currentColor) center / 100% 1.5px no-repeat}.menu-icon:before,.menu-icon:after{content:'';position:absolute;left:0;width:16px;height:1.5px;border-radius:2px;background:currentColor;transition:transform .2s ease}.menu-icon:before{top:0}.menu-icon:after{bottom:0}.menu-toggle[aria-expanded="true"] .menu-icon{background:none}.menu-toggle[aria-expanded="true"] .menu-icon:before{transform:translateY(5.25px) rotate(45deg)}.menu-toggle[aria-expanded="true"] .menu-icon:after{transform:translateY(-5.25px) rotate(-45deg)}.header nav{display:flex;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility 0s linear .2s;position:absolute;left:0;right:0;top:100%;padding:20px 24px 25px;background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 12px 16px #234d730d;flex-direction:column;align-items:stretch;gap:8px}.header nav.is-open{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s}.header nav a[aria-current=page]:after{width:25px}.hero{padding-top:10px}.slide{grid-template-columns:1fr;gap:24px}.hero-copy{padding:28px 0 0}.hero .eyebrow{font-size:9px;margin-bottom:18px}.hero h1,.hero h2{font-size:clamp(43px,10vw,65px);max-width:560px}.hero-copy>p{font-size:15px;max-width:510px;margin-top:20px}.hero-actions{margin-top:23px;gap:24px}.button{padding:13px 18px;font-size:13px}.hero-art{min-height:0;height:350px;border-radius:70px 20px 20px 20px}.mascot-scene{object-fit:cover;object-position:left 48%}.hero-product{width:43%;right:20px;bottom:25px}.art-topline{left:36px;top:22px;right:22px}.guarantee{top:75px;right:25px;width:85px}.hero-bottom{padding-block:17px;font-size:10px;gap:10px}.hero-bottom .muted{display:none}.carousel-controls{gap:10px}.carousel-controls button{width:37px;height:37px}.section{padding-block:55px}.section-heading{align-items:start;flex-direction:column;gap:22px;margin-bottom:28px}.section-heading h2{font-size:34px}.section-heading>.text-link br{display:none}.eyebrow{font-size:10px;margin-bottom:13px}.three,.two{grid-template-columns:1fr}.service-card{display:grid;grid-template-columns:.75fr 1.25fr}.service-card>img{height:100%;aspect-ratio:auto}.card-copy{padding:23px}.card-copy h3{font-size:25px}.card-copy p{font-size:13px;margin-top:15px;line-height:1.7}.card-number{display:none}.funding .three{gap:25px}.funding-card{display:grid;grid-template-columns:.75fr 1.25fr}.funding-card>img{height:100%;object-fit:cover;aspect-ratio:auto}.product-card{display:grid;grid-template-columns:120px 1fr;gap:0 22px;padding:25px 0}.product-image{grid-row:1 / span 3;margin:0;height:auto}.product-image img{max-width:100%;max-height:160px}.product-card p{margin-top:14px;font-size:13px}.product-card h3{align-self:end}.badge{grid-column:2;font-size:9px}.faq-grid,.about-intro,.suppliers,.installation-intro{grid-template-columns:1fr;gap:30px}.faq h2{font-size:34px}.faq img{display:none}.faq-list{padding:0}summary{font-size:16px}.brands{gap:18px;grid-template-columns:repeat(3,1fr)}.brands img{max-height:50px}.contact-band{padding:30px;align-items:start;flex-direction:column;gap:25px;margin-block:15px 40px}.contact-band h2{font-size:33px}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-grid>div:first-child{grid-column:1/-1;max-width:480px}.footer-grid>div:last-child{min-width:0}.footer-grid a[href^="mailto"]{overflow-wrap:anywhere}.footer-phone{font-size:22px}.footer-bottom{flex-wrap:wrap;gap:12px}.cookie-banner{left:12px;bottom:12px;max-width:calc(100% - 24px);padding:14px 18px}.page-intro{padding-block:45px 30px}.page-intro h1{font-size:57px}.about-visual{gap:15px;width:100%}.reasons .three{grid-template-columns:1fr 1fr;gap:25px}.reasons h3{font-size:22px}.service-nav{gap:8px;padding-block:20px}.service-nav a{font-size:11px;padding:13px 9px;text-align:center}.service-heading h2{font-size:33px}.service-points article{padding:25px}.problem-list{grid-template-columns:1fr 1fr;gap:0 20px}.owner-quote{grid-template-columns:1fr;gap:0}.owner-quote>img{max-width:420px;justify-self:center}.owner-quote blockquote{padding:30px}.owner-quote p{font-size:21px}.service-detail{scroll-margin-top:75px}}
@media(max-width:440px){.hero-art{height:290px}.hero-product{width:44%;right:12px;bottom:22px}.guarantee{width:73px;top:62px;right:17px}.art-topline{font-size:7px;left:30px}.hero-actions{gap:20px}.hero-actions .text-link{font-size:12px;gap:12px}.hero-bottom>span{max-width:135px}.service-card,.funding-card{display:flex}.service-card>img,.funding-card>img{width:100%;height:190px}.product-card{grid-template-columns:95px 1fr;gap:0 18px}.reasons .three{grid-template-columns:1fr}.problem-list{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-phone{font-size:30px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

/* Preserve the staggered photo composition at compact widths. */
@media(max-width:760px){.service-photos,.about-visual{max-width:560px;justify-self:center}.service-photos img:last-child,.about-visual>img:last-child{outline-width:5px}.about-visual{gap:22px}}

.phone-icon{display:inline-block;width:1em;height:1em;vertical-align:-.12em;margin-right:.4em;flex-shrink:0}.footer-phone .phone-icon{color:var(--orange);font-size:.8em}

/* Blue-led typography with warm orange accents and readable brown on orange. */
h1,h2{color:var(--blue)}
.hero em,.accent{color:var(--brown)}
.contact-band{color:var(--white)}
.contact-band h2{color:inherit}
.badge,.cookie-banner button:first-child{color:var(--button-ink)}
.stats>div:first-child{color:var(--white)}


/* Match the logo orange exactly, with white labels on orange buttons. */
.button,.button:hover,.cookie-banner button:first-child{color:var(--white)}
.button:hover{background:var(--orange)}
/* Use the warm brand surface for the FAQ section. */
.faq{background:var(--warm-surface)}
.faq .faq-mascot{display:block;width:min(100%,340px);height:auto;max-height:none;object-fit:contain;border-radius:0;margin:28px auto 0}
@media(max-width:760px){.faq .faq-mascot{width:min(100%,250px);margin-top:24px}}

/* Warm sections use orange headings and deeper warm tones for reading. */
.funding,.faq{
  --ink:#975321;
  --muted:#825e44;
  --blue:var(--orange);
  --line:#dfc8b3;
  color:var(--ink);
}
.funding h3{color:var(--orange)}
.faq summary{transition:color .18s ease}
.faq summary:hover,.faq details[open] summary{color:var(--orange)}
.faq summary:after{color:var(--orange)}
.faq details{border-color:var(--line)}

/* Service imagery and alternating section surfaces share the blue palette. */
.service-detail:nth-of-type(even){background:var(--cool-surface)}
.service-photos img:last-child{outline-color:var(--cool-surface)}

/* Contact strip: readable details and a clear, generous call target. */
.topbar {
  background: var(--ink);
  color: var(--white);
  font-size: 15px;
  line-height: 1.4;
}
.topbar-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-block: 10px;
}
.topbar-hours,
.topbar-email,
.topbar-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.topbar-icon { flex: 0 0 auto; color: var(--orange-light); }
.topbar-copy { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.topbar-label { color: var(--footer-muted); font-size: 12px; letter-spacing: .02em; }
.topbar-value { font-weight: 600; }
.topbar-hours .topbar-value { font-variant-numeric: tabular-nums; }
.topbar-email { min-height: 48px; border-radius: 6px; }
.topbar-email .topbar-value { overflow-wrap: anywhere; }
.topbar-email:hover { color: var(--white); }
.topbar-email:hover .topbar-value { text-decoration: underline; text-underline-offset: 4px; }
.topbar-phone {
  padding: 8px 16px 8px 10px;
  border: 1px solid #ffffff30;
  border-radius: 12px;
  background: #ffffff0a;
  transition: background-color .18s ease, border-color .18s ease;
}
.topbar-phone-icon {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--orange-light);
}
.topbar-phone-icon .topbar-icon { color: var(--ink); width: 18px; height: 18px; }
.topbar-phone .topbar-label { color: #ffd0a3; }
.topbar-phone .topbar-value { font-size: 21px; font-weight: 700; letter-spacing: .015em; white-space: nowrap; line-height: 1.15; }
.topbar-phone:hover { color: var(--white); background: #ffffff14; border-color: var(--orange-light); }
.topbar a:focus-visible { outline: 2px solid var(--orange-light); outline-offset: 4px; }
@media (max-width: 800px) {
  .topbar-inner { display: grid; grid-template-columns: 1fr auto; gap: 10px 16px; padding-block: 12px 0; }
  .topbar-hours { gap: 8px; }
  .topbar-email { grid-column: 1 / -1; grid-row: 2; justify-content: center; gap: 9px; min-height: 44px; border-top: 1px solid #ffffff26; border-radius: 0; }
  .topbar-email .topbar-label { display: none; }
  .topbar-email .topbar-value { font-size: 14px; }
  .topbar-phone { gap: 9px; padding: 8px 10px; }
  .topbar-phone .topbar-value { font-size: 19px; }
}
@media (max-width: 380px) {
  .topbar-inner { gap: 10px; }
  .topbar-hours > .topbar-icon { display: none; }
  .topbar-hours .topbar-label { font-size: 11px; }
  .topbar-phone { gap: 8px; padding-inline: 8px; }
  .topbar-phone-icon { flex-basis: 30px; height: 30px; }
  .topbar-phone .topbar-label { font-size: 11px; }
  .topbar-phone .topbar-value { font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .topbar-phone { transition: none; }
}
