:root {
  --bg: #101317;
  --surface: rgba(14, 20, 28, 0.68);
  --surface-strong: rgba(18, 25, 34, 0.84);
  --text: #eef1f4;
  --muted: rgba(223, 229, 236, 0.72);
  --accent: #c8a377;
  --accent-dark: #f0cf9f;
  --line: rgba(229, 235, 242, 0.12);
  --shadow: 0 24px 60px rgba(3, 7, 14, 0.38);
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: var(--text);
  background:
    linear-gradient(rgba(16, 20, 26, 0.76), rgba(16, 20, 26, 0.88)),
    radial-gradient(circle at top left, rgba(201, 146, 88, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(78, 107, 132, 0.14), transparent 28%),
    url("/static/images/backgrounds/douglas-county-site-texture.svg")
      center/cover fixed;
  min-height: 100vh;
}

body.home-page {
  background: #11161c;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
}

.home-page .site-shell {
  width: min(100% - 3rem, 1320px);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  isolation: isolate;
}

.home-scene {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 0;
}

.home-page .topbar {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  color: #fff7ee;
}

.brand-mark {
  width: 44px;
  height: 44px;
  color: #f4e1c8;
  flex: 0 0 auto;
}

.brand-text {
  display: grid;
  gap: 0.18rem;
}

.brand-text strong {
  font-size: 1.02rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.brand-text small {
  color: rgba(244, 233, 219, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.54rem;
}

.home-page .brand,
.home-page .nav a,
.home-page p,
.home-page .footer,
.home-page .eyebrow {
  color: #f3ece3;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.9rem;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nav a {
  color: rgba(238, 241, 244, 0.78);
  padding: 0.35rem 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(10px);
}

.nav a:hover,
.nav a:focus-visible {
  color: #ffffff;
  border-bottom-color: rgba(240, 207, 159, 0.55);
}

.hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: end;
  padding: 2rem 0 4rem;
}

.hero-copy,
.panel,
.info-card,
.price-card,
.gallery-card,
.form-card {
  background: linear-gradient(180deg, rgba(18, 25, 34, 0.82), rgba(12, 18, 25, 0.78));
  backdrop-filter: blur(16px);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.ghost {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  color: #fffaf5;
  border: 1px solid rgba(255, 250, 245, 0.08);
}

.hero-copy {
  padding: 3rem;
  border-radius: 28px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--accent-dark);
  font-size: 0.74rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.92;
}

h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
}

p {
  margin: 0 0 1rem;
  color: var(--muted);
  line-height: 1.8;
  font-size: 0.96rem;
}

.home-page p {
  color: rgba(243, 236, 227, 0.86);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  padding: 0.95rem 1.4rem;
  font: inherit;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button.primary,
button {
  background: linear-gradient(180deg, rgba(230, 194, 143, 0.96), rgba(207, 159, 103, 0.92));
  color: #1c1a18;
}

.button.secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  color: #fff7ee;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

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

.hero-visual {
  min-height: 620px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
  background:
    linear-gradient(180deg, rgba(31, 23, 18, 0.12), rgba(24, 20, 18, 0.54)),
    url("/static/images/backgrounds/parker-luxury-home-twilight.jpg")
      center/cover;
}

.hero-visual::after {
  content: "Parker-inspired twilight presentation";
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  padding: 0.8rem 1rem;
  color: #fffaf5;
  background: rgba(30, 18, 10, 0.44);
  border-radius: 999px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.section {
  padding: 1.5rem 0 4rem;
}

.page-wrap {
  display: grid;
  gap: 1.75rem;
}

.page-intro {
  max-width: 860px;
  padding: 2rem 0 0.5rem;
}

.page-intro-compact {
  max-width: 760px;
}

.page-intro h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 0.98;
}

.page-intro p {
  font-size: 1.08rem;
  max-width: 640px;
}

.admin-console-intro h1 {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.05;
  text-transform: uppercase;
  color: var(--accent-dark);
}

.admin-console-intro p {
  font-size: 0.98rem;
  color: rgba(223, 229, 236, 0.72);
}

.admin-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: -0.35rem;
}

.admin-subnav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
  color: rgba(238, 242, 246, 0.82);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.admin-subnav a:hover,
.admin-subnav a.is-active {
  border-color: rgba(240, 207, 159, 0.26);
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.12), rgba(255, 255, 255, 0.02));
  color: #fff8ee;
}

.admin-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 1.25rem;
}

.admin-main-panel {
  min-width: 0;
}

.admin-side-stack {
  display: grid;
  gap: 1.25rem;
  align-content: start;
}

.admin-calendar-page {
  display: grid;
  gap: 1.25rem;
}

.calendar-controls-panel {
  border-radius: 12px;
}

.calendar-controls-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 180px auto;
  gap: 1rem;
  align-items: end;
}

.calendar-controls-form button {
  min-height: 54px;
}

.admin-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 1.2rem;
}

.admin-panel-head h2 {
  margin: 0.25rem 0 0;
}

.admin-search {
  min-width: min(360px, 100%);
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 980px;
}

.admin-table th,
.admin-table td {
  padding: 0.95rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: rgba(244, 233, 219, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.admin-table td {
  color: rgba(247, 240, 231, 0.9);
}

.admin-table td strong,
.admin-table td small {
  display: block;
}

.admin-table td small,
.admin-table .muted {
  margin-top: 0.22rem;
  color: var(--muted);
  line-height: 1.5;
}

.admin-inline-input {
  min-width: 150px;
  border-radius: 8px;
  padding: 0.55rem 0.65rem;
  font-size: 0.86rem;
}

.admin-inline-input-stacked {
  margin-top: 0.45rem;
}

.admin-inline-textarea {
  min-width: 190px;
  min-height: 74px;
  border-radius: 8px;
  padding: 0.55rem 0.65rem;
  font-size: 0.86rem;
}

.discount-input {
  display: grid;
  grid-template-columns: minmax(72px, 1fr) auto;
  align-items: center;
  gap: 0.35rem;
}

.discount-input span {
  color: var(--muted);
}

.admin-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(247, 240, 231, 0.86);
  font-size: 0.82rem;
  letter-spacing: 0;
  text-transform: none;
}

.admin-check input {
  width: auto;
}

.admin-table-button {
  min-height: 38px;
  padding: 0.55rem 0.8rem;
  white-space: nowrap;
}

.admin-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.025);
}

.admin-table-empty {
  margin: 1rem 0 0;
}

.customer-directory {
  display: grid;
  gap: 0.9rem;
}

.customer-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.022));
  overflow: hidden;
}

.customer-card[open] {
  border-color: rgba(240, 207, 159, 0.2);
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.07), rgba(255, 255, 255, 0.02));
}

.customer-summary {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.1rem 1.2rem;
  cursor: pointer;
  list-style: none;
}

.customer-summary::-webkit-details-marker {
  display: none;
}

.customer-summary::after {
  content: "Expand";
  justify-self: end;
  min-width: 78px;
  color: rgba(240, 207, 159, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.customer-card[open] .customer-summary::after {
  content: "Collapse";
}

.customer-summary-main {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}

.customer-name {
  color: rgba(255, 248, 238, 0.96);
  font-size: 1.05rem;
  font-weight: 700;
}

.customer-meta {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.customer-summary-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
}

.customer-summary-stats span {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  background: rgba(255, 255, 255, 0.045);
  color: var(--muted);
  font-size: 0.78rem;
  white-space: nowrap;
}

.customer-summary-stats strong {
  color: rgba(255, 248, 238, 0.96);
}

.customer-detail-form {
  display: grid;
  gap: 1.1rem;
  padding: 0 1.2rem 1.2rem;
}

.customer-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.customer-detail-grid small {
  color: var(--muted);
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}

.customer-detail-grid textarea {
  min-height: 110px;
}

.customer-detail-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}

.customer-activity {
  display: grid;
  gap: 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.customer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  justify-content: flex-end;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  color: rgba(238, 242, 246, 0.74);
  font-size: 0.82rem;
}

.calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.legend-dot {
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 999px;
}

.legend-dot-open {
  background: rgba(255, 255, 255, 0.28);
}

.legend-dot-booked {
  background: rgba(151, 196, 223, 0.72);
}

.legend-dot-twilight {
  background: rgba(231, 197, 88, 0.82);
}

.admin-gallery-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.admin-gallery-head h2 {
  margin-bottom: 0.35rem;
}

.admin-gallery-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 1.25rem;
}

.gallery-link-box {
  display: grid;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

.gallery-link-box span {
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.gallery-link-box code {
  overflow-wrap: anywhere;
}

.site-background-preview {
  min-height: 320px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 999px rgba(8, 12, 18, 0.14);
}

.site-settings-reset {
  margin-top: 1rem;
}

.upload-dropzone {
  display: grid;
  gap: 1rem;
}

.upload-dropzone input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.upload-target {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 1.5rem;
  border: 1px dashed rgba(240, 207, 159, 0.32);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.08), rgba(255, 255, 255, 0.025));
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

.upload-target.is-dragover,
.upload-target.has-files {
  border-color: rgba(240, 207, 159, 0.58);
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.14), rgba(255, 255, 255, 0.035));
}

.upload-target strong {
  color: #fff8ee;
  font-size: 1rem;
}

.upload-target span {
  max-width: 28rem;
  color: var(--muted);
  line-height: 1.6;
}

.upload-picker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.upload-picker-actions .button {
  flex: 1 1 180px;
}

.upload-status {
  display: grid;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(240, 207, 159, 0.16);
  background: rgba(255, 255, 255, 0.035);
}

.upload-status-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 248, 238, 0.95);
}

.upload-status-head span {
  color: var(--muted);
}

.upload-status progress {
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.upload-status progress::-webkit-progress-bar {
  background: rgba(255, 255, 255, 0.08);
}

.upload-status progress::-webkit-progress-value {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 207, 159, 0.95), rgba(196, 143, 84, 0.95));
}

.upload-status progress::-moz-progress-bar {
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(240, 207, 159, 0.95), rgba(196, 143, 84, 0.95));
}

.admin-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.admin-gallery-item {
  display: grid;
  gap: 0.8rem;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  cursor: grab;
}

.admin-gallery-item.is-dragging {
  opacity: 0.48;
}

.admin-gallery-preview {
  display: grid;
  place-items: center;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.admin-gallery-preview img,
.admin-gallery-preview video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.admin-gallery-meta {
  min-width: 0;
}

.admin-gallery-meta strong,
.admin-gallery-meta small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-gallery-meta small {
  color: var(--muted);
}

.delivery-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem;
}

.gallery-page {
  background: #080b0f;
}

.gallery-page .site-shell {
  width: min(100% - 2rem, 1440px);
}

.gallery-page .topbar,
.gallery-page .footer {
  display: none;
}

.delivery-gallery {
  min-height: 100vh;
  display: grid;
  gap: 2rem;
  padding: 1.2rem 0 3rem;
}

.delivery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0;
}

.delivery-actions {
  display: flex;
  gap: 0.8rem;
}

.delivery-title {
  max-width: 920px;
}

.delivery-title h1 {
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
}

.photo-click-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.photo-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 360px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

.photo-frame img {
  width: 100%;
  height: 100%;
  max-height: 78vh;
  object-fit: contain;
}

.photo-frame span {
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.58);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.75rem;
}

.video-gallery-section {
  display: grid;
  gap: 1.2rem;
}

.video-delivery-card {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.video-delivery-card video {
  width: 100%;
  max-height: 76vh;
  background: #000;
}

.video-delivery-card div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
}

.video-delivery-card strong {
  color: #fff8ee;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: rgba(5, 7, 10, 0.96);
}

.lightbox[hidden] {
  display: none;
}

.lightbox figure {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  min-width: 0;
}

.lightbox img {
  width: 100%;
  height: calc(100vh - 6rem);
  object-fit: contain;
}

.lightbox figcaption {
  color: rgba(238, 242, 246, 0.78);
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.section-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.info-card,
.price-card,
.gallery-card,
.form-card,
.panel {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding: 1.6rem;
}

.info-card::before,
.price-card::before,
.gallery-card::before,
.form-card::before,
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 35%);
  pointer-events: none;
}

.info-card strong,
.price-card strong {
  display: block;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}

.service-price-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 0.28fr);
  gap: 1.1rem;
  align-items: start;
}

.price-card-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.price-card-price {
  justify-self: end;
  min-width: 92px;
  padding: 0.8rem 0.9rem;
  border-radius: 16px;
  border: 1px solid rgba(240, 207, 159, 0.16);
  background:
    linear-gradient(180deg, rgba(240, 207, 159, 0.13), rgba(255, 255, 255, 0.03)),
    rgba(240, 207, 159, 0.04);
  color: var(--accent-dark);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.service-category-addons {
  margin: 0.4rem 0 0.8rem;
}

.addon-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.48fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(240, 207, 159, 0.12);
  background:
    linear-gradient(180deg, rgba(240, 207, 159, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(10, 15, 22, 0.38);
}

.addon-panel-copy h2 {
  margin-bottom: 0.55rem;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
}

.addon-panel-copy p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.addon-list {
  display: grid;
  gap: 0.75rem;
}

.addon-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background: rgba(255, 255, 255, 0.032);
}

.addon-row strong {
  display: block;
  margin: 0.2rem 0 0.25rem;
  color: rgba(255, 248, 238, 0.95);
  font-size: 0.98rem;
}

.addon-row p {
  margin-bottom: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}

.addon-tag {
  color: var(--accent-dark);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.addon-price {
  min-width: 88px;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(240, 207, 159, 0.16);
  background:
    linear-gradient(180deg, rgba(240, 207, 159, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(240, 207, 159, 0.035);
  color: var(--accent-dark);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.price-list,
.service-list,
.portal-list {
  display: grid;
  gap: 1rem;
}

.price-card ul,
.panel ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.8;
}

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

.gallery-shot {
  aspect-ratio: 4 / 3;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.shot-1 {
  background-image: url("/static/images/examples/douglas-county-foothills-exterior.svg");
}

.shot-2 {
  background-image: url("/static/images/examples/douglas-county-interior-living.svg");
}

.shot-3 {
  background-image: url("/static/images/examples/douglas-county-detail-kitchen.svg");
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  color: rgba(247, 240, 231, 0.92);
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0.9rem 1rem;
  font: inherit;
  line-height: 1.5;
  background: rgba(249, 244, 237, 0.08);
  color: #fff8ee;
  color-scheme: dark;
}

select option,
select optgroup {
  background: #1f2630;
  color: #fff8ee;
}

select option:checked {
  background: #2f3a32;
  color: #fff8ee;
}

input::placeholder,
textarea::placeholder {
  color: rgba(226, 231, 236, 0.44);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

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

.portal-shell {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.25rem;
}

.portal-shell-wide {
  grid-template-columns: 1.15fr 0.85fr;
}

.order-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--line);
}

.order-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.status {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  padding: 0.4rem 0.8rem;
  font-size: 0.85rem;
  background: linear-gradient(180deg, rgba(222, 185, 135, 0.16), rgba(222, 185, 135, 0.08));
  color: #f2cfa0;
}

.footer {
  padding: 1rem 0 3rem;
  color: rgba(236, 240, 244, 0.74);
  font-size: 0.95rem;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid rgba(242, 245, 248, 0.12);
  padding-top: 1.5rem;
}

.footer-row strong {
  display: block;
  margin-bottom: 0.45rem;
}

.footer-row p {
  margin-bottom: 0;
}

.home-page .footer {
  padding-top: 0;
  padding-bottom: 2rem;
}

.home-page .footer-row {
  display: none;
}

.flash-stack {
  display: grid;
  gap: 0.8rem;
  margin: 0.5rem 0 1.5rem;
}

.flash {
  border-radius: 14px;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.flash-success {
  background: rgba(42, 82, 58, 0.62);
  color: #eaf7ef;
}

.flash-error {
  background: rgba(122, 54, 44, 0.74);
  color: #fff0ec;
}

.auth-card {
  max-width: 780px;
  margin: 0 auto;
}

.auth-card-wide {
  max-width: 1040px;
}

.auth-page {
  gap: 1rem;
}

.auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
  gap: 2rem;
  align-items: center;
}

.auth-side {
  display: grid;
  gap: 1.1rem;
  align-content: start;
}

.auth-copy {
  max-width: 30rem;
}

.auth-note {
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-note strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff7ee;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.auth-note p {
  margin-bottom: 0;
}

.auth-form-pane {
  padding: 1rem 0 0;
}

.auth-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.25rem;
  color: #fff7ee;
}

.auth-brand-mark {
  width: 42px;
  height: 42px;
  color: #f4e1c8;
  flex: 0 0 auto;
}

.auth-brand strong {
  display: block;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.auth-brand small {
  display: block;
  margin-top: 0.15rem;
  color: rgba(244, 233, 219, 0.68);
  font-size: 0.58rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  align-items: center;
}

.auth-actions > * {
  flex: 1 1 220px;
}

button:disabled,
.button.disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}

.service-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.service-chip span {
  color: var(--accent-dark);
  white-space: nowrap;
}

.price-line {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: baseline;
}

.price-line s,
.service-chip s {
  color: rgba(223, 229, 236, 0.54);
}

.price-line b {
  color: var(--accent-dark);
  font-weight: 700;
}

.custom-offer {
  padding: 0.95rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(240, 207, 159, 0.24);
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.12), rgba(255, 255, 255, 0.03));
}

.custom-offer strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #fff8ee;
}

.custom-offer p,
.custom-offer-line {
  margin-bottom: 0;
  color: rgba(240, 207, 159, 0.86);
}

.service-chip-wide {
  align-items: flex-start;
}

.service-chip-wide p {
  margin-bottom: 0;
}

.service-editor {
  display: grid;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.055);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.service-catalog-panel {
  width: 100%;
}

.service-catalog-panel .service-list {
  gap: 1.25rem;
}

.service-catalog-panel .selector-heading {
  margin-top: 0.75rem;
}

.service-catalog-panel .selector-heading:first-child {
  margin-top: 0;
}

.service-editor-grid {
  grid-template-columns: minmax(240px, 1.3fr) minmax(180px, 0.8fr) minmax(120px, 0.45fr) minmax(150px, 0.55fr) minmax(170px, 0.65fr);
  align-items: start;
}

.service-editor textarea {
  min-height: 110px;
}

.service-editor .button,
.service-editor button {
  justify-self: end;
  min-width: 180px;
}

.service-form-page {
  max-width: 920px;
  margin-inline: auto;
}

.service-form-page form {
  margin-top: 1.5rem;
}

.service-form-page textarea {
  min-height: 190px;
}

.service-selector {
  margin: 0;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.service-selector legend {
  padding: 0 0.4rem;
}

.service-category {
  display: grid;
  gap: 1rem;
}

.selector-group {
  display: grid;
  gap: 0.85rem;
}

.selector-group + .selector-group {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.selector-heading {
  color: rgba(244, 233, 219, 0.88);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.checkbox-row {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.checkbox-row input {
  width: auto;
  margin-top: 0.3rem;
}

.checkbox-row small {
  display: block;
  color: var(--muted);
  margin-top: 0.25rem;
  line-height: 1.5;
}

.offering-row {
  padding: 0.95rem 1rem;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.offering-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(92px, 0.24fr);
  gap: 1rem;
  align-items: start;
  width: 100%;
}

.offering-copy {
  min-width: 0;
}

.offering-price {
  justify-self: end;
  min-width: 92px;
  padding: 0.65rem 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(240, 207, 159, 0.15);
  background:
    linear-gradient(180deg, rgba(240, 207, 159, 0.12), rgba(255, 255, 255, 0.025)),
    rgba(240, 207, 159, 0.035);
  color: var(--accent-dark);
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.offering-row-addon {
  transition: opacity 180ms ease, border-color 180ms ease, background 180ms ease;
}

.offering-row-disabled {
  opacity: 0.48;
  cursor: not-allowed;
  border-color: rgba(255, 255, 255, 0.035);
  background: rgba(255, 255, 255, 0.018);
}

.offering-row-disabled input,
.offering-row-disabled span {
  cursor: not-allowed;
}

.addon-lock-note {
  margin: -0.15rem 0 0.85rem;
  color: rgba(240, 207, 159, 0.82);
}

.offering-row-twilight {
  border-color: rgba(231, 197, 88, 0.24);
  background: linear-gradient(180deg, rgba(231, 197, 88, 0.11), rgba(255, 255, 255, 0.03));
}

.offering-row-twilight.offering-row-disabled {
  border-color: rgba(231, 197, 88, 0.12);
  background: linear-gradient(180deg, rgba(231, 197, 88, 0.045), rgba(255, 255, 255, 0.018));
}

.offering-row:has(input:checked),
.calendar-slot:has(input:checked) {
  border-color: rgba(240, 207, 159, 0.42);
  box-shadow: 0 0 0 1px rgba(240, 207, 159, 0.18) inset;
}

.calendar-selector {
  display: grid;
  gap: 1rem;
}

.calendar-note {
  margin: 0;
  font-size: 0.92rem;
}

.month-calendar {
  display: grid;
  gap: 0.9rem;
}

.month-calendar-head,
.month-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 0.75rem;
}

.month-calendar-head {
  color: rgba(244, 233, 219, 0.7);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.month-calendar-head div {
  padding: 0.25rem 0.4rem;
}

.month-day {
  display: grid;
  align-content: start;
  gap: 0.6rem;
  min-height: 146px;
  padding: 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  color: #fff8ee;
  text-align: left;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.month-day:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 207, 159, 0.24);
}

.month-day-static:hover {
  transform: none;
}

.month-day-outside {
  opacity: 0.32;
}

.month-day-past {
  opacity: 0.42;
  cursor: pointer;
}

.month-day-blocked {
  border-color: rgba(154, 165, 178, 0.18);
  background: linear-gradient(180deg, rgba(122, 132, 146, 0.12), rgba(255, 255, 255, 0.02));
}

.month-day-today {
  border-color: rgba(240, 207, 159, 0.42);
  box-shadow: 0 0 0 1px rgba(240, 207, 159, 0.18) inset;
}

.month-day-selected {
  border-color: rgba(240, 207, 159, 0.52);
  box-shadow: 0 0 0 1px rgba(240, 207, 159, 0.22) inset;
}

.month-day-number {
  font-size: 1.2rem;
  font-weight: 700;
}

.month-day-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  background: rgba(240, 207, 159, 0.16);
  color: var(--accent-dark);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.schedule-selection {
  display: grid;
  gap: 1rem;
  padding: 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.schedule-selection-head p {
  margin-bottom: 0;
}

.schedule-callout {
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid rgba(240, 207, 159, 0.22);
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.12), rgba(255, 255, 255, 0.03));
}

.schedule-callout p {
  margin: 0.35rem 0 0;
}

.schedule-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.schedule-option {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease;
}

.schedule-option:hover {
  transform: translateY(-1px);
}

.schedule-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.schedule-option-title {
  font-size: 1.08rem;
  font-weight: 700;
  color: #fff9f2;
}

.schedule-option-kicker {
  color: #ffe6a7;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.schedule-option-detail {
  color: var(--muted);
  line-height: 1.5;
}

.schedule-option-premium {
  border-color: rgba(231, 197, 88, 0.32);
  background:
    radial-gradient(circle at top right, rgba(231, 197, 88, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(231, 197, 88, 0.16), rgba(255, 255, 255, 0.03));
}

.schedule-option-disabled {
  opacity: 0.34;
  cursor: not-allowed;
}

.schedule-option:has(input:checked) {
  border-color: rgba(240, 207, 159, 0.48);
  box-shadow: 0 0 0 1px rgba(240, 207, 159, 0.18) inset;
}

.admin-day-meta {
  color: var(--muted);
  font-size: 0.82rem;
}

.month-calendar-admin {
  overflow-x: auto;
  padding-bottom: 0.2rem;
}

.month-calendar-admin .month-calendar-head,
.month-calendar-admin .month-calendar-grid {
  min-width: 1050px;
  gap: 0;
}

.month-calendar-admin .month-calendar-head {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.035);
}

.month-calendar-admin .month-calendar-head div {
  padding: 0.8rem 0.9rem;
}

.month-calendar-admin .month-calendar-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.month-calendar-admin .month-day {
  min-height: 178px;
  gap: 0.5rem;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.025);
}

.month-calendar-admin .month-day:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.month-calendar-admin .month-day-outside {
  opacity: 1;
  background: rgba(255, 255, 255, 0.012);
}

.month-calendar-admin .month-day-outside .month-day-number,
.month-calendar-admin .month-day-outside .admin-day-meta,
.month-calendar-admin .month-day-outside .admin-booking-chip {
  opacity: 0.42;
}

.month-calendar-admin .month-day-today {
  background: linear-gradient(180deg, rgba(240, 207, 159, 0.1), rgba(255, 255, 255, 0.025));
}

.admin-day-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.month-calendar-admin .month-day-number {
  font-size: 1rem;
}

.month-calendar-admin .month-day-badge {
  padding: 0.12rem 0.42rem;
  font-size: 0.62rem;
}

.month-calendar-admin .admin-day-meta {
  white-space: nowrap;
  font-size: 0.76rem;
}

.admin-day-bookings {
  display: grid;
  gap: 0.45rem;
}

.admin-booking-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.55rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.04);
}

.admin-booking-chip strong {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 248, 238, 0.92);
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-booking-chip small,
.admin-booking-chip span {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-booking-chip-filled {
  border-color: rgba(151, 196, 223, 0.22);
  background: linear-gradient(180deg, rgba(151, 196, 223, 0.14), rgba(255, 255, 255, 0.03));
}

.admin-booking-chip-twilight {
  border-color: rgba(231, 197, 88, 0.22);
  background: linear-gradient(180deg, rgba(231, 197, 88, 0.1), rgba(255, 255, 255, 0.03));
}

.order-card {
  padding: 1.2rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
}

.admin-order-form {
  display: grid;
  gap: 0.9rem;
}

.qr-card {
  max-width: 260px;
  margin: 1.2rem 0;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(255, 255, 255, 0.05);
}

code {
  font-family: "Courier New", monospace;
  background: rgba(255, 255, 255, 0.08);
  padding: 0.15rem 0.4rem;
  border-radius: 8px;
}

.home-hero {
  min-height: calc(100vh - 92px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4rem 0 2rem;
}

.home-copy {
  max-width: 760px;
  padding: 6rem 0 2rem;
}

.home-lead {
  font-size: 1.2rem;
  max-width: 640px;
}

.home-subcopy {
  max-width: 560px;
}

.home-trust-badge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
  max-width: 680px;
  margin: 1.4rem 0 0;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 250, 245, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(7, 10, 14, 0.48), rgba(7, 10, 14, 0.28));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.home-trust-badge strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #fffaf5;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.home-trust-badge p {
  max-width: none;
  margin-bottom: 0;
  color: rgba(255, 250, 245, 0.86);
  font-size: 0.9rem;
  line-height: 1.65;
}

.drone-icon {
  width: 3rem;
  height: 3rem;
  margin-top: 0.05rem;
  padding: 0.42rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 250, 245, 0.34);
  background: rgba(255, 250, 245, 0.08);
  color: #fffaf5;
  stroke-width: 3.2;
  flex: 0 0 auto;
}

.home-bottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 1rem;
  border-top: 1px solid rgba(255, 250, 245, 0.2);
}

.home-bottom-item {
  max-width: 420px;
}

.home-bottom-item span {
  display: block;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.example-feature {
  min-height: 460px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.gallery-example-card {
  display: grid;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(8, 12, 18, 0.42);
  transition: border-color 180ms ease, transform 180ms ease;
  min-height: 0;
  align-self: start;
}

.gallery-example-card:hover,
.gallery-example-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(240, 207, 159, 0.34);
}

.gallery-example-media {
  position: relative;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(240, 207, 159, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.018);
}

.gallery-example-media img,
.gallery-example-media video {
  width: 100%;
  height: auto;
  max-height: 58vh;
  display: block;
  object-fit: contain;
}

.gallery-example-media video {
  background: transparent;
}

.gallery-example-card .example-overlay {
  position: relative;
  padding: 1.2rem 1.4rem 1.35rem;
  background:
    linear-gradient(180deg, rgba(17, 13, 10, 0.66), rgba(17, 13, 10, 0.84)),
    rgba(8, 12, 18, 0.62);
  transition: background 180ms ease;
}

.example-one {
  background-image: linear-gradient(rgba(34, 29, 22, 0.18), rgba(34, 29, 22, 0.52)), url("/static/images/examples/douglas-county-foothills-exterior.svg");
}

.example-two {
  background-image: linear-gradient(rgba(27, 34, 40, 0.2), rgba(27, 34, 40, 0.5)), url("/static/images/examples/douglas-county-interior-living.svg");
}

.example-three {
  background-image: linear-gradient(rgba(40, 31, 22, 0.18), rgba(40, 31, 22, 0.52)), url("/static/images/examples/douglas-county-detail-kitchen.svg");
}

.example-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  color: #fffaf5;
  background: linear-gradient(180deg, transparent, rgba(27, 20, 14, 0.78));
}

.example-overlay strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
}

.example-overlay p {
  color: rgba(255, 250, 245, 0.86);
  margin-bottom: 0;
}

.empty-examples-panel {
  max-width: 760px;
}

@media (max-width: 920px) {
  .admin-layout,
  .admin-gallery-layout,
  .addon-panel,
  .hero,
  .split,
  .portal-shell,
  .form-grid,
  .section-grid,
  .gallery-grid,
  .admin-gallery-grid,
  .service-price-card,
  .offering-content,
  .addon-row,
  .photo-click-gallery,
  .examples-grid,
  .schedule-options {
    grid-template-columns: 1fr;
  }

  .price-card-price,
  .offering-price,
  .addon-price {
    justify-self: start;
  }

  .hero-visual {
    min-height: 380px;
  }

  .hero-copy {
    padding: 2rem;
  }

  .service-chip,
  .form-actions,
  .admin-gallery-head,
  .delivery-header,
  .video-delivery-card div,
  .footer-row,
  .home-bottom,
  .topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-hero {
    min-height: auto;
    padding-top: 2rem;
  }

  .home-copy {
    padding-top: 3rem;
  }

  .brand {
    gap: 0.75rem;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav {
    width: 100%;
  }

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

  .auth-form-pane {
    padding-top: 0;
  }

  .admin-panel-head {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-subnav {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .customer-summary,
  .customer-detail-grid {
    grid-template-columns: 1fr;
  }

  .customer-summary::after {
    justify-self: start;
  }

  .customer-summary-stats {
    justify-content: flex-start;
  }

  .customer-detail-footer,
  .customer-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .photo-frame {
    min-height: 240px;
  }

  .lightbox {
    grid-template-columns: 1fr;
  }

  .lightbox-nav {
    width: 100%;
  }

  .month-calendar-head,
  .month-calendar-grid {
    gap: 0.45rem;
  }

  .month-day {
    min-height: 120px;
    padding: 0.75rem;
  }
}
