:root {
  --yellow: #ffd02a;
  --red: #e52320;
  --dark: #241a12;
  --cream: #fff4d8;
  --orange: #f7941d;
  --black: #111111;
  --paper: #fffaf0;
  --muted: #6c5542;
  --shadow: 0 22px 70px rgba(36, 26, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dark);
  background:
    radial-gradient(circle at 8% 0%, rgba(247, 148, 29, 0.22), transparent 28rem),
    linear-gradient(180deg, var(--cream) 0%, #fff9ed 52%, #ffe9b4 100%);
  font-family: "Nunito Sans", Arial, sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(36, 26, 18, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 26, 18, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent 70%);
  z-index: -1;
}

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

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

p {
  font-size: 1.02rem;
  line-height: 1.75;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px 12px;
  background: rgba(255, 208, 42, 0.94);
  border: 2px solid rgba(36, 26, 18, 0.16);
  border-radius: 8px;
  box-shadow: 0 12px 42px rgba(36, 26, 18, 0.12);
  backdrop-filter: blur(12px);
  animation: headerDrop 620ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.brand,
.header-cta,
.desktop-nav,
.btn,
.card-link,
.language-switcher {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 0.62rem;
  font-family: "Fredoka", Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.desktop-nav {
  justify-content: center;
  gap: clamp(0.75rem, 2vw, 2rem);
  font-weight: 900;
}

.desktop-nav a {
  position: relative;
  padding: 0.5rem 0.1rem;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-cta {
  position: relative;
  z-index: 0;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 1rem;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--black);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 4px 4px 0 var(--black);
}

.language-switcher {
  gap: 0.4rem;
  min-height: 44px;
  padding: 0 0.6rem;
  background: var(--cream);
  border: 2px solid rgba(36, 26, 18, 0.2);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 3px 3px 0 rgba(17, 17, 17, 0.16);
}

.language-switcher svg {
  width: 19px;
  height: 19px;
  stroke-width: 2.7;
}

.language-switcher select {
  max-width: 118px;
  color: var(--dark);
  background: transparent;
  border: 0;
  outline: 0;
  font: inherit;
  cursor: pointer;
}

.header-cta svg,
.btn svg,
.feature-grid svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.5;
}

.social-logo {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.btn,
.card-link,
.filter-tabs button,
.contact-card span,
.fiverr-copy span,
.language-switcher select {
  overflow-wrap: anywhere;
}

.section-shell {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

section[id] {
  scroll-margin-top: 112px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
  min-height: calc(100svh - 96px);
  margin-top: 18px;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background: var(--yellow);
  border: 2px solid rgba(36, 26, 18, 0.14);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.eyebrow {
  width: max-content;
  max-width: 100%;
  margin: 0 0 0.85rem;
  padding: 0.32rem 0.62rem;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--dark);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--dark);
  font-family: "Fredoka", Arial, sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  font-size: clamp(3rem, 6.2vw, 5.85rem);
  line-height: 0.88;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.96;
}

h3 {
  font-size: 1.7rem;
  line-height: 1;
}

.hero-copy > p:not(.eyebrow) {
  max-width: 620px;
}

.hero-copy > * {
  animation: heroTextIn 680ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-copy > *:nth-child(2) {
  animation-delay: 90ms;
}

.hero-copy > *:nth-child(3) {
  animation-delay: 170ms;
}

.hero-copy > *:nth-child(4) {
  animation-delay: 240ms;
}

.hero-copy > *:nth-child(5) {
  animation-delay: 310ms;
}

.hero-lede {
  margin: 1.4rem 0 0.3rem;
  font-size: clamp(1.22rem, 2.5vw, 1.65rem);
  font-weight: 900;
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.btn {
  position: relative;
  z-index: 0;
  justify-content: center;
  gap: 0.55rem;
  min-height: 52px;
  padding: 0 1.2rem;
  border: 2px solid var(--black);
  border-radius: 8px;
  font-weight: 900;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
}

.btn:hover,
.card-link:hover,
.filter-tabs button:hover {
  transform: translate(-2px, -2px);
}

.btn-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 5px 5px 0 var(--black);
}

.btn-secondary {
  background: var(--paper);
  box-shadow: 5px 5px 0 var(--orange);
}

.btn-dark {
  color: #fff;
  background: var(--black);
}

.btn-light {
  background: var(--paper);
}

.hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 96px;
  align-items: center;
  min-height: 560px;
}

.hero-main-image {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: min(68vh, 630px);
  min-height: 440px;
  object-fit: cover;
  border: 3px solid var(--black);
  border-radius: 8px;
  box-shadow: 16px 16px 0 rgba(229, 35, 32, 0.96);
  animation: heroImageIn 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 220ms both;
}

.hero-floating-image {
  position: absolute;
  left: -34px;
  bottom: 8px;
  width: min(34vw, 260px);
  aspect-ratio: 0.82;
  object-fit: cover;
  border: 3px solid var(--black);
  border-radius: 8px;
  box-shadow: 10px 10px 0 var(--paper);
  animation: heroImageIn 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 360ms both, softFloat 5.2s ease-in-out 1.2s infinite;
}

.vertical-label {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: grid;
  place-items: center;
  height: min(62vh, 560px);
  padding: 0.85rem;
  color: #5f0705;
  background: rgba(255, 244, 216, 0.22);
  border: 3px solid rgba(36, 26, 18, 0.88);
  border-radius: 8px;
  font-family: "Fredoka", Arial, sans-serif;
  font-size: clamp(2rem, 4.4vw, 4.25rem);
  font-weight: 700;
  line-height: 0.92;
  animation: labelSlideIn 680ms cubic-bezier(0.2, 0.8, 0.2, 1) 420ms both;
}

.products,
.custom,
.gallery,
.about-order,
.pricing,
.final-cta {
  margin-top: clamp(3rem, 7vw, 5.5rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 1.4rem;
}

.section-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-weight: 700;
}

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

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  background: var(--paper);
  border: 2px solid var(--dark);
  border-radius: 8px;
  box-shadow: 8px 8px 0 rgba(36, 26, 18, 0.13);
  transition: transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms ease;
}

.product-card:hover {
  transform: translate(-4px, -6px);
  box-shadow: 12px 14px 0 rgba(229, 35, 32, 0.22);
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: contain;
  background: #f7df9a;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover img {
  transform: scale(1.025);
}

.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
}

.product-card-body p {
  margin: 0;
}

.tag {
  align-self: flex-start;
  padding: 0.28rem 0.55rem;
  color: #fff;
  background: var(--red);
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 900;
}

.best-for {
  color: var(--muted);
  font-weight: 900;
}

.card-link {
  justify-content: center;
  min-height: 46px;
  margin-top: auto;
  color: #fff;
  background: var(--black);
  border-radius: 8px;
  font-weight: 900;
}

.custom {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--dark);
  border-radius: 8px;
}

.custom h2,
.custom p {
  color: #fff;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.feature-grid article {
  display: grid;
  gap: 0.7rem;
  min-height: 118px;
  padding: 1rem;
  background: var(--yellow);
  border: 2px solid var(--black);
  border-radius: 8px;
  font-weight: 900;
}

.feature-grid svg {
  color: var(--red);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.filter-tabs button {
  min-height: 42px;
  padding: 0 0.8rem;
  color: var(--dark);
  background: var(--paper);
  border: 2px solid rgba(36, 26, 18, 0.3);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), background 180ms ease;
}

.filter-tabs button.active {
  color: #fff;
  background: var(--red);
  border-color: var(--black);
}

.gallery-feature {
  display: grid;
  grid-template-columns: 1.36fr 0.82fr;
  grid-template-rows: repeat(2, 250px);
  gap: 1rem;
  margin-bottom: 1rem;
}

.gallery-feature img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f3d581;
  border: 2px solid var(--dark);
  border-radius: 8px;
  cursor: zoom-in;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 240ms ease, opacity 420ms ease;
}

.gallery-feature img:hover,
.gallery-grid img:hover {
  transform: translate(-2px, -2px);
  box-shadow: 6px 6px 0 rgba(229, 35, 32, 0.82);
}

.gallery-feature img:first-child {
  grid-row: 1 / 3;
}

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

.gallery-grid img {
  aspect-ratio: 4 / 3;
}

.gallery img.is-hidden {
  display: none;
}

.about-order {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 1rem;
}

.about-panel,
.steps-panel,
.pricing,
.final-cta {
  border: 2px solid var(--dark);
  border-radius: 8px;
}

.about-panel,
.steps-panel {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--paper);
}

.fiverr-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 1rem;
  padding: 0.85rem;
  color: var(--dark);
  background: #ffffff;
  border: 2px solid rgba(36, 26, 18, 0.18);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(29, 191, 115, 0.22);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
}

.fiverr-card:hover {
  transform: translate(-2px, -3px);
  box-shadow: 8px 9px 0 rgba(29, 191, 115, 0.3);
}

.fiverr-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.fiverr-copy {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
}

.fiverr-copy strong {
  font-size: 1.08rem;
  line-height: 1.1;
}

.fiverr-copy span,
.fiverr-copy small {
  color: var(--muted);
  font-weight: 900;
  line-height: 1.25;
}

.fiverr-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  color: var(--dark) !important;
}

.fiverr-rating img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.order-steps {
  display: grid;
  gap: 0.7rem;
  padding: 0;
  margin: 1rem 0 1.4rem;
  list-style: none;
}

.order-steps li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0.6rem;
  background: var(--cream);
  border: 2px solid rgba(36, 26, 18, 0.15);
  border-radius: 8px;
  font-weight: 900;
}

.order-steps li > span:first-child {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
}

.order-steps li > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.pricing {
  padding: clamp(1.2rem, 3vw, 2rem);
  background: var(--yellow);
}

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

.price-grid article {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  background: var(--paper);
  border: 2px solid var(--dark);
  border-radius: 8px;
}

.price-grid span {
  font-weight: 900;
}

.price-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.45;
}

.price-grid strong {
  color: var(--red);
  font-family: "Fredoka", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.8rem, 3vw, 2rem);
  background: rgba(17, 17, 17, 0.88);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.lightbox-open {
  overflow: hidden;
}

.lightbox-content {
  display: grid;
  gap: 0.7rem;
  width: min(100%, 1120px);
  max-height: 92svh;
  margin: 0;
  transform: scale(0.96) translateY(12px);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.lightbox.is-open .lightbox-content {
  transform: scale(1) translateY(0);
}

.lightbox-content img {
  width: 100%;
  max-height: min(86svh, 900px);
  object-fit: contain;
  background: var(--paper);
  border: 3px solid var(--yellow);
  border-radius: 8px;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.42);
}

.lightbox-content figcaption {
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: clamp(0.8rem, 3vw, 1.5rem);
  right: clamp(0.8rem, 3vw, 1.5rem);
  z-index: 61;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: var(--red);
  border: 2px solid var(--yellow);
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 4px 4px 0 var(--black);
  transition: transform 220ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 220ms ease;
}

.lightbox-close:hover {
  transform: rotate(10deg) scale(1.04);
  box-shadow: 6px 6px 0 var(--black);
}

.lightbox-close svg {
  width: 26px;
  height: 26px;
  stroke-width: 3;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.4rem, 4vw, 2.5rem);
  color: #fff;
  background: var(--red);
}

.final-copy {
  max-width: 660px;
}

.final-cta h2,
.final-cta p {
  color: #fff;
}

.final-cta .eyebrow {
  color: var(--dark);
  background: var(--yellow);
}

.final-cta .btn-light {
  color: var(--dark);
}

.fiverr-button {
  background: #ffffff;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.75rem;
}

.contact-card {
  display: grid;
  gap: 0.55rem;
  width: min(100%, 520px);
  margin-top: 1rem;
  padding: 0.85rem;
  color: var(--dark);
  background: rgba(255, 250, 240, 0.94);
  border: 2px solid var(--black);
  border-radius: 8px;
  box-shadow: 6px 6px 0 rgba(17, 17, 17, 0.24);
}

.contact-card span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 900;
}

.reveal {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

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

.product-card.reveal.is-visible:hover {
  transform: translate(-4px, -6px);
}

.gallery-feature img.reveal.is-visible:hover,
.gallery-grid img.reveal.is-visible:hover {
  transform: translate(-2px, -2px) scale(1.015);
}

.product-grid .reveal:nth-child(2),
.feature-grid .reveal:nth-child(2),
.gallery-grid .reveal:nth-child(2),
.price-grid .reveal:nth-child(2) {
  transition-delay: 80ms;
}

.product-grid .reveal:nth-child(3),
.feature-grid .reveal:nth-child(3),
.gallery-grid .reveal:nth-child(3),
.price-grid .reveal:nth-child(3) {
  transition-delay: 150ms;
}

.feature-grid .reveal:nth-child(4),
.gallery-grid .reveal:nth-child(4) {
  transition-delay: 40ms;
}

.feature-grid .reveal:nth-child(5),
.gallery-grid .reveal:nth-child(5) {
  transition-delay: 110ms;
}

.feature-grid .reveal:nth-child(6),
.gallery-grid .reveal:nth-child(6) {
  transition-delay: 180ms;
}

.cta-pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border: 2px solid rgba(229, 35, 32, 0.38);
  border-radius: inherit;
  animation: ctaPulse 2.8s ease-out infinite;
}

.btn-dark.cta-pulse::after {
  border-color: rgba(255, 208, 42, 0.48);
}

@keyframes headerDrop {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroTextIn {
  from {
    opacity: 0;
    transform: translateX(-28px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(18px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes softFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes labelSlideIn {
  from {
    opacity: 0;
    transform: rotate(180deg) translateY(-24px);
  }
  to {
    opacity: 1;
    transform: rotate(180deg) translateY(0);
  }
}

@keyframes mobileLabelIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ctaPulse {
  0% {
    opacity: 0.72;
    transform: scale(0.98);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 32px));
  margin: 2rem auto;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 900;
}

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

  .desktop-nav {
    grid-column: 1 / -1;
    order: 4;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 0.2rem;
  }

  .language-switcher {
    order: 3;
  }

  .hero,
  .custom,
  .about-order {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-stage {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .vertical-label {
    order: 3;
    align-self: stretch;
    writing-mode: horizontal-tb;
    transform: none;
    justify-self: stretch;
    height: auto;
    margin-top: 1rem;
    font-size: 2.4rem;
    animation-name: mobileLabelIn;
  }

  .hero-main-image {
    order: 1;
  }

  .hero-floating-image {
    order: 2;
    position: relative;
    left: auto;
    bottom: auto;
    width: min(44vw, 260px);
    margin-top: -110px;
    margin-left: 0.75rem;
  }

  .hero-main-image {
    height: 520px;
  }

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

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-header {
    width: min(100% - 20px, 1180px);
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.65rem;
    margin-top: 10px;
  }

  .brand span {
    display: inline;
    font-size: 1.08rem;
    line-height: 1;
    white-space: nowrap;
  }

  .brand {
    min-width: 0;
    gap: 0.45rem;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 0.72rem;
    font-size: 0.92rem;
  }

  .language-switcher {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 38px;
  }

  .language-switcher select {
    max-width: none;
    width: auto;
  }

  .section-shell {
    width: min(100% - 20px, 1180px);
  }

  section[id] {
    scroll-margin-top: 190px;
  }

  .desktop-nav {
    gap: 0.35rem 1rem;
  }

  .hero {
    padding: 1rem;
  }

  h1 {
    font-size: clamp(2.55rem, 14vw, 4.4rem);
  }

  .hero-actions,
  .final-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .social-logo {
    width: 22px;
    height: 22px;
  }

  .fiverr-card {
    grid-template-columns: 1fr;
  }

  .fiverr-logo {
    width: 48px;
    height: 48px;
  }

  .hero-main-image {
    min-height: 0;
    height: 400px;
  }

  .hero-floating-image {
    width: 68%;
    margin-top: -80px;
  }

  .product-grid,
  .gallery-feature,
  .gallery-grid,
  .feature-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .gallery-feature {
    grid-template-rows: none;
  }

  .gallery-feature img:first-child {
    grid-row: auto;
  }

  .gallery-feature img {
    aspect-ratio: 4 / 3;
  }

  .product-card img {
    aspect-ratio: 4 / 5;
  }

  .lightbox {
    padding: 0.7rem;
  }

  .lightbox-content {
    max-height: 88svh;
  }

  .lightbox-content img {
    max-height: 80svh;
  }

  footer {
    flex-direction: column;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }

  .hero-copy > *,
  .hero-main-image,
  .hero-floating-image,
  .vertical-label,
  .site-header {
    animation: none !important;
  }

  .cta-pulse::after {
    display: none;
  }
}
