:root {
  --ink: #17271f;
  --forest: #203a2d;
  --forest-deep: #13281e;
  --sage: #748776;
  --paper: #f7f3ea;
  --paper-2: #eee7da;
  --white: #fffdf8;
  --clay: #ae6240;
  --clay-dark: #85472f;
  --amber: #dca640;
  --line: rgba(32, 58, 45, .16);
  --shadow: 0 28px 80px rgba(24, 35, 29, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::selection { color: var(--white); background: var(--clay); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--white);
  background: var(--forest);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(247, 243, 234, .86);
  backdrop-filter: blur(18px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 40px rgba(23, 39, 31, .07);
}
.header-inner {
  min-height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-mark {
  width: 36px;
  height: 42px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}
.brand-mark i {
  width: 8px;
  border-radius: 6px;
  display: block;
}
.brand-mark i:nth-child(1) { height: 38px; background: var(--forest); }
.brand-mark i:nth-child(2) { height: 29px; background: var(--clay); }
.brand-mark i:nth-child(3) { height: 22px; background: var(--amber); }
.brand > span:last-child { display: grid; line-height: 1; }
.brand small {
  margin-bottom: 5px;
  color: var(--clay);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .24em;
}
.brand strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 720;
}
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a, .text-link {
  font-size: 14px;
  font-weight: 650;
  transition: color .2s ease;
}
.site-nav a:hover, .text-link:hover { color: var(--clay); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
}
.menu-toggle > span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 4px 0;
  background: var(--forest);
}

.button {
  min-height: 52px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button span { transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button-small { min-height: 43px; padding-inline: 18px; font-size: 14px; }
.button-dark { color: var(--white); background: var(--forest); }
.button-dark:hover { background: var(--forest-deep); box-shadow: 0 12px 30px rgba(24, 52, 39, .2); }
.button-primary { color: var(--forest-deep); background: var(--amber); box-shadow: 0 16px 35px rgba(100, 72, 20, .16); }
.button-primary:hover { background: #e5b554; box-shadow: 0 18px 40px rgba(100, 72, 20, .24); }
.button-quiet { border-color: var(--line); background: rgba(255, 253, 248, .72); }
.button-quiet:hover { background: var(--white); }
.button-wide { width: 100%; }
.play-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: var(--clay);
  font-size: 8px;
}

.hero {
  position: relative;
  min-height: 760px;
  padding: 82px 0 64px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 15%, rgba(220, 166, 64, .17), transparent 23rem),
    linear-gradient(135deg, #f9f5ed 0%, #f2ecdf 100%);
}
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: 58px;
}
.kicker, .eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.kicker { display: flex; align-items: center; gap: 10px; }
.kicker span { width: 34px; height: 2px; background: var(--clay); }
.hero h1 {
  max-width: 650px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 650;
  line-height: .99;
  letter-spacing: -.045em;
}
.hero h1 em { color: var(--clay); font-style: italic; font-weight: 500; }
.hero-lede {
  max-width: 600px;
  margin: 27px 0 0;
  color: #46564d;
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; column-gap: 28px; row-gap: 18px; }
.microcopy { margin: 14px 0 0; color: #6d786f; font-size: 12px; }
.hero-proof {
  margin: 38px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  list-style: none;
}
.hero-proof li { display: grid; }
.hero-proof strong { font-family: var(--serif); font-size: 18px; }
.hero-proof span { color: #778078; font-size: 11px; }
.hero-art { position: relative; min-width: 0; padding: 38px 0 54px; }
.app-window {
  position: relative;
  z-index: 2;
  margin: 0;
  border: 1px solid rgba(29, 58, 43, .2);
  border-radius: 18px;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}
.app-window figcaption {
  height: 45px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #778078;
  background: #f9f7f1;
  font-size: 11px;
}
.app-window figcaption > strong { margin-left: auto; color: var(--forest); }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #c9c9c2; }
.window-dots i:first-child { background: var(--clay); }
.window-dots i:last-child { background: var(--sage); }
.hero-window { width: 760px; transform: rotate(1.4deg); }
.hero-window img { width: 100%; height: auto; aspect-ratio: 1.86; object-fit: cover; object-position: center top; }
.hero-orbit {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(174, 98, 64, .22);
  border-radius: 50%;
}
.orbit-one { width: 610px; height: 610px; top: -55px; left: 80px; }
.orbit-two { width: 465px; height: 465px; top: 15px; left: 150px; }
.floating-note {
  position: absolute;
  z-index: 3;
  padding: 11px 14px;
  border: 1px solid rgba(32, 58, 45, .14);
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 14px 34px rgba(24, 35, 29, .13);
}
.note-icon { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; color: var(--white); background: var(--forest); }
.floating-note > span:last-child { display: grid; }
.floating-note small { color: var(--clay); font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.floating-note strong { font-size: 12px; }
.note-snap { top: 0; right: -4px; }
.note-cut { bottom: 6px; left: -28px; }

.cost-strip { color: var(--white); background: var(--forest); }
.cost-grid {
  min-height: 118px;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  align-items: center;
}
.cost-grid > * { min-height: 58px; padding: 0 28px; border-left: 1px solid rgba(255, 255, 255, .14); display: grid; align-content: center; }
.cost-grid > *:first-child { padding-left: 0; border-left: 0; }
.cost-intro { margin: 0; font-family: var(--serif); font-size: 22px; line-height: 1.25; }
.cost-grid strong { color: #f2c96f; font-size: 13px; }
.cost-grid span { color: rgba(255, 255, 255, .68); font-size: 12px; }

.section-pad { padding: 118px 0; }
.narrow-center { max-width: 790px; text-align: center; }
.narrow-center h2, .section-heading h2, .story-copy h2, .offer-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.narrow-center > p:last-child {
  max-width: 690px;
  margin: 24px auto 0;
  color: #677269;
  font-size: 18px;
}
.value-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.value-grid article {
  min-height: 255px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, .65);
}
.value-grid article > span { color: var(--clay); font-family: var(--serif); font-size: 13px; }
.value-grid h3 { margin: 52px 0 9px; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.value-grid p { margin: 0; color: #68746b; }

.product-proof { color: var(--white); background: var(--forest-deep); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.split-heading p:last-child { margin: 0 0 5px; color: rgba(255, 255, 255, .68); font-size: 17px; }
.workflow-steps { margin-top: 68px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.workflow-steps article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: rgba(255, 255, 255, .035);
}
.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--forest-deep);
  background: var(--amber);
  font-family: var(--serif);
  font-size: 20px;
}
.workflow-steps small { color: #e4b75c; font-size: 10px; font-weight: 750; letter-spacing: .15em; }
.workflow-steps h3 { margin: 7px 0 8px; font-family: var(--serif); font-size: 25px; }
.workflow-steps p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; }

.feature-story { background: var(--paper-2); }
.feature-story-alt { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 76px; }
.story-grid.reverse { grid-template-columns: 1.22fr .78fr; }
.story-grid.reverse .story-copy { order: 2; }
.story-copy > p:not(.eyebrow) { margin: 24px 0; color: #637067; font-size: 17px; }
.story-window img { width: 100%; height: auto; aspect-ratio: 1.82; object-fit: cover; object-position: top left; }
.check-list { margin: 26px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 12px; font-weight: 650; font-size: 14px; }
.check-list span { width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--forest); font-size: 11px; }
.wood-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.wood-chips span {
  padding: 8px 13px 8px 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  font-size: 12px;
  font-weight: 700;
}
.wood-chips span::before { content: ""; width: 18px; height: 18px; border: 2px solid rgba(255, 255, 255, .6); border-radius: 50%; background: var(--wood); box-shadow: 0 0 0 1px rgba(0, 0, 0, .12); }

.capabilities { background: var(--white); }
.narrow-heading { max-width: 760px; }
.capability-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid article > span { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: var(--clay); background: #f3e7dc; font-family: var(--serif); font-size: 18px; }
.capability-grid h3 { margin: 35px 0 8px; font-family: var(--serif); font-size: 21px; line-height: 1.2; }
.capability-grid p { margin: 0; color: #6f7971; font-size: 13px; line-height: 1.55; }

.offer { position: relative; overflow: hidden; color: var(--white); background: var(--forest); }
.offer::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -230px;
  right: -160px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255, 255, 255, .018), 0 0 0 160px rgba(255, 255, 255, .012);
}
.offer-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 440px; align-items: center; gap: 90px; }
.light { color: #e7ba61; }
.offer-copy > p:not(.eyebrow) { max-width: 670px; margin: 25px 0 0; color: rgba(255, 255, 255, .68); font-size: 17px; }
.value-stack { margin-top: 45px; border-top: 1px solid rgba(255, 255, 255, .15); }
.value-stack > div { min-height: 78px; border-bottom: 1px solid rgba(255, 255, 255, .15); display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 14px; }
.value-stack > div > span { color: #e7ba61; font-family: var(--serif); font-size: 12px; }
.value-stack p { margin: 0; display: grid; }
.value-stack strong { font-size: 14px; }
.value-stack small { color: rgba(255, 255, 255, .58); }
.value-stack b { color: #e7ba61; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.price-card { padding: 38px; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 80px rgba(8, 18, 12, .26); }
.price-badge { margin: 0; color: var(--clay); font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.price-card h3 { margin: 14px 0 0; font-family: var(--serif); font-size: 29px; line-height: 1.15; }
.price { margin-top: 26px; display: flex; align-items: baseline; }
.price > span { align-self: flex-start; margin: 12px 3px 0 0; font-family: var(--serif); font-size: 26px; }
.price strong { font-family: var(--serif); font-size: 69px; line-height: 1; letter-spacing: -.06em; }
.price small { margin-left: 10px; color: #748078; }
.price-note { margin: 14px 0 0; color: #667168; font-size: 13px; }
.price-cohort { margin-top: 20px; padding: 15px; border: 1px solid rgba(174,98,64,.22); border-radius: 13px; background: #f5eadf; }
.price-cohort-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.price-cohort-heading strong { color: var(--clay-dark); font-size: 12px; }
.price-cohort-heading span { color: #7a695f; font-size: 10px; font-weight: 700; white-space: nowrap; }
.price-cohort-track { height: 7px; margin-top: 11px; overflow: hidden; border-radius: 999px; background: rgba(174,98,64,.14); }
.price-cohort-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--clay), var(--amber)); }
.price-cohort p { margin: 8px 0 0; color: #786a61; font-size: 10px; line-height: 1.45; }
.price-lock-note { margin: 13px 0 0; display: grid; grid-template-columns: 17px 1fr; color: #667168; font-size: 10px; line-height: 1.45; }
.price-lock-note span { grid-row: span 2; color: var(--forest); font-size: 11px; }
.price-lock-note strong { display: block; color: var(--forest); font-size: 11px; }
.price-card ul { margin: 28px 0; padding: 26px 0; border-block: 1px solid var(--line); display: grid; gap: 11px; list-style: none; }
.price-card li { display: flex; gap: 10px; font-size: 13px; font-weight: 600; }
.price-card li span { color: var(--clay); }
.price-card .microcopy { text-align: center; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading > p:last-child { color: #67736a; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-family: var(--serif); font-size: 21px; font-weight: 600; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-family: var(--sans); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 0 28px; padding-right: 50px; color: #69746b; }

.final-cta { padding: 100px 0; text-align: center; color: var(--white); background: var(--clay-dark); }
.final-cta-inner { max-width: 850px; }
.cta-mark { height: 52px; margin: 0 auto 28px; display: flex; align-items: flex-end; justify-content: center; gap: 5px; }
.cta-mark i { width: 10px; border-radius: 6px; display: block; background: var(--amber); }
.cta-mark i:nth-child(1) { height: 46px; }
.cta-mark i:nth-child(2) { height: 35px; opacity: .8; }
.cta-mark i:nth-child(3) { height: 25px; opacity: .65; }
.final-cta p:not(.eyebrow) { max-width: 650px; margin: 24px auto 30px; color: rgba(255, 255, 255, .72); font-size: 17px; }

.site-footer { padding: 70px 0 25px; color: rgba(255, 255, 255, .7); background: #0f2018; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 70px; }
.brand-light strong { color: var(--white); }
.footer-brand p { max-width: 280px; margin-top: 20px; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 10px; }
.footer-grid > div > strong { margin-bottom: 7px; color: var(--white); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a:not(.brand) { font-size: 13px; }
.footer-grid a:not(.brand):hover { color: var(--white); }
.footer-bottom { margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .11); display: flex; justify-content: space-between; font-size: 11px; }

.legal-header { grid-template-columns: 1fr auto; }
.legal-page { min-height: calc(100vh - 78px); padding: 96px 0; background: var(--paper); }
.legal-shell { max-width: 820px; }
.legal-shell > h1 { margin: 0; font-family: var(--serif); font-size: clamp(48px, 7vw, 78px); line-height: 1; letter-spacing: -.045em; }
.legal-updated { margin: 18px 0 56px; color: #788178; font-size: 13px; }
.legal-shell section { padding: 27px 0; border-top: 1px solid var(--line); }
.legal-shell section h2 { margin: 0 0 10px; font-family: var(--serif); font-size: 24px; }
.legal-shell section p { margin: 0; color: #5f6b63; }
.legal-shell section a { color: var(--clay-dark); font-weight: 700; text-decoration: underline; }
.legal-actions { margin-top: 38px; display: flex; flex-wrap: wrap; column-gap: 28px; row-gap: 18px; }
.legal-footer { padding: 24px 0; color: rgba(255, 255, 255, .68); background: #0f2018; }
.legal-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.legal-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
.legal-footer a { transition: color .2s ease; }
.legal-footer a:hover,
.legal-footer a[aria-current="page"] { color: var(--white); }
.legal-footer a[aria-current="page"] { text-decoration: underline; text-underline-offset: 4px; }

.contact-page { min-height: calc(100vh - 150px); padding: 96px 0; background: var(--paper); }
.contact-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: clamp(60px, 9vw, 130px); }
.contact-intro { position: sticky; top: 126px; }
.contact-intro h1 { max-width: 560px; margin: 10px 0 22px; font-family: var(--serif); font-size: clamp(50px, 7vw, 82px); line-height: .98; letter-spacing: -.05em; }
.contact-intro > p:not(.eyebrow) { max-width: 480px; color: #5f6b63; font-size: 17px; }
.contact-note { margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr; gap: 14px; color: #68736b; }
.contact-note > span { width: 32px; height: 32px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--clay); }
.contact-note p { margin: 0; font-size: 13px; }
.contact-note strong { display: block; color: var(--ink); }
.contact-card { position: relative; padding: clamp(30px, 5vw, 58px); border: 1px solid var(--line); border-radius: 4px 34px 4px 4px; background: var(--white); box-shadow: var(--shadow); overflow: hidden; }
.contact-card::before { content: ""; position: absolute; top: 0; right: 0; width: 110px; height: 7px; background: linear-gradient(90deg, var(--forest) 0 42%, var(--clay) 42% 72%, var(--amber) 72%); }
.contact-card-heading { margin-bottom: 32px; }
.contact-card-heading h2 { margin: 5px 0 0; font-family: var(--serif); font-size: 36px; line-height: 1.1; }
.contact-card form { display: grid; gap: 20px; }
.contact-fields-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-card label { display: grid; gap: 7px; color: #49564e; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.contact-card input,
.contact-card select,
.contact-card textarea { width: 100%; border: 1px solid rgba(32, 58, 45, .2); border-radius: 8px; color: var(--ink); background: var(--paper); outline: none; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.contact-card input,
.contact-card select { min-height: 49px; padding: 0 14px; }
.contact-card textarea { min-height: 170px; padding: 13px 14px; resize: vertical; }
.contact-card input:focus,
.contact-card select:focus,
.contact-card textarea:focus { border-color: var(--clay); background: var(--white); box-shadow: 0 0 0 4px rgba(174, 98, 64, .12); }
.contact-submit-row { padding-top: 4px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; }
.contact-submit-row p { margin: 0; color: #798179; font-size: 11px; line-height: 1.5; }
.contact-submit-row a { color: var(--clay-dark); font-weight: 700; text-decoration: underline; }
.contact-submit-row .button { white-space: nowrap; }
.contact-submit-row .button:disabled { cursor: wait; opacity: .62; }
.contact-status { min-height: 24px; margin: 0; font-size: 13px; font-weight: 700; }
.contact-status.success { color: #2f6b47; }
.contact-status.error { color: #a14432; }
.contact-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.learning-hub { color: var(--white); background: var(--forest-deep); }
.learning-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.learning-grid a {
  min-height: 260px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: rgba(255, 255, 255, .035);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.learning-grid a:hover { border-color: rgba(231, 186, 97, .6); background: rgba(255, 255, 255, .065); transform: translateY(-3px); }
.learning-grid small { color: #e7ba61; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.learning-grid h3 { max-width: 500px; margin: 38px 0 10px; font-family: var(--serif); font-size: 29px; line-height: 1.15; }
.learning-grid p { max-width: 580px; margin: 0; color: rgba(255, 255, 255, .64); font-size: 14px; }
.learning-grid span { margin-top: auto; padding-top: 25px; color: #f2c96f; font-size: 12px; font-weight: 750; }

.resource-page { background: var(--paper); }
.resource-hero { position: relative; overflow: hidden; padding: 54px 0 0; }
.resource-hero::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  top: -300px;
  right: -150px;
  border: 1px solid rgba(32, 58, 45, .1);
  border-radius: 50%;
  box-shadow: 0 0 0 90px rgba(32, 58, 45, .018), 0 0 0 180px rgba(32, 58, 45, .012);
}
.breadcrumbs { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; color: #707b72; font-size: 11px; }
.breadcrumbs a { color: var(--clay-dark); font-weight: 700; }
.breadcrumbs span[aria-current] { max-width: 560px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.resource-hero-grid { position: relative; z-index: 1; min-height: 610px; padding: 52px 0 96px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.resource-hero-copy h1 { max-width: 800px; margin: 20px 0 24px; font-family: var(--serif); font-size: clamp(50px, 6vw, 79px); font-weight: 600; line-height: .98; letter-spacing: -.05em; }
.resource-hero-copy > p:not(.kicker) { max-width: 680px; margin: 0; color: #5e6b62; font-size: 18px; }
.resource-hero-copy .hero-actions { margin-top: 34px; }
.resource-facts { position: relative; z-index: 2; margin: 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.resource-facts div { min-height: 112px; padding: 25px 28px; border-left: 1px solid var(--line); display: grid; align-content: center; }
.resource-facts div:first-child { padding-left: 0; border-left: 0; }
.resource-facts dt { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.resource-facts dd { margin: 5px 0 0; font-family: var(--serif); font-size: 19px; font-weight: 600; }

.pattern-visual {
  position: relative;
  min-height: 420px;
  padding: 45px;
  border: 1px solid rgba(32, 58, 45, .14);
  border-radius: 4px 40px 4px 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 7px;
  background: #e8dfd0;
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1deg);
}
.pattern-visual::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(32, 58, 45, .13); pointer-events: none; }
.pattern-visual > span { min-width: 0; background: #c9955f; transform: skewY(-28deg); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .26); }
.pattern-visual > span:nth-child(2n) { background: #6f3f24; transform: skewY(28deg); }
.pattern-visual > span:nth-child(3n) { background: #d8bd8d; }
.pattern-visual > span:nth-child(5n) { background: #9b5b35; }
.pattern-label { position: absolute; right: 30px; bottom: 26px; left: 30px; padding: 14px 16px; border: 1px solid rgba(255, 255, 255, .2); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--white); background: rgba(19, 40, 30, .88); backdrop-filter: blur(10px); }
.pattern-label small { color: #e7ba61; font-size: 8px; letter-spacing: .13em; }
.pattern-label strong { font-size: 11px; text-align: right; }
.pattern-herringbone > span { transform: rotate(45deg) scale(.82); border-radius: 2px; }
.pattern-herringbone > span:nth-child(2n) { transform: rotate(-45deg) scale(.82); }
.pattern-diamond > span { clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); transform: none; }
.pattern-diamond > span:nth-child(2n) { transform: none; }
.pattern-gallery > span { clip-path: polygon(50% 0, 100% 100%, 0 100%); transform: none; }
.pattern-gallery > span:nth-child(2n) { clip-path: polygon(0 0, 100% 0, 50% 100%); transform: none; }
.pattern-software { background: var(--forest); }
.pattern-software > span { border-radius: 12px; transform: none; background: rgba(255, 255, 255, .1); }
.pattern-software > span:nth-child(2n) { transform: none; background: rgba(231, 186, 97, .35); }
.pattern-cutlist { grid-template-columns: 1fr; grid-template-rows: repeat(8, 1fr); background: var(--white); }
.pattern-cutlist > span, .pattern-cutlist > span:nth-child(2n) { border-bottom: 1px solid rgba(32, 58, 45, .16); transform: none; background: linear-gradient(90deg, rgba(174, 98, 64, .2) 0 18%, transparent 18% 36%, rgba(32, 58, 45, .08) 36% 67%, transparent 67%); box-shadow: none; }
.pattern-guide > span, .pattern-angle > span { transform: rotate(35deg); transform-origin: center; }
.pattern-guide > span:nth-child(2n), .pattern-angle > span:nth-child(2n) { transform: rotate(-35deg); }
.pattern-wood > span, .pattern-wood > span:nth-child(2n) { transform: none; background: linear-gradient(100deg, #cba476, #e4c99f 45%, #a87446 46%, #d4ad7d); }
.pattern-wood > span:nth-child(3n) { background: linear-gradient(100deg, #5d321c, #85502e 50%, #3f2417 51%, #714329); }

.resource-body { background: var(--white); }
.resource-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: clamp(60px, 9vw, 130px); }
.resource-article { max-width: 760px; }
.resource-article > section { position: relative; padding: 0 0 70px 58px; border-left: 1px solid var(--line); }
.resource-article > section:last-child { padding-bottom: 0; }
.resource-index { position: absolute; top: 2px; left: -18px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--white); background: var(--clay); font-size: 10px; font-weight: 800; }
.resource-article h2 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(31px, 4vw, 45px); line-height: 1.08; letter-spacing: -.025em; }
.resource-article p { margin: 0 0 18px; color: #5f6c63; font-size: 17px; }
.resource-article ul { margin: 25px 0 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.resource-article li { position: relative; padding-left: 27px; color: #435148; font-weight: 600; }
.resource-article li::before { content: "✓"; position: absolute; left: 0; color: var(--clay); }
.resource-sidebar { position: sticky; top: 112px; display: grid; gap: 24px; }
.resource-cta { padding: 29px; border-radius: 4px 24px 4px 4px; color: var(--white); background: var(--forest); }
.resource-cta .eyebrow { color: #e7ba61; }
.resource-cta h2 { margin: 11px 0 13px; font-family: var(--serif); font-size: 31px; line-height: 1.08; }
.resource-cta > p:not(.eyebrow) { color: rgba(255, 255, 255, .68); font-size: 13px; }
.resource-cta .button { margin-top: 18px; color: var(--forest); background: var(--amber); }
.resource-cta small { margin-top: 12px; display: block; color: rgba(255, 255, 255, .55); font-size: 9px; text-align: center; }
.resource-jump { padding: 24px; border: 1px solid var(--line); display: grid; gap: 10px; background: var(--paper); }
.resource-jump strong { margin-bottom: 5px; color: var(--clay); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.resource-jump a { color: #637067; font-size: 12px; line-height: 1.4; }
.resource-jump a:hover { color: var(--clay-dark); }
.resource-faq { background: var(--paper); }
.related-resources { background: var(--paper-2); }
.related-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.related-grid a { min-height: 285px; padding: 27px; border: 1px solid var(--line); display: flex; align-items: flex-start; flex-direction: column; background: rgba(255, 253, 248, .55); transition: background .2s ease, transform .2s ease; }
.related-grid a:hover { background: var(--white); transform: translateY(-3px); }
.related-grid small { color: var(--clay); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.related-grid h3 { margin: 34px 0 12px; font-family: var(--serif); font-size: 25px; line-height: 1.15; }
.related-grid span { margin-top: auto; color: var(--forest); font-size: 12px; font-weight: 750; }
.related-grid b { color: var(--clay); }
.not-found-page { min-height: calc(100vh - 78px); display: grid; place-items: center; background: var(--paper); }
.not-found-inner { max-width: 850px; padding-block: 90px; text-align: center; }
.not-found-inner h1 { margin: 12px 0 24px; font-family: var(--serif); font-size: clamp(52px, 8vw, 90px); line-height: .95; letter-spacing: -.05em; }
.not-found-inner > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: #5f6c63; font-size: 18px; }
.not-found-inner .hero-actions { justify-content: center; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 790px; }
  .hero-art { width: min(880px, 100%); margin: 0 auto; }
  .hero-window { width: 100%; }
  .cost-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
  .story-grid, .story-grid.reverse { grid-template-columns: 1fr; }
  .story-copy { max-width: 720px; }
  .story-grid.reverse .story-copy { order: 0; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .resource-hero-grid { grid-template-columns: 1fr; padding: 70px 0 88px; }
  .pattern-visual { width: min(760px, 100%); min-height: 380px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 720px); }
  .header-inner { min-height: 70px; grid-template-columns: 1fr auto; }
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .site-nav {
    position: absolute;
    top: 70px;
    right: 15px;
    left: 15px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    display: grid;
    gap: 0;
    background: var(--white);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .site-nav a { padding: 11px 8px; }
  .hero { padding-top: 58px; }
  .hero h1 { font-size: clamp(47px, 13vw, 68px); }
  .hero-lede { font-size: 17px; }
  .hero-art { padding-top: 18px; }
  .floating-note { display: none; }
  .cost-grid { padding: 28px 0; grid-template-columns: 1fr 1fr; }
  .cost-grid > * { min-height: 70px; padding: 10px 18px; }
  .cost-grid > *:nth-child(3) { border-left: 0; }
  .section-pad { padding: 84px 0; }
  .value-grid, .workflow-steps { grid-template-columns: 1fr; }
  .value-grid article { min-height: 210px; }
  .value-grid h3 { margin-top: 32px; }
  .split-heading, .offer-grid, .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .offer-grid { gap: 60px; }
  .price-card { width: min(500px, 100%); margin: auto; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
  .contact-layout { grid-template-columns: 1fr; gap: 48px; }
  .contact-intro { position: static; }
  .contact-intro h1 { max-width: 680px; }
  .contact-intro > p:not(.eyebrow) { max-width: 680px; }
  .learning-grid { grid-template-columns: 1fr; }
  .resource-layout { grid-template-columns: 1fr; gap: 60px; }
  .resource-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .related-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .brand strong { font-size: 22px; }
  .hero { min-height: auto; padding-bottom: 44px; }
  .hero h1 { font-size: 45px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; }
  .hero-proof li { padding: 8px 0; border-bottom: 1px solid var(--line); }
  .hero-art { padding-bottom: 0; }
  .hero-window { border-radius: 11px; transform: none; }
  .hero-window figcaption { height: 34px; }
  .hero-window figcaption strong { display: none; }
  .hero-orbit { display: none; }
  .cost-grid { grid-template-columns: 1fr; }
  .cost-grid > * { padding: 13px 0; border-left: 0; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .cost-grid > *:last-child { border-bottom: 0; }
  .section-pad { padding: 70px 0; }
  .narrow-center h2, .section-heading h2, .story-copy h2, .offer-copy h2, .faq-heading h2, .final-cta h2 { font-size: 37px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { min-height: 205px; }
  .value-stack > div { padding: 12px 0; grid-template-columns: 30px 1fr; }
  .value-stack b { grid-column: 2; }
  .price-card { padding: 28px 22px; }
  .price strong { font-size: 60px; }
  .price-cohort-heading { align-items: flex-start; flex-direction: column; gap: 2px; }
  .faq-list summary { min-height: 74px; font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 6px; }
  .legal-footer-inner { align-items: flex-start; flex-direction: column; }
  .legal-footer nav { justify-content: flex-start; }
  .contact-page { padding: 64px 0; }
  .contact-card { padding: 28px 22px; border-radius: 4px 24px 4px 4px; }
  .contact-fields-pair, .contact-submit-row { grid-template-columns: 1fr; }
  .contact-submit-row .button { width: 100%; }
  .resource-hero { padding-top: 30px; }
  .resource-hero-grid { min-height: auto; padding: 48px 0 72px; gap: 45px; }
  .resource-hero-copy h1 { font-size: 45px; }
  .pattern-visual { min-height: 310px; padding: 34px; }
  .pattern-label { right: 18px; bottom: 17px; left: 18px; }
  .pattern-label small { display: none; }
  .resource-facts { grid-template-columns: 1fr; }
  .resource-facts div { min-height: 82px; padding: 18px 0; border-left: 0; border-top: 1px solid var(--line); }
  .resource-facts div:first-child { border-top: 0; }
  .resource-article > section { padding: 0 0 58px 38px; }
  .resource-sidebar { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}
