:root {
  color-scheme: dark;
  --bg: #0b0f14;
  --ink: #f6f7f2;
  --muted: #b7c0bc;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(19, 25, 31, 0.92);
  --panel-strong: #141b21;
  --gold: #f2c14e;
  --sea: #35c3b4;
  --red: #ff5f57;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  background:
    linear-gradient(180deg, rgba(11, 15, 20, 0.18), #0b0f14 76%),
    url("https://images.unsplash.com/photo-1514933651103-005eec06c04b?auto=format&fit=crop&w=2400&q=82") center top / cover fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(3, 6, 9, 0.42);
}

a {
  color: inherit;
}

.home-shell,
.owner-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.home-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 46px 0 64px;
}

.home-hero > div {
  width: min(800px, 100%);
}

.hero-logo {
  display: block;
  width: clamp(210px, 28vw, 340px);
  height: auto;
  margin: 0 auto 18px;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.62));
}

.brand-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(58px, 9vw, 128px);
  font-weight: 950;
  line-height: 0.86;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 12px 42px rgba(0, 0, 0, 0.65);
}

.owner-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: 42px 0;
}

.brand-link {
  display: inline-flex;
  margin-bottom: 44px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #f7d86d;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

.lead {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.48;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 700px;
}

.proof-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 13px;
  background: rgba(10, 16, 19, 0.68);
  color: #eaf1ee;
  font-size: 14px;
  font-weight: 800;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

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

.button {
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--gold);
  color: #151108;
}

.button.ghost {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.button.full {
  width: 100%;
}

.button:disabled {
  cursor: wait;
  opacity: 0.66;
}

.signup-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(20px, 3vw, 28px);
  background: var(--panel);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.panel-heading {
  margin-bottom: 20px;
}

label {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
  color: #dde5e1;
  font-size: 13px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 13px 12px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  letter-spacing: 0;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--sea);
  box-shadow: 0 0 0 3px rgba(53, 195, 180, 0.18);
}

select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, var(--muted) 50%) calc(100% - 18px) 52% / 7px 7px no-repeat,
    linear-gradient(135deg, var(--muted) 50%, transparent 50%) calc(100% - 13px) 52% / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.08);
}

textarea {
  resize: vertical;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.check-row {
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  margin: 18px 0;
  font-size: 14px;
  line-height: 1.35;
}

.check-row input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

.choice-group {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 4px 0 16px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.choice-group legend {
  padding: 0 6px;
  color: #dde5e1;
  font-size: 13px;
  font-weight: 850;
}

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

.choice-grid label {
  grid-template-columns: 18px 1fr;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
}

.choice-grid input {
  width: 18px;
  height: 18px;
  padding: 0;
  accent-color: var(--gold);
}

.payment-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 20px 0 16px;
  padding: 18px;
  background: rgba(4, 8, 12, 0.42);
}

.compact-heading {
  margin-bottom: 14px;
}

.compact-heading h2 {
  font-size: 22px;
}

.pricing-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
}

.pricing-card {
  grid-template-columns: 18px 1fr;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin: 0;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.pricing-card:has(input:checked) {
  border-color: var(--gold);
  background: rgba(242, 193, 78, 0.14);
}

.pricing-card input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  accent-color: var(--gold);
}

.pricing-card strong,
.pricing-card small {
  display: block;
}

.pricing-card strong {
  color: var(--ink);
  font-size: 15px;
}

.pricing-card small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.price-note {
  border-left: 3px solid var(--gold);
  margin: 0 0 14px;
  padding: 2px 0 2px 12px;
}

.price-note p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.form-status {
  min-height: 22px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.4;
}

.form-status[data-tone="success"] {
  color: #75f0c5;
}

.form-status[data-tone="error"] {
  color: #ff928c;
}

.content-page,
.admin-page {
  width: min(980px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 64px;
}

.text-panel {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.text-panel h1 {
  font-size: clamp(42px, 6vw, 72px);
}

.text-panel h2 {
  margin-top: 34px;
}

.text-panel p {
  max-width: 780px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 36px;
}

.hidden {
  display: none !important;
}

.brand-link.compact {
  margin-bottom: 18px;
}

.admin-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.admin-header h1 {
  margin-bottom: 0;
  font-size: clamp(40px, 6vw, 70px);
}

.admin-login {
  max-width: 520px;
}

.admin-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.requests-panel {
  display: grid;
  gap: 18px;
}

.panel-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.request-list {
  display: grid;
  gap: 14px;
}

.request-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--panel);
}

.request-card-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.request-card-header h2 {
  margin-bottom: 8px;
}

.request-card-header p,
.request-date,
.request-notes {
  color: var(--muted);
}

.request-date {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 800;
}

.request-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.request-details div {
  min-width: 0;
}

.request-details dt {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.request-details dd {
  margin: 4px 0 0;
  color: var(--ink);
  overflow-wrap: anywhere;
}

.request-notes {
  border-top: 1px solid var(--line);
  margin: 0;
  padding-top: 14px;
  line-height: 1.55;
}

.request-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.owner-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 0 0 48px;
}

.owner-feature {
  border-top: 1px solid var(--line);
  padding: 24px 0 0;
  background: transparent;
}

.owner-feature h2 {
  font-size: 24px;
}

.owner-feature ul {
  margin: 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 860px) {
  body {
    background-attachment: scroll;
  }

  .owner-hero,
  .owner-band {
    grid-template-columns: 1fr;
  }

  .owner-hero {
    align-items: start;
    padding: 28px 0;
  }

  .brand-link {
    margin-bottom: 48px;
  }

  .lead {
    font-size: 18px;
  }

  .request-card-header,
  .admin-header,
  .panel-toolbar {
    display: grid;
  }

  .request-date {
    flex: auto;
  }

  .request-details {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .home-shell,
  .owner-page {
    width: min(100% - 22px, 1180px);
  }

  h1 {
    font-size: 34px;
  }

  .brand-title {
    font-size: 56px;
  }

  .hero-logo {
    width: 200px;
  }

  .field-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

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

  .signup-panel {
    padding: 18px;
  }
}
