/* Honest / non-goals */

.honest-section {
  padding-top: 20px;
  background: var(--paper);
}

.honest-card {
  position: relative;
  min-height: 650px;
  padding: clamp(38px, 6vw, 80px);
  border: 1px solid var(--ink);
  border-radius: 42px;
  background:
    radial-gradient(circle at 90% 0%, rgba(168, 151, 232, 0.34), transparent 31%),
    radial-gradient(circle at 0% 100%, rgba(223, 240, 100, 0.28), transparent 30%),
    var(--cream);
  overflow: hidden;
}

.honest-copy {
  position: relative;
  z-index: 2;
  width: min(700px, 68%);
}

.honest-copy .section-label {
  margin-bottom: 25px;
}

.honest-copy h2 em {
  color: var(--forest);
}

.honest-copy > p {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}

.honest-orbit {
  position: absolute;
  top: 58px;
  right: 85px;
  width: 205px;
  height: 205px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
}

.honest-orbit span {
  width: 108px;
  height: 108px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 46% 54% 46% 54% / 56% 42% 58% 44%;
  color: var(--paper);
  background: var(--potato);
  font-family: var(--mono);
  font-size: 26px;
  font-weight: 900;
  transform: rotate(-7deg);
}

.honest-orbit i {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--acid);
}

.honest-orbit i:nth-child(2) {
  top: 16px;
  left: 32px;
}

.honest-orbit i:nth-child(3) {
  right: 7px;
  bottom: 64px;
  background: var(--lavender);
}

.honest-orbit i:nth-child(4) {
  bottom: 5px;
  left: 78px;
  background: var(--potato-light);
}

.non-goals {
  position: absolute;
  z-index: 2;
  right: clamp(38px, 6vw, 80px);
  bottom: clamp(38px, 6vw, 68px);
  left: clamp(38px, 6vw, 80px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-strong);
}

.non-goals article {
  padding: 27px 28px 0 0;
}

.non-goals article + article {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.non-goals span {
  color: var(--potato);
  font-family: var(--mono);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.non-goals h3 {
  margin: 11px 0 8px;
  font-size: 20px;
  letter-spacing: -0.04em;
}

.non-goals p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

/* Final CTA */

.final-section {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--forest-dark);
  overflow: hidden;
}

.final-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(223, 240, 100, 0.1), transparent 25%),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: auto, 64px 64px, 64px 64px;
}

.final-roots {
  position: absolute;
  inset: 0;
  opacity: 0.44;
}

.final-roots svg {
  width: 100%;
  height: 100%;
}

.final-roots path {
  fill: none;
  stroke: rgba(223, 240, 100, 0.25);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.final-roots path:nth-child(2),
.final-roots path:nth-child(4) {
  stroke: rgba(223, 113, 73, 0.3);
}

.final-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 110px 0;
  text-align: center;
}

.final-mark {
  width: 115px;
  margin-bottom: 21px;
}

.final-mark svg {
  overflow: visible;
}

.final-leaf {
  fill: var(--acid);
  stroke: var(--ink);
  stroke-width: 2;
}

.final-stem {
  fill: none;
  stroke: var(--acid);
  stroke-width: 5;
  stroke-linecap: round;
}

.final-tuber {
  fill: var(--potato);
  stroke: var(--ink);
  stroke-width: 2;
}

.final-mark circle {
  fill: var(--ink);
  opacity: 0.38;
}

.final-kicker {
  margin-bottom: 22px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.final-inner h2 {
  font-size: clamp(68px, 9vw, 128px);
  line-height: 0.81;
}

.final-inner h2 em {
  color: var(--acid);
}

.final-inner > p {
  max-width: 580px;
  margin: 36px 0 0;
  color: rgba(255, 253, 246, 0.65);
  font-size: 18px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}

/* Footer */

.site-footer {
  color: var(--paper);
  background: #101a12;
}

.footer-inner {
  min-height: 190px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  padding: 42px 0;
}

.footer-brand .brand-copy span {
  color: rgba(255, 253, 246, 0.45);
}

.footer-brand .brand-leaf,
.footer-brand .brand-leaf-two {
  stroke: var(--paper);
}

.footer-brand .brand-stem,
.footer-brand .brand-tuber {
  stroke: var(--paper);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
  font-size: 11px;
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 253, 246, 0.7);
}

.footer-links a:hover {
  color: var(--acid);
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 253, 246, 0.12);
  color: rgba(255, 253, 246, 0.36);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Motion and utility */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.seam-card.reveal:nth-child(2),
.feature-card.reveal:nth-child(2) {
  transition-delay: 80ms;
}

.seam-card.reveal:nth-child(3),
.feature-card.reveal:nth-child(3) {
  transition-delay: 160ms;
}

.seam-card.reveal:nth-child(4),
.feature-card.reveal:nth-child(4) {
  transition-delay: 240ms;
}

.seam-card.reveal:nth-child(5),
.feature-card.reveal:nth-child(5) {
  transition-delay: 320ms;
}

.feature-card.reveal:nth-child(6) {
  transition-delay: 400ms;
}

.copy-toast {
  position: fixed;
  z-index: 200;
  right: 22px;
  bottom: 22px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 253, 246, 0.18);
  border-radius: 12px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: var(--shadow);
  font-family: var(--mono);
  font-size: 9px;
  transform: translateY(90px);
  opacity: 0;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.copy-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

@keyframes statusPulse {
  0% { transform: scale(0.6); opacity: 0.8; }
  80%, 100% { transform: scale(1.8); opacity: 0; }
}

@keyframes rootFlow {
  to { stroke-dashoffset: -80; }
}

@keyframes leafSwayLeft {
  0%, 100% { transform: rotate(22deg); }
  50% { transform: rotate(15deg) translateY(-2px); }
}

@keyframes leafSwayRight {
  0%, 100% { transform: rotate(-18deg); }
  50% { transform: rotate(-10deg) translateY(-3px); }
}

@keyframes tuberFloat {
  0%, 100% { transform: rotate(-4deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-7px); }
}

@keyframes ribbonMove {
  to { transform: translateX(-50%); }
}

@keyframes orbitSpin {
  to { transform: rotate(360deg); }
}

@keyframes meterBreathe {
  0%, 100% { width: 68%; }
  50% { width: 88%; }
}

