@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/fraunces-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("fonts/fraunces-wght-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Schibsted Grotesk";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("fonts/schibsted-grotesk-wght-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Spline Sans Mono";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/spline-sans-mono-wght-normal.woff2") format("woff2");
}

:root {
  --paper: #fffdf7;
  --stone: #e6e4d5;
  --ink: #111111;
  --black: #111111;
  --slate: #66665d;
  --pear: #c3d318;
  --olive: #7c8b00;
  --pear-highlight: #e9f15a;
  --mono: "Spline Sans Mono", ui-monospace, "Courier New", monospace;
  --sans: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 2px solid var(--olive); outline-offset: 3px; border-radius: 2px; }
.button:focus-visible, .header-cta:focus-visible { outline-color: var(--pear); }
.contact :focus-visible, .featured-quote :focus-visible { outline-color: var(--ink); }
.wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow { margin: 0; color: #8b7e6e; font-family: var(--mono); font-size: 11px; letter-spacing: .12em; line-height: 1.4; text-transform: uppercase; }
.brand-logo { display: inline-flex; width: 135px; }
.brand-logo img { display: block; height: auto; width: 100%; }
.site-header { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 88px; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a, .header-cta { font-size: 12px; font-weight: 600; }
.site-header nav a { color: #62584d; transition: color .2s ease; }
.site-header nav a:hover { color: var(--olive); }
.header-actions { align-items: center; display: flex; gap: 17px; justify-self: end; }
.header-cta { border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.header-cta span { color: var(--olive); font-size: 15px; }
.language-link { color: var(--slate); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; padding: 5px 0; text-transform: uppercase; }
.language-link:hover { color: var(--olive); }

.hero { align-items: end; display: grid; grid-template-columns: 1.14fr .86fr; min-height: min(790px, calc(100svh - 88px)); padding: 70px 0 42px; position: relative; }
.hero-copy { max-width: 700px; padding-bottom: 68px; }
.hero h1, h2 { font-family: var(--serif); font-weight: 700; letter-spacing: -.035em; }
.hero h1 { font-size: clamp(66px, 8.6vw, 124px); line-height: .88; margin: 22px 0 30px; }
/* Romanian's longer opening word needs to remain clear of the portrait. */
html[lang="ro"] .hero h1 { font-size: clamp(54px, 6.25vw, 88px); letter-spacing: -.05em; }
h1 em, h2 em { color: var(--olive); font-weight: 600; }
.hero-intro { color: #554a3e; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.42; max-width: 550px; }
.hero-actions { align-items: center; display: flex; gap: 27px; margin-top: 37px; }
.button { align-items: center; display: inline-flex; font-size: 13px; font-weight: 700; gap: 20px; justify-content: space-between; padding: 15px 18px; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); }
.button-dark { background: var(--black); color: white; }
.button-light { background: var(--paper); color: var(--black); }
.text-link { border-bottom: 1px solid currentColor; font-size: 13px; font-weight: 700; padding-bottom: 4px; }
.text-link span { color: var(--olive); margin-left: 7px; }
.portrait-wrap { align-self: stretch; min-height: 500px; overflow: hidden; position: relative; }
.portrait-wrap img { filter: saturate(.78) contrast(1.04); height: 100%; object-fit: cover; object-position: center 15%; position: absolute; width: 100%; }
.portrait-wrap::after { background: linear-gradient(180deg, rgba(15,12,9,.03), rgba(15,12,9,.55)); content: ""; inset: 0; position: absolute; }
.portrait-label { color: white; font-family: var(--mono); font-size: 10px; left: 21px; letter-spacing: .08em; line-height: 1.6; position: absolute; text-transform: uppercase; top: 21px; z-index: 1; }
.portrait-label span { color: rgba(255,255,255,.7); font-size: 9px; }
.portrait-mark { bottom: -25px; color: var(--pear); font-family: var(--serif); font-size: 155px; font-weight: 700; line-height: 1; position: absolute; right: 17px; z-index: 1; }
.hero-foot { border-top: 1px solid var(--stone); bottom: 0; display: flex; font-family: var(--mono); font-size: 10px; justify-content: space-between; left: 0; letter-spacing: .07em; padding-top: 13px; position: absolute; text-transform: uppercase; width: 100%; }
.hero-foot span:last-child { color: #8d8172; }

.statement-band { background: var(--black); color: var(--paper); }
.statement-grid { display: grid; gap: 50px; grid-template-columns: .75fr 2fr; padding: 58px 0; }
.statement-grid .eyebrow { color: #a59b8e; }
.statement-grid > p:last-child { font-family: var(--serif); font-size: clamp(26px, 3.2vw, 44px); font-weight: 600; letter-spacing: -.045em; line-height: 1.1; margin: 0; }

.services { display: grid; gap: 85px; grid-template-columns: .83fr 1.17fr; padding: 138px 0; }
.section-intro h2, .work-heading h2, .about h2, .contact h2 { font-size: clamp(43px, 5.1vw, 72px); line-height: .99; margin: 18px 0 25px; }
.section-intro > p:last-child { color: #655b50; font-size: 17px; line-height: 1.55; max-width: 370px; }
.service-list { border-top: 2px solid var(--ink); }
.service-item { align-items: start; border-bottom: 1px solid #d8cdbc; display: grid; gap: 22px; grid-template-columns: 47px 1fr auto; padding: 27px 0 25px; transition: padding .24s ease; }
.service-item:hover { padding-left: 10px; }
.service-number { color: var(--olive); font-family: var(--mono); font-size: 13px; padding-top: 5px; }
.service-item h3 { font-family: var(--serif); font-size: 30px; letter-spacing: -.045em; line-height: 1; margin: 0 0 8px; }
.service-item p { color: #776c60; font-size: 14px; line-height: 1.5; margin: 0; max-width: 480px; }
.service-arrow { color: var(--olive); font-size: 21px; }

.work-section { background: #f1f1e6; padding: 122px 0 130px; }
.work-heading { align-items: end; display: grid; gap: 40px; grid-template-columns: 1fr .63fr; margin-bottom: 54px; }
.work-heading h2 { margin-bottom: 0; }
.work-heading > p { color: #655b50; font-size: 16px; line-height: 1.5; margin: 0 0 7px; }
.work-grid { display: grid; gap: 14px; grid-template-columns: repeat(12, 1fr); }
.work-card { color: var(--paper); display: flex; flex-direction: column; min-height: 395px; overflow: hidden; padding: 20px; position: relative; transition: transform .25s ease; }
.work-card:hover { transform: translateY(-6px); }
.work-card::before { background: rgba(255,255,255,.08); content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity .25s ease; }
.work-card:hover::before { opacity: 1; }
.work-card > * { position: relative; z-index: 1; }
.card-top { display: flex; font-family: var(--mono); font-size: 10px; justify-content: space-between; letter-spacing: .07em; text-transform: uppercase; }
.card-bottom { margin-top: auto; }
.card-bottom h3 { font-family: var(--serif); font-size: 27px; letter-spacing: -.04em; line-height: 1.03; margin: 0 0 11px; }
.card-bottom p { color: rgba(255,255,255,.73); font-size: 12px; line-height: 1.45; margin: 0; }
.authoraz { background: #25364f; grid-column: span 7; }
.authoraz-mark { font-family: var(--serif); font-size: clamp(60px, 8vw, 104px); font-weight: 700; letter-spacing: -.1em; margin: auto 0; }
.authoraz-mark span { color: var(--pear); }
.eww { background: #241a44; grid-column: span 5; }
.orbit { height: 140px; margin: auto; position: relative; width: 180px; }
.orbit i { border: 1px solid #b795ff; border-radius: 50%; inset: 0; opacity: .72; position: absolute; transform: rotate(-26deg); }
.orbit i:nth-child(2) { transform: rotate(32deg) scale(.86); }
.orbit i:nth-child(3) { background: #f2cb55; border: 0; height: 11px; inset: 45% auto auto 47%; width: 11px; }
.slime { background: #799f32; grid-column: span 4; }
.slime-type { font-family: var(--sans); font-size: clamp(42px, 4vw, 65px); font-weight: 800; letter-spacing: -.1em; line-height: .75; margin: auto 0; transform: rotate(-8deg); }
.slime-type span { color: #182112; }
.atelier { background: #9e6556; grid-column: span 4; }
.atelier-type { font-family: var(--serif); font-size: 58px; font-weight: 700; letter-spacing: -.08em; margin: auto 0; }
.atelier-type span { display: block; font-size: 28px; font-style: italic; letter-spacing: -.04em; margin-left: 40px; }
.oana { background: #637879; grid-column: span 4; }
.oana-type { font-family: var(--serif); font-size: 66px; font-style: italic; line-height: .7; margin: auto 0; }
.oana-type span { color: var(--pear-highlight); font-style: normal; margin-left: 30px; }
.more-card { background: var(--paper); color: var(--ink); grid-column: span 12; min-height: 230px; padding: 29px 36px; }
.more-card h3 { font-family: var(--serif); font-size: clamp(34px, 4vw, 52px); letter-spacing: -.06em; line-height: .94; margin: auto 0; }
.more-card .text-link { align-self: flex-start; }

.testimonials { background: var(--black); color: var(--paper); padding: 126px 0 130px; }
.testimonials-heading { display: grid; gap: 30px; grid-template-columns: 1fr 1fr; margin-bottom: 58px; }
.testimonials-heading .eyebrow { color: var(--pear); grid-column: 1 / -1; }
.testimonials-heading h2 { font-size: clamp(43px, 5.1vw, 72px); line-height: .99; margin: 0; }
.testimonials-heading > p:last-child { align-self: end; color: #bebeb0; font-size: 16px; line-height: 1.5; margin: 0 0 6px; max-width: 330px; }
.testimonial-grid { display: grid; gap: 1px; grid-template-columns: repeat(2, 1fr); background: #4b4b45; border: 1px solid #4b4b45; }
.testimonial { background: var(--black); display: flex; flex-direction: column; margin: 0; min-height: 285px; padding: 29px; }
.testimonial blockquote { font-family: var(--serif); font-size: clamp(20px, 2vw, 29px); font-weight: 600; letter-spacing: -.035em; line-height: 1.18; margin: 0; }
.testimonial figcaption { color: #babaae; font-family: var(--mono); font-size: 10px; letter-spacing: .035em; line-height: 1.5; margin-top: auto; padding-top: 32px; text-transform: uppercase; }
.testimonial figcaption span { color: var(--pear); display: block; margin-bottom: 5px; }
.featured-quote { background: var(--pear); color: var(--black); grid-row: span 2; min-height: 570px; }
.featured-quote blockquote { font-size: clamp(25px, 2.7vw, 39px); }
.featured-quote figcaption { color: #495000; }
.featured-quote figcaption span { color: var(--black); }

.about { display: grid; gap: 70px; grid-template-columns: .67fr 1.33fr; padding: 144px 0; }
.about-aside { border-top: 2px solid var(--ink); padding-top: 15px; }
.about-aside span { display: block; font-family: var(--serif); font-size: 23px; line-height: 1.15; margin-top: 57px; }
.about h2 { margin-top: 0; }
.about-copy p { color: #5d5348; font-size: 16px; line-height: 1.62; max-width: 665px; }
.about-copy .lead { color: var(--ink); font-family: var(--serif); font-size: 23px; letter-spacing: -.02em; line-height: 1.4; }
.credentials { border-top: 1px solid var(--stone); display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); margin-top: 39px; padding-top: 20px; }
.credentials span { color: #847666; font-family: var(--mono); font-size: 10px; letter-spacing: .03em; line-height: 1.55; }
.credentials strong { color: var(--ink); font-family: var(--sans); font-size: 11px; letter-spacing: 0; }

.contact { background: var(--pear); color: var(--black); }
.contact-inner { padding: 105px 0 112px; }
.contact .eyebrow { color: var(--olive); }
.contact h2 { font-size: clamp(54px, 7vw, 96px); margin: 18px 0 23px; }
.contact-inner > p:not(.eyebrow) { font-size: 18px; line-height: 1.5; margin-bottom: 32px; max-width: 500px; }
.contact-form { display: grid; gap: 15px; max-width: 560px; }
.contact-form .row { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
.contact-form .field { display: grid; gap: 7px; }
.contact-form label { color: #40480a; font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { background: var(--paper); border: 1px solid var(--ink); color: var(--ink); font-family: var(--sans); font-size: 15px; padding: 13px 14px; width: 100%; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9a9483; }
.contact-form input:focus-visible, .contact-form textarea:focus-visible { outline: 2px solid var(--ink); outline-offset: 1px; }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-form .form-submit { border: 0; cursor: pointer; justify-self: start; margin-top: 4px; }
.contact-form .form-foot { align-items: baseline; display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 3px; }
.form-note { color: #40480a; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; margin: 0; text-transform: uppercase; }
.form-note a { border-bottom: 1px solid currentColor; }
.form-status { font-family: var(--sans); font-size: 14px; font-weight: 600; margin: 0; min-height: 1em; }
.site-footer { align-items: center; display: flex; justify-content: space-between; min-height: 115px; }
.site-footer p { color: #6a6a60; font-family: var(--mono); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.footer-links { display: flex; gap: 14px; }
.footer-links a, .footer-links button { background: transparent; border: 0; color: #6a6a60; cursor: pointer; font-family: var(--mono); font-size: 10px; letter-spacing: .04em; padding: 0; text-transform: uppercase; }
.footer-links a:hover, .footer-links button:hover { color: var(--olive); }
.cookie-banner { align-items: end; background: var(--black); bottom: 18px; box-shadow: 0 16px 45px rgba(0,0,0,.28); color: var(--paper); display: none; gap: 32px; justify-content: space-between; left: 18px; max-width: 620px; padding: 22px; position: fixed; right: 18px; z-index: 20; }
.cookie-banner.is-visible { display: flex; }
.cookie-banner .eyebrow { color: var(--pear); margin-bottom: 9px; }
.cookie-banner p:not(.eyebrow) { color: #d0d0c4; font-size: 12px; line-height: 1.5; margin: 0; max-width: 360px; }
.cookie-banner p a { border-bottom: 1px solid var(--pear); color: var(--paper); }
.cookie-actions { display: flex; flex-shrink: 0; gap: 8px; }
.cookie-actions button { cursor: pointer; font-family: var(--sans); font-size: 11px; font-weight: 700; padding: 11px 12px; }
.cookie-essential { background: transparent; border: 1px solid #696960; color: var(--paper); }
.cookie-accept { background: var(--pear); border: 1px solid var(--pear); color: var(--black); }

.reveal { animation: enter .75s both cubic-bezier(.2,.75,.2,1); }
.delay-1 { animation-delay: .13s; }.delay-2 { animation-delay: .24s; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { animation: none; }.work-card, .button { transition: none; } }
@media (max-width: 800px) {
  .wrap { width: min(100% - 36px, 600px); }.site-header { grid-template-columns: 1fr auto; min-height: 76px; }.site-header nav { display: none; }.header-cta { font-size: 11px; }
  .hero { display: block; min-height: auto; padding: 64px 0 80px; }.hero-copy { padding-bottom: 48px; }.hero h1 { font-size: clamp(58px, 17vw, 92px); }html[lang="ro"] .hero h1 { font-size: clamp(44px, 12vw, 64px); }.portrait-wrap { min-height: 455px; }.hero-foot { bottom: 25px; left: 18px; width: calc(100% - 36px); }.hero-foot span:first-child { display: none; }
  .statement-grid, .services, .work-heading, .about, .testimonials-heading { grid-template-columns: 1fr; }.statement-grid { gap: 17px; padding: 45px 0; }.services { gap: 44px; padding: 82px 0; }.work-section { padding: 78px 0; }.work-heading { gap: 13px; margin-bottom: 35px; }.work-card { grid-column: span 12; min-height: 330px; }.more-card { min-height: 220px; }.testimonials { padding: 80px 0; }.testimonials-heading { gap: 16px; margin-bottom: 34px; }.testimonials-heading > p:last-child { margin: 0; }.testimonial-grid { grid-template-columns: 1fr; }.testimonial, .featured-quote { min-height: 280px; }.about { gap: 36px; padding: 88px 0; }.about-aside span { margin-top: 24px; }.credentials { grid-template-columns: 1fr; }.contact-inner { padding: 78px 0; }.contact-form .row { grid-template-columns: 1fr; }.site-footer { align-items: flex-start; flex-direction: column; gap: 12px; padding: 30px 0; }.site-footer p { margin: 0; }.footer-links { flex-wrap: wrap; row-gap: 8px; width: 100%; }.cookie-banner { align-items: flex-start; flex-direction: column; gap: 16px; }.cookie-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }.cookie-actions button { min-width: 0; white-space: normal; }
}
@media (max-width: 430px) { .hero h1 { font-size: clamp(50px, 15.5vw, 67px); }.hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }.service-item { gap: 12px; grid-template-columns: 35px 1fr; }.service-arrow { display: none; }.service-item h3 { font-size: 25px; }.work-card { min-height: 310px; }.card-top { gap: 10px; }.card-top span:last-child { text-align: right; }.header-cta { font-size: 10px; } }
