@import url("https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap");

:root {
  --ink: #1d1a1d;
  --paper: #f8f6f1;
  --paper-deep: #efe8de;
  --plum: #332231;
  --wine: #7d3948;
  --peach: #f2b09c;
  --lilac: #bfb6e7;
  --moss: #9aa98c;
  --line: rgba(29, 26, 29, .15);
  --muted: #6b6666;
  --radius: 1.5rem;
  --radius-sm: .875rem;
  --shell: min(1280px, calc(100% - 64px));
  --display: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.45; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
::selection { background: var(--peach); color: var(--ink); }
.shell { width: var(--shell); margin: 0 auto; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; margin: -1px; padding: 0; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 14px; border-radius: 8px; background: var(--ink); color: white; font-size: .85rem; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px max(32px, calc((100vw - 1280px) / 2)); color: #fff; transition: background .25s, color .25s, padding .25s; }
.site-header.is-stuck { position: fixed; padding-top: 14px; padding-bottom: 14px; background: rgba(29, 26, 29, .94); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-direction: column; flex: none; gap: 0; font-family: var(--display); font-size: 1.05rem; font-weight: 600; line-height: .74; letter-spacing: -.06em; }
.brand span:last-child { margin-left: .68em; font-style: italic; }
.site-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; margin-right: 32px; font-size: .75rem; font-weight: 600; letter-spacing: .01em; }
.site-nav a, .locale-switch a { opacity: .86; transition: opacity .2s; }
.site-nav a:hover, .site-nav a:focus-visible, .locale-switch a:hover, .locale-switch a:focus-visible { opacity: 1; }
.header-end { display: flex; align-items: center; gap: 22px; }
.locale-switch { display: flex; gap: 8px; font-family: var(--mono); font-size: .68rem; }
.locale-switch a[aria-current="page"] { opacity: 1; text-decoration: underline; text-underline-offset: 4px; }
.menu-toggle { display: none; padding: 0; border: 0; background: none; color: currentColor; }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 5px; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: .75rem; font-weight: 700; letter-spacing: .01em; line-height: 1; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 35px; padding: 0 15px; background: #fff; color: var(--ink); font-size: .66rem; }
.button--light { background: #fff; color: var(--ink); }
.button--dark { background: var(--ink); color: #fff; }
.button--dark:hover { background: var(--wine); }
.text-link { display: inline-flex; gap: 14px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: .73rem; font-weight: 700; }
.text-link span { font-size: 1rem; transition: transform .2s; }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--light { color: #fff; }
.text-link--dark { color: var(--ink); }

.hero { position: relative; display: grid; min-height: 780px; overflow: hidden; color: #fff; isolation: isolate; }
.hero__media, .hero__media video, .hero__veil, .hero__fallback { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { z-index: -2; background: #584251; }
.hero__media video { object-fit: cover; object-position: center 45%; filter: saturate(.67) contrast(.94) brightness(.73); }
.hero__fallback { z-index: -1; background: radial-gradient(circle at 77% 19%, rgba(246, 189, 170, .6) 0 3%, transparent 22%), radial-gradient(circle at 12% 89%, rgba(174, 158, 219, .65), transparent 38%), linear-gradient(120deg, #261e29, #795568 58%, #c16b69); }
.hero__veil { background: linear-gradient(90deg, rgba(18, 14, 18, .78), rgba(34, 25, 32, .32) 62%, rgba(18, 13, 17, .5)), linear-gradient(0deg, rgba(11, 10, 11, .4), transparent 40%); }
.hero__content { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 780px; padding-top: 180px; padding-bottom: 54px; }
.eyebrow { margin: 0 0 17px; color: var(--muted); font-family: var(--mono); font-size: .65rem; letter-spacing: .09em; line-height: 1.3; text-transform: uppercase; }
.eyebrow--light { color: rgba(255, 255, 255, .75); }
.hero h1 { max-width: 1020px; margin: 0; font-family: var(--display); font-size: clamp(4.1rem, 9.3vw, 9.5rem); font-weight: 500; letter-spacing: -.075em; line-height: .79; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { padding-left: .17em; font-weight: 500; }
.hero__bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 46px; }
.hero__bottom > p { width: min(360px, 100%); margin: 0; color: rgba(255, 255, 255, .85); font-size: .91rem; line-height: 1.65; }
.hero__actions { display: flex; align-items: center; gap: 24px; }
.hero__caption { margin: 82px 0 0; font-family: var(--mono); font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; }
.hero__wire { position: absolute; z-index: -1; width: 37vw; height: 37vw; border: 1px solid rgba(255,255,255,.22); border-radius: 44% 56% 62% 38% / 55% 35% 65% 45%; }
.hero__wire--one { top: 11%; right: -9%; transform: rotate(-23deg); }
.hero__wire--two { bottom: -24%; left: -14%; width: 54vw; height: 48vw; transform: rotate(27deg); }

.section { padding-top: 140px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .6fr); gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading--stack { display: block; max-width: 780px; }
h2 { margin: 0; font-family: var(--display); font-size: clamp(2.7rem, 5vw, 5.2rem); font-weight: 500; letter-spacing: -.06em; line-height: .92; }
.section-copy { max-width: 380px; margin: 0 0 5px; color: var(--muted); font-size: .89rem; line-height: 1.65; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 475px; overflow: hidden; padding: 23px; border-radius: var(--radius); color: var(--ink); }
.service-card--1 { background: #ebc2bc; }.service-card--2 { background: #c6bbdc; }.service-card--3 { background: #b4bea3; }
.service-card[style] { background-image: linear-gradient(0deg, rgba(29,26,29,.35), rgba(29,26,29,.04)), var(--card-image); background-position: center; background-size: cover; color: #fff; }.service-card[style] .card-shape { opacity: .24; }.service-card[style] .service-card__meta { color: rgba(255,255,255,.8); }
.service-card__meta { display: flex; justify-content: space-between; font-family: var(--mono); font-size: .62rem; letter-spacing: .04em; }
.service-card h3 { z-index: 1; max-width: 280px; margin: auto 0 8px; font-family: var(--display); font-size: clamp(2.15rem, 3.1vw, 3.3rem); font-weight: 500; letter-spacing: -.06em; line-height: .95; }
.service-card p { z-index: 1; max-width: 270px; margin: 0; font-size: .77rem; line-height: 1.5; }
.card-shape { position: absolute; inset: 0; overflow: hidden; }
.card-shape span { position: absolute; display: block; border: 1px solid rgba(29,26,29,.38); }
.service-card--1 .card-shape span:nth-child(1) { width: 235px; height: 235px; top: 75px; left: 17%; border-radius: 50%; background: rgba(247, 232, 218, .45); }
.service-card--1 .card-shape span:nth-child(2) { width: 138px; height: 360px; top: 12%; right: -10px; border-radius: 52% 48% 44% 56%; transform: rotate(26deg); background: rgba(150, 53, 76, .28); }.service-card--1 .card-shape span:nth-child(3) { width: 21px; height: 21px; top: 43%; left: 28%; border-radius: 50%; background: var(--wine); }
.service-card--2 .card-shape span:nth-child(1) { width: 110%; height: 240px; top: 48px; left: -5%; border-radius: 50%; background: rgba(245,242,230,.49); transform: rotate(-13deg); }.service-card--2 .card-shape span:nth-child(2) { width: 180px; height: 180px; top: 110px; left: 27%; border-radius: 42% 58% 57% 43%; background: #796b9e; transform: rotate(45deg); }.service-card--2 .card-shape span:nth-child(3) { width: 18px; height: 18px; top: 80px; right: 20%; border-radius: 50%; background: var(--peach); }
.service-card--3 .card-shape span:nth-child(1) { width: 230px; height: 230px; top: 65px; right: 6%; border-radius: 50% 50% 8% 50%; background: rgba(250,243,224,.48); transform: rotate(-20deg); }.service-card--3 .card-shape span:nth-child(2) { width: 116px; height: 310px; top: 41px; left: 19%; border-radius: 50%; background: rgba(65, 91, 58, .37); transform: rotate(24deg); }.service-card--3 .card-shape span:nth-child(3) { width: 92px; height: 92px; top: 255px; left: 44%; border-radius: 50%; background: var(--peach); }

.manifesto { position: relative; overflow: hidden; background: var(--plum); color: #fff; }
.manifesto__inner { position: relative; padding-top: 136px; padding-bottom: 155px; }
.manifesto h2 { position: relative; z-index: 1; max-width: 830px; font-size: clamp(3rem, 6.2vw, 6.5rem); }
.manifesto__orb { position: absolute; top: 48px; right: 4%; width: min(39vw, 510px); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #efc0af 0 4%, #b2736c 21%, #85536c 44%, #54435c 66%, #302a3b 100%); box-shadow: -35px 24px 80px rgba(8, 5, 11, .45); }
.manifesto__orb::before, .manifesto__orb::after { position: absolute; content: ""; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; }.manifesto__orb::before { inset: 12%; }.manifesto__orb::after { inset: 29%; }

.portfolio { padding-bottom: 150px; }
.work-grid { display: grid; grid-template-columns: 1.15fr .75fr .95fr; gap: 14px; }
.work-card { position: relative; display: flex; min-height: 550px; overflow: hidden; padding: 24px; border-radius: var(--radius); color: #fff; }
.work-card::before { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(9,7,9,.58), transparent 62%); }.work-card > * { position: relative; z-index: 1; }
.work-card--1 { background: radial-gradient(ellipse at 40% 25%, #fff5dc 0 6%, transparent 7%), radial-gradient(ellipse at 75% 22%, #ed9b97 0 10%, transparent 11%), radial-gradient(ellipse at 24% 59%, #ecb2b0 0 14%, transparent 15%), linear-gradient(142deg, #a84c61, #d98c83); }.work-card--2 { background: radial-gradient(circle at 45% 34%, #f8d3c4 0 8%, transparent 9%), radial-gradient(circle at 65% 62%, #db786d 0 12%, transparent 13%), linear-gradient(25deg, #211b2b, #7d5269); }.work-card--3 { background: radial-gradient(ellipse at 54% 40%, #e8ded4 0 17%, transparent 18%), radial-gradient(ellipse at 65% 30%, #8f9d7d 0 30%, transparent 31%), linear-gradient(142deg, #525e51, #a5a270); }.work-card[style] { background-image: linear-gradient(0deg, rgba(9,7,9,.52), rgba(9,7,9,.08)), var(--card-image); background-position: center; background-size: cover; }
.work-card__letter { align-self: flex-start; font-family: var(--display); font-size: 7rem; font-style: italic; line-height: .65; opacity: .76; }.work-card > div { align-self: flex-end; }.work-card p { margin: 0 0 6px; font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }.work-card h3 { max-width: 250px; margin: 0; font-family: var(--display); font-size: 2.25rem; font-weight: 500; letter-spacing: -.05em; line-height: .98; }
.portfolio__link { float: right; margin-top: 32px; }

.process { padding-top: 0; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.process-step { min-height: 260px; padding: 29px 32px 20px 0; border-right: 1px solid var(--line); }.process-step:not(:first-child) { padding-left: 32px; }.process-step:last-child { border-right: 0; }.process-step > span { font-family: var(--mono); font-size: .63rem; }.process-step h3 { margin: 51px 0 7px; font-family: var(--display); font-size: 2.25rem; font-weight: 500; letter-spacing: -.05em; line-height: 1; }.process-step p { max-width: 300px; margin: 0; color: var(--muted); font-size: .79rem; line-height: 1.6; }

.quote-section { background: #dbd2ca; }.quote { position: relative; padding-top: 130px; padding-bottom: 132px; text-align: center; }.quote__mark { position: absolute; top: 104px; left: 50%; color: var(--wine); font-family: var(--display); font-size: 10rem; line-height: .4; transform: translateX(-50%); }.quote blockquote { max-width: 840px; margin: 0 auto 23px; font-family: var(--display); font-size: clamp(2.8rem, 5.3vw, 5.8rem); font-weight: 500; letter-spacing: -.07em; line-height: .95; }.quote p { margin: 0; font-family: var(--mono); font-size: .65rem; letter-spacing: .06em; text-transform: uppercase; }

.extra-block { display: grid; grid-template-columns: minmax(0, .85fr) minmax(320px, 1.15fr); gap: 10%; align-items: center; padding-top: 115px; padding-bottom: 115px; }.extra-block__copy > p:not(.eyebrow) { max-width: 410px; margin: 24px 0; color: var(--muted); font-size: .88rem; line-height: 1.65; }.extra-block__media { min-height: 410px; overflow: hidden; border-radius: var(--radius); background: var(--paper-deep); }.extra-block__media img, .extra-block__media video { width: 100%; height: 100%; min-height: 410px; object-fit: cover; }.extra-block--2 .extra-block__copy { order: 2; }.extra-block--2 .extra-block__media { order: 1; }

.contact { position: relative; display: grid; grid-template-columns: .82fr 1fr; gap: 10%; overflow: hidden; }.contact__intro { position: relative; z-index: 1; padding-top: 78px; }.contact__intro h2 { max-width: 500px; }.contact__intro > p:last-child { max-width: 345px; margin: 24px 0 0; color: var(--muted); font-size: .87rem; line-height: 1.64; }.contact__art { position: absolute; top: 35px; left: -135px; width: 470px; height: 470px; opacity: .96; }.contact__art span { position: absolute; display: block; border-radius: 50%; }.contact__art span:nth-child(1) { top: 70px; left: 90px; width: 270px; height: 270px; background: var(--peach); }.contact__art span:nth-child(2) { top: 0; left: 235px; width: 162px; height: 162px; background: var(--lilac); }.contact__art span:nth-child(3) { bottom: 30px; left: 0; width: 190px; height: 190px; background: var(--moss); }
.contact-form { position: relative; z-index: 1; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.42); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.contact-form label { display: block; margin-bottom: 20px; }.contact-form label > span { display: block; margin-bottom: 8px; font-size: .67rem; font-weight: 700; }.contact-form input:not([type="checkbox"]), .contact-form textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: .86rem; padding: 10px 0; }.contact-form textarea { min-height: 74px; resize: vertical; }.contact-form input:focus, .contact-form textarea:focus { border-color: var(--wine); }.consent { display: flex !important; gap: 10px; align-items: flex-start; margin-top: 8px; }.consent input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--wine); }.consent span { margin: 0 !important; color: var(--muted); font-size: .68rem !important; font-weight: 500 !important; }.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 24px; }.form-footer p { max-width: 180px; margin: 0; color: var(--muted); font-size: .62rem; line-height: 1.4; }.form-status { min-height: 1.5em; margin: 15px 0 0; font-size: .75rem; }.form-status[data-state="success"] { color: #297349; }.form-status[data-state="error"] { color: #ad3047; }.contact-form.is-loading button { opacity: .6; pointer-events: none; }.honey { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important; }

.site-footer { padding-top: 55px; background: var(--ink); color: #f5f0e9; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 28px; padding-bottom: 74px; }.brand--footer { font-size: 1.7rem; }.footer-grid > div:first-child > p { max-width: 220px; margin: 25px 0 0; color: rgba(255,255,255,.66); font-size: .75rem; line-height: 1.55; }.footer-grid a:not(.brand), .footer-heading { display: block; margin: 0 0 9px; color: rgba(255,255,255,.66); font-size: .68rem; }.footer-grid a:not(.brand):hover { color: white; }.footer-heading { margin-bottom: 16px; color: #fff; font-family: var(--mono); font-size: .61rem; letter-spacing: .08em; text-transform: uppercase; }.footer-bottom { display: flex; gap: 19px; padding-top: 17px; padding-bottom: 20px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.52); font-size: .61rem; }.footer-bottom a { margin-left: auto; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 900px) {
  :root { --shell: min(100% - 40px, 1280px); }
  .site-header { padding: 19px 20px; }.site-nav { gap: 17px; margin-right: 15px; }.header-end { gap: 12px; }.header-end .button { display: none; }
  .hero, .hero__content { min-height: 700px; }.hero h1 { font-size: clamp(3.8rem, 9.8vw, 6.8rem); }.service-card { min-height: 430px; }.section-heading { gap: 35px; }.contact { gap: 35px; }.contact__art { left: -235px; }.work-card { min-height: 450px; }.work-card h3 { font-size: 1.8rem; }
}
@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); --radius: 1.15rem; }
  .site-header { padding: 18px 16px; }.site-header.is-stuck { padding: 13px 16px; }.menu-toggle { display: block; margin-left: auto; }.site-nav { position: absolute; top: 100%; left: 0; display: none; width: 100%; margin: 0; padding: 22px 16px 27px; background: var(--ink); }.site-header.menu-open .site-nav { display: grid; gap: 20px; }.site-nav a { font-family: var(--display); font-size: 1.7rem; line-height: .95; }.header-end { margin-left: 18px; }.locale-switch { gap: 6px; }
  .hero, .hero__content { min-height: 690px; }.hero__content { padding-top: 135px; padding-bottom: 30px; }.hero h1 { font-size: clamp(3.25rem, 15.3vw, 5.1rem); line-height: .84; }.hero__bottom { display: block; margin-top: 32px; }.hero__bottom > p { font-size: .82rem; }.hero__actions { gap: 15px; margin-top: 27px; }.hero__actions .button { min-height: 44px; padding: 0 15px; gap: 13px; }.hero__caption { margin-top: 50px; }
  .section { padding-top: 85px; padding-bottom: 85px; }.section-heading { display: block; margin-bottom: 38px; }.section-copy { margin-top: 21px; }.service-grid, .work-grid { grid-template-columns: 1fr; }.service-card { min-height: 420px; }.service-card h3 { font-size: 2.7rem; }.manifesto__inner { padding-top: 86px; padding-bottom: 90px; }.manifesto h2 { max-width: 92%; font-size: clamp(3rem, 13vw, 4.6rem); }.manifesto__orb { top: 47%; right: -40px; width: 240px; }.portfolio { padding-bottom: 105px; }.work-card { min-height: 390px; }.work-card__letter { font-size: 6rem; }.portfolio__link { margin-top: 24px; }.process-grid { grid-template-columns: 1fr; }.process-step, .process-step:not(:first-child) { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid var(--line); }.process-step h3 { margin-top: 30px; }.quote { padding-top: 100px; padding-bottom: 88px; }.quote__mark { top: 75px; }.quote blockquote { font-size: clamp(2.65rem, 13vw, 4rem); }.contact { display: block; }.contact__intro { padding-top: 0; }.contact__art { top: -85px; left: auto; right: -250px; transform: scale(.8); }.contact-form { margin-top: 45px; padding: 24px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.form-footer { align-items: flex-start; flex-direction: column; gap: 14px; }.footer-grid { grid-template-columns: 1fr 1fr; padding-bottom: 47px; }.footer-grid > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-wrap: wrap; gap: 9px 15px; }.footer-bottom a { width: 100%; margin-left: 0; }
  .extra-block { display: block; padding-top: 80px; padding-bottom: 80px; }.extra-block__media { min-height: 270px; margin-top: 34px; }.extra-block__media img, .extra-block__media video { min-height: 270px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.hero__media video { display: none; }.button, .text-link span { transition: none; } }
