
:root {
  --ink: #24211b;
  --muted: #24211b;
  --green: #435339;
  --green-dark: #435339;
  --lime: #b9e66e;
  --paper: #efe8d8;
  --wash: #f1f7f4;
  --estimate-bg: #e4dac2;
  --field-bg: #f7f3ea;
  --line: #cfe0da;
  --max: 1180px;
  font-family: "Work Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  font-family: "Work Sans", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }

.skip-link { position: absolute; left: -9999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 100; background: var(--paper); padding: .7rem 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.14); background: #435339; color: #fff; }
.header-row { max-width: var(--max); margin: auto; min-height: 76px; padding: 0 24px; display: flex; align-items: center; gap: 28px; }
.brand { display: block; width: 160px; height: 68px; flex: 0 0 160px; overflow: hidden; border-radius: 6px; background: #fff; }
.brand img { display: block; width: 160px; height: auto; transform: translateY(-22px); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.nav a { text-decoration: none; font-size: .91rem; font-weight: 650; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--lime); }
.nav-group { position: relative; }
.submenu { position: absolute; left: -18px; top: 100%; width: 310px; display: none; padding: 16px 18px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: var(--green-dark); box-shadow: 0 16px 36px rgba(0,0,0,.2); }
.submenu a { display: block; padding: 7px 0; color: #d8e9e5; }
.nav-group:hover .submenu, .nav-group:focus-within .submenu { display: block; }
.header-contact { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: .55rem .85rem; border: 1px solid rgba(255,255,255,.52); border-radius: 999px; background: rgba(255,255,255,.06); color: #fff; text-decoration: none; font-weight: 750; line-height: 1.2; white-space: nowrap; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.header-contact:hover { border-color: #fff; background: rgba(255,255,255,.13); transform: translateY(-1px); }
.header-phone-icon { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.header-estimate { border-color: var(--paper); background: var(--paper); color: var(--green-dark); box-shadow: 0 5px 16px rgba(36,33,27,.16); transition: background .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.header-estimate:hover { border-color: #fff; background: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(36,33,27,.22); }
.header-contact:focus-visible, .header-estimate:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }
.menu-button { display: none; align-items: center; justify-content: center; width: 48px; margin-left: auto; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; background: transparent; color: #fff; }
.menu-icon { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.menu-button:focus-visible { outline: 3px solid var(--lime); outline-offset: 3px; }

.hero { background: var(--green-dark); color: #fff; }
.hero-grid { max-width: var(--max); margin: auto; padding: 78px 24px 70px; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.7fr); gap: 70px; align-items: end; }
.eyebrow { margin: 0 0 1rem; color: var(--lime); font-size: .78rem; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; margin: 0; text-wrap: balance; }
h1 { max-width: 850px; font-size: clamp(2.65rem, 5.8vw, 5.3rem); }
h2 { font-size: clamp(2rem, 3.8vw, 3.35rem); }
h3 { font-size: 1.35rem; }
.hero .lead { max-width: 760px; margin: 1.6rem 0 0; color: #d8e9e5; font-size: clamp(1.08rem, 1.8vw, 1.3rem); }
.hero-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; padding: .75rem 1.2rem; text-decoration: none; font-weight: 750; line-height: 1.2; }
.button-primary { background: var(--lime); color: var(--green-dark); }
.button-secondary { border-color: rgba(255,255,255,.4); color: #fff; }
.button-dark { background: var(--green-dark); color: #fff; }
.hero-facts { border-top: 1px solid rgba(255,255,255,.25); }
.hero-fact { display: grid; grid-template-columns: 80px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.hero-fact strong { color: var(--lime); font-size: 1.2rem; }
.hero-fact span { color: #d8e9e5; }

.breadcrumbs { max-width: var(--max); margin: auto; padding: 22px 24px 0; display: flex; align-items: center; gap: .55rem; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--green); font-weight: 750; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs-separator { opacity: .55; }
.breadcrumbs-current { opacity: .78; }
.breadcrumbs + .content-page .content-wrap { padding-top: 42px; }
.page-intro { max-width: var(--max); margin: auto; padding: 68px 24px 52px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(290px,.65fr); gap: 64px; align-items: end; }
.page-intro h1 { color: var(--ink); font-size: clamp(2.55rem, 5vw, 4.8rem); }
.page-intro .lead { margin: 1.4rem 0 0; max-width: 790px; font-size: 1.18rem; color: var(--muted); }
.intro-note { border-top: 3px solid var(--green); padding-top: 18px; }
.intro-note strong { display: block; margin-bottom: 6px; font-size: 1.1rem; }

.section { max-width: var(--max); margin: auto; padding: 72px 24px; }
.section + .section { border-top: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 48px; margin-bottom: 35px; }
.section-head p { margin: 0; color: var(--muted); max-width: 700px; }
.kicker { color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.grid { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.card { min-width: 0; border: 1px solid var(--line); border-radius: 18px; padding: 25px; background: var(--paper); }
.card-accent { background: var(--green-dark); color: #fff; border-color: var(--green-dark); }
.card-accent p, .card-accent li { color: #d8e9e5; }
.card-number { display: block; margin-bottom: 28px; color: var(--green); font-size: .84rem; font-weight: 800; }
.card p { margin: .8rem 0 0; color: var(--muted); }
.text-link { display: inline-block; margin-top: 1.15rem; color: var(--green); font-weight: 750; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.card-accent .text-link { color: var(--lime); }

.metrics { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.metric { padding: 28px; }
.metric + .metric { border-left: 1px solid var(--line); }
.metric strong { display: block; color: var(--green); font-size: clamp(1.6rem,3vw,2.7rem); line-height: 1; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 10px; color: var(--muted); font-size: .93rem; }

.steps { counter-reset: step; border-top: 1px solid var(--line); }
.step { counter-increment: step; display: grid; grid-template-columns: 78px minmax(180px,.55fr) minmax(0,1fr); gap: 28px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.step::before { content: counter(step, decimal-leading-zero); color: var(--green); font-weight: 800; }
.step p { margin: 0; color: var(--muted); }

.price-table { width: 100%; border-collapse: collapse; border-top: 3px solid var(--green-dark); }
.price-table th, .price-table td { padding: 18px 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.price-table th { color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.price-table td:first-child { font-weight: 750; }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 20px 0; }
.faq summary { cursor: pointer; font-size: 1.08rem; font-weight: 750; list-style: none; }
.faq summary::after { content: "+"; float: right; color: var(--green); font-size: 1.5rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq p { max-width: 780px; color: var(--muted); }

.cta { background: var(--wash); }
.cta-box { max-width: var(--max); margin: auto; padding: 70px 24px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 36px; align-items: center; }
.cta-box p { color: var(--muted); max-width: 720px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .86rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: var(--field-bg); padding: 13px 14px; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.form-note { grid-column: 1/-1; color: var(--muted); font-size: .84rem; }

.content-page { background: transparent; }
.content-wrap { max-width: var(--max); margin: auto; padding: 70px 24px 82px; }
.content-page h1 { max-width: 900px; margin: 0 0 38px; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.03; letter-spacing: -.055em; }
.content-page h2 { margin: 64px 0 18px; padding-top: 28px; border-top: 1px solid var(--line); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.12; letter-spacing: -.035em; }
.content-page h3 { margin: 34px 0 12px; font-size: clamp(1.18rem, 2vw, 1.45rem); line-height: 1.25; }
.content-page p { max-width: 840px; margin: 0 0 18px; color: var(--muted); }
.content-page li { color: var(--muted); }
.content-list { max-width: 840px; margin: 0 0 24px; padding-left: 1.3rem; }
.content-list li { margin: 0 0 10px; }
.content-action { display: inline-flex; margin: 2px 10px 18px 0; }
.content-table { margin: 24px 0 34px; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.content-table table { min-width: 100%; border-collapse: collapse; }
.content-table td { min-width: 180px; padding: 16px; border-right: 1px solid var(--line); color: var(--muted); vertical-align: top; }
.content-table td:last-child { border-right: 0; }
.prices-table th { background: #33482e; color: var(--paper); }
.prices-table td:first-child { font-weight: 700; }
.prices-table tr:nth-child(odd) td { background: #e7dcc2; }
.primary-service-cards { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 840px; margin-top: 24px; }
.service-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.service-card { position: relative; min-height: 220px; padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.service-card:hover { transform: translateY(-3px); border-color: #435339; box-shadow: 0 16px 36px rgba(67,83,57,.12); }
.primary-service-card { min-height: 0; }
.content-page .primary-service-card h3 { margin: 0 0 14px; font-size: clamp(1.4rem, 2vw, 1.85rem); }
.content-page .service-card h2 { margin: 0 0 18px; padding: 0; border: 0; font-size: clamp(1.45rem, 2.1vw, 2rem); }
.content-page .service-card p { margin: 0; }
.service-card-hit { position: absolute; inset: 0; z-index: 1; border-radius: 18px; cursor: pointer; }
.service-card-hit:focus-visible { outline: 3px solid #435339; outline-offset: 4px; }
.featured-gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.portfolio-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 34px; }
.portfolio-item { margin: 0; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: var(--wash); }
.portfolio-item img { display: block; width: 100%; height: 100%; object-fit: cover; }
.portfolio-gallery .portfolio-item { position: relative; }
.portfolio-open {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.portfolio-open:focus-visible {
  outline: 4px solid #e2b457;
  outline-offset: -6px;
}
.portfolio-gallery .portfolio-item figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 18px 16px;
  color: #fff;
  background: linear-gradient(transparent, rgba(19, 25, 17, .9));
  font-size: .92rem;
  line-height: 1.45;
  pointer-events: none;
}

.lightbox[hidden] { display: none; }
.lightbox {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px 86px;
  background: rgba(14, 18, 12, .93);
  backdrop-filter: blur(8px);
}
.lightbox-figure {
  position: relative;
  max-width: min(1120px, 100%);
  max-height: calc(100vh - 64px);
  margin: 0;
  overflow: hidden;
  border-radius: 14px;
  background: #172015;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .5);
}
.lightbox-figure img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  width: auto;
  height: auto;
  object-fit: contain;
}
.lightbox-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 42px 24px 20px;
  color: #fff;
  background: linear-gradient(transparent, rgba(8, 12, 7, .94));
  font-size: 1rem;
  line-height: 1.5;
}
.lightbox-close,
.lightbox-arrow {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 50%;
  background: rgba(45, 64, 41, .7);
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}
.lightbox-close:hover,
.lightbox-arrow:hover { background: #d6a143; color: #272219; }
.lightbox-close:focus-visible,
.lightbox-arrow:focus-visible { outline: 3px solid #e2b457; outline-offset: 3px; }
.lightbox-close {
  top: 22px;
  right: 24px;
  width: 50px;
  min-height: 50px;
  font-size: 2rem;
  line-height: 1;
}
.lightbox-arrow {
  top: 50%;
  width: 56px;
  min-height: 56px;
  transform: translateY(-50%);
  font-size: 2.7rem;
  line-height: 1;
}
.lightbox-arrow:hover { transform: translateY(-50%) scale(1.05); }
.lightbox-arrow-prev { left: 20px; }
.lightbox-arrow-next { right: 20px; }
.lightbox-counter {
  position: absolute;
  top: 28px;
  left: 28px;
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
  font-weight: 600;
}
body.has-lightbox { overflow: hidden; }
.portfolio-media-section { margin-top: 34px; }
.portfolio-media-section .portfolio-gallery { margin-top: 0; }
.portfolio-more { display: flex; justify-content: center; margin-top: 28px; }
.portfolio-video-section { margin-top: 56px; }
.portfolio-video-section h2 { margin: 0; }
.video-gallery { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 24px; }
.video-item { overflow: hidden; aspect-ratio: 16 / 9; border-radius: 18px; background: var(--green-dark); }
.video-item iframe { display: block; width: 100%; height: 100%; border: 0; }
.site-estimate { scroll-margin-top: 92px; background: var(--estimate-bg); }
.estimate-wrap { max-width: var(--max); margin: auto; padding: 70px 24px; }

.site-footer { background: var(--green-dark); color: #fff; }
.footer-grid { max-width: var(--max); margin: auto; padding: 52px 24px 28px; display: grid; grid-template-columns: 1.2fr .7fr .8fr; gap: 42px; }
.site-footer h2 { font-size: 1.6rem; }
.site-footer p, .site-footer a { color: #c8ded9; }
.footer-links { display: grid; gap: 8px; }
.footer-links a { text-decoration: none; }
.site-footer .legal { max-width: var(--max); margin: auto; padding: 20px 24px 30px; border-top: 1px solid rgba(255,255,255,.16); color: #89a9a3; font-size: .82rem; }

@media (max-width: 1180px) {
  .header-row { min-height: 68px; }
  .menu-button { display: inline-flex; }
  .header-contact { margin-left: 0; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 68px; margin: 0; padding: 12px 18px 14px; background: var(--green-dark); flex-direction: column; align-items: flex-start; gap: 8px; border-top: 1px solid rgba(255,255,255,.14); }
  .nav.is-open { display: flex; }
  .nav-group { width: 100%; }
  .submenu { position: static; display: grid; width: auto; margin-top: 4px; padding: 2px 0 0 12px; border: 0; border-radius: 0; box-shadow: none; }
  .nav .submenu a { padding: 3px 0; font-weight: 400; }
  .hero-grid, .page-intro { grid-template-columns: 1fr; gap: 38px; }
  .hero-grid { padding-top: 58px; }
  .section-head { grid-template-columns: 1fr; gap: 16px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .primary-service-cards, .service-cards, .featured-gallery, .portfolio-gallery, .video-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .metrics { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .metric:nth-child(4) { border-top: 1px solid var(--line); }
  .cta-box { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .header-row {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content auto;
    justify-content: stretch;
    gap: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .header-contact {
    display: inline-flex;
    grid-row: 1;
    grid-column: 2;
    width: max-content;
    max-width: none;
    min-width: 0;
    min-height: 42px;
    justify-content: center;
    justify-self: end;
    gap: 5px;
    margin: 0;
    padding: 0 .1rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--ink);
    font-size: clamp(.73rem, 3.2vw, .84rem);
    box-shadow: none;
  }
  .header-contact:hover { border: 0; background: transparent; transform: none; }
  .header-contact-name { display: none; }
  .header-contact .header-phone-icon { display: block; width: 14px; height: 14px; flex-basis: 14px; }
  .brand { grid-row: 1; grid-column: 1; }
  .menu-button { grid-row: 1; grid-column: 3; width: 44px; margin-left: 0; }
  .header-row > .button { display: none; }
  .hero-grid, .page-intro, .section { padding-left: 18px; padding-right: 18px; }
  .breadcrumbs { padding-left: 18px; padding-right: 18px; }
  .content-wrap, .estimate-wrap { padding-left: 18px; padding-right: 18px; }
  .hero-grid { padding-top: 48px; padding-bottom: 50px; }
  .grid-2, .grid-3, .metrics, .contact-form { grid-template-columns: 1fr; }
  .primary-service-cards, .service-cards, .featured-gallery, .portfolio-gallery, .video-gallery { grid-template-columns: 1fr; }
  .lightbox { padding: 76px 12px 72px; }
  .lightbox-figure { max-height: calc(100vh - 148px); border-radius: 10px; }
  .lightbox-figure img { max-height: calc(100vh - 148px); }
  .lightbox-figure figcaption { padding: 36px 16px 14px; font-size: .9rem; }
  .lightbox-close { top: 14px; right: 14px; width: 46px; min-height: 46px; }
  .lightbox-arrow { top: auto; bottom: 14px; width: 48px; min-height: 48px; transform: none; }
  .lightbox-arrow:hover { transform: scale(1.05); }
  .lightbox-arrow-prev { left: calc(50% - 58px); }
  .lightbox-arrow-next { right: calc(50% - 58px); }
  .lightbox-counter { top: 28px; left: 16px; }
  .service-card { min-height: 0; }
  .metric + .metric { border-left: 0; border-top: 1px solid var(--line); }
  .step { grid-template-columns: 48px 1fr; gap: 12px; }
  .step p { grid-column: 2; }
  .price-table { display: block; overflow-x: auto; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* "First" visual direction: warm editorial landscape styling. */
:root {
  --ink: #28251f;
  --muted: #6f685c;
  --green: #33482e;
  --green-dark: #2d4029;
  --lime: #d9a646;
  --paper: #f3ecdc;
  --wash: #ebe0c8;
  --estimate-bg: #e7dcc2;
  --field-bg: #fbf8f0;
  --line: #d9cdb4;
  --rust: #93491e;
  --max: 1260px;
  font-family: "Work Sans", sans-serif;
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.48), transparent 28rem),
    var(--paper);
}

h1, h2, h3 {
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.metric strong,
.text-link {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h1, h2, h3 { letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 6.2vw, 6.15rem); }
h2 { font-size: clamp(2.15rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }

.site-header {
  border-bottom: 1px solid rgba(52, 44, 31, .13);
  background: rgba(246, 239, 223, .96);
  color: var(--ink);
  box-shadow: 0 8px 28px rgba(55, 45, 29, .07);
  backdrop-filter: blur(12px);
}

.header-row { min-height: 86px; gap: 24px; }
.brand {
  width: 190px;
  height: 72px;
  flex-basis: 190px;
  border-radius: 0;
  background: transparent;
}
.brand img { width: 168px; transform: translateY(-24px); }
.nav { gap: 28px; }
.nav a { font-size: .95rem; font-weight: 600; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--rust); }
.submenu {
  top: calc(100% + 22px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #faf6ed;
  box-shadow: 0 22px 50px rgba(55, 45, 29, .16);
}
.submenu a { color: var(--ink); }
@media (min-width: 1181px) {
  .nav-group::after {
    content: "";
    position: absolute;
    z-index: 0;
    top: 100%;
    left: -18px;
    right: -18px;
    height: 24px;
  }
  .submenu { z-index: 1; }
}
.header-contact {
  border-color: #aaa089;
  border-radius: 10px;
  background: transparent;
  color: var(--ink);
}
.header-contact:hover { border-color: var(--green); background: rgba(51,72,46,.07); }
.header-estimate {
  border-color: var(--green);
  border-radius: 10px;
  background: var(--green);
  color: #fff;
  box-shadow: 0 10px 24px rgba(45,64,41,.18);
}
.header-estimate:hover { border-color: #253521; background: #253521; }
.menu-button { border-color: var(--green); border-radius: 10px; color: var(--green); }
.menu-button[aria-expanded="true"] { background: rgba(51,72,46,.09); }

.reference-hero {
  position: relative;
  min-height: 650px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fffaf0;
  background:
    linear-gradient(90deg, rgba(24,29,20,.88) 0%, rgba(24,29,20,.66) 45%, rgba(24,29,20,.12) 78%),
    linear-gradient(0deg, rgba(20,25,17,.62), transparent 52%),
    url("main-hero.webp") center 48% / cover no-repeat;
}
.reference-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 72px 24px 66px;
}
.content-page .reference-hero h1 {
  max-width: 930px;
  margin: 0;
  color: #fffaf0;
  font-size: clamp(3.15rem, 6.6vw, 6.6rem);
  line-height: .96;
}
.content-page .reference-hero p:not(.eyebrow) {
  max-width: 760px;
  margin: 1.35rem 0 0;
  color: rgba(255,250,240,.91);
  font-size: 1.12rem;
}
.reference-hero .eyebrow { color: #e2b457; }
.reference-hero .content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding: 0;
  list-style: none;
}
.reference-hero .content-list li {
  margin: 0;
  padding: 13px 18px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  font-size: .92rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.reference-hero .content-list li:first-child {
  border-color: #d6a143;
  background: #d6a143;
  color: #262219;
}
.reference-hero .content-list li:nth-child(2) { color: #f3ecdc; }
.reference-hero .content-list a {
  display: block;
  margin: -13px -18px;
  padding: 13px 18px;
  border-radius: inherit;
  color: inherit;
  text-decoration: none;
}
.reference-hero .content-list a:focus-visible {
  outline: 3px solid #fffaf0;
  outline-offset: 3px;
}

.content-wrap { padding-top: 88px; padding-bottom: 96px; }
.content-wrap.home-content { padding-top: 0; padding-bottom: 0; }
.content-page h1 { line-height: 1; }
.content-page h2 {
  margin-top: 78px;
  padding-top: 0;
  border-top: 0;
}
.content-page h2::before {
  content: "";
  display: block;
  width: 46px;
  height: 3px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: var(--rust);
}
.content-page p { line-height: 1.7; }
.team-member {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .72fr);
  gap: 40px;
  align-items: start;
}
.team-member h3 { margin-top: 0; }
.team-member-photo {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 6px solid #fbf8f0;
  border-radius: 22px;
  background: var(--green-dark);
  box-shadow: 0 16px 36px rgba(65, 52, 32, .16);
}
.team-member-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
.content-inline-link {
  display: inline-block;
  padding: .08em .32em;
  border-radius: 4px;
  background: #e7dcc2;
  color: #29251c;
  
  line-height: 1.35;
  text-decoration: none;
}
.content-inline-link:hover { color:#93491e; }
.content-inline-link:focus-visible {
  outline: 3px solid var(--green-dark);
  outline-offset: 3px;
}
.breadcrumbs { padding-top: 28px; }
.breadcrumbs a, .kicker { color: var(--rust); }

.work-process {
  width: 100vw;
  margin: 78px 0 0 calc(50% - 50vw);
  color: #f7f0df;
  background: var(--green-dark);
}
@supports (width: 100cqw) {
  html { container-type: inline-size; }
  .work-process,
  .content-page .guarantee-block,
  .content-page .benefits-block {
    width: 100cqw;
    margin-left: calc(50% - 50cqw);
  }
}
.work-process-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 76px 24px 82px;
}
.content-page .work-process h2 {
  margin: 0 0 32px;
  color: #fff8e8;
}
.content-page .work-process h2::before { background: #e2b457; }
.experience-block { margin-top: 78px; }
.experience-block-inner { display: grid; grid-template-columns: minmax(240px, .58fr) minmax(0, 1fr); column-gap: 64px; }
.content-page .experience-block h2 { grid-column: 1; grid-row: 1 / span 2; margin-bottom: 0; align-self: start; }
.content-page .experience-block p {
  grid-column: 2;
  max-width: 760px;
  margin-bottom: 20px;
  color: rgba(247, 240, 223, .88);
  font-size: 1.05rem;
}
.content-page .experience-block p:last-child { margin-bottom: 0; }
.process-list {
  counter-reset: process-step;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(247, 240, 223, .25);
  list-style: none;
}
.process-list li {
  counter-increment: process-step;
  display: grid;
  grid-template-columns: 94px minmax(0, 1fr);
  align-items: center;
  min-height: 116px;
  margin: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(247, 240, 223, .25);
  color: #f2ecdf;
  font-size: 1.08rem;
  line-height: 1.75;
}
.process-list li::before {
  content: counter(process-step, decimal-leading-zero);
  color: #e2b457;
  font-family: "EB Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1;
}
.faq-section .process-list li { align-items: start; }
.content-page .faq-section .process-list h3 {
  margin: 0 0 10px;
  color: #fff8e8;
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
}
.content-page .faq-section .process-list p {
  max-width: 780px;
  margin: 0;
  color: rgba(247, 240, 223, .88);
}

.guarantee-block {
  width: 100vw;
  margin: 78px 0 0 calc(50% - 50vw);
  color: #f7f0df;
  background: var(--green-dark);
}
.guarantee-inner {
  width: min(100%, var(--max));
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
  margin: 0 auto;
  padding: 78px 24px 84px;
}
.content-page .guarantee-block h2 {
  margin: 0 0 26px;
  color: #fff8e8;
}
.content-page .guarantee-block h2::before { background: #e2b457; }
.content-page .guarantee-block p {
  max-width: 860px;
  color: #f2ecdf;
}
.content-page .guarantee-block p:last-child { margin-bottom: 0; }
.guarantee-seal {
  width: min(100%, 240px);
  justify-self: end;
  color: #718a68;
}
.guarantee-seal svg {
  display: block;
  width: 100%;
  height: auto;
}
.checkbox-outline,
.checkbox-check {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.checkbox-outline { stroke-width: 8; }
.checkbox-check { stroke-width: 15; }

.benefits-block {
  width: 100vw;
  margin: 78px 0 0 calc(50% - 50vw);
  color: #f7f0df;
  background: var(--green-dark);
}
.benefits-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 78px 24px 84px;
}
.content-page .benefits-block h2 {
  margin: 0;
  color: #e2b457;
  text-align: center;
}
.content-page .benefits-block h2::before {
  margin-right: auto;
  margin-left: auto;
  background: #e2b457;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-top: 46px;
}

.home-discussion {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
  align-items: end;
  gap: clamp(34px, 6vw, 84px);
  min-height: 285px;
  margin-top: 78px;
  padding-bottom: 22px;
}
.content-page .home-discussion h2 { margin: 0 0 18px; }
.home-discussion-copy { align-self: start; }
.home-discussion-copy p { margin-bottom: 24px; }
.discussion-phone {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: .82rem 1.3rem;
  border: 1px solid var(--green-dark);
  border-radius: 10px;
  background: var(--green-dark);
  box-shadow: 0 10px 24px rgba(45,64,41,.18);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.discussion-phone:hover {
  border-color: #253521;
  background: #253521;
  box-shadow: 0 14px 28px rgba(45,40,31,.2);
  transform: translateY(-2px);
}
.discussion-phone:focus-visible {
  outline: 3px solid var(--rust);
  outline-offset: 3px;
}
.discussion-arrow {
  display: block;
  width: 100%;
  max-width: 340px;
  height: auto;
  align-self: end;
  justify-self: start;
  overflow: visible;
  transform: translateY(18px);
}
.discussion-arrow path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.discussion-arrow-body {
  stroke: #ded3bd;
  stroke-width: 31;
}
.benefit-item {
  display: grid;
  justify-items: center;
  min-width: 0;
  text-align: center;
}
.benefit-icon {
  display: grid;
  width: 106px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid rgba(226, 180, 87, .68);
  border-radius: 50%;
  color: #f7f0df;
}
.benefit-icon svg {
  width: 54px;
  height: 54px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.content-page .benefit-item h3 {
  margin: 18px 0 0;
  color: #f7f0df;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  line-height: 1.1;
}

.button {
  border-radius: 10px;
  padding: .82rem 1.3rem;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(45,40,31,.16); }
.button-primary { background: #d6a143; color: #29251c; }
.button-dark, .contact-form button { background: var(--green-dark); color: #fff; }

.card,
.service-card {
  border-color: var(--line);
  border-radius: 20px;
  background: #fbf8f0;
  box-shadow: 0 15px 34px rgba(65,52,32,.08);
}
.primary-service-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: none;
}
.service-cards { gap: 24px; }
.service-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
}
.service-card-image {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-bottom: 1px solid var(--line);
}
.content-page .service-card h2,
.content-page .primary-service-card h3 {
  margin: 0;
  padding: 27px 28px 0;
  border: 0;
  font-size: clamp(1.65rem, 2.3vw, 2.2rem);
  line-height: 1.08;
}
.content-page .service-card h2::before { display: none; }
.content-page .service-card p {
  flex: 1;
  margin: 14px 0 0;
  padding: 0 28px 30px;
  font-size: .98rem;
  line-height: 1.62;
}

/* Service-page illustration pairs */
.service-illustration-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}
.service-illustration-block-intro { padding-top: 0; }
.content-page .service-illustration-copy h1 {
  margin: 0 0 32px;
}
.content-page .service-illustration-copy h2 {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}
.content-page .service-illustration-copy h2::before { display: none; }
.service-illustration-copy .content-list { margin-bottom: 0; }
.service-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.service-estimate-button { gap: 10px; }
.button-whatsapp-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  fill: currentColor;
}
.service-examples-button { margin: 0; }
.service-illustration {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border: 6px solid #fbf8f0;
  border-radius: 22px;
  background: var(--green-dark);
  box-shadow: 0 16px 36px rgba(65, 52, 32, .16);
}
.service-illustration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-illustration figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 46px 20px 18px;
  color: #fff;
  background: linear-gradient(transparent, rgba(19, 25, 17, .9));
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.45;
}
.audiences-section { margin-top: 72px; }
.audience-cards { margin-top: 24px; }
.content-page .audience-card p { padding-bottom: 18px; }
.audience-card-link {
  position: relative;
  z-index: 2;
  align-self: flex-start;
  margin: 0 28px 30px;
  color: var(--rust);
  font-weight: 700;
  line-height: 1.4;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.audience-card-link:hover { color: var(--green-dark); }
.audience-card-link:focus-visible { outline: 3px solid var(--rust); outline-offset: 4px; }
.service-card:hover {
  border-color: #b9a98a;
  box-shadow: 0 22px 46px rgba(65,52,32,.14);
  transform: translateY(-5px);
}
.card-accent { border-color: var(--green-dark); background: var(--green-dark); }
.card-number { color: var(--rust); }
.text-link { color: var(--rust); font-size: 1.08rem; }

.metrics {
  border: 0;
  border-radius: 20px;
  gap: 18px;
  overflow: visible;
}
.metric {
  border: 1px solid var(--line) !important;
  border-radius: 18px;
  background: #fbf8f0;
  box-shadow: 0 14px 32px rgba(65,52,32,.08);
}
.metric strong { color: var(--rust); }

.portfolio-item,
.video-item {
  border: 6px solid #fbf8f0;
  border-radius: 20px;
  box-shadow: 0 16px 36px rgba(65,52,32,.13);
  transition: transform .25s ease, box-shadow .25s ease;
}
.portfolio-item:hover,
.video-item:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(65,52,32,.18); }
.featured-gallery, .portfolio-gallery, .video-gallery { gap: 24px; }
.gallery-more { margin-top: 28px; }

.content-list li::marker { color: var(--rust); }
.step::before { color: var(--rust); }
.steps, .step, .faq, .faq details { border-color: var(--line); }
.faq summary { font-family: Georgia, "Times New Roman", serif; font-size: 1.22rem; }
.faq summary::after { color: var(--rust); }
.price-table { border-top-color: var(--rust); }
.price-table th { color: var(--rust); }
.content-table { border-radius: 18px; background: #fbf8f0; box-shadow: 0 12px 28px rgba(65,52,32,.07); }

.site-estimate {
  border-top: 1px solid #d2c3a5;
  border-bottom: 1px solid #d2c3a5;
  background:
    radial-gradient(circle at 85% 15%, rgba(255,255,255,.38), transparent 22rem),
    var(--estimate-bg);
}
.estimate-wrap { padding-top: 90px; padding-bottom: 90px; }
.field input, .field select, .field textarea {
  border-color: #cfc1a5;
  border-radius: 12px;
  background: #fbf8f0;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(147,73,30,.22);
  border-color: var(--rust);
}

.cta { background: var(--wash); }
.cta-box { padding-top: 84px; padding-bottom: 84px; }

.site-footer {
  color: #fffaf0;
  background: var(--green-dark);
}
.footer-grid { padding-top: 68px; }
.site-footer p, .site-footer a { color: #e4dfd1; }
.site-footer a:hover { color: #e2b457; }
.site-footer .legal { color: #aeb8a4; }
.site-footer a[href="https://www.instagram.com/mir_vodopadov_kg/"] {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.site-footer a[href="https://www.instagram.com/mir_vodopadov_kg/"]::before {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: center / contain no-repeat url("icons/instagram.svg");
}

@media (max-width: 1180px) {
  .primary-service-cards, .service-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .header-row { min-height: 76px; }
  .nav {
    top: 76px;
    padding: 12px 18px 14px;
    gap: 8px;
    border-top: 1px solid var(--line);
    background: #f6efdf;
    color: var(--ink);
    box-shadow: 0 20px 40px rgba(55,45,29,.16);
  }
  .submenu {
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .guarantee-inner { grid-template-columns: minmax(0, 1fr) 230px; }
  .home-discussion { grid-template-columns: minmax(0, 1fr) minmax(280px, .7fr); }
}

@media (max-width: 760px) {
  .benefits-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 18px; }
  .service-illustration-block {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 56px 0;
  }
  .service-illustration-block-intro { padding-top: 0; }
}

@media (max-width: 620px) {
  .primary-service-cards, .service-cards { grid-template-columns: 1fr; }
  .header-row { gap: 4px; padding-inline: 10px; }
  .header-contact {
    border: 0;
    background: transparent;
    color: var(--ink);
    box-shadow: none;
  }
  .header-contact:hover { border: 0; background: transparent; transform: none; }
  .brand {
    width: clamp(110px, 31vw, 160px);
    height: 66px;
    flex-basis: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
  }
  .brand img {
    position: static;
    width: 100%;
    max-width: 100%;
    height: auto;
    transform: none;
  }
  .nav { top: 100%; }
  .reference-hero { min-height: 600px; }
  .reference-hero-inner { padding: 60px 18px 48px; }
  .content-page .reference-hero h1 { font-size: clamp(2.7rem, 13vw, 4.4rem); }
  .content-page .reference-hero p:not(.eyebrow) { font-size: 1rem; }
  .content-wrap { padding-top: 62px; padding-bottom: 72px; }
  .team-member { grid-template-columns: 1fr; gap: 24px; }
  .content-wrap.home-content { padding-bottom: 0; }
  .content-page h2 { margin-top: 58px; }
  .work-process { margin-top: 58px; }
  .experience-block { margin-top: 58px; }
  .work-process-inner { padding: 58px 18px 64px; }
  .content-page .work-process h2 { margin-bottom: 26px; }
  .experience-block-inner { display: block; }
  .content-page .experience-block h2 { margin-bottom: 26px; }
  .process-list li {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 10px;
    min-height: 108px;
    padding: 22px 0;
    font-size: 1rem;
    line-height: 1.7;
  }
  .process-list li::before { font-size: 2.8rem; }
  .guarantee-block { margin-top: 58px; }
  .guarantee-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 58px 18px 64px;
  }
  .guarantee-seal {
    width: 190px;
    justify-self: center;
  }
  .benefits-block { margin-top: 58px; }
  .benefits-inner { padding: 58px 18px 64px; }
  .benefits-grid { margin-top: 34px; }
  .benefit-icon { width: 82px; }
  .benefit-icon svg { width: 42px; height: 42px; }
  .content-page .benefit-item h3 { margin-top: 14px; font-size: 1.08rem; }
  .home-discussion {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    margin-top: 58px;
    padding-bottom: 12px;
  }
  .discussion-phone { width: 100%; }
  .discussion-arrow { display: none; }
  .content-page .service-card h2,
  .content-page .primary-service-card h3 { padding: 24px 22px 0; }
  .content-page .service-card p { padding: 0 22px 26px; }
  .estimate-wrap { padding-top: 66px; padding-bottom: 66px; }
}

@media (min-width: 370px) and (max-width: 620px) {
  .header-contact { margin-right: 46px; }
}
