* { box-sizing: border-box; }
:root { --brand: #3a3a3a; --page-bg: #0f1114; --text: #ffffff; --accent: #5a5a5a; }
.container { max-width: 1920px; margin: 0 auto; padding: 0 96px; }
html, body { margin: 0; padding: 0; background: var(--page-bg); min-height: 100vh; overflow-x: auto; }
.site-wrap { width: 100%; margin: 0 auto; }
.hero { position: relative; width: 100%; height: 100vh; overflow: hidden; background: linear-gradient(135deg, #1b1b1b, #2a2a2a); }

.hero.banner-thin { height: 280px; }
.hero.banner-thin .hero-content { right: 96px; left: auto; top: 50%; bottom: auto; transform: translateY(-50%); text-align: right; }
.hero.banner-thin .handwrite { font-size: clamp(22px, 2.8vw, 36px); }
.hero.banner-thin .boldline { font-size: clamp(28px, 3.2vw, 42px); }
.hero.banner-thin .bottom-row { display: none; }

.topbar { position: fixed; top: 0; left: 0; width: 100%; height: 100px; background: rgba(60, 60, 60, 0.30); z-index: 1000; }
.topbar .container { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.logo-left img { height: 56px; display: block; }
.menu { display: flex; gap: 28px; }
.menu { display: flex; gap: 28px; margin-right: 80px; }
.hamburger { display: none; width: 42px; height: 42px; border-radius: 8px; border: 1px solid rgba(255,255,255,0.35); background: rgba(35,55,108,0.55); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { display: block; width: 22px; height: 3px; background: #fff; border-radius: 2px; }
.menu a { color: #ffffff; text-decoration: none; font-family: "Montserrat", sans-serif; font-weight: 700; padding: 10px 14px; border-radius: 6px; }
.menu a.active, .menu a:hover { background: rgba(255,255,255,0.18); }

.slides { position: absolute; inset: 0; }
.slide { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: 0; transition: opacity 900ms ease; }
.slide.active { opacity: 1; }
.slide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(0,0,0,0.05), rgba(0,0,0,0.25)); }
.slides .slide:first-child { transition: none; }

.hero .container { position: relative; height: 100%; }
.hero-content { position: absolute; right: 120px; bottom: clamp(140px, 16vh, 210px); color: var(--text); text-align: right; }
.handwrite { font-family: "Brush Script MT", "Segoe Script", cursive; font-size: clamp(36px, 3.8vw, 72px); letter-spacing: 1px; }
.boldline { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(44px, 3.5vw, 68px); letter-spacing: 1px; font-style: italic; }

.bottom-row { position: absolute; left: 0; right: 0; bottom: clamp(28px, 6vh, 60px); display: flex; align-items: center; gap: 0; padding: 0 96px; }
.bottom-logo { position: static; }
.bottom-logo img { height: 46px; display: block; }

.bottom-divider { flex: 1; height: 6px; background: rgba(255,255,255,0.50); border-radius: 4px; margin: 0; }

.socials { position: static; display: flex; gap: 20px; }
.socials { gap: 14px; }
.social img { display: block; width: 46px; height: 46px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25)); }
.social:active img { transform: scale(0.98); }

.about { width: 100%; height: 420px; background: var(--brand); display: flex; position: relative; z-index: 2; }
.about.about-page { height: auto; }
.about.about-page::before, .about.about-page::after { display: none; }
.about.about-page .about-left { width: 100%; max-width: 960px; padding: 48px 60px; margin: 0 auto; align-items: flex-start; text-align: left; }
.about.about-page .about-left h2 { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(20px, 3vw, 30px); letter-spacing: 0.3px; margin: 0 0 10px; text-transform: none; font-style: normal; text-decoration: none; }
.about.about-page .about-left p { font-family: "Montserrat", sans-serif; font-size: clamp(13px, 1.4vw, 18px); font-weight: 500; line-height: 1.7; opacity: 0.98; margin: 0 0 12px; max-width: 68ch; }
.about.about-page .sub-list { column-count: 1; font-size: 15px; font-weight: 600; }
.about::before, .about::after { content: ""; position: absolute; left: 0; right: 0; height: 5px; background: rgba(0,0,0,0.75); }
.about::before { top: -5px; }
.about::after { bottom: -5px; }
.about-left { width: 50%; color: #ffffff; padding: 56px 60px 44px; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.about-left h2 { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(22px, 4.6vw, 44px); letter-spacing: 0.5px; margin: 0 0 12px; text-transform: uppercase; font-style: italic; text-decoration: underline; word-break: normal; overflow-wrap: normal; hyphens: none; }
.about-left p { font-family: "Montserrat", sans-serif; font-size: clamp(12px, 1.8vw, 20px); font-weight: 500; line-height: 1.6; opacity: 0.96; margin: 0 0 12px; max-width: clamp(46ch, 88vw, 65ch); word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
.about-readmore { margin-top: 18px; font-family: "Montserrat", sans-serif; font-size: 20px; font-style: italic; text-decoration: underline; text-underline-offset: 4px; color: #ffffff; align-self: center; letter-spacing: 0.4px; }
.about-right { width: 50%; }
.about-right img { width: 100%; height: 100%; object-fit: cover; display: block; }

@media (max-width: 1280px) {
  .hero-content { right: 60px; }
}
@media (max-width: 992px) {
  .handwrite { font-size: clamp(32px, 5vw, 56px); }
  .boldline { font-size: clamp(36px, 5.2vw, 56px); }
  .hero { height: 50vh; }
  .hero.banner-thin { height: 220px; }
  .about { height: auto; flex-direction: column; }
  .about-left, .about-right { width: 100%; }
  .about-right img { height: 240px; }
  .container { padding: 0 48px; }
  .topbar .container { padding: 0 16px; }
  .menu { position: fixed; top: 88px; right: 16px; left: auto; display: none; flex-direction: column; align-items: flex-end; background: transparent; border: 0; padding: 0; margin: 0; gap: 6px; z-index: 1100; }
  .menu.open { display: flex; }
  .menu a { padding: 8px 12px; font-size: 15px; background: rgba(35,55,108,0.88); border: 1px solid rgba(255,255,255,0.25); border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,0.25); min-width: 180px; }
  .hamburger { display: inline-flex; }
  .about-left { padding: 28px 24px; }
  .about-left h2 { font-size: clamp(16px, 4.2vw, 28px); word-break: normal; overflow-wrap: normal; hyphens: none; }
  .about-left p { font-size: clamp(10px, 2vw, 16px); line-height: 1.45; max-width: clamp(50ch, 90vw, 60ch); word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
  .about.about-page .about-left { padding: 32px 32px; }
  .about.about-page .about-left h2 { font-size: clamp(18px, 3.6vw, 26px); }
  .about.about-page .about-left p { font-size: clamp(12px, 1.9vw, 16px); line-height: 1.6; }
}
@media (max-width: 768px) {
  .topbar .logo-left img { height: 40px; }
  .topbar { height: 60px; }
  .hero-content { right: 20px; bottom: 92px; text-align: right; }
  .hero.banner-thin .hero-content { right: 24px; left: auto; top: 50%; bottom: auto; transform: translateY(-50%); text-align: right; }
  .hero.banner-thin { height: 170px; }
  .bottom-row { bottom: 28px; padding: 0 12px; }
  .social img { width: 28px; height: 28px; }
  .socials { gap: 18px; }
  .handwrite { font-size: clamp(20px, 4vw, 28px); }
  .boldline { font-size: clamp(26px, 6vw, 34px); }
  .bottom-logo img { height: 38px; }
  .menu { top: 60px; }
  .about-left { padding: 8px 10px; }
  .about-left h2 { font-size: clamp(10px, 3.8vw, 18px); margin-bottom: 2px; letter-spacing: 0.08px; font-style: normal; text-decoration: none; word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
  .about-left p { font-size: clamp(7px, 2.8vw, 11px); line-height: 1.18; max-width: clamp(42ch, 92vw, 58ch); margin-bottom: 2px; word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
  .about-right img { height: 140px; }
  .front-overlay { height: 32px; }
  .front-title { font-size: 11px; letter-spacing: 0.08px; line-height: 1; text-align: center; }
.about.about-page .about-left { padding: 16px 18px; }
}

.gallery-preview { position: relative; width: 100%; height: 460px; background: linear-gradient(to bottom, #262626 0%, #121212 50%, #262626 100%); overflow: hidden; z-index: 1; margin-top: 10px; }
.gallery-preview::before { content: ""; position: absolute; inset: 0; background-image: url('assets/galeri_back.png'); background-size: cover; background-position: center; opacity: 0.25; }
.gallery-preview .container { position: relative; height: 100%; display: flex; flex-direction: column; padding: 0; }
.gallery-header { display: flex; justify-content: center; align-items: center; padding-top: 12px; z-index: 1; }
.header-pill { display: none; }
.more-link { background: #ffffff; color: #23376C; padding: 8px 14px; border-radius: 10px; text-decoration: none; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; }
.more-link { background: linear-gradient(180deg, #ffffff, #eef2fa); border: 1px solid rgba(35,55,108,0.25); box-shadow: 0 6px 16px rgba(0,0,0,0.25); transition: transform 120ms ease, box-shadow 120ms ease; }
.more-link:active { transform: scale(0.98); box-shadow: 0 4px 12px rgba(0,0,0,0.20); }
.carousel { position: relative; flex: 1; display: flex; align-items: center; z-index: 1; }
.carousel-viewport { overflow: hidden; width: 100%; height: 100%; display: flex; align-items: center; padding: 0; }
.carousel-track { display: flex; gap: 14px; padding: 12px 0; will-change: transform; transition: transform 600ms ease; align-items: center; }
.card { flex: 0 0 auto; width: 300px; height: 180px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.35); border: 3px solid rgba(255,255,255,0.85); background-position: center; background-size: cover; transition: transform 500ms ease, box-shadow 500ms ease, opacity 500ms ease; opacity: 0.8; transform: scale(0.8); }
.card.prev, .card.next { transform: scale(0.95); opacity: 0.92; }
.card.center { transform: scale(1.15); opacity: 1; box-shadow: 0 20px 50px rgba(0,0,0,0.60); z-index: 2; }
.carousel .card.center { cursor: zoom-in; }
.card.side { transform: scale(0.75); opacity: 0.65; }
.carousel .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: #ffffff; border: 2px solid rgba(255,255,255,0.8); box-shadow: 0 6px 16px rgba(0,0,0,0.25); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; }
.carousel .nav.prev { left: 16px; }
.carousel .nav.next { right: 16px; }
.carousel .nav:active { transform: translateY(-50%) scale(0.98); }
.topbar.scrolled { background: rgba(60, 60, 60, 1); box-shadow: 0 5px 5px rgba(0,0,0,0.65); }

.banner-label { position: relative; width: 100%; background: var(--accent); border-top: 1px solid rgba(255,255,255,0.22); border-bottom: 1px solid rgba(255,255,255,0.22); display: flex; align-items: center; justify-content: center; padding: 10px 0; z-index: 2; }
.banner-label .label-text { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(16px, 3.6vw, 26px); letter-spacing: 0.5px; text-transform: uppercase; }
@media (max-width: 768px) { .banner-label { padding: 8px 0; } .banner-label .label-text { font-size: clamp(14px, 4.2vw, 20px); } }
.banner-label { box-shadow: inset 0 1px 0 rgba(255,255,255,0.18), inset 0 -1px 0 rgba(0,0,0,0.25); }

.gallery-page { position: relative; width: 100%; background: linear-gradient(to bottom, #0f1114 0%, #1a1c20 100%); padding: 36px 0 60px; }
.gallery-title { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(18px, 5.2vw, 36px); color: #ffffff; text-align: center; margin: 6px 0 18px; letter-spacing: 0.5px; text-transform: uppercase; font-style: italic; text-decoration: underline; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 18px; }
.filter-btn { background: rgba(255,255,255,0.18); color: #ffffff; border: 1px solid rgba(255,255,255,0.30); border-radius: 10px; padding: 8px 12px; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; cursor: pointer; }
.filter-btn:hover { background: var(--brand); border-color: rgba(255,255,255,0.55); box-shadow: 0 0 0 2px rgba(255,255,255,0.18) inset; }
.filter-btn.active { background: #000000; color: #ffffff; border-color: rgba(255,255,255,0.70); box-shadow: 0 0 0 2px rgba(255,255,255,0.25) inset; }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-item { position: relative; border-radius: 12px; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,0.35); border: 2px solid rgba(255,255,255,0.40); background: rgba(255,255,255,0.05); }
.gallery-item img { width: 100%; height: 100%; display: block; object-fit: cover; aspect-ratio: 4/3; }
.gallery-item:hover img { transform: scale(1.02); transition: transform 300ms ease; }
.gallery-item { content-visibility: auto; contain-intrinsic-size: 240px 180px; }
.gallery-item:hover { transform: translateY(-1px); transition: transform 180ms ease, box-shadow 180ms ease; box-shadow: 0 10px 30px rgba(0,0,0,0.45); }
.gallery-loadmore { display: flex; justify-content: center; margin-top: 14px; }
@media (max-width: 1280px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } .filter-btn { font-size: 13px; padding: 7px 10px; } }
@media (max-width: 560px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } }

.products { position: relative; width: 100%; background: linear-gradient(to bottom, #1a1c20 0%, #0f1114 100%); padding: 56px 0 80px; overflow: hidden; }
.products::before { content: ""; position: absolute; inset: 0; background-image: none; opacity: 0; pointer-events: none; }
.products .container { position: relative; }
.products-title { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(18px, 5.2vw, 36px); color: #ffffff; text-align: center; margin: 6px 0 22px; letter-spacing: 0.5px; text-transform: uppercase; font-style: italic; text-decoration: underline; word-break: normal; overflow-wrap: normal; }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.product-card { position: relative; height: 300px; border-radius: 14px; perspective: 1200px; }
.card-inner { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; transition: transform 600ms ease; }
.product-card.flipped .card-inner { transform: rotateY(180deg); }
.card-face { position: absolute; inset: 0; border-radius: 14px; backface-visibility: hidden; overflow: hidden; box-shadow: 0 10px 28px rgba(0,0,0,0.45); border: 2px solid rgba(255,255,255,0.55); }
.card-face.front { background-position: center; background-size: cover; }
.front-overlay { position: absolute; left: 0; right: 0; top: 0; background: var(--accent); display: flex; align-items: center; justify-content: center; border-top-left-radius: 14px; border-top-right-radius: 14px; height: auto; min-height: clamp(28px, 7vw, 64px); padding: 6px 8px; }
.front-title { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 800; font-size: clamp(12px, 2.6vw, 24px); letter-spacing: 0.5px; text-transform: uppercase; line-height: 1.05; word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
.card-face.back { background: rgba(90,90,90,0.35); transform: rotateY(180deg); display: flex; }
.back-content { display: flex; flex-direction: column; gap: 10px; padding: 18px; width: 100%; color: #ffffff; }
.back-title { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: 22px; text-decoration: underline; text-underline-offset: 6px; }
.back-content p { font-family: "Montserrat", sans-serif; font-size: 15px; font-weight: 600; opacity: 0.95; line-height: 1.4; margin: 0 0 8px; }
.sub-list { list-style: disc; margin: 0; padding-left: 20px; font-family: "Montserrat", sans-serif; font-size: 16px; font-weight: 600; column-count: 2; column-gap: 18px; }
.sub-list li { break-inside: avoid; margin-bottom: 6px; }
.product-card:hover .card-inner { transform: rotateY(8deg); }
.product-card.flipped:hover .card-inner { transform: rotateY(188deg); }

@media (max-width: 1280px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .topbar .container { padding: 0 32px; }
  .menu { gap: 18px; margin-right: 24px; }
  .menu a { padding: 8px 10px; font-size: 14px; }
  .logo-left img { height: 50px; }
  .about-left { padding: 40px 40px 36px; }
  .about-left h2 { font-size: clamp(22px, 4.2vw, 36px); }
  .about-left p { font-size: clamp(12px, 1.6vw, 20px); line-height: 1.6; max-width: clamp(48ch, 88vw, 62ch); word-break: normal; overflow-wrap: normal; hyphens: none; -webkit-hyphens: none; }
  .front-title { font-size: clamp(12px, 2.2vw, 20px); }
}
@media (max-width: 768px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .product-card { height: 150px; }
  .product-card .sub-list, .product-modal .sub-list { column-count: 1; }
  .container { padding: 0 24px; }
  .front-overlay { min-height: clamp(15px, 5.2vw, 26px); padding: 3px 5px; }
  .front-title { font-size: clamp(7px, 2.6vw, 11px); letter-spacing: 0.06px; line-height: 1.02; }
  .products-title { font-size: clamp(12px, 4.2vw, 18px); }
}
@media (max-width: 560px) {
  .products-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-card { height: 135px; }
  .front-overlay { min-height: clamp(13px, 3.8vw, 20px); padding: 2px 4px; }
  .front-title { font-size: clamp(6px, 2.3vw, 9.5px); line-height: 1.02; }
  .hero.banner-thin { height: 140px; }
}
.contact { position: relative; width: 100%; background: linear-gradient(to bottom, #0f0f0f 0%, #191a1d 100%); padding: 40px 0 50px; }
.contact .container { position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 24px; align-items: start; }
.contact-heading { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: 20px; color: #ffffff; margin-bottom: 10px; text-transform: uppercase; }
.contact-services { list-style: disc; padding-left: 18px; display: grid; gap: 6px; color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; }
.contact-left-stack { display: flex; flex-direction: column; gap: 12px; }
.contact-info { display: flex; flex-direction: column; gap: 6px; margin-bottom: 8px; }
.addr-line, .phone-line { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; }
.contact-label { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 16px; opacity: 0.9; }
.contact-value { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 18px; text-decoration: none; }
.contact-socials { display: flex; flex-direction: column; gap: 10px; }
.contact-social { display: flex; align-items: center; gap: 10px; }
.contact-social img { width: 24px; height: 24px; display: block; }
.contact-map { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.25); border-radius: 10px; overflow: hidden; height: 260px; box-shadow: 0 10px 28px rgba(0,0,0,0.35); }
.map-embed { width: 100%; height: 100%; border: 0; display: block; }
.social-text { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 14px; text-decoration: none; }
.parted { border-left: 1px solid rgba(255,255,255,0.22); padding-left: 18px; }
@media (max-width: 992px) {
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-map { height: 220px; }
  .parted { border-left: 0; padding-left: 0; }
  .product-card:hover .card-inner { transform: none; }
  .product-card.flipped:hover .card-inner { transform: none; }
  .product-card .sub-list, .product-modal .sub-list { column-count: 1; }
}

.product-modal { position: fixed; inset: 0; background: rgba(0,0,24,0.55); display: none; align-items: center; justify-content: center; z-index: 2000; backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.product-modal.open { display: flex; }
.product-modal .box { position: relative; background: rgba(24,24,24,0.75); color: #ffffff; max-width: 96vw; width: auto; border-radius: 12px; padding: 20px; border: 1.5px solid rgba(255,255,255,0.35); box-shadow: 0 12px 28px rgba(0,0,0,0.45); max-height: 96vh; display: flex; flex-direction: column; overflow: hidden; }
.product-modal .sub-list { column-count: 1; }
.product-modal .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,0.85); border: 2px solid rgba(255,255,255,0.8); box-shadow: 0 6px 16px rgba(0,0,0,0.25); display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 3; pointer-events: auto; }
.product-modal .nav.prev { left: 24px; }
.product-modal .nav.next { right: 24px; }
.product-modal .nav:active { transform: translateY(-50%) scale(0.98); }
.modal-actions .share a img { width: 36px; height: 36px; }

.product-modal .close { position: absolute; top: 10px; right: 12px; width: 36px; height: 36px; border-radius: 50%; background: rgba(0,0,0,0.65); border: 1.5px solid rgba(255,255,255,0.6); color: #ffffff; font-size: 22px; line-height: 34px; text-align: center; cursor: pointer; z-index: 4; box-shadow: 0 6px 16px rgba(0,0,0,0.35); }
.product-modal .close:hover { background: rgba(0,0,0,0.8); }
.modal-title { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: 16px; position: absolute; top: 10px; left: 12px; background: rgba(0,0,0,0.45); color: #ffffff; padding: 6px 10px; border-radius: 8px; z-index: 2; }
.modal-body { font-family: "Montserrat", sans-serif; font-weight: 600; font-size: 15px; flex: 1 1 auto; display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 0; min-width: 0; position: relative; }
.modal-body img { width: auto; height: auto; display: block; max-width: 96vw; max-height: 90vh; }
.product-modal .back-title { display: none; }
.product-modal.text-mode .modal-title { display: none; }
.product-modal.text-mode .modal-body { align-items: flex-start; justify-content: flex-start; padding: 16px; overflow: auto; flex-direction: column; gap: 8px; }
.product-modal .section-title { font-family: "Montserrat", sans-serif; font-weight: 800; font-size: 20px; text-decoration: underline; text-underline-offset: 6px; margin: 0 0 8px; }
.product-modal .section-label { font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; margin: 10px 0 6px; text-transform: uppercase; opacity: 0.9; }
.product-modal.text-mode .modal-body p { margin: 4px 0 8px; }
.product-modal.text-mode .sub-list { column-count: 1; column-gap: 0; }
.product-modal .nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border-radius: 50%; background: #ffffff; border: 1px solid rgba(255,255,255,0.65); box-shadow: 0 6px 16px rgba(0,0,0,0.25); color: #3a3a3a; font-weight: 800; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.product-modal .nav.prev { left: 8px; }
.product-modal .nav.next { right: 8px; }
.product-modal .nav:active { transform: translateY(-50%) scale(0.98); }
.modal-actions { display: none; }
.modal-actions.show { display: block; position: absolute; inset: 0; pointer-events: none; }
.modal-actions .share { position: absolute; left: 12px; bottom: 12px; margin: 0; display: flex; gap: 8px; align-items: center; background: rgba(0,0,0,0.45); padding: 6px 8px; border-radius: 8px; pointer-events: auto; }
.modal-actions .share img { width: 22px; height: 22px; display: block; }

.reveal { opacity: 0; transform: translateY(6px); transition: transform 180ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 180ms ease; will-change: transform, opacity; transition-delay: var(--reveal-delay, 0ms); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (max-width: 768px) {
  .reveal { transform: translateY(4px); transition-duration: 140ms; }
}

.site-footer { width: 100%; background: transparent; }
.site-footer .footer-note { color: #ffffff; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; text-align: center; padding: 10px 0; opacity: 0.95; }
.site-footer .footer-band { width: 100%; background: #ffffff; color: #23376C; }
.site-footer .footer-band .container { text-align: center; font-family: "Montserrat", sans-serif; font-weight: 700; font-size: 14px; padding: 8px 0; }
@media (max-width: 768px) { .site-footer .footer-note { font-size: 13px; padding: 8px 0; } .site-footer .footer-band .container { font-size: 12px; padding: 8px 0; } }

.floating-actions { position: fixed; inset: 0; pointer-events: none; z-index: 3000; }
.floating-actions .float-btn { position: fixed; bottom: 80px; width: clamp(44px, 7vw, 64px); height: clamp(44px, 7vw, 64px); border-radius: 50%; background: rgba(0,0,0,0.7); display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,0.35); pointer-events: auto; animation: pulse-soft 2.2s ease-in-out infinite; transform-origin: center; }
.floating-actions .float-left { left: 22px; }
.floating-actions .float-right { right: 22px; }
.floating-actions .float-btn img { width: 70%; height: 70%; display: block; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.25)); }
@keyframes pulse-soft { 0% { transform: scale(1); } 50% { transform: scale(1.08); } 100% { transform: scale(1); } }
@media (max-width: 768px) { .floating-actions .float-btn { bottom: 64px; } .floating-actions .float-left { left: 16px; } .floating-actions .float-right { right: 16px; } }
@media (max-width: 768px) {
  .slide { background-size: 100% 100%; background-repeat: no-repeat; background-position: center; background-color: transparent; }
}
