@font-face { font-family:"Wright Funk"; src:url("assets/WrightFunk-Thin.ttf") format("truetype"); font-weight:100; font-style:normal; font-display:swap; }
@font-face {
  font-family: "Wright Funk";
  src: url("assets/WrightFunk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wright Funk";
  src: url("assets/WrightFunk-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Wright Funk";
  src: url("assets/WrightFunk-Bold.eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* { box-sizing: border-box; }
:root {
  --bg: #050505;
  --text: #eee9e5;
  --muted: #8b8783;
  --line: rgba(255,255,255,.13);
  --orange: #ff674b;
  --orange-soft: #c94730;
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Wright Funk", Arial, sans-serif;
  font-weight: 100;
  letter-spacing: -.02em;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 80% 25%, rgba(255,83,47,.07), transparent 28%),
              radial-gradient(circle at 20% 85%, rgba(255,83,47,.035), transparent 25%);
  z-index: -2;
}
.noise { position: fixed; inset:0; opacity:.035; pointer-events:none; z-index:10; 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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); }

.site-header {
  height: 90px; margin: 0 5vw; border-bottom: 1px solid var(--line);
  display:flex; align-items:center; justify-content:space-between; position:relative; z-index:20;
}
.brand, .footer-brand { color: var(--orange); text-shadow: 0 0 18px rgba(255,103,75,.10); text-decoration:none; font-size:27px; letter-spacing:-.06em; }
.brand span, .footer-brand span { opacity:.78; }
.nav { display:flex; align-items:center; gap:38px; }
.nav a, .language { color:#b8b4b0; text-decoration:none; font:inherit; font-size:14px; transition:.25s; }
.nav a:hover { color:var(--orange); }
.language { border:0; background:none; cursor:pointer; padding:0; }
.language b, .footer-lang b { color:var(--orange); font-weight:100; }
.language i, .footer-lang i { color:#555; margin:0 8px; font-style:normal; }
.language span, .lang-en { color:#777; }

.hero {
  min-height: calc(100vh - 90px); margin:0 5vw; position:relative;
  display:flex; align-items:center; overflow:hidden;
}
.hero-copy { width:55%; position:relative; z-index:3; padding:7vh 0 12vh; }
.eyebrow, .section-label, .project-type { color:var(--orange); font-size:11px; letter-spacing:.18em; margin:0 0 28px; }
.hero h1 {
  max-width:650px; font-size:clamp(30px,3.15vw,52px); line-height:1.13; font-weight:100; margin:0;
  text-shadow: 0 0 18px rgba(255,255,255,.07), 0 2px 12px rgba(255,103,75,.12);
}
.hero-sub { color:#999591; font-size:16px; line-height:1.7; max-width:500px; margin:34px 0; }
.text-link { display:inline-flex; gap:20px; align-items:center; color:var(--orange); text-decoration:none; font-size:14px; border-bottom:1px solid rgba(255,103,75,.45); padding-bottom:10px; }
.text-link strong { font-size:19px; font-weight:100; transition:.25s; }
.text-link:hover strong { transform:translate(4px,-4px); }
.hero-art { position:absolute; width:min(61vw,900px); right:-11vw; top:50%; transform:translateY(-50%); z-index:1; }
.hero-art img { width:100%; height:auto; mix-blend-mode:screen; filter: drop-shadow(0 15px 55px rgba(255,65,35,.22)); }
.glow { position:absolute; width:65%; aspect-ratio:1; right:14%; top:18%; background:radial-gradient(circle, rgba(255,80,45,.18), transparent 68%); filter:blur(30px); }
.scroll-cue { position:absolute; right:1vw; bottom:7vh; display:flex; align-items:center; gap:12px; color:#777; font-size:10px; writing-mode:vertical-rl; }
.scroll-cue em { height:38px; width:1px; background:linear-gradient(var(--orange),transparent); }

.section { margin:0 5vw; }
.projects { padding:120px 0 150px; }
.section-head { display:flex; justify-content:space-between; align-items:flex-end; border-bottom:1px solid var(--line); padding-bottom:24px; margin-bottom:28px; }
.section-head h2 { font-size:clamp(28px,3vw,48px); font-weight:100; margin:0; }
.section-count { color:#555; font-size:12px; }
.project-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.project-card { min-width:0; }
.project-image {
  aspect-ratio: 4/5; position:relative; overflow:hidden; border:1px solid rgba(255,255,255,.1);
  background-size:cover; background-position:center;
  transition:transform .6s cubic-bezier(.2,.7,.2,1), filter .6s;
}
.project-card:hover .project-image { transform:scale(.985); filter:brightness(1.15); border-color:rgba(255,103,75,.4); }
.project-image:after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55)); }
.rabiola { background:radial-gradient(circle at 50% 20%, #51493d 0 5%, transparent 18%), linear-gradient(145deg,#17120e,#090909 50%,#22130f); }
.ipiranga { background:linear-gradient(160deg,#d3a171,#75604d 40%,#11161a); }
.sonar { background:radial-gradient(circle at 50% 72%,#b8e9ff 0 1%,#163d50 3%,transparent 18%), radial-gradient(circle at 50% 45%,#0d3445,#06131c 60%); }
.rabiola:before { content:""; position:absolute; width:130%; height:1px; background:#ffb86b; top:28%; left:-10%; transform:rotate(8deg); box-shadow:0 70px #e7a04d, 0 145px #d88941; opacity:.7; }
.sonar:before { content:""; position:absolute; width:2px; height:65%; background:linear-gradient(transparent,#bfeaff,transparent); left:50%; top:20%; box-shadow:0 0 35px 7px rgba(130,220,255,.35); }
.image-label { position:absolute; top:15px; left:15px; z-index:2; font-size:10px; color:#aaa; }
.project-info { display:flex; justify-content:space-between; gap:20px; padding:20px 5px 0; }
.project-info h3 { margin:0 0 12px; font-size:22px; font-weight:100; }
.project-info p:not(.project-type) { color:#898581; margin:0; max-width:360px; line-height:1.6; font-size:14px; }
.project-type { margin:0 0 10px; font-size:10px; }
.arrow { color:var(--orange); text-decoration:none; font-size:23px; align-self:flex-end; transition:.25s; }
.project-card:hover .arrow { transform:translate(4px,-4px); }

.about { border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:110px 0; display:grid; grid-template-columns:1fr 2fr; gap:10vw; align-items:center; }
.about-symbol { width:min(22vw,240px); }
.about-symbol img { width:100%; mix-blend-mode:screen; filter:drop-shadow(0 0 30px rgba(255,70,40,.18)); }
.about-copy { max-width:820px; }
.about-lead { font-size:clamp(28px,3vw,46px); line-height:1.18; margin:0 0 30px; font-weight:100; text-shadow:0 0 20px rgba(255,255,255,.06), 0 2px 12px rgba(255,103,75,.08); }
.about-copy > p:last-child { color:#898581; max-width:600px; font-size:16px; line-height:1.7; }

.contact { padding:150px 0; display:grid; grid-template-columns:2fr 1fr; gap:10vw; }
.contact h2 { font-size:clamp(42px,5vw,80px); line-height:1; font-weight:100; margin:0; max-width:850px; }
.contact-details { display:flex; flex-direction:column; gap:20px; padding-top:40px; }
.contact-details a, .contact-details span { color:#aaa5a0; text-decoration:none; font-size:15px; }
.contact-details a:hover { color:var(--orange); }

footer { margin:0 5vw; border-top:1px solid var(--line); min-height:105px; display:flex; align-items:center; justify-content:space-between; color:#555; font-size:11px; }
.footer-brand { font-size:20px; }
.footer-lang button { border:0; background:none; font:inherit; cursor:pointer; padding:0; }

.menu-toggle { display:none; }

@media (max-width: 800px) {
  .site-header { height:75px; }
  .nav { display:none; position:absolute; top:75px; left:0; right:0; padding:28px 0; background:rgba(5,5,5,.97); border-bottom:1px solid var(--line); flex-direction:column; align-items:flex-start; gap:22px; }
  .nav.open { display:flex; }
  .menu-toggle { display:flex; flex-direction:column; gap:6px; border:0; background:none; padding:8px 0; cursor:pointer; }
  .menu-toggle span { width:24px; height:1px; background:#aaa; }
  .hero { min-height:auto; padding:70px 0 100px; }
  .hero-copy { width:100%; padding:0; }
  .hero h1 { font-size:32px; max-width:100%; }
  .hero-sub { font-size:15px; }
  .hero-art { position:relative; width:130%; right:auto; top:auto; transform:none; margin:-30px -15% -50px; opacity:.65; order:2; }
  .hero { flex-direction:column; align-items:stretch; }
  .scroll-cue { display:none; }
  .projects { padding:80px 0 100px; }
  .project-grid { grid-template-columns:1fr; gap:55px; }
  .project-image { aspect-ratio:16/10; }
  .about { grid-template-columns:1fr; gap:40px; padding:80px 0; }
  .about-symbol { width:120px; }
  .contact { grid-template-columns:1fr; gap:45px; padding:100px 0; }
  .contact-details { padding-top:0; }
  footer { flex-wrap:wrap; gap:15px; padding:28px 0; }
}

.reveal { opacity:0; transform:translateY(28px); transition:opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity:1; transform:none; }
.project-card:nth-child(2) { transition-delay:.08s; }
.project-card:nth-child(3) { transition-delay:.16s; }

/* Real project covers supplied by the studio */

/* Project covers — supplied by Okoto Studio */
.project-image.rabiola {
  background-image: url("assets/rabiola-cover.png");
  background-size: cover;
  background-position: center;
}
.project-image.ipiranga {
  background-image: url("assets/ipiranga-cover.png");
  background-size: cover;
  background-position: center;
}
.project-image.sonar {
  background-image: url("assets/sonar-cover.png");
  background-size: cover;
  background-position: center;
}

/* Keep the covers cinematic and integrated with the dark system. */
.project-image::after {
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.62) 100%);
}

/* Projects v5 — square covers with typography outside the images */
.projects { padding-top:130px; padding-bottom:150px; }
.projects .section-head { align-items:flex-end; padding-bottom:30px; margin-bottom:42px; }
.projects .section-label { font-size:12px; margin-bottom:20px; letter-spacing:.2em; }
.projects .section-head h2 { font-size:clamp(40px,4.3vw,68px); line-height:1.04; letter-spacing:-.045em; text-shadow:0 0 26px rgba(255,255,255,.08),0 4px 22px rgba(255,80,50,.10); }
.project-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:clamp(24px,3vw,52px); }
.project-image { display:block; width:100%; aspect-ratio:1/1; overflow:hidden; border:1px solid rgba(255,255,255,.11); background-size:cover; background-position:center; position:relative; transition:transform .65s cubic-bezier(.2,.7,.2,1),border-color .35s,filter .5s; }
.project-image::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.10)); transition:background .4s; }
.project-card:hover .project-image { transform:translateY(-5px); border-color:rgba(255,103,75,.45); filter:brightness(1.06); }
.project-card:hover .project-image::after { background:rgba(255,103,75,.035); }
.project-image.rabiola { background-image:url("assets/rabiola-cover.png"); }
.project-image.ipiranga { background-image:url("assets/ipiranga-cover.png"); }
.project-image.sonar { background-image:url("assets/sonar-cover.png"); }
.project-info { display:flex; justify-content:space-between; align-items:flex-start; gap:22px; padding:22px 3px 0; }
.project-copy { min-width:0; }
.project-type { margin:0 0 11px; font-size:10px; letter-spacing:.19em; color:var(--orange); }
.project-info h3 { margin:0 0 13px; font-size:clamp(24px,2vw,32px); line-height:1.08; font-weight:100; letter-spacing:-.035em; text-shadow:0 0 18px rgba(255,255,255,.08); }
.project-info p:not(.project-type) { color:#8f8b87; margin:0; max-width:390px; line-height:1.62; font-size:14px; }
.arrow { flex:0 0 auto; margin-top:52px; color:var(--orange); text-decoration:none; font-size:24px; transition:transform .3s,text-shadow .3s; }
.project-card:hover .arrow { transform:translate(5px,-5px); text-shadow:0 0 14px rgba(255,103,75,.5); }
@media (max-width:800px) { .projects { padding-top:90px; padding-bottom:100px; } .projects .section-head h2 { font-size:40px; } .project-grid { grid-template-columns:1fr; gap:64px; } .project-image { aspect-ratio:1/1; } .project-info h3 { font-size:28px; } }

/* Final project covers: artwork stays completely clean. */
.project-image::before,
.project-image::after,
.rabiola::before,
.rabiola::after,
.sonar::before,
.sonar::after { content:none !important; display:none !important; }
.project-image { appearance:none; -webkit-appearance:none; border-radius:0; padding:0; cursor:pointer; background-color:transparent; }
.project-image:hover { filter:none; }
.project-card:hover .project-image { filter:none; }

.arrow.project-trigger {
  appearance:none; -webkit-appearance:none; border:0; background:none; padding:0; cursor:pointer; font:inherit;
}

/* Project modal */
.project-modal {
  position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:28px;
  opacity:0; visibility:hidden; pointer-events:none; transition:opacity .35s ease, visibility .35s ease;
}
.project-modal.open { opacity:1; visibility:visible; pointer-events:auto; }
.modal-backdrop { position:absolute; inset:0; background:rgba(0,0,0,.86); backdrop-filter:blur(12px); }
.modal-panel {
  position:relative; z-index:1; width:min(1080px,94vw); max-height:92vh; overflow:auto;
  background:#090909; border:1px solid rgba(255,103,75,.25);
  box-shadow:0 30px 100px rgba(0,0,0,.65), 0 0 60px rgba(255,70,40,.06);
}
.modal-close {
  position:absolute; z-index:3; right:18px; top:12px; width:44px; height:44px;
  border:0; background:rgba(0,0,0,.5); color:#eee; font:100 30px/1 "Wright Funk",sans-serif; cursor:pointer;
}
.modal-video { width:100%; aspect-ratio:16/9; background:#030303; position:relative; }
.modal-video iframe { width:100%; height:100%; border:0; display:none; }
.modal-video.has-video iframe { display:block; }
.modal-video.has-video .video-placeholder { display:none; }
.video-placeholder { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; color:#666; }
.video-placeholder span { color:var(--orange); letter-spacing:.2em; font-size:11px; }
.video-placeholder small { color:#777; font:100 15px "Wright Funk",sans-serif; }
.modal-copy { padding:34px 38px 42px; }
.modal-copy .project-type { margin-bottom:12px; }
.modal-copy h2 { margin:0 0 16px; font-size:clamp(34px,4vw,58px); line-height:1; font-weight:100; letter-spacing:-.04em; text-shadow:0 0 22px rgba(255,255,255,.08); }
.modal-copy > p:last-child { margin:0; max-width:760px; color:#999591; font-size:16px; line-height:1.7; }
body.modal-open { overflow:hidden; }
@media (max-width:800px) {
  .project-modal { padding:12px; }
  .modal-panel { width:100%; max-height:94vh; }
  .modal-copy { padding:26px 22px 30px; }
  .modal-close { right:10px; top:8px; }
}

/* FINAL PROJECT MODAL — desktop two-column / Instagram-inspired */
.project-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility .3s ease;
}
.project-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.project-modal-panel {
  position: relative;
  z-index: 1;
  width: min(1180px, 94vw);
  height: min(720px, 88vh);
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, .75fr);
  background: #080808;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 35px 110px rgba(0,0,0,.72);
  overflow: hidden;
  transform: scale(.97);
  transition: transform .35s cubic-bezier(.2,.7,.2,1);
}
.project-modal.is-open .project-modal-panel { transform: scale(1); }

.project-modal-media {
  min-width: 0;
  min-height: 0;
  background: #020202;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-shell {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #020202;
}
.video-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: grid;
  place-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,103,75,.07), transparent 38%),
    #030303;
}
.video-placeholder span {
  color: #d8d2cd;
  font-size: 11px;
  letter-spacing: .25em;
}
.video-placeholder small {
  margin-top: 10px;
  color: #5e5955;
  font-size: 11px;
}

.project-modal-info {
  position: relative;
  min-width: 0;
  padding: 42px 38px 38px;
  border-left: 1px solid rgba(255,255,255,.1);
  display: flex;
  flex-direction: column;
}
.modal-brand {
  color: var(--orange);
  font-size: 20px;
  letter-spacing: -.045em;
  text-shadow: 0 0 18px rgba(255,103,75,.12);
}
.modal-brand span { opacity: .78; }

.modal-meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 22px;
}
.modal-meta span:first-child {
  color: #5e5955;
  font-size: 9px;
  letter-spacing: .2em;
}
.modal-meta span:last-child {
  color: var(--orange);
  font-size: 9px;
  letter-spacing: .18em;
}

.project-modal-info h2 {
  margin: 0 0 18px;
  color: #f0ebe7;
  font-size: clamp(34px, 3.5vw, 56px);
  line-height: .98;
  font-weight: 100;
  letter-spacing: -.055em;
  text-shadow: 0 0 24px rgba(255,255,255,.07);
}
.project-modal-info > p:not(.modal-note) {
  margin: 0;
  color: #918c87;
  font-size: 14px;
  line-height: 1.7;
}
.modal-rule {
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,.1);
  margin: 28px 0 15px;
}
.modal-note {
  margin: 0;
  color: #4e4945;
  font-size: 9px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.project-modal-close {
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 50%;
  background: rgba(5,5,5,.7);
  color: #eee9e5;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
  transition: .25s;
}
.project-modal-close:hover {
  color: var(--orange);
  border-color: rgba(255,103,75,.5);
  transform: rotate(90deg);
}
body.modal-open { overflow: hidden; }

@media (max-width: 760px) {
  .project-modal { padding: 12px; }
  .project-modal-panel {
    width: 100%;
    height: auto;
    max-height: 94vh;
    overflow-y: auto;
    grid-template-columns: 1fr;
  }
  .project-modal-media {
    border-bottom: 1px solid rgba(255,255,255,.1);
  }
  .project-modal-info {
    border-left: 0;
    padding: 28px 24px 34px;
    min-height: 330px;
  }
  .modal-meta { margin-top: 34px; }
  .project-modal-info h2 { font-size: 42px; }
}

/* Project typography v10 — larger and more readable */
.projects .project-info h3 {
  font-size: clamp(28px, 2.45vw, 38px);
  line-height: 1.04;
  font-weight: 100;
  letter-spacing: -.045em;
  text-shadow: 0 0 20px rgba(255,255,255,.08), 0 3px 16px rgba(255,80,50,.08);
}

.projects .project-info p:not(.project-type) {
  font-size: clamp(15px, 1.15vw, 17px);
  line-height: 1.62;
  color: #a29d98;
  max-width: 430px;
}

.projects .project-type {
  font-size: 10px;
  letter-spacing: .2em;
  margin-bottom: 13px;
}

@media (max-width: 800px) {
  .projects .project-info h3 { font-size: 31px; }
  .projects .project-info p:not(.project-type) { font-size: 15px; }
}

/* Project typography v11 — stronger editorial scale */
.projects .project-info {
  padding-top: 26px;
}

.projects .project-info h3 {
  font-size: clamp(36px, 3.2vw, 50px);
  line-height: 1.02;
  font-weight: 100;
  letter-spacing: -.05em;
  margin-bottom: 18px;
  color: #f0ece8;
  text-shadow:
    0 0 20px rgba(255,255,255,.09),
    0 3px 18px rgba(255,80,50,.10);
}

.projects .project-info p:not(.project-type) {
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.58;
  color: #aaa5a0;
  max-width: 500px;
  letter-spacing: -.01em;
}

.projects .project-type {
  font-size: 12px;
  letter-spacing: .2em;
  margin-bottom: 15px;
}

.projects .arrow {
  font-size: 28px;
  margin-top: 68px;
}

@media (max-width: 1000px) {
  .projects .project-info h3 {
    font-size: 38px;
  }

  .projects .project-info p:not(.project-type) {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .projects .project-info {
    padding-top: 22px;
  }

  .projects .project-info h3 {
    font-size: 36px;
  }

  .projects .project-info p:not(.project-type) {
    font-size: 17px;
  }

  .projects .arrow {
    font-size: 25px;
    margin-top: 58px;
  }
}

/* Project typography v12 — Wright Funk weights supplied by the studio */
.projects .project-info h3 {
  font-family: "Wright Funk", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(23px, 1.8vw, 30px);
  line-height: 1.08;
  letter-spacing: -.045em;
  white-space: nowrap;
  margin-bottom: 16px;
  color: #f0ece8;
  text-shadow: 0 0 18px rgba(255,255,255,.08);
}

.projects .project-info p:not(.project-type) {
  font-family: "Wright Funk", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 1.18vw, 18px);
  line-height: 1.58;
  letter-spacing: -.012em;
  color: #aaa5a0;
  max-width: 500px;
}

.projects .project-type {
  font-family: "Wright Funk", Arial, sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: .19em;
  margin-bottom: 13px;
}

@media (max-width: 1000px) {
  .projects .project-info h3 {
    font-size: 25px;
  }
  .projects .project-info p:not(.project-type) {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .projects .project-info h3 {
    font-size: 27px;
    white-space: nowrap;
  }
  .projects .project-info p:not(.project-type) {
    font-size: 16px;
  }
}

/* Project typography — requested fixed sizes */
.projects .project-info h3 {
  font-size: 28px;
  line-height: 1.08;
  white-space: nowrap;
}

.projects .project-info p:not(.project-type) {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .projects .project-info h3 {
    font-size: 28px;
  }
  .projects .project-info p:not(.project-type) {
    font-size: 20px;
  }
}

/* Project names v15 — separate year/status line */
.projects .project-info h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  white-space: nowrap;
}

.projects .project-title-main {
  display: block;
}

.projects .project-year {
  display: block;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 400;
  color: var(--orange);
  letter-spacing: -.015em;
}

.projects .project-status {
  color: #8f8a85;
  font-size: 18px;
}

@media (max-width: 800px) {
  .projects .project-year,
  .projects .project-status {
    font-size: 18px;
  }
}

/* Project names v16 — no production years */
.projects .project-year,
.projects .project-status {
  display: none !important;
}
