:root {
  --bg: #0a0f12;
  --bg-soft: #10191f;
  --panel: #152128;
  --panel-2: #1b2b35;
  --line: rgba(211, 188, 155, 0.22);
  --line-strong: rgba(211, 188, 155, 0.45);
  --text: #f2ece3;
  --text-dim: #c4b49d;
  --accent: #c6874c;
  --accent-deep: #8d4f25;
  --good: #7ecf9d;
  --radius: 1.125rem;
  --radius-sm: 0.75rem;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  --container: min(1160px, 92vw);
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --safe-left: env(safe-area-inset-left, 0px);
  --safe-right: env(safe-area-inset-right, 0px);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, rgba(198, 135, 76, 0.16), transparent 36%),
    radial-gradient(circle at 82% 15%, rgba(126, 207, 157, 0.09), transparent 32%),
    linear-gradient(170deg, #06090b 5%, #0b1217 55%, #0e1b24 100%);
}

.grain-overlay {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    repeating-radial-gradient(circle at 0 0, transparent 0, rgba(255, 255, 255, 0.02) 1px, transparent 2px),
    repeating-radial-gradient(circle at 100% 100%, transparent 0, rgba(0, 0, 0, 0.04) 1px, transparent 2px);
  background-size: 3px 3px, 4px 4px;
  opacity: 0.4;
}

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

a {
  color: inherit;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  padding: 5rem 0;
}

section[id],
header[id] {
  scroll-margin-top: 6rem;
}

.eyebrow {
  margin: 0 0 0.6rem;
  color: var(--text-dim);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 600;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", serif;
  letter-spacing: 0.015em;
}

h1 {
  font-size: clamp(2rem, 5vw, 4.1rem);
  line-height: 1.04;
}

h2 {
  font-size: clamp(1.6rem, 3.4vw, 2.7rem);
}

h3 {
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
}

p {
  margin: 0;
  line-height: 1.58;
}

.muted {
  color: var(--text-dim);
}

.button {
  appearance: none;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: linear-gradient(140deg, var(--accent) 0%, #b56e3d 100%);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.72rem 1.2rem;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.06);
}

.button.ghost {
  background: transparent;
  color: var(--text);
}

.button.small {
  padding: 0.5rem 0.88rem;
  font-size: 0.8rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(8, 12, 15, 0.72);
  border-bottom: 1px solid rgba(211, 188, 155, 0.12);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}

.brand-mark {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0.65rem;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 700;
  background: linear-gradient(130deg, rgba(198, 135, 76, 0.24), rgba(126, 207, 157, 0.16));
}

.brand-text {
  display: grid;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.brand-text small {
  color: var(--text-dim);
  font-size: 0.69rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.site-nav a {
  text-decoration: none;
  font-size: 0.91rem;
  color: var(--text-dim);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.menu-toggle {
  display: none;
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  color: var(--text);
  padding: 0.42rem 0.8rem;
  font-size: 0.86rem;
}

.hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: grid;
  align-items: center;
  overflow: clip;
  border-bottom: 1px solid rgba(211, 188, 155, 0.15);
}

.hero-media {
  position: absolute;
  inset: 0;
  isolation: isolate;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(112deg, rgba(7, 9, 10, 0.82) 18%, rgba(7, 9, 10, 0.35) 58%, rgba(7, 9, 10, 0.75) 100%),
    linear-gradient(0deg, rgba(7, 9, 10, 0.65), rgba(7, 9, 10, 0.2));
}

.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 18s infinite;
}

.hero-media img:nth-child(1) {
  animation-delay: 0s;
}

.hero-media img:nth-child(2) {
  animation-delay: 9s;
}

@keyframes heroFade {
  0% {
    opacity: 0;
    transform: scale(1.03);
  }
  8% {
    opacity: 1;
  }
  46% {
    opacity: 1;
  }
  54% {
    opacity: 0;
    transform: scale(1.01);
  }
  100% {
    opacity: 0;
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 1rem;
  padding: 5.5rem 0 4rem;
  max-width: 63ch;
}

.hero-content p {
  font-size: clamp(1rem, 1.6vw, 1.14rem);
  color: #e8ddd0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.3rem;
}

.hero-points {
  margin: 0.6rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
  color: var(--text-dim);
  font-size: 0.92rem;
}

.hero-points li {
  border-left: 2px solid rgba(126, 207, 157, 0.38);
  padding-left: 0.6rem;
}

.trust-strip {
  padding: 2.2rem 0;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.trust-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: linear-gradient(160deg, rgba(23, 34, 41, 0.78), rgba(12, 19, 23, 0.6));
  padding: 0.95rem 1rem;
}

.trust-grid strong {
  display: block;
  font-size: 1.15rem;
  color: #f6dfc3;
}

.trust-grid span {
  display: block;
  margin-top: 0.1rem;
  color: var(--text-dim);
  font-size: 0.8rem;
}

.section-heading {
  display: grid;
  gap: 0.85rem;
  max-width: 68ch;
}

.section-heading.compact {
  gap: 0.55rem;
}

.section-heading p {
  color: var(--text-dim);
}

.catalog-toolbar {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1.3fr auto;
  gap: 0.7rem;
  align-items: end;
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field span {
  font-size: 0.78rem;
  color: var(--text-dim);
}

input,
select {
  width: 100%;
  border-radius: 0.7rem;
  border: 1px solid var(--line);
  background: rgba(12, 19, 23, 0.7);
  color: var(--text);
  padding: 0.62rem 0.74rem;
  font: inherit;
}

input[type="range"] {
  accent-color: var(--accent);
  padding: 0;
}

output {
  color: var(--text-dim);
  font-size: 0.79rem;
}

.chip-row {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip {
  border: 1px solid var(--line);
  background: transparent;
  color: var(--text-dim);
  border-radius: 999px;
  padding: 0.38rem 0.72rem;
  font-size: 0.8rem;
  cursor: pointer;
}

.chip.is-active,
.chip:hover,
.chip:focus-visible {
  border-color: var(--line-strong);
  background: rgba(198, 135, 76, 0.17);
  color: var(--text);
}

.chip.is-disabled,
.chip.is-disabled:hover,
.chip.is-disabled:focus-visible {
  opacity: 0.55;
  cursor: default;
  border-color: var(--line);
  background: transparent;
  color: var(--text-dim);
}

.catalog-section-jump {
  margin-top: 0.75rem;
}

.catalog-meta {
  margin-top: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.45rem;
  font-size: 0.9rem;
}

.catalog-status-row {
  margin-top: 0.6rem;
  min-height: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}

.catalog-status {
  margin: 0;
}

.catalog-status[data-tone="warn"] {
  color: #f7cf9a;
}

.catalog-status[data-tone="error"] {
  color: #ff9f9f;
}

.catalog-grid {
  margin-top: 1.05rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.catalog-grouped {
  margin-top: 0.95rem;
  display: grid;
  gap: 1rem;
}

.catalog-group-block {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(20, 30, 36, 0.78), rgba(11, 17, 21, 0.58));
  padding: 0.9rem;
  display: grid;
  gap: 0.75rem;
}

.catalog-group-heading {
  display: grid;
  gap: 0.22rem;
}

.catalog-group-heading h3 {
  margin: 0;
  font-size: 1.06rem;
}

.catalog-group-heading p {
  margin: 0;
  font-size: 0.85rem;
}

.catalog-grid--section {
  margin-top: 0;
}

.catalog-placeholder {
  border: 1px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 0.9rem;
  display: grid;
  gap: 0.5rem;
  background: rgba(8, 13, 16, 0.45);
}

.catalog-placeholder h4,
.catalog-placeholder p {
  margin: 0;
}

.catalog-placeholder h4 {
  font-size: 0.96rem;
}

.catalog-placeholder p {
  color: var(--text-dim);
  font-size: 0.84rem;
  max-width: 58ch;
}

.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: linear-gradient(158deg, rgba(20, 30, 36, 0.92), rgba(11, 16, 20, 0.92));
  box-shadow: var(--shadow);
  display: grid;
  cursor: pointer;
}

.product-card--skeleton {
  cursor: default;
  pointer-events: none;
}

.skeleton {
  border-radius: 0.6rem;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0.06) 8%,
    rgba(255, 255, 255, 0.12) 18%,
    rgba(255, 255, 255, 0.06) 33%
  );
  background-size: 220% 100%;
  animation: skeletonShimmer 1.1s linear infinite;
}

.skeleton-image {
  width: 100%;
  aspect-ratio: 4 / 3;
}

.skeleton-line {
  height: 0.72rem;
}

.skeleton-line.short {
  width: 38%;
}

.skeleton-line.medium {
  width: 64%;
}

@keyframes skeletonShimmer {
  to {
    background-position-x: -220%;
  }
}

.product-card:focus-visible {
  outline: 2px solid rgba(198, 135, 76, 0.88);
  outline-offset: 2px;
}

.image-wrap {
  appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.image-wrap img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.product-body {
  padding: 0.82rem;
  display: grid;
  gap: 0.48rem;
}

.product-category {
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #f7cd9f;
}

.product-body h3 {
  font-size: 1.06rem;
  line-height: 1.24;
}

.product-price {
  color: #d9b287;
  font-size: 0.95rem;
  font-weight: 600;
}

.product-snippet {
  color: var(--text-dim);
  font-size: 0.82rem;
  min-height: 4.15em;
}

.product-actions {
  display: flex;
  gap: 0.48rem;
  flex-wrap: wrap;
}

.catalog-actions {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
}

.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.photo-wall {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.photo-wall figure {
  margin: 0;
  border-radius: 0.85rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(10, 15, 18, 0.8);
}

.local-photo-trigger {
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
}

.photo-wall img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 240ms ease;
}

.photo-wall figure:hover img,
.photo-wall figure:focus-within img {
  transform: scale(1.03);
}

.reviews-layout {
  display: grid;
  grid-template-columns: minmax(240px, 280px) 1fr;
  gap: 0.95rem;
  align-items: start;
  margin-top: 1rem;
}

.rating-card {
  border: 1px solid var(--line);
  background: linear-gradient(155deg, rgba(23, 35, 42, 0.95), rgba(12, 19, 24, 0.82));
  border-radius: var(--radius);
  padding: 1rem;
  display: grid;
  gap: 0.6rem;
}

.rating-value {
  font-size: 2.1rem;
  font-family: "Fraunces", serif;
  color: #f4d9bc;
}

.reviews-carousel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.review-card {
  border: 1px solid var(--line);
  border-radius: 0.92rem;
  padding: 0.9rem;
  background: rgba(11, 17, 21, 0.9);
  display: grid;
  gap: 0.46rem;
}

.review-card p {
  color: var(--text-dim);
  font-size: 0.89rem;
}

.review-card footer {
  color: #f0cfab;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.process-grid {
  margin: 1.1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.process-grid li {
  border: 1px solid var(--line);
  border-radius: 0.88rem;
  background: rgba(11, 17, 21, 0.92);
  padding: 0.95rem;
  display: grid;
  gap: 0.45rem;
}

.process-grid p {
  color: var(--text-dim);
  font-size: 0.86rem;
}

.faq-list {
  margin-top: 1rem;
  display: grid;
  gap: 0.6rem;
}

details {
  border: 1px solid var(--line);
  border-radius: 0.78rem;
  background: rgba(12, 18, 23, 0.9);
  padding: 0.82rem 0.88rem;
}

summary {
  cursor: pointer;
  font-weight: 600;
}

details p {
  margin-top: 0.58rem;
  color: var(--text-dim);
  font-size: 0.9rem;
}

.contact-layout {
  align-items: stretch;
}

.contact-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.72rem;
}

.contact-list li {
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.72rem 0.8rem;
  display: grid;
  gap: 0.2rem;
}

.contact-list span {
  font-size: 0.76rem;
  text-transform: uppercase;
  color: var(--text-dim);
  letter-spacing: 0.08em;
}

.map-frame {
  width: 100%;
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #0a1014;
}

.site-footer {
  border-top: 1px solid rgba(211, 188, 155, 0.12);
  padding: 1.4rem 0;
}

.mobile-quick-actions {
  display: none;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  color: var(--text-dim);
  font-size: 0.88rem;
}

.product-modal {
  width: min(1280px, 96vw);
  max-height: min(92vh, 1100px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: 1rem;
  padding: 1rem;
  color: var(--text);
  background: linear-gradient(160deg, #101920, #0b1217);
}

.product-modal::backdrop {
  background: rgba(3, 6, 8, 0.78);
}

.photo-modal {
  width: min(1240px, 96vw);
  max-height: min(92vh, 1100px);
  overflow: auto;
  border: 1px solid var(--line-strong);
  border-radius: 1rem;
  padding: 1.1rem;
  color: var(--text);
  background:
    radial-gradient(circle at 18% 8%, rgba(198, 135, 76, 0.14), transparent 32%),
    linear-gradient(160deg, #101920, #0b1217);
}

.photo-modal::backdrop {
  background: rgba(3, 6, 8, 0.86);
}

.photo-modal-content {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 0.85rem;
  align-items: stretch;
}

.photo-modal-stage {
  display: grid;
  gap: 0.65rem;
  align-content: start;
}

.photo-modal-media {
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  overflow: hidden;
  background: #06090b;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.46);
}

.photo-modal-media img {
  width: 100%;
  max-height: min(72vh, 820px);
  object-fit: contain;
}

.photo-modal-nav {
  appearance: none;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(198, 135, 76, 0.16), rgba(11, 17, 21, 0.86));
  color: var(--text);
  border-radius: 999px;
  width: 100%;
  height: 100%;
  min-height: 3rem;
  font-size: 1.55rem;
  cursor: pointer;
}

.photo-modal-nav:hover,
.photo-modal-nav:focus-visible {
  border-color: var(--line-strong);
  filter: brightness(1.08);
}

.photo-modal-thumbs {
  display: flex;
  gap: 0.42rem;
  overflow-x: auto;
  padding-bottom: 0.2rem;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.photo-modal-thumb {
  flex: 0 0 auto;
  width: 4.4rem;
  height: 4.4rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  background: rgba(8, 13, 16, 0.9);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}

.photo-modal-thumb.is-active {
  border-color: rgba(198, 135, 76, 0.85);
  box-shadow: 0 0 0 2px rgba(198, 135, 76, 0.22);
}

.photo-modal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-modal-caption {
  margin-top: 0.7rem;
  text-align: center;
  font-size: 0.9rem;
}

.modal-close {
  appearance: none;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 999px;
  color: var(--text);
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
  margin-left: auto;
}

.modal-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.15rem;
}

.modal-gallery {
  display: grid;
  gap: 0.55rem;
}

.modal-gallery-main {
  border-radius: 0.8rem;
  border: 1px solid var(--line);
  overflow: hidden;
}

.modal-gallery-main img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.modal-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.modal-thumbs button {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 0.55rem;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.modal-thumbs img {
  aspect-ratio: 1;
  object-fit: cover;
}

.modal-details {
  display: grid;
  gap: 0.62rem;
  align-content: start;
}

.modal-price {
  color: #efc795;
  font-weight: 600;
}

.modal-details p {
  color: var(--text-dim);
  font-size: 0.92rem;
  max-width: 62ch;
}

.modal-actions {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 460ms ease, transform 460ms ease;
}

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

@media (max-width: 1020px) {
  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-layout {
    grid-template-columns: 1fr;
  }

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

  .modal-content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 840px) {
  body {
    padding-bottom: calc(5.6rem + var(--safe-bottom));
  }

  .header-inner {
    min-height: 72px;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    top: 76px;
    left: calc(4vw + var(--safe-left));
    right: calc(4vw + var(--safe-right));
    width: auto;
    max-height: 68vh;
    overflow: auto;
    padding: 0.95rem;
    border-radius: 1rem;
    border: 1px solid var(--line);
    background: rgba(10, 16, 20, 0.96);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

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

  .header-inner > .button {
    display: none;
  }

  .reviews-layout,
  .reviews-carousel {
    grid-template-columns: 1fr;
  }

  .catalog-toolbar {
    grid-template-columns: 1fr;
    position: static;
    top: auto;
    z-index: auto;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .chip-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    scrollbar-width: thin;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .chip {
    flex: 0 0 auto;
    white-space: nowrap;
    scroll-snap-align: start;
    min-height: 2.6rem;
  }

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

  .photo-wall {
    grid-template-columns: 1fr;
  }

  .button,
  input,
  select,
  .menu-toggle {
    min-height: 2.75rem;
  }

  .product-actions .button.small {
    min-height: 2.5rem;
  }

  .modal-close {
    min-height: 2.6rem;
    min-width: 2.6rem;
  }

  .product-modal {
    width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-left: calc(0.9rem + var(--safe-left));
    padding-right: calc(0.9rem + var(--safe-right));
    padding-bottom: calc(1.1rem + var(--safe-bottom));
  }

  .photo-modal {
    width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    margin: 0;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding-left: calc(0.9rem + var(--safe-left));
    padding-right: calc(0.9rem + var(--safe-right));
    padding-bottom: calc(1.1rem + var(--safe-bottom));
  }

  .photo-modal-content {
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .photo-modal-stage {
    order: 1;
  }

  .photo-modal-nav {
    width: 100%;
    height: 2.75rem;
    border-radius: 0.75rem;
    font-size: 1.1rem;
  }

  .photo-modal-nav.prev {
    order: 2;
  }

  .photo-modal-nav.next {
    order: 3;
  }

  .photo-modal-thumb {
    width: 3.6rem;
    height: 3.6rem;
  }

  .modal-actions {
    position: sticky;
    bottom: calc(0.3rem + var(--safe-bottom));
    padding-top: 0.65rem;
    background: linear-gradient(180deg, rgba(11, 18, 23, 0), rgba(11, 18, 23, 0.96) 28%);
  }

  .mobile-quick-actions {
    position: fixed;
    left: calc(0.65rem + var(--safe-left));
    right: calc(0.65rem + var(--safe-right));
    bottom: calc(0.62rem + var(--safe-bottom));
    z-index: 70;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
    padding: 0.58rem;
    border-radius: 0.98rem;
    border: 1px solid rgba(211, 188, 155, 0.24);
    background: rgba(8, 13, 16, 0.9);
    backdrop-filter: blur(10px);
  }

  .mobile-quick-actions .button {
    width: 100%;
    min-height: 2.65rem;
    padding-inline: 0.7rem;
  }
}

@media (max-width: 560px) {
  .section {
    padding: 4rem 0;
  }

  .hero {
    min-height: 82vh;
  }

  .hero-content {
    padding-top: 4.7rem;
  }

  .catalog-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

}
