:root {
  --primary: #477627;
  --primary-dark: #355d1b;
  --accent: #a6e36f;
  --coral: #b9381f;
  --gold: #f7c948;
  --ink: #111827;
  --muted: #5d6678;
  --line: #d9e0ea;
  --surface: #ffffff;
  --surface-alt: #f6f8fb;
  --dark: #151821;
  --success: #1b8a5a;
  --warning: #9a6b09;
  --danger: #b42318;
  --shadow: 0 24px 70px rgba(18, 28, 61, .12);
  --radius: 8px;
}

/* APEX Recovery Center — localized from the published Figma Sites reference. */
.apex-template {
  --apex-ink:#101c2f;
  --apex-blue:#3f84be;
  --apex-blue-deep:#286b9f;
  --apex-muted:#637083;
  --apex-line:#dfe4ea;
  --apex-soft:#f4f6fa;
  --apex-green:#31815f;
  color:var(--apex-ink);
  background:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
  container:apex / inline-size;
}
.apex-template * { box-sizing:border-box; }
.apex-template a { color:inherit; text-decoration:none; }
.apex-nav {
  width:100%;
  min-height:78px;
  padding:14px clamp(22px,3vw,48px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  position:relative;
  z-index:5;
  background:#fff;
  border-bottom:1px solid rgba(16,28,47,.08);
}
.apex-brand { display:inline-flex; align-items:center; gap:10px; white-space:nowrap; }
.apex-brand > span {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:#fff;
  background:var(--apex-ink);
  border-radius:10px;
  font-size:21px;
  line-height:1;
}
.apex-brand strong { font-size:18px; letter-spacing:-.04em; }
.apex-brand em { color:var(--apex-blue); font-style:normal; }
.apex-nav nav { display:flex; align-items:center; justify-content:center; gap:clamp(22px,3vw,38px); color:#536072; font-size:15px; }
.apex-nav nav a:hover { color:var(--apex-blue-deep); }
.apex-button {
  min-height:48px;
  padding:0 24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid transparent;
  border-radius:12px;
  font-size:15px;
  font-weight:750;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
}
.apex-button:hover { transform:translateY(-2px); }
.apex-button-dark { color:#fff!important; background:var(--apex-ink); }
.apex-button-blue { color:#fff!important; background:var(--apex-blue); }
.apex-button-blue:hover { background:var(--apex-blue-deep); }
.apex-button-light { color:var(--apex-ink)!important; background:#fff; }
.apex-button-glass { color:#fff!important; border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.04); backdrop-filter:blur(8px); }
.apex-hero {
  min-height:655px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  color:#fff;
  background:var(--apex-ink);
}
.apex-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.apex-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(8,20,38,.94) 0%,rgba(8,20,38,.77) 42%,rgba(8,20,38,.26) 76%,rgba(8,20,38,.5) 100%); }
.apex-hero-copy {
  width:min(650px,55vw);
  margin-left:clamp(32px,5vw,74px);
  padding:80px 0;
  position:relative;
  z-index:2;
}
.apex-breadcrumbs { margin-bottom:18px; display:flex; gap:9px; color:rgba(255,255,255,.72); font-size:13px; }
.apex-breadcrumbs a { color:#fff; }
.apex-pill {
  width:max-content;
  max-width:100%;
  margin:0 0 24px;
  padding:7px 15px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid rgba(255,255,255,.3);
  border-radius:99px;
  color:#f4f7fb;
  background:rgba(255,255,255,.08);
  font-size:14px;
}
.apex-pill i { width:8px; height:8px; border-radius:50%; background:var(--apex-green); box-shadow:0 0 0 5px rgba(49,129,95,.12); }
.apex-hero h1 { max-width:620px; margin:0; color:#fff; font-size:clamp(58px,5.1vw,78px); line-height:.99; letter-spacing:-.055em; }
.apex-hero-copy > span { max-width:620px; margin-top:24px; display:block; color:rgba(255,255,255,.76); font-size:19px; line-height:1.58; }
.apex-actions { margin-top:32px; display:flex; flex-wrap:wrap; gap:14px; }
.apex-hero-stats {
  width:320px;
  position:absolute;
  right:32px;
  bottom:50px;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.apex-hero-stats span {
  min-height:95px;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:rgba(255,255,255,.66);
  border:1px solid rgba(255,255,255,.22);
  border-radius:15px;
  background:rgba(255,255,255,.1);
  backdrop-filter:blur(12px);
  font-size:13px;
}
.apex-hero-stats strong { color:#fff; font-size:28px; line-height:1.1; letter-spacing:-.03em; }
.apex-section { width:min(1220px,calc(100% - 64px)); margin:0 auto; padding:88px 0; }
.apex-heading { margin-bottom:48px; display:flex; align-items:flex-end; justify-content:space-between; gap:30px; }
.apex-heading p,.apex-eyebrow { margin:0 0 14px; color:var(--apex-blue-deep); font-size:13px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.apex-heading h2,.apex-why h2,.apex-memberships h2,.apex-faq h2,.apex-contact h2 { margin:0; font-size:clamp(39px,3.3vw,54px); line-height:1.08; letter-spacing:-.045em; }
.apex-heading > a { padding-bottom:6px; color:var(--apex-blue-deep); font-weight:700; white-space:nowrap; }
.apex-services { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.apex-services article { overflow:hidden; border:1px solid var(--apex-line); border-radius:16px; background:#fff; box-shadow:0 7px 24px rgba(16,28,47,.04); }
.apex-service-image { height:176px; position:relative; overflow:hidden; background:var(--apex-soft); }
.apex-service-image img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.apex-services article:hover .apex-service-image img { transform:scale(1.035); }
.apex-service-image > span,.apex-service-image > strong { position:absolute; top:13px; padding:5px 10px; border-radius:99px; background:#fff; font-size:12px; }
.apex-service-image > span { left:13px; top:auto; bottom:13px; }
.apex-service-image > strong { right:13px; color:#fff; background:var(--apex-green); font-weight:700; }
.apex-services article > div:last-child { padding:20px; }
.apex-services article header { display:flex; align-items:flex-start; justify-content:space-between; gap:12px; }
.apex-services h3 { margin:0; font-size:18px; letter-spacing:-.03em; }
.apex-services b { color:var(--apex-blue-deep); font-size:17px; }
.apex-services article p { min-height:70px; margin:11px 0 17px; color:var(--apex-muted); font-size:14px; line-height:1.55; }
.apex-services article footer { display:flex; justify-content:space-between; gap:12px; color:var(--apex-muted); font-size:13px; }
.apex-services article footer a { color:var(--apex-blue-deep); font-weight:700; }
.apex-why {
  padding:88px max(32px,calc((100% - 1220px)/2));
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,1fr);
  align-items:center;
  gap:72px;
  background:var(--apex-soft);
}
.apex-why > div > span { max-width:620px; margin-top:22px; display:block; color:var(--apex-muted); font-size:17px; }
.apex-benefits { margin-top:34px; display:grid; gap:20px; }
.apex-benefits article { display:flex; gap:15px; }
.apex-benefits i {
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  color:var(--apex-blue-deep);
  background:#e8eef6;
  border-radius:12px;
  font-style:normal;
  font-size:18px;
}
.apex-benefits h3 { margin:1px 0 4px; font-size:16px; }
.apex-benefits p { margin:0; color:var(--apex-muted); font-size:14px; }
.apex-why figure { margin:0; position:relative; }
.apex-why figure > img { width:100%; height:480px; display:block; object-fit:cover; border-radius:22px; box-shadow:0 24px 55px rgba(16,28,47,.13); }
.apex-why figcaption {
  width:218px;
  min-height:138px;
  padding:22px;
  position:absolute;
  left:-28px;
  bottom:-24px;
  display:flex;
  flex-direction:column;
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 38px rgba(16,28,47,.14);
}
.apex-why figcaption span,.apex-reviews b { color:#f2b719; letter-spacing:.05em; }
.apex-why figcaption strong { margin:5px 0; font-size:16px; line-height:1.2; }
.apex-why figcaption small { color:var(--apex-muted); }
.apex-journey > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.apex-journey article { padding:0 28px; text-align:center; border-right:1px solid var(--apex-line); }
.apex-journey article:last-child { border-right:0; }
.apex-journey article > span { width:52px; height:52px; margin:0 auto 24px; display:grid; place-items:center; color:#fff; background:var(--apex-ink); border-radius:50%; font-weight:800; }
.apex-journey h3 { margin:0 0 10px; font-size:20px; }
.apex-journey p { margin:0; color:var(--apex-muted); font-size:14px; }
.apex-team-section { width:100%; padding:88px max(32px,calc((100% - 1220px)/2)); background:var(--apex-soft); }
.apex-team { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px; }
.apex-team article { overflow:hidden; border:1px solid var(--apex-line); border-radius:16px; background:#fff; }
.apex-team img { width:100%; height:280px; display:block; object-fit:cover; object-position:center 28%; }
.apex-team article > div { padding:19px; }
.apex-team h3 { margin:0; font-size:18px; }
.apex-team strong { color:var(--apex-blue-deep); font-size:14px; font-weight:500; }
.apex-team p { margin:14px 0 0; display:flex; flex-wrap:wrap; gap:7px; }
.apex-team p span { padding:5px 9px; color:var(--apex-muted); background:var(--apex-soft); border-radius:99px; font-size:12px; }
.apex-memberships > header { max-width:720px; margin:0 auto 52px; text-align:center; }
.apex-memberships > header > span { display:block; margin-top:14px; color:var(--apex-muted); font-size:17px; }
.apex-memberships > div { max-width:920px; margin:auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); align-items:stretch; gap:22px; }
.apex-memberships article { min-height:560px; padding:34px 28px; position:relative; display:flex; flex-direction:column; border:1px solid var(--apex-line); border-radius:16px; background:#fff; }
.apex-memberships article.featured { color:#fff; background:var(--apex-ink); border-color:var(--apex-blue); box-shadow:0 18px 44px rgba(16,28,47,.18); }
.apex-plan-badge { padding:5px 13px; position:absolute; top:-13px; left:50%; transform:translateX(-50%); color:#fff; background:var(--apex-blue); border-radius:99px; font-size:12px; font-weight:800; white-space:nowrap; }
.apex-memberships article:last-child .apex-plan-badge { background:var(--apex-green); }
.apex-memberships h3 { margin:0; font-size:24px; }
.apex-memberships article > p { margin:4px 0 20px; color:var(--apex-muted); }
.apex-memberships article.featured > p,.apex-memberships article.featured li { color:rgba(255,255,255,.82); }
.apex-memberships article > div { display:flex; align-items:baseline; }
.apex-memberships article > div strong { font-size:43px; letter-spacing:-.05em; }
.apex-memberships article > div span { color:var(--apex-muted); }
.apex-memberships ul { margin:23px 0 28px; padding:0; display:grid; gap:11px; list-style:none; color:var(--apex-green); font-size:14px; }
.apex-memberships li { display:flex; gap:10px; }
.apex-memberships li span { color:var(--apex-muted); }
.apex-memberships article.featured li span { color:rgba(255,255,255,.82); }
.apex-memberships article > .apex-button { width:100%; margin-top:auto; }
.apex-reviews { width:100%; padding:88px max(32px,calc((100% - 1220px)/2)); background:var(--apex-soft); }
.apex-reviews .apex-heading > span { color:var(--apex-muted); }
.apex-reviews .apex-heading > span strong { margin:0 8px; color:var(--apex-ink); }
.apex-reviews > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.apex-reviews blockquote { margin:0; padding:24px; border:1px solid var(--apex-line); border-radius:16px; background:#fff; }
.apex-reviews blockquote header { display:flex; align-items:center; gap:12px; }
.apex-reviews blockquote header i { width:42px; height:42px; display:grid; place-items:center; color:#fff; background:var(--apex-blue); border-radius:50%; font-style:normal; }
.apex-reviews blockquote header span { display:flex; flex-direction:column; }
.apex-reviews blockquote header small { color:var(--apex-muted); }
.apex-reviews blockquote header b { margin-left:auto; font-size:13px; }
.apex-reviews blockquote > em { width:max-content; margin-top:18px; padding:4px 10px; display:block; color:var(--apex-muted); background:var(--apex-soft); border-radius:99px; font-size:12px; font-style:normal; }
.apex-reviews blockquote > p { margin:16px 0 0; color:var(--apex-muted); font-size:14px; }
.apex-faq { max-width:760px; text-align:center; }
.apex-faq > header { margin-bottom:38px; }
.apex-faq > div { overflow:hidden; text-align:left; border:1px solid var(--apex-line); border-radius:17px; }
.apex-faq details { padding:0 24px; background:#fff; }
.apex-faq details + details { border-top:1px solid var(--apex-line); }
.apex-faq summary { padding:21px 0; display:flex; align-items:center; justify-content:space-between; gap:20px; cursor:pointer; list-style:none; font-weight:750; }
.apex-faq summary::-webkit-details-marker { display:none; }
.apex-faq summary span { color:var(--apex-muted); font-size:24px; transition:transform .18s ease; }
.apex-faq details[open] summary span { transform:rotate(90deg); }
.apex-faq details p { margin:-7px 0 21px; color:var(--apex-muted); }
.apex-faq > a { margin-top:34px; display:inline-block; color:var(--apex-blue-deep); font-weight:700; }
.apex-contact {
  padding:74px max(32px,calc((100% - 1220px)/2));
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(440px,1fr);
  gap:64px;
  color:#fff;
  background:var(--apex-ink);
}
.apex-contact h2 { color:#fff; }
.apex-contact ul { margin:24px 0 28px; padding:0; display:grid; gap:12px; color:rgba(255,255,255,.76); list-style:none; }
.apex-contact dl { margin:0 0 30px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.apex-contact dl > div { padding:15px 17px; border-radius:13px; background:rgba(255,255,255,.09); }
.apex-contact dt { color:rgba(255,255,255,.55); font-size:12px; }
.apex-contact dd { margin:4px 0 0; font-weight:750; }
.apex-contact aside { min-height:390px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:17px; color:rgba(255,255,255,.46); border-radius:22px; background:#28354a; }
.apex-contact aside span { font-size:50px; line-height:1; }
.apex-footer {
  padding:64px max(32px,calc((100% - 1220px)/2)) 30px;
  display:grid;
  grid-template-columns:1.5fr repeat(3,1fr);
  gap:44px;
  color:rgba(255,255,255,.67);
  background:#091424;
}
.apex-footer .apex-brand { color:#fff; }
.apex-footer > div { display:flex; flex-direction:column; gap:10px; font-size:14px; }
.apex-footer > div > strong { margin-bottom:5px; color:#fff; }
.apex-footer > div:first-child p { max-width:330px; }
.apex-footer a:hover { color:#fff; }
.apex-footer > small { padding-top:26px; grid-column:1/-1; border-top:1px solid rgba(255,255,255,.12); }

@container apex (max-width: 920px) {
  .apex-nav nav { display:none; }
  .apex-hero { min-height:760px; align-items:flex-start; }
  .apex-hero-copy { width:calc(100% - 64px); margin-left:32px; padding:72px 0 250px; }
  .apex-hero-stats { width:calc(100% - 64px); right:32px; bottom:32px; grid-template-columns:repeat(4,1fr); }
  .apex-services { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .apex-why { grid-template-columns:1fr; gap:50px; }
  .apex-why figure { max-width:700px; }
  .apex-journey > div { grid-template-columns:repeat(2,minmax(0,1fr)); gap:34px 0; }
  .apex-journey article:nth-child(2) { border-right:0; }
  .apex-team { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .apex-memberships > div { grid-template-columns:1fr; max-width:620px; }
  .apex-memberships article { min-height:auto; }
  .apex-memberships article > .apex-button { margin-top:10px; }
  .apex-reviews > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .apex-contact { grid-template-columns:1fr; }
  .apex-footer { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .apex-footer > div:first-child { grid-column:1/-1; }
}

@container apex (max-width: 600px) {
  .apex-nav { min-height:68px; padding:11px 16px; }
  .apex-brand strong { font-size:16px; }
  .apex-nav > .apex-button { min-height:42px; padding:0 14px; font-size:13px; }
  .apex-hero { min-height:850px; }
  .apex-hero-shade { background:linear-gradient(180deg,rgba(8,20,38,.52),rgba(8,20,38,.92) 54%,rgba(8,20,38,.98)); }
  .apex-hero-copy { width:calc(100% - 38px); margin-left:19px; padding:66px 0 285px; }
  .apex-breadcrumbs { font-size:12px; }
  .apex-pill { font-size:12px; }
  .apex-hero h1 { font-size:52px; }
  .apex-hero-copy > span { font-size:16px; }
  .apex-actions { display:grid; grid-template-columns:1fr; }
  .apex-actions .apex-button { width:100%; }
  .apex-hero-stats { width:calc(100% - 38px); right:19px; bottom:22px; grid-template-columns:repeat(2,1fr); }
  .apex-hero-stats span { min-height:85px; padding:15px; }
  .apex-section { width:calc(100% - 38px); padding:70px 0; }
  .apex-heading { align-items:flex-start; flex-direction:column; gap:18px; margin-bottom:34px; }
  .apex-heading h2,.apex-why h2,.apex-memberships h2,.apex-faq h2,.apex-contact h2 { font-size:39px; }
  .apex-heading h2 br { display:none; }
  .apex-services { grid-template-columns:1fr; }
  .apex-service-image { height:220px; }
  .apex-services article p { min-height:auto; }
  .apex-why { padding:70px 19px 90px; gap:36px; }
  .apex-why figure > img { height:360px; }
  .apex-why figcaption { width:190px; min-height:125px; left:15px; bottom:-38px; }
  .apex-journey > div { grid-template-columns:1fr; }
  .apex-journey article { padding:22px 0; border-right:0; border-bottom:1px solid var(--apex-line); }
  .apex-team-section,.apex-reviews { padding:70px 19px; }
  .apex-team { grid-template-columns:1fr; }
  .apex-team img { height:390px; }
  .apex-reviews .apex-heading > span { line-height:1.8; }
  .apex-reviews > div { grid-template-columns:1fr; }
  .apex-faq details { padding:0 18px; }
  .apex-contact { padding:70px 19px; gap:38px; }
  .apex-contact dl { grid-template-columns:1fr; }
  .apex-contact aside { min-height:280px; }
  .apex-footer { padding:55px 19px 25px; grid-template-columns:1fr 1fr; gap:36px 20px; }
  .apex-footer > div:first-child,.apex-footer > div:last-of-type { grid-column:1/-1; }
}

.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.market-promo { color: #1e241b; background: #a8e873; font-size: 13px; }
.market-promo .container { min-height: 42px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.market-promo a { padding: 6px 10px; color: white; background: #202220; border-radius: 4px; font-weight: 800; }
.site-header { position: relative; color: #f4f5f2; background: #222422; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: none; }
.nav-shell { min-height: 70px; }
.brand-mark { color: #1f251b; background: #a8e873; border-radius: 5px; box-shadow: none; }
.site-header .brand small { color: #aeb3aa; }
.primary-nav > a:not(.button) { color: #c6cac3; }
.primary-nav > a:not(.button):hover, .primary-nav > a[aria-current="page"] { color: white; }
.site-header .button { color: #1f251b; background: #a8e873; border-color: #a8e873; }
.site-header .button:hover { color: #111; background: #baf58a; border-color: #baf58a; box-shadow: none; }
.category-nav { color: #4f544c; background: #fff; border-bottom: 1px solid #dfe3dc; }
.category-nav .container { min-height: 56px; }
.category-links { min-height: 56px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 6px 8px; padding: 9px 0; }
.category-links::-webkit-scrollbar { display: none; }
.category-nav a { flex: 0 0 auto; font-size: 12px; }
.category-nav a:hover { color: var(--primary-dark); }
.category-nav a { padding: 7px 10px; border-radius: 999px; }
.category-nav a.active, .category-nav a[aria-current="page"] { color: #25451d; background: #e8f4df; font-weight: 800; }
.category-mobile-select { display: none; }

.marketplace-hero { overflow: hidden; padding: 72px 0 78px; background: linear-gradient(135deg, #f7f8f8 0%, #f1f3f6 54%, #e8ebe9 100%); border-bottom: 1px solid #dfe3dc; }
.marketplace-hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 70px; min-height: 410px; }
.market-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--primary-dark); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.market-kicker::before { content: ""; width: 22px; height: 3px; background: #86bd55; }
.marketplace-hero h1 { max-width: 680px; margin: 18px 0 14px; color: #242824; font-size: clamp(44px, 5.4vw, 68px); line-height: .99; letter-spacing: -.035em; }
.marketplace-hero-copy > p { max-width: 640px; margin: 0; color: #5e655c; font-size: 18px; }
.market-search { max-width: 650px; display: grid; grid-template-columns: 1fr auto; margin-top: 30px; padding: 6px; background: white; border: 1px solid #d7dcd4; border-radius: 6px; box-shadow: 0 14px 35px rgba(47, 57, 44, .11); }
.market-search input { min-width: 0; min-height: 50px; padding: 11px 15px; border: 0; outline: 0; color: #242824; background: transparent; }
.market-search button { min-width: 126px; padding: 11px 18px; color: white; background: var(--primary); border: 0; border-radius: 4px; font-weight: 800; }
.market-search button:hover { background: #4f7f2d; }
.popular-searches { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 16px; color: #6e746c; font-size: 12px; }
.popular-searches span { font-weight: 800; }
.popular-searches a { text-decoration: underline; text-underline-offset: 3px; }
.marketplace-hero-visual { position: relative; min-height: 400px; }
.hero-preview { position: absolute; display: block; overflow: hidden; background: white; border: 1px solid #d3d9d0; border-radius: 7px; box-shadow: 0 22px 55px rgba(35, 42, 33, .16); }
.hero-preview img { width: 100%; height: 100%; object-fit: cover; }
.hero-preview-main img { object-position: 50% 52%; }
.hero-preview-top img { object-position: 50% 42%; }
.hero-preview-bottom img { object-position: 50% 42%; }
.hero-preview > span { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; color: #292e28; background: rgba(255,255,255,.94); border-top: 1px solid rgba(0,0,0,.06); backdrop-filter: blur(10px); }
.hero-preview > span small { color: #71786e; }
.hero-preview-main { z-index: 2; left: 2%; top: 24%; width: 58%; height: 61%; transform: rotate(-1.5deg); }
.hero-preview-top { z-index: 1; right: 1%; top: 0; width: 49%; height: 49%; transform: rotate(2deg); }
.hero-preview-bottom { z-index: 3; right: 4%; bottom: 0; width: 47%; height: 45%; transform: rotate(1deg); }

.market-trust-strip { background: #fff; border-bottom: 1px solid #dfe3dc; }
.market-trust-strip .container { min-height: 88px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: center; }
.market-trust-strip .container > div { display: grid; gap: 2px; padding: 8px 24px; border-right: 1px solid #e2e6df; }
.market-trust-strip .container > div:first-child { padding-left: 0; }
.market-trust-strip .container > div:last-child { border-right: 0; }
.market-trust-strip strong { color: #2a3028; font-size: 21px; }
.market-trust-strip span { color: #5d6678; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.market-featured { background: #f5f6f4; }
.market-category-section { background: white; }
.market-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 32px; }
.market-section-heading > div { max-width: 760px; }
.market-section-heading > div > span { color: var(--primary-dark); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.market-section-heading h2 { margin: 7px 0 5px; font-size: clamp(32px, 4vw, 48px); line-height: 1.05; }
.market-section-heading p { margin: 0; color: var(--muted); }
.market-section-heading > a { flex: 0 0 auto; color: var(--primary-dark); font-size: 13px; font-weight: 800; }

.template-grid { gap: 20px; }
.template-card { display: flex; flex-direction: column; height: 100%; border-radius: 5px; border-color: #d9ded6; box-shadow: 0 6px 18px rgba(33, 40, 31, .055); transition: transform .18s ease, box-shadow .18s ease; }
.template-card:hover { transform: translateY(-3px); box-shadow: 0 17px 38px rgba(33, 40, 31, .11); }
.template-image { aspect-ratio: 1.48; }
.template-image span { left: 11px; bottom: 11px; border-radius: 3px; background: rgba(33,36,32,.86); }
.template-image-action { position: absolute; right: 11px; bottom: 11px; padding: 7px 9px; color: #20241f; background: rgba(255,255,255,.93); border-radius: 3px; font-size: 11px; opacity: 0; transform: translateY(4px); transition: opacity .18s ease, transform .18s ease; }
.template-image:hover .template-image-action { opacity: 1; transform: translateY(0); }
.template-card-body { flex: 1; display: flex; flex-direction: column; padding: 17px; }
.template-title-row { display: flex; align-items: start; justify-content: space-between; gap: 16px; }
.template-card-body .template-title-row p { margin: 0; color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.template-card h3 { font-size: 19px; }
.template-price { color: #30372d; font-size: 18px; }
.template-byline { margin: 10px 0; color: #5d6678 !important; font-size: 11px !important; }
.template-description { display: -webkit-box; min-height: 3.9em; margin: 12px 0 0; overflow: hidden; color: #5d6678 !important; font-size: 12px !important; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.template-rating { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid #ecefea; border-bottom: 1px solid #ecefea; }
.template-rating span { color: #e8a72d; font-size: 12px; letter-spacing: .06em; }
.template-rating small { color: #5d6678; font-size: 10px; }
.template-meta { margin-top: 10px; }
.template-meta span { background: #f0f2ee; border-radius: 3px; }
.template-card .card-actions { margin-top: auto; padding-top: 22px; }
.card-actions .button { min-height: 39px; border-radius: 4px; }
@media (hover: hover) and (pointer: fine) {
  .template-card:hover { border-color: #9fd85f; background: #a8e86a; box-shadow: 0 22px 46px rgba(82, 126, 42, .22); }
  .template-card:hover .template-card-body { background: #a8e86a; }
  .template-card:hover :is(h3, h3 a, .template-price) { color: #151b25; }
  .template-card:hover .template-card-body .template-title-row p { color: #315e20; }
  .template-card:hover :is(.template-byline, .template-rating small) { color: #33402d !important; }
  .template-card:hover .template-rating { border-color: rgba(21,27,37,.17); }
  .template-card:hover .template-meta span { color: #273622; background: rgba(255,255,255,.48); }
  .template-card:hover .keyword-tags span { color: #294b20; border-color: rgba(55,96,40,.35); background: rgba(255,255,255,.58); }
  .template-card:hover .card-actions .button-secondary { color: #151b25; border-color: rgba(21,27,37,.32); background: white; }
  .template-card:hover .card-actions .button:not(.button-secondary) { color: white; border-color: #315f20; background: #315f20; }
}
.industry-category-card { min-height: 190px; border-radius: 5px; box-shadow: 0 5px 16px rgba(33,40,31,.04); }
.industry-category-card:hover { border-color: #abc58f; box-shadow: 0 16px 34px rgba(33,40,31,.09); }
.industry-category-card h3 { margin-top: 30px; }
.industry-category-card strong { color: var(--primary-dark); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfcff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .6; }
:focus-visible { outline: 3px solid rgba(56, 88, 233, .45); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(780px, 100%); }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -100px; padding: 10px 14px; background: #fff; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(221, 226, 236, .72); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--primary); border-radius: 12px 5px 12px 5px; font-weight: 900; box-shadow: 0 8px 22px rgba(56, 88, 233, .28); }
.brand span:last-child { display: grid; line-height: 1.1; }
.brand strong { font-size: 15px; letter-spacing: 0; }
.brand small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.platform-logo { width: 174px; min-width: 174px; display: block; line-height: 0; }
.platform-logo-art { width: 174px; height: 61px; display: block; overflow: hidden; padding: 4px 7px; background: #fff; border: 2px solid #d9e0ea; border-radius: 15px; box-shadow: 0 1px 2px rgba(15,23,42,.08); }
.platform-logo-art img { width: 100%; max-width: 100%; height: 100%; position: static; object-fit: contain; }
.brand-footer.platform-logo { width: 200px; min-width: 200px; }
.brand-footer .platform-logo-art { width: 200px; height: 70px; border-radius: 17px; }
.brand-footer .platform-logo-art img { width: 100%; height: 100%; }
.primary-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; font-weight: 650; }
.primary-nav > a:not(.button) { color: #4e5668; }
.primary-nav > a:not(.button):hover, .primary-nav > a[aria-current="page"] { color: var(--primary); }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; padding: 9px 12px; border-radius: 10px; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 18px; color: white; background: var(--primary); border: 1px solid var(--primary); border-radius: 8px; font-weight: 750; line-height: 1; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); box-shadow: 0 12px 28px rgba(56, 88, 233, .24); }
.button-small { min-height: 38px; padding: 8px 14px; font-size: 13px; }
.button-large { min-height: 52px; padding: 14px 22px; }
.button-secondary { color: var(--ink); background: white; border-color: var(--line); }
.button-secondary:hover { color: var(--primary); background: white; border-color: #b8c2e4; box-shadow: none; }
.button-invert { color: var(--dark); background: white; border-color: white; }
.button-invert:hover { color: var(--dark); background: #f4f6ff; border-color: #f4f6ff; }
.button-secondary-dark { color: white; background: transparent; border-color: rgba(255,255,255,.25); }
.button-secondary-dark:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.4); }
.text-link { color: var(--primary); font-weight: 750; }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.hero { padding: 82px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 70px; }
.hero h1, .page-hero h1, .template-detail-hero h1 { margin: 18px 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: 0; }
.hero p, .page-hero > .container > p, .template-detail-hero p { max-width: 650px; margin: 0; color: var(--muted); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #4e5668; font-size: 13px; font-weight: 700; }
.platform-hero { position: relative; min-height: 760px; display: grid; align-items: end; padding: 130px 0 72px; color: white; isolation: isolate; background: #151821; }
.platform-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(16, 20, 31, .96) 0%, rgba(16, 20, 31, .82) 46%, rgba(16, 20, 31, .28) 100%); }
.hero-backdrop { position: absolute; inset: 0; z-index: -2; overflow: hidden; background: #151821; }
.hero-backdrop img { width: min(980px, 76vw); max-width: none; position: absolute; right: clamp(-220px, -8vw, -80px); top: 88px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; box-shadow: 0 42px 110px rgba(0,0,0,.42); transform: rotate(2deg); opacity: .84; }
.platform-hero-content { position: relative; max-width: 780px; margin-inline: auto auto; }
.platform-hero .eyebrow { color: var(--accent); }
.platform-hero h1 { max-width: 760px; font-size: clamp(52px, 7.5vw, 94px); line-height: .95; text-wrap: balance; }
.platform-hero p { max-width: 680px; color: #d8deeb; font-size: 20px; }
.platform-hero .button-secondary { color: white; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); backdrop-filter: blur(12px); }
.platform-hero .button-secondary:hover { color: white; background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); }
.hero-proof-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 46px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-proof-row span { min-height: 54px; display: flex; align-items: center; padding: 13px 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #edf3ff; font-size: 12px; font-weight: 800; }
.platform-command-section { background: #fbfcff; }
.command-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 60px; }
.command-copy h2 { margin: 12px 0; font-size: clamp(36px, 4.8vw, 62px); line-height: 1; letter-spacing: 0; }
.command-copy p { color: var(--muted); font-size: 17px; }
.platform-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.platform-pill-row span { padding: 8px 10px; color: #223050; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; font-weight: 800; }
.product-console { display: grid; grid-template-columns: 190px 1fr; min-height: 460px; overflow: hidden; background: #ffffff; border: 1px solid #cfd8e8; border-radius: 8px; box-shadow: 0 28px 80px rgba(21, 34, 65, .13); }
.console-sidebar { display: flex; flex-direction: column; gap: 8px; padding: 20px; color: #b9c5da; background: #151821; }
.console-sidebar strong { margin-bottom: 16px; color: white; }
.console-sidebar span { padding: 10px 11px; border-radius: 8px; font-size: 13px; font-weight: 750; }
.console-sidebar span.active { color: #101827; background: var(--accent); }
.console-main { padding: 24px; }
.console-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.console-top small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; }
.console-top strong { display: block; margin-top: 3px; font-size: 24px; }
.console-top > span { font-size: 42px; font-weight: 900; color: var(--primary); }
.console-progress { height: 10px; overflow: hidden; margin: 20px 0 24px; background: #edf1f7; border-radius: 99px; }
.console-progress i { display: block; width: var(--w); height: 100%; background: linear-gradient(90deg, var(--primary), var(--accent)); }
.console-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.console-cards article { min-height: 132px; padding: 16px; background: #f7f9fc; border: 1px solid #e1e7f0; border-radius: 8px; }
.console-cards span, .console-cards small { display: block; color: var(--muted); font-size: 11px; }
.console-cards strong { display: block; margin: 12px 0 5px; font-size: 30px; }
.console-checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.console-checklist span { padding: 11px; color: #556071; background: #fff; border: 1px solid #e1e7f0; border-radius: 8px; font-size: 12px; font-weight: 750; }
.console-checklist span.done { color: #176640; background: #e9f8ef; border-color: #bfe8cf; }
.platform-module-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.platform-module-grid article { min-height: 285px; padding: 22px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 10px 26px rgba(30, 42, 70, .05); }
.platform-module-grid article > span { color: var(--coral); font-size: 12px; font-weight: 900; }
.platform-module-grid h3 { margin: 72px 0 10px; font-size: 23px; letter-spacing: 0; }
.platform-module-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.launch-system-section { background: #ffffff; }
.launch-steps article { background: #fbfcff; border-radius: 8px; }
.platform-roadmap-section { background: linear-gradient(180deg, #fbfcff 0%, #eef5f1 100%); }
.architecture-stack { display: grid; gap: 12px; }
.architecture-stack article { display: grid; gap: 5px; padding: 20px; background: white; border: 1px solid #d5e0d9; border-left: 5px solid var(--accent); border-radius: 8px; box-shadow: 0 12px 28px rgba(20, 52, 46, .06); }
.architecture-stack span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.architecture-stack strong { font-size: 18px; }
.hero-product { position: relative; }
.browser-frame { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.browser-bar { height: 42px; display: flex; align-items: center; gap: 6px; padding: 0 13px; background: #f6f7fa; border-bottom: 1px solid var(--line); }
.browser-bar i { width: 8px; height: 8px; border-radius: 50%; background: #c9cfdb; }
.browser-bar span { margin-left: 8px; color: #8b93a3; font-size: 10px; }
.floating-panel { position: absolute; left: -42px; bottom: 28px; min-width: 170px; display: grid; padding: 18px; color: white; background: var(--dark); border-radius: 8px; box-shadow: 0 20px 50px rgba(17, 21, 34, .3); }
.floating-panel strong { font-size: 24px; }
.floating-panel span { font-size: 12px; }
.floating-panel small { margin-top: 8px; color: #aeb8d0; }

.section { padding: 88px 0; }
.section-tint { background: var(--surface-alt); }
.section-dark { color: white; background: var(--dark); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2, .split-heading h2, .product-grid h2, .content-columns h2 { margin: 12px 0; font-size: clamp(34px, 4.5vw, 54px); line-height: 1.04; letter-spacing: 0; }
.section-heading p, .split-heading p, .product-grid > div > p, .content-columns p { color: var(--muted); font-size: 17px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow { justify-content: center; }
.section-heading.light p { color: #abb4c9; }
.section-heading.light .eyebrow { color: var(--accent); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .75fr; align-items: end; gap: 60px; }
.section-action { margin-top: 30px; }

.industry-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.industry-category-card { min-height: 220px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.industry-category-card:hover { transform: translateY(-4px); border-color: #bac4e8; box-shadow: 0 18px 44px rgba(42, 52, 88, .1); }
.industry-category-card span, .industry-category-card p { color: var(--muted); font-size: 13px; }
.industry-category-card h3 { margin: 42px 0 5px; font-size: 24px; letter-spacing: 0; }
.industry-category-card strong { display: block; margin-top: 25px; color: var(--primary); font-size: 13px; }

.template-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.template-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 10px 32px rgba(25, 31, 51, .05); }
.template-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1.35; background: #e9edf5; }
.template-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s ease; }
.template-image:hover img { transform: scale(1.025); }
.template-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; color: white; background: rgba(12, 15, 24, .78); border-radius: 8px; backdrop-filter: blur(8px); font-size: 11px; font-weight: 750; }
.template-card-body { padding: 20px; }
.template-card-body > div:first-child { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.template-card-body p { color: var(--muted); font-size: 14px; }
.template-card-body > div:first-child p { margin: 0; color: var(--primary); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.template-card h3 { margin: 3px 0 0; font-size: 23px; letter-spacing: 0; }
.template-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.template-meta span { padding: 5px 8px; color: #5f687a; background: #f1f3f8; border-radius: 6px; font-size: 10px; text-transform: capitalize; }
.keyword-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.keyword-tags span { display: inline-flex; align-items: center; padding: 7px 10px; border: 1px solid #cfdfc7; border-radius: 999px; color: #35542c; background: #f3f8f0; font-size: 12px; line-height: 1.25; }
.keyword-tags.compact { margin-top: 14px; gap: 6px; }
.keyword-tags.compact span { padding: 5px 8px; font-size: 10px; }
.keyword-section { border-top: 1px solid #e5eadf; background: #fbfcf9; }
.keyword-clusters { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.keyword-clusters article { padding: 22px; border: 1px solid #dce5d7; border-radius: 14px; background: #fff; }
.keyword-clusters h3 { margin: 0 0 14px; font-size: 16px; }
.admin-keyword-tags { min-width: 430px; }
.seo-routing-note { display: grid; gap: 5px; margin: 0 0 22px; padding: 18px 20px; border-left: 4px solid #65a331; background: #f2f8ed; }
.keyword-admin-table small { color: #738076; }
@media (max-width: 760px) {
  .category-links { display: none; }
  .category-nav .container { min-height: 68px; display: flex; align-items: center; }
  .category-mobile-select { width: 100%; display: grid; gap: 4px; color: #697166; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .category-mobile-select select { width: 100%; min-height: 40px; padding: 8px 12px; color: #293128; background: white; border: 1px solid #d7ddd3; border-radius: 7px; font-size: 13px; font-weight: 700; text-transform: none; }
  .keyword-clusters { grid-template-columns: 1fr; }
  .admin-keyword-tags { min-width: 280px; }
}

.integration-setup-page {
  min-height: 100vh;
  background: #f4f7f1;
}

.integration-setup {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 60px;
}

.integration-setup-header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: start;
  gap: 28px;
  margin-bottom: 28px;
}

.integration-setup-header > a {
  color: #475467;
  font-weight: 800;
  text-decoration: none;
}

.integration-setup-header h1 {
  margin: 7px 0 8px;
}

.integration-setup-header p {
  margin: 0;
  color: #667085;
}

.integration-setup-header > strong {
  padding: 9px 13px;
  border-radius: 999px;
  background: #e0f1d5;
  color: #39751b;
}

.integration-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: start;
}

.integration-steps {
  display: grid;
  gap: 10px;
}

.integration-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 19px;
  border: 1px solid #dde4d8;
  border-radius: 14px;
  background: #fff;
}

.integration-steps article > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #edf0eb;
  color: #667085;
  font-weight: 900;
}

.integration-steps article.done > span {
  background: #ddf1d1;
  color: #39751b;
}

.integration-steps h2 {
  margin: 0 0 5px;
  font-size: 18px;
}

.integration-steps p {
  margin: 0;
  color: #667085;
  overflow-wrap: anywhere;
}

.integration-action-card {
  position: sticky;
  top: 22px;
  padding: 24px;
  border: 1px solid #d9e1d5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(22, 35, 19, .08);
}

.integration-action-card h2 {
  margin: 15px 0 8px;
}

.integration-action-card label {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  font-weight: 800;
}

.integration-action-card input,
.integration-action-card select {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #cbd5c6;
  border-radius: 9px;
  background: #fff;
  font: inherit;
}

.integration-action-card .button {
  margin-top: 10px;
}

.integration-action-card .text-button {
  margin-top: 18px;
}

.integration-action-card .danger {
  color: #a52a2a;
}

.connection-permission-summary,
.connected-location-list ul {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: #475467;
  font-size: 14px;
}

.connection-permission-summary li::before {
  margin-right: 8px;
  color: #4c962a;
  content: "✓";
  font-weight: 900;
}

.connected-location-list {
  margin: 18px 0 8px;
  padding: 14px;
  border-radius: 12px;
  background: #f2f9ed;
}

.connected-location-list ul {
  margin-bottom: 0;
}

.integration-log-card {
  display: grid;
  grid-template-columns: minmax(220px, .75fr) minmax(0, 1.25fr);
  gap: 28px;
  margin-top: 24px;
  padding: 24px;
  border: 1px solid #d9e1d5;
  border-radius: 16px;
  background: #fff;
}

.integration-log-card h2 {
  margin: 7px 0;
}

.integration-log-card > div p,
.integration-log-card li p {
  margin: 0;
  color: #667085;
}

.integration-log-card ol {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.integration-log-card li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding-bottom: 10px;
  border-bottom: 1px solid #edf0eb;
}

.integration-log-card time {
  color: #667085;
  font-size: 12px;
}

.integration-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}

.launch-center-page {
  min-height: 100vh;
  background: #f4f7f1;
}

.launch-center {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 22px;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 36px 0 60px;
}

.launch-center > header {
  grid-column: 1 / -1;
}

.launch-center > header > a {
  display: inline-block;
  margin-bottom: 24px;
  color: #475467;
  font-weight: 800;
  text-decoration: none;
}

.launch-center > header h1 {
  margin: 8px 0;
}

.launch-center > header p {
  margin: 0;
  color: #667085;
}

.launch-progress {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  margin-top: 22px;
}

.launch-progress > div {
  height: 12px;
  border-radius: 999px;
  background: #dce4d7;
  overflow: hidden;
}

.launch-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5f9f35, #9bdf68);
}

.launch-step-list {
  display: grid;
  gap: 10px;
}

.launch-step-list article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 15px;
  padding: 17px;
  border: 1px solid #dce3d8;
  border-radius: 14px;
  background: #fff;
}

.launch-step-list article.current {
  border-color: #75ad51;
  box-shadow: 0 0 0 3px rgba(95, 159, 53, .12);
}

.launch-step-list article > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #edf0eb;
  color: #667085;
  font-weight: 900;
}

.launch-step-list article.done > span {
  background: #dff2d3;
  color: #39751b;
}

.launch-step-list h2 {
  margin: 0 0 3px;
  font-size: 17px;
}

.launch-step-list p {
  margin: 0;
  color: #667085;
  font-size: 14px;
}

.launch-step-list .button {
  min-width: 88px;
}

.launch-help {
  position: sticky;
  top: 20px;
  align-self: start;
  display: grid;
  gap: 12px;
}

.launch-help > div {
  display: grid;
  gap: 9px;
  padding: 20px;
  border: 1px solid #dce3d8;
  border-radius: 14px;
  background: #fff;
}

.launch-help span {
  color: #667085;
  font-size: 14px;
}

@media (max-width: 820px) {
  .launch-center {
    grid-template-columns: 1fr;
  }

  .launch-center > header {
    grid-column: auto;
  }

  .launch-help {
    position: static;
  }
}

@media (max-width: 540px) {
  .launch-step-list article {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .launch-step-list .button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  .integration-setup-header {
    grid-template-columns: 1fr auto;
  }

  .integration-setup-header > a {
    grid-column: 1 / -1;
  }

  .integration-layout {
    grid-template-columns: 1fr;
  }

  .integration-action-card {
    position: static;
  }

  .integration-log-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .integration-setup {
    width: min(100% - 22px, 1120px);
    padding-top: 20px;
  }

  .integration-setup-header {
    display: block;
  }

  .integration-setup-header > div {
    margin: 22px 0 14px;
  }

  .integration-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .integration-log-card li {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .integration-log-card time {
    grid-column: 2;
  }
}
.card-actions { display: flex; gap: 8px; margin-top: 18px; }
.card-actions .button { flex: 1; padding-inline: 10px; font-size: 12px; }
.template-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 7px; margin-top: 36px; }
.template-pagination[hidden] { display: none; }
.template-pagination button { min-width: 40px; min-height: 40px; padding: 8px 12px; color: #445044; background: white; border: 1px solid #d7ded2; border-radius: 6px; font-size: 12px; font-weight: 750; }
.template-pagination button:hover:not(:disabled) { color: white; background: var(--primary); border-color: var(--primary); }
.template-pagination button.current { color: white; background: var(--primary); border-color: var(--primary); }
.template-pagination button:disabled { color: #a5ada2; background: #f2f4f1; }
.template-pagination span { padding: 0 3px; color: var(--muted); }

.steps-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.steps-grid article { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); }
.steps-grid article > span { color: var(--primary); font-size: 13px; font-weight: 850; }
.steps-grid h3 { margin: 40px 0 8px; font-size: 20px; }
.steps-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.product-section { background: linear-gradient(180deg, #fff 0%, #eef2ff 100%); }
.product-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.check-list { padding: 0; margin: 26px 0; list-style: none; }
.check-list li { position: relative; padding: 8px 0 8px 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.dashboard-mock { padding: 28px; background: #fff; border: 1px solid #d9e0f2; border-radius: 8px; box-shadow: var(--shadow); }
.dashboard-top { display: flex; align-items: center; justify-content: space-between; }
.dashboard-top span { color: var(--muted); font-size: 12px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 28px 0; }
.metric-row article { padding: 16px; background: var(--surface-alt); border-radius: 8px; }
.metric-row span, .metric-row small { display: block; color: var(--muted); font-size: 11px; }
.metric-row strong { display: block; margin: 8px 0; font-size: 26px; }
.metric-row small { color: var(--success); }
.funnel { height: 180px; display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 20px; border-radius: 8px; background: #f8f9fd; }
.funnel i { display: block; width: var(--w); height: 30px; margin-inline: auto; background: linear-gradient(90deg, var(--primary), #86a0ff); border-radius: 5px; }

.pricing-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 25px; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.04); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.price-card.featured { transform: translateY(-10px); }
.price-card:is(:hover, :focus-within) { color: var(--dark); background: var(--accent); border-color: var(--accent); transform: translateY(-10px); box-shadow: 0 24px 58px rgba(166,227,111,.18); }
.price-card h3 { margin: 0; font-size: 21px; }
.price-card > p { min-height: 66px; color: #aeb7cb; font-size: 13px; }
.price-card:is(:hover, :focus-within) > p { color: #37413f; }
.price { display: flex; align-items: baseline; gap: 5px; margin: 15px 0; }
.price strong { font-size: 36px; }
.price span { font-size: 12px; opacity: .75; }
.price-card ul { flex: 1; padding: 0; margin: 15px 0 24px; list-style: none; }
.price-card li { padding: 7px 0; font-size: 13px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--accent); }
.price-card:is(:hover, :focus-within) li::before { color: var(--success); }
.price-card:is(:hover, :focus-within) .button { color: var(--dark); background: white; border-color: white; }
.price-card:is(:hover, :focus-within) .button:hover { background: #f4f6ff; border-color: #f4f6ff; box-shadow: none; }
.popular { position: absolute; right: 17px; top: 17px; padding: 5px 8px; color: white; background: var(--dark); border-radius: 999px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.cta-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 44px; color: white; background: var(--primary); border-radius: 8px; }
.cta-banner h2 { max-width: 720px; margin: 8px 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; }
.cta-banner p { max-width: 720px; margin: 0; color: white; }
.cta-banner .eyebrow { color: white; }

.page-hero { padding: 96px 0 76px; background: radial-gradient(circle at 75% 20%, rgba(157, 242, 209, .28), transparent 28%), linear-gradient(180deg, #f7f8ff, #fff); }
.page-hero.compact { padding: 70px 0 58px; }
.page-hero .breadcrumbs { margin-bottom: 30px; }
.market-layout { display: grid; grid-template-columns: 240px 1fr; gap: 35px; align-items: start; }
.filters { position: sticky; top: 96px; display: grid; gap: 18px; padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.filters h2 { margin: 0; font-size: 18px; }
.filters label, .stack-form label, .builder-form label { display: grid; gap: 7px; color: #4c5567; font-size: 12px; font-weight: 750; }
.filters input, .filters select, .stack-form input, .stack-form select, .stack-form textarea, .builder-form input, .builder-form textarea, .builder-form select { width: 100%; padding: 11px 12px; color: var(--ink); background: white; border: 1px solid #ccd3df; border-radius: 10px; }
.filter-helper { display: block; margin-top: -7px; color: #5d6678; font-size: 10px; line-height: 1.45; }
.filter-note { padding: 14px; color: #4c5567; background: var(--surface-alt); border-radius: 8px; }
.filter-note strong { font-size: 12px; }
.filter-note p { margin: 5px 0 0; font-size: 11px; }
.market-toolbar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.market-toolbar span { font-weight: 800; }
.market-toolbar select { padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; background: white; }
.empty-state { padding: 55px; text-align: center; border: 1px dashed #b9c0cf; border-radius: 8px; }
.empty-state.visible { display: block; }

.template-detail-hero { padding: 70px 0; background: #f7f8fb; }
.template-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; }
.template-detail-image { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); }
.template-detail-image span { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; color: white; background: rgba(18, 22, 31, .8); border-radius: 8px; font-size: 11px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 12px; }
.breadcrumbs a:hover { color: var(--primary); }
.template-detail-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 30px; }
.template-detail-meta div { padding: 13px; background: white; border: 1px solid var(--line); border-radius: 8px; }
.template-detail-meta span { display: block; color: var(--muted); font-size: 10px; }
.template-detail-meta strong { display: block; margin-top: 5px; font-size: 11px; text-transform: capitalize; }
.feature-comparison { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.feature-list-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature-list-grid article, .feature-card-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; }
.feature-list-grid p, .feature-card-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.feature-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card-grid article > span { color: var(--success); font-weight: 900; }
.feature-card-grid h2 { font-size: 20px; }

.preview-page { height: 100vh; overflow: hidden; background: #dfe4ee; }
.preview-toolbar { position: sticky; top: 0; z-index: 1000; height: 62px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; color: white; background: #111522; box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.preview-toolbar > a:last-child { justify-self: end; }
.device-switcher { display: flex; gap: 4px; padding: 4px; background: rgba(255,255,255,.08); border-radius: 10px; }
.device-switcher button, .builder-device-bar button { padding: 7px 10px; color: #b8c1d5; background: transparent; border: 0; border-radius: 7px; font-size: 12px; }
.device-switcher button.active, .builder-device-bar button.active { color: white; background: var(--primary); }
.preview-canvas { height: calc(100vh - 62px); overflow: auto; padding: 24px; }
.preview-frame { width: 100%; min-height: 100%; margin: 0 auto; background: white; box-shadow: 0 15px 45px rgba(11, 20, 41, .22); transition: max-width .25s ease; }

.industry-directory { display: grid; gap: 70px; }
.category-heading { display: flex; justify-content: space-between; gap: 30px; margin-bottom: 22px; }
.category-heading span, .category-heading p { color: var(--muted); font-size: 13px; }
.category-heading h2 { margin: 5px 0; font-size: 34px; letter-spacing: 0; }
.regulated-badge { align-self: flex-start; padding: 8px 10px; color: #7d5300; background: #fff3cd; border-radius: 8px; font-size: 11px; }
.industry-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.industry-link-grid a { min-height: 125px; display: flex; flex-direction: column; padding: 17px; border: 1px solid var(--line); border-radius: 8px; }
.industry-link-grid a:hover { border-color: #b8c3e8; box-shadow: 0 10px 25px rgba(35, 43, 75, .08); }
.industry-link-grid span { color: var(--muted); font-size: 12px; }
.industry-link-grid small { margin-top: auto; color: var(--primary); font-size: 9px; text-transform: uppercase; letter-spacing: .05em; }
.compliance-note { margin-top: 28px; padding: 14px 16px; color: #684b10; background: #fff6dc; border: 1px solid #f1dda1; border-radius: 8px; font-size: 13px; }
.content-columns { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; }
.info-card, .prose-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface-alt); }
.info-card span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.info-card strong { display: block; margin: 10px 0; font-size: 24px; text-transform: capitalize; }

.resources-hero { background: radial-gradient(circle at 78% 20%, rgba(166, 227, 111, .38), transparent 26%), radial-gradient(circle at 16% 0%, rgba(157, 242, 209, .3), transparent 28%), linear-gradient(180deg, #f6f8f2, #fff); }
.resources-hero h1 { max-width: 820px; }
.resources-section { padding-top: 82px; }
.resource-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.resource-category-card { min-height: 255px; display: flex; flex-direction: column; align-items: flex-start; padding: 25px; color: var(--ink); border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 8px 25px rgba(28, 43, 66, .04); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease; }
.resource-category-card:hover, .resource-category-card:focus-visible { color: var(--ink); border-color: #8ec756; background: #fbfff7; transform: translateY(-4px); box-shadow: 0 18px 42px rgba(53, 105, 35, .12); outline: none; }
.resource-icon { min-width: 48px; height: 32px; display: inline-flex; align-items: center; justify-content: center; padding: 0 9px; color: #386c23; background: #e6f5d8; border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.resource-category-card h2 { margin: 24px 0 10px; font-size: 23px; letter-spacing: -.02em; }
.resource-category-card p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.58; }
.resource-link-label { margin-top: auto; padding-top: 24px; color: var(--primary); font-size: 13px; font-weight: 850; }
.resources-featured-section { background: #f7f9f4; }
.featured-resource-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.featured-resource-card { min-height: 248px; display: flex; flex-direction: column; padding: 22px; border: 1px solid #dce6d4; border-radius: 12px; background: #fff; }
.featured-resource-card h3 { margin: 0; font-size: 20px; line-height: 1.14; letter-spacing: -.02em; }
.featured-resource-card h3 a { color: var(--ink); }
.featured-resource-card h3 a:hover, .featured-resource-card h3 a:focus-visible { color: #477d2d; }
.featured-resource-card p { margin: 16px 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.text-link { color: #427b29; font-weight: 850; }
.text-link:hover, .text-link:focus-visible { color: #265c16; text-decoration: underline; }
.featured-resource-card .text-link { margin-top: auto; }
.resources-cta { background: linear-gradient(112deg, #244f2f, #4b8d2b); }
.resources-cta .hero-actions { margin-top: 0; justify-content: flex-end; }
.resources-cta .button { white-space: nowrap; }
@media (max-width: 1050px) { .featured-resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 760px) { .resource-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .resources-cta { display: block; } .resources-cta .hero-actions { justify-content: flex-start; margin-top: 24px; } }
@media (max-width: 540px) { .resource-category-grid, .featured-resource-grid { grid-template-columns: 1fr; } .resource-category-card, .featured-resource-card { min-height: 0; } .resource-category-card h2 { margin-top: 18px; } }
@media (max-width: 860px) and (min-width: 761px) {
  .site-header { position: relative; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav > a:not(.button) { color: #4e5668; }
  .primary-nav a { padding: 10px; }
}

.nail-landing-hero { position: relative; overflow: hidden; padding: 78px 0 88px; background: linear-gradient(135deg, #fff8f6 0%, #ffffff 47%, #eef8f4 100%); }
.nail-landing-hero::before { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: #eadde0; }
.nail-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.nail-hero-copy h1 { max-width: 760px; margin: 18px 0; color: #2f2425; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6.2vw, 84px); line-height: .96; letter-spacing: 0; }
.nail-hero-copy p { max-width: 620px; color: #706166; font-size: 18px; }
.nail-proof-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 610px; margin-top: 34px; }
.nail-proof-strip span { min-height: 70px; display: grid; align-content: center; gap: 2px; padding: 13px 16px; background: rgba(255,255,255,.78); border: 1px solid #eadde0; border-radius: 8px; color: #756567; font-size: 12px; }
.nail-proof-strip strong { color: #8a4f55; font-size: 22px; line-height: 1; }
.nail-hero-visual { position: relative; min-width: 0; }
.nail-hero-visual > img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border: 1px solid #eadde0; border-radius: 8px; box-shadow: 0 32px 90px rgba(72, 43, 50, .18); }
.nail-booking-panel { position: absolute; right: 28px; bottom: -34px; width: min(310px, calc(100% - 56px)); padding: 20px; background: #ffffff; border: 1px solid #e7d5d9; border-radius: 8px; box-shadow: 0 20px 50px rgba(72, 43, 50, .18); }
.nail-booking-panel span { color: #8a4f55; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nail-booking-panel strong { display: block; margin-top: 8px; color: #2f2425; font-size: 22px; }
.nail-booking-panel p { margin: 4px 0 16px; color: #756567; font-size: 13px; }
.nail-booking-panel a, .nail-browser-body a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; color: #fffaf7; background: #8a4f55; border-radius: 8px; font-weight: 800; font-size: 12px; }
.nail-template-section { background: #ffffff; }
.nail-showcase-grid { display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 58px; }
.nail-browser-preview { overflow: hidden; background: #fffaf7; border: 1px solid #eadde0; border-radius: 8px; box-shadow: 0 24px 70px rgba(72, 43, 50, .12); }
.nail-browser-top { height: 46px; display: flex; align-items: center; gap: 7px; padding: 0 16px; background: #ffffff; border-bottom: 1px solid #eadde0; }
.nail-browser-top span { width: 8px; height: 8px; border-radius: 50%; background: #d9b7aa; }
.nail-browser-top strong { margin-left: 10px; color: #756567; font-size: 11px; }
.nail-browser-body { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 28px; padding: 34px; }
.nail-browser-body small { color: #8a4f55; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nail-browser-body h2, .nail-showcase-copy h2 { margin: 12px 0; color: #2f2425; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.6vw, 58px); line-height: 1; letter-spacing: 0; }
.nail-browser-body p, .nail-showcase-copy p { color: #756567; }
.nail-browser-body img { width: 100%; aspect-ratio: 1.06; object-fit: cover; border-radius: 8px; }
.nail-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.nail-feature-grid article { min-height: 245px; padding: 23px; background: white; border: 1px solid #eadde0; border-radius: 8px; }
.nail-feature-grid span { color: #8a4f55; font-size: 12px; font-weight: 900; }
.nail-feature-grid h3 { margin: 58px 0 8px; color: #2f2425; font-size: 22px; letter-spacing: 0; }
.nail-feature-grid p { margin: 0; color: #756567; font-size: 14px; }

.hair-landing-hero { position: relative; overflow: hidden; padding: 82px 0 92px; color: #171717; background: linear-gradient(135deg, #f2ede5 0%, #fffdf9 52%, #ebe1d6 100%); }
.hair-landing-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: #d8cec2; }
.hair-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.hair-hero-copy, .hair-editorial-copy { min-width: 0; }
.hair-hero-copy h1 { max-width: 760px; margin: 18px 0; font-family: Arial Black, Arial, sans-serif; font-size: clamp(46px, 6.6vw, 86px); line-height: .92; letter-spacing: 0; text-transform: uppercase; }
.hair-hero-copy p { max-width: 630px; color: #6e685f; font-size: 18px; }
.hair-service-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin-top: 34px; }
.hair-service-strip span { min-height: 76px; display: grid; align-content: center; gap: 5px; padding: 13px 16px; color: #6e685f; background: rgba(255,253,249,.82); border: 1px solid #d8cec2; border-radius: 8px; font-size: 12px; }
.hair-service-strip strong { color: #191919; font-size: 24px; line-height: 1; }
.hair-hero-stage { position: relative; min-width: 0; }
.hair-hero-stage > img { width: 100%; aspect-ratio: 1.12; object-fit: cover; border: 1px solid #d8cec2; border-radius: 8px; box-shadow: 0 34px 95px rgba(25,25,25,.18); }
.hair-appointment-card { position: absolute; left: 28px; bottom: -36px; width: min(320px, calc(100% - 56px)); padding: 20px; color: #171717; background: #fffdf9; border: 1px solid #d8cec2; border-left: 5px solid #c87952; border-radius: 8px; box-shadow: 0 22px 54px rgba(25,25,25,.2); }
.hair-appointment-card span { color: #c87952; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hair-appointment-card strong { display: block; margin-top: 8px; font-size: 22px; }
.hair-appointment-card p { margin: 4px 0 16px; color: #6e685f; font-size: 13px; }
.hair-appointment-card a, .hair-preview-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; color: #fffdf9; background: #191919; border-radius: 8px; font-weight: 850; font-size: 12px; }
.hair-template-section { background: #fffdf9; }
.hair-editorial-grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 62px; }
.hair-editorial-copy h2 { margin: 12px 0; font-family: Arial Black, Arial, sans-serif; font-size: clamp(36px, 5vw, 64px); line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.hair-editorial-copy p { color: #6e685f; }
.hair-site-preview { overflow: hidden; background: #191919; border: 1px solid #2b2b2b; border-radius: 8px; box-shadow: 0 28px 75px rgba(25,25,25,.2); }
.hair-preview-nav { min-height: 54px; display: flex; align-items: center; gap: 18px; padding: 0 18px; color: #d9d0c4; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.hair-preview-nav strong { margin-right: auto; color: #fffdf9; letter-spacing: .05em; }
.hair-preview-body { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 28px; padding: 34px; color: #fffdf9; }
.hair-preview-body small { color: #c87952; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hair-preview-body h3 { margin: 12px 0; font-family: Arial Black, Arial, sans-serif; font-size: clamp(31px, 4.2vw, 54px); line-height: .95; letter-spacing: 0; text-transform: uppercase; }
.hair-preview-body p { color: #d0c7bd; }
.hair-preview-body img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: 8px; }
.hair-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.hair-feature-grid article { min-height: 250px; padding: 23px; color: #171717; background: #fffdf9; border: 1px solid #d8cec2; border-radius: 8px; }
.hair-feature-grid span { color: #c87952; font-size: 12px; font-weight: 900; }
.hair-feature-grid h3 { margin: 58px 0 8px; font-size: 22px; letter-spacing: 0; }
.hair-feature-grid p { margin: 0; color: #6e685f; font-size: 14px; }

.barber-landing-hero { position: relative; overflow: hidden; padding: 86px 0 96px; color: #f7f2ea; background: linear-gradient(135deg, #0e1111 0%, #191d1e 54%, #332113 100%); }
.barber-landing-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: rgba(240,161,93,.36); }
.barber-landing-hero .breadcrumbs { color: #a5adae; }
.barber-hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 76px; }
.barber-hero-copy, .barber-system-copy { min-width: 0; }
.barber-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #f0a15d; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.barber-eyebrow::before { content: ""; width: 26px; height: 2px; background: currentColor; }
.barber-hero-copy h1 { max-width: 800px; margin: 18px 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(54px, 7.4vw, 100px); line-height: .9; letter-spacing: 0; text-transform: uppercase; }
.barber-hero-copy p { max-width: 650px; color: #c4c0b8; font-size: 18px; }
.barber-button { color: #101314; background: #f0a15d; border-color: #f0a15d; }
.barber-button:hover { color: #101314; background: #ffb474; border-color: #ffb474; }
.barber-button-secondary { color: #f7f2ea; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.26); }
.barber-button-secondary:hover { color: #f7f2ea; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.4); box-shadow: none; }
.barber-stat-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin-top: 34px; }
.barber-stat-row span { min-height: 76px; display: grid; align-content: center; gap: 5px; padding: 13px 16px; color: #a5adae; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; font-size: 12px; }
.barber-stat-row strong { color: #f0a15d; font-size: 26px; line-height: 1; }
.barber-hero-stage { position: relative; min-width: 0; }
.barber-hero-stage > img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border: 1px solid rgba(240,161,93,.32); border-radius: 6px; box-shadow: 0 34px 95px rgba(0,0,0,.38); filter: saturate(.94) contrast(1.05); }
.barber-booking-card { position: absolute; right: 28px; bottom: -36px; width: min(330px, calc(100% - 56px)); padding: 20px; color: #f7f2ea; background: #101314; border: 1px solid rgba(240,161,93,.4); border-top: 5px solid #f0a15d; border-radius: 6px; box-shadow: 0 24px 60px rgba(0,0,0,.42); }
.barber-booking-card span { color: #f0a15d; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.barber-booking-card strong { display: block; margin-top: 8px; font-size: 24px; }
.barber-booking-card p { margin: 4px 0 16px; color: #a5adae; font-size: 13px; }
.barber-booking-card a, .barber-shopfront-nav a { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; padding: 9px 14px; color: #101314; background: #f0a15d; border-radius: 4px; font-weight: 900; font-size: 12px; }
.barber-template-section { background: #f7f2ea; }
.barber-shopfront-grid { display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; gap: 62px; }
.barber-shopfront { overflow: hidden; color: #f7f2ea; background: #101314; border: 1px solid #262b2c; border-radius: 6px; box-shadow: 0 28px 75px rgba(16,19,20,.22); }
.barber-shopfront-nav { min-height: 56px; display: flex; align-items: center; gap: 18px; padding: 0 18px; color: #a5adae; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.barber-shopfront-nav strong { margin-right: auto; color: #f7f2ea; letter-spacing: .06em; }
.barber-shopfront-body { display: grid; grid-template-columns: .86fr 1.14fr; align-items: center; gap: 28px; padding: 34px; }
.barber-shopfront-body small { color: #f0a15d; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.barber-shopfront-body h2, .barber-system-copy h2 { margin: 12px 0; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(40px, 5.5vw, 72px); line-height: .92; letter-spacing: 0; text-transform: uppercase; }
.barber-shopfront-body p, .barber-system-copy p { color: #675f55; }
.barber-shopfront-body p { color: #c4c0b8; }
.barber-shopfront-body img { width: 100%; aspect-ratio: 1.04; object-fit: cover; border-radius: 4px; }
.barber-price-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.12); }
.barber-price-strip span { min-height: 82px; display: grid; align-content: center; gap: 5px; padding: 16px 18px; color: #a5adae; border-right: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.barber-price-strip span:last-child { border-right: 0; }
.barber-price-strip strong { color: #f0a15d; font-size: 26px; line-height: 1; }
.barber-dark-section { color: #f7f2ea; background: #101314; }
.barber-dark-section .section-heading p { color: #a5adae; }
.barber-feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.barber-feature-grid article { min-height: 250px; padding: 23px; color: #f7f2ea; background: #191d1e; border: 1px solid rgba(240,161,93,.22); border-radius: 6px; }
.barber-feature-grid span { color: #f0a15d; font-size: 12px; font-weight: 900; }
.barber-feature-grid h3 { margin: 58px 0 8px; font-size: 22px; letter-spacing: 0; }
.barber-feature-grid p { margin: 0; color: #a5adae; font-size: 14px; }

.grandeur-page { --gr-bg: #0e0c0a; --gr-card: #17130f; --gr-soft: #211c16; --gr-gold: #c9a037; --gr-ink: #f4efe6; --gr-muted: #9b9286; color: var(--gr-ink); background: var(--gr-bg); font-family: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif; }
.grandeur-page .breadcrumbs { color: var(--gr-muted); }
.grandeur-page .breadcrumbs a:hover { color: var(--gr-gold); }
.grandeur-nav { position: relative; z-index: 40; min-height: 84px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 18px clamp(20px, 5vw, 72px); background: rgba(14,12,10,.93); border-bottom: 1px solid rgba(201,160,55,.15); backdrop-filter: blur(16px); }
.grandeur-brand { display: inline-flex; align-items: center; gap: 14px; color: var(--gr-ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 800; letter-spacing: .18em; }
.grandeur-brand span { color: var(--gr-gold); font-family: Inter, sans-serif; font-size: 18px; letter-spacing: 0; transform: rotate(45deg); }
.grandeur-nav nav { display: flex; align-items: center; gap: clamp(20px, 4vw, 56px); color: var(--gr-muted); font-family: "Courier New", monospace; font-size: 12px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.grandeur-nav nav a:hover { color: var(--gr-gold); }
.grandeur-outline-button { justify-self: end; min-width: 158px; min-height: 48px; display: inline-flex; align-items: center; justify-content: center; color: var(--gr-gold); border: 1px solid var(--gr-gold); font-family: "Courier New", monospace; font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.grandeur-outline-button:hover { color: var(--gr-bg); background: var(--gr-gold); }
.grandeur-hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; padding: 96px clamp(20px, 6vw, 96px); isolation: isolate; }
.grandeur-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.grandeur-hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(to top, #0e0c0a 24%, rgba(14,12,10,.62) 68%, rgba(14,12,10,.32) 100%); }
.grandeur-hero-content { max-width: 840px; }
.grandeur-hero-content > p, .grandeur-section-head p, .grandeur-story-copy > p, .grandeur-book > p { color: var(--gr-gold); font-family: "Courier New", monospace; font-size: 12px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.grandeur-hero h1 { max-width: 780px; margin: 18px 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 8vw, 118px); line-height: .95; letter-spacing: 0; }
.grandeur-hero h1 em, .grandeur-section-head h2 em, .grandeur-story-copy h2 em { color: var(--gr-gold); font-style: normal; }
.grandeur-hero-content > span { display: block; max-width: 530px; color: #c8c0b5; font-size: 18px; }
.grandeur-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.grandeur-actions a, .grandeur-story-copy a, .grandeur-book-panel a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 20px; color: #12100d; background: var(--gr-gold); border: 1px solid var(--gr-gold); font-family: "Courier New", monospace; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grandeur-actions a:last-child { color: var(--gr-ink); background: transparent; border-color: rgba(244,239,230,.24); }
.grandeur-actions a:hover, .grandeur-story-copy a:hover, .grandeur-book-panel a:hover { filter: brightness(1.08); }
.grandeur-proof { position: absolute; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, minmax(130px, 1fr)); border-top: 1px solid rgba(244,239,230,.12); border-left: 1px solid rgba(244,239,230,.12); background: rgba(23,19,15,.82); backdrop-filter: blur(12px); }
.grandeur-proof span { display: grid; gap: 4px; padding: 24px 34px; color: var(--gr-muted); border-right: 1px solid rgba(244,239,230,.12); font-family: "Courier New", monospace; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.grandeur-proof strong { color: var(--gr-gold); font-family: Georgia, "Times New Roman", serif; font-size: 32px; line-height: 1; letter-spacing: 0; }
.grandeur-section, .grandeur-gallery-section { padding: 100px clamp(20px, 6vw, 96px); background: var(--gr-bg); }
.grandeur-gallery-section, .grandeur-story { background: var(--gr-soft); }
.grandeur-section-head { display: flex; align-items: end; justify-content: space-between; gap: 38px; margin: 0 auto 52px; max-width: 1160px; }
.grandeur-section-head.center { display: block; text-align: center; }
.grandeur-section-head h2, .grandeur-story-copy h2, .grandeur-book h2 { margin: 8px 0 0; color: var(--gr-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 64px); line-height: 1; letter-spacing: 0; }
.grandeur-section-head > span { max-width: 360px; color: var(--gr-muted); }
.grandeur-section-head > a { color: var(--gr-gold); font-family: "Courier New", monospace; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grandeur-services { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(244,239,230,.14); }
.grandeur-services a { min-height: 230px; display: flex; flex-direction: column; padding: 28px; background: var(--gr-card); transition: background .2s ease; }
.grandeur-services a:hover { background: #241d16; }
.grandeur-services a > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.grandeur-services h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.grandeur-services strong { color: var(--gr-gold); font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.grandeur-services p { color: var(--gr-muted); font-size: 14px; }
.grandeur-services span { margin-top: auto; color: var(--gr-muted); font-family: "Courier New", monospace; font-size: 12px; }
.grandeur-story { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(42px, 8vw, 100px); padding: 100px clamp(20px, 6vw, 96px); }
.grandeur-story-image { position: relative; max-width: 560px; justify-self: end; }
.grandeur-story-image img { width: 100%; height: min(620px, 72vw); object-fit: cover; }
.grandeur-story-image span { position: absolute; right: -24px; bottom: -24px; display: grid; gap: 3px; min-width: 140px; padding: 20px; color: var(--gr-muted); background: var(--gr-card); border: 1px solid rgba(244,239,230,.12); font-family: "Courier New", monospace; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.grandeur-story-image strong { color: var(--gr-gold); font-family: Georgia, "Times New Roman", serif; font-size: 36px; letter-spacing: 0; }
.grandeur-story-copy { max-width: 590px; }
.grandeur-story-copy > span { display: block; color: var(--gr-muted); font-size: 17px; }
.grandeur-mini-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0; }
.grandeur-mini-stats span { display: grid; gap: 4px; color: var(--gr-muted); font-size: 12px; }
.grandeur-mini-stats strong { color: var(--gr-gold); font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.grandeur-barbers { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.grandeur-barbers article img { width: 100%; aspect-ratio: .8; object-fit: cover; object-position: top; transition: transform .5s ease; }
.grandeur-barbers article:hover img { transform: scale(1.025); }
.grandeur-barbers article > div { display: flex; align-items: start; justify-content: space-between; gap: 18px; padding-top: 18px; }
.grandeur-barbers h3 { margin: 0 0 4px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.grandeur-barbers p { margin: 0 0 8px; color: var(--gr-muted); font-family: "Courier New", monospace; font-size: 11px; }
.grandeur-barbers span { color: var(--gr-gold); font-size: 14px; }
.grandeur-barbers a { min-width: 70px; min-height: 34px; display: inline-flex; align-items: center; justify-content: center; color: var(--gr-muted); border: 1px solid rgba(244,239,230,.14); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.grandeur-barbers a:hover { color: var(--gr-gold); border-color: var(--gr-gold); }
.grandeur-gallery { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 10px; }
.grandeur-gallery figure { position: relative; overflow: hidden; margin: 0; background: #090807; }
.grandeur-gallery figure.tall { grid-row: span 2; }
.grandeur-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.grandeur-gallery figure:hover img { transform: scale(1.035); }
.grandeur-gallery figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 9px; color: var(--gr-ink); background: rgba(14,12,10,.72); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transition: opacity .22s ease; }
.grandeur-gallery figure:hover figcaption { opacity: 1; }
.grandeur-reviews { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: rgba(244,239,230,.14); }
.grandeur-reviews article { min-height: 220px; padding: 30px; background: var(--gr-card); }
.grandeur-reviews span { color: var(--gr-gold); letter-spacing: .12em; }
.grandeur-reviews p { color: #ded7cc; font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.grandeur-reviews strong { color: var(--gr-muted); font-family: "Courier New", monospace; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grandeur-book { padding: 100px clamp(20px, 6vw, 96px); background: var(--gr-soft); text-align: center; }
.grandeur-book-panel { max-width: 760px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 36px auto 0; padding: 24px; text-align: left; background: var(--gr-card); border: 1px solid rgba(201,160,55,.28); }
.grandeur-book-panel div { display: grid; gap: 4px; }
.grandeur-book-panel span { color: var(--gr-muted); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.grandeur-book-panel strong { font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.grandeur-book-panel small { color: var(--gr-muted); }

.figma-nail-page, .figma-hair-page, .figma-lash-page { color: var(--fb-ink); background: var(--fb-bg); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.figma-nail-page { --fb-bg: #fff9f5; --fb-surface: #fffdfb; --fb-soft: #f4e7dd; --fb-ink: #2d2420; --fb-muted: #776a63; --fb-accent: #a87566; --fb-line: #e7d7ce; }
.figma-hair-page { --fb-bg: #f6efe7; --fb-surface: #fffaf4; --fb-soft: #e7d6c4; --fb-ink: #211914; --fb-muted: #6f6259; --fb-accent: #9a5b38; --fb-line: #dccab8; }
.figma-lash-page { --fb-bg: #fbf7f4; --fb-surface: #fffefe; --fb-soft: #f0e5df; --fb-ink: #2a2325; --fb-muted: #7a6d70; --fb-accent: #b08478; --fb-line: #eadbd6; }
.figma-beauty-nav { position: relative; z-index: 35; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 16px clamp(20px, 5vw, 72px); background: color-mix(in srgb, var(--fb-bg) 90%, transparent); border-bottom: 1px solid var(--fb-line); backdrop-filter: blur(16px); }
.figma-beauty-brand { display: inline-grid; gap: 2px; color: var(--fb-ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.figma-beauty-brand span { color: var(--fb-muted); font-family: Inter, sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .32em; }
.figma-beauty-nav nav { display: flex; align-items: center; gap: clamp(18px, 4vw, 46px); color: var(--fb-muted); font-size: 12px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.figma-beauty-nav nav a:hover { color: var(--fb-accent); }
.figma-beauty-nav-cta { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; color: #fff; background: var(--fb-accent); border: 1px solid var(--fb-accent); border-radius: 2px; font-size: 12px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.figma-beauty-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.figma-beauty-actions a, .figma-beauty-book a, .figma-nail-visual aside a, .figma-story-copy a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; color: #fff; background: var(--fb-accent); border: 1px solid var(--fb-accent); border-radius: 2px; font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.figma-beauty-actions a:last-child { color: var(--fb-ink); background: transparent; border-color: var(--fb-line); }
.figma-beauty-stats { display: flex; flex-wrap: wrap; gap: 26px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--fb-line); }
.figma-beauty-stats span { display: grid; gap: 3px; color: var(--fb-muted); font-size: 12px; font-weight: 750; }
.figma-beauty-stats strong { color: var(--fb-accent); font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1; }
.figma-beauty-section, .figma-beauty-gallery-section { padding: 96px clamp(20px, 6vw, 96px); background: var(--fb-bg); }
.figma-beauty-gallery-section { background: var(--fb-soft); }
.figma-beauty-heading { max-width: 1160px; display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 0 auto 44px; }
.figma-beauty-heading.center { display: block; text-align: center; }
.figma-beauty-heading p, .figma-nail-hero p, .figma-hair-hero p, .figma-lash-hero p, .figma-nail-story p, .figma-lash-story p, .figma-beauty-book > p { margin: 0 0 10px; color: var(--fb-accent); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.figma-beauty-heading h2, .figma-nail-hero h1, .figma-hair-hero h1, .figma-lash-hero h1, .figma-nail-story h2, .figma-lash-story h2, .figma-beauty-book h2 { margin: 0; color: var(--fb-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 5.6vw, 74px); line-height: .98; letter-spacing: 0; }
.figma-beauty-heading > span { max-width: 430px; color: var(--fb-muted); }
.figma-nail-hero { min-height: 820px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(44px, 7vw, 96px); padding: 80px clamp(20px, 6vw, 96px); background: linear-gradient(135deg, #fff8f4 0%, #fffdfb 52%, #f1dfd4 100%); }
.figma-nail-copy > span, .figma-hair-hero span, .figma-lash-hero span, .figma-nail-story span, .figma-lash-story span { display: block; max-width: 610px; color: var(--fb-muted); font-size: 18px; }
.figma-nail-visual { position: relative; min-width: 0; }
.figma-nail-visual > img { width: 100%; height: min(720px, 72vw); object-fit: cover; border: 1px solid var(--fb-line); box-shadow: 0 30px 80px rgba(75, 46, 36, .16); }
.figma-nail-visual aside { position: absolute; right: -24px; bottom: 36px; width: min(330px, calc(100% - 32px)); padding: 22px; color: var(--fb-ink); background: var(--fb-surface); border: 1px solid var(--fb-line); box-shadow: 0 20px 48px rgba(75, 46, 36, .14); }
.figma-nail-visual aside p { margin: 0 0 8px; color: var(--fb-accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.figma-nail-visual aside strong { display: block; margin-bottom: 14px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.figma-nail-services, .figma-hair-services { max-width: 1160px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.figma-nail-services article, .figma-hair-services article { padding: 26px; background: var(--fb-surface); border: 1px solid var(--fb-line); }
.figma-nail-services h3, .figma-hair-services h3 { margin: 0 0 18px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.figma-nail-services a, .figma-hair-services a { display: block; padding: 17px 0; border-top: 1px solid var(--fb-line); }
.figma-nail-services a > div, .figma-hair-services a > div { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.figma-nail-services strong, .figma-hair-services strong { font-size: 16px; }
.figma-nail-services span, .figma-hair-services span { color: var(--fb-accent); font-weight: 900; }
.figma-nail-services p, .figma-hair-services p { margin: 5px 0; color: var(--fb-muted); font-size: 13px; }
.figma-nail-services small, .figma-hair-services small { color: var(--fb-muted); font-size: 11px; }
.figma-nail-gallery, .figma-hair-gallery { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 10px; }
.figma-nail-gallery figure, .figma-hair-gallery figure { overflow: hidden; margin: 0; background: var(--fb-surface); }
.figma-nail-gallery figure.tall, .figma-hair-gallery figure.tall { grid-row: span 2; }
.figma-nail-gallery img, .figma-hair-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.figma-nail-gallery figure:hover img, .figma-hair-gallery figure:hover img { transform: scale(1.03); }
.figma-nail-story, .figma-lash-story { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(42px, 7vw, 92px); padding: 96px clamp(20px, 6vw, 96px); background: var(--fb-surface); }
.figma-nail-story img, .figma-lash-story img { width: 100%; max-height: 640px; object-fit: cover; border: 1px solid var(--fb-line); }
.figma-nail-story ul, .figma-lash-story ul { margin-top: 24px; }
.figma-beauty-reviews { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--fb-line); }
.figma-beauty-reviews article { min-height: 210px; padding: 28px; background: var(--fb-surface); }
.figma-beauty-reviews span { color: var(--fb-accent); letter-spacing: .12em; }
.figma-beauty-reviews p { color: var(--fb-ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.figma-beauty-reviews strong { color: var(--fb-muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.figma-beauty-book { padding: 96px clamp(20px, 6vw, 96px); text-align: center; background: var(--fb-soft); }
.figma-beauty-book > div { max-width: 760px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 34px auto 0; padding: 24px; text-align: left; background: var(--fb-surface); border: 1px solid var(--fb-line); }
.figma-beauty-book div span { color: var(--fb-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.figma-beauty-book div strong { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.figma-beauty-book div small { display: block; color: var(--fb-muted); }
.figma-hair-hero { min-height: 820px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(44px, 7vw, 96px); padding: 80px clamp(20px, 6vw, 96px); background: #f2e5d8; }
.figma-hair-hero img { width: 100%; height: min(720px, 72vw); object-fit: cover; object-position: top; box-shadow: 0 30px 80px rgba(70, 43, 25, .18); }
.figma-hair-stylists { background: var(--fb-soft); }
.figma-hair-stylists > div:last-child { max-width: 1160px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; margin: 0 auto; }
.figma-hair-stylists article { background: var(--fb-surface); border: 1px solid var(--fb-line); }
.figma-hair-stylists img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: top; }
.figma-hair-stylists h3, .figma-hair-stylists p, .figma-hair-stylists a { margin-left: 18px; margin-right: 18px; }
.figma-hair-stylists h3 { margin-top: 18px; margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.figma-hair-stylists p { color: var(--fb-muted); font-size: 13px; }
.figma-hair-stylists a { display: inline-flex; margin-bottom: 20px; color: var(--fb-accent); font-size: 12px; font-weight: 850; }
.figma-lash-hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; padding: 96px clamp(20px, 6vw, 96px); isolation: isolate; }
.figma-lash-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.figma-lash-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(251,247,244,.96) 0%, rgba(251,247,244,.82) 42%, rgba(251,247,244,.18) 100%); }
.figma-lash-hero > div { max-width: 620px; }
.figma-lash-services { max-width: 1160px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 0 auto 34px; }
.figma-lash-services article { background: var(--fb-surface); border: 1px solid var(--fb-line); }
.figma-lash-services img { width: 100%; aspect-ratio: 1.2; object-fit: cover; }
.figma-lash-services article > div, .figma-lash-services p, .figma-lash-services span { margin-left: 18px; margin-right: 18px; }
.figma-lash-services article > div { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 18px; }
.figma-lash-services h3 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.figma-lash-services strong { color: var(--fb-accent); }
.figma-lash-services p { color: var(--fb-muted); font-size: 13px; }
.figma-lash-services span { display: block; margin-bottom: 18px; color: var(--fb-muted); font-size: 11px; }
.figma-lash-refills { max-width: 1160px; margin: 0 auto; padding: 24px; background: var(--fb-surface); border: 1px solid var(--fb-line); }
.figma-lash-refills h3 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: 24px; }
.figma-lash-refills a { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; padding: 11px 0; border-top: 1px solid var(--fb-line); }
.figma-lash-refills span { color: var(--fb-accent); font-weight: 900; }
.figma-lash-refills small { color: var(--fb-muted); }
.figma-lash-portfolio { max-width: 1160px; columns: 3 250px; column-gap: 14px; margin: 0 auto; }
.figma-lash-portfolio figure { break-inside: avoid; margin: 0 0 14px; overflow: hidden; background: var(--fb-surface); }
.figma-lash-portfolio img { width: 100%; height: auto; display: block; }

.figma-studio-page { --fs-bg: #fbf7f2; --fs-surface: #fffdf9; --fs-soft: #eee0d3; --fs-ink: #251f1a; --fs-muted: #746960; --fs-accent: #9a6a55; --fs-line: #e2d2c3; color: var(--fs-ink); background: var(--fs-bg); font-family: Inter, ui-sans-serif, system-ui, sans-serif; }
.figma-studio-brow { --fs-bg: #f7f2ee; --fs-surface: #fffaf6; --fs-soft: #eaded5; --fs-ink: #231d19; --fs-muted: #756a62; --fs-accent: #8f604d; --fs-line: #ddcbc0; }
.figma-studio-beauty { --fs-bg: #fff7f5; --fs-surface: #ffffff; --fs-soft: #f1ded9; --fs-ink: #2c2225; --fs-muted: #7a686d; --fs-accent: #b06d70; --fs-line: #ead6d7; }
.figma-studio-waxing { --fs-bg: #fbf4ee; --fs-surface: #fffefa; --fs-soft: #ead8ca; --fs-ink: #2a2019; --fs-muted: #7b6b60; --fs-accent: #a86c46; --fs-line: #e2cec0; }
.figma-studio-makeup { --fs-bg: #faf4f0; --fs-surface: #fffdfb; --fs-soft: #eadbd4; --fs-ink: #241d20; --fs-muted: #74666a; --fs-accent: #a95f6a; --fs-line: #e5d1d3; }
.figma-studio-tanning { --fs-bg: #fff8ea; --fs-surface: #fffef8; --fs-soft: #f0d7ac; --fs-ink: #2a1f12; --fs-muted: #7f6849; --fs-accent: #c1842d; --fs-line: #e8cf9f; }
.figma-studio-tattoo { --fs-bg: #090909; --fs-surface: #151515; --fs-soft: #1d1d1d; --fs-ink: #f5f1e9; --fs-muted: #a49c91; --fs-accent: #e14e3f; --fs-line: #34302b; }
.figma-studio-nav { position: relative; z-index: 35; min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 16px clamp(20px, 5vw, 72px); background: color-mix(in srgb, var(--fs-bg) 90%, transparent); border-bottom: 1px solid var(--fs-line); backdrop-filter: blur(16px); }
.figma-studio-brand { display: inline-grid; gap: 2px; color: var(--fs-ink); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.figma-studio-brand span { color: var(--fs-muted); font-family: Inter, sans-serif; font-size: 10px; font-weight: 850; letter-spacing: .28em; }
.figma-studio-nav nav { display: flex; align-items: center; gap: clamp(18px, 4vw, 46px); color: var(--fs-muted); font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.figma-studio-nav nav a:hover { color: var(--fs-accent); }
.figma-studio-cta { justify-self: end; min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; color: var(--fs-bg); background: var(--fs-accent); border: 1px solid var(--fs-accent); border-radius: 2px; font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.figma-studio-hero { position: relative; min-height: 820px; display: grid; align-items: end; overflow: hidden; padding: 96px clamp(20px, 6vw, 96px); isolation: isolate; }
.figma-studio-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.figma-studio-hero::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, color-mix(in srgb, var(--fs-bg) 96%, transparent) 0%, color-mix(in srgb, var(--fs-bg) 78%, transparent) 42%, color-mix(in srgb, var(--fs-bg) 18%, transparent) 100%); }
.figma-studio-tattoo .figma-studio-hero::after { background: linear-gradient(90deg, rgba(9,9,9,.95) 0%, rgba(9,9,9,.72) 46%, rgba(9,9,9,.18) 100%); }
.figma-studio-hero > div { max-width: 720px; }
.figma-studio-hero p, .figma-studio-heading p, .figma-studio-story p, .figma-studio-book > p { margin: 0 0 10px; color: var(--fs-accent); font-size: 12px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.figma-studio-hero h1, .figma-studio-heading h2, .figma-studio-story h2, .figma-studio-book h2 { margin: 0; color: var(--fs-ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(44px, 6vw, 82px); line-height: .98; letter-spacing: 0; }
.figma-studio-hero > div > span, .figma-studio-story > div > span { display: block; max-width: 620px; margin-top: 16px; color: var(--fs-muted); font-size: 18px; }
.figma-studio-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.figma-studio-actions a, .figma-studio-book a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 18px; color: var(--fs-bg); background: var(--fs-accent); border: 1px solid var(--fs-accent); border-radius: 2px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.figma-studio-actions a:last-child { color: var(--fs-ink); background: transparent; border-color: var(--fs-line); }
.figma-studio-stats { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 42px; padding-top: 26px; border-top: 1px solid var(--fs-line); }
.figma-studio-stats span { display: grid; gap: 3px; color: var(--fs-muted); font-size: 12px; font-weight: 750; }
.figma-studio-stats strong { color: var(--fs-accent); font-family: Georgia, "Times New Roman", serif; font-size: 26px; line-height: 1; }
.figma-studio-section, .figma-studio-gallery-section { padding: 96px clamp(20px, 6vw, 96px); background: var(--fs-bg); }
.figma-studio-gallery-section, .figma-studio-story { background: var(--fs-soft); }
.figma-studio-heading { max-width: 1160px; display: flex; align-items: end; justify-content: space-between; gap: 36px; margin: 0 auto 44px; }
.figma-studio-heading.center { display: block; text-align: center; }
.figma-studio-heading > span { max-width: 420px; color: var(--fs-muted); }
.figma-studio-heading > a { color: var(--fs-accent); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.figma-studio-services { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--fs-line); }
.figma-studio-services a { min-height: 220px; display: flex; flex-direction: column; padding: 26px; background: var(--fs-surface); }
.figma-studio-services a:hover { background: color-mix(in srgb, var(--fs-surface) 75%, var(--fs-soft)); }
.figma-studio-services a > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.figma-studio-services strong { font-size: 18px; }
.figma-studio-services span { color: var(--fs-accent); font-weight: 900; }
.figma-studio-services p { color: var(--fs-muted); font-size: 14px; }
.figma-studio-services small { margin-top: auto; color: var(--fs-muted); font-size: 11px; }
.figma-studio-story { display: grid; grid-template-columns: .96fr 1.04fr; align-items: center; gap: clamp(42px, 7vw, 92px); padding: 96px clamp(20px, 6vw, 96px); }
.figma-studio-story img { width: 100%; max-height: 640px; object-fit: cover; border: 1px solid var(--fs-line); }
.figma-studio-story ul { margin-top: 24px; }
.figma-studio-people { background: var(--fs-bg); }
.figma-studio-people > div:last-child { max-width: 1160px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.figma-studio-people article { background: var(--fs-surface); border: 1px solid var(--fs-line); }
.figma-studio-people img { width: 100%; aspect-ratio: .78; object-fit: cover; object-position: top; }
.figma-studio-people h3, .figma-studio-people p, .figma-studio-people a { margin-left: 18px; margin-right: 18px; }
.figma-studio-people h3 { margin-top: 18px; margin-bottom: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.figma-studio-people p { color: var(--fs-muted); font-size: 13px; }
.figma-studio-people a { display: inline-flex; margin-bottom: 20px; color: var(--fs-accent); font-size: 12px; font-weight: 850; text-transform: uppercase; }
.figma-studio-gallery { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 10px; }
.figma-studio-gallery figure { overflow: hidden; margin: 0; background: var(--fs-surface); }
.figma-studio-gallery figure.tall { grid-row: span 2; }
.figma-studio-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.figma-studio-gallery figure:hover img { transform: scale(1.03); }
.figma-studio-reviews { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--fs-line); }
.figma-studio-reviews article { min-height: 210px; padding: 28px; background: var(--fs-surface); }
.figma-studio-reviews span { color: var(--fs-accent); letter-spacing: .12em; }
.figma-studio-reviews p { color: var(--fs-ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.figma-studio-reviews strong { color: var(--fs-muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.figma-studio-book { padding: 96px clamp(20px, 6vw, 96px); text-align: center; background: var(--fs-soft); }
.figma-studio-book > div { max-width: 760px; display: flex; align-items: center; justify-content: space-between; gap: 24px; margin: 34px auto 0; padding: 24px; text-align: left; background: var(--fs-surface); border: 1px solid var(--fs-line); }
.figma-studio-book div span { color: var(--fs-muted); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.figma-studio-book div strong { display: block; margin-top: 4px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; }
.figma-studio-book div small { display: block; color: var(--fs-muted); }

.onboarding-page { background: #f4f6fa; }
.onboarding-shell { min-height: 100vh; display: grid; grid-template-columns: 1.05fr .95fr; }
.onboarding-copy { padding: 50px max(40px, 7vw); overflow: hidden; color: white; background: var(--dark); }
.onboarding-copy .brand { margin-bottom: 90px; color: white; }
.onboarding-copy .brand small { color: #aab4ca; }
.onboarding-copy .eyebrow { color: var(--accent); }
.onboarding-copy h1 { max-width: 600px; margin: 15px 0; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: 0; }
.onboarding-copy p { max-width: 560px; color: #aeb8cc; }
.onboarding-copy > img { width: 620px; margin: 55px 0 -180px 60px; border-radius: 8px; transform: rotate(2deg); box-shadow: 0 25px 75px rgba(0,0,0,.35); }
.onboarding-form-panel { display: grid; place-items: center; padding: 40px; }
.stack-form { width: min(520px, 100%); display: grid; gap: 18px; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
.stack-form h2 { margin: 0; font-size: 30px; letter-spacing: 0; }
.form-progress { display: grid; gap: 7px; color: var(--muted); font-size: 11px; }
.form-progress i { height: 5px; background: linear-gradient(90deg, var(--primary) 100%, #e8ebf2 0); border-radius: 99px; }
.consent { grid-template-columns: auto 1fr !important; align-items: start; }
.consent input { width: auto; margin-top: 4px; }
.form-status { min-height: 20px; margin: 0; color: var(--primary); font-size: 13px; }

.dashboard-site-list { display: grid; gap: 16px; }
.dashboard-site-list > article { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; padding: 24px; border: 1px solid var(--line); border-radius: 8px; }
.dashboard-site-list h2 { margin: 5px 0; }
.dashboard-site-list p { margin: 0; color: var(--muted); }
.status-pill { display: inline-block; padding: 4px 7px; border-radius: 99px; background: #edf0f6; font-size: 9px; font-weight: 850; }
.status-published { color: #176640; background: #dff7eb; }
.site-stat-row { display: flex; gap: 20px; color: var(--muted); font-size: 11px; }
.site-stat-row strong { display: block; color: var(--ink); font-size: 18px; }

.builder-page { height: 100vh; overflow: hidden; background: #eef1f6; }
.builder-app { height: 100vh; display: grid; grid-template-rows: 62px 1fr; }
.builder-topbar { z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 18px; background: white; border-bottom: 1px solid var(--line); }
.builder-actions { display: flex; align-items: center; gap: 8px; }
#save-state { min-width: 55px; color: var(--muted); font-size: 11px; }
.builder-workspace { min-height: 0; display: grid; grid-template-columns: 290px minmax(0, 1fr) 230px; }
.builder-sidebar, .builder-inspector { overflow: auto; padding: 18px; background: white; }
.builder-sidebar { border-right: 1px solid var(--line); }
.builder-inspector { border-left: 1px solid var(--line); }
.sidebar-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; margin-bottom: 18px; background: var(--surface-alt); border-radius: 9px; }
.sidebar-tabs button { padding: 8px; border: 0; border-radius: 7px; background: transparent; }
.sidebar-tabs button.active { background: white; box-shadow: 0 3px 10px rgba(20, 29, 55, .08); }
.builder-form { display: grid; gap: 15px; }
.builder-panel { display: none; gap: 15px; }
.builder-panel.active { display: grid; }
.builder-form hr { width: 100%; border: 0; border-top: 1px solid var(--line); }
.builder-form h3 { margin: 0; }
.builder-form fieldset { display: grid; gap: 8px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
.checkbox-row { grid-template-columns: auto 1fr !important; align-items: center; text-transform: capitalize; }
.checkbox-row input { width: auto; }
.image-editor { display: grid; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #f8faf7; }
.image-editor h3 { font-size: 14px; }
.image-editor > img { width: 100%; height: 125px; object-fit: cover; border-radius: 9px; background: #e8ece5; }
.image-editor small { color: var(--muted); font-size: 10px; }
.upload-button { min-height: 40px; display: flex !important; align-items: center; justify-content: center; padding: 8px 12px; color: white !important; background: var(--primary); border-radius: 8px; cursor: pointer; }
.upload-button input { position: absolute; width: 1px !important; height: 1px; overflow: hidden; opacity: 0; }
.text-button { justify-self: start; padding: 0; color: var(--primary); background: transparent; border: 0; font-size: 11px; font-weight: 750; cursor: pointer; }
.editor-section-heading { display: grid; gap: 5px; margin-bottom: 3px; }
.editor-section-heading span { color: var(--primary); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.editor-section-heading h3, .editor-section-heading p { margin: 0; }
.editor-section-heading p { color: var(--muted); font-size: 11px; }
.color-control > span:last-child { display: grid; grid-template-columns: 48px 1fr; align-items: center; gap: 9px; }
.color-control input[type="color"] { height: 38px; padding: 3px; cursor: pointer; }
.color-control code { color: #586171; font-size: 11px; }
.theme-presets { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding-top: 5px; }
.theme-presets > span { grid-column: 1 / -1; color: #4c5567; font-size: 12px; font-weight: 750; }
.theme-presets button { min-height: 36px; padding: 7px; color: #364050; background: white; border: 1px solid var(--line); border-radius: 8px; font-size: 10px; cursor: pointer; }
.theme-presets button:hover { border-color: var(--primary); background: #f2f8ed; }
.builder-preview { min-width: 0; display: grid; grid-template-rows: 48px minmax(0, 1fr); padding: 16px; }
.builder-device-bar { display: flex; align-items: center; justify-content: center; gap: 5px; }
.builder-device-bar a { margin-left: 20px; color: var(--primary); font-size: 12px; font-weight: 700; }
.builder-preview iframe { width: 100%; height: 100%; margin: 0 auto; border: 1px solid #cfd5e0; border-radius: 10px; background: white; box-shadow: 0 12px 35px rgba(23, 32, 60, .14); transition: max-width .2s ease; }
.builder-inspector h2 { font-size: 18px; }
.builder-inspector ul { padding: 0; list-style: none; }
.builder-inspector li { position: relative; padding: 8px 0 8px 23px; color: var(--muted); font-size: 12px; }
.builder-inspector li::before { content: "○"; position: absolute; left: 0; }
.builder-inspector li.done { color: var(--success); }
.builder-inspector li.done::before { content: "✓"; font-weight: 900; }
.mini-metrics { display: grid; gap: 8px; margin-top: 22px; }
.mini-metrics span { display: flex; justify-content: space-between; padding: 10px; background: var(--surface-alt); border-radius: 9px; font-size: 11px; }
.builder-message { margin-top: 18px; padding: 12px; color: #405079; background: #eef2ff; border-radius: 10px; font-size: 12px; overflow-wrap: anywhere; }
.builder-message:empty { display: none; }

.mock-booking-page { min-height: 100vh; background: #eef2ff; }
.mock-booking-shell { min-height: 100vh; display: grid; align-content: start; justify-items: center; gap: 40px; padding: 45px 20px; }
.mock-booking-card { width: min(560px, 100%); }
.mock-booking-card > h1 { margin: 10px 0; font-size: 42px; line-height: 1; }
.mock-booking-card > p { color: var(--muted); }
.mock-booking-card .stack-form { margin-top: 25px; }
.success-panel { padding: 25px; color: #176640; background: #e4f8ed; border-radius: 8px; }

/* Rendered business templates */
.business-site { min-height: 100vh; color: var(--business-text); background: var(--business-bg); font-family: var(--business-body); }
.business-site * { box-sizing: border-box; }
.business-header { position: relative; z-index: 30; min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 14px clamp(20px, 5vw, 72px); background: color-mix(in srgb, var(--business-bg) 92%, transparent); border-bottom: 1px solid color-mix(in srgb, var(--business-text) 12%, transparent); backdrop-filter: blur(16px); }
.business-brand { font-family: var(--business-heading); font-size: 20px; font-weight: 800; }
.business-header nav { display: flex; gap: 24px; font-size: 12px; }
.business-header nav a { color: var(--business-muted); }
.business-header nav a:hover, .business-header nav a[aria-current="page"] { color: var(--business-primary); }
.business-header > .business-button { justify-self: end; }
.business-button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 18px; color: var(--business-bg); background: var(--business-primary); border: 1px solid var(--business-primary); border-radius: calc(var(--business-radius) * .55); font-weight: 800; }
.business-button-invert { color: var(--business-primary); background: var(--business-bg); border-color: var(--business-bg); }
.business-link { align-self: center; color: var(--business-text); font-size: 13px; font-weight: 750; border-bottom: 1px solid currentColor; }
.demo-badge { position: fixed; right: 12px; bottom: 12px; z-index: 50; padding: 6px 9px; color: white; background: #111522; border-radius: 6px; font-size: 10px; }
.business-hero { min-height: 720px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 6vw; padding: 90px clamp(25px, 7vw, 110px); }
.business-eyebrow, .business-section-heading > span, .business-about > div:first-child > span, .business-contact span, .business-booking > span, .gallery-copy > span { color: var(--business-primary); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.business-hero h1 { max-width: 760px; margin: 15px 0; font-family: var(--business-heading); font-size: clamp(48px, 6.4vw, 92px); line-height: .95; letter-spacing: 0; }
.business-hero p { max-width: 610px; color: var(--business-muted); font-size: 17px; }
.business-actions { display: flex; gap: 16px; margin-top: 28px; }
.business-visual { position: relative; min-width: 0; }
.business-visual > img { width: 100%; border-radius: var(--business-radius); box-shadow: 0 25px 70px color-mix(in srgb, var(--business-text) 18%, transparent); }
.floating-note { position: absolute; left: -35px; bottom: 25px; padding: 16px; color: var(--business-text); background: var(--business-surface); border: 1px solid color-mix(in srgb, var(--business-text) 12%, transparent); border-radius: calc(var(--business-radius) * .7); box-shadow: 0 14px 38px color-mix(in srgb, var(--business-text) 18%, transparent); font-size: 12px; }
.business-section { padding: 90px clamp(25px, 7vw, 110px); }
.business-section-alt { background: color-mix(in srgb, var(--business-surface) 80%, var(--business-bg)); }
.business-section-heading { max-width: 720px; margin-bottom: 40px; }
.business-section-heading h2, .business-about h2, .business-booking h2, .gallery-copy h2, .business-contact h2 { margin: 10px 0; font-family: var(--business-heading); font-size: clamp(36px, 4.5vw, 64px); line-height: 1; letter-spacing: 0; }
.business-section-heading p { color: var(--business-muted); }
.business-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.business-service-grid article { min-height: 270px; display: flex; flex-direction: column; padding: 24px; background: var(--business-surface); border: 1px solid color-mix(in srgb, var(--business-text) 12%, transparent); border-radius: var(--business-radius); }
.service-index { color: var(--business-primary); font-size: 11px; font-weight: 850; }
.business-service-grid h3 { margin: 45px 0 6px; font-family: var(--business-heading); font-size: 25px; }
.business-service-grid p { margin: 0; color: var(--business-muted); }
.business-service-grid strong { margin-top: 14px; }
.business-service-grid a { margin-top: auto; color: var(--business-primary); font-weight: 750; font-size: 12px; }
.business-team-grid { display: grid; gap: 12px; }
.business-team-grid article { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 15px; border-bottom: 1px solid color-mix(in srgb, var(--business-text) 15%, transparent); }
.person-avatar { width: 64px; height: 64px; display: grid; place-items: center; color: var(--business-bg); background: var(--business-primary); border-radius: 50%; font-family: var(--business-heading); font-size: 22px; }
.business-team-grid h3 { margin: 0; font-size: 21px; }
.business-team-grid p { margin: 2px 0; color: var(--business-muted); }
.business-team-grid a { color: var(--business-primary); font-size: 12px; }
.business-team-grid > article > span { color: var(--business-muted); }
.business-gallery { display: grid; grid-template-columns: 1.2fr .8fr .45fr; align-items: stretch; gap: 16px; padding: 20px clamp(25px, 7vw, 110px) 90px; }
.business-gallery > div { overflow: hidden; border-radius: var(--business-radius); }
.business-gallery img { width: 100%; height: 100%; object-fit: cover; }
.gallery-copy { display: flex; flex-direction: column; justify-content: center; padding: 35px; background: var(--business-surface); }
.gallery-copy p { color: var(--business-muted); }
.gallery-card { display: flex; flex-direction: column; justify-content: flex-end; padding: 25px; color: var(--business-bg); background: var(--business-primary); }
.gallery-card strong { font-family: var(--business-heading); font-size: 55px; }
.gallery-card small { margin-top: 10px; opacity: .7; }
.business-about { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.business-about p { color: var(--business-muted); font-size: 18px; }
.business-about ul { padding-left: 18px; }
.business-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.faq-list details { padding: 18px 0; border-bottom: 1px solid color-mix(in srgb, var(--business-text) 14%, transparent); }
.faq-list summary { cursor: pointer; font-weight: 800; }
.faq-list p { color: var(--business-muted); }
.business-booking { padding: 100px clamp(25px, 7vw, 110px); color: var(--business-bg); background: var(--business-primary); text-align: center; }
.business-booking > span { color: var(--business-bg); opacity: .75; }
.business-booking h2 { max-width: 800px; margin: 15px auto; }
.business-booking p { opacity: .8; }
.business-booking .business-button { margin-top: 18px; }
.business-contact { display: grid; grid-template-columns: 1fr .7fr auto; align-items: end; gap: 50px; padding: 80px clamp(25px, 7vw, 110px); }
.business-contact p { margin: 5px 0; color: var(--business-muted); }
.business-page-hero { min-height: 410px; display: flex; flex-direction: column; justify-content: flex-end; padding: 90px clamp(25px, 7vw, 110px) 75px; background: color-mix(in srgb, var(--business-surface) 74%, var(--business-bg)); }
.business-page-hero h1, .business-page-contact h1, .business-book-page h1 { max-width: 920px; margin: 14px 0; font-family: var(--business-heading); font-size: clamp(46px, 6vw, 84px); line-height: .98; letter-spacing: 0; }
.business-page-hero > p, .business-page-contact > div > p, .business-book-page > div > p { max-width: 720px; color: var(--business-muted); font-size: 18px; line-height: 1.7; }
.business-page-section { min-height: 480px; }
.business-page-section .business-button { margin-top: 24px; }
.business-empty-state { padding: 22px; color: var(--business-muted); background: var(--business-surface); border-radius: var(--business-radius); }
.business-page-contact { min-height: calc(100vh - 132px); display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: clamp(40px, 8vw, 120px); padding: 90px clamp(25px, 7vw, 110px); }
.business-contact-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 34px 0; }
.business-contact-cards article { min-height: 135px; display: flex; flex-direction: column; justify-content: space-between; gap: 14px; padding: 20px; background: var(--business-surface); border: 1px solid color-mix(in srgb, var(--business-text) 12%, transparent); border-radius: calc(var(--business-radius) * .7); overflow-wrap: anywhere; }
.business-contact-cards span, .business-hours-card > span { color: var(--business-primary); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.business-contact-cards a { color: var(--business-primary); font-weight: 750; }
.business-hours-card { padding: clamp(28px, 4vw, 50px); background: var(--business-surface); border-radius: var(--business-radius); box-shadow: 0 20px 60px color-mix(in srgb, var(--business-text) 12%, transparent); }
.business-hours-card h2 { margin: 10px 0 26px; font-family: var(--business-heading); font-size: clamp(30px, 4vw, 48px); }
.business-hours { margin: 0; }
.business-hours > div { display: flex; justify-content: space-between; gap: 24px; padding: 13px 0; border-bottom: 1px solid color-mix(in srgb, var(--business-text) 12%, transparent); }
.business-hours dt { color: var(--business-muted); }
.business-hours dd { margin: 0; font-weight: 750; }
.business-book-page { min-height: calc(100vh - 132px); display: grid; grid-template-columns: 1.15fr .55fr; align-items: center; gap: clamp(50px, 9vw, 140px); padding: 90px clamp(25px, 8vw, 130px); }
.business-book-page ol { display: grid; gap: 13px; margin: 34px 0; padding: 0; list-style: none; counter-reset: booking-step; }
.business-book-page li { position: relative; display: grid; gap: 3px; padding: 17px 17px 17px 58px; background: var(--business-surface); border-radius: calc(var(--business-radius) * .65); counter-increment: booking-step; }
.business-book-page li::before { content: counter(booking-step); position: absolute; left: 17px; top: 16px; width: 26px; height: 26px; display: grid; place-items: center; color: var(--business-bg); background: var(--business-primary); border-radius: 50%; font-size: 11px; font-weight: 850; }
.business-book-page li span { color: var(--business-muted); font-size: 13px; }
.business-book-page aside { padding: 45px; color: var(--business-bg); background: var(--business-primary); border-radius: var(--business-radius); }
.business-book-page aside > span { opacity: .7; font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.business-book-page aside > strong { display: block; margin: 12px 0; font-family: var(--business-heading); font-size: clamp(35px, 5vw, 60px); }
.business-book-page aside p { line-height: 1.7; opacity: .8; }
.business-book-launch { min-height: 52px; font-size: 15px; }
.business-book-unavailable { margin-top: 28px; padding: 24px; background: var(--business-surface); border-radius: var(--business-radius); }
.business-book-unavailable p { color: var(--business-muted); }
.business-footer { display: flex; justify-content: space-between; gap: 20px; padding: 24px clamp(25px, 7vw, 110px); color: var(--business-muted); border-top: 1px solid color-mix(in srgb, var(--business-text) 14%, transparent); font-size: 11px; }
.template-steel-barber .business-hero h1, .template-steel-barber .business-section-heading h2, .template-steel-barber .business-about h2, .template-steel-barber .business-booking h2 { text-transform: uppercase; letter-spacing: 0; }
.template-steel-barber .business-button, .template-steel-barber .business-service-grid article, .template-steel-barber .business-gallery > div { border-radius: 2px; }
.template-atelier-hair .business-hero { grid-template-columns: .85fr 1.15fr; }
.template-atelier-hair .business-hero h1 { text-transform: uppercase; font-size: clamp(45px, 6vw, 85px); }

.site-footer { padding: 65px 0 25px; color: #c7cede; background: #0e1220; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 8px; }
.footer-grid > div:first-child { max-width: 330px; }
.footer-grid p, .footer-grid a { color: #909ab0; font-size: 12px; }
.footer-grid a:hover { color: white; }
.brand-footer { color: white; }
.brand-footer small { color: #909ab0; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #727d94; font-size: 10px; }
.footer-bottom > span:last-child { text-align: right; }
.powered-by-magibooking { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 36px; padding: 5px 12px; color: #aeb7c8; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 9px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; transition: border-color .2s ease, background .2s ease, color .2s ease; }
.powered-by-magibooking img { width: 112px; height: 30px; object-fit: contain; }
.powered-by-magibooking:hover { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); }
.powered-by-magibooking:focus-visible { outline: 3px solid #9fd56c; outline-offset: 3px; }
.info-page-hero { padding-bottom: 68px; }
.info-document { padding-top: 0; background: #f7f8f5; }
.info-document .prose-card { max-width: 960px; margin-top: -32px; padding: clamp(30px, 5vw, 64px); box-shadow: 0 24px 70px rgba(14,18,32,.08); }
.info-document h2 { margin: 44px 0 12px; font-size: clamp(25px, 3vw, 36px); }
.info-document h3 { margin: 0 0 8px; font-size: 19px; }
.info-document p, .info-document li { color: #515b52; line-height: 1.75; }
.info-document a { color: #4f8f2b; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.info-document ul { display: grid; gap: 8px; padding-left: 22px; }
.product-notice { padding: 24px; border: 1px solid #cfe2c2; border-radius: 18px; background: #f4faef; }
.product-notice strong { color: #4f8f2b; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.product-notice p { margin: 7px 0; color: #263024; }
.contact-detail-grid, .content-feature-grid, .support-topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 24px 0; }
.contact-detail-grid > *, .content-feature-grid article, .support-topic-grid article { min-width: 0; padding: 22px; border: 1px solid #e1e5df; border-radius: 16px; background: white; text-decoration: none; }
.contact-detail-grid span, .contact-detail-grid small { display: block; }
.contact-detail-grid span { margin-bottom: 8px; color: #758073; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-detail-grid strong { display: block; overflow-wrap: anywhere; color: #172116; font-size: 16px; }
.contact-detail-grid small { margin-top: 8px; color: #6b7469; line-height: 1.55; }
.contact-detail-grid address { font-style: normal; }
.document-meta { padding-bottom: 20px; border-bottom: 1px solid #e1e5df; }
.policy-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 34px; padding-top: 24px; border-top: 1px solid #e1e5df; }

@media (max-width: 1050px) {
  .hero-grid, .product-grid, .template-detail-grid, .feature-comparison { grid-template-columns: 1fr; }
  .platform-hero { min-height: 700px; align-items: end; }
  .hero-backdrop img { width: 900px; right: -360px; opacity: .42; }
  .command-grid { grid-template-columns: 1fr; }
  .product-console { max-width: 820px; margin-inline: auto; }
  .platform-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nail-hero-grid, .nail-showcase-grid, .hair-hero-grid, .hair-editorial-grid, .barber-hero-grid, .barber-shopfront-grid { grid-template-columns: 1fr; }
  .nail-hero-visual, .hair-hero-stage, .barber-hero-stage { max-width: 760px; }
  .nail-feature-grid, .hair-feature-grid, .barber-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-product { max-width: 760px; margin: 0 auto; }
  .template-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-category-grid, .feature-card-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card.featured { transform: none; }
  .industry-link-grid { grid-template-columns: repeat(3, 1fr); }
  .builder-workspace { grid-template-columns: 260px minmax(0, 1fr); }
  .builder-inspector { display: none; }
  .business-header { grid-template-columns: 1fr auto; }
  .business-header nav { display: none; }
  .business-hero { grid-template-columns: 1fr; min-height: auto; }
  .business-visual { max-width: 760px; }
  .business-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-card { min-height: 220px; grid-column: 1 / -1; }
  .grandeur-nav { grid-template-columns: 1fr auto; }
  .grandeur-nav nav { display: none; }
  .grandeur-services, .grandeur-gallery, .grandeur-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grandeur-story { grid-template-columns: 1fr; }
  .grandeur-story-image { justify-self: start; }
  .grandeur-barbers { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .figma-beauty-nav { grid-template-columns: 1fr auto; }
  .figma-beauty-nav nav { display: none; }
  .figma-nail-hero, .figma-hair-hero, .figma-nail-story, .figma-lash-story { grid-template-columns: 1fr; }
  .figma-nail-services, .figma-hair-services, .figma-hair-stylists > div:last-child, .figma-beauty-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figma-lash-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figma-nail-gallery, .figma-hair-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figma-studio-nav { grid-template-columns: 1fr auto; }
  .figma-studio-nav nav { display: none; }
  .figma-studio-services, .figma-studio-gallery, .figma-studio-reviews { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figma-studio-story { grid-template-columns: 1fr; }
  .figma-studio-people > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .contact-detail-grid, .content-feature-grid, .support-topic-grid { grid-template-columns: 1fr; }
  .info-document .prose-card { margin-top: -22px; padding: 26px 20px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: relative; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; left: 14px; right: 14px; top: 66px; display: none; flex-direction: column; align-items: stretch; gap: 5px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 10px; }
  .hero { padding-top: 58px; }
  .platform-hero { min-height: 720px; padding: 82px 0 44px; }
  .platform-hero h1 { font-size: 48px; }
  .platform-hero p { font-size: 17px; }
  .hero-proof-row { grid-template-columns: 1fr 1fr; margin-top: 32px; }
  .hero-backdrop img { width: 760px; right: -410px; top: 120px; }
  .product-console { grid-template-columns: 1fr; }
  .console-sidebar { display: none; }
  .console-cards, .console-checklist, .platform-module-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 45px; }
  .hero h1, .page-hero h1, .template-detail-hero h1 { font-size: 43px; }
  .floating-panel { left: 10px; bottom: -20px; }
  .section { padding: 65px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .industry-category-grid, .template-grid, .steps-grid, .pricing-grid, .feature-list-grid, .feature-card-grid, .industry-link-grid { grid-template-columns: 1fr; }
  .market-layout { grid-template-columns: 1fr; }
  .filters { position: static; }
  .metric-row { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; align-items: flex-start; padding: 30px; }
  .template-detail-meta { grid-template-columns: 1fr; }
  .nail-landing-hero, .hair-landing-hero, .barber-landing-hero { padding: 54px 0 70px; }
  .nail-hero-grid, .nail-showcase-grid, .hair-hero-grid, .hair-editorial-grid, .barber-hero-grid, .barber-shopfront-grid { gap: 42px; }
  .nail-hero-copy h1 { font-size: 46px; }
  .hair-hero-copy h1 { font-size: 42px; }
  .barber-hero-copy h1 { font-size: 50px; overflow-wrap: anywhere; }
  .hair-editorial-copy h2, .hair-preview-body h3 { font-size: 34px; overflow-wrap: anywhere; }
  .barber-system-copy h2, .barber-shopfront-body h2 { font-size: 38px; overflow-wrap: anywhere; }
  .nail-proof-strip, .nail-browser-body, .nail-feature-grid, .hair-service-strip, .hair-preview-body, .hair-feature-grid, .barber-stat-row, .barber-shopfront-body, .barber-price-strip, .barber-feature-grid { grid-template-columns: 1fr; }
  .nail-booking-panel, .hair-appointment-card, .barber-booking-card { position: relative; right: auto; left: auto; bottom: auto; width: 100%; margin-top: 14px; }
  .nail-browser-body, .hair-preview-body, .barber-shopfront-body { padding: 22px; }
  .hair-preview-nav, .barber-shopfront-nav { flex-wrap: wrap; padding-block: 12px; }
  .barber-price-strip span { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .barber-price-strip span:last-child { border-bottom: 0; }
  .nail-feature-grid article, .hair-feature-grid article, .barber-feature-grid article { min-height: 190px; }
  .nail-feature-grid h3, .hair-feature-grid h3, .barber-feature-grid h3 { margin-top: 34px; }
  .preview-toolbar { grid-template-columns: 1fr auto; height: auto; gap: 10px; padding-block: 10px; }
  .preview-toolbar .device-switcher { order: 3; grid-column: 1 / -1; justify-self: center; }
  .preview-canvas { height: calc(100vh - 104px); padding: 10px; }
  .category-heading, .content-columns, .business-about, .business-faq, .business-contact, .business-page-contact, .business-book-page { grid-template-columns: 1fr; }
  .business-contact-cards { grid-template-columns: 1fr; }
  .category-heading { flex-direction: column; }
  .onboarding-shell { grid-template-columns: 1fr; }
  .onboarding-copy { padding: 35px 24px; }
  .onboarding-copy .brand { margin-bottom: 50px; }
  .onboarding-copy > img { margin: 35px 0 -110px 20px; }
  .onboarding-form-panel { padding: 80px 14px 30px; }
  .stack-form { padding: 24px; }
  .dashboard-site-list > article { grid-template-columns: 1fr; }
  .site-stat-row { justify-content: space-between; }
  .builder-page { overflow: auto; }
  .builder-app { height: auto; min-height: 100vh; grid-template-rows: auto auto; }
  .builder-topbar { position: sticky; top: 0; flex-direction: column; align-items: stretch; padding: 10px; }
  .builder-actions { overflow-x: auto; }
  .builder-workspace { grid-template-columns: 1fr; }
  .builder-sidebar { max-height: none; border-right: 0; border-bottom: 1px solid var(--line); }
  .builder-preview { min-height: 700px; }
  .business-header { position: relative; padding: 14px 18px; }
  .business-header > .business-button { display: none; }
  .business-hero, .business-section, .business-booking, .business-contact, .business-page-hero, .business-page-contact, .business-book-page { padding-left: 20px; padding-right: 20px; }
  .business-page-hero { min-height: 340px; padding-top: 65px; padding-bottom: 55px; }
  .business-page-hero h1, .business-page-contact h1, .business-book-page h1 { font-size: 45px; }
  .business-page-contact, .business-book-page { padding-top: 60px; padding-bottom: 60px; }
  .business-hero { padding-top: 60px; padding-bottom: 60px; }
  .business-hero h1 { font-size: 48px; }
  .floating-note { left: 10px; }
  .business-service-grid { grid-template-columns: 1fr; }
  .business-gallery { grid-template-columns: 1fr; padding-left: 20px; padding-right: 20px; }
  .gallery-card { grid-column: auto; }
  .business-faq { gap: 25px; }
  .business-footer { flex-direction: column; }
  .footer-bottom { grid-template-columns: 1fr; justify-items: start; }
  .footer-bottom > span:last-child { text-align: left; }
  .powered-by-magibooking { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .grandeur-nav { grid-template-columns: 1fr; align-items: stretch; gap: 14px; padding: 16px 20px; }
  .grandeur-brand { font-size: 20px; }
  .grandeur-outline-button { justify-self: stretch; min-width: 0; }
  .grandeur-hero { min-height: 760px; padding: 54px 20px; }
  .grandeur-hero h1 { font-size: 58px; }
  .grandeur-proof { position: relative; right: auto; bottom: auto; grid-template-columns: 1fr; margin-top: 36px; }
  .grandeur-proof span { padding: 16px; }
  .grandeur-section, .grandeur-gallery-section, .grandeur-story, .grandeur-book { padding: 70px 20px; }
  .grandeur-section-head { display: block; margin-bottom: 32px; }
  .grandeur-section-head h2, .grandeur-story-copy h2, .grandeur-book h2 { font-size: 42px; }
  .grandeur-services, .grandeur-barbers, .grandeur-gallery, .grandeur-reviews { grid-template-columns: 1fr; }
  .grandeur-services a { min-height: 190px; }
  .grandeur-story-image img { height: 430px; }
  .grandeur-story-image span { position: relative; right: auto; bottom: auto; margin-top: 12px; }
  .grandeur-mini-stats { grid-template-columns: 1fr; }
  .grandeur-gallery { grid-auto-rows: 260px; }
  .grandeur-gallery figure.tall { grid-row: span 1; }
  .grandeur-book-panel { flex-direction: column; align-items: stretch; }
  .figma-beauty-nav { grid-template-columns: 1fr; align-items: stretch; gap: 14px; padding: 16px 20px; }
  .figma-beauty-brand { font-size: 20px; }
  .figma-beauty-nav-cta { justify-self: stretch; }
  .figma-nail-hero, .figma-hair-hero, .figma-lash-hero { min-height: auto; padding: 58px 20px 70px; }
  .figma-nail-hero h1, .figma-hair-hero h1, .figma-lash-hero h1 { font-size: 48px; overflow-wrap: anywhere; }
  .figma-nail-visual > img, .figma-hair-hero img { height: 430px; }
  .figma-nail-visual aside { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 14px; }
  .figma-beauty-stats { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .figma-beauty-section, .figma-beauty-gallery-section, .figma-nail-story, .figma-lash-story, .figma-beauty-book { padding: 66px 20px; }
  .figma-beauty-heading { display: block; margin-bottom: 30px; }
  .figma-beauty-heading h2, .figma-nail-story h2, .figma-lash-story h2, .figma-beauty-book h2 { font-size: 40px; overflow-wrap: anywhere; }
  .figma-nail-services, .figma-hair-services, .figma-hair-stylists > div:last-child, .figma-beauty-reviews, .figma-lash-services { grid-template-columns: 1fr; }
  .figma-nail-gallery, .figma-hair-gallery { grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .figma-nail-gallery figure.tall, .figma-hair-gallery figure.tall { grid-row: span 1; }
  .figma-beauty-book > div { flex-direction: column; align-items: stretch; }
  .figma-lash-refills a { grid-template-columns: 1fr; gap: 4px; }
  .figma-lash-portfolio { columns: 1; }
  .figma-studio-nav { grid-template-columns: 1fr; align-items: stretch; gap: 14px; padding: 16px 20px; }
  .figma-studio-brand { font-size: 20px; }
  .figma-studio-cta { justify-self: stretch; }
  .figma-studio-hero { min-height: auto; padding: 58px 20px 70px; }
  .figma-studio-hero h1 { font-size: 48px; overflow-wrap: anywhere; }
  .figma-studio-hero > div > span, .figma-studio-story > div > span { font-size: 16px; }
  .figma-studio-stats { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .figma-studio-section, .figma-studio-gallery-section, .figma-studio-story, .figma-studio-book { padding: 66px 20px; }
  .figma-studio-heading { display: block; margin-bottom: 30px; }
  .figma-studio-heading h2, .figma-studio-story h2, .figma-studio-book h2 { font-size: 40px; overflow-wrap: anywhere; }
  .figma-studio-services, .figma-studio-gallery, .figma-studio-reviews, .figma-studio-people > div:last-child { grid-template-columns: 1fr; }
  .figma-studio-services a { min-height: 190px; }
  .figma-studio-gallery { grid-auto-rows: 260px; }
  .figma-studio-gallery figure.tall { grid-row: span 1; }
  .figma-studio-book > div { flex-direction: column; align-items: stretch; }
}

@media (max-width: 430px) {
  .hero-actions, .card-actions, .business-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .business-team-grid article { grid-template-columns: auto 1fr; }
  .business-team-grid > article > span { display: none; }
}

.merchant-growth-funnel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 24px;
}

.merchant-growth-funnel article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: white;
}

.merchant-growth-funnel article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 800;
}

.merchant-growth-funnel strong,
.merchant-growth-funnel small {
  display: block;
}

.merchant-growth-funnel strong {
  font-size: 1.65rem;
}

.merchant-growth-funnel small {
  color: var(--muted);
}

.merchant-growth-funnel em {
  color: var(--green-dark);
  font-style: normal;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .merchant-growth-funnel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .merchant-growth-funnel {
    grid-template-columns: 1fr;
  }
}

/* Merchant control center */
.merchant-metric-grid > article {
  padding: 18px;
  border: 1px solid #dfe5db;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 39, 24, .05);
}

.merchant-metric-grid > article span,
.merchant-metric-grid > article small {
  display: block;
  color: #667085;
}

.merchant-metric-grid > article strong {
  display: block;
  margin: 7px 0 4px;
  color: #111827;
  font-size: 25px;
}

.merchant-heading-actions,
.merchant-stack-actions,
.card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.merchant-panel-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.merchant-panel-heading h2,
.merchant-panel-heading p {
  margin: 0;
}

.merchant-sidebar nav {
  display: grid;
  gap: 5px;
}

.merchant-sidebar nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 9px;
  color: #bfc7d5;
  font-weight: 700;
  text-decoration: none;
}

.merchant-sidebar nav a > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  background: #263043;
  color: #a5e46e;
  font-size: 12px;
}

.merchant-sidebar nav a:hover,
.merchant-sidebar nav a[aria-current="page"] {
  background: #293447;
  color: #fff;
}

.merchant-sidebar > small {
  display: block;
  margin-top: 20px;
  color: #9ca6b7;
  overflow-wrap: anywhere;
}

.merchant-logo {
  display: block;
}

.merchant-logo img {
  width: 180px;
  height: auto;
}

.merchant-site-picker > span {
  display: block;
  margin-bottom: 8px;
  color: #aeb7c7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.merchant-checklist {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.merchant-checklist li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0ea;
}

.merchant-checklist li span {
  color: #8b96a7;
  font-weight: 900;
}

.merchant-checklist li.done span {
  color: #5f9f35;
}

.merchant-funnel {
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
}

.merchant-funnel > div {
  padding: 18px 8px;
  border-radius: 12px;
  background: #f4f7f1;
  text-align: center;
}

.merchant-funnel > div strong,
.merchant-funnel > div span {
  display: block;
}

.merchant-funnel > div strong {
  font-size: 27px;
}

.merchant-funnel > div span {
  margin-top: 5px;
  color: #667085;
  font-size: 13px;
}

.merchant-funnel > i::after {
  content: "→";
  color: #98a2b3;
  font-style: normal;
}

.merchant-data-list {
  margin: 18px 0;
}

.merchant-data-list > div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0ea;
}

.merchant-data-list dt {
  color: #667085;
}

.merchant-data-list dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.snapshot-list,
.merchant-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.snapshot-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0ea;
}

.snapshot-list li div span {
  display: block;
  margin-top: 4px;
  color: #667085;
  font-size: 13px;
}

.merchant-feature-list li {
  padding: 7px 0;
}

.connection-summary.connected {
  border-color: #bcd9aa;
  background: #f8fcf5;
}

.connection-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  border-radius: 50%;
  background: #fff1cd;
  color: #946200;
  font-size: 22px;
  font-weight: 900;
}

.connection-summary.connected .connection-icon {
  background: #dff2d3;
  color: #39751b;
}

.merchant-break-word {
  overflow-wrap: anywhere;
}

.merchant-analytics-bars > div {
  display: grid;
  grid-template-columns: 150px minmax(120px, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.merchant-analytics-bars i {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5f9f35 var(--bar), #e7ece3 var(--bar));
}

.merchant-team-grid > article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 18px;
  border: 1px solid #e1e6dd;
  border-radius: 13px;
  background: #fff;
}

.merchant-team-grid > article > span {
  display: grid;
  width: 44px;
  height: 44px;
  grid-row: 1 / 3;
  place-items: center;
  border-radius: 50%;
  background: #e4f3da;
  color: #39751b;
  font-weight: 900;
}

.merchant-team-grid > article h2,
.merchant-team-grid > article p {
  margin: 0;
}

.merchant-team-grid > article h2 {
  font-size: 18px;
}

.merchant-team-grid > article p,
.merchant-team-grid > article > strong {
  color: #667085;
  font-size: 13px;
}

.merchant-danger-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 22px;
  border: 1px solid #f1cccc;
  border-radius: 16px;
  background: #fffafa;
}

.merchant-danger-zone h2,
.merchant-danger-zone p {
  margin: 4px 0 0;
}

.merchant-empty {
  padding: 28px;
  border: 1px dashed #cfd7ca;
  border-radius: 14px;
  color: #667085;
  text-align: center;
}

.button-full {
  width: 100%;
  justify-content: center;
}

.business-brand img {
  display: block;
  width: auto;
  max-width: 190px;
  height: 44px;
  object-fit: contain;
}

.business-footer > div {
  display: flex;
  gap: 14px;
}

.business-footer > div a {
  color: inherit;
}

.builder-advanced-fields {
  display: grid;
  gap: 16px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dfe4dc;
}

.builder-collection-editor,
.section-order-editor {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dfe4dc;
}

.builder-collection-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.builder-collection-heading span {
  color: #667085;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.builder-collection-heading h3 {
  margin: 4px 0 0;
}

.builder-collection-list {
  display: grid;
  gap: 10px;
}

.builder-collection-list article {
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 1px solid #dce3d8;
  border-radius: 10px;
  background: #f9fbf7;
}

.builder-collection-list article label {
  gap: 4px;
  font-size: 12px;
}

.section-order-list {
  display: grid;
  gap: 7px;
}

.section-order-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #dce3d8;
  border-radius: 9px;
  background: #fff;
  text-transform: capitalize;
}

.section-order-list article div {
  display: flex;
  gap: 5px;
}

.section-order-list button {
  width: 32px;
  height: 32px;
  border: 1px solid #cfd8ca;
  border-radius: 7px;
  background: #f7f9f5;
  cursor: pointer;
}

.draft-difference {
  margin: 18px 0;
  padding: 15px;
  border: 1px solid #dce3d8;
  border-radius: 11px;
  background: #f8faf6;
}

.draft-difference h3,
.draft-difference p {
  margin: 0 0 7px;
}

.draft-difference strong {
  display: block;
  margin-bottom: 5px;
}

.draft-difference p,
.draft-difference a {
  color: #667085;
  font-size: 13px;
}

.contrast-warning {
  margin-bottom: 18px;
  padding: 12px 14px;
  border: 1px solid #cfe0c5;
  border-radius: 9px;
  background: #f3f9ef;
  color: #315f1d;
  font-size: 13px;
  line-height: 1.45;
}

.contrast-warning.has-warning {
  border-color: #edcd8d;
  background: #fff8e8;
  color: #805500;
}

.customer-order-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.customer-order-grid > article {
  padding: 22px;
  border: 1px solid #dce3d8;
  border-radius: 15px;
  background: #fff;
}

.customer-order-grid > article > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.customer-order-grid h2 {
  margin: 18px 0 6px;
}

.customer-order-grid article > p {
  color: #667085;
}

.customer-order-grid dl {
  margin: 18px 0;
}

.customer-order-grid dl div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0ea;
}

.customer-order-grid dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.customer-review-card {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto 60px;
  padding: 26px;
  border: 1px solid #dce3d8;
  border-radius: 15px;
  background: #fff;
}

.customer-review-card label {
  display: grid;
  gap: 7px;
  margin: 18px 0;
  font-weight: 800;
}

.customer-review-card textarea {
  padding: 12px;
  border: 1px solid #cbd5c6;
  border-radius: 9px;
  font: inherit;
}

.approval-version {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 0;
  padding: 14px 16px;
  color: #31522a;
  background: #f1f8ed;
  border: 1px solid #cfe2c6;
  border-radius: 10px;
}

.approval-version span {
  color: var(--muted);
  font-size: 13px;
}

.customer-review-card .approval-confirmation {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  background: #f7f8f5;
  border: 1px solid #dce3d8;
  border-radius: 10px;
}

.approval-confirmation input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
}

.customer-approval-record dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0ea;
}

.customer-approval-record dd {
  margin: 0;
  text-align: right;
}

@media (max-width: 900px) {
  .customer-order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 580px) {
  .customer-order-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .merchant-sidebar nav {
    display: flex;
    gap: 8px;
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .merchant-sidebar nav a {
    flex: 0 0 auto;
  }

  .merchant-funnel {
    grid-template-columns: 1fr;
  }

  .merchant-funnel > i::after {
    content: "↓";
    display: block;
    text-align: center;
  }

  .merchant-analytics-bars > div {
    grid-template-columns: 1fr auto;
  }

  .merchant-analytics-bars i {
    grid-column: 1 / -1;
  }

  .merchant-danger-zone {
    align-items: flex-start;
    flex-direction: column;
  }
}
.admin-metrics { grid-template-columns: repeat(5, 1fr); }
.admin-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 28px; }
.admin-link-grid a { display: grid; gap: 7px; min-height: 150px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; }
.admin-link-grid a:hover { border-color: #b8c3e8; box-shadow: 0 12px 30px rgba(25, 35, 70, .08); }
.admin-link-grid span { color: var(--muted); font-size: 13px; }
.table-scroll { overflow-x: auto; }
.admin-table { width: 100%; border-collapse: collapse; background: white; }
.admin-table th, .admin-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; font-size: 12px; white-space: nowrap; }
.admin-table th { color: var(--muted); background: var(--surface-alt); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
@media (max-width: 900px) { .admin-metrics, .admin-link-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .admin-metrics, .admin-link-grid { grid-template-columns: 1fr; } }

@media (max-width: 1050px) {
  .marketplace-hero-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .marketplace-hero h1 { font-size: 50px; }
  .market-trust-strip .container { grid-template-columns: repeat(3, 1fr); padding-block: 14px; }
  .market-trust-strip .container > div { border-right: 0; padding: 10px; }
}

@media (max-width: 760px) {
  .market-promo .container { justify-content: space-between; }
  .market-promo .container > span { max-width: 230px; line-height: 1.3; }
  .site-header { position: relative; }
  .site-header .primary-nav { top: 62px; color: var(--ink); }
  .site-header .primary-nav > a:not(.button) { color: #4e5668; }
  .category-nav .container { gap: 20px; }
  .marketplace-hero { padding: 54px 0 64px; }
  .marketplace-hero-grid { grid-template-columns: 1fr; }
  .marketplace-hero h1 { font-size: 46px; }
  .marketplace-hero-visual { min-height: 350px; }
  .market-search { grid-template-columns: 1fr; }
  .market-search button { min-height: 48px; }
  .market-trust-strip .container { grid-template-columns: repeat(2, 1fr); }
  .market-section-heading { display: block; }
  .market-section-heading > a { display: inline-block; margin-top: 18px; }
  .template-image-action { opacity: 1; transform: none; }
}

@media (max-width: 430px) {
  .market-promo .container { width: min(100% - 24px, 1180px); }
  .market-promo .container > span { font-size: 11px; }
  .market-promo a { font-size: 11px; }
  .category-nav .container { width: calc(100% - 24px); }
  .marketplace-hero h1 { font-size: 40px; }
  .marketplace-hero-copy > p { font-size: 16px; }
  .marketplace-hero-visual { min-height: 300px; }
  .hero-preview-main { left: 0; width: 67%; }
  .hero-preview-top { right: 0; width: 53%; }
  .hero-preview-bottom { right: 0; width: 53%; }
  .market-trust-strip .container { grid-template-columns: 1fr 1fr; }
  .template-title-row, .template-rating { align-items: flex-start; }
  .site-header .platform-logo { width: 148px; min-width: 148px; }
  .site-header .platform-logo-art { width: 148px; height: 52px; padding: 3px 6px; border-radius: 14px; }
  .site-header .platform-logo-art img { width: 100%; height: 100%; }
}

/* Marketplace theme overrides live last so legacy component rules cannot win. */
.site-header { position: relative; color: #f4f5f2; background: #222422; border-bottom-color: rgba(255,255,255,.08); backdrop-filter: none; }
.site-header .brand small { color: #aeb3aa; }
.site-header .primary-nav > a:not(.button) { color: #c6cac3; }
.site-header .primary-nav > a:not(.button):hover,
.site-header .primary-nav > a[aria-current="page"] { color: white; }
.site-header .button { color: #1f251b; background: #a8e873; border-color: #a8e873; }
.site-header .button:hover { color: #111; background: #baf58a; border-color: #baf58a; box-shadow: none; }
.brand-mark { color: #1f251b; background: #a8e873; border-radius: 5px; box-shadow: none; }
.template-grid { gap: 20px; }
.template-card { border-radius: 5px; border-color: #d9ded6; box-shadow: 0 6px 18px rgba(33,40,31,.055); transition: transform .18s ease, box-shadow .18s ease; }
.template-card:hover { transform: translateY(-3px); box-shadow: 0 17px 38px rgba(33,40,31,.11); }
.template-image { aspect-ratio: 1.48; }
.template-image span { left: 11px; bottom: 11px; border-radius: 3px; background: rgba(33,36,32,.86); }
.template-card-body { padding: 17px; }
.template-card h3 { font-size: 19px; }
.template-meta { margin-top: 10px; }
.template-meta span { background: #f0f2ee; border-radius: 3px; }
.card-actions .button { min-height: 39px; border-radius: 4px; }
.industry-category-card { min-height: 190px; border-radius: 5px; box-shadow: 0 5px 16px rgba(33,40,31,.04); }
.industry-category-card:hover { border-color: #abc58f; box-shadow: 0 16px 34px rgba(33,40,31,.09); }
.industry-category-card h3 { margin-top: 30px; }
.industry-category-card strong { color: var(--primary-dark); }

@media (max-width: 760px) {
  .site-header .primary-nav { top: 62px; color: var(--ink); }
  .site-header .primary-nav > a:not(.button) { color: #4e5668; }
}

@font-face { font-family: "Serene DM Sans"; src: url("/assets/figma/serene-massage/fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 300 500; font-display: swap; }
@font-face { font-family: "Serene DM Mono"; src: url("/assets/figma/serene-massage/fonts/dm-mono-regular.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Serene DM Mono"; src: url("/assets/figma/serene-massage/fonts/dm-mono-medium.woff2") format("woff2"); font-style: normal; font-weight: 500; font-display: swap; }
@font-face { font-family: "Serene Playfair"; src: url("/assets/figma/serene-massage/fonts/playfair-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 700; font-display: swap; }
@font-face { font-family: "Serene Playfair"; src: url("/assets/figma/serene-massage/fonts/playfair-italic-latin.woff2") format("woff2"); font-style: italic; font-weight: 400 700; font-display: swap; }
.serene-template { --serene-bg: #161510; --serene-surface: #211f19; --serene-gold: #c9aa70; --serene-ink: #f4f0e8; --serene-muted: #a49d8f; color: var(--serene-ink); background: var(--serene-bg); font-family: "Serene DM Sans", sans-serif; }
.serene-nav { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 18px clamp(22px, 4vw, 64px); background: #1a1915; border-bottom: 1px solid rgba(201,170,112,.18); }
.serene-brand { display: inline-flex; align-items: center; gap: 12px; color: var(--serene-ink); font-family: "Serene Playfair", serif; font-size: 25px; font-weight: 700; }
.serene-brand span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--serene-gold); border: 1px solid var(--serene-gold); border-radius: 50%; font-family: sans-serif; }
.serene-nav nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); }
.serene-nav nav a, .serene-outline { color: var(--serene-muted); font-family: "Serene DM Mono", monospace; font-size: 11px; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.serene-nav nav a:hover { color: var(--serene-gold); }
.serene-outline { justify-self: end; min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 20px; color: var(--serene-gold); border: 1px solid var(--serene-gold); }
.serene-hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; padding: 80px clamp(24px, 4vw, 68px); isolation: isolate; }
.serene-hero > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center 44%; filter: saturate(.65) sepia(.18); }
.serene-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(15,14,11,.94) 0%, rgba(15,14,11,.77) 45%, rgba(15,14,11,.42) 100%); }
.serene-hero-content { max-width: 710px; }
.serene-breadcrumbs { display: flex; gap: 8px; margin-bottom: 32px; color: #bab1a1; font-size: 12px; }
.serene-hero-content > p, .serene-heading p, .serene-story > div:last-child > p, .serene-book p { margin: 0; color: var(--serene-gold); font-family: "Serene DM Mono", monospace; font-size: 12px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.serene-hero h1 { margin: 24px 0; font-family: "Serene Playfair", serif; font-size: clamp(62px, 7.4vw, 108px); font-weight: 500; line-height: .88; letter-spacing: -.035em; }
.serene-hero h1 em, .serene-story h2 em { color: var(--serene-gold); font-weight: 400; }
.serene-hero-content > span { display: block; max-width: 640px; color: #c9c3b8; font-size: 17px; line-height: 1.75; }
.serene-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.serene-actions a, .serene-story > div:last-child > a, .serene-book > a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; padding: 12px 22px; color: #171510; background: var(--serene-gold); border: 1px solid var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.serene-actions a:last-child { color: var(--serene-ink); background: transparent; border-color: rgba(244,240,232,.25); }
.serene-open { position: absolute; right: clamp(24px, 5vw, 78px); bottom: 70px; width: 250px; display: grid; text-align: right; border: 1px solid rgba(201,170,112,.2); background: rgba(17,16,12,.72); backdrop-filter: blur(10px); }
.serene-open > * { padding: 15px 18px; border-bottom: 1px solid rgba(201,170,112,.15); }
.serene-open > *:last-child { border-bottom: 0; }
.serene-open span { color: var(--serene-muted); font-family: "Courier New", monospace; font-size: 11px; text-transform: uppercase; }
.serene-open strong { color: var(--serene-ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; }
.serene-open b { display: block; color: var(--serene-gold); font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.serene-section, .serene-story, .serene-quote, .serene-book { padding: 96px clamp(24px, 5vw, 80px); }
.serene-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; max-width: 1240px; margin: 0 auto 48px; }
.serene-heading h2, .serene-story h2, .serene-book h2 { margin: 7px 0 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 500; line-height: 1; }
.serene-heading > span { max-width: 410px; color: var(--serene-muted); }
.serene-services { max-width: 1240px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 0 auto; background: rgba(201,170,112,.17); }
.serene-services article { min-height: 320px; display: flex; flex-direction: column; padding: 28px; background: var(--serene-surface); }
.serene-services article > span { color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; }
.serene-services h3, .serene-team h3 { margin: 28px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 500; }
.serene-services p { color: var(--serene-muted); font-size: 14px; }
.serene-services article > div { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(201,170,112,.16); }
.serene-services strong { color: var(--serene-gold); font-family: Georgia, "Times New Roman", serif; font-size: 19px; }
.serene-services small { color: var(--serene-muted); }
.serene-services a, .serene-team a { margin-top: 16px; color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.serene-story { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(48px, 7vw, 110px); background: #201e18; }
.serene-story-photo { position: relative; max-width: 560px; justify-self: end; }
.serene-story-photo img { width: 100%; height: 630px; object-fit: cover; filter: saturate(.65) sepia(.15); }
.serene-story-photo > span { position: absolute; right: -28px; bottom: 32px; display: grid; min-width: 160px; padding: 20px; color: var(--serene-muted); background: #171611; border: 1px solid rgba(201,170,112,.25); font-family: "Courier New", monospace; font-size: 10px; text-transform: uppercase; }
.serene-story-photo strong { color: var(--serene-gold); font-family: Georgia, "Times New Roman", serif; font-size: 42px; }
.serene-story > div:last-child { max-width: 620px; }
.serene-story > div:last-child > span { display: block; margin: 24px 0; color: var(--serene-muted); font-size: 17px; line-height: 1.8; }
.serene-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0; }
.serene-stats span { display: grid; color: var(--serene-muted); font-size: 11px; text-transform: uppercase; }
.serene-stats strong { color: var(--serene-gold); font-family: Georgia, "Times New Roman", serif; font-size: 28px; }
.serene-team-section { background: #171611; }
.serene-team { max-width: 1240px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin: 0 auto; }
.serene-team article { min-height: 260px; display: flex; flex-direction: column; padding: 28px; background: #211f19; border: 1px solid rgba(201,170,112,.15); }
.serene-team article > span { color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; }
.serene-team p, .serene-team small { color: var(--serene-muted); }
.serene-team a { margin-top: auto; }
.serene-quote { display: grid; gap: 20px; justify-items: center; background: var(--serene-gold); color: #1b1914; text-align: center; }
.serene-quote > span, .serene-quote > strong { font-family: "Courier New", monospace; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.serene-quote blockquote { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 4vw, 48px); line-height: 1.15; }
.serene-book { display: flex; align-items: center; justify-content: space-between; gap: 48px; background: #201e18; }
.serene-book > div { max-width: 780px; }
.serene-book > div > span { display: block; margin-top: 16px; color: var(--serene-muted); font-size: 17px; }
.serene-footer { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; padding: 42px clamp(24px, 5vw, 80px); color: var(--serene-muted); border-top: 1px solid rgba(201,170,112,.16); }
.serene-footer > div { display: grid; gap: 4px; }
.serene-footer strong { color: var(--serene-ink); font-family: Georgia, "Times New Roman", serif; font-size: 22px; }
.serene-footer span { font-size: 12px; }

@media (max-width: 900px) {
  .serene-nav { grid-template-columns: 1fr auto; }
  .serene-nav nav { display: none; }
  .serene-open { position: relative; right: auto; bottom: auto; width: 100%; max-width: 540px; margin-top: 32px; text-align: left; }
  .serene-hero { display: block; min-height: 760px; }
  .serene-hero-content { max-width: 650px; }
  .serene-services { grid-template-columns: repeat(2, 1fr); }
  .serene-story { grid-template-columns: 1fr; }
  .serene-story-photo { justify-self: start; }
  .serene-team { grid-template-columns: 1fr; }
  .serene-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .serene-nav { min-height: 68px; padding: 14px 18px; }
  .serene-brand { font-size: 21px; }
  .serene-outline { padding: 8px 12px; }
  .serene-hero { min-height: 760px; padding: 60px 20px; }
  .serene-hero h1 { font-size: 56px; }
  .serene-heading { display: block; }
  .serene-heading > span { display: block; margin-top: 15px; }
  .serene-services { grid-template-columns: 1fr; }
  .serene-services article { min-height: 290px; }
  .serene-section, .serene-story, .serene-quote, .serene-book { padding: 70px 20px; }
  .serene-story-photo img { height: 430px; }
  .serene-story-photo > span { position: relative; right: auto; bottom: auto; }
  .serene-stats { grid-template-columns: 1fr; }
  .serene-book { flex-direction: column; align-items: flex-start; }
  .serene-footer { grid-template-columns: 1fr; }
}

.serene-marquee { display: flex; overflow: hidden; gap: 52px; padding: 16px 0; color: #191711; background: var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.serene-marquee span { flex: 0 0 auto; animation: serene-scroll 28s linear infinite; }
@keyframes serene-scroll { to { transform: translateX(calc(-100% - 52px)); } }
.serene-services article { display: grid; grid-template-rows: 190px 1fr; min-height: 520px; padding: 0; overflow: hidden; }
.serene-services article > img { width: 100%; height: 190px; object-fit: cover; filter: saturate(.72) sepia(.1); transition: transform .45s ease; }
.serene-services article:hover > img { transform: scale(1.025); }
.serene-service-copy { display: flex; flex-direction: column; padding: 24px; }
.serene-service-copy > span { color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; }
.serene-service-copy > div { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(201,170,112,.16); }
.serene-service-copy > a { margin-top: 16px; color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.serene-stats { grid-template-columns: repeat(4, 1fr); }
.serene-team article { min-height: 550px; display: grid; grid-template-rows: 320px 1fr; padding: 0; overflow: hidden; }
.serene-team article > img { width: 100%; height: 320px; object-fit: cover; object-position: center 20%; filter: saturate(.75) sepia(.08); transition: transform .45s ease; }
.serene-team article:hover > img { transform: scale(1.025); }
.serene-team article > div { display: flex; flex-direction: column; padding: 24px; }
.serene-team article > div > span { color: var(--serene-gold); font-family: "Courier New", monospace; font-size: 11px; }
.serene-testimonials { padding: 96px clamp(24px, 5vw, 80px); background: #211f19; }
.serene-testimonials > div:last-child { max-width: 1240px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 0 auto; background: rgba(201,170,112,.18); }
.serene-testimonials article { min-height: 300px; display: flex; flex-direction: column; padding: 30px; background: #171611; }
.serene-testimonials article > span { color: var(--serene-gold); letter-spacing: .08em; }
.serene-testimonials blockquote { margin: 34px 0; color: var(--serene-ink); font-family: Georgia, "Times New Roman", serif; font-size: 21px; line-height: 1.45; }
.serene-testimonials strong { margin-top: auto; color: var(--serene-muted); font-family: "Courier New", monospace; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.serene-book { position: relative; min-height: 530px; overflow: hidden; isolation: isolate; }
.serene-book > img { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; filter: saturate(.55) sepia(.15); }
.serene-book-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(15,14,11,.93), rgba(15,14,11,.58)); }
.serene-template :is(h1, h2, h3, blockquote, .serene-open strong, .serene-open b, .serene-stats strong, .serene-story-photo strong, .serene-footer strong) { font-family: "Serene Playfair", serif; }
.serene-template :is(.serene-actions a, .serene-story a, .serene-book > a, .serene-service-copy > span, .serene-service-copy > a, .serene-team a, .serene-team article > div > span, .serene-marquee, .serene-testimonials strong) { font-family: "Serene DM Mono", monospace; }

@media (max-width: 900px) {
  .serene-stats { grid-template-columns: repeat(2, 1fr); }
  .serene-testimonials > div:last-child { grid-template-columns: 1fr; }
  .serene-team article { grid-template-rows: 380px 1fr; }
  .serene-team article > img { height: 380px; }
}

@media (max-width: 600px) {
  .serene-services article { grid-template-rows: 180px 1fr; }
  .serene-services article > img { height: 180px; }
  .serene-stats { grid-template-columns: 1fr 1fr; }
  .serene-testimonials { padding: 70px 20px; }
  .serene-team article { grid-template-rows: 340px 1fr; }
  .serene-team article > img { height: 340px; }
  .serene-book { min-height: 620px; justify-content: center; }
}

@font-face { font-family: "Zen DM Sans"; src: url("/assets/figma/zen-head-spa/fonts/dm-sans-latin.woff2") format("woff2"); font-style: normal; font-weight: 300 500; font-display: swap; }
@font-face { font-family: "Zen Playfair"; src: url("/assets/figma/zen-head-spa/fonts/playfair-latin.woff2") format("woff2"); font-style: normal; font-weight: 400 600; font-display: swap; }
@font-face { font-family: "Zen Playfair"; src: url("/assets/figma/zen-head-spa/fonts/playfair-italic-latin.woff2") format("woff2"); font-style: italic; font-weight: 400 500; font-display: swap; }
.zen-template { --zen-ink:#252820; --zen-muted:#6f756c; --zen-sage:#758077; --zen-bg:#f5f2eb; --zen-surface:#fffdf8; --zen-dark:#252820; color:var(--zen-ink); background:var(--zen-bg); font-family:"Zen DM Sans",sans-serif; }
.zen-template h1,.zen-template h2,.zen-template h3 { font-family:"Zen Playfair",serif; font-weight:400; }
.zen-announcement { min-height:43px; display:flex; align-items:center; justify-content:center; gap:13px; padding:8px 20px; color:#f7f4ed; background:#252820; font-size:13px; }
.zen-announcement a { text-decoration:underline; text-underline-offset:3px; }
.zen-announcement i { opacity:.45; }
.zen-nav { min-height:74px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:30px; padding:14px clamp(24px,4vw,56px); background:#fbf9f4; border-bottom:1px solid #dedbd2; }
.zen-brand { display:grid; width:max-content; line-height:1; }
.zen-brand strong { font-family:"Zen Playfair",serif; font-size:25px; }
.zen-brand small { margin-top:7px; color:#8e918a; font-size:8px; letter-spacing:.35em; text-transform:uppercase; }
.zen-nav nav { display:flex; gap:clamp(18px,2.5vw,40px); color:#555c54; font-size:13px; }
.zen-nav nav a:hover { color:#11140f; }
.zen-button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; padding:12px 24px; border:1px solid #252820; border-radius:9px; font-weight:500; }
.zen-button-dark { color:#fff; background:#252820; }
.zen-button-light { color:#252820; background:transparent; }
.zen-nav > .zen-button { justify-self:end; }
.zen-hero { min-height:640px; display:grid; grid-template-columns:1.05fr .95fr; background:#f6f3ed; }
.zen-hero-copy { display:flex; flex-direction:column; justify-content:center; padding:70px clamp(30px,5vw,78px); }
.zen-breadcrumbs { display:flex; gap:8px; margin-bottom:24px; color:var(--zen-muted); font-size:12px; }
.zen-hero-copy > p,.zen-heading > p,.zen-heading > div > p,.zen-benefits > div > p,.zen-story > div > p,.zen-gifts > div > p,.zen-contact > div > p { margin:0 0 22px; color:#7b827a; font-size:10px; font-weight:500; letter-spacing:.28em; text-transform:uppercase; }
.zen-hero h1 { max-width:680px; margin:0; font-size:clamp(52px,5.8vw,80px); line-height:.94; letter-spacing:-.035em; }
.zen-hero h1 em { color:#7d8981; }
.zen-hero-copy > span { max-width:610px; margin-top:28px; color:var(--zen-muted); font-size:18px; line-height:1.65; }
.zen-actions { display:flex; gap:12px; margin-top:36px; }
.zen-proof { display:grid; grid-template-columns:1fr 1fr; gap:12px 28px; margin-top:42px; color:#697069; font-size:12px; }
.zen-proof span::first-letter { color:#96a297; }
.zen-hero > img { width:100%; height:100%; min-height:640px; object-fit:cover; }
.zen-section { padding:96px clamp(24px,5vw,80px); background:var(--zen-surface); }
.zen-heading { max-width:1200px; margin:0 auto 42px; }
.zen-heading.center { text-align:center; }
.zen-heading h2,.zen-benefits h2,.zen-story h2,.zen-gifts h2,.zen-contact h2 { max-width:800px; margin:0; font-size:clamp(38px,4.6vw,62px); line-height:1.03; }
.zen-heading > span { display:block; max-width:640px; margin-top:14px; color:var(--zen-muted); }
.zen-services { max-width:1200px; display:grid; grid-template-columns:repeat(2,1fr); gap:22px; margin:0 auto; }
.zen-services article { display:grid; grid-template-columns:.9fr 1.1fr; min-height:340px; overflow:hidden; background:#f4f0e7; border:1px solid #dfdbd1; border-radius:12px; }
.zen-services img { width:100%; height:100%; object-fit:cover; }
.zen-services article > div { display:flex; flex-direction:column; padding:28px; }
.zen-services h3 { margin:0 0 12px; font-size:28px; }
.zen-services p { color:var(--zen-muted); font-size:14px; }
.zen-services span { margin-top:auto; color:var(--zen-muted); font-size:12px; }
.zen-services strong { margin-top:3px; font-size:20px; }
.zen-services a { margin-top:18px; text-decoration:underline; text-underline-offset:4px; font-size:13px; font-weight:500; }
.zen-journey { background:#e8e8df; }
.zen-steps { max-width:1200px; display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin:0 auto; background:#cfd2c9; }
.zen-steps article { min-height:250px; padding:28px; background:#eef0e9; }
.zen-steps article > span { color:#879188; font-family:"Zen Playfair",serif; font-size:28px; }
.zen-steps h3 { margin:35px 0 10px; font-size:24px; }
.zen-steps p { margin:0; color:var(--zen-muted); font-size:14px; }
.zen-concerns { max-width:1200px; display:grid; grid-template-columns:repeat(4,1fr); gap:14px; margin:0 auto; }
.zen-concerns article { min-height:200px; padding:22px; background:#f4f1ea; border:1px solid #e1ddd4; border-radius:10px; }
.zen-concerns article > span { color:#89968c; font-size:22px; }
.zen-concerns h3 { margin:26px 0 8px; font-size:21px; }
.zen-concerns p { margin:0; color:var(--zen-muted); font-size:13px; }
.zen-center-action { margin-top:34px; text-align:center; }
.zen-benefits { display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:clamp(44px,7vw,100px); padding:96px clamp(24px,5vw,80px); color:#f3f1ea; background:#283029; }
.zen-benefits > div { max-width:650px; }
.zen-benefits ul,.zen-story ul { display:grid; gap:12px; padding:0; margin:28px 0; list-style:none; }
.zen-benefits li::before,.zen-story li::before { content:"✓"; margin-right:12px; color:#aebcb0; }
.zen-benefits .zen-button { color:white; border-color:#ddd; }
.zen-benefits figure { position:relative; margin:0; }
.zen-benefits img { width:100%; height:560px; object-fit:cover; border-radius:12px; }
.zen-benefits figcaption { position:absolute; left:-25px; bottom:28px; display:grid; padding:18px 22px; color:#252820; background:#f6f3ed; border-radius:9px; }
.zen-benefits figcaption strong { font-family:"Zen Playfair",serif; font-size:30px; }
.zen-benefits figcaption span { font-size:11px; }
.zen-story { display:grid; grid-template-columns:.9fr 1.1fr; align-items:center; gap:clamp(50px,8vw,110px); padding:96px clamp(24px,5vw,80px); background:#f3efe7; }
.zen-story > img { width:100%; max-width:570px; height:650px; object-fit:cover; justify-self:end; border-radius:12px; }
.zen-story > div { max-width:650px; }
.zen-story > div > span { display:block; margin-top:24px; color:var(--zen-muted); font-size:17px; line-height:1.75; }
.zen-specialists-section { background:#e9ece6; }
.zen-specialists { max-width:1100px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin:0 auto; }
.zen-specialists article { min-height:430px; display:flex; flex-direction:column; align-items:flex-start; padding:30px; background:#faf8f2; border:1px solid #d9ddd5; border-radius:12px; }
.zen-specialists article > span { width:72px; height:72px; display:grid; place-items:center; color:white; background:#78847b; border-radius:50%; font-family:"Zen Playfair",serif; font-size:22px; }
.zen-specialists h3 { margin:26px 0 4px; font-size:27px; }
.zen-specialists article > strong { color:#6f776f; font-size:13px; }
.zen-specialists p,.zen-specialists small { color:var(--zen-muted); font-size:13px; }
.zen-specialists small { display:block; margin-top:7px; }
.zen-specialists a { margin-top:auto; text-decoration:underline; text-underline-offset:4px; font-size:13px; }
.zen-reviews { max-width:1200px; display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin:0 auto; }
.zen-reviews article { min-height:280px; display:flex; flex-direction:column; padding:28px; background:#f4f1e9; border-radius:10px; }
.zen-reviews article > span { color:#839084; letter-spacing:.08em; }
.zen-reviews blockquote { margin:24px 0; font-family:"Zen Playfair",serif; font-size:21px; line-height:1.45; }
.zen-reviews strong { margin-top:auto; }
.zen-reviews small { color:var(--zen-muted); }
.zen-results { background:#f0eee7; }
.zen-results > div:nth-of-type(2) { max-width:1200px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin:0 auto; }
.zen-results figure { margin:0; }
.zen-results img { width:100%; aspect-ratio:1; object-fit:cover; border-radius:10px; }
.zen-results figcaption { margin-top:10px; font-weight:500; }
.zen-results > small { max-width:1200px; display:block; margin:20px auto 0; color:var(--zen-muted); }
.zen-gifts { display:grid; grid-template-columns:.8fr 1.2fr; gap:42px; padding:96px clamp(24px,5vw,80px); color:#f5f2eb; background:#7b877e; }
.zen-gifts > div:first-child > span { display:block; max-width:530px; margin-top:18px; }
.zen-gift-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.zen-gift-grid a { min-height:120px; display:grid; align-content:center; padding:20px; color:#283029; background:#f5f2eb; border-radius:9px; }
.zen-gift-grid strong { font-family:"Zen Playfair",serif; font-size:29px; }
.zen-gifts > .zen-button { grid-column:2; justify-self:start; color:white; border-color:white; }
.zen-faq { background:#faf8f2; }
.zen-faq > div:last-child { max-width:900px; margin:0 auto; border-top:1px solid #d9d7d0; }
.zen-faq details { border-bottom:1px solid #d9d7d0; }
.zen-faq summary { display:flex; justify-content:space-between; gap:20px; padding:20px 0; cursor:pointer; font-family:"Zen Playfair",serif; font-size:19px; }
.zen-faq details p { color:var(--zen-muted); }
.zen-contact { display:grid; grid-template-columns:1.1fr .9fr; gap:60px; padding:96px clamp(24px,5vw,80px); background:#f1eee7; }
.zen-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin:30px 0; }
.zen-contact-grid span { color:var(--zen-muted); }
.zen-contact-grid strong { display:block; margin-bottom:6px; color:var(--zen-ink); }
.zen-contact aside { min-height:430px; display:grid; place-content:center; text-align:center; color:#687268; background:#dfe4dc; border:1px solid #ced5ca; border-radius:12px; }
.zen-contact aside strong { margin-top:8px; }
.zen-footer { display:grid; grid-template-columns:1.2fr .7fr .8fr; gap:50px; padding:65px clamp(24px,5vw,80px) 30px; color:#cbcfc7; background:#252820; }
.zen-footer > div { display:flex; flex-direction:column; gap:8px; }
.zen-footer strong { color:white; font-family:"Zen Playfair",serif; font-size:21px; }
.zen-footer p { max-width:390px; }
.zen-footer a:hover { color:white; }
.zen-footer > small { grid-column:1/-1; padding-top:24px; border-top:1px solid rgba(255,255,255,.12); }

@media (max-width:1000px) {
  .zen-nav { grid-template-columns:1fr auto; }
  .zen-nav nav { display:none; }
  .zen-hero { grid-template-columns:1fr 1fr; }
  .zen-services article { grid-template-columns:1fr; }
  .zen-services img { height:250px; }
  .zen-steps { grid-template-columns:repeat(2,1fr); }
  .zen-concerns { grid-template-columns:repeat(2,1fr); }
  .zen-specialists { grid-template-columns:1fr; }
  .zen-specialists article { min-height:350px; }
}
@media (max-width:700px) {
  .zen-announcement { justify-content:flex-start; overflow-x:auto; white-space:nowrap; }
  .zen-nav { padding:12px 18px; }
  .zen-nav > .zen-button { padding:10px 14px; }
  .zen-hero { grid-template-columns:1fr; }
  .zen-hero-copy { padding:58px 20px; }
  .zen-hero h1 { font-size:49px; }
  .zen-hero > img { min-height:460px; }
  .zen-proof,.zen-services,.zen-steps,.zen-concerns,.zen-benefits,.zen-story,.zen-reviews,.zen-results > div:nth-of-type(2),.zen-gifts,.zen-contact,.zen-footer { grid-template-columns:1fr; }
  .zen-section { padding:70px 20px; }
  .zen-services img { height:230px; }
  .zen-benefits,.zen-story,.zen-gifts,.zen-contact { padding:70px 20px; }
  .zen-benefits figcaption { left:10px; }
  .zen-story > img { height:500px; }
  .zen-gifts > .zen-button { grid-column:1; }
  .zen-contact-grid,.zen-gift-grid { grid-template-columns:1fr 1fr; }
  .zen-contact aside { min-height:320px; }
  .zen-footer > small { grid-column:1; }
}

.industry-market-hero { background: linear-gradient(135deg,#f4f6f2 0%,#fff 55%,#edf1e9 100%); }
.industry-hero-stats { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.industry-hero-stats span { min-width:170px; display:grid; gap:2px; padding:14px 16px; color:#6e756b; background:white; border:1px solid #dbe1d7; border-radius:6px; font-size:11px; text-transform:uppercase; letter-spacing:.05em; }
.industry-hero-stats strong { color:#293027; font-size:20px; text-transform:none; letter-spacing:0; }
.industry-market-section { background:#f5f6f4; }
.industry-market-heading { align-items:end; margin-bottom:24px; }
.industry-market-heading > a { color:var(--primary-dark); font-size:13px; font-weight:800; }
.industry-template-directory-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.industry-directory-card { overflow:hidden; background:#fff; border:1px solid #d9ded6; border-radius:6px; box-shadow:0 6px 18px rgba(33,40,31,.055); transition:transform .18s ease,box-shadow .18s ease; }
.industry-directory-card:hover { transform:translateY(-3px); box-shadow:0 17px 38px rgba(33,40,31,.11); }
.industry-directory-image { position:relative; display:block; overflow:hidden; aspect-ratio:1.48; background:#e8ece5; }
.industry-directory-image img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.industry-directory-card:hover .industry-directory-image img { transform:scale(1.025); }
.industry-directory-image > span { position:absolute; left:11px; bottom:11px; max-width:calc(100% - 22px); padding:6px 8px; color:#fff; background:rgba(33,36,32,.84); border-radius:3px; font-size:10px; font-weight:750; }
.industry-directory-body { padding:17px; }
.industry-directory-body > div:first-child { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; }
.industry-directory-body > div:first-child p { margin:0; color:#76806f; font-size:11px; }
.industry-directory-body h3 { margin:3px 0 0; font-size:20px; }
.industry-directory-body > small { display:inline-flex; margin-top:12px; padding:5px 7px; color:#607057; background:#eef2ea; border-radius:3px; font-size:9px; letter-spacing:.05em; text-transform:uppercase; }
.industry-directory-body > p { margin:12px 0; color:#777e74; font-size:11px; }
.industry-directory-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; padding-top:12px; border-top:1px solid #ecefea; }
.industry-directory-actions a { min-height:38px; display:flex; align-items:center; justify-content:center; padding:8px 10px; border:1px solid #d6dcd2; border-radius:4px; font-size:11px; font-weight:800; }
.industry-directory-actions a:last-child { color:white; background:var(--primary); border-color:var(--primary); }

@media (max-width:1000px) {
  .industry-template-directory-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:650px) {
  .industry-template-directory-grid { grid-template-columns:1fr; }
  .industry-market-heading { display:block; }
  .industry-market-heading > a { display:inline-block; margin-top:12px; }
}

/* Local onboarding, checkout and service-order flows */
.demo-role-switcher { position: fixed; left: 14px; bottom: 14px; z-index: 999; display: flex; align-items: center; gap: 4px; padding: 6px; color: white; background: rgba(17,24,39,.94); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; box-shadow: 0 12px 34px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.demo-role-switcher span { padding: 0 6px; color: #aeb7cb; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.demo-role-switcher a { min-height: 30px; display: inline-flex; align-items: center; padding: 6px 9px; color: white; border-radius: 7px; font-size: 11px; font-weight: 800; }
.demo-role-switcher a:hover { color: #151821; background: var(--accent); }
.auth-shell { min-height: 100vh; display: grid; place-items: center; padding: 40px 20px; background: radial-gradient(circle at 20% 10%, rgba(168,223,112,.18), transparent 34%), #111722; }
.auth-card { width: min(100%, 620px); padding: clamp(28px, 5vw, 52px); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: white; box-shadow: 0 32px 90px rgba(0,0,0,.34); }
.auth-card .platform-logo { width: 210px; margin: 0 0 36px; }
.auth-card h1 { margin: 10px 0 12px; font-size: clamp(34px, 6vw, 54px); line-height: 1; }
.auth-card > p { color: #667085; }
.auth-card .stack-form { margin: 28px 0 22px; }
.auth-handoff { margin: 30px 0 22px; }
.auth-primary-handoff { min-height: 64px; background: #157347; border-color: #157347; font-size: 18px; }
.auth-primary-handoff:hover, .auth-primary-handoff:focus-visible { background: #0f5f39; border-color: #0f5f39; }
.auth-handoff > p { margin: 14px 4px 0; color: #475467; font-size: 14px; line-height: 1.55; text-align: center; }
.auth-handoff > p strong { color: #176b45; }
.auth-handoff > p span { color: #667085; }
.auth-recovery-message { display: grid; gap: 5px; margin-top: 22px; padding: 16px 18px; color: #7a2e0e; background: #fff4e5; border: 1px solid #f4c98b; border-radius: 14px; line-height: 1.45; }
.auth-recovery-message strong { color: #8d320c; }
.auth-legacy-access { margin: 22px 0; padding: 0 18px; border: 1px solid #dfe5dc; border-radius: 14px; background: #f8faf7; }
.auth-legacy-access summary { padding: 17px 0; color: #475467; cursor: pointer; font-weight: 750; }
.auth-legacy-access summary:focus-visible { outline: 3px solid rgba(18,107,69,.22); outline-offset: 5px; border-radius: 4px; }
.auth-legacy-access > p { margin: 0; color: #667085; font-size: 13px; line-height: 1.5; }
.auth-legacy-access .auth-email-form { margin-top: 18px; }
.auth-account-footer { margin-top: 22px; font-size: 14px; text-align: center; }
.auth-provider-stack { display: grid; gap: 14px; margin-top: 30px; }
.auth-provider-button { position: relative; min-height: 68px; display: flex; align-items: center; justify-content: center; gap: 16px; padding: 14px 24px; color: #344054; background: #fff; border: 2px solid #d7dde4; border-radius: 17px; font-size: 17px; font-weight: 800; text-align: center; transition: border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease; }
.auth-provider-button:hover, .auth-provider-button:focus-visible { color: #125c3a; background: #e3f5e9; border-color: #126b45; box-shadow: 0 12px 28px rgba(18,107,69,.14); transform: translateY(-1px); }
.auth-provider-button:focus-visible { outline: 3px solid rgba(18,107,69,.22); outline-offset: 3px; }
.auth-provider-icon { width: 25px; height: 25px; flex: 0 0 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.auth-provider-button:first-child .auth-provider-icon, .auth-provider-icon-apple { stroke: none; }
.auth-provider-icon-apple { color: #111827; }
.auth-email-divider { margin: 22px 0 0; }
.auth-email-divider > span { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 16px; color: #176b45; background: #eef9f2; border: 1px solid #c7e8d2; border-radius: 14px; font-weight: 800; }
.auth-email-divider::before, .auth-email-divider::after { display: none; }
.auth-email-divider .auth-provider-icon { width: 23px; height: 23px; }
.auth-card .auth-email-form { margin-top: 18px; }
.auth-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0; color: #667085; font-size: .9rem; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: #e2e8f0; }
.oauth-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 22px; }
.oauth-button > span { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 1px solid #cbd5e1; color: #4285f4; font-weight: 800; font-family: Arial, sans-serif; }
.magibooking-oauth-button { margin-top: -10px; border-color: #5c9f35; color: #315f1c; }
.magibooking-oauth-button > span { color: #5c9f35; border-color: #8bc76b; }
.magibooking-oauth-button:hover, .magibooking-oauth-button:focus-visible { background: #a6e76d; border-color: #76b844; color: #10210b; }
.auth-privacy-note { margin: -10px 0 20px; color: #667085; font-size: .82rem; line-height: 1.45; }
@media (max-width:520px) {
  .auth-shell { padding: 18px 12px; }
  .auth-card { padding: 26px 20px; border-radius: 18px; }
  .auth-card .platform-logo { margin-bottom: 26px; }
  .auth-provider-button { min-height: 62px; padding-inline: 14px; font-size: 15px; }
}
.form-status-error { color: #b42318 !important; }
.flow-body { min-height: 100vh; background: #f3f6f1; }
.flow-page { min-height: 100vh; padding: 70px 20px 110px; background: radial-gradient(circle at 85% 5%, rgba(166,227,111,.25), transparent 28%), #f3f6f1; }
.flow-shell { width: min(920px, 100%); margin: 0 auto; }
.flow-shell.wide { width: min(1160px, 100%); }
.flow-shell > h1 { max-width: 900px; margin: 14px 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: 0; }
.flow-lead { max-width: 760px; margin: 0 0 38px; color: var(--muted); font-size: 18px; }
.flow-progress { display: grid; gap: 9px; margin-bottom: 44px; color: var(--muted); font-size: 12px; font-weight: 800; }
.flow-progress::after { content: ""; height: 7px; grid-area: 2 / 1; z-index: 0; background: #dce3d8; border-radius: 99px; }
.flow-progress i { height: 7px; grid-area: 2 / 1; z-index: 1; background: var(--primary); border-radius: 99px; }
.build-path-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.build-path-grid article { position: relative; display: flex; flex-direction: column; min-height: 470px; padding: 34px; background: white; border: 1px solid #d7ded3; border-radius: 14px; box-shadow: 0 18px 55px rgba(30,50,25,.08); }
.build-path-grid article.service-path { border-color: #9ed46d; box-shadow: 0 18px 55px rgba(93,153,52,.13); }
.build-path-grid h2 { margin: 28px 0 10px; font-size: 34px; letter-spacing: 0; }
.build-path-grid p, .build-path-grid li { color: var(--muted); }
.build-path-grid ul { display: grid; gap: 10px; margin: 20px 0 30px; padding: 0; list-style: none; }
.build-path-grid li::before { content: "✓"; margin-right: 9px; color: var(--primary); font-weight: 900; }
.build-path-grid .button { margin-top: auto; }
.path-icon { width: max-content; padding: 7px 10px; color: #223019; background: #e7f7d8; border-radius: 7px; font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.build-path-grid .popular { top: 32px; }
.managed-build-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 28px; padding: 38px; background: #fff; border: 2px solid #9ed46d; border-radius: 18px; box-shadow: 0 22px 65px rgba(53,93,27,.14); }
.managed-build-card > div { position: relative; }
.managed-build-card h2 { margin: 24px 0 12px; font-size: clamp(30px, 4vw, 44px); }
.managed-build-card p, .managed-build-card li, .managed-build-card aside span { color: var(--muted); }
.managed-build-card ul { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.managed-build-card li::before { content: "✓"; margin-right: 10px; color: var(--primary); font-weight: 900; }
.managed-build-card aside { display: flex; flex-direction: column; align-items: stretch; justify-content: center; padding: 28px; background: var(--surface-alt); border-radius: 14px; text-align: center; }
.managed-build-card aside strong { font-size: 54px; line-height: 1; color: var(--primary-dark); }
.managed-build-card aside b { margin-top: 26px; font-size: 30px; }
.managed-build-card aside .button { margin-top: 28px; }
.managed-pricing-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 28px; align-items: stretch; max-width: 1120px; margin: 0 auto; }
.managed-price-card { min-height: 0; }
.managed-price-card > .eyebrow { color: #fff; }
.managed-price-card:is(:hover, :focus-within) > .eyebrow { color: #263719; }
.managed-price-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.managed-price-pair .price { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; }
.managed-price-pair .price strong { font-size: clamp(44px, 6vw, 68px); }
.managed-pricing-note { padding: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.06); color: #fff; }
.managed-pricing-note .eyebrow { color: #fff; }
.managed-pricing-note h3 { margin: 8px 0 18px; font-size: 28px; }
.managed-pricing-note ul { display: grid; gap: 12px; margin: 0 0 34px; padding: 0; list-style: none; color: #d7deed; }
.managed-pricing-note li::before { content: "✓"; margin-right: 9px; color: var(--accent); font-weight: 900; }
.preserve-lines { white-space: pre-line; }
.flow-status { min-height: 22px; color: var(--primary); font-size: 13px; }
.checkout-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.checkout-plan { min-height: 390px; display: flex; flex-direction: column; padding: 26px; background: white; border: 2px solid #d8ded5; border-radius: 12px; cursor: pointer; transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.checkout-plan:has(input:checked), .checkout-plan.selected { border-color: var(--primary); transform: translateY(-6px); box-shadow: 0 18px 45px rgba(86,145,48,.16); }
.checkout-plan input { position: absolute; opacity: 0; pointer-events: none; }
.checkout-plan > span { color: var(--primary); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.checkout-plan > strong { margin: 14px 0 6px; font-size: 27px; }
.checkout-plan > b { font-size: 37px; }
.checkout-plan > b small { margin-left: 5px; color: var(--muted); font-size: 12px; }
.checkout-plan ul { display: grid; gap: 10px; margin: 25px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; color: var(--muted); font-size: 13px; }
.checkout-plan li::before { content: "✓"; margin-right: 8px; color: var(--primary); }
.checkout-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 28px; }
.demo-payment-note { padding: 13px 15px; color: #775b14; background: #fff6d8; border: 1px solid #ecd58e; border-radius: 8px; font-size: 12px; }
.service-order-layout, .admin-order-layout, .order-detail-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); align-items: start; gap: 28px; }
.service-order-layout .stack-form { width: 100%; box-shadow: 0 18px 55px rgba(30,50,25,.08); }
.two-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.service-package-card, .order-summary-card, .order-operations-card { padding: 28px; background: #151821; border-radius: 12px; color: white; box-shadow: 0 22px 60px rgba(16,21,29,.18); }
.service-package-card > span { color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-package-card h2 { margin: 10px 0; font-size: 30px; }
.service-package-card > strong { display: block; color: var(--accent); font-size: 48px; }
.service-package-card > small, .service-package-card p { color: #aeb7cb; }
.service-package-card ul { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.service-package-card li::before { content: "✓"; margin-right: 8px; color: var(--accent); }
.service-package-card > div { display: grid; gap: 5px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.service-package-card > div span { color: #aeb7cb; font-size: 11px; }
.order-summary-card { width: min(650px, 100%); display: grid; gap: 15px; margin: 30px 0; }
.order-summary-card.compact { width: 100%; margin: 0; }
.order-summary-card > div { display: flex; justify-content: space-between; gap: 25px; }
.order-summary-card span, .order-summary-card small { color: #aeb7cb; }
.order-summary-card hr { width: 100%; border: 0; border-top: 1px solid rgba(255,255,255,.15); }
.order-summary-card .order-total { padding-top: 10px; border-top: 1px solid rgba(255,255,255,.15); font-size: 21px; }
.button-full { width: 100%; }
.order-next-steps { display: grid; gap: 18px; padding-left: 22px; }
.order-next-steps li { padding-left: 8px; }
.order-next-steps span { display: block; margin-top: 4px; color: var(--muted); }
.order-data { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.order-data div { padding: 14px; background: var(--surface-alt); border-radius: 8px; }
.order-data dt { color: var(--muted); font-size: 11px; }
.order-data dd { margin: 5px 0 0; font-weight: 800; }
.admin-order-timeline { display: grid; gap: 12px; padding-left: 20px; }
.admin-order-timeline li { padding-left: 7px; }
.admin-order-timeline span, .admin-order-timeline small { display: block; color: var(--muted); font-size: 12px; }
.order-operations-card { position: sticky; top: 20px; display: grid; gap: 16px; }
.order-operations-card label { display: grid; gap: 7px; color: #dfe4ee; font-size: 12px; font-weight: 800; }
.order-operations-card input, .order-operations-card select, .order-operations-card textarea { width: 100%; padding: 11px; color: var(--ink); background: white; border: 1px solid #cbd3df; border-radius: 8px; }
.admin-center-stack { display: grid; gap: 24px; min-width: 0; max-width: 100%; }
.admin-center-panel { min-width: 0; max-width: 100%; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 14px 38px rgba(16, 21, 29, .06); }
.admin-center-panel .table-scroll { width: 100%; max-width: 100%; }
.admin-center-panel h2 { margin: 0 0 18px; }
.admin-center-table td small, .admin-center-panel td small { display: block; margin-top: 5px; color: var(--muted); }
.admin-center-filters { margin-bottom: 24px; }
.admin-center-note { display: flex; gap: 14px; align-items: flex-start; margin: 0 0 24px; padding: 18px 20px; border: 1px solid #c9ddb8; border-radius: 12px; background: #f4f9ef; }
.admin-center-note strong { white-space: nowrap; color: var(--brand-dark); }
.admin-center-note span { color: var(--muted); }
.admin-approval-proof, .admin-approval-pending { padding: 13px; border-radius: 8px; }
.admin-approval-proof { display: grid; gap: 4px; color: #dff7eb; background: #153f2c; border: 1px solid #2f7655; }
.admin-approval-proof span, .admin-approval-proof small { color: #b9d9c8; }
.admin-approval-pending { margin: 0; color: #ffe9b3; background: #46391e; border: 1px solid #705c2d; font-size: 12px; line-height: 1.55; }
.active-plan { padding: 8px 11px; color: #176640; background: #dff7eb; border-radius: 8px; font-size: 11px; font-weight: 850; }

@media (max-width: 760px) {
  .flow-page { padding: 48px 16px 110px; }
  .build-path-grid, .checkout-plan-grid, .service-order-layout, .admin-order-layout, .order-detail-grid, .managed-build-card, .managed-pricing-grid { grid-template-columns: 1fr; }
  .build-path-grid article { min-height: auto; }
  .managed-build-card { padding: 24px; }
  .managed-price-pair { grid-template-columns: 1fr; }
  .two-field-row { grid-template-columns: 1fr; }
  .approval-version, .customer-approval-record dl div { align-items: flex-start; flex-direction: column; }
  .customer-approval-record dd { text-align: left; }
  .checkout-actions { align-items: stretch; flex-direction: column; }
  .order-operations-card { position: static; }
  .admin-center-note { display: grid; }
  .demo-role-switcher { left: 8px; right: 8px; bottom: 8px; justify-content: center; }
  .demo-role-switcher span { display: none; }
}

.imported-template-toolbar { position:sticky; top:0; z-index:90; color:#3f473d; background:#f7f8f5; border-bottom:1px solid #d9ded6; }
.imported-template-toolbar .container { min-height:58px; display:flex; align-items:center; justify-content:space-between; gap:24px; }
.imported-template-toolbar .container > div { display:flex; align-items:center; gap:12px; }
.imported-template-toolbar .container > div:first-child { font-size:12px; }
.imported-template-toolbar .container > div:first-child a { color:var(--primary-dark); font-weight:800; }
.imported-template-toolbar .container > div:first-child span { color:#7a8177; }
.imported-template-toolbar .button { min-height:38px; padding:8px 13px; font-size:11px; }
@media (max-width:650px) {
  .imported-template-toolbar { position:relative; }
  .imported-template-toolbar .container { align-items:flex-start; flex-direction:column; padding-block:12px; }
  .imported-template-toolbar .container > div:last-child { width:100%; }
  .imported-template-toolbar .container > div:last-child .button { flex:1; }
}

/* Eldfell sauna and bathhouse — localized from powder-effect Figma Sites */
.eldfell-site { --eldfell-ink:#0d0c0a; --eldfell-paper:#f0e6d6; --eldfell-copper:#a8794f; --eldfell-muted:#a79d8e; color:var(--eldfell-paper); background:var(--eldfell-ink); font-family:Arial,Helvetica,sans-serif; }
.eldfell-site * { box-sizing:border-box; }
.eldfell-site h1,.eldfell-site h2,.eldfell-site h3,.eldfell-site p { margin-top:0; }
.eldfell-site h1,.eldfell-site h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.035em; }
.eldfell-site em { color:#c39265; font-weight:400; }
.eldfell-nav { min-height:88px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:48px; padding:0 max(28px,calc((100% - 1180px)/2)); color:#d5c0a8; background:#10100e; border-bottom:1px solid rgba(240,230,214,.1); }
.eldfell-nav nav { display:flex; gap:38px; }
.eldfell-nav nav a { color:#b8aa98; font-size:11px; letter-spacing:.16em; text-transform:uppercase; }
.eldfell-nav > .eldfell-outline { justify-self:end; }
.eldfell-brand { display:inline-flex; align-items:center; gap:13px; color:#e6d6c4; font-size:12px; font-weight:700; letter-spacing:.2em; }
.eldfell-brand i { width:28px; height:28px; display:grid; place-items:center; border:1px solid #a8794f; transform:rotate(45deg); }
.eldfell-brand i::after { width:5px; height:5px; content:""; background:#b87d48; border-radius:50%; }
.eldfell-outline { min-height:38px; display:inline-flex; align-items:center; justify-content:center; padding:9px 20px; color:#c79260; border:1px solid #926944; font-size:10px; letter-spacing:.14em; text-transform:uppercase; }
.eldfell-hero { min-height:730px; position:relative; display:flex; align-items:center; overflow:hidden; }
.eldfell-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.eldfell-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(6,6,5,.91) 0%,rgba(6,6,5,.6) 48%,rgba(6,6,5,.12) 100%),linear-gradient(0deg,rgba(5,5,4,.48),transparent 55%); }
.eldfell-hero-copy { position:relative; z-index:1; width:min(1180px,calc(100% - 56px)); margin:auto; padding:70px 0; }
.eldfell-breadcrumbs { display:flex; gap:9px; margin-bottom:38px; color:#9c8e7c; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.eldfell-breadcrumbs a { color:#c6966a; }
.eldfell-hero-copy > p,.eldfell-section header > p,.eldfell-ritual-intro > p,.eldfell-reserve-copy > p,.eldfell-voices header > p,.eldfell-gallery header > p { margin-bottom:19px; color:#ad8059; font-size:10px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.eldfell-hero h1 { max-width:770px; margin-bottom:28px; color:#f2e6d7; font-size:clamp(60px,7vw,108px); line-height:.91; }
.eldfell-hero-copy > span { max-width:610px; display:block; color:#b9afa1; font-family:Georgia,"Times New Roman",serif; font-size:17px; line-height:1.75; }
.eldfell-hero-copy > div { display:flex; align-items:center; gap:32px; margin-top:38px; }
.eldfell-hero-copy > div > a:not(.eldfell-solid) { color:#d8cbbb; border-bottom:1px solid #8d8172; font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.eldfell-solid { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:28px; padding:12px 22px; color:#17130f; background:#b47f51; font-size:10px; font-weight:700; letter-spacing:.12em; text-transform:uppercase; }
.eldfell-solid b { font-size:15px; }
.eldfell-hero > small { position:absolute; z-index:1; right:30px; bottom:50px; color:#a79b8c; font-size:9px; letter-spacing:.22em; text-transform:uppercase; transform:rotate(90deg); }
.eldfell-stats { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(240,230,214,.12); border-bottom:1px solid rgba(240,230,214,.12); background:#11100e; }
.eldfell-stats > div { min-height:132px; display:grid; place-content:center; text-align:center; border-right:1px solid rgba(240,230,214,.1); }
.eldfell-stats strong { color:#e4d5c2; font-family:Georgia,"Times New Roman",serif; font-size:26px; font-weight:400; }
.eldfell-stats span { margin-top:7px; color:#81796e; font-size:9px; letter-spacing:.15em; text-transform:uppercase; }
.eldfell-section,.eldfell-voices,.eldfell-gallery { width:min(1180px,calc(100% - 56px)); margin:auto; padding:120px 0; }
.eldfell-section header,.eldfell-voices header,.eldfell-gallery header { margin-bottom:52px; }
.eldfell-section h2,.eldfell-voices h2,.eldfell-gallery h2,.eldfell-reserve h2 { margin-bottom:0; font-size:clamp(48px,5vw,72px); line-height:1; }
.eldfell-experience-grid { display:grid; grid-template-columns:1fr 1fr; gap:1px; background:rgba(240,230,214,.14); border:1px solid rgba(240,230,214,.14); }
.eldfell-experience-grid article { background:#12110f; }
.eldfell-experience-image { height:310px; position:relative; overflow:hidden; }
.eldfell-experience-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.75) contrast(1.05); transition:transform .5s ease; }
.eldfell-experience-grid article:hover img { transform:scale(1.035); }
.eldfell-experience-image > span { position:absolute; top:18px; right:18px; padding:8px 10px; color:#dfcdb7; background:rgba(10,9,8,.78); border:1px solid rgba(196,146,99,.35); font-size:9px; letter-spacing:.13em; }
.eldfell-experience-grid article > div:last-child { padding:30px; }
.eldfell-experience-grid h3 { margin-bottom:15px; color:#eadcca; font-family:Georgia,"Times New Roman",serif; font-size:28px; font-weight:400; }
.eldfell-experience-grid p { min-height:70px; color:#958d82; font-size:13px; line-height:1.7; }
.eldfell-experience-grid footer { display:grid; grid-template-columns:1fr auto auto; align-items:center; gap:24px; padding-top:22px; border-top:1px solid rgba(240,230,214,.1); }
.eldfell-experience-grid footer span { color:#80786e; font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.eldfell-experience-grid footer strong { color:#ca9362; font-family:Georgia,"Times New Roman",serif; font-size:19px; font-weight:400; }
.eldfell-experience-grid footer a { color:#d8c6b1; font-size:10px; letter-spacing:.13em; text-transform:uppercase; }
.eldfell-ritual { display:grid; grid-template-columns:.9fr 1.1fr; gap:10%; padding:120px max(28px,calc((100% - 1180px)/2)); background:#e8dfd1; color:#241e18; }
.eldfell-ritual-intro h2 { margin-bottom:28px; font-size:clamp(54px,5.5vw,84px); line-height:.96; }
.eldfell-ritual-intro > span { max-width:480px; display:block; color:#6d6358; font-family:Georgia,"Times New Roman",serif; font-size:16px; line-height:1.75; }
.eldfell-ritual-intro .eldfell-solid { margin-top:35px; }
.eldfell-steps { border-top:1px solid #c8bbab; }
.eldfell-steps article { display:grid; grid-template-columns:70px 1fr; gap:22px; padding:26px 0; border-bottom:1px solid #c8bbab; }
.eldfell-steps article > span { color:#ae7c51; font-family:Georgia,"Times New Roman",serif; font-size:15px; }
.eldfell-steps h3 { margin-bottom:9px; font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:400; }
.eldfell-steps p { margin-bottom:0; color:#71675d; font-size:12px; line-height:1.7; }
.eldfell-reserve { padding:120px max(28px,calc((100% - 1180px)/2)); background:#15130f; }
.eldfell-reserve-copy { max-width:660px; margin-bottom:50px; }
.eldfell-reserve-copy > span { display:block; margin-top:22px; color:#9d9386; font-family:Georgia,"Times New Roman",serif; font-size:16px; }
.eldfell-booking-panel { display:grid; grid-template-columns:1.35fr .65fr; border:1px solid rgba(240,230,214,.16); }
.eldfell-booking-options { display:grid; gap:12px; padding:34px; border-right:1px solid rgba(240,230,214,.16); }
.eldfell-booking-options > span { margin-bottom:6px; color:#917d68; font-size:9px; letter-spacing:.2em; text-transform:uppercase; }
.eldfell-booking-options a { display:grid; grid-template-columns:1fr auto; align-items:center; gap:12px; padding:20px; color:#d9ccba; border:1px solid rgba(240,230,214,.13); transition:border-color .2s ease,background .2s ease; }
.eldfell-booking-options a:hover { background:#1d1914; border-color:#a9784d; }
.eldfell-booking-options strong { font-family:Georgia,"Times New Roman",serif; font-size:19px; font-weight:400; }
.eldfell-booking-options small { color:#8e8376; font-size:10px; }
.eldfell-booking-panel aside { padding:34px; background:#0f0e0c; }
.eldfell-booking-panel aside h3 { margin-bottom:28px; font-family:Georgia,"Times New Roman",serif; font-size:25px; font-weight:400; }
.eldfell-booking-panel dl { margin:0 0 28px; }
.eldfell-booking-panel dl > div { display:flex; justify-content:space-between; gap:18px; padding:13px 0; border-bottom:1px solid rgba(240,230,214,.1); }
.eldfell-booking-panel dt { color:#81786d; font-size:10px; text-transform:uppercase; }
.eldfell-booking-panel dd { margin:0; color:#c8bbaa; font-size:11px; }
.eldfell-booking-panel .eldfell-solid { width:100%; }
.eldfell-booking-panel aside > small { display:block; margin-top:14px; color:#746d64; font-size:9px; line-height:1.5; text-align:center; }
.eldfell-voices > div { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:rgba(240,230,214,.14); }
.eldfell-voices blockquote { min-height:300px; display:flex; flex-direction:column; justify-content:space-between; margin:0; padding:34px; color:#cbbdac; background:#12110f; font-family:Georgia,"Times New Roman",serif; font-size:17px; line-height:1.75; }
.eldfell-voices blockquote footer { display:grid; gap:4px; padding-top:25px; border-top:1px solid rgba(240,230,214,.1); font-family:Arial,Helvetica,sans-serif; font-size:10px; letter-spacing:.1em; text-transform:uppercase; }
.eldfell-voices blockquote footer strong { color:#bb8658; }
.eldfell-voices blockquote footer span { color:#716a61; }
.eldfell-gallery { padding-top:50px; }
.eldfell-gallery > div { display:grid; grid-template-columns:repeat(2,1fr); grid-auto-rows:320px; gap:12px; }
.eldfell-gallery figure { margin:0; overflow:hidden; }
.eldfell-gallery figure.eldfell-tall { grid-row:span 2; }
.eldfell-gallery img { width:100%; height:100%; object-fit:cover; filter:saturate(.7); transition:transform .5s ease; }
.eldfell-gallery figure:hover img { transform:scale(1.025); }
.eldfell-visit { display:grid; grid-template-columns:repeat(3,1fr); padding:0 max(28px,calc((100% - 1180px)/2)) 110px; }
.eldfell-visit > div { display:grid; gap:9px; padding:28px; border:1px solid rgba(240,230,214,.13); }
.eldfell-visit span { color:#a4764e; font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.eldfell-visit strong { color:#d9cbb8; font-family:Georgia,"Times New Roman",serif; font-size:18px; font-weight:400; }
.eldfell-visit small { color:#777067; font-size:10px; }
.eldfell-footer { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:50px; padding:70px max(28px,calc((100% - 1180px)/2)) 35px; background:#090908; border-top:1px solid rgba(240,230,214,.1); }
.eldfell-footer > div { display:flex; flex-direction:column; align-items:flex-start; gap:12px; }
.eldfell-footer p { max-width:300px; margin-bottom:0; color:#716a60; font-size:11px; line-height:1.7; }
.eldfell-footer > div > strong { margin-bottom:8px; color:#b58b65; font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
.eldfell-footer > div > a:not(.eldfell-brand):not(.eldfell-outline) { color:#8d8479; font-size:11px; }
.eldfell-footer > small { grid-column:1/-1; padding-top:30px; color:#5c5650; border-top:1px solid rgba(240,230,214,.09); font-size:9px; }

@media (max-width:900px) {
  .eldfell-nav { grid-template-columns:1fr auto; }
  .eldfell-nav nav { display:none; }
  .eldfell-ritual { grid-template-columns:1fr; }
  .eldfell-booking-panel { grid-template-columns:1fr; }
  .eldfell-booking-options { border-right:0; border-bottom:1px solid rgba(240,230,214,.16); }
  .eldfell-footer { grid-template-columns:1.4fr 1fr 1fr; }
  .eldfell-footer > div:last-of-type { grid-column:1/-1; }
}
@media (max-width:650px) {
  .eldfell-nav { min-height:72px; padding:0 18px; }
  .eldfell-nav > .eldfell-outline { padding:8px 12px; }
  .eldfell-hero { min-height:690px; }
  .eldfell-hero-copy { width:calc(100% - 38px); padding:50px 0; }
  .eldfell-breadcrumbs { margin-bottom:30px; }
  .eldfell-hero h1 { font-size:55px; }
  .eldfell-hero-copy > div { align-items:flex-start; flex-direction:column; }
  .eldfell-hero > small { display:none; }
  .eldfell-stats { grid-template-columns:1fr 1fr; }
  .eldfell-stats > div { min-height:105px; }
  .eldfell-section,.eldfell-voices,.eldfell-gallery { width:calc(100% - 38px); padding:78px 0; }
  .eldfell-section h2,.eldfell-voices h2,.eldfell-gallery h2,.eldfell-reserve h2 { font-size:48px; }
  .eldfell-experience-grid { grid-template-columns:1fr; }
  .eldfell-experience-image { height:245px; }
  .eldfell-ritual,.eldfell-reserve { padding:78px 19px; }
  .eldfell-ritual-intro h2 { font-size:50px; }
  .eldfell-steps article { grid-template-columns:44px 1fr; }
  .eldfell-booking-options,.eldfell-booking-panel aside { padding:22px; }
  .eldfell-booking-options a { grid-template-columns:1fr; }
  .eldfell-voices > div { grid-template-columns:1fr; }
  .eldfell-voices blockquote { min-height:270px; }
  .eldfell-gallery { padding-top:30px; }
  .eldfell-gallery > div { grid-template-columns:1fr; grid-auto-rows:280px; }
  .eldfell-gallery figure.eldfell-tall { grid-row:span 1; }
  .eldfell-visit { grid-template-columns:1fr; padding:0 19px 70px; }
  .eldfell-footer { grid-template-columns:1fr 1fr; gap:38px 20px; padding:55px 19px 28px; }
  .eldfell-footer > div:first-child,.eldfell-footer > div:last-of-type { grid-column:1/-1; }
  .eldfell-footer > small { grid-column:1/-1; }
}

/* Sophia Reyes permanent makeup — localized from push-bacon Figma Sites */
.sophia-site { --sophia-ink:#2c2826; --sophia-cream:#faf7f4; --sophia-rose:#aa7764; --sophia-sand:#d7b58a; color:var(--sophia-ink); background:var(--sophia-cream); font-family:Arial,Helvetica,sans-serif; }
.sophia-site * { box-sizing:border-box; }
.sophia-site h1,.sophia-site h2,.sophia-site h3,.sophia-site p { margin-top:0; }
.sophia-site h1,.sophia-site h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.035em; }
.sophia-site em { font-weight:400; }
.sophia-nav { min-height:84px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:40px; padding:0 max(28px,calc((100% - 1180px)/2)); background:#fbf8f5; border-bottom:1px solid #e9dfd8; }
.sophia-brand { display:grid; color:#332c29; }
.sophia-brand strong { font-family:Georgia,"Times New Roman",serif; font-size:20px; font-weight:400; line-height:1; }
.sophia-brand span { margin-top:6px; color:#a17767; font-size:8px; letter-spacing:.18em; text-transform:uppercase; }
.sophia-nav nav { display:flex; gap:32px; }
.sophia-nav nav a { color:#665d58; font-size:11px; }
.sophia-nav > .sophia-button { justify-self:end; }
.sophia-button { min-height:46px; display:inline-flex; align-items:center; justify-content:center; padding:12px 25px; color:#fff; background:#9d6d5a; border-radius:999px; font-size:11px; font-weight:700; }
.sophia-hero { min-height:760px; position:relative; display:flex; align-items:center; overflow:hidden; }
.sophia-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.sophia-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(39,31,27,.88),rgba(50,39,34,.57) 58%,rgba(50,39,34,.18)); }
.sophia-hero-copy { position:relative; z-index:1; width:min(1180px,calc(100% - 56px)); margin:auto; padding:70px 0; color:#fff; }
.sophia-breadcrumbs { display:flex; gap:9px; margin-bottom:34px; color:#d5c7bf; font-size:9px; letter-spacing:.1em; text-transform:uppercase; }
.sophia-breadcrumbs a { color:#dec09d; }
.sophia-hero-copy > p,.sophia-heading p,.sophia-results header > p,.sophia-journey header > p,.sophia-artist > div:last-child > p,.sophia-reviews header > p,.sophia-safety header > p,.sophia-faq header > p,.sophia-contact > div > p { margin-bottom:20px; color:#d4ae85; font-size:10px; font-weight:700; letter-spacing:.22em; text-transform:uppercase; }
.sophia-hero h1 { max-width:720px; margin-bottom:28px; font-size:clamp(58px,6.5vw,96px); line-height:.95; }
.sophia-hero h1 em { color:#f0d9c0; }
.sophia-hero-copy > span { max-width:580px; display:block; color:#eee7e2; font-size:16px; line-height:1.75; }
.sophia-actions { display:flex; align-items:center; gap:16px; margin-top:38px; }
.sophia-actions > a:last-child,.sophia-final div > a:last-child { min-height:46px; display:inline-flex; align-items:center; padding:11px 25px; color:white; border:1px solid rgba(255,255,255,.5); border-radius:999px; font-size:11px; }
.sophia-stats { display:flex; gap:0; margin-top:50px; padding-top:28px; border-top:1px solid rgba(255,255,255,.28); }
.sophia-stats > div { display:grid; gap:4px; padding:0 22px; border-right:1px solid rgba(255,255,255,.25); }
.sophia-stats > div:first-child { padding-left:0; }
.sophia-stats strong { font-size:20px; }
.sophia-stats span { color:#d4cac3; font-size:9px; }
.sophia-section,.sophia-results,.sophia-journey,.sophia-reviews,.sophia-safety,.sophia-faq { width:min(1180px,calc(100% - 56px)); margin:auto; padding:110px 0; }
.sophia-heading { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:45px; }
.sophia-heading h2,.sophia-results h2,.sophia-journey h2,.sophia-artist h2,.sophia-reviews h2,.sophia-safety h2,.sophia-faq h2,.sophia-contact h2,.sophia-final h2 { margin-bottom:0; font-size:clamp(46px,5vw,70px); line-height:1; }
.sophia-heading > a,.sophia-text-link { color:#966856; border-bottom:1px solid #b99586; font-size:11px; font-weight:700; }
.sophia-service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.sophia-service-grid article { overflow:hidden; background:#fff; border:1px solid #e7ddd7; }
.sophia-service-grid article > div { height:235px; position:relative; overflow:hidden; }
.sophia-service-grid img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.sophia-service-grid article:hover img { transform:scale(1.025); }
.sophia-service-grid article > div > span { position:absolute; top:14px; left:14px; padding:6px 10px; color:#fff; background:#9a6a58; border-radius:999px; font-size:8px; text-transform:uppercase; }
.sophia-service-grid article > section { padding:23px; }
.sophia-service-grid h3 { margin-bottom:8px; font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:400; }
.sophia-service-grid p { min-height:44px; margin-bottom:18px; color:#756b66; font-size:12px; line-height:1.55; }
.sophia-service-grid small { color:#9a8e87; font-size:9px; text-transform:uppercase; }
.sophia-service-grid section > strong { float:right; color:#8b5e4e; font-family:Georgia,"Times New Roman",serif; font-size:18px; font-weight:400; }
.sophia-service-grid footer { display:grid; grid-template-columns:1fr 1fr; gap:8px; clear:both; padding-top:20px; }
.sophia-service-grid footer a { min-height:36px; display:flex; align-items:center; justify-content:center; color:#725e55; border:1px solid #d9cac2; font-size:9px; font-weight:700; text-transform:uppercase; }
.sophia-service-grid footer a:last-child { color:white; background:#9d6d5a; border-color:#9d6d5a; }
.sophia-results { width:100%; padding-inline:max(28px,calc((100% - 1180px)/2)); background:#f1e9e4; }
.sophia-results > header { max-width:700px; margin-bottom:45px; }
.sophia-results > header > span { display:block; margin-top:16px; color:#766b65; font-size:12px; }
.sophia-results > div { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.sophia-results article { background:#fff; }
.sophia-result-images { display:grid; grid-template-columns:1fr 1fr; height:280px; }
.sophia-result-images figure { position:relative; margin:0; overflow:hidden; }
.sophia-result-images img { width:100%; height:100%; object-fit:cover; }
.sophia-result-images figure > span { position:absolute; left:10px; bottom:10px; padding:5px 8px; color:white; background:rgba(45,37,33,.72); font-size:8px; text-transform:uppercase; }
.sophia-results article h3 { margin:20px 20px 5px; font-family:Georgia,"Times New Roman",serif; font-size:22px; font-weight:400; }
.sophia-results article p { margin:0 20px 22px; color:#7e736c; font-size:11px; }
.sophia-results > .sophia-text-link { display:table; margin:36px auto 0; }
.sophia-journey > header,.sophia-reviews > header,.sophia-safety > header,.sophia-faq > header { margin-bottom:45px; }
.sophia-journey > div { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid #dacdc5; }
.sophia-journey article { padding:28px 22px; border-right:1px solid #dacdc5; }
.sophia-journey article > span { color:#aa7764; font-family:Georgia,"Times New Roman",serif; font-size:18px; }
.sophia-journey h3 { margin:25px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:20px; font-weight:400; }
.sophia-journey article p { margin-bottom:0; color:#7c716a; font-size:11px; line-height:1.7; }
.sophia-artist { display:grid; grid-template-columns:.9fr 1.1fr; gap:8%; align-items:center; padding:110px max(28px,calc((100% - 1180px)/2)); background:#2e2926; color:white; }
.sophia-artist-photo { position:relative; }
.sophia-artist-photo img { width:100%; height:650px; object-fit:cover; }
.sophia-artist-photo > span { position:absolute; right:-25px; bottom:30px; display:grid; padding:18px 24px; color:#332923; background:#dfc5a5; font-size:9px; text-transform:uppercase; }
.sophia-artist-photo > span strong { font-family:Georgia,"Times New Roman",serif; font-size:30px; font-weight:400; }
.sophia-artist > div:last-child > span { display:block; color:#cbc1bb; font-size:13px; line-height:1.8; }
.sophia-artist blockquote { margin:28px 0; padding-left:22px; color:#e0c8b3; border-left:1px solid #c18d70; font-family:Georgia,"Times New Roman",serif; font-size:18px; font-style:italic; line-height:1.65; }
.sophia-certifications { display:flex; flex-wrap:wrap; gap:8px; }
.sophia-certifications span { padding:7px 10px; color:#d6ccc6; border:1px solid #5d514b; font-size:8px; text-transform:uppercase; }
.sophia-reviews > div { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.sophia-reviews blockquote { min-height:300px; display:flex; flex-direction:column; justify-content:space-between; margin:0; padding:30px; color:#4f4642; background:#fff; border:1px solid #e7ddd7; font-family:Georgia,"Times New Roman",serif; font-size:16px; line-height:1.7; }
.sophia-reviews blockquote footer { display:grid; gap:5px; padding-top:22px; border-top:1px solid #eee4de; font-family:Arial,Helvetica,sans-serif; }
.sophia-reviews blockquote footer strong { color:#9b6b58; font-size:11px; }
.sophia-reviews blockquote footer span { color:#91857e; font-size:9px; }
.sophia-safety { width:100%; padding-inline:max(28px,calc((100% - 1180px)/2)); background:#eadfd8; }
.sophia-safety > div { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#cdbdb3; }
.sophia-safety article { padding:32px; background:#f6f0ec; }
.sophia-safety article > span { color:#ad7964; font-family:Georgia,"Times New Roman",serif; }
.sophia-safety h3 { margin:28px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:22px; font-weight:400; }
.sophia-safety article p { margin-bottom:0; color:#776c66; font-size:11px; line-height:1.7; }
.sophia-faq { max-width:880px; }
.sophia-faq details { border-top:1px solid #ded2cb; }
.sophia-faq details:last-child { border-bottom:1px solid #ded2cb; }
.sophia-faq summary { display:flex; justify-content:space-between; gap:20px; padding:22px 0; cursor:pointer; font-family:Georgia,"Times New Roman",serif; font-size:20px; list-style:none; }
.sophia-faq summary span { color:#a87560; }
.sophia-faq details p { max-width:700px; padding:0 0 22px; color:#756a64; font-size:12px; line-height:1.7; }
.sophia-contact { display:grid; grid-template-columns:1fr 1.2fr; align-items:stretch; background:#302a27; color:white; }
.sophia-contact > div { padding:90px max(28px,calc((100vw - 1180px)/2)); padding-right:60px; }
.sophia-contact ul { display:grid; gap:15px; margin:30px 0; padding:0; color:#d3c7c0; list-style:none; font-size:12px; line-height:1.7; }
.sophia-contact .sophia-text-link { color:#e2c3a7; border-color:#9f7563; }
.sophia-contact > img { width:100%; height:100%; min-height:520px; object-fit:cover; }
.sophia-final { padding:100px 28px; color:white; background:#9b6a58; text-align:center; }
.sophia-final p { margin:20px 0 28px; color:#f1e4dc; }
.sophia-final > div { display:flex; justify-content:center; gap:12px; }
.sophia-final .sophia-button { color:#765043; background:#fff; }
.sophia-footer { display:grid; grid-template-columns:1.5fr .7fr 1fr; gap:60px; padding:70px max(28px,calc((100% - 1180px)/2)) 35px; background:#241f1c; color:#d8cbc4; }
.sophia-footer > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.sophia-footer .sophia-brand { color:#f0e4dd; }
.sophia-footer p,.sophia-footer span,.sophia-footer a:not(.sophia-brand) { color:#958984; font-size:10px; line-height:1.7; }
.sophia-footer > div > strong { margin-bottom:8px; color:#c79d88; font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.sophia-footer > small { grid-column:1/-1; padding-top:24px; color:#716863; border-top:1px solid #413834; font-size:8px; }

@media (max-width:950px) {
  .sophia-nav { grid-template-columns:1fr auto; }
  .sophia-nav nav { display:none; }
  .sophia-service-grid,.sophia-results > div { grid-template-columns:repeat(2,1fr); }
  .sophia-journey > div { grid-template-columns:repeat(2,1fr); }
  .sophia-artist { grid-template-columns:1fr 1fr; }
}
@media (max-width:650px) {
  .sophia-nav { min-height:70px; padding:0 18px; }
  .sophia-nav .sophia-button { min-height:38px; padding:9px 14px; }
  .sophia-hero { min-height:760px; }
  .sophia-hero-copy { width:calc(100% - 38px); }
  .sophia-hero h1 { font-size:53px; }
  .sophia-actions { align-items:flex-start; flex-direction:column; }
  .sophia-stats { display:grid; grid-template-columns:1fr 1fr; gap:18px 0; }
  .sophia-stats > div:nth-child(3) { grid-column:1/-1; padding-left:0; }
  .sophia-section,.sophia-results,.sophia-journey,.sophia-reviews,.sophia-safety,.sophia-faq { width:100%; padding:75px 19px; }
  .sophia-heading { align-items:flex-start; flex-direction:column; }
  .sophia-heading h2,.sophia-results h2,.sophia-journey h2,.sophia-artist h2,.sophia-reviews h2,.sophia-safety h2,.sophia-faq h2,.sophia-contact h2,.sophia-final h2 { font-size:46px; }
  .sophia-service-grid,.sophia-results > div,.sophia-reviews > div,.sophia-safety > div { grid-template-columns:1fr; }
  .sophia-result-images { height:240px; }
  .sophia-journey > div { grid-template-columns:1fr; }
  .sophia-journey article { border-right:0; border-bottom:1px solid #dacdc5; }
  .sophia-artist { grid-template-columns:1fr; padding:75px 19px; }
  .sophia-artist-photo img { height:500px; }
  .sophia-artist-photo > span { right:10px; }
  .sophia-contact { grid-template-columns:1fr; }
  .sophia-contact > div { padding:75px 19px; }
  .sophia-contact > img { min-height:350px; }
  .sophia-final { padding:75px 19px; }
  .sophia-final > div { align-items:center; flex-direction:column; }
  .sophia-footer { grid-template-columns:1fr 1fr; gap:38px 20px; padding:55px 19px 28px; }
  .sophia-footer > div:first-child { grid-column:1/-1; }
  .sophia-footer > small { grid-column:1/-1; }
}

/* Lumière Spa & Wellness — localized from magic-agile Figma Sites */
.lumiere-spa { --lum-plum:#5c3d44; --lum-rose:#c4778d; --lum-blush:#fff4f1; --lum-cream:#fffaf7; color:var(--lum-plum); background:var(--lum-cream); font-family:Arial,Helvetica,sans-serif; }
.lumiere-spa * { box-sizing:border-box; }
.lumiere-spa h1,.lumiere-spa h2,.lumiere-spa h3,.lumiere-spa p { margin-top:0; }
.lumiere-spa h1,.lumiere-spa h2 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.04em; }
.lumiere-spa em { color:#bd7187; font-weight:400; }
.lumiere-nav { min-height:84px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:40px; padding:0 max(24px,calc((100% - 1200px)/2)); background:#fff8f6; border-bottom:1px solid #eedde0; }
.lumiere-brand { display:grid; color:#ad6077; }
.lumiere-brand strong { font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:400; line-height:1; }
.lumiere-brand span { margin-top:5px; font-size:8px; letter-spacing:.25em; text-transform:uppercase; }
.lumiere-nav nav { display:flex; gap:34px; }
.lumiere-nav nav a { color:#855d67; font-size:10px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.lumiere-nav > .lumiere-button { justify-self:end; }
.lumiere-button { min-height:46px; display:inline-flex; align-items:center; justify-content:center; padding:12px 26px; color:white; background:var(--lum-rose); border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.lumiere-hero { min-height:780px; position:relative; display:grid; grid-template-columns:1.15fr .85fr; align-items:center; gap:7%; overflow:hidden; padding:75px max(24px,calc((100% - 1200px)/2)); color:white; }
.lumiere-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.lumiere-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(73,50,62,.72),rgba(104,75,87,.52)),rgba(137,106,122,.22); }
.lumiere-hero-copy,.lumiere-hero > aside { position:relative; z-index:1; }
.lumiere-breadcrumbs { display:flex; gap:9px; margin-bottom:25px; color:#f3dfe5; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.lumiere-breadcrumbs a { color:white; }
.lumiere-hero-copy > p,.lumiere-section header > p,.lumiere-about > div:last-child > p,.lumiere-gallery header > p,.lumiere-stories header > p,.lumiere-book header > p { margin-bottom:20px; font-size:9px; font-weight:800; letter-spacing:.27em; text-transform:uppercase; }
.lumiere-hero-copy > p::before { width:38px; height:1px; display:inline-block; margin:0 14px 3px 0; content:""; background:#fff; }
.lumiere-hero h1 { margin-bottom:26px; font-size:clamp(61px,6.8vw,102px); line-height:.9; }
.lumiere-hero h1 em { color:#f2bfd0; }
.lumiere-hero-copy > span { max-width:560px; display:block; color:#f3e8eb; font-size:14px; line-height:1.8; }
.lumiere-hero-copy > div { display:flex; gap:14px; margin-top:34px; }
.lumiere-hero-copy > div > a:last-child,.lumiere-footer > section div > a:last-child { min-height:46px; display:inline-flex; align-items:center; padding:11px 26px; color:white; border:1px solid rgba(255,255,255,.7); border-radius:999px; font-size:10px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; }
.lumiere-hero-copy > section { display:flex; gap:35px; margin-top:48px; padding-top:24px; border-top:1px solid rgba(255,255,255,.34); }
.lumiere-hero-copy > section > div { display:grid; gap:5px; }
.lumiere-hero-copy > section strong { font-family:Georgia,"Times New Roman",serif; font-size:27px; font-weight:400; }
.lumiere-hero-copy > section small { font-size:8px; text-transform:uppercase; }
.lumiere-hero > aside { justify-self:end; width:min(100%,340px); position:relative; }
.lumiere-hero > aside > img { width:100%; height:500px; object-fit:cover; border-radius:80px 80px 28px 28px; }
.lumiere-hero > aside > div { position:absolute; right:-12px; bottom:20px; display:grid; gap:6px; padding:20px; color:#704954; background:rgba(255,249,247,.95); border-radius:16px; }
.lumiere-hero > aside small { font-size:8px; letter-spacing:.16em; text-transform:uppercase; }
.lumiere-hero > aside strong { font-family:Georgia,"Times New Roman",serif; font-size:18px; font-weight:400; }
.lumiere-hero > aside span { color:#ad657a; font-size:10px; }
.lumiere-section,.lumiere-gallery,.lumiere-stories,.lumiere-book { width:min(1200px,calc(100% - 48px)); margin:auto; padding:110px 0; }
.lumiere-section > header,.lumiere-gallery > header,.lumiere-stories > header,.lumiere-book > header { max-width:700px; margin:0 auto 48px; text-align:center; }
.lumiere-section h2,.lumiere-about h2,.lumiere-gallery h2,.lumiere-stories h2,.lumiere-book h2,.lumiere-footer h2 { margin-bottom:16px; font-size:clamp(47px,5vw,70px); line-height:1; }
.lumiere-section header > span,.lumiere-gallery header > span,.lumiere-book header > span { color:#886c73; font-size:12px; line-height:1.7; }
.lumiere-treatments { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid #ecdde0; }
.lumiere-treatments article { padding:30px; background:#fff; border-right:1px solid #ecdde0; border-bottom:1px solid #ecdde0; }
.lumiere-treatments article > span { color:#c77e91; font-family:Georgia,"Times New Roman",serif; font-size:15px; }
.lumiere-treatments h3 { margin:25px 0 12px; font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:400; }
.lumiere-treatments p { min-height:65px; color:#856f75; font-size:11px; line-height:1.7; }
.lumiere-treatments footer { display:grid; grid-template-columns:1fr auto; align-items:center; gap:5px 20px; padding-top:20px; border-top:1px solid #efe2e5; }
.lumiere-treatments footer small { color:#9b8389; font-size:9px; }
.lumiere-treatments footer strong { color:#b6657c; font-family:Georgia,"Times New Roman",serif; font-size:17px; font-weight:400; }
.lumiere-treatments footer a { grid-column:1/-1; color:#99586a; font-size:9px; font-weight:800; text-transform:uppercase; }
.lumiere-menu-prompt { display:flex; align-items:center; justify-content:center; gap:25px; padding:28px; background:#faeff0; }
.lumiere-menu-prompt span { font-family:Georgia,"Times New Roman",serif; font-size:16px; }
.lumiere-menu-prompt a { color:#9d5d70; border-bottom:1px solid #c38294; font-size:10px; font-weight:700; }
.lumiere-about { display:grid; grid-template-columns:1fr 1fr; gap:8%; align-items:center; padding:110px max(24px,calc((100% - 1200px)/2)); background:#f6e9e9; }
.lumiere-about-images { display:grid; grid-template-columns:1fr 1fr; gap:12px; align-items:center; }
.lumiere-about-images figure { position:relative; margin:0; }
.lumiere-about-images img { width:100%; object-fit:cover; }
.lumiere-about-images figure:first-child img { height:360px; }
.lumiere-about-images figure:last-child img { height:500px; }
.lumiere-about-images figure > span { position:absolute; left:-15px; bottom:-20px; display:grid; padding:17px 22px; color:white; background:#bd7388; }
.lumiere-about-images figure > span strong { font-family:Georgia,"Times New Roman",serif; font-size:28px; font-weight:400; }
.lumiere-about > div:last-child > span { display:block; margin-bottom:15px; color:#785f66; font-size:12px; line-height:1.75; }
.lumiere-values { display:grid; gap:13px; margin-top:28px; }
.lumiere-values article { padding-left:17px; border-left:2px solid #c67c90; }
.lumiere-values strong { font-family:Georgia,"Times New Roman",serif; font-size:16px; font-weight:400; }
.lumiere-values p { margin:4px 0 0; color:#8b7379; font-size:10px; }
.lumiere-gallery > div { display:grid; grid-template-columns:repeat(3,1fr); grid-auto-rows:235px; gap:12px; }
.lumiere-gallery figure { margin:0; overflow:hidden; }
.lumiere-gallery figure.tall { grid-row:span 2; }
.lumiere-gallery img { width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.lumiere-gallery figure:hover img { transform:scale(1.025); }
.lumiere-gallery blockquote { display:flex; flex-direction:column; justify-content:center; margin:0; padding:30px; color:white; background:#bd7288; font-family:Georgia,"Times New Roman",serif; font-size:22px; font-style:italic; line-height:1.5; }
.lumiere-gallery blockquote span { margin-top:18px; font-family:Arial,Helvetica,sans-serif; font-size:8px; font-style:normal; letter-spacing:.14em; text-transform:uppercase; }
.lumiere-stories { width:100%; padding-inline:max(24px,calc((100% - 1200px)/2)); background:#704953; color:white; }
.lumiere-stories > blockquote { max-width:800px; margin:0 auto 35px; color:#f8e9ee; font-family:Georgia,"Times New Roman",serif; font-size:25px; line-height:1.6; text-align:center; }
.lumiere-stories blockquote footer { display:flex; justify-content:center; gap:15px; align-items:center; margin-top:25px; font-family:Arial,Helvetica,sans-serif; }
.lumiere-stories blockquote footer > span { width:42px; height:42px; display:grid; place-items:center; background:#c47a8f; border-radius:50%; font-size:10px; }
.lumiere-stories blockquote footer div { display:grid; text-align:left; }
.lumiere-stories blockquote footer strong { font-size:10px; }
.lumiere-stories blockquote footer small { color:#ceb7bd; font-size:8px; }
.lumiere-stories > div { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.lumiere-stories article { padding:22px; background:rgba(255,255,255,.08); }
.lumiere-stories article strong { color:#f2c8d4; font-size:10px; }
.lumiere-stories article p { margin:9px 0 0; color:#dfccd1; font-size:10px; line-height:1.6; }
.lumiere-book-steps { display:grid; grid-template-columns:repeat(4,1fr); max-width:760px; margin:0 auto 35px; }
.lumiere-book-steps span { display:flex; align-items:center; gap:9px; color:#9a7b82; font-size:9px; }
.lumiere-book-steps b { width:28px; height:28px; display:grid; place-items:center; color:white; background:#c2778c; border-radius:50%; }
.lumiere-book-panel { max-width:760px; margin:auto; padding:32px; background:#fff; border:1px solid #ebdce0; box-shadow:0 18px 50px rgba(105,65,77,.08); }
.lumiere-book-panel h3 { margin-bottom:20px; font-family:Georgia,"Times New Roman",serif; font-size:24px; font-weight:400; }
.lumiere-book-panel > a { display:grid; grid-template-columns:1fr auto auto; gap:18px; padding:16px 0; color:#65474f; border-top:1px solid #eee0e3; }
.lumiere-book-panel > a span,.lumiere-book-panel > a small { color:#a07984; font-size:9px; }
.lumiere-footer { color:white; background:#68434d; }
.lumiere-footer > section { padding:75px 24px; background:#c4778d; text-align:center; }
.lumiere-footer > section p { margin:15px 0 25px; color:#f9e8ee; }
.lumiere-footer > section div { display:flex; justify-content:center; gap:12px; }
.lumiere-footer > section .lumiere-button { color:#a85f74; background:white; }
.lumiere-footer-grid { display:grid; grid-template-columns:1.35fr repeat(3,1fr); gap:45px; padding:65px max(24px,calc((100% - 1200px)/2)); }
.lumiere-footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.lumiere-footer .lumiere-brand { color:#f0b8c8; }
.lumiere-footer-grid p,.lumiere-footer-grid a:not(.lumiere-brand),.lumiere-footer-grid span { color:#d7bfc5; font-size:10px; line-height:1.7; }
.lumiere-footer-grid > div > strong { margin-bottom:8px; color:#f0cad5; font-size:9px; letter-spacing:.14em; text-transform:uppercase; }
.lumiere-footer > small { display:block; padding:22px max(24px,calc((100% - 1200px)/2)); color:#b99da4; border-top:1px solid #805b64; font-size:8px; }

@media (max-width:900px) {
  .lumiere-nav { grid-template-columns:1fr auto; }
  .lumiere-nav nav { display:none; }
  .lumiere-hero { grid-template-columns:1.2fr .8fr; }
  .lumiere-treatments { grid-template-columns:repeat(2,1fr); }
  .lumiere-about { grid-template-columns:1fr 1fr; gap:5%; }
  .lumiere-footer-grid { grid-template-columns:1.3fr 1fr 1fr; }
  .lumiere-footer-grid > div:last-child { grid-column:1/-1; }
}
@media (max-width:650px) {
  .lumiere-nav { min-height:70px; padding:0 18px; }
  .lumiere-nav > .lumiere-button { min-height:38px; padding:9px 14px; }
  .lumiere-hero { min-height:auto; grid-template-columns:1fr; padding:65px 19px; }
  .lumiere-hero h1 { font-size:58px; }
  .lumiere-hero-copy > div { align-items:flex-start; flex-direction:column; }
  .lumiere-hero-copy > section { gap:18px; }
  .lumiere-hero > aside { width:100%; margin-top:30px; justify-self:stretch; }
  .lumiere-hero > aside > img { height:400px; }
  .lumiere-section,.lumiere-gallery,.lumiere-stories,.lumiere-book { width:100%; padding:75px 19px; }
  .lumiere-section h2,.lumiere-about h2,.lumiere-gallery h2,.lumiere-stories h2,.lumiere-book h2,.lumiere-footer h2 { font-size:47px; }
  .lumiere-treatments { grid-template-columns:1fr; }
  .lumiere-menu-prompt { align-items:flex-start; flex-direction:column; }
  .lumiere-about { grid-template-columns:1fr; padding:75px 19px; }
  .lumiere-gallery > div { grid-template-columns:1fr; grid-auto-rows:280px; }
  .lumiere-gallery figure.tall { grid-row:span 1; }
  .lumiere-stories > div { grid-template-columns:1fr; }
  .lumiere-book-steps { grid-template-columns:1fr 1fr; gap:12px; }
  .lumiere-book-panel { padding:22px; }
  .lumiere-book-panel > a { grid-template-columns:1fr auto; }
  .lumiere-book-panel > a small { grid-column:1/-1; }
  .lumiere-footer > section { padding:65px 19px; }
  .lumiere-footer > section div { align-items:center; flex-direction:column; }
  .lumiere-footer-grid { grid-template-columns:1fr 1fr; gap:35px 20px; padding:55px 19px; }
  .lumiere-footer-grid > div:first-child,.lumiere-footer-grid > div:last-child { grid-column:1/-1; }
}

/* Rooted Reflexology — localized from groove-lyric Figma Sites */
.rooted-site {
  --rooted-ink:#252923;
  --rooted-green:#718768;
  --rooted-deep:#3f5140;
  --rooted-sage:#dfe8d7;
  --rooted-cream:#f7f5ef;
  --rooted-paper:#fffefa;
  --rooted-line:#dfe2da;
  overflow:hidden;
  color:var(--rooted-ink);
  background:var(--rooted-cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.rooted-site * { box-sizing:border-box; }
.rooted-site h1,.rooted-site h2,.rooted-site h3,.rooted-site p,.rooted-site blockquote,.rooted-site figure { margin-top:0; }
.rooted-site h1,.rooted-site h2,.rooted-site h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.035em; }
.rooted-site a { color:inherit; }
.rooted-nav {
  min-height:82px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:38px;
  padding:0 max(24px,calc((100% - 1240px)/2));
  background:rgba(255,254,250,.98);
  border-bottom:1px solid #e8e8e1;
}
.rooted-brand {
  width:max-content;
  display:grid;
  grid-template-columns:36px auto;
  grid-template-rows:20px 14px;
  align-items:center;
  column-gap:10px;
  text-decoration:none;
}
.rooted-brand > span {
  grid-row:1/3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  color:white;
  background:var(--rooted-green);
  border-radius:50%;
  font-size:19px;
  transform:rotate(-25deg);
}
.rooted-brand strong { align-self:end; font-family:Georgia,"Times New Roman",serif; font-size:20px; font-weight:400; line-height:1; }
.rooted-brand small { align-self:start; color:#777b73; font-size:7px; font-weight:700; letter-spacing:.19em; text-transform:uppercase; }
.rooted-nav > nav { display:flex; align-items:center; gap:29px; }
.rooted-nav > nav a,.rooted-nav > div > a:first-child {
  color:#565d54;
  font-size:10px;
  font-weight:650;
  letter-spacing:.045em;
  text-decoration:none;
}
.rooted-nav > div { justify-self:end; display:flex; align-items:center; gap:24px; }
.rooted-button {
  min-height:47px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 25px;
  border:1px solid transparent;
  border-radius:999px;
  font-size:10px;
  font-weight:750;
  letter-spacing:.09em;
  text-decoration:none;
  text-transform:uppercase;
}
.rooted-button-dark { color:white !important; background:var(--rooted-deep); }
.rooted-button-light { color:var(--rooted-deep) !important; background:white; }
.rooted-hero {
  min-height:710px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:white;
}
.rooted-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 52%; }
.rooted-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(27,38,28,.76) 0%,rgba(42,54,40,.48) 51%,rgba(32,40,30,.12) 80%),linear-gradient(0deg,rgba(23,31,24,.24),transparent 38%); }
.rooted-hero-copy {
  width:min(1240px,calc(100% - 48px));
  position:relative;
  z-index:1;
  margin:0 auto;
  padding:92px 0 105px;
}
.rooted-breadcrumbs { display:flex; gap:9px; margin-bottom:30px; color:#dce4d8; font-size:9px; letter-spacing:.07em; text-transform:uppercase; }
.rooted-breadcrumbs a { color:white; }
.rooted-hero-copy > p,.rooted-heading p,.rooted-benefits > div > p,.rooted-journey header p,.rooted-reviews header p,.rooted-gifts > div:first-child > p,.rooted-faq header p,.rooted-contact > div > p {
  margin-bottom:18px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.23em;
  text-transform:uppercase;
}
.rooted-hero-copy > p::before { width:35px; height:1px; display:inline-block; margin:0 13px 3px 0; content:""; background:#cad9c4; }
.rooted-hero h1 { max-width:800px; margin-bottom:24px; font-size:clamp(64px,7.1vw,103px); line-height:.9; }
.rooted-hero h1 em { color:#d3e4ca; font-weight:400; }
.rooted-hero-copy > span { max-width:590px; display:block; color:#e5eadf; font-family:Georgia,"Times New Roman",serif; font-size:17px; line-height:1.65; }
.rooted-hero-copy > div { display:flex; align-items:center; gap:28px; margin-top:35px; }
.rooted-text-link { color:white !important; font-size:10px; font-weight:700; letter-spacing:.08em; text-decoration:none; text-transform:uppercase; }
.rooted-text-link b { margin-left:9px; font-size:14px; }
.rooted-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  padding:28px max(24px,calc((100% - 1240px)/2));
  color:white;
  background:var(--rooted-deep);
}
.rooted-stats > div { display:flex; align-items:center; justify-content:center; gap:13px; padding:6px 20px; border-right:1px solid rgba(255,255,255,.22); }
.rooted-stats > div:last-child { border:0; }
.rooted-stats strong { font-family:Georgia,"Times New Roman",serif; font-size:27px; font-weight:400; }
.rooted-stats span { color:#cad3c7; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.rooted-section {
  width:min(1240px,calc(100% - 48px));
  margin:auto;
  padding:112px 0;
}
.rooted-heading { display:grid; grid-template-columns:1fr minmax(280px,440px); align-items:end; gap:60px; margin-bottom:50px; }
.rooted-heading h2,.rooted-benefits h2,.rooted-journey h2,.rooted-reviews h2,.rooted-gifts h2,.rooted-faq h2,.rooted-contact h2 {
  margin-bottom:0;
  font-size:clamp(46px,4.8vw,70px);
  line-height:1.02;
}
.rooted-heading > span,.rooted-benefits > div > span,.rooted-gifts > div:first-child > span {
  color:#6f746c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  line-height:1.8;
}
.rooted-services { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.rooted-services article { overflow:hidden; background:var(--rooted-paper); border:1px solid var(--rooted-line); border-radius:15px; }
.rooted-services img { width:100%; height:245px; display:block; object-fit:cover; }
.rooted-services article > div { padding:25px; }
.rooted-services h3 { margin-bottom:10px; font-size:25px; }
.rooted-services p { min-height:66px; margin-bottom:18px; color:#6b7068; font-size:11px; line-height:1.7; }
.rooted-services footer { display:flex; justify-content:space-between; padding:14px 0; border-top:1px solid #e5e7e1; }
.rooted-services footer span { color:#7f857c; font-size:9px; text-transform:uppercase; }
.rooted-services footer strong { color:var(--rooted-deep); font-family:Georgia,"Times New Roman",serif; font-size:17px; font-weight:400; }
.rooted-services article a { display:flex; justify-content:space-between; padding-top:4px; color:var(--rooted-deep); font-size:9px; font-weight:800; letter-spacing:.07em; text-decoration:none; text-transform:uppercase; }
.rooted-benefits {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%;
  align-items:center;
  padding:110px max(24px,calc((100% - 1240px)/2));
  background:#e7eddf;
}
.rooted-benefits > div > span { max-width:570px; display:block; margin:24px 0 36px; }
.rooted-benefit-grid { display:grid; grid-template-columns:1fr 1fr; gap:0 28px; }
.rooted-benefit-grid article { display:flex; gap:13px; padding:18px 0; border-top:1px solid #c8d1c2; }
.rooted-benefit-grid article > b { color:#84967d; font-family:Georgia,"Times New Roman",serif; font-size:12px; font-weight:400; }
.rooted-benefit-grid h3 { margin-bottom:5px; font-size:17px; }
.rooted-benefit-grid p { margin:0; color:#687066; font-size:9px; line-height:1.6; }
.rooted-benefits figure { position:relative; }
.rooted-benefits figure img { width:100%; height:650px; display:block; object-fit:cover; border-radius:180px 180px 18px 18px; }
.rooted-benefits figcaption { position:absolute; right:-18px; bottom:26px; width:185px; display:grid; gap:5px; padding:22px; color:white; background:var(--rooted-deep); border-radius:12px; }
.rooted-benefits figcaption strong { font-family:Georgia,"Times New Roman",serif; font-size:32px; font-weight:400; }
.rooted-benefits figcaption span { color:#d7dfd3; font-size:9px; line-height:1.5; }
.rooted-journey { padding:112px max(24px,calc((100% - 1240px)/2)); background:var(--rooted-paper); }
.rooted-journey header { max-width:690px; margin-bottom:54px; }
.rooted-journey > div { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid #dcded8; }
.rooted-journey article { min-height:230px; padding:28px 28px 28px 0; border-right:1px solid #dcded8; }
.rooted-journey article:not(:first-child) { padding-left:28px; }
.rooted-journey article:last-child { border-right:0; }
.rooted-journey article > span { color:#8aa080; font-family:Georgia,"Times New Roman",serif; font-size:13px; }
.rooted-journey h3 { margin:36px 0 12px; font-size:23px; }
.rooted-journey article p { color:#6d736a; font-size:10px; line-height:1.7; }
.rooted-team-section { width:100%; padding-inline:max(24px,calc((100% - 1240px)/2)); background:#f1efe8; }
.rooted-team { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.rooted-team article { overflow:hidden; background:var(--rooted-paper); border-radius:14px; }
.rooted-team img { width:100%; height:360px; display:block; object-fit:cover; object-position:center top; filter:saturate(.78); }
.rooted-team article > div { position:relative; padding:23px; }
.rooted-team article > div > span { position:absolute; top:25px; right:20px; color:#73866d; font-size:9px; }
.rooted-team h3 { margin-bottom:6px; padding-right:45px; font-size:22px; }
.rooted-team p { margin-bottom:8px; color:#566354; font-size:10px; font-weight:700; }
.rooted-team small { display:block; color:#8a8d86; font-size:9px; }
.rooted-team a { display:block; margin-top:18px; color:var(--rooted-deep); font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.rooted-reviews { padding:112px max(24px,calc((100% - 1240px)/2)); color:white; background:var(--rooted-deep); }
.rooted-reviews header { margin-bottom:45px; text-align:center; }
.rooted-reviews header p { color:#bdcbb8; }
.rooted-reviews > div { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.rooted-reviews blockquote { margin:0; padding:35px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:14px; }
.rooted-reviews blockquote > span { color:#d7c58a; font-size:10px; letter-spacing:.15em; }
.rooted-reviews blockquote > p { min-height:150px; margin:26px 0; color:#e5e9e2; font-family:Georgia,"Times New Roman",serif; font-size:18px; line-height:1.6; }
.rooted-reviews blockquote footer { display:grid; gap:4px; padding-top:18px; border-top:1px solid rgba(255,255,255,.14); }
.rooted-reviews blockquote strong { font-size:10px; }
.rooted-reviews blockquote small { color:#bbc5b8; font-size:9px; }
.rooted-packages > div { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.rooted-packages article { position:relative; padding:36px; background:var(--rooted-paper); border:1px solid var(--rooted-line); border-radius:15px; }
.rooted-packages article.popular { color:white; background:var(--rooted-deep); border-color:var(--rooted-deep); transform:translateY(-8px); }
.rooted-packages article > b { position:absolute; top:0; right:25px; padding:8px 13px; color:var(--rooted-deep); background:#dce8d5; border-radius:0 0 8px 8px; font-size:8px; letter-spacing:.07em; text-transform:uppercase; }
.rooted-packages article > span { color:#7d857a; font-size:9px; letter-spacing:.12em; text-transform:uppercase; }
.rooted-packages .popular > span { color:#c4d0c1; }
.rooted-packages h3 { margin:25px 0 10px; font-size:28px; }
.rooted-packages article > strong { font-family:Georgia,"Times New Roman",serif; font-size:35px; font-weight:400; }
.rooted-packages article > p { min-height:80px; margin:24px 0; color:#70756d; font-size:10px; line-height:1.7; }
.rooted-packages .popular > p { color:#d6ded3; }
.rooted-packages article > a { min-height:45px; display:grid; place-items:center; color:var(--rooted-deep); border:1px solid #aab6a5; border-radius:999px; font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.rooted-packages .popular > a { color:var(--rooted-deep); background:white; border-color:white; }
.rooted-gifts {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8%;
  align-items:center;
  padding:95px max(24px,calc((100% - 1240px)/2));
  background:#dce7d4;
}
.rooted-gifts > div:first-child > span { max-width:590px; display:block; margin:24px 0 30px; }
.rooted-gifts > div:last-child {
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:36px;
  color:white;
  background:radial-gradient(circle at 82% 18%,rgba(214,228,205,.7) 0 7%,transparent 7.5%),radial-gradient(circle at 68% 38%,rgba(214,228,205,.35) 0 14%,transparent 14.5%),linear-gradient(135deg,#75906c,#3f5342);
  border:9px solid rgba(255,255,255,.3);
  border-radius:17px;
  box-shadow:0 25px 45px rgba(59,77,59,.2);
  transform:rotate(2deg);
}
.rooted-gifts > div:last-child span { margin-bottom:auto; font-size:10px; font-weight:800; letter-spacing:.25em; }
.rooted-gifts > div:last-child strong { font-family:Georgia,"Times New Roman",serif; font-size:35px; font-weight:400; }
.rooted-gifts > div:last-child small { margin-top:8px; color:#dbe5d7; font-size:9px; letter-spacing:.09em; text-transform:uppercase; }
.rooted-faq { display:grid; grid-template-columns:.8fr 1.2fr; gap:10%; padding:112px max(24px,calc((100% - 1120px)/2)); background:var(--rooted-paper); }
.rooted-faq > div { border-top:1px solid var(--rooted-line); }
.rooted-faq details { border-bottom:1px solid var(--rooted-line); }
.rooted-faq summary { min-height:70px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-family:Georgia,"Times New Roman",serif; font-size:17px; cursor:pointer; list-style:none; }
.rooted-faq summary::-webkit-details-marker { display:none; }
.rooted-faq summary span { color:#80917a; font-family:Arial,sans-serif; font-size:19px; }
.rooted-faq details p { margin:-5px 35px 25px 0; color:#737870; font-size:10px; line-height:1.8; }
.rooted-contact { display:grid; grid-template-columns:1fr 1fr; color:white; background:#2f3f32; }
.rooted-contact > div { padding:95px max(24px,calc((100vw - 1240px)/2)) 95px max(24px,calc((100vw - 1240px)/2)); }
.rooted-contact address { margin:30px 0; color:#dce3d9; font-family:Georgia,"Times New Roman",serif; font-size:16px; font-style:normal; line-height:1.7; }
.rooted-contact > div > div { display:grid; max-width:450px; border-top:1px solid rgba(255,255,255,.15); }
.rooted-contact > div > div span { display:flex; justify-content:space-between; gap:20px; padding:13px 0; color:#c7d0c4; border-bottom:1px solid rgba(255,255,255,.15); font-size:9px; }
.rooted-contact > div > div b { color:white; font-weight:650; }
.rooted-contact aside { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:80px max(24px,calc((100vw - 1240px)/2)) 80px 9%; background:#78906f; }
.rooted-contact aside > span { font-size:9px; font-weight:800; letter-spacing:.2em; text-transform:uppercase; }
.rooted-contact aside h3 { max-width:470px; margin:18px 0 28px; font-size:47px; }
.rooted-contact aside small { margin-top:24px; color:#e3e9df; font-size:9px; line-height:1.8; }
.rooted-footer {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:40px;
  padding:48px max(24px,calc((100% - 1240px)/2));
  color:#4d584b;
  background:#ecebe4;
}
.rooted-footer > p { margin:0; color:#7b8078; font-family:Georgia,"Times New Roman",serif; font-size:13px; }
.rooted-footer > div { display:flex; gap:22px; }
.rooted-footer > div a { font-size:9px; text-decoration:none; }
.rooted-footer > small { grid-column:1/-1; padding-top:20px; color:#8d918a; border-top:1px solid #d9dbd4; font-size:8px; text-align:center; }

@media (max-width:950px) {
  .rooted-nav { grid-template-columns:1fr auto; }
  .rooted-nav > nav { display:none; }
  .rooted-services { grid-template-columns:repeat(2,1fr); }
  .rooted-benefits { gap:5%; }
  .rooted-benefits figure img { height:560px; }
  .rooted-journey > div { grid-template-columns:repeat(2,1fr); }
  .rooted-journey article:nth-child(2) { border-right:0; }
  .rooted-journey article:nth-child(n+3) { border-top:1px solid #dcded8; }
  .rooted-team { grid-template-columns:repeat(2,1fr); }
  .rooted-team img { height:440px; }
  .rooted-footer { grid-template-columns:auto 1fr; }
  .rooted-footer > div { grid-column:1/-1; }
}

@media (max-width:650px) {
  .rooted-nav { min-height:70px; gap:12px; padding:0 18px; }
  .rooted-nav > div > a:first-child { display:none; }
  .rooted-nav > div { gap:0; }
  .rooted-nav .rooted-button { min-height:38px; padding:9px 14px; }
  .rooted-brand { grid-template-columns:31px auto; column-gap:7px; }
  .rooted-brand > span { width:29px; height:29px; font-size:15px; }
  .rooted-brand strong { font-size:17px; }
  .rooted-hero { min-height:620px; align-items:flex-end; }
  .rooted-hero > img { object-position:61% center; }
  .rooted-hero-shade { background:linear-gradient(90deg,rgba(30,42,30,.76),rgba(38,49,36,.36)),linear-gradient(0deg,rgba(20,29,21,.6),transparent 55%); }
  .rooted-hero-copy { width:100%; padding:70px 19px 66px; }
  .rooted-hero h1 { font-size:53px; line-height:.93; }
  .rooted-hero-copy > span { max-width:340px; font-size:14px; }
  .rooted-hero-copy > div { align-items:flex-start; flex-direction:column; gap:21px; }
  .rooted-stats { grid-template-columns:1fr; padding:18px 19px; }
  .rooted-stats > div { justify-content:space-between; padding:11px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .rooted-section { width:100%; padding:75px 19px; }
  .rooted-heading { grid-template-columns:1fr; gap:19px; margin-bottom:34px; }
  .rooted-heading h2,.rooted-benefits h2,.rooted-journey h2,.rooted-reviews h2,.rooted-gifts h2,.rooted-faq h2,.rooted-contact h2 { font-size:43px; }
  .rooted-services { grid-template-columns:1fr; }
  .rooted-services img { height:240px; }
  .rooted-services p { min-height:auto; }
  .rooted-benefits { grid-template-columns:1fr; padding:75px 19px; }
  .rooted-benefit-grid { grid-template-columns:1fr; }
  .rooted-benefits figure { margin-top:35px; }
  .rooted-benefits figure img { height:470px; border-radius:120px 120px 15px 15px; }
  .rooted-benefits figcaption { right:10px; bottom:18px; }
  .rooted-journey { padding:75px 19px; }
  .rooted-journey > div { grid-template-columns:1fr; }
  .rooted-journey article,.rooted-journey article:not(:first-child) { min-height:auto; padding:25px 0; border-right:0; border-top:1px solid #dcded8; }
  .rooted-journey h3 { margin:20px 0 10px; }
  .rooted-team-section { padding:75px 19px; }
  .rooted-team { grid-template-columns:1fr; }
  .rooted-team img { height:430px; }
  .rooted-reviews { padding:75px 19px; }
  .rooted-reviews > div { grid-template-columns:1fr; }
  .rooted-reviews blockquote > p { min-height:auto; }
  .rooted-packages > div { grid-template-columns:1fr; }
  .rooted-packages article.popular { transform:none; }
  .rooted-packages article > p { min-height:auto; }
  .rooted-gifts { grid-template-columns:1fr; padding:75px 19px; }
  .rooted-gifts > div:last-child { min-height:235px; margin-top:40px; padding:28px; }
  .rooted-gifts > div:last-child strong { font-size:27px; }
  .rooted-faq { grid-template-columns:1fr; gap:35px; padding:75px 19px; }
  .rooted-contact { grid-template-columns:1fr; }
  .rooted-contact > div,.rooted-contact aside { padding:75px 19px; }
  .rooted-contact aside h3 { font-size:40px; }
  .rooted-footer { grid-template-columns:1fr; gap:25px; padding:50px 19px; }
  .rooted-footer > div { grid-column:auto; flex-wrap:wrap; }
  .rooted-footer > small { grid-column:auto; }
}

/* Serenova meditation & wellness — localized from lemon-song Figma Sites */
.serenova-site {
  --serenova-ink:#2d2c27;
  --serenova-green:#7d9c7d;
  --serenova-deep:#34483a;
  --serenova-sage:#e5ebe2;
  --serenova-cream:#f7f4ed;
  --serenova-paper:#fffdf8;
  --serenova-line:#dfdfd6;
  overflow:hidden;
  color:var(--serenova-ink);
  background:var(--serenova-cream);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.serenova-site * { box-sizing:border-box; }
.serenova-site h1,.serenova-site h2,.serenova-site h3,.serenova-site p,.serenova-site figure,.serenova-site blockquote { margin-top:0; }
.serenova-site h1,.serenova-site h2,.serenova-site h3 { font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.035em; }
.serenova-site a { color:inherit; }
.serenova-nav {
  min-height:82px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:38px;
  padding:0 max(24px,calc((100% - 1230px)/2));
  background:rgba(255,253,248,.98);
  border-bottom:1px solid #e7e5de;
}
.serenova-brand { width:max-content; display:flex; align-items:center; gap:10px; font-family:Georgia,"Times New Roman",serif; text-decoration:none; }
.serenova-brand span { width:34px; height:34px; display:grid; place-items:center; color:white; background:var(--serenova-green); border-radius:50%; font-family:Arial,sans-serif; font-size:17px; }
.serenova-brand strong { font-size:21px; font-weight:400; }
.serenova-nav nav { display:flex; align-items:center; gap:33px; }
.serenova-nav nav a { color:#65635d; font-size:10px; font-weight:650; text-decoration:none; }
.serenova-nav > .serenova-button { justify-self:end; }
.serenova-button {
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:11px 25px;
  color:white !important;
  background:var(--serenova-green);
  border:1px solid var(--serenova-green);
  border-radius:999px;
  font-size:10px;
  font-weight:750;
  letter-spacing:.035em;
  text-decoration:none;
}
.serenova-button-light { color:var(--serenova-deep) !important; background:#eef4eb; border-color:#eef4eb; }
.serenova-button-outline { color:white !important; background:transparent; border-color:rgba(255,255,255,.6); }
.serenova-hero { min-height:730px; position:relative; display:flex; align-items:center; overflow:hidden; color:white; }
.serenova-hero > img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center 49%; }
.serenova-hero-shade { position:absolute; inset:0; background:linear-gradient(90deg,rgba(35,32,27,.71),rgba(42,39,33,.5) 55%,rgba(37,35,30,.2)),linear-gradient(0deg,rgba(31,32,27,.25),transparent 48%); }
.serenova-hero-copy { width:min(1230px,calc(100% - 48px)); position:relative; z-index:1; margin:0 auto; padding:88px 0 96px 31%; }
.serenova-breadcrumbs { display:flex; gap:9px; margin-bottom:20px; color:#dbe2d8; font-size:8px; letter-spacing:.08em; text-transform:uppercase; }
.serenova-breadcrumbs a { color:white; }
.serenova-hero-copy > p { width:max-content; margin-bottom:28px; padding:8px 15px; color:#f1eee8; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.24); border-radius:999px; font-size:9px; }
.serenova-hero h1 { margin-bottom:24px; font-size:clamp(68px,6.3vw,94px); line-height:.84; }
.serenova-hero h1 em { color:#8cac8a; font-weight:400; }
.serenova-hero-copy > span { max-width:520px; display:block; color:#e2e0db; font-size:16px; line-height:1.75; }
.serenova-hero-copy > div { display:flex; gap:13px; margin-top:35px; }
.serenova-stats { display:grid; grid-template-columns:repeat(3,1fr); padding:29px max(24px,calc((100% - 1120px)/2)); background:var(--serenova-paper); border-bottom:1px solid var(--serenova-line); }
.serenova-stats > div { display:flex; align-items:center; justify-content:center; gap:14px; border-right:1px solid var(--serenova-line); }
.serenova-stats > div:last-child { border:0; }
.serenova-stats strong { color:var(--serenova-deep); font-family:Georgia,"Times New Roman",serif; font-size:27px; font-weight:400; }
.serenova-stats span { color:#7a7b74; font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.serenova-section { width:min(1230px,calc(100% - 48px)); margin:auto; padding:112px 0; }
.serenova-heading { display:flex; align-items:end; justify-content:space-between; gap:55px; margin-bottom:48px; }
.serenova-heading > div { max-width:760px; }
.serenova-heading p,.serenova-benefits header > p,.serenova-process header > p,.serenova-programmes > header p,.serenova-gift > div > p,.serenova-faq header p,.serenova-contact > div > p {
  margin-bottom:15px;
  color:#6f896f;
  font-size:9px;
  font-weight:850;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.serenova-heading h2,.serenova-benefits h2,.serenova-process h2,.serenova-programmes h2,.serenova-gift h2,.serenova-faq h2,.serenova-contact h2 {
  margin-bottom:14px;
  font-size:clamp(46px,4.7vw,68px);
  line-height:1.02;
}
.serenova-heading > div > span,.serenova-benefits header > span,.serenova-process header > span,.serenova-programmes > header > span,.serenova-gift > div > span,.serenova-contact > div > span {
  color:#777870;
  font-family:Georgia,"Times New Roman",serif;
  font-size:13px;
  line-height:1.8;
}
.serenova-heading > a { flex:0 0 auto; color:#587558; border-bottom:1px solid #9aaf98; font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.serenova-services { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }
.serenova-services article { overflow:hidden; background:var(--serenova-paper); border:1px solid var(--serenova-line); border-radius:16px; }
.serenova-service-image { height:235px; position:relative; overflow:hidden; }
.serenova-service-image img { width:100%; height:100%; object-fit:cover; filter:saturate(.83); }
.serenova-service-image > b { position:absolute; top:15px; left:15px; padding:7px 11px; color:#344a37; background:#eef4e9; border-radius:999px; font-size:8px; text-transform:uppercase; }
.serenova-service-image > span { position:absolute; right:15px; bottom:15px; width:38px; height:38px; display:grid; place-items:center; color:white; background:rgba(71,98,72,.86); border-radius:50%; font-size:18px; }
.serenova-services article > div:last-child { padding:25px; }
.serenova-services article header { display:flex; justify-content:space-between; gap:16px; }
.serenova-services h3 { margin-bottom:7px; font-size:24px; }
.serenova-services article header strong { color:#58745b; font-family:Georgia,"Times New Roman",serif; font-size:20px; font-weight:400; }
.serenova-services article small { color:#8a8b84; font-size:8px; letter-spacing:.07em; text-transform:uppercase; }
.serenova-services article p { min-height:70px; margin:16px 0; color:#71736d; font-size:10px; line-height:1.7; }
.serenova-services article a { display:flex; justify-content:space-between; padding-top:14px; color:#567058; border-top:1px solid #e7e6df; font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.serenova-classes { padding:110px max(24px,calc((100% - 1230px)/2)); background:var(--serenova-sage); }
.serenova-classes > div { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
.serenova-classes article { display:grid; grid-template-columns:210px 1fr; overflow:hidden; background:var(--serenova-paper); border-radius:14px; }
.serenova-classes article > div { position:relative; }
.serenova-classes article > div img { width:100%; height:100%; object-fit:cover; }
.serenova-classes article > div b { position:absolute; top:12px; left:12px; padding:6px 9px; color:white; background:#b56f5f; border-radius:999px; font-size:8px; }
.serenova-classes article > section { padding:23px; }
.serenova-classes article > section > span { color:#708a70; font-size:8px; font-weight:850; letter-spacing:.13em; text-transform:uppercase; }
.serenova-classes h3 { margin:9px 0 7px; font-size:22px; }
.serenova-classes article p { color:#777a72; font-size:9px; }
.serenova-classes dl { display:grid; grid-template-columns:1fr 1fr; gap:13px; margin:18px 0; }
.serenova-classes dl > div { display:grid; gap:3px; }
.serenova-classes dt { font-size:9px; font-weight:750; }
.serenova-classes dd { margin:0; color:#8a8c86; font-size:8px; }
.serenova-classes article footer { display:flex; align-items:center; justify-content:space-between; padding-top:15px; border-top:1px solid #e3e5df; }
.serenova-classes article footer strong { font-family:Georgia,"Times New Roman",serif; font-size:19px; font-weight:400; }
.serenova-classes article footer a { color:#537154; font-size:9px; font-weight:800; text-decoration:none; }
.serenova-benefits { display:grid; grid-template-columns:.78fr 1.22fr; gap:9%; padding:115px max(24px,calc((100% - 1230px)/2)); background:var(--serenova-paper); }
.serenova-benefits header > span { max-width:430px; display:block; margin-top:23px; }
.serenova-benefits > div { display:grid; grid-template-columns:1fr 1fr; }
.serenova-benefits article { min-height:190px; padding:26px; border-top:1px solid var(--serenova-line); }
.serenova-benefits article:nth-child(odd) { border-right:1px solid var(--serenova-line); }
.serenova-benefits article > b { color:#8ba18a; font-family:Georgia,"Times New Roman",serif; font-size:11px; font-weight:400; }
.serenova-benefits h3 { margin:24px 0 9px; font-size:21px; }
.serenova-benefits article p { color:#74776f; font-size:9px; line-height:1.7; }
.serenova-process { padding:112px max(24px,calc((100% - 1230px)/2)); color:white; background:var(--serenova-deep); text-align:center; }
.serenova-process header { max-width:720px; margin:0 auto 55px; }
.serenova-process header > p { color:#aec2ad; }
.serenova-process header > span { color:#cdd6cb; }
.serenova-process > div { display:grid; grid-template-columns:repeat(4,1fr); margin-bottom:40px; border-top:1px solid rgba(255,255,255,.18); }
.serenova-process article { min-height:230px; padding:30px; border-right:1px solid rgba(255,255,255,.18); text-align:left; }
.serenova-process article:last-child { border:0; }
.serenova-process article > span { color:#adc3ac; font-family:Georgia,"Times New Roman",serif; font-size:12px; }
.serenova-process h3 { margin:40px 0 12px; font-size:22px; }
.serenova-process article p { color:#c8d1c6; font-size:9px; line-height:1.75; }
.serenova-guides-section { width:100%; padding-inline:max(24px,calc((100% - 1230px)/2)); }
.serenova-guides { display:grid; grid-template-columns:repeat(3,1fr); gap:17px; }
.serenova-guides article { overflow:hidden; background:var(--serenova-paper); border:1px solid var(--serenova-line); border-radius:14px; }
.serenova-guides article > img { width:100%; height:410px; object-fit:cover; object-position:center top; filter:saturate(.76); }
.serenova-guides article > section { padding:25px; }
.serenova-guides article > section > div { display:flex; gap:7px; color:#6f896f; font-size:9px; }
.serenova-guides h3 { margin:13px 0 5px; font-size:27px; }
.serenova-guides section > strong { display:block; min-height:34px; color:#667565; font-size:9px; letter-spacing:.045em; text-transform:uppercase; }
.serenova-guides section > p { min-height:100px; margin:16px 0; color:#74766f; font-size:9px; line-height:1.75; }
.serenova-guides section > small { display:block; color:#7a8878; font-size:8px; line-height:1.6; }
.serenova-guides section > a { display:block; margin-top:20px; color:#547056; font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.serenova-programmes { padding:112px max(24px,calc((100% - 1230px)/2)); background:#ede9de; }
.serenova-programmes > header { max-width:720px; margin:0 auto 45px; text-align:center; }
.serenova-programmes > div { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.serenova-programmes article { position:relative; padding:34px; background:var(--serenova-paper); border:1px solid var(--serenova-line); border-radius:16px; }
.serenova-programmes article.featured { color:white; background:#6e896f; border-color:#6e896f; }
.serenova-programmes article > span { display:block; margin-bottom:20px; font-size:26px; }
.serenova-programmes article > b { color:#728b72; font-size:8px; letter-spacing:.14em; text-transform:uppercase; }
.serenova-programmes .featured > b { color:#dfe9dd; }
.serenova-programmes h3 { margin:10px 0 15px; font-size:28px; }
.serenova-programmes article > p { min-height:75px; color:#73756e; font-size:9px; line-height:1.75; }
.serenova-programmes .featured > p { color:#e1e8df; }
.serenova-programmes ul { min-height:115px; margin:22px 0; padding:18px 0 0; border-top:1px solid #e2e1da; list-style:none; }
.serenova-programmes li { margin-bottom:7px; color:#6f746d; font-size:9px; }
.serenova-programmes .featured li { color:#edf1ec; }
.serenova-programmes article footer { display:flex; align-items:end; justify-content:space-between; gap:15px; }
.serenova-programmes article footer strong { font-family:Georgia,"Times New Roman",serif; font-size:25px; font-weight:400; }
.serenova-programmes article footer a { font-size:9px; font-weight:800; text-decoration:none; text-transform:uppercase; }
.serenova-reviews { padding:112px max(24px,calc((100% - 1230px)/2)); background:var(--serenova-paper); }
.serenova-reviews > div { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.serenova-reviews blockquote { margin:0; padding:29px; background:#f5f3ec; border-radius:14px; }
.serenova-reviews blockquote > span { color:#c4a958; font-size:10px; letter-spacing:.14em; }
.serenova-reviews blockquote > p { min-height:130px; margin:22px 0; font-family:Georgia,"Times New Roman",serif; font-size:16px; line-height:1.65; }
.serenova-reviews blockquote footer { display:flex; align-items:center; gap:13px; padding-top:18px; border-top:1px solid #ddded7; }
.serenova-reviews blockquote footer img { width:43px; height:43px; object-fit:cover; border-radius:50%; }
.serenova-reviews blockquote footer div { display:grid; gap:3px; }
.serenova-reviews blockquote footer strong { font-size:9px; }
.serenova-reviews blockquote footer small { color:#858780; font-size:7px; line-height:1.4; }
.serenova-gift { display:grid; grid-template-columns:1fr 1fr; align-items:stretch; background:#dfe8dc; }
.serenova-gift > div { padding:100px 9% 100px max(24px,calc((100vw - 1230px)/2)); }
.serenova-gift > div > span { max-width:570px; display:block; margin:22px 0 28px; }
.serenova-gift-values { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:27px; }
.serenova-gift-values b { padding:9px 14px; background:rgba(255,255,255,.6); border:1px solid #c4d0c0; border-radius:999px; font-size:9px; }
.serenova-gift > img { width:100%; height:100%; min-height:560px; object-fit:cover; filter:saturate(.75); }
.serenova-faq { display:grid; grid-template-columns:.82fr 1.18fr; gap:10%; padding:112px max(24px,calc((100% - 1120px)/2)); background:var(--serenova-paper); }
.serenova-faq > div { border-top:1px solid var(--serenova-line); }
.serenova-faq details { border-bottom:1px solid var(--serenova-line); }
.serenova-faq summary { min-height:67px; display:flex; align-items:center; justify-content:space-between; gap:20px; font-family:Georgia,"Times New Roman",serif; font-size:16px; cursor:pointer; list-style:none; }
.serenova-faq summary::-webkit-details-marker { display:none; }
.serenova-faq summary span { color:#789478; font-family:Arial,sans-serif; font-size:18px; }
.serenova-faq details p { margin:-4px 40px 24px 0; color:#74776f; font-size:9px; line-height:1.8; }
.serenova-contact { display:grid; grid-template-columns:1fr 1fr; background:#f0ede5; }
.serenova-contact > img { width:100%; height:100%; min-height:700px; object-fit:cover; filter:saturate(.7); }
.serenova-contact > div { padding:95px max(24px,calc((100vw - 1230px)/2)) 95px 9%; }
.serenova-contact > div > span { display:block; margin-bottom:26px; }
.serenova-contact address { margin:25px 0 7px; font-family:Georgia,"Times New Roman",serif; font-size:17px; font-style:normal; line-height:1.6; }
.serenova-contact > div > small { color:#7e827a; font-size:8px; }
.serenova-contact > div > div { display:grid; gap:6px; margin:24px 0; color:#587258; font-size:10px; }
.serenova-contact dl { max-width:450px; margin:0 0 28px; border-top:1px solid #d4d5ce; }
.serenova-contact dl > div { display:flex; justify-content:space-between; gap:20px; padding:11px 0; border-bottom:1px solid #d4d5ce; }
.serenova-contact dt,.serenova-contact dd { font-size:9px; }
.serenova-contact dd { margin:0; color:#767a72; }
.serenova-footer { display:grid; grid-template-columns:1.4fr repeat(3,1fr); gap:48px; padding:70px max(24px,calc((100% - 1230px)/2)) 28px; color:#d9e1d8; background:#2f4034; }
.serenova-footer > div { display:flex; flex-direction:column; align-items:flex-start; gap:9px; }
.serenova-footer > div:first-child p { max-width:280px; color:#abb9aa; font-family:Georgia,"Times New Roman",serif; font-size:12px; line-height:1.7; }
.serenova-footer .serenova-brand { color:white; }
.serenova-footer > div > strong { margin-bottom:8px; color:white; font-size:8px; letter-spacing:.15em; text-transform:uppercase; }
.serenova-footer > div > a:not(.serenova-brand),.serenova-footer > div > span { color:#acb8ac; font-size:9px; line-height:1.7; text-decoration:none; }
.serenova-footer > small { grid-column:1/-1; padding-top:22px; color:#829082; border-top:1px solid rgba(255,255,255,.13); font-size:8px; text-align:center; }

@media (max-width:950px) {
  .serenova-nav { grid-template-columns:1fr auto; }
  .serenova-nav nav { display:none; }
  .serenova-hero-copy { padding-left:20%; }
  .serenova-services { grid-template-columns:repeat(2,1fr); }
  .serenova-classes article { grid-template-columns:160px 1fr; }
  .serenova-guides article > img { height:340px; }
  .serenova-reviews > div { grid-template-columns:repeat(2,1fr); }
  .serenova-footer { grid-template-columns:1.4fr 1fr 1fr; }
  .serenova-footer > div:nth-child(4) { grid-column:1/-1; }
}

@media (max-width:650px) {
  .serenova-nav { min-height:70px; padding:0 18px; }
  .serenova-nav .serenova-brand span { width:30px; height:30px; }
  .serenova-nav .serenova-brand strong { font-size:18px; }
  .serenova-nav > .serenova-button { min-height:38px; padding:9px 14px; }
  .serenova-hero { min-height:650px; align-items:flex-end; }
  .serenova-hero > img { object-position:56% center; }
  .serenova-hero-copy { width:100%; padding:75px 19px 65px; }
  .serenova-hero h1 { font-size:57px; }
  .serenova-hero-copy > span { max-width:350px; font-size:14px; }
  .serenova-hero-copy > div { align-items:flex-start; flex-direction:column; }
  .serenova-stats { grid-template-columns:1fr; padding:17px 19px; }
  .serenova-stats > div { justify-content:space-between; padding:11px 0; border-right:0; border-bottom:1px solid var(--serenova-line); }
  .serenova-section { width:100%; padding:75px 19px; }
  .serenova-heading { align-items:flex-start; flex-direction:column; gap:18px; margin-bottom:34px; }
  .serenova-heading h2,.serenova-benefits h2,.serenova-process h2,.serenova-programmes h2,.serenova-gift h2,.serenova-faq h2,.serenova-contact h2 { font-size:43px; }
  .serenova-services { grid-template-columns:1fr; }
  .serenova-service-image { height:235px; }
  .serenova-services article p { min-height:auto; }
  .serenova-classes { padding:75px 19px; }
  .serenova-classes > div { grid-template-columns:1fr; }
  .serenova-classes article { grid-template-columns:1fr; }
  .serenova-classes article > div { height:220px; }
  .serenova-benefits { grid-template-columns:1fr; gap:38px; padding:75px 19px; }
  .serenova-benefits > div { grid-template-columns:1fr; }
  .serenova-benefits article,.serenova-benefits article:nth-child(odd) { min-height:auto; padding:24px 0; border-right:0; }
  .serenova-benefits h3 { margin-top:18px; }
  .serenova-process { padding:75px 19px; }
  .serenova-process > div { grid-template-columns:1fr; }
  .serenova-process article { min-height:auto; padding:25px 0; border-right:0; border-bottom:1px solid rgba(255,255,255,.18); }
  .serenova-process h3 { margin:20px 0 10px; }
  .serenova-guides-section { padding:75px 19px; }
  .serenova-guides { grid-template-columns:1fr; }
  .serenova-guides article > img { height:420px; }
  .serenova-guides section > p { min-height:auto; }
  .serenova-programmes { padding:75px 19px; }
  .serenova-programmes > div { grid-template-columns:1fr; }
  .serenova-programmes article > p,.serenova-programmes ul { min-height:auto; }
  .serenova-reviews { padding:75px 19px; }
  .serenova-reviews > div { grid-template-columns:1fr; }
  .serenova-reviews blockquote > p { min-height:auto; }
  .serenova-gift { grid-template-columns:1fr; }
  .serenova-gift > div { padding:75px 19px; }
  .serenova-gift > img { min-height:380px; }
  .serenova-faq { grid-template-columns:1fr; gap:35px; padding:75px 19px; }
  .serenova-contact { grid-template-columns:1fr; }
  .serenova-contact > img { min-height:390px; }
  .serenova-contact > div { padding:75px 19px; }
  .serenova-footer { grid-template-columns:1fr 1fr; gap:35px 20px; padding:55px 19px 25px; }
  .serenova-footer > div:first-child,.serenova-footer > div:nth-child(4) { grid-column:1/-1; }
  .serenova-footer > small { grid-column:1/-1; }
}
.domain-manager{border-top:1px solid #dde2e9;margin-top:1.25rem;padding-top:1.25rem}.domain-manager h3{margin:0 0 .35rem}.domain-manager>p{color:#697386;font-size:.82rem;line-height:1.45;margin:0 0 .75rem}.domain-manager form{display:grid;gap:.5rem}.domain-manager input{font-size:.8rem;width:100%}.domain-card{border:1px solid #d9e0e8;border-radius:12px;margin-top:.75rem;padding:.75rem}.domain-card>div:first-child{align-items:flex-start;display:flex;gap:.5rem;justify-content:space-between}.domain-card>div:first-child>strong{font-size:.8rem;overflow-wrap:anywhere}.domain-card>a{display:inline-block;font-size:.8rem;margin-top:.6rem}.domain-record{border-top:1px solid #edf0f3;display:grid;gap:.2rem;margin-top:.55rem;padding-top:.55rem}.domain-record strong{font-size:.72rem}.domain-record code{background:#f6f7f8;border-radius:4px;font-size:.64rem;overflow-wrap:anywhere;padding:.2rem}.domain-card button{margin-top:.65rem;width:100%}
.merchant-dashboard-page {
  min-height: 100vh;
  background: #f5f7f2;
}

.backend-language-switcher {
  position: fixed;
  z-index: 250;
  top: 14px;
  right: 18px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.backend-language-trigger {
  display: grid;
  grid-template-columns: 42px auto auto;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 6px 16px 6px 7px;
  border: 1px solid #d8a72f;
  border-radius: 999px;
  background: #fff;
  color: #176f4a;
  box-shadow: 0 7px 22px rgba(20, 50, 37, .08);
}

.backend-language-trigger > span:first-child {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: #176f4a;
  color: #fff;
  font-weight: 900;
}

.backend-language-trigger strong {
  font-size: 16px;
}

.backend-language-menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  width: 276px;
  max-height: min(660px, 72vh);
  padding: 11px;
  overflow-y: auto;
  border: 1px solid #d9e2dc;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 48px rgba(24, 42, 34, .18);
}

.backend-language-menu button {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 58px;
  padding: 7px 11px;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #667085;
  text-align: left;
}

.backend-language-menu button:hover,
.backend-language-menu button:focus-visible,
.backend-language-menu button[aria-checked="true"] {
  outline: none;
  background: #176f4a;
  color: #fff;
}

.backend-language-menu button > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #edf3ef;
  color: #182033;
  font-weight: 900;
}

.backend-language-menu button[aria-checked="true"] > span {
  background: #5ba17f;
  color: #fff;
}

.backend-language-menu strong {
  font-size: 16px;
}

.backend-language-menu small {
  font-size: 14px;
  font-weight: 900;
  opacity: .7;
}

.public-language-switcher {
  position: relative;
  z-index: 80;
  top: auto;
  right: auto;
  flex: 0 0 auto;
}

.public-language-trigger {
  grid-template-columns: 30px auto auto;
  gap: 7px;
  min-height: 40px;
  padding: 4px 10px 4px 5px;
  border-color: rgba(255, 255, 255, .24);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  box-shadow: none;
  cursor: pointer;
}

.public-language-trigger > span:first-child {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #176f4a;
  font-size: 12px;
}

.public-language-trigger strong {
  font-size: 13px;
}

.public-language-menu {
  z-index: 90;
  top: calc(100% + 12px);
  width: 288px;
}

.builder-page .backend-language-switcher {
  top: auto;
  bottom: 18px;
}

.builder-page .backend-language-menu {
  top: auto;
  bottom: calc(100% + 9px);
}

.merchant-console {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 100vh;
}

.merchant-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  padding: 24px 18px;
  background: #111827;
  color: #fff;
  overflow-y: auto;
}

.merchant-sidebar-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  text-decoration: none;
}

.merchant-site-picker {
  margin: 24px 0 18px;
}

.merchant-site-picker label {
  display: block;
  margin-bottom: 8px;
  color: #aeb7c7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.merchant-site-picker select {
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  border: 1px solid #394253;
  border-radius: 10px;
  background: #1c2432;
  color: #fff;
  font: inherit;
}

.merchant-sidebar-nav {
  display: grid;
  gap: 5px;
}

.merchant-sidebar-nav a {
  padding: 11px 12px;
  border-radius: 9px;
  color: #bfc7d5;
  font-weight: 700;
  text-decoration: none;
}

.merchant-sidebar-nav a:hover,
.merchant-sidebar-nav a.is-active {
  background: #293447;
  color: #a5e46e;
}

.merchant-new-site {
  display: block;
  margin-top: 20px;
  padding: 11px 12px;
  border: 1px solid #4b5668;
  border-radius: 9px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.merchant-main {
  min-width: 0;
  padding: 34px clamp(22px, 4vw, 58px) 60px;
}

.merchant-dashboard-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.merchant-dashboard-heading h1 {
  margin: 0 0 8px;
}

.merchant-dashboard-heading p {
  margin: 0;
  color: #667085;
}

.merchant-next-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 18px;
  background: linear-gradient(135deg, #123c2f, #1e6545);
  color: #fff;
  box-shadow: 0 18px 40px rgba(20, 73, 50, .18);
}

.merchant-next-action span {
  color: #a8e978;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.merchant-next-action h2 {
  margin: 6px 0 8px;
  color: #fff;
  font-size: clamp(24px, 3vw, 36px);
}

.merchant-next-action p {
  max-width: 760px;
  margin: 0;
  color: #dbe9e2;
}

.merchant-next-action .button {
  flex: 0 0 auto;
  background: #a8e978;
  color: #10231a;
}

.merchant-progress-track {
  height: 9px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #e6ece2;
  overflow: hidden;
}

.merchant-progress-track i {
  display: block;
  width: var(--progress);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #397d25, #9ddd67);
}

.merchant-help-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f1f6ed;
  color: #4f6248;
  font-size: 14px;
}

.merchant-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.merchant-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.merchant-metric-card,
.merchant-panel {
  border: 1px solid #dfe5db;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(27, 39, 24, .05);
}

.merchant-metric-card {
  padding: 18px;
}

.merchant-metric-card span {
  display: block;
  margin-bottom: 9px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.merchant-metric-card strong {
  display: block;
  color: #111827;
  font-size: 25px;
}

.merchant-overview-grid,
.merchant-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 18px;
}

.merchant-panel {
  padding: 22px;
}

.merchant-panel + .merchant-panel {
  margin-top: 18px;
}

.merchant-overview-grid .merchant-panel + .merchant-panel,
.merchant-two-column .merchant-panel + .merchant-panel {
  margin-top: 0;
}

.merchant-panel h2,
.merchant-panel h3 {
  margin-top: 0;
}

.merchant-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.merchant-panel-header h2,
.merchant-panel-header p {
  margin: 0;
}

.merchant-checklist,
.merchant-data-list,
.merchant-snapshot-list,
.merchant-settings-stack {
  display: grid;
  gap: 10px;
}

.merchant-checklist-item,
.merchant-data-row,
.merchant-snapshot-row,
.merchant-domain-row,
.merchant-settings-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid #edf0ea;
}

.merchant-checklist-item:last-child,
.merchant-data-row:last-child,
.merchant-snapshot-row:last-child,
.merchant-domain-row:last-child,
.merchant-settings-row:last-child {
  border-bottom: 0;
}

.merchant-checklist-item strong,
.merchant-data-row strong,
.merchant-snapshot-row strong,
.merchant-settings-row strong {
  display: block;
}

.merchant-checklist-item small,
.merchant-data-row small,
.merchant-snapshot-row small,
.merchant-settings-row small {
  display: block;
  margin-top: 4px;
  color: #667085;
}

.merchant-funnel {
  display: grid;
  gap: 12px;
}

.merchant-funnel-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) 2fr auto;
  align-items: center;
  gap: 12px;
}

.merchant-funnel-track {
  height: 10px;
  border-radius: 999px;
  background: #e8eee2;
  overflow: hidden;
}

.merchant-funnel-fill {
  display: block;
  height: 100%;
  min-width: 3px;
  border-radius: inherit;
  background: #5f9f35;
}

.merchant-connection-summary {
  padding: 20px;
  border: 1px solid #dce7d5;
  border-radius: 14px;
  background: #f6fbf2;
}

.merchant-domain-list {
  display: grid;
}

.merchant-domain-row > div:first-child {
  min-width: 0;
}

.merchant-domain-row code {
  overflow-wrap: anywhere;
}

.merchant-domain-panel,
.merchant-domain-help {
  margin-top: 18px;
}

.merchant-domain-row.custom {
  align-items: flex-start;
}

.merchant-domain-row.custom h2 {
  margin: 4px 0 7px;
  overflow-wrap: anywhere;
}

.merchant-domain-registration {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 14px 0 0;
}

.merchant-domain-registration div {
  min-width: 0;
}

.merchant-domain-registration dt {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.merchant-domain-registration dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

.merchant-domain-state {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.merchant-domain-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}

.merchant-domain-options article {
  padding: 16px;
  border: 1px solid #dfe8d9;
  border-radius: 12px;
  background: #f8fbf6;
}

.merchant-domain-options p {
  margin: 7px 0 0;
  color: #667085;
  font-size: 14px;
}

.merchant-domain-request {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e9e2;
}

.merchant-domain-request label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-weight: 800;
}

.merchant-domain-request textarea,
.merchant-domain-request .checkbox-row,
.merchant-domain-request button,
.merchant-domain-request .form-status {
  grid-column: 1 / -1;
}

.merchant-domain-request select,
.merchant-domain-request input,
.merchant-domain-request textarea {
  width: 100%;
}

.merchant-analytics-bars {
  display: grid;
  gap: 16px;
}

.merchant-analytics-bar {
  display: grid;
  grid-template-columns: 150px minmax(120px, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.merchant-analytics-bar-track {
  height: 12px;
  border-radius: 999px;
  background: #e7ece3;
  overflow: hidden;
}

.merchant-analytics-bar-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #5f9f35, #9bdf68);
}

.merchant-team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.merchant-team-card {
  padding: 18px;
  border: 1px solid #e1e6dd;
  border-radius: 13px;
  background: #fbfcfa;
}

.merchant-team-card h3 {
  margin-bottom: 5px;
}

.merchant-team-card p {
  margin: 0;
  color: #667085;
}

.merchant-danger-zone {
  border-color: #f1cccc;
  background: #fffafa;
}

.customer-support-request {
  scroll-margin-top: 24px;
}

.customer-support-history {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #e3e8df;
}

.customer-support-history ol {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.customer-support-history li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 14px;
  border-radius: 12px;
  background: #f7f9f5;
}

.customer-support-history p {
  margin: 5px 0 0;
  white-space: pre-wrap;
}

.merchant-ticket-create form,
.ticket-reply-form,
.ticket-admin-actions {
  display: grid;
  gap: 16px;
}

.merchant-ticket-create form label,
.ticket-reply-form label,
.ticket-admin-actions > label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
}

.merchant-ticket-create input,
.merchant-ticket-create select,
.merchant-ticket-create textarea,
.ticket-reply-form select,
.ticket-reply-form textarea,
.ticket-admin-actions select {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cfd8ca;
  border-radius: 10px;
  background: #fff;
  color: #121a2a;
  font: inherit;
}

.merchant-ticket-create textarea,
.ticket-reply-form textarea {
  min-height: 135px;
  resize: vertical;
}

.ticket-attachment-input {
  width: 100%;
  padding: 10px;
  border: 1px dashed #9db394;
  border-radius: 10px;
  background: #f8fbf6;
  color: #344054;
  font: inherit;
}

.ticket-attachment-input::file-selector-button {
  margin-right: 12px;
  padding: 8px 12px;
  border: 1px solid #4f8f2f;
  border-radius: 8px;
  background: #fff;
  color: #35641f;
  font-weight: 750;
  cursor: pointer;
}

.ticket-attachment-input:focus-visible,
.ticket-attachment-input::file-selector-button:hover {
  border-color: #35641f;
  outline: 3px solid rgba(79, 143, 47, .18);
}

.ticket-upload-list,
.ticket-attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ticket-upload-list:empty,
.ticket-attachment-list:empty {
  display: none;
}

.ticket-upload-item,
.ticket-attachment {
  display: grid;
  gap: 2px;
  max-width: 100%;
  padding: 9px 11px;
  border: 1px solid #d7dfd2;
  border-radius: 10px;
  background: #f7f9f5;
  color: #344054;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.ticket-upload-item.is-uploading {
  border-color: #4f8f2f;
  background: #eef8e9;
}

.ticket-upload-item.is-complete,
.ticket-attachment-clean {
  border-color: #a9d19a;
  background: #eef8e9;
  color: #285516;
}

a.ticket-attachment {
  text-decoration: none;
}

a.ticket-attachment:hover,
a.ticket-attachment:focus-visible {
  border-color: #4f8f2f;
  outline: 3px solid rgba(79, 143, 47, .18);
}

.ticket-attachment-pending {
  border-color: #f0cd68;
  background: #fff9df;
}

.ticket-attachment-rejected {
  border-color: #efb0ac;
  background: #fff1f0;
  color: #8b1e17;
}

.ticket-attachment small {
  color: inherit;
  opacity: .78;
}

.ticket-scan-live-status {
  min-height: 20px;
  margin: -4px 0 14px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
}

.ticket-scan-live-status:empty {
  display: none;
}

.ticket-admin-actions > .checkbox-row {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ticket-admin-actions > .checkbox-row input {
  width: 18px;
  height: 18px;
  margin: 0;
}

.merchant-ticket-create input:focus,
.merchant-ticket-create select:focus,
.merchant-ticket-create textarea:focus,
.ticket-reply-form select:focus,
.ticket-reply-form textarea:focus,
.ticket-admin-actions select:focus {
  border-color: #4f8f2f;
  outline: 3px solid rgba(79, 143, 47, .18);
}

.merchant-ticket-history {
  margin-top: 24px;
}

.merchant-ticket-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 0;
  border-top: 1px solid #e3e8df;
  color: #121a2a;
  text-decoration: none;
}

.merchant-ticket-row:hover strong,
.merchant-ticket-row:focus-visible strong {
  color: #397a1f;
}

.merchant-ticket-row > div {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.merchant-ticket-row > div:last-child {
  justify-items: end;
}

.merchant-ticket-row span,
.merchant-ticket-row small {
  color: #667085;
}

.ticket-title-row,
.ticket-title-row > div:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ticket-title-row {
  margin-top: 22px;
}

.ticket-title-row h1 {
  margin-top: 8px;
}

.ticket-priority {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .06em;
}

.priority-urgent { color: #991b1b; background: #fee2e2; }
.priority-high { color: #9a3412; background: #ffedd5; }
.priority-normal { color: #175cd3; background: #eaf2ff; }
.priority-low { color: #475467; background: #eef2f6; }

.status-new,
.status-open { color: #175cd3; background: #eaf2ff; }
.status-in_progress { color: #7a2e0e; background: #fff1e7; }
.status-waiting_for_customer,
.status-waiting_for_provider { color: #6941c6; background: #f2ecff; }
.status-resolved { color: #176640; background: #dff7eb; }
.status-closed,
.status-cancelled { color: #475467; background: #eaecf0; }

.ticket-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: start;
}

.ticket-conversation,
.ticket-side-card,
.ticket-reply-form,
.ticket-closed-notice {
  padding: 26px;
  border: 1px solid #dfe5db;
  border-radius: 18px;
  background: #fff;
}

.ticket-conversation {
  display: grid;
  gap: 14px;
}

.ticket-conversation h2 {
  margin-bottom: 6px;
}

.ticket-message {
  padding: 17px;
  border-radius: 14px;
  background: #f5f8f2;
}

.ticket-message-internal {
  border: 1px solid #f2cf68;
  background: #fff9df;
}

.ticket-message header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.ticket-message header div {
  display: grid;
  gap: 2px;
}

.ticket-message header span,
.ticket-message time {
  color: #667085;
  font-size: 12px;
}

.ticket-message p {
  margin: 0;
}

.ticket-side-card dl,
.ticket-admin-meta {
  display: grid;
  gap: 13px;
  margin: 18px 0 0;
}

.ticket-side-card dl div,
.ticket-admin-meta div {
  display: grid;
  gap: 3px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e8ece5;
}

.ticket-side-card dt,
.ticket-admin-meta dt {
  color: #667085;
  font-size: 12px;
}

.ticket-side-card dd,
.ticket-admin-meta dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-weight: 750;
}

.ticket-reply-form,
.ticket-closed-notice,
.ticket-satisfaction-card {
  grid-column: 1 / -1;
}

.ticket-search-form {
  display: grid;
  grid-template-columns: minmax(220px, 1.7fr) repeat(4, minmax(150px, 1fr));
  gap: 14px;
  margin: 28px 0 18px;
  padding: 18px;
  border: 1px solid #dfe5db;
  border-radius: 16px;
  background: #f8faf6;
}

.ticket-search-form label,
.ticket-satisfaction-card > label {
  display: grid;
  gap: 7px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
}

.ticket-search-form input,
.ticket-search-form select,
.ticket-satisfaction-card textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid #cfd8ca;
  border-radius: 10px;
  background: #fff;
  color: #121a2a;
  font: inherit;
}

.ticket-search-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
}

.ticket-satisfaction-card {
  padding: 26px;
  border: 1px solid #cfe2c4;
  border-radius: 18px;
  background: #f7fbf4;
}

.ticket-satisfaction-card fieldset {
  margin: 18px 0;
  padding: 0;
  border: 0;
}

.ticket-satisfaction-card legend {
  margin-bottom: 10px;
  color: #344054;
  font-size: 13px;
  font-weight: 750;
}

.ticket-rating-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.ticket-rating-options label {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 13px 6px;
  border: 1px solid #cfd8ca;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.ticket-rating-options input {
  position: absolute;
  opacity: 0;
}

.ticket-rating-options label:has(input:checked),
.ticket-rating-options label:has(input:focus-visible) {
  border-color: #397a1f;
  outline: 3px solid rgba(79, 143, 47, .18);
  background: #eaf6e4;
}

.ticket-rating-options span {
  font-size: 20px;
  font-weight: 850;
}

.ticket-rating-options small {
  min-height: 15px;
  color: #667085;
}

.ticket-admin-table td:first-child a {
  display: grid;
  gap: 4px;
  min-width: 210px;
  color: #121a2a;
  text-decoration: none;
}

.ticket-admin-table td:first-child span {
  color: #667085;
  font-size: 12px;
}

.ticket-sla-breached {
  background: #fff5f5;
}

.sla-warning {
  color: #b42318;
  font-size: 11px;
}

.admin-ticket-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
}

.admin-ticket-layout main {
  display: grid;
  gap: 24px;
}

.ticket-admin-actions {
  position: sticky;
  top: 24px;
}

.merchant-empty-state {
  padding: 28px;
  border: 1px dashed #cfd7ca;
  border-radius: 14px;
  color: #667085;
  text-align: center;
}

@media (max-width: 1000px) {
  .admin-ticket-layout,
  .ticket-detail-layout {
    grid-template-columns: 1fr;
  }

  .ticket-side-card {
    grid-row: 2;
  }

  .ticket-admin-actions {
    position: static;
  }

  .ticket-search-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ticket-search-wide {
    grid-column: 1 / -1;
  }

  .merchant-console {
    grid-template-columns: 210px minmax(0, 1fr);
  }

  .merchant-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .merchant-overview-grid,
  .merchant-two-column {
    grid-template-columns: 1fr;
  }

  .merchant-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ticket-title-row,
  .merchant-ticket-row,
  .ticket-message header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ticket-title-row > div:last-child {
    flex-wrap: wrap;
  }

  .merchant-ticket-row > div:last-child {
    justify-items: start;
  }

  .ticket-conversation,
  .ticket-side-card,
  .ticket-reply-form,
  .ticket-closed-notice,
  .ticket-satisfaction-card {
    padding: 18px;
  }

  .ticket-search-form {
    grid-template-columns: 1fr;
  }

  .ticket-search-wide,
  .ticket-search-actions {
    grid-column: auto;
  }

  .ticket-search-actions {
    flex-direction: column;
  }

  .backend-language-switcher {
    top: 12px;
    right: 12px;
    bottom: auto;
  }

  .backend-language-menu {
    top: calc(100% + 8px);
    right: 0;
    bottom: auto;
    max-height: 65vh;
  }

  .backend-language-trigger {
    min-height: 48px;
    padding-right: 12px;
  }

  .backend-language-trigger > span:first-child {
    width: 36px;
    height: 36px;
  }

  .public-language-switcher {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin: 0;
  }

  .public-language-trigger {
    width: auto;
    min-height: 42px;
    justify-content: start;
    border-color: #d9e2dc;
    background: #f5f8f6;
    color: #176f4a;
  }

  .public-language-trigger > span:first-child {
    width: 36px;
    height: 36px;
  }

  .public-language-menu {
    position: absolute;
    right: 0;
    width: min(288px, calc(100vw - 24px));
    max-height: 52vh;
    box-shadow: 0 14px 30px rgba(24, 42, 34, .14);
  }

  .merchant-console {
    display: block;
  }

  .merchant-sidebar {
    position: static;
    width: auto;
    height: auto;
    padding: 16px;
  }

  .merchant-site-picker {
    margin: 16px 0 12px;
  }

  .merchant-sidebar-nav {
    display: flex;
    gap: 8px;
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .merchant-sidebar-nav a {
    flex: 0 0 auto;
  }

  .merchant-new-site {
    display: inline-block;
    margin-top: 12px;
  }

  .merchant-main {
    padding: 24px 16px 48px;
  }

  .merchant-dashboard-heading {
    display: block;
  }

  .merchant-next-action {
    display: grid;
  }

  .merchant-next-action .button {
    width: 100%;
  }

  .merchant-dashboard-actions {
    margin-top: 16px;
  }

  .merchant-funnel-row,
  .merchant-analytics-bar {
    grid-template-columns: 1fr auto;
  }

  .merchant-funnel-track,
  .merchant-analytics-bar-track {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .merchant-team-grid {
    grid-template-columns: 1fr;
  }

  .merchant-domain-options,
  .merchant-domain-request,
  .merchant-domain-registration {
    grid-template-columns: 1fr;
  }

  .merchant-domain-state {
    justify-items: start;
  }
}

@media (max-width: 430px) {
  .merchant-metric-grid {
    grid-template-columns: 1fr;
  }

  .merchant-panel {
    padding: 17px;
  }

  .merchant-checklist-item,
  .merchant-data-row,
  .merchant-snapshot-row,
  .merchant-domain-row,
  .merchant-settings-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
