/*
Theme Name: Shri Sai Studio
Theme URI: https://shrisaistudio.in
Author: Shri Sai Studio
Author URI: https://shrisaistudio.in
Description: Elegant photography theme for Shri Sai Studio, Mumbai. Warm neutrals, minimalist design, built for photographers.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shri-sai-studio
Tags: photography, portfolio, one-page, elegant, minimal
*/

/* =============================================
   THEME STYLES — Shri Sai Studio
   Edit colours in: Appearance > Customize > Additional CSS
   ============================================= */

:root {
  --cream: #f9f5ef;
  --beige: #e8ddd0;
  --gold: #c9a96e;
  --gold-light: #e8c98a;
  --dark: #2a2117;
  --mid: #6b5a3e;
  --soft: #f0e9df;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--cream);
  color: var(--dark);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
}

/* ── NAVIGATION ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(249,245,239,0.93);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(201,169,110,0.2);
}
.site-header .container {
  display: flex; justify-content: space-between; align-items: center;
  padding: 1.4rem 4rem;
  max-width: 1400px; margin: 0 auto;
}
.site-logo a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--dark); text-decoration: none;
}
.site-logo a em { color: var(--gold); font-style: italic; }

.main-nav ul { display: flex; gap: 2.5rem; list-style: none; }
.main-nav a {
  text-decoration: none; color: var(--mid);
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  transition: color 0.3s;
}
.main-nav a:hover,
.main-nav .current-menu-item a { color: var(--gold); }

/* Mobile Nav Toggle */
.nav-toggle {
  display: none; background: none; border: none;
  cursor: pointer; padding: 0.3rem;
  flex-direction: column; gap: 5px;
}
.nav-toggle span {
  display: block; width: 24px; height: 1.5px;
  background: var(--dark); transition: all 0.3s;
}

/* ── HERO SECTION ── */
.hero-section {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 80px;
}
.hero-content {
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 5rem 3rem 5rem 5rem;
  position: relative;
}
.hero-content::before {
  content: '';
  position: absolute; left: 2rem; top: 50%;
  transform: translateY(-50%);
  width: 1px; height: 120px;
  background: linear-gradient(to bottom, transparent, var(--gold), transparent);
}
.hero-eyebrow {
  font-size: 0.72rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem;
  opacity: 0; animation: fadeUp 0.8s 0.2s forwards;
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3rem, 5vw, 5.5rem); font-weight: 300; line-height: 1.1;
  opacity: 0; animation: fadeUp 0.8s 0.4s forwards;
}
.hero-title em { font-style: italic; color: var(--gold); }
.hero-subtitle {
  margin-top: 1.5rem; font-size: 0.95rem; line-height: 1.8;
  color: var(--mid); max-width: 400px;
  opacity: 0; animation: fadeUp 0.8s 0.6s forwards;
}
.hero-buttons {
  margin-top: 3rem; display: flex; gap: 1.5rem; align-items: center;
  opacity: 0; animation: fadeUp 0.8s 0.8s forwards;
}
.hero-media {
  position: relative; overflow: hidden;
}
.hero-media img,
.hero-media .hero-placeholder {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-placeholder {
  background: linear-gradient(135deg, #d4c5b0 0%, #9e7a55 100%);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.8rem; letter-spacing: 0.2em;
  text-transform: uppercase; min-height: 500px;
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block;
  background: var(--gold); color: #fff; text-decoration: none;
  padding: 0.85rem 2.2rem; font-size: 0.75rem;
  letter-spacing: 0.2em; text-transform: uppercase;
  transition: background 0.3s, transform 0.3s; border: none; cursor: pointer;
}
.btn-primary:hover { background: var(--dark); transform: translateY(-2px); color: #fff; }
.btn-ghost {
  display: inline-block; color: var(--dark); text-decoration: none;
  font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase;
  border-bottom: 1px solid var(--gold); padding-bottom: 2px;
  transition: color 0.3s;
}
.btn-ghost:hover { color: var(--gold); }

/* ── GENERAL SECTION STYLES ── */
.site-section { padding: 6rem 0; }
.container { max-width: 1300px; margin: 0 auto; padding: 0 4rem; }
.section-eyebrow {
  font-size: 0.7rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2rem, 3.5vw, 3.5rem); font-weight: 300; line-height: 1.2;
  margin-bottom: 1.5rem;
}
.section-title em { font-style: italic; color: var(--gold); }
.gold-divider {
  width: 48px; height: 1px; background: var(--gold); margin: 1.5rem 0;
}

/* ── SERVICES SECTION ── */
.services-section { background: var(--soft); }
.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; margin-top: 3rem;
}
.service-card {
  background: var(--cream); padding: 2.5rem 2rem;
  position: relative; overflow: hidden; cursor: pointer;
  transition: background 0.4s;
}
.service-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px; background: var(--gold);
  transform: scaleX(0); transition: transform 0.4s;
}
.service-card:hover::after { transform: scaleX(1); }
.service-card:hover { background: var(--beige); }
.service-number {
  position: absolute; top: 1.5rem; right: 1.5rem;
  font-family: 'Cormorant Garamond', serif; font-size: 3rem;
  font-weight: 300; color: var(--beige); line-height: 1;
}
.service-icon { font-size: 1.8rem; margin-bottom: 1.2rem; display: block; }
.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400; color: var(--dark); margin-bottom: 0.75rem;
}
.service-card p { font-size: 0.85rem; line-height: 1.8; color: var(--mid); }

/* ── GALLERY STRIP ── */
.gallery-strip-section { padding: 0; overflow: hidden; }
.gallery-strip { display: flex; height: 360px; gap: 4px; }
.gallery-strip-item {
  flex: 1; position: relative; overflow: hidden;
  transition: flex 0.5s ease; cursor: pointer;
}
.gallery-strip-item:hover { flex: 2.5; }
.gallery-strip-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-strip-item:hover img { transform: scale(1.05); }
.gallery-strip-item .strip-placeholder {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, #c8b090, #9e7a55);
}
.gallery-strip-item:nth-child(2) .strip-placeholder { background: linear-gradient(135deg,#d4c0a0,#b09070); }
.gallery-strip-item:nth-child(3) .strip-placeholder { background: linear-gradient(135deg,#bea888,#8a6545); }
.gallery-strip-item:nth-child(4) .strip-placeholder { background: linear-gradient(135deg,#d8c8a8,#b8986a); }
.gallery-strip-item:nth-child(5) .strip-placeholder { background: linear-gradient(135deg,#c0a880,#906040); }
.strip-label {
  position: absolute; bottom: 1.5rem; left: 1.5rem;
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem;
  font-style: italic; color: rgba(255,255,255,0.9);
  opacity: 0; transition: opacity 0.3s 0.1s; white-space: nowrap;
}
.gallery-strip-item:hover .strip-label { opacity: 1; }

/* ── ABOUT SECTION ── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-image-wrap { position: relative; padding: 0 2rem 2rem 0; }
.about-main-image {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  background: linear-gradient(160deg, #d4c5b0, #9e7d5a);
}
.about-accent-image {
  position: absolute; bottom: -1rem; right: -1rem;
  width: 55%; aspect-ratio: 1; object-fit: cover;
  background: linear-gradient(135deg, #c8b89a, #b09070);
  border: 6px solid var(--cream);
}
.about-badge {
  position: absolute; top: 2rem; left: -1rem;
  background: var(--gold); color: #fff; padding: 1.2rem 1.5rem; text-align: center;
}
.about-badge .badge-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 600; line-height: 1; display: block;
}
.about-badge .badge-label { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; }
.about-text p { font-size: 0.92rem; line-height: 1.9; color: var(--mid); margin-bottom: 1.2rem; }
.stats-row {
  display: flex; gap: 3rem; margin-top: 2.5rem;
  padding-top: 2rem; border-top: 1px solid var(--beige);
}
.stat .stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 300; color: var(--gold); line-height: 1;
}
.stat .stat-label {
  font-size: 0.72rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--mid); margin-top: 0.3rem;
}

/* ── PROCESS SECTION ── */
.process-section { background: var(--dark); color: var(--cream); }
.process-section .section-title { color: var(--cream); }
.process-section .section-eyebrow { color: var(--gold-light); }
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  margin-top: 3rem; border-top: 1px solid rgba(201,169,110,0.3);
}
.process-step {
  padding: 2.5rem 2rem 2.5rem 0;
  border-right: 1px solid rgba(201,169,110,0.15);
}
.process-step:last-child { border-right: none; }
.process-step + .process-step { padding-left: 2rem; }
.step-number {
  font-family: 'Cormorant Garamond', serif; font-size: 3.5rem;
  font-weight: 300; color: rgba(201,169,110,0.25); line-height: 1; margin-bottom: 1rem;
}
.step-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold-light); margin-bottom: 0.75rem; }
.step-description { font-size: 0.82rem; line-height: 1.8; color: rgba(249,245,239,0.6); }

/* ── TESTIMONIALS ── */
.testimonials-section { background: var(--soft); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; margin-top: 3rem; }
.testimonial-card { background: var(--cream); padding: 2rem; border-left: 3px solid var(--gold); }
.quote-mark {
  font-family: 'Cormorant Garamond', serif; font-size: 5rem;
  font-weight: 300; color: var(--beige); line-height: 0.5; margin-bottom: 1rem;
}
.testimonial-card blockquote {
  font-size: 0.88rem; line-height: 1.8; color: var(--mid);
  font-style: italic; margin: 0 0 1.2rem 0; border: none; padding: 0;
}
.testimonial-author .author-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; color: var(--dark);
}
.testimonial-author .author-event {
  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--gold); margin-top: 0.2rem;
}

/* ── CONTACT SECTION ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-info-text p { font-size: 0.88rem; line-height: 1.9; color: var(--mid); margin-bottom: 2rem; }
.contact-details { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.5rem; }
.contact-details a,
.contact-details span {
  font-size: 0.85rem; color: var(--mid); text-decoration: none;
  display: flex; align-items: center; gap: 0.7rem; transition: color 0.3s;
}
.contact-details a:hover { color: var(--gold); }

/* ── CONTACT FORM ── */
.contact-form-wrap { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-group label {
  font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--mid);
}
.form-group input,
.form-group select,
.form-group textarea,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  background: var(--soft); border: 1px solid var(--beige);
  padding: 0.85rem 1rem; font-family: 'Jost', sans-serif;
  font-size: 0.85rem; color: var(--dark); outline: none;
  transition: border-color 0.3s; width: 100%;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.wpcf7-form input:focus,
.wpcf7-form textarea:focus { border-color: var(--gold); }
.form-group textarea { resize: vertical; min-height: 120px; }
.wpcf7-form textarea { min-height: 120px; resize: vertical; }
.wpcf7-submit, input[type="submit"] {
  background: var(--gold); color: #fff; border: none;
  padding: 1rem 2.5rem; font-family: 'Jost', sans-serif;
  font-size: 0.75rem; letter-spacing: 0.2em; text-transform: uppercase;
  cursor: pointer; transition: background 0.3s, transform 0.3s;
}
.wpcf7-submit:hover, input[type="submit"]:hover {
  background: var(--dark); transform: translateY(-2px);
}

/* ── FOOTER ── */
.site-footer {
  background: var(--dark); color: rgba(249,245,239,0.5);
  padding: 3rem 4rem;
}
.footer-inner {
  max-width: 1300px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
}
.footer-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--gold-light);
}
.footer-logo em { font-style: italic; }
.footer-copy { font-size: 0.75rem; letter-spacing: 0.05em; }
.footer-links { display: flex; gap: 1.5rem; }
.footer-links a {
  font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(249,245,239,0.4); text-decoration: none; transition: color 0.3s;
}
.footer-links a:hover { color: var(--gold-light); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── WORDPRESS SPECIFIC ── */
.wp-block img { max-width: 100%; height: auto; }
.aligncenter { display: block; margin: 0 auto; }
.wp-caption { max-width: 100%; }
.page-content p, .entry-content p { font-size: 0.92rem; line-height: 1.9; color: var(--mid); margin-bottom: 1rem; }
.page-content h2, .entry-content h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 300; color: var(--dark);
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .container { padding: 0 2rem; }
  .hero-section { grid-template-columns: 1fr; }
  .hero-media { height: 50vw; min-height: 300px; }
  .hero-content { padding: 3rem 2rem; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .site-header .container { padding: 1.2rem 1.5rem; }
  .main-nav { display: none; }
  .main-nav.open { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); padding: 1.5rem; border-top: 1px solid var(--beige); }
  .main-nav.open ul { flex-direction: column; gap: 1rem; }
  .nav-toggle { display: flex; }
  .services-grid { grid-template-columns: 1fr; }
  .gallery-strip { height: 200px; }
  .process-steps { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; gap: 1.2rem; text-align: center; }
  .stats-row { flex-direction: column; gap: 1.5rem; }
}
