:root {
  --forest: #0b382e;
  --forest-soft: #17483d;
  --coral: #fa5a36;
  --pearl: #f7f5f3;
  --ink-muted: #65706c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { overflow-x: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }

#scroll-progress {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 3px;
  width: 0;
  background: var(--coral);
}

.skip-link {
  position: fixed;
  z-index: 110;
  top: -5rem;
  right: 1rem;
  border-radius: 999px;
  background: white;
  padding: .75rem 1rem;
  color: var(--forest);
  transition: top .2s ease;
}
.skip-link:focus { top: 1rem; }

.container-shell { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.section-space { padding-block: clamp(5rem, 9vw, 9rem); }
.eyebrow { color: var(--coral); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-title { font-size: clamp(2rem, 4vw, 4rem); font-weight: 900; line-height: 1.25; letter-spacing: -.04em; }
.section-copy { color: var(--ink-muted); font-size: clamp(.95rem, 1.5vw, 1.1rem); line-height: 2; }
.soft-shadow { box-shadow: 0 25px 70px rgba(22, 53, 45, .11); }

.glass-nav {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(11,56,46,.08);
}
.nav-link { position: relative; }
.nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -.4rem;
  width: 0;
  height: 2px;
  background: var(--coral);
  transition: width .25s ease;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }

.btn-primary, .btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 3.5rem;
  border-radius: 1rem;
  padding: .85rem 1.5rem;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.btn-primary { background: var(--coral); color: white; box-shadow: 0 15px 35px rgba(250,90,54,.25); }
.btn-secondary { background: white; color: var(--forest); border: 1px solid rgba(11,56,46,.12); }
.btn-primary:hover, .btn-secondary:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(11,56,46,.15); }

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-top: 7rem;
  background:
    radial-gradient(circle at 20% 35%, rgba(31,151,140,.15), transparent 26%),
    radial-gradient(circle at 75% 55%, rgba(250,90,54,.09), transparent 30%),
    #faf9f7;
}
.hero-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .35;
  background-image: radial-gradient(rgba(11,56,46,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}
.hero-gallery {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  padding-top: 7.5rem;
  background:
    radial-gradient(circle at 20% 35%, rgba(31,151,140,.15), transparent 26%),
    radial-gradient(circle at 75% 55%, rgba(250,90,54,.09), transparent 30%),
    #faf9f7;
}
.hero-gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image: radial-gradient(rgba(11,56,46,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
  z-index: -1;
}
.gallery-shell {
  display: flex;
  height: calc(100svh - 10rem);
  min-height: calc(100svh - 10rem);
  flex-direction: column;
  border: 1px solid rgba(11,56,46,.08);
  border-radius: 2.5rem;
  background: rgba(255,255,255,.7);
  padding: 0;
  backdrop-filter: blur(20px);
  overflow: hidden;
}
.gallery-viewport {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  direction: ltr;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  touch-action: pan-y;
  border-radius: 2rem;
  scrollbar-width: none;
  cursor: grab;
  margin: 0;
}
.gallery-viewport::-webkit-scrollbar { display: none; }
.gallery-viewport.dragging { cursor: grabbing; }
.gallery-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  min-height: 100%;
  height: 100%;
  direction: ltr;
}
.gallery-slide {
  scroll-snap-align: start;
  min-height: 100%;
  height: 100%;
  padding: clamp(1.25rem, 2vw, 2rem);
  display: grid;
  align-items: center;
  align-content: center;
  direction: rtl;
}
.gallery-slide {
  background:
    radial-gradient(circle at 18% 36%, rgba(31,151,140,.1), transparent 22%),
    radial-gradient(circle at 77% 20%, rgba(250,90,54,.08), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(248,246,242,.86));
}
.gallery-panel-dark {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 60% 32%, rgba(31,151,140,.22), transparent 24%),
    linear-gradient(145deg, #0a382d, #124d40 62%, #091e19);
}
.gallery-panel-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 18px 18px;
  pointer-events: none;
}
.gallery-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  padding: 0 0 1.1rem;
}
.gallery-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  direction: ltr;
}
.gallery-dot {
  width: .85rem;
  height: .85rem;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(11,56,46,.12);
  background: rgba(255,255,255,.95);
  color: var(--forest);
  font-size: 0;
  font-weight: 900;
  box-shadow: 0 10px 30px rgba(11,56,46,.07);
  transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.gallery-dot:hover { transform: translateY(-2px); }
.gallery-dot.active {
  background: var(--forest);
  color: white;
  border-color: var(--forest);
  transform: none;
  box-shadow: 0 18px 35px rgba(11,56,46,.16);
}
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border: 12px solid white;
  border-radius: 2.2rem;
  background:
    linear-gradient(135deg, transparent 35%, rgba(255,255,255,.15) 35% 36%, transparent 36%),
    radial-gradient(circle at 65% 60%, #a9ebe3 0 8%, transparent 8.5%),
    radial-gradient(circle at 62% 57%, #d9fff9 0 15%, transparent 15.5%),
    linear-gradient(145deg, #07362f, #15766f 55%, #061e1b);
}
.hero-visual::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 40%;
  left: 5%;
  bottom: 5%;
  border: 2px solid rgba(255,255,255,.35);
  border-radius: 50% 50% 35% 35%;
  transform: rotate(-14deg);
  background: linear-gradient(to top, rgba(224,255,250,.75), rgba(255,255,255,.08));
  backdrop-filter: blur(8px);
}
.hero-visual.has-image::after { display: none; }
.hero-visual.has-image img,
.product-art.has-image img,
.story-visual.has-image img,
.inner-visual.has-image img,
.catalog-mark.has-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.metric-card, .product-card, .service-card, .benefit-card {
  border: 1px solid rgba(11,56,46,.08);
  background: #fbfaf9;
  transition: transform .22s ease, box-shadow .22s ease, color .22s ease, background .22s ease;
  will-change: transform, opacity;
}
.metric-card:hover, .product-card:hover, .service-card:hover { transform: translateY(-6px); box-shadow: 0 18px 36px rgba(11,56,46,.10); }
.metric-card.featured { background: var(--forest); color: white; }
.metric-card.featured p { color: #b7cbc6; }

.product-art {
  position: relative;
  height: 15rem;
  overflow: hidden;
  border-radius: 1.5rem 1.5rem 0 0;
  background: var(--art);
}
.product-art::before, .product-art::after { content: ""; position: absolute; border-radius: 999px; }
.product-art::before { inset: 15%; border: 2px solid rgba(255,255,255,.45); box-shadow: 0 0 0 22px rgba(255,255,255,.09), 0 0 0 44px rgba(255,255,255,.05); }
.product-art::after { inset: 38%; background: rgba(255,255,255,.72); filter: blur(6px); }
.product-art.has-image::before, .product-art.has-image::after { display: none; }

.about-grid .metric-card,
.products-grid .product-card {
  visibility: visible;
}
.product-card-main { color: inherit; }
.product-card-actions { border-top: 1px solid rgba(11,56,46,.08); padding: .9rem 1.5rem 1.25rem; }
.catalog-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  border-radius: .8rem;
  padding: .6rem 1rem;
  color: white;
  background: var(--coral);
  font-size: .75rem;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(250,90,54,.18);
  transition: transform .2s ease, box-shadow .2s ease;
}
.catalog-download:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(250,90,54,.24); }

.story-wrap { min-height: 230vh; position: relative; }
.story-sticky { position: sticky; top: 5rem; min-height: calc(100svh - 5rem); display: grid; align-items: center; }
.story-visual {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 2.5rem;
  background: repeating-radial-gradient(circle at 50% 50%, #fff 0 10px, #e4e8e5 11px 20px, #bcc7c2 21px 28px);
  box-shadow: inset -45px -45px 80px rgba(11,56,46,.38), 0 30px 70px rgba(11,56,46,.15);
  transform: rotate(var(--story-rotate, 0deg)) scale(var(--story-scale, 1));
  transition: transform .08s linear;
}
.story-visual.has-image { background: var(--forest); }
.story-step {
  opacity: .92;
  transform: none;
  transition: opacity .28s ease, transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease;
}
.story-step.active {
  opacity: 1;
  transform: translateY(-2px);
  border-color: rgba(11,56,46,.16);
  background: #fff;
  box-shadow: 0 18px 36px rgba(11,56,46,.08);
}

.dark-panel {
  position: relative;
  overflow: hidden;
  background: var(--forest);
  color: white;
}
.dark-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .12;
  background-image: radial-gradient(#fff 1px, transparent 1px);
  background-size: 20px 20px;
}
.benefit-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.1); }

.trust-ring {
  position: relative;
  width: min(18rem, 75vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.trust-ring::before,
.trust-ring::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.trust-ring::before {
  border: 1px solid rgba(255,255,255,.25);
  inset: 14%;
}
.trust-ring::after {
  inset: 0;
  background: radial-gradient(circle, transparent 58%, rgba(255,255,255,.35) 58.5%, rgba(255,255,255,.35) 60%, transparent 60.5%) center/100% 100% no-repeat;
  -webkit-mask: repeating-conic-gradient(from 0deg, #000 0 7deg, transparent 7deg 14deg);
          mask: repeating-conic-gradient(from 0deg, #000 0 7deg, transparent 7deg 14deg);
  animation: trust-spin 14s linear infinite;
  opacity: .95;
}
.trust-number {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--coral);
  font-size: 3.5rem;
  font-weight: 900;
  line-height: .9;
  z-index: 1;
}

@keyframes trust-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.inner-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(10rem, 18vw, 14rem) clamp(5rem, 9vw, 8rem);
  background:
    radial-gradient(circle at 15% 40%, rgba(31,151,140,.17), transparent 25%),
    radial-gradient(circle at 78% 30%, rgba(250,90,54,.1), transparent 26%),
    #faf9f7;
}
.inner-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .32;
  background-image: radial-gradient(rgba(11,56,46,.18) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.inner-title { max-width: 13ch; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 900; line-height: 1.12; letter-spacing: -.055em; }
.breadcrumb { display: inline-flex; align-items: center; gap: .55rem; color: var(--coral); font-size: .8rem; font-weight: 800; }
.inner-visual {
  position: relative;
  display: grid;
  min-height: 28rem;
  place-items: center;
  overflow: hidden;
  border: 12px solid white;
  border-radius: 2.5rem;
  color: white;
  background: radial-gradient(circle at 65% 35%, #66cbbd 0 10%, transparent 10.5%), radial-gradient(circle at 50% 50%, #1b7b6e, #0b382e 55%, #061b17);
  box-shadow: 0 30px 70px rgba(11,56,46,.16);
}
.inner-visual::before, .inner-visual::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; }
.inner-visual::before { width: 70%; aspect-ratio: 1; }
.inner-visual::after { width: 42%; aspect-ratio: 1; }
.inner-visual.has-image::before, .inner-visual.has-image::after { display: none; }
.inner-visual span { font-size: clamp(4rem, 12vw, 8rem); font-weight: 900; letter-spacing: -.08em; opacity: .15; }
.stat-card { border: 1px solid rgba(11,56,46,.08); border-radius: 1.4rem; background: var(--pearl); padding: 1.25rem .75rem; text-align: center; }
.stat-card dt { color: var(--coral); font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 900; }
.stat-card dd { margin-top: .4rem; color: var(--ink-muted); font-size: .72rem; font-weight: 700; }
.detail-card { border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: white; padding: 2rem; }
.detail-number { display: inline-flex; color: var(--coral); font-size: .8rem; font-weight: 900; letter-spacing: .18em; }
.detail-card h3 { margin-top: 2.5rem; font-size: 1.35rem; font-weight: 900; }
.detail-card p { margin-top: .8rem; color: var(--ink-muted); font-size: .9rem; line-height: 1.9; }
.process-grid { display: grid; gap: 1rem; }
.process-card { display: grid; grid-template-columns: 4rem .7fr 1fr; align-items: center; gap: 1.5rem; border-top: 1px solid rgba(11,56,46,.1); padding-block: 1.8rem; }
.process-card span { color: var(--coral); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.process-card h3 { font-size: 1.3rem; font-weight: 900; }
.process-card p { color: var(--ink-muted); font-size: .9rem; line-height: 1.9; }
.catalog-row { display: grid; grid-template-columns: .25fr .8fr .8fr 1fr; gap: 1.5rem; scroll-margin-top: 7rem; border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: #fbfaf9; padding: 1.5rem; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.catalog-row:hover { transform: translateY(-4px); border-color: rgba(250,90,54,.22); box-shadow: 0 20px 45px rgba(11,56,46,.09); }
.catalog-mark { display: grid; min-height: 13rem; place-items: center; border-radius: 1.4rem; color: white; background: radial-gradient(circle at 35% 25%, #46aa9c, #0b382e 70%); }
.catalog-mark.has-image { overflow: hidden; }
.catalog-mark span { font-size: 2rem; font-weight: 900; }
.catalog-main, .catalog-meta, .catalog-result { padding: 1rem; }
.catalog-main h2, .service-detail h2 { font-size: 1.6rem; font-weight: 900; }
.catalog-main p, .catalog-result p, .service-detail p { margin-top: .8rem; color: var(--ink-muted); font-size: .9rem; line-height: 1.9; }
.catalog-meta h3, .catalog-result h3, .service-detail h3 { margin-bottom: .8rem; font-size: .8rem; font-weight: 900; color: var(--coral); }
.catalog-meta li, .service-detail li { position: relative; margin-top: .55rem; padding-right: 1rem; color: var(--ink-muted); font-size: .82rem; line-height: 1.7; }
.catalog-meta li::before, .service-detail li::before { content: ""; position: absolute; top: .72rem; right: 0; width: .3rem; height: .3rem; border-radius: 50%; background: var(--coral); }
.catalog-result .btn-secondary { margin-top: 1.2rem; min-height: 2.8rem; border-radius: .8rem; padding: .6rem 1rem; font-size: .75rem; }
.catalog-row-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.2rem; }
.catalog-row-actions .btn-secondary, .catalog-row-actions .catalog-download { margin-top: 0; }
.product-detail-hero { position: relative; overflow: hidden; padding-block: clamp(9rem, 16vw, 13rem) clamp(5rem, 8vw, 7rem); background: radial-gradient(circle at 15% 35%, rgba(31,151,140,.16), transparent 28%), radial-gradient(circle at 80% 25%, rgba(250,90,54,.12), transparent 25%), #faf9f7; }
.product-detail-visual { display: grid; min-height: 30rem; place-items: center; overflow: hidden; border: 12px solid white; border-radius: 2.5rem; color: white; background: radial-gradient(circle at 35% 25%, #46aa9c, #0b382e 70%); box-shadow: 0 30px 70px rgba(11,56,46,.16); }
.product-detail-visual span { font-size: clamp(4rem, 12vw, 8rem); font-weight: 900; opacity: .4; }
.product-info-card { border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: #fbfaf9; padding: clamp(2rem, 5vw, 3.5rem); }
.product-info-card.featured { color: white; background: var(--forest); }
.product-info-card h2 { margin-top: 2rem; font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 900; }
.product-info-card p { margin-top: 1rem; color: inherit; opacity: .68; line-height: 2; }
.product-info-card li { position: relative; margin-top: 1rem; padding-right: 1.25rem; color: var(--ink-muted); line-height: 1.8; }
.product-info-card li::before { content: ""; position: absolute; top: .75rem; right: 0; width: .4rem; height: .4rem; border-radius: 50%; background: var(--coral); }
.related-product { display: block; border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: white; padding: 1rem; transition: transform .25s ease, box-shadow .25s ease; }
.related-product:hover { transform: translateY(-5px); box-shadow: 0 20px 45px rgba(11,56,46,.09); }
.related-product .catalog-mark { min-height: 14rem; }
.related-product h3 { margin: 1.5rem 1rem 0; font-size: 1.25rem; font-weight: 900; }
.related-product p { margin: .7rem 1rem 0; color: var(--ink-muted); font-size: .85rem; line-height: 1.9; }
.related-product strong { display: block; margin: 1.2rem 1rem .5rem; color: var(--coral); font-size: .8rem; }
.service-detail { scroll-margin-top: 7rem; border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: #fbfaf9; padding: 2rem; }
.service-detail h2 { margin-top: 2rem; }
.service-detail h3 { margin-top: 2rem; }
.contact-panel { overflow: hidden; border-radius: 2.25rem; padding: clamp(2rem, 5vw, 3.5rem); color: white; background: var(--forest); }
.contact-line { display: block; border: 1px solid rgba(255,255,255,.1); border-radius: 1.2rem; padding: 1rem; background: rgba(255,255,255,.05); }
.contact-line span { display: block; color: rgba(255,255,255,.45); font-size: .72rem; font-weight: 700; }
.contact-line strong { display: block; margin-top: .45rem; font-size: .9rem; line-height: 1.8; }
.contact-form { border: 1px solid rgba(11,56,46,.08); border-radius: 2.25rem; background: #fbfaf9; padding: clamp(1.5rem, 5vw, 3.5rem); }
.contact-form label { display: block; }
.contact-form label > span { display: block; margin-bottom: .65rem; font-size: .78rem; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(11,56,46,.12); border-radius: 1rem; outline: none; background: white; padding: .9rem 1rem; color: var(--forest); transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 4px rgba(250,90,54,.09); }
.legal-grid { display: grid; gap: 1rem; }
.legal-grid article { display: grid; grid-template-columns: 4rem 1fr; gap: 1.5rem; border: 1px solid rgba(11,56,46,.08); border-radius: 1.7rem; background: #fbfaf9; padding: 1.5rem; }
.legal-grid article > span { color: var(--coral); font-size: .8rem; font-weight: 900; letter-spacing: .15em; }
.legal-grid h2 { font-size: 1.25rem; font-weight: 900; }
.legal-grid p { margin-top: .55rem; color: var(--ink-muted); font-size: .9rem; line-height: 1.9; }
.faq-item { border: 1px solid rgba(11,56,46,.08); border-radius: 1.5rem; background: #fbfaf9; padding: 1.25rem 1.5rem; }
.faq-item summary { display: flex; cursor: pointer; list-style: none; align-items: center; justify-content: space-between; gap: 1rem; font-weight: 900; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--coral); font-size: 1.5rem; }
.faq-item p { margin-top: 1.2rem; border-top: 1px solid rgba(11,56,46,.08); padding-top: 1.2rem; color: var(--ink-muted); line-height: 2; }
.sitemap-card { border: 1px solid rgba(11,56,46,.08); border-radius: 2rem; background: #fbfaf9; padding: 2rem; }
.sitemap-card h2 { font-size: 1.3rem; font-weight: 900; }
.sitemap-card div { margin-top: 1.5rem; }
.sitemap-card a { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(11,56,46,.08); padding-block: .9rem; color: var(--ink-muted); font-size: .85rem; font-weight: 700; }
.sitemap-card a:hover { color: var(--coral); }

@media (max-width: 767px) {
  .container-shell { width: min(100% - 1.25rem, 1180px); }
  .section-space { padding-block: 4.5rem; }
  .hero-gallery { padding-top: 6.5rem; }
  .gallery-shell { height: calc(100svh - 8.5rem); min-height: calc(100svh - 8.5rem); border-radius: 2rem; padding: 1rem; overflow: hidden; }
  .gallery-shell { padding: 0; }
  .gallery-slide { padding: .95rem; }
  .gallery-bottom { align-items: center; }
  .gallery-dot { width: .7rem; height: .7rem; }
  .hero-visual { aspect-ratio: 16 / 10; max-height: 240px; }
  .story-wrap { min-height: auto; }
  .story-sticky { position: relative; top: 0; min-height: auto; }
  .story-step { opacity: 1; transform: none; }
  .product-art { height: 12rem; }
  .inner-title { font-size: clamp(2.75rem, 15vw, 4.5rem); }
  .process-card { grid-template-columns: 3rem 1fr; gap: .75rem; }
  .process-card p { grid-column: 2; }
  .catalog-row { grid-template-columns: 1fr; }
  .catalog-mark { min-height: 8rem; }
  .catalog-main, .catalog-meta, .catalog-result { padding: .5rem; }
  .product-detail-visual { min-height: 18rem; border-width: 7px; border-radius: 1.8rem; }
  .legal-grid article { grid-template-columns: 1fr; gap: .75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
