@font-face{font-family:ThmanyahDisplay;src:url('assets/fonts/thmanyahserifdisplay-Regular.otf') format('opentype');font-weight:400;font-display:swap}
@font-face{font-family:ThmanyahDisplay;src:url('assets/fonts/thmanyahserifdisplay-Bold.otf') format('opentype');font-weight:700;font-display:swap}
@font-face{font-family:ThmanyahDisplay;src:url('assets/fonts/thmanyahserifdisplay-Black.otf') format('opentype');font-weight:900;font-display:swap}

:root{
  --navy:#090a5c;
  --lime:#cfd72a;
  --pink:#EC1864;
  --white:#ffffff;
  --cream:#fbf9f2;
  --paper:#fffdf7;
  --muted:#5d6178;
  --line:rgba(9,10,92,.14);
  --shadow:0 22px 60px rgba(9,10,92,.10);
  --radius:34px;
  --ease:cubic-bezier(.22,1,.36,1);
}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:110px}
body{font-family:ThmanyahDisplay,serif;background:var(--paper);color:var(--navy);line-height:1.85;overflow-x:hidden}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(rgba(9,10,92,.08) 1px, transparent 1px);background-size:28px 28px;opacity:.28;z-index:-2}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}

.progress-bar{position:fixed;top:0;right:0;height:4px;width:0;background:linear-gradient(90deg,var(--pink),var(--lime));z-index:3000;transition:width .1s linear}
.container{width:min(1120px,calc(100% - 44px));margin-inline:auto}
.section{padding:110px 0;position:relative;overflow:hidden}
.section-light{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(251,249,242,.92))}
.section-navy{background:var(--navy);color:var(--white)}
.section-cream{background:#f5f1e8}

.site-header{position:fixed;top:24px;right:50%;transform:translateX(50%);width:min(980px,calc(100% - 36px));height:66px;background:rgba(255,255,255,.82);border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;justify-content:space-between;padding:0 18px 0 12px;box-shadow:0 15px 45px rgba(9,10,92,.10);backdrop-filter:blur(18px);z-index:2000;transition:transform .35s var(--ease),background .35s var(--ease)}
.brand{display:flex;align-items:center;gap:8px;min-width:86px;justify-content:flex-start}
.brand-mark{font-size:1.45rem;font-weight:900;letter-spacing:-.02em;color:var(--navy);line-height:1}
.nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}
.nav a{font-size:1rem;font-weight:700;padding:7px 16px;border-radius:999px;border:1px solid transparent;transition:background .25s var(--ease),color .25s var(--ease),border-color .25s var(--ease),transform .25s var(--ease)}
.nav a:hover,.nav a.active{background:var(--navy);color:var(--white);border-color:var(--navy);transform:translateY(-1px)}
.menu-toggle{display:none;background:var(--navy);color:var(--white);border:0;border-radius:999px;width:40px;height:40px;font-size:1.2rem}

.eyebrow{display:inline-flex;align-items:center;width:max-content;gap:8px;border:1px solid var(--line);border-radius:999px;padding:5px 14px;font-size:.95rem;font-weight:800;color:var(--navy);background:rgba(255,255,255,.62);line-height:1.2;margin-bottom:18px}
.eyebrow::after{content:"";width:10px;height:10px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 7px rgba(236,24,100,.08)}
.eyebrow.light{color:var(--lime);border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.08)}
h1,h2,h3{line-height:.98;letter-spacing:-.035em}
h1{font-size:clamp(3.6rem,7vw,6.6rem);font-weight:900;margin-bottom:22px;color:var(--navy)}
h2{font-size:clamp(2.35rem,4.8vw,4.3rem);font-weight:900;color:var(--navy);margin-bottom:24px}
h3{font-size:clamp(1.55rem,2.2vw,2.15rem);font-weight:900;margin-bottom:12px}
p{font-size:1.15rem;color:#323756;max-width:620px}
.section-navy p,.section-navy h2,.section-navy h3{color:var(--white)}
.section-navy .section-heading p{color:rgba(255,255,255,.74)}

.hero{min-height:100vh;display:flex;align-items:center;padding-top:130px}
.hero-grid{display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:70px}
.hero-copy{order:1}
.hero-art{order:2;position:relative;display:flex;justify-content:center;align-items:center;min-height:520px}
.hero-copy h2{font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.35;color:var(--pink);font-weight:700;margin-bottom:18px;letter-spacing:0}
.hero-copy .lead{font-size:1.22rem;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:12px 28px;border-radius:999px;font-weight:900;font-size:1rem;transition:transform .25s var(--ease),background .25s var(--ease),box-shadow .25s var(--ease),color .25s var(--ease)}
.btn:hover{transform:translateY(-4px)}
.btn-solid{background:var(--navy);color:var(--white);box-shadow:0 18px 36px rgba(9,10,92,.18)}
.btn-outline{background:rgba(255,255,255,.5);border:2px solid var(--navy);color:var(--navy)}
.btn-outline:hover{background:var(--lime);border-color:var(--lime)}
.hero-illustration{width:min(540px,100%);filter:drop-shadow(0 26px 55px rgba(236,24,100,.12));animation:floatSoft 8s ease-in-out infinite}
.hero-art::before{content:"";position:absolute;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(236,24,100,.10),rgba(207,215,42,.08) 42%,transparent 70%);filter:blur(10px);z-index:-1}

.about-grid{display:grid;grid-template-columns:.92fr 1fr;gap:75px;align-items:center}
.about-art{display:flex;justify-content:center}
.skill-pop-wrap{position:relative;width:min(460px,100%);cursor:pointer;border-radius:42px}
.tablet-img{width:100%;transition:transform .55s var(--ease),filter .55s var(--ease);filter:drop-shadow(0 22px 42px rgba(9,10,92,.10))}
.skill-pop-wrap:hover .tablet-img{transform:scale(1.035) rotate(-1deg)}
.pop-chip{position:absolute;background:var(--navy);color:var(--white);border:1px solid rgba(255,255,255,.5);border-radius:999px;padding:9px 16px;font-size:.92rem;font-weight:900;box-shadow:0 15px 30px rgba(9,10,92,.16);opacity:0;transform:translateY(16px) scale(.88);transition:opacity .45s var(--ease),transform .45s var(--ease)}
.skill-pop-wrap:hover .pop-chip{opacity:1;transform:translateY(0) scale(1)}
.chip-1{top:8%;right:2%;background:var(--pink)}
.chip-2{bottom:15%;right:0;background:var(--lime);color:var(--navy)}
.chip-3{top:18%;left:-3%}
.chip-4{bottom:7%;left:3%;background:var(--pink)}
.about-copy p{margin-bottom:18px;font-size:1.2rem}
.mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}
.mini-cards div{border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.68);padding:16px;font-weight:900;text-align:center;box-shadow:0 10px 26px rgba(9,10,92,.06);transition:transform .25s var(--ease),background .25s var(--ease)}
.mini-cards div:hover{transform:translateY(-4px);background:var(--lime)}

.section-heading{text-align:center;margin:0 auto 46px;display:flex;flex-direction:column;align-items:center}
.section-heading p{margin-inline:auto;font-size:1.14rem}
.service-board{display:grid;grid-template-columns:1.12fr .92fr .92fr;grid-auto-rows:minmax(190px,auto);gap:18px;align-items:stretch}
.service-card{border-radius:28px;padding:28px;min-height:190px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);color:var(--white);display:flex;flex-direction:column;justify-content:space-between;transition:transform .25s var(--ease),box-shadow .25s var(--ease)}
.service-card:hover{transform:translateY(-8px);box-shadow:0 22px 55px rgba(0,0,0,.16)}
.service-card.big{grid-row:span 2;background:var(--white);color:var(--navy)}
.service-card.big h3,.service-card.big p{color:var(--navy)}
.service-card.lime{background:var(--lime);color:var(--navy)}
.service-card.lime h3,.service-card.lime p{color:var(--navy)}
.service-card.pink{background:var(--pink)}
.service-card.dark{background:#20216e}
.service-card.white{background:var(--white);color:var(--navy)}
.service-card.white h3,.service-card.white p{color:var(--navy)}
.service-card span{font-weight:900;opacity:.78;align-self:flex-start}
.service-card p{font-size:1rem;color:inherit;opacity:.88}

.skills-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.skills-panel{background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:32px;padding:34px;box-shadow:var(--shadow)}
.tools-panel{margin-top:56px}
.skills-panel h3{color:var(--navy);font-size:2rem}
.pill-list{display:flex;flex-wrap:wrap;gap:10px}
.pill-list span{border:1px solid var(--line);border-radius:999px;padding:9px 15px;background:var(--white);font-size:1rem;font-weight:800;transition:transform .22s var(--ease),background .22s var(--ease),color .22s var(--ease)}
.pill-list span:hover{background:var(--navy);color:var(--white);transform:translateY(-3px)}
.pill-list.english{direction:ltr;justify-content:flex-end}

.work-top{display:grid;grid-template-columns:.75fr 1fr;gap:30px;align-items:end;margin-bottom:35px}
.work-top h2{margin-bottom:0}
.work-top p{font-size:1.12rem;margin-right:auto}
.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.project-card{background:var(--white);border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:0 18px 42px rgba(9,10,92,.08);transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.project-card:hover{transform:translateY(-8px);box-shadow:0 26px 62px rgba(9,10,92,.14)}
.project-card.wide{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr}
.project-frame{min-height:220px;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:900;letter-spacing:-.02em;position:relative;overflow:hidden}
.clean-frame{background:linear-gradient(135deg,#fff,var(--cream));color:var(--navy)}
.lime-frame{background:var(--lime);color:var(--navy)}
.pink-frame{background:var(--pink);color:var(--white)}
.navy-frame{background:var(--navy);color:var(--white)}
.project-frame::after{content:"";position:absolute;inset:22px;border:1px dashed rgba(9,10,92,.18);border-radius:20px;pointer-events:none}
.pink-frame::after,.navy-frame::after{border-color:rgba(255,255,255,.34)}
.project-info{padding:25px}
.project-info span{display:block;color:var(--pink);font-size:.92rem;font-weight:900;margin-bottom:8px}
.project-info h3{color:var(--navy);font-size:2rem}
.project-info p{font-size:1rem;color:var(--muted)}

.stage-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:65px;align-items:center}
.stage-copy h2{font-size:clamp(2.3rem,4.6vw,4.1rem)}
.stage-copy p{font-size:1.15rem}
.stage-steps{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stage-steps div{min-height:178px;border-radius:26px;padding:26px;border:1px solid var(--line);background:var(--white);box-shadow:0 15px 38px rgba(9,10,92,.08);transition:transform .25s var(--ease),background .25s var(--ease),color .25s var(--ease)}
.stage-steps div:nth-child(1){background:var(--white)}
.stage-steps div:nth-child(2){background:var(--navy);color:var(--white)}
.stage-steps div:nth-child(3){background:var(--lime)}
.stage-steps div:nth-child(4){background:var(--pink);color:var(--white)}
.stage-steps div:hover{transform:translateY(-6px)}
.stage-steps span{font-weight:900;color:inherit;opacity:.7}
.stage-steps h3{color:inherit;font-size:2.1rem}
.stage-steps p{color:inherit;font-size:1rem;opacity:.86}

.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
blockquote{background:var(--white);border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(9,10,92,.08);transition:transform .25s var(--ease)}
blockquote:hover{transform:translateY(-6px)}
blockquote p{font-size:1.2rem;color:var(--navy);font-weight:700;margin-bottom:18px}
cite{font-style:normal;color:var(--muted);font-weight:800}

.contact-grid{display:grid;grid-template-columns:.82fr 1fr;gap:70px;align-items:center}
.contact-art img{width:min(430px,100%);margin-inline:auto;filter:drop-shadow(0 26px 55px rgba(9,10,92,.12));animation:floatSoft 8s ease-in-out infinite}
.contact-copy h2{font-size:clamp(2.35rem,4.4vw,4.2rem)}
.contact-list{display:flex;flex-direction:column;gap:12px;margin-top:24px;align-items:flex-start}
.contact-list a{font-size:1.12rem;font-weight:900;background:var(--white);border:1px solid var(--line);border-radius:999px;padding:9px 18px;transition:background .22s var(--ease),transform .22s var(--ease)}
.contact-list a:hover{background:var(--lime);transform:translateX(-4px)}
.footer{padding:28px;text-align:center;background:var(--navy);color:var(--white)}
.footer p{margin:auto;color:rgba(255,255,255,.84);font-size:1rem}

.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s var(--ease),transform .75s var(--ease)}
.reveal.visible{opacity:1;transform:translateY(0)}
.section.is-entering .container{animation:sectionPulse .55s var(--ease)}

@keyframes floatSoft{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes sectionPulse{from{transform:translateY(10px);opacity:.84}to{transform:translateY(0);opacity:1}}

@media (max-width:980px){
  .site-header{top:14px;height:auto;min-height:60px;padding:10px 14px;align-items:flex-start}
  .menu-toggle{display:block}
  .nav{display:none;position:absolute;top:66px;right:0;left:0;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:26px;box-shadow:var(--shadow);padding:12px;flex-wrap:wrap}
  .site-header.open .nav{display:flex}
  .nav a{font-size:.98rem;padding:8px 13px}
  .hero-grid,.about-grid,.stage-grid,.contact-grid,.skills-layout{grid-template-columns:1fr;gap:42px;text-align:center}
  .hero-copy,.hero-art{order:unset}
  .hero-copy .lead,.about-copy p,.stage-copy p,.contact-copy p{margin-inline:auto}
  .hero-actions,.contact-list{justify-content:center;align-items:center}
  .hero-art{min-height:auto}.hero-illustration{width:min(430px,100%)}
  .mini-cards{grid-template-columns:1fr}
  .service-board{grid-template-columns:1fr}.service-card.big{grid-row:auto}
  .tools-panel{margin-top:0}
  .work-top{grid-template-columns:1fr;text-align:center}.work-top p{margin:auto}
  .work-grid{grid-template-columns:1fr}.project-card.wide{grid-column:span 1;grid-template-columns:1fr}
  .testimonial-grid{grid-template-columns:1fr}
  .stage-steps{grid-template-columns:1fr}
}

@media (max-width:560px){
  .container{width:min(100% - 26px,1120px)}
  .section{padding:82px 0}
  h1{font-size:3.25rem}h2{font-size:2.4rem}
  .hero-copy h2{font-size:1.35rem}
  .hero-copy .lead,p{font-size:1.04rem}
  .btn{width:100%}
  .hero-actions{gap:10px}
  .skills-panel,.project-info,blockquote,.service-card,.stage-steps div{padding:22px}
  .project-frame{min-height:190px;font-size:1.7rem}
  .contact-art img{width:310px}
}

/* Show Bakery protected preview */
.project-image-link{display:block;overflow:hidden;min-height:220px;background:var(--cream)}
.project-img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .45s var(--ease);user-select:none;-webkit-user-drag:none}
.project-card:hover .project-img{transform:scale(1.04)}
.project-link{display:inline-flex;margin-top:14px;font-weight:900;color:var(--navy);border-bottom:2px solid var(--lime)}
.project-link:hover{color:var(--pink)}
.protected-image img{user-select:none;-webkit-user-drag:none}
.project-page-body{background:var(--bg)}
.project-hero{padding-top:130px;min-height:auto}
.project-hero-grid{display:grid;grid-template-columns:.85fr 1.1fr;gap:36px;align-items:center}
.back-link{display:inline-flex;margin-bottom:18px;color:var(--navy);font-weight:900;border:1px solid var(--line);border-radius:999px;padding:9px 16px;background:rgba(255,255,255,.7)}
.project-hero h1{font-size:clamp(3rem,7vw,6.2rem);letter-spacing:-.03em;color:var(--pink);margin-bottom:18px}
.project-hero .lead{font-size:1.2rem;max-width:620px;color:var(--navy)}
.project-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.project-meta span{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:9px 15px;color:var(--navy);font-weight:900;font-size:.96rem}
.project-cover{border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:var(--white)}
.project-cover img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}
.case-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}
.case-card{margin:0;border-radius:32px;overflow:hidden;background:var(--white);border:1px solid var(--line);box-shadow:0 18px 48px rgba(9,10,92,.08)}
.case-card img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.case-card.large img{min-height:520px}
.case-card figcaption{padding:16px 18px;color:var(--navy);font-weight:900;background:var(--white)}
.privacy-note{margin-top:26px;border-radius:24px;background:var(--navy);color:var(--white);padding:20px 24px;font-weight:800;text-align:center}
.privacy-note strong{color:var(--lime)}
@media (max-width:980px){.project-hero-grid,.case-gallery{grid-template-columns:1fr}.project-hero{text-align:center}.project-hero .lead{margin:auto}.project-meta{justify-content:center}.case-card img,.case-card.large img{min-height:auto}}

/* =========================
   V8 — clean Show Bakery page
   ========================= */
.clean-project-hero{align-items:center;gap:46px}
.clean-project-hero .project-cover{background:#fff7df;padding:14px;border-radius:32px;overflow:hidden}
.clean-project-hero .project-cover img{aspect-ratio:auto;height:auto;object-fit:contain;border-radius:24px;background:#fff7df}
.project-heading{text-align:center;margin-bottom:34px}
.project-heading p{margin-inline:auto}
.clean-case-gallery{display:grid;grid-template-columns:1fr 1fr;gap:26px;align-items:start}
.clean-case-card{margin:0;background:var(--white);border:1px solid var(--line);border-radius:30px;box-shadow:0 18px 46px rgba(9,10,92,.08);overflow:hidden;transition:transform .28s var(--ease),box-shadow .28s var(--ease)}
.clean-case-card:hover{transform:translateY(-6px);box-shadow:0 26px 62px rgba(9,10,92,.13)}
.clean-case-card img{width:100%;height:auto;max-height:none;min-height:0;object-fit:contain;background:#fff7df;padding:0;border-radius:0;display:block}
.clean-case-card figcaption{padding:16px 18px;color:var(--navy);font-weight:900;background:var(--white);font-size:1.05rem;text-align:center}
.clean-case-card.feature-card{grid-column:span 2}
.clean-case-card.feature-card img{width:100%}
.project-meta span{white-space:normal}
.project-hero .lead{line-height:1.75}
@media (max-width:980px){
  .clean-case-gallery{grid-template-columns:1fr}
  .clean-case-card.feature-card{grid-column:span 1}
  .clean-project-hero{gap:28px}
}


/* =========================
   V9 — Show Bakery cleanup
   ========================= */
.project-page-body{
  background:var(--paper);
}
.project-hero-grid.clean-project-hero{
  grid-template-columns:minmax(360px, .9fr) minmax(380px, 1.1fr);
  align-items:center;
  gap:54px;
}
.project-hero-copy{
  text-align:right;
  justify-self:end;
  max-width:640px;
}
.project-hero h1{
  font-size:clamp(2.9rem,5.6vw,5.15rem);
  line-height:1.04;
  max-width:100%;
  margin-bottom:18px;
  text-align:right;
  direction:ltr;
  overflow-wrap:normal;
}
.project-hero .lead{
  text-align:right;
  margin-inline:0;
  max-width:590px;
  font-size:1.12rem;
  line-height:1.85;
}
.project-meta{
  justify-content:flex-start;
}
.clean-project-hero .project-cover{
  border-radius:30px;
  padding:10px;
  background:#fff4d7;
}
.clean-project-hero .project-cover img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:22px;
  background:#fff4d7;
}
.project-showcase .container{
  max-width:1080px;
}
.project-heading{
  text-align:right;
  align-items:flex-start;
  margin-bottom:30px;
}
.project-heading p{
  margin-inline:0;
  text-align:right;
}
.clean-case-gallery{
  grid-template-columns:1fr;
  max-width:1050px;
  margin:0 auto;
  gap:28px;
}
.clean-case-card,
.clean-case-card.feature-card{
  grid-column:auto;
}
.clean-case-card img,
.clean-case-card.feature-card img{
  width:100%;
  height:auto;
  display:block;
  object-fit:contain;
  background:#fff4d7;
}
.clean-case-card figcaption{
  text-align:right;
  padding:14px 20px;
  font-size:1rem;
}
/* No visible watermark/copyright labels on project images */
.protected-image::after,
.protected-image::before{
  content:none !important;
  display:none !important;
}
@media (max-width:980px){
  .project-hero-grid.clean-project-hero{grid-template-columns:1fr;gap:30px}
  .project-hero-copy,.project-hero .lead,.project-heading,.project-heading p{text-align:center;margin-inline:auto}
  .project-meta{justify-content:center}
  .project-hero h1{text-align:center}
}

/* =========================
   V10 — Bayan project page
   ========================= */
.bayan-project .project-image-link{
  background:#f4eef5;
  min-height:100%;
}
.project-card.wide.bayan-project .project-img{
  height:100%;
  min-height:240px;
  object-fit:cover;
}
.section-bayan-soft{
  background:
    radial-gradient(circle at 20% 22%, rgba(180,211,235,.38), transparent 34%),
    radial-gradient(circle at 84% 78%, rgba(249,225,233,.54), transparent 32%),
    linear-gradient(135deg,#fffaf8 0%,#f6eef4 48%,#eef7fc 100%);
}
.bayan-page .project-hero h1{
  color:var(--navy);
  font-size:clamp(3rem,6vw,5.4rem);
  letter-spacing:-.025em;
}
.bayan-page .project-hero .lead{
  max-width:620px;
}
.bayan-cover-box{
  background:#fff;
  padding:14px;
}
.bayan-cover-box img{
  object-fit:contain;
  aspect-ratio:auto;
  height:auto;
  border-radius:24px;
}
.bayan-case-gallery{
  grid-template-columns:1fr 1fr;
}
.bayan-case-gallery .clean-case-card img{
  background:#fff;
}
.bayan-case-gallery .clean-case-card.feature-card{
  grid-column:span 2;
}
.bayan-showcase .project-heading h2{
  color:var(--navy);
}
@media (max-width:980px){
  .bayan-case-gallery{grid-template-columns:1fr}
  .bayan-case-gallery .clean-case-card.feature-card{grid-column:span 1}
  .project-card.wide.bayan-project .project-img{height:240px}
}

/* =========================
   V11 — Magazine project layout
   ========================= */
.magazine-project{
  background:#fbf9f2;
}
.magazine-project .site-header{
  direction:rtl;
}
.magazine-hero{
  padding-top:136px;
  padding-bottom:76px;
  min-height:auto;
  overflow:hidden;
}
.show-hero{
  background:linear-gradient(135deg,#fffdf7 0%,#fff3d7 100%);
}
.bayan-hero{
  background:
    radial-gradient(circle at 14% 22%,rgba(180,211,235,.40),transparent 34%),
    radial-gradient(circle at 86% 82%,rgba(249,225,233,.55),transparent 36%),
    linear-gradient(135deg,#fffaf8 0%,#f7eff6 52%,#eef7fc 100%);
}
.magazine-hero-wrap{
  display:grid;
  grid-template-columns:minmax(420px,1.15fr) minmax(330px,.85fr);
  gap:54px;
  align-items:center;
}
.magazine-copy{
  text-align:right;
  justify-self:end;
  max-width:560px;
  order:1;
}
.magazine-cover{
  order:2;
  margin:0;
  border:1px solid rgba(9,10,92,.13);
  border-radius:38px;
  background:#fff;
  box-shadow:0 26px 70px rgba(9,10,92,.10);
  overflow:hidden;
  padding:12px;
}
.magazine-cover img{
  width:100%;
  height:auto;
  object-fit:contain;
  border-radius:28px;
  background:#fff;
}
.magazine-copy h1{
  font-size:clamp(3rem,6.4vw,5.9rem);
  line-height:.9;
  letter-spacing:-.045em;
  color:var(--navy);
  margin:8px 0 18px;
  text-align:right;
}
.show-magazine .magazine-copy h1{
  color:var(--pink);
}
.magazine-copy .lead{
  margin:0;
  color:#343752;
  font-size:1.13rem;
  line-height:1.9;
  max-width:520px;
  text-align:right;
}
.magazine-copy .project-meta,
.magazine-copy .project-meta span{
  display:none !important;
}
.magazine-project .back-link{
  margin-bottom:16px;
  font-size:.96rem;
  background:rgba(255,255,255,.72);
}
.magazine-spread-section{
  background:linear-gradient(180deg,#fffdf7,#fbf9f2);
  padding-top:78px;
}
.bayan-spread-section{
  background:linear-gradient(180deg,#fffdf7,#f7fbff 52%,#fbf9f2);
}
.magazine-intro{
  text-align:right;
  margin-bottom:34px;
  max-width:660px;
  margin-inline-start:auto;
}
.magazine-intro h2{
  font-size:clamp(2.2rem,4.4vw,3.8rem);
  margin-bottom:12px;
}
.magazine-intro p:not(.eyebrow){
  margin:0;
  font-size:1.08rem;
  color:var(--muted);
  max-width:580px;
}
.magazine-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:24px;
  align-items:start;
}
.mag-tile{
  grid-column:span 6;
  margin:0;
  border:1px solid rgba(9,10,92,.13);
  border-radius:34px;
  background:#fff;
  box-shadow:0 20px 54px rgba(9,10,92,.08);
  overflow:hidden;
  transition:transform .3s var(--ease),box-shadow .3s var(--ease);
}
.mag-tile:hover{
  transform:translateY(-6px);
  box-shadow:0 26px 70px rgba(9,10,92,.13);
}
.mag-tile-wide{
  grid-column:span 12;
}
.mag-tile img{
  width:100%;
  height:auto;
  object-fit:contain;
  background:#fff;
}
.show-grid .mag-tile img{
  background:#fff4d7;
}
.bayan-grid .mag-tile img{
  background:#fff;
}
.mag-tile figcaption{
  padding:15px 20px;
  background:#fff;
  color:var(--navy);
  font-weight:900;
  font-size:1.02rem;
  text-align:right;
  border-top:1px solid rgba(9,10,92,.09);
}
.magazine-project .eyebrow{
  margin-bottom:14px;
}
.magazine-project .footer{
  margin-top:0;
}

/* Cleaner project cards on homepage */
.project-info p{
  max-width:100%;
}
.project-card .project-link{
  font-size:.98rem;
}

@media (max-width:980px){
  .magazine-hero-wrap{
    grid-template-columns:1fr;
    gap:28px;
  }
  .magazine-copy,
  .magazine-copy .lead,
  .magazine-copy h1,
  .magazine-intro,
  .magazine-intro p:not(.eyebrow){
    text-align:center;
    margin-inline:auto;
  }
  .magazine-copy{order:1;justify-self:center;max-width:680px}
  .magazine-cover{order:2}
  .mag-tile,.mag-tile-wide{
    grid-column:span 12;
  }
}
@media (max-width:560px){
  .magazine-hero{
    padding-top:110px;
    padding-bottom:58px;
  }
  .magazine-copy h1{
    font-size:3.2rem;
  }
  .magazine-cover,
  .mag-tile{
    border-radius:24px;
  }
  .magazine-cover img{
    border-radius:18px;
  }
  .mag-tile figcaption{
    text-align:center;
  }
}

/* =========================
   V14 — simple, clean portfolio presentation
   ========================= */
.work-v14{background:#fbfaf6}
.work-v14-head{max-width:640px;margin:0 auto 42px;text-align:center}
.work-v14-head h2{font-size:clamp(2.2rem,4.4vw,3.75rem);margin-bottom:12px}
.work-v14-head p:not(.eyebrow){margin-inline:auto;color:var(--muted);font-size:1.08rem}
.portfolio-covers{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}
.cover-project{min-width:0}
.cover-project-link{display:block}
.cover-project-image{aspect-ratio:4/3;border-radius:28px;overflow:hidden;background:#f4f1e9;border:1px solid var(--line);box-shadow:0 16px 38px rgba(9,10,92,.07);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
.cover-project-image img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}
.bayan-cover-home img{object-fit:cover}
.show-cover-home img{object-fit:cover}
.cover-project-link:hover .cover-project-image{transform:translateY(-6px);box-shadow:0 24px 52px rgba(9,10,92,.12)}
.cover-project-link:hover .cover-project-image img{transform:scale(1.025)}
.cover-project-meta{display:flex;justify-content:space-between;align-items:baseline;gap:18px;padding:16px 4px 0}
.cover-project-meta h3{font-size:1.8rem;margin:0;color:var(--navy);letter-spacing:-.02em}
.cover-project-meta span{font-size:.94rem;color:var(--muted);font-weight:800;direction:ltr;text-align:left}
.portfolio-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:48px}
.mini-project-visual{aspect-ratio:4/3;border-radius:24px;display:grid;place-items:center;font-size:1.9rem;font-weight:900;border:1px solid var(--line)}
.lime-mini{background:var(--lime);color:var(--navy)}
.navy-mini{background:var(--navy);color:#fff}
.pink-mini{background:var(--pink);color:#fff}
.mini-project>div:last-child{padding:12px 3px 0}
.mini-project h3{font-size:1.35rem;margin:0 0 4px;color:var(--navy)}
.mini-project span{color:var(--muted);font-size:.9rem;font-weight:800}

.project-minimal{background:#fbfaf6}
.project-minimal .section{overflow:visible}
.project-simple-hero{padding:150px 0 58px;background:#fbfaf6}
.project-simple-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:54px;align-items:center}
.project-simple-copy{text-align:right;max-width:500px;justify-self:end}
.project-simple-copy .back-link{margin-bottom:28px}
.project-kicker{font-size:.94rem;font-weight:900;color:var(--pink);direction:ltr;text-align:right;margin-bottom:10px;letter-spacing:.02em}
.project-simple-copy h1{font-size:clamp(3rem,6vw,5.2rem);line-height:.95;margin:0 0 20px;color:var(--navy);text-align:right}
.project-simple-copy>p:last-child{font-size:1.13rem;color:#454a68;line-height:1.85;margin:0;max-width:480px}
.project-simple-cover{margin:0;border-radius:28px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 18px 42px rgba(9,10,92,.08)}
.project-simple-cover img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.bayan-simple-hero .project-simple-cover img{object-fit:cover}
.project-simple-gallery{padding:18px 0 100px;background:#fbfaf6}
.visual-gallery{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.visual-item{margin:0;border-radius:26px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 15px 36px rgba(9,10,92,.07)}
.visual-item.full{grid-column:span 2}
.visual-item img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}
.bayan-simple-gallery .visual-item img{background:#fff}
.project-minimal .footer{padding:22px;background:var(--navy)}
.project-minimal .footer p{font-size:.95rem}

@media (max-width:980px){
  .portfolio-covers{grid-template-columns:1fr}
  .portfolio-mini{grid-template-columns:1fr 1fr}
  .project-simple-grid{grid-template-columns:1fr;gap:28px}
  .project-simple-copy,.project-simple-copy h1,.project-kicker,.project-simple-copy>p:last-child{text-align:center;margin-inline:auto}
  .project-simple-copy{justify-self:center;max-width:680px}
  .visual-gallery{grid-template-columns:1fr}
  .visual-item.full{grid-column:span 1}
}
@media (max-width:560px){
  .portfolio-covers{gap:24px}
  .cover-project-image{border-radius:22px}
  .cover-project-meta{display:block;text-align:right}
  .cover-project-meta h3{font-size:1.55rem;margin-bottom:4px}
  .cover-project-meta span{display:block;text-align:right}
  .portfolio-mini{grid-template-columns:1fr;margin-top:34px}
  .project-simple-hero{padding-top:112px;padding-bottom:40px}
  .project-simple-cover,.visual-item{border-radius:20px}
  .project-simple-gallery{padding-bottom:70px}
}


/* =========================
   V16 — exact 1600×1000 project artwork
   ========================= */
.final-artboard-cover{
  aspect-ratio:8/5;
  background:#f7edcf;
}
.final-artboard-cover img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.cover-project-meta-action{
  align-items:center;
}
.cover-project-meta-action>div{
  min-width:0;
}
.cover-view-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:72px;
  padding:10px 18px;
  border-radius:999px;
  background:var(--navy);
  color:#fff !important;
  font-size:.95rem !important;
  font-weight:900 !important;
  flex:0 0 auto;
}
.project-single-artboard{
  background:#fbfaf6;
}
.single-artboard-section{
  padding:140px 0 72px;
}
.single-artboard-wrap{
  max-width:1260px;
}
.single-artboard-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:26px;
}
.single-artboard-head>div{
  text-align:right;
}
.single-artboard-head .project-kicker{
  margin:0 0 4px;
  text-align:right;
}
.single-artboard-head h1{
  margin:0;
  color:var(--navy);
  font-size:clamp(2.4rem,5vw,4.4rem);
  line-height:1;
}
.single-artboard-image{
  margin:0 auto;
  width:min(1200px,100%);
  aspect-ratio:8/5;
  overflow:hidden;
  border-radius:28px;
  background:#f7edcf;
  border:1px solid var(--line);
  box-shadow:0 18px 42px rgba(9,10,92,.09);
}
.single-artboard-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
@media (max-width:700px){
  .cover-project-meta-action{
    display:flex;
    flex-direction:row;
    align-items:center;
  }
  .single-artboard-section{
    padding-top:108px;
    padding-bottom:44px;
  }
  .single-artboard-head{
    align-items:flex-start;
    flex-direction:column-reverse;
  }
  .single-artboard-head>div,
  .single-artboard-head .project-kicker{
    text-align:right;
  }
  .single-artboard-image{
    border-radius:18px;
  }
}

/* =========================
   V18 — Queen Garden project
   ========================= */
.queen-final-card{
  grid-column:1 / -1;
  width:calc((100% - 30px) / 2);
  justify-self:center;
}
.portfolio-mini.two-items{
  grid-template-columns:repeat(2,1fr);
}
@media (max-width:980px){
  .queen-final-card{
    grid-column:auto;
    width:100%;
  }
}
@media (max-width:560px){
  .portfolio-mini.two-items{
    grid-template-columns:1fr;
  }
}

/* =========================
   V19 — Hiniti video project
   ========================= */
.queen-final-card{
  grid-column:auto;
  width:100%;
  justify-self:stretch;
}
.video-cover video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  pointer-events:none;
  transition:transform .55s var(--ease);
}
.cover-project-link:hover .video-cover video{
  transform:scale(1.018);
}
.single-artboard-video{
  background:#090a5c;
}
.single-artboard-video video{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  background:#090a5c;
}
.portfolio-mini.one-item{
  grid-template-columns:minmax(0,calc((100% - 30px) / 2));
  justify-content:center;
}
@media (max-width:980px){
  .portfolio-mini.one-item{grid-template-columns:1fr}
}

/* =========================
   V20 — The Beauty Bar replaces Laver Spa
   ========================= */
.beauty-final-card{
  grid-column:1 / -1;
  width:calc((100% - 30px) / 2);
  justify-self:center;
}
.beauty-cover-home img{
  object-fit:cover;
}
@media (max-width:980px){
  .beauty-final-card{
    grid-column:auto;
    width:100%;
  }
}

/* =========================
   V21 — Added selected projects
   ========================= */
.beauty-final-card{
  grid-column:auto;
  width:100%;
  justify-self:stretch;
}
.dolly-final-card{
  grid-column:1 / -1;
  width:calc((100% - 30px) / 2);
  justify-self:center;
}
@media (max-width:980px){
  .dolly-final-card{
    grid-column:auto;
    width:100%;
  }
}

/* =========================
   V23 — refinement pass
   ========================= */

/* Hero: slightly smaller greeting while preserving hierarchy */
.hero-copy h1{
  font-size:clamp(3.15rem,6vw,5.7rem);
  line-height:1.02;
  margin-bottom:20px;
}

/* About: compact visual value cards in one row */
.mini-cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin-top:26px;
  align-items:stretch;
}
.mini-cards .mini-card{
  min-height:112px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:15px 13px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.84);
  box-shadow:0 12px 30px rgba(9,10,92,.07);
  color:var(--navy);
  font-weight:800;
  font-size:1.02rem;
  line-height:1.45;
  text-align:center;
}
.mini-cards .mini-card:hover{
  background:var(--white);
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(9,10,92,.11);
}
.mini-icon{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(207,215,42,.24);
  color:var(--navy);
}
.mini-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.mini-label{display:block}

/* Skills: visual tool logos instead of text pills */
.tools-panel{margin-top:28px}
.tools-grid{
  direction:ltr;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.tool-item{
  min-height:104px;
  padding:14px 10px 12px;
  border:1px solid var(--line);
  border-radius:20px;
  background:var(--white);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:9px;
  box-shadow:0 9px 24px rgba(9,10,92,.05);
  transition:transform .25s var(--ease),box-shadow .25s var(--ease),border-color .25s var(--ease);
}
.tool-item:hover{
  transform:translateY(-5px);
  box-shadow:0 17px 34px rgba(9,10,92,.10);
  border-color:rgba(9,10,92,.25);
}
.tool-item img{
  width:46px;
  height:46px;
  object-fit:contain;
  display:block;
}
.tool-item span{
  font-family:ThmanyahDisplay,serif;
  font-size:.92rem;
  line-height:1.1;
  font-weight:800;
  color:var(--navy);
  text-align:center;
}

/* Contact: cleaner typography, icon rows, and a decorative phone stage */
.contact-grid{
  grid-template-columns:.9fr 1.1fr;
  gap:76px;
  align-items:center;
}
.contact-copy{
  max-width:690px;
  justify-self:end;
}
.contact-copy h2{
  font-size:clamp(2.55rem,4.1vw,4.45rem);
  line-height:1.1;
  max-width:680px;
  margin-bottom:20px;
  text-wrap:balance;
}
.contact-copy>p:not(.eyebrow){
  max-width:650px;
  line-height:1.85;
  font-size:1.13rem;
}
.contact-list{
  width:min(100%,610px);
  gap:12px;
  margin-top:28px;
  align-items:stretch;
}
.contact-list .contact-row{
  width:100%;
  min-height:68px;
  padding:10px 14px;
  display:flex;
  align-items:center;
  gap:13px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(255,255,255,.88);
  box-shadow:0 10px 25px rgba(9,10,92,.055);
  transition:transform .24s var(--ease),box-shadow .24s var(--ease),border-color .24s var(--ease);
}
.contact-list .contact-row:hover{
  background:var(--white);
  transform:translateX(-5px);
  box-shadow:0 17px 34px rgba(9,10,92,.10);
  border-color:rgba(9,10,92,.25);
}
.contact-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#f8f7fb;
  border:1px solid rgba(9,10,92,.08);
}
.contact-icon img{
  width:24px;
  height:24px;
  object-fit:contain;
}
.contact-text{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1px;
  text-align:right;
}
.contact-text small{
  color:var(--muted);
  font-size:.8rem;
  line-height:1.2;
  font-weight:700;
}
.contact-text strong{
  direction:ltr;
  unicode-bidi:plaintext;
  text-align:left;
  font-family:ThmanyahDisplay,serif;
  font-size:1.08rem;
  line-height:1.25;
  color:var(--navy);
  overflow-wrap:anywhere;
}
.contact-phone-stage{
  position:relative;
  min-height:560px;
  display:flex;
  align-items:center;
  justify-content:center;
  isolation:isolate;
}
.contact-phone-stage::before{
  content:"";
  position:absolute;
  width:430px;
  height:430px;
  border-radius:42% 58% 53% 47% / 48% 38% 62% 52%;
  background:
    radial-gradient(circle at 28% 24%,rgba(236,24,100,.13),transparent 34%),
    radial-gradient(circle at 74% 72%,rgba(207,215,42,.16),transparent 36%),
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(239,239,248,.92));
  border:1px solid rgba(9,10,92,.10);
  box-shadow:0 24px 58px rgba(9,10,92,.10);
  z-index:-2;
  transform:rotate(-5deg);
}
.contact-phone-stage::after{
  content:"";
  position:absolute;
  width:145px;
  height:145px;
  left:4%;
  bottom:8%;
  background-image:radial-gradient(rgba(9,10,92,.22) 1.5px,transparent 1.5px);
  background-size:13px 13px;
  opacity:.42;
  border-radius:28px;
  z-index:-1;
}
.contact-phone-img{
  width:min(370px,76%);
  margin-inline:auto;
  filter:drop-shadow(0 28px 48px rgba(9,10,92,.19));
  animation:floatSoft 8s ease-in-out infinite;
  position:relative;
  z-index:1;
}

@media (max-width:980px){
  .about-grid{gap:34px}
  .mini-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .skills-layout{grid-template-columns:1fr;gap:24px}
  .tools-panel{margin-top:0}
  .tools-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .contact-grid{grid-template-columns:1fr;gap:36px;text-align:center}
  .contact-copy{justify-self:center;max-width:760px}
  .contact-copy h2,.contact-copy>p:not(.eyebrow){margin-inline:auto}
  .contact-list{margin-inline:auto}
  .contact-phone-stage{min-height:470px;order:2}
  .contact-copy{order:1}
}

@media (max-width:700px){
  .mini-cards{grid-template-columns:1fr}
  .mini-cards .mini-card{min-height:92px;flex-direction:row;text-align:right;justify-content:flex-start}
  .tools-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .contact-copy h2{font-size:clamp(2.25rem,10vw,3.1rem)}
  .contact-list .contact-row{min-height:64px}
  .contact-phone-stage{min-height:410px}
  .contact-phone-stage::before{width:330px;height:330px}
  .contact-phone-img{width:min(310px,78%)}
}

@media (max-width:480px){
  .tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contact-text strong{font-size:.98rem}
  .contact-icon{width:42px;height:42px;flex-basis:42px}
}

/* =========================
   V24 — supplied tool icons + star contact stage
   ========================= */

/* The supplied Procreate, Salla and Figma marks are used exactly as provided. */
.tool-item img{
  width:52px;
  height:52px;
  border-radius:14px;
}

/* Keep the CSS mark crisp and slightly taller like its original shield. */
.tool-item[title="CSS"] img{
  width:46px;
  height:52px;
  border-radius:0;
}

/* Contact rows: icon + actual detail only, without repeated platform labels. */
.contact-text{
  justify-content:center;
}
.contact-text strong{
  font-size:1.07rem;
}

/* Replace the previous abstract phone background with one clear brand star. */
.contact-phone-stage::before{
  width:440px;
  height:440px;
  border:0;
  border-radius:0;
  clip-path:polygon(
    50% 0%,
    60% 30%,
    85% 15%,
    70% 40%,
    100% 50%,
    70% 60%,
    85% 85%,
    60% 70%,
    50% 100%,
    40% 70%,
    15% 85%,
    30% 60%,
    0% 50%,
    30% 40%,
    15% 15%,
    40% 30%
  );
  background:linear-gradient(145deg,var(--lime),#e1e83e);
  box-shadow:0 28px 64px rgba(9,10,92,.13);
  transform:rotate(4deg);
  opacity:.96;
}
.contact-phone-stage::after{
  display:none;
}
.contact-phone-img{
  width:min(360px,76%);
  filter:drop-shadow(0 30px 44px rgba(9,10,92,.22));
}

@media (max-width:700px){
  .contact-phone-stage::before{
    width:340px;
    height:340px;
  }
}


/* =========================
   V25 — refined Project Stage heading
   ========================= */
.stage-copy{
  min-width:0;
}
.stage-copy h2{
  max-width:620px;
  margin-bottom:22px;
  font-size:clamp(2.45rem,3.75vw,3.55rem);
  line-height:1.22;
  letter-spacing:-.018em;
  text-wrap:balance;
  overflow-wrap:normal;
  word-break:normal;
}
.stage-copy h2 span{
  display:inline-block;
}
.stage-copy .eyebrow{
  margin-bottom:20px;
}
@media (max-width:980px){
  .stage-copy h2{
    max-width:700px;
    margin-inline:auto;
    font-size:clamp(2.35rem,7vw,3.35rem);
    line-height:1.2;
  }
}
@media (max-width:560px){
  .stage-copy h2{
    font-size:2.35rem;
    line-height:1.24;
    letter-spacing:-.01em;
  }
}


/* =========================
   V26 — readable Project Stage title
   ========================= */
.stage-copy h2{
  font-family:ThmanyahDisplay,serif;
  font-weight:800;
  font-size:clamp(2.25rem,3vw,2.9rem);
  line-height:1.48;
  letter-spacing:0;
  max-width:650px;
  text-wrap:pretty;
  margin-bottom:24px;
}
.stage-copy h2 .stage-line{
  display:block;
  white-space:nowrap;
}
.stage-copy h2 .stage-line + .stage-line{
  margin-top:.18em;
}
@media (max-width:980px){
  .stage-copy h2{
    font-size:clamp(2.15rem,5.7vw,2.8rem);
    line-height:1.48;
    max-width:760px;
  }
}
@media (max-width:620px){
  .stage-copy h2{
    font-size:clamp(1.9rem,8.5vw,2.4rem);
    line-height:1.5;
  }
  .stage-copy h2 .stage-line{
    white-space:normal;
  }
}

/* =========================
   V27 — Thmanyah Project Stage heading (light, clear, no overlap)
   ========================= */
.stage-copy h2{
  font-family:ThmanyahDisplay,serif;
  font-weight:400;
  font-size:clamp(2.05rem,2.75vw,2.65rem);
  line-height:1.38;
  letter-spacing:0;
  max-width:640px;
  margin-bottom:26px;
  text-wrap:balance;
}
.stage-copy h2 .stage-line{
  display:block;
  white-space:normal;
}
.stage-copy h2 .stage-line + .stage-line{
  margin-top:.34em;
}
@media (max-width:980px){
  .stage-copy h2{
    font-size:clamp(2rem,5.2vw,2.55rem);
    line-height:1.4;
    max-width:720px;
    margin-inline:auto;
  }
}
@media (max-width:620px){
  .stage-copy h2{
    font-size:clamp(1.75rem,7.8vw,2.2rem);
    line-height:1.42;
  }
  .stage-copy h2 .stage-line + .stage-line{
    margin-top:.42em;
  }
}

/* =========================
   V29 — refreshed content + clearer mobile flow
   ========================= */

/* A clearer, more intentional label for the art + tech positioning */
.about-copy .eyebrow{
  background:var(--navy);
  color:var(--white);
  border-color:var(--navy);
  padding:8px 18px;
  font-size:1rem;
  box-shadow:0 12px 28px rgba(9,10,92,.12);
}
.about-copy .eyebrow::after{
  background:var(--lime);
  box-shadow:0 0 0 7px rgba(207,215,42,.12);
}

/* Keep the first headline expressive without overpowering the page */
.hero-copy h1{
  font-size:clamp(3rem,5.6vw,5.35rem);
  line-height:1.08;
}

/* Honest, clean placeholder until real client reviews are added */
.testimonial-grid{
  grid-template-columns:1fr;
  max-width:820px;
  margin-inline:auto;
}
.testimonial-placeholder{
  min-height:210px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:36px;
  border:1px solid var(--line);
  border-radius:30px;
  background:rgba(255,255,255,.76);
  box-shadow:0 18px 44px rgba(9,10,92,.07);
  text-align:center;
}
.testimonial-placeholder-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:var(--lime);
  color:var(--navy);
  font-size:1.6rem;
  line-height:1;
}
.testimonial-placeholder p{
  margin:0 auto;
  color:var(--navy);
  font-weight:800;
}

@media (max-width:980px){
  /* The mobile flow becomes: hero copy → hero art → about copy → about art
     so two large illustrations never appear directly after each other */
  .hero{
    min-height:auto;
    padding-top:120px;
  }
  .hero-grid{
    gap:30px;
  }
  .hero-copy{order:1}
  .hero-art{order:2;min-height:auto}
  .about-copy{order:1}
  .about-art{order:2}
  .hero-copy .eyebrow,
  .about-copy .eyebrow{
    margin-inline:auto;
  }
  .hero-illustration{
    width:min(390px,88vw);
  }
  .skill-pop-wrap{
    width:min(390px,88vw);
    margin-inline:auto;
  }
  .about-grid{
    gap:30px;
  }
}

@media (max-width:560px){
  .hero{
    padding-top:112px;
    padding-bottom:68px;
  }
  .hero-copy h1{
    font-size:clamp(2.55rem,12vw,3.15rem);
    line-height:1.12;
    margin-bottom:16px;
  }
  .hero-copy h2{
    font-size:1.24rem;
    line-height:1.55;
    margin-bottom:14px;
  }
  .hero-copy .lead{
    line-height:1.85;
    margin-bottom:22px;
  }
  .hero-illustration{
    width:min(340px,88vw);
  }
  .about{
    padding-top:70px;
  }
  .about-copy h2{
    font-size:2.25rem;
    line-height:1.14;
  }
  .skill-pop-wrap{
    width:min(340px,88vw);
  }
  .pop-chip{
    font-size:.78rem;
    padding:7px 11px;
  }
  .testimonial-placeholder{
    min-height:180px;
    padding:26px 20px;
  }
}

/* =========================
   V30 — Social media design gallery
   Uses only the bundled Thmanyah font family
   ========================= */
.social-showcase{
  background:linear-gradient(180deg,#f5f1e8 0%,#fffdf7 100%);
}
.social-showcase::before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  top:-190px;
  left:-120px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(236,24,100,.11),transparent 68%);
  pointer-events:none;
}
.social-showcase-head{
  max-width:760px;
  margin:0 auto 42px;
  text-align:center;
}
.social-showcase-head .eyebrow{
  margin-inline:auto;
}
.social-showcase-head h2{
  margin-bottom:14px;
  font-size:clamp(2.35rem,4.8vw,4.15rem);
  line-height:1.08;
}
.social-showcase-head>p:not(.eyebrow){
  margin-inline:auto;
  color:var(--muted);
}
.social-carousel{
  width:min(1080px,100%);
  margin-inline:auto;
  outline:none;
}
.social-carousel-stage{
  position:relative;
  aspect-ratio:8/5;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:36px;
  background:#eee9df;
  box-shadow:0 28px 70px rgba(9,10,92,.14);
  isolation:isolate;
}
.social-carousel-stage::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.38);
  pointer-events:none;
  z-index:4;
}
.social-slide{
  position:absolute;
  inset:0;
  margin:0;
  opacity:0;
  transform:scale(.985) translateY(10px);
  transition:opacity .55s var(--ease),transform .65s var(--ease);
  pointer-events:none;
}
.social-slide.is-active{
  opacity:1;
  transform:scale(1) translateY(0);
  pointer-events:auto;
  z-index:1;
}
.social-slide img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  user-select:none;
  -webkit-user-drag:none;
}
.social-arrow{
  position:absolute;
  top:50%;
  z-index:6;
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.52);
  border-radius:50%;
  background:rgba(9,10,92,.92);
  color:#fff;
  box-shadow:0 14px 30px rgba(9,10,92,.22);
  backdrop-filter:blur(10px);
  font-family:ThmanyahDisplay,serif;
  font-size:1.7rem;
  line-height:1;
  cursor:pointer;
  transform:translateY(-50%);
  transition:background .25s var(--ease),color .25s var(--ease),transform .25s var(--ease);
}
.social-arrow:hover{
  background:var(--lime);
  color:var(--navy);
  transform:translateY(-50%) scale(1.07);
}
.social-arrow-prev{right:22px}
.social-arrow-next{left:22px}
.social-counter{
  position:absolute;
  right:50%;
  bottom:20px;
  z-index:6;
  transform:translateX(50%);
  min-width:116px;
  height:42px;
  padding:0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid rgba(255,255,255,.5);
  border-radius:999px;
  background:rgba(255,255,255,.9);
  color:var(--navy);
  box-shadow:0 12px 26px rgba(9,10,92,.13);
  font-family:ThmanyahDisplay,serif;
  font-size:.98rem;
  font-weight:700;
  direction:ltr;
}
.social-counter i{
  width:28px;
  height:2px;
  background:var(--pink);
  border-radius:99px;
}
.social-carousel-note{
  margin:18px auto 0;
  text-align:center;
  color:var(--muted);
  font-size:1rem;
}
@media (max-width:700px){
  .social-showcase-head{margin-bottom:28px}
  .social-carousel-stage{border-radius:24px}
  .social-arrow{
    width:46px;
    height:46px;
    font-size:1.35rem;
  }
  .social-arrow-prev{right:12px}
  .social-arrow-next{left:12px}
  .social-counter{
    bottom:12px;
    min-width:94px;
    height:36px;
    font-size:.88rem;
  }
}
@media (max-width:480px){
  .social-showcase-head h2{
    font-size:2.25rem;
    line-height:1.12;
  }
  .social-showcase-head>p:not(.eyebrow){
    font-size:1.02rem;
  }
  .social-carousel-stage{
    border-radius:20px;
  }
  .social-arrow{
    top:auto;
    bottom:10px;
    transform:none;
  }
  .social-arrow:hover{
    transform:scale(1.05);
  }
  .social-arrow-prev{right:10px}
  .social-arrow-next{left:10px}
  .social-counter{
    bottom:15px;
  }
  .social-carousel-note{
    font-size:.92rem;
  }
}


/* =========================
   V31 — Instagram Posts inside Selected Work
   ========================= */
.social-work-card{
  min-width:0;
}
.social-work-card .social-carousel{
  width:100%;
  margin:0;
}
.social-work-card .social-carousel-stage{
  width:100%;
  aspect-ratio:8/5;
  border-radius:28px;
  box-shadow:0 16px 38px rgba(9,10,92,.07);
  background:#f4f1e9;
}
.social-work-card .social-slide img{
  object-fit:cover;
}
.social-work-card .social-arrow{
  width:46px;
  height:46px;
  font-size:1.35rem;
}
.social-work-card .social-arrow-prev{right:14px}
.social-work-card .social-arrow-next{left:14px}
.social-work-card .social-counter{
  bottom:14px;
  min-width:92px;
  height:36px;
  padding:0 13px;
  font-size:.86rem;
}
.social-work-card .social-counter i{
  width:20px;
}
.social-work-meta{
  padding-top:16px;
}
.social-work-meta h3{
  direction:ltr;
  text-align:right;
}
.social-work-meta span{
  direction:ltr;
  text-align:right;
}
@media (max-width:560px){
  .social-work-card .social-carousel-stage{
    border-radius:22px;
  }
  .social-work-card .social-arrow{
    top:50%;
    bottom:auto;
    width:42px;
    height:42px;
    transform:translateY(-50%);
  }
  .social-work-card .social-arrow:hover{
    transform:translateY(-50%) scale(1.05);
  }
  .social-work-card .social-arrow-prev{right:10px}
  .social-work-card .social-arrow-next{left:10px}
  .social-work-card .social-counter{
    bottom:10px;
    min-width:86px;
    height:32px;
    font-size:.8rem;
  }
}

/* =========================
   V32 — Professional journey
   ========================= */
.journey{
  background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(251,249,242,.96));
}
.journey-timeline{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  margin-top:12px;
}
.journey-timeline::before{
  content:"";
  position:absolute;
  top:34px;
  right:7%;
  left:7%;
  height:2px;
  background:linear-gradient(90deg,var(--pink),var(--lime),var(--navy));
  opacity:.8;
}
.journey-card{
  position:relative;
  z-index:1;
  background:rgba(255,255,255,.82);
  border:1px solid var(--line);
  border-radius:30px;
  padding:30px 26px 28px;
  box-shadow:var(--shadow);
  transition:transform .28s var(--ease),box-shadow .28s var(--ease);
}
.journey-card:hover{
  transform:translateY(-7px);
  box-shadow:0 28px 64px rgba(9,10,92,.14);
}
.journey-year{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:7px 17px;
  border-radius:999px;
  background:var(--navy);
  color:var(--white);
  font-weight:900;
  font-size:1rem;
  line-height:1;
  margin-bottom:24px;
  box-shadow:0 0 0 8px var(--paper);
}
.journey-card:nth-child(2) .journey-year{
  background:var(--lime);
  color:var(--navy);
}
.journey-card:nth-child(3) .journey-year{
  background:var(--pink);
}
.journey-body h3{
  font-size:1.7rem;
  line-height:1.25;
  margin-bottom:9px;
  color:var(--navy);
}
.journey-body strong{
  display:block;
  color:var(--pink);
  font-size:1rem;
  margin-bottom:12px;
}
.journey-body p{
  font-size:1rem;
  line-height:1.75;
  color:var(--muted);
}

@media (max-width:980px){
  .journey-timeline{
    grid-template-columns:1fr;
    gap:18px;
  }
  .journey-timeline::before{
    top:24px;
    bottom:24px;
    right:21px;
    left:auto;
    width:2px;
    height:auto;
  }
  .journey-card{
    text-align:right;
    padding:26px 28px;
  }
  .journey-year{
    margin-right:0;
    box-shadow:0 0 0 7px var(--paper);
  }
}

@media (max-width:560px){
  .journey-card{
    padding:24px 22px;
  }
  .journey-body h3{
    font-size:1.45rem;
  }
  .journey-body p,
  .journey-body strong{
    font-size:.96rem;
  }
}


/* =========================
   V33 — headline spacing refinements
   ========================= */

/* Project stage: keep Thmanyah, make it bolder, and preserve clear spacing */
.stage-copy h2{
  font-family:ThmanyahDisplay,serif;
  font-weight:700;
  font-size:clamp(2.12rem,2.9vw,2.82rem);
  line-height:1.42;
  letter-spacing:0;
  max-width:660px;
}
.stage-copy h2 .stage-line{
  display:block;
}
.stage-copy h2 .stage-line + .stage-line{
  margin-top:.30em;
}

/* About title: keep the complete phrase on one clean line */
.about-title{
  font-family:ThmanyahDisplay,serif;
  font-weight:700;
  font-size:clamp(2.2rem,3.35vw,3.25rem);
  line-height:1.12;
  letter-spacing:0;
  white-space:nowrap;
}
.about-title span{
  display:inline-block;
  white-space:nowrap;
}

/* Contact title: intentional two-line lockup with breathing room */
.contact-title{
  font-family:ThmanyahDisplay,serif;
  font-weight:700;
  font-size:clamp(2.35rem,4.05vw,3.85rem);
  line-height:1.18;
  letter-spacing:0;
  max-width:700px;
}
.contact-title span{
  display:block;
}
.contact-title span + span{
  margin-top:.22em;
}

@media (max-width:980px){
  .stage-copy h2{
    font-size:clamp(2.05rem,5.4vw,2.7rem);
    line-height:1.44;
  }
  .about-title{
    font-size:clamp(1.9rem,5.8vw,2.75rem);
  }
  .contact-title{
    font-size:clamp(2.25rem,7vw,3.25rem);
    margin-inline:auto;
  }
}

@media (max-width:620px){
  .stage-copy h2{
    font-size:clamp(1.86rem,8.2vw,2.28rem);
    line-height:1.46;
  }
  .stage-copy h2 .stage-line + .stage-line{
    margin-top:.38em;
  }
  .about-title{
    font-size:clamp(1.52rem,7.2vw,2.05rem);
    line-height:1.14;
  }
  .contact-title{
    font-size:clamp(2.05rem,9.4vw,2.7rem);
    line-height:1.2;
  }
  .contact-title span + span{
    margin-top:.30em;
  }
}

/* =========================
   V37 — Keep Dolly and Bella side by side
   ========================= */
.dolly-final-card,
.bella-final-card{
  grid-column:auto;
  width:100%;
  justify-self:stretch;
}

@media (max-width:980px){
  .dolly-final-card,
  .bella-final-card{
    grid-column:auto;
    width:100%;
  }
}

/* V39: project covers are display-only and do not open separate pages */
.cover-project-static {
  display: block;
  cursor: default;
}
.cover-project-static .cover-project-image,
.cover-project-static .cover-project-image img,
.cover-project-static .video-cover video {
  transform: none !important;
}
.cover-project-static:hover .cover-project-image {
  transform: none !important;
  box-shadow: none;
}
.cover-project-static:hover .cover-project-image img,
.cover-project-static:hover .video-cover video {
  transform: none !important;
}


/* =========================
   V40 — Carousel arrows + Fitra cover fix
   ========================= */
/* Make each carousel arrow point toward the side where it is placed */
.social-arrow-prev{
  right:14px;
  left:auto;
}
.social-arrow-next{
  left:14px;
  right:auto;
}

/* Show the full Fitra artwork without cropping on any screen size */
.fitra-final-card .cover-project-image{
  background:#fffdf6;
}
.fitra-final-card .cover-project-image img{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center;
}

@media (max-width:560px){
  .social-work-card .social-arrow-prev{right:10px;left:auto}
  .social-work-card .social-arrow-next{left:10px;right:auto}
  .fitra-final-card .cover-project-image img{object-fit:contain !important}
}

/* =========================
   V41 — Show every project artwork in full
   ========================= */
/* Keep all project cover designs visible without edge cropping */
.portfolio-covers .final-artboard-cover{
  background:#fffdf8;
}
.portfolio-covers .final-artboard-cover img,
.portfolio-covers .final-artboard-cover video{
  width:100%;
  height:100%;
  object-fit:contain !important;
  object-position:center center !important;
}

/* Preserve the carousel layout while displaying every slide completely */
.social-work-card .social-slide img{
  object-fit:contain !important;
  object-position:center center !important;
}

@media (max-width:560px){
  .portfolio-covers .final-artboard-cover img,
  .portfolio-covers .final-artboard-cover video,
  .social-work-card .social-slide img{
    object-fit:contain !important;
    object-position:center center !important;
  }
}
