:root {
  --ink: #222327;
  --ink-soft: #4d4947;
  --blue: #8c2739;
  --blue-dark: #6d1d2b;
  --coral: #a67360;
  --taupe: #a69991;
  --paper: #f2f2f2;
  --surface: #ffffff;
  --ground: #e9e4e1;
  --sky: #ded6d2;
  --peach: #eadcd6;
  --muted: #6d6460;
  --line: #d2c8c2;
  --shadow: 0 26px 64px rgba(34, 35, 39, 0.18);
  --radius: 4px;
  --shell: min(1180px, calc(100vw - 48px));
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ui-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(140, 39, 57, 0.34);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--paper);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.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;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  left: 0;
  color: var(--paper);
  background: linear-gradient(180deg, rgba(20, 21, 24, 0.78), rgba(20, 21, 24, 0.18));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: none;
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(25, 26, 29, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 34px rgba(22, 18, 18, 0.16);
  backdrop-filter: blur(16px) saturate(120%);
}

.header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--paper);
  background: var(--blue);
  border-radius: 50% 50% 50% 12px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-copy {
  display: grid;
  line-height: 1.2;
}

.brand-copy strong {
  font-size: 0.94rem;
  letter-spacing: -0.015em;
}

.brand-copy span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

.site-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta {
  padding: 10px 18px;
  color: var(--paper) !important;
  background: var(--blue);
  border-radius: 999px;
  transition: transform 180ms ease, background 180ms ease;
}

.nav-cta:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 50%;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: var(--paper);
  transition: transform 180ms ease, opacity 180ms ease;
}

.site-nav-mobile-head,
.site-nav-mobile-meta,
.menu-backdrop {
  display: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: var(--paper);
  background: var(--ink);
}

.hero-grid {
  position: relative;
  min-height: 760px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 610px;
  padding: 154px 40px 180px 0;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hero .eyebrow {
  color: #cfb9b0;
}

.eyebrow span {
  width: 28px;
  height: 2px;
  background: var(--coral);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}

p {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.045em;
}

h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3.35rem, 5.2vw, 5.25rem);
  line-height: 0.98;
}

.hero h1 {
  max-width: 590px;
  font-size: clamp(3.2rem, 4.7vw, 4.8rem);
  line-height: 1.02;
}

h2 {
  margin: 0;
  font-size: clamp(2.25rem, 3.8vw, 3.85rem);
  line-height: 1.04;
}

h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.hero-lead {
  max-width: 580px;
  margin: 26px 0 0;
  color: #d8d0cc;
  font-size: clamp(1.07rem, 1.5vw, 1.24rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg,
.source-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button svg,
.source-link svg {
  transition: transform 180ms ease;
}

.button:hover svg,
.source-link:hover svg {
  transform: translateX(4px);
}

.button:hover {
  transform: translateY(-3px);
}

.button-primary {
  color: var(--paper);
  background: var(--blue);
  box-shadow: 0 16px 38px rgba(140, 39, 57, 0.34);
}

.button-primary:hover {
  background: var(--blue-dark);
  box-shadow: 0 20px 42px rgba(140, 39, 57, 0.42);
}

.text-link {
  color: var(--paper);
  font-weight: 700;
  text-decoration-color: rgba(242, 242, 242, 0.42);
  text-underline-offset: 5px;
}

.hero-facts {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 24px;
  left: 38%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: rgba(247, 245, 242, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 26px 26px 7px 26px;
  box-shadow: 0 24px 64px rgba(20, 20, 22, 0.32);
  backdrop-filter: blur(18px);
}

.hero-facts li {
  min-height: 102px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  align-content: center;
  gap: 14px;
  padding: 18px 20px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px 18px 5px 18px;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero-facts li:hover {
  z-index: 1;
  box-shadow: 0 15px 30px rgba(34, 35, 39, 0.12);
  transform: translateY(-4px);
}

.hero-facts li:nth-child(2) {
  background: rgba(239, 232, 228, 0.96);
}

.hero-facts li:nth-child(3) {
  color: var(--paper);
  background: linear-gradient(145deg, var(--coral), #925f4e);
  border-color: rgba(255, 255, 255, 0.18);
}

.hero-facts strong {
  display: block;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.25;
}

.hero-facts .fact-copy > span {
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.35;
}

.hero-facts li:nth-child(3) .fact-copy > span {
  color: rgba(255, 255, 255, 0.78);
}

.fact-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fact-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.1);
  border-radius: 50%;
}

.fact-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.hero-facts li:nth-child(2) .fact-icon {
  background: rgba(140, 39, 57, 0.12);
}

.hero-facts li:nth-child(3) .fact-icon {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.16);
}

.hero-visual {
  position: absolute;
  z-index: 1;
  inset: 0 calc((100vw - 100%) / -2);
}

.image-frame {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
}

.image-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(90deg, rgba(25, 26, 29, 0.96) 0%, rgba(25, 26, 29, 0.82) 32%, rgba(25, 26, 29, 0.3) 62%, rgba(25, 26, 29, 0.04) 82%);
  pointer-events: none;
}

.image-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(25, 26, 29, 0.7), transparent);
  pointer-events: none;
}

.image-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
  box-shadow: none;
}

.image-note {
  position: absolute;
  z-index: 2;
  padding: 11px 15px;
  color: var(--ink);
  background: rgba(242, 242, 242, 0.96);
  box-shadow: 0 12px 30px rgba(34, 35, 39, 0.18);
  border: 1px solid rgba(166, 153, 145, 0.72);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.01em;
}

.image-note-top {
  top: 15%;
  left: 36%;
  border-radius: 2px;
}

.image-note-bottom {
  right: 9%;
  bottom: 17%;
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
  border-radius: 2px;
}

.intro-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 30px;
}

.intro-trust span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 70px;
  padding: 16px 18px;
  color: var(--ink-soft);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 17px 17px 5px 17px;
  box-shadow: 0 9px 28px rgba(75, 48, 48, 0.05);
  font-size: 0.875rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.02em;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.intro-trust .ui-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  flex: 0 0 38px;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.08);
  border-radius: 50%;
  transition: transform 220ms ease, color 220ms ease;
}

.intro-trust strong {
  font-size: inherit;
  font-weight: inherit;
}

.intro-trust span:hover {
  border-color: rgba(140, 39, 57, 0.25);
  box-shadow: 0 15px 34px rgba(75, 48, 48, 0.09);
  transform: translateY(-3px);
}

.intro-trust span:hover .ui-icon {
  color: var(--coral);
  transform: rotate(-5deg) scale(1.06);
}

.section {
  padding: 112px 0;
}

.intro {
  overflow: hidden;
  padding: 92px 0 0;
  background: #f7f5f2;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(310px, 0.8fr) minmax(0, 1.2fr);
  align-items: end;
  gap: clamp(50px, 7vw, 86px);
}

.intro-portrait {
  position: relative;
  width: min(100%, 450px);
  margin: 0 auto;
}

.intro-portrait::before {
  display: none;
}

.intro-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 24px 28px rgba(34, 35, 39, 0.12));
}

.intro-portrait figcaption {
  margin: 10px 0 24px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.intro-copy {
  min-width: 0;
  padding-bottom: 64px;
}

.intro-copy h2 {
  max-width: 690px;
}

.prose-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 11px;
  max-width: 720px;
  margin-top: 24px;
  color: var(--ink-soft);
}

.prose-columns p {
  margin: 0;
}

.intro-contacts {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  gap: 20px;
  max-width: 720px;
  margin-top: 25px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.intro-contact {
  display: grid;
  min-width: 0;
  gap: 2px;
  text-decoration: none;
}

.intro-contact span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intro-contact strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.05rem, 1.7vw, 1.34rem);
  font-weight: 500;
  line-height: 1.35;
  transition: color 180ms ease;
}

.intro-contact:hover strong,
.intro-contact:focus-visible strong {
  color: var(--blue);
}

.intro-contact-separator {
  padding-bottom: 3px;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.92rem;
  font-style: italic;
}

.intro-method {
  max-width: 720px;
  margin-top: 22px;
}

.intro-method-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.35;
}

.intro-method-heading strong {
  font-size: 1.05rem;
  font-weight: 500;
}

.intro-method-heading span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.intro-method-line {
  height: 4px;
  margin-top: 10px;
  overflow: hidden;
  background: #e4ded9;
  border-radius: 999px;
}

.intro-method-line span {
  display: block;
  width: 78%;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--coral));
  border-radius: inherit;
}

.intro-method p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.5;
}

.intro-signoff {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  max-width: 720px;
  margin-top: 22px;
}

.intro-signature {
  display: grid;
  line-height: 1.25;
}

.intro-signature strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.44rem;
  font-style: italic;
  font-weight: 500;
}

.intro-signature span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.intro-socials {
  display: flex;
  gap: 10px;
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.intro-social-link {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: #eee5e1;
  border: 1px solid transparent;
  border-radius: 50%;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.intro-social-link:hover,
.intro-social-link:focus-visible {
  color: var(--surface);
  background: var(--blue);
  border-color: var(--blue);
  transform: translateY(-2px);
}

.intro-social-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.intro-social-link .icon-dot {
  fill: currentColor;
  stroke: none;
}

.credentials {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(140, 39, 57, 0.07), transparent 26%),
    linear-gradient(145deg, #ece7e4, #f5f2f0);
}

.credentials-head {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(280px, 0.72fr);
  align-items: end;
  gap: 70px;
}

.credentials-head h2 {
  max-width: 820px;
}

.credentials-intro > p {
  margin: 0;
  color: var(--muted);
}

.credentials-stat {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(109, 100, 96, 0.2);
}

.credentials-stat strong {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.35rem;
  font-weight: 500;
  line-height: 1;
}

.credentials-stat span {
  max-width: 190px;
  color: var(--ink-soft);
  font-size: 0.8rem;
  font-weight: 750;
  line-height: 1.35;
}

.credentials-featured {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 52px;
}

.credential-card {
  width: 100%;
  padding: 0;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 22px 22px 6px 22px;
  box-shadow: 0 14px 38px rgba(75, 48, 48, 0.07);
  appearance: none;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: zoom-in;
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.credential-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.credential-card:hover {
  border-color: rgba(140, 39, 57, 0.3);
  box-shadow: 0 24px 54px rgba(75, 48, 48, 0.14);
  transform: translateY(-6px);
}

.credential-card:focus-visible {
  outline: 3px solid rgba(140, 39, 57, 0.28);
  outline-offset: 4px;
}

.credential-image {
  position: relative;
  height: 230px;
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(233, 228, 225, 0.96), rgba(218, 209, 204, 0.96));
}

.credential-image::before {
  content: "Відкрити";
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  padding: 6px 9px;
  color: var(--paper);
  background: rgba(34, 35, 39, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.credential-image::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
}

.credential-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--surface);
  border: 6px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(34, 35, 39, 0.14);
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
  transition: transform 280ms ease, filter 280ms ease;
}

.credential-card:hover .credential-image::before {
  opacity: 1;
  transform: translateY(0);
}

.credential-card:hover .credential-image img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.025);
}

.credential-copy {
  display: grid;
  align-content: start;
  grid-template-rows: auto 1fr auto;
  gap: 8px;
  min-height: 136px;
  padding: 18px 18px 17px;
  border-top: 1px solid rgba(109, 100, 96, 0.12);
}

.credential-copy small {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.credential-copy strong {
  font-size: 0.96rem;
  line-height: 1.42;
}

.credential-copy::after {
  content: "Переглянути документ  ↗";
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.credentials-more {
  margin-top: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 20px 20px 5px 20px;
  box-shadow: 0 12px 34px rgba(75, 48, 48, 0.05);
}

.credentials-more > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 22px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.credentials-more-copy {
  display: grid;
  gap: 2px;
}

.credentials-more-copy strong {
  font-size: 0.95rem;
}

.credentials-more-copy small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 500;
}

.credentials-more > summary::-webkit-details-marker {
  display: none;
}

.credentials-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: rgba(140, 39, 57, 0.08);
  border: 1px solid rgba(140, 39, 57, 0.2);
  border-radius: 50%;
}

.credentials-toggle::before,
.credentials-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1.5px;
  background: var(--blue);
  transform: translate(-50%, -50%);
}

.credentials-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 180ms ease;
}

.credentials-more[open] .credentials-toggle::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.credentials-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
  border-top: 1px solid rgba(109, 100, 96, 0.14);
}

.certificate-dialog {
  width: min(96vw, 1400px);
  max-width: none;
  height: min(94dvh, 980px);
  max-height: none;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  overflow: visible;
}

.certificate-dialog::backdrop {
  background: rgba(18, 19, 22, 0.86);
  backdrop-filter: blur(8px);
}

.certificate-dialog__surface {
  height: 100%;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 24px 24px 7px 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
  animation: certificate-pop 220ms ease both;
}

.certificate-dialog__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 14px 16px 14px 22px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.certificate-dialog__title {
  margin: 0;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.certificate-dialog__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.certificate-dialog__control,
.certificate-dialog__close {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
  font: inherit;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.certificate-dialog__control:hover,
.certificate-dialog__close:hover {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.certificate-dialog__control:disabled {
  opacity: 0.38;
  cursor: default;
}

.certificate-dialog__control:disabled:hover {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
}

.certificate-dialog__control:focus-visible,
.certificate-dialog__close:focus-visible {
  outline: 3px solid rgba(140, 39, 57, 0.28);
  outline-offset: 2px;
}

.certificate-dialog__zoom {
  min-width: 50px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-align: center;
}

.certificate-dialog__close {
  margin-left: 8px;
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
}

.certificate-dialog__viewport {
  overflow: auto;
  display: block;
  padding: clamp(16px, 3vw, 38px);
  background: #d8d1cd;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

.certificate-dialog__viewport img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 18px 45px rgba(34, 35, 39, 0.24);
  cursor: zoom-in;
  transition: width 220ms ease, max-width 220ms ease;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  user-select: none;
}

.certificate-dialog__viewport.is-zoomed img {
  cursor: zoom-out;
}

.certificate-dialog__note {
  margin: 0;
  padding: 10px 22px 12px;
  color: var(--muted);
  background: var(--surface);
  border-top: 1px solid var(--line);
  font-size: 0.76rem;
  text-align: center;
}

body.certificate-open {
  overflow: hidden;
}

@keyframes certificate-pop {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(12px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.requests {
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgba(140, 39, 57, 0.08), transparent 27%),
    linear-gradient(135deg, #f3eeeb 0%, #eadfda 52%, #f7f4f2 100%);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  align-items: end;
  gap: 70px;
}

.section-head h2 {
  max-width: 820px;
}

.section-head > p {
  margin: 0 0 8px;
  color: var(--muted);
}

.requests .section-head {
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.58fr);
}

.requests-head {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(109, 100, 96, 0.22);
}

.requests-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(34px, 4.5vw, 58px);
  margin-top: 46px;
}

.requests-visual {
  position: relative;
  isolation: isolate;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 26px 26px 3px 26px;
  box-shadow: 0 28px 76px rgba(75, 48, 48, 0.16);
}

.requests-visual::before {
  content: none;
}

.requests-visual::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(26, 25, 28, 0.5), rgba(26, 25, 28, 0));
  border-radius: 0 0 2px 26px;
  pointer-events: none;
}

.requests-visual img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: 50% 23%;
  border-radius: 26px 26px 3px 26px;
  filter: saturate(0.86) contrast(1.04) brightness(1.01);
}

.requests-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  left: 28px;
  width: auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px 16px;
  padding: 16px 18px;
  color: var(--paper);
  background: rgba(31, 31, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 42px rgba(20, 20, 22, 0.24);
  border-radius: 18px 18px 5px 18px;
}

.requests-visual figcaption span {
  padding: 6px 9px;
  color: #ead5cd;
  background: rgba(140, 39, 57, 0.7);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.requests-visual figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.25;
}

.request-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 0;
}

.request-item {
  position: relative;
  min-width: 0;
  min-height: 198px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.64);
  border: 1px solid rgba(109, 100, 96, 0.18);
  border-radius: 18px 18px 4px 18px;
  box-shadow: 0 12px 34px rgba(75, 48, 48, 0.055);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.request-item:hover {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(140, 39, 57, 0.32);
  box-shadow: 0 20px 46px rgba(75, 48, 48, 0.1);
  transform: translateY(-4px);
}

.request-item:nth-child(2),
.request-item:nth-child(5) {
  background: rgba(140, 39, 57, 0.92);
  border-color: transparent;
  color: var(--paper);
}

.request-item::after {
  content: "↗";
  position: absolute;
  right: 18px;
  bottom: 15px;
  color: var(--blue);
  font-size: 1rem;
  opacity: 0;
  transform: translate(-5px, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.request-item:hover::after {
  opacity: 1;
  transform: translate(0, 0);
}

.request-item:nth-child(2)::after,
.request-item:nth-child(5)::after {
  color: rgba(255, 255, 255, 0.82);
}

.request-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.request-meta > span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.1rem;
}

.request-meta .ui-icon {
  width: 28px;
  height: 28px;
  color: var(--blue);
}

.request-item:nth-child(2) .request-meta > span,
.request-item:nth-child(5) .request-meta > span,
.request-item:nth-child(2) .request-meta .ui-icon,
.request-item:nth-child(5) .request-meta .ui-icon {
  color: #ead7cf;
}

.request-item h3 {
  max-width: 260px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.request-item p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.56;
}

.request-item:nth-child(2) p,
.request-item:nth-child(5) p {
  color: rgba(255, 255, 255, 0.74);
}

.method {
  color: var(--paper);
  background:
    linear-gradient(115deg, rgba(140, 39, 57, 0.18), transparent 42%),
    var(--ink);
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 1.14fr);
  align-items: center;
  gap: clamp(56px, 7vw, 94px);
}

.section-kicker-light {
  color: #cfb9b0;
}

.method-copy h2 {
  max-width: 620px;
}

.method-copy > p:not(.section-kicker) {
  max-width: 610px;
  margin: 28px 0 0;
  color: #d8d0cc;
}

.source-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 750;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 5px;
}

.method-reading {
  max-width: 610px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.method-reading > p {
  margin: 0 0 12px;
  color: #cfb9b0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-reading > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.method-reading a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.method-reading a span {
  color: #cfb9b0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
}

.method-reading a:hover {
  background: rgba(140, 39, 57, 0.28);
  border-color: rgba(207, 185, 176, 0.4);
  transform: translateY(-2px);
}

.method-reading-single {
  display: flex;
}

.method-reading-single a {
  padding: 10px 14px;
}

.method-reading-single a span {
  font-size: 1rem;
}

.method-map {
  display: grid;
  grid-template-columns: 1fr;
  border: 0;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}

.method-node {
  min-height: 0;
  display: grid;
  grid-template-columns: 54px minmax(110px, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: 18px;
  padding: 28px 30px;
  background: rgba(255, 255, 255, 0.055);
}

.method-node + .method-node {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 0;
}

.method-node:nth-child(2) {
  background: rgba(166, 153, 145, 0.17);
}

.method-node:nth-child(3) {
  background: var(--coral);
}

.method-node > span {
  color: #cfb9b0;
  font-size: 0.76rem;
  font-weight: 800;
}

.method-node h3 {
  margin: 0;
  color: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  font-weight: 500;
}

.method-node p {
  min-height: 0;
  margin: 0;
  color: #cfc5c0;
  font-size: 0.88rem;
}

.method-node:nth-child(3) > span,
.method-node:nth-child(3) p {
  color: rgba(255, 255, 255, 0.78);
}

.format {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 8%, rgba(166, 115, 96, 0.13), transparent 27%),
    linear-gradient(145deg, #ece7e4 0%, #f3efed 100%);
}

.format .shell {
  display: block;
}

.format-head {
  max-width: 900px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(109, 100, 96, 0.2);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 34px;
  padding: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 24px 24px 6px 24px;
  box-shadow: 0 14px 42px rgba(75, 48, 48, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.process-list li:nth-child(2) {
  background: rgba(234, 220, 214, 0.88);
}

.process-list li:nth-child(3) {
  color: var(--paper);
  background: linear-gradient(145deg, #2c2c30, #1f2023);
  border-color: rgba(255, 255, 255, 0.08);
}

.process-list li:hover {
  border-color: rgba(140, 39, 57, 0.26);
  box-shadow: 0 22px 50px rgba(75, 48, 48, 0.12);
  transform: translateY(-5px);
}

.process-number {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1;
}

.process-marker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--blue);
}

.process-marker .ui-icon {
  width: 46px;
  height: 46px;
  padding: 11px;
  background: rgba(140, 39, 57, 0.09);
  border-radius: 50%;
  transition: transform 220ms ease;
}

.process-list li:nth-child(3) .process-marker,
.process-list li:nth-child(3) .process-number {
  color: #dfc7bd;
}

.process-list li:nth-child(3) .process-marker .ui-icon {
  background: rgba(255, 255, 255, 0.1);
}

.process-list li:hover .process-marker .ui-icon {
  transform: translateX(4px) scale(1.06);
}

.process-list h3 {
  max-width: 280px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.48rem;
  font-weight: 500;
  line-height: 1.2;
}

.process-list p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.process-list li:nth-child(3) p {
  color: rgba(255, 255, 255, 0.68);
}

.format-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin: 16px 0 0;
  padding: 21px 26px;
  color: var(--paper);
  background: linear-gradient(120deg, var(--blue), #742130);
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 16px 38px rgba(109, 29, 43, 0.18);
}

.format-note-label {
  padding: 7px 10px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.format-note p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
}

.cards-section {
  overflow: hidden;
  background: var(--paper);
}

.cards-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: 90px;
}

.cards-title h2 {
  max-width: 760px;
}

.cards-title > p:not(.section-kicker) {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.section-article-link {
  max-width: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 44px;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 17px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(109, 100, 96, 0.15);
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 12px 32px rgba(75, 48, 48, 0.07);
  text-decoration: none;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.section-article-link > span {
  display: grid;
  gap: 3px;
}

.section-article-link small {
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.section-article-link strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.3;
}

.section-article-link svg {
  width: 42px;
  height: 42px;
  padding: 11px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: var(--paper);
  background: var(--blue);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.section-article-link:hover {
  border-color: rgba(140, 39, 57, 0.26);
  box-shadow: 0 19px 40px rgba(75, 48, 48, 0.11);
  transform: translateY(-3px);
}

.section-article-link:hover svg {
  transform: translateX(3px);
}

.cards-panel {
  position: relative;
  isolation: isolate;
  padding: 38px;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 110% -10%, rgba(166, 115, 96, 0.4), transparent 42%),
    linear-gradient(145deg, #2c2c30, #202124);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px 28px 6px 28px;
  box-shadow: 0 24px 60px rgba(34, 35, 39, 0.2);
}

.cards-panel-lead {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.25;
}

.cards-panel ul {
  counter-reset: cards-benefit;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.cards-panel li {
  position: relative;
  counter-increment: cards-benefit;
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 14px 0 14px 54px;
  color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cards-panel li::before {
  content: counter(cards-benefit, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 0;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #efdcd5;
  background: rgba(166, 115, 96, 0.2);
  border: 1px solid rgba(239, 220, 213, 0.14);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
  transform: translateY(-50%);
}

.cards-disclaimer {
  width: max-content;
  max-width: 100%;
  margin: 26px 0 0;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(140, 39, 57, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
}

.blog-showcase {
  overflow: hidden;
  background: var(--surface);
}

.blog-showcase-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 48px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.blog-showcase-head h2 {
  max-width: 820px;
}

.blog-all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 18px;
  color: var(--ink);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.blog-all-link svg,
.article-back svg,
.article-card-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.blog-all-link:hover,
.blog-all-link:focus-visible {
  color: var(--paper);
  background: var(--ink);
  border-color: var(--ink);
  transform: translateY(-2px);
}

.blog-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(420px, 0.82fr);
  gap: 22px;
  margin-top: 54px;
}

.blog-feature,
.blog-side-card {
  color: inherit;
  text-decoration: none;
}

.blog-feature {
  position: relative;
  display: block;
  height: 660px;
  overflow: hidden;
  border-radius: 26px 26px 5px 26px;
  box-shadow: 0 24px 60px rgba(34, 35, 39, 0.16);
}

.blog-feature > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1);
}

.blog-feature-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(22, 23, 26, 0.9) 100%);
}

.blog-feature-copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  gap: 12px;
  padding: clamp(28px, 5vw, 48px);
  color: var(--paper);
}

.blog-feature-copy small,
.blog-side-copy small,
.article-category {
  width: max-content;
  padding: 6px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.blog-feature-copy strong {
  max-width: 650px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.25rem);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.blog-feature-copy > span {
  max-width: 570px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.91rem;
}

.blog-feature:hover > img,
.blog-feature:focus-visible > img {
  transform: scale(1.035);
}

.blog-side-list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 16px;
}

.blog-side-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
  gap: 22px;
  padding: 12px;
  background: #f6f2ef;
  border: 1px solid transparent;
  border-radius: 18px 18px 4px 18px;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.blog-side-card:hover,
.blog-side-card:focus-visible {
  background: #f0e6e2;
  border-color: rgba(140, 39, 57, 0.24);
  transform: translateX(4px);
}

.blog-side-card img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  border-radius: 12px 12px 2px 12px;
}

.blog-side-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 10px 12px 10px 0;
}

.blog-side-copy small {
  color: var(--blue);
}

.blog-side-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.blog-side-copy > span {
  color: var(--muted);
  font-size: 0.74rem;
}

.site-header-solid {
  position: fixed;
  color: var(--paper);
  background: #191a1d;
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.site-header-solid + main {
  padding-top: 72px;
}

.blog-index-main,
.article-main {
  background: #f8f7f5;
}

.blog-index-hero {
  padding: 96px 0 70px;
}

.blog-index-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 64px;
  padding-bottom: 52px;
}

.blog-index-hero h1 {
  max-width: 850px;
  color: var(--ink);
}

.blog-index-hero .blog-index-lead {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 1.05rem;
}

.blog-index-legend {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 34px;
  padding-bottom: 26px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
}

.blog-index-legend span {
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.blog-index-legend p {
  margin: 0;
  text-align: right;
}

.blog-index-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding-bottom: 112px;
}

.blog-index-card {
  overflow: hidden;
  color: inherit;
  background: var(--surface);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 24px 24px 5px 24px;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.blog-index-card:hover,
.blog-index-card:focus-visible {
  box-shadow: 0 24px 58px rgba(34, 35, 39, 0.12);
  transform: translateY(-6px);
}

.blog-index-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-index-card-copy {
  display: grid;
  gap: 14px;
  padding: 30px;
}

.blog-index-card-copy small {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.blog-index-card-copy strong {
  max-width: 560px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.blog-index-card-copy p {
  margin: 0;
  color: var(--muted);
}

.blog-index-card-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.article-hero {
  padding: 56px 0 0;
}

.article-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 750;
  text-decoration: none;
}

.article-back svg {
  transform: rotate(180deg);
}

.article-head {
  max-width: 970px;
  margin-top: 52px;
}

.article-category {
  display: inline-block;
  color: var(--blue);
}

.article-head h1 {
  margin-top: 24px;
  color: var(--ink);
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 0.98;
}

.article-dek {
  max-width: 750px;
  margin: 28px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
}

.article-meta {
  margin-top: 26px;
}

.article-cover {
  margin: 52px 0 0;
}

.article-cover img {
  width: 100%;
  max-height: 670px;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  border-radius: 30px 30px 5px 30px;
  box-shadow: 0 28px 72px rgba(34, 35, 39, 0.13);
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: clamp(64px, 9vw, 120px);
  padding: 74px 0 112px;
}

.article-content {
  max-width: 760px;
  min-width: 0;
  color: #3f3c3a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.17rem;
  line-height: 1.82;
}

.article-content > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: 1.34rem;
}

.article-content h2 {
  margin: 58px 0 22px;
  color: var(--ink);
  font-size: clamp(2rem, 3.3vw, 3rem);
  line-height: 1.08;
}

.article-content h3 {
  margin: 38px 0 14px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 500;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 24px;
}

.article-content li + li {
  margin-top: 12px;
}

.article-content strong {
  color: var(--ink);
}

.article-callout,
.article-exercise {
  margin: 42px 0;
  padding: 30px 32px;
  background: #eee5e1;
  border-left: 4px solid var(--blue);
  border-radius: 2px 18px 18px 2px;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.68;
}

.article-callout p:last-child,
.article-exercise p:last-child,
.article-exercise ol:last-child,
.article-exercise ul:last-child {
  margin-bottom: 0;
}

.article-callout strong,
.article-exercise strong {
  display: block;
  margin-bottom: 8px;
}

.article-source {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  text-underline-offset: 4px;
}

.article-sidebar {
  align-self: start;
  position: sticky;
  top: 118px;
  display: grid;
  gap: 34px;
  font-size: 0.88rem;
}

.article-sidebar-block {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.article-sidebar-block h2 {
  margin-bottom: 18px;
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span,
.article-tags a {
  padding: 7px 10px;
  color: var(--ink-soft);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.article-latest {
  display: grid;
  gap: 18px;
}

.article-latest a {
  display: grid;
  gap: 5px;
  padding-left: 14px;
  color: var(--ink);
  border-left: 2px solid var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.28;
  text-decoration: none;
}

.article-latest a span {
  color: var(--muted);
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
}

.related-articles {
  padding: 96px 0 104px;
  color: var(--paper);
  background: #1d1e21;
}

.related-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.related-head .section-kicker {
  color: #cdb5ac;
}

.related-head .blog-all-link {
  color: var(--paper);
  border-color: rgba(255, 255, 255, 0.28);
}

.related-head .blog-all-link:hover,
.related-head .blog-all-link:focus-visible {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--paper);
}

.related-head h2 {
  max-width: 720px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.related-card {
  color: inherit;
  text-decoration: none;
}

.related-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px 16px 3px 16px;
  filter: saturate(0.88);
  transition: transform 220ms ease, filter 220ms ease;
}

.related-card:hover img,
.related-card:focus-visible img {
  filter: saturate(1);
  transform: translateY(-4px);
}

.related-card small {
  display: block;
  margin-top: 18px;
  color: #cdb5ac;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related-card strong {
  display: block;
  margin-top: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.25;
}

.faq {
  background: var(--surface);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 90px;
}

.faq-intro {
  position: sticky;
  top: 116px;
  align-self: start;
}

.faq-intro > p:last-child {
  margin: 24px 0 0;
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 26px 58px 26px 0;
  font-size: 1.03rem;
  font-weight: 750;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::before,
.faq-list summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 2px;
  background: var(--blue);
  transition: transform 180ms ease;
}

.faq-list summary::after {
  transform: rotate(90deg);
}

.faq-list details[open] summary::after {
  transform: rotate(0deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -6px 0 28px;
  color: var(--muted);
}

.contact {
  overflow: hidden;
  padding: 112px 0 96px;
  color: var(--paper);
  background:
    linear-gradient(112deg, rgba(140, 39, 57, 0.38), transparent 48%),
    var(--ink);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  align-items: center;
  gap: clamp(58px, 8vw, 106px);
}

.contact-copy h2 {
  max-width: 620px;
}

.contact-copy > p:not(.section-kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: #d8d0cc;
}

.contact-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.contact-meta div {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 3px 9px;
}

.contact-meta .ui-icon {
  grid-row: 1 / span 2;
  align-self: center;
  color: #cfb9b0;
}

.contact-meta span,
.contact-meta strong {
  grid-column: 2;
}

.contact-meta span {
  color: var(--taupe);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.contact-meta strong {
  font-size: 0.88rem;
}

.contact-form {
  position: relative;
  isolation: isolate;
  padding: 40px;
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 30px 30px 7px 30px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.28);
}

.contact-form::before {
  content: none;
}

.form-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.form-kicker {
  margin: 0 0 7px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form-security {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 11px;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.08);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
}

.form-security .ui-icon {
  width: 16px;
  height: 16px;
}

.form-title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.15;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.field-row > label:only-child {
  grid-column: 1 / -1;
}

.contact-form label {
  display: grid;
  gap: 9px;
  margin-bottom: 18px;
  font-size: 0.875rem;
  font-weight: 750;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  background: #f5f2f0;
  border: 1px solid rgba(109, 100, 96, 0.15);
  border-radius: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input,
.contact-form select {
  min-height: 56px;
  padding: 0 16px;
}

.contact-form textarea {
  min-height: 150px;
  padding: 16px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #837b77;
  opacity: 1;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: var(--surface);
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(140, 39, 57, 0.12);
}

.contact-form [aria-invalid="true"] {
  border-color: var(--coral);
}

.form-alternative {
  color: var(--accent);
  font-weight: 700;
  text-underline-offset: 3px;
}

.form-alternative:hover,
.form-alternative:focus-visible {
  color: var(--ink);
}

.button-light {
  width: 100%;
  min-height: 58px;
  margin-top: 2px;
  color: var(--paper);
  background: linear-gradient(115deg, var(--blue), #a43d50);
  box-shadow: 0 14px 30px rgba(140, 39, 57, 0.22);
}

.button-light:hover {
  background: var(--blue-dark);
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
}

.form-result {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.form-result-title {
  margin: 0 0 10px;
  font-weight: 800;
}

.form-result-help {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-result textarea {
  min-height: 122px;
  background: var(--sky);
}

.site-footer {
  padding: 60px 0;
  color: var(--paper);
  background: #191a1d;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 0.45fr 0.65fr;
  gap: 70px;
}

.footer-note {
  max-width: 560px;
  margin: 22px 0 0;
  color: #a9a09c;
  font-size: 0.78rem;
}

.footer-nav,
.footer-copy {
  display: grid;
  align-content: start;
  gap: 9px;
  font-size: 0.82rem;
}

.footer-nav a {
  text-decoration-color: rgba(255, 255, 255, 0.28);
  text-underline-offset: 4px;
}

.footer-copy {
  color: #a9a09c;
}

.brand-footer .brand-copy span {
  color: #a9a09c;
}

.footer-home {
  position: relative;
  padding: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 4%, rgba(140, 39, 57, 0.23), transparent 28%),
    linear-gradient(145deg, #222327, #18191c 72%);
}

.footer-home::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--blue), var(--coral));
}

.footer-home-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 1.05fr);
  align-items: end;
  gap: clamp(56px, 8vw, 108px);
  padding: 82px 0 58px;
}

.footer-eyebrow {
  margin: 0 0 17px;
  color: #cfb9b0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-home-copy h2 {
  max-width: 610px;
  color: var(--paper);
  font-size: clamp(2.45rem, 4vw, 4rem);
}

.footer-home-copy > p:not(.footer-eyebrow) {
  max-width: 560px;
  margin: 24px 0 0;
  color: #bcb2ad;
}

.footer-primary {
  min-height: 54px;
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 14px 20px;
  color: var(--paper);
  background: var(--blue);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(109, 29, 43, 0.28);
  font-weight: 750;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.footer-primary svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.footer-primary:hover {
  background: #a43d50;
  box-shadow: 0 20px 42px rgba(109, 29, 43, 0.34);
  transform: translateY(-3px);
}

.footer-primary:hover svg {
  transform: translateX(4px);
}

.footer-contact-cards {
  display: grid;
  gap: 12px;
}

.footer-contact-card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 19px 20px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px 18px 5px 18px;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-contact-card:nth-child(2) {
  background: rgba(166, 115, 96, 0.18);
}

.footer-contact-card:hover {
  background: rgba(140, 39, 57, 0.23);
  border-color: rgba(207, 185, 176, 0.32);
  transform: translateX(5px);
}

.footer-contact-card-button {
  width: 100%;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-contact-card:focus-visible {
  outline: 2px solid #dfc7bd;
  outline-offset: 3px;
}

.footer-copy-feedback {
  color: #dfc7bd;
  font-size: 0.78rem;
  line-height: 1.3;
}

.footer-contact-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #dfc7bd;
  background: rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.footer-contact-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-icon .icon-dot {
  fill: currentColor;
  stroke: none;
}

.footer-contact-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.footer-contact-copy small {
  color: #a9a09c;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-contact-copy strong {
  overflow-wrap: anywhere;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-link-arrow {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #dfc7bd;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.footer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-benefits > span {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 1px 12px;
  padding: 23px 20px;
}

.footer-benefits > span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-benefits .ui-icon {
  grid-row: 1 / span 2;
  align-self: center;
  width: 34px;
  height: 34px;
  padding: 8px;
  color: #dfc7bd;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
}

.footer-benefits strong,
.footer-benefits small {
  grid-column: 2;
}

.footer-benefits strong {
  color: var(--paper);
  font-size: 0.9rem;
}

.footer-benefits small {
  color: #968d89;
  font-size: 0.75rem;
  line-height: 1.35;
}

.footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.42fr) minmax(290px, 0.72fr);
  gap: clamp(44px, 7vw, 90px);
  padding: 54px 0 48px;
}

.footer-brand-block .footer-note {
  max-width: 520px;
  margin-top: 22px;
  color: #968d89;
  font-size: 0.8rem;
}

.footer-menu,
.footer-blog-links {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-menu > p,
.footer-blog-links > p {
  margin: 0 0 9px;
  color: #cfb9b0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-menu a {
  width: max-content;
  color: #cfc7c3;
  font-size: 0.88rem;
  text-decoration-color: rgba(255, 255, 255, 0.2);
  text-underline-offset: 5px;
}

.footer-blog-links a {
  display: grid;
  gap: 2px;
  padding: 10px 0;
  color: var(--paper);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  text-decoration: none;
}

.footer-blog-links a span {
  color: #968d89;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-blog-links a strong {
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.4;
  transition: color 180ms ease;
}

.footer-blog-links a:hover strong {
  color: #dfc7bd;
}

.footer-bottom {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 17px 0;
  color: #817a76;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  font-size: 0.75rem;
}

.footer-bottom a {
  margin-left: auto;
  color: #bcb2ad;
  text-decoration: none;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
}

.footer-legal a {
  color: #bcb2ad;
  text-decoration-color: rgba(255, 255, 255, 0.24);
  text-underline-offset: 4px;
}

.footer-legal a:hover,
.footer-legal a[aria-current="page"] {
  color: var(--paper);
}

.footer-bottom .footer-legal {
  margin-left: auto;
}

.footer-bottom .footer-legal a,
.footer-bottom > a {
  margin-left: 0;
}

.legal-main {
  background: #f8f7f5;
}

.legal-hero {
  padding: clamp(78px, 9vw, 124px) 0 clamp(54px, 6vw, 82px);
  background:
    radial-gradient(circle at 88% 16%, rgba(140, 39, 57, 0.1), transparent 28%),
    linear-gradient(145deg, #f8f7f5 35%, #ede7e3);
  border-bottom: 1px solid var(--line);
}

.legal-hero-inner {
  max-width: 940px;
}

.legal-hero h1 {
  max-width: 900px;
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(3.15rem, 7vw, 6.6rem);
  line-height: 0.98;
}

.legal-hero-inner > p:not(.section-kicker) {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 1.12rem;
}

.legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 34px;
  padding-top: 20px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
}

.legal-body {
  padding: 70px 0 108px;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 230px) minmax(0, 800px);
  justify-content: space-between;
  align-items: start;
  gap: clamp(52px, 8vw, 110px);
}

.legal-toc {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 11px;
  padding: 5px 0 5px 20px;
  border-left: 2px solid rgba(140, 39, 57, 0.34);
}

.legal-toc p {
  margin: 0 0 5px;
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.legal-toc a {
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.4;
  text-decoration: none;
}

.legal-toc a:hover {
  color: var(--blue);
}

.legal-content {
  min-width: 0;
}

.legal-callout {
  margin-bottom: 54px;
  padding: clamp(26px, 4vw, 40px);
  color: var(--paper);
  background:
    radial-gradient(circle at 100% 0, rgba(140, 39, 57, 0.28), transparent 34%),
    #222327;
  border-radius: 28px 28px 6px 28px;
  box-shadow: 0 24px 54px rgba(34, 35, 39, 0.14);
}

.legal-callout strong {
  color: #dfc7bd;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-callout p {
  max-width: 680px;
  margin: 13px 0 0;
  color: #ddd6d2;
  font-size: 1.02rem;
}

.legal-section {
  scroll-margin-top: 108px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 0 20px;
  padding: 38px 0 42px;
  border-bottom: 1px solid var(--line);
}

.legal-section:first-of-type {
  padding-top: 0;
}

.legal-section > span {
  grid-row: 1 / span 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.08);
  border: 1px solid rgba(140, 39, 57, 0.13);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
}

.legal-section h2,
.legal-section p,
.legal-section ul,
.legal-section .legal-note {
  grid-column: 2;
}

.legal-section h2 {
  margin: 1px 0 19px;
  color: var(--ink);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.14;
}

.legal-section p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-section p + p,
.legal-section ul + p,
.legal-section p + ul {
  margin-top: 16px;
}

.legal-section ul {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  padding-left: 22px;
  color: var(--ink-soft);
}

.legal-section a {
  color: var(--blue);
  text-underline-offset: 4px;
}

.legal-note {
  padding: 18px 20px;
  color: var(--ink-soft);
  background: #eee6e1;
  border-left: 3px solid var(--blue);
  border-radius: 0 14px 14px 0;
}

.legal-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.legal-related a {
  display: grid;
  gap: 5px;
  padding: 22px;
  color: var(--ink);
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 20px 20px 5px 20px;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.legal-related a:hover {
  border-color: rgba(140, 39, 57, 0.42);
  transform: translateY(-3px);
}

.legal-related span {
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-related strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px 20px;
    padding: 18px 20px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px 16px 4px 16px;
  }

  .legal-toc p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .legal-hero {
    padding: 64px 0 48px;
  }

  .legal-hero h1 {
    font-size: clamp(2.6rem, 12vw, 3.7rem);
  }

  .legal-hero-inner > p:not(.section-kicker) {
    margin-top: 22px;
    font-size: 1rem;
  }

  .legal-body {
    padding: 44px 0 72px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
  }

  .legal-section {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0 14px;
    padding: 30px 0 34px;
  }

  .legal-section > span {
    width: 38px;
    height: 38px;
  }

  .legal-section h2 {
    font-size: 1.65rem;
  }

  .legal-section ul {
    padding-left: 19px;
  }

  .legal-related {
    grid-template-columns: 1fr;
  }

  .footer-bottom .footer-legal {
    margin-left: 0;
  }

  .footer-bottom > a {
    margin-top: 4px;
  }
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js .hero-visual.is-visible .image-frame img {
  animation: hero-image-drift 12s ease-in-out infinite alternate;
}

.js .hero-facts li {
  opacity: 0;
  transform: translateY(16px);
}

.js .hero-facts.is-visible li {
  animation: fact-rise 560ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.js .hero-facts.is-visible li:nth-child(2) {
  animation-delay: 90ms;
}

.js .hero-facts.is-visible li:nth-child(3) {
  animation-delay: 180ms;
}

.js .intro-copy .intro-method-line span {
  transform: scaleX(0);
  transform-origin: left center;
}

.js .intro-copy.is-visible .intro-method-line span {
  animation: line-grow 880ms 360ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards;
}

.js .credentials-featured .reveal:nth-child(2),
.js .request-list .reveal:nth-child(2),
.js .process-list .reveal:nth-child(2),
.js .faq-list .reveal:nth-child(2) {
  transition-delay: 70ms;
}

.js .credentials-featured .reveal:nth-child(3),
.js .request-list .reveal:nth-child(3),
.js .process-list .reveal:nth-child(3),
.js .faq-list .reveal:nth-child(3) {
  transition-delay: 140ms;
}

.js .credentials-featured .reveal:nth-child(4),
.js .request-list .reveal:nth-child(4),
.js .faq-list .reveal:nth-child(4) {
  transition-delay: 210ms;
}

.js .request-list .reveal:nth-child(5) {
  transition-delay: 280ms;
}

.js .request-list .reveal:nth-child(6) {
  transition-delay: 350ms;
}

@keyframes hero-image-drift {
  from {
    transform: scale(1.015);
  }
  to {
    transform: translate3d(-0.45%, 0, 0) scale(1.055);
  }
}

@keyframes fact-rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes line-grow {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 980px) {
  :root {
    --shell: min(100% - 36px, 780px);
  }

  .menu-button {
    display: block;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    inset: 72px 0 auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 20px 18px 26px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 26px 48px rgba(34, 35, 39, 0.14);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 13px 10px;
    color: var(--ink-soft);
    font-size: 1rem;
  }

  .nav-cta {
    margin-top: 12px;
    text-align: center;
  }

  .hero-grid,
  .intro-grid,
  .credentials-head,
  .section-head,
  .method-grid,
  .cards-grid,
  .blog-showcase-head,
  .blog-index-hero-inner,
  .faq-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: 740px;
    gap: 0;
    padding-bottom: 0;
  }

  .hero-copy {
    max-width: 620px;
    padding: 132px 0 180px;
  }

  .hero-visual {
    position: absolute;
    inset: 0 calc((100vw - 100%) / -2);
    width: auto;
    height: auto;
    margin: 0;
  }

  .image-frame {
    width: 100%;
    margin: 0;
  }

  .image-frame::before {
    background: linear-gradient(90deg, rgba(25, 26, 29, 0.96) 0%, rgba(25, 26, 29, 0.82) 42%, rgba(25, 26, 29, 0.34) 78%, rgba(25, 26, 29, 0.08) 100%);
  }

  .hero-facts {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 12%;
    width: auto;
    margin: 0;
  }

  .intro-trust {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 0;
  }

  .intro-grid,
  .credentials-head,
  .section-head,
  .method-grid,
  .cards-grid,
  .blog-showcase-head,
  .blog-index-hero-inner,
  .faq-grid,
  .contact-grid {
    gap: 44px;
  }

  .intro-portrait {
    width: min(54%, 390px);
    margin-inline: auto;
  }

  .intro {
    padding: 76px 0 0;
  }

  .intro-copy {
    padding-bottom: 68px;
  }

  .requests .section-head {
    grid-template-columns: 1fr;
  }

  .requests-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .requests-visual {
    width: min(78%, 520px);
    margin-inline: auto;
  }

  .requests-visual img {
    height: 540px;
  }

  .request-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
  }

  .credentials-featured,
  .credentials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-map {
    grid-template-columns: 1fr;
  }

  .method-node {
    min-height: 0;
  }

  .method-node + .method-node {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    border-left: 0;
  }

  .method-node h3 {
    margin-top: 0;
  }

  .method-node p {
    min-height: auto;
  }

  .format .shell {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 42px;
  }

  .format-head,
  .process-list,
  .format-note {
    grid-column: 1;
    grid-row: auto;
  }

  .faq-intro {
    position: static;
  }

  .blog-editorial-grid {
    grid-template-columns: 1fr;
  }

  .blog-feature {
    height: 590px;
  }

  .blog-side-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .blog-side-card {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .blog-side-card img {
    min-height: 210px;
    aspect-ratio: 4 / 3;
  }

  .blog-side-copy {
    justify-content: start;
    padding: 8px 6px 12px;
  }

  .article-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .article-sidebar {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    gap: 34px;
  }

  .footer-nav {
    grid-template-columns: repeat(6, auto);
    justify-content: start;
    gap: 22px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 28px);
  }

  html {
    scroll-padding-top: 82px;
  }

  .header-inner {
    min-height: 70px;
    gap: 12px;
  }

  .brand {
    gap: 10px;
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .site-nav {
    inset-block-start: 70px;
  }

  .brand-copy span {
    display: none;
  }

  .hero {
    padding-top: 0;
  }

  .hero-grid {
    min-height: 820px;
  }

  .hero-copy {
    max-width: 100%;
    padding: 112px 0 190px;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.45rem);
  }

  h2 {
    font-size: clamp(2.2rem, 11vw, 3.25rem);
  }

  .hero h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.25rem);
    line-height: 1.03;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
  }

  .text-link {
    text-align: center;
  }

  .request-list,
  .prose-columns,
  .contact-meta,
  .field-row {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
    margin: 0;
    padding: 6px;
    border-radius: 20px 20px 0 0;
  }

  .hero-facts li {
    grid-template-columns: 1fr;
    min-height: 108px;
    align-content: center;
    justify-items: center;
    gap: 7px;
    padding: 13px 6px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 0;
    border-radius: 14px 14px 4px 14px;
  }

  .fact-icon {
    width: 30px;
    height: 30px;
  }

  .fact-icon svg {
    width: 17px;
    height: 17px;
  }

  .fact-copy {
    text-align: center;
  }

  .hero-facts strong {
    font-size: 1rem;
    line-height: 1.2;
  }

  .hero-facts .fact-copy > span {
    font-size: 0.875rem;
    line-height: 1.3;
  }

  .image-frame {
    width: 100%;
  }

  .hero-visual {
    position: absolute;
    inset: 0 calc((100vw - 100%) / -2);
    width: auto;
    height: auto;
    margin: 0;
  }

  .image-frame::before {
    background: linear-gradient(90deg, rgba(25, 26, 29, 0.97) 0%, rgba(25, 26, 29, 0.84) 58%, rgba(25, 26, 29, 0.5) 100%);
  }

  .image-frame img {
    object-position: 62% center;
  }

  .intro-portrait {
    width: min(70%, 270px);
  }

  .intro-portrait img {
    height: auto;
    aspect-ratio: auto;
    object-position: center bottom;
  }

  .intro-portrait figcaption {
    margin: 8px 0 22px;
    font-size: 0.75rem;
    text-align: center;
  }

  .credentials-featured {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }

  .credentials-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .credential-image {
    height: min(70vw, 330px);
  }

  .certificate-dialog {
    width: 100vw;
    height: 100dvh;
  }

  .certificate-dialog__surface {
    border: 0;
    border-radius: 0;
  }

  .certificate-dialog__bar {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 14px;
  }

  .certificate-dialog__title {
    font-size: 1rem;
    white-space: normal;
  }

  .certificate-dialog__controls {
    justify-content: space-between;
  }

  .certificate-dialog__close {
    margin-left: auto;
  }

  .certificate-dialog__viewport {
    padding: 12px;
  }

  .certificate-dialog__note {
    padding-inline: 14px;
  }

  .image-note-top {
    left: -12px;
  }

  .image-note-bottom {
    right: -12px;
  }

  .intro-trust {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    padding: 0;
  }

  .intro-trust span {
    flex-direction: column;
    gap: 6px;
    padding: 14px 8px;
    border: 1px solid rgba(109, 100, 96, 0.14);
    line-height: 1.3;
  }

  .intro-trust .ui-icon {
    width: 36px;
    height: 36px;
    padding: 8px;
    flex-basis: 36px;
  }

  .intro-trust span + span {
    border-left: 1px solid rgba(109, 100, 96, 0.14);
  }

  .intro-trust span:nth-child(even) {
    border-left: 1px solid rgba(109, 100, 96, 0.14);
  }

  .intro-trust span:nth-child(n + 3) {
    border-top: 1px solid rgba(109, 100, 96, 0.14);
  }

  .section {
    padding: 88px 0;
  }

  .intro {
    padding: 68px 0 0;
  }

  .intro-grid {
    gap: 24px;
  }

  .intro-copy {
    padding-bottom: 58px;
  }

  .prose-columns {
    margin-top: 24px;
  }

  .intro-contacts {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 16px 0;
  }

  .intro-contact-separator {
    display: none;
  }

  .intro-contact strong {
    font-size: 1.1rem;
  }

  .intro-method-heading {
    gap: 14px;
  }

  .intro-signoff {
    gap: 18px;
  }

  .intro-socials {
    padding-left: 18px;
  }

  .section-head {
    gap: 26px;
  }

  .requests-layout {
    gap: 44px;
    margin-top: 48px;
  }

  .requests-visual {
    width: calc(100% - 18px);
  }

  .requests-visual img {
    height: 460px;
  }

  .requests-visual figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 16px;
  }

  .requests-visual figcaption span {
    width: max-content;
  }

  .request-list {
    margin-top: 0;
  }

  .request-item,
  .request-item:nth-child(odd),
  .request-item:nth-child(even) {
    min-height: 0;
    gap: 20px;
    padding: 22px;
  }

  .request-item::after {
    top: auto;
    right: 16px;
    bottom: 13px;
  }

  .method-node {
    grid-template-columns: 34px 1fr;
    gap: 8px 14px;
    padding: 24px 20px;
  }

  .method-node p {
    grid-column: 2;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 0;
    gap: 28px;
    padding: 24px;
  }

  .process-marker {
    gap: 7px;
  }

  .process-marker .ui-icon {
    width: 42px;
    height: 42px;
    padding: 10px;
  }

  .format-note {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .cards-panel,
  .contact-form {
    padding: 26px 20px;
  }

  .cards-disclaimer {
    width: 100%;
    border-radius: 14px;
  }

  .form-heading {
    flex-direction: column;
    gap: 12px;
  }

  .blog-showcase-head {
    gap: 26px;
  }

  .blog-all-link {
    width: max-content;
  }

  .blog-editorial-grid {
    margin-top: 40px;
  }

  .blog-feature {
    height: 520px;
    border-radius: 18px 18px 4px 18px;
  }

  .blog-feature-copy {
    padding: 26px 22px;
  }

  .blog-feature-copy strong {
    font-size: 2.05rem;
  }

  .blog-side-list,
  .blog-index-grid,
  .related-grid,
  .article-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-side-card {
    grid-template-columns: minmax(118px, 0.42fr) minmax(0, 0.58fr);
    gap: 14px;
  }

  .blog-side-card img {
    min-height: 155px;
  }

  .blog-side-copy strong {
    font-size: 1.08rem;
  }

  .blog-side-copy > span {
    font-size: 0.68rem;
  }

  .blog-index-hero {
    padding: 72px 0 54px;
  }

  .blog-index-legend {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .blog-index-legend p {
    text-align: left;
  }

  .blog-index-grid {
    padding-bottom: 88px;
  }

  .blog-index-card-copy {
    padding: 24px 20px;
  }

  .article-hero {
    padding-top: 38px;
  }

  .article-head {
    margin-top: 38px;
  }

  .article-head h1 {
    font-size: clamp(2.65rem, 13.5vw, 4rem);
  }

  .article-cover {
    margin-top: 38px;
  }

  .article-cover img {
    min-height: 330px;
    aspect-ratio: 4 / 3;
    border-radius: 20px 20px 4px 20px;
  }

  .article-layout {
    padding: 58px 0 88px;
  }

  .article-content {
    font-size: 1.08rem;
    line-height: 1.74;
  }

  .article-content > p:first-child {
    font-size: 1.2rem;
  }

  .article-callout,
  .article-exercise {
    padding: 24px 20px;
  }

  .related-articles {
    padding: 76px 0 84px;
  }

  .related-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-meta {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .contact-meta strong {
    font-size: 0.78rem;
  }

  .contact-meta div {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .contact-meta .ui-icon,
  .contact-meta span,
  .contact-meta strong {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-nav {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 980px) {
  .footer-home-hero {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 44px;
  }

  .footer-contact-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 56px;
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .footer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-benefits > span:nth-child(3) {
    border-left: 0;
  }

  .footer-benefits > span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }
}

@media (max-width: 680px) {
  .credentials-intro {
    max-width: 100%;
  }

  .credentials-stat {
    gap: 10px;
  }

  .credentials-stat strong {
    font-size: 2rem;
  }

  .credentials-more > summary {
    align-items: flex-start;
    padding: 17px 16px;
  }

  .credentials-more-copy small {
    max-width: 250px;
  }

  .credentials-grid {
    padding: 14px;
  }

  .method-reading > div {
    display: grid;
  }

  .method-reading a {
    width: 100%;
  }

  .section-article-link {
    grid-template-columns: minmax(0, 1fr) 42px;
    gap: 12px;
    padding: 15px;
  }

  .footer-home-hero {
    gap: 36px;
    padding: 66px 0 44px;
  }

  .footer-home-copy h2 {
    font-size: clamp(2.3rem, 11vw, 3.2rem);
  }

  .footer-primary {
    width: 100%;
    text-align: center;
  }

  .footer-contact-cards,
  .footer-main,
  .footer-benefits {
    grid-template-columns: 1fr;
  }

  .footer-contact-card {
    grid-template-columns: 44px minmax(0, 1fr) 32px;
    gap: 12px;
    min-height: 84px;
    padding: 16px;
  }

  .footer-contact-icon {
    width: 44px;
    height: 44px;
  }

  .footer-contact-copy strong {
    font-size: 1rem;
  }

  .footer-benefits > span,
  .footer-benefits > span + span,
  .footer-benefits > span:nth-child(3) {
    border-left: 0;
  }

  .footer-benefits > span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
  }

  .footer-main {
    gap: 38px;
    padding: 46px 0 40px;
  }

  .footer-brand-block {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 20px 0 24px;
  }

  .footer-bottom a {
    margin: 5px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .js .hero-facts li {
    opacity: 1;
    transform: none;
  }

  .js .intro-copy .intro-method-line span {
    transform: scaleX(1);
  }
}

/* Conversion, service and editorial extensions */
.hero-offer {
  width: min(100%, 560px);
  display: grid;
  gap: 2px;
  margin-top: 24px;
  padding: 15px 18px;
  color: var(--paper);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--blue);
  border-radius: 4px 16px 16px 4px;
  backdrop-filter: blur(12px);
}

.hero-offer strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
}

.hero-offer span {
  color: #f3ece8;
  font-weight: 700;
}

.hero-offer small {
  color: #cfc4bf;
  font-size: 0.78rem;
}

.request-link {
  display: inline-flex;
  gap: 8px;
  margin-top: 15px;
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: none;
}

.request-item:nth-child(2) .request-link,
.request-item:nth-child(5) .request-link {
  color: #f1dcd3;
}

.consultation-card {
  display: grid;
  grid-template-columns: minmax(250px, 0.78fr) minmax(420px, 1.22fr);
  gap: 28px 54px;
  margin-top: 18px;
  padding: 34px;
  color: var(--paper);
  background: linear-gradient(128deg, #25262a, #17181b);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px 26px 7px 26px;
  box-shadow: 0 22px 56px rgba(34,35,39,.18);
}

.consultation-card .section-kicker { color: #d6bdb3; }
.consultation-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
}
.consultation-card > div > p:last-child {
  margin: 15px 0 0;
  color: rgba(255,255,255,.7);
}
.consultation-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  overflow: hidden;
  background: rgba(255,255,255,.12);
  border-radius: 16px;
}
.consultation-card dl div {
  min-height: 92px;
  display: grid;
  align-content: center;
  padding: 16px 20px;
  background: rgba(255,255,255,.06);
}
.consultation-card dt {
  color: #cdbdb6;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.consultation-card dd {
  margin: 3px 0 0;
  font-size: 1.06rem;
  font-weight: 750;
}
.consultation-policy {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 22px;
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: .92rem;
}
.consultation-policy strong { color: var(--paper); }

.contact-warm-portrait {
  position: relative;
  width: min(100%, 470px);
  aspect-ratio: 4 / 3;
  margin: 30px 0 0;
  padding: 6px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255,255,255,.28), rgba(166,115,96,.3));
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 110px 26px 7px 26px;
  box-shadow: 0 24px 56px rgba(0,0,0,.28);
}
.contact-warm-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 31%;
  border-radius: 104px 20px 4px 20px;
}
.email-result-button {
  width: 100%;
  margin-top: 10px;
  color: var(--paper);
  background: var(--blue);
}

.whatsapp-result-button {
  width: 100%;
  margin-top: 10px;
  color: var(--blue);
  background: #f5f2f0;
  border: 1px solid rgba(140, 39, 57, 0.28);
}

.service-main { background: var(--paper); }
.service-hero {
  padding: 158px 0 92px;
  color: var(--paper);
  background: radial-gradient(circle at 82% 20%, rgba(166,115,96,.25), transparent 30%), var(--ink);
}
.service-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr);
  align-items: end;
  gap: 72px;
}
.service-hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
}
.service-hero-lead {
  max-width: 690px;
  margin: 26px 0 0;
  color: #d8d0cc;
  font-size: 1.18rem;
}
.service-actions { display:flex; flex-wrap:wrap; align-items:center; gap:18px; margin-top:30px; }
.service-facts {
  margin: 0;
  padding: 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 24px 24px 6px 24px;
  backdrop-filter: blur(14px);
}
.service-facts div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.service-facts div:last-child { border-bottom: 0; }
.service-facts dt { color:#cdbdb6; font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.service-facts dd { margin:3px 0 0; font-family:Georgia,"Times New Roman",serif; font-size:1.22rem; }
.service-section { padding: 96px 0; }
.service-section-alt { background: #e9e4e1; }
.service-section-head { max-width: 820px; }
.service-section-head > p:last-child { max-width:700px; margin:22px 0 0; color:var(--muted); font-size:1.06rem; }
.service-card-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:42px; }
.service-card {
  min-height: 220px;
  padding: 26px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(109,100,96,.16);
  border-radius: 22px 22px 5px 22px;
}
.service-card span { color:var(--blue); font-family:Georgia,"Times New Roman",serif; font-size:1rem; }
.service-card h3 { margin-top:28px; font-family:Georgia,"Times New Roman",serif; font-size:1.45rem; font-weight:500; }
.service-card p { margin:10px 0 0; color:var(--muted); }
.service-content-grid { display:grid; grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr); gap:74px; }
.service-sticky { position:sticky; top:110px; align-self:start; }
.service-sticky p { margin:22px 0 0; color:var(--muted); }
.service-steps { display:grid; gap:0; }
.service-step { display:grid; grid-template-columns:54px 1fr; gap:22px; padding:28px 0; border-top:1px solid var(--line); }
.service-step:first-child { border-top:0; padding-top:0; }
.service-step > span { width:44px; height:44px; display:grid; place-items:center; color:var(--paper); background:var(--blue); border-radius:50%; font-weight:800; }
.service-step h3 { font-family:Georgia,"Times New Roman",serif; font-size:1.5rem; font-weight:500; }
.service-step p { margin:8px 0 0; color:var(--muted); }
.service-note {
  margin-top:36px;
  padding:26px 28px;
  color:var(--paper);
  background:var(--ink);
  border-left:5px solid var(--blue);
  border-radius:5px 18px 18px 5px;
}
.service-note p { margin:8px 0 0; color:rgba(255,255,255,.72); }
.service-reading { margin-top:26px; }
.service-reading a { color:var(--blue); font-weight:800; text-underline-offset:4px; }
.service-faq-list { max-width:880px; margin:40px auto 0; }
.service-faq-list details { border-top:1px solid var(--line); }
.service-faq-list summary { padding:23px 0; font-family:Georgia,"Times New Roman",serif; font-size:1.25rem; font-weight:500; cursor:pointer; }
.service-faq-list details p { margin:-8px 0 24px; color:var(--muted); }
.service-cta {
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:40px;
  padding:52px;
  color:var(--paper);
  background:linear-gradient(125deg,var(--blue),#681b29);
  border-radius:30px 30px 7px 30px;
}
.service-cta h2 { max-width:760px; }
.service-cta p { max-width:650px; margin:18px 0 0; color:rgba(255,255,255,.76); }
.service-cta .button { color:var(--ink); background:var(--paper); }

.article-consultation-cta {
  margin-top: 42px;
  padding: 30px;
  color: var(--paper);
  background: linear-gradient(125deg, var(--blue), #6e1e2d);
  border-radius: 22px 22px 5px 22px;
}
.article-consultation-cta strong { display:block; font-family:Georgia,"Times New Roman",serif; font-size:1.55rem; font-weight:500; }
.article-consultation-cta p { margin:10px 0 20px; color:rgba(255,255,255,.78); }
.article-consultation-cta .button { min-height:46px; color:var(--ink); background:var(--paper); font-size:.9rem; }

@media (max-width: 980px) {
  .consultation-card,
  .service-hero-grid,
  .service-content-grid { grid-template-columns:1fr; }
  .service-hero-grid { gap:44px; }
  .service-facts { max-width:600px; }
  .service-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .service-sticky { position:static; }
  .service-cta { grid-template-columns:1fr; }
}

@media (max-width: 680px) {
  .hero-grid { min-height: 900px; }
  .hero-copy { padding-bottom: 220px; }
  .hero-offer { padding:13px 14px; }
  .hero-offer span { font-size:.91rem; }
  .hero-offer small { font-size:.72rem; }
  .hero-facts strong { font-size:.88rem; }
  .hero-facts .fact-copy > span { font-size:.72rem; }
  .consultation-card { padding:24px 20px; }
  .consultation-card dl { grid-template-columns:1fr; }
  .consultation-policy { font-size:.86rem; }
  .contact-warm-portrait { aspect-ratio:4 / 3; }
  .service-hero { padding:120px 0 70px; }
  .service-hero h1 { font-size:clamp(2.65rem,13vw,4rem); }
  .service-card-grid { grid-template-columns:1fr; }
  .service-section { padding:72px 0; }
  .service-content-grid { gap:42px; }
  .service-step { grid-template-columns:44px 1fr; gap:14px; }
  .service-step > span { width:38px; height:38px; }
  .service-cta { padding:30px 22px; }
}

/* Unified navigation and mobile experience */
@media (max-width: 980px) {
  .site-header,
  .site-header.is-scrolled {
    background: rgba(25, 26, 29, 0.98);
    border-bottom-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 28px rgba(24, 20, 20, 0.13);
    backdrop-filter: none;
  }

  .menu-button {
    position: relative;
    z-index: 75;
    flex: 0 0 auto;
    border-color: rgba(255, 255, 255, 0.34);
  }

  .site-nav {
    position: fixed;
    z-index: 72;
    inset: 0 0 0 auto;
    width: min(90vw, 400px);
    height: 100dvh;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: max(18px, env(safe-area-inset-top)) 22px max(24px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    color: var(--ink);
    background: #f8f5f3;
    border: 0;
    box-shadow: -24px 0 70px rgba(25, 20, 20, 0.24);
    opacity: 0;
    transform: translateX(102%);
    transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease, visibility 240ms;
  }

  .site-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  .site-nav-mobile-head {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    color: var(--blue);
    border-bottom: 1px solid var(--line);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }

  .menu-close {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid rgba(109, 100, 96, 0.2);
    border-radius: 50%;
    box-shadow: 0 10px 28px rgba(34, 35, 39, 0.09);
    cursor: pointer;
  }

  .menu-close svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
  }

  .site-nav > a {
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 12px 4px;
    color: var(--ink-soft);
    border-bottom: 1px solid rgba(109, 100, 96, 0.14);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.17rem;
    font-weight: 500;
    line-height: 1.25;
  }

  .site-nav > a:not(.nav-cta)::after {
    display: none;
  }

  .site-nav > a[aria-current="page"] {
    color: var(--blue);
  }

  .site-nav .nav-cta {
    min-height: 54px;
    justify-content: center;
    margin-top: 18px;
    padding: 14px 18px;
    color: var(--paper);
    border: 0;
    border-radius: 999px;
    font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 750;
  }

  .site-nav-mobile-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--muted);
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .site-nav-mobile-meta span {
    padding: 12px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(109, 100, 96, 0.12);
    border-radius: 14px 14px 4px 14px;
  }

  .menu-backdrop {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    background: rgba(20, 18, 19, 0.48);
    border: 0;
    backdrop-filter: blur(3px);
    cursor: pointer;
  }

  .menu-backdrop[hidden] {
    display: none;
  }

  .no-js .menu-button,
  .no-js .menu-backdrop,
  .no-js .site-nav-mobile-head,
  .no-js .site-nav-mobile-meta {
    display: none;
  }

  .no-js .site-nav {
    position: static;
    width: auto;
    height: auto;
    visibility: visible;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 8px 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 82px;
  }

  body {
    overflow-x: clip;
    line-height: 1.58;
  }

  .site-header-solid + main {
    padding-top: 68px;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .menu-button {
    width: 46px;
    height: 46px;
  }

  .site-nav {
    width: min(92vw, 380px);
    padding-inline: 20px;
  }

  h1 {
    font-size: clamp(2.45rem, 10.8vw, 3.2rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(2.05rem, 9.3vw, 2.8rem);
    line-height: 1.08;
  }

  h3 {
    line-height: 1.25;
  }

  .section {
    padding: 68px 0;
  }

  .button,
  .credentials-more > summary {
    min-height: 50px;
  }

  .hero-grid {
    min-height: 800px;
  }

  .hero-copy {
    padding: 102px 0 178px;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 10.6vw, 3.2rem);
    line-height: 1.02;
  }

  .hero-lead {
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 12px;
  }

  .hero-offer {
    padding: 15px 16px;
    border-radius: 18px 18px 5px 18px;
  }

  .hero-offer span {
    font-size: 0.94rem;
  }

  .hero-offer small {
    font-size: 0.76rem;
    line-height: 1.4;
  }

  .hero-facts {
    gap: 4px;
    padding: 5px;
    border-radius: 18px 18px 0 0;
  }

  .hero-facts li {
    min-height: 98px;
    padding: 11px 5px;
  }

  .hero-facts strong {
    font-size: 0.82rem;
  }

  .hero-facts .fact-copy > span {
    font-size: 0.7rem;
  }

  .intro {
    padding-top: 58px;
  }

  .intro-grid {
    gap: 18px;
  }

  .intro-portrait {
    width: min(86%, 330px);
  }

  .intro-copy {
    padding-bottom: 48px;
  }

  .intro-contacts,
  .contact-meta {
    gap: 10px;
  }

  .intro-trust span {
    min-height: 104px;
    padding: 14px 10px;
  }

  .section-head,
  .intro-grid,
  .credentials-head,
  .method-grid,
  .cards-grid,
  .blog-showcase-head,
  .blog-index-hero-inner,
  .faq-grid,
  .contact-grid {
    gap: 30px;
  }

  .requests-layout {
    gap: 34px;
    margin-top: 36px;
  }

  .requests-visual {
    width: 100%;
  }

  .requests-visual img {
    height: min(116vw, 430px);
  }

  .request-item,
  .request-item:nth-child(odd),
  .request-item:nth-child(even) {
    gap: 16px;
    padding: 20px 18px;
    border-radius: 18px 18px 5px 18px;
  }

  .credentials-featured,
  .credentials-grid {
    display: flex;
    grid-template-columns: none;
    gap: 14px;
    margin-inline: -16px;
    padding: 4px 16px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-padding-inline: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .credentials-featured::-webkit-scrollbar,
  .credentials-grid::-webkit-scrollbar {
    display: none;
  }

  .credentials-featured > .credential-card,
  .credentials-grid > .credential-card {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }

  .credential-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .credential-copy {
    min-height: 132px;
    padding: 22px 18px;
  }

  .credentials-more > summary {
    align-items: center;
  }

  .method-node,
  .process-list li,
  .cards-panel,
  .contact-form,
  .consultation-card {
    border-radius: 20px 20px 5px 20px;
  }

  .process-list li {
    gap: 18px;
    padding: 22px 18px;
  }

  .cards-panel,
  .contact-form,
  .consultation-card {
    padding: 24px 18px;
  }

  .blog-feature {
    height: 470px;
  }

  .blog-feature-copy {
    padding: 24px 20px;
  }

  .blog-feature-copy strong {
    font-size: 1.85rem;
  }

  .blog-side-card {
    grid-template-columns: minmax(112px, 0.4fr) minmax(0, 0.6fr);
    gap: 12px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(109, 100, 96, 0.13);
    border-radius: 16px 16px 4px 16px;
  }

  .blog-side-card img {
    min-height: 142px;
    border-radius: 12px 12px 3px 12px;
  }

  .blog-index-hero {
    padding: 56px 0 44px;
  }

  .blog-index-hero h1,
  .article-head h1,
  .service-hero h1 {
    font-size: clamp(2.45rem, 10.6vw, 3.2rem);
  }

  .blog-index-grid {
    gap: 18px;
    padding-bottom: 70px;
  }

  .blog-index-card {
    border-radius: 20px 20px 5px 20px;
  }

  .blog-index-card-copy {
    gap: 11px;
    padding: 22px 18px 24px;
  }

  .blog-index-card-copy strong {
    font-size: 1.7rem;
  }

  .article-hero {
    padding-top: 34px;
  }

  .article-head {
    margin-top: 30px;
  }

  .article-cover {
    margin-top: 30px;
  }

  .article-cover img {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .article-layout {
    gap: 46px;
    padding: 50px 0 72px;
  }

  .article-content {
    font-size: 1rem;
    line-height: 1.72;
  }

  .article-content > p:first-child {
    font-size: 1.12rem;
  }

  .article-callout,
  .article-exercise,
  .article-consultation-cta {
    padding: 22px 18px;
    border-radius: 18px 18px 5px 18px;
  }

  .related-articles {
    padding: 64px 0 70px;
  }

  .service-hero {
    padding: 54px 0 58px;
  }

  .service-hero-grid {
    gap: 30px;
  }

  .service-hero-lead {
    margin-top: 20px;
    font-size: 1.04rem;
  }

  .service-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
  }

  .service-actions .text-link {
    min-height: 48px;
    display: grid;
    place-items: center;
  }

  .service-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 6px;
    border-radius: 20px 20px 5px 20px;
  }

  .service-facts div,
  .service-facts div:last-child {
    min-width: 0;
    padding: 14px 12px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-facts div:nth-child(even) {
    border-right: 0;
  }

  .service-facts div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .service-facts dd {
    overflow-wrap: break-word;
    font-size: 1rem;
    line-height: 1.3;
  }

  .service-section {
    padding: 66px 0;
  }

  .service-content-grid {
    gap: 34px;
  }

  .service-card {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 18px 18px 5px 18px;
  }

  .service-card h3 {
    margin-top: 20px;
  }

  .service-step {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .service-step > span {
    width: 38px;
    height: 38px;
  }

  .service-faq-list {
    margin-top: 28px;
  }

  .service-faq-list summary {
    min-height: 58px;
    padding: 18px 0;
    font-size: 1.12rem;
  }

  .service-cta {
    gap: 26px;
    padding: 28px 20px;
    border-radius: 22px 22px 5px 22px;
  }

  .contact-warm-portrait {
    width: min(82%, 380px);
    height: auto;
    margin-inline: auto;
    border-radius: 92px 24px 6px 24px;
  }

  .contact-warm-portrait img {
    border-radius: 86px 18px 4px 18px;
  }

  .contact-form input,
  .contact-form select {
    min-height: 54px;
  }

  .footer-home-hero {
    padding-top: 58px;
  }

  .footer-contact-card {
    border-radius: 18px 18px 5px 18px;
  }
}

@media (max-width: 390px) {
  :root {
    --shell: calc(100% - 24px);
  }

  .brand-copy strong {
    font-size: 0.82rem;
  }

  .hero-grid {
    min-height: 820px;
  }

  .hero h1,
  .blog-index-hero h1,
  .article-head h1,
  .service-hero h1 {
    font-size: clamp(2.25rem, 10.8vw, 2.75rem);
  }

  .site-nav-mobile-meta {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-header,
  .site-nav {
    transition: none;
  }
}

/* Professional profile and editorial trust */
.intro-profile-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 22px;
  color: var(--blue);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.intro-profile-link span {
  transition: transform 180ms ease;
}

.intro-profile-link:hover span,
.intro-profile-link:focus-visible span {
  transform: translateX(4px);
}

.article-author {
  color: var(--blue);
  text-decoration-color: rgba(140, 39, 57, 0.35);
  text-underline-offset: 4px;
}

.article-author:hover,
.article-author:focus-visible {
  text-decoration-color: currentColor;
}

.article-reviewed {
  color: #807671;
}

.article-sources {
  margin-top: 54px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.article-sources h2 {
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.25rem);
}

.article-sources > p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.article-sources ol {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: sources;
}

.article-sources li {
  position: relative;
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 14px 46px 14px 58px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(109, 100, 96, 0.15);
  border-radius: 15px 15px 4px 15px;
  counter-increment: sources;
}

.article-sources li::before {
  content: counter(sources, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
}

.article-sources li::after {
  content: "↗";
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--blue);
}

.article-sources a {
  font-weight: 750;
  line-height: 1.4;
  text-decoration: none;
}

.article-sources li span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.article-sources-note {
  padding: 16px 18px;
  background: rgba(140, 39, 57, 0.06);
  border-left: 3px solid var(--blue);
  border-radius: 3px 12px 12px 3px;
}

.about-main {
  background: var(--paper);
}

.about-hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 78% 24%, rgba(166, 115, 96, 0.24), transparent 29%),
    linear-gradient(120deg, rgba(140, 39, 57, 0.16), transparent 44%),
    var(--ink);
}

.about-hero-grid {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(370px, 0.78fr);
  align-items: end;
  gap: clamp(44px, 6vw, 88px);
}

.about-hero-copy {
  position: relative;
  z-index: 2;
  padding: 118px 0 70px;
}

.about-hero h1 {
  max-width: 720px;
  font-size: clamp(3.6rem, 6vw, 6.3rem);
  line-height: 0.96;
}

.about-hero-lead {
  max-width: 680px;
  margin: 28px 0 0;
  color: #d8d0cc;
  font-size: 1.14rem;
  line-height: 1.7;
}

.about-hero-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 32px;
}

.about-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 44px 0 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px 22px 5px 22px;
}

.about-summary div {
  min-width: 0;
  padding: 15px 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.about-summary div:last-child {
  border-right: 0;
}

.about-summary dt {
  color: #cdbdb6;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.about-summary dd {
  margin: 4px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.3;
}

.about-portrait {
  position: relative;
  isolation: isolate;
  align-self: end;
  width: min(100%, 460px);
  margin: 0 auto;
  padding: 7px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px 28px 7px 28px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.about-portrait::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -10px;
  right: 7%;
  left: 12%;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--coral));
  border-radius: 999px;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 2 / 3;
  margin: 0;
  object-fit: cover;
  object-position: center center;
  border-radius: 22px 22px 4px 22px;
}

.about-portrait figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 42px;
  width: min(390px, 92%);
  padding: 20px 22px;
  background: rgba(140, 39, 57, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px 18px 5px 18px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.about-portrait figcaption span,
.about-transparency-card > span {
  display: block;
  color: #ead7cf;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.about-portrait figcaption strong {
  display: block;
  margin-top: 6px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.3;
}

.about-section {
  padding: 104px 0;
}

.about-section-grid,
.about-practice-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: clamp(54px, 8vw, 108px);
}

.about-section-head {
  align-self: start;
}

.about-section-head h2,
.about-programs-head h2,
.about-practice-copy h2 {
  max-width: 760px;
}

.about-section-head > p:last-child,
.about-programs-head > p,
.about-practice-copy > p:not(.section-kicker) {
  margin: 24px 0 0;
  color: var(--muted);
}

.about-degree-card {
  position: relative;
  overflow: hidden;
  padding: 42px;
  background: var(--surface);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 28px 28px 7px 28px;
  box-shadow: 0 22px 58px rgba(62, 45, 42, 0.08);
}

.about-degree-card::before {
  content: none;
}

.about-card-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-degree-card h3 {
  max-width: 690px;
  margin-top: 34px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.12;
}

.about-degree-card dl {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  border-top: 1px solid var(--line);
}

.about-degree-card dl div {
  display: grid;
  grid-template-columns: minmax(130px, 0.4fr) minmax(0, 0.6fr);
  gap: 24px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}

.about-degree-card dt {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.about-degree-card dd {
  margin: 0;
  font-weight: 700;
}

.about-institution-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.about-degree-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
  margin-top: 26px;
}

.about-degree-actions .about-institution-link {
  margin-top: 0;
}

.about-diploma-link {
  padding: 11px 15px;
  background: rgba(140, 39, 57, 0.08);
  border-radius: 999px;
  text-decoration: none;
}

.about-programs {
  color: var(--paper);
  background:
    radial-gradient(circle at 18% 20%, rgba(140, 39, 57, 0.22), transparent 34%),
    var(--ink);
}

.about-programs-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  align-items: end;
  gap: 70px;
}

.about-programs-head > p {
  color: #c9c0bc;
}

.about-program-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 54px;
}

.about-program-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px 22px 5px 22px;
}

.about-program-card:nth-child(2) {
  background: rgba(255, 255, 255, 0.11);
}

.about-program-card:nth-child(3) {
  background: linear-gradient(145deg, rgba(166, 115, 96, 0.92), rgba(126, 77, 61, 0.94));
}

.about-program-number {
  color: #cdb5ac;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
}

.about-program-card > strong {
  width: fit-content;
  margin-top: 30px;
  padding: 7px 11px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 999px;
  font-size: 0.76rem;
}

.about-program-card h3 {
  margin-top: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
  font-weight: 500;
  line-height: 1.12;
}

.about-program-card p {
  margin: auto 0 0;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
}

.about-practice {
  background: #ece7e4;
}

.about-practice-list {
  display: grid;
  gap: 0;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.about-practice-list li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.about-practice-list > li > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--paper);
  background: var(--blue);
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 800;
}

.about-practice-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
}

.about-practice-list p {
  margin: 6px 0 0;
  color: var(--muted);
}

.about-transparency {
  display: grid;
  gap: 14px;
  align-content: start;
}

.about-transparency-card {
  padding: 30px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 22px 22px 5px 22px;
}

.about-transparency-card > span {
  color: var(--blue);
}

.about-transparency-card h3 {
  margin-top: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.7rem;
  font-weight: 500;
}

.about-transparency-card p {
  margin: 12px 0 0;
  color: var(--muted);
}

.about-transparency-card-accent {
  color: var(--paper);
  background: var(--blue);
  border-color: var(--blue);
}

.about-transparency-card-accent > span,
.about-transparency-card-accent p {
  color: rgba(255, 255, 255, 0.74);
}

.about-emergency-note {
  margin: 4px 0 0;
  padding: 18px 20px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.44);
  border-left: 3px solid var(--coral);
  border-radius: 3px 12px 12px 3px;
  font-size: 0.86rem;
}

.about-credentials-cta {
  padding: 92px 0;
  background: var(--surface);
}

.about-credentials-cta-inner,
.about-contact-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 54px;
}

.about-credentials-cta-inner h2,
.about-contact-inner h2 {
  max-width: 820px;
}

.about-credentials-cta-inner p:last-child,
.about-contact-inner p:last-child {
  max-width: 660px;
  margin: 20px 0 0;
  color: var(--muted);
}

.about-contact {
  padding: 92px 0;
  color: var(--paper);
  background:
    linear-gradient(120deg, rgba(140, 39, 57, 0.25), transparent 52%),
    var(--ink);
}

.about-contact-inner p:last-child {
  color: #c9c0bc;
}

.about-contact-actions {
  display: grid;
  justify-items: center;
  gap: 14px;
}

@media (max-width: 980px) {
  .about-hero-grid,
  .about-section-grid,
  .about-practice-grid,
  .about-programs-head {
    grid-template-columns: 1fr;
  }

  .about-hero-grid {
    gap: 10px;
  }

  .about-hero-copy {
    padding-bottom: 20px;
  }

  .about-portrait {
    width: min(100%, 480px);
    margin-inline: auto;
  }

  .about-programs-head {
    gap: 24px;
  }

  .about-program-grid {
    grid-template-columns: 1fr;
  }

  .about-program-card {
    min-height: 0;
  }

  .about-program-card p {
    margin-top: 28px;
  }
}

@media (max-width: 680px) {
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 48px;
  }

  .hero-facts {
    position: relative;
    inset: auto;
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1px;
    margin: 0 calc((100vw - 100%) / -2);
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .hero-facts li {
    min-height: 108px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    justify-items: stretch;
    gap: 18px;
    padding: 22px max(20px, env(safe-area-inset-right)) 22px max(20px, env(safe-area-inset-left));
    border: 0;
    border-radius: 0;
  }

  .hero-facts li:hover {
    box-shadow: none;
    transform: none;
  }

  .hero-facts .fact-icon {
    width: 44px;
    height: 44px;
  }

  .hero-facts .fact-icon svg {
    width: 22px;
    height: 22px;
  }

  .hero-facts .fact-copy {
    text-align: left;
  }

  .hero-facts strong {
    font-size: 1.35rem;
    line-height: 1.15;
  }

  .hero-facts .fact-copy > span {
    margin-top: 4px;
    font-size: 0.92rem;
    line-height: 1.35;
  }

  .article-meta {
    gap: 8px 14px;
  }

  .article-meta > * {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
  }

  .article-sources {
    margin-top: 44px;
    padding-top: 26px;
  }

  .article-sources li {
    min-height: 82px;
    padding: 16px 42px 16px 48px;
  }

  .article-sources li::before {
    left: 15px;
  }

  .article-sources li::after {
    right: 15px;
  }

  .about-hero-grid {
    min-height: auto;
  }

  .about-hero-copy {
    padding: 48px 0 22px;
  }

  .about-hero h1 {
    font-size: clamp(2.8rem, 12vw, 4rem);
  }

  .about-hero-lead {
    margin-top: 20px;
    font-size: 1rem;
  }

  .about-hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin-top: 26px;
  }

  .about-summary {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .about-summary div,
  .about-summary div:last-child {
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  }

  .about-summary div:last-child {
    border-bottom: 0;
  }

  .about-portrait img {
    max-height: none;
  }

  .about-portrait figcaption {
    right: 0;
    bottom: 24px;
    padding: 16px 18px;
  }

  .about-section {
    padding: 68px 0;
  }

  .about-section-grid,
  .about-practice-grid {
    gap: 34px;
  }

  .about-degree-card {
    padding: 28px 20px;
    border-radius: 20px 20px 5px 20px;
  }

  .about-degree-card h3 {
    margin-top: 28px;
    font-size: 1.75rem;
  }

  .about-degree-card dl div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .about-program-grid {
    gap: 12px;
    margin-top: 34px;
  }

  .about-program-card {
    padding: 24px 20px;
    border-radius: 19px 19px 5px 19px;
  }

  .about-program-card > strong {
    margin-top: 22px;
  }

  .about-program-card h3 {
    margin-top: 19px;
  }

  .about-program-card p {
    margin-top: 22px;
    padding-top: 0;
  }

  .about-practice-list {
    margin-top: 28px;
  }

  .about-transparency-card {
    padding: 24px 20px;
    border-radius: 19px 19px 5px 19px;
  }

  .about-credentials-cta,
  .about-contact {
    padding: 66px 0;
  }

  .about-credentials-cta-inner,
  .about-contact-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-contact-actions {
    justify-items: stretch;
  }
}

/* Compact editorial cards and portrait treatment on phones */
@media (max-width: 680px) {
  .blog-index-card {
    min-height: 172px;
    display: grid;
    grid-template-columns: 124px minmax(0, 1fr);
    align-items: stretch;
  }

  .blog-index-card img {
    width: 124px;
    height: 100%;
    min-height: 172px;
    aspect-ratio: auto;
  }

  .blog-index-card-copy {
    align-content: center;
    gap: 8px;
    padding: 16px;
  }

  .blog-index-card-copy strong {
    font-size: 1.18rem;
    line-height: 1.16;
  }

  .blog-index-card-copy p {
    display: -webkit-box;
    overflow: hidden;
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .blog-index-card-meta {
    gap: 4px 10px;
    font-size: 0.68rem;
  }
}

@media (max-width: 390px) {
  .blog-index-card {
    grid-template-columns: 104px minmax(0, 1fr);
  }

  .blog-index-card img {
    width: 104px;
  }

  .blog-index-card-copy {
    padding: 14px;
  }

  .blog-index-card-copy p {
    display: none;
  }
}

/* Full-bleed portraits: the photography now works as part of each section,
   following the layered treatment used in the opening hero. */
.contact,
.about-hero {
  position: relative;
  isolation: isolate;
}

.contact {
  background: var(--ink);
}

.contact-grid,
.about-hero-grid {
  position: relative;
  z-index: 2;
}

.contact-warm-portrait {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.contact-warm-portrait::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(25, 26, 29, 0.96) 0%, rgba(25, 26, 29, 0.79) 36%, rgba(25, 26, 29, 0.58) 62%, rgba(25, 26, 29, 0.88) 100%),
    linear-gradient(0deg, rgba(25, 26, 29, 0.82) 0%, rgba(25, 26, 29, 0.08) 54%, rgba(25, 26, 29, 0.26) 100%);
}

.contact-warm-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 0;
  filter: saturate(0.84) brightness(0.82) contrast(1.04);
  transform: scale(1.015);
}

.about-hero {
  background:
    radial-gradient(circle at 78% 24%, rgba(166, 115, 96, 0.2), transparent 29%),
    linear-gradient(120deg, rgba(140, 39, 57, 0.14), transparent 44%),
    var(--ink);
}

.about-portrait {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 36%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(25, 26, 29, 0.99) 0%, rgba(25, 26, 29, 0.82) 20%, rgba(25, 26, 29, 0.28) 58%, rgba(25, 26, 29, 0.22) 100%),
    linear-gradient(0deg, rgba(25, 26, 29, 0.72) 0%, transparent 44%, rgba(25, 26, 29, 0.18) 100%);
  border-radius: 0;
  pointer-events: none;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 27%;
  border-radius: 0;
  filter: saturate(0.9) brightness(0.88) contrast(1.03);
  transform: scale(1.01);
}

.about-portrait figcaption {
  z-index: 3;
  right: clamp(20px, 5vw, 80px);
  bottom: 54px;
  width: min(370px, 48%);
}

@media (max-width: 980px) {
  .about-portrait {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .about-portrait::before {
    background:
      linear-gradient(90deg, rgba(25, 26, 29, 0.96) 0%, rgba(25, 26, 29, 0.76) 56%, rgba(25, 26, 29, 0.44) 100%),
      linear-gradient(0deg, rgba(25, 26, 29, 0.9) 0%, rgba(25, 26, 29, 0.2) 62%, rgba(25, 26, 29, 0.35) 100%);
  }

  .about-hero-copy {
    max-width: 650px;
  }

  .about-portrait figcaption {
    right: max(18px, calc((100vw - var(--shell)) / 2));
    width: min(360px, calc(100% - 36px));
  }
}

@media (max-width: 680px) {
  .contact {
    padding-top: 82px;
  }

  .contact-warm-portrait {
    right: 0;
    bottom: auto;
    height: 920px;
  }

  .contact-warm-portrait::after {
    background:
      linear-gradient(90deg, rgba(25, 26, 29, 0.86), rgba(25, 26, 29, 0.58)),
      linear-gradient(0deg, var(--ink) 0%, rgba(25, 26, 29, 0.78) 24%, rgba(25, 26, 29, 0.18) 70%, rgba(25, 26, 29, 0.34) 100%);
  }

  .contact-warm-portrait img {
    object-position: center 22%;
  }

  .contact-copy > p:not(.section-kicker) {
    color: rgba(242, 242, 242, 0.88);
  }

  .about-hero-grid {
    min-height: 790px;
  }

  .about-hero-copy {
    padding: 54px 0 190px;
  }

  .about-portrait img {
    object-position: center 20%;
    filter: saturate(0.86) brightness(0.72) contrast(1.04);
  }

  .about-portrait::before {
    background:
      linear-gradient(180deg, rgba(25, 26, 29, 0.78) 0%, rgba(25, 26, 29, 0.7) 50%, rgba(25, 26, 29, 0.96) 100%),
      linear-gradient(90deg, rgba(25, 26, 29, 0.38), rgba(25, 26, 29, 0.16));
  }

  .about-portrait figcaption {
    right: 18px;
    bottom: 28px;
    width: calc(100% - 36px);
    padding: 17px 18px;
  }
}

/* Lighter photography with protected reading and viewing zones. */
.contact::before,
.contact::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.contact::before {
  z-index: 0;
  background: url("./assets/kate-contact-warm-v2.webp") center 25% / cover no-repeat;
  filter: saturate(0.96) brightness(1.04) contrast(1.01);
  transform: scale(1.008);
}

.contact::after {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(25, 26, 29, 0.94) 0%, rgba(25, 26, 29, 0.78) 28%, rgba(25, 26, 29, 0.2) 49%, rgba(25, 26, 29, 0.04) 68%, rgba(25, 26, 29, 0.58) 100%),
    linear-gradient(0deg, rgba(25, 26, 29, 0.5) 0%, transparent 46%, rgba(25, 26, 29, 0.08) 100%);
}

.contact-warm-portrait {
  display: none;
}

.about-portrait {
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0 0 0 40%;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(25, 26, 29, 0.94) 0%, rgba(25, 26, 29, 0.48) 22%, rgba(25, 26, 29, 0.06) 48%, transparent 72%),
    linear-gradient(0deg, rgba(25, 26, 29, 0.42) 0%, transparent 35%);
  border-radius: 0;
  pointer-events: none;
}

.about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center 13%;
  border-radius: 0;
  filter: saturate(0.98) brightness(1.04) contrast(1.01);
  transform: scale(1.008);
}

.about-portrait figcaption {
  position: absolute;
  z-index: 3;
  right: clamp(20px, 5vw, 80px);
  bottom: 48px;
  width: min(360px, 48%);
}

@media (max-width: 980px) and (min-width: 681px) {
  .about-hero-grid {
    min-height: 860px;
  }

  .about-hero-copy {
    max-width: 590px;
    padding-bottom: 220px;
  }

  .about-portrait {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .about-portrait::before {
    background:
      linear-gradient(90deg, rgba(25, 26, 29, 0.94) 0%, rgba(25, 26, 29, 0.78) 48%, rgba(25, 26, 29, 0.12) 78%, transparent 100%),
      linear-gradient(0deg, rgba(25, 26, 29, 0.72) 0%, transparent 38%);
  }

  .about-portrait img {
    object-position: center 12%;
    transform: translateX(13%) scale(1.18);
  }

  .about-portrait figcaption {
    right: max(18px, calc((100vw - var(--shell)) / 2));
    bottom: 38px;
    width: min(360px, calc(100% - 36px));
  }
}

@media (max-width: 680px) {
  .contact {
    padding: 72px 0 68px;
    background: var(--ink);
  }

  .contact::before,
  .contact::after {
    content: none;
  }

  .contact-grid {
    gap: 26px;
  }

  .contact-warm-portrait {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    margin: 30px 0 0;
    padding: 0;
    overflow: hidden;
    background: #d8cbc4;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px 24px 6px 24px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
    pointer-events: auto;
  }

  .contact-warm-portrait::after {
    content: none;
  }

  .contact-warm-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    border-radius: 0;
    filter: saturate(0.98) brightness(1.06) contrast(1.01);
    transform: none;
  }

  .contact-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    padding-top: 0;
    border-top: 0;
  }

  .contact-meta div {
    min-height: 78px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    grid-template-rows: auto auto;
    align-items: center;
    justify-items: stretch;
    gap: 3px 13px;
    padding: 15px 17px;
    text-align: left;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px 18px 5px 18px;
  }

  .contact-meta .ui-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 28px;
    height: 28px;
    justify-self: center;
  }

  .contact-meta span,
  .contact-meta strong {
    grid-column: 2;
  }

  .contact-meta span {
    grid-row: 1;
    align-self: end;
  }

  .contact-meta strong {
    grid-row: 2;
    align-self: start;
    font-size: 0.96rem;
    line-height: 1.35;
  }

  .contact-form {
    margin-top: 4px;
  }

  .about-hero-grid {
    min-height: auto;
  }

  .about-hero-copy {
    max-width: none;
    padding: 52px 0 38px;
  }

  .about-summary {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .about-summary div,
  .about-summary div:last-child {
    min-height: 76px;
    display: grid;
    align-content: center;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px 18px 5px 18px;
  }

  .about-portrait {
    position: relative;
    inset: auto;
    display: grid;
    gap: 12px;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 0 18px 32px;
    overflow: visible;
    background: transparent;
  }

  .about-portrait::before {
    content: none;
  }

  .about-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center 14%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px 24px 6px 24px;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
    filter: saturate(0.98) brightness(1.06) contrast(1.01);
    transform: none;
  }

  .about-portrait figcaption {
    position: static;
    width: auto;
    margin: 0;
    padding: 18px 19px;
    background: rgba(140, 39, 57, 0.96);
    border-radius: 18px 18px 5px 18px;
    box-shadow: none;
    backdrop-filter: none;
  }
}

@media (max-width: 390px) {
  .contact-warm-portrait {
    border-radius: 20px 20px 5px 20px;
  }

  .contact-meta div {
    min-height: 74px;
    padding: 14px 15px;
  }

  .about-portrait {
    padding: 0 12px 28px;
  }

  .about-portrait img {
    border-radius: 20px 20px 5px 20px;
  }

  .about-portrait figcaption {
    padding: 16px;
  }

  .about-portrait figcaption strong {
    font-size: 1.08rem;
  }
}

/* Contact paths and the narrower in-between viewports. */
.footer-feedback {
  max-width: 560px;
  margin: 18px 0 0;
  color: #c5bab5;
  font-size: 0.82rem;
  line-height: 1.55;
}

.footer-feedback a {
  color: #f3d6ca;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.footer-feedback a:hover {
  color: #fff;
}

.contact-direct {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 12px 20px;
  color: #fff;
  background: var(--blue);
  border-radius: 999px;
  font-weight: 750;
  text-decoration: none;
}

.contact-direct:hover {
  background: var(--blue-dark);
}

.blog-invite {
  padding: 0 0 88px;
}

.blog-invite-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: #ece6e2;
  border: 1px solid rgba(109, 100, 96, 0.15);
  border-radius: 22px 22px 6px 22px;
}

.blog-invite h2 {
  margin: 0;
  font-size: clamp(1.6rem, 3vw, 2.1rem);
}

.blog-invite p {
  margin: 6px 0 0;
  color: var(--ink-soft);
}

.blog-invite .button {
  flex: 0 0 auto;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .header-inner {
    gap: 14px;
  }

  .header-inner > .brand {
    flex: 0 0 auto;
    gap: 8px;
  }

  .header-inner .brand-mark {
    width: 34px;
    height: 34px;
  }

  .header-inner .brand-copy strong {
    font-size: 0.82rem;
  }

  .header-inner .brand-copy span {
    display: none;
  }

  .site-nav {
    min-width: 0;
    gap: 10px;
  }

  .site-nav a {
    white-space: nowrap;
    font-size: 0.77rem;
  }

  .site-nav .nav-cta {
    padding: 10px 12px;
  }
}

@media (min-width: 681px) and (max-width: 980px) {
  .contact::before,
  .contact::after {
    content: none;
  }

  .contact-warm-portrait {
    position: relative;
    inset: auto;
    display: block;
    width: min(100%, 540px);
    height: auto;
    aspect-ratio: 4 / 3;
    margin: 28px 0 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 26px 26px 6px 26px;
    pointer-events: auto;
  }

  .contact-warm-portrait::after {
    content: none;
  }

  .contact-warm-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 17%;
    filter: saturate(0.98) brightness(1.06) contrast(1.01);
    transform: none;
  }

  .about-hero-grid {
    min-height: auto;
    gap: 0;
  }

  .about-hero-copy {
    max-width: none;
    padding: 105px 0 38px;
  }

  .about-portrait {
    position: relative;
    inset: auto;
    display: grid;
    gap: 16px;
    width: min(540px, calc(100% - 48px));
    height: auto;
    margin: 0 auto 64px;
    padding: 0;
    overflow: visible;
  }

  .about-portrait::before {
    content: none;
  }

  .about-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center 13%;
    border-radius: 26px 26px 6px 26px;
    filter: saturate(0.98) brightness(1.06) contrast(1.01);
    transform: none;
  }

  .about-portrait figcaption {
    position: static;
    width: auto;
    margin: 0;
    box-shadow: none;
  }
}

@media (max-width: 680px) {
  .contact-direct {
    width: 100%;
  }

  .blog-invite {
    padding-bottom: 64px;
  }

  .blog-invite-inner {
    align-items: stretch;
    flex-direction: column;
    padding: 24px 20px;
  }

  .blog-invite .button {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .service-facts {
    grid-template-columns: 1fr;
  }

  .service-facts div,
  .service-facts div:last-child,
  .service-facts div:nth-child(even),
  .service-facts div:nth-last-child(-n + 2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .service-facts div:last-child {
    border-bottom: 0;
  }
}

/* Compact desktop blog index with a persistent article directory. */
.blog-index-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 340px);
  align-items: start;
  gap: 32px;
  margin-top: 24px;
  padding-bottom: 112px;
}

.blog-index-layout .blog-index-grid {
  grid-template-columns: 1fr;
  gap: 16px;
  padding-bottom: 0;
}

.blog-index-layout .blog-index-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: stretch;
  border-radius: 20px 20px 5px 20px;
}

.blog-index-layout .blog-index-card img {
  width: 230px;
  height: 100%;
  min-height: 178px;
  aspect-ratio: auto;
  object-fit: cover;
}

.blog-index-layout .blog-index-card-copy {
  align-content: center;
  gap: 9px;
  padding: 20px 22px;
}

.blog-index-layout .blog-index-card-copy strong {
  font-size: 1.35rem;
  line-height: 1.16;
}

.blog-index-layout .blog-index-card-copy p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog-index-sidebar {
  position: sticky;
  top: 98px;
}

.blog-index-sidebar-card {
  padding: 26px 24px;
  background: var(--surface);
  border: 1px solid rgba(109, 100, 96, 0.16);
  border-radius: 22px 22px 5px 22px;
  box-shadow: 0 18px 44px rgba(34, 35, 39, 0.08);
}

.blog-index-sidebar-card .section-kicker {
  margin-bottom: 10px;
}

.blog-index-sidebar-card h2 {
  margin: 0 0 16px;
  font-size: 2rem;
}

.blog-index-sidebar-card nav {
  display: grid;
}

.blog-index-sidebar-card a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  transition: color 180ms ease, padding-left 180ms ease;
}

.blog-index-sidebar-card a span {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 500;
}

.blog-index-sidebar-card a:hover,
.blog-index-sidebar-card a:focus-visible {
  color: var(--blue);
  padding-left: 5px;
}

@media (max-width: 980px) {
  .blog-index-layout {
    grid-template-columns: 1fr;
    padding-bottom: 88px;
  }

  .blog-index-sidebar {
    display: none;
  }

  .blog-index-layout .blog-index-card {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .blog-index-layout .blog-index-card img {
    width: 190px;
  }
}

@media (max-width: 680px) {
  .intro-trust {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 26px;
  }

  .intro-trust span {
    min-height: 68px;
    flex-direction: row;
    justify-content: flex-start;
    gap: 14px;
    padding: 13px 15px;
    border-radius: 18px 18px 5px 18px;
    text-align: left;
  }

  .intro-trust .ui-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    padding: 9px;
  }

  .intro-trust strong {
    font-size: 1rem;
    line-height: 1.3;
  }

  .blog-index-layout {
    gap: 0;
    padding-bottom: 70px;
  }

  .blog-index-layout .blog-index-card {
    min-height: 164px;
    grid-template-columns: 116px minmax(0, 1fr);
  }

  .blog-index-layout .blog-index-card img {
    width: 116px;
    min-height: 164px;
  }

  .blog-index-layout .blog-index-card-copy {
    gap: 7px;
    padding: 14px;
  }

  .blog-index-layout .blog-index-card-copy strong {
    font-size: 1.13rem;
  }

  .blog-index-layout .blog-index-card-copy p {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 390px) {
  .blog-index-layout .blog-index-card {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .blog-index-layout .blog-index-card img {
    width: 96px;
  }

  .blog-index-layout .blog-index-card-copy p {
    display: none;
  }
}

/* Standalone consultation summary below the main banner. */
.hero-grid {
  min-height: 680px;
}

.hero-copy {
  padding-bottom: 96px;
}

.hero-summary {
  position: relative;
  z-index: 4;
  padding: 22px 0 30px;
  background: #ece7e4;
  border-bottom: 1px solid rgba(109, 100, 96, 0.12);
}

.hero-summary .hero-facts {
  position: static;
  inset: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 12px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-summary .hero-facts li {
  min-height: 128px;
  padding: 22px 24px;
  border-color: rgba(109, 100, 96, 0.13);
  box-shadow: 0 16px 38px rgba(44, 35, 32, 0.07);
}

.hero-summary .hero-facts strong {
  font-size: 1.35rem;
}

/* Full-width professional-support cards on the About page. */
.about-practice {
  padding: 92px 0;
}

.about-practice-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.about-practice-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(290px, 0.55fr);
  align-items: end;
  column-gap: clamp(40px, 7vw, 92px);
}

.about-practice-copy > .section-kicker,
.about-practice-copy > .about-practice-list {
  grid-column: 1 / -1;
}

.about-practice-copy > h2 {
  grid-column: 1;
}

.about-practice-copy > p:not(.section-kicker) {
  grid-column: 2;
  margin: 0;
}

.about-practice-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 0;
  border: 0;
}

.about-practice-list li {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 22px 22px 6px 22px;
  box-shadow: 0 18px 42px rgba(44, 35, 32, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.about-practice-list li:nth-child(2) {
  background: #e3d8d3;
}

.about-practice-list li:nth-child(3) {
  color: var(--paper);
  background: linear-gradient(145deg, #303035, var(--ink));
  border-color: rgba(255, 255, 255, 0.09);
}

.about-practice-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(44, 35, 32, 0.1);
}

.about-practice-list > li > span {
  width: fit-content;
  min-width: 42px;
  height: auto;
  padding: 7px 11px;
  border-radius: 999px;
}

.about-practice-list li:nth-child(3) > span {
  color: var(--paper);
  background: rgba(255, 255, 255, 0.12);
}

.about-practice-list strong {
  display: block;
  margin-top: 38px;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  line-height: 1.15;
}

.about-practice-list p {
  margin-top: auto;
  padding-top: 20px;
  line-height: 1.6;
}

.about-practice-list li:nth-child(3) p {
  color: rgba(255, 255, 255, 0.7);
}

.about-transparency {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.about-transparency-card {
  margin: 0;
  padding: 24px 26px;
  border-radius: 20px 20px 6px 20px;
}

.about-emergency-note {
  display: block;
  margin: 8px 0 0;
  padding: 5px 0 5px 22px;
  color: var(--muted);
  background: transparent;
  border: 0;
  border-left: 3px solid var(--blue);
  border-radius: 0;
  font-size: 0.92rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .hero-grid {
    min-height: 650px;
  }

  .hero-copy {
    padding-bottom: 72px;
  }

  .hero-summary .hero-facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-summary .hero-facts li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 18px;
  }

  .hero-summary .hero-facts strong {
    font-size: 1.1rem;
  }

  .about-practice-copy {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 20px;
  }

  .about-practice-copy > h2,
  .about-practice-copy > p:not(.section-kicker) {
    grid-column: 1;
  }

  .about-practice-list {
    grid-column: 1;
    margin-top: 18px;
  }

  .about-practice-list li {
    min-height: 250px;
    padding: 22px;
  }
}

@media (max-width: 680px) {
  .hero-grid {
    min-height: auto;
  }

  .hero-copy {
    padding-bottom: 48px;
  }

  .hero-summary {
    padding: 12px 0 20px;
  }

  .hero-summary .hero-facts {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 0;
  }

  .hero-summary .hero-facts li {
    min-height: 92px;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
    padding: 17px 18px;
    border: 1px solid rgba(109, 100, 96, 0.13);
    border-radius: 18px 18px 5px 18px;
  }

  .hero-summary .hero-facts strong {
    font-size: 1.2rem;
  }

  .hero-summary .hero-facts .fact-copy > span {
    font-size: 0.88rem;
  }

  .about-practice {
    padding: 66px 0;
  }

  .about-practice-copy {
    gap: 16px;
  }

  .about-practice-list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
  }

  .about-practice-list li {
    min-height: 0;
    padding: 22px 20px;
  }

  .about-practice-list strong {
    margin-top: 28px;
  }

  .about-practice-list p {
    margin-top: 14px;
    padding-top: 0;
  }

  .about-transparency {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .about-transparency-card {
    padding: 22px 20px;
    border-radius: 18px 18px 5px 18px;
  }

  .about-emergency-note {
    margin-top: 2px;
    padding: 3px 0 3px 18px;
    border-radius: 0;
  }

  .blog-index-layout {
    margin-top: 18px;
  }
}

/* Light, photo-led layout for the requests section. */
.requests {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #f7f5f2;
}

.requests::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0 auto 0 0;
  width: 47%;
  background: url("./assets/kate-requests-cafe.webp") center 44% / cover no-repeat;
  filter: saturate(0.78) brightness(1.08) contrast(0.96);
}

.requests::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(247, 245, 242, 0.08) 0%, rgba(247, 245, 242, 0.18) 28%, rgba(247, 245, 242, 0.9) 45%, #f7f5f2 59%),
    linear-gradient(0deg, rgba(247, 245, 242, 0.42), transparent 34%);
  pointer-events: none;
}

.requests > .shell {
  position: relative;
  z-index: 1;
}

.requests .requests-head {
  width: min(58%, 820px);
  grid-template-columns: 1fr;
  gap: 18px;
  margin-left: auto;
  padding-bottom: 0;
  border-bottom: 0;
}

.requests .requests-head > p {
  max-width: 680px;
  margin: 0;
}

.requests-layout {
  display: block;
  margin-top: 38px;
  margin-left: 42%;
}

.requests-visual {
  display: none;
}

.requests .request-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.requests .request-item,
.requests .request-item:nth-child(2),
.requests .request-item:nth-child(5) {
  min-height: 204px;
  gap: 20px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(109, 100, 96, 0.15);
  border-radius: 20px 20px 5px 20px;
  box-shadow: 0 16px 42px rgba(62, 45, 42, 0.07);
  backdrop-filter: blur(14px);
}

.requests .request-item:nth-child(even) {
  background: rgba(242, 235, 231, 0.84);
}

.requests .request-item:hover,
.requests .request-item:nth-child(2):hover,
.requests .request-item:nth-child(5):hover {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(140, 39, 57, 0.24);
  box-shadow: 0 22px 48px rgba(62, 45, 42, 0.1);
}

.requests .request-item::after {
  content: none;
}

.requests .request-item h3 {
  max-width: none;
}

.requests .request-item p,
.requests .request-item:nth-child(2) p,
.requests .request-item:nth-child(5) p {
  color: var(--muted);
}

.requests .request-item:nth-child(2) .request-meta > span,
.requests .request-item:nth-child(5) .request-meta > span {
  color: var(--coral);
}

.requests .request-item:nth-child(2) .request-meta .ui-icon,
.requests .request-item:nth-child(5) .request-meta .ui-icon {
  color: var(--blue);
}

.requests .request-item:nth-child(2) .request-link,
.requests .request-item:nth-child(5) .request-link {
  color: var(--blue);
}

@media (max-width: 980px) {
  .requests {
    padding-top: min(70vw, 560px);
  }

  .requests::before {
    inset: 0 0 auto;
    width: 100%;
    height: min(74vw, 590px);
    background-position: center 20%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 72%, transparent 100%);
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(247, 245, 242, 0.06) 0%, rgba(247, 245, 242, 0.14) 35%, rgba(247, 245, 242, 0.9) 63%, #f7f5f2 76%);
  }

  .requests .requests-head {
    width: 100%;
    margin-left: 0;
  }

  .requests-layout {
    margin-top: 32px;
    margin-left: 0;
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(5) {
    min-height: 190px;
  }
}

@media (max-width: 680px) {
  .requests {
    padding-top: min(118vw, 500px);
    padding-bottom: 68px;
  }

  .requests::before {
    height: min(124vw, 525px);
    background-position: center 18%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(247, 245, 242, 0.04) 0%, rgba(247, 245, 242, 0.08) 38%, rgba(247, 245, 242, 0.92) 66%, #f7f5f2 78%);
  }

  .requests .requests-head {
    gap: 15px;
  }

  .requests-layout {
    margin-top: 26px;
  }

  .requests .request-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(5) {
    min-height: 0;
    padding: 20px 18px;
  }

  .about-degree-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .about-degree-actions .about-institution-link {
    justify-content: center;
    text-align: center;
  }
}

/* Full-screen, view-only document presentation. Browser-level extraction and screenshots
   cannot be prevented on a public page, but the interface exposes no download action. */
.certificate-dialog {
  inset: 0;
  width: 100vw;
  max-width: none;
  height: 100dvh;
  max-height: none;
  margin: 0;
  overflow: hidden;
}

.certificate-dialog__surface {
  border: 0;
  border-radius: 0;
}

.certificate-dialog,
.certificate-dialog__viewport,
.credential-image {
  -webkit-touch-callout: none;
  user-select: none;
}

.about-diploma-link {
  border: 0;
  font: inherit;
  cursor: zoom-in;
}

/* Calm editorial layout for the requests section. The portrait remains visually separate
   from the reading surface so copy stays clear at every breakpoint. */
.requests {
  padding-block: clamp(76px, 7vw, 112px);
  background: #f5f2ef;
}

.requests::before {
  inset: 0 auto 0 0;
  width: min(47vw, 820px);
  background-image: url("./assets/kate-requests-cafe.webp");
  background-position: center 44%;
  background-size: cover;
  filter: saturate(0.86) brightness(1.04) contrast(0.96);
}

.requests::after {
  background:
    linear-gradient(90deg, rgba(245, 242, 239, 0.04) 0%, rgba(245, 242, 239, 0.08) 28%, rgba(245, 242, 239, 0.72) 42%, #f5f2ef 51%),
    linear-gradient(0deg, rgba(34, 35, 39, 0.08), transparent 40%);
}

.requests > .shell {
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(620px, 1.22fr);
  column-gap: clamp(28px, 4vw, 72px);
}

.requests .requests-head {
  grid-column: 2;
  width: 100%;
  gap: 15px;
  margin: 0;
  padding: clamp(26px, 3vw, 40px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 26px 26px 7px 26px;
  box-shadow: 0 24px 64px rgba(58, 45, 42, 0.09);
  backdrop-filter: blur(18px);
}

.requests .requests-head h2 {
  max-width: 760px;
}

.requests .requests-head > p {
  max-width: 660px;
  color: var(--muted);
}

.requests-layout {
  grid-column: 2;
  margin: 18px 0 0;
}

.requests .request-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.requests .request-item,
.requests .request-item:nth-child(2),
.requests .request-item:nth-child(5) {
  min-height: 202px;
  gap: 18px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 20px 20px 6px 20px;
  box-shadow: 0 14px 34px rgba(58, 45, 42, 0.065);
  backdrop-filter: blur(14px);
}

.requests .request-item:nth-child(even) {
  background: rgba(237, 229, 225, 0.92);
}

.requests .request-item:hover,
.requests .request-item:nth-child(2):hover,
.requests .request-item:nth-child(5):hover {
  background: #fff;
  border-color: rgba(140, 39, 57, 0.28);
  box-shadow: 0 20px 44px rgba(58, 45, 42, 0.1);
  transform: translateY(-3px);
}

.requests .request-meta {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(109, 100, 96, 0.12);
}

.requests .request-meta .ui-icon {
  width: 24px;
  height: 24px;
}

.requests .request-item h3 {
  max-width: none;
  font-size: clamp(1.15rem, 1.45vw, 1.35rem);
}

.requests .request-item p,
.requests .request-item:nth-child(2) p,
.requests .request-item:nth-child(5) p {
  color: var(--muted);
}

.requests .request-item:nth-child(2) .request-meta > span,
.requests .request-item:nth-child(5) .request-meta > span,
.requests .request-item:nth-child(2) .request-meta .ui-icon,
.requests .request-item:nth-child(5) .request-meta .ui-icon,
.requests .request-item:nth-child(2) .request-link,
.requests .request-item:nth-child(5) .request-link {
  color: var(--blue);
}

@media (max-width: 1180px) {
  .requests {
    padding-top: min(72vw, 680px);
  }

  .requests::before {
    inset: 0 0 auto;
    width: 100%;
    height: min(76vw, 720px);
    background-position: center 42%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 70%, transparent 100%);
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(245, 242, 239, 0.03) 0%, rgba(245, 242, 239, 0.08) 44%, rgba(245, 242, 239, 0.84) 67%, #f5f2ef 79%);
  }

  .requests > .shell {
    display: block;
  }

  .requests .requests-head {
    width: 100%;
    margin: 0;
  }

  .requests-layout {
    margin-top: 16px;
  }
}

@media (max-width: 680px) {
  .requests {
    padding-top: min(116vw, 520px);
    padding-bottom: 68px;
  }

  .requests::before {
    height: min(122vw, 548px);
    background-image: url("./assets/kate-requests-cafe-mobile.webp");
    background-position: center 18%;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 68%, transparent 100%);
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(245, 242, 239, 0.02) 0%, rgba(245, 242, 239, 0.07) 40%, rgba(245, 242, 239, 0.9) 68%, #f5f2ef 79%);
  }

  .requests .requests-head {
    gap: 12px;
    padding: 22px 19px;
    border-radius: 22px 22px 6px 22px;
  }

  .requests .request-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(5) {
    min-height: 0;
    padding: 20px 18px;
  }

  .certificate-dialog__note {
    font-size: 0.72rem;
  }
}

/* September 2026: calmer section hierarchy and unified contact styling */
.eyebrow,
.section-kicker,
.footer-eyebrow {
  display: none !important;
}

.brand-mark.brand-photo {
  overflow: hidden;
  padding: 0;
  background: #29262a;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18);
}

.brand-mark.brand-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 22%;
  transform: scale(1.08);
}

.brand-mark.brand-favicon {
  overflow: hidden;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.18);
}

.brand-mark.brand-favicon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.method-map {
  gap: 0;
  overflow: visible;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.method-node,
.method-node:nth-child(2),
.method-node:nth-child(3) {
  min-height: 0;
  grid-template-columns: 48px minmax(130px, 0.38fr) minmax(0, 0.62fr);
  gap: 20px;
  padding: 25px 8px;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 180ms ease;
}

.method-node + .method-node {
  border-top: 0;
  border-left: 0;
}

.method-node:hover {
  background: rgba(255, 255, 255, 0.035);
}

.method-node > span,
.method-node:nth-child(3) > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #e4c5ba;
  border: 1px solid rgba(228, 197, 186, 0.45);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 800;
}

.method-node h3,
.method-node:nth-child(3) h3 {
  color: var(--paper);
  font-size: clamp(1.35rem, 2vw, 1.58rem);
  line-height: 1.15;
}

.method-node p,
.method-node:nth-child(3) p {
  color: #cfc5c0;
  font-size: 1rem;
  line-height: 1.55;
}

.footer-contact-card:nth-child(2) {
  background: rgba(255, 255, 255, 0.055);
}

.requests-visual::after {
  content: none;
}

@media (max-width: 680px) {
  .method-node,
  .method-node:nth-child(2),
  .method-node:nth-child(3) {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 8px 14px;
    padding: 20px 0;
  }

  .method-node p,
  .method-node:nth-child(3) p {
    grid-column: 2;
  }
}

/* Modern bento composition for the requests section. */
.requests {
  padding-block: clamp(78px, 7vw, 116px);
  background: linear-gradient(145deg, #f7f4f1 0%, #eee8e4 100%);
}

.requests::before,
.requests::after {
  content: none;
}

.requests > .shell {
  display: block;
}

.requests .requests-head {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(32px, 6vw, 96px);
  margin: 0;
  padding: 0 0 clamp(30px, 4vw, 48px);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(109, 100, 96, 0.2);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.requests .requests-head h2 {
  max-width: 850px;
}

.requests .requests-head > p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.requests-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  align-items: stretch;
  gap: 16px;
  margin: 36px 0 0;
}

.requests-visual {
  position: relative;
  top: auto;
  min-height: 700px;
  display: block;
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px 30px 8px 30px;
  box-shadow: 0 24px 64px rgba(48, 37, 34, 0.16);
}

.requests-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(21, 21, 24, 0.12) 64%, rgba(21, 21, 24, 0.82) 100%);
  pointer-events: none;
}

.requests-visual::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 21px 21px 5px 21px;
  pointer-events: none;
}

.requests-visual picture,
.requests-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.requests-visual img {
  object-fit: cover;
  object-position: center 46%;
  border-radius: 0;
  filter: saturate(0.9) contrast(0.98) brightness(1.04);
  transition: transform 700ms cubic-bezier(0.2, 0.72, 0.25, 1);
}

.requests-visual:hover img {
  transform: scale(1.025);
}

.requests-visual figcaption {
  position: absolute;
  z-index: 3;
  right: 28px;
  bottom: 28px;
  left: 28px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 10px;
  padding: 22px 24px;
  color: #fff;
  background: rgba(28, 29, 32, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px 20px 5px 20px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.requests-visual figcaption span {
  width: fit-content;
  justify-self: start;
  color: #e8c9be;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.requests-visual figcaption strong {
  max-width: 430px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  font-weight: 500;
  line-height: 1.18;
}

.requests .request-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.requests .request-item,
.requests .request-item:nth-child(2),
.requests .request-item:nth-child(5),
.requests .request-item:nth-child(even) {
  min-height: 222px;
  gap: 18px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(109, 100, 96, 0.14);
  border-radius: 24px 24px 7px 24px;
  box-shadow: 0 12px 30px rgba(58, 45, 42, 0.055);
  backdrop-filter: none;
}

.requests .request-item:nth-child(3),
.requests .request-item:nth-child(6) {
  background: rgba(238, 229, 224, 0.86);
}

.requests .request-item:hover,
.requests .request-item:nth-child(2):hover,
.requests .request-item:nth-child(5):hover,
.requests .request-item:nth-child(even):hover,
.requests .request-item:focus-within {
  background: #fff;
  border-color: rgba(140, 39, 57, 0.3);
  box-shadow: 0 20px 46px rgba(58, 45, 42, 0.11);
  transform: translateY(-4px);
}

.requests .request-item::after {
  content: none;
}

.requests .request-meta {
  padding: 0;
  border: 0;
}

.requests .request-meta > span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.08);
  border-radius: 50%;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 850;
}

.requests .request-meta .ui-icon {
  width: 25px;
  height: 25px;
  color: var(--blue);
}

.requests .request-item h3 {
  max-width: none;
  font-size: clamp(1.2rem, 1.55vw, 1.42rem);
  line-height: 1.18;
}

.requests .request-item p,
.requests .request-item:nth-child(2) p,
.requests .request-item:nth-child(5) p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.requests .request-item:nth-child(2) .request-meta > span,
.requests .request-item:nth-child(5) .request-meta > span,
.requests .request-item:nth-child(2) .request-meta .ui-icon,
.requests .request-item:nth-child(5) .request-meta .ui-icon {
  color: var(--blue);
}

.requests .request-link,
.requests .request-item:nth-child(2) .request-link,
.requests .request-item:nth-child(5) .request-link {
  min-height: 42px;
  width: fit-content;
  align-items: center;
  margin-top: 17px;
  padding: 9px 13px;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.07);
  border-radius: 999px;
  font-size: 0.86rem;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.requests .request-link:hover {
  color: #fff;
  background: var(--blue);
  transform: translateX(2px);
}

@media (max-width: 1080px) {
  .requests .requests-head {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
    gap: 36px;
  }

  .requests-layout {
    grid-template-columns: 1fr;
  }

  .requests-visual {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .requests-visual img {
    object-position: center 40%;
  }
}

@media (max-width: 760px) {
  .requests {
    padding-block: 68px;
  }

  .requests .requests-head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 16px;
    padding-bottom: 28px;
  }

  .requests .requests-head > p {
    max-width: 620px;
  }

  .requests-layout {
    margin-top: 22px;
  }
}

@media (max-width: 680px) {
  .requests {
    padding-block: 60px;
  }

  .requests-visual {
    aspect-ratio: 4 / 5;
    border-radius: 24px 24px 7px 24px;
  }

  .requests-visual img {
    object-position: center 24%;
  }

  .requests-visual::after {
    inset: 10px;
    border-radius: 17px 17px 4px 17px;
  }

  .requests-visual figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
    gap: 8px;
    padding: 18px;
    border-radius: 18px 18px 5px 18px;
  }

  .requests-visual figcaption strong {
    font-size: 1.35rem;
  }

  .requests .request-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(5),
  .requests .request-item:nth-child(even) {
    min-height: 0;
    padding: 21px 19px;
    border-radius: 21px 21px 6px 21px;
  }

  .requests .request-item p,
  .requests .request-item:nth-child(2) p,
  .requests .request-item:nth-child(5) p {
    font-size: 1rem;
  }

  .requests .request-link,
  .requests .request-item:nth-child(2) .request-link,
  .requests .request-item:nth-child(5) .request-link {
    width: 100%;
    justify-content: space-between;
  }

  .certificate-dialog__note {
    font-size: 0.72rem;
  }
}

.requests-visual::after {
  content: none !important;
  display: none !important;
}

/* September 2026: request-card balance, consultation facts and footer alignment */
.requests .request-item:nth-child(2) {
  background: rgba(238, 229, 224, 0.86);
}

.contact-meta {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: 0;
  margin-top: 36px;
  padding: 12px;
  background: rgba(18, 19, 22, 0.64);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px 20px 6px 20px;
  backdrop-filter: blur(12px);
}

.contact-meta div {
  min-height: 68px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-content: center;
  padding: 8px 16px;
}

.contact-meta div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-meta .ui-icon {
  width: 26px;
  height: 26px;
  color: #e1c9c0;
}

.contact-meta span {
  color: #d2c1ba;
  font-size: 0.75rem;
}

.contact-meta strong {
  min-width: 0;
  color: #ffffff;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.3;
  white-space: normal;
}

.consultation-card {
  grid-template-columns: minmax(260px, 0.78fr) minmax(420px, 1.22fr);
  align-items: center;
  gap: 26px 64px;
  margin-top: 26px;
  padding: 40px 0 34px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.consultation-card .section-kicker {
  color: var(--blue);
}

.consultation-card h3 {
  color: var(--ink);
  font-size: clamp(1.85rem, 2.4vw, 2.35rem);
}

.consultation-card > div > p:last-child {
  max-width: 520px;
  margin-top: 14px;
  color: var(--muted);
  line-height: 1.65;
}

.consultation-card dl {
  gap: 0 30px;
  overflow: visible;
  background: transparent;
  border-top: 1px solid rgba(109, 100, 96, 0.24);
  border-bottom: 0;
  border-radius: 0;
}

.consultation-card dl div {
  min-height: 76px;
  padding: 15px 0;
  background: transparent;
  border-bottom: 1px solid rgba(109, 100, 96, 0.18);
}

.consultation-card dl div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.consultation-card dt {
  color: var(--blue);
}

.consultation-card dd {
  margin-top: 5px;
  color: var(--ink);
  font-size: 1rem;
}

.consultation-policy {
  padding-top: 20px;
  color: var(--muted);
  border-top: 0;
  font-size: 0.9rem;
  line-height: 1.65;
}

.method-reading {
  padding-top: 0;
  border-top: 0;
}

.consultation-policy strong {
  color: var(--ink);
}

@media (min-width: 981px) {
  .footer-home-hero {
    align-items: center;
  }

  .footer-home-copy {
    align-self: center;
  }
}

@media (max-width: 980px) {
  .consultation-card {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 26px;
    padding: 30px;
  }
}

@media (max-width: 680px) {
  .contact-meta {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
  }

  .contact-meta div,
  .contact-meta div + div {
    min-height: 76px;
    grid-template-columns: 44px minmax(0, 1fr);
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px 18px 5px 18px;
  }

  .contact-meta strong {
    font-size: 1rem;
    white-space: normal;
  }

  .consultation-card {
    padding: 28px 0 26px;
    border-radius: 0;
  }

  .consultation-card dl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 18px;
  }

  .consultation-card dl div {
    min-height: 82px;
  }
}

@media (max-width: 420px) {
  .consultation-card dl {
    grid-template-columns: 1fr;
  }

  .consultation-card dl div,
  .consultation-card dl div:nth-last-child(-n + 2) {
    border-bottom: 1px solid rgba(109, 100, 96, 0.18);
  }

  .consultation-card dl div:last-child {
    border-bottom: 0;
  }
}

/* September 2026: editorial full-background treatment for “З чим я працюю”. */
.requests {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(56.28vw, 1080px);
  padding-block: clamp(52px, 4vw, 76px);
  background: #202124;
}

.requests::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  background: url("./assets/kate-requests-background-v2.webp") center center / cover no-repeat;
  filter: saturate(0.92) contrast(0.98) brightness(0.96);
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.requests::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  background:
    linear-gradient(90deg, rgba(19, 20, 23, 0.08) 0%, rgba(19, 20, 23, 0.12) 32%, rgba(19, 20, 23, 0.38) 54%, rgba(19, 20, 23, 0.7) 100%),
    linear-gradient(0deg, rgba(19, 20, 23, 0.2) 0%, rgba(19, 20, 23, 0.03) 58%);
  pointer-events: none;
}

.requests > .shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  column-gap: clamp(34px, 4vw, 72px);
}

.requests .requests-head {
  grid-column: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.requests .requests-head h2 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.3rem, 3.2vw, 3.5rem);
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.22);
}

.requests .requests-head > p {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.04rem;
  line-height: 1.7;
}

.requests .section-kicker {
  color: #e8c9be;
}

.requests-layout {
  grid-column: 2;
  display: block;
  margin: clamp(22px, 2.2vw, 32px) 0 0;
}

.requests .request-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: rgba(250, 248, 246, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 30px 30px 8px 30px;
  box-shadow: 0 22px 56px rgba(58, 45, 42, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(0.92);
  backdrop-filter: blur(18px) saturate(0.92);
}

.requests .request-item,
.requests .request-item:nth-child(2),
.requests .request-item:nth-child(3),
.requests .request-item:nth-child(5),
.requests .request-item:nth-child(6),
.requests .request-item:nth-child(even) {
  min-height: 210px;
  gap: 15px;
  padding: clamp(19px, 1.65vw, 25px);
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  transition: background 180ms ease;
}

.requests .request-item:nth-child(odd) {
  border-right: 0;
}

.requests .request-item:nth-child(-n + 4) {
  border-bottom: 0;
}

.requests .request-item:not(:nth-child(3n)) {
  border-right: 1px solid rgba(109, 100, 96, 0.15);
}

.requests .request-item:nth-child(-n + 3) {
  border-bottom: 1px solid rgba(109, 100, 96, 0.15);
}

.requests .request-item:hover,
.requests .request-item:nth-child(2):hover,
.requests .request-item:nth-child(3):hover,
.requests .request-item:nth-child(5):hover,
.requests .request-item:nth-child(6):hover,
.requests .request-item:nth-child(even):hover,
.requests .request-item:focus-within {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(109, 100, 96, 0.15);
  box-shadow: none;
  transform: none;
}

.requests .request-item::after {
  content: none;
}

.requests .request-meta {
  padding: 0;
  border: 0;
}

.requests .request-meta > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.075);
  border-radius: 50%;
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 850;
}

.requests .request-meta .ui-icon,
.requests .request-item:nth-child(2) .request-meta .ui-icon,
.requests .request-item:nth-child(5) .request-meta .ui-icon,
.requests .request-item:nth-child(2) .request-meta > span,
.requests .request-item:nth-child(5) .request-meta > span {
  color: var(--blue);
}

.requests .request-meta .ui-icon {
  width: 23px;
  height: 23px;
}

.requests .request-item h3 {
  max-width: none;
  font-size: clamp(1.16rem, 1.25vw, 1.34rem);
  line-height: 1.2;
}

.requests .request-item p,
.requests .request-item:nth-child(2) p,
.requests .request-item:nth-child(5) p {
  margin-top: 10px;
  color: #6d6561;
  font-size: 0.98rem;
  line-height: 1.58;
}

.requests .request-link,
.requests .request-item:nth-child(2) .request-link,
.requests .request-item:nth-child(5) .request-link {
  min-height: 0;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 0 0 3px;
  color: var(--blue);
  background: transparent;
  border-bottom: 1px solid rgba(140, 39, 57, 0.3);
  border-radius: 0;
  font-size: 0.84rem;
  transition: color 180ms ease, border-color 180ms ease;
}

.requests .request-link span {
  transition: transform 180ms ease;
}

.requests .request-link:hover {
  color: var(--blue-dark);
  background: transparent;
  border-color: currentColor;
  transform: none;
}

.requests .request-link:hover span {
  transform: translateX(3px);
}

@media (max-width: 1280px) {
  .requests {
    min-height: 0;
    padding: 0 0 82px;
    background: #f5f2ef;
  }

  .requests::before {
    right: 0;
    bottom: auto;
    width: 100%;
    height: 56.28vw;
    background-size: 100% auto;
    background-position: center top;
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(245, 242, 239, 0) 0%, rgba(245, 242, 239, 0.04) 30vw, rgba(245, 242, 239, 0.8) 48vw, #f5f2ef 56.28vw, #f5f2ef 100%);
  }

  .requests > .shell {
    display: block;
    padding-top: min(50vw, 620px);
  }

  .requests .requests-head {
    max-width: 900px;
  }

  .requests .requests-head h2 {
    color: var(--ink);
    text-shadow: none;
  }

  .requests .requests-head > p {
    color: #625b57;
  }

  .requests .section-kicker {
    color: var(--blue);
  }

  .requests-layout {
    margin-top: 28px;
  }

  .requests .request-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(3),
  .requests .request-item:nth-child(5),
  .requests .request-item:nth-child(6),
  .requests .request-item:nth-child(even) {
    border-right: 0;
    border-bottom: 0;
  }

  .requests .request-item:nth-child(odd) {
    border-right: 1px solid rgba(109, 100, 96, 0.15);
  }

  .requests .request-item:nth-child(-n + 4) {
    border-bottom: 1px solid rgba(109, 100, 96, 0.15);
  }
}

@media (max-width: 680px) {
  .requests {
    padding-bottom: 64px;
  }

  .requests::before {
    height: min(126vw, 680px);
    background-image: url("./assets/kate-requests-background-mobile-v2.webp");
    background-position: center top;
  }

  .requests::after {
    background: linear-gradient(180deg, rgba(245, 242, 239, 0) 0%, rgba(245, 242, 239, 0.05) min(55vw, 280px), rgba(245, 242, 239, 0.76) min(88vw, 440px), #f5f2ef min(112vw, 560px), #f5f2ef 100%);
  }

  .requests > .shell {
    padding-top: clamp(330px, 98vw, 560px);
  }

  .requests .requests-head {
    gap: 13px;
  }

  .requests .requests-head > p {
    font-size: 1rem;
    line-height: 1.62;
  }

  .requests-layout {
    margin-top: 22px;
  }

  .requests .request-list {
    grid-template-columns: 1fr;
    border-radius: 24px 24px 7px 24px;
    box-shadow: 0 18px 46px rgba(58, 45, 42, 0.085);
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(3),
  .requests .request-item:nth-child(5),
  .requests .request-item:nth-child(6),
  .requests .request-item:nth-child(even) {
    min-height: 0;
    padding: 22px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(109, 100, 96, 0.15);
  }

  .requests .request-item:last-child {
    border-bottom: 0;
  }

  .requests .request-link,
  .requests .request-item:nth-child(2) .request-link,
  .requests .request-item:nth-child(5) .request-link {
    width: fit-content;
  }
}

/* About hero: one full-bleed photograph across the entire section. */
.about-hero {
  position: relative;
  isolation: isolate;
  min-height: 720px;
  overflow: hidden;
  background: var(--ink);
}

.about-hero-grid {
  position: relative;
  z-index: 3;
  min-height: 720px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.about-hero-copy {
  width: min(100%, 720px);
  padding: 112px 0 82px;
}

.about-hero .about-portrait {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  pointer-events: none;
}

.about-hero .about-portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  height: auto;
  background:
    linear-gradient(90deg, rgba(25, 26, 29, 0.96) 0%, rgba(25, 26, 29, 0.86) 31%, rgba(25, 26, 29, 0.48) 53%, rgba(25, 26, 29, 0.1) 74%, rgba(25, 26, 29, 0.14) 100%),
    linear-gradient(0deg, rgba(25, 26, 29, 0.54) 0%, transparent 48%, rgba(25, 26, 29, 0.15) 100%);
  border-radius: 0;
  pointer-events: none;
}

.about-hero .about-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.94) brightness(0.92) contrast(1.02);
  transform: none;
}

.about-hero .about-portrait picture {
  display: block;
  width: 100%;
  height: 100%;
}

/* The contact section uses a calm empty consultation-room scene. */
.contact::before {
  background-image: url("./assets/consultation-room-empty-v2.webp");
  background-position: center center;
}

@media (max-width: 980px) {
  .about-hero,
  .about-hero-grid {
    min-height: 720px;
  }

  .about-hero-copy {
    width: min(100%, 630px);
    max-width: none;
    padding: 94px 0;
  }

  .about-hero .about-portrait {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .about-hero .about-portrait::before {
    content: "";
    background:
      linear-gradient(90deg, rgba(25, 26, 29, 0.94) 0%, rgba(25, 26, 29, 0.78) 52%, rgba(25, 26, 29, 0.22) 100%),
      linear-gradient(0deg, rgba(25, 26, 29, 0.82) 0%, rgba(25, 26, 29, 0.16) 58%, rgba(25, 26, 29, 0.28) 100%);
  }

  .about-hero .about-portrait img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: 68% center;
    border: 0;
    border-radius: 0;
    filter: saturate(0.92) brightness(0.86) contrast(1.03);
    transform: none;
  }

}

@media (max-width: 680px) {
  .about-hero,
  .about-hero-grid {
    min-height: 780px;
  }

  .about-hero-copy {
    width: 100%;
    padding: 56px 0;
  }

  .about-hero .about-portrait::before {
    background:
      linear-gradient(180deg, rgba(25, 26, 29, 0.86) 0%, rgba(25, 26, 29, 0.76) 48%, rgba(25, 26, 29, 0.97) 100%),
      linear-gradient(90deg, rgba(25, 26, 29, 0.34), rgba(25, 26, 29, 0.1));
  }

  .about-hero .about-portrait img {
    object-position: center 18%;
    filter: saturate(0.9) brightness(0.8) contrast(1.03);
  }

  .contact-warm-portrait,
  .contact-meta {
    display: none;
  }
}

/* Requests: calm editorial index without photography. */
.requests {
  position: relative;
  isolation: isolate;
  min-height: 0;
  padding: clamp(84px, 9vw, 132px) 0;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 2% 4%, rgba(140, 39, 57, 0.08), transparent 28%),
    linear-gradient(145deg, #f8f6f4 0%, #f2eeeb 58%, #ebe5e1 100%);
}

.requests::before,
.requests::after {
  content: none;
}

.requests > .shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
  width: var(--shell);
  min-height: 0;
  padding-top: 0;
}

.requests .requests-head {
  position: sticky;
  top: 116px;
  grid-column: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: 6px 0 6px 30px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-left: 3px solid var(--blue);
  box-shadow: none;
  backdrop-filter: none;
}

.requests .requests-head > div {
  max-width: 500px;
}

.requests .section-kicker {
  display: none;
}

.requests .requests-head h2 {
  max-width: 10.6ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.65rem, 4.2vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
  text-shadow: none;
}

.requests .requests-head > p {
  max-width: 35ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
  text-shadow: none;
}

.requests .requests-layout {
  grid-column: 2;
  display: block;
  margin: 0;
  padding: 0;
}

.requests .request-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.requests .request-item,
.requests .request-item:nth-child(2),
.requests .request-item:nth-child(3),
.requests .request-item:nth-child(4),
.requests .request-item:nth-child(5),
.requests .request-item:nth-child(6) {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 22px;
  min-width: 0;
  min-height: 278px;
  padding: clamp(24px, 2.6vw, 34px);
  overflow: hidden;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(140, 39, 57, 0.12);
  border-radius: 26px 26px 8px 26px;
  box-shadow: 0 18px 48px rgba(51, 39, 36, 0.08);
  backdrop-filter: blur(10px);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease;
}

.requests .request-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--coral));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: opacity 220ms ease, transform 220ms ease;
}

.requests .request-item:hover {
  z-index: 1;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(140, 39, 57, 0.24);
  box-shadow: 0 24px 58px rgba(51, 39, 36, 0.13);
  transform: translateY(-4px);
}

.requests .request-item:nth-child(4):hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(140, 39, 57, 0.24);
  box-shadow: 0 24px 58px rgba(51, 39, 36, 0.13);
}

.requests .request-item:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.requests .request-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--blue);
}

.requests .request-meta > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--blue);
  background: rgba(140, 39, 57, 0.08);
  border: 1px solid rgba(140, 39, 57, 0.1);
  border-radius: 50%;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.requests .request-meta .ui-icon {
  width: 24px;
  height: 24px;
  color: var(--blue);
  opacity: 0.92;
}

.requests .request-item > div:last-child {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.requests .request-item h3 {
  max-width: 18ch;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-wrap: balance;
  text-shadow: none;
}

.requests .request-item p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.99rem;
  line-height: 1.58;
  text-shadow: none;
}

.requests .request-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  margin-top: auto;
  padding: 22px 0 3px;
  color: var(--blue);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(140, 39, 57, 0.32);
  border-radius: 0;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: color 180ms ease, border-color 180ms ease, gap 180ms ease;
}

.requests .request-link:hover {
  gap: 14px;
  color: var(--blue-dark);
  background: transparent;
  border-color: var(--blue-dark);
  transform: none;
}

@media (max-width: 1080px) {
  .requests > .shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 42px;
  }

  .requests .requests-head {
    position: relative;
    top: auto;
    grid-column: 1;
    max-width: 850px;
  }

  .requests .requests-head h2 {
    max-width: 15ch;
  }

  .requests .requests-head > p {
    max-width: 54ch;
  }

  .requests .requests-layout {
    grid-column: 1;
  }
}

@media (max-width: 680px) {
  .requests {
    padding: 64px 0 72px;
    background:
      radial-gradient(circle at 0% 0%, rgba(140, 39, 57, 0.07), transparent 24%),
      linear-gradient(155deg, #f8f6f4 0%, #eee9e5 100%);
  }

  .requests > .shell {
    gap: 30px;
    width: min(100% - 32px, 1180px);
  }

  .requests .requests-head {
    gap: 16px;
    padding: 2px 0 2px 18px;
    border-left-width: 2px;
  }

  .requests .requests-head h2 {
    max-width: 13ch;
    font-size: clamp(2.35rem, 12vw, 3.3rem);
    line-height: 1;
  }

  .requests .requests-head > p {
    max-width: 32ch;
    font-size: 0.98rem;
    line-height: 1.62;
  }

  .requests .request-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .requests .request-item,
  .requests .request-item:nth-child(2),
  .requests .request-item:nth-child(3),
  .requests .request-item:nth-child(4),
  .requests .request-item:nth-child(5),
  .requests .request-item:nth-child(6) {
    gap: 18px;
    min-height: 0;
    padding: 22px;
    border-radius: 22px 22px 7px 22px;
  }

  .requests .request-item:hover {
    transform: none;
  }

  .requests .request-meta > span {
    width: 40px;
    height: 40px;
    font-size: 0.8rem;
  }

  .requests .request-item h3 {
    max-width: 20ch;
    margin-bottom: 10px;
    font-size: clamp(1.45rem, 7.5vw, 1.8rem);
  }

  .requests .request-item p {
    font-size: 0.95rem;
  }

  .requests .request-link {
    margin-top: 18px;
    padding-top: 0;
  }
}

/* A compact service label above the home-page headline. */
.hero .hero-kicker {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #e8c9be;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.28);
}

.hero .hero-kicker span {
  width: 36px;
  height: 2px;
  flex: 0 0 auto;
  background: #bd7965;
}

@media (max-width: 680px) {
  .hero .hero-kicker {
    gap: 9px;
    margin-bottom: 17px;
    font-size: 0.72rem;
    line-height: 1.4;
    letter-spacing: 0.105em;
  }

  .hero .hero-kicker span {
    width: 24px;
  }
}

/* Clear conversion points at the end of the requests and process sections. */
.section-cta {
  display: flex;
  align-items: center;
}

.requests-cta {
  justify-content: flex-start;
  margin-top: 30px;
}

.format-cta {
  justify-content: center;
  margin-top: 38px;
}

.section-cta .button {
  min-width: 284px;
  justify-content: center;
}

@media (max-width: 680px) {
  .requests-cta,
  .format-cta {
    margin-top: 26px;
  }

  .section-cta .button {
    width: 100%;
    min-width: 0;
  }
}
