/* ===== Two Light Tales - Main Stylesheet ===== */

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

:root {
  --color-red: #d6242a;
  --color-cream: #f4ecd9;
  --color-dark: #1a1a1a;
  --color-text: #4a4a4a;
  --color-light-text: #6f6f6f;
  --font-display: 'Playfair Display', serif;
  --font-script: 'Great Vibes', cursive;
  --font-body: 'Poppins', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  line-height: 1.6;
  background: #fff;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--color-red);
  height: 8px;
  width: 100%;
}

/* ===== HEADER ===== */
.site-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: sticky;
  top: 0;
  z-index: 100;
}

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

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 70px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 35px;
}

.main-nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.main-nav ul li a {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--color-dark);
  text-transform: uppercase;
  transition: color 0.25s;
  position: relative;
  padding-bottom: 6px;
}

.main-nav ul li a:hover,
.main-nav ul li a.active {
  color: var(--color-red);
}

.main-nav ul li a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--color-red);
}

.btn-book {
  background: var(--color-red);
  color: #fff;
  padding: 12px 28px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.btn-book:hover {
  background: #b81e23;
  transform: translateY(-2px);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle span {
  width: 26px;
  height: 3px;
  background: var(--color-dark);
  border-radius: 2px;
}

/* ===== HERO ===== */
.hero {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 450px;
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.35) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.hero-overlay h1 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}

.hero-overlay p {
  font-size: 18px;
  margin-top: 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

.page-hero {
  position: relative;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(20,15,15,0.45);
}

.page-hero-content {
  position: relative;
  z-index: 1;
}

.page-hero-content h1 {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
}

.breadcrumb {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumb a:hover {
  color: var(--color-red);
}

/* ===== TEXTURED SECTION (Philosophy) ===== */
.textured-section {
  background-color: #f3e9d8;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(173, 216, 230, 0.35) 0%, transparent 25%),
    radial-gradient(circle at 85% 15%, rgba(255, 200, 200, 0.35) 0%, transparent 30%),
    radial-gradient(circle at 75% 80%, rgba(255, 220, 150, 0.4) 0%, transparent 35%),
    radial-gradient(circle at 15% 85%, rgba(255, 192, 203, 0.35) 0%, transparent 30%);
  padding: 80px 0;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
}

.philosophy-image {
  position: relative;
}

.philosophy-image img {
  width: 100%;
  border-radius: 4px;
  filter: drop-shadow(0 10px 25px rgba(0,0,0,0.2));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M5,10 Q0,5 8,2 Q40,-2 70,3 Q98,6 96,20 Q100,55 95,80 Q92,100 70,98 Q35,102 10,96 Q-3,90 3,65 Q-2,35 5,10 Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M5,10 Q0,5 8,2 Q40,-2 70,3 Q98,6 96,20 Q100,55 95,80 Q92,100 70,98 Q35,102 10,96 Q-3,90 3,65 Q-2,35 5,10 Z'/%3E%3C/svg%3E");
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
}

.philosophy-text h2 {
  font-family: var(--font-display);
  font-size: 32px;
  color: var(--color-dark);
  margin-bottom: 22px;
}

.philosophy-text p {
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 14px;
  line-height: 1.9;
}

.heart {
  color: var(--color-red);
  font-style: normal;
}

/* ===== SECTION TITLES ===== */
.section-title {
  text-align: center;
  font-family: var(--font-display);
  font-size: 34px;
  color: var(--color-dark);
  padding: 60px 0 35px;
}

/* ===== GALLERY GRID ===== */
.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  padding-bottom: 0;
}

.gallery-grid .g-item {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.gallery-grid .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-grid .g-item:hover img {
  transform: scale(1.08);
}

/* ===== THINGS WE LOVE TO DO ===== */
.love-section {
  background-color: #f3e9d8;
  background-image:
    radial-gradient(circle at 8% 15%, rgba(255, 220, 150, 0.4) 0%, transparent 28%),
    radial-gradient(circle at 90% 25%, rgba(173, 216, 230, 0.3) 0%, transparent 30%),
    radial-gradient(circle at 80% 90%, rgba(255, 192, 203, 0.4) 0%, transparent 32%),
    radial-gradient(circle at 10% 90%, rgba(255, 192, 203, 0.35) 0%, transparent 30%);
  padding: 0 0 70px;
}

.love-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.love-item {
  text-align: center;
}

.love-circle {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 18px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  border: 4px solid #fff;
}

.love-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.4s;
}

.love-item:hover .love-circle img {
  filter: grayscale(0%);
}

.love-item p {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-dark);
}

.love-row-2 {
  margin-top: 45px;
}

/* ===== CONTACT SECTION ===== */
.contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.contact-image {
  height: 100%;
  min-height: 480px;
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form-wrap {
  padding: 70px 60px;
}

.contact-form-wrap h2 {
  font-family: var(--font-display);
  font-size: 32px;
  text-align: center;
  margin-bottom: 35px;
  color: var(--color-dark);
}

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

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--color-dark);
}

.form-group input,
.form-group textarea {
  width: 100%;
  border: none;
  background: #f0f0f0;
  padding: 14px 16px;
  font-size: 14px;
  font-family: var(--font-body);
  border-radius: 2px;
  outline: none;
  transition: background 0.25s;
}

.form-group input:focus,
.form-group textarea:focus {
  background: #e6e6e6;
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.full-width {
  grid-column: 1 / -1;
}

.btn-send {
  background: var(--color-dark);
  color: #fff;
  padding: 14px 36px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.25s;
}

.btn-send:hover {
  background: var(--color-red);
}

.form-status {
  margin-bottom: 15px;
  padding: 12px 16px;
  border-radius: 3px;
  font-size: 14px;
}

.form-status.success {
  background: #e3f5e6;
  color: #2c7a3a;
  border: 1px solid #b6e3bd;
}

.form-status.error {
  background: #fdecec;
  color: #b81e23;
  border: 1px solid #f5c2c2;
}

/* ===== TESTIMONIALS ===== */
.testimonial-section {
  background: linear-gradient(135deg, #fbe2e8 0%, #fdf3e0 50%, #fbe2e8 100%);
  padding-bottom: 80px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 35px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.testimonial-card h4 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--color-dark);
  margin-bottom: 8px;
}

.testimonial-card .stars {
  color: var(--color-red);
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testimonial-card p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 1.85;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #111111;
  color: #cfcfcf;
  padding: 60px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}

.footer-grid h3 {
  color: #fff;
  font-family: var(--font-display);
  font-size: 22px;
  margin-bottom: 22px;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links li::before {
  content: '• ';
  color: var(--color-red);
}

.footer-links a:hover {
  color: var(--color-red);
}

.footer-links-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.contact-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 14px;
}

.contact-info .icon-circle {
  width: 32px;
  height: 32px;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  background: #fff;
  color: #111;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: background 0.25s, color 0.25s;
}

.social-icons a:hover {
  background: var(--color-red);
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid #2a2a2a;
  text-align: center;
  font-size: 13px;
  padding: 22px 0;
  color: #999;
}

/* ===== GENERIC PAGE CONTENT (for inner pages) ===== */
.page-content {
  padding: 70px 0;
}

.page-content h2 {
  font-family: var(--font-display);
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--color-dark);
}

.page-content p {
  font-size: 15px;
  margin-bottom: 16px;
  color: #5a5a5a;
}

/* Blog */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.blog-card {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
  transition: transform 0.3s;
}

.blog-card:hover {
  transform: translateY(-6px);
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-card-body {
  padding: 22px;
}

.blog-card-body .blog-date {
  font-size: 12px;
  color: var(--color-red);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 8px;
}

.blog-card-body h3 {
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--color-dark);
}

.blog-card-body p {
  font-size: 14px;
  color: #6f6f6f;
}

.read-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: var(--color-red);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Services / Photography listing */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.service-card {
  text-align: center;
}

.service-card .love-circle {
  width: 100%;
  height: 220px;
  border-radius: 12px;
}

.service-card .love-circle img {
  filter: grayscale(0%);
}

.service-card h3 {
  margin-top: 18px;
  font-family: var(--font-display);
  font-size: 20px;
  color: var(--color-dark);
}

/* About page */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.about-grid img {
  border-radius: 8px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-top: 40px;
  text-align: center;
}

.stat-box h3 {
  font-family: var(--font-display);
  font-size: 38px;
  color: var(--color-red);
}

.stat-box p {
  font-size: 14px;
  color: #6f6f6f;
}

/* Films page video grid */
.films-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.video-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.video-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.video-wrap h4 {
  font-family: var(--font-display);
  font-size: 18px;
  padding: 14px 16px;
  color: var(--color-dark);
  background: #fff;
}

/* Full gallery page */
.full-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.full-gallery .g-item {
  overflow: hidden;
  border-radius: 6px;
  aspect-ratio: 1/1;
}

.full-gallery .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.full-gallery .g-item:hover img {
  transform: scale(1.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .philosophy-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .philosophy-image {
    max-width: 380px;
    margin: 0 auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .contact-section {
    grid-template-columns: 1fr;
  }

  .testimonial-grid,
  .footer-grid,
  .blog-grid,
  .services-grid,
  .films-grid {
    grid-template-columns: 1fr 1fr;
  }

  .full-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .main-nav ul {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .main-nav.open ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    gap: 18px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  }

  .hero-overlay h1 {
    font-size: 34px;
  }

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

  .love-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .love-circle {
    width: 130px;
    height: 130px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .testimonial-grid,
  .footer-grid,
  .blog-grid,
  .services-grid,
  .films-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .footer-links-cols {
    grid-template-columns: 1fr 1fr;
  }

  .full-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form-wrap {
    padding: 50px 25px;
  }

  .section-title {
    font-size: 26px;
  }
}
