:root {
    --milk: #fffaf2;
    --cream: #f6eddf;
    --sand: #e8dac5;
    --green: #203b2f;
    --olive: #52624a;
    --gold: #c5a064;
    --text: #2a261f;
    --muted: #6f6a60;
    --line: rgba(32,59,47,.16);
    --shadow: 0 24px 70px rgba(50,40,25,.14);
    --radius: 28px;
    --max: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Manrope,system-ui,-apple-system,Segoe UI,sans-serif;
    color: var(--text);
    background: radial-gradient(circle at 20% 0%,#fff 0,#fff7eb 36%,#f3eadc 100%);
    line-height: 1.65;
    padding-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button,
input {
    font: inherit;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    max-width: var(--max);
    margin: 14px auto 0;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255,250,242,.9);
    backdrop-filter: blur(18px);
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 10px 40px rgba(32,59,47,.08);
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: var(--green);
}

.brand img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.brand span,
.footer-brand {
    font-family: "Playfair Display",serif;
    font-size: 1.35rem;
}

.main-nav {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.main-nav a {
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--olive);
    font-weight: 700;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    background: var(--cream);
    color: var(--green);
}

.btn {
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
}

.btn--primary {
    background: var(--green);
    color: #fff;
    box-shadow: 0 12px 30px rgba(32,59,47,.24);
}

.btn--primary:hover {
    transform: translateY(-1px);
}

.btn--ghost {
    border: 1px solid var(--line);
    background: #fff;
    color: var(--green);
}

:focus-visible {
    outline: 3px solid rgba(197,160,100,.55);
    outline-offset: 3px;
}

.burger {
    display: none;
    margin-left: auto;
    background: transparent;
    border: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 10px;
}

.burger span {
    display: block;
    height: 2px;
    background: var(--green);
    margin: 6px 0;
}

.section {
    max-width: var(--max);
    margin: 0 auto;
    padding: 74px 20px;
}

.hero,
.split,
.image-section {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 44px;
    align-items: center;
}

.hero {
    padding-top: 56px;
}

.hero__text,
.hero__image,
.service-card,
.info-card,
.legal,
.image-card,
.map-block {
    background: rgba(255,250,242,.78);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.hero__text {
    padding: 42px;
}

.hero__image {
    padding: 12px;
    overflow: hidden;
}

.hero__image img {
    width: 100%;
    aspect-ratio: 4/4.45;
    object-fit: cover;
    border-radius: 22px;
}

h1,
h2,
h3 {
    font-family: "Playfair Display",Georgia,serif;
    color: var(--green);
    line-height: 1.08;
    margin: 0 0 18px;
}

h1 {
    font-size: clamp(2.35rem,5vw,4.8rem);
    letter-spacing: -.035em;
}

h2 {
    font-size: clamp(2rem,3.5vw,3.2rem);
}

h3 {
    font-size: 1.55rem;
}

.lead {
    font-size: clamp(1.05rem,2vw,1.28rem);
    color: #403a31;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--gold);
    font-weight: 900;
    font-size: .78rem;
    margin: 0 0 12px;
}

.actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 26px 0;
}

.facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.facts span {
    border: 1px solid var(--line);
    background: #fff;
    padding: 9px 12px;
    border-radius: 999px;
    font-weight: 700;
    color: var(--green);
}

.trust-grid,
.mini-grid,
.price-grid,
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
}

.trust-grid div,
.mini-card,
.price-grid div,
.contact-card,
.service-card,
.info-card {
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255,255,255,.64);
    padding: 22px;
    box-shadow: 0 14px 40px rgba(32,59,47,.08);
}

.trust-grid div {
    font-weight: 750;
}

.cards--services {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.service-card {
    padding: 30px;
}

.price {
    display: inline-block;
    color: var(--green);
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 12px;
}

.note,
.section-intro,
.wide {
    max-width: 840px;
    color: var(--muted);
}

.note {
    background: rgba(255,255,255,.7);
    border-left: 4px solid var(--gold);
    padding: 18px 20px;
    border-radius: 18px;
    margin-top: 20px;
}

.image-grid,
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.reviews-grid {
    grid-template-columns: repeat(3,1fr);
}

.image-card {
    border: 0;
    padding: 10px;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

.image-card img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.image-grid .image-card img,
.image-section .image-card img,
.schedule-tabs .image-card img {
    aspect-ratio: 4/3;
}

.review-card img {
    aspect-ratio: auto;
}

.process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.process-grid img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: var(--shadow);
}

.process-grid--wide img {
    height: 560px;
}

.text-link {
    display: inline-flex;
    margin-top: 20px;
    color: var(--green);
    font-weight: 900;
    border-bottom: 2px solid var(--gold);
}

.schedule-tabs {
    background: rgba(255,250,242,.72);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 16px;
    box-shadow: var(--shadow);
}

.tab-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.tab-button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 999px;
    padding: 11px 16px;
    color: var(--green);
    font-weight: 900;
    cursor: pointer;
}

.tab-button.is-active {
    background: var(--green);
    color: #fff;
}

.tab-panel {
    display: none;
}

.tab-panel.is-active {
    display: block;
}

.price-grid {
    grid-template-columns: repeat(2,1fr);
}

.price-grid strong {
    display: block;
    font-size: 2.4rem;
    color: var(--green);
    font-family: "Playfair Display",serif;
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: var(--green);
}

.contact-card strong {
    font-size: 1.55rem;
}

.contact-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.map-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 230px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(135deg,rgba(255,250,242,.9),rgba(232,218,197,.75));
    color: var(--green);
}

.map-block span {
    color: var(--gold);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
}

.map-block strong {
    font-size: 1.8rem;
}

.map-block em {
    font-style: normal;
    color: var(--muted);
}

.site-footer {
    max-width: var(--max);
    margin: 50px auto 90px;
    padding: 28px 20px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--line);
    color: var(--muted);
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-menu {
    position: fixed;
    inset: 0;
    z-index: 80;
    pointer-events: none;
    background: transparent;
}

.contact-menu.is-open {
    pointer-events: auto;
}

.contact-menu__inner {
    position: absolute;
    right: calc((100vw - min(var(--max),100vw))/2 + 20px);
    top: 92px;
    width: min(340px,calc(100vw - 32px));
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fffaf2;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-8px);
    transition: .2s;
}

.contact-menu.is-open .contact-menu__inner {
    opacity: 1;
    transform: translateY(0);
}

.contact-menu a {
    display: block;
    padding: 14px 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--line);
    margin-bottom: 9px;
    font-weight: 900;
    color: var(--green);
}

.contact-menu span {
    display: block;
    color: var(--muted);
    font-size: .92rem;
}

.mobile-write {
    display: none;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 70;
    border: 0;
    border-radius: 999px;
    background: var(--green);
    color: #fff;
    padding: 15px 20px;
    font-weight: 900;
    box-shadow: 0 14px 35px rgba(32,59,47,.28);
}

.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(22,27,23,.72);
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.image-modal.is-open {
    display: flex;
}

.image-modal img {
    max-height: 86vh;
    max-width: 94vw;
    border-radius: 22px;
    box-shadow: var(--shadow);
    background: #fff;
}

.image-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--green);
    font-size: 2rem;
    cursor: pointer;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s,transform .7s;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.legal {
    padding: 34px;
}

.page-hero {
    padding-top: 64px;
}

.info-card {
    max-width: 680px;
}

@media (max-width:900px) {
    body {
        padding-bottom: 82px;
    }
    .site-header {
        margin: 8px 10px;
        border-radius: 24px;
    }
    .brand span {
        font-size: 1.1rem;
    }
    .burger {
        display: block;
    }
    .main-nav {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 76px;
        display: none;
        flex-direction: column;
        background: #fffaf2;
        border: 1px solid var(--line);
        border-radius: 22px;
        padding: 12px;
        box-shadow: var(--shadow);
    }
    .main-nav.is-open {
        display: flex;
    }
    .site-header>.write-trigger {
        display: none;
    }
    .mobile-write {
        display: block;
    }
    .hero,
    .split,
    .image-section {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .hero {
        padding-top: 28px;
    }
    .hero__text {
        padding: 26px;
    }
    .section {
        padding: 46px 16px;
    }
    .trust-grid,
    .mini-grid,
    .price-grid,
    .contact-grid,
    .cards--services,
    .image-grid,
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .reviews-grid {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 8px;
    }
    .review-card {
        min-width: 86%;
        scroll-snap-align: start;
    }
    .process-grid {
        grid-template-columns: 1fr;
    }
    .process-grid img,
    .process-grid--wide img {
        height: auto;
        max-height: 520px;
    }
    .site-footer {
        flex-direction: column;
        margin-bottom: 90px;
    }
    .contact-menu__inner {
        left: 16px;
        right: 16px;
        bottom: 84px;
        top: auto;
        width: auto;
    }
    .facts span {
        font-size: .92rem;
    }
    h1 {
        font-size: 2.35rem;
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto!important;
        transition: none!important;
        animation: none!important;
    }
    .reveal {
        opacity: 1;
        transform: none;
    }
}
.cookie-notice {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  max-width: 380px;
  padding: 16px 18px;
  background: rgba(247, 239, 226, 0.96);
  border: 1px solid rgba(32, 59, 47, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(32, 59, 47, 0.16);
  backdrop-filter: blur(8px);
}
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
  padding: 18px 22px;
  background: #eaf6fb;
  border: 1px solid rgba(32, 59, 47, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(32, 59, 47, 0.16);
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: var(--text);
}

.cookie-banner a {
  color: #1689a8;
  font-weight: 700;
  text-decoration: none;
}

.cookie-banner a:hover {
  text-decoration: underline;
}

.cookie-banner__button {
  border: 0;
  border-radius: 10px;
  padding: 12px 18px;
  background: #2493ad;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
}

.cookie-banner__button:hover {
  filter: brightness(0.95);
}

@media (max-width: 700px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner__button {
    width: 100%;
  }
}