@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;500;600;700;800&display=swap");

:root {
  --navy: #24376f;
  --navy-dark: #17254f;
  --navy-soft: #344b88;
  --green: #19d47f;
  --green-dark: #0fae64;
  --ink: #1d2745;
  --body: #5d667b;
  --line: #e7eaf2;
  --soft: #f6f8fc;
  --lavender: #eef0ff;
  --white: #ffffff;
  --shadow: 0 14px 42px rgba(30, 44, 93, 0.1);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font-family: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--ink); line-height: 1.45; }
ul { margin: 0; padding: 0; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 940px); }
.site-shell { min-height: 100vh; overflow: clip; }
.skip-link { position: fixed; right: 16px; top: -80px; z-index: 999; padding: 10px 16px; color: #fff; background: var(--navy-dark); border-radius: 4px; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(31, 44, 88, 0.08);
  box-shadow: 0 3px 18px rgba(26, 38, 78, 0.04);
  backdrop-filter: blur(12px);
}
.header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand__mark { width: 37px; height: 37px; position: relative; transform: rotate(30deg); }
.brand__mark i { position: absolute; width: 17px; height: 17px; border: 3px solid var(--green); }
.brand__mark i:nth-child(1) { top: 0; left: 10px; }
.brand__mark i:nth-child(2) { bottom: 0; left: 0; }
.brand__mark i:nth-child(3) { bottom: 0; right: 0; }
.brand strong { display: block; font-size: 16px; line-height: 1.35; font-weight: 800; }
.brand small { display: block; margin-top: 2px; color: #7a8295; font-size: 10px; letter-spacing: .04em; }
.brand--light strong { color: #fff; }
.brand--light small { color: rgba(255,255,255,.68); }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 21px; white-space: nowrap; }
.main-nav a { position: relative; color: #3f4860; font-size: 12px; font-weight: 500; padding: 29px 0 25px; transition: color .25s ease; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 20px; width: 0; height: 2px; background: var(--green); transition: width .25s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--green-dark); }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 11px 8px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .25s, opacity .25s; }
.menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.is-open span:nth-child(2) { opacity: 0; }
.menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { min-height: 700px; position: relative; display: flex; align-items: center; background: var(--navy); isolation: isolate; }
.hero__photo { position: absolute; inset: 0; background: url("/assets/images/amin-gharibi.jpg") center 28% / cover no-repeat; z-index: -3; }
.hero__overlay { position: absolute; inset: 0; background: rgba(32, 53, 115, .88); z-index: -2; }
.hero::before, .hero::after { content: ""; position: absolute; z-index: -1; border: 2px solid rgba(26, 216, 128, .22); transform: rotate(45deg); }
.hero::before { width: 180px; height: 180px; left: 7%; top: 14%; }
.hero::after { width: 300px; height: 300px; right: -120px; bottom: -140px; }
.hero__content { color: #fff; text-align: center; padding-block: 105px 115px; }
.hero__kicker { display: inline-block; color: #9ff0c9; font-weight: 600; font-size: 14px; margin-bottom: 12px; }
.hero h1 { color: #fff; font-size: clamp(54px, 7vw, 88px); font-weight: 800; margin: 0 0 6px; letter-spacing: -.04em; }
.hero__lead { color: rgba(255,255,255,.86); font-size: 20px; margin-bottom: 20px; }
.hero__actions { display: flex; justify-content: center; gap: 12px; margin-top: 29px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 11px 25px; border: 1px solid transparent; border-radius: 4px; font-weight: 700; font-size: 14px; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); }
.button--green { color: #092d21; background: var(--green); box-shadow: 0 10px 24px rgba(25, 212, 127, .23); }
.button--green:hover { background: #38dc94; box-shadow: 0 14px 28px rgba(25, 212, 127, .3); }
.button--ghost { color: #fff; border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.04); }
.button--ghost:hover { background: rgba(255,255,255,.12); }
.text-link { color: var(--green-dark); font-size: 14px; font-weight: 700; white-space: nowrap; }
.text-link:hover { color: var(--navy); }

.socials { display: flex; align-items: center; gap: 6px; }
.hero .socials { justify-content: center; }
.socials a { width: 28px; height: 28px; display: grid; place-items: center; color: rgba(255,255,255,.82); background: transparent; transition: color .2s ease, transform .2s ease; }
.socials svg { width: 15px; height: 15px; display: block; fill: currentColor; }
.socials svg path { fill: currentColor; }
.socials a:hover { color: var(--green); transform: translateY(-1px); }
.socials a:focus-visible { outline: 1px solid var(--green); outline-offset: 2px; border-radius: 2px; }
.socials--compact { justify-content: center; }
.socials--compact a { width: 26px; height: 26px; }
.socials--compact svg { width: 14px; height: 14px; }

.section { position: relative; padding: 100px 0; }
.section--soft { background: var(--soft); }
.section--navy { background: var(--navy); color: rgba(255,255,255,.74); }
.section--navy h2, .section--navy h3 { color: #fff; }
.section-heading { max-width: 680px; margin-bottom: 45px; }
.section-heading--center { text-align: center; margin-inline: auto; }
.section-heading .eyebrow, .eyebrow { display: block; margin-bottom: 7px; color: var(--green-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.eyebrow--light { color: #99efc4; }
.section-heading h2 { margin-bottom: 12px; font-size: clamp(30px, 4vw, 43px); font-weight: 800; letter-spacing: -.025em; }
.section-heading p { margin: 0; color: var(--body); line-height: 2; }
.section--navy .section-heading .eyebrow { color: #8cecb9; }
.section--navy .section-heading p { color: rgba(255,255,255,.72); }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.split-heading .section-heading { margin-bottom: 45px; }
.split-heading .text-link { margin-bottom: 50px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card { position: relative; padding: 38px 30px 34px; background: #fff; border: 1px solid #edf0f5; border-radius: 7px; text-align: center; box-shadow: 0 8px 26px rgba(34, 50, 99, .06); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: rgba(25,212,127,.42); }
.service-card__icon { width: 64px; height: 64px; margin: 0 auto 19px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: #e7fbf1; font-weight: 800; font-size: 15px; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; }
.service-card p { margin: 0; color: var(--body); font-size: 14px; line-height: 1.95; }
.service-card--large { text-align: right; min-height: 255px; }
.service-card--large .service-card__icon { margin: 0 0 22px auto; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 85px; align-items: center; }
.about-photo { position: relative; max-width: 500px; padding: 0 0 28px 28px; }
.about-photo > img:first-child { position: relative; z-index: 2; width: 100%; aspect-ratio: 1 / .92; object-fit: cover; object-position: center 24%; box-shadow: 0 24px 45px rgba(6,16,43,.28); }
.about-photo::before { content: ""; position: absolute; left: 0; bottom: 0; width: 72%; height: 72%; border: 9px solid var(--green); z-index: 1; }
.about-photo__pattern { position: absolute; width: 120px; right: -30px; bottom: -20px; opacity: .52; z-index: 3; }
.about-copy .section-heading { margin-bottom: 18px; }
.about-copy p { color: rgba(255,255,255,.75); line-height: 2.15; margin-bottom: 18px; }
.about-copy .button { margin-top: 12px; }

.stats { padding: 0; background: var(--green); }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { min-height: 165px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; border-left: 1px solid rgba(10,55,39,.14); }
.stat:last-child { border-left: 0; }
.stat strong { color: #0b392a; font-size: 38px; line-height: 1; margin-bottom: 14px; }
.stat span { color: #174937; font-size: 13px; font-weight: 600; }

.timeline { position: relative; padding-right: 34px; }
.timeline::before { content: ""; position: absolute; right: 13px; top: 20px; bottom: 20px; width: 1px; background: #dfe4ef; }
.timeline__item { position: relative; display: grid; grid-template-columns: 1fr; margin-bottom: 24px; }
.timeline__dot { position: absolute; right: -34px; top: 24px; width: 29px; height: 29px; z-index: 2; display: grid; place-items: center; color: var(--navy); background: var(--green); border: 5px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #dfe4ef; font: 700 7px Arial; }
.timeline__card { padding: 27px 30px; background: #fff; border: 1px solid var(--line); border-radius: 7px; box-shadow: 0 8px 26px rgba(34, 50, 99, .045); }
.timeline__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.timeline__head h3 { margin: 0; font-size: 19px; }
.timeline__head span { flex: 0 0 auto; color: var(--green-dark); font-size: 12px; font-weight: 700; }
.timeline__card .role { color: var(--navy-soft); font-weight: 700; margin: 9px 0 5px; }
.timeline__card ul { padding-right: 18px; margin-top: 10px; color: var(--body); }
.timeline__card li { margin-bottom: 5px; }
.timeline__card li::marker { color: var(--green); }
.compact-timeline .timeline__card { padding-block: 23px; }
.subsection { margin-top: 90px; }

.page-hero { position: relative; overflow: hidden; padding: 92px 0 88px; color: #fff; background: var(--navy); text-align: center; }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .1; background: url("/assets/images/pattern-dots.png") center / 180px auto repeat; }
.page-hero__inner { position: relative; z-index: 2; }
.page-hero p { color: #a0edc6; font-size: 13px; margin-bottom: 8px; }
.page-hero h1 { color: #fff; font-size: clamp(36px, 5vw, 58px); margin-bottom: 24px; }
.shape { position: absolute; border: 2px solid rgba(25,212,127,.18); transform: rotate(45deg); }
.shape--one { width: 150px; height: 150px; right: 6%; top: -75px; }
.shape--two { width: 230px; height: 230px; left: 2%; bottom: -170px; }

.achievement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.achievement { display: flex; gap: 18px; align-items: flex-start; min-height: 118px; padding: 25px 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 8px 26px rgba(32,48,95,.045); }
.achievement span { flex: 0 0 auto; color: var(--green-dark); font: 800 18px Arial; }
.achievement p { margin: 0; color: #3f4961; line-height: 1.95; }

.book-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.book-card { display: grid; grid-template-columns: 160px 1fr; min-height: 285px; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 32px rgba(33,48,96,.07); overflow: hidden; }
.book-card__image { background: var(--lavender); display: grid; place-items: center; padding: 20px; }
.book-card__image img { width: 100%; max-height: 238px; object-fit: contain; box-shadow: 0 12px 22px rgba(12,20,48,.14); }
.book-card__body { padding: 29px 26px; }
.book-card h3 { margin-bottom: 17px; font-size: 18px; }
.book-card p { color: var(--body); font-size: 13px; line-height: 1.85; margin-bottom: 8px; }
.book-card a { display: inline-block; margin-top: 8px; color: var(--green-dark); font-size: 13px; font-weight: 700; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process { position: relative; padding: 30px 25px; text-align: center; border-left: 1px solid rgba(255,255,255,.13); }
.process:last-child { border-left: 0; }
.process > span { width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 17px; border: 1px solid rgba(25,212,127,.55); border-radius: 50%; color: var(--green); font-weight: 800; }
.process h3 { font-size: 19px; margin-bottom: 9px; }
.process p { color: rgba(255,255,255,.7); font-size: 13px; margin: 0; }

.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.post-card { background: #fff; border: 1px solid var(--line); overflow: hidden; box-shadow: 0 10px 32px rgba(34,50,99,.06); transition: transform .26s ease, box-shadow .26s ease; }
.post-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.post-card__visual { height: 225px; position: relative; display: grid; place-items: center; background: #e8ebf2; overflow: hidden; }
.post-card__visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.post-card:hover .post-card__visual img { transform: scale(1.035); }
.post-card__body { padding: 26px 25px 28px; }
.post-card__meta { color: var(--green-dark); font-size: 11px; font-weight: 800; }
.post-card h3 { font-size: 18px; margin: 8px 0 10px; }
.post-card p { min-height: 58px; color: var(--body); font-size: 13px; line-height: 1.9; }
.post-card a { color: var(--green-dark); font-size: 13px; font-weight: 700; }
.post-grid--archive { grid-template-columns: repeat(3, 1fr); }

.contact-strip { padding: 70px 0; background: var(--navy-dark); color: rgba(255,255,255,.75); }
.contact-strip__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.contact-strip h2 { max-width: 760px; color: #fff; font-size: clamp(28px, 4vw, 42px); margin: 0 0 10px; }
.contact-strip p { max-width: 780px; margin: 0; color: rgba(255,255,255,.68); }
.contact-strip .button { flex: 0 0 auto; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: start; }
.contact-copy .section-heading { margin-bottom: 30px; }
.contact-copy .socials { margin-top: 28px; }
.contact-copy .socials a { color: rgba(36,55,111,.78); }
.contact-copy .socials a:hover { color: var(--green-dark); }
.contact-cards { display: grid; gap: 12px; }
.contact-cards > a { display: flex; justify-content: space-between; gap: 20px; padding: 20px; border-right: 3px solid var(--green); background: var(--soft); }
.contact-cards span { color: var(--body); font-size: 12px; }
.contact-cards strong { color: var(--navy); font-size: 14px; }
.contact-form { padding: 36px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form label { display: block; margin-bottom: 16px; color: #34405c; font-size: 13px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; display: block; margin-top: 7px; padding: 12px 14px; color: var(--ink); background: var(--soft); border: 1px solid transparent; border-radius: 3px; outline: none; transition: border-color .2s, background .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); background: #fff; }
.contact-form textarea { resize: vertical; }
.form-message { margin: 16px 0 0; color: var(--green-dark); font-size: 13px; }
.form-message--error { color: #b42318; }
.hp-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; }

.article { max-width: 980px; }
.article > h1 { max-width: 880px; font-size: clamp(30px, 4vw, 44px); line-height: 1.55; margin: 10px 0 18px; }
.article__lead { color: var(--navy-soft); font-size: 20px; font-weight: 600; }
.article__gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 38px 0 48px; }
.article__gallery--single { grid-template-columns: minmax(0, 760px); justify-content: center; }
.article__gallery figure { margin: 0; padding: 12px; background: var(--soft); border: 1px solid var(--line); }
.article__gallery img { width: 100%; height: 360px; display: block; object-fit: contain; background: #fff; }
.article__gallery--single img { height: auto; max-height: 650px; }
.article__gallery figcaption { padding: 10px 5px 1px; color: var(--body); font-size: 11px; line-height: 1.8; text-align: center; }
.article__content { max-width: 860px; margin-inline: auto; }
.article__content h2 { margin: 45px 0 16px; color: var(--navy); font-size: 28px; line-height: 1.7; }
.article__content h3 { margin: 32px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.75; }
.article__content p, .article__content li { color: var(--body); font-size: 15px; line-height: 2.25; text-align: justify; }
.article__content p { margin: 0 0 18px; white-space: pre-line; }
.article__content ul, .article__content ol { margin: 10px 0 26px; padding-right: 24px; }
.article__content li { margin-bottom: 7px; }
.article__source a { color: var(--green-dark); font-weight: 700; word-break: break-word; }
.article__table { margin: 30px 0; overflow-x: auto; border: 1px solid var(--line); }
.article__table table { min-width: 720px; width: 100%; border-collapse: collapse; background: #fff; }
.article__table th, .article__table td { padding: 13px 14px; border: 1px solid var(--line); color: var(--body); font-size: 12px; line-height: 1.8; text-align: right; vertical-align: top; }
.article__table th { color: #fff; background: var(--navy); font-weight: 800; }
.article__back { display: inline-flex; margin-top: 35px; }

.site-footer { position: relative; overflow: hidden; padding-top: 78px; color: rgba(255,255,255,.68); background: #111d40; }
.footer__object { position: absolute; left: 0; bottom: 10px; width: 170px; opacity: .23; }
.footer__grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .7fr .85fr; gap: 70px; padding-bottom: 55px; }
.footer__about p { max-width: 510px; margin: 25px 0; line-height: 2.05; font-size: 13px; }
.site-footer h3 { color: #fff; font-size: 17px; margin-bottom: 22px; }
.footer__links, .footer__contact { list-style: none; }
.footer__links li { margin-bottom: 10px; }
.footer__links a { font-size: 13px; transition: color .2s; }
.footer__links a:hover { color: var(--green); }
.footer__contact p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 2; }
.footer__contact li { margin-bottom: 16px; }
.footer__contact span { display: block; color: rgba(255,255,255,.48); font-size: 11px; }
.footer__contact a { color: #fff; font-size: 13px; }
.footer__bottom { position: relative; z-index: 2; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); text-align: center; font-size: 11px; }

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

@media (max-width: 1100px) {
  .main-nav { gap: 13px; }
  .main-nav a { font-size: 11px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .post-grid, .post-grid--archive { grid-template-columns: repeat(2, 1fr); }
  .book-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .header__inner { min-height: 72px; }
  .menu-toggle { display: block; position: relative; z-index: 102; }
  .main-nav { position: fixed; z-index: 101; inset: 72px 0 auto; max-height: 0; display: grid; gap: 0; padding: 0 24px; overflow: hidden; background: #fff; box-shadow: 0 18px 34px rgba(24,35,75,.12); transition: max-height .32s ease, padding .32s ease; }
  .main-nav.is-open { max-height: calc(100vh - 72px); overflow-y: auto; padding-block: 12px 22px; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
  .main-nav a::after { display: none; }
  .hero { min-height: 650px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-photo { max-width: 620px; margin-inline: auto; }
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-left: 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process:nth-child(2) { border-left: 0; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .footer__about { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  body { font-size: 14px; }
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .brand strong { font-size: 14px; }
  .hero { min-height: 600px; }
  .hero__content { padding-block: 90px; }
  .hero h1 { font-size: 54px; }
  .hero__lead { font-size: 17px; }
  .hero__actions { flex-direction: column; align-items: center; }
  .hero__actions .button { width: min(100%, 260px); }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 30px; }
  .split-heading { display: block; }
  .split-heading .section-heading { margin-bottom: 18px; }
  .split-heading .text-link { display: inline-block; margin-bottom: 33px; }
  .service-grid, .post-grid, .post-grid--archive, .achievement-grid { grid-template-columns: 1fr; }
  .service-card { padding: 30px 23px; }
  .about-grid { gap: 42px; }
  .about-photo { padding: 0 0 20px 20px; }
  .about-photo__pattern { right: -12px; width: 90px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat { min-height: 130px; padding-inline: 10px; }
  .stat strong { font-size: 31px; }
  .timeline { padding-right: 25px; }
  .timeline::before { right: 8px; }
  .timeline__dot { right: -26px; top: 21px; width: 22px; height: 22px; border-width: 4px; }
  .timeline__card { padding: 22px 20px; }
  .timeline__head { display: block; }
  .timeline__head h3 { font-size: 16px; }
  .timeline__head span { display: block; margin-top: 4px; }
  .page-hero { padding: 66px 0; }
  .page-hero h1 { font-size: 35px; }
  .book-card { grid-template-columns: 112px 1fr; min-height: 230px; }
  .book-card__image { padding: 13px; }
  .book-card__body { padding: 21px 17px; }
  .book-card h3 { font-size: 15px; }
  .process-grid { grid-template-columns: 1fr; }
  .process { border-left: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-strip__inner { display: block; }
  .contact-strip .button { margin-top: 26px; }
  .contact-form { padding: 25px 20px; }
  .contact-cards > a { display: block; }
  .contact-cards strong { display: block; margin-top: 5px; word-break: break-word; }
  .footer__grid { grid-template-columns: 1fr; gap: 38px; }
  .footer__about { grid-column: auto; }
  .footer__object { width: 110px; }
  .article > h1 { font-size: 28px; }
  .article__lead { font-size: 17px; }
  .article__gallery { grid-template-columns: 1fr; }
  .article__gallery img { height: auto; max-height: 520px; }
  .article__content h2 { font-size: 23px; }
  .article__content h3 { font-size: 18px; }
  .article__content p, .article__content li { font-size: 14px; text-align: right; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 46px; }
  .hero__kicker { font-size: 11px; }
  .stats__grid { grid-template-columns: 1fr; }
  .stat { border-left: 0; border-bottom: 1px solid rgba(10,55,39,.13); }
  .book-card { grid-template-columns: 1fr; }
  .book-card__image { min-height: 240px; }
  .book-card__image img { max-width: 155px; }
}

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