@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,300..900;1,400..900&family=Inter+Tight:wght@300..800&family=Fraunces:opsz,wght@9..144,300..700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap");

@font-face {
  font-family: "Victor Serif 50 Medium";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("https://framerusercontent.com/assets/spfQEJQLy1eiEDokFqHDKlNwYuc.woff2") format("woff2");
}

/* Dreamten / Veas-inspired editorial landing page for Kode */
.kd-dream-site {
  --kd-ink: #050505;
  --kd-black: #111111;
  --kd-muted: #5f5d59;
  --kd-line: rgba(17, 17, 17, 0.18);
  --kd-hairline: rgba(17, 17, 17, 0.1);
  --kd-clay: #ad4b33;
  --kd-cream: #f6f1e8;
  --kd-paper: #ffffff;
  --kd-serif: "Fraunces", ui-serif, Georgia, serif;
  --kd-sans: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --kd-ease: cubic-bezier(0.2, 0, 0, 1);
  min-height: 100vh;
  background: var(--kd-paper);
  color: var(--kd-ink);
  font-family: var(--kd-sans);
  letter-spacing: 0;
}

.kd-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  padding: 10px 14px;
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform 160ms ease;
}

.kd-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid #ad4b33;
  outline-offset: 3px;
}

#work,
#services,
#process,
#fit,
#contact {
  scroll-margin-top: 96px;
}

.kd-dream-site *,
.kd-dream-site *::before,
.kd-dream-site *::after {
  letter-spacing: 0;
}

.kd-dream-site :where(a, button, summary, input, select, textarea):focus-visible,
.adm-body :where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid #ad4b33;
  outline-offset: 3px;
}

.kd-dream-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  animation: headerEnter 580ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: border-color 160ms ease, background 160ms ease;
}

.kd-dream-header.is-scrolled {
  border-bottom-color: var(--kd-hairline);
  background: rgba(255, 255, 255, 0.96);
}

.kd-dream-shell,
.kd-public-content,
.kd-dream-footer-main,
.kd-dream-footer-bottom {
  width: min(calc(100% - 64px), 1240px);
  max-width: none;
  margin-inline: auto;
}

.kd-dream-nav-shell {
  display: flex;
  width: calc(100% - 64px);
  max-width: none;
  min-height: 74px;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
}

.kd-dream-brand {
  color: var(--kd-black);
  direction: ltr;
  font-family: var(--kd-sans);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  unicode-bidi: isolate;
}

.kd-dream-brand span {
  color: var(--kd-clay);
}

.kd-dream-nav-links {
  display: flex;
  align-items: center;
  gap: 0;
  margin-left: auto;
}

.kd-dream-nav-links a {
  color: var(--kd-black);
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  transition: color 160ms ease;
}

.kd-dream-nav-links a:hover {
  color: var(--kd-clay);
}

.kd-dream-nav-links span {
  margin-inline: 16px;
  color: #d2cdc5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.kd-dream-nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 22px;
}

.kd-language-select {
  position: relative;
}

.kd-language-select summary {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--kd-black);
  border-radius: 12px;
  background: #ffffff;
  color: var(--kd-black);
  cursor: pointer;
  list-style: none;
  padding: 0 11px;
  transition: background 160ms ease, color 160ms ease;
}

.kd-language-select summary::-webkit-details-marker {
  display: none;
}

.kd-language-select summary:hover,
.kd-language-select[open] summary {
  background: var(--kd-black);
  color: #ffffff;
}

.kd-language-short {
  display: inline-grid;
  min-width: 24px;
  min-height: 24px;
  place-items: center;
  border-radius: 7px;
  background: var(--kd-black);
  color: #ffffff;
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
}

.kd-language-select summary:hover .kd-language-short,
.kd-language-select[open] .kd-language-short {
  background: #ffffff;
  color: var(--kd-black);
}

.kd-language-name {
  max-width: 72px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kd-language-chev {
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.kd-language-select[open] .kd-language-chev {
  transform: translateY(2px) rotate(225deg);
}

.kd-language-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 70;
  display: grid;
  width: 212px;
  border-radius: 14px;
  background: var(--kd-black);
  padding: 8px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.18);
}

.kd-language-option {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 9px;
  padding: 0 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 720;
  text-decoration: none;
}

.kd-language-option:hover {
  background: rgba(255, 255, 255, 0.11);
}

.kd-language-option.is-active {
  background: #ffffff;
  color: var(--kd-black);
}

.kd-language-option small {
  color: inherit;
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  opacity: 0.68;
}

.kd-dream-nav-cta,
.kd-btn {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--kd-black);
  border-radius: 10px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 160ms ease,
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease;
}

.kd-dream-nav-cta,
.kd-btn-primary {
  background: var(--kd-black);
  color: #ffffff;
}

.kd-dream-nav-cta span {
  margin-left: 8px;
  font-size: 18px;
  line-height: 0;
  transform: translateY(-1px);
}

.kd-dream-nav-cta:hover,
.kd-btn-primary:hover {
  background: #262626;
  color: #ffffff;
  transform: translateY(-1px);
}

.kd-btn-light {
  margin-top: 28px;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--kd-black);
}

.kd-btn-light:hover {
  transform: translateY(-1px);
}

.kd-dream-menu {
  position: relative;
}

.kd-dream-menu summary {
  display: inline-grid;
  width: 46px;
  min-height: 42px;
  grid-template-rows: repeat(2, max-content);
  align-content: center;
  justify-content: center;
  place-items: center;
  row-gap: 5px;
  border: 2px solid var(--kd-black);
  border-radius: 12px;
  background: #ffffff;
  color: var(--kd-black);
  cursor: pointer;
  list-style: none;
}

.kd-dream-menu summary::-webkit-details-marker {
  display: none;
}

.kd-dream-menu summary i {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.kd-dream-menu-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 60;
  display: grid;
  width: 224px;
  border-radius: 14px;
  background: var(--kd-black);
  padding: 8px;
  box-shadow: 0 24px 60px rgba(17, 17, 17, 0.18);
}

.kd-dream-menu-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  padding: 12px 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
}

.kd-dream-menu-panel a:hover {
  background: rgba(255, 255, 255, 0.11);
}

.kd-menu-language-list {
  display: grid;
  gap: 4px;
  margin-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 8px;
}

.kd-dream-menu-panel .kd-menu-language-link {
  min-height: 38px;
}

.kd-menu-language-link small {
  color: inherit;
  font-size: 11px;
  font-weight: 820;
  opacity: 0.64;
}

.kd-dream-menu-panel .kd-menu-language-link.is-active {
  background: #ffffff;
  color: var(--kd-black);
}

.kd-eyebrow,
.kd-dream-proof-grid span,
.kd-dream-case-copy span,
.kd-dream-product-row span,
.kd-dream-process-list span,
.kd-dream-footer span {
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kd-dream-home-hero {
  padding-block: clamp(62px, 7vw, 100px) clamp(48px, 7vw, 86px);
}

.kd-dream-title-block {
  max-width: 1080px;
}

.kd-dream-home-title {
  max-width: 1080px;
  margin: 18px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(3.6rem, 6.4vw, 5.85rem);
  font-weight: 500;
  line-height: 0.94;
  overflow-wrap: normal;
}

.kd-dream-home-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  grid-template-areas:
    "feature intro"
    "feature second";
  gap: clamp(28px, 5vw, 56px) clamp(32px, 6vw, 78px);
  align-items: start;
  margin-top: clamp(42px, 6vw, 74px);
}

.kd-dream-case-card {
  min-width: 0;
  display: block;
  overflow: hidden;
  border-radius: 22px;
  color: var(--kd-ink);
  text-decoration: none;
}

.kd-dream-case-card-large {
  grid-area: feature;
  background: var(--kd-cream);
}

.kd-dream-case-card-dark {
  grid-area: second;
  background: var(--kd-black);
  color: #ffffff;
}

.kd-dream-case-card figure {
  margin: 0;
  overflow: hidden;
}

.kd-dream-case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.05 / 1;
  object-fit: cover;
  object-position: center;
  transition: transform 360ms var(--kd-ease);
}

.kd-dream-case-card:hover img {
  transform: scale(1.025);
}

.kd-dream-case-card-dark img {
  aspect-ratio: 16 / 8.2;
  opacity: 0.9;
}

.kd-dream-case-card-dark .kd-dream-case-copy span {
  color: #e6a895;
}

.kd-dream-case-copy {
  padding: clamp(20px, 4vw, 32px);
}

.kd-dream-case-copy h2 {
  margin: 12px 0 0;
  color: inherit;
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-weight: 760;
  line-height: 1.02;
}

.kd-dream-case-copy p {
  max-width: 620px;
  margin: 16px 0 0;
  color: currentColor;
  font-size: 15px;
  line-height: 1.58;
  opacity: 0.72;
}

.kd-dream-home-intro {
  grid-area: intro;
  max-width: 560px;
  padding-top: 6px;
}

.kd-dream-home-intro p {
  margin: 0;
  color: var(--kd-black);
  font-size: clamp(1.18rem, 2.2vw, 1.58rem);
  line-height: 1.42;
}

.kd-dream-home-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}

.kd-dream-arrow-link {
  color: var(--kd-black);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: color 160ms ease;
}

.kd-dream-arrow-link::after,
.kd-dream-product-row em::after {
  content: "›";
  margin-left: 9px;
  font-size: 1.2em;
  line-height: 0;
}

[dir="rtl"] .kd-dream-nav-links {
  margin-right: auto;
  margin-left: 0;
}

[dir="rtl"] .kd-dream-nav-actions {
  margin-right: 22px;
  margin-left: 0;
}

[dir="rtl"] .kd-dream-menu-panel {
  right: auto;
  left: 0;
}

[dir="rtl"] .kd-language-panel {
  right: auto;
  left: 0;
}

[dir="rtl"] .kd-dream-nav-cta span {
  margin-right: 8px;
  margin-left: 0;
  transform: translateY(-1px) scaleX(-1);
}

[dir="rtl"] .kd-dream-arrow-link::after,
[dir="rtl"] .kd-dream-product-row em::after {
  content: "‹";
  margin-right: 9px;
  margin-left: 0;
}

.kd-dream-arrow-link:hover,
.kd-dream-product-row:hover em {
  color: var(--kd-clay);
}

.kd-dream-proof-strip {
  border-top: 1px solid var(--kd-black);
  background: #ffffff;
}

.kd-dream-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-block: clamp(28px, 4.5vw, 52px);
}

.kd-dream-proof-grid article {
  min-width: 0;
  padding: 0 22px 0 0;
}

.kd-dream-proof-grid article + article {
  border-left: 1px solid var(--kd-line);
  padding-left: 22px;
}

.kd-dream-proof-grid strong {
  display: block;
  margin-top: 12px;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(1.8rem, 4vw, 3.7rem);
  font-weight: 500;
  line-height: 0.98;
}

.kd-dream-proof-grid p {
  margin: 14px 0 0;
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.58;
}

.kd-dream-section {
  padding-block: clamp(58px, 9vw, 118px);
  background: #ffffff;
}

.kd-dream-image-section {
  padding-bottom: clamp(58px, 9vw, 118px);
  background: #ffffff;
}

.kd-dream-editorial-grid,
.kd-dream-dark-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(34px, 8vw, 92px);
  align-items: start;
}

.kd-dream-editorial-grid {
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(28px, 5vw, 44px);
}

.kd-dream-editorial-grid h2,
.kd-dream-dark-grid h2 {
  margin: 14px 0 0;
  color: inherit;
  font-family: var(--kd-serif);
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  font-weight: 500;
  line-height: 0.98;
}

.kd-dream-copy-stack {
  display: grid;
  gap: 24px;
}

.kd-dream-copy-stack p,
.kd-dream-dark-grid p {
  margin: 0;
  color: var(--kd-muted);
  font-family: var(--kd-sans);
  font-size: clamp(1.12rem, 1.8vw, 1.42rem);
  line-height: 1.58;
}

.kd-dream-wide-figure {
  overflow: hidden;
  margin: 0;
  border-radius: 22px;
  background: var(--kd-cream);
}

.kd-dream-wide-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 6.8;
  object-fit: cover;
}

.kd-dream-wide-figure figcaption {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) minmax(0, 1fr);
  gap: 24px;
  padding: 22px 4px 0;
  background: #ffffff;
}

.kd-dream-wide-figure figcaption span {
  color: var(--kd-ink);
  font-size: 17px;
  font-weight: 760;
  line-height: 1.25;
}

.kd-dream-wide-figure figcaption p {
  margin: 0;
  color: var(--kd-muted);
  font-size: 15px;
  line-height: 1.58;
}

.kd-portfolio-section {
  padding-bottom: clamp(64px, 9vw, 120px);
  background: #ffffff;
}

.kd-portfolio-head {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: end;
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(28px, 5vw, 44px);
  margin-bottom: clamp(32px, 5vw, 54px);
}

.kd-portfolio-head h2 {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(2.25rem, 4.6vw, 4.6rem);
  font-weight: 500;
  line-height: 0.98;
}

.kd-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 28px);
}

.kd-portfolio-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 22px;
  background: var(--kd-cream);
}

.kd-portfolio-card figure {
  min-height: 250px;
  margin: 0;
  background-image: var(--portfolio-image);
  background-position: center;
  background-size: cover;
}

.kd-portfolio-card > div {
  padding: clamp(22px, 3vw, 30px);
}

.kd-portfolio-card span {
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kd-portfolio-card h3 {
  margin: 12px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 500;
  line-height: 0.98;
}

.kd-portfolio-card p,
.kd-portfolio-card strong {
  display: block;
  margin: 16px 0 0;
  color: var(--kd-muted);
  font-size: 15px;
  line-height: 1.58;
}

.kd-portfolio-card strong {
  color: var(--kd-black);
  font-weight: 700;
}

.kd-portfolio-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.kd-portfolio-card li {
  color: var(--kd-black);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.kd-portfolio-card li + li::before {
  content: "/";
  margin-inline: 10px;
  color: #d2cdc5;
  font-weight: 500;
}

.kd-dream-product-rows {
  background: #ffffff;
  padding-bottom: clamp(34px, 6vw, 72px);
}

.kd-dream-product-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 10px clamp(24px, 5vw, 70px);
  align-items: start;
  border-top: 1px solid var(--kd-black);
  padding-block: clamp(22px, 4vw, 34px);
  color: var(--kd-ink);
  text-decoration: none;
}

.kd-dream-product-row:last-child {
  border-bottom: 0;
}

.kd-dream-product-row strong {
  display: block;
  grid-column: 1;
  max-width: 1040px;
  color: var(--kd-ink);
  font-size: clamp(1.35rem, 2.4vw, 2.1rem);
  font-weight: 760;
  line-height: 1.05;
  text-align: start;
}

.kd-dream-product-row em {
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  margin-top: 1px;
  color: var(--kd-black);
  font-size: 14px;
  font-style: normal;
  font-weight: 760;
  text-align: start;
  white-space: nowrap;
  transition: color 160ms ease;
}

.kd-process-showcase {
  padding-block: clamp(46px, 7vw, 92px) clamp(70px, 10vw, 132px);
  background: #ffffff;
}

.kd-process-showcase .kd-public-content {
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(32px, 5vw, 52px);
}

.kd-process-head {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 8vw, 104px);
  align-items: end;
}

.kd-process-head .kd-eyebrow,
.kd-process-head h2 {
  grid-column: 1;
}

.kd-process-head h2 {
  margin: 14px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(3rem, 6vw, 6.2rem);
  font-weight: 500;
  line-height: 0.92;
}

.kd-process-head > p:last-child {
  grid-column: 2;
  grid-row: 2;
  max-width: 600px;
  margin: 0;
  color: var(--kd-black);
  font-size: clamp(1.18rem, 2.2vw, 1.55rem);
  line-height: 1.42;
}

.kd-process-stages {
  margin-top: clamp(42px, 6vw, 74px);
  border-top: 1px solid var(--kd-black);
}

.kd-process-stage {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(78px, 0.16fr) minmax(0, 0.85fr) minmax(310px, 0.62fr);
  gap: clamp(22px, 5vw, 62px);
  align-items: center;
  border-bottom: 1px solid var(--kd-black);
  padding-block: clamp(30px, 5vw, 56px);
}

.kd-process-number {
  align-self: start;
  color: #e4dfd5;
  font-family: var(--kd-serif);
  font-size: clamp(4.2rem, 7vw, 7.8rem);
  font-weight: 500;
  line-height: 0.78;
}

.kd-process-kicker {
  margin: 0;
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kd-process-copy h3 {
  max-width: 650px;
  margin: 13px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(2.25rem, 4.4vw, 4.3rem);
  font-weight: 500;
  line-height: 0.96;
}

.kd-process-copy > p:not(.kd-process-kicker) {
  max-width: 610px;
  margin: 18px 0 0;
  color: var(--kd-muted);
  font-size: 16px;
  line-height: 1.62;
}

.kd-process-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin-top: 24px;
}

.kd-process-services span {
  display: inline-flex;
  align-items: center;
  color: var(--kd-black);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.kd-process-services span + span::before {
  content: "/";
  margin-inline: 14px;
  color: #d2cdc5;
  font-weight: 500;
}

.kd-process-visual {
  position: relative;
  min-height: 258px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--kd-cream);
  transition: transform 360ms var(--kd-ease);
}

.kd-process-stage:hover .kd-process-visual {
  transform: translateY(-4px);
}

.kd-process-visual-brief {
  display: flex;
  align-items: center;
  padding: 30px;
}

.kd-process-visual-brief div {
  display: grid;
  width: 100%;
  gap: 0;
}

.kd-process-visual-brief strong {
  display: block;
  margin-bottom: 12px;
  color: var(--kd-black);
  font-size: 28px;
  font-weight: 760;
  line-height: 1;
}

.kd-process-visual-brief span {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding-block: 13px;
  color: var(--kd-muted);
  font-size: 14px;
  font-weight: 650;
}

.kd-process-visual-brief span::after {
  width: 46px;
  height: 8px;
  border-radius: 999px;
  background: var(--kd-clay);
  content: "";
  opacity: 0.85;
}

.kd-process-visual-ui {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  grid-template-rows: 0.74fr 1fr 0.7fr;
  gap: 12px;
  padding: 18px;
  background: #111111;
}

.kd-process-visual-ui i {
  display: block;
  border-radius: 13px;
  background: #ffffff;
}

.kd-process-visual-ui i:nth-child(1) {
  grid-column: 1 / -1;
  background: #f6f1e8;
}

.kd-process-visual-ui i:nth-child(2) {
  grid-row: 2 / 4;
  background: var(--kd-clay);
}

.kd-process-visual-ui i:nth-child(3) {
  background: #ffffff;
}

.kd-process-visual-ui i:nth-child(4) {
  background: #ded8cc;
}

.kd-process-visual-system {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: 30px;
  background: #111111;
  color: #f6f1e8;
}

.kd-process-visual-system strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 760;
  line-height: 1;
}

.kd-process-visual-system span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(246, 241, 232, 0.18);
  padding-block: 11px;
  color: rgba(246, 241, 232, 0.72);
  font-size: 14px;
  font-weight: 650;
}

.kd-process-visual-system span::after {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--kd-clay);
  content: "";
}

.kd-process-visual-growth {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  padding: 28px;
  background: linear-gradient(180deg, #f6f1e8 0%, #eee7dc 100%);
}

.kd-process-visual-growth i {
  display: block;
  width: 15%;
  border-radius: 14px 14px 0 0;
  background: var(--kd-black);
}

.kd-process-visual-growth i:nth-child(1) { height: 34%; opacity: 0.28; }
.kd-process-visual-growth i:nth-child(2) { height: 48%; opacity: 0.42; }
.kd-process-visual-growth i:nth-child(3) { height: 62%; opacity: 0.58; }
.kd-process-visual-growth i:nth-child(4) { height: 78%; opacity: 0.76; }
.kd-process-visual-growth i:nth-child(5) { height: 92%; background: var(--kd-clay); }

.kd-dream-dark-band {
  padding-block: clamp(58px, 9vw, 118px);
  background: var(--kd-black);
  color: #ffffff;
}

.kd-dream-dark-grid {
  color: #ffffff;
}

.kd-dream-dark-grid p {
  color: rgba(255, 255, 255, 0.78);
}

.kd-dream-dark-grid .kd-eyebrow {
  color: #e6a895;
}

.kd-lead-section {
  padding-block: clamp(64px, 9vw, 118px);
  background: #ffffff;
}

.kd-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(30px, 5vw, 52px);
}

.kd-lead-grid h2 {
  margin: 14px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(2.75rem, 5.6vw, 5.6rem);
  font-weight: 500;
  line-height: 0.94;
}

.kd-lead-grid > div:first-child > p:last-child {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--kd-muted);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.55;
}

.kd-lead-form-card {
  border-radius: 22px;
  background: var(--kd-cream);
  padding: clamp(24px, 4vw, 34px);
}

.kd-lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.kd-lead-form label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.kd-lead-form span {
  color: var(--kd-black);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.kd-lead-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.kd-lead-form select,
.kd-lead-form textarea {
  width: 100%;
  border: 1px solid rgba(17, 17, 17, 0.18);
  border-radius: 10px;
  background: #ffffff;
  padding: 12px 13px;
  color: var(--kd-black);
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  outline: 0;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.kd-lead-form textarea {
  resize: vertical;
}

.kd-lead-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):focus,
.kd-lead-form select:focus,
.kd-lead-form textarea:focus {
  border-color: var(--kd-black);
  box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}

.kd-lead-form-wide {
  grid-column: 1 / -1;
}

.kd-lead-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.kd-lead-form input[type="submit"].kd-btn {
  width: auto;
  appearance: none;
}

.kd-lead-form-actions > span {
  max-width: 330px;
  color: var(--kd-muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  text-transform: none;
}

.kd-form-notice,
.kd-form-errors {
  margin-bottom: 18px;
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 14px;
  line-height: 1.45;
}

.kd-form-notice {
  background: #ffffff;
  color: var(--kd-black);
}

.kd-form-errors {
  background: #fff1ed;
  color: #913f2b;
}

.kd-form-errors ul {
  margin: 8px 0 0;
  padding-left: 18px;
}

.kd-dream-footer {
  background: #ffffff;
}

.kd-dream-footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.78fr 0.72fr 0.9fr 1.05fr;
  gap: 32px;
  padding-block: 56px;
}

.kd-dream-footer-main p {
  max-width: 360px;
  margin: 14px 0 0;
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.58;
}

.kd-dream-footer-main nav,
.kd-dream-footer-main > div {
  min-width: 0;
}

.kd-dream-footer-main nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.kd-dream-footer-main a {
  width: max-content;
  color: var(--kd-muted);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  transition: color 160ms ease;
}

.kd-dream-footer-main a:hover {
  color: var(--kd-black);
}

.kd-footer-locations a {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.kd-footer-locations a small {
  color: var(--kd-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.kd-dream-footer-main .kd-footer-location-name {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.kd-dream-footer-main span,
.kd-dream-footer-bottom span {
  color: var(--kd-muted);
}

.kd-dream-brand-footer {
  display: inline-flex;
  color: var(--kd-black) !important;
}

.kd-dream-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--kd-hairline);
  padding-block: 22px;
}

.kd-dream-footer-bottom span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: none;
}

@media (max-width: 980px) {
  .kd-dream-home-showcase,
  .kd-dream-editorial-grid,
  .kd-dream-dark-grid,
  .kd-portfolio-head,
  .kd-portfolio-grid,
  .kd-lead-grid,
  .kd-process-head,
  .kd-process-stage {
    grid-template-columns: 1fr;
  }

  .kd-portfolio-head h2 {
    grid-column: 1;
    grid-row: auto;
  }

  .kd-process-head .kd-eyebrow,
  .kd-process-head h2,
  .kd-process-head > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .kd-process-head > p:last-child {
    max-width: 720px;
  }

  .kd-dream-home-showcase {
    grid-template-areas:
      "intro"
      "feature"
      "second";
  }

  .kd-dream-proof-grid,
  .kd-dream-footer-main {
    grid-template-columns: 1fr;
  }

  .kd-dream-proof-grid article {
    padding-right: 0;
  }

  .kd-dream-proof-grid article + article {
    margin-top: 22px;
    border-left: 0;
    padding-left: 0;
  }

  .kd-dream-nav-links {
    display: none;
  }

  .kd-dream-nav-actions {
    margin-left: auto;
  }

  [dir="rtl"] .kd-dream-nav-actions {
    margin-right: auto;
    margin-left: 0;
  }

  .kd-dream-wide-figure figcaption {
    grid-template-columns: 1fr;
  }

  .kd-lead-grid {
    gap: 30px;
  }
}

@media (max-width: 900px) {
  .kd-language-select {
    display: none;
  }
}

@media (max-width: 700px) {
  .kd-dream-nav-shell,
  .kd-dream-shell,
  .kd-public-content,
  .kd-dream-footer-main,
  .kd-dream-footer-bottom {
    width: min(calc(100% - 36px), 1240px);
  }

  .kd-dream-nav-shell {
    min-height: 68px;
  }

  .kd-dream-nav-cta {
    min-height: 40px;
    padding-inline: 14px;
    font-size: 13px;
  }

  .kd-dream-menu summary {
    width: 44px;
    min-height: 40px;
  }

  .kd-dream-home-title {
    font-size: clamp(3.25rem, 16vw, 4.55rem);
    line-height: 0.94;
  }

  .kd-dream-home-hero {
    padding-block: 56px 46px;
  }

  .kd-dream-home-showcase {
    gap: 26px;
    margin-top: 38px;
  }

  .kd-dream-case-card {
    border-radius: 16px;
  }

  .kd-dream-case-card img,
  .kd-dream-case-card-dark img,
  .kd-dream-wide-figure img {
    aspect-ratio: 4 / 3;
  }

  .kd-dream-home-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 14px;
  }

  .kd-dream-home-actions .kd-btn,
  .kd-dream-home-actions .kd-dream-arrow-link {
    width: 100%;
  }

  .kd-dream-product-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kd-dream-product-row strong,
  .kd-dream-product-row em {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
    margin-top: 0;
  }

  .kd-portfolio-card {
    border-radius: 16px;
  }

  .kd-portfolio-card figure {
    min-height: 220px;
  }

  .kd-lead-form-card {
    border-radius: 16px;
    padding: 20px;
  }

  .kd-lead-form {
    grid-template-columns: 1fr;
  }

  .kd-process-stage {
    gap: 18px;
  }

  .kd-process-number {
    font-size: clamp(3.4rem, 18vw, 5.2rem);
  }

  .kd-process-visual {
    min-height: 220px;
  }

  .kd-dream-process-list article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .kd-dream-footer-main {
    gap: 24px;
    padding-block: 42px;
  }
}

/* Lightweight admin shell, borrowing the practical density from snap and the
   simple operational feel from diss. */
.adm-body {
  min-height: 100vh;
  margin: 0;
  background: #f5f5f2;
  color: #111111;
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.adm-body * {
  box-sizing: border-box;
}

.adm-body a {
  color: inherit;
  text-decoration: none;
}

.adm-app {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 244px minmax(0, 1fr);
}

.adm-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
  border-right: 1px solid #dedbd3;
  background: #ffffff;
}

.adm-sidebar-brand {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ece8df;
  padding: 0 18px;
}

.adm-sidebar-brand a {
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.adm-sidebar-brand a span {
  color: #ad4b33;
}

.adm-sidebar-brand small,
.adm-eyebrow {
  color: #ad4b33;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.adm-sidebar-nav {
  display: grid;
  gap: 4px;
  padding: 14px 10px;
}

.adm-nav-link {
  display: flex;
  min-height: 36px;
  align-items: center;
  border-radius: 9px;
  padding: 0 11px;
  color: #66635d;
  font-size: 14px;
  font-weight: 650;
}

.adm-nav-link:hover,
.adm-nav-link.is-active {
  background: #111111;
  color: #ffffff;
}

.adm-sidebar-footer {
  display: grid;
  gap: 9px;
  margin-top: auto;
  border-top: 1px solid #ece8df;
  padding: 14px 18px;
}

.adm-sidebar-footer span {
  min-width: 0;
  overflow: hidden;
  color: #66635d;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adm-sidebar-footer a,
.adm-sidebar-footer button {
  width: max-content;
  border: 0;
  background: transparent;
  color: #111111;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  padding: 0;
}

.adm-main {
  width: min(100%, 1240px);
  padding: 34px;
}

.adm-page-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #d7d2c8;
  padding-bottom: 22px;
  margin-bottom: 26px;
}

.adm-page-head h1 {
  margin: 8px 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 4rem);
  font-weight: 500;
  line-height: 0.98;
}

.adm-page-head p {
  margin: 8px 0 0;
  color: #66635d;
  font-size: 15px;
}

.adm-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.adm-button {
  display: inline-flex;
  width: auto;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #111111;
  border-radius: 10px;
  padding: 0 14px;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.adm-button-primary {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.adm-body a.adm-button-primary,
.adm-body a.adm-button-primary:visited {
  color: #ffffff;
}

.adm-button-secondary {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

.adm-body a.adm-button-secondary,
.adm-body a.adm-button-secondary:visited {
  color: #111111;
}

.adm-button-danger {
  border-color: #b8462e;
  background: #fff5f1;
  color: #9b3a26;
}

.adm-body a.adm-button-danger,
.adm-body a.adm-button-danger:visited {
  color: #9b3a26;
}

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

.adm-button-primary:hover {
  border-color: #2f2f2f;
  background: #2f2f2f;
  color: #ffffff;
}

.adm-body a.adm-button-primary:hover {
  color: #ffffff;
}

.adm-button-secondary:hover {
  background: #f4f1ea;
  color: #111111;
}

.adm-body a.adm-button-secondary:hover {
  color: #111111;
}

.adm-button-danger:hover {
  border-color: #9b3a26;
  background: #ffe6dc;
  color: #842f1f;
}

.adm-body a.adm-button-danger:hover {
  color: #842f1f;
}

.adm-card {
  min-width: 0;
  border: 1px solid #dedbd3;
  border-radius: 16px;
  background: #ffffff;
}

.adm-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #ece8df;
  padding: 15px 18px;
}

.adm-card-head h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 760;
}

.adm-card-head a {
  color: #66635d;
  font-size: 13px;
  font-weight: 700;
}

.adm-stat-grid,
.adm-dashboard-grid {
  display: grid;
  gap: 18px;
}

.adm-stat-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 18px;
}

.adm-stat-grid .adm-card {
  padding: 20px;
}

.adm-stat-grid span {
  color: #66635d;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.adm-stat-grid strong {
  display: block;
  margin-top: 10px;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 0.9;
}

.adm-stat-grid p,
.adm-muted,
.adm-empty {
  color: #66635d;
  font-size: 14px;
  line-height: 1.5;
}

.adm-dashboard-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
}

.adm-list {
  display: grid;
}

.adm-list-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid #f0ede7;
  padding: 14px 18px;
}

.adm-list-row:first-child {
  border-top: 0;
}

.adm-list-row:hover {
  background: #faf9f6;
}

.adm-list-row strong,
.adm-row-title {
  color: #111111;
  font-size: 15px;
  font-weight: 760;
}

.adm-list-row small,
.adm-table span {
  display: block;
  margin-top: 4px;
  color: #66635d;
  font-size: 13px;
  line-height: 1.4;
}

.adm-status {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 9px;
  background: #f1eee8;
  color: #66635d;
  font-size: 12px;
  font-weight: 760;
  white-space: nowrap;
}

.adm-status-new,
.adm-status-draft {
  background: #fff1df;
  color: #a35427;
}

.adm-status-contacted,
.adm-status-qualified,
.adm-status-proposal,
.adm-status-published {
  background: #e9f5ee;
  color: #2f6b49;
}

.adm-status-won {
  background: #111111;
  color: #ffffff;
}

.adm-status-lost,
.adm-status-archived {
  background: #eeeeee;
  color: #777777;
}

.adm-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px auto;
  gap: 12px;
  margin-bottom: 18px;
}

.adm-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.adm-form select,
.adm-form textarea,
.adm-filter-bar input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]),
.adm-filter-bar select {
  width: 100%;
  border: 1px solid #d7d2c8;
  border-radius: 10px;
  background: #ffffff;
  padding: 11px 12px;
  color: #111111;
  font: inherit;
  font-size: 15px;
  outline: 0;
}

.adm-form input[type="submit"].adm-button,
.adm-filter-bar input[type="submit"].adm-button,
.adm-form button.adm-button,
.adm-filter-bar button.adm-button {
  width: auto;
  appearance: none;
  border-radius: 10px;
  padding: 0 14px;
}

.adm-form input[type="submit"].adm-button-primary,
.adm-filter-bar input[type="submit"].adm-button-primary,
.adm-form button.adm-button-primary,
.adm-filter-bar button.adm-button-primary {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.adm-form input[type="submit"].adm-button-secondary,
.adm-filter-bar input[type="submit"].adm-button-secondary,
.adm-form button.adm-button-secondary,
.adm-filter-bar button.adm-button-secondary {
  border-color: #111111;
  background: #ffffff;
  color: #111111;
}

.adm-form input[type="submit"].adm-button-danger,
.adm-filter-bar input[type="submit"].adm-button-danger,
.adm-form button.adm-button-danger,
.adm-filter-bar button.adm-button-danger {
  border-color: #b8462e;
  background: #fff5f1;
  color: #9b3a26;
}

.adm-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.adm-form label > span {
  color: #66635d;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.adm-form textarea {
  resize: vertical;
}

.adm-form-card {
  padding: 22px;
}

.adm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.adm-span-2 {
  grid-column: 1 / -1;
}

.adm-checkbox {
  align-content: end;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.adm-checkbox input {
  width: 18px;
  height: 18px;
  padding: 0;
}

.adm-form-actions {
  display: flex;
  gap: 10px;
}

.adm-card-table {
  overflow: hidden;
}

.adm-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.adm-table th {
  border-bottom: 1px solid #ece8df;
  background: #faf9f6;
  color: #66635d;
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.08em;
  padding: 12px 16px;
  text-align: left;
  text-transform: uppercase;
}

.adm-table td {
  border-bottom: 1px solid #f0ede7;
  padding: 14px 16px;
  vertical-align: top;
}

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

.adm-nowrap {
  white-space: nowrap;
}

.adm-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 18px;
}

.adm-stack {
  display: grid;
  align-content: start;
  gap: 18px;
}

.adm-detail-list {
  display: grid;
  margin: 0;
}

.adm-detail-list div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  border-top: 1px solid #f0ede7;
  padding: 13px 18px;
}

.adm-detail-list div:first-child {
  border-top: 0;
}

.adm-detail-list dt {
  color: #66635d;
  font-size: 12px;
  font-weight: 760;
  text-transform: uppercase;
}

.adm-detail-list dd {
  margin: 0;
  color: #111111;
  font-size: 15px;
  line-height: 1.45;
}

.adm-message {
  margin: 0;
  padding: 18px;
  color: #222222;
  font-size: 16px;
  line-height: 1.6;
  white-space: pre-wrap;
}

.adm-empty,
.adm-empty-state {
  padding: 24px;
}

.adm-empty-state {
  border: 1px dashed #d7d2c8;
  border-radius: 16px;
  background: #ffffff;
}

.adm-empty-state h2 {
  margin: 0 0 8px;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}

.adm-error-box {
  margin-bottom: 18px;
  border-radius: 12px;
  background: #fff1ed;
  color: #913f2b;
  padding: 14px;
  font-size: 14px;
}

.adm-login-shell {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 24px;
}

.adm-login-card {
  width: min(100%, 440px);
  border: 1px solid #dedbd3;
  border-radius: 20px;
  background: #ffffff;
  padding: 28px;
}

.adm-login-card h1 {
  margin: 8px 0 0;
  font-family: "Fraunces", ui-serif, Georgia, serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 0.98;
}

.adm-login-card p {
  color: #66635d;
  line-height: 1.55;
}

.adm-login-card .adm-form {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.adm-flash-stack {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 100;
  display: grid;
  gap: 10px;
}

.adm-flash {
  border: 1px solid #dedbd3;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 20px 45px rgba(17, 17, 17, 0.12);
  padding: 12px 14px;
  font-size: 14px;
}

.adm-flash-notice {
  color: #2f6b49;
}

.adm-flash-alert {
  color: #913f2b;
}

@media (max-width: 900px) {
  .adm-app {
    grid-template-columns: 1fr;
  }

  .adm-sidebar {
    position: static;
    height: auto;
  }

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

  .adm-sidebar-footer {
    display: none;
  }

  .adm-main {
    padding: 22px 18px;
  }

  .adm-stat-grid,
  .adm-dashboard-grid,
  .adm-detail-grid,
  .adm-form-grid,
  .adm-filter-bar {
    grid-template-columns: 1fr;
  }

  .adm-page-head {
    display: grid;
  }

  .adm-detail-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@font-face {
  font-family: "Victor Serif 60 Semibold";
  font-display: swap;
  font-style: normal;
  font-weight: 600;
  src: url("https://framerusercontent.com/assets/7d1l7cuXGfqCAyZXmagdjGJcps.woff") format("woff");
}

@font-face {
  font-family: "Victor Serif 55 Medium Italic";
  font-display: swap;
  font-style: italic;
  font-weight: 500;
  src: url("https://framerusercontent.com/assets/DOjfgD74fdSi39AV8S56tvIUw.woff2") format("woff2");
}

:root {
  --ink: #050505;
  --soft-ink: #171717;
  --muted: #5f5d59;
  --line: #ebe7df;
  --paper: #ffffff;
  --cream: #fbf3e3;
  --cream-2: #fff9ef;
  --ruby: #f04438;
  --blue: #0f4f86;
  --blue-2: #0b6bd3;
  --teal: #21b59b;
  --mint: #d8f5e7;
  --yellow: #ffd166;
  --peach: #ffb08a;
  --lavender: #d8d5ff;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hanken Grotesk", Arial, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  letter-spacing: 0;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.site {
  min-height: 100vh;
  background: var(--paper);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(16px);
  animation: headerEnter 580ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.site-brand {
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

.site-nav span {
  color: #c9c4bb;
}

.site-nav a {
  transition: opacity 160ms ease, transform 160ms ease;
}

.site-nav a:hover {
  opacity: 0.68;
  transform: translateY(-1px);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nav-contact,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.nav-contact {
  font-size: 14px;
  font-weight: 700;
}

.nav-contact,
.button--dark {
  color: #fff;
  background: var(--ink);
}

.button--text {
  min-height: 44px;
  padding-right: 0;
  padding-left: 0;
  color: var(--ink);
  background: transparent;
}

.button span,
.nav-contact span {
  font-size: 26px;
  line-height: 0;
}

.menu-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 14px;
}

.menu-button span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--ink);
}

.menu-button span + span {
  margin-top: -14px;
}

.hero {
  padding: 86px 30px 96px;
}

.hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.62fr);
  gap: 80px;
  align-items: end;
  width: min(1240px, 100%);
  margin: 0 auto 56px;
}

.hero-copy h1,
.partners h2,
.service-heading h2,
.site-footer h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

.hero-copy h1 {
  max-width: 760px;
  font-size: 86px;
  line-height: 0.96;
  animation: revealRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 90ms both;
}

.hero-copy p {
  margin: 0;
  max-width: 520px;
  color: var(--soft-ink);
  font-size: 24px;
  line-height: 1.32;
  animation: revealRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 210ms both;
}

.hero-copy > .hero-actions {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 26px;
  animation: revealRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 330ms both;
}

.hero-actions--compact {
  margin-top: 24px;
}

.hero-work-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  width: min(1240px, 100%);
  margin: 0 auto;
  scroll-margin-top: 100px;
}

.project-card {
  position: relative;
  display: block;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  animation: cardRise 860ms cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.project-card:nth-child(1) {
  animation-delay: 180ms;
}

.project-card:nth-child(3) {
  animation-delay: 280ms;
}

.project-card:nth-child(4) {
  animation-delay: 380ms;
}

.project-card:nth-child(5) {
  animation-delay: 480ms;
}

.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
}

.project-card__copy,
.project-card__overlay {
  position: relative;
  z-index: 2;
  padding: 48px;
}

.project-logo {
  display: block;
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.project-logo--script {
  width: 140px;
  color: #1839d8;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-style: italic;
  line-height: 0.95;
  text-transform: none;
}

.project-logo--mark {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 24px;
  text-transform: none;
}

.project-logo--mark::before {
  width: 18px;
  height: 18px;
  content: "";
  background: var(--teal);
  border-radius: 4px 14px 4px 14px;
}

.project-card h2 {
  max-width: 390px;
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: 0;
}

.project-card--story {
  min-height: 692px;
  background:
    radial-gradient(circle at 82% 18%, #fff 0 34px, transparent 35px),
    repeating-conic-gradient(from 8deg at 58% 52%, rgba(255, 205, 105, 0.38) 0 3deg, transparent 3deg 14deg),
    var(--cream-2);
}

.story-art {
  position: absolute;
  inset: 0;
}

.round-photo {
  position: absolute;
  display: block;
  border: 10px solid #fff;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(135deg, #ff8b6a, #f9d25d 48%, #47c6ac);
  background-position: center;
  background-size: cover;
  box-shadow: 0 22px 45px rgba(0, 0, 0, 0.12);
  animation: softFloat 7s ease-in-out infinite;
}

.round-photo--one {
  right: 44px;
  top: 30px;
  width: 150px;
  height: 150px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--code-photo);
}

.round-photo--two {
  right: 160px;
  bottom: 202px;
  width: 260px;
  height: 260px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--team-photo);
  animation-delay: 900ms;
}

.round-photo--three {
  bottom: 176px;
  left: -38px;
  width: 170px;
  height: 170px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--analytics-photo);
  animation-delay: 1400ms;
}

.confetti {
  position: absolute;
  display: block;
  width: 46px;
  height: 16px;
  border-radius: 16px;
  animation: confettiDrift 5s ease-in-out infinite;
}

.confetti--one {
  top: 172px;
  right: 218px;
  background: var(--ruby);
  transform: rotate(28deg);
}

.confetti--two {
  top: 260px;
  left: 96px;
  background: #1046ff;
  transform: rotate(-68deg);
}

.confetti--three {
  right: 72px;
  bottom: 210px;
  background: var(--yellow);
  transform: rotate(-24deg);
}

.skyline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190px;
  background:
    linear-gradient(var(--ink) 0 0) 7% 64% / 2px 76px no-repeat,
    linear-gradient(var(--ink) 0 0) 13% 52% / 2px 100px no-repeat,
    linear-gradient(var(--ink) 0 0) 20% 42% / 2px 118px no-repeat,
    linear-gradient(var(--ink) 0 0) 28% 58% / 2px 84px no-repeat,
    linear-gradient(var(--ink) 0 0) 40% 46% / 2px 112px no-repeat,
    linear-gradient(var(--ink) 0 0) 55% 60% / 2px 78px no-repeat,
    linear-gradient(var(--ink) 0 0) 70% 42% / 2px 118px no-repeat,
    linear-gradient(var(--ink) 0 0) 86% 52% / 2px 100px no-repeat;
  border-top: 3px solid var(--ink);
}

.hero-intro-card {
  align-self: start;
  padding: 4px 40px 0;
  animation: revealRise 760ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

.hero-intro-card p {
  margin: 0;
  max-width: 560px;
  font-size: 24px;
  line-height: 1.34;
}

.project-card--image {
  min-height: 474px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.1)),
    var(--team-photo);
  background-position: center;
  background-size: cover;
}

.project-card--image .project-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08));
}

.studio-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  filter: saturate(1.04);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.desk,
.screen {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.desk--one {
  right: -40px;
  bottom: -36px;
  width: 500px;
  height: 210px;
  background: rgba(255, 234, 194, 0.54);
  transform: rotate(-6deg);
}

.desk--two {
  right: 78px;
  bottom: 62px;
  width: 320px;
  height: 112px;
  background: rgba(255, 255, 255, 0.28);
  transform: rotate(7deg);
}

.screen--one {
  right: 122px;
  bottom: 86px;
  width: 210px;
  height: 142px;
  background:
    linear-gradient(#fff 0 0) 22px 24px / 128px 14px no-repeat,
    linear-gradient(var(--teal) 0 0) 22px 60px / 150px 18px no-repeat,
    linear-gradient(var(--ruby) 0 0) 22px 98px / 95px 18px no-repeat,
    rgba(8, 8, 8, 0.88);
  animation: deviceFloat 6.5s ease-in-out infinite;
  transform: rotate(-9deg);
}

.screen--two {
  right: 342px;
  bottom: 130px;
  width: 118px;
  height: 118px;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(12deg);
}

.project-card--blue {
  min-height: 636px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(7, 52, 94, 0.94), rgba(15, 79, 134, 0.86) 60%, rgba(10, 36, 64, 0.96)),
    radial-gradient(circle at 66% 58%, rgba(255, 255, 255, 0.14), transparent 28%),
    var(--analytics-photo);
  background-position: center;
  background-size: cover;
}

.phone-art {
  position: absolute;
  inset: 0;
}

.phone {
  position: absolute;
  display: block;
  width: 220px;
  height: 390px;
  border: 12px solid #07121d;
  border-radius: 38px;
  box-shadow: 0 28px 54px rgba(0, 0, 0, 0.34);
  animation: deviceFloat 7.5s ease-in-out infinite;
}

.phone--back {
  right: 96px;
  bottom: 42px;
  background: #08213a;
  transform: rotate(19deg);
}

.phone--front {
  right: 130px;
  bottom: 64px;
  overflow: hidden;
  background:
    linear-gradient(#0b6bd3 0 0) 24px 122px / 118px 24px no-repeat,
    linear-gradient(#f04438 0 0) 24px 198px / 150px 12px no-repeat,
    linear-gradient(#21b59b 0 0) 24px 224px / 132px 12px no-repeat,
    #fff;
  transform: rotate(12deg);
}

.phone--front i,
.phone--front b,
.phone--front em {
  position: absolute;
  display: block;
  border-radius: 8px;
}

.phone--front i {
  top: 24px;
  left: 42px;
  width: 92px;
  height: 92px;
  background: linear-gradient(135deg, var(--ruby), var(--yellow));
}

.phone--front b {
  right: 24px;
  bottom: 34px;
  left: 24px;
  height: 96px;
  background:
    linear-gradient(var(--ink) 0 0) 16px 18px / 110px 9px no-repeat,
    linear-gradient(var(--ink) 0 0) 16px 42px / 80px 9px no-repeat,
    #f1ede6;
}

.phone--front em {
  top: 72px;
  right: 22px;
  width: 54px;
  height: 28px;
  background: var(--teal);
}

.project-card--dark {
  min-height: 474px;
  color: #fff;
  background:
    radial-gradient(circle at 68% 66%, rgba(35, 144, 255, 0.18), transparent 28%),
    linear-gradient(145deg, #061113, #11191d);
}

.laptop-art {
  position: absolute;
  inset: 0;
}

.laptop {
  position: absolute;
  right: 64px;
  bottom: 72px;
  display: block;
  width: 370px;
  height: 230px;
  border: 12px solid #2b3035;
  border-radius: 8px;
  background:
    linear-gradient(#fff 0 0) 28px 30px / 190px 12px no-repeat,
    linear-gradient(var(--teal) 0 0) 28px 74px / 250px 18px no-repeat,
    linear-gradient(var(--blue-2) 0 0) 28px 112px / 170px 18px no-repeat,
    linear-gradient(var(--ruby) 0 0) 28px 150px / 220px 18px no-repeat,
    #080d11;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.42);
  animation: deviceFloat 7s ease-in-out infinite;
  transform: rotate(-5deg);
}

.laptop::after {
  position: absolute;
  right: -38px;
  bottom: -34px;
  left: -38px;
  height: 20px;
  content: "";
  background: #cfd5df;
  border-radius: 0 0 20px 20px;
}

.section-pad {
  padding: 112px 30px;
}

.partners {
  text-align: center;
}

.partners h2 {
  width: min(870px, 100%);
  margin: 0 auto 62px;
  font-size: 38px;
  line-height: 1.12;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 48px;
  color: #151515;
}

.logo-strip span {
  font-size: 28px;
  font-weight: 950;
  line-height: 1;
}

.lookbook {
  background: #f8f7f4;
}

.section-kicker {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.lookbook-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.lookbook-grid article {
  min-height: 320px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.lookbook-grid span {
  display: block;
  margin-bottom: 82px;
  color: var(--ruby);
  font-weight: 900;
}

.lookbook-grid h2 {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: 0;
}

.lookbook-grid p,
.service-list p,
.quote-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.services {
  scroll-margin-top: 100px;
}

.service-heading {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 48px;
  width: min(1240px, 100%);
  margin: 0 auto 58px;
  align-items: start;
}

.service-heading h2 {
  max-width: 800px;
  font-size: 52px;
  line-height: 1.04;
}

.service-list {
  width: min(1240px, 100%);
  margin: 0 auto;
  border-top: 1px solid #111;
}

.service-list article {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: 48px;
  padding: 36px 0;
  border-bottom: 1px solid #111;
}

.service-list h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: 0;
}

.testimonials {
  background: #f8f7f4;
}

.testimonials > .section-kicker,
.quote-grid {
  width: min(1240px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.quote-grid blockquote {
  margin: 0;
  padding: 34px;
  background: #fff;
  border-radius: 8px;
}

.quote-grid p {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.18;
}

.quote-grid cite {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 70px;
  padding: 106px 30px 44px;
  scroll-margin-top: 100px;
}

.site-footer > div,
.site-footer nav {
  width: min(1240px, 100%);
}

.site-footer h2 {
  width: min(820px, 100%);
  margin-bottom: 34px;
  font-size: 58px;
  line-height: 1.04;
}

.site-footer nav {
  display: grid;
  gap: 14px;
  align-self: end;
  color: var(--muted);
  font-size: 17px;
  font-weight: 750;
}

.reveal-ready [data-home-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms),
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes headerEnter {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes revealRise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cardRise {
  from {
    opacity: 0;
    transform: translateY(42px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes softFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -10px;
  }
}

@keyframes deviceFloat {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 0 -12px;
  }
}

@keyframes confettiDrift {
  0%,
  100% {
    translate: 0 0;
  }

  50% {
    translate: 7px -8px;
  }
}

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

  .hero-copy,
  .hero-work-grid,
  .service-heading,
  .service-list article,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    gap: 28px;
    text-align: center;
  }

  .hero-copy h1,
  .hero-copy p {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy > .hero-actions {
    display: flex;
    justify-content: center;
  }

  .hero-intro-card {
    display: none;
  }

  .project-card--story,
  .project-card--blue {
    min-height: 560px;
  }

  .project-card--image,
  .project-card--dark {
    min-height: 440px;
  }

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

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 0 20px;
  }

  .site-brand {
    font-size: 27px;
  }

  .nav-contact {
    min-height: 38px;
    padding: 0 16px;
    font-size: 15px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .hero {
    padding: 58px 20px 72px;
  }

  .hero-copy {
    margin-bottom: 56px;
  }

  .hero-copy h1 {
    font-size: 48px;
    line-height: 1.02;
  }

  .hero-copy p {
    font-size: 19px;
    line-height: 1.25;
  }

  .hero-actions {
    justify-content: center;
    gap: 18px;
  }

  .button,
  .nav-contact {
    font-size: 16px;
  }

  .hero-work-grid {
    gap: 32px;
  }

  .project-card {
    min-height: 372px;
  }

  .project-card--story {
    min-height: 472px;
  }

  .project-card--image {
    order: -1;
    min-height: 372px;
  }

  .project-card--blue,
  .project-card--dark {
    min-height: 420px;
  }

  .project-card__copy,
  .project-card__overlay {
    padding: 32px;
  }

  .project-logo,
  .project-logo--mark {
    font-size: 22px;
  }

  .project-card h2 {
    font-size: 18px;
  }

  .round-photo--one {
    width: 108px;
    height: 108px;
  }

  .round-photo--two {
    right: 48px;
    bottom: 132px;
    width: 188px;
    height: 188px;
  }

  .round-photo--three {
    bottom: 132px;
    width: 132px;
    height: 132px;
  }

  .skyline {
    height: 128px;
  }

  .desk--one {
    right: -82px;
    width: 360px;
  }

  .desk--two,
  .screen--two {
    display: none;
  }

  .screen--one {
    right: 54px;
    bottom: 78px;
  }

  .phone {
    width: 170px;
    height: 304px;
    border-width: 10px;
  }

  .phone--back {
    right: 44px;
  }

  .phone--front {
    right: 72px;
  }

  .laptop {
    right: -22px;
    bottom: 74px;
    width: 320px;
    height: 205px;
  }

  .section-pad {
    padding: 78px 20px;
  }

  .partners h2,
  .service-heading h2,
  .site-footer h2 {
    font-size: 36px;
  }

  .logo-strip {
    gap: 22px 30px;
  }

  .logo-strip span {
    font-size: 22px;
  }

  .lookbook-grid article {
    min-height: 280px;
  }

  .lookbook-grid span {
    margin-bottom: 54px;
  }

  .lookbook-grid h2,
  .service-list h3 {
    font-size: 29px;
  }

  .service-list article {
    gap: 16px;
    padding: 30px 0;
  }

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

  .quote-grid p {
    font-size: 25px;
  }

  .site-footer {
    gap: 44px;
    padding: 78px 20px 34px;
  }
}

@media (max-width: 430px) {
  .site-header {
    gap: 10px;
    padding: 0 18px;
  }

  .site-brand {
    font-size: 25px;
  }

  .header-actions {
    gap: 8px;
  }

  .nav-contact {
    display: inline-flex;
    min-height: 38px;
    padding: 0 12px;
    font-size: 14px;
  }

  .nav-contact span {
    display: none;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .button--text {
    min-width: 138px;
  }
}

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

/* Dreamten-inspired editorial refinement */
body {
  font-family: "Hanken Grotesk", Arial, Helvetica, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-header {
  min-height: 78px;
  padding: 0 clamp(20px, 2.1vw, 36px);
  background: rgba(255, 255, 255, 0.92);
}

.site-brand {
  letter-spacing: 0;
}

.site-nav {
  gap: 17px;
  font-size: 17px;
}

.nav-contact {
  min-height: 46px;
  padding: 0 21px;
}

.menu-button {
  width: 52px;
  height: 52px;
  border-radius: 15px;
}

.hero {
  padding: 112px 30px 108px;
}

.hero-heading {
  width: min(1620px, 100%);
  margin: 0 auto 74px;
}

.hero-heading h1,
.partners h2,
.service-heading h2,
.site-footer h2,
.footer-cta h2,
.insight-grid h2 {
  margin: 0;
  font-family: "Victor Serif 60 Semibold", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-heading h1 {
  max-width: 815px;
  font-family: "Victor Serif 50 Medium", Georgia, "Times New Roman", serif;
  font-size: clamp(76px, 5.55vw, 80px);
  line-height: 1.03;
  letter-spacing: 0;
  animation: revealRise 820ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
}

.hero-mobile-intro {
  display: none;
}

.hero-work-grid {
  align-items: start;
  gap: 40px;
  width: min(1620px, 100%);
}

.work-column {
  display: grid;
  gap: 40px;
  min-width: 0;
}

.work-column--right {
  gap: 36px;
  padding-top: 5px;
}

.hero-intro-card {
  padding: 0 34px 42px 30px;
  animation: revealRise 820ms cubic-bezier(0.22, 1, 0.36, 1) 240ms both;
}

.hero-intro-card p {
  max-width: 600px;
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.hero-actions--compact {
  gap: 32px;
  margin-top: 26px;
}

.button,
.nav-contact {
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 180ms ease;
}

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

.button--text:hover {
  color: var(--muted);
}

.project-card {
  box-shadow: none;
}

.work-column--left .project-card:nth-child(1) {
  animation-delay: 170ms;
}

.work-column--right .project-card:nth-child(2) {
  animation-delay: 290ms;
}

.work-column--left .project-card:nth-child(2) {
  animation-delay: 400ms;
}

.work-column--right .project-card:nth-child(3) {
  animation-delay: 500ms;
}

.project-card--story {
  min-height: 704px;
}

.project-card--image {
  min-height: 498px;
}

.project-card--blue,
.project-card--dark {
  min-height: 448px;
}

.project-card__copy,
.project-card__overlay {
  padding: 38px;
}

.project-card h2 {
  max-width: 390px;
  font-size: 22px;
  line-height: 1.25;
}

.project-card--image h2 {
  max-width: 340px;
  font-size: 23px;
}

.partners.section-pad {
  position: relative;
  overflow: hidden;
  padding: 128px 30px 0;
}

.partners h2 {
  width: min(860px, 100%);
  margin: 0 auto 82px;
  font-size: 36px;
  line-height: 1.2;
}

.logo-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(108px, 1fr));
  gap: 58px 44px;
  align-items: center;
  width: min(1390px, 100%);
  margin: 0 auto 130px;
  color: #050505;
}

.logo-word {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  color: #050505;
  font-size: clamp(21px, 2vw, 30px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.logo-word--strike::after {
  position: absolute;
  right: 13%;
  left: 13%;
  height: 4px;
  content: "";
  background: #050505;
  transform: rotate(-2deg);
}

.logo-word--ruby::before,
.logo-word--mark::before {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  content: "";
  background: #050505;
  clip-path: polygon(50% 0, 100% 38%, 82% 100%, 18% 100%, 0 38%);
}

.logo-word--box::before,
.logo-word--pill::before {
  display: grid;
  width: 32px;
  height: 32px;
  margin-right: 9px;
  place-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  content: "K";
  background: #050505;
  border-radius: 6px;
}

.logo-word--pill::before {
  width: 36px;
  border-radius: 999px;
}

.logo-word--serif {
  font-family: "Victor Serif 60 Semibold", Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 2.2vw, 36px);
  font-weight: 400;
}

.logo-word--mono {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: clamp(18px, 1.65vw, 25px);
  font-weight: 800;
}

.testimonial-cloud {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px 30px;
  width: min(1620px, 100%);
  margin: 0 auto -94px;
  padding-top: 116px;
  text-align: left;
}

.testimonial-cloud::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: -8px;
  left: -8px;
  height: 220px;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    180deg,
    #fff 0%,
    rgba(255, 255, 255, 0.96) 37%,
    rgba(255, 255, 255, 0.72) 62%,
    rgba(255, 255, 255, 0) 100%
  );
}

.testimonial-cloud article {
  position: relative;
  min-height: 254px;
  padding: 42px 40px 34px;
  background: #f5f5f4;
  border-radius: 8px;
}

.testimonial-cloud article:nth-child(1),
.testimonial-cloud article:nth-child(3) {
  transform: translateY(-46px);
}

.testimonial-cloud article:nth-child(2) {
  transform: translateY(-10px);
}

.testimonial-cloud article:nth-child(5) {
  transform: translateY(26px);
}

.testimonial-cloud p {
  margin: 0 0 34px;
  color: #575757;
  font-size: 23px;
  line-height: 1.28;
}

.testimonial-cloud article > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 0 15px;
  align-items: center;
}

.testimonial-cloud strong {
  color: #050505;
  font-size: 18px;
  font-weight: 900;
}

.testimonial-cloud em {
  grid-column: 2;
  color: #747474;
  font-size: 16px;
  font-style: normal;
  font-weight: 650;
  line-height: 1.2;
}

.avatar {
  grid-row: span 2;
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.78), transparent 18%),
    linear-gradient(135deg, #fed7aa, #f97316 48%, #14532d);
}

.avatar--two {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, #93c5fd, #475569 52%, #171717);
}

.avatar--three {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, #fde68a, #22c55e 52%, #0f766e);
}

.avatar--four {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, #fecaca, #b91c1c 52%, #1f2937);
}

.avatar--five {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, #bbf7d0, #16a34a 52%, #334155);
}

.avatar--six {
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.72), transparent 18%),
    linear-gradient(135deg, #ddd6fe, #7c3aed 52%, #111827);
}

.insights {
  background: #f7f7f5;
}

.lookbook-grid,
.service-heading,
.service-list {
  width: min(1620px, 100%);
}

.insights > .section-kicker,
.insight-grid {
  width: min(1620px, 100%);
  margin-right: auto;
  margin-left: auto;
}

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

.insight-grid article {
  min-height: 318px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
}

.insight-grid span {
  display: block;
  height: 152px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 52%),
    #101010;
}

.insight-grid article:nth-child(2) span {
  background:
    radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.42), transparent 24%),
    #ef5f52;
}

.insight-grid article:nth-child(3) span {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), transparent 54%),
    #1d6ee5;
}

.insight-grid h2 {
  padding: 28px 30px 32px;
  color: #050505;
  font-size: 33px;
  line-height: 1.04;
}

.site-footer {
  display: block;
  padding: 122px 30px 52px;
  color: #fff;
  background: #000;
  scroll-margin-top: 100px;
}

.site-footer > div,
.site-footer nav {
  width: auto;
}

.footer-cta {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-bottom: 118px;
  text-align: center;
}

.footer-cta h2,
.site-footer h2 {
  width: min(860px, 100%);
  margin: 0 auto 36px;
  color: #fff;
  font-size: clamp(40px, 3.4vw, 48px);
  line-height: 1.1;
  letter-spacing: 0;
}

.footer-cta em {
  font-family: "Victor Serif 55 Medium Italic", "Victor Serif 60 Semibold", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 500;
}

.button--coral {
  min-height: 50px;
  padding: 0 24px;
  color: #050505;
  background: #ff695f;
}

.button--coral:hover {
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.75fr 0.72fr 1.5fr;
  width: min(1620px, 100%);
  margin: 0 auto;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.footer-grid > * {
  padding: 52px 0;
}

.footer-grid > * + * {
  padding-left: 48px;
  border-left: 1px solid #222;
}

.site-footer nav,
.footer-social {
  display: grid;
  gap: 15px;
  align-self: start;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.footer-social span,
.footer-subscribe label {
  margin-bottom: 10px;
  color: #7c7c7c;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-social a,
.site-footer nav a {
  width: max-content;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-social a:hover,
.site-footer nav a:hover {
  color: #ff695f;
  transform: translateX(3px);
}

.footer-subscribe {
  display: grid;
  align-content: start;
}

.footer-subscribe label {
  max-width: 520px;
  color: #fff;
  font-size: 22px;
  line-height: 1.26;
  text-transform: none;
}

.footer-subscribe label em {
  color: #ff695f;
  font-style: normal;
}

.footer-subscribe > div {
  display: flex;
  gap: 6px;
  width: min(100%, 520px);
  margin-top: 24px;
  padding: 5px;
  border: 1px solid #303030;
  border-radius: 6px;
}

.footer-subscribe input {
  flex: 1;
  min-width: 0;
  height: 46px;
  padding: 0 18px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
}

.footer-subscribe input::placeholder {
  color: #7a7a7a;
}

.footer-subscribe button {
  min-height: 46px;
  padding: 0 22px;
  color: #050505;
  font-weight: 900;
  background: #fff;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  width: min(1620px, 100%);
  margin: 32px auto 0;
  color: #9a9a9a;
}

.footer-mark {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #050505;
  font-size: 24px;
  font-weight: 950;
  background: #fff;
  border-radius: 50%;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.footer-badges span {
  padding: 8px 13px;
  color: #f1f1f1;
  font-size: 13px;
  font-weight: 760;
  border: 1px solid #2c2c2c;
  border-radius: 999px;
}

@media (max-width: 1040px) {
  .hero {
    padding-top: 84px;
  }

  .hero-heading {
    margin-bottom: 56px;
    text-align: center;
  }

  .hero-heading h1 {
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(58px, 10vw, 88px);
    line-height: 0.98;
  }

  .hero-mobile-intro {
    display: block;
    width: min(610px, 100%);
    margin: 26px auto 0;
    animation: revealRise 780ms cubic-bezier(0.22, 1, 0.36, 1) 210ms both;
  }

  .hero-mobile-intro p {
    margin: 0;
    color: var(--soft-ink);
    font-size: 21px;
    line-height: 1.32;
  }

  .work-column--right {
    order: -1;
    padding-top: 0;
  }

  .work-column {
    gap: 32px;
  }

  .logo-cloud {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    width: min(760px, 100%);
  }

  .testimonial-cloud {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: -52px;
  }

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

  .footer-grid > * {
    padding: 38px 0;
  }

  .footer-grid > * + * {
    padding-left: 0;
    border-top: 1px solid #222;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .site-header {
    min-height: 72px;
    padding: 0 20px;
  }

  .menu-button {
    width: 44px;
    height: 44px;
  }

  .hero {
    padding: 58px 20px 78px;
  }

  .hero-heading {
    margin-bottom: 44px;
  }

  .hero-heading h1 {
    font-size: 53px;
    line-height: 1.01;
  }

  .hero-mobile-intro p {
    font-size: 19px;
  }

  .hero-work-grid {
    gap: 30px;
  }

  .project-card--story {
    min-height: 510px;
  }

  .project-card--image {
    min-height: 388px;
  }

  .project-card--blue,
  .project-card--dark {
    min-height: 420px;
  }

  .partners.section-pad {
    padding: 82px 20px 0;
  }

  .partners h2 {
    margin-bottom: 58px;
    font-size: 40px;
  }

  .logo-cloud {
    grid-template-columns: repeat(2, minmax(118px, 1fr));
    gap: 38px 26px;
    margin-bottom: 76px;
  }

  .logo-word {
    font-size: 22px;
  }

  .logo-word--serif {
    font-size: 29px;
  }

  .testimonial-cloud {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 0;
    padding-top: 74px;
  }

  .testimonial-cloud::before {
    height: 150px;
  }

  .testimonial-cloud article,
  .testimonial-cloud article:nth-child(1),
  .testimonial-cloud article:nth-child(2),
  .testimonial-cloud article:nth-child(3),
  .testimonial-cloud article:nth-child(5) {
    min-height: 0;
    padding: 32px 28px;
    transform: none;
  }

  .testimonial-cloud p {
    font-size: 21px;
  }

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

  .site-footer {
    padding: 82px 20px 36px;
  }

  .footer-cta {
    padding-bottom: 70px;
  }

  .footer-cta h2,
  .site-footer h2 {
    font-size: 48px;
  }

  .footer-subscribe > div {
    display: grid;
    border-radius: 20px;
  }

  .footer-bottom {
    display: grid;
    justify-items: start;
  }

  .footer-badges {
    justify-content: flex-start;
  }
}

@media (max-width: 430px) {
  .hero-heading h1 {
    font-size: 47px;
  }

  .hero-mobile-intro .hero-actions {
    gap: 14px;
  }

  .partners h2 {
    font-size: 36px;
  }

  .footer-cta h2,
  .site-footer h2 {
    font-size: 42px;
  }
}

/* Layout pass: match Dreamten page rhythm and subpage patterns */
:root {
  --dream-frame: min(1400px, calc(100vw - 200px));
  --dream-narrow: min(1080px, calc(100vw - 200px));
}

.section-pad {
  padding: 124px 0;
}

.hero {
  padding: 80px 0 112px;
}

.hero-heading,
.hero-work-grid,
.logo-cloud,
.testimonial-cloud,
.lookbook-grid,
.process-list,
.insight-grid,
.footer-grid,
.footer-bottom {
  width: var(--dream-frame);
}

.hero-heading {
  margin-bottom: 80px;
}

.hero-heading h1 {
  max-width: 1240px;
}

.hero-intro-card {
  padding: 0 40px;
}

.work-column--right {
  gap: 72px;
  padding-top: 0;
}

.hero-actions--compact {
  margin-top: 24px;
}

.project-card--story {
  min-height: 692px;
}

.project-card--image {
  min-height: 500px;
}

.project-card--blue,
.project-card--dark {
  min-height: 500px;
}

.round-photo--one,
.round-photo--two,
.round-photo--three {
  background-position: center;
  background-size: cover;
}

.round-photo--one {
  background-position: 50% 55%;
}

.round-photo--two {
  background-position: 58% 48%;
}

.round-photo--three {
  background-position: 40% 44%;
}

.partners.section-pad {
  padding: 140px 0 0;
}

.logo-cloud {
  width: min(1180px, var(--dream-frame));
  margin-bottom: 126px;
}

.testimonial-cloud {
  margin-bottom: -82px;
}

.lookbook {
  background: #fff;
}

.section-title,
.process-hero h2,
.about-copy h2,
.insights-heading h2 {
  margin: 0;
  font-family: "Victor Serif 50 Medium", Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.section-title {
  width: var(--dream-frame);
  margin: 0 auto 72px;
  font-size: 80px;
  line-height: 1.03;
}

.lookbook-grid {
  gap: 24px;
}

.lookbook-grid article {
  min-height: 388px;
  padding: 34px;
  background: #f6f6f6;
  border: 0;
}

.lookbook-grid article:nth-child(2) {
  background: #050505;
  color: #fff;
}

.lookbook-grid article:nth-child(2) p,
.lookbook-grid article:nth-child(2) span {
  color: rgba(255, 255, 255, 0.7);
}

.lookbook-grid span {
  margin-bottom: 112px;
  color: #757575;
}

.lookbook-grid h2 {
  font-family: "Victor Serif 60 Semibold", Georgia, "Times New Roman", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.08;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 46px;
  align-items: start;
  width: var(--dream-narrow);
  margin: 0 auto;
  padding-top: 106px;
}

.about-split.section-pad {
  padding-bottom: 76px;
}

.about-copy {
  padding-top: 6px;
}

.about-copy h2 {
  margin-bottom: 24px;
  font-size: 60px;
  line-height: 1.03;
}

.about-copy h2 span {
  font-family: "Hanken Grotesk", Arial, sans-serif;
  font-size: 54px;
  letter-spacing: 0;
}

.about-copy p {
  max-width: 570px;
  margin: 0;
  color: #171717;
  font-size: 20px;
  line-height: 1.4;
}

.about-copy p + p {
  margin-top: 28px;
}

.about-collage {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 28px;
  align-items: end;
}

.about-photo {
  display: block;
  min-height: 220px;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}

.about-photo--large {
  grid-row: span 2;
  min-height: 462px;
  background-image: var(--team-photo);
}

.about-photo--small {
  min-height: 212px;
  background-image: var(--analytics-photo);
}

.about-photo--wide {
  min-height: 254px;
  background-image: var(--code-photo);
}

.services {
  overflow: hidden;
  background: #fff;
}

.services.section-pad {
  padding-top: 86px;
}

.process-hero {
  width: var(--dream-frame);
  margin: 0 auto;
  text-align: center;
}

.process-hero h2 {
  width: min(1040px, 100%);
  margin: 0 auto;
  font-size: 80px;
  line-height: 1.03;
}

.process-hero em {
  font-family: "Victor Serif 55 Medium Italic", "Victor Serif 50 Medium", Georgia, serif;
  font-style: italic;
}

.process-hero > span {
  display: block;
  margin-top: 90px;
  color: #757575;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.process-list {
  margin: 0 auto;
}

.process-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  gap: 78px;
  align-items: center;
  min-height: 360px;
  padding: 42px 0;
}

.process-list article:nth-child(even) {
  grid-template-columns: minmax(0, 1.07fr) minmax(0, 0.93fr);
}

.process-list article:nth-child(even) .process-copy {
  order: 2;
}

.process-copy h3 {
  margin: 0 0 18px;
  font-family: "Victor Serif 60 Semibold", Georgia, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1;
}

.process-copy p {
  max-width: 560px;
  margin: 0 0 48px;
  color: #050505;
  font-size: 22px;
  line-height: 1.25;
}

.process-kicker {
  display: block;
  margin-bottom: 18px;
  color: #9a9a9a;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}

.process-copy ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 34px;
  max-width: 560px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-copy li {
  color: #171717;
  font-size: 18px;
  line-height: 1.3;
}

.process-art {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  overflow: visible;
}

.process-art::before,
.process-art::after {
  position: absolute;
  content: "";
}

.process-art--map::before {
  right: 52px;
  bottom: 40px;
  width: 360px;
  height: 260px;
  border: 4px solid #050505;
  border-radius: 42% 58% 46% 54% / 52% 43% 57% 48%;
  transform: rotate(-8deg);
}

.process-art--map::after {
  right: 205px;
  bottom: 145px;
  width: 142px;
  height: 106px;
  background:
    linear-gradient(90deg, transparent 30%, #2ed8d3 31% 34%, transparent 35% 64%, #2ed8d3 65% 68%, transparent 69%),
    linear-gradient(#2ed8d3 0 0) center / 96% 4px no-repeat;
  border: 4px solid #2ed8d3;
  transform: perspective(320px) rotateY(-24deg) rotateZ(-5deg);
}

.process-art--wireframe::before {
  left: 72px;
  bottom: 42px;
  width: 430px;
  height: 280px;
  background:
    linear-gradient(#050505 0 0) 38px 52px / 210px 4px no-repeat,
    linear-gradient(#050505 0 0) 38px 92px / 310px 4px no-repeat,
    linear-gradient(#050505 0 0) 38px 132px / 185px 4px no-repeat,
    linear-gradient(#2ed8d3 0 0) 38px 188px / 260px 18px no-repeat,
    linear-gradient(#ff6656 0 0) 38px 224px / 146px 18px no-repeat,
    #fff;
  border: 4px solid #050505;
  border-radius: 18px;
  box-shadow: 24px 24px 0 #f6f6f6;
  transform: rotate(3deg);
}

.process-art--wireframe::after {
  right: 70px;
  top: 44px;
  width: 150px;
  height: 86px;
  border: 4px solid #050505;
  border-radius: 999px 999px 20px 20px;
  border-bottom: 0;
}

.process-art--code::before {
  left: 64px;
  bottom: 54px;
  width: 440px;
  height: 274px;
  background:
    linear-gradient(#fff 0 0) 42px 42px / 220px 6px no-repeat,
    linear-gradient(#2ed8d3 0 0) 42px 92px / 300px 18px no-repeat,
    linear-gradient(#2176d9 0 0) 42px 134px / 230px 18px no-repeat,
    linear-gradient(#ff6656 0 0) 42px 176px / 285px 18px no-repeat,
    #111a1d;
  border: 15px solid #2b3035;
  border-radius: 10px;
  transform: rotate(-4deg);
}

.process-art--code::after {
  left: 92px;
  bottom: 28px;
  width: 430px;
  height: 20px;
  background: #cfd5df;
  border-radius: 0 0 24px 24px;
  transform: rotate(-4deg);
}

.process-art::before,
.process-art::after {
  display: none;
}

.process-art svg {
  width: 100%;
  max-width: 620px;
  height: auto;
  overflow: visible;
}

.process-art svg :is(path, rect, circle) {
  vector-effect: non-scaling-stroke;
}

.process-art svg :is(path, rect, circle):not([fill]) {
  fill: none;
}

.process-art svg :is(path, rect, circle):not([stroke]) {
  stroke: #050505;
}

.process-art svg :is(path, rect, circle):not([stroke="none"]) {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}

.insights {
  background: #fff;
}

.insights-heading {
  width: var(--dream-frame);
  padding-bottom: 116px;
  margin: 0 auto 80px;
  border-bottom: 1px solid #dedede;
}

.insights-heading h2 {
  font-size: 80px;
  line-height: 1.03;
}

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

.insight-grid article {
  min-height: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

.insight-grid span {
  position: relative;
  display: block;
  height: 400px;
  margin-bottom: 44px;
  overflow: hidden;
  border-radius: 8px;
}

.insight-grid h2 {
  padding: 0;
  font-family: "Victor Serif 60 Semibold", Georgia, serif;
  font-size: 36px;
  line-height: 1.2;
}

.insight-grid p {
  max-width: 590px;
  margin: 14px 0 0;
  color: #464646;
  font-size: 20px;
  line-height: 1.4;
}

.insight-grid article span.insight-visual--one {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0) 58%),
    radial-gradient(circle at 72% 22%, rgba(255, 255, 255, 0.75), transparent 19%),
    #d9dde1;
}

.insight-visual--one::before,
.insight-visual--one::after,
.insight-visual--two::before,
.insight-visual--two::after {
  position: absolute;
  content: "";
}

.insight-visual--one::before {
  left: 96px;
  top: 88px;
  width: 330px;
  height: 206px;
  background:
    linear-gradient(#050505 0 0) 20px 20px / 72px 5px no-repeat,
    linear-gradient(#050505 0 0) 20px 55px / 180px 4px no-repeat,
    linear-gradient(#050505 0 0) 20px 84px / 132px 4px no-repeat,
    linear-gradient(#ff695f 0 0) 20px 130px / 118px 12px no-repeat,
    linear-gradient(#31d1cc 0 0) 154px 130px / 122px 12px no-repeat,
    #fff;
  border-radius: 5px;
  box-shadow: 0 42px 70px rgba(0, 0, 0, 0.12);
  transform: perspective(720px) rotateY(18deg) rotateX(4deg) rotateZ(-6deg);
}

.insight-visual--one::after {
  left: 72px;
  bottom: 55px;
  width: 430px;
  height: 13px;
  background: #f7f7f7;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.insight-grid article span.insight-visual--two {
  background:
    radial-gradient(circle at 50% 72%, rgba(255, 105, 95, 0.98), transparent 28%),
    radial-gradient(circle at 66% 63%, rgba(252, 92, 255, 0.9), transparent 28%),
    radial-gradient(circle at 38% 45%, rgba(49, 209, 204, 0.72), transparent 26%),
    linear-gradient(135deg, #004be6, #0070ff 45%, #1722c4);
}

.insight-visual--two::before {
  left: 112px;
  top: 132px;
  width: 174px;
  height: 82px;
  background: #fff;
  clip-path: polygon(0 0, 31% 0, 31% 60%, 49% 0, 75% 0, 48% 100%, 24% 100%, 24% 58%, 0 100%);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.55));
}

.insight-visual--two::after {
  top: 132px;
  right: 124px;
  width: 130px;
  height: 82px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 36%, 62% 36%, 100% 100%, 58% 100%, 0 0);
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.48));
}

.footer-grid,
.footer-bottom {
  width: var(--dream-frame);
}

@media (max-width: 1040px) {
  :root {
    --dream-frame: calc(100vw - 40px);
    --dream-narrow: calc(100vw - 40px);
  }

  .section-pad {
    padding: 92px 0;
  }

  .hero {
    padding: 72px 0 86px;
  }

  .hero-heading {
    margin-bottom: 52px;
  }

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

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

  .work-column--right {
    gap: 32px;
  }

  .about-split,
  .process-list article,
  .process-list article:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .process-list article:nth-child(even) .process-copy {
    order: 0;
  }

  .about-collage {
    grid-template-columns: 1fr 1fr;
  }

  .process-hero h2,
  .section-title,
  .insights-heading h2 {
    font-size: 64px;
  }

  .process-art {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  :root {
    --dream-frame: calc(100vw - 40px);
    --dream-narrow: calc(100vw - 40px);
  }

  .hero {
    padding: 58px 0 78px;
  }

  .hero-heading h1 {
    font-size: 52px;
  }

  .section-title,
  .process-hero h2,
  .insights-heading h2 {
    font-size: 52px;
    line-height: 1.05;
  }

  .lookbook-grid,
  .insight-grid {
    grid-template-columns: 1fr;
  }

  .about-split {
    gap: 36px;
  }

  .about-copy h2 {
    font-size: 48px;
  }

  .about-copy h2 span {
    font-size: 42px;
  }

  .about-copy p,
  .process-copy p,
  .insight-grid p {
    font-size: 19px;
  }

  .about-collage {
    grid-template-columns: 1fr;
  }

  .about-photo--large,
  .about-photo--small,
  .about-photo--wide {
    grid-row: auto;
    min-height: 260px;
  }

  .process-hero > span {
    margin-top: 54px;
  }

  .process-list {
    margin-top: 38px;
  }

  .process-list article {
    gap: 30px;
    min-height: 0;
    padding: 42px 0;
  }

  .process-copy ul {
    grid-template-columns: 1fr;
  }

  .process-art {
    min-height: 280px;
  }

  .process-art--map::before,
  .process-art--wireframe::before,
  .process-art--code::before {
    left: 20px;
    right: auto;
    width: calc(100% - 40px);
  }

  .process-art--map::after {
    right: auto;
    left: 92px;
  }

  .insights-heading {
    padding-bottom: 64px;
    margin-bottom: 48px;
  }

  .insight-grid span {
    height: 260px;
    margin-bottom: 26px;
  }
}

@media (max-width: 430px) {
  .hero-heading h1 {
    font-size: 46px;
  }

  .section-title,
  .process-hero h2,
  .insights-heading h2 {
    font-size: 44px;
  }
}

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

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

  .reveal-ready [data-home-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Career-memos inspired landing page for Kode */
.kms-site {
  --kms-surface: #f0eee6;
  --kms-raised: #fbf8f2;
  --kms-sunken: #e7e2d6;
  --kms-ink: #181818;
  --kms-ink-2: #2c2b27;
  --kms-ink-3: #5f5c54;
  --kms-ink-4: #9a968b;
  --kms-line: rgba(24, 24, 24, 0.12);
  --kms-line-strong: rgba(24, 24, 24, 0.2);
  --kms-clay: #d97757;
  --kms-clay-soft: #e6a895;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--kms-surface);
  color: var(--kms-ink);
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kms-site p {
  max-width: 70ch;
}

.kms-container {
  width: min(1280px, calc(100vw - 80px));
  margin: 0 auto;
}

.kms-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--kms-line);
  background: rgba(240, 238, 230, 0.88);
  backdrop-filter: blur(14px);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.kms-header.is-scrolled {
  background: rgba(240, 238, 230, 0.96);
  box-shadow: 0 1px 0 rgba(24, 24, 24, 0.06);
}

.kms-nav-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100vw - 48px));
  min-height: 64px;
  margin: 0 auto;
  gap: 24px;
}

.kms-brand {
  color: var(--kms-ink);
  font-family: "Instrument Serif", "Fraunces", Georgia, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}

.kms-brand span {
  color: var(--kms-clay);
  font-style: normal;
}

.kms-nav,
.kms-header-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.kms-nav a,
.kms-link {
  color: var(--kms-ink-2);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color 160ms ease;
}

.kms-nav a:hover,
.kms-link:hover {
  color: var(--kms-ink);
}

.kms-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: var(--kms-ink);
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.kms-btn:hover {
  transform: translateY(-1px);
}

.kms-btn--primary {
  color: var(--kms-surface);
  background: var(--kms-ink);
  border-color: var(--kms-ink);
}

.kms-btn--primary:hover {
  background: var(--kms-ink-2);
  border-color: var(--kms-ink-2);
}

.kms-btn--ghost {
  color: var(--kms-ink);
  border-color: var(--kms-line-strong);
}

.kms-btn--ghost:hover {
  background: rgba(24, 24, 24, 0.04);
}

.kms-btn--light {
  color: var(--kms-ink);
  background: var(--kms-raised);
  border-color: var(--kms-raised);
}

.kms-btn--dark-ghost {
  color: var(--kms-raised);
  border-color: rgba(251, 248, 242, 0.28);
}

.kms-btn--dark-ghost:hover {
  background: rgba(251, 248, 242, 0.08);
}

.kms-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.kms-hero {
  padding: 106px 0 72px;
}

.kms-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(320px, 4fr);
  gap: 56px;
  align-items: start;
}

.kms-display {
  max-width: 840px;
  margin: 0;
  color: var(--kms-ink);
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(56px, 7.3vw, 104px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.kms-display span {
  color: var(--kms-clay);
  font-family: "Fraunces", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 72;
}

.kms-hero-copy {
  max-width: 610px;
  margin: 32px 0 0;
  color: var(--kms-ink-2);
  font-size: 20px;
  line-height: 1.55;
}

.kms-hero-aside {
  padding-top: 18px;
}

.kms-hero-aside p {
  margin: 0;
  color: var(--kms-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  font-variation-settings: "opsz" 28;
  line-height: 1.34;
}

.kms-hero-aside .kms-actions {
  margin-top: 30px;
}

.kms-demo {
  padding: 0 0 76px;
}

.kms-dark-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 64px;
  align-items: center;
  overflow: hidden;
  padding: 76px;
  color: var(--kms-raised);
  background:
    radial-gradient(circle at 92% 8%, rgba(217, 119, 87, 0.25), transparent 28%),
    #181818;
  border-radius: 28px;
}

.kms-dark-copy h2,
.kms-final-cta h2 {
  margin: 0;
  color: var(--kms-raised);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(38px, 4.6vw, 66px);
  font-weight: 400;
  font-variation-settings: "opsz" 120;
  line-height: 1.04;
  letter-spacing: 0;
}

.kms-dark-copy h2 span,
.kms-final-cta h2 span {
  color: var(--kms-clay-soft);
  font-style: italic;
}

.kms-dark-copy p {
  max-width: 520px;
  margin: 30px 0 0;
  color: rgba(251, 248, 242, 0.74);
  line-height: 1.65;
}

.kms-conversation {
  display: grid;
  gap: 18px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
}

.kms-conversation-line {
  opacity: 0.52;
  animation: kmsPulse 9s cubic-bezier(0.2, 0, 0, 1) infinite;
  animation-delay: var(--reveal-delay, 0ms);
}

.kms-conversation-line span {
  display: block;
  margin-bottom: 6px;
  color: var(--kms-clay-soft);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.kms-conversation-line p {
  margin: 0;
  color: rgba(251, 248, 242, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.kms-thinking {
  display: flex;
  align-items: center;
  gap: 8px;
}

.kms-thinking span {
  margin: 0;
  color: rgba(251, 248, 242, 0.52);
}

.kms-thinking i::after {
  content: "|";
  color: var(--kms-clay-soft);
  font-style: normal;
  animation: kmsCaret 1.05s steps(2, end) infinite;
}

.kms-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 28px;
  overflow: hidden;
  background: var(--kms-line);
  border: 1px solid var(--kms-line);
  border-radius: 8px;
}

.kms-proof-grid article {
  min-height: 212px;
  padding: 30px;
  background: var(--kms-raised);
}

.kms-proof-grid span,
.kms-service-grid span,
.kms-flow-list > article > span {
  display: block;
  color: var(--kms-ink-4);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.3;
}

.kms-proof-grid strong {
  display: block;
  margin-top: 54px;
  color: var(--kms-ink);
  font-size: 24px;
  font-weight: 650;
  line-height: 1.12;
}

.kms-proof-grid p {
  margin: 14px 0 0;
  color: var(--kms-ink-3);
  font-size: 15px;
  line-height: 1.55;
}

.kms-flow,
.kms-services,
.kms-asks,
.kms-fit {
  border-top: 1px solid var(--kms-line);
}

.kms-flow {
  padding: 92px 0 106px;
}

.kms-section-head {
  display: grid;
  grid-template-columns: minmax(0, 7fr) minmax(280px, 5fr);
  gap: 48px;
  align-items: start;
  margin-bottom: 70px;
}

.kms-section-head h2 {
  max-width: 760px;
  margin: 0;
  color: var(--kms-ink);
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.kms-section-head p {
  max-width: 480px;
  margin: 6px 0 0;
  color: var(--kms-ink-3);
  line-height: 1.6;
}

.kms-flow-list {
  display: grid;
  gap: 76px;
}

.kms-flow-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 36px;
  align-items: start;
}

.kms-flow-list em,
.kms-ask-grid em {
  display: block;
  margin-bottom: 10px;
  color: var(--kms-clay);
  font-family: "Fraunces", Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  font-variation-settings: "opsz" 30;
  line-height: 1;
}

.kms-flow-list h3,
.kms-service-grid h3,
.kms-fit-grid h3 {
  margin: 0;
  color: var(--kms-ink);
  font-family: "Inter Tight", "Inter", ui-sans-serif, system-ui, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

.kms-flow-list p {
  margin: 18px 0 0;
  color: var(--kms-ink-3);
  line-height: 1.62;
}

.kms-flow-list aside {
  display: grid;
  gap: 12px;
}

.kms-flow-list aside strong {
  color: var(--kms-clay);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.kms-flow-list aside p {
  margin: -6px 0 0;
  padding: 18px 20px;
  color: var(--kms-ink-2);
  background: var(--kms-raised);
  border: 1px solid var(--kms-line);
  border-radius: 16px;
}

.kms-services {
  padding: 86px 0;
  background: var(--kms-sunken);
}

.kms-services .kms-section-head {
  margin-bottom: 48px;
}

.kms-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.kms-service-grid article {
  padding-top: 22px;
  border-top: 2px solid var(--kms-ink);
}

.kms-service-grid h3 {
  margin-top: 14px;
  font-size: 27px;
}

.kms-service-grid p,
.kms-fit-grid p {
  margin: 12px 0 0;
  color: var(--kms-ink-3);
  line-height: 1.62;
}

.kms-studio {
  padding: 84px 0;
}

.kms-studio-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.kms-photo {
  position: relative;
  min-height: 360px;
  margin: 0;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}

.kms-photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.58));
}

.kms-photo--team {
  min-height: 480px;
  background-image: var(--team-photo);
}

.kms-photo--code {
  background-image: var(--code-photo);
}

.kms-photo--analytics {
  background-image: var(--analytics-photo);
}

.kms-photo figcaption {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  color: #fff;
  font-size: 19px;
  font-weight: 650;
  line-height: 1.2;
}

.kms-asks,
.kms-fit {
  padding: 86px 0;
}

.kms-ask-grid,
.kms-fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.kms-ask-grid ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kms-ask-grid li {
  color: var(--kms-ink-2);
  font-size: 16px;
  line-height: 1.55;
}

.kms-fit {
  background: var(--kms-raised);
}

.kms-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: var(--kms-line);
  border: 1px solid var(--kms-line);
  border-radius: 8px;
}

.kms-fit-grid article {
  min-height: 246px;
  padding: 34px;
  background: var(--kms-raised);
}

.kms-footer {
  padding: 84px 0 34px;
  color: var(--kms-raised);
  background: var(--kms-ink);
}

.kms-final-cta {
  display: grid;
  justify-items: center;
  padding: 64px 0 86px;
  text-align: center;
}

.kms-final-cta .kms-actions {
  justify-content: center;
  margin-top: 34px;
}

.kms-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.7fr 1.2fr;
  gap: 1px;
  overflow: hidden;
  border-top: 1px solid rgba(251, 248, 242, 0.14);
  border-bottom: 1px solid rgba(251, 248, 242, 0.14);
}

.kms-footer-grid > * {
  padding: 36px 28px 40px 0;
}

.kms-footer-grid > * + * {
  padding-left: 28px;
  border-left: 1px solid rgba(251, 248, 242, 0.14);
}

.kms-brand--footer {
  color: var(--kms-raised);
}

.kms-footer-grid p {
  margin: 14px 0 0;
  color: rgba(251, 248, 242, 0.62);
  font-size: 15px;
  line-height: 1.58;
}

.kms-footer-grid nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.kms-footer-grid strong {
  margin-bottom: 8px;
  color: rgba(251, 248, 242, 0.5);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}

.kms-footer-grid a {
  width: max-content;
  color: var(--kms-raised);
  font-size: 15px;
  transition: color 160ms ease;
}

.kms-footer-grid a:hover {
  color: var(--kms-clay-soft);
}

.kms-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  color: rgba(251, 248, 242, 0.5);
  font-size: 13px;
}

@keyframes kmsPulse {
  0%,
  18% {
    opacity: 0.45;
  }

  24%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0.45;
  }
}

@keyframes kmsCaret {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@media (max-width: 1040px) {
  .kms-container,
  .kms-nav-shell {
    width: calc(100vw - 40px);
  }

  .kms-nav {
    display: none;
  }

  .kms-hero {
    padding: 74px 0 56px;
  }

  .kms-hero-grid,
  .kms-dark-panel,
  .kms-section-head,
  .kms-flow-list article,
  .kms-studio-grid,
  .kms-footer-grid {
    grid-template-columns: 1fr;
  }

  .kms-hero-grid,
  .kms-dark-panel,
  .kms-section-head {
    gap: 34px;
  }

  .kms-hero-aside {
    padding-top: 0;
  }

  .kms-dark-panel {
    padding: 44px;
    border-radius: 22px;
  }

  .kms-proof-grid,
  .kms-service-grid,
  .kms-ask-grid,
  .kms-fit-grid {
    grid-template-columns: 1fr;
  }

  .kms-flow-list article {
    gap: 18px;
  }

  .kms-flow-list > article > span {
    display: none;
  }

  .kms-photo,
  .kms-photo--team {
    min-height: 330px;
  }

  .kms-footer-grid > * {
    padding: 30px 0;
  }

  .kms-footer-grid > * + * {
    padding-left: 0;
    border-top: 1px solid rgba(251, 248, 242, 0.14);
    border-left: 0;
  }
}

@media (max-width: 700px) {
  .kms-site {
    font-size: 16px;
  }

  .kms-nav-shell {
    min-height: 66px;
  }

  .kms-brand {
    font-size: 29px;
  }

  .kms-header-actions {
    gap: 10px;
  }

  .kms-link {
    display: none;
  }

  .kms-header-actions .kms-btn {
    min-height: 38px;
    padding: 0 14px;
    font-size: 14px;
  }

  .kms-display {
    font-size: clamp(52px, 15vw, 68px);
  }

  .kms-hero-copy,
  .kms-hero-aside p {
    font-size: 18px;
  }

  .kms-dark-panel {
    padding: 30px 22px;
    border-radius: 18px;
  }

  .kms-dark-copy h2,
  .kms-final-cta h2 {
    font-size: 39px;
  }

  .kms-conversation {
    padding: 20px;
  }

  .kms-flow,
  .kms-services,
  .kms-asks,
  .kms-fit,
  .kms-studio {
    padding: 66px 0;
  }

  .kms-section-head {
    margin-bottom: 44px;
  }

  .kms-section-head h2 {
    font-size: 38px;
  }

  .kms-flow-list {
    gap: 58px;
  }

  .kms-flow-list h3,
  .kms-service-grid h3,
  .kms-fit-grid h3 {
    font-size: 26px;
  }

  .kms-proof-grid article,
  .kms-fit-grid article {
    min-height: 0;
    padding: 26px;
  }

  .kms-proof-grid strong {
    margin-top: 34px;
  }

  .kms-footer {
    padding-top: 58px;
  }

  .kms-final-cta {
    padding: 40px 0 58px;
  }

  .kms-footer-bottom {
    flex-direction: column;
  }
}

/* Blog platform */
.kd-blog-main,
.kd-article-main {
  background: #ffffff;
}

.kd-blog-hero,
.kd-article-hero {
  padding-block: clamp(72px, 9vw, 124px) clamp(42px, 6vw, 72px);
}

.kd-blog-hero-grid,
.kd-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.65fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.kd-blog-hero h1,
.kd-article-hero h1 {
  max-width: 920px;
  margin: 18px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(3.4rem, 6.8vw, 6.5rem);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

.kd-blog-hero p:not(.kd-eyebrow),
.kd-article-hero p:not(.kd-eyebrow) {
  margin: 0;
  color: var(--kd-black);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.kd-blog-hero .kd-dream-arrow-link {
  display: inline-flex;
  margin-top: 28px;
}

.kd-blog-filter {
  border-top: 1px solid var(--kd-hairline);
  border-bottom: 1px solid var(--kd-hairline);
  background: #ffffff;
}

.kd-blog-filter .kd-public-content {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-block: 18px;
}

.kd-blog-filter-link {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid var(--kd-hairline);
  border-radius: 999px;
  color: var(--kd-black);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.kd-blog-filter-link:hover,
.kd-blog-filter-link.is-active {
  border-color: var(--kd-black);
  background: var(--kd-black);
  color: #ffffff;
}

.kd-blog-featured-section,
.kd-blog-list-section,
.kd-article-body-section {
  padding-block: clamp(44px, 7vw, 86px);
}

.kd-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  color: var(--kd-ink);
  text-decoration: none;
}

.kd-blog-featured figure,
.kd-blog-card figure,
.kd-article-hero figure {
  margin: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.02)),
    var(--blog-image) center / cover;
  border-radius: 22px;
}

.kd-blog-featured figure {
  min-height: clamp(360px, 44vw, 560px);
}

.kd-blog-featured > div {
  align-self: end;
  padding-block: clamp(12px, 2vw, 28px);
}

.kd-blog-featured span,
.kd-blog-card span,
.kd-article-panel > span {
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kd-blog-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 0;
}

.kd-article-hero .kd-blog-tags {
  margin-bottom: 14px;
}

.kd-language-tag,
.adm-language-tag {
  display: inline-flex;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 1px solid rgba(17, 17, 17, 0.16);
  border-radius: 999px;
  background: #ffffff;
  color: var(--kd-black);
  font-size: 10px;
  font-weight: 840;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.adm-language-tag {
  min-height: 24px;
  background: #f6f1e8;
  color: #111111;
}

.kd-blog-featured h2 {
  margin: 14px 0 0;
  color: inherit;
  font-family: var(--kd-serif);
  font-size: clamp(2.2rem, 4.2vw, 4.5rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: 0;
}

.kd-blog-featured p,
.kd-blog-card p {
  margin: 18px 0 0;
  color: var(--kd-muted);
  font-size: 16px;
  line-height: 1.62;
}

.kd-blog-featured small,
.kd-blog-card small,
.kd-article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  color: var(--kd-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.kd-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 38px);
}

.kd-blog-card a {
  display: grid;
  color: var(--kd-ink);
  text-decoration: none;
}

.kd-blog-card figure {
  aspect-ratio: 1.18 / 1;
  transition: transform 360ms var(--kd-ease);
}

.kd-blog-card:hover figure {
  transform: translateY(-2px);
}

.kd-blog-card a > div {
  padding-top: 22px;
}

.kd-blog-card h2 {
  margin: 12px 0 0;
  color: inherit;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 760;
  line-height: 1.04;
}

.kd-blog-empty {
  max-width: 760px;
  padding-block: clamp(42px, 7vw, 90px);
}

.kd-blog-empty h2,
.kd-blog-section-head h2 {
  margin: 14px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  font-weight: 500;
  line-height: 0.98;
}

.kd-blog-empty p:not(.kd-eyebrow) {
  margin: 22px 0 0;
  color: var(--kd-muted);
  font-size: 19px;
  line-height: 1.55;
}

.kd-blog-empty .kd-btn {
  margin-top: 28px;
}

.kd-blog-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--kd-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
}

.kd-blog-breadcrumb a {
  color: var(--kd-black);
  text-decoration: none;
}

.kd-article-hero-grid {
  align-items: center;
}

.kd-article-hero figure {
  min-height: clamp(360px, 43vw, 610px);
}

.kd-article-meta span,
.kd-article-meta time {
  display: inline-flex;
  align-items: center;
}

.kd-article-meta > * + *::before {
  content: "/";
  margin-right: 8px;
  color: #d2cdc5;
}

.kd-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(260px, 0.22fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(38px, 6vw, 72px);
}

.kd-rich-text {
  max-width: 790px;
  color: var(--kd-ink);
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  line-height: 1.72;
}

.kd-rich-text > *:first-child {
  margin-top: 0;
}

.kd-rich-text p,
.kd-rich-text ul,
.kd-rich-text ol,
.kd-rich-text blockquote,
.kd-rich-text pre,
.kd-rich-text figure {
  margin: 0 0 1.45em;
}

.kd-rich-text h2,
.kd-rich-text h3,
.kd-rich-text h4 {
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-weight: 500;
  line-height: 1.04;
  scroll-margin-top: 110px;
}

.kd-rich-text h2 {
  margin: 1.35em 0 0.45em;
  font-size: clamp(2.05rem, 4vw, 3.75rem);
}

.kd-rich-text h3 {
  margin: 1.2em 0 0.45em;
  font-size: clamp(1.62rem, 2.8vw, 2.6rem);
}

.kd-rich-text h4 {
  margin: 1.1em 0 0.45em;
  font-size: 1.35rem;
}

.kd-rich-text a {
  color: var(--kd-black);
  font-weight: 750;
  text-decoration-color: var(--kd-clay);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.kd-rich-text blockquote {
  padding: 24px 0 24px 28px;
  border-left: 4px solid var(--kd-clay);
  color: var(--kd-black);
  font-family: var(--kd-serif);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.18;
}

.kd-rich-text code,
.kd-rich-text pre {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.kd-rich-text code {
  padding: 0.08em 0.32em;
  border-radius: 5px;
  background: var(--kd-cream);
  font-size: 0.88em;
}

.kd-rich-text pre {
  overflow-x: auto;
  padding: 18px;
  border-radius: 14px;
  background: #111111;
  color: #ffffff;
  font-size: 0.9rem;
}

.kd-rich-text img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.kd-article-aside {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 22px;
}

.kd-article-panel {
  display: grid;
  gap: 13px;
  padding-top: 18px;
  border-top: 1px solid var(--kd-hairline);
}

.kd-article-panel a {
  color: var(--kd-black);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  text-decoration: none;
  transition: color 160ms ease;
}

.kd-article-panel a:hover {
  color: var(--kd-clay);
}

.kd-article-panel a.is-nested {
  padding-left: 14px;
  color: var(--kd-muted);
  font-size: 13px;
}

.kd-share-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--kd-hairline);
  border-radius: 18px;
  background: var(--kd-cream);
}

.kd-share-head {
  display: grid;
  gap: 6px;
}

.kd-share-head span {
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.kd-share-head strong {
  color: var(--kd-black);
  font-size: 18px;
  font-weight: 760;
  line-height: 1.05;
}

.kd-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kd-share-chip {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 999px;
  color: var(--kd-black);
  background: #ffffff;
  font: inherit;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}

.kd-share-chip:hover {
  border-color: var(--kd-black);
  transform: translateY(-1px);
}

.kd-share-chip-primary {
  border-color: var(--kd-black);
  background: var(--kd-black);
  color: #ffffff;
}

.kd-share-status {
  min-height: 1.2em;
  margin: 0;
  color: var(--kd-muted);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.kd-blog-section-head {
  max-width: 780px;
  margin-bottom: clamp(28px, 5vw, 52px);
}

.kd-related-section {
  border-top: 1px solid var(--kd-hairline);
}

.adm-filter-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 999px;
  color: #4b5563;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.adm-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.adm-filter-link:hover,
.adm-filter-link.is-active {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.adm-inline-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.adm-inline-actions form {
  margin: 0;
}

.adm-table-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  color: #111111;
  background: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.adm-table-action:hover {
  border-color: #111111;
  background: #111111;
  color: #ffffff;
}

.adm-form-help {
  display: block;
  margin-top: 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .kd-blog-hero-grid,
  .kd-blog-featured,
  .kd-article-hero-grid,
  .kd-article-layout {
    grid-template-columns: 1fr;
  }

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

  .kd-article-aside {
    position: static;
    order: -1;
  }
}

@media (max-width: 700px) {
  .kd-blog-hero,
  .kd-article-hero {
    padding-block: 58px 38px;
  }

  .kd-blog-hero h1,
  .kd-article-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.6rem);
  }

  .kd-blog-grid {
    grid-template-columns: 1fr;
  }

  .kd-blog-featured figure,
  .kd-article-hero figure {
    min-height: 330px;
  }

  .kd-blog-filter .kd-public-content {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 14px;
  }

  .kd-blog-filter-link {
    white-space: nowrap;
  }

  .kd-rich-text {
    font-size: 1rem;
  }
}

/* SEO location pages */
.kd-location-main {
  background: #ffffff;
}

.kd-location-hero {
  padding-block: clamp(72px, 9vw, 124px) clamp(42px, 6vw, 76px);
}

.kd-location-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: end;
}

.kd-location-hero h1 {
  max-width: 980px;
  margin: 18px 0 0;
  color: var(--kd-ink);
  font-family: var(--kd-serif);
  font-size: clamp(3.4rem, 6.5vw, 6.2rem);
  font-weight: 500;
  line-height: 0.94;
}

.kd-location-hero p:not(.kd-eyebrow) {
  margin: 0;
  color: var(--kd-black);
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.kd-location-hero-show {
  padding-bottom: clamp(58px, 8vw, 108px);
}

.kd-location-hero figure {
  min-height: clamp(360px, 43vw, 610px);
  margin: 0;
  border-radius: 22px;
  background:
    linear-gradient(rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.02)),
    var(--location-image) center / cover;
}

.kd-location-list-section,
.kd-location-content-section,
.kd-location-faq-section,
.kd-location-link-section {
  padding-block: clamp(52px, 8vw, 96px);
}

.kd-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 30px);
}

.kd-location-card a {
  display: grid;
  min-height: 320px;
  align-content: end;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--kd-hairline);
  border-radius: 22px;
  color: var(--kd-black);
  background: var(--kd-cream);
  text-decoration: none;
  transition: transform 220ms var(--kd-ease), border-color 220ms ease;
}

.kd-location-card a:hover {
  border-color: var(--kd-black);
  transform: translateY(-2px);
}

.kd-location-card span,
.kd-location-card strong {
  color: var(--kd-clay);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.kd-location-card h2 {
  margin: 14px 0 0;
  font-family: var(--kd-serif);
  font-size: clamp(2rem, 3.6vw, 3.5rem);
  font-weight: 500;
  line-height: 1;
}

.kd-location-card p {
  margin: 18px 0 0;
  color: var(--kd-muted);
  font-size: 16px;
  line-height: 1.58;
}

.kd-location-card strong {
  margin-top: 24px;
}

.kd-location-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(280px, 0.28fr);
  gap: clamp(32px, 7vw, 86px);
  align-items: start;
  border-top: 1px solid var(--kd-black);
  padding-top: clamp(38px, 6vw, 72px);
}

.kd-location-intro {
  color: var(--kd-black);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.42;
}

.kd-location-side {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 24px;
}

.kd-location-side .kd-article-panel p {
  margin: 0;
  color: var(--kd-black);
  font-size: 14px;
  line-height: 1.48;
}

.kd-location-faq-section,
.kd-location-link-section {
  border-top: 1px solid var(--kd-hairline);
}

.kd-location-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kd-location-faq-grid article {
  padding: 24px;
  border: 1px solid var(--kd-hairline);
  border-radius: 18px;
  background: #ffffff;
}

.kd-location-faq-grid h3 {
  margin: 0;
  color: var(--kd-black);
  font-size: 20px;
  font-weight: 760;
  line-height: 1.12;
}

.kd-location-faq-grid p {
  margin: 14px 0 0;
  color: var(--kd-muted);
  font-size: 15px;
  line-height: 1.58;
}

.kd-location-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 60px);
}

.kd-location-link-row {
  display: block;
  padding: 18px 0;
  border-top: 1px solid var(--kd-hairline);
  color: var(--kd-black);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  font-weight: 740;
  line-height: 1.1;
  text-decoration: none;
}

.kd-location-link-row:hover {
  color: var(--kd-clay);
}

@media (max-width: 980px) {
  .kd-location-hero-grid,
  .kd-location-content-grid,
  .kd-location-link-grid {
    grid-template-columns: 1fr;
  }

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

  .kd-location-side {
    position: static;
  }
}

@media (max-width: 700px) {
  .kd-location-hero {
    padding-block: 58px 38px;
  }

  .kd-location-hero h1 {
    font-size: clamp(3.05rem, 14vw, 4.6rem);
  }

  .kd-location-grid,
  .kd-location-faq-grid {
    grid-template-columns: 1fr;
  }

  .kd-location-hero figure {
    min-height: 320px;
  }
}
