:root {
  --ink: #191917;
  --ink-2: #24241f;
  --paper: #f4efe7;
  --paper-2: #ebe2d7;
  --white: #fffdf9;
  --clay: #ba7b5d;
  --clay-light: #d8aa8f;
  --acid: #dbe86b;
  --line: rgba(25, 25, 23, .16);
  --muted: #716e67;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", "Inter", "Avenir Next", Arial, sans-serif;
  --radius: 4px;
  --shadow: 0 28px 80px rgba(44, 32, 25, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.5; overflow-x: hidden; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--acid); }

.noise { position: fixed; inset: 0; z-index: 1000; pointer-events: none; opacity: .032; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E"); }

.site-header { height: 92px; padding: 0 clamp(22px, 4.5vw, 72px); display: flex; align-items: center; justify-content: space-between; position: absolute; top: 0; left: 0; right: 0; z-index: 30; transition: background .3s, height .3s, transform .3s; }
.site-header.sticky { position: fixed; height: 74px; background: rgba(244, 239, 231, .9); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: var(--paper); background: var(--ink); border-radius: 50%; font: italic 700 19px/1 var(--serif); }
.brand-type { font-size: 18px; line-height: .85; font-weight: 730; letter-spacing: .11em; }
.brand-type small { display: block; margin-top: 7px; font-size: 7px; font-weight: 600; letter-spacing: .32em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 3vw, 52px); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -5px; background: var(--ink); transition: right .3s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.text-button, .language-switch { border: 0; background: transparent; cursor: pointer; }
.text-button { padding: 11px; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; }
.language-switch { display: flex; gap: 2px; padding: 3px; border: 1px solid var(--line); border-radius: 999px; font-size: 9px; font-weight: 700; letter-spacing: .05em; }
.language-switch span { min-width: 27px; padding: 5px 6px; border-radius: 99px; color: var(--muted); }
.language-switch .lang-active { background: var(--ink); color: var(--white); }
.pill-button { border: 0; min-height: 48px; padding: 0 8px 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border-radius: 999px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.pill-button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0,0,0,.14); }
.pill-button i { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-size: 16px; }
.pill-dark { color: var(--paper); background: var(--ink); }
.pill-dark i { color: var(--ink); background: var(--acid); }
.pill-light { color: var(--ink); background: var(--paper); }
.pill-light i { color: var(--paper); background: var(--ink); }
.menu-button { width: 44px; height: 44px; padding: 0; display: none; border: 0; background: transparent; cursor: pointer; }
.menu-button span { width: 23px; height: 1px; margin: 6px auto; display: block; background: currentColor; transition: transform .25s; }
.menu-button.open span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-button.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 74px 0 auto; z-index: 29; padding: 22px; display: grid; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); transform: translateY(-130%); transition: transform .3s; }
.mobile-menu.open { transform: none; }
.mobile-menu a, .mobile-menu button { padding: 15px 0; border: 0; border-bottom: 1px solid var(--line); background: none; text-align: left; font: italic 36px/1 var(--serif); }

.hero { min-height: min(960px, 100vh); padding: 126px clamp(22px, 5.5vw, 90px) 52px; position: relative; display: grid; grid-template-columns: minmax(0, .95fr) minmax(400px, .75fr); align-items: center; gap: clamp(36px, 7vw, 120px); overflow: hidden; }
.hero::before { content: ""; width: min(44vw, 680px); aspect-ratio: 1; position: absolute; top: -15%; left: -13%; border: 1px solid rgba(25,25,23,.12); border-radius: 50%; }
.hero-copy { position: relative; z-index: 2; padding-top: 36px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 28px 0 24px; font-size: clamp(64px, 8vw, 132px); font-weight: 760; line-height: .75; letter-spacing: -.085em; }
.hero h1 em { padding-left: clamp(28px, 6vw, 100px); color: var(--clay); font-family: var(--serif); font-weight: 400; }
.hero-lead { width: min(460px, 82%); margin: 0 0 30px clamp(30px, 8vw, 140px); color: #58564f; font-size: clamp(14px, 1.25vw, 18px); line-height: 1.65; }
.hero-cta-row { margin-left: clamp(30px, 8vw, 140px); display: flex; align-items: center; gap: 28px; }
.circle-cta { width: 116px; height: 116px; padding: 0; flex: 0 0 auto; position: relative; border: 0; border-radius: 50%; background: var(--ink); color: var(--paper); cursor: pointer; transition: transform .3s, background .3s; }
.circle-cta:hover { transform: rotate(-5deg) scale(1.04); background: var(--clay); }
.circle-cta span { font-size: 10px; font-weight: 700; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.circle-cta i { position: absolute; top: 15px; right: 18px; color: var(--acid); font-style: normal; }
.hero-meta { display: grid; gap: 3px; }
.hero-meta strong { font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-meta span { color: var(--muted); font: italic 17px var(--serif); }
.hero-visual { height: min(720px, calc(100vh - 170px)); min-height: 520px; max-width: 560px; width: 100%; margin-left: auto; position: relative; }
.portrait-frame { height: 100%; overflow: hidden; background: #d6b7a2; clip-path: polygon(8% 0, 100% 0, 100% 92%, 82% 100%, 0 100%, 0 8%); }
.portrait-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 37%; filter: saturate(.88) contrast(1.02); }
.portrait-wash { position: absolute; inset: 0; background: linear-gradient(155deg, transparent 55%, rgba(82,45,32,.16)); pointer-events: none; }
.vertical-note { position: absolute; top: 62px; right: -28px; writing-mode: vertical-rl; font-size: 8px; letter-spacing: .25em; font-weight: 700; }
.availability-chip { position: absolute; right: -26px; bottom: 67px; padding: 12px 17px; display: flex; align-items: center; gap: 8px; background: var(--acid); font-size: 9px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: right bottom; }
.availability-chip i, .live-dot i, .admin-live i { width: 6px; height: 6px; display: block; border-radius: 50%; background: #3a6a2a; box-shadow: 0 0 0 4px rgba(58,106,42,.14); }
.orbit-badge { width: 132px; height: 132px; position: absolute; left: -63px; top: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--paper); }
.orbit-badge span { width: 100%; height: 100%; position: absolute; animation: rotate 18s linear infinite; font-size: 8px; letter-spacing: .16em; word-spacing: 10px; padding: 11px; text-align: center; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.orbit-badge span::before { content: "INDIVIDUAL · LIGHT · PRECISE ·"; display: block; transform: rotate(55deg); }
.orbit-badge b { color: var(--acid); font: italic 28px var(--serif); }
.hero-index { position: absolute; left: clamp(22px, 5.5vw, 90px); bottom: 30px; color: var(--muted); font-size: 9px; letter-spacing: .2em; }
@keyframes rotate { to { transform: rotate(360deg); } }

.manifesto-strip { padding: 30px clamp(22px, 5.5vw, 90px); display: grid; grid-template-columns: repeat(4, 1fr); background: var(--ink); color: var(--paper); }
.manifesto-strip > div { min-height: 84px; padding: 12px clamp(15px, 2.5vw, 42px); display: flex; align-items: flex-start; gap: 18px; border-right: 1px solid rgba(255,255,255,.15); }
.manifesto-strip > div:first-child { padding-left: 0; }
.manifesto-strip > div:last-child { border: 0; }
.manifesto-strip span { color: var(--clay-light); font: italic 12px var(--serif); }
.manifesto-strip p { margin: 0; display: grid; gap: 7px; }
.manifesto-strip strong { font: italic 24px var(--serif); }
.manifesto-strip small { color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.services-section { padding: clamp(90px, 12vw, 180px) clamp(22px, 5.5vw, 90px); }
.section-heading { display: grid; grid-template-columns: .65fr 1.45fr .75fr; align-items: start; gap: 40px; }
.section-heading > div:first-child { display: flex; align-items: center; gap: 18px; padding-top: 12px; }
.section-number { color: var(--clay); font: italic 15px var(--serif); }
.eyebrow-text, .soft-label { font-size: 9px; font-weight: 720; letter-spacing: .19em; text-transform: uppercase; }
.section-heading h2, .master-copy h2 { margin: 0; font-size: clamp(48px, 6vw, 92px); line-height: .88; letter-spacing: -.06em; text-transform: uppercase; }
.section-heading h2 em, .master-copy h2 em { color: var(--clay); font-family: var(--serif); font-weight: 400; text-transform: none; }
.section-heading > p { margin: 10px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.service-list { margin-top: 80px; border-top: 1px solid var(--line); }
.service-card { min-height: 142px; padding: 26px 0; display: grid; grid-template-columns: 90px 1.25fr 1.1fr 120px 78px; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); position: relative; transition: padding .3s, background .3s; }
.service-card::before { content: ""; position: absolute; inset: 0 100% 0 0; z-index: -1; background: var(--ink); transition: right .4s cubic-bezier(.2,.8,.2,1); }
.service-card:hover { padding-left: 22px; padding-right: 22px; color: var(--paper); }
.service-card:hover::before { right: 0; }
.service-card:hover p, .service-card:hover .service-duration { color: rgba(255,255,255,.56); }
.service-card:hover button { color: var(--ink); background: var(--acid); transform: rotate(8deg); }
.service-index { color: var(--clay); font: italic 13px var(--serif); }
.service-card h3 { margin: 0; font-size: clamp(24px, 2.5vw, 39px); line-height: 1; letter-spacing: -.035em; }
.service-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; transition: color .3s; }
.service-price { display: grid; gap: 2px; }
.service-price strong { font: italic 27px var(--serif); }
.service-duration { color: var(--muted); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; transition: color .3s; }
.service-card button { width: 52px; height: 52px; justify-self: end; border: 1px solid currentColor; border-radius: 50%; background: transparent; cursor: pointer; transition: transform .3s, background .3s; }
.service-skeleton { height: 142px; border-bottom: 1px solid var(--line); background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,.5) 45%, transparent 60%); background-size: 220% 100%; animation: skeleton 1.6s infinite; }
@keyframes skeleton { to { background-position: -220% 0; } }

.booking-section { padding: clamp(80px, 10vw, 150px) clamp(22px, 7vw, 120px); display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: clamp(50px, 9vw, 150px); background: var(--clay); color: #201a17; overflow: hidden; }
.booking-copy { position: relative; }
.booking-copy .section-number { position: absolute; top: -42px; color: rgba(25,25,23,.55); }
.booking-copy h2 { margin: 29px 0 26px; font-size: clamp(54px, 6.5vw, 100px); line-height: .83; letter-spacing: -.07em; }
.booking-copy h2 em { color: var(--paper); font-family: var(--serif); font-weight: 400; }
.booking-copy p { max-width: 440px; font-size: 15px; line-height: 1.7; }
.arrow-link { margin-top: 22px; padding: 8px 0; display: inline-flex; align-items: center; gap: 20px; border: 0; border-bottom: 1px solid currentColor; background: transparent; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.arrow-link i { font-style: normal; font-size: 18px; transition: transform .2s; }
.arrow-link:hover i { transform: translate(3px, -3px); }
.mini-calendar { min-height: 535px; padding: clamp(24px, 3vw, 44px); position: relative; background: var(--paper); color: var(--ink); box-shadow: 34px 34px 0 rgba(25,25,23,.11); }
.mini-calendar::before { content: ""; position: absolute; width: 74px; height: 74px; right: -25px; top: -25px; border: 1px solid rgba(25,25,23,.25); border-radius: 50%; }
.mini-calendar-head { display: flex; align-items: flex-start; justify-content: space-between; }
.mini-calendar-head > div:first-child { display: grid; }
.mini-calendar-head small { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.mini-calendar-head strong { font: italic 38px var(--serif); }
.live-dot { display: flex; align-items: center; gap: 8px; font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.mini-days { margin-top: 35px; display: grid; grid-template-columns: repeat(7, 1fr); gap: 5px; }
.mini-day { min-width: 0; padding: 9px 2px 10px; display: grid; gap: 8px; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; text-align: center; }
.mini-day small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.mini-day strong { font: 18px var(--serif); }
.mini-day.active { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.mini-day.active small { color: var(--clay-light); }
.mini-day.disabled { opacity: .32; cursor: not-allowed; }
.mini-slots { min-height: 185px; padding: 25px 0; display: grid; grid-template-columns: repeat(2, 1fr); align-content: start; gap: 9px; }
.mini-slot { padding: 12px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 12px; transition: background .2s, color .2s; }
.mini-slot:hover { color: var(--paper); background: var(--ink); }
.calendar-placeholder { grid-column: 1/-1; color: var(--muted); align-self: center; text-align: center; font: italic 18px var(--serif); }
.mini-calendar-foot { padding-top: 18px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.mini-calendar-foot span { color: var(--muted); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.mini-calendar-foot button { width: 40px; height: 40px; border: 0; border-radius: 50%; color: var(--paper); background: var(--ink); cursor: pointer; }

.master-section { min-height: 850px; padding: clamp(90px, 12vw, 180px) clamp(22px, 8vw, 135px); display: grid; grid-template-columns: minmax(320px, .8fr) 1fr; align-items: center; gap: clamp(55px, 10vw, 160px); }
.master-image { max-width: 520px; height: 650px; position: relative; }
.master-image::before { content: ""; position: absolute; inset: 30px -28px -28px 30px; border: 1px solid var(--clay); }
.master-image img { width: 100%; height: 100%; object-fit: cover; object-position: 55% 38%; filter: grayscale(.12) saturate(.85); }
.master-image > span { position: absolute; left: -30px; bottom: 42px; padding: 13px 17px; color: var(--paper); background: var(--ink); font-size: 9px; font-weight: 700; line-height: 1.4; letter-spacing: .17em; }
.master-copy .section-number { display: block; margin-bottom: 40px; }
.master-copy h2 { margin: 24px 0 36px; }
.master-quote { max-width: 640px; margin: 0 0 27px; font: italic clamp(22px, 2.3vw, 35px)/1.3 var(--serif); }
.master-copy > p:not(.master-quote) { max-width: 530px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.signature { margin-top: 25px; color: var(--clay); font: italic 42px/1 var(--serif); transform: rotate(-7deg); transform-origin: left; }

.ritual-section { padding: clamp(90px, 12vw, 180px) clamp(22px, 5.5vw, 90px); background: var(--paper-2); }
.ritual-section .section-heading { grid-template-columns: .65fr 2.2fr; }
.ritual-grid { margin-top: 90px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.ritual-grid article { min-height: 390px; padding: 35px clamp(25px, 3.5vw, 58px); position: relative; border-right: 1px solid var(--line); }
.ritual-grid article:last-child { border: 0; }
.ritual-grid article > span { color: var(--clay); font: italic 12px var(--serif); }
.ritual-icon { width: 92px; height: 92px; margin: 55px auto 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--clay); font: 34px var(--serif); }
.ritual-grid h3 { margin: 0 0 12px; font: italic 30px var(--serif); }
.ritual-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.final-cta { min-height: 640px; padding: 90px 22px; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: var(--paper); background: var(--ink); overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.final-cta::before { width: 700px; height: 700px; left: -270px; top: -300px; }
.final-cta::after { width: 440px; height: 440px; right: -110px; bottom: -280px; }
.final-cta h2 { margin: 26px 0 38px; z-index: 1; font-size: clamp(62px, 8vw, 124px); line-height: .8; letter-spacing: -.075em; }
.final-cta h2 em { color: var(--clay-light); font-family: var(--serif); font-weight: 400; }
.final-cta .pill-button { z-index: 1; }
.final-cta p { margin: 18px 0 0; color: rgba(255,255,255,.45); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.cta-orbit { width: 92px; height: 92px; position: absolute; top: 65px; right: 14%; border: 1px solid var(--clay); border-radius: 50%; }
.cta-orbit::after { content: "✦"; width: 33px; height: 33px; position: absolute; left: -7px; top: -7px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); }

.site-footer { padding: 68px clamp(22px, 5.5vw, 90px) 24px; color: var(--paper); background: #11110f; }
.footer-top { min-height: 170px; display: grid; grid-template-columns: .8fr 1fr .65fr; align-items: start; gap: 40px; }
.light-brand .brand-mark { color: var(--ink); background: var(--paper); }
.footer-top p { margin: 0; color: rgba(255,255,255,.5); font: italic 20px/1.45 var(--serif); }
.footer-social { display: grid; justify-content: end; gap: 8px; color: rgba(255,255,255,.55); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-align: right; }
.footer-bottom { padding-top: 20px; display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.4); font-size: 8px; letter-spacing: .14em; }
.footer-bottom > div { display: flex; justify-content: center; gap: 24px; }
.footer-bottom > span:last-child { text-align: right; }

.reveal { opacity: 1; transform: none; transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }

/* Authentication */
.modal-backdrop { position: fixed; inset: 0; z-index: 100; padding: 20px; display: grid; place-items: center; background: rgba(17,17,15,.73); backdrop-filter: blur(12px); animation: fade .25s; }
@keyframes fade { from { opacity: 0; } }
.auth-modal { width: min(960px, 100%); min-height: 610px; max-height: calc(100vh - 40px); position: relative; display: grid; grid-template-columns: .78fr 1.2fr; overflow: auto; background: var(--paper); box-shadow: 0 40px 100px rgba(0,0,0,.32); }
.modal-close { width: 42px; height: 42px; position: absolute; top: 17px; right: 17px; z-index: 2; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); font-size: 25px; cursor: pointer; }
.auth-art { padding: 52px 40px; display: flex; flex-direction: column; justify-content: space-between; color: var(--paper); background: var(--clay); position: relative; overflow: hidden; }
.auth-art::before { content: ""; width: 380px; height: 380px; position: absolute; left: -210px; top: 80px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.auth-monogram { position: relative; font: italic 56px var(--serif); }
.auth-art p { position: relative; font: italic clamp(27px, 3.5vw, 43px)/1.08 var(--serif); }
.auth-art small { position: relative; font-size: 8px; letter-spacing: .2em; }
.auth-body { padding: 42px clamp(28px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.auth-tabs { margin-bottom: 35px; display: flex; gap: 22px; border-bottom: 1px solid var(--line); }
.auth-tabs button { padding: 10px 0; position: relative; border: 0; background: none; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
.auth-tabs button.active { color: var(--ink); }
.auth-tabs button.active::after { content: ""; position: absolute; height: 2px; left: 0; right: 0; bottom: -1px; background: var(--ink); }
.auth-form > .soft-label { color: var(--clay); }
.auth-form h2 { margin: 12px 0 3px; font: italic clamp(36px, 4vw, 52px)/1 var(--serif); }
.auth-form > p { margin: 0 0 25px; color: var(--muted); font-size: 12px; }
.auth-form label:not(.check-label), .profile-form label, .notes-field { margin-bottom: 15px; display: grid; gap: 7px; }
.auth-form label > span, .profile-form label > span, .notes-field > span { font-size: 9px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.auth-form input, .profile-form input, .notes-field textarea, .admin-card input { width: 100%; height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(255,255,255,.3); }
.auth-form input:focus, .profile-form input:focus, .notes-field textarea:focus, .admin-card input:focus { border-color: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.check-label { margin: 8px 0 20px; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.check-label input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--ink); }
.wide-button { width: 100%; }
.pill-button:disabled { opacity: .4; cursor: not-allowed; transform: none; box-shadow: none; }
.toast-region { position: fixed; z-index: 200; right: 20px; bottom: 20px; display: grid; gap: 8px; }
.toast { max-width: 380px; padding: 14px 18px; color: var(--paper); background: var(--ink); box-shadow: 0 15px 38px rgba(0,0,0,.22); font-size: 12px; animation: toast-in .3s; }
.toast.error { color: var(--ink); background: #edb29c; }
@keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }

/* Customer portal */
.portal-view { min-height: 100vh; background: #ede8e0; }
.portal-shell { min-height: 100vh; display: grid; grid-template-columns: 255px 1fr; }
.portal-sidebar { height: 100vh; padding: 30px 24px; position: sticky; top: 0; display: flex; flex-direction: column; color: var(--paper); background: var(--ink); }
.portal-brand .brand-mark { color: var(--ink); background: var(--paper); }
.portal-user { margin: 52px 0 35px; padding: 18px 0; display: flex; align-items: center; gap: 12px; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.portal-user > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--clay-light); font: italic 18px var(--serif); }
.portal-user div { min-width: 0; display: grid; }
.portal-user strong { overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.portal-user small { overflow: hidden; color: rgba(255,255,255,.4); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.portal-sidebar nav { display: grid; gap: 5px; }
.portal-sidebar nav button { padding: 13px 12px; display: flex; align-items: center; gap: 13px; border: 0; border-radius: 2px; color: rgba(255,255,255,.53); background: transparent; text-align: left; cursor: pointer; font-size: 11px; font-weight: 650; letter-spacing: .04em; }
.portal-sidebar nav button i { width: 20px; font: normal 17px var(--serif); text-align: center; }
.portal-sidebar nav button:hover, .portal-sidebar nav button.active { color: var(--paper); background: rgba(255,255,255,.08); }
.portal-sidebar nav button.active i { color: var(--acid); }
.sidebar-logout { margin-top: auto; padding: 13px 10px; display: flex; justify-content: space-between; border: 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.55); background: transparent; font-size: 10px; text-transform: uppercase; cursor: pointer; }
.portal-main { min-width: 0; padding: 0 clamp(22px, 4vw, 65px) 65px; }
.portal-header { min-height: 118px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.portal-header small { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.portal-header h1 { margin: 3px 0 0; font: italic clamp(30px, 3vw, 44px)/1 var(--serif); }
.icon-button, .portal-menu { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.portal-menu { display: none; }
.portal-panel { max-width: 1350px; margin: 0 auto; padding-top: 45px; }
.next-appointment { min-height: 275px; padding: clamp(30px, 4.5vw, 60px); display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--paper); background: var(--clay); position: relative; overflow: hidden; }
.next-appointment::before { content: ""; width: 340px; height: 340px; position: absolute; left: 43%; top: -180px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }
.next-appointment > div { position: relative; }
.next-appointment h2 { margin: 13px 0 8px; font: italic clamp(34px, 4.4vw, 62px)/.95 var(--serif); }
.next-appointment p { margin: 0 0 23px; color: rgba(255,255,255,.65); font-size: 12px; }
.appointment-date { min-width: 180px; display: grid; text-align: center; }
.appointment-date strong { font: italic clamp(74px, 9vw, 125px)/.75 var(--serif); }
.appointment-date span { margin-top: 13px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.portal-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.portal-card { min-height: 245px; padding: 35px; border: 1px solid var(--line); background: var(--paper); }
.portal-card h3 { margin: 35px 0 10px; font: italic 30px/1 var(--serif); }
.portal-card p { margin: 0; color: var(--muted); font-size: 12px; }
.care-card { color: var(--paper); background: var(--ink); }
.care-card h3 { margin-top: 25px; }
.care-card ul { margin: 20px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.6); font-size: 11px; }
.care-card li { padding: 7px 0 7px 18px; position: relative; border-bottom: 1px solid rgba(255,255,255,.09); }
.care-card li::before { content: "✦"; position: absolute; left: 0; color: var(--acid); font-size: 8px; }
.panel-heading { margin-bottom: 35px; display: flex; justify-content: space-between; align-items: flex-start; }
.panel-heading h2 { margin: 10px 0 0; font: italic clamp(36px, 4vw, 54px)/1 var(--serif); }
.step-indicator { color: var(--clay); font: italic 17px var(--serif); }
.booking-flow { display: grid; grid-template-columns: .84fr 1.35fr .88fr; gap: 18px; align-items: start; }
.flow-step { min-height: 480px; padding: 25px; border: 1px solid var(--line); background: var(--paper); transition: opacity .3s; }
.flow-step.muted { opacity: .48; }
.flow-step h3 { margin: 0 0 22px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.service-options { display: grid; gap: 8px; }
.service-option { padding: 14px; display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; border: 1px solid var(--line); background: transparent; text-align: left; cursor: pointer; }
.service-option:hover, .service-option.selected { color: var(--paper); background: var(--ink); }
.service-option strong { font: italic 17px var(--serif); }
.service-option span { color: var(--clay); font-size: 11px; font-weight: 700; }
.service-option small { grid-column: 1/-1; color: var(--muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.service-option.selected small, .service-option:hover small { color: rgba(255,255,255,.5); }
.month-nav { margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; }
.month-nav button, .admin-month-nav button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; }
.month-nav strong, .admin-month-nav strong { font: italic 20px var(--serif); }
.booking-calendar { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.booking-calendar .weekday { padding: 5px 0; color: var(--muted); font-size: 7px; font-weight: 700; text-align: center; text-transform: uppercase; }
.booking-calendar button { aspect-ratio: 1; border: 0; background: transparent; font-size: 10px; cursor: pointer; }
.booking-calendar button:hover, .booking-calendar button.selected { color: var(--paper); background: var(--ink); }
.booking-calendar button:disabled { opacity: .2; cursor: default; background: none; color: inherit; }
.booking-calendar button.has-slots::after { content: ""; width: 3px; height: 3px; margin: 1px auto 0; display: block; border-radius: 50%; background: var(--clay); }
.booking-time-list { margin-top: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; }
.booking-time-list button { padding: 9px; border: 1px solid var(--line); background: transparent; font-size: 10px; cursor: pointer; }
.booking-time-list button:hover, .booking-time-list button.selected { color: var(--paper); background: var(--clay); border-color: var(--clay); }
.booking-summary { min-height: 145px; padding: 17px; background: var(--paper-2); }
.booking-summary p { margin: 0; color: var(--muted); font: italic 17px var(--serif); }
.summary-row { padding: 7px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 10px; }
.summary-row strong { text-align: right; }
.notes-field { margin: 18px 0 !important; }
.notes-field textarea { height: 82px; padding: 11px; resize: vertical; }
.booking-history { display: grid; gap: 8px; }
.history-item { padding: 22px 24px; display: grid; grid-template-columns: 100px 1fr auto auto; align-items: center; gap: 25px; border: 1px solid var(--line); background: var(--paper); }
.history-date { display: grid; }
.history-date strong { font: italic 28px/1 var(--serif); }
.history-date small { color: var(--muted); font-size: 9px; }
.history-item h3 { margin: 0 0 4px; font: italic 21px var(--serif); }
.history-item p { margin: 0; color: var(--muted); font-size: 9px; }
.status { padding: 6px 9px; border-radius: 99px; background: var(--paper-2); font-size: 7px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.status.confirmed { color: #3f6f39; background: #e2ead3; }
.status.cancelled { color: #8a4a3a; background: #efd9d0; }
.status.completed { color: #3b526d; background: #dce4eb; }
.cancel-button { border: 0; border-bottom: 1px solid currentColor; color: var(--muted); background: none; font-size: 8px; cursor: pointer; text-transform: uppercase; }
.empty-state { min-height: 230px; padding: 30px; display: grid; place-items: center; border: 1px dashed var(--line); color: var(--muted); text-align: center; font: italic 21px var(--serif); }
.profile-form { max-width: 600px; padding: 35px; background: var(--paper); border: 1px solid var(--line); }
.profile-form input:disabled { color: var(--muted); background: #e5e0d8; }
.profile-form .pill-button { margin-top: 12px; }

/* Admin */
.admin-view { color: #e9e5dc; background: #151613; }
.admin-shell { min-height: 100vh; }
.admin-header { height: 78px; padding: 0 clamp(22px, 4vw, 62px); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.12); }
.admin-header .brand-mark { color: var(--ink); background: var(--acid); }
.admin-header > div { display: flex; align-items: center; gap: 22px; }
.admin-header .text-button { color: var(--paper); }
.admin-live { display: flex; align-items: center; gap: 7px; color: var(--acid); font-size: 8px; letter-spacing: .16em; }
.admin-live i { background: var(--acid); }
.admin-content { padding: 52px clamp(22px, 4vw, 62px) 70px; }
.admin-title { margin-bottom: 42px; display: flex; align-items: end; justify-content: space-between; }
.admin-title h1 { margin: 8px 0 0; font: italic clamp(46px, 5vw, 70px)/1 var(--serif); }
.admin-month-nav { display: flex; align-items: center; gap: 16px; }
.admin-month-nav button { color: var(--paper); border-color: rgba(255,255,255,.18); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.stats-grid article { min-height: 152px; padding: 23px; display: flex; flex-direction: column; background: #20211d; border: 1px solid rgba(255,255,255,.08); }
.stats-grid span { color: rgba(255,255,255,.53); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.stats-grid strong { margin: auto 0 2px; font: italic 47px/1 var(--serif); }
.stats-grid small { color: rgba(255,255,255,.34); font-size: 8px; }
.stats-grid .stat-dark { color: var(--ink); background: var(--acid); }
.stats-grid .stat-dark span, .stats-grid .stat-dark small { color: rgba(25,25,23,.56); }
.admin-grid { margin-top: 12px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.admin-card { padding: 27px; background: #20211d; border: 1px solid rgba(255,255,255,.08); }
.admin-card-head { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.admin-card h2 { margin: 5px 0 0; font: italic 27px/1 var(--serif); }
.slot-legend { display: flex; gap: 12px; }
.slot-legend span { display: flex; align-items: center; gap: 5px; }
.slot-legend i { width: 7px; height: 7px; border-radius: 50%; }
.slot-legend b { color: rgba(255,255,255,.45); font-size: 7px; text-transform: uppercase; }
.slot-legend .free { border: 1px solid rgba(255,255,255,.4); }
.slot-legend .busy { background: var(--clay); }
.slot-legend .blocked { background: #50514a; }
.admin-calendar { max-height: 510px; overflow: auto; scrollbar-color: #595a53 transparent; }
.admin-day { padding: 12px 0; display: grid; grid-template-columns: 100px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.08); }
.admin-day-date { display: grid; }
.admin-day-date strong { font: italic 17px var(--serif); }
.admin-day-date small { color: rgba(255,255,255,.35); font-size: 8px; }
.admin-slots { display: grid; grid-template-columns: repeat(4, minmax(48px, 1fr)); gap: 5px; }
.admin-slot { padding: 8px 3px; border: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.67); background: transparent; font-size: 8px; cursor: pointer; }
.admin-slot:hover { border-color: var(--acid); }
.admin-slot.busy { color: var(--ink); border-color: var(--clay); background: var(--clay); cursor: default; }
.admin-slot.blocked { color: rgba(255,255,255,.3); border-color: #383934; background: #2a2b27; text-decoration: line-through; }
.admin-hint { margin: 15px 0 0; color: rgba(255,255,255,.32); font-size: 8px; }
.admin-bookings { max-height: 520px; overflow: auto; }
.admin-booking { padding: 15px 0; display: grid; grid-template-columns: 42px 1fr auto; gap: 12px; border-top: 1px solid rgba(255,255,255,.08); }
.admin-booking-date { display: grid; place-items: center; align-content: center; min-height: 42px; color: var(--ink); background: var(--paper); }
.admin-booking-date strong { font: italic 17px/1 var(--serif); }
.admin-booking-date small { font-size: 7px; }
.admin-booking h3 { margin: 0 0 2px; font: italic 16px var(--serif); }
.admin-booking p { margin: 0; color: rgba(255,255,255,.4); font-size: 8px; }
.admin-booking select { align-self: center; padding: 6px; border: 1px solid rgba(255,255,255,.14); color: var(--paper); background: #191a17; font-size: 7px; }
.users-card { margin-top: 12px; }
.admin-card input { width: min(250px, 40vw); height: 38px; color: var(--paper); border-color: rgba(255,255,255,.15); background: rgba(0,0,0,.15); }
.table-scroll { overflow-x: auto; }
.users-card table { width: 100%; border-collapse: collapse; font-size: 9px; }
.users-card th { padding: 10px; color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .1em; text-align: left; text-transform: uppercase; }
.users-card td { padding: 13px 10px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.65); }
.users-card td:first-child { color: var(--paper); font-weight: 650; }
.role-badge { padding: 4px 7px; border-radius: 99px; color: var(--ink); background: var(--paper); font-size: 6px; font-weight: 800; text-transform: uppercase; }
.role-badge.admin { background: var(--acid); }

/* Legal */
.legal-view { min-height: 100vh; padding: 50px 22px 100px; background: var(--paper); }
.legal-shell { max-width: 780px; margin: auto; }
.legal-back { margin-bottom: 60px; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: none; cursor: pointer; font-size: 10px; text-transform: uppercase; }
.legal-shell h1 { margin: 15px 0 45px; font: italic clamp(52px, 8vw, 85px)/.9 var(--serif); }
.legal-shell h2 { margin: 35px 0 10px; font: italic 28px var(--serif); }
.legal-shell p { color: #55534e; line-height: 1.8; }
.legal-placeholder { color: #984b36; }
.legal-note { margin-top: 45px; padding: 18px; border: 1px solid var(--clay); font-size: 12px; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr 420px; gap: 45px; }
  .hero h1 { font-size: clamp(61px, 7.9vw, 90px); }
  .section-heading { grid-template-columns: .5fr 1.5fr; }
  .section-heading > p { grid-column: 2; }
  .service-card { grid-template-columns: 55px 1.1fr 1fr 100px 55px; gap: 18px; }
  .booking-flow { grid-template-columns: .8fr 1.2fr; }
  .flow-step:nth-child(3) { grid-column: 1/-1; min-height: 0; }
  .portal-shell { grid-template-columns: 220px 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-header { height: 74px; padding: 0 18px; }
  .header-actions .pill-button, .header-actions .text-button { display: none; }
  .menu-button { display: block; }
  .hero { min-height: auto; padding: 110px 20px 60px; grid-template-columns: 1fr; gap: 50px; }
  .hero::before { width: 90vw; left: -50%; }
  .hero-copy { padding: 0; }
  .hero h1 { font-size: clamp(57px, 17vw, 108px); }
  .hero h1 em { padding-left: 7vw; }
  .hero-lead, .hero-cta-row { margin-left: 7vw; }
  .hero-visual { height: 660px; min-height: 0; max-width: 520px; width: calc(100% - 35px); margin: 0 0 0 auto; }
  .orbit-badge { width: 105px; height: 105px; left: -42px; }
  .vertical-note { right: -22px; }
  .hero-index { display: none; }
  .manifesto-strip { padding: 24px 20px; grid-template-columns: 1fr 1fr; }
  .manifesto-strip > div { min-height: 78px; padding: 12px 15px; }
  .manifesto-strip > div:nth-child(2) { border-right: 0; }
  .manifesto-strip > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .manifesto-strip > div:first-child { padding-left: 15px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { grid-column: auto; max-width: 540px; }
  .section-heading h2, .master-copy h2 { font-size: clamp(45px, 12vw, 72px); }
  .service-card { grid-template-columns: 45px 1fr 65px; gap: 12px; }
  .service-card > p { grid-column: 2/4; }
  .service-price { grid-column: 2; }
  .service-card button { grid-column: 3; grid-row: 1; }
  .booking-section { grid-template-columns: 1fr; padding: 95px 20px; }
  .booking-copy h2 { font-size: clamp(55px, 15vw, 90px); }
  .mini-calendar { width: calc(100% - 18px); margin-left: 0; }
  .master-section { grid-template-columns: 1fr; padding: 95px 35px; }
  .master-image { height: min(670px, 110vw); }
  .ritual-section .section-heading { grid-template-columns: 1fr; }
  .ritual-grid { grid-template-columns: 1fr; }
  .ritual-grid article { min-height: 280px; border-right: 0; border-bottom: 1px solid var(--line); }
  .ritual-icon { margin: 25px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top p { order: 3; grid-column: 1/-1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 13px; }
  .footer-bottom > div { justify-content: flex-start; }
  .footer-bottom > span:last-child { text-align: left; }
  .auth-modal { grid-template-columns: 1fr; }
  .auth-art { min-height: 180px; padding: 28px; }
  .auth-art p { max-width: 450px; margin: 25px 0; }
  .auth-body { padding: 35px 28px; }
  .portal-shell { display: block; }
  .portal-sidebar { width: 265px; position: fixed; left: -280px; z-index: 60; transition: left .3s; }
  .portal-sidebar.open { left: 0; box-shadow: 18px 0 55px rgba(0,0,0,.25); }
  .portal-main { padding: 0 20px 50px; }
  .portal-menu { display: block; margin-right: 14px; }
  .portal-header { justify-content: flex-start; }
  .portal-header .icon-button { margin-left: auto; }
  .booking-flow { grid-template-columns: 1fr; }
  .flow-step:nth-child(3) { grid-column: auto; }
  .history-item { grid-template-columns: 80px 1fr auto; }
  .history-item .cancel-button { grid-column: 2/4; justify-self: start; }
  .admin-content { padding-top: 35px; }
  .admin-title { align-items: flex-start; gap: 25px; flex-direction: column; }
}

@media (max-width: 560px) {
  .brand-type { font-size: 15px; }
  .brand-mark { width: 38px; height: 38px; }
  .language-switch { display: none; }
  .hero { padding-top: 100px; }
  .hero h1 { font-size: clamp(51px, 18.2vw, 82px); line-height: .78; }
  .hero-lead { width: 93%; margin-left: 0; }
  .hero-cta-row { margin-left: 0; }
  .circle-cta { width: 104px; height: 104px; }
  .hero-visual { height: 121vw; max-height: 635px; }
  .manifesto-strip { grid-template-columns: 1fr; }
  .manifesto-strip > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .manifesto-strip > div:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .service-card { padding: 22px 0; }
  .service-index { align-self: start; }
  .service-card h3 { font-size: 25px; }
  .service-card > p { font-size: 11px; }
  .mini-calendar { min-height: 500px; padding: 25px 18px; box-shadow: 18px 18px 0 rgba(25,25,23,.11); }
  .mini-calendar-head strong { font-size: 31px; }
  .mini-days { gap: 1px; }
  .mini-day strong { font-size: 15px; }
  .master-image { margin-right: 8px; }
  .master-image::before { inset: 18px -18px -18px 18px; }
  .final-cta { min-height: 520px; }
  .final-cta h2 { font-size: clamp(52px, 17vw, 80px); }
  .footer-top { grid-template-columns: 1fr; }
  .footer-social { justify-content: start; text-align: left; }
  .footer-top p { grid-column: auto; }
  .modal-backdrop { padding: 0; align-items: stretch; }
  .auth-modal { max-height: 100vh; }
  .auth-art { min-height: 145px; }
  .auth-art p { font-size: 24px; margin: 16px 0; }
  .auth-body { padding: 27px 20px 40px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .portal-main { padding-left: 14px; padding-right: 14px; }
  .portal-header { min-height: 96px; }
  .portal-header h1 { font-size: 28px; }
  .next-appointment { align-items: flex-start; flex-direction: column-reverse; }
  .appointment-date { min-width: 0; text-align: left; }
  .appointment-date strong { font-size: 75px; }
  .portal-grid { grid-template-columns: 1fr; }
  .portal-card { min-height: 220px; }
  .flow-step { padding: 18px; }
  .history-item { padding: 17px; grid-template-columns: 65px 1fr; gap: 14px; }
  .history-item .status { grid-column: 1; }
  .history-item .cancel-button { grid-column: 2; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid article { min-height: 130px; padding: 17px; }
  .stats-grid strong { font-size: 37px; }
  .admin-card { padding: 18px; }
  .admin-card-head { align-items: flex-start; flex-direction: column; }
  .slot-legend { flex-wrap: wrap; }
  .admin-day { grid-template-columns: 76px 1fr; }
  .admin-slots { grid-template-columns: repeat(2, 1fr); }
  .admin-booking { grid-template-columns: 38px 1fr; }
  .admin-booking select { grid-column: 2; justify-self: start; }
}

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