@font-face {
  font-family: "OM Cormorant";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("./assets/fonts/OM-Cormorant-Light.woff2") format("woff2");
  unicode-range: U+041C, U+041E;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img, picture, video, canvas { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--accent); color: var(--brand-deep); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 15px; background: var(--paper-light); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1380px, calc(100% - 64px));
  min-height: 88px;
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 13px; width: fit-content; }
.mini-mark {
  position: relative;
  display: block;
  width: 44px;
  height: 46px;
  color: var(--brand);
}
.mini-mark i { position: absolute; font-style: normal; font-family: "OM Cormorant", "Cormorant Garamond", "Bodoni MT", Didot, "Times New Roman", serif; font-weight: 300; font-synthesis: none; line-height: 1; }
.mini-mark i:first-child { z-index: 1; top: 0; left: 0; font-size: 35px; }
.mini-mark i:last-child { z-index: 2; top: 10px; left: 13px; font-size: 37px; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font: 400 16px/1.2 Georgia, serif; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.desktop-nav { display: flex; gap: 36px; color: #3c4c4b; font-size: 12px; }
.desktop-nav a, .header-phone { transition: color 180ms ease; }
.desktop-nav a:hover, .header-phone:hover { color: var(--brand); }
.header-phone { justify-self: end; font-size: 13px; letter-spacing: .04em; }
.menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  align-items: center;
  gap: 7vw;
  width: min(1380px, calc(100% - 64px));
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  padding: 76px 6vw 98px;
  background: var(--brand);
  color: var(--paper-light);
  isolation: isolate;
}
.hero::before {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 80% 38%, rgba(255,255,255,.12), transparent 31%),
    linear-gradient(115deg, rgba(255,255,255,.035), transparent 43%),
    repeating-linear-gradient(110deg, transparent 0 42px, rgba(255,255,255,.018) 43px 44px);
  content: "";
}
.hero::after { position: absolute; z-index: -1; right: 10%; bottom: -370px; width: 700px; height: 700px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); content: ""; }
.eyebrow { margin: 0 0 22px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font: 400 clamp(70px, 8vw, 124px)/.82 Georgia, "Times New Roman", serif; letter-spacing: -.07em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 span { color: rgba(251,250,246,.7); font-size: .36em; font-style: normal; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 em { margin-top: 21px; color: var(--paper-light); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 41px 0 0; color: rgba(251,250,246,.75); font: 400 18px/1.65 Georgia, serif; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; border: 1px solid transparent; padding: 0 25px; cursor: pointer; font-size: 12px; letter-spacing: .04em; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--paper-light); color: var(--brand-deep); }
.button-light:hover { background: var(--accent); }
.button-outline { border-color: rgba(251,250,246,.42); color: var(--paper-light); }
.button-outline:hover { border-color: var(--paper-light); }
.button-dark { background: var(--brand-deep); color: var(--paper-light); }
.button-dark:hover { background: var(--brand-soft); }
.hero-note { margin: 28px 0 0; color: rgba(251,250,246,.47); font-size: 10px; letter-spacing: .06em; }

.identity-card { position: relative; z-index: 1; align-self: center; aspect-ratio: 1.72 / 1; width: 100%; max-width: 540px; overflow: hidden; border: 1px solid rgba(255,255,255,.34); box-shadow: 0 32px 60px rgba(5,20,19,.25); }
.identity-card::before { position: absolute; inset: 0; background: linear-gradient(125deg, transparent, rgba(255,255,255,.09) 37%, transparent 39%), repeating-linear-gradient(95deg, rgba(255,255,255,.015) 0 1px, transparent 1px 5px); content: ""; }
.identity-card::after { position: absolute; inset: 5%; border: 1px solid rgba(255,255,255,.12); content: ""; }
.card-top { position: absolute; z-index: 1; top: 9%; right: 9%; left: 9%; display: flex; justify-content: space-between; color: rgba(255,255,255,.58); font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.monogram {
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 50%;
  display: block;
  width: 174px;
  height: 150px;
  color: var(--paper-light);
  transform: translate(-50%,-50%);
}
.monogram span { position: absolute; font-family: "OM Cormorant", "Cormorant Garamond", "Bodoni MT", Didot, "Times New Roman", serif; font-weight: 300; font-synthesis: none; line-height: 1; }
.monogram span:first-child { z-index: 1; top: 0; left: 0; font-size: 126px; }
.monogram span:last-child { z-index: 2; top: 30px; left: 49px; font-size: 130px; }
.monogram::after { display: none; }
.card-bottom { position: absolute; z-index: 1; right: 9%; bottom: 9%; left: 9%; display: flex; justify-content: space-between; align-items: end; border-top: 1px solid rgba(255,255,255,.25); padding-top: 13px; }
.card-bottom span { color: rgba(255,255,255,.6); font-size: 8px; letter-spacing: .18em; text-transform: uppercase; }
.card-bottom strong { font: 400 18px/1 Georgia, serif; }
.hero-index { position: absolute; right: 6vw; bottom: 32px; left: 6vw; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 16px; color: rgba(255,255,255,.38); font-size: 8px; letter-spacing: .2em; text-transform: uppercase; }
.hero-index i { height: 1px; background: rgba(255,255,255,.18); }

.facts { display: grid; grid-template-columns: repeat(3,1fr); width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 72px 0 110px; }
.facts article { min-height: 210px; border-right: 1px solid var(--line); padding: 25px 34px; }
.facts article:first-child { border-left: 1px solid var(--line); }
.facts article > span { color: var(--brand-soft); font: 400 15px/1 Georgia, serif; }
.facts strong { display: block; margin: 70px 0 13px; font: 400 26px/1.15 Georgia, serif; }
.facts p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.intro { display: grid; grid-template-columns: 210px 1fr; gap: 6vw; width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 70px 0 130px; border-top: 1px solid var(--line); }
.section-label { display: flex; gap: 18px; color: var(--muted); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.section-label span { color: var(--brand); font: 400 15px/1 Georgia, serif; }
.section-label p { margin: 0; }
h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.intro h2 { max-width: 940px; margin-bottom: 60px; font-size: clamp(52px, 6vw, 86px); line-height: .97; letter-spacing: -.055em; }
.intro h2 em { color: var(--brand); font-weight: 400; }
.two-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; max-width: 880px; margin-left: auto; }
.two-columns p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.78; }

.services { padding: 120px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper-light); }
.section-heading { display: grid; grid-template-columns: 1fr .52fr; align-items: end; gap: 8vw; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(46px, 5vw, 72px); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 75px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.services-grid article { position: relative; min-height: 350px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px; transition: background-color 200ms ease, color 200ms ease; }
.services-grid article:hover { background: var(--brand); color: var(--paper-light); }
.services-grid article:hover p { color: rgba(255,255,255,.67); }
.services-grid article > span { color: var(--brand-soft); font: 400 15px/1 Georgia, serif; }
.services-grid article:hover > span { color: var(--accent); }
.services-grid h3 { max-width: 280px; margin: 78px 0 18px; font-size: 29px; line-height: 1.08; }
.services-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.services-grid a { position: absolute; right: 30px; bottom: 27px; left: 30px; display: flex; justify-content: space-between; border-top: 1px solid currentColor; padding-top: 12px; font-size: 11px; opacity: .75; }
.services-grid b { font-weight: 400; }
.services-disclaimer { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 10px; line-height: 1.6; }

.process { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 760px; background: var(--brand-deep); color: var(--paper-light); }
.process-visual { position: relative; overflow: hidden; background: linear-gradient(140deg, var(--brand), var(--brand-deep)); }
.process-visual::before { position: absolute; inset: 10%; border: 1px solid var(--line-light); content: ""; }
.process-visual::after { position: absolute; right: -160px; bottom: -190px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.015), 0 0 0 160px rgba(255,255,255,.01); content: ""; }
.monogram.large { width: 286px; height: 245px; }
.monogram.large span:first-child { top: 0; left: 0; font-size: 208px; }
.monogram.large span:last-child { top: 49px; left: 80px; font-size: 214px; }
.process-visual small { position: absolute; z-index: 2; right: 13%; bottom: 13%; color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .2em; text-transform: uppercase; }
.process-content { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.process-content h2 { max-width: 700px; margin-bottom: 55px; font-size: clamp(45px, 5vw, 70px); line-height: 1.02; letter-spacing: -.045em; }
.process-content ol { margin: 0; padding: 0; list-style: none; }
.process-content li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; border-top: 1px solid var(--line-light); padding: 22px 0; }
.process-content li:last-child { border-bottom: 1px solid var(--line-light); }
.process-content li > span { color: var(--accent); font: 400 15px/1 Georgia, serif; }
.process-content strong { font: 400 21px/1.2 Georgia, serif; }
.process-content li p { margin: 9px 0 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.6; }

.request { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 120px max(32px, calc((100vw - 1180px) / 2)); background: var(--paper); }
.request-heading h2 { max-width: 500px; margin-bottom: 25px; font-size: clamp(45px, 5vw, 70px); line-height: 1.03; letter-spacing: -.045em; }
.request-heading > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.request-form { display: grid; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.request-form label > span:first-child { display: block; margin-bottom: 9px; color: #3e4d4b; font-size: 11px; }
.request-form input, .request-form select, .request-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); transition: border-color 160ms ease, background-color 160ms ease; }
.request-form input, .request-form select { height: 52px; padding: 0 15px; }
.request-form textarea { min-height: 140px; resize: vertical; padding: 15px; line-height: 1.55; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--brand); background: var(--paper-light); }
.request-form input::placeholder, .request-form textarea::placeholder { color: #8d9997; }
.consent { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 10px; cursor: pointer; }
.consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--brand); }
.consent > span { margin: 0 !important; color: var(--muted) !important; font-size: 11px !important; line-height: 1.55; }
.form-status { min-height: 18px; margin: 0; color: var(--brand); font-size: 12px; }
.form-actions { display: flex; align-items: center; gap: 24px; }
.text-button { border: 0; border-bottom: 1px solid currentColor; padding: 4px 0; background: transparent; color: var(--brand); cursor: pointer; font-size: 12px; }

.contacts { display: grid; grid-template-columns: .72fr 1.28fr; gap: 8vw; padding: 120px max(32px, calc((100vw - 1180px) / 2)); background: var(--brand); color: var(--paper-light); }
.contacts-title h2 { max-width: 500px; margin-bottom: 25px; font-size: clamp(45px, 5vw, 70px); line-height: 1.03; }
.contacts-title > p:not(.eyebrow) { max-width: 450px; color: rgba(255,255,255,.63); font-size: 14px; line-height: 1.72; }
.contact-list { border-top: 1px solid var(--line-light); }
.contact-list a { display: grid; grid-template-columns: 170px 1fr auto; align-items: center; gap: 18px; min-height: 104px; border-bottom: 1px solid var(--line-light); transition: padding 180ms ease, background-color 180ms ease; }
.contact-list a:hover { padding: 0 18px; background: rgba(255,255,255,.05); }
.contact-list span { color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.contact-list strong { overflow-wrap: anywhere; font: 400 clamp(20px, 2.5vw, 32px)/1.2 Georgia, serif; }
.contact-list b { color: var(--accent); font: 400 20px/1 Georgia, serif; }

.legal-note { padding: 32px max(32px, calc((100vw - 1180px) / 2)); background: var(--brand-deep); color: rgba(255,255,255,.45); }
.legal-note p { max-width: 830px; margin: 0; font-size: 10px; line-height: 1.65; }
.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 7vw; align-items: start; padding: 78px max(32px, calc((100vw - 1380px) / 2)) 35px; background: #091e1d; color: var(--paper-light); }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.mini-mark.inverse { color: var(--paper-light); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font: 400 20px/1.2 Georgia, serif; }
.footer-brand span { margin-top: 5px; color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; }
.site-footer nav { display: flex; flex-direction: column; gap: 13px; color: rgba(255,255,255,.7); font-size: 12px; }
.site-footer nav a:hover { color: var(--accent); }
.footer-meta { justify-self: end; text-align: right; color: rgba(255,255,255,.38); font-size: 9px; line-height: 1.65; }
.footer-meta p { margin: 0 0 20px; }
.mobile-actions { display: none; }

.facts, .intro, .services, .process, .request, .contacts, .site-footer { content-visibility: auto; contain-intrinsic-size: 1px 760px; }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr minmax(320px,.8fr); padding-right: 4vw; padding-left: 4vw; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .contact-list a { grid-template-columns: 120px 1fr auto; }
}

@media (max-width: 760px) {
  body { padding-bottom: calc(62px + env(safe-area-inset-bottom)); }
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 32px); min-height: 74px; }
  .brand { min-width: 0; gap: 10px; }
  .brand-copy { min-width: 0; }
  .brand-copy strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
  .brand-copy small { font-size: 8px; letter-spacing: .13em; }
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: grid; gap: 6px; width: 42px; height: 42px; place-content: center; border: 0; background: transparent; cursor: pointer; }
  .menu-toggle span { display: block; width: 22px; height: 1px; background: var(--ink); transition: transform 160ms ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-menu { position: absolute; top: 66px; right: 0; display: none; min-width: 230px; padding: 17px; background: var(--brand-deep); box-shadow: 0 17px 40px rgba(10,25,24,.23); color: var(--paper-light); }
  .mobile-menu.open { display: grid; }
  .mobile-menu a { border-bottom: 1px solid var(--line-light); padding: 13px 7px; font-size: 13px; }
  .hero { grid-template-columns: 1fr; width: 100%; min-height: auto; padding: 67px 22px 92px; }
  .hero-copy { min-width: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(54px, 17vw, 78px); line-height: .88; overflow-wrap: normal; }
  .hero h1 em { max-width: 100%; margin-top: 16px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .identity-card { width: min(100%, 500px); margin: 30px auto 0; }
  .card-top { align-items: flex-start; flex-direction: column; gap: 5px; font-size: 6px; }
  .monogram { width: 116px; height: 100px; }
  .monogram span:first-child { top: 0; left: 0; font-size: 82px; }
  .monogram span:last-child { top: 20px; left: 32px; font-size: 85px; }
  .card-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
  .card-bottom strong { max-width: 100%; font-size: 14px; overflow-wrap: anywhere; }
  .hero-index { right: 22px; left: 22px; }
  .facts { grid-template-columns: 1fr; width: 100%; padding: 35px 0 75px; }
  .facts article, .facts article:first-child { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); border-left: 0; padding: 25px 22px; }
  .facts strong { margin-top: 55px; }
  .intro { grid-template-columns: 1fr; width: calc(100% - 44px); padding: 60px 0 85px; }
  .section-label { display: none; }
  .intro h2 { margin-bottom: 42px; font-size: clamp(45px, 13vw, 62px); }
  .two-columns { grid-template-columns: 1fr; gap: 22px; }
  .services, .request, .contacts { padding: 84px 22px; }
  .section-heading, .request, .contacts { grid-template-columns: 1fr; gap: 45px; }
  .section-heading h2, .request-heading h2, .contacts-title h2 { font-size: clamp(41px, 12vw, 56px); }
  .services-grid { grid-template-columns: 1fr; margin-top: 55px; }
  .services-grid article { min-height: 315px; padding: 25px 22px; }
  .services-grid h3 { margin-top: 64px; }
  .services-grid a { right: 22px; left: 22px; }
  .process { grid-template-columns: 1fr; }
  .process-visual { min-height: 430px; }
  .monogram.large { width: 200px; height: 172px; }
  .monogram.large span:first-child { top: 0; left: 0; font-size: 145px; }
  .monogram.large span:last-child { top: 34px; left: 56px; font-size: 149px; }
  .process-content { padding: 80px 22px; }
  .process-content h2 { font-size: clamp(42px, 12vw, 58px); }
  .form-row { grid-template-columns: 1fr; }
  .request-form input, .request-form select, .request-form textarea { min-width: 0; font-size: 16px; }
  .form-actions { align-items: stretch; flex-direction: column; }
  .contact-list a { grid-template-columns: 1fr auto; gap: 10px; min-height: 105px; }
  .contact-list a:hover { padding: 0; }
  .contact-list span { grid-column: 1 / -1; align-self: end; }
  .contact-list strong { align-self: start; font-size: 21px; }
  .contact-list b { align-self: start; }
  .site-footer { grid-template-columns: 1fr; padding: 65px 22px 32px; }
  .site-footer nav { margin: 18px 0 25px; }
  .footer-meta { justify-self: start; text-align: left; }
  .mobile-actions { position: fixed; z-index: 60; right: 9px; bottom: max(9px, env(safe-area-inset-bottom)); left: 9px; display: grid; grid-template-columns: 1fr 1fr; height: 50px; box-shadow: 0 8px 28px rgba(8,29,28,.3); }
  .mobile-actions a { display: grid; place-items: center; background: var(--accent); color: var(--brand-deep); font-size: 12px; }
  .mobile-actions a:last-child { border-left: 1px solid rgba(14,48,47,.18); background: var(--paper-light); }
}

@media (max-width: 420px) {
  .site-header { width: calc(100% - 24px); }
  .mini-mark { width: 39px; height: 40px; flex: 0 0 39px; }
  .mini-mark i:first-child { font-size: 30px; }
  .mini-mark i:last-child { top: 9px; left: 11px; font-size: 32px; }
  .brand-copy strong { font-size: 14px; }
  .hero { padding-right: 18px; padding-left: 18px; }
  .hero h1 { font-size: clamp(49px, 15.5vw, 65px); }
  .hero h1 span { font-size: .34em; letter-spacing: .14em; }
  .hero-lead { font-size: 15px; }
  .identity-card { aspect-ratio: 1.58 / 1; }
  .card-top { top: 8%; right: 7%; left: 7%; }
  .card-bottom { right: 7%; bottom: 8%; left: 7%; }
  .monogram { width: 102px; height: 88px; }
  .monogram span:first-child { font-size: 72px; }
  .monogram span:last-child { top: 17px; left: 28px; font-size: 74px; }
  .hero-index { right: 18px; left: 18px; gap: 9px; }
  .hero-index span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .section-heading h2, .intro h2, .request-heading h2, .contacts-title h2, .process-content h2 { font-size: clamp(37px, 11.5vw, 49px); }
  .services, .request, .contacts, .process-content { padding-right: 18px; padding-left: 18px; }
  .services-grid h3 { font-size: 27px; }
  .contact-list strong { font-size: 19px; }
  .footer-brand strong { font-size: 18px; }
}

@media (max-width: 350px) {
  .brand-copy small { display: none; }
  .hero h1 { font-size: 47px; }
  .hero h1 em { line-height: .92; }
  .button { padding-right: 16px; padding-left: 16px; }
  .identity-card { aspect-ratio: 1.48 / 1; }
  .section-heading h2, .intro h2, .request-heading h2, .contacts-title h2, .process-content h2 { font-size: 36px; }
  .contact-list strong { font-size: 17px; }
}

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