/* ==========================================================================
   Standfast — landing page
   ========================================================================== */

/* --------------------------------------------------------------- hero */
.hero {
  padding: var(--s-9) 0 var(--s-8);
  background:
    radial-gradient(1100px 520px at 78% -8%, var(--green-050) 0%, rgba(238,245,242,0) 62%),
    linear-gradient(180deg, #FDFBF7 0%, var(--paper) 60%);
  border-bottom: 1px solid var(--rule);
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: var(--s-9);
  align-items: center;
}
.hero__copy .pill { margin-bottom: var(--s-5); }
.hero h1 { margin-bottom: var(--s-5); }
.hero .lead { max-width: 34em; }
.hero .lead em { font-style: italic; color: var(--green-800); font-weight: 500; }
.hero__cta { margin-top: var(--s-6); }
.hero__reassure {
  margin-top: var(--s-4);
  font-size: .95rem;
  color: var(--muted);
}

@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: var(--s-8); }
  .hero__art { max-width: 460px; margin: 0 auto; }
}

/* the pack, rendered as paper */
.hero__art { position: relative; padding: 18px 8px 26px; }

.paper {
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 6px;
}
.paper--1 {
  position: relative; z-index: 3;
  padding: 30px 30px 18px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-1.1deg);
}
.paper--2 {
  position: absolute; inset: 10px -10px 14px 18px; z-index: 2;
  transform: rotate(2.2deg);
  box-shadow: var(--shadow-md);
  background: #FDFCF9;
}
.paper--3 {
  position: absolute; inset: 22px -20px 4px 34px; z-index: 1;
  transform: rotate(4.4deg);
  box-shadow: var(--shadow-sm);
  background: #FAF7F1;
}

.paper__head { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; }
.paper__crest {
  width: 26px; height: 30px; flex: none; border-radius: 3px 3px 13px 13px;
  background: linear-gradient(160deg, var(--green-600), var(--green-800));
}
.paper__org { font-family: var(--serif); font-size: 1.02rem; font-weight: 600; color: var(--green-900); line-height: 1.2; }
.paper__meta { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-light); font-weight: 600; }
.paper__title {
  font-family: var(--serif); font-size: 1.72rem; font-weight: 600;
  color: var(--green-900); letter-spacing: -0.015em; margin-bottom: 12px;
}
.paper__rule { height: 2px; width: 44px; background: var(--amber); margin-bottom: 20px; border-radius: 2px; }
.paper__lines { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.paper__lines span { height: 7px; border-radius: 4px; background: var(--paper-2); display: block; }
.paper__box {
  background: var(--green-050); border: 1px solid var(--green-100);
  border-radius: 6px; padding: 14px 15px 4px; margin-bottom: 18px;
}
.paper__box-label {
  font-size: .64rem; letter-spacing: .1em; text-transform: uppercase;
  font-weight: 700; color: var(--green-600); margin-bottom: 10px;
}
.paper__box .paper__lines span { background: var(--green-100); }
.paper__foot {
  display: flex; justify-content: space-between; gap: 12px;
  border-top: 1px solid var(--rule); padding-top: 11px; margin-top: 6px;
  font-size: .66rem; color: var(--muted-light); letter-spacing: .02em;
}

/* --------------------------------------------------------------- trust strip */
.trust {
  margin-top: var(--s-9);
  padding-top: var(--s-6);
  border-top: 1px solid var(--rule);
  display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6);
}
@media (max-width: 880px) { .trust { grid-template-columns: 1fr; gap: var(--s-4); } }
.trust__item { display: flex; gap: 13px; align-items: flex-start; }
.trust__item svg { width: 26px; height: 26px; flex: none; color: var(--green-600); margin-top: 2px; }
.trust__item p { margin: 0; font-size: .96rem; color: var(--muted); line-height: 1.5; }
.trust__item strong { display: block; color: var(--green-900); font-size: 1rem; margin-bottom: 1px; }

/* --------------------------------------------------------------- duty */
.duty__intro { margin-bottom: var(--s-8); }
.duty__grid { margin-bottom: var(--s-7); }
.duty__card {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius-lg); padding: var(--s-5) var(--s-5) var(--s-5);
  position: relative; overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease;
}
.duty__card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.duty__card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--green-600), var(--green-200));
}
.duty__num {
  font-family: var(--mono, monospace); font-size: .74rem; font-weight: 700;
  color: var(--green-500); letter-spacing: .1em; display: block; margin-bottom: var(--s-3);
}
.duty__card h3 { margin-bottom: 8px; font-size: 1.3rem; }
.duty__card p { margin: 0; font-size: .97rem; color: var(--muted); line-height: 1.55; }
.duty__card em { color: var(--green-800); font-style: italic; }

.duty__plus {
  display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-6);
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius-lg); padding: var(--s-6);
}
@media (max-width: 780px) { .duty__plus { grid-template-columns: 1fr; gap: var(--s-4); } }
.duty__plus-item { display: flex; gap: 13px; align-items: flex-start; }
.duty__plus-item p { margin: 0; font-size: .97rem; color: var(--muted); line-height: 1.55; }
.duty__tick {
  flex: none; width: 24px; height: 24px; border-radius: 999px;
  background: var(--green-050); color: var(--green-700);
  display: grid; place-items: center; font-size: .78rem; font-weight: 700;
  border: 1px solid var(--green-100); margin-top: 2px;
}

/* --------------------------------------------------------------- steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s-6); }
@media (max-width: 900px) { .steps { grid-template-columns: 1fr; } }
.step {
  position: relative; padding-top: var(--s-5);
  border-top: 2px solid var(--green-800);
}
.step__badge { position: absolute; top: -14px; right: 0; }
.step__n {
  font-family: var(--serif); font-size: 2.6rem; font-weight: 600;
  color: var(--green-200); line-height: 1; margin-bottom: var(--s-3);
}
.step h3 { margin-bottom: 10px; }
.step p { color: var(--muted); font-size: 1rem; }

.link-arrow {
  display: inline-flex; align-items: center; gap: 7px;
  font-weight: 600; font-size: .97rem; text-decoration: none;
  color: var(--green-700);
}
.link-arrow svg { transition: transform .15s ease; }
.link-arrow:hover svg { transform: translateX(3px); }

/* --------------------------------------------------------------- voices */
.voices { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-7); }
@media (max-width: 880px) { .voices { grid-template-columns: 1fr; gap: var(--s-6); } }
.voice { margin: 0; }
.voice blockquote {
  margin: 0 0 var(--s-4);
  font-family: var(--serif);
  font-size: 1.3rem; line-height: 1.5; color: var(--white);
  font-weight: 400;
  border-left: 2px solid var(--green-500);
  padding-left: var(--s-5);
}
.voice figcaption { padding-left: calc(var(--s-5) + 2px); font-size: .93rem; }
.voice figcaption strong { display: block; color: var(--white); font-weight: 600; }
.voice figcaption span { color: var(--green-200); opacity: .8; }
.voices__note {
  margin: var(--s-7) 0 0; font-size: .82rem; color: var(--green-200);
  opacity: .55; text-align: center;
}

/* --------------------------------------------------------------- pricing */
.pricing {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: var(--s-6);
  align-items: start; max-width: 1040px; margin: 0 auto;
}
@media (max-width: 900px) { .pricing { grid-template-columns: 1fr; } }

.price-card {
  border-radius: var(--radius-lg); padding: var(--s-6);
  display: flex; flex-direction: column;
}
.price-card--free {
  background: var(--white); border: 1px solid var(--rule);
  box-shadow: var(--shadow-sm);
}
.price-card--paid {
  background: var(--green-900); color: var(--green-100);
  border: 1px solid var(--green-900);
  box-shadow: var(--shadow-lg); position: relative;
}
.price-card--paid h3 { color: var(--white); }
.price-card__flag {
  position: absolute; top: -13px; left: var(--s-6);
  background: var(--amber); color: #fff;
  font-size: .74rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 6px 13px; border-radius: 999px;
}
.price-card h3 { font-size: 1.5rem; margin-bottom: var(--s-2); }
.price-card__price {
  font-family: var(--serif); font-size: 3rem; font-weight: 600;
  line-height: 1; color: var(--green-900); margin-bottom: var(--s-4);
  display: flex; align-items: baseline; gap: 10px;
}
.price-card--paid .price-card__price { color: var(--white); }
.price-card__price span {
  font-family: var(--sans); font-size: .88rem; font-weight: 500;
  color: var(--muted); letter-spacing: 0;
}
.price-card--paid .price-card__price span { color: var(--green-200); opacity: .8; }
.price-card__blurb { font-size: 1rem; color: var(--muted); }
.price-card--paid .price-card__blurb { color: var(--green-200); }

.ticks { list-style: none; margin: var(--s-4) 0 var(--s-6); padding: 0; flex: 1; }
.ticks li {
  position: relative; padding-left: 30px; margin-bottom: 14px;
  font-size: .98rem; line-height: 1.5; color: var(--muted);
}
.ticks li::before {
  content: ""; position: absolute; left: 0; top: 7px;
  width: 17px; height: 17px; border-radius: 999px;
  background: var(--green-050) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.2l2.2 2.2 4.6-5' stroke='%232C5B4F' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/11px no-repeat;
}
.price-card--paid .ticks li { color: var(--green-100); }
.price-card--paid .ticks li strong { color: var(--white); }
.price-card--paid .ticks li::before {
  background-color: rgba(255,255,255,.12);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.6 6.2l2.2 2.2 4.6-5' stroke='%23BFD8D0' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.price-card__fine {
  margin: var(--s-3) 0 0; text-align: center;
  font-size: .8rem; color: var(--green-200); opacity: .6;
}

/* --------------------------------------------------------------- faq */
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: var(--s-8); align-items: start; }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; gap: var(--s-6); } }
.faq__intro { position: sticky; top: 100px; }
.faq__intro p:not(.eyebrow) { color: var(--muted); font-size: 1rem; }
@media (max-width: 900px) { .faq__intro { position: static; } }

.faq__list details {
  background: var(--white); border: 1px solid var(--rule);
  border-radius: var(--radius); margin-bottom: 10px;
  transition: box-shadow .15s ease, border-color .15s ease;
}
.faq__list details[open] { box-shadow: var(--shadow-sm); border-color: var(--rule-strong); }
.faq__list summary {
  cursor: pointer; list-style: none;
  padding: 20px var(--s-5) 20px var(--s-5);
  font-family: var(--serif); font-size: 1.2rem; font-weight: 600;
  color: var(--green-900); line-height: 1.35;
  display: flex; align-items: flex-start; gap: 14px;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: ""; flex: none; margin-left: auto; margin-top: 6px;
  width: 13px; height: 13px;
  border-right: 2px solid var(--green-500);
  border-bottom: 2px solid var(--green-500);
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.faq__list details[open] summary::after { transform: rotate(-135deg); margin-top: 10px; }
.faq__list summary:hover { color: var(--green-700); }
.faq__a { padding: 0 var(--s-5) var(--s-5); }
.faq__a p { font-size: 1rem; color: var(--muted); line-height: 1.6; }
.faq__a p:last-child { margin-bottom: 0; }
.faq__a em { font-style: italic; color: var(--ink-soft); }

/* --------------------------------------------------------------- cta */
.cta {
  padding: var(--s-9) 0;
  background: linear-gradient(180deg, var(--paper) 0%, #F3EEE4 100%);
  border-top: 1px solid var(--rule);
}
.cta h2 { max-width: 18ch; margin: 0 auto var(--s-4); }
.cta .lead { max-width: 40ch; margin-left: auto; margin-right: auto; }
