
.process-section {
  min-height: 100svh;
  position: relative;
  isolation: isolate;
  padding: 118px clamp(44px, 5.4vw, 88px) 48px;
  overflow: hidden;
  background: #020704;
}

.process-backdrop {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.72;
  overflow: hidden;
}

.process-backdrop img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 38% center;
  filter: saturate(0.9) brightness(0.72);
  transform: scale(1.025);
}

.process-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 8, 3, 0.9) 0%, rgba(1, 8, 3, 0.62) 45%, rgba(1, 7, 3, 0.26) 72%, rgba(1, 6, 3, 0.68) 100%), linear-gradient(180deg, rgba(1, 7, 3, 0.7), rgba(1, 7, 3, 0.24) 45%, #020704 100%);
}

.process-intro {
  display: grid;
  align-items: center;
  min-height: 0;
  grid-template-columns: 1.2fr .8fr;
  gap: 32px;
}

.process-intro > div:first-child {
  max-width: 590px;
}

.process-eyebrow, .faq-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(245, 240, 230, 0.8);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.process-eyebrow i, .faq-eyebrow i {
  width: 48px;
  height: 1px;
  background: rgba(218, 241, 194, 0.58);
}

.process-intro h2, .faq-intro h2 {
  margin: 18px 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(4rem, 5.7vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.043em;
  line-height: 0.82;
}

.process-intro h2 em, .faq-intro h2 em {
  color: #c9f694;
  font-weight: 400;
}

.process-intro > div:first-child > p {
  max-width: 510px;
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
  color: var(--muted);
}

.process-product {
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid rgba(169, 229, 112, 0.22);
  min-height: 0;
  height: 230px;
  overflow: hidden;
  border: 0;
}

.process-product::before {
  content: "";
  width: min(80%, 620px);
  height: 42%;
  position: absolute;
  left: 10%;
  bottom: 17%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(115, 233, 47, 0.22), transparent 68%);
  filter: blur(20px);
  display: none;
}

.process-product picture {
  display: block;
  width: 235px;
  height: 380px;
  filter: none;
  align-self: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-65deg);
}

.process-product img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.process-steps {
  margin: 54px 0 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: 16px;
  margin-top: 32px;
}

.process-steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(143, 211, 102, 0.34);
  transition: border-color 260ms ease, transform 260ms ease, background 260ms ease;
  min-width: 0;
  min-height: 0;
  border-color: var(--line);
  border-radius: 12px;
  background: rgb(10 20 9 / 86%);
  backdrop-filter: none;
  box-shadow: none;
}

.process-steps li:hover {
  background: linear-gradient(150deg, rgba(16, 43, 19, 0.89), rgba(2, 12, 6, 0.92));
  transform: none;
  border-color: #8aab64;
}

.step-card-copy {
  padding: 18px 16px;
  min-height: 123px;
}

.step-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.step-number {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #d9ffc0;
  border: 1px solid #9ce557;
  border-radius: 50%;
  background: rgba(5, 18, 8, 0.86);
  font-family: "Instrument Serif", Georgia, serif;
  width: 28px;
  height: 28px;
  font-size: 12px;
  box-shadow: none;
  border-color: #647e48;
}

.process-steps h3 {
  margin: 0;
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.05;
}

.step-card-copy > p {
  line-height: 1.5;
  margin: 10px 0 0;
  font-size: 12px;
  color: var(--muted);
}

.step-visual {
  position: relative;
  display: block;
  background: #020604;
  flex: none;
  min-height: 0;
  height: 190px;
  overflow: hidden;
}

.step-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(1, 7, 3, 0.15), transparent 28%, transparent 72%, rgba(1, 7, 3, 0.6));
  pointer-events: none;
  display: none;
}

.step-visual img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
  object-fit: cover;
  object-position: center 70%;
}

.process-steps li:hover .step-visual img {
  transform: none;
}

.step-note {
  display: flex;
  align-items: center;
  line-height: 1.5;
  min-height: 0;
  flex: 1;
  padding: 14px 16px;
  color: #b6c2a8;
  font-size: 11px;
}

.process-disclosure {
  max-width: 800px;
  margin: 26px auto 0;
  justify-content: center;
  text-align: center;
  display: flex;
  gap: 12px;
  align-items: baseline;
  margin-top: 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #aeb9a2;
}

.process-disclosure strong {
  flex: 0 0 auto;
  color: rgba(212, 245, 183, 0.84);
  font-weight: 600;
  flex-shrink: 0;
}

.process-disclosure p {
  margin: 0;
}

.faq-section {
  min-height: 720px;
  position: relative;
  display: grid;
  padding: 76px clamp(44px, 6vw, 98px) 88px;
  background: radial-gradient(circle at 8% 92%, rgba(84, 145, 42, 0.14), transparent 30%), linear-gradient(120deg, #020604, #030a05 68%, #020604);
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 6vw, 96px);
  overflow: visible;
}

.faq-section::before {
  content: "";
  width: 420px;
  height: 420px;
  position: absolute;
  left: -210px;
  bottom: -220px;
  border: 1px solid rgba(156, 220, 95, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 90px rgba(119, 217, 62, 0.08), inset 0 0 90px rgba(119, 217, 62, 0.05);
  display: none;
}

.faq-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font-size: clamp(4.5rem, 6.6vw, 7.5rem);
}

.faq-intro > p {
  max-width: 430px;
  margin: 0;
  line-height: 1.55;
  font-size: 14px;
  color: var(--muted);
}

.faq-evidence-link {
  min-height: 49px;
  margin-top: 30px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c8f49a;
  border: 1px solid rgba(164, 226, 104, 0.63);
  border-radius: 999px;
  font-weight: 600;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
  font-size: 12px;
}

.faq-evidence-link:hover {
  color: #071004;
  background: #b4ef7f;
  transform: translateY(-2px);
}

.faq-list {
  border-top: 1px solid rgba(228, 235, 218, 0.17);
}

.faq-item {
  border-bottom: 1px solid rgba(228, 235, 218, 0.17);
  transition: background 220ms ease;
}

.faq-item.is-open {
  background: linear-gradient(90deg, rgba(73, 126, 47, 0.1), transparent);
}

.faq-item h3 {
  margin: 0;
  font: inherit;
}

.faq-item h3 button {
  width: 100%;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(247, 244, 236, 0.88);
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  min-height: 66px;
  padding-block: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.faq-item h3 button:hover {
  color: #cdf6a6;
}

.faq-item h3 svg {
  flex: 0 0 auto;
  color: #b7e884;
  stroke-width: 1.25;
  transition: transform 260ms ease;
}

.faq-item.is-open h3 svg {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 300ms cubic-bezier(0.22, 1, 0.36, 1), opacity 220ms ease;
  visibility: hidden;
}

.faq-answer > div {
  overflow: hidden;
}

.faq-answer p {
  max-width: 700px;
  margin: 0;
  padding: 0 56px 0 4px;
  font-size: 13px;
  line-height: 1.65;
  color: #b8c2ad;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}

.faq-item.is-open .faq-answer p {
  padding-bottom: 24px;
}

.faq-source-links a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b9e987;
  text-decoration: underline;
  text-decoration-color: rgba(185, 233, 135, 0.35);
  text-underline-offset: 3px;
}

.site-footer {
  color: rgba(242, 239, 231, 0.72);
  border-top: 1px solid rgba(177, 221, 139, 0.18);
  padding: 44px var(--gutter) 28px;
  background: var(--black);
  border-color: var(--line);
}

.footer-main {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr auto;
  gap: 40px;
}

.footer-brand > a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  letter-spacing: 0.34em;
  color: var(--ivory);
  font-size: 14px;
}

.footer-mark {
  width: 38px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
}

.footer-brand p {
  margin: 18px 0 0;
  font-family: "Instrument Serif", Georgia, serif;
  color: #bdc8b1;
  font-size: 24px;
}

/* Contact replaces the former navigation column. */
.footer-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 12px 28px;
  font-style: normal;
}
.footer-contact > strong {
  grid-column: 1 / -1;
  color: #c0d6ad;
  font-size: 10px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.footer-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 13px;
  color: var(--ivory);
  transition: color 180ms;
}
.footer-contact a:hover { color: var(--lime); }
.footer-contact a > svg { flex-shrink: 0; color: #a6bd92; }
.footer-contact small {
  display: block;
  margin-bottom: 5px;
  color: #a7b59c;
  font-size: 10px;
}

.back-to-top {
  min-height: 45px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(245, 242, 234, 0.75);
  border: 1px solid rgba(214, 232, 199, 0.24);
  border-radius: 999px;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
  font-size: 11px;
}

.back-to-top:hover {
  color: #c8f49a;
  border-color: rgba(174, 232, 119, 0.65);
  transform: translateY(-2px);
}

.footer-rule {
  height: 1px;
  background: linear-gradient(90deg, rgba(204, 236, 175, 0.26), rgba(204, 236, 175, 0.05));
  margin: 30px 0 20px;
}

.footer-legal {
  grid-template-columns: 1fr auto;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.footer-legal p {
  max-width: 820px;
  margin: 0;
  line-height: 1.58;
  color: #a8b49b;
  font-size: 10px;
}

.footer-legal strong {
  color: rgba(237, 244, 228, 0.66);
}

.footer-legal > span {
  max-width: 260px;
  white-space: normal;
  font-size: 10px;
  color: #a8b49b;
}
