:root {
  --ink: #171717;
  --warm: #e9e4db;
  --cream: #f6f3ed;
  --line: rgba(23, 23, 23, .18);
  --muted: #77736d;
  --accent: #d2b27d;
  --display: "Manrope", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--display); font-weight: 500; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-noise { background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E"); position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .28; }

.header { position: fixed; z-index: 30; top: 0; left: 0; width: 100%; height: 92px; display: flex; align-items: center; padding: 0 max(32px, calc((100% - 1180px) / 2)); color: var(--ink); border-bottom: 1px solid rgba(23,23,23,.18); background: rgba(246,243,237,.94); box-shadow: 0 3px 18px rgba(23,23,23,.04); backdrop-filter: blur(13px); transition: height .38s ease, color .38s ease, border-color .38s ease, background .38s ease, box-shadow .38s ease, backdrop-filter .38s ease; }
.logo { display: inline-flex; align-items: baseline; gap: 1px; font-family: var(--display); font-size: 32px; font-weight: 700; letter-spacing: -2.8px; line-height: .8; transition: font-size .38s ease, letter-spacing .38s ease; }
.logo b { display: inline-flex; align-items: center; justify-content: center; width: 23px; height: 23px; margin-left: 3px; color: var(--cream); background: var(--ink); font-size: 15px; letter-spacing: -1px; transition: width .38s ease, height .38s ease, color .38s ease, border-color .38s ease, background .38s ease, font-size .38s ease; }
.nav { display: flex; gap: 37px; margin-left: auto; margin-right: 42px; font: 600 17px/1 var(--display); letter-spacing: -.035em; }
.nav a, .header-contact { transition: opacity .25s ease; }
.nav a:hover, .header-contact:hover { opacity: .6; }
.language-switcher { display: flex; align-items: center; gap: 22px; margin-right: 23px; font: 22px var(--display); letter-spacing: -.04em; }
.language-switcher a { position: relative; padding: 5px 0 7px; transition: opacity .25s ease; }
.language-switcher a:not(.is-active) { color: #89847d; }
.language-switcher a:hover { opacity: .58; }
.language-switcher .is-active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 1px; content: ''; background: currentColor; }
.header-call { display: grid; width: 46px; height: 46px; margin-right: 16px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; transition: color .25s ease, background .25s ease, transform .25s ease; }
.header-call svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.header-call:hover { color: var(--cream); background: var(--ink); transform: rotate(-10deg); }
.quick-contact { position: fixed; z-index: 32; right: 25px; bottom: 25px; display: flex; flex-direction: column; gap: 10px; }
.quick-contact a { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; color: #fff; box-shadow: 0 9px 22px rgba(17,17,17,.18); transition: transform .25s ease, box-shadow .25s ease; }
.quick-contact a:hover { box-shadow: 0 13px 25px rgba(17,17,17,.28); transform: translateY(-4px) scale(1.04); }
.quick-contact svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }
.quick-contact .quick-call { background: #171717; }
.quick-contact .quick-telegram { background: #2999dc; }
.quick-contact .quick-telegram svg { width: 22px; height: 22px; fill: currentColor; stroke: none; }
.header-contact { display: inline-flex; align-items: center; gap: 14px; padding: 16px 19px; border: 1px solid var(--ink); font-family: var(--mono); font-size: 13px; letter-spacing: .02em; text-transform: uppercase; }
.header-contact span { margin-left: 9px; font-size: 19px; }

.home-page .header { height: 138px; color: #fff; border-color: rgba(255,255,255,.22); background: linear-gradient(180deg, rgba(10,10,10,.3), rgba(10,10,10,0)); box-shadow: none; backdrop-filter: none; }
.home-page .header .logo { font-size: clamp(54px, 5vw, 74px); letter-spacing: -6.4px; }
.home-page .header .logo b { width: 38px; height: 38px; margin-left: 5px; color: #fff; border: 1px solid rgba(255,255,255,.85); background: transparent; font-size: 22px; letter-spacing: -2px; }
.home-page .header .nav { font-size: 17px; }
.home-page .header .language-switcher a:not(.is-active) { color: rgba(255,255,255,.55); }
.home-page .header .header-contact { border-color: rgba(255,255,255,.75); }
.home-page .header.scrolled { height: 92px; color: var(--ink); border-color: rgba(23,23,23,.18); background: rgba(246,243,237,.94); box-shadow: 0 3px 18px rgba(23,23,23,.04); backdrop-filter: blur(13px); }
.home-page .header.scrolled .logo { font-size: 32px; letter-spacing: -2.8px; }
.home-page .header.scrolled .logo b { width: 23px; height: 23px; margin-left: 3px; color: var(--cream); border-color: var(--ink); background: var(--ink); font-size: 15px; letter-spacing: -1px; }
.home-page .header.scrolled .nav { font-size: 17px; }
.home-page .header.scrolled .language-switcher a:not(.is-active) { color: #89847d; }
.home-page .header.scrolled .header-contact { border-color: var(--ink); }

.hero { position: relative; min-height: 760px; height: 100svh; overflow: hidden; color: #fff; background: #272421; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { background-position: center; background-size: cover; }
.hero-slide { opacity: 0; transform: scale(1.065); transition: opacity 1.15s cubic-bezier(.2,.7,.2,1), transform 3.8s cubic-bezier(.2,.7,.2,1); will-change: opacity, transform; }
.hero-slide.is-active { opacity: 1; transform: scale(1.015); }
.hero-slide--01 { background-image: url('assets/project-04-living-room.jpg'); background-position: center 52%; }
.hero-slide--02 { background-image: url('assets/project-06-dining.jpg'); background-position: center 46%; }
.hero-slide--03 { background-image: url('assets/project-01-bedroom.jpg'); background-position: center; }
.hero-slide--04 { background-image: url('assets/project-08-kitchen.jpg'); background-position: center; }
.hero-slide--05 { background-image: url('assets/project-11-restaurant.jpg'); background-position: center 52%; }
.hero-shade { position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(8,9,9,.64) 0%, rgba(8,9,9,.31) 37%, rgba(8,9,9,.13) 70%, rgba(8,9,9,.19)), linear-gradient(0deg, rgba(8,9,9,.45) 0%, transparent 50%); }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow i { display: inline-block; width: 16px; height: 1px; background: currentColor; }
.light { color: rgba(255,255,255,.8); }
.hero-copy { --hero-copy-transform: translateX(-50%); position: absolute; z-index: 2; width: min(1280px, calc(100% - 64px)); left: 50%; top: clamp(252px, 29.5vh, 332px); transform: var(--hero-copy-transform); }
.hero-kicker { margin: 0 0 27px; font-family: var(--mono); font-size: 11px; line-height: 1.55; letter-spacing: .04em; color: rgba(255,255,255,.8); text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 1000px; margin-bottom: clamp(78px, 6.4vw, 118px); font-size: clamp(58px, 6.35vw, 118px); line-height: .9; font-weight: 500; letter-spacing: -.075em; }
/* Три роли шрифта на всём сайте: гротеск — содержание, serif — только акцент
   в заголовках, mono — навигационные и технические подписи. */
h1, h2, h3, p, input, textarea, select { font-family: var(--display); }
em { font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
.hero-bottom { display: flex; justify-content: space-between; align-items: flex-end; max-width: 780px; margin-left: 20.1%; }
.hero-bottom p { max-width: 330px; margin-bottom: 5px; font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.8); }
.circle-link { display: flex; align-items: flex-end; justify-content: space-between; width: 136px; height: 136px; padding: 16px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font: 10px/1.4 var(--mono); letter-spacing: .05em; text-transform: uppercase; transition: background .3s, color .3s, transform .3s; }
.circle-link b { font: 21px/1 var(--display); }
.circle-link:hover { color: var(--ink); background: var(--cream); transform: rotate(10deg); }
.hero-index { position: absolute; z-index: 2; right: max(32px, calc((100% - 1280px) / 2)); bottom: 46px; display: flex; gap: 9px; align-items: center; font: 10px var(--mono); color: rgba(255,255,255,.65); }
.hero-index i { width: 49px; height: 1px; background: rgba(255,255,255,.45); }
.scroll-cue { position: absolute; z-index: 2; left: max(32px, calc((100% - 1280px) / 2)); bottom: 46px; display: flex; align-items: center; gap: 10px; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.77); }
.scroll-cue span { width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; }

.section-space { width: min(1180px, calc(100% - 64px)); margin: 0 auto; padding: 138px 0; }
.intro { padding-bottom: 120px; }
.intro-content { display: grid; grid-template-columns: 1.55fr .65fr; gap: 9.3%; align-items: end; margin: 34px 0 124px; }
h2 { margin-bottom: 0; font-size: clamp(41px, 5.05vw, 73px); font-weight: 500; letter-spacing: -.07em; line-height: .98; }
.intro-side p { margin-bottom: 31px; font-size: 15px; line-height: 1.72; color: #55514c; }
.text-link { display: inline-flex; gap: 22px; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.text-link span { font: 18px/10px var(--display); transition: transform .25s; }
.text-link:hover span { transform: translate(4px,-4px); }
.metrics { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metrics div { display: flex; flex-direction: column; min-height: 154px; padding: 25px 20px 21px 0; border-right: 1px solid var(--line); }
.metrics div + div { padding-left: 23px; }
.metrics div:last-child { border: none; }
.metrics strong { margin-bottom: auto; font-size: 45px; font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.metrics sup { font-size: 18px; vertical-align: super; }
.metrics span { color: var(--muted); font: 10px/1.55 var(--mono); letter-spacing: .02em; text-transform: uppercase; }

.services { position: relative; width: 100%; padding: 132px max(32px, calc((100% - 1180px) / 2)); background: #ded8cf; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 59px; }
.section-heading p { max-width: 370px; margin: 0; color: #57524c; font-size: 14px; line-height: 1.65; }
.service-list { display: grid; grid-template-rows: repeat(4, 148px); border-top: 1px solid var(--line); transition: grid-template-rows .72s cubic-bezier(.2,.75,.2,1); }
.service-list:has(.service:nth-child(1):hover) { grid-template-rows: 478px repeat(3, 148px); }
.service-list:has(.service:nth-child(2):hover) { grid-template-rows: 148px 478px 148px 148px; }
.service-list:has(.service:nth-child(3):hover) { grid-template-rows: 148px 148px 478px 148px; }
.service-list:has(.service:nth-child(4):hover) { grid-template-rows: repeat(3, 148px) 478px; }
.service { position: relative; display: grid; height: 100%; min-height: 0; padding: 0; grid-template-columns: 10% minmax(0, 1fr) 31%; grid-template-rows: auto auto; gap: 16px; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); transition: padding .46s cubic-bezier(.2,.75,.2,1), background .35s ease, color .3s ease; }
.service::before, .service::after { position: absolute; inset: 0; content: ''; opacity: 0; transition: opacity .35s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.service::before { z-index: 0; background-position: center; background-size: cover; filter: saturate(.76); transform: scale(1.04); }
.service::after { z-index: 0; background: linear-gradient(90deg, rgba(10,10,10,.78), rgba(10,10,10,.46)); }
.service:nth-child(1)::before { background-image: url('assets/project-04-living-room.jpg'); }
.service:nth-child(2)::before { background-image: url('assets/project-01-bedroom.jpg'); }
.service:nth-child(3)::before { background-image: url('assets/project-08-kitchen.jpg'); }
.service:nth-child(4)::before { background-image: url('assets/project-09-kitchen-detail.jpg'); }
.service > * { position: relative; z-index: 1; }
.service:hover, .service.active { padding: 28px 32px; color: #fff; background: rgba(25,25,25,.34); }
.service:hover::before, .service:hover::after, .service.active::before, .service.active::after { opacity: 1; }
.service:hover::before, .service.active::before { transform: scale(1); }
.service:hover .number, .service:hover .service-info, .service.active .number, .service.active .service-info { color: rgba(255,255,255,.74); }
.service:hover h3, .service.active h3 { color: #fff; }
.number { align-self: start; margin-top: 28px; font: 10px var(--mono); color: var(--muted); }
.service-title { display: flex; justify-content: space-between; align-items: center; }
.service h3 { margin: 0; font-size: clamp(25px, 2.85vw, 39px); line-height: .97; font-weight: 500; letter-spacing: -.07em; }
.service-title p { display: none; }
.service-info { display: flex; justify-content: space-between; align-items: center; gap: 20px; font: 10px/1.45 var(--mono); color: #67625c; letter-spacing: .04em; text-transform: uppercase; }
.service-info a { display: grid; flex: 0 0 auto; place-items: center; width: 41px; height: 41px; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font: 19px var(--display); transition: background .25s, color .25s, transform .25s; }
.service:hover .service-info a, .service.active .service-info a { color: var(--ink); background: var(--cream); border-color: var(--cream); transform: rotate(45deg); }
.service-points { display: grid; grid-column: 2 / -1; width: 100%; max-height: 0; margin: 0; padding: 0; overflow: hidden; list-style: none; opacity: 0; transform: translateY(16px); transition: max-height .55s cubic-bezier(.2,.75,.2,1), opacity .3s ease .08s, transform .45s cubic-bezier(.2,.75,.2,1); }
.service-points li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.92); font-size: 14px; letter-spacing: -.025em; line-height: 1.22; }
.service:hover .service-points, .service.active .service-points { max-height: 160px; opacity: 1; transform: translateY(0); }
.service-lead { --lead-top: 0px; position: absolute; z-index: 5; top: var(--lead-top); right: max(32px, calc((100% - 1180px) / 2)); width: min(388px, calc(100% - 64px)); padding: 28px 29px 25px; overflow: hidden; color: #f6f3ed; background: rgba(20,20,20,.98); box-shadow: 0 23px 52px rgba(14,14,14,.28); opacity: 0; pointer-events: none; transform: translate3d(18px, 0, 0) scale(.96); transform-origin: top right; transition: opacity .25s ease, transform .42s cubic-bezier(.2,.75,.2,1); }
.service-lead::before { position: absolute; top: 0; left: 0; width: 100%; height: 3px; content: ''; background: var(--accent); }
.services.has-lead .service-lead { opacity: 1; pointer-events: auto; transform: translate3d(0,0,0) scale(1); }
.service-lead__close { position: absolute; top: 16px; right: 16px; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(246,243,237,.38); border-radius: 50%; color: #f6f3ed; background: transparent; font: 22px/.8 var(--display); cursor: pointer; transition: color .2s ease, background .2s ease; }
.service-lead__close:hover { color: var(--ink); background: var(--cream); }
.service-lead__eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 30px; color: rgba(246,243,237,.62); font: 9px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.service-lead__eyebrow i { width: 15px; height: 1px; background: currentColor; }
.service-lead h3 { margin: 0 0 27px; font-size: clamp(31px, 2.35vw, 43px); font-weight: 500; letter-spacing: -.075em; line-height: .89; }
.service-lead h3 em { font-family: var(--serif); }
.service-lead__form { display: grid; gap: 17px; }
.service-lead__form label { display: grid; gap: 8px; color: rgba(246,243,237,.66); font: 9px var(--mono); letter-spacing: .09em; text-transform: uppercase; }
.service-lead__form input { width: 100%; padding: 0 0 10px; border: 0; border-bottom: 1px solid rgba(246,243,237,.34); border-radius: 0; outline: 0; color: #f6f3ed; background: transparent; font: 16px var(--display); letter-spacing: -.035em; transition: border-color .2s ease; }
.service-lead__form input::placeholder { color: rgba(246,243,237,.42); }
.service-lead__form input:focus { border-color: var(--accent); }
.service-lead__form button { display: flex; justify-content: space-between; align-items: center; min-height: 54px; margin-top: 6px; padding: 13px 15px; border: 0; color: var(--ink); background: var(--accent); font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.service-lead__form button span { font: 21px/.8 var(--display); }
.service-lead__form button:hover { color: #f6f3ed; background: #55462e; transform: translateY(-2px); }
.service-lead__status { min-height: 14px; margin: -7px 0 0; color: #e8cf9b; font-size: 11px; line-height: 1.35; }

.play { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.82); border-radius: 50%; background: rgba(255,255,255,.11); color: #fff; cursor: pointer; transform: translate(-50%,-50%); transition: background .25s, color .25s, transform .25s; }
.play span { margin-left: 4px; font-size: 20px; }
.play:hover { color: var(--ink); background: var(--cream); transform: translate(-50%,-50%) scale(1.06); }

.portfolio { width: 100%; margin: 0; padding: clamp(110px, 9vw, 170px) 0 clamp(110px, 9vw, 170px); }
.portfolio-heading { display: flex; justify-content: space-between; align-items: flex-end; margin: 0 clamp(32px, 5.9vw, 120px) 68px; }
.portfolio h2 { margin-top: 31px; }
.masonry { position: relative; display: grid; grid-template-columns: 1.05fr .75fr 1.25fr .75fr; grid-template-rows: 19.4vw 19.4vw 17.2vw; gap: clamp(8px, .7vw, 14px); }
.masonry-item { position: relative; display: block; overflow: hidden; color: #fff; transform-origin: 50% 100%; }
.portfolio.is-assembling .masonry-item { will-change: transform, opacity; }
.portfolio.is-assembling .masonry-item span { opacity: var(--assembly-progress, 0); transform: translateY(var(--assembly-label-offset, 10px)); }
.portfolio.is-assembled .masonry-item { will-change: auto; }
.masonry-item::after { position: absolute; inset: 0; content: ''; background: linear-gradient(transparent 40%,rgba(0,0,0,.64)); opacity: .72; transition: opacity .25s; }
.masonry-item img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.8); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .4s; }
.masonry-item:hover img { transform: scale(1.08); filter: saturate(1); }
.masonry-item:hover::after { opacity: .9; }
.masonry-item span { position: absolute; z-index: 1; left: 17px; right: 17px; bottom: 15px; display: flex; justify-content: space-between; font: 10px var(--mono); letter-spacing: .08em; transition: opacity .2s linear, transform .2s linear; }
.masonry-item b { font: 17px var(--display); }
.item-one { grid-row: span 2; }
.item-two { grid-column: span 2; }
.item-three { grid-row: span 2; grid-column: 4; }
.item-four { grid-column: 2; }
.item-five { grid-column: 3; }
.item-six { grid-column: span 2; }
.item-seven { grid-column: span 2; }

.case { width: 100%; padding: clamp(92px, 7.2vw, 148px) max(32px, 2.45vw) clamp(104px, 7.25vw, 150px); color: #f4f1eb; background: var(--ink); }
.case .eyebrow { color: rgba(255,255,255,.6); }
.case-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(48px, 4.6vw, 92px); }
.case-top > span { font: 10px var(--mono); color: rgba(255,255,255,.55); letter-spacing: .09em; }
.case-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(52px, 4vw, 78px) clamp(22px, 1.55vw, 32px); align-items: start; }
.case-card { position: relative; z-index: 0; transform-origin: center; transition: transform .48s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.case-card:hover { z-index: 1; transform: scale(1.018); }
.case-image { position: relative; overflow: hidden; aspect-ratio: 1.43 / 1; }
.case-image img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.7); transition: transform .7s ease, filter .35s; }
.case-card:first-child .case-image img { object-position: 48% center; }
.case-card:nth-of-type(2) .case-image img { object-position: center 48%; }
.case-card:hover img { transform: scale(1.028); filter: saturate(1); }
.case-image span { position: absolute; right: 16px; top: 15px; color: #fff; font: 10px var(--mono); letter-spacing: .04em; }
.case-caption { display: flex; justify-content: space-between; gap: 26px; padding-top: clamp(18px, 1.55vw, 30px); }
.case-caption h3 { margin: 0 0 10px; font-size: clamp(24px, 2vw, 38px); font-weight: 500; line-height: .95; letter-spacing: -.068em; }
.case-caption p { display: grid; gap: 5px; margin: 0; color: rgba(255,255,255,.92); font: 17px/1.15 var(--display); letter-spacing: -.045em; }
.case-caption p span { color: rgba(255,255,255,.52); font: 13px var(--mono); letter-spacing: .06em; }
.case-caption a { display: flex; align-items: center; gap: 23px; height: max-content; margin-top: 3px; padding: 9px 0 12px; border-bottom: 1px solid rgba(255,255,255,.64); font: 10px var(--mono); letter-spacing: .07em; white-space: nowrap; text-transform: uppercase; transition: color .25s ease, border-color .25s ease, transform .25s ease; }
.case-caption a:hover { color: #d5b87e; border-color: #d5b87e; transform: translateX(4px); }
.case-caption b { font: 21px/.7 var(--display); }

.faq { display: grid; grid-template-columns: minmax(265px, .72fr) minmax(0, 1.38fr); width: min(1820px, calc(100% - 128px)); gap: clamp(64px, 10.8vw, 210px); padding-top: 150px; padding-bottom: 150px; }
.faq-intro { align-self: start; padding-top: 3px; }
.faq-intro h2 { margin: 39px 0 43px; font-size: clamp(62px, 6.55vw, 125px); line-height: .81; }
.faq-intro > p { max-width: 294px; margin: 0; color: #5c5751; font-size: clamp(14px, 1.05vw, 17px); line-height: 1.57; letter-spacing: -.035em; }
.faq-list { border-top: 1px solid rgba(23,23,23,.17); }
.faq-item { position: relative; border-bottom: 1px solid rgba(23,23,23,.17); transition: border-color .35s ease, background .35s ease; }
.faq-item summary { display: grid; grid-template-columns: 44px minmax(0, 1fr) 31px; gap: 18px; align-items: center; min-height: 136px; padding: 28px 0; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus { outline: none; }
.faq-item:not([open]) summary:focus-visible { outline: 1px solid var(--ink); outline-offset: -5px; }
.faq-number { align-self: start; margin-top: 7px; color: #8b867e; font: 10px var(--mono); letter-spacing: .02em; transition: opacity .2s ease; }
.faq-question { padding-right: 24px; font-size: clamp(21px, 1.55vw, 30px); line-height: 1.08; letter-spacing: -.065em; }
.faq-icon { position: relative; display: block; width: 27px; height: 27px; border: 1px solid var(--ink); border-radius: 50%; transition: transform .25s ease, background .25s ease, border-color .25s ease; }
.faq-icon::before, .faq-icon::after { position: absolute; top: 50%; left: 50%; width: 11px; height: 1px; content: ''; background: currentColor; transform: translate(-50%,-50%); transition: transform .25s ease, opacity .2s ease; }
.faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-item[open] summary { align-items: start; min-height: 0; padding-top: 32px; padding-bottom: 27px; }
.faq-item[open] .faq-number { opacity: 0; }
.faq-item[open] .faq-icon { margin-top: 3px; border-color: transparent; }
.faq-item[open] .faq-icon::before { width: 21px; }
.faq-item[open] .faq-icon::after { opacity: 0; transform: translate(-50%,-50%) rotate(90deg); }
.faq-answer,
.faq-item:not([open]) .faq-answer { display: grid; grid-template-rows: 0fr; padding: 0 56px 0 62px; overflow: hidden; transition: grid-template-rows .58s cubic-bezier(.2,.72,.2,1), padding-bottom .58s cubic-bezier(.2,.72,.2,1); }
.faq-answer p { min-height: 0; margin: 0; overflow: hidden; color: #201f1d; font-size: clamp(17px, 1.3vw, 25px); line-height: 1.48; letter-spacing: -.045em; opacity: 0; transform: translateY(-10px); transition: opacity .28s ease, transform .58s cubic-bezier(.2,.72,.2,1); }
.faq-item[open] .faq-answer { grid-template-rows: 1fr; padding-bottom: 36px; }
.faq-item[open] .faq-answer p { opacity: 1; transform: translateY(0); transition-delay: .09s; }

.pricing { color: #f6f3ed; background: #151515; }
.pricing-inner { width: min(1340px, calc(100% - 64px)); margin: 0 auto; padding: 148px 0 56px; }
.pricing-heading { display: grid; grid-template-columns: 1.62fr .6fr; gap: 8%; align-items: end; margin-bottom: 80px; }
.pricing-heading h2 { grid-column: 1; margin: 35px 0 0; font-size: clamp(59px, 8vw, 122px); line-height: .83; }
.pricing-heading > p { grid-column: 2; margin: 0 0 7px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.7; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.24); border-left: 1px solid rgba(255,255,255,.24); }
.price-card { position: relative; display: flex; flex-direction: column; min-height: 405px; padding: 29px 29px 27px; border-right: 1px solid rgba(255,255,255,.24); border-bottom: 1px solid rgba(255,255,255,.24); transition: color .3s, background .3s; }
.price-card:hover, .price-card.featured { color: var(--ink); background: #d3b57e; }
.price-index { color: rgba(255,255,255,.55); font: 10px var(--mono); letter-spacing: .06em; }
.price-card:hover .price-index, .price-card.featured .price-index { color: rgba(23,23,23,.58); }
.price-card h3 { margin: 52px 0 24px; font-size: clamp(25px, 2.3vw, 34px); line-height: .98; font-weight: 500; letter-spacing: -.065em; }
.price { margin: 0 0 29px; font-size: clamp(54px, 5.6vw, 78px); font-weight: 500; letter-spacing: -.07em; line-height: .8; }
.price small { margin-right: 8px; font: 11px var(--mono); letter-spacing: .04em; text-transform: uppercase; vertical-align: middle; }
.price-description { max-width: 283px; margin: auto 0 23px; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.65; }
.price-card:hover .price-description, .price-card.featured .price-description { color: rgba(23,23,23,.65); }
.price-card > a { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.35); font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.price-card > a b { font: 18px var(--display); }
.price-card:hover > a, .price-card.featured > a { border-color: rgba(23,23,23,.32); }
.price-tag { position: absolute; top: 27px; right: 25px; padding: 7px 9px; border: 1px solid rgba(23,23,23,.42); font: 8px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.pricing-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 31px; color: rgba(255,255,255,.56); font: 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.pricing-bottom .text-link { color: #f6f3ed; }

.contact-cta { width: min(1720px, calc(100% - 64px)); margin: 0 auto; padding: clamp(96px, 8vw, 154px) 0; }
.contact-cta__panel { position: relative; display: flex; align-items: center; min-height: clamp(530px, 38vw, 690px); overflow: hidden; color: var(--ink); background: #e8e5dc; }
.contact-cta__panel::before { position: absolute; z-index: 1; inset: 0; content: ''; pointer-events: none; background: linear-gradient(90deg, #e8e5dc 0%, rgba(232,229,220,.99) 35%, rgba(232,229,220,.74) 49%, rgba(232,229,220,.08) 70%); }
.contact-cta__copy { position: relative; z-index: 2; width: min(47%, 600px); margin-left: clamp(48px, 18vw, 335px); padding: 54px 0; }
.contact-cta__copy .eyebrow { color: #706d67; }
.contact-cta__copy h2 { margin: 32px 0 31px; font-size: clamp(59px, 6.15vw, 105px); line-height: .84; }
.contact-cta__copy h2 em { display: inline-block; margin-left: -.08em; }
.contact-cta__copy p { max-width: 385px; margin-bottom: 37px; color: #5c5853; font-size: 15px; line-height: 1.62; letter-spacing: -.025em; }
.contact-cta__button { display: inline-flex; align-items: center; justify-content: space-between; min-width: 270px; min-height: 84px; padding: 18px 22px; color: var(--cream); background: var(--ink); font: 11px var(--mono); letter-spacing: .055em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.contact-cta__button span { font: 28px/.8 var(--display); transition: transform .25s ease; }
.contact-cta__button:hover { color: var(--ink); background: var(--accent); transform: translateY(-4px); }
.contact-cta__button:hover span { transform: translate(3px,-3px); }
.contact-cta__portrait { position: absolute; z-index: 0; right: 6.5%; bottom: -26%; width: auto; height: 116%; max-width: 49%; object-fit: contain; object-position: center bottom; filter: grayscale(1) contrast(1.03) brightness(.95); -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 22%, #000 48%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 22%, #000 48%); }
.contact-cta__reply { position: absolute; z-index: 2; right: 29px; bottom: 38px; color: #77736d; font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }

.process { width: min(1920px, calc(100% - clamp(64px, 5.9vw, 120px))); padding-top: 160px; padding-bottom: 160px; }
.process-heading { display: grid; grid-template-columns: 1.18fr 1.47fr .85fr; gap: 6%; align-items: end; margin-bottom: 88px; }
.process-heading h2 { grid-column: 1 / span 2; margin-top: 39px; font-size: clamp(72px, 6.1vw, 126px); line-height: .86; }
.process-heading > p { grid-column: 3; max-width: 360px; margin-bottom: 8px; color: #5c5751; font-size: 17px; line-height: 1.62; letter-spacing: -.04em; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-card { display: flex; flex-direction: column; min-height: clamp(320px, 19vw, 374px); padding: 38px 41px 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: transparent; transition: background .3s ease, box-shadow .3s ease; }
.process-card:hover, .process-card:focus-within { background: #e8e3d9; box-shadow: inset 0 0 0 1px rgba(199,166,107,.12); }
.process-card span { margin-bottom: auto; color: #c7a66b; font-size: clamp(54px, 3.75vw, 72px); font-weight: 400; letter-spacing: -.07em; line-height: 1; }
.process-card h3 { margin: 34px 0 27px; font-size: clamp(22px, 1.48vw, 29px); font-weight: 500; letter-spacing: -.055em; }
.process-card p { max-width: 360px; margin: 0; color: var(--muted); font-size: clamp(14px, 1.05vw, 18px); line-height: 1.58; letter-spacing: -.032em; }
.process-finish { background: transparent; }

.footer { position: relative; margin-top: 0; padding: 0 clamp(32px, 3.25vw, 66px) 27px; overflow: hidden; color: #eeeae2; background: #121313; }
.footer::before { position: absolute; inset: 0 0 auto; height: 120px; content: ''; background: linear-gradient(180deg, #182225 0%, #111516 80%, #121313 100%); opacity: .88; }
.logo-light { color: #f1eee6; }
.logo-light b { color: var(--ink); background: #f4f0e9; }
.footer-top { position: relative; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: 10%; min-height: 370px; margin-top: 120px; padding: 72px 0 65px; border-top: 1px solid rgba(255,255,255,.18); }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand .logo { font-size: 43px; letter-spacing: -3.9px; }
.footer-brand .logo b { width: 29px; height: 29px; margin-left: 4px; font-size: 18px; }
.footer-intro-copy { max-width: 515px; margin: 31px 0 26px; color: rgba(238,234,226,.62); font-size: 16px; line-height: 1.58; letter-spacing: -.025em; }
.footer-socials { display: flex; gap: 10px; }
.footer-socials a { display: grid; width: 39px; height: 39px; place-items: center; border: 1px solid rgba(255,255,255,.28); color: #f1eee6; font-size: 0; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-socials a svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.footer-socials a:nth-child(2) svg { fill: currentColor; stroke: none; }
.footer-socials a:not(:has(svg))::before { display: block; font: 16px/1 var(--display); }
.footer-socials a:not(:has(svg)):first-child::before { content: '◎'; }
.footer-socials a:not(:has(svg)):nth-child(2)::before { content: '➤'; font-size: 18px; transform: rotate(-35deg); }
.footer-socials a:hover { color: var(--ink); border-color: #f1eee6; background: #f1eee6; transform: translateY(-3px); }
.footer-top__contact { display: flex; flex-direction: column; align-items: flex-start; align-self: start; padding-top: 2px; }
.footer-label { margin: 0 0 24px; color: rgba(238,234,226,.44); font: 11px var(--mono); letter-spacing: .11em; text-transform: uppercase; }
.footer-mail { display: inline-flex; align-items: center; gap: 27px; padding-bottom: 9px; border-bottom: 1px solid rgba(238,234,226,.85); color: #f1eee6; font-size: clamp(20px, 1.75vw, 27px); letter-spacing: -.055em; transition: opacity .25s ease; }
.footer-mail:hover, .footer-phone:hover { opacity: .62; }
.footer-mail span { font-size: 25px; line-height: .8; }
.footer-phone { margin-top: 22px; color: rgba(238,234,226,.88); font-size: 18px; letter-spacing: -.035em; transition: opacity .25s ease; }
.footer-grid { position: relative; display: grid; grid-template-columns: .82fr 1.45fr 1.12fr; gap: 8%; padding: 57px 0 91px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; color: rgba(238,234,226,.9); font-size: 17px; line-height: 1.2; letter-spacing: -.035em; }
.footer-grid .footer-label { margin-bottom: 8px; }
.footer-grid a { transition: color .22s ease, transform .22s ease; }
.footer-grid a:hover { color: #fff; transform: translateX(4px); }
.footer-bottom { position: relative; display: flex; justify-content: space-between; align-items: center; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(238,234,226,.48); font: 10px var(--mono); letter-spacing: .08em; }
.footer-bottom a { display: inline-flex; gap: 10px; color: #eeeae2; transition: opacity .25s ease; }
.footer-bottom a:hover { opacity: .62; }
.footer-bottom b { font: 15px/1 var(--display); }

@keyframes reveal { from { transform: scale(1.11); } to { transform: scale(1.02); } }
@media (max-width: 800px) {
  .header { top: 0; width: 100%; height: 60px; padding: 0 16px; }
  .header .logo { font-size: 23px; } .logo b { width: 17px; height: 17px; font-size: 11px; }
  .home-page .header { height: 84px; } .home-page .header .logo { font-size: 39px; letter-spacing: -4px; } .home-page .header .logo b { width: 24px; height: 24px; margin-left: 3px; font-size: 14px; } .home-page .header.scrolled { height: 60px; } .home-page .header.scrolled .logo { font-size: 23px; letter-spacing: -2.2px; } .home-page .header.scrolled .logo b { width: 17px; height: 17px; margin-left: 2px; font-size: 11px; }
  .nav { display: none; } .language-switcher { gap: 12px; margin-left: auto; margin-right: 11px; font-size: 13px; } .header-call { width: 31px; height: 31px; margin-right: 9px; } .header-call svg { width: 14px; height: 14px; } .header-contact { margin-left: 0; padding: 10px 9px; font-size: 8px; } .quick-contact { right: 14px; bottom: 15px; gap: 8px; } .quick-contact a { width: 43px; height: 43px; } .quick-contact svg { width: 18px; height: 18px; }
  .hero { min-height: 700px; }
  .hero-copy { --hero-copy-transform: translate(-50%,-42%); top: 49%; } h1 { margin-bottom: 35px; font-size: clamp(48px, 13vw, 73px); }
  .hero-bottom { display: block; margin-left: 0; } .hero-bottom p { max-width: 315px; margin-bottom: 26px; font-size: 12px; }
  .circle-link { width: 104px; height: 104px; padding: 13px; font-size: 8px; }
  .hero-index { bottom: 25px; } .scroll-cue { bottom: 25px; font-size: 8px; }
  .section-space { width: calc(100% - 32px); padding: 85px 0; }
  .intro-content { grid-template-columns: 1fr; gap: 35px; margin: 28px 0 75px; }
  .intro-side p { max-width: 380px; font-size: 14px; }
  .metrics { grid-template-columns: 1fr 1fr; } .metrics div { min-height: 132px; } .metrics div:nth-child(2) { border-right: 0; } .metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--line); } .metrics strong { font-size: 35px; }
  .services { padding: 86px 16px; } .section-heading { display: block; padding-bottom: 39px; } .section-heading p { margin-top: 25px; font-size: 13px; }
  .service { grid-template-columns: 34px 1fr; min-height: 136px; padding: 14px 0; } .service:hover { padding: 14px 8px; } .number { margin-top: 2px; }
  .service-title { display: block; } .service h3 { font-size: 28px; } .service-info { grid-column: 2; justify-content: space-between; font-size: 8px; } .service-info a { width: 34px; height: 34px; }
  .portfolio { width: 100%; padding: 85px 0; } .portfolio-heading { margin: 0 16px 43px; } .portfolio-heading .text-link { display: none; } .portfolio h2 { margin-top: 25px; }
  .masonry { grid-template-columns: 1fr 1fr; grid-template-rows: 232px 160px 170px 170px; gap: 8px; } .item-one { grid-row: span 2; } .item-two { grid-column: 2; } .item-three { grid-row: auto; grid-column: 2; } .item-four { grid-column: 1; } .item-five { grid-column: 2; } .item-six { grid-column: 1; } .item-seven { grid-column: 2; }
  .masonry-item span { left: 10px; right: 10px; bottom: 10px; font-size: 8px; }
  .case { padding: 84px 16px; width: 100%; } .case-top { margin-bottom: 38px; } .case-top > span { display: none; } .case-grid { grid-template-columns: 1fr; gap: 43px; } .case-card.large { grid-row: auto; } .case-image { height: auto; max-height: none; aspect-ratio: 4 / 3; } .case-card.large .case-image { aspect-ratio: 4 / 5; } .case-caption { gap: 17px; padding-top: 16px; } .case-caption h3 { margin-bottom: 8px; font-size: clamp(22px, 7vw, 28px); } .case-caption p { font-size: 16px; } .case-caption p span { font-size: 9px; } .case-caption a { gap: 14px; padding-top: 6px; padding-bottom: 9px; font-size: 8px; }
  .faq { display: block; width: calc(100% - 32px); padding-top: 88px; padding-bottom: 88px; } .faq-intro { margin-bottom: 47px; padding-top: 0; } .faq-intro h2 { margin: 29px 0 31px; font-size: clamp(58px, 17vw, 75px); line-height: .8; } .faq-intro > p { max-width: 265px; font-size: 14px; } .faq-item summary { grid-template-columns: 26px minmax(0, 1fr) 22px; min-height: 106px; gap: 10px; padding: 24px 0; } .faq-question { padding-right: 8px; font-size: clamp(17px, 5.35vw, 22px); line-height: 1.12; } .faq-number { margin-top: 4px; font-size: 8px; } .faq-icon { width: 22px; height: 22px; } .faq-icon::before, .faq-icon::after { width: 9px; } .faq-item[open] summary { padding-top: 26px; padding-bottom: 22px; } .faq-item[open] .faq-icon::before { width: 17px; } .faq-answer, .faq-item:not([open]) .faq-answer { padding-right: 2px; padding-left: 2px; } .faq-item[open] .faq-answer { padding-bottom: 28px; } .faq-answer p { font-size: clamp(16px, 4.9vw, 20px); line-height: 1.45; }
  .pricing-inner { width: 100%; padding: 88px 16px 29px; } .pricing-heading { display: block; margin-bottom: 44px; } .pricing-heading h2 { margin-top: 26px; font-size: 57px; } .pricing-heading > p { max-width: 330px; margin-top: 27px; font-size: 12px; } .pricing-grid { grid-template-columns: 1fr; } .price-card { min-height: 317px; padding: 24px; } .price-card h3 { margin: 39px 0 20px; font-size: 28px; } .price { margin-bottom: 20px; font-size: 64px; } .price-description { margin-bottom: 19px; } .pricing-bottom { display: block; padding-top: 25px; } .pricing-bottom .text-link { margin-top: 19px; }
  .contact-cta { width: calc(100% - 32px); padding: 84px 0; } .contact-cta__panel { display: block; min-height: 620px; } .contact-cta__panel::before { z-index: 1; background: linear-gradient(180deg, #e8e5dc 0%, rgba(232,229,220,.97) 47%, rgba(232,229,220,.38) 100%); } .contact-cta__copy { width: auto; margin: 0; padding: 57px 25px 0; } .contact-cta__copy h2 { margin: 28px 0 26px; font-size: clamp(37px, 12vw, 49px); line-height: .87; } .contact-cta__copy p { max-width: 310px; margin-bottom: 27px; font-size: 13px; } .contact-cta__button { min-width: 224px; min-height: 67px; padding: 16px 17px; font-size: 9px; } .contact-cta__button span { font-size: 23px; } .contact-cta__portrait { right: -7%; bottom: -2%; height: 59%; max-width: 86%; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 25%, #000 54%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.34) 25%, #000 54%); } .contact-cta__reply { right: 14px; bottom: 19px; font-size: 8px; }
  .process { padding-top: 87px; padding-bottom: 87px; } .process-heading { display: block; margin-bottom: 43px; } .process-heading h2 { margin-top: 25px; } .process-heading > p { margin-top: 28px; font-size: 12px; } .process-grid { grid-template-columns: 1fr; } .process-card { min-height: 228px; padding: 25px 24px; } .process-card span { font-size: 38px; } .process-card h3 { margin: 24px 0 17px; font-size: 18px; } .process-card p { font-size: 12px; }
  .footer { margin-top: 0; padding: 0 16px 18px; } .footer::before { height: 74px; } .footer-top { grid-template-columns: 1fr; gap: 43px; min-height: 0; margin-top: 74px; padding: 43px 0 47px; } .footer-brand .logo { font-size: 31px; letter-spacing: -2.8px; } .footer-brand .logo b { width: 21px; height: 21px; margin-left: 3px; font-size: 13px; } .footer-intro-copy { max-width: 355px; margin: 24px 0 22px; font-size: 13px; } .footer-socials a { width: 36px; height: 36px; } .footer-top__contact { padding-top: 0; } .footer-label { margin-bottom: 17px; font-size: 9px; } .footer-mail { gap: 17px; padding-bottom: 7px; font-size: 20px; } .footer-mail span { font-size: 21px; } .footer-phone { margin-top: 17px; font-size: 16px; }
  .footer-grid { grid-template-columns: .8fr 1.2fr; gap: 43px 20px; padding: 47px 0 58px; } .footer-grid > div { gap: 15px; font-size: 14px; } .footer-grid .footer-label { margin-bottom: 3px; } .footer-services { grid-column: 1 / -1; } .footer-bottom { align-items: flex-start; font-size: 8px; }
}

@media (hover: none) {
  .service.active { padding: 14px 8px; color: #fff; }
  .service.active::before, .service.active::after { opacity: 1; }
  .service.active::before { transform: scale(1); }
  .service.active .number, .service.active .service-info { color: rgba(255,255,255,.74); }
  .service.active .service-info a { color: var(--ink); background: var(--cream); border-color: var(--cream); }
}

@media (prefers-reduced-motion: reduce) {
  .header, .logo, .logo b { transition: none; }
}

/* Buro8 mark: the final loop of the word becomes a vertical infinity sign. */
.logo b,
.home-page .header .logo b,
.home-page .header.scrolled .logo b,
.home-page .header.menu-open .logo b,
.footer-brand .logo b,
.logo-light b {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: .77em;
  height: .96em;
  margin-left: -.22em;
  overflow: hidden;
  border: 0;
  color: inherit;
  background: transparent;
  font-size: inherit;
  line-height: 1;
  letter-spacing: 0;
  text-indent: -999px;
  vertical-align: -.1em;
  transition: none;
}
.logo b::before,
.logo b::after {
  position: absolute;
  left: .02em;
  width: .53em;
  height: .38em;
  content: '';
  border: .088em solid currentColor;
  border-radius: 50%;
}
.logo b::before { top: .015em; }
.logo b::after { bottom: .015em; }

/* Scroll motion — content remains fully visible without JavaScript. */
.home-page .hero-copy, .home-page .hero-index, .home-page .scroll-cue { transition: opacity .75s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.has-js .home-page:not(.hero-ready) .hero-index, .has-js .home-page:not(.hero-ready) .scroll-cue { opacity: 0; transform: translateY(-16px); }
.has-js .home-page:not(.hero-ready) .hero-copy { opacity: 0; transform: var(--hero-copy-transform) translateY(28px); }
.has-js .home-page:not(.hero-ready) .hero-index, .has-js .home-page:not(.hero-ready) .scroll-cue { transform: translateY(16px); }
.home-page.hero-ready .hero-copy { transition-delay: .12s; }
.home-page.hero-ready .hero-index, .home-page.hero-ready .scroll-cue { transition-delay: .35s; }

.motion-ready [data-reveal] { opacity: 0; transform: translate3d(0, 36px, 0); transition: opacity .75s ease var(--reveal-delay, 0ms), transform .85s cubic-bezier(.2,.7,.2,1) var(--reveal-delay, 0ms); will-change: opacity, transform; }
.motion-ready [data-reveal="left"] { transform: translate3d(-42px, 0, 0); }
.motion-ready [data-reveal="scale"] { transform: scale(.965); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translate3d(0, 0, 0); }
.motion-ready [data-reveal="scale"].is-visible { transform: scale(1); }
.motion-ready .service.is-visible, .motion-ready .faq-item.is-visible, .motion-ready .price-card.is-visible, .motion-ready .process-card.is-visible { transition-duration: .64s, .7s; }

@media (max-width: 800px) {
  .motion-ready [data-reveal] { transform: translate3d(0, 22px, 0); transition-duration: .58s, .66s; }
  .motion-ready [data-reveal="left"] { transform: translate3d(-20px, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .hero-copy, .home-page .hero-index, .home-page .scroll-cue, .motion-ready [data-reveal] { transition: none; }
}

/* Mobile navigation and small-screen refinements. */
.menu-toggle, .mobile-menu { display: none; }
section[id] { scroll-margin-top: 98px; }

@media (max-width: 800px) {
  section[id] { scroll-margin-top: 74px; }
  .menu-toggle { position: relative; display: grid; flex: 0 0 auto; width: 34px; height: 34px; margin-left: 8px; padding: 0; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: inherit; background: transparent; cursor: pointer; }
  .menu-toggle span { position: absolute; left: 10px; width: 12px; height: 1px; background: currentColor; transition: transform .25s ease; }
  .menu-toggle span:first-child { top: 12px; }
  .menu-toggle span:last-child { top: 20px; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: fixed; z-index: 29; inset: 0; display: block; padding: 108px 16px max(26px, env(safe-area-inset-bottom)); overflow-y: auto; color: var(--ink); background: rgba(246,243,237,.985); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-10px); transition: opacity .28s ease, visibility .28s ease, transform .36s cubic-bezier(.2,.7,.2,1); }
  .mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .mobile-menu__inner { display: flex; flex-direction: column; min-height: calc(100svh - 134px); }
  .mobile-menu .eyebrow { margin-bottom: 39px; }
  .mobile-menu__links { border-top: 1px solid var(--line); }
  .mobile-menu__links a { display: flex; align-items: center; justify-content: space-between; min-height: 64px; border-bottom: 1px solid var(--line); font-size: clamp(26px, 8vw, 38px); letter-spacing: -.07em; }
  .mobile-menu__links a span { color: #9e835f; font: 9px var(--mono); letter-spacing: .08em; }
  .mobile-menu__contact { display: grid; grid-template-columns: 1fr auto; gap: 2px 12px; align-items: end; margin-top: auto; padding-top: 48px; font-size: 22px; letter-spacing: -.06em; }
  .mobile-menu__contact span { grid-column: 1 / -1; color: var(--muted); font: 9px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
  .mobile-menu__contact b { font: 26px/1 var(--display); font-weight: 400; }
  .mobile-menu__phone { margin-top: 27px; padding-top: 17px; border-top: 1px solid var(--line); font: 13px var(--mono); letter-spacing: .04em; }
  body.menu-open { overflow: hidden; }
  .menu-open .quick-contact { opacity: 0; pointer-events: none; }
  .home-page .header.menu-open { color: var(--ink); border-color: rgba(23,23,23,.18); background: rgba(246,243,237,.98); box-shadow: 0 3px 18px rgba(23,23,23,.04); backdrop-filter: blur(13px); }
  .home-page .header.menu-open .logo { font-size: 23px; letter-spacing: -2.2px; }
  .home-page .header.menu-open .logo b { width: 17px; height: 17px; margin-left: 2px; color: var(--cream); border-color: var(--ink); background: var(--ink); font-size: 11px; letter-spacing: -1px; }
  .home-page .header.menu-open .language-switcher a:not(.is-active) { color: #89847d; }
  .quick-contact { right: max(14px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); }
  .quick-contact a { width: 46px; height: 46px; }
  .motion-ready [data-reveal="scale"] { transform: scale(.98); }
}

@media (max-width: 420px) {
  .home-page .header .logo { font-size: 34px; letter-spacing: -3.5px; }
  .home-page .header .logo b { width: 21px; height: 21px; margin-left: 3px; font-size: 12px; }
  .language-switcher { gap: 9px; margin-right: 8px; font-size: 12px; }
  .header-call { width: 34px; height: 34px; margin-right: 7px; }
  .header-call svg { width: 15px; height: 15px; }
  .header-contact { display: grid; width: 34px; height: 34px; padding: 0; place-items: center; font-size: 0; }
  .header-contact span { margin: 0; font-size: 18px; line-height: 1; }
  .menu-toggle { margin-left: 7px; }
  .hero { min-height: 620px; }
  .hero-copy { top: 47%; }
  .masonry { grid-template-rows: 56vw 39vw 42vw 42vw; }
  .pricing-heading h2 { font-size: clamp(44px, 14vw, 57px); }
}

@media (max-width: 360px) {
  .language-switcher { gap: 7px; margin-right: 6px; font-size: 11px; }
  .header-call, .header-contact, .menu-toggle { width: 31px; height: 31px; }
  .header-call { margin-right: 6px; }
  .menu-toggle { margin-left: 6px; }
  .menu-toggle span { left: 9px; }
  .menu-toggle span:first-child { top: 10px; }
  .menu-toggle span:last-child { top: 18px; }
  .footer-bottom { flex-direction: column; gap: 10px; align-items: flex-start; font-size: 8px; }
}

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

/* Original buro8 logo artwork. The supplied mark switches by background context. */
.logo {
  display: block;
  flex: 0 0 auto;
  width: 128px;
  height: 46px;
  background: url('assets/logo-buro8-dark.png') center / contain no-repeat;
  transition: width .38s ease, height .38s ease, background-image .2s ease;
}

.logo > span,
.logo > b,
.logo::before,
.logo::after,
.logo > b::before,
.logo > b::after {
  display: none !important;
  content: none !important;
}

.home-page .header .logo {
  width: clamp(166px, 13.4vw, 260px);
  height: clamp(60px, 4.8vw, 94px);
  background-image: url('assets/logo-buro8-light.png');
}

.home-page .header.scrolled .logo,
.home-page .header.menu-open .logo {
  width: 128px;
  height: 46px;
  background-image: url('assets/logo-buro8-dark.png');
}

.footer-brand .logo,
.logo-light {
  width: 146px;
  height: 52px;
  background-image: url('assets/logo-buro8-light.png');
}

@media (max-width: 800px) {
  .header .logo,
  .home-page .header.scrolled .logo,
  .home-page .header.menu-open .logo {
    width: 102px;
    height: 37px;
  }

  .home-page .header .logo {
    width: 132px;
    height: 47px;
  }

  .footer-brand .logo,
  .logo-light {
    width: 128px;
    height: 46px;
  }
}

@media (max-width: 420px) {
  .home-page .header .logo { width: 110px; height: 40px; }
}

/* Project request opens only after an explicit click on a project CTA. */
.project-modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease, visibility .24s ease; }
.project-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.project-modal__backdrop { position: absolute; inset: 0; border: 0; background: rgba(12,12,12,.58); backdrop-filter: blur(8px); cursor: pointer; }
.project-modal__dialog { position: relative; width: min(560px, 100%); padding: 44px 46px 40px; overflow: hidden; color: var(--cream); background: #171717; box-shadow: 0 28px 90px rgba(0,0,0,.38); opacity: 0; transform: translateY(18px) scale(.975); transition: opacity .32s ease, transform .45s cubic-bezier(.2,.75,.2,1); }
.project-modal.is-open .project-modal__dialog { opacity: 1; transform: translateY(0) scale(1); }
.project-modal__dialog::before { position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; content: ''; background: var(--accent); }
.project-modal__close { position: absolute; top: 18px; right: 18px; display: grid; width: 36px; height: 36px; padding: 0; place-items: center; border: 1px solid rgba(246,243,237,.4); border-radius: 50%; color: var(--cream); background: transparent; font: 25px/.8 var(--display); cursor: pointer; transition: color .2s ease, background .2s ease; }
.project-modal__close:hover { color: var(--ink); background: var(--cream); }
.project-modal__eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 40px; color: rgba(246,243,237,.62); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.project-modal__eyebrow i { width: 18px; height: 1px; background: currentColor; }
.project-modal h2 { margin: 0 0 22px; max-width: 440px; color: var(--cream); font-size: clamp(47px, 6vw, 68px); font-weight: 500; letter-spacing: -.082em; line-height: .83; }
.project-modal h2 em { font-family: var(--serif); }
.project-modal__intro { max-width: 390px; margin: 0 0 30px; color: rgba(246,243,237,.72); font-size: 16px; letter-spacing: -.04em; line-height: 1.43; }
.project-modal__form { display: grid; gap: 18px; }
.project-modal__form label { display: grid; gap: 9px; color: rgba(246,243,237,.68); font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.project-modal__form input { width: 100%; padding: 0 0 12px; border: 0; border-bottom: 1px solid rgba(246,243,237,.34); outline: 0; color: var(--cream); background: transparent; font: 17px var(--display); letter-spacing: -.035em; }
.project-modal__form input::placeholder { color: rgba(246,243,237,.42); }
.project-modal__form input:focus { border-color: var(--accent); }
.project-modal__form button { display: flex; align-items: center; justify-content: space-between; min-height: 60px; margin-top: 8px; padding: 15px 19px; border: 0; color: var(--ink); background: var(--accent); font: 11px var(--mono); letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.project-modal__form button span { font: inherit; }
.project-modal__form button b { font: 25px/.8 var(--display); font-weight: 400; }
.project-modal__form button:hover { color: var(--cream); background: #55462e; transform: translateY(-2px); }
.project-modal__status { min-height: 17px; margin: -6px 0 0; color: #e8cf9b; font-size: 12px; }
body:has(.project-modal.is-open) { overflow: hidden; }

@media (max-width: 600px) {
  .project-modal { padding: 14px; }
  .project-modal__dialog { padding: 36px 24px 27px; }
  .project-modal__eyebrow { margin-bottom: 31px; }
  .project-modal h2 { font-size: clamp(43px, 14vw, 58px); }
  .project-modal__intro { font-size: 15px; }
}

/* Touch version: a tap opens one image card without relying on hover. */
@media (max-width: 800px) {
  .service-list { display: block; }
  .service { height: auto; min-height: 136px; padding: 14px 0; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: auto auto auto; }
  .service:hover { padding: 14px 0; color: var(--ink); background: transparent; }
  .service:hover::before, .service:hover::after { opacity: 0; }
  .service.active { min-height: 410px; padding: 24px 16px; color: #fff; background: rgba(25,25,25,.34); }
  .service.active::before, .service.active::after { opacity: 1; }
  .service.active::before { transform: scale(1); }
  .service.active .number, .service.active .service-info { color: rgba(255,255,255,.74); }
  .service-points { grid-column: 2; }
  .service.active .service-points { max-height: 170px; opacity: 1; transform: translateY(0); }
  .service-points li { padding: 8px 0; font-size: 12px; }
}

/* The photo lives on the active card itself as well: this keeps the image
   visible while the height is animating on both pointer and touch devices. */
.service:nth-child(1):is(:hover, .active) { background: center / cover no-repeat url('assets/project-04-living-room.jpg'); }
.service:nth-child(2):is(:hover, .active) { background: center / cover no-repeat url('assets/project-02-bedroom-dark.jpg'); }
.service:nth-child(3):is(:hover, .active) { background: center / cover no-repeat url('assets/project-11-restaurant.jpg'); }
.service:nth-child(4):is(:hover, .active) { background: center / cover no-repeat url('assets/project-09-kitchen-detail.jpg'); }
