/*
  Section stylesheet for website-specific page sections.
  Use this file for hero, product, specs, FAQ, and contact section styling.
  Do not store customer data, CRM data, emails, secrets, or private company records here.
*/

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(54px, 7vw, 92px) clamp(18px, 5vw, 72px) clamp(42px, 7vw, 84px);
  background:
    radial-gradient(circle at 88% 16%, rgba(216, 114, 36, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(251, 247, 239, 0.96));
  color: var(--ink);
}

.hero > picture {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
}

.hero-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 1px solid rgba(31, 28, 24, 0.08);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  object-position: center;
}

.hero-inner {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(100%, 620px);
}

.hero-copy,
.hero-note {
  max-width: 570px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.hero-note {
  color: var(--ink);
  font-weight: 800;
}

.value-badges {
  margin-top: 22px;
}

.hero-actions {
  margin-top: 28px;
}

.hero-status {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0 clamp(18px, 5vw, 72px) clamp(54px, 7vw, 86px);
  background: var(--paper);
}

.proof-item {
  min-height: 120px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shine);
  box-shadow: 0 18px 50px rgba(48, 35, 20, 0.06);
}

.proof-item strong {
  display: block;
  color: var(--orange-dark);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
}

.proof-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.split,
.technical-section,
.demo-section,
.faq-section {
  background: var(--white);
}

.workflow-section,
.feature-section,
.experience-section,
.status-section {
  background: var(--paper);
}

.section-copy,
.field-copy,
.experience-copy {
  max-width: 620px;
}

.section-copy p,
.field-copy p,
.experience-copy p:not(.section-kicker) {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(30px, 5vw, 54px);
}

.section-heading p:not(.section-kicker) {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.product-visual,
.field-band picture {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-visual img,
.field-band img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.workflow-card,
.feature-card,
.demo-card,
.status-panel,
.audience-panel,
.audience-card,
.cred-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--shine);
  box-shadow: var(--shadow-card), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.workflow-card {
  position: relative;
  min-height: 168px;
  padding: 22px;
}

.workflow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -8px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(216, 114, 36, 0.42);
  border-right: 2px solid rgba(216, 114, 36, 0.42);
  background: var(--white);
  transform: rotate(45deg);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.workflow-card p,
.feature-card p,
.demo-card p,
.status-panel p:not(.section-kicker),
.audience-panel p:not(.section-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.feature-card,
.demo-card {
  min-height: 230px;
  padding: 28px;
}

.demo-photo-card {
  overflow: hidden;
  padding: 0;
}

.demo-photo-card img {
  display: block;
  width: 100%;
  height: auto;
  border-bottom: 1px solid var(--line);
}

.demo-photo-card .demo-label,
.demo-photo-card h3,
.demo-photo-card p {
  margin-left: 28px;
  margin-right: 28px;
}

.demo-photo-card .demo-label {
  margin-top: 24px;
}

.demo-photo-card p {
  margin-bottom: 28px;
}

.feature-card {
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 30px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, 0.85), transparent 0.22rem),
    linear-gradient(135deg, rgba(216, 114, 36, 0.22), rgba(168, 77, 22, 0.1));
  border: 1px solid rgba(216, 114, 36, 0.24);
}

.feature-card[data-symbol="diamond"]::before {
  clip-path: polygon(50% 12%, 88% 50%, 50% 88%, 12% 50%);
}

.feature-card[data-symbol="circle"]::before {
  border-radius: 50%;
}

.feature-card[data-symbol="hex"]::before {
  clip-path: polygon(25% 8%, 75% 8%, 100% 50%, 75% 92%, 25% 92%, 0 50%);
}

.feature-card[data-symbol="spark"]::before {
  clip-path: polygon(50% 0, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0 50%, 39% 36%);
}

.feature-card[data-symbol="ring"]::before {
  border: 8px solid rgba(216, 114, 36, 0.32);
  background: rgba(255, 255, 255, 0.7);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.56), transparent 38%);
}

.feature-card > * {
  position: relative;
  z-index: 1;
}

.technical-shell {
  padding-top: clamp(26px, 4vw, 44px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.technical-intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.68fr);
  align-items: flex-start;
  margin-bottom: clamp(30px, 5vw, 56px);
}

.technical-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 24px;
}

.technical-highlight {
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--shine);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.technical-card {
  display: grid;
  grid-template-columns: minmax(120px, 0.36fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: flex-start;
  padding: clamp(28px, 4vw, 42px) clamp(24px, 4vw, 42px);
  border-bottom: 1px solid var(--line);
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.technical-grid {
  gap: 0;
  border-top: 1px solid var(--line);
}

.technical-card:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid var(--line);
}

.technical-card:nth-child(even) {
  padding-right: 0;
}

.technical-card .check-list {
  margin-top: 0;
  gap: 10px;
}

.technical-card .check-list li {
  color: var(--muted);
}

.technical-note {
  margin: clamp(22px, 4vw, 34px) 0 clamp(26px, 4vw, 44px);
}

.field-band {
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
  background: var(--white);
  color: var(--ink);
}

.cred-grid {
  gap: 12px;
}

.cred-card {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px;
  color: var(--ink);
  font-weight: 900;
}

.cred-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border: 1px solid rgba(216, 114, 36, 0.28);
  border-radius: 8px;
  background: var(--soft);
  font-size: 1.15rem;
}

.demo-label {
  margin-bottom: 28px;
}

.status-panel,
.audience-panel {
  padding: 28px;
}

.status-panel-wide {
  grid-column: 1 / -1;
}

.status-note {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.audience-grid {
  margin-top: 22px;
}

.audience-card {
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 0;
}

.audience-card img {
  width: 100%;
  height: 100%;
  min-height: 170px;
  object-fit: cover;
  transform: scale(1.02);
}

.audience-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(31, 28, 24, 0.04), rgba(31, 28, 24, 0.68)),
    radial-gradient(circle at 85% 15%, rgba(216, 114, 36, 0.28), transparent 32%);
}

.audience-card::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  clip-path: polygon(36% 28%, 36% 72%, 72% 50%);
}

.audience-card span {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  color: var(--white);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.preorder-section {
  background: var(--soft);
}

.steps-panel {
  border-left: 2px solid rgba(216, 114, 36, 0.5);
  padding-left: clamp(22px, 4vw, 40px);
}

.steps-panel ol {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.steps-panel li {
  counter-increment: steps;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 54px;
}

.steps-panel li::before {
  content: counter(steps, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.steps-panel span {
  color: var(--ink);
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.newsletter-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(310px, 520px);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  padding: clamp(58px, 8vw, 96px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 114, 36, 0.12), transparent 22rem),
    var(--shine);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
}

.newsletter-band h2 {
  color: var(--ink);
}

.newsletter-band p {
  color: var(--muted);
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(9rem, auto);
  gap: 10px;
  align-items: center;
}

.newsletter-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.newsletter-form input {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 15px;
  background: var(--white);
  color: var(--ink);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.newsletter-form .button {
  min-height: 50px;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--paper);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.footer-brand,
.footer-brand .brand {
  color: var(--ink);
}
