/*
Theme Name: LF Projekt
Theme URI: https://lf.medico-home.hr/
Author: Anima Idea
Description: Prilagođena tema za autoelektriku LF-PROJEKT.
Version: 1.0.0
Text Domain: lf-projekt
*/

:root {
  --ink: #080b0e;
  --panel: #11161b;
  --panel-soft: #171d23;
  --paper: #f3f0e9;
  --white: #fff;
  --muted: #aeb5ba;
  --line: rgba(255, 255, 255, .13);
  --orange: #ff6a00;
  --orange-hot: #ff8a00;
  --shell: min(1180px, calc(100% - 42px));
  --header-height: 94px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 72px); }
body { margin: 0; padding-top: var(--header-height); background: var(--ink); color: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); padding: 10px 14px; background: var(--orange); color: var(--ink); font-weight: 800; }
.skip-link:focus { transform: none; }

.topline { border-bottom: 1px solid var(--line); background: #050709; color: #c8cdd0; font-size: 12px; letter-spacing: .11em; text-transform: uppercase; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline p { margin: 0; }
.topline strong { color: var(--orange-hot); }
.site-header { position: fixed; z-index: 50; top: 0; right: 0; left: 0; background: rgba(8, 11, 14, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 56px; height: 45px; object-fit: contain; }
.brand__text { display: grid; line-height: 1; }
.brand__text strong { font-size: 19px; letter-spacing: .12em; }
.brand__text small { margin-top: 6px; color: var(--muted); font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .21em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #dde1e3; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--orange-hot); }
.site-nav .nav-call { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 17px; background: var(--orange); color: #111; clip-path: polygon(9px 0, 100% 0, calc(100% - 9px) 100%, 0 100%); }
.site-nav .nav-call:hover, .site-nav .nav-call:focus-visible { background: var(--orange-hot); color: #111; }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); background: none; color: white; cursor: pointer; }

.hero { position: relative; min-height: calc(100svh - 116px); overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, #080b0e 0%, rgba(8,11,14,.97) 43%, rgba(8,11,14,.38) 72%, rgba(8,11,14,.13) 100%); }
.hero::after { content: ""; position: absolute; z-index: 2; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 75%); }
.hero__image { position: absolute; inset: 0 0 0 38%; width: 62%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.12); }
.hero__inner { position: relative; z-index: 3; min-height: inherit; display: grid; grid-template-columns: minmax(0, 690px) 1fr; align-items: center; padding-block: clamp(70px, 9vw, 130px); }
.hero__kicker { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--orange-hot); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.hero__kicker::before { content: ""; width: 48px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(58px, 8.8vw, 126px); font-weight: 900; letter-spacing: -.065em; line-height: .83; text-transform: uppercase; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); }
.hero__lead { max-width: 605px; margin: 33px 0 0; color: #c7cdd1; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 11px; padding: 0 25px; border: 1px solid var(--line); color: white; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.button--primary { border-color: var(--orange); background: var(--orange); color: #111; clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%); }
.button--primary:hover, .button--primary:focus-visible { background: var(--orange-hot); }
.button--ghost:hover, .button--ghost:focus-visible { border-color: var(--orange); color: var(--orange-hot); }
.hero__readout { position: absolute; right: 0; bottom: 36px; display: grid; grid-template-columns: auto auto; align-items: end; gap: 12px 20px; padding: 19px 23px; border-left: 3px solid var(--orange); background: rgba(7,9,11,.83); backdrop-filter: blur(12px); }
.hero__readout small { color: var(--muted); font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.hero__readout strong { grid-row: span 2; color: var(--orange-hot); font-family: ui-monospace, monospace; font-size: 28px; line-height: 1; }
.hero__readout b { font-size: 13px; letter-spacing: .07em; text-transform: uppercase; }

.section { padding-block: clamp(88px, 11vw, 155px); }
.section-intro { display: grid; grid-template-columns: .42fr 1.58fr; gap: clamp(35px, 8vw, 120px); align-items: start; margin-bottom: clamp(58px, 8vw, 104px); }
.section-index { margin: 11px 0 0; color: var(--orange-hot); font-family: ui-monospace, monospace; font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-number { display: grid; align-content: start; justify-items: start; color: var(--orange); line-height: 1; }
.section-number strong { font-size: clamp(105px, 14vw, 190px); font-weight: 900; letter-spacing: -.1em; }
.section-number span { margin: -4px 0 0 11px; padding: 7px 11px; background: var(--orange); color: #14100d; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-intro h2, .project-heading h2, .about h2, .journal h2, .contact h2, .conversion h2 { margin: 0; font-size: clamp(47px, 6vw, 86px); font-weight: 900; letter-spacing: -.055em; line-height: .94; text-transform: uppercase; }
.section-intro > div > p { max-width: 690px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.text-link { display: inline-flex; align-items: center; gap: 13px; padding-block: 7px; border-bottom: 1px solid var(--orange); color: white; font-family: ui-monospace, monospace; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.text-link:hover, .text-link:focus-visible { color: var(--orange-hot); }

.service-ledger { background: var(--ink); }
.service-layout { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: clamp(45px, 8vw, 105px); align-items: start; margin-bottom: 48px; }
.service-visual { position: sticky; top: 26px; margin: 0; }
.service-visual img { width: 100%; height: min(590px, 68vh); object-fit: cover; filter: grayscale(.38) contrast(1.08); }
.service-visual figcaption { display: flex; gap: 10px; margin-top: 13px; color: #818b91; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.service-visual figcaption::before { content: "+"; color: var(--orange); }
.service-list { border-top: 1px solid var(--line); }
.service-row { display: grid; grid-template-columns: 54px 1fr; gap: 21px; padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.service-row { color: white; text-decoration: none; transition: padding-left .22s ease, background .22s ease; }
.service-row:hover, .service-row:focus-visible { padding-left: 15px; background: linear-gradient(90deg, rgba(255,106,0,.08), transparent 72%); }
.service-row > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 11px; padding-top: 8px; }
.service-row h3 { margin: 0; font-size: clamp(27px, 3vw, 42px); letter-spacing: -.035em; line-height: 1; text-transform: uppercase; }
.service-row p { max-width: 650px; margin: 14px 0 0; color: var(--muted); font-size: 15px; }

.conversion { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(420px, .9fr); min-height: 780px; background: var(--orange); color: #100d0a; }
.conversion__media { position: relative; min-height: 650px; overflow: hidden; }
.conversion__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 70%, rgba(255,106,0,.55)); }
.conversion__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.06); }
.conversion__stamp { position: absolute; z-index: 2; right: 26px; bottom: 25px; display: grid; place-items: center; width: 112px; height: 150px; border: 2px solid white; background: rgba(8,11,14,.88); color: white; font-family: ui-monospace, monospace; font-size: 20px; font-weight: 900; letter-spacing: .12em; line-height: .8; text-align: center; }
.conversion__stamp i { color: var(--orange); font-size: 28px; font-style: normal; }
.conversion__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 110px); }
.section-index--dark { color: #3f2a1b; }
.conversion h2 { margin-top: 28px; }
.conversion__content > p:not(.section-index) { max-width: 590px; margin: 32px 0; font-size: 18px; }
.conversion__steps { margin: 8px 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(16,13,10,.28); }
.conversion__steps li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 17px 0; border-bottom: 1px solid rgba(16,13,10,.28); font-weight: 700; }
.conversion__steps span { font-family: ui-monospace, monospace; font-size: 11px; padding-top: 3px; }
.button--dark { align-self: flex-start; border-color: var(--ink); background: var(--ink); color: white; clip-path: polygon(11px 0, 100% 0, calc(100% - 11px) 100%, 0 100%); }
.button--dark:hover, .button--dark:focus-visible { background: #282016; }

.projects { background: var(--paper); color: #121517; }
.projects .section-index { color: #9b4508; }
.project-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; margin-bottom: 70px; }
.project-heading > p { max-width: 490px; margin: 0 0 5px; color: #596167; font-size: 17px; }
.project-heading h2 { margin-top: 25px; }
.project-wall { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 92px; gap: 12px; }
.project-tile { position: relative; overflow: hidden; margin: 0; padding: 0; border: 0; background: #181b1d; color: white; cursor: zoom-in; text-align: left; }
.project-tile::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(6,8,9,.9)); }
.project-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.project-tile:hover img, .project-tile:focus-visible img { transform: scale(1.035); filter: saturate(1.12); }
.project-tile > span { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: grid; gap: 3px; }
.project-tile small { color: #ff9a50; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.project-tile b { font-size: 16px; line-height: 1.25; }
.project-tile--1 { grid-column: 1 / 8; grid-row: span 5; }
.project-tile--2 { grid-column: 8 / 13; grid-row: span 3; }
.project-tile--3 { grid-column: 8 / 13; grid-row: span 4; }
.project-tile--4 { grid-column: 1 / 5; grid-row: span 3; }
.project-tile--5 { grid-column: 5 / 13; grid-row: span 5; }
.project-tile--6 { grid-column: 1 / 7; grid-row: span 4; }
.project-tile--7 { grid-column: 7 / 13; grid-row: span 4; }
.project-tile--8 { grid-column: 1 / 13; grid-row: span 4; }
.projects__footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 38px; }
.projects__footer p { margin: 0; color: #667077; }
.projects .text-link { color: #171a1c; }
.project-teasers { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #bdb7ad; border-left: 1px solid #bdb7ad; }
.project-teasers > a { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; min-height: 310px; overflow: hidden; border-right: 1px solid #bdb7ad; border-bottom: 1px solid #bdb7ad; color: var(--ink); text-decoration: none; }
.project-teasers img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); transition: transform .4s ease, filter .4s ease; }
.project-teasers a:hover img, .project-teasers a:focus-visible img { transform: scale(1.03); filter: saturate(1); }
.project-teasers a > span { display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 27px; }
.project-teasers small { color: #a94600; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.project-teasers b { margin-top: 10px; font-size: clamp(26px, 3vw, 40px); letter-spacing: -.045em; line-height: .95; text-transform: uppercase; }
.project-teasers em { margin-top: 33px; padding-bottom: 4px; border-bottom: 1px solid #7d8589; color: #51595e; font-family: ui-monospace, monospace; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.about { position: relative; overflow: hidden; background: #0e1317; }
.about::before { content: "LF"; position: absolute; right: -3vw; bottom: -13vw; color: rgba(255,255,255,.022); font-size: 42vw; font-weight: 900; letter-spacing: -.13em; line-height: 1; }
.about__grid { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(70px, 11vw, 160px); align-items: center; }
.about h2 { margin-top: 27px; }
.about__lead { margin: 32px 0 22px; color: white; font-size: 21px; font-weight: 700; line-height: 1.45; }
.about__copy > p:not(.section-index):not(.about__lead) { color: var(--muted); }
.about__copy .text-link { margin-top: 25px; }
.about__proof { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; }
.about__image { min-height: 580px; }
.about__image img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; filter: saturate(.55) contrast(1.08); }
.about__proof ul { margin: 0 0 30px -55px; padding: 11px 25px; list-style: none; background: var(--orange); color: #14100d; }
.about__proof li { display: grid; gap: 1px; padding: 16px 0; border-bottom: 1px solid rgba(15,12,9,.26); }
.about__proof li:last-child { border-bottom: 0; }
.about__proof b { font-size: 16px; text-transform: uppercase; }
.about__proof span { font-size: 12px; }

.journal { border-top: 1px solid var(--line); background: #090c0f; }
.journal__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(55px, 9vw, 130px); align-items: center; }
.journal h2 { margin-top: 27px; font-size: clamp(43px, 5vw, 72px); }
.journal p:not(.section-index) { margin: 28px 0 34px; color: var(--muted); font-size: 18px; }
.journal img { width: 100%; max-height: 580px; object-fit: cover; filter: saturate(.65); clip-path: polygon(0 0, 95% 0, 100% 9%, 100% 100%, 5% 100%, 0 91%); }

.contact { background: var(--orange); color: #13100d; }
.contact .section-index { color: #4f2d16; }
.contact__headline { display: grid; grid-template-columns: .33fr 1fr; column-gap: clamp(40px, 8vw, 120px); }
.contact__headline h2 { grid-column: 2; font-size: clamp(58px, 8.3vw, 118px); line-height: .84; }
.contact__headline h2 span { color: transparent; -webkit-text-stroke: 2px #13100d; }
.contact__phone { grid-column: 2; display: grid; width: fit-content; margin-top: 44px; text-decoration: none; }
.contact__phone small { font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.contact__phone strong { font-size: clamp(43px, 6.3vw, 86px); letter-spacing: -.06em; line-height: 1; border-bottom: 4px solid #13100d; }
.contact__lower { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 125px); align-items: start; margin-top: 95px; padding-top: 55px; border-top: 2px solid #15110e; }
.contact__details { display: grid; gap: 33px; }
.contact__details > div { display: grid; gap: 7px; }
.contact__details small { font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.contact__details a, .contact__details p { width: fit-content; margin: 0; color: #13100d; font-size: 18px; font-weight: 700; text-decoration: none; }
.contact__details a:hover { text-decoration: underline; }
.contact__social { align-items: start; }
.contact__social a { font-size: 15px; }
.contact-form { padding: clamp(28px, 4vw, 52px); background: #0d1114; color: white; }
.contact-form__intro span { color: var(--orange-hot); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact-form__intro h3 { margin: 8px 0 0; font-size: clamp(31px, 4vw, 50px); line-height: 1; text-transform: uppercase; }
.contact-form__intro p { max-width: 580px; margin: 16px 0 32px; color: var(--muted); }
.form-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row { display: grid; gap: 7px; margin-bottom: 17px; }
.form-row label { color: #c9d0d4; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.form-row label span { color: var(--orange); }
.form-row input, .form-row textarea { width: 100%; border: 1px solid #3b4247; border-radius: 0; outline: 0; background: #151a1e; color: white; padding: 13px 14px; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
.form-consent { display: grid; grid-template-columns: 18px 1fr; gap: 11px; align-items: start; margin: 6px 0 24px; color: #aeb6bb; font-size: 12px; }
.form-consent input { margin-top: 3px; accent-color: var(--orange); }
.form-consent a { color: white; }
.form-trap { position: absolute !important; left: -10000px !important; }
.form-notice { padding: 13px 15px; border-left: 3px solid; font-size: 14px; }
.form-notice--success { border-color: #5adb88; background: rgba(90,219,136,.1); }
.form-notice--error { border-color: #ff645e; background: rgba(255,100,94,.1); }

.site-footer { padding: 55px 0 24px; background: #050709; border-top: 1px solid var(--line); }
.site-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand--footer img { width: 65px; height: 52px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 12px 27px; }
.site-footer nav a { color: #bdc4c8; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.site-footer nav a:hover { color: var(--orange-hot); }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 43px; padding-top: 21px; border-top: 1px solid var(--line); color: #69737a; font-family: ui-monospace, monospace; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }
.mobile-call { display: none; }

.lightbox { width: min(1100px, calc(100% - 32px)); max-height: 90vh; padding: 0; border: 0; background: #080b0e; color: white; }
.lightbox::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(6px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 14px 20px; color: #bbc2c6; font-size: 13px; }
.lightbox__close { position: absolute; z-index: 2; top: 10px; right: 10px; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.28); background: rgba(8,11,14,.85); color: white; font-size: 29px; line-height: 1; cursor: pointer; }

.page-hero { padding: clamp(75px, 10vw, 145px) 0 70px; border-bottom: 1px solid var(--line); background: #0c1014; }
.page-hero__inner { display: grid; grid-template-columns: .32fr 1fr; gap: 50px; }
.page-hero h1 { margin: 0; font-size: clamp(58px, 9vw, 126px); letter-spacing: -.07em; line-height: .86; text-transform: uppercase; }
.page-content { min-height: 45vh; padding-block: clamp(70px, 9vw, 125px); background: var(--paper); color: #171a1c; }
.page-content__inner { width: min(840px, calc(100% - 42px)); margin-inline: auto; }
.page-content h2 { margin: 60px 0 18px; font-size: clamp(33px, 5vw, 55px); letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.page-content h3 { margin-top: 35px; font-size: 25px; }
.page-content p, .page-content li { color: #4e575c; font-size: 17px; }
.page-content a { color: #9f4507; font-weight: 700; }
.page-content .contact-form { margin-top: 55px; }
.page-lead { margin: 0 auto 60px; font-size: 23px !important; font-weight: 700; }
.page-gallery { width: min(1180px, calc(100% - 42px)); margin-inline: auto; columns: 3; column-gap: 12px; }
.page-gallery figure { break-inside: avoid; margin: 0 0 12px; background: #111; }
.page-gallery .project-tile { width: 100%; height: auto; }
.page-gallery .project-tile::after, .page-gallery .project-tile > span { display: none; }
.page-gallery img { width: 100%; height: auto; }
.page-gallery figcaption { padding: 9px 12px 12px; color: #d0d4d6; font-size: 12px; }
.article-list { display: grid; gap: 18px; }
.article-card { display: grid; grid-template-columns: 250px 1fr; background: white; }
.article-card img { width: 100%; height: 100%; object-fit: cover; }
.article-card__copy { padding: 30px; }
.article-card h2 { margin: 0 0 12px; }
.article-card a { color: inherit; text-decoration: none; }
.post-meta { color: #95501f; font-family: ui-monospace, monospace; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.article-body { width: min(800px, calc(100% - 42px)); margin-inline: auto; }
.article-body > p:first-of-type { color: #202629; font-size: 22px; font-weight: 700; }
.article-body img { width: 100%; margin-block: 35px; }

/* V2 editorial header and hero */
.site-header { background: var(--paper); border-bottom: 1px solid #cfcac0; color: var(--ink); backdrop-filter: none; }
.site-header__inner { min-height: 94px; }
.brand__mark { display: grid; place-items: center; width: 64px; height: 64px; background: transparent; }
.brand__mark img { width: 58px; height: 48px; }
.site-header .brand__text strong { color: var(--ink); }
.site-header .brand__text small { color: #667077; }
.site-header .site-nav a { color: #24292c; }
.site-header .site-nav a[aria-current="page"] { color: #a94600; }
.site-header .site-nav .nav-call { display: grid; gap: 1px; min-width: 164px; min-height: 58px; align-content: center; padding-inline: 23px; background: var(--orange); color: #111; clip-path: none; }
.nav-call small { font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.nav-call b { font-size: 16px; letter-spacing: -.01em; }

.hero-v2 { position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); min-height: 770px; padding-bottom: 92px; background: var(--paper); color: var(--ink); }
.hero-v2__copy { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(70px, 7vw, 115px) clamp(35px, 4vw, 72px) clamp(70px, 7vw, 110px) max(21px, calc((100vw - 1180px) / 2)); }
.hero-v2__eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 30px; color: #4f585d; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-v2__eyebrow span { display: grid; place-items: center; width: 36px; height: 36px; background: var(--orange); color: #111; font-size: 11px; }
.hero-v2 h1 { max-width: 100%; margin: 0; font-size: clamp(58px, 4.8vw, 90px); font-weight: 900; letter-spacing: -.065em; line-height: .82; text-transform: uppercase; }
.hero-v2 h1 em { color: var(--orange); font-style: normal; }
.hero-v2__copy > p:not(.hero-v2__eyebrow) { max-width: 555px; margin: 37px 0 0; color: #4e575c; font-size: 18px; line-height: 1.6; }
.hero-v2__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 23px; margin-top: 37px; }
.hero-v2__services { padding-block: 8px; border-bottom: 1px solid #24292c; color: #24292c; font-family: ui-monospace, monospace; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.hero-v2__media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #171b1e; }
.hero-v2__media::before { content: ""; position: absolute; z-index: 1; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); pointer-events: none; }
.hero-v2__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-v2__media figcaption { position: absolute; z-index: 2; right: 28px; bottom: 27px; display: grid; gap: 4px; width: min(290px, calc(100% - 56px)); padding: 18px 20px; background: rgba(8,11,14,.88); color: white; }
.hero-v2__media figcaption span { color: var(--orange-hot); font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .15em; text-transform: uppercase; }
.hero-v2__media figcaption b { font-size: 15px; }
.hero-v2__facts { position: absolute; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 92px; background: var(--ink); color: white; }
.hero-v2__facts > * { display: grid; align-content: center; gap: 3px; padding: 16px clamp(22px, 4vw, 60px); border-right: 1px solid var(--line); text-decoration: none; }
.hero-v2__facts > *:last-child { border: 0; background: var(--orange); color: #111; }
.hero-v2__facts small { color: #919ba0; font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.hero-v2__facts > *:last-child small { color: #653211; }
.hero-v2__facts b { font-size: 13px; letter-spacing: .02em; }

/* Services page */
.services-page { background: var(--paper); color: var(--ink); }
.services-hero-v2 { padding-block: clamp(65px, 8vw, 115px); background: #0b0f12; color: white; }
.services-hero-v2__grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(55px, 9vw, 125px); align-items: center; }
.services-hero-v2__copy h1 { margin: 25px 0 0; font-size: clamp(55px, 6.5vw, 94px); letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }
.services-hero-v2__copy h1 span { color: var(--orange); }
.services-hero-v2__copy > p:not(.section-index) { max-width: 600px; margin: 31px 0; color: #aeb6bb; font-size: 18px; }
.services-hero-v2 figure { position: relative; min-height: 620px; margin: 0; overflow: hidden; clip-path: polygon(0 0, 100% 0, 100% 93%, 92% 100%, 0 100%); }
.services-hero-v2 figure img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; }
.service-jump { position: sticky; z-index: 20; top: var(--header-height); overflow-x: auto; border-bottom: 1px solid #cbc6bd; background: rgba(243,240,233,.96); backdrop-filter: blur(12px); }
.service-jump .shell { display: flex; min-width: max-content; }
.service-jump a { display: flex; align-items: center; gap: 8px; min-height: 68px; padding: 0 26px; border-right: 1px solid #d4cfc6; color: #3b4246; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.service-jump a:first-child { padding-left: 0; }
.service-jump a:hover, .service-jump a:focus-visible { color: #a94600; }
.service-jump span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 9px; }
.service-detail { scroll-margin-top: calc(var(--header-height) + 68px); padding-block: clamp(85px, 10vw, 145px); border-bottom: 1px solid #d4cfc6; }
.service-detail:nth-child(even) { background: #e7e2d8; }
.service-detail__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(55px, 10vw, 145px); align-items: center; }
.service-detail--reverse .service-detail__copy { order: 2; }
.service-detail--reverse .service-detail__media { order: 1; }
.service-detail__copy { position: relative; }
.service-detail__number { position: absolute; z-index: 0; top: -94px; left: -20px; color: rgba(8,11,14,.055); font-size: clamp(130px, 18vw, 245px); font-weight: 900; letter-spacing: -.1em; line-height: 1; pointer-events: none; }
.service-detail__copy > *:not(.service-detail__number) { position: relative; z-index: 1; }
.service-detail h2 { margin: 22px 0 0; font-size: clamp(48px, 5.8vw, 80px); letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.service-detail__lead { margin: 27px 0 18px; color: #252b2e; font-size: 20px; font-weight: 750; line-height: 1.45; }
.service-detail__copy > p:not(.section-index):not(.service-detail__lead) { color: #596166; }
.service-detail ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin: 31px 0; padding: 0; border-top: 1px solid #bdb7ad; list-style: none; }
.service-detail li { position: relative; padding: 13px 0 13px 19px; border-bottom: 1px solid #c8c2b8; color: #30373a; font-size: 13px; font-weight: 700; }
.service-detail li::before { content: "+"; position: absolute; left: 0; color: var(--orange); }
.service-detail .text-link { color: var(--ink); }
.service-detail__media { min-height: 590px; margin: 0; overflow: hidden; background: #121619; }
.service-detail__media img { width: 100%; height: 100%; min-height: 590px; object-fit: cover; filter: saturate(.8) contrast(1.05); }
.service-detail--reverse .service-detail__media { clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 7%); }
.service-detail:not(.service-detail--reverse) .service-detail__media { clip-path: polygon(0 0, 93% 0, 100% 7%, 100% 100%, 0 100%); }
.service-note { padding-block: clamp(80px, 9vw, 125px); background: var(--orange); color: #13100d; }
.service-note__grid { display: grid; grid-template-columns: .28fr 1fr auto; gap: clamp(35px, 7vw, 100px); align-items: center; }
.service-note__grid > span { font-size: clamp(90px, 13vw, 170px); font-weight: 900; letter-spacing: -.1em; line-height: .8; }
.service-note h2 { margin: 20px 0; font-size: clamp(45px, 5.5vw, 75px); letter-spacing: -.055em; line-height: .9; text-transform: uppercase; }
.service-note p:not(.section-index) { max-width: 650px; margin: 0; }

@media (max-width: 880px) {
  .services-hero-v2__grid, .service-detail__grid, .service-note__grid { grid-template-columns: 1fr; }
  .services-hero-v2 figure { min-height: 520px; }
  .service-detail--reverse .service-detail__copy, .service-detail--reverse .service-detail__media { order: initial; }
  .service-detail__media, .service-detail__media img { min-height: 480px; }
  .service-note__grid > span { display: none; }
  .service-note .button { width: fit-content; }
}

@media (max-width: 560px) {
  .services-hero-v2 figure, .services-hero-v2 figure img { min-height: 420px; }
  .service-jump a { min-height: 58px; padding-inline: 17px; }
  .service-detail ul { grid-template-columns: 1fr; }
  .service-detail__media, .service-detail__media img { min-height: 360px; }
  .service-detail__number { top: -66px; }
}

/* Projects page */
.projects-page-v2 { background: var(--paper); color: var(--ink); }
.projects-hero-v2 { padding-top: clamp(75px, 9vw, 130px); background: var(--paper); }
.projects-hero-v2__top { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 10vw, 145px); align-items: end; padding-bottom: 70px; }
.projects-hero-v2 h1 { margin: 26px 0 0; font-size: clamp(65px, 9vw, 130px); font-weight: 900; letter-spacing: -.075em; line-height: .78; text-transform: uppercase; }
.projects-hero-v2 h1 span { color: var(--orange); }
.projects-hero-v2__stats { display: grid; grid-template-columns: auto 1fr; gap: 2px 17px; align-items: end; padding-bottom: 6px; }
.projects-hero-v2__stats strong, .projects-hero-v2__stats b { font-size: clamp(70px, 9vw, 118px); font-weight: 900; letter-spacing: -.09em; line-height: .75; }
.projects-hero-v2__stats b { color: var(--orange); }
.projects-hero-v2__stats span { padding-bottom: 5px; color: #555e63; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.projects-hero-v2__strip { display: grid; grid-template-columns: 1.15fr .85fr 1.15fr; height: clamp(260px, 32vw, 490px); gap: 5px; background: var(--ink); }
.projects-hero-v2__strip img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.project-jump { position: sticky; z-index: 20; top: var(--header-height); overflow-x: auto; background: var(--ink); }
.project-jump .shell { display: flex; min-width: max-content; }
.project-jump a { display: flex; align-items: center; gap: 8px; min-height: 69px; padding: 0 22px; border-right: 1px solid var(--line); color: #c8cdd0; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.project-jump a:first-child { padding-left: 0; }
.project-jump a:hover, .project-jump a:focus-visible { color: var(--orange-hot); }
.project-jump span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 9px; }
.project-case { scroll-margin-top: calc(var(--header-height) + 69px); padding-block: clamp(90px, 10vw, 145px); border-bottom: 1px solid #d1cbc1; }
.project-case:nth-child(even) { background: #101519; color: white; }
.project-case__header { display: grid; grid-template-columns: .24fr 1fr .7fr; gap: clamp(35px, 7vw, 100px); align-items: end; margin-bottom: 54px; }
.project-case__header > strong { color: var(--orange); font-size: clamp(82px, 11vw, 145px); letter-spacing: -.1em; line-height: .72; }
.project-case__header h2 { margin: 19px 0 0; font-size: clamp(45px, 5.7vw, 78px); letter-spacing: -.06em; line-height: .88; text-transform: uppercase; }
.project-case__header > p { margin: 0 0 3px; color: #596166; font-size: 17px; }
.project-case:nth-child(even) .project-case__header > p { color: #aab2b7; }
.project-case__gallery { display: grid; gap: 10px; }
.project-case__gallery--many { grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(115px, 12vw, 175px); }
.project-case__gallery--many .project-case__item:first-child { grid-column: span 7; grid-row: span 3; }
.project-case__gallery--many .project-case__item:nth-child(2) { grid-column: span 5; grid-row: span 2; }
.project-case__gallery--many .project-case__item:nth-child(3) { grid-column: span 5; grid-row: span 2; }
.project-case__gallery--many .project-case__item:nth-child(n+4) { grid-column: span 4; grid-row: span 2; }
.project-case__gallery--pair { grid-template-columns: 1fr 1fr; }
.project-case__gallery--pair .project-case__item { height: clamp(360px, 45vw, 620px); }
.project-case__gallery--single { grid-template-columns: 1fr; }
.project-case__gallery--single .project-case__item { width: min(850px, 100%); height: clamp(470px, 60vw, 720px); }
.project-case__item { position: relative; min-height: 0; overflow: hidden; padding: 0; border: 0; background: #22282c; cursor: zoom-in; }
.project-case__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .45s ease; }
.project-case__item:hover img, .project-case__item:focus-visible img { transform: scale(1.035); filter: saturate(1.12); }
.project-case__item span { position: absolute; right: 10px; bottom: 10px; display: grid; place-items: center; width: 34px; height: 34px; background: rgba(8,11,14,.8); color: white; font-family: ui-monospace, monospace; font-size: 9px; }
.projects-callout { padding-block: clamp(90px, 10vw, 140px); background: var(--orange); }
.projects-callout h2 { margin: 25px 0 38px; font-size: clamp(52px, 7vw, 96px); letter-spacing: -.065em; line-height: .86; text-transform: uppercase; }

@media (max-width: 880px) {
  .projects-hero-v2__top, .project-case__header { grid-template-columns: 1fr; }
  .projects-hero-v2__stats { width: fit-content; }
  .project-case__header { gap: 24px; }
  .project-case__gallery--many .project-case__item:first-child { grid-column: span 12; }
  .project-case__gallery--many .project-case__item:nth-child(n+2) { grid-column: span 6; }
}

@media (max-width: 560px) {
  .projects-hero-v2__strip { grid-template-columns: 1fr 1fr; height: 360px; }
  .projects-hero-v2__strip img:last-child { display: none; }
  .project-jump a { min-height: 58px; padding-inline: 16px; }
  .project-case__header > strong { font-size: 80px; }
  .project-case__gallery--many { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .project-case__gallery--many .project-case__item:first-child, .project-case__gallery--many .project-case__item:nth-child(n+2) { grid-column: auto; grid-row: auto; }
  .project-case__gallery--pair { grid-template-columns: 1fr; }
  .project-case__gallery--pair .project-case__item, .project-case__gallery--single .project-case__item { height: 390px; }
}

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

@media (max-width: 880px) {
  .topline__inner { justify-content: center; }
  .topline__inner p:last-child { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: fixed; inset: 94px 0 auto; display: none; align-items: stretch; gap: 0; padding: 18px 21px 28px; background: var(--paper); border-bottom: 1px solid #cfcac0; }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 16px 6px; border-bottom: 1px solid var(--line); }
  .site-nav .nav-call { margin-top: 15px; justify-content: center; }
  .menu-toggle { border-color: #aaa39a; color: var(--ink); }
  .hero-v2 { grid-template-columns: 1fr; padding-bottom: 0; }
  .hero-v2__copy { padding-inline: var(--shell); }
  .hero-v2__media { min-height: 600px; }
  .hero-v2__facts { position: relative; grid-template-columns: 1fr; }
  .hero-v2__facts > * { min-height: 74px; border-right: 0; border-bottom: 1px solid var(--line); }
  .hero__image { left: 0; width: 100%; opacity: .42; }
  .hero::before { background: linear-gradient(90deg, rgba(8,11,14,.99), rgba(8,11,14,.72)); }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__readout { display: none; }
  .section-intro, .project-heading, .about__grid, .journal__grid, .contact__lower, .page-hero__inner { grid-template-columns: 1fr; }
  .section-intro { gap: 26px; }
  .service-layout { grid-template-columns: 1fr; }
  .service-visual { position: relative; top: auto; }
  .service-visual img { height: 430px; }
  .conversion { grid-template-columns: 1fr; }
  .conversion__media { min-height: 560px; }
  .conversion__content { padding-inline: var(--shell); }
  .project-heading { align-items: start; }
  .about__proof { max-width: 690px; }
  .contact__headline { grid-template-columns: 1fr; }
  .contact__headline h2, .contact__phone { grid-column: auto; }
  .contact__headline h2 { margin-top: 26px; }
  .contact__lower { margin-top: 70px; }
  .site-footer__top, .site-footer__bottom { align-items: flex-start; flex-direction: column; }
  .page-gallery { columns: 2; }
  .project-teasers { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .brand img { width: 49px; }
  .brand__mark { width: 54px; height: 54px; }
  .brand__text strong { font-size: 17px; }
  .hero { min-height: 720px; }
  .hero__inner { padding-block: 66px 80px; }
  .hero h1 { font-size: clamp(52px, 19vw, 82px); }
  .hero__lead { margin-top: 28px; font-size: 17px; }
  .hero__actions .button { width: 100%; }
  .hero-v2__copy { padding-block: 65px 72px; }
  .hero-v2 h1 { font-size: clamp(61px, 19vw, 82px); }
  .hero-v2__copy > p:not(.hero-v2__eyebrow) { margin-top: 29px; font-size: 16px; }
  .hero-v2__actions .button { width: 100%; }
  .hero-v2__media { min-height: 470px; }
  .section { padding-block: 78px; }
  .section-intro h2, .project-heading h2, .about h2, .journal h2, .conversion h2 { font-size: 43px; }
  .service-visual img { height: 360px; }
  .service-row { grid-template-columns: 35px 1fr; gap: 13px; }
  .service-row h3 { font-size: 27px; }
  .conversion__media { min-height: 430px; }
  .conversion__content { padding-block: 65px; }
  .project-wall { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 9px; }
  .project-teasers > a { grid-template-columns: 1fr; }
  .project-teasers img { height: 270px; }
  .project-tile[class*="project-tile--"] { grid-column: auto; grid-row: auto; height: 330px; }
  .projects__footer { align-items: flex-start; flex-direction: column; }
  .about__proof { grid-template-columns: 1fr; }
  .about__image, .about__image img { min-height: 430px; }
  .about__proof ul { margin: -35px 12px 0; position: relative; }
  .journal img { order: -1; max-height: 380px; }
  .contact__headline h2 { font-size: 54px; }
  .contact__phone strong { font-size: 41px; }
  .form-pair { grid-template-columns: 1fr; gap: 0; }
  .contact-form { margin-inline: -14px; }
  .site-footer { padding-bottom: 93px; }
  .site-footer nav { display: grid; grid-template-columns: 1fr 1fr; }
  .mobile-call { position: fixed; z-index: 45; right: 12px; bottom: 12px; left: 12px; display: flex; align-items: center; justify-content: space-between; padding: 12px 17px; background: var(--orange); color: #12100e; text-decoration: none; box-shadow: 0 8px 30px rgba(0,0,0,.35); }
  .mobile-call span { font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-call strong { font-size: 17px; }
  .page-gallery { columns: 1; }
  .article-card { grid-template-columns: 1fr; }
  .article-card img { height: 230px; }
}

/* Fixed navigation */
body.admin-bar .site-header { top: 32px; }

/* About page */
.about-page-v2 { background: var(--paper); color: var(--ink); }
.about-hero-v2 { overflow: hidden; background: var(--paper); }
.about-hero-v2__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr); min-height: calc(100svh - var(--header-height)); align-items: stretch; }
.about-hero-v2__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 9vw, 140px) clamp(40px, 7vw, 100px) clamp(80px, 9vw, 140px) 0; }
.about-hero-v2 h1 { margin: 26px 0 0; font-size: clamp(56px, 6.8vw, 96px); font-weight: 900; letter-spacing: -.07em; line-height: .83; text-transform: uppercase; }
.about-hero-v2 h1 span { color: var(--orange); }
.about-hero-v2__copy > p:not(.section-index) { max-width: 610px; margin: 34px 0 29px; color: #525b60; font-size: 18px; }
.about-hero-v2__copy .text-link { width: fit-content; color: var(--ink); }
.about-hero-v2__media { position: relative; min-height: 650px; margin: 0; overflow: hidden; background: #171b1e; }
.about-hero-v2__media::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(5,7,8,.82)); }
.about-hero-v2__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.66) contrast(1.08); }
.about-hero-v2__media figcaption { position: absolute; z-index: 2; right: 32px; bottom: 31px; left: 32px; display: flex; justify-content: space-between; gap: 20px; align-items: end; color: white; }
.about-hero-v2__media figcaption span { color: #ff9b55; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.about-hero-v2__media figcaption b { font-size: 15px; text-transform: uppercase; }
.about-manifesto { background: #0d1216; color: white; }
.about-manifesto__grid { display: grid; grid-template-columns: .36fr 1.64fr; gap: clamp(45px, 8vw, 125px); align-items: start; }
.about-manifesto h2, .about-process-v2 h2, .about-work h2, .about-callout h2, .contact-prep h2, .contact-form-section h2 { margin: 24px 0 0; font-size: clamp(48px, 6.1vw, 86px); font-weight: 900; letter-spacing: -.06em; line-height: .9; text-transform: uppercase; }
.about-manifesto__lead { max-width: 840px; margin: 36px 0 18px; color: white; font-size: clamp(20px, 2vw, 27px); font-weight: 700; line-height: 1.4; }
.about-manifesto__copy > p:last-child { max-width: 760px; color: var(--muted); font-size: 17px; }
.about-values { padding: 0 0 clamp(80px, 10vw, 135px); background: #0d1216; color: white; }
.about-values__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-values article { min-height: 250px; padding: 29px 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-values article > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 10px; font-weight: 800; }
.about-values h3 { margin: 72px 0 12px; font-size: clamp(24px, 2.2vw, 34px); letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.about-values p { margin: 0; color: var(--muted); font-size: 14px; }
.about-process-v2 { background: var(--paper); }
.about-process-v2__heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(50px, 9vw, 130px); align-items: end; }
.about-process-v2__heading > p { max-width: 490px; margin: 0 0 5px; color: #5a6267; font-size: 17px; }
.about-process-v2__list { display: grid; grid-template-columns: repeat(3, 1fr); margin: clamp(58px, 8vw, 100px) 0 0; padding: 0; border-top: 1px solid #aaa49a; border-left: 1px solid #aaa49a; list-style: none; }
.about-process-v2__list li { min-height: 380px; padding: 29px; border-right: 1px solid #aaa49a; border-bottom: 1px solid #aaa49a; }
.about-process-v2__list strong { color: var(--orange); font-size: clamp(70px, 7vw, 102px); letter-spacing: -.09em; line-height: .8; }
.about-process-v2__list small { display: block; margin-top: 65px; color: #9b4508; font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.about-process-v2__list h3 { margin: 9px 0 15px; font-size: 27px; letter-spacing: -.04em; line-height: 1; text-transform: uppercase; }
.about-process-v2__list p { margin: 0; color: #5d656a; font-size: 14px; }
.about-work { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); min-height: 770px; background: var(--orange); color: #120f0c; }
.about-work__media { min-height: 630px; overflow: hidden; }
.about-work__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.about-work__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 7vw, 105px); }
.about-work__copy > p:not(.section-index) { max-width: 600px; margin: 30px 0 0; font-size: 18px; }
.about-work__links { display: flex; flex-wrap: wrap; gap: 27px; align-items: center; margin-top: 39px; }
.about-work .text-link { border-color: #21170f; color: #21170f; }
.about-callout { padding-block: clamp(90px, 11vw, 155px); background: #e7e2d8; }
.about-callout__inner { display: grid; grid-template-columns: .35fr 1fr; gap: 20px clamp(50px, 8vw, 120px); }
.about-callout h2 { grid-column: 2; }
.about-callout .button { grid-column: 2; width: fit-content; margin-top: 26px; }

/* Contact page */
.contact-page-v2 { background: var(--paper); color: var(--ink); }
.contact-hero-v2 { padding-block: clamp(80px, 10vw, 145px); background: var(--orange); }
.contact-hero-v2__grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(315px, .65fr); gap: clamp(55px, 9vw, 130px); align-items: end; }
.contact-hero-v2 h1 { margin: 27px 0 0; font-size: clamp(58px, 7.4vw, 105px); font-weight: 900; letter-spacing: -.075em; line-height: .8; text-transform: uppercase; }
.contact-hero-v2 h1 span { color: transparent; -webkit-text-stroke: 2px #13100d; }
.contact-hero-v2 .section-index { color: #563019; }
.contact-hero-v2__action { padding: 28px 0 7px 35px; border-left: 2px solid #21160e; }
.contact-hero-v2__action > small { font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-hero-v2__action > a { display: block; width: fit-content; margin: 22px 0 28px; color: #111; font-size: clamp(58px, 6.8vw, 92px); font-weight: 900; letter-spacing: -.075em; line-height: .73; text-decoration: none; }
.contact-hero-v2__action > a:hover, .contact-hero-v2__action > a:focus-visible { color: white; }
.contact-hero-v2__action p { margin: 0; font-size: 14px; }
.contact-info-board { background: #0c1115; color: white; }
.contact-info-board__grid { display: grid; grid-template-columns: 1.05fr 1fr .75fr; }
.contact-info-board article { min-height: 355px; padding: clamp(36px, 5vw, 62px); border-right: 1px solid var(--line); }
.contact-info-board article:first-child { padding-left: 0; }
.contact-info-board article:last-child { padding-right: 0; border-right: 0; }
.contact-info-board article > span { color: var(--orange); font-family: ui-monospace, monospace; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-info-board h2 { margin: 73px 0 28px; font-size: clamp(25px, 3vw, 42px); letter-spacing: -.045em; line-height: 1.05; }
.contact-info-board h2 a { text-decoration: none; }
.contact-info-board p { color: var(--muted); font-size: 14px; }
.contact-info-board__social { display: grid; margin-top: 72px; border-top: 1px solid var(--line); }
.contact-info-board__social a { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.contact-info-board__social a:hover { color: var(--orange-hot); }
.contact-prep { background: var(--paper); }
.contact-prep__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(60px, 10vw, 150px); align-items: start; }
.contact-prep ol { margin: 0; padding: 0; border-top: 1px solid #aaa49a; list-style: none; }
.contact-prep li { display: grid; grid-template-columns: 75px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #aaa49a; }
.contact-prep li strong { color: var(--orange); font-size: 31px; letter-spacing: -.04em; line-height: 1; }
.contact-prep h3 { margin: 0 0 8px; font-size: 24px; letter-spacing: -.035em; text-transform: uppercase; }
.contact-prep li p { margin: 0; color: #5d656a; }
.contact-form-section { scroll-margin-top: var(--header-height); padding-block: clamp(90px, 11vw, 150px); background: #11161a; color: white; }
.contact-form-section__grid { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: clamp(55px, 8vw, 115px); align-items: start; }
.contact-form-section__aside { position: sticky; top: calc(var(--header-height) + 45px); }
.contact-form-section__aside > p:not(.section-index) { max-width: 500px; margin: 27px 0; color: var(--muted); font-size: 17px; }
.contact-form-section__note { display: grid; grid-template-columns: 34px 1fr; gap: 15px; align-items: start; margin-top: 43px; padding-top: 23px; border-top: 1px solid var(--line); }
.contact-form-section__note > span { display: grid; place-items: center; width: 31px; height: 31px; background: var(--orange); color: #111; font-weight: 900; }
.contact-form-section__note p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.contact-form-section__note a { color: white; font-weight: 800; }
.contact-form-section .contact-form { border: 1px solid var(--line); background: #090c0f; }

@media (max-width: 880px) {
  .about-hero-v2__grid, .about-manifesto__grid, .about-process-v2__heading, .about-work, .contact-hero-v2__grid, .contact-prep__grid, .contact-form-section__grid { grid-template-columns: 1fr; }
  .about-hero-v2__copy { padding-right: 0; }
  .about-hero-v2__media { min-height: 580px; }
  .about-values__grid { grid-template-columns: 1fr 1fr; }
  .about-process-v2__list { grid-template-columns: 1fr; }
  .about-process-v2__list li { min-height: 0; }
  .about-process-v2__list small { margin-top: 45px; }
  .about-work__copy { padding-inline: var(--shell); }
  .about-callout__inner { grid-template-columns: 1fr; }
  .about-callout h2, .about-callout .button { grid-column: auto; }
  .contact-hero-v2__action { max-width: 440px; }
  .contact-info-board__grid { grid-template-columns: 1fr 1fr; }
  .contact-info-board article:first-child { padding-left: 0; }
  .contact-info-board article:nth-child(2) { padding-right: 0; border-right: 0; }
  .contact-info-board article:last-child { grid-column: 1 / -1; padding-left: 0; border-top: 1px solid var(--line); }
  .contact-form-section__aside { position: static; }
}

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

@media (max-width: 880px) {
  .site-nav { top: var(--header-height); }
  body.admin-bar .site-nav { top: calc(var(--header-height) + 32px); }
}

@media (max-width: 782px) {
  body.admin-bar .site-nav { top: calc(var(--header-height) + 46px); }
}

@media (max-width: 560px) {
  .about-hero-v2 h1, .contact-hero-v2 h1 { font-size: clamp(48px, 15vw, 69px); }
  .about-hero-v2__media { min-height: 440px; margin-inline: -14px; }
  .about-hero-v2__media figcaption { right: 20px; left: 20px; }
  .about-manifesto h2, .about-process-v2 h2, .about-work h2, .about-callout h2, .contact-prep h2, .contact-form-section h2 { font-size: 43px; }
  .about-values__grid { grid-template-columns: 1fr; }
  .about-values article { min-height: 215px; }
  .about-values h3 { margin-top: 50px; }
  .about-process-v2__list li { padding: 25px 22px; }
  .about-work__media { min-height: 430px; }
  .about-work__links { align-items: flex-start; flex-direction: column; }
  .contact-hero-v2__action { padding-left: 22px; }
  .contact-info-board__grid { grid-template-columns: 1fr; }
  .contact-info-board article, .contact-info-board article:first-child, .contact-info-board article:nth-child(2), .contact-info-board article:last-child { grid-column: auto; min-height: 0; padding: 45px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .contact-info-board h2, .contact-info-board__social { margin-top: 46px; }
  .contact-prep li { grid-template-columns: 55px 1fr; }
  .contact-form-section .contact-form { margin-inline: -14px; border-right: 0; border-left: 0; }
}
