/* ========================================
   PRE-ORDER PAGE STYLES
   Extends theme.css with pre-order-specific styles
   ======================================== */

/* NAV */
.pre-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 64px;
  background: var(--sage);
}

.nav-brand {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: #F5F3EE;
  text-decoration: none;
  font-weight: 400;
}

.nav-link {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.nav-link:hover { color: white; }

/* HERO */
.po-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 90vh;
  overflow: hidden;
}

.po-hero-left {
  background: var(--sage);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 72px;
  gap: 28px;
}

.po-badge {
  display: inline-block;
  background: var(--terracotta);
  color: white;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  width: fit-content;
}

.po-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3vw, 44px);
  color: #F5F3EE;
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.po-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  max-width: 480px;
}

.po-trust {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.po-trust-item {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
}

.po-hero-right {
  background: var(--bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}

.po-product-card {
  width: 100%;
  max-width: 420px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(45,74,62,0.18);
}

.po-product-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.po-img-caption {
  background: var(--sage);
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  padding: 12px 20px;
  text-align: center;
}

/* EMAIL CAPTURE */
.po-capture {
  background: var(--bg);
  padding: 100px 64px;
}

.po-capture-inner {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.po-form-label {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--sage);
  margin-bottom: 28px;
  font-weight: 400;
}

.po-form {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.po-form-inline {
  max-width: 480px;
  margin: 0 auto;
}

.po-email-input {
  flex: 1;
  min-width: 240px;
  padding: 14px 20px;
  font-size: 16px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: white;
  color: var(--charcoal);
  font-family: 'DM Sans', system-ui, sans-serif;
  outline: none;
  transition: border-color 0.2s;
}

.po-email-input:focus {
  border-color: var(--sage-mid);
}

.po-submit-btn {
  background: var(--sage);
  color: white;
  border: none;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'DM Sans', system-ui, sans-serif;
  transition: background 0.2s;
  white-space: nowrap;
}

.po-submit-btn:hover:not(:disabled) {
  background: var(--sage-light);
}

.po-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.po-form-error {
  color: var(--terracotta);
  font-size: 14px;
  margin-top: 12px;
  text-align: center;
}

.po-success {
  text-align: center;
  padding: 40px 20px;
}

.po-success-icon {
  width: 64px;
  height: 64px;
  background: var(--sage);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  margin: 0 auto 24px;
}

.po-success h2 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 30px;
  color: var(--sage);
  margin-bottom: 12px;
}

.po-success p {
  font-size: 16px;
  color: var(--warm-grey);
}

.po-form-dup {
  color: var(--sage-mid);
  font-size: 15px;
  margin-top: 8px;
}

/* LIFESTYLE IMAGES */
.po-lifestyle {
  padding: 100px 64px;
  background: #F2EDE6;
}

.lifestyle-header {
  text-align: center;
  margin-bottom: 56px;
}

.lifestyle-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(26px, 3vw, 40px);
  color: var(--sage);
  font-weight: 400;
  margin-top: 16px;
}

.lifestyle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto;
}

.lifestyle-card {
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 20px rgba(45,74,62,0.08);
}

.lifestyle-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}

.lifestyle-caption {
  padding: 20px 24px;
  font-size: 14px;
  color: #6B6560;
  line-height: 1.55;
}

/* SIZE / FIT GUIDE */
.po-fit-guide {
  padding: 100px 64px;
  background: var(--bg);
}

.po-fit-inner {
  max-width: 900px;
  margin: 0 auto;
}

.po-fit-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(24px, 2.5vw, 38px);
  color: var(--sage);
  font-weight: 400;
  margin: 16px 0 12px;
}

.po-fit-sub {
  font-size: 16px;
  color: var(--warm-grey);
  margin-bottom: 40px;
}

.fit-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.fit-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

.fit-table th {
  text-align: left;
  padding: 16px 20px;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-grey);
  font-weight: 600;
  border-bottom: 1px solid var(--border);
  background: #F8F6F2;
}

.fit-table td {
  padding: 16px 20px;
  font-size: 14px;
  color: var(--charcoal);
  border-bottom: 1px solid rgba(45,74,62,0.08);
}

.fit-table tr:last-child td { border-bottom: none; }

.fit-yes {
  color: var(--sage-mid);
  font-weight: 600;
}

.fit-warn {
  color: #B07A2C;
  font-weight: 500;
}

.fit-measure {
  margin-top: 24px;
  padding: 20px 24px;
  background: #F8F6F2;
  border-radius: 8px;
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 1.6;
}

/* BENEFITS */
.po-benefits {
  padding: 100px 64px;
  background: var(--charcoal);
}

.po-benefits-inner { max-width: 1100px; margin: 0 auto; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 16px;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefit-icon {
  font-size: 32px;
  line-height: 1;
}

.benefit-card h3 {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 20px;
  color: #F5F3EE;
  font-weight: 400;
}

.benefit-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

/* SECOND CTA */
.po-cta {
  padding: 100px 64px;
  background: var(--sage);
  text-align: center;
}

.po-cta-inner { max-width: 600px; margin: 0 auto; }

.po-cta-headline {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 44px);
  color: #F5F3EE;
  font-weight: 400;
  margin-bottom: 16px;
}

.po-cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 36px;
}

/* AMAZON WIREFRAMES */
.po-amazon {
  padding: 100px 64px;
  background: var(--bg);
}

.po-amazon-inner { max-width: 900px; margin: 0 auto; }

.po-amazon-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: clamp(24px, 2.5vw, 38px);
  color: var(--sage);
  font-weight: 400;
  margin: 16px 0 48px;
}

.amazon-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 28px;
}

.amazon-card-label {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--warm-grey);
  font-weight: 700;
  margin-bottom: 20px;
}

.amazon-code-block {
  background: #1E1E1E;
  color: #A8D8B9;
  padding: 20px 24px;
  border-radius: 8px;
  font-family: 'Courier New', monospace;
  font-size: 13px;
  line-height: 1.65;
  word-break: break-word;
}

.amazon-bullets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.amazon-bullet {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.bullet-num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: var(--sage);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  margin-top: 2px;
}

.amazon-bullet div {
  font-size: 15px;
  color: var(--charcoal);
  line-height: 1.6;
}

/* A+ Content */
.amazon-aplus {}

.aplus-row {
  display: flex;
  gap: 40px;
}

.aplus-2col > .aplus-col { flex: 1; }

.aplus-section-title {
  font-family: 'DM Serif Display', Georgia, serif;
  font-size: 22px;
  color: var(--sage);
  font-weight: 400;
  margin-bottom: 16px;
}

.aplus-desc {
  font-size: 15px;
  color: #6B6560;
  line-height: 1.7;
}

.aplus-table {
  background: #F8F6F2;
  border-radius: 8px;
  overflow: hidden;
}

.aplus-thead {
  background: var(--sage);
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 16px;
}

.aplus-trow {
  background: var(--sage);
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  padding: 12px 16px;
}

.aplus-tcell {
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid rgba(45,74,62,0.08);
}

.aplus-img-col {
  display: flex;
  align-items: center;
}

.aplus-img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  max-height: 320px;
}

.aplus-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aplus-step {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 15px;
  color: var(--charcoal);
}

.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--sage);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
}

.aplus-brands {
  font-size: 14px;
  color: var(--warm-grey);
  line-height: 2;
}

/* SECTION LABEL */
.section-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--terracotta);
  font-weight: 700;
}

/* UTILITY */
.hidden { display: none !important; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .pre-nav { padding: 16px 32px; }
  .po-hero { grid-template-columns: 1fr; }
  .po-hero-left { padding: 60px 32px 48px; }
  .po-hero-right { padding: 40px 32px; }
  .po-capture, .po-lifestyle, .po-fit-guide, .po-benefits, .po-cta, .po-amazon { padding: 64px 32px; }
  .lifestyle-grid { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .aplus-2col { flex-direction: column; }
  .aplus-img-col { order: -1; }
  .fit-table th, .fit-table td { padding: 12px; font-size: 13px; }
  .po-form { flex-direction: column; }
  .po-email-input { min-width: 100%; }
  .po-submit-btn { width: 100%; }
}

@media (max-width: 480px) {
  .benefits-grid { grid-template-columns: 1fr; }
  .amazon-card { padding: 20px; }
}