:root{--gold: #C4973C;--gold-light: #D9B96A;--gold-pale: #F0E6D0;--gold-dark: #9A7020;--cream: #FAF7F2;--cream-dark: #F0EAE0;--off-white: #FDFBF8;--dark: #1A1A1A;--text: #3A3530;--muted: #8A8078;--border: #E2D9CE;--white: #FFFFFF;--green-check: #2E7D32;--red-x: #C62828;--serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--sans: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-sm: 0 2px 12px rgba(196,151,60,.1);--shadow-md: 0 6px 32px rgba(196,151,60,.14);--shadow-lg: 0 16px 64px rgba(196,151,60,.16);--radius: 4px;--radius-lg: 10px;--radius-xl: 20px;--max-w: 1200px;--pad-x: 24px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--sans);font-size:16px;line-height:1.65;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}.section-img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-lg)}.hero__product-img{width:100%;height:auto;display:block;object-fit:cover;border-radius:var(--radius-lg)}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:9999;padding:8px 16px;background:var(--gold);color:var(--white);border-radius:var(--radius)}h1,h2,h3,h4,h5{font-family:var(--serif);font-weight:600;line-height:1.2;color:var(--dark)}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.75rem,4vw,2.6rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.1rem;font-family:var(--sans);font-weight:600;letter-spacing:.02em}p{margin-bottom:1rem}p:last-child{margin-bottom:0}strong{font-weight:600}.section-title{font-family:var(--serif);font-size:clamp(1.75rem,4vw,2.6rem);font-weight:600;color:var(--dark);text-align:center;margin-bottom:.75rem}.section-subtitle{font-family:var(--sans);font-size:1rem;color:var(--muted);text-align:center;max-width:560px;margin:0 auto 3rem}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--pad-x)}section{padding:80px 0}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split-section--reverse .split-section__image{order:-1}@media(max-width:768px){section{padding:56px 0}.split-section{grid-template-columns:1fr;gap:40px}.split-section--reverse .split-section__image{order:0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:16px 32px;font-family:var(--sans);font-size:.95rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius);transition:all .22s ease;cursor:pointer}.btn--primary{background:var(--gold);color:var(--white);box-shadow:var(--shadow-sm)}.btn--primary:hover{background:var(--gold-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--outline{background:transparent;color:var(--gold);border:1.5px solid var(--gold)}.btn--outline:hover{background:var(--gold);color:var(--white)}.btn--full{width:100%}.img-placeholder{width:100%;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.img-placeholder--product{min-height:480px;background:linear-gradient(145deg,#f8f2e6,#efe3c8 40%,#e3d0a8);flex-direction:column;gap:20px}.img-placeholder__product-circle{width:180px;height:180px;border-radius:50%;background:linear-gradient(145deg,var(--gold-light),var(--gold),var(--gold-dark));box-shadow:0 20px 60px #c4973c59}.img-placeholder__label{font-family:var(--serif);font-size:1rem;color:var(--gold-dark);letter-spacing:.08em;text-transform:uppercase}.img-placeholder--lifestyle{min-height:420px}.img-placeholder--warm{background:linear-gradient(145deg,#f5ecd8,#e8d5b0,#d4bc8a)}.img-placeholder--cream{background:linear-gradient(145deg,#faf7f2,#f0eae0,#e5dac8)}.img-placeholder--gold{background:linear-gradient(145deg,var(--gold-pale),var(--gold-light),var(--gold))}.img-placeholder--dark{background:linear-gradient(145deg,#2a2420,#3d3028,#4a3c2e)}.img-placeholder--product-bg{min-height:500px;background:linear-gradient(160deg,#f8f2e6,#ede0c6,#dec9a0);flex-direction:column;gap:16px}.img-placeholder--square{min-height:240px;align-items:flex-end;padding:20px}.img-placeholder--review{min-height:180px;background:linear-gradient(145deg,#f0e8d8,#e5d4b8);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.img-placeholder--tall{min-height:500px}.img-placeholder__text{font-family:var(--serif);font-size:1.1rem;font-style:italic;color:#3a353073;text-align:center;padding:20px}.step__num{font-family:var(--serif);font-size:3rem;font-weight:700;color:#c4973c40;line-height:1}.ann-bar{background:var(--dark);color:var(--gold-light);font-family:var(--sans);font-size:.8rem;font-weight:400;letter-spacing:.08em;text-transform:uppercase;padding:10px 0;overflow:hidden;white-space:nowrap}.ann-bar__track{display:inline-flex;align-items:center;gap:0;animation:ann-scroll 28s linear infinite;will-change:transform}.ann-bar__track:hover{animation-play-state:paused}.ann-bar__item{display:inline-flex;align-items:center;padding:0 28px;gap:0;flex-shrink:0}.ann-sep{color:var(--gold);opacity:.4;padding:0 4px}@keyframes ann-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.nav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav__inner{display:flex;align-items:center;justify-content:flex-end;height:72px;position:relative}.nav__logo{position:absolute;left:50%;transform:translate(-50%);font-family:var(--serif);font-size:1.8rem;font-weight:700;letter-spacing:.15em;color:var(--dark);text-transform:uppercase;white-space:nowrap}.nav__logo-img{height:42px;width:auto;display:block}.nav__logo span{color:var(--gold)}.nav__cart{display:flex;align-items:center;gap:6px;color:var(--dark);font-size:.85rem;font-weight:500;letter-spacing:.04em;padding:8px;border-radius:var(--radius);transition:color .2s}.nav__cart:hover{color:var(--gold)}.nav__cart-count{background:var(--gold);color:var(--white);font-size:.7rem;font-weight:600;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero{background:var(--cream);padding:60px 0 80px}.hero{overflow:hidden}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start;min-width:0}.hero__gallery{display:flex;flex-direction:column;gap:12px;min-width:0;width:100%}@media(min-width:901px){.hero__gallery{position:sticky;top:96px}}.hero__main-img{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);width:100%}.hero__thumbs-wrap{display:flex;align-items:center;gap:6px}.hero__thumbs{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;flex:1;scrollbar-width:none;-ms-overflow-style:none}.hero__thumbs::-webkit-scrollbar{display:none}.hero__thumb-nav{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:1px solid var(--border);background:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--dark);transition:border-color .2s,color .2s,background .2s}.hero__thumb-nav:hover{border-color:var(--gold);color:var(--gold);background:var(--cream)}.hero__thumb{width:72px;height:72px;border-radius:var(--radius);background:linear-gradient(145deg,#efe3c8,#dec9a0);border:2px solid transparent;cursor:pointer;transition:border-color .2s;flex-shrink:0}.hero__thumb.active{border-color:var(--gold)}.hero__thumb:hover{border-color:var(--gold-light)}.hero__blocks{display:flex;flex-direction:column;gap:8px;margin-top:16px}.hero__block-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:var(--dark)}.hero__block-icon{font-size:1rem;line-height:1;flex-shrink:0}.hero__block-text{line-height:1.4}.hero__info{padding-top:8px;min-width:0}.hero__stars{display:flex;align-items:center;gap:10px;margin-bottom:16px}.stars{color:var(--gold);font-size:1.1rem;letter-spacing:2px}.review-count{font-size:.85rem;color:var(--muted);font-weight:400}.hero__title{font-size:clamp(2rem,3.5vw,2.8rem);margin-bottom:12px}.hero__subtitle{font-size:1rem;color:var(--muted);line-height:1.6;margin-bottom:28px}.pkg-selector{margin-bottom:24px}.pkg-selector__label{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}.pkg-options{display:flex;flex-direction:column;gap:10px}.pkg-option{display:block;cursor:pointer}.pkg-option__radio{display:none}.pkg-option__card{position:relative;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:14px 18px;background:var(--white);transition:all .2s;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.pkg-option__radio:checked+.pkg-option__card{border-color:var(--gold);background:linear-gradient(to right,#FAF6EE,var(--white));box-shadow:0 2px 16px #c4973c1f}.pkg-option__card:hover{border-color:var(--gold-light)}.pkg-option__badge{position:absolute;top:-10px;left:16px;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:20px}.pkg-option__badge--gold{background:var(--dark)}.pkg-option__top{display:flex;align-items:center;gap:10px}.pkg-option__qty{font-weight:600;font-size:.95rem;color:var(--dark)}.pkg-option__save{background:var(--gold-pale);color:var(--gold-dark);font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:20px;letter-spacing:.04em}.pkg-option__price{font-weight:600;font-size:.95rem;color:var(--dark)}.pkg-option__original{font-size:.8rem;color:var(--muted)}.hero--gallery-only .hero__inner{grid-template-columns:1fr;max-width:600px;margin-left:auto;margin-right:auto}.hero--gallery-only .hero__gallery{position:static}.product-info{background:var(--cream)}.product-info__inner{max-width:600px}.product-info__inner .hero__stars{margin-bottom:16px}.product-info__inner .hero__title{margin-bottom:12px}.product-info__inner .hero__subtitle{margin-bottom:28px}.product-info__inner .hero__cta{margin-bottom:20px}.bundle-section{background:var(--cream);padding:0 0 40px}.bundle-section__inner{max-width:600px}.sub-selector{background:var(--cream);padding:0 0 40px}.sub-selector__inner{max-width:600px}.sub-selector--block{margin-top:20px}.sub-selector__best-value{display:flex;align-items:center;gap:7px;background:var(--dark);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;padding:10px 16px;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.sub-options{border:1.5px solid var(--border);border-top:none;border-radius:0 0 var(--radius-lg) var(--radius-lg);overflow:hidden}.sub-option{display:block;cursor:pointer}.sub-option+.sub-option{border-top:1.5px solid var(--border)}.sub-option__radio{position:absolute;opacity:0;pointer-events:none}.sub-option__card{padding:14px 16px 14px 46px;background:var(--white);position:relative;transition:background .15s}.sub-option__card:before{content:"";position:absolute;left:16px;top:16px;width:18px;height:18px;border-radius:50%;border:2px solid var(--border);background:var(--white);transition:border-color .15s,background .15s}.sub-option__card:after{content:"";position:absolute;left:21px;top:21px;width:8px;height:8px;border-radius:50%;background:transparent;transition:background .15s}.sub-option__radio:checked+.sub-option__card{background:var(--cream)}.sub-option__radio:checked+.sub-option__card:before{border-color:var(--gold);background:var(--gold)}.sub-option__radio:checked+.sub-option__card:after{background:var(--white)}.sub-option__row{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:5px}.sub-option__left{display:flex;align-items:center;gap:7px;flex-wrap:wrap;flex:1}.sub-option__name{font-weight:700;font-size:.9rem;color:var(--dark)}.sub-option__save-badge{font-size:.68rem;font-weight:700;letter-spacing:.03em;color:var(--gold-dark);background:var(--gold-pale);padding:2px 7px;border-radius:4px}.sub-option__right{text-align:right;flex-shrink:0}.sub-option__price{display:block;font-weight:700;font-size:.95rem;color:var(--dark)}.sub-option__billing{display:block;font-size:.72rem;color:var(--muted);line-height:1.4}.sub-option__per-day{display:inline-block;margin-top:5px;font-size:.7rem;font-weight:600;color:var(--dark);border:1.5px solid var(--border);border-radius:20px;padding:2px 9px}.sub-option__desc{font-size:.8rem;color:var(--muted);line-height:1.5;margin-bottom:8px}.sub-option__bullets{list-style:none;margin:0 0 10px}.sub-option__bullets li{font-size:.8rem;color:var(--text);padding-left:18px;position:relative;margin-bottom:3px;line-height:1.4}.sub-option__bullets li:before{content:"\2713";position:absolute;left:0;color:var(--gold);font-weight:700}.sub-option__footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border);padding-top:8px}.sub-option__footer-star{display:flex;align-items:center;gap:5px;font-size:.76rem;font-weight:600;color:var(--gold)}.sub-option__footer-vs{font-size:.74rem;color:var(--muted)}.sub-selector__footnote{font-size:.7rem;color:var(--muted);text-align:right;margin:10px 0 4px;font-style:italic}.sub-selector__cta{margin-top:12px}.sub-selector__one-time{display:block;text-align:center;font-size:.85rem;color:var(--text);text-decoration:underline;text-underline-offset:3px;margin:10px 0 4px}.sub-selector__note{text-align:center;font-size:.76rem;color:var(--muted);margin-top:6px}.hero__cta{margin-bottom:20px;font-size:1rem;padding:18px 32px;letter-spacing:.08em}.trust-badges{display:flex;gap:20px;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--muted);font-weight:400}.trust-badge svg{color:var(--gold);flex-shrink:0}.hero__view-details{display:inline-flex;align-items:center;gap:4px;margin-top:16px;font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .2s}.hero__view-details:hover{color:var(--gold)}.hero__view-details svg{transition:transform .2s}.hero__view-details:hover svg{transform:translate(3px)}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;gap:40px}}.press-bar{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0}.press-bar .container{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.press-bar__label{font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:0;white-space:nowrap}.press-bar__logos{display:flex;align-items:center;gap:36px;flex-wrap:wrap;justify-content:center}.press-logo{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--border);letter-spacing:.05em;text-transform:uppercase;font-style:italic;transition:color .2s}.check-list{display:flex;flex-direction:column;gap:12px;margin-top:20px}.check-list li{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:var(--text)}.check-list__icon{color:var(--gold);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:2px;width:20px;height:20px;background:var(--gold-pale);border-radius:50%;display:flex;align-items:center;justify-content:center}.problem-section{background:var(--off-white)}.problem-section .split-section__text h2{margin-bottom:20px}.benefit-section{background:var(--white)}.stats-section{background:var(--dark);padding:80px 0}.stats-section .section-title{color:var(--white)}.stats-section .section-subtitle{color:#ffffff80}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:3rem}.stat-circle{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.stat-circle__inner{width:160px;height:160px;border-radius:50%;border:2px solid var(--gold);display:flex;align-items:center;justify-content:center;background:#c4973c14;box-shadow:0 0 40px #c4973c1f}.stat-circle__number{font-family:var(--serif);font-size:2.6rem;font-weight:700;color:var(--gold);line-height:1}.stat-circle__label{font-size:.9rem;color:#ffffffb3;line-height:1.5;max-width:180px;margin-bottom:0}@media(max-width:768px){.stats-grid{grid-template-columns:1fr;gap:32px}}.how-it-works{background:var(--cream)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px}.step{text-align:center}.step__img{border-radius:var(--radius-lg);overflow:hidden;margin-bottom:20px}.step__title{font-family:var(--serif);font-size:1.3rem;font-weight:600;margin-bottom:10px;color:var(--dark)}.step__desc{font-size:.9rem;color:var(--muted);line-height:1.6;margin-bottom:0}.timeline{display:flex;align-items:center;justify-content:center;gap:0;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:32px 48px;box-shadow:var(--shadow-sm)}.timeline__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;flex:1}.timeline__dot{width:14px;height:14px;border-radius:50%;background:var(--gold);border:3px solid var(--white);box-shadow:0 0 0 2px var(--gold);flex-shrink:0}.timeline__content{max-width:160px}.timeline__time{display:block;font-weight:600;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:4px}.timeline__content p{font-size:.85rem;color:var(--muted);margin-bottom:0}.timeline__line{flex:1;height:1px;background:var(--border);margin-bottom:40px;max-width:80px}@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:32px}.timeline{flex-direction:column;padding:28px 24px;gap:16px}.timeline__line{width:1px;height:40px;max-width:none;margin-bottom:0}}.ingredients-section{background:var(--off-white)}.ingredient-list{display:flex;flex-direction:column;gap:24px;margin-top:24px}.ingredient-item{display:flex;gap:16px;align-items:flex-start}.ingredient-item__icon{width:40px;height:40px;border-radius:50%;background:var(--gold-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--gold)}.ingredient-item h4{margin-bottom:4px;color:var(--dark);font-size:.95rem}.ingredient-item p{font-size:.88rem;color:var(--muted);margin-bottom:0;line-height:1.55}.ingredients-labels{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:space-around;padding:40px 20px}.ingredient-label{background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);border-radius:40px;padding:8px 18px;font-size:.8rem;font-weight:600;color:var(--gold-dark);letter-spacing:.06em;text-transform:uppercase;align-self:flex-start;box-shadow:var(--shadow-sm)}.ingredient-label--2{align-self:center}.ingredient-label--3{align-self:flex-end}.comparison-section{background:var(--cream)}.comparison-table-wrap{overflow-x:auto;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-bottom:40px}.comparison-table{width:100%;border-collapse:collapse;background:var(--white);font-size:.9rem}.comparison-table thead th{padding:18px 20px;text-align:center;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:var(--dark);color:#fff9;border-bottom:2px solid var(--border)}.comparison-table thead th.comparison-table__purlume{background:var(--gold);color:var(--white)}.comparison-table thead th.comparison-table__feature{text-align:left;background:var(--dark);color:#fff6;width:35%}.comparison-table tbody td{padding:16px 20px;text-align:center;border-bottom:1px solid var(--border);color:var(--text)}.comparison-table tbody td:first-child{text-align:left;font-weight:500;color:var(--dark)}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:nth-child(odd){background:var(--off-white)}.comparison-table td.comparison-table__purlume{background:linear-gradient(to bottom,#FDF8EE,var(--white))}.comparison-table tbody tr:nth-child(odd) td.comparison-table__purlume{background:linear-gradient(to bottom,#faf3e0,#fdf8ee)}.check{font-size:.9rem;font-weight:600}.check.yes{color:var(--gold);font-size:1.1rem}.check.no{color:var(--red-x)}.check.partial{color:var(--muted);font-size:.8rem;font-style:italic}.comparison-cta{text-align:center}.comparison-cta .btn{min-width:280px}.comparison-cta__sub{margin-top:12px;font-size:.8rem;color:var(--muted);letter-spacing:.06em;margin-bottom:0}.reviews-section{background:var(--off-white)}.reviews-header{text-align:center;margin-bottom:3rem}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.review-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);padding:24px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s,transform .2s}.review-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.review-card--featured{background:var(--cream);border:1px solid var(--gold-pale);padding:0}.review-card__media{border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;position:relative;background:var(--cream-dark);aspect-ratio:4 / 3}.review-card__img,.review-card__video{width:100%;height:100%;object-fit:cover;display:block}.review-card__body{padding:20px}.review-card--featured .review-card__body{padding:16px 20px 20px}.review-card__top{display:flex;align-items:center;gap:12px;margin-bottom:12px}.review-card__result{display:inline-block;background:var(--gold-pale);color:var(--gold-dark);font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:4px 10px;border-radius:20px;margin-top:10px}.review-card--featured .review-card__avatar,.review-card--featured .review-card__stars,.review-card--featured .review-card__text,.review-card--featured .review-card__author{padding:0 24px}.review-card--featured .review-card__author{padding-bottom:24px}.review-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,var(--gold-light),var(--gold));color:var(--white);font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-card__stars{color:var(--gold);font-size:.9rem;letter-spacing:2px}.review-card__text{font-size:.875rem;color:var(--text);line-height:1.6;font-style:italic;flex:1;margin-bottom:0}.review-card__author{display:flex;flex-direction:column;gap:2px;margin-top:auto}.review-card__author strong{font-size:.85rem;color:var(--dark)}.review-card__author span{font-size:.75rem;color:var(--muted)}.reviews-total{text-align:center;margin-top:40px;font-size:.85rem;color:var(--muted);letter-spacing:.04em}@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.reviews-grid{grid-template-columns:1fr}}.guarantee-section{background:var(--dark);padding:80px 0}.guarantee-card{display:flex;align-items:center;gap:60px;max-width:800px;margin:0 auto}.guarantee-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center}.guarantee-content h2{color:var(--white);font-size:clamp(1.5rem,3vw,2.2rem);margin-bottom:16px}.guarantee-content p{font-size:.95rem;color:#ffffffa6;line-height:1.7}.guarantee-content strong{color:var(--gold-light)}@media(max-width:700px){.guarantee-card{flex-direction:column;gap:32px;text-align:center}}.final-cta-section{background:var(--cream)}.final-cta__text h2{margin-bottom:16px}.final-cta__price{font-size:1rem;color:var(--muted);margin-bottom:24px}.final-cta__price strong{color:var(--gold);font-size:1.2rem}.final-cta__sub{margin-top:14px;font-size:.8rem;color:var(--muted);letter-spacing:.06em;margin-bottom:0}.faq-section{background:var(--off-white)}.faq-list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;background:var(--white);box-shadow:var(--shadow-sm)}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;text-align:left;font-family:var(--sans);font-size:.95rem;font-weight:500;color:var(--dark);cursor:pointer;transition:background .15s,color .15s;background:transparent}.faq-item__q:hover{background:var(--cream);color:var(--gold-dark)}.faq-item__q[aria-expanded=true]{color:var(--gold);background:var(--cream)}.faq-item__icon{font-size:1.4rem;font-weight:300;color:var(--gold);flex-shrink:0;line-height:1;transition:transform .25s}.faq-item__q[aria-expanded=true] .faq-item__icon{transform:rotate(45deg)}.faq-item__a{display:none;padding:0 24px 20px;font-size:.9rem;color:var(--muted);line-height:1.7;background:var(--cream)}.faq-item__a.is-open{display:block}.faq-item__a p{margin-bottom:0}.footer{background:var(--dark);padding:64px 0 32px}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:60px;margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}.footer__logo{font-family:var(--serif);font-size:1.6rem;font-weight:700;letter-spacing:.15em;color:var(--white);display:block;margin-bottom:12px}.footer__tagline{font-size:.85rem;color:#fff6;font-style:italic;line-height:1.5;margin-bottom:20px}.footer__social{display:flex;gap:12px}.footer__social-link{font-size:.75rem;font-weight:600;letter-spacing:.1em;color:#fff6;border:1px solid rgba(255,255,255,.15);padding:6px 12px;border-radius:var(--radius);transition:all .2s}.footer__social-link:hover{color:var(--gold-light);border-color:var(--gold)}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.footer__col h4{font-family:var(--sans);font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px}.footer__col a{display:block;font-size:.85rem;color:#ffffff8c;margin-bottom:10px;transition:color .2s}.footer__col a:hover{color:var(--gold-light)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer__bottom p{font-size:.78rem;color:#ffffff40;margin-bottom:0}.footer__legal{display:flex;gap:20px}.footer__legal a{font-size:.78rem;color:#ffffff40;transition:color .2s}.footer__legal a:hover{color:#fff9}@media(max-width:768px){.footer__top{grid-template-columns:1fr;gap:40px}.footer__links{grid-template-columns:repeat(2,1fr)}.footer__bottom{flex-direction:column;align-items:flex-start}}.section-video-wrap{width:100%;border-radius:var(--radius-lg);overflow:hidden;position:relative;background:var(--dark)}.section-video{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-lg);min-height:420px}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;transition:opacity .3s ease}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 32px #0000001f}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}body.drawer-open{overflow:hidden}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--serif);font-size:1.4rem;font-weight:600;color:var(--dark);display:flex;align-items:center;gap:8px;margin:0}.cart-drawer__badge{background:var(--gold);color:#fff;font-family:var(--sans);font-size:.75rem;font-weight:600;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__close{background:none;border:none;cursor:pointer;color:var(--dark);padding:6px;border-radius:50%;display:flex;transition:background .2s}.cart-drawer__close:hover{background:var(--cream-dark)}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 24px}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:20px;color:var(--muted);font-size:1rem;text-align:center;padding:60px 0}.cart-drawer__keep-shopping{font-size:.9rem}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:14px;align-items:start;padding:16px 0;border-bottom:1px solid var(--border)}.cart-drawer__item:last-child{border-bottom:none}.cart-drawer__item-img img{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);display:block}.cart-drawer__item-title{font-family:var(--serif);font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:3px}.cart-drawer__item-variant{font-size:.8rem;color:var(--muted);margin-bottom:4px}.cart-drawer__item-plan{font-size:.75rem;color:var(--gold);font-weight:600;margin-bottom:4px}.cart-drawer__item-price{font-size:.85rem;color:var(--muted);margin-bottom:10px}.cart-drawer__item-qty{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:var(--radius);width:fit-content;overflow:hidden}.cart-drawer__qty-btn{background:none;border:none;width:30px;height:30px;cursor:pointer;font-size:1.1rem;color:var(--dark);display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-drawer__qty-btn:hover{background:var(--cream-dark)}.cart-drawer__qty-val{min-width:30px;text-align:center;font-size:.9rem;font-weight:500;border-left:1px solid var(--border);border-right:1px solid var(--border);line-height:30px}.cart-drawer__item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-drawer__item-total{font-family:var(--serif);font-size:1rem;font-weight:600;color:var(--dark)}.cart-drawer__remove{background:none;border:none;font-size:.75rem;color:var(--muted);cursor:pointer;text-decoration:underline;padding:0}.cart-drawer__remove:hover{color:var(--dark)}.cart-drawer__footer{padding:20px 24px;border-top:1px solid var(--border);flex-shrink:0;background:var(--cream)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px;font-weight:500;font-size:1rem;color:var(--dark)}.cart-drawer__subtotal-price{font-family:var(--serif);font-size:1.3rem;font-weight:700}.cart-drawer__tax-note{font-size:.78rem;color:var(--muted);margin-bottom:16px}.cart-drawer__checkout-btn{margin-bottom:12px;font-size:1rem;border-radius:50px;padding:16px}.cart-drawer__view-cart{display:block;text-align:center;font-size:.82rem;color:var(--muted);text-decoration:underline}.cart-drawer__view-cart:hover{color:var(--dark)}.cart-drawer__savings{display:flex;justify-content:space-between;align-items:center;background:#f0faf4;border:1px solid #b7e4c7;border-radius:var(--radius);padding:8px 12px;margin-bottom:10px;font-size:.85rem;font-weight:500;color:#1a7a3c}.cart-drawer__savings-amount{font-weight:700}.cart-drawer__discount-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.cart-drawer__discount-tag{background:var(--gold-pale);color:var(--gold-dark);font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:20px}.cart-drawer__shipping-bar{padding:10px 24px 14px;border-bottom:1px solid var(--border);background:var(--cream)}.cart-drawer__shipping-msg{font-size:.82rem;color:var(--text);margin-bottom:8px}.cart-drawer__shipping-msg strong{color:var(--dark)}.cart-drawer__shipping-track{height:5px;background:var(--border);border-radius:99px;overflow:hidden}.cart-drawer__shipping-fill{height:100%;background:var(--gold);border-radius:99px;transition:width .4s ease}.cart-drawer__shipping-fill.is-done{background:#2ecc71}.cart-drawer__protection{padding:12px 24px;border-bottom:1px solid var(--border);background:#fafafa}.cart-drawer__protection-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.85rem;color:var(--dark)}.cart-drawer__protection-check{width:16px;height:16px;accent-color:var(--gold);flex-shrink:0}.cart-drawer__protection-text{display:flex;align-items:center;gap:6px;flex:1;color:var(--text)}.cart-drawer__protection-text svg{color:var(--gold);flex-shrink:0}.cart-drawer__protection-price{font-weight:600;color:var(--dark);white-space:nowrap}.cart-drawer__upsell{padding:14px 24px 16px;border-bottom:1px solid var(--border);background:var(--cream)}.cart-drawer__upsell-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.cart-drawer__upsell-heading{font-family:var(--serif);font-size:.88rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--dark);margin:0}.cart-drawer__carousel-dots{display:flex;gap:5px;align-items:center}.cart-drawer__carousel-dot{width:7px;height:7px;border-radius:50%;border:none;background:var(--border);cursor:pointer;padding:0;transition:background .2s,transform .2s}.cart-drawer__carousel-dot.is-active{background:var(--gold);transform:scale(1.3)}.cart-drawer__carousel{display:flex;align-items:center;gap:6px}.cart-drawer__carousel-wrap{flex:1;overflow:hidden;min-width:0}.cart-drawer__carousel-track{display:flex;transition:transform .32s cubic-bezier(.4,0,.2,1)}.cart-drawer__carousel-slide{min-width:100%;display:flex;align-items:center;gap:12px;padding:2px 0}.cart-drawer__carousel-btn{background:#fff;border:1px solid var(--border);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s;color:var(--dark)}.cart-drawer__carousel-btn:hover{background:var(--cream-dark);border-color:var(--gold);color:var(--gold)}.cart-drawer__upsell-img{width:64px;height:64px;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.cart-drawer__upsell-info{flex:1;min-width:0}.cart-drawer__upsell-title{font-size:.85rem;font-weight:600;color:var(--dark);margin-bottom:3px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-drawer__upsell-price{font-size:.82rem;color:var(--gold-dark);font-weight:600}.cart-drawer__upsell-compare{font-size:.78rem;color:var(--muted);margin-left:4px}.btn--dark{background:var(--dark);color:#fff;border:none;padding:8px 14px;font-size:.82rem;font-weight:600;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:background .2s;flex-shrink:0}.btn--dark:hover{background:#333}.cart-drawer__extras{border-bottom:1px solid var(--border)}.cart-drawer__extra-tab{width:100%;display:flex;align-items:center;gap:8px;padding:13px 24px;background:none;border:none;border-top:1px solid var(--border);cursor:pointer;font-family:var(--sans);font-size:.85rem;font-weight:500;color:var(--text);text-align:left;transition:background .15s}.cart-drawer__extra-tab:first-child{border-top:none}.cart-drawer__extra-tab:hover{background:var(--cream)}.cart-drawer__extra-tab svg:first-child{color:var(--muted);flex-shrink:0}.cart-drawer__extra-tab span{flex:1}.cart-drawer__extra-chevron{color:var(--muted);transition:transform .2s;flex-shrink:0}.cart-drawer__extra-tab.is-active .cart-drawer__extra-chevron{transform:rotate(180deg)}.cart-drawer__extra-body{display:none;padding:0 24px 16px;background:#fafafa}.cart-drawer__extra-body.is-open{display:block}.cart-drawer__note-input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--sans);font-size:.85rem;resize:vertical;margin-bottom:10px;box-sizing:border-box}.cart-drawer__note-save{font-size:.85rem;padding:8px 20px}.cart-drawer__discount-row{display:flex;gap:8px;margin-bottom:8px}.cart-drawer__discount-input{flex:1;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--sans);font-size:.85rem}.cart-drawer__discount-apply{font-size:.85rem;padding:8px 16px;white-space:nowrap}.cart-drawer__discount-msg{font-size:.8rem;color:var(--muted)}.cart-drawer__shipping-note{font-size:.82rem;color:var(--muted);margin-bottom:8px}.cart-drawer__shipping-link{font-size:.82rem;color:var(--gold-dark);text-decoration:underline}.cart-drawer__item-original{color:var(--muted);font-size:.82rem}.cart-drawer__item-img-placeholder{width:80px;height:80px;background:var(--cream-dark);border-radius:var(--radius)}.cart-section{padding:60px 0 100px}.cart__title{font-family:var(--serif);font-size:2.4rem;font-weight:600;color:var(--dark);margin-bottom:40px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cart__empty{text-align:center;padding:80px 0}.cart__empty-msg{font-size:1.1rem;color:var(--muted);margin-bottom:24px}.cart__items{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.cart__item{display:grid;grid-template-columns:100px 1fr auto;gap:20px;align-items:start;padding-bottom:24px;border-bottom:1px solid var(--border)}.cart__img{width:100px;height:100px;object-fit:cover;border-radius:var(--radius);display:block}.cart__item-title{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--dark);display:block;margin-bottom:4px}.cart__item-title:hover{color:var(--gold)}.cart__item-variant{font-size:.85rem;color:var(--muted);margin-bottom:6px}.cart__item-price{font-size:.9rem;color:var(--muted);margin-bottom:12px}.cart__item-qty-row{display:flex;align-items:center;gap:10px}.cart__qty-label{font-size:.85rem;color:var(--muted)}.cart__qty-input{width:60px;padding:6px 8px;border:1px solid var(--border);border-radius:var(--radius);font-family:var(--sans);font-size:.9rem;text-align:center}.cart__item-line-total{font-family:var(--serif);font-size:1.1rem;font-weight:600;color:var(--dark);white-space:nowrap}.cart__actions{margin-bottom:32px}.cart__update-btn{padding:10px 24px;font-size:.9rem}.cart__summary{max-width:420px;margin-left:auto;background:var(--cream-dark);border-radius:var(--radius-lg);padding:32px}.cart__subtotal-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.cart__subtotal-label{font-size:1rem;font-weight:500;color:var(--dark)}.cart__subtotal-price{font-family:var(--serif);font-size:1.4rem;font-weight:700;color:var(--dark)}.cart__tax-note{font-size:.8rem;color:var(--muted);margin-bottom:24px}.cart__checkout-btn{margin-bottom:16px;font-size:1rem}.cart__continue-link{display:block;text-align:center;font-size:.85rem;color:var(--muted)}.cart__continue-link:hover{color:var(--gold)}@media(max-width:640px){.cart__item{grid-template-columns:80px 1fr}.cart__item-line-total{grid-column:2}.cart__summary{max-width:100%}}.text-gold{color:var(--gold)}.text-muted{color:var(--muted)}.text-center{text-align:center}.mt-0{margin-top:0}.mb-0{margin-bottom:0}@media(max-width:480px){:root{--pad-x: 16px}*{max-width:100%}img,video,iframe,table{max-width:100%}.hero{padding:32px 0 48px}.hero__inner{gap:28px}.hero__title{font-size:1.75rem}.hero__subtitle{font-size:.9rem;margin-bottom:20px}.hero__info{overflow:hidden;word-break:break-word}.hero__thumb{width:58px;height:58px;flex-shrink:0}.pkg-option__card{padding:12px 14px}.pkg-option__qty{font-size:.88rem}.pkg-option__save{font-size:.68rem;padding:2px 6px}.pkg-option__price{font-size:.9rem}.pkg-option__original{font-size:.72rem}.hero__cta{padding:15px 20px;font-size:.88rem}.trust-badges{gap:10px}.trust-badge{font-size:.72rem}.nav__inner{height:60px}.nav__logo{font-size:1.35rem}.nav__logo-img{height:30px}section{padding:48px 0}.section-title{font-size:clamp(1.5rem,6vw,2rem)}.split-section{gap:32px}.stat-circle__inner{width:130px;height:130px}.stat-circle__number{font-size:2rem}.comparison-table-wrap{margin-left:calc(-1 * var(--pad-x));margin-right:calc(-1 * var(--pad-x));border-radius:0}.review-card{font-size:.88rem}.guarantee-badge svg{width:80px;height:80px}.faq-item__q{font-size:.9rem;padding:16px 0}.cart-drawer__panel{max-width:100%}}.before-after-section{padding:80px 0;background:var(--cream)}.before-after__header{text-align:center;margin-bottom:48px}.ba-slider{position:relative;overflow:hidden;border-radius:var(--radius-lg);cursor:ew-resize;user-select:none;-webkit-user-select:none;max-width:520px;margin:0 auto 2rem;box-shadow:0 8px 40px #00000024;touch-action:none}.ba-slider__before{display:block;width:100%}.ba-slider__before img{display:block;width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover}.ba-slider__before .img-placeholder{aspect-ratio:3 / 4}.ba-slider__after{position:absolute;top:0;right:0;bottom:0;left:0;clip-path:inset(0 50% 0 0)}.ba-slider__after img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.ba-slider__after .img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.ba-slider__handle{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:48px;z-index:10;pointer-events:none}.ba-slider__line{position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:2px;background:#fffffff2;box-shadow:0 0 8px #00000059}.ba-slider__btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 16px #00000038;color:var(--dark)}.ba-slider__label{position:absolute;top:14px;z-index:8;font-family:var(--sans);font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:4px 12px;border-radius:20px;pointer-events:none}.ba-slider__label--before{left:14px;background:#0000008c;color:#fff}.ba-slider__label--after{right:14px;background:var(--gold);color:#fff}.ba-slider__caption{position:absolute;bottom:14px;z-index:8;font-family:var(--sans);font-size:.72rem;color:#fff;background:#0000008c;padding:4px 10px;border-radius:12px;pointer-events:none;max-width:44%;line-height:1.3}.ba-slider__caption--before{left:14px}.ba-slider__caption--after{right:14px}.before-after__result-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px;color:var(--gold-dark);font-size:.9rem;font-weight:600}.before-after__result-note svg{color:var(--gold);flex-shrink:0}.before-after__disclaimer{text-align:center;font-size:.75rem;color:var(--muted);margin-top:14px;max-width:520px;margin-left:auto;margin-right:auto}.scent-section{background:var(--off-white);padding:80px 0}.scent-section__eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:10px}.scent-notes{display:flex;flex-direction:column;gap:0;margin:28px 0;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.scent-note{display:flex;align-items:baseline;gap:16px;padding:14px 20px;border-bottom:1px solid var(--border)}.scent-note:last-child{border-bottom:none}.scent-note__label{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--gold-dark);min-width:44px;flex-shrink:0}.scent-note__text{font-size:.92rem;color:var(--text)}.scent-section__layer{display:flex;align-items:flex-start;gap:10px;background:var(--gold-pale);border-radius:var(--radius);padding:14px 16px;font-size:.88rem;color:var(--gold-dark);font-weight:500;margin-bottom:16px}.scent-section__layer svg{flex-shrink:0;margin-top:2px;color:var(--gold)}.scent-section__trend{font-size:.82rem;font-style:italic;color:var(--muted);padding-top:4px}.skin-tones-section{background:var(--dark);padding:80px 0;color:var(--cream)}.skin-tones__header{text-align:center;margin-bottom:16px}.skin-tones__header h2{color:var(--cream)}.skin-tones__subtitle{color:#faf7f2b3}.skin-tones__stat-bar{text-align:center;margin-bottom:48px}.skin-tones__stat{display:inline-block;font-size:.8rem;font-weight:500;color:var(--gold-light);background:#c4973c1f;border:1px solid rgba(196,151,60,.3);padding:8px 20px;border-radius:20px;letter-spacing:.03em}.skin-tones__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.skin-tone-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column}.skin-tone-card__img-wrap{width:100%;aspect-ratio:1 / 1;overflow:hidden}.skin-tone-card__img{width:100%;height:100%;object-fit:cover;display:block}.skin-tone-card__label{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);margin:16px 16px 4px}.skin-tone-card__result{font-size:.78rem;font-weight:600;color:var(--gold-light);background:#c4973c26;margin:0 16px 10px;padding:5px 10px;border-radius:4px;display:inline-block}.skin-tone-card__quote{font-size:.88rem;color:#faf7f2d9;font-style:italic;line-height:1.6;padding:0 16px 12px;flex:1}.skin-tone-card__author{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid rgba(255,255,255,.08)}.skin-tone-card__author strong{font-size:.82rem;color:var(--cream)}.skin-tone-card__author .stars{color:var(--gold);font-size:.72rem;letter-spacing:1px}.skin-tones__disclaimer{text-align:center;font-size:.75rem;color:#faf7f266;margin-top:32px}@media(max-width:900px){.skin-tones__grid{grid-template-columns:1fr 1fr}}@media(max-width:580px){.skin-tones__grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/purlume.css.map */
