/* ============================================
   SmallForge AI — Cinematic forge homepage
   Dark workshop, firelight, editorial craft
   Scoped to .page-home so other pages stay untouched
   ============================================ */

.page-home {
  --soot: #0b0a09;
  --soot-mid: #141210;
  --soot-lift: #1b1814;
  --ash: #f4ece1;
  --ash-soft: #d8cfc2;
  --ash-dim: rgba(244, 236, 225, 0.62);
  --ember: #e08a32;
  --ember-hot: #f3c08a;
  --forge: #d4893a;
  --forge-deep: #b56a22;
  --rule: rgba(212, 137, 58, 0.32);
  --paper: #f7f1e6;
  --paper-deep: #efe6d4;
  --ink: #1a140e;
  --ticket-radius: 2px;
  color: var(--ash-soft);
  background-color: var(--soot);
}

.page-home::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.07;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.page-home .site-header,
.page-home main,
.page-home .site-footer {
  position: relative;
  z-index: 1;
}

.page-home .site-header {
  z-index: 100;
}

body.page-home {
  background-color: var(--soot);
  background-image:
    radial-gradient(ellipse 70% 36% at 80% 8%, rgba(196, 90, 30, 0.16) 0%, transparent 58%),
    linear-gradient(180deg, #0b0a09 0%, #100e0c 42%, #0c0b0a 100%);
  color: var(--ash-soft);
}

.page-home h1,
.page-home h2,
.page-home h3 {
  color: var(--ash);
}

.page-home .section-lead {
  color: var(--ash-dim);
}

.page-home .eyebrow {
  color: var(--forge);
  letter-spacing: 0.16em;
}

.page-home .eyebrow::after {
  content: "";
  display: block;
  width: 2.15rem;
  height: 1px;
  margin-top: 0.55rem;
  background: linear-gradient(90deg, var(--forge), rgba(232, 145, 58, 0.08));
}

.page-home .eyebrow.light::after {
  background: linear-gradient(90deg, #f3c08a, rgba(243, 192, 138, 0.08));
}

.page-home .btn {
  border-radius: 2px;
}

.page-home .btn-primary {
  background: var(--forge);
  color: #1a120a;
  box-shadow: 0 10px 28px rgba(196, 90, 30, 0.28);
}

.page-home .btn-primary:hover {
  background: #e09a45;
  color: #1a120a;
}

.page-home .btn-ghost {
  color: var(--ash);
  border-color: rgba(244, 236, 225, 0.22);
  background: transparent;
}

.page-home .btn-ghost:hover {
  border-color: var(--forge);
  background: rgba(212, 137, 58, 0.08);
  color: var(--ash);
}

.page-home .btn-offer-99,
.page-home .btn-offer-299 {
  background: transparent;
  color: var(--ash);
  border: 1px solid rgba(212, 137, 58, 0.5);
  box-shadow: none;
}

.page-home .btn-offer-99:hover,
.page-home .btn-offer-299:hover {
  background: rgba(212, 137, 58, 0.12);
  color: var(--ash);
  border-color: var(--ember-hot);
}

/* --------------------------------
   Header — glass over the forge
   -------------------------------- */
.page-home .site-header {
  border-bottom: none;
  background: linear-gradient(180deg, rgba(8, 7, 6, 0.78) 0%, rgba(8, 7, 6, 0.28) 70%, transparent 100%);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.page-home .site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(212, 137, 58, 0.55) 42%, rgba(243, 192, 138, 0.7) 50%, rgba(212, 137, 58, 0.55) 58%, transparent 100%);
  pointer-events: none;
  opacity: 0.55;
}

.page-home .site-header.scrolled {
  background: rgba(10, 9, 8, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.page-home .site-header.scrolled::after {
  opacity: 0.9;
}

.page-home .site-header .logo {
  color: var(--ash);
}

.page-home .logo-ai {
  color: rgba(244, 236, 225, 0.5);
}

.page-home .nav-desktop a {
  color: rgba(244, 236, 225, 0.7);
}

.page-home .nav-desktop a:hover,
.page-home .nav-desktop a[aria-current="page"] {
  color: var(--ash);
}

.page-home .header-offers a {
  color: rgba(244, 236, 225, 0.7);
}

.page-home .header-offers a:hover {
  color: var(--ash);
}

.page-home .offer-credit-line {
  color: rgba(244, 236, 225, 0.58);
}

.page-home .offer-credit-line a {
  color: rgba(244, 236, 225, 0.82);
  text-decoration-color: rgba(212, 137, 58, 0.5);
}

.page-home .offer-credit-line a:hover {
  color: var(--ash);
  text-decoration-color: var(--forge);
}

.page-home .nav-desktop .nav-cta,
.page-home .nav-desktop .nav-cta:hover {
  background: var(--forge);
  color: #1a120a;
  border-radius: 2px;
}

.page-home .lang-btn {
  color: rgba(244, 236, 225, 0.46);
}

.page-home .lang-btn.is-active {
  color: var(--ash);
}

.page-home .lang-sep {
  color: rgba(244, 236, 225, 0.28);
}

.page-home .nav-toggle {
  background: rgba(20, 16, 12, 0.72);
  border-color: rgba(212, 137, 58, 0.45);
  box-shadow: none;
  border-radius: 2px;
}

.page-home .nav-toggle span {
  background: var(--ash);
}

.page-home .nav-mobile {
  background-color: #120f0c;
  background-image:
    radial-gradient(ellipse 80% 60% at 100% 0%, rgba(196, 90, 30, 0.2), transparent 55%),
    linear-gradient(180deg, #161310 0%, #0e0c0a 100%);
  border-color: rgba(212, 137, 58, 0.28);
  border-radius: 4px;
}

.page-home .nav-mobile a {
  background: rgba(244, 236, 225, 0.04);
  border-color: rgba(212, 137, 58, 0.16);
  color: var(--ash);
  border-radius: 2px;
}

/* --------------------------------
   Trust bar — static under .site-header (relative on .page-home, not fixed).
   No safe-area-inset-top: header already occupies the top edge.
   -------------------------------- */
.page-home .trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 0.65rem 1rem;
  background: #161311;
  color: #faf8f5;
  border-bottom: 1px solid rgba(243, 192, 138, 0.35);
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  overflow-wrap: break-word;
  text-wrap: pretty;
  -webkit-tap-highlight-color: rgba(232, 145, 58, 0.35);
}

.page-home .trust-bar span {
  min-width: 0;
  max-width: 46rem;
}

.page-home .trust-bar:hover,
.page-home .trust-bar:focus-visible {
  color: #faf8f5;
}

.page-home .trust-bar:focus-visible {
  outline: 2px solid #e8913a;
  outline-offset: -2px;
}

.page-home .trust-bar:active {
  color: #f3c08a;
}

@media (min-width: 860px) {
  .page-home .trust-bar {
    font-size: 0.9rem;
    padding: 0.5rem 1.25rem;
  }

  .page-home .trust-bar span {
    max-width: none;
  }
}

.page-home .hero-trust {
  margin: 0.4rem 0 0;
  max-width: 100%;
  min-width: 0;
  color: #e8913a;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  overflow-wrap: break-word;
}

.page-home .container,
.page-home .hero-copy,
.page-home .dict-def-forge,
.page-home .review-block,
.page-home .offers-trio-card,
.page-home .portfolio-card,
.page-home .form-card,
.page-home .forge-tool {
  min-width: 0;
  max-width: 100%;
}

/* --------------------------------
   Hero — full-bleed forge
   -------------------------------- */
.page-home .hero.hero-cinematic {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100svh;
  padding: 0;
  overflow: hidden;
  background: #080706;
}

.page-home .hero-stage {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 72% 46%;
}

.page-home .hero-scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.82) 0%, rgba(8, 7, 6, 0.52) 30%, rgba(8, 7, 6, 0.12) 52%, transparent 68%),
    linear-gradient(180deg, rgba(8, 7, 6, 0.5) 0%, transparent 22%, transparent 62%, rgba(8, 7, 6, 0.94) 100%);
  pointer-events: none;
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--max));
  padding: 7.2rem 0 5.5rem;
}

.page-home .hero.hero-cinematic .hero-copy {
  position: relative;
  max-width: 42rem;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  animation: forge-rise 0.9s var(--ease) both;
}

.page-home .hero.hero-cinematic .hero-copy::before {
  display: none;
}

.page-home .hero.hero-cinematic h1 {
  max-width: none;
  margin: 0 0 1.15rem;
  font-family: var(--font-dict);
  font-weight: 500;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #f6efe4;
}

.page-home .hero-nowrap {
  white-space: nowrap;
}

.page-home .hero-rule {
  display: block;
  width: 4.25rem;
  height: 2px;
  margin: 0 0 1.35rem;
  background: linear-gradient(90deg, var(--forge) 0%, rgba(232, 145, 58, 0.15) 100%);
}

.page-home .hero.hero-cinematic .hero-sub {
  max-width: 38rem;
  margin: 0 0 0.7rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  line-height: 1.6;
  color: rgba(244, 236, 225, 0.78);
}

.page-home .hero-support {
  max-width: 32rem;
  margin: 0 0 1.7rem;
  font-size: clamp(0.92rem, 1.6vw, 1.02rem);
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: rgba(244, 236, 225, 0.58);
}

.page-home .cta-enter {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-sans);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--forge);
  transition: color 0.2s var(--ease), gap 0.2s var(--ease);
}

.page-home .cta-enter:hover {
  color: var(--ember-hot);
  gap: 0.9rem;
}

.page-home .hero-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  max-width: 22.5rem;
  margin: 0 0 0.15rem;
}

.page-home .hero-actions .btn {
  width: 100%;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  letter-spacing: -0.01em;
  white-space: normal;
}

.page-home .hero-actions .cta-enter {
  max-width: 100%;
  flex-wrap: wrap;
  line-height: 1.4;
}

.page-home .hero-actions .cta-enter > span:first-child {
  min-width: 0;
  white-space: normal;
}

.page-home .hero-cta-399 {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.page-home .hero-cta-note {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(244, 236, 225, 0.52);
}

.page-home .cta-arrow {
  font-size: 1.05em;
  line-height: 1;
}

.page-home .hero-secondary-line {
  margin: 1.15rem 0 0;
}

.page-home .hero-secondary-line a {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(244, 236, 225, 0.62);
  text-decoration: underline;
  text-underline-offset: 0.22em;
  text-decoration-color: rgba(212, 137, 58, 0.45);
}

.page-home .hero-secondary-line a:hover {
  color: var(--ash);
  text-decoration-color: var(--forge);
}

.page-home .forge-sound {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin: 1.25rem 0 0;
  padding: 0.35rem 0;
  border: 0;
  background: none;
  color: rgba(244, 236, 225, 0.46);
  font-family: var(--font-sans);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  min-height: 44px;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.25s var(--ease);
}

.page-home .forge-sound:hover,
.page-home .forge-sound:focus-visible {
  color: var(--ember-hot);
}

.page-home .forge-sound.is-on {
  color: var(--forge);
}

.page-home .forge-sound-mark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: transparent;
  flex-shrink: 0;
  transition: background 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-home .forge-sound.is-on .forge-sound-mark {
  background: var(--forge);
  box-shadow: 0 0 10px rgba(224, 138, 50, 0.55);
  animation: forge-sound-pulse 2.6s ease-in-out infinite;
}

@keyframes forge-sound-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.82); }
}

.page-home .home-smoke {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}

.page-home .home-smoke span {
  position: absolute;
  left: 60%;
  bottom: 34%;
  width: min(26vw, 21rem);
  height: min(48vh, 28rem);
  border-radius: 46% 54% 48% 52%;
  background: radial-gradient(
    ellipse at 48% 70%,
    rgba(228, 214, 196, 0.55) 0%,
    rgba(176, 164, 148, 0.18) 36%,
    rgba(120, 110, 98, 0.05) 58%,
    transparent 74%
  );
  filter: blur(30px);
  opacity: 0;
  transform: translate3d(0, 8%, 0) scale(0.72);
  transform-origin: 50% 88%;
  animation: smoke-wisp 26s cubic-bezier(0.22, 0.12, 0.28, 1) infinite;
  will-change: transform, opacity;
}

.page-home .home-smoke span:nth-child(2) {
  left: 65%;
  bottom: 29%;
  width: min(20vw, 17rem);
  height: min(54vh, 32rem);
  animation-duration: 32s;
  animation-delay: -11s;
  filter: blur(38px);
}

.page-home .home-smoke span:nth-child(3) {
  left: 56%;
  bottom: 36%;
  width: min(24vw, 19rem);
  height: min(42vh, 25rem);
  animation-duration: 29s;
  animation-delay: -19s;
  filter: blur(34px);
}

.page-home .home-smoke span:nth-child(4) {
  left: 63%;
  bottom: 32%;
  width: min(16vw, 13rem);
  height: min(34vh, 20rem);
  animation-duration: 24s;
  animation-delay: -6s;
  filter: blur(22px);
  mix-blend-mode: screen;
  background: radial-gradient(
    ellipse at 50% 68%,
    rgba(255, 214, 168, 0.45) 0%,
    rgba(210, 170, 120, 0.12) 40%,
    transparent 70%
  );
}

@keyframes smoke-wisp {
  0% {
    transform: translate3d(0, 10%, 0) scale(0.7) rotate(0deg);
    opacity: 0;
  }
  12% {
    opacity: 0.72;
  }
  42% {
    opacity: 0.48;
  }
  72% {
    opacity: 0.18;
  }
  100% {
    transform: translate3d(-22vw, -58vh, 0) scale(1.45) rotate(-11deg);
    opacity: 0;
  }
}

@keyframes smoke-wisp-mobile {
  0% {
    transform: translate3d(0, 8%, 0) scale(0.78) rotate(0deg);
    opacity: 0;
  }
  16% {
    opacity: 0.4;
  }
  55% {
    opacity: 0.2;
  }
  100% {
    transform: translate3d(-8vw, -34vh, 0) scale(1.22) rotate(-6deg);
    opacity: 0;
  }
}

@keyframes smoke-wisp-far {
  0% {
    transform: translate3d(0, 8%, 0) scale(0.65) rotate(2deg);
    opacity: 0;
  }
  14% {
    opacity: 0.58;
  }
  50% {
    opacity: 0.32;
  }
  100% {
    transform: translate3d(-32vw, -62vh, 0) scale(1.55) rotate(-16deg);
    opacity: 0;
  }
}

.page-home .home-smoke span:nth-child(2) {
  animation-name: smoke-wisp-far;
}

.page-home .home-embers {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.page-home .home-embers span {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 214, 150, 0.85);
  box-shadow: 0 0 10px 2px rgba(232, 145, 58, 0.45);
  animation: ember-drift 11s linear infinite;
  opacity: 0;
}

.page-home .home-embers span:nth-child(1) { left: 58%; bottom: 18%; animation-duration: 12s; }
.page-home .home-embers span:nth-child(2) { left: 64%; bottom: 14%; width: 3px; height: 3px; animation-duration: 14s; animation-delay: -3s; }
.page-home .home-embers span:nth-child(3) { left: 70%; bottom: 22%; animation-duration: 10.5s; animation-delay: -6s; }
.page-home .home-embers span:nth-child(4) { left: 76%; bottom: 16%; width: 5px; height: 5px; animation-duration: 13s; animation-delay: -2s; }
.page-home .home-embers span:nth-child(5) { left: 82%; bottom: 28%; animation-duration: 11.5s; animation-delay: -8s; }
.page-home .home-embers span:nth-child(6) { left: 88%; bottom: 12%; width: 3px; height: 3px; animation-duration: 15s; animation-delay: -4s; }
.page-home .home-embers span:nth-child(7) { left: 61%; bottom: 10%; animation-duration: 12.8s; animation-delay: -9s; }
.page-home .home-embers span:nth-child(8) { left: 73%; bottom: 8%; width: 2px; height: 2px; animation-duration: 16s; animation-delay: -1s; }
.page-home .home-embers span:nth-child(9) { left: 67%; bottom: 26%; animation-duration: 13.6s; animation-delay: -7s; }

@keyframes ember-drift {
  0% { transform: translate3d(0, 12px, 0); opacity: 0; }
  12% { opacity: 0.9; }
  70% { opacity: 0.55; }
  100% { transform: translate3d(18px, -72vh, 0); opacity: 0; }
}

@keyframes forge-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}

/* --------------------------------
   Manifesto — dictionary + voice
   -------------------------------- */
.page-home .forge-manifesto {
  position: relative;
  z-index: 4;
  padding: 0.4rem 0 3.4rem;
  background:
    linear-gradient(180deg, #0b0a09 0%, #120f0c 100%);
  border-bottom: 1px solid var(--rule);
}

.page-home .manifesto-grid {
  display: grid;
  gap: 2.4rem;
}

.page-home .dict-def.dict-def-forge {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  width: auto;
  max-width: 28rem;
  padding: 0.4rem 0 0;
  pointer-events: auto;
  animation: none;
}

.page-home .dict-def-forge .dict-word-main,
.page-home .dict-def-forge .dict-phonetic,
.page-home .dict-def-forge .dict-pos,
.page-home .dict-def-forge .dict-meaning,
.page-home .dict-def-forge .dict-tagline {
  text-shadow: none;
}

.page-home .dict-def-forge .dict-word-main {
  font-size: clamp(2.8rem, 7vw, 4.2rem);
  font-weight: 500;
  color: var(--ash);
  border-bottom-color: var(--forge);
}

.page-home .dict-def-forge .dict-phonetic,
.page-home .dict-def-forge .dict-pos {
  color: rgba(244, 236, 225, 0.55);
}

.page-home .dict-def-forge .dict-meaning {
  font-size: clamp(1.12rem, 2.2vw, 1.32rem);
  font-weight: 500;
  color: var(--ash-soft);
  max-width: 24rem;
}

.page-home .dict-def-forge .dict-tagline {
  margin-top: 0.85rem;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: var(--ember-hot);
}

.page-home .review-block {
  position: relative;
  max-width: 38rem;
  margin: 0;
  padding: 1.6rem 0 0.2rem 0.1rem;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.page-home .review-mark {
  position: absolute;
  left: -0.15rem;
  top: -0.15rem;
  font-family: var(--font-dict);
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 0.6;
  color: var(--forge);
  opacity: 0.7;
  pointer-events: none;
}

.page-home .review-block .eyebrow,
.page-home .review-who,
.page-home .review-block blockquote {
  padding-left: 1.15rem;
}

.page-home .review-block blockquote p {
  font-family: var(--font-dict);
  font-size: clamp(1.14rem, 2.1vw, 1.38rem);
  font-weight: 500;
  line-height: 1.45;
  color: var(--ash-soft);
}

.page-home .review-who {
  margin-bottom: 0.4rem;
  color: var(--ash-dim);
}

.page-home .review-name {
  font-style: italic;
  color: var(--ash);
}

.page-home .review-biz,
.page-home .review-sep {
  color: var(--ash-dim);
}

@media (min-width: 900px) {
  .page-home .manifesto-grid {
    grid-template-columns: minmax(16rem, 0.9fr) minmax(22rem, 1.2fr);
    gap: 3.5rem 4.5rem;
    align-items: end;
    padding-top: 1.25rem;
  }

  .page-home .review-block {
    padding-left: 0.5rem;
  }

  .page-home .review-mark {
    font-size: 6.8rem;
    left: -0.3rem;
  }

  .page-home .review-block .eyebrow,
  .page-home .review-who,
  .page-home .review-block blockquote {
    padding-left: 2.3rem;
  }
}

.page-home .craft-break {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.2rem 1rem 0.2rem;
  color: var(--forge);
}

.page-home .craft-break::before,
.page-home .craft-break::after {
  content: "";
  height: 1px;
  flex: 1;
  max-width: 9rem;
  background: linear-gradient(90deg, transparent, rgba(212, 137, 58, 0.5), transparent);
}

.page-home .craft-break svg {
  display: block;
  opacity: 0.85;
}

/* --------------------------------
   Offers — open plates, not a card farm
   -------------------------------- */
.page-home .offers-trio {
  background:
    radial-gradient(ellipse 55% 40% at 100% 0%, rgba(196, 90, 30, 0.14), transparent 55%),
    linear-gradient(180deg, #120f0c 0%, #0d0c0a 100%);
  border-bottom: none;
  padding-top: 4.2rem;
  padding-bottom: 4.4rem;
}

.page-home .offers-trio-header {
  max-width: 38rem;
}

.page-home .offers-trio-header h2 {
  max-width: 14ch;
}

.page-home .hero-stamp,
.page-home .offer-stamp {
  display: none;
}

@media (min-width: 900px) {
  .page-home .offers-trio-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2.6rem;
    align-items: stretch;
  }
}

.page-home .offers-trio-card {
  position: relative;
  min-width: 0;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 1.55rem 0 1.7rem;
}

.page-home .offers-trio-card::before {
  display: none;
}

.page-home .offers-trio-card-concept,
.page-home .offers-trio-card-full {
  padding: 0.2rem 0 1.8rem;
  background: none;
  border-left: 2px solid var(--forge);
  padding-left: 1.45rem;
}

.page-home .offers-trio-card-holiday,
.page-home .offers-trio-card-refresh {
  border-top: 1px solid var(--rule);
}

.page-home .offers-trio-card > p,
.page-home .offers-trio-list,
.page-home .offers-trio-list li,
.page-home .offers-trio-card h3 {
  max-width: 100%;
  overflow-wrap: break-word;
}

.page-home .offers-trio-kicker,
.page-home .offers-trio-badge,
.page-home .offers-trio-card-concept .offers-trio-badge,
.page-home .offers-trio-card-refresh .offers-trio-badge {
  color: var(--forge);
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  letter-spacing: 0.14em;
}

.page-home .offers-trio-price {
  color: var(--ash);
  letter-spacing: -0.04em;
}

.page-home .offers-trio-card-concept .offers-trio-price,
.page-home .offers-trio-card-full .offers-trio-price {
  font-size: clamp(2.7rem, 5vw, 3.5rem);
}

.page-home .offers-trio-card h3 {
  color: var(--ash);
}

.page-home .offers-trio-card > p,
.page-home .offers-trio-list li {
  color: var(--ash-dim);
}

.page-home .offers-trio-card > p a {
  color: var(--ash);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  text-decoration-color: rgba(212, 137, 58, 0.45);
}

.page-home .offers-trio-card > p a:hover {
  color: var(--forge);
  text-decoration-color: var(--forge);
}

.page-home .offers-trio-list li::before {
  background: var(--forge);
  border-radius: 0;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

.page-home .offers-trio-card .btn {
  min-height: 50px;
  width: auto;
  max-width: 100%;
  margin-top: auto;
}

@media (max-width: 767px) {
  .page-home .offers-trio-card .btn {
    width: 100%;
  }
}

.page-home .offers-walkaway {
  margin: 1.85rem 0 0;
}

.page-home .offers-card-note {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(244, 236, 225, 0.52);
}

.page-home .offers-side-notes {
  margin: 1.85rem 0 0;
  max-width: 40rem;
}

.page-home .offers-side-notes p {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ash-dim);
}

.page-home .offers-side-notes p:last-child {
  margin-bottom: 0;
}

.page-home .offers-side-notes a {
  color: var(--ash);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-color: rgba(212, 137, 58, 0.45);
}

.page-home .offers-side-notes a:hover {
  color: var(--forge);
  text-decoration-color: var(--forge);
}

.page-home .text-designer-highlight {
  margin-top: 2.2rem;
  border-radius: 0;
  overflow: visible;
  background: none;
  border: none;
  border-top: 1px solid var(--rule);
  box-shadow: none;
  padding: 1.7rem 0 0.2rem;
}

.page-home .text-designer-highlight::before,
.page-home .text-designer-highlight::after {
  display: none;
}

.page-home .text-designer-copy h3 {
  color: var(--ash);
}

.page-home .text-designer-promises p,
.page-home .text-designer-terms p {
  color: var(--ash-dim);
}

.page-home .text-designer-exclusive {
  background: transparent;
  color: var(--ember-hot);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-weight: 700;
}

.page-home .text-designer-exclusive strong {
  color: inherit;
}

.page-home .text-designer-icon {
  color: var(--ember-hot);
  background: rgba(212, 137, 58, 0.1);
  border-color: rgba(212, 137, 58, 0.35);
  border-radius: 2px;
  box-shadow: none;
}

/* --------------------------------
   Tools — implements on the bench
   -------------------------------- */
.page-home .forge-tools {
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(196, 90, 30, 0.12), transparent 55%),
    linear-gradient(180deg, #0d0c0a 0%, #120f0c 100%);
  border-top: 1px solid var(--rule);
  padding-top: 4.6rem;
  padding-bottom: 4.6rem;
}

.page-home .forge-tools-header h2 {
  max-width: 18ch;
}

.page-home .forge-tools-split {
  display: grid;
  gap: 2.6rem 3.2rem;
}

@media (min-width: 860px) {
  .page-home .forge-tools-split {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .page-home .forge-tool + .forge-tool {
    padding-left: 2.4rem;
    border-left: 1px solid var(--rule);
  }
}

.page-home .forge-tool-kicker {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--forge);
  margin-bottom: 0.35rem;
}

.page-home .forge-tool-price {
  font-size: 0.92rem;
  color: var(--ash-dim);
  margin-bottom: 0.45rem;
}

.page-home .forge-tool h3 {
  font-family: var(--font-dict);
  font-size: clamp(1.7rem, 3vw, 2.15rem);
  font-weight: 500;
  margin-bottom: 0.55rem;
}

.page-home .forge-tool > p {
  color: var(--ash-dim);
  max-width: 34rem;
  margin-bottom: 1.15rem;
}

.page-home .forge-tool-shot {
  display: block;
  margin: 0 0 1.15rem;
  overflow: hidden;
  border-radius: 2px;
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(244, 236, 225, 0.08),
    0 0 36px rgba(196, 90, 30, 0.14);
}

.page-home .forge-tool-shot img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
  filter: blur(8px);
  transform: scale(1.03);
  transform-origin: center center;
}

.page-home .forge-tool-shot-clear img {
  filter: none;
  transform: none;
}

.page-home .forge-tool-also {
  display: grid;
  gap: 1.15rem;
  margin-top: 2.6rem;
  padding-top: 2.2rem;
  border-top: 1px solid var(--rule);
}

.page-home .forge-tool-also-copy > p:not(.forge-tool-kicker) {
  color: var(--ash-dim);
  max-width: 34rem;
  margin-bottom: 0.7rem;
}

.page-home .forge-tool-also-points {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.page-home .forge-tool-also .cta-enter-inline {
  margin-top: 0.85rem;
}

@media (min-width: 860px) {
  .page-home .forge-tool-also {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    column-gap: 3.2rem;
    align-items: center;
  }

  .page-home .forge-tool-also .forge-tool-shot {
    margin-bottom: 0;
  }
}

.page-home .cta-enter-inline {
  margin-top: 0.15rem;
}

.page-home .forge-tools-more {
  margin: 2.1rem 0 0;
}

.page-home .forge-tools-more a {
  font-weight: 600;
  color: var(--ash-dim);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-color: rgba(212, 137, 58, 0.4);
}

.page-home .forge-tools-more a:hover {
  color: var(--ash);
}

/* --------------------------------
   Examples — magazine spreads in firelight
   -------------------------------- */
.page-home .example {
  background:
    radial-gradient(ellipse 55% 40% at 100% 0%, rgba(196, 90, 30, 0.1), transparent 50%),
    linear-gradient(180deg, #120f0c 0%, #0d0c0a 100%);
  border-top: 1px solid var(--rule);
  border-bottom: none;
}

.page-home .portfolio-card {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.page-home .portfolio-card-goods,
.page-home .portfolio-card-sasquatch {
  padding-bottom: 2.2rem;
  margin-bottom: 1.4rem;
  border-bottom: 1px solid var(--rule);
}

.page-home .portfolio-kicker {
  letter-spacing: 0.16em;
  color: var(--forge);
}

.page-home .portfolio-card h3 {
  color: var(--ash);
}

.page-home .portfolio-card > p {
  color: var(--ash-dim);
}

.page-home .portfolio-mini-label {
  color: var(--ash-soft);
}

.page-home .portfolio-badge {
  background: rgba(212, 137, 58, 0.16);
  color: var(--ember-hot);
}

.page-home .portfolio-preview .browser-frame {
  border-radius: 4px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(244, 236, 225, 0.08),
    0 0 28px rgba(196, 90, 30, 0.1);
}

.page-home .example-footer {
  margin-top: 2.35rem;
  background: none;
  border: none;
  border-top: 1px solid var(--rule);
  border-radius: 0;
  padding: 1.85rem 0 0;
  box-shadow: none;
}

.page-home .example-story p,
.page-home .cta-reassure {
  color: var(--ash-dim);
}

.page-home .example-cta-line {
  color: var(--ash-soft) !important;
}

.page-home .btn-wrap .btn-line {
  margin-left: 0.3em;
}

.page-home .btn-sample-yearround,
.page-home .btn-sample-halloween,
.page-home .btn-sample-winter,
.page-home .btn-sample-july,
.page-home .btn-sample-yearround:hover,
.page-home .btn-sample-halloween:hover,
.page-home .btn-sample-winter:hover,
.page-home .btn-sample-july:hover {
  background: transparent;
  color: var(--ash);
  border: 1px solid rgba(212, 137, 58, 0.45);
  box-shadow: none;
  border-radius: 2px;
}

.page-home .btn-sample-yearround:hover,
.page-home .btn-sample-halloween:hover,
.page-home .btn-sample-winter:hover,
.page-home .btn-sample-july:hover {
  background: rgba(212, 137, 58, 0.12);
  border-color: var(--ember-hot);
}

.page-home .btn-browse {
  border-radius: 2px;
  border-width: 1px;
  color: var(--ash);
  border-color: rgba(212, 137, 58, 0.5);
  background: transparent;
}

.page-home .btn-browse:hover {
  background: rgba(212, 137, 58, 0.12);
  color: var(--ash);
}

.page-home .btn-sample-yearround,
.page-home .btn-sample-halloween,
.page-home .btn-sample-winter,
.page-home .btn-sample-july {
  border-radius: 2px;
}

/* --------------------------------
   How it works — numbered path
   -------------------------------- */
.page-home .how {
  background: linear-gradient(180deg, #0d0c0a 0%, #120f0c 100%);
  border-top: 1px solid var(--rule);
}

.page-home .how .step,
.page-home .step {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0.35rem 0.4rem 0.5rem;
  text-align: center;
}

.page-home .step:hover {
  transform: none;
  box-shadow: none;
}

.page-home .steps-path {
  position: relative;
}

.page-home .step-num {
  margin-left: auto;
  margin-right: auto;
  background: #1a140e;
  color: var(--ember-hot);
  border: 1px solid var(--forge);
  box-shadow: 0 0 0 6px #0d0c0a;
  position: relative;
  z-index: 1;
}

.page-home .step h3 {
  font-size: 1.12rem;
  font-weight: 550;
  color: var(--ash-soft);
}

.page-home .how-closer {
  font-family: var(--font-dict);
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.05rem);
  color: var(--ash);
}

.page-home .how-reassure {
  color: var(--ash-dim);
}

@media (min-width: 768px) {
  .page-home .steps-path::before {
    content: "";
    position: absolute;
    top: 1.12rem;
    left: 14%;
    right: 14%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 137, 58, 0.7), transparent);
    pointer-events: none;
  }
}

/* --------------------------------
   What you get — ledger + metal ticket
   -------------------------------- */
.page-home .get {
  background:
    radial-gradient(ellipse 50% 40% at 100% 0%, rgba(196, 90, 30, 0.12), transparent 50%),
    linear-gradient(180deg, #120f0c 0%, #0d0c0a 100%);
  border-top: 1px solid var(--rule);
}

.page-home .benefit-list li {
  align-items: flex-start;
  padding-bottom: 0.85rem;
  border-bottom: 1px dashed rgba(212, 137, 58, 0.28);
}

.page-home .benefit-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-home .benefit-list p {
  color: var(--ash-soft);
}

.page-home .get-closer {
  font-family: var(--font-dict);
  font-style: italic;
  font-size: 1.35rem;
  color: var(--ash);
}

.page-home .offer-card {
  border-radius: 2px;
  border: 1px solid rgba(212, 137, 58, 0.32);
  border-left: 2px solid var(--forge);
  background-color: #120f0c;
  background-image:
    linear-gradient(165deg, rgba(12, 10, 8, 0.55) 0%, rgba(12, 10, 8, 0.82) 100%),
    url("samples/smforge-hero.jpg?v=20260822-cine");
  background-size: cover;
  background-position: 78% 55%;
  overflow: visible;
  padding-top: 2.15rem;
}

.page-home .offer-card-stamp {
  display: none;
}

.page-home .offer-price {
  letter-spacing: -0.04em;
  color: var(--ash);
}

.page-home .offer-label,
.page-home .offer-note,
.page-home .offer-includes li,
.page-home .offer-not {
  color: var(--ash-soft);
}

/* --------------------------------
   Trust — marks, not icon cards
   -------------------------------- */
.page-home .trust {
  background: linear-gradient(180deg, #0d0c0a 0%, #120f0c 100%);
  border-top: 1px solid var(--rule);
}

.page-home .trust-card {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0.25rem 1.4rem 0.25rem 0;
}

.page-home .trust-icon {
  color: var(--forge);
}

.page-home .trust-card h3 {
  color: var(--ash);
}

.page-home .trust-card p,
.page-home .next-step-lead,
.page-home .next-step-body,
.page-home .next-step-reassure,
.page-home .serving-line {
  color: var(--ash-dim);
}

.page-home .trust-marks {
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .page-home .trust-card {
    border-right: 1px solid var(--rule);
    padding-right: 1.6rem;
  }

  .page-home .trust-card:last-child {
    border-right: none;
    padding-right: 0;
  }
}

.page-home .trust-quote {
  background: none;
  border: none;
  border-radius: 0;
  border-top: 1px solid var(--rule);
  padding: 2.1rem 0 0;
  color: var(--ash);
}

.page-home .trust-quote p {
  font-family: var(--font-dict);
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.32rem, 2.6vw, 1.85rem);
  line-height: 1.35;
  color: var(--ash);
  max-width: 42rem;
}

/* --------------------------------
   FAQ — catalog
   -------------------------------- */
.page-home .faq {
  background: linear-gradient(180deg, #120f0c 0%, #0d0c0a 100%);
  border-top: 1px solid var(--rule);
  border-bottom: none;
}

.page-home .faq-item,
.page-home .faq-item[open] {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(244, 236, 225, 0.1);
}

.page-home .faq-item[open] {
  border-bottom-color: rgba(212, 137, 58, 0.45);
}

.page-home .faq-question {
  font-family: var(--font-display);
  font-weight: 600;
  padding: 1.15rem 0.15rem;
  color: var(--ash);
}

.page-home .faq-question:hover {
  color: var(--ember-hot);
}

.page-home .faq-answer {
  padding: 0 0.15rem 1.2rem;
  color: var(--ash-dim);
}

.page-home .faq-answer p {
  color: var(--ash-dim);
}

/* --------------------------------
   Order — forge table + paper ticket
   -------------------------------- */
.page-home .order {
  background-color: #080706;
  background-image: none;
}

.page-home .order::before {
  background: url("samples/smforge-hero.jpg?v=20260822-cine") 72% 48% / cover no-repeat;
  opacity: 0.38;
  mix-blend-mode: normal;
}

.page-home .order::after {
  background-image:
    linear-gradient(180deg, rgba(8, 7, 6, 0.35) 0%, rgba(8, 7, 6, 0.72) 100%),
    radial-gradient(circle 10rem at 78% 18%, rgba(232, 145, 58, 0.18) 0%, transparent 68%);
  opacity: 1;
}

.page-home .form-card {
  border-radius: 2px;
  border: 1px solid rgba(196, 122, 42, 0.32);
  border-left: 3px solid var(--forge);
  background: linear-gradient(180deg, #fffdf8 0%, #f6f0e4 100%);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
  color: var(--ink);
}

.page-home .form-card h2,
.page-home .form-card label,
.page-home .form-intro-label {
  color: var(--ink);
}

.page-home .form-intro-label {
  font-family: var(--font-dict);
  font-style: italic;
}

.page-home .form-card .cta-reassure,
.page-home .form-card .serving-line,
.page-home .form-card .form-fineprint,
.page-home .form-card .field-hint {
  color: #5a4a3a;
}

.page-home .form-card a {
  color: var(--forge-deep);
}

.page-home .order-bullets li {
  color: var(--ash-dim);
}

.page-home .order-intro .section-lead.light {
  color: rgba(244, 236, 225, 0.72);
}

.page-home .open-note {
  background: #0d0c0a;
  border-top: 1px solid var(--rule);
}

.page-home .open-note p {
  font-family: var(--font-dict);
  font-size: 1.12rem;
  font-style: italic;
  color: var(--ash-dim);
}

.page-home .open-note a {
  color: var(--ember-hot);
}

.page-home .site-footer {
  background-color: #080706;
  background-image: none;
  border-top: 1px solid var(--rule);
}

.page-home .site-footer::before {
  background: url("samples/smforge-hero.jpg?v=20260822-cine") 80% 40% / cover no-repeat;
  opacity: 0.22;
  mix-blend-mode: normal;
}

.page-home .site-footer::after {
  background-image: linear-gradient(180deg, rgba(8, 7, 6, 0.2), rgba(8, 7, 6, 0.75));
  opacity: 1;
}

.page-home .logo-footer {
  color: var(--ash);
}

/* --------------------------------
   Desktop hero scale
   -------------------------------- */
@media (min-width: 960px) {
  .page-home .hero.hero-cinematic .hero-copy {
    max-width: 44rem;
  }

  .page-home .hero.hero-cinematic h1 {
    font-size: clamp(2.15rem, 3.4vw, 2.95rem);
  }
}

/* --------------------------------
   Mobile
   -------------------------------- */
@media (max-width: 767px) {
  .page-home .hero.hero-cinematic {
    display: block;
    min-height: 100svh;
    overflow: visible;
  }

  .page-home .hero-stage {
    position: relative;
    height: 58svh;
    min-height: 19rem;
  }

  .page-home .hero-photo {
    object-position: 84% 38%;
  }

  .page-home .hero-scrim {
    background:
      linear-gradient(180deg, rgba(8, 7, 6, 0.28) 0%, rgba(8, 7, 6, 0.08) 36%, rgba(8, 7, 6, 0.82) 78%, #0b0a09 100%);
  }

  .page-home .hero-inner {
    margin-top: -7.6rem;
    padding: 0 0 2.6rem;
  }

  .page-home .hero.hero-cinematic .hero-copy {
    max-width: none;
    animation: none;
  }

  .page-home .hero.hero-cinematic h1 {
    max-width: none;
    font-size: clamp(1.55rem, 7.4vw, 2.05rem);
    margin-bottom: 0.85rem;
  }

  .page-home .hero-rule {
    margin-bottom: 0.95rem;
  }

  .page-home .hero.hero-cinematic .hero-sub {
    max-width: 28rem;
    margin-bottom: 0.55rem;
    font-size: 1.02rem;
  }

  .page-home .hero-support {
    margin-bottom: 1.2rem;
  }

  .page-home .hero-actions {
    max-width: none;
  }

  .page-home .hero-secondary-line {
    margin-top: 0.9rem;
  }

  .page-home .hero-trust {
    font-size: 0.9rem;
  }

  .page-home .home-smoke span,
  .page-home .home-smoke span:nth-child(2) {
    animation-name: smoke-wisp-mobile;
  }

  .page-home .home-smoke span {
    left: 38%;
    bottom: 20%;
    width: 46vw;
    height: 32vh;
    filter: blur(22px);
    animation-duration: 22s;
  }

  .page-home .home-smoke span:nth-child(2) {
    left: 46%;
    bottom: 16%;
    width: 38vw;
    height: 28vh;
    animation-duration: 26s;
  }

  .page-home .home-smoke span:nth-child(n + 3) {
    display: none;
  }

  .page-home .offers-trio-card-concept {
    padding-left: 1.15rem;
  }

  .page-home .trust-card {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--rule);
  }

  .page-home .trust-card:last-child {
    border-bottom: none;
  }

  .page-home .btn-wrap .btn-line {
    margin-left: 0;
  }
}

@media (max-width: 519px) {
  .page-home .hero-inner {
    padding-bottom: 2rem;
  }

  .page-home .cta-enter {
    letter-spacing: 0.18em;
  }
}

@media (max-width: 359px) {
  .page-home .hero-nowrap {
    white-space: normal;
  }
}

.page-home .hero.is-still .home-smoke span,
.page-home .hero.is-still .home-embers span {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-embers,
  .page-home .home-smoke,
  .page-home .hero-copy {
    animation: none !important;
  }

  .page-home .home-embers span,
  .page-home .home-smoke span {
    display: none;
  }

  .page-home .forge-sound.is-on .forge-sound-mark {
    animation: none;
  }

  .page-home .forge-tool-shot img {
    transform: none;
  }
}
