
:root {
  --clay: #a5664a;
  --clay-dark: #7b4a36;
  --umber: #4d4433;
  --charcoal: #28241f;
  --ivory: #f8f4ec;
  --sand: #eedfc7;
  --sand-light: #f5eddf;
  --gold: #c58b45;
  --olive: #6e7046;
  --olive-dark: #4c4f33;
  --white: #fff;
  --muted: #746b5c;
  --shadow: 0 24px 70px rgba(40, 36, 31, 0.18);
  --shadow-soft: 0 14px 36px rgba(40, 36, 31, 0.12);
  --radius: 26px;
  --radius-sm: 16px;
  --max: 1180px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
ul { margin-top: .5rem; padding-left: 1.15rem; }
li { margin: .28rem 0; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--gold); color: var(--charcoal); }

.skip-link {
  position: absolute; left: -999px; top: 12px; z-index: 200;
  padding: .75rem 1rem; background: var(--charcoal); color: var(--ivory);
  border-radius: 999px;
}
.skip-link:focus { left: 12px; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.section { padding: 92px 0; position: relative; }
.section.tight { padding: 62px 0; }
.section.dark { background: var(--charcoal); color: var(--ivory); }
.section.sand { background: var(--sand-light); }
.section.clay { background: var(--clay-dark); color: var(--ivory); }
.kicker {
  display: inline-flex; align-items: center; gap: .65rem;
  color: var(--clay); font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
  font-size: .76rem; margin-bottom: .75rem;
}
.dark .kicker, .clay .kicker, .hero .kicker { color: var(--sand); }
.kicker:before { content: ""; display: inline-block; width: 34px; height: 2px; background: currentColor; opacity: .9; }
h1, h2, h3, h4 {
  margin: 0; line-height: 1.05; letter-spacing: -.025em;
  font-family: Georgia, "Times New Roman", serif;
}
h1 { font-size: clamp(3.05rem, 7.8vw, 7.25rem); max-width: 990px; }
h2 { font-size: clamp(2.2rem, 5vw, 4.6rem); max-width: 900px; }
h3 { font-size: clamp(1.35rem, 2.4vw, 2.05rem); }
h4 { font-size: 1.1rem; }
.lead { font-size: clamp(1.08rem, 1.9vw, 1.38rem); color: var(--umber); max-width: 760px; }
.dark .lead, .clay .lead, .hero .lead { color: rgba(248,244,236,.88); }
.eyebrow-line { width: 74px; height: 3px; background: var(--gold); margin: 1.25rem 0 1.4rem; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248, 244, 236, .90);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(165,102,74,.16);
}
.navbar { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 210px; }
.brand img { width: 150px; height: auto; }
.brand-wordmark { display: none; font-weight: 900; letter-spacing: .05em; font-size: .78rem; color: var(--clay-dark); }
.nav-links { display: flex; align-items: center; gap: .15rem; }
.nav-links a {
  padding: .75rem .72rem; border-radius: 999px; font-size: .91rem; font-weight: 700; color: var(--umber);
  transition: background .2s var(--ease), color .2s var(--ease), transform .2s var(--ease);
}
.nav-links a:hover, .nav-links a.active { background: var(--sand); color: var(--charcoal); }
.nav-cta { margin-left: .45rem; }
.mobile-toggle {
  display: none; width: 46px; height: 46px; border: 0; border-radius: 999px;
  background: var(--charcoal); color: var(--ivory); align-items: center; justify-content: center; cursor: pointer;
}
.mobile-toggle span { display: block; width: 20px; height: 2px; background: currentColor; position: relative; transition: transform .2s var(--ease); }
.mobile-toggle span:before, .mobile-toggle span:after { content:""; position:absolute; left:0; width:20px; height:2px; background:currentColor; transition: transform .2s var(--ease), top .2s var(--ease); }
.mobile-toggle span:before { top: -7px; }
.mobile-toggle span:after { top: 7px; }
.nav-open .mobile-toggle span { background: transparent; }
.nav-open .mobile-toggle span:before { top: 0; transform: rotate(45deg); }
.nav-open .mobile-toggle span:after { top: 0; transform: rotate(-45deg); }

.btn, .btn-secondary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  border-radius: 999px; padding: .86rem 1.15rem; min-height: 46px;
  font-weight: 900; transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s var(--ease);
  border: 1px solid transparent; cursor: pointer;
}
.btn { background: var(--clay); color: var(--ivory); box-shadow: 0 12px 30px rgba(165,102,74,.24); }
.btn:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(165,102,74,.30); }
.btn-secondary { background: var(--sand); color: var(--charcoal); }
.btn-secondary:hover { transform: translateY(-2px); background: #e7d1ad; }
.btn-ghost { border-color: rgba(248,244,236,.38); color: var(--ivory); background: rgba(248,244,236,.08); }
.btn-ghost:hover { transform: translateY(-2px); background: rgba(248,244,236,.16); }
.btn-small { padding: .65rem .9rem; min-height: 38px; font-size: .88rem; }

.hero {
  min-height: calc(100vh - 82px);
  display: grid; align-items: end; color: var(--ivory); position: relative; overflow: hidden;
  background: var(--charcoal);
}
.hero:before {
  content:""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(40,36,31,.92) 0%, rgba(40,36,31,.68) 38%, rgba(40,36,31,.24) 74%),
              linear-gradient(0deg, rgba(40,36,31,.86) 0%, rgba(40,36,31,0) 44%),
              var(--hero-image) center / cover no-repeat;
  transform: scale(1.02);
}
.hero:after {
  content:""; position:absolute; inset: auto 0 0 0; height: 160px;
  background: linear-gradient(0deg, var(--ivory), rgba(248,244,236,0));
  opacity: .95;
}
.hero-inner { position: relative; z-index: 2; padding: 86px 0 128px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 46px; align-items: end; }
.hero-copy .lead { max-width: 770px; margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.promise-card {
  background: rgba(248,244,236,.12); border: 1px solid rgba(248,244,236,.22);
  border-radius: var(--radius); padding: 1.3rem; backdrop-filter: blur(12px); box-shadow: var(--shadow);
}
.promise-card img { width: 102px; opacity: .96; margin-bottom: 1.1rem; }
.promise-card strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; line-height: 1.08; }
.promise-card p { margin-top: .85rem; color: rgba(248,244,236,.82); font-size: .95rem; }

.page-hero { padding: 110px 0 76px; color: var(--ivory); background: var(--charcoal); position: relative; overflow: hidden; }
.page-hero:before {
  content:""; position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(40,36,31,.92), rgba(40,36,31,.54)), var(--page-image) center/cover no-repeat;
  opacity: 1;
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.8rem, 6.6vw, 6rem); }
.page-hero .lead { margin-top: 1.35rem; }

.stats-band {
  position: relative; z-index: 4; margin-top: -64px;
}
.stats-grid { background: var(--ivory); border-radius: var(--radius); box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(165,102,74,.12); }
.stat { padding: 1.4rem 1.35rem; border-right: 1px solid rgba(165,102,74,.14); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.2rem); color: var(--clay); line-height: 1; }
.stat span { display: block; margin-top: .48rem; color: var(--umber); font-weight: 800; font-size: .92rem; }

.split { display: grid; grid-template-columns: .93fr 1.07fr; gap: 58px; align-items: center; }
.split.reverse { grid-template-columns: 1.07fr .93fr; }
.media-card { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); min-height: 420px; background: var(--clay-dark); }
.media-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.media-card .caption {
  position:absolute; left: 20px; right: 20px; bottom: 20px; background: rgba(40,36,31,.80); color: var(--ivory);
  border: 1px solid rgba(248,244,236,.18); border-radius: 18px; padding: 1rem; backdrop-filter: blur(8px);
}
.media-card .caption strong { display:block; font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.media-card .caption span { color: rgba(248,244,236,.78); font-size: .92rem; }
.copy-stack > * + * { margin-top: 1.2rem; }
.check-list { display: grid; gap: .75rem; margin: 1.4rem 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 2rem; font-weight: 750; color: var(--umber); }
.check-list li:before { content:"✓"; position:absolute; left:0; top: .02rem; width: 1.3rem; height:1.3rem; display:grid; place-items:center; border-radius: 999px; background: var(--sand); color: var(--clay-dark); font-size:.8rem; font-weight:900; }
.dark .check-list li, .clay .check-list li { color: rgba(248,244,236,.90); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card, .service-card, .feature-card {
  background: var(--ivory); border: 1px solid rgba(165,102,74,.14); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.card:hover, .service-card:hover, .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.dark .card, .dark .service-card, .dark .feature-card { background: rgba(248,244,236,.09); border-color: rgba(248,244,236,.16); box-shadow: none; }
.card-img { aspect-ratio: 16 / 10; overflow: hidden; background: var(--clay-dark); }
.card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .38s var(--ease); }
.card:hover .card-img img { transform: scale(1.045); }
.card-body { padding: 1.4rem; }
.card-body h3 { margin-bottom: .75rem; }
.card-body p { color: var(--umber); }
.dark .card-body p { color: rgba(248,244,236,.78); }
.service-card { padding: 1.45rem; }
.service-card .num { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius: 999px; background: var(--sand); color: var(--clay-dark); font-weight: 950; margin-bottom: 1.15rem; }
.service-card h3 { font-size: 1.45rem; margin-bottom: .8rem; }
.service-card p { color: var(--umber); }
.icon-list { list-style: none; padding: 0; margin: 1rem 0 0; }
.icon-list li { padding: .52rem 0 .52rem 1.4rem; position: relative; border-top: 1px solid rgba(165,102,74,.13); color: var(--umber); }
.icon-list li:before { content:""; position:absolute; left:0; top:1.05rem; width:.48rem; height:.48rem; border-radius: 50%; background: var(--gold); }
.dark .icon-list li { border-top-color: rgba(248,244,236,.15); color: rgba(248,244,236,.84); }

.band {
  border-radius: 34px; overflow: hidden; min-height: 520px; display: grid; align-items: end; position: relative; color: var(--ivory); box-shadow: var(--shadow);
  background: var(--charcoal);
}
.band:before { content:""; position:absolute; inset:0; background: linear-gradient(0deg, rgba(40,36,31,.92) 0%, rgba(40,36,31,.28) 55%), var(--band-image) center/cover no-repeat; }
.band .band-content { position: relative; z-index: 2; padding: clamp(1.6rem, 5vw, 3.4rem); max-width: 760px; }
.band h2 { max-width: 760px; }
.band p { color: rgba(248,244,236,.84); font-size: 1.1rem; }

.timeline { display: grid; gap: 16px; margin-top: 2rem; }
.step { display:grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: start; padding: 1.25rem; background: var(--ivory); border: 1px solid rgba(165,102,74,.14); border-radius: 22px; box-shadow: var(--shadow-soft); }
.step strong { display:grid; place-items:center; width:60px; height:60px; border-radius:999px; background: var(--clay); color: var(--ivory); font-family: Georgia,"Times New Roman",serif; font-size:1.25rem; }
.step h3 { font-size: 1.35rem; margin-bottom: .35rem; }
.step p { color: var(--umber); margin:0; }
.dark .step { background: rgba(248,244,236,.08); border-color: rgba(248,244,236,.14); }
.dark .step p { color: rgba(248,244,236,.80); }

.detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.detail-box { background: var(--ivory); border: 1px solid rgba(165,102,74,.14); border-radius: var(--radius); padding: 1.55rem; box-shadow: var(--shadow-soft); }
.detail-box h3 { font-size: 1.5rem; margin-bottom: .85rem; }
.detail-box p { color: var(--umber); }
.detail-box ul { color: var(--umber); }
.dark .detail-box { background: rgba(248,244,236,.08); border-color: rgba(248,244,236,.16); }
.dark .detail-box p, .dark .detail-box ul { color: rgba(248,244,236,.82); }

.quote-panel {
  background: var(--clay-dark); color: var(--ivory); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 3rem); box-shadow: var(--shadow);
}
.quote-panel blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.65rem, 3.4vw, 3rem); line-height: 1.12; }
.quote-panel p { margin: 1.2rem 0 0; color: rgba(248,244,236,.82); }

.cta-panel {
  background: linear-gradient(135deg, var(--clay-dark), var(--charcoal)); color: var(--ivory);
  border-radius: 34px; padding: clamp(1.6rem, 5vw, 4rem); display:grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items:center; box-shadow: var(--shadow);
}
.cta-panel p { color: rgba(248,244,236,.82); max-width: 680px; }
.cta-actions { display:flex; gap:.8rem; flex-wrap:wrap; justify-content:flex-end; }

.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 18px; }
.gallery img { width:100%; height: 280px; object-fit: cover; border-radius: 24px; box-shadow: var(--shadow-soft); }
.gallery img:first-child { height: 578px; grid-row: span 2; }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: start; }
.contact-card { background: var(--charcoal); color: var(--ivory); border-radius: var(--radius); padding: 1.6rem; box-shadow: var(--shadow); }
.contact-card img { width: 150px; margin-bottom: 1.2rem; }
.contact-list { list-style: none; padding: 0; margin: 1.2rem 0 0; display: grid; gap: .75rem; }
.contact-list li { padding: .9rem; border-radius: 16px; background: rgba(248,244,236,.08); border: 1px solid rgba(248,244,236,.12); }
.contact-list strong { display:block; color: var(--sand); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: .2rem; }
.contact-list span, .contact-list a { color: rgba(248,244,236,.90); overflow-wrap: anywhere; }
.form-card { background: var(--ivory); border: 1px solid rgba(165,102,74,.14); box-shadow: var(--shadow); border-radius: var(--radius); padding: 1.55rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-field.full { grid-column: 1 / -1; }
label { display:block; font-weight: 850; color: var(--charcoal); font-size: .92rem; margin-bottom: .42rem; }
input, select, textarea {
  width: 100%; border: 1px solid rgba(165,102,74,.30); background: #fffaf2; color: var(--charcoal);
  border-radius: 14px; padding: .9rem .95rem; outline: none; transition: box-shadow .2s var(--ease), border-color .2s var(--ease);
}
textarea { resize: vertical; min-height: 138px; }
input:focus, select:focus, textarea:focus { border-color: var(--clay); box-shadow: 0 0 0 4px rgba(165,102,74,.14); }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .92rem; }
.form-success { display:none; margin-top: 1rem; padding: .85rem 1rem; border-radius: 14px; background: var(--sand); color: var(--charcoal); font-weight: 750; }
.form-success.show { display:block; }

.site-footer { background: var(--charcoal); color: var(--ivory); padding: 58px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.1fr .9fr .9fr .9fr; gap: 28px; }
.footer-logo { width: 160px; margin-bottom: 1rem; }
.footer-grid h4 { font-family: ui-sans-serif, system-ui, sans-serif; text-transform: uppercase; letter-spacing: .12em; font-size:.75rem; color: var(--sand); margin: 0 0 1rem; }
.footer-grid p, .footer-grid a { color: rgba(248,244,236,.76); font-size: .95rem; }
.footer-grid a:hover { color: var(--sand); }
.footer-links { display:grid; gap:.55rem; }
.footer-bottom { border-top: 1px solid rgba(248,244,236,.16); margin-top: 34px; padding-top: 22px; display:flex; justify-content:space-between; gap:1rem; color: rgba(248,244,236,.56); font-size:.88rem; }

.download-card { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.15rem; border-radius: 18px; background: var(--sand-light); border: 1px solid rgba(165,102,74,.16); margin-top: .85rem; }
.download-card strong { display:block; }
.download-card span { color: var(--umber); font-size:.92rem; }

.notice { background: rgba(197,139,69,.12); border: 1px solid rgba(197,139,69,.30); border-radius: 20px; padding: 1rem; color: var(--umber); }

@media (max-width: 1050px) {
  .nav-links a { padding: .68rem .52rem; font-size: .86rem; }
  .nav-cta { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .promise-card { max-width: 390px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(165,102,74,.14); }
  .split, .split.reverse { grid-template-columns: 1fr; }
  .media-card { min-height: 360px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 820px) {
  .site-header { position: sticky; }
  .navbar { height: 72px; }
  .brand img { width: 128px; }
  .mobile-toggle { display:flex; }
  .nav-links {
    position: fixed; top: 72px; left: 0; right: 0; bottom: 0;
    background: rgba(40,36,31,.98); color: var(--ivory);
    display: grid; align-content: start; gap: .2rem; padding: 20px 24px 46px;
    transform: translateX(100%); transition: transform .25s var(--ease); overflow-y: auto;
  }
  .nav-open .nav-links { transform: translateX(0); }
  .nav-links a { color: var(--ivory); border-radius: 16px; padding: 1rem; font-size: 1.05rem; }
  .nav-links a:hover, .nav-links a.active { background: rgba(248,244,236,.10); color: var(--sand); }
  .nav-links .mobile-cta { display: inline-flex; }
  .hero { min-height: auto; }
  .hero:before { background: linear-gradient(0deg, rgba(40,36,31,.94), rgba(40,36,31,.48)), var(--hero-image) center / cover no-repeat; }
  .hero-inner { padding: 74px 0 112px; }
  .page-hero { padding: 78px 0 64px; }
  .section { padding: 68px 0; }
  .section.tight { padding: 48px 0; }
  .card-grid, .card-grid.two, .detail-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.25rem; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery img:first-child { height: 260px; grid-row: auto; }
  .cta-panel { grid-template-columns: 1fr; }
  .cta-actions { justify-content: flex-start; }
  .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .container { padding: 0 18px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.8rem); }
  h2 { font-size: clamp(2rem, 10vw, 3.4rem); }
  .hero-actions, .cta-actions { flex-direction: column; }
  .btn, .btn-secondary, .btn-ghost { width: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(165,102,74,.14); }
  .stat:last-child { border-bottom: 0; }
  .media-card { min-height: 300px; border-radius: 22px; }
  .band { min-height: 470px; border-radius: 24px; }
  .step { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .download-card { flex-direction: column; align-items: flex-start; }
}

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