:root {
  --ink: #0e0d0b;
  --ink-soft: #191816;
  --charcoal: #25231f;
  --bone: #f4f1e9;
  --paper: #fbfaf6;
  --gold: #c9a34e;
  --gold-bright: #dfba60;
  --gold-soft: #f1e5c6;
  --blue: #70809f;
  --muted: #69675f;
  --line: #ded6c8;
  --green: #55c987;
  --white: #fffdf7;
  --shadow: 0 20px 55px rgba(27, 22, 12, 0.1);
  --radius: 24px;
  --max: 1160px;
}

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

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: var(--bone);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input,
textarea,
select {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

p,
h1,
h2,
h3,
blockquote,
figure {
  margin-top: 0;
}

h1,
h2,
.display {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-wrap: balance;
}

h1 {
  font-size: clamp(2.5rem, 4.6vw, 4.3rem);
  margin-bottom: 1.5rem;
}

h2 {
  font-size: clamp(1.9rem, 3.5vw, 3.2rem);
  margin-bottom: 1.25rem;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  border-radius: 10px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.7rem 1rem;
  font-weight: 800;
}

.skip-link:focus {
  transform: none;
}

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

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(14, 13, 11, 0.94);
  color: var(--white);
  backdrop-filter: blur(18px);
}

.header-row {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--white);
  font-size: 1.24rem;
  font-weight: 850;
  letter-spacing: -0.045em;
  text-decoration: none;
  white-space: nowrap;
}

.brand strong {
  color: var(--gold-bright);
  font-weight: 850;
}

.brand-mark {
  height: 30px;
  display: inline-flex;
  align-items: end;
  gap: 3px;
}

.brand-mark i {
  display: block;
  width: 7px;
  border-radius: 2px 2px 0 0;
  background: var(--gold-bright);
}

.brand-mark i:nth-child(1) {
  height: 15px;
}

.brand-mark i:nth-child(2) {
  height: 23px;
}

.brand-mark i:nth-child(3) {
  height: 30px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.1vw, 2rem);
  font-size: 0.86rem;
  font-weight: 750;
}

.desktop-nav a {
  color: rgba(255, 253, 247, 0.82);
  text-decoration: none;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--gold-bright);
}

.desktop-nav .nav-cta {
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.62rem 1.1rem;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  cursor: pointer;
  font-size: 1.3rem;
  list-style: none;
}

.mobile-nav summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-panel {
  position: absolute;
  top: 52px;
  right: 0;
  width: min(310px, calc(100vw - 32px));
  display: grid;
  gap: 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: var(--ink-soft);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  padding: 0.8rem;
}

.mobile-nav-panel a {
  border-radius: 11px;
  padding: 0.75rem 0.85rem;
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.mobile-nav-panel a:hover {
  background: rgba(201, 163, 78, 0.12);
  color: var(--gold-bright);
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(201, 163, 78, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.04) 1px, transparent 1px),
    var(--ink);
  background-size: 54px 54px;
  color: var(--white);
}

.hero::after,
.page-hero::after {
  position: absolute;
  z-index: 0;
  width: min(58vw, 850px);
  aspect-ratio: 1;
  border: 1px solid rgba(201, 163, 78, 0.13);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero::after {
  top: 7%;
  right: -12%;
  box-shadow:
    0 0 0 72px rgba(201, 163, 78, 0.035),
    0 0 0 150px rgba(201, 163, 78, 0.02);
}

.hero-grid {
  position: relative;
  z-index: 1;
  min-height: min(860px, calc(100svh - 68px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: clamp(5rem, 10vw, 8rem);
}

.hero-copy {
  max-width: 720px;
}

.hero h1 {
  max-width: 760px;
}

.hero .lede,
.page-hero .lede {
  max-width: 680px;
  color: rgba(255, 253, 247, 0.68);
  font-size: clamp(1.03rem, 1.7vw, 1.2rem);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.25rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 16px currentColor;
  content: "";
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 0.75rem 1.25rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--ink);
}

.button-primary:hover {
  background: var(--gold-bright);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin-top: 1.75rem;
  color: rgba(255, 253, 247, 0.62);
  font-size: 0.78rem;
  font-weight: 650;
}

.proof-row span::before {
  margin-right: 0.45rem;
  color: var(--gold-bright);
  content: "◇";
}

.blueprint {
  position: relative;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 28px;
  background:
    linear-gradient(rgba(112, 128, 159, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.12) 1px, transparent 1px),
    rgba(29, 31, 29, 0.9);
  background-size: 32px 32px;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.32);
}

.blueprint-house {
  position: absolute;
  inset: 19% 14% 15%;
  border-bottom: 4px solid var(--gold);
}

.blueprint-house::before {
  position: absolute;
  inset: 13% 12% 0;
  border: 3px solid rgba(230, 224, 207, 0.86);
  border-bottom: 0;
  background:
    linear-gradient(
      90deg,
      transparent 0 48%,
      rgba(201, 163, 78, 0.78) 48% 51%,
      transparent 51%
    ),
    linear-gradient(
      transparent 0 56%,
      rgba(201, 163, 78, 0.65) 56% 58%,
      transparent 58%
    );
  content: "";
}

.blueprint-house::after {
  position: absolute;
  top: 2%;
  right: 3%;
  width: 44%;
  height: 86%;
  border-top: 5px solid var(--gold);
  border-right: 5px solid rgba(231, 223, 204, 0.95);
  background:
    linear-gradient(90deg, transparent 48%, rgba(14, 13, 11, 0.9) 48% 76%, transparent 76%),
    linear-gradient(#eee7d5 0 55%, #d7cdb6 55%);
  content: "";
}

.blueprint-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 0.05rem;
  border: 1px solid rgba(201, 163, 78, 0.38);
  border-radius: 14px;
  background: rgba(25, 24, 22, 0.92);
  color: var(--white);
  padding: 0.7rem 0.9rem;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

.blueprint-chip small {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blueprint-chip strong {
  font-size: 0.82rem;
}

.chip-one {
  top: 16%;
  right: 3%;
}

.chip-two {
  bottom: 20%;
  left: -2%;
}

.chip-three {
  right: 5%;
  bottom: -4%;
}

.trust-rail {
  border-bottom: 1px solid var(--line);
  background: var(--gold);
  color: var(--ink);
  overflow: hidden;
}

.trust-rail-inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-rail-inner span::before {
  margin-right: 0.6rem;
  content: "△";
}

.section {
  padding-block: clamp(4.5rem, 9vw, 8.5rem);
}

.section-paper {
  background: var(--paper);
}

.section-dark {
  background: var(--ink);
  color: var(--white);
}

.section-gold {
  background: var(--gold);
  color: var(--ink);
}

.section-head {
  max-width: 850px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.section-head .lede,
.article-lede {
  max-width: 760px;
  color: var(--blue);
  font-size: 1.08rem;
}

.section-dark .section-head .lede {
  color: rgba(255, 253, 247, 0.65);
}

.grid-2,
.grid-3,
.grid-4,
.grid-6 {
  display: grid;
  gap: 1rem;
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-6 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.56);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.card-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background: var(--ink-soft);
  color: var(--white);
}

.card p:last-child {
  margin-bottom: 0;
}

.card-number {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.service-card a {
  margin-top: auto;
  padding-top: 1rem;
  color: #8c6412;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(460px, 1.15fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.check-list,
.link-list,
.plain-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list {
  display: grid;
  gap: 0.9rem;
}

.check-list li {
  position: relative;
  padding-left: 1.75rem;
}

.check-list li::before {
  position: absolute;
  top: 0.05rem;
  left: 0;
  color: var(--gold);
  font-weight: 900;
  content: "✓";
}

.platform-panel {
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(rgba(112, 128, 159, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.1) 1px, transparent 1px),
    var(--ink-soft);
  background-size: 34px 34px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: var(--shadow);
}

.platform-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-dot {
  color: var(--green);
}

.outcome-map {
  position: relative;
  height: 245px;
  margin-top: 1.5rem;
}

.outcome-map::before,
.outcome-map::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: rgba(201, 163, 78, 0.35);
  content: "";
  transform-origin: center;
}

.outcome-map::before {
  transform: translate(-50%, -50%) rotate(25deg);
}

.outcome-map::after {
  transform: translate(-50%, -50%) rotate(-34deg);
}

.map-node {
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(112, 128, 159, 0.28);
  border-radius: 50%;
  background: #79b6ff;
}

.map-node.main {
  top: 46%;
  left: 47%;
  width: 26px;
  height: 26px;
  border-color: rgba(201, 163, 78, 0.22);
  background: var(--gold);
  box-shadow: 0 0 0 22px rgba(201, 163, 78, 0.12);
}

.map-node:nth-child(2) {
  top: 14%;
  left: 44%;
}

.map-node:nth-child(3) {
  top: 24%;
  right: 16%;
}

.map-node:nth-child(4) {
  bottom: 14%;
  right: 24%;
}

.map-node:nth-child(5) {
  bottom: 10%;
  left: 24%;
}

.map-node:nth-child(6) {
  top: 30%;
  left: 14%;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.project-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--paper);
  box-shadow: 0 16px 38px rgba(42, 31, 12, 0.07);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.project-card-interactive:hover,
.project-card-interactive:focus-within {
  border-color: rgba(201, 163, 78, 0.72);
  box-shadow:
    0 28px 60px rgba(42, 31, 12, 0.14),
    0 0 0 1px rgba(201, 163, 78, 0.09);
  transform: translateY(-7px);
}

.project-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.project-card-interactive figure {
  cursor: pointer;
}

.project-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 480ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.project-card figure::after {
  position: absolute;
  inset: 32% 0 0;
  background: linear-gradient(transparent, rgba(8, 8, 7, 0.52));
  content: "";
  pointer-events: none;
}

.project-card:hover img,
.project-card:focus-within img {
  transform: scale(1.045);
}

.image-label {
  position: absolute;
  top: 12px;
  left: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(14, 13, 11, 0.84);
  color: var(--gold-bright);
  padding: 0.35rem 0.6rem;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
}

.project-title {
  margin-bottom: 0.65rem;
  font-family: inherit;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.project-meta {
  color: var(--blue);
  font-size: 0.82rem;
}

.project-client {
  margin-bottom: 0.5rem;
  color: #936b15;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}

.project-facts span {
  display: grid;
  border-radius: 12px;
  background: var(--bone);
  padding: 0.65rem;
  font-size: 0.8rem;
}

.project-facts small {
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote {
  margin: 1.25rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 1rem;
  color: var(--blue);
  font-size: 0.9rem;
  font-style: italic;
}

.quote cite {
  display: block;
  margin-top: 0.55rem;
  color: var(--ink);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.project-feedback-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin: 1.2rem 0 -0.7rem;
  color: var(--ink);
  font-size: 0.62rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-feedback-label span {
  color: var(--muted);
  font-size: 0.53rem;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-align: right;
  text-transform: none;
}

.project-story-trigger {
  width: 100%;
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  border: 1px solid rgba(201, 163, 78, 0.28);
  border-radius: 13px;
  background: rgba(201, 163, 78, 0.1);
  color: #805d12;
  padding: 0.65rem 0.8rem;
  cursor: pointer;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-align: left;
  text-transform: uppercase;
  transition:
    background 190ms ease,
    color 190ms ease,
    transform 190ms ease;
}

.project-facts + .project-story-trigger {
  margin-top: 1rem;
}

.quote + .project-story-trigger {
  margin-top: 1.1rem;
}

.project-story-trigger span:last-child {
  width: 26px;
  height: 26px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.85rem;
  transition: transform 190ms ease;
}

.project-story-trigger:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-1px);
}

.project-story-trigger:hover span:last-child {
  transform: translate(2px, -2px);
}

.cv-project-proof {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(440px, 1.15fr);
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.35rem;
  border: 1px solid rgba(201, 163, 78, 0.28);
  border-radius: 22px;
  background:
    linear-gradient(rgba(201, 163, 78, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.04) 1px, transparent 1px),
    var(--ink-soft);
  background-size: 28px 28px;
  box-shadow: 0 20px 48px rgba(18, 15, 8, 0.12);
  color: var(--white);
  padding: 1.2rem;
}

.cv-project-proof-copy {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.cv-project-proof-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(201, 163, 78, 0.3);
  border-radius: 13px;
  background: rgba(201, 163, 78, 0.12);
  color: var(--gold-bright);
  font-size: 1.05rem;
}

.cv-project-proof-copy strong {
  display: block;
  margin-bottom: 0.28rem;
  color: var(--gold-bright);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cv-project-proof-copy p {
  margin: 0;
  color: rgba(255, 253, 247, 0.7);
  font-size: 0.78rem;
  line-height: 1.45;
}

.cv-project-proof-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.cv-project-proof-stats span {
  min-width: 0;
  display: grid;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  padding: 0.72rem 0.82rem;
}

.cv-project-proof-stats strong {
  overflow: hidden;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
  text-overflow: ellipsis;
}

.cv-project-proof-stats small {
  color: rgba(255, 253, 247, 0.48);
  font-size: 0.56rem;
  font-weight: 700;
}

.cv-project-interaction-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 700;
  text-align: center;
}

.cv-project-interaction-hint span {
  width: 28px;
  height: 28px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 163, 78, 0.13);
  color: #8e6714;
}

.cv-feedback-disclosure {
  max-width: 920px;
  margin: 1rem auto 0;
  border: 1px solid rgba(112, 128, 159, 0.2);
  border-radius: 13px;
  background: rgba(112, 128, 159, 0.07);
  color: var(--muted);
  padding: 0.75rem 0.9rem;
  font-size: 0.68rem;
  text-align: center;
}

.cv-feedback-disclosure strong {
  color: var(--ink);
}

.cv-project-verification-note {
  display: grid;
  gap: 0.25rem;
  margin: 1.15rem 0 0;
  border-top: 1px solid var(--line);
  padding-top: 0.9rem;
  color: var(--muted);
  font-size: 0.7rem;
}

.cv-project-verification-note strong {
  color: var(--ink);
  font-size: 0.61rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-design-studies {
  background:
    radial-gradient(circle at 88% 8%, rgba(201, 163, 78, 0.15), transparent 24%),
    var(--bone);
}

.cv-design-studies-head,
.cv-public-reviews-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5rem);
}

.cv-design-studies-head .lede,
.cv-public-reviews-head .lede {
  margin-bottom: 0;
}

.cv-study-card img {
  aspect-ratio: 4 / 5;
}

.cv-study-card .image-label {
  max-width: calc(100% - 24px);
  letter-spacing: 0.055em;
}

.cv-study-card .project-body > p:not(.card-number):not(.project-meta) {
  color: var(--muted);
  font-size: 0.78rem;
}

.cv-study-enquiry {
  margin-top: auto;
}

.cv-study-disclosure {
  max-width: 940px;
  margin: 1.3rem auto 0;
  border: 1px solid rgba(112, 128, 159, 0.23);
  border-radius: 14px;
  background: rgba(112, 128, 159, 0.07);
  color: var(--muted);
  padding: 0.85rem 1rem;
  font-size: 0.7rem;
  text-align: center;
}

.cv-study-disclosure strong {
  color: var(--ink);
}

.cv-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.cv-review-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 28px 28px;
  box-shadow: 0 18px 46px rgba(42, 31, 12, 0.07);
  padding: 1.35rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.cv-review-card:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.cv-review-source {
  color: #8c6412;
  font-size: 0.63rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cv-review-score {
  display: flex;
  align-items: baseline;
  gap: 0.35rem;
  margin: auto 0 1.05rem;
  color: var(--ink);
}

.cv-review-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 4.7rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.cv-review-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.cv-review-card p {
  color: var(--muted);
  font-size: 0.76rem;
}

.cv-review-card p strong {
  color: var(--ink);
}

.cv-review-link {
  margin-top: auto;
  color: #805d12;
  font-size: 0.68rem;
  font-weight: 900;
}

.cv-review-card-map {
  border-color: rgba(201, 163, 78, 0.46);
  background:
    linear-gradient(rgba(201, 163, 78, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.055) 1px, transparent 1px),
    var(--gold-soft);
  background-size: 28px 28px;
}

.cv-review-card-map .cv-review-score strong {
  font-size: clamp(2.15rem, 4vw, 3.25rem);
}

.cv-review-integrity {
  display: grid;
  grid-template-columns: minmax(180px, 0.28fr) minmax(0, 0.72fr);
  gap: 1.2rem;
  margin-top: 0.85rem;
  border: 1px solid rgba(112, 128, 159, 0.2);
  border-radius: 16px;
  background: rgba(112, 128, 159, 0.07);
  padding: 1rem 1.1rem;
}

.cv-review-integrity strong {
  color: var(--ink);
  font-size: 0.68rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-review-integrity p {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--line);
}

.metric {
  background: var(--paper);
  padding: 1.3rem;
}

.metric strong {
  display: block;
  font-size: 1.65rem;
  line-height: 1.1;
}

.metric small {
  color: var(--blue);
}

.process-grid {
  counter-reset: process;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.process-step {
  counter-increment: process;
  min-height: 240px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: var(--ink-soft);
  padding: 1.15rem;
}

.process-step::before {
  display: block;
  margin-bottom: 3.2rem;
  color: var(--gold-bright);
  font-size: 0.7rem;
  font-weight: 850;
  content: "0" counter(process);
}

.process-step p {
  color: rgba(255, 253, 247, 0.58);
  font-size: 0.82rem;
}

.faq-list {
  max-width: 900px;
  display: grid;
  gap: 0.65rem;
  margin-inline: auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  padding: 0 1.1rem;
}

.faq-list summary {
  position: relative;
  cursor: pointer;
  padding: 1rem 2.4rem 1rem 0;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  top: 50%;
  right: 0;
  color: #9b761e;
  content: "+";
  font-size: 1.4rem;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list details p {
  max-width: 760px;
  color: var(--blue);
  padding-bottom: 1rem;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 7rem);
  background:
    linear-gradient(rgba(14, 13, 11, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 13, 11, 0.07) 1px, transparent 1px),
    var(--gold);
  background-size: 52px 52px;
}

.cta-inner {
  max-width: 820px;
  text-align: center;
}

.cta-inner h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

.cta-inner p {
  max-width: 650px;
  margin-inline: auto;
  color: rgba(14, 13, 11, 0.72);
}

.cta-actions {
  justify-content: center;
}

.cta-band .button-secondary {
  border-color: rgba(14, 13, 11, 0.3);
  background: rgba(255, 255, 255, 0.13);
  color: var(--ink);
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 253, 247, 0.68);
  padding-block: 3.5rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 2.5rem;
}

.footer-brand p {
  max-width: 360px;
  margin-top: 1rem;
  font-size: 0.88rem;
}

.footer-column strong {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 0.55rem 0;
  color: rgba(255, 253, 247, 0.66);
  font-size: 0.86rem;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--gold-bright);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  padding-top: 1.4rem;
  font-size: 0.76rem;
}

.page-hero::after {
  top: -48%;
  right: -10%;
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 930px;
  padding-block: clamp(4rem, 9vw, 7.5rem);
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.75rem, 5vw, 4.65rem);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 2.2rem;
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.78rem;
}

.breadcrumbs a {
  color: var(--gold-bright);
}

.breadcrumbs span:not(:last-child)::after,
.breadcrumbs a::after {
  margin-left: 0.5rem;
  color: rgba(255, 255, 255, 0.32);
  content: "/";
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}

.article-body {
  max-width: 790px;
}

.article-body h2 {
  margin-top: 3.8rem;
  font-family: inherit;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.article-body h3 {
  margin-top: 2.1rem;
}

.article-body p,
.article-body li {
  color: #4f5260;
}

.article-body strong {
  color: var(--ink);
}

.article-body ul,
.article-body ol {
  padding-left: 1.3rem;
}

.article-body li {
  margin: 0.55rem 0;
}

.article-note {
  margin-block: 2rem;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: var(--gold-soft);
  padding: 1.2rem 1.4rem;
}

.article-note p:last-child {
  margin-bottom: 0;
}

.toc {
  position: sticky;
  top: 96px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 1.25rem;
}

.toc strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.74rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.toc a {
  display: block;
  margin: 0.55rem 0;
  color: var(--blue);
  font-size: 0.84rem;
  text-decoration: none;
}

.toc span {
  display: block;
  margin: 0.55rem 0;
  color: var(--blue);
  font-size: 0.84rem;
}

.toc a:hover {
  color: #8e6818;
}

.table-scroll {
  overflow-x: auto;
  margin-block: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  font-size: 0.9rem;
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 0.9rem 1rem;
  text-align: left;
  vertical-align: top;
}

th {
  background: #eee8db;
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-block: 1.5rem;
}

/* Play Store compliance pages.
   Keep these styles with privacy-policy.html and delete-account.html. */
.legal-hero .page-hero-inner {
  max-width: 1000px;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.25rem;
  margin-top: 2rem;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.82rem;
}

.legal-meta span {
  border-left: 2px solid rgba(201, 163, 78, 0.62);
  padding-left: 0.7rem;
}

.legal-meta strong,
.legal-meta a,
.legal-email-fallback strong,
.legal-email-fallback a {
  color: var(--white);
}

.legal-copy {
  padding-bottom: 1rem;
}

.legal-copy h2,
.legal-copy h3 {
  scroll-margin-top: 96px;
}

.legal-copy a {
  color: #765510;
  font-weight: 700;
}

.legal-copy td {
  color: #4f5260;
}

.legal-copy td:first-child {
  min-width: 170px;
}

.legal-copy .article-note a {
  color: var(--ink);
}

.legal-email-fallback {
  max-width: 760px;
  margin-top: 1.25rem;
  color: rgba(255, 253, 247, 0.68);
  font-size: 0.84rem;
}

.button-danger {
  border-color: #a83d3d;
  background: #b74747;
  color: var(--white);
}

.button-danger:hover {
  border-color: #cf5a5a;
  background: #c94f4f;
}

.delete-hero .button-danger {
  box-shadow: 0 14px 34px rgba(183, 71, 71, 0.24);
}

.deletion-status-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: start;
  gap: 0.9rem;
  margin-bottom: 2.5rem;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.deletion-status-card > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-bright);
  font-size: 0.78rem;
  font-weight: 850;
}

.deletion-status-card strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}

.deletion-status-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.legal-check-list li::marker {
  color: #38855c;
}

.legal-contact-card {
  display: grid;
  gap: 0.35rem;
  margin-block: 1.5rem;
  border: 1px solid rgba(201, 163, 78, 0.45);
  border-radius: 18px;
  background: var(--gold-soft);
  padding: 1.3rem 1.4rem;
}

.legal-contact-card > strong {
  font-size: 1.05rem;
}

.legal-contact-card > span {
  color: var(--muted);
  font-size: 0.82rem;
}

.legal-contact-card > a {
  width: fit-content;
}

.legal-contact-danger {
  border-color: rgba(183, 71, 71, 0.36);
  background: rgba(183, 71, 71, 0.08);
}

.legal-small-print {
  color: var(--muted);
  font-size: 0.78rem;
}

.toc-critical {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
}

.toc-critical span {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.toc-critical .button {
  width: 100%;
  margin: 0;
  color: var(--white);
  font-size: 0.78rem;
  text-align: center;
}

.footer-column > span {
  display: block;
  margin-top: 0.55rem;
  color: rgba(255, 253, 247, 0.48);
  font-size: 0.76rem;
}

.definition-grid > div {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--paper);
  padding: 1.1rem;
}

.definition-grid dt {
  color: var(--ink);
  font-weight: 850;
}

.definition-grid dd {
  margin: 0.3rem 0 0;
  color: var(--blue);
  font-size: 0.9rem;
}

.updated {
  color: rgba(255, 253, 247, 0.55);
  font-size: 0.78rem;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.related-links a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--paper);
  padding: 1.25rem;
  font-weight: 850;
  text-decoration: none;
}

.related-links small {
  margin-bottom: auto;
  color: var(--gold);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related-links a:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 820px;
  }

  .blueprint {
    min-height: 390px;
  }

  .grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  h1 {
    font-size: clamp(2.4rem, 9vw, 3.3rem);
  }

  .hero-grid {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .split,
  .article-layout {
    grid-template-columns: 1fr;
  }

  .split {
    gap: 2.5rem;
  }

  .toc {
    position: static;
    order: -1;
  }

  .grid-3,
  .grid-6,
  .project-grid,
  .related-links {
    grid-template-columns: 1fr;
  }

  .metric-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .deletion-status-card {
    grid-template-columns: auto minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .header-row {
    min-height: 62px;
  }

  .hero-grid {
    padding-block: 3.5rem 4rem;
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .proof-row {
    display: grid;
  }

  .blueprint {
    min-height: 310px;
  }

  .blueprint-house {
    inset: 21% 7% 14%;
  }

  .blueprint-chip {
    padding: 0.55rem 0.65rem;
  }

  .chip-two {
    left: 1%;
  }

  .trust-rail-inner {
    justify-content: flex-start;
    overflow: hidden;
  }

  .trust-rail-inner span:nth-child(n + 4) {
    display: none;
  }

  .grid-2,
  .grid-4,
  .grid-6,
  .process-grid,
  .definition-grid {
    grid-template-columns: 1fr;
  }

  .process-step {
    min-height: 190px;
  }

  .process-step::before {
    margin-bottom: 1.8rem;
  }

  .metric-strip,
  .project-facts {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
  }

  .legal-meta {
    display: grid;
  }

  .legal-copy td:first-child {
    min-width: 145px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media print {
  .site-header,
  .cta-band,
  .site-footer,
  .mobile-nav,
  .desktop-nav,
  .toc {
    display: none !important;
  }

  body,
  .page-hero,
  .section,
  .section-paper,
  .section-dark {
    background: white !important;
    color: black !important;
  }

  .page-hero-inner,
  .section {
    padding-block: 1.5rem;
  }

  a {
    text-decoration: none;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   CivVision Build × Intelligence — 2026 product story
   ────────────────────────────────────────────────────────────────────────── */

.cv-hero {
  background:
    radial-gradient(circle at 76% 35%, rgba(201, 163, 78, 0.15), transparent 28%),
    linear-gradient(rgba(201, 163, 78, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.035) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 54px 54px, 54px 54px, auto;
}

.cv-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(14, 13, 11, 0.98) 0%, rgba(14, 13, 11, 0.82) 42%, transparent 72%);
  content: "";
  pointer-events: none;
}

.cv-hero-grid {
  position: relative;
  z-index: 2;
  min-height: min(860px, calc(100svh - 68px));
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(470px, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6.5rem);
  padding-block: clamp(5rem, 9vw, 8rem);
}

.cv-hero-copy {
  position: relative;
  z-index: 3;
}

.cv-hero-copy h1 {
  max-width: 800px;
  font-size: clamp(2.75rem, 4.7vw, 4.4rem);
}

.cv-hero-copy .lede {
  max-width: 680px;
}

.cv-hero-visual {
  position: relative;
  min-height: 570px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 34px 34px 120px 34px;
  background: var(--charcoal);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
  transform: rotate(1.5deg);
}

.cv-hero-visual::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 45%, rgba(14, 13, 11, 0.7)),
    linear-gradient(90deg, rgba(14, 13, 11, 0.4), transparent 40%);
  content: "";
  pointer-events: none;
}

.cv-hero-visual img {
  width: 100%;
  height: 570px;
  border-radius: inherit;
  object-fit: cover;
  object-position: 53% center;
}

.cv-hero-visual figcaption,
.cv-evidence-visual figcaption,
.cv-evidence-wide figcaption {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 14px;
  left: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.62rem;
  letter-spacing: 0.02em;
}

.cv-hero-float,
.cv-app-float {
  position: absolute;
  z-index: 4;
  min-width: 190px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(20, 19, 17, 0.88);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.3);
  color: var(--white);
  padding: 0.8rem 1rem;
  backdrop-filter: blur(16px);
  transform: rotate(-1.5deg);
}

.cv-hero-float small,
.cv-app-float small {
  display: block;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cv-hero-float strong,
.cv-app-float strong {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
}

.cv-float-top {
  top: 34px;
  left: -36px;
}

.cv-float-bottom {
  right: -30px;
  bottom: 65px;
}

.pulse-dot {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(85, 201, 135, 0.13);
}

.cv-section-head {
  max-width: 980px;
}

.cv-product-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.cv-product-card {
  position: relative;
  min-height: 570px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.cv-product-card::after {
  position: absolute;
  right: -75px;
  bottom: -105px;
  width: 290px;
  height: 290px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0.08;
  box-shadow: 0 0 0 55px currentColor, 0 0 0 110px currentColor;
  pointer-events: none;
}

.cv-product-card h3 {
  max-width: 620px;
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 2.7vw, 2.5rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.cv-product-card > p:not(.card-number) {
  max-width: 600px;
  color: var(--blue);
}

.cv-product-card .check-list {
  margin-block: 2rem;
}

.cv-product-build {
  background: var(--white);
}

.cv-product-app {
  border-color: rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(rgba(112, 128, 159, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.09) 1px, transparent 1px),
    var(--ink);
  background-size: 36px 36px;
  color: var(--white);
}

.cv-product-app > p:not(.card-number),
.cv-product-app .check-list {
  color: rgba(255, 253, 247, 0.66);
}

.cv-product-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.cv-product-app .cv-product-icon {
  border-color: rgba(255, 255, 255, 0.12);
}

.text-link {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #8c6412;
  font-weight: 850;
  text-decoration: none;
}

.cv-product-app .text-link {
  color: var(--gold-bright);
}

.cv-metrics-section {
  background: var(--gold);
  color: var(--ink);
  padding-block: clamp(3.5rem, 7vw, 6rem);
}

.cv-metrics-intro {
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 3rem;
}

.cv-metrics-intro .eyebrow {
  margin: 0;
  color: rgba(14, 13, 11, 0.7);
}

.cv-metrics-intro h2 {
  max-width: 870px;
  margin: 0;
  font-size: clamp(2.1rem, 3.8vw, 3.5rem);
}

.cv-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(14, 13, 11, 0.25);
  border-bottom: 1px solid rgba(14, 13, 11, 0.25);
  opacity: 0.4;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.cv-metrics.is-visible {
  opacity: 1;
  transform: none;
}

.cv-metric {
  min-height: 200px;
  padding: 2rem 1.4rem;
  border-right: 1px solid rgba(14, 13, 11, 0.2);
}

.cv-metric:last-child {
  border-right: 0;
}

.cv-metric strong {
  display: block;
  margin-bottom: 2rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.cv-metric span {
  display: block;
  max-width: 180px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.cv-data-note {
  max-width: 820px;
  margin: 1rem 0 0;
  color: rgba(14, 13, 11, 0.6);
  font-size: 0.72rem;
}

.section-paper .cv-data-note {
  color: var(--muted);
}

.cv-pulse-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(500px, 1.28fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 7rem);
}

.cv-pulse-layout h2 {
  max-width: 620px;
}

.cv-light-lede {
  max-width: 660px;
  color: rgba(255, 253, 247, 0.64);
  font-size: 1.05rem;
}

.cv-sample-label,
.cv-demo-tag {
  width: fit-content;
  border: 1px solid rgba(201, 163, 78, 0.34);
  border-radius: 999px;
  background: rgba(201, 163, 78, 0.08);
  color: var(--gold-bright);
  padding: 0.42rem 0.72rem;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-countdown-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  background:
    linear-gradient(rgba(112, 128, 159, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.07) 1px, transparent 1px),
    var(--ink-soft);
  background-size: 32px 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.35);
  padding: clamp(1.4rem, 4vw, 2.5rem);
  opacity: 0.55;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.cv-countdown-card.is-visible {
  opacity: 1;
  transform: none;
}

.cv-countdown-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cv-countdown-head small {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.63rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-countdown-head strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.05rem;
}

.cv-status-pill {
  height: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: rgba(85, 201, 135, 0.1);
  color: #76dfa6;
  padding: 0.4rem 0.7rem;
  font-size: 0.67rem;
  font-weight: 800;
  white-space: nowrap;
}

.cv-status-pill i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(85, 201, 135, 0.1);
}

.cv-countdown-main {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
}

.cv-progress-ring {
  --ring-progress: 0%;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--gold) var(--ring-progress), rgba(255, 255, 255, 0.08) 0);
  transition: --ring-progress 1.2s ease;
}

.cv-progress-ring::before {
  position: absolute;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: var(--ink-soft);
  content: "";
}

.cv-progress-ring > div {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cv-progress-ring strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.cv-progress-ring span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

.cv-days-left strong {
  display: block;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 7vw, 6.3rem);
  letter-spacing: -0.06em;
  line-height: 0.85;
}

.cv-days-left > span {
  display: block;
  margin-top: 0.55rem;
  font-weight: 800;
}

.cv-days-left small {
  display: block;
  margin-top: 1.1rem;
  color: rgba(255, 255, 255, 0.48);
}

.cv-workstream-list {
  display: grid;
  gap: 0.95rem;
}

.cv-workstream > span {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
}

.cv-workstream em {
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.cv-workstream > i {
  height: 6px;
  display: block;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.cv-workstream u {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #92702a, var(--gold-bright));
  text-decoration: none;
  transition: width 1s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-app-showcase {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 24%, rgba(201, 163, 78, 0.14), transparent 20%),
    var(--bone);
}

.cv-app-layout {
  display: grid;
  grid-template-columns: minmax(210px, 0.62fr) minmax(360px, 1.08fr) minmax(290px, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
}

.cv-evidence-visual {
  position: relative;
  height: 620px;
  margin: 0;
  overflow: hidden;
  border-radius: 110px 24px 24px 24px;
  box-shadow: var(--shadow);
}

.cv-evidence-visual::after,
.cv-evidence-wide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 52%, rgba(14, 13, 11, 0.78));
  content: "";
  pointer-events: none;
}

.cv-evidence-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cv-evidence-card {
  position: absolute;
  z-index: 3;
  right: 16px;
  bottom: 55px;
  left: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(14, 13, 11, 0.78);
  color: var(--white);
  padding: 0.8rem;
  backdrop-filter: blur(12px);
}

.cv-evidence-card span,
.cv-evidence-card strong {
  display: block;
}

.cv-evidence-card span {
  color: var(--gold-bright);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-evidence-card strong {
  margin-top: 0.25rem;
  font-size: 0.8rem;
}

.cv-app-copy h2 {
  font-size: clamp(2rem, 3.4vw, 3.2rem);
}

.cv-feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-block: 2rem;
}

.cv-feature-chips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  padding: 0.5rem 0.75rem;
  color: var(--charcoal);
  font-size: 0.7rem;
  font-weight: 750;
}

.cv-phone-wrap {
  text-align: center;
}

.cv-phone-wrap > p,
.cv-app-hero-stage > p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.62rem;
}

.cv-phone {
  width: min(100%, 330px);
  min-height: 660px;
  position: relative;
  margin-inline: auto;
  overflow: hidden;
  border: 8px solid #080807;
  border-radius: 46px;
  background: #0b0b0a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.15),
    0 32px 80px rgba(20, 17, 10, 0.25);
  color: var(--ink);
  text-align: left;
}

.cv-phone::before {
  position: absolute;
  z-index: 4;
  top: 7px;
  left: 50%;
  width: 92px;
  height: 24px;
  border-radius: 999px;
  background: #080807;
  content: "";
  transform: translateX(-50%);
}

.cv-phone-top {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  background: #f9f8f3;
  padding: 0 14px;
  font-size: 0.55rem;
}

.cv-phone-top span {
  margin-right: auto;
  font-weight: 800;
}

.cv-phone-top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ink);
}

.cv-phone-screen {
  min-height: 612px;
  position: relative;
  background:
    linear-gradient(rgba(14, 13, 11, 0.025) 1px, transparent 1px),
    #f9f8f3;
  background-size: 100% 28px;
  padding: 1.2rem 1rem 4.4rem;
}

.cv-app-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1.2rem;
}

.cv-app-brand b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--ink);
  color: var(--gold);
  font-size: 0.72rem;
}

.cv-app-brand span {
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.05;
}

.cv-app-brand small {
  color: var(--muted);
  font-size: 0.55rem;
  font-weight: 600;
}

.cv-phone-screen .cv-demo-tag {
  margin-bottom: 1rem;
  padding: 0.25rem 0.45rem;
  font-size: 0.48rem;
}

.cv-phone-screen h3 {
  margin-bottom: 0.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  letter-spacing: -0.03em;
}

.cv-phone-screen > p {
  margin-bottom: 1rem;
  color: var(--muted);
  font-size: 0.65rem;
}

.cv-phone-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem;
  margin-bottom: 0.7rem;
}

.cv-phone-stat-row > span {
  border: 1px solid #e6e0d5;
  border-radius: 11px;
  background: white;
  padding: 0.55rem;
}

.cv-phone-stat-row small,
.cv-phone-stat-row strong {
  display: block;
}

.cv-phone-stat-row small {
  color: var(--muted);
  font-size: 0.43rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

.cv-phone-stat-row strong {
  margin-top: 0.3rem;
  font-size: 1.1rem;
}

.cv-phone-card {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.6rem;
  border: 1px solid #e6e0d5;
  border-radius: 13px;
  background: white;
  padding: 0.75rem;
}

.cv-phone-card-gold {
  border-color: #d8bd7b;
  background: #fff8e8;
}

.cv-phone-card > div {
  display: flex;
  justify-content: space-between;
}

.cv-phone-card small {
  color: #95701f;
  font-size: 0.48rem;
  font-weight: 850;
  letter-spacing: 0.05em;
}

.cv-phone-card strong {
  font-size: 0.72rem;
}

.cv-phone-card span,
.cv-phone-card em {
  color: var(--muted);
  font-size: 0.56rem;
  font-style: normal;
}

.cv-mini-progress {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #ebe7df;
}

.cv-mini-progress i {
  width: 58%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--gold);
}

.cv-phone-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 52px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-top: 1px solid #e6e0d5;
  background: rgba(255, 255, 255, 0.94);
  padding: 0 0.5rem;
  text-align: center;
}

.cv-phone-nav span {
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 750;
}

.cv-phone-nav .active {
  color: #966d13;
}

.cv-project-head {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
}

.cv-project-head > div {
  max-width: 840px;
}

/* Intelligence product page */

.cv-app-hero {
  background:
    radial-gradient(circle at 76% 42%, rgba(201, 163, 78, 0.16), transparent 25%),
    linear-gradient(rgba(112, 128, 159, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 48px 48px, 48px 48px, auto;
}

.cv-app-hero-layout {
  position: relative;
  z-index: 2;
  min-height: min(860px, calc(100svh - 68px));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, 0.82fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
  padding-block: clamp(5rem, 9vw, 8rem);
}

.cv-app-hero-copy h1 {
  max-width: 850px;
  font-size: clamp(2.75rem, 4.7vw, 4.4rem);
}

.cv-store-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.72rem;
  font-weight: 750;
}

.cv-store-status span:first-child {
  color: #82dfa9;
}

.cv-store-status i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 0.45rem;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(85, 201, 135, 0.1);
}

.cv-app-hero-stage {
  isolation: isolate;
  position: relative;
  min-height: 710px;
  display: grid;
  place-items: center;
}

.cv-app-hero-stage::before {
  position: absolute;
  inset: 10% -8% 5% 5%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 163, 78, 0.2), transparent 66%);
  content: "";
  filter: blur(18px);
  pointer-events: none;
}

.cv-app-hero-stage > p {
  position: absolute;
  z-index: 7;
  bottom: 0;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
}

.cv-app-hero-image {
  position: absolute;
  z-index: 1;
  top: 80px;
  right: 8px;
  bottom: 82px;
  left: -42px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px 110px 34px 34px;
  background: #181714;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.5);
  clip-path: inset(0 8% 0 0 round 34px 110px 34px 34px);
  opacity: 0.55;
  transform: translateY(20px);
  transition:
    clip-path 950ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 500ms ease,
    transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cv-app-hero-image.is-visible {
  clip-path: inset(0 round 34px 110px 34px 34px);
  opacity: 1;
  transform: none;
}

.cv-app-hero-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(14, 13, 11, 0.08), transparent 42%),
    linear-gradient(180deg, transparent 48%, rgba(14, 13, 11, 0.82));
  content: "";
  pointer-events: none;
}

.cv-app-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  animation: cv-app-hero-drift 13s ease-in-out infinite alternate;
}

.cv-app-hero-image figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 15px;
  left: 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.59rem;
  letter-spacing: 0.02em;
}

.cv-app-hero-scan {
  position: absolute;
  z-index: 2;
  top: 80px;
  right: 8px;
  bottom: 82px;
  left: -42px;
  overflow: hidden;
  border-radius: 34px 110px 34px 34px;
  pointer-events: none;
}

.cv-app-hero-scan i {
  width: 150px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -170px;
  background: linear-gradient(90deg, transparent, rgba(222, 184, 91, 0.17), transparent);
  transform: skewX(-8deg);
  animation: cv-app-hero-scan 7.5s 1.2s ease-in-out infinite;
}

.cv-app-hero-scan span {
  width: 11px;
  height: 11px;
  position: absolute;
  top: 31%;
  right: 24%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 0 rgba(201, 163, 78, 0.42);
  animation: cv-app-signal-pulse 2.4s ease-out infinite;
}

.cv-phone-feature {
  --phone-rotate: 2deg;
  --phone-scale: 0.78;
  position: absolute;
  z-index: 5;
  top: 34px;
  right: -30px;
  box-shadow: 0 40px 110px rgba(0, 0, 0, 0.58);
  transform-origin: top right;
  animation: cv-app-phone-hover 6s ease-in-out infinite;
}

.cv-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(201, 163, 78, 0.15);
  border-radius: 50%;
  animation: cv-app-orbit-turn 28s linear infinite;
}

.cv-orbit::after {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 13%;
  right: 18%;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(201, 163, 78, 0.08);
  content: "";
}

.cv-orbit-one {
  width: 560px;
  height: 560px;
}

.cv-orbit-two {
  width: 720px;
  height: 720px;
  border-style: dashed;
  opacity: 0.55;
  animation-direction: reverse;
  animation-duration: 36s;
}

.cv-app-float-one {
  z-index: 4;
  top: 108px;
  left: -64px;
  animation: cv-app-float-card 5s ease-in-out infinite;
}

.cv-app-float-two {
  z-index: 6;
  right: -38px;
  bottom: 136px;
  animation: cv-app-float-card 5.8s 700ms ease-in-out infinite reverse;
}

.cv-command-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.cv-command-intro .section-head {
  margin-bottom: 0;
}

.cv-command-image {
  min-height: 360px;
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px 90px 28px 28px;
  background: var(--charcoal);
  box-shadow: var(--shadow);
  opacity: 0.4;
  transform: translateY(22px) scale(0.985);
  transition:
    opacity 700ms ease,
    transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cv-command-image.is-visible {
  opacity: 1;
  transform: none;
}

.cv-command-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(14, 13, 11, 0.82));
  content: "";
  pointer-events: none;
}

.cv-command-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cv-command-image:hover img {
  transform: scale(1.035);
}

.cv-command-image figcaption {
  position: absolute;
  z-index: 3;
  right: 20px;
  bottom: 14px;
  left: 20px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.58rem;
}

.cv-command-image-tags {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 52px;
  left: 18px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.cv-command-image-tags span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(14, 13, 11, 0.76);
  color: white;
  padding: 0.7rem 0.8rem;
  backdrop-filter: blur(12px);
}

.cv-command-image-tags small,
.cv-command-image-tags strong {
  display: block;
}

.cv-command-image-tags small {
  color: var(--gold-bright);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-command-image-tags strong {
  margin-top: 0.18rem;
  font-size: 0.68rem;
}

.cv-command-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
  opacity: 0.45;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.cv-command-flow.is-visible {
  opacity: 1;
  transform: none;
}

.cv-command-flow article {
  min-height: 330px;
  background: var(--white);
  padding: 1.5rem;
  opacity: 0.7;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 650ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 220ms ease;
}

.cv-command-flow.is-visible article {
  opacity: 1;
  transform: none;
}

.cv-command-flow.is-visible article:nth-child(2) {
  transition-delay: 90ms;
}

.cv-command-flow.is-visible article:nth-child(3) {
  transition-delay: 180ms;
}

.cv-command-flow.is-visible article:nth-child(4) {
  transition-delay: 270ms;
}

.cv-command-flow article:hover {
  background: #fffaf0;
}

.cv-command-flow article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 4.5rem;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
}

.cv-command-flow small,
.cv-capability-card > span {
  color: #987222;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.cv-command-flow h3 {
  margin-top: 0.35rem;
  font-size: 1.15rem;
}

.cv-command-flow p {
  color: var(--blue);
  font-size: 0.83rem;
}

.cv-capability-section {
  background:
    radial-gradient(circle at 78% 20%, rgba(201, 163, 78, 0.13), transparent 20%),
    var(--bone);
}

.cv-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  gap: 1rem;
}

.cv-capability-card {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.58);
  padding: 1.4rem;
}

.cv-capability-card h3 {
  margin-top: 2.5rem;
}

.cv-capability-card p {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 0.83rem;
}

.cv-capability-feature {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  background:
    linear-gradient(rgba(112, 128, 159, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 128, 159, 0.08) 1px, transparent 1px),
    var(--ink);
  background-size: 32px 32px;
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.cv-capability-feature h3 {
  max-width: 360px;
  margin-top: 1.5rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.8vw, 2.7rem);
  letter-spacing: -0.04em;
}

.cv-capability-feature p {
  max-width: 420px;
  color: rgba(255, 255, 255, 0.62);
}

.cv-evidence-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(400px, 0.72fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.cv-evidence-copy .check-list {
  color: rgba(255, 255, 255, 0.68);
}

.cv-evidence-copy .check-list strong {
  color: var(--white);
}

.cv-evidence-wide {
  position: relative;
  height: 700px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px 110px 30px 30px;
}

.cv-evidence-wide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.cv-evidence-timeline {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 56px;
  left: 18px;
  display: grid;
  gap: 0.5rem;
}

.cv-evidence-timeline span {
  display: grid;
  grid-template-columns: 14px 90px 1fr;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  background: rgba(14, 13, 11, 0.8);
  color: white;
  padding: 0.55rem 0.7rem;
  backdrop-filter: blur(12px);
}

.cv-evidence-timeline i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.cv-evidence-timeline b {
  font-size: 0.68rem;
}

.cv-evidence-timeline small {
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.58rem;
}

.cv-role-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.8rem;
}

.cv-role-grid article {
  min-height: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  padding: 1.25rem;
  opacity: 0.65;
  transform: translateY(24px);
  transition:
    border-color 260ms ease,
    box-shadow 260ms ease,
    opacity 600ms ease,
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.cv-role-grid.is-visible article {
  opacity: 1;
  transform: none;
}

.cv-role-grid.is-visible article:nth-child(2) {
  transition-delay: 90ms;
}

.cv-role-grid.is-visible article:nth-child(3) {
  transition-delay: 180ms;
}

.cv-role-grid.is-visible article:nth-child(4) {
  transition-delay: 270ms;
}

.cv-role-grid.is-visible article:nth-child(5) {
  transition-delay: 360ms;
}

.cv-role-grid article::before {
  height: 4px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0);
}

.cv-role-grid.is-visible article::before {
  animation: cv-role-card-signal 8s ease-in-out infinite;
}

.cv-role-grid.is-visible article:nth-child(2)::before {
  animation-delay: 1.4s;
}

.cv-role-grid.is-visible article:nth-child(3)::before {
  animation-delay: 2.8s;
}

.cv-role-grid.is-visible article:nth-child(4)::before {
  animation-delay: 4.2s;
}

.cv-role-grid.is-visible article:nth-child(5)::before {
  animation-delay: 5.6s;
}

.cv-role-grid article:hover {
  border-color: rgba(201, 163, 78, 0.68);
  box-shadow: 0 20px 50px rgba(26, 22, 14, 0.1);
  transform: translateY(-7px);
}

.cv-role-grid b {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
}

.cv-role-grid h3 {
  margin-top: auto;
}

.cv-role-grid p {
  margin-bottom: 0;
  color: var(--blue);
  font-size: 0.8rem;
}

.cv-outcome-section {
  background: var(--gold-soft);
}

.cv-outcome-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(450px, 1.15fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.cv-outcome-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(14, 13, 11, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.4);
  padding: clamp(1.5rem, 5vw, 3rem);
}

.cv-outcome-map::after {
  width: 260px;
  height: 260px;
  position: absolute;
  right: -120px;
  bottom: -150px;
  border: 1px solid rgba(154, 116, 30, 0.16);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(154, 116, 30, 0.04);
  content: "";
  pointer-events: none;
}

.cv-outcome-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cv-outcome-map-head span {
  color: #775815;
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cv-outcome-map-head small {
  color: var(--muted);
  font-size: 0.61rem;
}

.cv-outcome-scroll {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-color: rgba(154, 116, 30, 0.5) transparent;
  scrollbar-width: thin;
}

.cv-outcome-scroll:focus-visible {
  border-radius: 12px;
  outline: 3px solid rgba(154, 116, 30, 0.48);
  outline-offset: 4px;
}

.cv-outcome-steps {
  min-width: 720px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(7, minmax(88px, 1fr));
  gap: 0;
  margin: 0;
  padding: 1.15rem 0 0.8rem;
  list-style: none;
}

.cv-outcome-steps::before,
.cv-outcome-steps::after {
  height: 2px;
  position: absolute;
  z-index: 0;
  top: 35px;
  right: 7.2%;
  left: 7.2%;
  border-radius: 999px;
  content: "";
  transform-origin: left center;
}

.cv-outcome-steps::before {
  background: rgba(14, 13, 11, 0.14);
}

.cv-outcome-steps::after {
  background: linear-gradient(90deg, #8d6819, var(--gold), #8d6819);
  box-shadow: 0 0 14px rgba(201, 163, 78, 0.34);
  transform: scaleX(0);
}

.cv-outcome-map.is-visible .cv-outcome-steps::after {
  animation: cv-outcome-line 7.7s ease-in-out infinite;
}

.cv-outcome-steps li {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: var(--ink);
  text-align: center;
}

.cv-outcome-steps li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(14, 13, 11, 0.16);
  border-radius: 50%;
  background: var(--paper);
  color: #8d6819;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.55);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68rem;
}

.cv-outcome-map.is-visible .cv-outcome-steps li > span {
  animation: cv-outcome-node 7.7s ease-in-out infinite;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(2) > span {
  animation-delay: 1.1s;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(3) > span {
  animation-delay: 2.2s;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(4) > span {
  animation-delay: 3.3s;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(5) > span {
  animation-delay: 4.4s;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(6) > span {
  animation-delay: 5.5s;
}

.cv-outcome-map.is-visible .cv-outcome-steps li:nth-child(7) > span {
  animation-delay: 6.6s;
}

.cv-outcome-steps strong {
  margin-top: 0.85rem;
  font-size: 0.76rem;
  text-transform: uppercase;
}

.cv-outcome-steps small {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.58rem;
}

.cv-outcome-map > p {
  position: relative;
  z-index: 1;
  margin: 0.7rem 0 0;
  border-top: 1px solid rgba(14, 13, 11, 0.1);
  padding-top: 0.85rem;
  color: var(--muted);
  font-size: 0.69rem;
}

.cv-download-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(201, 163, 78, 0.16), transparent 27%),
    linear-gradient(rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    var(--ink);
  background-size: auto, 52px 52px, 52px 52px, auto;
  color: var(--white);
  padding-block: clamp(5rem, 10vw, 9rem);
  scroll-margin-top: 76px;
}

.cv-download-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 8rem);
}

.cv-download-copy h2 {
  max-width: 800px;
}

.cv-download-copy > p:not(.eyebrow):not(.cv-download-note) {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1.05rem;
}

.cv-download-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 2rem;
}

.cv-store-card {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.85rem 1rem;
  opacity: 0.84;
}

.cv-store-card-active {
  color: var(--white);
  opacity: 1;
  text-decoration: none;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.cv-store-card-active:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 163, 78, 0.58);
  background: rgba(201, 163, 78, 0.12);
}

.cv-store-card-active:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.cv-store-symbol {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--gold);
  color: var(--ink);
  font-size: 0.8rem;
}

.cv-apple-symbol {
  font-size: 1rem;
}

.cv-store-card small,
.cv-store-card strong {
  display: block;
}

.cv-store-card small {
  color: var(--gold-bright);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.cv-store-card strong {
  margin-top: 0.2rem;
  font-size: 0.72rem;
  line-height: 1.25;
}

.cv-download-note {
  max-width: 690px;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.68rem;
}

.cv-download-steps {
  display: grid;
  gap: 0.55rem;
}

.cv-download-steps > span {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.2rem;
}

.cv-download-steps small {
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.cv-download-steps > i {
  width: 1px;
  height: 38px;
  margin-left: 1.3rem;
  background: linear-gradient(var(--gold), transparent);
}

@keyframes cv-app-hero-drift {
  from {
    transform: scale(1.015) translate3d(-0.35%, 0, 0);
  }

  to {
    transform: scale(1.07) translate3d(0.6%, -0.4%, 0);
  }
}

@keyframes cv-app-phone-hover {
  0%,
  100% {
    transform: translateY(0) rotate(var(--phone-rotate)) scale(var(--phone-scale));
  }

  50% {
    transform: translateY(-12px) rotate(1.2deg) scale(var(--phone-scale));
  }
}

@keyframes cv-app-orbit-turn {
  to {
    transform: rotate(360deg);
  }
}

@keyframes cv-app-float-card {
  0%,
  100% {
    transform: translateY(0) rotate(-1.5deg);
  }

  50% {
    transform: translateY(-9px) rotate(-0.6deg);
  }
}

@keyframes cv-app-hero-scan {
  0%,
  12% {
    left: -170px;
    opacity: 0;
  }

  18% {
    opacity: 1;
  }

  54% {
    left: calc(100% + 30px);
    opacity: 0;
  }

  100% {
    left: calc(100% + 30px);
    opacity: 0;
  }
}

@keyframes cv-app-signal-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 163, 78, 0.42);
  }

  75%,
  100% {
    box-shadow: 0 0 0 17px rgba(201, 163, 78, 0);
  }
}

@keyframes cv-role-card-signal {
  0%,
  10% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left center;
  }

  16%,
  27% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: left center;
  }

  34% {
    opacity: 0;
    transform: scaleX(0);
    transform-origin: right center;
  }

  100% {
    opacity: 0;
    transform: scaleX(0);
  }
}

@keyframes cv-outcome-line {
  0%,
  4% {
    transform: scaleX(0);
  }

  88%,
  96% {
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    transform: scaleX(1);
  }
}

@keyframes cv-outcome-node {
  0%,
  12%,
  38%,
  100% {
    border-color: rgba(14, 13, 11, 0.16);
    background: var(--paper);
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.55);
    color: #8d6819;
    transform: scale(1);
  }

  20%,
  28% {
    border-color: #8d6819;
    background: var(--gold);
    box-shadow:
      0 0 0 6px rgba(255, 255, 255, 0.62),
      0 0 24px rgba(201, 163, 78, 0.5);
    color: var(--ink);
    transform: scale(1.12);
  }
}

@property --ring-progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

@media (max-width: 1080px) {
  .cv-hero-grid,
  .cv-app-hero-layout {
    grid-template-columns: 1fr;
  }

  .cv-hero-copy {
    max-width: 850px;
  }

  .cv-hero-visual {
    min-height: 500px;
  }

  .cv-hero-visual img {
    height: 500px;
  }

  .cv-app-layout {
    grid-template-columns: minmax(220px, 0.65fr) minmax(0, 1.35fr);
  }

  .cv-phone-wrap {
    grid-column: 1 / -1;
  }

  .cv-app-hero-stage {
    min-height: 720px;
  }

  .cv-command-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-capability-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cv-role-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .cv-hero::before {
    background: linear-gradient(180deg, rgba(14, 13, 11, 0.92), rgba(14, 13, 11, 0.4));
  }

  .cv-hero-grid,
  .cv-app-hero-layout {
    min-height: auto;
    padding-block: 4.5rem;
  }

  .cv-hero-copy h1,
  .cv-app-hero-copy h1 {
    font-size: clamp(2.45rem, 9.2vw, 3.35rem);
  }

  .cv-product-split,
  .cv-pulse-layout,
  .cv-evidence-layout,
  .cv-outcome-layout,
  .cv-download-layout {
    grid-template-columns: 1fr;
  }

  .cv-product-card {
    min-height: 510px;
  }

  .cv-metrics-intro {
    grid-template-columns: 1fr;
  }

  .cv-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-metric:nth-child(2) {
    border-right: 0;
  }

  .cv-metric:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(14, 13, 11, 0.2);
  }

  .cv-pulse-layout {
    gap: 2.5rem;
  }

  .cv-app-layout {
    grid-template-columns: 1fr;
  }

  .cv-evidence-visual {
    width: min(100%, 520px);
    height: 550px;
  }

  .cv-app-copy {
    order: -1;
  }

  .cv-app-hero-stage {
    min-height: 700px;
  }

  .cv-app-hero-image,
  .cv-app-hero-scan {
    right: 0;
    left: 0;
  }

  .cv-phone-feature {
    --phone-scale: 0.72;
    right: -12px;
  }

  .cv-app-float-one {
    left: 0;
  }

  .cv-app-float-two {
    right: 0;
  }

  .cv-command-intro {
    grid-template-columns: 1fr;
  }

  .cv-command-image {
    min-height: 340px;
  }

  .cv-command-image img {
    min-height: 340px;
  }

  .cv-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-capability-feature {
    grid-column: span 2;
  }

  .cv-evidence-wide {
    width: min(100%, 560px);
    height: 650px;
  }

  .cv-role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-role-grid article {
    min-height: 240px;
  }

  .cv-download-steps {
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
  }

  .cv-download-steps > span {
    display: grid;
    gap: 0.35rem;
  }

  .cv-download-steps > i {
    display: none;
  }
}

@media (max-width: 560px) {
  .cv-hero-visual {
    min-height: 390px;
    border-radius: 24px 24px 75px 24px;
  }

  .cv-hero-visual img {
    height: 390px;
  }

  .cv-float-top {
    top: 18px;
    left: 10px;
  }

  .cv-float-bottom {
    right: 10px;
    bottom: 52px;
  }

  .cv-hero-float {
    min-width: 155px;
    padding: 0.62rem 0.75rem;
  }

  .cv-product-card {
    min-height: auto;
  }

  .cv-metrics {
    grid-template-columns: 1fr;
  }

  .cv-metric {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(14, 13, 11, 0.2);
  }

  .cv-metric:last-child {
    border-bottom: 0;
  }

  .cv-countdown-head,
  .cv-project-head {
    display: grid;
  }

  .cv-countdown-main {
    grid-template-columns: 1fr;
  }

  .cv-progress-ring {
    width: 150px;
    height: 150px;
  }

  .cv-progress-ring::before {
    width: 120px;
    height: 120px;
  }

  .cv-evidence-visual {
    height: 480px;
    border-radius: 70px 20px 20px 20px;
  }

  .cv-phone {
    width: min(100%, 310px);
    min-height: 630px;
  }

  .cv-phone-screen {
    min-height: 582px;
  }

  .cv-app-hero-stage {
    min-height: 590px;
  }

  .cv-app-hero-image {
    top: 54px;
    right: 0;
    bottom: 76px;
    left: 0;
    border-radius: 24px 72px 24px 24px;
    clip-path: inset(0 6% 0 0 round 24px 72px 24px 24px);
  }

  .cv-app-hero-image.is-visible {
    clip-path: inset(0 round 24px 72px 24px 24px);
  }

  .cv-app-hero-image img {
    object-position: 43% center;
  }

  .cv-app-hero-scan {
    top: 54px;
    right: 0;
    bottom: 76px;
    left: 0;
    border-radius: 24px 72px 24px 24px;
  }

  .cv-app-hero-image figcaption {
    right: 14px;
    bottom: 12px;
    left: 14px;
    max-width: 48%;
    font-size: 0.52rem;
  }

  .cv-phone-feature {
    --phone-scale: 0.54;
    top: 82px;
    right: -5px;
  }

  .cv-orbit-one {
    width: 410px;
    height: 410px;
  }

  .cv-orbit-two {
    width: 520px;
    height: 520px;
  }

  .cv-app-float {
    display: none;
  }

  .cv-command-flow,
  .cv-capability-grid,
  .cv-role-grid,
  .cv-download-actions {
    grid-template-columns: 1fr;
  }

  .cv-command-flow article {
    min-height: 260px;
  }

  .cv-command-flow article > span {
    margin-bottom: 2.5rem;
  }

  .cv-command-image {
    min-height: 300px;
    border-radius: 22px 60px 22px 22px;
  }

  .cv-command-image img {
    min-height: 300px;
  }

  .cv-command-image-tags {
    right: 12px;
    bottom: 46px;
    left: 12px;
  }

  .cv-command-image-tags span {
    padding: 0.58rem;
  }

  .cv-capability-feature {
    grid-column: auto;
    grid-row: auto;
    min-height: 420px;
  }

  .cv-evidence-wide {
    height: 580px;
    border-radius: 22px 70px 22px 22px;
  }

  .cv-evidence-timeline span {
    grid-template-columns: 12px 75px 1fr;
  }

  .cv-download-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .cv-outcome-map {
    padding: 1.15rem;
  }

  .cv-outcome-map-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-metrics,
  .cv-countdown-card,
  .cv-command-flow,
  .cv-command-flow article,
  .cv-command-image,
  .cv-role-grid article,
  .cv-app-hero-image {
    opacity: 1;
    transform: none;
  }

  .cv-app-hero-image {
    clip-path: none;
  }

  .cv-app-hero-image img,
  .cv-app-hero-scan i,
  .cv-app-hero-scan span,
  .cv-phone-feature,
  .cv-orbit,
  .cv-app-float,
  .cv-role-grid article::before,
  .cv-outcome-steps::after,
  .cv-outcome-steps li > span {
    animation: none;
  }

  .cv-outcome-steps::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .cv-role-grid article:hover {
    transform: none;
  }
}

/* Compact typography with motion that responds to attention. */

.hero h1,
.page-hero h1 {
  overflow-wrap: anywhere;
  animation: cv-headline-enter 720ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.hero .lede,
.page-hero .lede {
  animation: cv-copy-enter 680ms 120ms ease-out;
}

main h1,
main h2,
main h3 {
  transform-origin: left center;
}

@keyframes cv-headline-enter {
  from {
    letter-spacing: -0.075em;
    transform: translateY(12px) scale(0.99);
  }

  to {
    transform: none;
  }
}

@keyframes cv-copy-enter {
  from {
    transform: translateY(8px);
  }

  to {
    transform: none;
  }
}

@media (hover: hover) and (pointer: fine) {
  main h1,
  main h2,
  .card h3,
  .cv-product-card h3,
  .cv-capability-card h3,
  .cv-role-grid h3 {
    transition:
      transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1),
      color 260ms ease,
      text-shadow 260ms ease;
  }

  main h1:hover,
  main h2:hover {
    color: inherit;
    text-shadow: 0 12px 32px rgba(201, 163, 78, 0.14);
    transform: translateY(-3px) scale(1.05);
  }

  .card:hover h3,
  .cv-product-card:hover h3,
  .cv-capability-card:hover h3,
  .cv-role-grid article:hover h3 {
    color: #a47718;
    transform: translateY(-2px) scale(1.045);
  }

  .section-dark .card:hover h3,
  .cv-product-app:hover h3,
  .cv-capability-feature:hover h3 {
    color: var(--gold-bright);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1,
  .page-hero h1,
  .hero .lede,
  .page-hero .lede {
    animation: none;
  }

  main h1:hover,
  main h2:hover,
  .card:hover h3,
  .cv-product-card:hover h3,
  .cv-capability-card:hover h3,
  .cv-role-grid article:hover h3 {
    transform: none;
  }
}

/* ──────────────────────────────────────────────────────────────────────────
   CivVision Build packages — clear scope, compact comparison
   ────────────────────────────────────────────────────────────────────────── */

#packages,
#essential-scope,
#compare-packages,
#interior-boundary,
#scope-clarity {
  scroll-margin-top: 88px;
}

.cv-package-showcase {
  overflow: hidden;
}

.cv-package-head {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.58fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 6rem);
}

.cv-package-head > div h2 {
  max-width: 820px;
}

.cv-package-head > .lede,
.cv-package-head > .cv-light-lede {
  margin-bottom: 1.25rem;
}

.cv-rate-notice {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 1.4rem;
  margin-bottom: 1.2rem;
  border: 1px solid #ddc984;
  border-radius: 16px;
  background: #faf1d6;
  padding: 0.9rem 1.1rem;
}

.cv-rate-notice strong {
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-rate-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.cv-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
  opacity: 0.45;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.cv-package-grid.is-visible {
  opacity: 1;
  transform: none;
}

.cv-package-card {
  min-height: 520px;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  padding: 1.25rem;
  box-shadow: 0 12px 34px rgba(26, 22, 14, 0.055);
  transition:
    transform 240ms cubic-bezier(0.2, 0.75, 0.2, 1),
    border-color 240ms ease,
    box-shadow 240ms ease;
}

.cv-package-card::after {
  position: absolute;
  right: -80px;
  bottom: -96px;
  width: 215px;
  height: 215px;
  border: 1px solid rgba(201, 163, 78, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(201, 163, 78, 0.035),
    0 0 0 82px rgba(201, 163, 78, 0.02);
  content: "";
  pointer-events: none;
}

.cv-package-card:hover {
  z-index: 2;
  border-color: var(--gold);
  box-shadow: 0 24px 58px rgba(26, 22, 14, 0.14);
  transform: translateY(-8px);
}

.cv-package-featured {
  border-color: #b58b31;
  background:
    linear-gradient(145deg, rgba(201, 163, 78, 0.16), transparent 46%),
    var(--white);
}

.cv-package-interiors {
  border-color: #2f2d28;
  background:
    linear-gradient(rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 28px 28px;
  color: var(--white);
}

.cv-package-interiors p,
.cv-package-interiors li {
  color: rgba(255, 253, 247, 0.68);
}

.cv-package-interiors a,
.cv-package-interiors .cv-package-topline small {
  color: var(--gold-bright);
}

.cv-package-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3rem;
}

.cv-package-topline span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.cv-package-topline small {
  color: #8f6817;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.cv-package-card h3 {
  margin-bottom: 0.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.cv-package-rate {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.26rem;
  margin: 0 0 1rem;
}

.cv-package-rate small {
  width: 100%;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-package-rate strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3vw, 2.75rem);
  letter-spacing: -0.06em;
  line-height: 0.92;
  transition: transform 240ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-package-card:hover .cv-package-rate strong {
  transform: scale(1.07);
  transform-origin: left center;
}

.cv-package-rate span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 750;
}

.cv-package-interiors .cv-package-rate small,
.cv-package-interiors .cv-package-rate span {
  color: rgba(255, 253, 247, 0.5);
}

.cv-package-card > p:not(.cv-package-rate) {
  color: var(--muted);
  font-size: 0.82rem;
}

.cv-package-card ul {
  display: grid;
  gap: 0.62rem;
  margin: 1rem 0 1.5rem;
  padding: 0;
  color: var(--charcoal);
  font-size: 0.75rem;
  list-style: none;
}

.cv-package-card li {
  position: relative;
  padding-left: 1.05rem;
}

.cv-package-card li::before {
  position: absolute;
  top: 0.12em;
  left: 0;
  color: var(--gold);
  content: "✓";
  font-weight: 900;
}

.cv-package-card > a {
  position: relative;
  z-index: 2;
  margin-top: auto;
  color: #865f0d;
  font-size: 0.75rem;
  font-weight: 900;
  text-decoration: none;
}

.cv-popular {
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 0 0 9px 9px;
  background: var(--gold);
  padding: 0.34rem 0.64rem;
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cv-package-footnote {
  max-width: 880px;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.cv-included-panel {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(2.5rem, 6vw, 5rem);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 24%, rgba(201, 163, 78, 0.2), transparent 28%),
    var(--ink);
  color: var(--white);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.cv-included-panel h3 {
  max-width: 430px;
  margin-bottom: 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.cv-included-panel > div > p:last-child {
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.78rem;
}

.cv-included-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cv-included-grid li {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  padding: 0.65rem 0.7rem;
  color: rgba(255, 253, 247, 0.78);
  font-size: 0.68rem;
  font-weight: 800;
}

.cv-included-grid li::before {
  margin-right: 0.45rem;
  color: var(--gold-bright);
  content: "✓";
}

.cv-build-reveal {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 16%, rgba(201, 163, 78, 0.15), transparent 27%),
    var(--paper);
}

.cv-before-after {
  min-height: 280px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(77, 62, 30, 0.22);
  border-radius: clamp(20px, 3vw, 34px);
  background: #c9c3b6;
  box-shadow: 0 30px 80px rgba(30, 24, 12, 0.15);
  opacity: 0.5;
  outline: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease,
    box-shadow 220ms ease;
}

.cv-before-after.is-visible {
  opacity: 1;
  transform: none;
}

.cv-before-after:focus-visible {
  box-shadow:
    0 0 0 4px rgba(201, 163, 78, 0.36),
    0 30px 80px rgba(30, 24, 12, 0.15);
}

.cv-before-after-base,
.cv-before-after-finish,
.cv-before-after-finish img {
  width: 100%;
  height: 100%;
  display: block;
}

.cv-before-after-base {
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.cv-before-after-finish {
  position: absolute;
  inset: 0;
  overflow: hidden;
  clip-path: inset(0 94% 0 0);
  animation: cv-build-finish-reveal 13s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.cv-before-after-finish img {
  object-fit: cover;
}

.cv-before-after-handle {
  width: 3px;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 6%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 24px rgba(12, 10, 7, 0.34);
  animation: cv-build-handle-reveal 13s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}

.cv-before-after-handle i {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: rgba(14, 13, 11, 0.84);
  color: #fff;
  font-style: normal;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.cv-before-after-handle i::before {
  content: "‹  ›";
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.cv-visual-label {
  position: absolute;
  z-index: 4;
  top: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(14, 13, 11, 0.76);
  padding: 0.44rem 0.66rem;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.cv-visual-label-before {
  left: 1rem;
}

.cv-visual-label-after {
  right: 1rem;
  background: rgba(139, 99, 18, 0.84);
}

.cv-visual-note {
  max-width: 910px;
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.66rem;
}

.cv-before-after:hover .cv-before-after-finish,
.cv-before-after:hover .cv-before-after-handle,
.cv-before-after:focus .cv-before-after-finish,
.cv-before-after:focus .cv-before-after-handle {
  animation-play-state: paused;
}

@keyframes cv-build-finish-reveal {
  0%,
  12%,
  100% {
    clip-path: inset(0 94% 0 0);
  }

  45%,
  58% {
    clip-path: inset(0 5% 0 0);
  }

  91% {
    clip-path: inset(0 94% 0 0);
  }
}

@keyframes cv-build-handle-reveal {
  0%,
  12%,
  100% {
    left: 6%;
  }

  45%,
  58% {
    left: 95%;
  }

  91% {
    left: 6%;
  }
}

.cv-base-scope {
  background:
    linear-gradient(rgba(14, 13, 11, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14, 13, 11, 0.025) 1px, transparent 1px),
    var(--bone);
  background-size: 42px 42px;
}

.cv-scope-accordion {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cv-scope-accordion details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.cv-scope-accordion details[open] {
  grid-column: 1 / -1;
  border-color: #c5a351;
  box-shadow: 0 18px 46px rgba(34, 27, 13, 0.08);
}

.cv-scope-accordion summary {
  min-height: 82px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.8rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
  transition: background 180ms ease;
}

.cv-scope-accordion summary::-webkit-details-marker {
  display: none;
}

.cv-scope-accordion summary::after {
  width: 24px;
  height: 24px;
  display: grid;
  grid-column: 3;
  grid-row: 1;
  place-items: center;
  margin-left: 0.5rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #866113;
  content: "+";
  font-weight: 900;
}

.cv-scope-accordion details[open] summary::after {
  content: "−";
}

.cv-scope-accordion summary:hover {
  background: #f4eedf;
}

.cv-scope-accordion summary > span {
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.cv-scope-accordion summary strong {
  font-size: 0.9rem;
}

.cv-scope-accordion summary small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.64rem;
}

.cv-scope-accordion details > div {
  padding: 0 1.4rem 1.35rem 4.4rem;
}

.cv-scope-accordion details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 2.2rem;
  margin: 0;
  padding-left: 1rem;
  color: var(--muted);
  font-size: 0.78rem;
}

.cv-brand-section {
  overflow: hidden;
}

.cv-material-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.045);
  opacity: 0.45;
  transform: translateY(20px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}

.cv-material-spotlight.is-visible {
  opacity: 1;
  transform: none;
}

.cv-material-image {
  min-height: 360px;
  position: relative;
  overflow: hidden;
  margin: 0;
}

.cv-material-image::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 62%, rgba(14, 13, 11, 0.32)),
    linear-gradient(180deg, transparent 65%, rgba(14, 13, 11, 0.3));
  content: "";
  pointer-events: none;
}

.cv-material-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
  object-fit: cover;
  transform: scale(1.015);
}

.cv-material-spotlight.is-visible .cv-material-image img {
  animation: cv-material-drift 12s ease-in-out infinite alternate;
}

.cv-material-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3.2rem);
}

.cv-material-copy > span {
  color: var(--gold-bright);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cv-material-copy h3 {
  max-width: 420px;
  margin: 0.7rem 0 0.8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.cv-material-copy p {
  margin: 0;
  color: rgba(255, 253, 247, 0.58);
  font-size: 0.76rem;
}

.cv-material-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}

.cv-material-copy li {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  padding: 0.42rem 0.65rem;
  color: rgba(255, 253, 247, 0.72);
  font-size: 0.61rem;
  font-weight: 850;
}

@keyframes cv-material-drift {
  from {
    transform: scale(1.015) translate3d(-0.4%, 0, 0);
  }

  to {
    transform: scale(1.055) translate3d(0.6%, -0.6%, 0);
  }
}

.cv-brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.cv-brand-category {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  padding: 1rem;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.cv-brand-category::after {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -75px;
  right: -70px;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 25px currentColor;
  content: "";
  opacity: 0.06;
  pointer-events: none;
}

.cv-brand-category:hover {
  border-color: rgba(201, 163, 78, 0.48);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
}

.cv-brand-category header {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.cv-brand-category header small {
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.8rem;
  font-weight: 800;
}

.cv-brand-category header h3 {
  margin: 0;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: -0.01em;
}

.cv-brand-category header span {
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.53rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-brand-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.48rem;
}

.cv-brand-list-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cv-brand-mark {
  min-width: 0;
  min-height: 96px;
  position: relative;
  display: grid;
  grid-template-rows: 54px auto;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 16, 12, 0.08);
  border-radius: 13px;
  background: #fffefb;
  padding: 0.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition:
    transform 220ms cubic-bezier(0.2, 0.75, 0.2, 1),
    box-shadow 220ms ease;
}

.cv-brand-mark::before {
  width: 45%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -65%;
  background: linear-gradient(90deg, transparent, rgba(201, 163, 78, 0.12), transparent);
  content: "";
  transform: skewX(-16deg);
  transition: left 480ms ease;
}

.cv-brand-mark:hover {
  z-index: 2;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.17);
  transform: scale(1.035);
}

.cv-brand-mark:hover::before {
  left: 125%;
}

.cv-brand-mark > span {
  min-width: 0;
  height: 50px;
  display: grid;
  place-items: center;
}

.cv-brand-mark img {
  width: auto;
  height: auto;
  max-width: min(100%, 112px);
  max-height: 45px;
  object-fit: contain;
}

.cv-brand-mark-compact img {
  max-width: 36px;
  max-height: 36px;
}

.cv-brand-mark strong {
  overflow: hidden;
  color: #3b372e;
  font-size: 0.56rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cv-brand-category > p {
  margin: 0.75rem 0 0;
  color: rgba(255, 253, 247, 0.43);
  font-size: 0.6rem;
}

.cv-brand-cement {
  color: #f3cf60;
}

.cv-brand-steel {
  color: #83b8ef;
}

.cv-brand-pipes {
  color: #f7be49;
}

.cv-brand-wire {
  color: #ef655e;
}

.cv-brand-bath {
  color: #75c5e8;
}

.cv-brand-paint {
  color: #d699f2;
}

.cv-brand-hardware {
  color: #7bd195;
}

.cv-brand-tiles {
  color: #e7d5b1;
}

.cv-trademark-note {
  max-width: 960px;
  margin: 1.2rem 0 0;
  color: rgba(255, 253, 247, 0.42);
  font-size: 0.66rem;
}

.cv-comparison-scroll {
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(25, 20, 11, 0.07);
}

.cv-comparison-table {
  min-width: 1040px;
  table-layout: fixed;
  font-size: 0.74rem;
}

.cv-comparison-table th,
.cv-comparison-table td {
  padding: 0.9rem 0.8rem;
}

.cv-comparison-table thead th {
  position: sticky;
  top: 68px;
  z-index: 2;
  background: var(--ink);
  color: var(--white);
}

.cv-comparison-table thead th:first-child {
  z-index: 4;
  left: 0;
}

.cv-comparison-table thead span {
  color: var(--gold-bright);
  font-size: 0.72rem;
  letter-spacing: 0;
}

.cv-comparison-table tbody th {
  width: 170px;
  position: sticky;
  left: 0;
  z-index: 1;
  background: #eee8db;
  color: var(--ink);
  font-size: 0.68rem;
}

.cv-comparison-table tbody tr:nth-child(even) td {
  background: #f8f5ee;
}

.cv-comparison-table td {
  color: var(--muted);
  line-height: 1.45;
}

.cv-interior-boundary {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}

.cv-interior-boundary > div {
  min-height: 245px;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
}

.cv-interior-boundary > div:last-child {
  border-right: 0;
}

.cv-interior-boundary > div:first-child {
  background:
    linear-gradient(rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 28px 28px;
  color: var(--white);
}

.cv-interior-boundary h3 {
  max-width: 340px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.cv-interior-boundary strong {
  display: block;
  margin-bottom: 1rem;
  color: #805b0d;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-interior-boundary p {
  margin: 0;
  color: var(--muted);
  font-size: 0.74rem;
}

.cv-clarity-section {
  background:
    radial-gradient(circle at 92% 4%, rgba(201, 163, 78, 0.17), transparent 22%),
    var(--bone);
}

.cv-clarity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.7rem;
}

.cv-clarity-grid article {
  min-height: 240px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.58);
  padding: 1.15rem;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.cv-clarity-grid article:hover {
  border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(25, 20, 11, 0.1);
  transform: translateY(-5px);
}

.cv-clarity-grid article > span {
  display: block;
  margin-bottom: 3rem;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.cv-clarity-grid h3 {
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
}

.cv-clarity-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.cv-contract-note {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: 1.5rem;
  margin-top: 1rem;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: var(--gold-soft);
  padding: 1.15rem 1.3rem;
}

.cv-contract-note strong {
  font-size: 0.76rem;
}

.cv-contract-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
}

.cv-package-faq {
  max-width: 980px;
}

.cv-home-package-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 163, 78, 0.16), transparent 22%),
    var(--bone);
}

.cv-home-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(24, 20, 12, 0.08);
  opacity: 0.42;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.cv-home-package-grid.is-visible {
  opacity: 1;
  transform: none;
}

.cv-home-package-grid > a {
  min-height: 285px;
  position: relative;
  display: block;
  overflow: hidden;
  border-right: 1px solid var(--line);
  padding: 1.25rem;
  text-decoration: none;
  transition:
    background 220ms ease,
    transform 220ms ease;
}

.cv-home-package-grid > a:last-child {
  border-right: 0;
}

.cv-home-package-grid > a:hover {
  z-index: 2;
  background: #f4eedf;
  transform: translateY(-4px);
}

.cv-home-package-grid .featured {
  background: #faf1d7;
}

.cv-home-package-grid .interiors {
  background:
    linear-gradient(rgba(201, 163, 78, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.055) 1px, transparent 1px),
    var(--ink);
  background-size: 26px 26px;
  color: var(--white);
}

.cv-home-package-grid .interiors:hover {
  background-color: var(--ink-soft);
}

.cv-home-package-grid small {
  display: block;
  margin-bottom: 4.2rem;
  color: #855f11;
  font-size: 0.59rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.cv-home-package-grid .interiors small {
  color: var(--gold-bright);
}

.cv-home-package-grid strong {
  display: inline-block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 3.4vw, 3.15rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
  transition: transform 220ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-home-package-grid > a:hover strong {
  transform: scale(1.07);
  transform-origin: left center;
}

.cv-home-package-grid > a > span {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 750;
}

.cv-home-package-grid .interiors > span {
  color: rgba(255, 255, 255, 0.5);
}

.cv-home-package-grid p {
  max-width: 190px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}

.cv-home-package-grid .interiors p {
  color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1080px) {
  .cv-package-grid,
  .cv-brand-grid,
  .cv-clarity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-package-card {
    min-height: 470px;
  }

  .cv-home-package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-home-package-grid > a:nth-child(2) {
    border-right: 0;
  }

  .cv-home-package-grid > a:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .cv-interior-boundary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-interior-boundary > div:nth-child(2) {
    border-right: 0;
  }

  .cv-interior-boundary > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 820px) {
  .cv-package-head,
  .cv-rate-notice,
  .cv-included-panel,
  .cv-contract-note {
    grid-template-columns: 1fr;
  }

  .cv-package-head {
    gap: 0.6rem;
  }

  .cv-package-head > .lede,
  .cv-package-head > .cv-light-lede {
    margin-bottom: 0;
  }

  .cv-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-material-spotlight {
    grid-template-columns: 1fr;
  }

  .cv-material-image,
  .cv-material-image img {
    min-height: 320px;
  }

  .cv-material-image::after {
    background: linear-gradient(180deg, transparent 62%, rgba(14, 13, 11, 0.4));
  }

  .cv-scope-accordion {
    grid-template-columns: 1fr;
  }

  .cv-scope-accordion details[open] {
    grid-column: auto;
  }

  .cv-scope-accordion details ul {
    grid-template-columns: 1fr;
  }

  .cv-comparison-table thead th {
    top: 62px;
  }
}

@media (max-width: 560px) {
  .cv-package-grid,
  .cv-brand-grid,
  .cv-clarity-grid,
  .cv-interior-boundary,
  .cv-home-package-grid {
    grid-template-columns: 1fr;
  }

  .cv-package-card {
    min-height: auto;
  }

  .cv-package-card > a {
    margin-top: 1.5rem;
  }

  .cv-package-topline {
    margin-bottom: 2.3rem;
  }

  .cv-included-grid {
    grid-template-columns: 1fr;
  }

  .cv-included-grid li {
    min-height: 48px;
  }

  .cv-scope-accordion summary {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .cv-scope-accordion summary::after {
    display: none;
  }

  .cv-scope-accordion details > div {
    padding: 0 1.1rem 1.15rem 2.9rem;
  }

  .cv-before-after {
    min-height: 0;
    border-radius: 18px;
  }

  .cv-before-after-handle i {
    width: 34px;
    height: 34px;
  }

  .cv-visual-label {
    top: 0.65rem;
    padding: 0.38rem 0.52rem;
    font-size: 0.5rem;
  }

  .cv-visual-label-before {
    left: 0.65rem;
  }

  .cv-visual-label-after {
    right: 0.65rem;
  }

  .cv-material-image,
  .cv-material-image img {
    min-height: 235px;
  }

  .cv-material-copy {
    padding: 1.25rem;
  }

  .cv-brand-category {
    padding: 0.8rem;
  }

  .cv-brand-category header {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .cv-brand-category header > span {
    display: none;
  }

  .cv-brand-mark {
    min-height: 90px;
  }

  .cv-interior-boundary > div,
  .cv-interior-boundary > div:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cv-interior-boundary > div:last-child {
    border-bottom: 0;
  }

  .cv-home-package-grid > a,
  .cv-home-package-grid > a:nth-child(2) {
    min-height: 235px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cv-home-package-grid > a:last-child {
    border-bottom: 0;
  }

  .cv-home-package-grid small {
    margin-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-package-grid,
  .cv-home-package-grid,
  .cv-before-after,
  .cv-material-spotlight {
    opacity: 1;
    transform: none;
  }

  .cv-before-after-finish {
    clip-path: inset(0 48% 0 0);
  }

  .cv-before-after-handle {
    left: 52%;
  }

  .cv-before-after-finish,
  .cv-before-after-handle,
  .cv-material-spotlight.is-visible .cv-material-image img {
    animation: none;
  }

  .cv-package-card:hover,
  .cv-package-card:hover .cv-package-rate strong,
  .cv-brand-category:hover,
  .cv-brand-mark:hover,
  .cv-clarity-grid article:hover,
  .cv-home-package-grid > a:hover,
  .cv-home-package-grid > a:hover strong {
    transform: none;
  }
}

/* Click-to-answer cost guide. */

.cv-guide-intro {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
  margin: 2rem 0 0.85rem;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #f3eddf;
  padding: 0.9rem 1rem;
}

.cv-guide-intro strong {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cv-guide-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.cv-guide-questions {
  display: grid;
  gap: 0.7rem;
}

.cv-guide-question {
  scroll-margin-top: 88px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.cv-guide-question:hover {
  border-color: #c8aa63;
}

.cv-guide-question[open] {
  border-color: var(--gold);
  box-shadow: 0 18px 45px rgba(32, 25, 12, 0.09);
}

.cv-guide-question summary {
  min-height: 104px;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  cursor: pointer;
  list-style: none;
}

.cv-guide-question summary::-webkit-details-marker {
  display: none;
}

.cv-guide-question summary::after {
  width: 30px;
  height: 30px;
  display: grid;
  grid-column: 3;
  grid-row: 1 / span 2;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: #805b0d;
  content: "+";
  font-weight: 900;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 220ms ease;
}

.cv-guide-question[open] summary::after {
  background: var(--gold);
  color: var(--ink);
  content: "−";
  transform: rotate(180deg);
}

.cv-guide-number {
  grid-row: 1 / span 2;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.article-body .cv-guide-question h2 {
  grid-column: 2;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  letter-spacing: -0.035em;
  line-height: 1.06;
  text-transform: none;
}

.cv-guide-question summary small {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.65rem;
}

.cv-guide-answer {
  border-top: 1px solid var(--line);
  padding: 1.4rem clamp(1.2rem, 4vw, 2.4rem) 1.6rem 4.15rem;
  color: var(--muted);
  font-size: 0.88rem;
}

.cv-guide-answer > *:last-child {
  margin-bottom: 0;
}

.cv-guide-answer .definition-grid {
  margin-top: 0;
}

.cv-learn-more {
  min-height: 44px;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 0.55rem;
  border-radius: 11px;
  background: var(--ink);
  color: var(--white);
  padding: 0.65rem 0.95rem;
  font-size: 0.72rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cv-learn-more:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.cv-learn-more span {
  transition: transform 180ms ease;
}

.cv-learn-more:hover span {
  transform: translateX(3px);
}

/* Interactive residential project story viewer. */

.cv-project-dialog {
  width: min(calc(100% - 40px), 1060px);
  height: min(720px, calc(100dvh - 40px));
  max-width: none;
  max-height: none;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: var(--paper);
  color: var(--ink);
  padding: 0;
  box-shadow: 0 45px 140px rgba(0, 0, 0, 0.52);
}

.cv-project-dialog[open] {
  animation: cv-dialog-enter 280ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-project-dialog::backdrop {
  background: rgba(8, 8, 7, 0.88);
  backdrop-filter: blur(9px);
}

.cv-project-dialog-shell {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(380px, 0.88fr);
}

.cv-project-dialog-visual {
  min-width: 0;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #171713;
}

.cv-project-dialog-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.28),
    rgba(0, 0, 0, 0.03) 43%,
    rgba(0, 0, 0, 0.88)
  );
  content: "";
  pointer-events: none;
}

.cv-project-dialog-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: cv-project-image-enter 420ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-project-dialog-badges {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.cv-project-dialog-badges span {
  border: 1px solid rgba(201, 163, 78, 0.34);
  border-radius: 999px;
  background: rgba(13, 13, 11, 0.82);
  color: var(--gold-bright);
  padding: 0.38rem 0.62rem;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.cv-project-dialog-badges span:last-child {
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 253, 247, 0.78);
}

.cv-project-dialog-visual-copy {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 28px;
  left: 28px;
  color: var(--white);
}

.cv-project-dialog-visual-copy small {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--gold-bright);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cv-project-dialog-visual-copy strong {
  display: block;
  margin-bottom: 0.65rem;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-wrap: balance;
}

.cv-project-dialog-location {
  max-width: 520px;
  display: flex;
  align-items: flex-start;
  gap: 0.42rem;
  margin: 0;
  color: rgba(255, 253, 247, 0.74);
  font-size: 0.76rem;
  line-height: 1.4;
}

.cv-project-dialog-location::before {
  flex: 0 0 auto;
  color: var(--gold-bright);
  content: "⌖";
}

.cv-project-dialog-content {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: var(--paper);
}

.cv-project-dialog-scroll {
  flex: 1;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 2.2rem 2rem 1.4rem;
  scrollbar-color: rgba(201, 163, 78, 0.42) transparent;
  scrollbar-width: thin;
}

.cv-project-dialog-count {
  margin-bottom: 0.55rem;
  color: #956b13;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.cv-project-dialog-title {
  margin-bottom: 0.4rem;
  padding-right: 1.5rem;
  font-family: inherit;
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.cv-project-dialog-client {
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 650;
}

.cv-project-dialog-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.cv-project-dialog-fact {
  min-width: 0;
  display: grid;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--bone);
  padding: 0.7rem 0.75rem;
}

.cv-project-dialog-fact small {
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cv-project-dialog-fact strong {
  overflow: hidden;
  font-size: 0.75rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cv-project-dialog-feedback {
  margin-top: 1.3rem;
}

.cv-project-dialog-feedback-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.65rem;
}

.cv-project-dialog-feedback-head strong {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.cv-project-dialog-feedback-head strong::before {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 163, 78, 0.13);
  color: #8e6714;
  content: "“";
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

.cv-project-dialog-feedback-head span {
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 750;
  text-align: right;
}

.cv-project-dialog-quote {
  margin: 0;
  color: #5f6170;
  font-size: 0.82rem;
  font-style: italic;
  line-height: 1.58;
}

.cv-project-dialog-quote cite {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 850;
}

.cv-project-dialog-feedback:not(.is-verified) .cv-project-dialog-quote {
  border: 1px solid rgba(112, 128, 159, 0.2);
  border-radius: 12px;
  background: rgba(112, 128, 159, 0.07);
  padding: 0.75rem;
  font-style: normal;
}

.cv-project-dialog-feedback:not(.is-verified)
  .cv-project-dialog-feedback-head
  strong::before {
  content: "?";
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 900;
}

.cv-project-dialog-workflow {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.2rem;
  border: 1px solid rgba(201, 163, 78, 0.22);
  border-radius: 15px;
  background:
    linear-gradient(rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.045) 1px, transparent 1px),
    var(--ink);
  background-size: 24px 24px;
  color: var(--white);
  padding: 0.85rem;
}

.cv-project-dialog-workflow > span {
  width: 30px;
  height: 30px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 9px;
  background: rgba(201, 163, 78, 0.13);
  color: var(--gold-bright);
  font-size: 0.8rem;
}

.cv-project-dialog-workflow strong {
  display: block;
  margin-bottom: 0.26rem;
  color: var(--gold-bright);
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-project-dialog-workflow p {
  margin: 0;
  color: rgba(255, 253, 247, 0.66);
  font-size: 0.65rem;
  line-height: 1.5;
}

.cv-project-dialog-start {
  width: 100%;
  min-height: 50px;
  margin-top: 0.85rem;
  border: 0;
  border-radius: 13px;
  background: var(--gold);
  color: var(--ink);
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.cv-project-dialog-start:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.cv-project-dialog-nav {
  min-height: 64px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid var(--line);
  padding: 0.65rem 0.85rem;
}

.cv-project-dialog-arrow,
.cv-project-dialog-close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cv-project-dialog-arrow {
  background: #eee8dc;
  color: var(--ink);
}

.cv-project-dialog-arrow:hover {
  background: var(--gold);
  transform: scale(1.04);
}

.cv-project-dialog-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
}

.cv-project-dialog-dot {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background: #d2c9ba;
  padding: 0;
  cursor: pointer;
  transition:
    background 180ms ease,
    width 180ms ease;
}

.cv-project-dialog-dot[aria-current="true"] {
  width: 26px;
  background: var(--gold);
}

.cv-project-dialog-close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(12, 12, 10, 0.76);
  color: var(--white);
  font-size: 1rem;
}

.cv-project-dialog-close:hover {
  background: var(--gold);
  color: var(--ink);
  transform: rotate(4deg);
}

@keyframes cv-project-image-enter {
  from {
    opacity: 0.6;
    transform: scale(1.025);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

/* Reusable website enquiry dialog. */

body.cv-dialog-open {
  overflow: hidden;
}

.cv-lead-dialog {
  width: min(calc(100% - 32px), 650px);
  max-height: min(880px, calc(100dvh - 28px));
  overflow: auto;
  border: 0;
  border-radius: 26px;
  background: var(--paper);
  color: var(--ink);
  padding: 0;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.42);
}

.cv-lead-dialog[open] {
  animation: cv-dialog-enter 240ms cubic-bezier(0.2, 0.75, 0.2, 1);
}

.cv-lead-dialog::backdrop {
  background: rgba(9, 8, 7, 0.78);
  backdrop-filter: blur(7px);
}

.cv-lead-header {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 30px 30px;
  color: var(--white);
  padding: 1.55rem 4rem 1.45rem 1.55rem;
}

.cv-lead-header::after {
  position: absolute;
  top: -95px;
  right: -82px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(201, 163, 78, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(201, 163, 78, 0.035);
  content: "";
}

.cv-lead-header .eyebrow {
  margin-bottom: 0.75rem;
}

.cv-lead-header h2 {
  position: relative;
  z-index: 1;
  max-width: 490px;
  margin-bottom: 0.65rem;
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.cv-lead-header > p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 253, 247, 0.62);
  font-size: 0.78rem;
}

.cv-lead-close {
  width: 38px;
  height: 38px;
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  cursor: pointer;
  font-size: 1.1rem;
}

.cv-lead-form {
  padding: 1.4rem 1.55rem 1.55rem;
}

.cv-lead-topic {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  border-radius: 11px;
  background: var(--gold-soft);
  padding: 0.65rem 0.8rem;
  color: #64480d;
  font-size: 0.68rem;
  font-weight: 800;
}

.cv-lead-topic::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  content: "";
}

.cv-lead-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.cv-lead-field {
  display: grid;
  gap: 0.35rem;
}

.cv-lead-field label {
  color: var(--charcoal);
  font-size: 0.67rem;
  font-weight: 850;
}

.cv-lead-field label span {
  color: var(--muted);
  font-weight: 600;
}

.cv-lead-field input {
  width: 100%;
  min-height: 49px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: var(--white);
  color: var(--ink);
  padding: 0.7rem 0.8rem;
  font-size: 0.84rem;
  outline: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.cv-lead-field input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 163, 78, 0.15);
}

.cv-lead-field input::placeholder {
  color: #969187;
}

.cv-lead-consent {
  margin: 0.9rem 0 0;
  color: var(--muted);
  font-size: 0.64rem;
}

.cv-lead-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1rem;
}

.cv-lead-submit {
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  padding: 0.7rem 0.85rem;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 900;
  transition:
    filter 160ms ease,
    transform 160ms ease;
}

.cv-lead-submit:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.cv-lead-whatsapp {
  background: #1f9d58;
  color: white;
}

.cv-lead-email {
  background: var(--ink);
  color: var(--white);
}

.cv-lead-status {
  min-height: 1.2rem;
  margin: 0.65rem 0 0;
  color: #4d7b5a;
  font-size: 0.65rem;
  font-weight: 750;
}

.cv-enquiry-fab {
  min-height: 48px;
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: var(--ink);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.25);
  color: var(--white);
  padding: 0.62rem 0.95rem;
  font-size: 0.7rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.cv-enquiry-fab::before {
  color: var(--gold-bright);
  content: "✦";
}

.cv-enquiry-fab:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-3px);
}

.cv-enquiry-fab:hover::before {
  color: var(--ink);
}

@keyframes cv-dialog-enter {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 820px) {
  .cv-project-proof {
    grid-template-columns: 1fr;
  }

  .cv-project-dialog {
    width: min(calc(100% - 20px), 680px);
    height: calc(100dvh - 20px);
    border-radius: 22px;
  }

  .cv-project-dialog-shell {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(230px, 35%) minmax(0, 65%);
  }

  .cv-project-dialog-visual-copy {
    right: 20px;
    bottom: 18px;
    left: 20px;
  }

  .cv-project-dialog-visual-copy strong {
    margin-bottom: 0.45rem;
    font-size: 1.65rem;
  }

  .cv-project-dialog-location {
    max-width: calc(100% - 10px);
    overflow: hidden;
    font-size: 0.68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .cv-project-dialog-scroll {
    padding: 1.3rem 1.15rem 1rem;
  }

  .cv-guide-intro {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

@media (max-width: 560px) {
  .project-card-interactive:hover,
  .project-card-interactive:focus-within {
    transform: none;
  }

  .project-feedback-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.25rem;
  }

  .project-feedback-label span {
    text-align: left;
  }

  .cv-project-proof {
    gap: 1rem;
    padding: 1rem;
  }

  .cv-project-proof-stats {
    grid-template-columns: 1fr;
  }

  .cv-project-proof-stats span {
    grid-template-columns: minmax(0, auto) 1fr;
    align-items: baseline;
    gap: 0.55rem;
  }

  .cv-project-interaction-hint {
    align-items: flex-start;
  }

  .cv-project-dialog {
    width: calc(100% - 14px);
    height: calc(100dvh - 14px);
    border-radius: 18px;
  }

  .cv-project-dialog-shell {
    grid-template-rows: minmax(205px, 32%) minmax(0, 68%);
  }

  .cv-project-dialog-badges {
    top: 12px;
    left: 12px;
  }

  .cv-project-dialog-badges span:first-child {
    display: none;
  }

  .cv-project-dialog-close {
    top: 10px;
    right: 10px;
  }

  .cv-project-dialog-visual-copy {
    right: 14px;
    bottom: 13px;
    left: 14px;
  }

  .cv-project-dialog-visual-copy small {
    margin-bottom: 0.3rem;
    font-size: 0.53rem;
  }

  .cv-project-dialog-visual-copy strong {
    margin-bottom: 0.3rem;
    font-size: 1.35rem;
  }

  .cv-project-dialog-title {
    padding-right: 2rem;
    font-size: 1.55rem;
  }

  .cv-project-dialog-fact {
    padding: 0.62rem;
  }

  .cv-project-dialog-feedback-head {
    align-items: flex-start;
  }

  .cv-project-dialog-feedback-head span {
    max-width: 110px;
  }

  .cv-project-dialog-nav {
    min-height: 58px;
  }

  .cv-guide-question summary {
    min-height: 94px;
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 0.65rem;
    padding: 0.9rem;
  }

  .cv-guide-question summary::after {
    width: 27px;
    height: 27px;
  }

  .cv-guide-number {
    font-size: 1.05rem;
  }

  .article-body .cv-guide-question h2 {
    font-size: 1.15rem;
  }

  .cv-guide-answer {
    padding: 1.1rem 1rem 1.25rem;
  }

  .cv-lead-dialog {
    width: min(calc(100% - 18px), 650px);
    max-height: calc(100dvh - 18px);
    border-radius: 20px;
  }

  .cv-lead-header {
    padding: 1.25rem 3.5rem 1.2rem 1.1rem;
  }

  .cv-lead-form {
    padding: 1.1rem;
  }

  .cv-lead-fields,
  .cv-lead-actions {
    grid-template-columns: 1fr;
  }

  .cv-enquiry-fab {
    right: 12px;
    bottom: 12px;
    min-height: 44px;
    padding: 0.55rem 0.78rem;
  }
}

/* Conversion, cost-estimator and local-service experience. */

.cv-theme-toggle {
  min-width: 66px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--white);
  padding: 0.42rem 0.68rem;
  cursor: pointer;
}

.cv-theme-toggle span {
  color: var(--gold-bright);
  font-size: 0.95rem;
}

.cv-theme-toggle small {
  font-size: 0.62rem;
  font-weight: 850;
}

html[data-theme="light"] .site-header {
  border-bottom-color: var(--line);
  background: rgba(251, 250, 246, 0.95);
  color: var(--ink);
}

html[data-theme="light"] .site-header .brand,
html[data-theme="light"] .desktop-nav a {
  color: var(--ink);
}

html[data-theme="light"] .desktop-nav a:hover,
html[data-theme="light"] .desktop-nav a[aria-current="page"] {
  color: #805b0d;
}

html[data-theme="light"] .cv-theme-toggle,
html[data-theme="light"] .mobile-nav summary {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

html[data-theme="light"] .hero,
html[data-theme="light"] .page-hero,
html[data-theme="light"] .section-dark {
  background:
    linear-gradient(rgba(201, 163, 78, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.09) 1px, transparent 1px),
    var(--paper);
  background-size: 54px 54px;
  color: var(--ink);
}

html[data-theme="light"] .cv-hero {
  background:
    radial-gradient(circle at 76% 35%, rgba(201, 163, 78, 0.2), transparent 30%),
    linear-gradient(rgba(201, 163, 78, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.08) 1px, transparent 1px),
    var(--paper);
  background-size: auto, 54px 54px, 54px 54px, auto;
}

html[data-theme="light"] .cv-hero::before {
  background: linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.8) 42%, transparent 72%);
}

html[data-theme="light"] .hero .lede,
html[data-theme="light"] .page-hero .lede,
html[data-theme="light"] .section-dark .section-head .lede {
  color: var(--blue);
}

html[data-theme="light"] .hero .button-secondary,
html[data-theme="light"] .page-hero .button-secondary {
  border-color: rgba(14, 13, 11, 0.22);
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
}

html[data-theme="light"] .section-dark .process-step {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

html[data-theme="light"] .section-dark .process-step p {
  color: var(--blue);
}

html[data-theme="light"] .site-footer {
  border-top: 1px solid var(--line);
  background: #eee8db;
  color: var(--muted);
}

html[data-theme="light"] .site-footer .brand,
html[data-theme="light"] .footer-column strong {
  color: var(--ink);
}

html[data-theme="light"] .footer-column a {
  color: var(--muted);
}

html[data-theme="light"] .footer-bottom {
  border-top-color: rgba(14, 13, 11, 0.12);
}

.cv-cost-calculator-section {
  background:
    radial-gradient(circle at 12% 18%, rgba(201, 163, 78, 0.18), transparent 24%),
    var(--bone);
}

.cv-cost-calculator-head,
.cv-local-service-head {
  min-width: 0;
  max-width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5rem);
}

.cv-cost-calculator-head .lede,
.cv-local-service-head .lede {
  margin-bottom: 0;
}

.cv-cost-calculator {
  min-width: 0;
  max-width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: 1rem;
  align-items: start;
}

.cv-cost-controls {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 1rem;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
  padding: clamp(1.15rem, 3vw, 2rem);
}

.cv-cost-control {
  min-width: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0 0 1.25rem;
}

.cv-cost-control:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.cv-cost-control legend,
.cv-cost-label-row label {
  color: var(--charcoal);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.cv-cost-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
}

.cv-cost-label-row > span,
.cv-cost-label-row output {
  border-radius: 999px;
  background: var(--gold-soft);
  color: #6c4c0d;
  padding: 0.28rem 0.58rem;
  font-size: 0.68rem;
  font-weight: 850;
}

.cv-cost-plot-input {
  width: min(230px, 100%);
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
}

.cv-cost-plot-input input {
  width: 100%;
  min-height: 48px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 0.65rem 0.2rem 0.65rem 0.8rem;
  font-size: 1rem;
  font-weight: 850;
  outline: none;
}

.cv-cost-plot-input span {
  padding: 0 0.8rem;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  white-space: nowrap;
}

.cv-cost-control input[type="range"] {
  width: 100%;
  height: 28px;
  margin: 0;
  cursor: pointer;
  accent-color: var(--gold);
}

.cv-cost-range-scale {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.61rem;
}

.cv-cost-helper {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.64rem;
}

.cv-cost-segments,
.cv-cost-packages {
  min-width: 0;
  max-width: 100%;
  display: grid;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.cv-cost-segments {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cv-cost-packages {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cv-cost-segments label,
.cv-cost-packages label {
  position: relative;
  cursor: pointer;
}

.cv-cost-segments input,
.cv-cost-packages input {
  position: absolute;
  opacity: 0;
}

.cv-cost-segments span,
.cv-cost-packages label > span {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--muted);
  padding: 0.58rem;
  font-size: 0.7rem;
  font-weight: 850;
  text-align: center;
}

.cv-cost-packages label > span {
  min-height: 67px;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}

.cv-cost-packages small {
  color: var(--muted);
  font-size: 0.62rem;
}

.cv-cost-segments input:checked + span,
.cv-cost-packages input:checked + span {
  border-color: var(--gold);
  background: var(--gold-soft);
  box-shadow: inset 0 0 0 1px var(--gold);
  color: var(--ink);
}

.cv-cost-segments input:focus-visible + span,
.cv-cost-packages input:focus-visible + span {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.cv-cost-result {
  min-width: 0;
  max-width: 100%;
  position: sticky;
  top: 92px;
  overflow: hidden;
  border-radius: 28px;
  background:
    linear-gradient(rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 163, 78, 0.06) 1px, transparent 1px),
    var(--ink);
  background-size: 34px 34px;
  box-shadow: 0 28px 80px rgba(14, 13, 11, 0.22);
  color: var(--white);
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.cv-cost-result .eyebrow {
  margin-bottom: 2rem;
}

.cv-cost-result-kicker {
  display: block;
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cv-cost-total {
  max-width: 100%;
  display: block;
  margin: 0.35rem 0 1.6rem;
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  overflow-wrap: anywhere;
}

.cv-cost-facts {
  display: grid;
  gap: 0;
  margin: 0 0 1.2rem;
}

.cv-cost-facts div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.72rem 0;
}

.cv-cost-facts dt {
  color: rgba(255, 253, 247, 0.56);
  font-size: 0.68rem;
}

.cv-cost-facts dd {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 850;
  text-align: right;
}

.cv-cost-boq {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.cv-cost-whatsapp {
  display: block;
  margin: 0.9rem auto 0;
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.cv-cost-disclaimer {
  margin: 1.15rem 0 0;
  color: rgba(255, 253, 247, 0.5);
  font-size: 0.61rem;
}

.cv-local-service {
  background: var(--bone);
}

.cv-local-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.cv-local-grid article {
  min-height: 225px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--paper);
  padding: 1.15rem;
}

.cv-local-grid article > span {
  display: block;
  margin-bottom: 2rem;
  color: #8c6412;
  font-size: 0.66rem;
  font-weight: 900;
}

.cv-local-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.cv-local-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.cv-service-map {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 0;
  margin-top: 1rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.cv-service-map-copy {
  padding: clamp(1.5rem, 4vw, 2.8rem);
}

.cv-service-map-copy h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.cv-service-map-copy > p:last-of-type {
  color: var(--muted);
  font-size: 0.82rem;
}

.cv-service-map-actions {
  display: grid;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

.cv-whatsapp-button {
  border-color: #17884a;
  background: #1f9d58;
  color: white;
}

.cv-service-map iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
}

.cv-lead-area-input {
  position: relative;
}

.cv-lead-area-input input {
  padding-right: 4rem;
}

.cv-lead-area-input span {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  pointer-events: none;
  transform: translateY(-50%);
}

.cv-lead-call {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  padding: 0.7rem 0.85rem;
  font-size: 0.72rem;
  font-weight: 900;
  text-decoration: none;
}

.cv-whatsapp-fab {
  min-height: 58px;
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: #168c49;
  box-shadow: 0 16px 42px rgba(5, 74, 37, 0.32);
  color: white;
  padding: 0.58rem 0.95rem 0.58rem 0.58rem;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.cv-whatsapp-fab:hover {
  background: #11783d;
  transform: translateY(-3px);
}

.cv-whatsapp-fab-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: white;
  color: #168c49;
  font-size: 0.85rem;
  font-weight: 950;
}

.cv-whatsapp-fab > span:last-child {
  display: grid;
  line-height: 1.2;
}

.cv-whatsapp-fab strong {
  font-size: 0.72rem;
}

.cv-whatsapp-fab small {
  margin-top: 0.1rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.57rem;
}

.cv-mobile-contact-bar {
  display: none;
}

@media (max-width: 1080px) {
  .cv-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-local-grid article:last-child {
    grid-column: 1 / -1;
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .cv-cost-calculator-head,
  .cv-local-service-head,
  .cv-design-studies-head,
  .cv-public-reviews-head,
  .cv-cost-calculator,
  .cv-service-map {
    grid-template-columns: minmax(0, 1fr);
  }

  .project-grid.cv-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-review-grid,
  .cv-review-integrity {
    grid-template-columns: minmax(0, 1fr);
  }

  .cv-review-card {
    min-height: 270px;
  }

  .cv-cost-result {
    position: static;
  }

  .cv-service-map iframe {
    min-height: 360px;
  }
}

@media (max-width: 720px) {
  body.cv-has-mobile-contact {
    padding-bottom: calc(66px + env(safe-area-inset-bottom));
  }

  .cv-whatsapp-fab {
    display: none;
  }

  .cv-mobile-contact-bar {
    position: fixed;
    z-index: 48;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 0.8fr 1fr 1.25fr;
    gap: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    background: var(--ink);
    padding: 6px max(6px, env(safe-area-inset-right))
      calc(6px + env(safe-area-inset-bottom))
      max(6px, env(safe-area-inset-left));
    box-shadow: 0 -12px 34px rgba(0, 0, 0, 0.2);
  }

  .cv-mobile-contact-bar a,
  .cv-mobile-contact-bar button {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    border: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: white;
    padding: 0.45rem 0.35rem;
    cursor: pointer;
    font-size: 0.65rem;
    text-decoration: none;
  }

  .cv-mobile-contact-bar a:nth-child(2) {
    background: #168c49;
  }

  .cv-mobile-contact-bar button {
    background: var(--gold);
    color: var(--ink);
  }

  .cv-mobile-contact-bar span {
    font-size: 0.78rem;
    font-weight: 900;
  }
}

@media (max-width: 560px) {
  .header-row {
    justify-content: flex-start;
    gap: 0.55rem;
  }

  .header-row .brand {
    min-width: 0;
  }

  .cv-theme-toggle {
    flex: 0 0 42px;
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-left: auto;
    padding: 0;
  }

  .cv-theme-toggle small {
    display: none;
  }

  .mobile-nav {
    flex: 0 0 42px;
  }

  .cv-cost-calculator-head h2 {
    font-size: clamp(1.9rem, 10vw, 2.55rem);
    overflow-wrap: anywhere;
  }

  .cv-cost-total {
    font-size: clamp(2rem, 12vw, 3rem);
  }

  .cv-cost-segments,
  .cv-cost-packages,
  .cv-local-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-grid.cv-study-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cv-local-grid article:last-child {
    grid-column: 1 / -1;
  }

  .cv-cost-facts div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .cv-cost-facts dd {
    text-align: left;
  }

  .cv-service-map iframe {
    min-height: 310px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-project-dialog[open],
  .cv-lead-dialog[open] {
    animation: none;
  }

  .project-card-interactive:hover,
  .project-story-trigger:hover,
  .project-story-trigger:hover span:last-child,
  .cv-project-dialog-image,
  .cv-project-dialog-start:hover,
  .cv-project-dialog-arrow:hover,
  .cv-project-dialog-close:hover,
  .cv-guide-question:hover,
  .cv-learn-more:hover,
  .cv-learn-more:hover span,
  .cv-lead-submit:hover,
  .cv-enquiry-fab:hover,
  .cv-whatsapp-fab:hover {
    transform: none;
  }
}

@media print {
  .cv-enquiry-fab,
  .cv-whatsapp-fab,
  .cv-mobile-contact-bar,
  .cv-theme-toggle,
  .cv-project-dialog,
  .cv-lead-dialog,
  .project-story-trigger,
  .cv-project-interaction-hint,
  .cv-learn-more {
    display: none !important;
  }
}

/* ────────────────────────────────────────────────────────── */
/* GUIDES / BLOG STYLES                                       */
/* ────────────────────────────────────────────────────────── */

.cv-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.75rem);
  margin-top: clamp(2rem, 4vw, 3rem);
}

.cv-author-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border: 1px solid rgba(201, 163, 78, 0.42);
  border-radius: 22px;
  background:
    linear-gradient(125deg, rgba(201, 163, 78, 0.12), transparent 60%),
    var(--paper);
  box-shadow: var(--shadow);
  padding: clamp(1.25rem, 3vw, 2rem);
}

.cv-author-profile--index {
  max-width: 820px;
  margin: 0 auto clamp(3.5rem, 7vw, 6.5rem);
}

.cv-author-monogram {
  display: grid;
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(201, 163, 78, 0.62);
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold-bright);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cv-author-profile .eyebrow {
  margin-bottom: 0.2rem;
}

.cv-author-profile h2,
.cv-author-profile h3 {
  margin: 0 0 0.25rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
}

.cv-author-profile h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.cv-author-profile p,
.cv-author-profile small {
  display: block;
  margin: 0;
  color: var(--muted);
}

.cv-author-profile p {
  color: var(--charcoal);
  font-weight: 750;
}

.cv-author-profile small {
  margin-top: 0.25rem;
  line-height: 1.5;
}

.cv-blog-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: clamp(1.5rem, 5vw, 5rem);
}

.cv-blog-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.cv-blog-heading > p {
  margin: 0;
  color: var(--muted);
}

.cv-blog-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--paper);
  box-shadow: 0 12px 34px rgba(27, 22, 12, 0.07);
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.cv-blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 163, 78, 0.72);
  box-shadow: 0 22px 44px rgba(27, 22, 12, 0.13);
}

.cv-blog-card--featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
}

.cv-blog-card-media {
  display: block;
  height: 260px;
  min-height: 230px;
  overflow: hidden;
  background: var(--ink-soft);
  text-decoration: none;
}

.cv-blog-card--featured .cv-blog-card-media {
  height: auto;
  min-height: 390px;
}

.cv-blog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.cv-blog-card:nth-child(2) .cv-blog-card-media img {
  object-position: center 46%;
}

.cv-blog-card:hover .cv-blog-card-media img {
  transform: scale(1.035);
}

.cv-blog-card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: clamp(1.3rem, 3vw, 2rem);
}

.cv-blog-category {
  align-self: flex-start;
  margin-bottom: 0.65rem;
  border: 1px solid rgba(201, 163, 78, 0.42);
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--ink);
  padding: 0.25rem 0.65rem;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cv-blog-date {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.cv-blog-card h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.cv-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cv-blog-card p {
  flex-grow: 1;
  margin-bottom: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cv-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.cv-read-more span {
  color: var(--gold);
  transition: transform 0.2s ease;
}

.cv-read-more:hover span {
  transform: translateX(4px);
}

.cv-article-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 82% 10%, rgba(201, 163, 78, 0.18), transparent 30%),
    var(--ink);
  color: var(--white);
  padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
}

.cv-article-shell {
  max-width: 860px;
  margin: 0 auto;
}

.cv-article-header h1 {
  max-width: 830px;
  margin: clamp(1.2rem, 3vw, 2rem) 0 1.25rem;
  color: var(--white);
  font-size: clamp(2.5rem, 5.6vw, 4.8rem);
  font-weight: 700;
  line-height: 0.98;
}

.cv-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.3rem;
  color: rgba(255, 253, 247, 0.66);
  font-size: 0.86rem;
}

.cv-article-byline {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.cv-article-byline .cv-author-monogram {
  width: 48px;
  height: 48px;
  border-color: rgba(223, 186, 96, 0.48);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
}

.cv-article-byline p {
  margin: 0;
  color: var(--white);
  font-size: 0.91rem;
  line-height: 1.4;
}

.cv-article-byline small {
  display: block;
  color: rgba(255, 253, 247, 0.62);
}

.cv-article-body {
  padding: clamp(2.75rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
}

.cv-prose {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  line-height: 1.78;
}

.cv-prose p {
  margin-bottom: 1.5rem;
}

.cv-prose h2 {
  margin: clamp(2.8rem, 6vw, 4.5rem) 0 1rem;
  color: var(--ink);
  font-size: clamp(1.8rem, 3.6vw, 2.7rem);
  font-weight: 750;
  line-height: 1.04;
}

.cv-prose h3 {
  margin: 2.2rem 0 0.75rem;
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 750;
}

.cv-prose ul,
.cv-prose ol {
  margin-bottom: 1.5rem;
  padding-left: 1.35rem;
}

.cv-prose li {
  margin-bottom: 0.65rem;
  padding-left: 0.35rem;
}

.cv-prose strong {
  color: var(--ink);
}

.cv-prose a:not(.button) {
  color: var(--ink);
  font-weight: 750;
}

.cv-article-hero-media {
  overflow: hidden;
  margin: 0 0 clamp(2rem, 5vw, 3.5rem);
  border-radius: 24px;
  background: var(--ink-soft);
  box-shadow: var(--shadow);
}

.cv-article-hero-media img {
  width: 100%;
  max-height: 490px;
  object-fit: cover;
}

.cv-article-hero-media figcaption {
  margin: 0;
  background: var(--ink);
  color: rgba(255, 253, 247, 0.64);
  padding: 0.75rem 1rem;
  font-size: 0.72rem;
  line-height: 1.5;
}

.cv-article-summary,
.cv-article-note {
  margin: 2rem 0;
  border-left: 4px solid var(--gold);
  border-radius: 0 16px 16px 0;
  background: var(--gold-soft);
  color: var(--charcoal);
  padding: 1.25rem clamp(1.25rem, 3vw, 1.8rem);
}

.cv-article-summary strong,
.cv-article-note strong {
  display: block;
  margin-bottom: 0.35rem;
}

.cv-article-summary p:last-child,
.cv-article-note p:last-child {
  margin-bottom: 0;
}

.cv-checklist {
  margin: 1.8rem 0 2rem;
  padding: 0;
  list-style: none;
}

.cv-checklist li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 0 0.85rem 2rem;
}

.cv-checklist li::before {
  position: absolute;
  top: 0.84rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid rgba(201, 163, 78, 0.72);
  border-radius: 4px;
  color: var(--ink);
  content: "✓";
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.1rem;
  text-align: center;
}

.cv-prose-table-wrap {
  overflow-x: auto;
  margin: 1.8rem 0 2.25rem;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.cv-prose table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 0.93rem;
}

.cv-prose th,
.cv-prose td {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
}

.cv-prose th {
  background: var(--ink);
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cv-prose tr:last-child td {
  border-bottom: 0;
}

.cv-article-disclaimer {
  margin-top: 2.5rem;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.cv-article-cta {
  margin-top: 3.5rem;
  border: 1px solid rgba(201, 163, 78, 0.4);
  border-radius: 22px;
  background:
    linear-gradient(130deg, rgba(201, 163, 78, 0.18), transparent 68%),
    var(--paper);
  padding: clamp(1.6rem, 4vw, 2.5rem);
  text-align: center;
}

.cv-article-cta h3 {
  margin-top: 0;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
}

.cv-article-cta p {
  margin-bottom: 1.5rem;
}

.cv-article-author {
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

@media (max-width: 760px) {
  .cv-blog-grid,
  .cv-blog-card--featured,
  .cv-blog-heading {
    grid-template-columns: 1fr;
  }

  .cv-blog-card--featured .cv-blog-card-media,
  .cv-blog-card-media {
    height: 220px;
    min-height: 220px;
  }

  .cv-author-profile {
    align-items: flex-start;
  }

  .cv-author-monogram {
    width: 58px;
    height: 58px;
    font-size: 1rem;
  }

  .cv-article-header {
    padding-top: 3rem;
  }
}

@media (max-width: 480px) {
  .cv-author-profile {
    display: grid;
  }

  .cv-article-meta {
    display: grid;
    gap: 0.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-blog-card,
  .cv-blog-card-media img,
  .cv-read-more span {
    transition: none;
  }

  .cv-blog-card:hover,
  .cv-blog-card:hover .cv-blog-card-media img,
  .cv-read-more:hover span {
    transform: none;
  }
}
