@import url('https://fonts.googleapis.com/css2?family=Allura&family=Instrument+Serif:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #17110f;
  --ink-2: #241a17;
  --cacao: #34241f;
  --cream: #f3eadf;
  --linen: #fff9f0;
  --sand: #d7b88f;
  --clay: #a86f4a;
  --soft: #806f63;
  --muted: #b9a99a;
  --line: rgba(243, 234, 223, 0.16);
  --line-dark: rgba(23, 17, 15, 0.12);
  --success: #86b98a;
  --warning: #e2b35d;
  --danger: #d56d61;
  --display: 'Instrument Serif', Georgia, serif;
  --signature: 'Allura', cursive;
  --body: 'Manrope', system-ui, sans-serif;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 32px;
  --radius-pill: 999px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --topbar: 72px;
  --bottom-nav: 76px;
  --max: 1180px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  font-family: var(--body);
  color: var(--linen);
  background:
    radial-gradient(circle at top left, rgba(168, 111, 74, .22), transparent 34rem),
    linear-gradient(180deg, var(--ink), #0e0a09 60%, var(--ink));
  line-height: 1.55;
  overflow-x: hidden;
}
body.light-lock { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--sand); outline-offset: 4px; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; background: var(--sand); color: var(--ink); padding: 12px 18px; border-radius: var(--radius-pill); }
.skip-link:focus { top: 12px; }
.hidden { display: none !important; }

.top-shell { position: fixed; inset: 12px 12px auto; z-index: 90; pointer-events: none; transition: inset .22s var(--ease); }
.topbar {
  pointer-events: auto;
  height: 58px;
  max-width: var(--max);
  margin: 0 auto;
  padding: 7px 8px 7px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 249, 240, .2);
  border-radius: var(--radius-pill);
  background: linear-gradient(180deg, rgba(255, 249, 240, .18), rgba(255, 249, 240, .08));
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  box-shadow:
    0 14px 42px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition: height .22s var(--ease), padding .22s var(--ease), background .22s var(--ease), box-shadow .22s var(--ease);
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0));
  pointer-events: none;
}
.brand { position: relative; display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-family: var(--signature); font-size: 32px; font-weight: 400; letter-spacing: .01em; line-height: 1; transition: font-size .22s var(--ease), gap .22s var(--ease); transform: translateY(-2px); }
.brand--with-brush { display: inline-flex; align-items: center; gap: 0; color: #fff8f1; filter: drop-shadow(0 2px 5px rgba(0,0,0,.28)); }
.brand__brush { position: absolute; left: -1px; bottom: -3px; width: 152px; height: 44px; overflow: visible; pointer-events: none; }
.brand--with-brush > span { position: relative; z-index: 1; padding-left: 24px; }
.top-section-title { display: none; min-width: 0; max-width: 38vw; padding: 7px 12px; border-radius: var(--radius-pill); background: linear-gradient(135deg, rgba(215,184,143,.2), rgba(255,249,240,.1)); color: rgba(255,249,240,.9); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.top-section-title.visible { display: inline-flex; align-items: center; }
.top-shell.compact { inset: 6px 10px auto; }
.top-shell.compact .topbar { height: 42px; padding: 1px 4px 1px 10px; background: linear-gradient(180deg, rgba(255, 249, 240, .14), rgba(255, 249, 240, .07)); box-shadow: 0 10px 28px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.14); }
  .top-shell.compact .brand { gap: 7px; font-size: 23px; }
.top-shell.compact .top-section-title { padding: 5px 10px; font-size: 10px; }
.desktop-links { display: none; }
.desktop-links a { padding: 12px 14px; color: rgba(255,249,240,.72); font-size: 13px; font-weight: 700; border-radius: var(--radius-pill); }
.desktop-links a.active, .desktop-links a:hover { color: var(--ink); background: var(--cream); }
.top-cta { min-height: 44px; display: none; align-items: center; justify-content: center; padding: 0 18px; border-radius: var(--radius-pill); background: var(--linen); color: var(--ink); font-weight: 800; }
.menu-toggle { min-width: 36px; min-height: 36px; display: inline-grid; place-items: center; gap: 2.5px; border: 0; border-radius: 50%; background: var(--linen); color: var(--ink); padding: 9px; }
.top-shell.compact .menu-toggle { min-width: 32px; min-height: 32px; padding: 7px; }
.menu-toggle span { width: 12px; height: 1.5px; border-radius: 999px; background: currentColor; }
.mobile-menu { position: fixed; inset: 0; z-index: 180; display: grid; place-items: start end; padding: 82px 12px 12px; background: rgba(8, 6, 5, 0); backdrop-filter: blur(0px); opacity: 0; pointer-events: none; transition: background .45s var(--ease), backdrop-filter .45s var(--ease), opacity .35s var(--ease); }
.mobile-menu.open { background: rgba(8, 6, 5, .62); backdrop-filter: blur(18px); opacity: 1; pointer-events: auto; }
.mobile-menu-panel {
  width: min(330px, calc(100vw - 24px));
  padding: 14px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 249, 240, .92), transparent 34%),
    linear-gradient(145deg, #f6ead6 0%, #dfc39e 42%, #c89d6e 100%);
  color: var(--ink);
  border: 1px solid rgba(255, 249, 240, .54);
  box-shadow: 0 28px 70px rgba(0,0,0,.36), inset 0 1px 0 rgba(255,255,255,.48);
  transform: translateX(100%) scale(.92);
  opacity: 0;
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .4s var(--ease);
}
.mobile-menu-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 28%, rgba(255,255,255,.28) 38%, transparent 52%);
  pointer-events: none;
  opacity: 0;
  transition: opacity .6s var(--ease);
}
.mobile-menu.open .mobile-menu-panel { transform: translateX(0) scale(1); opacity: 1; }
.mobile-menu.open .mobile-menu-panel::before { opacity: 1; }
.mobile-menu-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; color: rgba(23,17,15,.68); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; opacity: 0; transform: translateY(-10px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.mobile-menu.open .mobile-menu-head { opacity: 1; transform: translateY(0); transition-delay: .08s; }
.mobile-menu-head button { min-height: 42px; border: 0; border-radius: var(--radius-pill); background: linear-gradient(135deg, rgba(255,249,240,.58), rgba(255,249,240,.2)); color: var(--ink); padding: 0 14px; font-weight: 900; box-shadow: inset 0 1px 0 rgba(255,255,255,.34); }
.mobile-menu nav { display: grid; gap: 6px; position: relative; z-index: 1; }
.mobile-menu nav a { min-height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-radius: 18px; color: var(--ink); font-weight: 900; background: linear-gradient(135deg, rgba(255,249,240,.22), rgba(255,249,240,.06)); border: 1px solid rgba(255,249,240,.18); transform: translateX(40px); opacity: 0; transition: transform .45s var(--ease), opacity .35s var(--ease), background .2s var(--ease), color .2s var(--ease); }
.mobile-menu.open nav a { transform: translateX(0); opacity: 1; }
.mobile-menu.open nav a:nth-child(1) { transition-delay: .12s; }
.mobile-menu.open nav a:nth-child(2) { transition-delay: .17s; }
.mobile-menu.open nav a:nth-child(3) { transition-delay: .22s; }
.mobile-menu.open nav a:nth-child(4) { transition-delay: .27s; }
.mobile-menu.open nav a:nth-child(5) { transition-delay: .32s; }
.mobile-menu.open nav a:nth-child(6) { transition-delay: .37s; }
.mobile-menu.open nav a:nth-child(7) { transition-delay: .42s; }
.mobile-menu.open nav a:nth-child(8) { transition-delay: .47s; }
.mobile-menu nav a::after { content: ''; width: 8px; height: 8px; border-top: 2px solid currentColor; border-right: 2px solid currentColor; transform: rotate(45deg) translateX(-4px); opacity: 0; transition: transform .3s var(--ease), opacity .3s var(--ease); }
.mobile-menu.open nav a::after { transform: rotate(45deg) translateX(0); opacity: .35; transition-delay: inherit; }
.mobile-menu nav a.active, .mobile-menu nav a:hover { background: linear-gradient(135deg, #2b1c16, #6f452d); color: var(--linen); border-color: rgba(255,249,240,.22); }

main { min-height: 100dvh; padding-bottom: env(safe-area-inset-bottom); }
.screen { display: none; min-height: 100dvh; padding: 82px 0 0; animation: enter .35s var(--ease) both; }
.screen.active { display: block; }
.screen:not(#screen-home):not(.dashboard-screen) { padding-top: 56px; }
.screen:not(#screen-home):not(.dashboard-screen) > .section { min-height: calc(100svh - 56px - var(--bottom-nav)); align-content: center; }
#screen-portfolio > .section { padding-top: 8px; min-height: auto; align-content: start; }
#screen-services > .section { min-height: auto; align-content: start; padding-top: 22px; }
#screen-booking > .section { min-height: auto; align-content: start; padding-top: 18px; }
@keyframes enter { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.hero { min-height: 100dvh; display: grid; grid-template-rows: 1fr auto; gap: 18px; padding: 76px 14px 18px; position: relative; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(23,17,15,.06), rgba(23,17,15,.2) 38%, rgba(23,17,15,.92) 86%); }
.hero-media img { width: 100%; height: 100%; object-fit: contain; object-position: center center; filter: saturate(.95) contrast(1.04); }
.hero-copy { position: relative; z-index: 1; align-self: stretch; display: grid; grid-template-rows: auto 1fr auto; padding: 0 2px; max-width: 420px; }
.micro-label { margin: 0 0 10px; color: var(--sand); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 800; }
.hero .micro-label { font-size: 13px; letter-spacing: .2em; }
.hero h1, .page-title, .section-heading h2, .dashboard-login h1, .dash-header h1 {
  font-family: var(--display);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.035em;
}
.hero-copy .micro-label { grid-row: 1; align-self: start; }
.hero-text-block { grid-row: 3; align-self: end; display: grid; gap: 12px; }
.hero h1 { margin: 0; font-size: clamp(1.05rem, 5vw, 1.55rem); max-width: 28ch; letter-spacing: .02em; line-height: 1.08; }
.hero-text-block p { margin: 0; max-width: 320px; color: rgba(255,249,240,.76); font-size: 15px; }
.hero-card { position: relative; z-index: 2; display: grid; gap: 12px; padding: 14px; border-radius: var(--radius-lg); background: rgba(255,249,240,.1); border: 1px solid rgba(255,249,240,.18); backdrop-filter: blur(18px); box-shadow: var(--shadow); }
.hero-card span { display: block; color: rgba(255,249,240,.62); font-size: 12px; font-weight: 700; }
.hero-card strong { display: block; color: var(--linen); font-size: 17px; }
.hero-card .btn.primary {
  background: linear-gradient(135deg, rgba(199, 163, 120, .98) 0%, rgba(215, 184, 143, .98) 46%, rgba(234, 214, 191, .98) 100%);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(215,184,143,.26);
}
.hero-card .btn.primary:hover {
  background: linear-gradient(135deg, rgba(214, 181, 140, .98) 0%, rgba(231, 207, 180, .98) 100%);
}

.section { width: min(100%, var(--max)); margin: 0 auto; padding: 48px 16px; }
.section.compact { padding-top: 36px; padding-bottom: 76px; }
.section-heading { margin-bottom: 24px; text-align: center; }
.section-heading.left { text-align: left; }
.section-heading h2, .page-title { margin: 0; font-size: clamp(2.55rem, 12vw, 5rem); }
.lead { color: rgba(255,249,240,.78); font-size: 18px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: var(--radius-pill); font-weight: 800; transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), opacity .18s var(--ease); touch-action: manipulation; }
.btn:active { transform: scale(.97); }
.btn.primary { background: var(--sand); color: var(--ink); box-shadow: 0 12px 28px rgba(215,184,143,.22); }
.btn.primary:hover { background: var(--linen); }
.btn.ghost { background: rgba(255,249,240,.08); color: var(--linen); border: 1px solid rgba(255,249,240,.16); }
.btn.small { min-height: 42px; padding: 0 16px; font-size: 13px; }

.story-strip { display: grid; grid-auto-flow: column; grid-auto-columns: 74%; gap: 14px; overflow-x: auto; padding: 4px 0 14px; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%); -webkit-mask-image: linear-gradient(to right, black calc(100% - 40px), transparent 100%); }
.story-strip::-webkit-scrollbar { display: none; }
.story-card { scroll-snap-align: center; min-height: 360px; border-radius: var(--radius-lg); overflow: hidden; position: relative; background: var(--cacao); transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.story-card:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 50px rgba(0,0,0,.35); }
.story-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.story-card:hover img { transform: scale(1.06); }
.story-card div { position: absolute; inset: auto 12px 12px; padding: 14px; border-radius: 20px; background: rgba(23,17,15,.62); backdrop-filter: blur(16px); }
.story-card strong { display: block; font-family: var(--display); font-size: 26px; font-weight: 400; }
.story-card span { color: var(--sand); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.story-card.animate-in { animation: portfolioReveal .5s var(--ease) both; }
.split-panel { display: grid; gap: 22px; border-radius: 34px; background: var(--cream); color: var(--ink); }
.split-panel .micro-label { color: var(--clay); }
.split-panel p:not(.micro-label) { color: #625143; }
.split-panel .btn.ghost { color: var(--ink); border-color: var(--line-dark); background: rgba(23,17,15,.05); }

.about-layout { display: grid; gap: 30px; }
.portrait-stack { position: relative; min-height: 460px; }
.portrait-main { width: 82%; height: 430px; object-fit: cover; object-position: center top; border-radius: 36px; box-shadow: var(--shadow); }
.portrait-float { position: absolute; width: 45%; right: 0; bottom: 0; aspect-ratio: 1; object-fit: cover; border-radius: 28px; border: 8px solid var(--ink); box-shadow: var(--shadow); }
.quote-card { margin-top: 22px; padding: 20px; border-radius: var(--radius); background: rgba(255,249,240,.08); border: 1px solid rgba(255,249,240,.13); color: var(--sand); font-family: var(--display); font-size: 26px; line-height: 1.05; }

.portfolio-section { display: grid; gap: 22px; }
.sticky-heading { position: sticky; top: 56px; z-index: 2; padding: 12px 14px; margin: 0 0 12px; border-radius: 20px; background: rgba(23,17,15,.88); backdrop-filter: blur(20px); border: 1px solid rgba(255,249,240,.08); text-align: center; }
.chip-row { display: flex; gap: 8px; overflow-x: auto; padding: 4px 0 2px; scrollbar-width: none; justify-content: center; flex-wrap: wrap; }
.chip-row::-webkit-scrollbar { display: none; }
.chip { min-height: 38px; padding: 0 16px; border: 1px solid rgba(255,249,240,.15); border-radius: var(--radius-pill); background: rgba(255,249,240,.06); color: var(--linen); white-space: nowrap; font-weight: 800; font-size: 13px; transition: all .28s var(--ease); }
.chip:hover { background: rgba(255,249,240,.12); border-color: rgba(255,249,240,.25); }
.chip.active { background: var(--linen); color: var(--ink); box-shadow: 0 4px 16px rgba(255,249,240,.2); }
.masonry { display: grid; grid-template-columns: 1fr; gap: 12px; padding: 4px 0 16px; }
.portfolio-item { display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: var(--cacao); position: relative; color: inherit; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.portfolio-item:hover { transform: translateY(-3px) scale(1.01); box-shadow: 0 16px 40px rgba(0,0,0,.3); }
.portfolio-item img { width: 100%; height: 420px; object-fit: cover; transition: transform .5s var(--ease), filter .35s var(--ease); }
.portfolio-item:hover img { transform: scale(1.04); filter: brightness(1.04) contrast(1.02); }
.portfolio-item::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(23,17,15,.65) 100%); opacity: .5; transition: opacity .35s var(--ease); pointer-events: none; }
.portfolio-item:hover::after { opacity: .8; }
.portfolio-item span { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 8px 12px; border-radius: 14px; background: rgba(23,17,15,.55); backdrop-filter: blur(12px); font-size: 11px; font-weight: 800; z-index: 1; transform: translateY(3px); opacity: .8; transition: transform .35s var(--ease), opacity .35s var(--ease); border: 1px solid rgba(255,249,240,.06); }
.portfolio-item:hover span { transform: translateY(0); opacity: 1; }
.portfolio-item.animate-in { animation: portfolioReveal .5s var(--ease) both; }
@keyframes portfolioReveal { from { opacity: 0; transform: translateY(20px) scale(.97); } to { opacity: 1; transform: translateY(0) scale(1); } }

.service-list, .pricing-grid, .reviews-grid { display: grid; gap: 14px; }
.service-card, .price-card, .review-card, .dash-card, .list-card {
  border-radius: var(--radius-lg);
  background: rgba(255,249,240,.08);
  border: 1px solid rgba(255,249,240,.13);
  padding: 18px;
}
.service-card { display: grid; gap: 14px; }
.service-card h2, .price-card h2 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1; }
.service-card p, .price-card p, .review-card p { color: rgba(255,249,240,.72); margin: 0; }
.service-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--sand); font-weight: 800; }
.feature-list { display: grid; gap: 8px; padding: 0; margin: 8px 0 0; list-style: none; color: rgba(255,249,240,.72); }
.feature-list li::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 10px; border-radius: 50%; background: var(--sand); }
.price { font-family: var(--display); font-size: 52px; color: var(--sand); line-height: 1; }
.price-card.featured { background: var(--cream); color: var(--ink); }
.price-card.featured p, .price-card.featured .feature-list { color: #5f5147; }

.booking-shell { max-width: 760px; }
.booking-card { border-radius: 34px; background: var(--linen); color: var(--ink); padding: 16px; box-shadow: var(--shadow); }
.progress { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-bottom: 20px; }
.progress span { height: 7px; border-radius: var(--radius-pill); background: rgba(23,17,15,.12); }
.progress span.active { background: var(--clay); }
.booking-step { display: none; }
.booking-step.active { display: grid; gap: 14px; animation: enter .25s var(--ease) both; }
.booking-step-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.booking-step h2 { margin: 0; min-width: 0; font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1; }
.booking-options, .date-strip, .time-grid { display: grid; gap: 10px; }
.option, .date-pill, .time-pill { min-height: 58px; padding: 14px; border: 1px solid rgba(23,17,15,.12); border-radius: 20px; background: rgba(23,17,15,.04); color: var(--ink); text-align: left; font-weight: 800; }
.custom-date { min-height: 58px; padding: 14px; border: 1px solid rgba(23,17,15,.12); border-radius: 20px; background: linear-gradient(135deg, rgba(215,184,143,.18), rgba(255,249,240,.72)); color: var(--ink); font-weight: 900; }
.custom-date.selected { border-color: rgba(181,132,90,.72); box-shadow: 0 14px 28px rgba(111,69,45,.14), inset 0 1px 0 rgba(255,255,255,.5); }
.custom-date input { margin-top: 8px; min-height: 46px; background: rgba(255,255,255,.72); }
.option.selected, .date-pill.selected, .time-pill.selected {
  background: linear-gradient(135deg, #6f452d 0%, #b5845a 48%, #ead6bf 100%);
  color: var(--ink);
  border-color: rgba(234, 214, 191, .72);
  box-shadow: 0 14px 28px rgba(111, 69, 45, .22), inset 0 1px 0 rgba(255,255,255,.32);
}
.option small, .date-pill small { display: block; color: inherit; opacity: .68; font-weight: 700; margin-top: 2px; }
.time-pill small { display: block; margin-top: 2px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: .64; }
.time-pill.booked { cursor: not-allowed; color: rgba(23,17,15,.44); background: linear-gradient(135deg, rgba(23,17,15,.05), rgba(23,17,15,.1)); border-color: rgba(23,17,15,.08); box-shadow: none; }
.time-pill.booked:active { transform: none; }
.time-grid { grid-template-columns: repeat(2,1fr); }
.booking-summary { padding: 14px; border-radius: 20px; background: rgba(23,17,15,.06); color: #5d5049; }
label { display: grid; gap: 7px; color: #4d4038; font-weight: 800; }
input, textarea { width: 100%; min-height: 52px; border: 1px solid rgba(23,17,15,.14); border-radius: 18px; background: #fff; color: var(--ink); padding: 13px 15px; }
textarea { resize: vertical; min-height: 104px; }
.form-error { min-height: 22px; color: var(--danger); font-weight: 800; }
.booking-actions { flex: 0 0 auto; display: flex; align-items: center; justify-content: flex-end; gap: 6px; margin: 0; padding: 0; background: none; }
.booking-reset { width: 38px; min-width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(23,17,15,.06); color: rgba(23,17,15,.58); }
.booking-reset svg { width: 17px; height: 17px; fill: currentColor; }
.booking-reset:active { transform: translateY(1px); }
.booking-actions .btn { min-height: 38px; padding: 0 13px; font-size: 13px; white-space: nowrap; }
.booking-actions .btn.primary { background: linear-gradient(135deg, #7b4d32, var(--sand), #ead6bf); color: var(--ink); box-shadow: 0 10px 24px rgba(123,77,50,.2); }

.review-card { font-family: var(--display); font-size: 25px; line-height: 1.1; }
.review-card strong { display: block; margin-top: 16px; font: 800 13px var(--body); color: var(--sand); text-transform: uppercase; letter-spacing: .1em; }

.dashboard-screen { padding-top: 0; }
.dashboard-login { min-height: 100dvh; display: grid; place-items: center; padding: 20px; }
.login-panel { width: min(100%, 390px); padding: 24px; border-radius: 36px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.login-panel h1 { margin: 0; font-size: 46px; }
.login-panel p:not(.micro-label):not(.form-error) { color: #695c52; }
.pin-dots { display: flex; gap: 10px; justify-content: center; margin: 24px 0; }
.pin-dots span { width: 48px; height: 56px; display: grid; place-items: center; border-radius: 18px; border: 1px solid rgba(23,17,15,.14); background: #fff; }
.pin-dots span.filled::after { content: ''; width: 13px; height: 13px; border-radius: 50%; background: var(--clay); }
.pin-pad { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.pin-pad button { min-height: 58px; border: 0; border-radius: 20px; background: rgba(23,17,15,.08); color: var(--ink); font-weight: 900; font-size: 20px; }
.dashboard-app { min-height: 100dvh; padding: 18px 14px calc(var(--bottom-nav) + 22px); }
.dash-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0 auto 16px; max-width: var(--max); }
.dash-header h1 { margin: 0; font-size: 42px; }
.dash-tabs { max-width: var(--max); margin: 0 auto 18px; display: flex; gap: 8px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.dash-tabs button { min-height: 44px; padding: 0 15px; border: 1px solid rgba(255,249,240,.14); border-radius: var(--radius-pill); background: rgba(255,249,240,.07); color: var(--linen); font-weight: 800; white-space: nowrap; }
.dash-tabs button.active { background: var(--linen); color: var(--ink); }
.dash-content { max-width: var(--max); margin: 0 auto; }
.dash-panel { display: none; }
.dash-panel.active { display: grid; gap: 14px; }
.heading-inline { margin: 10px 0 0; font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1; }
.stats-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 6px; }
.stats-grid .dash-card { padding: 8px 10px; min-height: auto; }
.stats-grid .dash-card strong { font-size: 24px; }
.stats-grid .dash-card span { font-size: 9px; letter-spacing: .1em; }
.dash-card strong { display: block; font-family: var(--display); font-size: 38px; font-weight: 400; color: var(--sand); }
.dash-card span { color: rgba(255,249,240,.64); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.list-card { display: grid; gap: 5px; padding: 12px 14px; border-radius: var(--radius); }
.list-card > p { margin: 0; font-size: 13px; line-height: 1.45; color: rgba(255,249,240,.72); }
.list-card header { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.status { display: inline-flex; align-items: center; min-height: 22px; padding: 0 9px; border-radius: var(--radius-pill); background: rgba(215,184,143,.18); color: var(--sand); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.row-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.row-actions button { min-height: 30px; padding: 0 10px; border: 1px solid rgba(255,249,240,.14); border-radius: var(--radius-pill); background: rgba(255,249,240,.08); color: var(--linen); font-size: 11px; font-weight: 800; }
.see-more { width: 100%; min-height: 44px; margin-top: 2px; border: 1px dashed rgba(215,184,143,.4); border-radius: var(--radius-lg); background: transparent; color: var(--sand); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.see-more:active { transform: translateY(1px); background: rgba(215,184,143,.08); }
.service-edit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.list-card label { color: rgba(255,249,240,.64); font-size: 11px; font-weight: 800; }
.list-card input { min-height: 42px; padding: 0 12px; border: 1px solid rgba(255,249,240,.14); border-radius: 18px; background: rgba(255,249,240,.06); color: var(--linen); font-size: 13px; }
.list-card input:focus { border-color: var(--sand); box-shadow: 0 0 0 2px rgba(215,184,143,.25); }

.bottom-nav { position: fixed; left: 10px; right: 10px; bottom: max(10px, env(safe-area-inset-bottom)); z-index: 95; height: 66px; display: none; grid-template-columns: repeat(5,1fr); gap: 4px; padding: 6px; border-radius: 26px; background: rgba(23,17,15,.78); border: 1px solid rgba(255,249,240,.14); backdrop-filter: blur(20px); box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.bottom-nav a { min-width: 0; min-height: 52px; display: grid; place-items: center; gap: 1px; border-radius: 20px; color: rgba(255,249,240,.62); font-size: 10px; font-weight: 900; }
.bottom-nav a.active { background: var(--linen); color: var(--ink); }
.bottom-nav svg { width: 21px; height: 21px; }
.bottom-nav .book-tab { color: var(--sand); }
.bottom-nav .book-tab.active { color: var(--ink); }

.lightbox { position: fixed; inset: 0; z-index: 200; display: none; flex-direction: column; align-items: center; justify-content: center; padding: 60px 16px 80px; background: rgba(8,6,5,.95); opacity: 0; transition: opacity .3s var(--ease); }
.lightbox.open { display: flex; opacity: 1; }
.lightbox img { max-width: 90vw; max-height: 65dvh; border-radius: 20px; object-fit: contain; transition: transform .35s var(--ease), opacity .25s var(--ease); position: relative; z-index: 1; }
.lightbox p { margin: 14px 0 0; color: var(--linen); font-weight: 800; font-size: 14px; text-align: center; position: relative; z-index: 1; }
.lightbox-close, .lightbox-arrow { position: fixed; min-height: 42px; border: 1px solid rgba(255,249,240,.14); border-radius: var(--radius-pill); background: rgba(255,249,240,.1); color: var(--linen); padding: 0 16px; font-weight: 800; transition: background .25s var(--ease), transform .2s var(--ease); z-index: 2; }
.lightbox-close:hover, .lightbox-arrow:hover { background: rgba(255,249,240,.2); }
.lightbox-close:active, .lightbox-arrow:active { transform: scale(.95); }
.lightbox-close { top: 14px; right: 14px; }
.lightbox-arrow.prev { left: 14px; bottom: 20px; }
.lightbox-arrow.next { right: 14px; bottom: 20px; }
.toast-stack { position: fixed; left: 14px; right: 14px; top: 84px; z-index: 250; display: grid; gap: 8px; pointer-events: none; }
.toast { padding: 14px 16px; border-radius: 20px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); font-weight: 800; animation: toast .25s var(--ease) both; }
.toast.booking-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  width: min(320px, calc(100vw - 36px));
  padding: 22px 20px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(135deg, var(--linen), #ead6bf);
  box-shadow: 0 28px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.55);
  animation: bookingToast .28s var(--ease) both;
}
@keyframes toast { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes bookingToast { from { opacity: 0; transform: translate(-50%, calc(-50% - 12px)) scale(.96); } to { opacity: 1; transform: translate(-50%, -50%) scale(1); } }

@media (min-width: 430px) {
  .story-strip { grid-auto-columns: 62%; }
  .masonry { gap: 14px; }
  .portfolio-item img { height: 480px; }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
    min-height: 100svh;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 8px;
    padding-top: 70px;
    padding-bottom: calc(var(--bottom-nav) + 10px + env(safe-area-inset-bottom));
  }

  .hero-media {
    inset: 8px 10px auto;
    aspect-ratio: 1;
    border-radius: 34px;
    background: rgba(23, 17, 15, .22);
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
  }

  .hero-media::after,
  .hero-media img {
    border-radius: 34px;
  }

  .hero-media img {
    object-fit: cover;
    object-position: center -34px;
    transform: scale(1.08);
    transform-origin: top center;
  }

  .hero-copy {
    width: 100%;
    aspect-ratio: 1;
    align-self: start;
    min-height: 0;
    border-radius: 34px;
    overflow: visible;
    grid-template-rows: auto clamp(42px, 8dvh, 72px) auto;
    padding: 36px 12px 14px;
  }

  .hero-copy .micro-label {
    margin-top: -48px;
    padding-left: 2px;
    color: var(--clay);
    font-size: 10px;
    letter-spacing: .18em;
  }

  .hero-text-block {
    align-self: start;
    gap: 4px;
  }

  .hero h1 {
    margin-top: var(--space-2);
    font-size: clamp(1rem, 4.4vw, 1.3rem);
  }

  .hero-text-block p {
    font-size: 12px;
    line-height: 1.35;
    max-width: 280px;
  }

  .hero-card {
    align-self: end;
    gap: 8px;
    padding: 10px 10px 18px;
    border-radius: 24px;
    transform: translateY(-32px);
  }

  .hero-card .btn {
    min-height: 46px;
  }

  .booking-step h2 {
    font-size: clamp(25px, 7vw, 30px);
  }

  .booking-actions .btn {
    min-height: 36px;
    padding: 0 11px;
    font-size: 12px;
  }

  .dashboard-login {
    min-height: 100svh;
    padding: 72px 16px calc(var(--bottom-nav) + 18px + env(safe-area-inset-bottom));
  }

  .login-panel {
    padding: 20px;
    border-radius: 32px;
  }

  .login-panel h1 {
    font-size: 40px;
  }

  .pin-dots {
    gap: 8px;
    margin: 18px 0;
  }

  .pin-dots span {
    width: 40px;
    height: 46px;
    border-radius: 16px;
  }

  .pin-pad {
    gap: 8px;
  }

  .pin-pad button {
    min-height: 50px;
    border-radius: 17px;
    font-size: 18px;
  }

  .dashboard-app {
    padding-top: 64px;
  }

  .service-edit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .dash-header {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .brand__brush { bottom: -2px; width: 138px; height: 40px; }
  .brand--with-brush > span { padding-left: 22px; }
}

@media (min-width: 768px) {
  main { padding-bottom: 0; }
  .bottom-nav { display: none; }
  .menu-toggle { display: none; }
  .top-cta { display: inline-flex; }
  .desktop-links { display: flex; align-items: center; }
  .top-shell { inset: 18px 24px auto; }
  .topbar { height: 64px; padding: 8px 10px 8px 18px; }
  .top-shell.compact { inset: 8px 24px auto; }
  .top-shell.compact .topbar { height: 48px; padding: 3px 7px 3px 14px; }
  .top-shell.compact .brand { font-size: 26px; }
  .top-shell.compact .desktop-links a { padding-block: 9px; }
  .top-section-title { display: none !important; }
  .screen { padding-top: 98px; }
  .screen:not(#screen-home):not(.dashboard-screen) { padding-top: 72px; }
  .screen:not(#screen-home):not(.dashboard-screen) > .section { min-height: calc(100svh - 72px); align-content: center; }
  #screen-services > .section { min-height: auto; align-content: start; padding-top: 28px; }
  #screen-booking > .section { min-height: auto; align-content: start; padding-top: 24px; }
  .hero { min-height: 760px; padding: 108px 28px 34px; grid-template-columns: 1fr minmax(300px, 410px); grid-template-rows: 1fr auto; gap: 26px; max-width: 1440px; margin: 0 auto; }
  .hero-media { inset: 24px; border-radius: 44px; overflow: hidden; }
  .hero-media img { object-fit: cover; object-position: center calc(50% - 72px); }
  .hero-media::after { background: linear-gradient(90deg, rgba(23,17,15,.85), rgba(23,17,15,.34) 48%, rgba(23,17,15,.28)); }
  .hero h1 { font-size: clamp(1.35rem, 2.4vw, 2rem); }
  .hero-copy { align-self: stretch; padding-left: 34px; }
  .hero-card { align-self: end; grid-column: 2; padding: 18px; }
  .section { padding: 78px 28px; }
  .section-heading h2, .page-title { font-size: clamp(4rem, 7vw, 7rem); }
  .story-strip { grid-auto-columns: 28%; }
  .section.compact { padding-bottom: 96px; }
  .about-layout { grid-template-columns: .9fr 1.1fr; align-items: center; }
  .portrait-main { height: 600px; }
  .masonry { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .portfolio-item { border-radius: 22px; }
  .portfolio-item img { height: 340px; }
  .sticky-heading { top: 56px; padding: 14px 18px; }
  .service-list { grid-template-columns: repeat(2,1fr); }
  .pricing-grid { grid-template-columns: repeat(4,1fr); }
  .reviews-grid { grid-template-columns: repeat(3,1fr); }
  .booking-card { padding: 26px; }
  .booking-actions { position: static; }
  .stats-grid { grid-template-columns: repeat(4,1fr); }
  .stats-grid .dash-card { padding: 14px 16px; }
  .stats-grid .dash-card strong { font-size: 32px; }
  .stats-grid .dash-card span { font-size: 11px; }
}

@media (min-width: 1180px) {
  .masonry { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .portfolio-item img { height: 400px; }
  .service-list { grid-template-columns: repeat(4,1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
