/* ==========================================================================
   In Focus — Pro Headshots by Mangra
   Mangra Studios · Campaign Landing Page
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. Reset & Tokens
   -------------------------------------------------------------------------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:      #163853;
  --teal:      #1DC4CC;
  --yellow:    #FFCA07;
  --pink:      #F178AA;
  --near-black:#181F25;
  --white:     #FFFFFF;
  --off-white: #F4F1EE;
  --mid-gray:  #9AA5B1;
  --section-pad: clamp(64px, 8vw, 120px);
}

html { scroll-behavior: smooth; }
body { background: var(--near-black); color: var(--white); font-family: 'Inter', sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }

/* --------------------------------------------------------------------------
   2. Shared Utilities
   -------------------------------------------------------------------------- */
.tag { display: inline-block; font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; padding: 5px 14px; border-radius: 100px; }
.tag--teal { background: rgba(29,196,204,0.12); color: var(--teal); border: 1px solid rgba(29,196,204,0.3); }
.section-label { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); margin-bottom: 16px; }
.section-divider { height: 1px; background: linear-gradient(to right, transparent, rgba(29,196,204,0.2), transparent); margin: 0 clamp(24px, 5vw, 80px); }

/* --------------------------------------------------------------------------
   3. Hero
   -------------------------------------------------------------------------- */
.hero { position: relative; min-height: 100svh; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
@media (max-width: 768px) { .hero { grid-template-columns: 1fr; min-height: auto; } }
.hero__image-panel { position: relative; min-height: clamp(380px, 55vw, 700px); }
@media (max-width: 768px) { .hero__image-panel { min-height: 55vw; } }
/* <picture> is inline by default — it must fill the panel or the img's
   height:100% has no box to resolve against and the hero collapses. */
.hero__image-panel picture { display: block; width: 100%; height: 100%; }
.hero__image-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: brightness(0.88) contrast(1.05); }
.hero__watermark { position: absolute; bottom: 32px; left: 24px; writing-mode: vertical-rl; text-orientation: mixed; font-family: 'Playfair Display', serif; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.35); pointer-events: none; }
.hero__image-panel::after { content: ''; position: absolute; top: 0; right: 0; width: 3px; height: 100%; background: linear-gradient(to bottom, var(--teal), transparent); z-index: 2; }
.hero__content { background: var(--near-black); display: flex; flex-direction: column; justify-content: center; padding: clamp(40px, 6vw, 80px) clamp(32px, 5vw, 72px); position: relative; }
.hero__content::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(29,196,204,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(29,196,204,0.03) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.hero__eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.hero__eyebrow-line { flex: 1; max-width: 40px; height: 1px; background: var(--teal); }
.hero__headline { font-family: 'Playfair Display', serif; font-weight: 900; line-height: 1.0; margin-bottom: 8px; }
.hero__headline-main { display: block; font-size: clamp(52px, 7vw, 88px); color: var(--white); letter-spacing: -0.02em; }
.hero__headline-sub { display: block; font-size: clamp(20px, 2.8vw, 34px); color: var(--teal); font-style: italic; font-weight: 400; letter-spacing: 0.02em; margin-top: 4px; }
.hero__desc { font-size: clamp(15px, 1.4vw, 17px); color: var(--mid-gray); font-weight: 300; line-height: 1.7; max-width: 440px; margin: 24px 0 36px; }
.hero__price-block { display: inline-flex; align-items: baseline; gap: 6px; margin-bottom: 40px; }
.hero__price-currency { font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 600; color: var(--yellow); opacity: 0.8; }
.hero__price-amount { font-family: 'Playfair Display', serif; font-size: clamp(48px, 6vw, 72px); font-weight: 900; color: var(--yellow); line-height: 1; }
.hero__price-note { font-size: 13px; color: var(--mid-gray); font-weight: 400; margin-left: 4px; align-self: flex-end; padding-bottom: 8px; }
.hero__cta { display: inline-flex; align-items: center; gap: 12px; background: var(--teal); color: var(--near-black); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; padding: 18px 36px; border-radius: 4px; transition: background 0.2s, transform 0.2s; cursor: pointer; border: none; align-self: flex-start; }
.hero__cta:hover { background: #24dce5; transform: translateY(-2px); }
.hero__cta svg { flex-shrink: 0; }
.hero__trust { display: flex; align-items: center; gap: 20px; margin-top: 28px; flex-wrap: wrap; }
.hero__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--mid-gray); }
.hero__trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); flex-shrink: 0; }

/* --------------------------------------------------------------------------
   4. Stats Bar
   -------------------------------------------------------------------------- */
.stats-bar { background: var(--navy); border-top: 1px solid rgba(29,196,204,0.15); border-bottom: 1px solid rgba(29,196,204,0.15); padding: 36px clamp(24px, 5vw, 80px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 640px) { .stats-bar { grid-template-columns: repeat(2, 1fr); } }
.stat { text-align: center; padding: 8px; border-right: 1px solid rgba(255,255,255,0.06); }
.stat:last-child { border-right: none; }
.stat__number { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 42px); font-weight: 900; color: var(--yellow); line-height: 1; }
.stat__label { font-size: 12px; font-weight: 500; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid-gray); margin-top: 6px; }

/* --------------------------------------------------------------------------
   5. Deliverables
   -------------------------------------------------------------------------- */
.deliverables { padding: var(--section-pad) clamp(24px, 5vw, 80px); max-width: 1200px; margin: 0 auto; }
.deliverables__header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 64px; }
@media (max-width: 768px) { .deliverables__header { grid-template-columns: 1fr; gap: 24px; } }
.deliverables__headline { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1.15; color: var(--white); }
.deliverables__headline em { font-style: italic; color: var(--teal); }
.deliverables__intro { font-size: 16px; color: var(--mid-gray); line-height: 1.8; font-weight: 300; }
.deliverables__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
@media (max-width: 900px) { .deliverables__grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .deliverables__grid { grid-template-columns: 1fr; } }
.deliverable-card { background: rgba(22,56,83,0.25); border: 1px solid rgba(29,196,204,0.1); padding: 36px 32px; transition: background 0.25s, border-color 0.25s; position: relative; overflow: hidden; }
.deliverable-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(to right, var(--teal), transparent); opacity: 0; transition: opacity 0.25s; }
.deliverable-card:hover { background: rgba(22,56,83,0.5); border-color: rgba(29,196,204,0.25); }
.deliverable-card:hover::before { opacity: 1; }
.deliverable-card__icon { width: 44px; height: 44px; border-radius: 8px; background: rgba(29,196,204,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.deliverable-card__icon svg { color: var(--teal); }
.deliverable-card__title { font-family: 'Playfair Display', serif; font-size: 19px; font-weight: 700; color: var(--white); margin-bottom: 8px; }
.deliverable-card__desc { font-size: 14px; color: var(--mid-gray); line-height: 1.7; }
.deliverable-card__number { position: absolute; top: 24px; right: 28px; font-family: 'Playfair Display', serif; font-size: 56px; font-weight: 900; color: rgba(255,255,255,0.03); line-height: 1; pointer-events: none; }

/* --------------------------------------------------------------------------
   6. Bonus — NFC Card
   -------------------------------------------------------------------------- */
.bonus { background: linear-gradient(135deg, rgba(241,120,170,0.08) 0%, rgba(22,56,83,0.6) 60%); border: 1px solid rgba(241,120,170,0.2); border-radius: 8px; padding: clamp(40px, 5vw, 72px) clamp(32px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; max-width: 1200px; margin-left: auto; margin-right: auto; }
@media (max-width: 640px) { .bonus { grid-template-columns: 1fr; gap: 28px; } }
.bonus__eyebrow { color: var(--pink); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; margin-bottom: 12px; }
.bonus__title { font-family: 'Playfair Display', serif; font-size: clamp(24px, 3vw, 38px); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 16px; }
.bonus__desc { font-size: 15px; color: var(--mid-gray); line-height: 1.75; max-width: 520px; }
.bonus__value-pill { background: var(--pink); color: var(--white); font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 700; padding: 16px 28px; border-radius: 8px; text-align: center; white-space: nowrap; }
.bonus__value-label { font-size: 10px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.8; display: block; margin-bottom: 4px; }
.bonus__value-amount { font-size: 28px; font-weight: 900; font-family: 'Playfair Display', serif; display: block; line-height: 1; }

@keyframes float { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }
.nfc-card-float { max-width: 260px; width: 100%; margin: 28px 0 0; border-radius: 12px; animation: float 3.5s ease-in-out infinite; filter: drop-shadow(0 16px 32px rgba(29,196,204,0.2)); }

/* --------------------------------------------------------------------------
   7. Pricing
   -------------------------------------------------------------------------- */
.pricing { padding: var(--section-pad) clamp(24px, 5vw, 80px); max-width: 900px; margin: 0 auto; text-align: center; }
.pricing__headline { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4.5vw, 56px); font-weight: 700; line-height: 1.15; color: var(--white); margin-bottom: 16px; }
.pricing__sub { font-size: 16px; color: var(--mid-gray); max-width: 500px; margin: 0 auto 52px; line-height: 1.7; }
.pricing__card { background: var(--navy); border: 1px solid rgba(29,196,204,0.2); border-radius: 12px; padding: clamp(40px, 6vw, 72px); position: relative; overflow: hidden; }
.pricing__card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right, var(--teal), var(--yellow)); }
.pricing__amount-row { display: flex; align-items: baseline; justify-content: center; gap: 6px; margin-bottom: 36px; }
.pricing__currency { font-size: 26px; font-weight: 600; color: var(--yellow); font-family: 'Inter', sans-serif; }
.pricing__amount { font-family: 'Playfair Display', serif; font-size: clamp(64px, 10vw, 104px); font-weight: 900; line-height: 1; color: var(--yellow); }
.pricing__checklist { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; text-align: left; margin-bottom: 48px; }
@media (max-width: 560px) { .pricing__checklist { grid-template-columns: 1fr; } }
.pricing__checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.5; }
.pricing__check { width: 20px; height: 20px; border-radius: 50%; background: rgba(29,196,204,0.12); border: 1px solid rgba(29,196,204,0.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.pricing__check svg { color: var(--teal); }
.pricing__bonus-line { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 14px; color: var(--pink); margin-bottom: 40px; padding: 14px 20px; background: rgba(241,120,170,0.06); border: 1px dashed rgba(241,120,170,0.2); border-radius: 6px; }
.pricing__cta-btn { display: inline-block; background: var(--teal); color: var(--near-black); font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 20px 56px; border-radius: 4px; border: none; cursor: pointer; transition: background 0.2s, transform 0.2s; text-decoration: none; }
.pricing__cta-btn:hover { background: #24dce5; transform: translateY(-2px); }
.pricing__guarantee { font-size: 13px; color: var(--mid-gray); margin-top: 20px; }

/* --------------------------------------------------------------------------
   8. Booking
   -------------------------------------------------------------------------- */
.booking-section { background: rgba(22,56,83,0.2); border-top: 1px solid rgba(29,196,204,0.1); border-bottom: 1px solid rgba(29,196,204,0.1); padding: var(--section-pad) clamp(24px, 5vw, 80px); }
.booking-section__inner { max-width: 760px; margin: 0 auto; }
.booking-section__header { text-align: center; margin-bottom: 52px; }
.booking-section__headline { font-family: 'Playfair Display', serif; font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; color: var(--white); line-height: 1.2; margin-bottom: 14px; }
.booking-section__sub { font-size: 15px; color: var(--mid-gray); line-height: 1.7; }

/* --------------------------------------------------------------------------
   9. Error Page (404)
   -------------------------------------------------------------------------- */
.error-page { min-height: 100svh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: clamp(40px, 6vw, 80px) clamp(24px, 5vw, 72px); position: relative; }
.error-page::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(29,196,204,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(29,196,204,0.03) 1px, transparent 1px); background-size: 40px 40px; pointer-events: none; }
.error-page > * { position: relative; }
.error-page__logo { height: 52px; width: auto; margin-bottom: 40px; }
.error-page__code { font-family: 'Playfair Display', serif; font-size: clamp(88px, 16vw, 180px); font-weight: 900; line-height: 0.9; color: var(--teal); letter-spacing: -0.03em; }
.error-page__headline { font-family: 'Playfair Display', serif; font-size: clamp(26px, 4vw, 44px); font-weight: 700; color: var(--white); line-height: 1.15; margin: 20px 0 16px; }
.error-page__headline em { font-style: italic; color: var(--teal); }
.error-page__desc { font-size: clamp(15px, 1.4vw, 17px); color: var(--mid-gray); font-weight: 300; line-height: 1.7; max-width: 460px; margin: 0 auto 40px; }
.error-page__cta { display: inline-flex; align-items: center; gap: 12px; background: var(--teal); color: var(--near-black); font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; padding: 18px 36px; border-radius: 4px; transition: background 0.2s, transform 0.2s; }
.error-page__cta:hover { background: #24dce5; transform: translateY(-2px); }
.error-page__cta svg { flex-shrink: 0; }

/* --------------------------------------------------------------------------
   10. Footer — Disclaimer & Brand Strip
   -------------------------------------------------------------------------- */
.disclaimer-strip { text-align: center; padding: 20px clamp(24px, 5vw, 80px); max-width: 720px; margin: 0 auto; }
.disclaimer-strip p { font-size: 11px; color: var(--mid-gray); line-height: 1.7; opacity: 0.65; }
.brand-strip { padding: 32px clamp(24px, 5vw, 80px); text-align: center; border-top: 1px solid rgba(255,255,255,0.06); }
.brand-strip__logo { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; color: var(--white); letter-spacing: 0.05em; display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-strip__tagline { font-size: 12px; color: var(--mid-gray); margin-top: 6px; letter-spacing: 0.08em; }
