:root {
  --v2-ink: #171b17;
  --v2-ink-soft: #293028;
  --v2-forest: #263a32;
  --v2-paper: #f5f1e8;
  --v2-sand: #e7ddcd;
  --v2-white: #fffdf9;
  --v2-line: rgba(23, 27, 23, 0.18);
  --v2-accent: #d97837;
  --v2-accent-dark: #914018;
  --v2-yellow: #f2c45a;
  --v2-green: #92b49f;
  --v2-radius: 0.35rem;
  --v2-shell: min(100% - 3rem, 78rem);
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--v2-paper);
  color: var(--v2-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

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

button,
input,
textarea,
select {
  color: inherit;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}

[hidden] {
  display: none !important;
}

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

.skip-link,
.demo-skip {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.8rem 1rem;
  transform: translateY(-180%);
  background: #fff;
  color: #111;
  border: 2px solid #111;
  font-weight: 800;
}

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

.concept-toolbar {
  position: relative;
  z-index: 120;
  padding: 0 1.25rem;
  background: #102e35;
  color: #fff;
}

.concept-toolbar-inner {
  width: min(100%, 86rem);
  min-height: 4.35rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.concept-origin,
.concept-actions,
.concept-label-text {
  display: flex;
  align-items: center;
}

.concept-origin,
.concept-actions {
  gap: 0.9rem;
}

.concept-back,
.concept-language,
.concept-cta {
  text-decoration: none;
  font-weight: 800;
}

.concept-back {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #d8e5e5;
  font-size: 0.82rem;
}

.concept-back:hover,
.concept-language:hover {
  color: #fff;
}

.concept-divider {
  width: 1px;
  height: 1.7rem;
  background: rgba(255, 255, 255, 0.25);
}

.concept-label-text {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.13rem;
}

.concept-label-text strong {
  color: #fff;
  font-size: 0.77rem;
  line-height: 1.1;
  letter-spacing: 0.09em;
}

.concept-label-text small {
  color: #b9cdd0;
  font-size: 0.7rem;
}

.concept-language {
  display: inline-grid;
  place-items: center;
  min-width: 2.75rem;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.33);
  border-radius: 999px;
  font-size: 0.75rem;
}

.concept-cta {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  border-radius: 999px;
  background: #d3ff71;
  color: #102e35;
  font-size: 0.77rem;
}

.craft-site.craft-v2 {
  --v2-header-height: 4.8rem;
  min-height: 100vh;
  overflow: clip;
  background: var(--v2-white);
  color: var(--v2-ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.craft-v2 .v2-shell {
  width: var(--v2-shell);
  margin-inline: auto;
}

.craft-v2 h1,
.craft-v2 h2,
.craft-v2 h3,
.craft-v2 h4,
.craft-v2 p {
  margin-top: 0;
}

.craft-v2 h1,
.craft-v2 h2,
.craft-v2 h3,
.craft-v2 h4 {
  text-wrap: balance;
}

.craft-v2 p {
  text-wrap: pretty;
}

.craft-v2 svg {
  width: 1.05em;
  height: 1.05em;
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.craft-v2 a,
.craft-v2 button,
.craft-v2 input,
.craft-v2 textarea,
.craft-v2 select {
  border-radius: var(--v2-radius);
}

.craft-v2 :focus-visible,
.concept-toolbar :focus-visible,
.concept-closing :focus-visible {
  outline: 3px solid #0057b8;
  outline-offset: 3px;
}

.v2-header :focus-visible,
.v2-hero :focus-visible,
.v2-process :focus-visible,
.v2-footer :focus-visible,
.concept-toolbar :focus-visible,
.concept-closing :focus-visible {
  outline-color: var(--v2-yellow);
}

.v2-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(23, 27, 23, 0.96);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
}

.v2-header-inner {
  width: var(--v2-shell);
  min-height: var(--v2-header-height);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.v2-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: inherit;
  text-decoration: none;
}

.v2-brand-mark {
  position: relative;
  width: 2.35rem;
  height: 2.35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transform: rotate(45deg);
}

.v2-brand-mark::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 142%;
  background: rgba(255, 255, 255, 0.45);
}

.v2-brand-mark i {
  font-size: 0.63rem;
  font-style: normal;
  font-weight: 900;
  transform: rotate(-45deg);
}

.v2-brand > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
}

.v2-brand strong {
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.v2-brand strong b {
  color: var(--v2-yellow);
}

.v2-brand small {
  color: #bdc8c1;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.13em;
}

.v2-desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.1rem, 2.2vw, 2.25rem);
}

.v2-desktop-nav a {
  position: relative;
  padding: 1.8rem 0;
  color: #d7ded9;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 750;
}

.v2-desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--v2-yellow);
  transition: transform 180ms ease;
}

.v2-desktop-nav a:hover,
.v2-desktop-nav a[aria-current] {
  color: #fff;
}

.v2-desktop-nav a:hover::after,
.v2-desktop-nav a[aria-current]::after {
  transform: scaleX(1);
}

.v2-header-cta {
  justify-self: end;
  min-height: 2.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0 1rem;
  background: var(--v2-yellow);
  color: var(--v2-ink);
  text-decoration: none;
  font-size: 0.76rem;
  font-weight: 850;
  transition: transform 180ms ease, background 180ms ease;
}

.v2-header-cta:hover {
  transform: translateY(-2px);
  background: #ffd878;
}

.v2-menu-button {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
}

.v2-menu-button span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.28rem 0;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.v2-menu-button.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.v2-menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.v2-menu-button.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.v2-mobile-nav {
  width: var(--v2-shell);
  margin-inline: auto;
  padding: 0.35rem 0 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.v2-mobile-nav a {
  display: block;
  padding: 0.9rem 0;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  font-weight: 750;
}

.v2-hero {
  position: relative;
  background: var(--v2-ink);
  color: #fff;
}

.v2-hero::before {
  content: "";
  position: absolute;
  inset: 0 50% 0 0;
  pointer-events: none;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: 4rem 4rem;
  mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 75%, transparent);
}

.v2-hero-grid {
  min-height: min(47rem, calc(100svh - 4.8rem));
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(31rem, 1.12fr);
  align-items: stretch;
}

.v2-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 37rem;
  padding: clamp(4.5rem, 8vw, 8rem) clamp(2rem, 5vw, 5.5rem) clamp(4.5rem, 8vw, 8rem) 0;
}

.v2-improved-label {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  margin-bottom: 2rem;
  padding: 0 0.7rem;
  background: var(--v2-yellow);
  color: var(--v2-ink);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.v2-eyebrow {
  margin-bottom: 1rem;
  color: var(--v2-accent-dark);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.v2-hero .v2-eyebrow,
.v2-process .v2-eyebrow,
.v2-footer .v2-eyebrow {
  color: var(--v2-yellow);
}

.v2-hero h1 {
  max-width: 12ch;
  margin-bottom: 1.45rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 5.7vw, 6.45rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.93;
}

.v2-lede {
  max-width: 37rem;
  margin-bottom: 2rem;
  color: #d5ddd6;
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.v2-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.v2-button {
  min-height: 3.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0 1.15rem;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

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

.v2-button-primary {
  background: var(--v2-accent);
  color: #16120f;
}

.v2-button-primary:hover {
  background: #eb8d4b;
}

.v2-button-secondary {
  border-color: rgba(255, 255, 255, 0.33);
  background: transparent;
  color: #fff;
}

.v2-button-secondary:hover {
  border-color: #fff;
}

.v2-button-quiet {
  border-color: var(--v2-line);
  background: transparent;
  color: var(--v2-ink);
}

.v2-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 2.2rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  list-style: none;
}

.v2-proof-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  color: #cfd8d1;
  font-size: 0.72rem;
  font-weight: 700;
}

.v2-proof-list svg {
  color: var(--v2-yellow);
}

.v2-hero-media {
  position: relative;
  min-height: 100%;
  margin-right: calc((100vw - min(100vw - 3rem, 78rem)) / -2);
  overflow: hidden;
}

.v2-hero-media picture,
.v2-hero-media img {
  width: 100%;
  height: 100%;
}

.v2-hero-media img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.v2-image-scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 27, 23, 0.62), transparent 30%), linear-gradient(0deg, rgba(23, 27, 23, 0.42), transparent 45%);
}

.v2-job-card {
  position: absolute;
  top: 2.2rem;
  right: max(1.5rem, calc((100vw - 78rem) / 2));
  width: min(17rem, calc(100% - 3rem));
  background: rgba(255, 253, 249, 0.94);
  color: var(--v2-ink);
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.v2-job-card div {
  padding: 1rem 1.1rem;
}

.v2-job-card div + div {
  border-top: 1px solid var(--v2-line);
}

.v2-job-card span,
.v2-job-card b {
  display: block;
}

.v2-job-card span {
  margin-bottom: 0.22rem;
  color: #6a6f68;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.v2-job-card b {
  font-size: 0.86rem;
}

.v2-media-caption {
  position: absolute;
  right: max(1.5rem, calc((100vw - 78rem) / 2));
  bottom: 1.7rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  background: rgba(23, 27, 23, 0.9);
  color: #fff;
  font-size: 0.69rem;
  font-weight: 750;
}

.v2-media-caption svg {
  color: var(--v2-yellow);
}

.v2-section-heading {
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.v2-section-heading h2,
.v2-project-intro h2,
.v2-process h2,
.v2-brief h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 4.5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.v2-section-heading-row,
.v2-section-heading-split,
.v2-project-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(17rem, 0.75fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
}

.v2-section-heading-split > p,
.v2-project-intro > p {
  margin-bottom: 0;
  color: #555c55;
  line-height: 1.7;
}

.v2-dimension {
  justify-self: end;
  color: #696f68;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.15em;
}

.v2-trust {
  padding: clamp(5rem, 8vw, 8rem) 0;
  background: var(--v2-paper);
}

.v2-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.v2-trust-card {
  min-height: 15.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.2rem;
  padding: 1.35rem;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.v2-trust-icon {
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--v2-ink);
  border-radius: 999px;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 800;
}

.v2-trust-card h3 {
  margin-bottom: 0.65rem;
  font-size: 0.98rem;
}

.v2-trust-card p {
  margin-bottom: 0;
  color: #555c55;
  font-size: 0.86rem;
  line-height: 1.6;
}

.v2-services {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-white);
}

.v2-service-list {
  border-top: 1px solid var(--v2-ink);
}

.v2-service-card {
  border-bottom: 1px solid var(--v2-line);
  transition: background 180ms ease;
}

.v2-service-card[open] {
  background: var(--v2-paper);
}

.v2-service-toggle {
  width: 100%;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) 2.5rem;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.v2-service-toggle {
  list-style: none;
}

.v2-service-toggle::-webkit-details-marker {
  display: none;
}

.v2-service-number {
  color: var(--v2-accent-dark);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.v2-service-title-wrap {
  display: grid;
  grid-template-columns: minmax(14rem, 0.8fr) minmax(17rem, 1.2fr);
  align-items: center;
  gap: 2rem;
}

.v2-service-title-wrap strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 2.7vw, 2.55rem);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.v2-service-title-wrap > span {
  color: #555c55;
  line-height: 1.55;
}

.v2-service-arrow {
  justify-self: end;
  font-size: 1.45rem;
  transition: transform 180ms ease;
}

.v2-service-card[open] .v2-service-arrow {
  transform: rotate(180deg);
}

.v2-service-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
  margin: 0 1rem 0 6.25rem;
  padding: 0 0 1.75rem;
}

.v2-service-detail p {
  max-width: 46rem;
  margin-bottom: 0;
  line-height: 1.7;
}

.v2-service-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  grid-column: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-service-detail li,
.v2-comparison figcaption li {
  padding: 0.38rem 0.65rem;
  border: 1px solid var(--v2-line);
  border-radius: 999px;
  color: #535a53;
  font-size: 0.68rem;
  font-weight: 750;
}

.v2-text-button {
  grid-row: 1 / span 2;
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 2px solid var(--v2-ink);
  border-radius: 0 !important;
  background: transparent;
  font-size: 0.77rem;
  font-weight: 850;
  cursor: pointer;
}

.v2-project {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-sand);
}

.v2-project-intro {
  margin-bottom: clamp(2.5rem, 5vw, 4.75rem);
}

.v2-comparison {
  margin: 0;
}

.v2-comparison-stage {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  background: #c9c1b4;
}

.v2-comparison picture,
.v2-comparison img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v2-comparison img {
  object-fit: cover;
}

.v2-after-image {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--reveal)) 0 0);
}

.v2-compare-label {
  position: absolute;
  z-index: 4;
  top: 1rem;
  padding: 0.55rem 0.7rem;
  background: rgba(23, 27, 23, 0.88);
  color: #fff;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-compare-label-before {
  right: 1rem;
}

.v2-compare-label-after {
  left: 1rem;
}

.v2-compare-line {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: var(--reveal);
  width: 2px;
  transform: translateX(-1px);
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.v2-compare-line i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--v2-ink);
  color: #fff;
  font-style: normal;
  box-shadow: 0 0.8rem 2rem rgba(0, 0, 0, 0.25);
}

.v2-compare-range {
  position: absolute;
  z-index: 6;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.001;
  cursor: ew-resize;
}

.v2-comparison-stage:has(.v2-compare-range:focus-visible) {
  outline: 3px solid #0057b8;
  outline-offset: 4px;
  box-shadow: 0 0 0 7px #fff;
}

.v2-comparison figcaption {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(23, 27, 23, 0.35);
}

.v2-comparison output {
  color: #5b5d58;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
}

.v2-comparison figcaption ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(13rem, 0.85fr);
  margin-top: 2.5rem;
  border-top: 1px solid var(--v2-line);
  border-left: 1px solid var(--v2-line);
}

.v2-case-grid > div,
.v2-case-cta {
  min-height: 11rem;
  padding: 1.15rem;
  border-right: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.v2-case-grid > div span {
  color: var(--v2-accent-dark);
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v2-case-grid > div p {
  margin: 2.3rem 0 0;
  font-weight: 700;
  line-height: 1.5;
}

.v2-case-cta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  background: var(--v2-ink);
  color: #fff;
  text-decoration: none;
  font-weight: 850;
  line-height: 1.4;
}

.v2-case-cta svg {
  color: var(--v2-yellow);
  font-size: 1.35rem;
}

.v2-process {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-forest);
  color: #fff;
}

.v2-process-layout {
  display: grid;
  grid-template-columns: minmax(19rem, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(3rem, 8vw, 8rem);
}

.v2-process-copy {
  position: sticky;
  top: calc(var(--v2-header-height) + 2rem);
}

.v2-process h2 {
  margin-bottom: 1.2rem;
  color: #fff;
}

.v2-process-copy > p:not(.v2-eyebrow) {
  max-width: 30rem;
  color: #cad6cf;
  line-height: 1.65;
}

.v2-folder-card {
  position: relative;
  margin-top: 3rem;
  padding: 2.25rem 1.2rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.v2-folder-tab {
  position: absolute;
  top: -0.85rem;
  left: 1rem;
  padding: 0.45rem 0.65rem;
  background: var(--v2-yellow);
  color: var(--v2-ink);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2-folder-card ul {
  display: grid;
  gap: 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-folder-card li,
.v2-process-output {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #e3ebe6;
  font-size: 0.76rem;
}

.v2-folder-card svg,
.v2-process-output svg {
  color: var(--v2-yellow);
}

.v2-process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  list-style: none;
}

.v2-process-list li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1.4rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.v2-process-number {
  color: var(--v2-yellow);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
}

.v2-process-list h3 {
  margin-bottom: 0.55rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 500;
}

.v2-process-list p {
  max-width: 37rem;
  margin-bottom: 0.95rem;
  color: #c8d4cd;
  line-height: 1.65;
}

.v2-process-output {
  color: #fff;
  font-weight: 750;
}

.v2-brief {
  padding: clamp(5rem, 9vw, 9rem) 0;
  background: var(--v2-paper);
}

.v2-brief-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(2.5rem, 8vw, 7rem);
}

.v2-brief-copy {
  position: sticky;
  top: calc(var(--v2-header-height) + 2rem);
}

.v2-brief h2 {
  margin-bottom: 1.25rem;
}

.v2-brief-copy > p:not(.v2-eyebrow) {
  color: #555c55;
  line-height: 1.7;
}

.v2-brief-note {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid var(--v2-line);
  color: #555c55;
  font-size: 0.76rem;
  line-height: 1.55;
}

.v2-brief-note svg {
  margin-top: 0.18rem;
  color: var(--v2-accent-dark);
}

.v2-form-card {
  min-width: 0;
  padding: clamp(1.25rem, 3.5vw, 2.5rem);
  border: 1px solid var(--v2-line);
  background: var(--v2-white);
  box-shadow: 0 1.5rem 4.5rem rgba(39, 34, 25, 0.08);
}

.v2-form-progress {
  height: 3px;
  overflow: hidden;
  background: #ddd8ce;
}

.v2-form-progress i {
  display: block;
  width: 33.333%;
  height: 100%;
  background: var(--v2-accent-dark);
  transition: width 220ms ease;
}

.v2-form-progress-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.8rem 0 2.4rem;
}

.v2-form-progress-copy > span {
  color: #646a64;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.67rem;
}

.v2-form-progress-copy ol {
  display: flex;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2-form-progress-copy li {
  color: #626a62;
  font-size: 0.66rem;
  font-weight: 750;
}

.v2-form-progress-copy li.is-active {
  color: var(--v2-accent-dark);
}

.v2-form-progress-copy li.is-complete {
  color: var(--v2-forest);
}

.v2-form-step h3,
.v2-confirmation h3 {
  margin-bottom: 1.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.v2-form-step h3 {
  scroll-margin-top: calc(var(--v2-header-height) + 1rem);
}

.v2-noscript-message {
  display: none;
  margin: 0 0 1.5rem;
  padding: 0.9rem;
  border-left: 3px solid var(--v2-accent-dark);
  background: #fff4e9;
  color: #3f463f;
  font-size: 0.78rem;
  line-height: 1.55;
}

.v2-project-form fieldset {
  min-width: 0;
  margin: 0 0 1.4rem;
  padding: 0;
  border: 0;
}

.v2-project-form legend,
.v2-field > span {
  display: block;
  margin-bottom: 0.62rem;
  font-size: 0.76rem;
  font-weight: 820;
}

.v2-project-form small {
  color: #626a62;
  font-size: 0.62rem;
  font-weight: 650;
}

.v2-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

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

.v2-choice {
  position: relative;
  min-width: 0;
  cursor: pointer;
}

.v2-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.v2-choice span {
  min-height: 3.15rem;
  display: flex;
  align-items: center;
  padding: 0.7rem 2.2rem 0.7rem 0.82rem;
  border: 1px solid var(--v2-line);
  background: #fff;
  font-size: 0.73rem;
  font-weight: 750;
  line-height: 1.35;
  transition: border-color 150ms ease, background 150ms ease;
}

.v2-choice i {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  width: 0.9rem;
  height: 0.9rem;
  transform: translateY(-50%);
  border: 1px solid #777;
  border-radius: 999px;
}

.v2-choice input:checked + span {
  border-color: var(--v2-accent-dark);
  background: #fff4e9;
}

.v2-choice input:checked ~ i {
  border: 3px solid var(--v2-white);
  background: var(--v2-accent-dark);
  box-shadow: 0 0 0 1px var(--v2-accent-dark);
}

.v2-choice input:focus-visible + span {
  outline: 3px solid #0057b8;
  outline-offset: 2px;
}

.v2-field {
  display: block;
  margin-bottom: 1.25rem;
}

.v2-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.v2-field-small {
  max-width: 11rem;
}

.v2-field input,
.v2-field textarea,
.v2-field select {
  width: 100%;
  min-height: 3.3rem;
  padding: 0.75rem 0.85rem;
  border: 1px solid #a4a59f;
  background: #fff;
  font-size: 0.86rem;
}

.v2-field textarea {
  min-height: 7.5rem;
  resize: vertical;
  line-height: 1.5;
}

.v2-field input:focus,
.v2-field textarea:focus,
.v2-field select:focus {
  border-color: var(--v2-accent-dark);
}

.v2-upload {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1.5rem;
  padding: 1rem;
  border: 1px dashed #8d8f88;
  cursor: pointer;
}

.v2-upload input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.v2-upload:has(input:focus-visible) {
  outline: 3px solid #0057b8;
  outline-offset: 2px;
}

.v2-upload span,
.v2-upload b,
.v2-upload small {
  display: block;
}

.v2-upload b {
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
}

.v2-upload em {
  color: #5c625c;
  font-size: 0.68rem;
  font-style: normal;
}

.v2-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
  color: #555c55;
  font-size: 0.74rem;
  line-height: 1.5;
}

.v2-consent input {
  width: 1rem;
  height: 1rem;
  margin-top: 0.1rem;
  accent-color: var(--v2-accent-dark);
}

.v2-field-error {
  display: block;
  margin-top: 0.45rem;
  color: #9f241d !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
}

.v2-form-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.4rem;
}

.v2-form-actions-end {
  justify-content: flex-end;
}

.v2-confirmation {
  position: relative;
}

.v2-confirmation-mark {
  width: 3.3rem;
  height: 3.3rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  border-radius: 999px;
  background: var(--v2-forest);
  color: #fff;
}

.v2-confirmation-mark svg {
  width: 1.5rem;
  height: 1.5rem;
}

.v2-confirmation > p:not(.v2-eyebrow):not(.v2-copy-status) {
  color: #555c55;
  line-height: 1.65;
}

.v2-summary {
  margin: 1.6rem 0;
  padding: 1.15rem;
  background: var(--v2-paper);
}

.v2-summary h4 {
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
}

.v2-summary dl {
  margin: 0;
}

.v2-summary dl div {
  display: grid;
  grid-template-columns: minmax(6rem, 0.35fr) minmax(0, 0.65fr);
  gap: 1rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--v2-line);
}

.v2-summary dt,
.v2-summary dd {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.45;
}

.v2-summary dt {
  color: #666b66;
  font-weight: 750;
}

.v2-copy-status {
  min-height: 1.2rem;
  margin: 0.8rem 0 0;
  color: var(--v2-accent-dark);
  font-size: 0.73rem;
  font-weight: 750;
}

.v2-footer {
  padding: 4.5rem 0 1.5rem;
  background: var(--v2-ink);
  color: #fff;
}

.v2-footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3rem;
}

.v2-brand-footer small {
  color: #aeb9b1;
}

.v2-footer dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(8rem, auto));
  gap: 2rem;
  margin: 0;
}

.v2-footer dt {
  margin-bottom: 0.35rem;
  color: #8fa097;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v2-footer dd {
  margin: 0;
  color: #f0f3f1;
  font-size: 0.76rem;
}

.v2-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 3.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: #9ba9a1;
  font-size: 0.66rem;
}

.v2-footer-bottom p {
  margin: 0;
}

.v2-footer-policy-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2.5rem;
}

.v2-footer-policy-slots > span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #eef3ef;
  font-size: 0.7rem;
  font-weight: 750;
}

.v2-footer-policy-slots small {
  color: #aebbb4;
  font-size: 0.58rem;
  font-weight: 650;
}

@media (min-width: 1081px) {
  .v2-mobile-nav {
    display: none !important;
  }
}

.concept-closing {
  min-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  padding: clamp(4rem, 8vw, 7rem) max(1.5rem, calc((100vw - 78rem) / 2));
  background: #102e35;
  color: #fff;
}

.concept-closing > div {
  max-width: 46rem;
}

.concept-closing p {
  margin: 0 0 0.8rem;
  color: #d3ff71;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.concept-closing h2 {
  margin: 0 0 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.6rem);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.concept-closing span {
  color: #c6d5d5;
  line-height: 1.65;
}

.concept-closing > a {
  flex: none;
  min-height: 3.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 1.25rem;
  border-radius: 0.3rem;
  background: #d3ff71;
  color: #102e35;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 850;
}

@media (max-width: 1080px) {
  .v2-header-inner {
    grid-template-columns: 1fr auto;
  }

  .v2-desktop-nav,
  .v2-header-cta {
    display: none;
  }

  .v2-menu-button {
    display: block;
    justify-self: end;
  }

  .v2-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(27rem, 1.05fr);
  }

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

  .v2-trust-card {
    min-height: 13rem;
  }

  .v2-service-title-wrap {
    grid-template-columns: minmax(13rem, 0.85fr) minmax(14rem, 1.15fr);
  }

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

  .v2-case-cta {
    min-height: 9rem;
  }

  .v2-footer-top {
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  :root {
    --v2-shell: min(100% - 2.25rem, 78rem);
  }

  .concept-label-text small {
    display: none;
  }

  .v2-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .v2-hero-copy {
    max-width: 45rem;
    padding: 5rem 0 4rem;
  }

  .v2-hero h1 {
    max-width: 10.8ch;
  }

  .v2-hero-media {
    min-height: 35rem;
    margin-inline: calc((100vw - min(100vw - 2.25rem, 78rem)) / -2);
  }

  .v2-section-heading-row,
  .v2-section-heading-split,
  .v2-project-intro,
  .v2-process-layout,
  .v2-brief-layout {
    grid-template-columns: 1fr;
  }

  .v2-dimension {
    display: none;
  }

  .v2-section-heading-split,
  .v2-project-intro {
    align-items: start;
    gap: 1.2rem;
  }

  .v2-section-heading-split > p,
  .v2-project-intro > p {
    max-width: 42rem;
  }

  .v2-service-title-wrap {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .v2-process-copy,
  .v2-brief-copy {
    position: static;
  }

  .v2-process-layout,
  .v2-brief-layout {
    gap: 3rem;
  }

  .v2-folder-card {
    max-width: 36rem;
  }

  .v2-footer dl {
    width: 100%;
  }

  .concept-closing {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  :root {
    --v2-shell: min(100% - 1.5rem, 78rem);
  }

  .concept-toolbar {
    padding-inline: 0.75rem;
  }

  .concept-toolbar-inner {
    min-height: 3.8rem;
    gap: 0.7rem;
  }

  .concept-origin,
  .concept-actions {
    gap: 0.55rem;
  }

  .concept-divider,
  .concept-back-text,
  .concept-cta {
    display: none;
  }

  .concept-label-text strong {
    max-width: 13.5rem;
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .concept-language {
    min-width: 2.4rem;
    min-height: 2.4rem;
  }

  .craft-site.craft-v2 {
    --v2-header-height: 4.35rem;
  }

  .v2-header-inner {
    min-height: var(--v2-header-height);
  }

  .v2-brand {
    gap: 0.65rem;
  }

  .v2-brand-mark {
    width: 2rem;
    height: 2rem;
  }

  .v2-brand strong {
    font-size: 0.7rem;
  }

  .v2-brand small {
    font-size: 0.5rem;
    letter-spacing: 0.09em;
  }

  .v2-menu-button {
    width: 2.7rem;
    height: 2.7rem;
  }

  .v2-hero-copy {
    padding: 3.5rem 0 3rem;
  }

  .v2-improved-label {
    margin-bottom: 1.45rem;
  }

  .v2-hero h1 {
    font-size: clamp(2.75rem, 13vw, 4.2rem);
  }

  .v2-lede {
    font-size: 0.98rem;
  }

  .v2-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .v2-actions .v2-button {
    width: 100%;
  }

  .v2-hero-media {
    min-height: 28rem;
    margin-inline: -0.75rem;
  }

  .v2-job-card {
    top: 1rem;
    right: 1rem;
  }

  .v2-media-caption {
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
  }

  .v2-section-heading h2,
  .v2-project-intro h2,
  .v2-process h2,
  .v2-brief h2 {
    font-size: clamp(2.35rem, 12vw, 3.5rem);
  }

  .v2-trust-grid {
    grid-template-columns: 1fr;
  }

  .v2-trust-card {
    min-height: 11rem;
  }

  .v2-service-toggle {
    grid-template-columns: 2.2rem minmax(0, 1fr) 1.5rem;
    gap: 0.65rem;
    padding-inline: 0.25rem;
  }

  .v2-service-title-wrap strong {
    font-size: 1.55rem;
  }

  .v2-service-title-wrap > span {
    font-size: 0.82rem;
  }

  .v2-service-detail {
    grid-template-columns: 1fr;
    margin-left: 2.85rem;
    gap: 1rem;
  }

  .v2-text-button {
    width: max-content;
    grid-row: auto;
    grid-column: 1;
  }

  .v2-comparison-stage {
    aspect-ratio: 4 / 3;
  }

  .v2-comparison figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }

  .v2-comparison figcaption ul {
    justify-content: flex-start;
  }

  .v2-case-grid {
    grid-template-columns: 1fr;
  }

  .v2-case-grid > div,
  .v2-case-cta {
    min-height: 8.5rem;
  }

  .v2-case-grid > div p {
    margin-top: 1.25rem;
  }

  .v2-process-list li {
    grid-template-columns: 2.25rem 1fr;
    gap: 0.8rem;
  }

  .v2-form-card {
    padding: 1rem;
  }

  .v2-form-progress-copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .v2-choice-grid,
  .v2-choice-grid-compact,
  .v2-field-grid {
    grid-template-columns: 1fr;
  }

  .v2-field-small {
    max-width: 100%;
  }

  .v2-upload {
    grid-template-columns: 1fr;
  }

  .v2-form-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .v2-form-actions .v2-button {
    width: 100%;
  }

  .v2-form-actions-end {
    flex-direction: column;
  }

  .v2-summary dl div {
    grid-template-columns: 1fr;
    gap: 0.2rem;
  }

  .v2-footer dl {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .v2-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .concept-closing {
    min-height: 0;
    gap: 2.5rem;
    padding-inline: 1rem;
  }
}

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

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