/*
Theme Name: Stylowa Fura Detailing PHP 2026
Theme URI: https://stylowafuradetailing.pl/
Author: Szumi Dev
Description: Szybki, responsywny motyw WordPress dla studia auto detailingu Stylowa Fura.
Version: 1.4.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: stylowa-fura
*/

:root {
  --ink: #070b12;
  --panel: #0d1420;
  --panel-2: #121a28;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f8fb;
  --muted: #aeb8c8;
  --gold: #e7c765;
  --blue: #1c73ff;
  --red: #ff3333;
  --orange: #f57a22;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 6%, rgba(231, 199, 101, 0.12), transparent 26rem),
    linear-gradient(145deg, #060a11 0%, #09101b 48%, #06080d 100%);
}

.container {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 11, 18, 0.88);
  backdrop-filter: blur(16px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
}

.brand-logo {
  width: clamp(168px, 14vw, 230px);
  height: 72px;
  object-fit: contain;
  object-position: left center;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(231, 199, 101, 0.42);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0;
}

.brand-name {
  display: block;
  color: var(--white);
  font-size: clamp(1.15rem, 1vw + 1rem, 1.65rem);
  font-weight: 900;
  line-height: 1;
}

.brand-subtitle {
  display: block;
  margin-top: 6px;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: var(--white);
  font-weight: 800;
}

.nav-links a {
  position: relative;
}

.nav-links a:not(.button)::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--gold);
  content: "";
  opacity: 0;
  transform: scaleX(0.5);
  transition: opacity 180ms ease, transform 180ms ease;
}

.nav-links a:not(.button):hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--gold);
  color: #05070b;
  font-weight: 900;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(231, 199, 101, 0.26);
}

.button.button-ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.button.button-ghost:hover {
  box-shadow: none;
  border-color: rgba(231, 199, 101, 0.54);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  content: "";
}

.hero {
  position: relative;
  padding: clamp(56px, 8vw, 112px) 0 74px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 38px;
  height: 2px;
  background: currentColor;
  content: "";
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(2.75rem, 6vw, 5.9rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.2vw, 1.26rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 690px;
}

.proof-item {
  min-height: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.proof-item strong {
  display: block;
  color: var(--white);
  font-size: 1.45rem;
  line-height: 1.1;
}

.proof-item span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.88rem;
}

.hero-visual {
  position: relative;
}

.hero-visual::before {
  position: absolute;
  inset: 10% -16% auto auto;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(231, 199, 101, 0.22);
  border-radius: 50%;
  content: "";
}

.hero-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 199, 101, 0.28);
  border-radius: var(--radius);
  background: #030509;
  box-shadow: var(--shadow);
}

.hero-card img {
  width: 100%;
  aspect-ratio: auto;
  max-height: min(72vh, 760px);
  object-fit: cover;
}

.hero-card .hero-package-image {
  object-fit: contain;
  background: #030509;
}

.hero-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(231, 199, 101, 0.28);
  border-radius: var(--radius);
  background: #030509;
  box-shadow: var(--shadow);
}

.hero-slides {
  position: relative;
  width: 100%;
  aspect-ratio: 941 / 1673;
  max-height: min(72vh, 760px);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 520ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide::after {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(3, 5, 9, 0.9));
  content: "";
  pointer-events: none;
}

.hero-slide .hero-package-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #030509;
}

.hero-slider .hero-card-caption {
  z-index: 2;
  border-color: color-mix(in srgb, var(--slide-accent, var(--gold)) 44%, rgba(255, 255, 255, 0.16));
}

.hero-slider-dots {
  position: absolute;
  z-index: 3;
  top: 18px;
  right: 18px;
  display: flex;
  gap: 9px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.hero-dot.is-active {
  width: 24px;
  border-color: var(--gold);
  background: var(--gold);
}

.hero-card-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(3, 5, 9, 0.76);
  backdrop-filter: blur(12px);
}

.hero-card-caption span {
  color: var(--muted);
  font-size: 0.82rem;
}

.hero-card-caption strong {
  color: var(--white);
}

.section {
  padding: clamp(58px, 8vw, 96px) 0;
}

.page-hero {
  padding: clamp(58px, 8vw, 112px) 0 clamp(44px, 7vw, 82px);
  background:
    radial-gradient(circle at 74% 18%, rgba(231, 199, 101, 0.12), transparent 26rem),
    linear-gradient(145deg, #060a11 0%, #0b1320 58%, #06080d 100%);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.36fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: end;
}

.page-hero h1 {
  max-width: 920px;
}

.page-stat-panel {
  padding: 28px;
  border: 1px solid rgba(231, 199, 101, 0.3);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: var(--shadow);
}

.page-stat-panel strong {
  display: block;
  color: var(--white);
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.page-stat-panel span {
  display: block;
  margin-top: 12px;
  color: var(--muted);
}

.split-content {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.split-content h2 {
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  line-height: 1.03;
}

.prose {
  max-width: 820px;
  color: #243044;
  font-size: 1.08rem;
}

.prose > * + * {
  margin-top: 1.1em;
}

.prose a {
  color: #0b53c5;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose h2,
.prose h3 {
  color: #0b111b;
  line-height: 1.1;
}

.section-light {
  background: #f4f6f8;
  color: #0b111b;
}

.section-dark {
  background: #090e17;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.section-head p {
  max-width: 420px;
  margin-bottom: 0;
  color: var(--muted);
}

.section-light .section-head p,
.section-light .service-card p,
.section-light .step p {
  color: #526073;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  min-height: 250px;
  padding: 28px;
  border: 1px solid rgba(8, 17, 30, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.service-card .icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 28px;
  border-radius: var(--radius);
  background: #111827;
  color: var(--gold);
  font-weight: 900;
}

.service-card h3 {
  margin-bottom: 10px;
  font-size: 1.24rem;
}

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

.package-posters-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.package-poster {
  overflow: hidden;
  border: 1px solid var(--line);
  border-top: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #030509;
  box-shadow: var(--shadow);
}

.package-poster img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.package-card {
  position: relative;
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  flex-direction: column;
}

.package-card::before {
  height: 4px;
  background: var(--accent);
  content: "";
}

.package-media {
  position: relative;
  overflow: hidden;
  background: #030509;
}

.package-media img {
  width: 100%;
  aspect-ratio: 3 / 5.2;
  object-fit: cover;
  transition: transform 500ms ease;
}

.package-card:hover .package-media img {
  transform: scale(1.035);
}

.package-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.package-kicker {
  margin-bottom: 7px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.package-body h3 {
  margin-bottom: 8px;
  font-size: 1.35rem;
}

.price {
  margin-bottom: 16px;
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 900;
}

.package-body ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.package-body li {
  position: relative;
  padding-left: 18px;
}

.package-body li::before {
  position: absolute;
  top: 0.63em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.package-body .button {
  width: 100%;
  margin-top: auto;
  background: var(--accent);
}

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

.step {
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(8, 17, 30, 0.12);
  border-radius: var(--radius);
  background: var(--white);
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #0b111b;
  color: var(--gold);
  font-weight: 900;
}

.gallery-strip {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.9fr;
  gap: 16px;
}

.showcase-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.car-slot-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid rgba(231, 199, 101, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 199, 101, 0.12), rgba(28, 115, 255, 0.08)),
    #101825;
}

.car-slot-band h2 {
  max-width: 780px;
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(1.9rem, 3.5vw, 3.4rem);
  line-height: 1.04;
}

.car-slot-band p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
}

.realizacje-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.realizacja-card {
  display: flex;
  min-height: 300px;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 199, 101, 0.12), rgba(255, 255, 255, 0.03)),
    #101825;
  flex-direction: column;
}

.realizacja-thumb {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #030509;
}

.realizacja-thumb img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 220ms ease;
}

.realizacja-thumb:hover img {
  transform: scale(1.035);
}

.realizacja-card > span,
.realizacja-card > h2,
.realizacja-card > p,
.realizacja-card > .button {
  margin-left: 26px;
  margin-right: 26px;
}

.realizacja-card > span {
  margin-top: 26px;
}

.realizacja-card > .button {
  margin-bottom: 26px;
}

.realizacja-card-wide {
  grid-column: 1 / -1;
}

.realizacja-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.realizacja-card h2 {
  margin-top: 18px;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.realizacja-card p {
  color: var(--muted);
  display: none;
}

.realizacja-card .button {
  margin-top: auto;
}

.showcase-card {
  min-height: 280px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 199, 101, 0.14), rgba(28, 115, 255, 0.08)),
    #101825;
}

.showcase-large {
  grid-row: span 2;
  min-height: 520px;
}

.showcase-card span,
.contact-card span,
.post-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-card h2 {
  max-width: 520px;
  margin-top: 18px;
  font-size: clamp(1.6rem, 2.6vw, 2.8rem);
  line-height: 1.03;
}

.showcase-card p {
  max-width: 480px;
  color: var(--muted);
}

.faq-grid,
.contact-grid,
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-item,
.contact-card,
.post-card {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(8, 17, 30, 0.12);
  border-radius: var(--radius);
  background: var(--white);
  color: #0b111b;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
}

.faq-item h2,
.post-card h2 {
  font-size: 1.35rem;
  line-height: 1.15;
}

.faq-item p,
.post-card p {
  color: #526073;
}

.contact-card {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-direction: column;
}

.contact-card strong {
  color: #0b111b;
  font-size: clamp(1.15rem, 1.4vw, 1.45rem);
  overflow-wrap: anywhere;
}

.contact-card-primary {
  background: #0b111b;
  color: var(--white);
}

.contact-card-primary strong {
  color: var(--white);
}

.gallery-tile {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 199, 101, 0.16), transparent),
    #101825;
}

.gallery-tile:first-child {
  min-height: 360px;
}

.gallery-tile h3 {
  max-width: 420px;
  font-size: clamp(1.6rem, 2.6vw, 2.7rem);
  line-height: 1.05;
}

.gallery-tile p {
  max-width: 440px;
  color: var(--muted);
}

.cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: clamp(30px, 5vw, 48px);
  border: 1px solid rgba(231, 199, 101, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(231, 199, 101, 0.16), rgba(28, 115, 255, 0.08)),
    #0c131e;
  color: var(--white);
  box-shadow: var(--shadow);
}

.cta h2 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

.cta p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
}

.cta .eyebrow {
  color: var(--gold);
}

.footer {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  background: #05080d;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 42px;
  align-items: start;
}

.footer p {
  max-width: 420px;
  color: var(--muted);
}

.footer h2,
.footer h3 {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-logo {
  width: 168px;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px;
  object-fit: contain;
}

.footer-links {
  display: grid;
  gap: 10px;
  color: var(--white);
  font-weight: 800;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.copyright a {
  color: var(--white);
  font-weight: 900;
}

.copyright a:hover {
  color: var(--gold);
}

@media (max-width: 1080px) {
  .hero-grid,
  .cta,
  .page-hero-grid,
  .split-content {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 520px;
  }

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

  .package-posters-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

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

  .faq-grid,
  .contact-grid,
  .post-grid,
  .showcase-grid,
  .realizacje-blog-grid,
  .car-slot-band {
    grid-template-columns: 1fr;
  }

  .showcase-large {
    min-height: 320px;
  }
}

@media (max-width: 780px) {
  .nav {
    min-height: 76px;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: fixed;
    inset: 77px 16px auto 16px;
    display: none;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(7, 11, 18, 0.98);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

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

  .nav-links .button {
    width: 100%;
  }

  .hero {
    padding-top: 42px;
  }

  h1 {
    font-size: clamp(2.4rem, 12vw, 4.4rem);
  }

  .proof-strip,
  .services-grid,
  .workflow,
  .packages-grid,
  .package-posters-grid,
  .gallery-strip,
  .faq-grid,
  .contact-grid,
  .post-grid,
  .showcase-grid,
  .realizacje-blog-grid,
  .car-slot-band,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .package-media img {
    aspect-ratio: 3 / 4.3;
  }

  .footer-grid {
    gap: 24px;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

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

  .brand-logo {
    width: 132px;
    height: 54px;
  }

  .brand-name {
    font-size: 1.06rem;
  }

  .brand-subtitle {
    font-size: 0.62rem;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }
}
