/* Świat Urody production styles — approved design system. */
:root {
  --ivory: #f8f2e9;
  --paper: #fffaf4;
  --ink: #311a1c;
  --oxblood: #6d2630;
  --wine: #48181e;
  --blush: #e8b8ae;
  --rose: #c87870;
  --rule: #d7c6bb;
  --rule-dark: #a9837b;
  --shell: 74rem;
  --radius: 0.25rem;
  --sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}
a { color: inherit; }
a:focus-visible, summary:focus-visible {
  outline: 3px solid #075b83;
  outline-offset: 3px;
}
.skip-link {
  position: fixed;
  z-index: 10;
  top: .5rem;
  left: .5rem;
  padding: .65rem .8rem;
  background: var(--wine);
  color: #fff;
  transform: translateY(-180%);
}
.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: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.section { padding-block: 3rem; }

.site-header {
  position: sticky;
  z-index: 5;
  top: 0;
  border-bottom: 1px solid var(--rule);
  background: color-mix(in srgb, var(--ivory) 95%, transparent);
  backdrop-filter: blur(14px);
}
.header-main { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: .75rem; }
.logo-link { display: inline-flex; min-width: 0; align-items: center; }
.logo-link img { display: block; width: auto; max-width: 9.5rem; height: auto; max-height: 3.35rem; object-fit: contain; }
.header-actions { display: flex; align-items: center; gap: .25rem; }
.call-action, .button {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: .875rem;
  font-weight: 750;
  letter-spacing: .01em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}
.call-action { padding-inline: .8rem; background: var(--wine); color: #fff; }
.call-action:hover, .button-primary:hover { background: var(--oxblood); }
.mobile-menu { position: relative; }
.mobile-menu summary {
  display: flex;
  min-height: 2.75rem;
  align-items: center;
  gap: .35rem;
  padding-inline: .45rem;
  cursor: pointer;
  font-size: .78rem;
  font-weight: 750;
  list-style: none;
}
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu[open] summary span { transform: rotate(45deg); }
.mobile-menu nav {
  position: absolute;
  top: calc(100% + .35rem);
  right: 0;
  width: min(13.5rem, calc(100vw - 2rem));
  padding: .35rem;
  border: 1px solid var(--rule-dark);
  background: var(--paper);
  box-shadow: 0 1rem 2.2rem #311a1c22;
}
.mobile-menu nav a { display: block; min-height: 2.75rem; padding: .7rem .8rem; font-size: .88rem; font-weight: 700; text-decoration: none; }
.mobile-menu nav a:hover { background: var(--blush); }
.desktop-nav { display: none; }

.eyebrow { margin: 0 0 1rem; color: var(--oxblood); font-size: .7rem; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
h1, h2, p { overflow-wrap: break-word; }
h1, h2 { margin: 0; font-weight: 700; letter-spacing: -.05em; line-height: 1.03; }
h1 { max-width: 11ch; font-size: clamp(2.55rem, 8.5vw, 5.8rem); }
h2 { max-width: 18ch; font-size: clamp(2rem, 5vw, 3.6rem); }
.hero { display: grid; gap: 2rem; padding-top: 3.25rem; padding-bottom: 2.25rem; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
.hero-promise { max-width: 35rem; margin: 1.5rem 0 2rem; color: #65484a; font-size: clamp(1.05rem, 2.5vw, 1.3rem); }
.hero-actions { display: grid; width: 100%; gap: .75rem; }
.button { padding: .8rem 1rem; }
.button-primary { background: var(--wine); color: #fff; }
.button-secondary { border-color: var(--rule-dark); background: transparent; color: var(--ink); }
.button-secondary:hover { border-color: var(--wine); background: var(--paper); }
.hero-image { min-height: 18rem; margin: 0; overflow: hidden; border: 1px solid var(--rule); border-radius: var(--radius); background: var(--blush); }
.hero-image img { display: block; width: 100%; height: 100%; min-height: 18rem; object-fit: cover; object-position: center; }

.facts-band { display: none; border-block: 1px solid var(--rule); background: var(--paper); }
.facts-grid { display: grid; }
.fact { display: block; min-height: 7.25rem; padding: 1.25rem 0; text-decoration: none; }
.fact + .fact { border-top: 1px solid var(--rule); }
.fact:hover { color: var(--oxblood); }
.fact-label { display: block; margin-bottom: .55rem; color: #765b5c; font-size: .7rem; font-weight: 750; letter-spacing: .09em; line-height: 1.2; text-transform: uppercase; }
.fact strong, .contact-panel strong { display: block; font-size: .98rem; line-height: 1.4; }
.closed { display: inline-block; margin-top: .25rem; color: var(--oxblood); font-weight: 700; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; }
.section-heading .eyebrow { margin-bottom: .8rem; }
.services-summary-row { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; margin: -1rem 0 2rem; }
.section-summary { flex: 1 1 28rem; max-width: 46rem; margin: 0; color: #65484a; }
.text-link { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .45rem; border-bottom: 1px solid var(--oxblood); color: var(--oxblood); font-size: .88rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.text-link:hover { border-color: var(--wine); color: var(--wine); }
.services { padding-top: 2.25rem; padding-bottom: 2rem; }
.services .section-heading { flex-wrap: wrap; }
.service-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule-dark); }
.service-list a { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr) 1rem; gap: .5rem; align-items: center; min-height: 4.5rem; border-bottom: 1px solid var(--rule); font-size: clamp(1rem, 2.5vw, 1.25rem); font-weight: 650; line-height: 1.25; text-decoration: none; }
.service-list a:hover { padding-inline: .7rem; background: #f2dfd8; }
.service-no, .section-index { color: var(--oxblood); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }
.service-arrow { color: var(--wine); font-size: 1.15rem; text-align: right; }

.face-bridge { display: grid; gap: 1.75rem; padding-top: 2rem; border-top: 1px solid var(--rule); }
.face-image { position: relative; min-height: 16rem; margin: 0; overflow: hidden; background: var(--blush); }
.face-image img { display: block; width: 100%; min-height: 16rem; height: 100%; object-fit: cover; object-position: center; }
.face-copy p:not(.eyebrow), .price-bridge p:not(.eyebrow) { max-width: 38rem; margin: 1.25rem 0 1.75rem; color: #65484a; }

.price-bridge { position: relative; overflow: hidden; padding-block: 3rem; background: var(--wine); color: var(--paper); }
.price-bridge-inner { position: relative; display: flex; min-height: 14rem; align-items: center; isolation: isolate; }
.price-bridge-copy { position: relative; z-index: 1; max-width: 34rem; }
.price-bridge .eyebrow { color: #f4c8bf; }
.price-bridge h2 { color: var(--paper); }
.price-bridge-copy > p:not(.eyebrow) { max-width: 34rem; margin: 1.25rem 0 1.75rem; color: #f3dcd4; }
.price-bridge .button { margin-top: .5rem; border-radius: 999px; background: var(--paper); color: var(--wine); }
.price-bridge .button:hover { background: var(--blush); }
.price-orbit { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.price-outline, .price-solid { position: absolute; display: block; border-radius: 50%; }
.price-outline { width: 14rem; aspect-ratio: 1; top: -7rem; right: -8rem; border: 1px solid #f3dcd499; }
.price-solid { width: 5rem; aspect-ratio: 1; top: 1rem; right: -1rem; background: var(--blush); }

.contact-section { border-top: 1px solid var(--rule); }
.contact-grid { display: grid; border-top: 1px solid var(--rule-dark); }
.contact-panel { display: flex; flex-direction: column; align-items: flex-start; gap: .9rem; padding: 1.75rem 0; font-style: normal; }
.contact-panel + .contact-panel { border-top: 1px solid var(--rule); }
.contact-panel .fact-label { margin-bottom: 0; }
.large-contact { color: var(--ink); font-size: clamp(1.35rem, 5vw, 2rem); font-weight: 730; letter-spacing: -.04em; text-decoration: none; }
.contact-panel strong { font-size: 1.1rem; }
.contact-panel .text-link { margin-top: .35rem; }
.contact-panel .closed { margin-top: 0; }

.final-call { padding-block: 3rem; background: var(--wine); color: #fff; }
.final-call-inner { display: grid; gap: 2rem; }
.final-call .eyebrow { color: #f4c8bf; }
.final-call h2 { max-width: 14ch; }
.final-call p:not(.eyebrow) { max-width: 30rem; margin: 1rem 0 0; color: #f3dcd4; }
.button-light { align-self: start; padding-inline: 1.25rem; background: var(--paper); color: var(--wine); }
.button-light:hover { background: var(--blush); }
.site-footer { padding-block: 2.25rem; background: var(--ink); color: #eaded7; }
.footer-grid { display: grid; gap: 2rem; }
.footer-about { max-width: 45rem; }
.footer-brand { display: inline-flex; flex-direction: column; gap: .2rem; color: #fff; font-size: 1rem; font-weight: 750; text-decoration: none; }
.footer-brand span { color: #ddc4bb; font-size: .76rem; font-weight: 500; }
.footer-about > p { max-width: 62ch; margin: 1rem 0; color: #ddc4bb; font-size: .85rem; line-height: 1.65; }
.footer-rental { display: inline-flex; min-height: 2.75rem; align-items: center; gap: .35rem; color: #fff; font-size: .82rem; font-weight: 750; text-underline-offset: .2em; }
.site-footer nav { display: flex; flex-wrap: wrap; align-content: flex-start; gap: .65rem 1.1rem; }
.site-footer nav a, .copyright { color: #ddc4bb; font-size: .78rem; text-decoration: none; }
.site-footer nav a:hover { color: #fff; }
.copyright { margin: 0; }

@media (min-width: 48rem) {
  .shell { width: min(calc(100% - 4rem), var(--shell)); }
  .section { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
  .price-bridge { padding-block: 4rem; }
  .header-main { min-height: 5.5rem; }
  .logo-link img { max-width: 12rem; max-height: 4.2rem; }
  .header-actions { order: 3; }
  .mobile-menu { display: none; }
  .desktop-nav { display: flex; gap: 1.45rem; margin-left: auto; }
  .desktop-nav a { display: flex; min-height: 3rem; align-items: center; color: #65484a; font-size: .82rem; font-weight: 700; text-decoration: none; }
  .desktop-nav a:hover { color: var(--oxblood); }
  .hero { grid-template-columns: minmax(0, 1.05fr) minmax(18rem, .95fr); align-items: center; gap: 4rem; }
  .hero-actions { display: flex; width: auto; flex-wrap: wrap; }
  .button { min-height: 3rem; padding-inline: 1.2rem; }
  .hero-image, .hero-image img { min-height: 27rem; }
  .facts-band { display: block; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .fact { min-height: 8.5rem; padding: 1.5rem 1.25rem; }
  .fact + .fact { border-top: 0; border-left: 1px solid var(--rule); }
  .section-heading { margin-bottom: 3.25rem; }
  .service-list { display: grid; grid-template-columns: repeat(2, 1fr); }
  .service-list li:nth-child(odd) a { border-right: 1px solid var(--rule); }
  .face-bridge { grid-template-columns: minmax(12rem, .85fr) minmax(0, 1.15fr); align-items: center; gap: 4rem; }
  .face-image, .face-image img { min-height: 24rem; }
  .price-bridge-inner { min-height: 18rem; }
  .price-orbit { overflow: hidden; }
  .price-outline { width: 30rem; top: -6rem; right: -16rem; }
  .price-solid { width: 11rem; top: 3.5rem; right: 2rem; }
  .contact-grid { grid-template-columns: repeat(3, 1fr); }
  .contact-panel { min-height: 15rem; gap: 0; padding: 1.7rem 1.5rem; }
  .contact-panel .fact-label { margin-bottom: .55rem; }
  .large-contact, .contact-panel strong { margin-bottom: auto; }
  .contact-panel .text-link { margin-top: 0; }
  .contact-panel .closed { margin-top: .35rem; }
  .contact-panel + .contact-panel { border-top: 0; border-left: 1px solid var(--rule); }
  .final-call-inner { grid-template-columns: 1fr auto; align-items: end; }
  .footer-grid { grid-template-columns: minmax(0, 1.6fr) minmax(12rem, .8fr) auto; align-items: start; }
}

@media (min-width: 80rem) {
  .hero { min-height: 38rem; gap: 6rem; }
  .hero-image, .hero-image img { min-height: 34rem; }
  .service-list a { min-height: 5.4rem; padding-inline: .2rem; }
  .face-bridge { gap: 7rem; }
  .face-image, .face-image img { min-height: 29rem; }
  .price-bridge-inner { min-height: 18rem; }
  .price-outline { width: 34rem; top: -8rem; right: -17rem; }
  .price-solid { width: 12rem; top: 3rem; right: 3rem; }
  .contact-panel { min-height: 16.5rem; padding: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Shared production views */
h3 { margin: 0; color: var(--ink); font-size: clamp(1.25rem, 3vw, 1.7rem); line-height: 1.2; }
.desktop-nav details { position: relative; }
.desktop-nav summary { display: flex; min-height: 3rem; align-items: center; color: #65484a; cursor: pointer; font-size: .82rem; font-weight: 700; list-style: none; }
.desktop-nav summary::-webkit-details-marker { display: none; }
.desktop-nav summary::after { margin-left: .35rem; content: "+"; color: var(--oxblood); }
.desktop-nav details[open] summary::after { content: "−"; }
.services-popover { position: absolute; z-index: 7; top: calc(100% + .35rem); left: 0; width: 21rem; padding: .55rem; border: 1px solid var(--rule-dark); background: var(--paper); box-shadow: 0 1rem 2.2rem #311a1c22; }
.desktop-nav .services-popover a { min-height: 2.45rem; padding: .5rem .65rem; }
.desktop-nav .services-popover a:hover { background: #f2dfd8; }
.mobile-menu nav { max-height: calc(100vh - 6rem); overflow-y: auto; }
.mobile-menu nav .mobile-service { min-height: 2.35rem; padding-block: .5rem; padding-left: 1.35rem; color: #65484a; font-size: .78rem; }

.breadcrumbs { margin-bottom: 2rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .35rem .6rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { color: #765b5c; font-size: .75rem; font-weight: 650; }
.breadcrumbs li + li::before { margin-right: .6rem; content: "/"; color: var(--rule-dark); }
.breadcrumbs a { text-underline-offset: .18em; }
.interior-hero { padding-top: 2.5rem; padding-bottom: 3rem; }
.interior-hero-grid { display: grid; gap: 2rem; }
.service-hero-grid, .compact-hero { max-width: 52rem; }
.interior-hero h1 { max-width: 13ch; font-size: clamp(2.45rem, 8vw, 5rem); }
.interior-lead { max-width: 42rem; margin: 1.4rem 0 1.8rem; color: #65484a; font-size: clamp(1.05rem, 2.5vw, 1.3rem); }
.interior-mark { display: none; }
.article-grid { display: grid; gap: 2.5rem; }
.prose { max-width: 44rem; }
.prose > :first-child { margin-top: 0; }
.prose h2 { max-width: 22ch; margin: 2.75rem 0 1rem; font-size: clamp(1.75rem, 4.5vw, 2.65rem); }
.prose h3 { margin: 2rem 0 .75rem; }
.prose p, .prose li { color: #543b3d; }
.prose ul, .prose ol { padding-left: 1.25rem; }
.prose li + li { margin-top: .55rem; }
.prose a { color: var(--oxblood); font-weight: 700; text-underline-offset: .2em; }
.practical-card { align-self: start; min-width: 0; padding: 1.5rem; border: 1px solid var(--rule-dark); background: var(--paper); }
.practical-card strong, .practical-card span { display: block; }
.practical-card strong { margin-bottom: .45rem; font-size: 1.3rem; }
.practical-card span { color: #65484a; }
.practical-card .text-link { max-width: 100%; margin-top: 1.25rem; white-space: normal; }

.prices-section { background: var(--paper); }
.price-excerpt + .price-excerpt { margin-top: 2.75rem; }
.price-excerpt h3 { padding-bottom: 1rem; border-bottom: 1px solid var(--rule-dark); }
.price-list { border-bottom: 1px solid var(--rule); }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; align-items: center; padding: 1rem 0; border-top: 1px solid var(--rule); }
.price-excerpt h3 + .price-list .price-row:first-child { border-top: 0; }
.price-name { min-width: 0; color: #543b3d; overflow-wrap: anywhere; }
.price-row strong { color: var(--wine); white-space: nowrap; }
.price-list-variants .price-row { grid-template-columns: minmax(0, 1fr) repeat(2, minmax(4rem, auto)); }
.variant-price { text-align: right; }
.variant-price small, .variant-price strong { display: block; }
.variant-price small { margin-bottom: .2rem; color: #765b5c; font-size: .65rem; font-weight: 750; text-transform: uppercase; }
.price-note { max-width: 48rem; margin: 2rem 0 0; color: #765b5c; font-size: .88rem; }

.faq-section { padding-bottom: 2rem; }
.related-section { padding-top: 2rem; }
.faq-section h2 { margin-bottom: 2rem; }
.faq-list { border-top: 1px solid var(--rule-dark); }
.faq-list details { border-bottom: 1px solid var(--rule); }
.faq-list summary { position: relative; padding: 1.25rem 2.5rem 1.25rem 0; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.1rem; right: .25rem; content: "+"; color: var(--oxblood); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 48rem; margin: -.25rem 0 1.25rem; color: #65484a; }
.compact-service-list { max-width: 58rem; }

.hub-intro { max-width: 52rem; }
.service-catalog { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--rule-dark); }
.service-catalog li { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: stretch; border-bottom: 1px solid var(--rule); }
.service-catalog .catalog-main { display: grid; grid-template-columns: 2rem minmax(0, 1fr) 1rem; gap: .75rem; padding: 1.25rem .5rem 1.25rem 0; text-decoration: none; }
.service-catalog .catalog-main:hover { background: #f2dfd8; }
.catalog-price-link { display: flex; min-width: 4.25rem; align-items: center; justify-content: center; gap: .25rem; padding-inline: .6rem; border-left: 1px solid var(--rule); color: var(--oxblood); font-size: .75rem; font-weight: 800; text-decoration: none; }
.catalog-price-link:hover { background: var(--blush); }
.service-catalog strong, .service-catalog span { display: block; }
.service-catalog strong { margin-bottom: .35rem; font-size: clamp(1.05rem, 3vw, 1.3rem); }
.service-catalog .catalog-copy { color: #65484a; font-size: .9rem; }
.supporting-services { background: var(--paper); }
.supporting-services .section-heading { flex-wrap: wrap; }

.decision-grid { display: grid; gap: 1rem; }
.decision-card { padding: 1.5rem; border: 1px solid var(--rule); background: var(--paper); }
.decision-card h3 { margin-bottom: .75rem; }
.decision-card p { color: #65484a; }
.decision-card .text-link { margin-top: .5rem; }

.price-navigation { padding-bottom: .75rem; }
.price-navigation-label { margin: 0 0 .7rem; color: var(--oxblood); font-size: .68rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.price-featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
.price-featured-link { display: flex; min-height: 5rem; align-items: center; justify-content: space-between; gap: .75rem; padding: 1rem; border: 1px solid var(--wine); background: var(--wine); color: #fff; font-size: clamp(.9rem, 2.8vw, 1.1rem); font-weight: 760; line-height: 1.25; text-decoration: none; }
.price-featured-link:hover { border-color: var(--oxblood); background: var(--oxblood); }
.price-featured-link span:last-child { flex: 0 0 auto; color: var(--blush); font-size: 1.1rem; }
.price-secondary { margin-top: 1.6rem; }
.price-index { display: flex; flex-wrap: wrap; gap: .55rem; }
.price-index a { flex: 0 1 auto; max-width: 100%; padding: .55rem .75rem; border: 1px solid var(--rule-dark); color: var(--oxblood); font-size: .75rem; font-weight: 750; overflow-wrap: anywhere; text-decoration: none; }
.price-index a:hover { background: var(--paper); }
.cennik-section { scroll-margin-top: 6rem; }
.cennik-section + .cennik-section { margin-top: 3.5rem; }
.cennik-heading { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 1rem; padding-bottom: 1rem; border-bottom: 1px solid var(--rule-dark); }
.cennik-heading a { flex: 0 0 auto; }
.cennik-section .price-row:first-child { border-top: 0; }
.cennik-variants { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; }
.cennik-variants .price-list { min-width: 31rem; }
.cennik-note { margin-top: 2rem; padding: 1.25rem; border-left: 3px solid var(--blush); background: var(--paper); color: #65484a; }

.legal-copy { max-width: 48rem; }
.legal-copy h2 { margin: 2.5rem 0 .9rem; font-size: clamp(1.6rem, 4vw, 2.4rem); }
.legal-copy p, .legal-copy li { color: #543b3d; }
.not-found { min-height: 65vh; display: grid; align-items: center; }
.not-found-code { margin: 0 0 .75rem; color: var(--blush); font-size: clamp(5rem, 24vw, 12rem); font-weight: 800; letter-spacing: -.08em; line-height: .8; }
.not-found h1 { max-width: 13ch; }

@media (max-width: 30rem) {
  .cennik-variants .price-list { min-width: 0; }
  .price-list-variants .price-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-list-variants .price-name { grid-column: 1 / -1; }
  .variant-price { text-align: left; }
}

@media (min-width: 48rem) {
  .interior-hero { padding-block: 4rem 5rem; }
  .interior-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(15rem, .55fr); align-items: center; gap: 5rem; }
  .service-hero-grid { display: block; max-width: 52rem; }
  .faq-section { padding-bottom: 3.5rem; }
  .related-section { padding-top: 3.5rem; }
  .interior-mark { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--rule-dark); border-radius: 50%; color: var(--rose); }
  .interior-mark span { font-size: clamp(3rem, 8vw, 7rem); font-weight: 760; letter-spacing: -.08em; }
  .article-grid { grid-template-columns: minmax(0, 1fr) minmax(14rem, 19rem); gap: 5rem; }
  .practical-card { position: sticky; top: 7rem; }
  .decision-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .service-catalog .catalog-main { grid-template-columns: 2.5rem minmax(0, 1fr) 1.5rem; padding: 1.5rem 1rem; }
  .catalog-price-link { min-width: 5.5rem; }
  .price-featured-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .75rem; }
}

/* Accessibility and narrow-grid corrections */
.prose .button-primary { color: #fff; text-decoration: none; }
.interior-mark { color: #b45f59; }
.not-found-code { color: var(--oxblood); }
