:root {
  --ink: #18140e;
  --muted: #746b5d;
  --cream: #f7f1e5;
  --paper: #fffdf8;
  --coral: #c99b45;
  --coral-dark: #9b6b22;
  --navy: #17130d;
  --teal: #a8823d;
  --yellow: #e7ca7c;
  --violet: #8b6d42;
  --blue: #81745b;
  --border: #ded2ba;
  --shadow: 0 20px 60px rgba(42, 31, 14, .15);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
.hidden { display: none !important; }
.section-shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }

.announcement { height: 34px; display: flex; justify-content: center; align-items: center; gap: 18px; padding: 0 20px; color: #fff; background: var(--navy); font-size: 12px; letter-spacing: .04em; }
.announcement > span:first-child { font-weight: 700; }
.announcement-note { opacity: .72; }
.site-header { height: 78px; width: min(1240px, calc(100% - 44px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 18px; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--coral); color: #fff; border-radius: 12px 12px 12px 4px; font-weight: 800; transform: rotate(-4deg); }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav a { color: #4f4e51; transition: color .2s; }
.main-nav a:hover { color: var(--coral); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.sound-toggle { min-height: 36px; padding: 0 11px; border: 1px solid #d8c8a5; border-radius: 999px; color: #72551f; background: #fffaf0; font-size: 12px; font-weight: 700; }
.sound-toggle[aria-pressed="false"] { opacity: .58; filter: grayscale(1); }
.text-button { border: 0; background: transparent; padding: 10px 12px; color: #555458; font-size: 13px; }
.primary-button, .secondary-button, .cream-button { min-height: 50px; padding: 0 22px; border-radius: 15px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.primary-button { color: #fff; background: var(--coral); box-shadow: 0 10px 24px rgba(255, 111, 97, .24); }
.primary-button:hover { background: var(--coral-dark); transform: translateY(-2px); }
.primary-button.small { min-height: 42px; padding: 0 17px; border-radius: 12px; font-size: 13px; }
.primary-button.wide { width: 100%; margin-top: 6px; }
.secondary-button { color: var(--ink); background: transparent; border-color: #c9c2ba; }
.secondary-button:hover { border-color: var(--ink); transform: translateY(-2px); }
.cream-button { background: #fff5e7; color: var(--navy); }

.hero { min-height: 650px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; padding: 48px 0 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow.simple { color: var(--coral); }
.eyebrow.light { color: #d9f0ea; }
.pulse { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(255, 111, 97, .12); }
.hero h1 { margin: 22px 0 18px; font-size: clamp(62px, 7.2vw, 102px); line-height: .95; letter-spacing: -.065em; font-weight: 800; }
.hero h1 em { color: var(--coral); font-style: normal; position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 4px; right: -5px; bottom: -9px; height: 10px; background: url("data:image/svg+xml,%3Csvg width='320' height='12' viewBox='0 0 320 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8C80 1 238 2 318 7' fill='none' stroke='%23f4c45e' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-copy > p { max-width: 520px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.hero-trust { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.mini-avatars { display: flex; }
.mini-avatars span { width: 34px; height: 34px; margin-left: -8px; display: grid; place-items: center; border: 3px solid var(--cream); border-radius: 50%; color: #fff; font-size: 11px; font-weight: 800; }
.mini-avatars span:first-child { margin-left: 0; background: var(--coral); }.mini-avatars span:nth-child(2) { background: var(--teal); }.mini-avatars span:nth-child(3) { background: var(--violet); }.mini-avatars span:nth-child(4) { background: var(--yellow); color: #5a451b; }
.hero-trust b { display: block; font-size: 14px; }.hero-trust small { color: var(--muted); font-size: 11px; }
.hero-visual { min-height: 540px; position: relative; display: grid; place-items: center; }
.shape { position: absolute; border-radius: 48% 52% 55% 45% / 47% 37% 63% 53%; }
.shape-one { width: 520px; height: 500px; background: #f1e4d6; transform: rotate(-8deg); }
.shape-two { width: 380px; height: 390px; right: 10px; bottom: 18px; background: #d8ebe5; transform: rotate(23deg); opacity: .9; }
.hero-card { position: absolute; background: #fff; box-shadow: var(--shadow); }
.main-card { width: 330px; padding: 14px; border-radius: 28px; transform: rotate(3deg); z-index: 2; }
.portrait { min-height: 360px; position: relative; overflow: hidden; display: grid; place-items: center; border-radius: 20px; }
.portrait::before, .profile-visual::before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.35); border-radius: 50%; }
.portrait span { position: relative; font-size: 94px; filter: drop-shadow(0 18px 20px rgba(0,0,0,.12)); }
.portrait i { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; color: rgba(255,255,255,.82); background: rgba(0,0,0,.15); border-radius: 8px; font-size: 9px; font-style: normal; }
.portrait-coral { background: linear-gradient(145deg, #ffc2b2, #f2766c); }.portrait-teal { background: linear-gradient(145deg, #c1e7df, #5aa99d); }.portrait-emotion { background: linear-gradient(145deg, #f8dc90, #b47a24); }
.floating-badge { position: absolute; top: 28px; right: -25px; padding: 8px 12px; border-radius: 11px; color: #fff; background: var(--navy); font-size: 11px; font-weight: 700; box-shadow: 0 8px 20px rgba(24,63,70,.22); }
.hero-card-info { display: flex; align-items: center; justify-content: space-between; padding: 14px 5px 2px; }.hero-card-info h3 { margin: 0; font-size: 20px; }.hero-card-info p { margin: 3px 0 0; color: var(--muted); font-size: 12px; }.rating { padding: 7px 9px; background: #fff3d4; border-radius: 9px; color: #7c5a14; font-size: 11px; font-weight: 700; }
.peek-card { width: 190px; padding: 11px 11px 15px; left: 16px; bottom: 6px; border-radius: 20px; transform: rotate(-9deg); z-index: 3; }.peek-card .portrait { min-height: 150px; }.peek-card .portrait span { font-size: 50px; }.peek-card strong, .peek-card small { display: block; padding: 0 6px; }.peek-card strong { margin-top: 9px; font-size: 13px; }.peek-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.floating-note { position: absolute; right: -5px; top: 90px; z-index: 4; padding: 12px 15px; color: var(--navy); background: #fff5cf; border-radius: 14px 14px 3px 14px; transform: rotate(4deg); box-shadow: 0 10px 25px rgba(77,65,31,.12); font-size: 11px; font-weight: 700; }

.category-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 18px; background: #fff; border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 12px 32px rgba(55,45,36,.06); }
.category-card { min-width: 0; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid transparent; border-radius: 14px; background: transparent; text-align: left; transition: background .2s, border .2s; }
.category-card > span { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; background: #faf4eb; border-radius: 12px; font-size: 18px; }
.category-card b, .category-card small { display: block; white-space: nowrap; }.category-card b { font-size: 13px; }.category-card small { margin-top: 2px; color: #99969a; font-size: 9px; }
.category-card:hover, .category-card.active { background: #fff3ef; border-color: #ffd8d2; }.category-card.active > span { background: var(--coral); }
.category-card.adult > span { background: #eef3f3; }
.category-card.photo-category > .category-avatar-stack {
  width: 58px;
  height: 38px;
  flex: 0 0 58px;
  display: flex;
  align-items: center;
  padding-left: 2px;
  background: transparent;
}
.category-avatar-stack img {
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 3px 8px rgba(51, 37, 20, .15);
}
.category-avatar-stack img:first-child { margin-left: 0; }
.category-card.photo-category.active > .category-avatar-stack { background: transparent; }
.category-card.photo-category > .category-art-thumb {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  overflow: hidden;
  padding: 0;
  position: relative;
  border-radius: 10px;
}
.category-art-thumb::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 50%;
}
.category-art-thumb i { position: relative; z-index: 1; font-size: 22px; font-style: normal; filter: drop-shadow(0 5px 5px rgba(0,0,0,.16)); }
.category-card.photo-category.active > .category-art-thumb { box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--coral); }

.discover { padding: 115px 0 120px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 38px; }
.section-heading h2 { margin: 10px 0 0; font-size: clamp(30px, 3.8vw, 48px); line-height: 1.15; letter-spacing: -.045em; }
.section-heading.centered { justify-content: center; text-align: center; }
.filter-tools { display: flex; gap: 10px; }
.search-box { min-width: 260px; height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 12px; }
.filter-tools select { height: 44px; padding: 0 32px 0 13px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: #555; font-size: 12px; }
.profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.profile-grid.category-overview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-grid.provider-list-grid .profile-visual { background: #eee7da; }
.profile-grid.provider-list-grid .profile-photo { object-fit: contain; }
.category-showcase-card {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d9c59b;
  border-radius: 22px;
  background: #fffdf8;
  text-align: left;
  box-shadow: 0 12px 30px rgba(76, 55, 22, .07);
  transition: transform .2s, box-shadow .2s;
}
.category-showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(76, 55, 22, .13);
}
.category-collage {
  height: 245px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3px;
  position: relative;
  overflow: hidden;
  background: #e9dfcb;
}
.category-collage img { width: 100%; height: 100%; object-fit: cover; }
.category-collage.photo-count-1 img { grid-column: 1 / -1; grid-row: 1 / -1; }
.category-collage.photo-count-2 img { grid-row: 1 / -1; }
.category-collage.photo-count-3 img:first-child { grid-row: 1 / -1; }
.category-collage i {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 16, 12, .76);
  font-size: 10px;
  font-style: normal;
}
.category-visual-cover {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(145deg, #d8ad61, #865616);
}
.category-visual-cover::before,
.category-visual-cover::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 48% 52% 58% 42% / 45% 40% 60% 55%;
  background: rgba(255,255,255,.23);
}
.category-visual-cover::before { width: 72%; aspect-ratio: 1; left: -12%; top: -17%; transform: rotate(14deg); }
.category-visual-cover::after { width: 62%; aspect-ratio: 1; right: -17%; bottom: -27%; background: rgba(255,225,158,.24); transform: rotate(-22deg); }
.category-glow { position: absolute; width: 54%; aspect-ratio: 1; border-radius: 50%; background: rgba(255,255,255,.1); filter: blur(2px); }
.category-orbit { position: absolute; width: 46%; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; }
.category-main-symbol { position: relative; z-index: 1; font-size: clamp(64px, 7vw, 92px); font-style: normal; filter: drop-shadow(0 20px 16px rgba(27,17,7,.24)); transition: transform .25s; }
.category-showcase-card:hover .category-main-symbol { transform: translateY(-4px) scale(1.04); }
.category-mini-card {
  position: absolute;
  left: 7%;
  bottom: 8%;
  z-index: 2;
  min-width: 108px;
  padding: 11px 14px;
  border: 6px solid rgba(255,255,255,.94);
  border-radius: 18px;
  color: #20180c;
  background: rgba(255,250,235,.92);
  box-shadow: 0 13px 25px rgba(35,24,10,.2);
  transform: rotate(-7deg);
}
.category-mini-card b,
.category-mini-card small { display: block; }
.category-mini-card b { font-size: 28px; }
.category-mini-card small { margin-top: 3px; font-size: 10px; font-weight: 800; }
.category-provider-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 16, 12, .76);
  font-size: 10px;
  font-style: normal;
}
.art-billiards { background: linear-gradient(145deg, #dfb86e, #875713); }
.art-sing { background: linear-gradient(145deg, #d9a7a1, #793c48); }
.art-game { background: linear-gradient(145deg, #83b4a6, #214d4d); }
.art-board { background: linear-gradient(145deg, #b3a1c9, #54416f); }
.art-gallery { background: linear-gradient(145deg, #aebed0, #425c78); }
.art-emotion { background: linear-gradient(145deg, #e6c979, #9b6b24); }
.art-drink { background: linear-gradient(145deg, #ddb064, #824537); }
.art-gold { background: linear-gradient(145deg, #d8ad61, #865616); }
.category-showcase-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 18px 18px;
}
.category-showcase-copy span,
.category-showcase-copy b,
.category-showcase-copy small { display: block; }
.category-showcase-copy b { color: var(--ink); font-size: 18px; }
.category-showcase-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; }
.category-showcase-copy strong { flex: 0 0 auto; color: #a36b0c; font-size: 17px; }
.category-showcase-copy strong small { display: inline; color: inherit; }
.secondary-button.small { min-height: 44px; padding: 0 15px; white-space: nowrap; }
.profile-card { overflow: hidden; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); transition: transform .25s, box-shadow .25s; }
.profile-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.profile-visual { height: 300px; position: relative; display: grid; place-items: center; overflow: hidden; }
.profile-visual .avatar-emoji { position: relative; font-size: 82px; filter: drop-shadow(0 15px 16px rgba(0,0,0,.13)); }
.profile-visual .demo-label { position: absolute; right: 12px; bottom: 12px; padding: 5px 8px; color: rgba(255,255,255,.85); background: rgba(0,0,0,.14); border-radius: 8px; font-size: 9px; }
.theme-coral { background: linear-gradient(145deg, #ffd6cb, #e87b6e); }.theme-teal { background: linear-gradient(145deg, #cde9e4, #63aa9f); }.theme-violet { background: linear-gradient(145deg, #e2d9f6, #8974b8); }.theme-yellow { background: linear-gradient(145deg, #fae7ae, #e9b743); }.theme-blue { background: linear-gradient(145deg, #d8eaf8, #6799c0); }.theme-navy { background: linear-gradient(145deg, #8ab0b5, #173b43); }
.profile-topline { position: absolute; top: 13px; left: 13px; right: 13px; display: flex; justify-content: space-between; }
.pill { padding: 7px 10px; border-radius: 10px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); font-size: 10px; font-weight: 700; }
.pill.adult-pill { color: #fff; background: rgba(24,63,70,.85); }
.profile-body { padding: 20px; }
.name-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.name-row h3 { margin: 0; font-size: 21px; }.name-row h3 span { margin-left: 6px; color: var(--teal); font-size: 13px; }
.price { color: var(--coral); font-size: 18px; font-weight: 800; }.price small { color: var(--muted); font-size: 10px; font-weight: 500; }
.profile-meta { margin: 5px 0 14px; color: var(--muted); font-size: 11px; }
.provider-code { color: #8a672c; font-weight: 800; letter-spacing: .04em; }
.profile-area { color: #8b5d12; font-weight: 800; }
.profile-meta b { color: #6f4b13; font-weight: 800; }
.profile-facts { display: flex; flex-wrap: wrap; gap: 7px; margin: 15px 0; }
.profile-facts span { padding: 8px 10px; border: 1px solid #e0cfaa; border-radius: 9px; color: #6c5227; background: #fff9e9; font-size: 10px; font-weight: 700; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; }.tag-list span { padding: 6px 8px; border-radius: 8px; background: #f6f3ef; color: #626064; font-size: 10px; }
.card-actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 8px; margin-top: 18px; }.card-actions button { height: 40px; border-radius: 11px; font-size: 11px; font-weight: 700; }.detail-button { border: 1px solid var(--border); background: #fff; }.book-button { border: 0; color: #fff; background: var(--navy); }
.empty-state { padding: 80px 20px; text-align: center; }.empty-state span { font-size: 44px; }.empty-state h3 { margin: 12px 0 5px; }.empty-state p { color: var(--muted); }

.safety-band { color: #fff; background: var(--navy); }
.safety-inner { min-height: 630px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: center; padding-top: 90px; padding-bottom: 90px; }
.safety-copy h2 { margin: 15px 0 22px; font-size: clamp(38px, 4.4vw, 58px); line-height: 1.1; letter-spacing: -.05em; }.safety-copy p { max-width: 420px; color: #b8ceca; line-height: 1.9; font-size: 14px; }.light-link { display: inline-block; margin-top: 15px; color: #fff4d7; font-size: 12px; font-weight: 700; }
.safety-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.14); border-radius: 24px; overflow: hidden; }.safety-grid article { min-height: 210px; padding: 30px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }.safety-grid article:nth-child(2n) { border-right: 0; }.safety-grid article:nth-child(n+3) { border-bottom: 0; }.safety-grid article span { color: var(--yellow); font-size: 11px; font-weight: 700; }.safety-grid h3 { margin: 28px 0 9px; font-size: 18px; }.safety-grid p { margin: 0; color: #a9c0bc; font-size: 11px; line-height: 1.8; }

.how { padding: 115px 0; }.steps { display: flex; align-items: center; justify-content: center; margin-top: 58px; }.steps article { width: 250px; position: relative; text-align: center; }.step-number { position: absolute; top: -10px; right: 56px; width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: var(--coral); border: 4px solid var(--cream); border-radius: 50%; font-size: 9px; font-weight: 700; }.step-icon { width: 82px; height: 82px; margin: 0 auto 22px; display: grid; place-items: center; border-radius: 27px; background: #fff; box-shadow: 0 12px 35px rgba(55,45,36,.08); font-size: 26px; }.steps h3 { margin: 0 0 10px; font-size: 17px; }.steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }.step-line { width: 110px; height: 1px; margin: 0 10px 75px; background: repeating-linear-gradient(to right, #c9c1b9 0 4px, transparent 4px 9px); }
.cta { min-height: 310px; margin-bottom: 100px; padding: 60px 70px; display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--coral); border-radius: 30px; overflow: hidden; position: relative; }.cta::after { content: ""; position: absolute; width: 300px; height: 300px; right: 150px; top: -150px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.03); }.cta > * { position: relative; z-index: 1; }.cta h2 { margin: 13px 0 10px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }.cta p { margin: 0; color: #ffe0db; font-size: 13px; }
.site-footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; padding: 35px 0 45px; border-top: 1px solid var(--border); }.site-footer p, .site-footer small { color: var(--muted); font-size: 10px; }.site-footer small { grid-column: 1 / -1; }.footer-links { display: flex; gap: 24px; color: #69676b; font-size: 11px; }.footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; }.footer-links button:hover { color: #9b6b22; }
.link-button { padding: 0; border: 0; background: transparent; }

.auth-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 18px 0; }.auth-tab { padding: 12px 8px; border: 1px solid var(--border); border-radius: 11px; color: #76684e; background: #fff; font-size: 10px; font-weight: 700; }.auth-tab.active { color: #201506; border-color: #c69a46; background: linear-gradient(135deg, #f6e5ae, #d2aa59); }.recovery-panel { display: grid; gap: 18px; }.recovery-panel form { display: grid; gap: 14px; }.recovery-note { margin: 0; padding: 12px; color: #78643a; background: #fff7e4; border: 1px solid #e4cf9f; border-radius: 11px; font-size: 10px; line-height: 1.7; }
.input-hint { color: #8b6b38; font-size: 9px; font-weight: 600; line-height: 1.45; }
.compact-upload { min-height: 82px; }
.booking-success-panel { width: min(620px, 100%); background: #fffaf0; }
#bookingSuccessModal { z-index: 220; }
.provider-center-panel { width: min(820px, 100%); }
.provider-center-panel h2 { margin: 10px 0 6px; font-size: 34px; }
#providerBookingContent { display: grid; gap: 14px; margin-bottom: 18px; }
.provider-booking-item { padding: 20px; border: 1px solid #dfcfaa; border-radius: 16px; background: #fff; }
.provider-booking-head, .provider-booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.provider-booking-head small { color: var(--muted); font-size: 10px; }.provider-booking-head h3 { margin: 4px 0 14px; font-size: 22px; }
.provider-booking-item dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin: 0 0 16px; }
.provider-booking-item dl div { padding: 10px 12px; border-radius: 10px; background: #faf6ed; }.provider-booking-item dt { color: var(--muted); font-size: 9px; }.provider-booking-item dd { margin: 4px 0 0; font-size: 12px; font-weight: 700; overflow-wrap: anywhere; }
.provider-booking-actions button { min-height: 40px; }
.channel-note { padding: 9px 11px; margin: -4px 0 2px; border-radius: 9px; color: #725f2c; background: #fff1c9; font-size: 10px; line-height: 1.6; }
@media (max-width: 620px) { .provider-booking-item dl { grid-template-columns: 1fr; }.provider-booking-actions { align-items: stretch; flex-direction: column; }.provider-booking-actions button { width: 100%; } }
@media (max-width: 620px) { .sound-toggle { width: 36px; padding: 0; overflow: hidden; white-space: nowrap; font-size: 0; }.sound-toggle::first-letter { font-size: 16px; } }
.booking-success-panel h2 { margin: 10px 0 6px; font-size: 34px; }
.booking-card-preview { width: 100%; display: block; border: 1px solid #dcc58e; border-radius: 16px; box-shadow: 0 14px 35px rgba(70,48,14,.14); }

.modal { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(16, 25, 27, .62); backdrop-filter: blur(7px); }.modal-panel { width: min(560px, 100%); max-height: calc(100vh - 40px); overflow: auto; position: relative; z-index: 1; padding: 38px; background: var(--cream); border-radius: 25px; box-shadow: 0 30px 100px rgba(0,0,0,.25); scroll-behavior: smooth; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }.modal-close { width: 34px; height: 34px; position: absolute; top: 16px; right: 16px; z-index: 2; border: 0; border-radius: 50%; background: rgba(255,255,255,.82); color: #555; font-size: 20px; }.form-panel h2, .admin-panel h2 { margin: 10px 0 6px; font-size: 30px; letter-spacing: -.04em; }.form-intro { margin: 0 0 25px; color: var(--muted); font-size: 12px; line-height: 1.7; }.form-panel form { display: grid; gap: 15px; }.form-panel label { display: grid; gap: 7px; color: #525155; font-size: 11px; font-weight: 700; scroll-margin-block: 100px; }.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-panel input, .form-panel textarea, .admin-key input { width: 100%; padding: 12px 13px; border: 1px solid #ddd5cc; border-radius: 11px; outline: 0; background: #fff; color: var(--ink); font-size: 12px; }.form-panel input:focus, .form-panel textarea:focus, .admin-key input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(255,111,97,.10); }.form-panel textarea { resize: vertical; }.role-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.role-switch label { cursor: pointer; }.role-switch input { position: absolute; opacity: 0; pointer-events: none; }.role-switch span { padding: 12px; border: 1px solid var(--border); border-radius: 11px; background: #fff; text-align: center; }.role-switch input:checked + span { color: var(--coral-dark); border-color: var(--coral); background: #fff1ed; }.code-field { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.code-field button { padding: 0 13px; border: 1px solid var(--navy); border-radius: 10px; color: var(--navy); background: #fff; font-size: 11px; font-weight: 700; }.demo-code { color: var(--coral); font-weight: 700; }.check-line { grid-template-columns: auto 1fr !important; align-items: start; gap: 8px !important; line-height: 1.6; }.check-line input { width: 15px; margin-top: 2px; }.upload-zone { min-height: 100px; display: grid; place-items: center; overflow: hidden; position: relative; border: 1px dashed #cfc5bb; border-radius: 12px; background: #fff; color: var(--muted); font-size: 11px; }.upload-zone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }.upload-zone img { width: 100%; max-height: 180px; object-fit: cover; }.profile-panel { width: min(850px, 100%); padding: 0; overflow: hidden; }.profile-detail-layout { display: grid; grid-template-columns: .8fr 1.2fr; }.profile-detail-layout .profile-visual { min-height: 520px; height: 100%; }.profile-detail-copy { padding: 55px 45px; }.profile-detail-copy h2 { margin: 8px 0; font-size: 42px; }.profile-detail-copy > p { color: var(--muted); line-height: 1.9; font-size: 13px; }.detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }.detail-stats div { padding: 13px; background: #fff; border-radius: 12px; }.detail-stats b, .detail-stats small { display: block; }.detail-stats small { margin-top: 3px; color: var(--muted); font-size: 9px; }.boundary-note { padding: 14px; margin: 20px 0; border-left: 3px solid var(--teal); background: #edf6f4; color: #456661; font-size: 11px; line-height: 1.7; }
.policy-panel { width: min(760px, 100%); background: #fffaf0; }
.policy-panel h2, .contact-panel h2 { margin: 10px 0 4px; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.04em; }
.policy-version { margin: 0 0 22px; color: var(--muted); font-size: 10px; }
.policy-content { display: grid; gap: 12px; }
.policy-content section { padding: 16px 18px; border: 1px solid #e6d8bb; border-radius: 14px; background: #fff; }
.policy-content h3 { margin: 0 0 7px; color: #5d3d0c; font-size: 14px; }
.policy-content p { margin: 0; color: #625b50; font-size: 11px; line-height: 1.85; }
.contact-panel { width: min(500px, 100%); background: #fffaf0; }
.contact-card { margin: 24px 0 16px; padding: 24px; border: 1px solid #dfc58c; border-radius: 18px; background: linear-gradient(145deg, #fff7df, #edcf88); }
.contact-card span, .contact-card a, .contact-card p { display: block; }
.contact-card span { color: #74551f; font-size: 11px; font-weight: 700; }
.contact-card a { margin-top: 8px; color: #231707; font-size: clamp(28px, 7vw, 42px); font-weight: 800; letter-spacing: .02em; }
.contact-card p { margin: 7px 0 0; color: #6c4b15; font-size: 12px; font-weight: 700; }
.contact-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.admin-panel { width: min(1050px, 100%); }.admin-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }.admin-key { display: flex; gap: 8px; }.admin-key input { width: 190px; }.privacy-alert { padding: 10px 12px; margin: 18px 0; color: #725f2c; background: #fff1c9; border-radius: 10px; font-size: 10px; }.admin-placeholder { padding: 70px 20px; text-align: center; color: var(--muted); }.admin-tabs { display: flex; gap: 8px; margin-bottom: 14px; }.admin-tab { padding: 8px 11px; border: 1px solid var(--border); border-radius: 9px; background: #fff; font-size: 10px; }.admin-tab.active { color: #fff; background: var(--navy); }.table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: 13px; }.admin-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 10px; }.admin-table th, .admin-table td { padding: 12px; border-bottom: 1px solid #eeeae5; text-align: left; white-space: nowrap; }.admin-table th { color: var(--muted); background: #f8f5f1; font-weight: 700; }.status-badge { padding: 5px 8px; border-radius: 8px; background: #fff1c9; color: #725f2c; }.toast { position: fixed; left: 50%; bottom: max(30px, env(safe-area-inset-bottom)); z-index: 300; width: max-content; max-width: min(90vw, 520px); transform: translateX(-50%); padding: 14px 18px; border-radius: 12px; color: #fff; background: var(--navy); box-shadow: var(--shadow); font-size: 12px; line-height: 1.65; text-align: center; }.toast.error { background: #8b3025; box-shadow: 0 14px 40px rgba(111,30,20,.3); }
.admin-count { min-width: 18px; height: 18px; margin-left: 5px; padding: 0 5px; display: inline-grid; place-items: center; border-radius: 999px; color: #fff; background: #ba3e2d; font-size: 8px; font-weight: 800; }
.admin-tab.active .admin-count { color: #7a251b; background: #ffd5cf; }
.booking-status-control { display: grid; gap: 8px; }
.booking-status-control > div { display: flex; gap: 5px; }
.booking-status-control button { padding: 6px 8px; border: 1px solid #d8c59f; border-radius: 7px; color: #684a18; background: #fffaf0; font-size: 9px; }
.booking-status-control button:disabled { cursor: default; opacity: .45; }
.status-badge.pending { color: #8b5b0d; background: #fff0c5; }
.status-badge.confirmed { color: #31633e; background: #dff2e4; }

/* Luxury gilded theme */
body { background-image: radial-gradient(circle at 72% 4%, rgba(218, 183, 106, .16), transparent 28%), linear-gradient(180deg, #fbf7ef 0%, var(--cream) 45%, #f3ecde 100%); }
.announcement { background: linear-gradient(90deg, #0d0b08, #272017 50%, #0d0b08); border-bottom: 1px solid rgba(231, 202, 124, .32); }
.brand-mark { color: #1a140a; background: linear-gradient(145deg, #f3dda0, #b47a24 55%, #f7e9b9); border: 1px solid #efd590; border-radius: 50%; box-shadow: inset 0 1px 1px rgba(255,255,255,.7), 0 8px 20px rgba(123, 80, 17, .18); transform: none; }
.brand > span:last-child { display: grid; line-height: 1; gap: 4px; }.brand small { color: #9c7b43; font-size: 7px; letter-spacing: .18em; font-weight: 700; }
.primary-button { color: #191207; background: linear-gradient(135deg, #f2d98d 0%, #bd862d 52%, #f4df9c 100%); border-color: #e6c673; box-shadow: 0 12px 28px rgba(157, 104, 27, .25); }
.primary-button:hover { color: #fff8e7; background: linear-gradient(135deg, #bd862d, #805014); }
.hero h1 em { color: transparent; background: linear-gradient(135deg, #8c5a18, #d7b15d 48%, #98641c); -webkit-background-clip: text; background-clip: text; }
.hero h1 em::after { filter: sepia(1) saturate(.65); }
.shape-one { background: linear-gradient(145deg, #e7dbc6, #cdb484); }.shape-two { background: linear-gradient(145deg, #f3e7c7, #c09448); opacity: .56; }
.portrait-coral, .theme-coral { background: linear-gradient(145deg, #f4dfaa, #ae7527 58%, #5e3a10); }.portrait-teal, .theme-teal { background: linear-gradient(145deg, #e6d5af, #8f7140 58%, #342a1c); }
.theme-violet { background: linear-gradient(145deg, #e7d8bc, #9a7644 55%, #473722); }.theme-yellow { background: linear-gradient(145deg, #f8e9b7, #c08a30 56%, #69420f); }.theme-blue { background: linear-gradient(145deg, #e9dfcb, #8f8062 52%, #3b3326); }.theme-navy { background: linear-gradient(145deg, #c9b58b, #5b4525 48%, #17130d); }
.floating-badge, .verified-badge { color: #1a1307; background: linear-gradient(135deg, #f4dd99, #b77d26); border: 1px solid #f4dfa3; }
.category-card:hover, .category-card.active { background: #f9f0dc; border-color: #d8b86f; }.category-card.active > span { color: #18120a; background: linear-gradient(145deg, #f1d88c, #b47a26); }
.profile-card { background: rgba(255,253,248,.9); border-color: #d8c8a8; }.profile-card:hover { border-color: #c99b45; }
.profile-card.is-verified { box-shadow: inset 0 0 0 1px rgba(201,155,69,.2); }.profile-card.is-verified .profile-visual::after { content: "REAL NAME"; position: absolute; left: 14px; bottom: 13px; padding: 5px 8px; color: #241806; background: linear-gradient(135deg, #f5e3aa, #c58c32); border-radius: 7px; font-size: 8px; font-weight: 800; letter-spacing: .08em; }
.verified-icon { color: #b07a26 !important; }.unverified-label { color: #776f62; font-size: 10px; font-weight: 500; }
.cta { color: #fff4d5; background: radial-gradient(circle at 80% 20%, rgba(222,184,101,.22), transparent 30%), linear-gradient(135deg, #201a12, #0d0b08); border: 1px solid #9c7438; }.cta p { color: #cdbd9d; }.cream-button { color: #1c1408; background: linear-gradient(135deg, #f6e5ae, #c18b36); }
.identity-box { padding: 14px; border: 1px solid #d7bc7d; border-radius: 13px; background: linear-gradient(145deg, #fffaf0, #f4ead5); }.identity-toggle { grid-template-columns: auto 1fr !important; align-items: center; cursor: pointer; }.identity-toggle input { width: 16px; }.identity-toggle b, .identity-toggle small { display: block; }.identity-toggle b { color: #6f4710; }.identity-toggle small { margin-top: 3px; color: #8a795f; font-size: 9px; font-weight: 500; }.identity-fields { display: grid; gap: 12px; margin-top: 14px; padding-top: 14px; border-top: 1px solid #e0cfaa; }.identity-note { margin: 0; color: #8a795f; font-size: 9px; line-height: 1.7; }
.modal-panel { overflow-x: hidden; overflow-y: auto; }

@media (max-width: 1000px) {
  .main-nav { display: none; }.hero { grid-template-columns: 1fr; padding-top: 60px; }.hero-copy { text-align: center; }.hero-copy > p { margin-left: auto; margin-right: auto; }.hero-actions, .hero-trust { justify-content: center; }.hero-visual { margin-top: 30px; }.category-strip { grid-template-columns: repeat(3, 1fr); }.profile-grid { grid-template-columns: repeat(2, 1fr); }.safety-inner { grid-template-columns: 1fr; }.safety-copy { text-align: center; }.safety-copy p { margin-left: auto; margin-right: auto; }
}

@media (max-width: 700px) {
  .section-shell, .site-header { width: min(100% - 28px, 1180px); }.announcement-note, .text-button { display: none; }.site-header { height: 68px; }.header-actions .primary-button { min-height: 38px; padding: 0 13px; }.hero { min-height: auto; padding: 50px 0 35px; }.hero h1 { font-size: 58px; }.hero-visual { min-height: 450px; transform: scale(.88); margin-left: -15px; margin-right: -15px; }.shape-one { width: 420px; height: 420px; }.category-strip { grid-template-columns: repeat(2, 1fr); padding: 10px; }.discover { padding: 80px 0; }.section-heading { align-items: stretch; flex-direction: column; }.filter-tools { flex-direction: column; }.search-box { min-width: 0; }.profile-grid { grid-template-columns: 1fr; }.profile-visual { height: 350px; }.safety-inner { gap: 50px; }.safety-grid { grid-template-columns: 1fr; }.safety-grid article { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14) !important; }.safety-grid article:last-child { border-bottom: 0 !important; }.steps { flex-direction: column; gap: 28px; }.step-line { width: 1px; height: 35px; margin: 0; background: repeating-linear-gradient(to bottom, #c9c1b9 0 4px, transparent 4px 9px); }.cta { padding: 45px 28px; flex-direction: column; align-items: flex-start; }.site-footer { grid-template-columns: 1fr; }.footer-links { flex-wrap: wrap; }.site-footer small { grid-column: auto; }.field-row, .profile-detail-layout { grid-template-columns: 1fr; }.profile-detail-layout .profile-visual { min-height: 320px; }.profile-detail-copy { padding: 35px 25px; }.admin-header { align-items: stretch; flex-direction: column; }.admin-key { flex-direction: column; }.admin-key input { width: 100%; }.modal-panel { padding: 30px 20px; }.profile-panel { padding: 0; }
}

/* Provider onboarding, photo review and admin-controlled pricing */
.form-panel select,
.price-input {
  width: 100%;
  padding: 12px 13px;
  border: 1px solid #ddd5cc;
  border-radius: 11px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  font-size: 12px;
}
.provider-fields {
  display: grid;
  gap: 15px;
  padding: 15px;
  border: 1px solid #dfd0b0;
  border-radius: 14px;
  background: #fffaf0;
}
.provider-section-title b,
.provider-section-title small { display: block; }
.provider-section-title small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 9px;
}
.activity-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}
.activity-options label { cursor: pointer; }
.activity-options input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.activity-options span {
  display: block;
  padding: 10px 6px;
  border: 1px solid var(--border);
  border-radius: 9px;
  background: #fff;
  text-align: center;
}
.activity-options input:checked + span {
  color: #6f4710;
  border-color: #c99837;
  background: #f6e6b8;
}
.profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-actions {
  display: flex;
  gap: 5px;
}
.photo-actions button {
  padding: 6px 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #fff;
  font-size: 9px;
}
.photo-actions .approve {
  color: #fff;
  border-color: #76601e;
  background: #9a7a26;
}
.photo-actions .danger,
.danger-button {
  color: #9d2d27;
  border: 1px solid #e3aaa5;
  background: #fff4f2;
}
.danger-button {
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 9px;
}
.admin-action-note {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 8px;
}
.provider-admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 190px;
}
.photo-preview {
  width: 72px;
  height: 72px;
  margin-top: 6px;
  object-fit: cover;
  border-radius: 10px;
}
.price-settings {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 10px;
}
.price-setting {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}
.price-setting label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
}
.price-setting b {
  color: var(--ink);
  font-size: 13px;
}
@media (max-width: 700px) {
  .activity-options { grid-template-columns: repeat(2, 1fr); }
  .price-settings { grid-template-columns: 1fr; }
  .category-card.photo-category { gap: 5px; padding: 8px 6px; }
  .category-card.photo-category > .category-avatar-stack { width: 46px; flex-basis: 46px; }
  .category-avatar-stack img { width: 27px; height: 27px; margin-left: -13px; }
  .category-card.photo-category b { font-size: 11px; }
  .category-card.photo-category small { white-space: normal; line-height: 1.35; }
  .profile-grid.category-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .category-showcase-card { border-radius: 15px; }
  .category-collage { height: 145px; }
  .category-collage i { right: 7px; bottom: 7px; padding: 5px 7px; font-size: 8px; }
  .category-card.photo-category > .category-art-thumb { width: 40px; height: 40px; flex-basis: 40px; }
  .category-art-thumb i { font-size: 18px; }
  .category-provider-count { right: 7px; bottom: 7px; padding: 5px 7px; font-size: 8px; }
  .category-main-symbol { font-size: 48px; }
  .category-orbit { width: 52%; }
  .category-mini-card { left: 5%; bottom: 7%; min-width: 72px; padding: 6px 8px; border-width: 4px; border-radius: 11px; }
  .category-mini-card b { font-size: 17px; }
  .category-mini-card small { font-size: 7px; }
  .category-showcase-copy { display: block; padding: 11px 10px 12px; }
  .category-showcase-copy b { font-size: 13px; }
  .category-showcase-copy > strong { display: block; margin-top: 7px; font-size: 13px; }
}

/* Mobile compact two-column profile gallery */
@media (max-width: 700px) {
  .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .profile-card { min-width: 0; border-radius: 15px; }
  .profile-card:hover { transform: none; }
  .profile-visual { height: 148px; }
  .profile-visual .avatar-emoji { font-size: 48px; }
  .profile-visual .demo-label { display: none; }
  .profile-topline { top: 8px; left: 8px; right: 8px; gap: 4px; }
  .pill { padding: 5px 6px; border-radius: 7px; font-size: 8px; }
  .profile-card.is-verified .profile-visual::after { left: 8px; bottom: 8px; padding: 4px 6px; font-size: 7px; }
  .profile-body { padding: 11px 10px 10px; }
  .name-row { display: block; }
  .name-row h3 { min-height: 34px; font-size: 14px; line-height: 1.25; }
  .name-row h3 span { display: block; margin: 3px 0 0; font-size: 8px; }
  .price { margin-top: 5px; font-size: 14px; }
  .price small { font-size: 8px; }
  .profile-meta { min-height: 28px; margin: 5px 0 8px; font-size: 9px; line-height: 1.45; }
  .tag-list { gap: 4px; }
  .tag-list span { padding: 4px 6px; font-size: 8px; }
  .tag-list span:nth-child(n+2) { display: none; }
  .card-actions { grid-template-columns: 1fr; gap: 5px; margin-top: 9px; }
  .card-actions button { height: 32px; border-radius: 8px; font-size: 9px; }
}

/* Universal phone and tablet compatibility */
img,
canvas,
svg,
video { max-width: 100%; }

body {
  min-width: 0;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.announcement {
  padding-left: max(20px, env(safe-area-inset-left));
  padding-right: max(20px, env(safe-area-inset-right));
}

.modal {
  padding-top: max(20px, env(safe-area-inset-top));
  padding-right: max(20px, env(safe-area-inset-right));
  padding-bottom: max(20px, env(safe-area-inset-bottom));
  padding-left: max(20px, env(safe-area-inset-left));
}

.modal-panel {
  max-height: calc(100dvh - max(40px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
}

.table-wrap,
.admin-tabs {
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 701px) and (max-width: 1100px) {
  .section-shell,
  .site-header { width: min(92%, 960px); }
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 64px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-left: auto; margin-right: auto; }
  .hero-actions,
  .hero-trust { justify-content: center; }
  .hero h1 { font-size: clamp(64px, 10vw, 92px); }
  .hero-visual { width: min(620px, 100%); margin: 32px auto 0; }
  .category-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .profile-grid,
  .profile-grid.category-overview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .safety-inner { grid-template-columns: 1fr; gap: 54px; }
  .safety-copy { text-align: center; }
  .safety-copy p { margin-left: auto; margin-right: auto; }
  .admin-panel { width: min(94vw, 960px); }
}

@media (max-width: 700px) {
  .section-shell,
  .site-header { width: calc(100% - 28px); }
  .site-header { gap: 10px; }
  .brand { min-width: 0; gap: 8px; font-size: 16px; }
  .brand > span:last-child { min-width: 0; }
  .brand b { white-space: nowrap; }
  .brand small { display: none; }
  .header-actions { flex: 0 0 auto; gap: 6px; }
  .header-actions .primary-button { min-width: 0; white-space: nowrap; }
  .sound-toggle { min-width: 38px; min-height: 38px; }
  .hero { padding-top: clamp(36px, 9vw, 50px); }
  .hero h1 { font-size: clamp(44px, 15vw, 58px); line-height: .98; }
  .hero-copy > p { font-size: 14px; line-height: 1.75; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions > * { min-height: 46px; }
  .hero-visual {
    width: 100%;
    min-height: clamp(365px, 112vw, 450px);
    margin: 22px auto 0;
    transform: none;
  }
  .shape-one { width: min(110vw, 420px); height: min(110vw, 420px); }
  .shape-two { width: min(82vw, 330px); height: min(84vw, 340px); }
  .main-card { width: min(78vw, 310px); }
  .main-card .portrait { min-height: clamp(270px, 82vw, 340px); }
  .peek-card { width: min(45vw, 175px); left: 1%; }
  .peek-card .portrait { min-height: clamp(110px, 34vw, 145px); }
  .floating-note { right: 0; top: 58px; max-width: 42vw; }
  .category-strip { gap: 7px; }
  .category-card { min-height: 56px; }
  .category-card b,
  .category-card small { overflow: hidden; text-overflow: ellipsis; }
  .filter-tools,
  .filter-tools > *,
  .search-box { width: 100%; }
  .filter-tools select { min-height: 46px; }
  .form-panel input,
  .form-panel textarea,
  .form-panel select,
  .admin-key input,
  .price-input { font-size: 16px; }
  button,
  .footer-links button,
  .admin-tab { touch-action: manipulation; }
  .admin-tabs {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 5px;
    white-space: nowrap;
  }
  .admin-tab { flex: 0 0 auto; min-height: 40px; }
  .table-wrap { max-width: 100%; }
  .admin-table th,
  .admin-table td { padding: 10px 9px; }
  .modal {
    align-items: end;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-right: max(10px, env(safe-area-inset-right));
    padding-bottom: max(10px, env(safe-area-inset-bottom));
    padding-left: max(10px, env(safe-area-inset-left));
  }
  .modal-panel {
    width: 100%;
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    padding: 30px 18px max(24px, env(safe-area-inset-bottom));
    border-radius: 22px 22px 14px 14px;
  }
  .profile-panel { padding: 0; }
  .profile-detail-copy { padding: 30px 20px; }
  .profile-detail-copy h2 { font-size: clamp(30px, 10vw, 40px); }
  .contact-card { padding: 20px 14px; }
  .contact-card a { overflow-wrap: anywhere; }
  .site-footer { padding-bottom: max(45px, env(safe-area-inset-bottom)); }
}

@media (max-width: 380px) {
  .section-shell,
  .site-header { width: calc(100% - 20px); }
  .announcement { gap: 8px; padding-inline: 10px; font-size: 10px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 31px; height: 31px; }
  .header-actions .primary-button { padding-inline: 9px; font-size: 11px; }
  .hero h1 { font-size: clamp(40px, 14.8vw, 52px); }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero-actions > * { width: 100%; padding-inline: 10px; }
  .hero-trust { margin-top: 28px; }
  .hero-visual { min-height: 355px; }
  .main-card { width: min(76vw, 275px); padding: 10px; border-radius: 22px; }
  .main-card .portrait { min-height: 250px; }
  .hero-card-info h3 { font-size: 17px; }
  .peek-card { width: 42vw; padding: 8px 8px 12px; }
  .peek-card .portrait { min-height: 105px; }
  .floating-note { padding: 9px 10px; font-size: 9px; }
  .category-card.photo-category > .category-art-thumb { width: 36px; height: 36px; flex-basis: 36px; }
  .category-card.photo-category b { font-size: 10px; }
  .category-showcase-copy { padding-inline: 8px; }
  .profile-body { padding-inline: 8px; }
  .profile-facts { gap: 4px; }
  .profile-facts span { padding: 6px; }
}

@media (max-width: 330px) {
  .brand b { font-size: 12px; }
  .sound-toggle { display: none; }
  .profile-grid,
  .profile-grid.category-overview-grid { grid-template-columns: 1fr; }
  .profile-visual { height: 230px; }
  .category-collage { height: 210px; }
}

@media (orientation: landscape) and (max-height: 560px) {
  .modal { align-items: center; padding: 8px max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left)); }
  .modal-panel { max-height: calc(100dvh - 16px); border-radius: 16px; }
  .hero { padding-top: 30px; }
  .hero-visual { min-height: 390px; }
}

@media (hover: none) and (pointer: coarse) {
  .primary-button:hover,
  .secondary-button:hover,
  .profile-card:hover,
  .category-showcase-card:hover { transform: none; }
}

/* Mobile administrator access and touch-friendly review controls */
.mobile-admin-entry { display: none; }

@media (max-width: 700px) {
  .mobile-admin-entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: max(12px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    z-index: 90;
    min-width: 88px;
    min-height: 42px;
    padding: 0 14px;
    border: 1px solid #e2c06f;
    border-radius: 999px;
    color: #fff8e8;
    background: linear-gradient(135deg, #2b2113, #8b6227);
    box-shadow: 0 12px 32px rgba(52, 35, 13, .3);
    font-size: 12px;
    font-weight: 800;
  }
  .admin-panel {
    height: calc(100dvh - max(20px, env(safe-area-inset-top) + env(safe-area-inset-bottom)));
    max-height: none;
    border-radius: 20px 20px 10px 10px;
  }
  .admin-key .primary-button { width: 100%; min-height: 48px; }
  .admin-tabs {
    position: sticky;
    top: -1px;
    z-index: 4;
    padding-top: 8px;
    background: var(--cream);
  }
  .admin-table { min-width: 920px; }
  .photo-actions button,
  .provider-admin-actions button,
  .booking-status-control button { min-height: 40px; padding: 9px 11px; }
}
