:root {
  --ink: #141311;
  --paper: #f3efe8;
  --cream: #e6ddd0;
  --muted: #77726b;
  --wine: #8e2037;
  --wine-dark: #5c1325;
  --line: rgba(20, 19, 17, .14);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Tahoma, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
::selection { background: var(--wine); color: white; }

.topbar { height: 86px; padding: 0 clamp(22px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); color: white; position: absolute; top: 0; z-index: 5; width: 100%; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; background: var(--wine); color: white; font-family: Georgia, serif; font-size: 26px; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 14px; margin-bottom: 5px; }
.brand small { font-family: Arial, sans-serif; font-size: 9px; letter-spacing: 2px; opacity: .58; }
nav { display: flex; gap: 32px; font-size: 13px; color: rgba(255,255,255,.72); }
nav a:hover { color: white; }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: 12px 19px; font-size: 13px; transition: .25s; }
.nav-cta:hover { background: white; color: var(--ink); }

.hero { min-height: 760px; background: #12110f; color: white; display: grid; grid-template-columns: 1.08fr .92fr; padding: 150px clamp(24px, 8vw, 130px) 70px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; left: -160px; bottom: -300px; }
.hero-copy { align-self: center; max-width: 720px; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #c6bdb1; font-size: 12px; letter-spacing: .5px; }
.eyebrow span { width: 34px; height: 1px; background: var(--wine); }
.hero h1 { font-family: Georgia, "Times New Roman", Tahoma, serif; font-size: clamp(48px, 5.3vw, 82px); font-weight: 400; line-height: 1.28; letter-spacing: -2.5px; margin: 28px 0 30px; max-width: 820px; }
.hero h1 em { display: block; color: #c9a9af; font-style: normal; }
.hero-lead { max-width: 650px; color: rgba(255,255,255,.64); line-height: 2.15; font-size: 16px; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.primary-button { background: var(--wine); padding: 17px 24px; min-width: 178px; display: flex; justify-content: space-between; gap: 20px; font-size: 14px; transition: .25s; }
.primary-button:hover { background: #a22641; transform: translateY(-2px); }
.text-button { font-size: 13px; color: rgba(255,255,255,.72); border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 5px; }
.availability { margin-top: 46px; color: rgba(255,255,255,.46); font-size: 12px; display: flex; align-items: center; gap: 9px; }
.pulse { width: 7px; height: 7px; background: #74ad78; border-radius: 50%; box-shadow: 0 0 0 6px rgba(116,173,120,.1); }
.hero-visual { position: relative; display: grid; grid-template-rows: 1fr auto; place-items: center; min-height: 520px; overflow: hidden; }
.profile-carousel { width: 100%; overflow-x: auto; display: flex; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; }
.profile-carousel::-webkit-scrollbar { display: none; }
.profile-slide { flex: 0 0 100%; min-width: 100%; min-height: 520px; position: relative; display: grid; place-items: center; scroll-snap-align: start; scroll-snap-stop: always; }
.portrait-card { width: min(370px, 72%); height: 520px; background: linear-gradient(155deg, #2d2927, #171513); position: relative; overflow: hidden; box-shadow: 0 28px 80px rgba(0,0,0,.5); }
.portrait-card::after { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.08); }
.portrait-card > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 34%; filter: saturate(.93) contrast(1.03); }
.portrait-aysan > img { object-position: center 38%; }
.portrait-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,10,9,.76) 0%, transparent 38%); z-index: 1; pointer-events: none; }
.portrait-caption { position: absolute; bottom: 42px; right: 42px; z-index: 2; }
.portrait-caption span, .portrait-caption strong { display: block; }
.portrait-caption span { font-size: 10px; color: #c59ca5; margin-bottom: 8px; }
.portrait-caption strong { font-size: 14px; font-weight: 400; }
.floating-note { position: absolute; background: rgba(36,33,31,.92); border: 1px solid rgba(255,255,255,.1); padding: 16px 18px; backdrop-filter: blur(12px); min-width: 175px; z-index: 3; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { color: rgba(255,255,255,.42); font-size: 10px; margin-bottom: 7px; }
.floating-note strong { font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .4px; }
.note-top { top: 70px; right: 4%; }
.note-bottom { bottom: 70px; left: 2%; }
.profile-slide .note-top { top: 32px; right: 0; }
.profile-slide .note-bottom { bottom: 30px; left: 0; }
.profile-nav { width: min(460px, 96%); display: flex; justify-content: space-between; align-items: center; gap: 15px; color: rgba(255,255,255,.42); font-size: 10px; margin-top: 8px; }
.profile-dots { display: flex; gap: 9px; direction: ltr; }
.profile-dots a { display: block; width: 24px; height: 3px; background: rgba(255,255,255,.28); }
.profile-dots a:hover, .profile-dots a:focus { background: #c9a9af; }

.trust-strip { background: var(--wine); color: white; min-height: 94px; padding: 20px clamp(24px, 8vw, 130px); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.trust-strip p { margin: 0; font-family: Georgia, Tahoma, serif; font-size: 18px; }
.trust-strip div { display: flex; gap: 26px; color: rgba(255,255,255,.7); font-size: 11px; }
.trust-strip span + span::before { content: "•"; margin-left: 26px; color: rgba(255,255,255,.35); }

.section { padding: 100px clamp(24px, 8vw, 130px); }
.section-label { border-bottom: 1px solid var(--line); padding-bottom: 15px; display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; margin-bottom: 58px; }
.section-label b { color: var(--wine); font-weight: 400; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 9vw, 140px); }
.team-intro { max-width: 900px; margin-bottom: 55px; }
.team-intro h2 { font-size: clamp(34px, 4vw, 55px); margin: 0 0 20px; }
.team-intro > p:last-child { color: #5c5852; line-height: 2.15; margin: 0; font-size: 14px; max-width: 760px; }
.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.team-member { background: #ebe4da; padding: 38px; border-top: 3px solid var(--wine); }
.team-role { color: var(--wine); font-size: 11px; margin: 0 0 12px; line-height: 1.8; }
.team-member h3 { font-family: Georgia, "Times New Roman", Tahoma, serif; font-size: 30px; font-weight: 400; margin: 0 0 24px; }
.team-member > p:not(.team-role) { color: #5c5852; line-height: 2.05; margin: 0 0 16px; font-size: 13px; }
.kicker { color: var(--wine); font-size: 12px; margin: 0 0 20px; }
.about h2, .services h2, .media h2, .booking h2 { font-family: Georgia, "Times New Roman", Tahoma, serif; font-weight: 400; line-height: 1.5; letter-spacing: -.8px; }
.about h2 { font-size: clamp(34px, 4vw, 55px); margin: 0; }
.about-copy > p { color: #5c5852; line-height: 2.15; margin: 0 0 22px; font-size: 14px; }
.credentials { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.credentials strong, .credentials span { display: block; }
.credentials strong { font-size: 11px; color: var(--wine); margin-bottom: 8px; }
.credentials span { font-size: 11px; color: var(--muted); line-height: 1.6; }

.services { background: #1a1816; color: white; }
.section-label.light { border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.42); }
.services-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.services h2 { font-size: clamp(34px, 4vw, 56px); margin: 0; }
.services-head p { color: rgba(255,255,255,.55); line-height: 2.1; font-size: 13px; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.service-grid article { padding: 42px 32px; min-height: 310px; border-left: 1px solid rgba(255,255,255,.13); display: flex; flex-direction: column; }
.service-grid article:last-child { border-left: 0; }
.service-grid article > span { color: var(--wine); font-family: Georgia, serif; font-size: 13px; }
.service-grid h3 { font-family: Georgia, Tahoma, serif; font-size: 27px; font-weight: 400; margin: 25px 0 18px; }
.service-grid p { color: rgba(255,255,255,.5); line-height: 2; font-size: 12px; margin: 0; }
.service-grid a { color: #c9a9af; font-size: 11px; margin-top: auto; }

.media-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: stretch; }
.media h2 { font-size: clamp(34px, 3.5vw, 52px); margin: 0 0 22px; }
.media-intro > p:last-of-type { color: var(--muted); font-size: 13px; line-height: 2.1; }
.social-links { margin-top: 36px; border-top: 1px solid var(--line); }
.social-links a, .social-pending { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--line); font-family: Arial, sans-serif; font-size: 11px; letter-spacing: .6px; }
.social-pending { color: #9a938b; }
.social-pending small { font-family: Tahoma, Arial, sans-serif; font-size: 9px; letter-spacing: 0; }
.video-card { min-height: 400px; background: linear-gradient(135deg, #2a2522 0%, #151311 100%); color: white; padding: 42px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: hidden; }
.video-card::before { content: ""; position: absolute; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(142,32,55,.65), transparent 65%); left: 10%; top: -70px; }
.play { position: absolute; top: 44%; right: 50%; transform: translate(50%, -50%); width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; font-size: 14px; padding-right: 3px; }
.video-card p, .video-card strong, .video-card > span { position: relative; z-index: 1; }
.video-card p { color: #c59ca5; font-size: 10px; margin: 0 0 8px; }
.video-card strong { font-family: Georgia, Tahoma, serif; font-size: 25px; font-weight: 400; }
.video-card > span { position: absolute; left: 42px; bottom: 46px; color: rgba(255,255,255,.45); font-size: 10px; }

.booking { background: #ded5c9; padding: 100px clamp(24px, 8vw, 130px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); }
.booking-copy h2 { font-size: clamp(38px, 4vw, 58px); margin: 26px 0 20px; }
.booking-copy > p:not(.eyebrow) { color: #68625c; line-height: 2; font-size: 13px; }
.booking ul { list-style: none; padding: 0; margin: 38px 0 0; }
.booking li { padding: 14px 0; border-bottom: 1px solid rgba(20,19,17,.12); font-size: 12px; color: #5a5550; }
.booking li b { font-family: Georgia, serif; color: var(--wine); margin-left: 14px; font-weight: 400; }
.booking-form { background: #f6f2ec; padding: 38px; box-shadow: 0 20px 50px rgba(68,53,45,.08); }
.therapist-picker { border: 0; padding: 0; margin: 0 0 22px; min-width: 0; }
.therapist-picker legend { color: #59544e; font-size: 11px; margin-bottom: 10px; }
.therapist-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.booking-form .therapist-option { margin: 0; cursor: pointer; }
.therapist-option > input { position: absolute; opacity: 0; pointer-events: none; }
.therapist-option > span { min-height: 76px; padding: 13px 14px; border: 1px solid rgba(20,19,17,.16); display: flex; flex-direction: column; justify-content: center; transition: border-color .2s, background .2s, box-shadow .2s; }
.therapist-option strong { color: var(--ink); font-size: 13px; font-weight: 600; line-height: 1.8; }
.therapist-option small { color: #777069; font-size: 9px; line-height: 1.8; }
.therapist-option > input:checked + span { border-color: var(--wine); background: #fffaf6; box-shadow: inset 3px 0 0 var(--wine); }
.therapist-option > input:focus-visible + span { outline: 2px solid var(--wine); outline-offset: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-form label { display: block; font-size: 11px; color: #59544e; margin-bottom: 18px; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; margin-top: 8px; background: transparent; border: 1px solid rgba(20,19,17,.16); padding: 13px 14px; outline: none; color: var(--ink); border-radius: 0; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--wine); }
.booking-form textarea { resize: vertical; }
.booking-form .consent { display: flex; align-items: center; gap: 8px; line-height: 1.7; }
.booking-form .consent input { width: 15px; margin: 0; accent-color: var(--wine); }
.booking-form button { width: 100%; border: 0; background: var(--wine); color: white; padding: 16px 20px; display: flex; justify-content: space-between; cursor: pointer; transition: .2s; }
.booking-form button:hover { background: var(--wine-dark); }
.booking-form > small { display: block; margin-top: 13px; color: #8a837b; font-size: 9px; line-height: 1.8; }
.honey { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0 !important; opacity: 0; pointer-events: none; }
.form-error { background: #f4dfe3; color: #761d30; padding: 10px 12px; font-size: 11px; line-height: 1.7; }
.form-success { background: #dfeee2; color: #235c31; padding: 12px; font-size: 11px; line-height: 1.9; }
.booking-form button:disabled { opacity: .55; cursor: wait; }
.booking-success { background: #f6f2ec; padding: 58px 38px; box-shadow: 0 20px 50px rgba(68,53,45,.08); text-align: center; display: grid; place-items: center; align-content: center; min-height: 440px; }
.booking-success > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--wine); color: white; font-size: 22px; }
.booking-success h3 { font-family: Georgia, Tahoma, serif; font-size: 28px; font-weight: 400; margin: 22px 0 9px; }
.booking-success p { color: var(--muted); line-height: 2; font-size: 12px; max-width: 380px; }
.booking-success button { margin-top: 14px; padding: 11px 18px; border: 1px solid var(--line); background: transparent; cursor: pointer; }

.admin-shell { min-height: 100vh; background: #ece6dd; padding: 50px clamp(22px, 6vw, 90px); }
.admin-shell > header { display: flex; justify-content: space-between; align-items: end; border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 36px; }
.admin-shell header small { color: var(--wine); }
.admin-shell h1 { font-family: Georgia, Tahoma, serif; font-weight: 400; margin: 9px 0 0; }
.admin-shell header a { font-size: 11px; border: 1px solid var(--line); padding: 9px 14px; }
.admin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.admin-panel, .admin-warning { background: white; padding: 28px; }
.admin-panel h2, .admin-warning h2 { font-family: Georgia, Tahoma, serif; font-weight: 400; margin-top: 0; }
.slot-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.slot-form label { font-size: 10px; color: var(--muted); }
.slot-form input, .slot-form select { width: 100%; display: block; margin-top: 6px; border: 1px solid var(--line); padding: 10px; }
.slot-form button { border: 0; background: var(--wine); color: white; grid-column: 1 / -1; padding: 11px; cursor: pointer; }
.admin-list article { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.admin-list strong, .admin-list span { display: block; }
.admin-list strong { font-size: 11px; margin-bottom: 6px; }
.admin-list span { font-size: 9px; color: var(--muted); line-height: 1.7; }
.admin-list select { border: 1px solid var(--line); padding: 7px; font-size: 10px; }
.admin-warning p { color: var(--muted); }
.admin-login { max-width: 480px; margin: 10vh auto; background: white; padding: 36px; box-shadow: 0 20px 50px rgba(68,53,45,.08); }
.admin-login h1 { margin-top: 0; }
.admin-login label { display: block; font-size: 11px; color: var(--muted); }
.admin-login input { width: 100%; margin-top: 8px; border: 1px solid var(--line); padding: 12px; }
.admin-login button, .admin-action { border: 0; background: var(--wine); color: white; padding: 11px 16px; cursor: pointer; }
.admin-login button { width: 100%; margin-top: 18px; }
.admin-toolbar { display: flex; gap: 10px; align-items: center; }
.admin-toolbar form { margin: 0; }
.admin-table-wrap { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; min-width: 780px; font-size: 11px; }
.admin-table th, .admin-table td { text-align: right; vertical-align: top; padding: 12px 10px; border-bottom: 1px solid var(--line); line-height: 1.8; }
.admin-table th { color: var(--wine); font-weight: 400; }
.admin-table select { border: 1px solid var(--line); padding: 7px; background: white; }
.admin-note { max-width: 260px; white-space: normal; color: var(--muted); }

footer { background: #10100f; color: white; padding: 58px clamp(24px, 8vw, 130px) 32px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { font-size: 13px; margin-bottom: 5px; }
.footer-brand small { color: rgba(255,255,255,.42); font-size: 10px; }
footer > p { text-align: center; color: rgba(255,255,255,.4); font-family: Georgia, Tahoma, serif; }
.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255,255,255,.58); font-size: 11px; }
footer > small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 25px; margin-top: 20px; color: rgba(255,255,255,.25); font-size: 9px; text-align: center; }

@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 125px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 560px; }
  .portrait-card { height: 470px; }
  .trust-strip { flex-direction: column; align-items: flex-start; padding-block: 26px; }
  .about-grid, .team-grid, .services-head, .media-grid, .booking { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.13); min-height: 250px; }
  .service-grid article:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .topbar { height: 76px; }
  .brand strong { font-size: 12px; }
  .nav-cta { padding: 10px 12px; font-size: 11px; }
  .hero { min-height: auto; padding-inline: 22px; }
  .hero h1 { font-size: 43px; letter-spacing: -1.5px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 17px; }
  .primary-button { width: 100%; }
  .text-button { align-self: flex-start; }
  .hero-visual, .profile-slide { min-height: 460px; }
  .portrait-card { width: 82%; height: 400px; }
  .portrait-card > img { object-position: center 31%; }
  .floating-note { min-width: 145px; padding: 13px; }
  .profile-slide .floating-note { min-width: 135px; }
  .profile-slide .note-top { top: 12px; right: 0; }
  .profile-slide .note-bottom { bottom: 18px; left: 0; }
  .profile-nav > span { display: none; }
  .profile-nav { justify-content: center; margin-top: 15px; }
  .trust-strip div { display: grid; gap: 10px; }
  .trust-strip span + span::before { display: none; }
  .section { padding-block: 76px; }
  .about-grid { gap: 42px; }
  .team-intro { margin-bottom: 38px; }
  .team-member { padding: 26px 22px; }
  .credentials { grid-template-columns: 1fr; }
  .services-head { gap: 25px; }
  .service-grid article { padding-inline: 8px; }
  .media-grid { gap: 40px; }
  .video-card { min-height: 350px; padding: 28px; }
  .video-card > span { left: 28px; bottom: 31px; }
  .booking { padding-block: 76px; gap: 44px; }
  .booking-form { padding: 24px 18px; margin-inline: -4px; }
  .therapist-options { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .admin-grid { grid-template-columns: 1fr; }
  .slot-form { grid-template-columns: 1fr; }
  .footer-brand, .footer-links { justify-content: center; }
  footer > p { margin: 8px 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
