:root {
  --forest: #24374d;
  --forest-2: #17283c;
  --cream: #fff8ef;
  --paper: #fffdf9;
  --surface-white: #ffffff;
  --surface-cream: #fff8ef;
  --surface-soft: #eef0eb;
  --ink: #1f2926;
  --muted: #61706b;
  --clay: #c76d4d;
  --clay-dark: #a95034;
  --line: #dcded7;
  --sage: #dce5dc;
  --shadow: 0 20px 60px rgba(20, 43, 37, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 104px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: white; padding: 12px 18px; border-radius: 6px; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.94); border-bottom: 1px solid rgba(22,59,54,.09); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 50px; height: 50px; flex: none; }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-family: Inter, sans-serif; font-size: 1.05rem; font-weight: 500; letter-spacing: .16em; text-transform: uppercase; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.brand small.the { margin: 0 0 1px; font-size: .58rem; letter-spacing: .28em; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { text-decoration: none; font-size: .94rem; font-weight: 650; }
nav a:hover { color: var(--clay-dark); }
.nav-cta { padding: 11px 18px; color: white; background: var(--forest); border-radius: 999px; }
.nav-cta:hover { color: white; background: var(--forest-2); }
.menu-toggle { display: none; border: 1px solid var(--line); padding: 8px 12px; border-radius: 6px; color: var(--ink); background: white; font: inherit; }
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; color: white; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,35,31,.93) 0%, rgba(10,39,34,.78) 39%, rgba(10,39,34,.1) 70%); }
.hero-content { position: relative; padding-top: 52px; padding-bottom: 52px; }
.eyebrow { margin: 0 0 14px; color: #f1c5b2; font-size: .78rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.dark { color: var(--clay-dark); }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.08; letter-spacing: -.025em; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(3.25rem, 6.5vw, 5.8rem); }
h2 { margin-bottom: 22px; font-size: clamp(2.3rem, 4.3vw, 4rem); }
h3 { margin-bottom: 10px; font-size: 1.25rem; line-height: 1.25; }
.hero-copy { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.89); font-size: 1.16rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 23px; border: 0; border-radius: 999px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--clay); }
.button.primary:hover { background: var(--clay-dark); }
.button.secondary { color: white; border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.08); }
.button.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 44px; color: rgba(255,255,255,.8); font-size: .86rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.trust-row span::before { content: "✓"; margin-right: 8px; color: #f1c5b2; }
.intro { background: var(--surface-cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; align-items: start; }
.intro-grid h2 { max-width: 520px; margin: 0; }
.intro-grid p { color: #4b5a55; font-size: 1.08rem; }
.services { background: var(--surface-white); }
.section-heading { max-width: 720px; margin-bottom: 44px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--paper); }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 34px 30px; color: white; background-color: var(--forest); background-position: center; background-size: cover; isolation: isolate; }
.service-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,25,36,.12) 22%, rgba(13,28,40,.9) 100%); transition: background .25s; }
.service-card:hover::before { background: linear-gradient(180deg, rgba(10,25,36,.2) 10%, rgba(13,28,40,.94) 100%); }
.service-closet { background-image: url('/assets/service-closet-v2.webp'); }
.service-pantry { background-image: url('/assets/organized-pantry-dfw.webp'); }
.service-moving { background-image: url('/assets/service-moving.webp'); }
.service-estate { background-image: url('/assets/service-estate.webp'); }
.service-home { background-image: url('/assets/service-home.webp'); }
.service-business { background-image: url('/assets/service-business.webp'); }
.service-card .number { display: block; margin-bottom: auto; color: #f3c7b7; font-size: .8rem; font-weight: 800; letter-spacing: .12em; }
.service-card p { margin: 0; color: rgba(255,255,255,.8); }
.affordable { background: var(--surface-soft); }
.affordable-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.affordable-lead { max-width: 560px; color: #52605b; font-size: 1.08rem; }
.budget-button { margin-top: 14px; color: white; background: var(--forest); }
.budget-button:hover { background: var(--forest-2); }
.budget-options { border-top: 1px solid #bfc8c0; }
.budget-options article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid #bfc8c0; }
.budget-options article > span { color: var(--clay-dark); font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.budget-options h3 { margin-bottom: 4px; }
.budget-options p { margin: 0; color: var(--muted); }
.results-preview { background: var(--surface-white); }
.surface-white { background: var(--surface-white); }
.surface-cream { background: var(--surface-cream); }
.surface-soft { background: var(--surface-soft); }
.results-preview .section-heading > p:last-child { max-width: 680px; color: var(--muted); font-size: 1.05rem; }
.results-links { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.result-link { position: relative; min-height: 340px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 38px; color: white; border-radius: 12px; text-decoration: none; isolation: isolate; }
.result-link::before { content: ""; position: absolute; inset: 0; z-index: -2; background-position: center; background-size: cover; transition: transform .35s; }
.result-link::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(13,28,40,.15), rgba(13,28,40,.94)); }
.result-link:hover::before { transform: scale(1.025); }
.project-link::before { background-image: url('/assets/service-home.webp'); }
.testimonial-link::before { background-image: url('/assets/service-business.webp'); }
.result-link > span { margin-bottom: auto; color: #f3c7b7; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.result-link h3 { font-family: Georgia, serif; font-size: 2rem; font-weight: 500; }
.result-link p { max-width: 480px; color: rgba(255,255,255,.8); }
.result-link strong { font-size: .9rem; }
.subpage-hero { padding: 96px 0 78px; color: white; background: var(--forest-2); }
.subpage-hero h1 { max-width: 880px; font-size: clamp(3rem, 6vw, 5.4rem); }
.subpage-hero p:not(.eyebrow) { max-width: 720px; color: rgba(255,255,255,.76); font-size: 1.12rem; }
.breadcrumb { display: inline-flex; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: .84rem; text-underline-offset: 4px; }
.placeholder-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.project-card,.testimonial-card { overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }
.project-pair { display: grid; grid-template-columns: 1fr 1fr; min-height: 260px; }
.project-placeholder { display: grid; place-items: center; padding: 28px; color: #7c8884; background: linear-gradient(135deg, #eef1ed, #dde4de); font-size: .78rem; font-weight: 800; letter-spacing: .13em; text-align: center; text-transform: uppercase; }
.project-placeholder + .project-placeholder { border-left: 1px solid white; background: linear-gradient(135deg, #e1e8e1, #cfd9d0); }
.project-card-content,.testimonial-card-content { padding: 28px; }
.project-card-content p,.testimonial-card-content p { margin-bottom: 0; color: var(--muted); }
.content-status { display: inline-flex; margin-bottom: 12px; padding: 5px 9px; color: var(--clay-dark); border: 1px solid #e3b6a7; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.video-placeholder { min-height: 290px; display: grid; place-items: center; padding: 30px; color: white; background: var(--forest); text-align: center; }
.play-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 16px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; font-size: 1.3rem; }
.video-placeholder p { margin: 0; color: rgba(255,255,255,.72); }
.testimonial-quote { min-height: 250px; display: flex; flex-direction: column; justify-content: space-between; padding: 32px; background: var(--cream); }
.testimonial-quote blockquote { margin: 0; color: #64706c; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.4; }
.testimonial-quote cite { color: var(--muted); font-size: .85rem; font-style: normal; }
.upload-ready { margin-top: 48px; padding: 34px; color: white; border-radius: 12px; background: var(--forest); }
.upload-ready h2 { font-size: clamp(2rem, 3vw, 2.8rem); }
.upload-ready p { max-width: 760px; color: rgba(255,255,255,.74); }
.subpage-cta { padding: 72px 0; text-align: center; background: var(--surface-cream); }
.subpage-cta p { color: var(--muted); }
.process { color: white; background: var(--forest); }
.process-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 10vw; }
.process-lead { position: sticky; top: 130px; align-self: start; }
.process-lead p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.text-link { display: inline-flex; gap: 8px; color: white; font-weight: 750; text-underline-offset: 5px; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.18); }
.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.steps li > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #f1c5b2; }
.steps h3 { margin: 2px 0 5px; }
.steps p { margin: 0; color: rgba(255,255,255,.68); }
.about { background: var(--surface-cream); }
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 10vw; align-items: center; }
.quote-card { min-height: 500px; display: flex; flex-direction: column; justify-content: space-between; padding: 54px; color: white; background: var(--clay); border-radius: 180px 180px 18px 18px; box-shadow: var(--shadow); }
.quote-card p { font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.2; }
.quote-card span { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.35); font-size: .84rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.about-copy p:not(.eyebrow) { color: #52605b; }
.service-area { padding-top: 86px; padding-bottom: 86px; background: var(--surface-white); }
.area-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.area-wrap h2 { margin: 0; font-size: clamp(2.2rem, 3.4vw, 3.3rem); }
.area-wrap > p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.faq { background: var(--surface-soft); }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.accordion { border-top: 1px solid #bdc7bd; }
details { border-bottom: 1px solid #bdc7bd; }
summary { position: relative; padding: 24px 46px 24px 0; cursor: pointer; font-size: 1.07rem; font-weight: 750; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 8px; top: 21px; color: var(--clay-dark); font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "–"; }
details p { padding-right: 40px; color: var(--muted); }
.contact { color: white; background: var(--forest-2); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9vw; }
.contact-grid > div > p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.72); }
.contact-grid .direct-email { margin-top: 22px; color: white; }
.direct-email a,.footer-email { color: inherit; font-weight: 750; text-underline-offset: 4px; }
.contact-notes { display: grid; gap: 12px; margin-top: 32px; padding: 0; list-style: none; }
.contact-notes li::before { content: "✓"; margin-right: 11px; color: #f1c5b2; }
.consultation-form { padding: 38px; color: var(--ink); background: white; border-radius: 16px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 7px; margin-bottom: 16px; color: #34403c; font-size: .88rem; font-weight: 750; }
input,select,textarea { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); border: 1px solid #cfd6d1; border-radius: 7px; background: white; font: inherit; }
textarea { resize: vertical; }
input:focus,select:focus,textarea:focus { outline: 3px solid rgba(199,109,77,.23); border-color: var(--clay); }
.form-note,.form-status { margin: 12px 0 0; color: var(--muted); font-size: .78rem; text-align: center; }
.form-status { color: var(--forest); font-weight: 700; }
footer { padding: 48px 0; color: rgba(255,255,255,.7); background: #0a211e; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: center; }
.footer-brand { color: white; }
.footer-logo-image { width: 190px; height: auto; border-radius: 4px; }
.footer-grid p { margin: 0; font-size: .88rem; }
.footer-email { display: inline-block; margin-top: 8px; color: white; }
.copyright { white-space: nowrap; }
@media (max-width: 900px) {
  .section { padding: 80px 0; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 20px; right: 20px; top: 72px; display: none; padding: 20px; flex-direction: column; align-items: stretch; gap: 12px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
  nav.open { display: flex; }
  .nav-cta { text-align: center; }
  .hero { min-height: 680px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,35,31,.92), rgba(8,35,31,.64)); }
  .intro-grid,.process-grid,.about-grid,.area-wrap,.faq-grid,.contact-grid,.affordable-grid { grid-template-columns: 1fr; gap: 52px; }
  .process-lead { position: static; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .results-links,.placeholder-grid { grid-template-columns: 1fr; }
  .quote-card { max-width: 540px; min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 84px; gap: 10px; }
  .site-header .brand { gap: 9px; min-width: 0; }
  .site-header .brand-mark { width: 44px; height: 44px; }
  .site-header .brand span { min-width: 0; }
  .site-header .brand strong { font-size: .82rem; letter-spacing: .12em; white-space: nowrap; }
  .site-header .brand small { display: block; margin-top: 2px; font-size: .7rem; letter-spacing: .01em; text-transform: none; white-space: nowrap; }
  .site-header .brand small.the { margin: 0 0 1px; font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; }
  .menu-toggle { flex: none; padding: 8px 10px; }
  .hero { min-height: 690px; }
  .hero > img { object-position: 62% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,35,31,.94), rgba(8,35,31,.65)); }
  h1 { font-size: clamp(2.9rem, 15vw, 4.1rem); }
  .hero-actions { display: grid; }
  .service-grid { grid-template-columns: 1fr; }
  .project-pair { min-height: 220px; }
  .service-card { min-height: auto; }
  .service-card { min-height: 360px; }
  .quote-card { min-height: 390px; padding: 42px 30px; border-radius: 120px 120px 14px 14px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .consultation-form { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
