/* ==========================================================================
   Signature Works — theme stylesheet
   Values extracted verbatim from the design references in design-reference/.
   Radius 0 everywhere. No box shadows except the hairline technique.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Tokens
   -------------------------------------------------------------------------- */
:root {
  --bone: #f2f0eb;
  --ink: #0e0e0e;
  --signal: #e8452c;
  --ground: #e5e2da;

  --gut: clamp(20px, 4vw, 56px);
  --sec: clamp(72px, 11vh, 128px);
  --sec-top: clamp(110px, 16vh, 170px);

  --hair-ink: #0e0e0e;
  --hair-bone: rgba(242, 240, 235, 0.22);

  --ease-reveal: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-overlay: cubic-bezier(0.83, 0, 0.17, 1);
  --ease-acc: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* --------------------------------------------------------------------------
   2. Base
   -------------------------------------------------------------------------- */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--bone);
  color: var(--ink);
  font-family: 'Archivo', system-ui, sans-serif;
  text-wrap: pretty;
  overflow-x: clip;
}

a { color: var(--ink); }
a:hover { opacity: 0.72; }
::selection { background: var(--ink); color: var(--bone); }

*, *::before, *::after { border-radius: 0; }

img { max-width: 100%; height: auto; }

summary::-webkit-details-marker { display: none; }
summary::marker { content: ""; }

:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}

/* Keyboard-only skip link: off-screen until focused, so it never affects the
   design but gives keyboard users a way past the fixed nav. */
.sw-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 400;
  background: var(--ink);
  color: var(--bone);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 18px;
  text-decoration: none;
}
.sw-skip:focus { left: 0; opacity: 1; }

.sw-sr {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

@keyframes swMq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --------------------------------------------------------------------------
   3. Shared type primitives
   -------------------------------------------------------------------------- */
.sw-mono { font-family: 'Fragment Mono', ui-monospace, monospace; }

/* "/ Selected work ( 06 )" and "( The deal )" kickers */
.sw-kicker {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.sw-kicker--muted { color: rgba(14, 14, 14, 0.6); }
.sw-kicker--signal { color: var(--signal); }
.sw-kicker--onink { color: rgba(242, 240, 235, 0.85); }

/* Right-hand hint text sitting opposite a kicker */
.sw-hint {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.5);
}
.sw-hint--onink { color: rgba(242, 240, 235, 0.45); }

.sw-head-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
}

/* Display headings */
.sw-h2 {
  margin: 18px 0 0;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(38px, 6.8vw, 108px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-h2--sub {
  margin: 16px 0 0;
  font-size: clamp(32px, 4.8vw, 76px);
  line-height: 0.92;
}
.sw-h2--tight {
  margin: 16px 0 0;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(30px, 4.4vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-dot { color: var(--signal); }

.sw-body {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(14, 14, 14, 0.72);
}
.sw-lede {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(14, 14, 14, 0.78);
}

/* Buttons and links */
.sw-btn {
  text-decoration: none;
  background: var(--ink);
  color: var(--bone);
  padding: 16px 26px;
  font-weight: 700;
  font-stretch: 114%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  transition: background 0.3s;
  display: inline-block;
}
.sw-btn:hover { background: var(--signal); color: var(--bone); opacity: 1; }

.sw-btn--bone {
  background: var(--bone);
  color: var(--ink);
  padding: 18px 32px;
  font-size: 12.5px;
  transition: background 0.3s, color 0.3s;
}
.sw-btn--bone:hover { background: var(--signal); color: var(--bone); opacity: 1; }

.sw-underlink {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sw-underlink--onink { color: var(--bone); }
.sw-underlink--onink:hover { color: var(--signal); opacity: 1; }

.sw-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

/* Photography treatment — never bake this into the file itself */
.sw-gs { filter: grayscale(1) contrast(1.05); }

.sw-frame {
  position: relative;
  overflow: hidden;
  background: var(--ground);
}
/* Photography fills its frame and is cropped by it — the frame owns the
   aspect ratio, the image never dictates it. Applies to every slot rendered
   through sw_media(). */
.sw-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Unfilled media slot: keeps the prototype's labelled placeholder treatment */
.sw-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  box-sizing: border-box;
  background: var(--ground);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.7;
  color: rgba(14, 14, 14, 0.42);
}

.sw-figcaps {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}

/* --------------------------------------------------------------------------
   4. Site-wide fixed layers
   -------------------------------------------------------------------------- */
.sw-gridlines {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(14, 14, 14, 0.05) 1px, transparent 1px);
  background-size: calc(100% / 6) 100%;
}

.sw-noise {
  position: fixed;
  inset: -10%;
  z-index: 90;
  pointer-events: none;
  opacity: 0.05;
  background: url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%22260%22 height=%22260%22><filter id=%22n%22><feTurbulence type=%22fractalNoise%22 baseFrequency=%220.9%22 numOctaves=%222%22 stitchTiles=%22stitch%22/></filter><rect width=%22100%25%22 height=%22100%25%22 filter=%22url(%23n)%22/></svg>") repeat;
  background-size: 260px 260px;
}

.sw-cursor {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 26px;
  height: 26px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: difference;
  transform: translate(-200px, -200px);
  will-change: transform;
  display: none;
}

/* --------------------------------------------------------------------------
   5. Preloader
   -------------------------------------------------------------------------- */
.sw-preloader {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--ink);
  color: var(--bone);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--gut);
  box-sizing: border-box;
  transition: transform 0.95s var(--ease-overlay);
}
.sw-preloader__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0.6;
}
.sw-preloader__mid {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.sw-preloader__logo {
  display: block;
  width: clamp(220px, 32vw, 480px);
  height: auto;
  filter: invert(1);
}
.sw-preloader__num {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: clamp(40px, 7vw, 110px);
  line-height: 0.9;
}
.sw-preloader__track {
  height: 2px;
  background: rgba(242, 240, 235, 0.18);
  position: relative;
}
.sw-preloader__bar {
  position: absolute;
  inset: 0;
  transform-origin: left;
  transform: scaleX(0);
  background: var(--bone);
}

/* --------------------------------------------------------------------------
   6. Fixed nav (white content under mix-blend-mode: difference)
   -------------------------------------------------------------------------- */
.sw-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 120;
  mix-blend-mode: difference;
  color: #ffffff;
}
.sw-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px var(--gut);
}
.sw-nav__logo { display: inline-flex; align-items: center; }
.sw-nav__logo img { display: block; height: 30px; width: auto; filter: invert(1); }
.sw-nav__right {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.6vw, 34px);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}
.sw-nav__clock { opacity: 0.72; display: inline-flex; gap: 8px; }
.sw-nav__cta {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.85);
  padding: 9px 15px;
  white-space: nowrap;
}
.sw-nav__cta:hover { background: #ffffff; color: #000000; opacity: 1; }

.sw-menu-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  color: #ffffff;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  cursor: pointer;
  padding: 10px 0;
}
.sw-menu-btn__lines { display: inline-flex; flex-direction: column; gap: 4px; }
.sw-menu-btn__line {
  width: 22px;
  height: 1.5px;
  background: #ffffff;
  transition: transform 0.4s;
}

/* --------------------------------------------------------------------------
   7. Menu overlay
   -------------------------------------------------------------------------- */
.sw-menu {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: var(--ink);
  color: var(--bone);
  transform: translateY(-102%);
  transition: transform 0.75s var(--ease-overlay);
  overflow: auto;
  visibility: hidden;
}
.sw-menu__inner {
  min-height: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(440px, 100%), 1fr));
  gap: 48px clamp(32px, 5vw, 96px);
  padding: clamp(76px, 11vh, 120px) var(--gut) 56px;
  box-sizing: border-box;
}
.sw-menu__primary { display: flex; flex-direction: column; }
.sw-menu__label {
  margin: 0 0 10px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(242, 240, 235, 0.5);
}
.sw-menu__link {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(242, 240, 235, 0.14);
  color: var(--bone);
  text-decoration: none;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(30px, 4.6vw, 58px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-family: 'Archivo', system-ui, sans-serif;
  transition: opacity 0.5s ease, transform 0.6s var(--ease-reveal), color 0.3s, padding 0.3s;
}
.sw-menu__link:hover { color: var(--signal); opacity: 1; padding-left: 14px; }
.sw-menu__num {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
.sw-menu__col {
  display: flex;
  flex-direction: column;
  gap: 9px;
  justify-content: flex-end;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: opacity 0.6s ease;
}
.sw-menu__coltitle {
  margin: 0 0 6px;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: rgba(242, 240, 235, 0.5);
}
.sw-menu__coltitle--gap { margin: 22px 0 6px; }
.sw-menu__slink { color: rgba(242, 240, 235, 0.85); text-decoration: none; }
.sw-menu__slink:hover { color: var(--signal); opacity: 1; }
.sw-menu__mail {
  color: var(--bone);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sw-menu__mail:hover { color: var(--signal); opacity: 1; }

/* --------------------------------------------------------------------------
   8. Homepage hero
   -------------------------------------------------------------------------- */
.sw-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 var(--gut) 26px;
  overflow: clip;
}
.sw-hero__meta {
  display: flex;
  justify-content: space-between;
  gap: 10px 22px;
  flex-wrap: wrap;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.62);
  margin: clamp(72px, 10vh, 104px) 0 auto;
  opacity: 0;
  transition: opacity 1.1s ease 0.25s;
}
.sw-hero__stage { position: relative; margin-top: clamp(20px, 3.5vh, 40px); }
.sw-hero__fig {
  position: absolute;
  z-index: 2;
  left: 53%;
  top: -7%;
  width: clamp(150px, 23vw, 330px);
}
.sw-hero__img {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ground);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 1.2s var(--ease-reveal) 0.2s;
  filter: grayscale(1) contrast(1.05);
}
.sw-hero__figcap {
  margin: 0;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 10px;
  writing-mode: vertical-rl;
  max-height: 100%;
  overflow: clip;
  white-space: nowrap;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: rgba(14, 14, 14, 0.55);
}
.sw-hero__h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  font-stretch: 118%;
  letter-spacing: -0.03em;
  line-height: 0.85;
}
.sw-hero__line {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 3;
  font-size: clamp(56px, 12.5vw, 196px);
}
.sw-hero__layer { display: block; position: relative; }
.sw-hero__line--fill { z-index: 1; }
.sw-hero__line--stroke {
  position: absolute;
  inset: 0;
  z-index: 3;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
  pointer-events: none;
}
.sw-hero__row {
  display: flex;
  align-items: baseline;
  gap: clamp(14px, 2.4vw, 34px);
  position: relative;
  z-index: 3;
  flex-wrap: wrap;
}
.sw-hero__tail {
  font-weight: 300;
  font-stretch: 100%;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  font-size: clamp(20px, 3.4vw, 52px);
  line-height: 1.1;
  opacity: 0;
  transition: opacity 1s ease 1.2s;
  color: rgba(14, 14, 14, 0.72);
}
.sw-hero__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: clamp(28px, 5vh, 60px);
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1s ease 1s, transform 1s var(--ease-reveal) 1s;
}
.sw-hero__lede {
  margin: 0;
  max-width: 52ch;
  font-size: 15.5px;
  line-height: 1.7;
  color: rgba(14, 14, 14, 0.78);
}

/* --------------------------------------------------------------------------
   9. Client marquee
   -------------------------------------------------------------------------- */
.sw-clients {
  padding: clamp(40px, 7vh, 72px) 0;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
  overflow: hidden;
  position: relative;
}
.sw-clients__label {
  margin: 0 0 22px;
  padding: 0 var(--gut);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
}
.sw-clients__vp { overflow: hidden; white-space: nowrap; }
.sw-clients__track {
  display: inline-flex;
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
  animation: swMq 34s linear infinite;
  padding-right: clamp(28px, 4vw, 56px);
}
.sw-clients__name {
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(44px, 7vw, 116px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--ink);
}
.sw-clients__star { color: var(--signal); font-size: clamp(16px, 2vw, 30px); }

/* --------------------------------------------------------------------------
   10. Bordered cell grids — the shared-hairline technique
   -------------------------------------------------------------------------- */
.sw-cells {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(var(--cell-min, 280px), 100%), 1fr));
  background: var(--bone);
}
.sw-cells--boxed { border: 1px solid var(--ink); }
.sw-cells--strip {
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}
.sw-cell {
  background: var(--bone);
  box-shadow: -1px 0 0 var(--ink), 0 -1px 0 var(--ink);
  padding: clamp(24px, 3vw, 40px);
}
.sw-cells--dark { background: var(--ink); border: 1px solid var(--hair-bone); }
.sw-cells--dark .sw-cell {
  background: var(--ink);
  box-shadow: -1px 0 0 var(--hair-bone), 0 -1px 0 var(--hair-bone);
}

/* Stats band (homepage) */
.sw-stats { --cell-min: 230px; border-bottom: 1px solid var(--ink); }
.sw-stats .sw-cell { padding: clamp(28px, 4vw, 48px) clamp(20px, 3vw, 40px); }
.sw-stat__num {
  margin: 0;
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(68px, 7.5vw, 124px);
  line-height: 0.9;
  font-feature-settings: 'tnum' 1;
}
.sw-stat__label {
  margin: 16px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.62);
}

/* Fact strip (service + pricing pages) */
.sw-facts { --cell-min: 230px; }
.sw-facts .sw-cell { padding: clamp(20px, 3vw, 32px) clamp(20px, 3vw, 40px); }
.sw-fact__label {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}
.sw-fact__value {
  margin: 8px 0 0;
  font-weight: 800;
  font-stretch: 110%;
  font-size: clamp(24px, 2.6vw, 36px);
  letter-spacing: -0.01em;
}

/* Numbered feature cards ("Included", "Covered", "App types" …) */
.sw-cards { --cell-min: 280px; }
.sw-cards .sw-cell {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sw-card__num {
  margin: 0;
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(40px, 4vw, 64px);
  line-height: 0.85;
  font-feature-settings: 'tnum' 1;
}
.sw-card__title {
  margin: 0;
  font-weight: 700;
  font-stretch: 114%;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sw-card__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(14, 14, 14, 0.72);
}

/* Process / step cells */
.sw-steps { --cell-min: 250px; }
.sw-steps .sw-cell {
  padding: clamp(24px, 3vw, 36px);
  display: flex;
  flex-direction: column;
  gap: 13px;
  min-height: clamp(230px, 28vh, 320px);
}
.sw-steps--home { --cell-min: 250px; }
.sw-steps--home .sw-cell {
  padding: clamp(24px, 3vw, 40px);
  gap: 14px;
  min-height: clamp(260px, 34vh, 360px);
}
.sw-step__num {
  margin: 0;
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(52px, 5.5vw, 88px);
  line-height: 0.85;
  font-feature-settings: 'tnum' 1;
}
.sw-steps--home .sw-step__num { font-size: clamp(60px, 6.5vw, 104px); }
.sw-step__when {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-step__title {
  margin: 0;
  font-weight: 700;
  font-stretch: 114%;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sw-steps--home .sw-step__title { font-size: 16px; }
.sw-step__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(14, 14, 14, 0.72);
}

/* Big-number stat cells ("Numbers" on Speed & conversion) */
.sw-figures { --cell-min: 280px; }
.sw-figure__label {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}
.sw-figure__label--signal { color: var(--signal); }
.sw-figure__value {
  margin: 14px 0 0;
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(56px, 6vw, 96px);
  line-height: 0.85;
  font-feature-settings: 'tnum' 1;
}
.sw-figure__value--struck {
  color: rgba(14, 14, 14, 0.35);
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.sw-figure__value--word { text-transform: uppercase; }
.sw-figure__body {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 14, 14, 0.72);
}

/* Verbatim founder quotes ("Why brands switch") */
.sw-quotes { --cell-min: 330px; }
.sw-quotes .sw-cell {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: clamp(220px, 30vh, 300px);
}
.sw-qcard__num {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--signal);
}
.sw-qcard__quote {
  margin: 0;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.3;
  color: rgba(242, 240, 235, 0.6);
}
.sw-qcard__foot { margin-top: auto; }
.sw-qcard__title {
  margin: 0;
  font-weight: 700;
  font-stretch: 114%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 13.5px;
}
.sw-qcard__body {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(242, 240, 235, 0.7);
}

/* Promise grid (pricing) — 1px gutters rather than shared hairlines */
.sw-promises {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 1px;
  background: var(--hair-bone);
  border: 1px solid var(--hair-bone);
  margin-top: clamp(32px, 5vh, 48px);
}
.sw-promise { background: var(--ink); padding: clamp(22px, 2.6vw, 32px); }
.sw-promise__num {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--signal);
}
.sw-promise__title {
  margin: 12px 0 0;
  font-weight: 700;
  font-stretch: 114%;
  font-size: 14.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sw-promise__body {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(242, 240, 235, 0.7);
}

/* --------------------------------------------------------------------------
   11. Section shells
   -------------------------------------------------------------------------- */
.sw-section { padding: var(--sec) var(--gut); }
.sw-section--flush-top { padding-top: 0; }
.sw-section--ruled { border-top: 1px solid var(--ink); }
.sw-section--md { padding: clamp(40px, 6vh, 72px) var(--gut); }
.sw-section--sm { padding: clamp(24px, 4vh, 48px) var(--gut); }
.sw-section--banner { padding: clamp(48px, 7vh, 80px) var(--gut); }
.sw-section--xl { padding: clamp(56px, 8vh, 96px) var(--gut); }
.sw-section--dark { background: var(--ink); color: var(--bone); }
.sw-section--dark a { color: var(--bone); }

/* --------------------------------------------------------------------------
   12. Selected work
   -------------------------------------------------------------------------- */
.sw-work { padding: var(--sec) var(--gut) clamp(64px, 9vh, 110px); }
.sw-work__layout {
  display: flex;
  gap: clamp(28px, 4vw, 64px);
  align-items: flex-start;
  margin-top: clamp(32px, 6vh, 64px);
  flex-wrap: wrap;
}
.sw-work__rows {
  flex: 1 1 520px;
  min-width: min(100%, 420px);
  border-top: 1px solid var(--ink);
}
.sw-wrow {
  display: grid;
  grid-template-columns: clamp(38px, 5vw, 72px) 1fr auto;
  align-items: center;
  gap: 16px;
  padding: clamp(18px, 2.6vh, 26px) clamp(10px, 1.2vw, 18px);
  border-bottom: 1px solid var(--ink);
  cursor: pointer;
  color: var(--ink);
  background: transparent;
  transition: background 0.35s, color 0.35s, padding 0.35s;
  text-decoration: none;
}
.sw-wrow.is-active {
  background: var(--ink);
  color: var(--bone);
  padding-left: clamp(20px, 2.2vw, 32px);
}
.sw-wrow:hover { opacity: 1; }
.sw-wrow__num {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.5;
  color: inherit;
}
.sw-wrow__title {
  margin: 0;
  font-weight: 800;
  font-stretch: 114%;
  font-size: clamp(24px, 3.4vw, 52px);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: inherit;
}
.sw-wrow__meta {
  margin: 7px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.55;
  color: inherit;
}
.sw-wrow__arrow { font-size: clamp(18px, 2vw, 26px); color: inherit; }

.sw-work__panel {
  flex: 1 1 340px;
  min-width: min(100%, 300px);
  position: sticky;
  top: 92px;
}
.sw-work__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ground);
}
.sw-wimg {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.07);
  z-index: 1;
  transition: opacity 0.5s ease, transform 0.9s var(--ease-reveal);
  filter: grayscale(1) contrast(1.05);
}
.sw-wimg.is-active { opacity: 1; transform: scale(1); z-index: 2; }
.sw-work__caps { position: relative; min-height: 110px; margin-top: 14px; }
.sw-wcap {
  position: absolute;
  inset: 0;
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(14, 14, 14, 0.75);
  transition: opacity 0.4s;
  opacity: 0;
}
.sw-wcap.is-active { opacity: 1; }
.sw-wcap__label {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

/* --------------------------------------------------------------------------
   13. Manifesto (fill words)
   -------------------------------------------------------------------------- */
.sw-manifesto {
  padding: clamp(90px, 16vh, 180px) var(--gut);
  border-top: 1px solid var(--ink);
}
.sw-manifesto__kicker { text-align: center; color: rgba(14, 14, 14, 0.6); }
.sw-fw {
  margin: 26px auto 0;
  max-width: 1100px;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(28px, 4.6vw, 72px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  text-align: center;
}
.sw-fw span { transition: opacity 0.3s; }

/* --------------------------------------------------------------------------
   14. Services accordion
   -------------------------------------------------------------------------- */
.sw-acc { border-top: 1px solid var(--ink); }
.sw-acc:last-of-type { border-bottom: 1px solid var(--ink); }
.sw-acc__btn {
  display: grid;
  grid-template-columns: clamp(48px, 7vw, 110px) 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  background: none;
  border: 0;
  padding: clamp(20px, 3vh, 30px) 0;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  font-family: 'Archivo', system-ui, sans-serif;
}
.sw-acc__btn:hover { background: rgba(14, 14, 14, 0.04); }
.sw-acc__num {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.55;
  transition: color 0.3s;
}
.sw-acc__btn[aria-expanded="true"] .sw-acc__num { color: var(--signal); }
.sw-acc__title {
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(26px, 4.2vw, 62px);
  line-height: 0.95;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}
.sw-acc__x {
  font-weight: 200;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1;
  transition: transform 0.45s var(--ease-reveal);
}
.sw-acc__btn[aria-expanded="true"] .sw-acc__x { transform: rotate(45deg); }
.sw-acc__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.6s var(--ease-acc);
}
.sw-acc__body.is-open { grid-template-rows: 1fr; }
.sw-acc__clip { overflow: hidden; }
.sw-acc__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
  gap: 20px clamp(28px, 4vw, 72px);
  padding: 4px 0 clamp(26px, 4vh, 40px);
}
.sw-acc__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(14, 14, 14, 0.78);
  max-width: 56ch;
}
.sw-acc__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
.sw-acc__tags {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
  line-height: 2;
}

/* --------------------------------------------------------------------------
   15. Studio
   -------------------------------------------------------------------------- */
.sw-studio {
  border-top: 1px solid var(--ink);
  padding: var(--sec) var(--gut);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  gap: clamp(36px, 6vw, 96px);
  align-items: center;
}
.sw-studio__h2 {
  margin: 18px 0 0;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(40px, 5.6vw, 92px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-studio__p {
  margin: 28px 0 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(14, 14, 14, 0.78);
  max-width: 52ch;
}
.sw-studio__p + .sw-studio__p { margin-top: 16px; }
.sw-studio__sign {
  margin: 28px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
}
.sw-studio__media { justify-self: end; width: min(440px, 100%); }
.sw-studio__frame {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--ground);
  filter: grayscale(1) contrast(1.05);
}

/* --------------------------------------------------------------------------
   16. Kind words rotator
   -------------------------------------------------------------------------- */
.sw-kw { border-top: 1px solid var(--ink); padding: var(--sec) var(--gut); }
.sw-kw__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sw-kw__nav { display: flex; align-items: center; gap: 14px; }
.sw-kw__idx {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(14, 14, 14, 0.6);
}
.sw-kw__btn {
  width: 44px;
  height: 44px;
  border: 1px solid var(--ink);
  background: none;
  cursor: pointer;
  font-size: 16px;
  color: var(--ink);
  transition: background 0.3s, color 0.3s;
}
.sw-kw__btn:hover { background: var(--ink); color: var(--bone); }
.sw-kw__stage {
  position: relative;
  margin-top: clamp(32px, 6vh, 56px);
  min-height: clamp(240px, 32vh, 330px);
}
.sw-quote {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(26px);
  pointer-events: none;
  transition: opacity 0.6s ease, transform 0.7s var(--ease-reveal);
}
.sw-quote.is-active { opacity: 1; transform: none; pointer-events: auto; }
.sw-quote blockquote {
  margin: 0;
  font-weight: 300;
  font-stretch: 108%;
  font-size: clamp(24px, 3.1vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.01em;
  max-width: 1000px;
}
.sw-quote figcaption {
  margin: 24px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
}
.sw-kw__track { height: 1px; background: rgba(14, 14, 14, 0.15); margin-top: 30px; }
.sw-kw__bar { height: 100%; width: 0; background: var(--signal); }

/* --------------------------------------------------------------------------
   17. Contact
   -------------------------------------------------------------------------- */
.sw-contact {
  background: var(--ink);
  color: var(--bone);
  padding: clamp(80px, 12vh, 140px) var(--gut) clamp(56px, 8vh, 80px);
}
.sw-contact--pricing { padding: clamp(64px, 10vh, 110px) var(--gut); }
.sw-contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
  gap: clamp(40px, 6vw, 110px);
  align-items: start;
}
.sw-contact--pricing .sw-form { gap: 28px; }
.sw-contact--pricing .sw-form__pair { gap: 24px; }
.sw-contact--pricing .sw-contact__p { margin-top: 24px; }
.sw-contact--pricing .sw-contact__mail { margin-top: 22px; }
.sw-contact--pricing .sw-contact__grid {
  grid-template-columns: repeat(auto-fit, minmax(min(380px, 100%), 1fr));
}
.sw-contact__h2 {
  margin: 20px 0 0;
  max-width: var(--h2-w, none);
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(38px, 5.8vw, 94px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-contact--pricing .sw-contact__h2 { font-size: clamp(36px, 5.4vw, 86px); }
.sw-contact__p {
  margin: 28px 0 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(242, 240, 235, 0.72);
  max-width: 44ch;
}
.sw-contact__mail {
  display: inline-block;
  margin-top: 24px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--bone);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sw-contact__mail:hover { color: var(--signal); opacity: 1; }

.sw-form { display: flex; flex-direction: column; gap: 30px; }
.sw-form__pair { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.sw-field { display: flex; flex-direction: column; gap: 9px; }
.sw-field label {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.5);
}
.sw-field input,
.sw-field textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(242, 240, 235, 0.3);
  color: var(--bone);
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 15px;
  padding: 8px 0;
  border-radius: 0;
}
.sw-field textarea { resize: vertical; }
.sw-field input:focus,
.sw-field textarea:focus { border-bottom-color: var(--bone); outline: none; }
.sw-field input::placeholder,
.sw-field textarea::placeholder { color: rgba(242, 240, 235, 0.32); }

.sw-send {
  align-self: flex-start;
  background: var(--bone);
  color: var(--ink);
  border: 0;
  padding: 17px 30px;
  font-family: 'Archivo', system-ui, sans-serif;
  font-weight: 700;
  font-stretch: 114%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.sw-send:hover { background: var(--signal); color: var(--bone); }
.sw-send.is-sent { background: var(--signal); color: var(--bone); cursor: default; }
.sw-form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.sw-form__error:empty { display: none; }
.sw-form__error {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
}

/* --------------------------------------------------------------------------
   18. Subpage hero
   -------------------------------------------------------------------------- */
.sw-phero { padding: var(--sec-top) var(--gut) clamp(48px, 7vh, 72px); }
.sw-phero--tall { padding-bottom: clamp(40px, 6vh, 64px); }
.sw-phero--journal { padding-bottom: clamp(36px, 5vh, 56px); }
.sw-phero__h1 {
  margin: 22px 0 0;
  max-width: 13ch;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(42px, 8vw, 132px);
  line-height: 0.88;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
.sw-phero__h1--wide { max-width: 14ch; font-size: clamp(40px, 7.4vw, 120px); }
.sw-phero__h1--page { max-width: 16ch; font-size: clamp(42px, 7.4vw, 120px); }
.sw-phero__h1--pricing { max-width: 15ch; font-size: clamp(40px, 7.4vw, 120px); }
.sw-phero__foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: clamp(28px, 5vh, 48px);
}
.sw-phero__lede { margin: 0; max-width: 48ch; font-size: 15.5px; line-height: 1.7; color: rgba(14, 14, 14, 0.78); }
.sw-phero__lede--50 { max-width: 50ch; }
.sw-phero__lede--wide { margin: clamp(24px, 4vh, 40px) 0 0; max-width: 54ch; }
.sw-phero__tags {
  margin: 20px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
}

/* --------------------------------------------------------------------------
   19. Bordered row lists
   -------------------------------------------------------------------------- */
.sw-rows { border-top: 1px solid var(--ink); }
.sw-row {
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 15px 2px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.18);
  font-size: 15px;
  line-height: 1.55;
}
.sw-row:last-child { border-bottom: 1px solid var(--ink); }
.sw-row--roomy { padding: 18px 2px; line-height: 1.6; }
.sw-row--tune { padding: 16px 2px; }
.sw-row__lead {
  flex: none;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  color: rgba(14, 14, 14, 0.5);
}
.sw-row__lead--signal { color: var(--signal); }

/* Two-column list splits ("Where the seconds go" / "Where the orders go") */
.sw-splitlists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: 44px clamp(32px, 5vw, 88px);
  margin-top: clamp(28px, 4vh, 40px);
}
.sw-splitlists__h2 {
  margin: 0;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sw-splitlists .sw-rows { margin-top: 22px; }

/* Fit — the "build for you if…" / "don't build yet if…" pair */
.sw-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 36px clamp(32px, 5vw, 88px);
  margin-top: clamp(32px, 5vh, 48px);
}
.sw-fit__title {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-fit__title--muted { color: rgba(14, 14, 14, 0.5); }
.sw-fit__row {
  margin: 0;
  display: flex;
  gap: 14px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.18);
  font-size: 15px;
  line-height: 1.55;
  color: rgba(14, 14, 14, 0.85);
}
.sw-fit__row--no { color: rgba(14, 14, 14, 0.6); }
.sw-fit__mark {
  flex: none;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 12px;
  color: var(--signal);
}
.sw-fit__mark--no { color: rgba(14, 14, 14, 0.4); }

/* Footnote paragraph under a section */
.sw-note { margin: 32px 0 0; font-size: 15px; line-height: 1.7; color: rgba(14, 14, 14, 0.72); max-width: 70ch; }
.sw-note--tight { margin: 28px 0 0; max-width: none; }
.sw-note--mono {
  margin: 14px 0 0;
  line-height: normal;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
  max-width: none;
}
.sw-commitments {
  margin: 28px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
  line-height: 2.2;
}

/* --------------------------------------------------------------------------
   20. Two-column split (Deliverables / Explainer / Scope)
   -------------------------------------------------------------------------- */
.sw-split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 40px clamp(32px, 5vw, 88px);
  align-items: start;
}
.sw-split--tight { gap: 32px clamp(32px, 5vw, 88px); }
.sw-split--wide { grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr)); }
.sw-split__h2 { margin: 16px 0 0; max-width: var(--h2-w, 14ch); }
.sw-split__note { margin: 20px 0 0; font-size: 15px; line-height: 1.7; color: rgba(14, 14, 14, 0.72); max-width: 44ch; }
.sw-split__note + .sw-split__note { margin-top: 18px; }
.sw-split__intro { margin: 20px 0 0; font-size: 15.5px; line-height: 1.75; color: rgba(14, 14, 14, 0.78); max-width: var(--intro-w, 48ch); }
.sw-prose-col { max-width: 68ch; }
.sw-prose-col p { margin: 0; font-size: 15.5px; line-height: 1.8; color: rgba(14, 14, 14, 0.8); }
.sw-prose-col p + p { margin-top: 22px; }
.sw-explainer__h2 {
  margin: 16px 0 0;
  max-width: var(--h2-w, 14ch);
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(30px, 4vw, 60px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   21. Timeline (inbox sequence, care log, URL map)
   -------------------------------------------------------------------------- */
.sw-tl { border-top: 1px solid var(--ink); max-width: 1100px; }
.sw-tl__row {
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: 16px clamp(20px, 4vw, 56px);
  padding: clamp(20px, 3vh, 28px) 2px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.18);
}
.sw-tl__row:last-child { border-bottom: 1px solid var(--ink); }
.sw-tl__when {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-tl__title {
  margin: 0;
  font-weight: 700;
  font-stretch: 112%;
  font-size: clamp(17px, 1.9vw, 24px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.sw-tl__body {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(14, 14, 14, 0.72);
  max-width: 60ch;
}

/* --------------------------------------------------------------------------
   22. Proof (dark)
   -------------------------------------------------------------------------- */
.sw-proof {
  background: var(--ink);
  color: var(--bone);
  margin-top: clamp(24px, 4vh, 48px);
  padding: clamp(56px, 8vh, 96px) var(--gut);
}
.sw-proof__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 44px clamp(32px, 5vw, 80px);
  align-items: center;
}
.sw-proof__stat {
  margin: 0;
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(64px, 8vw, 132px);
  line-height: 0.85;
  font-feature-settings: 'tnum' 1;
}
.sw-proof__stat--long { font-size: clamp(52px, 6.5vw, 110px); }
.sw-proof__stat--upper { text-transform: uppercase; }
.sw-proof__label {
  margin: 14px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.55);
}
.sw-proof__quote {
  margin: 32px 0 0;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  max-width: 40ch;
  color: rgba(242, 240, 235, 0.85);
}
.sw-proof__attr {
  margin: 18px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.55);
}
.sw-metric {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(242, 240, 235, 0.2);
}
.sw-metric:first-child { padding-top: 0; }
.sw-metric:last-child { padding-bottom: 0; border-bottom: 0; }
.sw-metric__n {
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(30px, 3.4vw, 48px);
  font-feature-settings: 'tnum' 1;
}
.sw-metric__l {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: right;
  color: rgba(242, 240, 235, 0.68);
  max-width: 24ch;
}

/* --------------------------------------------------------------------------
   23. FAQ
   -------------------------------------------------------------------------- */
.sw-faq { padding: 0 var(--gut) clamp(56px, 8vh, 96px); }
.sw-faq--boxed { padding: clamp(32px, 5vh, 64px) var(--gut) clamp(56px, 8vh, 96px); }
.sw-faq--pricing { padding: clamp(56px, 8vh, 96px) var(--gut); }
.sw-faq__h2 { margin: 16px 0 clamp(28px, 4vh, 44px); max-width: 24ch; }
.sw-faq__list { border-top: 1px solid var(--ink); max-width: 960px; }
.sw-faq__item { border-bottom: 1px solid var(--ink); }
.sw-faq__q {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 2px;
  font-weight: 700;
  font-stretch: 112%;
  font-size: 15.5px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.4;
}
.sw-faq__x {
  flex: none;
  font-weight: 200;
  font-size: 24px;
  line-height: 1;
  transition: transform 0.4s;
}
.sw-faq__item[open] .sw-faq__x { transform: rotate(45deg); }
.sw-faq__a {
  margin: 0;
  padding: 0 2px 24px;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(14, 14, 14, 0.72);
  max-width: 72ch;
}

/* --------------------------------------------------------------------------
   24. Closing CTA (dark)
   -------------------------------------------------------------------------- */
.sw-cta {
  background: var(--ink);
  color: var(--bone);
  padding: clamp(56px, 9vh, 110px) var(--gut);
}
.sw-cta__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 28px;
  flex-wrap: wrap;
}
.sw-cta__h2 {
  margin: 16px 0 0;
  max-width: var(--cta-w, 16ch);
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(34px, 5.4vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-cta__h2--journal { font-size: clamp(32px, 5vw, 80px); }
.sw-cta__body { margin: 20px 0 0; font-size: 15px; line-height: 1.7; color: rgba(242, 240, 235, 0.72); }
.sw-cta__also {
  margin: clamp(32px, 5vh, 48px) 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.5);
}
.sw-cta__also a { color: rgba(242, 240, 235, 0.85); }

/* --------------------------------------------------------------------------
   25. Pricing
   -------------------------------------------------------------------------- */
.sw-plans { padding: 0 var(--gut) clamp(48px, 7vh, 80px); }
.sw-plans__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 26px;
}
.sw-seg { display: inline-flex; border: 1px solid var(--ink); }
.sw-seg__btn {
  border: none;
  padding: 11px 20px;
  cursor: pointer;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.25s, color 0.25s;
  background: transparent;
  color: rgba(14, 14, 14, 0.6);
}
.sw-seg__btn + .sw-seg__btn { border-left: 1px solid var(--ink); }
.sw-seg__btn[aria-pressed="true"] { background: var(--ink); color: var(--bone); }

.sw-plans__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
  background: var(--bone);
  border: 1px solid var(--ink);
}
.sw-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bone);
  box-shadow: -1px 0 0 var(--ink), 0 -1px 0 var(--ink);
  padding: clamp(26px, 3vw, 36px);
  z-index: 1;
}
.sw-plan.is-featured { outline: 2px solid var(--ink); outline-offset: -2px; z-index: 2; }
.sw-plan__flag {
  position: absolute;
  top: 14px;
  right: 14px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 9.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bone);
  background: var(--signal);
  padding: 4px 8px;
}
.sw-plan__kicker {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-plan__name {
  margin: 14px 0 0;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(20px, 1.9vw, 26px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1;
}
.sw-plan__desc { margin: 16px 0 0; font-size: 14px; line-height: 1.65; color: rgba(14, 14, 14, 0.72); }
.sw-plan__price {
  margin: 24px 0 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  transition: opacity 0.18s ease;
}
.sw-plan__price.is-swapping { opacity: 0; }
.sw-plan__lead,
.sw-plan__tail {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}
.sw-plan__main {
  font-weight: 800;
  font-stretch: 62%;
  font-size: clamp(34px, 3vw, 46px);
  letter-spacing: -0.01em;
  font-feature-settings: 'tnum' 1;
  line-height: 0.9;
}
.sw-plan__main--word { text-transform: uppercase; }
.sw-plan__list { margin: 22px 0 0; border-top: 1px solid var(--ink); }
.sw-plan__li {
  margin: 0;
  display: flex;
  gap: 12px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.16);
  font-size: 13.5px;
  line-height: 1.5;
}
.sw-plan__li:last-child { border-bottom: 0; }
.sw-plan__plus {
  flex: none;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  color: var(--signal);
}
.sw-plan__foot { margin-top: auto; padding-top: 22px; }
.sw-plan__cta {
  display: block;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--ink);
  color: var(--ink);
  padding: 13px 0;
  font-weight: 700;
  font-stretch: 114%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11.5px;
  transition: background 0.3s, color 0.3s;
}
.sw-plan__cta:hover { background: var(--ink); color: var(--bone); opacity: 1; }
.sw-plan__cta--solid { background: var(--ink); color: var(--bone); transition: background 0.3s; }
.sw-plan__cta--solid:hover { background: var(--signal); border-color: var(--signal); color: var(--bone); opacity: 1; }
.sw-plans__foot { margin: 24px 0 0; font-size: 14px; line-height: 1.7; color: rgba(14, 14, 14, 0.72); max-width: 70ch; }

.sw-inwriting { background: var(--ink); color: var(--bone); padding: clamp(56px, 8vh, 88px) var(--gut); }
.sw-inwriting__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px 40px;
}
.sw-inwriting__h2 { margin: 0; max-width: 20ch; }

/* --------------------------------------------------------------------------
   26. Journal index
   -------------------------------------------------------------------------- */
.sw-jfilters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px 32px;
  margin-top: clamp(28px, 4vh, 40px);
}
.sw-jchips { display: flex; flex-wrap: wrap; gap: 8px; }
.sw-chip {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  cursor: pointer;
  border: 1px solid var(--ink);
  background: transparent;
  color: rgba(14, 14, 14, 0.75);
  transition: background 0.25s, color 0.25s;
}
.sw-chip[aria-pressed="true"] { background: var(--ink); color: var(--bone); }
.sw-seg--journal .sw-seg__btn { font-size: 10.5px; letter-spacing: 0.1em; padding: 9px 15px; }

.sw-jfeatwrap { padding: 0 var(--gut) 24px; }
.sw-jfeat {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  border: 1px solid var(--ink);
}
.sw-jfeat__media {
  position: relative;
  min-height: 280px;
  filter: grayscale(1) contrast(1.05);
  background: var(--ground);
}
.sw-jfeat__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: clamp(28px, 3.5vw, 44px);
  border-left: 1px solid var(--ink);
}
.sw-jfeat__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 16px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sw-jfeat__cat { color: var(--signal); }
.sw-jfeat__type { color: rgba(14, 14, 14, 0.55); }
.sw-jfeat__h2 {
  margin: 0;
  max-width: 22ch;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 0.98;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sw-jfeat__h2 a { color: inherit; text-decoration: none; }
.sw-jfeat__excerpt { margin: 0; font-size: 14.5px; line-height: 1.7; color: rgba(14, 14, 14, 0.72); max-width: 52ch; }
.sw-jfeat__foot {
  margin: auto 0 0;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sw-jfeat__foot a { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
.sw-jfeat__date { color: rgba(14, 14, 14, 0.55); }

.sw-jposts { padding: 24px var(--gut) clamp(56px, 8vh, 88px); }
.sw-jgrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(320px, 100%), 1fr));
  background: var(--bone);
  border: 1px solid var(--ink);
}
.sw-jcard {
  background: var(--bone);
  box-shadow: -1px 0 0 var(--ink), 0 -1px 0 var(--ink);
  display: flex;
  flex-direction: column;
  transition: background 0.3s;
}
.sw-jcard:hover { background: #eceae3; }
.sw-jcard__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  filter: grayscale(1) contrast(1.05);
  background: var(--ground);
}
.sw-jcard__dur {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--ink);
  color: var(--bone);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 5px 9px;
  pointer-events: none;
}
.sw-play {
  width: 0;
  height: 0;
  border-left: 8px solid var(--signal);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sw-jcard__body {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 20px 22px 24px;
  flex: 1;
  border-top: 1px solid var(--ink);
}
.sw-jcard__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.sw-jcard__cat { color: var(--signal); }
.sw-jcard__type { color: rgba(14, 14, 14, 0.55); }
.sw-jcard__h3 {
  margin: 0;
  font-weight: 800;
  font-stretch: 114%;
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.sw-jcard__h3 a { color: inherit; text-decoration: none; }
.sw-jcard__excerpt { margin: 0; font-size: 13.5px; line-height: 1.65; color: rgba(14, 14, 14, 0.72); }
.sw-jcard__foot {
  margin: auto 0 0;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.sw-jcard__foot a { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.sw-jcard__date { color: rgba(14, 14, 14, 0.55); }
.sw-jempty { margin: 24px 0 0; font-size: 15px; color: rgba(14, 14, 14, 0.72); }
.sw-jempty button {
  font-family: 'Archivo', system-ui, sans-serif;
  font-size: 15px;
  color: var(--ink);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.is-hidden { display: none !important; }

/* --------------------------------------------------------------------------
   27. Journal post
   -------------------------------------------------------------------------- */
.sw-post__head {
  max-width: 980px;
  margin: 0 auto;
  padding: var(--sec-top) var(--gut) 0;
}
.sw-post__crumb {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.6);
}
.sw-post__crumb a { color: rgba(14, 14, 14, 0.6); text-decoration: none; }
.sw-post__cat { color: var(--signal); }
.sw-post__h1 {
  margin: 22px 0 0;
  max-width: 20ch;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(32px, 4.8vw, 72px);
  line-height: 0.94;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 22px;
  margin: 24px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}
.sw-post__meta strong { color: var(--ink); font-weight: 400; }

.sw-post__body {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(32px, 5vh, 48px) var(--gut) clamp(56px, 8vh, 88px);
}
.sw-post__cover {
  position: relative;
  aspect-ratio: 21 / 10;
  overflow: hidden;
  background: var(--ground);
  filter: grayscale(1) contrast(1.05);
  margin-bottom: 12px;
}
.sw-post__covercap {
  margin: 0 0 clamp(32px, 5vh, 44px);
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}

.sw-prose { max-width: 68ch; }
.sw-prose > p { margin: 16px 0 0; font-size: 15.5px; line-height: 1.8; color: rgba(14, 14, 14, 0.8); }
.sw-prose > p:first-child { margin: 0; font-size: 17.5px; line-height: 1.75; color: rgba(14, 14, 14, 0.9); }
.sw-prose > p:first-child + p { margin-top: 20px; }
.sw-prose h2 {
  margin: 44px 0 0;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
  line-height: 1.05;
}
.sw-prose h2 + p { margin-top: 16px; }
.sw-prose ol,
.sw-prose ul {
  margin: 18px 0 0;
  padding-left: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(14, 14, 14, 0.8);
}
.sw-prose blockquote {
  margin: 36px 0 0;
  padding: 24px 28px;
  border: 1px solid var(--ink);
}
.sw-prose blockquote p { margin: 0; }
.sw-prose img { display: block; height: auto; }
.sw-pullbox { margin: 36px 0 0; padding: 24px 28px; border: 1px solid var(--ink); }
.sw-pullbox__label {
  margin: 0 0 10px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-pullbox__text {
  margin: 0;
  font-weight: 800;
  font-stretch: 114%;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.sw-author {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid var(--ink);
  max-width: 68ch;
}
.sw-author__avatar {
  flex: none;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background: var(--ground);
  filter: grayscale(1) contrast(1.05);
}
.sw-author__avatar .sw-ph { font-size: 8px; letter-spacing: 0.06em; }
.sw-author__name {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.sw-author__body { margin: 5px 0 0; font-size: 13.5px; line-height: 1.6; color: rgba(14, 14, 14, 0.72); }

.sw-post__body--video { max-width: 1080px; }
.sw-video {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--ink);
}
.sw-video__frame { aspect-ratio: 16 / 9; filter: grayscale(1) contrast(1.05); position: relative; }
.sw-video__frame iframe,
.sw-video__frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.sw-video__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.sw-video__play span {
  width: 80px;
  height: 80px;
  background: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sw-video__play i {
  width: 0;
  height: 0;
  border-left: 24px solid var(--signal);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  margin-left: 6px;
}
.sw-video__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(transparent, rgba(14, 14, 14, 0.85));
  pointer-events: none;
}
.sw-video__time {
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  color: var(--bone);
  font-feature-settings: 'tnum' 1;
}
.sw-video__track { flex: 1; height: 3px; background: rgba(242, 240, 235, 0.28); }
.sw-video__prog { display: block; width: 3%; height: 100%; background: var(--signal); }

.sw-vgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 44px clamp(32px, 5vw, 72px);
  margin-top: 48px;
  align-items: start;
}
.sw-vgrid__h2 {
  margin: 0;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(18px, 2vw, 24px);
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.sw-chapters { display: flex; flex-direction: column; margin-top: 18px; border-top: 1px solid var(--ink); }
.sw-chapter {
  margin: 0;
  display: flex;
  gap: 18px;
  align-items: baseline;
  padding: 13px 2px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.18);
  font-size: 14px;
  line-height: 1.5;
}
.sw-chapter__t {
  flex: none;
  width: 44px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  color: var(--signal);
  font-feature-settings: 'tnum' 1;
}
.sw-chapter__l { color: rgba(14, 14, 14, 0.84); }
.sw-vnotes { max-width: 58ch; }
.sw-vnotes p { margin: 14px 0 0; font-size: 15px; line-height: 1.75; color: rgba(14, 14, 14, 0.8); }
.sw-vnotes p:first-of-type { margin-top: 16px; }
/* The closing "see also" line of the notes column sits a little lower and
   quieter than the body paragraphs above it. */
.sw-vnotes p:last-of-type { margin-top: 20px; color: rgba(14, 14, 14, 0.72); }

.sw-related { border-top: 1px solid var(--ink); padding: clamp(48px, 7vh, 72px) var(--gut); }
.sw-related__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}
.sw-related__h2 {
  margin: 0;
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(26px, 3.4vw, 52px);
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sw-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  background: var(--bone);
  border: 1px solid var(--ink);
  margin-top: 28px;
}
.sw-rcard {
  text-decoration: none;
  color: inherit;
  background: var(--bone);
  box-shadow: -1px 0 0 var(--ink), 0 -1px 0 var(--ink);
  padding: 24px 26px 26px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  transition: background 0.3s;
}
.sw-rcard:hover { background: #eceae3; opacity: 1; }
.sw-rcard__meta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.sw-rcard__title {
  margin: 0;
  font-weight: 800;
  font-stretch: 114%;
  font-size: 17px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--ink);
}
.sw-rcard__action {
  margin: auto 0 0;
  padding-top: 8px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* --------------------------------------------------------------------------
   28. Footer
   -------------------------------------------------------------------------- */
.sw-footer {
  background: var(--ink);
  color: var(--bone);
  overflow: hidden;
  font-family: 'Archivo', system-ui, sans-serif;
  border-top: 1px solid rgba(242, 240, 235, 0.18);
}
.sw-footer__band {
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  border-bottom: 1px solid rgba(242, 240, 235, 0.18);
}
.sw-footer__track {
  display: inline-flex;
  gap: 38px;
  animation: swMq 26s linear infinite;
  padding-right: 38px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.5);
}
.sw-footer__star { color: var(--signal); }
.sw-footer__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(220px, 100%), 1fr));
  gap: 36px clamp(24px, 4vw, 64px);
  padding: clamp(40px, 6vh, 64px) var(--gut);
}
.sw-footer__ctitle {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.45);
}
.sw-footer__links {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 14px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.sw-footer__links a { color: rgba(242, 240, 235, 0.85); text-decoration: none; }
.sw-footer__links a:hover { color: var(--signal); opacity: 1; }
.sw-footer__muted { color: rgba(242, 240, 235, 0.45); }
.sw-footer__partner { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }
.sw-footer__badge { width: 190px; height: 54px; filter: grayscale(1) invert(1); position: relative; }
.sw-footer__badge img,
.sw-footer__badge .sw-img { object-fit: contain; }
.sw-footer__badgelabel {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.45);
}
.sw-footer__wordmarkwrap {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: clamp(16px, 3vh, 32px);
}
.sw-footer__wordmark {
  margin: 0;
  width: max-content;
  font-weight: 800;
  font-stretch: 120%;
  font-size: clamp(38px, 9.4vw, 162px);
  line-height: 0.78;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px rgba(242, 240, 235, 0.75);
  transform: translateY(16%);
}
.sw-footer__base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px var(--gut);
  border-top: 1px solid rgba(242, 240, 235, 0.18);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.5);
}
.sw-footer__base a { color: var(--bone); text-decoration: none; }
.sw-footer__base a:hover { color: var(--signal); opacity: 1; }

/* --------------------------------------------------------------------------
   29. Calm mode — prefers-reduced-motion
   -------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .sw-clients__track,
  .sw-footer__track { animation-play-state: paused; }

  .sw-cursor { display: none !important; }

  .sw-hero__meta,
  .sw-hero__tail,
  .sw-hero__foot {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .sw-hero__img { clip-path: inset(0 0 0 0); transition: none; }

  .sw-preloader { display: none; }

  .sw-menu,
  .sw-menu__link,
  .sw-menu__col,
  .sw-acc__body,
  .sw-acc__x,
  .sw-quote,
  .sw-wimg,
  .sw-wcap,
  .sw-wrow,
  .sw-plan__price { transition: none; }
}

/* --------------------------------------------------------------------------
   30. Card variants — mono labels, statements, inverted cells
   -------------------------------------------------------------------------- */
.sw-card__label {
  margin: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.12em;
  color: var(--signal);
}
.sw-cards--statement { --cell-min: 260px; }
.sw-cards--statement .sw-cell { padding: clamp(24px, 3vw, 40px); gap: 14px; }
.sw-cards--statement .sw-card__label {
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}
.sw-card__statement {
  margin: 0;
  font-weight: 700;
  font-stretch: 112%;
  font-size: clamp(17px, 1.9vw, 23px);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.sw-cell--invert { background: var(--ink); color: var(--bone); }
.sw-cell--invert .sw-card__label { color: var(--signal); }
.sw-cell--invert .sw-card__body { color: rgba(242, 240, 235, 0.72); }

/* --------------------------------------------------------------------------
   31. Row list variants
   -------------------------------------------------------------------------- */
.sw-row__lead--plus {
  font-size: 12px;
  color: var(--signal);
}
.sw-rows--grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
  gap: 0 clamp(32px, 4vw, 64px);
  margin-top: clamp(28px, 4vh, 40px);
}
.sw-rows--grid .sw-row { border-bottom: 1px solid rgba(14, 14, 14, 0.18); }

/* --------------------------------------------------------------------------
   32. Proof bar charts
   -------------------------------------------------------------------------- */
.sw-bars__intro {
  margin: 0 0 16px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.55);
}
.sw-bars { display: flex; flex-direction: column; gap: 13px; }
/* The homepage-vs-campaign-page comparison stacks two ruled groups with 20px
   of breathing room rather than the ranked report's even 13px rhythm. */
.sw-bars--compare { gap: 0; }
.sw-bars--compare .sw-bar--ruled { margin-bottom: 0; }
.sw-bars--compare .sw-bar + .sw-bar { padding-top: 20px; }
.sw-bars--compare .sw-bar__row { margin-bottom: 10px; letter-spacing: 0.1em; }
.sw-bar--ruled { padding-bottom: 20px; border-bottom: 1px solid rgba(242, 240, 235, 0.2); margin-bottom: 7px; }
.sw-bar__row {
  margin: 0 0 6px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sw-bar--ruled .sw-bar__row { margin-bottom: 10px; letter-spacing: 0.1em; }
.sw-bar__value--signal { color: var(--signal); }
.sw-bar__value--mid,
.sw-bar__value--low { color: rgba(242, 240, 235, 0.55); }
.sw-bar__track { background: rgba(242, 240, 235, 0.14); }
.sw-bar__track--thin { height: 8px; }
.sw-bar__track--md { height: 16px; background: transparent; }
.sw-bar__track--lg { height: 28px; background: transparent; }
.sw-bar__fill { height: 100%; }
.sw-bar__fill--signal { background: var(--signal); }
.sw-bar__fill--mid { background: rgba(242, 240, 235, 0.6); }
.sw-bar__track--md .sw-bar__fill--mid,
.sw-bar__track--lg .sw-bar__fill--mid { background: rgba(242, 240, 235, 0.25); }
.sw-bar__fill--low { background: rgba(242, 240, 235, 0.35); }
.sw-bars__note {
  margin: var(--bars-note-mt, 18px) 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(242, 240, 235, 0.5);
  max-width: 44ch;
}

/* --------------------------------------------------------------------------
   33. Bordered panels — URL map, care log, sample finding, rescue stages
   -------------------------------------------------------------------------- */
.sw-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(340px, 100%), 1fr));
  gap: 40px clamp(32px, 5vw, 88px);
  align-items: center;
}
.sw-panel--boxed {
  border: 1px solid var(--ink);
  padding: clamp(28px, 4vw, 52px);
  gap: 36px clamp(32px, 5vw, 80px);
  align-items: stretch;
}
.sw-panel__h2 { margin: 18px 0 0; max-width: var(--h2-w, 18ch); }
.sw-panel__h2--md {
  margin: 16px 0 0;
  max-width: var(--h2-w, 16ch);
  font-weight: 800;
  font-stretch: 118%;
  font-size: clamp(30px, 4vw, 60px);
  line-height: 0.92;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
.sw-panel__statement {
  margin: 18px 0 0;
  max-width: 20ch;
  font-weight: 800;
  font-stretch: 116%;
  font-size: clamp(26px, 3.4vw, 52px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}
.sw-panel__body {
  margin: 20px 0 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(14, 14, 14, 0.78);
  max-width: 48ch;
}
.sw-panel__box { border: 1px solid var(--ink); }
.sw-panel__head {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid var(--ink);
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10.5px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.sw-panel__headmuted { color: rgba(14, 14, 14, 0.55); }
.sw-panel__headaccent { color: var(--signal); }
.sw-panel__foot {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid rgba(14, 14, 14, 0.18);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(14, 14, 14, 0.72);
}

.sw-map {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
}
.sw-map__row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; }
.sw-map__from,
.sw-map__to { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sw-map__from { color: rgba(14, 14, 14, 0.55); }
.sw-map__code {
  font-size: 9.5px;
  letter-spacing: 0.08em;
  color: var(--bone);
  background: var(--signal);
  padding: 3px 6px;
}

.sw-log { padding: 6px 18px 14px; font-family: 'Fragment Mono', ui-monospace, monospace; font-size: 11.5px; line-height: 1.5; }
.sw-log__row {
  margin: 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.16);
}
.sw-log__row:last-child { border-bottom: 0; }
.sw-log__when { color: var(--signal); }

.sw-panel__note { padding: 20px 18px; }
.sw-panel__notetitle {
  margin: 0;
  font-weight: 700;
  font-stretch: 112%;
  font-size: clamp(17px, 1.9vw, 23px);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.sw-panel__notebody { margin: 12px 0 0; font-size: 14px; line-height: 1.7; color: rgba(14, 14, 14, 0.72); }
.sw-panel__notemeta {
  margin: 16px 0 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(14, 14, 14, 0.55);
}

.sw-panel__stages { display: flex; flex-direction: column; justify-content: center; }
.sw-stage {
  margin: 0;
  display: flex;
  gap: 16px;
  align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid rgba(14, 14, 14, 0.18);
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(14, 14, 14, 0.72);
}
.sw-stage:last-child { border-bottom: 0; }
.sw-stage__when {
  flex: none;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
}

/* --------------------------------------------------------------------------
   34. Density and figure-size variants
   -------------------------------------------------------------------------- */
/* Checklist rows ("Everything moves with you") take the browser's normal
   leading rather than the 1.55 the numbered lists use. */
.sw-row--check { padding: 15px 2px; line-height: normal; }

.sw-proof__stat--mid { font-size: clamp(56px, 7vw, 120px); }
.sw-proof__stat--xlong { font-size: clamp(48px, 6vw, 104px); }

/* The Migrations "Coming from:" line sets its own leading so the bracketed
   platform list breathes across two rows. */
.sw-phero__tags--loose { line-height: 2.2; }

/* --------------------------------------------------------------------------
   35. Empty media slots
   With nothing uploaded the frame is dropped entirely on the front end (the
   placeholder only shows while editing). These tidy the hairlines that framed
   it, so a card without a photo doesn't double up its top border.
   -------------------------------------------------------------------------- */
.sw-jcard__body--flush { border-top: 0; }
.sw-jfeat--nomedia .sw-jfeat__body { border-left: 0; }

/* --------------------------------------------------------------------------
   36. Contact Form 7 (optional engine)
   CF7 adds its own wrappers around the template. These flatten them back into
   the design's field layout so the form looks identical either way.
   -------------------------------------------------------------------------- */
.sw-form--cf7 .wpcf7 { margin: 0; }
.sw-form--cf7 .wpcf7-form { display: flex; flex-direction: column; gap: 30px; }
.sw-contact--pricing .sw-form--cf7 .wpcf7-form { gap: 28px; }

/* The hidden-field fieldset and the screen-reader block must not occupy a
   flex slot, or they add a gap the design doesn't have. */
.sw-form--cf7 .hidden-fields-container,
.sw-form--cf7 .screen-reader-response { display: none; }

/* CF7 wraps every control in a span; make it transparent to layout. */
.sw-form--cf7 .wpcf7-form-control-wrap { display: block; }
.sw-form--cf7 .sw-field input,
.sw-form--cf7 .sw-field textarea { width: 100%; box-sizing: border-box; }

/* Its submit is an <input>, so the shared button styles need the reset the
   <button> got for free. */
.sw-form--cf7 input.sw-send { -webkit-appearance: none; appearance: none; }
.sw-form--cf7 .wpcf7-spinner { display: none; }

/* Validation and response text in the design's mono, not CF7's default. */
.sw-form--cf7 .wpcf7-not-valid-tip,
.sw-form--cf7 .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Fragment Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--signal);
}
.sw-form--cf7 .wpcf7-not-valid-tip { margin-top: 9px; }
.sw-form--cf7 .sw-field input.wpcf7-not-valid,
.sw-form--cf7 .sw-field textarea.wpcf7-not-valid { border-bottom-color: var(--signal); }

/* The button carries the success state, so the response line is redundant
   once the mail is away. */
.sw-form--cf7 .wpcf7-form.sent .wpcf7-response-output { display: none; }
