@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@400;500;600;700&family=Caveat:wght@500&display=swap");

:root {
  --cream: #f4ede2;
  --white: #ffffff;
  --ink: #20211b;
  --ink-deep: #12130f;
  --teal: #434634;
  --teal-deep: #272a1d;
  --coral: #c85d1f;
  --coral-deep: #964316;
  --lime: #9dae52;
  --lime-deep: #728130;
  --sand: #dfd2bd;
  --mist: rgba(255, 250, 244, 0.9);
  --line: rgba(33, 30, 23, 0.14);
  --shadow-soft: 0 22px 48px rgba(28, 24, 17, 0.16);
  --shadow-strong: 0 28px 64px rgba(20, 17, 12, 0.28);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --font-display: "Oswald", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Aptos", "Segoe UI", sans-serif;
}

body[data-surface="public"] {
  background:
    radial-gradient(circle at top right, rgba(200, 93, 31, 0.14), transparent 22%),
    radial-gradient(circle at bottom left, rgba(157, 174, 82, 0.12), transparent 20%),
    linear-gradient(180deg, #f7f1e7 0%, #efe4d3 100%);
}

body[data-surface="app"] {
  background:
    radial-gradient(circle at top left, rgba(200, 93, 31, 0.1), transparent 26%),
    radial-gradient(circle at bottom right, rgba(157, 174, 82, 0.14), transparent 26%),
    linear-gradient(180deg, #f6efe4 0%, #e8dcc8 100%);
}

.site-header {
  background: rgba(255, 249, 241, 0.76);
  border-color: rgba(73, 61, 41, 0.14);
  gap: 16px;
  padding: 12px 18px;
}

.site-brand {
  min-width: 205px;
}

.site-brand-mark {
  display: none;
}

.site-brand-copy strong {
  color: #1e1e18;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.site-brand-copy span {
  color: var(--coral);
  font-family: var(--font-body);
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  margin-top: 2px;
  text-transform: none;
}

.site-nav {
  gap: 10px 14px;
}

.site-nav a {
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.site-header-actions {
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.site-chip {
  font-size: 0.79rem;
  letter-spacing: 0.09em;
  min-height: 46px;
}

.site-chip--coral {
  background: linear-gradient(135deg, #c4571f 0%, #df7a34 100%);
  color: #fff6ef;
}

.site-chip--ghost {
  background: rgba(255, 251, 246, 0.84);
  color: var(--ink);
}

.site-chip--dark {
  background: linear-gradient(135deg, #394028 0%, #4d5434 100%);
  box-shadow: 0 20px 36px rgba(50, 55, 33, 0.22);
  color: #fff6ec;
}

.site-footer {
  background: linear-gradient(180deg, rgba(19, 21, 16, 0.96) 0%, rgba(17, 18, 14, 0.98) 100%);
  color: #efe4d6;
  margin-top: 72px;
  padding: 48px 16px 118px;
}

.site-footer-inner {
  margin: 0 auto;
  max-width: 1320px;
}

.site-footer-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
}

.site-footer-grid h2,
.site-footer-grid h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.site-footer-grid p,
.site-footer-grid li,
.site-footer-grid a {
  color: rgba(239, 228, 214, 0.9);
  text-decoration: none;
}

.site-footer-brand strong {
  display: block;
  font-family: var(--font-display);
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 0.95;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.site-footer-brand span {
  color: #dc6d31;
  font-size: 1rem;
  font-weight: 800;
}

.site-footer-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fix-public {
  max-width: 1360px;
}

.fix-eyebrow,
.section-kicker {
  color: var(--coral);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fix-hero,
.fix-page-hero,
.fix-split-section,
.fix-project-highlight,
.fix-review-callout,
.fix-contact-grid,
.fix-bottom-cta {
  display: grid;
  gap: 28px;
}

.fix-hero {
  align-items: stretch;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  min-height: 760px;
}

.fix-hero-copy,
.fix-page-hero-copy,
.fix-section-copy,
.fix-schedule-card,
.fix-review-card,
.fix-form-card,
.fix-map-card,
.fix-page-hero aside {
  background: rgba(255, 250, 244, 0.94);
  border: 1px solid rgba(73, 61, 41, 0.1);
  box-shadow: var(--shadow-soft);
}

.fix-hero-copy {
  clip-path: polygon(0 0, 92% 0, 76% 100%, 0 100%);
  padding: 84px 124px 84px 42px;
}

.fix-hero-copy h1,
.fix-page-hero-copy h1,
.fix-section-copy h2,
.fix-dark-panel h2,
.fix-dark-panel h3,
.fix-schedule-card h2,
.fix-map-card h2,
.fix-review-card h2,
.fix-step-grid h2,
.fix-gallery-card h2,
.fix-service-card h3,
.fix-info-card h3,
.fix-review-tile strong {
  color: var(--ink-deep);
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  margin: 0;
  text-transform: uppercase;
}

.fix-hero-copy h1 {
  font-size: clamp(4rem, 7.4vw, 6.9rem);
  line-height: 0.92;
  margin: 16px 0 18px;
  max-width: 540px;
}

.fix-hero-copy p,
.fix-page-hero-copy p,
.fix-section-copy p,
.fix-dark-panel p,
.fix-review-card p,
.fix-schedule-card p,
.fix-map-card p,
.fix-service-card p,
.fix-info-card p,
.fix-review-tile p {
  color: rgba(32, 33, 27, 0.86);
  font-size: 1.04rem;
  line-height: 1.72;
}

.fix-fineprint {
  color: rgba(32, 33, 27, 0.68);
  font-size: 0.96rem;
  margin-top: 18px;
}

.fix-checklist,
.fix-service-list,
.fix-dark-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0;
  padding: 0;
}

.fix-checklist li,
.fix-service-list li,
.fix-dark-list li {
  position: relative;
  padding-left: 30px;
}

.fix-checklist li::before,
.fix-service-list li::before,
.fix-dark-list li::before {
  color: var(--lime-deep);
  content: "✓";
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 0;
}

.fix-hero-media {
  align-items: end;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  position: relative;
}

.fix-photo-card {
  background: #f6efe5;
  border-radius: 28px;
  box-shadow: var(--shadow-strong);
  margin: 0;
  overflow: hidden;
}

.fix-photo-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fix-photo-card--hero {
  border-radius: 40px;
  height: 100%;
  min-height: 620px;
}

.fix-photo-card--detail {
  border: 10px solid rgba(255, 250, 244, 0.95);
  bottom: 34px;
  height: 230px;
  max-width: 320px;
  position: absolute;
  right: 26px;
  width: 44%;
}

.fix-quality-stamp {
  align-items: center;
  background: rgba(255, 248, 239, 0.94);
  border: 3px solid rgba(190, 88, 31, 0.65);
  border-radius: 999px;
  color: var(--coral-deep);
  display: inline-flex;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  height: 138px;
  justify-content: center;
  left: -30px;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 22px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 58%;
  width: 138px;
}

.fix-stats-band {
  background: linear-gradient(135deg, #2d3121 0%, #3d442a 100%);
  border-radius: 34px;
  color: #f1e8db;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 36px;
  padding: 28px 30px;
}

.fix-stats-band strong,
.fix-stats-band span {
  display: block;
}

.fix-stats-band strong {
  font-family: var(--font-display);
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fix-stats-band span {
  color: rgba(241, 232, 219, 0.82);
  line-height: 1.6;
}

.fix-split-section,
.fix-project-highlight,
.fix-contact-grid {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  margin-top: 32px;
}

.fix-section-copy,
.fix-schedule-card,
.fix-review-card,
.fix-form-card,
.fix-map-card {
  border-radius: 32px;
  padding: 34px;
}

.fix-section-copy h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.98;
  margin: 14px 0 18px;
}

.fix-script {
  color: var(--ink-deep);
  font-family: "Caveat", cursive;
  font-size: 2.1rem;
  margin: 22px 0;
}

.fix-feature-stack {
  display: grid;
  gap: 24px;
}

.fix-dark-panel {
  background: linear-gradient(180deg, #23271f 0%, #171915 100%);
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
  color: #f3e8da;
  padding: 34px;
}

.fix-dark-panel .fix-eyebrow,
.fix-dark-panel h2,
.fix-dark-panel h3,
.fix-dark-panel p,
.fix-dark-list li,
.fix-dark-note {
  color: #f3e8da;
}

.fix-dark-panel h2,
.fix-dark-panel h3 {
  font-size: clamp(2rem, 3vw, 3rem);
  margin: 12px 0 16px;
}

.fix-dark-list li::before {
  color: #ff974f;
}

.fix-review-callout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  margin-top: 32px;
}

.fix-review-card {
  background:
    radial-gradient(circle at top left, rgba(255, 155, 87, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(26, 22, 17, 0.92), rgba(26, 22, 17, 0.82));
  color: #fff4eb;
}

.fix-review-card p,
.fix-review-card strong,
.fix-review-card span {
  color: #fff4eb;
}

.fix-stars {
  color: #ffc75f;
  font-size: 1.3rem;
  letter-spacing: 0.25em;
  margin-bottom: 18px;
}

.fix-schedule-card {
  background: linear-gradient(180deg, rgba(200, 93, 31, 0.92) 0%, rgba(149, 67, 22, 0.98) 100%);
  color: #fff4e9;
}

.fix-schedule-card .fix-eyebrow,
.fix-schedule-card h2,
.fix-schedule-card p {
  color: #fff4e9;
}

.fix-schedule-card h2 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.97;
  margin: 14px 0 16px;
}

.fix-stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.fix-page-hero {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  margin-bottom: 30px;
}

.fix-page-hero--compact {
  grid-template-columns: minmax(0, 1fr);
}

.fix-page-hero--tools .fix-page-hero-copy {
  background:
    radial-gradient(circle at top right, rgba(255, 151, 79, 0.18), transparent 38%),
    linear-gradient(180deg, rgba(20, 18, 15, 0.8), rgba(20, 18, 15, 0.78));
  color: #f7f0e5;
}

.fix-page-hero--tools .fix-eyebrow,
.fix-page-hero--tools h1,
.fix-page-hero--tools p {
  color: #f7f0e5;
}

.fix-page-hero-copy {
  border-radius: 34px;
  padding: 40px;
}

.fix-page-hero-copy h1 {
  font-size: clamp(2.9rem, 5vw, 5rem);
  line-height: 0.98;
  margin: 14px 0 16px;
}

.fix-section,
.fix-step-section,
.fix-faq-list {
  margin-top: 32px;
}

.fix-section-head h2,
.fix-bottom-cta h2 {
  font-family: var(--font-display);
  font-size: clamp(2.3rem, 4vw, 3.8rem);
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.fix-service-grid,
.fix-card-grid,
.fix-gallery-grid {
  display: grid;
  gap: 22px;
}

.fix-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.fix-service-card,
.fix-info-card,
.fix-review-tile,
.fix-gallery-card {
  background: rgba(255, 251, 246, 0.92);
  border: 1px solid rgba(73, 61, 41, 0.1);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  padding: 28px;
}

.fix-service-card h3 {
  font-size: 1.95rem;
  margin-bottom: 14px;
}

.fix-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.fix-info-card h3,
.fix-review-tile strong {
  font-size: 1.55rem;
  margin-bottom: 10px;
}

.fix-bottom-cta {
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 251, 246, 0.9), rgba(242, 232, 218, 0.9));
  border: 1px solid rgba(73, 61, 41, 0.08);
  border-radius: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 36px;
  padding: 28px 30px;
}

.fix-form-card .booking-grid {
  margin-top: 24px;
}

.fix-form-card .lead-field span {
  color: rgba(32, 33, 27, 0.76);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.fix-form-card .lead-field input,
.fix-form-card .lead-field select,
.fix-form-card .lead-field textarea {
  background: #fffdf8;
  border: 1px solid rgba(73, 61, 41, 0.16);
  border-radius: 18px;
  min-height: 52px;
  padding: 14px 16px;
}

.fix-form-card .lead-field textarea {
  min-height: 160px;
  resize: vertical;
}

.fix-map-card iframe {
  border: 0;
  border-radius: 24px;
  height: 420px;
  margin-top: 18px;
  width: 100%;
}

.fix-map-meta {
  display: grid;
  gap: 6px;
  margin-top: 18px;
}

.fix-step-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fix-step-grid article {
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(73, 61, 41, 0.1);
  border-radius: 28px;
  box-shadow: var(--shadow-soft);
  padding: 28px;
}

.fix-step-grid span {
  color: rgba(114, 129, 48, 0.82);
  display: block;
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 0.9;
  margin-bottom: 12px;
}

.fix-step-grid h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

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

.fix-gallery-card {
  padding: 0;
}

.fix-gallery-card img {
  display: block;
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.fix-gallery-card div {
  padding: 24px;
}

.fix-gallery-card--text {
  align-content: start;
  background:
    linear-gradient(145deg, rgba(255, 251, 246, 0.98), rgba(248, 239, 227, 0.95));
  display: grid;
  min-height: 280px;
  padding: 28px;
}

.fix-gallery-card--text div {
  display: grid;
  gap: 14px;
  padding: 0;
}

.fix-gallery-kicker {
  color: rgba(196, 87, 31, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fix-faq-list {
  display: grid;
  gap: 16px;
}

.fix-faq-list details {
  background: rgba(255, 251, 246, 0.94);
  border: 1px solid rgba(73, 61, 41, 0.1);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
  padding: 18px 22px;
}

.fix-faq-list summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.7rem;
  list-style: none;
  text-transform: uppercase;
}

.fix-faq-list summary::-webkit-details-marker {
  display: none;
}

.fix-faq-list p {
  margin: 14px 0 0;
}

.dashboard-header,
.app-panel,
.app-card,
.map-card,
.access-card {
  border-color: rgba(73, 61, 41, 0.12);
}

.dashboard-header {
  background: rgba(255, 249, 241, 0.78);
}

.app-page-title,
.app-subtitle,
.dashboard-brand strong,
.app-panel h2,
.client-shell h1,
.login-shell h1 {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.app-button {
  background: linear-gradient(135deg, #c4571f 0%, #d76f2d 100%);
  color: #fff6ef;
}

.app-button--ghost {
  background: rgba(255, 251, 246, 0.82);
  border: 1px solid rgba(73, 61, 41, 0.14);
  color: var(--ink);
}

.app-button--dark {
  background: linear-gradient(135deg, #2e321f 0%, #41472d 100%);
  color: #f7efe3;
}

.login-copy,
.login-form-card,
.client-shell .app-panel,
.dashboard-shell .app-panel,
.map-card {
  backdrop-filter: blur(10px);
}

@media (max-width: 1220px) {
  .fix-stats-band,
  .fix-service-grid,
  .fix-card-grid,
  .fix-gallery-grid,
  .fix-step-grid,
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fix-hero,
  .fix-split-section,
  .fix-project-highlight,
  .fix-review-callout,
  .fix-contact-grid,
  .fix-page-hero {
    grid-template-columns: minmax(0, 1fr);
  }

  .fix-hero-copy {
    clip-path: none;
    padding: 42px;
  }

  .fix-quality-stamp {
    bottom: 194px;
    left: 26px;
    top: auto;
  }
}

@media (max-width: 760px) {
  .site-brand-copy strong {
    font-size: 1.7rem;
  }

  .fix-hero-copy,
  .fix-page-hero-copy,
  .fix-section-copy,
  .fix-schedule-card,
  .fix-review-card,
  .fix-form-card,
  .fix-map-card,
  .fix-dark-panel {
    border-radius: 24px;
    padding: 24px;
  }

  .fix-hero-copy h1 {
    font-size: 3.5rem;
  }

  .fix-photo-card--hero {
    min-height: 420px;
  }

  .fix-photo-card--detail {
    height: 180px;
    right: 14px;
    width: 52%;
  }

  .fix-quality-stamp {
    bottom: 150px;
    font-size: 0.8rem;
    height: 104px;
    width: 104px;
  }

  .fix-stats-band,
  .fix-service-grid,
  .fix-card-grid,
  .fix-gallery-grid,
  .fix-step-grid,
  .site-footer-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .fix-bottom-cta {
    grid-template-columns: minmax(0, 1fr);
  }

  .fix-faq-list summary {
    font-size: 1.35rem;
  }
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 109, 87, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(201, 221, 45, 0.15), transparent 24%),
    linear-gradient(180deg, #fcfaf6 0%, #f2ece2 100%);
  font-family: var(--font-body);
  min-height: 100vh;
}

body[data-surface="public"] {
  background: linear-gradient(180deg, #f8f6f2 0%, #efe8dc 100%);
}

body[data-surface="app"] {
  background:
    radial-gradient(circle at top left, rgba(201, 221, 45, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(255, 109, 87, 0.18), transparent 28%),
    linear-gradient(180deg, #f7f4ee 0%, #ebe3d4 100%);
}

body[data-surface="print"] {
  background: #fff;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100vh;
  position: relative;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  box-shadow: 0 18px 40px rgba(20, 46, 58, 0.12);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  left: 50%;
  max-width: min(1180px, calc(100% - 32px));
  padding: 14px 22px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 30;
}

.site-brand {
  align-items: center;
  display: flex;
  gap: 14px;
  text-decoration: none;
}

.site-brand-mark {
  align-items: center;
  background: rgba(15, 74, 89, 0.1);
  border: 1px solid rgba(15, 74, 89, 0.16);
  border-radius: 999px;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.site-brand-mark svg {
  height: 20px;
  width: 20px;
}

.site-brand-copy strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
}

.site-brand-copy span {
  color: rgba(19, 57, 72, 0.72);
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  margin-top: 6px;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  min-width: 0;
}

.site-nav a {
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a[aria-current="page"] {
  color: var(--coral-deep);
}

.site-nav a:hover {
  color: var(--teal);
}

.site-header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}

.site-chip {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
}

.site-chip:hover,
.site-chip:focus-visible {
  transform: translateY(-1px);
}

.site-chip--coral {
  background: linear-gradient(135deg, var(--coral) 0%, #ff8a59 100%);
  box-shadow: 0 18px 30px rgba(255, 109, 87, 0.28);
  color: #fff7f2;
}

.site-chip--ghost {
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(19, 57, 72, 0.16);
  color: var(--ink);
}

.site-cta-stack {
  bottom: 22px;
  display: grid;
  gap: 12px;
  position: fixed;
  right: 22px;
  width: min(240px, calc(100vw - 32px));
  z-index: 60;
}

.site-cta-stack a {
  align-items: center;
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  color: #040404;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 52px;
  padding: 0 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 150ms ease, box-shadow 150ms ease;
}

.site-cta-stack a:hover {
  transform: translateY(-2px);
}

.site-cta-stack .cta-employee {
  background: linear-gradient(135deg, #ff8d2f 0%, #ffb45a 100%);
  box-shadow: 0 0 22px rgba(255, 150, 52, 0.58), var(--shadow-soft);
}

.site-cta-stack .cta-client {
  background: linear-gradient(135deg, #ff4e49 0%, #ff776f 100%);
  box-shadow: 0 0 22px rgba(255, 82, 77, 0.56), var(--shadow-soft);
}

.site-cta-stack .cta-back {
  background: linear-gradient(135deg, #9ad122 0%, #c9f149 100%);
  box-shadow: 0 0 22px rgba(154, 209, 34, 0.52), var(--shadow-soft);
}

.access-page,
.public-page {
  margin: 0 auto;
  max-width: 1320px;
  padding: 120px 16px 96px;
}

.access-page {
  align-items: center;
  display: grid;
  min-height: 100vh;
}

.access-card,
.public-hero,
.public-section,
.public-band,
.public-card,
.public-portrait-card,
.booking-form-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.access-card {
  margin: 0 auto;
  max-width: 540px;
  padding: 36px;
  width: 100%;
}

.access-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--coral));
  border-radius: 22px;
  color: #fff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

.access-brand-mark svg {
  height: 30px;
  width: 30px;
}

.access-card h1,
.public-hero-copy h1,
.public-section h2 {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 6vw, 5.8rem);
  font-weight: 600;
  line-height: 0.9;
  margin: 8px 0 18px;
}

.access-card p,
.public-hero-copy p,
.public-card p,
.public-portrait-card p,
.public-band p {
  color: rgba(19, 57, 72, 0.72);
  line-height: 1.65;
}

.public-hero {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  overflow: hidden;
  padding: clamp(30px, 5vw, 64px);
  position: relative;
}

.public-hero--compact {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.55fr);
}

.public-hero::before {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 109, 87, 0.16), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(201, 221, 45, 0.2), transparent 26%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.public-hero-copy,
.floral-scene,
.public-portrait-card {
  position: relative;
  z-index: 1;
}

.public-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.floral-scene {
  align-self: stretch;
  background:
    linear-gradient(160deg, rgba(11, 36, 48, 0.92), rgba(15, 74, 89, 0.84)),
    radial-gradient(circle at 40% 32%, rgba(255, 109, 87, 0.45), transparent 34%);
  border-radius: 34px;
  min-height: 520px;
  overflow: hidden;
}

.bloom,
.stem,
.vase-shape {
  position: absolute;
}

.bloom {
  background:
    radial-gradient(circle at 35% 34%, #ffd8cf 0 16%, #ff8f7e 17% 42%, #db4f3c 43% 70%, transparent 71%);
  border-radius: 48% 52% 45% 55%;
  filter: drop-shadow(0 18px 18px rgba(10, 29, 36, 0.18));
}

.bloom-one {
  height: 210px;
  left: 12%;
  top: 14%;
  width: 210px;
}

.bloom-two {
  height: 260px;
  right: 8%;
  top: 22%;
  transform: rotate(18deg);
  width: 260px;
}

.bloom-three {
  bottom: 16%;
  height: 190px;
  left: 34%;
  transform: rotate(-12deg);
  width: 190px;
}

.stem {
  background: rgba(201, 221, 45, 0.72);
  border-radius: 999px;
  bottom: 14%;
  height: 58%;
  width: 10px;
}

.stem-one {
  left: 35%;
  transform: rotate(-8deg);
}

.stem-two {
  right: 31%;
  transform: rotate(12deg);
}

.vase-shape {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 26px 26px 70px 70px;
  bottom: 6%;
  height: 190px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
}

.public-section,
.public-band,
.public-card-grid {
  margin-top: 24px;
}

.public-section {
  padding: clamp(28px, 4vw, 48px);
}

.public-section--split {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

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

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

.public-card,
.public-portrait-card {
  padding: 26px;
}

.public-card h2,
.public-card h3,
.public-portrait-card strong {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
  margin: 0 0 12px;
}

.public-portrait-card {
  align-content: end;
  background:
    linear-gradient(145deg, rgba(10, 56, 67, 0.94), rgba(15, 74, 89, 0.92)),
    radial-gradient(circle at 30% 20%, rgba(255, 109, 87, 0.34), transparent 36%);
  color: #f8f5ef;
  display: grid;
  min-height: 320px;
}

.public-portrait-card span {
  color: var(--lime);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.public-portrait-card p {
  color: rgba(248, 245, 239, 0.78);
}

.public-band {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 26px 30px;
}

.public-artboard-wrap {
  margin: 0 auto;
  max-width: 1540px;
  padding: 92px 16px 88px;
}

.public-artboard {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 34px;
  box-shadow: var(--shadow-strong);
  min-height: 1720px;
  overflow: hidden;
  position: relative;
}

.public-artboard::before {
  background: linear-gradient(
    180deg,
    rgba(252, 248, 242, 0.92) 0,
    rgba(252, 248, 242, 0.84) 72px,
    rgba(252, 248, 242, 0.28) 138px,
    rgba(252, 248, 242, 0) 208px
  );
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.public-artboard--landing {
  background-image: none;
}

.public-artboard--landing::before {
  background:
    radial-gradient(circle at 7% 3%, rgba(252, 248, 242, 1) 0, rgba(252, 248, 242, 1) 9%, rgba(252, 248, 242, 0) 18%),
    radial-gradient(circle at 84% 3%, rgba(252, 248, 242, 1) 0, rgba(252, 248, 242, 1) 10%, rgba(252, 248, 242, 0) 19%),
    linear-gradient(
      180deg,
      rgba(252, 248, 242, 0.98) 0,
      rgba(252, 248, 242, 0.98) 96px,
      rgba(252, 248, 242, 0.88) 136px,
      rgba(252, 248, 242, 0.4) 188px,
      rgba(252, 248, 242, 0) 242px
    );
}

.public-artboard--about {
  background-image: none;
}

.public-artboard--about::before,
.public-artboard--services::before,
.public-artboard--contact::before {
  background:
    radial-gradient(circle at 6% 2.5%, rgba(252, 248, 242, 1) 0, rgba(252, 248, 242, 1) 9%, rgba(252, 248, 242, 0) 19%),
    radial-gradient(circle at 92% 2.6%, rgba(252, 248, 242, 1) 0, rgba(252, 248, 242, 1) 10%, rgba(252, 248, 242, 0) 21%),
    linear-gradient(
      180deg,
      rgba(252, 248, 242, 0.98) 0,
      rgba(252, 248, 242, 0.98) 106px,
      rgba(252, 248, 242, 0.9) 152px,
      rgba(252, 248, 242, 0.42) 214px,
      rgba(252, 248, 242, 0) 278px
    );
}

.public-artboard--services {
  background-image: none;
}

.public-artboard--contact {
  background-image: none;
}

.artboard-hotspot {
  position: absolute;
  text-decoration: none;
  z-index: 2;
}

.artboard-hotspot:focus-visible {
  outline: 3px solid rgba(15, 74, 89, 0.35);
  outline-offset: 4px;
}

.landing-start {
  height: 82px;
  left: 6.4%;
  top: 33%;
  width: 30%;
}

.landing-plan {
  height: 78px;
  right: 3.4%;
  top: 88.8%;
  width: 22%;
}

.about-connect {
  bottom: 2.2%;
  height: 70px;
  right: 4.2%;
  width: 32%;
}

.services-consult {
  bottom: 2.4%;
  height: 76px;
  left: 4.8%;
  width: 36%;
}

.contact-map {
  height: 64px;
  left: 5%;
  top: 68.8%;
  width: 20%;
}

.contact-learn-more {
  bottom: 8.1%;
  height: 58px;
  left: 4.4%;
  width: 18.4%;
}

.contact-chat {
  bottom: 0.6%;
  height: 74px;
  left: 0.6%;
  width: 21.8%;
}

.contact-form-overlay {
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
  left: 47.8%;
  padding: 24px 28px 24px;
  position: absolute;
  top: 16.8%;
  width: 45.6%;
  z-index: 3;
}

.contact-form-overlay h2 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 3vw, 3.6rem);
  line-height: 0.95;
  margin: 0 0 12px;
}

.contact-form-overlay p {
  color: rgba(19, 57, 72, 0.74);
  margin: 0 0 16px;
}

.lead-form {
  display: grid;
  gap: 14px;
}

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

.lead-field {
  display: grid;
  gap: 8px;
}

.lead-field--full {
  grid-column: 1 / -1;
}

.lead-field span,
.app-field span,
.section-kicker {
  color: var(--coral-deep);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-field input,
.lead-field select,
.lead-field textarea,
.app-field input,
.app-field select,
.app-field textarea {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 57, 72, 0.14);
  border-radius: 16px;
  color: var(--ink);
  min-height: 50px;
  padding: 14px 16px;
}

.lead-field textarea,
.app-field textarea {
  min-height: 130px;
  resize: vertical;
}

.contact-form-overlay .lead-form-grid {
  gap: 12px;
  grid-template-columns: 1fr;
}

.contact-form-overlay .lead-field {
  gap: 6px;
}

.contact-checkbox-group {
  border: 0;
  margin: 0;
  padding: 0;
}

.contact-checkbox-group legend {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
  padding: 0;
  text-transform: uppercase;
}

.contact-checkbox-grid {
  display: grid;
  gap: 8px;
}

.contact-checkbox-grid .check-row {
  align-items: center;
  color: var(--ink);
  font-size: 0.95rem;
  gap: 10px;
}

.contact-checkbox-grid input {
  accent-color: var(--coral);
  height: 16px;
  width: 16px;
}

.contact-meta-row {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid {
  display: grid;
  gap: 10px;
}

.check-row {
  align-items: center;
  display: flex;
  gap: 10px;
}

.lead-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.lead-actions .site-chip {
  border: none;
  cursor: pointer;
}

.contact-info-cover {
  background:
    linear-gradient(145deg, rgba(10, 56, 67, 0.99) 0%, rgba(15, 74, 89, 0.99) 52%, rgba(255, 109, 87, 0.9) 100%);
  border-radius: 32px 0 34px 0;
  bottom: 0.4%;
  color: #f7f5ed;
  min-height: 0;
  padding: 22px 28px 24px;
  position: absolute;
  right: 0;
  width: 46%;
  z-index: 3;
}

.contact-info-cover h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 0.98;
  margin: 0 0 12px;
}

.contact-info-cover p {
  color: rgba(247, 245, 237, 0.82);
  margin: 0 0 12px;
}

.contact-info-cover ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}

.contact-info-cover li {
  list-style: none;
}

.booking-page {
  margin: 0 auto;
  max-width: 1320px;
  padding: 120px 16px 96px;
}

.booking-hero,
.app-panel,
.app-card,
.print-sheet,
.map-card,
.dashboard-shell,
.client-shell,
.login-shell {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 30px;
  box-shadow: var(--shadow-soft);
}

.booking-hero {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.75fr);
  overflow: hidden;
  padding: 34px;
}

.booking-copy h1,
.login-copy h1,
.app-page-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 600;
  line-height: 0.9;
  margin: 8px 0 14px;
}

.booking-copy p,
.login-copy p,
.app-muted {
  color: rgba(19, 57, 72, 0.72);
  line-height: 1.65;
}

.booking-bullets {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
}

.booking-bullets li {
  align-items: center;
  display: flex;
  gap: 12px;
  list-style: none;
}

.booking-bullets li::before {
  background: var(--lime);
  border-radius: 999px;
  content: "";
  height: 10px;
  width: 10px;
}

.booking-visual {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.18), rgba(15, 74, 89, 0.1)),
    radial-gradient(circle at 30% 24%, rgba(255, 109, 87, 0.34), transparent 32%),
    linear-gradient(145deg, rgba(15, 74, 89, 0.92), rgba(11, 36, 48, 0.96));
  min-height: 580px;
  position: relative;
}

.booking-visual::after {
  background: linear-gradient(180deg, transparent 0%, rgba(6, 34, 42, 0.36) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.booking-form-card {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 30px;
}

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

.app-page {
  margin: 0 auto;
  max-width: 1440px;
  min-height: 100vh;
  padding: 100px 16px 96px;
}

body[data-surface="app"][data-dashboard-menu="on"] .app-page,
body[data-page="employee-login"] .app-page {
  padding-top: 132px;
}

.login-shell {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.login-copy {
  background:
    linear-gradient(180deg, rgba(6, 33, 41, 0.88), rgba(12, 61, 73, 0.92)),
    radial-gradient(circle at 18% 22%, rgba(255, 109, 87, 0.28), transparent 36%),
    radial-gradient(circle at 82% 18%, rgba(201, 221, 45, 0.2), transparent 30%);
  color: #f8f4ea;
  padding: 42px;
}

.login-copy p,
.login-copy ul {
  color: rgba(248, 244, 234, 0.82);
}

.login-copy ul {
  display: grid;
  gap: 14px;
  margin: 24px 0 0;
  padding-left: 18px;
}

.login-form-card {
  padding: 42px;
}

.login-form-card h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 10px 0 12px;
}

.app-grid {
  display: grid;
  gap: 18px;
}

.app-grid--two {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

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

.app-panel,
.app-card,
.map-card {
  padding: 26px;
}

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

.app-panel-head h2,
.app-panel-head h3,
.app-subtitle {
  font-family: var(--font-display);
  margin: 0;
}

.app-panel-head h2 {
  font-size: 2rem;
}

.app-panel-head h3 {
  font-size: 1.4rem;
}

.app-actions,
.app-chip-row,
.dashboard-topline,
.print-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-button {
  align-items: center;
  background: linear-gradient(135deg, var(--coral) 0%, #ff8a5a 100%);
  border: none;
  border-radius: 16px;
  box-shadow: 0 16px 26px rgba(255, 109, 87, 0.22);
  color: #111;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.08em;
  min-height: 48px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.app-button:hover {
  transform: translateY(-1px);
}

.app-button--dark {
  background: linear-gradient(135deg, var(--ink) 0%, var(--teal) 100%);
  color: #fff;
}

.app-button--lime {
  background: linear-gradient(135deg, var(--lime) 0%, #dff069 100%);
}

.app-button--ghost {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(19, 57, 72, 0.18);
  box-shadow: none;
}

.app-button--danger {
  background: linear-gradient(135deg, #ea4a3d 0%, #ff7a61 100%);
  color: #fff;
}

.app-button--sand {
  background: linear-gradient(135deg, #f2dfb9 0%, #e8bc70 100%);
  color: var(--ink-deep);
}

.app-button--sky {
  background: linear-gradient(135deg, #9dc2ff 0%, #4f7ff0 100%);
  color: var(--ink-deep);
}

.app-form,
.app-form-grid {
  display: grid;
  gap: 14px;
}

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

.app-field {
  display: grid;
  gap: 8px;
}

.app-field--full {
  grid-column: 1 / -1;
}

.dashboard-shell,
.client-shell {
  min-height: calc(100vh - 196px);
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.dashboard-shell::before,
.client-shell::before {
  background:
    radial-gradient(circle at top left, rgba(255, 109, 87, 0.12), transparent 26%),
    radial-gradient(circle at bottom right, rgba(201, 221, 45, 0.16), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.dashboard-shell > *,
.client-shell > * {
  position: relative;
  z-index: 1;
}

.dashboard-topline {
  justify-content: space-between;
  margin-bottom: 22px;
}

.dashboard-status {
  align-items: center;
  display: flex;
  gap: 12px;
  padding: 12px 16px;
}

.dashboard-status strong {
  font-size: 1.1rem;
}

.dashboard-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 30px;
  box-shadow: 0 18px 40px rgba(20, 46, 58, 0.12);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  left: 50%;
  max-width: min(1180px, calc(100% - 32px));
  padding: 16px 22px;
  position: fixed;
  top: 18px;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  z-index: 40;
}

.dashboard-brand {
  display: grid;
  gap: 4px;
}

.dashboard-brand strong {
  font-family: var(--font-display);
  font-size: 1.25rem;
  line-height: 1;
}

.dashboard-brand-context {
  color: rgba(19, 57, 72, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dashboard-menu-group {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}

.dashboard-menu-button {
  min-width: 154px;
}

.dashboard-menu-panel {
  align-items: stretch;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(19, 57, 72, 0.12);
  border-radius: 22px;
  box-shadow: var(--shadow-strong);
  display: none;
  gap: 8px;
  min-width: 220px;
  padding: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 12px);
}

.dashboard-menu-panel.is-open {
  display: grid;
}

.dashboard-menu-panel a {
  border-radius: 14px;
  color: var(--ink);
  font-weight: 800;
  padding: 12px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.dashboard-menu-panel a:hover,
.dashboard-menu-panel a[aria-current="page"] {
  background: rgba(15, 74, 89, 0.08);
  color: var(--coral-deep);
}

.stat-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  padding: 18px 20px;
}

.stat-card span {
  color: rgba(19, 57, 72, 0.7);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.stat-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
  margin-top: 10px;
}

.clock-board {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
}

.clock-status {
  align-items: center;
  display: flex;
  gap: 12px;
}

.state-pill {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: 0.12em;
  min-height: 36px;
  padding: 0 14px;
  text-transform: uppercase;
}

.state-pill--clocked-in,
.state-pill--on,
.state-pill--sent,
.state-pill--paid,
.state-pill--active,
.state-pill--completed {
  background: rgba(38, 173, 111, 0.14);
  color: #116a46;
}

.state-pill--lunch,
.state-pill--on-call,
.state-pill--queued,
.state-pill--pending {
  background: rgba(59, 107, 208, 0.14);
  color: #2b58b2;
}

.state-pill--clocked-out,
.state-pill--off,
.state-pill--draft,
.state-pill--new {
  background: rgba(234, 74, 61, 0.14);
  color: #b72c21;
}

.state-pill--requested,
.state-pill--waiting,
.state-pill--scheduled {
  background: rgba(201, 221, 45, 0.18);
  color: #667800;
}

.timer-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 240, 233, 0.98));
  border: 1px solid rgba(19, 57, 72, 0.08);
  border-radius: 28px;
  padding: 24px;
}

.timer-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 0.95;
  margin: 10px 0;
}

.schedule-table-wrap,
.table-wrap {
  max-width: 100%;
  overflow: visible;
}

.schedule-table,
.app-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
  width: 100%;
}

.schedule-table th,
.schedule-table td,
.app-table th,
.app-table td {
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(19, 57, 72, 0.08);
  overflow-wrap: anywhere;
  padding: 12px 8px;
  text-align: left;
  vertical-align: top;
}

.schedule-table th,
.app-table th {
  color: rgba(19, 57, 72, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.schedule-toggle {
  border: none;
  border-radius: 14px;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 900;
  justify-content: center;
  min-height: 38px;
  min-width: 64px;
  padding: 0 8px;
  text-transform: uppercase;
}

.schedule-toggle--off {
  background: #f05047;
  color: #fff;
}

.schedule-toggle--on {
  background: #2fb161;
  color: #fff;
}

.schedule-toggle--on-call {
  background: #3f76ea;
  color: #fff;
}

.exact-note {
  color: rgba(19, 57, 72, 0.7);
  display: block;
  font-size: 0.82rem;
  margin-top: 8px;
}

.id-link {
  color: var(--teal);
  font-weight: 800;
  text-decoration: none;
}

.id-link:hover {
  color: var(--coral-deep);
}

.detail-stack {
  display: grid;
  gap: 16px;
}

.invoice-card-grid,
.portal-action-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.portal-action-card,
.summary-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 20px;
}

.portal-action-card h3,
.summary-card h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  margin: 0 0 10px;
}

.summary-card p,
.portal-action-card p {
  color: rgba(19, 57, 72, 0.72);
  margin: 0 0 14px;
}

.map-shell {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)),
    #edf0e8;
  border-radius: 26px;
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.roadmap-svg {
  display: block;
  height: 100%;
  min-height: 520px;
  width: 100%;
}

.map-shell iframe {
  border: none;
  height: 100%;
  min-height: 520px;
  width: 100%;
}

.employee-pin {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 57, 72, 0.12);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
  color: var(--ink);
  display: inline-flex;
  gap: 8px;
  padding: 10px 12px;
  position: absolute;
  z-index: 2;
}

.employee-pin::before {
  background: var(--coral);
  border-radius: 999px;
  content: "";
  height: 12px;
  width: 12px;
}

.employee-pin:nth-child(3)::before {
  background: var(--lime-deep);
}

.employee-pin:nth-child(4)::before {
  background: var(--teal);
}

.print-page {
  background: #fff;
  padding: 48px 16px;
}

.print-sheet {
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 860px;
  padding: 42px;
}

.print-sheet h1,
.print-sheet h2 {
  font-family: var(--font-display);
  margin: 0;
}

.print-sheet h1 {
  font-size: 2.4rem;
}

.print-sheet h2 {
  font-size: 1.4rem;
  margin-top: 6px;
}

.print-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 26px;
}

.print-line-items {
  margin-top: 26px;
}

.print-line-items table {
  border-collapse: collapse;
  width: 100%;
}

.print-line-items th,
.print-line-items td {
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 6px;
  text-align: left;
}

.flash-message {
  border-radius: 18px;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 14px 16px;
  text-transform: uppercase;
}

.flash-message--success {
  background: rgba(38, 173, 111, 0.12);
  color: #116a46;
}

.flash-message--warn {
  background: rgba(255, 109, 87, 0.12);
  color: #ad3c2b;
}

.muted-list {
  color: rgba(19, 57, 72, 0.68);
  margin: 0;
  padding-left: 18px;
}

.hidden {
  display: none !important;
}

@media print {
  .site-header,
  .dashboard-header,
  .dashboard-menu-panel,
  .site-cta-stack,
  .print-actions {
    display: none !important;
  }

  body[data-surface="print"] {
    background: #fff;
  }

  .print-page {
    padding: 0;
  }

  .print-sheet {
    border: none;
    box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 0;
  }
}

@media (max-width: 1180px) {
  .site-header {
    border-radius: 34px;
    padding: 16px 18px;
  }

  .site-nav {
    gap: 12px;
  }

  .contact-form-overlay {
    left: 48%;
    top: 16%;
    width: 45%;
  }

  .contact-info-cover {
    bottom: 0.4%;
    left: auto;
    right: 0;
    top: auto;
    width: 46%;
  }

  .invoice-card-grid,
  .portal-action-grid,
  .stat-strip,
  .app-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  body[data-surface="app"][data-dashboard-menu="on"] .app-page,
  body[data-page="employee-login"] .app-page {
    padding-top: 188px;
  }

  .site-header {
    align-items: start;
    border-radius: 26px;
    flex-direction: column;
  }

  .dashboard-header {
    align-items: start;
    border-radius: 26px;
    flex-direction: column;
  }

  .dashboard-menu-group {
    width: 100%;
  }

  .dashboard-menu-group .app-button {
    flex: 1;
  }

  .dashboard-menu-panel {
    left: 0;
    min-width: min(320px, 100%);
    right: auto;
    width: 100%;
  }

  .site-nav {
    justify-content: start;
  }

  .public-artboard-wrap {
    padding-top: 170px;
  }

  .public-hero,
  .public-section--split,
  .public-card-grid,
  .public-card-grid--large,
  .booking-hero,
  .login-shell,
  .clock-board,
  .app-grid--two {
    grid-template-columns: 1fr;
  }

  .app-form-grid,
  .lead-form-grid,
  .booking-grid {
    grid-template-columns: 1fr;
  }

  .public-artboard {
    min-height: 1380px;
  }

  .contact-form-overlay {
    left: 6%;
    padding: 18px;
    top: 41%;
    width: 88%;
  }

  .contact-info-cover {
    left: 6%;
    right: auto;
    top: 79%;
    width: 88%;
  }
}

@media (max-width: 720px) {
  .site-cta-stack {
    bottom: 14px;
    right: 12px;
    width: min(240px, calc(100vw - 24px));
  }

  .access-page,
  .public-page,
  .public-artboard-wrap,
  .booking-page,
  .app-page,
  .print-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .public-band {
    align-items: stretch;
    flex-direction: column;
  }

  .public-artboard {
    border-radius: 22px;
    min-height: 1120px;
  }

  .landing-start {
    height: 58px;
    left: 5%;
    top: 32.6%;
    width: 38%;
  }

  .landing-plan {
    height: 60px;
    right: 4%;
    top: 89.8%;
    width: 28%;
  }

  .about-connect,
  .services-consult,
  .contact-map,
  .contact-learn-more {
    width: 40%;
  }

  .contact-chat {
    width: 46%;
  }

  .contact-form-overlay {
    top: 38%;
  }

  .contact-info-cover {
    top: 76%;
  }

  .contact-meta-row {
    grid-template-columns: 1fr;
  }

  .stat-strip,
  .invoice-card-grid,
  .portal-action-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-shell,
  .client-shell,
  .login-copy,
  .login-form-card,
  .booking-hero,
  .booking-form-card,
  .app-panel,
  .app-card,
  .map-card,
  .print-sheet {
    padding: 20px;
  }

  .site-header-actions {
    width: 100%;
  }

  .dashboard-header {
    padding: 18px;
  }

  .site-header-actions .site-chip {
    flex: 1;
  }

  .site-cta-stack a {
    font-size: 0.8rem;
    min-height: 48px;
    padding: 0 14px;
  }

  .app-page-title,
  .booking-copy h1,
  .login-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
    line-height: 0.94;
  }

  .dashboard-topline .app-actions {
    width: 100%;
  }

  .dashboard-menu-group {
    flex-wrap: wrap;
  }

  .dashboard-topline .app-actions .app-button {
    flex: 1 1 calc(50% - 10px);
  }

  .schedule-table-wrap,
  .table-wrap {
    overflow: visible;
  }

  .schedule-table,
  .app-table,
  .schedule-table tbody,
  .app-table tbody,
  .schedule-table tr,
  .app-table tr,
  .schedule-table td,
  .app-table td {
    display: block;
    width: 100%;
  }

  .schedule-table thead,
  .app-table thead {
    display: none;
  }

  .schedule-table tbody,
  .app-table tbody {
    display: grid;
    gap: 16px;
  }

  .schedule-table tr,
  .app-table tr {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(19, 57, 72, 0.1);
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    padding: 16px;
  }

  .schedule-table td,
  .app-table td {
    background: transparent;
    border-bottom: 1px solid rgba(19, 57, 72, 0.08);
    display: grid;
    gap: 6px;
    padding: 10px 0;
  }

  .schedule-table td:last-child,
  .app-table td:last-child {
    border-bottom: none;
  }

  .schedule-table td::before,
  .app-table td::before {
    color: rgba(19, 57, 72, 0.72);
    content: attr(data-label);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
}
