/* ============================================
   ENKI Acupuncture — Shared Stylesheet
   ============================================ */

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

:root {
  --cream:        #F4F0E8;
  --cream-dark:   #EDE8DE;
  --indigo:       #4A4580;
  --indigo-light: #6B66A3;
  --indigo-pale:  #ECEAF5;
  --charcoal:     #1C1C1E;
  --warm-grey:    #6B6560;
  --white:        #FDFAF5;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--charcoal);
  font-size: 15px;
  line-height: 1.6;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
ul { list-style: none; }

.fade-in { opacity: 0; transform: translateY(24px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }

/* ============== NAV ============== */
nav {
  background: transparent;
  padding: 18px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  transition: background 0.35s ease, padding 0.35s ease, box-shadow 0.35s ease;
}
nav.is-solid {
  background: rgba(244,240,232,0.96);
  backdrop-filter: blur(10px);
  padding: 12px 56px;
  box-shadow: 0 2px 24px rgba(0,0,0,0.06);
}
.nav-logo { display: flex; align-items: center; }
.nav-logo a { display: flex; align-items: center; position: relative; }
.nav-logo img { height: 78px; width: auto; display: block; transition: height 0.35s ease, opacity 0.35s ease; }
nav.is-solid .nav-logo img { height: 64px; }
.nav-logo .logo-dark { position: absolute; left: 0; top: 0; opacity: 0; }
nav.is-solid .nav-logo .logo-light { opacity: 0; }
nav.is-solid .nav-logo .logo-dark { position: static; opacity: 1; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  text-decoration: none; font-size: 13px; letter-spacing: 0.1em;
  color: rgba(255,255,255,0.85); text-transform: uppercase;
  text-shadow: 0 1px 6px rgba(0,0,0,0.25);
  transition: color 0.35s ease, text-shadow 0.35s ease;
}
nav.is-solid .nav-links a { color: var(--charcoal); text-shadow: none; }
.nav-links a.is-active { color: var(--indigo-light); }
nav.is-solid .nav-links a.is-active { color: var(--indigo); }
.nav-cta {
  background: rgba(255,255,255,0.12) !important;
  color: white !important;
  padding: 11px 26px; border-radius: 2px;
  border: 1px solid rgba(255,255,255,0.4) !important;
  text-shadow: none !important;
}
nav.is-solid .nav-cta { background: var(--indigo) !important; border-color: var(--indigo) !important; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 8px; z-index: 1001; }
.nav-toggle span { width: 24px; height: 1.5px; background: white; transition: background 0.3s; }
nav.is-solid .nav-toggle span, nav.menu-open .nav-toggle span { background: var(--charcoal); }

@media (max-width: 880px) {
  nav { padding: 14px 20px; }
  nav.is-solid { padding: 10px 20px; }
  .nav-logo img { height: 42px; }
  nav.is-solid .nav-logo img { height: 36px; }
  .nav-links { position: fixed; top: 0; right: 0; height: 100vh; width: 78%; max-width: 340px;
    background: var(--charcoal); flex-direction: column; align-items: flex-start; justify-content: center;
    gap: 28px; padding: 0 48px; transform: translateX(100%); transition: transform 0.4s ease; }
  .nav-links.is-open { transform: translateX(0); }
  .nav-links a { color: rgba(255,255,255,0.85) !important; text-shadow: none !important; font-size: 15px; }
  .nav-toggle { display: flex; }
}

/* ============== PAGE HERO (inner pages) ============== */
.page-hero { position: relative; height: 64vh; min-height: 420px; max-height: 620px; overflow: hidden; display: flex; align-items: flex-end; }
.page-hero-bg { position: absolute; inset: 0; z-index: 0; }
.page-hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,8,35,0.85) 0%, rgba(10,8,35,0.35) 55%, rgba(10,8,35,0.15) 100%); z-index: 1; }
.page-hero-content { position: relative; z-index: 2; padding: 0 56px 64px; max-width: 760px; }
.page-hero-eyebrow { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 18px; display: flex; align-items: center; gap: 14px; }
.page-hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: rgba(255,255,255,0.4); }
.page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 52px; font-weight: 300; line-height: 1.1; color: white; }
.page-hero h1 em { font-style: italic; color: rgba(195,190,255,0.9); }
.page-hero p { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-style: italic; color: rgba(255,255,255,0.7); margin-top: 16px; max-width: 580px; line-height: 1.45; }

/* ============== HERO (homepage) ============== */
.hero { position: relative; height: 100vh; min-height: 680px; max-height: 960px; overflow: hidden; display: flex; align-items: center; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(15,13,45,0.88) 0%, rgba(15,13,45,0.68) 50%, rgba(15,13,45,0.22) 100%); z-index: 1; }
.hero-overlay-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 220px; background: linear-gradient(to top, rgba(10,8,35,0.7) 0%, transparent 100%); z-index: 1; }
.hero-portal { position: absolute; right: -8%; top: 50%; transform: translateY(-50%); width: 55%; max-width: 760px; opacity: 0.08; z-index: 1; pointer-events: none; }
.hero-portal img { width: 100%; }
.hero-content { position: relative; z-index: 2; padding: 140px 56px 120px; max-width: 700px; }
.hero-eyebrow { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 28px; display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.hero-eyebrow::before { content: ''; width: 28px; height: 1px; background: rgba(255,255,255,0.4); flex-shrink: 0; }
.hero h1 { font-family: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 300; line-height: 1.08; color: white; margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: rgba(195,190,255,0.9); }
.hero-tagline { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 300; font-style: italic; color: rgba(255,255,255,0.6); margin-bottom: 28px; line-height: 1.4; }
.hero-body { font-size: 15px; line-height: 1.8; color: rgba(255,255,255,0.6); margin-bottom: 44px; max-width: 480px; font-weight: 300; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.btn-hero { background: white; color: var(--indigo); padding: 16px 40px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; display: inline-block; font-weight: 500; }
.btn-ghost-white { font-size: 12px; color: rgba(255,255,255,0.6); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; }

.hero-quote-strip { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(10,8,35,0.55); backdrop-filter: blur(16px); border-top: 1px solid rgba(255,255,255,0.08); padding: 22px 56px; display: grid; grid-template-columns: repeat(3,1fr); gap: 0; z-index: 2; }
.quote-item { padding: 0 36px 0 0; }
.quote-item + .quote-item { border-left: 1px solid rgba(255,255,255,0.08); padding-left: 36px; }
.quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: rgba(255,255,255,0.2); line-height: 1; margin-bottom: 4px; }
.quote-text { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; color: rgba(255,255,255,0.7); line-height: 1.4; }
.quote-name { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-top: 8px; }

@media (max-width: 880px) {
  .hero { min-height: 760px; }
  .hero-content { padding: 130px 24px 200px; max-width: 100%; }
  .hero h1 { font-size: 42px; }
  .hero-eyebrow { white-space: normal; font-size: 11px; letter-spacing: 0.14em; }
  .hero-quote-strip { grid-template-columns: 1fr; padding: 18px 24px; gap: 14px; }
  .quote-item + .quote-item { border-left: none; border-top: 1px solid rgba(255,255,255,0.08); padding-left: 0; padding-top: 14px; }
  .hero-portal { width: 90%; opacity: 0.06; }
}

/* ============== INTRO STRIP ============== */
.intro-strip { background: var(--white); padding: 72px 56px; display: grid; grid-template-columns: 1fr 1px 1fr 1px 1fr; gap: 48px; align-items: start; }
.intro-sep { background: rgba(74,69,128,0.1); align-self: stretch; }
.intro-label { font-size: 13px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--indigo-light); margin-bottom: 14px; display: flex; align-items: center; gap: 14px; }
.intro-label::before { content: ''; width: 28px; height: 1px; background: var(--indigo-light); flex-shrink: 0; }
.intro-heading { font-family: 'Cormorant Garamond', serif; font-size: 34px; font-weight: 300; color: var(--charcoal); line-height: 1.2; margin-bottom: 16px; }
.intro-body { font-size: 15px; color: var(--warm-grey); line-height: 1.85; font-weight: 300; }
.intro-photo { width: 100%; height: 120px; object-fit: cover; border-radius: 2px; margin-bottom: 16px; }

@media (max-width: 880px) {
  .intro-strip { grid-template-columns: 1fr; padding: 56px 24px; gap: 40px; }
  .intro-sep { display: none; }
}

/* ============== DIVIDER ============== */
.divider { display: flex; align-items: center; gap: 14px; padding: 0 56px; }
.divider-line { flex: 1; height: 1px; background: rgba(74,69,128,0.1); }
.divider-mark { width: 7px; height: 7px; border: 1px solid rgba(74,69,128,0.28); transform: rotate(45deg); flex-shrink: 0; }

/* ============== SECTION LABELS ============== */
.section-label { font-size: 13px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--indigo-light); margin-bottom: 14px; display: flex; align-items: center; gap: 14px; }
.section-label::before { content: ''; width: 28px; height: 1px; background: var(--indigo-light); flex-shrink: 0; }
.section-title { font-family: 'Cormorant Garamond', serif; font-size: 38px; font-weight: 300; line-height: 1.2; color: var(--charcoal); margin-bottom: 52px; max-width: 580px; }

@media (max-width: 880px) {
  .section-title { font-size: 30px; margin-bottom: 36px; }
}

/* ============== PHILOSOPHY / ABOUT SPLIT SECTIONS ============== */
.section-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; max-width: 1320px; margin: 0 auto; }
.split-photo { position: relative; overflow: hidden; min-height: 360px; }
.split-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; position: absolute; inset: 0; }
.split-photo-overlay { position: absolute; inset: 0; background: linear-gradient(to right, transparent 60%, rgba(74,69,128,0.3) 100%); }
.split-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }
.split-content.is-indigo { background: var(--indigo); }
.split-content.is-charcoal { background: var(--charcoal); }
.split-watermark { position: absolute; right: -15%; bottom: -15%; width: 65%; opacity: 0.06; pointer-events: none; z-index: 0; }
.split-content .section-label { color: rgba(255,255,255,0.32); position: relative; z-index: 1; }
.split-content .section-label::before { background: rgba(255,255,255,0.32); }
.split-content .section-title { color: white; margin-bottom: 24px; font-size: 34px; position: relative; z-index: 1; }
.split-content p { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.85; margin-bottom: 0; font-weight: 300; position: relative; z-index: 1; }
.split-content p + a { margin-top: 32px; }
.btn-ghost-light { font-size: 12px; color: rgba(255,255,255,0.5); text-decoration: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding-bottom: 2px; position: relative; z-index: 1; align-self: flex-start; display: inline-block; margin-top: 32px; }

@media (max-width: 880px) {
  .section-split { grid-template-columns: 1fr; }
  .split-photo { min-height: 320px; }
  .split-content { padding: 56px 28px; }
}

/* ============== MODALITIES — photo cards ============== */
.section-modalities { padding: 88px 56px; background: var(--cream); }
.modalities-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; }
.mod-card { position: relative; height: 320px; overflow: hidden; cursor: default; }
.mod-photo { position: absolute; inset: 0; transition: transform 0.6s ease; }
.mod-card:hover .mod-photo, .mod-card:focus-within .mod-photo { transform: scale(1.05); }
.mod-photo img { width: 100%; height: 100%; object-fit: cover; }
.mod-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,8,40,0.94) 0%, rgba(10,8,40,0.5) 45%, rgba(10,8,40,0.1) 100%); transition: background 0.3s; }
.mod-card:hover .mod-overlay, .mod-card:focus-within .mod-overlay { background: linear-gradient(to top, rgba(10,8,40,0.97) 0%, rgba(10,8,40,0.65) 55%, rgba(10,8,40,0.2) 100%); }
.mod-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 32px; z-index: 2; }
.mod-num { font-family: 'Cormorant Garamond', serif; font-size: 11px; color: rgba(255,255,255,0.3); letter-spacing: 0.25em; margin-bottom: 6px; text-transform: uppercase; }
.mod-name { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 300; color: white; line-height: 1.1; margin-bottom: 8px; }
.mod-desc { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; font-weight: 300; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.3s; opacity: 0; }
.mod-card:hover .mod-desc, .mod-card:focus-within .mod-desc { max-height: 140px; opacity: 1; }
.mod-badge { display: inline-block; font-size: 9px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(195,190,255,0.7); border: 1px solid rgba(195,190,255,0.25); padding: 3px 8px; border-radius: 1px; margin-bottom: 8px; }

@media (max-width: 1100px) {
  .modalities-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 880px) {
  .section-modalities { padding: 56px 20px; }
  .modalities-grid { grid-template-columns: 1fr; }
  .mod-card { height: 320px; }
  .mod-desc { max-height: 140px; opacity: 1; }
}

/* ============== DIFFERENCE ============== */
.section-difference { padding: 88px 56px; background: var(--white); position: relative; overflow: hidden; }
.diff-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3px; position: relative; z-index: 1; }
.diff-card { padding: 44px; }
.diff-card.typical { background: rgba(0,0,0,0.03); }
.diff-card.enki { background: var(--indigo-pale); }
.diff-tag { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 24px; display: flex; align-items: center; gap: 10px; }
.diff-tag::before { content: ''; width: 18px; height: 1px; background: currentColor; }
.typical .diff-tag { color: var(--warm-grey); opacity: 0.7; }
.enki .diff-tag { color: var(--indigo); }
.diff-card ul { display: flex; flex-direction: column; gap: 16px; }
.diff-card li { font-size: 14px; line-height: 1.5; padding-left: 22px; position: relative; }
.typical li { color: var(--warm-grey); opacity: 0.75; }
.typical li::before { content: '–'; position: absolute; left: 0; }
.enki li { color: var(--charcoal); }
.enki li::before { content: '◆'; position: absolute; left: 0; font-size: 7px; color: var(--indigo); top: 5px; }

@media (max-width: 880px) {
  .section-difference { padding: 56px 20px; }
  .diff-grid { grid-template-columns: 1fr; }
}

/* ============== TESTIMONIALS ============== */
.section-testimonials { padding: 88px 56px; background: var(--cream); }
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.testi-grid.secondary { margin-top: 20px; }
.testi-card { background: var(--white); padding: 36px; }
.testi-quote-mark { font-family: 'Cormorant Garamond', serif; font-size: 52px; color: var(--indigo); opacity: 0.14; line-height: 0.7; margin-bottom: 18px; }
.testi-text { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; line-height: 1.55; color: var(--charcoal); margin-bottom: 22px; }
.testi-name { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--indigo-light); }

@media (max-width: 880px) {
  .section-testimonials { padding: 56px 20px; }
  .testi-grid, .testi-grid.secondary { grid-template-columns: 1fr; }
}

/* ============== BOOK ============== */
.section-book { position: relative; padding: 110px 56px; background: var(--indigo); text-align: center; overflow: hidden; }
.book-watermark { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 60%; max-width: 800px; opacity: 0.07; pointer-events: none; z-index: 0; }
.section-book .section-label { justify-content: center; color: rgba(255,255,255,0.32); position: relative; z-index: 1; }
.section-book .section-label::before { display: none; }
.section-book .section-title { color: white; margin: 0 auto 20px; text-align: center; position: relative; z-index: 1; }
.section-book p { font-size: 16px; color: rgba(255,255,255,0.55); margin-bottom: 44px; line-height: 1.9; font-weight: 300; position: relative; z-index: 1; max-width: 640px; margin-left: auto; margin-right: auto; }
.btn-book { position: relative; z-index: 1; background: white; color: var(--indigo); padding: 16px 48px; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border-radius: 2px; display: inline-block; font-weight: 500; }

@media (max-width: 880px) {
  .section-book { padding: 72px 24px; }
}

/* ============== GENERIC CONTENT SECTIONS (inner pages) ============== */
.section-content { padding: 88px 56px; max-width: 880px; margin: 0 auto; }
.section-content p { font-size: 15px; color: var(--warm-grey); line-height: 1.85; margin-bottom: 24px; font-weight: 300; max-width: 700px; }
.section-content p:last-child { margin-bottom: 0; }
.section-content.is-narrow { max-width: 700px; }
.pull-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 30px; font-weight: 300; color: var(--indigo); line-height: 1.4; padding: 8px 0 8px 28px; border-left: 2px solid var(--indigo-light); margin: 40px 0; max-width: 600px; }
.inline-photo { width: 100%; max-width: 560px; border-radius: 2px; margin: 40px 0; }

@media (max-width: 880px) {
  .section-content { padding: 56px 22px; }
  .pull-quote { font-size: 24px; padding-left: 20px; }
}

/* ============== SERVICES PAGE — detail rows ============== */
.service-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding: 64px 56px; border-top: 1px solid rgba(74,69,128,0.1); }
.service-detail:nth-of-type(even) .service-photo { order: 2; }
.service-photo { position: relative; overflow: hidden; border-radius: 2px; aspect-ratio: 4/3; }
.service-photo img { width: 100%; height: 100%; object-fit: cover; }
.service-text .mod-badge { color: var(--indigo-light); border-color: rgba(74,69,128,0.25); }
.service-text h3 { font-family: 'Cormorant Garamond', serif; font-size: 30px; font-weight: 300; color: var(--charcoal); margin: 10px 0 16px; }
.service-text p { font-size: 14px; color: var(--warm-grey); line-height: 1.8; margin-bottom: 14px; font-weight: 300; }
.service-text p strong { color: var(--charcoal); font-weight: 500; }

@media (max-width: 880px) {
  .service-detail { grid-template-columns: 1fr; padding: 44px 22px; gap: 28px; }
  .service-detail:nth-of-type(even) .service-photo { order: 0; }
}

/* ============== CONDITIONS GRID ============== */
.conditions-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(74,69,128,0.1); }
.condition-card { background: var(--white); padding: 32px 28px; }
.condition-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--indigo); margin-bottom: 10px; }
.condition-card p { font-size: 13px; color: var(--warm-grey); line-height: 1.7; font-weight: 300; }

@media (max-width: 880px) {
  .conditions-grid { grid-template-columns: 1fr; }
}

/* ============== CONTACT PAGE ============== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; padding: 80px 56px; max-width: 1200px; margin: 0 auto; }
.contact-block h3 { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: var(--indigo-light); margin-bottom: 10px; }
.contact-block p, .contact-block a { font-size: 16px; color: var(--charcoal); line-height: 1.7; text-decoration: none; }
.contact-block { margin-bottom: 36px; }
.map-embed { width: 100%; height: 100%; min-height: 420px; border: 0; border-radius: 2px; }
.contact-socials { display: flex; gap: 18px; margin-top: 8px; }
.contact-socials a { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--indigo); border-bottom: 1px solid var(--indigo-light); padding-bottom: 2px; }

@media (max-width: 880px) {
  .contact-grid { grid-template-columns: 1fr; padding: 48px 22px; gap: 40px; }
}

/* ============== BOOKING PAGE ============== */
.booking-wrap { max-width: 920px; margin: 0 auto; padding: 64px 56px 100px; }
.booking-note { background: var(--indigo-pale); border-radius: 2px; padding: 24px 28px; margin-bottom: 40px; font-size: 13px; color: var(--indigo); line-height: 1.7; }
.booking-note strong { font-weight: 500; }

@media (max-width: 880px) {
  .booking-wrap { padding: 40px 22px 64px; }
}

/* ============== FOOTER ============== */
footer { background: #0d0c1a; padding: 64px 56px 36px; position: relative; overflow: hidden; }
.footer-watermark { position: absolute; left: -10%; bottom: -25%; width: 50%; max-width: 600px; opacity: 0.04; pointer-events: none; z-index: 0; }
.footer-ack { position: relative; z-index: 1; font-size: 12px; color: rgba(255,255,255,0.32); line-height: 1.8; max-width: 760px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 36px; font-weight: 300; }
.footer-top { position: relative; z-index: 1; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; padding-bottom: 40px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 28px; }
.footer-logo img { height: 48px; width: auto; margin-bottom: 20px; display: block; }
.footer-brand p { font-size: 12px; color: rgba(255,255,255,0.32); line-height: 1.9; }
.footer-col h4 { font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.22); margin-bottom: 18px; }
.footer-col li { font-size: 12px; color: rgba(255,255,255,0.38); margin-bottom: 10px; }
.footer-col li a { text-decoration: none; color: inherit; }
.footer-col li a:hover { color: rgba(255,255,255,0.6); }
.footer-bottom-row { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-copyright { font-size: 11px; color: rgba(255,255,255,0.14); }
.footer-egg { font-size: 10px; color: rgba(255,255,255,0.09); font-style: italic; letter-spacing: 0.04em; }

@media (max-width: 880px) {
  footer { padding: 48px 22px 28px; }
  .footer-top { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom-row { flex-direction: column; align-items: flex-start; }
}

/* ============== BLOG ============== */
.blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 32px; padding: 72px 56px 100px; max-width: 1100px; margin: 0 auto; }
.blog-card { background: var(--white); padding: 36px; display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(74,69,128,0.1); }
.blog-card-date { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--indigo-light); margin-bottom: 14px; }
.blog-card h2 { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 400; line-height: 1.25; margin-bottom: 14px; color: var(--charcoal); }
.blog-card h2 a { text-decoration: none; color: inherit; }
.blog-card p { font-size: 14px; color: var(--warm-grey); line-height: 1.75; margin-bottom: 24px; font-weight: 300; flex: 1; }
.blog-card .read-more { font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--indigo); text-decoration: none; border-bottom: 1px solid var(--indigo-light); padding-bottom: 3px; align-self: flex-start; }

@media (max-width: 880px) {
  .blog-grid { grid-template-columns: 1fr; padding: 48px 22px 64px; gap: 24px; }
}

.article-header { padding: 160px 24px 36px; text-align: center; max-width: 760px; margin: 0 auto; }
.article-header .section-label { justify-content: center; }
.article-header .section-label::before { display: none; }
.article-header h1 { font-family: 'Cormorant Garamond', serif; font-size: 44px; font-weight: 300; line-height: 1.18; color: var(--charcoal); }
.article-subtitle { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 18px; color: var(--indigo-light); margin-top: 16px; }
.article-meta { font-size: 12px; letter-spacing: 0.05em; color: var(--warm-grey); margin-top: 18px; }

.article-body { max-width: 680px; margin: 0 auto; padding: 24px 24px 90px; }
.article-body h3 { font-family: 'Cormorant Garamond', serif; font-size: 27px; font-weight: 500; color: var(--indigo); margin: 44px 0 18px; line-height: 1.3; }
.article-body p { font-size: 16px; line-height: 1.9; color: var(--warm-grey); margin-bottom: 24px; font-weight: 300; }
.article-body p strong { color: var(--charcoal); font-weight: 500; }
.article-body p em { color: var(--indigo); }
.article-hr { border: none; height: 1px; background: rgba(74,69,128,0.14); margin: 48px 0; }
.article-byline { text-align: center; font-size: 13px; color: var(--indigo-light); letter-spacing: 0.04em; margin-top: 4px; font-style: italic; }
.article-meta-bottom { text-align: center; font-size: 13px; color: var(--warm-grey); line-height: 1.8; margin-top: 56px; padding-top: 32px; border-top: 1px solid rgba(74,69,128,0.1); }
.article-back { display: block; text-align: center; margin: 28px 0 0; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--indigo); text-decoration: none; }

@media (max-width: 880px) {
  .article-header { padding: 130px 22px 28px; }
  .article-header h1 { font-size: 32px; }
  .article-body { padding: 20px 22px 64px; }
  .article-body p { font-size: 15px; }
}
