:root {
  --paper: #f7f2e9;
  --paper-deep: #eee3d1;
  --surface: #fffdf9;
  --ink: #181512;
  --ink-soft: #51493f;
  --gold: #c7a56a;
  --gold-deep: #896632;
  --gold-pale: #ead8b5;
  --green: #176d58;
  --line: rgba(54, 43, 30, 0.14);
  --shadow: 0 24px 70px rgba(56, 42, 23, 0.1);
  color-scheme: light;
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", "Trebuchet MS", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 10% 2%, rgba(199, 165, 106, 0.18), transparent 28rem),
    linear-gradient(180deg, #fcfaf6 0%, var(--paper) 42%, #f4ede2 100%);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.wordmark-copy strong {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}

h1,
h2 {
  letter-spacing: -0.035em;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  transform: translateY(-180%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.landing-container {
  width: min(1180px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(54, 43, 30, 0.09);
  background: rgba(252, 250, 246, 0.88);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.wordmark-monogram {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(137, 102, 50, 0.45);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, #f7e8c9, transparent 40%),
    linear-gradient(145deg, #d9bb82, #9c7740);
  color: #191612;
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.36);
  font: 700 1.55rem/1 Georgia, serif;
}

.wordmark-copy {
  display: grid;
  line-height: 1;
}

.wordmark-copy small,
.eyebrow,
.sheet-kicker {
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.wordmark-copy strong {
  margin-top: 0.25rem;
  font-size: 1.5rem;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-nav a,
.site-footer a {
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-footer a:hover,
.text-link:hover {
  color: var(--gold-deep);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.landing-language-target {
  display: flex;
}

.language-switcher {
  display: inline-flex;
}

.language-switcher select {
  min-width: 54px;
  height: 44px;
  padding: 0 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible,
.site-footer a:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(199, 165, 106, 0.55);
  outline-offset: 4px;
}

.button-primary {
  border-color: #a98248;
  background: linear-gradient(145deg, #dfc18b, #c49a58);
  color: #17130e;
  box-shadow: 0 13px 30px rgba(137, 102, 50, 0.18);
}

.button-primary:hover {
  box-shadow: 0 16px 34px rgba(137, 102, 50, 0.28);
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.7);
}

.button-large {
  min-height: 52px;
  padding-inline: 1.45rem;
}

.button-light {
  margin-top: 1.3rem;
  background: #fff;
  color: #1a1713;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.hero {
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 7vw, 6.5rem);
  padding-block: clamp(4.5rem, 8vw, 7.5rem);
}

.hero-copy {
  max-width: 610px;
}

.hero-copy .eyebrow,
.section-heading .eyebrow,
.final-cta .eyebrow {
  margin-bottom: 1.1rem;
}

.hero h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(3.35rem, 6.2vw, 6rem);
  font-weight: 600;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--gold-deep);
  font-weight: 500;
}

.hero-lead {
  max-width: 58ch;
  margin-bottom: 1.8rem;
  color: var(--ink-soft);
  font-size: clamp(1.06rem, 1.6vw, 1.23rem);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  margin: 2rem 0 0;
  padding: 0;
  color: var(--ink-soft);
  font-size: 0.86rem;
  font-weight: 700;
  list-style: none;
}

.hero-facts li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 0.55rem;
  border-radius: 50%;
  background: var(--green);
}

.hero-stage {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
}

.stage-glow {
  position: absolute;
  inset: 5% -4% 0 3%;
  border-radius: 46% 54% 35% 65%;
  background:
    linear-gradient(130deg, rgba(222, 191, 137, 0.75), rgba(255, 255, 255, 0.25)),
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(137, 102, 50, 0.08) 18px 19px);
  filter: drop-shadow(0 32px 50px rgba(92, 66, 31, 0.14));
  transform: rotate(-3deg);
}

.project-sheet {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  margin-left: auto;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid rgba(62, 48, 31, 0.13);
  border-radius: 26px;
  background: rgba(255, 253, 249, 0.96);
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}

.sheet-head,
.progress-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.sheet-head {
  margin-bottom: 1.7rem;
}

.sheet-head h2 {
  margin: 0.2rem 0 0;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
}

.status-badge {
  padding: 0.42rem 0.7rem;
  border: 1px solid rgba(23, 109, 88, 0.2);
  border-radius: 999px;
  background: rgba(23, 109, 88, 0.1);
  color: var(--green);
  font-size: 0.73rem;
  font-weight: 800;
}

.progress-row {
  margin-bottom: 0.45rem;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  margin-bottom: 1.35rem;
  border-radius: 99px;
  background: rgba(54, 43, 30, 0.08);
}

.progress-track span {
  width: 86%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--green));
}

.sheet-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin-bottom: 1rem;
}

.sheet-grid div {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.sheet-grid small {
  color: var(--ink-soft);
}

.document-list {
  display: grid;
  gap: 0.5rem;
}

.document-list > div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.7rem;
  padding: 0.72rem 0.8rem;
  border-radius: 13px;
  background: rgba(238, 227, 209, 0.48);
  font-size: 0.84rem;
}

.document-list b {
  color: var(--green);
  font-size: 0.74rem;
}

.document-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--surface);
  color: var(--gold-deep);
  font-size: 0.65rem;
  font-weight: 900;
}

.decision-card {
  position: absolute;
  z-index: 3;
  right: -2.2rem;
  bottom: 1.3rem;
  width: min(290px, 65%);
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(137, 102, 50, 0.25);
  border-radius: 16px;
  background: #f4e5c7;
  box-shadow: 0 18px 40px rgba(70, 50, 24, 0.16);
  transform: rotate(-2deg);
}

.decision-card span {
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.45);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-grid p {
  margin: 0;
  padding: 1.45rem 2rem;
  color: var(--ink-soft);
  text-align: center;
}

.trust-grid p + p {
  border-left: 1px solid var(--line);
}

.section {
  padding-block: clamp(5rem, 9vw, 8.5rem);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 3rem;
}

.section-heading h2,
.final-cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.35rem, 5vw, 4.5rem);
  font-weight: 600;
  line-height: 1.03;
}

.section-heading > p:not(.eyebrow) {
  max-width: 62ch;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  counter-reset: method;
  list-style: none;
}

.method-grid li {
  min-height: 270px;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.82);
  box-shadow: 0 15px 40px rgba(56, 42, 23, 0.04);
}

.method-grid li:nth-child(even) {
  margin-top: 1.5rem;
}

.step-number,
.deliverable-grid article > span {
  display: block;
  margin-bottom: 2.6rem;
  color: var(--gold-deep);
  font: 700 0.76rem/1 "Aptos", sans-serif;
  letter-spacing: 0.14em;
}

.method-grid h3,
.deliverable-grid h3 {
  margin-bottom: 0.6rem;
  font-size: 1.45rem;
}

.method-grid p,
.deliverable-grid p,
.audience-card p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.section-ink {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 8%, rgba(199, 165, 106, 0.22), transparent 27rem),
    #1c1915;
  color: #fdfaf4;
}

.section-ink::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(115deg, transparent 0 42px, rgba(255, 255, 255, 0.015) 42px 43px);
}

.deliverables-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: clamp(3rem, 8vw, 7rem);
}

.section-heading-light {
  position: sticky;
  top: 120px;
  margin: 0;
}

.section-heading-light > p:not(.eyebrow),
.deliverable-grid p {
  color: rgba(253, 250, 244, 0.68);
}

.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.85rem;
}

.deliverable-grid article {
  min-height: 225px;
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
}

.deliverable-grid article:nth-child(2),
.deliverable-grid article:nth-child(5) {
  background: rgba(199, 165, 106, 0.13);
}

.audience-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.audience-card {
  min-height: 370px;
  padding: clamp(1.8rem, 4vw, 3rem);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.85);
}

.audience-card-accent {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.48), transparent 35%),
    linear-gradient(145deg, #ead7b2, #d7b77e);
}

.audience-card h2 {
  max-width: 18ch;
  margin: 1.5rem 0 1rem;
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.05;
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 7rem);
}

.faq-heading {
  margin: 0;
}

.faq-list {
  display: grid;
  align-content: start;
  gap: 0.75rem;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 249, 0.86);
}

.faq-list summary {
  cursor: pointer;
  padding: 1.25rem 1.35rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--gold-deep);
  font-size: 1.4rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 1.35rem 1.35rem;
  color: var(--ink-soft);
}

.final-cta {
  padding-block: clamp(2rem, 5vw, 4rem);
}

.final-cta-inner {
  min-height: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(137, 102, 50, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 16%, rgba(255, 255, 255, 0.6), transparent 27%),
    linear-gradient(135deg, #ead8b7, #d1ad70);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
}

.site-footer {
  margin-top: 4rem;
  border-top: 1px solid var(--line);
  background: #ede3d4;
}

.footer-inner {
  min-height: 180px;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr auto;
  align-items: center;
  gap: 2rem;
}

.footer-inner > div strong {
  font: 600 1.5rem/1 Georgia, serif;
}

.footer-inner > div p {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem 1.2rem;
}

.footer-version {
  color: var(--gold-deep);
  font: 700 0.82rem/1 "Aptos", sans-serif;
  letter-spacing: 0.04em;
}

.reveal {
  animation: rise-in 0.65s both cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-delay {
  animation-delay: 0.12s;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .header-inner {
    grid-template-columns: auto 1fr;
  }

  .site-nav {
    display: none;
  }

  .header-actions {
    justify-self: end;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-stage {
    width: min(720px, 100%);
    margin-inline: auto;
  }

  .method-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .method-grid li:nth-child(even) {
    margin-top: 0;
  }

  .deliverables-layout,
  .faq-layout {
    grid-template-columns: 1fr;
  }

  .section-heading-light {
    position: static;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    padding-block: 2.5rem;
    text-align: center;
  }
}

@media (max-width: 720px) {
  .landing-container {
    width: min(100% - 1.25rem, 1180px);
  }

  .site-header {
    position: static;
  }

  .header-inner {
    min-height: 72px;
    gap: 0.75rem;
  }

  .wordmark-monogram {
    width: 40px;
  }

  .wordmark-copy small {
    display: none;
  }

  .wordmark-copy strong {
    margin: 0;
    font-size: 1.25rem;
  }

  .header-actions .button-secondary {
    display: none;
  }

  .language-switcher select {
    min-width: 46px;
    height: 40px;
    padding-inline: 0.45rem;
  }

  .header-actions .button-primary {
    min-height: 40px;
    padding-inline: 0.85rem;
    font-size: 0.82rem;
  }

  .hero {
    padding-block: 3.6rem 4.5rem;
  }

  .hero h1 {
    font-size: clamp(3rem, 15vw, 4.3rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stage {
    min-height: 430px;
  }

  .stage-glow {
    inset-inline: 0;
    transform: none;
  }

  .project-sheet {
    padding: 1rem;
    transform: none;
  }

  .sheet-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .sheet-grid {
    grid-template-columns: 1fr;
  }

  .decision-card {
    right: 0.5rem;
    bottom: -1rem;
    width: 78%;
  }

  .trust-grid,
  .method-grid,
  .deliverable-grid,
  .audience-section {
    grid-template-columns: 1fr;
  }

  .trust-grid p + p {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .method-grid li {
    min-height: auto;
  }

  .step-number {
    margin-bottom: 1.5rem;
  }

  .audience-card {
    min-height: auto;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
