@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,600;0,9..144,700;1,9..144,500&family=Outfit:wght@400;500;600;700&family=Syne:wght@700;800&display=swap");

:root {
  --ink: #100d0b;
  --ink-soft: #2a221c;
  --paper: #f3ebe2;
  --cream: #fbf7f2;
  --sand: #e4d5c4;
  --red: #e11d2e;
  --red-deep: #9a1020;
  --muted: #6f675f;
  --line: rgba(16, 13, 11, 0.1);
  --shadow: 0 28px 70px rgba(16, 13, 11, 0.16);
  --radius: 24px;
  --font: "Outfit", system-ui, sans-serif;
  --serif: "Fraunces", "Times New Roman", serif;
  --display: "Syne", var(--serif);
  --c: #00aeef;
  --m: #ec008c;
  --y: #ffe000;
  --k: #111;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(225, 29, 46, 0.07), transparent 50%),
    radial-gradient(900px 400px at 100% 0%, rgba(0, 174, 239, 0.06), transparent 45%),
    var(--paper);
  line-height: 1.55;
  min-height: 100vh;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 90;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='https://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip:focus {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 80;
  width: auto;
  height: auto;
  clip: auto;
  padding: 0.6rem 0.9rem;
  background: #111;
  color: #fff;
  border-radius: 8px;
}

.price .vat,
.vat {
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted, #7a7168);
}

/* Header */
.topbar {
  background: #070605;
  color: #e8dccf;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 6vw;
  flex-wrap: wrap;
  position: relative;
}

.topbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c) 0 25%, var(--m) 25% 50%, var(--y) 50% 75%, #111 75% 100%);
}

.topbar a:hover {
  color: #fff;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(22px) saturate(1.2);
  background: rgba(243, 235, 226, 0.78);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.55rem 6vw;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
}

.logo-img {
  display: block;
  height: 64px;
  width: auto;
  max-width: min(280px, 58vw);
  object-fit: contain;
  object-position: left center;
}

.site-footer .logo-img {
  height: 72px;
  max-width: 320px;
}

.logo-mark {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ff3b4a, var(--red) 40%, var(--red-deep));
  color: #fff;
  display: grid;
  place-items: center;
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.35rem;
  box-shadow: 0 10px 28px rgba(225, 29, 46, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
}

.logo-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.logo strong {
  display: block;
  font-size: 1.12rem;
  letter-spacing: 0.22em;
  font-family: var(--display);
}

.logo span {
  display: block;
  font-size: 0.68rem;
  color: var(--muted);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 1.5rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.nav-links a {
  position: relative;
  align-self: flex-start;
  opacity: 0.72;
  transition: opacity 0.2s;
}

.nav-links a:hover,
.nav-links a.active {
  opacity: 1;
}

.nav-links a.active::after,
.nav-links a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  height: 2px;
  background: var(--red);
  border-radius: 2px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.nav-actions .btn {
  padding: 0.7rem 1.05rem;
}

.icon-btn {
  position: relative;
  border: 1px solid var(--line);
  background: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(16, 13, 11, 0.06);
}

.badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--red);
  color: #fff;
  font-size: 0.65rem;
  min-width: 18px;
  height: 18px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  padding: 0 4px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.9rem 1.45rem;
  font-weight: 600;
  font-size: 0.92rem;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.2s, filter 0.2s;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-red {
  background: linear-gradient(180deg, #ff3344, var(--red));
  color: #fff;
  box-shadow: 0 14px 32px rgba(225, 29, 46, 0.32);
}

.btn-red:hover {
  filter: brightness(1.06);
}

.btn-dark {
  background: var(--ink);
  color: #f6eee4;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  color: var(--ink);
  backdrop-filter: blur(8px);
}

.btn-full {
  width: 100%;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  cursor: pointer;
}

/* Hero */
.hero {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 2.5rem;
  padding: 4.2rem 6vw 4.6rem;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: min(90vh, 860px);
  background:
    radial-gradient(ellipse at 12% 20%, rgba(225, 29, 46, 0.28), transparent 42%),
    radial-gradient(ellipse at 88% 30%, rgba(0, 174, 239, 0.18), transparent 40%),
    radial-gradient(ellipse at 70% 90%, rgba(236, 0, 140, 0.12), transparent 38%),
    #090807;
  color: #f6eee4;
}

.hero .lede {
  color: #c9bdb1;
}

.hero .hero-meta {
  color: #8f857c;
}

.hero .hero-meta strong {
  color: #fff;
}

.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.hero .kicker {
  color: #ff8a90;
}

.hero .kicker::before {
  background: #ff8a90;
}

.hero .crop-tl,
.hero .crop-br {
  border-color: rgba(255, 255, 255, 0.35);
}

.hero-glow {
  position: absolute;
  inset: -10% -5% auto;
  height: 80%;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(225, 29, 46, 0.22), transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(0, 174, 239, 0.16), transparent 46%);
  pointer-events: none;
  filter: blur(8px);
}

.kicker {
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 0.72rem;
  margin-bottom: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--red);
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hero h1 {
  font-size: clamp(3rem, 6.4vw, 6.1rem);
  margin: 0 0 1.1rem;
}

.hero h1 em {
  font-style: italic;
  color: var(--red);
  font-weight: 500;
}

.lede {
  font-size: 1.14rem;
  color: var(--ink-soft);
  max-width: 36rem;
}

.hero-cta {
  display: flex;
  gap: 0.75rem;
  margin: 1.7rem 0 1.9rem;
  flex-wrap: wrap;
}

.hero-meta {
  display: flex;
  gap: 1.6rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.hero-meta strong {
  display: block;
  color: var(--ink);
  font-size: 1.05rem;
  font-family: var(--display);
  letter-spacing: 0.02em;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  perspective: 1200px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 78%;
  height: 78%;
  right: 0;
  top: 8%;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.55), transparent 64%);
  filter: blur(28px);
  pointer-events: none;
}

.mfp {
  position: absolute;
  inset: 6% 6% 8% 8%;
  display: grid;
  place-items: center;
}

.mfp-body {
  position: relative;
  width: min(100%, 420px);
  height: 460px;
  border-radius: 28px 28px 18px 18px;
  background:
    linear-gradient(180deg, #3a3532 0%, #1a1715 18%, #12100f 100%);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.mfp-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 16%;
  width: 8px;
  border-radius: 0 0 0 8px;
  background: linear-gradient(180deg, var(--c), var(--m), var(--y), #222);
}

.mfp-adf {
  position: absolute;
  left: 10%;
  right: 28%;
  top: 7%;
  height: 16%;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #4e4844, #2a2624);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.mfp-adf::after {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 28%;
  height: 8px;
  border-radius: 99px;
  background: #1a1715;
}

.mfp-glass {
  position: absolute;
  left: 12%;
  right: 30%;
  top: 22%;
  height: 7%;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
}

.mfp-panel {
  position: absolute;
  right: 7%;
  top: 10%;
  width: 22%;
  height: 28%;
  border-radius: 12px;
  background: #0e0c0b;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  padding: 8px 7px;
}

.mfp-screen {
  height: 58%;
  border-radius: 6px;
  background: linear-gradient(160deg, #7ec8ff, #14527a);
  color: #fff;
  padding: 6px 7px;
  box-shadow: 0 0 22px rgba(80, 180, 255, 0.45);
  animation: screenPulse 2.8s ease-in-out infinite;
}

.mfp-screen b,
.mfp-screen span {
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.mfp-screen span {
  opacity: 0.75;
  margin-top: 2px;
}

.mfp-pad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-top: 6px;
}

.mfp-pad i {
  display: block;
  height: 8px;
  border-radius: 3px;
  background: #2c2826;
}

.mfp-pad i:first-child {
  background: var(--red);
}

.mfp-mouth {
  position: absolute;
  left: 12%;
  right: 14%;
  top: 46%;
  height: 22%;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.mfp-out {
  position: absolute;
  left: 10%;
  right: 12%;
  top: 64%;
  height: 10px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #5a534e, #2a2624);
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.25);
}

.mfp-page {
  position: absolute;
  left: 8%;
  width: 72%;
  height: 92px;
  background: #f7f3ee;
  border-radius: 2px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  padding: 10px 12px;
  animation: printOut 5.2s ease-in-out infinite;
}

.mfp-page em {
  display: block;
  height: 5px;
  margin-bottom: 6px;
  border-radius: 99px;
  background: #d9d0c6;
  transform-origin: left;
  animation: ink 5.2s ease-in-out infinite;
}

.mfp-page em:nth-child(1) { width: 78%; background: #1a1715; }
.mfp-page em:nth-child(2) { width: 92%; }
.mfp-page em:nth-child(3) { width: 64%; background: rgba(225, 29, 46, 0.75); }
.mfp-page em:nth-child(4) { width: 84%; }

.mfp-page.p2 {
  animation-delay: 2.6s;
  width: 68%;
  left: 12%;
}

.mfp-page.p2 em {
  animation-delay: 2.6s;
}

@keyframes printOut {
  0% { transform: translateY(78px); opacity: 0; }
  12% { opacity: 1; }
  42% { transform: translateY(6px); }
  72% { transform: translateY(6px); opacity: 1; }
  100% { transform: translateY(18px); opacity: 0; }
}

@keyframes ink {
  0%, 18% { transform: scaleX(0); }
  42%, 100% { transform: scaleX(1); }
}

@keyframes screenPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.2); }
}

.mfp-cassette {
  position: absolute;
  left: 14%;
  right: 14%;
  bottom: 7%;
  height: 16%;
  border-radius: 8px;
  background: linear-gradient(180deg, #6a635c, #3d3834);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.18);
}

.mfp-cassette span {
  position: absolute;
  left: 8%;
  right: 8%;
  top: 22%;
  height: 46%;
  background: repeating-linear-gradient(
    180deg,
    #f4efe8 0 7px,
    #e4dbd0 7px 8px
  );
  border-radius: 2px;
}

.mfp-led {
  position: absolute;
  right: 10%;
  bottom: 28%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3dff8a;
  box-shadow: 0 0 12px #3dff8a;
  animation: led 1.1s steps(2, end) infinite;
}

@keyframes led {
  50% { opacity: 0.35; }
}

.crop {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 0;
  opacity: 0.45;
}

.crop-tl {
  top: 0;
  left: 0;
  border-top: 2px solid var(--ink);
  border-left: 2px solid var(--ink);
}

.crop-br {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid var(--ink);
  border-right: 2px solid var(--ink);
}

.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 0.95rem 1.1rem;
  box-shadow: var(--shadow);
  font-size: 0.82rem;
  z-index: 2;
  animation: bob 5s ease-in-out infinite;
}

.float-card strong {
  display: block;
  font-size: 0.96rem;
}

.float-1 {
  top: 6%;
  left: -2%;
}

.float-2 {
  bottom: 4%;
  right: -2%;
  animation-delay: 1.4s;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.marquee {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #100d0b;
  padding: 0.95rem 0;
}

.marquee-track {
  display: flex;
  gap: 2.6rem;
  width: max-content;
  animation: slide 26s linear infinite;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  color: #f3e9dc;
  font-family: var(--display);
}

.marquee-track span::before {
  content: "●";
  color: var(--red);
  margin-right: 2.6rem;
}

@keyframes slide {
  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 5.2rem 6vw;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
  margin-bottom: 2.2rem;
}

.section-head h2 {
  font-size: clamp(2.1rem, 3.8vw, 3.5rem);
  margin: 0;
}

.muted {
  color: var(--muted);
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.card {
  background: linear-gradient(180deg, #fffdf9, var(--cream));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.45rem;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s;
  position: relative;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
}

.service-card {
  min-height: 260px;
  overflow: hidden;
}

.service-card .num {
  font-family: var(--display);
  color: var(--red);
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.service-card::after {
  content: "";
  position: absolute;
  right: -20%;
  bottom: -30%;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(225, 29, 46, 0.12), transparent 70%);
}

.product-art {
  height: 220px;
  border-radius: 18px;
  margin-bottom: 0.85rem;
  position: relative;
  overflow: hidden;
}

.product-art.has-photo {
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.15rem;
  height: 240px;
}

.product-art.has-photo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-art.has-photo::after {
  display: none;
}

.product-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.22) 50%, transparent 65%);
  transform: translateX(-70%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.card:hover .product-art::after {
  transform: translateX(70%);
}

.product-art span {
  position: absolute;
  inset: auto 12px 12px auto;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  z-index: 2;
}

.art-uretim {
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), transparent 30%),
    linear-gradient(145deg, #1a1412, #5a241c 48%, #e11d2e);
}

.art-mfp {
  background:
    radial-gradient(circle at 20% 80%, rgba(0, 174, 239, 0.35), transparent 40%),
    linear-gradient(145deg, #1a2228, #4d6270 55%, #9eb4c2);
}

.art-yazici {
  background:
    radial-gradient(circle at 70% 80%, rgba(255, 224, 0, 0.25), transparent 40%),
    linear-gradient(145deg, #2a221c, #7a5a3a 50%, #d4b08c);
}

.art-sarf {
  background:
    radial-gradient(circle at 30% 20%, rgba(236, 0, 140, 0.35), transparent 40%),
    linear-gradient(145deg, #3a1014, #a31d28 50%, #ff6b6b);
}

.printer-shape {
  position: absolute;
  width: 58%;
  height: 44%;
  left: 20%;
  top: 30%;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2), inset 0 10px 0 rgba(255, 255, 255, 0.08);
}

.printer-shape::before {
  content: "";
  position: absolute;
  left: 12%;
  right: 12%;
  top: 18%;
  height: 28%;
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(180, 220, 255, 0.55), rgba(40, 80, 110, 0.4));
}

.printer-shape::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 14%;
  height: 12%;
  border-radius: 4px;
  background: var(--red);
  opacity: 0.9;
}

.tag {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.35rem;
}

.price {
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0.4rem 0 0.8rem;
}

.quote-price {
  font-size: 0.95rem;
  color: var(--red-deep);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}

.chip {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.48rem 0.95rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: 0.2s;
}

.chip:hover {
  border-color: var(--ink);
}

.chip.active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}

.search {
  width: min(420px, 100%);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.75rem 1.1rem;
  margin-bottom: 1.2rem;
}

.band {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(225, 29, 46, 0.35), transparent 50%),
    radial-gradient(ellipse at 90% 100%, rgba(0, 174, 239, 0.18), transparent 45%),
    #0c0a09;
  color: #f6eee4;
  position: relative;
  overflow: hidden;
}

.band::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 18px 18px;
  opacity: 0.35;
  pointer-events: none;
}

.band h2 {
  color: #fff;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.stat {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 1.1rem;
}

.stat b {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1.05rem 0;
}

.faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1.05rem;
}

.faq details[open] summary {
  color: var(--red);
}

.site-footer {
  padding: 3.2rem 6vw 2rem;
  background: #070605;
  color: #d9cfc4;
  position: relative;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c) 0 25%, var(--m) 25% 50%, var(--y) 50% 75%, #111 75% 100%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.site-footer a:hover {
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  font-size: 0.82rem;
  color: #9c9186;
}

.wa {
  position: fixed;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 50;
  background: linear-gradient(180deg, #25d366, #128c7e);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 36px rgba(18, 140, 126, 0.42);
  font-weight: 700;
  animation: pulse 2.8s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    box-shadow: 0 16px 36px rgba(18, 140, 126, 0.42);
  }
  50% {
    box-shadow: 0 16px 36px rgba(18, 140, 126, 0.42), 0 0 0 12px rgba(37, 211, 102, 0.16);
  }
}

.page-hero {
  padding: 4.4rem 6vw 2rem;
  position: relative;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(225, 29, 46, 0.12), transparent 50%),
    radial-gradient(ellipse at 100% 0%, rgba(0, 174, 239, 0.08), transparent 46%);
}

.page-hero h1 {
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  margin: 0.3rem 0;
}

.product-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
}

.gallery {
  height: 440px;
  border-radius: 28px;
  position: relative;
}

.gallery.has-photo {
  height: 480px;
  padding: 2rem;
}

.qty {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.qty button {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
}

.cart-row .product-art.has-photo {
  height: 72px;
  padding: 6px;
}

.cart-row .product-art.has-photo img {
  max-height: 60px;
}

.form {
  display: grid;
  gap: 0.8rem;
}

.form input,
.form select,
.form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 14px;
  padding: 0.85rem 1rem;
}

.form .check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.88rem;
}

.form .check input {
  width: auto;
  margin-top: 0.2rem;
}

.notice {
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: 16px;
  padding: 1rem;
  font-size: 0.9rem;
}

button.btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  filter: none;
}

.calc {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.calc input[type="range"] {
  width: 100%;
  accent-color: var(--red);
}

.calc output {
  font-family: var(--serif);
  font-size: clamp(1.15rem, 2vw, 1.6rem);
  display: block;
  margin-top: 0.6rem;
  line-height: 1.25;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 1.4rem;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  z-index: 80;
}

.toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cookie {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  max-width: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  background: #111;
  color: #f6eee4;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 6vw;
  box-shadow: none;
}

.cookie a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie p {
  margin: 0;
  font-size: 0.88rem;
}

.cookie .btn {
  background: #fff;
  color: #111;
  flex-shrink: 0;
}

body.cookie-on .wa {
  bottom: 4.8rem;
}

body.cookie-on {
  padding-bottom: 4.2rem;
}

.empty {
  text-align: center;
  padding: 3rem 1rem;
}

.reveal {
  animation: rise 0.9s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1100px) {
  .nav-actions .btn {
    display: none;
  }
}

@media (max-width: 980px) {
  .hero,
  .split,
  .product-layout,
  .footer-grid,
  .stats {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    flex-direction: column;
    padding: 1rem 6vw 1.2rem;
    border-bottom: 1px solid var(--line);
  }

  .nav-links.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .hero {
    min-height: auto;
    padding-top: 2.4rem;
  }

  .hero-visual {
    min-height: 340px;
  }

  .mfp {
    inset: 2% 4% 6%;
  }

  .mfp-body {
    height: 340px;
  }

  .cart-row {
    grid-template-columns: 72px 1fr;
  }
}

@media (max-width: 640px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }

  .shop-toolbar {
    grid-template-columns: 1fr;
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-4px);
}

.product-card h3 {
  font-size: 1.02rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.2em;
  margin: 0.35rem 0 0.5rem;
}

.product-card .price {
  margin-top: auto;
}

.product-card > a {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.product-card > .btn {
  margin-top: 0.9rem;
  flex-shrink: 0;
}

.shop-section {
  padding-top: 0;
}

.shop-toolbar {
  display: grid;
  grid-template-columns: 1.4fr auto auto auto;
  gap: 0.7rem;
  align-items: center;
  margin-bottom: 1rem;
}

.shop-toolbar .search {
  width: 100%;
  margin: 0;
}

.shop-select,
.shop-check {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
}

.shop-check {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
  white-space: nowrap;
}

.shop-meta {
  margin: 0 0 1.1rem;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  justify-content: center;
  margin-top: 2rem;
}

.cat-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.8rem;
}

.cat-tile {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1.1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 108px;
  transition: transform 0.25s ease, border-color 0.2s;
}

.cat-tile:hover {
  transform: translateY(-4px);
  border-color: var(--ink);
}

.cat-tile strong {
  font-family: var(--serif);
  font-size: 1.15rem;
}

.cat-tile span {
  color: var(--muted);
  font-size: 0.82rem;
}

.crumb {
  font-size: 0.88rem;
  color: var(--muted);
  margin: 0 0 1.2rem;
}

.crumb a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.spec-table {
  width: 100%;
  margin-top: 1.2rem;
  border-collapse: collapse;
}

.spec-table th {
  text-align: left;
  padding: 8px 12px 8px 0;
  color: var(--muted);
  font-weight: 500;
  width: 34%;
}

.related {
  margin-top: 3.5rem;
}

.related h2 {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}

.art-makine {
  background:
    radial-gradient(circle at 20% 80%, rgba(0, 174, 239, 0.35), transparent 40%),
    linear-gradient(145deg, #1a2228, #4d6270 55%, #9eb4c2);
}

.art-toner {
  background:
    radial-gradient(circle at 30% 20%, rgba(236, 0, 140, 0.35), transparent 40%),
    linear-gradient(145deg, #3a1014, #a31d28 50%, #ff6b6b);
}

.art-murekkep {
  background:
    radial-gradient(circle at 80% 20%, rgba(0, 174, 239, 0.4), transparent 36%),
    linear-gradient(145deg, #082028, #0a6a86 52%, #7ad7f0);
}

.art-drum {
  background:
    radial-gradient(circle at 70% 80%, rgba(255, 224, 0, 0.28), transparent 40%),
    linear-gradient(145deg, #2a221c, #7a5a3a 50%, #d4b08c);
}

.art-parca {
  background:
    radial-gradient(circle at 40% 30%, rgba(255, 255, 255, 0.15), transparent 40%),
    linear-gradient(145deg, #1c1c1c, #4a4a4a 55%, #9a9a9a);
}

.art-robot {
  background:
    radial-gradient(circle at 30% 20%, rgba(225, 29, 46, 0.35), transparent 40%),
    linear-gradient(145deg, #14080c, #3a1020 48%, #e11d2e);
}

.art-hizmet {
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 174, 239, 0.2), transparent 50%),
    linear-gradient(145deg, #101418, #2a3840 55%, #8aa4b0);
}

@media (max-width: 1100px) {
  .cat-tiles {
    grid-template-columns: repeat(3, 1fr);
  }

  .shop-toolbar {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 980px) {
  .cat-tiles {
    grid-template-columns: 1fr 1fr;
  }
}

/* Atelier — vitrin katmanı */
::selection {
  background: #e11d2e;
  color: #fff;
}

body {
  background:
    radial-gradient(900px 420px at 100% -10%, rgba(225, 29, 46, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f1ea 0%, #efe6db 40%, #f6f1ea 100%);
}

.site-header {
  background: transparent;
  border: 0;
  padding: 0.65rem 0 0.2rem;
  backdrop-filter: none;
}

.nav-shell {
  margin: 0 3.2vw;
  padding: 0.35rem 0.45rem 0.35rem 0.9rem;
  background: rgba(255, 252, 248, 0.78);
  border: 1px solid rgba(16, 13, 11, 0.08);
  border-radius: 999px;
  box-shadow: 0 18px 50px rgba(16, 13, 11, 0.08);
  backdrop-filter: blur(18px) saturate(1.3);
}

.logo-img {
  height: 52px;
}

.nav-links a {
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icon-btn {
  background: #111;
  color: #fff;
  border-color: #111;
}

.product-card {
  padding: 0.7rem 0.7rem 0.95rem;
  border-radius: 22px;
  background: #fffdfb;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(16, 13, 11, 0.12);
}

.product-card .product-art {
  height: 210px;
  margin: 0;
  border-radius: 16px;
  background: #f3eee8;
}

.product-card .product-art.has-photo {
  height: 220px;
  background: linear-gradient(180deg, #faf7f3, #efe8e0) !important;
}

.product-card:hover .product-art.has-photo img {
  transform: scale(1.06);
}

.product-art.has-photo img {
  transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.pc-hit {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  color: inherit;
}

.pc-copy {
  padding: 0.85rem 0.35rem 0.15rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pc-brand {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}

.product-card h3 {
  font-size: 1.05rem;
  margin: 0.25rem 0 0.55rem;
}

.product-card .price {
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}

.product-card > .btn {
  margin: 0.7rem 0.25rem 0.15rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  min-height: 280px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 40%),
    #fffdfb;
}

.service-card .more {
  margin-top: auto;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 0.88rem;
}

.service-card:hover .more {
  color: var(--red);
}

.cat-tiles {
  gap: 0.7rem;
}

.cat-tile {
  min-height: 140px;
  border-radius: 20px;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #f6eee4;
  border: 0;
  padding: 1.15rem;
}

.cat-tile span {
  color: rgba(246, 238, 228, 0.62);
}

.cat-tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}

.cat-tile:nth-child(1)::before { background: var(--c); }
.cat-tile:nth-child(2)::before { background: var(--m); }
.cat-tile:nth-child(3)::before { background: var(--y); }
.cat-tile:nth-child(4)::before { background: #fff; }
.cat-tile:nth-child(5)::before { background: var(--red); }
.cat-tile:nth-child(6)::before { background: #8fd18a; }

.cat-tile:hover {
  transform: translateY(-6px);
  border-color: transparent;
}

.page-hero {
  padding: 3.2rem 6vw 1.4rem;
}

.shop-toolbar {
  position: sticky;
  top: 78px;
  z-index: 12;
  padding: 0.55rem;
  border-radius: 18px;
  background: rgba(255, 252, 248, 0.88);
  border: 1px solid var(--line);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 30px rgba(16, 13, 11, 0.05);
}

.filters {
  margin-top: 0.4rem;
}

.gallery.has-photo,
.product-layout .gallery {
  background: linear-gradient(180deg, #fff, #f3ece4);
  box-shadow: 0 30px 70px rgba(16, 13, 11, 0.08);
}

@media (max-width: 860px) {
  .nav-shell {
    margin: 0 3vw;
    border-radius: 22px;
  }

  .shop-toolbar {
    top: 64px;
    position: static;
  }
}

.shop-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin: 0.6rem 3vw 0;
  padding: 2.4rem 3vw 2rem;
  border-radius: 28px;
  background:
    radial-gradient(ellipse at 0% 0%, rgba(225, 29, 46, 0.35), transparent 46%),
    #12100e;
  color: #f6eee4;
}

.shop-hero p {
  color: #cbbfb3;
  max-width: 36rem;
}

.shop-hero-stat {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.15rem 0.8rem;
  align-items: baseline;
  min-width: 11rem;
}

.shop-hero-stat b {
  font-family: var(--display);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.shop-hero-stat span {
  color: #b5a89c;
  font-size: 0.82rem;
}

.buy-panel {
  position: sticky;
  top: 96px;
  align-self: start;
  min-width: 0;
}

.buy-panel h1 {
  overflow-wrap: break-word;
  word-break: normal;
  font-size: clamp(1.7rem, 2.5vw, 2.6rem);
}

.buy-panel .price {
  font-family: var(--display);
  font-size: 1.8rem;
  letter-spacing: -0.03em;
}

.fx {
  display: grid;
  gap: 0.25rem;
  margin: 0.2rem 0 1rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}

.fx-row {
  display: grid;
  grid-template-columns: 4.6rem 1fr auto;
  align-items: baseline;
  gap: 0.45rem;
  padding: 0.38rem 0.5rem;
  border-radius: 10px;
}

.fx-row b {
  font-family: var(--display);
  font-size: 1.12rem;
  font-weight: 560;
  letter-spacing: -0.02em;
}

.fx-row span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fx-row em {
  font-style: normal;
  font-size: 0.72rem;
  color: #8a7d72;
}

.fx-row.is-list {
  background: #111;
  color: #f6eee4;
}

.fx-row.is-list em {
  color: #d9c7b4;
}

.fx-note {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  color: #8a7d72;
}

.buy-panel .qty input {
  width: 64px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.5rem;
}

.no-photo,
.product-art.lost {
  display: grid;
  place-items: center;
}

.no-photo b,
.product-art.lost::after {
  font-family: var(--display);
  font-size: 2.4rem;
  color: rgba(16, 13, 11, 0.35);
}

.product-art.lost img {
  display: none;
}

.product-art.lost::after {
  content: "C";
}

@media (max-width: 800px) {
  .nav-shell {
    margin: 0 2.5vw;
    padding: 0.25rem 0.35rem 0.25rem 0.5rem;
  }

  .nav {
    gap: 0.35rem;
    min-width: 0;
  }

  .logo {
    min-width: 0;
  }

  .logo-img {
    height: 40px;
    max-width: 118px;
  }

  .nav-actions {
    gap: 0.3rem;
  }

  .lang {
    max-width: 6.6rem;
  }

  .icon-btn .badge {
    right: 0;
    top: 0;
  }

  body {
    overflow-x: clip;
  }

  .shop-hero {
    flex-direction: column;
    align-items: start;
    margin: 0 3vw;
  }

  .buy-panel {
    position: static;
  }

  .cookie {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mfp-page,
  .mfp-page em,
  .mfp-led,
  .mfp-screen,
  .marquee-track {
    animation: none !important;
  }
}

.lang {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.65rem;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 600;
}

.lang-wrap {
  display: flex;
  align-items: center;
}

.product-page.section {
  padding-top: 1.6rem;
}

.product-page .product-layout {
  align-items: start;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 1.6rem;
}

.product-layout .gallery,
.product-layout .gallery.has-photo {
  align-self: start;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 78%, rgba(16, 13, 11, 0.1), transparent 46%),
    linear-gradient(165deg, #fbf7f2 0%, #efe4d8 100%) !important;
  border: 1px solid rgba(16, 13, 11, 0.06);
  box-shadow: 0 18px 40px rgba(16, 13, 11, 0.06);
}

.product-layout .gallery.has-photo img {
  width: 88%;
  height: 88%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  transform: none;
  image-rendering: auto;
  filter: none;
}

.product-page .product-layout.has-hd {
  grid-template-columns: 1.05fr 0.95fr;
}

.product-layout .gallery.has-photo img.photo-hd {
  width: 92%;
  height: 92%;
  max-width: none;
  max-height: none;
}

.buy-panel .kicker {
  margin-bottom: 0.35rem;
}

.buy-panel .offer {
  margin: 0.2rem 0 1.1rem;
}

.buy-panel .price {
  margin: 0 0 0.75rem;
}

.buy-panel .price .vat {
  display: inline-block;
  margin-left: 0.35rem;
  padding: 0.18rem 0.5rem;
  border-radius: 999px;
  background: #111;
  color: #f6eee4;
  font-family: var(--sans);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  vertical-align: 0.35rem;
}

.fx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.fx-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  margin: 0;
  padding: 0.7rem 0.8rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--line);
}

.fx-row b {
  font-size: 1.2rem;
}

.fx-row em:empty {
  display: none;
}

.fx-row.is-list {
  background: #111;
  border-color: #111;
}

.fx-note {
  grid-column: 1 / -1;
  margin: 0.15rem 0 0;
}

.buy-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 0.85rem;
  padding-top: 0.2rem;
}

.buy-bar .hero-cta {
  margin: 0;
}

.stock-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  background: #e7f6ea;
  color: #1d6b32;
  font-size: 0.82rem;
  font-weight: 650;
}

.stock-pill::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #1f9d45;
}

.product-layout .spec-table {
  margin-top: 1.35rem;
  border-top: 1px solid var(--line);
}

.product-layout .spec-table tr + tr th,
.product-layout .spec-table tr + tr td {
  border-top: 1px solid rgba(16, 13, 11, 0.06);
}

.product-layout .spec-table th,
.product-layout .spec-table td {
  padding: 0.72rem 0;
}

@media (max-width: 800px) {
  .product-page.section {
    padding: 1rem 4vw 2.4rem;
  }

  .product-page .product-layout,
  .product-page .product-layout.has-hd {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-layout .gallery,
  .product-layout .gallery.has-photo {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    min-height: 0;
  }

  .product-layout .gallery.has-photo img,
  .product-layout .gallery.has-photo img.photo-hd {
    width: 78%;
    height: 78%;
    max-width: none;
    max-height: none;
  }

  .buy-panel h1 {
    font-size: 1.65rem;
  }

  .buy-panel .price {
    font-size: 1.55rem;
  }

  .fx-row b {
    font-size: 1.02rem;
  }

  .buy-bar {
    align-items: stretch;
  }

  .buy-bar .qty,
  .buy-bar .hero-cta {
    width: 100%;
  }

  .buy-bar .hero-cta .btn {
    flex: 1;
    justify-content: center;
  }

  .product-layout .spec-table th {
    width: 38%;
  }
}
