/* Wright Way Cleaning — Aurora linen card
   Cool linen, eucalyptus sage, ink, a little sun.
   Urbanist + Libre Baskerville. Not tidynest moss/honey, not a contractor shop. */

:root {
  --linen: #eef2e6;
  --linen-2: #e2e8d8;
  --sheet: #f8faf4;
  --card: #fffef9;
  --sage: #3a6b58;
  --sage-deep: #24483c;
  --sage-soft: #7eab96;
  --sun: #f6d06a;
  --sun-deep: #d4a83a;
  --ink: #16221c;
  --ink-2: #243830;
  --mute: #54665c;
  --rule: #cdd6c4;
  --wrap: min(1080px, calc(100% - 1.3rem));
  --display: "Libre Baskerville", "Palatino Linotype", Palatino, serif;
  --sans: "Urbanist", "Segoe UI", "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background-color: var(--linen);
  background-image:
    radial-gradient(circle at 92% 8%, rgba(246, 208, 106, 0.28), transparent 28%),
    linear-gradient(180deg, #f4f7ee 0%, #e8eedc 100%);
  line-height: 1.62;
  font-size: 1.04rem;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 4.7rem;
}
@media (min-width: 760px) {
  body { padding-bottom: 0; }
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
h1, h2, h3 {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.18;
  margin: 0 0 0.42em;
  text-wrap: balance;
  color: var(--ink);
}
h1 { font-size: clamp(2rem, 6.4vw, 3.35rem); }
h2 { font-size: clamp(1.35rem, 3.2vw, 1.95rem); }
h3 { font-size: 1.14rem; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.skip {
  position: absolute; left: -999px; top: 0;
  background: var(--ink); color: var(--linen);
  padding: 0.5rem 0.85rem; z-index: 100;
  font-weight: 700;
}
.skip:focus { left: 0.5rem; top: 0.5rem; }
.wrap { width: var(--wrap); margin-inline: auto; }

.eyebrow, .kicker {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: var(--sage);
  margin: 0 0 0.5rem;
}
.lede { font-size: 1.12rem; color: var(--ink-2); max-width: 40rem; }
.cue {
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(1.15rem, 2.6vw, 1.45rem);
  color: var(--sage-deep);
  margin: 0 0 0.85rem;
}

.mast {
  position: sticky; top: 0; z-index: 40;
  background: rgba(248, 250, 244, 0.94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--rule);
}
.mast-inner {
  display: flex; align-items: center; gap: 0.8rem;
  min-height: 4.15rem;
  position: relative;
}
.brand {
  display: flex; align-items: center; gap: 0.7rem;
  text-decoration: none; min-width: 0;
}
.brand img { width: 44px; height: 44px; flex: none; }
.brand-word {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.2;
  display: flex; flex-direction: column;
}
.brand-word span {
  font-family: var(--sans);
  font-weight: 650;
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--mute);
}

.menu-toggle {
  display: none;
  margin-left: auto;
  width: 44px; height: 44px;
  border: 1.5px solid var(--sage);
  background: var(--card);
  border-radius: 10px;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block; width: 18px; height: 2px;
  background: var(--ink); margin: 0 auto; position: relative;
}
.menu-toggle span::before,
.menu-toggle span::after {
  content: ""; position: absolute; left: 0;
}
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.nav {
  display: flex; align-items: center; gap: 0.15rem 1.05rem;
  margin-left: auto;
}
.nav a {
  text-decoration: none;
  font-weight: 650;
  font-size: 0.95rem;
  padding: 0.35rem 0;
  border-bottom: 2px solid transparent;
}
.nav a:hover,
.nav a[aria-current="page"] { border-bottom-color: var(--sun); color: var(--sage-deep); }
.head-cta { margin-left: 0.4rem; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  border: 1.5px solid transparent;
  letter-spacing: 0.01em;
}
.btn-sage { background: var(--sage); color: #f7fbf6; }
.btn-sage:hover { background: var(--sage-deep); }
.btn-sun { background: var(--sun); color: var(--ink); }
.btn-sun:hover { background: var(--sun-deep); }
.btn-ghost {
  background: transparent;
  border-color: var(--sage);
  color: var(--sage-deep);
}
.btn-ghost:hover { background: var(--linen-2); }
.hero-actions, .book-row {
  display: flex; flex-wrap: wrap; gap: 0.55rem;
  margin: 1.1rem 0 0;
}

.hero { padding: 1.6rem 0 0.4rem; }
.linen-card {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(22, 34, 28, 0.08);
  padding: 1.35rem 1.2rem 1.45rem;
  position: relative;
  overflow: hidden;
}
.linen-card::before {
  content: "";
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 8px; background: var(--sage);
}
.linen-card::after {
  content: "";
  position: absolute; right: -22px; top: -22px;
  width: 92px; height: 92px; border-radius: 50%;
  background: radial-gradient(circle, var(--sun) 0 42%, transparent 43%);
  opacity: 0.85; pointer-events: none;
}
.hero-split {
  display: grid; gap: 1.2rem;
  margin-top: 1.25rem;
}
.hero-split figure {
  margin: 0;
  background: var(--sheet);
  border-radius: 18px;
  border: 1px solid var(--rule);
  overflow: hidden;
}
.meta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem 1rem;
  margin-top: 1.1rem;
  font-size: 0.95rem;
}
.meta-row strong { display: block; font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mute); }
.meta-row a { color: var(--sage-deep); font-weight: 700; text-decoration: none; }
.meta-row a:hover { text-decoration: underline; }

.band { padding: 2.1rem 0; }
.band-sage {
  background: var(--sage-deep);
  color: #e8f2ec;
  margin-top: 1.8rem;
  padding: 2.2rem 0;
}
.band-sage h2, .band-sage h3 { color: #f7fbf6; }
.band-sage .kicker { color: var(--sun); }
.band-sage a { color: var(--sun); }

.offer-grid, .card-grid {
  display: grid; gap: 0.85rem;
  margin-top: 1.1rem;
}
.offer {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 1.05rem 1.05rem 1.15rem;
  box-shadow: 0 10px 24px rgba(22, 34, 28, 0.05);
}
.offer h3 { margin-bottom: 0.35rem; }
.offer p { color: var(--mute); }

.page-hero { padding: 1.7rem 0 0.4rem; }
.page-hero .linen-card { padding: 1.3rem 1.2rem 1.35rem; }

.contact-grid {
  display: grid; gap: 1.3rem;
  padding: 0.4rem 0 2rem;
}
.contact-list { list-style: none; padding: 0; margin: 0 0 1rem; }
.contact-list li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--rule);
}
.contact-list span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 750;
  color: var(--mute);
  margin-bottom: 0.15rem;
}
.contact-list a { color: var(--sage-deep); font-weight: 700; text-decoration: none; }
.contact-list a:hover { text-decoration: underline; }

form {
  background: var(--card);
  border: 1px solid var(--rule);
  border-radius: 16px;
  padding: 1rem 1.05rem 1.2rem;
}
form label {
  display: block;
  font-weight: 750;
  font-size: 0.88rem;
  margin: 0.7rem 0 0.3rem;
}
input, textarea, select {
  font: inherit;
  padding: 0.7rem 0.75rem;
  border: 1.5px solid var(--rule);
  background: var(--sheet);
  color: var(--ink);
  width: 100%;
  min-height: 44px;
  border-radius: 10px;
}
textarea { min-height: 8rem; resize: vertical; }
.note { font-size: 0.88rem; color: var(--mute); margin-top: 0.65rem; }

.site-footer {
  background: var(--ink);
  color: #c5d2ca;
  padding: 1.7rem 0 2.15rem;
  font-size: 0.9rem;
}
.site-footer a { color: var(--sun); text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 0.7rem 1.3rem;
  justify-content: space-between; align-items: flex-start;
}
.footer-brand {
  font-family: var(--display);
  color: var(--linen);
  font-size: 1.12rem;
  font-weight: 700;
}

.dock {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 50;
  display: grid; grid-template-columns: 1fr 1fr;
  background: var(--ink);
  border-top: 3px solid var(--sun);
}
.dock a {
  text-decoration: none;
  color: var(--linen);
  font-weight: 750;
  letter-spacing: 0.02em;
  font-size: 0.88rem;
  min-height: 52px;
  display: flex; align-items: center; justify-content: center;
}
.dock a:first-child { background: var(--sage); color: #f7fbf6; }
@media (min-width: 760px) {
  .dock { display: none; }
  .hero-split { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
  .offer-grid { grid-template-columns: 1fr 1fr; }
  .card-grid { grid-template-columns: 1fr 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr 1fr; align-items: start; }
  .linen-card { padding: 1.7rem 1.7rem 1.8rem; }
}

@media (max-width: 759px) {
  .menu-toggle { display: block; }
  .head-cta { display: none; }
  .nav {
    display: none;
    position: absolute; left: 0; right: 0; top: 100%;
    background: var(--sheet);
    flex-direction: column; align-items: stretch;
    padding: 0.7rem 1rem 1rem;
    gap: 0;
    border-bottom: 3px solid var(--sage);
    box-shadow: 0 10px 22px rgba(22, 34, 28, 0.12);
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 0.8rem 0.15rem; border-bottom: 1px solid var(--rule); }
  .nav .btn { margin-top: 0.7rem; }
}
