/* Fonts loaded via <link> in index.html */

:root {
  --paper: #f8f7f3;
  --ink: #242725;
  --muted: #767a73;
  --line: #d9dad3;
  --clay: #b76d50;
  --soft-clay: #ead8ce;
  --display: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --shell: min(1180px, calc(100% - 8vw));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
.page-shell { width: var(--shell); margin-inline: auto; }
.site-header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 25px 4vw; background: rgba(36,39,37,.97); border-bottom: 1px solid rgba(234,216,206,.25); color: var(--paper); transition: border-color .3s ease, padding .3s ease; }
.site-header.is-scrolled { padding-block: 17px; border-color: rgba(234,216,206,.4); }
.wordmark { font-size: 1.05rem; font-weight: 600; letter-spacing: -.08em; }
.wordmark span, .eyebrow, .role-tag { color: var(--clay); }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: .82rem; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--soft-clay); }
.nav-contact { border-bottom: 1px solid var(--soft-clay); padding-bottom: 2px; }
.nav-contact span { font-size: 1rem; margin-left: 4px; }
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 21px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 11;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 8px;
  z-index: 11;
}
.menu-toggle-bar {
  display: block;
  width: 100%;
  height: 2px;
  background: #f8f7f3;
  border-radius: 2px;
  transition: transform .25s ease, opacity .25s ease;
}
.eyebrow { margin: 0 0 24px; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
section[id], .hero { scroll-margin-top: 120px; }
@media (max-width: 700px) { section[id], .hero { scroll-margin-top: 80px; } }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; line-height: 1.03; }
h1 { max-width: 820px; margin-bottom: 32px; font-size: clamp(3.75rem, 8vw, 7.8rem); }
h2 { margin-bottom: 28px; font-size: clamp(2.75rem, 5.6vw, 5.7rem); }
h1 em, h2 em { color: var(--clay); font-style: italic; }
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; padding-top: 100px; overflow: hidden; }
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(36, 39, 37, 0.08) 1px, transparent 1.25px);
  background-size: 22px 22px;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(90deg, transparent 8%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.72) 68%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 8%, rgba(0, 0, 0, 0.18) 38%, rgba(0, 0, 0, 0.72) 68%, #000 100%);
}
.hero-copy { position: relative; z-index: 1; max-width: 900px; animation: enter .85s cubic-bezier(.2,.8,.2,1) both; }
.hero-intro { max-width: 440px; margin-bottom: 35px; color: var(--muted); font-size: 1.08rem; }
.text-link { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: .84rem; transition: color .2s ease, border-color .2s ease; }
.text-link span { color: var(--clay); font-size: 1.1rem; }
.text-link:hover, .text-link:focus-visible { color: var(--clay); border-color: var(--clay); }
.hero-mark { position: absolute; z-index: 1; right: 4vw; bottom: 12%; display: flex; flex-direction: column; align-items: center; gap: 13px; color: var(--muted); font-size: .62rem; letter-spacing: .1em; transform: rotate(90deg); transform-origin: right bottom; }
.hero-mark span:first-child { color: var(--clay); font-family: var(--display); font-size: 1.8rem; letter-spacing: -.1em; }
.mark-line { width: 60px; height: 1px; background: var(--clay); }
.work-section { padding: 145px 0 175px; }
.section-heading { margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.album-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 52px 22px; }
.album-item { grid-column: span 4; min-width: 0; padding: 0; border: 0; background: none; color: inherit; cursor: pointer; text-align: left; border-radius: 20px; overflow: hidden; transform-style: preserve-3d; }
.album-item--large { grid-column: span 8; }
.album-item--wide { grid-column: span 8; }
.album-art { min-height: 310px; display: flex; flex-direction: column; justify-content: space-between; padding: 28px; color: var(--ink); text-align: left; border-radius: 20px; overflow: hidden; transition: transform .4s cubic-bezier(.2,.8,.2,1), opacity .7s ease, background-image .7s ease; }
.album-item:hover .album-art, .album-item:focus-visible .album-art { transform: translateY(-8px); }
.album-art strong { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.06em; }
.album-art small { font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.album-art i { align-self: flex-end; font-size: .78rem; font-style: normal; }
.album-art--ugc {
  background-color: #e7d4c9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: opacity .7s ease, transform .4s cubic-bezier(.2,.8,.2,1), background-image .7s ease;
}
.album-art--ugc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.58), rgba(10, 10, 10, 0.18) 42%, rgba(10, 10, 10, 0.52));
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.28);
}
.album-art--ugc::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.38) 100%);
}
.album-art--ugc > * {
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,0.12), 0 2px 18px rgba(15,15,15,0.28);
}
.album-art--ugc strong {
  color: #f7f2ee;
  text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62);
}
.album-art--ugc i {
  color: #fffaf7;
  font-weight: 600;
  text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62);
}
.album-art--meta {
  background-color: #d9ded8;
  background-position: center, center;
  background-size: 100% 100%, cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fffaf7;
}
.album-art--meta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}
.album-art--meta > * { position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62); }
.album-art--meta strong, .album-art--meta i { color: #fffaf7; }
.album-art--video {
  position: relative;
  background-color: #d8d9d4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffaf7;
}
.album-art--video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.58), rgba(10, 10, 10, 0.18) 42%, rgba(10, 10, 10, 0.52)), radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}
.album-art--video > * { position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62); }
.album-art--video strong, .album-art--video i { color: #fffaf7; }
.album-art--product {
  position: relative;
  background-color: #e4dfd2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffaf7;
}
.album-art--product::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.58), rgba(10, 10, 10, 0.18) 42%, rgba(10, 10, 10, 0.52)), radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}
.album-art--product > * { position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62); }
.album-art--product strong, .album-art--product i { color: #fffaf7; }
.album-art--brand { background: #dcd8ce; }
.album-art--before-after {
  position: relative;
  background-color: #e4dfd2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fffaf7;
}
.album-art--before-after::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.58), rgba(10, 10, 10, 0.18) 42%, rgba(10, 10, 10, 0.52)), radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}
.album-art--before-after > * { position: relative; z-index: 1; text-shadow: 0 2px 12px rgba(20, 18, 17, 0.62); }
.album-art--before-after strong, .album-art--before-after i { color: #fffaf7; }
.album-caption { display: block; padding-top: 16px; }
.album-caption strong, .album-caption small { display: block; }
.album-caption strong { margin-bottom: 4px; font-family: var(--display); font-size: 1.35rem; font-weight: 500; letter-spacing: -.03em; }
.album-caption small { color: var(--muted); font-size: .8rem; }
.album-note { margin: 48px 0 0; color: var(--muted); font-size: .8rem; }
.lightbox { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 5vw; visibility: hidden; opacity: 0; transition: opacity .25s ease, visibility .25s ease; }
.lightbox.is-open { visibility: visible; opacity: 1; }
.lightbox-backdrop { position: absolute; inset: 0; background: rgba(36, 39, 37, .82); }
.lightbox-panel { position: relative; z-index: 1; width: min(900px, 100%); max-height: 90vh; overflow: auto; padding: 42px; background: var(--paper); border-radius: 22px; }
.lightbox-panel.is-image-view { width: min(900px, calc(100vw - 40px)); max-height: 90vh; padding: 42px; overflow: hidden; background: var(--paper); box-shadow: 0 18px 50px rgba(0,0,0,.12); }
.lightbox-panel.is-image-view .lightbox-media { display: grid; width: fit-content; max-width: 100%; max-height: calc(90vh - 180px); margin: 0 auto; place-items: center; overflow: hidden; }
.lightbox-panel.is-image-view .eyebrow, .lightbox-panel.is-image-view h2 { display: none; }
.lightbox-panel h2 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.5rem); }
.lightbox-back { position: absolute; top: 18px; left: 20px; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: .82rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lightbox-close { position: absolute; top: 15px; right: 20px; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 2rem; line-height: 1; }
.lightbox-back-button { position: absolute; top: 22px; left: 42px; z-index: 2; display: none; border: 0; padding: 0; background: none; color: var(--ink); cursor: pointer; font: 600 .78rem var(--body); letter-spacing: .06em; text-transform: uppercase; }
.lightbox-back-button:not([hidden]) { display: block; }
.lightbox-back-button:hover, .lightbox-back-button:focus-visible { color: var(--clay); }
.lightbox-nav { display: none; position: absolute; top: 50%; z-index: 4; width: 34px; height: 58px; align-items: center; justify-content: center; border: 0; border-radius: 0; padding: 0; background: transparent; color: rgba(255,255,255,.68); cursor: pointer; font-size: 3rem; font-weight: 300; line-height: 1; transform: translateY(-50%); transition: color .2s ease, opacity .2s ease, transform .2s ease; }
.lightbox-nav:hover, .lightbox-nav:focus-visible { background: transparent; color: #fff; opacity: 1; transform: translateY(-50%) scale(1.08); }
.lightbox-panel.is-image-view .lightbox-nav { display: flex; }
.lightbox-nav--previous { left: 12px; }
.lightbox-nav--next { right: 12px; }
.lightbox-media img, .lightbox-media video { display: block; width: 100%; max-height: 62vh; object-fit: contain; background: transparent; border-radius: 18px; }
.lightbox-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.lightbox-gallery-item { all: unset; display: block; cursor: pointer; border: 1px solid var(--line); background: #e7e3db; border-radius: 18px; overflow: hidden; aspect-ratio: 1 / 1; transition: transform .2s ease, box-shadow .2s ease; }
.lightbox-gallery-item:hover, .lightbox-gallery-item:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.lightbox-gallery-item img { display: block; width: 100%; height: 100%; object-fit: cover; background: #e7e3db; border-radius: 18px; }
.lightbox-gallery-item video { display: block; width: 100%; height: 100%; object-fit: cover; background: #e7e3db; border-radius: 18px; }
.lightbox-gallery--video .lightbox-gallery-item { position: relative; }
.video-gallery-placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: linear-gradient(145deg, #383a37, #171817); color: var(--paper); font-family: var(--display); font-size: 1.25rem; }
.video-gallery-placeholder::before { content: "▶"; display: block; margin-bottom: 8px; color: var(--soft-clay); font-family: var(--body); font-size: 1.5rem; text-align: center; }
.lightbox-meta-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.lightbox-brand { min-height: 220px; position: relative; display: flex; align-items: center; justify-content: center; padding: 24px; border: 1px solid rgba(36,39,37,.12); border-radius: 18px; background: var(--brand-color); color: #fff; cursor: pointer; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.lightbox-brand:hover, .lightbox-brand:focus-visible { transform: translateY(-3px); box-shadow: 0 10px 26px rgba(0,0,0,.12); }
.lightbox-brand img { position: relative; z-index: 1; width: min(220px, 90%); height: 125px; object-fit: contain; object-position: center; filter: brightness(0) invert(1); }
.lightbox-product-groups .lightbox-product-group { background-color: #d9ded8; background-position: center; background-size: cover; color: #fff; }
.lightbox-product-group strong { position: relative; z-index: 1; max-width: 90%; font-family: var(--display); font-size: clamp(1.25rem, 2.5vw, 2rem); font-weight: 500; text-align: center; text-shadow: 0 2px 12px rgba(0,0,0,.7); }
.lightbox-brand--svana img { filter: brightness(0); }
.lightbox-full-image { display: block; width: auto; max-width: 100%; max-height: calc(90vh - 180px); object-fit: contain; background: transparent; border-radius: 18px; }
.lightbox-media { position: relative; transition: opacity .18s ease, transform .18s ease; }
.lightbox-media.is-fading { opacity: 0; transform: scale(.98); }
.lightbox-missing { display: grid; min-height: 300px; place-items: center; padding: 35px; background: #e7e3db; color: var(--muted); text-align: center; }
.proof-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.5fr; align-items: center; gap: 30px; padding: 44px 0; }
.proof-grid div { display: flex; align-items: baseline; gap: 11px; }
.proof-grid strong { color: var(--clay); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 3.7rem); font-weight: 500; letter-spacing: -.06em; line-height: 1; }
.proof-grid span { color: var(--muted); font-size: .72rem; line-height: 1.3; }
.proof-grid p { max-width: 300px; margin: 0 0 0 auto; color: var(--muted); font-size: .78rem; }
.capabilities-section { background: #242725; color: #f8f7f3; padding: 100px 0 110px; }
.capabilities-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); align-items: start; gap: 5vw; }
.capabilities-layout .section-heading { margin-bottom: 0; position: sticky; top: 110px; }
.capabilities-section .eyebrow { color: var(--soft-clay); margin-bottom: 18px; }
.capabilities-section h2 { margin-bottom: 0; font-size: clamp(3.4rem, 7vw, 6.9rem); max-width: 8.5ch; }
.capabilities-list { border-top: 1px solid #5b5e58; }
.capability { display: grid; grid-template-columns: 35px 1fr; column-gap: 15px; padding: 29px 0 32px; border-bottom: 1px solid #5b5e58; }
.capability-number { grid-row: span 2; color: var(--soft-clay); font-size: .7rem; }
.capability h3 { margin-bottom: 7px; font-family: var(--display); font-size: 1.8rem; font-weight: 500; letter-spacing: -.04em; }
.capability p { max-width: 410px; margin-bottom: 0; color: #d5d6cf; font-size: .9rem; }
.about-section { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 11vw; padding: 180px 0; }
.about-frame {
  position: relative;
  margin: 0 16px 16px 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.about-frame::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 100%;
  height: 100%;
  border: 1px solid var(--clay);
  pointer-events: none;
  z-index: 0;
}
.about-crop {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #e7e3db;
}
.about-photo {
  display: block;
  width: 100%;
  height: auto;
  background: #e7e3db;
}
.about-copy > p:not(.eyebrow) { max-width: 480px; color: var(--muted); font-size: 1rem; }
.about-copy .text-link { margin-top: 15px; }
.contact-section { padding: 110px 0 140px; border-top: 1px solid var(--line); }
.contact-header { margin-bottom: 36px; }
.contact-panel { display: grid; grid-template-columns: 220px 1fr; gap: 36px; align-items: center; padding: 28px 30px; background: rgba(255, 255, 255, 0.55); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 10px 30px rgba(28, 25, 22, 0.04); }
.contact-qr-box { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 200px; padding: 20px 18px; background: #111; border-radius: 22px; color: #f5f1eb; }
.whatsapp-qr-link { display: block; border-radius: 12px; cursor: zoom-in; }
.whatsapp-qr-link:hover .whatsapp-qr, .whatsapp-qr-link:focus-visible .whatsapp-qr { outline: 2px solid var(--clay); outline-offset: 3px; }
.whatsapp-qr { width: 150px; height: 150px; object-fit: contain; border-radius: 12px; background: #fff; padding: 8px; }
.contact-qr-caption { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.contact-details { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; flex-direction: column; gap: 6px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.contact-label { color: var(--muted); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a { color: var(--ink); font-family: var(--display); font-size: clamp(1.2rem, 2vw, 2rem); font-weight: 500; letter-spacing: -.04em; line-height: 1.15; transition: color .2s ease; }
.contact-item a:hover, .contact-item a:focus-visible { color: var(--clay); }
.contact-status { margin: 0; color: var(--muted); font-size: .92rem; }
.site-footer { display: flex; justify-content: space-between; padding: 25px 0 32px; border-top: 1px solid var(--line); color: var(--muted); font-size: .7rem; }
.site-footer a { color: var(--ink); }
.back-to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--clay);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:not(.is-visible) { transform: translateY(12px); }
.back-to-top:hover, .back-to-top:focus-visible { background: var(--soft-clay); transform: scale(1.08); }
.back-to-top:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }
@media (max-width: 700px) {
  .back-to-top { right: 20px; bottom: 20px; width: 40px; height: 40px; font-size: 1.1rem; }
}
.preloader { position: fixed; inset: 0; z-index: 99; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 24px; background: var(--paper); color: var(--ink); transition: opacity 0.65s ease, visibility 0.65s ease; }
.preloader.is-done { opacity: 0; visibility: hidden; pointer-events: none; }
.preloader-bar { width: min(300px, 80vw); height: 2px; background: var(--line); border-radius: 1px; overflow: hidden; }
.preloader-progress { height: 100%; background: var(--clay); transition: width 0.3s ease; }
.preloader-label { font-family: var(--body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
@keyframes enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.is-revealed { opacity: 1; transform: translateY(0); }
.reveal-group > * { opacity: 0; transform: translateY(20px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal-group.is-revealed > *:nth-child(1) { transition-delay: 0.05s; }
.reveal-group.is-revealed > *:nth-child(2) { transition-delay: 0.1s; }
.reveal-group.is-revealed > *:nth-child(3) { transition-delay: 0.15s; }
.reveal-group.is-revealed > *:nth-child(4) { transition-delay: 0.2s; }
.reveal-group.is-revealed > *:nth-child(5) { transition-delay: 0.25s; }
.reveal-group.is-revealed > *:nth-child(6) { transition-delay: 0.3s; }
.reveal-group.is-revealed > *:nth-child(7) { transition-delay: 0.35s; }
.reveal-group.is-revealed > *:nth-child(8) { transition-delay: 0.4s; }
.reveal-group.is-revealed > *:nth-child(9) { transition-delay: 0.45s; }
.reveal-group.is-revealed > * { opacity: 1; transform: translateY(0); }
@media (max-width: 700px) {
  :root { --shell: min(100% - 40px, 560px); }
  .site-header { padding: 20px; }
  .menu-toggle { display: flex; }
  .site-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background: var(--ink);
    padding: 100px 40px 40px;
    gap: 32px;
    font-size: 1.4rem;
    z-index: 9;
    transition: left .3s ease;
  }
  .site-header.is-menu-open .site-nav { left: 0; }
  .site-header.is-menu-open .menu-toggle-bar:nth-child(1) { transform: translateY(9.5px) rotate(45deg); }
  .site-header.is-menu-open .menu-toggle-bar:nth-child(2) { opacity: 0; }
  .site-header.is-menu-open .menu-toggle-bar:nth-child(3) { transform: translateY(-9.5px) rotate(-45deg); }
  .site-nav a { color: var(--paper); }
  body.is-menu-open { overflow: hidden; }
  .hero { min-height: 90vh; padding-top: 100px; }
  h1 { font-size: clamp(3.4rem, 16vw, 5.5rem); }
  .hero-mark { display: none; }
  .hero::before {
    -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.4));
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.4));
  }
  .work-section { padding: 105px 0 115px; }
  .album-grid { grid-template-columns: 1fr; gap: 48px; }
  .album-item, .album-item--large, .album-item--wide { grid-column: span 1; }
  .album-art { min-height: 290px; }
  .capabilities-layout, .about-section { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: repeat(3, 1fr); gap: 20px 12px; padding: 35px 0; }
  .proof-grid div { display: block; }
  .proof-grid strong { display: block; margin-bottom: 8px; font-size: 2.2rem; }
  .proof-grid p { grid-column: 1 / -1; margin: 15px 0 0; max-width: none; }
  .capabilities-section { padding: 80px 0 90px; }
  .capabilities-layout { gap: 40px; }
  .capabilities-layout .section-heading { position: static; }
  .capabilities-section h2 { font-size: clamp(3rem, 12vw, 4.4rem); }
  .about-section { gap: 60px; padding: 110px 0; }
  .about-visual { max-width: 380px; }
  .contact-section { padding: 80px 0 110px; }
  .contact-panel { grid-template-columns: 1fr; gap: 22px; padding: 20px 18px; border-radius: 22px; }
  .contact-qr-box { min-height: 180px; padding: 18px 16px; }
  .whatsapp-qr { width: 120px; height: 120px; }
  .contact-details { gap: 16px; }
  .contact-item { gap: 4px; padding-bottom: 12px; }
  .contact-item a { font-size: clamp(1.4rem, 7vw, 2rem); }
  .contact-label { letter-spacing: .1em; }
  .contact-status { font-size: .84rem; }
  .site-footer { flex-wrap: wrap; gap: 12px 25px; }
  .lightbox { padding: 20px; }
  .lightbox-panel { padding: 35px 20px 20px; }
  .lightbox-panel.is-image-view { width: 100%; max-width: calc(100vw - 40px); padding: 35px 20px 20px; }
  .lightbox-back-button { top: 16px; left: 20px; }
  .lightbox-meta-groups { grid-template-columns: 1fr; }
  .lightbox-panel.is-image-view .lightbox-media { max-height: calc(90vh - 155px); }
  .lightbox-full-image { max-height: calc(90vh - 155px); }
  .lightbox-nav--previous { left: 10px; }
  .lightbox-nav--next { right: 10px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

.theme-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  color: var(--paper);
  font-size: 1.1rem;
  transition: color .25s ease, background-color .25s ease;
}
.theme-toggle:hover, .theme-toggle:focus-visible { color: var(--soft-clay); }
.theme-toggle:hover { background: rgba(234, 216, 206, .12); }

@media (max-width: 700px) {
  .header-tools { margin-left: auto; gap: 10px; }
}

:root[data-theme="dark"] {
  --paper: #1a1c1b;
  --ink: #f0efe9;
  --muted: #a8aba7;
  --line: #323431;
  --clay: #b76d50;
  --soft-clay: #ead8ce;
  --display: 'Playfair Display', Georgia, serif;
  --body: 'DM Sans', 'Helvetica Neue', sans-serif;
  --shell: min(1180px, calc(100% - 8vw));
}

[data-theme="dark"] body { background: var(--paper); color: var(--ink); }
[data-theme="dark"] .hero::before {
  background-image: radial-gradient(circle, rgba(234, 216, 206, 0.14) 1px, transparent 1.25px);
}

[data-theme="dark"] .site-header {
  background: rgba(26, 28, 27, .97);
  border-color: rgba(234, 216, 206, .08);
  color: var(--ink);
}

[data-theme="dark"] .site-nav a { color: var(--ink); }

[data-theme="dark"] .theme-toggle { color: var(--ink); }

[data-theme="dark"] .album-art--ugc { background-color: #5a4e43; }
[data-theme="dark"] .album-art--meta { background-color: #48504d; }
[data-theme="dark"] .album-art--video { background-color: #4a4c48; }
[data-theme="dark"] .album-art--product { background-color: #6a6250; }
[data-theme="dark"] .album-art--before-after { background-color: #6a6250; }
[data-theme="dark"] .album-art--brand { background: #645f52; }

[data-theme="dark"] .album-art--ugc::before {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.42), rgba(10, 10, 10, 0.12) 42%, rgba(10, 10, 10, 0.38)), radial-gradient(circle at center, transparent 52%, rgba(0, 0, 0, 0.32) 100%);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.22);
}

[data-theme="dark"] .album-art--video::before,
[data-theme="dark"] .album-art--product::before,
[data-theme="dark"] .album-art--before-after::before {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.38), rgba(10, 10, 10, 0.1) 42%, rgba(10, 10, 10, 0.32)), radial-gradient(circle at center, transparent 48%, rgba(0, 0, 0, 0.28) 100%);
}

[data-theme="dark"] .lightbox-backdrop { background: rgba(26, 28, 27, .9); }

[data-theme="dark"] .lightbox-gallery-item { background: #4a4a43; border-color: var(--line); }
[data-theme="dark"] .lightbox-gallery-item img,
[data-theme="dark"] .lightbox-gallery-item video { background: #4a4a43; }

[data-theme="dark"] .video-gallery-placeholder {
  background: linear-gradient(145deg, #2a2c29, #121312);
  color: var(--ink);
}

[data-theme="dark"] .lightbox-product-group { background-color: #5a564a; }

[data-theme="dark"] .lightbox-missing { background: #4a4a43; }

[data-theme="dark"] .about-photo,
[data-theme="dark"] .about-crop { background: #4a4a43; }
[data-theme="dark"] .about-frame::before { border-color: var(--clay); }

[data-theme="dark"] .text-link { border-color: var(--ink); }
[data-theme="dark"] .text-link:hover, [data-theme="dark"] .text-link:focus-visible { color: var(--clay); border-color: var(--clay); }

[data-theme="dark"] .site-footer { border-top-color: var(--line); }

[data-theme="dark"] .capabilities-section { background: #141514; color: #f0efe9; }
[data-theme="dark"] .capability p { color: #d5d6cf; }
[data-theme="dark"] .capability,
[data-theme="dark"] .capabilities-list { border-color: #3a3c38; }
[data-theme="dark"] .menu-toggle-bar { background: #f0efe9; }
[data-theme="dark"] .preloader-bar { background: #5a5d59; }

[data-theme="dark"] .contact-panel {
  background: rgba(34, 35, 33, 0.96);
  border-color: rgba(234, 216, 206, 0.12);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
}

[data-theme="dark"] .contact-item { border-bottom-color: rgba(234, 216, 206, 0.12); }
[data-theme="dark"] .contact-label { color: #d4d8d0; }
[data-theme="dark"] .contact-item a { color: #f3efe9; }
[data-theme="dark"] .contact-item a:hover, [data-theme="dark"] .contact-item a:focus-visible { color: var(--soft-clay); }
[data-theme="dark"] .contact-status { color: #d4d8d0; }
[data-theme="dark"] .contact-qr-box { background: #101111; border: 1px solid rgba(255,255,255,.06); }
[data-theme="dark"] .contact-qr-caption { color: rgba(255,255,255,.9); }
[data-theme="dark"] .whatsapp-qr { background: #fff; }
[data-theme="dark"] .contact-card { box-shadow: 0 8px 32px rgba(0, 0, 0, .32); }
[data-theme="dark"] .site-nav { background: var(--paper); }

@media (max-width: 700px) {
  .contact-row { gap: 14px; }
  .whatsapp-qr { width: 130px; height: 130px; }
}
