/* ============================================================
   DADFLIX — BLKBOX Custom
   Premium Father's Day Acrylic Plaque
   ============================================================ */

/* --- Variables --- */
:root {
    --dadflix-red:   #E50914;
    --deep-black:    #0B0B0D;
    --warm-white:    #F7F4EF;
    --charcoal:      #1A1A1D;
    --soft-gold:     #D4AF37;
    --muted-gray:    #747474;
    --border-subtle: rgba(255,255,255,0.08);
    --red-glow:      rgba(229,9,20,0.15);
    --gold-glow:     rgba(212,175,55,0.15);
    --ff-head:       'Oswald', 'Impact', Arial, sans-serif;
    --ff-body:       'Inter', Arial, sans-serif;
    --container:     1200px;
    --radius:        10px;
    --transition:    0.2s ease;
}

/* --- Reset & Base --- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    background: var(--deep-black);
    color: var(--warm-white);
    font-family: var(--ff-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--dadflix-red); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--soft-gold); }
button, input, select, textarea { font-family: var(--ff-body); }

/* --- Utility --- */
.container { max-width: var(--container); margin: 0 auto; padding: 0 1.5rem; }
.section-label {
    display: inline-block;
    font-family: var(--ff-head);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--dadflix-red);
    margin-bottom: 0.75rem;
}
.section-title {
    font-family: var(--ff-head);
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: var(--warm-white);
}
.section-title span { color: var(--dadflix-red); }
.section-title .gold { color: var(--soft-gold); }
.section-sub {
    color: rgba(247,244,239,0.65);
    font-size: 1rem;
    margin-top: 0.75rem;
    max-width: 560px;
}
.divider { height: 1px; background: var(--border-subtle); margin: 0 auto; }

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    font-family: var(--ff-head);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
    transition: all var(--transition);
    text-transform: uppercase;
    text-decoration: none;
}
.btn-primary {
    background: var(--dadflix-red);
    color: var(--warm-white);
}
.btn-primary:hover {
    background: #ff0a14;
    color: var(--warm-white);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(229,9,20,0.4);
}
.btn-gold {
    background: var(--soft-gold);
    color: var(--deep-black);
}
.btn-gold:hover {
    background: #e8c53a;
    color: var(--deep-black);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(212,175,55,0.4);
}
.btn-outline {
    background: transparent;
    color: var(--warm-white);
    border: 2px solid var(--dadflix-red);
}
.btn-outline:hover {
    background: var(--dadflix-red);
    color: var(--warm-white);
}
.btn-lg { padding: 1.1rem 2.5rem; font-size: 1.1rem; }
.btn-full { width: 100%; justify-content: center; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(11,11,13,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-subtle);
}
.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 68px;
    gap: 1rem;
}
.nav-brand {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.nav-logo {
    height: 44px;
    width: auto;
    display: block;
}
.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}
.nav-links a {
    font-family: var(--ff-head);
    font-size: 0.85rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(247,244,239,0.7);
    transition: color var(--transition);
}
.nav-links a:hover { color: var(--warm-white); }
.nav-cta { flex-shrink: 0; }

/* Hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.25rem; }
.nav-toggle span {
    display: block; width: 24px; height: 2px;
    background: var(--warm-white); margin: 5px 0;
    transition: all var(--transition);
}
.nav-mobile { display: none; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
    padding: 2rem 0;
    background:
        linear-gradient(to right, rgba(11,11,13,0.97) 40%, rgba(11,11,13,0.75) 100%),
        url('/assets/img/dadflix/dadflix-hero-background.jpg') center center / cover no-repeat;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.hero-image-wrap { position: relative; }
.hero-image-wrap img, .hero-image-wrap .img-placeholder {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6), 0 0 0 1px rgba(212,175,55,0.1);
}
.hero-badge {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background: var(--dadflix-red);
    color: white;
    font-family: var(--ff-head);
    font-size: 0.7rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.4rem 0.8rem;
    border-radius: 4px;
}
.hero-content { display: flex; flex-direction: column; gap: 1.5rem; }
.hero-title {
    font-family: var(--ff-head);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 700;
    line-height: 1.05;
    color: var(--warm-white);
}
.hero-title .accent { color: var(--dadflix-red); }
.hero-sub {
    font-size: 1.1rem;
    color: rgba(247,244,239,0.75);
    line-height: 1.7;
    max-width: 480px;
}
.hero-features { list-style: none; display: flex; flex-direction: column; gap: 0.6rem; }
.hero-features li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.95rem;
    color: rgba(247,244,239,0.85);
}
.hero-features li::before {
    content: '';
    display: block;
    width: 8px; height: 8px;
    background: var(--dadflix-red);
    border-radius: 50%;
    flex-shrink: 0;
}
.hero-cta { display: flex; flex-direction: column; gap: 0.75rem; }
.hero-cta .scarcity {
    font-size: 0.8rem;
    color: var(--soft-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
}
.price-display {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}
.price-display .price-amount {
    font-family: var(--ff-head);
    font-size: 2.2rem;
    color: var(--soft-gold);
}
.price-display .price-label { color: var(--muted-gray); font-size: 0.85rem; }

/* ============================================================
   VALUE BAR
   ============================================================ */
.value-bar {
    background: var(--charcoal);
    border-top: 1px solid var(--border-subtle);
    border-bottom: 1px solid var(--border-subtle);
    padding: 2rem 0;
}
.value-bar-inner {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.value-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
    flex: 1;
    min-width: 120px;
}
.value-icon { font-size: 1.8rem; }
.value-item strong {
    font-family: var(--ff-head);
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--warm-white);
}
.value-item span { font-size: 0.75rem; color: var(--muted-gray); }

/* ============================================================
   MOCKUP GALLERY
   ============================================================ */
.mockup-gallery { padding: 2rem 0; }
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.gallery-item { position: relative; border-radius: var(--radius); overflow: hidden; }
.gallery-item img, .gallery-item .img-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: var(--radius);
    transition: transform 0.3s ease;
}
.gallery-item:hover img { transform: scale(1.03); }
.gallery-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 1rem;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    font-family: var(--ff-head);
    font-size: 0.85rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(247,244,239,0.9);
}

/* ============================================================
   IMAGE PLACEHOLDERS
   ============================================================ */
.img-placeholder {
    background: linear-gradient(135deg, #1e1e20, #2a2a2e);
    border: 1px dashed rgba(255,255,255,0.15);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: var(--muted-gray);
    font-size: 0.8rem;
    text-align: center;
    padding: 1rem;
}
.img-placeholder .ph-icon { font-size: 2rem; opacity: 0.4; }

/* ============================================================
   THEMES GRID
   ============================================================ */
.themes-section { padding: 2rem 0; background: var(--charcoal); }
.themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.theme-card {
    background: var(--deep-black);
    border: 2px solid transparent;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    transition: all var(--transition);
    position: relative;
}
.theme-card:hover, .theme-card.selected {
    border-color: var(--dadflix-red);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(229,9,20,0.25);
}
.theme-card.selected::after {
    content: '✓ Selected';
    position: absolute;
    top: 0.75rem; right: 0.75rem;
    background: var(--dadflix-red);
    color: white;
    font-family: var(--ff-head);
    font-size: 0.65rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
}
.theme-img { aspect-ratio: 16/9; overflow: hidden; }
.theme-img img, .theme-img .img-placeholder { width: 100%; height: 100%; object-fit: cover; border-radius: 0; }
.theme-body { padding: 1.25rem; }
.theme-rating {
    font-size: 0.7rem;
    color: var(--soft-gold);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}
.theme-rating::before { content: '★★★★★'; color: var(--soft-gold); font-size: 0.7rem; }
.theme-name {
    font-family: var(--ff-head);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--warm-white);
    margin-bottom: 0.4rem;
    line-height: 1.2;
}
.theme-teaser { font-size: 0.8rem; color: var(--muted-gray); line-height: 1.5; }
.theme-select-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.6rem;
    background: transparent;
    border: 1px solid var(--dadflix-red);
    color: var(--dadflix-red);
    font-family: var(--ff-head);
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all var(--transition);
}
.theme-select-btn:hover,
.theme-card.selected .theme-select-btn {
    background: var(--dadflix-red);
    color: white;
}

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.how-section { padding: 2rem 0; }
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.step-item { text-align: center; }
.step-number {
    width: 56px; height: 56px;
    background: var(--dadflix-red);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-head);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}
.step-item h3 {
    font-family: var(--ff-head);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--warm-white);
    margin-bottom: 0.5rem;
}
.step-item p { font-size: 0.85rem; color: var(--muted-gray); line-height: 1.6; }

/* ============================================================
   KEYCHAIN UPSELL FEATURE
   ============================================================ */
.keychain-feature { padding: 2rem 0; background: var(--charcoal); }
.keychain-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}
.keychain-features-list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.keychain-features-list li {
    display: flex; align-items: flex-start; gap: 0.75rem;
    font-size: 0.95rem; color: rgba(247,244,239,0.8);
}
.keychain-features-list li::before {
    content: '▸';
    color: var(--soft-gold);
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

/* ============================================================
   ORDER FORM
   ============================================================ */
.order-section { padding: 2rem 0; }
.order-form-wrap {
    background: var(--charcoal);
    border: 1px solid var(--border-subtle);
    border-radius: 16px;
    padding: 3rem;
    margin-top: 2.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.form-section-title {
    font-family: var(--ff-head);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dadflix-red);
    border-bottom: 1px solid var(--border-subtle);
    padding-bottom: 0.75rem;
    margin: 2rem 0 1.25rem;
}
.form-section-title:first-of-type { margin-top: 0; }
.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(247,244,239,0.7);
}
.form-group label .req { color: var(--dadflix-red); margin-left: 2px; }
.form-control {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 0.75rem 1rem;
    color: var(--warm-white);
    font-size: 0.95rem;
    transition: border-color var(--transition);
    width: 100%;
}
.form-control:focus {
    outline: none;
    border-color: var(--dadflix-red);
    background: rgba(229,9,20,0.05);
}
.form-control::placeholder { color: rgba(247,244,239,0.3); }
textarea.form-control { resize: vertical; min-height: 100px; }
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23747474' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    padding-right: 2.5rem;
    cursor: pointer;
}
.form-hint { font-size: 0.75rem; color: var(--muted-gray); margin-top: 0.2rem; }

/* Fulfillment toggle */
.fulfillment-options { display: flex; gap: 1rem; }
.fulfillment-opt {
    flex: 1;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all var(--transition);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.fulfillment-opt input[type=radio] { accent-color: var(--dadflix-red); width: 16px; height: 16px; flex-shrink: 0; }
.fulfillment-opt:has(input:checked) { border-color: var(--dadflix-red); background: rgba(229,9,20,0.07); }
.fulfillment-opt .opt-label { font-size: 0.9rem; font-weight: 600; color: var(--warm-white); }
.fulfillment-opt .opt-sub { font-size: 0.75rem; color: var(--muted-gray); }

/* Shipping fields */
#shipping-fields { display: none; margin-top: 1.25rem; }
#shipping-fields.visible { display: block; }

/* Photo uploads */
.photo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 0.5rem;
}
.photo-upload-item { display: flex; flex-direction: column; gap: 0.4rem; }
.photo-upload-label-text {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(247,244,239,0.7);
}
.photo-upload-box {
    position: relative;
    border: 2px dashed rgba(255,255,255,0.15);
    border-radius: 8px;
    aspect-ratio: 4/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    cursor: pointer;
    transition: all var(--transition);
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}
.photo-upload-box:hover { border-color: var(--dadflix-red); background: rgba(229,9,20,0.04); }
.photo-upload-box input[type=file] {
    position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%;
}
.photo-upload-icon { font-size: 1.5rem; color: var(--muted-gray); pointer-events: none; }
.photo-upload-text { font-size: 0.7rem; color: var(--muted-gray); text-align: center; pointer-events: none; }
.photo-preview {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    display: none;
    pointer-events: none;
}
.photo-upload-box.has-file { border-color: var(--soft-gold); }
.photo-upload-box.has-file .photo-preview { display: block; }
.photo-upload-box.has-file .photo-upload-icon,
.photo-upload-box.has-file .photo-upload-text { display: none; }

/* Keychain options */
.keychain-options { display: flex; flex-direction: column; gap: 0.75rem; }
.keychain-opt {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border: 2px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    cursor: pointer;
    transition: all var(--transition);
}
.keychain-opt input[type=radio] { accent-color: var(--dadflix-red); width: 16px; height: 16px; flex-shrink: 0; }
.keychain-opt:has(input:checked) { border-color: var(--soft-gold); background: rgba(212,175,55,0.07); }
.keychain-opt .kc-label { flex: 1; font-size: 0.95rem; color: var(--warm-white); }
.keychain-opt .kc-price { font-family: var(--ff-head); font-size: 1rem; color: var(--soft-gold); }

/* Acknowledgements */
.ack-list { display: flex; flex-direction: column; gap: 0.75rem; }
.ack-item { display: flex; align-items: flex-start; gap: 0.75rem; cursor: pointer; }
.ack-item input[type=checkbox] { accent-color: var(--dadflix-red); width: 18px; height: 18px; margin-top: 0.1rem; flex-shrink: 0; }
.ack-item span { font-size: 0.85rem; color: rgba(247,244,239,0.75); line-height: 1.5; }

/* Order summary box */
.order-summary {
    background: rgba(212,175,55,0.06);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 10px;
    padding: 1.5rem;
    margin: 2rem 0;
}
.order-summary h3 {
    font-family: var(--ff-head);
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--soft-gold);
    margin-bottom: 1rem;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    font-size: 0.9rem;
    color: rgba(247,244,239,0.8);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.summary-row:last-child { border-bottom: none; }
.summary-total {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(212,175,55,0.3);
}
.summary-total .total-label {
    font-family: var(--ff-head);
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--warm-white);
}
.summary-total .total-amount {
    font-family: var(--ff-head);
    font-size: 1.8rem;
    color: var(--soft-gold);
}

/* Form errors */
.form-errors {
    background: rgba(229,9,20,0.12);
    border: 1px solid rgba(229,9,20,0.4);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
}
.form-errors p { font-size: 0.85rem; color: #ff6b6b; margin-bottom: 0.25rem; }
.form-errors p:last-child { margin-bottom: 0; }
.form-errors p::before { content: '✕ '; }

/* Submit area */
.submit-area { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.submit-note { font-size: 0.75rem; color: var(--muted-gray); text-align: center; }

/* ============================================================
   FAQ
   ============================================================ */
.faq-section { padding: 2rem 0; background: var(--charcoal); }
.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.faq-item {
    background: var(--deep-black);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 1.5rem;
}
.faq-q {
    font-family: var(--ff-head);
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--warm-white);
    margin-bottom: 0.5rem;
}
.faq-a { font-size: 0.875rem; color: var(--muted-gray); line-height: 1.65; }

/* ============================================================
   FINAL CTA
   ============================================================ */
.final-cta {
    padding: 6rem 0;
    text-align: center;
    background: radial-gradient(ellipse at 50% 100%, rgba(229,9,20,0.1) 0%, transparent 60%);
}
.final-cta .section-title { font-size: clamp(2rem, 5vw, 3.2rem); margin-bottom: 1.5rem; }
.final-cta .cta-sub { color: rgba(247,244,239,0.65); max-width: 480px; margin: 0 auto 2rem; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: #070709;
    border-top: 1px solid var(--border-subtle);
    padding: 2.5rem 0;
}
.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
.footer-brand {
    font-family: var(--ff-head);
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--warm-white);
}
.footer-links { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer-links a { font-size: 0.8rem; color: var(--muted-gray); }
.footer-links a:hover { color: var(--warm-white); }
.footer-copy { font-size: 0.75rem; color: var(--muted-gray); }
.footer-payments { display: flex; align-items: center; gap: 0.5rem; margin-top: 0.5rem; }
.footer-payments-label { font-size: 0.7rem; color: var(--muted-gray); text-transform: uppercase; letter-spacing: 1px; }
.footer-payments svg { opacity: 0.85; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .steps-grid { grid-template-columns: repeat(2, 1fr); }
    .themes-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .nav-links, .nav-cta { display: none; }
    .nav-toggle { display: block; }
    .nav-mobile {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem;
        background: var(--charcoal);
        border-bottom: 1px solid var(--border-subtle);
    }
    .nav-mobile a {
        font-family: var(--ff-head);
        font-size: 1rem;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: var(--warm-white);
        padding: 0.5rem 0;
        border-bottom: 1px solid var(--border-subtle);
    }
    .nav-mobile .btn { text-align: center; }

    .hero { padding: 3rem 0; }
    .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
    .hero-image-wrap { order: -1; }

    .gallery-grid { grid-template-columns: 1fr; }

    .themes-grid { grid-template-columns: repeat(2, 1fr); gap: 1rem; }

    .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

    .keychain-inner { grid-template-columns: 1fr; gap: 2.5rem; }

    .order-form-wrap { padding: 2rem 1.25rem; }
    .form-row { grid-template-columns: 1fr; }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }

    .faq-grid { grid-template-columns: 1fr; }

    .footer-inner { flex-direction: column; align-items: flex-start; }
    .footer-links { gap: 1rem; }
}

@media (max-width: 480px) {
    .themes-grid { grid-template-columns: 1fr; }
    .photo-grid { grid-template-columns: repeat(2, 1fr); }
    .fulfillment-options { flex-direction: column; }
    .value-bar-inner { gap: 1rem; }
    .value-item { min-width: 100px; }
}

/* ============================================================
   ANNOUNCEMENT BAR
   ============================================================ */
.announcement-bar {
    background: var(--dadflix-red);
    color: #fff;
    text-align: center;
    padding: 0.55rem 1.5rem;
    font-family: var(--ff-head);
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.announcement-bar a { color: #fff; text-decoration: underline; }

/* ============================================================
   DEADLINE / URGENCY INLINE CALLOUTS
   ============================================================ */
.deadline-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: rgba(229,9,20,0.12);
    border: 1px solid rgba(229,9,20,0.35);
    color: #ff6b6b;
    font-size: 0.78rem;
    font-family: var(--ff-head);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0.35rem 0.8rem;
    border-radius: 4px;
}
.deadline-notice {
    font-size: 0.8rem;
    color: var(--soft-gold);
    text-align: center;
    margin-top: 0.75rem;
}

/* ============================================================
   HERO PRICE BLOCK
   ============================================================ */
.hero-price-block {
    background: rgba(255,255,255,0.04);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.hero-price-block .price-main {
    font-family: var(--ff-head);
    font-size: 2.4rem;
    color: var(--soft-gold);
    line-height: 1;
}
.hero-price-block .price-sub {
    font-size: 0.82rem;
    color: rgba(247,244,239,0.65);
}
.hero-price-block .price-deadline {
    font-size: 0.78rem;
    color: #ff6b6b;
    font-family: var(--ff-head);
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ============================================================
   SPECS / MATERIALS SECTION
   ============================================================ */
.specs-section { padding: 2rem 0; }
.keychain-section { background: var(--charcoal); }
.specs-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}
.spec-card {
    background: var(--charcoal);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius);
    padding: 1.5rem 1.25rem;
    text-align: center;
}
.spec-icon { font-size: 1.8rem; margin-bottom: 0.6rem; }
.spec-value {
    font-family: var(--ff-head);
    font-size: 1rem;
    color: var(--warm-white);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.spec-label { font-size: 0.75rem; color: var(--muted-gray); line-height: 1.4; }

.materials-copy {
    background: var(--charcoal);
    border-left: 3px solid var(--soft-gold);
    padding: 1.5rem 2rem;
    border-radius: 0 var(--radius) var(--radius) 0;
    margin-top: 2.5rem;
    font-size: 0.95rem;
    color: rgba(247,244,239,0.8);
    line-height: 1.7;
    max-width: 720px;
}

/* ============================================================
   TRACKING PAGE
   ============================================================ */
.tracking-page {
    min-height: 100vh;
    background: var(--deep-black);
    padding: 2rem 0;
}
.tracking-form-card {
    background: var(--charcoal);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    max-width: 520px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
}
.tracking-form-card h1 {
    font-family: var(--ff-head);
    font-size: 1.8rem;
    color: var(--warm-white);
    margin-bottom: 0.5rem;
}
.tracking-form-card .track-sub {
    color: var(--muted-gray);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.tracking-error {
    background: rgba(229,9,20,0.1);
    border: 1px solid rgba(229,9,20,0.3);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    color: #ff6b6b;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}
.tracking-result-card {
    background: var(--charcoal);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    max-width: 680px;
    margin: 2rem auto 0;
    overflow: hidden;
}
.tracking-result-header {
    background: linear-gradient(135deg, var(--dadflix-red), #8b0000);
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.tracking-result-header .order-num {
    font-family: var(--ff-head);
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 1px;
}
.tracking-result-header .order-date {
    font-size: 0.8rem;
    color: rgba(255,255,255,0.75);
}
.tracking-status-badge {
    display: inline-block;
    background: var(--soft-gold);
    color: var(--deep-black);
    font-family: var(--ff-head);
    font-size: 0.75rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0.35rem 0.9rem;
    border-radius: 4px;
    margin-top: 0.5rem;
}
.tracking-result-body { padding: 1.5rem 2rem; }
.tracking-detail-table { width: 100%; border-collapse: collapse; margin-bottom: 1.25rem; }
.tracking-detail-table td {
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-size: 0.875rem;
    vertical-align: top;
}
.tracking-detail-table td:first-child {
    color: rgba(247,244,239,0.5);
    width: 40%;
    padding-right: 1rem;
}
.tracking-detail-table td:last-child { color: var(--warm-white); }
.tracking-message-box {
    background: rgba(212,175,55,0.07);
    border: 1px solid rgba(212,175,55,0.25);
    border-radius: 8px;
    padding: 1rem 1.25rem;
    font-size: 0.875rem;
    color: rgba(247,244,239,0.85);
    line-height: 1.7;
    margin-top: 1rem;
}
.tracking-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.75rem;
    padding: 0.5rem 1rem;
    background: rgba(229,9,20,0.15);
    border: 1px solid var(--dadflix-red);
    color: var(--dadflix-red);
    border-radius: 6px;
    font-size: 0.85rem;
    font-family: var(--ff-head);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all var(--transition);
}
.tracking-link-btn:hover { background: var(--dadflix-red); color: #fff; }

/* ============================================================
   ADMIN PAGES
   ============================================================ */
.admin-page {
    background: #0e0e10;
    min-height: 100vh;
    color: var(--warm-white);
    font-family: var(--ff-body);
}
.admin-header {
    background: #111113;
    border-bottom: 1px solid var(--border-subtle);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.admin-header .admin-brand {
    font-family: var(--ff-head);
    font-size: 1.1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--warm-white);
}
.admin-header .admin-brand span { color: var(--dadflix-red); }
.admin-body { padding: 2rem; max-width: 1400px; margin: 0 auto; }
.admin-search-bar {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}
.admin-search-bar input {
    flex: 1;
    min-width: 220px;
    background: #1a1a1d;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 0.65rem 1rem;
    color: var(--warm-white);
    font-size: 0.9rem;
}
.admin-search-bar input:focus { outline: none; border-color: var(--dadflix-red); }
.admin-table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.admin-table th {
    background: #1a1a1d;
    color: rgba(247,244,239,0.5);
    font-family: var(--ff-head);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid var(--border-subtle);
}
.admin-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color: var(--warm-white);
    vertical-align: top;
}
.admin-table tr:hover td { background: rgba(255,255,255,0.02); }
.status-pill {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 4px;
    font-size: 0.7rem;
    font-family: var(--ff-head);
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(212,175,55,0.15);
    color: var(--soft-gold);
    border: 1px solid rgba(212,175,55,0.3);
    white-space: nowrap;
}
.status-pill.shipped   { background: rgba(34,197,94,0.1);  color: #4ade80; border-color: rgba(34,197,94,0.3); }
.status-pill.completed { background: rgba(34,197,94,0.15); color: #4ade80; border-color: rgba(34,197,94,0.4); }
.status-pill.action    { background: rgba(229,9,20,0.15);  color: #ff6b6b; border-color: rgba(229,9,20,0.4); }
.admin-btn {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    border-radius: 4px;
    font-family: var(--ff-head);
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid var(--dadflix-red);
    background: transparent;
    color: var(--dadflix-red);
    text-decoration: none;
    transition: all var(--transition);
    white-space: nowrap;
}
.admin-btn:hover { background: var(--dadflix-red); color: #fff; }
.admin-btn.success { border-color: #4ade80; color: #4ade80; }
.admin-btn.success:hover { background: #4ade80; color: #000; }
.admin-card {
    background: #1a1a1d;
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}
.admin-card h3 {
    font-family: var(--ff-head);
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--dadflix-red);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--border-subtle);
}
.admin-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.admin-field { display: flex; flex-direction: column; gap: 0.35rem; margin-bottom: 0.75rem; }
.admin-field label {
    font-size: 0.7rem;
    color: rgba(247,244,239,0.5);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.admin-field .val { font-size: 0.875rem; color: var(--warm-white); line-height: 1.5; }
.admin-input {
    background: #111113;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    padding: 0.6rem 0.9rem;
    color: var(--warm-white);
    font-size: 0.875rem;
    width: 100%;
    font-family: var(--ff-body);
}
.admin-input:focus { outline: none; border-color: var(--dadflix-red); }
.admin-select { appearance: none; cursor: pointer; }
.admin-textarea { resize: vertical; min-height: 80px; }
.admin-success-msg {
    background: rgba(34,197,94,0.1);
    border: 1px solid rgba(34,197,94,0.3);
    color: #4ade80;
    padding: 0.75rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.photo-thumbs { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 0.5rem; }
.photo-thumbs a {
    display: block;
    width: 70px; height: 70px;
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
    overflow: hidden;
    color: var(--muted-gray);
    font-size: 0.65rem;
    text-align: center;
    line-height: 70px;
    text-decoration: none;
}

/* ============================================================
   ORDER SUMMARY — updated for shipping line
   ============================================================ */
.summary-shipping-free { color: #4ade80; font-size: 0.85rem; }

/* ============================================================
   RESPONSIVE ADDITIONS
   ============================================================ */
@media (max-width: 768px) {
    .specs-grid { grid-template-columns: repeat(2, 1fr); }
    .admin-grid-2 { grid-template-columns: 1fr; }
    .tracking-result-header { flex-direction: column; }
    .admin-body { padding: 1rem; }
    .admin-header { padding: 1rem; }
}
@media (max-width: 480px) {
    .specs-grid { grid-template-columns: 1fr 1fr; }
}

/* ============================================================
   HERO EYEBROW
   ============================================================ */
.hero-eyebrow {
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(247,244,239,.6);
    font-family: 'Inter', sans-serif;
    margin: 0 0 .6rem;
    font-weight: 500;
}

/* ============================================================
   HERO URGENCY NOTICE
   ============================================================ */
.hero-urgency {
    font-size: .78rem;
    color: rgba(247,244,239,.55);
    margin: .6rem 0 0;
    line-height: 1.5;
}
.hero-urgency strong { color: var(--dadflix-red); }

/* ============================================================
   PHOTO UPLOAD HINT
   ============================================================ */
.photo-hint {
    font-size: .85rem;
    color: var(--muted-gray);
    margin-bottom: 1rem;
}

/* ============================================================
   FORM — OPTIONAL LABEL TAG
   ============================================================ */
.form-section-optional {
    font-size: .75rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: rgba(247,244,239,.4);
    text-transform: none;
    letter-spacing: 0;
}

/* ============================================================
   KEYCHAIN SECTION LAYOUT
   ============================================================ */
.keychain-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0;
    max-width: 800px;
}
.keychain-image-col {
    flex: 1;
    min-width: 260px;
    max-width: 380px;
}
.keychain-details-col {
    flex: 1;
    min-width: 240px;
    max-width: 340px;
}
.keychain-option { margin-bottom: 1.25rem; }
.keychain-option--divider {
    border-top: 1px solid rgba(255,255,255,.07);
    padding-top: 1.25rem;
    margin-bottom: 0;
}
.keychain-option-name {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    color: var(--warm-white);
    margin-bottom: .25rem;
}
.keychain-option-desc {
    font-size: .875rem;
    color: rgba(247,244,239,.5);
}
.keychain-option-price {
    font-size: 1.3rem;
    font-family: 'Oswald', sans-serif;
    color: var(--soft-gold);
    margin-top: .35rem;
}
.keychain-hint {
    font-size: .78rem;
    color: rgba(247,244,239,.35);
    margin-top: 1.25rem;
    margin-bottom: 0;
}

/* ============================================================
   FAQ — BOTTOM CTA ROW
   ============================================================ */
.faq-cta {
    text-align: center;
    margin-top: 2.5rem;
}

/* ============================================================
   FINAL CTA — DEADLINE LINE
   ============================================================ */
.cta-deadline {
    font-size: .82rem;
    color: #ff6b6b;
    font-family: var(--ff-head);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

/* ============================================================
   MISC — moved from inline
   ============================================================ */
#summary-keychain-row { display: none; }
.form-errors { max-width: 900px; margin-left: auto; margin-right: auto; }
.form-row--no-top { margin-top: 0; }
