/* Concept demonstration sites — self-contained and intentionally fictional */

:root {
  --demo-shell: 1180px;
  --demo-shadow: 0 22px 60px rgba(10, 20, 32, .14);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.demo-page {
  margin: 0;
  color: #17202b;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.demo-page.is-locked {
  overflow: hidden;
}

.demo-page img,
.demo-page svg {
  display: block;
  max-width: 100%;
}

.demo-page button,
.demo-page input,
.demo-page select,
.demo-page textarea {
  font: inherit;
}

.demo-page a {
  color: inherit;
}

.demo-page h1,
.demo-page h2,
.demo-page h3,
.demo-page h4 {
  margin: 0 0 .55em;
  line-height: 1.08;
  text-wrap: balance;
}

.demo-page p {
  margin: 0 0 1em;
}

.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;
}

.demo-shell {
  width: min(var(--demo-shell), calc(100% - 36px));
  margin-inline: auto;
}

.demo-skip-link {
  position: fixed;
  left: 14px;
  top: -90px;
  z-index: 1000;
  padding: 11px 14px;
  color: #fff;
  background: #111;
  border-radius: 10px;
}

.demo-skip-link:focus {
  top: 14px;
}

.demo-notice {
  position: relative;
  z-index: 100;
  color: #fff;
  background: #101820;
  font-size: 13px;
}

.demo-notice-inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.demo-notice strong {
  padding: 5px 8px;
  border-radius: 999px;
  color: #2b2500;
  background: #ffd24d;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.demo-notice span {
  color: #c9d3dc;
}

.demo-notice a {
  margin-left: auto;
  color: #fff;
  font-weight: 800;
}

.demo-footer {
  padding: 46px 0;
  color: #fff;
  background: #101820;
}

.demo-footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 26px;
}

.demo-footer p {
  max-width: 600px;
  margin: 7px 0 0;
  color: #b9c6d1;
  font-size: 14px;
}

.demo-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
}

.demo-footer-actions a {
  color: #fff;
  font-weight: 800;
}

.demo-toast {
  position: fixed;
  z-index: 700;
  right: 18px;
  bottom: 18px;
  max-width: min(390px, calc(100% - 36px));
  padding: 13px 16px;
  border-radius: 13px;
  color: #fff;
  background: #111923;
  box-shadow: var(--demo-shadow);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: .2s ease;
}

.demo-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  cursor: pointer;
}

.demo-section {
  padding: 78px 0;
}

.demo-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.demo-section-heading p {
  color: var(--theme-muted, #5d6770);
  font-size: 18px;
}

.demo-grid-2,
.demo-grid-3,
.demo-grid-4 {
  display: grid;
  gap: 20px;
}

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

.demo-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.demo-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.demo-card {
  padding: 24px;
  border: 1px solid var(--theme-line, #dce4ea);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(14, 30, 43, .07);
}

.demo-card p {
  color: var(--theme-muted, #5d6770);
}

.demo-field {
  display: grid;
  gap: 7px;
}

.demo-field label {
  font-weight: 800;
}

.demo-field input,
.demo-field select,
.demo-field textarea {
  width: 100%;
  min-height: 51px;
  padding: 12px 13px;
  border: 2px solid var(--theme-line, #dce4ea);
  border-radius: 12px;
  color: #17202b;
  background: #fff;
}

.demo-field textarea {
  min-height: 120px;
  resize: vertical;
}

.demo-field input:focus,
.demo-field select:focus,
.demo-field textarea:focus {
  border-color: var(--theme-primary, #1268a4);
  outline: none;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--theme-primary, #1268a4) 13%, transparent);
}

/* Trade lead-generation demo */
.demo-trades {
  --theme-primary: #0c79a7;
  --theme-dark: #062d50;
  --theme-accent: #ffcf4e;
  --theme-muted: #536574;
  --theme-line: #d7e4eb;
  background: #f7fbfd;
  font-family: Arial, Helvetica, sans-serif;
}

.trade-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--theme-line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(14px);
}

.trade-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.trade-brand {
  color: var(--theme-dark);
  text-decoration: none;
  font-size: 21px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.trade-brand small {
  display: block;
  color: var(--theme-primary);
  font-size: 10px;
  letter-spacing: .14em;
}

.trade-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.trade-links a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.trade-call {
  color: #2c2600;
  background: var(--theme-accent);
}

.trade-hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 88px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 0, rgba(77, 209, 244, .38), transparent 29%),
    linear-gradient(135deg, var(--theme-dark), var(--theme-primary));
}

.trade-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -190px;
  width: 520px;
  height: 520px;
  border: 70px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
}

.trade-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 58px;
  align-items: center;
}

.trade-kicker {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--theme-dark);
  background: var(--theme-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
}

.trade-hero h1 {
  max-width: 750px;
  margin-top: 18px;
  font-size: clamp(48px, 7vw, 82px);
  letter-spacing: -.055em;
}

.trade-hero-copy > p {
  max-width: 680px;
  color: #dceef8;
  font-size: 21px;
}

.trade-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 26px;
}

.trade-primary {
  color: #2b2500;
  background: var(--theme-accent);
}

.trade-secondary {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .36);
  background: transparent;
}

.trade-emergency-card {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 26px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  backdrop-filter: blur(12px);
}

.trade-emergency-card h2 {
  font-size: 30px;
}

.trade-emergency-card p {
  color: #dceef8;
}

.trade-emergency-card .demo-button {
  width: 100%;
  margin-top: 10px;
}

.trade-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--theme-line);
  background: #fff;
}

.trade-trust > div {
  padding: 22px;
  border-right: 1px solid var(--theme-line);
  text-align: center;
}

.trade-trust > div:last-child {
  border-right: 0;
}

.trade-trust strong,
.trade-trust span {
  display: block;
}

.trade-trust strong {
  color: var(--theme-dark);
}

.trade-trust span {
  color: var(--theme-muted);
  font-size: 12px;
}

.trade-service {
  min-height: 245px;
  display: flex;
  flex-direction: column;
}

.trade-service-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 16px;
  color: #fff;
  background: var(--theme-primary);
  font-size: 24px;
}

.trade-service a {
  margin-top: auto;
  color: var(--theme-primary);
  font-weight: 900;
}

.area-checker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 30px;
  align-items: center;
  padding: 36px;
  border-radius: 28px;
  color: #fff;
  background: var(--theme-dark);
}

.area-checker h2 {
  color: #fff;
}

.area-checker p {
  color: #c8dcea;
}

.area-form {
  display: grid;
  gap: 10px;
  padding: 22px;
  border-radius: 20px;
  background: #fff;
}

.area-form label {
  color: #17202b;
  font-weight: 900;
}

.area-form-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.area-form input {
  min-height: 50px;
  padding: 11px 12px;
  border: 2px solid var(--theme-line);
  border-radius: 12px;
}

.area-form button {
  color: #fff;
  background: var(--theme-primary);
}

.area-result {
  min-height: 49px;
  padding: 12px;
  border-radius: 12px;
  color: #33414c;
  background: #edf5f8;
  font-size: 14px;
}

.area-result.is-good {
  color: #0a6240;
  background: #e4f6ed;
}

.area-result.is-maybe {
  color: #755800;
  background: #fff4ca;
}

.trade-quote {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 34px;
  padding: 38px;
  border: 1px solid var(--theme-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: var(--demo-shadow);
}

.trade-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.trade-form .demo-field:last-of-type {
  grid-column: 1 / -1;
}

.trade-form .demo-button {
  grid-column: 1 / -1;
  color: #fff;
  background: var(--theme-primary);
}

/* Professional content/authority demo */
.demo-professional {
  --theme-primary: #9a6c32;
  --theme-dark: #263442;
  --theme-accent: #d7b57a;
  --theme-muted: #66717b;
  --theme-line: #dddcd8;
  color: #222b33;
  background: #f8f7f3;
  font-family: Georgia, "Times New Roman", serif;
}

.professional-header {
  border-bottom: 1px solid var(--theme-line);
  background: #f8f7f3;
}

.professional-nav {
  min-height: 94px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.professional-brand {
  color: var(--theme-dark);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .12em;
}

.professional-links {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

.professional-links a {
  text-decoration: none;
}

.professional-contact {
  padding: 10px 15px;
  color: #fff;
  background: var(--theme-dark);
}

.professional-hero {
  padding: 100px 0;
  background:
    linear-gradient(90deg, rgba(248, 247, 243, .98) 0 58%, rgba(248, 247, 243, .75)),
    radial-gradient(circle at 85% 30%, #d8c8ad, transparent 35%);
}

.professional-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .7fr);
  gap: 70px;
  align-items: center;
}

.professional-kicker {
  color: var(--theme-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.professional-hero h1 {
  margin-top: 20px;
  font-size: clamp(50px, 7vw, 84px);
  font-weight: 500;
  letter-spacing: -.045em;
}

.professional-hero p {
  max-width: 650px;
  color: var(--theme-muted);
  font-size: 21px;
}

.professional-primary {
  color: #fff;
  background: var(--theme-dark);
  border-radius: 3px;
}

.professional-secondary {
  color: var(--theme-dark);
  border: 1px solid var(--theme-dark);
  background: transparent;
  border-radius: 3px;
}

.professional-portrait {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(38, 52, 66, .1), rgba(154, 108, 50, .2)),
    #e4ded4;
}

.professional-portrait::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 380px;
  left: 50%;
  bottom: -30px;
  border-radius: 140px 140px 30px 30px;
  background: linear-gradient(160deg, #354758, #17212b);
  transform: translateX(-50%);
}

.professional-portrait::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 50%;
  top: 78px;
  border-radius: 50%;
  background: #c7a98c;
  box-shadow: 0 135px 0 60px #d6d0c6;
  transform: translateX(-50%);
}

.professional-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-block: 1px solid var(--theme-line);
}

.professional-stats > div {
  padding: 30px 20px;
  border-right: 1px solid var(--theme-line);
  text-align: center;
}

.professional-stats > div:last-child {
  border-right: 0;
}

.professional-stats strong {
  display: block;
  color: var(--theme-primary);
  font-size: 32px;
  font-weight: 500;
}

.professional-stats span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.professional-service {
  min-height: 290px;
  border-top: 3px solid var(--theme-primary);
  border-radius: 0;
  background: #fff;
}

.professional-service h3 {
  font-size: 28px;
  font-weight: 500;
}

.professional-service a {
  color: var(--theme-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.expertise-selector {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 25px;
}

.expertise-list {
  display: grid;
  align-content: start;
  gap: 7px;
}

.expertise-button {
  padding: 14px;
  border: 1px solid var(--theme-line);
  color: var(--theme-dark);
  background: transparent;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  cursor: pointer;
}

.expertise-button.is-active {
  color: #fff;
  background: var(--theme-dark);
}

.expertise-panel {
  min-height: 340px;
  padding: 40px;
  border-left: 1px solid var(--theme-line);
  background: #fff;
}

.expertise-panel h3 {
  font-size: 38px;
  font-weight: 500;
}

.expertise-panel p {
  color: var(--theme-muted);
  font-size: 18px;
}

.insight-card {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-radius: 0;
}

.insight-card small {
  color: var(--theme-primary);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.insight-card h3 {
  font-size: 27px;
  font-weight: 500;
}

.insight-card a {
  margin-top: auto;
  color: var(--theme-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

/* Booking demo */
.demo-booking {
  --theme-primary: #2f7a5d;
  --theme-dark: #183f31;
  --theme-accent: #e9c98f;
  --theme-muted: #5c6c65;
  --theme-line: #d9e6df;
  color: #193129;
  background: #f8fbf9;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

.booking-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--theme-line);
  background: rgba(248, 251, 249, .96);
  backdrop-filter: blur(14px);
}

.booking-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.booking-brand {
  color: var(--theme-dark);
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
}

.booking-brand small {
  display: block;
  color: var(--theme-primary);
  font-size: 10px;
  letter-spacing: .12em;
}

.booking-links {
  display: flex;
  gap: 20px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 800;
}

.booking-links a {
  text-decoration: none;
}

.booking-primary {
  color: #fff;
  background: var(--theme-primary);
}

.booking-secondary {
  color: var(--theme-dark);
  border: 2px solid var(--theme-line);
  background: #fff;
}

.booking-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(233, 201, 143, .45), transparent 30%),
    linear-gradient(180deg, #fbfdfc, #eef7f2);
}

.booking-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 70px;
  align-items: center;
}

.booking-hero h1 {
  margin-top: 17px;
  font-size: clamp(50px, 7vw, 84px);
  letter-spacing: -.055em;
}

.booking-hero p {
  max-width: 680px;
  color: var(--theme-muted);
  font-size: 21px;
}

.booking-visual {
  position: relative;
  min-height: 500px;
}

.booking-circle {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: linear-gradient(145deg, #cde5d8, #f0d6a5);
}

.booking-shape {
  position: absolute;
  border-radius: 60% 40% 55% 45%;
  background: rgba(255, 255, 255, .75);
}

.booking-shape:nth-child(1) {
  width: 230px;
  height: 310px;
  left: 45px;
  top: 90px;
  transform: rotate(18deg);
}

.booking-shape:nth-child(2) {
  width: 190px;
  height: 250px;
  right: 22px;
  top: 120px;
  transform: rotate(-22deg);
  background: rgba(47, 122, 93, .22);
}

.booking-feature {
  min-height: 220px;
  text-align: center;
}

.booking-feature-icon {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  margin: 0 auto 15px;
  border-radius: 50%;
  color: #fff;
  background: var(--theme-primary);
  font-size: 25px;
}

.booking-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 26px;
  align-items: start;
}

.booking-wizard {
  padding: 30px;
  border: 1px solid var(--theme-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: var(--demo-shadow);
}

.booking-step {
  border: 0;
  padding: 0;
}

.booking-step legend {
  margin-bottom: 18px;
  font-size: 29px;
  font-weight: 900;
}

.booking-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px;
}

.booking-option {
  display: block;
  padding: 16px;
  border: 2px solid var(--theme-line);
  border-radius: 15px;
  cursor: pointer;
}

.booking-option:has(input:checked) {
  border-color: var(--theme-primary);
  background: #edf7f1;
}

.booking-option input {
  width: auto;
  margin-right: 7px;
  accent-color: var(--theme-primary);
}

.booking-option strong,
.booking-option small {
  display: block;
}

.booking-option small {
  margin: 5px 0 0 24px;
  color: var(--theme-muted);
}

.booking-actions {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 24px;
}

.booking-summary {
  position: sticky;
  top: 105px;
  padding: 26px;
  border-radius: 24px;
  color: #fff;
  background: var(--theme-dark);
  box-shadow: var(--demo-shadow);
}

.booking-summary h3 {
  color: #fff;
}

.booking-summary-list {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.booking-summary-row {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 8px;
  font-size: 13px;
}

.booking-summary-row b {
  color: #a9cabb;
}

.booking-summary-note {
  padding: 13px;
  border-radius: 12px;
  color: #d8eee4;
  background: rgba(255, 255, 255, .08);
  font-size: 12px;
}

.booking-confirmation {
  display: none;
  justify-items: center;
  gap: 14px;
  padding: 35px;
  text-align: center;
}

.booking-confirmation.is-visible {
  display: grid;
}

.booking-check {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background: var(--theme-primary);
  font-size: 32px;
}

/* Store demo */
.demo-store {
  --theme-primary: #9a5732;
  --theme-dark: #402b20;
  --theme-accent: #dfb879;
  --theme-muted: #6f645d;
  --theme-line: #e4dcd5;
  color: #332a25;
  background: #fbf8f4;
  font-family: Arial, Helvetica, sans-serif;
}

.store-header {
  position: sticky;
  top: 0;
  z-index: 60;
  border-bottom: 1px solid var(--theme-line);
  background: rgba(251, 248, 244, .96);
  backdrop-filter: blur(14px);
}

.store-nav {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.store-brand {
  color: var(--theme-dark);
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 700;
}

.store-links {
  display: flex;
  gap: 19px;
  margin-left: auto;
  font-size: 14px;
  font-weight: 800;
}

.store-links a {
  text-decoration: none;
}

.store-cart-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 13px;
  border: 1px solid var(--theme-line);
  border-radius: 999px;
  color: var(--theme-dark);
  background: #fff;
  font-weight: 900;
  cursor: pointer;
}

.store-cart-count {
  display: grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  padding: 0 5px;
  border-radius: 999px;
  color: #fff;
  background: var(--theme-primary);
  font-size: 12px;
}

.store-hero {
  padding: 94px 0;
  background:
    radial-gradient(circle at 85% 30%, rgba(223, 184, 121, .38), transparent 30%),
    linear-gradient(180deg, #fffdf9, #f3e8da);
}

.store-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 70px;
  align-items: center;
}

.store-hero h1 {
  margin-top: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(50px, 7vw, 86px);
  font-weight: 500;
  letter-spacing: -.05em;
}

.store-hero p {
  max-width: 640px;
  color: var(--theme-muted);
  font-size: 20px;
}

.store-primary {
  color: #fff;
  background: var(--theme-dark);
}

.store-secondary {
  color: var(--theme-dark);
  border: 1px solid var(--theme-dark);
  background: transparent;
}

.store-still-life {
  position: relative;
  min-height: 480px;
}

.store-plinth {
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 40px;
  height: 120px;
  border-radius: 18px;
  background: #d8b486;
  box-shadow: var(--demo-shadow);
}

.store-vase {
  position: absolute;
  left: 19%;
  bottom: 140px;
  width: 145px;
  height: 230px;
  border-radius: 58% 42% 45% 55% / 45% 45% 55% 55%;
  background: #9a5732;
}

.store-bowl {
  position: absolute;
  right: 12%;
  bottom: 125px;
  width: 190px;
  height: 105px;
  border-radius: 0 0 95px 95px;
  background: #394c42;
}

.store-bottle {
  position: absolute;
  right: 24%;
  bottom: 220px;
  width: 75px;
  height: 180px;
  border-radius: 25px 25px 18px 18px;
  background: #d9c4a6;
}

.store-toolbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 25px;
}

.store-search {
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--theme-line);
  border-radius: 999px;
  background: #fff;
}

.store-filter,
.store-sort {
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--theme-line);
  border-radius: 999px;
  color: var(--theme-dark);
  background: #fff;
  font-weight: 800;
}

.store-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--theme-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(74, 45, 28, .07);
}

.product-card[hidden] {
  display: none;
}

.product-art {
  position: relative;
  height: 270px;
  overflow: hidden;
  background: var(--product-bg, #ead8c5);
}

.product-art::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 40px;
  width: var(--product-w, 120px);
  height: var(--product-h, 160px);
  border-radius: var(--product-radius, 45% 45% 35% 35%);
  background: var(--product-colour, #9a5732);
  transform: translateX(-50%) rotate(var(--product-rotate, 0deg));
  box-shadow: 0 18px 24px rgba(69, 43, 28, .18);
}

.product-art::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 25px;
  height: 24px;
  border-radius: 50%;
  background: rgba(72, 47, 32, .15);
  filter: blur(8px);
}

.product-copy {
  padding: 19px;
}

.product-copy small {
  color: var(--theme-primary);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-copy h3 {
  margin-top: 7px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 500;
}

.product-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.product-price {
  font-weight: 900;
}

.product-add {
  min-height: 40px;
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--theme-dark);
  font-weight: 900;
  cursor: pointer;
}

.cart-overlay {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  background: rgba(24, 17, 13, .55);
}

.cart-overlay.is-open {
  display: block;
}

.cart-drawer {
  position: absolute;
  top: 0;
  right: 0;
  width: min(440px, 100%);
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background: #fff;
  box-shadow: -22px 0 60px rgba(0, 0, 0, .2);
}

.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 22px;
  border-bottom: 1px solid var(--theme-line);
}

.cart-head h2 {
  margin: 0;
}

.cart-close {
  width: 42px;
  height: 42px;
  border: 1px solid var(--theme-line);
  border-radius: 50%;
  background: #fff;
  font-size: 22px;
  cursor: pointer;
}

.cart-items {
  overflow: auto;
  padding: 20px;
}

.cart-empty {
  color: var(--theme-muted);
  text-align: center;
}

.cart-item {
  display: grid;
  grid-template-columns: 65px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--theme-line);
}

.cart-item-art {
  height: 65px;
  border-radius: 12px;
  background: #ead8c5;
}

.cart-item strong,
.cart-item small {
  display: block;
}

.cart-item small {
  color: var(--theme-muted);
}

.cart-remove {
  border: 0;
  color: var(--theme-primary);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.cart-foot {
  padding: 20px;
  border-top: 1px solid var(--theme-line);
}

.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  font-weight: 900;
}

.cart-checkout {
  width: 100%;
  color: #fff;
  background: var(--theme-dark);
}

.store-empty {
  display: none;
  padding: 30px;
  border: 1px dashed var(--theme-line);
  border-radius: 18px;
  text-align: center;
}

.store-empty.is-visible {
  display: block;
}

/* Responsive demos */
@media (max-width: 980px) {
  .trade-links,
  .professional-links,
  .booking-links,
  .store-links {
    display: none;
  }

  .trade-hero-grid,
  .professional-hero-grid,
  .booking-hero-grid,
  .store-hero-grid,
  .area-checker,
  .trade-quote,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .trade-emergency-card {
    max-width: 600px;
  }

  .professional-portrait,
  .booking-visual,
  .store-still-life {
    min-height: 390px;
  }

  .expertise-selector {
    grid-template-columns: 1fr;
  }

  .expertise-list {
    display: flex;
    overflow-x: auto;
  }

  .expertise-button {
    flex: 0 0 auto;
  }

  .expertise-panel {
    border: 1px solid var(--theme-line);
  }

  .booking-summary {
    position: static;
  }

  .store-products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .demo-shell {
    width: min(100% - 22px, var(--demo-shell));
  }

  .demo-notice-inner {
    min-height: auto;
    display: grid;
    gap: 4px;
    padding-block: 8px;
  }

  .demo-notice a {
    margin-left: 0;
  }

  .demo-section {
    padding: 56px 0;
  }

  .demo-grid-2,
  .demo-grid-3,
  .demo-grid-4,
  .trade-trust,
  .professional-stats,
  .store-products {
    grid-template-columns: 1fr;
  }

  .trade-trust > div,
  .professional-stats > div {
    border-right: 0;
    border-bottom: 1px solid var(--theme-line);
  }

  .trade-trust > div:last-child,
  .professional-stats > div:last-child {
    border-bottom: 0;
  }

  .trade-hero,
  .professional-hero,
  .booking-hero,
  .store-hero {
    padding: 62px 0;
  }

  .trade-hero h1,
  .professional-hero h1,
  .booking-hero h1,
  .store-hero h1 {
    font-size: clamp(43px, 13vw, 62px);
  }

  .trade-actions {
    display: grid;
  }

  .trade-actions .demo-button {
    width: 100%;
  }

  .trade-form,
  .booking-options {
    grid-template-columns: 1fr;
  }

  .trade-form .demo-field:last-of-type,
  .trade-form .demo-button {
    grid-column: auto;
  }

  .area-form-row {
    grid-template-columns: 1fr;
  }

  .professional-portrait,
  .booking-visual,
  .store-still-life {
    min-height: 330px;
  }

  .booking-actions {
    flex-direction: column-reverse;
  }

  .booking-actions .demo-button {
    width: 100%;
  }

  .store-toolbar {
    grid-template-columns: 1fr;
  }

  .demo-footer-inner {
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .trade-brand,
  .booking-brand,
  .store-brand {
    font-size: 18px;
  }

  .trade-call {
    min-height: 42px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .professional-brand {
    font-size: 14px;
  }

  .professional-contact {
    font-size: 12px;
  }
}

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