/* ============================================================
   Carpet Pro - v5+ (Deep Teal & Bronze)
   Your existing identity, modernised. Slim header, left slide-out
   services menu, slider hero with your photos, Spectral/Inter
   typography, smooth scrolling, subtle modern motion. HTML/CSS/JS only.
   ============================================================ */

:root {
  --teal: #80a8af;
  --teal-dark: #71949a;
  --teal-deep: #405458;
  --teal-soft: #afc8cd;
  --bronze: #bf9972;
  --bronze-dark: #ab784e;
  --gold: #e9e768;
  --ink: #020101;
  --ink-soft: #1d1a17;
  --paper: #f7f5f1;
  --white: #ffffff;
  --slate: #6f675c;
  --line: #e4ddd2;

  --font-display: "Spectral", Georgia, "Times New Roman", serif;
  --font-body: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;

  --sp-1: 0.5rem; --sp-2: 1rem; --sp-3: 1.75rem; --sp-4: 2.5rem; --sp-5: 4rem; --sp-6: 5.5rem;
  --maxw: 1160px;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--teal); }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 var(--sp-2);
  text-wrap: balance;
}
h1 { font-size: clamp(2.3rem, 5.2vw, 3.9rem); }
h2 { font-size: clamp(1.8rem, 3.8vw, 2.9rem); letter-spacing: -0.015em; }
h3 { font-size: 1.4rem; }
p { margin: 0 0 var(--sp-2); }
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 var(--sp-3); }
.btn, a, button { cursor: pointer; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 0.9rem 1.9rem; border-radius: 999px;
  font-weight: 700; font-size: 0.97rem; text-decoration: none; text-align: center;
  border: 1.5px solid transparent;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}
.btn:active { transform: translateY(1px); }
.btn-teal { background: var(--teal); color: #fff; }
.btn-teal:hover { background: var(--teal-dark); color: #fff; }
.btn-bronze { background: var(--bronze); color: var(--ink); }
.btn-bronze:hover { background: var(--bronze-dark); color: #fff; }
.btn-ghost-light { border-color: rgba(255,255,255,0.55); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.12); color: #fff; }
.btn-ghost-ink { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-ghost-ink:hover { background: var(--ink); color: var(--cream); }
.btn-lg { padding: 1.05rem 2.3rem; font-size: 1.02rem; }

/* ---------- Slim header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 245, 241, 0.98);
  border-bottom: 1px solid var(--line);
  height: var(--header-h);
  transition: background 0.25s ease, border-color 0.25s ease;
}
/* Overlay mode: 50% graphite over hero image, white text; .scrolled restores solid paper */
.site-header.overlay { position: absolute; left: 0; right: 0; background: rgba(79, 97, 101, 0.5); border-bottom-color: transparent; }
.site-header.overlay.scrolled { position: sticky; background: rgba(247, 245, 241, 0.98); border-bottom-color: var(--line); }
.site-header.overlay .brand-name { color: #fff; }
.site-header.overlay .brand-name small { color: rgba(255, 255, 255, 0.75); }
.site-header.overlay .header-nav a { color: rgba(255, 255, 255, 0.92); }
.site-header.overlay .header-nav a:hover { color: #fff; border-bottom-color: var(--bronze); }
.site-header.overlay .header-phone { color: #fff; }
.site-header.overlay .menu-btn { background: rgba(2, 1, 1, 0.25); border-color: rgba(255, 255, 255, 0.85); color: #fff; }
.site-header.overlay .menu-btn:hover { background: var(--teal); border-color: var(--teal); }
.site-header.overlay.scrolled .brand-name { color: var(--ink); }
.site-header.overlay.scrolled .brand-name small { color: var(--slate); }
.site-header.overlay.scrolled .header-nav a { color: var(--ink); }
.site-header.overlay.scrolled .header-nav a:hover { color: var(--teal); border-bottom-color: var(--teal); }
.site-header.overlay.scrolled .header-phone { color: var(--ink); }
.site-header.overlay.scrolled .menu-btn { background: var(--white); border-color: var(--teal); color: var(--teal); }
.site-header.overlay.scrolled .menu-btn:hover { background: var(--teal); color: #fff; }
.header-inner { display: flex; align-items: center; gap: var(--sp-2); height: var(--header-h); max-width: 1680px; }
.brand { display: flex; align-items: center; gap: 0.65rem; text-decoration: none; color: var(--ink); }
.brand img { height: 38px; width: auto; opacity: 0.7; transition: opacity 0.2s ease; }
.brand:hover img { opacity: 1; }
.brand-name { font-family: var(--font-display); font-weight: 700; font-size: 1.34rem; line-height: 1; color: var(--ink); white-space: nowrap; display: inline-flex; align-items: center; }
.brand-name small { font-family: var(--font-body); font-size: 0.88rem; font-weight: 400; letter-spacing: 0.01em; text-transform: none; color: var(--slate); margin-left: 0.55rem; display: inline; }
.header-nav { display: flex; align-items: center; gap: 2.5rem; margin-left: auto; margin-right: auto; }
.header-nav a { text-decoration: none; color: var(--ink); font-weight: 500; font-size: 0.95rem; white-space: nowrap; border-bottom: 2px solid transparent; padding: 0.3rem 0; }
.header-nav a:hover { color: var(--teal); border-bottom-color: var(--teal); }
@media (max-width: 1360px) { .header-nav { display: none; } }
.header-actions { display: flex; align-items: center; gap: 1.2rem; }
.header-phone { font-weight: 600; color: var(--ink); text-decoration: none; font-size: 0.95rem; white-space: nowrap; }
.header-phone:hover { color: var(--teal); }
.menu-btn {
  display: inline-flex; align-items: center; gap: 0.55rem;
  background: transparent; border: 1.5px solid var(--teal); color: var(--teal);
  border-radius: 999px; padding: 0.5rem 1.15rem; font-weight: 600; font-size: 0.9rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.menu-btn:hover { background: var(--teal); color: #fff; }
.header-book { display: inline-block; background: var(--teal); color: #fff; border-radius: 999px; padding: 0.55rem 1.3rem; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: background 0.2s ease; }
.header-book:hover { background: var(--teal-dark); color: #fff; }
@media (max-width: 720px) { .header-phone { display: none; } .header-book { padding: 0.55rem 1rem; font-size: 0.85rem; } }
@media (max-width: 900px) {
  .brand-name small { display: none; }
  .brand img { height: 32px; }
  .brand-name { font-size: 1.06rem; }
  .header-inner { gap: 0.6rem; }
  .menu-btn { padding: 0.45rem 0.9rem; font-size: 0.84rem; }
}
@media (max-width: 480px) {
  .header-book { font-size: 0.8rem; padding: 0.5rem 0.85rem; }
  .brand { gap: 0.5rem; }
}

/* ---------- Left slide-out services panel ---------- */
.panel-overlay {
  position: fixed; inset: 0; z-index: 80; background: rgba(2, 1, 1, 0.45);
  opacity: 0; pointer-events: none; transition: opacity 0.3s ease;
}
.panel-overlay.show { opacity: 1; pointer-events: auto; }
.services-panel {
  position: fixed; top: 0; left: 0; bottom: 0; z-index: 90;
  width: min(400px, 92vw); background: var(--white);
  transform: translateX(-105%); transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex; flex-direction: column; box-shadow: 12px 0 40px rgba(2, 1, 1, 0.18);
  overflow-y: auto;
}
.services-panel.open { transform: translateX(0); }
.panel-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.1rem 1.5rem; border-bottom: 1px solid var(--line);
}
.panel-head h2 { margin: 0; font-size: 1.15rem; color: var(--teal); }
.panel-close {
  width: 38px; height: 38px; border-radius: 50%; border: 0; background: var(--paper);
  font-size: 1.2rem; line-height: 1; color: var(--ink); display: flex; align-items: center; justify-content: center;
  transition: background 0.2s ease, color 0.2s ease;
}
.panel-close:hover { background: var(--teal); color: #fff; }
.panel-section { padding: 1.2rem 1.5rem 0.4rem; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--bronze-dark); }
.panel-list { list-style: none; margin: 0; padding: 0.2rem 1.5rem 1rem; }
.panel-list li { border-bottom: 1px solid var(--line); }
.panel-list a {
  display: flex; align-items: center; gap: 0.9rem; padding: 0.85rem 0.2rem;
  text-decoration: none; color: var(--ink); transition: color 0.15s ease;
}
.panel-list a:hover { color: var(--teal); }
.panel-list .num { font-family: var(--font-display); font-size: 0.8rem; color: var(--bronze); font-weight: 700; width: 1.6rem; }
.panel-list .name { font-family: var(--font-display); font-size: 1.02rem; font-weight: 600; flex: 1; }
.panel-list .arr { color: var(--bronze); font-weight: 700; }
.panel-foot { margin-top: auto; padding: 1.2rem 1.5rem 1.5rem; border-top: 1px solid var(--line); background: var(--paper); }
.panel-foot .btn { width: 100%; margin-bottom: 0.7rem; }
.panel-foot p { margin: 0.15rem 0; font-size: 0.88rem; color: var(--slate); }
.panel-foot a { color: var(--teal); font-weight: 600; text-decoration: none; }

/* ---------- Hero slider ---------- */
.hero-slider { position: relative; height: min(87vh, 960px); min-height: 560px; overflow: hidden; background: #020101; }
.hero-slider::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 140px; z-index: 3; pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 1, 1, 0.45) 0%, rgba(2, 1, 1, 0.12) 70px, rgba(2, 1, 1, 0) 140px);
}
.hero-slider::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 120px; z-index: 4; pointer-events: none;
  background: linear-gradient(180deg, rgba(247, 245, 241, 0) 0%, rgba(247, 245, 241, 0.65) 65%, rgba(247, 245, 241, 0.95) 100%);
}
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.4s ease; pointer-events: none; }
.slide.active { opacity: 1; pointer-events: auto; }
.slide-bg { position: absolute; inset: 0; will-change: transform; backface-visibility: hidden; }
.slide-bg img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
/* 2026-08-14: slider images are pre-cropped to the banner shape (1600x300)
   at build time, so cover has (almost) nothing left to crop. */
.hero-slider .slide-bg img { object-position: 50% 50%; }
.slide-content .inner { opacity: 0; transform: translateY(14px); transition: opacity 0.55s ease 0.25s, transform 0.55s ease 0.25s; }
.slide.active .inner { opacity: 1; transform: none; }
.slide-content { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; }
@media (max-height: 620px) {
  .slide-content { align-items: flex-start; padding-top: calc(var(--header-h) + 1rem); padding-bottom: 5.5rem; }
}
.slide-content .inner {
  margin-left: 21rem;
  max-width: 660px;
}
@media (max-width: 1100px) { .slide-content .inner { margin-left: 10rem; } }
@media (max-width: 640px) { .slide-content .inner { margin-left: var(--sp-3); } }
.slide-content::before {
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 58%;
  background: linear-gradient(90deg, rgba(2, 1, 1, 0.55) 0%, rgba(2, 1, 1, 0.3) 45%, rgba(2, 1, 1, 0.05) 75%, transparent 100%);
  pointer-events: none; z-index: 0;
}
.slide-content .inner { position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.9rem; margin-bottom: 1.1rem;
  color: var(--bronze); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase;
  text-shadow: 0 1px 8px rgba(2, 1, 1, 0.6);
}
.hero-eyebrow .ln { width: 44px; height: 2px; background: var(--bronze); box-shadow: 0 1px 6px rgba(2, 1, 1, 0.5); }
.slide h1 { color: #fff; max-width: 18ch; text-shadow: 0 1px 2px rgba(2, 1, 1, 0.45), 0 10px 34px rgba(2, 1, 1, 0.45); }
.slide p.lede { color: rgba(255,255,255,0.95); max-width: 46ch; font-size: 1.12rem; text-shadow: 0 1px 14px rgba(2, 1, 1, 0.5); }
.slide .btns { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: var(--sp-2); }
.slider-nav { position: absolute; bottom: 1.4rem; left: 0; right: 0; z-index: 5; display: flex; justify-content: center; align-items: center; gap: 1.1rem; }
.slider-dots { display: flex; gap: 0.5rem; }
.slider-dots button {
  width: 9px; height: 9px; border-radius: 50%; border: 0; padding: 0;
  background: rgba(255,255,255,0.4); transition: background 0.25s ease, transform 0.25s ease;
}
.slider-dots button.active { background: var(--bronze); transform: scale(1.25); }
.slider-arrows { display: flex; gap: 0.5rem; }
.slider-arrows button {
  width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.5);
  background: rgba(2,1,1,0.25); color: #fff; font-size: 1.05rem; line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.slider-arrows button:hover { background: var(--bronze); border-color: var(--bronze); color: var(--ink); }
.special-badge {
  display: inline-block; margin-top: 1.1rem; padding: 0.4rem 1rem; border-radius: 999px;
  background: rgba(233, 231, 104, 0.16); border: 1px solid rgba(233, 231, 104, 0.55);
  color: #f4f2b8; font-size: 0.82rem; font-weight: 600; text-shadow: 0 1px 8px rgba(2, 1, 1, 0.5);
}

/* ---------- Trust band ---------- */
.trust-band { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border-bottom: 1px solid var(--line); }
.trust-item { padding: 2rem var(--sp-3); border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item h3 { font-family: var(--font-body); font-size: 0.76rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; color: var(--teal); margin-bottom: 0.4rem; }
.trust-item h3 .tnum { font-family: var(--font-display); color: var(--bronze); font-size: 0.95rem; margin-right: 0.5rem; }
.trust-item p { font-size: 0.92rem; color: var(--slate); margin: 0; }
@media (max-width: 900px) { .trust-band { grid-template-columns: 1fr 1fr; } .trust-item:nth-child(2) { border-right: 0; } .trust-item { border-bottom: 1px solid var(--line); } }
@media (max-width: 540px) { .trust-band { grid-template-columns: 1fr; } .trust-item { border-right: 0; } }

/* ---------- Audience strip (who we work with) ---------- */
.audience-strip { border-bottom: 1px solid var(--line); background: var(--white); padding: 0.95rem 0; text-align: center; }
.audience-strip .container { display: flex; flex-wrap: wrap; gap: 0.55rem 0.9rem; align-items: center; justify-content: center; font-size: 0.88rem; color: var(--slate); }
.audience-strip .label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--teal); }
.audience-strip em { font-style: normal; color: var(--bronze); }

/* ---------- Services grid (dark section imagery) ---------- */
.section { padding: var(--sp-6) 0; }
.section-head { max-width: 52ch; margin-bottom: var(--sp-4); }
.section-head .eyebrow {
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; font-weight: 700;
  color: var(--bronze-dark); margin-bottom: var(--sp-2);
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); }
.service-tile { background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.service-tile:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(2, 1, 1, 0.12); }
.service-tile .media { overflow: hidden; aspect-ratio: 16 / 9; }
.service-tile .media img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.service-tile:hover .media img { transform: scale(1.06); }
.service-tile .body { padding: 1.1rem 1.2rem 1.2rem; display: flex; flex-direction: column; flex: 1; }
.service-tile h3 { font-size: 1.12rem; margin-bottom: 0.35rem; }
.service-tile p { font-size: 0.9rem; color: var(--slate); margin: 0 0 0.6rem; flex: 1; }
.service-tile .link { font-weight: 700; font-size: 0.88rem; color: var(--teal); }
@media (max-width: 960px) { .services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 580px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- Quote band (dark) ---------- */
.quote-band { background: var(--ink); color: #d8d2c8; padding: var(--sp-5) 0; }
.quote-band .stars { color: var(--bronze); letter-spacing: 0.3em; margin-bottom: var(--sp-2); }
.quote-band blockquote {
  margin: 0; max-width: 38rem;
  font-family: var(--font-display); font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 500; font-style: italic; line-height: 1.4; color: #fff;
}
.quote-band cite { display: block; margin-top: var(--sp-2); font-style: normal; font-size: 0.85rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bronze); }
.quote-band cite a { color: var(--bronze); }

/* ---------- Trusted by ---------- */
.trusted-row { display: flex; flex-wrap: wrap; gap: 0.8rem 2.4rem; align-items: center; justify-content: center; padding: var(--sp-3) 0; color: var(--slate); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.06em; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--teal); color: #fff; padding: var(--sp-5) 0; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #cfe0e8; max-width: 46rem; margin: 0 auto var(--sp-3); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: #b3aca1; padding: var(--sp-5) 0 0; font-size: 0.94rem; }
.footer-wordmark { font-family: var(--font-display); font-weight: 700; font-size: clamp(2.6rem, 9vw, 7.5rem); line-height: 1; color: #1d1a17; letter-spacing: -0.01em; margin-bottom: var(--sp-3); user-select: none; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: var(--sp-4); padding: var(--sp-3) 0 var(--sp-4); border-top: 1px solid rgba(255,255,255,0.1); }
.footer-grid h3 { color: var(--bronze); font-family: var(--font-body); font-size: 0.74rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: var(--sp-2); }
.footer-grid a { color: #b3aca1; text-decoration: none; display: block; padding: 0.22rem 0; }
.footer-grid a:hover { color: #fff; }
.footer-contact p { margin: 0 0 0.35rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding: var(--sp-2) 0 var(--sp-3); font-size: 0.8rem; color: #6e675e; display: flex; flex-wrap: wrap; gap: 0.4rem 1.5rem; justify-content: space-between; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .footer-grid { grid-template-columns: 1fr; } }

/* ---------- Page hero (sharp photo + gradient scrim, homepage style) ---------- */
.page-hero { position: relative; min-height: 260px; display: flex; align-items: center; justify-content: flex-start; overflow: hidden; background: var(--teal-deep); padding: var(--sp-4) var(--sp-3); }
.page-hero::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 120px; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 1, 1, 0.4) 0%, rgba(2, 1, 1, 0.1) 60px, rgba(2, 1, 1, 0) 120px);
}
.page-hero .hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
/* Left gradient scrim so white titles stay readable on bright photos - same
   family as the homepage slider scrim. */
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgba(2, 1, 1, 0.55) 0%, rgba(2, 1, 1, 0.3) 45%, rgba(2, 1, 1, 0.05) 75%, transparent 100%); }
/* Page hero: no box behind title - white title on the image, left aligned */
.page-hero .banner {
  position: relative; z-index: 2;
  background: transparent; border: 0; box-shadow: none;
  padding: 0.5rem 0; text-align: left;
  max-width: min(720px, 92vw);
}
.page-hero .banner h1 { margin: 0; color: #fff; font-size: clamp(2rem, 4.6vw, 3.2rem); text-shadow: 0 2px 10px rgba(2, 1, 1, 0.55), 0 10px 40px rgba(2, 1, 1, 0.45); }
.page-hero .banner p { margin: 0.45rem 0 0; color: rgba(255, 255, 255, 0.95); font-size: 1rem; text-shadow: 0 1px 8px rgba(2, 1, 1, 0.5); max-width: 58ch; }

/* ---------- Booking embed ---------- */
.booking-frame-wrap { width: 70vw; max-width: none; margin-left: calc(50% - 35vw); background: var(--white); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.booking-frame-header { display: none; }
.booking-frame-wrap iframe { display: block; width: 100%; height: 950px; border: 0; overscroll-behavior: contain; }
.booking-fallback { margin-top: var(--sp-3); text-align: center; color: var(--slate); font-size: 0.95rem; }
@media (max-width: 1024px) {
  .booking-frame-wrap { width: 100%; }
}
.booking-top { padding-top: 2rem; }
.booking-top h1 { text-align: center; margin-bottom: 1.5rem; }
.booking-tabs {
  width: 90vw; max-width: none; margin-left: calc(50% - 45vw);
  display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
  gap: clamp(3px, 0.45vw, 7px); margin-bottom: 1rem;
  counter-reset: bookingtab;
}
.booking-tab {
  appearance: none;
  display: inline-flex; align-items: baseline;
  padding: 8px clamp(5px, 0.7vw, 11px);
  background: transparent;
  border: 1px solid #4f6165;
  border-radius: 2px;
  color: #4f6165;
  font: 600 0.8rem/1.2 "Inter", system-ui, sans-serif;
  font-size: clamp(0.36rem, 0.75vw, 0.9rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  counter-increment: bookingtab;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease;
}
.booking-tab::before {
  content: counter(bookingtab, decimal-leading-zero);
  color: var(--bronze);
  font-weight: 700;
  font-size: 0.82em;
  letter-spacing: 0.16em;
  margin-right: 0.45em;
}
.booking-tab:hover, .booking-tab:focus-visible {
  background: #4f6165; color: #ffffff; outline: none;
}
.booking-tab:hover::before, .booking-tab:focus-visible::before { color: #e3c5a3; }
.booking-tab:active { background: #405458; border-color: #405458; color: #ffffff; }
/* Selected tab keeps the hover fill while the widget is on that service's extras. */
.booking-tab.selected, .booking-tab.selected:hover { background: #4f6165; color: #ffffff; }
.booking-tab.selected::before { color: #e3c5a3; }
/* Mobile service dropdown (replaces the tab chips under 768px). */
.booking-select-wrap { display: none; margin-bottom: 1rem; }
.booking-select-label {
  display: block;
  font: 700 0.66rem/1 "Spectral", Georgia, serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--bronze);
  margin-bottom: 0.55rem;
}
.booking-select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ffffff;
  border: 1px solid #4f6165;
  border-radius: 2px;
  color: #24333a;
  font: 600 1rem/1.4 "Inter", system-ui, sans-serif;
  letter-spacing: 0.01em;
  padding: 0.85rem 2.6rem 0.85rem 1rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%234f6165' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
.booking-select:focus-visible { outline: 2px solid var(--teal); outline-offset: 2px; }
@media (max-width: 767px) {
  .booking-top .container { padding-left: 0.75rem; padding-right: 0.75rem; }
  .booking-top { padding-top: 1.25rem; }
  .booking-top h1 { font-size: clamp(1.5rem, 6.2vw, 1.9rem); margin-bottom: 1rem; }
  .booking-tabs { display: none; }
  .booking-select-wrap { display: block; }
  .booking-frame-header {
    display: flex;
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    border: 1px solid var(--line);
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
    background: var(--white);
  }
  .booking-mode-button {
    flex: 1;
    min-height: 44px;
    border: 0;
    border-right: 1px solid var(--line);
    background: var(--white);
    color: var(--slate);
    font: 700 0.82rem/1 "Inter", system-ui, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .booking-mode-button:last-child { border-right: 0; }
  .booking-mode-button.is-active { background: var(--teal); color: #fff; }
  .booking-mode-button:focus-visible { outline: 2px solid var(--bronze); outline-offset: -2px; }
  .booking-frame-wrap {
    width: 100%;
    max-width: 42rem;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
  }
}
@media (max-width: 480px) {
  .booking-top { padding-top: 1rem; }
  .booking-top h1 { font-size: 1.5rem; margin-bottom: 0.9rem; }
}

/* Contact page: lightbox that hosts the widget's contact-form popup. */
.contact-form-lightbox { position: fixed; inset: 0; z-index: 2000; background: rgba(15, 23, 42, 0.55); display: flex; align-items: center; justify-content: center; padding: 20px; }
.contact-form-lightbox[hidden] { display: none; }
.contact-form-lightbox iframe { width: min(620px, 94vw); height: min(760px, 88vh); background: #fff; border: 0; border-radius: 12px; box-shadow: 0 18px 50px rgba(2, 1, 1, 0.35); }
.contact-form-lightbox .cfl-close { position: absolute; top: 14px; right: 18px; background: #405458; color: #fff; border: 0; border-radius: 50%; width: 36px; height: 36px; font-size: 1.15rem; line-height: 1; cursor: pointer; z-index: 1; }
.contact-card-btn { font: inherit; text-align: left; width: 100%; cursor: pointer; }

/* ---------- Content pages ---------- */
.page-lead { font-size: 1.18rem; color: var(--slate); max-width: 60ch; }
.rule { border: 0; border-top: 1px solid var(--line); margin: var(--sp-4) 0; }

/* ---------- Reveal (subtle) ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .slide, .slide-content .inner { transition: none; }
  .slide-content .inner { opacity: 1; transform: none; }
}

/* ---------- Focus & a11y ---------- */
a:focus-visible, button:focus-visible { outline: 3px solid var(--bronze); outline-offset: 2px; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--ink); color: #fff; padding: 0.6rem 1rem; z-index: 100; }
.skip-link:focus { left: 0; }

/* ============================================================
   Page components (v29): split/blob, stats, process, faq,
   compare sliders, reviews, gallery, chips, cta, reveal variants
   ============================================================ */

/* Split sections + blob image shapes */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: var(--sp-5); align-items: center; padding: var(--sp-6) 0; }
.split .media { max-width: 420px; }
.split .media { position: relative; }
.blob { border-radius: 58% 42% 55% 45% / 45% 58% 42% 55%; overflow: hidden; box-shadow: 0 24px 60px rgba(2, 1, 1, 0.16); }
.blob img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.8s ease; }
.blob:hover img { transform: scale(1.05); }
.blob-ghost::after { content: ""; position: absolute; inset: 7% -4% -4% 7%; border-radius: 62% 38% 48% 52% / 52% 44% 56% 48%; background: var(--bronze); opacity: 0.22; z-index: -1; animation: blobMorph 14s ease-in-out infinite alternate; }
@keyframes blobMorph { from { border-radius: 62% 38% 48% 52% / 52% 44% 56% 48%; } to { border-radius: 45% 55% 60% 40% / 45% 60% 40% 55%; } }
.split .copy h2 { margin-top: var(--sp-1); }
.split .copy p { color: var(--slate); }
@media (max-width: 1000px) { .split { grid-template-columns: 1fr; gap: var(--sp-4); padding: var(--sp-5) 0; } .split .media { max-width: 560px; } }

/* Value ticks */
.value-tick { list-style: none; margin: var(--sp-3) 0 0; padding: 0; display: grid; gap: 0.7rem; }
.value-tick li { position: relative; padding-left: 2rem; color: var(--ink-soft); }
.value-tick li::before { content: ""; position: absolute; left: 0; top: 0.28em; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--teal); }
.value-tick li::after { content: "\2713"; position: absolute; left: 0.18rem; top: 0.2em; color: #fff; font-size: 0.68rem; font-weight: 700; }

/* Stats band */
.stats-band { padding: var(--sp-5) 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.1rem; }
.stat { text-align: center; padding: 2rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.stat b { display: block; font-family: var(--font-display); font-size: 2.7rem; line-height: 1.05; color: var(--teal); font-weight: 600; }
.stat span { color: var(--slate); font-size: 0.86rem; }
@media (max-width: 1000px) { .stats { grid-template-columns: 1fr 1fr; } }

/* Steps / process */
.steps-band { padding: var(--sp-5) 0; }
.process { display: grid; gap: 1rem; }
.process.two { grid-template-columns: 1fr 1fr; }
.step { display: flex; gap: 1.2rem; background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.4rem 1.6rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.step:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(2, 1, 1, 0.08); }
.step .n { font-family: var(--font-display); font-size: 1.7rem; color: var(--bronze); font-weight: 700; line-height: 1; min-width: 2.4rem; }
.step h3 { margin: 0 0 0.3rem; font-size: 1.12rem; }
.step p { margin: 0; color: var(--slate); font-size: 0.95rem; }
@media (max-width: 800px) { .process.two { grid-template-columns: 1fr; } }

/* Fibre cards / notes / who grids */
.fibre-grid, .notes-grid, .who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; margin-top: var(--sp-3); }
.fibre-card, .note, .who { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 1.5rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.fibre-card:hover, .note:hover, .who:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(2, 1, 1, 0.08); }
.fibre-card h3, .note h3, .who h3 { margin: 0 0 0.4rem; font-size: 1.08rem; }
.fibre-card p, .note p, .who p { margin: 0; color: var(--slate); font-size: 0.95rem; }
@media (max-width: 1000px) { .fibre-grid, .notes-grid, .who-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .fibre-grid, .notes-grid, .who-grid { grid-template-columns: 1fr; } }

/* Guarantee band */
.guarantee-band { padding: var(--sp-5) 0; }
.guarantee { display: flex; gap: 1.2rem; align-items: flex-start; background: linear-gradient(135deg, var(--teal-deep) 0%, var(--teal) 60%, var(--teal-soft) 100%); color: #fff; border-radius: 20px; padding: 2.2rem 2.4rem; position: relative; overflow: hidden; }
.guarantee::before { content: ""; position: absolute; inset: -60% -30%; background: radial-gradient(circle at 15% 30%, rgba(191, 153, 114, 0.3), transparent 45%), radial-gradient(circle at 85% 70%, rgba(191, 153, 114, 0.22), transparent 40%); animation: blobMorph 16s ease-in-out infinite alternate; }
.guarantee > * { position: relative; }
.guarantee .g-ic { font-size: 1.6rem; color: var(--bronze); line-height: 1.2; }
.guarantee h2 { color: #fff; margin: 0 0 0.4rem; font-size: 1.5rem; }
.guarantee p { color: #cfe0e8; margin: 0; }

/* FAQ accordion */
.faq { max-width: 780px; margin: 0 auto; }
.qa { border: 1px solid var(--line); border-radius: 14px; background: var(--white); margin-bottom: 0.8rem; overflow: hidden; }
.qa > button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.15rem 1.4rem; background: none; border: 0; font: inherit; font-weight: 700; color: var(--ink); text-align: left; cursor: pointer; }
.qa > button:hover { color: var(--teal); }
.qa .ic { color: var(--bronze); font-weight: 700; font-size: 1.3rem; transition: transform 0.3s ease; flex: none; }
.qa.open .ic { transform: rotate(45deg); }
.qa .a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.qa .a > div { padding: 0 1.4rem 1.2rem; color: var(--slate); font-size: 0.97rem; }

/* Before/after compare sliders */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin-top: var(--sp-3); }
.compare-grid.three { grid-template-columns: repeat(3, 1fr); }
.compare { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; cursor: ew-resize; touch-action: none; user-select: none; box-shadow: 0 20px 50px rgba(2, 1, 1, 0.14); background: var(--teal-deep); }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.compare .after { clip-path: inset(0 0 0 var(--pos, 90%)); }
.compare .divider { position: absolute; top: 0; bottom: 0; left: var(--pos, 90%); width: 3px; background: #fff; transform: translateX(-50%); box-shadow: 0 0 12px rgba(2, 1, 1, 0.5); pointer-events: none; }
.compare .handle { position: absolute; top: 50%; left: var(--pos, 90%); transform: translate(-50%, -50%); width: 46px; height: 46px; border-radius: 50%; background: #fff; color: var(--teal); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.15rem; box-shadow: 0 4px 16px rgba(2, 1, 1, 0.35); pointer-events: none; }
.compare .tag { position: absolute; top: 12px; padding: 4px 12px; border-radius: 999px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: rgba(2, 1, 1, 0.55); color: #fff; pointer-events: none; }
.compare .tag.b { left: 12px; }
.compare .tag.a { right: 12px; }
@media (max-width: 1000px) { .compare-grid.three { grid-template-columns: 1fr 1fr; } }
@media (max-width: 700px) { .compare-grid, .compare-grid.three { grid-template-columns: 1fr; } }

/* Reviews */
.reviews-band { padding: var(--sp-5) 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.review-card { background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 1.5rem; display: flex; flex-direction: column; gap: 0.75rem; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.review-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(2, 1, 1, 0.09); }
.review-card .stars { color: var(--bronze); letter-spacing: 0.18em; font-size: 0.95rem; }
.review-card blockquote { margin: 0; color: var(--ink-soft); font-size: 0.95rem; line-height: 1.6; }
.review-card cite { font-style: normal; font-weight: 700; color: var(--teal); font-size: 0.85rem; margin-top: auto; }
@media (max-width: 1000px) { .review-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .review-grid { grid-template-columns: 1fr; } }

/* Case gallery */
.gallery-band { padding: var(--sp-5) 0; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; }
.case-card { position: relative; border-radius: 16px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 10px 30px rgba(2, 1, 1, 0.1); }
.case-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.case-card:hover img { transform: scale(1.06); }
.case-card .cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.4rem 1rem 0.8rem; background: linear-gradient(transparent, rgba(2, 1, 1, 0.75)); color: #fff; font-size: 0.82rem; font-weight: 600; }
@media (max-width: 1000px) { .case-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .case-grid { grid-template-columns: 1fr; } }

/* Chips */
.chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.chip { padding: 0.45rem 1.05rem; border-radius: 999px; border: 1px solid var(--teal); color: var(--teal); font-size: 0.85rem; font-weight: 600; transition: background 0.2s ease, color 0.2s ease; }
.chip:hover { background: var(--teal); color: #fff; }

/* Contact cards */
.contact-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin: var(--sp-3) 0; }
.contact-card { display: block; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 1.6rem 1.4rem; text-align: center; text-decoration: none; color: var(--ink); transition: transform 0.25s ease, box-shadow 0.25s ease; }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(2, 1, 1, 0.09); }
.contact-card .c-ic { font-size: 1.5rem; color: var(--bronze); }
.contact-card h3 { margin: 0.6rem 0 0.25rem; font-size: 1.05rem; }
.contact-card p { margin: 0; color: var(--slate); font-size: 0.92rem; }
.contact-areas { margin-top: var(--sp-4); }
@media (max-width: 1000px) { .contact-cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .contact-cards { grid-template-columns: 1fr; } }

/* Intro blocks (promise/faq/reviews) */
.promise-intro { max-width: 56ch; margin: 0 auto; text-align: center; padding: var(--sp-5) 0 var(--sp-2); }
.promise-intro h2 { margin-top: var(--sp-1); }
.promise-intro p { color: var(--slate); }

/* CTA band upgrade: soft moving light */
.cta-band { position: relative; overflow: hidden; background: var(--teal-deep); }
.cta-band::before { content: ""; position: absolute; inset: -80% -30%; background: radial-gradient(circle at 18% 25%, rgba(191, 153, 114, 0.28), transparent 42%), radial-gradient(circle at 82% 75%, rgba(191, 153, 114, 0.2), transparent 38%); animation: blobMorph 20s ease-in-out infinite alternate; pointer-events: none; }
.cta-band .container { position: relative; }

/* Reveal variants (stagger via --rd) */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1); transition-delay: var(--rd, 0s); }
[data-reveal].in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .blob-ghost::after, .cta-band::before, .guarantee::before { animation: none; }
}

/* ============================================================
   Architect style (v30): arches, drawing markers, index rows
   ============================================================ */

/* Section markers (drawing notation) */
.sec-mark { display: flex; align-items: center; gap: 1rem; margin-bottom: var(--sp-2); }
.sec-mark .num { font-family: var(--font-display); color: var(--bronze); font-weight: 700; font-size: 0.9rem; letter-spacing: 0.08em; }
.sec-mark .line { flex: 0 0 3rem; height: 1px; background: var(--bronze); opacity: 0.6; }
.sec-mark .label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.22em; color: var(--teal); }

/* Featured service rows (architect elevation style) */
.feat { display: grid; grid-template-columns: 320px 1fr; gap: var(--sp-5); align-items: center; padding: var(--sp-4) 0; }
.feat.copy-first { grid-template-columns: 1fr 320px; }
.feat .media { width: 320px; }
.feat .copy h3 { font-size: 1.9rem; margin-bottom: 0.6rem; }
.feat .copy p { color: var(--slate); }
.feat .copy .eyebrow { margin-bottom: 0.9rem; }
.feat .link { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; color: var(--teal); text-decoration: none; margin-top: 0.8rem; transition: gap 0.25s ease, color 0.25s ease; }
.feat .link:hover { color: var(--bronze-dark); gap: 0.9rem; }

/* Arch portal image (rounded-top; bronze floor-plan outline offset) */
.arch-frame { position: relative; z-index: 0; }
.arch-frame::after { content: ""; position: absolute; inset: 16px -16px -16px 16px; border: 1.5px solid var(--bronze); border-radius: 999px 999px 22px 22px; opacity: 0.55; z-index: -1; }
.arch { position: relative; aspect-ratio: 4 / 5; border-radius: 999px 999px 22px 22px; overflow: hidden; box-shadow: 0 24px 60px rgba(2, 1, 1, 0.16); }
.arch img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; }
.arch:hover img { transform: scale(1.05); }
@media (max-width: 1000px) {
  .feat { grid-template-columns: 1fr; gap: var(--sp-3); padding: var(--sp-3) 0; }
  .feat .media { margin: 0 auto; }
  .arch-frame { max-width: 320px; }
}

/* Services index (drawing index rows) */
.svc-index { border-top: 1px solid var(--line); margin-top: var(--sp-4); }
.svc-index a { display: flex; align-items: center; gap: 1.4rem; padding: 1.3rem 0.4rem; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: padding 0.25s ease, color 0.25s ease, background 0.25s ease; }
.svc-index a:hover { padding-left: 1.1rem; color: var(--teal); background: var(--white); }
.svc-index .n { font-family: var(--font-display); color: var(--bronze); font-weight: 700; font-size: 0.85rem; min-width: 2.2rem; }
.svc-index h3 { margin: 0; font-size: 1.15rem; flex: 1; }
.svc-index p { margin: 0; color: var(--slate); font-size: 0.9rem; flex: 1.6; }
.svc-index .arr { color: var(--bronze); font-size: 1.2rem; transition: transform 0.25s ease; }
.svc-index a:hover .arr { transform: translateX(4px); }
@media (max-width: 700px) { .svc-index p { display: none; } }

/* Shape mix + full-width bleed (v31) */
.arch.r-squircle { border-radius: 72px; }
.arch.r-circle { border-radius: 50%; aspect-ratio: 1 / 1; }
.arch-frame.f-squircle::after { border-radius: 72px; }
.arch-frame.f-circle::after { border-radius: 50%; }
.feat.bleed-left .media { margin-left: calc(50% - 50vw); }
.feat.bleed-right .media { margin-right: calc(50% - 50vw); }
@media (max-width: 1000px) {
  .feat.bleed-left .media, .feat.bleed-right .media { margin: 0; }
  .arch.r-circle { aspect-ratio: 4 / 5; border-radius: 999px 999px 22px 22px; }
}

/* Rating summary band (reviews page) */
.rating-summary { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 0.6rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; padding: 1.4rem 1.8rem; margin: 0 auto var(--sp-4); max-width: 720px; text-align: center; }
.rating-summary .stars { color: var(--bronze); letter-spacing: 0.2em; font-size: 1.3rem; }
.rating-summary b { font-family: var(--font-display); font-size: 1.5rem; color: var(--teal); }
.rating-summary .rb-sub { color: var(--slate); font-size: 0.92rem; width: 100%; }

/* ---- Booking maintenance page ---- */
.cp-maint { padding: clamp(4.5rem, 12vh, 7.5rem) 0 clamp(4.5rem, 10vh, 6rem); }
.cp-maint-card { max-width: 660px; margin: 0 auto; text-align: center; }
.cp-maint-card .cp-eyebrow {
  text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.72rem; font-weight: 700;
  color: var(--bronze-dark); margin-bottom: 1rem;
}
.cp-maint-card h1 { font-size: clamp(1.9rem, 4.2vw, 2.8rem); line-height: 1.15; margin: 0 0 1.1rem; }
.cp-maint-card .lede { font-size: 1.15rem; margin: 0; }
.cp-maint-actions { display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; margin-top: 1.9rem; }
.cp-restore-wrap { margin-top: 2.75rem; }
.cp-hairline { height: 1px; background: var(--line); margin: 0 auto 1.4rem; }
.cp-restore-note { font-size: 0.92rem; max-width: 46ch; margin: 0 auto 1rem; }
.cp-restore-wrap .btn[disabled] { opacity: 0.55; cursor: default; }
