/* PRINTbyDORIK / Studio 2026 — a shared visual system for the storefront. */
:root {
  --gold: #edc45b;
  --gold-2: #f7da91;
  --gold-hover: #f7da91;
  --gold-deep: #b58e36;
  --gold-dim: rgba(237, 196, 91, 0.08);
  --gold-line: rgba(237, 196, 91, 0.25);
  --bg-0: #080909;
  --bg-1: #101010;
  --card: #111111;
  --card-2: #181818;
  --brown: #141414;
  --ink: #f4f3ee;
  --ink-2: #d8d7d0;
  --text: #e7e7e0;
  --muted: #999999;
  --line: #2a2a2a;
  --line-soft: #252525;
  --font: "Onest", "Segoe UI", Arial, sans-serif;
  --font-head: var(--font);
  --shadow: none;
  --shadow-lg: none;
  --glow: none;
  --container: 1360px;
  --radius: 20px;
  --ico-plate: transparent;
  color-scheme: dark;
}
body {
  line-height: 1.6;
  letter-spacing: 0;
}
body::before {
  display: none;
}
/* The storefront uses one material palette: black paper, white ink and gold foil. */
body img {
  filter: grayscale(1) sepia(.32) saturate(1.65) contrast(1.06);
}
.alert.success,
.status-paid,
.order-status.paid,
.upload-success {
  border-color: var(--gold-line) !important;
  background: var(--gold-dim) !important;
  color: var(--gold) !important;
}
#neuroBg {
  display: none;
}
a {
  color: var(--gold);
}
::selection {
  background: var(--gold);
  color: #080909;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  letter-spacing: -0.045em;
  color: var(--ink);
}
h1 {
  font-size: clamp(48px, 6vw, 88px);
  line-height: 1.03;
}
h2 {
  font-size: clamp(38px, 4.8vw, 68px);
  line-height: 1.07;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}
.gold {
  background: none;
  color: var(--gold);
}
.container {
  padding-inline: 48px;
}
.section {
  padding: 108px 0;
}
.section-head {
  text-align: left;
  max-width: none;
  margin: 0 0 48px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  column-gap: 100px;
  align-items: end;
}
.section-head .eyebrow {
  grid-column: 1/-1;
}
.section-head h2 {
  margin: 0;
  max-width: 720px;
}
.section-head p {
  margin: 0;
  max-width: 440px;
  justify-self: end;
  font-size: 16px;
  line-height: 1.75;
}
.eyebrow {
  border: 0;
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: 10px;
  letter-spacing: 0.19em;
  font-weight: 500;
  margin-bottom: 24px;
  color: var(--gold);
}
.eyebrow::before {
  width: 5px;
  height: 5px;
  box-shadow: none;
}
.header {
  background: rgba(8, 9, 9, 0.94);
  border-bottom: 1px solid #20221f;
  box-shadow: none;
  backdrop-filter: blur(12px);
}
.header-inner {
  max-width: 1360px;
  min-height: 88px;
  padding: 18px 48px;
  gap: 24px;
  margin: auto;
}
.logo img {
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}
.logo-text {
  font-size: 16px;
  letter-spacing: -0.045em;
  font-weight: 600;
}
.logo-sub {
  font-size: 7px;
  letter-spacing: 0.17em;
  margin-top: 5px;
}
.nav {
  gap: 20px;
  margin: 0 0 0 auto;
}
.nav a {
  font-size: 12px;
  padding: 8px 0;
  font-weight: 400;
  background: none !important;
  border: 0;
  border-radius: 0;
  color: #adada6;
}
.nav a.active,
.nav a:hover {
  color: var(--ink);
}
.nav a::after {
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gold);
}
.nav a.nav-designer {
  font-size: 11px;
  border: 0;
  color: var(--gold);
  margin: 0;
  letter-spacing: 0;
}
.nav .cart-link {
  border: 0;
}
.cart-count {
  font-size: 10px;
  min-width: 16px;
  height: 16px;
  font-weight: 500;
}
.header-perks {
  display: none;
}
.header-user {
  gap: 8px;
}
.hu-btn {
  font-size: 12px;
  font-weight: 500;
  min-height: 38px;
  border-radius: 50px;
  padding: 0 17px;
}
.hu-btn-gold {
  background: var(--gold);
  box-shadow: none;
}
.hu-btn-ghost {
  background: none;
  border: 1px solid #33352e;
  color: var(--text);
}
.hu-card {
  max-width: 170px;
  background: none;
  border: 0;
  padding: 0;
}
.hu-name {
  font-size: 12px;
  font-weight: 500;
}
.hu-phone {
  font-size: 10px;
}
.hu-ava {
  width: 30px;
  height: 30px;
  border: 1px solid var(--gold-line);
}
.header-phone {
  background: var(--gold);
  box-shadow: none;
  border-radius: 50px;
  font-size: 12px;
  padding-inline: 16px;
  min-height: 38px;
}
.btn {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 500;
  background: var(--gold);
  box-shadow: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.btn::after {
  display: none;
}
.btn:hover {
  background: var(--gold-hover);
  box-shadow: none;
  transform: translateY(-2px);
}
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid #3b3d36;
  backdrop-filter: none;
}
.btn-outline:hover {
  background: #191b17;
  color: var(--ink);
  border-color: #6b6f61;
}
.btn-sm {
  min-height: 42px;
  font-size: 12px;
}
.btn-pay:not(:disabled) {
  animation: none;
}
.btn-leaflet {
  background: #a4db9b;
  color: #10200d;
}
.btn-leaflet:hover {
  background: #bce7b5;
}
.quiet-link {
  font-size: 12px;
  color: #b6b9b0;
  text-align: center;
  padding: 10px 0;
  display: inline-block;
}
.quiet-link:hover {
  color: var(--gold);
}
.btn svg {
  width: 16px;
  height: 16px;
}
.studio-hero {
  padding: 76px 0 0;
  overflow: hidden;
  position: relative;
}
.studio-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 0;
  align-items: center;
  min-height: 540px;
}
.studio-hero-copy {
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
}
.studio-hero .eyebrow {
  margin-bottom: 30px;
}
.studio-hero h1 {
  font-size: clamp(62px, 6.65vw, 96px);
  line-height: 1.015;
  letter-spacing: -0.065em;
  margin: 0 0 30px;
}
.studio-hero h1 em {
  font-style: normal;
  color: var(--gold);
}
.studio-hero .lead {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  max-width: 395px;
  margin: 0;
  color: #a4a79e;
}
.studio-hero .hero-actions {
  margin-top: 30px;
  gap: 24px;
  align-items: center;
}
.hero-text-link {
  color: #d2d4cb;
  font-size: 12px;
  border-bottom: 1px solid #55594d;
  padding-bottom: 5px;
}
.hero-text-link span {
  margin-left: 12px;
}
.studio-art {
  position: relative;
  height: 560px;
  align-self: center;
  min-width: 0;
}
.studio-art canvas {
  width: calc(100% + 80px);
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
}
.art-caption {
  position: absolute;
  bottom: 44px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #8e9483;
}
.art-caption::before {
  content: "";
  width: 42px;
  height: 1px;
  background: #646a55;
}
.art-coordinate {
  position: absolute;
  top: 34px;
  right: 14px;
  font-size: 10px;
  letter-spacing: 0.14em;
  color: #747967;
}
.studio-hero-footer {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding: 26px 0 30px;
  border-top: 1px solid #272922;
  margin-top: 24px;
}
.studio-hero-footer .hero-stat {
  display: flex;
  gap: 14px;
  align-items: center;
}
.hero-stat strong {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.hero-stat span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
  max-width: 96px;
}
.hero-scroll {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.hero-scroll b {
  font-size: 22px;
  font-weight: 300;
  color: var(--gold);
}
.product-shortcuts {
  border-top: 1px solid #20231d;
  border-bottom: 1px solid #20231d;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 23px 0;
  overflow: auto;
}
.product-shortcuts a {
  white-space: nowrap;
  color: #b3b6ad;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.product-shortcuts a span {
  color: #555c4d;
  font-size: 9px;
}
.product-shortcuts a:hover {
  color: var(--gold);
}
.product-shortcuts .new-label {
  color: var(--gold);
  border: 1px solid var(--gold-line);
  font-size: 8px;
  padding: 2px 5px;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 46px 24px;
}
.service-card {
  background: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}
.service-card::before,
.service-card::after {
  display: none;
}
.service-card:hover {
  transform: none;
  box-shadow: none;
  border: 0;
  background: none;
}
.service-media {
  height: 240px;
  border-radius: 16px;
  overflow: hidden;
  background: #171815;
}
.service-media::after {
  display: none;
}
.service-media img {
  transition: transform 0.7s;
}
.service-card:hover .service-media img {
  transform: scale(1.045);
}
.service-icon {
  display: none;
}
.service-body {
  padding: 22px 0 0;
}
.service-body h3 {
  font-size: 25px;
  margin-bottom: 12px;
}
.service-body p {
  font-size: 13px;
  line-height: 1.75;
  max-width: 340px;
}
.service-link {
  font-size: 11px;
  font-weight: 400;
  color: var(--gold);
  margin-top: 14px;
}
.service-link svg {
  width: 14px;
  height: 14px;
}
.service-card .card-link {
  border-radius: 16px;
}
.features-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
  counter-reset: feature;
}
.feature {
  padding: 30px 0;
  border: 0;
  border-top: 1px solid #30332a;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
}
.feature:hover {
  transform: none;
  background: none;
  border-color: #747c62;
  box-shadow: none;
}
.feature::before {
  counter-increment: feature;
  content: "0" counter(feature);
  font-size: 10px;
  color: var(--gold);
  display: block;
  margin-bottom: 30px;
  background: none;
  position: static;
  width: auto;
  height: auto;
}
.feature-ico {
  display: none;
}
.feature h3 {
  font-size: 24px;
}
.feature p {
  font-size: 13px;
  line-height: 1.8;
}
.form-card,
.contact-card,
.cart-checkout,
.cart-item,
.review,
.admin-stat,
.admin-table-wrap {
  background: var(--card);
  border: 1px solid #292b24;
  box-shadow: none;
  border-radius: 20px;
}
.form-card {
  padding: 32px;
}
.form-card::before,
.calc-form::before,
.cart-checkout::before,
.cart-item::before {
  display: none;
}
.form-card h3 {
  font-size: 26px;
}
.form-note {
  font-size: 12px;
  color: #9fa396;
  line-height: 1.75;
}
.field label {
  font-size: 11px;
  font-weight: 400;
  color: #c5c8bd;
  margin-bottom: 10px;
}
.input,
.select,
.calc-form .select {
  background: #0c0e0b;
  color: var(--ink);
  border: 1px solid #34372e;
  border-radius: 10px;
  min-height: 48px;
  font-family: var(--font);
  font-size: 13px;
  box-shadow: none;
}
.input:focus,
.select:focus {
  outline: 1px solid var(--gold);
  border-color: var(--gold);
  box-shadow: none;
}
.field {
  margin-bottom: 22px;
}
.input::placeholder {
  color: #676e5f;
}
.about-grid {
  gap: 70px;
}
.about-list li {
  background: none;
  border: 0;
  border-bottom: 1px solid #2c3025;
  border-radius: 0;
  padding: 20px 0;
}
.about-list li:hover {
  transform: none;
}
.about-list b {
  font-size: 18px;
  font-weight: 400;
}
.partner {
  background: transparent;
  border: 1px solid #272b23;
  border-radius: 12px;
  box-shadow: none;
}
.review {
  padding: 28px;
}
.review:hover {
  transform: none;
  border-color: #535c42;
  box-shadow: none;
}
.review-name {
  font-weight: 500;
  font-size: 14px;
}
.review p {
  font-size: 13px;
}
.stars {
  color: var(--gold);
}
.partners-title {
  font-weight: 400;
}
.contact-phone {
  font-size: 28px;
}
.footer {
  background: none;
  border-top: 1px solid #282d21;
  padding: 64px 0 22px;
}
.footer h4 {
  font-size: 13px;
  letter-spacing: 0;
  font-weight: 400;
}
.footer p,
.footer li {
  font-size: 12px;
}
.footer-bottom {
  font-size: 10px;
  border-top: 1px solid #252a1e;
  margin-top: 48px;
}
.footer-phone {
  font-size: 20px;
}
.float-call {
  width: 58px;
  height: 58px;
  min-height: 58px;
  justify-content: center;
  padding: 0;
  overflow: visible;
  border: 1px solid rgba(237, 196, 91, .7);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #2b291f, #090a0a 62%);
  box-shadow: 0 14px 38px rgba(0,0,0,.42), inset 0 0 0 1px rgba(255,255,255,.05);
  bottom: 22px;
  right: 22px;
}
.float-call > span:last-child {
  display: none;
}
.float-call .social-ico {
  width: 36px;
  height: 36px;
}
.float-call::before {
  position: absolute;
  z-index: -1;
  inset: -7px;
  display: block;
  border: 1px solid rgba(237,196,91,.25);
  border-radius: 50%;
  content: "";
  animation: call-ring 2.8s ease-out infinite;
}
.float-call .call-symbol {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--gold);
}
.float-call .call-symbol svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}
.float-call:hover {
  color: var(--gold);
  border-color: var(--gold);
  filter: none;
  transform: translateY(-3px) rotate(-5deg);
}
@keyframes call-ring {
  0% { opacity: .75; transform: scale(.86); }
  65%,100% { opacity: 0; transform: scale(1.35); }
}

/* Брендовые изображения должны сохранять исходные цвета. */
.logo img,
.partner-mark img {
  filter: none !important;
  opacity: 1 !important;
}
.partner-mark {
  background: #fff;
}
.hero:not(.studio-hero) {
  padding: 66px 0 36px !important;
}
.hero-grid {
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
}
.hero .lead {
  font-size: 15px;
  line-height: 1.8;
  max-width: 490px;
}
.hero-art {
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  min-height: 300px;
  height: 340px;
  transform: none;
}
.hero-art::before,
.hero-art::after {
  display: none;
}
.hero-art-cap {
  background: #10140eeb;
  backdrop-filter: blur(8px);
  border: 1px solid #35402b;
  border-radius: 12px;
  padding: 14px 18px;
  bottom: 18px;
  left: 18px;
  right: 18px;
}
.hero-art-cap b {
  font-size: 14px;
}
.hero-art-cap span {
  font-size: 11px;
}
.hero-badges {
  gap: 26px;
  margin-top: 28px;
}
.hero-badges div {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
.hero-badges div strong {
  font-size: 23px;
  font-weight: 400;
}
.hero-badges div span {
  font-size: 10px;
}
.pg-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.pg-card {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.pg-card:hover {
  transform: translateY(-4px);
  box-shadow: none;
  background: none;
}
.pg-card > img {
  height: 155px;
  border-radius: 12px;
  object-fit: cover;
  width: 100%;
}
.pg-body {
  padding: 16px 0;
}
.pg-ico {
  display: none;
}
.pg-body h3 {
  font-size: 22px;
}
.pg-body p {
  font-size: 11px;
  line-height: 1.7;
}
.pg-price {
  font-size: 10px;
  border: 0;
  background: none;
  padding: 0;
  color: var(--gold);
}
.pg-tags-art {
  height: 155px;
  border-radius: 12px;
  background: #c4b18c;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.pg-tags-art span {
  background: #22251b;
  color: #ead08d;
  padding: 28px 23px;
  font-size: 16px;
  letter-spacing: -0.04em;
  transform: rotate(-17deg);
  line-height: 1.1;
  border-radius: 3px;
  position: relative;
  box-shadow: 12px 12px 0 #eee9dc;
}
.pg-tags-art span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c4b18c;
}
.chips li {
  background: transparent;
  border-color: #2f3427;
  font-size: 11px;
}
.tabs {
  justify-content: flex-start;
  gap: 8px;
  padding: 0 0 22px;
  flex-wrap: wrap;
  border-bottom: 1px solid #2a2f22;
  margin-bottom: 30px;
}
.tab {
  font-size: 12px;
  border: 1px solid #32392a;
  background: none;
  border-radius: 50px;
  padding: 11px 22px;
  color: #a9b39a;
  font-weight: 400;
  box-shadow: none;
}
.tab.active {
  background: var(--gold);
  color: #14170f;
  border-color: var(--gold);
  box-shadow: none;
}
.tab img {
  display: none;
}
.tab:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.tab::before,
.tab::after {
  display: none;
}
.calc-grid {
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.85fr);
  gap: 32px;
  align-items: start;
}
.calc-head h3 {
  font-size: 30px;
  margin-top: 14px;
}
.calc-badge {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.13em;
}
.calc-dot {
  width: 5px;
  height: 5px;
  animation: none;
}
.calc-total {
  position: sticky;
  top: 112px;
  padding: 28px;
  border-radius: 20px;
  background: #14170f;
  border: 1px solid #32392a;
  box-shadow: none;
  overflow: hidden;
}
.calc-total-glow,
.calc-total::before,
.calc-total::after {
  display: none;
}
.calc-total .sum {
  font-size: 48px;
  letter-spacing: -0.06em;
  color: var(--gold);
  text-shadow: none;
  font-weight: 400;
  line-height: 1.2;
  margin: 12px 0;
}
.calc-total-label {
  font-size: 9px;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.sum-note {
  font-size: 12px;
  color: #a9b19c;
  line-height: 1.6;
}
.calc-breakdown {
  margin: 22px 0;
}
.calc-breakdown li {
  font-size: 11px;
  border-bottom: 1px solid #303827;
  padding: 11px 0;
  gap: 20px;
}
.calc-breakdown strong {
  font-weight: 400;
  text-align: right;
}
.calc-actions {
  display: grid;
  gap: 10px;
}
.calc-perks {
  font-size: 11px;
}
.calc-form .check,
.finish-option {
  background: #11150e;
  border: 1px solid #323b28;
  border-radius: 10px;
  padding: 13px;
  box-shadow: none;
}
.extras-col-title {
  font-size: 11px;
  font-weight: 400;
}
.check span {
  font-size: 12px;
  font-weight: 400;
}
.cards-drop-zone {
  border: 1px dashed #46543a;
  border-radius: 12px;
  background: #0e120b;
  box-shadow: none;
  min-height: 110px;
  padding: 16px;
  cursor: pointer;
}
.cards-drop-zone:hover {
  border-color: var(--gold);
  background: var(--gold-dim);
}
.cards-drop-title {
  font-size: 11px;
  font-weight: 400;
}
.cards-drop-tag {
  font-size: 9px;
  background: none;
  border: 0;
  padding: 0;
}
.cards-drop-icon {
  width: 25px;
  height: 25px;
}
.cards-drop-text {
  font-size: 10px;
}
.cards-drop-zone input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.cards-drop-zone:focus-within {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.cards-file {
  border-color: #39442d;
}
.cards-file-info strong {
  font-size: 11px;
}
.cards-file .cart-thumb {
  width: 46px;
  height: 46px;
  flex: none;
}
.stepper-btn {
  border-radius: 10px;
  background: none;
  border-color: #3e4934;
  box-shadow: none;
}
.material-note {
  display: grid;
  align-content: start;
  gap: 15px;
  padding-top: 1px;
}
.material-note small {
  font-size: 11px;
  color: #c5c8bd;
}
.material-note span {
  font-size: 13px;
  padding: 12px 0;
}
.finishing {
  border: 0;
  padding: 0;
  margin: 0 0 24px;
  min-width: 0;
}
.finishing legend {
  font-size: 11px;
  color: #c5c8bd;
  margin-bottom: 12px;
}
.finish-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.finish-option {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
  transition: border-color 0.2s;
}
.finish-option:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-dim);
}
.finish-option input {
  accent-color: var(--gold);
  margin-top: 3px;
  width: 15px;
  height: 15px;
  flex: none;
}
.finish-option b {
  font-size: 11px;
  font-weight: 400;
  display: block;
  color: #d9dece;
}
.finish-option small {
  display: block;
  font-size: 9px;
  color: #8d977e;
  line-height: 1.5;
  margin-top: 4px;
}
.fulfilment-note {
  border-top: 1px solid #313c24;
  margin-top: 15px;
  padding-top: 14px;
  font-size: 10px;
  line-height: 1.7;
  color: #9da98c;
}
.calc-total .quote-total {
  font-size: 35px;
}
.quote-form {
  border-top: 1px solid #39482c;
  margin-top: 20px;
  padding-top: 24px;
}
.quote-form h4 {
  font-size: 23px;
}
.paper-preview {
  height: 205px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -28px -28px 28px;
  background: #242b1b;
  overflow: hidden;
}
.preview-sheet {
  background: #edebdc;
  color: #22291a;
  width: 125px;
  height: 166px;
  padding: 15px;
  transform: rotate(-12deg);
  box-shadow: 12px 12px 0 #58663d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preview-sheet small {
  font-size: 7px;
}
.preview-sheet span {
  font-size: 25px;
  line-height: 1.05;
  letter-spacing: -0.06em;
}
.preview-sheet b {
  font-size: 9px;
  font-weight: 400;
}
.tag-preview {
  background: #bcac88;
}
.tag-preview .preview-sheet {
  height: 165px;
  width: 106px;
  background: #22291b;
  color: #efcf80;
  box-shadow: 12px 12px 0 #e9e4d3;
  position: relative;
}
.tag-preview .preview-sheet::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 50%;
  background: #c4b694;
}
.tag-preview .preview-sheet span {
  font-size: 22px;
}
.tag-preview .preview-sheet small {
  margin-top: 12px;
}
.calc-total > .field {
  margin-top: 20px;
}
.print-order .cards-uploads {
  grid-template-columns: 1fr 1fr;
}
.cart-item-price,
.cart-totals-sum strong {
  font-weight: 400;
  text-shadow: none;
}
.cart-totals-sum strong {
  font-size: 29px;
}
.cart-empty {
  background: #11160c;
  border: 1px solid #303e22;
}
.work-card {
  border-color: #333c28;
  background: #11160b;
  box-shadow: none;
}
.admin-stat b {
  font-weight: 400;
}
.section:has(#authScreen),
.section:has(#cabScreen) {
  padding-top: 60px;
}
.alert {
  font-size: 12px;
  overflow-wrap: anywhere;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -70px;
  z-index: 10000;
  background: var(--gold);
  color: #111;
  padding: 12px 18px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 15px;
}
.studio-process {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 100px;
  padding: 75px 0;
  border-top: 1px solid #2b3022;
  border-bottom: 1px solid #2b3022;
  margin-bottom: 30px;
}
.studio-process h2 {
  margin: 0;
  font-size: clamp(38px, 4.2vw, 62px);
}
.studio-process p {
  max-width: 395px;
  font-size: 15px;
  line-height: 1.8;
}
.studio-process .btn {
  margin-top: 10px;
}
.process-label {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 22px;
}
section[id] {
  scroll-margin-top: 115px;
}
@media (min-width: 1251px) {
  .burger {
    display: none;
  }
  .nav {
    display: flex !important;
    position: static !important;
    inset: auto !important;
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    width: auto !important;
    background: transparent !important;
  }
  .nav a {
    display: inline-flex !important;
  }
  .nav a[hidden] {
    display: none !important;
  }
}
@media (max-width: 1250px) and (min-width: 1251px) {
  .header-inner {
    padding-inline: 26px;
    gap: 16px;
  }
  .nav {
    gap: 14px;
  }
  .nav a {
    font-size: 11px;
  }
  .hu-btn {
    padding-inline: 12px;
  }
  .logo-sub {
    display: none;
  }
  .logo-text {
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  .header-inner {
    min-height: 76px;
    padding: 16px 28px;
    gap: 16px;
  }
  .burger {
    display: block;
    order: 3;
    width: 38px;
    height: 38px;
    padding: 0;
    border-color: var(--gold-line);
    border-radius: 50%;
    font-size: 16px;
    margin-left: 0;
  }
  .header-user {
    margin-left: auto;
  }
  .nav {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    background: #080909;
    border: 0;
    border-bottom: 1px solid var(--gold-line);
    box-shadow: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: max-height .48s cubic-bezier(.2,.8,.2,1), opacity .28s ease, transform .42s cubic-bezier(.2,.8,.2,1), padding .42s ease, visibility 0s linear .45s;
  }
  .nav.open {
    display: flex;
    max-height: calc(100dvh - 76px);
    padding: 24px 30px;
    overflow: auto;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .burger { transition: color .25s,border-color .25s,transform .35s cubic-bezier(.2,.8,.2,1); }
  .burger[aria-expanded="true"] { color: var(--gold); border-color: var(--gold); transform: rotate(90deg); }
  .nav a {
    display: flex !important;
    padding: 13px;
    font-size: 15px;
  }
  .nav a[hidden] {
    display: none !important;
  }
  .nav a::after {
    display: none;
  }
  .nav a.nav-designer {
    font-size: 13px;
  }
  .studio-hero h1 {
    font-size: 72px;
  }
  .studio-art {
    height: 480px;
  }
  .studio-hero-grid {
    min-height: 480px;
  }
  .container {
    padding-inline: 32px;
  }
  .hero-grid {
    gap: 35px;
  }
  .pg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-head {
    column-gap: 50px;
  }
  .calc-grid {
    grid-template-columns: minmax(0, 1.3fr) minmax(295px, 1fr);
    gap: 20px;
  }
  .calc-total {
    top: 95px;
  }
  .print-order .cards-uploads {
    grid-template-columns: 1fr;
  }
  .finish-options {
    grid-template-columns: 1fr;
  }
  .hu-card {
    max-width: 190px;
  }
  .studio-process {
    gap: 45px;
  }
}
@media (max-width: 800px) {
  .section {
    padding: 68px 0;
  }
  .section-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section-head p {
    justify-self: start;
    max-width: 540px;
    font-size: 14px;
  }
  .section-head .eyebrow {
    margin-bottom: 9px;
  }
  .studio-hero {
    padding-top: 48px;
  }
  .studio-hero-grid {
    grid-template-columns: 1fr;
    position: relative;
  }
  .studio-hero-copy {
    padding: 0;
  }
  .studio-hero h1 {
    font-size: clamp(59px, 11.5vw, 85px);
    max-width: 560px;
  }
  .studio-hero .lead {
    max-width: 420px;
  }
  .studio-art {
    height: 380px;
    margin-top: -22px;
    width: 100%;
    max-width: 540px;
    justify-self: center;
    pointer-events: none;
  }
  .studio-art canvas {
    width: 100%;
    left: 0;
  }
  .art-caption {
    bottom: 10px;
    right: 0;
  }
  .art-coordinate {
    top: 40px;
    right: 0;
  }
  .studio-hero-footer {
    margin-top: 32px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-stat {
    flex: 1 1 25%;
  }
  .hero-scroll {
    display: none;
  }
  .studio-hero-footer .hero-stat {
    gap: 10px;
  }
  .hero-stat strong {
    font-size: 21px;
  }
  .hero-stat span {
    font-size: 9px;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-media {
    height: 230px;
  }
  .service-body h3 {
    font-size: 22px;
  }
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }
  .hero-grid,
  .about-grid,
  .contacts-grid,
  .calc-grid,
  .studio-process {
    grid-template-columns: 1fr;
  }
  .hero-art {
    max-width: none;
    width: 100%;
    height: 300px;
  }
  .hero:not(.studio-hero) h1 {
    font-size: 55px;
  }
  .hero:not(.studio-hero) .hero-art {
    display: none;
  }
  .calc-total {
    position: static;
    max-width: none;
    transform: none;
  }
  .calc-pro {
    gap: 24px;
  }
  .finish-options {
    grid-template-columns: 1fr 1fr;
  }
  .print-order .cards-uploads {
    grid-template-columns: 1fr 1fr;
  }
  .paper-preview {
    height: 180px;
  }
  .preview-sheet {
    height: 145px;
    width: 106px;
  }
  .preview-sheet span {
    font-size: 22px;
  }
  .calc-total .sum {
    font-size: 46px;
  }
  .studio-process {
    gap: 28px;
  }
  .pg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .pg-card > img,
  .pg-tags-art {
    height: 150px;
  }
  .pg-body p {
    display: none;
  }
  .pg-body h3 {
    font-size: 20px;
  }
  .footer-grid {
    gap: 35px;
  }
  .header-user .hu-btn-gold {
    display: none;
  }
  .hero-stat:last-of-type {
    display: none;
  }
}
@media (max-width: 520px) {
  .container {
    padding-inline: 22px;
  }
  .header-inner {
    padding: 14px 20px;
    gap: 12px;
    min-height: 70px;
  }
  .logo img {
    width: 29px;
    height: 29px;
  }
  .logo {
    gap: 7px;
  }
  .logo-text {
    font-size: 13px;
  }
  .logo-sub {
    font-size: 5px;
  }
  .header-user .hu-btn {
    min-height: 34px;
    font-size: 11px;
    padding-inline: 14px;
  }
  .hu-card {
    max-width: 120px;
  }
  .hu-ava {
    width: 28px;
    height: 28px;
  }
  .hu-phone,
  .is-auth #huLogout {
    display: none;
  }
  .hu-name {
    font-size: 10px;
  }
  .studio-hero h1 {
    font-size: 58px;
    letter-spacing: -0.065em;
  }
  .studio-hero .eyebrow {
    font-size: 8px;
    margin-bottom: 25px;
  }
  .studio-hero .lead {
    font-size: 14px;
    max-width: 315px;
  }
  .studio-hero .hero-actions {
    gap: 18px;
    margin-top: 25px;
  }
  .studio-hero .btn {
    padding-inline: 21px;
    font-size: 11px;
  }
  .hero-text-link {
    font-size: 10px;
  }
  .studio-art {
    height: 320px;
    margin-top: 0;
  }
  .studio-hero-footer {
    gap: 16px;
    padding: 22px 0;
  }
  .studio-hero-footer .hero-stat {
    flex: 1;
    display: block;
  }
  .hero-stat strong {
    font-size: 23px;
    display: block;
    margin-bottom: 5px;
  }
  .hero-stat span {
    font-size: 9px;
    display: block;
    max-width: none;
  }
  .hero-stat:last-of-type {
    display: none;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .service-media {
    height: 250px;
  }
  .service-body h3 {
    font-size: 28px;
  }
  .service-body p {
    font-size: 13px;
  }
  .features-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .feature h3 {
    font-size: 19px;
  }
  .feature p {
    font-size: 11px;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .section-head h2 {
    font-size: 39px;
  }
  .feature::before {
    margin-bottom: 20px;
  }
  .pg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 15px;
  }
  .pg-card > img,
  .pg-tags-art {
    height: 145px;
  }
  .pg-body h3 {
    font-size: 20px;
  }
  .pg-price {
    font-size: 9px;
  }
  .pg-body {
    padding: 12px 0;
  }
  .hero:not(.studio-hero) h1 {
    font-size: 44px;
  }
  .hero-badges div {
    flex: initial;
  }
  .hero .hero-actions .btn {
    padding-inline: 20px;
    font-size: 12px;
  }
  .tabs {
    gap: 7px;
  }
  .tab {
    padding: 10px 15px;
    font-size: 11px;
  }
  .form-card,
  .calc-total {
    padding: 23px;
  }
  .calc-head h3 {
    font-size: 27px;
  }
  .finish-options {
    grid-template-columns: 1fr;
  }
  .calc-row {
    gap: 12px;
  }
  .print-order .cards-uploads {
    grid-template-columns: 1fr;
  }
  .calc-total .sum {
    font-size: 43px;
  }
  .paper-preview {
    margin: -23px -23px 24px;
  }
  .input,
  .select,
  .calc-form .select {
    font-size: 12px;
  }
  .field label {
    font-size: 10px;
  }
  .cart-layout {
    gap: 20px;
  }
  .cart-item {
    padding: 18px;
  }
  .cart-item-body h4 {
    font-size: 18px;
  }
  .cart-checkout {
    padding: 23px;
  }
  .footer {
    padding-top: 46px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-grid > div:first-child {
    grid-column: 1/-1;
  }
  .float-call {
    right: 12px;
    bottom: 12px;
    padding: 7px;
  }
  .float-call .social-ico {
    width: 28px;
    height: 28px;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .studio-process {
    padding: 45px 0;
  }
  .product-shortcuts {
    gap: 26px;
  }
  .product-shortcuts a {
    font-size: 11px;
    gap: 10px;
  }
}
.service-card,
.service-body,
.section-head > *,
.studio-process > *,
.pg-card,
.form-card,
.calc-row > *,
.calc-total,
.about-grid > *,
.contacts-grid > * {
  min-width: 0;
}
.cabinet-user > div { min-width: 0; }
.cabinet-user h1 { font-size: clamp(32px, 4.4vw, 60px); overflow-wrap: anywhere; }
.cabinet-user p { overflow-wrap: anywhere; }
.cab-cta .btn { white-space: normal; padding-block: 15px; }
.delivery-option.is-active { box-shadow: none; }
.service-media img {
  width: 100%;
  min-width: 0;
}
.service-body h3 {
  overflow-wrap: anywhere;
}
.tabs {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #2a2f22;
  width: 100%;
  margin-inline: 0;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
