:root { --red: #f5251b; --ink: #11110f; --paper: #f0efe9; --muted: #76766f; --line: rgba(17,17,15,.16); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.highlive-landing { margin: 0; padding: 0; background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden; }
body.highlive-landing #page, body.highlive-landing .site-content-contain { margin: 0; max-width: none; }
body.highlive-landing .highlive-home { margin: 0; padding: 0; max-width: none; }
body.highlive-landing.admin-bar .site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; }
.shell { width: min(1440px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 132px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; height: 104px; padding: 0 48px; display: grid; grid-template-columns: 120px 1fr 180px; align-items: center; color: white; border-bottom: 1px solid rgba(255,255,255,.22); }
.brand { width: 50px; height: 65px; overflow: hidden; display: block; }
.brand img { width: 50px; height: 65px; object-fit: contain; }
.desktop-nav { justify-self: center; display: flex; gap: 38px; font-size: 13px; font-weight: 600; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 7px; width: 100%; height: 1px; background: white; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; font-size: 12px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.55); border-radius: 100px; padding: 13px 18px; transition: .25s ease; }
.header-cta:hover { background: white; color: var(--ink); }
.header-cta span { color: var(--red); margin-left: 10px; font-size: 16px; }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 850px; height: 100svh; color: white; overflow: hidden; }
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,8,7,.8) 0%, rgba(8,8,7,.38) 48%, rgba(8,8,7,.22) 100%), linear-gradient(0deg, rgba(5,5,5,.62) 0%, transparent 48%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(90deg, transparent calc(50% - .5px), rgba(255,255,255,.10) 50%, transparent calc(50% + .5px)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: 214px; padding-bottom: 114px; display: flex; flex-direction: column; justify-content: space-between; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { display: block; width: 8px; height: 8px; background: var(--red); border-radius: 50%; box-shadow: 0 0 0 6px rgba(245,37,27,.18); }
.hero h1 { margin: 28px 0 0; max-width: 1150px; font-size: clamp(64px, 7.7vw, 126px); line-height: .86; letter-spacing: -.067em; font-weight: 750; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); font-style: normal; font-weight: 700; }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; }
.hero-bottom p { width: 440px; margin: 0 0 2px 0; padding-left: 18px; border-left: 2px solid var(--red); font-size: 18px; line-height: 1.55; color: rgba(255,255,255,.84); }
.circle-link { width: 112px; height: 112px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; transition: .3s ease; }
.circle-link:hover { background: var(--red); border-color: var(--red); transform: translateY(-5px); }
.circle-link b { font-size: 22px; font-weight: 400; }
.hero-meta { position: absolute; z-index: 3; right: 48px; bottom: 28px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
.hero-meta i { display: block; width: 3px; height: 3px; background: var(--red); border-radius: 50%; }

.section-index { padding-bottom: 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.intro-copy { padding-top: 72px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: start; }
.intro h2, .services-heading h2, .projects h2, .collective h2, .news h2 { margin: 0; font-size: clamp(46px, 5.5vw, 88px); letter-spacing: -.055em; line-height: .96; font-weight: 700; }
.intro h2 span, .projects h2 span { color: var(--red); }
.intro-detail { padding-top: 7px; }
.intro-detail p, .collective-copy p { color: #5d5d57; font-size: 16px; line-height: 1.75; }
.intro-detail .lead, .collective-copy .lead { margin-top: 0; color: var(--ink); font-size: 21px; line-height: 1.48; }
.text-link { display: inline-flex; align-items: center; gap: 26px; margin-top: 22px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.text-link span { color: var(--red); font-size: 18px; transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

.manifesto { position: relative; min-height: 760px; color: white; display: flex; align-items: center; overflow: hidden; }
.manifesto-image { position: absolute; inset: 0; background: url('../media/skyrace.jpg') center 42% / cover no-repeat; transform: scale(1.01); }
.manifesto-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,10,9,.84), rgba(10,10,9,.14)), linear-gradient(0deg, rgba(10,10,9,.48), transparent 50%); }
.manifesto-content { position: relative; z-index: 1; }
.manifesto-content > p { margin: 0 0 18px 6px; font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.manifesto h2 { margin: 0; font-size: clamp(82px, 11vw, 170px); line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.manifesto h2 strong { color: var(--red); }
.manifesto-note { position: absolute; right: 0; bottom: -105px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 34px; width: 265px; padding: 22px; border-left: 1px solid rgba(255,255,255,.35); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }

.services-heading { padding: 68px 0 65px; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.services-heading p { width: 385px; margin: 0 0 6px; color: #5d5d57; font-size: 17px; line-height: 1.6; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 380px; padding: 30px; border-right: 1px solid var(--line); transition: background .28s ease, color .28s ease, transform .28s ease; }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card:hover { background: var(--ink); color: white; transform: translateY(-6px); }
.service-number { color: var(--red); font-size: 11px; font-weight: 700; }
.service-icon { position: absolute; top: 82px; right: 30px; width: 48px; height: 48px; border: 1px solid currentColor; border-radius: 50%; opacity: .45; }
.service-icon::before, .service-icon::after { content: ""; position: absolute; top: 50%; left: 50%; width: 18px; height: 1px; background: currentColor; transform: translate(-50%, -50%); }
.service-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.service-card:nth-child(2) .service-icon::after { transform: translate(-50%, -50%) rotate(45deg); }
.service-card:nth-child(3) .service-icon i { position: absolute; inset: 10px; border: 1px solid currentColor; border-radius: 50%; }
.service-card:nth-child(4) .service-icon { border-radius: 3px; transform: rotate(45deg); }
.service-card h3 { margin: 190px 0 18px; font-size: 28px; letter-spacing: -.03em; }
.service-card p { margin: 0; color: #66665f; font-size: 14px; line-height: 1.65; transition: color .28s ease; }
.service-card:hover p { color: rgba(255,255,255,.67); }

.projects { background: #deddd7; }
.projects-head { display: grid; grid-template-columns: 1fr 1fr; column-gap: 50px; align-items: end; }
.projects-head .section-index { grid-column: 1 / -1; margin-bottom: 64px; }
.projects-head .text-link { justify-self: end; margin-bottom: 8px; }
.project-grid { margin-top: 62px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.project-card { position: relative; min-height: 570px; overflow: hidden; color: white; }
.project-card.project--wide { grid-column: 1 / -1; min-height: 670px; }
.project-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.7,.2,1); }
.project-card:hover img { transform: scale(1.045); }
.project-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.25), transparent 40%, rgba(0,0,0,.75)); }
.project-top { position: absolute; top: 0; left: 0; width: 100%; display: flex; justify-content: space-between; padding: 25px 28px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .13em; }
.project-content { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 24px; }
.project-content h3 { grid-column: 1; margin: 0; font-size: clamp(38px, 4vw, 66px); line-height: .95; letter-spacing: -.05em; }
.project-content p { grid-column: 1; max-width: 500px; margin: 4px 0 0; color: rgba(255,255,255,.76); font-size: 14px; line-height: 1.5; }
.project-content a { grid-column: 2; grid-row: 1 / 3; width: 58px; height: 58px; border-radius: 50%; background: var(--red); display: grid; place-items: center; font-size: 22px; transition: transform .25s ease; }
.project-card:hover .project-content a { transform: rotate(45deg); }

.process { background: var(--ink); color: white; }
.section-index--light { color: rgba(255,255,255,.5); border-color: rgba(255,255,255,.16); }
.process-intro { display: grid; grid-template-columns: 1.25fr .55fr; gap: 10vw; padding: 70px 0 100px; }
.process h2 { margin: 0; font-size: clamp(44px, 5.4vw, 82px); line-height: 1; letter-spacing: -.055em; }
.process h2 span { color: rgba(255,255,255,.3); }
.process-intro p { margin: 3px 0 0; color: rgba(255,255,255,.58); font-size: 16px; line-height: 1.72; }
.process-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.16); padding-top: 37px; }
.process-line > div { display: flex; flex-direction: column; }
.process-line b { color: var(--red); font-size: 10px; }
.process-line span { margin-top: 24px; font-size: 25px; font-weight: 650; }
.process-line small { margin-top: 7px; color: rgba(255,255,255,.45); font-size: 12px; }
.process-line > i { color: var(--red); font-size: 27px; font-style: normal; }

.collective { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: center; }
.collective-photo { position: relative; }
.collective-photo::before { content: ""; position: absolute; z-index: 1; left: -18px; top: -18px; width: 80px; height: 80px; border-left: 3px solid var(--red); border-top: 3px solid var(--red); }
.collective-photo img { width: 100%; aspect-ratio: 1 / .82; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.collective-photo > span { display: block; padding-top: 12px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.collective-copy .section-index { margin-bottom: 52px; }
.collective-copy h2 { font-size: clamp(45px, 5vw, 76px); }
.collective-copy .lead { margin-top: 38px; }

.news { padding-top: 20px; }
.news-head { display: flex; align-items: end; justify-content: space-between; padding-bottom: 60px; }
.news-head .section-index { border: 0; padding-bottom: 30px; }
.news h2 { font-size: clamp(42px, 5vw, 72px); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-card { border-top: 1px solid var(--line); padding-top: 16px; }
.news-image { overflow: hidden; aspect-ratio: 1.45; margin-bottom: 22px; background: #ccc; }
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.news-card:hover .news-image img { transform: scale(1.05); }
.news-card small { color: var(--red); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .11em; }
.news-card h3 { min-height: 84px; margin: 13px 0 22px; font-size: 22px; line-height: 1.24; letter-spacing: -.025em; }
.news-card > span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

.contact { position: relative; overflow: hidden; background: var(--red); color: var(--ink); }
.contact-noise { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(rgba(0,0,0,.7) .7px, transparent .7px); background-size: 4px 4px; }
.contact-inner { position: relative; padding-block: 120px 105px; }
.eyebrow--dark > span { background: var(--ink); box-shadow: 0 0 0 6px rgba(17,17,15,.12); }
.contact h2 { margin: 47px 0 72px; font-size: clamp(72px, 10vw, 155px); line-height: .82; letter-spacing: -.075em; }
.contact h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.contact-bottom { display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(17,17,15,.25); padding-top: 30px; }
.contact-bottom p { margin: 0; font-size: 15px; line-height: 1.55; }
.contact-bottom a { font-size: clamp(24px, 3vw, 45px); font-weight: 700; letter-spacing: -.04em; border-bottom: 2px solid var(--ink); padding-bottom: 4px; }
.contact-bottom a span { margin-left: 18px; }

footer { background: var(--ink); color: white; padding-block: 70px 45px; }
.footer-grid { display: grid; grid-template-columns: 80px 1fr .65fr 1fr; gap: 50px; align-items: start; }
.footer-grid > img { width: 55px; height: 72px; object-fit: contain; }
.footer-grid > p { margin: 0; font-size: 26px; line-height: 1.05; font-weight: 700; }
.footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 13px; }
.footer-links a:hover { color: var(--red); }
.footer-meta { display: flex; min-height: 72px; flex-direction: column; align-items: flex-end; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 10px; line-height: 1.6; text-align: right; text-transform: uppercase; letter-spacing: .08em; }

@media (max-width: 1050px) {
  .shell { width: min(100% - 56px, 1440px); }
  .site-header { padding-inline: 28px; grid-template-columns: 80px 1fr 160px; }
  .desktop-nav { gap: 22px; }
  .hero-meta { right: 28px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); }
  .collective { gap: 6vw; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 38px); }
  .section { padding-block: 88px; }
  .site-header { height: 82px; padding: 0 19px; grid-template-columns: 1fr auto; }
  .brand, .brand img { width: 39px; height: 51px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; position: relative; }
  .mobile-nav summary { list-style: none; cursor: pointer; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-content: center; gap: 6px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { width: 18px; height: 1px; background: white; display: block; }
  .mobile-nav-panel { position: absolute; right: 0; top: 56px; width: 230px; padding: 22px; background: var(--ink); border: 1px solid rgba(255,255,255,.15); display: flex; flex-direction: column; gap: 18px; font-size: 14px; }
  .hero { min-height: 720px; }
  .hero-content { padding-top: 165px; padding-bottom: 100px; }
  .hero h1 { font-size: clamp(50px, 15vw, 74px); line-height: .89; }
  .hero h1 br { display: none; }
  .hero-bottom { align-items: end; gap: 14px; }
  .hero-bottom p { width: min(72%, 390px); padding-left: 13px; font-size: 14px; }
  .circle-link { width: 82px; height: 82px; flex: none; }
  .circle-link span { font-size: 9px; }
  .hero-meta { left: 19px; right: auto; bottom: 23px; gap: 7px; font-size: 8px; }
  .intro-copy { padding-top: 46px; grid-template-columns: 1fr; gap: 48px; }
  .intro h2, .services-heading h2, .projects h2, .collective h2 { font-size: 48px; }
  .intro-detail .lead, .collective-copy .lead { font-size: 18px; }
  .manifesto { min-height: 630px; }
  .manifesto h2 { font-size: 72px; }
  .manifesto-note { position: static; margin-top: 54px; width: 100%; }
  .services-heading { padding-block: 46px; display: block; }
  .services-heading p { width: auto; margin-top: 28px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .service-card:first-child { border-top: 0; }
  .service-card h3 { margin-top: 145px; }
  .projects-head { grid-template-columns: 1fr; }
  .projects-head .section-index { margin-bottom: 46px; }
  .projects-head .text-link { justify-self: start; margin-top: 30px; }
  .project-grid { margin-top: 45px; grid-template-columns: 1fr; }
  .project-card, .project-card.project--wide { grid-column: 1; min-height: 520px; }
  .project-content h3 { font-size: 40px; }
  .process-intro { grid-template-columns: 1fr; gap: 35px; padding: 50px 0 65px; }
  .process h2 { font-size: 43px; }
  .process-line { grid-template-columns: 1fr 1fr; gap: 30px; }
  .process-line > i { display: none; }
  .process-line > div { border-left: 1px solid rgba(255,255,255,.18); padding-left: 16px; }
  .collective { grid-template-columns: 1fr; gap: 58px; }
  .collective-copy .section-index { margin-bottom: 42px; }
  .news { padding-top: 0; }
  .news-head { display: block; }
  .news-head .text-link { margin-top: 25px; }
  .news-grid { grid-template-columns: 1fr; gap: 55px; }
  .news-card h3 { min-height: 0; }
  .contact-inner { padding-block: 90px 75px; }
  .contact h2 { font-size: 64px; margin: 42px 0 58px; }
  .contact-bottom { align-items: start; flex-direction: column; gap: 40px; }
  .contact-bottom a { font-size: 25px; }
  .footer-grid { grid-template-columns: 60px 1fr; }
  .footer-links { grid-column: 1 / -1; flex-direction: row; gap: 24px; }
  .footer-meta { grid-column: 1 / -1; align-items: start; text-align: left; gap: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .hero-video { display: none; }
  .hero { background: url('../media/pierra-menta.jpg') center / cover no-repeat; }
}

@media screen and (max-width: 782px) {
  body.highlive-landing.admin-bar .site-header { top: 46px; }
}
