:root {
  --ink: #170d08;
  --ink-2: #2a160c;
  --coffee: #3d2417;
  --copper: #a7652d;
  --copper-2: #c8823a;
  --gold: #d8a24b;
  --sand: #f7ead7;
  --cream: #fff8ee;
  --paper: #fffdf8;
  --muted: #705947;
  --line: rgba(61, 36, 23, .16);
  --shadow: 0 24px 70px rgba(32, 19, 9, .18);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(216, 162, 75, .18), transparent 28rem),
    linear-gradient(180deg, #fffaf2 0%, #f4e5d0 100%);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.6;
}
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
h1, h2, h3 {
  margin: 0;
  line-height: 1.02;
  font-family: Copperplate, "Copperplate Gothic Light", "Goudy Old Style", Georgia, serif;
  letter-spacing: -.03em;
}
h1 { font-size: clamp(2.7rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.1rem, 4.4vw, 4.4rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 999;
  background: var(--gold);
  color: var(--ink);
  padding: .8rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { left: 1rem; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin-bottom: 1rem;
  color: var(--copper);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--copper));
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 48px;
  padding: .84rem 1.15rem;
  border-radius: 999px;
  font-weight: 900;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: linear-gradient(135deg, var(--gold), var(--copper));
  color: #1b100a;
  box-shadow: 0 12px 32px rgba(167, 101, 45, .34);
}
.btn-secondary {
  color: var(--cream);
  border-color: rgba(255, 248, 238, .38);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}
.btn-dark {
  background: var(--ink);
  color: var(--cream);
  border-color: rgba(255,255,255,.12);
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(23, 13, 8, .86);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 248, 238, .13);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 1rem;
}
.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  color: var(--cream);
  min-width: 0;
}
.brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.26));
}
.brand strong {
  display: block;
  font-family: Copperplate, "Goudy Old Style", Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1;
  max-width: 230px;
}
.nav {
  display: flex;
  align-items: center;
  gap: .25rem;
  color: var(--cream);
  font-size: .9rem;
  font-weight: 800;
}
.nav a, .nav summary {
  padding: .65rem .78rem;
  border-radius: 999px;
  cursor: pointer;
}
.nav a:hover, .nav summary:hover, .nav a.active { background: rgba(216, 162, 75, .18); color: #ffe2a7; }
.nav details { position: relative; }
.nav details summary { list-style: none; }
.nav details summary::-webkit-details-marker { display: none; }
.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 260px;
  padding: .7rem;
  border-radius: 18px;
  background: #fff8ee;
  color: var(--ink);
  box-shadow: var(--shadow);
  border: 1px solid var(--line);
}
.dropdown a {
  display: block;
  border-radius: 12px;
  padding: .62rem .7rem;
}
.dropdown a:hover { background: rgba(216, 162, 75, .18); color: var(--ink); }
.header-cta {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.phone-pill {
  color: var(--cream);
  font-weight: 900;
  white-space: nowrap;
}
.menu-toggle {
  display: none;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: var(--cream);
  border-radius: 999px;
  padding: .68rem .9rem;
  font-weight: 900;
}
.hero {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--cream);
  padding-top: 90px;
}
.hero.compact { min-height: 620px; }
.hero-media {
  position: absolute;
  inset: 0;
  background: var(--ink);
}
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23,13,8,.88), rgba(23,13,8,.54) 45%, rgba(23,13,8,.38)),
    radial-gradient(circle at 75% 25%, rgba(216, 162, 75, .26), transparent 26rem);
}
.hero-media video, .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .78;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 850px;
  padding: 6rem 0;
}
.hero h1 span, .section-title span { color: #ffd17c; }
.hero .lead {
  max-width: 720px;
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
  color: rgba(255, 248, 238, .9);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin: 1.65rem 0 2rem; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  max-width: 760px;
}
.stat {
  padding: 1.1rem;
  border: 1px solid rgba(255,248,238,.2);
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
}
.stat strong {
  display: block;
  font-family: Copperplate, "Goudy Old Style", Georgia, serif;
  font-size: 2rem;
  color: #ffd17c;
  line-height: 1;
}
.info-bar {
  background: var(--ink);
  color: var(--cream);
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}
.info-item {
  padding: 1.05rem;
  background: rgba(255,255,255,.04);
  font-weight: 900;
}
.section { padding: clamp(4rem, 7vw, 7rem) 0; }
.section.alt {
  background:
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,248,238,.8)),
    radial-gradient(circle at 85% 20%, rgba(167, 101, 45, .13), transparent 22rem);
}
.section-head {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(260px, .55fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}
.section-head p { color: var(--muted); font-size: 1.05rem; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.card {
  background: rgba(255,253,248,.88);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 40px rgba(61, 36, 23, .08);
  overflow: hidden;
}
.card-pad { padding: 1.35rem; }
.service-card {
  position: relative;
  min-height: 360px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--cream);
  isolation: isolate;
}
.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
  transition: transform .35s ease;
}
.service-card:hover img { transform: scale(1.04); }
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(23,13,8,.1), rgba(23,13,8,.88));
}
.service-card .card-pad { padding: 1.4rem; }
.service-card p { color: rgba(255,248,238,.84); }
.service-card .mini-link { color: #ffd17c; font-weight: 900; }
.media-frame {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255,248,238,.72);
}
.media-frame img, .media-frame video { width: 100%; height: 100%; object-fit: cover; }
.media-frame.tall { min-height: 540px; }
.media-frame.tall img { height: 540px; }
.service-area-panel {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(460px, 1.1fr);
  gap: 2rem;
  align-items: stretch;
  padding: clamp(1.1rem, 2.4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: 40px;
  background:
    linear-gradient(135deg, rgba(255,253,248,.92), rgba(246,230,205,.78)),
    radial-gradient(circle at 92% 18%, rgba(216,162,75,.18), transparent 20rem);
  box-shadow: 0 18px 60px rgba(61,36,23,.09);
}
.service-area-copy {
  align-self: center;
  padding: clamp(.4rem, 1vw, 1rem);
}
.service-area-copy h2 {
  max-width: 700px;
  font-size: clamp(2.25rem, 3.7vw, 4rem);
}
.service-area-copy p {
  max-width: 680px;
  color: var(--muted);
}
.map-frame {
  position: relative;
  min-height: 500px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 10px solid rgba(255,248,238,.72);
  background: var(--sand);
}
.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  border: 0;
}
.badge-stack {
  display: grid;
  gap: .85rem;
}
.badge {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: 1rem;
  background: rgba(255,253,248,.85);
  border: 1px solid var(--line);
  border-radius: 20px;
}
.badge b {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--copper));
  color: var(--ink);
}
.check-list {
  display: grid;
  gap: .8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--muted);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: .78rem;
  height: .78rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--gold) 0 38%, var(--copper) 40% 100%);
}
.process {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: .9rem;
}
.step {
  counter-increment: step;
  padding: 1.2rem;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
}
.step::before {
  content: "0" counter(step);
  display: inline-flex;
  margin-bottom: .8rem;
  color: var(--copper);
  font-weight: 900;
  letter-spacing: .08em;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
}
.gallery-card {
  position: relative;
  border: 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--ink);
  min-height: 230px;
}
.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform .25s ease, opacity .25s ease;
}
.gallery-card:hover img { transform: scale(1.04); opacity: .88; }
.quote-panel {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 2rem;
  align-items: start;
}
.quote-panel .card { position: sticky; top: 110px; }
.quote-embed {
  height: 705px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.faq { display: grid; gap: .8rem; }
.faq details {
  background: rgba(255,253,248,.9);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem 1.1rem;
}
.faq summary {
  cursor: pointer;
  font-weight: 900;
  color: var(--coffee);
}
.faq p { color: var(--muted); margin-top: .75rem; }
.cta-band {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(23,13,8,.96), rgba(61,36,23,.92)),
    radial-gradient(circle at 20% 20%, rgba(216,162,75,.28), transparent 24rem);
  padding: 4rem 0;
}
.cta-band .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.cta-band p { color: rgba(255,248,238,.78); max-width: 640px; }
.area-pills { display: flex; flex-wrap: wrap; gap: .65rem; }
.area-pills a, .area-pills span {
  padding: .65rem .85rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,253,248,.78);
  color: var(--coffee);
  font-weight: 900;
}
.area-pills a:hover { background: var(--gold); color: var(--ink); }
.site-footer {
  background: #120a06;
  color: var(--cream);
  padding: 4rem 0 1.5rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr .9fr;
  gap: 2rem;
}
.footer-logo {
  width: 120px;
  margin-bottom: 1rem;
}
.site-footer h3 { font-size: 1.35rem; margin-bottom: .8rem; color: #ffd17c; }
.site-footer a, .site-footer p, .site-footer li { color: rgba(255,248,238,.78); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.footer-bottom {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,248,238,.14);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255,248,238,.68);
  font-size: .9rem;
}
.breadcrumb {
  color: rgba(255,248,238,.78);
  font-weight: 900;
  margin-bottom: 1rem;
}
.breadcrumb a { color: #ffd17c; }
.mini-hero-image {
  position: absolute;
  right: clamp(1rem, 6vw, 6rem);
  bottom: clamp(1rem, 5vw, 4rem);
  width: min(380px, 32vw);
  border-radius: 28px;
  overflow: hidden;
  border: 8px solid rgba(255,248,238,.66);
  box-shadow: var(--shadow);
}
.mini-hero-image img { width: 100%; height: 300px; object-fit: cover; }
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th, .table td {
  padding: .85rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
dialog {
  width: min(1000px, calc(100% - 32px));
  border: 0;
  padding: 0;
  border-radius: 24px;
  background: #120a06;
  box-shadow: var(--shadow);
}
dialog::backdrop { background: rgba(0,0,0,.76); }
.dialog-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  padding: .6rem .85rem;
  cursor: pointer;
}
.dialog-img { width: 100%; max-height: 82vh; object-fit: contain; }
@media (max-width: 1050px) {
  .menu-toggle { display: inline-flex; }
  .nav {
    position: fixed;
    inset: 86px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem 18px 1.4rem;
    background: rgba(23,13,8,.98);
    border-bottom: 1px solid rgba(255,255,255,.13);
    max-height: calc(100vh - 86px);
    overflow: auto;
  }
  .nav.open { display: flex; }
  .nav a, .nav summary { border-radius: 14px; }
  .nav details { width: 100%; }
  .dropdown {
    position: static;
    min-width: 0;
    margin: .35rem 0 .55rem;
    box-shadow: none;
  }
  .header-cta .btn { display: none; }
  .hero { min-height: 760px; }
  .section-head, .grid-2, .quote-panel, .footer-grid { grid-template-columns: 1fr; }
  .service-area-panel { grid-template-columns: 1fr; }
  .process { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .mini-hero-image { display: none; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 78px; }
  .brand img { width: 58px; height: 58px; }
  .brand strong { max-width: 160px; font-size: .9rem; }
  .nav { inset-top: 78px; }
  .phone-pill { display: none; }
  .hero { min-height: 720px; }
  .hero-content { padding: 4rem 0; }
  .service-area-panel { padding: 1rem; border-radius: 28px; }
  .service-area-copy h2 { font-size: clamp(2rem, 12vw, 3rem); }
  .map-frame { min-height: 360px; border-width: 6px; border-radius: 24px; }
  .hero-stats, .info-grid, .grid-3, .grid-4, .process, .gallery-grid { grid-template-columns: 1fr; }
  .cta-band .container, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .quote-embed { height: 720px; }
}
