/* ============================================
   Kare Kurumsal Fotograf
   Concept: "Cinematic Dark Studio"
   Deep blacks, golden light accents,
   glassmorphism, dramatic reveals,
   lens-flare inspired gradients.
   ============================================ */

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

:root {
  /* --- Dark Cinematic Palette --- */
  --bg-deep:    #0a0a0c;
  --bg-dark:    #111114;
  --bg-card:    #18181c;
  --bg-card-hover: #1f1f24;
  --bg-elevated: #222228;
  --bg-glass:   rgba(255,255,255,0.03);
  --bg-glass-hover: rgba(255,255,255,0.06);

  --gold:       #c8a44e;
  --gold-light: #dbb962;
  --gold-glow:  rgba(200,164,78,0.15);
  --gold-subtle:rgba(200,164,78,0.06);
  --gold-flare: rgba(200,164,78,0.3);

  --accent:     #e8c96a;
  --accent-dim: rgba(232,201,106,0.12);

  --text-primary:   #f0ece4;
  --text-secondary: #a8a4a0;
  --text-muted:     #6b6866;
  --text-ghost:     #3a3836;

  --border:     rgba(255,255,255,0.06);
  --border-hover:rgba(255,255,255,0.12);
  --border-gold:rgba(200,164,78,0.25);

  --ok:  #5cb87a;
  --err: #e05555;

  --font-heading: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --w:        1240px;
  --w-narrow: 800px;
  --hdr:      72px;

  --shadow-s: 0 2px 8px rgba(0,0,0,0.3);
  --shadow-m: 0 8px 32px rgba(0,0,0,0.4);
  --shadow-l: 0 24px 64px rgba(0,0,0,0.5);
  --shadow-glow: 0 0 40px rgba(200,164,78,0.08);

  --ease:     cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

  --radius:   12px;
  --radius-s: 8px;
  --radius-xs:4px;
}


/* ══════════════════════════════════════
   RESET & BASE
   ══════════════════════════════════════ */
*,*::before,*::after { margin:0; padding:0; box-sizing:border-box }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--gold) var(--bg-deep);
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
  background: var(--bg-deep);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar { width: 6px }
::-webkit-scrollbar-track { background: var(--bg-deep) }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px }

::selection {
  background: var(--gold);
  color: var(--bg-deep);
}


/* ══════════════════════════════════════
   ACCESSIBILITY
   ══════════════════════════════════════ */
.skip-link {
  position: absolute; top: -100%; left: 1rem; z-index: 10000;
  padding: .5rem 1.2rem;
  background: var(--gold); color: var(--bg-deep);
  font-weight: 700; font-size: .8rem;
  text-decoration: none; border-radius: var(--radius-xs);
  transition: top .2s;
}
.skip-link:focus { top: .8rem }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px }


/* ══════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-primary);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); line-height: 1.05 }
h2 { font-size: clamp(1.75rem, 4vw, 3rem) }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem) }
h4 { font-size: 1.125rem }

p { margin-bottom: 1rem }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color .3s var(--ease), text-shadow .3s;
}
a:hover {
  color: var(--gold-light);
  text-shadow: 0 0 20px var(--gold-glow);
}

strong { font-weight: 600; color: var(--text-primary) }
ul, ol { padding-left: 1.2rem }
li { margin-bottom: .3rem }


/* ══════════════════════════════════════
   CONTAINER
   ══════════════════════════════════════ */
.container {
  width: 100%;
  max-width: var(--w);
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}


/* ══════════════════════════════════════
   HEADER — floating glass bar with
   subtle gold underline glow
   ══════════════════════════════════════ */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--hdr);
  background: rgba(10, 10, 12, 0.7);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--border);
  transition: background .4s, box-shadow .4s, height .3s;
}

.site-header.scrolled {
  background: rgba(10, 10, 12, 0.92);
  box-shadow: 0 4px 30px rgba(0,0,0,0.4), 0 1px 0 var(--border-gold);
  height: 60px;
}

.header-inner, .header-container {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; max-width: var(--w); margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

/* Logo */
.logo, .footer-logo, .site-logo {
  display: flex; align-items: center; gap: .5rem;
  text-decoration: none; color: var(--text-primary);
  font-family: var(--font-heading);
  font-weight: 700; font-size: 1.1rem;
  letter-spacing: .01em;
  transition: all .4s var(--ease);
  position: relative;
}
.logo:hover, .site-logo:hover {
  color: var(--gold);
  text-shadow: 0 0 30px var(--gold-glow);
}

.logo-text {
  font-weight: 700;
  background: linear-gradient(135deg, var(--text-primary) 50%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all .4s var(--ease);
}
.logo:hover .logo-text {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  -webkit-background-clip: text;
  background-clip: text;
  filter: drop-shadow(0 0 12px var(--gold-glow));
}

/* Nav */
.main-nav { display: flex; align-items: center }
.nav-list { display: flex; list-style: none; gap: .15rem; padding: 0; margin: 0 }
.nav-list li { margin-bottom: 0 }

.nav-list a, .nav-link {
  display: block; padding: .5rem .85rem;
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: .8rem; font-weight: 500;
  letter-spacing: .06em; text-transform: uppercase;
  border-radius: var(--radius-xs);
  transition: all .3s var(--ease);
  white-space: nowrap; text-decoration: none;
  position: relative;
}

.nav-list a::after, .nav-link::after {
  content: '';
  position: absolute; bottom: 2px; left: 50%; right: 50%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  border-radius: 1px;
  transition: left .4s var(--ease), right .4s var(--ease), opacity .3s;
  opacity: 0;
}

.nav-list a:hover, .nav-link:hover {
  color: var(--text-primary);
  background: var(--bg-glass-hover);
}
.nav-list a:hover::after, .nav-link:hover::after {
  left: 20%; right: 20%; opacity: 1;
}

.nav-list a.active, .nav-link.active {
  color: var(--gold);
  font-weight: 600;
}
.nav-list a.active::after, .nav-link.active::after {
  left: 20%; right: 20%; opacity: 1;
}

/* Hamburger */
.nav-toggle, .hamburger, .hamburger-btn {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: .5rem;
  position: relative; z-index: 10;
}
.nav-toggle span, .hamburger-line {
  display: block; width: 22px; height: 2px;
  background: var(--text-primary); border-radius: 2px;
  transition: transform .4s var(--ease), opacity .2s, background .3s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1),
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(1) { transform: translateY(7px) rotate(45deg); background: var(--gold) }
.nav-toggle[aria-expanded="true"] span:nth-child(2),
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(2) { opacity: 0 }
.nav-toggle[aria-expanded="true"] span:nth-child(3),
.hamburger[aria-expanded="true"] .hamburger-line:nth-child(3) { transform: translateY(-7px) rotate(-45deg); background: var(--gold) }


/* ══════════════════════════════════════
   HERO — full viewport, cinematic
   with lens-flare gradient overlay,
   dramatic typography
   ══════════════════════════════════════ */
.hero {
  position: relative;
  display: flex; align-items: center;
  min-height: 100vh;
  padding: calc(var(--hdr) + 4rem) 0 6rem;
  background: var(--bg-deep);
  overflow: hidden;
}

/* Cinematic gradient backdrop */
.hero::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 800px 600px at 15% 80%, var(--gold-glow), transparent),
    radial-gradient(ellipse 600px 400px at 85% 20%, rgba(200,164,78,0.05), transparent),
    radial-gradient(ellipse 1200px 800px at 50% 50%, rgba(255,255,255,0.01), transparent);
  pointer-events: none;
  animation: heroGlow 8s ease-in-out infinite alternate;
}

/* Film grain texture */
.hero::after {
  content: ''; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none; opacity: .4;
}

@keyframes heroGlow {
  0%   { opacity: .6; transform: scale(1) }
  100% { opacity: 1;  transform: scale(1.05) }
}

.hero-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 4rem;
  align-items: center;
  max-width: var(--w); margin: 0 auto;
  padding: 0 clamp(1.25rem, 5vw, 3rem);
  width: 100%; position: relative; z-index: 1;
}

.hero-content { max-width: 640px }

.hero-visual {
  display: flex; flex-direction: column;
  align-items: flex-end; gap: 1.5rem;
  position: relative;
}

.hero-label {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem 1rem; margin-bottom: 1.5rem;
  font-family: var(--font-body);
  font-size: .7rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--border-gold);
  border-radius: 999px;
  background: var(--gold-subtle);
  backdrop-filter: blur(10px);
  animation: labelPulse 3s ease-in-out infinite;
}

@keyframes labelPulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--gold-glow) }
  50%      { box-shadow: 0 0 20px 4px var(--gold-glow) }
}

.hero h1 {
  font-size: clamp(2.8rem, 7vw, 5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 1.5rem;
  color: var(--text-primary);
  background: linear-gradient(135deg, var(--text-primary) 40%, var(--gold) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero p {
  font-size: 1.05rem; color: var(--text-secondary);
  max-width: 480px; margin-bottom: 2.5rem;
  line-height: 1.8;
}

.hero-cta-group { display: flex; flex-wrap: wrap; gap: .75rem }

/* Decorative grid overlay on hero visual */
.grid-lines {
  position: absolute; top: -10%; right: -10%;
  width: 120%; height: 120%;
  opacity: .03;
  background-image:
    linear-gradient(var(--gold) 1px, transparent 1px),
    linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 20%, transparent 70%);
  animation: gridDrift 20s linear infinite;
}

@keyframes gridDrift {
  0%   { transform: translate(0, 0) }
  100% { transform: translate(60px, 60px) }
}


/* ══════════════════════════════════════
   BUTTONS — glass & gold, cinematic
   ══════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  padding: .75rem 1.75rem;
  font-family: var(--font-body);
  font-size: .85rem; font-weight: 600;
  text-decoration: none; border: none;
  border-radius: var(--radius-s);
  cursor: pointer;
  transition: all .35s var(--ease);
  white-space: nowrap;
  position: relative; overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.btn:hover::before { opacity: 1 }

.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg-deep);
  box-shadow: 0 4px 20px var(--gold-glow);
}
.btn-primary:hover {
  color: var(--bg-deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--gold-flare), 0 0 0 1px var(--gold);
}

.btn-secondary {
  background: var(--bg-glass);
  color: var(--text-primary);
  border: 1px solid var(--border);
  backdrop-filter: blur(10px);
}
.btn-secondary:hover {
  border-color: var(--gold);
  background: var(--gold-subtle);
  color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.btn-group { display: flex; flex-wrap: wrap; gap: .6rem }


/* ══════════════════════════════════════
   SECTIONS — with cinematic spacing
   and gradient dividers
   ══════════════════════════════════════ */
.section {
  padding: 7rem 0;
  position: relative;
}

.section::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}

.section-alt { background: var(--bg-dark) }

.section-header {
  margin-bottom: 3.5rem;
  max-width: 580px;
  position: relative;
}

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: .65rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--gold); margin-bottom: .5rem;
}

.section-header h2 {
  margin-bottom: .75rem;
  background: linear-gradient(135deg, var(--text-primary) 60%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-header p { color: var(--text-secondary); font-size: .95rem; line-height: 1.8 }


/* ══════════════════════════════════════
   CARDS — glass morphism with
   gold accent on hover, subtle glow
   ══════════════════════════════════════ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: all .4s var(--ease);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s var(--ease);
}

.card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-l), var(--shadow-glow);
  background: var(--bg-card-hover);
}
.card:hover::before { transform: scaleX(1) }

.card-icon {
  width: 48px; height: 48px; margin-bottom: 1.25rem;
  display: flex; align-items: center; justify-content: center;
  background: var(--gold-subtle);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-s);
  color: var(--gold); font-size: 1.1rem; font-weight: 700;
  transition: all .3s var(--ease);
}
.card:hover .card-icon {
  background: var(--gold-glow);
  box-shadow: 0 0 20px var(--gold-glow);
  transform: scale(1.05);
}

.card h3 { margin-bottom: .5rem; font-size: 1.25rem }
.card p { color: var(--text-secondary); font-size: .9rem; margin-bottom: 0; line-height: 1.75 }

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

.cards-grid .card:first-child {
  border-left: 3px solid var(--gold);
}

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


/* ══════════════════════════════════════
   IMAGES — cinematic frames
   ══════════════════════════════════════ */
.img-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: var(--bg-card);
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  color: var(--text-ghost); font-size: .85rem;
  min-height: 180px; text-align: center; padding: 1.5rem;
}

.text-img-row {
  display: grid; grid-template-columns: 1.2fr .8fr;
  gap: 2.5rem; align-items: center; margin: 3rem 0;
}
.text-img-row.reverse { direction: rtl }
.text-img-row.reverse > * { direction: ltr }
.text-img-row img {
  width: 100%; height: auto; border-radius: var(--radius);
  box-shadow: var(--shadow-m);
  border: 1px solid var(--border);
  display: block;
  transition: all .5s var(--ease);
}
.text-img-row img:hover {
  box-shadow: var(--shadow-l), var(--shadow-glow);
  border-color: var(--border-gold);
}

.inline-img {
  float: right; width: 36%; max-width: 360px;
  margin: .5rem 0 1.25rem 2rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-m);
  border: 1px solid var(--border);
  height: auto;
  transition: all .5s var(--ease);
}
.inline-img:hover {
  box-shadow: var(--shadow-l), var(--shadow-glow);
  border-color: var(--border-gold);
}
.inline-img.left {
  float: left; margin: .5rem 2rem 1.25rem 0;
}


/* ══════════════════════════════════════
   CONTENT LAYOUTS
   ══════════════════════════════════════ */
.content-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 3.5rem; align-items: start; margin: 3rem 0;
}

.content-text h2 { margin-bottom: .85rem }
.content-text h3 { margin-bottom: .6rem; margin-top: 2rem; font-size: 1.25rem }
.content-text p { color: var(--text-secondary); line-height: 1.85 }

.content-media { display: flex; flex-direction: column; gap: 1rem }

.content-section {
  padding: 5.5rem 0;
  position: relative;
}
.content-section::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.content-section--alt {
  background: var(--bg-dark);
  padding: 5.5rem 0;
  position: relative;
}
.content-section--alt::before {
  content: '';
  position: absolute; top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
}

/* Content section headings with gold accent */
.content-section > .container > h2,
.content-section--alt > .container > h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  position: relative;
  display: inline-block;
}
.content-section > .container > h2::after,
.content-section--alt > .container > h2::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  box-shadow: 0 0 12px var(--gold-glow);
}

/* Enhanced content-grid with better media styling */
.content-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 3rem; align-items: start; margin: 2rem 0;
}

.content-text h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.content-text h3 {
  margin-bottom: .6rem; margin-top: 2.5rem;
  font-size: 1.3rem;
  color: var(--gold);
  position: relative;
  padding-left: 1rem;
}
.content-text h3::before {
  content: '';
  position: absolute; left: 0; top: .25em;
  width: 3px; height: .9em;
  background: var(--gold);
  border-radius: 2px;
  box-shadow: 0 0 8px var(--gold-glow);
}
.content-text p {
  color: var(--text-secondary); line-height: 1.9;
  font-size: .95rem;
}
.content-text p strong {
  color: var(--gold-light);
  font-weight: 600;
}

.content-media {
  display: flex; flex-direction: column; gap: 1.25rem;
  position: sticky; top: calc(var(--hdr) + 2rem);
}
.content-media img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-m);
  transition: all .5s var(--ease);
}
.content-media img:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-l), var(--shadow-glow);
  transform: scale(1.02);
}


/* ══════════════════════════════════════
   ABOUT PAGE — special layouts
   ══════════════════════════════════════ */
.about-content-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 3rem;
  align-items: center;
  margin: 1.5rem 0;
}
.about-mission .about-content-grid {
  grid-template-columns: .9fr 1.1fr;
}

.about-text p {
  color: var(--text-secondary);
  line-height: 1.9;
  font-size: .95rem;
  margin-bottom: 1.25rem;
}

.about-visual {
  position: relative;
}
.about-visual img,
.about-visual .inline-img {
  width: 100%; height: auto;
  float: none; margin: 0;
  max-width: 100%;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-l);
  transition: all .6s var(--ease);
}
.about-visual img:hover,
.about-visual .inline-img:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-l), 0 0 40px var(--gold-glow);
  transform: scale(1.02);
}

/* About highlight callout */
.about-highlight {
  margin-top: 2.5rem;
  padding: 2rem 2.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
}
.about-highlight::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
.about-highlight p {
  color: var(--text-secondary);
  line-height: 1.85;
  font-size: .95rem;
  margin: 0;
  font-style: italic;
}

/* Gallery grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.gallery-grid .img-placeholder,
.gallery-grid img {
  aspect-ratio: 1;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  overflow: hidden;
  transition: all .5s var(--ease);
}
.gallery-grid .img-placeholder:hover,
.gallery-grid img:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-l), var(--shadow-glow);
  transform: scale(1.04);
}

/* Enhanced img-placeholder for visual quality */
.img-placeholder {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--bg-card), var(--bg-elevated));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text-ghost);
  font-size: .85rem; font-style: italic;
  min-height: 200px; text-align: center;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}
.img-placeholder::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, var(--gold-subtle), transparent);
  opacity: 0;
  transition: opacity .4s;
}
.img-placeholder:hover::before { opacity: 1 }


/* ══════════════════════════════════════
   RELATED PAGES — premium card grid
   ══════════════════════════════════════ */
.related-pages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

a.related-card,
div.related-card {
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-decoration: none;
  transition: all .35s var(--ease);
  position: relative;
  overflow: hidden;
}

/* Animated gold top bar */
.related-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  background-size: 200% 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s var(--ease);
}

/* Glow underlay */
.related-card::after {
  content: '';
  position: absolute; bottom: -40%; left: 50%;
  width: 80%; height: 60%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, var(--gold-glow), transparent 70%);
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none;
}

.related-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-gold);
  box-shadow: var(--shadow-l), var(--shadow-glow);
  background: var(--bg-card-hover);
}
.related-card:hover::before {
  transform: scaleX(1);
  animation: borderTrace 2s linear infinite;
}
.related-card:hover::after { opacity: 1 }

.related-card h3 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
  color: var(--text-primary);
  transition: color .3s;
}
.related-card:hover h3 { color: var(--gold) }

.related-card p {
  color: var(--text-secondary);
  font-size: .9rem;
  line-height: 1.75;
  margin: 0;
  -webkit-text-fill-color: unset;
  background: none;
}

/* Arrow indicator */
.related-card h3::after {
  content: ' \2192';
  opacity: 0;
  transition: opacity .3s, transform .3s;
  display: inline-block;
  transform: translateX(-4px);
}
.related-card:hover h3::after {
  opacity: 1;
  transform: translateX(2px);
}


/* ══════════════════════════════════════
   BREADCRUMB — enhanced
   ══════════════════════════════════════ */
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: .4rem;
  list-style: none;
  padding: 0; margin: 0;
}
.breadcrumb ol li {
  font-size: .72rem;
  color: var(--text-ghost);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 0;
}
.breadcrumb ol li + li::before {
  content: '/';
  margin-right: .4rem;
  color: var(--text-ghost);
}
.breadcrumb ol li a {
  color: var(--text-muted);
}
.breadcrumb ol li a:hover { color: var(--gold) }


/* ══════════════════════════════════════
   PAGE HEADER — with cinematic gradient
   ══════════════════════════════════════ */
.page-header {
  padding: calc(var(--hdr) + 4rem) 0 2.5rem;
  background: var(--bg-dark);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 400px at 20% 100%, var(--gold-glow), transparent),
    radial-gradient(ellipse 400px 300px at 80% 0%, rgba(200,164,78,0.03), transparent);
  pointer-events: none;
}

.page-header .container { position: relative; z-index: 1 }

.page-header h1 {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: .35rem;
  background: linear-gradient(135deg, var(--text-primary) 40%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.page-header-desc {
  color: var(--text-secondary); font-size: 1rem;
  max-width: 520px; margin-top: .6rem;
}

.breadcrumb {
  font-size: .7rem; color: var(--text-ghost);
  margin-bottom: .6rem; letter-spacing: .04em; text-transform: uppercase;
}
.breadcrumb a { color: var(--text-muted) }
.breadcrumb a:hover { color: var(--gold) }


/* ══════════════════════════════════════
   CONTENT AREA — editorial style
   ══════════════════════════════════════ */
.content-area { max-width: var(--w-narrow) }

.content-area h2 {
  font-size: 1.5rem; margin-top: 3rem; margin-bottom: .75rem;
  padding-left: 1rem;
  border-left: 3px solid var(--gold);
}
.content-area h3 { font-size: 1.15rem; margin-top: 2rem; margin-bottom: .6rem }
.content-area ul, .content-area ol { margin-bottom: 1rem }
.content-area p { line-height: 1.9; color: var(--text-secondary) }
.content-area strong { color: var(--text-primary) }




/* ══════════════════════════════════════
   STATS — glowing numbers, glass row
   ══════════════════════════════════════ */
.stats-section { padding: 5rem 0 }

.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-card);
  overflow: hidden;
  position: relative;
}

.stats-row::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, var(--gold-subtle), transparent, var(--gold-subtle));
  pointer-events: none;
}

.stat-item {
  text-align: center;
  padding: 3rem 1.5rem;
  border-right: 1px solid var(--border);
  position: relative;
  transition: background .3s;
}
.stat-item:last-child { border-right: none }
.stat-item:hover { background: var(--bg-glass-hover) }

.stat-number {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 800;
  color: var(--gold);
  line-height: 1;
  margin-bottom: .5rem;
  letter-spacing: -0.03em;
  text-shadow: 0 0 40px var(--gold-glow);
}

.stat-label {
  font-size: .75rem; color: var(--text-muted);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 600;
}


/* ══════════════════════════════════════
   PROCESS — two-column layout with
   image + vertical timeline steps
   ══════════════════════════════════════ */
.process-layout {
  display: grid;
  grid-template-columns: .45fr .55fr;
  gap: 3.5rem;
  align-items: start;
}

.process-visual {
  position: sticky; top: calc(var(--hdr) + 2rem);
}

.process-img {
  width: 100%; height: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-l);
  object-fit: cover;
  aspect-ratio: 3 / 4;
  transition: all .6s var(--ease);
}
.process-img:hover {
  box-shadow: var(--shadow-l), var(--shadow-glow);
  border-color: var(--border-gold);
  transform: scale(1.02);
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  counter-reset: step;
}

/* Vertical connecting line */
.process-steps::before {
  content: ''; position: absolute;
  top: 32px; bottom: 32px; left: 31px;
  width: 2px;
  background: linear-gradient(180deg, var(--border-gold), var(--border), var(--border-gold));
  z-index: 0;
}

.step {
  display: flex; align-items: flex-start; gap: 1.5rem;
  padding: 1.5rem 0;
  position: relative; z-index: 1;
  counter-increment: step;
  border: none; border-radius: 0;
  background: transparent;
  text-align: left;
}
.step:hover { background: transparent; transform: none; box-shadow: none }

.step-number {
  display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px;
  min-width: 64px;
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 1.125rem; font-weight: 700;
  color: var(--gold);
  transition: all .5s var(--ease);
  margin: 0;
}
.step:hover .step-number {
  border-color: var(--gold);
  box-shadow: 0 0 30px var(--gold-glow);
  transform: scale(1.08);
  background: var(--bg-card-hover);
}

.step-content { flex: 1; padding-top: .75rem }
.step-content h3 { margin-bottom: .4rem; font-size: 1.2rem }
.step-content p { color: var(--text-secondary); font-size: .9rem; line-height: 1.8; margin-bottom: 0 }

/* Fallback for pages using old horizontal process-step markup */
.process-step {
  position: relative; z-index: 1;
  padding: 0 1.5rem 2rem;
  text-align: center;
  counter-increment: step;
  background: transparent;
  border: none; border-radius: 0;
}
.process-step:hover { background: transparent; transform: none; box-shadow: none }

.process-step::before {
  content: counter(step, decimal-leading-zero);
  display: flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; margin: 0 auto 1.25rem;
  background: var(--bg-card);
  border: 2px solid var(--border);
  border-radius: 50%;
  font-family: var(--font-heading);
  font-size: 1.25rem; font-weight: 700;
  color: var(--gold);
  line-height: 1;
  transition: all .4s var(--ease);
}
.process-step:hover::before {
  border-color: var(--gold);
  box-shadow: 0 0 25px var(--gold-glow);
  transform: scale(1.1);
}

.process-step h3 { font-size: 1.1rem; margin-bottom: .35rem; text-align: center }
.process-step p { font-size: .875rem; color: var(--text-muted); margin-bottom: 0; text-align: center }
.step h3 { margin-bottom: .35rem }
.step p { color: var(--text-secondary); font-size: .9rem; line-height: 1.75 }


/* ══════════════════════════════════════
   PRICING TABLE — dark glass
   ══════════════════════════════════════ */
.pricing-table {
  width: 100%; border-collapse: separate; border-spacing: 0;
  margin: 2rem 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.pricing-table th, .pricing-table td { padding: 1rem 1.5rem; text-align: left }
.pricing-table thead th {
  background: linear-gradient(135deg, rgba(200,164,78,0.15), rgba(200,164,78,0.05));
  color: var(--gold);
  font-family: var(--font-body);
  font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em;
  border-bottom: 1px solid var(--border-gold);
}
.pricing-table tbody td { border-bottom: 1px solid var(--border); color: var(--text-secondary) }
.pricing-table tbody tr:last-child td { border-bottom: none }
.pricing-table tbody tr { transition: background .3s }
.pricing-table tbody tr:hover { background: var(--gold-subtle) }

.price-range {
  color: var(--gold); font-weight: 700;
  font-size: 1.2rem; white-space: nowrap;
  font-family: var(--font-heading);
}

.pricing-disclaimer {
  padding: 1.25rem 1.5rem; margin-top: 1.5rem;
  background: var(--gold-subtle);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius-xs);
  color: var(--text-secondary); font-size: .875rem; line-height: 1.75;
}


/* ══════════════════════════════════════
   DURATION SELECTOR — gold pill tabs
   ══════════════════════════════════════ */
.duration-selector {
  display: inline-flex; gap: 0;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-s);
  padding: 3px; margin-bottom: 2.5rem;
}

.duration-btn {
  padding: .5rem 1.25rem;
  font-family: var(--font-body);
  font-size: .85rem; font-weight: 500;
  color: var(--text-muted); background: transparent;
  border: none; border-radius: 6px; cursor: pointer;
  transition: all .3s var(--ease);
}
.duration-btn.active, .duration-btn[aria-pressed="true"] {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg-deep); font-weight: 700;
  box-shadow: 0 2px 12px var(--gold-glow);
}
.duration-btn:hover:not(.active) { color: var(--text-primary); background: var(--bg-glass-hover) }

.duration-panel { display: none; animation: fadeUp .5s var(--ease) }
.duration-panel.active { display: block }


/* ══════════════════════════════════════
   PACKAGE CARDS — premium glass
   ══════════════════════════════════════ */
.package-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-s);
  transition: all .4s var(--ease);
}
.package-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-l), var(--shadow-glow);
  border-color: var(--border-gold);
}

.package-card.featured { border-color: var(--gold) }
.package-card.featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}

.package-name { font-size: 1.35rem; font-weight: 700; margin-bottom: .4rem; color: var(--text-primary) }
.package-desc { color: var(--text-secondary); font-size: .9rem; margin-bottom: 1.25rem }

.package-features { list-style: none; padding: 0; margin-bottom: 1.25rem }
.package-features li {
  display: flex; align-items: flex-start; gap: .5rem;
  padding: .45rem 0; font-size: .9rem; color: var(--text-secondary);
  border-bottom: 1px solid var(--border);
}
.package-features li:last-child { border-bottom: none }
.package-features li::before {
  content: "\2014"; color: var(--gold); flex-shrink: 0;
}


/* ══════════════════════════════════════
   FAQ — dark accordion with gold accent
   ══════════════════════════════════════ */
.faq-list { display: flex; flex-direction: column; gap: .5rem }

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-s);
  overflow: hidden;
  transition: all .3s var(--ease);
}
.faq-item:hover { border-color: var(--border-hover) }
.faq-item.open {
  border-left: 3px solid var(--gold);
  box-shadow: var(--shadow-m), 0 0 20px var(--gold-glow);
}

.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  width: 100%; padding: 1.1rem 1.35rem;
  font-family: var(--font-body);
  font-size: 1rem; font-weight: 600;
  color: var(--text-primary); background: transparent;
  border: none; cursor: pointer; text-align: left;
  transition: all .3s; gap: 1rem;
}
.faq-question:hover { background: var(--bg-glass-hover) }

.faq-question::after {
  content: '+'; font-size: 1.35rem; color: var(--gold);
  transition: transform .4s var(--ease-spring);
  flex-shrink: 0; line-height: 1;
  font-weight: 300;
}
.faq-item.open .faq-question::after { transform: rotate(45deg) }

.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .5s var(--ease);
}
.faq-answer-inner {
  padding: 0 1.35rem 1.35rem;
  color: var(--text-secondary); line-height: 1.85;
}


/* ══════════════════════════════════════
   CONTACT — premium dark studio form
   ══════════════════════════════════════ */
.contact-section {
  padding: 6rem 0;
  position: relative;
}
.contact-section::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 500px 400px at 20% 80%, var(--gold-glow), transparent),
    radial-gradient(ellipse 400px 300px at 80% 20%, rgba(200,164,78,.03), transparent);
  pointer-events: none;
}

.contact-grid {
  display: grid; grid-template-columns: .85fr 1.15fr;
  gap: 3.5rem; align-items: start;
  position: relative; z-index: 1;
}

/* Left column — info */
.contact-info {
  padding-top: .5rem;
}
.contact-info h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
.contact-info > p {
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 2.5rem;
  font-size: .95rem;
}

.contact-detail {
  margin-bottom: 1.75rem;
  padding: 1.25rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-s);
  transition: all .35s var(--ease);
  position: relative;
  overflow: hidden;
}
.contact-detail::before {
  content: '';
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--gold), var(--gold-light));
  opacity: 0;
  transition: opacity .3s;
}
.contact-detail:hover {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-m), 0 0 20px var(--gold-glow);
  transform: translateX(4px);
}
.contact-detail:hover::before { opacity: 1 }

.contact-detail h3, .contact-detail h4 {
  font-family: var(--font-body);
  font-size: .7rem; font-weight: 700; color: var(--gold);
  margin-bottom: .3rem; text-transform: uppercase; letter-spacing: .1em;
}
.contact-detail p {
  color: var(--text-secondary); font-size: 1rem; margin-bottom: 0;
}
.contact-detail a { color: var(--text-primary) }
.contact-detail a:hover { color: var(--gold) }

/* Right column — form */
.contact-form-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-l);
  position: relative; overflow: hidden;
}
.contact-form-wrapper::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
  background-size: 200% 100%;
  animation: borderTrace 3s linear infinite;
}
.contact-form-wrapper h2 {
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.contact-form-wrapper > p {
  color: var(--text-muted);
  font-size: .9rem;
  margin-bottom: 2rem;
}

/* Form groups */
.form-group { margin-bottom: 1.35rem }
.form-group label {
  display: block; margin-bottom: .4rem;
  font-size: .85rem; font-weight: 600; color: var(--text-primary);
  letter-spacing: .02em;
}
.form-group label .required,
.form-group label span[aria-hidden] { color: var(--gold) }

.form-control {
  width: 100%; padding: .75rem 1rem;
  font-family: var(--font-body); font-size: .95rem;
  color: var(--text-primary);
  background: var(--bg-deep);
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  transition: border-color .3s, box-shadow .4s, background .3s, transform .2s;
}
.form-control:hover {
  border-color: var(--border-hover);
}
.form-control:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-subtle), 0 0 24px var(--gold-glow);
  background: rgba(10, 10, 12, 0.9);
  transform: translateY(-1px);
}
.form-control::placeholder { color: var(--text-ghost) }

textarea.form-control { min-height: 130px; resize: vertical }

select.form-control {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23c8a44e' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center;
  padding-right: 2.5rem;
}

/* Checkbox */
.form-group-checkbox { margin-bottom: 1.35rem }
.form-group-checkbox label {
  display: flex; align-items: flex-start; gap: .5rem;
  font-size: .85rem; color: var(--text-secondary); cursor: pointer;
  line-height: 1.6;
}
.form-group-checkbox input[type="checkbox"] {
  margin-top: 4px; accent-color: var(--gold); flex-shrink: 0;
  width: 16px; height: 16px;
}
.form-group-checkbox a { color: var(--gold); text-decoration: underline }

/* Submit button full width */
.contact-form .form-group:last-of-type .btn {
  width: 100%;
  padding: .85rem;
  font-size: .95rem;
}

/* Messages */
.form-message {
  padding: 1rem 1.25rem; border-radius: var(--radius-xs);
  font-size: .9rem; display: none; margin-top: 1rem;
}
.form-message.success {
  display: block;
  background: rgba(92,184,122,.08);
  border: 1px solid rgba(92,184,122,.2);
  color: var(--ok);
}
.form-message.error {
  display: block;
  background: rgba(224,85,85,.06);
  border: 1px solid rgba(224,85,85,.15);
  color: var(--err);
}

.ht-field { position: absolute; left: -9999px; opacity: 0; height: 0; width: 0; overflow: hidden }

/* Form check (legacy) */
.form-check { display: flex; align-items: flex-start; gap: .5rem; margin-bottom: .85rem }
.form-check input[type="checkbox"] { margin-top: 3px; accent-color: var(--gold); flex-shrink: 0 }
.form-check label { font-size: .85rem; color: var(--text-secondary); cursor: pointer }


/* ══════════════════════════════════════
   CTA — dramatic gold gradient band
   ══════════════════════════════════════ */
.cta-section {
  padding: 5rem 0;
  text-align: center;
  background: var(--bg-dark);
  position: relative; overflow: hidden;
}

.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 600px 300px at 50% 100%, var(--gold-glow), transparent),
    radial-gradient(ellipse 400px 200px at 50% 0%, rgba(200,164,78,0.05), transparent);
  pointer-events: none;
}

.cta-inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 1 }
.cta-inner h2 {
  margin-bottom: .6rem;
  color: var(--text-primary);
  background: linear-gradient(135deg, var(--text-primary) 40%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-inner p { color: var(--text-secondary); margin-bottom: 1.5rem }

.cta-section .btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg-deep);
}
.cta-section .btn-primary:hover {
  box-shadow: 0 8px 40px var(--gold-flare);
  color: var(--bg-deep);
}
.cta-section .btn-secondary {
  border-color: var(--border);
  color: var(--text-primary);
}
.cta-section .btn-secondary:hover {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 20px var(--gold-glow);
}

.cta-buttons { display: flex; justify-content: center; gap: .6rem; flex-wrap: wrap }


/* ══════════════════════════════════════
   FOOTER — deep dark with subtle gold
   ══════════════════════════════════════ */
.site-footer {
  background: var(--bg-dark);
  color: var(--text-muted);
  padding: 4.5rem 0 1.5rem;
  border-top: 1px solid var(--border);
  position: relative;
}

.site-footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.site-footer a { color: var(--text-muted); transition: color .3s, text-shadow .3s }
.site-footer a:hover { color: var(--gold); text-shadow: 0 0 15px var(--gold-glow) }

.footer-grid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 2.5rem; margin-bottom: 2.5rem;
}

.footer-brand p, .footer-col p {
  font-size: .875rem; max-width: 240px;
  margin-top: .6rem; line-height: 1.7; color: var(--text-muted);
}

.footer-logo { color: var(--text-primary) }
.footer-logo .logo-text {
  background: linear-gradient(135deg, var(--text-primary) 50%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-col h3, .footer-heading {
  font-family: var(--font-body);
  font-size: .7rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .12em;
  color: var(--gold); margin-bottom: .85rem;
}

.footer-links { list-style: none; padding: 0 }
.footer-links li { margin-bottom: .4rem }
.footer-links a { font-size: .875rem; color: var(--text-muted); transition: all .3s }
.footer-links a:hover { color: var(--gold); padding-left: .3rem }

.footer-bottom {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
  font-size: .75rem; color: var(--text-ghost);
  flex-wrap: wrap; gap: .5rem;
}
.footer-col ul { list-style: none; padding: 0 }
.footer-col ul li { margin-bottom: .4rem }
.footer-col ul a { font-size: .875rem; color: var(--text-muted) }
.footer-col ul a:hover { color: var(--gold); padding-left: .3rem }


/* ══════════════════════════════════════
   COOKIE BANNER — dark glass, bottom
   ══════════════════════════════════════ */
.cookie-banner {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 9999;
  background: rgba(17, 17, 20, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid var(--border-gold);
  padding: 1.25rem 1.75rem;
  transform: translateY(100%);
  transition: transform .5s var(--ease);
  box-shadow: 0 -8px 32px rgba(0,0,0,.4);
}
.cookie-banner.visible { transform: translateY(0) }

.cookie-banner h2 {
  font-size: 1rem;
  margin-bottom: .35rem;
  -webkit-text-fill-color: unset;
  background: none;
  color: var(--text-primary);
}

.cookie-banner-inner, .cookie-banner-content {
  max-width: var(--w); margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.25rem; flex-wrap: wrap;
}

.cookie-banner p, .cookie-banner-text, .cookie-banner-text p {
  flex: 1; font-size: .875rem; color: var(--text-secondary);
  margin: 0; min-width: 240px; line-height: 1.65;
}
.cookie-banner p a, .cookie-banner-text a { color: var(--gold); text-decoration: underline }

.cookie-buttons, .cookie-banner-actions { display: flex; gap: .4rem; flex-wrap: wrap }

.cookie-btn {
  padding: .5rem 1.1rem;
  font-family: var(--font-body);
  font-size: .85rem; font-weight: 600;
  border: none; border-radius: var(--radius-xs);
  cursor: pointer;
  transition: all .3s var(--ease);
}
.cookie-btn-accept {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg-deep);
}
.cookie-btn-accept:hover {
  box-shadow: 0 4px 20px var(--gold-glow);
  transform: translateY(-1px);
}
.cookie-btn-reject {
  background: var(--bg-elevated);
  color: var(--text-primary);
  border: 1px solid var(--border);
}
.cookie-btn-reject:hover { border-color: var(--text-muted) }
.cookie-btn-settings {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border);
}
.cookie-btn-settings:hover { color: var(--gold); border-color: var(--border-gold) }

/* Cookie Modal */
.cookie-modal-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center; justify-content: center; padding: 1.25rem;
}
.cookie-modal-overlay.visible { display: flex }

.cookie-modal {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  max-width: 480px; width: 100%; max-height: 80vh;
  overflow-y: auto;
  box-shadow: var(--shadow-l);
}
.cookie-modal h2, .cookie-modal h3 {
  margin-bottom: 1rem; font-size: 1.25rem;
  -webkit-text-fill-color: unset;
  background: none;
  color: var(--text-primary);
}

.cookie-modal-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 1rem;
}
.cookie-modal-header h2, .cookie-modal-header h3 { margin-bottom: 0 }
.cookie-modal-close {
  background: none; border: none; color: var(--text-muted);
  font-size: 1.5rem; cursor: pointer; padding: .25rem; line-height: 1;
  transition: color .2s;
}
.cookie-modal-close:hover { color: var(--gold) }
.cookie-modal-body { margin-bottom: 1rem }
.cookie-modal-body > p { color: var(--text-secondary); font-size: .9rem }

.cookie-category, .cookie-option {
  display: flex; align-items: center; justify-content: space-between;
  padding: .7rem 0; border-bottom: 1px solid var(--border); gap: .85rem;
}
.cookie-category:last-of-type, .cookie-option:last-of-type { border-bottom: none }

.cookie-category-info, .cookie-option-info { flex: 1 }
.cookie-category-info h4, .cookie-option-info h4,
.cookie-category-info h3, .cookie-option-info h3 {
  font-size: .9rem; margin-bottom: .15rem;
  -webkit-text-fill-color: unset;
  background: none;
  color: var(--text-primary);
}
.cookie-category-info p, .cookie-option-info p { font-size: .78rem; color: var(--text-muted); margin: 0 }

/* Toggle Switch */
.toggle-switch, .cookie-toggle { position: relative; width: 40px; height: 20px; flex-shrink: 0 }
.toggle-switch input, .cookie-toggle input { opacity: 0; width: 0; height: 0; position: absolute }
.toggle-slider, .cookie-toggle-slider {
  position: absolute; inset: 0;
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all .3s var(--ease);
}
.toggle-slider::before, .cookie-toggle-slider::before {
  content: ''; position: absolute; top: 2px; left: 2px;
  width: 14px; height: 14px;
  background: var(--text-muted);
  border-radius: 50%;
  transition: transform .3s var(--ease-spring), background .3s;
}
.toggle-switch input:checked + .toggle-slider,
.cookie-toggle input:checked + .cookie-toggle-slider {
  background: var(--gold-subtle);
  border-color: var(--gold);
}
.toggle-switch input:checked + .toggle-slider::before,
.cookie-toggle input:checked + .cookie-toggle-slider::before {
  transform: translateX(20px);
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold-glow);
}
.toggle-switch input:disabled + .toggle-slider,
.cookie-toggle input:disabled + .cookie-toggle-slider {
  opacity: .35; cursor: not-allowed;
}

.cookie-modal-actions, .cookie-modal-footer { display: flex; gap: .4rem; margin-top: 1rem }
.cookie-modal-save {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--bg-deep);
}
.cookie-modal-save:hover {
  box-shadow: 0 4px 20px var(--gold-glow);
}


/* ══════════════════════════════════════
   SITEMAP
   ══════════════════════════════════════ */
.sitemap-list { list-style: none; padding: 0; columns: 2; column-gap: 3.5rem }
.sitemap-list li { margin-bottom: .65rem; break-inside: avoid }
.sitemap-list a {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: 1rem; color: var(--text-secondary);
}
.sitemap-list a::before {
  content: ''; width: 6px; height: 6px;
  background: var(--gold); border-radius: 50%; flex-shrink: 0;
  box-shadow: 0 0 8px var(--gold-glow);
}
.sitemap-list a:hover { color: var(--gold) }


/* ══════════════════════════════════════
   404 PAGE
   ══════════════════════════════════════ */
.error-page {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  min-height: 100vh; text-align: center;
  padding: 2.5rem; background: var(--bg-deep);
  position: relative;
}
.error-page::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 500px 500px at 50% 50%, var(--gold-glow), transparent);
  pointer-events: none;
}

.error-code {
  font-family: var(--font-heading);
  font-size: clamp(7rem, 18vw, 14rem);
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
  opacity: .08;
  text-shadow: 0 0 80px var(--gold-glow);
}
.error-page h1 { font-size: clamp(1.75rem, 4vw, 2.5rem); margin: .5rem 0 .6rem; position: relative }
.error-page p { color: var(--text-secondary); margin-bottom: 1.75rem; max-width: 380px; position: relative }


/* ══════════════════════════════════════
   PREMIUM EFFECTS
   ══════════════════════════════════════ */

/* Animated gold gradient border on hero section */
.hero::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 100%);
  background-size: 200% 100%;
  animation: borderTrace 3s linear infinite;
  z-index: 2;
}

/* Glowing separator between sections */
.section::before,
.content-section::before,
.content-section--alt::before {
  background: linear-gradient(90deg, transparent, var(--border-gold), var(--gold), var(--border-gold), transparent);
  background-size: 200% 100%;
  animation: borderTrace 4s linear infinite;
}

/* Card icon pulse ring */
.card-icon {
  position: relative;
}
.card-icon::after {
  content: '';
  position: absolute; inset: -4px;
  border-radius: inherit;
  border: 1px solid var(--gold);
  opacity: 0;
  animation: iconPulseRing 3s ease-in-out infinite;
}
@keyframes iconPulseRing {
  0%, 100% { opacity: 0; transform: scale(.9) }
  50%      { opacity: .3; transform: scale(1.15) }
}

/* Stat number underline glow */
.stat-number::after {
  content: '';
  display: block;
  width: 40px; height: 2px;
  margin: .5rem auto 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 1px;
  box-shadow: 0 0 10px var(--gold-glow);
  opacity: .6;
}

/* Step number glow ring */
.step-number {
  position: relative;
}
.step-number::after {
  content: '';
  position: absolute; inset: -6px;
  border-radius: 50%;
  border: 1px solid var(--gold);
  opacity: 0;
  transition: all .4s var(--ease);
}
.step:hover .step-number::after {
  opacity: .4;
  inset: -10px;
}

/* FAQ item gold left bar animated entry */
.faq-item.open {
  border-left-color: var(--gold);
  animation: faqOpen .4s var(--ease);
}
@keyframes faqOpen {
  0%   { border-left-width: 0 }
  100% { border-left-width: 3px }
}

/* Package card featured shimmer */
.package-card.featured::after {
  content: '';
  position: absolute; top: 3px; left: -100%; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  animation: pkgShimmer 3s ease-in-out infinite;
}
@keyframes pkgShimmer {
  0%   { left: -100% }
  100% { left: 100% }
}

/* CTA section floating orbs */
.cta-section::after {
  content: '';
  position: absolute;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold-glow), transparent 70%);
  top: 20%; right: 10%;
  animation: orbFloat 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes orbFloat {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: .3 }
  33%      { transform: translate(-30px, 20px) scale(1.1); opacity: .5 }
  66%      { transform: translate(20px, -15px) scale(.95); opacity: .25 }
}

/* Footer link arrow on hover */
.footer-col ul a, .footer-links a {
  position: relative;
}
.footer-col ul a::before, .footer-links a::before {
  content: '';
  display: inline-block;
  width: 0; height: 0;
  border-left: 4px solid var(--gold);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  margin-right: 0;
  opacity: 0;
  transition: all .3s var(--ease);
  vertical-align: middle;
}
.footer-col ul a:hover::before, .footer-links a:hover::before {
  opacity: 1;
  margin-right: 6px;
}

/* Pricing table row highlight */
.pricing-table tbody tr {
  position: relative;
}
.pricing-table tbody tr::after {
  content: '';
  position: absolute; left: 0; bottom: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-gold), transparent);
  opacity: 0;
  transition: opacity .3s;
}
.pricing-table tbody tr:hover::after { opacity: 1 }

/* Nav link magnetic underline glow */
.nav-list a.active::after, .nav-link.active::after {
  box-shadow: 0 2px 8px var(--gold-glow);
}

/* Page header decorative line */
.page-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  background-size: 200% 100%;
  animation: borderTrace 4s linear infinite;
}

/* Enhanced error page glow */
.error-code {
  animation: errorPulse 4s ease-in-out infinite;
}
@keyframes errorPulse {
  0%, 100% { opacity: .06; text-shadow: 0 0 60px var(--gold-glow) }
  50%      { opacity: .12; text-shadow: 0 0 120px rgba(200,164,78,.25) }
}

/* Gold dot decorators for breadcrumb */
.breadcrumb ol li + li::before {
  content: '';
  display: inline-block;
  width: 4px; height: 4px;
  background: var(--gold);
  border-radius: 50%;
  margin-right: .5rem;
  vertical-align: middle;
  box-shadow: 0 0 6px var(--gold-glow);
}

/* Smooth scroll-linked header border glow */
.site-header.scrolled {
  border-bottom-color: rgba(200,164,78,.15);
}
.site-header.scrolled::after {
  content: '';
  position: absolute; bottom: -1px; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  background-size: 200% 100%;
  animation: borderTrace 3s linear infinite;
}


/* ══════════════════════════════════════
   ANIMATIONS — advanced cinematic
   ══════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px) }
  to   { opacity: 1; transform: translateY(0) }
}

@keyframes fadeIn {
  from { opacity: 0 }
  to   { opacity: 1 }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-50px) }
  to   { opacity: 1; transform: translateX(0) }
}

@keyframes slideInRight {
  from { opacity: 0; transform: translateX(50px) }
  to   { opacity: 1; transform: translateX(0) }
}

@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.85) }
  to   { opacity: 1; transform: scale(1) }
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 0 var(--gold-glow) }
  50%      { box-shadow: 0 0 40px 8px var(--gold-glow) }
}

@keyframes shimmer {
  0%   { background-position: -200% center }
  100% { background-position: 200% center }
}

@keyframes float {
  0%, 100% { transform: translateY(0) }
  50%      { transform: translateY(-8px) }
}

@keyframes borderGlow {
  0%, 100% { border-color: var(--border); box-shadow: none }
  50%      { border-color: var(--border-gold); box-shadow: 0 0 20px var(--gold-glow) }
}

@keyframes textShine {
  0%   { background-position: 0% center }
  100% { background-position: 200% center }
}

@keyframes rotateGlow {
  0%   { transform: rotate(0deg) }
  100% { transform: rotate(360deg) }
}

@keyframes breathe {
  0%, 100% { opacity: .4 }
  50%      { opacity: .8 }
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

.reveal-scale {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}

/* Staggered children with longer delays */
.stagger-children > .reveal:nth-child(1) { transition-delay: 0s }
.stagger-children > .reveal:nth-child(2) { transition-delay: .07s }
.stagger-children > .reveal:nth-child(3) { transition-delay: .14s }
.stagger-children > .reveal:nth-child(4) { transition-delay: .21s }
.stagger-children > .reveal:nth-child(5) { transition-delay: .28s }
.stagger-children > .reveal:nth-child(6) { transition-delay: .35s }
.stagger-children > .reveal:nth-child(7) { transition-delay: .42s }
.stagger-children > .reveal:nth-child(8) { transition-delay: .49s }

/* Blur reveal */
.reveal-blur {
  opacity: 0;
  transform: translateY(20px);
  filter: blur(8px);
  transition: opacity .5s var(--ease-out), transform .5s var(--ease-out), filter .5s var(--ease-out);
}
.reveal-blur.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Legacy fade-in */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity .45s var(--ease-out), transform .45s var(--ease-out);
}
.fade-in.visible { opacity: 1; transform: translateY(0) }

/* Floating animation for special elements */
.float-anim { animation: float 4s ease-in-out infinite }

/* Shimmering text */
.text-shimmer {
  background: linear-gradient(90deg, var(--text-primary) 0%, var(--gold) 25%, var(--text-primary) 50%, var(--gold) 75%, var(--text-primary) 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: textShine 4s linear infinite;
}

/* Glowing border card */
.glow-card {
  position: relative;
}
.glow-card::after {
  content: '';
  position: absolute; inset: -1px;
  border-radius: inherit;
  background: conic-gradient(from 0deg, var(--gold), transparent, var(--gold), transparent, var(--gold));
  z-index: -1;
  opacity: 0;
  transition: opacity .5s;
  filter: blur(8px);
}
.glow-card:hover::after {
  opacity: .3;
  animation: rotateGlow 4s linear infinite;
}

/* Parallax container */
.parallax-bg {
  position: absolute; inset: -20%; z-index: 0;
  pointer-events: none;
  will-change: transform;
}

/* Tilt effect container */
.tilt-card {
  transform-style: preserve-3d;
  perspective: 1000px;
}

/* Progress bar animation */
.progress-line {
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.2s var(--ease-out);
}
.progress-line.visible { transform: scaleX(1) }

/* Typing cursor */
.typing-cursor::after {
  content: '|';
  color: var(--gold);
  animation: breathe 1s ease-in-out infinite;
}

/* Gold separator line */
.gold-line {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  border-radius: 2px;
  margin: 1rem 0;
  box-shadow: 0 0 12px var(--gold-glow);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-left, .reveal-right, .reveal-scale, .reveal-blur, .fade-in {
    opacity: 1; transform: none; filter: none;
  }
}


/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem }
  .hero-visual { align-items: center; padding-bottom: 0 }
  .hero { min-height: auto; padding: calc(var(--hdr) + 3rem) 0 4rem }
  .hero h1 { font-size: clamp(2.2rem, 6vw, 3.5rem) }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem }
  .content-grid { grid-template-columns: 1fr }
  .content-media { position: static }
  .process-layout { grid-template-columns: 1fr }
  .process-visual { position: static }
  .process-img { aspect-ratio: 16 / 9; max-height: 320px }
  .about-content-grid,
  .about-mission .about-content-grid { grid-template-columns: 1fr }
  .gallery-grid { grid-template-columns: repeat(2, 1fr) }
  .related-pages { grid-template-columns: 1fr }
}

@media (max-width: 960px) {
  .nav-toggle, .hamburger, .hamburger-btn { display: flex }

  .main-nav {
    position: fixed; top: var(--hdr); left: 0; right: 0;
    background: rgba(17, 17, 20, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--border-gold);
    padding: 1rem;
    transform: translateY(-110%); opacity: 0;
    pointer-events: none;
    transition: transform .4s var(--ease), opacity .3s;
    box-shadow: var(--shadow-l);
  }
  .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto }

  .nav-list { flex-direction: column; gap: 0 }
  .nav-list a, .nav-link {
    padding: .75rem 1rem; font-size: .9rem;
    border-radius: var(--radius-xs);
  }
  .nav-list a::after, .nav-link::after { display: none }

  .cards-grid, .cards-grid-3 { grid-template-columns: 1fr }

  .stats-row { grid-template-columns: repeat(2, 1fr) }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border) }
  .stat-item:nth-child(odd) { border-right: 1px solid var(--border) }
  .stat-item:nth-last-child(-n+2) { border-bottom: none }

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

  h1 { font-size: clamp(1.8rem, 5vw, 2.75rem) }
  h2 { font-size: clamp(1.5rem, 3.5vw, 2rem) }

  .content-section { padding: 4rem 0 }
  .content-section--alt { padding: 4rem 0 }
}

@media (max-width: 640px) {
  :root { --hdr: 60px }

  .hero h1 { font-size: clamp(1.8rem, 6vw, 2.5rem) }
  .hero p { font-size: .95rem }
  .section { padding: 4.5rem 0 }

  .footer-grid { grid-template-columns: 1fr }
  .stats-row { grid-template-columns: 1fr 1fr; gap: 0 }
  .stat-item { padding: 2rem 1rem }
  .stat-number { font-size: clamp(1.8rem, 5vw, 2.5rem) }

  .cookie-banner { padding: 1rem 1.25rem }
  .cookie-banner-inner, .cookie-banner-content { flex-direction: column; align-items: stretch }
  .cookie-buttons, .cookie-banner-actions { flex-direction: column }
  .cookie-btn { text-align: center }

  .sitemap-list { columns: 1 }

  .pricing-table { font-size: .85rem }
  .pricing-table th, .pricing-table td { padding: .6rem .75rem }

  .btn-group { flex-direction: column }
  .btn { justify-content: center; width: 100% }

  .text-img-row { grid-template-columns: 1fr }
  .text-img-row.reverse { direction: ltr }
  .inline-img { float: none; width: 100%; max-width: 100%; margin: 0 0 1rem 0 }

  .duration-selector { flex-wrap: wrap }
  .duration-btn { flex: 1; text-align: center; min-width: 80px }

  .hero-cta-group { flex-direction: column }
  .hero-cta-group .btn { width: 100% }

  .cta-buttons { flex-direction: column; align-items: center }
  .cta-buttons .btn { width: 100%; max-width: 300px }

  .page-header { padding: calc(var(--hdr) + 2.5rem) 0 1.75rem }
  .page-header h1 { font-size: clamp(1.6rem, 5vw, 2.25rem) }

  .contact-form-wrapper { padding: 1.5rem }
  .package-card { padding: 1.75rem }

  .process-layout { gap: 2rem }
  .step { gap: 1rem }
  .step-number { width: 48px; height: 48px; min-width: 48px; font-size: .95rem }
  .process-steps::before { left: 23px }
  .step-content { padding-top: .4rem }

  .content-section { padding: 3.5rem 0 }
  .content-section--alt { padding: 3.5rem 0 }
  .content-text h3 { font-size: 1.1rem }
  .gallery-grid { grid-template-columns: 1fr 1fr }
  .about-highlight { padding: 1.5rem }
  .related-card { padding: 1.5rem }
}

@media (max-width: 400px) {
  .logo-text { font-size: .9rem }
  .container { padding: 0 1rem }
  .hero { padding: calc(var(--hdr) + 2rem) 0 3rem }
  .gallery-grid { grid-template-columns: 1fr }
}
