@font-face { font-family:'Cormorant Garamond'; src:url('../fonts/CormorantGaramond-Variable.ttf') format('truetype'); font-style:normal; font-weight:300 700; font-display:swap; }
@font-face { font-family:'Montserrat'; src:url('../fonts/Montserrat-Variable.ttf') format('truetype'); font-style:normal; font-weight:100 900; font-display:swap; }
@font-face { font-family:'Nunito'; src:url('../fonts/Nunito-Variable.ttf') format('truetype'); font-style:normal; font-weight:200 1000; font-display:swap; }
@font-face { font-family:'Playfair Display'; src:url('../fonts/PlayfairDisplay-Variable.ttf') format('truetype'); font-style:normal; font-weight:400 900; font-display:swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: 'Nunito', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
body.design-1 { font-family: 'Montserrat', sans-serif; }
body.design-3 { font-family: 'Montserrat', sans-serif; }
body.design-4 { font-family: 'Montserrat', sans-serif; }
img { display: block; max-width: 100%; }
a { color: var(--accent-2); text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand { font-family: 'Cormorant Garamond', serif; line-height: 1.12; }
.design-1 h1, .design-1 h2, .design-1 h3, .design-1 .brand, .design-4 h1, .design-4 h2, .design-4 h3, .design-4 .brand { font-family: 'Playfair Display', serif; }
.design-3 h1, .design-3 h2, .design-3 h3, .design-3 .brand { font-family: 'Montserrat', sans-serif; text-transform: uppercase; letter-spacing: -.03em; }
.site-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg-alt) 94%, transparent); border-bottom: 1px solid var(--border); backdrop-filter: blur(16px); }
.nav-row { min-height: 76px; display: flex; align-items: center; gap: 24px; }
.brand { color: var(--text); font-size: 28px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.brand-mark { color: var(--accent); }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 8px; }
.main-nav a { padding: 9px 13px; border-radius: 999px; color: var(--text-muted); font-weight: 700; font-size: 14px; }
.main-nav a:hover, .main-nav a.active { color: var(--text); background: var(--accent-soft); }
.nav-group { position: relative; }
.profile-nav-dropdown { position: absolute; top: calc(100% + 8px); left: 0; min-width: 190px; padding: 9px; display: grid; visibility: hidden; opacity: 0; transform: translateY(6px); background: var(--surface); border: 1px solid var(--border); border-radius: 16px; box-shadow: var(--shadow); transition: .18s; }
.profile-nav-dropdown a { padding: 8px 11px; }
.nav-group:hover .profile-nav-dropdown, .nav-group:focus-within .profile-nav-dropdown { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-toggle { display: none; margin-left: auto; border: 1px solid var(--border); border-radius: 10px; background: var(--surface); color: var(--text); font-size: 22px; padding: 6px 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 10px 24px; border: 1px solid var(--accent); border-radius: 999px; background: var(--accent); color: white; font-weight: 800; line-height: 1.2; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--accent-2); border-color: var(--accent-2); color: var(--bg); }
.button-outline { color: var(--accent-2); background: transparent; }
.button-small { min-height: 40px; padding: 8px 16px; font-size: 14px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero { padding: 72px 0 64px; background: linear-gradient(145deg, var(--bg-alt), var(--bg) 75%); border-radius: 0 0 48px 48px; }
.hero-grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: clamp(36px, 7vw, 92px); }
.eyebrow { color: var(--accent-2); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 12px; }
.hero h1 { font-size: clamp(48px, 6.2vw, 78px); max-width: 700px; margin-bottom: 22px; }
.hero-copy > p { color: var(--text-muted); font-size: 19px; max-width: 610px; }
.hero-photo { aspect-ratio: 4/5; overflow: hidden; border-radius: 34px; box-shadow: var(--shadow); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.section { padding: 82px 0; }
.section-alt { background: var(--bg-alt); border-radius: 48px; }
.page-top { padding-top: 58px; min-height: 60vh; }
.section-heading { margin-bottom: 42px; }
.section-heading h1, .section-heading h2 { font-size: clamp(38px, 5vw, 58px); margin-bottom: 0; }
.centered { text-align: center; }
.row-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 34px; min-height: 220px; border: 1px solid var(--border); border-radius: 26px; background: var(--surface); }
.feature > span { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 24px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-2); font-size: 24px; }
.feature h3 { font-size: 26px; margin-bottom: 12px; }
.feature p { color: var(--text-muted); margin-bottom: 0; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.profile-card { overflow: hidden; display: block; background: var(--surface); color: var(--text); border: 1px solid var(--border); border-radius: 28px; transition: transform .25s, box-shadow .25s; }
.profile-card:hover { color: var(--text); transform: translateY(-6px); box-shadow: var(--shadow); }
.profile-card-photo { aspect-ratio: 3/4; overflow: hidden; }
.profile-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.profile-card:hover img { transform: scale(1.035); }
.profile-card-body { padding: 20px; }
.profile-card h3 { font-size: 30px; margin-bottom: 6px; }
.profile-meta { color: var(--text-muted); font-size: 13px; }
.mini-days { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 12px; }
.mini-days span { padding: 2px 8px; border-radius: 999px; background: var(--accent-soft); color: var(--accent-2); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.callout h2 { font-size: clamp(38px, 5vw, 58px); }
.profile-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(38px, 6vw, 80px); align-items: start; }
.profile-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.profile-gallery a { overflow: hidden; border-radius: 24px; }
.profile-gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; transition: transform .25s, filter .25s; }
.profile-gallery a:hover img { transform: scale(1.025); filter: brightness(.9); }
.lightbox-open { overflow: hidden; }
.lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 28px 84px; background: rgba(10, 7, 8, .94); color: #fff; touch-action: pan-y; }
.lightbox.open { display: flex; }
.lightbox-stage { position: relative; display: grid; place-items: center; max-width: 100%; max-height: 100%; }
.lightbox-image { max-width: min(86vw, 1100px); max-height: calc(100vh - 56px); object-fit: contain; border-radius: 8px; box-shadow: 0 18px 70px rgba(0,0,0,.48); user-select: none; -webkit-user-drag: none; }
.lightbox-counter { position: absolute; left: 50%; bottom: 12px; transform: translateX(-50%); padding: 5px 11px; border-radius: 999px; background: rgba(0,0,0,.62); color: #fff; font: 700 12px/1.2 'Montserrat', sans-serif; }
.lightbox button { position: absolute; z-index: 2; display: grid; place-items: center; border: 0; background: rgba(255,255,255,.12); color: #fff; cursor: pointer; transition: background .2s; }
.lightbox button:hover, .lightbox button:focus-visible { background: rgba(255,255,255,.25); outline: 2px solid #fff; outline-offset: 2px; }
.lightbox-close { top: 18px; right: 18px; width: 46px; height: 46px; border-radius: 50%; font-size: 34px; line-height: 1; }
.lightbox-prev, .lightbox-next { top: 50%; width: 52px; height: 72px; border-radius: 14px; transform: translateY(-50%); font-size: 48px; line-height: 1; }
.lightbox-prev { left: 18px; }
.lightbox-next { right: 18px; }
.profile-info { position: sticky; top: 116px; }
.profile-info h1 { font-size: clamp(54px, 7vw, 82px); margin-bottom: 28px; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.stats > div { padding: 18px 8px; border-radius: 18px; background: var(--accent-soft); text-align: center; }
.stats strong { display: block; color: var(--accent-2); font: 700 28px/1 'Cormorant Garamond', serif; }
.stats span { color: var(--text-muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.bio { color: var(--text-muted); margin: 28px 0; font-size: 17px; }
.schedule-label { margin-top: 28px; }
.profile-week { display: flex; flex-wrap: wrap; gap: 8px; }
.profile-week > div { width: 58px; min-height: 64px; display: grid; place-content: center; border: 1px solid var(--border); border-radius: 15px; text-align: center; }
.profile-week b { text-transform: uppercase; font-size: 12px; }
.profile-week span { color: var(--text-muted); font-size: 11px; }
.profile-week .on { background: var(--accent-soft); border-color: var(--accent); color: var(--accent-2); }
.profile-week .off { opacity: .38; }
.profile-week .today { box-shadow: 0 0 0 2px var(--accent-2); }
.schedule-scroll { overflow-x: auto; padding-bottom: 8px; }
.schedule-table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0 10px; }
.schedule-table th { padding: 8px 10px 14px; color: var(--accent-2); font-size: 12px; text-transform: uppercase; }
.schedule-table th small { display: block; font-weight: 500; opacity: .8; }
.schedule-table td { padding: 16px 10px; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); text-align: center; }
.schedule-table td:first-child { padding-left: 22px; border-left: 1px solid var(--border); border-radius: 16px 0 0 16px; text-align: left; font: 700 23px 'Cormorant Garamond', serif; }
.schedule-table td:last-child { border-right: 1px solid var(--border); border-radius: 0 16px 16px 0; }
.work-dot { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--accent-soft); color: var(--accent-2); font-weight: 900; }
.off-dot { color: var(--text-muted); opacity: .35; }
.notice { margin: 24px auto; color: var(--text-muted); text-align: center; font-size: 13px; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.price-card { padding: 28px; background: var(--surface); border: 1px solid var(--border); border-radius: 24px; }
.price-card-head { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.price-card h2 { font-size: 28px; margin-bottom: 2px; }
.price-card-head span { color: var(--text-muted); font-size: 13px; }
.price-card-head > strong { color: var(--accent-2); font-size: 21px; white-space: nowrap; }
.price-card ul { margin: 20px 0 0; padding-left: 18px; color: var(--text-muted); }
.extras { max-width: 800px; margin: 72px auto 0; }
.extra-row { display: flex; justify-content: space-between; gap: 24px; padding: 16px 4px; border-bottom: 1px solid var(--border); }
.extra-row strong { color: var(--accent-2); white-space: nowrap; }
.price-notes { margin-top: 42px; color: var(--text-muted); }
.price-notes strong { color: var(--accent-2); }
.contacts-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; }
.contact-card { padding: 38px; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); }
.contact-card h2 { font-size: 34px; }
.contact-item { padding: 18px 0; border-bottom: 1px solid var(--border); }
.contact-item > span { display: block; margin-bottom: 4px; color: var(--text-muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card .button { margin-top: 26px; }
.map-wrap { min-height: 520px; overflow: hidden; border: 1px solid var(--border); border-radius: 28px; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 520px; border: 0; }
.site-footer { margin-top: 40px; padding-top: 68px; background: var(--bg-alt); border-top: 1px solid var(--border); border-radius: 48px 48px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr; gap: 60px; }
.footer-grid p { color: var(--text-muted); max-width: 380px; }
.footer-grid h3 { color: var(--accent-2); font-size: 21px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-menu { display: grid; gap: 6px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 52px; padding: 22px 0; border-top: 1px solid var(--border); color: var(--text-muted); font-size: 12px; }

/* Four layout presets based on the approved concepts. */
.design-1 .hero-photo, .design-1 .profile-card, .design-1 .feature, .design-1 .price-card { border-radius: 4px; }
.design-1 .hero { border-radius: 0; }
.design-1 .section-alt { border-radius: 0; }
.design-1 .eyebrow { letter-spacing: .24em; }
.design-1 .profile-card-body { padding-inline: 4px; background: var(--bg); }
.design-1 .profile-card { border: 0; background: transparent; }
.design-2 .hero-photo, .design-2 .profile-card { box-shadow: var(--shadow); }
.design-3 .hero h1 { font-size: clamp(50px, 7vw, 92px); line-height: .95; }
.design-3 .button, .design-3 .main-nav a, .design-3 .mini-days span { border-radius: 4px; }
.design-3 .profile-card, .design-3 .feature, .design-3 .price-card, .design-3 .hero-photo { border-radius: 8px; }
.design-3 .hero { border-radius: 0; border-bottom: 8px solid var(--accent); }
.design-3 .eyebrow { color: var(--accent); }
.design-4 .hero { background: var(--bg); border-radius: 0; border-bottom: 1px solid var(--border); }
.design-4 .hero-grid { grid-template-columns: .8fr 1.2fr; }
.design-4 .hero-photo, .design-4 .profile-card, .design-4 .feature, .design-4 .price-card, .design-4 .contact-card, .design-4 .map-wrap { border-radius: 0; }
.design-4 .section-alt, .design-4 .site-footer { border-radius: 0; }
.design-4 .profile-card { border-width: 0 0 1px; background: transparent; }

@media (max-width: 980px) {
  .header-phone { display: none; }
  .cards-grid { grid-template-columns: repeat(3, 1fr); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature { min-height: 0; }
  .profile-layout { grid-template-columns: 1fr; }
  .profile-info { position: static; }
  .contacts-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .site-shell { width: min(100% - 28px, 1180px); }
  .nav-row { min-height: 66px; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; top: 66px; left: 14px; right: 14px; padding: 12px; background: var(--surface); border: 1px solid var(--border); border-radius: 18px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 14px; }
  .nav-group > a { display: block; }
  .profile-nav-dropdown { position: static; min-width: 0; margin: 0 0 6px 12px; padding: 2px 0 2px 10px; visibility: visible; opacity: 1; transform: none; background: transparent; border-width: 0 0 0 1px; border-radius: 0; box-shadow: none; }
  .profile-nav-dropdown a { padding: 7px 10px; font-size: 12px; }
  .hero { padding: 44px 0; border-radius: 0 0 28px 28px; }
  .hero-grid, .design-4 .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-photo { max-height: 68vh; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); }
  .section { padding: 58px 0; }
  .section-alt { border-radius: 28px; }
  .row-heading { align-items: flex-start; flex-direction: column; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .profile-card { border-radius: 18px; }
  .profile-card-body { padding: 14px; }
  .profile-card h3 { font-size: 25px; }
  .profile-meta { font-size: 11px; }
  .mini-days { display: none; }
  .profile-gallery { gap: 8px; }
  .profile-gallery a { border-radius: 14px; }
  .lightbox { padding: 62px 10px 72px; }
  .lightbox-image { max-width: calc(100vw - 20px); max-height: calc(100vh - 134px); border-radius: 5px; }
  .lightbox-close { top: 10px; right: 10px; }
  .lightbox-prev, .lightbox-next { top: auto; bottom: 12px; width: 54px; height: 46px; transform: none; border-radius: 12px; font-size: 40px; }
  .lightbox-prev { left: calc(50% - 64px); }
  .lightbox-next { right: calc(50% - 64px); }
  .lightbox-counter { bottom: 8px; }
  .stats { gap: 6px; }
  .stats strong { font-size: 23px; }
  .stats > div { padding: 14px 3px; border-radius: 13px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card { padding: 22px; }
  .price-card-head { display: block; }
  .price-card-head > strong { display: block; margin-top: 12px; }
  .contact-card { padding: 26px; }
  .map-wrap, .map-wrap iframe { min-height: 400px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
}
