:root {
  --site-max-width: 1100px;
  --site-green: #9cad9b;
  --site-beige: #f5f1ea;
  --site-text: #3a2d21;
  --site-text-soft: #463627;
  --site-accent: #5f8166;
  --site-accent-hover: #4f6f56;
  --site-card-shadow: 0 10px 30px rgba(58, 45, 33, 0.08);
  --site-radius: 1rem;

  --text-body: clamp(1.08rem, 1rem + 0.3vw, 1.2rem);
  --text-body-large: clamp(1.18rem, 1.08rem + 0.4vw, 1.32rem);
  --text-h1: clamp(2.3rem, 4.5vw, 3.4rem);
  --text-h2: clamp(1.9rem, 2.8vw, 2.4rem);
  --text-h3: clamp(1.3rem, 1.5vw, 1.5rem);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-size: var(--text-body);
  line-height: 1.65;
}

.intro-text h1 {
  color: var(--site-text);
  font-size: var(--text-h1);
  line-height: 1.1;
  margin-bottom: 0.75rem;
}

#services>.inner>h2,
#experience>.inner>h2,
#prices>.inner>h2,
#getInTouch h2 {
  font-size: var(--text-h2);
  line-height: 1.2;
}

.features h3,
.info-grid h3,
.price-grid h3,
.contact h3 {
  font-size: var(--text-h3);
  line-height: 1.3;
}

.intro-text p {
  color: var(--site-text-soft);
  font-size: var(--text-body-large);
  line-height: 1.7;
  margin-bottom: 0.85rem;
}

.features p,
.info-grid p,
.price-grid p,
#getInTouch p,
.contact p,
.section-intro,
.privacy-note,
.policy-page p,
.policy-page li {
  font-size: var(--text-body);
  line-height: 1.65;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper>.inner {
  width: min(calc(100% - 2.5rem), var(--site-max-width));
  max-width: var(--site-max-width);
  margin: 0 auto;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding: 1rem clamp(1rem, 2.5vw, 2rem);
  padding-left: 15rem;
  padding-right: 10rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 18px rgba(58, 45, 33, 0.08);
}

#header>a.logo-link {
  border-bottom: 0;
  flex: 0 0 auto;
}

.site-logo {
  display: block;
  height: clamp(74px, 8vw, 140px);
  width: auto;
  padding-left: 0;
}

#header>nav.desktop-nav {
  flex: 1 1 32rem;
  display: flex;
  justify-content: flex-end;
}

#header>nav.desktop-nav>ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.7rem 2rem;
  margin: 0;
  padding: 0;
}

#header>nav.desktop-nav>ul>li {
  margin: 0;
}

#header>nav.desktop-nav>ul>li a {
  font-size: 0.92rem;
  line-height: 1.35;
  letter-spacing: 0.12em;
  padding: 0.25rem 0;
  color: var(--site-text);
}

#header>nav>ul>li a:hover,
#header a.scrolly:hover {
  color: #a8815c;
}

#intro {
  background: var(--site-green);
  color: var(--site-text);
}

#intro .inner {
  padding-top: clamp(2rem, 4vw, 3.25rem);
  padding-bottom: clamp(2rem, 4vw, 3.25rem);
}

.intro-content {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(1.25rem, 3vw, 3rem);
  max-width: 980px;
  margin: 0 auto;
}

.intro-image,
.intro-text {
  min-width: 0;
}

.intro-image img {
  width: min(100%, 400px);
  display: block;
  margin: 0 auto;
}

#services {
  background: var(--site-beige);
  color: #2c4d2f;
}

#services h2,
#services h3,
#services p {
  color: #2c4d2f;
}

#services>.inner>h2 {
  margin-bottom: 0.5rem;
}


.features,
.info-grid,
.price-grid,
.contact {
  max-width: var(--site-max-width);
  margin: 0 auto;
}

.features section,
.info-grid section,
.price-grid section {
  border-radius: var(--site-radius);
}

.features section {
  min-height: 220px;
  padding: 2.4rem 2rem 1.5rem 4.5rem;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: var(--site-card-shadow);
}

.features section .icon {
  left: 1.5rem;
  top: 2rem;
  font-size: 2rem;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  background: transparent;
  border: 0;
}

.features section,
.features .service-card {
  width: auto;
  margin: 0;
  border: 0 !important;
  min-height: 220px;
  position: relative;
  border-radius: var(--site-radius);
  padding: 2.4rem 2rem 1.5rem 4.5rem;
  background: rgba(255, 255, 255, 0.35);
  box-shadow: var(--site-card-shadow);
}

.features .service-card:first-child {
  grid-column: 1 / -1;
}

.features .service-card:not(:first-child) h3 {
  font-size: 1.4rem;
  line-height: 1.3;
}

.features .service-card:not(:first-child) p {
  font-size: 1.05rem;
  line-height: 1.6;
}

#experience {
  background: var(--site-green);
}

#experience h2,
#experience h3 {
  color: var(--site-text);
}

#experience p,
.section-intro {
  color: var(--site-text-soft);
}

#experience>.inner>h2,
#prices>.inner>h2 {
  text-align: center;
  margin-bottom: 0.5rem;
}

#experience .section-intro {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 2rem;
}


.info-grid,
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.info-grid section,
.price-grid section {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: var(--site-card-shadow);
}

#gallery {
  background: var(--site-beige);
}

#gallery > .inner {
  width: min(calc(100% - 2rem), 1250px);
  max-width: 1250px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0 auto;
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 5.4;
  object-fit: cover;
  border-radius: var(--site-radius);
  display: block;
  box-shadow: var(--site-card-shadow);
}

#prices,
#prices h2,
#prices h3,
#prices p,
#prices .prices-top-text,
#prices .prices-top-offer {
  color: var(--site-text);
}

.prices-top-text,
.prices-top-offer,
.section-intro {
  text-align: center;
}

.prices-top-text {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.prices-top-offer {
  margin-bottom: 2rem;
  font-weight: 700;
}

#prices a {
  word-break: break-word;
  text-decoration: underline;
  border-bottom: none;
}

#prices a:hover {
  color: #a8815c;
}

#getInTouch {
  background: var(--site-beige);
}

#getInTouch h2,
#getInTouch p {
  margin-bottom: 1rem;
  color: #2c4d2f;
}

#getInTouch h2,
#getInTouch label {
  color: #2c4d2f;
}

#getInTouch .inner {
  max-width: 52rem;
}

#getInTouch input[type="text"],
#getInTouch input[type="email"],
#getInTouch textarea {
  background: #ffffff;
  border: 1px solid #b9b0a3;
  color: #2f2a24;
}

#getInTouch input[type="text"]:focus,
#getInTouch input[type="email"]:focus,
#getInTouch textarea:focus {
  border-color: var(--site-accent);
  box-shadow: 0 0 0 1px var(--site-accent);
}

#getInTouch .button.contact-submit {
  background: var(--site-accent);
  color: #ffffff !important;
  box-shadow: none;
}

#getInTouch .button.contact-submit:hover {
  background: var(--site-accent-hover);
}

#footer {
  background: var(--site-green);
  color: var(--site-text);
}

#footer .inner {
  padding: 2.5rem 1.25rem 1.5rem;
}

#footer ul.contact>li,
#footer ul.contact>li:first-child {
  margin-top: 0;
}

.contact {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  align-items: start;
  padding: 0;
  margin: 0 auto;
}

.contact li {
  min-width: 0;
  list-style: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  margin: 0;
  padding: 0;
}

.contact h3 {
  margin: 0;
  word-break: break-word;
}

.contact p {
  margin: 0;
  font-size: var(--text-body);
  line-height: 1.65;
}

.contact .icons {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.5rem;
}

.contact .icons li {
  margin: 0;
  padding: 0;
}

.contact a,
#footer .inner a {
  border-bottom: none;
  text-decoration: none;
}

.contact a:hover,
#footer .inner a:hover {
  color: #a8815c !important;
}

.contact a:hover,
#footer .inner a:hover {
  border-bottom-color: transparent;
}

#footer .menu {
  margin-top: 1.5rem;
  text-align: center;
  color: rgba(58, 45, 33, 0.55);
}

#intro,
#services,
#experience,
#gallery,
#prices,
#getInTouch {
  scroll-margin-top: 9rem;
}

.menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
}

.menu-toggle span {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: var(--site-text);
  border-radius: 999px;
}

.menu-toggle:hover span {
  background: #a8815c;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(58, 45, 33, 0.22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobile-menu-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(88vw, 360px);
  height: 100%;
  padding: 5.5rem 1.5rem 2rem;
  background: var(--site-beige);
  box-shadow: -10px 0 30px rgba(58, 45, 33, 0.14);
  transform: translateX(100%);
  transition: transform 0.25s ease;
}

.mobile-menu.is-open .mobile-menu-panel {
  transform: translateX(0);
}

.menu-close {
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  border: 0;
  background: transparent;
  color: var(--site-text);
  font-size: 2rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
}

.menu-close:hover {
  color: #a8815c;
}

.mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-nav li {
  border-bottom: 1px solid rgba(58, 45, 33, 0.12);
}

.mobile-nav a {
  display: block;
  padding: 1rem 0;
  color: var(--site-text);
  text-decoration: none;
  border-bottom: 0;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-nav a:hover {
  color: #a8815c;
}

body.menu-open {
  overflow: hidden;
}

.form-status {
  margin-top: 1rem;
  font-weight: 600;
  min-height: 1.5rem;
}

.form-status.success {
  color: #3f6b48;
}

.form-status.error {
  color: #9b3d32;
}

.privacy-note {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--site-text-soft);
}

.privacy-note a {
  color: var(--site-accent);
  border-bottom: none;
  text-decoration: underline;
}

.privacy-note a:hover {
  color: var(--site-accent-hover);
}

.policy-page {
  background: var(--site-beige);
  color: var(--site-text);
}

.policy-page .inner {
  width: min(calc(100% - 2.5rem), 900px);
  margin: 0 auto;
  padding: 3rem 0 4rem;
}

.policy-page h1,
.policy-page h2 {
  color: var(--site-text);
}

.policy-page p,
.policy-page li {
  color: var(--site-text-soft);
  line-height: 1.7;
}

.policy-page ul {
  margin-bottom: 1.5rem;
}

.policy-back-link {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--site-accent);
  border-bottom: none;
  text-decoration: underline;
}

.policy-back-link:hover {
  color: var(--site-accent-hover);
}

@media screen and (min-width: 1500px) {
  #gallery > .inner {
    width: min(calc(100% - 2rem), 1450px);
    max-width: 1450px;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
  }
}

@media screen and (max-width: 1200px) {
  #header {
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-wrap: nowrap;
    padding: 1rem;
  }

  #header>nav.desktop-nav {
    display: none !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    margin-left: auto;
  }

  .site-logo {
    height: clamp(68px, 12vw, 105px);
  }

  .intro-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

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

  .info-grid,
  .price-grid,
  .contact {
    grid-template-columns: 1fr;
  }

  #intro,
  #services,
  #experience,
  #gallery,
  #prices,
  #getInTouch,
  #footer {
    scroll-margin-top: 12rem;
  }
}

@media screen and (max-width: 1100px) {
  .features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .features .service-card:first-child {
    grid-column: 1 / -1;
  }

  .features .service-card:last-child {
    grid-column: 1 / -1;
  }

  .features .service-card {
    min-height: 0;
    padding: 1.5rem 1.25rem;
  }

  .features .service-card .icon {
    position: static;
    display: block;
    margin: 0 0 0.75rem 0;
    font-size: 1.6rem;
    line-height: 1;
  }

  .features .service-card:not(:first-child) h3 {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .features .service-card:not(:first-child) p {
    font-size: 0.98rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 980px) {
  .features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .features .service-card:first-child {
    grid-column: auto;
  }
}

@media screen and (max-width: 736px) {
  .wrapper>.inner {
    width: min(calc(100% - 1.5rem), var(--site-max-width));
  }

  #header {
    padding: 1rem;
  }

  .site-logo {
    height: 120px;
    padding-left: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    aspect-ratio: 3 / 4;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .features section,
  .features .service-card {
    min-height: 0;
    padding: 1.5rem 1.25rem;
  }

  .features section .icon {
    position: static;
    display: block;
    margin: 0 0 0.85rem 0;
    font-size: 1.7rem;
    line-height: 1;
  }

  .info-grid section,
  .price-grid section {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  #header {
    display: flex;
    padding: 0.9rem 0.75rem;
  }

  .features section {
    padding: 1.35rem 1.1rem;
    border-radius: 1rem;
  }

  .features section .icon {
    position: static;
    display: block;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
  }

  .features section h3 {
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 0.45rem;
  }

  .features section p {
    font-size: 1rem;
    line-height: 1.6;
  }
}