
:root {
  --bg:#0a0b0e;
  --bg2:#101116;
  --surface:#17181d;
  --surface2:#1c1d23;
  --text:#f5f2ec;
  --muted:#9c9aa0;
  --muted2:#77757c;
  --line:rgba(255,255,255,.105);
  --line2:rgba(255,255,255,.18);
  --orange:#cf7d2b;
  --orange-light:#ecae65;
  --orange-dark:#6f3516;
  --glass:rgba(19,20,25,.54);
  --serif:"Bodoni 72","Bodoni MT",Didot,"Didot LT STD","Times New Roman",serif;
  --body-serif:Georgia,"Times New Roman",Times,serif;
  --sans:Georgia,"Times New Roman",Times,serif;
  --max:1320px;
  --r-xl:30px;
  --r-lg:22px;
  --r-md:15px;
  --ease:cubic-bezier(.2,.75,.22,1);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
    radial-gradient(900px 650px at 78% 0%,rgba(207,125,43,.10),transparent 65%),
    linear-gradient(180deg,#090a0d,#0c0d11 45%,#090a0d);
  color:var(--text);font-family:var(--serif);line-height:1.55;overflow-x:hidden;
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;
  background-image:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),
                   linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);
  background-size:92px 92px;opacity:.75;
  mask-image:linear-gradient(to bottom,black,transparent 72%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 56px));margin:auto}
.glass{
  position:relative;background:
    linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.016) 50%,rgba(207,125,43,.025)),
    var(--glass);
  border:1px solid var(--line);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 24px 70px rgba(0,0,0,.25);
  backdrop-filter:blur(20px) saturate(120%);
  -webkit-backdrop-filter:blur(20px) saturate(120%);
}
.glass::before{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:linear-gradient(115deg,rgba(255,255,255,.065),transparent 28%,transparent 72%,rgba(255,255,255,.02));
}

/* NAV */
.nav{
  position:fixed;z-index:100;top:15px;left:50%;transform:translateX(-50%);
  width:min(1160px,calc(100% - 26px));min-height:62px;border-radius:999px;
  padding:7px 9px 7px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;
}
.brand{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.brand-mark{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--orange-light),var(--orange));color:#17100a;font-weight:900}
.navlinks{display:flex;align-items:center;gap:4px}
.navlinks a{padding:9px 12px;border-radius:999px;color:#aaa8ad;font-size:10px;letter-spacing:.12em;text-transform:uppercase;transition:.2s}
.navlinks a:hover,.navlinks a.active{background:rgba(255,255,255,.07);color:#fff}
.navlinks .contact-nav{border:1px solid rgba(236,174,101,.24);color:#efc38d}
.menu{display:none;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;border-radius:999px;padding:9px 13px;cursor:pointer}

/* HERO */
.hero{min-height:100svh;padding:135px 0 80px;display:grid;align-items:center;position:relative;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.kicker{font-size:10px;letter-spacing:.21em;text-transform:uppercase;color:#d49a57;font-weight:700;display:flex;align-items:center;gap:12px}
.kicker::before{content:"";width:36px;height:1px;background:linear-gradient(90deg,var(--orange),transparent)}
h1,h2,h3,h4,p{margin-top:0}
.hero h1{font-size:clamp(58px,8vw,118px);line-height:.83;letter-spacing:-.075em;margin:21px 0 26px;font-weight:650}
.hero h1 span{font-weight:300;color:#d9d5cf}
.hero-copy{max-width:600px;color:#aaa8ad;font-size:clamp(15px,1.45vw,19px)}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;border:1px solid var(--line);min-height:45px;padding:0 18px;background:rgba(255,255,255,.035);color:#fff;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;cursor:pointer;transition:.22s var(--ease)}
.btn:hover{transform:translateY(-2px);border-color:var(--line2);background:rgba(255,255,255,.065)}
.btn.primary{background:linear-gradient(135deg,var(--orange-light),var(--orange));color:#17110a;border-color:transparent}
.hero-art{position:relative;min-height:720px}
.hero-image{position:absolute;inset:0;border-radius:var(--r-xl);overflow:hidden;background:#111;border:1px solid rgba(255,255,255,.09)}
.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center 18%;filter:saturate(.86) contrast(1.02)}
.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(6,7,10,.24)),linear-gradient(90deg,rgba(9,10,13,.16),transparent 35%)}
.hero-chip{position:absolute;left:-28px;bottom:28px;border-radius:18px;padding:14px 16px;display:flex;align-items:center;gap:12px;max-width:290px}
.hero-chip img{width:42px;height:42px;border-radius:50%;object-fit:cover}
.hero-chip b{font-size:13px} .hero-chip small{display:block;color:var(--muted);font-size:10px;margin-top:2px}

/* SECTION BASICS */
.section{padding:120px 0}
.rule{height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent)}
.section-head{display:grid;grid-template-columns:180px 1fr;gap:54px;align-items:start;margin-bottom:42px}
.section-index{padding-top:8px;color:#707076;font-size:9px;text-transform:uppercase;letter-spacing:.18em;display:flex;gap:10px;align-items:center}
.section-index::after{content:"";height:1px;flex:1;background:var(--line)}
.title-row{display:flex;align-items:end;justify-content:space-between;gap:40px}
.section-title{font-size:clamp(40px,5.6vw,72px);line-height:.92;letter-spacing:-.055em;font-weight:570;margin:0}
.section-intro{max-width:440px;color:var(--muted);font-size:13px;margin:0 0 4px}

/* CURRENT / FEATURED */
.current-project{margin-left:234px;border-radius:var(--r-xl);overflow:hidden;display:grid;grid-template-columns:1fr .8fr;min-height:520px}
.current-visual{display:grid;place-items:center;min-height:520px;background:radial-gradient(circle at 50% 42%,rgba(207,125,43,.14),transparent 28%),linear-gradient(135deg,#14151a,#0d0e12)}
.current-orbit{width:min(54%,330px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.10);position:relative;display:grid;place-items:center}
.current-orbit::before{content:"";position:absolute;inset:-18%;border-radius:50%;border:1px dashed rgba(207,125,43,.14)}
.current-head{width:40%;height:58%;border-radius:48% 48% 42% 42%;background:linear-gradient(145deg,#414249,#1b1c20 70%);box-shadow:inset 9px 0 25px rgba(255,255,255,.04),inset -9px 0 24px rgba(0,0,0,.45)}
.current-info{padding:46px;display:flex;flex-direction:column;justify-content:center}
.overline{font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#d89d58;font-weight:700}
.current-info h3{font-size:clamp(34px,4vw,54px);letter-spacing:-.05em;line-height:.95;margin:15px 0 18px;font-weight:560}
.current-info p{color:var(--muted);font-size:12px;max-width:470px}
.tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:18px}
.tag{border:1px solid var(--line);border-radius:999px;padding:6px 9px;color:#aaa8ad;font-size:9px;background:rgba(255,255,255,.025)}

/* GYPSY CASE STUDY */
.case-study{margin:18px 0 0 234px;display:grid;grid-template-columns:.82fr 1.18fr;gap:18px}
.case-image{border-radius:var(--r-xl);overflow:hidden;min-height:620px}
.case-image img{width:100%;height:100%;object-fit:cover}
.case-info{border-radius:var(--r-xl);padding:38px;display:flex;flex-direction:column;justify-content:space-between}
.case-info h3{font-size:clamp(40px,4.8vw,64px);letter-spacing:-.055em;line-height:.92;margin:14px 0 18px;font-weight:580}
.case-info p{color:var(--muted);font-size:12px;max-width:560px}
.case-secondary{margin-top:24px;border-radius:18px;overflow:hidden;aspect-ratio:16/9}
.case-secondary img{width:100%;height:100%;object-fit:cover}
.case-link{margin-top:20px;width:max-content}

/* FILTER / OLD WORK */
.filters{margin:46px 0 18px 234px;width:max-content;max-width:calc(100% - 234px);padding:6px;border-radius:999px;display:flex;gap:4px;flex-wrap:wrap}
.filter{border:0;background:transparent;color:#8f8d92;border-radius:999px;padding:9px 13px;font-size:9px;text-transform:uppercase;letter-spacing:.1em;cursor:pointer}
.filter.active,.filter:hover{background:rgba(255,255,255,.07);color:white}
.work-grid{margin-left:234px;display:grid;grid-template-columns:repeat(12,1fr);gap:16px}
.card{grid-column:span 3;border-radius:var(--r-lg);overflow:hidden;cursor:pointer;transition:.32s var(--ease)}
.card:hover{transform:translateY(-5px);border-color:rgba(207,125,43,.28)}
.card-media{aspect-ratio:4/5;overflow:hidden;background:#111}
.card-media img{width:100%;height:100%;object-fit:cover;transition:.45s var(--ease);filter:saturate(.84)}
.card:hover img{transform:scale(1.03);filter:saturate(1)}
.card-body{padding:16px}
.card-body span{color:#c88d48;font-size:8px;text-transform:uppercase;letter-spacing:.14em}
.card-body h4{font-size:18px;letter-spacing:-.03em;margin:7px 0 5px;font-weight:600}
.card-body p{color:#7f7d82;font-size:10px;margin:0}
.card.hidden{display:none}
.work-slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:0 4px 16px;scrollbar-color:rgba(207,125,43,.5) transparent}
.work-slider .card{flex:0 0 calc((100% - 48px)/4);scroll-snap-align:start}
.placeholder-media{display:grid;place-items:center;background:linear-gradient(135deg,rgba(207,125,43,.13),rgba(255,255,255,.025));color:rgba(236,174,101,.65);font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.previous-note{margin:18px 0 0 234px;border-radius:var(--r-md);padding:18px 20px;color:#929096;font-size:11px}

/* EXPERIENCE TIMELINE */
.timeline{margin-left:234px;position:relative;max-width:940px}
.timeline::before{content:"";position:absolute;left:6px;top:7px;bottom:8px;width:1px;background:linear-gradient(var(--orange),rgba(255,255,255,.10) 72%,transparent)}
.role{position:relative;padding-left:38px;margin-bottom:32px}
.role::before{content:"";position:absolute;left:1px;top:7px;width:11px;height:11px;border-radius:50%;background:var(--orange-light);box-shadow:0 0 0 5px rgba(207,125,43,.08)}
.role-head{display:flex;justify-content:space-between;gap:20px;align-items:baseline}
.role h3{font-size:22px;letter-spacing:-.03em;margin:0;font-weight:600}
.date{color:#c48743;font-size:9px;letter-spacing:.1em;white-space:nowrap}
.company{color:#d1ccc6;font-size:10px;text-transform:uppercase;letter-spacing:.1em;margin-top:3px}
.role p{color:var(--muted);font-size:11px;max-width:820px;margin:8px 0 0}
.stat{margin:18px 0 0 38px;border-radius:16px;padding:18px 20px;display:flex;align-items:center;gap:18px;max-width:600px}
.stat b{font-size:36px;letter-spacing:-.05em;color:#e5b675}
.stat span{color:#8c898f;font-size:10px}

/* SKILLS */
.skills{margin-left:234px;display:grid;grid-template-columns:1fr 1fr;gap:16px}
.skill-panel{border-radius:var(--r-lg);padding:26px}
.skill-panel h3{font-size:20px;margin-bottom:17px;letter-spacing:-.02em}
.skill-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-top:1px solid var(--line);font-size:10px}
.skill-row span:first-child{color:#d2cec8} .skill-row span:last-child{color:#747278;text-align:right}

/* ABOUT */
.about{margin-left:234px;display:grid;grid-template-columns:.48fr 1.52fr;gap:28px;align-items:start}
.about-card{border-radius:var(--r-lg);padding:18px}
.about-card img{border-radius:16px;width:100%;aspect-ratio:1/1;object-fit:cover}
.about-text{padding-top:4px}
.about-text h3{font-size:32px;letter-spacing:-.04em;margin:0 0 14px;font-weight:600}
.about-text p{max-width:720px;color:#aaa8ad;font-size:13px}
.about-facts{display:flex;gap:26px;flex-wrap:wrap;margin-top:25px;padding-top:18px;border-top:1px solid var(--line)}
.fact small{display:block;color:#6f6d73;font-size:8px;text-transform:uppercase;letter-spacing:.12em}
.fact b{display:block;font-size:11px;margin-top:4px;font-weight:600}

/* CONTACT */
.contact-card{border-radius:var(--r-xl);padding:44px;display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:end}
.contact-card h2{font-size:clamp(42px,6.2vw,78px);letter-spacing:-.06em;line-height:.9;margin:0;font-weight:600}
.contact-card p{color:var(--muted);font-size:12px;max-width:560px}
.contact-links{display:grid;gap:8px}
.contact-link{border:1px solid var(--line);background:rgba(255,255,255,.025);border-radius:13px;padding:12px 14px;display:flex;justify-content:space-between;gap:14px;transition:.2s}
.contact-link:hover{transform:translateX(3px);border-color:rgba(207,125,43,.27)}
.contact-link span{color:#77757b;font-size:9px}
footer{padding:25px 0 40px;color:#626066;font-size:9px}
.footer-row{display:flex;justify-content:space-between;gap:20px}

/* MODAL */
.modal{position:fixed;inset:0;z-index:200;background:rgba(0,0,0,.76);backdrop-filter:blur(14px);display:none;place-items:center;padding:22px}
.modal.open{display:grid}
.modal-card{width:min(900px,100%);max-height:92svh;overflow:auto;border-radius:var(--r-xl)}
.modal-img{height:min(62svh,620px);background:#0c0d10}
.modal-img img{width:100%;height:100%;object-fit:contain}
.modal-info{padding:22px}
.modal-info h3{font-size:28px;margin:0 0 5px}
.modal-info p{color:var(--muted);font-size:11px}
.close{float:right;border:1px solid var(--line);background:rgba(255,255,255,.04);color:#fff;border-radius:999px;padding:8px 11px;cursor:pointer}

/* REVEAL */
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}
.reveal.visible{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:1050px){
  .hero-grid{grid-template-columns:.85fr 1.15fr;gap:35px}
  .hero-art{min-height:620px}
  .section-head{grid-template-columns:140px 1fr}
  .current-project,.case-study,.filters,.work-grid,.previous-note,.timeline,.skills,.about{margin-left:194px}
  .filters{max-width:calc(100% - 194px)}
  .card{grid-column:span 6}
}
@media(max-width:780px){
  .container{width:min(var(--max),calc(100% - 28px))}
  .nav{top:10px;width:calc(100% - 20px);border-radius:22px}
  .brand span:last-child{display:none}
  .navlinks{display:none;position:absolute;left:0;right:0;top:66px;flex-direction:column;align-items:stretch;padding:9px;border-radius:17px;background:rgba(16,17,22,.94);border:1px solid var(--line);backdrop-filter:blur(20px)}
  .navlinks.open{display:flex}
  .navlinks a{padding:12px 13px}
  .menu{display:block}
  .hero{padding-top:110px;min-height:auto}
  .hero-grid{grid-template-columns:1fr}
  .hero-art{min-height:620px;max-width:600px}
  .hero-chip{left:14px}
  .section{padding:90px 0}
  .section-head{display:block;margin-bottom:32px}
  .section-index{width:135px;margin-bottom:18px}
  .title-row{display:block}
  .section-intro{margin-top:15px}
  .current-project,.case-study,.filters,.work-grid,.previous-note,.timeline,.skills,.about{margin-left:0}
  .filters{max-width:100%;width:auto;overflow:auto;flex-wrap:nowrap}
  .current-project{grid-template-columns:1fr}
  .current-visual{min-height:420px}
  .case-study{grid-template-columns:1fr}
  .case-image{min-height:560px}
  .card{grid-column:span 6}
  .skills{grid-template-columns:1fr}
  .about{grid-template-columns:.55fr 1.45fr}
  .contact-card{grid-template-columns:1fr;padding:34px}
}
@media(max-width:560px){
  .hero h1{font-size:clamp(58px,19vw,86px)}
  .hero-art{min-height:520px}
  .hero-image img{object-position:center 15%}
  .hero-chip{display:none}
  .hero-actions .btn{width:100%}
  .section-title{font-size:46px}
  .current-info{padding:25px}
  .case-image{min-height:480px}
  .case-info{padding:25px}
  .card{grid-column:span 12}
  .role-head{display:block}
  .date{display:block;margin-top:4px}
  .about{grid-template-columns:1fr}
  .about-card{max-width:220px}
  .contact-card{padding:25px}
  .footer-row{display:block}
}
@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important}
  .reveal{opacity:1;transform:none;transition:none}
}

/* V4 refinements */
body, button, input, textarea, select,
.nav, .brand, .navlinks, .menu, .btn, .kicker, .overline,
.section-index, .section-intro, .card-body, .role, .company,
.date, .skill-row, .about-text, .fact, .contact-link, footer {
  font-family: var(--serif);
}
.hero h1, .section-title, .current-info h3, .case-info h3,
.role h3, .skill-panel h3, .about-text h3, .contact-card h2 {
  font-family: var(--serif);
}
.title-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,430px);
  gap:56px;
  align-items:start;
}
.section-title{
  margin:0;
  max-width:100%;
}
.section-intro{
  margin:8px 0 0;
  align-self:start;
  line-height:1.65;
}
.section-head{
  align-items:start;
}
.current-info h3,
.case-info h3,
.about-text h3{
  margin-bottom:18px;
}
.current-info p,
.case-info p,
.about-text p{
  margin-top:0;
}
.timeline{
  padding-bottom:0;
}
.role{
  margin-bottom:28px;
}
.role p{
  line-height:1.65;
}
.qa-inline{
  margin-top:18px;
  padding:18px 20px;
  border-radius:16px;
  display:grid;
  grid-template-columns:auto 1fr;
  gap:18px;
  align-items:center;
}
.qa-inline b{
  font-size:40px;
  line-height:1;
  color:#e5b675;
  letter-spacing:-.04em;
}
.qa-inline span{
  color:#8c898f;
  font-size:11px;
  line-height:1.5;
}
.stat{display:none!important;}
@media(max-width:780px){
  .title-row{display:block;}
  .section-intro{margin-top:14px;}
}


/* V5 typography — editorial high-contrast serif */
body, button, input, textarea, select {
  font-family: var(--body-serif);
}
.hero h1,
.section-title,
.current-info h3,
.case-info h3,
.role h3,
.skill-panel h3,
.about-text h3,
.contact-card h2,
.card-body h4 {
  font-family: var(--serif);
  font-weight: 400;
}
.hero h1 {
  letter-spacing: -.055em;
}
.section-title {
  letter-spacing: -.045em;
}
.nav, .brand, .navlinks, .menu, .btn, .kicker, .overline,
.section-index, .company, .date, .tag {
  font-family: var(--body-serif);
}


/* V6 typography + readability + full-bleed hero */
:root{
  --display-serif:"Bodoni 72","Bodoni MT",Didot,"Didot LT STD","Times New Roman",serif;
  --body-sans:"Montserrat","Avenir Next","Helvetica Neue",Arial,sans-serif;
}

/* serif ONLY on titles */
.hero h1,
.section-title,
.current-info h3,
.case-info h3,
.role h3,
.skill-panel h3,
.about-text h3,
.contact-card h2,
.card-body h4,
.modal-info h3 {
  font-family:var(--display-serif)!important;
  font-weight:400;
}

/* all UI and body copy in Mont-like sans */
body, p, a, button, span, small, b,
.nav, .brand, .navlinks, .menu, .btn, .kicker, .overline,
.section-index, .section-intro, .company, .date, .tag,
.skill-row, .fact, .contact-link, footer {
  font-family:var(--body-sans)!important;
}

/* general readability */
body{font-size:16px;}
.hero-copy{font-size:clamp(17px,1.45vw,21px);line-height:1.68;}
.section-intro{font-size:15px;line-height:1.65;}
.current-info p,.case-info p,.about-text p{font-size:15px;line-height:1.72;}
.role p{font-size:14px;line-height:1.72;}
.role h3{font-size:28px;}
.company{font-size:11px;}
.date{font-size:11px;}
.card-body span{font-size:10px;}
.card-body p{font-size:12px;line-height:1.55;}
.skill-row{font-size:13px;line-height:1.5;}
.contact-card p{font-size:14px;line-height:1.65;}
.contact-link span{font-size:11px;}
.fact small{font-size:9px;}
.fact b{font-size:13px;}
.kicker{font-size:11px;}
.overline{font-size:10px;}
.section-index{font-size:10px;}
.btn{font-size:11px;}
.navlinks a{font-size:10px;}

/* cleaner title / description spacing */
.title-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,460px);
  column-gap:72px;
  row-gap:20px;
  align-items:start;
}
.section-title{
  line-height:.96;
  margin:0;
}
.section-intro{
  margin:10px 0 0;
  max-width:460px;
}

/* hero becomes a full-bleed artwork instead of a card */
.hero{
  min-height:100svh;
  position:relative;
  isolation:isolate;
  padding:130px 0 90px;
}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-3;
  background-image:var(--hero-image,url("assets/images/image-01.jpg"));
  background-size:cover;
  background-position:72% 20%;
  filter:saturate(.9) contrast(1.03);
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(90deg,
      rgba(8,9,12,.97) 0%,
      rgba(8,9,12,.91) 34%,
      rgba(8,9,12,.54) 58%,
      rgba(96,43,9,.22) 78%,
      rgba(202,112,20,.18) 100%),
    linear-gradient(180deg,
      rgba(237,145,39,.12) 0%,
      rgba(8,9,12,.06) 34%,
      rgba(8,9,12,.42) 75%,
      #0a0b0e 100%);
}
.hero-grid{
  grid-template-columns:minmax(0,720px);
  justify-content:start;
}
.hero-art{display:none!important;}
.hero h1{
  font-size:clamp(72px,9vw,138px);
  max-width:760px;
  line-height:.82;
}
.hero h1 span{font-family:var(--display-serif)!important;font-weight:400;}
.hero-copy{max-width:650px;}
.hero-actions{margin-top:34px;}
.hero .kicker{color:#f0a24e;}

/* 85% — smaller, readable, explicitly tied to QA */
.qa-inline{
  margin-top:20px;
  max-width:560px;
  padding:16px 18px;
  grid-template-columns:70px 1fr;
  gap:16px;
  border-radius:14px;
}
.qa-inline b{
  font-family:var(--body-sans)!important;
  font-size:28px;
  line-height:1;
  letter-spacing:-.04em;
  color:#e5aa61;
}
.qa-inline span{
  font-size:13px;
  line-height:1.55;
  color:#b3b0b4;
}

/* About portrait can breathe more */
.about-card{
  padding:0;
  overflow:hidden;
  background:transparent;
}
.about-card img{
  border-radius:var(--r-lg);
  aspect-ratio:4/5;
  object-fit:cover;
  object-position:center 24%;
}

/* mobile */
@media(max-width:780px){
  .title-row{display:block;}
  .section-intro{margin-top:16px;}
  .hero::before{background-position:66% 20%;}
}
@media(max-width:560px){
  body{font-size:15px;}
  .hero::before{background-position:63% 15%;}
  .hero::after{
    background:
      linear-gradient(90deg,rgba(8,9,12,.94),rgba(8,9,12,.62)),
      linear-gradient(180deg,rgba(213,119,25,.12),rgba(8,9,12,.30) 55%,#0a0b0e 100%);
  }
  .hero h1{font-size:clamp(62px,19vw,92px);}
  .hero-copy{font-size:16px;}
  .role p{font-size:13px;}
  .qa-inline{grid-template-columns:62px 1fr;}
  .qa-inline b{font-size:24px;}
  .qa-inline span{font-size:12px;}
}


/* V7 requested refinements */
:root{
  --orange:#d67809;
  --orange-light:#f5a61e;
  --orange-dark:#8f4900;
}

/* Header: actual supplied logo, no name text */
.logo-brand{
  display:flex;
  align-items:center;
  width:128px;
  height:42px;
  overflow:hidden;
}
.logo-brand img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left center;
  filter:brightness(1.08);
}
.brand-mark{display:none!important;}

/* Keep navigation balanced after logo swap */
.nav{
  padding-left:18px;
}
@media(max-width:780px){
  .logo-brand{width:105px;height:36px;}
}

/* Portfolio small-card rounded tags */
.mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:13px;
}
.mini-tags .tag{
  font-size:10px;
  padding:6px 9px;
  border-radius:999px;
  color:#c8c4be;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(255,255,255,.11);
}

/* 85%: serif number, sans explanation, modest size */
.qa-inline{
  grid-template-columns:76px 1fr;
  gap:18px;
  padding:17px 18px;
}
.qa-inline b{
  font-family:var(--display-serif)!important;
  font-size:31px;
  font-weight:400;
  line-height:1;
  color:#e8ab55;
}
.qa-inline span{
  font-family:var(--body-sans)!important;
  font-size:13px;
  line-height:1.6;
  color:#b5b2b5;
}

/* About facts: explicit 2x2 layout */
.about-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px 34px;
  margin-top:28px;
  padding-top:20px;
}
.fact{
  min-width:0;
}
.fact small{
  margin-bottom:5px;
}
.fact b{
  line-height:1.45;
}

/* Contact: prevent title from colliding with description */
.contact-card{
  align-items:start;
}
.contact-card > div:first-child{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.contact-card h2{
  margin:16px 0 24px;
  max-width:760px;
  line-height:.96;
}
.contact-card p{
  margin:0;
  max-width:620px;
  position:relative;
  z-index:2;
}
.contact-links{
  align-self:end;
}

/* Make the warm identity color slightly more present */
.btn.primary{
  background:linear-gradient(135deg,var(--orange-light),var(--orange));
}
.hero .kicker,
.kicker,
.overline{
  color:#e99a34;
}
.hero::after{
  background:
    linear-gradient(90deg,
      rgba(8,9,12,.97) 0%,
      rgba(8,9,12,.90) 33%,
      rgba(8,9,12,.52) 57%,
      rgba(143,73,0,.22) 78%,
      rgba(214,120,9,.19) 100%),
    linear-gradient(180deg,
      rgba(245,166,30,.10) 0%,
      rgba(8,9,12,.06) 34%,
      rgba(8,9,12,.42) 75%,
      #0a0b0e 100%);
}

@media(max-width:560px){
  .about-facts{
    grid-template-columns:1fr 1fr;
    gap:16px 18px;
  }
  .contact-card h2{
    margin-bottom:20px;
  }
}


/* V8 — art-led editorial refinement */

/* GENERAL RHYTHM */
.section{
  padding:110px 0;
}
.section-head{
  margin-bottom:38px;
}
.title-row{
  display:block;
}
.section-title{
  max-width:none;
}
.section-head .section-intro{
  display:none;
}

/* HERO — stronger composition, less empty */
.hero-grid{
  grid-template-columns:minmax(0,760px);
  align-items:center;
  min-height:calc(100svh - 160px);
}
.hero h1{
  font-size:clamp(82px,10vw,150px);
}
.hero-copy{
  max-width:700px;
}
.hero::before{
  background-position:70% 18%;
  filter:saturate(.96) contrast(1.06) brightness(1.08);
}
.hero::after{
  background:
    linear-gradient(90deg,
      rgba(8,9,12,.97) 0%,
      rgba(8,9,12,.88) 28%,
      rgba(8,9,12,.42) 54%,
      rgba(143,73,0,.20) 78%,
      rgba(214,120,9,.15) 100%),
    linear-gradient(180deg,
      rgba(245,166,30,.08) 0%,
      rgba(8,9,12,.03) 35%,
      rgba(8,9,12,.28) 72%,
      #0a0b0e 100%);
}

/* HEADER — slightly stronger logo, tighter overall nav */
.nav{
  width:min(1080px,calc(100% - 28px));
}
.logo-brand{
  width:150px;
}

/* FEATURED PROJECT — image becomes architecture */
.featured-editorial{
  margin-left:234px;
  margin-bottom:28px;
}
.featured-art{
  position:relative;
  min-height:560px;
  border-radius:var(--r-xl);
  overflow:hidden;
  background:
    radial-gradient(circle at 65% 45%,rgba(214,120,9,.22),transparent 30%),
    linear-gradient(135deg,#17181d 0%,#0e0f13 55%,#171009 100%);
  border:1px solid rgba(255,255,255,.11);
}
.featured-art::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(7,8,11,.88) 0%,rgba(7,8,11,.36) 48%,rgba(7,8,11,.08) 100%),
    radial-gradient(circle at 70% 50%,rgba(245,166,30,.12),transparent 32%);
}
.featured-art-placeholder{
  position:absolute;
  inset:0;
}
.featured-silhouette{
  position:absolute;
  width:220px;
  height:360px;
  right:16%;
  top:17%;
  border-radius:48% 48% 36% 36% / 34% 34% 66% 66%;
  background:linear-gradient(150deg,#4a4b50,#1b1c20 70%);
  box-shadow:inset 18px 0 40px rgba(255,255,255,.045),
             inset -18px 0 40px rgba(0,0,0,.55),
             0 35px 100px rgba(0,0,0,.5);
  opacity:.95;
}
.featured-silhouette::before{
  content:"";
  position:absolute;
  width:118px;
  height:150px;
  left:51px;
  top:-92px;
  border-radius:48% 48% 42% 42%;
  background:linear-gradient(145deg,#56575c,#202126 70%);
  box-shadow:inset 10px 0 24px rgba(255,255,255,.04),
             inset -10px 0 24px rgba(0,0,0,.45);
}
.featured-orbit{
  position:absolute;
  border:1px solid rgba(255,255,255,.07);
  border-radius:50%;
  right:9%;
  top:8%;
}
.orbit-a{width:430px;height:430px;}
.orbit-b{
  width:560px;height:560px;right:4%;top:-5%;
  border-color:rgba(214,120,9,.12);
  border-style:dashed;
}
.featured-gridline{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.10),transparent);
  left:45%;
  right:4%;
}
.gridline-a{top:32%;}
.gridline-b{top:68%;}
.featured-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  padding:42px;
}
.featured-copy{
  position:relative;
  z-index:2;
  max-width:540px;
}
.featured-copy h3{
  font-family:var(--display-serif)!important;
  font-size:clamp(44px,5vw,72px);
  font-weight:400;
  line-height:.92;
  margin:12px 0 16px;
}
.featured-copy p{
  font-family:var(--body-sans)!important;
  font-size:15px;
  line-height:1.65;
  color:#b7b3b6;
  max-width:520px;
}

/* GYPSY — large, image-first case study */
.gypsy-editorial{
  margin-left:234px;
  margin-bottom:34px;
}
.gypsy-hero{
  position:relative;
  border-radius:var(--r-xl);
  overflow:hidden;
  min-height:720px;
}
.gypsy-hero img{
  width:100%;
  height:100%;
  min-height:720px;
  object-fit:cover;
  object-position:center 18%;
}
.gypsy-hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 52%,rgba(7,8,11,.84) 100%);
}
.gypsy-title-block{
  position:absolute;
  z-index:2;
  left:34px;
  bottom:30px;
}
.gypsy-title-block h3{
  font-family:var(--display-serif)!important;
  font-size:clamp(52px,6vw,88px);
  font-weight:400;
  line-height:.9;
  margin:8px 0 0;
}
.gypsy-details{
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:18px;
  margin-top:18px;
  align-items:start;
}
.gypsy-copy{
  padding:8px 0;
}
.gypsy-copy p{
  font-size:15px;
  line-height:1.7;
  color:#aaa8ad;
  max-width:460px;
}
.gypsy-copy .btn{
  margin-top:20px;
}
.gypsy-secondary{
  border-radius:var(--r-lg);
  overflow:hidden;
  aspect-ratio:16/9;
}
.gypsy-secondary img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* FILTERS */
.filters{
  margin-top:42px;
}

/* PREVIOUS WORK — less store-like, controlled asymmetry */
.work-grid{
  grid-template-columns:repeat(12,1fr);
  align-items:start;
}
.card{
  grid-column:span 3;
}
.card:nth-child(1),
.card:nth-child(4){
  grid-column:span 4;
}
.card:nth-child(2),
.card:nth-child(3){
  grid-column:span 2;
}
.card:nth-child(1) .card-media,
.card:nth-child(4) .card-media{
  aspect-ratio:4/5;
}
.card:nth-child(2) .card-media,
.card:nth-child(3) .card-media{
  aspect-ratio:3/4;
}
.card-body{
  padding:16px 15px 17px;
}
.card-body h4{
  font-size:20px;
}
.mini-tags{
  margin-top:12px;
}

/* EXPERIENCE — narrower, better scan */
.timeline{
  max-width:880px;
  margin-left:234px;
}
.role-head{
  max-width:820px;
}
.role p{
  max-width:760px;
}
.qa-inline{
  max-width:520px;
}

/* SKILLS — editorial, no big dashboard cards */
.skills-editorial{
  margin-left:234px;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:60px;
  align-items:start;
}
.skills-column{
  padding-top:4px;
}
.skills-lines{
  margin-top:18px;
  border-top:1px solid var(--line);
}
.skills-lines > div{
  display:flex;
  justify-content:space-between;
  gap:24px;
  padding:14px 0;
  border-bottom:1px solid var(--line);
}
.skills-lines strong{
  font-family:var(--body-sans)!important;
  font-size:14px;
  font-weight:600;
  color:#e2ded7;
}
.skills-lines span{
  font-family:var(--body-sans)!important;
  font-size:12px;
  color:#77757b;
  text-align:right;
}
.software-pills{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px;
}
.software-pills span{
  font-family:var(--body-sans)!important;
  font-size:12px;
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.025);
  color:#c9c5bf;
}

/* ABOUT — slightly larger image, tighter copy */
.about{
  grid-template-columns:.58fr 1.42fr;
  gap:38px;
}
.about-card{
  max-width:310px;
}
.about-text{
  max-width:760px;
}
.about-text p{
  max-width:700px;
}
.about-text h3{
  font-size:36px;
  margin-bottom:18px;
}

/* CONTACT */
.contact-card{
  padding:50px 54px;
}
.contact-card h2{
  font-size:clamp(54px,6.7vw,92px);
  max-width:760px;
}
.contact-card p{
  max-width:560px;
}

/* RESPONSIVE */
@media(max-width:1050px){
  .featured-editorial,.gypsy-editorial,.timeline,.skills-editorial{
    margin-left:194px;
  }
}
@media(max-width:780px){
  .featured-editorial,.gypsy-editorial,.timeline,.skills-editorial{
    margin-left:0;
  }
  .featured-art{
    min-height:500px;
  }
  .featured-silhouette{
    right:12%;
  }
  .gypsy-hero,
  .gypsy-hero img{
    min-height:600px;
  }
  .gypsy-details{
    grid-template-columns:1fr;
  }
  .skills-editorial{
    grid-template-columns:1fr;
    gap:36px;
  }
  .work-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .card,
  .card:nth-child(1),
  .card:nth-child(2),
  .card:nth-child(3),
  .card:nth-child(4){
    grid-column:auto;
  }
}
@media(max-width:560px){
  .hero h1{
    font-size:clamp(68px,20vw,98px);
  }
  .featured-art{
    min-height:460px;
  }
  .featured-overlay{
    padding:24px;
  }
  .featured-silhouette{
    width:160px;
    height:270px;
    right:6%;
    top:24%;
  }
  .featured-silhouette::before{
    width:86px;height:108px;left:37px;top:-66px;
  }
  .orbit-a{width:320px;height:320px;right:-12%;}
  .orbit-b{width:420px;height:420px;right:-28%;}
  .gypsy-hero,
  .gypsy-hero img{
    min-height:520px;
  }
  .gypsy-title-block{
    left:22px;
    bottom:22px;
  }
  .work-grid{
    grid-template-columns:1fr;
  }
  .about{
    grid-template-columns:1fr;
  }
  .about-card{
    max-width:260px;
  }
}


/* V9 — rebalance scale, fix portfolio proportions */

/* Global scale normalization */
.container{
  width:min(1180px,calc(100% - 48px));
}
.section{
  padding:96px 0;
}
.section-head{
  grid-template-columns:150px 1fr;
  gap:42px;
  margin-bottom:32px;
}
.section-title{
  font-size:clamp(42px,4.8vw,64px);
}
.hero h1{
  font-size:clamp(72px,8.3vw,118px);
}
.hero-copy{
  font-size:clamp(16px,1.2vw,19px);
}

/* Keep main content aligned consistently */
.featured-editorial,
.gypsy-editorial,
.filters,
.work-grid,
.timeline,
.skills-editorial,
.about{
  margin-left:192px;
}

/* Featured project: smaller and more believable */
.featured-art{
  min-height:430px;
}
.featured-overlay{
  padding:32px;
}
.featured-copy{
  max-width:470px;
}
.featured-copy h3{
  font-size:clamp(38px,4vw,56px);
}
.featured-silhouette{
  width:170px;
  height:285px;
  right:17%;
  top:24%;
}
.featured-silhouette::before{
  width:92px;
  height:118px;
  left:39px;
  top:-72px;
}
.orbit-a{
  width:340px;height:340px;right:9%;top:10%;
}
.orbit-b{
  width:440px;height:440px;right:5%;top:-2%;
}

/* Gypsy: crop intentionally, don't show full body */
.gypsy-hero{
  min-height:0;
  aspect-ratio:16/9;
}
.gypsy-hero img{
  min-height:0;
  height:100%;
  object-fit:cover;
  object-position:center 24%;
}
.gypsy-title-block h3{
  font-size:clamp(46px,5vw,68px);
}
.gypsy-details{
  grid-template-columns:.82fr 1.18fr;
  gap:16px;
}
.gypsy-secondary{
  aspect-ratio:16/9;
}

/* Previous work: consistent cards, no weird size jumps */
.work-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.card,
.card:nth-child(1),
.card:nth-child(2),
.card:nth-child(3),
.card:nth-child(4){
  grid-column:auto;
}
.card-media,
.card:nth-child(1) .card-media,
.card:nth-child(2) .card-media,
.card:nth-child(3) .card-media,
.card:nth-child(4) .card-media{
  aspect-ratio:4/5;
}
.card-body{
  padding:15px 15px 16px;
}
.card-body h4{
  font-size:20px;
  line-height:1.15;
}
.card-body p{
  font-size:12px;
  line-height:1.45;
}
.card-body span{
  font-size:9px;
}
.mini-tags .tag{
  font-size:9px;
  padding:5px 8px;
}

/* Filters less oversized */
.filters{
  margin-top:34px;
  padding:5px;
}
.filter{
  font-size:9px;
  padding:8px 12px;
}

/* Experience compact but readable */
.timeline{
  max-width:820px;
}
.role h3{
  font-size:25px;
}
.role p{
  font-size:13px;
}
.qa-inline{
  max-width:470px;
  padding:15px 16px;
}
.qa-inline b{
  font-size:28px;
}
.qa-inline span{
  font-size:12px;
}

/* Skills */
.skills-editorial{
  grid-template-columns:1.1fr .9fr;
  gap:46px;
}
.skills-lines > div{
  padding:12px 0;
}
.skills-lines strong{
  font-size:13px;
}
.skills-lines span{
  font-size:11px;
}
.software-pills span{
  font-size:11px;
  padding:8px 10px;
}

/* About */
.about{
  grid-template-columns:260px 1fr;
  gap:34px;
}
.about-card{
  max-width:none;
}
.about-text h3{
  font-size:31px;
}
.about-text p{
  font-size:14px;
}

/* Contact */
.contact-card{
  padding:42px 46px;
}
.contact-card h2{
  font-size:clamp(46px,5.6vw,72px);
}
.contact-card p{
  font-size:13px;
}

/* Desktop widths */
@media(max-width:1050px){
  .featured-editorial,
  .gypsy-editorial,
  .filters,
  .work-grid,
  .timeline,
  .skills-editorial,
  .about{
    margin-left:150px;
  }
  .section-head{
    grid-template-columns:110px 1fr;
  }
  .work-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:780px){
  .container{
    width:min(100% - 28px,1180px);
  }
  .featured-editorial,
  .gypsy-editorial,
  .filters,
  .work-grid,
  .timeline,
  .skills-editorial,
  .about{
    margin-left:0;
  }
  .section-head{
    display:block;
  }
  .section-index{
    margin-bottom:16px;
  }
  .featured-art{
    min-height:390px;
  }
  .featured-overlay{
    padding:24px;
  }
  .featured-copy h3{
    font-size:42px;
  }
  .gypsy-hero{
    aspect-ratio:4/3;
  }
  .gypsy-hero img{
    object-position:center 20%;
  }
  .gypsy-details{
    grid-template-columns:1fr;
  }
  .work-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .skills-editorial{
    grid-template-columns:1fr;
  }
  .about{
    grid-template-columns:220px 1fr;
  }
}

@media(max-width:560px){
  .section{
    padding:76px 0;
  }
  .hero h1{
    font-size:clamp(64px,18vw,86px);
  }
  .section-title{
    font-size:42px;
  }
  .featured-art{
    min-height:360px;
  }
  .featured-copy p{
    font-size:13px;
  }
  .featured-silhouette{
    opacity:.48;
    right:-4%;
  }
  .gypsy-hero{
    aspect-ratio:1/1.05;
  }
  .gypsy-hero img{
    object-position:center 18%;
  }
  .gypsy-title-block{
    left:18px;
    bottom:18px;
  }
  .gypsy-title-block h3{
    font-size:48px;
  }
  .work-grid{
    grid-template-columns:1fr;
  }
  .card-media,
  .card:nth-child(1) .card-media,
  .card:nth-child(2) .card-media,
  .card:nth-child(3) .card-media,
  .card:nth-child(4) .card-media{
    aspect-ratio:16/11;
  }
  .card-media img{
    object-fit:cover;
  }
  .about{
    grid-template-columns:1fr;
  }
  .about-card{
    max-width:220px;
  }
}


/* V10 refinements */

/* Gypsy: single image only */
.gypsy-details.single{
  grid-template-columns:1fr;
  max-width:560px;
  margin-top:18px;
}
.gypsy-details.single .gypsy-copy{
  padding:0;
}

/* Previous work: equal-height cards */
.work-grid{
  align-items:stretch;
}
.card{
  height:100%;
  display:flex;
  flex-direction:column;
}
.card-media{
  flex:0 0 auto;
}
.card-body{
  flex:1;
  display:flex;
  flex-direction:column;
}
.card-body p{
  margin-bottom:0;
}
.mini-tags{
  margin-top:auto;
  padding-top:14px;
}

/* Contact links aligned with title top */
.contact-card{
  align-items:start;
}
.contact-links{
  align-self:start;
  padding-top:18px;
}

/* keep title-side column height tidy */
.contact-card > div:first-child{
  min-height:0;
}

@media(max-width:780px){
  .contact-links{
    padding-top:0;
  }
}


/* V11 — keep Gypsy information inside the same visual box */
.gypsy-editorial{
  border:1px solid rgba(255,255,255,.11);
  border-radius:var(--r-xl);
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(255,255,255,.035),rgba(255,255,255,.012)),
    rgba(14,15,19,.72);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.gypsy-hero{
  border:0!important;
  border-radius:0;
}
.gypsy-details.single{
  max-width:none;
  margin:0;
  padding:24px 28px 28px;
  border-top:1px solid var(--line);
}
.gypsy-details.single .gypsy-copy{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    "text button"
    "tags button";
  gap:14px 28px;
  align-items:end;
}
.gypsy-details.single .gypsy-copy p{
  grid-area:text;
  margin:0;
  max-width:620px;
}
.gypsy-details.single .tags{
  grid-area:tags;
  margin-top:0;
}
.gypsy-details.single .btn{
  grid-area:button;
  margin:0;
  align-self:center;
  white-space:nowrap;
}

@media(max-width:780px){
  .gypsy-details.single .gypsy-copy{
    grid-template-columns:1fr;
    grid-template-areas:
      "text"
      "tags"
      "button";
    align-items:start;
  }
  .gypsy-details.single .btn{
    justify-self:start;
  }
}

/* Fine static grain behind section content. */
.section{
  position:relative;
  isolation:isolate;
}
.section::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23grain)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
  background-repeat:repeat;
}
#work{
  background-image:radial-gradient(ellipse 650px 600px at 0% 24%,rgba(207,125,43,.09),transparent 75%),radial-gradient(ellipse 540px 480px at 100% 78%,rgba(207,125,43,.055),transparent 75%);
}
#about{
  background-image:radial-gradient(ellipse 620px 480px at 100% 48%,rgba(207,125,43,.09),transparent 75%);
}
@media(max-width:560px){
  #work{background-image:radial-gradient(ellipse 320px 580px at 0% 24%,rgba(207,125,43,.065),transparent 75%);}
  #about{background-image:radial-gradient(ellipse 300px 480px at 100% 48%,rgba(207,125,43,.065),transparent 75%);}
}

/* Professional project cards: consistent image-over-copy presentation. */
.production-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.production-featured{grid-column:span 1;}
.production-featured .production-cover{aspect-ratio:1.65/1;}
.production-compact{grid-column:span 1;display:block;}
.production-compact .production-cover{height:auto;min-height:0;aspect-ratio:1.65/1;}
.production-compact .production-body{padding:15px 16px;}
@media(max-width:780px){.production-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.production-featured,.production-compact{grid-column:span 1;}.work-slider .card{flex-basis:calc((100% - 16px)/2);}}
@media(max-width:560px){.production-grid{grid-template-columns:1fr;}.production-featured,.production-compact{grid-column:1/-1;}.work-slider .card{flex-basis:88%;}}

/* Final project card layout: every professional project uses image above copy. */
.production-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.production-featured,.production-compact{grid-column:span 1;display:block;}
.production-featured .production-cover,.production-compact .production-cover{display:block;width:100%;height:auto;min-height:0;aspect-ratio:1.65/1;}
.production-featured .production-body,.production-compact .production-body{padding:15px 16px;}
@media(max-width:780px){.production-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:560px){.production-grid{grid-template-columns:1fr;}.production-featured,.production-compact{grid-column:1/-1;}}

/* Keep professional project cards vertical, with the artwork above the copy. */
.production-grid .production-card.production-featured,
.production-grid .production-card.production-compact{display:block;grid-column:span 1;}
.production-grid .production-cover{display:block;width:100%;height:auto;min-height:0;aspect-ratio:1.65/1;}
@media(max-width:780px){.production-grid .production-card.production-featured,.production-grid .production-card.production-compact{grid-column:span 1;}}
@media(max-width:560px){.production-grid .production-card.production-featured,.production-grid .production-card.production-compact{grid-column:1/-1;}}

/* Requested About portrait alignment; preserve the stacked mobile portrait. */
@media(min-width:561px){
  .about-card{
    align-self:stretch;
    position:relative;
    min-height:0;
  }
  .about-card img{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    aspect-ratio:auto;
  }
}
/* Professional credits, separate from the personal portfolio filters/modal. */
.production-grid{margin-left:192px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;}
.production-card{border-radius:var(--r-lg);overflow:hidden;min-width:0;}
.production-cover{display:block;width:100%;aspect-ratio:322/201;overflow:hidden;position:relative;}
.production-body{padding:20px;}
.production-body .overline{font-size:9px;letter-spacing:.12em;}
.production-body h3{font-family:var(--serif);font-size:23px;line-height:1.15;letter-spacing:-.03em;font-weight:600;margin:10px 0;}
.production-body p{font-family:Arial,Helvetica,sans-serif;font-size:12px;color:var(--muted);margin:0 0 5px;}
.production-date{font-family:Arial,Helvetica,sans-serif;font-size:10px;color:var(--muted2);}
.production-body .mini-tags{margin-top:16px;}
.experience-copy{font-family:Arial,Helvetica,sans-serif;font-size:13px;line-height:1.65;color:#aaa8ad;}
.experience-copy.is-collapsed{max-height:4.95em;overflow:hidden;mask-image:linear-gradient(#000 72%,transparent);}
.experience-points{padding-left:17px;margin:10px 0 0;list-style-type:disc;}
.experience-points li{padding-left:2px;margin-bottom:7px;}
.experience-points li::marker{color:var(--orange-light);}
.experience-results{font:600 12px Arial,Helvetica,sans-serif;color:var(--text);margin:20px 0 8px;}
.experience-toggle{border:0;border-bottom:1px solid rgba(236,174,101,.3);background:transparent;color:var(--orange-light);font:600 11px Arial,Helvetica,sans-serif;padding:8px 0;margin-top:8px;cursor:pointer;}
.experience-toggle:hover{color:var(--text);}
.experience-toggle:focus-visible{outline:2px solid var(--orange-light);outline-offset:5px;}
@media(max-width:1050px){.production-grid{margin-left:150px;grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:780px){.production-grid{margin-left:0;}}
@media(max-width:560px){.production-grid{grid-template-columns:1fr;}.production-body{padding:20px;}}
/* Featured production credits followed by compact horizontal credits. */
.production-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.production-compact{grid-column:1/-1;display:grid;grid-template-columns:220px minmax(0,1fr);align-items:stretch;}
.production-compact .production-cover{height:100%;min-height:150px;aspect-ratio:auto;}
.production-compact .production-body{padding:18px 22px;}
.production-compact .production-body h3{font-size:21px;margin:7px 0;}
.production-compact .mini-tags{margin-top:10px;}
.featured-render{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;}
.featured-art:has(.featured-render)::before{z-index:1;background:linear-gradient(90deg,rgba(7,8,11,.85),rgba(7,8,11,.3) 48%,transparent 74%),linear-gradient(0deg,rgba(7,8,11,.7),transparent 65%);}
@media(max-width:560px){
  .production-grid{grid-template-columns:1fr;}
  .production-compact{grid-template-columns:110px minmax(0,1fr);}
  .production-compact .production-body{padding:14px 12px;}
  .production-compact .production-body h3{font-size:18px;}
  .production-compact .production-body .overline{font-size:8px;}
  .production-compact .production-cover{min-height:160px;}
  .featured-art:has(.featured-render){min-height:0;}
  .featured-render{position:relative;height:auto;aspect-ratio:1/1;object-position:54% top;}
  .featured-art:has(.featured-render)::before{display:none;}
  .featured-art:has(.featured-render) .featured-overlay{position:relative;background:#0c0d10;padding:24px;}
}
/* Compact project hierarchy: two highlights, three horizontal supporting cards. */
.production-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;}
.production-featured{grid-column:span 3;}
.production-featured .production-cover{aspect-ratio:2.8/1;}
.production-featured .production-body{padding:16px 20px;}
.production-featured .production-body h3{margin:7px 0;font-size:23px;}
.production-featured .mini-tags{margin-top:10px;}
.production-compact{grid-column:span 2;grid-template-columns:32% minmax(0,1fr);}
.production-compact .production-cover{min-height:190px;}
.production-compact .production-body{padding:15px 12px;}
.production-compact .production-body h3{font-size:18px;}
.production-compact .production-body p{font-size:11px;}
.production-compact .production-body .overline{font-size:8px;letter-spacing:.06em;}
.production-compact .mini-tags{gap:4px;}
.production-compact .mini-tags .tag{font-size:8px;padding:4px 6px;}
.skill-groups{margin-top:20px;}
.skill-groups>div{border-top:1px solid var(--line);padding:16px 0;}
.skill-groups h3{font:600 14px var(--body-sans);color:var(--text);margin:0 0 8px;}
.skill-groups p{font:13px/1.75 var(--body-sans);color:#aaa8ad;margin:0;max-width:460px;}
/* Visible ambient light and static grain, always behind the content. */
.section{background-image:radial-gradient(ellipse 760px 650px at 0% 35%,rgba(207,125,43,.13),transparent 75%);}
.section::before{opacity:.10;}
#work{background-image:radial-gradient(ellipse 850px 900px at 0% 26%,rgba(207,125,43,.24),transparent 75%),radial-gradient(ellipse 700px 750px at 100% 80%,rgba(207,125,43,.18),transparent 75%);}
#projects{background-image:radial-gradient(ellipse 720px 650px at 100% 40%,rgba(207,125,43,.18),transparent 75%);}
#about{background-image:radial-gradient(ellipse 780px 650px at 100% 48%,rgba(207,125,43,.22),transparent 75%);}
#skills{background-image:radial-gradient(ellipse 760px 600px at 0% 60%,rgba(207,125,43,.19),transparent 75%);}
.gypsy-hero img{object-position:center 53%;}
@media(max-width:1050px){
  .production-grid{margin-left:0;}
}
@media(max-width:780px){
  .production-compact{grid-column:span 3;}
  .production-featured .production-cover{aspect-ratio:2.2/1;}
}
@media(max-width:560px){
  .production-featured,.production-compact{grid-column:1/-1;}
  .production-compact{grid-template-columns:32% minmax(0,1fr);}
  .production-compact .production-cover{min-height:155px;}
  .gypsy-hero img{object-position:center 48%;}
  .section::before{opacity:.08;}
}

/* Two Kokku highlights above three smaller credits, with artwork above all copy. */
.production-grid .production-card.production-featured{display:block;grid-column:span 3;}
.production-grid .production-card.production-compact{display:block;grid-column:span 2;}
.production-grid .production-cover{display:block;width:100%;height:auto;min-height:0;}
.production-grid img.production-cover{object-fit:cover;}
.production-grid .production-featured .production-cover{aspect-ratio:2.8/1;}
.production-grid .production-compact .production-cover{aspect-ratio:1.65/1;}
.work-grid.work-slider{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;}
.work-slider .placeholder-card{cursor:default;}
.header-socials{display:flex;align-items:center;gap:5px;flex-shrink:0;}
.header-socials a{display:grid;place-items:center;width:27px;height:30px;color:#bbb8b4;border-radius:6px;}
.header-socials a:hover{color:var(--orange-light);background:rgba(255,255,255,.06);}
.header-socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.admin-access{font:10px var(--body-sans);color:var(--muted2);opacity:.7;}
.modal-dismiss{position:absolute;right:12px;top:10px;background:#16171d;border:1px solid var(--line);border-radius:50%;width:32px;height:32px;color:white;cursor:pointer;font-size:23px;}
.modal-info [hidden]{display:none;}
@media(min-width:781px){.nav .logo-brand{width:110px;flex-shrink:0;}.nav{gap:10px;}.navlinks a{padding:9px 8px;letter-spacing:.08em;}}
@media(max-width:1000px) and (min-width:781px){.navlinks a{font-size:9px;padding:9px 5px;}.header-socials{gap:1px;}.header-socials a{width:24px;}.nav .logo-brand{width:85px;}}
@media(max-width:560px){.nav .logo-brand{width:80px;flex-shrink:0;}.nav{gap:7px;}.header-socials{gap:0;}.header-socials a{width:24px;}.nav .menu{padding:9px 10px;}}
@media(max-width:360px){.nav .logo-brand{width:68px;}.header-socials a{width:22px;}}
.work-grid.work-slider .card{height:auto;align-self:stretch;min-width:0;}
.production-grid .production-compact .production-body{padding:10px 12px;}
.production-grid .production-compact .production-body h3{font-size:17px;line-height:1.15;margin:4px 0;}
.production-grid .production-compact .production-body p{margin:0;line-height:1.35;}
.production-grid .production-compact .production-date{font-size:9px;}
.production-grid .production-compact .mini-tags{margin-top:5px;padding-top:0;}
.production-grid .production-compact .mini-tags:empty{display:none;}
@media(max-width:780px){
  .production-grid .production-card.production-compact{grid-column:span 3;}
}
@media(max-width:560px){
  .production-grid .production-card.production-featured,
  .production-grid .production-card.production-compact{grid-column:1/-1;}
}
.reviews-grid{margin-left:192px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}
.review-card{padding:26px;border-radius:20px;min-width:0}
.review-card header{display:flex;gap:14px;align-items:center;margin-bottom:20px}
.review-avatar{width:42px;height:42px;flex-shrink:0;border:1px solid rgba(255,175,50,.23);border-radius:50%;display:grid;place-items:center;color:var(--orange-light);background:rgba(255,175,50,.06);font-size:12px}
.review-card h3{font-size:20px;margin:0 0 5px}.review-card header p{font-size:11px;margin:3px 0;color:#a7a5a2}.review-card a{color:var(--orange-light);text-decoration:underline;text-underline-offset:3px}
.review-copy{font-size:13px;line-height:1.75;color:#bab8b5}.review-copy p{margin:0 0 14px}.review-copy.is-collapsed{max-height:5.25em;overflow:hidden;mask-image:linear-gradient(#000 70%,transparent)}
.review-card footer{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between;margin-top:18px;font-size:10px;color:#777}.review-card .experience-toggle{margin:0}.review-card h4{font:500 13px/1.5 Arial,sans-serif;margin:0 0 14px}.review-rating{color:var(--orange-light)}.review-no-text{font-size:12px;color:#92908d}
@media(max-width:1100px){.reviews-grid{margin-left:0}}
@media(max-width:620px){.reviews-grid{grid-template-columns:1fr}.review-card{padding:22px}}
@media(max-width:360px){.nav .logo-brand{width:48px}.header-socials a{width:20px}.nav{gap:4px;padding-left:10px;padding-right:10px}}
.review-card footer{padding:0;border:0;background:none;text-align:left}.review-card{align-self:stretch}
#recommendations .section-title{overflow-wrap:anywhere}
.hero[style*="--hero-position"]::before{background-position:var(--hero-position);transform:scale(var(--hero-zoom,1));transform-origin:var(--hero-origin,center)}
.nav .menu{width:38px;height:38px;padding:8px;align-items:center;justify-content:center;line-height:0}.menu svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round}
.mobile-work-filter{display:none}.work-carousel{position:relative;margin-left:192px}.work-carousel .work-grid.work-slider{margin-left:0;padding-bottom:0;scrollbar-width:none}.work-slider::-webkit-scrollbar{display:none}
.work-arrow{position:absolute;top:42%;z-index:3;width:32px;height:40px;border:1px solid var(--line2);border-radius:20px;background:#17181deb;color:var(--text);font:26px/1 Arial;cursor:pointer;display:grid;place-items:center}.work-prev{left:-38px}.work-next{right:-38px}.work-arrow:disabled{opacity:.22;cursor:default}.work-arrow:hover:not(:disabled){border-color:var(--orange-light);color:var(--orange-light)}
.contact-link b{display:flex;align-items:center;gap:9px}.contact-link svg{width:18px;height:18px;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.contact-socials{justify-content:flex-start;gap:12px;padding:12px 0 0}.contact-socials a{width:34px;height:34px}.contact-socials svg{width:19px;height:19px}
@media(max-width:1050px){.work-carousel{margin-left:150px}.work-prev{left:-30px}.work-next{right:-30px}.work-arrow{width:27px}}
@media(max-width:780px){.work-carousel{margin-left:0;padding:0 26px}.work-prev{left:0}.work-next{right:0}.work-arrow{width:24px}.nav .menu{display:flex}.filters{display:none}.mobile-work-filter{display:block;margin:28px 0 18px;font-size:11px;color:var(--muted)}.mobile-work-filter select{display:block;width:100%;margin-top:8px;padding:12px 16px;border-radius:12px;border:1px solid var(--line2);background:#17181d;color:var(--text);font:12px Arial;color-scheme:dark}.contact-link{align-items:center}.contact-link span{overflow-wrap:anywhere;min-width:0;text-align:right}}
.work-carousel{min-width:0}
@media(min-width:781px) and (max-width:1300px){.work-carousel{padding:0 30px}.work-carousel .work-prev{left:0}.work-carousel .work-next{right:0}}
.category-picker{display:none}.mobile-work-filter{display:none!important}
.work-slider{touch-action:pan-x pan-y;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;cursor:grab}.work-slider.dragging{scroll-snap-type:none!important;cursor:grabbing;user-select:none}.work-slider img{user-select:none;-webkit-user-drag:none}.gypsy-hero,.featured-art{cursor:zoom-in}.current-more{margin:16px 0}.modal-info #modalArtstation{float:right}.modal-card{position:relative}
@media(max-width:780px){.nav .header-socials{position:absolute;left:50%;transform:translateX(-50%);justify-content:center}.nav .menu{margin-left:auto}.category-picker{display:block;position:relative;z-index:10;margin:28px auto 20px;max-width:280px}.category-picker button{color:var(--muted);font:600 10px var(--body-sans,Arial);text-transform:uppercase;letter-spacing:.1em;cursor:pointer}#categoryToggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border:1px solid var(--line2);border-radius:999px;background:linear-gradient(135deg,#252629,#141518);box-shadow:inset 0 1px #ffffff06}#categoryToggle svg{width:16px;height:16px;fill:none;stroke:var(--orange-light);stroke-width:1.5}#categoryOptions{position:absolute;top:calc(100% + 8px);left:0;right:0;padding:6px;border:1px solid var(--line2);border-radius:16px;background:#17181df5;backdrop-filter:blur(20px);box-shadow:0 16px 40px #0007}#categoryOptions[hidden]{display:none}.category-option{display:block;width:100%;text-align:left;border:0;border-radius:10px;background:none;padding:12px}.category-option:hover,.category-option[aria-selected=true]{color:var(--orange-light);background:#ecae6510}}
.software-pills>span{display:inline-flex;align-items:center;gap:7px}.tool-icon{width:16px;height:16px;object-fit:contain;flex-shrink:0}
body:has(.modal.open){overflow:hidden}
/* Shared shape controls, adjustable in the visual editor. */
:root{--box-roundness:12px;--button-roundness:8px}
:is(.card,.production-card,.review-card,.contact-card,.about-card,.featured-art,.featured-editorial,.gypsy-editorial,.modal-card,.hero-image){border-radius:var(--box-roundness);overflow:hidden}
:is(.btn,.contact-link,.filter,.filters,.tag,.software-pills>span,.work-arrow,#categoryToggle,#categoryOptions,.category-option){border-radius:var(--button-roundness)}
.gypsy-hero{border-radius:var(--box-roundness) var(--box-roundness) 0 0}
.work-arrow{padding:0;line-height:0;display:flex;align-items:center;justify-content:center}.work-arrow svg{display:block;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.highlights-grid{margin-left:192px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:28px}.highlights-grid>.gypsy-editorial,.highlights-grid>.featured-editorial{margin:0;min-width:0;flex:0 0 calc(var(--highlight-width,100)*1% - (100 - var(--highlight-width,100))*.2px)}
.highlights-grid>[data-sized-highlight]{height:var(--highlight-height,540px);display:flex;flex-direction:column}.highlights-grid>[data-sized-highlight]>.gypsy-hero{flex:1;min-height:120px;height:auto}.highlights-grid>[data-sized-highlight]>.gypsy-hero img{width:100%;height:100%;min-height:0;object-fit:cover}.highlights-grid>[data-sized-highlight]>.gypsy-details{flex-shrink:0}.highlights-grid>[data-sized-highlight]>.featured-art{height:100%;min-height:0}.highlights-grid .gypsy-copy{display:flex;flex-wrap:wrap;gap:12px}.highlights-grid .gypsy-copy p{width:100%}.highlights-grid .gypsy-title-block h3{font-size:clamp(28px,3vw,54px)}
@media(max-width:1050px){.highlights-grid{margin-left:150px}}
@media(max-width:780px){.work-arrow{display:none!important}.work-carousel{padding:0}.highlights-grid{margin-left:0}.highlights-grid>.gypsy-editorial,.highlights-grid>.featured-editorial{flex-basis:100%}.highlights-grid>[data-sized-highlight]{height:auto;min-height:0}.highlights-grid>[data-sized-highlight]>.gypsy-hero{flex:auto;height:320px}.highlights-grid>[data-sized-highlight]>.featured-art{min-height:380px}}
:is(.nav,.menu,.navlinks a,.modal-dismiss){border-radius:var(--button-roundness)}
.about-card img{border-radius:inherit}
.highlights-grid .gypsy-details.single .gypsy-copy{display:flex;flex-wrap:wrap;gap:12px}.highlights-grid .gypsy-details.single .gypsy-copy>p{flex-basis:100%;max-width:none}
.editor-button-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;grid-column:1/-1;grid-area:auto;margin-top:16px;min-width:0}.editor-button-row .btn{grid-area:auto!important}.btn[data-button-sized],.contact-link[data-button-sized],button[data-button-sized]{box-sizing:border-box;width:var(--button-width,auto)!important;max-width:100%!important;min-height:var(--button-height,44px)!important;height:auto!important;white-space:normal!important;overflow-wrap:anywhere;flex-shrink:1}
[data-button-align=start]{justify-self:start!important;align-self:flex-start!important;margin-inline:0 auto!important}[data-button-align=center]{justify-self:center!important;align-self:center!important;margin-inline:auto!important}[data-button-align=end]{justify-self:end!important;align-self:flex-end!important;margin-inline:auto 0!important}
@media(max-width:780px){[data-visibility=desktop]{display:none!important} :is(.card-media,.gypsy-hero,.featured-art,.about-card,.hero-image) img,img.production-cover{object-position:center center!important;object-view-box:var(--mobile-image-view,inset(0))!important}}
@media(min-width:781px){[data-visibility=mobile]{display:none!important}}

/* Keep every action after its tags, including editor-created buttons. */
.featured-copy,
.gypsy-details.single .gypsy-copy{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
}
.featured-copy > p,
.gypsy-details.single .gypsy-copy > p{order:1;width:100%;margin-bottom:0}
.featured-copy > .tags,
.gypsy-details.single .gypsy-copy > .tags,
.gypsy-details.single .gypsy-copy > .mini-tags{order:2;margin-top:0}
.featured-copy > .btn,
.featured-copy > .editor-button-row,
.gypsy-details.single .gypsy-copy > .btn,
.gypsy-details.single .gypsy-copy > .editor-button-row{order:3;margin-top:0;align-self:flex-start}
.review-card{display:flex;flex-direction:column}
.review-card > header{order:1}
.review-card > .review-copy,
.review-card > h4,
.review-card > .review-no-text{order:2}
.review-card > .mini-tags,
.review-card > .tags{order:3;margin-top:0}
.review-card > footer{order:4}
.review-copy > .mini-tags,
.review-copy > .tags{margin-top:12px}
