@font-face { font-family: "Syne"; src: url("assets/fonts/Syne-Variable.ttf") format("truetype"); font-weight: 400 800; font-display: swap; }
@font-face { font-family: "Space Grotesk"; src: url("demo-portail/media/space-grotesk.woff2") format("woff2"); font-weight: 300 700; font-display: swap; }
:root { color-scheme: light; --paper: #ffffff; --ink: #000000; --lilac: #9385e2; --violet: #4d2dd0; --lime: #e1ff3a; --wash: color-mix(in srgb, var(--lilac) 12%, var(--paper)); --muted: color-mix(in srgb, var(--ink) 65%, var(--paper)); --line: color-mix(in srgb, var(--ink) 18%, var(--paper)); --display: "Syne", Arial, sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 17px; font-family: "Space Grotesk", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .price, .hero-price, .discover { font-family: var(--display); }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, textarea:focus-visible { outline: 3px solid var(--violet); outline-offset: 7px; }
canvas { display: block; width: 100%; height: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip { position: fixed; top: 10px; left: 10px; z-index: 20; transform: translateY(-150%); background: var(--lime); padding: 15px; }
.skip:focus { transform: none; }
.navigation { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; height: 86px; padding: 0 4.2vw; background: var(--paper); }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 81px; height: auto; }
.navigation nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 36px); font-size: 14px; font-weight: 500; }
.navigation .nav-text { position: relative; padding-block: 12px; }
.navigation .nav-text::after { content: ''; position: absolute; left: 0; bottom: 5px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.navigation .nav-text:hover::after { transform: scaleX(1); }
.contact { display: inline-flex; align-items: center; gap: 18px; padding: 9px 0; }
.contact span { font-size: 20px; }
.contact .contact-label { font-size: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 12px; }
.client-access { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; padding: 11px 0 11px 24px; border-left: 1px solid var(--line); font-size: 14px; }
.client-access:hover { color: var(--violet); }
.hero { padding: 14px 4.2vw 24px; min-height: calc(100svh - 86px); display: flex; flex-direction: column; justify-content: space-between; gap: 18px; }
.hero-kicker { display: flex; justify-content: space-between; font-size: 13px; letter-spacing: .015em; }
.hero-kicker span:last-child { color: var(--muted); }
.wordmark-composition { position: relative; container-type: inline-size; width: min(100%, 1440px, calc((100svh - 264px) * 2.199377)); margin: 0 auto; }
.wordmark { width: 100%; margin: 0; font-size: inherit; }
.signature-block { position: absolute; left: 40.5%; width: 35%; top: 5%; }
.signature-promise { font-size: 4.7cqw; line-height: .97; font-weight: 500; letter-spacing: -.035em; margin: 0; }
.signature-note { font-size: clamp(12px, 1.3cqw, 18px); line-height: 1.5; margin: 1.6cqw 0 0; color: var(--muted); }
.hero-feature { position: absolute; width: 21.5%; right: 0; top: 5%; }
.featured-visual { display: block; padding: 3px; background: linear-gradient(130deg, var(--lilac), var(--violet) 55%, var(--lime)); overflow: hidden; }
.featured-visual img { display: block; width: 100%; height: auto; transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.hero-feature:hover img, .hero-feature:focus-visible img { transform: scale(1.04); }
.featured-caption { display: flex; justify-content: space-between; align-items: center; gap: 8px; margin-top: 9px; font-size: clamp(11px, 1.05cqw, 14px); }
.featured-category { color: var(--muted); }
.featured-caption > span:last-child { font-size: 18px; }
.logo-surface { display: block; width: 100%; aspect-ratio: 706 / 321; background: linear-gradient(125deg, var(--ink), var(--violet) 42%, var(--lilac) 65%, var(--violet)); mask: url("assets/logo-resite.svg") center / 100% 100% no-repeat; -webkit-mask: url("assets/logo-resite.svg") center / 100% 100% no-repeat; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-top: 20px; }
.hero-price { font-size: 24px; line-height: 1.2; font-weight: 500; margin: 0 0 10px; }
.hero-price > span { font-family: "Space Grotesk", Arial, sans-serif; font-size: 13px; font-weight: 400; }
.hero-facts { display: flex; gap: 18px; font-size: 13px; color: var(--muted); }
.hero-facts > span + span::before { content: '·'; padding-right: 18px; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.discover { display: inline-flex; align-items: center; gap: 24px; padding: 7px 7px 7px 23px; min-height: 52px; background: var(--ink); color: var(--paper); border-radius: 32px; font-size: 17px; font-weight: 500; }
.discover > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--ink); font-size: 23px; transition: transform .25s; }
.discover:hover > span { transform: rotate(-45deg); }
.explore { font-size: 14px; display: flex; align-items: center; gap: 14px; padding-block: 14px; }
.explore span { font-size: 21px; transition: transform .25s; }
.explore:hover span { transform: translate(2px, -2px); }
.work { padding: 116px 4.2vw 104px; background: var(--wash); }
.work-heading { display: grid; grid-template-columns: 1.5fr 1fr; gap: 18px 6vw; align-items: end; margin-bottom: 56px; }
.work-heading .eyebrow { grid-column: 1 / -1; }
.eyebrow { display: inline-block; font-size: 13px; letter-spacing: .065em; text-transform: uppercase; }
h2 { font-weight: 400; letter-spacing: -.055em; font-size: clamp(34px, 5vw, 76px); line-height: 1.02; }
.work h2 { margin: 0; max-width: 650px; }
.work-heading > p { font-size: 17px; line-height: 1.5; color: var(--muted); margin: 0 0 4px; max-width: 330px; justify-self: end; }
.projects { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr); gap: 64px 6.5vw; align-items: start; }
.work .project:first-child { grid-column: 1 / -1; }
.work .project:nth-child(3) { margin-top: 5vw; }
.project { min-width: 0; }
.cover { position: relative; padding: clamp(12px, 1.5vw, 24px); overflow: hidden; isolation: isolate; background: radial-gradient(ellipse at 35% 40%, var(--lilac) 14%, var(--paper) 39%, var(--violet) 66%, var(--lime)); }
.cover-lilac { background: radial-gradient(ellipse at 65% 50%, var(--paper) 16%, var(--lime) 38%, var(--lilac) 64%, var(--violet)); }
.cover-lime { background: radial-gradient(ellipse at 45% 60%, var(--paper) 14%, var(--lilac) 37%, var(--lime) 63%, var(--violet)); }
.cover canvas { position: absolute; inset: 0; z-index: -1; transition: transform 1.4s cubic-bezier(.18,.6,.2,1); }
.project-preview { display: block; width: 100%; height: auto; box-shadow: 0 4px 15px rgb(0 0 0 / .12); transition: transform .6s cubic-bezier(.2,.65,.2,1); }
.project-caption { display: flex; justify-content: space-between; align-items: start; gap: 10px; padding-top: 19px; }
.project h3 { font-size: clamp(18px, 1.6vw, 24px); font-weight: 500; margin: 0 0 5px; }
.project p { font-size: 14px; margin: 0; color: var(--muted); }
.project-caption > span { display: inline-flex; align-items: center; gap: 12px; white-space: nowrap; font-size: 14px; padding: 4px 0 8px; border-bottom: 1px solid var(--line); }
.project-caption > span > span { font-size: 19px; transition: transform .25s; }
.project:hover .cover canvas, .project:focus-visible .cover canvas { transform: scale(1.035); }
.project:hover .project-preview, .project:focus-visible .project-preview { transform: scale(1.01); }
.project:hover .project-caption > span > span, .project:focus-visible .project-caption > span > span { transform: translate(2px, -2px); }
.freedom { padding: 72px var(--gutter) 64px; color: var(--paper); background: var(--violet); }
.freedom h2 { margin: 0 0 44px; font-family: "Space Grotesk", Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 1.4; letter-spacing: 0; }
.benefits article { display: grid; grid-template-columns: 32px minmax(0, 2fr) minmax(0, 1fr); align-items: center; column-gap: clamp(24px, 3vw, 48px); padding-block: clamp(28px, 2.4vw, 46px); border-top: 1px solid rgb(255 255 255 / .35); }
.benefit-number { align-self: start; padding-top: .8em; color: var(--lime); font-size: 13px; line-height: 1; font-variant-numeric: tabular-nums; }
.benefits h3 { margin: 0; font-size: clamp(64px, 7.45vw, 144px); font-weight: 500; line-height: 1.04; letter-spacing: -.055em; }
.benefits p { max-width: 34ch; margin: 0; font-size: clamp(16px, 1.2vw, 20px); line-height: 1.6; color: var(--paper); }
@media (max-width: 960px) {
  .freedom { padding-block: 56px 48px; }
  .freedom h2 { margin-bottom: 32px; font-size: 14px; }
  .benefits article { grid-template-columns: minmax(0, 1fr); gap: 0; padding-block: 28px 32px; }
  .benefit-number { padding-top: 0; margin-bottom: 16px; font-size: 12px; }
  .benefits h3 { margin-bottom: 18px; font-size: clamp(36px, 11.5vw, 88px); }
  .benefits p { max-width: 42ch; font-size: 16px; text-align: left; text-wrap: pretty; }
}
.studio { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); align-items: start; column-gap: clamp(32px, 4.444444vw, 80px); row-gap: 48px; padding: 88px clamp(22px, 4.444444vw, 80px) 96px; background: color-mix(in srgb, var(--lilac) 16%, var(--paper)); }
.studio h2 { grid-column: 1 / -1; margin: 0; font-size: clamp(54px, 6.5vw, 112px); line-height: 1.02; font-weight: 500; letter-spacing: -.06em; }
.studio h2 span { white-space: nowrap; }
.portraits { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; }
.portraits figure { margin: 0; min-width: 0; }
.portraits img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; background: var(--wash); }
.portrait-nathan img { object-position: 50% 12%; }
.portraits figcaption { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.portraits strong { font-family: var(--display); font-size: clamp(28px, 2.5vw, 42px); line-height: 1; letter-spacing: -.035em; font-weight: 500; }
.portraits figcaption small { display: flex; flex-wrap: wrap; gap: 4px 8px; font-size: 13px; line-height: 1.5; color: var(--muted); }
.portraits figcaption small span { white-space: nowrap; }
.portraits figcaption small span + span::before { content: "·"; margin-right: 8px; }
.studio-copy { align-self: center; padding-bottom: 70px; }
.studio-copy p { max-width: 31ch; margin: 0 0 24px; font-size: 18px; line-height: 1.6; color: var(--muted); text-wrap: pretty; }
.studio-copy .studio-lead { margin-bottom: 28px; font-size: clamp(22px, 2vw, 30px); line-height: 1.3; letter-spacing: -.03em; color: var(--ink); }
.studio-contact { display: inline-flex; align-items: center; gap: 22px; min-height: 48px; margin-top: 16px; font-size: 16px; }
.studio-contact > span { padding-block: 8px; border-bottom: 1px solid currentColor; }
.text-link { display: inline-flex; gap: 40px; margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid currentColor; font-size: 15px; }
.offer { --offer-muted: #bfbfbf; --offer-rule: #3b3b3b; padding: 80px clamp(22px, 4.444444vw, 80px) 76px; background: var(--ink); color: var(--paper); }
.offer-layout { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr); gap: clamp(32px, 4.444444vw, 80px); align-items: start; }
.offer-heading .eyebrow { color: var(--offer-muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.offer-heading h2 { margin: 26px 0 28px; font-size: clamp(52px, 6.3vw, 106px); line-height: 1.02; font-weight: 500; letter-spacing: -.055em; }
.offer-heading > p { margin: 0; font-size: clamp(18px, 1.6vw, 24px); line-height: 1.5; color: var(--offer-muted); }
.offer-pricing { padding-top: 36px; }
.offer-price { margin: 0; }
.offer-amount { display: flex; align-items: baseline; gap: .075em; font-family: var(--display); font-size: clamp(136px, 16.5vw, 272px); font-weight: 500; letter-spacing: -.085em; line-height: .86; }
.offer-currency { font-size: .55em; letter-spacing: -.055em; }
.offer-period { display: block; margin-top: 16px; font-size: 18px; line-height: 1.4; color: var(--offer-muted); }
.offer-conditions { display: flex; flex-wrap: wrap; gap: 8px 14px; list-style: none; margin: 26px 0 24px; padding: 0; font-size: 14px; line-height: 1.5; color: var(--offer-muted); }
.offer-conditions li { white-space: nowrap; }
.offer-conditions li + li::before { content: '·'; margin-right: 14px; }
.offer-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: min(100%, 380px); min-height: 60px; padding: 16px 22px; background: var(--lime); color: var(--ink); font-size: 16px; line-height: 1.4; transition: background-color .2s ease; }
.offer-contact:hover { background: #edff8a; }
.offer-terms { display: inline-flex; align-items: center; min-height: 44px; margin-top: 8px; color: var(--offer-muted); font-size: 13px; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.offer-terms:hover { color: var(--paper); }
.offer a:focus-visible { outline-color: var(--paper); outline-offset: 6px; }
.offer-inclusions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px; margin-top: 60px; padding-top: 36px; border-top: 1px solid var(--offer-rule); }
.offer-group { min-width: 0; }
.offer-group h3 { margin: 0 0 22px; font-size: clamp(23px, 2.25vw, 36px); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; }
.offer-group ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.offer-group li { font-size: 15px; line-height: 1.5; color: var(--offer-muted); text-wrap: pretty; }
@media (max-width: 900px) {
  .offer { padding-block: 64px; }
  .offer-layout { grid-template-columns: minmax(0, 1fr); gap: 40px; }
  .offer-heading h2 { font-size: clamp(43px, 8.5vw, 76px); }
  .offer-pricing { padding-top: 0; }
  .offer-amount { font-size: clamp(160px, 29vw, 248px); }
  .offer-inclusions { gap: 28px; }
  .offer-group h3 { font-size: 25px; }
}
@media (max-width: 600px) {
  .offer { padding: 56px 22px 60px; }
  .offer-heading h2 { margin: 22px 0; font-size: clamp(42px, 11.7vw, 64px); }
  .offer-heading > p { font-size: 18px; }
  .offer-amount { font-size: clamp(155px, 42vw, 230px); }
  .offer-period { margin-top: 12px; font-size: 17px; }
  .offer-conditions { flex-direction: column; gap: 6px; margin-block: 24px; font-size: 14px; }
  .offer-conditions li + li::before { content: none; }
  .offer-contact { width: 100%; min-height: 58px; padding-inline: 18px; font-size: 15px; }
  .offer-inclusions { grid-template-columns: minmax(0, 1fr); gap: 28px; margin-top: 40px; padding-top: 28px; }
  .offer-group + .offer-group { padding-top: 28px; border-top: 1px solid var(--offer-rule); }
  .offer-group h3 { margin-bottom: 18px; font-size: 28px; }
  .offer-group li { font-size: 15px; }
}
.questions { display: grid; grid-template-columns: 1fr 1.25fr; gap: 7vw; padding: 82px 5.5vw; background: var(--wash); }
.questions h2 { font-size: clamp(32px, 3.8vw, 54px); margin-top: 20px; }
.answers details { border-bottom: 1px solid var(--line); }
.answers summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 22px 0; cursor: pointer; font-size: 16px; }
.answers summary::-webkit-details-marker { display: none; }
.answers summary > span { font-size: 22px; font-weight: 300; }
.answers details[open] summary > span { transform: rotate(45deg); }
.answers p { font-size: 17px; line-height: 1.7; color: var(--muted); margin: 0 24px 23px 0; }
summary:focus-visible { outline: 3px solid var(--violet); outline-offset: 5px; }
.closing { padding: 118px 24px 126px; text-align: center; }
.closing h2 { margin: 27px 0 38px; }
.closing > p { color: var(--muted); font-size: 17px; margin: -12px 0 34px; }
.closing > a { display: inline-flex; gap: 30px; align-items: center; font-size: 15px; border-bottom: 1px solid var(--ink); padding-bottom: 12px; }
.closing > a span { font-size: 22px; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 26px 4.2vw; border-top: 1px solid var(--line); font-size: 12px; color: var(--muted); }
footer button { background: none; border: 0; padding: 8px 0; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
@media (max-width: 1050px) {
  .navigation .nav-text { display: none; }
  .hero-facts { gap: 10px; font-size: 12px; }
  .hero-facts > span + span::before { padding-right: 10px; }
  .hero-actions { gap: 18px; }
  .discover { font-size: 15px; gap: 14px; padding-left: 18px; }
  .explore { font-size: 13px; gap: 8px; }
}
@media (max-width: 900px) {
  .projects { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 34px 20px; }
  .work { padding-top: 85px; }
  .project-caption > span { font-size: 12px; gap: 5px; }
  .featured-category { display: none; }
  .hero-bottom { align-items: end; }
  .hero-facts { flex-wrap: wrap; gap: 5px 12px; max-width: 290px; }
  .hero-facts > span + span::before { content: none; }
  .hero-actions { align-items: center; flex-direction: column; gap: 3px; }
  .work-heading { grid-template-columns: 1fr; }
  .work-heading > p { justify-self: start; max-width: 430px; }
  .studio { grid-template-columns: minmax(0, 1fr); gap: 36px; padding: 64px 22px; }
  .studio h2 { font-size: clamp(42px, 12vw, 76px); }
  .studio h2 span { display: block; }
  .portraits { gap: 10px; }
  .portraits figcaption { margin-top: 14px; gap: 7px; }
  .portraits strong { font-size: clamp(26px, 5vw, 36px); }
  .portraits figcaption small { flex-direction: column; gap: 0; font-size: 12px; }
  .portraits figcaption small span + span::before { content: none; }
  .studio-copy { padding-bottom: 0; }
  .studio-copy p { max-width: 45ch; margin-bottom: 20px; }
  .studio-copy .studio-lead { margin-bottom: 20px; font-size: 24px; }
  .studio-contact { margin-top: 4px; }
  .questions { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 600px) {
  html { scroll-padding-top: 74px; }
  .navigation { height: 74px; padding: 0 22px; }
  .brand img { width: 70px; }
  .navigation nav { gap: 18px; font-size: 13px; }
  .navigation nav > a:first-child { display: none; }
  .contact { gap: 17px; }
  .hero { padding: 8px 22px 18px; min-height: 0; justify-content: start; gap: 14px; }
  .hero-kicker { gap: 14px; font-size: 11px; }
  .hero-kicker span:last-child { display: none; }
  .wordmark-composition { display: grid; width: 100%; margin: 8px auto 0; }
  .wordmark { width: calc(100% + 10px); transform: translateX(-5px); }
  .signature-block { order: -1; position: static; width: 100%; margin: 0 0 20px; }
  .signature-promise { font-size: clamp(32px, 10vw, 56px); line-height: .95; }
  .signature-note { font-size: 14px; line-height: 1.4; margin: 12px 0 0; }
  .hero-feature { width: 46%; top: auto; bottom: 21cqw; }
  .featured-visual { padding: 2px; aspect-ratio: 2.5; }
  .featured-visual img { height: 100%; object-fit: cover; object-position: center 45%; }
  .featured-caption { font-size: 11px; margin-top: 4px; }
  .featured-caption > span:last-child { font-size: 15px; }
  .hero-price { font-size: 22px; margin-bottom: 8px; }
  .hero-price > span { font-size: 12px; }
  .hero-facts { flex-wrap: wrap; gap: 5px 12px; max-width: none; }
  .hero-facts > span + span::before { content: none; }
  .hero-bottom { align-items: start; flex-direction: column; gap: 12px; width: 100%; padding-top: 12px; margin-top: 8px; }
  .hero-actions { flex-direction: row; width: 100%; justify-content: space-between; gap: 12px; }
  .discover { gap: 12px; padding: 6px 6px 6px 15px; min-height: 44px; font-size: 14px; white-space: nowrap; }
  .discover > span { width: 32px; height: 32px; font-size: 21px; }
  .explore { gap: 9px; font-size: 12px; padding-block: 8px; max-width: 115px; }
  .explore span { font-size: 19px; }
  .work { padding: 68px 22px; }
  .work-heading { margin-bottom: 35px; }
  .eyebrow { font-size: 12px; }
  .work h2 { font-size: clamp(30px, 8vw, 42px); }
  .projects { grid-template-columns: 1fr; gap: 40px; }
  .work .project:nth-child(3) { margin-top: 0; }
  .cover { padding: 10px; }
  .project-caption { padding-top: 16px; }
  .questions { padding: 56px 22px; }
  .questions h2 { font-size: 36px; }
  .answers summary { font-size: 18px; }
  .closing { padding: 80px 22px; }
  .closing h2 { font-size: clamp(33px, 9vw, 45px); }
  footer { flex-wrap: wrap; padding: 23px 22px; gap: 12px; }
  footer > span:last-child { width: 100%; }
}
@media (max-width: 360px) {
  .discover { font-size: 13px; gap: 8px; padding-left: 12px; }
  .discover > span { width: 30px; height: 30px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

[hidden] { display: none !important; }
.work-more { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-top: 48px; font-size: 16px; }
.work-more > span { color: var(--muted); }
.work-more .text-link { margin-top: 0; font-size: 16px; }
.archive-intro { display: grid; grid-template-columns: 1.3fr 1fr; gap: 30px; padding: 40px 5.5vw 80px; align-items: end; }
.back-link { grid-column: 1 / -1; font-size: 14px; margin-bottom: 50px; width: fit-content; padding-bottom: 6px; border-bottom: 1px solid var(--line); }
.archive-intro h1 { font-size: clamp(64px, 9vw, 140px); font-weight: 400; line-height: .92; letter-spacing: -.065em; margin: 26px 0 0; }
.archive-intro h1 span { color: var(--violet); }
.archive-intro > p { font-size: 19px; line-height: 1.6; color: var(--muted); margin: 0 0 6px; justify-self: end; }
.archive-work { background: var(--wash); padding: 44px 5.5vw 100px; }
.archive-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 44px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 10px; }
.project-filters button { background: transparent; border: 1px solid var(--line); border-radius: 30px; padding: 13px 20px; cursor: pointer; font-size: 14px; }
.project-filters button[aria-pressed="true"] { background: var(--violet); color: var(--paper); border-color: var(--violet); }
#project-count { font-size: 13px; color: var(--muted); white-space: nowrap; }
.projects-archive { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 52px 30px; }
@media (max-width: 600px) {
  .work-more { flex-direction: column; align-items: start; gap: 24px; font-size: 16px; margin-top: 40px; }
  .navigation nav { font-size: 13px; }
  .navigation .contact-label { display: none; }
  .navigation .contact { justify-content: center; width: 36px; height: 44px; border: 0; }
  .navigation nav { gap: 12px; }
  .client-access { padding: 11px 0; border: 0; font-size: 13px; gap: 10px; }
  .hero-facts { font-size: 12px; }
  .studio-copy p, .benefits p, .answers p, .closing > p, .work-heading > p { font-size: 16px; }
  .project-caption > span { font-size: 12px; gap: 7px; }
  .project p { font-size: 14px; line-height: 1.5; }
  .project h3 { font-size: 17px; }
  .portraits figcaption span { font-size: 12px; line-height: 1.4; }
  .portraits strong { font-size: 16px; }
  .archive-intro { grid-template-columns: 1fr; gap: 28px; padding: 26px 22px 48px; }
  .back-link { margin-bottom: 12px; }
  .archive-intro h1 { font-size: clamp(58px, 15vw, 90px); }
  .archive-intro > p { justify-self: start; font-size: 17px; }
  .archive-work { padding: 30px 22px 65px; }
  .archive-toolbar { align-items: start; flex-direction: column; margin-bottom: 32px; }
  .project-filters { gap: 8px; }
  .project-filters button { padding: 13px 15px; font-size: 13px; }
  .projects-archive { grid-template-columns: 1fr; gap: 40px; }
}

.navigation .contact .contact-short { display: none; }
@media (max-width: 600px) {
  .navigation .contact { width: auto; }
  .navigation .contact .contact-short { display: inline; font-size: 12px; }
}

.action-arrow { display: block; flex: 0 0 auto; width: 1.4em; height: 1.4em; fill: none; stroke: currentColor; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; pointer-events: none; transition: transform .22s ease; }
@media (hover: hover) and (pointer: fine) {
  :is(.contact, .scene-action, .design-visit, .visit-site, .studio-contact, .offer-contact):hover > .action-arrow { transform: translate(2px, -2px); }
}
@media (max-width: 600px) {
  .navigation .contact { gap: 10px; }
}
.motion-paused .action-arrow { transition: none; transform: none !important; }
@media (prefers-reduced-motion: reduce) {
  .action-arrow { transition: none; transform: none !important; }
}
