@font-face {
  font-family: "Schueler XP Neue";
  src: local("Schueler XP Neue"), local("SchuelerXPNeue");
  font-display: swap;
}

:root {
  --ink: #102219;
  --muted: #65736b;
  --forest: #173b2a;
  --forest-2: #24573e;
  --paper: #fbfaf6;
  --cream: #f0eee4;
  --accent: #d9f184;
  --winter: #dbe8ed;
  --line: rgba(16, 34, 25, .14);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(20, 46, 32, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow { margin: 0 0 20px; color: var(--forest-2); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--accent); }
h1, h2, h3, .brand-name { font-family: "Schueler XP Neue", Georgia, "Times New Roman", serif; }
h1, h2 { margin: 0; font-weight: 500; letter-spacing: -.045em; line-height: .98; }
h1 em, h2 em { color: var(--accent); font-weight: inherit; }
h2 { font-size: clamp(46px, 5.3vw, 76px); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--line); background: rgba(251, 250, 246, .94); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 13px; color: white; background: var(--forest); font-size: 14px; font-weight: 900; }
.brand-name { font-size: 22px; letter-spacing: -.035em; }
.brand-name b { color: var(--forest-2); }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: #43534a; text-decoration: none; font-size: 13px; font-weight: 750; }
.main-nav a:hover { color: var(--forest-2); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.messenger-link { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 50%; text-decoration: none; font-size: 10px; font-weight: 900; }
.messenger-link.max { color: #362f8f; background: #f1f0ff; }
.messenger-link.telegram { color: #147bb0; background: #eaf7fd; }
.header-phone { display: flex; flex-direction: column; margin-left: 8px; text-align: right; text-decoration: none; }
.header-phone small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.header-phone strong { margin-top: 2px; font-size: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 13px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s ease; }
.mobile-nav { display: none; }

.home-hero { position: relative; min-height: calc(100vh - 78px); display: grid; align-items: center; overflow: hidden; color: white; background: #12261b; }
.home-hero-media, .home-hero-shade { position: absolute; inset: 0; }
.home-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero-shade { background: linear-gradient(90deg, rgba(8, 24, 16, .93) 0%, rgba(8, 24, 16, .69) 42%, rgba(8, 24, 16, .1) 78%), linear-gradient(0deg, rgba(8, 24, 16, .68), transparent 45%); }
.home-hero-content { position: relative; z-index: 2; padding: 90px 0 200px; }
.home-hero h1 { max-width: 860px; font-size: clamp(64px, 8.4vw, 122px); }
.home-hero-content > p:not(.eyebrow) { max-width: 680px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px, 1.7vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: var(--forest); background: var(--accent); }
.button-glass { color: white; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.button-dark { color: white; background: var(--forest); }
.hero-messengers { display: flex; gap: 18px; align-items: center; margin-top: 28px; color: rgba(255,255,255,.55); font-size: 12px; }
.hero-messengers a { color: white; text-decoration: none; font-weight: 850; }
.home-hero-bottom { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.home-hero-bottom > div { display: grid; grid-template-columns: 42px 1fr; padding: 26px 28px; }
.home-hero-bottom > div + div { border-left: 1px solid rgba(255,255,255,.22); }
.home-hero-bottom span { grid-row: 1 / 3; color: var(--accent); font-size: 10px; font-weight: 900; }
.home-hero-bottom strong { font-size: 15px; }
.home-hero-bottom small { margin-top: 5px; color: rgba(255,255,255,.52); }

.section { padding: clamp(86px, 10vw, 145px) 0; }
.section-heading { display: grid; grid-template-columns: 1fr .56fr; gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2 em { color: var(--forest-2); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.overview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.overview-card { position: relative; min-height: 460px; overflow: hidden; border-radius: var(--radius); color: white; background: var(--forest); text-decoration: none; box-shadow: 0 10px 35px rgba(22,48,34,.08); }
.overview-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,20,12,.94), rgba(6,20,12,.04) 70%); transition: background .2s ease; }
.overview-card:hover::after { background: linear-gradient(0deg, rgba(6,20,12,.96), rgba(6,20,12,.12) 75%); }
.overview-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.overview-card:hover img { transform: scale(1.025); }
.overview-card > div { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; }
.card-number { position: absolute; z-index: 2; top: 25px; left: 26px; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: 10px; font-weight: 900; }
.overview-card h3 { margin: 0; font-size: 34px; font-weight: 500; letter-spacing: -.035em; }
.overview-card p { margin: 10px 0 18px; color: rgba(255,255,255,.67); font-size: 14px; line-height: 1.55; }
.overview-card b { color: var(--accent); font-size: 12px; }

.audience-section { padding: 0 0 clamp(86px,10vw,145px); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-card { min-height: 620px; padding: clamp(38px,5vw,70px); border-radius: var(--radius); }
.audience-card h2 { font-size: clamp(44px,4.8vw,70px); }
.private-card { color: white; background: var(--forest); }
.private-card h2 em { color: var(--accent); }
.business-card { background: var(--cream); }
.business-card h2 em { color: var(--forest-2); }
.audience-card > p:not(.eyebrow) { margin: 28px 0; font-size: 16px; line-height: 1.7; }
.private-card > p:not(.eyebrow) { color: rgba(255,255,255,.65); }
.business-card > p:not(.eyebrow) { color: var(--muted); }
.audience-card ul { margin: 0 0 38px; padding: 0; list-style: none; }
.audience-card li { padding: 13px 0; border-top: 1px solid currentColor; border-color: rgba(127,143,134,.3); font-size: 14px; }
.private-card li { border-color: rgba(255,255,255,.17); }

.process-section { color: white; background: #10281c; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,10vw,150px); }
.process-copy { align-self: start; position: sticky; top: 120px; }
.process-copy > p:not(.eyebrow) { max-width: 500px; margin: 28px 0 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.7; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 31px 0; border-top: 1px solid rgba(255,255,255,.16); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.process-list > li > span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.process-list h3 { margin: 0 0 8px; font-size: 28px; font-weight: 500; }
.process-list p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.65; }

.season-section { background: var(--cream); }
.season-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.season-grid h2 em { color: var(--forest-2); }
.season-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.season-list article { min-height: 230px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.season-list span { color: var(--forest-2); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.season-list h3 { margin: 24px 0 10px; font-size: 24px; font-weight: 500; }
.season-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact-section { padding: clamp(80px,10vw,135px) 0; color: white; background: var(--forest); }
.contact-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; align-items: start; }
.contact-grid h2 { font-size: clamp(46px,5vw,74px); }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.6); font-size: 16px; line-height: 1.7; }
.contact-options { border-top: 1px solid rgba(255,255,255,.18); }
.contact-options a { display: grid; grid-template-columns: 1fr auto; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-options a small { color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.contact-options a strong { grid-column: 1; margin-top: 6px; font-size: clamp(18px,2vw,25px); overflow-wrap: anywhere; }
.contact-options a > span { grid-column: 2; grid-row: 1 / 3; align-self: center; display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--accent); }
.contact-options .contact-primary strong { color: var(--accent); }

.site-footer { padding: 44px 0; color: rgba(255,255,255,.57); background: #091b12; }
.footer-grid { display: grid; grid-template-columns: .65fr 1.35fr auto; gap: 48px; align-items: start; }
.footer-brand { color: white; }
.footer-grid nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 30px; }
.footer-grid nav a, .footer-meta a { text-decoration: none; font-size: 12px; }
.footer-meta { display: flex; flex-direction: column; gap: 12px; text-align: right; font-size: 11px; }
.mobile-actions { display: none; }

/* Service pages */
.service-hero { position: relative; min-height: 690px; display: flex; align-items: end; overflow: hidden; color: white; background: #102219; }
.service-hero-image, .service-hero-shade { position: absolute; inset: 0; }
.service-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.service-hero-shade { background: linear-gradient(90deg, rgba(7,20,13,.9), rgba(7,20,13,.48) 48%, rgba(7,20,13,.08)), linear-gradient(0deg, rgba(7,20,13,.74), transparent 55%); }
.service-hero-content { position: relative; z-index: 2; padding: 70px 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: rgba(255,255,255,.62); font-size: 11px; }
.breadcrumbs a { text-decoration: none; }
.service-hero h1 { max-width: 980px; font-size: clamp(64px,8vw,112px); }
.service-hero-content > p { max-width: 760px; margin: 28px 0 0; color: rgba(255,255,255,.73); font-size: clamp(17px,1.7vw,22px); line-height: 1.6; }
.service-hero .hero-actions { margin-top: 31px; }
.service-intro { padding: 55px 0; background: var(--cream); }
.service-intro-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.service-intro h2 { font-size: clamp(42px,4.5vw,64px); }
.service-intro h2 em { color: var(--forest-2); }
.service-intro-copy { color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-intro-copy p { margin: 0 0 18px; }
.service-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 30px; }
.service-facts div { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.5); }
.service-facts small { display: block; color: var(--forest-2); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-facts strong { display: block; margin-top: 6px; font-size: 13px; }
.scope-section { background: var(--paper); }
.scope-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 48px; }
.scope-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.scope-card span { color: var(--forest-2); font-size: 10px; font-weight: 900; }
.scope-card h3 { margin: 55px 0 12px; font-size: 27px; font-weight: 500; }
.scope-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.seo-section { background: var(--cream); }
.seo-columns { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.seo-columns h2 em { color: var(--forest-2); }
.seo-copy { color: var(--muted); font-size: 16px; line-height: 1.78; }
.seo-copy p { margin: 0 0 20px; }
.seo-copy h3 { margin: 38px 0 15px; color: var(--ink); font-size: 29px; font-weight: 500; }
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 11px 0 11px 32px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.check-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--forest-2); font-weight: 900; }
.service-process { color: white; background: var(--forest); }
.service-process-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.service-process-list { counter-reset: service-step; }
.service-process-list article { counter-increment: service-step; display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.17); }
.service-process-list article::before { content: "0" counter(service-step); color: var(--accent); font-size: 10px; font-weight: 900; }
.service-process-list h3 { margin: 0 0 8px; font-size: 25px; font-weight: 500; }
.service-process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; }
.price-section { background: var(--paper); }
.price-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; padding: clamp(40px,6vw,76px); border-radius: var(--radius); background: var(--cream); }
.price-panel h2 em { color: var(--forest-2); }
.price-factors { border-top: 1px solid var(--line); }
.price-factors div { display: grid; grid-template-columns: 38px 1fr; gap: 17px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.price-factors span { color: var(--forest-2); font-size: 10px; font-weight: 900; }
.price-factors p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.price-factors strong { display: block; margin-bottom: 4px; color: var(--ink); font-size: 15px; }
.related-section { background: var(--paper); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 42px; }
.related-card { display: flex; min-height: 170px; flex-direction: column; justify-content: space-between; padding: 26px; border: 1px solid var(--line); border-radius: 22px; text-decoration: none; }
.related-card span { color: var(--forest-2); font-size: 10px; font-weight: 900; }
.related-card h3 { margin: 20px 0 0; font-size: 25px; font-weight: 500; }
.related-card b { align-self: flex-end; color: var(--forest-2); }
.service-faq { background: var(--cream); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-family: "Schueler XP Neue", Georgia, serif; font-size: 23px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--forest-2); font-family: sans-serif; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { margin: -5px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; z-index: 99; top: 78px; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 20px 24px 110px; visibility: hidden; opacity: 0; transform: translateY(-8px); background: var(--paper); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
  .mobile-nav a { padding: 17px 0; border-bottom: 1px solid var(--line); text-decoration: none; font-size: 18px; font-weight: 800; }
  .menu-open .mobile-nav { visibility: visible; opacity: 1; transform: translateY(0); }
  .overview-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading, .process-layout, .season-grid, .contact-grid, .service-intro-grid, .seo-columns, .service-process-grid, .price-panel, .faq-layout { gap: 60px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 28px, 1280px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 68px; }
  .mobile-nav { top: 68px; }
  .header-actions { margin-left: auto; }
  .header-phone, .messenger-link { display: none; }
  .home-hero { min-height: 820px; }
  .home-hero-shade { background: linear-gradient(0deg, rgba(7,20,13,.94) 0%, rgba(7,20,13,.72) 62%, rgba(7,20,13,.18) 100%); }
  .home-hero-media img { object-position: 66% center; }
  .home-hero-content { align-self: end; padding: 230px 0 260px; }
  .home-hero h1 { font-size: 58px; }
  .home-hero-bottom { grid-template-columns: 1fr; }
  .home-hero-bottom > div { grid-template-columns: 35px 1fr; padding: 15px 0; }
  .home-hero-bottom > div + div { border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .hero-actions .button { flex: 1 1 180px; }
  .hero-messengers { flex-wrap: wrap; }
  .section-heading, .audience-grid, .process-layout, .season-grid, .contact-grid, .service-intro-grid, .seo-columns, .service-process-grid, .price-panel, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .overview-grid, .scope-grid, .related-grid { grid-template-columns: 1fr; }
  .overview-card { min-height: 420px; }
  .audience-card { min-height: 0; }
  .process-copy { position: static; }
  .season-list { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 70px; }
  .footer-grid nav { grid-template-columns: 1fr; }
  .footer-meta { text-align: left; }
  .mobile-actions { position: fixed; z-index: 90; right: 12px; bottom: 12px; left: 12px; display: grid; grid-template-columns: .8fr 1.2fr; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(9,27,18,.94); box-shadow: 0 14px 40px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
  .mobile-actions a { display: flex; min-height: 48px; align-items: center; justify-content: center; border-radius: 999px; color: white; text-decoration: none; font-size: 13px; font-weight: 900; }
  .mobile-actions a:last-child { color: var(--forest); background: var(--accent); }
  .service-hero { min-height: 670px; }
  .service-hero-shade { background: linear-gradient(0deg, rgba(7,20,13,.95), rgba(7,20,13,.2)); }
  .service-hero-content { padding: 50px 0 62px; }
  .service-hero h1 { font-size: 57px; }
  .service-facts { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  .brand-name { font-size: 19px; }
  h2 { font-size: 43px; }
  .home-hero h1, .service-hero h1 { font-size: 50px; }
  .home-hero-content > p:not(.eyebrow), .service-hero-content > p { font-size: 16px; }
  .overview-card { min-height: 380px; }
  .audience-card { padding: 30px 24px; }
  .scope-card { min-height: 230px; }
}

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