
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #050505; color: #fff; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 5%; background: rgba(0,0,0,.96); border-bottom: 1px solid rgba(255,255,255,.12); }
.brand { display: flex; align-items: center; gap: 12px; color: #fff; background: none; border: 0; text-align: left; }
.brand img { width: 50px; height: 50px; border-radius: 999px; border: 2px solid #f97316; object-fit: cover; background: #fff; }
.brand strong { display: block; font-size: 18px; }
.brand small { display: block; color: #f97316; letter-spacing: 3px; text-transform: uppercase; font-size: 11px; margin-top: 3px; }
nav { display: flex; gap: 24px; }
nav button { color: rgba(255,255,255,.78); background: none; border: 0; font-weight: 800; }
nav button:hover { color: #f97316; }

.page { display: none; }
.page.active { display: block; }

.hero-photo { position: relative; min-height: 760px; overflow: hidden; display: flex; align-items: center; }
.hero-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.86) 0%, rgba(0,0,0,.55) 42%, rgba(0,0,0,.12) 100%); }
.hero-content { position: relative; z-index: 2; max-width: 1180px; width: 100%; margin: 0 auto; padding: 90px 5%; }
.kicker, .label { color: #f97316; font-weight: 900; letter-spacing: 3px; text-transform: uppercase; font-size: 14px; }
.hero-content h1 { max-width: 560px; font-size: clamp(52px, 8vw, 96px); line-height: .9; margin: 16px 0 22px; text-transform: uppercase; letter-spacing: 1px; }
.hero-content p:not(.kicker) { max-width: 470px; font-size: 20px; line-height: 1.45; color: rgba(255,255,255,.84); }

h1 { font-size: clamp(42px, 6vw, 70px); line-height: .95; margin: 14px 0; }
h2 { font-size: clamp(34px, 5vw, 54px); line-height: 1; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 1px; }
.lead { font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.74); max-width: 720px; }
.lead.dark { color: rgba(0,0,0,.65); }
.centered { text-align: center; margin-left: auto; margin-right: auto; }

.orange-btn { border: 0; background: #f97316; color: #000; padding: 15px 24px; border-radius: 8px; font-weight: 900; text-transform: uppercase; }
.orange-btn:hover { background: #fb923c; }
.orange-btn:disabled { opacity: .5; cursor: not-allowed; }
.orange-btn.small { padding: 12px 18px; }
.orange-btn.full { width: 100%; }
.outline-btn, .outline-dark { border: 1px solid #f97316; background: rgba(0,0,0,.18); color: #fff; padding: 14px 24px; border-radius: 8px; font-weight: 900; text-transform: uppercase; }
.outline-dark { color: #000; border-color: #000; background: transparent; }
.button-row { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }

.feature-strip { max-width: 1180px; margin: 0 auto; padding: 28px 5%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.feature-strip div { border-left: 1px solid rgba(255,255,255,.15); padding-left: 28px; }
.feature-strip h3 { margin: 0 0 8px; text-transform: uppercase; }
.feature-strip p { margin: 0; color: rgba(255,255,255,.65); line-height: 1.45; }

.dark-section, .prototype-section, .gallery-wrap, .page-wrap, .builder-layout, .contact-layout { max-width: 1180px; margin: 0 auto; padding: 76px 5%; }
.dark-section, .prototype-section { text-align: center; }
.muted-light { color: rgba(255,255,255,.65); line-height: 1.6; }
.orange-label { color: #fb923c; }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 30px; text-align: left; }
.price-card { background: #101010; border: 1px solid rgba(255,255,255,.14); padding: 30px; border-radius: 24px; }
.price-card p { color: rgba(255,255,255,.68); line-height: 1.6; }
.price-card .price { font-size: 58px; color: #f97316; font-weight: 900; margin: 20px 0 10px; }
.popular { border: 2px solid #f97316; }
.popular span { background: #f97316; color: #000; padding: 8px 12px; border-radius: 999px; font-size: 12px; font-weight: 900; text-transform: uppercase; }

.photo-grid { display: grid; gap: 24px; margin-top: 34px; }
.photo-grid.three { grid-template-columns: repeat(3, 1fr); }
.photo-card { border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: linear-gradient(145deg, #161616, #0a0a0a); padding: 18px; text-align: center; }
.vertical-frame { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 14px; background: #000; display: flex; align-items: center; justify-content: center; }
.vertical-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.photo-card h3 { margin: 20px 0 8px; font-size: 22px; text-transform: uppercase; }
.photo-card p { margin: 0 0 8px; color: rgba(255,255,255,.68); line-height: 1.5; }

.light { background: #fff; color: #000; min-height: 80vh; }
.build-hero { background: #050505; color: #fff; padding: 70px 5%; border-top: 1px solid rgba(255,255,255,.1); }
.build-hero h1, .build-hero p { max-width: 1180px; margin-left: auto; margin-right: auto; }
.build-hero .kicker { display: block; max-width: 1180px; margin: 0 auto; }
.build-hero h1 { color: #fff; text-transform: uppercase; max-width: 1180px; }
.gallery-wrap { text-align: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; }
.gallery-card { border: 1px solid rgba(0,0,0,.12); border-radius: 16px; padding: 16px; box-shadow: 0 12px 34px rgba(0,0,0,.08); background: #fff; text-align: center; }
.gallery-image { aspect-ratio: 3 / 4; overflow: hidden; border-radius: 10px; background: #f4f4f4; }
.gallery-image img { width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; }
.gallery-card .tag { margin: 14px 0 4px; color: #ea580c; text-transform: uppercase; font-size: 12px; letter-spacing: 1px; font-weight: 900; }
.gallery-card h3 { margin: 0 0 8px; font-size: 22px; }
.gallery-card p:last-child { color: rgba(0,0,0,.62); line-height: 1.45; margin: 0 0 6px; }
.gallery-btn { margin-top: 36px; }

.builder-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 34px; align-items: start; }
.steps { display: grid; gap: 20px; margin-top: 32px; }
.option-step { display: none; background: #f4f4f5; border: 1px solid rgba(0,0,0,.10); padding: 22px; border-radius: 22px; animation: slideInLeft .55s ease-out; }
.option-step.show { display: block; }
@keyframes slideInLeft { from { opacity: 0; transform: translateX(-28px) translateY(6px); } to { opacity: 1; transform: translateX(0) translateY(0); } }
.choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.choices.three { grid-template-columns: repeat(3, 1fr); }
.choices button { background: #fff; color: #000; border: 2px solid rgba(0,0,0,.10); padding: 18px; border-radius: 16px; text-align: left; display: flex; justify-content: space-between; gap: 12px; font-weight: 900; }
.choices button.active { border-color: #f97316; background: #f97316; }
.note { grid-column: 1 / -1; color: rgba(0,0,0,.62); line-height: 1.55; }
.note-box { grid-column: 1 / -1; background: #fff7ed; border: 1px solid rgba(249,115,22,.3); color: rgba(0,0,0,.68); padding: 14px; border-radius: 16px; }
.hidden { display: none !important; }
.upload { grid-column: 1 / -1; border: 2px dashed rgba(0,0,0,.22); border-radius: 18px; padding: 18px; background: #fff; }
.upload label { display: block; font-weight: 900; margin-bottom: 12px; }

.summary-card { position: sticky; top: 100px; background: #000; color: #fff; padding: 24px; border-radius: 26px; border: 2px solid #000; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.75); }
.summary-line b { color: #fff; text-align: right; }
.totals { border-top: 1px solid rgba(255,255,255,.12); margin-top: 22px; padding-top: 18px; display: grid; gap: 12px; }
.totals div { display: flex; justify-content: space-between; gap: 16px; }
.totals b { font-size: 24px; }
.totals .orange-text { color: #f97316; font-size: 32px; }
.build-code { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 14px; margin: 22px 0; }
.build-code span { display: block; color: #fb923c; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 900; margin-bottom: 8px; }

.pay-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 28px; }
.review-card, .venmo-card { border: 2px solid #000; border-radius: 28px; padding: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.12); }
.review-card { background: #f4f4f5; }
.venmo-card { background: #000; color: #fff; }
.order-number-row { display: flex; justify-content: space-between; align-items: center; gap: 18px; border-bottom: 1px solid rgba(0,0,0,.12); padding-bottom: 22px; }
.order-number-row code { font-size: 44px; font-weight: 900; }
.review-lines { margin-top: 20px; }
.review-line { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(0,0,0,.10); padding: 12px 0; }
.review-line b { text-align: right; }
.pay-totals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; background: #000; color: #fff; border-radius: 22px; padding: 18px; margin-top: 24px; }
.pay-totals span, .amount-box span, .venmo-note span { display: block; color: #fb923c; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; font-weight: 900; margin-bottom: 8px; }
.pay-totals b { font-size: 26px; }
.qr-box { aspect-ratio: auto; min-height: 430px; background: #fff; color: #000; border-radius: 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 24px; margin-top: 22px; }
.qr-inner { display: none; }
.venmo-note { background: rgba(249,115,22,.12); border: 1px solid rgba(249,115,22,.35); border-radius: 22px; padding: 18px; margin-top: 22px; }
.venmo-note code { display: block; font-size: 34px; color: #fff; font-weight: 900; }
.amount-box { background: #fff; color: #000; border-radius: 22px; padding: 18px; margin-top: 22px; }
.amount-box b { display: block; font-size: 52px; }

.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; }
.contact-form { display: grid; gap: 14px; border: 2px solid #000; border-radius: 28px; padding: 28px; background: #f4f4f5; }
input, textarea { width: 100%; border: 1px solid rgba(0,0,0,.18); border-radius: 14px; padding: 14px; }
textarea { min-height: 150px; }

footer { padding: 28px 5%; color: rgba(255,255,255,.62); text-align: center; border-top: 1px solid rgba(255,255,255,.12); }

@media (max-width: 900px) {
  nav { display: none; }
  .hero-photo { min-height: 700px; }
  .hero-photo img { object-position: center center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(0,0,0,.72), rgba(0,0,0,.42), rgba(0,0,0,.82)); }
  .hero-content { padding-top: 280px; }
  .hero-content h1 { font-size: 54px; }
  .feature-strip, .pricing-grid, .photo-grid.three, .gallery-grid, .builder-layout, .pay-grid, .contact-layout { grid-template-columns: 1fr; }
  .choices, .choices.three, .pay-totals { grid-template-columns: 1fr; }
  .summary-card { position: static; }
  .order-number-row { align-items: flex-start; flex-direction: column; }
}

.venmo-qr-image { width: 100%; max-width: 320px; height: auto; display: block; margin: 0 auto 8px; border-radius: 16px; background: #fff; }
.qr-box { aspect-ratio: auto; min-height: 430px; background: #fff; color: #000; border-radius: 26px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 24px; margin-top: 22px; }

.order-submit-form { margin-top: 28px; background: #101010; color: #fff; border: 2px solid #000; border-radius: 28px; padding: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.16); }
.order-submit-form h2 { color: #fff; margin-bottom: 10px; }
.order-submit-form p { color: rgba(255,255,255,.72); line-height: 1.55; }
.customer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 20px 0 14px; }
.order-submit-form input, .order-submit-form textarea { background: #fff; color: #000; }
.order-submit-form textarea { min-height: 120px; margin: 0 0 14px; }
.final-upload { background: rgba(255,255,255,.08); border: 1px dashed rgba(255,255,255,.28); border-radius: 18px; padding: 16px; margin: 14px 0; }
.final-upload label { display: block; font-weight: 900; margin-bottom: 10px; color: #fff; }
.form-note { font-size: 13px; margin-bottom: 0; }
.hidden { display: none !important; }
@media (max-width: 900px) { .customer-grid { grid-template-columns: 1fr; } }

.pickup-note {
  display: block;
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255,255,255,.72);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: none;
}

.pickup-alert {
  margin: 20px 0 26px;
  padding: 16px 18px;
  border: 1px solid rgba(249,115,22,.35);
  border-left: 5px solid #f97316;
  border-radius: 14px;
  background: #fff7ed;
  color: #000;
  font-weight: 800;
  line-height: 1.5;
}

.netlify-hidden-form,
form[hidden],
[aria-hidden="true"][style*="display:none"] {
  display: none !important;
}

.thank-you-wrap {
  text-align: center;
}

.pickup-alert.subtle {
  background: #fff7ed;
  border: 1px solid rgba(249,115,22,.25);
  border-left: 4px solid #f97316;
  font-weight: 700;
}

.order-form-card {
  border: 2px solid #000;
  border-radius: 28px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.order-form-card h2 {
  font-size: 30px;
  margin: 8px 0 10px;
}

.form-help {
  color: rgba(0,0,0,.62);
  line-height: 1.55;
  margin-bottom: 18px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 16px;
}

.final-upload {
  margin: 16px 0;
  padding: 16px;
  border: 2px dashed rgba(0,0,0,.22);
  border-radius: 16px;
  background: #f7f7f7;
}

.final-upload label {
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
}

.netlify-hidden-form,
form[hidden],
[aria-hidden="true"].netlify-hidden-form {
  display: none !important;
}

@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.venmo-card .order-form-card {
  margin-top: 24px;
  border: 0;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.venmo-card .order-form-card h2 {
  color: #000;
}

.venmo-card .order-form-card .label {
  color: #ea580c;
}

.venmo-card .order-form-card input {
  background: #fff;
  color: #000;
}

.venmo-card .order-form-card .orange-btn {
  color: #000;
}

.choices.three button { min-width: 0; }


/* Mobile preview fixes */
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    padding: 12px 16px;
    gap: 10px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .brand strong {
    font-size: 15px;
  }

  .brand small {
    font-size: 9px;
    letter-spacing: 2px;
  }

  .site-header .orange-btn.small {
    padding: 10px 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  nav {
    display: none !important;
  }

  .hero-photo {
    min-height: 650px;
    align-items: end;
  }

  .hero-photo img {
    object-position: center center;
  }

  .hero-overlay {
    background: linear-gradient(
      180deg,
      rgba(0,0,0,.2) 0%,
      rgba(0,0,0,.35) 38%,
      rgba(0,0,0,.92) 100%
    );
  }

  .hero-content {
    padding: 260px 18px 46px;
  }

  .hero-content h1 {
    font-size: 44px;
    line-height: .92;
    max-width: 340px;
  }

  .hero-content p:not(.kicker) {
    font-size: 16px;
    max-width: 340px;
  }

  .button-row {
    gap: 10px;
  }

  .button-row button,
  .orange-btn,
  .outline-btn {
    width: 100%;
    text-align: center;
  }

  .feature-strip,
  .pricing-grid,
  .photo-grid.three,
  .gallery-grid,
  .builder-layout,
  .pay-grid,
  .contact-layout,
  .choices,
  .choices.three,
  .pay-totals,
  .form-grid {
    grid-template-columns: 1fr !important;
  }

  .feature-strip,
  .dark-section,
  .prototype-section,
  .gallery-wrap,
  .page-wrap,
  .builder-layout,
  .contact-layout {
    padding: 46px 18px;
  }

  h1 {
    font-size: 40px;
    line-height: .98;
  }

  h2 {
    font-size: 32px;
    line-height: 1;
  }

  .lead {
    font-size: 16px;
  }

  .price-card,
  .photo-card,
  .gallery-card,
  .option-step,
  .summary-card,
  .review-card,
  .venmo-card,
  .order-form-card {
    border-radius: 18px;
  }

  .vertical-frame,
  .gallery-image {
    aspect-ratio: 3 / 4;
  }

  .summary-card {
    position: static;
    margin-top: 10px;
  }

  .order-number-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-number-row code {
    font-size: 34px;
    word-break: break-word;
  }

  .amount-box b {
    font-size: 42px;
  }

  .venmo-note code {
    font-size: 28px;
  }

  input,
  textarea {
    font-size: 16px;
  }

  .pickup-note {
    font-size: 14px;
  }
}

.pickup-timing-note {
  margin: 16px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7ed;
  color: #000;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.pickup-timing-note.dark-note {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
