:root {
  --paper: #f7f5f0;
  --ink: #000000;
  --text: #4a4a4a;
  --muted: rgba(0, 0, 0, 0.72);
  --line: rgba(0, 0, 0, 0.11);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  background: var(--ink);
  color: var(--paper);
  padding: 12px 16px;
  font-weight: 700;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  height: 82px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.site-nav {
  width: min(1297px, calc(100vw - 96px));
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wordmark {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-menu a {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
}

.hero {
  min-height: 1350px;
  border-bottom: 1px solid var(--line);
}

.hero-inner {
  position: relative;
  width: min(1329px, calc(100vw - 96px));
  min-height: 1268px;
  margin: 0 auto;
  padding-top: 96px;
}

.hero-copy {
  width: 748px;
}

.kicker {
  margin: 0 0 18px;
  color: var(--text);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.38em;
  line-height: 1.2;
  text-transform: uppercase;
}

.spaced {
  margin-bottom: 28px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 34px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 112px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 0.9;
  text-transform: uppercase;
}

.lead {
  width: 748px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.82);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.quiet {
  width: 748px;
  color: var(--text);
  font-size: 16px;
  line-height: 26px;
}

.hero-card {
  position: absolute;
  top: 285px;
  right: 0;
  width: 516px;
  height: 685px;
  overflow: hidden;
  border-radius: 21px;
  background: rgba(176, 176, 176, 0.1);
}

.hero-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lane-panel {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 320px;
  min-height: 241px;
  padding: 21px;
  border: 1px solid rgba(247, 245, 240, 0.35);
  border-radius: 14px;
  background: rgba(16, 16, 16, 0.58);
  backdrop-filter: blur(9px);
}

.lane-panel p {
  margin-bottom: 8px;
  color: rgba(247, 245, 240, 0.66);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.lane-panel h2 {
  margin-bottom: 8px;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.lane-panel span {
  color: rgba(247, 245, 240, 0.78);
  font-size: 14px;
  line-height: 22.75px;
}

.hero-lower {
  position: absolute;
  left: 0;
  top: 1012px;
  width: 748px;
}

.hero-lower > p {
  width: 672px;
  margin-bottom: 36px;
  color: var(--text);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
}

.button,
.text-link,
.anchor-strip a,
.service-grid a {
  font-size: 14px;
  letter-spacing: 0.21em;
  line-height: 18.2px;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 36px;
  border: 1px solid var(--ink);
  cursor: pointer;
}

.primary {
  background: var(--ink);
  color: var(--paper);
}

.text-link {
  color: var(--ink);
}

.anchor-strip {
  display: flex;
  gap: 16px;
}

.anchor-strip a {
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  padding-bottom: 4px;
}

.section {
  padding: 136px max(48px, calc((100vw - 1329px) / 2)) 112px;
  border-bottom: 1px solid var(--line);
}

.section-title {
  max-width: 896px;
  margin-bottom: 32px;
}

.section-title h2,
.contact-copy h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 72px;
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-transform: uppercase;
}

.section-title p:not(.kicker),
.contact-copy p {
  max-width: 768px;
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  line-height: 29.25px;
}

.service-grid,
.process-grid,
.wide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.service-grid article,
.process-grid article,
.wide-grid article,
.contact-form {
  background: var(--white);
}

.service-grid article {
  min-height: 589px;
  display: flex;
  flex-direction: column;
  padding: 118px 33px 33px;
}

.service-grid h3,
.wide-grid h3,
.contact-form h3 {
  margin-bottom: 16px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.service-grid p,
.wide-grid p,
.contact-form p {
  color: var(--text);
  font-size: 16px;
  line-height: 26px;
}

.service-grid a {
  margin-top: auto;
  color: var(--ink);
  border-bottom: 1px solid var(--ink);
  width: fit-content;
  padding-bottom: 4px;
}

.knowledge-preview .wide-grid a,
.knowledge-grid a,
.guide-panel a,
.source-block a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.process {
  padding-top: 24px;
}

.process .section-title h2 {
  font-size: 60px;
  line-height: 1.1;
}

.process-grid article {
  min-height: 260px;
  padding: 34px 32px;
}

.process-grid span {
  display: block;
  margin-bottom: 54px;
  color: var(--text);
  font-size: 12px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.process-grid h3 {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.process-grid p {
  color: var(--text);
  font-size: 16px;
  line-height: 26px;
}

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

.wide-grid article {
  min-height: 280px;
  padding: 40px;
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 80px;
}

.contact-copy h2 {
  text-transform: none;
}

.contact-detail {
  margin-top: 34px;
}

.contact-detail span {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.contact-detail strong {
  color: var(--ink);
  font-size: 20px;
}

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

.contact-form h3,
.contact-form p,
.wide {
  grid-column: 1 / -1;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  letter-spacing: 0;
  padding: 14px;
}

textarea {
  resize: vertical;
}

.hidden-field {
  display: none;
}

.site-footer {
  min-height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 32px;
  color: var(--text);
  font-size: 12px;
  text-align: center;
}

.site-footer p {
  width: 100%;
  margin: 0;
}

.site-footer a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 0 8px;
}

.trust-signals .wide-grid article {
  min-height: 250px;
}

.knowledge-hero {
  padding-top: 96px;
  padding-bottom: 80px;
}

.knowledge-hero h1,
.guide-article h1 {
  max-width: 980px;
  font-size: clamp(54px, 8vw, 104px);
}

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

.knowledge-grid article {
  min-height: 300px;
  padding: 38px;
  background: var(--white);
}

.knowledge-grid h3 {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-article {
  max-width: 1040px;
  margin: 0 auto;
  padding: 96px 48px 112px;
}

.guide-panel,
.source-block {
  margin: 48px 0;
  padding: 42px;
  background: var(--white);
}

.guide-panel h2,
.source-block h2 {
  margin-bottom: 24px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1.15;
}

.guide-panel li,
.source-block li {
  margin-bottom: 18px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.55;
}

.guide-panel p,
.faq-list p {
  color: var(--text);
  font-size: 18px;
  line-height: 1.6;
}

.faq-list details {
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.faq-list summary {
  color: var(--ink);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}

[dir="rtl"] .site-nav,
[dir="rtl"] .guide-article,
[dir="rtl"] .knowledge-hero,
[dir="rtl"] .section {
  text-align: right;
}

.thank-you-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
}

.thank-you {
  max-width: 760px;
}

.thank-you h1 {
  font-size: clamp(48px, 8vw, 92px);
}

@media (max-width: 900px) {
  .site-header,
  .site-nav {
    height: auto;
  }

  .site-nav {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding: 20px;
  }

  .wordmark {
    font-size: 18px;
  }

  .nav-menu {
    width: 100%;
    justify-content: space-between;
    gap: 10px;
  }

  .nav-menu a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: 100%;
    min-height: auto;
    padding: 94px 20px 56px;
  }

  .hero-copy,
  .lead,
  .quiet,
  .hero-lower,
  .hero-lower > p {
    width: 100%;
  }

  h1 {
    font-size: 62px;
    line-height: 0.88;
  }

  .lead {
    font-size: 20px;
  }

  .hero-lower {
    position: static;
  }

  .hero-card {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 0.78;
    margin: 42px 0;
  }

  .hero-card img {
    position: absolute;
    inset: 0;
    height: 100%;
  }

  .lane-panel {
    width: calc(100% - 40px);
  }

  .hero-lower > p {
    font-size: 28px;
  }

  .hero-actions,
  .anchor-strip {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .section {
    padding: 72px 20px;
  }

  .section-title h2,
  .contact-copy h2 {
    font-size: 44px;
    line-height: 1.03;
  }

  .service-grid,
  .process-grid,
  .wide-grid,
  .knowledge-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  .guide-article {
    padding: 72px 20px;
  }

  .guide-panel,
  .source-block,
  .knowledge-grid article {
    padding: 28px;
  }

  .service-grid article {
    min-height: 360px;
    padding: 72px 28px 28px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}
