:root {
  --ink: #121315;
  --paper: #f3f1ed;
  --line: rgba(18, 19, 21, .17);
  --sand: #c9b29b;
  --muted: #6d6c69;
  --wrap: 1440px;
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font: 500 15px/1.55 var(--sans); }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.skip-link { position: fixed; z-index: 300; top: -60px; left: 16px; padding: 10px 14px; color: #fff; background: var(--ink); transition: top .2s; }
.skip-link:focus { top: 16px; }
.wrap { width: min(calc(100% - 96px), var(--wrap)); margin: 0 auto; }
.section { padding: 150px 0; }
.section--dark { color: #fff; background: var(--ink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.65); }
.line { width: 36px; height: 1px; background: currentColor; }
.display { margin: 0; font: 400 clamp(38px, 5.4vw, 80px)/1.12 var(--serif); letter-spacing: -.045em; }
.display em, .hero__title em, .contact__title em { font-style: italic; color: var(--sand); }
.display--light { color: #fff; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 25px 48px; color: #fff; transition: background .35s, color .35s, padding .35s; }
.site-header.is-scrolled { padding-top: 17px; padding-bottom: 17px; color: var(--ink); background: rgba(243,241,237,.92); box-shadow: 0 1px 0 rgba(18,19,21,.07); backdrop-filter: blur(14px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 2px; line-height: 1; }
.brand__name { font-size: 22px; font-weight: 700; letter-spacing: .24em; }
.brand__tagline { font-size: 8px; font-weight: 600; letter-spacing: .16em; opacity: .65; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.9vw, 46px); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-nav a { position: relative; padding: 8px 0; }
.site-nav > a:not(.site-nav__contact)::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: ""; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.site-nav > a:not(.site-nav__contact):hover::after, .site-nav > a:not(.site-nav__contact):focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav__contact { padding: 10px 14px !important; border: 1px solid currentColor; }
.site-nav__contact span { margin-left: 8px; }
.menu-toggle { display: none; padding: 8px 0 8px 12px; border: 0; background: transparent; cursor: pointer; }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; color: #fff; background: #212020; }
.hero__image, .contact__image { position: absolute; inset: 0; background: center / cover no-repeat; }
.hero__image { background-image: url("../assets/images/4.jpg"); transform: scale(1.03); animation: hero-scale 12s ease-out forwards; }
.hero__veil { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.56) 0%, rgba(0,0,0,.20) 65%, rgba(0,0,0,.08)), linear-gradient(0deg, rgba(0,0,0,.42), transparent 45%); }
.hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: center; height: 100%; padding-top: 110px; }
.hero__title { max-width: 810px; margin: 0; font: 400 clamp(50px, 8vw, 126px)/.95 var(--serif); letter-spacing: -.06em; }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; width: min(100%, 750px); margin-top: 56px; }
.hero__bottom > p { max-width: 340px; margin: 0; font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.78); }
.round-link { display: grid; grid-template-columns: 1fr auto; gap: 17px; align-items: end; width: 165px; height: 165px; padding: 23px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 10px; font-weight: 700; line-height: 1.4; letter-spacing: .09em; text-transform: uppercase; transition: background .25s, color .25s, transform .25s; }
.round-link__arrow { font-size: 23px; line-height: .8; }
.round-link:hover { color: var(--ink); background: #fff; transform: rotate(-8deg); }
.hero__index { position: absolute; right: 48px; bottom: 34px; font-size: 11px; letter-spacing: .13em; color: rgba(255,255,255,.7); }

.intro { display: grid; grid-template-columns: 1fr 3fr; gap: 50px; }
.intro__label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.intro__content { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(250px, .75fr); gap: 85px; align-items: end; }
.intro__copy { padding-bottom: 4px; }
.intro__copy p { margin: 0 0 30px; color: #444440; font-size: 15px; line-height: 1.85; }
.text-link { display: inline-flex; gap: 17px; align-items: center; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .2s; }
.text-link:hover { color: #947a60; }
.stats { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-top: 87px; }
.stats > div { display: flex; gap: 14px; align-items: flex-end; padding-top: 16px; border-top: 1px solid var(--line); }
.stats strong { font: 400 clamp(28px, 3vw, 46px)/1 var(--serif); }
.stats span { padding-bottom: 2px; color: var(--muted); font-size: 10px; line-height: 1.4; }

.section-top { max-width: 820px; }
.section-top--row { display: flex; justify-content: space-between; max-width: none; gap: 50px; align-items: end; margin-bottom: 80px; }
.section-top__aside { max-width: 290px; margin: 0 0 7px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.service-list { margin-top: 88px; border-top: 1px solid rgba(255,255,255,.25); }
.service { display: grid; grid-template-columns: 10% 37% 1fr auto; gap: 20px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.25); transition: padding .3s, color .3s; }
.service:hover { padding-right: 10px; padding-left: 10px; color: var(--sand); }
.service__number { color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .1em; }
.service h3 { margin: 0; font: 400 clamp(26px, 2.6vw, 42px)/1.2 var(--serif); letter-spacing: -.04em; }
.service p { max-width: 365px; margin: 0; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.65; }
.service__icon { align-self: start; font-size: 25px; transition: transform .25s; }
.service:hover .service__icon { transform: translate(6px, 6px); }

.projects { overflow: hidden; }
.project-grid { display: grid; grid-template-columns: 1.42fr 1fr; grid-template-rows: 480px 335px; gap: 20px; }
.project-card { position: relative; display: block; min-width: 0; overflow: hidden; padding: 0; border: 0; color: #fff; text-align: left; background: #242326; cursor: pointer; }
.project-card--large { grid-row: 1 / span 2; }
.project-card--wide { grid-column: 2; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.project-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(0,0,0,.72), transparent 48%); }
.project-card:hover img { transform: scale(1.06); }
.project-card__info { position: absolute; z-index: 1; bottom: 27px; left: 30px; display: flex; flex-direction: column; gap: 3px; }
.project-card__info b { font: 400 24px/1.2 var(--serif); letter-spacing: -.03em; }
.project-card__info small { font-size: 10px; font-weight: 600; letter-spacing: .1em; opacity: .75; text-transform: uppercase; }
.project-card__open { position: absolute; z-index: 1; top: 23px; right: 25px; display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: 19px; opacity: 0; transform: translate(-6px, 6px); transition: opacity .25s, transform .25s; }
.project-card:hover .project-card__open { opacity: 1; transform: none; }
.quote-band { overflow: hidden; padding: 25px 0; color: #f1e8de; background: #ac8f72; white-space: nowrap; }
.quote-band__track { display: flex; align-items: center; width: max-content; animation: marquee 23s linear infinite; font: 400 clamp(28px, 3vw, 44px)/1 var(--serif); letter-spacing: -.03em; }
.quote-band i { margin: 0 48px; color: var(--ink); font-size: 18px; font-style: normal; }

.process { display: grid; grid-template-columns: minmax(300px, .87fr) minmax(400px, 1fr); gap: clamp(50px, 10vw, 165px); align-items: start; }
.process__image { position: sticky; top: 105px; height: 690px; overflow: hidden; }
.process__image img { height: 100%; object-fit: cover; }
.process__body { padding-top: 36px; }
.steps { margin: 65px 0 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 24px; padding: 23px 0 28px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { padding-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .1em; }
.steps h3 { margin: 0 0 7px; font: 400 25px/1.3 var(--serif); letter-spacing: -.04em; }
.steps p { max-width: 350px; margin: 0; color: var(--muted); font-size: 13px; }

.contact { position: relative; min-height: 700px; overflow: hidden; color: #fff; background: #23232a; }
.contact__image { background-image: url("../assets/images/5.jpg"); background-position: center 56%; }
.contact__veil { position: absolute; inset: 0; background: rgba(12,10,13,.64); }
.contact__content { position: relative; z-index: 1; padding-top: 125px; padding-bottom: 60px; }
.contact__title { max-width: 760px; margin: 0; font: 400 clamp(50px, 7vw, 105px)/.98 var(--serif); letter-spacing: -.065em; }
.contact__cta { display: inline-flex; gap: 30px; align-items: center; margin-top: 54px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.8); font-size: 11px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; transition: color .2s; }
.contact__cta:hover { color: var(--sand); }
.contact__details { display: flex; gap: 28px; margin-top: 103px; font-size: 11px; letter-spacing: .04em; }
.contact__details a { border-bottom: 1px solid transparent; transition: border-color .2s; }
.contact__details a:hover { border-color: currentColor; }
.footer { display: flex; align-items: center; justify-content: space-between; padding-top: 31px; padding-bottom: 31px; }
.brand--footer { color: var(--ink); }
.footer p, .footer__up { margin: 0; color: var(--muted); font-size: 10px; font-weight: 600; letter-spacing: .07em; }
.footer__up { color: var(--ink); text-transform: uppercase; }
.footer__up span { margin-left: 9px; font-size: 15px; }

.gallery-dialog { width: min(100vw, 1260px); max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 48px; border: 0; color: #fff; background: rgba(10,10,11,.97); }
.gallery-dialog::backdrop { background: rgba(0,0,0,.35); }
.gallery-dialog figure { display: flex; flex-direction: column; justify-content: center; width: min(100%, 1100px); height: 100%; margin: auto; }
.gallery-dialog img { width: 100%; min-height: 0; max-height: calc(100% - 75px); object-fit: contain; }
.gallery-dialog figcaption { display: flex; justify-content: space-between; gap: 16px; padding-top: 18px; }
.gallery-dialog figcaption strong { font: 400 25px var(--serif); }
.gallery-dialog figcaption span { color: rgba(255,255,255,.65); font-size: 11px; }
.gallery-dialog__close { position: absolute; top: 19px; right: 26px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; color: #fff; background: transparent; font-size: 31px; font-weight: 300; line-height: 1; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-scale { to { transform: scale(1); } }
@keyframes marquee { to { transform: translateX(-33.333%); } }

@media (max-width: 800px) {
  .wrap { width: min(calc(100% - 42px), var(--wrap)); }
  .section { padding: 90px 0; }
  .site-header { padding: 20px 21px; }
  .site-header.is-scrolled { padding-top: 14px; padding-bottom: 14px; }
  .brand__name { font-size: 18px; }
  .menu-toggle { position: relative; z-index: 1; display: grid; gap: 6px; }
  .menu-toggle span { display: block; width: 27px; height: 1px; background: currentColor; transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-start; flex-direction: column; gap: 24px; padding: 115px 30px 30px; color: var(--ink); background: var(--paper); font-size: 23px; letter-spacing: -.03em; transform: translateX(100%); transition: transform .35s ease; }
  .site-nav.is-open { transform: none; }
  .site-nav__contact { margin-top: 16px; padding: 14px 17px !important; font-size: 12px; letter-spacing: .1em; }
  .hero { min-height: 670px; }
  .hero__image { background-position: 56% center; }
  .hero__title { font-size: clamp(51px, 15vw, 77px); }
  .hero__bottom { align-items: flex-start; flex-direction: column; gap: 28px; margin-top: 35px; }
  .hero__bottom > p { max-width: 300px; font-size: 12px; }
  .round-link { width: 127px; height: 127px; padding: 19px; font-size: 8px; }
  .hero__index { right: 22px; bottom: 21px; }
  .intro { display: block; }
  .intro__label { margin-bottom: 45px; }
  .intro__content { display: block; }
  .intro__copy { margin-top: 32px; }
  .intro__copy p { font-size: 14px; }
  .stats { grid-column: auto; grid-template-columns: 1fr; gap: 0; padding-top: 50px; }
  .stats > div { padding: 13px 0; }
  .section-top--row { display: block; margin-bottom: 45px; }
  .section-top__aside { margin-top: 25px; }
  .service-list { margin-top: 53px; }
  .service { grid-template-columns: 31px 1fr auto; gap: 12px; padding: 24px 0; }
  .service h3 { font-size: 25px; }
  .service p { grid-column: 2 / -1; font-size: 11px; }
  .service__icon { grid-column: 3; grid-row: 1; font-size: 20px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: 420px 330px 290px; gap: 13px; }
  .project-card--large, .project-card--wide { grid-column: auto; grid-row: auto; }
  .project-card__info { bottom: 20px; left: 20px; }
  .project-card__info b { font-size: 22px; }
  .project-card__open { top: 16px; right: 16px; opacity: 1; transform: none; }
  .quote-band { padding: 19px 0; }
  .quote-band i { margin: 0 27px; }
  .process { display: flex; flex-direction: column; gap: 45px; }
  .process__image { position: static; width: 100%; height: 410px; }
  .process__body { padding: 0; }
  .steps { margin-top: 42px; }
  .contact { min-height: 650px; }
  .contact__content { padding-top: 90px; }
  .contact__title { font-size: clamp(52px, 15vw, 76px); }
  .contact__details { display: flex; flex-direction: column; gap: 9px; margin-top: 70px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 21px; padding-top: 25px; padding-bottom: 25px; }
  .gallery-dialog { padding: 40px 20px 22px; }
  .gallery-dialog figcaption strong { font-size: 20px; }
  .gallery-dialog figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .gallery-dialog__close { top: 12px; right: 13px; }
}

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