:root {
  --ink: #101112;
  --paper: #f2f1ed;
  --white: #ffffff;
  --soft: #e7e6e1;
  --soft-2: #dad9d3;
  --line: #d4d3cd;
  --muted: #676965;
  --dark: #0d0f10;
  --blue: #1769ff;
  --green: #51b96b;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(18, 19, 20, .10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16,17,18,.07);
  background: rgba(242,241,237,.91);
  backdrop-filter: blur(18px) saturate(140%);
}
.header-row { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.brand { display: inline-flex; width: 132px; flex: 0 0 auto; flex-direction: column; line-height: .94; }
.brand strong { font-size: 26px; font-weight: 900; letter-spacing: -.065em; }
.brand span { margin-top: 5px; font-size: 8px; font-weight: 750; letter-spacing: .42em; }
.header-city { padding-left: 26px; border-left: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 14px; font-weight: 650; }
.desktop-nav a::after { position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; content: ""; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 11px; padding: 0 25px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-weight: 750; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { color: #fff; background: var(--dark); }
.button-dark:hover { background: #282a2c; }
.button-white { color: var(--ink); background: #fff; }
.header-order { min-height: 44px; margin-left: 8px; padding-inline: 22px; font-size: 13px; }

.choice-hero { padding-top: 18px; }
.choice-shell {
  position: relative;
  display: grid;
  min-height: 630px;
  overflow: hidden;
  grid-template-columns: .92fr 1.08fr;
  border-radius: var(--radius-xl);
  background: var(--soft);
}
.choice-shell::before {
  position: absolute;
  z-index: 0;
  top: -7%;
  bottom: -7%;
  left: -9%;
  width: 61%;
  content: "";
  opacity: .16;
  background: linear-gradient(90deg, rgba(231,230,225,.08), #e7e6e1 88%), url("../img/hero-print-v2.webp") center / cover no-repeat;
  filter: grayscale(1) contrast(.9);
  transform: rotate(-2deg);
}
.choice-copy { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 64px 46px 64px 64px; }
.step-label { display: inline-flex; align-items: center; gap: 10px; color: #444643; font-size: 12px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.step-label b { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); font-size: 12px; }
.choice-copy h1 { max-width: 550px; margin: 34px 0 24px; font-size: clamp(66px, 7.1vw, 104px); font-weight: 790; line-height: .82; letter-spacing: -.075em; }
.choice-copy h1 em { display: block; font-style: normal; }
.choice-copy > p { max-width: 500px; margin: 0; color: #424441; font-size: 17px; line-height: 1.5; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 35px; }
.hero-facts span { display: inline-flex; min-height: 35px; align-items: center; gap: 8px; padding: 0 13px; border: 1px solid rgba(16,17,18,.16); border-radius: 999px; font-size: 12px; font-weight: 700; }
.hero-facts i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(81,185,107,.14); }
.branch-picker { position: relative; z-index: 2; margin: 18px; padding: 27px; border-radius: 24px; background: rgba(255,255,255,.93); box-shadow: 0 24px 70px rgba(28,29,29,.08); }
.picker-head { display: flex; align-items: center; justify-content: space-between; padding: 1px 2px 20px; }
.picker-head span, .picker-head h1 { margin: 0; font-size: 15px; font-weight: 800; }
.picker-head small { color: var(--muted); font-size: 12px; }
.branch-list { display: grid; gap: 11px; }
.branch-card {
  position: relative;
  display: grid;
  min-height: 155px;
  width: 100%;
  align-items: center;
  padding: 22px 22px;
  grid-template-columns: 40px 1fr 48px;
  gap: 17px;
  overflow: hidden;
  border: 1px solid #dcdcd7;
  border-radius: var(--radius-md);
  background: #f3f3f0;
  cursor: pointer;
  text-align: left;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}
.branch-card::before { position: absolute; right: -53px; bottom: -72px; width: 160px; height: 160px; content: ""; border: 1px solid rgba(120,121,117,.18); border-radius: 50%; box-shadow: 0 0 0 22px rgba(120,121,117,.08), 0 0 0 45px rgba(120,121,117,.04); }
.branch-card:hover { color: #fff; border-color: var(--ink); background: var(--ink); transform: translateX(4px); }
.branch-index { align-self: start; padding-top: 5px; color: #777975; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.branch-card:hover .branch-index, .branch-card:hover .branch-main small { color: rgba(255,255,255,.6); }
.branch-main { display: grid; min-width: 0; gap: 10px; }
.branch-main strong { font-size: 26px; line-height: 1; letter-spacing: -.035em; }
.branch-main small { color: var(--muted); font-size: 13px; line-height: 1.4; transition: color .2s ease; }
.branch-hours { color: var(--ink); font-size: 12px; font-weight: 800; transition: color .2s ease; }
.branch-card:hover .branch-hours { color: #fff; }
.branch-arrow { position: relative; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid #cbccc7; border-radius: 50%; background: rgba(255,255,255,.55); transition: color .2s ease, background .2s ease, transform .2s ease; }
.branch-card:hover .branch-arrow { color: var(--ink); border-color: #fff; background: #fff; transform: translateX(3px); }
.choice-hint { display: flex; min-height: 82px; align-items: center; gap: 11px; padding-inline: 28px; }
.choice-hint > svg { width: 19px; height: 19px; }
.choice-hint > span { color: var(--muted); font-size: 13px; }
.choice-hint > a { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; font-size: 13px; font-weight: 750; }
.choice-hint > a svg { width: 16px; }

.manifest-section { padding-top: 34px; }
.manifest-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-xl); color: #fff; background: #15202a; }
.manifest-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.manifest-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,11,15,.94) 0%, rgba(7,11,15,.64) 49%, rgba(7,11,15,.08) 82%); }
.manifest-copy { position: relative; z-index: 2; padding: 66px; }
.manifest-copy > span, .section-kicker { color: #62645f; font-size: 10px; font-weight: 850; letter-spacing: .16em; }
.manifest-copy > span { color: rgba(255,255,255,.57); }
.manifest-copy h2 { margin: 19px 0 17px; font-size: clamp(65px, 7.5vw, 104px); line-height: .83; letter-spacing: -.072em; }
.manifest-copy p { max-width: 380px; margin: 0; color: rgba(255,255,255,.68); font-size: 16px; }
.manifest-mark { position: absolute; z-index: 2; top: 43px; right: 45px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 750; letter-spacing: .1em; text-align: right; }

.how-section, .services-section { padding-top: 110px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; margin-bottom: 34px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(44px, 5.5vw, 70px); line-height: .9; letter-spacing: -.06em; }
.section-heading > p { max-width: 290px; margin: 0; color: var(--muted); font-size: 14px; }
.flow-grid { display: grid; margin: 0; padding: 0; grid-template-columns: repeat(3, 1fr); gap: 14px; list-style: none; }
.flow-grid li { display: grid; min-height: 196px; padding: 27px; grid-template-columns: 42px 1fr; gap: 18px; border-top: 1px solid var(--ink); background: rgba(255,255,255,.34); }
.flow-grid li > span { color: #858681; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.flow-grid li > div { align-self: end; }
.flow-grid strong { font-size: 22px; letter-spacing: -.025em; }
.flow-grid p { margin: 10px 0 0; color: var(--muted); font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; padding: 8px 0; border: 0; background: none; cursor: pointer; font-size: 14px; font-weight: 750; }
.text-link svg { transition: transform .18s ease; }
.text-link:hover svg { transform: translateX(4px); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { display: grid; min-width: 0; overflow: hidden; padding: 0; grid-template-rows: minmax(210px, 1fr) auto; border: 0; border-radius: var(--radius-md); background: #e4e4e0; cursor: pointer; text-align: left; transition: transform .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(15,17,18,.11); }
.service-image { width: 100%; min-height: 235px; transition: transform .35s ease; }
.service-card:hover .service-image { transform: scale(1.025); }
.sprite { display: block; background-image: url("../img/services-sprite-v2.webp"); background-repeat: no-repeat; background-size: 300% 200%; }
.sprite-id { background-position: 0 0; }
.sprite-docs { background-position: 50% 0; }
.sprite-shirt { background-position: 100% 0; }
.sprite-canvas { background-position: 0 100%; }
.sprite-mug { background-position: 50% 100%; }
.sprite-stickers { background-position: 100% 100%; }
.service-info { position: relative; display: grid; min-height: 103px; padding: 19px 58px 19px 21px; gap: 10px; background: #e4e4e0; }
.service-info strong { align-self: start; font-size: 21px; line-height: 1.08; letter-spacing: -.025em; }
.service-info small { align-self: end; color: var(--muted); font-size: 12px; }
.service-info i { position: absolute; right: 18px; bottom: 18px; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid #c2c3be; border-radius: 50%; font-style: normal; }
.service-info i svg { width: 15px; }

.send-section { padding-top: 70px; }
.send-panel { display: grid; min-height: 270px; align-items: center; padding: 48px 54px; grid-template-columns: 1fr .72fr auto; gap: 44px; border-radius: var(--radius-xl); color: #fff; background: var(--dark); }
.send-panel .section-kicker { color: rgba(255,255,255,.49); }
.send-panel h2 { margin: 10px 0 0; font-size: 44px; line-height: .94; letter-spacing: -.052em; }
.send-panel > p { color: rgba(255,255,255,.6); font-size: 14px; }
.send-panel .button { white-space: nowrap; }
.seo-section { padding: 105px 0 110px; }
.seo-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 80px; }
.seo-grid h2 { margin: 0; font-size: clamp(40px, 5vw, 64px); line-height: .92; letter-spacing: -.055em; }
.seo-grid p { margin: 0 0 18px; color: var(--muted); font-size: 15px; }

.footer { padding: 52px 0 24px; color: #fff; background: var(--dark); }
.footer-top { display: grid; min-height: 115px; grid-template-columns: 160px repeat(3, 1fr); gap: 36px; }
.brand-light { color: #fff; }
.footer-address { display: grid; align-content: start; gap: 8px; padding-top: 4px; }
.footer-address b { font-size: 14px; }
.footer-address span { color: rgba(255,255,255,.49); font-size: 12px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.4); font-size: 11px; }
.footer-bottom a { display: inline-flex; align-items: center; gap: 7px; color: #fff; font-size: 13px; font-weight: 750; }
.footer-bottom a svg { width: 17px; }

.branch-modal, .modal { position: fixed; z-index: 100; inset: 0; display: none; align-items: center; justify-content: center; padding: 22px; }
.branch-modal.is-open, .modal.is-open { display: flex; animation: fade-in .18s ease; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5,7,8,.72); backdrop-filter: blur(9px); }
.branch-sheet, .modal-card { position: relative; z-index: 1; width: min(680px, 100%); max-height: calc(100vh - 44px); overflow-y: auto; padding: 38px; border-radius: 28px; background: #f7f7f4; box-shadow: 0 34px 100px rgba(0,0,0,.34); animation: sheet-in .24s ease; }
.branch-sheet { width: min(650px, 100%); }
.modal-close { position: absolute; z-index: 2; top: 21px; right: 21px; display: grid; width: 43px; height: 43px; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.6); cursor: pointer; }
.branch-sheet > .step-label { margin-bottom: 26px; }
.branch-sheet-head { padding-right: 58px; }
.branch-sheet-head > span { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .16em; }
.branch-sheet-head h2 { margin: 8px 0 7px; font-size: 46px; line-height: .95; letter-spacing: -.055em; }
.branch-sheet-head p { margin: 0; color: var(--muted); }
.branch-meta { display: flex; flex-wrap: wrap; gap: 17px; margin: 22px 0; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.branch-meta span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; }
.branch-meta svg { width: 17px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.contact-wide { grid-column: 1 / -1; }
.contact-card { display: grid; min-height: 85px; width: 100%; align-items: center; padding: 14px 16px; grid-template-columns: 47px 1fr 34px; gap: 14px; border: 1px solid var(--line); border-radius: 16px; background: #fff; cursor: pointer; text-align: left; transition: transform .18s ease, border .18s ease; }
.contact-card:hover { border-color: #888a86; transform: translateX(3px); }
.contact-primary { color: #fff; border-color: var(--ink); background: var(--ink); }
.contact-icon { display: grid; width: 45px; height: 45px; place-items: center; border: 1px solid #d2d3cf; border-radius: 50%; }
.contact-letter { font-size: 11px; font-weight: 900; letter-spacing: -.02em; }
.contact-primary .contact-icon { border-color: rgba(255,255,255,.24); }
.contact-card > span:nth-child(2) { display: grid; gap: 3px; }
.contact-card b { font-size: 16px; }
.contact-card small { color: var(--muted); font-size: 11px; }
.contact-primary small { color: rgba(255,255,255,.55); }
.contact-arrow { justify-self: center; width: 17px; }
.branch-note { margin: 17px 0 0; color: var(--muted); font-size: 12px; }
.change-branch { display: block; margin: 21px auto 0; padding: 6px; border: 0; border-bottom: 1px solid #a8aaa5; background: none; cursor: pointer; font-size: 12px; font-weight: 750; }

.modal-head h2 { margin: 8px 0 6px; padding-right: 52px; font-size: 43px; line-height: 1; letter-spacing: -.052em; }
.modal-head p { margin: 0 0 25px; color: var(--muted); }
.dropzone { display: grid; min-height: 155px; place-items: center; align-content: center; gap: 7px; padding: 20px; border: 1px dashed #aeb0ad; border-radius: 18px; background: #fff; cursor: pointer; text-align: center; transition: border .2s ease, background .2s ease; }
.dropzone:hover, .dropzone.is-dragging { border-color: var(--ink); background: #f0f0ed; }
.dropzone.has-files { border-style: solid; }
.dropzone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.dropzone-icon { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 50%; color: #fff; background: var(--ink); }
.dropzone small { color: var(--muted); font-size: 12px; }
.file-list { display: grid; gap: 6px; margin-top: 9px; }
.file-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 12px; border-radius: 10px; background: #e9e9e6; }
.file-row > span { display: grid; min-width: 0; }
.file-row b { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.file-row small { color: var(--muted); font-size: 11px; }
.file-row button { flex: 0 0 auto; border: 0; background: none; cursor: pointer; font-size: 22px; }
.form-grid { display: grid; margin-top: 20px; grid-template-columns: 1fr 1fr; gap: 15px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label > span { font-size: 12px; font-weight: 800; }
.form-grid .wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 49px; padding: 12px 14px; border: 1px solid #d3d4d1; border-radius: 11px; outline: none; color: var(--ink); background: #fff; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(17,18,20,.08); }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 18px 0; color: var(--muted); font-size: 12px; }
.consent input { margin-top: 2px; accent-color: var(--ink); }
.form-error { min-height: 20px; color: #b42318; font-size: 13px; font-weight: 700; }
.progress { height: 4px; overflow: hidden; margin: 4px 0 15px; border-radius: 4px; background: #dcdcd8; }
.progress span { display: block; width: 0; height: 100%; background: var(--ink); transition: width .16s ease; }
.submit-order { width: 100%; }
.submit-order:disabled { cursor: wait; opacity: .6; transform: none; }
.success-card { padding: 36px 8px 12px; text-align: center; }
.success-icon { display: grid; width: 68px; height: 68px; place-items: center; margin: 0 auto 20px; border-radius: 50%; color: #fff; background: var(--ink); }
.success-card h2 { margin: 0; font-size: 38px; letter-spacing: -.04em; }
.success-card p { margin: 18px 0 4px; color: var(--muted); }
.success-card > strong { display: block; margin-bottom: 13px; font-size: 30px; letter-spacing: .05em; }
.success-card > small { display: block; max-width: 460px; margin: 0 auto 23px; color: var(--muted); }
.mobile-sticky { display: none; }

.button:focus-visible, .branch-card:focus-visible, .service-card:focus-visible, .text-link:focus-visible, .contact-card:focus-visible, .modal-close:focus-visible, .change-branch:focus-visible { outline: 3px solid rgba(23,105,255,.35); outline-offset: 3px; }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes sheet-in { from { opacity: 0; transform: translateY(18px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 960px) {
  .choice-shell { min-height: auto; grid-template-columns: 1fr; }
  .choice-shell::before { width: 100%; height: 48%; bottom: auto; }
  .choice-copy { padding: 58px 52px 36px; }
  .choice-copy h1 { margin: 30px 0 21px; font-size: clamp(65px, 12vw, 100px); }
  .branch-picker { margin-top: 0; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-grid li { min-height: 145px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .send-panel { grid-template-columns: 1fr auto; }
  .send-panel > p { grid-column: 1; margin: 0; }
  .send-panel > .button { grid-column: 2; grid-row: 1 / span 2; }
  .seo-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-top { grid-template-columns: 150px repeat(3, 1fr); gap: 22px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); font-size: 16px; }
  .container { width: calc(100% - 28px); }
  .header-row { min-height: 66px; gap: 12px; }
  .brand { width: 108px; }
  .brand strong { font-size: 23px; }
  .brand span { font-size: 7px; }
  .header-city, .desktop-nav { display: none; }
  .header-order { min-height: 40px; margin-left: auto; padding-inline: 17px; font-size: 12px; }
  .choice-hero { padding-top: 0; }
  .choice-shell { width: 100%; border-radius: 0 0 23px 23px; }
  .choice-shell::before { top: -2%; left: -20%; height: 44%; opacity: .13; }
  .choice-copy { padding: 39px 22px 29px; }
  .step-label { font-size: 9px; }
  .step-label b { width: 26px; height: 26px; font-size: 10px; }
  .choice-copy h1 { margin: 26px 0 19px; font-size: clamp(52px, 16vw, 72px); line-height: .84; }
  .choice-copy > p { max-width: 355px; font-size: 15px; }
  .hero-facts { gap: 7px; margin-top: 23px; }
  .hero-facts span { min-height: 31px; padding-inline: 10px; font-size: 10px; }
  .branch-picker { margin: 0 10px 10px; padding: 13px; border-radius: 19px; }
  .picker-head { padding: 3px 4px 13px; }
  .picker-head span, .picker-head h1 { font-size: 13px; }
  .picker-head small { font-size: 10px; }
  .branch-list { gap: 8px; }
  .branch-card { min-height: 116px; padding: 15px 14px; grid-template-columns: 27px 1fr 39px; gap: 10px; border-radius: 14px; }
  .branch-index { font-size: 9px; }
  .branch-main { gap: 7px; }
  .branch-main strong { font-size: 22px; }
  .branch-main small { font-size: 11px; }
  .branch-arrow { width: 37px; height: 37px; }
  .branch-arrow svg { width: 16px; }
  .choice-hint { min-height: 66px; width: calc(100% - 28px); padding-inline: 2px; }
  .choice-hint > span { font-size: 11px; }
  .choice-hint > a { display: none; }
  .manifest-section { padding-top: 14px; }
  .manifest-card { min-height: 340px; border-radius: 19px; }
  .manifest-card > img { object-position: 65% center; }
  .manifest-shade { background: linear-gradient(90deg, rgba(7,11,15,.92), rgba(7,11,15,.55) 61%, rgba(7,11,15,.12)); }
  .manifest-copy { padding: 36px 24px; }
  .manifest-copy h2 { margin-top: 17px; font-size: 58px; }
  .manifest-copy p { max-width: 270px; font-size: 13px; }
  .manifest-mark { top: 25px; right: 20px; font-size: 8px; }
  .how-section, .services-section { padding-top: 72px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; margin-bottom: 23px; }
  .section-heading h2 { font-size: 43px; }
  .section-heading > p { font-size: 13px; }
  .flow-grid { gap: 9px; }
  .flow-grid li { min-height: 128px; padding: 21px 18px; grid-template-columns: 32px 1fr; gap: 12px; }
  .flow-grid strong { font-size: 20px; }
  .flow-grid p { font-size: 13px; }
  .services-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-card { grid-template-rows: 130px auto; border-radius: 14px; }
  .service-image { min-height: 130px; }
  .service-info { min-height: 97px; padding: 14px 36px 14px 14px; gap: 5px; }
  .service-info strong { font-size: 15px; }
  .service-info small { font-size: 10px; }
  .service-info i { right: 9px; bottom: 13px; width: 26px; height: 26px; }
  .service-info i svg { width: 12px; }
  .send-section { padding-top: 44px; }
  .send-panel { width: 100%; padding: 40px 23px 45px; grid-template-columns: 1fr; gap: 18px; border-radius: 0; }
  .send-panel h2 { font-size: 39px; }
  .send-panel > p, .send-panel > .button { grid-column: 1; grid-row: auto; }
  .send-panel > .button { width: 100%; }
  .seo-section { padding: 70px 0; }
  .seo-grid { gap: 25px; }
  .seo-grid h2 { font-size: 38px; }
  .seo-grid p { font-size: 14px; }
  .footer { padding: 38px 0 20px; }
  .footer-top { grid-template-columns: 1fr; gap: 25px; }
  .footer-address { display: none; }
  .footer-bottom { align-items: flex-start; flex-wrap: wrap; font-size: 10px; }
  .footer-bottom span:last-child { width: 100%; }
  .branch-modal, .modal { align-items: flex-end; padding: 0; }
  .branch-sheet, .modal-card { width: 100%; max-height: 94vh; padding: 25px 17px calc(24px + env(safe-area-inset-bottom)); border-radius: 23px 23px 0 0; }
  .modal-close { top: 13px; right: 13px; width: 40px; height: 40px; }
  .branch-sheet > .step-label { margin-bottom: 22px; }
  .branch-sheet-head { padding-right: 45px; }
  .branch-sheet-head h2 { font-size: 38px; }
  .branch-sheet-head p { font-size: 13px; }
  .branch-meta { gap: 11px; margin: 18px 0; }
  .branch-meta span { font-size: 11px; }
  .contact-card { min-height: 78px; padding: 11px 12px; grid-template-columns: 42px 1fr 27px; gap: 10px; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-wide { grid-column: auto; }
  .contact-icon { width: 40px; height: 40px; }
  .contact-card b { font-size: 14px; }
  .contact-card small { font-size: 10px; }
  .modal-head h2 { font-size: 35px; }
  .modal-head p { font-size: 13px; }
  .dropzone { min-height: 130px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .wide { grid-column: auto; }
  .mobile-sticky { position: fixed; z-index: 45; right: 13px; bottom: calc(11px + env(safe-area-inset-bottom)); left: 13px; display: flex; min-height: 54px; align-items: center; justify-content: space-between; padding: 0 20px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; background: rgba(13,15,16,.94); box-shadow: 0 12px 35px rgba(0,0,0,.28); backdrop-filter: blur(14px); font-size: 14px; font-weight: 800; transition: opacity .2s ease, transform .2s ease; }
  .mobile-sticky.is-hidden { pointer-events: none; opacity: 0; transform: translateY(15px); }
}

/* Compact address directory; keep the existing cards and order dialogs. */
.addresses-only {
  min-height: 100svh;
  padding-bottom: env(safe-area-inset-bottom);
}
.addresses-only .header-row { max-width: 760px; }
.addresses-only .header-order { margin-left: auto; }
.addresses-only .choice-hero { padding: 28px 0 36px; }
.addresses-only .choice-shell {
  width: min(760px, calc(100% - 48px));
  min-height: auto;
  grid-template-columns: minmax(0, 1fr);
}
.addresses-only .choice-shell::before { content: none; }
.addresses-only .branch-picker { margin: 18px; }
.addresses-only .picker-head { flex-wrap: wrap; gap: 6px 14px; }
.addresses-only .branch-main strong { line-height: 1.12; overflow-wrap: anywhere; }

/* The owner's entrance photo belongs only to the Nikitova address card. */
.addresses-only .branch-card[data-branch="nikitova"] {
  color: var(--ink);
  background-color: #f3f3f0;
  background-image:
    linear-gradient(90deg, rgba(243,243,240,.96) 0%, rgba(243,243,240,.91) 45%, rgba(243,243,240,.80) 68%, rgba(243,243,240,.24) 100%),
    url("../img/nikitova-entrance-v1.jpg");
  background-position: center, center 46%;
  background-size: cover;
  background-repeat: no-repeat;
}
.addresses-only .branch-card[data-branch="nikitova"]::before { content: none; }
.addresses-only .branch-card[data-branch="nikitova"] .branch-index,
.addresses-only .branch-card[data-branch="nikitova"] .branch-main small { color: #484a46; }
.addresses-only .branch-card[data-branch="nikitova"] .branch-hours { color: var(--ink); }
.addresses-only .branch-card[data-branch="nikitova"] .branch-arrow {
  color: var(--ink);
  border-color: rgba(16,17,18,.24);
  background: rgba(255,255,255,.94);
}
.addresses-only .branch-card[data-branch="nikitova"]:hover { border-color: #888a86; }

@media (max-width: 680px) {
  .addresses-only .choice-hero { padding: 24px 0; }
  .addresses-only .choice-shell { width: 100%; border-radius: 23px; }
  .addresses-only .branch-picker { margin: 0 10px 10px; }
}

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