:root {
  --green: #123d3a;
  --green-deep: #0b2d2b;
  --terracotta: #a45135;
  --sand: #f5efe4;
  --gold: #d8a84e;
  --ink: #172825;
  --white: #fff;
  --line: rgba(23, 40, 37, .16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fbfaf7; font: 400 1rem/1.65 Inter, Arial, sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
:where(a, button, summary, input, select, textarea):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.page-width { width: calc(100% - 64px); max-width: var(--max); margin-inline: auto; }
.section { padding-block: 116px; }

.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; background: #fbfaf7; border-bottom: 1px solid var(--line); position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 40px; height: 40px; border-radius: 50%; background: var(--green); display: grid; place-items: center; position: relative; overflow: hidden; }
.brand-mark::before { content: ""; width: 23px; height: 17px; border: 3px solid var(--sand); border-top: 0; transform: translateY(4px); }
.brand-mark::after { content: ""; position: absolute; width: 19px; height: 19px; border-left: 3px solid var(--terracotta); border-top: 3px solid var(--terracotta); transform: translateY(-3px) rotate(45deg); }
.brand-mark span { position: absolute; width: 3px; height: 12px; background: var(--gold); bottom: 7px; z-index: 2; }
.brand-text { display: flex; flex-direction: column; font-family: Manrope, Arial, sans-serif; line-height: 1; }
.brand-text strong { font-size: .97rem; letter-spacing: -.02em; }
.brand-text small { margin-top: 5px; color: var(--terracotta); font-size: .75rem; font-weight: 800; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 600; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--terracotta); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language { display: flex; gap: 5px; align-items: center; font-size: .75rem; font-weight: 700; }
.language span { opacity: .35; }
.lang-button { padding: 6px 2px; border: 0; background: none; cursor: pointer; color: var(--ink); opacity: .55; }
.lang-button.is-active { opacity: 1; color: var(--terracotta); }
.button { min-height: 52px; display: inline-flex; justify-content: center; align-items: center; gap: 14px; padding: 0 25px; border: 1px solid transparent; border-radius: 2px; font-weight: 700; font-size: .9rem; transition: transform .2s ease, background .2s ease, color .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .8rem; }
.button-dark { background: var(--green); color: var(--white); }
.button-primary { background: var(--terracotta); color: var(--white); }
.button-primary:hover { background: #843e29; }
.button-light { background: var(--sand); color: var(--green); }

.hero { min-height: min(820px, calc(100svh - 84px)); position: relative; display: grid; align-items: end; overflow: hidden; background: var(--green); color: white; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url("villa-exterior.jpg") center 42%/cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(6, 32, 30, .91) 0%, rgba(6, 32, 30, .68) 42%, rgba(6, 32, 30, .08) 76%), linear-gradient(0deg, rgba(6, 32, 30, .65), transparent 42%); }
.hero-content { position: relative; z-index: 1; padding-bottom: 96px; }
.eyebrow { margin: 0 0 20px; color: var(--terracotta); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; }
.eyebrow.light { color: #f2c6a8; }
h1, h2, h3 { font-family: Manrope, Arial, sans-serif; margin-top: 0; }
h1 { max-width: 840px; margin-bottom: 26px; font-size: clamp(3.6rem, 7.4vw, 7.4rem); line-height: .92; letter-spacing: -.065em; }
html[lang="ru"] h1 { max-width: 1000px; font-size: clamp(3.1rem, 5.9vw, 6.6rem); letter-spacing: -.055em; }
.hero-copy { max-width: 570px; margin: 0 0 36px; color: rgba(255,255,255,.84); font-size: 1.13rem; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 16px; font-weight: 600; font-size: .9rem; }
.light-link { color: white; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 62px; }
h2 { margin-bottom: 0; font-size: clamp(2.5rem, 4.4vw, 4.55rem); line-height: 1.03; letter-spacing: -.055em; }
.section-heading > p, .gallery-heading > p { margin: 0 0 6px; max-width: 480px; color: #50615e; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-card { min-height: 410px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; position: relative; background: #fff; }
.service-card.feature-card { background: var(--green); color: white; }
.service-card.compact-card { min-height: 410px; }
.service-number { font-size: .75rem; font-weight: 800; letter-spacing: .14em; color: var(--terracotta); }
.feature-card .service-number { color: #f2c6a8; }
.service-card h3 { margin-bottom: 13px; font-size: 1.45rem; letter-spacing: -.025em; }
.service-card p { margin: 0; color: #60706d; font-size: 1rem; }
.feature-card p { color: rgba(255,255,255,.7); }
.service-points { margin: 24px 0 0; padding: 17px 0 0; list-style: none; border-top: 1px solid rgba(23,40,37,.13); }
.feature-card .service-points { border-color: rgba(255,255,255,.18); }
.service-points li { position: relative; padding: 5px 0 5px 17px; color: #4f605d; font-size: .86rem; line-height: 1.45; }
.service-points li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; border-radius: 50%; background: var(--terracotta); }
.feature-card .service-points li { color: rgba(255,255,255,.74); }
.service-detail-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 20px; color: var(--terracotta); font-size: .88rem; font-weight: 800; }
.feature-card .service-detail-link { color: #f2c6a8; }
.service-detail-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.service-icon { position: absolute; right: 28px; top: 23px; font-size: 2.4rem; color: rgba(200,111,74,.65); font-family: Georgia, serif; }
.feature-card .service-icon { color: rgba(255,255,255,.22); }

.deliverables { padding-block: 84px; background: var(--green); color: white; }
.deliverables-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.deliverables-heading h2 { max-width: 470px; font-size: clamp(2.3rem, 3.6vw, 3.55rem); }
.deliverables-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid rgba(255,255,255,.18); border-top: 1px solid rgba(255,255,255,.18); }
.deliverables-grid article { min-height: 190px; padding: 26px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.deliverables-grid span { color: #f2c6a8; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.deliverables-grid h3 { margin: 37px 0 8px; font-size: 1.05rem; }
.deliverables-grid p { margin: 0; color: rgba(255,255,255,.65); font-size: .82rem; }

.approach { background: var(--sand); }
.split-layout { display: grid; grid-template-columns: .93fr 1.07fr; gap: clamp(60px, 8vw, 130px); align-items: center; }
.image-frame { position: relative; }
.approach-image img { height: 760px; object-fit: cover; }
.image-label { position: absolute; left: 18px; bottom: 18px; padding: 8px 11px; background: rgba(18,61,58,.86); color: white; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.approach-copy h2 { font-size: clamp(2.6rem, 4.2vw, 4.3rem); }
.lead { margin: 28px 0 34px; color: #51615e; font-size: 1.05rem; }
.steps-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(18,61,58,.22); }
.steps-list li { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 20px 0; border-bottom: 1px solid rgba(18,61,58,.22); }
.steps-list li > span { color: var(--terracotta); font-size: .75rem; font-weight: 800; }
.steps-list strong { font-family: Manrope; }
.steps-list p { margin: 4px 0 0; color: #5a6966; font-size: .9rem; }

.timing-heading { align-items: start; }
.timing-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timing-grid article { min-height: 330px; padding: 30px 26px 24px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.timing-grid article:last-child { border-right: 0; }
.season-index { color: var(--terracotta); font-size: .75rem; font-weight: 800; }
.timing-grid h3 { margin: 70px 0 14px; font-size: 1.25rem; }
.timing-grid p { margin: 0; color: #60706d; font-size: .9rem; }
.timing-grid small { margin-top: auto; color: var(--terracotta); font-weight: 800; letter-spacing: .1em; font-size: .75rem; }

.owner-care { padding: 0; min-height: 700px; display: grid; grid-template-columns: 1.18fr .82fr; background: var(--green); }
.owner-image { background: url("patio-cleaning.jpg") center/cover no-repeat; min-height: 700px; }
.owner-panel { padding: 100px clamp(50px, 7vw, 110px); align-self: stretch; display: flex; flex-direction: column; justify-content: center; color: white; }
.owner-panel h2 { font-size: clamp(2.5rem, 4vw, 4rem); }
.owner-panel > p:not(.eyebrow) { margin: 28px 0; color: rgba(255,255,255,.72); }
.owner-panel ul { padding: 0; margin: 0 0 36px; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.owner-panel li { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .88rem; }
.owner-panel li::before { content: "✓"; margin-right: 12px; color: #f2c6a8; }
.owner-panel .button { align-self: flex-start; }

.gallery-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.gallery-heading > p { font-size: .85rem; }
.gallery-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.gallery-grid figure { margin: 0; position: relative; overflow: hidden; background: var(--sand); }
.gallery-grid img { height: 630px; object-fit: cover; transition: transform .7s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }
.gallery-grid figcaption { position: absolute; inset: auto 18px 18px 18px; padding: 13px 15px; background: rgba(11,45,43,.86); color: white; font-size: .82rem; backdrop-filter: blur(7px); }

.faq { background: var(--sand); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.faq-intro { position: sticky; top: 40px; }
.faq-intro h2 { max-width: 490px; font-size: clamp(2.6rem, 4.3vw, 4.35rem); }
.faq-intro > p:not(.eyebrow) { max-width: 460px; margin: 28px 0; color: #566663; }
.faq-link { color: var(--terracotta); }
.faq-list { border-top: 1px solid rgba(18,61,58,.28); }
.faq-list details { border-bottom: 1px solid rgba(18,61,58,.28); }
.faq-list summary { position: relative; padding: 25px 54px 25px 0; cursor: pointer; list-style: none; font-family: Manrope, Arial, sans-serif; font-size: 1.08rem; font-weight: 700; line-height: 1.35; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 19px; color: var(--terracotta); font: 400 1.7rem/1 Manrope, Arial, sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list p { max-width: 680px; margin: -4px 52px 25px 0; color: #596966; font-size: .92rem; }

.estimate { background: var(--green-deep); color: white; }
.estimate-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(70px, 10vw, 150px); align-items: start; }
.estimate-copy h2 { font-size: clamp(3rem, 5vw, 5rem); }
.estimate-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); margin: 28px 0 40px; }
.estimate-kit { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 0 38px; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.estimate-kit span { min-height: 88px; padding: 15px; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.estimate-kit b { color: #f2c6a8; font-size: .75rem; letter-spacing: .12em; }
.estimate-kit em { font-style: normal; font-size: .8rem; font-weight: 700; }
.direct-links { display: flex; flex-direction: column; border-top: 1px solid rgba(255,255,255,.2); }
.direct-links a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .86rem; }
.estimate-form { display: flex; flex-direction: column; gap: 22px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.estimate-form label { display: flex; flex-direction: column; gap: 8px; color: rgba(255,255,255,.76); font-size: .78rem; font-weight: 600; }
.estimate-form input, .estimate-form select, .estimate-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.25); border-radius: 0; padding: 14px 15px; color: white; background: rgba(255,255,255,.06); outline: none; }
.estimate-form input:focus, .estimate-form select:focus, .estimate-form textarea:focus { border-color: #f2c6a8; box-shadow: 0 0 0 2px rgba(242,198,168,.14); }
.estimate-form option { color: var(--ink); }
.estimate-form textarea { resize: vertical; min-height: 130px; }
.form-actions { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12px; }
.form-submit { justify-content: space-between; width: 100%; border: 0; }
.email-submit { width: 100%; padding-inline: 16px; color: white; border-color: rgba(255,255,255,.32); background: transparent; }
.email-submit:hover { background: rgba(255,255,255,.08); }
.form-note { margin: -8px 0 0; color: rgba(255,255,255,.68); font-size: .78rem; }
.form-note a { color: #f2c6a8; text-decoration: underline; text-underline-offset: 3px; }

.footer { padding: 44px 0; background: #071f1d; color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 30px; align-items: center; }
.footer-brand { color: white; }
.footer p { margin: 0; color: rgba(255,255,255,.62); font-size: .8rem; }
.footer-links { display: flex; gap: 22px; font-size: .78rem; }
.footer small { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .75rem; }
.footer small a { color: rgba(255,255,255,.72); }
.mobile-estimate { display: none; }

.privacy-page { min-height: 100svh; background: var(--sand); }
.privacy-header { position: static; }
.privacy-header .header-actions { font-size: .82rem; font-weight: 700; }
.privacy-hero { padding: 92px 0 58px; background: var(--green); color: white; }
.privacy-hero h1 { max-width: 900px; margin: 0; font-size: clamp(3rem, 6vw, 6rem); }
.privacy-hero p:last-child { max-width: 720px; margin: 26px 0 0; color: rgba(255,255,255,.72); }
.privacy-content { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-block: 82px 110px; }
.privacy-column { min-width: 0; }
.privacy-column + .privacy-column { padding-left: 42px; border-left: 1px solid rgba(18,61,58,.2); }
.privacy-column h2 { margin-bottom: 10px; font-size: 2rem; }
.privacy-column h3 { margin: 34px 0 9px; font-size: 1rem; }
.privacy-column p, .privacy-column li { color: #4f605d; font-size: 1rem; }
.privacy-column ul { padding-left: 18px; }
.privacy-column a { color: var(--terracotta); text-decoration: underline; text-underline-offset: 3px; }
.privacy-back { padding: 30px 0; background: #071f1d; color: white; }
.privacy-back a { display: inline-flex; gap: 14px; align-items: center; font-size: .85rem; font-weight: 700; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .privacy-content { grid-template-columns: 1fr; gap: 0; }
  .privacy-column + .privacy-column { padding: 62px 0 0; border-left: 0; border-top: 1px solid rgba(18,61,58,.2); }
}

@media (max-width: 980px) {
  .site-header { padding: 0 22px; }
  .desktop-nav { display: none; }
  .hero-content { padding-bottom: 86px; }
  .section-heading, .gallery-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .deliverables-layout, .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
  .split-layout { grid-template-columns: 1fr; }
  .approach-image img { height: 620px; }
  .timing-grid { grid-template-columns: repeat(2, 1fr); }
  .timing-grid article:nth-child(2) { border-right: 0; }
  .timing-grid article { border-bottom: 1px solid var(--line); }
  .owner-care { grid-template-columns: 1fr; }
  .owner-image { min-height: 580px; }
  .estimate-layout { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .page-width { width: calc(100% - 36px); }
  .section { padding-block: 78px; }
  .site-header { height: 72px; }
  .header-actions { gap: 13px; }
  .button-small { display: none; }
  .brand-mark { width: 36px; height: 36px; }
  .hero { min-height: calc(100svh - 72px); }
  .hero-media { background-image: url("villa-exterior-700.jpg"); }
  .hero-shade { background: linear-gradient(90deg, rgba(6,32,30,.9), rgba(6,32,30,.32)), linear-gradient(0deg, rgba(6,32,30,.75), transparent 65%); }
  .hero-content { padding-bottom: 74px; }
  h1 { font-size: clamp(3.2rem, 15.5vw, 5rem); }
  html[lang="ru"] h1 { font-size: clamp(2.35rem, 9.7vw, 3.2rem); letter-spacing: -.045em; }
  .hero-copy { font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card.compact-card { min-height: 0; }
  .deliverables { padding-block: 72px; }
  .deliverables-layout { gap: 40px; }
  .deliverables-grid { grid-template-columns: 1fr; }
  .deliverables-grid article { min-height: 168px; }
  .approach-image img { height: 480px; }
  .timing-grid { grid-template-columns: 1fr; }
  .timing-grid article { min-height: 265px; border-right: 0; }
  .timing-grid h3 { margin-top: 42px; }
  .owner-image { background-image: url("patio-cleaning-700.jpg"); }
  .owner-image { min-height: 460px; }
  .owner-panel { padding: 72px 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img { height: 470px; }
  .faq-list summary { padding-block: 22px; font-size: 1rem; }
  .estimate-kit { grid-template-columns: 1fr; }
  .estimate-kit span { min-height: 64px; flex-direction: row; align-items: center; }
  .field-row { grid-template-columns: 1fr; }
  .form-actions { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer small { grid-column: 1; }
  .privacy-hero { padding-block: 66px 46px; }
  .privacy-content { grid-template-columns: 1fr; gap: 64px; padding-block: 64px 92px; }
  .privacy-column + .privacy-column { padding: 56px 0 0; border-left: 0; border-top: 1px solid rgba(18,61,58,.2); }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .mobile-estimate { position: fixed; z-index: 50; left: 10px; right: 10px; bottom: 10px; min-height: 62px; padding: 9px 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 0 18px; color: white; background: var(--terracotta); box-shadow: 0 16px 40px rgba(7,31,29,.28); }
  .mobile-estimate span:first-child { align-self: end; font-size: .75rem; opacity: .86; }
  .mobile-estimate strong { grid-column: 1; align-self: start; font-family: Manrope, Arial, sans-serif; font-size: .86rem; }
  .mobile-estimate span:last-child { grid-column: 2; grid-row: 1 / 3; font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
