
:root{
  --bg:#0b0b0b;
  --surface:#141414;
  --surface-2:#191919;
  --text:#d0ccc3;
  --text-strong:#f1eee8;
  --muted:#9d988f;
  --line:rgba(208,204,195,.16);
  --line-strong:rgba(208,204,195,.28);
  --max:1320px;
  --radius:30px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.5;
  overflow-x:hidden;
}
body::before{
  content:"";
  position:fixed;inset:0;pointer-events:none;z-index:-2;
  background:
    radial-gradient(circle at 78% 12%, rgba(208,204,195,.08), transparent 28%),
    radial-gradient(circle at 12% 85%, rgba(208,204,195,.05), transparent 26%);
}
.noise{
  position:fixed;inset:0;pointer-events:none;z-index:99;opacity:.035;
  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='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
}
.cursor-glow{
  position:fixed;width:360px;height:360px;border-radius:50%;
  background:radial-gradient(circle,rgba(208,204,195,.065),transparent 68%);
  pointer-events:none;z-index:-1;transform:translate(-50%,-50%);
  transition:opacity .2s;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:50;
  display:flex;justify-content:space-between;align-items:center;
  padding:18px 4vw;
  background:linear-gradient(to bottom,rgba(11,11,11,.86),rgba(11,11,11,0));
}
.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:-.04em}
.brand img{width:34px;height:34px;object-fit:contain}
.header-cta{font-size:14px;border-bottom:1px solid var(--line-strong);padding-bottom:3px}
.header-cta span,.btn span{display:inline-block;transition:transform .25s ease}
.header-cta:hover span,.btn:hover span{transform:translate(3px,-3px)}
.section{width:min(var(--max),92vw);margin:0 auto;padding:120px 0}
.hero{min-height:100svh;padding-top:130px;padding-bottom:0;display:flex;flex-direction:column;justify-content:space-between}
.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:44px;align-items:center;flex:1}
.eyebrow{display:inline-block;font-size:12px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-bottom:20px}
h1,h2,h3,h4,p{margin-top:0}
h1{
  font-size:clamp(54px,8vw,118px);
  line-height:.88;letter-spacing:-.075em;
  color:var(--text-strong);margin-bottom:32px;
}
.muted-line{color:var(--text)}
h2{font-size:clamp(40px,5.5vw,82px);line-height:.96;letter-spacing:-.06em;color:var(--text-strong);margin-bottom:24px}
h3{font-size:clamp(28px,3vw,42px);line-height:1;letter-spacing:-.05em;color:var(--text-strong)}
h4{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}
.hero-copy>p,.section-heading>p,.contact-copy>p{max-width:790px;font-size:clamp(18px,2vw,24px);color:var(--muted)}
.hero-actions{display:flex;align-items:center;gap:18px;margin-top:36px;flex-wrap:wrap}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  background:var(--text);color:var(--bg);
  border:1px solid var(--text);border-radius:999px;
  padding:15px 21px;font-weight:800;cursor:pointer;
  transition:transform .25s ease,box-shadow .25s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 40px rgba(208,204,195,.09)}
.text-link{border-bottom:1px solid var(--line-strong);padding-bottom:3px}
.hero-mark{display:flex;justify-content:center;align-items:center}
.hero-mark img{
  width:min(430px,34vw);
  filter:invert(1) sepia(.08) brightness(.88);
  opacity:.92;
  animation:floatMark 7s ease-in-out infinite;
}
@keyframes floatMark{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-16px) rotate(1deg)}}
.hero-ticker{width:100vw;margin-left:calc(50% - 50vw);overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0;margin-top:56px}
.ticker-track{display:flex;width:max-content;gap:26px;align-items:center;animation:ticker 28s linear infinite;font-size:12px;letter-spacing:.16em;color:var(--muted)}
.ticker-track i{font-style:normal;color:var(--text)}
@keyframes ticker{to{transform:translateX(-50%)}}
.section-heading{max-width:970px;margin-bottom:58px}
.diagnostic-card,.service-card,.experience-card,.founder-card,.contact-form{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  border:1px solid var(--line);
  border-radius:var(--radius);
  backdrop-filter:blur(8px);
}
.diagnostic-card{padding:36px}
.progress-wrap{margin-bottom:34px}
.progress-label{font-size:12px;color:var(--muted);margin-bottom:10px}
.progress-bar{height:4px;background:rgba(208,204,195,.08);border-radius:99px;overflow:hidden}
#progress-fill{height:100%;width:33.333%;background:var(--text);transition:width .4s cubic-bezier(.2,.7,.2,1)}
.quiz-question h3{font-size:clamp(30px,4vw,54px);max-width:900px}
.quiz-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}
.quiz-option{
  position:relative;overflow:hidden;
  text-align:left;background:transparent;color:var(--text);
  border:1px solid var(--line);border-radius:18px;padding:20px;
  cursor:pointer;transition:.25s ease;
}
.quiz-option::after{
  content:"↗";position:absolute;right:18px;top:50%;transform:translateY(-50%) translateX(-8px);
  opacity:0;transition:.25s ease;
}
.quiz-option:hover{background:var(--text);color:var(--bg);border-color:var(--text);padding-left:24px}
.quiz-option:hover::after{opacity:1;transform:translateY(-50%) translateX(0)}
.quiz-actions{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.quiz-back{background:transparent;color:var(--muted);border:none;text-decoration:underline;cursor:pointer}
.quiz-result .result-name{font-size:clamp(38px,6vw,76px);color:var(--text-strong);letter-spacing:-.06em;margin:8px 0 18px}
.quiz-result .result-secondary{margin-top:18px;padding:16px 18px;border-left:2px solid var(--text);color:var(--muted)}
.service-stack{display:grid;gap:26px}
.service-card{
  padding:34px;
  position:relative;
  overflow:hidden;
  transition:transform .3s ease,border-color .3s ease;
}
.service-card:hover{border-color:var(--line-strong);transform:translateY(-3px)}
.service-card::before{
  content:"";position:absolute;inset:auto -10% -35% 35%;height:260px;
  background:radial-gradient(circle,rgba(208,204,195,.055),transparent 65%);
  pointer-events:none;
}
.service-top{display:grid;grid-template-columns:90px 1fr;align-items:end;border-bottom:1px solid var(--line);padding-bottom:24px;margin-bottom:28px}
.service-number{font-size:12px;color:var(--muted)}
.service-top h3{font-size:clamp(38px,5vw,70px);margin:0}
.service-columns{display:grid;grid-template-columns:1fr 1fr;gap:48px}
.service-intro{font-size:clamp(22px,3vw,34px);line-height:1.1;color:var(--text-strong);max-width:620px}
.service-card ul{padding-left:18px;color:var(--muted)}
.service-card li+li{margin-top:8px}
.service-side{display:flex;flex-direction:column;gap:14px}
.service-block,.split>div{border:1px solid var(--line);border-radius:18px;padding:20px}
.service-block p,.split p{color:var(--muted);margin-bottom:0}
.mini-label,.label{display:inline-block;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin-bottom:10px}
.tags{display:flex;gap:8px;flex-wrap:wrap}
.tags span,.note{font-size:12px;border:1px solid var(--line);border-radius:999px;padding:8px 11px;color:var(--muted)}
.note{border-radius:14px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.process-line{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.process-line article{padding:28px 24px 28px 0;border-right:1px solid var(--line);min-height:250px}
.process-line article+article{padding-left:24px}
.process-line article:last-child{border-right:none}
.process-line article>span{font-size:12px;color:var(--muted)}
.process-line p{color:var(--muted)}
.big-statement{padding-top:60px;display:flex;flex-direction:column;font-size:clamp(34px,6vw,88px);line-height:.95;letter-spacing:-.06em;color:var(--text-strong)}
.big-statement span:last-child{color:var(--muted)}
.experience-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:18px}
.experience-card{overflow:hidden}
.placeholder-media,.founder-photo{
  position:relative;min-height:340px;display:grid;place-items:center;text-align:center;padding:20px;
  background:
    linear-gradient(135deg,rgba(208,204,195,.05),transparent),
    repeating-linear-gradient(45deg,transparent,transparent 10px,rgba(208,204,195,.015) 10px,rgba(208,204,195,.015) 20px);
  border-bottom:1px solid var(--line);color:var(--muted)
}
.placeholder-media.small{min-height:260px}
.experience-copy,.founder-copy{padding:28px}
.experience-copy>p,.founder-copy>p{color:var(--muted)}
.stats{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}
.stats div{border:1px solid var(--line);border-radius:16px;padding:16px}
.stats strong{display:block;font-size:32px;color:var(--text-strong);letter-spacing:-.04em}
.stats span{font-size:12px;color:var(--muted)}
.founders-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-section{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:start}
.contact-form{padding:28px;display:grid;gap:16px}
.contact-form label{display:grid;gap:8px;font-size:12px;color:var(--muted)}
.contact-form input,.contact-form textarea{
  width:100%;background:rgba(255,255,255,.025);color:var(--text);
  border:1px solid var(--line);border-radius:14px;padding:14px;outline:none;
  transition:border-color .2s,background .2s;
}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--line-strong);background:rgba(255,255,255,.04)}
.hidden{display:none}
.footer{
  width:min(var(--max),92vw);margin:0 auto;padding:44px 0 60px;
  border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr 1fr;gap:24px;align-items:end;font-size:13px
}
.footer p{margin:0;color:var(--muted)}
.footer>span{text-align:right;color:var(--muted)}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.7,.2,1)}
.reveal[data-delay="1"]{transition-delay:.12s}
.reveal.visible{opacity:1;transform:translateY(0)}
@media(max-width:980px){
  .hero-grid,.contact-section,.experience-grid,.service-columns{grid-template-columns:1fr}
  .hero-mark{justify-content:flex-start}
  .hero-mark img{width:min(320px,65vw)}
  .process-line{grid-template-columns:1fr 1fr}
  .process-line article:nth-child(2){border-right:none}
  .process-line article:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .founders-grid{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr}.footer>span{text-align:left}
}
@media(max-width:680px){
  .site-header{padding:16px 5vw}
  .header-cta{font-size:12px}
  .section{width:90vw;padding:86px 0}
  .hero{padding-top:110px;padding-bottom:0}
  h1{font-size:clamp(46px,14vw,72px)}
  .hero-mark{margin-top:20px}
  .quiz-options,.split,.stats{grid-template-columns:1fr}
  .diagnostic-card,.service-card,.contact-form{padding:22px}
  .service-top{grid-template-columns:1fr;gap:10px}
  .service-columns{gap:26px}
  .process-line{grid-template-columns:1fr}
  .process-line article,
  .process-line article+article{padding:24px 0;border-right:none;border-bottom:1px solid var(--line);min-height:auto}
  .process-line article:last-child{border-bottom:none}
  .cursor-glow{display:none}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation:none!important;transition:none!important}
  .reveal{opacity:1;transform:none}
}


.placeholder-media img,
.founder-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.founder-photo img{
  object-position:center 24%;
}


/* =========================================================
   DESKTOP COMPOSITION REFINEMENT — 1920x1080 TARGET
   ========================================================= */

section[id]{
  scroll-margin-top:64px;
}

@media (min-width:1200px){
  :root{ --max:1180px; }

  .section{
    width:min(var(--max),90vw);
    padding:64px 0;
  }

  .hero{
    min-height:100svh;
    padding-top:92px;
    padding-bottom:0;
  }

  .hero-grid{
    grid-template-columns:1.35fr .65fr;
    gap:28px;
  }

  h1{
    font-size:clamp(50px,5.4vw,82px);
    line-height:.91;
    max-width:980px;
    margin-bottom:20px;
  }

  h2{
    font-size:clamp(36px,3.7vw,58px);
    line-height:.98;
    max-width:920px;
    margin-bottom:16px;
  }

  h3{
    font-size:30px;
  }

  .hero-copy>p,
  .section-heading>p,
  .contact-copy>p{
    font-size:18px;
    line-height:1.45;
    max-width:720px;
  }

  .section-heading{
    margin-bottom:30px;
  }

  .eyebrow{
    margin-bottom:12px;
  }

  .hero-actions{
    margin-top:22px;
  }

  .hero-mark img{
    width:280px;
  }

  .hero-ticker{
    margin-top:24px;
    padding:10px 0;
  }

  .diagnostic-card{
    padding:24px 28px;
  }

  .progress-wrap{
    margin-bottom:20px;
  }

  .quiz-question h3{
    font-size:38px;
  }

  .quiz-options{
    margin-top:18px;
    gap:9px;
  }

  .quiz-option{
    padding:14px 16px;
  }

  .service-stack{
    gap:14px;
  }

  .service-card{
    padding:22px 24px;
  }

  .service-top{
    grid-template-columns:58px 1fr;
    padding-bottom:14px;
    margin-bottom:18px;
  }

  .service-top h3{
    font-size:42px;
  }

  .service-columns{
    gap:28px;
  }

  .service-intro{
    font-size:24px;
  }

  .service-card li+li{
    margin-top:5px;
  }

  .service-block,
  .split>div{
    padding:16px;
  }

  .process-line article{
    min-height:175px;
    padding-top:18px;
    padding-bottom:18px;
  }

  .process-line article+article{
    padding-left:18px;
  }

  .big-statement{
    padding-top:30px;
    font-size:54px;
  }

  .experience-grid{
    grid-template-columns:1.5fr 1fr;
    gap:14px;
  }

  .placeholder-media{
    min-height:210px;
    height:210px;
  }

  .placeholder-media.small{
    min-height:210px;
    height:210px;
  }

  .experience-copy{
    padding:18px 20px;
  }

  .experience-copy h3{
    margin-bottom:10px;
  }

  .experience-copy>p{
    font-size:14px;
    line-height:1.45;
  }

  .stats{
    grid-template-columns:repeat(4,1fr);
    gap:8px;
    margin-top:14px;
  }

  .stats div{
    padding:12px;
  }

  .stats strong{
    font-size:24px;
  }

  .stats span{
    font-size:11px;
  }

  .founders-grid{
    grid-template-columns:1fr 1fr;
    gap:14px;
  }

  .founder-card{
    display:grid !important;
    grid-template-columns:42% 58%;
    min-height:285px;
    max-height:330px;
    overflow:hidden;
  }

  .founder-photo{
    min-height:0 !important;
    height:100% !important;
    border-bottom:none !important;
    border-right:1px solid var(--line);
  }

  .founder-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 20%;
  }

  .founder-copy{
    padding:22px;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }

  .founder-copy h3{
    margin:4px 0 10px;
  }

  .founder-copy p{
    font-size:14px;
    line-height:1.5;
    margin:0;
  }

  .contact-section{
    gap:34px;
  }

  .contact-form{
    padding:20px;
    gap:10px;
  }

  .contact-form input,
  .contact-form textarea{
    padding:10px 12px;
  }

  .footer{
    padding:28px 0 38px;
  }
}

@media (min-width:1500px){
  .section{
    width:min(1180px,86vw);
  }
}


/* Contact CTA revision */
.contact-actions-card{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.018));
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.contact-actions-copy{ margin-bottom:8px; }
.contact-actions-copy h3{ margin:4px 0 12px; }
.contact-actions-copy p{ color:var(--muted); margin-bottom:0; }
.contact-primary{ width:100%; }

.btn-outline{
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:transparent;
  color:var(--text);
  border:1px solid var(--line-strong);
  border-radius:999px;
  padding:15px 21px;
  font-weight:800;
  cursor:pointer;
  transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease;
}

.btn-outline:hover{
  background:var(--text);
  color:var(--bg);
  border-color:var(--text);
  transform:translateY(-2px);
}

.toggle-icon{ display:inline-block; transition:transform .25s ease; }
.btn-outline[aria-expanded="true"] .toggle-icon{ transform:rotate(180deg); }

.email-form-wrap{ overflow:hidden; padding-top:4px; }
.email-form-wrap[hidden]{ display:none; }

.email-form-wrap.is-open{
  animation:emailFormOpen .35s ease both;
}

@keyframes emailFormOpen{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:translateY(0)}
}

.email-form-wrap .contact-form{
  margin-top:8px;
  background:rgba(255,255,255,.018);
}

.email-form-actions{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.direct-email-link{
  text-align:center;
  font-size:12px;
  color:var(--muted);
  text-decoration:underline;
  text-underline-offset:3px;
}

@media (min-width:1200px){
  .contact-actions-card{ padding:24px; }
}


/* AJAX form feedback */
.form-status{
  display:none;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px 16px;
  font-size:14px;
  line-height:1.5;
}

.form-status.is-visible{
  display:block;
  animation:emailFormOpen .3s ease both;
}

.form-status.success{
  background:rgba(255,255,255,.045);
  color:var(--text-strong);
}

.form-status.error{
  background:rgba(255,255,255,.025);
  color:var(--text);
}

.contact-form.is-submitting{
  pointer-events:none;
  opacity:.72;
}

.contact-form.is-submitting button[type="submit"]{
  cursor:wait;
}


/* Footer contact details */
.footer-center{
  display:flex;
  flex-direction:column;
  gap:10px;
}

.footer-contact{
  display:flex;
  flex-wrap:wrap;
  gap:10px 18px;
}

.footer-contact a{
  color:var(--text);
  font-size:13px;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease, color .2s ease;
}

.footer-contact a:hover{
  border-color:var(--line-strong);
  color:var(--text-strong);
}

@media(max-width:680px){
  .footer-contact{
    flex-direction:column;
    gap:6px;
  }
}


/* Nathan portfolio case */
.nathan-card{
  overflow:hidden;
}

.nathan-case-layout{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  align-items:stretch;
}

.nathan-media-wrap{
  padding:18px;
  border-right:1px solid var(--line);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(130px,.72fr);
  grid-template-areas:
    "feature feature feature"
    "studio studio timeline"
    "thumb1 thumb2 thumb3";
  gap:10px;
  align-content:start;
}

.nathan-feature{ grid-area:feature; }
.nathan-support.landscape{ grid-area:studio; }
.nathan-support.portrait{ 
  grid-area:timeline;
  width:100%;
  justify-self:stretch;
  align-self:start;
}
.nathan-thumb:nth-of-type(4){ grid-area:thumb1; }
.nathan-thumb:nth-of-type(5){ grid-area:thumb2; }
.nathan-thumb:nth-of-type(6){ grid-area:thumb3; }

.ratio-16x9{ aspect-ratio:16 / 9; }
.ratio-9x16{ aspect-ratio:9 / 16; }

.nathan-feature,
.nathan-support,
.nathan-thumb{
  position:relative;
  overflow:hidden;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  margin:0;
}

.nathan-feature video,
.nathan-support video,
.nathan-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.nathan-thumb img{
  transform:scale(1.02);
}

.nathan-role-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}

.nathan-role-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px;
  color:var(--muted);
}

.nathan-card .experience-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:22px;
}

.nathan-card .experience-copy p{
  color:var(--muted);
  max-width:460px;
}

.nathan-card .stats{
  margin-top:18px;
}

@media (min-width:1200px){
  .nathan-media-wrap{
    padding:16px;
    gap:8px;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) 150px;
  }
}

@media (max-width:1100px){
  .nathan-case-layout{
    grid-template-columns:1fr;
  }

  .nathan-media-wrap{
    border-right:none;
    border-bottom:1px solid var(--line);
  }
}

@media (max-width:980px){
  .nathan-media-wrap{
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "feature feature"
      "studio timeline"
      "thumb1 thumb2"
      "thumb3 thumb3";
  }

  .nathan-support.portrait{
    max-width:220px;
    justify-self:center;
  }

  .nathan-card .experience-copy{
    padding:20px;
  }
}

@media (max-width:680px){
  .nathan-media-wrap{
    padding:14px;
    grid-template-columns:1fr;
    grid-template-areas:
      "feature"
      "studio"
      "timeline"
      "thumb1"
      "thumb2"
      "thumb3";
  }

  .nathan-support.portrait{
    max-width:180px;
    width:100%;
    justify-self:center;
  }

  .nathan-card .experience-copy{
    padding:18px;
  }
}


/* =========================================================
   EXPERIENCE SECTION REFINEMENT — wider Nathan case
   ========================================================= */

.experience-grid{
  grid-template-columns:1fr !important;
  gap:18px;
}

.experience-card.featured.nathan-card{
  width:100%;
}

.nathan-case-layout{
  grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr) !important;
  align-items:stretch;
}

.nathan-media-wrap{
  grid-template-columns:minmax(0,1.1fr) minmax(0,1.1fr) minmax(180px,.75fr) !important;
  grid-template-areas:
    "feature feature timeline"
    "studio studio timeline"
    "thumb1 thumb2 thumb3" !important;
  align-items:start;
  padding:20px !important;
  gap:12px !important;
}

.nathan-feature,
.nathan-support,
.nathan-thumb{
  border-radius:20px;
}

.nathan-support.landscape{
  align-self:start;
}

.nathan-support.portrait{
  width:100%;
  max-width:none !important;
  height:auto;
  align-self:stretch;
}

.nathan-card .experience-copy{
  padding:26px !important;
}

.nathan-card .experience-copy h3{
  margin-bottom:12px;
}

.nathan-card .experience-copy p{
  font-size:16px;
  line-height:1.5;
  max-width:520px;
}

.nathan-card .stats{
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}

.nathan-card .stats div{
  min-height:96px;
}

.nathan-card .stats strong{
  font-size:24px;
}

@media (min-width:1200px){
  .experience-grid{
    gap:20px;
  }

  .nathan-card{
    min-height:560px;
  }

  .nathan-feature.ratio-16x9{
    aspect-ratio:16 / 8.9;
  }

  .nathan-support.landscape.ratio-16x9{
    aspect-ratio:16 / 9;
  }

  .nathan-support.portrait.ratio-9x16{
    aspect-ratio:9 / 16;
    min-height:100%;
  }

  .nathan-thumb.ratio-16x9{
    aspect-ratio:16 / 9;
  }
}

@media (max-width:1199px){
  .nathan-case-layout{
    grid-template-columns:1fr !important;
  }

  .nathan-media-wrap{
    border-right:none !important;
    border-bottom:1px solid var(--line);
  }
}

@media (max-width:980px){
  .nathan-media-wrap{
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      "feature feature"
      "studio timeline"
      "thumb1 thumb2"
      "thumb3 thumb3" !important;
  }

  .nathan-support.portrait{
    max-width:240px !important;
    justify-self:center;
  }

  .nathan-card .stats{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:680px){
  .nathan-media-wrap{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "feature"
      "studio"
      "timeline"
      "thumb1"
      "thumb2"
      "thumb3" !important;
    padding:14px !important;
    gap:10px !important;
  }

  .nathan-support.portrait{
    max-width:180px !important;
  }

  .nathan-card .stats{
    grid-template-columns:1fr 1fr;
  }
}

/* Give Camila card full-width below Nathan for more horizontal room */
.experience-grid > .experience-card:not(.featured){
  width:100%;
}

@media (min-width:1200px){
  .experience-grid > .experience-card:not(.featured){
    display:grid;
    grid-template-columns:420px 1fr;
    align-items:stretch;
    overflow:hidden;
  }

  .experience-grid > .experience-card:not(.featured) .placeholder-media.small{
    min-height:100%;
    height:100%;
    max-height:none;
    border-bottom:none;
    border-right:1px solid var(--line);
  }

  .experience-grid > .experience-card:not(.featured) .experience-copy{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:26px;
  }

  .experience-grid > .experience-card:not(.featured) .experience-copy p{
    max-width:760px;
  }
}


/* =========================================================
   NATHAN CASE — designer pass for clearer visual hierarchy
   ========================================================= */

.nathan-card{
  overflow:hidden;
}

.nathan-case-layout{
  display:block !important;
}

.nathan-media-wrap{
  border-right:none !important;
  border-bottom:1px solid var(--line);
  padding:20px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.8fr);
  grid-template-areas:
    "feature feature feature timeline"
    "studio studio thumb1 thumb2"
    "studio studio thumb3 thumb3" !important;
  gap:12px !important;
  align-items:start;
}

.nathan-feature{
  grid-area:feature;
}

.nathan-support.landscape{
  grid-area:studio;
}

.nathan-support.portrait{
  grid-area:timeline;
  max-width:none !important;
  width:100%;
  height:auto;
  align-self:start;
  justify-self:stretch;
}

.nathan-thumb:nth-of-type(4){ grid-area:thumb1; }
.nathan-thumb:nth-of-type(5){ grid-area:thumb2; }
.nathan-thumb:nth-of-type(6){ grid-area:thumb3; }

.nathan-feature,
.nathan-support,
.nathan-thumb{
  border-radius:20px;
  overflow:hidden;
  background:rgba(255,255,255,.04);
  border:1px solid var(--line);
  box-shadow:0 0 0 1px rgba(255,255,255,.01) inset;
}

.nathan-feature video,
.nathan-support video,
.nathan-thumb img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.nathan-feature.ratio-16x9{
  aspect-ratio:16 / 9;
}

.nathan-support.landscape.ratio-16x9{
  aspect-ratio:16 / 9;
}

.nathan-support.portrait.ratio-9x16{
  aspect-ratio:9 / 16;
}

.nathan-thumb.ratio-16x9{
  aspect-ratio:16 / 9;
}

.nathan-thumb img{
  transform:scale(1.015);
}

.nathan-card .experience-copy{
  padding:24px 24px 22px !important;
  display:flex;
  flex-direction:column;
  gap:0;
}

.nathan-card .experience-copy .label{
  margin-bottom:10px;
}

.nathan-card .experience-copy h3{
  margin-bottom:12px;
}

.nathan-card .experience-copy p{
  max-width:860px !important;
  font-size:16px;
  line-height:1.55;
  margin-bottom:0;
}

.nathan-role-points{
  margin-top:18px !important;
}

.nathan-card .stats{
  margin-top:20px !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:10px !important;
}

.nathan-card .stats div{
  min-height:94px;
}

.nathan-card .stats strong{
  font-size:26px;
}

.nathan-card .stats span{
  font-size:12px;
}

@media (min-width:1200px){
  .nathan-card{
    min-height:auto;
  }

  .nathan-feature.ratio-16x9{
    aspect-ratio:16 / 8.7;
  }

  .nathan-media-wrap{
    grid-template-columns:minmax(0,1.15fr) minmax(0,1.15fr) minmax(0,.78fr) minmax(0,.78fr);
  }
}

@media (max-width:980px){
  .nathan-media-wrap{
    grid-template-columns:1fr 1fr !important;
    grid-template-areas:
      "feature feature"
      "timeline studio"
      "thumb1 thumb2"
      "thumb3 thumb3" !important;
  }

  .nathan-support.portrait{
    max-width:260px !important;
    justify-self:center;
  }

  .nathan-card .stats{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media (max-width:680px){
  .nathan-media-wrap{
    grid-template-columns:1fr !important;
    grid-template-areas:
      "feature"
      "timeline"
      "studio"
      "thumb1"
      "thumb2"
      "thumb3" !important;
    padding:14px !important;
    gap:10px !important;
  }

  .nathan-support.portrait{
    max-width:190px !important;
  }

  .nathan-card .experience-copy{
    padding:18px !important;
  }

  .nathan-card .stats{
    grid-template-columns:1fr 1fr !important;
  }
}


/* =========================================================
   PORTFOLIO FIT — keep Nathan case inside a 1920x1080 view
   ========================================================= */

@media (min-width:1200px){
  .experience-section .section-heading{
    margin-bottom:26px;
  }

  .experience-section{
    padding-top:54px;
    padding-bottom:54px;
  }

  .nathan-card{
    max-height:620px;
  }

  .nathan-case-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr) !important;
    align-items:stretch;
    max-height:620px;
  }

  .nathan-media-wrap{
    border-right:1px solid var(--line) !important;
    border-bottom:none !important;
    padding:14px !important;
    display:grid !important;
    grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) 150px !important;
    grid-template-rows:180px 150px 105px !important;
    grid-template-areas:
      "feature feature timeline"
      "studio studio timeline"
      "thumb1 thumb2 thumb3" !important;
    gap:8px !important;
    max-height:620px;
    overflow:hidden;
    align-content:start;
  }

  .nathan-feature,
  .nathan-support,
  .nathan-thumb{
    min-width:0;
    min-height:0;
  }

  .nathan-feature.ratio-16x9,
  .nathan-support.landscape.ratio-16x9,
  .nathan-support.portrait.ratio-9x16,
  .nathan-thumb.ratio-16x9{
    aspect-ratio:auto !important;
  }

  .nathan-feature,
  .nathan-support.landscape,
  .nathan-support.portrait,
  .nathan-thumb{
    width:100%;
    height:100%;
  }

  .nathan-feature video,
  .nathan-support video,
  .nathan-thumb img{
    width:100%;
    height:100%;
    object-fit:contain !important;
    background:#0f0f0f;
  }

  .nathan-thumb img{
    transform:none !important;
  }

  .nathan-card .experience-copy{
    padding:22px !important;
    justify-content:center;
    overflow:hidden;
  }

  .nathan-card .experience-copy p{
    font-size:14px !important;
    line-height:1.45 !important;
    max-width:500px !important;
  }

  .nathan-role-points{
    margin-top:14px !important;
    gap:6px !important;
  }

  .nathan-role-points span{
    padding:6px 9px !important;
    font-size:11px !important;
  }

  .nathan-card .stats{
    margin-top:14px !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:8px !important;
  }

  .nathan-card .stats div{
    min-height:78px !important;
    padding:10px !important;
  }

  .nathan-card .stats strong{
    font-size:22px !important;
  }

  .nathan-card .stats span{
    font-size:10px !important;
    line-height:1.25;
  }
}

@media (min-width:1200px) and (max-height:900px){
  .experience-section{
    padding-top:44px;
    padding-bottom:44px;
  }

  .nathan-card{
    max-height:560px;
  }

  .nathan-case-layout{
    max-height:560px;
  }

  .nathan-media-wrap{
    grid-template-rows:160px 135px 92px !important;
    max-height:560px;
  }

  .nathan-card .experience-copy{
    padding:18px !important;
  }
}


/* =========================================================
   NATHAN CASE V14 — natural aspect ratios, compact 1080p layout
   ========================================================= */

@media (min-width:1200px){
  .experience-section{
    padding-top:44px;
    padding-bottom:44px;
  }

  .experience-section .section-heading{
    margin-bottom:24px;
  }

  .nathan-card{
    max-height:none !important;
  }

  .nathan-case-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1.42fr) minmax(350px,.58fr) !important;
    align-items:center !important;
    max-height:none !important;
  }

  .nathan-media-board{
    padding:14px;
    border-right:1px solid var(--line);
    display:flex;
    flex-direction:column;
    gap:10px;
    min-width:0;
  }

  .nathan-media-top{
    display:grid;
    grid-template-columns:minmax(0,1fr) 142px;
    gap:10px;
    align-items:start;
  }

  .nathan-media-bottom{
    display:grid;
    grid-template-columns:minmax(0,.86fr) minmax(0,1.34fr);
    gap:10px;
    align-items:start;
  }

  .thumb-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    align-items:start;
  }

  .media-frame{
    margin:0;
    overflow:hidden;
    border-radius:16px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.035);
  }

  .media-landscape{
    aspect-ratio:16 / 9;
  }

  .media-portrait{
    aspect-ratio:9 / 16;
  }

  .media-frame video,
  .media-frame img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }

  .media-main,
  .media-studio,
  .media-timeline{
    width:100%;
  }

  .nathan-card .experience-copy{
    padding:22px !important;
    justify-content:center !important;
    overflow:visible !important;
  }

  .nathan-card .experience-copy p{
    font-size:14px !important;
    line-height:1.45 !important;
    max-width:500px !important;
  }

  .nathan-role-points{
    margin-top:14px !important;
  }

  .nathan-card .stats{
    margin-top:14px !important;
    grid-template-columns:repeat(4,1fr) !important;
    gap:8px !important;
  }

  .nathan-card .stats div{
    min-height:78px !important;
    padding:10px !important;
  }

  .nathan-card .stats strong{
    font-size:22px !important;
  }

  .nathan-card .stats span{
    font-size:10px !important;
    line-height:1.25;
  }
}

@media (min-width:1200px) and (max-height:900px){
  .nathan-media-top{
    grid-template-columns:minmax(0,1fr) 128px;
  }

  .nathan-media-board{
    padding:12px;
    gap:8px;
  }

  .nathan-media-top,
  .nathan-media-bottom{
    gap:8px;
  }

  .thumb-strip{
    gap:6px;
  }

  .nathan-card .experience-copy{
    padding:18px !important;
  }
}

@media (max-width:1199px){
  .nathan-case-layout{
    display:block !important;
  }

  .nathan-media-board{
    padding:16px;
    border-right:none;
    border-bottom:1px solid var(--line);
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .nathan-media-top{
    display:grid;
    grid-template-columns:minmax(0,1fr) 150px;
    gap:10px;
  }

  .nathan-media-bottom{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .thumb-strip{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }

  .media-frame{
    margin:0;
    overflow:hidden;
    border-radius:16px;
    border:1px solid var(--line);
  }

  .media-landscape{ aspect-ratio:16 / 9; }
  .media-portrait{ aspect-ratio:9 / 16; }

  .media-frame video,
  .media-frame img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
  }
}

@media (max-width:680px){
  .nathan-media-top{
    grid-template-columns:1fr;
  }

  .media-timeline{
    width:min(190px,58vw);
    justify-self:center;
  }

  .thumb-strip{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   NATHAN CASE V15 — organic support-video composition
   ========================================================= */

@media (min-width:1200px){
  .nathan-media-board{
    padding:14px !important;
    gap:12px !important;
  }

  /* Main line: hero video + a deliberately smaller vertical support video */
  .nathan-media-top{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 118px !important;
    gap:12px !important;
    align-items:start !important;
  }

  .media-main{
    width:100%;
  }

  .media-timeline{
    width:118px !important;
    justify-self:end !important;
    align-self:start !important;
  }

  /* Bottom line: studio clip becomes a supporting piece, not a second hero */
  .nathan-media-bottom{
    display:grid !important;
    grid-template-columns:280px minmax(0,1fr) !important;
    gap:12px !important;
    align-items:start !important;
  }

  .media-studio{
    width:280px !important;
    justify-self:start !important;
  }

  /* Thumbnails form one clean strip aligned with the studio clip */
  .thumb-strip{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    align-items:start !important;
  }

  .thumb-strip .media-frame{
    width:100%;
  }

  .media-frame{
    border-radius:16px !important;
  }

  .media-frame video,
  .media-frame img{
    object-fit:cover !important;
  }
}

@media (min-width:1200px) and (max-height:900px){
  .nathan-media-top{
    grid-template-columns:minmax(0,1fr) 108px !important;
  }

  .media-timeline{
    width:108px !important;
  }

  .nathan-media-bottom{
    grid-template-columns:250px minmax(0,1fr) !important;
  }

  .media-studio{
    width:250px !important;
  }
}

@media (min-width:981px) and (max-width:1199px){
  .nathan-media-top{
    grid-template-columns:minmax(0,1fr) 130px !important;
  }

  .media-timeline{
    width:130px !important;
    justify-self:end !important;
  }

  .nathan-media-bottom{
    grid-template-columns:260px minmax(0,1fr) !important;
  }

  .media-studio{
    width:260px !important;
  }
}

@media (max-width:980px){
  .nathan-media-bottom{
    grid-template-columns:1fr !important;
  }

  .media-studio{
    width:min(420px,100%) !important;
    justify-self:start !important;
  }
}


/* =========================================================
   NATHAN CASE V16 — clean media composition
   ========================================================= */

.nathan-media-board-clean{
  padding:14px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  border-right:1px solid var(--line) !important;
  border-bottom:none !important;
}

.nathan-media-board-clean .media-main{
  width:100% !important;
  aspect-ratio:16 / 9 !important;
}

.nathan-media-board-clean .thumb-strip{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
}

.nathan-media-board-clean .media-frame{
  margin:0 !important;
  width:100% !important;
  aspect-ratio:16 / 9 !important;
  overflow:hidden !important;
  border-radius:16px !important;
}

.nathan-media-board-clean video,
.nathan-media-board-clean img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

@media (min-width:1200px){
  .nathan-case-layout{
    grid-template-columns:minmax(0,1.42fr) minmax(350px,.58fr) !important;
  }

  .nathan-media-board-clean{
    align-self:stretch;
    justify-content:center;
  }
}

@media (max-width:1199px){
  .nathan-media-board-clean{
    border-right:none !important;
    border-bottom:1px solid var(--line) !important;
  }
}

@media (max-width:680px){
  .nathan-media-board-clean .thumb-strip{
    grid-template-columns:1fr !important;
  }
}


/* =========================================================
   NATHAN CASE V17 — text column refinement
   ========================================================= */

@media (min-width:1200px){
  .nathan-case-layout{
    grid-template-columns:minmax(0,1.28fr) minmax(430px,.72fr) !important;
    align-items:stretch !important;
  }

  .nathan-card .experience-copy{
    padding:28px 26px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:0 !important;
  }

  .nathan-card .experience-copy .label{
    letter-spacing:.14em;
    font-size:12px;
    margin-bottom:10px;
  }

  .nathan-card .experience-copy h3{
    font-size:30px !important;
    line-height:1.05 !important;
    margin-bottom:14px !important;
  }

  .nathan-card .experience-copy p{
    font-size:15px !important;
    line-height:1.6 !important;
    max-width:540px !important;
    margin-bottom:0 !important;
  }

  .nathan-role-points{
    margin-top:18px !important;
    gap:8px !important;
  }

  .nathan-role-points span{
    padding:8px 11px !important;
    font-size:12px !important;
    line-height:1 !important;
    border-radius:999px !important;
  }

  .nathan-card .stats{
    margin-top:20px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .nathan-card .stats div{
    min-height:96px !important;
    padding:12px 14px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-start !important;
  }

  .nathan-card .stats strong{
    font-size:26px !important;
    line-height:1 !important;
    margin-bottom:8px !important;
  }

  .nathan-card .stats span{
    font-size:12px !important;
    line-height:1.4 !important;
  }
}

@media (min-width:1200px) and (max-height:900px){
  .nathan-case-layout{
    grid-template-columns:minmax(0,1.24fr) minmax(400px,.76fr) !important;
  }

  .nathan-card .experience-copy{
    padding:22px 22px !important;
  }

  .nathan-card .experience-copy h3{
    font-size:28px !important;
  }

  .nathan-card .experience-copy p{
    font-size:14px !important;
    line-height:1.55 !important;
  }

  .nathan-card .stats div{
    min-height:88px !important;
  }
}

@media (max-width:1199px){
  .nathan-card .experience-copy{
    padding:22px 20px !important;
  }

  .nathan-card .stats{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:680px){
  .nathan-card .stats{
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }

  .nathan-card .experience-copy h3{
    font-size:26px !important;
  }

  .nathan-card .experience-copy p{
    font-size:14px !important;
    line-height:1.55 !important;
  }
}


/* =========================================================
   CAMILA CASE V18 — three vertical videos side by side
   ========================================================= */

.camila-media-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  padding:18px;
  border-right:1px solid var(--line);
  background:linear-gradient(180deg,rgba(255,255,255,.02),rgba(255,255,255,.01));
  align-items:start;
}

.camila-video-frame{
  aspect-ratio:9 / 16;
  overflow:hidden;
  border-radius:18px;
  border:1px solid var(--line);
  background:#0f0f0f;
}

.camila-video-frame video{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

@media (min-width:1200px){
  .experience-grid > .experience-card:not(.featured){
    display:grid !important;
    grid-template-columns:minmax(520px,1.08fr) minmax(360px,.92fr) !important;
    align-items:stretch !important;
  }

  .experience-grid > .experience-card:not(.featured) .experience-copy{
    padding:28px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
  }

  .camila-media-grid{
    padding:16px;
    gap:10px;
  }
}

@media (max-width:1199px){
  .camila-media-grid{
    border-right:none;
    border-bottom:1px solid var(--line);
  }
}

@media (max-width:680px){
  .camila-media-grid{
    grid-template-columns:1fr;
  }

  .camila-video-frame{
    width:min(260px,100%);
    justify-self:center;
  }
}


/* CAMILA METRICS V20 */
.camila-role-points{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px;
}
.camila-role-points span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 11px;
  border:1px solid var(--line);
  border-radius:999px;
  font-size:12px;
  color:var(--muted);
}
.camila-stats{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:20px;
}
.camila-stats div{
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
  min-height:96px;
}
.camila-stats strong{
  display:block;
  font-size:25px;
  line-height:1;
  letter-spacing:-.04em;
  color:var(--text-strong);
  margin-bottom:8px;
}
.camila-stats span{
  display:block;
  font-size:12px;
  line-height:1.4;
  color:var(--muted);
}
@media (min-width:1200px){
  .experience-grid > .experience-card:not(.featured){
    grid-template-columns:minmax(560px,1.05fr) minmax(440px,.95fr) !important;
  }
  .experience-grid > .experience-card:not(.featured) .experience-copy{
    padding:28px !important;
  }
}
@media (max-width:680px){
  .camila-stats{grid-template-columns:1fr}
}
