/*
Theme Name: Alyssa & Darel - Luxury Garden Wedding Theme
Theme URI: https://alyssa-darel-wedding.com
Author: Luxury Wedding Design
Author URI: https://alyssa-darel-wedding.com
Description: A cinematic luxury destination garden wedding WordPress & Elementor theme featuring a 3D interactive wax-sealed envelope opening with realistic paper unfolding, smooth scroll transitions, automated website zoom-in, highland venue guide, attire etiquette, entourage, photo gallery, wishing well, and interactive RSVP manager.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wedding, elementor, custom-header, full-width-template, holiday, translation-ready
Text Domain: alyssa-darel
*/

:root {
  --color-teal-primary: #006768;
  --color-teal-dark: #004f50;
  --color-teal-light: #76a99a;
  --color-teal-accent: #b8eedd;
  --color-gold-foil: #c9a86a;
  --color-gold-dark: #8d7038;
  --color-gold-light: #ffdea4;
  --color-bg-ivory: #faf9f5;
  --color-bg-base: #f9faf8;
  --color-text-dark: #191c1b;
  --color-text-muted: #526e6c;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg-base);
  color: var(--color-text-dark);
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

/* Fixed Header & Branding */
.site-header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  background: rgba(250, 249, 245, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 168, 106, 0.25);
  transition: all 0.3s ease;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand-monogram-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}

.brand-crest {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--color-gold-foil);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crest-letter {
  font-family: 'Great Vibes', cursive;
  font-size: 20px;
  color: var(--color-gold-dark);
}

.brand-names .couple-title {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-teal-primary);
}

.brand-names .wedding-tagline {
  display: block;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.main-navigation .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

.main-navigation .nav-menu a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-dark);
  transition: color 0.2s ease;
}

.main-navigation .nav-menu a:hover {
  color: var(--color-teal-primary);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-replay-envelope {
  background: transparent;
  border: 1px solid var(--color-gold-foil);
  color: var(--color-gold-dark);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-replay-envelope:hover {
  background: var(--color-gold-foil);
  color: #fff;
}

.btn-rsvp {
  background: var(--color-teal-primary);
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-rsvp:hover {
  background: var(--color-teal-dark);
}

/* Sections Base */
.wedding-section {
  padding: 80px 24px;
  position: relative;
}

.wedding-section:nth-child(even) {
  background-color: #f4f6f4;
}

.section-container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.section-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-gold-dark);
  margin-bottom: 8px;
}

.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 600;
  color: var(--color-teal-primary);
  margin: 0 0 12px;
}

.section-subheading {
  font-size: 15px;
  color: var(--color-text-muted);
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

/* Welcome Hero Section */
.welcome-hero-section {
  padding: 140px 24px 80px;
  background: linear-gradient(180deg, #e6f4f1 0%, #f0f9f7 60%, #f9faf8 100%);
}

.section-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--color-gold-dark);
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-couple-title {
  font-family: 'Pinyon Script', 'Great Vibes', cursive;
  font-size: 72px;
  color: var(--color-teal-primary);
  margin: 0 0 8px;
  font-weight: normal;
}

.hero-date-location {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: #3e504f;
  margin-bottom: 30px;
}

.wedding-countdown {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 36px;
}

.countdown-unit {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.4);
  box-shadow: 0 4px 15px rgba(0, 103, 104, 0.08);
  border-radius: 12px;
  padding: 14px 20px;
  min-width: 80px;
}

.countdown-unit .number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-teal-primary);
}

.countdown-unit .label {
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.hero-action-buttons {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.btn-primary-hero {
  background: var(--color-teal-primary);
  color: var(--color-gold-light);
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 103, 104, 0.25);
  transition: all 0.2s ease;
}

.btn-primary-hero:hover {
  background: var(--color-teal-dark);
  transform: translateY(-2px);
}

.btn-secondary-hero {
  background: #fff;
  color: var(--color-teal-primary);
  border: 1px solid var(--color-gold-foil);
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.btn-secondary-hero:hover {
  background: #fdfbf7;
}

/* Milestones Story Grid */
.story-milestones {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  text-align: left;
}

.milestone-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
}

.milestone-year {
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--color-gold-dark);
  background: #fbf7ee;
  border: 1px solid rgba(201, 168, 106, 0.4);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.milestone-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--color-teal-primary);
  margin: 0 0 10px;
}

.milestone-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* Itinerary Grid */
.itinerary-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  text-align: left;
}

.itinerary-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 14px;
  padding: 24px;
  transition: transform 0.2s ease;
}

.itinerary-card.featured-event {
  border-color: var(--color-gold-foil);
  background: #fdfcf9;
  box-shadow: 0 10px 30px rgba(201, 168, 106, 0.15);
}

.card-time {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--color-teal-primary);
  margin-bottom: 8px;
}

.itinerary-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-text-dark);
  margin: 0 0 8px;
}

.itinerary-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.5;
  margin: 0;
}

/* Venue Showcase */
.venue-showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
  text-align: left;
}

.venue-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 14px;
  padding: 24px;
}

.venue-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  color: var(--color-teal-primary);
  margin: 0 0 4px;
}

.venue-type {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold-dark);
  margin-bottom: 10px;
}

.venue-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0;
}

.highland-weather-box {
  background: #f8faf9;
  border: 1px solid rgba(0, 103, 104, 0.2);
  border-radius: 16px;
  padding: 24px;
  max-width: 680px;
  margin: 0 auto;
}

.weather-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-teal-primary);
  margin-bottom: 16px;
}

.weather-stats {
  display: flex;
  justify-content: space-around;
  margin-bottom: 14px;
}

.weather-stats .val {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-teal-primary);
}

.weather-stats .lbl {
  font-size: 11px;
  color: var(--color-text-muted);
}

.weather-note {
  font-size: 12px;
  color: var(--color-text-muted);
  margin: 0;
}

/* Attire Swatches */
.color-palette-swatches {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

.swatch-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.swatch-color {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.swatch-name {
  font-size: 11px;
  color: var(--color-text-muted);
}

.attire-notes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  text-align: left;
}

.attire-note-box {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 14px;
  padding: 22px;
}

.attire-note-box h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-teal-primary);
  margin: 0 0 8px;
}

.attire-note-box p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--color-text-muted);
  margin: 0;
}

/* Entourage */
.entourage-columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  text-align: left;
}

.entourage-group {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 14px;
  padding: 24px;
}

.entourage-group h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-teal-primary);
  margin: 0 0 12px;
}

.entourage-group p {
  font-size: 13px;
  color: var(--color-text-dark);
  line-height: 1.7;
  margin: 0 0 6px;
}

/* Travel Grid */
.travel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  text-align: left;
}

.travel-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.3);
  border-radius: 14px;
  padding: 24px;
}

.travel-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-teal-primary);
  margin: 0 0 8px;
}

.travel-card p {
  font-size: 13px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin: 0 0 12px;
}

.code-pill, .tip-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 16px;
  background: #fdf7ee;
  color: var(--color-gold-dark);
  border: 1px solid rgba(201, 168, 106, 0.4);
}

/* Registry Cards */
.registry-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.registry-card {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.35);
  border-radius: 14px;
  padding: 24px;
}

.registry-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  color: var(--color-teal-primary);
  margin: 0 0 8px;
}

.acc-name {
  font-size: 12px;
  color: var(--color-text-muted);
  margin: 0 0 4px;
}

.acc-num {
  font-family: monospace;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-gold-dark);
  margin: 0;
}

/* RSVP Form */
.wedding-form {
  background: #fff;
  border: 1px solid rgba(201, 168, 106, 0.4);
  box-shadow: 0 10px 35px rgba(0, 103, 104, 0.08);
  border-radius: 20px;
  padding: 36px;
  max-width: 620px;
  margin: 0 auto;
  text-align: left;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--color-teal-primary);
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #d5dedc;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  background: #fafbfb;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--color-teal-primary);
  background: #fff;
}

.btn-submit-rsvp {
  width: 100%;
  padding: 14px;
  background: var(--color-teal-primary);
  color: var(--color-gold-light);
  border: none;
  border-radius: 30px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 103, 104, 0.25);
  transition: all 0.2s;
}

.btn-submit-rsvp:hover {
  background: var(--color-teal-dark);
}

.rsvp-status-message {
  margin-top: 15px;
  padding: 12px;
  border-radius: 10px;
  font-size: 13px;
  text-align: center;
  display: none;
}

.rsvp-status-message.success {
  display: block;
  background: #e8f7f0;
  color: #0d6840;
  border: 1px solid #a3e0c4;
}

/* Site Footer */
.site-footer {
  background: #142222;
  color: #d8e5e3;
  padding: 60px 24px;
  text-align: center;
}

.footer-monogram {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid var(--color-gold-foil);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-monogram .monogram-letter {
  font-family: 'Great Vibes', cursive;
  font-size: 26px;
  color: var(--color-gold-light);
}

.footer-couple-names {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #fff;
  margin: 0 0 6px;
}

.footer-location-date {
  font-size: 13px;
  color: #8fa8a5;
  margin: 0 0 16px;
}

.footer-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--color-gold-light);
  max-width: 500px;
  margin: 0 auto 24px;
}

.footer-nav {
  margin-bottom: 24px;
}

.footer-nav a {
  color: #c0d5d2;
  text-decoration: none;
  font-size: 13px;
  margin: 0 8px;
  transition: color 0.2s;
}

.footer-nav a:hover {
  color: var(--color-gold-light);
}

.site-info p {
  font-size: 11px;
  color: #6d8481;
  margin: 0;
}
