:root {
  color-scheme: light;
  --ink: #17191d;
  --muted: #646871;
  --paper: #fffdf8;
  --surface: #f5f1e8;
  --brand: #d85b22;
  --brand-dark: #7d260d;
  --accent: #ffd166;
  --line: rgba(23, 25, 29, 0.13);
  --radius: 26px;
  --shadow: 0 26px 70px rgba(18, 20, 23, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
.demo-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.demo-notice {
  padding: 9px 20px;
  color: #fff;
  background: #17191d;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.035em;
}
.demo-notice a { margin-left: 12px; color: var(--accent); }
.demo-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 92%, transparent);
  backdrop-filter: blur(18px);
}
.demo-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.demo-brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 900; text-decoration: none; }
.demo-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--brand);
  box-shadow: 0 10px 28px color-mix(in srgb, var(--brand) 38%, transparent);
  font-size: 1.25rem;
}
.demo-menu { display: flex; align-items: center; gap: 26px; font-size: 0.87rem; font-weight: 700; }
.demo-menu a { text-decoration: none; }
.demo-menu .nav-cta { padding: 12px 18px; border-radius: 999px; color: #fff; background: var(--brand); }
.demo-hero { position: relative; overflow: hidden; padding: 94px 0 78px; }
.demo-hero::before {
  position: absolute;
  inset: -30% -15% auto 48%;
  height: 640px;
  border-radius: 50%;
  content: "";
  background: radial-gradient(circle, color-mix(in srgb, var(--accent) 44%, transparent), transparent 66%);
  pointer-events: none;
}
.demo-hero-grid { position: relative; display: grid; grid-template-columns: 1fr 0.92fr; gap: 74px; align-items: center; }
.demo-kicker { margin: 0 0 20px; color: var(--brand); font-size: 0.76rem; font-weight: 850; text-transform: uppercase; letter-spacing: 0.16em; }
.demo-hero h1 { max-width: 720px; margin: 0; font-size: clamp(3.4rem, 7vw, 6.6rem); line-height: 0.94; letter-spacing: -0.065em; }
.demo-hero h1 span { color: var(--brand); }
.demo-lead { max-width: 610px; margin: 25px 0 0; color: var(--muted); font-size: 1.09rem; line-height: 1.75; }
.demo-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.demo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--brand);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 850;
  text-decoration: none;
}
.demo-button.primary { color: #fff; background: var(--brand); box-shadow: 0 12px 30px color-mix(in srgb, var(--brand) 27%, transparent); }
.demo-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: var(--muted); font-size: 0.76rem; font-weight: 750; }
.demo-proof span::before { margin-right: 7px; color: var(--brand); content: "●"; }
.hero-art {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 42px 42px 150px 42px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--brand-dark) 90%, #111), color-mix(in srgb, var(--brand) 72%, #111));
  box-shadow: var(--shadow);
}
.hero-art::before {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 34px 34px 130px 34px;
  content: "";
}
.hero-symbol {
  position: absolute;
  top: 14%;
  right: 9%;
  display: grid;
  width: 230px;
  height: 230px;
  place-items: center;
  border: 18px solid rgba(255,255,255,.12);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 28px 60px rgba(0,0,0,.22);
  font-size: 7rem;
  transform: rotate(7deg);
}
.hero-card {
  position: absolute;
  bottom: 8%;
  left: 8%;
  width: 60%;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 24px;
  color: #fff;
  background: rgba(12,15,19,.82);
  backdrop-filter: blur(12px);
}
.hero-card small { display: block; margin-bottom: 8px; color: var(--accent); font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.hero-card strong { display: block; font-size: 1.55rem; line-height: 1.15; }
.hero-card span { display: block; margin-top: 12px; color: rgba(255,255,255,.72); line-height: 1.55; }
.demo-section { padding: 92px 0; }
.demo-section.soft { background: var(--surface); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.section-heading h2 { max-width: 720px; margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -0.055em; }
.section-heading p { margin: 0; color: var(--muted); line-height: 1.7; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.offer-card { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.offer-card span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 16px; background: color-mix(in srgb, var(--accent) 55%, #fff); font-size: 1.35rem; }
.offer-card h3 { margin: 38px 0 10px; font-size: 1.35rem; }
.offer-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.feature-band { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--paper); }
.feature-band article { min-height: 175px; padding: 28px; border-right: 1px solid var(--line); }
.feature-band article:last-child { border-right: 0; }
.feature-band strong { display: block; margin-bottom: 10px; font-size: 1.05rem; }
.feature-band p { margin: 0; color: var(--muted); font-size: .87rem; line-height: 1.6; }
.story-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 16px; }
.story-visual { min-height: 440px; border-radius: var(--radius); background: linear-gradient(150deg, var(--brand-dark), var(--brand)); position: relative; overflow: hidden; }
.story-visual::before, .story-visual::after { position: absolute; border-radius: 50%; content: ""; }
.story-visual::before { width: 300px; height: 300px; top: -40px; right: -50px; background: var(--accent); opacity: .85; }
.story-visual::after { width: 220px; height: 220px; bottom: -70px; left: -50px; border: 35px solid rgba(255,255,255,.18); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 54px; border-radius: var(--radius); background: var(--ink); color: #fff; }
.story-copy h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.05em; }
.story-copy p { color: rgba(255,255,255,.7); line-height: 1.7; }
.testimonial-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 16px; }
.testimonial { margin: 0; padding: 44px; border-radius: var(--radius); background: var(--brand); color: #fff; }
.testimonial p { margin: 0; font-size: clamp(1.5rem, 3vw, 2.4rem); line-height: 1.25; font-weight: 800; letter-spacing: -.025em; }
.testimonial cite { display: block; margin-top: 25px; font-style: normal; opacity: .75; }
.hours { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); }
.hours h3 { margin-top: 0; }
.hours p { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--line); color: var(--muted); }
.hours p:last-child { border: 0; }
.contact-panel { display: grid; grid-template-columns: 1fr .72fr; gap: 40px; padding: 56px; border-radius: 34px; color: #fff; background: var(--ink); }
.contact-panel h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.6rem); line-height: .96; letter-spacing: -.055em; }
.contact-panel p { color: rgba(255,255,255,.7); line-height: 1.7; }
.contact-form { display: grid; gap: 10px; }
.contact-form input, .contact-form textarea { width: 100%; min-height: 48px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.19); border-radius: 12px; color: #fff; background: rgba(255,255,255,.06); }
.contact-form textarea { min-height: 104px; resize: vertical; }
.contact-form button { min-height: 48px; border: 0; border-radius: 12px; color: #fff; background: var(--brand); font-weight: 850; cursor: pointer; }
.demo-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.demo-footer .demo-shell { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.demo-footer small { color: var(--muted); }

body.beauty { --ink:#2d2024; --muted:#78636a; --paper:#fffaf7; --surface:#f4e8e5; --brand:#8c3f58; --brand-dark:#4f2131; --accent:#efc7ae; }
body.services { --ink:#0d2034; --muted:#5d6c7c; --paper:#f8fbff; --surface:#eaf3fb; --brand:#0e78bd; --brand-dark:#092f51; --accent:#55d6e8; }
body.pet { --ink:#17382e; --muted:#60756d; --paper:#fffdf4; --surface:#edf5e7; --brand:#167a5d; --brand-dark:#0c4938; --accent:#f0c95a; }

@media (max-width: 900px) {
  .demo-menu a:not(.nav-cta) { display: none; }
  .demo-hero-grid, .section-heading, .story-grid, .testimonial-grid, .contact-panel { grid-template-columns: 1fr; }
  .hero-art { min-height: 460px; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-band { grid-template-columns: repeat(2, 1fr); }
  .feature-band article:nth-child(2) { border-right: 0; }
  .feature-band article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 620px) {
  .demo-shell { width: min(100% - 26px, 1160px); }
  .demo-notice { font-size: .66rem; }
  .demo-notice a { display: block; margin: 5px 0 0; }
  .demo-nav { min-height: 66px; }
  .demo-brand small { display: none; }
  .demo-menu .nav-cta { padding: 10px 13px; font-size: .74rem; }
  .demo-hero { padding-top: 60px; }
  .demo-hero h1 { font-size: clamp(3rem, 17vw, 5rem); }
  .card-grid, .feature-band { grid-template-columns: 1fr; }
  .feature-band article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero-symbol { width: 180px; height: 180px; font-size: 5.4rem; }
  .hero-card { width: 78%; padding: 20px; }
  .story-copy, .contact-panel { padding: 34px 24px; }
  .demo-footer .demo-shell { align-items: flex-start; flex-direction: column; }
}
