:root {
  --bg:#f7f5ef;
  --paper:#fffefa;
  --ink:#20372e;
  --muted:#69766d;
  --line:#dedfd5;
  --green:#304c3c;
  --sage:#e5eadd;
  --sand:#dfcba4;
  --danger:#8f3932;
  --radius:18px;
  --shadow:0 12px 42px #20372e09;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,Arial,sans-serif;
  color:var(--ink);
  background:var(--bg);
  font-size:16px;
  line-height:1.6
}
* {
  box-sizing:border-box
}
body {
  margin:0
}
button,input,textarea,select {
  font:inherit
}
button,a,input,select,textarea {
  -webkit-tap-highlight-color:transparent
}
a {
  color:inherit;
  text-decoration:none
}
button {
  cursor:pointer
}
button:disabled {
  cursor:wait;
  opacity:.55
}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline:3px solid #b09052;
  outline-offset:4px
}
h1,h2,h3,p {
  margin:0
}
h1 {
  font-size:clamp(2rem,4vw,3.3rem);
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.045em
}
h2 {
  font-size:clamp(1.45rem,2.6vw,2.15rem);
  line-height:1.2;
  font-weight:500;
  letter-spacing:-.025em
}
h3 {
  font-size:1.12rem;
  font-weight:600
}
p {
  color:var(--muted)
}
.muted {
  color:var(--muted)
}
.small,small {
  font-size:.84rem
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.19em;
  font-size:.69rem;
  font-weight:650;
  color:var(--muted)
}
.skip {
  position:fixed;
  top:-100px;
  left:10px;
  background:#fff;
  padding:12px;
  z-index:99
}
.skip:focus {
  top:10px
}
.local-banner {
  background:#ece2c9;
  color:#645336;
  padding:8px 24px;
  text-align:center;
  font-size:12px
}
.topbar {
  background:#f7f5eff2;
  border-bottom:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:32px;
  padding:20px max(4vw,22px);
  position:sticky;
  top:0;
  z-index:9;
  backdrop-filter:blur(15px)
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  flex-shrink:0
}
.brand-mark {
  height:40px;
  width:40px;
  border:1px solid var(--green);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-family:Georgia,serif;
  font-size:29px;
  line-height:1
}
.brand-name {
  font-size:19px;
  letter-spacing:.02em;
  font-weight:600;
  line-height:1.2
}
.brand-name small {
  font-size:9px;
  letter-spacing:.32em;
  display:block;
  margin-top:4px;
  font-weight:500
}
.topnav {
  display:flex;
  gap:26px;
  margin-inline-start:auto;
  align-items:center;
  font-size:13px
}
.topnav a {
  padding-block:6px;
  white-space:nowrap
}
.topnav a.active {
  border-bottom:1px solid var(--ink)
}
.tools {
  display:flex;
  align-items:center;
  gap:12px
}
.language {
  background:transparent;
  border:1px solid var(--line);
  border-radius:25px;
  max-width:110px;
  padding:8px 11px;
  font-size:12px;
  color:var(--ink)
}
.button,button.primary,button.secondary,button.danger,.mini-button {
  border:1px solid var(--green);
  border-radius:30px;
  display:inline-flex;
  gap:9px;
  align-items:center;
  justify-content:center;
  padding:12px 22px;
  background:var(--green);
  color:#fff;
  font-size:13px;
  font-weight:550;
  line-height:1.3;
  transition:background .15s,transform .15s
}
.button:hover,button.primary:hover {
  background:#20362b;
  transform:translateY(-1px)
}
.button.secondary,button.secondary {
  background:transparent;
  color:var(--ink);
  border-color:var(--line)
}
button.danger {
  background:transparent;
  color:var(--danger);
  border-color:#e8cac4
}
.mini-button {
  padding:8px 13px;
  font-size:12px;
  background:transparent;
  color:var(--ink);
  border-color:var(--line)
}
.button-row {
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:center
}
.container {
  max-width:1260px;
  margin:auto;
  padding:50px 40px 70px
}
.hero {
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:70px;
  align-items:center;
  min-height:590px
}
.hero h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.7rem,6.5vw,6.4rem);
  line-height:1.01;
  letter-spacing:-.055em;
  margin:26px 0
}
.hero h1 em {
  font-weight:400;
  color:#748571
}
.hero p {
  max-width:410px;
  font-size:17px;
  line-height:1.8;
  margin-bottom:30px
}
.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:12px
}
.hero .eyebrow:before {
  content:"";
  width:24px;
  height:1px;
  background:var(--green)
}
.hero-art {
  height:530px;
  border-radius:240px 240px 28px 28px;
  background:linear-gradient(140deg,#dddcc8 0%,#a7b09a 45%,#536c52 100%);
  position:relative;
  overflow:hidden
}
.art-orbit {
  position:absolute;
  border:1px solid #f5f4e180;
  border-radius:50%;
  width:350px;
  height:480px;
  top:40px;
  left:44px;
  transform:rotate(-28deg)
}
.art-orbit.second {
  width:230px;
  height:480px;
  top:80px;
  left:82px;
  transform:rotate(36deg)
}
.art-sphere {
  position:absolute;
  width:180px;
  height:235px;
  background:linear-gradient(135deg,#f7f4da,#ddd3ad 55%,#9c9f7c);
  border-radius:50% 50% 45% 45%;
  left:105px;
  top:125px;
  box-shadow:25px 25px 50px #30403333;
  transform:rotate(-25deg)
}
.art-stem {
  position:absolute;
  width:2px;
  height:330px;
  background:#f6efdb66;
  left:62%;
  top:120px;
  transform:rotate(28deg)
}
.art-leaf {
  position:absolute;
  width:100px;
  height:155px;
  border-radius:100% 0 100% 0;
  background:linear-gradient(125deg,#49644b,#899b73);
  left:54%;
  top:185px;
  transform:rotate(-10deg);
  box-shadow:8px 9px 24px #21372515
}
.art-leaf.second {
  width:75px;
  height:130px;
  top:275px;
  left:43%;
  transform:rotate(88deg)
}
.art-caption {
  position:absolute;
  bottom:26px;
  inset-inline:27px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#f6f4e6;
  font-size:10px;
  letter-spacing:.18em
}
.art-caption b {
  font:italic 32px Georgia,serif;
  letter-spacing:-.05em
}
.intro-row {
  padding:34px 0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:center;
  margin:32px 0 72px
}
.intro-row p {
  max-width:510px
}
.section-head {
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:28px
}
.section-head h2 {
  margin:10px 0
}
.section-head p {
  max-width:600px
}
.service-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:19px
}
.service-card {
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  min-height:245px;
  display:flex;
  flex-direction:column;
  gap:12px;
  box-shadow:var(--shadow);
  transition:transform .2s
}
.service-card:hover {
  transform:translateY(-3px)
}
.service-icon {
  font:italic 32px Georgia,serif;
  color:#85907d;
  margin-bottom:9px
}
.service-card .card-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:auto;
  padding-top:15px
}
.card-bottom strong {
  font-weight:500
}
.circle-link {
  border:1px solid var(--line);
  border-radius:50%;
  height:38px;
  width:38px;
  display:grid;
  place-items:center
}
.contact-strip {
  margin-top:60px;
  padding:34px;
  background:var(--sage);
  border-radius:var(--radius);
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px
}
.footer {
  border-top:1px solid var(--line);
  padding:30px max(4vw,22px);
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
  gap:20px
}
.footer-links {
  display:flex;
  gap:20px
}
.page-heading {
  margin-bottom:34px
}
.page-heading .eyebrow {
  margin-bottom:12px
}
.page-heading p {
  margin-top:14px;
  max-width:700px
}
.panel {
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  box-shadow:var(--shadow)
}
.panel h2,.panel h3 {
  margin-bottom:20px
}
.panel+.panel {
  margin-top:22px
}
.two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:26px
}
.booking-layout {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);
  gap:28px;
  align-items:start
}
.booking-summary {
  position:sticky;
  top:114px;
  background:var(--green);
  color:#fff;
  border-radius:var(--radius);
  padding:30px
}
.booking-summary p,.booking-summary .eyebrow {
  color:#d1dacb
}
.booking-summary h2 {
  margin:18px 0
}
.booking-summary .primary {
  background:#e8dbbd;
  border-color:#e8dbbd;
  color:var(--ink);
  width:100%;
  margin-top:24px
}
.summary-line {
  border-bottom:1px solid #ffffff26;
  padding:16px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  font-size:14px
}
.steps {
  display:flex;
  gap:20px;
  margin-bottom:26px;
  color:var(--muted);
  font-size:12px
}
.steps span {
  display:flex;
  align-items:center;
  gap:8px
}
.steps b {
  display:grid;
  place-items:center;
  border:1px solid var(--line);
  border-radius:50%;
  width:25px;
  height:25px;
  font-weight:500
}
.field {
  display:flex;
  flex-direction:column;
  gap:7px;
  margin-bottom:19px;
  min-width:0
}
.field span {
  font-size:12px;
  font-weight:600;
  color:var(--ink)
}
input,select,textarea {
  border:1px solid var(--line);
  border-radius:9px;
  background:#fff;
  color:var(--ink);
  width:100%;
  padding:11px 12px;
  line-height:1.4;
  min-width:0
}
input[type=checkbox] {
  width:17px;
  height:17px;
  accent-color:var(--green);
  flex-shrink:0
}
textarea {
  min-height:110px;
  resize:vertical
}
.check {
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:15px 0;
  font-size:13px;
  color:var(--muted)
}
.check span {
  padding-top:1px
}
.form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0 18px
}
.form-grid .wide {
  grid-column:1/-1
}
.slots {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:9px
}
.slot {
  border:1px solid var(--line);
  background:var(--paper);
  color:var(--ink);
  border-radius:9px;
  padding:12px 7px;
  text-align:center;
  font-size:15px
}
.slot small {
  display:block;
  font-size:10px;
  color:var(--muted)
}
.slot.selected {
  background:var(--green);
  color:#fff;
  border-color:var(--green)
}
.slot.selected small {
  color:#e1e9dc
}
.auth-layout {
  max-width:880px;
  margin:25px auto;
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:0;
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:var(--shadow)
}
.auth-brand {
  background:var(--green);
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  padding:45px;
  min-height:460px
}
.auth-brand .big-c {
  font:120px Georgia,serif;
  line-height:1.3
}
.auth-brand p {
  color:#dce6d6;
  text-align:center;
  font-size:13px
}
.auth-form {
  padding:42px;
  background:var(--paper)
}
.auth-form h1 {
  font-size:2rem;
  margin-bottom:10px
}
.auth-form p {
  font-size:14px;
  margin-bottom:22px
}
.auth-form .primary {
  width:100%;
  margin-top:10px
}
.test-code {
  background:#f0e5c9;
  border:1px dashed #b89f67;
  padding:15px;
  border-radius:10px;
  margin:16px 0;
  color:#544321;
  text-align:center
}
.test-code strong {
  display:block;
  font-size:24px;
  letter-spacing:.2em;
  font-variant-numeric:tabular-nums
}
.notice {
  background:var(--sage);
  border:1px solid #d1dac6;
  border-radius:10px;
  padding:15px 18px;
  font-size:13px;
  margin-bottom:23px
}
.notice.warning {
  background:#f5ecd6;
  border-color:#e6d5ac;
  color:#6b532a
}
.table-wrap {
  overflow:auto;
  border:1px solid var(--line);
  border-radius:12px;
  background:var(--paper)
}
table {
  border-collapse:collapse;
  width:100%;
  font-size:13px;
  text-align:start
}
th,td {
  text-align:start;
  border-bottom:1px solid var(--line);
  padding:16px 18px;
  vertical-align:top
}
th {
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
  font-weight:600;
  background:#f0f2e9;
  color:var(--muted)
}
tr:last-child td {
  border-bottom:none
}
td strong {
  display:block;
  font-weight:600
}
td small {
  color:var(--muted)
}
.badge {
  display:inline-block;
  font-size:10px;
  font-weight:600;
  letter-spacing:.02em;
  border-radius:20px;
  padding:4px 9px;
  background:var(--sage);
  color:#3f5d36;
  white-space:nowrap
}
.badge.cancelled,.badge.failed,.badge.no_show,.badge.unknown {
  background:#f4e1db;
  color:#864d3e
}
.badge.pending_payment,.badge.pending,.badge.payment_review,.badge.expired {
  background:#f3e8c9;
  color:#8b6939
}
.appointment-list {
  display:grid;
  gap:16px
}
.appointment-card {
  display:grid;
  grid-template-columns:130px 1fr auto;
  gap:22px;
  align-items:center;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--paper);
  padding:24px
}
.date-block {
  border-inline-end:1px solid var(--line);
  padding-inline-end:18px;
  font-size:13px
}
.date-block b {
  display:block;
  font:36px Georgia,serif
}
.appointment-card h3 {
  margin-bottom:6px
}
.appointment-card .button-row {
  margin-top:16px
}
.appt-price {
  text-align:end;
  min-width:110px
}
.appt-price strong {
  display:block;
  margin-bottom:8px;
  font-weight:500
}
.empty {
  padding:45px;
  text-align:center;
  border:1px dashed var(--line);
  border-radius:var(--radius);
  color:var(--muted)
}
.workspace-layout {
  display:grid;
  grid-template-columns:205px minmax(0,1fr);
  min-height:75vh;
  max-width:1500px;
  margin:auto
}
.sidebar {
  border-inline-end:1px solid var(--line);
  padding:32px 19px
}
.sidebar-title {
  font-size:10px;
  letter-spacing:.15em;
  color:var(--muted);
  padding:12px;
  margin-bottom:12px;
  text-transform:uppercase
}
.sidebar a {
  display:flex;
  gap:12px;
  align-items:center;
  border-radius:9px;
  padding:11px 14px;
  font-size:13px;
  margin-bottom:5px;
  color:var(--muted)
}
.sidebar a span:first-child {
  font-size:10px;
  color:#94a08e;
  min-width:13px
}
.sidebar a.active {
  background:var(--green);
  color:#fff
}
.sidebar a.active span:first-child {
  color:#bdcfb3
}
.workspace-main {
  padding:38px;
  min-width:0
}
.metric-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-bottom:29px
}
.metric {
  padding:23px;
  background:var(--paper);
  border:1px solid var(--line);
  border-radius:14px
}
.metric p {
  font-size:11px;
  line-height:1.4;
  min-height:32px
}
.metric strong {
  font-size:30px;
  font-weight:500;
  letter-spacing:-.04em;
  display:block;
  margin-top:12px
}
.metric .hint {
  font-size:10px
}
.toolbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  margin:23px 0;
  flex-wrap:wrap
}
.toolbar input {
  max-width:220px
}
.toolbar .field {
  margin:0
}
.staff-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px
}
.staff-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:25px;
  background:var(--paper)
}
.staff-card .avatar {
  background:#e1e7d8;
  border-radius:50%;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  font:25px Georgia,serif;
  margin-bottom:18px
}
.staff-card p {
  font-size:13px;
  margin:8px 0 20px
}
.hours-grid {
  display:grid;
  grid-template-columns:1fr 110px 110px;
  align-items:center;
  gap:10px;
  padding:9px 0
}
.hours-grid .check {
  margin:0
}
.hours-grid input[type=time] {
  padding:8px;
  font-size:12px
}
.legal-text {
  white-space:pre-wrap;
  overflow-wrap:anywhere;
  line-height:1.85
}
.initial {
  display:grid;
  place-content:center;
  min-height:70vh;
  gap:12px;
  text-align:center
}
.toast {
  position:fixed;
  bottom:26px;
  inset-inline-end:26px;
  max-width:min(440px,90vw);
  background:var(--green);
  color:white;
  padding:15px 23px;
  border-radius:12px;
  box-shadow:0 10px 50px #0002;
  opacity:0;
  transform:translateY(20px);
  pointer-events:none;
  transition:all .2s;
  z-index:99;
  font-size:14px
}
.toast.error {
  background:#813e34
}
.toast.visible {
  opacity:1;
  transform:translateY(0)
}
.spaced {
  margin-top:24px
}
.bottom-space {
  margin-bottom:24px
}
.inline-list {
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.text-link {
  text-decoration:underline;
  text-underline-offset:4px;
  font-size:13px
}
.tight {
  margin:0
}
.preference {
  padding:18px 0;
  border-bottom:1px solid var(--line)
}
.preference p {
  white-space:pre-wrap
}
.separator {
  height:1px;
  background:var(--line);
  border:0;
  margin:24px 0
}
[dir=rtl] h1,[dir=rtl] h2 {
  font-family:Tahoma,"Segoe UI",sans-serif;
  letter-spacing:0;
  line-height:1.5
}
[dir=rtl] .eyebrow {
  letter-spacing:0
}
[dir=rtl] .hero h1 {
  font-size:clamp(2.7rem,4.7vw,4.7rem)
}
[dir=rtl] .brand-name {
  letter-spacing:0
}
[dir=rtl] .brand-name small {
  letter-spacing:.1em
}
@media(min-width:1500px) {
  .container {
    padding-left:20px;
    padding-right:20px
  }
  .hero {
    gap:110px
  }
}
@media(max-width:1050px) {
  .topbar {
    gap:20px
  }
  .topnav {
    gap:15px
  }
  .hero {
    gap:40px;
    min-height:490px
  }
  .hero-art {
    height:440px
  }
  .hero-art .art-sphere {
    left:60px
  }
  .service-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .metric-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .workspace-main {
    padding:27px
  }
  .workspace-layout {
    grid-template-columns:180px 1fr
  }
}
@media(max-width:760px) {
  .topbar {
    padding:15px 20px;
    gap:12px;
    flex-wrap:wrap
  }
  .brand-name {
    font-size:16px
  }
  .brand-mark {
    width:32px;
    height:32px;
    font-size:23px
  }
  .brand-name small {
    font-size:8px
  }
  .tools {
    margin-inline-start:auto;
    gap:7px
  }
  .tools .button {
    padding:9px 13px;
    font-size:11px
  }
  .language {
    max-width:86px;
    font-size:11px;
    padding:8px
  }
  .topnav {
    order:3;
    justify-content:space-between;
    gap:18px;
    width:100%;
    margin:0;
    font-size:12px;
    overflow:auto
  }
  .container {
    padding:30px 20px 45px
  }
  .hero {
    grid-template-columns:1fr;
    gap:30px
  }
  .hero h1 {
    font-size:4.4rem;
    margin:22px 0
  }
  .hero p {
    font-size:15px;
    margin-bottom:23px
  }
  .hero-art {
    height:360px;
    max-width:450px;
    width:100%;
    justify-self:center;
    border-radius:190px 190px 20px 20px
  }
  .art-orbit {
    height:360px;
    width:260px;
    top:20px;
    left:45px
  }
  .art-orbit.second {
    top:30px;
    left:65px;
    height:370px
  }
  .art-sphere {
    width:125px;
    height:170px;
    top:75px;
    left:110px
  }
  .art-stem {
    top:70px;
    height:270px
  }
  .art-leaf {
    top:110px;
    width:80px;
    height:130px
  }
  .art-leaf.second {
    top:185px;
    left:40%
  }
  .intro-row {
    display:block;
    margin:30px 0 42px;
    padding:27px 0
  }
  .intro-row p {
    margin-top:14px;
    font-size:14px
  }
  .section-head {
    display:block
  }
  .section-head p {
    font-size:14px
  }
  .section-head>.button {
    margin-top:16px
  }
  .service-grid {
    gap:12px
  }
  .service-card {
    padding:20px;
    min-height:230px
  }
  .service-card h3 {
    font-size:1rem
  }
  .service-card .small {
    font-size:11px
  }
  .service-card .card-bottom {
    font-size:12px
  }
  .service-icon {
    font-size:25px
  }
  .contact-strip {
    display:block;
    padding:24px;
    margin-top:36px
  }
  .contact-strip .button {
    margin-top:20px
  }
  .footer {
    align-items:flex-start;
    flex-direction:column;
    gap:16px
  }
  .booking-layout {
    grid-template-columns:1fr;
    gap:20px
  }
  .booking-summary {
    position:static
  }
  .slots {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .panel {
    padding:22px
  }
  .two-col {
    grid-template-columns:1fr
  }
  .auth-layout {
    grid-template-columns:1fr;
    margin:0
  }
  .auth-brand {
    display:none
  }
  .auth-form {
    padding:27px
  }
  .form-grid {
    grid-template-columns:1fr 1fr;
    gap:0 12px
  }
  .workspace-layout {
    grid-template-columns:1fr
  }
  .sidebar {
    border-inline-end:none;
    border-bottom:1px solid var(--line);
    display:flex;
    overflow:auto;
    padding:12px 17px;
    gap:7px
  }
  .sidebar-title {
    display:none
  }
  .sidebar a {
    flex-shrink:0;
    margin:0;
    padding:9px 12px;
    font-size:11px
  }
  .sidebar a span:first-child {
    display:none
  }
  .workspace-main {
    padding:25px 20px
  }
  .metric-grid {
    gap:11px
  }
  .metric {
    padding:18px
  }
  .metric strong {
    font-size:26px
  }
  .metric p {
    font-size:10px
  }
  .staff-grid {
    grid-template-columns:1fr
  }
  .appointment-card {
    grid-template-columns:75px 1fr;
    gap:15px;
    padding:19px
  }
  .date-block {
    font-size:11px;
    padding-inline-end:13px
  }
  .date-block b {
    font-size:28px
  }
  .appt-price {
    grid-column:2;
    text-align:start;
    font-size:13px
  }
  .appt-price strong {
    display:inline-block;
    margin-inline-end:10px
  }
  .appointment-card h3 {
    font-size:1rem
  }
  .appointment-card .button-row .mini-button {
    padding:8px 10px;
    font-size:10px
  }
  .hours-grid {
    grid-template-columns:1fr 90px 90px;
    gap:6px
  }
  .hours-grid .check {
    font-size:12px
  }
  .toolbar {
    align-items:flex-start
  }
  .local-banner {
    padding:8px 15px;
    font-size:10px
  }
  .steps {
    gap:12px
  }
  .steps span {
    font-size:10px
  }
  .steps b {
    width:21px;
    height:21px
  }
  .page-heading h1 {
    font-size:2rem
  }
  .page-heading p {
    font-size:14px
  }
}
@media(prefers-reduced-motion:reduce) {
  * {
    transition:none!important;
    scroll-behavior:auto!important
  }
}
/* Keep short navigation actions legible without splitting words. */
.top-actions .button, .top-actions button, .top-actions a, header .primary {
  white-space:nowrap;
}
.hours-grid {
  grid-template-columns:1.2fr 1fr 1fr auto;
}
@media(max-width:600px) {
  .hours-grid {
    grid-template-columns:1fr 1fr;
  }
  .hours-grid select {
    grid-column:1/-1;
  }
}
.tools .button,.tools .mini-button {
  white-space:nowrap;
  flex-shrink:0;
}

/* Supplied Chawan Beauty identity, prepared for light website surfaces. */
.brand-logo { display:block; width:156px; height:104px; object-fit:contain; }
.topbar { padding-block:8px; }
.auth-logo { display:block; width:min(100%,360px); height:auto; border-radius:12px; }
@media(max-width:600px) { .brand-logo { width:120px; height:80px; } }

/* Vipps uses a normal top-level anchor, not an iframe or a proxy redirect. */
.vipps-button {display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:0;border-radius:999px;padding:.7rem 1.1rem;font:inherit;font-weight:650;background:#ff5b24;color:#111;text-decoration:none;cursor:pointer;min-height:44px;}
.vipps-button:focus-visible {outline:3px solid currentColor;outline-offset:3px;}
.vipps-button:disabled {opacity:.6;cursor:wait;}
.merchant-identity {display:block;margin-top:.4rem;direction:ltr;unicode-bidi:isolate;}
.payment-cards,.control-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr));gap:1rem;margin-bottom:1.5rem}.payment-cards .panel{margin:0;min-width:0}.payment-cards details{margin-top:1rem;overflow-wrap:anywhere}.payment-cards summary{cursor:pointer;font-weight:600}.payment-setup-link{display:block;color:inherit;margin:.8rem 0;text-decoration:underline}.control-cards a{display:flex;flex-direction:column;gap:.6rem;padding:1.3rem;border:1px solid var(--line,#ddd);border-radius:16px;text-decoration:none;color:inherit}.control-cards a:hover{background:var(--surface,#fff)}.control-cards small{font-size:.9rem;line-height:1.6}
.action-confirmation{border:1px solid #d8dbd0;border-radius:20px;padding:2rem;max-width:min(520px,calc(100vw - 2rem));color:#20392f;background:#fffef9;box-shadow:0 20px 80px #0004}.action-confirmation::backdrop{background:#10241cb3}.action-confirmation p{white-space:pre-line;line-height:1.8;margin:1rem 0 1.5rem}.action-confirmation h2{font-size:1.5rem;margin:0}.booking-summary .field>span{color:inherit}.table-wrap td small{display:block;margin-top:.4rem}
