/*
 * VVVdesigner — Articles premium 2026
 * CSS partagé pour toutes les pages articles
 * Racine obligatoire : .vvvdesigner-article-page
 */
.vvvdesigner-article-page,
.vvvdesigner-article-page *{
  box-sizing:border-box;
}

.vvvdesigner-article-page{
  --red:#ff003c;
  --red-hot:#ff174f;
  --black:#030305;
  --black-2:#08080c;
  --panel:#101014;
  --white:#fff;
  --muted:#a4a4ae;
  --line:rgba(255,255,255,.08);
  --header-h:68px;

  position:relative;
  width:100%;
  max-width:100%;
  overflow-x:hidden;

  background:#000;
  color:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,Arial,sans-serif;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;
}

.vvvdesigner-article-page img{
  display:block;
  max-width:100%;
}

.vvvdesigner-article-page a{
  text-decoration:none!important;
}

.vvvdesigner-article-page button,
.vvvdesigner-article-page a{
  font:inherit;
  -webkit-tap-highlight-color:transparent;
}

/* HEADER */
.vvvdesigner-article-page .vvva-header{
  position:fixed;
  inset:0 0 auto 0;
  z-index:99950;
  min-height:var(--header-h);

  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:12px;

  padding:9px clamp(12px,2.6vw,28px);

  background:rgba(3,3,5,.80);
  border-bottom:1px solid rgba(255,255,255,.07);
  backdrop-filter:blur(24px) saturate(145%);
  -webkit-backdrop-filter:blur(24px) saturate(145%);
  box-shadow:0 12px 38px rgba(0,0,0,.28);

  transition:min-height .26s ease,background-color .26s ease,box-shadow .26s ease;
}

.vvvdesigner-article-page .vvva-header.is-compact{
  min-height:56px;
  background:rgba(3,3,5,.94);
  box-shadow:0 15px 42px rgba(0,0,0,.38);
}

.vvvdesigner-article-page .vvva-header-spacer{
  height:var(--header-h);
}

.vvvdesigner-article-page .vvva-progress{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:rgba(255,255,255,.04);
}

.vvvdesigner-article-page .vvva-progress span{
  display:block;
  width:0;
  height:100%;
  background:var(--red);
  box-shadow:0 0 14px rgba(255,0,60,.65);
}

.vvvdesigner-article-page .vvva-back{
  min-height:40px;
  padding:0 11px;
  display:inline-flex;
  align-items:center;
  gap:6px;

  border-radius:999px;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.055)!important;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  cursor:pointer;
  transition:.22s ease;
}

.vvvdesigner-article-page .vvva-back svg{
  width:18px;
  height:18px;
}

.vvvdesigner-article-page .vvva-back span{
  font-size:11px;
  font-weight:700;
}

.vvvdesigner-article-page .vvva-back:hover,
.vvvdesigner-article-page .vvva-back:focus-visible{
  background:#fff!important;
  color:#09090c!important;
  -webkit-text-fill-color:#09090c!important;
  outline:none;
}

.vvvdesigner-article-page .vvva-brand{
  width:92px;
  height:38px;
  padding:6px 8px;

  display:flex;
  align-items:center;
  justify-content:center;

  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.045);
}

.vvvdesigner-article-page .vvva-brand img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.vvvdesigner-article-page .vvva-header-title{
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;

  color:rgba(255,255,255,.58)!important;
  -webkit-text-fill-color:rgba(255,255,255,.58)!important;

  font-size:11px;
  font-weight:650;
}

.vvvdesigner-article-page .vvva-header-cta{
  min-height:40px;
  padding:0 14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;
  border:1px solid var(--red)!important;

  background:var(--red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:10px;
  font-weight:800;
  white-space:nowrap;

  box-shadow:0 0 20px rgba(255,0,60,.26);
  transition:.22s ease;
}

.vvvdesigner-article-page .vvva-header-cta:hover,
.vvvdesigner-article-page .vvva-header-cta:focus-visible{
  background:var(--red-hot)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 0 30px rgba(255,0,60,.5);
  transform:translateY(-1px);
  outline:none;
}

.vvvdesigner-article-page .vvva-header-cta-mobile{
  display:none;
}

/* HERO */
.vvvdesigner-article-page .vvva-hero{
  position:relative;
  min-height:calc(100svh - var(--header-h));
  overflow:hidden;
  isolation:isolate;

  display:flex;
  align-items:flex-end;

  background:#050507;
}

.vvvdesigner-article-page .vvva-hero-media{
  position:absolute;
  inset:0;
}

.vvvdesigner-article-page .vvva-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:brightness(.52) contrast(1.08) saturate(.88);
  transform:scale(1.025);
}

.vvvdesigner-article-page .vvva-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.30) 40%,rgba(0,0,0,.84) 100%),
    linear-gradient(90deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.12) 64%,rgba(0,0,0,.26) 100%);
}

.vvvdesigner-article-page .vvva-hero-glow{
  position:absolute;
  left:-18%;
  bottom:-46%;
  width:70vw;
  aspect-ratio:1;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,0,60,.30),transparent 66%);
  filter:blur(80px);
}

.vvvdesigner-article-page .vvva-hero-content{
  position:relative;
  z-index:2;
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
  padding:clamp(220px,34vh,360px) 0 clamp(58px,8vh,86px);
}

.vvvdesigner-article-page .vvva-hero-meta{
  display:flex;
  align-items:center;
  gap:9px;

  color:#ff5579!important;
  -webkit-text-fill-color:#ff5579!important;

  font-size:10px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.vvvdesigner-article-page .vvva-hero-meta i{
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--red);
  box-shadow:0 0 10px var(--red);
}

.vvvdesigner-article-page .vvva-hero h1{
  width:min(1050px,100%);
  margin:15px 0 0;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:clamp(50px,7.2vw,100px);
  line-height:.92;
  letter-spacing:-.065em;
  font-weight:790;

  white-space:normal;
  overflow-wrap:break-word;
  text-shadow:0 6px 30px rgba(0,0,0,.36);
}

.vvvdesigner-article-page .vvva-hero p{
  width:min(700px,100%);
  margin:24px 0 0;

  color:rgba(255,255,255,.72)!important;
  -webkit-text-fill-color:rgba(255,255,255,.72)!important;

  font-size:clamp(17px,1.7vw,21px);
  line-height:1.58;
}

.vvvdesigner-article-page .vvva-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px;
}

.vvvdesigner-article-page .vvva-btn{
  min-height:48px;
  padding:0 20px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  border-radius:999px;
  font-size:11px;
  font-weight:800;
  cursor:pointer;

  transition:.22s ease;
}

.vvvdesigner-article-page .vvva-btn-primary{
  border:1px solid var(--red)!important;
  background:var(--red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 0 26px rgba(255,0,60,.28);
}

.vvvdesigner-article-page .vvva-btn-primary:hover,
.vvvdesigner-article-page .vvva-btn-primary:focus-visible{
  background:var(--red-hot)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  box-shadow:0 0 36px rgba(255,0,60,.50);
  transform:translateY(-2px);
  outline:none;
}

.vvvdesigner-article-page .vvva-btn-secondary{
  border:1px solid rgba(255,255,255,.14)!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
}

.vvvdesigner-article-page .vvva-btn-secondary:hover,
.vvvdesigner-article-page .vvva-btn-secondary:focus-visible{
  background:#fff!important;
  color:#09090c!important;
  -webkit-text-fill-color:#09090c!important;
  border-color:#fff!important;
  outline:none;
}

.vvvdesigner-article-page .vvva-hero-word{
  position:absolute;
  right:-.04em;
  bottom:-.12em;
  z-index:1;

  font-size:clamp(120px,22vw,360px);
  line-height:.78;
  letter-spacing:-.085em;
  font-weight:950;

  color:rgba(255,0,60,.10)!important;
  -webkit-text-fill-color:rgba(255,0,60,.10)!important;
  text-shadow:0 0 42px rgba(255,0,60,.08);

  user-select:none;
  pointer-events:none;
}

/* ARTICLE LAYOUT */
.vvvdesigner-article-page .vvva-article{
  width:min(1320px,calc(100% - 40px));
  margin:0 auto;
  padding:clamp(90px,9vw,140px) 0;

  display:grid;
  grid-template-columns:250px minmax(0,1fr);
  gap:clamp(40px,6vw,90px);

  background:#000;
}

.vvvdesigner-article-page .vvva-article-nav{
  position:sticky;
  top:92px;
  align-self:start;

  display:grid;
  gap:6px;
}

.vvvdesigner-article-page .vvva-nav-label{
  display:block;
  margin-bottom:12px;

  color:rgba(255,255,255,.34)!important;
  -webkit-text-fill-color:rgba(255,255,255,.34)!important;

  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.vvvdesigner-article-page .vvva-article-nav button{
  width:100%;
  min-width:0;
  padding:11px 12px;

  display:grid;
  grid-template-columns:28px minmax(0,1fr);
  align-items:center;
  gap:8px;

  border:1px solid transparent!important;
  border-radius:14px;

  background:transparent!important;
  color:rgba(255,255,255,.48)!important;
  -webkit-text-fill-color:rgba(255,255,255,.48)!important;

  text-align:left;
  cursor:pointer;
  transition:.22s ease;
}

.vvvdesigner-article-page .vvva-article-nav button b{
  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;
  font-size:9px;
  font-weight:850;
}

.vvvdesigner-article-page .vvva-article-nav button span{
  min-width:0;
  color:inherit!important;
  -webkit-text-fill-color:inherit!important;
  font-size:11px;
  line-height:1.35;
}

.vvvdesigner-article-page .vvva-article-nav button:hover,
.vvvdesigner-article-page .vvva-article-nav button:focus-visible,
.vvvdesigner-article-page .vvva-article-nav button.is-active{
  background:rgba(255,255,255,.045)!important;
  border-color:rgba(255,0,60,.16)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  outline:none;
}

.vvvdesigner-article-page .vvva-article-body{
  min-width:0;
}

.vvvdesigner-article-page .vvva-copy{
  padding:clamp(54px,6vw,86px) 0;
  border-bottom:1px solid rgba(255,255,255,.065);
}

.vvvdesigner-article-page .vvva-copy-intro{
  padding-top:0;
}

.vvvdesigner-article-page .vvva-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;

  color:#ff4a71!important;
  -webkit-text-fill-color:#ff4a71!important;

  font-size:10px;
  font-weight:800;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.vvvdesigner-article-page .vvva-copy p{
  width:min(760px,100%);
  margin:0 0 18px;

  color:rgba(255,255,255,.64)!important;
  -webkit-text-fill-color:rgba(255,255,255,.64)!important;

  font-size:16px;
  line-height:1.82;
}

.vvvdesigner-article-page .vvva-copy .vvva-lead{
  margin-top:14px;

  color:rgba(255,255,255,.91)!important;
  -webkit-text-fill-color:rgba(255,255,255,.91)!important;

  font-size:clamp(22px,2.4vw,32px);
  line-height:1.42;
  letter-spacing:-.025em;
}

.vvvdesigner-article-page .vvva-numbered-section{
  display:grid;
  grid-template-columns:100px minmax(0,1fr);
  gap:28px;
}

.vvvdesigner-article-page .vvva-section-number{
  padding-top:4px;

  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;

  font-size:clamp(58px,6vw,88px);
  line-height:.78;
  letter-spacing:-.08em;
  font-weight:950;

  text-shadow:0 0 28px rgba(255,0,60,.22);
}

.vvvdesigner-article-page .vvva-section-copy{
  min-width:0;
}

.vvvdesigner-article-page .vvva-section-copy h2{
  width:min(860px,100%);
  margin:10px 0 28px;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:clamp(34px,4.2vw,58px);
  line-height:1.02;
  letter-spacing:-.05em;
  font-weight:740;

  white-space:normal;
  overflow-wrap:break-word;
}

.vvvdesigner-article-page .vvva-pullquote{
  position:relative;
  margin:clamp(10px,2vw,30px) 0;
  padding:clamp(36px,5vw,64px);

  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(255,255,255,.07);

  background:
    radial-gradient(circle at 88% 30%,rgba(255,0,60,.18),transparent 34%),
    linear-gradient(135deg,#111116,#08080b);

  box-shadow:0 24px 54px rgba(0,0,0,.30);
}

.vvvdesigner-article-page .vvva-pullquote > span{
  position:absolute;
  right:-.02em;
  bottom:-.14em;

  color:rgba(255,0,60,.10)!important;
  -webkit-text-fill-color:rgba(255,0,60,.10)!important;

  font-size:clamp(140px,20vw,260px);
  line-height:.8;
  font-weight:950;
  letter-spacing:-.10em;
}

.vvvdesigner-article-page .vvva-pullquote blockquote{
  position:relative;
  z-index:2;

  width:min(760px,100%);
  margin:0;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:clamp(28px,3.4vw,48px);
  line-height:1.08;
  letter-spacing:-.04em;
  font-weight:620;
}

.vvvdesigner-article-page .vvva-impact-line{
  width:min(760px,100%);
  margin:28px 0;
  padding:22px 0;

  display:grid;
  gap:5px;

  border-top:1px solid rgba(255,0,60,.26);
  border-bottom:1px solid rgba(255,0,60,.26);
}

.vvvdesigner-article-page .vvva-impact-line span{
  color:rgba(255,255,255,.48)!important;
  -webkit-text-fill-color:rgba(255,255,255,.48)!important;
  font-size:17px;
}

.vvvdesigner-article-page .vvva-impact-line strong{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  font-size:clamp(25px,2.5vw,34px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.vvvdesigner-article-page .vvva-principles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:32px 0;
}

.vvvdesigner-article-page .vvva-principles article{
  min-width:0;
  padding:22px;
  border-radius:18px;

  border:1px solid rgba(255,255,255,.07);
  background:rgba(255,255,255,.032);

  transition:.24s ease;
}

.vvvdesigner-article-page .vvva-principles article:hover{
  transform:translateY(-4px);
  border-color:rgba(255,0,60,.30);
  background:rgba(255,0,60,.035);
}

.vvvdesigner-article-page .vvva-principles article > span{
  display:block;
  margin-bottom:28px;

  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;

  font-size:10px;
  font-weight:850;
  letter-spacing:.14em;
}

.vvvdesigner-article-page .vvva-principles h3{
  margin:0 0 12px;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:20px;
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:680;
}

.vvvdesigner-article-page .vvva-principles p{
  margin:0;
  color:rgba(255,255,255,.54)!important;
  -webkit-text-fill-color:rgba(255,255,255,.54)!important;
  font-size:13.5px;
  line-height:1.68;
}

.vvvdesigner-article-page .vvva-process{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
  margin:30px 0;
}

.vvvdesigner-article-page .vvva-process div{
  min-width:0;
  padding:18px;
  border-radius:16px;

  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.07);
}

.vvvdesigner-article-page .vvva-process b{
  display:block;
  margin-bottom:20px;

  color:var(--red)!important;
  -webkit-text-fill-color:var(--red)!important;

  font-size:11px;
  font-weight:850;
}

.vvvdesigner-article-page .vvva-process span{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:13px;
  line-height:1.35;
  font-weight:650;
}

.vvvdesigner-article-page .vvva-result-card{
  width:min(760px,100%);
  margin-top:30px;
  padding:24px;

  border-radius:20px;
  border:1px solid rgba(255,0,60,.22);

  background:
    radial-gradient(circle at 100% 0%,rgba(255,0,60,.13),transparent 32%),
    rgba(255,255,255,.032);
}

.vvvdesigner-article-page .vvva-result-label{
  display:block;
  margin-bottom:18px;

  color:rgba(255,255,255,.52)!important;
  -webkit-text-fill-color:rgba(255,255,255,.52)!important;

  font-size:10px;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}

.vvvdesigner-article-page .vvva-result-list{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.vvvdesigner-article-page .vvva-result-list span{
  padding:9px 12px;
  border-radius:999px;

  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.08);

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:11px;
  font-weight:650;
}

/* RELATED */
.vvvdesigner-article-page .vvva-related{
  padding:clamp(90px,9vw,140px) 0;
  background:
    linear-gradient(180deg,#000,#050507);
}

.vvvdesigner-article-page .vvva-related-head{
  width:min(1420px,calc(100% - 40px));
  margin:0 auto 34px;

  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
}

.vvvdesigner-article-page .vvva-related-head h2{
  margin:8px 0 0;
  width:min(760px,100%);

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:clamp(32px,4vw,54px);
  line-height:1;
  letter-spacing:-.045em;
  font-weight:730;
}

.vvvdesigner-article-page .vvva-related-head p{
  width:min(460px,100%);
  margin:0;

  color:rgba(255,255,255,.48)!important;
  -webkit-text-fill-color:rgba(255,255,255,.48)!important;

  font-size:13px;
  line-height:1.65;
}

.vvvdesigner-article-page .vvva-related-shell{
  position:relative;
}

.vvvdesigner-article-page .vvva-related-carousel{
  display:flex;
  gap:12px;

  overflow-x:auto;
  overflow-y:hidden;

  padding:12px max(20px,calc((100vw - 1420px)/2)) 28px;

  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}

.vvvdesigner-article-page .vvva-related-carousel::-webkit-scrollbar{
  display:none;
}

.vvvdesigner-article-page .vvva-related-card{
  position:relative;
  flex:0 0 clamp(260px,25vw,380px);
  aspect-ratio:16/10;

  overflow:hidden;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.06);

  scroll-snap-align:start;

  background:#0a0a0d;
  box-shadow:0 14px 34px rgba(0,0,0,.32);

  transition:.28s cubic-bezier(.2,.8,.2,1);
}

.vvvdesigner-article-page .vvva-related-card img{
  width:100%;
  height:100%;
  object-fit:cover;

  filter:brightness(.68) saturate(.88);
  transform:scale(1.03);

  transition:.46s cubic-bezier(.2,.8,.2,1);
}

.vvvdesigner-article-page .vvva-related-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.18) 42%,rgba(0,0,0,.74) 100%);
}

.vvvdesigner-article-page .vvva-related-card > span{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:16px;
  line-height:1.16;
  font-weight:560;
  letter-spacing:-.025em;
  text-shadow:0 2px 12px rgba(0,0,0,.55);
}

.vvvdesigner-article-page .vvva-related-card:hover,
.vvvdesigner-article-page .vvva-related-card:focus-visible{
  transform:translateY(-5px) scale(1.018);
  border-color:rgba(255,0,60,.32);
  box-shadow:0 22px 42px rgba(0,0,0,.46),0 0 24px rgba(255,0,60,.08);
  outline:none;
}

.vvvdesigner-article-page .vvva-related-card:hover img,
.vvvdesigner-article-page .vvva-related-card:focus-visible img{
  transform:scale(1.09);
  filter:brightness(.80) saturate(1);
}

.vvvdesigner-article-page .vvva-related-arrow{
  position:absolute;
  top:50%;
  z-index:8;

  width:50px;
  height:50px;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(255,0,60,.34)!important;
  background:rgba(7,7,10,.82)!important;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:28px;
  cursor:pointer;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);

  transform:translateY(-50%);
  transition:.22s ease;
}

.vvvdesigner-article-page .vvva-related-prev{
  left:18px;
}

.vvvdesigner-article-page .vvva-related-next{
  right:18px;
}

.vvvdesigner-article-page .vvva-related-arrow:hover,
.vvvdesigner-article-page .vvva-related-arrow:focus-visible{
  background:var(--red)!important;
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  transform:translateY(-50%) scale(1.08);
  box-shadow:0 0 30px rgba(255,0,60,.42);
  outline:none;
}

/* FINAL */
.vvvdesigner-article-page .vvva-final{
  position:relative;
  overflow:hidden;
  padding:clamp(90px,10vw,150px) 20px 170px;

  text-align:center;

  background:linear-gradient(180deg,#050507,#09090c);
}

.vvvdesigner-article-page .vvva-final-glow{
  position:absolute;
  left:50%;
  bottom:-55%;

  width:min(900px,92vw);
  aspect-ratio:1;
  border-radius:50%;

  transform:translateX(-50%);

  background:radial-gradient(circle,rgba(255,0,60,.28),transparent 64%);
  filter:blur(80px);
}

.vvvdesigner-article-page .vvva-final > *:not(.vvva-final-glow){
  position:relative;
  z-index:2;
}

.vvvdesigner-article-page .vvva-final h2{
  width:min(860px,100%);
  margin:12px auto 18px;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  font-size:clamp(42px,6vw,82px);
  line-height:.96;
  letter-spacing:-.06em;
  font-weight:760;
}

.vvvdesigner-article-page .vvva-final p{
  width:min(640px,100%);
  margin:0 auto 28px;

  color:rgba(255,255,255,.56)!important;
  -webkit-text-fill-color:rgba(255,255,255,.56)!important;

  font-size:15px;
  line-height:1.72;
}

/* FLOATING */
.vvvdesigner-article-page #vvva-home-circle,
.vvvdesigner-article-page #vvva-to-top{
  position:fixed;
  z-index:99920;

  display:flex;
  align-items:center;
  justify-content:center;

  border:1px solid rgba(255,0,60,.40)!important;
  background:rgba(255,0,60,.15)!important;

  color:#fff!important;
  -webkit-text-fill-color:#fff!important;

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);

  box-shadow:0 0 22px rgba(255,0,60,.28);
  cursor:pointer;

  transition:.22s ease;
}

.vvvdesigner-article-page #vvva-home-circle{
  left:50%;
  bottom:20px;

  width:64px;
  height:64px;
  border-radius:50%;

  transform:translateX(-50%);
}

.vvvdesigner-article-page #vvva-home-circle:hover{
  transform:translateX(-50%) scale(1.08);
  background:rgba(255,0,60,.30)!important;
  box-shadow:0 0 34px rgba(255,0,60,.52);
}

.vvvdesigner-article-page #vvva-to-top{
  right:18px;
  bottom:24px;

  width:52px;
  height:52px;
  border-radius:17px;

  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(10px);
}

.vvvdesigner-article-page #vvva-to-top.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}

.vvvdesigner-article-page #vvva-to-top:hover{
  background:var(--red)!important;
  transform:translateY(-2px);
}

.vvvdesigner-article-page #vvva-home-circle svg{
  width:27px;
  height:27px;
}

.vvvdesigner-article-page #vvva-to-top svg{
  width:21px;
  height:21px;
}

/* IPAD */
@media(max-width:1024px){
  .vvvdesigner-article-page{
    --header-h:64px;
  }

  .vvvdesigner-article-page .vvva-header{
    min-height:64px;
    padding:8px 10px;
    grid-template-columns:auto auto minmax(0,1fr) auto;
    gap:8px;
  }

  .vvvdesigner-article-page .vvva-brand{
    width:82px;
    height:36px;
  }

  .vvvdesigner-article-page .vvva-header-title{
    font-size:10px;
  }

  .vvvdesigner-article-page .vvva-header-cta{
    min-height:38px;
    padding-inline:11px;
  }

  .vvvdesigner-article-page .vvva-article{
    grid-template-columns:210px minmax(0,1fr);
    gap:36px;
  }

  .vvvdesigner-article-page .vvva-numbered-section{
    grid-template-columns:80px minmax(0,1fr);
    gap:22px;
  }

  .vvvdesigner-article-page .vvva-principles{
    grid-template-columns:1fr;
  }

  .vvvdesigner-article-page .vvva-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .vvvdesigner-article-page .vvva-related-arrow{
    display:none;
  }
}

/* MOBILE */
@media(max-width:720px){
  .vvvdesigner-article-page{
    --header-h:58px;
  }

  .vvvdesigner-article-page .vvva-header{
    min-height:58px;
    grid-template-columns:auto auto minmax(0,1fr) auto;
    gap:5px;
    padding:6px;
  }

  .vvvdesigner-article-page .vvva-back{
    width:36px;
    min-width:36px;
    height:36px;
    min-height:36px;
    padding:0;
    justify-content:center;
  }

  .vvvdesigner-article-page .vvva-back span{
    display:none;
  }

  .vvvdesigner-article-page .vvva-brand{
    width:62px;
    height:32px;
    padding:5px;
    border-radius:10px;
  }

  .vvvdesigner-article-page .vvva-header-title{
    display:none;
  }

  .vvvdesigner-article-page .vvva-header-cta{
    min-height:36px;
    padding:0 9px;
    font-size:8.5px;
  }

  .vvvdesigner-article-page .vvva-header-cta-desktop{
    display:none;
  }

  .vvvdesigner-article-page .vvva-header-cta-mobile{
    display:inline;
  }

  .vvvdesigner-article-page .vvva-hero{
    min-height:calc(100svh - var(--header-h));
  }

  .vvvdesigner-article-page .vvva-hero-content{
    width:calc(100% - 22px);
    padding:clamp(210px,31vh,280px) 0 44px;
  }

  .vvvdesigner-article-page .vvva-hero h1{
    font-size:clamp(40px,12vw,58px);
    line-height:.96;
  }

  .vvvdesigner-article-page .vvva-hero p{
    font-size:15px;
  }

  .vvvdesigner-article-page .vvva-hero-actions{
    display:grid;
    grid-template-columns:1fr;
    width:100%;
    gap:8px;
  }

  .vvvdesigner-article-page .vvva-hero-actions > *{
    width:100%;
  }

  .vvvdesigner-article-page .vvva-hero-word{
    right:-.10em;
    bottom:-.07em;
    font-size:clamp(100px,31vw,150px);
  }

  .vvvdesigner-article-page .vvva-article{
    width:100%;
    padding:0;

    display:block;
  }

  .vvvdesigner-article-page .vvva-article-nav{
    position:sticky;
    top:58px;
    z-index:20;

    width:100%;
    margin:0;
    padding:8px 8px;

    display:flex;
    gap:6px;
    overflow-x:auto;

    background:rgba(4,4,6,.90);
    border-bottom:1px solid rgba(255,255,255,.06);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    scrollbar-width:none;
  }

  .vvvdesigner-article-page .vvva-article-nav::-webkit-scrollbar{
    display:none;
  }

  .vvvdesigner-article-page .vvva-nav-label{
    display:none;
  }

  .vvvdesigner-article-page .vvva-article-nav button{
    flex:0 0 auto;
    width:auto;
    min-height:34px;
    padding:0 10px;

    display:flex;
    gap:5px;

    border:1px solid rgba(255,255,255,.07)!important;
    border-radius:999px;

    background:rgba(255,255,255,.035)!important;
  }

  .vvvdesigner-article-page .vvva-article-nav button b{
    font-size:8px;
  }

  .vvvdesigner-article-page .vvva-article-nav button span{
    font-size:9px;
    white-space:nowrap;
  }

  .vvvdesigner-article-page .vvva-article-body{
    width:calc(100% - 22px);
    margin:0 auto;
  }

  .vvvdesigner-article-page .vvva-copy{
    padding:56px 0;
  }

  .vvvdesigner-article-page .vvva-copy-intro{
    padding-top:56px;
  }

  .vvvdesigner-article-page .vvva-copy p{
    font-size:14.5px;
    line-height:1.72;
  }

  .vvvdesigner-article-page .vvva-copy .vvva-lead{
    font-size:22px;
    line-height:1.38;
  }

  .vvvdesigner-article-page .vvva-numbered-section{
    display:block;
  }

  .vvvdesigner-article-page .vvva-section-number{
    margin-bottom:22px;
    font-size:60px;
  }

  .vvvdesigner-article-page .vvva-section-copy h2{
    font-size:clamp(31px,9vw,42px);
    line-height:1.04;
  }

  .vvvdesigner-article-page .vvva-pullquote{
    width:calc(100% - 22px);
    margin:0 auto;
    padding:28px 20px;
    border-radius:22px;
  }

  .vvvdesigner-article-page .vvva-pullquote blockquote{
    font-size:clamp(27px,8vw,36px);
  }

  .vvvdesigner-article-page .vvva-principles{
    gap:8px;
  }

  .vvvdesigner-article-page .vvva-principles article{
    padding:18px;
  }

  .vvvdesigner-article-page .vvva-process{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:6px;
  }

  .vvvdesigner-article-page .vvva-process div{
    padding:14px;
  }

  .vvvdesigner-article-page .vvva-related{
    padding:70px 0;
  }

  .vvvdesigner-article-page .vvva-related-head{
    width:calc(100% - 22px);
    margin-bottom:22px;
    display:block;
  }

  .vvvdesigner-article-page .vvva-related-head h2{
    font-size:clamp(30px,9vw,40px);
  }

  .vvvdesigner-article-page .vvva-related-head p{
    margin-top:14px;
    font-size:12.5px;
  }

  .vvvdesigner-article-page .vvva-related-carousel{
    gap:9px;
    padding:8px 11px 22px;
    scroll-padding-inline:11px;
  }

  .vvvdesigner-article-page .vvva-related-card{
    flex-basis:82vw;
    max-width:360px;
    border-radius:16px;
  }

  .vvvdesigner-article-page .vvva-related-card > span{
    left:15px;
    right:15px;
    bottom:14px;
    font-size:16px;
  }

  .vvvdesigner-article-page .vvva-final{
    padding:72px 12px 132px;
  }

  .vvvdesigner-article-page .vvva-final h2{
    font-size:clamp(38px,11vw,52px);
    line-height:.98;
  }

  .vvvdesigner-article-page #vvva-home-circle{
    width:58px;
    height:58px;
    bottom:18px;
  }

  .vvvdesigner-article-page #vvva-to-top{
    right:11px;
    bottom:22px;
    width:47px;
    height:47px;
    border-radius:15px;
  }
}

@media(max-width:380px){
  .vvvdesigner-article-page .vvva-brand{
    width:56px;
  }

  .vvvdesigner-article-page .vvva-header-cta{
    padding-inline:8px;
    font-size:8px;
  }

  .vvvdesigner-article-page .vvva-hero-content{
    width:calc(100% - 18px);
  }

  .vvvdesigner-article-page .vvva-hero h1{
    font-size:clamp(36px,11vw,44px);
  }

  .vvvdesigner-article-page .vvva-process{
    grid-template-columns:1fr;
  }
}

@media(prefers-reduced-motion:reduce){
  .vvvdesigner-article-page *,
  .vvvdesigner-article-page *::before,
  .vvvdesigner-article-page *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
}
