:root {
  --blue: #0768b8;
  --blue-dark: #063e77;
  --blue-deep: #052b53;
  --blue-soft: #dceefc;
  --blue-pale: #f1f8fd;
  --ink: #0a1828;
  --muted: #5e6b7b;
  --white: #ffffff;
  --line: #dbe4ec;
  --green: #20c66b;
  --pink: #ef6a93;
  --shadow: 0 24px 70px rgba(7, 46, 82, 0.13);
  --radius-lg: 34px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

[hidden] {
  display: none !important;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

.section {
  padding: 112px 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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--white);
  background: var(--blue-deep);
  border-radius: 10px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(214, 225, 235, 0.8);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 84px;
  gap: 42px;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 102px;
}

.brand img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.main-nav a,
.footer-links a {
  position: relative;
  color: #314052;
  font-size: 0.92rem;
  font-weight: 700;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--blue);
  border-radius: 99px;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  gap: 10px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.button:focus-visible,
.filter-button:focus-visible,
.menu-toggle:focus-visible,
input:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(7, 104, 184, 0.35);
  outline-offset: 3px;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 13px 30px rgba(7, 104, 184, 0.24);
}

.button-primary:hover {
  background: #075c9f;
  box-shadow: 0 16px 34px rgba(7, 104, 184, 0.32);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-white {
  color: var(--blue-deep);
  background: var(--white);
  box-shadow: 0 16px 38px rgba(2, 25, 48, 0.2);
}

.button-ghost {
  color: var(--blue-deep);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid #cad9e7;
}

.button-large {
  min-height: 58px;
  padding-inline: 26px;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--blue-pale);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: var(--blue-deep);
  border-radius: 3px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  background: linear-gradient(125deg, #f8fbfe 0%, #edf7fe 56%, #d6edfc 100%);
}

.hero::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 430px;
  height: 430px;
  border: 70px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  content: "";
}

.hero-shape {
  position: absolute;
  background: var(--blue);
  border-radius: 34px;
  opacity: 0.06;
  transform: rotate(45deg);
}

.hero-shape-one {
  top: 70px;
  left: -120px;
  width: 290px;
  height: 290px;
}

.hero-shape-two {
  right: 36%;
  bottom: -100px;
  width: 190px;
  height: 190px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  min-height: 710px;
  gap: 56px;
  padding-block: 64px 74px;
}

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

.eyebrow span {
  width: 34px;
  height: 3px;
  background: currentColor;
  border-radius: 99px;
}

.eyebrow-light {
  color: #90cdf7;
}

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

h1,
h2 {
  letter-spacing: -0.045em;
  line-height: 1.02;
}

h1 {
  max-width: 690px;
  margin-bottom: 26px;
  font-size: clamp(3rem, 5.2vw, 5.45rem);
  font-weight: 900;
}

h1 em,
h2 em {
  color: var(--blue);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 34px;
  color: #4d5c6d;
  font-size: 1.17rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.35;
}

.hero-note strong {
  color: var(--ink);
}

.avatar-stack {
  display: flex;
  padding-left: 9px;
}

.avatar-stack span {
  width: 46px;
  height: 46px;
  margin-left: -9px;
  overflow: hidden;
  background: var(--white);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(9, 35, 59, 0.13);
}

.avatar-stack img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual {
  position: relative;
  min-height: 560px;
}

.hero-backdrop {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 430px;
  height: 475px;
  background: linear-gradient(145deg, var(--blue-dark), var(--blue));
  border-radius: 44% 56% 51% 49% / 39% 36% 64% 61%;
  box-shadow: 0 36px 80px rgba(4, 62, 112, 0.28);
  transform: rotate(4deg);
}

.hero-backdrop::before {
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: inherit;
  content: "";
}

.product-orbit {
  position: absolute;
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.product-orbit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.orbit-one {
  z-index: 3;
  top: 73px;
  left: 15px;
  width: 345px;
  height: 385px;
  padding: 18px 18px 60px;
  border-radius: 28px;
  transform: rotate(-4deg);
}

.orbit-one span {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  color: var(--white);
  background: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.orbit-two {
  z-index: 4;
  top: 30px;
  right: -8px;
  width: 180px;
  height: 215px;
  padding: 14px;
  border-radius: 24px;
  transform: rotate(7deg);
}

.orbit-three {
  z-index: 4;
  right: 5px;
  bottom: 20px;
  width: 235px;
  height: 225px;
  padding: 15px;
  border-radius: 28px;
  transform: rotate(4deg);
}

.mini-badge {
  position: absolute;
  z-index: 6;
  display: grid;
  place-items: center;
  color: var(--white);
  border: 5px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(6, 43, 83, 0.16);
  font-size: 1.4rem;
}

.badge-heart {
  top: 13px;
  left: -2px;
  width: 66px;
  height: 66px;
  background: var(--pink);
}

.badge-star {
  right: 150px;
  bottom: 23px;
  width: 58px;
  height: 58px;
  background: var(--blue-deep);
}

.trust-bar {
  position: relative;
  z-index: 3;
  margin-top: -22px;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 114px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e2ebf2;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(15, 52, 83, 0.11);
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 38px;
}

.trust-item + .trust-item {
  border-left: 1px solid var(--line);
}

.trust-number {
  color: #91bee1;
  font-family: Georgia, serif;
  font-size: 2rem;
  font-style: italic;
}

.trust-item div {
  display: grid;
}

.trust-item strong {
  font-size: 1rem;
}

.trust-item small {
  color: var(--muted);
  font-size: 0.82rem;
}

.catalog-section {
  background: var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  align-items: end;
  gap: 70px;
  margin-bottom: 42px;
}

.section-heading h2,
.about-copy h2,
.contact-copy h2 {
  margin-bottom: 0;
  font-size: clamp(2.55rem, 4.5vw, 4.55rem);
  font-weight: 900;
}

.section-heading > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.catalog-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.search-box {
  display: flex;
  align-items: center;
  width: min(100%, 520px);
  min-height: 58px;
  gap: 12px;
  padding-inline: 18px;
  background: var(--blue-pale);
  border: 1px solid transparent;
  border-radius: 16px;
  transition: background 0.2s ease, border 0.2s ease;
}

.search-box:focus-within {
  background: var(--white);
  border-color: #86bce4;
}

.search-box svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-width: 2;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.search-box input::placeholder {
  color: #778697;
}

.result-count {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  white-space: nowrap;
}

.category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 38px;
  padding-bottom: 5px;
  overflow-x: auto;
  scrollbar-width: none;
}

.category-filters::-webkit-scrollbar {
  display: none;
}

.filter-button {
  flex: none;
  min-height: 44px;
  padding: 0 14px;
  color: #405064;
  background: var(--white);
  border: 1px solid #d4e0e9;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 800;
  transition: all 0.2s ease;
}

.filter-button:hover,
.filter-button.active {
  color: var(--white);
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dee8f0;
  border-radius: var(--radius-md);
  transition: transform 0.24s ease, box-shadow 0.24s ease, border 0.24s ease;
}

.product-card:hover {
  border-color: transparent;
  box-shadow: 0 20px 46px rgba(10, 54, 89, 0.13);
  transform: translateY(-6px);
}

.product-image-wrap {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 0.92;
  margin: 10px 10px 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f5fafe, #deeffb);
  border-radius: 16px;
}

.product-image-wrap::after {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 100px;
  height: 100px;
  background: rgba(7, 104, 184, 0.07);
  border-radius: 50%;
  content: "";
}

.product-image-wrap img {
  z-index: 1;
  width: 82%;
  height: 82%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image-wrap img {
  transform: scale(1.045);
}

.product-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px;
}

.product-category {
  margin-bottom: 9px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 18px;
  font-size: 1.08rem;
  line-height: 1.3;
}

.product-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  color: var(--ink);
  border-top: 1px solid var(--line);
  font-size: 0.83rem;
  font-weight: 900;
}

.product-link span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  color: var(--white);
  background: var(--blue);
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.product-link:hover span {
  transform: rotate(10deg) scale(1.07);
}

.catalog-more {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.empty-state {
  padding: 70px 20px;
  color: var(--muted);
  background: var(--blue-pale);
  border-radius: 24px;
  text-align: center;
}

.empty-state > span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: 3rem;
}

.empty-state h3 {
  margin-bottom: 6px;
  color: var(--ink);
}

.empty-state .button {
  margin-top: 12px;
}

.about-section {
  overflow: hidden;
  color: var(--white);
  background: var(--blue-deep);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 92px;
}

.about-collage {
  position: relative;
  min-height: 580px;
}

.about-image {
  position: absolute;
  overflow: hidden;
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(0, 17, 36, 0.28);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-image-main {
  inset: 0 82px 68px 0;
}

.about-image-small {
  right: 0;
  bottom: 0;
  width: 245px;
  height: 235px;
  padding: 12px;
  border: 7px solid var(--blue-deep);
}

.about-image-small img {
  object-fit: contain;
}

.about-stamp {
  position: absolute;
  top: 28px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 132px;
  height: 132px;
  padding: 18px;
  color: var(--ink);
  background: #9ed5fb;
  border: 6px solid var(--blue-deep);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(8deg);
}

.about-stamp span {
  display: block;
  font-size: 2rem;
}

.about-copy h2,
.contact-copy h2 {
  margin-bottom: 28px;
}

.about-copy h2 em,
.contact-copy h2 em {
  color: #9ed5fb;
}

.about-copy > p:not(.eyebrow) {
  color: #c7d9e8;
  font-size: 1.03rem;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  margin-top: 12px;
  padding-bottom: 5px;
  color: var(--white);
  border-bottom: 2px solid #81c7f7;
  font-weight: 900;
}

.text-link span {
  font-size: 1.25rem;
}

.process-section {
  background: #f5f9fc;
}

.centered-heading {
  display: flex;
  align-items: center;
  max-width: 760px;
  margin-inline: auto;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.centered-heading .eyebrow {
  justify-content: center;
}

.centered-heading h2 {
  margin-bottom: 20px;
}

.centered-heading > p:last-child {
  max-width: 620px;
  margin: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.process-card {
  position: relative;
  min-height: 270px;
  padding: 36px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dfe9f1;
  border-radius: 26px;
}

.process-card.featured {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 20px 45px rgba(7, 104, 184, 0.23);
}

.process-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  margin-bottom: 38px;
  color: var(--blue);
  background: var(--blue-soft);
  border-radius: 19px;
  font-family: Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 700;
}

.featured .process-icon {
  color: var(--blue-deep);
  background: var(--white);
}

.process-card h3 {
  margin-bottom: 11px;
  font-size: 1.3rem;
}

.process-card p {
  margin: 0;
  color: var(--muted);
}

.process-card.featured p {
  color: #d8eeff;
}

.contact-section {
  padding: 70px 0;
  background: var(--white);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.07fr 0.93fr;
  min-height: 520px;
  padding: 70px;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(135deg, #064a8e, #0879c9);
  border-radius: var(--radius-lg);
  box-shadow: 0 30px 70px rgba(5, 57, 104, 0.22);
}

.contact-card::before {
  position: absolute;
  top: -180px;
  left: 38%;
  width: 400px;
  height: 400px;
  border: 80px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.contact-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.contact-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin-bottom: 30px;
  color: #d9efff;
  font-size: 1.05rem;
}

.contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.contact-instagram {
  display: flex;
  align-items: center;
  gap: 11px;
}

.contact-instagram > span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 1.6rem;
}

.contact-instagram div {
  display: grid;
}

.contact-instagram small {
  color: #bfe4ff;
}

.contact-instagram strong {
  font-size: 0.9rem;
}

.contact-visual {
  position: relative;
  z-index: 2;
}

.contact-photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 310px;
  height: 350px;
  padding: 20px;
  background: var(--white);
  border-radius: 28px;
  box-shadow: 0 25px 55px rgba(0, 28, 55, 0.25);
  transform: rotate(6deg);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.second-photo {
  top: auto;
  right: 250px;
  bottom: -24px;
  width: 190px;
  height: 205px;
  transform: rotate(-7deg);
}

.site-footer {
  color: #c8d9e8;
  background: #061d34;
}

.footer-main {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 40px;
  padding-block: 48px;
}

.footer-brand {
  overflow: hidden;
  background: var(--white);
  border-radius: 12px;
}

.footer-main > p {
  max-width: 470px;
  margin: 0;
  font-size: 0.9rem;
}

.footer-links {
  display: grid;
  grid-template-columns: auto auto;
  gap: 12px 28px;
}

.footer-links a {
  color: #d7e4ef;
}

.footer-links a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-block: 20px;
  color: #8297aa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
}

.whatsapp-float {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  min-height: 58px;
  gap: 10px;
  padding: 0 21px;
  color: var(--white);
  background: var(--green);
  border: 3px solid var(--white);
  border-radius: 999px;
  box-shadow: 0 14px 32px rgba(8, 91, 49, 0.28);
  font-weight: 900;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px) scale(1.02);
}

.whatsapp-float svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

@media (max-width: 1060px) {
  .header-inner {
    grid-template-columns: auto auto 1fr;
  }

  .main-nav {
    gap: 20px;
  }

  .header-cta {
    display: none;
  }

  .hero-grid {
    gap: 20px;
  }

  .orbit-one {
    left: 0;
    width: 300px;
  }

  .orbit-two {
    width: 155px;
  }

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

  .contact-card {
    padding: 55px;
  }

  .contact-photo {
    width: 260px;
    height: 310px;
  }

  .second-photo {
    right: 205px;
    width: 165px;
    height: 180px;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 86px 0;
  }

  .header-inner {
    display: flex;
    justify-content: space-between;
    min-height: 74px;
  }

  .site-header {
    background: var(--white);
    backdrop-filter: none;
  }

  .brand {
    position: relative;
    z-index: 2;
    width: 88px;
  }

  .brand img {
    height: 52px;
  }

  .menu-toggle {
    position: relative;
    z-index: 2;
    display: block;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .main-nav {
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 0;
    bottom: auto;
    left: 0;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 34px 22px;
    height: calc(100vh - 74px);
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .main-nav.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .main-nav a {
    padding: 18px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 1.1rem;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-top: 72px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy .eyebrow,
  .hero-actions,
  .hero-note {
    justify-content: center;
  }

  .hero-lead,
  h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: min(100%, 570px);
    margin-inline: auto;
  }

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

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .section-heading > p {
    max-width: 650px;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .about-collage {
    min-height: 530px;
  }

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

  .process-card {
    min-height: 0;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-visual {
    min-height: 340px;
  }

  .contact-photo {
    right: 15%;
  }

  .second-photo {
    right: auto;
    left: 12%;
  }

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

  .footer-links {
    grid-column: 1 / -1;
  }
}

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

  .section {
    padding: 72px 0;
  }

  h1 {
    font-size: clamp(2.8rem, 13vw, 4.2rem);
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .hero-lead {
    font-size: 1rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-note {
    align-items: flex-start;
    text-align: left;
  }

  .hero-visual {
    min-height: 430px;
  }

  .hero-backdrop {
    top: 45px;
    right: 2%;
    width: 86%;
    height: 350px;
  }

  .orbit-one {
    top: 65px;
    left: 0;
    width: 62%;
    height: 300px;
    padding-bottom: 54px;
  }

  .orbit-two {
    top: 20px;
    right: 0;
    width: 37%;
    height: 160px;
  }

  .orbit-three {
    right: 0;
    bottom: 0;
    width: 43%;
    height: 160px;
  }

  .badge-star {
    right: 34%;
    bottom: -5px;
  }

  .badge-heart {
    left: -5px;
  }

  .trust-bar {
    margin-top: -12px;
  }

  .trust-item {
    padding: 20px 24px;
  }

  .section-heading h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(2.35rem, 11vw, 3.4rem);
  }

  .catalog-tools {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .category-filters {
    flex-wrap: nowrap;
  }

  .result-count {
    padding-left: 3px;
  }

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

  .product-image-wrap {
    margin: 7px 7px 0;
  }

  .product-content {
    padding: 14px;
  }

  .product-card h3 {
    font-size: 0.96rem;
  }

  .product-category {
    font-size: 0.6rem;
  }

  .product-link {
    font-size: 0.76rem;
  }

  .product-link span {
    width: 28px;
    height: 28px;
  }

  .about-collage {
    min-height: 420px;
  }

  .about-image-main {
    inset: 0 45px 55px 0;
  }

  .about-image-small {
    width: 185px;
    height: 180px;
  }

  .about-stamp {
    top: -23px;
    right: -7px;
    width: 110px;
    height: 110px;
  }

  .contact-card {
    width: min(calc(100% - 20px), var(--container));
    padding: 46px 26px 30px;
    border-radius: 26px;
  }

  .contact-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }

  .contact-visual {
    min-height: 285px;
  }

  .contact-photo {
    right: 0;
    width: 68%;
    height: 265px;
  }

  .second-photo {
    bottom: -20px;
    left: 0;
    width: 43%;
    height: 155px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .footer-links {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .whatsapp-float {
    right: 15px;
    bottom: 15px;
    width: 58px;
    padding: 0;
  }

  .whatsapp-float span {
    display: none;
  }
}

@media (max-width: 340px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-image-wrap {
    aspect-ratio: 1.2 / 1;
  }
}

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