/* ─────────────────────────────────────────────────────────────────────────────
   KosmoEstetik — Premium Design System v2
   Phase 2: UI/UX Enhancement
   ───────────────────────────────────────────────────────────────────────────── */

:root {
  --cream:      #f5f0eb;
  --warm-white: #faf8f5;
  --blush:      #d4a5a0;
  --rose:       #b8706a;
  --deep-rose:  #8b4f4b;
  --gold:       #c9a96e;
  --gold-light: #e8d5b0;
  --charcoal:   #2a2020;
  --text-mid:   #5a4a4a;
  --text-light: #9a8080;

  --sh-sm:  0 2px 12px rgba(42,32,32,0.06);
  --sh-md:  0 8px 32px rgba(42,32,32,0.10);
  --sh-lg:  0 24px 64px rgba(42,32,32,0.16);

  --t-fast: 0.2s ease;
  --t-med:  0.35s cubic-bezier(0.4,0,0.2,1);
  --t-slow: 0.6s cubic-bezier(0.4,0,0.2,1);
}

*    { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  background: var(--warm-white);
  color: var(--charcoal);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── SCROLL REVEAL ──────────────────────────────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s cubic-bezier(0.4,0,0.2,1),
              transform 0.75s cubic-bezier(0.4,0,0.2,1);
}
.reveal.in-view { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.10s; }
.reveal.d2 { transition-delay: 0.20s; }
.reveal.d3 { transition-delay: 0.30s; }
.reveal.d4 { transition-delay: 0.40s; }
.reveal.d5 { transition-delay: 0.50s; }

/* ── NAVIGATION ─────────────────────────────────────────────────────────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 60px;
  background: rgba(250,248,245,0.92);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(201,169,110,0.18);
  transition: padding var(--t-med), box-shadow var(--t-med);
}
nav.scrolled {
  padding: 14px 60px;
  box-shadow: var(--sh-sm);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 400; letter-spacing: 0.1em;
  color: var(--charcoal); text-decoration: none;
  transition: opacity var(--t-fast);
}
.nav-logo:hover { opacity: 0.7; }
.nav-logo span  { color: var(--gold); }

.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a {
  font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-mid); text-decoration: none;
  position: relative; padding-bottom: 3px;
  transition: color var(--t-fast);
}
.nav-links a::after {
  content: '';
  position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--rose);
  transition: width var(--t-med);
}
.nav-links a:hover           { color: var(--rose); }
.nav-links a:hover::after    { width: 100%; }

.nav-right { display: flex; align-items: center; gap: 10px; }

.nav-cta {
  font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase;
  padding: 10px 26px; border: 1px solid var(--gold);
  color: var(--charcoal); text-decoration: none;
  background-image: linear-gradient(var(--gold), var(--gold));
  background-size: 0% 100%; background-repeat: no-repeat; background-position: left center;
  transition: background-size var(--t-med), color var(--t-med);
}
.nav-cta:hover { background-size: 100% 100%; color: #fff; }

.nav-lang {
  background: none; border: 1px solid var(--blush);
  color: var(--text-mid); font-family: 'Jost', sans-serif;
  font-size: 0.68rem; letter-spacing: 0.15em; padding: 7px 13px; cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast);
}
.nav-lang:hover { background: var(--blush); color: #fff; }

.nav-admin {
  font-size: 0.65rem; letter-spacing: 0.15em; text-transform: uppercase;
  padding: 8px 16px; background: var(--charcoal);
  color: var(--gold-light); text-decoration: none; white-space: nowrap;
  transition: background var(--t-med);
}
.nav-admin:hover { background: var(--deep-rose); }

.nav-burger {
  display: none; background: none; border: none; cursor: pointer;
  font-size: 1.4rem; color: var(--charcoal); padding: 4px 8px;
}

/* ── HERO ───────────────────────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 80px; position: relative; overflow: hidden;
}
.hero-left {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 60px 80px 80px;
}
.hero-eyebrow {
  font-size: 0.65rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 32px;
  display: flex; align-items: center; gap: 16px;
}
.hero-eyebrow::before {
  content: ''; width: 48px; height: 1px; flex-shrink: 0;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.4rem,5.2vw,5.8rem); font-weight: 300;
  line-height: 1.06; margin-bottom: 18px; letter-spacing: -0.01em;
}
.hero-title em { font-style: italic; color: var(--rose); }
.hero-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem,2vw,1.8rem); font-weight: 300;
  letter-spacing: 0.12em; color: var(--text-mid); margin-bottom: 22px;
}
.hero-desc {
  font-size: 0.93rem; line-height: 1.9;
  color: var(--text-mid); max-width: 400px; margin-bottom: 44px;
}

/* Stats with border dividers */
.hero-stats {
  display: flex; gap: 0; margin-bottom: 44px;
  border-top: 1px solid rgba(201,169,110,0.25);
  border-bottom: 1px solid rgba(201,169,110,0.25);
  padding: 24px 0;
}
.hero-stats > div {
  flex: 1; padding: 0 32px 0 0;
  border-right: 1px solid rgba(201,169,110,0.2);
}
.hero-stats > div:first-child { padding-left: 0; }
.hero-stats > div:last-child  { border-right: none; }
.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem; font-weight: 300; color: var(--charcoal);
  display: block; line-height: 1; letter-spacing: -0.02em;
}
.stat-label {
  font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--text-light); margin-top: 6px; display: block;
}

.hero-btns { display: flex; gap: 20px; align-items: center; }
.btn-primary {
  display: inline-block; padding: 17px 44px;
  background: var(--deep-rose); color: #fff;
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  text-decoration: none;
  transition: background var(--t-med), transform var(--t-med), box-shadow var(--t-med);
}
.btn-primary:hover {
  background: var(--rose);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(139,79,75,0.28);
}
.btn-secondary {
  display: inline-block;
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--text-mid); text-decoration: none;
  border-bottom: 1px solid var(--gold); padding-bottom: 3px;
  transition: color var(--t-fast);
}
.btn-secondary:hover { color: var(--rose); }

.hero-right {
  position: relative;
  background: linear-gradient(160deg, #e8d5c8 0%, #d4b5a8 40%, #c49a90 100%);
  overflow: hidden;
}
.hero-right::after {
  content: '';
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: linear-gradient(to bottom, transparent 55%, rgba(42,32,32,0.18) 100%);
}
.hero-photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: top center;
  transition: transform 8s ease;
}
.hero:hover .hero-photo { transform: scale(1.03); }
.hero-badge {
  position: absolute; bottom: 48px; left: 28px; z-index: 2;
  background: var(--charcoal); color: var(--gold-light);
  padding: 24px 30px; box-shadow: var(--sh-lg);
}
.hero-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; display: block; font-weight: 300; line-height: 1;
}
.hero-badge span {
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--blush); display: block; margin-top: 6px;
}

/* Scroll indicator — absolutely positioned on .hero (position:relative) */
.scroll-indicator {
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 0.58rem; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--text-light); text-decoration: none; white-space: nowrap; z-index: 3;
  animation: scrollBounce 2.2s ease-in-out infinite;
}
.scroll-indicator::after { content: '↓'; font-size: 0.9rem; color: var(--gold); }
@keyframes scrollBounce {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(7px); }
}

/* ── SERVICES ───────────────────────────────────────────────────────────────── */
.services { padding: 120px 80px; }
.section-header { text-align: center; margin-bottom: 72px; }
.section-tag {
  font-size: 0.64rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px; display: block;
}
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem,3.4vw,3.6rem); font-weight: 300; line-height: 1.18;
}
.section-title em { font-style: italic; color: var(--rose); }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }

.service-card {
  background: var(--cream); padding: 52px 40px;
  position: relative; overflow: hidden; cursor: default;
  transition: background var(--t-med), box-shadow var(--t-med), transform var(--t-med);
}
/* Top gradient bar */
.service-card::before {
  content: ''; position: absolute; top: 0; left: 0;
  width: 0; height: 3px;
  background: linear-gradient(90deg, var(--deep-rose), var(--gold));
  transition: width var(--t-slow);
}
/* Arrow indicator */
.service-card::after {
  content: '→';
  position: absolute; bottom: 40px; right: 36px;
  font-size: 1rem; color: var(--gold);
  opacity: 0; transform: translateX(-10px);
  transition: opacity var(--t-med), transform var(--t-med);
}
.service-card:hover {
  background: #fff;
  box-shadow: var(--sh-md);
  transform: translateY(-4px);
}
.service-card:hover::before { width: 100%; }
.service-card:hover::after  { opacity: 1; transform: none; }

.service-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.8rem; font-weight: 300; color: rgba(201,169,110,0.18);
  line-height: 1; margin-bottom: 24px; display: block;
  transition: color var(--t-med);
}
.service-card:hover .service-num { color: rgba(201,169,110,0.32); }
.service-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.55rem; font-weight: 400; margin-bottom: 14px;
  transition: color var(--t-fast);
}
.service-card:hover .service-name { color: var(--deep-rose); }
.service-desc { font-size: 0.86rem; line-height: 1.85; color: var(--text-mid); }

/* ── BOOKING ────────────────────────────────────────────────────────────────── */
.booking {
  padding: 120px 80px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
  background: linear-gradient(135deg, var(--warm-white) 0%, var(--cream) 100%);
}
.booking-left .about-label {
  font-size: 0.64rem; letter-spacing: 0.35em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 22px; display: block;
}
.booking-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.6rem,3.8vw,4.2rem); font-weight: 300; line-height: 1.1; margin-bottom: 24px;
}
.booking-title em { font-style: italic; color: var(--rose); }
.booking-text { font-size: 0.92rem; line-height: 1.9; color: var(--text-mid); margin-bottom: 40px; }

.contact-items { display: flex; flex-direction: column; gap: 20px; }
.contact-item  { display: flex; align-items: center; gap: 18px; font-size: 0.88rem; color: var(--text-mid); }
.contact-item a { color: var(--text-mid); text-decoration: none; transition: color var(--t-fast); }
.contact-item a:hover { color: var(--rose); }
.contact-icon {
  width: 44px; height: 44px; border: 1px solid var(--gold-light); flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  transition: background var(--t-med), border-color var(--t-med);
}
.contact-item:hover .contact-icon { background: var(--gold-light); border-color: var(--gold); }

.booking-form { display: flex; flex-direction: column; gap: 18px; }
.form-group   { display: flex; flex-direction: column; gap: 10px; }
.form-label   {
  font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-light);
}
.form-input {
  padding: 15px 18px;
  border: 1px solid rgba(201,169,110,0.28);
  background: rgba(250,248,245,0.7);
  font-family: 'Jost', sans-serif; font-size: 0.9rem; font-weight: 300;
  color: var(--charcoal); outline: none; width: 100%;
  transition: border-color var(--t-fast), background var(--t-fast), box-shadow var(--t-fast);
}
.form-input:focus {
  border-color: var(--gold); background: #fff;
  box-shadow: 0 0 0 3px rgba(201,169,110,0.12);
}
.form-input::placeholder { color: var(--text-light); font-weight: 300; }
.form-textarea { resize: vertical; min-height: 110px; }

.form-submit {
  padding: 17px 44px; background: var(--deep-rose); color: #fff;
  border: none; cursor: pointer; font-family: 'Jost', sans-serif;
  font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase;
  align-self: flex-start;
  transition: background var(--t-med), transform var(--t-med), box-shadow var(--t-med);
}
.form-submit:hover {
  background: var(--rose);
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(139,79,75,0.25);
}
.form-submit:disabled {
  background: var(--text-light); cursor: not-allowed; transform: none; box-shadow: none;
}
.form-msg         { font-size: 0.85rem; margin-top: 4px; min-height: 20px; }
.form-msg.success { color: #3a6b1a; }
.form-msg.error   { color: #8b2020; }

/* ── FEEDBACK ───────────────────────────────────────────────────────────────── */
.feedback-section { padding: 120px 80px; background: var(--cream); position: relative; }
/* Decorative top line */
.feedback-section::before {
  content: '';
  position: absolute; top: 0; left: 80px; right: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
}
.feedback-wrap {
  display: grid; grid-template-columns: 1fr 1.6fr; gap: 80px;
  align-items: start; margin-top: 60px;
}
.feedback-desc {
  font-size: 0.95rem; line-height: 1.95; color: var(--text-mid);
  margin-bottom: 48px; max-width: 320px;
}
.fb-trust     { display: flex; flex-direction: column; gap: 28px; }
.fb-trust-item{ display: flex; flex-direction: column; gap: 6px; }
.fb-trust-num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.8rem; color: var(--gold);
}
.fb-trust-label {
  font-size: 0.64rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--text-light);
}
.feedback-form { display: flex; flex-direction: column; gap: 22px; }
.fb-row        { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* Stars */
.star-rating { display: flex; gap: 4px; margin-top: 8px; }
.star {
  background: none; border: none; font-size: 2.2rem; cursor: pointer;
  color: #d8d0c8; padding: 0; line-height: 1; font-family: serif;
  transition: color var(--t-fast), transform 0.15s;
}
.star:hover { transform: scale(1.15); }
.star.lit   { color: var(--gold); }

/* Radio */
.fb-radio     { display: flex; gap: 28px; margin-top: 8px; }
.fb-radio-opt { display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 0.88rem; color: var(--text-mid); }
.fb-radio-opt input { accent-color: var(--deep-rose); width: 16px; height: 16px; cursor: pointer; }

/* ── FOOTER ─────────────────────────────────────────────────────────────────── */
footer { background: var(--charcoal); color: var(--cream); padding: 72px 80px 44px; }
.footer-inner {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 60px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(201,169,110,0.12); margin-bottom: 32px;
}
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.9rem; font-weight: 300; }
.footer-brand span { color: var(--gold); }
.footer-brand p {
  font-size: 0.82rem; color: rgba(245,240,235,0.45);
  font-family: 'Jost', sans-serif; margin-top: 10px; line-height: 1.7;
}
.footer-heading {
  font-size: 0.62rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 20px;
}
footer a {
  font-size: 0.84rem; color: rgba(245,240,235,0.55);
  text-decoration: none; display: block; margin-bottom: 10px;
  transition: color var(--t-fast);
}
footer a:hover { color: var(--blush); }
.footer-bottom {
  font-size: 0.7rem; color: rgba(245,240,235,0.3);
  text-align: center; letter-spacing: 0.08em;
}

/* ── BLOG SECTION (landing preview) ─────────────────────────────────────────── */
.blog-preview { background: var(--charcoal); padding: 100px 80px; }
.blog-preview .section-title { color: var(--cream); }
.blog-preview .section-title em { color: var(--blush); font-style: italic; }
.blog-preview .section-header { margin-bottom: 56px; }
.blog-preview-sub { font-family:'Jost',sans-serif; font-size:0.75rem; letter-spacing:0.14em; text-transform:uppercase; color:rgba(201,169,110,0.55); margin-top:14px; }
.blog-preview-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 20px;
  max-width: 1240px; margin: 0 auto 48px;
}
.blog-preview-more { text-align: center; margin-top: 12px; }

.blog-card-anim {
  animation: blogCardIn 0.55s cubic-bezier(0.4,0,0.2,1) both;
}
@keyframes blogCardIn {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: none; }
}

.blog-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(201,169,110,0.14);
  border-radius: 12px; overflow: hidden; cursor: pointer; display: block;
  text-decoration: none; color: inherit;
  transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), border-color 0.3s ease, box-shadow 0.3s ease;
}
.blog-card:hover { transform: translateY(-8px); border-color: rgba(201,169,110,0.45); box-shadow: 0 24px 56px rgba(0,0,0,0.32); }
.blog-cover {
  height: 220px;
  background: linear-gradient(135deg,rgba(201,169,110,0.18),rgba(42,32,32,0.55));
  background-size: cover; background-position: center;
  position: relative; overflow: hidden;
  transition: height 0.3s ease;
}
.blog-cover::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(30,18,18,0.55) 0%, transparent 65%);
  pointer-events: none;
}
.blog-body { padding: 22px 24px 26px; }
.blog-date { display: block; font-family:'Jost',sans-serif; font-size:0.62rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); margin-bottom:10px; }
.blog-title { font-family:'Cormorant Garamond',serif; font-size:1.28rem; font-weight:400; color:var(--cream); line-height:1.4; margin-bottom:10px; }
.blog-excerpt { font-size:0.8rem; color:rgba(245,240,235,0.55); line-height:1.75; margin-bottom:16px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.blog-read { font-family:'Jost',sans-serif; font-size:0.68rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--gold); display:inline-flex; align-items:center; gap:5px; transition:gap 0.2s ease, color 0.2s ease; }
.blog-card:hover .blog-read { gap:10px; color:var(--blush); }

/* ── BLOG LISTING PAGE ───────────────────────────────────────────────────────── */
.blog-hero { background: var(--charcoal); padding: 150px 80px 90px; position:relative; overflow:hidden; }
.blog-hero::before { content:''; position:absolute; bottom:0; left:0; right:0; height:1px; background:linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent); }
.blog-hero-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.blog-hero-title { font-family:'Cormorant Garamond',serif; font-size:clamp(2.6rem,5vw,4rem); font-weight:300; color:var(--cream); line-height:1.15; margin:16px 0 20px; letter-spacing:-0.01em; }
.blog-hero-title em { color: var(--blush); font-style: italic; }
.blog-hero-sub { font-family:'Jost',sans-serif; font-size:0.82rem; color:rgba(245,240,235,0.45); letter-spacing:0.1em; text-transform:uppercase; }
.blog-listing-section { background:#faf8f5; padding: 72px 80px 100px; min-height: 400px; }
.blog-listing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; max-width:1260px; margin:0 auto; }
.blog-listing-grid .blog-card { background:#fff; border-color:#ede8e3; box-shadow:0 4px 16px rgba(42,32,32,0.07); }
.blog-listing-grid .blog-card:hover { border-color:rgba(201,169,110,0.5); box-shadow:0 20px 48px rgba(42,32,32,0.13); }
.blog-listing-grid .blog-cover { background:linear-gradient(135deg,#f0ebe6,#e3dbd5); }
.blog-listing-grid .blog-cover::after { background:linear-gradient(to top, rgba(42,32,32,0.25) 0%, transparent 65%); }
.blog-listing-grid .blog-title { color:var(--charcoal); }
.blog-listing-grid .blog-excerpt { color:#5a4a4a; }
.blog-listing-grid .blog-read { color:var(--rose); }
.blog-listing-grid .blog-card:hover .blog-read { color:var(--deep-rose); }
.blog-skeleton { height:340px; background:linear-gradient(90deg,#f0ece8 25%,#faf8f5 50%,#f0ece8 75%); background-size:200%; border-radius:8px; animation:shimBlog 1.4s ease infinite; }
@keyframes shimBlog { 0%{background-position:200%} 100%{background-position:-200%} }
.blog-empty { text-align:center; padding:80px 20px; color:#aaa; font-family:'Cormorant Garamond',serif; font-size:1.4rem; font-style:italic; }

/* ── BLOG POST PAGE ──────────────────────────────────────────────────────────── */
.blog-post-cover-full { width:100%; height:480px; background:linear-gradient(135deg,#e8ddd5,#d5c8be); background-size:cover; background-position:center; margin-top:80px; position:relative; }
.blog-post-cover-full::after { content:''; position:absolute; inset:0; background:linear-gradient(to bottom, transparent 50%, rgba(30,18,18,0.35) 100%); pointer-events:none; }
.blog-post-wrap { max-width:760px; margin:0 auto; padding:0 28px; }
.blog-post-cover { height:420px; background:linear-gradient(135deg,#f5f0eb,#e8e3de); background-size:cover; background-position:center; margin-bottom:0; }
.blog-post-body { padding:52px 0 88px; }
.blog-post-meta { display:flex; align-items:center; gap:20px; margin-bottom:20px; }
.blog-post-meta time { font-family:'Jost',sans-serif; font-size:0.68rem; letter-spacing:0.16em; text-transform:uppercase; color:var(--gold); }
.blog-post-meta .read-time { font-family:'Jost',sans-serif; font-size:0.68rem; letter-spacing:0.1em; color:var(--text-light); }
.blog-post-meta .read-time::before { content:'·'; margin-right:20px; color:var(--gold-light); }
.blog-back { font-family:'Jost',sans-serif; font-size:0.72rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--rose); text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-bottom:32px; transition:gap 0.2s ease, color 0.2s ease; }
.blog-back:hover { gap:10px; color:var(--deep-rose); }
.blog-post-title { font-family:'Cormorant Garamond',serif; font-size:clamp(2.2rem,4.5vw,3.4rem); font-weight:300; color:var(--charcoal); line-height:1.2; margin-bottom:28px; letter-spacing:-0.01em; }
.blog-post-excerpt { font-size:1.08rem; color:#5a4a4a; line-height:1.75; margin-bottom:40px; font-style:italic; border-left:3px solid var(--gold); padding-left:22px; }
.blog-post-content { font-size:1rem; line-height:2; color:#3a2e2e; }
.blog-post-content p { margin-bottom:1.6em; }
.blog-post-content p:first-child::first-letter { font-family:'Cormorant Garamond',serif; font-size:3.6em; font-weight:300; float:left; line-height:0.85; margin:4px 10px 0 0; color:var(--rose); }
.blog-post-author { margin-top:56px; padding:24px 0 0; border-top:1px solid #ede8e3; display:flex; align-items:center; gap:12px; }
.blog-post-author::before { content:''; width:32px; height:1px; background:var(--gold); flex-shrink:0; }
.blog-post-author span { font-family:'Cormorant Garamond',serif; font-size:1.05rem; font-style:italic; color:var(--text-mid); }
.blog-post-loading { text-align:center; padding:140px 0; color:var(--text-light); font-family:'Jost',sans-serif; font-size:0.82rem; letter-spacing:0.14em; text-transform:uppercase; }
.blog-post-404 { text-align:center; padding:120px 0; }
.blog-post-404 h2 { font-family:'Cormorant Garamond',serif; font-size:2.4rem; font-weight:300; color:var(--text-light); margin-bottom:24px; }
.blog-post-404 a { color:var(--gold); font-size:0.8rem; letter-spacing:0.1em; text-transform:uppercase; text-decoration:none; border-bottom:1px solid rgba(201,169,110,0.4); padding-bottom:2px; }
.blog-post-cta { background:var(--charcoal); padding:100px 24px; text-align:center; }
.blog-post-cta-inner { max-width:580px; margin:0 auto; }
.blog-post-cta-label { font-family:'Jost',sans-serif; font-size:0.68rem; letter-spacing:0.22em; text-transform:uppercase; color:var(--gold); margin-bottom:20px; display:block; }
.blog-post-cta-title { font-family:'Cormorant Garamond',serif; font-size:clamp(2rem,3.5vw,2.8rem); font-weight:300; color:var(--cream); line-height:1.25; margin-bottom:36px; }
.blog-post-cta-title em { color:var(--blush); font-style:italic; }

/* ── DATE PICKER & TIME SLOTS ───────────────────────────────────────────────── */
.date-strip::-webkit-scrollbar { height: 3px; }
.date-strip::-webkit-scrollbar-thumb { background: rgba(201,169,110,0.35); border-radius: 2px; }
.date-strip {
  display: flex; gap: 8px; overflow-x: auto; padding-bottom: 10px;
  scrollbar-width: thin; scrollbar-color: rgba(201,169,110,0.4) transparent;
}
.date-btn {
  flex: 0 0 72px; display: flex; flex-direction: column; align-items: center;
  padding: 14px 8px 12px;
  border: 2px solid #e2dbd2;
  background: #fff; color: var(--charcoal); cursor: pointer;
  transition: border-color 0.18s, background 0.18s, color 0.18s, box-shadow 0.18s;
  border-radius: 10px; gap: 4px;
}
.date-btn:hover { border-color: var(--gold); }
.date-btn.active {
  background: var(--deep-rose); border-color: var(--deep-rose); color: #fff;
  box-shadow: 0 4px 16px rgba(139,79,75,0.25);
}
.date-day {
  font-family: 'Jost', sans-serif; font-size: 0.62rem; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light);
}
.date-num {
  font-family: 'Cormorant Garamond', serif; font-size: 1.7rem; font-weight: 400; line-height: 1;
  color: var(--charcoal);
}
.date-month {
  font-family: 'Jost', sans-serif; font-size: 0.6rem; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--text-light);
}
.date-btn.active .date-day,
.date-btn.active .date-num,
.date-btn.active .date-month { color: #fff; }

.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot-btn {
  padding: 15px 8px;
  border: 2px solid #e2dbd2;
  background: #fff; color: var(--charcoal); cursor: pointer; text-align: center;
  font-family: 'Jost', sans-serif; font-size: 0.95rem; font-weight: 400; letter-spacing: 0.02em;
  transition: border-color 0.18s, background 0.18s, color 0.18s, box-shadow 0.18s;
  border-radius: 8px;
}
.slot-btn:hover:not(:disabled) { border-color: var(--gold); }
.slot-btn.active {
  background: var(--deep-rose); border-color: var(--deep-rose); color: #fff; font-weight: 500;
  box-shadow: 0 4px 16px rgba(139,79,75,0.25);
}
.slot-btn:disabled {
  opacity: 0.35; cursor: not-allowed; border-color: #ede8e2;
  text-decoration: line-through; background: #faf8f5; color: var(--text-light);
}
.slots-loading { color: var(--text-light); font-size: 0.85rem; font-family: 'Jost', sans-serif; padding: 8px 0; }

/* ── MOBILE ─────────────────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  nav          { padding: 18px 24px; flex-wrap: wrap; }
  nav.scrolled { padding: 14px 24px; }

  .nav-links { display: none; width: 100%; flex-direction: column; gap: 0; padding: 12px 0 16px; }
  .nav-links.open { display: flex; }
  .nav-links li { border-bottom: 1px solid rgba(201,169,110,0.12); }
  .nav-links li:last-child { border-bottom: none; }
  .nav-links li a { display: block; padding: 12px 0; font-size: 0.82rem; }
  .nav-links li a::after { display: none; }
  .nav-cta    { display: none; }
  .nav-lang   { font-size: 0.65rem; padding: 6px 10px; }
  .nav-admin  { font-size: 0.65rem; padding: 7px 12px; }
  .nav-burger { display: block; }

  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 80px 24px 48px; }
  .hero-right { height: 300px; }
  .hero-stats > div { padding: 0 16px 0 0; }
  .hero-btns { flex-wrap: wrap; }
  .btn-primary { width: 100%; text-align: center; }
  .scroll-indicator { display: none; }

  .section-header { margin-bottom: 44px; }
  .services { padding: 80px 24px; }
  .services-grid { grid-template-columns: 1fr; gap: 3px; }
  .service-card { padding: 40px 28px; }
  .service-card:hover { transform: none; }
  .service-card::after { display: none; }

  .booking { grid-template-columns: 1fr; padding: 72px 24px; gap: 48px; }
  .form-submit { width: 100%; }
  .slots-grid { grid-template-columns: repeat(3, 1fr); }

  .feedback-section { padding: 72px 24px; }
  .feedback-section::before { left: 24px; right: 24px; }
  .feedback-wrap { grid-template-columns: 1fr; gap: 36px; margin-top: 36px; }
  .fb-row        { grid-template-columns: 1fr; }
  .feedback-desc { max-width: 100%; margin-bottom: 28px; }
  .star          { font-size: 2rem; }

  footer { padding: 56px 24px 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 36px; }

  .hero-right { height: 280px; }
  .hero-badge { bottom: 20px; left: 20px; padding: 18px 22px; }
  .hero-badge strong { font-size: 1.6rem; }

  /* Disable reveal on mobile for simplicity */
  .reveal { opacity: 1; transform: none; }

  .blog-preview { padding: 72px 24px; }
  .blog-preview-grid { grid-template-columns: 1fr; gap: 16px; }
  .blog-listing-section { padding: 56px 24px 80px; }
  .blog-listing-grid { grid-template-columns: 1fr; gap: 20px; }
  .blog-hero { padding: 110px 24px 64px; }
  .blog-post-cover-full { height: 300px; margin-top: 70px; }
  .blog-post-wrap { padding: 0 20px; }
  .blog-post-body { padding: 36px 0 64px; }
  .blog-post-content p:first-child::first-letter { font-size: 2.8em; }
}
/* ═══════════════════════════════════════════════════
   BLOG POST — RELATED PRODUCTS
═══════════════════════════════════════════════════ */
.bpp-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 40px;
}
.bpp-head {
  text-align: center;
  margin-bottom: 48px;
}
.bpp-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 300;
  color: var(--charcoal);
  margin: 12px 0 10px;
  letter-spacing: 0.01em;
}
.bpp-title em { color: var(--rose); font-style: italic; }
.bpp-sub {
  font-size: 0.95rem;
  color: var(--text-light);
  font-weight: 300;
}
.bpp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 28px;
  margin-bottom: 48px;
}
.bpp-card {
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ede8e3;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 2px 10px rgba(139,79,75,0.06);
}
.bpp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(139,79,75,0.14);
}
.bpp-img {
  height: 220px;
  background: var(--cream) center/cover no-repeat;
}
.bpp-info {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bpp-category {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.bpp-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: var(--charcoal);
  margin-bottom: 8px;
  line-height: 1.3;
}
.bpp-desc {
  font-size: 0.82rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.bpp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.bpp-price {
  font-size: 1rem;
  font-weight: 500;
  color: var(--charcoal);
  font-family: 'Cormorant Garamond', serif;
}
.bpp-btn {
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--rose);
  border: 1px solid var(--rose);
  border-radius: 20px;
  padding: 5px 14px;
  transition: background 0.18s, color 0.18s;
}
.bpp-card:hover .bpp-btn {
  background: var(--rose);
  color: #fff;
}
.bpp-shop-cta {
  text-align: center;
}

/* ═══════════════════════════════════════════════════
   BLOG POST — MOBILE STICKY CTA
═══════════════════════════════════════════════════ */
.blog-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 120;
  display: flex;
  gap: 10px;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid #ede8e3;
  box-shadow: 0 -4px 20px rgba(42,32,32,0.08);
  transition: transform 0.3s ease;
}
.blog-sticky-cta.hidden { transform: translateY(100%); }
.blog-sticky-book {
  flex: 2;
  text-align: center;
  background: var(--rose);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: background 0.18s;
}
.blog-sticky-book:hover { background: var(--charcoal); }
.blog-sticky-shop {
  flex: 1;
  text-align: center;
  border: 1px solid var(--rose);
  color: var(--rose);
  text-decoration: none;
  border-radius: 8px;
  padding: 11px 12px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  transition: background 0.18s, color 0.18s;
}
.blog-sticky-shop:hover { background: var(--rose); color: #fff; }

/* Hide sticky CTA on desktop */
@media (min-width: 769px) {
  .blog-sticky-cta { display: none !important; }
}

/* Responsive: related products */
@media (max-width: 768px) {
  .bpp-section { padding: 56px 20px 100px; }
  .bpp-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .bpp-img { height: 160px; }
  .bpp-info { padding: 14px 14px 16px; }
  .bpp-name { font-size: 1rem; }
}
@media (max-width: 480px) {
  .bpp-grid { grid-template-columns: 1fr; }
  .bpp-img { height: 200px; }
}

/* ── Blog post rich-text content (from editor) ──────────────────────────── */
.blog-post-content h2 { font-family:'Cormorant Garamond',serif; font-size:1.7rem; font-weight:400; color:var(--charcoal); margin:2em 0 0.7em; letter-spacing:0.01em; }
.blog-post-content h3 { font-family:'Cormorant Garamond',serif; font-size:1.3rem; font-weight:400; color:var(--charcoal); margin:1.6em 0 0.6em; }
.blog-post-content ul, .blog-post-content ol { padding-left:1.6em; margin-bottom:1.6em; }
.blog-post-content li { margin-bottom:0.5em; line-height:1.8; }
.blog-post-content a { color:var(--rose); text-decoration:underline; text-underline-offset:3px; }
.blog-post-content a:hover { color:var(--deep-rose); }
.blog-post-content strong, .blog-post-content b { font-weight:600; }
.blog-post-content em, .blog-post-content i { font-style:italic; }
.blog-post-content img { max-width:100%; border-radius:10px; margin:1.2em 0; display:block; }

/* ── TRUST STRIP ────────────────────────────────────────────────────────────── */
.trust-strip {
  background: var(--charcoal);
  padding: 20px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 8px 48px;
}
.trust-icon {
  font-size: 1.1rem;
  color: var(--gold);
  line-height: 1;
}
.trust-label {
  font-size: 0.59rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,240,235,0.5);
  white-space: nowrap;
}
.trust-sep {
  width: 1px; height: 36px;
  background: rgba(201,169,110,0.18);
  flex-shrink: 0;
}

/* ── TESTIMONIALS ───────────────────────────────────────────────────────────── */
.testimonials {
  padding: 100px 80px;
  background: var(--cream);
  position: relative;
}
.testimonials::before {
  content: '';
  position: absolute;
  top: 0; left: 80px; right: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 48px;
}
.testi-card {
  background: #fff;
  padding: 36px 32px 28px;
  border: 1px solid rgba(201,169,110,0.18);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-med), box-shadow var(--t-med);
}
.testi-card::before {
  content: '"';
  font-family: 'Cormorant Garamond', serif;
  font-size: 6rem;
  color: var(--gold-light);
  position: absolute;
  top: -8px; right: 18px;
  line-height: 1;
  pointer-events: none;
  opacity: 0.55;
}
.testi-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.testi-stars {
  color: var(--gold);
  font-size: 0.82rem;
  letter-spacing: 4px;
  margin-bottom: 18px;
}
.testi-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.04rem;
  line-height: 1.9;
  color: var(--text-mid);
  margin-bottom: 24px;
  font-style: italic;
}
.testi-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 18px;
  border-top: 1px solid rgba(201,169,110,0.18);
}
.testi-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 400;
  color: var(--charcoal);
}
.testi-service {
  font-size: 0.59rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-light);
}
.testi-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.testi-bar-stars { color: var(--gold); font-size: 0.88rem; letter-spacing: 3px; }
.testi-bar-avg {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; font-weight: 300;
  color: var(--charcoal); line-height: 1;
}
.testi-bar-count {
  font-size: 0.65rem; letter-spacing: 0.14em; color: var(--text-light);
}

/* ── HOMEPAGE FEATURED REVIEWS ───────────────────────────────────────────────── */
.hp-reviews { padding: 100px 80px; background: #faf8f5; }
.hp-reviews-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
  max-width: 1100px; margin: 0 auto 48px;
}
.hp-rv-card {
  background: #fff; border: 1px solid #ede8e2; border-radius: 14px;
  padding: 28px 24px; display: flex; flex-direction: column; gap: 14px;
  transition: box-shadow 0.22s, transform 0.22s;
}
.hp-rv-card:hover { box-shadow: 0 8px 32px rgba(26,18,16,0.09); transform: translateY(-2px); }
.hp-rv-stars { color: var(--gold); font-size: 0.95rem; letter-spacing: 2px; }
.hp-rv-text {
  font-family: 'Jost', sans-serif; font-size: 0.92rem; font-weight: 300;
  color: var(--charcoal); line-height: 1.65; flex: 1;
}
.hp-rv-author { border-top: 1px solid #f0ece6; padding-top: 12px; }
.hp-rv-name {
  font-family: 'Cormorant Garamond', serif; font-size: 1.05rem;
  font-weight: 400; color: var(--charcoal); display: block;
}
.hp-rv-svc {
  font-family: 'Jost', sans-serif; font-size: 0.72rem; font-weight: 400;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-light);
}
.hp-reviews-more { text-align: center; }
@media (max-width: 900px) {
  .hp-reviews { padding: 60px 24px; }
  .hp-reviews-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ── FAQ ────────────────────────────────────────────────────────────────────── */
.faq-section { padding: 100px 80px; background: var(--warm-white); }
.faq-inner   { max-width: 740px; margin: 0 auto; }
.faq-list    { margin-top: 16px; border-top: 1px solid rgba(201,169,110,0.2); }
.faq-item    { border-bottom: 1px solid rgba(201,169,110,0.2); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none;
  padding: 20px 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.12rem; font-weight: 400; color: var(--charcoal);
  cursor: pointer; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
  transition: color var(--t-fast); line-height: 1.4;
}
.faq-q:hover { color: var(--rose); }
.faq-icon {
  font-size: 1.5rem; font-weight: 300; color: var(--gold);
  flex-shrink: 0; transition: transform var(--t-med); line-height: 1;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height 0.42s cubic-bezier(0.4,0,0.2,1);
}
.faq-a p {
  font-size: 0.9rem; line-height: 1.9;
  color: var(--text-mid); padding-bottom: 22px;
}
.faq-item.open .faq-a { max-height: 600px; }

/* ── BOOKING: step indicator ────────────────────────────────────────────────── */
.booking-steps {
  display: flex; align-items: center; gap: 0;
  margin-bottom: 28px;
}
.booking-step {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--text-light);
}
.booking-step-num {
  width: 22px; height: 22px; border-radius: 50%;
  border: 1px solid rgba(201,169,110,0.35);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.62rem; color: var(--text-light);
  transition: background var(--t-med), border-color var(--t-med), color var(--t-med);
}
.booking-step.done .booking-step-num  { background: var(--gold); border-color: var(--gold); color: #fff; }
.booking-step.done                    { color: var(--gold); }
.booking-step-line {
  flex: 1; height: 1px; background: rgba(201,169,110,0.2);
  margin: 0 10px; min-width: 24px;
}

/* ── SHOP HERO: entrance animation ─────────────────────────────────────────── */
.shop-hero .section-tag { animation: heroFadeUp 0.7s cubic-bezier(0.4,0,0.2,1) 0.1s both; }
.shop-hero-title        { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.22s both; }
.shop-hero-sub          { animation: heroFadeUp 0.7s cubic-bezier(0.4,0,0.2,1) 0.34s both; }

/* ── MOBILE: new sections ───────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .trust-strip { padding: 16px 24px; flex-wrap: wrap; }
  .trust-item  { padding: 8px 16px; }
  .trust-sep   { display: none; }

  .testimonials { padding: 72px 24px; }
  .testimonials::before { left: 24px; right: 24px; }
  .testimonials-grid { grid-template-columns: 1fr; gap: 16px; }
  .testi-card { padding: 28px 24px 22px; }

  .faq-section { padding: 72px 24px; }
  .faq-q { font-size: 1rem; padding: 18px 0; }

  .booking-steps { display: none; }
}

/* ── ABOUT SPECIALIST ───────────────────────────────────────────────────────── */
.about-spec {
  padding: 120px 80px;
  background: var(--warm-white);
  position: relative;
}
.about-spec::before {
  content: '';
  position: absolute;
  top: 0; left: 80px; right: 80px; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,169,110,0.3), transparent);
}
.about-spec-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 88px;
  align-items: start;
}

/* LEFT column */
.about-spec-left { display: flex; flex-direction: column; }
.about-spec-left .section-tag { margin-bottom: 20px; }

.about-spec-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 3.4vw, 3.6rem);
  font-weight: 300; line-height: 1.14;
  margin-bottom: 32px; letter-spacing: -0.01em;
}
.about-spec-title em { font-style: italic; color: var(--rose); }

.about-spec-lead {
  font-size: 0.97rem; line-height: 2;
  color: var(--text-mid); margin-bottom: 28px;
  max-width: 520px;
}

.about-spec-story {
  display: flex; flex-direction: column;
  gap: 16px; margin-bottom: 32px;
}
.about-spec-story p { font-size: 0.88rem; line-height: 1.95; color: var(--text-mid); }
.about-spec-story strong { color: var(--charcoal); font-weight: 500; }

.about-spec-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.42rem; font-style: italic; font-weight: 300;
  color: var(--charcoal); line-height: 1.55;
  border-left: 3px solid var(--gold);
  padding-left: 24px;
  margin: 0 0 30px;
}

.about-approach {
  margin-bottom: 36px;
  padding: 18px 22px;
  background: rgba(201,169,110,0.07);
  border-left: 2px solid rgba(201,169,110,0.45);
}
.approach-tag {
  display: block;
  font-size: 0.58rem; letter-spacing: 0.28em;
  text-transform: uppercase; color: var(--gold);
  margin-bottom: 8px;
}
.about-approach p {
  font-size: 0.82rem; line-height: 1.75;
  color: var(--text-mid); letter-spacing: 0.02em;
}

.about-badges {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 8px; margin-bottom: 36px;
}
.about-badge {
  display: flex; align-items: center;
  gap: 10px; padding: 12px 14px;
  background: #fff;
  border: 1px solid rgba(201,169,110,0.2);
  font-size: 0.72rem; letter-spacing: 0.04em;
  color: var(--charcoal);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.about-badge:hover { border-color: rgba(201,169,110,0.5); box-shadow: var(--sh-sm); }
.badge-icon { color: var(--gold); font-size: 0.88rem; flex-shrink: 0; }

.about-spec-btns { display: flex; gap: 20px; align-items: center; }

/* RIGHT column */
.about-spec-right {
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 16px;
}

.about-portrait-wrap {
  position: relative; overflow: hidden;
  box-shadow: var(--sh-lg);
}
.about-portrait {
  width: 100%; aspect-ratio: 3/4;
  object-fit: cover; object-position: top center;
  display: block;
  transition: transform 7s ease;
}
.about-portrait-wrap:hover .about-portrait { transform: scale(1.03); }

.about-portrait-badge {
  position: absolute; bottom: 0; right: 0;
  background: var(--charcoal); color: var(--gold-light);
  padding: 20px 26px; box-shadow: var(--sh-lg);
}
.about-portrait-badge strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem; font-weight: 300;
  display: block; line-height: 1;
}
.about-portrait-badge span {
  font-size: 0.56rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--blush);
  display: block; margin-top: 5px;
  max-width: 110px; line-height: 1.45;
}

/* Scientific article card */
.about-article-card {
  background: #fff;
  border: 1px solid rgba(201,169,110,0.22);
  padding: 14px 14px 12px;
  box-shadow: var(--sh-sm);
  cursor: zoom-in; width: 100%; text-align: left;
  transition: box-shadow var(--t-med), border-color var(--t-med), transform var(--t-med);
}
.about-article-card:hover {
  box-shadow: var(--sh-md);
  border-color: rgba(201,169,110,0.5);
  transform: translateY(-2px);
}

.about-article-img-wrap { position: relative; overflow: hidden; }
.about-article-img {
  width: 100%; display: block;
  max-height: 600px; object-fit: cover; object-position: top;
  transition: transform 0.45s ease;
}
.about-article-card:hover .about-article-img { transform: scale(1.025); }

.about-article-overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(42,32,32,0);
  transition: background 0.3s ease;
}
.about-article-card:hover .about-article-overlay { background: rgba(42,32,32,0.22); }

.about-article-zoom-icon {
  width: 38px; height: 38px;
  background: rgba(255,255,255,0.92);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--charcoal);
  opacity: 0; transform: scale(0.7);
  transition: opacity 0.3s ease, transform 0.3s ease;
  box-shadow: 0 2px 12px rgba(42,32,32,0.18);
}
.about-article-card:hover .about-article-zoom-icon { opacity: 1; transform: scale(1); }

.about-article-caption {
  font-size: 0.68rem; letter-spacing: 0.05em;
  color: var(--text-light); margin-top: 11px;
  line-height: 1.65; font-style: italic;
  padding: 0 2px;
}

/* Lightbox */
.article-lightbox {
  position: fixed; inset: 0;
  background: rgba(20,12,12,0.9);
  z-index: 600;
  display: flex; align-items: center; justify-content: center;
  padding: 24px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.3s ease;
  cursor: zoom-out;
}
.article-lightbox.open { opacity: 1; pointer-events: all; }

.lightbox-close {
  position: fixed; top: 20px; right: 24px;
  background: none; border: none;
  color: rgba(245,240,235,0.65);
  font-size: 2.4rem; line-height: 1;
  cursor: pointer; padding: 4px 10px;
  transition: color 0.2s, transform 0.2s;
  z-index: 601;
}
.lightbox-close:hover { color: #fff; transform: scale(1.1); }

.lightbox-content {
  max-width: 960px; width: 100%; cursor: default;
  animation: lightboxIn 0.35s cubic-bezier(0.4,0,0.2,1) both;
}
@keyframes lightboxIn {
  from { opacity: 0; transform: scale(0.94) translateY(16px); }
  to   { opacity: 1; transform: none; }
}
.lightbox-img {
  width: 100%; max-height: 80vh;
  object-fit: contain; display: block;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
.lightbox-caption {
  text-align: center;
  font-size: 0.7rem; letter-spacing: 0.12em;
  color: rgba(245,240,235,0.45);
  margin-top: 18px; font-style: italic;
}

/* Mobile */
@media (max-width: 900px) {
  .about-spec { padding: 72px 24px; }
  .about-spec::before { left: 24px; right: 24px; }
  .about-spec-inner { grid-template-columns: 1fr; gap: 44px; }
  .about-spec-right { position: static; }
  .about-portrait { aspect-ratio: 4/3; }
  .about-spec-btns { flex-direction: column; }
  .about-spec-btns .btn-primary { width: 100%; text-align: center; }
  .about-spec-btns .btn-secondary { align-self: center; }
  .about-badges { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .about-badges { grid-template-columns: 1fr; }
  .about-spec-quote { font-size: 1.2rem; }
}

/* ── HERO ENTRANCE ANIMATIONS ───────────────────────────────────────────────── */
@keyframes heroFadeUp {
  from { opacity: 0; transform: translateY(26px); }
  to   { opacity: 1; transform: none; }
}
@keyframes heroSlideIn {
  from { opacity: 0; transform: translateX(40px); }
  to   { opacity: 1; transform: none; }
}

.hero-eyebrow { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.10s both; }
.hero-title   { animation: heroFadeUp 0.9s cubic-bezier(0.4,0,0.2,1) 0.24s both; }
.hero-name    { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.38s both; }
.hero-desc    { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.50s both; }
.hero-stats   { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.62s both; }
.hero-btns    { animation: heroFadeUp 0.8s cubic-bezier(0.4,0,0.2,1) 0.76s both; }
.hero-right   { animation: heroSlideIn 1.0s cubic-bezier(0.4,0,0.2,1) 0.15s both; }

/* On mobile, disable hero slide-in (already simplified layout) */
@media (max-width: 900px) {
  .hero-eyebrow, .hero-title, .hero-name, .hero-desc,
  .hero-stats, .hero-btns, .hero-right {
    animation: heroFadeUp 0.7s cubic-bezier(0.4,0,0.2,1) 0.08s both;
  }
}
