.hero {
  padding: 92px 0 68px;
  text-align: center;
}
.hero h1 {
  margin: 0 auto;
  width: min(75%, 68rem);
  max-width: none;
  font-family: var(--display);
  font-size: clamp(3.2rem, 6.2vw, 5.1rem);
  line-height: 0.99;
  letter-spacing: -0.04em;
  font-weight: 700;
  text-wrap: balance;
  opacity: 0;
  transform: translateY(12px);
  animation: hero-in 0.9s ease 0.15s forwards;
}
.hero h1 em {
  font-style: normal;
  color: var(--accent);
}
.hero p {
  margin: 22px auto 0;
  width: min(75%, 68rem);
  max-width: none;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  text-wrap: pretty;
  opacity: 0;
  animation: rise-in 0.7s ease 0.35s forwards;
}
.hero-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 0.86rem;
  line-height: 1.35;
  opacity: 0;
  animation: rise-in 0.7s ease 0.5s forwards;
}
.hero-note::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
  flex: 0 0 auto;
}

.canvas-preview {
  position: relative;
  margin: 60px auto 0;
  width: min(1320px, 100%);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(237, 248, 246, 0.9));
  box-shadow: 0 24px 65px rgba(20, 20, 20, 0.1);
  padding: 12px;
  opacity: 0;
  transform: translateY(18px);
  animation: rise-in 0.8s ease 0.7s forwards;
}
.hero .canvas-preview__caption {
  width: auto;
  margin: 14px 10px 4px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: left;
  opacity: 1;
  animation: none;
}
.canvas-preview__caption strong { color: var(--text); }
.canvas-preview__bar {
  display: flex;
  gap: 6px;
  margin: 0 4px 10px;
}
.canvas-preview__bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d6d3d1;
  display: block;
}
.canvas-preview__bar i:nth-child(1) { background: #d6d3d1; }
.canvas-preview__bar i:nth-child(2) { background: #f3b27c; }
.canvas-preview__bar i:nth-child(3) { background: #8bd2c7; }
.shot {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #f5f5f4;
}
.product-shots {
  display: grid;
  gap: 20px;
}
.product-shot {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 252, 251, 0.92));
  box-shadow: 0 12px 34px rgba(20, 20, 20, 0.045);
}
.product-shot:nth-child(2n) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 249, 244, 0.94));
}
.product-shot:nth-child(even) {
  grid-template-columns: 1.1fr 0.9fr;
}
.product-shot:nth-child(even) .product-shot__copy {
  order: 2;
}
.product-shot:nth-child(even) .product-shot__media {
  order: 1;
}
.product-shot__copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px clamp(20px, 4vw, 52px);
}
.product-shot__kicker {
  margin: 22px 0 0;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-shot h3 {
  margin: 0;
  max-width: 17ch;
  font-family: var(--display);
  font-size: clamp(1.55rem, 2.3vw, 2.05rem);
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: pretty;
}
.product-shot p {
  margin: 14px 0 0;
  max-width: 34rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
}
.product-shot__media {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  background: #f8fafc;
}
.product-shot__media .shot {
  border: 0;
  border-radius: 0;
}
.product-shot--wide,
.product-shot--wide:nth-child(even) {
  grid-template-columns: 1fr;
  gap: 0;
}
.product-shot--wide:nth-child(even) .product-shot__copy,
.product-shot--wide:nth-child(even) .product-shot__media {
  order: initial;
}
.product-shot--wide .product-shot__copy {
  padding: 24px clamp(20px, 4vw, 52px) 22px;
}
.product-shot--wide h3 { max-width: none; }
.product-shot--wide .product-shot__copy > p:not(.product-shot__kicker) { max-width: 58rem; }
.product-shot--portrait .product-shot__media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #f8fafc;
}
.product-shot--portrait .shot {
  width: min(367px, 100%);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.section {
  padding: 88px 0;
}
.section--product { padding-top: 64px; }
.section h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  max-width: 19ch;
  text-wrap: balance;
}
.section-lead {
  margin: 14px 0 0;
  color: var(--muted);
  max-width: 40rem;
  font-size: 1.02rem;
  line-height: 1.6;
}
.section-head {
  margin-bottom: 36px;
}
.section-head.center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-head.center h2 { max-width: 22ch; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.cta-band {
  padding: 0 0 88px;
}
.cta-band__inner {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 64px 32px;
  text-align: center;
  background:
    radial-gradient(540px 240px at 18% 0%, rgba(15, 118, 110, 0.32), transparent 64%),
    radial-gradient(440px 260px at 92% 110%, rgba(194, 65, 12, 0.18), transparent 68%),
    #111;
  color: #fff;
}
.cta-band__inner::after {
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  content: "";
  pointer-events: none;
}
.cta-band h2 {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  max-width: 16ch;
  letter-spacing: -0.03em;
}
.cta-band p {
  position: relative;
  z-index: 1;
  margin: 12px auto 0;
  color: #a8a29e;
  max-width: 36rem;
}
.cta-band .btn-primary {
  position: relative;
  z-index: 1;
  margin-top: 24px;
  background: #fff;
  color: #111;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}
.cta-band .btn-primary:hover,
.cta-band .btn-primary:focus-visible { background: #f0fdfa; }

.demo-modal {
  width: min(760px, calc(100% - 32px));
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--bg-elevated);
  color: var(--text);
  box-shadow: var(--shadow);
  overflow: auto;
}
.demo-modal::backdrop { background: rgba(20, 20, 20, 0.52); }
.demo-modal__inner { padding: 28px; }
.demo-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.demo-modal__header h2 {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(1.9rem, 3.4vw, 2.8rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.demo-modal__header p {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 40rem;
}
.demo-modal__close { flex: 0 0 auto; }
.demo-modal .success {
  margin-bottom: 18px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(15, 118, 110, 0.12);
  color: var(--accent-strong);
  font-size: 0.95rem;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-grid .full { grid-column: 1 / -1; }
.form-grid label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
}
.form-grid input:focus-visible,
.form-grid select:focus-visible,
.form-grid textarea:focus-visible {
  border-color: var(--accent);
}
.form-grid textarea { resize: vertical; min-height: 110px; }
.form-grid .help {
  margin: 6px 0 0;
  font-size: 0.8rem;
  color: var(--muted);
}
.form-grid .errorList {
  margin: 6px 0 0;
  padding-left: 18px;
  color: #b91c1c;
  font-size: 0.85rem;
}
.consent-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--muted);
}
.consent-row input { width: auto; margin-top: 3px; }
.form-actions { margin-top: 18px; }

@keyframes hero-in {
  to { opacity: 1; transform: none; }
}
@keyframes rise-in {
  to { opacity: 1; transform: none; }
}

@media (max-width: 900px) {
  .form-grid { grid-template-columns: 1fr; }
  .product-shot,
  .product-shot:nth-child(even) {
    grid-template-columns: 1fr;
  }
  .product-shot:nth-child(even) .product-shot__copy,
  .product-shot:nth-child(even) .product-shot__media {
    order: initial;
  }
  .product-shot__copy { padding: 28px 28px 24px; }
  .product-shot--wide .product-shot__copy { padding: 28px 28px 24px; }
}

@media (max-width: 560px) {
  .hero { padding: 68px 0 42px; }
  .hero h1 {
    width: 100%;
    max-width: 12ch;
    font-size: clamp(2.65rem, 14vw, 4rem);
  }
  .hero > p:not(.hero-note) {
    width: 100%;
    font-size: 1rem;
  }
  .hero-note {
    max-width: 100%;
    font-size: 0.76rem;
    text-align: left;
  }
  .canvas-preview {
    margin-top: 42px;
    padding: 8px;
    border-radius: 18px;
  }
  .canvas-preview__bar { margin-bottom: 8px; }
  .shot { border-radius: 12px; }
  .section { padding: 64px 0; }
  .section--product { padding-top: 42px; }
  .section-head { margin-bottom: 26px; }
  .section h2 { font-size: clamp(2rem, 10vw, 2.5rem); }
  .section-lead { font-size: 0.96rem; }
  .product-shot { padding: 8px; border-radius: 18px; }
  .product-shot__copy { padding: 24px 18px 22px; }
  .product-shot--wide .product-shot__copy { padding: 24px 18px 22px; }
  .product-shot h3 { font-size: 1.5rem; }
  .product-shot p { font-size: 0.94rem; }
  .product-shot__media { border-radius: 12px; }
  .product-shot--portrait .product-shot__media { padding: 14px; }
  .cta-band { padding-bottom: 64px; }
  .cta-band__inner {
    padding: 48px 22px;
    border-radius: 20px;
  }
  .demo-modal__inner { padding: 20px; }
  .demo-modal__header { gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero h1,
  .hero p,
  .hero-note,
  .canvas-preview {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
