:root {
  --red: #c92331;
  --red-dark: #9f1725;
  --red-deep: #74101b;
  --yellow: #ffc51b;
  --yellow-soft: #ffdc6a;
  --cream: #fff8eb;
  --paper: #fffdf8;
  --ink: #211b18;
  --muted: #6d615b;
  --line: rgba(33,27,24,.12);
  --shadow: 0 24px 60px rgba(91, 16, 23, .18);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 96px 0; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: #fff; padding: 10px 14px; border-radius: 10px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(201,35,49,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { box-shadow: 0 10px 30px rgba(67,10,16,.18); background: rgba(169,24,37,.97); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 154px; height: auto; }
.site-nav { display: flex; align-items: center; gap: 25px; color: #fff; font-weight: 800; font-size: 14px; }
.site-nav > a:not(.btn) { opacity: .88; transition: opacity .2s ease, transform .2s ease; }
.site-nav > a:not(.btn):hover { opacity: 1; transform: translateY(-1px); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; margin: 5px 0; border-radius: 99px; background: #fff; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; padding: 14px 22px; font-weight: 900; border: 2px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-nav { background: var(--yellow); color: var(--ink); padding: 11px 17px; }
.btn-yellow { background: var(--yellow); color: var(--ink); box-shadow: 0 12px 28px rgba(84,44,0,.18); }
.btn-ghost { border-color: rgba(255,255,255,.46); color: #fff; background: rgba(255,255,255,.06); }
.btn-red { background: var(--red); color: #fff; }
.btn-big { padding: 18px 28px; font-size: 17px; }

.section-red { position: relative; overflow: hidden; background: radial-gradient(circle at 75% 20%, #df3944 0, var(--red) 32%, #b71929 100%); color: #fff; }
.hero { min-height: 690px; padding-top: 54px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; min-height: 560px; align-items: center; gap: 60px; position: relative; z-index: 2; }
.eyebrow, .kicker { margin: 0 0 14px; font-weight: 1000; letter-spacing: .14em; font-size: 12px; text-transform: uppercase; }
.eyebrow { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); border-radius: 999px; }
.hero h1, .section-heading h2, .sambel-copy h2, .career-copy h2, .cta-card h2 { font-family: "Arial Rounded MT Bold", "Trebuchet MS", Arial, sans-serif; letter-spacing: -.045em; line-height: .95; margin: 0; }
.hero h1 { font-size: clamp(54px, 6vw, 84px); text-transform: uppercase; max-width: 720px; }
.hero h1 em { color: var(--yellow); font-style: normal; display: inline-block; transform: rotate(-1.2deg); text-shadow: 0 5px 0 rgba(93,9,17,.22); }
.hero-text { max-width: 610px; font-size: 18px; color: rgba(255,255,255,.85); margin: 24px 0 28px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: flex; gap: 26px; margin-top: 42px; }
.hero-meta div { display: grid; gap: 1px; }
.hero-meta strong { font-size: 24px; line-height: 1; }
.hero-meta span { font-size: 12px; color: rgba(255,255,255,.7); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { display: grid; place-items: center; }
.hero-card { position: relative; width: min(100%, 510px); aspect-ratio: .98; border-radius: 48px; background: linear-gradient(145deg, #ffcf27, #ffad16); box-shadow: 0 38px 80px rgba(76,9,16,.34); border: 3px solid rgba(255,255,255,.22); transform: rotate(2deg); overflow: hidden; isolation: isolate; }
.hero-card::before { content:""; position:absolute; inset: 18px; border: 2px dashed rgba(125,33,0,.28); border-radius: 34px; z-index: -1; }
.hero-card::after { content:""; position:absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,.16); top: -180px; right: -140px; z-index:-2; }
.logo-stage { position: absolute; left: 50%; top: 23%; transform: translate(-50%,-50%) rotate(-2deg); width: 68%; padding: 18px; background: #fff8; border-radius: 25px; backdrop-filter: blur(3px); }
.hero-slogan { position: absolute; left: 9%; bottom: 12%; font-size: clamp(52px, 5.5vw, 76px); font-weight: 1000; line-height: .82; letter-spacing: -.075em; color: #fff; text-shadow: 0 6px 0 rgba(106,17,26,.25); transform: rotate(-5deg); }
.sticker { position: absolute; z-index: 3; background: var(--red-deep); color: #fff; border: 3px solid #fff; border-radius: 999px; font-weight: 1000; text-align:center; box-shadow: 0 9px 20px rgba(71,12,17,.2); }
.sticker-top { right: 6%; top: 7%; padding: 12px 16px; transform: rotate(8deg); }
.sticker-bottom { right: 7%; bottom: 8%; width: 104px; height: 104px; display:grid; place-content:center; transform: rotate(8deg); font-size: 13px; line-height:1.05; }
.sticker-bottom b { color: var(--yellow); font-size: 18px; }
.pepper { position:absolute; font-size: 47px; filter: drop-shadow(0 8px 9px rgba(68,14,16,.18)); }
.pepper-a { left: 5%; top: 7%; transform: rotate(-26deg); }
.pepper-b { right: 7%; top: 42%; transform: rotate(38deg); }
.hero-orb { position:absolute; border-radius: 50%; border: 2px solid rgba(255,255,255,.16); }
.hero-orb-a { width: 280px; height: 280px; left: -110px; top: 70px; }
.hero-orb-b { width: 130px; height: 130px; right: 43%; bottom: 60px; }
.marquee { border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); overflow:hidden; white-space:nowrap; background: #aa1826; transform: rotate(-1deg) scale(1.02); }
.marquee-track { display: inline-block; padding: 13px 0; font-weight: 1000; letter-spacing: .09em; font-size: 13px; animation: ticker 24s linear infinite; }
@keyframes ticker { from { transform:translateX(0); } to { transform:translateX(-50%); } }

.section-menu { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; margin-bottom: 34px; }
.kicker { color: var(--red); }
.kicker-light { color: var(--yellow); }
.section-heading h2, .sambel-copy h2, .career-copy h2, .cta-card h2 { font-size: clamp(44px, 5vw, 68px); text-transform: uppercase; }
.section-heading p { color: var(--muted); font-size: 16px; margin: 0 0 6px; max-width: 520px; }
.filter-row { display:flex; gap: 10px; flex-wrap:wrap; margin-bottom: 27px; }
.filter { border: 1px solid var(--line); background: #fff; border-radius:999px; padding: 10px 15px; font-weight:900; cursor:pointer; transition:.2s ease; }
.filter:hover, .filter.active { color:#fff; background:var(--red); border-color:var(--red); }
.menu-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.menu-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; box-shadow:0 13px 32px rgba(62,34,20,.06); transition:transform .22s ease, box-shadow .22s ease; }
.menu-card:hover { transform:translateY(-6px); box-shadow:0 22px 46px rgba(62,34,20,.12); }
.menu-media { min-height:210px; position:relative; display:grid; place-items:center; padding:24px; background:linear-gradient(145deg,#f6c34f,#e99a24); overflow:hidden; }
.menu-media::before { content:""; width:190px; height:190px; border-radius:50%; border:2px dashed rgba(119,44,0,.2); position:absolute; }
.menu-media::after { content:"FOTO PRODUK ASLI"; position:relative; z-index:2; background:rgba(255,255,255,.84); border:1px solid rgba(255,255,255,.75); border-radius:999px; padding:9px 13px; font-size:11px; font-weight:1000; letter-spacing:.08em; color:#70400e; box-shadow:0 10px 24px rgba(90,48,0,.12); }
.menu-badge { position:absolute; top:14px; left:14px; z-index:3; border-radius:999px; padding:7px 10px; background:var(--red); color:#fff; font-size:10px; font-weight:1000; letter-spacing:.08em; }
.menu-body { padding:20px; }
.menu-body h3 { margin:0; font-size:22px; line-height:1.1; letter-spacing:-.03em; }
.menu-body p { color:var(--muted); margin:8px 0 16px; min-height:48px; font-size:14px; }
.price-row { display:flex; align-items:flex-end; justify-content:space-between; gap:12px; }
.price { display:flex; flex-wrap:wrap; gap:7px; }
.price span { background:var(--cream); border:1px solid #ecdcbc; padding:7px 9px; border-radius:10px; font-weight:1000; font-size:13px; }
.order-mini { display:inline-flex; width:42px; height:42px; border-radius:50%; place-content:center; background:var(--red); color:#fff; font-weight:1000; align-items:center; justify-content:center; transition:transform .2s ease; }
.order-mini:hover { transform:rotate(-8deg) scale(1.05); }
.menu-note { margin:24px 0 0; background:#fff6da; border:1px solid #f2dfa1; color:#6f5a2a; border-radius:15px; padding:14px 16px; font-size:13px; }

.sambel-section { background:var(--red-deep); color:#fff; overflow:hidden; position:relative; }
.sambel-section::after { content:""; position:absolute; width:500px; height:500px; border:80px solid rgba(255,255,255,.03); border-radius:50%; right:-200px; top:-180px; }
.sambel-wrap { display:grid; grid-template-columns:.8fr 1.2fr; gap:60px; align-items:center; position:relative; z-index:2; }
.sambel-copy h2 span { color:var(--yellow); }
.sambel-copy p:last-child { color:rgba(255,255,255,.72); max-width:430px; }
.sauce-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
.sauce-card { min-height:156px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.075); border-radius:22px; padding:19px; display:flex; flex-direction:column; justify-content:flex-end; backdrop-filter:blur(6px); transition:transform .2s ease, background .2s ease; }
.sauce-card:hover { transform:translateY(-4px) rotate(-1deg); background:rgba(255,255,255,.11); }
.sauce-card span { font-size:36px; margin-bottom:auto; }
.sauce-card b { font-size:16px; }
.sauce-card small { color:rgba(255,255,255,.58); margin-top:2px; }

.section-outlet { background:var(--paper); }
.outlet-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.outlet-card { padding:22px; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; min-height:210px; display:flex; flex-direction:column; box-shadow:0 10px 30px rgba(62,34,20,.045); transition:transform .2s ease; }
.outlet-card:hover { transform:translateY(-4px); }
.outlet-number { display:inline-grid; place-content:center; width:38px; height:38px; border-radius:12px; background:var(--yellow); font-weight:1000; margin-bottom:23px; }
.outlet-card h3 { margin:0 0 7px; font-size:19px; }
.outlet-card p { color:var(--muted); margin:0 0 18px; font-size:14px; }
.outlet-link { margin-top:auto; font-weight:1000; color:var(--red); display:inline-flex; gap:8px; align-items:center; }

.career-section { background:#efebe4; }
.career-card { background:linear-gradient(135deg,var(--red),var(--red-dark)); border-radius:var(--radius-xl); padding:48px; display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; color:#fff; box-shadow:var(--shadow); }
.career-copy p:last-child { color:rgba(255,255,255,.7); max-width:410px; }
.career-status { background:#fff; color:var(--ink); border-radius:26px; padding:28px; display:grid; grid-template-columns:auto 1fr; gap:18px; align-items:start; }
.status-icon { width:54px; height:54px; border-radius:16px; background:var(--cream); display:grid; place-content:center; font-size:27px; }
.career-status small { color:var(--red); font-weight:1000; letter-spacing:.09em; }
.career-status h3 { margin:5px 0 8px; font-size:24px; }
.career-status p { margin:0; color:var(--muted); }
.career-status .btn { grid-column:2; justify-self:start; margin-top:6px; }

.cta-section { background:var(--paper); }
.cta-card { background:var(--yellow); border-radius:var(--radius-xl); padding:46px 52px; display:flex; align-items:center; justify-content:space-between; gap:30px; position:relative; overflow:hidden; }
.cta-card::after { content:"🌶️"; position:absolute; font-size:150px; opacity:.08; right:34%; transform:rotate(-30deg); }
.cta-card h2 { color:var(--red); }
.cta-card p { margin:10px 0 0; color:#5f4b0f; }

.site-footer { background:#211517; color:#fff; padding:60px 0 24px; }
.footer-grid { display:grid; grid-template-columns:1.3fr .7fr 1fr; gap:70px; }
.footer-brand img { width:210px; }
.footer-brand p { color:var(--yellow); font-weight:1000; margin:12px 0 0; }
.footer-grid h3 { font-size:13px; text-transform:uppercase; letter-spacing:.1em; color:var(--yellow); margin:4px 0 14px; }
.footer-grid > div:not(.footer-brand) { display:flex; flex-direction:column; align-items:flex-start; gap:8px; color:rgba(255,255,255,.72); }
.footer-grid a:hover { color:#fff; }
.footer-bottom { margin-top:45px; padding-top:19px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:20px; color:rgba(255,255,255,.5); font-size:12px; }

.wa-float { position:fixed; right:20px; bottom:20px; width:58px; height:58px; border-radius:50%; background:#23c763; color:#fff; display:grid; place-content:center; font-size:15px; font-weight:1000; box-shadow:0 14px 34px rgba(15,81,38,.3); z-index:45; border:4px solid #fff; transition:transform .2s ease; }
.wa-float:hover { transform:translateY(-4px) rotate(4deg); }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 960px) {
  .nav-toggle { display:block; }
  .site-nav { position:absolute; top:78px; left:20px; right:20px; border-radius:20px; background:#a71927; padding:20px; display:none; flex-direction:column; align-items:stretch; box-shadow:0 24px 50px rgba(70,8,14,.28); }
  .site-nav.open { display:flex; }
  .site-nav .btn { margin-top:5px; }
  .hero { padding-top:32px; }
  .hero-grid { grid-template-columns:1fr; gap:28px; padding-bottom:58px; }
  .hero-copy { padding-top:20px; }
  .hero h1 { font-size:clamp(48px,10vw,72px); }
  .hero-visual { max-width:570px; width:100%; margin-inline:auto; }
  .section-heading { grid-template-columns:1fr; gap:18px; }
  .menu-grid, .outlet-grid { grid-template-columns:repeat(2,1fr); }
  .sambel-wrap, .career-card { grid-template-columns:1fr; }
  .sauce-grid { grid-template-columns:repeat(3,1fr); }
  .footer-grid { grid-template-columns:1.2fr .8fr; }
  .footer-grid > div:last-child { grid-column:1 / -1; }
}

@media (max-width: 640px) {
  .container { width:min(calc(100% - 28px), var(--container)); }
  .section { padding:70px 0; }
  .nav-wrap { height:70px; }
  .brand img { width:135px; }
  .site-nav { top:70px; left:14px; right:14px; }
  .hero { min-height:auto; }
  .hero-grid { min-height:auto; }
  .hero h1 { font-size:48px; }
  .hero-text { font-size:16px; }
  .hero-actions { display:grid; grid-template-columns:1fr; }
  .hero-meta { gap:18px; justify-content:space-between; }
  .hero-meta strong { font-size:21px; }
  .hero-card { border-radius:32px; }
  .logo-stage { width:72%; }
  .hero-slogan { font-size:48px; }
  .sticker-bottom { width:86px; height:86px; }
  .pepper { font-size:34px; }
  .section-heading h2, .sambel-copy h2, .career-copy h2, .cta-card h2 { font-size:44px; }
  .menu-grid, .outlet-grid { grid-template-columns:1fr; }
  .menu-media { min-height:190px; }
  .sauce-grid { grid-template-columns:repeat(2,1fr); }
  .career-card { padding:28px 20px; border-radius:26px; }
  .career-status { grid-template-columns:1fr; }
  .career-status .btn { grid-column:1; }
  .cta-card { padding:34px 22px; display:grid; }
  .cta-card::after { right:-25px; bottom:-30px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-grid > div:last-child { grid-column:auto; }
  .footer-bottom { flex-direction:column; }
}

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

/* ===== Product-photo update: original Nyamyang assets, no shape edits ===== */
.hero-product-card {
  background: #f0e8dc;
  transform: rotate(1.4deg);
}
.hero-product-card::before { display:none; }
.hero-product-card::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:auto;
  width:auto;
  height:24%;
  border-radius:0;
  background:linear-gradient(135deg,var(--red),var(--red-dark));
  z-index:1;
}
.hero-product-photo {
  position:absolute;
  inset:0 0 auto 0;
  width:100%;
  height:78%;
  object-fit:cover;
  object-position:center 68%;
  z-index:0;
  background:#eee8de;
}
.hero-logo-chip {
  position:absolute;
  left:7%;
  top:6%;
  width:44%;
  max-width:210px;
  padding:10px 13px;
  border-radius:18px;
  background:rgba(255,255,255,.92);
  box-shadow:0 12px 28px rgba(55,22,14,.16);
  z-index:4;
}
.hero-logo-chip img { width:100%; height:auto; }
.hero-product-card .hero-slogan {
  left:7%;
  bottom:5.5%;
  font-size:clamp(39px,4.5vw,62px);
  line-height:.8;
  z-index:3;
  transform:rotate(-3deg);
}
.hero-product-card .sticker-top { top:6%; right:5%; z-index:5; }
.hero-product-card .sticker-bottom {
  right:5%;
  bottom:4.5%;
  width:92px;
  height:92px;
  z-index:4;
}

.menu-media.has-photo {
  padding:0;
  min-height:225px;
  background:#efe9df;
}
.menu-media.has-photo::before,
.menu-media.has-photo::after,
.menu-media.component-media::before,
.menu-media.component-media::after { display:none; }
.menu-media.has-photo > img {
  width:100%;
  height:225px;
  object-fit:cover;
  object-position:center;
}
.component-media {
  min-height:225px;
  padding:16px;
  background:linear-gradient(145deg,#f6c34f,#e99a24);
  align-content:center;
}
.component-grid {
  width:100%;
  display:grid;
  grid-template-columns:1.35fr .8fr .8fr;
  gap:8px;
  height:158px;
  margin-top:17px;
}
.component-grid img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
  border:2px solid rgba(255,255,255,.8);
  background:#fff;
}
.component-note {
  position:absolute;
  left:14px;
  right:14px;
  bottom:11px;
  z-index:3;
  text-align:center;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(33,27,24,.84);
  color:#fff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
}

.gallery-section { background:#fff; padding-top:78px; }
.gallery-heading { margin-bottom:28px; }
.gallery-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.gallery-card {
  margin:0;
  min-width:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid var(--line);
  background:var(--cream);
  box-shadow:0 10px 28px rgba(62,34,20,.06);
  transition:transform .2s ease, box-shadow .2s ease;
}
.gallery-card:hover { transform:translateY(-4px); box-shadow:0 18px 38px rgba(62,34,20,.10); }
.gallery-card img {
  width:100%;
  height:255px;
  object-fit:contain;
  object-position:center;
  background:#efe9df;
}
.gallery-card figcaption {
  padding:14px 16px 16px;
  font-weight:1000;
  font-size:16px;
}

.sauce-card {
  overflow:hidden;
  padding:12px;
  min-height:190px;
}
.sauce-card img {
  width:100%;
  height:112px;
  object-fit:cover;
  border-radius:15px;
  margin-bottom:12px;
  background:#fff;
}
.sauce-card b { padding-inline:4px; }
.sauce-card small { padding-inline:4px; }
.sauce-card span { margin-bottom:auto; }
.sauce-no-photo { padding:19px; }
.sauce-no-photo span { font-size:42px; }

@media (max-width: 960px) {
  .gallery-grid { grid-template-columns:repeat(3,1fr); }
}

@media (max-width: 640px) {
  .hero-product-photo { object-position:center 66%; }
  .hero-logo-chip { width:48%; left:5%; top:5%; }
  .hero-product-card .hero-slogan { left:5%; bottom:6%; font-size:40px; }
  .hero-product-card .sticker-bottom { width:76px; height:76px; font-size:11px; }
  .hero-product-card .sticker-bottom b { font-size:15px; }
  .menu-media.has-photo,
  .component-media { min-height:210px; }
  .menu-media.has-photo > img { height:210px; }
  .component-grid { height:148px; }
  .gallery-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
  .gallery-card img { height:190px; }
  .sauce-card { min-height:178px; }
  .sauce-card img { height:98px; }
}

/* Lowongan dinamis dari data.js */
.career-status.has-jobs { display:block; }
.jobs-list { display:grid; gap:14px; width:100%; }
.job-item { border:1px solid var(--line); border-radius:20px; padding:20px; display:flex; justify-content:space-between; align-items:center; gap:20px; background:#fff; }
.job-item h3 { margin:4px 0 7px; }
.job-item p { margin:3px 0; }
.job-item .btn { grid-column:auto; margin:0; white-space:nowrap; }
@media (max-width: 700px) {
  .job-item { flex-direction:column; align-items:flex-start; }
}

/* ===== Transparent product assets =====
   Produk PNG transparan dari sumber Nyamyang ditampilkan tanpa crop
   agar bentuk produk asli tetap utuh. */
.menu-media.has-photo.transparent-product {
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.96) 0 28%, rgba(255,248,230,.95) 48%, rgba(255,215,98,.55) 100%);
  padding: 10px 14px 4px;
}
.menu-media.has-photo.transparent-product > img {
  width: 100%;
  height: 221px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 14px rgba(82,34,14,.18));
}
.gallery-card.transparent-product {
  background:
    radial-gradient(circle at 50% 42%, rgba(255,255,255,.98) 0 28%, rgba(255,248,230,.96) 52%, rgba(255,215,98,.48) 100%);
}
.gallery-card.transparent-product img {
  object-fit: contain;
  padding: 10px 14px 0;
  background: transparent;
  filter: drop-shadow(0 14px 14px rgba(82,34,14,.16));
}
