/* ============================================================
   DIRECTION 2 — ASYMMETRIC & DECLARATIVE
   Oversized type pushing against edges. Off-grid. Bold left-align.
   Sidebar nav. Visual tension. Confident, not shouty.
   ============================================================ */

.d2 {
  background: var(--cream);
  color: var(--ink);
}

/* Top header bar */
.d2-side {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: var(--cream);
  border-bottom: 1px solid rgba(39, 45, 30, 0.15);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
  z-index: 50;
}
.d2-side .anchors {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.d2-side .anchors a {
  writing-mode: horizontal-tb;
  transform: none;
  line-height: 1;
  color: var(--olive);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.d2-side .anchors a:hover { color: var(--ink); }

/* Hero — full-bleed background image with cream wash overlay */
.d2-hero {
  position: relative;
  min-height: 60vh;
  padding-block: clamp(120px, 14vw, 180px) clamp(56px, 7vw, 96px);
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(90deg, rgba(255, 254, 247, 0.96) 0%, rgba(255, 254, 247, 0.8) 60%, rgba(255, 254, 247, 0.6) 100%),
    url('../images/hero-reframd.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--olive);
  overflow: hidden;
}
.d2-hero .hero-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
.d2-hero .topbar {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--olive);
  opacity: 0.85;
}
.d2-hero h1 {
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 104px);
  line-height: 0.98;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--olive);
  max-width: 880px;
}
.d2-hero h1 .italic {
  font-style: italic;
  color: var(--ochre);
}
.d2-hero .hero-sub {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  max-width: 560px;
  margin: 0;
}
.d2-hero .hero-cta {
  background: var(--olive);
  color: var(--cream);
  border: 1px solid var(--olive);
  margin-top: 16px;
}
.d2-hero .hero-cta:hover {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--cream);
}

/* About short — brief intro, lighter rhythm */
.d2-about-short {
  padding-block: clamp(48px, 6vw, 88px);
  padding-inline: 0;
  position: relative;
}
.d2-about-short .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.d2-about-short .text .eyebrow { margin-bottom: 32px; display: block; }
.d2-about-short .text p {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.3;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 20px;
}
.d2-about-short .text p .italic { font-style: italic; color: var(--ochre-dark); }
.d2-about-short .text .sig {
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--olive);
  margin-top: 40px;
}
.d2-about-short .img-ph {
  aspect-ratio: 4 / 5;
  max-height: 480px;
}

/* Problem outcome — bold declarative with overlapping blocks */
.d2-problem {
  background: var(--olive);
  color: var(--cream);
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
  position: relative;
}
.d2-problem .eyebrow { color: var(--sage); }
.d2-problem h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 8vw, 140px);
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 24px 0 80px;
}
.d2-problem h2 .italic { font-style: italic; color: var(--ochre-light); }
.d2-problem .body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.d2-problem .body .col p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 18px;
  color: var(--cream);
}
.d2-problem .pull {
  grid-column: 1 / -1;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.2;
  color: var(--cream);
  padding: 60px 0 0;
  max-width: 1100px;
}

/* How we work — horizontal scroll-stepped */
.d2-how {
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
  background: var(--cream);
}
.d2-how .head {
  margin-bottom: 80px;
}
.d2-how h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 104px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-width: 900px;
}
.d2-how h2 .italic { font-style: italic; }
.d2-how .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(320px, 1fr));
  gap: 2px;
  background: rgba(39, 45, 30, 0.15);
  border-top: 1px solid rgba(39, 45, 30, 0.15);
  border-bottom: 1px solid rgba(39, 45, 30, 0.15);
}
.d2-how .step {
  background: var(--cream);
  padding: 48px 32px;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: background 0.3s;
}
.d2-how .step:hover { background: var(--sage); }
.d2-how .step .num {
  font-family: var(--serif);
  font-size: 120px;
  font-weight: 300;
  line-height: 0.9;
  color: var(--ochre);
  font-style: italic;
}
.d2-how .step h3 {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1.15;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 48px;
}
.d2-how .step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--olive);
}
.d2-how .cta-row {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

/* Services — vertical list with huge type and image slot */
.d2-services {
  background: var(--cream);
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
}
.d2-services .head {
  margin-bottom: 80px;
}
.d2-services h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 128px);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.025em;
  max-width: 1200px;
}
.d2-services h2 .italic { font-style: italic; color: var(--ochre); }

/* Areas of Development — 3-up card grid */
.d2-services .areas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.d2-services .area-card {
  display: flex;
  flex-direction: column;
}
.d2-services .area-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--sage);
  margin-bottom: 24px;
}
.d2-services .area-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.d2-services .area-card__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 254, 247, 0.2);
  pointer-events: none;
}
.d2-services .area-card__title {
  font-family: var(--serif);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.15;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 12px;
}
.d2-services .area-card__title .italic {
  font-style: italic;
  color: var(--ochre);
  display: block;
}
.d2-services .area-card__copy {
  font-size: 15px;
  line-height: 1.6;
  color: var(--olive);
  margin: 0;
}

/* Testimonial — quiet emphasis, not a destination */
.d2-testimonial {
  background: var(--sage);
  padding-block: clamp(48px, 6vw, 88px);
  padding-inline: 0;
}
.d2-testimonial .inner {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 48px;
  align-items: start;
}
.d2-testimonial .label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--olive);
  padding-top: 18px;
}
.d2-testimonial blockquote {
  font-family: var(--serif);
  font-size: clamp(26px, 3.6vw, 52px);
  line-height: 1.25;
  font-weight: 400;
  font-style: normal;
  color: var(--ink);
  letter-spacing: -0.015em;
}
.d2-testimonial blockquote .italic { font-style: italic; color: inherit; }
.d2-testimonial cite {
  display: block;
  margin-top: 48px;
  font-family: var(--mono);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink);
}

/* About fuller */
.d2-about-full {
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
  background: var(--cream);
}
.d2-about-full .inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: stretch;
}
.d2-about-full .sticky-col {
  display: flex;
  flex-direction: column;
}
.d2-about-full .sticky-col .img-ph {
  aspect-ratio: 4 / 5;
}
.d2-about-full .sticky-col .stats {
  margin-top: auto;
  padding-top: 48px;
}
.d2-about-full h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 100px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin: 20px 0 48px;
}
.d2-about-full h2 .italic { font-style: italic; color: var(--ochre); }
.d2-about-full p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 20px;
  max-width: 640px;
}
.d2-about-full .pull {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.3;
  color: var(--ochre-dark);
  margin: 48px 0;
  max-width: 640px;
}
.d2-about-full .stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.d2-about-full .stat {
  text-align: center;
}
.d2-about-full .about-divider {
  margin: 64px auto 0;
  border: 0;
  border-top: 1px solid rgba(39, 45, 30, 0.2);
  width: 100%;
}
.d2-about-full .stat .num {
  font-family: var(--serif);
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  display: block;
  padding-bottom: 4px;
  color: #bd8359;
  transition: color 0.3s ease;
}
.d2-about-full .stat:hover .num { color: #606b51; }
.d2-about-full .stat .num .italic { font-style: italic; color: inherit; }
.d2-about-full .stat .lbl {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--olive);
  margin-top: 16px;
}

/* FAQ — accordion */
.d2-faq {
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
  background: var(--cream);
}
.d2-faq .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 80px;
}
.d2-faq h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 128px);
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.d2-faq h2 .italic { font-style: italic; color: var(--ochre); }
.d2-faq .intro {
  font-size: 16px;
  line-height: 1.55;
  color: var(--olive);
  max-width: 420px;
  padding-bottom: 16px;
}
.d2-faq .list {
  max-width: 800px;
  margin: 0 auto;
}
.d2-faq .faq-item {
  border-top: 1px solid rgba(39, 45, 30, 0.2);
}
.d2-faq .faq-item:last-child {
  border-bottom: 1px solid rgba(39, 45, 30, 0.2);
}
.d2-faq .faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  gap: 24px;
}
.d2-faq .q-text {
  font-family: var(--serif);
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.3;
  color: var(--ink);
}
.d2-faq .q-icon {
  font-family: var(--serif);
  font-size: 28px;
  color: var(--ochre-dark);
  flex-shrink: 0;
  transition: transform 0.3s ease;
  line-height: 1;
}
.d2-faq .faq-item.is-open .q-icon {
  transform: rotate(45deg);
}
.d2-faq .faq-a {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.d2-faq .faq-item.is-open .faq-a {
  max-height: 400px;
}
.d2-faq .faq-a p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--olive);
  padding-bottom: 16px;
}

/* Contact */
.d2-contact {
  padding-block: clamp(64px, 8vw, 120px);
  padding-inline: 0;
  background: var(--sage);
}
.d2-contact .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.d2-contact h2 {
  font-family: var(--serif);
  font-size: clamp(48px, 6vw, 104px);
  line-height: 0.95;
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 32px;
}
.d2-contact h2 .italic { font-style: italic; color: var(--ochre-dark); }
.d2-contact .contact-lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--olive);
  max-width: 480px;
  margin-bottom: 24px;
}
.d2-contact .contact-email-line {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--olive);
}
.d2-contact .contact-email-line a {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: 2px;
}
.d2-contact .field {
  margin-bottom: 28px;
}
.d2-contact .field label {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 8px;
}
.d2-contact .field input,
.d2-contact .field textarea {
  width: 100%;
  background: transparent;
  border: 1px solid rgba(39, 45, 30, 0.3);
  padding: 14px 16px;
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
  appearance: none;
}
.d2-contact .field input:focus,
.d2-contact .field textarea:focus {
  border-color: var(--ochre-dark);
}
.d2-contact .field input.has-error,
.d2-contact .field textarea.has-error {
  border-color: #b94040;
}
.d2-contact .field-error {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #b94040;
  margin-top: 6px;
  min-height: 16px;
}
.d2-contact .contact-submit {
  margin-top: 8px;
  background: var(--ochre-dark);
  color: var(--cream);
}
.d2-contact .contact-submit:hover {
  background: var(--ink);
}
.d2-contact .contact-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.d2-contact .form-send-error {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #b94040;
  margin-top: 16px;
  min-height: 18px;
}
.d2-contact .contact-success {
  padding: 48px 0;
}
.d2-contact .contact-success h3 {
  font-family: var(--serif);
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: var(--ink);
}
.d2-contact .contact-success p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--olive);
}
@media (max-width: 768px) {

  /* --- Header & hamburger --- */
  .d2-side {
    height: auto;
    min-height: 72px;
    padding: 14px 24px;
    flex-wrap: wrap;
    align-items: center;
  }
  .d2-side .logo-ph {
    width: 120px !important;
    height: 60px !important;
  }
  .d2-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px 0;
    margin-left: auto;
    min-height: 44px;
    min-width: 44px;
    align-items: center;
  }
  .d2-nav-toggle span {
    display: block;
    width: 22px;
    height: 1.5px;
    background: var(--ink);
  }
  .d2-side .anchors {
    display: none;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 12px 0 8px;
    border-top: 1px solid rgba(39,45,30,0.1);
    margin-top: 8px;
  }
  .d2-side .anchors.is-open { display: flex; }
  .d2-side .anchors a {
    padding: 13px 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(39,45,30,0.07);
  }
  /* Scroll offset for fixed header */
  .d2 section[id] {
    scroll-margin-top: 90px;
  }

  /* --- Hero --- */
  .d2-hero {
    padding-block: 120px 56px;
    min-height: 56vh;
  }
  .d2-hero h1 {
    font-size: clamp(40px, 11vw, 72px);
  }

  /* --- About short --- */
  .d2-about-short {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-about-short .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* --- Problem --- */
  .d2-problem {
    padding-block: 72px 56px !important;
    padding-inline: 0 !important;
  }
  .d2-problem h2 {
    font-size: clamp(36px, 9vw, 72px);
    margin-bottom: 40px;
  }
  .d2-problem .body {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .d2-problem .pull {
    padding-top: 36px;
    font-size: clamp(22px, 6vw, 36px);
  }

  /* --- How we work --- */
  .d2-how {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-how .head {
    margin-bottom: 40px;
  }
  .d2-how h2 {
    font-size: clamp(36px, 9vw, 72px);
  }
  .d2-how .steps {
    grid-template-columns: 1fr !important;
  }
  .d2-how .step {
    min-height: auto;
  }
  .d2-how .cta-row {
    margin-top: 48px;
  }

  /* --- Services --- */
  .d2-services {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-services h2 {
    font-size: clamp(36px, 9vw, 72px);
  }
  .d2-services .areas-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .d2-services .area-card__title {
    font-size: clamp(22px, 5.5vw, 30px);
  }

  /* --- Testimonial --- */
  .d2-testimonial {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-testimonial .inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .d2-testimonial blockquote {
    font-size: clamp(20px, 5vw, 32px);
  }

  /* --- About full --- */
  .d2-about-full {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-about-full .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .d2-about-full h2 {
    font-size: clamp(36px, 9vw, 72px);
  }
  .d2-about-full .stats {
    grid-template-columns: 1fr 1fr;
  }
  .d2-about-full .stat .num {
    font-size: 40px;
  }

  /* --- FAQ --- */
  .d2-faq {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-faq .head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .d2-faq h2 {
    font-size: clamp(36px, 9vw, 72px);
  }

  /* --- Contact / Merged final section --- */
  .d2-contact,
  .d2-final-merge {
    padding-block: 72px !important;
    padding-inline: 0 !important;
  }
  .d2-contact .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .d2-contact h2 {
    font-size: clamp(32px, 8vw, 64px);
  }
  .d2-contact .contact-submit {
    width: 100%;
    justify-content: center;
    min-height: 48px;
  }
  .d2-final-merge h2.final-h2 {
    font-size: clamp(48px, 12vw, 96px);
  }
  .d2-final-merge h2:not(.final-h2) {
    font-size: clamp(32px, 8vw, 56px);
  }
  .d2-final-merge .contact-form-wrap {
    max-width: 100%;
  }

  /* --- Footer --- */
  .d2-footer {
    padding: 32px 24px !important;
    gap: 20px;
  }
  .d2-footer .footer-logo {
    width: 120px;
    height: 60px;
  }
  .d2-footer .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }
  .d2-footer .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}

/* Hide hamburger on desktop */
.d2-nav-toggle { display: none; }

/* Footer */
.d2-footer {
  padding: 38px !important;
  background: var(--ink);
  color: var(--sage);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.d2-footer .footer-logo {
  width: 160px;
  height: 80px;
}
.d2-footer .footer-nav {
  display: flex;
  gap: 40px;
}
.d2-footer .footer-nav a {
  color: var(--sage);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.d2-footer .footer-nav a:hover { color: var(--cream); }
.d2-footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(208, 215, 198, 0.55);
}
.d2-footer .footer-bottom a {
  color: rgba(208, 215, 198, 0.55);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: color 0.2s;
}
.d2-footer .footer-bottom a:hover { color: var(--cream); }
.d2-footer .footer-sep { opacity: 0.35; }

/* Sidebar logo placeholder */
.d2-side .logo-ph {
  border-radius: 4px;
}

/* Merged final + contact section */
.d2-final-merge .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.d2-final-merge h2.final-h2 {
  font-family: var(--serif);
  font-size: clamp(80px, 14vw, 260px);
  line-height: 0.88;
  font-weight: 300;
  letter-spacing: -0.04em;
  color: var(--ink);
  margin-bottom: 40px;
}
.d2-final-merge h2.final-h2 .italic { font-style: italic; color: var(--ochre); }
.d2-final-merge .final-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--olive);
  max-width: 600px;
  margin-bottom: 32px;
}
.d2-final-merge h2:not(.final-h2) {
  margin-bottom: 10px;
}
.d2-final-merge .contact-lead {
  margin-bottom: 8px;
}
.d2-final-merge .contact-email-line {
  margin-bottom: 28px;
}
.d2-final-merge .field {
  margin-bottom: 16px;
}
.d2-final-merge .field input,
.d2-final-merge .field textarea {
  padding: 10px 14px;
}
.d2-final-merge .contact-interests {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
  text-align: left;
  max-width: 100%;
}
.d2-final-merge .contact-interests legend {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--olive);
  margin-bottom: 12px;
  padding: 0;
}
.d2-final-merge .contact-interests .legend-hint {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 11px;
  opacity: 0.75;
}
.d2-final-merge .contact-interests .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 8px 0;
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  cursor: pointer;
}
.d2-final-merge .contact-interests .checkbox input {
  margin: 4px 0 0;
  accent-color: var(--ochre-dark);
  flex-shrink: 0;
}
.d2-final-merge .contact-form-wrap {
  width: 100%;
  max-width: 560px;
  margin-top: 48px;
}
