:root {
  --bg: #fbfaf6;
  --paper: #ffffff;
  --ink: #0e0e0d;
  --muted: #6f6b63;
  --soft: #f0eee7;
  --line: #dedbd2;
  --blue: #1d14f2;
  --blue-dark: #130fb6;
  --green: #8bcf5a;
  --peach: #f4b7a0;
  --radius: 8px;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

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

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

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

.site-header {
  align-items: center;
  background: rgba(251, 250, 246, 0.9);
  border-bottom: 1px solid rgba(222, 219, 210, 0.72);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  left: 0;
  min-height: 86px;
  padding: 0 clamp(18px, 4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.site-header::before {
  backdrop-filter: blur(18px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.brand {
  font-family: var(--mono);
  font-size: 0.92rem;
  font-weight: 700;
  justify-self: start;
  line-height: 1;
  text-transform: uppercase;
}

.brand span,
.brand strong {
  font-weight: 700;
}

.studio-pill {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 10px 28px rgba(14, 14, 13, 0.06);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.86rem;
  gap: 14px;
  justify-self: center;
  min-height: 44px;
  min-width: 176px;
  padding: 7px 14px;
}

.studio-pill span {
  background: var(--blue);
  border-radius: 999px;
  height: 31px;
  width: 31px;
}

.studio-pill b {
  font-weight: 600;
}

.top-actions {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-self: end;
}

.language-toggle {
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 8px 0;
}

.status-pill {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.82rem;
  gap: 10px;
  white-space: nowrap;
}

.status-pill span {
  background: var(--green);
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.section-shell {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(68px, 9vw, 128px) clamp(20px, 4vw, 48px);
}

.hero-home {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 86px);
  padding: 78px 20px 116px;
  position: relative;
  text-align: center;
}

.hero-inner {
  margin: 0 auto;
  max-width: 1000px;
}

.hero-kicker {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.82rem;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.hero-title {
  font-family: var(--serif);
  font-size: 7.25rem;
  font-weight: 400;
  line-height: 0.93;
  margin: 0 auto;
  max-width: 980px;
}

.hero-title .line {
  display: block;
}

.accent-script {
  color: var(--green);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 1.18rem;
  font-weight: 600;
  margin: 26px auto 0;
  max-width: 620px;
}

.hero-actions {
  align-items: center;
  bottom: 34px;
  display: flex;
  gap: 8px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.round-menu {
  align-items: center;
  background: var(--ink);
  border-radius: 999px;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.round-menu span {
  background: white;
  border-radius: 999px;
  height: 2px;
  width: 17px;
}

.pill-button {
  align-items: center;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 4px;
  color: white;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.84rem;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  min-width: 96px;
  padding: 0 18px;
}

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

.blue-intro {
  background: var(--blue);
  color: white;
  min-height: 0;
  overflow: hidden;
  padding: clamp(74px, 9vw, 118px) clamp(20px, 5vw, 72px);
  position: relative;
}

.intro-sticker {
  background: white;
  color: var(--blue);
  display: inline-block;
  font-family: var(--serif);
  font-size: 2rem;
  font-style: italic;
  line-height: 0.95;
  max-width: 245px;
  padding: 14px 18px;
}

.blue-intro-inner {
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  margin: clamp(68px, 8vw, 112px) auto 0;
  max-width: var(--max);
  text-align: left;
}

.blue-intro p {
  font-family: var(--serif);
  font-size: clamp(1.85rem, 3.5vw, 2.62rem);
  font-weight: 400;
  line-height: 1.13;
  margin: 0;
}

.blue-intro-secondary {
  align-self: end;
  font-size: clamp(1.18rem, 1.8vw, 1.48rem) !important;
  line-height: 1.22 !important;
  margin-top: 0 !important;
  opacity: 0.86;
}

.project-section {
  background: var(--bg);
  padding: clamp(92px, 10vw, 132px) clamp(20px, 4vw, 48px) clamp(48px, 7vw, 88px);
}

.project-heading {
  align-items: end;
  display: grid;
  gap: 14px 24px;
  grid-template-columns: 1fr auto;
  margin: 0 auto 46px;
  max-width: var(--max);
}

.project-heading .eyebrow {
  grid-column: 1 / -1;
}

.project-heading h2 {
  font-family: var(--serif);
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 0.95;
  margin: 0;
}

.project-heading span {
  color: var(--blue);
  font-family: var(--serif);
  font-size: 3.25rem;
  line-height: 1;
}

.project-list {
  border-top: 1px solid var(--ink);
  margin: 0 auto;
  max-width: var(--max);
}

.project-row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(22px, 3vw, 38px);
  grid-template-columns: 72px 90px minmax(220px, 1.1fr) minmax(220px, 1fr) 126px;
  min-height: 136px;
  padding: 30px 0;
  transition:
    background 0.18s ease,
    padding 0.18s ease;
}

.project-row:hover {
  background: white;
  padding-left: 18px;
  padding-right: 18px;
}

.project-number {
  color: var(--blue);
  font-family: var(--serif);
  font-size: 2.35rem;
  line-height: 1;
}

.project-year,
.project-action {
  color: var(--muted);
  font-family: var(--mono);
  font-size: 0.82rem;
}

.project-title {
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1.05;
}

.project-copy {
  color: var(--muted);
  font-weight: 600;
}

.project-action {
  justify-self: end;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.marquee {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  margin-top: clamp(64px, 7vw, 92px);
  overflow: hidden;
  padding: 18px 0;
}

.marquee-track {
  animation: marquee 32s linear infinite;
  display: flex;
  gap: 34px;
  width: max-content;
}

.marquee-item {
  align-items: baseline;
  color: var(--muted);
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.78rem;
  gap: 10px;
  white-space: nowrap;
}

.marquee-item b {
  color: var(--ink);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.studio-proof {
  align-items: stretch;
  background: var(--bg);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  min-height: 520px;
}

.studio-proof-copy {
  align-content: center;
  border-right: 1px solid var(--line);
  display: grid;
  padding: clamp(52px, 8vw, 92px) clamp(20px, 5vw, 72px);
}

.studio-proof h2 {
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4.4vw, 3.65rem);
  font-weight: 400;
  line-height: 1.04;
  margin: 0;
  max-width: 620px;
}

.studio-proof img {
  height: 100%;
  max-height: 620px;
  object-fit: cover;
  width: 100%;
}

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

.home-cta {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 4vw, 48px);
  text-align: center;
}

.eyebrow {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.78rem;
  font-weight: 700;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.dark-section .eyebrow {
  color: var(--green);
}

.home-cta p {
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--serif);
  font-size: 1.85rem;
  margin: 0;
}

.home-cta h2 {
  font-family: var(--serif);
  font-size: 6.2rem;
  font-weight: 400;
  line-height: 0.94;
  margin: 2px 0 34px;
}

.button-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.btn {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  font-family: var(--mono);
  font-size: 0.86rem;
  font-weight: 700;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease;
}

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

.btn:disabled {
  cursor: wait;
  opacity: 0.66;
  transform: none;
}

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

.btn-light {
  background: white;
  color: var(--ink);
}

.btn-soft {
  background: var(--soft);
  color: var(--ink);
}

.page-hero {
  border-bottom: 1px solid var(--line);
  padding: 104px clamp(20px, 4vw, 48px) 112px;
}

.page-hero-inner {
  margin: 0 auto;
  max-width: var(--max);
}

.page-hero h1 {
  font-family: var(--serif);
  font-size: 6.1rem;
  font-weight: 400;
  line-height: 0.95;
  margin: 0;
  max-width: 920px;
}

.page-hero p {
  color: var(--muted);
  font-size: 1.45rem;
  font-weight: 600;
  margin: 28px 0 0;
  max-width: 780px;
}

.service-card {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: 72px minmax(0, 1fr);
  padding: clamp(42px, 7vw, 78px) 0;
}

.service-icon {
  align-items: center;
  background: var(--blue);
  border-radius: 4px;
  color: white;
  display: flex;
  font-family: var(--serif);
  font-size: 1.75rem;
  height: 64px;
  justify-content: center;
  width: 64px;
}

.service-card h2,
.split-copy h2,
.process h2,
.values h2,
.contact-info h2 {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.service-card p {
  color: var(--muted);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 18px 0 28px;
  max-width: 850px;
}

.feature-grid {
  display: grid;
  gap: 14px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}

.feature-grid li {
  color: #46433e;
  font-weight: 650;
  list-style: none;
  padding-left: 24px;
  position: relative;
}

.feature-grid li::before {
  color: var(--blue);
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.process,
.stats,
.values {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.process-head {
  max-width: 640px;
}

.process-head p {
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 600;
}

.process-grid,
.values-grid,
.stats-grid {
  display: grid;
  gap: 14px;
}

.process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.process-step,
.value-card,
.stat-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.process-step span {
  color: var(--blue);
  font-family: var(--mono);
  font-size: 0.8rem;
  font-weight: 700;
}

.process-step h3,
.value-card h3 {
  font-size: 1.28rem;
  margin: 18px 0 8px;
}

.process-step p,
.value-card p,
.stat-card p {
  color: var(--muted);
  margin: 0;
}

.split {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.split-copy p {
  color: var(--muted);
  font-size: 1.16rem;
  font-weight: 600;
}

.image-frame {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.image-frame img {
  aspect-ratio: 4 / 3;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

.stat-card {
  text-align: center;
}

.stat-card strong {
  color: var(--blue);
  display: block;
  font-family: var(--serif);
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1;
}

.stat-card p {
  font-size: 0.95rem;
  font-weight: 650;
  margin-top: 10px;
}

.values-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}

.value-card {
  min-height: 170px;
}

.contact-layout {
  display: grid;
  gap: clamp(38px, 7vw, 84px);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.contact-form {
  display: grid;
  gap: 18px;
}

.honeypot {
  left: -9999px;
  position: absolute;
}

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

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  font-weight: 700;
}

input,
select,
textarea {
  background: white;
  border: 1px solid #d6d2c8;
  border-radius: 4px;
  color: var(--ink);
  min-height: 50px;
  outline: none;
  padding: 12px 14px;
  transition:
    border 0.18s ease,
    box-shadow 0.18s ease;
  width: 100%;
}

textarea {
  min-height: 156px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(29, 20, 242, 0.11);
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin: -4px 0 0;
}

.success-message {
  background: #eef8e7;
  border: 1px solid rgba(139, 207, 90, 0.45);
  border-radius: 4px;
  color: #31591e;
  display: none;
  font-weight: 700;
  padding: 15px 16px;
}

.success-message.is-visible {
  display: block;
}

.success-message.is-error {
  background: #fff1ee;
  border-color: rgba(164, 55, 39, 0.22);
  color: #8a302b;
}

.contact-info {
  align-self: start;
}

.info-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.info-item {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 16px;
  grid-template-columns: 48px 1fr;
  padding-bottom: 18px;
}

.info-icon {
  align-items: center;
  background: var(--blue);
  border-radius: 4px;
  color: white;
  display: flex;
  font-size: 1.25rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.info-item b {
  display: block;
}

.info-item span {
  color: var(--muted);
}

.site-footer {
  align-items: center;
  background: #0b0b0a;
  color: rgba(255, 255, 255, 0.66);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 28px clamp(20px, 4vw, 48px);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 650;
}

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

  .studio-pill {
    display: none;
  }

  .hero-title {
    font-size: 5.4rem;
  }

  .blue-intro p {
    font-size: 2.3rem;
  }

  .blue-intro-secondary {
    font-size: 1.35rem !important;
  }

  .project-heading h2 {
    font-size: 3.8rem;
  }

  .project-row {
    grid-template-columns: 58px 78px minmax(220px, 1fr);
  }

  .project-copy,
  .project-action {
    grid-column: 3;
  }

  .project-action {
    justify-self: start;
  }

  .studio-proof,
  .split,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .studio-proof-copy {
    border-right: 0;
  }

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

@media (max-width: 700px) {
  .site-header {
    min-height: 72px;
  }

  .status-pill b {
    display: none;
  }

  .hero-home {
    min-height: calc(100vh - 72px);
    padding: 68px 18px 112px;
  }

  .hero-title {
    font-size: 4rem;
  }

  .hero-subtitle {
    font-size: 1.05rem;
  }

  .blue-intro {
    min-height: 0;
    padding-bottom: 70px;
  }

  .intro-sticker {
    font-size: 1.55rem;
  }

  .blue-intro-inner {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .blue-intro p {
    font-size: 1.95rem;
  }

  .project-heading,
  .project-row,
  .service-card {
    grid-template-columns: 1fr;
  }

  .project-heading span {
    font-size: 2.4rem;
  }

  .project-row {
    gap: 10px;
  }

  .project-copy,
  .project-action {
    grid-column: auto;
  }

  .project-title {
    font-size: 1.75rem;
  }

  .home-cta h2,
  .page-hero h1 {
    font-size: 3.55rem;
  }

  .studio-proof h2 {
    font-size: 2.65rem;
  }

  .feature-grid,
  .form-grid,
  .process-grid,
  .values-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .brand {
    font-size: 0.8rem;
  }

  .top-actions {
    gap: 12px;
  }

  .language-toggle {
    font-size: 0.76rem;
  }

  .hero-title {
    font-size: 3.25rem;
  }

  .hero-actions {
    width: calc(100% - 28px);
  }

  .pill-button {
    flex: 1;
    min-width: 0;
  }

  .project-section {
    padding-top: 68px;
  }

  .project-heading h2 {
    font-size: 3rem;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}
