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

:root {
  --blush: #FECDD1;
  --gold: #d8bf73;
  --black: #0a0a0a;
  --dark: #111111;
  --method-dark: #0e0e0e;
  --method-panel: #161616;
  --white: #f5f0ee;
  --muted: #a89e9a;
  --soft: rgba(245,240,238,0.42);
  --line: rgba(254,205,209,0.14);
  /* Interaction polish tokens (matched to homepage) */
  --ease-soft: cubic-bezier(0.22, 1, 0.36, 1);
  --dur-micro: 280ms;
  --dur-glow: 400ms;
  --blush-line: rgba(254,205,209,0.40);
  --blush-ring: rgba(254,205,209,0.12);
  --glow-blush: 0 0 22px rgba(254,205,209,0.32), 0 0 46px rgba(254,205,209,0.14);
  --glow-blush-strong: 0 0 28px rgba(254,205,209,0.45), 0 0 60px rgba(254,205,209,0.22);
  --focus-blush: rgba(254,205,209,0.85);
}

html { scroll-behavior: smooth; }
body { background: var(--black); color: var(--white); font-family: "Jost", sans-serif; font-weight: 300; overflow-x: hidden; }
a { color: inherit; }

nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 22px 48px; background: rgba(10,10,10,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(254,205,209,0.08); }
.nav-logo { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: 18px; letter-spacing: 0.18em; color: var(--white); text-decoration: none; }
.nav-links { display: flex; gap: 24px; list-style: none; }
.nav-links a { font-size: 11px; font-weight: 400; letter-spacing: 0.2em; color: rgba(245,240,238,0.65); text-decoration: none; text-transform: uppercase; transition: color var(--dur-micro) var(--ease-soft); }
.nav-links a.active { color: var(--blush); }
.nav-book { font-size: 11px; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; color: var(--black); background: var(--blush); padding: 11px 24px; text-decoration: none; transition: transform var(--dur-micro) var(--ease-soft), box-shadow var(--dur-glow) var(--ease-soft), opacity var(--dur-micro) var(--ease-soft); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: 0; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); }
.mobile-menu { display: none; position: fixed; top: 65px; left: 0; right: 0; background: rgba(10,10,10,0.98); backdrop-filter: blur(20px); z-index: 99; padding: 32px 32px 40px; flex-direction: column; gap: 24px; border-bottom: 1px solid rgba(254,205,209,0.1); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(245,240,238,0.72); text-decoration: none; }
.mobile-menu a.active { color: var(--blush); }
.mobile-menu .mobile-book { margin-top: 8px; color: var(--black); background: var(--blush); padding: 13px 28px; text-align: center; }

main { padding-top: 68px; }
.method-main { overflow: hidden; }
.page-shell { max-width: 1120px; margin: 0 auto; padding: 0 48px; }
.eyebrow { font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--blush); margin-bottom: 22px; }
.method-tag { color: var(--blush); }
.section-heading { font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(38px, 5vw, 66px); line-height: 1.06; margin-bottom: 20px; }
.section-copy { color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 680px; }
.method-main .pink-keyword, .method-main .pink-emphasis { color: var(--blush); font-family: "Cormorant Garamond", serif; font-weight: 400; text-shadow: 0 0 8px rgba(254,205,209,0.11); }
.method-main .pink-glow-title, .method-main .title-glow { color: var(--blush); font-family: "Cormorant Garamond", serif; text-shadow: 0 0 12px rgba(254,205,209,0.22), 0 0 34px rgba(254,205,209,0.16); }
.method-main .hero-title-glow { color: var(--blush); text-shadow: 0 0 12px rgba(254,205,209,0.24), 0 0 34px rgba(254,205,209,0.18); }
.method-main em.pink-glow-title, .method-main em.title-glow { color: var(--blush); font-style: italic; }
.method-main .method-brand { color: var(--blush); font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 400; text-shadow: 0 0 10px rgba(254,205,209,0.16), 0 0 28px rgba(254,205,209,0.10); }
.method-main .ratio-pop { text-shadow: 0 0 14px rgba(254,205,209,0.36), 0 0 42px rgba(254,205,209,0.24), 0 0 72px rgba(254,205,209,0.10); }
.btn-primary, .btn-ghost { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 400; letter-spacing: 0.22em; transition: transform var(--dur-micro) var(--ease-soft), box-shadow var(--dur-glow) var(--ease-soft), border-color var(--dur-micro) var(--ease-soft), color var(--dur-micro) var(--ease-soft), background var(--dur-micro) var(--ease-soft), opacity var(--dur-micro) var(--ease-soft); }
.btn-primary { background: var(--blush); color: var(--black); padding: 16px 34px; }
.btn-ghost { color: rgba(245,240,238,0.72); border: 1px solid rgba(254,205,209,0.22); padding: 15px 28px; }

.method-hero { background: radial-gradient(circle at 70% 18%, rgba(254,205,209,0.075), transparent 30%), var(--method-dark); min-height: calc(100svh - 68px); display: flex; align-items: center; border-bottom: 1px solid rgba(254,205,209,0.08); }
.method-hero .page-shell { width: 100%; }
.method-hero h1 { font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(54px, 8vw, 112px); line-height: 0.98; max-width: 820px; margin-bottom: 28px; text-shadow: 0 0 22px rgba(254,205,209,0.10); }
.method-hero .section-copy { font-size: clamp(17px, 2vw, 22px); line-height: 1.7; max-width: 760px; color: rgba(245,240,238,0.72); }

.method-main .soft-glow-block { position: relative; isolation: isolate; }
.method-main .soft-glow-block::before {
  content: "";
  position: absolute;
  top: clamp(22px, 6vw, 82px);
  left: 50%;
  width: min(820px, 86vw);
  height: 300px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(254,205,209,0.10), rgba(254,205,209,0.035) 42%, transparent 72%);
  filter: blur(34px);
  opacity: 0.58;
  pointer-events: none;
  z-index: 0;
}
.method-main .soft-glow-block > * { position: relative; z-index: 1; }
.method-main .statement-section::before { top: 34px; opacity: 0.48; }
.method-main .article-wrap::before { top: 64px; height: 420px; opacity: 0.40; }
.method-main .pull-quote { border-left-color: rgba(254,205,209,0.34); }

.statement-section, .method-transition, .method-bridge, .booking-cta, .article-wrap { border-top: 1px solid rgba(254,205,209,0.08); }
.statement-section { background: var(--black); padding: 96px 0; text-align: center; }
.statement-card { max-width: 900px; margin: 0 auto; padding: clamp(34px, 6vw, 70px); background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.014)); border: 1px solid rgba(254,205,209,0.14); }
.statement-card blockquote { font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(34px, 5vw, 68px); line-height: 1.08; color: var(--white); }
.statement-card blockquote em { color: var(--blush); font-style: italic; }
.statement-card p { color: var(--muted); font-size: 15px; line-height: 1.85; max-width: 690px; margin: 28px auto 0; }
.statement-breakdown { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 620px; margin: 34px auto 0; }
.statement-breakdown div { padding: 20px; border: 1px solid rgba(254,205,209,0.16); background: rgba(255,255,255,0.025); }
.statement-breakdown strong { display: block; font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(42px, 6vw, 66px); line-height: 0.9; color: var(--blush); margin-bottom: 12px; }
.statement-breakdown span { display: block; color: rgba(245,240,238,0.62); font-size: 10px; letter-spacing: 0.2em; line-height: 1.6; text-transform: uppercase; }
.statement-author { display: block; margin-top: 30px; font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--blush); }

.method-transition { background: var(--method-dark); padding: 92px 0; }
.method-transition .page-shell { max-width: 920px; }
.method-main .method-bridge { position: relative; overflow: hidden; background: var(--black); padding: 84px 0; }
.method-main .method-bridge::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(720px, 88vw);
  height: 280px;
  transform: translate(-50%, -50%);
  background: radial-gradient(ellipse at center, rgba(254,205,209,0.105), rgba(254,205,209,0.03) 48%, transparent 74%);
  filter: blur(34px);
  pointer-events: none;
}
.method-main .method-bridge .page-shell { max-width: 860px; }
.method-main .bridge-card { position: relative; padding: clamp(32px, 5vw, 58px); border: 1px solid rgba(254,205,209,0.14); background: linear-gradient(180deg, rgba(255,255,255,0.034), rgba(255,255,255,0.014)); }
.method-main .bridge-label { color: rgba(254,205,209,0.72); font-size: 10px; letter-spacing: 0.26em; line-height: 1.6; text-transform: uppercase; margin-bottom: 18px; }
.method-main .method-bridge h2 { font-family: "Cormorant Garamond", serif; font-size: clamp(38px, 5vw, 62px); font-weight: 300; line-height: 1.04; color: var(--white); margin-bottom: 26px; }
.method-main .method-bridge p { color: var(--muted); font-size: 16px; line-height: 1.9; margin-bottom: 22px; }
.method-main .method-bridge p:last-child { margin-bottom: 0; }
.method-main .bridge-lead { font-family: "Cormorant Garamond", serif; font-size: clamp(36px, 5vw, 58px); font-weight: 300; line-height: 1.05; color: var(--white); margin-bottom: 28px; }

.booking-cta { background: var(--black); padding: 96px 0 104px; text-align: center; }
.booking-cta .section-copy { margin: 0 auto 32px; }

.article-wrap { background: var(--method-dark); padding: 92px 0 0; }
.article-shell { max-width: 840px; margin: 0 auto; padding: 0 48px; }
.article-kicker { display: flex; flex-wrap: wrap; gap: 12px; color: var(--blush); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 24px; }
.article-title { font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(54px, 8vw, 96px); line-height: 0.98; margin-bottom: 28px; }
.article-dek { color: rgba(245,240,238,0.72); font-size: clamp(17px, 2vw, 21px); line-height: 1.75; margin-bottom: 28px; }
.byline { color: var(--blush); font-size: 10px; letter-spacing: 0.24em; text-transform: uppercase; margin-bottom: 56px; }
.article-body { padding-bottom: 92px; }
.article-section { margin-top: 58px; }
.article-section:first-child { margin-top: 0; }
.section-label { color: rgba(254,205,209,0.72); font-size: 10px; letter-spacing: 0.26em; text-transform: uppercase; margin-bottom: 16px; }
.article-body h2 { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; margin: 58px 0 20px; }
.article-section h2 { margin-top: 0; }
.article-body h2 em, .article-title em { color: var(--blush); font-style: italic; }
.article-body p { color: var(--muted); font-size: 16px; line-height: 1.95; margin-bottom: 22px; }
.article-body strong { color: var(--white); font-weight: 400; }
.ratio-panel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 40px 0; }
.ratio-card { border: 1px solid rgba(254,205,209,0.14); background: rgba(255,255,255,0.03); padding: 32px; }
.ratio-card span { display: block; font-family: "Cormorant Garamond", serif; font-size: clamp(58px, 8vw, 92px); line-height: 0.9; color: var(--blush); margin-bottom: 18px; }
.ratio-card p { color: rgba(245,240,238,0.68); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; line-height: 1.65; margin: 0; }
.pull-quote { margin: 46px 0; padding: 36px; border-left: 1px solid rgba(216,191,115,0.5); background: rgba(255,255,255,0.025); }
.pull-quote blockquote { font-family: "Cormorant Garamond", serif; font-weight: 300; font-size: clamp(28px, 4vw, 44px); line-height: 1.18; color: var(--white); margin-bottom: 22px; }
.pull-quote cite { color: var(--blush); font-style: normal; font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }
.method-note { margin: 32px 0 8px; padding: 28px 30px; background: linear-gradient(180deg, rgba(254,205,209,0.04), rgba(255,255,255,0.018)); border: 1px solid rgba(254,205,209,0.16); }
.method-note p { margin: 0; color: rgba(245,240,238,0.7); }
.tip-box { margin: 38px 0 46px; padding: 32px; background: var(--method-panel); border: 1px solid rgba(254,205,209,0.14); }
.tip-box h3 { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 400; margin-bottom: 22px; }
.tip-list { display: grid; gap: 18px; list-style: none; }
.tip-list li { color: var(--muted); font-size: 15px; line-height: 1.75; padding-left: 18px; border-left: 1px solid rgba(254,205,209,0.32); }
.tip-list strong { display: block; color: var(--white); font-weight: 400; margin-bottom: 4px; }
.future-box { margin: 36px 0 34px; padding: 32px; background: rgba(255,255,255,0.025); border: 1px solid rgba(254,205,209,0.14); }
.future-box h3 { font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 400; margin-bottom: 24px; }
.future-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.future-grid span { display: block; padding: 16px; color: rgba(245,240,238,0.68); font-size: 12px; letter-spacing: 0.08em; line-height: 1.55; text-transform: uppercase; border: 1px solid rgba(254,205,209,0.14); background: rgba(255,255,255,0.018); }
.article-cta { background: #e8c4c7; color: #000; text-align: center; padding: 86px 24px 94px; }
.article-cta h2 { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: clamp(42px, 6vw, 72px); line-height: 1.05; max-width: 740px; margin: 0 auto 24px; }
.article-cta p { max-width: 520px; margin: 0 auto 34px; color: #000; font-size: 14px; line-height: 1.75; }
.article-cta .btn-primary { background: transparent; border: 1px solid #000; }
.article-cta .cta-actions { display: flex; align-items: center; justify-content: center; gap: 26px; flex-wrap: wrap; }
.article-cta .cta-services-link { font-size: 11px; font-weight: 400; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(0,0,0,0.62); text-decoration: none; border-bottom: 1px solid rgba(0,0,0,0.30); padding-bottom: 4px; transition: color var(--dur-micro) var(--ease-soft), border-color var(--dur-micro) var(--ease-soft); }

footer { background: var(--dark); padding: 72px 48px 40px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand-name { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: 20px; letter-spacing: 0.18em; margin-bottom: 16px; }
.footer-brand-desc { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.35); margin-bottom: 24px; }
.footer-ig { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blush); text-decoration: none; }
.footer-col-title { font-size: 9px; letter-spacing: 0.3em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a, .footer-col span { font-size: 13px; color: rgba(255,255,255,0.4); text-decoration: none; line-height: 1.45; transition: color var(--dur-micro) var(--ease-soft); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.06); flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 11px; color: rgba(255,255,255,0.2); }
.privacy-link { width: 100%; margin-top: 10px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 18px; }
.privacy-link a { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--blush); text-decoration: none; }

/* ════════ INTERACTION POLISH — matched to homepage ════════ */

/* Suppress grey tap flash; blush :active states replace it */
a, button { -webkit-tap-highlight-color: transparent; }

/* Soft heading glow — brand continuity with homepage (not on the pink CTA block) */
.section-heading, .article-body h2, .method-bridge h2, .tip-box h3, .future-box h3, .footer-brand-name {
  text-shadow: 0 0 10px rgba(255,182,193,0.28), 0 0 22px rgba(255,182,193,0.14);
}

/* Subtle blush hairline rhythm between article sections */
.article-body > .article-section:not(:first-child) { border-top: 1px solid rgba(254,205,209,0.10); padding-top: 50px; }

/* Focus-visible: keyboard / assistive tech only, not mouse clicks */
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--focus-blush);
  outline-offset: 4px;
  border-radius: 2px;
}
.article-cta a:focus-visible { outline-color: rgba(0,0,0,0.7); }

/* Active / tap press — touch + mouse */
.btn-primary:active, .nav-book:active, .mobile-menu .mobile-book:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--glow-blush-strong);
}
.article-cta .btn-primary:active { background: #000; color: #e8c4c7; box-shadow: none; }
.btn-ghost:active { border-color: var(--blush-line); color: var(--white); }
.article-cta .cta-services-link:active { color: #000; border-color: rgba(0,0,0,0.6); }

/* Hover — gated to real-hover devices so touch never sticks */
@media (hover: hover) and (pointer: fine) {
  .nav-links a:hover { color: var(--blush); }
  .nav-book:hover { transform: translateY(-1px); box-shadow: var(--glow-blush); }
  .mobile-menu .mobile-book:hover { transform: translateY(-1px); box-shadow: var(--glow-blush); }
  .btn-primary:hover { transform: translateY(-2px); box-shadow: var(--glow-blush); }
  .article-cta .btn-primary:hover { background: #000; color: #e8c4c7; transform: translateY(-2px); box-shadow: none; }
  .btn-ghost:hover { border-color: var(--blush-line); color: var(--white); }
  .article-cta .cta-services-link:hover { color: #000; border-color: rgba(0,0,0,0.6); }
  .footer-col a:hover { color: rgba(255,255,255,0.75); }
  .footer-ig:hover { opacity: 0.7; }
  .privacy-link a:hover { opacity: 0.75; }
}

/* Reduced motion: collapse transitions/animations for users who ask */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 980px) {
  .nav-links, .nav-book { display: none; }
  .hamburger { display: flex; }
}

@media (max-width: 640px) {
  nav { padding: 18px 24px; }
  .page-shell, .article-shell { padding: 0 24px; }
  .method-hero { min-height: 78svh; padding: 58px 0 62px; align-items: end; }
  .statement-section, .method-transition, .method-bridge, .booking-cta { padding: 64px 0; }
  .ratio-panel, .statement-breakdown, .future-grid { grid-template-columns: 1fr; }
  .article-wrap { padding-top: 62px; }
  .article-body { padding-bottom: 68px; }
  .pull-quote, .tip-box, .ratio-card, .method-note, .future-box { padding: 24px; }
  footer { padding: 56px 24px 32px; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}
