:root {
  --red: #d51113;
  --red-dark: #a50e10;
  --ink: #171717;
  --ink-2: #2b2b2b;
  --ivory: #f3efe6;
  --paper: #fbfaf7;
  --beige: #d8cdba;
  --sage: #77836d;
  --line: rgba(23,23,23,.16);
  --white-line: rgba(255,255,255,.18);
  --shadow: 0 24px 70px rgba(23,23,23,.10);
  --radius: 18px;
  --container: min(1180px, calc(100% - 40px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.inline-link { color: var(--red); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.inline-link:hover { color: var(--red-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; margin-top: 0; }
h1 { font-size: clamp(3.1rem, 8vw, 6.8rem); margin-bottom: 28px; }
h2 { font-size: clamp(2.2rem, 5vw, 4.4rem); margin-bottom: 24px; }
h3 { font-size: 1.65rem; margin-bottom: 14px; }
p { margin: 0 0 1.2em; }
.container { width: var(--container); margin-inline: auto; }
.narrow { max-width: 820px; }
.article-narrow { max-width: 930px; }
.center { text-align: center; }
.section { padding: clamp(78px, 10vw, 140px) 0; }
.section-dark { background: var(--ink); color: var(--ivory); }
.section-soft { background: var(--ivory); }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .site-footer .eyebrow { color: #ff4a4d; }
.lead { font-size: 1.35rem; line-height: 1.55; }
.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; }
.hidden { display: none !important; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 1000; transform: translateY(-150%); background: var(--red); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,247,.93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.brand-copy small { margin-top: 5px; color: #656565; font-size: .78rem; letter-spacing: .04em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a { text-decoration: none; font-size: .92rem; font-weight: 700; position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--red); transition: right .2s ease; }
.main-nav > a:hover::after, .main-nav > a.is-active::after { right: 0; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 9px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s ease; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border: 1px solid var(--red); border-radius: 999px; background: var(--red); color: white; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.42); color: white; }
.button-ghost:hover { background: white; border-color: white; color: var(--ink); }
.button-dark { background: var(--ink); border-color: var(--ink); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 34px 0 18px; }
.hero { position: relative; overflow: hidden; min-height: 730px; display: grid; align-items: center; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero-orbit { position: absolute; width: 740px; height: 740px; border: 1px solid rgba(255,255,255,.10); border-radius: 50%; right: -260px; top: -80px; }
.hero-orbit::before, .hero-orbit::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; inset: 80px; }
.hero-orbit::after { inset: 170px; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: 90px; }
.hero-copy { min-width: 0; }
.hero-copy h1 { max-width: 760px; }
.title-mobile { display: none; }
.hero-lead { max-width: 720px; color: #d9d5cd; font-size: clamp(1.1rem, 2vw, 1.35rem); }
.credential-list { list-style: none; padding: 0; margin: 26px 0 0; display: flex; flex-wrap: wrap; gap: 10px; max-width: 760px; }
.credential-list li { border: 1px solid rgba(255,255,255,.22); color: #e7e0d5; padding: 8px 12px; border-radius: 999px; font-size: .86rem; font-weight: 750; line-height: 1.2; background: rgba(255,255,255,.035); }
.microcopy { max-width: 620px; color: #a9a59e; font-size: .9rem; }
.hero-mark { position: relative; min-height: 480px; display: grid; place-items: center; }
.mark-frame { width: min(430px, 100%); aspect-ratio: 1; border: 1px solid var(--white-line); border-radius: 50%; display: grid; place-items: center; position: relative; }
.mark-frame::before, .mark-frame::after { content: ""; position: absolute; border: 1px solid var(--white-line); border-radius: 50%; }
.mark-frame::before { inset: 11%; }
.mark-frame::after { inset: 24%; }
.mark-frame img { width: 75%; filter: drop-shadow(0 24px 30px rgba(0,0,0,.25)); }
.portrait-frame { overflow: hidden; background: rgba(255,255,255,.04); }
.portrait-frame::before { inset: 6%; }
.portrait-frame::after { content: none; }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; filter: none; }
.hero-portrait { align-content: center; gap: 22px; }
.hero-portrait .portrait-frame { width: min(390px, 100%); }
.hero-portrait .hero-note { position: static; justify-self: end; max-width: 220px; margin-right: 18px; background: rgba(23,23,23,.72); }
.hero-note { position: absolute; right: 0; bottom: 7%; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; line-height: 1.35; color: var(--beige); border-left: 2px solid var(--red); padding-left: 18px; }
.intro-band { border-bottom: 1px solid var(--line); }
.split-heading { display: grid; grid-template-columns: .55fr .95fr 1.1fr; gap: 42px; align-items: start; }
.split-heading h2 { margin-bottom: 0; }
blockquote { margin: 28px 0 0; padding: 22px 0 0 26px; border-left: 3px solid var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; line-height: 1.45; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading p:last-child { color: #666; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.support-panel { background: var(--paper); border: 1px solid rgba(23,23,23,.10); padding: clamp(30px, 4vw, 46px); min-height: 430px; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(23,23,23,.04); }
.support-panel-dark { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.panel-kicker { color: var(--red); font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.support-panel-dark .panel-kicker { color: #ff4a4d; }
.support-panel h3 { max-width: 520px; margin: 56px 0 30px; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.tag-list { list-style: none; padding: 0; margin: auto 0 0; display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list li { border: 1px solid rgba(23,23,23,.16); border-radius: 999px; padding: 9px 13px; background: rgba(255,255,255,.56); color: #484848; font-size: .92rem; font-weight: 750; line-height: 1.2; }
.support-panel-dark .tag-list li { border-color: rgba(255,255,255,.20); background: rgba(255,255,255,.07); color: #ebe5da; }
.situation-grid, .detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.situation-card, .detail-card { border-top: 1px solid var(--line); padding-top: 26px; min-height: 245px; }
.situation-card h3, .detail-card h3 { font-size: 1.55rem; margin-bottom: 18px; }
.situation-card p, .detail-card p { color: #626262; }
.detail-card { background: white; border: 1px solid var(--line); padding: 30px; }
.detail-card-dark { background: var(--ink); color: var(--ivory); border-color: var(--ink); }
.detail-card-dark p { color: #d8d4cc; }
.scope-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; color: #626262; }
.scope-list li { position: relative; padding-left: 22px; }
.scope-list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 50%; background: var(--red); }
.card-grid { display: grid; gap: 18px; }
.card-grid.four { grid-template-columns: repeat(4, 1fr); }
.feature-card { background: var(--paper); border: 1px solid rgba(23,23,23,.10); padding: 32px 28px 34px; min-height: 330px; display: flex; flex-direction: column; box-shadow: 0 12px 35px rgba(23,23,23,.04); }
.feature-card p { color: #5f5f5f; margin-top: auto; }
.card-index { font-family: Georgia, "Times New Roman", serif; color: var(--red); font-size: 1.1rem; margin-bottom: 72px; }
.process-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.sticky-heading { position: sticky; top: 130px; }
.pricing-stack { display: grid; gap: 18px; }
.price-card { border-top: 1px solid var(--line); padding: 30px 0 34px; }
.price-card > div { display: flex; justify-content: space-between; gap: 28px; align-items: baseline; }
.price-card span { font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.price-card strong { font-size: 2.2rem; }
.price-card p:last-child { max-width: 720px; color: #606060; }
.price-duration { color: var(--red); font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 12px; width: fit-content; text-decoration: none; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.editorial-section { overflow: hidden; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 42px; }
.article-card { border: 1px solid var(--white-line); min-height: 360px; padding: 28px; display: flex; flex-direction: column; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.article-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.035); }
.article-card .article-category { color: #ff595b; font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 52px 0 18px; font-size: 2rem; }
.article-card p { color: #c9c4bb; }
.article-card .article-meta { margin-top: auto; display: flex; justify-content: space-between; color: #8f8b84; font-size: .8rem; }
.article-grid-light .article-card { color: var(--ink); border-color: var(--line); background: white; }
.article-grid-light .article-card:hover { background: var(--ivory); }
.article-grid-light .article-card p { color: #656565; }
.article-grid-light .article-card .article-meta { color: #777; }
.cta-card { background: var(--ivory); border: 1px solid var(--line); padding: clamp(32px, 6vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 44px; box-shadow: var(--shadow); }
.cta-card h2 { max-width: 850px; margin-bottom: 0; }
.site-footer { background: #0e0e0e; color: #d8d4cc; padding: 70px 0 26px; }
.footer-grid { display: flex; justify-content: space-between; gap: 50px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; gap: 18px; align-items: center; }
.footer-brand img { width: 76px; }
.footer-brand strong { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 1.5rem; }
.footer-brand p { margin: 6px 0 0; font-size: .9rem; color: #aaa69f; }
.site-footer nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 18px 24px; }
.site-footer nav a { text-decoration: none; font-size: .86rem; }
.footer-disclaimer { display: flex; justify-content: space-between; gap: 30px; padding-top: 24px; color: #8f8b84; font-size: .78rem; }
.footer-disclaimer p:first-child { max-width: 760px; }
.page-hero { padding: clamp(92px, 12vw, 170px) 0; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; right: -180px; top: -230px; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.018); }
.page-hero.compact { padding-block: 85px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero p:not(.eyebrow) { color: #cbc6bd; font-size: 1.25rem; max-width: 720px; }
.two-column { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.prose { font-size: 1.06rem; }
.prose h2 { font-size: 2.2rem; margin-top: 1.8em; }
.prose h2:first-child { margin-top: 0; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 12px; }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: ""; width: 11px; height: 11px; border: 2px solid var(--red); border-radius: 50%; position: absolute; left: 0; top: .48em; }
.steps-grid { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps-grid li { background: white; border: 1px solid var(--line); padding: 30px; min-height: 300px; }
.steps-grid span, .principles-grid span { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.steps-grid h3, .principles-grid h3 { margin-top: 74px; }
.steps-grid p, .principles-grid p { color: #626262; }
.pricing-grid, .booking-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-price, .booking-card { border: 1px solid var(--line); padding: clamp(28px, 5vw, 56px); background: white; }
.service-price:nth-child(2) { background: var(--ivory); }
.big-price { font-family: Georgia, "Times New Roman", serif; font-size: 3.6rem; line-height: 1; margin: 26px 0 10px; }
.service-price .button { margin-top: 22px; }
.faq-section .two-column { align-items: start; }
.faq-list details { border-top: 1px solid rgba(255,255,255,.18); padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-list summary { cursor: pointer; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; list-style: none; padding-right: 34px; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 0; top: 0; color: var(--red); font-family: Inter, sans-serif; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { color: #bcb7af; margin: 18px 0 0; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.about-mark { background: var(--ivory); border: 1px solid var(--line); aspect-ratio: 1; display: grid; place-items: center; }
.about-mark img { width: 75%; }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.principles-grid article { border-top: 1px solid var(--line); padding-top: 24px; }
.booking-action { margin-top: 60px; padding: 50px; background: var(--ivory); border: 1px solid var(--line); text-align: center; }
.booking-action h2 { font-size: 2.5rem; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy { position: sticky; top: 130px; }
.contact-note { border-left: 3px solid var(--red); padding-left: 18px; color: #666; }
.contact-form { display: grid; gap: 20px; padding: clamp(26px, 5vw, 52px); background: var(--ivory); border: 1px solid var(--line); }
.contact-form label { display: grid; gap: 8px; font-weight: 800; font-size: .9rem; }
.contact-form label span { font-weight: 500; color: #6a6a6a; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #aaa296; background: white; padding: 13px 14px; border-radius: 8px; color: var(--ink); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 3px solid rgba(213,17,19,.16); border-color: var(--red); }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.consent { grid-template-columns: 20px 1fr !important; align-items: start; font-weight: 500 !important; }
.consent input { width: auto; margin-top: 4px; }
.legal-page { max-width: 820px; }
.legal-warning { padding: 20px 22px; background: #fff4d8; border: 1px solid #d8b85d; margin-bottom: 46px; }
.todo { color: #8b1b1b; font-weight: 800; }
.article-header { padding: 90px 0 110px; }
.back-link { display: inline-block; color: #bcb7af; text-decoration: none; margin-bottom: 60px; }
.article-excerpt { color: #d1ccc4; max-width: 800px; font-size: 1.25rem; }
.article-meta { display: flex; gap: 20px; color: #949089; font-size: .85rem; }
.article-meta span + span::before { content: "•"; margin-right: 20px; }
.article-layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 90px; align-items: start; }
.article-aside { position: sticky; top: 130px; padding: 28px; background: var(--ivory); border: 1px solid var(--line); }
.article-content { max-width: 760px; font-size: 1.08rem; }
.article-content h2 { font-size: 2.35rem; margin-top: 2.1em; }
.article-content h2:first-child { margin-top: 0; }
.health-note { margin-top: 60px; padding: 26px; border: 1px solid var(--line); background: var(--ivory); }
.health-note strong { color: var(--red); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button, .article-card, .text-link span { transition: none; } }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; background: var(--paper); border-bottom: 1px solid var(--line); padding: 28px 20px 34px; display: none; flex-direction: column; align-items: stretch; gap: 18px; }
  .main-nav.is-open { display: flex; }
  .main-nav .button { width: 100%; }
  .hero-grid, .split-heading, .process-grid, .two-column, .about-grid, .contact-grid, .article-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-mark { min-height: 400px; }
  .split-heading { gap: 14px; }
  .support-grid { grid-template-columns: 1fr; }
  .support-panel { min-height: auto; }
  .card-grid.four, .steps-grid, .principles-grid, .situation-grid, .detail-grid { grid-template-columns: repeat(2, 1fr); }
  .sticky-heading, .contact-copy, .article-aside { position: static; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card { min-height: 290px; }
  .footer-grid, .footer-disclaimer { flex-direction: column; }
  .site-footer nav { justify-content: flex-start; }
}
@media (max-width: 680px) {
  :root { --container: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.1rem, 11vw, 3.3rem); }
  .brand-copy small { display: none; }
  .hero-grid { padding-block: 70px; }
  .hero-copy h1 { font-size: clamp(2rem, 8.4vw, 2.35rem); }
  .title-desktop { display: none; }
  .title-mobile { display: inline; }
  .hero-lead, .microcopy { max-width: 32ch; }
  .hero .eyebrow { line-height: 1.45; letter-spacing: .12em; }
  .credential-list { flex-direction: column; align-items: flex-start; gap: 8px; }
  .credential-list li { max-width: 100%; white-space: normal; overflow-wrap: anywhere; font-size: .8rem; }
  .button-row { flex-direction: column; align-items: stretch; max-width: 340px; }
  .button-row .button { width: 100%; max-width: 100%; }
  .hero-mark { min-height: 300px; }
  .hero-note { display: none; }
  .card-grid.four, .steps-grid, .principles-grid, .pricing-grid, .booking-grid, .field-row, .situation-grid, .detail-grid { grid-template-columns: 1fr; }
  .situation-card, .detail-card { min-height: auto; }
  .support-panel h3 { margin-top: 42px; }
  .tag-list li { width: 100%; }
  .feature-card { min-height: 270px; }
  .card-index { margin-bottom: 44px; }
  .cta-card { align-items: flex-start; flex-direction: column; }
  .price-card > div { align-items: flex-start; flex-direction: column; gap: 8px; }
  .article-layout { gap: 38px; }
  .footer-brand { align-items: flex-start; }
}
