/* Paws & Polish Grooming Co. — concept by Statica Design Agency
   Bath-day salon: lagoon-teal tile wall, sud-white ground, butter-sun actions, ink type. */

@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../assets/fonts/bricolage-grotesque-latin-wght.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("../assets/fonts/figtree-latin-wght.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --tub: #0b6f6e;
  --tub-deep: #08504f;
  --tub-lift: #128a88;
  --suds: #ddf3ef;
  --suds-deep: #c4e8e2;
  --bubble: #f5fbfa;
  --white: #ffffff;
  --ink: #10303a;
  --ink-soft: #3d5a63;
  --ink-deep: #0b2229;
  --sun: #ffc93c;
  --sun-deep: #f0b21d;
  --sun-soft: #fff1c8;
  --bow: #ff7a6b;
  --bow-soft: #ffe2dd;
  --error: #b3261e;
  --line: rgba(16, 48, 58, 0.14);

  --r-s: 14px;
  --r-m: 24px;
  --r-l: 36px;
  --r-xl: 56px;

  --font-display: "Bricolage Grotesque", "Trebuchet MS", system-ui, sans-serif;
  --font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;

  --gutter: clamp(1.25rem, 4vw, 2.5rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --shadow-soft: 0 18px 40px -22px rgba(16, 48, 58, 0.45);
  --shadow-lift: 0 26px 50px -24px rgba(16, 48, 58, 0.55);

  --tile: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Cpath d='M0 .5h120M0 30.5h120M.5 0v30M60.5 30v30' stroke='%23fff' stroke-opacity='.11' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  --tile-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Cpath d='M0 .5h120M0 30.5h120M.5 0v30M60.5 30v30' stroke='%230b6f6e' stroke-opacity='.16' stroke-width='2' fill='none'/%3E%3C/svg%3E");
}

*, *::before, *::after { box-sizing: border-box; }
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-color: var(--tub) var(--suds);
  scroll-padding-top: 6rem;
}
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bubble);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--sun); color: var(--ink); }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration-thickness: 0.09em; text-underline-offset: 0.2em; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 750;
  line-height: 1.05;
  letter-spacing: -0.028em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.6rem, 6.2vw, 5.1rem); font-weight: 800; letter-spacing: -0.035em; line-height: 0.98; }
h2 { font-size: clamp(2rem, 4.6vw, 3.5rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.6rem); line-height: 1.15; letter-spacing: -0.02em; }
:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  border-radius: 6px;
  box-shadow: 0 0 0 6px var(--sun);
}
.on-dark :focus-visible, .hero :focus-visible, .cta-band :focus-visible, .site-footer :focus-visible {
  outline-color: var(--white);
  box-shadow: 0 0 0 6px rgba(255, 201, 60, 0.9);
}
.skip {
  position: absolute; left: 1rem; top: -4rem; z-index: 100;
  background: var(--ink); color: #fff; padding: 0.7rem 1.1rem; border-radius: 12px; font-weight: 700;
}
.skip:focus { top: 1rem; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.container { width: min(100% - 2 * var(--gutter), 1200px); margin-inline: auto; }
.section { padding-block: clamp(4rem, 9vw, 7.5rem); position: relative; }
.section--suds { background: var(--suds); }
.section--sun { background: var(--sun-soft); }
.section--ink { background: var(--ink); color: #eaf5f3; }
.section--tight { padding-block: clamp(2.5rem, 6vw, 4.5rem); }
.lede { font-size: clamp(1.1rem, 1.6vw, 1.3rem); line-height: 1.55; color: var(--ink-soft); max-width: 46ch; }
.section--ink .lede, .hero .lede, .cta-band .lede { color: #d7efeb; }
.head { max-width: 40rem; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.head--center { margin-inline: auto; text-align: center; }
.head--center .lede { margin-inline: auto; }
.tabnum { font-variant-numeric: tabular-nums; }

/* sample / concept tags */
.tag {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.28rem 0.75rem; border-radius: 999px;
  font-size: 0.85rem; font-weight: 700; letter-spacing: 0.01em;
  background: var(--sun-soft); color: var(--ink);
  border: 1.5px dashed rgba(16, 48, 58, 0.45);
}
.section--ink .tag, .hero .tag { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.55); }

/* ---------- buttons ---------- */
.btn {
  --bg: var(--sun); --fg: var(--ink); --bd: transparent;
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  min-height: 3.25rem; padding: 0.8rem 1.6rem;
  border-radius: 999px; border: 2px solid var(--bd);
  background: var(--bg); color: var(--fg);
  font: 750 1.05rem/1.1 var(--font-body); letter-spacing: -0.005em;
  text-decoration: none; cursor: pointer; text-align: center;
  box-shadow: 0 12px 22px -14px rgba(16, 48, 58, 0.6);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), background-color 0.25s, color 0.25s, border-color 0.25s;
}
.btn svg { transition: transform 0.35s var(--ease); flex: none; }
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 26px -14px rgba(16, 48, 58, 0.6); }
.btn:hover svg:last-child { transform: translateX(4px); }
.btn:active { transform: translateY(0); box-shadow: 0 6px 12px -8px rgba(16, 48, 58, 0.6); }
.btn--sun:hover { --bg: #ffd35e; }
.btn--ink { --bg: var(--ink); --fg: #fff; }
.btn--ink:hover { --bg: var(--tub-deep); }
.btn--ghost { --bg: transparent; --fg: #fff; --bd: rgba(255, 255, 255, 0.7); box-shadow: none; }
.btn--ghost:hover { --bg: rgba(255, 255, 255, 0.14); box-shadow: none; }
.btn--line { --bg: transparent; --fg: var(--ink); --bd: var(--ink); box-shadow: none; }
.btn--line:hover { --bg: var(--ink); --fg: #fff; box-shadow: none; }
.btn--sm { min-height: 2.75rem; padding: 0.55rem 1.2rem; font-size: 0.98rem; }
.btn--lg { min-height: 3.6rem; padding-inline: 2rem; font-size: 1.12rem; }
.hero .btn, .cta-band .btn, .page-head .btn, .section--ink .btn, .site-footer .btn { box-shadow: 0 12px 22px -14px rgba(0, 0, 0, 0.5); }
.hero .btn:hover, .cta-band .btn:hover, .page-head .btn:hover, .section--ink .btn:hover, .site-footer .btn:hover { box-shadow: 0 18px 26px -14px rgba(0, 0, 0, 0.55); }
.hero .btn--ghost, .cta-band .btn--ghost, .page-head .btn--ghost, .section--ink .btn--ghost { box-shadow: none; }
.btn[disabled] { opacity: 0.6; cursor: not-allowed; transform: none; }

/* ---------- concept bar + header ---------- */
.concept-bar { background: var(--ink-deep); color: #cfe7e3; font-size: 0.88rem; line-height: 1.35; }
.concept-bar p { margin: 0; padding: 0.5rem var(--gutter); text-align: center; text-wrap: balance; }
.concept-bar strong { color: var(--sun); font-weight: 750; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(245, 251, 250, 0.92);
  -webkit-backdrop-filter: saturate(1.4) blur(14px); backdrop-filter: saturate(1.4) blur(14px);
  border-bottom: 1px solid var(--line);
}
.site-header__row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 4.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--ink); }
.brand__mark { color: var(--tub); flex: none; transition: transform 0.6s var(--ease); }
.brand:hover .brand__mark { transform: rotate(-10deg) scale(1.06); }
.brand__text { display: grid; line-height: 1; }
.brand__name { font: 800 1.35rem/1 var(--font-display); letter-spacing: -0.03em; }
.brand__sub { font: 600 0.78rem/1.2 var(--font-body); letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); margin-top: 0.2rem; }
.brand--light { color: #fff; }
.brand--light .brand__mark { color: var(--sun); }
.brand--light .brand__sub { color: #bfe0dc; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.5rem); }
.site-nav__links { display: flex; gap: clamp(0.4rem, 1.6vw, 1.4rem); }
.site-nav__links a {
  display: block; padding: 0.55rem 0.8rem; border-radius: 999px;
  font-weight: 650; text-decoration: none; transition: background-color 0.25s;
}
.site-nav__links a:hover { background: var(--suds); }
.site-nav__links a[aria-current="page"] { background: var(--suds-deep); }
.site-nav__cta { display: flex; align-items: center; gap: 1rem; }
.phone-link { display: inline-flex; align-items: center; gap: 0.45rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.phone-link:hover { text-decoration: underline; }
.phone-link svg { color: var(--tub); }
.btn[aria-current="page"] { box-shadow: inset 0 0 0 2px var(--ink); }
.nav-toggle { display: none; width: 3rem; height: 3rem; border-radius: 50%; border: 2px solid var(--ink); background: transparent; color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle__close { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__open { display: none; }
.nav-toggle[aria-expanded="true"] .nav-toggle__close { display: block; }

@media (max-width: 62rem) {
  .nav-toggle { display: grid; }
  .site-nav {
    position: absolute; left: 0; right: 0; top: 100%;
    flex-direction: column; align-items: stretch; gap: 1rem;
    padding: 1rem var(--gutter) 1.75rem;
    background: var(--bubble); border-bottom: 1px solid var(--line);
    box-shadow: 0 30px 40px -30px rgba(16, 48, 58, 0.5);
    visibility: hidden; opacity: 0; transform: translateY(-8px);
    transition: opacity 0.3s var(--ease), transform 0.3s var(--ease), visibility 0s 0.3s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; transition-delay: 0s; }
  .site-nav__links { flex-direction: column; gap: 0; }
  .site-nav__links a { padding: 0.95rem 0.5rem; border-radius: 12px; font: 750 1.5rem/1.1 var(--font-display); }
  .site-nav__cta { flex-direction: column; align-items: stretch; }
  .site-nav__cta .btn { min-height: 3.4rem; }
  .phone-link { justify-content: center; padding: 0.6rem; font-size: 1.15rem; }
}

/* ---------- bubbles ---------- */
.bubbles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.bubble {
  position: absolute; left: var(--x); top: var(--y);
  width: var(--s); height: var(--s); border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.08) 55%, rgba(255, 255, 255, 0.02));
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  animation: drift var(--t, 11s) ease-in-out var(--d, 0s) infinite alternate;
}
@media (max-width: 60rem) { .bubbles .bubble:first-child { display: none; } }
@keyframes drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(var(--dx, 10px), -34px, 0) scale(1.06); }
}

/* ---------- hero ---------- */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background: var(--tub) var(--tile);
  background-size: 120px 60px;
  color: #fff;
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  padding-block: clamp(2.5rem, 6vw, 5rem) clamp(4rem, 8vw, 7.5rem);
}
.hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero h1 { margin-bottom: 0.35em; }
.hero h1 em { font-style: normal; color: var(--sun); }
.hero .lede { margin-bottom: 1.75rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-bottom: 1.75rem; }
.ticks { display: grid; gap: 0.55rem; font-weight: 600; }
.ticks li { display: flex; align-items: center; gap: 0.65rem; }
.ticks .ck { flex: none; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--sun); color: var(--ink); display: grid; place-items: center; }
.hero__visual { position: relative; justify-self: center; width: min(100%, 30rem); }
.arch {
  aspect-ratio: 4 / 5; overflow: hidden; background: var(--suds);
  border-radius: 999px 999px var(--r-l) var(--r-l);
  border: 10px solid var(--bubble);
  box-shadow: 0 40px 60px -34px rgba(0, 0, 0, 0.5);
}
.arch img { width: 100%; height: 100%; object-fit: cover; }
.hero__coin {
  position: absolute; left: clamp(-1.5rem, -4vw, -0.5rem); bottom: clamp(-1.5rem, -3vw, -0.75rem);
  width: clamp(9.5rem, 21vw, 13.5rem); z-index: 2; filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.3));
}
.hero__coin .cmp { border: 6px solid var(--sun); }
.coin-hint {
  position: absolute; right: -0.4rem; top: -0.6rem; z-index: 3;
  background: var(--ink); color: #fff; font: 700 0.82rem/1 var(--font-body);
  padding: 0.45rem 0.7rem; border-radius: 999px; display: inline-flex; gap: 0.35rem; align-items: center; white-space: nowrap;
  transform: rotate(6deg);
}
.hero__sticker {
  position: absolute; right: clamp(-1rem, -2vw, 0rem); top: 12%; z-index: 2;
  background: var(--sun); color: var(--ink); border-radius: 22px 22px 22px 6px;
  padding: 0.7rem 1rem; font: 750 0.98rem/1.2 var(--font-display); transform: rotate(4deg);
  box-shadow: 0 16px 24px -14px rgba(0, 0, 0, 0.45); max-width: 11.5rem;
}
.hero__sticker small { display: block; font: 600 0.78rem/1.25 var(--font-body); margin-top: 0.15rem; }

@media (max-width: 60rem) {
  .hero__coin { left: 0.25rem; bottom: -1rem; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); }
  .hero__visual { width: min(100%, 26rem); margin-top: 1rem; }
  .hero__sticker { right: 0; }
}

/* ---------- comparator (signature) ---------- */
.cmp {
  --pos: 50%;
  position: relative; aspect-ratio: 1; overflow: hidden; isolation: isolate;
  border-radius: var(--cmp-r, var(--r-l)); background: var(--suds);
  user-select: none; -webkit-user-select: none; touch-action: pan-y; cursor: ew-resize;
}
.cmp img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; -webkit-user-drag: none; }
.cmp__before { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.cmp__line { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 4px; margin-left: -2px; background: #fff; box-shadow: 0 0 0 1px rgba(16, 48, 58, 0.18); pointer-events: none; }
.cmp__range {
  position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; padding: 0;
  opacity: 0; cursor: ew-resize; -webkit-appearance: none; appearance: none; background: transparent;
}
.cmp__range::-webkit-slider-runnable-track { height: 100%; background: transparent; }
.cmp__range::-webkit-slider-thumb { -webkit-appearance: none; width: 2px; height: 100vh; }
.cmp__range::-moz-range-track { height: 100%; background: transparent; }
.cmp__range::-moz-range-thumb { width: 2px; height: 100%; border: 0; background: transparent; }
.cmp__knob {
  position: absolute; top: 91%; left: var(--pos); z-index: 2;
  width: 3.5rem; height: 3.5rem; margin: -1.75rem 0 0 -1.75rem; border-radius: 50%;
  background: var(--sun); color: var(--ink); display: grid; place-items: center;
  box-shadow: 0 0 0 4px #fff, 0 12px 22px -8px rgba(16, 48, 58, 0.6); pointer-events: none;
  transition: transform 0.3s var(--ease);
}
.cmp:hover .cmp__knob { transform: scale(1.08); }
.cmp__range:focus-visible ~ .cmp__knob { outline: 3px solid var(--ink); outline-offset: 5px; }
.cmp__tag {
  position: absolute; top: 0.9rem; z-index: 2; pointer-events: none;
  padding: 0.35rem 0.85rem; border-radius: 999px; font: 750 0.85rem/1 var(--font-body);
  background: rgba(16, 48, 58, 0.88); color: #fff;
}
.cmp__tag--before { left: 0.9rem; }
.cmp__tag--after { right: 0.9rem; background: var(--sun); color: var(--ink); }
.cmp--coin { --cmp-r: 50%; }
.cmp--coin .cmp__knob { width: 2.5rem; height: 2.5rem; margin: -1.25rem 0 0 -1.25rem; }
.cmp--coin .cmp__tag { display: none; }
.cmp--coin img { inset: auto; left: -30%; top: -25%; width: 160%; height: 160%; max-width: none; }
.cmp--coin .cmp__before { clip-path: inset(0 calc(100% - (var(--pos) + 30%) / 1.6) 0 0); }
.cmp--coin .cmp__knob { top: 78%; }
.cmp--card { --cmp-r: var(--r-l) var(--r-l) 0 0; }

.photo-tag { position: absolute; left: 0.75rem; bottom: 0.75rem; z-index: 3; max-width: calc(100% - 1.5rem); padding: 0.3rem 0.75rem; border-radius: 999px; background: rgba(16, 48, 58, 0.9); color: #fff; font: 700 0.8rem/1.2 var(--font-body); pointer-events: none; }
.svc__media .frame, .visit__photos figure { position: relative; }

/* ---------- section: services menu ---------- */
.menu { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.menu__intro { position: sticky; top: 7rem; }
.menu__intro .lede { margin-bottom: 1.5rem; }
.menu__list { border-top: 1px solid var(--line); }
.menu__row {
  position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.3rem 1.5rem; align-items: center;
  padding: 1.5rem 1.4rem; margin-inline: -1.4rem; border-bottom: 1px solid var(--line);
  border-radius: 0; text-decoration: none;
  transition: background-color 0.3s, box-shadow 0.4s var(--ease), transform 0.4s var(--ease), border-radius 0.3s;
}
.menu__row:hover, .menu__row:focus-visible { background: #fff; box-shadow: var(--shadow-soft); transform: translateX(6px); border-color: transparent; border-radius: var(--r-m); }
.menu__name { font: 750 clamp(1.35rem, 2.4vw, 1.8rem)/1.1 var(--font-display); letter-spacing: -0.025em; }
.menu__desc { grid-column: 1; color: var(--ink-soft); max-width: 46ch; font-size: 1rem; line-height: 1.5; margin: 0; }
.menu__price { grid-column: 2; grid-row: 1 / span 2; text-align: right; font: 800 clamp(1.7rem, 3vw, 2.3rem)/1 var(--font-display); letter-spacing: -0.03em; display: flex; align-items: center; gap: 0.9rem; }
.menu__price small { display: block; font: 600 0.8rem/1 var(--font-body); letter-spacing: 0; color: var(--ink-soft); text-transform: none; margin-bottom: 0.25rem; }
.menu__go { width: 2.6rem; height: 2.6rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; flex: none; opacity: 0; transform: translateX(-10px) scale(0.8); transition: opacity 0.3s, transform 0.4s var(--ease); }
.menu__row:hover .menu__go, .menu__row:focus-visible .menu__go { opacity: 1; transform: none; }
@media (max-width: 60rem) {
  .menu { grid-template-columns: minmax(0, 1fr); }
  .menu__intro { position: static; }
}
@media (max-width: 34rem) {
  .menu__row { grid-template-columns: minmax(0, 1fr); margin-inline: 0; padding-inline: 0.25rem; }
  .menu__price { grid-column: 1; grid-row: auto; text-align: left; margin-top: 0.4rem; }
  .menu__go { display: none; }
}

/* ---------- section: trust ---------- */
.trust { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.trust__photos { position: relative; align-self: center; aspect-ratio: 1 / 1.18; }
.trust__photos figure { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow-lift); background: var(--suds); }
.trust__photos img { width: 100%; height: 100%; object-fit: cover; }
.trust__a { left: 0; top: 0; width: 72%; height: 66%; border-radius: var(--r-xl) var(--r-xl) var(--r-xl) var(--r-m); }
.trust__b { right: 0; bottom: 0; width: 52%; height: 62%; border-radius: 999px 999px var(--r-l) var(--r-l); border: 8px solid var(--bubble); }
.seal { position: absolute; left: 4%; bottom: 3%; width: clamp(7.5rem, 15vw, 10rem); aspect-ratio: 1; z-index: 3; color: var(--ink); }
.seal__ring { width: 100%; height: 100%; animation: spin 28s linear infinite; }
.seal__core { position: absolute; inset: 24%; background: var(--sun); border-radius: 50%; display: grid; place-items: center; color: var(--ink); box-shadow: 0 10px 20px -10px rgba(16, 48, 58, 0.6); }
@keyframes spin { to { transform: rotate(360deg); } }
.trust__list li { display: grid; grid-template-columns: auto 1fr; gap: 0.35rem 1.1rem; padding: 1.25rem 0; border-top: 1px solid var(--line); }
.trust__list li:last-child { border-bottom: 1px solid var(--line); }
.trust__list .ck { grid-row: 1 / span 2; width: 2.1rem; height: 2.1rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; margin-top: 0.1rem; }
.trust__list h3 { margin: 0; font-size: 1.35rem; }
.trust__list p { margin: 0; color: var(--ink-soft); }
.trust .tag { margin-top: 1.25rem; }
@media (max-width: 60rem) { .trust { grid-template-columns: minmax(0, 1fr); } .trust__photos { position: relative; top: 0; max-width: 32rem; } }

/* ---------- section: showcase ---------- */
.section--ink { background: var(--ink) var(--tile-dark); background-size: 120px 60px; overflow: hidden; }
.showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.stage .cmp { --cmp-r: var(--r-xl); box-shadow: 0 44px 70px -36px rgba(0, 0, 0, 0.8); border: 8px solid rgba(255, 255, 255, 0.95); }
.breed-tabs { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.25rem; }
.breed-tab {
  display: inline-flex; align-items: center; gap: 0.55rem; padding: 0.3rem 1rem 0.3rem 0.3rem;
  border-radius: 999px; border: 2px solid rgba(255, 255, 255, 0.3); background: transparent; color: #fff;
  font: 700 0.98rem/1 var(--font-body); cursor: pointer; transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.3s var(--ease);
}
.breed-tab img { width: 2.3rem; height: 2.3rem; border-radius: 50%; object-fit: cover; background: var(--suds); }
.breed-tab:hover { border-color: #fff; transform: translateY(-2px); }
.breed-tab[aria-pressed="true"] { background: var(--sun); color: var(--ink); border-color: var(--sun); }
.showcase__info h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 0.3em; }
.showcase__service { display: inline-flex; padding: 0.35rem 0.9rem; border-radius: 999px; background: rgba(255, 255, 255, 0.14); font-weight: 700; margin-bottom: 1rem; }
.changes { display: grid; gap: 0.6rem; margin: 1.25rem 0 2rem; }
.changes li { display: flex; gap: 0.7rem; align-items: flex-start; }
.changes .ck { flex: none; width: 1.5rem; height: 1.5rem; border-radius: 50%; background: var(--sun); color: var(--ink); display: grid; place-items: center; margin-top: 0.1rem; }
.showcase__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.showcase__note { margin-top: 1.5rem; font-size: 0.95rem; color: #b9d9d4; max-width: 44ch; }
.showcase__info { transition: opacity 0.3s; }
.showcase__info.is-swapping { opacity: 0.0; }
@media (max-width: 60rem) { .showcase { grid-template-columns: minmax(0, 1fr); } .stage { max-width: 34rem; } }

/* ---------- section: steps ---------- */
.steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3.5rem); counter-reset: step; }
.steps::before { content: ""; position: absolute; left: 8%; right: 8%; top: 1.75rem; border-top: 3px dotted var(--tub); opacity: 0.45; }
.step { position: relative; }
.step__n { position: relative; width: 3.5rem; height: 3.5rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; font: 800 1.4rem/1 var(--font-display); box-shadow: 0 0 0 8px var(--bubble); margin-bottom: 1.25rem; }
.section--suds .step__n { box-shadow: 0 0 0 8px var(--suds); }
.step h3 { margin-bottom: 0.35em; }
.step p { color: var(--ink-soft); margin: 0; max-width: 32ch; }
@media (max-width: 52rem) {
  .steps { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .steps::before { left: 1.7rem; right: auto; top: 1rem; bottom: 1rem; border-top: 0; border-left: 3px dotted var(--tub); }
  .step { display: grid; grid-template-columns: auto 1fr; gap: 0 1.25rem; }
  .step__n { grid-row: 1 / span 2; margin: 0; }
}

/* ---------- pricing table ---------- */
.pricing { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.tablewrap { min-width: 0; overflow-x: auto; border-radius: var(--r-l); background: #fff; box-shadow: var(--shadow-soft); }
.ptable { width: 100%; border-collapse: collapse; }
.ptable caption { text-align: left; padding: 1.25rem 1.5rem 0.25rem; font: 750 1.2rem/1.2 var(--font-display); }
.ptable th, .ptable td { padding: 1rem 1.5rem; text-align: left; border-bottom: 1px solid var(--line); }
.ptable thead th { font: 700 0.9rem/1.2 var(--font-body); color: var(--ink-soft); background: transparent; border-bottom: 2px solid var(--ink); }
.ptable tbody th { font-weight: 750; }
.ptable tbody th small { display: block; font-weight: 500; color: var(--ink-soft); font-size: 0.9rem; }
.ptable td { font: 750 1.25rem/1 var(--font-display); font-variant-numeric: tabular-nums; }
.ptable tbody tr:last-child > * { border-bottom: 0; }
.ptable tbody tr:hover { background: var(--sun-soft); }
.fine { font-size: 0.95rem; color: var(--ink-soft); margin: 1rem 0 0; max-width: 60ch; }
@media (max-width: 60rem) { .pricing { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 34rem) {
  .ptable caption { padding: 1rem 0.9rem 0.25rem; font-size: 1.05rem; }
  .ptable th, .ptable td { padding: 0.8rem 0.55rem; }
  .ptable thead th { font-size: 0.74rem; }
  .ptable tbody th { font-size: 0.95rem; }
  .ptable tbody th small { font-size: 0.78rem; }
  .ptable td { font-size: 1.05rem; }
}

/* ---------- reviews ---------- */
.reviews { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.quote-big { margin: 0; }
.quote-big p { font: 750 clamp(1.7rem, 3.6vw, 2.75rem)/1.12 var(--font-display); letter-spacing: -0.03em; text-wrap: balance; margin-bottom: 1.25rem; }
.quote-big footer, .quote-sm footer { font-weight: 650; color: var(--ink-soft); }
.quote-small { display: grid; gap: 1.75rem; }
.quote-sm { margin: 0; padding: 1.4rem 1.5rem; background: #fff; border-radius: var(--r-m) var(--r-m) var(--r-m) 6px; box-shadow: var(--shadow-soft); }
.quote-sm:nth-child(2) { border-radius: var(--r-m) var(--r-m) 6px var(--r-m); margin-left: clamp(0rem, 3vw, 2rem); }
.quote-sm p { margin-bottom: 0.75rem; }
.reviews .tag { margin-bottom: 1.25rem; }
@media (max-width: 60rem) { .reviews { grid-template-columns: minmax(0, 1fr); } }

/* ---------- final CTA band ---------- */
.cta-band {
  position: relative; overflow: hidden; isolation: isolate; color: #fff;
  background: var(--tub) var(--tile); background-size: 120px 60px;
  border-radius: var(--r-xl) var(--r-xl) 0 0; margin-top: clamp(2rem, 5vw, 4rem);
  padding-block: clamp(3.5rem, 8vw, 6.5rem);
}
.cta-band__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.cta-band h2 { font-size: clamp(2.2rem, 5.2vw, 4rem); }
.cta-band .hero__actions { margin-top: 1.75rem; margin-bottom: 0; }
.cta-band .arch { max-width: 22rem; margin-inline: auto; }
.area { margin-top: 2rem; font-size: 0.98rem; color: #cfeae6; max-width: 48ch; }
.area strong { color: #fff; }
@media (max-width: 52rem) { .cta-band__grid { grid-template-columns: minmax(0, 1fr); } .cta-band .arch { display: none; } }

/* ---------- footer ---------- */
.site-footer { background: var(--ink-deep); color: #cfe3df; padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; }
.cta-band + .site-footer { margin-top: 0; }
.site-footer a:not(.btn) { color: #fff; }
.site-footer__top { display: grid; grid-template-columns: 1.3fr 0.8fr 1.2fr 1.1fr; gap: clamp(1.5rem, 4vw, 3rem); }
.site-footer__brand p { margin: 1rem 0 1.5rem; max-width: 30ch; }
.footer-h { font: 700 0.85rem/1 var(--font-body); letter-spacing: 0.14em; text-transform: uppercase; color: var(--sun); margin-bottom: 1.1rem; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer nav a { text-decoration: none; }
.site-footer nav a:hover { text-decoration: underline; }
.footer-contact li { display: flex; gap: 0.7rem; align-items: flex-start; }
.footer-contact svg { margin-top: 0.3rem; color: var(--sun); flex: none; }
.footer-area { font-size: 0.98rem; }
.site-footer__legal { margin-top: 2.5rem; padding-top: 1.75rem; border-top: 1px solid rgba(255, 255, 255, 0.16); display: grid; gap: 0.6rem; font-size: 0.92rem; line-height: 1.55; max-width: 62rem; }
.site-footer__legal p { margin: 0; }
.concept-note strong { color: var(--sun); }
.copy { color: #b9d9d4; }
.copy .statica-link { color: var(--sun); font-weight: 700; text-underline-offset: 0.2em; }
.copy .statica-link:hover { color: #fff; }
@media (max-width: 62rem) { .site-footer__top { grid-template-columns: 1fr 1fr; } .site-footer__brand { grid-column: 1 / -1; } }
@media (max-width: 34rem) { .site-footer__top { grid-template-columns: minmax(0, 1fr); } }

/* ---------- page heads (inner pages) ---------- */
.page-head { position: relative; overflow: hidden; isolation: isolate; background: var(--tub) var(--tile); background-size: 120px 60px; color: #fff; border-radius: 0 0 var(--r-xl) var(--r-xl); padding-block: clamp(3rem, 7vw, 5.5rem) clamp(3.25rem, 7vw, 5.5rem); }
.page-head__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr); gap: 2rem 4rem; align-items: center; }
.page-head h1 { font-size: clamp(2.4rem, 5.6vw, 4.4rem); margin-bottom: 0.3em; }
.page-head .lede { color: #d7efeb; margin: 0; }
.page-head__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.75rem; }
.page-head__art { justify-self: end; width: min(100%, 16rem); position: relative; }
.page-head__art.arch { aspect-ratio: 4 / 5; }
.page-head__art .cmp { border: 8px solid var(--sun); filter: drop-shadow(0 22px 22px rgba(0, 0, 0, 0.3)); }
.page-head__art.arch img { width: 100%; height: 100%; object-fit: cover; }
@media (max-width: 52rem) { .page-head__grid { grid-template-columns: minmax(0, 1fr); } .page-head__art { display: none; } }

/* ---------- services page ---------- */
.svc-nav { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.chip { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1.1rem; border-radius: 999px; border: 2px solid var(--ink); background: transparent; color: var(--ink); font: 700 0.98rem/1 var(--font-body); text-decoration: none; cursor: pointer; transition: background-color 0.25s, color 0.25s, transform 0.3s var(--ease); }
.chip:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }
.chip[aria-pressed="true"] { background: var(--ink); color: #fff; }
.svc { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: center; padding-block: clamp(2.5rem, 6vw, 4.5rem); border-top: 1px solid var(--line); }
.svc:first-of-type { border-top: 0; padding-top: 0; }
.svc:nth-of-type(even) .svc__media { order: 2; }
.svc__media { position: relative; }
.svc__media .frame { aspect-ratio: 5 / 4; overflow: hidden; background: var(--suds); border-radius: var(--r-xl) var(--r-m) var(--r-xl) var(--r-m); box-shadow: var(--shadow-lift); }
.svc:nth-of-type(even) .svc__media .frame { border-radius: var(--r-m) var(--r-xl) var(--r-m) var(--r-xl); }
.svc__media img { width: 100%; height: 100%; object-fit: cover; }
.svc__price { position: absolute; right: -0.5rem; bottom: -1.25rem; background: var(--sun); border-radius: var(--r-m); padding: 0.75rem 1.1rem; font: 800 1.9rem/1 var(--font-display); letter-spacing: -0.03em; box-shadow: 0 18px 28px -16px rgba(16, 48, 58, 0.7); transform: rotate(-3deg); }
.svc__price small { display: block; font: 650 0.78rem/1 var(--font-body); letter-spacing: 0; margin-bottom: 0.2rem; }
.svc h2 { font-size: clamp(1.9rem, 3.6vw, 2.75rem); margin-bottom: 0.4em; }
.svc__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.25rem; margin: 1rem 0 1.25rem; font-weight: 650; color: var(--ink-soft); }
.svc__meta span { display: inline-flex; align-items: center; gap: 0.4rem; }
.svc__meta svg { color: var(--tub); }
.checklist { display: grid; gap: 0.5rem; margin-bottom: 1.5rem; }
.checklist li { display: flex; gap: 0.7rem; align-items: flex-start; }
.checklist .ck { flex: none; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: var(--tub); color: #fff; display: grid; place-items: center; margin-top: 0.15rem; }
.svc__by-size { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.size-pill { padding: 0.4rem 0.9rem; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); font-weight: 700; font-size: 0.95rem; }
.size-pill b { font-variant-numeric: tabular-nums; }
@media (max-width: 60rem) { .svc { grid-template-columns: minmax(0, 1fr); } .svc:nth-of-type(even) .svc__media { order: 0; } .svc__media { max-width: 34rem; } }

.addons { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 0 clamp(1.5rem, 4vw, 3rem); border-top: 2px solid var(--ink); }
.addons li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.addons b { font: 750 1.15rem/1.2 var(--font-display); }
.addons span { font: 800 1.2rem/1 var(--font-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.addons small { display: block; font: 500 0.92rem/1.4 var(--font-body); color: var(--ink-soft); margin-top: 0.15rem; }

.sizes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-block: 2rem 0; }
.sizes li { padding: 1.25rem; border-radius: var(--r-m); background: #fff; border: 2px solid var(--ink); }
.sizes li:nth-child(1) { border-radius: var(--r-m) var(--r-m) var(--r-m) 6px; }
.sizes b { display: block; font: 800 1.5rem/1.1 var(--font-display); letter-spacing: -0.02em; }
.sizes span { color: var(--ink-soft); font-weight: 600; }
@media (max-width: 52rem) { .sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* ---------- FAQ ---------- */
.faq { max-width: 52rem; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.25rem 0.25rem; font: 750 1.2rem/1.3 var(--font-display); letter-spacing: -0.015em; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { flex: none; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: var(--suds); display: grid; place-items: center; transition: transform 0.4s var(--ease), background-color 0.25s; }
.faq details[open] summary .chev { transform: rotate(180deg); background: var(--sun); }
.faq details > div { padding: 0 3rem 1.4rem 0.25rem; color: var(--ink-soft); max-width: 60ch; }
.faq details > div p:last-child { margin-bottom: 0; }

/* ---------- gallery page ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: clamp(1.5rem, 3vw, 2.5rem); }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 2.5rem); }
.gitem { background: #fff; border-radius: var(--r-l); overflow: hidden; box-shadow: var(--shadow-soft); display: flex; flex-direction: column; }
.gitem[hidden] { display: none; }
.gitem--feature { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); align-items: stretch; }
.gitem__body { padding: clamp(1.25rem, 3vw, 2.25rem); display: flex; flex-direction: column; gap: 0.75rem; flex: 1; }
.gitem__body h3 { font-size: clamp(1.6rem, 3vw, 2.3rem); margin: 0; }
.gitem__svc { display: inline-flex; align-self: flex-start; padding: 0.3rem 0.85rem; border-radius: 999px; background: var(--suds); font-weight: 700; font-size: 0.92rem; }
.gitem .changes { margin: 0.25rem 0 0.5rem; }
.gitem .changes .ck { background: var(--tub); color: #fff; }
.gitem .btn { align-self: flex-start; margin-top: auto; }
.gitem .cmp { --cmp-r: 0; border-radius: 0; }
.gitem--feature .cmp { height: 100%; aspect-ratio: auto; min-height: 22rem; }
@media (max-width: 60rem) { .gitem--feature { grid-template-columns: minmax(0, 1fr); } .gitem--feature .cmp { aspect-ratio: 1; min-height: 0; } }
@media (max-width: 44rem) { .gallery-grid { grid-template-columns: minmax(0, 1fr); } }

.wall { columns: 3 15rem; column-gap: clamp(1rem, 2.5vw, 1.75rem); }
.wall figure { break-inside: avoid; position: relative; margin: 0 0 clamp(1rem, 2.5vw, 1.75rem); border-radius: var(--r-l); overflow: hidden; background: var(--suds); box-shadow: var(--shadow-soft); }
.wall figure:nth-child(3n + 2) { border-radius: 999px 999px var(--r-l) var(--r-l); }
.wall img { width: 100%; transition: transform 0.9s var(--ease); }
.wall figure:hover img { transform: scale(1.05); }
.wall figcaption { position: absolute; left: 0.75rem; bottom: 0.75rem; right: 0.75rem; padding: 0.5rem 0.9rem; border-radius: 999px; background: rgba(16, 48, 58, 0.88); color: #fff; font: 700 0.92rem/1.2 var(--font-body); width: fit-content; max-width: calc(100% - 1.5rem); opacity: 0; transform: translateY(8px); transition: opacity 0.35s, transform 0.5s var(--ease); }
.wall figure:hover figcaption, .wall figure:focus-within figcaption { opacity: 1; transform: none; }
@media (hover: none) { .wall figcaption { opacity: 1; transform: none; } }

/* ---------- about page ---------- */
.story { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.story__photo { position: relative; }
.story__photo .arch { max-width: 26rem; margin-inline: auto; }
.story__photo .sticker { position: absolute; left: 0; bottom: 6%; background: var(--sun); border-radius: var(--r-m) var(--r-m) var(--r-m) 6px; padding: 0.8rem 1.1rem; font: 750 1.05rem/1.2 var(--font-display); transform: rotate(-4deg); box-shadow: 0 16px 24px -14px rgba(16, 48, 58, 0.6); max-width: 12rem; }
.story h2 { margin-bottom: 0.5em; }
.story p { max-width: 54ch; color: var(--ink-soft); }
@media (max-width: 60rem) { .story { grid-template-columns: minmax(0, 1fr); } }

.visit { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 5.5rem); align-items: start; }
.visit__photos { position: sticky; top: 7rem; display: grid; gap: 1.25rem; }
.visit__photos figure { margin: 0; overflow: hidden; background: var(--suds); box-shadow: var(--shadow-lift); }
.visit__photos figure:first-child { aspect-ratio: 4 / 3; border-radius: var(--r-xl) var(--r-m) var(--r-m) var(--r-m); }
.visit__photos figure:last-child { aspect-ratio: 16 / 10; border-radius: var(--r-m) var(--r-m) var(--r-xl) var(--r-m); width: 82%; margin-left: auto; }
.visit__photos img { width: 100%; height: 100%; object-fit: cover; }
.timeline { counter-reset: t; position: relative; }
.timeline::before { content: ""; position: absolute; left: 1.15rem; top: 0.5rem; bottom: 0.5rem; border-left: 3px dotted var(--tub); opacity: 0.5; }
.timeline li { position: relative; padding: 0 0 1.9rem 3.6rem; }
.timeline li:last-child { padding-bottom: 0; }
.timeline li::before { counter-increment: t; content: counter(t); position: absolute; left: 0; top: 0; width: 2.4rem; height: 2.4rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; font: 800 1.05rem/1 var(--font-display); box-shadow: 0 0 0 6px var(--suds); }
.timeline h3 { margin-bottom: 0.2em; font-size: 1.3rem; }
.timeline p { margin: 0; color: var(--ink-soft); }
@media (max-width: 60rem) { .visit { grid-template-columns: minmax(0, 1fr); } .visit__photos { position: static; } }

.crew { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); align-items: start; }
.crew li { display: grid; grid-template-columns: auto 1fr; gap: 0.15rem 1.25rem; align-items: start; align-content: start; padding-top: 1.5rem; border-top: 2px solid var(--ink); }
.crew .mono { grid-row: 1 / span 2; align-self: start; width: 4.5rem; height: 4.5rem; border-radius: 50%; display: grid; place-items: center; font: 800 1.6rem/1 var(--font-display); color: var(--ink); background: var(--sun); }
.crew li:nth-child(2) .mono { background: var(--suds-deep); }
.crew li:nth-child(3) .mono { background: var(--bow-soft); }
.crew h3 { margin: 0; font-size: 1.35rem; }
.crew .role { font-weight: 700; color: var(--tub); }
.crew p { grid-column: 1 / -1; margin: 0.75rem 0 0; color: var(--ink-soft); }
@media (max-width: 60rem) { .crew { grid-template-columns: minmax(0, 1fr); } }

.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); gap: clamp(1.5rem, 4vw, 3rem); }
.facts h3 { display: flex; align-items: center; gap: 0.6rem; font-size: 1.25rem; }
.facts h3 svg { color: var(--tub); }
.facts p, .facts li { color: var(--ink-soft); margin: 0 0 0.3rem; }

/* ---------- booking page ---------- */
.book { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 0.85fr); gap: clamp(2rem, 4vw, 4rem); align-items: start; }
.demo-note { display: flex; gap: 0.8rem; align-items: flex-start; padding: 1rem 1.25rem; border-radius: var(--r-m); background: var(--sun-soft); border: 1.5px dashed rgba(16, 48, 58, 0.5); margin-bottom: 1.5rem; font-size: 0.98rem; }
.demo-note svg { flex: none; margin-top: 0.15rem; }
.demo-note p { margin: 0; }
.form { display: grid; gap: clamp(1.75rem, 3vw, 2.5rem); }
.fieldset { border: 0; margin: 0; padding: 0; min-width: 0; }
.fieldset > legend { padding: 0; margin-bottom: 1rem; font: 750 1.4rem/1.1 var(--font-display); letter-spacing: -0.02em; display: flex; align-items: center; gap: 0.7rem; }
.fieldset > legend .n { width: 2rem; height: 2rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; font-size: 1rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.25rem; }
.field { display: grid; gap: 0.4rem; align-content: start; }
.field label, .field .lbl { font-weight: 700; font-size: 0.98rem; }
.field .opt { font-weight: 500; color: var(--ink-soft); }
.field input, .field textarea, .field select {
  width: 100%; min-height: 3.4rem; padding: 0.75rem 1rem;
  font: 500 1.05rem/1.3 var(--font-body); color: var(--ink);
  background: #fff; border: 2px solid rgba(16, 48, 58, 0.28); border-radius: 16px;
  transition: border-color 0.2s, box-shadow 0.25s;
}
.field textarea { min-height: 7.5rem; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #5b747c; opacity: 1; }
.field input:hover, .field textarea:hover { border-color: rgba(16, 48, 58, 0.55); }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--tub); box-shadow: 0 0 0 4px rgba(11, 111, 110, 0.22); }
.field.has-error input, .field.has-error textarea { border-color: var(--error); box-shadow: 0 0 0 3px rgba(179, 38, 30, 0.14); }
.hint { font-size: 0.92rem; color: var(--ink-soft); margin: 0; }
.err { display: none; align-items: flex-start; gap: 0.4rem; color: var(--error); font-weight: 650; font-size: 0.95rem; margin: 0; }
.err svg { flex: none; margin-top: 0.15rem; }
.has-error > .err, .fieldset.has-error .err { display: flex; }
.size-chip { display: inline-flex; align-self: flex-start; padding: 0.2rem 0.7rem; border-radius: 999px; background: var(--suds); font-weight: 700; font-size: 0.9rem; min-height: 1.6rem; }
.size-chip:empty { display: none; }

.tiles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
.tile { position: relative; }
.tile input, .pill input { position: absolute; opacity: 0; inset: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.tile label { display: grid; grid-template-columns: 1fr auto; gap: 0.1rem 0.75rem; align-items: center; padding: 1rem 1.1rem; min-height: 4.5rem; border: 2px solid rgba(16, 48, 58, 0.28); border-radius: var(--r-m); background: #fff; cursor: pointer; transition: border-color 0.25s, background-color 0.25s, transform 0.35s var(--ease), box-shadow 0.35s var(--ease); }
.tile label b { font: 750 1.1rem/1.15 var(--font-display); letter-spacing: -0.015em; }
.tile label small { grid-column: 1; color: var(--ink-soft); font-size: 0.9rem; line-height: 1.3; }
.tile label .p { grid-column: 2; grid-row: 1 / span 2; font: 800 1.2rem/1 var(--font-display); font-variant-numeric: tabular-nums; white-space: nowrap; }
.tile input:hover + label { border-color: var(--ink); transform: translateY(-2px); }
.tile input:checked + label { border-color: var(--ink); background: var(--sun-soft); box-shadow: 0 0 0 3px var(--sun), var(--shadow-soft); }
.tile input:focus-visible + label, .pill input:focus-visible + label { outline: 3px solid var(--ink); outline-offset: 3px; }
.pills { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.pill { position: relative; }
.pill label { display: inline-flex; align-items: center; min-height: 3rem; padding: 0.55rem 1.15rem; border: 2px solid rgba(16, 48, 58, 0.28); border-radius: 999px; background: #fff; font-weight: 700; cursor: pointer; transition: border-color 0.25s, background-color 0.25s, transform 0.3s var(--ease); }
.pill input:hover + label { border-color: var(--ink); transform: translateY(-2px); }
.pill input:checked + label { border-color: var(--ink); background: var(--sun); }
.pill--check input:checked + label::before { content: ""; width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--ink); margin-right: 0.5rem; }
.fieldset.has-error .tile label, .fieldset.has-error .pill label { border-color: var(--error); }
.submit-row { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; align-items: center; }
.submit-row p { margin: 0; font-size: 0.95rem; color: var(--ink-soft); max-width: 34ch; }
.error-summary { display: none; padding: 1rem 1.25rem; border-radius: var(--r-m); border: 2px solid var(--error); background: #fff; color: var(--error); font-weight: 650; }
.error-summary.is-visible { display: block; }
.error-summary:focus { outline: 3px solid var(--error); outline-offset: 3px; }

.summary { position: sticky; top: 6.5rem; display: grid; gap: 1.25rem; }
.summary__card { padding: 1.6rem; border-radius: var(--r-l); background: var(--ink); color: #eaf5f3; box-shadow: var(--shadow-lift); }
.summary__card h2 { font-size: 1.6rem; color: #fff; margin-bottom: 1rem; overflow-wrap: anywhere; }
.summary dl { margin: 0; display: grid; gap: 0.6rem; }
.summary dl div { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.summary dt { color: #b9d9d4; }
.summary dd { margin: 0; font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.estimate { margin-top: 1.25rem; padding: 1rem 1.1rem; border-radius: var(--r-m); background: var(--sun); color: var(--ink); }
.estimate small { display: block; font-weight: 650; }
.estimate output { display: block; font: 800 2.3rem/1.1 var(--font-display); letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.estimate p { margin: 0.35rem 0 0; font-size: 0.9rem; line-height: 1.4; }
.callcard { padding: 1.4rem 1.6rem; border-radius: var(--r-l); background: var(--suds); }
.callcard h3 { margin-bottom: 0.3em; }
.callcard p { margin: 0 0 0.9rem; color: var(--ink-soft); }
.callcard .phone-big { display: flex; align-items: center; gap: 0.6rem; font: 800 1.7rem/1 var(--font-display); letter-spacing: -0.02em; text-decoration: none; margin-bottom: 0.9rem; }
.callcard .phone-big svg { color: var(--tub); }
.callcard ul { font-size: 0.95rem; color: var(--ink-soft); }
@media (max-width: 62rem) { .book { grid-template-columns: minmax(0, 1fr); } .summary { position: static; } }
@media (max-width: 40rem) { .grid-2, .tiles { grid-template-columns: minmax(0, 1fr); } }

.confirm { padding: clamp(1.75rem, 4vw, 3rem); border-radius: var(--r-xl); background: #fff; box-shadow: var(--shadow-lift); }
.confirm[hidden] { display: none; }
.confirm__badge { width: 4.5rem; height: 4.5rem; border-radius: 50%; background: var(--sun); display: grid; place-items: center; margin-bottom: 1.25rem; }
.confirm h2 { font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
.confirm dl { margin: 1.5rem 0; display: grid; grid-template-columns: max-content 1fr; gap: 0.6rem 1.5rem; }
.confirm dt { color: var(--ink-soft); font-weight: 600; }
.confirm dd { margin: 0; font-weight: 700; overflow-wrap: anywhere; }
.confirm__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }

/* ---------- reveal motion ---------- */
.js [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); transition-delay: var(--d, 0s); }
.js [data-reveal].in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
  .js [data-reveal] { opacity: 1; transform: none; }
  .seal__ring { animation: none; }
}
@media print { .concept-bar, .site-header, .bubbles, .nav-toggle { display: none; } }
