:root {
  --ink: #292522;
  --muted: #706a64;
  --paper: #f6f1ea;
  --ivory: #fffdf9;
  --greige: #d8d0c5;
  --taupe: #9b8f84;
  --burgundy: #7b2639;
  --burgundy-dark: #5b1928;
  --blush: #e8c8c1;
  --soft-mauve: #c9b5b9;
  --line: rgba(41, 37, 34, 0.13);
  --shadow: 0 22px 60px rgba(41, 37, 34, 0.12);
  --cute-accent: var(--blush);
  --cute-accent-2: var(--soft-mauve);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  padding: 1rem clamp(1rem, 3vw, 2.5rem);
  transition:
    background 180ms ease,
    box-shadow 180ms ease,
    padding 180ms ease;
}

.site-header.is-scrolled {
  background: rgba(251, 247, 239, 0.9);
  box-shadow: 0 8px 30px rgba(32, 49, 47, 0.08);
  backdrop-filter: blur(18px);
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.nav {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 0.98rem;
}

.brand small {
  color: var(--muted);
  margin-top: -0.1rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.35rem);
  font-size: 0.95rem;
}

.nav-menu a {
  color: rgba(32, 49, 47, 0.78);
}

.nav-menu a:hover {
  color: var(--burgundy);
}

.nav-cta {
  border: 1px solid rgba(123, 38, 57, 0.24);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.76);
  color: var(--burgundy) !important;
  font-weight: 800;
}

.nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 253, 248, 0.85);
  padding: 0.72rem;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  background: var(--ink);
  margin: 4px 0;
}

.hero {
  min-height: 92vh;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(320px, 0.9fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
  overflow: hidden;
  padding: 7rem clamp(1.25rem, 5vw, 4rem) 4rem;
  background:
    radial-gradient(circle at 14% 24%, rgba(123, 38, 57, 0.09), transparent 28%),
    linear-gradient(115deg, #f6f1ea 0%, #f6f1ea 45%, #e8e1d8 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(0deg, var(--paper), rgba(251, 247, 239, 0));
  pointer-events: none;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 16% 6% auto auto;
  width: min(42vw, 34rem);
  height: min(42vw, 34rem);
  border: 1px solid rgba(123, 38, 57, 0.13);
  border-radius: 50%;
  pointer-events: none;
}

.hero-art {
  position: relative;
  z-index: 1;
  min-height: clamp(22rem, 48vw, 38rem);
  align-self: stretch;
}

.window-frame {
  position: absolute;
  inset: 8% 4% auto auto;
  width: min(86%, 35rem);
  aspect-ratio: 1.12;
  border: 1px solid rgba(32, 49, 47, 0.15);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, transparent 49.5%, rgba(32, 49, 47, 0.12) 50%, transparent 50.5%),
    linear-gradient(0deg, transparent 49.5%, rgba(32, 49, 47, 0.12) 50%, transparent 50.5%),
    rgba(255, 253, 249, 0.62);
  box-shadow: 0 30px 70px rgba(32, 49, 47, 0.11);
}

.window-frame span {
  position: absolute;
  border-radius: 50%;
  background: rgba(155, 143, 132, 0.18);
}

.window-frame span:nth-child(1) {
  width: 4.5rem;
  height: 4.5rem;
  left: 12%;
  top: 12%;
}

.window-frame span:nth-child(2) {
  width: 2.8rem;
  height: 2.8rem;
  right: 18%;
  top: 20%;
  background: rgba(123, 38, 57, 0.13);
}

.window-frame span:nth-child(3) {
  width: 7rem;
  height: 7rem;
  right: 22%;
  bottom: 10%;
  background: rgba(201, 181, 185, 0.2);
}

.chair-shape {
  position: absolute;
  right: 15%;
  bottom: 14%;
  width: min(48%, 18rem);
  aspect-ratio: 1.02;
  border-radius: 46% 46% 8px 8px;
  background:
    linear-gradient(130deg, rgba(255, 253, 248, 0.18), transparent 34%),
    var(--greige);
  box-shadow:
    inset -26px -22px 0 rgba(123, 38, 57, 0.09),
    0 24px 55px rgba(41, 37, 34, 0.13);
}

.chair-shape::before,
.chair-shape::after {
  content: "";
  position: absolute;
  bottom: -2.2rem;
  width: 0.45rem;
  height: 3rem;
  background: var(--ink);
  border-radius: 999px;
}

.chair-shape::before {
  left: 24%;
}

.chair-shape::after {
  right: 24%;
}

.table-shape {
  position: absolute;
  left: 6%;
  bottom: 15%;
  width: min(34%, 12rem);
  height: 0.75rem;
  border-radius: 999px;
  background: var(--burgundy);
  box-shadow:
    0 3rem 0 -0.18rem var(--ink),
    4.8rem 3rem 0 -0.18rem var(--ink);
}

.table-shape::before {
  content: "";
  position: absolute;
  left: 32%;
  bottom: 0.72rem;
  width: 2.6rem;
  height: 3.6rem;
  border-radius: 0 0 999px 999px;
  border: 0.45rem solid var(--taupe);
  border-top: 0;
}

.plant-shape {
  position: absolute;
  left: 8%;
  bottom: 26%;
  width: 8rem;
  height: 10rem;
}

.plant-shape::after {
  content: "";
  position: absolute;
  left: 2.9rem;
  bottom: 0;
  width: 2.2rem;
  height: 2.7rem;
  background: var(--burgundy);
  border-radius: 0 0 8px 8px;
}

.plant-shape span {
  position: absolute;
  bottom: 2.35rem;
  left: 3.65rem;
  width: 0.24rem;
  height: 6rem;
  background: var(--taupe);
  transform-origin: bottom center;
}

.plant-shape span::before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: -1.2rem;
  width: 2.2rem;
  height: 1.15rem;
  border-radius: 999px 999px 999px 0;
  background: var(--greige);
  transform: rotate(-25deg);
}

.plant-shape span:nth-child(1) {
  transform: rotate(-28deg);
}

.plant-shape span:nth-child(2) {
  transform: rotate(8deg);
  height: 7rem;
}

.plant-shape span:nth-child(3) {
  transform: rotate(36deg);
  height: 5.8rem;
}

.thought-trail {
  position: absolute;
  right: 10%;
  top: 18%;
  width: 14rem;
  height: 10rem;
}

.thought-trail span {
  position: absolute;
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: var(--ink);
  opacity: 0.62;
}

.thought-trail span:nth-child(1) {
  left: 12%;
  top: 66%;
}

.thought-trail span:nth-child(2) {
  left: 46%;
  top: 36%;
  background: var(--burgundy);
}

.thought-trail span:nth-child(3) {
  right: 8%;
  top: 8%;
  background: var(--taupe);
}

.thought-trail::before,
.thought-trail::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(31deg, transparent 0 25%, rgba(32, 49, 47, 0.24) 25.4% 26%, transparent 26.4%),
    linear-gradient(145deg, transparent 0 42%, rgba(32, 49, 47, 0.22) 42.4% 43%, transparent 43.4%);
  clip-path: polygon(8% 70%, 48% 38%, 94% 12%, 99% 18%, 52% 45%, 14% 76%);
}

.thought-trail::after {
  inset: auto 8% 8% auto;
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(123, 38, 57, 0.22);
  border-radius: 48% 52% 46% 54%;
  background: transparent;
  transform: rotate(18deg);
  clip-path: none;
}

.hero-content {
  width: min(640px, 100%);
  position: relative;
  z-index: 1;
}

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

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

h1 {
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  line-height: 0.94;
  letter-spacing: 0;
  margin-bottom: 1.35rem;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.08rem;
  line-height: 1.25;
  margin-bottom: 0.55rem;
}

.hero-copy {
  max-width: 58ch;
  color: rgba(32, 49, 47, 0.78);
  font-size: clamp(1rem, 2vw, 1.18rem);
  margin-bottom: 1.6rem;
}

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

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--burgundy);
  color: var(--ivory);
  box-shadow: 0 14px 30px rgba(123, 38, 57, 0.2);
}

.button.primary:hover {
  background: var(--burgundy-dark);
}

.button.secondary {
  background: rgba(255, 253, 248, 0.78);
  border-color: rgba(123, 38, 57, 0.22);
  color: var(--burgundy);
}

.trust-band {
  width: min(1160px, calc(100% - 2rem));
  margin: -2rem auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.trust-band div {
  padding: 1.15rem 1.35rem;
  border-right: 1px solid var(--line);
}

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

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

.trust-band span {
  color: var(--muted);
  font-size: 0.93rem;
}

.section,
.contact {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7.5rem) 0;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 680px;
  margin-bottom: 0;
}

.intro-grid,
.about,
.details,
.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
}

.intro-grid h2 {
  margin-bottom: 0;
}

.intro-grid p,
.about-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

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

.service-card,
.credentials,
.steps li,
.detail-list,
.faq-list details,
.contact-form {
  background: var(--ivory);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-card {
  padding: 1.35rem;
  min-height: 15rem;
}

.service-card p,
.steps p,
.faq p,
.detail-list span {
  color: var(--muted);
}

.icon-dot {
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 50%;
  display: inline-block;
  background:
    linear-gradient(135deg, var(--greige), var(--taupe));
  margin-bottom: 1.3rem;
}

.icon-dot.coral {
  background: linear-gradient(135deg, var(--cute-accent), var(--burgundy));
}

.icon-dot.blue {
  background: linear-gradient(135deg, var(--cute-accent-2), var(--taupe));
}

.quote-section {
  margin: 0;
  padding: clamp(4rem, 8vw, 6.5rem) 1rem;
  background: var(--ink);
  color: var(--paper);
  position: relative;
  overflow: hidden;
}

.quote-section::before {
  content: "";
  position: absolute;
  inset: 12% 8% auto auto;
  width: 8rem;
  height: 8rem;
  border: 1px solid rgba(251, 247, 239, 0.2);
  transform: rotate(18deg);
}

.quote-section blockquote {
  width: min(840px, 100%);
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 4vw, 3.1rem);
  line-height: 1.12;
  text-align: center;
}

.credentials {
  padding: 1.35rem;
}

.credentials ul {
  padding-left: 1.2rem;
  margin: 0;
  color: var(--muted);
}

.steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.steps li {
  padding: 1.35rem;
}

.steps span {
  color: var(--burgundy);
  font-weight: 900;
  display: block;
  margin-bottom: 2.4rem;
}

.details {
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.detail-list {
  overflow: hidden;
}

.detail-list div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem 1.2rem;
  border-bottom: 1px solid var(--line);
}

.detail-list div:last-child {
  border-bottom: 0;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
}

.faq-list details {
  padding: 1rem 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 800;
}

.faq-list p {
  margin: 0.75rem 0 0;
}

.contact {
  align-items: stretch;
}

.contact-links {
  display: grid;
  gap: 0.45rem;
  margin-top: 1.2rem;
}

.contact-links a {
  color: var(--burgundy);
  font-weight: 800;
}

.contact-links span {
  color: var(--muted);
}

.contact-form {
  padding: clamp(1.25rem, 3vw, 2rem);
  display: grid;
  gap: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 0.85rem 0.95rem;
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(127, 168, 183, 0.28);
  border-color: var(--burgundy);
}

.contact-form textarea {
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer p {
  margin: 0;
}

.footer a {
  font-weight: 800;
  color: var(--ink);
}

@media (max-width: 840px) {
  .site-header {
    padding: 0.8rem 1rem;
  }

  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 0.6rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 0.8rem;
  }

  .nav-menu.is-open {
    display: flex;
  }

  .nav-menu a {
    padding: 0.75rem 0.85rem;
  }

  .nav-cta {
    text-align: center;
  }

  .hero {
    min-height: 88vh;
    padding-top: 6.5rem;
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 20rem;
    order: 2;
  }

  h1 {
    max-width: 10ch;
  }

  .trust-band,
  .service-grid,
  .steps,
  .intro-grid,
  .about,
  .details,
  .contact {
    grid-template-columns: 1fr;
  }

  .trust-band div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-band div:last-child {
    border-bottom: 0;
  }

  .section-heading {
    display: block;
  }

  .detail-list div,
  .footer {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .brand small {
    display: none;
  }

  .hero-actions .button {
    width: 100%;
  }

  .section,
  .contact,
  .trust-band,
  .footer {
    width: min(100% - 1rem, 1160px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
