:root {
  --ink: #101010;
  --dark: #080808;
  --soft: #f5f1ec;
  --paper: #fbfaf8;
  --red: #e9232a;
  --red-deep: #b80f18;
  --yellow: #f2d32f;
  --line: rgba(16, 16, 16, .14);
  --white: #ffffff;
  --container: 1200px;
  --radius: 22px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.skip-link { position: absolute; left: 16px; top: -100px; background: var(--yellow); color: var(--ink); padding: 12px 16px; z-index: 20; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 10; background: rgba(8,8,8,.94); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: 176px; display: block; }
.brand img { width: 100%; aspect-ratio: 3.75 / 1; object-fit: contain; mix-blend-mode: screen; }
.primary-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); color: rgba(255,255,255,.82); font-size: 13px; letter-spacing: .01em; }
.primary-nav a { transition: color .2s ease, opacity .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.nav-cta { color: var(--yellow) !important; font-weight: 700; }
.nav-cta span { font-size: 16px; margin-left: 4px; }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.3); background: transparent; color: var(--white); border-radius: 999px; padding: 9px 14px; cursor: pointer; }

.section-dark { position: relative; overflow: hidden; background: var(--dark); color: var(--white); }
.hero { min-height: 690px; display: flex; flex-direction: column; justify-content: center; padding: 86px 0 48px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .88fr); align-items: center; gap: 74px; position: relative; z-index: 1; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 800; color: var(--yellow); }
.eyebrow-red { color: var(--red); }
.eyebrow-light { color: rgba(255,255,255,.76); }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; margin-right: 10px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(233,35,42,.16); vertical-align: 1px; }
.hero h1, .service-copy h2, .intro h2, .showcase h2, .contact-section h2 { margin: 0; font-weight: 800; letter-spacing: -.06em; line-height: .98; }
.hero h1 { max-width: 650px; font-size: clamp(53px, 7.3vw, 98px); }
.hero h1 em, h2 em { color: var(--red); font-style: normal; }
.hero-lead { max-width: 510px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 35px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border-radius: 999px; padding: 15px 23px; font-size: 13px; font-weight: 800; line-height: 1; letter-spacing: .01em; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--yellow); }
.button-primary:hover, .button-primary:focus-visible { background: var(--white); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover, .button-dark:focus-visible { background: var(--red); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.45); }
.button-outline:hover, .button-outline:focus-visible { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.button-light { color: var(--red-deep); background: var(--white); }
.button-light:hover, .button-light:focus-visible { color: var(--ink); background: var(--yellow); }
.text-link { display: inline-flex; gap: 10px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 13px; font-weight: 800; }
.light-link { color: var(--white); }
.dark-link { color: var(--ink); }
.text-link:hover, .text-link:focus-visible { color: var(--red); }
.hero-note { display: flex; align-items: center; gap: 11px; margin-top: 70px; color: rgba(255,255,255,.46); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.note-line { width: 38px; height: 1px; background: var(--red); }
.hero-visual { position: relative; min-height: 470px; }
.hero-card { position: absolute; overflow: hidden; box-shadow: 25px 30px 60px rgba(0,0,0,.42); }
.hero-card-main { inset: 4% 2% 0 7%; border: 1px solid rgba(255,255,255,.23); background: #1a1a1a; transform: rotate(3.5deg); border-radius: 13px; }
.hero-card-main:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.06), rgba(0,0,0,.43)); pointer-events: none; }
.hero-card-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-card-caption { position: absolute; bottom: 27px; left: 26px; z-index: 1; display: flex; align-items: flex-start; gap: 10px; color: var(--white); font-size: 13px; line-height: 1.25; text-transform: uppercase; letter-spacing: .13em; }
.hero-card-caption strong { color: var(--yellow); font-size: 19px; letter-spacing: .04em; }
.caption-mark { width: 11px; height: 11px; margin-top: 3px; background: var(--red); border-radius: 50%; }
.hero-sticker { position: absolute; z-index: 2; right: -12px; top: 2%; width: 138px; height: 138px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: var(--red); border-radius: 50%; color: var(--white); text-align: center; text-transform: uppercase; font-size: 10px; line-height: 1.2; letter-spacing: .08em; transform: rotate(12deg); box-shadow: 10px 14px 25px rgba(0,0,0,.22); }
.hero-sticker strong { margin-top: 4px; color: var(--yellow); font-size: 17px; letter-spacing: .03em; }
.hero-glow { position: absolute; width: 530px; height: 530px; border-radius: 50%; filter: blur(3px); opacity: .25; pointer-events: none; }
.hero-glow-one { background: radial-gradient(circle, rgba(233,35,42,.7), transparent 64%); right: 3%; top: -14%; }
.hero-glow-two { background: radial-gradient(circle, rgba(242,211,47,.25), transparent 65%); left: -24%; bottom: -44%; }
.hero-bottom { position: relative; z-index: 1; margin-top: 28px; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.4); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { display: flex; align-items: center; gap: 10px; }
.scroll-dot { display: inline-block; width: 10px; height: 10px; border: 1px solid var(--yellow); border-radius: 50%; }
.hero-seal { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.65); font-size: 9px; line-height: 1.3; }
.hero-seal > span:first-child { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: 10px; font-weight: 800; }

.section-light { background: var(--paper); }
.intro { padding: 132px 0 93px; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: end; }
.intro h2, .showcase h2 { font-size: clamp(48px, 6.5vw, 80px); }
.intro h2 em { color: var(--ink); font-style: italic; }
.intro h2 span { color: var(--red); }
.intro-copy { padding-bottom: 5px; max-width: 510px; }
.intro-copy p { margin: 0 0 17px; font-size: 18px; line-height: 1.6; }
.intro-copy .muted { color: #72706d; font-size: 15px; }
.intro-copy strong { color: var(--red); }
.intro-copy .text-link { margin-top: 12px; }
.audience-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 108px; border-top: 1px solid var(--line); }
.audience-item { display: flex; flex-direction: column; gap: 13px; min-height: 105px; padding: 23px 20px 0 0; border-right: 1px solid var(--line); font-size: 13px; font-weight: 800; }
.audience-item + .audience-item { padding-left: 22px; }
.audience-item:last-child { border-right: 0; }
.audience-number { color: var(--red); font-size: 11px; font-weight: 800; }

.service-section { padding: 135px 0 150px; position: relative; overflow: hidden; }
.dtf-section { background: #eae6df; }
.service-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; position: relative; z-index: 1; }
.service-copy h2 { font-size: clamp(51px, 6vw, 78px); }
.service-copy h2 em { color: var(--red); }
.service-lead { max-width: 465px; margin: 30px 0 0; color: #69645f; font-size: 16px; line-height: 1.7; }
.feature-list { display: grid; gap: 22px; list-style: none; padding: 0; margin: 38px 0 35px; max-width: 490px; }
.feature-list li { display: flex; gap: 15px; align-items: flex-start; }
.feature-icon { display: grid; place-items: center; flex: 0 0 27px; height: 27px; border: 1px solid var(--red); border-radius: 50%; color: var(--red); font-size: 14px; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { margin-bottom: 3px; font-size: 14px; }
.feature-list small { color: #77736e; font-size: 12px; line-height: 1.45; }
.service-media { position: relative; min-height: 590px; }
.media-frame { position: absolute; overflow: hidden; border-radius: 14px; box-shadow: 20px 25px 50px rgba(31, 23, 17, .16); }
.media-frame img { width: 100%; height: 100%; object-fit: cover; }
.media-frame-tall { top: 0; right: 3%; width: 67%; height: 78%; transform: rotate(3deg); }
.media-frame-tall img { object-position: center top; }
.media-frame-small { bottom: 0; left: 1%; width: 48%; height: 45%; border: 8px solid var(--paper); transform: rotate(-5deg); }
.media-frame-small img { object-position: center; }
.media-label { position: absolute; right: 4%; bottom: 9%; color: #7e7a74; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; transform: rotate(3deg); }

.laser-section { background: #0d0d0d; }
.laser-backdrop { position: absolute; inset: 0; opacity: .25; background: radial-gradient(circle at 15% 50%, rgba(233,35,42,.55), transparent 32%), radial-gradient(circle at 85% 20%, rgba(242,211,47,.2), transparent 27%); }
.laser-grid { grid-template-columns: 1.1fr .9fr; }
.laser-media { min-height: 580px; }
.laser-stack { position: absolute; overflow: hidden; border: 1px solid rgba(255,255,255,.25); border-radius: 15px; box-shadow: 20px 25px 50px rgba(0,0,0,.38); }
.laser-stack img { width: 100%; height: 100%; object-fit: cover; }
.laser-stack-back { top: 4%; left: 2%; width: 66%; height: 72%; transform: rotate(-5deg); opacity: .74; }
.laser-stack-front { right: 3%; bottom: 0; width: 59%; height: 65%; transform: rotate(5deg); }
.laser-stack-front img { object-position: center; }
.light-copy .service-lead { color: rgba(255,255,255,.63); }
.light-copy h2 em { color: var(--yellow); }
.light-label { right: 3%; bottom: 5%; color: rgba(255,255,255,.6); transform: rotate(5deg); }
.laser-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 32px 0 36px; }
.laser-tags span { padding: 9px 12px; color: rgba(255,255,255,.78); border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 11px; }

.showcase { padding: 128px 0 136px; }
.showcase-head { display: grid; grid-template-columns: 1.05fr .95fr; align-items: end; gap: 90px; }
.showcase h2 em { color: var(--red); }
.showcase-copy { max-width: 360px; margin: 0 0 7px; color: #77736e; font-size: 15px; line-height: 1.65; }
.gallery-grid { display: grid; grid-template-columns: 1.28fr .86fr .86fr; gap: 18px; margin-top: 77px; }
.gallery-card { position: relative; overflow: hidden; min-height: 420px; margin: 0; border-radius: 16px; background: #e4e0da; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card-wide img { object-position: center 13%; }
.gallery-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 25px 1fr; gap: 4px 11px; padding: 20px; color: var(--white); background: linear-gradient(transparent, rgba(0,0,0,.76)); }
.gallery-card figcaption span { grid-row: span 2; color: var(--yellow); font-size: 11px; font-weight: 800; }
.gallery-card figcaption strong { font-size: 13px; }
.gallery-card figcaption small { font-size: 11px; color: rgba(255,255,255,.72); }
.gallery-card-dark { background: var(--ink); }
.quote-card { display: flex; min-height: 100%; flex-direction: column; justify-content: center; padding: 38px; color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(233,35,42,.85), transparent 34%), linear-gradient(135deg, #171717, #050505); }
.quote-mark { color: var(--yellow) !important; font-size: 62px !important; line-height: .7; }
.quote-card p { margin: 26px 0 36px; max-width: 210px; font-size: 22px; line-height: 1.18; letter-spacing: -.04em; }
.quote-signature { color: rgba(255,255,255,.58) !important; font-size: 10px !important; font-weight: 600 !important; }
.gallery-card-dark figcaption { background: linear-gradient(transparent, rgba(0,0,0,.5)); }

.contact-section { padding: 95px 0; color: var(--white); background: var(--red); }
.contact-grid { display: grid; grid-template-columns: 1fr .75fr; align-items: center; gap: 100px; }
.contact-section h2 { font-size: clamp(48px, 6.5vw, 79px); }
.contact-action p { max-width: 395px; margin: 0 0 26px; color: rgba(255,255,255,.82); font-size: 16px; line-height: 1.6; }
.contact-action .button { margin-right: 17px; }
.whatsapp-number { color: rgba(255,255,255,.88); font-size: 12px; font-weight: 800; white-space: nowrap; }

.site-footer { background: #0b0b0b; color: var(--white); }
.footer-top { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 60px; padding: 64px 0 54px; }
.footer-brand { display: inline-block; color: var(--white); font-size: 28px; font-weight: 900; letter-spacing: -.07em; line-height: .84; }
.footer-brand span { color: var(--red); }
.footer-top p { color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; align-content: start; gap: 13px; color: rgba(255,255,255,.66); font-size: 13px; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--yellow); }
.footer-contact { display: grid; align-content: start; gap: 8px; justify-items: start; }
.footer-contact span:first-child { color: rgba(255,255,255,.42); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.footer-contact a { color: var(--yellow); font-size: 15px; font-weight: 800; }
.footer-contact small { color: rgba(255,255,255,.55); font-size: 11px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding: 17px 0 23px; border-top: 1px solid rgba(255,255,255,.11); color: rgba(255,255,255,.35); font-size: 10px; line-height: 1.5; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .menu-toggle { display: block; }
  .primary-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: none; padding: 21px; flex-direction: column; align-items: stretch; gap: 19px; background: #131313; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 20px 40px rgba(0,0,0,.3); }
  .primary-nav.is-open { display: flex; }
  .nav-cta { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); }
  .hero-grid, .service-grid, .laser-grid { grid-template-columns: 1fr; gap: 60px; }
  .hero { padding-top: 72px; }
  .hero-visual { min-height: 490px; max-width: 580px; width: 100%; margin: 0 auto; }
  .intro-grid, .showcase-head, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro { padding-top: 100px; }
  .audience-row { margin-top: 78px; }
  .service-section { padding: 105px 0 110px; }
  .service-copy { order: 1; }
  .service-media { order: 2; min-height: 540px; max-width: 620px; width: 100%; margin: 0 auto; }
  .laser-grid .service-media { order: 1; }
  .laser-grid .service-copy { order: 2; }
  .gallery-grid { grid-template-columns: 1.2fr .8fr; }
  .gallery-card-wide { grid-row: span 2; }
  .gallery-card { min-height: 300px; }
  .gallery-card-dark { min-height: 300px; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-contact { grid-column: 2; grid-row: 1; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .brand { width: 148px; }
  .hero { min-height: auto; padding: 68px 0 35px; }
  .hero h1 { font-size: clamp(47px, 15vw, 70px); }
  .hero-lead { font-size: 15px; }
  .hero-visual { min-height: 380px; }
  .hero-card-main { inset: 3% 1% 0 4%; }
  .hero-sticker { width: 104px; height: 104px; right: -6px; }
  .hero-sticker strong { font-size: 13px; }
  .hero-bottom { margin-top: 21px; }
  .hero-seal { display: none; }
  .intro, .showcase { padding: 82px 0 85px; }
  .intro h2, .showcase h2, .service-copy h2, .contact-section h2 { font-size: clamp(43px, 13vw, 64px); }
  .intro-copy p { font-size: 16px; }
  .audience-row { grid-template-columns: 1fr 1fr; margin-top: 55px; }
  .audience-item { min-height: 88px; }
  .audience-item:nth-child(2) { border-right: 0; }
  .audience-item:nth-child(3), .audience-item:nth-child(4) { border-top: 1px solid var(--line); }
  .audience-item + .audience-item { padding-left: 14px; }
  .audience-item:nth-child(odd) { padding-left: 0; }
  .service-section { padding: 83px 0 88px; }
  .service-media, .laser-media { min-height: 390px; }
  .media-frame-small { border-width: 5px; }
  .media-label { font-size: 8px; }
  .laser-stack-back { width: 72%; height: 70%; }
  .laser-stack-front { width: 65%; height: 62%; }
  .gallery-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .gallery-card, .gallery-card-wide, .gallery-card-dark { min-height: 380px; grid-row: auto; }
  .quote-card { padding: 32px; }
  .contact-section { padding: 77px 0; }
  .contact-action .button { margin: 0 0 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 33px; padding: 50px 0 40px; }
  .footer-contact { grid-column: auto; grid-row: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
