:root {
  --bg: #f6f4ef;
  --surface: #ffffff;
  --surface-soft: #ece7dd;
  --surface-dark: #111315;
  --surface-dark-2: #1a1e22;
  --text: #121417;
  --text-muted: #59606a;
  --text-light: #edf1f3;
  --line: rgba(17, 19, 21, 0.1);
  --line-dark: rgba(255, 255, 255, 0.12);
  --accent: #d2a14a;
  --accent-strong: #f1883a;
  --accent-soft: rgba(210, 161, 74, 0.14);
  --shadow-lg: 0 32px 80px rgba(17, 19, 21, 0.16);
  --shadow-md: 0 18px 48px rgba(17, 19, 21, 0.1);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --container: 1180px;
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(210, 161, 74, 0.18), transparent 26%),
    radial-gradient(circle at top right, rgba(241, 136, 58, 0.08), transparent 22%),
    linear-gradient(180deg, #fbfaf7 0%, var(--bg) 100%);
  line-height: 1.6;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -48px;
  padding: 10px 14px;
  background: var(--surface-dark);
  color: var(--text-light);
  border-radius: 999px;
  z-index: 200;
}

.skip-link:focus {
  top: 16px;
}

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

.section {
  padding: 88px 0;
}

.section--tight {
  padding: 24px 0 12px;
}

.section--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(236, 231, 221, 0.7));
}

.section--dark {
  background: linear-gradient(180deg, #121518 0%, #171b1f 100%);
  color: var(--text-light);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #75531f;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow--dark {
  background: rgba(255, 255, 255, 0.1);
  color: #ffe5bf;
}

.section-heading {
  max-width: 740px;
  margin-bottom: 32px;
}

.section-heading h2,
.split-copy h2,
.page-hero h1,
.hero-copy h1,
.cta-banner h2,
.guarantee-banner h2 {
  margin: 16px 0 14px;
  font-family: "Sora", sans-serif;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.section-heading h2,
.split-copy h2,
.cta-banner h2,
.guarantee-banner h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

.section-heading p,
.split-copy p,
.page-hero p,
.hero-copy p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1.05rem;
}

.section--dark .split-copy p,
.section--dark .section-heading p,
.section--dark .cta-banner h2 {
  color: rgba(237, 241, 243, 0.86);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  color: #17120d;
}

.button--secondary {
  background: var(--surface-dark);
  border-color: var(--surface-dark);
  color: var(--text-light);
}

.button--ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.6);
}

.button--ghost-light {
  border-color: var(--line-dark);
  color: var(--text-light);
}

.button--whatsapp,
a.button[href*="wa.me"] {
  background: linear-gradient(135deg, #25d366 0%, #179a4c 100%);
  border-color: rgba(21, 134, 66, 0.25);
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.2);
}

.cta-cluster,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  padding: 14px 0 10px;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(246, 244, 239, 0.9), rgba(246, 244, 239, 0.56));
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: calc(var(--header-height) - 32px);
  padding: 10px 14px;
  border: 1px solid rgba(17, 19, 21, 0.08);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 40px rgba(17, 19, 21, 0.08);
}

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

.brand-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 116px;
  height: 68px;
  overflow: hidden;
  border-radius: 18px;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 24px rgba(17, 19, 21, 0.08));
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy--with-logo {
  display: none;
}

.brand-copy--with-logo strong {
  display: none;
}

.brand-copy strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.3;
}

.nav-desktop,
.header-actions {
  display: none;
}

.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  color: var(--text);
}

.mobile-panel {
  display: none;
  margin-top: 12px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-md);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-nav,
.mobile-actions {
  display: grid;
  gap: 10px;
}

.mobile-nav a,
.mobile-actions a {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(17, 19, 21, 0.08);
}

.hero {
  padding: 48px 0 64px;
}

.hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 7vw, 5.5rem);
}

.hero-lead {
  max-width: 640px;
  font-size: 1.1rem;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-points span,
.benefit-rail span,
.tag-cloud span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(17, 19, 21, 0.1);
  background: rgba(255, 255, 255, 0.76);
  font-weight: 700;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
}

.hero-image-stack {
  position: relative;
  min-height: 540px;
}

.hero-image {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
}

.hero-image--main {
  width: min(100%, 680px);
  margin-left: auto;
}

.hero-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.hero-card {
  position: absolute;
  max-width: 320px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(16, 19, 22, 0.94);
  color: var(--text-light);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-lg);
}

.hero-card--floating {
  left: 0;
  bottom: 36px;
  background: linear-gradient(145deg, rgba(255, 248, 236, 0.96), rgba(248, 235, 210, 0.9));
  color: var(--surface-dark);
  border-color: rgba(210, 161, 74, 0.36);
  box-shadow: 0 24px 52px rgba(17, 19, 21, 0.14);
}

.hero-card--contact {
  right: 18px;
  top: 20px;
}

.hero-card__label {
  display: block;
  margin-bottom: 10px;
  color: #ffd597;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card strong,
.hero-card a {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
}

.hero-card p {
  margin: 10px 0 0;
  color: rgba(237, 241, 243, 0.82);
}

.hero-card--floating .hero-card__label {
  color: #8a6327;
}

.hero-card--floating strong {
  color: var(--surface-dark);
  font-size: 1.32rem;
}

.hero-card--floating p {
  color: #4e5760;
}

.hero-card--contact a + a {
  margin-top: 6px;
}

.benefit-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.info-card,
.service-card,
.feature-box,
.contact-card,
.feature-panel,
.quote-panel,
.timeline-card,
.quote-banner,
.form-card,
.contact-strip,
.guarantee-banner,
.cta-banner,
.map-shell,
.quick-contact-card {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 21, 0.08);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-md);
}

.info-card,
.service-card,
.feature-box,
.contact-card,
.quote-panel,
.timeline-card,
.form-card,
.quick-contact-card {
  padding: 28px;
}

.info-card h3,
.service-card h3,
.feature-box h3,
.contact-card a,
.contact-card p,
.quote-panel strong,
.product-card h3,
.usage-card h3 {
  margin: 0 0 10px;
}

.info-card p,
.service-card p,
.feature-box p,
.quote-panel p,
.contact-card p,
.timeline-item p,
.product-card p,
.usage-card p {
  margin: 0;
  color: var(--text-muted);
}

.service-grid {
  display: grid;
  gap: 18px;
}

.service-card__index {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #75531f;
  font-weight: 800;
  margin-bottom: 16px;
}

.split-layout {
  display: grid;
  gap: 24px;
  align-items: center;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.checklist li {
  position: relative;
  padding-left: 28px;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
}

.checklist--dark li {
  color: rgba(237, 241, 243, 0.88);
}

.feature-panel {
  overflow: hidden;
  position: relative;
  padding: 0;
}

.feature-panel--image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.feature-panel__overlay {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(17, 19, 21, 0.84);
  color: var(--text-light);
}

.feature-panel__overlay strong {
  color: #ffd597;
}

.guarantee-banner,
.cta-banner,
.contact-strip {
  padding: 32px;
  display: grid;
  gap: 20px;
  align-items: center;
}

.guarantee-banner {
  background: linear-gradient(135deg, #101316 0%, #1d2329 100%);
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.08);
}

.guarantee-banner p {
  color: rgba(237, 241, 243, 0.82);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--text-light);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10, 12, 15, 0.86) 0%, rgba(10, 12, 15, 0.64) 42%, rgba(10, 12, 15, 0.25) 100%),
    var(--page-image);
  background-size: cover;
  background-position: center;
}

.page-hero__content {
  position: relative;
  padding: 112px 0 96px;
  max-width: 760px;
}

.page-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.page-hero p {
  color: rgba(237, 241, 243, 0.88);
}

.quote-panel,
.timeline-card,
.quote-banner {
  background: linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
}

.quote-banner {
  padding: 34px;
}

.quote-banner p {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.45;
  letter-spacing: -0.03em;
}

.timeline-card {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline-item span {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--surface-dark);
  color: var(--accent);
  font-family: "Sora", sans-serif;
  font-weight: 800;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-grid {
  display: grid;
  gap: 18px;
}

.product-card,
.usage-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 21, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.product-card__media img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-card__image--atcep {
  object-position: center 58%;
}

.product-card__image--qara-qum {
  object-position: center 63%;
}

.product-card__body,
.usage-card {
  padding: 24px;
}

.meta-pill {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #74511d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mini-specs {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.mini-specs div {
  display: grid;
  gap: 3px;
}

.mini-specs dt {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mini-specs dd {
  margin: 0;
  font-weight: 700;
}

.text-link {
  margin-top: auto;
  padding-top: 18px;
  color: #7a4f17;
  font-weight: 800;
}

.section-actions {
  margin-top: 26px;
}

.contact-showcase,
.contact-page-grid {
  display: grid;
  gap: 24px;
}

.contact-showcase--single {
  max-width: 760px;
}

.contact-meta p {
  margin: 6px 0;
}

.contact-meta a {
  font-weight: 800;
}

.social-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.social-inline__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(210, 161, 74, 0.2), rgba(241, 136, 58, 0.22));
  color: #8d5c16;
  flex-shrink: 0;
}

.social-inline__icon svg {
  width: 18px;
  height: 18px;
}

.map-shell {
  overflow: hidden;
  min-height: 360px;
}

.map-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
}

.instagram-grid {
  display: grid;
  gap: 18px;
}

.post-grid {
  display: grid;
  gap: 18px;
}

.instagram-card {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(17, 19, 21, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 249, 238, 0.96)),
    radial-gradient(circle at top right, rgba(241, 136, 58, 0.2), transparent 32%);
  box-shadow: var(--shadow-md);
}

.instagram-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: #7c561f;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.instagram-card h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
}

.instagram-card p {
  margin: 0 0 16px;
  color: var(--text-muted);
}

.post-card,
.admin-post-card,
.posts-empty,
.admin-login,
.admin-form-card,
.admin-posts {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(17, 19, 21, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-md);
}

.post-card,
.admin-post-card {
  overflow: hidden;
}

.post-card__media img,
.admin-post-card__media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.post-card__body,
.admin-post-card__body,
.posts-empty,
.admin-login,
.admin-form-card,
.admin-posts {
  padding: 24px;
}

.posts-empty {
  display: grid;
  gap: 12px;
}

.posts-empty h3,
.admin-post-card__body h3,
.admin-panel__heading h1,
.admin-login h1,
.admin-form-card h2,
.admin-posts__head h2 {
  margin: 0;
}

.posts-empty p,
.post-card__body p,
.admin-post-card__body p,
.admin-panel__heading p,
.admin-login p {
  color: var(--text-muted);
}

.admin-shell {
  display: grid;
  gap: 24px;
}

.admin-form {
  display: grid;
  gap: 14px;
}

.admin-grid {
  display: grid;
  gap: 24px;
}

.admin-panel__heading,
.admin-panel__actions,
.admin-post-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.admin-panel__heading {
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
}

.admin-posts__head {
  margin-bottom: 18px;
}

.admin-post-list {
  display: grid;
  gap: 18px;
}

.admin-post-card__body {
  display: grid;
  gap: 12px;
}

.contact-strip__grid {
  display: grid;
  gap: 14px;
}

.quick-actions {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 110;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  opacity: 0;
  transform: translateY(calc(100% + 16px));
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.quick-actions.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.quick-actions a {
  min-height: 52px;
  border-radius: 18px;
  box-shadow: var(--shadow-lg);
}

.contact-card {
  display: grid;
  gap: 6px;
}

.contact-card__label {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card p {
  font-size: 1.08rem;
  font-weight: 800;
}

.form-card form {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.form-card label {
  display: grid;
  gap: 8px;
}

.form-card span {
  font-size: 0.94rem;
  font-weight: 700;
}

.form-card input,
.form-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(17, 19, 21, 0.14);
  border-radius: 16px;
  background: #fff;
}

.form-card textarea {
  resize: vertical;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.is-success {
  color: #225e39;
}

.form-status.is-error {
  color: #b33e2f;
}

.footer {
  padding: 48px 0 120px;
  background: #0f1113;
  color: var(--text-light);
}

.section--dark .button--secondary,
.guarantee-banner .button--secondary,
.cta-banner .button--secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--text-light);
}

.footer-grid {
  display: grid;
  gap: 22px;
}

.footer p,
.footer a {
  color: rgba(237, 241, 243, 0.82);
}

.social-inline--footer {
  margin-top: 10px;
}

.social-inline--footer .social-inline__icon {
  background: rgba(255, 255, 255, 0.12);
  color: #ffd597;
}

.footer-logo-shell {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 10px 14px;
  border-radius: 20px;
  background: #ffffff;
  overflow: hidden;
}

.footer-logo {
  width: 180px;
  height: 92px;
  object-fit: contain;
  object-position: center;
}

.footer h3 {
  margin: 0 0 14px;
  font-family: "Sora", sans-serif;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 700px) {
  .card-grid--2,
  .contact-page-grid,
  .contact-showcase,
  .footer-grid,
  .instagram-grid,
  .post-grid,
  .contact-strip__grid,
  .product-grid,
  .service-grid,
  .contact-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .contact-strip,
  .guarantee-banner,
  .cta-banner {
    grid-template-columns: 1.5fr 1fr;
  }
}

@media (min-width: 900px) {
  .nav-desktop {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-inline: auto;
  }

  .nav-desktop a {
    padding: 10px 12px;
    border-radius: 999px;
    color: var(--text-muted);
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .nav-desktop a.is-active {
    background: var(--surface-dark);
    color: var(--text-light);
  }

  .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
  }

  .menu-toggle,
  .mobile-panel,
  .quick-actions {
    display: none;
  }

  .hero-grid,
  .split-layout,
  .contact-showcase,
  .contact-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-showcase--single {
    grid-template-columns: minmax(0, 1fr);
  }

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

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

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

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

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

  .footer-grid {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .admin-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }
}

@media (min-width: 1120px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 899px) {
  .brand {
    gap: 10px;
  }

  .brand-logo {
    width: 100%;
  }

  .brand-copy small {
    max-width: 110px;
    font-size: 0.74rem;
  }

  .brand-media {
    width: 96px;
    height: 58px;
  }

  .hero {
    padding-bottom: 120px;
  }

  .hero-image-stack {
    min-height: unset;
  }

  .hero-image img {
    height: 420px;
  }

  .hero-card {
    position: static;
    max-width: none;
    margin-top: 16px;
  }
}
