/* Greensboro Encapsulation — earthy / foundation trustworthy */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@400;600;700&family=Libre+Baskerville:wght@400;700&display=swap");

:root {
  --bg: #f4efe6;
  --surface: #fffdf9;
  --surface-2: #ebe3d6;
  --clay: #a85a3a;
  --clay-hover: #8f4a2f;
  --forest: #2d4a3e;
  --forest-deep: #1e332b;
  --stone: #6b6560;
  --text: #2a241f;
  --muted: #5f574f;
  --accent: var(--clay);
  --accent-hover: var(--clay-hover);
  --accent-2: var(--forest);
  --accent-soft: rgba(168, 90, 58, 0.12);
  --border: #d4c8b6;
  --warn: #8a5a10;
  --radius: 4px;
  --radius-lg: 8px;
  --max: 1080px;
  --font: "Source Sans 3", system-ui, -apple-system, sans-serif;
  --display: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --shadow: 0 14px 36px rgba(42, 36, 31, 0.1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
/* picture must be a real box so height:100%/object-fit fill parents work */
picture {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-asymm__media picture,
.hero-editorial__photo picture,
.hero-bleed__bg picture,
.photo-band__bg picture,
.hero-comfort__visual picture,
.hero-media picture,
.media-card picture,
.zig__media picture {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
}
a { color: var(--clay); }
a:hover { color: var(--clay-hover); }
.wrap { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

.site-header {
  background: var(--forest);
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--clay);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
}
.logo {
  font-family: var(--display);
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  text-decoration: none;
}
.logo span { color: #e8c4a8; font-weight: 400; }
.nav-toggle {
  display: none;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  padding: 0.45rem 0.75rem;
  border-radius: var(--radius);
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
}
.nav { display: flex; flex-wrap: wrap; gap: 0.2rem 1rem; align-items: center; }
.nav a {
  color: #c5d0ca;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
}
.nav a:hover, .nav a[aria-current="page"] { color: #fff; }
.nav .btn-call {
  background: var(--clay);
  color: #fff !important;
  padding: 0.48rem 0.9rem;
  border-radius: var(--radius);
  text-decoration: none !important;
}
.nav .btn-call:hover { background: var(--clay-hover); }

/* Editorial hero: stacked headline then asymmetric photo/copy */
.hero-editorial {
  padding: 2.75rem 0 0;
  background:
    linear-gradient(180deg, #e8e0d2 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
}
.hero-editorial__intro {
  max-width: 46rem;
  margin-bottom: 2rem;
}
.tag {
  display: inline-block;
  background: var(--forest);
  color: #f0ebe3;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.32rem 0.65rem;
  border-radius: 2px;
  margin-bottom: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.hero-editorial h1,
.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  line-height: 1.22;
  margin: 0 0 1rem;
  color: var(--text);
  font-weight: 700;
}
.hero-editorial .lead, .hero .lead {
  color: var(--muted);
  font-size: 1.08rem;
  margin: 0;
  max-width: 40rem;
}
.hero-editorial__split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 0;
  align-items: stretch;
  margin-top: 0.5rem;
  border: 1px solid var(--border);
  border-bottom: none;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-editorial__photo {
  margin: 0;
  min-height: 340px;
  height: 100%;
  align-self: stretch;
  background: var(--forest-deep);
}
.hero-editorial__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 340px;
}
.hero-editorial__aside {
  background: var(--surface);
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  border-left: 1px solid var(--border);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.btn {
  display: inline-block;
  padding: 0.72rem 1.2rem;
  border-radius: var(--radius);
  font-weight: 700;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  font-size: 0.98rem;
  font-family: inherit;
}
.btn-primary { background: var(--clay); color: #fff; }
.btn-primary:hover { background: var(--clay-hover); }
.btn-secondary {
  background: var(--surface);
  color: var(--forest);
  border: 1px solid var(--border);
}
.btn-secondary:hover { border-color: var(--clay); color: var(--clay); }
.btn-forest {
  background: var(--forest);
  color: #fff;
}
.btn-forest:hover { background: var(--forest-deep); color: #fff; }

.hero {
  padding: 2.6rem 0 2.2rem;
  background: linear-gradient(180deg, #e8e0d2 0%, var(--bg) 100%);
  border-bottom: 3px solid var(--clay);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.75rem;
  align-items: center;
}
.hero-media {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--forest);
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }

/* Trust strip under editorial hero */
.trust-earth {
  background: var(--forest);
  color: #d8e2dc;
  padding: 1.15rem 0;
}
.trust-earth__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  text-align: center;
}
.trust-earth__grid strong {
  display: block;
  font-family: var(--display);
  font-size: 1rem;
  color: #f0ebe3;
  margin-bottom: 0.2rem;
}
.trust-earth__grid span {
  font-size: 0.8rem;
  color: #9eb0a6;
}

.section { padding: 3rem 0; }
.section-slate {
  background: var(--forest);
  color: #e8ecf1;
}
.section-slate h2 { color: #fff; }
.section-slate p, .section-slate li { color: #c5d0ca; }
.section-sand {
  background: var(--surface-2);
  border-block: 1px solid var(--border);
}
.section h2 {
  font-family: var(--display);
  font-size: clamp(1.4rem, 2.8vw, 1.9rem);
  margin: 0 0 0.9rem;
  line-height: 1.25;
}
.section p, .section li { color: var(--muted); }
.section-slate .section p { color: #c5d0ca; }

.cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.4rem;
}
.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  margin-top: 1.3rem;
}
.panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--clay);
  border-radius: var(--radius);
  padding: 1.25rem 1.3rem;
}
.section-slate .panel {
  background: rgba(30, 51, 43, 0.55);
  border-color: #3d5c4e;
  border-top-color: #e8c4a8;
}
.panel h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  color: inherit;
  font-family: var(--display);
}
.panel p { margin: 0; font-size: 0.94rem; }

.notice {
  background: var(--accent-soft);
  border: 1px solid #c4a990;
  border-radius: var(--radius);
  padding: 1.05rem 1.2rem;
  margin: 0 0 1.75rem;
}
.notice p { margin: 0; color: var(--text); }

/* Process timeline */
.process {
  margin-top: 1.75rem;
  display: grid;
  gap: 0;
  border-left: 3px solid var(--clay);
  padding-left: 0;
}
.process__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.75rem;
  padding: 0.85rem 0 0.85rem 1.1rem;
  position: relative;
}
.process__num {
  font-family: var(--display);
  font-size: 1.35rem;
  color: var(--clay);
  font-weight: 700;
  line-height: 1.2;
}
.process__step h3 {
  margin: 0 0 0.25rem;
  font-size: 1.05rem;
  font-family: var(--display);
  color: var(--text);
}
.process__step p { margin: 0; font-size: 0.94rem; color: var(--muted); }

/* Zigzag feature rows */
.zig {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}
.zig + .zig { margin-top: 2.5rem; }
.zig.is-reverse .zig__media { order: 2; }
.zig.is-reverse .zig__copy { order: 1; }
.zig__media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.zig__media img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.zig__copy h3 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0 0 0.65rem;
  color: var(--text);
}
.zig__copy p { margin: 0 0 0.85rem; color: var(--muted); }

.media-card { padding: 0; overflow: hidden; }
.media-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.media-card .card-body { padding: 1.2rem 1.25rem; }

.area-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
}
.area-table th, .area-table td {
  text-align: left;
  padding: 0.7rem 0.9rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}
.area-table th { background: var(--surface-2); color: var(--text); }
.area-table td { color: var(--muted); }

.faq details {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.55rem;
  padding: 0.9rem 1.05rem;
}
.faq summary { cursor: pointer; font-weight: 700; font-family: var(--display); }
.faq details p { margin: 0.65rem 0 0; }

/* Final CTA — single ask zone (homepage bottom) */
.cta-final {
  padding: 4rem 0;
  background: var(--surface);
  border-top: 1px solid var(--border);
  text-align: center;
}
.cta-final__inner {
  max-width: 40rem;
  margin-inline: auto;
  border: 2px solid var(--forest);
  border-radius: var(--radius-lg);
  padding: 2.5rem 1.75rem;
  background: linear-gradient(135deg, var(--surface) 0%, #f8f2e9 100%);
  box-shadow: var(--shadow);
}
.cta-final h2 {
  font-family: var(--display);
  font-size: clamp(1.55rem, 3.2vw, 2.1rem);
  margin: 0 0 0.85rem;
  color: var(--text);
}
.cta-final__lead {
  color: var(--muted);
  font-size: 1.05rem;
  margin: 0 0 1.75rem;
  line-height: 1.7;
}
.btn-lg {
  padding: 1.05rem 2.35rem !important;
  font-size: 1.1rem !important;
}
.cta-final__call {
  margin: 1.5rem 0 0.35rem;
  font-size: 1.1rem;
  color: var(--text);
  font-weight: 700;
}
.cta-final__call a {
  color: var(--clay);
  text-decoration: none;
  font-size: 1.3rem;
  font-family: var(--display);
}
.cta-final__call a:hover { color: var(--clay-hover); text-decoration: underline; }

.quote-form,
.form-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 4px solid var(--clay);
  border-radius: var(--radius-lg);
  padding: 1.4rem 1.35rem;
  box-shadow: var(--shadow);
}
.form-group { margin-bottom: 0.95rem; }
.form-group label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.28rem;
  font-size: 0.88rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 0.68rem 0.75rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: #fff;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px var(--accent-soft);
}
.form-group textarea { min-height: 115px; resize: vertical; }
.quote-form .btn { width: 100%; text-align: center; }
.placeholder-note { font-size: 0.8rem; color: var(--warn); margin-top: 0.25rem; }
.phone-big {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--clay);
  text-decoration: none;
  font-family: var(--display);
}
.phone-big a { color: inherit; text-decoration: none; }

.form-status {
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: var(--radius);
  font-size: 0.95rem;
}
.form-status[hidden] { display: none !important; }
.form-status.is-success {
  background: var(--accent-soft);
  border: 1px solid var(--clay);
  color: var(--text);
}
.form-status.is-error {
  background: #f6eaea;
  border: 1px solid #a55;
  color: var(--text);
}
.form-status.is-setup {
  background: #f5ecd8;
  border: 1px solid var(--warn);
  color: var(--text);
}
.quote-form .btn[disabled] { opacity: 0.65; cursor: wait; }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 0.75rem; }

.site-footer {
  background: #2a241f;
  color: #d2cbc4;
  padding: 2.2rem 0 1.3rem;
}
.site-footer a { color: #e8c4a8; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1.4rem;
  margin-bottom: 1.3rem;
}
.site-footer h3 {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  color: #fff;
  font-family: var(--display);
}
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.3rem; }
.site-footer p { font-size: 0.9rem; }
.footer-bottom {
  border-top: 1px solid #4a4038;
  padding-top: 0.9rem;
  font-size: 0.84rem;
  color: #9a9088;
}
.legal { max-width: 720px; }
.legal h2 { font-family: var(--display); margin-top: 1.8rem; }

@media (max-width: 900px) {
  .hero-editorial__split,
  .zig, .zig.is-reverse,
  .trust-earth__grid { grid-template-columns: 1fr; }
  .zig.is-reverse .zig__media,
  .zig.is-reverse .zig__copy { order: unset; }
  .zig__media { order: -1; }
  .hero-editorial__aside { border-left: none; border-top: 1px solid var(--border); }
  .trust-earth__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 800px) {
  .nav-toggle { display: block; }
  .nav { display: none; width: 100%; flex-direction: column; align-items: flex-start; padding-bottom: 0.7rem; }
  .nav.is-open { display: flex; }
  .header-inner { flex-wrap: wrap; }
  .cols-3, .cols-2, .footer-grid, .hero-grid { grid-template-columns: 1fr; }
  .hero-media { order: -1; }
}
