:root {
  --bg: #faf9f6;
  --bg-warm: #fffbef;
  --bg-metallic: #f2f1ee;
  --bg-metallic-edge: #eae9e5;
  --surface: #ffffff;

  --dark-bg: #1a2316;
  --dark-bg-2: #2a3825;
  --dark-surface: #3d4f36;
  --dark-edge: #516748;

  --text: #171717;
  --text-muted: #5b6657;
  --text-on-dark: #f4f1e8;
  --text-on-dark-muted: #b5c3ae;

  --primary: #216c37;
  --primary-hover: #1a5e2e;
  --secondary-green: #2e8b3c;
  --accent-coral: #e8552d;

  --border: #e5e3dc;
  --border-strong: #d8d5cc;
  --border-on-dark: #3d4f36;

  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;

  --max-width: 1140px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  letter-spacing: -0.005em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

/* Film grain overlay — paper-like tactile feel */
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.07;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 0.6 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

/* ---------- Header ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 249, 246, 0.78);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
}

.brand {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.4rem;
  letter-spacing: -0.01em;
  color: var(--text);
}

.nav .btn {
  background: #ffffff;
  border-color: var(--border-strong);
  color: var(--text);
}

.nav .btn:hover {
  background: #ffffff;
  border-color: var(--text);
  color: var(--text);
}

/* ---------- Typography ---------- */

h1,
h2,
h3 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--text);
}

h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5.4vw, 4.8rem);
  line-height: 1.04;
  max-width: 18ch;
  text-wrap: balance;
}

h2 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.9rem, 3.2vw, 2.8rem);
  line-height: 1.1;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 500;
}

.eyebrow,
.section-kicker,
.mono-label {
  margin: 0 0 0.85rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
}

.subheadline {
  margin: 1.4rem 0 0;
  max-width: 62ch;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.22rem);
  line-height: 1.5;
  text-wrap: pretty;
}

.muted {
  margin: 0;
  color: var(--text-muted);
}

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--primary);
  background: var(--primary);
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: -0.005em;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 120ms ease, color 160ms ease;
}

.btn:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-ghost {
  background: transparent;
  border-color: var(--border-strong);
  color: var(--text);
}

.btn-ghost:hover {
  background: transparent;
  border-color: var(--text);
  color: var(--text);
}

.btn-small {
  min-height: 38px;
  padding: 0.4rem 0.95rem;
  font-size: 0.88rem;
}

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: 5.5rem 0 4.5rem;
  background:
    radial-gradient(ellipse 55% 45% at 25% -8%, rgba(33, 108, 55, 0.13), transparent 60%),
    radial-gradient(ellipse 70% 55% at 100% 5%, rgba(207, 196, 168, 0.45), transparent 55%),
    linear-gradient(180deg, #f3e9c8 0%, #f6efd5 45%, #faf3e2 75%, var(--bg) 100%);
  border-bottom: 1px solid var(--border-strong);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.25fr minmax(280px, 360px);
  gap: 3rem;
  align-items: center;
}

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

.credibility-grid {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.credibility-card {
  padding: 0.5rem 0.95rem;
  background: var(--bg-metallic);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text);
}

/* Hero portrait panel — editorial, warm */
.hero-panel {
  background: linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-metallic) 100%);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0.95rem;
  position: relative;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 24px 60px rgba(38, 56, 37, 0.08);
}

.hero-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 18%;
  border-radius: 14px;
  background: var(--bg-metallic);
}

.hero-panel-meta {
  margin-top: 0.85rem;
  padding: 0 0.2rem;
}

.hero-panel-name {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

.hero-panel-role {
  margin: 0.1rem 0 0;
  color: var(--text-muted);
  font-size: 0.92rem;
}

.system-map {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding: 0 0.2rem 0.2rem;
}

.system-map span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.32rem 0.7rem;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.system-map span::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--primary);
}

/* ---------- Sections ---------- */

.section {
  padding: 4.5rem 0;
}

.section-header {
  margin-bottom: 2rem;
  max-width: 60ch;
}

.section-header p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

/* Dark immersive sections — Forest theme */
.section--dark {
  background: linear-gradient(180deg, var(--dark-bg-2) 0%, var(--dark-bg) 100%);
  color: var(--text-on-dark);
  border-block: 1px solid var(--dark-edge);
}

.section--dark h1,
.section--dark h2,
.section--dark h3 {
  color: var(--text-on-dark);
}

.section--dark .section-kicker,
.section--dark .mono-label {
  color: #b5c3ae;
}

.section--dark .section-header p,
.section--dark .muted {
  color: var(--text-on-dark-muted);
}

/* ---------- Cards ---------- */

.card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  min-width: 0;
  transition: border-color 160ms ease, transform 160ms ease;
}

.card:hover {
  border-color: var(--border-strong);
}

.card p {
  margin: 0.65rem 0 0;
}

.card p strong {
  color: var(--text);
  font-weight: 600;
}

.section--dark .card {
  background: rgba(255, 255, 255, 0.03);
  border-color: var(--dark-edge);
  backdrop-filter: blur(2px);
}

.section--dark .card:hover {
  border-color: #657d5b;
  background: rgba(255, 255, 255, 0.05);
}

.section--dark .card p strong {
  color: var(--text-on-dark);
}

/* ---------- Best fit / split section ---------- */

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1.2rem;
  align-items: stretch;
}

.diagnostic-panel {
  position: relative;
  padding: 1.8rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background:
    linear-gradient(rgba(33, 108, 55, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 108, 55, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, var(--bg-warm) 0%, var(--bg-metallic) 100%);
  background-size: 24px 24px, 24px 24px, auto;
}

.diagnostic-panel p:last-child {
  margin: 0;
  color: var(--text);
  font-size: 1.1rem;
  line-height: 1.5;
}

.list-card {
  display: flex;
  align-items: center;
  background: var(--surface);
}

.list {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--text-muted);
}

.list li + li {
  margin-top: 0.55rem;
}

.list li::marker {
  color: var(--primary);
}

/* ---------- Grids ---------- */

.grid {
  display: grid;
  gap: 1.1rem;
}

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

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

/* ---------- Offers ---------- */

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.offer-grid .card {
  display: flex;
  flex-direction: column;
}

.offer-grid .card .micro-note {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* ---------- Process row ---------- */

.process-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-metallic);
}

.process-step {
  padding: 1.6rem;
  background: var(--surface);
}

.process-step + .process-step {
  border-left: 1px solid var(--border);
}

.process-step span {
  display: inline-block;
  margin-bottom: 0.95rem;
  padding: 0.2rem 0.55rem;
  background: var(--bg-metallic);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--primary);
  font-family: "DM Sans", sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.process-step h3 {
  margin-bottom: 0.4rem;
}

/* ---------- Pricing ---------- */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
}

.pricing-card .mono-label {
  margin-bottom: 0.6rem;
}

.pricing-card h3 {
  margin: 0;
}

.pricing-card .price {
  margin: 0.6rem 0 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.9rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--primary);
}

.pricing-card > .muted {
  margin: 0.7rem 0 0;
}

.pricing-includes {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

.pricing-includes-label {
  margin: 0 0 0.6rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
}

.pricing-includes .list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.pricing-includes .list li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.pricing-includes .list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--primary);
}

.pricing-includes .list li + li {
  margin-top: 0.5rem;
}

.pricing-cta {
  margin-top: 1.6rem;
  padding: 1.1rem 1.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: var(--bg-warm);
}

.pricing-cta p {
  margin: 0;
}

/* ---------- Portfolio ---------- */

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

.case-card {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--dark-edge);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  transition: border-color 160ms ease, background 160ms ease;
}

.case-card:hover {
  border-color: #657d5b;
  background: rgba(255, 255, 255, 0.05);
}

.case-card h3 {
  color: var(--text-on-dark);
  margin-top: 1rem;
}

.case-link,
.case-link:visited,
.case-link:hover,
.case-link:focus {
  width: 100%;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--text-on-dark);
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: color 160ms ease;
}

.case-link:hover {
  color: #ffffff;
}

.work-media {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  border: 1px solid var(--dark-edge);
  background: var(--dark-bg);
}

.logo-media {
  object-fit: contain;
  padding: 1.6rem;
  background: #ffffff;
}

.case-details {
  margin: 0.9rem 0 0;
}

.case-details div {
  padding-top: 0.85rem;
  border-top: 1px solid var(--dark-edge);
}

.case-details div + div {
  margin-top: 0.85rem;
}

.case-details dt {
  margin-bottom: 0.3rem;
  color: #b5c3ae;
  font-family: "DM Sans", sans-serif;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-details dd {
  margin: 0;
  color: var(--text-on-dark-muted);
  line-height: 1.5;
}

.case-cta {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}

.section--dark .btn-ghost {
  border-color: var(--dark-edge);
  color: var(--text-on-dark);
}

.section--dark .btn-ghost:hover {
  border-color: var(--text-on-dark);
  color: var(--text-on-dark);
}

/* ---------- Primary CTA — dark forest ---------- */

.cta-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--dark-bg-2) 0%, var(--dark-bg) 100%);
  border-block: 1px solid var(--dark-edge);
  color: var(--text-on-dark);
}

.cta-card {
  border: 1px solid var(--dark-edge);
  border-radius: var(--radius-lg);
  padding: clamp(1.6rem, 3.2vw, 2.6rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background:
    linear-gradient(rgba(180, 200, 170, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(180, 200, 170, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  background-size: 28px 28px, 28px 28px, auto;
}

.cta-section .mono-label {
  color: #b5c3ae;
}

.cta-text {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  line-height: 1.2;
  max-width: 28ch;
  color: var(--text-on-dark);
}

.cta-section .btn {
  background: var(--bg-warm);
  border-color: var(--bg-warm);
  color: var(--dark-bg);
}

.cta-section .btn:hover {
  background: #fff;
  border-color: #fff;
  color: var(--dark-bg);
}

/* ---------- Secondary CTA ---------- */

.secondary-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  background: var(--bg-warm);
  border-color: var(--border);
}

.secondary-cta-text {
  margin: 0;
  max-width: 60ch;
  color: var(--text-muted);
  font-size: 1.02rem;
}

/* ---------- Contact form ---------- */

.contact-card {
  max-width: 720px;
  margin-inline: auto;
}

.contact-form {
  margin: 0;
}

.form-success {
  margin: 0 0 1.25rem;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--primary);
  background: rgba(33, 108, 55, 0.08);
  color: var(--text);
  font-weight: 500;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.25rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

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

.form-field label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
}

.form-field .optional {
  font-weight: 500;
  color: var(--text-muted);
}

.form-field .req {
  color: var(--accent-coral);
}

.form-field input,
.form-field textarea {
  width: 100%;
  margin: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background: var(--surface);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

/* Custom select — consistent with inputs; avoids heavy Safari / OS chrome */
.form-field select {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0.65rem 2.65rem 0.65rem 0.85rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  background-color: var(--surface);
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.45;
  cursor: pointer;
  transition: border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23216637' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.65rem center;
  background-size: 1.15rem 1.15rem;
}

.form-field select.select--unpicked {
  color: var(--text-muted);
}

.form-field select option {
  color: var(--text);
  background-color: var(--surface);
}

.form-field select option[value=""] {
  color: var(--text-muted);
}

.form-field textarea {
  resize: vertical;
  min-height: 7rem;
  line-height: 1.5;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(33, 108, 55, 0.2);
}

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

.contact-form-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.contact-form-actions .btn {
  border: 0;
}

.contact-form-actions .btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.contact-form-alt {
  margin: 0;
  font-size: 0.92rem;
}

.contact-form-alt a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.contact-form-alt a:hover {
  color: var(--primary-hover);
}

/* ---------- Footer ---------- */

.footer {
  border-top: 1px solid var(--border);
  padding: 2rem 0 2.5rem;
  background: var(--bg-metallic);
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-name {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.2rem;
}

.footer .muted {
  font-size: 0.92rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-links a {
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--border);
  background: var(--surface);
  border-radius: 999px;
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: border-color 160ms ease, color 160ms ease;
}

.footer-links a:hover {
  color: var(--primary);
  border-color: var(--primary);
}

/* ---------- Responsive ---------- */

@media (max-width: 960px) {
  .hero-layout,
  .split-section,
  .offer-grid,
  .process-row,
  .case-grid,
  .pricing-grid,
  .two-col,
  .three-col,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    gap: 2rem;
  }

  .hero-panel {
    max-width: 440px;
  }

  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .secondary-cta {
    align-items: flex-start;
  }

  .process-step + .process-step {
    border-left: 0;
    border-top: 1px solid var(--border);
  }
}

@media (max-width: 760px) {
  h1 {
    font-size: clamp(2.1rem, 10vw, 2.8rem);
    line-height: 1.08;
  }

  h2 {
    font-size: clamp(1.7rem, 7vw, 2.25rem);
  }

  .nav {
    min-height: 0;
    padding: 0.5rem 0;
  }

  .nav .btn {
    display: none;
  }

  .hero {
    padding: 3.5rem 0 3rem;
  }

  .section {
    padding: 3.2rem 0;
  }

  .cta-section {
    padding: 3.5rem 0;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.65rem;
  }

  .hero-actions .btn {
    width: auto;
    align-self: stretch;
    max-width: 22rem;
  }

  .section-header {
    margin-bottom: 1.5rem;
  }

  .section-header p {
    font-size: 1rem;
  }

  .card {
    padding: 1.35rem;
  }

  .pricing-card .price {
    font-size: 1.7rem;
  }

  .pricing-cta {
    padding: 1.1rem 0;
    border: 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .credibility-grid {
    margin-top: 2rem;
  }

  .work-media {
    height: 200px;
  }

  .process-row {
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .process-step {
    padding: 1.35rem 0;
    background: transparent;
  }

  .process-step + .process-step {
    border-top: 1px solid var(--border);
  }

  .footer-links a {
    padding: 0.25rem 0;
    border: 0;
    background: transparent;
    border-radius: 0;
  }

  .footer-links {
    gap: 1.1rem;
  }
}

@media (max-width: 620px) {
  .site-header {
    position: static;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav {
    padding: 0.42rem 0;
  }

  .brand {
    font-size: 1.1rem;
  }

  .hero-photo {
    aspect-ratio: 3.6 / 4.4;
  }

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

@media (max-width: 460px) {
  .btn {
    min-height: 44px;
  }

  .hero {
    padding: 3rem 0 2.5rem;
  }

  .section {
    padding: 2.8rem 0;
  }

  .eyebrow,
  .section-kicker,
  .mono-label {
    margin-bottom: 0.65rem;
    letter-spacing: 0.09em;
    font-size: 0.74rem;
  }

  .subheadline {
    margin-top: 1rem;
    font-size: 1rem;
  }

  .hero-panel {
    padding: 0.75rem;
  }

  .card {
    padding: 1.25rem;
  }

  .process-step {
    padding: 1.2rem 0;
  }

  .pricing-card .price {
    font-size: 1.55rem;
  }

  .work-media {
    height: 168px;
  }
}
