/*
Theme Name: Fashion Vista Hub — Palette Swatch Grid
Theme URI: https://fashionvistahub.com/
Author: Fashion Vista Hub
Description: A premium Beauty & Fashion authority theme with a category palette, color-coded editorial cards, responsive layouts, dynamic SEO, schema, llms.txt support and relevant internal linking.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: fashionvistahub
*/

:root{
  --fvh-bg:#fff9f5;
  --fvh-surface:#fffdfb;
  --fvh-ink:#2f1f2d;
  --fvh-muted:#755f70;
  --fvh-coral:#e88f88;
  --fvh-plum:#5a294f;
  --fvh-nude:#e8c7b5;
  --fvh-line:#eadbd5;
  --fvh-shadow:0 20px 55px rgba(79,45,67,.11);
  --fvh-radius:28px;
  --fvh-content:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fvh-bg);color:var(--fvh-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
a:hover{color:var(--fvh-plum)}
button,input{font:inherit}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link:focus{position:fixed!important;top:12px;left:12px;width:auto;height:auto;padding:10px 14px;margin:0;clip:auto;background:#fff;z-index:9999;border-radius:10px}
.container{width:min(calc(100% - 36px),var(--fvh-content));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,249,245,.91);backdrop-filter:blur(18px);border-bottom:1px solid rgba(90,41,79,.08)}
.header-inner{min-height:82px;display:flex;align-items:center;gap:28px}
.site-branding{display:flex;align-items:center;gap:12px;min-width:max-content}
.custom-logo{max-height:44px;width:auto}
.fvh-text-logo{display:flex;align-items:center;gap:11px;font-family:"Trebuchet MS",Inter,sans-serif;font-weight:800;letter-spacing:-.035em;font-size:1.25rem}
.fvh-logo-mark{width:42px;height:42px;border:2px solid var(--fvh-plum);border-radius:13px;display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:7px;transform:rotate(-4deg)}
.fvh-logo-mark i{display:block;border-radius:50%;background:linear-gradient(145deg,var(--fvh-nude),var(--fvh-coral))}
.site-nav{margin-left:auto}
.site-nav ul{display:flex;align-items:center;gap:22px;list-style:none;margin:0;padding:0;font-weight:700;font-size:.91rem}
.site-nav li:nth-child(n+7){display:none}
.header-actions{display:flex;align-items:center;gap:10px}
.search-toggle,.menu-toggle{width:44px;height:44px;border:1px solid var(--fvh-line);background:#fff;border-radius:50%;display:grid;place-items:center;cursor:pointer;color:var(--fvh-plum)}
.menu-toggle{display:none}
.search-panel{position:fixed;inset:0;background:rgba(45,25,42,.62);display:none;align-items:flex-start;justify-content:center;padding-top:14vh;z-index:999}
.search-panel.is-open{display:flex}
.search-card{width:min(680px,calc(100% - 32px));background:#fff;border-radius:32px;padding:26px;box-shadow:0 30px 90px rgba(20,10,18,.3)}
.search-card form{display:flex;gap:10px}
.search-card input{flex:1;min-width:0;border:1px solid var(--fvh-line);border-radius:18px;padding:16px 18px;outline:none}
.search-card button{border:0;border-radius:18px;padding:0 22px;background:var(--fvh-plum);color:#fff;font-weight:800}
.search-close{float:right;border:0;background:transparent;font-size:1.6rem;cursor:pointer;color:var(--fvh-muted)}
.hero{padding:70px 0 42px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--fvh-plum)}
.eyebrow:before{content:"";width:30px;height:2px;background:var(--fvh-coral)}
.hero h1,.archive-hero h1,.single-title{font-family:"Trebuchet MS",Inter,sans-serif;letter-spacing:-.055em;line-height:1.04;margin:.22em 0;font-weight:900}
.hero h1{font-size:clamp(2.8rem,6vw,5.8rem);max-width:780px}
.hero p{font-size:1.1rem;color:var(--fvh-muted);max-width:650px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:999px;font-weight:800;border:1px solid transparent}
.button-primary{background:var(--fvh-plum);color:#fff}
.button-secondary{background:#fff;border-color:var(--fvh-line)}
.hero-media{position:relative;border-radius:38px;overflow:hidden;min-height:500px;box-shadow:var(--fvh-shadow);background:linear-gradient(135deg,#f4cfbf,#e9928f 52%,#5a294f)}
.hero-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.hero-badge{position:absolute;left:24px;bottom:24px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);padding:14px 18px;border-radius:18px;max-width:240px;font-weight:800}
.palette-section{padding:42px 0 74px}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:24px}
.section-head h2{font:900 clamp(2rem,4vw,3.5rem)/1.05 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.045em;margin:0}
.section-head p{max-width:520px;color:var(--fvh-muted);margin:0}
.palette-tray{background:linear-gradient(145deg,#f0d8cb,#dfb8aa);padding:30px;border-radius:42px;box-shadow:inset 0 2px 2px rgba(255,255,255,.8),inset 0 -6px 12px rgba(97,52,65,.13),var(--fvh-shadow);display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.swatch{min-height:190px;border-radius:32px;background:rgba(255,255,255,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:20px;text-align:center;transition:.25s ease}
.swatch:hover{transform:translateY(2px);box-shadow:inset 0 10px 18px rgba(74,36,61,.13)}
.swatch-circle{width:96px;height:96px;border-radius:50%;background:var(--swatch);box-shadow:inset 0 2px 3px rgba(255,255,255,.8),inset 0 -8px 12px rgba(70,32,54,.18),0 8px 18px rgba(72,37,54,.15)}
.swatch strong{font-family:"Trebuchet MS",Inter,sans-serif;font-size:1.06rem}
.swatch small{color:var(--fvh-muted)}
.trust-strip{margin:0 auto 70px;background:var(--fvh-plum);color:#fff;border-radius:30px;padding:22px 28px;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.trust-item{padding:8px 14px;border-left:1px solid rgba(255,255,255,.18)}
.trust-item:first-child{border-left:0}
.trust-item strong{display:block;font-size:1.5rem}
.trust-item span{opacity:.78;font-size:.85rem}
.content-section{padding:20px 0 70px}
.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.post-card{position:relative;background:#fff;border:1px solid var(--fvh-line);border-radius:28px;overflow:hidden;box-shadow:0 12px 30px rgba(74,41,60,.06);transition:.25s ease}
.post-card:hover{transform:translateY(-5px);box-shadow:var(--fvh-shadow)}
.post-card .color-dot{position:absolute;top:18px;left:18px;width:18px;height:18px;border-radius:50%;background:var(--card-color);z-index:2;border:3px solid rgba(255,255,255,.9)}
.card-media{aspect-ratio:16/10;background:linear-gradient(145deg,#f2ddd2,#dc8f8c);overflow:hidden}
.card-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.post-card:hover .card-media img{transform:scale(1.04)}
.card-content{padding:22px}
.card-content h3{font:900 1.35rem/1.25 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.03em;margin:0 0 10px}
.card-content p{color:var(--fvh-muted);font-size:.95rem;margin:0 0 18px}
.card-meta{display:flex;justify-content:space-between;gap:12px;font-size:.78rem;color:var(--fvh-muted);font-weight:700}
.pillars{display:grid;grid-template-columns:1.15fr .85fr;gap:28px;margin:30px 0 75px}
.pillar-main,.resource-card{border-radius:32px;padding:32px;background:#fff;border:1px solid var(--fvh-line)}
.pillar-main{background:linear-gradient(135deg,#fff,#f7e5dc)}
.pillar-main h2,.resource-card h3{font-family:"Trebuchet MS",Inter,sans-serif;letter-spacing:-.04em}
.resource-stack{display:grid;gap:18px}
.resource-card{padding:24px}
.older-posts{display:flex;justify-content:center;margin-top:34px}
.archive-hero{padding:62px 0 34px;text-align:center}
.archive-swatch{width:150px;height:150px;border-radius:50%;margin:0 auto 24px;background:var(--archive-color);box-shadow:inset 0 -16px 25px rgba(45,20,38,.18),0 20px 45px rgba(70,32,54,.16)}
.archive-hero h1{font-size:clamp(2.4rem,5vw,5rem)}
.archive-hero p{max-width:700px;margin:0 auto;color:var(--fvh-muted)}
.single-wrap{padding:58px 0 80px}
.single-header{max-width:920px;margin:0 auto 36px;text-align:center}
.single-title{font-size:clamp(2.45rem,5vw,5.2rem)}
.single-kicker{display:inline-flex;align-items:center;gap:9px;font-weight:800;color:var(--fvh-plum)}
.single-kicker i,.toc-dot{width:14px;height:14px;border-radius:50%;background:var(--post-color);display:inline-block}
.single-meta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:var(--fvh-muted);font-size:.9rem}
.single-featured{border-radius:34px;overflow:hidden;max-height:620px;margin-bottom:42px;box-shadow:var(--fvh-shadow)}
.single-featured img{width:100%;height:100%;object-fit:cover}
.single-layout{display:grid;grid-template-columns:minmax(0,760px) 300px;gap:42px;justify-content:center;align-items:start}
.entry-content{font-size:1.06rem}
.entry-content h2,.entry-content h3{font-family:"Trebuchet MS",Inter,sans-serif;letter-spacing:-.035em;line-height:1.2;margin-top:2em}
.entry-content h2{font-size:2rem}
.entry-content a{text-decoration:underline;text-decoration-color:var(--fvh-coral);text-underline-offset:3px;font-weight:650}
.entry-content blockquote{margin:2em 0;padding:22px 26px;border-left:5px solid var(--post-color);background:#fff;border-radius:0 20px 20px 0}
.toc-card{position:sticky;top:110px;background:#fff;border:1px solid var(--fvh-line);border-radius:24px;padding:22px;box-shadow:0 14px 35px rgba(67,34,53,.07)}
.toc-card h2{font:900 1.15rem/1.2 "Trebuchet MS",Inter,sans-serif;margin:0 0 14px;display:flex;align-items:center;gap:9px}
.toc-card ol{margin:0;padding-left:20px;font-size:.9rem}
.toc-card a{color:var(--fvh-muted)}
.related-section{margin-top:70px;padding-top:46px;border-top:1px solid var(--fvh-line)}
.related-section h2{text-align:center;font:900 clamp(2rem,4vw,3.4rem)/1.1 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.045em}
.page-content{max-width:850px;margin:60px auto 90px;background:#fff;border-radius:30px;padding:clamp(24px,5vw,58px);border:1px solid var(--fvh-line)}
.site-footer{background:#2f1f2d;color:#fff;padding:58px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:34px}
.site-footer a{color:rgba(255,255,255,.8)}
.site-footer ul{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:7px}
.footer-brand p{max-width:420px;color:rgba(255,255,255,.7)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:22px;color:rgba(255,255,255,.58);font-size:.84rem}
@media(max-width:980px){.site-nav{display:none;position:absolute;top:82px;left:18px;right:18px;background:#fff;border:1px solid var(--fvh-line);border-radius:20px;padding:18px}.site-nav.is-open{display:block}.site-nav ul{display:grid;gap:10px}.site-nav li:nth-child(n){display:block}.menu-toggle{display:grid}.hero-grid,.pillars,.single-layout{grid-template-columns:1fr}.hero-media{min-height:420px}.post-grid{grid-template-columns:repeat(2,1fr)}.toc-card{position:relative;top:auto;order:-1}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.container{width:min(calc(100% - 24px),var(--fvh-content))}.header-inner{min-height:70px;gap:10px}.fvh-text-logo{font-size:1rem}.fvh-logo-mark{width:36px;height:36px}.hero{padding-top:42px}.hero-media{min-height:360px}.palette-tray{grid-template-columns:repeat(2,1fr);padding:16px;gap:12px;border-radius:28px}.swatch{min-height:150px;padding:14px}.swatch-circle{width:72px;height:72px}.trust-strip{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-left:0}.post-grid{grid-template-columns:1fr}.section-head{display:block}.section-head p{margin-top:10px}.footer-grid{grid-template-columns:1fr}.search-card form{display:grid}.hero h1{font-size:2.75rem}.single-title{font-size:2.55rem}.archive-swatch{width:112px;height:112px}}

/* Homepage v2 — Palette Swatch authority portal */
.fvh-vista-hero{padding:46px 0 30px;overflow:hidden}.vista-shell{min-height:650px;border-radius:48px;background:linear-gradient(125deg,#f7dfd2 0%,#fff9f5 48%,#efd0ca 100%);display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:clamp(30px,5vw,70px);position:relative;box-shadow:0 28px 80px rgba(84,43,68,.12)}.vista-shell:before{content:"";position:absolute;inset:18px;border:1px solid rgba(90,41,79,.14);border-radius:36px;pointer-events:none}.vista-copy{position:relative;z-index:3}.vista-copy h1{font:900 clamp(3.3rem,6.5vw,6.7rem)/.91 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.075em;margin:.2em 0}.vista-copy h1 em{color:var(--fvh-plum);font-style:italic;font-weight:500}.vista-copy>p{max-width:610px;font-size:1.1rem;color:var(--fvh-muted)}.text-link{display:inline-flex;align-items:center;gap:8px;font-weight:850;padding:12px}.hero-proof{display:flex;gap:28px;margin-top:42px}.hero-proof div{display:grid}.hero-proof strong{font-size:1.25rem}.hero-proof span{font-size:.78rem;color:var(--fvh-muted)}.vanity-stage{height:540px;position:relative}.hero-photo{position:absolute;width:72%;height:82%;right:4%;top:8%;border-radius:46% 46% 34px 34px;overflow:hidden;box-shadow:0 30px 60px rgba(76,35,60,.22);transform:rotate(2deg);z-index:2}.hero-photo img{width:100%;height:100%;object-fit:cover}.vanity-orbit{position:absolute;border:1px solid rgba(90,41,79,.18);border-radius:50%}.orbit-one{width:430px;height:430px;right:-10px;top:40px}.orbit-two{width:310px;height:310px;left:25px;bottom:0}.floating-note{position:absolute;background:rgba(255,255,255,.91);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-radius:20px;padding:14px 17px;box-shadow:0 16px 35px rgba(80,38,63,.13);z-index:4;display:grid}.floating-note small{color:var(--fvh-muted)}.note-top{right:-10px;top:40px}.note-bottom{left:0;bottom:45px}.mini-swatch{width:13px;height:13px;border-radius:50%;position:absolute;right:14px;top:14px}.mini-swatch.plum{background:#5a294f}.shade-stack{position:absolute;z-index:4;display:flex;gap:8px;right:18px;bottom:34px;background:#f4dfd5;padding:12px 16px;border-radius:999px;box-shadow:inset 0 2px 5px rgba(72,34,56,.14)}.shade-stack i{width:28px;height:28px;border-radius:50%;box-shadow:inset 0 -4px 6px rgba(50,20,40,.16)}.shade-stack i:nth-child(1){background:#f2b8a7}.shade-stack i:nth-child(2){background:#cf6d72}.shade-stack i:nth-child(3){background:#97506c}.shade-stack i:nth-child(4){background:#542747}.quick-find{padding:14px 0 24px}.quick-find-inner{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.quick-find-inner a,.quick-find-inner strong{padding:8px 15px;border-radius:999px}.quick-find-inner a{background:#fff;border:1px solid var(--fvh-line);font-size:.86rem;font-weight:750}.palette-authority{padding-top:70px}.palette-heading{margin-bottom:34px}.palette-case{background:#d8aa99;border-radius:48px;padding:18px;box-shadow:0 30px 70px rgba(90,41,79,.18),inset 0 3px 3px rgba(255,255,255,.55)}.palette-lid{background:linear-gradient(135deg,#5a294f,#2f1f2d);color:#fff;border-radius:34px 34px 18px 18px;padding:19px 28px;display:flex;justify-content:space-between;letter-spacing:.15em;font-size:.75rem}.palette-lid small{opacity:.62}.palette-case .palette-tray{border-radius:18px 18px 34px 34px;background:linear-gradient(145deg,#e8c7b5,#c9998e);box-shadow:inset 0 7px 14px rgba(74,37,55,.15);gap:14px;padding:24px}.palette-case .swatch{background:rgba(255,248,244,.34);border:1px solid rgba(255,255,255,.35);border-radius:24px;min-height:210px}.palette-case .swatch-circle{width:112px;height:112px;position:relative;border:7px solid rgba(101,56,73,.15)}.palette-case .swatch-circle i{position:absolute;inset:7px;border-radius:50%;border:1px solid rgba(255,255,255,.4)}.editorial-runway{padding:90px 0}.view-all{font-weight:850}.runway-grid{display:grid;grid-template-columns:1.45fr .8fr .8fr;grid-template-rows:1fr 1fr;gap:20px;min-height:670px}.runway-card{background:#fff;border:1px solid var(--fvh-line);border-radius:30px;overflow:hidden;display:grid}.runway-1{grid-row:1/3}.runway-1 .runway-image{min-height:410px}.runway-image{position:relative;overflow:hidden;min-height:190px}.runway-image img{width:100%;height:100%;object-fit:cover;transition:.35s}.runway-card:hover img{transform:scale(1.035)}.runway-image .color-dot{position:absolute;left:18px;top:18px;width:20px;height:20px;border:4px solid #fff;border-radius:50%;background:var(--card-color)}.runway-copy{padding:20px}.runway-1 .runway-copy{padding:28px}.story-kicker{font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--fvh-plum)}.runway-copy h3{font:900 1.28rem/1.17 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.035em;margin:8px 0}.runway-1 h3{font-size:clamp(2rem,3vw,3.2rem)}.runway-copy p,.runway-copy small{color:var(--fvh-muted)}.routine-lab{padding:20px 0 90px}.routine-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:center}.routine-intro{background:linear-gradient(150deg,#f2d5c7,#fff8f4);border-radius:42px;padding:46px}.routine-intro h2{font:900 clamp(2.3rem,4vw,4rem)/1 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.055em}.routine-steps{display:grid;border-top:1px solid var(--fvh-line)}.routine-steps a{display:grid;grid-template-columns:54px 1fr 30px;align-items:center;gap:18px;padding:26px 10px;border-bottom:1px solid var(--fvh-line)}.routine-steps span{font-size:.8rem;color:var(--fvh-coral);font-weight:900}.routine-steps div{display:grid}.routine-steps b{font:900 1.35rem "Trebuchet MS",Inter,sans-serif}.routine-steps small{color:var(--fvh-muted)}.style-spectrum{padding:0 0 90px}.spectrum-shell{background:linear-gradient(120deg,#321f2d,#5a294f);color:#fff;border-radius:44px;padding:clamp(34px,6vw,72px);display:grid;grid-template-columns:1fr 1fr;gap:40px;overflow:hidden}.eyebrow.light{color:#ffd9cf}.spectrum-copy h2{font:900 clamp(2.6rem,5vw,5rem)/.98 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.06em;margin:.28em 0}.spectrum-copy p{color:rgba(255,255,255,.7);max-width:560px}.spectrum-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.spectrum-links a{border:1px solid rgba(255,255,255,.2);padding:10px 15px;border-radius:999px;color:#fff}.spectrum-art{position:relative;min-height:350px;display:flex;flex-direction:column;justify-content:center}.spectrum-art>span{font:900 clamp(4rem,8vw,8.5rem)/.72 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.34)}.spectrum-art>span:nth-child(2){margin-left:14%;color:#efaaa3;-webkit-text-stroke:0}.fabric-card{position:absolute;right:0;bottom:0;background:#f4d9cf;color:#321f2d;border-radius:24px;padding:20px 24px;transform:rotate(-4deg);display:grid;box-shadow:0 20px 40px rgba(0,0,0,.2)}.shopping-desk{padding:20px 0 90px}.shopping-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shopping-card{border-radius:34px;padding:30px;min-height:320px;display:flex;flex-direction:column;align-items:flex-start}.shopping-card span{width:42px;height:42px;border:1px solid rgba(45,31,45,.2);border-radius:50%;display:grid;place-items:center;font-weight:900}.shopping-card h3{font:900 2rem/1.05 "Trebuchet MS",Inter,sans-serif;letter-spacing:-.045em;margin:45px 0 10px}.shopping-card p{color:rgba(47,31,45,.72)}.shopping-card b{margin-top:auto}.shopping-card.coral{background:#efaaa3}.shopping-card.nude{background:#ead0c2}.shopping-card.plum-card{background:#5a294f;color:#fff}.shopping-card.plum-card p{color:rgba(255,255,255,.7)}
@media(max-width:980px){.vista-shell,.routine-grid,.spectrum-shell{grid-template-columns:1fr}.vanity-stage{height:450px}.runway-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.runway-1{grid-column:1/3;grid-row:auto}.shopping-grid{grid-template-columns:1fr 1fr}.shopping-card:last-child{grid-column:1/3}.palette-lid small{display:none}}
@media(max-width:680px){.fvh-vista-hero{padding-top:18px}.vista-shell{min-height:auto;padding:34px 24px;border-radius:30px}.vista-shell:before{inset:10px;border-radius:23px}.vista-copy h1{font-size:3.35rem}.hero-proof{gap:14px;justify-content:space-between}.vanity-stage{height:390px}.hero-photo{width:86%;height:78%;right:1%}.note-top{right:-8px}.note-bottom{left:-8px}.palette-case{padding:10px;border-radius:30px}.palette-lid{padding:15px;border-radius:22px 22px 12px 12px}.palette-case .palette-tray{padding:12px;gap:9px}.palette-case .swatch{min-height:160px;border-radius:18px}.palette-case .swatch-circle{width:76px;height:76px}.runway-grid{display:grid;grid-template-columns:1fr}.runway-1{grid-column:auto}.runway-1 .runway-image{min-height:280px}.routine-intro{padding:30px}.spectrum-shell{border-radius:30px}.shopping-grid{grid-template-columns:1fr}.shopping-card:last-child{grid-column:auto}.quick-find-inner{justify-content:flex-start;overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.quick-find-inner>*{white-space:nowrap}}

/* Single article v3 — editorial palette experience */
.shade-article{background:linear-gradient(180deg,#fffaf7 0,#fff 28%,#fff9f5 100%)}
.article-stage{padding:64px 0 94px;background:radial-gradient(circle at 82% 18%,rgba(239,170,163,.34),transparent 24%),linear-gradient(125deg,#f8e0d5,#fffaf7 55%,#ead2df);position:relative;overflow:hidden}
.article-stage:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(90,41,79,.13);border-radius:50%;right:-120px;bottom:-250px}
.article-stage-grid{display:grid;grid-template-columns:minmax(0,1.35fr) .65fr;gap:70px;align-items:center}
.article-heading{position:relative;z-index:2}.article-heading .single-title{text-align:left;max-width:900px;margin:.2em 0 .28em;font-size:clamp(3rem,6.2vw,6.5rem)}
.article-deck{font-size:clamp(1.04rem,1.5vw,1.25rem);line-height:1.65;color:var(--fvh-muted);max-width:760px}
.premium-meta{justify-content:flex-start;margin-top:28px;align-items:center}.premium-meta>span:not(.author-chip){padding-left:16px;border-left:1px solid rgba(90,41,79,.18)}
.author-chip{display:inline-flex;align-items:center;gap:10px;color:var(--fvh-text)}.author-chip img{border-radius:50%;border:3px solid rgba(255,255,255,.8);box-shadow:0 5px 15px rgba(66,29,51,.15)}
.article-palette{justify-self:end;width:min(100%,310px);aspect-ratio:1/1.08;border-radius:42px;background:#d4a493;padding:25px;box-shadow:0 30px 70px rgba(74,34,58,.2),inset 0 3px 2px rgba(255,255,255,.5);transform:rotate(3deg);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}
.article-palette:before{content:"";position:absolute;inset:13px;border:1px solid rgba(77,35,57,.18);border-radius:32px}.palette-label{font-size:.67rem;letter-spacing:.2em;font-weight:900;position:relative}.hero-swatch{width:158px;height:158px;border-radius:50%;background:var(--post-color);margin:20px 0;box-shadow:inset 0 -15px 24px rgba(57,20,40,.18),0 12px 24px rgba(65,28,49,.18);border:9px solid rgba(98,52,68,.14);position:relative}.hero-swatch i{position:absolute;inset:16px;border-radius:50%;border:1px solid rgba(255,255,255,.42)}.palette-code{display:grid;text-align:center;font-weight:900;letter-spacing:.1em;font-size:.78rem}.palette-code small{font-weight:600;letter-spacing:.03em;color:rgba(47,31,45,.58);margin-top:3px}
.article-body-shell{position:relative;margin-top:-52px;z-index:3}.editorial-featured{max-height:none;height:min(62vw,700px);margin:0;border:10px solid #fff;border-radius:44px;box-shadow:0 30px 80px rgba(65,29,50,.17);position:relative}.editorial-featured figcaption{position:absolute;right:24px;bottom:20px;background:rgba(47,31,45,.78);backdrop-filter:blur(10px);color:#fff;padding:9px 14px;border-radius:999px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.editorial-featured figcaption span{width:9px;height:9px;border-radius:50%;background:var(--post-color)}
.article-intro-strip{max-width:1040px;margin:34px auto 54px;background:#2f1f2d;color:#fff;border-radius:28px;padding:26px 32px;display:grid;grid-template-columns:1fr 70px;gap:24px;align-items:center;box-shadow:0 18px 45px rgba(58,27,45,.13)}.article-intro-strip div{display:grid;gap:7px}.article-intro-strip small{color:#efaaa3;letter-spacing:.17em;font-weight:900}.article-intro-strip strong{font-size:1rem;line-height:1.55}.intro-swatch{width:60px;height:60px;border-radius:50%;background:var(--post-color);box-shadow:inset 0 -7px 10px rgba(0,0,0,.14)}
.editorial-layout{grid-template-columns:minmax(0,780px) 310px;gap:58px}.article-copy{background:#fff;border:1px solid var(--fvh-line);border-radius:36px;padding:clamp(28px,5vw,64px);box-shadow:0 20px 65px rgba(79,41,63,.07);font-size:1.08rem;line-height:1.85}.article-copy>p:first-child:first-letter{float:left;font:900 5.1rem/.78 "Trebuchet MS",Inter,sans-serif;color:var(--fvh-plum);margin:12px 12px 2px 0}.article-copy h2{font-size:clamp(1.85rem,3vw,2.65rem);position:relative;padding-top:20px}.article-copy h2:before{content:"";position:absolute;left:0;top:0;width:58px;height:7px;border-radius:999px;background:var(--post-color)}.article-copy h3{font-size:1.55rem;color:var(--fvh-plum)}.article-copy ul,.article-copy ol{background:#fff8f4;border-radius:22px;padding:22px 25px 22px 48px}.article-copy li+li{margin-top:9px}.article-copy img{border-radius:24px}.article-copy table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--fvh-line);border-radius:20px}.article-copy th,.article-copy td{padding:14px;border-bottom:1px solid var(--fvh-line);text-align:left}.article-copy th{background:#f7e4dc;color:var(--fvh-plum)}
.article-rail{display:grid;gap:20px;align-self:start;position:sticky;top:105px}.palette-toc{position:relative;top:auto;border-radius:30px;padding:26px;background:linear-gradient(150deg,#fff,#fff7f2)}.toc-top{display:flex;align-items:center;gap:9px}.toc-top small,.editor-note small,.share-shade>small,.author-editor-card small,.related-heading small{font-weight:900;letter-spacing:.15em;color:var(--fvh-coral);font-size:.67rem}.palette-toc h2{font-size:1.45rem;margin:10px 0 18px}.palette-toc ol{list-style:none;padding:0;display:grid;gap:11px;counter-reset:toc}.palette-toc li{counter-increment:toc;display:grid;grid-template-columns:26px 1fr;gap:8px}.palette-toc li:before{content:counter(toc,decimal-leading-zero);font-size:.67rem;font-weight:900;color:var(--fvh-coral);padding-top:4px}.palette-toc a{line-height:1.35}.toc-progress{height:5px;background:#f0dfd8;border-radius:99px;margin-top:20px;overflow:hidden}.toc-progress i{display:block;width:38%;height:100%;background:var(--post-color)}
.editor-note{background:#5a294f;color:#fff;border-radius:30px;padding:28px;position:relative;overflow:hidden}.editor-note>span{font:900 3.4rem/.9 "Trebuchet MS",Inter,sans-serif;color:rgba(255,255,255,.12);position:absolute;right:18px;top:14px}.editor-note small{color:#ffc9bd}.editor-note p{margin:18px 0 0;color:rgba(255,255,255,.8);line-height:1.6}.share-shade{background:#f1d7ca;border-radius:26px;padding:22px}.share-shade div{display:flex;gap:9px;margin-top:14px}.share-shade a{width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;font-weight:900;text-transform:uppercase;box-shadow:0 8px 18px rgba(64,29,49,.08)}
.article-signoff{margin-top:55px;background:linear-gradient(135deg,#f7e1d8,#f2d6e6);border-radius:30px;padding:34px;display:grid;grid-template-columns:74px 1fr;gap:24px;align-items:center}.signoff-swatch{width:70px;height:70px;border-radius:50%;background:var(--post-color);box-shadow:inset 0 -10px 14px rgba(52,20,39,.16)}.article-signoff small{letter-spacing:.16em;font-weight:900;color:var(--fvh-coral)}.article-signoff h2{padding:0;margin:6px 0;font-size:1.8rem}.article-signoff h2:before{display:none}.article-signoff p{margin:0;color:var(--fvh-muted)}
.author-editor-card{max-width:1040px;margin:58px auto 0;background:#fff;border:1px solid var(--fvh-line);border-radius:34px;padding:30px;display:grid;grid-template-columns:88px 1fr 70px;align-items:center;gap:24px;box-shadow:0 20px 55px rgba(73,36,57,.07);position:relative;overflow:hidden}.author-editor-card img{border-radius:50%}.author-editor-card h2{margin:4px 0}.author-editor-card p{margin:0;color:var(--fvh-muted)}.author-mark{width:64px;height:64px;border-radius:50%;background:var(--post-color);opacity:.8}.shade-related{border:0;margin-top:80px;background:#f3ded5;border-radius:44px;padding:clamp(28px,5vw,58px)}.related-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.related-heading h2{text-align:left;margin:7px 0 0}.related-pan{width:76px;height:76px;border-radius:50%;background:var(--post-color);box-shadow:inset 0 -10px 14px rgba(48,19,37,.15),0 8px 18px rgba(70,31,52,.1)}
@media(max-width:980px){.article-stage-grid{grid-template-columns:1fr}.article-palette{display:none}.editorial-layout{grid-template-columns:1fr}.article-rail{position:relative;top:auto;grid-template-columns:1fr 1fr}.palette-toc{grid-column:1/3}.article-copy{order:2}.article-rail{order:1}.article-body-shell{margin-top:-35px}}
@media(max-width:680px){.article-stage{padding:38px 0 72px}.article-heading .single-title{font-size:2.75rem}.article-deck{font-size:1rem}.premium-meta>span:not(.author-chip){border:0;padding:0}.premium-meta{gap:10px 16px}.editorial-featured{height:68vw;border-width:6px;border-radius:25px}.editorial-featured figcaption{display:none}.article-intro-strip{grid-template-columns:1fr;padding:22px;margin:22px auto 30px}.intro-swatch{display:none}.article-rail{grid-template-columns:1fr}.palette-toc{grid-column:auto}.article-copy{padding:26px 22px;border-radius:26px;font-size:1rem}.article-copy>p:first-child:first-letter{font-size:4rem}.article-signoff{grid-template-columns:1fr}.author-editor-card{grid-template-columns:64px 1fr;padding:22px}.author-editor-card img{width:64px;height:64px}.author-mark{display:none}.related-heading{align-items:flex-end}.related-pan{width:48px;height:48px}.shade-related{border-radius:28px;padding:25px 16px}}

/* Contextual internal links — grouped, relevant and visually integrated */
.fvh-context-links{margin:34px 0;padding:22px 24px;border:1px solid color-mix(in srgb,var(--post-color) 35%,#eadbd5);border-radius:22px;background:linear-gradient(135deg,#fffaf7,#fff);box-shadow:0 12px 30px rgba(72,34,55,.06);position:relative;overflow:hidden}
.fvh-context-links:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--post-color)}
.fvh-context-links__label{display:block;margin-bottom:12px;font-size:.7rem;line-height:1;text-transform:uppercase;letter-spacing:.16em;font-weight:900;color:var(--fvh-coral)}
.fvh-context-links ul{margin:0!important;padding:0!important;background:transparent!important;display:grid;gap:9px;list-style:none!important}
.fvh-context-links li{margin:0!important;padding-left:20px;position:relative}
.fvh-context-links li:before{content:"";position:absolute;left:0;top:.68em;width:9px;height:9px;border-radius:50%;background:var(--post-color);box-shadow:inset 0 -2px 3px rgba(38,12,29,.18)}
.fvh-context-links a{font-weight:800;text-decoration:none!important;color:var(--fvh-plum)}
.fvh-context-links a:hover{text-decoration:underline!important;text-underline-offset:4px}
