:root {
  --paper: #f7f4ee;
  --paper-deep: #eee7dc;
  --ink: #24342f;
  --muted: #69736e;
  --green: #355f50;
  --green-dark: #183b31;
  --sage: #aabca8;
  --peach: #d99977;
  --line: rgba(36, 52, 47, .16);
  --white: #fffdf9;
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --radius: 2px;
  --shadow: 0 24px 70px rgba(25, 47, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--peach); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only {
  position: absolute; 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; z-index: 100; top: 12px; left: 12px; padding: 10px 18px;
  background: var(--ink); color: white; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
  margin: 0 0 18px; color: var(--green); font-size: 12px; font-weight: 600;
  letter-spacing: .17em; line-height: 1.4; text-transform: uppercase;
}
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px;
  padding: 14px 24px; border: 1px solid var(--green-dark); border-radius: var(--radius);
  background: var(--green-dark); color: var(--white); font-size: 13px; font-weight: 600;
  letter-spacing: .03em; transition: background .2s, color .2s, transform .2s;
}
.button:hover { background: transparent; color: var(--green-dark); transform: translateY(-2px); }
.button:disabled { border-color: #a8aaa5; background: #a8aaa5; color: white; cursor: not-allowed; transform: none; }
.button-small { min-height: 42px; padding: 9px 18px; }

.site-header {
  position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(36, 52, 47, .1);
  background: rgba(247, 244, 238, .92); backdrop-filter: blur(14px);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-family: var(--serif); line-height: 1.15; }
.brand-mark {
  width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--green);
  border-radius: 50%; color: var(--green); font-family: var(--serif); font-size: 14px;
}
.brand small { display: block; margin-top: 5px; color: var(--muted); font-family: var(--sans); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.site-nav a, .lang { position: relative; color: #4e5b56; font-size: 12px; font-weight: 600; }
.site-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -7px; left: 0; height: 1px;
  background: var(--green); transform: scaleX(0); transform-origin: right; transition: transform .2s;
}
.site-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.lang { text-decoration: underline; text-underline-offset: 4px; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: none; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px 0; background: var(--ink); }

.hero { min-height: calc(100vh - 78px); padding: 62px 0 48px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(50px, 7vw, 110px); }
.hero-copy { padding: 40px 0; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 720px; font-size: clamp(50px, 6.2vw, 88px); }
h1 em, h2 em { color: var(--peach); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 620px; margin: 28px 0 32px; color: #53605c; font-size: clamp(17px, 1.7vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 9px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 600; }
.text-link span { margin-left: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 48px 0 0; padding: 0; color: var(--muted); font-size: 11px; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 8px; }
.trust-list li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sage); }
/* The portrait is a circle at every width; object-position keeps the face
   centred inside the crop without clipping chin or forehead. */
.hero-portrait { position: relative; justify-self: end; width: 100%; max-width: 500px; margin: 0; }
.hero-portrait::before {
  content: ""; position: absolute; z-index: -1; width: 68%; aspect-ratio: 1; right: -16%; top: -9%;
  border-radius: 50%; background: #dfe5d9;
}
.hero-portrait picture {
  display: block; overflow: hidden; border-radius: 50%; aspect-ratio: 1 / 1;
}
.hero-portrait img {
  display: block; width: 100%; height: 100%; aspect-ratio: 1 / 1;
  object-fit: cover; object-position: 50% 40%;
  border-radius: 50%; box-shadow: var(--shadow);
}
.hero-portrait figcaption {
  width: min(320px, 100%); margin-top: 22px; padding: 16px 22px;
  border-left: 3px solid var(--peach); background: var(--white); box-shadow: 0 14px 35px rgba(35, 55, 48, .1);
}
.hero-portrait figcaption span { display: block; font-family: var(--serif); font-size: 19px; }
.hero-portrait figcaption small { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.section { padding: clamp(88px, 10vw, 145px) 0; }
.section-tint { background: var(--paper-deep); }
.intro { padding-top: 100px; padding-bottom: 100px; border-top: 1px solid var(--line); }
.intro-grid { display: grid; grid-template-columns: .5fr 1.9fr .75fr; align-items: start; gap: clamp(34px, 4vw, 55px); }
.section-number { margin: 10px 0; color: var(--muted); font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.intro blockquote { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.8vw, 38px); line-height: 1.45; }
.intro-copy > p { margin: 26px 0 0; max-width: 640px; color: var(--muted); font-size: 14px; }
.intro-figure { margin: 6px 0 0; }
.intro-figure img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 2px; }

.band { overflow: hidden; background: var(--white); }
.band img { width: 100%; height: clamp(190px, 24vw, 340px); object-fit: cover; object-position: 50% 60%; }
.section-heading { display: grid; grid-template-columns: 1.65fr .65fr; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-heading h2, .approach-sticky h2, .about-grid h2, .faq-grid h2, .contact-section h2 { font-size: clamp(40px, 5vw, 67px); }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 14px; }
.request-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.request-card { min-height: 290px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.request-card:hover { position: relative; z-index: 1; background: var(--white); transform: translateY(-5px); box-shadow: var(--shadow); }
.request-card > span { color: var(--peach); font-family: var(--serif); font-size: 13px; }
.request-card h3 { max-width: 270px; margin: 34px 0 14px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.35; }
.request-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.request-card ul { margin: 0; padding: 0; color: var(--muted); font-size: 12px; line-height: 1.7; list-style: none; }
.request-card li { display: flex; gap: 8px; }
.request-card li::before { content: "—"; color: var(--sage); }
.care-note, .source-note { margin: 26px 0 0; color: var(--muted); font-size: 11px; }
.care-note { max-width: 900px; padding-left: 14px; border-left: 2px solid var(--peach); }

.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { min-height: 360px; display: flex; flex-direction: column; padding: 40px; border: 1px solid var(--line); background: var(--white); }
.price-card.featured { background: var(--green-dark); color: var(--white); }
.price-label { margin: 0 0 36px; color: var(--peach); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.price-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.price-card > p:not(.price-label) { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; }
.price-card.featured > p:not(.price-label) { color: rgba(255, 255, 255, .65); }
.price { display: flex; align-items: flex-end; gap: 15px; margin: auto 0 22px; }
.price strong { font-family: var(--serif); font-size: 32px; font-weight: 400; }
.price span { padding-bottom: 5px; color: var(--muted); font-size: 11px; }
.featured .price span { color: rgba(255, 255, 255, .6); }
.price-card > a { align-self: flex-start; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 600; }
.price-card > a span { margin-left: 10px; }

.approach { color: var(--white); background: var(--green-dark); }
.approach .eyebrow { color: var(--sage); }
.approach-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.approach-sticky { position: sticky; top: 125px; align-self: start; }
.approach-sticky > p:last-child { max-width: 450px; margin-top: 28px; color: rgba(255, 255, 255, .62); font-size: 14px; }
.method-list { border-top: 1px solid rgba(255, 255, 255, .2); }
.method-list article { display: grid; grid-template-columns: 55px 1fr; gap: 24px; padding: 38px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.method-list article > span { color: var(--peach); font-family: var(--serif); font-size: 12px; }
.method-list h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.method-list p { max-width: 600px; margin: 0; color: rgba(255, 255, 255, .62); font-size: 13px; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); }
.large-copy { margin: 30px 0 20px; font-family: var(--serif); font-size: 21px; line-height: 1.65; }
.about-grid > div:first-child > p:not(.eyebrow):not(.large-copy) { color: var(--muted); font-size: 14px; }
.fact-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--line); }
.fact-row strong { display: block; margin-bottom: 7px; color: var(--green); font-family: var(--serif); font-size: 27px; font-weight: 400; }
.fact-row span { display: block; color: var(--muted); font-size: 10px; line-height: 1.5; text-transform: uppercase; }
.education { padding: 42px; background: var(--white); box-shadow: var(--shadow); }
.education > h3 { margin: 0 0 22px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.education ol { margin: 0; padding: 0; list-style: none; }
.education li { display: grid; grid-template-columns: 95px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); }
.education li > span { color: var(--peach); font-size: 9px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.education li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.education li strong { color: var(--ink); font-size: 14px; font-weight: 600; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 320px; display: flex; flex-direction: column; margin: 0; padding: 34px; background: var(--white); box-shadow: 0 10px 35px rgba(30, 52, 44, .07); }
.review-card::before { content: "“"; height: 44px; color: var(--peach); font-family: var(--serif); font-size: 64px; line-height: 1; }
.review-card blockquote { margin: 20px 0; font-family: var(--serif); font-size: 18px; line-height: 1.65; }
.review-card figcaption { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; }
.review-card figcaption span { font-weight: 600; }
.review-card figcaption a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { min-height: 310px; position: relative; padding: 34px; border: 1px solid var(--line); background: var(--white); transition: transform .2s, box-shadow .2s; }
a.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.article-card > span { color: var(--peach); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 55px 0 18px; font-family: var(--serif); font-size: 23px; font-weight: 400; line-height: 1.45; }
.article-card p { margin: 0; color: var(--muted); font-size: 11px; }
.article-card b { position: absolute; right: 30px; bottom: 27px; font-size: 20px; font-weight: 400; }
.article-coming { background: transparent; border-style: dashed; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-grid > div:first-child > p:last-child { max-width: 390px; margin-top: 30px; color: var(--muted); font-size: 13px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; cursor: pointer; font-family: var(--serif); font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--peach); font-family: var(--sans); font-size: 26px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -5px 0 28px; color: var(--muted); font-size: 13px; }

.contact-section { padding: clamp(88px, 10vw, 140px) 0; color: var(--white); background: #1e3931; }
.contact-section .eyebrow { color: var(--sage); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: clamp(60px, 8vw, 120px); }
.contact-grid > div:first-child > p:not(.eyebrow) { max-width: 520px; margin: 28px 0 35px; color: rgba(255, 255, 255, .62); font-size: 14px; }
.contact-links { border-top: 1px solid rgba(255, 255, 255, .2); }
.contact-links a { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.contact-links span { color: var(--sage); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.contact-links b { font-size: 13px; font-weight: 500; }
.contact-links i { font-style: normal; }
.form-placeholder { position: relative; padding: 42px; color: var(--ink); background: var(--paper); }
.form-status { position: absolute; top: 20px; right: 20px; padding: 5px 9px; background: #e7ddd1; color: var(--muted); font-size: 8px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.form-placeholder h3 { margin: 0 0 9px; font-family: var(--serif); font-size: 30px; font-weight: 400; }
.form-placeholder > p { max-width: 520px; margin: 0 0 28px; color: var(--muted); font-size: 12px; }
.form-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-preview label { color: var(--muted); font-size: 10px; }
.form-preview label:last-child { grid-column: 1 / -1; }
.form-preview input, .form-preview textarea { width: 100%; margin-top: 6px; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; color: var(--ink); opacity: 1; }
.form-preview textarea { min-height: 70px; resize: none; }
.legal-placeholder { margin: 22px 0; padding: 16px; border: 1px dashed var(--line); }
.legal-placeholder label { display: block; margin: 7px 0; color: var(--muted); font-size: 9px; line-height: 1.5; }
.legal-placeholder small { color: #a66a4c; }
.form-placeholder .button { width: 100%; }

.site-footer { padding: 52px 0 32px; color: rgba(255, 255, 255, .75); background: #142b24; }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-inner .brand { color: white; }
.footer-inner .brand-mark { border-color: var(--sage); color: var(--sage); }
.footer-inner p { font-size: 10px; }
.footer-inner > div:last-child { display: flex; justify-content: flex-end; gap: 24px; font-size: 10px; }
.legal-note { margin-top: 35px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .38); font-size: 9px; text-align: center; }

@media (max-width: 1000px) {
  /* Slides vertically on purpose: an off-screen X translation would widen the
     document and add horizontal scroll, since fixed children escape body clipping. */
  .site-nav {
    position: fixed; inset: 78px 0 0; display: flex; flex-direction: column; align-items: flex-start;
    gap: 0; padding: 30px 24px; background: var(--paper); visibility: hidden; opacity: 0;
    transform: translateY(-14px); transition: opacity .22s, transform .22s, visibility .22s;
  }
  .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 23px; }
  .menu-toggle { display: block; margin-left: auto; }
  .header-actions .button { display: none; }
  .hero-grid { grid-template-columns: 1fr  .8fr; gap: 40px; }
  .intro-grid { grid-template-columns: 1fr 3fr; }
  .intro-figure { grid-column: 2; max-width: 320px; margin-top: 34px; }
  .approach-grid, .about-grid, .contact-grid { gap: 60px; }
  .request-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .review-card:last-child, .article-card:last-child { grid-column: 1 / -1; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 32px, 620px); }
  .header-inner { height: 68px; gap: 12px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 36px; height: 36px; font-size: 12px; }
  .brand small { font-size: 7px; }
  .site-nav { inset: 68px 0 0; }
  .header-actions { gap: 10px; }
  .menu-toggle { margin-left: auto; order: 3; }
  .hero { min-height: auto; padding-top: 35px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 20px 0 0; }
  h1 { font-size: clamp(38px, 12vw, 65px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: flex-start; }
  .trust-list { margin-top: 32px; }
  .hero-portrait { max-width: 100%; margin-top: 8px; }
  .hero-portrait figcaption { width: 100%; margin-top: 18px; }
  .section { padding: 78px 0; }
  .intro { padding-top: 70px; padding-bottom: 70px; }
  .intro-grid, .section-heading, .approach-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .intro-figure { grid-column: auto; max-width: 100%; margin-top: 0; }
  .intro blockquote { font-size: 25px; }
  .section-heading { align-items: start; margin-bottom: 40px; }
  .section-heading h2, .approach-sticky h2, .about-grid h2, .faq-grid h2, .contact-section h2 { font-size: clamp(37px, 11vw, 52px); }
  /* Long Russian compounds exceed a 320px grid track and push the page wider
     than the viewport; allow them to wrap instead of forcing overflow. A grid
     item's automatic minimum is its min-content width, so it must also be
     allowed to shrink below that. */
  h1, h2, h3 { overflow-wrap: break-word; hyphens: auto; }
  .intro-grid > *, .section-heading > *, .approach-grid > *, .about-grid > *,
  .faq-grid > *, .contact-grid > *, .method-list article > * { min-width: 0; }
  .request-grid, .price-grid, .review-grid, .article-grid { grid-template-columns: 1fr; }
  .request-card { min-height: 230px; }
  .price-card { min-height: 330px; padding: 30px; }
  .review-card:last-child, .article-card:last-child { grid-column: auto; }
  .approach-sticky { position: static; }
  .method-list article { grid-template-columns: 40px 1fr; }
  .education { padding: 28px 22px; }
  .education li { grid-template-columns: 78px 1fr; }
  .fact-row { grid-template-columns: 1fr; }
  .contact-section { padding: 78px 0; }
  .form-placeholder { padding: 34px 22px 25px; }
  .form-status { position: static; display: inline-block; margin-bottom: 14px; }
  .form-preview { grid-template-columns: 1fr; }
  .form-preview label:last-child { grid-column: auto; }
  .footer-inner { grid-template-columns: 1fr; text-align: center; }
  .footer-inner .brand { justify-content: center; }
  .footer-inner > div:last-child { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

body.modal-open { overflow: hidden; }
.site-dialog {
  position: fixed; inset: 0; z-index: 120; display: grid; place-items: center;
  padding: 24px; background: rgba(24, 59, 49, .58); backdrop-filter: blur(3px);
}
.site-dialog[hidden] { display: none; }
.site-dialog__panel {
  width: min(920px, 100%); max-height: min(88vh, 920px); overflow: auto;
  background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow);
}
.site-dialog__panel--wide { width: min(1080px, 100%); }
.site-dialog__head {
  position: sticky; top: 0; z-index: 1; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; padding: 18px 22px;
  background: rgba(255, 253, 249, .96); border-bottom: 1px solid var(--line);
}
.site-dialog__head h2 { margin: 0; font-family: var(--serif); font-size: clamp(24px, 4vw, 34px); font-weight: 400; }
.site-dialog__close {
  border: 0; background: transparent; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer;
}
.site-dialog__body { padding: 22px 22px 28px; }
.consent-doc h3 { margin: 28px 0 10px; font-family: var(--serif); font-size: 22px; font-weight: 400; }
.consent-doc h3:first-child { margin-top: 0; }
.consent-doc p, .consent-doc li { color: var(--ink); }
.consent-note { margin-top: 24px; padding: 16px 18px; background: var(--paper-deep); border-left: 3px solid var(--peach); font-size: 14px; }
.credentials-intro { max-width: 760px; margin-bottom: 34px; }
.credentials-note { margin-top: 28px; font-size: 14px; color: var(--muted); }
.credentials-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px;
}
.credential-card {
  display: flex; flex-direction: column; gap: 12px; padding: 14px;
  background: var(--white); border: 1px solid var(--line);
}
.credential-card button {
  border: 0; padding: 0; background: transparent; text-align: left; cursor: zoom-in;
}
.credential-card img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; background: var(--paper-deep);
  user-select: none; -webkit-user-drag: none;
}
.credential-card h3 { margin: 0; font-family: var(--serif); font-size: 20px; font-weight: 400; line-height: 1.35; }
.credential-card p { margin: 0; font-size: 14px; color: var(--muted); line-height: 1.55; }
.credential-lightbox__stage {
  position: relative; display: grid; place-items: center; min-height: 280px;
  padding: 18px; background: var(--paper-deep);
}
.credential-lightbox__stage img {
  max-width: 100%; max-height: min(62vh, 720px); object-fit: contain;
  user-select: none; -webkit-user-drag: none; pointer-events: none;
}
.credential-lightbox__nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%;
  background: rgba(255, 253, 249, .92); color: var(--ink); cursor: pointer;
}
.credential-lightbox__nav[data-lightbox-nav="-1"] { left: 12px; }
.credential-lightbox__nav[data-lightbox-nav="1"] { right: 12px; }
.credential-lightbox__meta { padding: 16px 22px 22px; border-top: 1px solid var(--line); }
.credential-lightbox__meta p { margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.credential-lightbox__counter { margin: 0; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.credentials-list { margin: 0; padding: 0; list-style: none; }
.credentials-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.credentials-list li:last-child { border-bottom: 0; }
.credentials-list strong { display: block; margin-bottom: 4px; font-size: 15px; }
.credentials-list span { color: var(--muted); font-size: 14px; }
.footer-legal-links { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-top: 8px; }
.footer-legal-links button {
  border: 0; padding: 0; background: transparent; color: inherit; text-decoration: underline;
  cursor: pointer; font: inherit;
}
.form-placeholder .legal-link { border: 0; padding: 0; background: transparent; color: var(--green); text-decoration: underline; cursor: pointer; font: inherit; }
@media (max-width: 1000px) { .credentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) {
  .credentials-grid { grid-template-columns: 1fr; }
  .site-dialog { padding: 12px; }
  .site-dialog__body { padding: 18px 16px 22px; }
}
