/*
Theme Name: CREVO Studio
Theme URI: https://crevo-studio.com/
Author: CREVO
Description: A custom responsive portfolio and lead-generation theme for CREVO architecture, interiors and design-build studio.
Version: 1.3.10
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: crevo
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --crevo-white: #f5f2eb;
  --crevo-mineral: #ece7de;
  --crevo-marble: #ded7cb;
  --crevo-line: #c9c0b3;
  --crevo-stone: #8d8982;
  --crevo-graphite: #2a2c2f;
  --crevo-black: #111111;
  --crevo-near-black: #0d0e10;
  --crevo-marble-texture: url("assets/images/crevo-marble-surface.png");
  --frame: 1380px;
  --page-pad: 42px;
  --crevo-section-title-size: 58px;
  --crevo-hero-tagline-size: 54px;
  --crevo-studio-title-size: 52px;
  --crevo-service-title-size: 27px;
  --crevo-page-title-size: 68px;
  --crevo-archive-title-size: 50px;
  --crevo-project-meta-title-size: 44px;
  --crevo-contact-page-title-size: 78px;
  --crevo-contact-form-title-size: 42px;
  --crevo-home-contact-title-size: 76px;
  --crevo-projects-closing-title-size: 72px;
  --crevo-journal-closing-title-size: 68px;
  --crevo-journal-card-title-size: 34px;
  --crevo-journal-featured-title-size: 48px;
  --crevo-empty-title-size: 58px;
  --font-functional: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--crevo-white); }
body { position: relative; isolation: isolate; margin: 0; overflow-x: hidden; color: var(--crevo-black); background: transparent; font-family: var(--font-functional); }
body::before { position: fixed; inset: 0; z-index: -1; content: ""; pointer-events: none; background-color: var(--crevo-white); background-image: linear-gradient(rgba(245,242,235,.54),rgba(245,242,235,.54)),var(--crevo-marble-texture); background-position: center; background-repeat: no-repeat; background-size: cover; }
::selection { color: var(--crevo-white); background: var(--crevo-black); }
a { color: inherit; text-decoration: none; }
img { display: block; }
h1, h2, h3, p, figure { margin: 0; }
button, a, input, label, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-frame { width: min(calc(100% - (var(--page-pad) * 2)), var(--frame)); margin-inline: auto; }
.crevo-native { color: var(--crevo-black) !important; font-family: var(--font-functional) !important; }
body .crevo-native h1,body .crevo-native h2,body .crevo-native h3,body .crevo-native h4,body .crevo-native h5,body .crevo-native h6,body .crevo-native p,body .crevo-native a,body .crevo-native strong,body .crevo-native small,body .crevo-native button,body .crevo-native input,body .crevo-native select,body .crevo-native textarea { font-family: var(--font-functional) !important; }
body .crevo-native h1,body .crevo-native h2,body .crevo-native h3,body .crevo-native h4,body .crevo-native h5,body .crevo-native h6,body .crevo-native a { color: inherit !important; letter-spacing: normal !important; }
.crevo-native .contact,.crevo-native.contact-page,.crevo-native .projects-closing,.crevo-native .journal-closing { color: var(--crevo-white) !important; }
.crevo-native .text-link { font-size: 12px !important; font-weight: 800 !important; line-height: 1.3 !important; }
.crevo-logo, .wordmark { display: block; width: 100%; height: auto; object-fit: contain; transform: none; filter: none; }
.site-header { position: sticky; top: 0; z-index: 30; display: grid; grid-template-columns: 148px 1fr auto; align-items: center; gap: 36px; min-height: 78px; padding-inline: max(var(--page-pad), calc((100% - var(--frame)) / 2)); color: var(--crevo-black); background: var(--crevo-white); border-bottom: 1px solid var(--crevo-line); }
.brand-link { display: flex; width: 148px; }
.site-header .crevo-logo { opacity: 1 !important; filter: none !important; }
.header-caption, .site-nav, .micro-label, .section-rail, .hero-rail, .project-meta-top, .contact-topline, .site-footer, .hero-project figcaption, .service-scope, .project-facts, .contact-note { font-size: 11px; font-weight: 700; line-height: 1.4; text-transform: uppercase; }
.header-caption, .micro-label { color: var(--crevo-stone); }
.site-nav { display: block; margin-right: clamp(36px,6vw,96px); color: var(--crevo-black) !important; font-size: 14px; font-weight: 650; }
.site-nav > ul { display: flex; gap: 38px; align-items: center; padding: 0; margin: 0; list-style: none; }
.site-nav li { display: block; padding: 0; margin: 0; list-style: none; }
.site-footer ul, .site-footer li { display: contents; padding: 0; margin: 0; list-style: none; }
.site-nav a, .site-nav a:visited { color: var(--crevo-black) !important; font-family: var(--font-functional) !important; font-size: 13px !important; font-weight: 650 !important; line-height: 1.4 !important; }
.site-nav a, .site-footer a { padding-block: 8px; border-bottom: 1px solid transparent; }
.site-nav a:hover, .site-nav a:focus-visible, .site-footer a:hover, .site-footer a:focus-visible { border-color: currentColor; }
.nav-toggle, .menu-button { display: none; }
.section-rail { display: flex; justify-content: space-between; gap: 24px; padding-bottom: 14px; color: var(--crevo-stone); border-bottom: 1px solid var(--crevo-line); }
.short-rule { display: block; width: 68px; height: 1px; margin-bottom: 30px; background: linear-gradient(90deg,currentColor 0 72%,transparent 72% 84%,currentColor 84% 100%); }
.text-link { display: inline-flex; width: fit-content; align-items: center; gap: 14px; padding-bottom: 8px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; line-height: 1.3; text-transform: uppercase; }
.arrow { position: relative; display: inline-block; flex: 0 0 18px; width: 18px; height: 18px; overflow: hidden; color: currentColor; font-size: 0; line-height: 0; vertical-align: middle; transition: transform 180ms ease; }
.arrow::before { position: absolute; top: 8px; left: 2px; width: 14px; height: 1px; content: ""; background: currentColor; transform: rotate(-45deg); transform-origin: center; }
.arrow::after { position: absolute; top: 2px; right: 2px; width: 7px; height: 7px; content: ""; border-top: 1px solid currentColor; border-right: 1px solid currentColor; }
.text-link:hover .arrow, .contact-link:hover .arrow { transform: translate(2px,-2px); }
.hero { position: relative; display: grid; grid-template-columns: 5fr 7fr; grid-template-rows: minmax(610px,calc(100svh - 132px)) 54px; }
.hero-copy { position: relative; z-index: 3; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 54px 58px 48px 0; }
.hero h1 { display: flex; width: min(100%,330px); aspect-ratio: 640/155; align-items: center; margin: 48px 0 34px; line-height: 0; }
body .crevo-native .hero-tagline { color: var(--crevo-black) !important; font-size: var(--crevo-hero-tagline-size) !important; font-weight: 300; line-height: 1.02; text-transform: uppercase; }
.hero-intro { max-width: 455px; margin: 30px 0; color: var(--crevo-graphite); font-size: 17px; line-height: 1.65; }
.hero .text-link { color: var(--crevo-black); }
.hero-open-frame { position: relative; min-width: 0; padding: 0; }
.hero-project { position: relative; height: 100%; overflow: hidden; background: var(--crevo-marble); border: 0; border-radius: 0; }
.hero-project img, .service-image img, .project-image img, .studio-cycle-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.hero-project:hover img, .service-row:hover .service-image img, .project-image:hover img, .studio-cycle-image:hover img { transform: scale(1.018); }
.hero-project::after { position: absolute; inset: 0; z-index: 1; content: ""; background: linear-gradient(180deg,rgba(13,14,16,.34),transparent 30%,transparent 68%,rgba(13,14,16,.42)); pointer-events: none; }
.hero-project-label { position: absolute; top: 22px; right: 22px; left: 22px; z-index: 2; display: flex; justify-content: space-between; gap: 24px; color: var(--crevo-white); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.hero-project figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; z-index: 2; display: flex; justify-content: space-between; gap: 24px; padding: 14px 16px; color: var(--crevo-white); background: rgba(13,14,16,.76); }
.hero-rail { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,auto) 1fr; gap: 40px; align-items: center; color: var(--crevo-black); }
.hero-rail span { padding-left: 18px; }
.hero-rail span + span { border-left: 1px solid var(--crevo-line); }
.hero-rail span:last-child { justify-self: end; padding-right: 18px; color: var(--crevo-stone); }
.services, .studio { padding-block: 110px; }
.services-intro { display: grid; grid-template-columns: 7fr 5fr; gap: 80px; align-items: end; padding-block: 62px 72px; }
.services-intro h2, .work-heading h2, .studio-intro h2, .contact h2 { max-width: 760px; margin-top: 26px; font-size: 58px; font-weight: 300; line-height: .98; text-transform: uppercase; }
body .services-intro h2, body .work-heading h2 { color: var(--crevo-black) !important; font-family: var(--font-functional) !important; font-size: var(--crevo-section-title-size) !important; font-weight: 300 !important; line-height: .98 !important; letter-spacing: normal !important; }
body .studio-intro h2 { color: var(--crevo-black) !important; font-family: var(--font-functional) !important; font-size: var(--crevo-studio-title-size) !important; font-weight: 300 !important; line-height: .98 !important; letter-spacing: normal !important; }
.services-intro > p, .work-heading-copy > p:last-child, .studio-intro > p:last-child { max-width: 520px; color: var(--crevo-graphite); font-size: 17px; line-height: 1.7; }
.service-system { border-block: 1px solid var(--crevo-line); }
.service-row { display: grid; grid-template-columns: 104px minmax(360px,1fr) minmax(420px,.92fr); min-height: 230px; border-bottom: 1px solid var(--crevo-line); }
.service-row:last-child { border-bottom: 0; }
.service-number { display: flex; align-items: center; color: var(--crevo-stone); border-right: 1px solid var(--crevo-line); font-size: 50px; font-weight: 200; line-height: 1; }
.service-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 34px 46px; }
.service-scope { margin-bottom: 18px; color: var(--crevo-stone); }
.service-copy h3 { margin-bottom: 14px; color: var(--crevo-black) !important; font-family: var(--font-functional) !important; font-size: var(--crevo-service-title-size) !important; font-weight: 500 !important; line-height: 1.08 !important; letter-spacing: normal !important; text-transform: uppercase; }
.service-copy > p:last-child { color: var(--crevo-graphite); font-size: 16px; line-height: 1.55; }
.service-image { position: relative; min-height: 230px; overflow: hidden; background: var(--crevo-marble); border-left: 1px solid var(--crevo-line); border-radius: 92px 0 0 20px/68% 0 0 32%; }
.service-row:nth-child(2) .service-image { border-radius: 24px 0 0 88px/24% 0 0 76%; }
.service-row:nth-child(3) .service-image { border-radius: 64px 0 0 52px/58% 0 0 42%; }
.work { border-top: 1px solid var(--crevo-line); }
.work-heading { padding-block: 110px 80px; }
.work-heading-copy { display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 44px; align-items: end; padding-top: 62px; }
.work-heading h2 { grid-column: 2; margin-top: 0; }
.project-feature { min-height: 720px; border-top: 1px solid var(--crevo-line); }
.project-feature-mineral { background: var(--crevo-mineral); }
.project-feature-inner { display: grid; grid-template-columns: 4fr 8fr; min-height: 720px; }
.project-feature-reverse { grid-template-columns: 8fr 4fr; }
.project-meta { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; justify-content: space-between; padding: 52px 48px 48px 0; }
.project-feature-reverse .project-meta { padding-right: 0; padding-left: 48px; }
.project-meta-top { display: flex; justify-content: space-between; gap: 24px; color: var(--crevo-stone); }
.project-meta-top span { font-size: 42px; font-weight: 200; line-height: 1; }
.project-meta-top p { max-width: 190px; text-align: right; }
body .crevo-native .project-meta h3 { margin: 60px 0 24px; color: var(--crevo-black) !important; font-size: var(--crevo-project-meta-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.project-copy { max-width: 430px; color: var(--crevo-graphite); font-size: 16px; line-height: 1.7; }
.project-facts { display: grid; margin-block: 40px; color: var(--crevo-stone); border-top: 1px solid var(--crevo-line); }
.project-facts span { padding-block: 12px; border-bottom: 1px solid var(--crevo-line); }
.project-image { position: relative; min-height: 720px; overflow: hidden; background: var(--crevo-marble); }
.project-image-cut-left { border-radius: 176px 0 0 36px/38% 0 0 12%; }
.project-image-cut-right { border-radius: 0 38px 176px 0/0 12% 38% 0; }
.studio-layout { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: start; padding-top: 72px; }
.studio-intro { position: sticky; top: 118px; padding-top: 22px; }
.studio-intro h2 { margin-bottom: 36px; font-size: 52px; }
.studio-cycle { position: relative; min-height: 760px; padding: 72px; border: 1px solid var(--crevo-line); border-radius: 44% 56% 47% 53%/52% 43% 57% 48%; }
.studio-cycle-image { position: relative; height: 100%; min-height: 614px; overflow: hidden; background: var(--crevo-marble); border-radius: 52% 48% 55% 45%/46% 54% 44% 56%; }
.studio-cycle-image img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; }
.studio-cycle ol { position: absolute; inset: 0; padding: 0; margin: 0; list-style: none; }
.studio-cycle li { position: absolute; z-index: 2; display: grid; min-width: 170px; grid-template-columns: 30px 1fr; gap: 3px 12px; padding: 12px 15px; background: var(--crevo-white); border: 1px solid var(--crevo-line); }
.studio-cycle li:nth-child(1) { top: -1px; left: 18%; }
.studio-cycle li:nth-child(2) { top: 30%; right: -1px; }
.studio-cycle li:nth-child(3) { right: 18%; bottom: -1px; }
.studio-cycle li:nth-child(4) { bottom: 30%; left: -1px; }
.studio-cycle li > span { grid-row: 1/span 2; color: var(--crevo-stone); font-size: 11px; font-weight: 700; }
.studio-cycle strong { color: var(--crevo-black) !important; font-size: 12px; text-transform: uppercase; }
.studio-cycle small { color: var(--crevo-stone); font-size: 11px; }
.contact { color: var(--crevo-white); background: var(--crevo-near-black); }
.contact-inner { min-height: 680px; padding-block: 58px 74px; }
.contact-topline { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-logo { width: 142px; }
.contact-open-frame { display: grid; grid-template-columns: 8fr 4fr; align-items: end; min-height: 510px; margin-top: 36px; border: solid rgba(255,255,255,.22); border-width: 1px 1px 1px 0; border-radius: 0 248px 112px 0/0 68% 32% 0; }
.contact-copy { align-self: center; padding: 72px 40px 72px 0; }
.contact-copy .micro-label { color: rgba(255,255,255,.58) !important; }
body .crevo-native .contact h2 { max-width: 850px; margin: 30px 0 48px; color: var(--crevo-white) !important; font-size: var(--crevo-home-contact-title-size) !important; font-weight: 300 !important; line-height: .98 !important; }
.contact-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 10px; color: inherit !important; border-bottom: 1px solid rgba(255,255,255,.72); font-size: 18px !important; }
.contact-note { align-self: end; justify-self: end; max-width: 240px; padding: 0 48px 42px 0; color: rgba(255,255,255,.56); text-align: right; }
.contact-form-section { display: grid; grid-template-columns: 4fr 8fr; gap: 72px; padding-block: 88px 34px; border-top: 1px solid rgba(255,255,255,.24); }
.contact-form-intro h3 { max-width: 340px; margin: 24px 0 30px; font-size: 34px; font-weight: 300; line-height: 1.03; text-transform: uppercase; }
.contact-form-intro > p:last-child { max-width: 350px; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.7; }
.lead-form { display: grid; gap: 28px; }
.lead-form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 28px; }
.lead-form label:not(.lead-consent) { display: grid; gap: 10px; }
.lead-form label > span:first-child { color: rgba(255,255,255,.58); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.lead-form input:not([type="checkbox"]), .lead-form select, .lead-form textarea { width: 100%; min-height: 52px; padding: 12px 0; color: var(--crevo-white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.34); border-radius: 0; font: inherit; outline: 0; }
.lead-form select { color-scheme: dark; }
.lead-form textarea { min-height: 118px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-bottom-color: var(--crevo-white); }
.lead-consent { display: flex; gap: 12px; align-items: flex-start; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.5; }
.lead-consent input { width: 17px; height: 17px; margin: 0; accent-color: var(--crevo-white); }
.lead-form-footer { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.lead-form button { display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; min-width: 210px; min-height: 52px; padding: 14px 18px; color: var(--crevo-black); background: var(--crevo-white); border: 1px solid var(--crevo-white); border-radius: 0; font: inherit; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.lead-status { max-width: 320px; color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.5; text-align: right; }
.lead-status.is-success { color: var(--crevo-white); }
.lead-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.site-footer { color: var(--crevo-white); background-color: var(--crevo-near-black); background-image: linear-gradient(rgba(13,14,16,.94),rgba(13,14,16,.94)),var(--crevo-marble-texture); background-position: center; background-size: cover; border-top: 1px solid rgba(255,255,255,.24); }
.footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; gap: 36px; align-items: center; min-height: 96px; }
.footer-primary { border-bottom: 1px solid rgba(255,255,255,.18); }
.site-footer nav { display: flex; gap: 28px; }
.footer-statement { justify-self: end; text-align: right; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 36px; }
.footer-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin: 0; color: rgba(255,255,255,.72); font-size: 12px; font-style: normal; font-weight: 500; letter-spacing: .025em; line-height: 1.5; text-transform: none; }
.footer-contact a { color: inherit; }
.footer-separator { color: rgba(255,255,255,.32); }
.footer-powered { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; padding-block: 8px; color: rgba(255,255,255,.66); border: 0 !important; font-size: 11px; font-weight: 600; letter-spacing: .035em; line-height: 1.3; text-transform: none; }
.footer-powered img { width: 36px; height: 36px; object-fit: contain; }
.footer-powered:hover,.footer-powered:focus-visible { color: var(--crevo-white); }
.projects-page { background: transparent; }
.projects-intro { padding-block: 74px 96px; }
.projects-intro-copy { display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 44px; align-items: end; padding-top: 76px; }
.projects-intro-copy h1 { grid-column: 2; max-width: 760px; text-transform: uppercase; }
body .crevo-native .projects-intro-copy h1 { color: var(--crevo-black) !important; font-size: var(--crevo-page-title-size) !important; font-weight: 300 !important; line-height: .96 !important; }
.projects-intro-copy > p:last-child { color: var(--crevo-graphite); font-size: 16px; line-height: 1.7; }
.archive-project { padding-bottom: 88px; border-top: 1px solid var(--crevo-line); }
.archive-project:nth-child(even) { background: var(--crevo-mineral); }
.archive-project-head { display: grid; grid-template-columns: 100px 5fr 4fr; gap: 48px; align-items: end; padding-block: 54px 42px; }
.archive-number { color: var(--crevo-stone); font-size: 48px; font-weight: 200; line-height: 1; }
body .crevo-native .archive-project-head h2 { margin-top: 18px; color: var(--crevo-black) !important; font-size: var(--crevo-archive-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.archive-project-head > p { max-width: 520px; color: var(--crevo-graphite); font-size: 16px; line-height: 1.7; }
.archive-cover { position: relative; display: block; width: 100%; height: min(70vw,820px); min-height: 560px; overflow: hidden; background: var(--crevo-marble); }
.archive-cover img,.archive-detail img,.contact-page-aside figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.archive-cover:hover img,.archive-detail:hover img { transform: scale(1.012); }
.archive-detail-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; padding-top: 1px; background: var(--crevo-line); border: solid var(--crevo-line); border-width: 0 1px 1px; }
.archive-detail-count-1 { grid-template-columns: 1fr; }
.archive-detail-count-2 { grid-template-columns: repeat(2,1fr); }
.archive-detail { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--crevo-marble); }
.archive-detail-count-1 .archive-detail { aspect-ratio: 16/7; }
.archive-detail figcaption { position: absolute; right: 14px; bottom: 14px; z-index: 2; padding: 8px 10px; color: var(--crevo-white); background: rgba(13,14,16,.76); font-size: 10px; font-weight: 700; }
.archive-project-foot { display: flex; justify-content: space-between; gap: 36px; align-items: center; padding-top: 32px; color: var(--crevo-stone); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.archive-project-foot .text-link { color: var(--crevo-black) !important; }
.archive-project-links { display: flex; gap: 28px; align-items: center; }
.archive-cover-empty { display: grid; width: 100%; height: 100%; color: var(--crevo-stone); font-size: 11px; font-weight: 700; text-transform: uppercase; place-items: center; }
.projects-empty { min-height: 480px; padding-block: 110px; border-top: 1px solid var(--crevo-line); }
body .crevo-native .projects-empty h2 { max-width: 760px; margin-top: 30px; color: var(--crevo-black) !important; font-size: var(--crevo-empty-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.projects-closing { padding-block: 110px; color: var(--crevo-white); background: var(--crevo-near-black); }
.projects-closing .micro-label { color: rgba(255,255,255,.56) !important; }
body .crevo-native .projects-closing h2 { max-width: 850px; margin: 30px 0 48px; color: var(--crevo-white) !important; font-size: var(--crevo-projects-closing-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.contact-page { color: var(--crevo-white); background: var(--crevo-near-black); }
.contact-page-shell { padding-block: 58px 96px; }
.contact-page-topline { display: flex; justify-content: space-between; align-items: center; gap: 32px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.contact-page-intro { display: grid; grid-template-columns: 8fr 4fr; gap: 72px; align-items: end; padding-block: 74px 82px; }
.contact-page-intro .micro-label,.contact-page-form .micro-label,.contact-direct .micro-label { color: rgba(255,255,255,.56) !important; }
body .crevo-native .contact-page-intro h1 { max-width: 900px; margin-top: 30px; color: var(--crevo-white) !important; font-size: var(--crevo-contact-page-title-size) !important; font-weight: 300 !important; line-height: .95 !important; text-transform: uppercase; }
.contact-page-intro > p { color: rgba(255,255,255,.64); font-size: 16px; line-height: 1.7; }
.contact-page-grid { display: grid; grid-template-columns: 4fr 8fr; border-block: 1px solid rgba(255,255,255,.24); }
.contact-page-aside { padding: 32px 32px 32px 0; border-right: 1px solid rgba(255,255,255,.24); }
.contact-page-aside figure { position: relative; min-height: 540px; overflow: hidden; background: var(--crevo-graphite); border-radius: 0 0 128px 0/0 0 28% 0; }
.contact-page-aside figure img { position: absolute; inset: 0; width: 100% !important; height: 100% !important; object-fit: cover !important; }
.contact-direct { display: grid; gap: 13px; padding-top: 30px; }
.contact-direct a { width: fit-content; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 18px; }
.contact-direct > p:last-child { color: rgba(255,255,255,.5); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.contact-page-form { padding: 48px 0 48px 64px; }
body .crevo-native .contact-page-form h2 { margin: 22px 0 52px; color: var(--crevo-white) !important; font-size: var(--crevo-contact-form-title-size) !important; font-weight: 300 !important; line-height: 1.05 !important; text-transform: uppercase; }
.single-project-page,.journal-page,.journal-article-page { background: transparent; }
.single-project-intro,.journal-intro,.journal-article-header { padding-block: 74px 88px; }
.single-project-heading,.journal-intro-copy,.journal-article-heading { display: grid; grid-template-columns: 3fr 6fr 3fr; gap: 44px; align-items: end; padding-top: 72px; }
.single-project-heading h1,.journal-intro-copy h1,.journal-article-heading h1 { grid-column: 2; max-width: 900px; text-transform: uppercase; }
body .crevo-native .single-project-heading h1,body .crevo-native .journal-intro-copy h1,body .crevo-native .journal-article-heading h1 { color: var(--crevo-black) !important; font-size: var(--crevo-page-title-size) !important; font-weight: 300 !important; line-height: .96 !important; }
.single-project-heading > p:last-child,.journal-intro-copy > p:last-child,.journal-article-heading > p:last-child { color: var(--crevo-graphite); font-size: 16px; line-height: 1.7; }
.single-project-cover,.journal-article-cover { position: relative; width: 100%; height: min(72vw,920px); min-height: 580px; overflow: hidden; background: var(--crevo-marble); }
.single-project-cover img,.single-project-gallery img,.journal-card-image img,.journal-article-cover img { width: 100%; height: 100%; object-fit: cover; }
.single-project-story { display: grid; grid-template-columns: 4fr 8fr; gap: 72px; padding-block: 92px 110px; }
.single-project-facts { display: grid; align-content: start; }
.single-project-facts .micro-label { margin-bottom: 28px; }
.single-project-facts > p:not(.micro-label) { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding-block: 15px; color: var(--crevo-graphite); border-top: 1px solid var(--crevo-line); font-size: 13px; line-height: 1.5; }
.single-project-facts > p:last-child { border-bottom: 1px solid var(--crevo-line); }
.single-project-facts span { color: var(--crevo-stone); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.single-project-content { max-width: 720px; color: var(--crevo-graphite); font-size: 19px; line-height: 1.78; }
.single-project-content > * + * { margin-top: 1.35em; }
.single-project-gallery { display: grid; gap: 1px; padding-top: 1px; background: var(--crevo-line); }
.single-project-gallery-item { position: relative; width: 100%; min-height: 680px; max-height: 920px; aspect-ratio: 16/8; overflow: hidden; background: var(--crevo-marble); }
.single-project-gallery-item:nth-child(3n+2) { width: min(calc(100% - (var(--page-pad) * 2)), var(--frame)); margin-inline: auto; aspect-ratio: 4/3; }
.single-project-gallery-item figcaption { position: absolute; right: 16px; bottom: 16px; z-index: 2; padding: 8px 10px; color: var(--crevo-white); background: rgba(13,14,16,.76); font-size: 10px; font-weight: 700; }
.journal-intro { padding-bottom: 96px; }
.journal-index { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 72px 1px; padding-bottom: 112px; border-top: 1px solid var(--crevo-line); }
.journal-card { min-width: 0; padding-top: 1px; }
.journal-card:nth-child(even):not(.journal-card-featured) { padding-left: 36px; border-left: 1px solid var(--crevo-line); }
.journal-card:nth-child(odd):not(.journal-card-featured) { padding-right: 36px; }
.journal-card-featured { grid-column: 1/-1; display: grid; grid-template-columns: 7fr 5fr; gap: 52px; padding-block: 1px 72px; border-bottom: 1px solid var(--crevo-line); }
.journal-card-image { position: relative; display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--crevo-marble); }
.journal-card-featured .journal-card-image { aspect-ratio: 16/9; }
.journal-card-image img { transition: transform 500ms ease; }
.journal-card:hover .journal-card-image img { transform: scale(1.012); }
.journal-image-mark { position: absolute; inset: 14%; border: 1px solid var(--crevo-line); border-radius: 48% 52% 44% 56%/58% 42% 58% 42%; }
.journal-image-mark::after { position: absolute; inset: 22%; content: ""; border: 1px solid var(--crevo-stone); border-radius: 52% 48% 56% 44%/42% 58% 42% 58%; }
.journal-card-copy { padding-top: 28px; }
.journal-card-featured .journal-card-copy { align-self: center; padding: 36px 0; }
.journal-card-meta { display: flex; justify-content: space-between; gap: 24px; color: var(--crevo-stone); font-size: 10px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.journal-card-meta time { white-space: nowrap; }
.journal-card:not(.journal-card-featured) .journal-card-meta { display: grid; grid-template-columns: minmax(0,1fr); justify-items: start; gap: 5px; }
.journal-card:not(.journal-card-featured) .journal-card-meta time { color: var(--crevo-graphite); }
body .crevo-native .journal-card h2 { max-width: 620px; margin: 24px 0 20px; color: var(--crevo-black) !important; font-size: var(--crevo-journal-card-title-size) !important; font-weight: 350 !important; line-height: 1.02 !important; text-transform: uppercase; }
body .crevo-native .journal-card-featured h2 { font-size: var(--crevo-journal-featured-title-size) !important; }
.journal-card-copy > p:not(.journal-card-meta) { max-width: 560px; margin-bottom: 28px; color: var(--crevo-graphite); font-size: 15px; line-height: 1.7; }
.journal-empty { grid-column: 1/-1; min-height: 480px; padding-block: 110px; }
body .crevo-native .journal-empty h2 { max-width: 760px; margin: 30px 0 26px; color: var(--crevo-black) !important; font-size: var(--crevo-empty-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.journal-empty > p:last-child { max-width: 540px; color: var(--crevo-graphite); font-size: 16px; line-height: 1.7; }
.journal-pagination { display: flex; gap: 16px; padding-bottom: 96px; }
.journal-pagination .page-numbers { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--crevo-line); }
.journal-pagination .current { color: var(--crevo-white) !important; background: var(--crevo-near-black); border-color: var(--crevo-near-black); }
.journal-closing { padding-block: 110px; color: var(--crevo-white); background: var(--crevo-near-black); }
.journal-closing .micro-label { color: rgba(255,255,255,.56) !important; }
body .crevo-native .journal-closing h2 { max-width: 920px; margin: 30px 0 48px; color: var(--crevo-white) !important; font-size: var(--crevo-journal-closing-title-size) !important; font-weight: 300 !important; line-height: .98 !important; text-transform: uppercase; }
.journal-article-cover { height: min(64vw,820px); }
.journal-article-cover figcaption { position: absolute; right: 20px; bottom: 20px; max-width: min(520px,calc(100% - 40px)); padding: 10px 12px; color: var(--crevo-white); background: rgba(13,14,16,.78); font-size: 10px; font-weight: 700; line-height: 1.45; text-transform: uppercase; }
.journal-article-body { display: grid; grid-template-columns: 3fr 7fr 2fr; gap: 54px; padding-block: 92px 120px; }
.journal-article-body aside { display: grid; align-content: start; gap: 30px; }
.journal-article-body .entry-content { grid-column: 2; color: var(--crevo-graphite); font-size: 18px; line-height: 1.8; }
.journal-article-body .entry-content > * + * { margin-top: 1.45em; }
.journal-article-body .entry-content h2,.journal-article-body .entry-content h3 { margin-top: 2em; color: var(--crevo-black) !important; font-weight: 400 !important; line-height: 1.1 !important; text-transform: uppercase; }
.journal-article-body .entry-content img { width: 100%; height: auto; }
.journal-article-body .entry-content figure { margin-block: 2.5em; }
.journal-article-body .entry-content figcaption { margin-top: 12px; color: var(--crevo-stone); font-size: 11px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.journal-article-body .entry-content ul { padding-left: 1.2em; }
.journal-article-cta { margin-top: 4em; padding-top: 2em; border-top: 1px solid var(--crevo-line); }
.journal-article-cta h2 { max-width: 620px; margin-block: 18px 24px !important; }
.journal-article-cta p:last-child { display: flex; flex-wrap: wrap; gap: 20px 30px; }
.content-page { min-height: 65vh; padding-block: 96px; }
.content-page article { max-width: 820px; }
.content-page h1 { margin-bottom: 32px; font-size: 54px; font-weight: 300; line-height: 1; text-transform: uppercase; }
.content-page .entry-content { color: var(--crevo-graphite); font-size: 17px; line-height: 1.75; }
.content-page .entry-content > * + * { margin-top: 1.4em; }
.archive-heading { padding-bottom: 48px; border-bottom: 1px solid var(--crevo-line); }
.post-list { display: grid; }
.post-card { display: grid; grid-template-columns: 180px 1fr 1fr; gap: 42px; padding-block: 42px; border-bottom: 1px solid var(--crevo-line); }
.post-card h2 { font-size: 30px; font-weight: 400; line-height: 1.08; text-transform: uppercase; }
.navigation.pagination { margin-top: 42px; }
.nav-links { display: flex; gap: 18px; }
body.admin-bar .site-header { top: 32px; }

@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
@media (max-width: 1100px) {
  :root { --page-pad: 28px; --crevo-hero-tagline-size: 44px; --crevo-page-title-size: 56px; --crevo-project-meta-title-size: 36px; --crevo-contact-page-title-size: 64px; }
  .site-nav { margin-right: 18px; font-size: 13px; }
  .site-nav > ul { gap: 24px; }
  .hero-tagline { font-size: 44px; }
  .services-intro,.studio-layout { gap: 48px; }
  .service-row { grid-template-columns: 82px minmax(300px,1fr) minmax(320px,.9fr); }
  .service-number { font-size: 42px; }
  .service-copy { padding-inline: 32px; }
  .project-meta { padding-right: 32px; }
  .project-feature-reverse .project-meta { padding-left: 32px; }
  .project-meta h3 { font-size: 36px; }
  .studio-cycle { min-height: 650px; padding: 58px; }
  .studio-cycle-image { min-height: 532px; }
  .projects-intro-copy,.archive-project-head,.contact-page-intro,.single-project-heading,.journal-intro-copy,.journal-article-heading { gap: 40px; }
  .projects-intro-copy h1 { font-size: 56px; }
  .single-project-heading h1,.journal-intro-copy h1,.journal-article-heading h1 { font-size: 56px; }
  .contact-page-intro h1 { font-size: 64px; }
  .contact-page-form { padding-left: 42px; }
  .single-project-story { gap: 48px; }
  .journal-card-featured { gap: 40px; }
}
@media (max-width: 1000px) and (min-width: 761px) {
  .site-header { grid-template-columns: 148px 1fr auto; gap: 24px; }
  .header-caption { display: none; }
  .site-nav { margin-right: 0; }
  .site-nav > ul { gap: 22px; }
}
@media (max-width: 760px) {
  :root { --page-pad: 18px; --crevo-section-title-size: 34px; --crevo-hero-tagline-size: 38px; --crevo-studio-title-size: 34px; --crevo-service-title-size: 22px; --crevo-page-title-size: 42px; --crevo-archive-title-size: 38px; --crevo-project-meta-title-size: 34px; --crevo-contact-page-title-size: 50px; --crevo-contact-form-title-size: 36px; --crevo-home-contact-title-size: 52px; --crevo-projects-closing-title-size: 48px; --crevo-journal-closing-title-size: 48px; --crevo-journal-card-title-size: 34px; --crevo-journal-featured-title-size: 34px; --crevo-empty-title-size: 44px; }
  .site-header { grid-template-columns: auto auto; min-height: 72px; }
  .brand-link { width: 132px; }
  .header-caption { display: none; }
  .nav-toggle { position: absolute; top: 16px; right: var(--page-pad); z-index: 4; display: block; width: 44px; height: 40px; opacity: 0; cursor: pointer; }
  .menu-button { justify-self: end; display: grid; width: 44px; height: 40px; place-items: center; border: 1px solid var(--crevo-line); cursor: pointer; }
  .menu-button span:not(.sr-only) { position: relative; transition: background-color 160ms ease; }
  .menu-button span:not(.sr-only),.menu-button span:not(.sr-only)::before,.menu-button span:not(.sr-only)::after { display: block; width: 18px; height: 1px; content: ""; background: var(--crevo-black); }
  .menu-button span:not(.sr-only)::before,.menu-button span:not(.sr-only)::after { position: absolute; top: 0; left: 0; transition: transform 160ms ease; }
  .menu-button span:not(.sr-only)::before { transform: translateY(-6px); }
  .menu-button span:not(.sr-only)::after { transform: translateY(6px); }
  .nav-toggle:checked + .menu-button span:not(.sr-only) { background: transparent; }
  .nav-toggle:checked + .menu-button span:not(.sr-only)::before { transform: rotate(45deg); }
  .nav-toggle:checked + .menu-button span:not(.sr-only)::after { transform: rotate(-45deg); }
  .site-nav { position: absolute; top: 72px; right: 0; left: 0; display: grid; max-height: 0; margin-right: 0; padding: 0 var(--page-pad); overflow: hidden; background: var(--crevo-white); border-bottom: 1px solid transparent; transition: max-height 180ms ease,padding 180ms ease; }
  .site-nav > ul { display: grid; gap: 0; }
  .site-nav li + li { border-top: 1px solid var(--crevo-line); }
  .site-nav a,.site-nav a:visited { display: flex; min-height: 54px; align-items: center; padding: 0 !important; color: var(--crevo-black) !important; border: 0 !important; font-size: 17px !important; font-weight: 600 !important; letter-spacing: .045em !important; line-height: 1.25 !important; }
  .nav-toggle:checked ~ .site-nav { max-height: min(430px,calc(100svh - 72px)); padding-block: 10px 16px; overflow-y: auto; border-color: var(--crevo-line); }
  .text-link { min-height: 42px; align-items: center; gap: 12px; }
  .contact-link { min-height: 46px; }
  .arrow { flex-basis: 17px; width: 17px; height: 17px; }
  .hero { grid-template-columns: 1fr; grid-template-rows: auto 580px 52px; }
  .hero-copy { min-height: 560px; padding: 54px 22px 48px; }
  .hero h1 { width: 270px; margin: 42px 0 30px; }
  .hero-tagline { font-size: 38px; }
  .hero-intro { font-size: 16px; }
  .hero-rail { grid-column: auto; grid-template-columns: repeat(3,1fr); gap: 0; font-size: 9px; text-align: center; }
  .hero-rail span { padding-inline: 5px; }
  .hero-rail span:last-child { display: none; }
  .services,.studio { padding-block: 78px; }
  .services-intro { grid-template-columns: 1fr; gap: 30px; padding-block: 48px 54px; }
  .services-intro h2,.work-heading h2,.studio-intro h2 { font-size: 40px; }
  .service-row { grid-template-columns: 64px 1fr; min-height: 0; }
  .service-number { grid-row: 1; padding-top: 34px; align-items: flex-start; font-size: 34px; }
  .service-copy { grid-column: 2; padding: 34px 22px 38px; }
  .service-copy h3 { font-size: 22px; }
  .service-image { grid-column: 1/-1; min-height: 58vw; border-top: 1px solid var(--crevo-line); border-left: 0; border-radius: 0 0 72px 0/0 0 24% 0 !important; }
  .work-heading { padding-block: 78px 60px; }
  .work-heading-copy { grid-template-columns: 1fr; gap: 28px; padding-top: 46px; }
  .work-heading h2 { grid-column: auto; }
  .project-feature,.project-feature-inner { min-height: 0; }
  .project-feature-inner,.project-feature-reverse { grid-template-columns: 1fr; }
  .project-feature-reverse .project-image { order: 2; }
  .project-meta,.project-feature-reverse .project-meta { min-height: 500px; padding: 42px 24px; }
  .project-meta h3 { font-size: 34px; }
  .project-image { min-height: 76vw; border-radius: 0 0 78px 0/0 0 24% 0; }
  .studio-layout { grid-template-columns: 1fr; gap: 54px; padding-top: 54px; }
  .studio-intro { position: static; padding-top: 0; }
  .studio-cycle { min-height: 590px; padding: 52px 34px; }
  .studio-cycle-image { min-height: 484px; }
  .studio-cycle li { min-width: 142px; padding: 9px 10px; }
  .studio-cycle li:nth-child(1) { left: 10%; }
  .studio-cycle li:nth-child(3) { right: 10%; }
  .contact-inner { min-height: 620px; }
  .contact-open-frame { grid-template-columns: 1fr; min-height: 470px; border-radius: 0 150px 72px 0/0 68% 32% 0; }
  .contact-copy { align-self: end; padding: 72px 38px 28px 0; }
  .contact h2 { font-size: 52px; }
  .contact-note { justify-self: start; padding: 0 38px 34px 0; text-align: left; }
  .contact-form-section { grid-template-columns: 1fr; gap: 48px; padding-top: 68px; }
  .lead-form-row { grid-template-columns: 1fr; }
  .lead-form-footer { align-items: flex-start; flex-direction: column; }
  .lead-status { text-align: left; }
  .footer-inner { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .site-footer nav { flex-wrap: wrap; gap: 20px; }
  .footer-statement { justify-self: start; text-align: left; }
  .footer-bottom { min-height: 0; align-items: flex-start; flex-direction: column; gap: 18px; padding-block: 22px 28px; }
  .footer-contact { gap: 7px 9px; }
  .content-page h1 { font-size: 40px; }
  .post-card { grid-template-columns: 1fr; gap: 18px; }
  .projects-intro { padding-block: 54px 68px; }
  .projects-intro-copy,.archive-project-head,.contact-page-intro,.contact-page-grid,.single-project-heading,.journal-intro-copy,.journal-article-heading,.single-project-story,.journal-card-featured,.journal-article-body { grid-template-columns: 1fr; }
  .projects-intro-copy { gap: 28px; padding-top: 52px; }
  .projects-intro-copy h1,.single-project-heading h1,.journal-intro-copy h1,.journal-article-heading h1 { grid-column: auto; font-size: 42px; }
  .archive-project { padding-bottom: 64px; }
  .archive-project-head { gap: 22px; padding-block: 42px 34px; }
  .archive-number { font-size: 38px; }
  .archive-project-head h2 { font-size: 38px; }
  .archive-cover { height: 72vw; min-height: 360px; }
  .archive-detail-grid,.archive-detail-count-1,.archive-detail-count-2 { grid-template-columns: 1fr; }
  .archive-detail,.archive-detail-count-1 .archive-detail { aspect-ratio: 4/3; }
  .archive-project-foot { align-items: flex-start; flex-direction: column; }
  .archive-project-links { flex-wrap: wrap; }
  .projects-closing { padding-block: 78px; }
  .projects-closing h2 { font-size: 48px; }
  .contact-page-shell { padding-block: 42px 68px; }
  .contact-page-intro { gap: 32px; padding-block: 58px; }
  .contact-page-intro h1 { font-size: 50px; }
  .contact-page-aside { padding: 24px 0 42px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.24); }
  .contact-page-aside figure { min-height: 108vw; }
  .contact-page-form { padding: 46px 0; }
  .contact-page-form h2 { font-size: 36px; }
  .single-project-intro,.journal-intro,.journal-article-header { padding-block: 54px 68px; }
  .single-project-heading,.journal-intro-copy,.journal-article-heading { gap: 28px; padding-top: 52px; }
  .single-project-cover,.journal-article-cover { height: 74vw; min-height: 360px; }
  .single-project-story { gap: 52px; padding-block: 68px 78px; }
  .single-project-content { font-size: 17px; }
  .single-project-gallery-item,.single-project-gallery-item:nth-child(3n+2) { width: 100%; min-height: 360px; aspect-ratio: 4/3; }
  .journal-index { grid-template-columns: 1fr; gap: 54px; padding-bottom: 78px; }
  .journal-card,.journal-card:nth-child(even):not(.journal-card-featured),.journal-card:nth-child(odd):not(.journal-card-featured) { grid-column: auto; padding: 0 0 54px; border-bottom: 1px solid var(--crevo-line); border-left: 0; }
  .journal-card-featured { gap: 0; }
  .journal-card-featured h2,.journal-card h2 { font-size: 34px; }
  .journal-empty { min-height: 380px; padding-block: 78px; }
  .journal-empty h2 { font-size: 44px; }
  .journal-closing { padding-block: 78px; }
  .journal-closing h2 { font-size: 48px; }
  .journal-article-body { gap: 54px; padding-block: 68px 88px; }
  .journal-article-body .entry-content { grid-column: auto; }
  body.admin-bar .site-header { top: 46px; }
}
@media (max-width: 420px) {
  :root { --crevo-hero-tagline-size: 33px; --crevo-page-title-size: 34px; --crevo-archive-title-size: 34px; --crevo-contact-page-title-size: 42px; --crevo-home-contact-title-size: 44px; --crevo-projects-closing-title-size: 42px; --crevo-journal-closing-title-size: 42px; }
  .hero-copy { min-height: 520px; }
  .hero h1 { width: 238px; }
  .hero-tagline { font-size: 33px; }
  .hero { grid-template-rows: auto 520px 52px; }
  .hero-project-label,.hero-project figcaption { font-size: 9px; }
  .services-intro h2,.work-heading h2,.studio-intro h2 { font-size: 34px; }
  .studio-cycle { min-height: 520px; padding: 48px 24px; }
  .studio-cycle-image { min-height: 422px; }
  .studio-cycle li { min-width: 126px; grid-template-columns: 24px 1fr; }
  .studio-cycle small { display: none; }
  .contact h2 { font-size: 44px; }
  .projects-intro-copy h1,.archive-project-head h2,.single-project-heading h1,.journal-intro-copy h1,.journal-article-heading h1 { font-size: 34px; }
  .projects-closing h2,.contact-page-intro h1 { font-size: 42px; }
  .journal-closing h2 { font-size: 42px; }
}
@media screen and (min-width: 761px) and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
