:root {
  --ink: #101817;
  --ink-soft: #1a2523;
  --paper: #f5f0e7;
  --paper-deep: #e7dfd2;
  --line: rgba(16, 24, 23, 0.18);
  --copper: #d66b38;
  --copper-bright: #f08a52;
  --sage: #9db6a9;
  --white: #fffdf8;
  --display: "Big Shoulders Display", "Arial Narrow", sans-serif;
  --body: "Inter", Arial, sans-serif;
  --radius: 1.15rem;
  --shadow: 0 28px 80px rgba(8, 14, 13, 0.18);
}

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, transparent 49.9%, rgba(16, 24, 23, 0.035) 50%, transparent 50.1%),
    var(--paper);
  font-family: "Raleway", var(--body);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.24em; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.7rem 1rem;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--copper);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--copper-bright);
  outline-offset: 4px;
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100% - 3rem, 92rem);
  margin-inline: auto;
  padding: 1.35rem 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 253, 248, 0.2);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark,
.footer-mark {
  position: relative;
  display: inline-grid;
  width: 2.15rem;
  aspect-ratio: 1;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  transform: rotate(45deg);
}

.brand-mark::before,
.footer-mark::before {
  content: "";
  width: 46%;
  height: 46%;
  border: 1px solid var(--copper-bright);
}

.brand-mark span,
.footer-mark span {
  position: absolute;
  width: 140%;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  opacity: 0.45;
}

.brand-logo {
  width: auto;
  max-width: 13rem;
  height: 2.3rem;
  object-fit: contain;
}

.brand-wordmark {
  overflow: hidden;
  max-width: 20rem;
  font-family: var(--display);
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2.4rem);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a { text-decoration: none; }
.site-nav a:hover { color: var(--copper-bright); }

.nav-call {
  padding: 0.6rem 0.85rem;
  border: 1px solid rgba(255, 253, 248, 0.4);
}

.hero {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 50rem;
  grid-template-columns: minmax(0, 0.88fr) minmax(28rem, 1.12fr);
  align-items: stretch;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero-grid {
  position: absolute;
  z-index: -1;
  inset: 0 48% 0 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 20% 30%, rgba(214, 107, 56, 0.18), transparent 35%);
  background-size: 2.5rem 2.5rem, 2.5rem 2.5rem, auto;
  mask-image: linear-gradient(90deg, #000 65%, transparent);
}

.hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 48rem;
  padding: 10rem clamp(2rem, 5.5vw, 6.5rem) 5rem max(1.5rem, calc((100vw - 92rem) / 2));
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.1rem;
  margin: 0 0 1.4rem;
  color: var(--copper-bright);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow span + span::before { content: "/"; margin-right: 1.1rem; opacity: 0.55; }

h1, h2, h3, p { text-wrap: pretty; }

h1, h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0.005em;
  line-height: 0.94;
}

h1 {
  max-width: 12ch;
  font-size: clamp(4.1rem, 7.5vw, 8.2rem);
}

h2 { font-size: clamp(2.8rem, 5.4vw, 5.4rem); }

.hero-lede {
  max-width: 37rem;
  margin: 2rem 0 0;
  color: rgba(255, 253, 248, 0.72);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 2.25rem; }

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { color: #141816; background: var(--copper-bright); }
.button-primary:hover { background: #ff9d67; }
.button-quiet { color: var(--white); border-color: rgba(255, 253, 248, 0.35); background: transparent; }

.hero-location {
  display: flex;
  max-width: 32rem;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  color: rgba(255, 253, 248, 0.56);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.location-rule { width: 3rem; height: 1px; flex: 0 0 auto; background: var(--copper); }

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 50rem;
  margin: 0;
  overflow: hidden;
  background: #17211f;
}

.hero-media > img,
.hero-media > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media > img { transform: scale(1.015); }
.hero-media > video { z-index: 1; opacity: 0; transition: opacity 700ms ease; }
.hero-media > video[data-hero-armed="1"] { opacity: 1; }

.media-veil {
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--ink), transparent 24%),
    linear-gradient(180deg, rgba(8, 14, 13, 0.05), rgba(8, 14, 13, 0.54));
}

.hero-media::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 10%;
  right: 7%;
  width: 8rem;
  aspect-ratio: 1;
  border-top: 1px solid rgba(255, 253, 248, 0.5);
  border-right: 1px solid rgba(255, 253, 248, 0.5);
}

.hero-media figcaption {
  position: absolute;
  z-index: 4;
  right: clamp(1.5rem, 4vw, 4rem);
  bottom: 2.2rem;
  left: clamp(1.5rem, 4vw, 4rem);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
  color: rgba(255, 253, 248, 0.78);
  border-top: 1px solid rgba(255, 253, 248, 0.3);
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.media-index { color: var(--copper-bright); }

.services-section,
.planning-strip,
.brief-section {
  width: min(100% - 3rem, 84rem);
  margin-inline: auto;
}

.services-section { padding: clamp(5.5rem, 9vw, 9rem) 0; }
.section-heading { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 1.5rem 4rem; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }
.section-heading p:last-child { max-width: 30rem; margin: 0; color: rgba(16, 24, 23, 0.65); }

.service-ledger {
  display: grid;
  margin-top: 4rem;
  border-top: 1px solid var(--line);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 6rem minmax(12rem, 0.8fr) minmax(14rem, 1.2fr);
  gap: 1rem 2rem;
  align-items: baseline;
  padding: 1.55rem 0;
  border-bottom: 1px solid var(--line);
}

.service-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: var(--copper);
  transition: width 250ms ease;
}

.service-card:hover::after { width: 35%; }
.service-number { color: var(--copper); font: 500 0.72rem/1 var(--body); letter-spacing: 0.12em; }
.service-card h3 { margin: 0; font: 600 clamp(1.65rem, 3vw, 2.55rem)/1 var(--display); }
.service-card p { margin: 0; color: rgba(16, 24, 23, 0.62); }

.planning-strip {
  padding: clamp(4rem, 7vw, 7rem);
  color: var(--white);
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.planning-strip h2 { max-width: 10ch; }
.planning-strip ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin: 4rem 0 0; padding: 0; list-style: none; }
.planning-strip li { border-top: 1px solid rgba(255, 253, 248, 0.22); }
.planning-strip li span { display: block; margin-top: 1.1rem; color: var(--copper-bright); font-size: 0.7rem; letter-spacing: 0.14em; }
.planning-strip li p { margin: 2rem 0 0; color: rgba(255, 253, 248, 0.7); }

.brief-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) 0;
}

.brief-intro > p:not(.eyebrow) { max-width: 33rem; color: rgba(16, 24, 23, 0.64); }
.contact-list { margin: 3rem 0 0; }
.contact-list > div { display: grid; grid-template-columns: 7rem 1fr; gap: 1rem; padding: 0.75rem 0; border-top: 1px solid var(--line); }
.contact-list dt { color: rgba(16, 24, 23, 0.5); font-size: 0.68rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; }
.contact-list dd { margin: 0; overflow-wrap: anywhere; }

.brief-form {
  display: grid;
  align-self: start;
  gap: 1.1rem;
  padding: clamp(1.6rem, 4vw, 3.2rem);
  background: var(--white);
  border: 1px solid rgba(16, 24, 23, 0.12);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.brief-form label { display: grid; gap: 0.45rem; color: rgba(16, 24, 23, 0.66); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.brief-form input,
.brief-form select,
.brief-form textarea {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.75rem 0.85rem;
  color: var(--ink);
  background: #faf7f1;
  border: 1px solid rgba(16, 24, 23, 0.2);
  border-radius: 0.2rem;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.brief-form textarea { min-height: 8rem; resize: vertical; }
.brief-form input:focus,
.brief-form select:focus,
.brief-form textarea:focus { border-color: var(--copper); outline: 2px solid rgba(214, 107, 56, 0.2); outline-offset: 0; }
.brief-form .button { justify-self: start; border: 0; }
.form-note { margin: 0; color: rgba(16, 24, 23, 0.52); font-size: 0.76rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2.2rem max(1.5rem, calc((100vw - 84rem) / 2));
  color: rgba(255, 253, 248, 0.68);
  background: #0a1110;
  font-size: 0.78rem;
}

.site-footer strong { color: var(--white); font: 600 1.25rem/1.1 var(--display); text-transform: uppercase; }
.site-footer p { margin: 0; }
.footer-mark { color: var(--white); }

@media (max-width: 980px) {
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { min-height: 42rem; padding: 9rem 1.5rem 4rem; }
  .hero-media { min-height: min(70vw, 38rem); }
  .media-veil { background: linear-gradient(180deg, rgba(8, 14, 13, 0.05), rgba(8, 14, 13, 0.55)); }
  .section-heading, .brief-section { grid-template-columns: 1fr; }
  .planning-strip ol { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { width: calc(100% - 2rem); gap: 1rem; }
  .site-nav > a:not(.nav-call) { display: none; }
  .nav-call { padding: 0.55rem 0.7rem; font-size: 0.68rem; }
  .brand-wordmark { max-width: 10rem; }
  h1 { font-size: clamp(3.8rem, 20vw, 5.5rem); }
  .services-section, .planning-strip, .brief-section { width: calc(100% - 2rem); }
  .section-heading { gap: 1.2rem; }
  .service-card { grid-template-columns: 3.2rem 1fr; }
  .service-card p { grid-column: 2; }
  .planning-strip { padding: 3.5rem 1.4rem; }
  .field-row { grid-template-columns: 1fr; }
  .brief-form .button { width: 100%; }
  .site-footer { grid-template-columns: auto 1fr; padding-inline: 1rem; }
  .site-footer > a { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  video[data-hero-video] { display: none !important; }
}

@media print {
  .site-header, .hero-media, .hero-actions, .brief-form, .site-footer { display: none !important; }
  .hero { display: block; min-height: auto; color: #000; background: #fff; }
  .hero-copy, .services-section, .planning-strip, .brief-section { width: 100%; padding: 1rem 0; color: #000; background: #fff; box-shadow: none; }
}

/* WSS mirror theme — light by default, built from the client's own colours. */
:root,[data-wss-theme="light"]{--wss-surface:#FDFCFC;--wss-surface-alt:#FFFFFF;--wss-text:#32241B;--wss-muted:#837063;--wss-border:#E9E2DD;--wss-slab:#F8F4F1;--wss-slab-ink:#36261C;--wss-slab-muted:#7C685A;--wss-accent:#FF802B;--wss-accent-hover:#F56200;--wss-accent-ink:#0B0B0C;--wss-accent-text:#C24E00;--wss-accent-on-slab:#B84900;--wss-accent-soft:#A34100;--accent-soft:#A34100;--background:#FDFCFC;--foreground:#32241B;--card:#FFFFFF;--card-foreground:#32241B;--popover:#FFFFFF;--popover-foreground:#32241B;--muted-foreground:#837063;--border:#E9E2DD;--input:#E9E2DD;--primary:#32241B;--accent:#FF802B;--accent-foreground:#0B0B0C;--ring:#FF802B;--primary-foreground:#36261C;color-scheme:light}
[data-wss-theme="dark"],:root.dark{--wss-surface:#191310;--wss-surface-alt:#251D18;--wss-text:#F6F5F4;--wss-muted:#C2B6AE;--wss-border:#42362E;--wss-slab:#251D18;--wss-slab-ink:#F6F5F4;--wss-slab-muted:#C3B5AC;--wss-accent:#FF802B;--wss-accent-hover:#FF6600;--wss-accent-ink:#0B0B0C;--wss-accent-text:#FF802B;--wss-accent-on-slab:#FF802B;--wss-accent-soft:#FF802B;--accent-soft:#FF802B;--background:#191310;--foreground:#F6F5F4;--card:#251D18;--card-foreground:#F6F5F4;--popover:#251D18;--popover-foreground:#F6F5F4;--muted-foreground:#C2B6AE;--border:#42362E;--input:#42362E;--primary:#F6F5F4;--accent:#FF802B;--accent-foreground:#0B0B0C;--ring:#FF802B;--primary-foreground:#F6F5F4;color-scheme:dark}
html,body{background-color:var(--wss-surface);color:var(--wss-text)}
:root{--wss-hero-scrim:#251D18;--gradient-hero:linear-gradient(115deg,color-mix(in srgb,var(--wss-hero-scrim) 92%,transparent) 0%,color-mix(in srgb,var(--wss-hero-scrim) 78%,transparent) 45%,color-mix(in srgb,var(--wss-accent) 22%,transparent) 100%);--gradient-primary:linear-gradient(135deg,var(--wss-slab) 0%,color-mix(in srgb,var(--wss-slab) 84%,var(--wss-accent)) 100%);--gradient-accent:linear-gradient(135deg,var(--wss-accent) 0%,var(--wss-accent-hover) 100%);--gradient-subtle:linear-gradient(180deg,var(--wss-surface) 0%,var(--wss-slab) 100%)}
:root{--gradient-mesh:radial-gradient(at 18% 18%,color-mix(in srgb,var(--wss-accent) 14%,transparent) 0px,transparent 45%),radial-gradient(at 82% 12%,color-mix(in srgb,var(--wss-accent-hover) 10%,transparent) 0px,transparent 50%),radial-gradient(at 65% 88%,color-mix(in srgb,var(--wss-accent) 10%,transparent) 0px,transparent 45%)}
.text-accent{color:var(--wss-accent-soft)!important}
.text-gradient-warm{background-image:linear-gradient(135deg,var(--wss-slab-ink),color-mix(in srgb,var(--wss-accent-soft) 60%,var(--wss-slab-ink)),var(--wss-accent-soft))!important;-webkit-background-clip:text!important;background-clip:text!important;color:transparent!important}
.wss-theme-toggle{position:fixed;top:14px;right:14px;z-index:2147483000;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid var(--wss-border);background:var(--wss-surface-alt);color:var(--wss-text);font:600 12px/1 system-ui,-apple-system,Segoe UI,Roboto,sans-serif;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.10)}
.wss-theme-toggle:hover{border-color:var(--wss-accent)}
.wss-theme-toggle svg{width:14px;height:14px;display:block}
@media print{.wss-theme-toggle{display:none}}
@media (max-width:640px){nav a,nav button,footer a,footer button{min-height:44px;display:inline-flex;align-items:center}}

/* wss-button-ink: label chosen by contrast against EACH mode's own fill, scoped per mode (attr + .dark class twin) so neither mode wears the other's ink. */:root:not([data-wss-theme="dark"]):not(.dark) .bg-primary,:root:not([data-wss-theme="dark"]):not(.dark) .bg-primary *,:root:not([data-wss-theme="dark"]):not(.dark) [class*="bg-primary"]:not([class*="bg-primary/"]){color:hsl(0 0% 98%)!important}[data-wss-theme="dark"] .bg-primary,[data-wss-theme="dark"] .bg-primary *,[data-wss-theme="dark"] [class*="bg-primary"]:not([class*="bg-primary/"]),:root.dark .bg-primary,:root.dark .bg-primary *,:root.dark [class*="bg-primary"]:not([class*="bg-primary/"]){color:hsl(240 6% 10%)!important}:root:not([data-wss-theme="dark"]):not(.dark) .bg-accent,:root:not([data-wss-theme="dark"]):not(.dark) .bg-accent *,:root:not([data-wss-theme="dark"]):not(.dark) .bg-gradient-accent,:root:not([data-wss-theme="dark"]):not(.dark) .bg-gradient-accent *{color:hsl(240 6% 10%)!important}[data-wss-theme="dark"] .bg-accent,[data-wss-theme="dark"] .bg-accent *,[data-wss-theme="dark"] .bg-gradient-accent,[data-wss-theme="dark"] .bg-gradient-accent *,:root.dark .bg-accent,:root.dark .bg-accent *,:root.dark .bg-gradient-accent,:root.dark .bg-gradient-accent *{color:hsl(240 6% 10%)!important}
/* --- client hero wash (wss photo bank) ------------------------------
   Their own photograph behind every page hero, under a scrim in their
   accent at 0.8738 alpha. That alpha is not a taste call: it is the smallest
   opacity for which the WORST possible photograph still leaves the hero
   text at 4.61:1, against a 4.5:1 requirement.
   Remove this block to revert; no donor rule was edited. */
:is(section.hero) {
  background-image: linear-gradient(rgba(48, 35, 34, 0.8738), rgba(48, 35, 34, 0.8738)), url("/assets/hero-wash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (prefers-reduced-motion: no-preference) {
  :is(section.hero) { background-attachment: scroll; }
}
@media (max-width: 640px) {
  :is(section.hero) {
    background-image: linear-gradient(to bottom, rgba(48, 35, 34, 0.8738) 0%, rgba(48, 35, 34, 0.8738) 38%, rgba(48, 35, 34, 0.2621) 100%), url("/assets/hero-wash.jpg");
  }
}

/* --- wss hero ink (the pair to the dark cinematic scrim) --------------
   Solid headline + one-step-dimmer sub-line/reviews line, both PROVEN
   against the scrim's worst case. -webkit-text-fill-color because a
   gradient-text donor sets it transparent and ignores color; opacity:1
   because a 60%-tinted reviews line is transparent text over a scrim. */
:is(section.hero) h1, :is(section.hero) h1 * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
}
:is(section.hero) h1 + p, :is(section.hero) h1 + p * {
  color: #e8edf2 !important;
  -webkit-text-fill-color: #e8edf2 !important;
  opacity: 1 !important;
}


/* --- wss mobile fold (owner spec 2026-08-12): name/logo, ONE line,
   rating stars, call button — the rest scrolls. Desktop untouched. */
@media (max-width: 640px) {
  :is(section.hero) :is(p, ul, dl, aside) { display: none !important; }
  :is(section.hero) div:has(> dl) { display: none !important; }
  :is(section.hero) > div { padding-top: 16px !important; padding-bottom: 28px !important; gap: 12px !important; }
  :is(section.hero) > div > div:not(:has(h1)) { display: none !important; }
  :is(section.hero) h1 { display: block !important; visibility: visible !important; opacity: 1 !important; min-height: 40px !important; font-size: 0 !important; line-height: 0 !important; }
  :is(section.hero) h1 > * { display: none !important; }
  :is(section.hero) h1::after { content: "General Contractor in Albuquerque, NM"; display: block !important; font-size: clamp(26px, 8vw, 34px) !important; line-height: 1.15 !important; color: var(--wss-slab-ink, #ffffff) !important; -webkit-text-fill-color: currentColor !important; }
  [data-cta="dock-call"], [data-cta="dock-quote"] { box-sizing: border-box !important; width: 100% !important; min-width: 0 !important; max-width: 100% !important; overflow: hidden !important; padding-left: 8px !important; padding-right: 8px !important; gap: 6px !important; }
  [data-cta="dock-call"] > span, [data-cta="dock-quote"] > span { min-width: 0 !important; max-width: 100% !important; }
  [data-cta="dock-call"] > span:last-child, [data-cta="dock-quote"] > span:first-child { flex: 1 1 auto !important; overflow: hidden !important; }
  [data-cta="dock-call"] > span:last-child > span:first-child, [data-cta="dock-quote"] > span:first-child > span:first-child { max-width: 100% !important; overflow: hidden !important; letter-spacing: .11em !important; white-space: nowrap !important; }
  [data-cta="dock-call"] > span:last-child > span:last-child, [data-cta="dock-quote"] > span:first-child > span:last-child { display: block !important; max-width: 100% !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; font-size: clamp(12px, 3.35vw, 15px) !important; }
  [data-cta="dock-quote"] > svg { flex: 0 0 auto !important; width: 14px !important; height: 14px !important; }
  :is(section.hero) { overflow-x: clip !important; }
}


/* wss: keep the theme toggle off the mobile header (owner) */
@media (max-width:640px){.wss-theme-toggle{top:auto!important;bottom:calc(86px + env(safe-area-inset-bottom))!important;right:auto!important;left:12px!important;}}
