:root {
  --ink: #151515;
  --paper: #f5f0e8;
  --white: #fffefa;
  --pink: #ff4f91;
  --pink-hot: #ff2d7d;
  --purple: #795cff;
  --lime: #d8ff43;
  --muted: #736f68;
  --line: rgba(21, 21, 21, .14);
  --radius-lg: 38px;
  --radius-md: 24px;
  --shadow: 0 24px 70px rgba(31, 18, 24, .14);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section-pad { padding: 120px 0; }

.noise {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: .025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: background .3s ease, padding .3s ease, box-shadow .3s ease;
}
.site-header.scrolled {
  padding: 12px 0;
  background: rgba(245, 240, 232, .9);
  backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 rgba(21, 21, 21, .08);
}
.nav-wrap { display: flex; align-items: center; justify-content: space-between; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 18px/1 "Manrope", sans-serif;
  letter-spacing: -.04em;
  position: relative;
  z-index: 102;
}
.brand-dot { color: var(--pink-hot); }
.brand-mark {
  width: 34px;
  height: 34px;
  border: 2px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
}
.brand-mark > span:nth-child(1) { width: 12px; height: 12px; border: 2px solid currentColor; border-radius: 50%; }
.brand-mark > span:nth-child(2) { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: var(--pink); top: 5px; right: 6px; }
.brand-mark > span:nth-child(3) { position: absolute; width: 9px; height: 3px; border-radius: 4px; background: currentColor; bottom: -5px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 2px;
  background: var(--pink-hot);
  transition: right .25s ease;
}
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta {
  background: var(--ink);
  color: var(--white);
  padding: 13px 20px;
  border-radius: 999px;
  transition: transform .2s ease, background .2s ease;
}
.nav-cta:hover { transform: translateY(-2px); background: var(--pink-hot); }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 10px; position: relative; z-index: 102; }
.menu-toggle span { position: absolute; left: 9px; width: 24px; height: 2px; background: var(--ink); transition: transform .25s ease, top .25s ease; }
.menu-toggle span:first-child { top: 15px; }
.menu-toggle span:last-child { top: 25px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 20px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 20px; transform: rotate(-45deg); }

.hero {
  min-height: 780px;
  padding-top: 150px;
  padding-bottom: 90px;
  position: relative;
  background:
    radial-gradient(circle at 90% 20%, rgba(255,79,145,.2), transparent 26%),
    radial-gradient(circle at 10% 90%, rgba(121,92,255,.12), transparent 24%),
    var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(21,21,21,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(21,21,21,.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: .94fr 1.06fr; gap: 70px; align-items: center; position: relative; z-index: 1; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: 12px; font-weight: 700; margin-bottom: 28px; }
.eyebrow span { width: 30px; height: 2px; background: var(--pink-hot); }
h1, h2, h3 { margin: 0; font-family: "Manrope", sans-serif; }
h1 { font-size: clamp(56px, 6.3vw, 92px); line-height: .95; letter-spacing: -.065em; max-width: 720px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--pink-hot); }
.hero-lead { max-width: 580px; font-size: 20px; line-height: 1.55; color: #4f4b46; margin: 30px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 58px; padding: 0 26px; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.btn-primary { background: var(--ink); color: white; box-shadow: 0 10px 28px rgba(21,21,21,.18); }
.btn-primary:hover { transform: translateY(-3px); background: var(--pink-hot); box-shadow: 0 14px 34px rgba(255,45,125,.25); }
.text-link { font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.text-link span { color: var(--pink-hot); margin-left: 6px; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 38px; font-size: 13px; color: #625d56; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row i { font-style: normal; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 11px; font-weight: 800; }
.hero-visual { min-height: 555px; position: relative; }
.hero-card-main { position: absolute; inset: 15px 15px 15px 45px; border-radius: 44% 44% 34px 34px; overflow: hidden; transform: rotate(2.5deg); box-shadow: var(--shadow); }
.image-slot.hero-card-main { position: absolute; }
.image-slot { background: linear-gradient(135deg, #ff9dc0, #7457f5 70%, #431cbf); position: relative; }
.image-slot::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 26% 22%, rgba(255,255,255,.42), transparent 18%), linear-gradient(135deg, transparent, rgba(0,0,0,.12)); pointer-events: none; }
.slot-content { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; color: white; padding: 24px; }
.slot-content span { font: 800 54px/1 "Manrope", sans-serif; opacity: .3; }
.slot-content strong { font: 700 17px/1.25 "Manrope", sans-serif; margin: 8px 0; }
.slot-content small { font-size: 11px; letter-spacing: .08em; opacity: .72; }
.image-slot.has-image .slot-content { display: none; }

.hero-booth-main { background: linear-gradient(135deg, #f7f2eb, #ebe5da 70%, #ded5c6); }
.hero-booth-main img { object-fit: contain; padding: 34px; object-position: center; }
.hero-booth-main::after { background: radial-gradient(circle at 26% 22%, rgba(255,255,255,.52), transparent 18%), linear-gradient(135deg, transparent, rgba(0,0,0,.06)); }

.floating-sticker { position: absolute; z-index: 4; display: grid; place-items: center; text-align: center; background: var(--lime); color: var(--ink); font: 800 16px/1 "Manrope", sans-serif; box-shadow: 0 12px 28px rgba(0,0,0,.15); }
.sticker-top { width: 112px; height: 112px; border-radius: 50%; top: 0; right: -10px; transform: rotate(11deg); }
.sticker-bottom { width: 106px; height: 106px; border-radius: 22px; bottom: 0; left: 0; transform: rotate(-8deg); font-size: 42px; background: var(--white); }
.sticker-bottom small { font: 700 12px/1 "DM Sans", sans-serif; display: block; margin-top: -8px; }
.flash { position: absolute; z-index: 3; width: 20px; height: 20px; background: white; clip-path: polygon(50% 0, 58% 41%, 100% 50%, 58% 59%, 50% 100%, 42% 59%, 0 50%, 42% 41%); }
.flash-one { right: 35px; bottom: 115px; width: 40px; height: 40px; }
.flash-two { left: 20px; top: 65px; background: var(--pink); transform: rotate(20deg); }
.scroll-note { position: absolute; left: 20px; bottom: 50px; display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 10px; letter-spacing: .15em; text-transform: uppercase; writing-mode: vertical-rl; color: #777168; }
.scroll-note span { display: block; width: 1px; height: 40px; background: currentColor; }

.marquee { overflow: hidden; background: var(--ink); color: var(--white); padding: 19px 0; transform: rotate(-1deg) scale(1.02); position: relative; z-index: 2; }
.marquee-track { width: max-content; display: flex; align-items: center; gap: 28px; animation: marquee 28s linear infinite; font: 700 15px/1 "Manrope", sans-serif; letter-spacing: .08em; }
.marquee-track i { color: var(--pink); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-index { font: 700 11px/1 "DM Sans", sans-serif; letter-spacing: .15em; color: var(--pink-hot); text-transform: uppercase; display: inline-block; margin-bottom: 22px; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.section-heading h2, .gallery-top h2, .process-heading h2, .faq-title h2, .occasions h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p { color: var(--muted); font-size: 17px; line-height: 1.65; margin: 0 0 8px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 360px; border: 1px solid var(--line); border-radius: var(--radius-md); padding: 28px; background: rgba(255,255,255,.4); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-7px); background: var(--white); box-shadow: 0 18px 50px rgba(21,21,21,.08); }
.feature-card-dark { background: var(--ink); color: white; transform: rotate(2deg); }
.feature-card-dark:hover { background: #262424; transform: rotate(0deg) translateY(-7px); }
.feature-no { font-size: 11px; opacity: .55; }
.feature-icon { width: 62px; height: 62px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; margin: 54px 0 28px; color: var(--ink); }
.feature-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.feature-card h3 { font-size: 21px; letter-spacing: -.03em; margin-bottom: 13px; }
.feature-card p { margin: 0; font-size: 14px; line-height: 1.65; color: var(--muted); }
.feature-card-dark p { color: rgba(255,255,255,.66); }

.gallery { background: var(--ink); color: white; position: relative; overflow: hidden; }
.gallery::before { content: ""; position: absolute; width: 420px; height: 420px; border-radius: 50%; background: var(--pink-hot); filter: blur(160px); opacity: .14; right: -120px; top: 60px; }
.gallery-top { margin-bottom: 55px; position: relative; }
.gallery-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 22px; min-height: 760px; position: relative; }
.gallery-side { display: grid; grid-template-rows: 1.1fr .9fr; gap: 22px; }
.gallery-item { margin: 0; border-radius: 26px; overflow: hidden; min-height: 300px; position: relative; }
.gallery-item::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(0,0,0,.78), transparent 45%); }
.gallery-item figcaption { position: absolute; z-index: 3; left: 28px; right: 28px; bottom: 25px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.gallery-item figcaption span { text-transform: uppercase; letter-spacing: .12em; font-size: 10px; color: var(--lime); }
.gallery-item figcaption strong { font: 600 17px/1.2 "Manrope", sans-serif; }
.gallery-tall { min-height: 760px; }
.gallery-wide { min-height: 440px; }
.gallery-quote { border-radius: 26px; padding: 38px; background: var(--pink-hot); min-height: 290px; position: relative; overflow: hidden; }
.quote-mark { font: 400 90px/1 Georgia, serif; opacity: .35; position: absolute; top: 10px; left: 25px; }
.gallery-quote p { font: 600 clamp(28px, 3vw, 42px)/1.12 "Manrope", sans-serif; letter-spacing: -.045em; margin: 25px 0 0; max-width: 570px; position: relative; z-index: 1; }
.mini-polaroids { position: absolute; right: 28px; bottom: 26px; display: flex; }
.mini-polaroids div { width: 55px; height: 70px; background: white; border: 6px solid white; border-bottom-width: 14px; box-shadow: 0 7px 15px rgba(0,0,0,.15); }
.mini-polaroids div:nth-child(1) { transform: rotate(-14deg); }
.mini-polaroids div:nth-child(2) { transform: translateX(-15px) rotate(5deg); background: var(--lime); }
.mini-polaroids div:nth-child(3) { transform: translateX(-30px) rotate(17deg); background: var(--purple); }

.occasions-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: start; }
.occasions-copy { position: sticky; top: 130px; }
.occasions-copy p { color: var(--muted); line-height: 1.7; max-width: 470px; margin: 26px 0 32px; }
.btn-secondary { background: var(--pink-hot); color: white; }
.btn-secondary:hover { transform: translateY(-3px); background: var(--ink); }
.occasion-list { border-top: 1px solid var(--line); }
.occasion-list article { display: grid; grid-template-columns: 45px 1fr 36px; gap: 20px; align-items: center; padding: 28px 4px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }
.occasion-list article:hover { padding-left: 18px; padding-right: 18px; background: rgba(255,255,255,.45); }
.occasion-list article > span { font-size: 11px; color: var(--pink-hot); }
.occasion-list h3 { font-size: 27px; letter-spacing: -.04em; margin-bottom: 7px; }
.occasion-list p { margin: 0; color: var(--muted); font-size: 14px; }
.occasion-list i { font-style: normal; width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; }

.process { background: #e7ff75; }
.process-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.process-heading h2 { max-width: 760px; }
.process-line { height: 1px; background: rgba(21,21,21,.22); position: relative; margin: 0 8%; }
.process-line span { position: absolute; left: 0; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--ink); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; margin-top: -22px; }
.process-grid article { position: relative; padding-top: 65px; }
.process-number { position: absolute; top: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: white; display: grid; place-items: center; font-weight: 700; }
.process-grid h3 { font-size: 20px; margin-bottom: 12px; }
.process-grid p { font-size: 14px; line-height: 1.65; color: rgba(21,21,21,.68); margin: 0; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.accordion { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 26px 0; display: flex; justify-content: space-between; gap: 24px; align-items: center; font: 600 18px/1.3 "Manrope", sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: transform .25s ease, background .25s ease; flex: 0 0 auto; }
details[open] summary span { transform: rotate(45deg); background: var(--pink-hot); color: white; }
details p { margin: -6px 65px 25px 0; color: var(--muted); line-height: 1.65; }

.cta { padding-top: 20px; }
.cta-card { min-height: 480px; border-radius: var(--radius-lg); background: var(--purple); color: white; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 60px 30px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.cta-card::before, .cta-card::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.cta-card::before { left: -140px; top: -120px; }
.cta-card::after { right: -130px; bottom: -170px; }
.cta-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: 11px; color: var(--lime); font-weight: 700; }
.cta-card h2 { font-size: clamp(42px, 5.5vw, 72px); line-height: 1.02; letter-spacing: -.06em; max-width: 940px; margin: 18px 0 18px; }
.cta-card p { color: rgba(255,255,255,.72); margin: 0 0 30px; }
.btn-light { background: white; color: var(--ink); position: relative; z-index: 2; }
.btn-light:hover { transform: translateY(-3px); background: var(--lime); }
.cta-spark { position: absolute; color: var(--lime); font-size: 46px; }
.spark-a { left: 10%; top: 24%; transform: rotate(14deg); }
.spark-b { right: 11%; bottom: 22%; font-size: 30px; }

.site-footer { padding: 42px 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr auto; gap: 30px; align-items: center; font-size: 13px; color: var(--muted); }
.footer-grid p { margin: 0; }
.footer-grid > a:not(.brand) { font-weight: 600; color: var(--ink); }
.copyright { text-align: right; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }
.reveal-delay-sm { transition-delay: .08s; }
.reveal-delay-md { transition-delay: .16s; }
.reveal-delay-lg { transition-delay: .24s; }

@media (max-width: 1020px) {
  .section-pad { padding: 92px 0; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero-copy { max-width: 750px; }
  .hero-visual { max-width: 720px; width: 100%; margin: 0 auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card { min-height: 320px; }
  .gallery-grid { min-height: 640px; }
  .gallery-tall { min-height: 640px; }
  .gallery-wide { min-height: 370px; }
  .occasions-grid { gap: 55px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
  .process-line { display: none; }
  .process-grid article { padding-top: 62px; }
  .faq-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .copyright { text-align: left; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 28px, 1180px); --radius-lg: 28px; }
  .section-pad { padding: 76px 0; }
  .site-header { padding: 14px 0; }
  .menu-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 0;
    background: var(--paper);
    z-index: 101;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    font: 700 28px/1 "Manrope", sans-serif;
    transform: translateY(-105%);
    transition: transform .35s cubic-bezier(.2,.7,.2,1);
  }
  .main-nav.open { transform: translateY(0); }
  .nav-cta { font: 700 15px/1 "DM Sans", sans-serif; margin-top: 14px; padding: 18px 28px; }
  .hero { padding-top: 125px; padding-bottom: 70px; }
  .hero-grid { gap: 42px; }
  h1 { font-size: clamp(50px, 15vw, 72px); }
  .hero-lead { font-size: 17px; margin: 24px 0 28px; }
  .hero-actions { gap: 20px; }
  .trust-row { gap: 13px 18px; margin-top: 30px; }
  .hero-visual { min-height: 430px; }
  .hero-card-main { inset: 10px 5px 10px 20px; border-radius: 38% 38% 26px 26px; }
  .hero-booth-main img { padding: 22px; }
  .sticker-top { width: 86px; height: 86px; font-size: 13px; right: -3px; }
  .sticker-bottom { width: 82px; height: 82px; font-size: 32px; }
  .scroll-note { display: none; }
  .marquee { padding: 16px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 40px; }
  .section-heading h2, .gallery-top h2, .process-heading h2, .faq-title h2, .occasions h2 { font-size: clamp(38px, 11vw, 54px); }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 300px; }
  .feature-card-dark { transform: none; }
  .feature-icon { margin-top: 42px; }
  .gallery-grid { grid-template-columns: 1fr; min-height: auto; }
  .gallery-tall { min-height: 500px; }
  .gallery-wide { min-height: 350px; }
  .gallery-side { grid-template-rows: auto auto; }
  .gallery-quote { min-height: 310px; }
  .gallery-item figcaption { flex-direction: column; align-items: flex-start; }
  .occasions-grid { grid-template-columns: 1fr; gap: 45px; }
  .occasions-copy { position: static; }
  .occasion-list h3 { font-size: 22px; }
  .process-heading { margin-bottom: 40px; }
  .process-grid { grid-template-columns: 1fr; gap: 24px; }
  .process-grid article { background: rgba(255,255,255,.28); padding: 26px 24px 26px 84px; border-radius: 20px; min-height: 130px; }
  .process-number { left: 22px; top: 25px; }
  .faq-grid { grid-template-columns: 1fr; gap: 35px; }
  summary { font-size: 16px; }
  details p { margin-right: 10px; }
  .cta { padding-top: 0; }
  .cta-card { min-height: 500px; padding: 55px 20px; }
  .cta-card h2 { font-size: clamp(38px, 11vw, 55px); }
  .btn-light { font-size: 13px; padding: 0 18px; gap: 10px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; text-align: left; }
}

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

/* Dodané logo a fotografie — pôvodný dizajn zostáva zachovaný */
.brand-logo { gap: 0; }
.brand-logo-img {
  width: auto;
  height: 48px;
  object-fit: contain;
}
.brand-footer .brand-logo-img { height: 54px; }
.hero-card-main img { object-position: center center; }
.hero-card-main.booth-main { background: #f1eee8; }
.hero-card-main.booth-main img { object-fit: contain; object-position: center center; padding: 28px; }

.gallery-tall img { object-position: center center; }
.gallery-wide img { object-position: center center; }
.mini-polaroids div { overflow: hidden; }
.mini-polaroids div img { width: 100%; height: 100%; object-fit: cover; }
.mini-polaroids div:nth-child(3) img { object-fit: contain; background: #fff; }

@media (max-width: 760px) {
  .brand-logo-img { height: 42px; }
  .hero-card-main.booth-main img { padding: 18px; }
  .brand-footer .brand-logo-img { height: 48px; }
}
