/*
Theme Name: HotWifeZiggy
Theme URI: https://hotwifeziggy.com
Author: HotWifeZiggy
Description: Official HotWifeZiggy website — Ferrari red, black & white. Hotwife lifestyle, polyamorous, open marriage journey from mild to extreme.
Version: 1.0
License: Private
Text Domain: hotwifeziggy
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Montserrat:wght@200;300;400;500;600&display=swap');

/* ─── RESET ─────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
html, body { background: #000; color: #fff; font-family: 'Montserrat', sans-serif; font-weight: 300; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }

/* WP admin bar offset */
.admin-bar .site-nav { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-nav { top: 46px; } }

/* ─── NAV ────────────────────────────────────── */
.site-nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 60px; background: #000;
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  height: 65px;
}
.site-logo { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: #fff; }
.site-logo span { color: #FF1493; }
.nav-menu { display: flex; gap: 36px; list-style: none; }
.nav-menu a { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: #fff; font-weight: 500; transition: color 0.2s; }
.nav-menu a:hover { color: #FF1493; }
.nav-cta { background: #FF1493; color: #fff; padding: 12px 28px; font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }
.nav-cta:hover { background: #d4006e; color: #fff; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-toggle span { display: block; width: 24px; height: 1px; background: #fff; margin: 6px 0; transition: all 0.3s; }
.nav-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; }
.nav-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─── HERO ───────────────────────────────────── */
.hero-section {
  position: relative; height: calc(100vh - 65px); min-height: 700px;
  overflow: hidden; background: #0d0010; margin-top: 65px;
}
.hero-photo {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: 68% top; display: block;
  transform: scale(1.12); transform-origin: 68% top;
}
.hero-vignette {
  position: absolute; left: 0; top: 0; width: 100%; height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.0) 38%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.75) 63%, rgba(0,0,0,0.97) 74%);
}
.hero-vignette-bottom {
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: linear-gradient(to top, #000, transparent);
}
.hero-content {
  position: absolute; right: 0; top: 0; bottom: 0; width: 35%;
  display: flex; flex-direction: column; justify-content: center;
  padding: 60px 50px 60px 20px; z-index: 2;
}
.hero-eyebrow { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; color: #FF1493; margin-bottom: 20px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: 72px; font-weight: 400; line-height: 1.0; margin-bottom: 10px; color: #fff; }
.hero-title em { font-style: italic; color: #FF1493; }
.hero-subtitle { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-style: italic; color: rgba(255,255,255,0.85); margin-bottom: 26px; }
.hero-desc { font-size: 12px; line-height: 2; color: rgba(255,255,255,0.75); max-width: 400px; margin-bottom: 36px; }
.hero-buttons { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-pink { display: inline-block; background: #FF1493; color: #fff; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }
.btn-pink:hover { background: #d4006e; color: #fff; }
.btn-white { display: inline-block; background: #fff; color: #000; padding: 16px 36px; font-family: 'Montserrat', sans-serif; font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; font-weight: 700; transition: background 0.2s; }
.btn-white:hover { background: #e0e0e0; color: #000; }

/* ─── TEASER ─────────────────────────────────── */
.teaser-section { background: #000; padding: 70px 60px; border-top: 1px solid rgba(255,20,147,0.15); border-bottom: 1px solid rgba(255,20,147,0.15); }
.teaser-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.teaser-quote { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 400; font-style: italic; line-height: 1.6; color: #fff; margin-bottom: 28px; }
.teaser-quote em { color: #FF1493; }
.teaser-sub { font-size: 12px; line-height: 2; color: rgba(255,255,255,0.6); max-width: 560px; margin: 0 auto 28px; }
.teaser-divider { width: 40px; height: 1px; background: #FF1493; margin: 0 auto; }

/* ─── ABOUT ──────────────────────────────────── */
.about-section { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.about-img-col { position: relative; height: auto; overflow: hidden; background: #f5f0f5; }
.about-img { width: 100%; height: auto; display: block; object-fit: contain; object-position: center bottom; }
.about-shade { position: absolute; inset: 0; background: linear-gradient(to right, transparent 65%, rgba(0,0,0,0.5) 85%, #000 100%); }
.about-text { background: #000; display: flex; flex-direction: column; justify-content: flex-start; padding: 80px 70px 60px 56px; }
.section-label { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #FF1493; margin-bottom: 22px; }
.about-heading { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 400; line-height: 1.25; color: #fff; margin-bottom: 24px; }
.about-heading em { font-style: italic; color: #FF1493; }
.about-body { font-size: 12px; line-height: 2; color: rgba(255,255,255,0.8); margin-bottom: 28px; }
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tag { border: 1px solid rgba(255,255,255,0.2); padding: 7px 16px; font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
.tag.active { border-color: #FF1493; color: #FF1493; }

/* ─── JOURNEY ────────────────────────────────── */
.journey-section { padding: 80px 60px; background: #060606; }
.section-header { text-align: center; margin-bottom: 50px; }
.section-header h2 { font-family: 'Playfair Display', serif; font-size: 42px; font-weight: 400; color: #FF1493; margin-bottom: 12px; }
.section-header p { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.35); }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(255,20,147,0.15); }
.journey-card { background: #060606; padding: 36px 32px; position: relative; overflow: hidden; cursor: pointer; border-top: 2px solid rgba(255,20,147,0.2); transition: background 0.2s; }
.journey-card:hover { background: #0d0010; }
.journey-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: #FF1493; transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.journey-card:hover::after { transform: scaleX(1); }
.jnum { font-family: 'Playfair Display', serif; font-size: 60px; color: rgba(255,20,147,0.12); font-weight: 700; position: absolute; top: 10px; right: 16px; line-height: 1; }
.jlabel { font-size: 8px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 12px; }
.jtitle { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 400; color: #FF1493; margin-bottom: 12px; line-height: 1.3; }
.jdesc { font-size: 11px; line-height: 1.9; color: rgba(255,255,255,0.6); }

/* ─── SYMBOL / RING ──────────────────────────── */
.ring-section { display: grid; grid-template-columns: 1fr 1fr; background: #000; align-items: start; }
.ring-img-col { position: relative; height: auto; min-height: 700px; overflow: visible; background: #0d0010; }
.ring-img { width: 100%; height: 100%; object-fit: contain; object-position: center top; display: block; }
.ring-img-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 50%, #000 100%); }
.ring-img-col::after { content: ''; position: absolute; top: 0; bottom: 0; right: 0; width: 3px; background: linear-gradient(to bottom, transparent, #FF1493, transparent); }
.ring-text { background: #000; display: flex; flex-direction: column; justify-content: center; padding: 70px 70px 70px 56px; position: relative; }
.ring-text::before { content: ''; position: absolute; top: 70px; left: 0; width: 1px; height: 80px; background: linear-gradient(to bottom, transparent, #FF1493, transparent); }
.ring-eyebrow { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #FF1493; margin-bottom: 22px; }
.ring-heading { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 400; line-height: 1.2; color: #FF1493; margin-bottom: 8px; }
.ring-heading em { font-style: italic; }
.ring-subheading { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-style: italic; color: rgba(255,255,255,0.5); margin-bottom: 30px; }
.ring-rule { width: 40px; height: 1px; background: #FF1493; margin-bottom: 22px; }
.ring-body { font-size: 12px; line-height: 2; color: rgba(255,255,255,0.75); margin-bottom: 34px; max-width: 400px; }
.ring-detail { font-size: 9px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* ─── PLATFORMS / SOCIALS ────────────────────── */
.platforms-section { padding: 70px 60px 30px; background: #000; }
.platforms-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; margin-top: 36px; }
.platform { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.08); padding: 36px 28px; text-align: center; display: block; text-decoration: none; color: inherit; transition: border-color 0.2s; }
.platform:hover { border-color: rgba(255,20,147,0.5); }
.pname { font-size: 8px; letter-spacing: 0.25em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 10px; }
.phandle { font-family: 'Playfair Display', serif; font-size: 20px; font-style: italic; color: #fff; }
.pcta { display: inline-block; margin-top: 18px; font-size: 8px; letter-spacing: 0.2em; text-transform: uppercase; color: #FF1493; border-bottom: 1px solid rgba(255,20,147,0.35); padding-bottom: 3px; }
.platform:hover .pcta { border-color: #FF1493; }

/* ─── GALLERY ────────────────────────────────── */
.gallery-intro { background: #000; padding: 20px 60px; text-align: center; }
.gallery-intro-label { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: #FF1493; margin-bottom: 14px; }
.gallery-intro-heading { font-family: 'Playfair Display', serif; font-size: 38px; font-weight: 400; color: #fff; margin-bottom: 20px; }
.gallery-intro-rule { width: 40px; height: 1px; background: #FF1493; margin: 0 auto; }
.gallery-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; height: 500px; gap: 3px; }
.gallery-item { position: relative; overflow: hidden; background: #111; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform 0.6s; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 22px; background: linear-gradient(to top, rgba(0,0,0,0.9), transparent); font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.75); }

/* ─── LOCATION BAR ───────────────────────────── */
.location-bar { background: #0a0a0a; padding: 26px 60px; display: flex; align-items: center; justify-content: center; gap: 56px; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); }
.loc { display: flex; align-items: center; gap: 14px; }
.loc-bar { width: 28px; height: 1px; background: #FF1493; }
.loc-text { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.55); }

/* ─── FOOTER ─────────────────────────────────── */
.site-footer { padding: 30px 60px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.07); }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 15px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }
.footer-logo span { color: #FF1493; }
.footer-copy { font-size: 8px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.25); }
.footer-accent { width: 40px; height: 1px; background: #FF1493; }

/* ─── MOBILE ─────────────────────────────────── */
@media (max-width: 768px) {
  /* Nav */
  .site-nav { padding: 0 20px; height: 56px; }
  .nav-menu { display: none; position: fixed; top: 56px; left: 0; right: 0; background: #000; flex-direction: column; padding: 30px 24px; gap: 24px; border-bottom: 1px solid rgba(255,20,147,0.2); z-index: 999; }
  .nav-menu.open { display: flex; }
  .nav-cta { display: none; }
  .nav-toggle { display: block; }

  /* Hero */
  .hero-section { height: auto; min-height: 100svh; margin-top: 56px; display: flex; flex-direction: column; }
  .hero-photo { position: relative; top: auto; left: auto; width: 100%; height: 60vw; min-height: 320px; object-fit: cover; object-position: center top; transform: none; display: block; flex-shrink: 0; }
  .hero-vignette { position: absolute; left: 0; right: 0; top: 56px; width: 100%; height: 60vw; min-height: 320px; background: linear-gradient(to bottom, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.85) 100%); }
  .hero-vignette-bottom { display: none; }
  .hero-content { position: relative; right: auto; top: auto; bottom: auto; width: 100%; padding: 30px 24px 50px; background: #000; }
  .hero-title { font-size: 48px; }
  .hero-subtitle { font-size: 24px; }
  .hero-desc { font-size: 11px; max-width: 100%; }
  .hero-buttons { flex-direction: column; gap: 10px; }
  .btn-pink, .btn-white { text-align: center; padding: 14px 20px; display: block; }

  /* Teaser */
  .teaser-section { padding: 50px 24px; }
  .teaser-quote { font-size: 20px; }

  /* About — full photo no crop */
  .about-section { grid-template-columns: 1fr; }
  .about-img-col { height: auto; background: #000; }
  .about-img { width: 100%; height: auto; object-fit: contain !important; object-position: center top !important; max-height: none; }
  .about-shade { background: linear-gradient(to bottom, transparent 80%, #000 100%); }
  .about-text { padding: 36px 24px; }
  .about-heading { font-size: 30px; }

  /* Journey */
  .journey-section { padding: 50px 20px; }
  .journey-grid { grid-template-columns: 1fr; }

  /* Symbol — full photo no crop */
  .ring-section { grid-template-columns: 1fr; }
  .ring-img-col { height: auto; min-height: unset; overflow: visible; background: #0d0010; }
  .ring-img { width: 100%; height: auto; object-fit: contain !important; object-position: center top !important; max-height: none; }
  .ring-img-col::after { display: none; }
  .ring-img-overlay { display: none; }
  .ring-text { padding: 40px 24px; }
  .ring-heading { font-size: 30px; }

  /* Platforms */
  .platforms-section { padding: 50px 20px 20px; }
  .platforms-grid { grid-template-columns: 1fr; }

  /* Gallery — full photos no crop */
  .gallery-intro { padding: 30px 24px 16px; }
  .gallery-intro-heading { font-size: 28px; }
  .gallery-grid { grid-template-columns: 1fr !important; height: auto !important; }
  .gallery-item { height: auto !important; background: #000; }
  .gallery-item img { width: 100%; height: auto; object-fit: contain !important; object-position: center top !important; max-height: none; }
  .gallery-label { position: relative; background: rgba(0,0,0,0.85); }

  /* Location */
  .location-bar { flex-direction: column; gap: 20px; padding: 30px 24px; }

  /* Footer */
  .site-footer { flex-direction: column; gap: 14px; text-align: center; padding: 24px 20px; }
  .footer-accent { display: none; }
}
