@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --paper: #f7f1ec;
  --paper-deep: #eee3da;
  --ink: #3e302b;
  --ink-soft: #715f55;
  --gold: #b77b36;
  --gold-light: #d6ad78;
  --terracotta: #bd7965;
  --lavender: #c7b6c2;
  --sage: #c0cbbd;
  --white: #fffcf9;
  --line: rgba(62, 48, 43, 0.16);
  --shadow: 0 24px 70px rgba(86, 56, 38, 0.1);
  --display: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(1160px, calc(100% - 56px)); margin-inline: auto; }
.section-pad { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 20; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 999px; transform: translateY(-150%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(247, 241, 236, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); transition: border-color .3s ease, box-shadow .3s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(86, 56, 38, .06); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-monogram { display: grid; place-items: center; width: 39px; height: 39px; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font: 600 12px/1 var(--display); letter-spacing: .08em; }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font: 600 16px/1.2 var(--display); letter-spacing: .02em; }
.brand-copy small { color: var(--ink-soft); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 27px; color: var(--ink-soft); font-size: 13px; }
.site-nav > a:not(.nav-cta) { position: relative; padding: 26px 0; }
.site-nav > a:not(.nav-cta)::after { position: absolute; bottom: 18px; left: 0; width: 0; height: 1px; background: var(--gold); content: ''; transition: width .25s ease; }
.site-nav > a:not(.nav-cta):hover::after { width: 100%; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; color: var(--white); background: var(--ink); border-radius: 999px; font-size: 12px; transition: background .25s ease, transform .25s ease; }
.nav-cta:hover { background: var(--gold); transform: translateY(-2px); }
.social-icon { display: inline-block; flex: 0 0 auto; width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.2em; }
.social-icon-dot { fill: currentColor; stroke: none; }
.menu-toggle { display: none; border: 0; background: none; cursor: pointer; }

.hero { min-height: 720px; display: flex; align-items: center; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr); align-items: center; gap: 86px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 21px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.025em; }
h1 { max-width: 650px; margin-bottom: 24px; font-size: clamp(50px, 5.7vw, 78px); line-height: 1.08; }
h2 { margin-bottom: 22px; font-size: clamp(39px, 4.3vw, 58px); line-height: 1.12; }
h3 { font-family: var(--display); font-size: 25px; font-weight: 500; line-height: 1.2; }
.hero-text { max-width: 525px; margin-bottom: 34px; color: var(--ink-soft); font-size: 17px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-bottom: 47px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 50px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 600; letter-spacing: .02em; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 10px 23px rgba(86, 56, 38, .15); }
.button-primary { color: var(--white); background: var(--ink); }
.button-primary:hover { background: var(--gold); }
.button-secondary { color: var(--ink); background: transparent; border-color: rgba(62, 48, 43, .32); }
.button-secondary:hover { color: var(--white); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 11px; padding-bottom: 3px; border-bottom: 1px solid var(--gold-light); color: var(--ink); font-size: 13px; font-weight: 600; transition: gap .25s ease, color .25s ease; }
.text-link:hover { gap: 16px; color: var(--gold); }
.dark-link { margin-top: 24px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 8px; color: var(--ink-soft); font-size: 11px; }
.hero-notes span { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; }

.hero-portrait { position: relative; isolation: isolate; justify-self: end; width: 100%; max-width: 440px; margin: 0; }
.hero-portrait.reveal { transform: translateY(18px) rotate(2deg); }
.hero-portrait.reveal.visible { transform: translateY(0) rotate(2deg); }
.hero-portrait::before { position: absolute; inset: -16px -16px 55px 16px; z-index: -1; border: 1px solid var(--gold-light); border-radius: 240px 240px 12px 12px; content: ''; }
.portrait-frame { aspect-ratio: 4 / 5; overflow: hidden; background: #61351f; border-radius: 240px 240px 12px 12px; box-shadow: var(--shadow); }
.portrait-frame img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50% 32%; }
.portrait-caption { display: flex; align-items: center; justify-content: flex-end; gap: 10px; margin-top: 20px; color: var(--ink-soft); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.caption-line { display: inline-block; width: 36px; height: 1px; background: var(--gold); }

.trust-strip { color: var(--white); background: var(--ink); }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 22px 0; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 15px; padding: 9px 20px; border-right: 1px solid rgba(255, 252, 249, .17); font-size: 12px; }
.trust-grid > div:last-child { border-right: 0; }
.trust-number { color: var(--gold-light); font-family: var(--display); font-size: 18px; }

.about { background: var(--paper-deep); }
.about-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); align-items: center; gap: 88px; }
.about-portrait { width: 100%; max-width: 420px; margin: 0; }
.about-portrait.reveal { transform: translateY(18px) rotate(-2deg); }
.about-portrait.reveal.visible { transform: translateY(0) rotate(-2deg); }
.about-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 47%; border-radius: 12px 12px 110px 12px; box-shadow: var(--shadow); }
.about-portrait figcaption { display: grid; gap: 3px; margin-top: 20px; }
.about-portrait figcaption > span { font: 500 22px var(--display); }
.about-portrait figcaption small { color: var(--ink-soft); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.about-content { max-width: 900px; }
.about-content h2 { max-width: 720px; }
.about-columns { display: grid; gap: 20px; max-width: 570px; color: var(--ink-soft); }
.about-columns p { margin: 0; }

.practice { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--ink-soft); font-size: 14px; }
.practice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.practice-card { position: relative; min-height: 405px; padding: 34px 31px; overflow: hidden; background: var(--paper); }
.practice-card-featured { color: var(--white); background: var(--ink); }
.practice-card:nth-child(2) { background: #e6d8de; }
.practice-card:nth-child(3) { background: #dce5d9; }
.card-index { color: var(--gold); font: 600 12px/1 var(--body); letter-spacing: .12em; }
.practice-card h3 { position: relative; z-index: 1; max-width: 245px; margin: 78px 0 17px; }
.practice-card p { position: relative; z-index: 1; max-width: 280px; margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.practice-card-featured p { color: rgba(255, 252, 249, .74); }
.card-word { position: absolute; right: 28px; bottom: 22px; color: rgba(62, 48, 43, .33); font: italic 20px var(--display); }
.practice-card-featured .card-word { color: rgba(255, 252, 249, .25); }
.practice-card-featured .card-icon { color: var(--gold-light); }
.practice-card:nth-child(2) .card-icon { color: var(--terracotta); }
.practice-card:nth-child(3) .card-icon { color: #6f8f73; }
.card-icon svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.card-icon { position: absolute; top: 34px; right: 33px; width: 62px; height: 62px; opacity: .85; }
.icon-sun { border: 1px solid var(--gold-light); border-radius: 50%; }
.icon-sun::before, .icon-sun::after { position: absolute; top: 50%; left: 50%; width: 84px; height: 1px; background: var(--gold-light); content: ''; transform: translate(-50%, -50%) rotate(45deg); }
.icon-sun::after { transform: translate(-50%, -50%) rotate(-45deg); }
.icon-sun span { position: absolute; inset: 19px; border: 1px solid var(--gold-light); border-radius: 50%; }
.icon-bloom { border: 1px solid var(--terracotta); border-radius: 50%; }
.icon-bloom::before, .icon-bloom::after, .icon-bloom span, .icon-bloom i { position: absolute; top: 50%; left: 50%; width: 24px; height: 36px; border: 1px solid var(--terracotta); border-radius: 100% 0 100% 0; content: ''; transform-origin: bottom left; }
.icon-bloom::before { transform: translate(-50%, -100%) rotate(0deg); }
.icon-bloom::after { transform: translate(-50%, -100%) rotate(90deg); }
.icon-bloom span { transform: translate(-50%, -100%) rotate(180deg); }
.icon-bloom i { transform: translate(-50%, -100%) rotate(270deg); }
.icon-wave::before, .icon-wave::after, .icon-wave span { position: absolute; left: 0; width: 68px; height: 34px; border-top: 1px solid #7b9b7c; border-radius: 50%; content: ''; }
.icon-wave::before { top: 7px; transform: rotate(-8deg); }
.icon-wave::after { top: 20px; transform: rotate(8deg); }
.icon-wave span { top: 33px; transform: rotate(-8deg); }

.online { background: var(--paper-deep); }
.online-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 105px; align-items: center; }
.online-portrait { position: relative; width: 100%; max-width: 440px; margin: 0; padding-bottom: 20px; }
.online-portrait.reveal { transform: translateY(18px) rotate(-2deg); }
.online-portrait.reveal.visible { transform: translateY(0) rotate(-2deg); }
.online-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 4; object-fit: cover; object-position: 50% 48%; border-radius: 140px 12px 12px 12px; box-shadow: var(--shadow); }
.visual-note { position: absolute; right: -18px; bottom: 0; z-index: 2; padding: 18px 20px; color: var(--white); background: var(--ink); font: 20px/1.05 var(--display); letter-spacing: .01em; transform: rotate(4deg); }
.visual-note em { color: var(--gold-light); font-size: 25px; }
.online-content h2 { max-width: 590px; }
.online-lead { max-width: 570px; color: var(--ink-soft); }
.steps { margin: 34px 0 37px; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 46px 1fr; gap: 17px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.step h3 { margin: 0 0 2px; font-size: 19px; }
.step p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.contact-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 13px; }
.contact-note a { display: inline-flex; align-items: center; gap: 6px; color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--gold-light); text-underline-offset: 3px; }
.contact-note a:hover { color: var(--gold); }

.instagram { background: var(--white); }
.instagram-card { position: relative; display: grid; grid-template-columns: 155px 1fr 210px; align-items: center; gap: 54px; min-height: 325px; padding: 56px 70px; overflow: hidden; color: var(--white); background: var(--terracotta); }
.instagram-card::after { position: absolute; top: -170px; right: -130px; width: 490px; height: 490px; border: 1px solid rgba(255, 252, 249, .21); border-radius: 50%; content: ''; box-shadow: 0 0 0 34px rgba(255, 252, 249, .08), 0 0 0 70px rgba(255, 252, 249, .05); }
.instagram-card .eyebrow { color: var(--gold-light); }
.instagram-copy { position: relative; z-index: 1; }
.instagram-copy h2 { max-width: 480px; margin-bottom: 14px; font-size: 45px; }
.instagram-copy p:not(.eyebrow) { max-width: 500px; margin-bottom: 25px; color: rgba(255, 252, 249, .78); font-size: 14px; }
.instagram-card .text-link { color: var(--white); border-color: var(--gold-light); }
.instagram-orbit { position: relative; z-index: 1; width: 140px; height: 140px; border: 1px solid rgba(255, 252, 249, .72); border-radius: 50%; }
.instagram-orbit::before { position: absolute; inset: 25px; border: 1px solid rgba(255, 252, 249, .45); border-radius: 50%; content: ''; }
.instagram-orbit::after { position: absolute; top: 29px; left: 67px; width: 1px; height: 82px; background: rgba(255, 252, 249, .7); content: ''; transform: rotate(42deg); }
.instagram-orbit span { position: absolute; top: 45px; left: 48px; width: 37px; height: 37px; border: 1px solid var(--gold-light); border-radius: 50%; }
.instagram-orbit i { position: absolute; right: 20px; bottom: 18px; width: 9px; height: 9px; background: var(--gold-light); border-radius: 50%; }
.instagram-stamp { position: relative; z-index: 1; align-self: end; color: rgba(255, 252, 249, .8); text-align: right; text-transform: uppercase; }
.instagram-stamp span { display: block; margin-bottom: 9px; font-size: 10px; letter-spacing: .25em; }
.instagram-stamp strong { display: block; font: 31px/1 var(--display); letter-spacing: -.04em; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-title h2 { max-width: 410px; }
.faq-title > p:last-child { max-width: 340px; color: var(--ink-soft); font-size: 14px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font: 20px var(--display); }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 25px; height: 25px; color: var(--gold); border: 1px solid var(--gold-light); border-radius: 50%; font: 20px/1 var(--body); transition: transform .25s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 0 50px 20px 0; color: var(--ink-soft); font-size: 14px; }

.closing-cta { position: relative; overflow: hidden; padding: 110px 0; color: var(--white); background: var(--ink); text-align: center; }
.closing-cta::before, .closing-cta::after { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(255, 252, 249, .1); border-radius: 50%; content: ''; }
.closing-cta::before { top: -290px; left: -120px; }
.closing-cta::after { right: -120px; bottom: -290px; }
.closing-inner { position: relative; z-index: 1; }
.closing-cta .eyebrow { color: var(--gold-light); }
.closing-cta h2 { margin-bottom: 31px; font-size: clamp(42px, 5vw, 66px); }

.site-footer { padding: 43px 0 22px; color: var(--ink-soft); background: var(--paper-deep); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; gap: 35px; padding-bottom: 30px; }
.footer-brand img { display: block; width: 175px; height: auto; mix-blend-mode: multiply; }
.footer-details { font-size: 12px; }
.footer-details p { margin: 0; }
.footer-social-link { display: inline-flex; align-items: center; gap: 6px; }
.footer-links { display: flex; justify-content: flex-end; gap: 25px; font-size: 12px; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid var(--line); font-size: 10px; letter-spacing: .03em; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .13s; }
.reveal-delay-two { transition-delay: .23s; }

@media (max-width: 900px) {
  .container { width: min(100% - 40px, 700px); }
  .site-header { position: relative; }
  .menu-toggle { display: grid; gap: 5px; padding: 10px 0 10px 10px; }
  .menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--ink); transition: transform .25s ease; }
  .menu-toggle[aria-expanded='true'] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded='true'] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .site-nav { position: absolute; top: 82px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 20px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav > a:not(.nav-cta) { padding: 12px 0; }
  .site-nav > a:not(.nav-cta)::after { bottom: 7px; }
  .nav-cta { justify-content: center; margin-top: 9px; }
  .hero { min-height: auto; padding-top: 78px; }
  .hero-grid, .online-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-portrait { justify-self: center; max-width: 440px; }
  .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .about-portrait { justify-self: center; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .practice-grid { grid-template-columns: 1fr 1fr; }
  .practice-card:last-child { grid-column: span 2; min-height: 310px; }
  .online-portrait { justify-self: center; }
  .instagram-card { grid-template-columns: 120px 1fr; gap: 30px; padding: 45px; }
  .instagram-stamp { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, 500px); }
  .section-pad { padding: 78px 0; }
  .brand-copy strong { font-size: 14px; }
  .brand-copy small { font-size: 8px; }
  h1 { font-size: clamp(43px, 12vw, 64px); }
  h2 { font-size: 40px; }
  .hero-text { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 35px; }
  .hero-notes { gap: 6px; }
  .hero-notes span { font-size: 10px; }
  .hero-portrait { width: calc(100% - 20px); max-width: 370px; }
  .hero-portrait::before { inset: -10px -10px 50px 10px; }
  .portrait-caption { font-size: 9px; letter-spacing: .13em; }
  .trust-grid { grid-template-columns: 1fr; padding: 8px 0; }
  .trust-grid > div { justify-content: flex-start; padding: 10px 0; border-right: 0; border-bottom: 1px solid rgba(255, 252, 249, .12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .about-columns { grid-template-columns: 1fr; gap: 18px; }
  .practice-grid { grid-template-columns: 1fr; }
  .practice-card, .practice-card:last-child { grid-column: auto; min-height: 335px; }
  .about-portrait, .online-portrait { max-width: 370px; }
  .visual-note { right: 0; bottom: 0; font-size: 17px; }
  .instagram-card { grid-template-columns: 1fr; gap: 30px; padding: 38px 26px; }
  .instagram-orbit { width: 105px; height: 105px; }
  .instagram-orbit::before { inset: 18px; }
  .instagram-orbit::after { top: 22px; left: 50px; height: 62px; }
  .instagram-orbit span { top: 33px; left: 36px; width: 29px; height: 29px; }
  .instagram-copy h2 { font-size: 38px; }
  .faq-list summary { font-size: 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 19px; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; gap: 4px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
