/* PAGE HERO */
.page-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 0 5% 5rem;
  overflow: hidden;
}

.ph-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 40%;
  background-repeat: no-repeat;
}

.ph-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7,21,38,0.93) 0%, rgba(11,31,58,0.85) 55%, rgba(18,40,73,0.75) 100%);
}

/* Per-page hero photos */
.page-about .ph-bg { background-image: url('https://images.unsplash.com/photo-1521791136064-7986c2920216?w=1600&q=80'); }
.page-services .ph-bg { background-image: url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?w=1600&q=80'); }
.page-packages .ph-bg { background-image: url('https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?w=1600&q=80'); }
.page-contact .ph-bg { background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?w=1600&q=80'); }

.ph-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 100px;
  animation: fadeUp 0.9s ease both;
}

.ph-content .section-label { margin-bottom: 1rem; }

.ph-content h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 1rem;
}

.ph-content h1 em { font-style: italic; color: var(--gold); }

.ph-content p {
  font-size: 1rem;
  color: rgba(255,255,255,0.65);
  max-width: 580px;
  line-height: 1.7;
}

/* ABOUT INTRO */
.about-intro { padding: 7rem 5%; background: var(--off-white); }

.ai-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 5rem;
  align-items: start;
}

.ai-text p {
  color: var(--text-muted);
  line-height: 1.8;
  font-size: 0.95rem;
}

.ai-creds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  padding-top: 2rem;
}

.cred-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.2);
  border-top: 3px solid var(--gold);
  padding: 1.5rem;
  text-align: center;
  border-radius: 2px;
}

.cred-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.4rem;
}

.cred-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* VALUES */
.values-section { background: var(--navy); padding: 7rem 5%; }

.vals-inner { max-width: 1200px; margin: 0 auto; }

.vals-header { max-width: 640px; margin-bottom: 3.5rem; }

.vals-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.val-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-bottom: 2px solid var(--gold);
  padding: 2rem 1.5rem;
  border-radius: 2px;
  transition: background 0.25s;
}

.val-card:hover { background: rgba(255,255,255,0.07); }

.val-icon {
  color: var(--gold);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.val-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  color: var(--white);
  margin-bottom: 0.6rem;
}

.val-card p { font-size: 0.85rem; color: rgba(255,255,255,0.55); line-height: 1.65; }

/* APPROACH */
.approach-section { padding: 7rem 5%; background: var(--white); }

.approach-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.approach-list { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 0.9rem; }

.al-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.al-check { color: var(--gold); font-size: 1rem; flex-shrink: 0; margin-top: 1px; }

.approach-tech {
  background: var(--navy);
  border-radius: 4px;
  padding: 2.5rem;
  position: relative;
}

.tech-header {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
  font-weight: 600;
}

.approach-tech p {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 1.75rem;
}

.tech-logos { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.tech-badge {
  border: 1px solid var(--border);
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.4rem 0.9rem;
  border-radius: 20px;
  font-weight: 500;
}

/* WHO */
.who-section { padding: 6rem 5%; background: var(--off-white); text-align: center; }

.who-inner { max-width: 1100px; margin: 0 auto; }

.who-inner .gold-line { margin: 1rem auto 1.5rem; }
.who-inner .section-subtitle { margin: 0 auto 3rem; }

.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
}

.who-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.15);
  border-top: 3px solid var(--gold);
  padding: 2rem 1.5rem;
  border-radius: 2px;
  text-align: left;
  transition: transform 0.25s, box-shadow 0.25s;
}

.who-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.who-icon { color: var(--gold); font-size: 1.3rem; margin-bottom: 0.75rem; display: block; }

.who-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; color: var(--navy); margin-bottom: 0.5rem; }

.who-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }

/* CTA BANNER (shared) */
.cta-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-top: 1px solid var(--border);
  padding: 6rem 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
}

.cta-inner { position: relative; max-width: 700px; margin: 0 auto; }

.cta-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); color: var(--white); margin-bottom: 1rem; }

.cta-inner p { color: rgba(255,255,255,0.65); font-size: 1rem; line-height: 1.7; margin-bottom: 2.5rem; }

.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* SERVICES PAGE */
.services-intro { padding: 7rem 5%; background: var(--off-white); }

.si-inner { max-width: 1200px; margin: 0 auto; }

.si-inner > p { color: var(--text-muted); font-size: 1rem; line-height: 1.8; max-width: 760px; margin-bottom: 4rem; }

.services-list { display: flex; flex-direction: column; gap: 0; }

.svc-block {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 0;
  border-top: 1px solid rgba(201,168,76,0.15);
  padding: 3.5rem 0;
  align-items: start;
  transition: background 0.2s;
}

.svc-block:last-child { border-bottom: 1px solid rgba(201,168,76,0.15); }

.svc-num-col {
  padding-right: 3rem;
}

.svc-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 700;
  color: rgba(201,168,76,0.15);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.svc-tag {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border);
  padding: 0.25rem 0.7rem;
  border-radius: 20px;
}

.svc-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--navy);
  margin-bottom: 1rem;
}

.svc-content p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.8; margin-bottom: 1.5rem; max-width: 640px; }

.svc-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.svc-item {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.2);
  color: var(--navy);
  font-size: 0.8rem;
  padding: 0.4rem 0.9rem;
  border-radius: 2px;
  font-weight: 500;
}

/* PACKAGES PAGE */
.packages-intro { padding: 7rem 5%; background: var(--off-white); }

.pi-inner { max-width: 1100px; margin: 0 auto; }

.pi-inner > p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; max-width: 700px; margin-bottom: 1.5rem; }

.default-includes {
  background: var(--navy);
  border-radius: 4px;
  padding: 2.5rem;
  margin: 3rem 0;
  position: relative;
}

.default-includes::before {
  content: 'All Packages Include';
  position: absolute;
  top: -12px;
  left: 2rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 20px;
}

.di-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 2rem;
}

.di-item { display: flex; align-items: flex-start; gap: 0.75rem; color: rgba(255,255,255,0.85); font-size: 0.9rem; line-height: 1.5; }

.di-check { color: var(--gold); flex-shrink: 0; }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1rem;
}

.pkg-card {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 4px;
  padding: 2.5rem;
  position: relative;
  transition: transform 0.25s, box-shadow 0.25s;
}

.pkg-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }

.pkg-card.featured {
  border-color: var(--gold);
  border-width: 2px;
}

.pkg-badge {
  position: absolute;
  top: -12px;
  right: 1.5rem;
  background: var(--gold);
  color: var(--navy);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.25rem 0.8rem;
  border-radius: 20px;
}

.pkg-tier {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.5rem;
}

.pkg-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: var(--navy);
  margin-bottom: 0.25rem;
}

.pkg-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
  margin: 1rem 0 0.25rem;
}

.pkg-price span { font-size: 1rem; font-weight: 400; color: var(--text-muted); }

.pkg-description { font-size: 0.82rem; color: var(--text-muted); line-height: 1.5; margin-bottom: 1.5rem; font-style: italic; }

.pkg-divider { height: 1px; background: rgba(201,168,76,0.15); margin: 1.5rem 0; }

.pkg-features { display: flex; flex-direction: column; gap: 0.75rem; }

.pf-row { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.86rem; color: var(--text-muted); line-height: 1.45; }

.pf-tick { color: var(--gold); flex-shrink: 0; }

.pkg-cta { margin-top: 2rem; display: block; text-align: center; }

.pkg-custom {
  background: var(--navy);
  border-radius: 4px;
  padding: 3rem;
  text-align: center;
  margin-top: 1.5rem;
}

.pkg-custom h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: var(--white); margin-bottom: 0.75rem; }

.pkg-custom p { color: rgba(255,255,255,0.65); font-size: 0.95rem; line-height: 1.7; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }

/* CONTACT PAGE */
.contact-section { padding: 7rem 5%; background: var(--off-white); }

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 5rem;
  align-items: start;
}

.contact-info .section-subtitle { margin-bottom: 2.5rem; }

.contact-details { display: flex; flex-direction: column; gap: 1.5rem; }

.cd-item { display: flex; align-items: flex-start; gap: 1rem; }

.cd-icon {
  width: 44px;
  height: 44px;
  background: var(--navy);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.cd-text h4 { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.25rem; }

.cd-text p { font-size: 0.92rem; color: var(--text); line-height: 1.5; }

.cd-text a { color: var(--navy); text-decoration: none; font-weight: 500; transition: color 0.2s; }

.cd-text a:hover { color: var(--gold); }

.areas-served { margin-top: 2.5rem; }

.areas-served h4 { font-family: 'DM Sans', sans-serif; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 1rem; }

.areas-wrap { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.area-chip { background: var(--white); border: 1px solid rgba(201,168,76,0.2); color: var(--navy); font-size: 0.8rem; padding: 0.35rem 0.8rem; border-radius: 20px; }

.contact-form-wrap {
  background: var(--white);
  border: 1px solid rgba(201,168,76,0.15);
  border-top: 3px solid var(--gold);
  padding: 3rem;
  border-radius: 2px;
}

.contact-form-wrap h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.75rem;
  color: var(--navy);
  margin-bottom: 0.5rem;
}

.contact-form-wrap > p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 2rem; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }

.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1.25rem; }

.form-group label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted); }

.form-group input,
.form-group select,
.form-group textarea {
  border: 1px solid rgba(201,168,76,0.2);
  border-radius: 2px;
  padding: 0.75rem 1rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--text);
  background: var(--off-white);
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--gold); background: var(--white); }

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

.form-submit { width: 100%; padding: 1rem; background: var(--navy); color: var(--gold); border: none; font-family: 'DM Sans', sans-serif; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: background 0.2s; margin-top: 0.5rem; }

.form-submit:hover { background: var(--navy-light); }

.form-note { font-size: 0.78rem; color: var(--text-muted); text-align: center; margin-top: 1rem; }

/* RESPONSIVE INNER */
@media (max-width: 1024px) {
  .vals-grid { grid-template-columns: repeat(2, 1fr); }
  .who-grid { grid-template-columns: repeat(2, 1fr); }
  .svc-block { grid-template-columns: 1fr; }
  .svc-num-col { padding-right: 0; padding-bottom: 1rem; }
}

@media (max-width: 768px) {
  .ai-inner, .approach-inner, .contact-inner, .pkg-inner { grid-template-columns: 1fr; gap: 3rem; }
  .ai-creds { grid-template-columns: repeat(2, 1fr); }
  .packages-grid { grid-template-columns: 1fr; }
  .di-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .vals-grid { grid-template-columns: 1fr 1fr; }
  .who-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .vals-grid, .who-grid { grid-template-columns: 1fr; }
  .contact-form-wrap { padding: 2rem 1.5rem; }
}

/* SERVICES PHOTO STRIP */
.services-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-bottom: 4rem;
}

.services-photo-strip img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 2px;
  border-top: 3px solid var(--gold);
  filter: grayscale(20%);
  transition: filter 0.3s;
}

.services-photo-strip img:hover { filter: grayscale(0%); }

/* ABOUT PHOTO FIX */
.ai-creds { padding-top: 0; }

@media (max-width: 768px) {
  .services-photo-strip { grid-template-columns: 1fr; }
  .services-photo-strip img { height: 200px; }
}

/* SEO ABOUT SECTION */
.seo-about-section { padding: 5rem 5%; background: var(--off-white); }
.seo-about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.sab-block h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; color: var(--navy); margin-bottom: 1rem; line-height: 1.25; }
.sab-block p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; }
@media (max-width: 768px) { .seo-about-inner { grid-template-columns: 1fr; gap: 2rem; } }

/* SERVICES SEO BLOCK */
.services-seo { background: var(--off-white); padding: 3rem; margin-top: 3rem; border-left: 4px solid var(--gold); border-radius: 2px; }
.services-seo h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; color: var(--navy); margin-bottom: 1rem; }
.services-seo p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; }

/* PACKAGES SEO BLOCK */
.pkg-seo { margin-top: 3rem; padding: 3rem; background: var(--off-white); border-left: 4px solid var(--gold); border-radius: 2px; }
.pkg-seo h2 { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 1rem; line-height: 1.25; }
.pkg-seo p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; }

/* CONTACT WHY BLOCK */
.contact-why { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid rgba(201,168,76,0.15); }
.contact-why h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; color: var(--navy); margin-bottom: 0.75rem; }
.contact-why p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.8; }

/* CONTACT FAQ */
.contact-faq { padding: 5rem 5%; background: var(--off-white); }
.cfaq-inner { max-width: 1200px; margin: 0 auto; }
.cfaq-inner .gold-line { margin-bottom: 1.5rem; }
.cfaq-inner .section-title { margin-bottom: 3rem; }
.cfaq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.cfaq-item { background: var(--white); border: 1px solid rgba(201,168,76,0.15); border-top: 3px solid var(--gold); padding: 1.75rem; border-radius: 2px; }
.cfaq-item h4 { font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--navy); margin-bottom: 0.75rem; line-height: 1.4; }
.cfaq-item p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; }

@media (max-width: 768px) {
  .cfaq-grid { grid-template-columns: 1fr; }
  .pkg-seo, .services-seo { padding: 2rem 1.5rem; }
}
