/* Kayonna Ledger — Stage 1 public website */
:root {
  --cream: #F7F1E8;
  --warm-beige: #D8C3A5;
  --soft-sage: #A8B5A2;
  --deep-brown: #4B3A2F;
  --muted-gold: #C8A96A;
  --white: #FFFDF8;
  --brown-soft: #6F5747;
  --sage-dark: #7F8D75;
  --border: rgba(75, 58, 47, 0.15);
  --shadow: 0 22px 60px rgba(75, 58, 47, 0.13);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
  color: var(--deep-brown);
  background:
    radial-gradient(circle at top left, rgba(200, 169, 106, 0.16), transparent 32%),
    linear-gradient(180deg, var(--cream), #fffaf2 42%, var(--cream));
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.27;
  z-index: -1;
  background-image:
    linear-gradient(rgba(75, 58, 47, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(75, 58, 47, 0.03) 1px, transparent 1px);
  background-size: 44px 44px;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  background: var(--deep-brown);
  color: var(--cream);
  padding: 10px 14px;
  border-radius: 8px;
  z-index: 99;
}
.skip-link:focus { left: 12px; }

.site-header {
  min-height: 84px;
  padding: 16px clamp(18px, 4vw, 68px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(247, 241, 232, 0.88);
  border-bottom: 1px solid rgba(75, 58, 47, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: fit-content;
}

.brand img {
  width: 52px;
  height: 52px;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.brand em {
  display: block;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.28em;
  margin-top: 5px;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
  font-size: 14px;
}

.nav a,
.text-link {
  color: var(--deep-brown);
  opacity: 0.84;
  font-weight: 700;
}

.nav a:hover,
.text-link:hover { opacity: 1; }

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

.primary-btn,
.secondary-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 9px;
  padding: 12px 18px;
  border: 0;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.primary-btn {
  background: var(--sage-dark);
  color: var(--white);
  box-shadow: 0 12px 28px rgba(127, 141, 117, 0.24);
}

.secondary-btn {
  background: rgba(255, 253, 248, 0.6);
  color: var(--deep-brown);
  border: 1px solid rgba(75, 58, 47, 0.36);
}

.primary-btn.large,
.secondary-btn.large {
  padding: 15px 23px;
}

.primary-btn:hover,
.secondary-btn:hover { transform: translateY(-2px); }

.hero {
  min-height: calc(100vh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  padding: clamp(42px, 7vw, 98px) clamp(18px, 5vw, 80px);
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 900;
  color: #7D6A58;
}

h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  color: var(--deep-brown);
  line-height: 1.04;
}

h1 {
  margin: 0 0 24px;
  font-size: clamp(56px, 8vw, 110px);
  letter-spacing: -0.075em;
}

h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 64px);
  letter-spacing: -0.055em;
}

h3 {
  margin: 0 0 10px;
  font-size: 26px;
  letter-spacing: -0.035em;
}

.hero-text {
  max-width: 600px;
  margin: 0 0 32px;
  color: var(--brown-soft);
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #6F7D65;
  font-size: 14px;
  font-weight: 900;
}

.trust-row span::before {
  content: "✓";
  color: var(--muted-gold);
  margin-right: 7px;
}

.hero-visual {
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 20%, rgba(200, 169, 106, 0.26), transparent 30%),
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(216, 195, 165, 0.24));
  box-shadow: var(--shadow);
  padding: clamp(16px, 3vw, 34px);
  border: 1px solid rgba(255, 253, 248, 0.85);
}

.hero-visual img {
  width: 100%;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(75, 58, 47, 0.12);
}

.quick-info {
  margin: 0 clamp(18px, 5vw, 80px);
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: 0 16px 38px rgba(75, 58, 47, 0.08);
  transform: translateY(-34px);
}

.quick-info article {
  padding: 12px;
}

.quick-info span,
.mini-icon {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(168, 181, 162, 0.24);
  color: #64745C;
  font-weight: 900;
  margin-bottom: 12px;
}

.quick-info strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 23px;
  margin-bottom: 6px;
}

.quick-info p,
.section p,
.card p,
.about-copy p,
.portal-copy p,
.contact-copy p {
  color: var(--brown-soft);
}

.section {
  padding: clamp(64px, 8vw, 112px) clamp(18px, 5vw, 80px);
}

.split {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 44px;
  align-items: start;
}

.section-intro {
  position: sticky;
  top: 110px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.card,
.contact-form,
.cleanup-card,
.portal-preview-card {
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(75, 58, 47, 0.08);
}

.service-card {
  padding: 30px;
}

.pricing-section,
.process-section {
  background: linear-gradient(180deg, rgba(168, 181, 162, 0.17), rgba(247, 241, 232, 0));
}

.section-heading {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}

.pricing-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(168, 181, 162, 0.34), rgba(255, 253, 248, 0.84));
  border-color: rgba(127, 141, 117, 0.38);
  transform: translateY(-12px);
}

.price-top span {
  display: block;
  color: #7D6A58;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.price-top strong {
  display: block;
  margin: 8px 0 18px;
  font-family: Georgia, serif;
  font-size: 43px;
  font-weight: 500;
}

.price-card ul {
  margin: auto 0 0;
  padding-left: 18px;
  color: var(--brown-soft);
}

.cleanup-card {
  max-width: 1120px;
  margin: 20px auto 0;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cleanup-card h3 {
  font-size: 34px;
}

.process-grid {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process-grid article {
  padding: 34px;
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid var(--border);
  border-radius: 24px;
  box-shadow: 0 18px 42px rgba(75, 58, 47, 0.08);
}

.process-grid span {
  display: inline-grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: var(--muted-gold);
  color: var(--white);
  font-weight: 900;
  margin-bottom: 20px;
}

.portal-coming {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.portal-copy {
  max-width: 640px;
}

.portal-preview-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  min-height: 420px;
  overflow: hidden;
  padding: 0;
}

.portal-sidebar {
  background: linear-gradient(180deg, #4B3A2F, #2E211A);
  padding: 34px 22px;
}

.portal-sidebar i {
  display: block;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.24);
  margin: 22px 0;
}

.portal-main {
  padding: 34px;
}

.portal-row {
  height: 68px;
  border-radius: 20px;
  background: rgba(168, 181, 162, 0.25);
  margin-bottom: 20px;
}

.portal-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 24px;
}

.portal-stats span {
  min-height: 110px;
  border-radius: 20px;
  background: rgba(216, 195, 165, 0.35);
}

.portal-lines i {
  display: block;
  height: 17px;
  border-radius: 999px;
  background: rgba(75, 58, 47, 0.11);
  margin: 18px 0;
}

.portal-lines i:nth-child(2) { width: 84%; }
.portal-lines i:nth-child(3) { width: 68%; }
.portal-lines i:nth-child(4) { width: 92%; }

.about-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: center;
}

.about-visual {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(75, 58, 47, 0.12);
  box-shadow: var(--shadow);
}

.about-copy {
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: clamp(28px, 5vw, 56px);
  box-shadow: 0 18px 42px rgba(75, 58, 47, 0.08);
}

.contact-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.contact-cards a {
  display: block;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.75);
  border: 1px solid var(--border);
}

.contact-cards span {
  display: block;
  color: #7D6A58;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.contact-cards strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 500;
}

.contact-form {
  padding: 30px;
  display: grid;
  gap: 16px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--deep-brown);
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid rgba(75, 58, 47, 0.18);
  border-radius: 14px;
  background: rgba(255, 253, 248, 0.88);
  padding: 13px 14px;
  color: var(--deep-brown);
  outline: 0;
}

input:focus,
textarea:focus {
  border-color: var(--soft-sage);
  box-shadow: 0 0 0 4px rgba(168, 181, 162, 0.2);
}

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

.form-note {
  margin: 0;
  color: #7D6A58;
  font-size: 13px;
}

.final-cta {
  text-align: center;
  background: linear-gradient(90deg, rgba(75, 58, 47, 0.9), rgba(127, 141, 117, 0.8));
  color: var(--cream);
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--cream);
}

.footer {
  background: var(--deep-brown);
  color: var(--cream);
  padding: 42px clamp(18px, 5vw, 80px);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer .brand strong,
.footer .brand em {
  color: var(--cream);
}

.footer .brand img {
  background: var(--cream);
  border-radius: 50%;
}

.footer p {
  color: rgba(247, 241, 232, 0.82);
}

.footer-links {
  display: grid;
  gap: 8px;
  min-width: 230px;
}

.footer-links a {
  color: rgba(247, 241, 232, 0.88);
}

@media (max-width: 1100px) {
  .hero,
  .split,
  .portal-coming,
  .about-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .section-intro {
    position: static;
  }

  .quick-info,
  .pricing-grid,
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .site-header {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
  }

  .header-actions {
    margin-left: auto;
  }

  .text-link {
    display: none;
  }

  .hero {
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(48px, 16vw, 76px);
  }

  .hero-actions,
  .cleanup-card {
    flex-direction: column;
    align-items: stretch;
  }

  .quick-info,
  .service-grid,
  .pricing-grid,
  .process-grid,
  .portal-preview-card,
  .portal-stats {
    grid-template-columns: 1fr;
  }

  .portal-sidebar {
    display: none;
  }

  .footer {
    flex-direction: column;
  }

  .price-card.featured {
    transform: none;
  }
}
