﻿/* Monte's own visual identity: a violet brand sculpture in a dark studio. */
.header {
  height: 88px;
  padding: 0 clamp(24px, 3.5vw, 64px);
  gap: 28px;
  color: #f5f2fa;
}
.on-landing .header { background: linear-gradient(#080808a0, transparent); }
.brand { gap: 10px; font-family: 'Noka Logo', 'Montserrat', sans-serif; font-size: 19px; font-weight: 700; line-height: 1; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { flex-shrink: 0; width: 47px; height: 38px; background: url('assets/monte-symbol.svg') center / contain no-repeat; }
.brand-name { display: flex; flex-direction: column; gap: 1px; }
.brand-second { margin-left: 0; font-weight: 700; }
.header-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.header-nav a { position: relative; font-size: 11px; padding-block: 10px; color: #c2bdce; transition: color .25s; }
.header-nav a::after { content: ''; position: absolute; height: 1px; inset: auto 0 3px; background: #ad8aff; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.header-nav a:hover, .header-nav a[aria-current] { color: #fff; }
.header-nav a:hover::after, .header-nav a[aria-current]::after { transform: scaleX(1); }
.header-contact { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #77708070; border-radius: 50%; color: #d9c8ff; background: #14111870; transition: border-color .25s, background .25s; }
.header-contact:hover { border-color: #a681ff; background: #7950d52b; }
.header-contact > span:last-child { display: block; font-size: 21px; }
.landing {
  --hero-headroom: clamp(96px, 11svh, 124px);
  --pointer-x: 0;
  --pointer-y: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: max(100dvh, 680px, calc(100vw * 941 / 1671 + var(--hero-headroom) + 48px));
  padding: 110px 24px clamp(92px, 11svh, 128px);
  background: #000;
  color: #f2eef8;
}
.landing-scene { position: absolute; inset: var(--hero-headroom) 0 0; z-index: -2; overflow: hidden; pointer-events: none; }
.scene-drift { display: flex; justify-content: center; align-items: flex-start; width: 100%; height: 100%; }
.scene-drift > picture { display: block; flex-shrink: 0; width: 100%; }
/* Keep the supplied composition intact; the live header replaces its corner logo. */
.scene-image { flex-shrink: 0; width: 100%; height: auto; max-width: 100%; object-fit: contain; object-position: center top; clip-path: polygon(0 15%, 17% 15%, 17% 0, 100% 0, 100% 100%, 0 100%); }
.landing-content { width: min(100%, 1240px); text-align: center; }
.hero-eyebrow { margin-bottom: 14px; font-size: 9px; font-weight: 400; letter-spacing: .2em; line-height: 1.5; color: #bcb1cb; animation: hero-reveal 1s .2s both; }
.landing .hero-name { display: flex; justify-content: center; gap: .2em; font-family: 'Noka Logo', 'Montserrat', sans-serif; font-size: clamp(70px, 8.1vw, 144px); font-weight: 700; line-height: .98; letter-spacing: -.03em; animation: hero-reveal 1.2s .3s both; text-shadow: 0 4px 45px #08080850; }
.hero-tagline { margin-top: 12px; line-height: 1.05; animation: hero-reveal 1.1s .45s both; }
.hero-tagline em { font-size: clamp(32px, 3vw, 49px); letter-spacing: -.025em; color: #cfbce9; }
.hero-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 11px; margin-top: 27px; animation: hero-reveal 1s .65s both; }
.hero-work-link, .landing .whatsapp-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 23px; min-height: 45px; margin: 0; padding: 12px 20px; border-radius: 40px; font-size: 11px; font-weight: 400; line-height: 1.3; border: 1px solid #81738d60; color: #f6f0ff; transition: background .25s, border-color .25s, transform .25s; }
.hero-work-link { background: #13101565; backdrop-filter: blur(10px); color: #d7cde5; }
.hero-work-link > span, .landing .whatsapp-cta > span:last-child { font-size: 18px; line-height: 1; }
.landing .whatsapp-cta { background: #8050e4; border-color: #a373fc; box-shadow: 0 5px 35px #6430bb22; }
.landing [data-whatsapp][aria-disabled='true'] { opacity: .78; }
.hero-work-link:hover { border-color: #b29acb; background: #2c213a80; transform: translateY(-2px); }
.landing .whatsapp-cta[href]:hover { background: #9361f5; transform: translateY(-2px); }
.hero-footer { position: absolute; inset: auto clamp(24px, 3.5vw, 64px) 25px; display: flex; justify-content: space-between; align-items: center; min-height: 35px; color: #8e849b; animation: hero-reveal 1s .85s both; }
.studio-link { display: inline-flex; align-items: center; gap: 18px; font-size: 8px; letter-spacing: .11em; transition: color .25s; }
.studio-link > span { font-size: 17px; color: #b89aff; }
.studio-link:hover { color: #e5d8fa; }
.hero-scroll { position: absolute; left: 50%; transform: translateX(-50%); width: 35px; height: 35px; display: grid; place-items: center; background: #ffffff04; color: #c6b2e4; border: 1px solid #a085bc50; border-radius: 50%; font-size: 18px; transition: background .25s; }
.hero-scroll > span { animation: scroll-hint 3s ease-in-out infinite; }
.hero-scroll:hover { background: #8351d530; }
.hero-copyright { font-size: 8px; letter-spacing: .07em; }
.landing.is-idle *, .landing.is-idle *::before, .landing.is-idle *::after { animation-play-state: paused !important; }
@keyframes hero-reveal { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scene-breathe { from { transform: scale(1) translateY(0); } to { transform: scale(1.025) translateY(-5px); } }
@keyframes scroll-hint { 0%, 100% { transform: translateY(-2px); } 50% { transform: translateY(2px); } }
@media (min-width: 761px) and (max-height: 700px) {
  .landing { padding-bottom: 82px; }
  .landing .hero-name { font-size: min(7.5vw, 90px); }
  .hero-tagline em { font-size: 34px; }
  .hero-eyebrow { margin-bottom: 10px; }
  .hero-actions { margin-top: 20px; }
}
/* In portrait tablets, let the landscape artwork determine the hero height. */
@media (min-width: 761px) and (max-width: 1100px) and (orientation: portrait) {
  .landing { display: flex; flex-direction: column; min-height: 0; padding: var(--hero-headroom) 0 96px; }
  .landing-scene { position: relative; inset: auto; z-index: 0; width: 100%; }
  .scene-drift { height: auto; }
  .landing-content { padding-inline: 24px; }
  .landing .hero-actions { margin-top: 24px; }
}
@media (max-width: 760px) {
  .header { height: 76px; gap: 16px; }
  .brand { font-size: 18px; gap: 8px; }
  .brand-mark { width: 39px; height: 32px; }
  .header-nav { gap: 18px; }
  .header-nav a { font-size: 10px; }
  .header-contact { width: 31px; height: 31px; }
  .landing { display: flex; flex-direction: column; justify-content: flex-start; gap: 0; min-height: 100dvh; padding: 0 0 96px; }
  .landing-scene { position: relative; inset: auto; z-index: 0; width: 100%; }
  .scene-drift { position: static; height: auto; }
  /* Preserve the portrait composition; the live header replaces its small embedded logo. */
  .scene-image { width: 100%; height: auto; aspect-ratio: 390 / 844; clip-path: polygon(0 0, 40% 0, 40% 10%, 60% 10%, 60% 0, 100% 0, 100% 100%, 0 100%); }
  .landing-content { position: relative; padding-inline: 22px; margin-top: clamp(-72px, -12vw, -40px); }
  .hero-eyebrow { font-size: 8px; letter-spacing: .15em; margin-bottom: 19px; }
  .landing .hero-name { flex-direction: column; gap: 0; font-size: clamp(76px, 19vw, 118px); line-height: .88; }
  .landing .hero-name > span:last-child { margin-top: 2px; }
  .hero-tagline { margin-top: 19px; }
  .hero-tagline em { font-size: clamp(28px, 7.2vw, 38px); }
  .hero-actions { margin-top: 25px; gap: 8px; }
  .hero-work-link, .landing .whatsapp-cta { gap: 14px; min-height: 43px; padding: 11px 15px; font-size: 10px; }
  .hero-footer { bottom: 22px; }
  .studio-link { max-width: 115px; font-size: 7px; line-height: 1.7; gap: 10px; }
  .hero-copyright { max-width: 108px; font-size: 7px; line-height: 1.7; text-align: right; }
}
@media (max-width: 480px) {
  .header { padding-inline: 20px; gap: 15px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 34px; height: 28px; }
  .header-nav { gap: 13px; }
  .header-nav a { font-size: 9px; }
  .header-contact { display: none; }
  .hero-work-link, .landing .whatsapp-cta { gap: 12px; padding-inline: 14px; font-size: 9px; }
}
@media (max-width: 360px) {
  .header { padding-inline: 16px; gap: 12px; }
  .brand { font-size: 15px; gap: 6px; }
  .header-nav { gap: 10px; }
  .landing-content { padding-inline: 16px; }
  .hero-work-link, .landing .whatsapp-cta { gap: 9px; padding-inline: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .landing *, .landing *::before, .landing *::after { animation: none !important; transition: none !important; }
  .scene-image { transform: none; }
}

/* Text is part of the supplied hero art; retain one accessible page heading. */
.landing .hero-eyebrow, .landing .hero-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  animation: none;
}
.landing .hero-tagline { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; animation: none; }
@media (max-width: 760px) {
  .landing .hero-actions { margin-top: 0; }
}
