:root {
  --ink: #10253d;
  --ink-2: #18344f;
  --orange: #d4632f;
  --orange-dark: #a94721;
  --cream: #f7f2eb;
  --paper: #fffdf9;
  --sand: #eadfd2;
  --muted: #63707c;
  --line: rgba(16, 37, 61, .13);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(11, 26, 42, .16);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, video, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: clamp(76px, 9vw, 124px) 0; }
.section-dark { position: relative; overflow: hidden; background: var(--ink); color: var(--white); }
.section-soft { background: var(--cream); }

.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px;
  transform: translateY(-150%); border-radius: 10px; background: var(--white); color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(255,255,255,.08);
  background: rgba(16, 37, 61, .94); color: var(--white); backdrop-filter: blur(18px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img { width: 45px; height: 45px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: "Oswald", sans-serif; font-size: 1.28rem; letter-spacing: .025em; text-transform: uppercase; }
.brand-copy small { margin-top: 5px; color: #d7e0e8; font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #dbe4ec; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a:not(.nav-cta):focus-visible { color: var(--white); }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--orange); box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); }
.nav-cta:hover { background: #e06c35; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 13px; background: transparent; }
.menu-toggle span:not(.sr-only) { height: 2px; margin: 5px 0; border-radius: 2px; background: var(--white); transition: transform .25s ease, opacity .25s ease; }

.hero { padding: clamp(64px, 8vw, 104px) 0 0; isolation: isolate; }
.hero::before {
  content: ""; position: absolute; width: 520px; height: 520px; top: -270px; left: -230px;
  border: 1px solid rgba(255,255,255,.09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.026), 0 0 0 145px rgba(255,255,255,.017);
}
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(34px, 6vw, 84px); }
.hero-copy { padding-bottom: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: #e8c2ad; font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 32px; height: 2px; background: var(--orange); }
.eyebrow-dark { color: var(--orange-dark); }
.hero h1, .section-heading h2, .video-copy h2, .final-cta h2 {
  margin: 0; font-family: "Oswald", sans-serif; font-weight: 600; letter-spacing: -.025em; line-height: 1.04; text-wrap: balance;
}
.hero h1 { max-width: 760px; font-size: clamp(3rem, 6.2vw, 5.75rem); text-transform: uppercase; }
.hero h1 em { color: #f1ae82; font-style: normal; }
.hero-lead { max-width: 660px; margin: 28px 0 0; color: #cfdae3; font-size: clamp(1rem, 1.6vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; line-height: 1.25; transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(240,151,98,.55); outline-offset: 3px; }
.button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 13px 32px rgba(212,99,47,.25); }
.button-primary:hover { background: #e06d37; box-shadow: 0 18px 36px rgba(212,99,47,.32); }
.button-ghost { border-color: rgba(255,255,255,.2); color: var(--white); background: rgba(255,255,255,.035); }
.button-ghost:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 42px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #c7d2dc; font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.trust-row span { display: grid; gap: 5px; }
.trust-row b { color: #f1ae82; font-size: .7rem; letter-spacing: .14em; }
.hero-visual { align-self: end; min-width: 0; }
.hero-frame { position: relative; max-width: 530px; margin-left: auto; padding: 22px 22px 0; border: 1px solid rgba(255,255,255,.13); border-radius: 160px 160px 0 0; background: linear-gradient(145deg, rgba(255,255,255,.11), rgba(255,255,255,.02)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.hero-frame::before { content: ""; position: absolute; inset: 38px 38px 0; border-radius: 130px 130px 0 0; background: #e8ddd0; }
.hero-frame img { position: relative; z-index: 1; width: 100%; height: auto; border-radius: 120px 120px 0 0; object-fit: cover; object-position: center; clip-path: inset(0 0 0 0 round 120px 120px 0 0); }
.hero-frame-label { position: absolute; z-index: 3; right: -26px; top: 33%; padding: 11px 17px; transform: rotate(90deg) translateX(50%); transform-origin: right center; border-radius: 999px; background: var(--orange); color: var(--white); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.hero-seal { position: absolute; z-index: 4; left: -28px; bottom: 48px; width: 116px; height: 116px; display: grid; align-content: center; justify-items: center; border: 2px solid rgba(255,255,255,.45); border-radius: 50%; background: rgba(16,37,61,.9); box-shadow: var(--shadow); text-align: center; transform: rotate(-8deg); }
.hero-seal::before { content: ""; position: absolute; inset: 7px; border: 1px dashed rgba(255,255,255,.4); border-radius: inherit; }
.hero-seal strong { position: relative; font-family: "Oswald", sans-serif; font-size: 1.08rem; text-transform: uppercase; }
.hero-seal span { position: relative; color: #efb18b; font-size: .63rem; font-weight: 800; text-transform: uppercase; }
.hero-texture { position: absolute; z-index: 0; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to right, #000, transparent 72%); }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .72fr); gap: clamp(34px, 8vw, 100px); align-items: end; margin-bottom: 50px; }
.section-heading h2, .video-copy h2, .final-cta h2 { font-size: clamp(2.4rem, 4.7vw, 4.4rem); text-transform: uppercase; }
.section-heading > p { margin: 0 0 7px; color: var(--muted); font-size: 1rem; }
.section-heading-light > p { color: #cbd6df; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 310px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); border-color: rgba(212,99,47,.35); box-shadow: 0 20px 50px rgba(16,37,61,.09); }
.service-card > span { position: absolute; top: 25px; right: 26px; color: #bbc3ca; font-family: "Oswald", sans-serif; font-size: .82rem; letter-spacing: .1em; }
.service-icon { width: 66px; height: 66px; margin-bottom: 30px; padding: 13px; border-radius: 18px; background: var(--cream); fill: none; stroke: var(--orange-dark); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin: 0 0 13px; font-family: "Oswald", sans-serif; font-size: 1.55rem; text-transform: uppercase; }
.service-card p { margin: 0; color: var(--muted); font-size: .93rem; }

.portfolio-gallery { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 230px; gap: 18px; }
.work-card { position: relative; grid-column: span 4; margin: 0; padding: 0; overflow: hidden; cursor: zoom-in; border: 0; border-radius: var(--radius-md); background: var(--ink); box-shadow: 0 12px 34px rgba(16,37,61,.1); text-align: left; }
.work-card-wide { grid-column: span 8; }
.work-card-tall { grid-column: span 4; grid-row: span 2; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.8,.2,1), filter .35s ease; }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,20,34,.92), rgba(7,20,34,.04) 60%); }
.work-card span { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; color: var(--white); }
.work-card b, .work-card small { display: block; }
.work-card b { font-family: "Oswald", sans-serif; font-size: 1.25rem; text-transform: uppercase; }
.work-card small { margin-top: 4px; color: #d8e0e7; font-size: .78rem; }
.work-card:hover img { transform: scale(1.045); filter: saturate(1.08); }

.video-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(40px, 8vw, 110px); }
.video-copy > p:not(.eyebrow) { color: var(--muted); }
.check-list { display: grid; gap: 12px; margin: 28px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 31px; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 9px; border-left: 2px solid var(--orange); border-bottom: 2px solid var(--orange); transform: rotate(-45deg); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--orange-dark); font-weight: 800; }
.text-link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }
.video-card { position: relative; max-width: 620px; margin-left: auto; overflow: hidden; border: 10px solid var(--ink); border-radius: 28px; background: var(--ink); box-shadow: var(--shadow); }
.video-topbar { height: 36px; display: flex; align-items: center; gap: 6px; padding: 0 11px; background: var(--ink); }
.video-topbar > span { width: 7px; height: 7px; border-radius: 50%; background: #688097; }
.video-topbar small { margin-left: auto; color: #b8c5d0; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.video-card video { width: 100%; max-height: 650px; aspect-ratio: 9 / 12; object-fit: cover; border-radius: 15px; background: #0c1724; }
.sound-toggle { position: absolute; right: 23px; bottom: 23px; display: inline-flex; align-items: center; gap: 8px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; background: rgba(16,37,61,.82); color: var(--white); backdrop-filter: blur(9px); cursor: pointer; }
.sound-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sound-toggle .sound-on { display: none; }
.sound-toggle span { font-size: .72rem; font-weight: 800; }
.sound-toggle[aria-pressed="true"] .sound-on { display: block; }
.sound-toggle[aria-pressed="true"] .sound-off { display: none; }

.process { background: linear-gradient(135deg, #10253d, #142f49); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.14); }
.process-step { position: relative; padding: 42px 35px 10px 0; }
.process-step + .process-step { padding-left: 35px; border-left: 1px solid rgba(255,255,255,.14); }
.process-step span { color: #efaa82; font-family: "Oswald", sans-serif; font-size: .82rem; letter-spacing: .12em; }
.process-step h3 { margin: 19px 0 11px; font-family: "Oswald", sans-serif; font-size: 1.65rem; text-transform: uppercase; }
.process-step p { margin: 0; color: #c9d3dc; font-size: .92rem; }

.final-cta { background: var(--paper); }
.final-cta-card { position: relative; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; padding: clamp(42px, 6vw, 72px); overflow: hidden; border-radius: var(--radius-lg); background: var(--ink); color: var(--white); box-shadow: var(--shadow); }
.final-cta-card::after { content: ""; position: absolute; right: -80px; bottom: -110px; width: 300px; height: 300px; border: 55px solid rgba(255,255,255,.035); border-radius: 50%; }
.final-cta-card > * { position: relative; z-index: 1; }
.final-cta p:not(.eyebrow) { max-width: 700px; margin-bottom: 0; color: #cbd5de; }
.final-actions { display: grid; gap: 17px; justify-items: start; }
.instagram-link { display: inline-flex; align-items: center; gap: 10px; color: #dce5ed; font-size: .87rem; font-weight: 700; }
.instagram-link svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; }

.site-footer { padding: 60px 0 20px; background: #0b1b2c; color: #c4d0da; }
.footer-grid { display: grid; grid-template-columns: .8fr 1.3fr .8fr; align-items: center; gap: 34px; padding-bottom: 40px; }
.footer-brand { color: var(--white); }
.footer-grid > p { margin: 0; font-size: .86rem; }
.footer-links { display: grid; justify-items: end; gap: 6px; color: var(--white); font-weight: 700; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #899aaa; }
.footer-bottom small { font-size: .72rem; }

.floating-whatsapp { position: fixed; z-index: 990; right: max(18px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 9px; min-height: 52px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #168b54; color: var(--white); box-shadow: 0 12px 30px rgba(10,48,32,.28); font-size: .82rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); background: #107a48; }
.floating-whatsapp svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.lightbox { width: min(94vw, 1050px); max-height: 92vh; padding: 0; border: 0; border-radius: 22px; background: transparent; overflow: visible; }
.lightbox::backdrop { background: rgba(5,12,19,.87); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 88vh; object-fit: contain; border-radius: 18px; box-shadow: 0 24px 80px rgba(0,0,0,.35); }
.lightbox-close { position: absolute; z-index: 3; top: -17px; right: -17px; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--white); color: var(--ink); cursor: pointer; font-size: 1.8rem; line-height: 1; box-shadow: 0 10px 25px rgba(0,0,0,.25); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .header-inner { min-height: 72px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: grid; gap: 0; padding: 12px; visibility: hidden; opacity: 0; transform: translateY(-10px); border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: #132d46; box-shadow: 0 20px 50px rgba(0,0,0,.24); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
  .main-nav.is-open { visibility: visible; opacity: 1; transform: none; }
  .main-nav a { padding: 13px 14px; }
  .nav-cta { margin-top: 5px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }

  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 18px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .hero-frame { margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-gallery { grid-auto-rows: 220px; }
  .work-card { grid-column: span 6; }
  .work-card-wide { grid-column: span 12; }
  .work-card-tall { grid-column: span 6; grid-row: span 2; }
  .video-grid { grid-template-columns: 1fr; }
  .video-card { width: min(100%, 600px); margin-inline: auto; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step, .process-step + .process-step { padding: 30px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .process-step:last-child { border-bottom: 0; }
  .final-cta-card { grid-template-columns: 1fr; gap: 35px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { grid-column: 1 / -1; grid-row: 2; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 72px 0; }
  .brand img { width: 41px; height: 41px; }
  .brand-copy strong { font-size: 1.13rem; }
  .hero { padding-top: 54px; }
  .hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-lead { margin-top: 21px; font-size: .98rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .trust-row { grid-template-columns: 1fr; gap: 11px; }
  .trust-row span { grid-template-columns: 28px 1fr; align-items: center; }
  .hero-frame { width: calc(100% - 12px); padding: 15px 15px 0; border-radius: 100px 100px 0 0; }
  .hero-frame::before { inset: 27px 27px 0; border-radius: 80px 80px 0 0; }
  .hero-frame img { border-radius: 80px 80px 0 0; clip-path: inset(0 0 0 0 round 80px 80px 0 0); }
  .hero-frame-label { display: none; }
  .hero-seal { left: -5px; bottom: 24px; width: 94px; height: 94px; }
  .hero-seal strong { font-size: .9rem; }
  .hero-seal span { font-size: .54rem; }

  .section-heading h2, .video-copy h2, .final-cta h2 { font-size: clamp(2.35rem, 11vw, 3.4rem); }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; padding: 25px; }
  .service-icon { margin-bottom: 24px; }
  .portfolio-gallery { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .work-card, .work-card-wide, .work-card-tall { grid-column: 1; grid-row: auto; min-height: 250px; aspect-ratio: 4 / 3; }
  .work-card-tall { aspect-ratio: 4 / 5; }
  .video-card { border-width: 7px; border-radius: 22px; }
  .video-card video { aspect-ratio: 9 / 13; }
  .sound-toggle { right: 16px; bottom: 16px; }
  .final-cta-card { padding: 35px 24px; border-radius: 28px; }
  .final-actions, .final-actions .button { width: 100%; }
  .instagram-link { justify-content: center; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > p { grid-column: auto; grid-row: auto; }
  .footer-links { justify-items: start; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 52px; height: 52px; justify-content: center; padding: 0; }
  .floating-whatsapp span { display: none; }
  .lightbox-close { top: -10px; right: -2px; }
}

@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; }
}
