@import url("https://cdn.jsdelivr.net/npm/pretendard@1.3.9/dist/web/static/pretendard.css");

:root {
  --paper: #fbf5dd;
  --sage: #e7e1b1;
  --leaf: #306d29;
  --forest: #0d530e;
  --ink: #17231a;
  --steel: #697269;
  --white: #ffffff;
  --mist: #f4f6f1;
  --line: #c9c7ad;
  --dark-line: #345237;
  --error: #a43c31;
  --success: #1f6b37;
  --shadow: 0 16px 40px rgba(23, 35, 26, 0.14);
  --container: 1200px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Pretendard, "Noto Sans KR", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
dd {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

:focus-visible {
  outline: 3px solid var(--leaf);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: -100px;
  z-index: 200;
  padding: 12px 16px;
  background: var(--forest);
  color: var(--white);
}

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding-block: 112px;
}

.section-sm {
  padding-block: 72px;
}

.section-paper {
  background: var(--paper);
}

.section-mist {
  background: var(--mist);
}

.section-dark {
  color: var(--white);
  background: var(--ink);
}

.section-forest {
  color: var(--white);
  background: var(--forest);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-dark .eyebrow,
.section-forest .eyebrow {
  color: #cfe4bd;
}

.section-title {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.18;
}

.section-lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #526056;
  font-size: 18px;
  line-height: 1.75;
}

.section-dark .section-lead,
.section-forest .section-lead {
  color: #d2ddd4;
}

.section-heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 54px;
}

.section-heading-row .section-title {
  margin-bottom: 0;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  border-bottom: 1px solid var(--forest);
  font-size: 15px;
  font-weight: 750;
}

.text-link > svg {
  width: 17px;
  height: 17px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 22px;
  border: 1px solid var(--forest);
  border-radius: 2px;
  background: transparent;
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--forest);
  color: var(--white);
}

.button-light {
  border-color: var(--white);
  color: var(--white);
}

.button-light.button-primary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--forest);
}

.button > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.icon-box {
  display: inline-grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--forest);
  line-height: 0;
}

.icon-box > svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
}

.site-header {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid #dde0d9;
}

.header-inner {
  display: flex;
  height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  min-width: 238px;
  align-items: center;
  gap: 12px;
  line-height: 1.05;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
}

.brand-name {
  font-size: 16px;
  font-weight: 850;
}

.brand-sub {
  display: block;
  margin-top: 4px;
  color: var(--steel);
  font-size: 9px;
  font-weight: 700;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.desktop-nav > a:not(.button) {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: #2d392f;
  font-size: 14px;
  font-weight: 700;
}

.desktop-nav > a:not(.button)::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--leaf);
  content: "";
  opacity: 0;
  transform: scaleX(0.2);
  transition: opacity 180ms ease, transform 180ms ease;
}

.desktop-nav > a:hover::after,
.desktop-nav > a.is-current::after {
  opacity: 1;
  transform: scaleX(1);
}

.desktop-nav .button {
  min-height: 44px;
  padding-inline: 17px;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  line-height: 0;
}

.menu-button > svg {
  width: 21px;
  height: 21px;
}

.mobile-panel {
  display: none;
}

.hero-home {
  background: var(--paper);
}

.hero-home-grid {
  display: grid;
  min-height: 680px;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 64px;
  align-items: center;
  padding-block: 54px 68px;
}

.hero-home h1 {
  max-width: 660px;
  margin-bottom: 28px;
  font-size: 56px;
  font-weight: 850;
  line-height: 1.08;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 32px;
  color: #435047;
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
  height: 560px;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.worksheet-card {
  position: absolute;
  bottom: 28px;
  left: -48px;
  width: 340px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.worksheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e0e0d2;
  font-size: 13px;
  font-weight: 800;
}

.worksheet-progress {
  color: var(--leaf);
}

.condition-list {
  display: grid;
}

.condition-button {
  display: grid;
  min-height: 50px;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ecebdd;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.condition-number {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #eff3ea;
  color: var(--leaf);
  font-size: 10px;
  font-weight: 800;
}

.condition-label {
  font-size: 13px;
  font-weight: 750;
}

.condition-state {
  color: #7c847c;
  font-size: 11px;
}

.condition-button.is-active .condition-number {
  background: var(--leaf);
  color: var(--white);
}

.condition-button.is-active .condition-state {
  color: var(--leaf);
  font-weight: 750;
}

.principle-band {
  background: var(--forest);
  color: var(--white);
}

.principle-grid {
  display: grid;
  min-height: 112px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.principle-item {
  min-height: 60px;
  padding: 10px 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.principle-item:first-child {
  padding-left: 0;
  border-left: 0;
}

.principle-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.principle-item span {
  color: #d8e6d3;
  font-size: 13px;
}

.split-content {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 72px;
  align-items: center;
}

.media-frame {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 2px;
}

.media-frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  background: rgba(23, 35, 26, 0.88);
  color: var(--white);
  font-size: 12px;
}

.value-list {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.value-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.value-index {
  color: var(--leaf);
  font-size: 13px;
  font-weight: 850;
}

.value-item h3 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.35;
}

.value-item p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 15px;
}

.condition-rail {
  display: grid;
  margin-top: 54px;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.condition-step {
  position: relative;
  min-height: 260px;
  padding: 28px 24px;
  border-right: 1px solid var(--line);
}

.condition-step:last-child {
  border-right: 0;
}

.condition-step::after {
  position: absolute;
  top: 44px;
  right: -6px;
  z-index: 2;
  width: 11px;
  height: 11px;
  border: 2px solid var(--leaf);
  border-radius: 50%;
  background: var(--paper);
  content: "";
}

.condition-step:last-child::after {
  display: none;
}

.condition-step span {
  display: block;
  margin-bottom: 28px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 850;
}

.condition-step h3 {
  min-height: 64px;
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.4;
}

.condition-step p {
  margin-bottom: 0;
  color: #697269;
  font-size: 14px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-card {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid #d8ddd6;
  border-radius: 4px;
  background: var(--white);
  transition: border-color 180ms ease, transform 180ms ease;
}

.process-card:hover {
  transform: translateY(-4px);
  border-color: var(--leaf);
}

.process-card .icon-box {
  margin-bottom: 42px;
}

.process-card h3 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.35;
}

.process-card p {
  margin-bottom: 22px;
  color: var(--steel);
  font-size: 15px;
}

.process-card .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.scope-note {
  margin-top: 24px;
  padding: 17px 20px;
  border-left: 3px solid var(--leaf);
  background: var(--paper);
  color: #4d584f;
  font-size: 14px;
}

.simulation-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 60px;
  align-items: center;
}

.simulation-grid > * {
  min-width: 0;
}

.process-flow {
  display: flex;
  width: 100%;
  max-width: 100%;
  align-items: center;
  margin-top: 34px;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.flow-node {
  min-width: 98px;
  padding: 13px 10px;
  border: 1px solid var(--dark-line);
  background: #1d2b20;
  color: #e6eee6;
  font-size: 12px;
  text-align: center;
}

.flow-arrow {
  flex: 0 0 auto;
  color: #75b16d;
}

.flow-arrow > svg {
  width: 16px;
  height: 16px;
}

.simulation-board {
  padding: 22px;
  border: 1px solid var(--dark-line);
  background: #142018;
}

.board-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  color: #cbd6cd;
  font-size: 12px;
}

.board-status {
  color: #a9dca1;
}

.board-image {
  height: 240px;
  margin-bottom: 12px;
  overflow: hidden;
}

.board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) brightness(0.72);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.metric-cell {
  min-height: 108px;
  padding: 16px;
  border: 1px solid var(--dark-line);
}

.metric-cell span {
  display: block;
  margin-bottom: 12px;
  color: #9cac9f;
  font-size: 11px;
}

.metric-cell strong {
  font-size: 26px;
  line-height: 1;
}

.metric-cell em {
  margin-left: 5px;
  color: #afbcaf;
  font-size: 11px;
  font-style: normal;
}

.demo-label {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #608666;
  color: #bdd9b9;
  font-size: 10px;
  font-weight: 750;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 52px;
  border-top: 1px solid var(--line);
}

.plan-step {
  min-height: 260px;
  padding: 28px 22px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.plan-step:first-child {
  border-left: 1px solid var(--line);
}

.plan-step span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 38px;
  place-items: center;
  background: var(--forest);
  color: var(--white);
  font-size: 12px;
  font-weight: 850;
}

.plan-step h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.plan-step p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 14px;
}

.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.evidence-slot {
  min-height: 300px;
  padding: 28px;
  border: 1px dashed #9ba59a;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.48);
}

.evidence-slot .icon-box {
  margin-bottom: 50px;
  background: var(--white);
}

.evidence-slot h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.evidence-slot p {
  color: var(--steel);
  font-size: 15px;
}

.evidence-status {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-top: 10px;
  padding: 0 10px;
  background: var(--sage);
  color: #374637;
  font-size: 11px;
  font-weight: 750;
}

.faq-list {
  max-width: 900px;
  margin: 48px auto 0;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  display: grid;
  width: 100%;
  min-height: 82px;
  grid-template-columns: 1fr 40px;
  gap: 20px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-size: 18px;
  font-weight: 750;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid var(--line);
  line-height: 0;
}

.faq-icon > svg {
  width: 17px;
  height: 17px;
  transition: transform 180ms ease;
}

.faq-question[aria-expanded="true"] .faq-icon > svg {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  max-width: 740px;
  padding: 0 0 28px;
  color: var(--steel);
  font-size: 15px;
}

.faq-answer.is-open {
  display: block;
}

.contact-band-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: start;
}

.contact-band-copy {
  position: sticky;
  top: 30px;
}

.contact-band-copy .section-title {
  color: var(--white);
}

.contact-band-copy p {
  color: #d3dfd2;
}

.mini-checklist {
  display: grid;
  gap: 11px;
  margin-top: 32px;
}

.mini-checklist span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e0e8df;
  font-size: 14px;
}

.mini-checklist svg {
  width: 17px;
  height: 17px;
  color: #cce6bd;
}

.inquiry-form {
  padding: 32px;
  border: 1px solid #d6ddd5;
  background: var(--white);
  color: var(--ink);
}

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

.form-field {
  display: grid;
  gap: 8px;
}

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

.form-field label,
.field-label {
  font-size: 13px;
  font-weight: 750;
}

.required {
  color: var(--error);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid #c9d0c8;
  border-radius: 0;
  background: #fbfcfa;
}

.form-field textarea {
  min-height: 124px;
  resize: vertical;
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: var(--error);
  background: #fff8f7;
}

.field-help {
  min-height: 20px;
  margin: 0;
  color: var(--steel);
  font-size: 12px;
}

.consent {
  display: flex;
  grid-column: 1 / -1;
  align-items: flex-start;
  gap: 10px;
  color: #4e5a50;
  font-size: 13px;
}

.consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 3px;
}

.form-actions {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 4px;
}

.form-status {
  margin: 0;
  color: var(--steel);
  font-size: 13px;
}

.form-status.is-error {
  color: var(--error);
}

.form-status.is-success {
  color: var(--success);
  font-weight: 750;
}

.page-hero {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.page-hero-grid {
  display: grid;
  min-height: 540px;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: stretch;
}

.page-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 70px 72px 0;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--steel);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--forest);
}

.page-hero h1 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 850;
  line-height: 1.12;
}

.page-hero-copy > p {
  max-width: 550px;
  margin-bottom: 0;
  color: #4d594f;
  font-size: 18px;
}

.page-hero-media {
  position: relative;
  min-height: 540px;
}

.page-hero-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  background: rgba(23, 35, 26, 0.9);
  color: var(--white);
  font-size: 12px;
}

.page-hero-note strong {
  font-size: 13px;
}

.statement-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 84px;
}

.statement-quote {
  margin: 0;
  padding-left: 24px;
  border-left: 3px solid var(--leaf);
  font-size: 25px;
  font-weight: 750;
  line-height: 1.5;
}

.detail-copy p {
  color: #4f5b52;
}

.detail-copy p:last-child {
  margin-bottom: 0;
}

.principles-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.principle-card {
  min-height: 300px;
  padding: 30px;
  border-top: 3px solid var(--leaf);
  background: var(--white);
}

.principle-card .icon-box {
  margin-bottom: 52px;
}

.principle-card h3 {
  font-size: 22px;
}

.principle-card p {
  color: var(--steel);
  font-size: 15px;
}

.scope-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid var(--ink);
}

.scope-table th,
.scope-table td {
  padding: 20px 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.scope-table th {
  width: 25%;
  font-size: 14px;
}

.scope-table td {
  color: #536056;
  font-size: 15px;
}

.scope-table td:last-child {
  width: 20%;
  color: var(--forest);
  font-weight: 750;
}

.company-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.fact-cell {
  min-height: 142px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.fact-cell span {
  display: block;
  margin-bottom: 20px;
  color: var(--steel);
  font-size: 12px;
}

.fact-cell strong {
  font-size: 16px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 34px;
}

.filter-button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  background: var(--white);
  color: #435047;
  font-size: 13px;
  font-weight: 750;
  cursor: pointer;
}

.filter-button.is-active {
  border-color: var(--forest);
  background: var(--forest);
  color: var(--white);
}

.filter-status {
  margin-bottom: 16px;
  color: var(--steel);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 20px;
}

.product-card {
  display: flex;
  min-height: 485px;
  flex-direction: column;
  border: 1px solid #d8ddd6;
  background: var(--white);
}

.product-card[hidden] {
  display: none;
}

.product-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e5e8e2;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product-kicker {
  margin-bottom: 12px;
  color: var(--leaf);
  font-size: 11px;
  font-weight: 800;
}

.product-copy h2,
.product-copy h3 {
  margin-bottom: 11px;
  font-size: 23px;
  line-height: 1.35;
}

.product-copy p {
  margin-bottom: 20px;
  color: var(--steel);
  font-size: 15px;
}

.product-copy .text-link {
  align-self: flex-start;
  margin-top: auto;
}

.product-detail-hero {
  padding-block: 72px;
  background: var(--paper);
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 66px;
  align-items: center;
}

.product-gallery-main {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--white);
}

.product-gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sample-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 22px;
  padding: 0 10px;
  border: 1px solid var(--leaf);
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

.product-summary h1 {
  margin-bottom: 22px;
  font-size: 46px;
  font-weight: 850;
  line-height: 1.15;
}

.product-summary > p {
  color: #4e5b50;
  font-size: 18px;
}

.summary-points {
  display: grid;
  margin-block: 30px;
  border-top: 1px solid var(--line);
}

.summary-point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.summary-point svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: var(--leaf);
}

.spec-ledger {
  border-top: 2px solid var(--ink);
}

.spec-row {
  display: grid;
  min-height: 66px;
  grid-template-columns: 0.85fr 1.5fr 0.7fr;
  gap: 20px;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}

.spec-row strong {
  font-size: 14px;
}

.spec-row span {
  color: var(--steel);
  font-size: 14px;
}

.spec-state {
  justify-self: end;
  color: var(--forest) !important;
  font-size: 12px !important;
  font-weight: 750;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.benefit-item {
  padding: 28px;
  border-left: 1px solid var(--line);
}

.benefit-item:first-child {
  border-left: 0;
}

.benefit-item .icon-box {
  margin-bottom: 30px;
}

.benefit-item h3 {
  font-size: 21px;
}

.benefit-item p {
  color: var(--steel);
  font-size: 15px;
}

.prep-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.prep-item {
  display: grid;
  min-height: 150px;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  padding: 26px;
  border: 1px solid #d7ddd6;
  background: var(--white);
}

.prep-item .icon-box {
  width: 48px;
  height: 48px;
}

.prep-item h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.prep-item p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 14px;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.document-card {
  min-height: 350px;
  padding: 28px;
  border: 1px solid #d5dbd3;
  background: var(--white);
}

.document-visual {
  display: grid;
  height: 130px;
  margin-bottom: 28px;
  place-items: center;
  border: 1px dashed #aab2a8;
  background: var(--mist);
}

.document-visual svg {
  width: 36px;
  height: 36px;
  color: var(--leaf);
}

.document-card h3 {
  margin-bottom: 9px;
  font-size: 21px;
}

.document-card p {
  color: var(--steel);
  font-size: 14px;
}

.document-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.document-fields span {
  padding: 6px 8px;
  border: 1px solid var(--line);
  font-size: 10px;
}

.reference-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--paper);
}

.reference-box h3 {
  margin-bottom: 3px;
  font-size: 17px;
}

.reference-box p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 13px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.story-card {
  min-height: 400px;
  padding: 28px;
  border: 1px solid var(--dark-line);
  background: #142018;
}

.story-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 52px;
}

.story-card-top span {
  color: #9eafa1;
  font-size: 11px;
}

.story-card h3 {
  margin-bottom: 12px;
  font-size: 23px;
}

.story-card > p {
  color: #bcc9be;
  font-size: 14px;
}

.story-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.story-metric {
  min-height: 84px;
  padding: 13px;
  border: 1px solid var(--dark-line);
}

.story-metric span {
  display: block;
  margin-bottom: 9px;
  color: #93a396;
  font-size: 10px;
}

.story-metric strong {
  font-size: 19px;
}

.record-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.record-field {
  min-height: 150px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.record-field span {
  display: block;
  margin-bottom: 20px;
  color: var(--leaf);
  font-size: 11px;
  font-weight: 850;
}

.record-field h3 {
  margin-bottom: 7px;
  font-size: 17px;
}

.record-field p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 13px;
}

.contact-page-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: start;
}

.contact-aside {
  position: sticky;
  top: 32px;
}

.contact-aside h2 {
  font-size: 34px;
  line-height: 1.25;
}

.contact-aside > p {
  color: var(--steel);
}

.contact-question-list {
  display: grid;
  margin-top: 34px;
  border-top: 1px solid var(--line);
}

.contact-question {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}

.contact-question span {
  color: var(--leaf);
  font-size: 11px;
  font-weight: 850;
}

.callout {
  padding: 24px;
  border-left: 3px solid var(--leaf);
  background: var(--paper);
}

.callout h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.callout p {
  margin-bottom: 0;
  color: var(--steel);
  font-size: 14px;
}

.cta-band {
  padding-block: 72px;
  background: var(--forest);
  color: var(--white);
}

.cta-band-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.cta-band h2 {
  max-width: 680px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 1.22;
}

.cta-band p {
  max-width: 680px;
  margin-bottom: 0;
  color: #d4e2d3;
}

.site-footer {
  padding-block: 62px 36px;
  background: var(--ink);
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 60px;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer .brand-mark {
  background: var(--paper);
  color: var(--forest);
}

.site-footer .brand-sub {
  color: #9caaa0;
}

.footer-intro {
  max-width: 410px;
  margin: 22px 0 0;
  color: #aebbb0;
  font-size: 14px;
}

.footer-heading {
  margin-bottom: 17px;
  color: #cdd8ce;
  font-size: 12px;
  font-weight: 800;
}

.footer-links {
  display: grid;
  gap: 9px;
}

.footer-links a,
.footer-links span {
  color: #aebbb0;
  font-size: 14px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid #314034;
  color: #89988c;
  font-size: 11px;
}

.demo-notice {
  padding: 13px 24px;
  background: #0e1711;
  color: #aebbb0;
  border-top: 1px solid #29362c;
  font-size: 11px;
  line-height: 1.55;
  text-align: center;
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav > a:not(.button) {
    font-size: 13px;
  }

  .hero-home-grid {
    min-height: 620px;
    gap: 46px;
    padding-block: 42px 48px;
  }

  .hero-home h1 {
    font-size: 46px;
  }

  .hero-visual {
    height: 500px;
  }

  .worksheet-card {
    left: -24px;
  }

  .condition-rail,
  .plan-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .condition-step:nth-child(3),
  .plan-step:nth-child(3) {
    border-right: 0;
  }

  .condition-step:nth-child(3)::after {
    display: none;
  }

  .condition-step:nth-child(n + 4),
  .plan-step:nth-child(n + 4) {
    border-top: 1px solid var(--line);
  }

  .company-facts {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 920px) {
  .section {
    padding-block: 88px;
  }

  .desktop-nav {
    display: none;
  }

  .menu-button {
    display: inline-flex;
  }

  .mobile-panel {
    position: fixed;
    inset: 76px 0 0;
    z-index: 99;
    display: block;
    padding: 26px 24px 40px;
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .mobile-panel.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-nav {
    display: grid;
    border-top: 1px solid var(--line);
  }

  .mobile-nav a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-size: 17px;
    font-weight: 750;
  }

  .mobile-nav a::after {
    color: var(--leaf);
    content: "→";
  }

  .mobile-panel .button {
    width: 100%;
    margin-top: 22px;
  }

  .hero-home-grid,
  .split-content,
  .simulation-grid,
  .contact-band-grid,
  .statement-grid,
  .product-detail-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }

  .hero-home-grid {
    padding-top: 56px;
  }

  .hero-visual {
    height: 500px;
  }

  .worksheet-card {
    right: 22px;
    left: auto;
  }

  .process-grid,
  .product-grid,
  .document-grid,
  .story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .principles-cards,
  .evidence-grid,
  .benefit-grid {
    grid-template-columns: 1fr;
  }

  .principle-card,
  .evidence-slot {
    min-height: 240px;
  }

  .principle-card .icon-box,
  .evidence-slot .icon-box {
    margin-bottom: 32px;
  }

  .benefit-item {
    padding: 28px 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .page-hero-grid {
    grid-template-columns: 1fr;
  }

  .page-hero-copy {
    min-height: 410px;
    padding: 64px 0;
  }

  .page-hero-media {
    min-height: 480px;
  }

  .contact-band-copy,
  .contact-aside {
    position: static;
  }

  .record-template {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  body {
    font-size: 16px;
  }

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

  .section {
    padding-block: 72px;
  }

  .section-sm {
    padding-block: 56px;
  }

  .section-title {
    font-size: 30px;
  }

  .section-lead {
    font-size: 16px;
  }

  .section-heading-row {
    display: block;
    margin-bottom: 36px;
  }

  .section-heading-row .text-link {
    margin-top: 18px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 14px;
  }

  .brand-sub {
    font-size: 8px;
  }

  .hero-home-grid {
    min-height: 0;
    gap: 22px;
    padding-block: 34px 36px;
  }

  .hero-home h1 {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .hero-copy {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.6;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-visual {
    height: 285px;
  }

  .worksheet-card {
    right: 12px;
    bottom: 12px;
    left: 12px;
    width: auto;
    padding: 12px 16px;
  }

  .worksheet-head {
    padding-bottom: 7px;
  }

  .condition-button {
    min-height: 44px;
  }

  .condition-state {
    font-size: 10px;
  }

  .principle-grid {
    grid-template-columns: 1fr;
    padding-block: 18px;
  }

  .principle-item,
  .principle-item:first-child {
    padding: 17px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
  }

  .principle-item:first-child {
    border-top: 0;
  }

  .value-item {
    grid-template-columns: 42px 1fr;
  }

  .condition-rail,
  .plan-grid {
    grid-template-columns: 1fr;
  }

  .condition-step,
  .condition-step:nth-child(3),
  .condition-step:nth-child(n + 4),
  .plan-step,
  .plan-step:nth-child(3),
  .plan-step:nth-child(n + 4) {
    min-height: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .condition-step::after,
  .condition-step:nth-child(3)::after {
    top: auto;
    right: auto;
    bottom: -6px;
    left: 29px;
    display: block;
  }

  .condition-step:last-child::after {
    display: none;
  }

  .condition-step h3 {
    min-height: 0;
  }

  .process-grid,
  .product-grid,
  .document-grid,
  .story-grid,
  .prep-grid {
    grid-template-columns: 1fr;
  }

  .process-card,
  .product-card {
    min-height: 0;
  }

  .metric-grid,
  .story-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .board-image {
    height: 210px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-field-full,
  .consent,
  .form-actions {
    grid-column: 1;
  }

  .inquiry-form {
    padding: 22px 18px;
  }

  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .form-actions .button {
    width: 100%;
  }

  .page-hero-copy {
    min-height: 0;
    padding-block: 54px;
  }

  .page-hero h1 {
    font-size: 38px;
  }

  .page-hero-copy > p {
    font-size: 16px;
  }

  .page-hero-media {
    min-height: 400px;
  }

  .page-hero-note {
    right: 14px;
    bottom: 14px;
    left: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .statement-quote {
    font-size: 21px;
  }

  .scope-table,
  .scope-table tbody,
  .scope-table tr,
  .scope-table th,
  .scope-table td {
    display: block;
    width: 100% !important;
  }

  .scope-table tr {
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
  }

  .scope-table th,
  .scope-table td {
    padding: 4px 0;
    border: 0;
  }

  .company-facts,
  .record-template {
    grid-template-columns: 1fr;
  }

  .product-detail-hero {
    padding-block: 54px;
  }

  .product-summary h1 {
    font-size: 36px;
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 5px;
    padding-block: 16px;
  }

  .spec-state {
    justify-self: start;
  }

  .reference-box {
    grid-template-columns: auto 1fr;
  }

  .reference-box .text-link {
    grid-column: 1 / -1;
  }

  .cta-band-grid {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-band h2 {
    font-size: 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid > div:first-child {
    grid-column: 1;
  }

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

  .demo-notice {
    padding-inline: 20px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
