:root {
  --red: #ed1c24;
  --red-deep: #b9131b;
  --black: #080808;
  --black-soft: #101010;
  --paper: #f6f3ef;
  --muted: #9b9b9b;
  --line: rgba(255, 255, 255, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--black); font-family: Inter, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 20; top: -60px; left: 20px; padding: 12px 16px; background: var(--paper); color: var(--black); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }
.header { position: absolute; z-index: 4; top: 0; width: 100%; border-bottom: 1px solid rgba(255,255,255,.14); }
.header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: min(236px, 34vw); padding: 5px 9px; background: #fff; line-height: 0; }
.brand img { width: 100%; }
.nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.nav a, .header__cta { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav a { color: #e4e1dd; transition: color .2s; }
.nav a:hover { color: var(--red); }
.header__cta { padding: 11px 15px; border: 1px solid var(--red); color: #fff; transition: background .2s; }
.header__cta:hover { background: var(--red); }

.hero { position: relative; min-height: min(800px, 100vh); display: grid; align-items: end; padding: 180px 0 96px; overflow: hidden; }
.hero__background { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, #090909 4%, rgba(9,9,9,.82) 37%, rgba(9,9,9,.15) 78%), linear-gradient(0deg, #090909, transparent 45%), url('assets/images/tiguan.jpeg') 72% top / cover no-repeat; transform: scale(1.015); }
.hero__background::after { content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 35%, rgba(237,28,36,.18)); mix-blend-mode: screen; }
.hero__content { max-width: 1180px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.eyebrow--light { color: #1c0d0e; }
h1, h2, h3 { font-family: 'Barlow Condensed', Impact, sans-serif; text-transform: uppercase; }
h1 { max-width: 720px; margin: 0; font-size: clamp(58px, 8vw, s108px); font-weight: 900; line-height: .83; letter-spacing: -.035em; }
h1 em, h2 em { color: var(--red); font-style: italic; }
.hero__text { max-width: 500px; margin: 30px 0; color: #d9d5d1; font-size: 16px; line-height: 1.65; }
.hero__actions, .contact__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; }
.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 19px; border: 1px solid transparent; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button--red { background: var(--red); }
.button--red:hover { background: #ff343b; }
.button--ghost { border-color: rgba(255,255,255,.6); background: rgba(0,0,0,.24); }
.button--ghost:hover { border-color: #fff; background: rgba(255,255,255,.12); }
.button--white { background: var(--paper); color: var(--black); }
.hero__scroll { position: absolute; right: max(24px, calc((100% - 1180px) / 2)); bottom: 32px; display: flex; align-items: center; gap: 12px; color: #c7c5c1; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.hero__scroll span { color: var(--red); font-size: 19px; }

.notice-section { padding: 82px 0; background: var(--red); }
.notice { display: grid; grid-template-columns: 1.45fr 1.73fr; align-items: stretch; }
.notice__meta { align-self: start; margin: 0; border-right: 1px solid rgba(255,255,255,.36); background: transparent; }
.notice__meta img { width: 100%; height: auto; }
.notice__status { width: fit-content; padding: 8px 9px; border: 1px solid rgba(255,255,255,.25); color: #e5e1dd; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.notice__body { padding: 32px; }
.notice__body-meta { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 38px; }
.notice__body-meta .eyebrow { margin: 0; }
.notice h2 { margin: 0 0 20px; font-size: clamp(35px, 4vw, 53px); line-height: .89; letter-spacing: -.02em; }
.notice__body > p { color: #fff4f4; font-size: 14px; line-height: 1.6; }
.text-link { padding: 0; border: 0; background: transparent; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.text-link span { margin-left: 7px; color: #161616; font-size: 18px; vertical-align: -2px; }

.projects { padding: 126px 0 110px; }
.section-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 56px; align-items: end; margin-bottom: 46px; }
.section-heading h2, .video-section h2, .contact h2 { margin: 0; font-size: clamp(52px, 6.4vw, 87px); line-height: .82; letter-spacing: -.04em; }
.section-heading > p { max-width: 410px; margin: 0 0 6px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 18px; }
.project-card { position: relative; min-height: 400px; overflow: hidden; background: #222; }
.project-card--large { min-height: 525px; }
.project-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.06); }
.project-card__shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 54%); }
.project-card__caption { position: absolute; inset: auto 22px 20px; display: flex; align-items: end; gap: 11px; }
.project-card__caption span { color: var(--red); font-size: 11px; font-weight: 700; }
.project-card h3 { margin: 0; font-size: 27px; line-height: .9; letter-spacing: -.01em; }

.faq { padding: 112px 0; background: #101010; }
.faq__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 84px; }
.faq__intro h2 { margin: 0; font-size: clamp(52px, 5.8vw, 79px); line-height: .82; letter-spacing: -.04em; }
.faq__intro > p:not(.eyebrow) { max-width: 350px; margin: 24px 0 29px; color: #aaa7a3; font-size: 14px; line-height: 1.7; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 390px; margin: 0 0 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps div { min-height: 90px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 12px 8px 12px 0; }
.steps div + div { padding-left: 12px; border-left: 1px solid var(--line); }
.steps b { color: var(--red); font-size: 10px; letter-spacing: .1em; }
.steps span { color: #e5e1dd; font-size: 11px; font-weight: 600; line-height: 1.35; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: #f1eee9; font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(22px, 2.5vw, 31px); font-weight: 700; line-height: .95; letter-spacing: -.01em; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--red); font-family: Inter, sans-serif; font-size: 24px; font-weight: 400; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { max-width: 690px; margin: -2px 0 24px; color: #a9a7a4; font-size: 14px; line-height: 1.7; }
.faq details a { color: #fff; font-weight: 700; text-decoration-color: var(--red); text-underline-offset: 3px; }

.video-section { padding: 102px 0; background: #141414; }
.video-section__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.video-section__copy > p:not(.eyebrow) { max-width: 410px; margin: 26px 0 30px; color: #bcb8b4; font-size: 15px; line-height: 1.7; }
.video-frame { position: relative; width: min(100%, 440px); margin-left: auto; padding: 10px; border: 1px solid rgba(237,28,36,.82); background: #0b0b0b; box-shadow: 18px 18px 0 var(--red); }
.video-frame::before { content: 'VÍDEO OFICIAL'; position: absolute; top: -29px; left: 0; color: var(--red); font-family: 'Barlow Condensed', Impact, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: .13em; }
.video-frame video { display: block; width: 100%; max-height: 580px; background: #000; }

.contact { padding: 108px 0; background: var(--paper); color: var(--black); }
.contact__panel { position: relative; padding: 58px 6.5%; overflow: hidden; background: #e5e2dd; }
.contact__panel::after { content: 'MK7'; position: absolute; right: 5%; bottom: -40px; color: rgba(0,0,0,.035); font-family: 'Barlow Condensed', Impact, sans-serif; font-size: clamp(190px, 29vw, 370px); font-style: italic; font-weight: 900; line-height: 1; }
.contact h2 { position: relative; z-index: 1; }
.contact__panel > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 420px; margin: 26px 0; color: #62605c; font-size: 15px; line-height: 1.7; }
.contact__actions { position: relative; z-index: 1; }
.social-link { padding: 10px 2px; color: #151515; font-size: 12px; font-weight: 700; text-decoration: none; }
.social-link span { color: var(--red); font-size: 21px; vertical-align: -2px; }

.footer { padding: 30px 0; background: #090909; }
.footer__inner { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer img { width: 160px; padding: 3px 5px; background: #fff; }
.footer p, .footer a { margin: 0; color: #8c8b89; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-decoration: none; }
.footer a:hover { color: var(--red); }

.dialog { width: min(580px, calc(100% - 32px)); max-height: min(780px, calc(100vh - 32px)); padding: 0; border: 1px solid var(--red); color: var(--paper); background: #161616; box-shadow: 16px 16px 0 rgba(237,28,36,.65); }
.dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(3px); }
.dialog__inner { position: relative; padding: 44px; }
.dialog h2 { max-width: 390px; margin: 0 0 20px; font-size: 48px; line-height: .86; }
.dialog p:not(.eyebrow) { color: #d2ceca; font-size: 14px; line-height: 1.6; }
.dialog .button { margin-top: 10px; }
.dialog__close { position: absolute; top: 12px; right: 12px; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid #555; background: transparent; color: #fff; font-size: 23px; line-height: 1; cursor: pointer; }
.dialog__close:hover { border-color: var(--red); color: var(--red); }

[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 800px) {
  .header__inner { min-height: 74px; }
  .nav { display: none; }
  .hero { min-height: 760px; padding: 180px 0 86px; }
  .hero__background { background: linear-gradient(0deg, #090909 5%, rgba(9,9,9,.22) 75%), linear-gradient(90deg, rgba(9,9,9,.72), rgba(9,9,9,.08)), url('assets/images/tiguan.jpeg') 62% top / cover no-repeat; }
  .notice { grid-template-columns: 1fr; }
  .notice__meta { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.36); }
  .section-heading, .video-section__grid { grid-template-columns: 1fr; gap: 30px; }
  .faq__grid { grid-template-columns: 1fr; gap: 48px; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-card--large { grid-column: 1 / -1; min-height: 420px; }
  .video-frame { margin: 22px auto 0; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 32px, 1180px); }
  .header__cta { padding: 9px 10px; font-size: 10px; }
  .hero__scroll { display: none; }
  .hero__actions .button { width: 100%; }
  .notice__body { padding: 26px; }
  .projects, .video-section, .contact { padding: 78px 0; }
  .faq { padding: 78px 0; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card, .project-card--large { min-height: 340px; }
  .project-card--large { grid-column: auto; }
  .footer__inner { flex-direction: column; align-items: flex-start; }
  .dialog__inner { padding: 40px 25px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
