:root {
  --primary: #cf1d56;
  --primary-dark: #a81646;
  --primary-deep: #4a0b22;
  --primary-soft: #f9e6ed;
  --ink: #35131f;
  --ink-soft: #745562;
  --navy: var(--primary-deep);
  --navy-2: #64102f;
  --teal: var(--primary);
  --teal-light: var(--primary-soft);
  --accent: #f7b4ca;
  --accent-dark: #e8799e;
  --paper: #fff8fa;
  --white: #ffffff;
  --line: #efdce4;
  --danger: #9b2c35;
  --success: #176b4d;
  --shadow: 0 22px 60px rgba(139, 22, 62, 0.12);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 36px;
  --shell: min(1180px, calc(100% - 40px));
  --font-sans: "Segoe UI", Aptos, Helvetica, Arial, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-is-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: var(--navy); }

.shell { width: var(--shell); margin-inline: auto; }
.shell--narrow { width: min(800px, calc(100% - 40px)); }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; left: 16px; top: -100px; z-index: 1000;
  padding: 12px 18px; background: var(--accent); color: var(--navy); font-weight: 700;
}
.skip-link:focus { top: 16px; }

.topbar { background: var(--navy); color: rgba(255,255,255,.82); font-size: .82rem; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; letter-spacing: .02em; }
.topbar__contacts { display: flex; align-items: center; gap: 22px; }
.topbar__contacts a { display: inline-flex; align-items: center; gap: 7px; text-decoration: none; }
.topbar svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96); border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  backdrop-filter: blur(16px);
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(139,22,62,.08); }
.site-header__inner { min-height: 86px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; margin-right: auto; }
.brand img { width: clamp(190px, 19vw, 224px); height: auto; }
.primary-navigation { display: block; }
.primary-menu { display: flex; align-items: center; gap: 28px; list-style: none; padding: 0; margin: 0; }
.primary-menu a { position: relative; display: block; padding: 28px 0; color: #4d2633; font-size: .91rem; font-weight: 650; text-decoration: none; }
.primary-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--teal); transition: right .2s ease; }
.primary-menu a:hover::after, .primary-menu .current-menu-item > a::after, .primary-menu .current_page_item > a::after { right: 0; }
.menu-toggle { display: none; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; border-radius: 999px; padding: 13px 23px;
  font-size: .91rem; font-weight: 750; line-height: 1.2; text-decoration: none;
  cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(207,29,86,.3); outline-offset: 3px; }
.button svg, .text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.button:hover svg, .text-link:hover svg { transform: translateX(3px); }
.button--primary { background: var(--teal); color: var(--white); box-shadow: 0 12px 28px rgba(207,29,86,.22); }
.button--primary:hover { background: var(--primary-dark); }
.button--ghost { background: rgba(255,255,255,.7); border-color: rgba(74,11,34,.2); color: var(--navy); }
.button--ghost:hover { background: var(--white); border-color: var(--teal); }
.button--light { background: var(--white); color: var(--navy); }
.button--accent { background: var(--accent); color: var(--navy); }
.button--accent:hover { background: var(--accent-dark); }
.button--small { min-height: 44px; padding: 10px 19px; }
.button--header { background: var(--navy); color: var(--white); white-space: nowrap; }
.button--full { width: 100%; }
.button-group { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: .88rem; font-weight: 800; text-decoration: none; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--teal); font-size: .73rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow--light { color: var(--accent); }

.hero { position: relative; min-height: 690px; overflow: hidden; background: #fdf1f5; }
.hero__media { position: absolute; inset: 0; background: url('../images/hero-agros-university.webp') center/cover no-repeat; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,248,250,.99) 0%, rgba(255,248,250,.96) 28%, rgba(255,248,250,.61) 49%, rgba(255,248,250,.06) 75%); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 110px; background: linear-gradient(transparent, rgba(74,11,34,.06)); pointer-events: none; }
.hero__inner { position: relative; z-index: 2; min-height: 690px; display: flex; align-items: center; padding-block: 80px; }
.hero__content { width: min(610px, 57%); }
.hero h1, .page-hero h1, .article-header h1, .not-found h1 { margin: 0; color: var(--navy); font-family: var(--font-serif); font-size: clamp(3.4rem, 6vw, 5.85rem); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero h1 em, .process-intro h2 em { color: var(--teal); font-weight: 400; }
.hero__lead { max-width: 580px; margin: 28px 0 30px; color: #684551; font-size: 1.15rem; line-height: 1.65; }
.hero__proof { display: flex; align-items: center; gap: 15px; margin-top: 40px; color: var(--ink-soft); }
.hero__proof strong { color: var(--navy); font-family: var(--font-serif); font-size: 2.4rem; line-height: 1; }
.hero__proof span { padding-left: 15px; border-left: 1px solid #d9bac5; font-size: .8rem; line-height: 1.45; }

.section { padding-block: 110px; }
.section--compact { padding-block: 0; }
.benefits { position: relative; z-index: 3; margin-top: -2px; background: var(--navy); color: var(--white); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit { min-height: 190px; display: flex; align-items: flex-start; gap: 19px; padding: 46px 36px; border-right: 1px solid rgba(255,255,255,.12); }
.benefit:last-child { border-right: 0; }
.icon-chip { flex: 0 0 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: rgba(247,180,202,.12); color: var(--accent); }
.icon-chip svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.benefit h2 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 1.22rem; font-weight: 500; line-height: 1.2; }
.benefit p { margin: 0; color: rgba(255,255,255,.68); font-size: .87rem; line-height: 1.55; }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(280px, .75fr); align-items: end; gap: 70px; margin-bottom: 52px; }
.section-heading h2, .process-intro h2, .about-band h2, .cta-card h2, .article-cta h2 { margin: 0; color: var(--navy); font-family: var(--font-serif); font-size: clamp(2.45rem, 4vw, 4rem); font-weight: 500; line-height: 1.08; letter-spacing: -.045em; }
.section-heading > p { margin: 0 0 6px; color: var(--ink-soft); }
.section-heading--inline { grid-template-columns: 1fr; }
.offer-section { background: var(--paper); }
.offer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.offer-card {
  position: relative; min-height: 320px; display: flex; flex-direction: column; overflow: hidden;
  padding: 34px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  color: var(--ink); text-decoration: none; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.offer-card:hover { transform: translateY(-5px); border-color: rgba(207,29,86,.35); box-shadow: var(--shadow); }
.offer-card::after { content: ""; position: absolute; right: -55px; bottom: -75px; width: 180px; height: 180px; border: 28px solid var(--teal-light); border-radius: 50%; transition: transform .3s ease; }
.offer-card:hover::after { transform: scale(1.1); }
.offer-card--large { grid-row: span 2; min-height: 658px; background: var(--navy); border-color: var(--navy); color: var(--white); }
.offer-card--large::before { content: "A"; position: absolute; right: 22px; bottom: -90px; color: rgba(247,180,202,.08); font-family: var(--font-serif); font-size: 25rem; line-height: 1; }
.offer-card--large::after { border-color: rgba(247,180,202,.17); }
.offer-card--wide { grid-column: 2; }
.offer-card__number { color: var(--teal); font-family: var(--font-serif); font-size: 1.45rem; }
.offer-card--large .offer-card__number { color: var(--accent); }
.offer-card__tag { align-self: flex-start; margin-top: 55px; padding: 7px 11px; border-radius: 999px; background: var(--teal-light); color: var(--teal); font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.offer-card--large .offer-card__tag { margin-top: auto; background: rgba(255,255,255,.1); color: var(--accent); }
.offer-card h3 { position: relative; z-index: 2; margin: 15px 0 9px; font-family: var(--font-serif); font-size: clamp(1.75rem, 2.6vw, 2.55rem); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.offer-card--large h3 { font-size: clamp(2.8rem, 4vw, 4.25rem); }
.offer-card p { position: relative; z-index: 2; max-width: 470px; margin: 0 0 28px; color: var(--ink-soft); }
.offer-card--large p { color: rgba(255,255,255,.7); font-size: 1.05rem; }
.offer-card .text-link { position: relative; z-index: 2; margin-top: auto; }
.offer-card--large .text-link { color: var(--accent); }

.process-section { background: var(--teal); color: var(--white); }
.process-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 9vw; align-items: start; }
.process-intro { position: sticky; top: 140px; }
.process-intro h2 { color: var(--white); }
.process-intro h2 em { color: var(--accent); }
.process-intro > p:not(.eyebrow) { max-width: 500px; margin: 25px 0 30px; color: rgba(255,255,255,.72); }
.process-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(255,255,255,.23); }
.process-list li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 38px 0; border-bottom: 1px solid rgba(255,255,255,.23); }
.process-list > li > span { color: var(--accent); font-family: var(--font-serif); font-size: 1.45rem; }
.process-list h3 { margin: 0 0 8px; font-family: var(--font-serif); font-size: 1.6rem; font-weight: 500; }
.process-list p { margin: 0; color: rgba(255,255,255,.7); }

.about-band { overflow: hidden; background: var(--white); }
.about-band__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 9vw; align-items: end; }
.about-band__statement { position: relative; }
.about-band__statement > span { display: block; margin-bottom: 28px; color: var(--teal); font-size: .75rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.about-band__statement::before { content: ""; position: absolute; width: 170px; height: 170px; left: -215px; top: 10px; border: 30px solid var(--teal-light); border-radius: 50%; }
.about-band__copy > p { margin: 0 0 25px; color: var(--ink-soft); font-size: 1.06rem; }

.news-section { padding-top: 30px; background: var(--white); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { min-height: 290px; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.news-card__meta { margin: 0 0 26px !important; color: var(--teal) !important; font-size: .73rem !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.news-card h2, .news-card h3 { margin: 0 0 14px; color: var(--navy); font-family: var(--font-serif); font-size: 1.65rem; font-weight: 500; line-height: 1.15; }
.news-card h2 a, .news-card h3 a { text-decoration: none; }
.news-card > p:not(.news-card__meta) { margin: 0 0 25px; color: var(--ink-soft); font-size: .92rem; }
.news-card .text-link { margin-top: auto; }

.cta-section { padding-top: 20px; }
.cta-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; padding: 64px; overflow: hidden; position: relative; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); }
.cta-card::after { content: ""; position: absolute; right: -90px; top: -90px; width: 250px; height: 250px; border: 40px solid rgba(247,180,202,.1); border-radius: 50%; }
.cta-card h2 { color: var(--white); }
.cta-card > div { position: relative; z-index: 2; }
.cta-card > div:last-child > p { margin: 0 0 24px; color: rgba(255,255,255,.7); }

.page-hero, .article-header { position: relative; overflow: hidden; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-hero::after, .article-header::after { content: ""; position: absolute; right: -80px; top: -130px; width: 380px; height: 380px; border: 65px solid var(--teal-light); border-radius: 50%; }
.page-hero__inner, .article-header .shell { position: relative; z-index: 2; padding-block: 90px; }
.page-hero h1, .article-header h1 { font-size: clamp(3.2rem, 6vw, 5.8rem); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 85px; align-items: start; }
.entry-content { min-width: 0; color: #5d3b47; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--navy); font-family: var(--font-serif); font-weight: 500; line-height: 1.15; letter-spacing: -.025em; }
.entry-content h2 { margin: 2.2em 0 .65em; font-size: clamp(2rem, 3vw, 2.65rem); }
.entry-content h3 { margin: 1.8em 0 .6em; font-size: 1.55rem; }
.entry-content h4 { margin: 1.5em 0 .5em; font-size: 1.16rem; }
.entry-content p, .entry-content li { font-size: 1rem; }
.entry-content p { margin: 0 0 1.35em; }
.entry-content ul, .entry-content ol { padding-left: 1.35em; margin: 0 0 1.6em; }
.entry-content li { padding-left: .25em; margin-bottom: .45em; }
.entry-content a { color: var(--teal); }
.entry-content blockquote { margin: 2em 0; padding: 20px 25px; border-left: 4px solid var(--accent-dark); background: var(--paper); color: var(--navy); }
.entry-content hr { margin: 3em 0; border: 0; border-top: 1px solid var(--line); }
.entry-content .lead { color: var(--navy); font-size: 1.22rem; line-height: 1.65; }
.entry-content .intro-box { padding: 28px; margin: 0 0 34px; border-radius: var(--radius-sm); background: var(--teal-light); }
.entry-content .content-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0; margin: 30px 0; list-style: none; }
.entry-content .content-cards li { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
.entry-content .table-scroll { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.entry-content table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: .86rem; }
.entry-content th, .entry-content td { padding: 13px 15px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.entry-content th { background: var(--navy); color: var(--white); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.entry-content tr:last-child td { border-bottom: 0; }
.contact-panel { position: sticky; top: 125px; padding: 30px; border-radius: var(--radius); background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.contact-panel h2 { margin: 0 0 14px; font-family: var(--font-serif); font-size: 2rem; font-weight: 500; line-height: 1.1; }
.contact-panel > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.contact-panel__link { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: var(--accent); font-weight: 700; text-decoration: none; }
.contact-panel__link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.article-header { text-align: center; }
.article-header .eyebrow { justify-content: center; }
.article-deck { max-width: 650px; margin: 25px auto 0; color: var(--ink-soft); font-size: 1.12rem; }
.article-page > .section { padding-block: 85px; }
.article-cta { padding-block: 65px; background: var(--teal); color: var(--white); }
.article-cta__inner { display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.article-cta h2 { max-width: 520px; color: var(--white); font-size: 2.4rem; }
.pagination { margin-top: 38px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination span { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 50px; text-decoration: none; }
.pagination .current { background: var(--navy); color: var(--white); border-color: var(--navy); }

.agros-form { position: relative; display: grid; gap: 22px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.form-grid { display: grid; gap: 18px; }
.form-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.agros-form label, .agros-form legend { display: grid; gap: 7px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.agros-form fieldset { padding: 0; margin: 0; border: 0; }
.agros-form legend { margin-bottom: 12px; }
.agros-form input[type="text"], .agros-form input[type="email"], .agros-form input[type="tel"], .agros-form select, .agros-form textarea {
  width: 100%; border: 1px solid #e6ccd5; border-radius: 10px; padding: 13px 14px; background: var(--white); color: var(--ink); font-weight: 400;
}
.agros-form textarea { resize: vertical; }
.agros-form input:focus, .agros-form select:focus, .agros-form textarea:focus { border-color: var(--teal); outline: 3px solid rgba(207,29,86,.12); }
.form-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px 16px; }
.form-choices label, .privacy-check { grid-template-columns: 18px 1fr !important; align-items: start; gap: 10px !important; font-weight: 500 !important; }
.form-choices input, .privacy-check input { width: 17px; height: 17px; margin-top: 4px; accent-color: var(--teal); }
.form-honeypot { position: absolute; left: -9999px; }
.form-notice { padding: 15px 18px; margin: 0 0 20px; border-radius: 10px; font-weight: 700; }
.form-notice--success { background: #e4f5ec; color: var(--success); }
.form-notice--error { background: #fae9eb; color: var(--danger); }

.not-found { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.not-found h1 { font-size: clamp(3rem, 6vw, 5rem); }
.not-found p:not(.eyebrow) { max-width: 600px; margin: 25px auto; color: var(--ink-soft); }
.not-found .eyebrow, .not-found .button-group { justify-content: center; }

.site-footer { padding-top: 80px; background: var(--primary-deep); color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: 1.15fr .65fr .9fr; gap: 80px; padding-bottom: 68px; }
.brand--footer img { filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 390px; margin: 24px 0 0; color: rgba(255,255,255,.6); }
.footer-heading { margin: 0 0 20px; color: var(--white); font-family: var(--font-serif); font-size: 1.18rem; font-weight: 500; }
.footer-menu { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.footer-menu .primary-menu { display: grid; gap: 10px; }
.footer-menu a, .footer-menu .primary-menu a { padding: 0; color: rgba(255,255,255,.65); font-size: .88rem; text-decoration: none; }
.footer-menu a:hover { color: var(--accent); }
.footer-contacts { display: grid; gap: 13px; font-style: normal; }
.footer-contacts a { display: flex; align-items: flex-start; gap: 10px; color: rgba(255,255,255,.65); font-size: .88rem; text-decoration: none; }
.footer-contacts a:hover { color: var(--white); }
.footer-contacts svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 4px; fill: none; stroke: var(--accent); stroke-width: 1.65; }
.site-footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: .75rem; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom a { color: rgba(255,255,255,.55); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .topbar__contacts a:first-child { display: none; }
  .site-header__inner { min-height: 76px; }
  .menu-toggle { width: 46px; height: 46px; display: grid; align-content: center; gap: 5px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
  .menu-toggle > span:not(.screen-reader-text) { width: 21px; height: 2px; display: block; margin-inline: auto; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-navigation { position: fixed; left: 0; right: 0; top: 114px; max-height: calc(100vh - 114px); overflow-y: auto; padding: 26px 20px; background: var(--white); border-top: 1px solid var(--line); box-shadow: var(--shadow); visibility: hidden; opacity: 0; transform: translateY(-10px); transition: .2s ease; }
  .primary-navigation.is-open { visibility: visible; opacity: 1; transform: translateY(0); }
  .primary-menu { display: grid; gap: 0; }
  .primary-menu a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .primary-menu a::after { display: none; }
  .button--header { display: none; }
  .hero, .hero__inner { min-height: 620px; }
  .hero__wash { background: linear-gradient(90deg, rgba(255,248,250,.98) 0%, rgba(255,248,250,.9) 48%, rgba(255,248,250,.18) 100%); }
  .hero__content { width: min(620px, 72%); }
  .benefit { padding: 36px 22px; }
  .section { padding-block: 85px; }
  .section-heading, .cta-card, .about-band__grid { gap: 45px; }
  .content-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 45px; }
  .site-footer__grid { gap: 45px; }
}

@media (max-width: 780px) {
  :root { --shell: min(100% - 32px, 1180px); }
  .topbar__inner { min-height: 34px; }
  .topbar p { font-size: .7rem; }
  .topbar__contacts a { font-size: .73rem; }
  .primary-navigation { top: 110px; max-height: calc(100vh - 110px); }
  .hero { min-height: auto; padding-top: 330px; background: var(--paper); }
  .hero__media { height: 350px; background-position: 66% center; }
  .hero__wash { height: 360px; bottom: auto; background: linear-gradient(180deg, rgba(255,248,250,.06) 45%, var(--paper) 100%); }
  .hero__inner { min-height: auto; padding-block: 42px 65px; }
  .hero__content { width: 100%; }
  .hero h1 { font-size: clamp(3rem, 13vw, 4.7rem); }
  .hero__lead { font-size: 1.02rem; }
  .benefits__grid { grid-template-columns: 1fr; }
  .benefit { min-height: 0; padding: 28px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .benefit:last-child { border-bottom: 0; }
  .section { padding-block: 70px; }
  .section-heading, .process-grid, .about-band__grid, .cta-card, .content-layout, .site-footer__grid { grid-template-columns: 1fr; }
  .section-heading { gap: 20px; margin-bottom: 38px; }
  .section-heading h2, .process-intro h2, .about-band h2, .cta-card h2 { font-size: clamp(2.3rem, 10vw, 3.35rem); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card, .offer-card--large, .offer-card--wide { grid-column: auto; grid-row: auto; min-height: 330px; }
  .offer-card--large { min-height: 470px; }
  .process-grid { gap: 50px; }
  .process-intro { position: static; }
  .about-band__grid { gap: 34px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 0; }
  .cta-card { padding: 40px 28px; gap: 30px; }
  .page-hero__inner, .article-header .shell { padding-block: 65px; }
  .page-hero h1, .article-header h1 { font-size: clamp(3rem, 13vw, 4.5rem); }
  .content-layout { gap: 48px; }
  .contact-panel { position: static; }
  .article-cta__inner { align-items: flex-start; flex-direction: column; }
  .form-grid--two, .form-choices, .entry-content .content-cards { grid-template-columns: 1fr; }
  .agros-form { padding: 24px 18px; }
  .site-footer { padding-top: 60px; }
  .site-footer__grid { gap: 45px; padding-bottom: 50px; }
  .site-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; padding-block: 20px; }
}

@media (max-width: 480px) {
  .topbar__contacts { display: none; }
  .brand img { width: 178px; height: auto; }
  .hero { padding-top: 275px; }
  .hero__media { height: 300px; }
  .hero__wash { height: 310px; }
  .button-group .button { width: 100%; }
  .hero__proof { align-items: flex-start; }
  .offer-card { padding: 27px; }
  .process-list li { grid-template-columns: 48px 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  .topbar, .site-header, .site-footer, .contact-panel, .article-cta, .button { display: none !important; }
  .section { padding-block: 20px; }
  .content-layout { display: block; }
  body { color: #000; }
}
