:root{--cream: #F4EBDA;--cream-50: #FBF6EC;--cream-200: #EBDFC8;--orange: #E2701D;--gold: #EFA72E;--ember: #C23A22;--oxblood: #4E1E1B;--espresso: #2A1A14;--coral: #EA8A57;--avocado: #84813F;--sky: #AEC4D2;--orange-700: #B4520E;--orange-600: #CC5F14;--orange-500: #E2701D;--orange-400: #EC8B45;--orange-200: #F4C39C;--ember-700: #97271A;--ember-600: #AE3020;--ember-500: #C23A22;--oxblood-900:#36130F;--oxblood-800:#4E1E1B;--oxblood-700:#642A24;--oxblood-600:#7C3A30;--text-strong: #2A1A14;--text-body: #2A1A14;--text-muted: #6E5043;--text-on-dark: #F4EBDA;--text-on-dark-muted: #C9A99B;--text-accent: #E2701D;--surface-page: #F4EBDA;--surface-card: #FBF6EC;--surface-sand: #EBDFC8;--surface-deep: #4E1E1B;--border-on-light: rgba(42,26,20,.14);--border-on-dark: rgba(244,235,218,.18);--accent: #E2701D;--accent-hover: #CC5F14;--accent-press: #B4520E;--focus-ring: #E2701D;--grad-sky: linear-gradient(180deg, #EFA72E 0%, #E2701D 32%, #C23A22 62%, #4E1E1B 100%);--grad-sun: radial-gradient(120% 82% at 50% -8%, #EFA72E 0%, #E2701D 26%, #7C3A30 56%, #4E1E1B 100%);--grad-sunset: linear-gradient(135deg, #EFA72E 0%, #E2701D 44%, #C23A22 100%);--sundwn-espresso: #2A1A14;--sundwn-amber: #E2701D;--sundwn-amber-light: #EC8B45;--sundwn-bone: #F4EBDA;--sundwn-cream: #F4EBDA;--sundwn-grad-header: var(--grad-sky);--font-display: "Instrument Serif", Georgia, "Times New Roman", serif;--font-body: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 48px;--space-8: 64px;--space-9: 96px;--space-10: 128px;--space-xs: 8px;--space-sm: 16px;--space-md: 24px;--space-lg: 48px;--space-xl: 72px;--space-2xl: 96px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-xl: 28px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(51,39,31,.07), 0 1px 3px rgba(51,39,31,.09);--shadow-md: 0 5px 16px rgba(51,39,31,.1), 0 2px 5px rgba(51,39,31,.07);--shadow-lg: 0 20px 44px rgba(51,39,31,.16), 0 7px 16px rgba(51,39,31,.09);--container-max: 1200px;--container-narrow: 760px;--container-pad: 24px;--gutter: clamp(20px, 5vw, 80px);--ease-standard: cubic-bezier(.22, .61, .36, 1);--dur-fast: .14s;--dur-base: .24s;--dur-slow: .42s}.skip-to-content{position:absolute;top:-100%;left:16px;z-index:9999;background:var(--espresso);color:var(--cream);padding:8px 16px;border-radius:var(--radius-md);font-family:var(--font-body);font-size:14px;font-weight:600;text-decoration:none;transition:top .1s}.skip-to-content:focus{top:8px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--surface-page);color:var(--text-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.sundwn-eyebrow{display:inline-block;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:12px}.sundwn-headline{font-family:var(--font-display);font-size:clamp(36px,4.2vw,60px);font-weight:400;line-height:1.1;color:var(--text-strong)}.sundwn-headline em{font-style:italic;color:var(--accent)}.section-dark .sundwn-headline{color:var(--text-on-dark)}.sundwn-body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--text-body)}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--accent);color:#fff;padding:15px 28px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:15px;font-weight:700;border:none;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard);text-decoration:none;text-align:center;white-space:nowrap}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-primary:active{background:var(--accent-press);transform:none}.btn-secondary{display:inline-flex;align-items:center;background:transparent;color:var(--text-strong);border:1px solid var(--border-on-light);padding:15px 28px;border-radius:var(--radius-pill);font-family:var(--font-body);font-size:15px;font-weight:600;cursor:pointer;transition:border-color var(--dur-fast) var(--ease-standard);text-decoration:none;text-align:center;white-space:nowrap}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.sundwn-announcement-bar{background:var(--oxblood);color:var(--cream);text-align:center;padding:10px var(--container-pad);font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.5px}.sundwn-announcement-bar a{color:var(--gold);text-decoration:underline;margin-left:4px;font-weight:700}.sundwn-section-nav{position:sticky;top:0;z-index:1000;margin-bottom:-68px}.sundwn-nav{background:transparent;padding:0 clamp(20px,5vw,48px);display:flex;align-items:center;justify-content:space-between;height:68px;transition:background var(--dur-base) var(--ease-standard),border-color var(--dur-base) var(--ease-standard);border-bottom:1px solid transparent}.sundwn-nav.nav-scrolled{background:var(--oxblood);border-bottom-color:#ffffff0f}.sundwn-nav-logo{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.sundwn-nav-wordmark{font-family:var(--font-display);font-size:26px;font-weight:400;font-style:normal;color:var(--sundwn-cream);line-height:1}.sundwn-nav-links{display:flex;gap:28px;list-style:none}.sundwn-nav-links a{color:#f4ebdad1;text-decoration:none;font-family:var(--font-body);font-size:14px;font-weight:500;transition:color .2s}.sundwn-nav-links a:hover{color:var(--sundwn-cream)}.sundwn-nav-right{display:flex;align-items:center;gap:16px}.sundwn-nav-cta{background:var(--sundwn-cream);color:#2a1a14;padding:10px 22px;border-radius:999px;font-family:var(--font-body);font-size:14px;font-weight:700;text-decoration:none;transition:background .2s;white-space:nowrap}.sundwn-nav-cta:hover{background:#fff}.sundwn-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}.sundwn-hamburger span{display:block;width:22px;height:2px;background:var(--sundwn-cream);border-radius:2px;transition:transform .2s,opacity .2s}.sundwn-mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:var(--sundwn-espresso);z-index:1100;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:48px 24px}.sundwn-mobile-menu.open{display:flex}.sundwn-mobile-menu a{font-family:var(--font-display);font-size:28px;color:var(--sundwn-cream);letter-spacing:1px;text-decoration:none}.sundwn-mobile-menu-close{position:absolute;top:24px;right:24px;background:none;border:none;color:var(--sundwn-cream);font-size:28px;cursor:pointer;line-height:1}.sundwn-hero{background:var(--sundwn-grad-header);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;color:var(--sundwn-cream)}.sundwn-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;opacity:.4;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.75'/%3E%3C/filter%3E%3C/svg%3E")}.sundwn-hero-inner{width:100%;max-width:var(--container-max);margin:0 auto;padding:clamp(96px,12vh,140px) var(--container-pad) clamp(60px,8vh,100px);display:flex;align-items:center;justify-content:space-between;gap:48px;position:relative;z-index:1}.sundwn-hero-content{max-width:600px}.sundwn-hero-eyebrow{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#f4ebdab3;margin-bottom:20px;display:block}.sundwn-hero-headline{font-family:var(--font-display);font-size:clamp(48px,7vw,88px);font-weight:400;line-height:1.02;color:#fff;letter-spacing:-.5px;margin-bottom:24px}.sundwn-hero-headline em{font-style:italic;color:var(--gold);text-shadow:0 2px 18px rgba(0,0,0,.4),0 1px 3px rgba(0,0,0,.3)}.sundwn-hero-subheadline{font-family:var(--font-body);font-size:17px;color:#f4ebdad1;line-height:1.65;max-width:480px;margin-bottom:12px}.sundwn-hero-ingredients{font-family:var(--font-body);font-size:12px;font-weight:500;letter-spacing:1.5px;color:#f4ebda8c;text-transform:uppercase;margin-bottom:36px}.sundwn-hero-cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px}.sundwn-hero-btn{display:inline-block;padding:15px 28px;border-radius:999px;font-family:var(--font-body);font-size:15px;font-weight:700;text-decoration:none;transition:background .2s,border-color .2s;white-space:nowrap}.sundwn-hero-btn--cream{background:var(--sundwn-cream);color:#2a1a14}.sundwn-hero-btn--cream:hover{background:#fff}.sundwn-hero-btn--ghost{background:transparent;color:var(--sundwn-cream);border:1px solid rgba(255,255,255,.5)}.sundwn-hero-btn--ghost:hover{border-color:#ffffffe6}.sundwn-hero-trust{font-family:var(--font-body);font-size:13px;color:#f4ebda99;letter-spacing:.3px}.sundwn-hero-trust-check{color:#f4ebdacc;margin-right:4px}.sundwn-hero-product-visual{flex-shrink:0;width:480px;position:relative;z-index:1}.sundwn-hero-product-img{border-radius:var(--radius-lg);box-shadow:0 24px 80px #0006,0 0 60px #efa72e26;width:100%;height:auto;-webkit-mask-image:radial-gradient(ellipse 74% 80% at center,#000 58%,transparent 100%);mask-image:radial-gradient(ellipse 74% 80% at center,#000 58%,transparent 100%)}.sundwn-ticker{background:var(--oxblood);padding:0;height:44px;overflow:hidden;display:flex;align-items:center;white-space:nowrap}.sundwn-ticker-track{display:inline-flex;align-items:center;animation:sundwn-ticker-scroll 30s linear infinite}.sundwn-ticker-item{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--text-on-dark);padding:0 24px}.sundwn-ticker-dot{color:var(--gold);opacity:.6;padding:0 4px}@keyframes sundwn-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sundwn-proof-bar{background:var(--surface-page);padding:40px 0;border-bottom:1px solid var(--border-on-light)}.sundwn-proof-bar-inner{display:flex;justify-content:center;align-items:stretch;gap:0;flex-wrap:wrap}.sundwn-proof-item{display:flex;align-items:center;gap:16px;padding:12px 40px;font-family:var(--font-body);font-size:14px;color:var(--text-body)}.sundwn-proof-item+.sundwn-proof-item{border-left:1px solid var(--border-on-light)}.sundwn-proof-icon{font-size:24px;color:var(--gold);flex-shrink:0}.sundwn-proof-text{display:flex;flex-direction:column;gap:2px}.sundwn-proof-number{font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--text-strong);line-height:1}.sundwn-proof-label{font-family:var(--font-body);font-size:13px;color:var(--text-muted);line-height:1.3}.sundwn-press{background:var(--surface-sand);padding:32px 0;border-bottom:1px solid var(--border-on-light)}.sundwn-press-inner{display:flex;align-items:center;justify-content:center;gap:48px;flex-wrap:wrap}.sundwn-press-label{font-family:var(--font-body);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}.sundwn-press-logo{font-family:var(--font-body);font-size:14px;font-weight:700;color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;transition:color var(--dur-fast) var(--ease-standard)}.sundwn-press-logo:hover{color:var(--text-strong)}.sundwn-press-logo img{filter:brightness(0) saturate(0);opacity:.35;height:20px;width:auto;transition:opacity var(--dur-fast) var(--ease-standard)}.sundwn-press-logo img:hover{opacity:.65}.sundwn-problem{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.sundwn-problem-cards{display:flex;flex-direction:column;gap:16px}.sundwn-problem-card{background:var(--surface-card);border-radius:var(--radius-md);padding:20px 24px;border-left:3px solid var(--orange);box-shadow:var(--shadow-sm)}.sundwn-problem-card-title{font-family:var(--font-body);font-size:14px;font-weight:700;color:var(--text-strong);margin-bottom:6px}.sundwn-problem-card-text{font-family:var(--font-body);font-size:13px;color:var(--text-muted);line-height:1.5}.sundwn-problem-stats{background:var(--grad-sky);border-radius:var(--radius-lg);padding:40px 28px;display:flex;gap:40px;justify-content:center;align-items:center;position:relative;overflow:hidden}.sundwn-stat-block{text-align:center;position:relative;z-index:1}.sundwn-stat-number{font-family:var(--font-display);font-size:52px;font-weight:400;color:#fff;line-height:1;margin-bottom:8px}.sundwn-stat-label{font-family:var(--font-body);font-size:13px;color:#f4ebdacc;line-height:1.5;max-width:180px;text-align:center}.sundwn-product-intro{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-product-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sundwn-product-intro-visual{background:var(--grad-sky);border-radius:var(--radius-xl);min-height:480px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:var(--shadow-lg)}.sundwn-product-jar{width:180px;height:220px;background:#2a1a14b3;border-radius:90px 90px 70px 70px;border:1px solid rgba(244,235,218,.25);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;position:relative;z-index:1;box-shadow:0 20px 60px #0000004d}.sundwn-jar-logo{font-family:var(--font-display);font-size:22px;color:var(--cream);letter-spacing:4px}.sundwn-jar-sub{font-family:var(--font-body);font-size:8px;color:#f4ebda80;letter-spacing:2px;text-transform:uppercase}.sundwn-jar-count{font-family:var(--font-body);font-size:10px;color:var(--gold);letter-spacing:1px;margin-top:4px}.sundwn-product-intro-content .sundwn-headline{color:var(--text-strong)}.sundwn-product-intro-content .sundwn-body{color:var(--text-muted)}.sundwn-product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0}.sundwn-badge{background:#e2701d1a;border:1px solid rgba(226,112,29,.22);color:var(--orange-700);font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 14px;border-radius:var(--radius-pill)}.sundwn-pricing-block{background:var(--oxblood);border-radius:var(--radius-lg);padding:28px;margin-top:32px}.sundwn-price-display{display:flex;align-items:baseline;gap:12px;margin-bottom:8px}.sundwn-price-main{font-family:var(--font-display);font-size:48px;color:var(--cream)}.sundwn-price-original{font-family:var(--font-body);font-size:18px;color:var(--text-on-dark-muted);text-decoration:line-through}.sundwn-price-save{background:var(--orange);color:#fff;font-family:var(--font-body);font-size:11px;font-weight:700;padding:3px 10px;border-radius:var(--radius-pill);letter-spacing:.05em}.sundwn-price-per{font-family:var(--font-body);font-size:13px;color:var(--text-on-dark-muted);margin-bottom:20px}.sundwn-comparison{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-comparison-table-wrap{overflow-x:auto;margin-top:48px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.sundwn-comparison-table{width:100%;border-collapse:collapse;min-width:600px}.sundwn-comparison-table th{padding:20px 24px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-align:center}.sundwn-comparison-table th:first-child{text-align:left}.col-sundwn{background:var(--oxblood);color:var(--cream);border-left:3px solid var(--orange)}.col-wine{background:#4a4a4a;color:#ffffffb3}.col-mela{background:#6b6b6b;color:#ffffffb3}.col-label{background:var(--surface-card);color:var(--text-strong)}.sundwn-comparison-table td{padding:16px 24px;font-family:var(--font-body);font-size:14px;text-align:center;border-bottom:1px solid var(--border-on-light);background:var(--surface-card)}.sundwn-comparison-table td:first-child{text-align:left;font-weight:600;color:var(--text-strong);background:var(--surface-page)}.sundwn-comparison-table td.sundwn-col{background:#e2701d12;font-weight:600;color:var(--text-strong)}.cell-check{color:#2a5;font-size:18px}.cell-cross{color:#c33;font-size:18px}.cell-neutral{color:var(--text-muted);font-size:18px}.sundwn-ingredients{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-ingredients-header{text-align:center;margin-bottom:64px}.sundwn-ingredients-header .sundwn-headline{color:var(--text-strong)}.sundwn-ingredients-header p{font-family:var(--font-body);font-size:16px;color:var(--text-muted);max-width:520px;margin:16px auto 0;line-height:1.6}.sundwn-ingredients-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.sundwn-ingredient-card{background:var(--surface-card);border:1px solid var(--border-on-light);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-standard)}.sundwn-ingredient-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.sundwn-ingredient-number{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.2em;color:var(--accent);margin-bottom:12px;text-transform:uppercase}.sundwn-ingredient-name{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--text-strong);margin-bottom:8px;line-height:1.2}.sundwn-ingredient-dose{font-family:var(--font-body);font-size:12px;font-weight:700;color:var(--orange);letter-spacing:.05em;margin-bottom:12px}.sundwn-ingredient-benefit{font-family:var(--font-body);font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:16px}.sundwn-ingredient-study{font-family:var(--font-body);font-size:11px;color:var(--avocado);font-style:italic}.sundwn-ingredients-cta{text-align:center;margin-top:48px}.sundwn-ingredients-cta p{font-family:var(--font-body);font-size:12px;color:var(--text-muted);margin-top:12px;letter-spacing:.05em}.sundwn-how{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-how-header{text-align:center;margin-bottom:64px}.sundwn-steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}.sundwn-steps-grid:before{content:"";position:absolute;top:36px;left:calc(16.66% + 20px);right:calc(16.66% + 20px);height:1px;border-top:1px dashed rgba(226,112,29,.3);pointer-events:none}.sundwn-step-card{text-align:center;background:var(--surface-card);border-radius:var(--radius-lg);padding:40px 32px;box-shadow:var(--shadow-md);border:1px solid var(--border-on-light)}.sundwn-step-number{font-family:var(--font-display);font-size:48px;font-weight:400;color:var(--orange);line-height:1;margin-bottom:20px;display:block}.sundwn-step-title{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--text-strong);margin-bottom:12px}.sundwn-step-body{font-family:var(--font-body);font-size:14px;color:var(--text-muted);line-height:1.6}.sundwn-reviews{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-reviews-header{text-align:center;margin-bottom:16px}.sundwn-reviews-header .sundwn-headline{color:var(--text-strong)}.sundwn-reviews-aggregate{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:56px}.sundwn-reviews-big-number{font-family:var(--font-display);font-size:72px;font-weight:400;color:var(--text-strong);line-height:1}.sundwn-reviews-stars-big{color:var(--gold);font-size:28px;letter-spacing:4px}.sundwn-reviews-count{font-family:var(--font-body);font-size:13px;color:var(--text-muted)}.sundwn-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sundwn-review-card{background:var(--surface-card);border:1px solid var(--border-on-light);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-sm)}.sundwn-review-stars{color:var(--gold);font-size:14px;letter-spacing:2px;margin-bottom:14px}.sundwn-review-quote{font-family:var(--font-display);font-size:17px;font-style:italic;color:var(--text-strong);line-height:1.6;margin-bottom:20px}.sundwn-review-author{font-family:var(--font-body);font-size:12px;color:var(--text-muted);font-weight:600}.sundwn-review-verified{font-family:var(--font-body);font-size:11px;color:var(--avocado);margin-top:4px}.sundwn-reviews-footer{text-align:center;margin-top:40px}.sundwn-ritual{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-ritual-header{text-align:center;margin-bottom:48px}.sundwn-ritual-cta{text-align:center;margin-top:40px}.sundwn-ritual-pairs{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:#2a1a141f;border-radius:20px;overflow:hidden;max-width:700px;margin:0 auto;box-shadow:var(--shadow-md)}.sundwn-ritual-pair-pill{padding:20px 20px 22px;text-align:center;position:relative;z-index:1;background:var(--gold)}.sundwn-ritual-pair-pill--before,.sundwn-ritual-pair-pill--after{background:var(--gold)}.sundwn-ritual-pair-label{display:block;font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin-bottom:5px}.sundwn-ritual-pair-pill--before .sundwn-ritual-pair-label,.sundwn-ritual-pair-pill--after .sundwn-ritual-pair-label{color:var(--oxblood)}.sundwn-ritual-pair-sub{display:block;font-family:var(--font-display);font-size:20px;font-style:italic;font-weight:400;line-height:1.2}.sundwn-ritual-pair-pill--before .sundwn-ritual-pair-sub,.sundwn-ritual-pair-pill--after .sundwn-ritual-pair-sub{color:var(--oxblood)}.sundwn-ritual-cell{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;font-family:var(--font-body);font-size:14px;line-height:1.5}.sundwn-ritual-cell--before{background:var(--cream-50);color:var(--text-muted)}.sundwn-ritual-cell--after{background:var(--oxblood);color:#f4ebdad9}.sundwn-ritual-cell-icon{flex-shrink:0;margin-top:2px;width:14px;height:14px}.sundwn-ritual-cell--before .sundwn-ritual-cell-icon{color:#6e504366}.sundwn-ritual-cell--after .sundwn-ritual-cell-icon{color:var(--gold)}.sundwn-science{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-science-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sundwn-science-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sundwn-science-stat-card{background:var(--surface-card);border:1px solid var(--border-on-light);border-radius:var(--radius-lg);padding:28px 24px;text-align:center;box-shadow:var(--shadow-sm)}.sundwn-science-stat-icon{display:flex;justify-content:center;margin-bottom:12px;color:var(--orange);opacity:.85}.sundwn-science-stat-icon svg{width:28px;height:28px}.sundwn-science-stat-number{font-family:var(--font-display);font-size:42px;font-weight:400;color:var(--orange);line-height:1;margin-bottom:8px}.sundwn-science-stat-label{font-family:var(--font-body);font-size:12px;color:var(--text-muted);line-height:1.4}.sundwn-science-content .sundwn-body{margin-bottom:16px;color:var(--text-muted)}.sundwn-science-link{font-family:var(--font-body);font-size:13px;color:var(--accent);text-decoration:none;border-bottom:1px solid rgba(226,112,29,.35);padding-bottom:2px;display:inline-block;transition:border-color var(--dur-fast) var(--ease-standard)}.sundwn-science-link:hover{border-color:var(--accent)}.sundwn-founder{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-founder-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.sundwn-founder-photo{order:2}.sundwn-founder-content{order:1}.sundwn-founder-photo{background:var(--grad-sunset);border-radius:var(--radius-xl);min-height:420px;display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:12px;color:#f4ebda80;letter-spacing:.1em;text-transform:uppercase;overflow:hidden;box-shadow:var(--shadow-lg)}.sundwn-founder-photo img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius-xl)}.sundwn-founder-photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#f4ebda8c}.sundwn-founder-photo-placeholder-text{font-family:var(--font-body);font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.sundwn-founder-content .sundwn-headline{color:var(--text-strong)}.sundwn-founder-quote{font-family:var(--font-display);font-size:clamp(20px,2.6vw,29px);font-style:italic;color:var(--text-strong);line-height:1.38;margin:8px 0 28px;padding-left:0;border-left:none;position:relative}.sundwn-founder-quote:before{content:"\201c";display:block;font-family:var(--font-display);font-size:clamp(48px,8vw,76px);line-height:1;color:var(--gold);opacity:.55;margin-bottom:-14px}.sundwn-founder-body{font-family:var(--font-body);font-size:16px;color:var(--text-muted);line-height:1.7}.sundwn-offer{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-offer-header{text-align:center;margin-bottom:56px}.sundwn-offer-header p{font-family:var(--font-body);font-size:16px;color:var(--text-muted);margin-top:8px}.sundwn-buybox{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:900px;margin:0 auto;align-items:center}.sundwn-buybox-media{position:relative;border-radius:var(--radius-xl);overflow:hidden;background:var(--surface-sand);box-shadow:var(--shadow-lg);aspect-ratio:4 / 5}.sundwn-buybox-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sundwn-pdp-gallery{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sundwn-pdp-gallery::-webkit-scrollbar{display:none}.sundwn-pdp-gallery-slide{flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:100%;min-height:0;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always}.sundwn-pdp-gallery-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.sundwn-pdp-gallery-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:7px;z-index:2}.sundwn-pdp-gallery-dot{width:7px;height:7px;border-radius:50%;border:none;padding:0;cursor:pointer;background:#ffffff8c;box-shadow:0 0 0 1px #00000014;transition:background var(--dur-fast, .15s) var(--ease-standard, ease),transform var(--dur-fast, .15s) var(--ease-standard, ease)}.sundwn-pdp-gallery-dot.active{background:var(--oxblood, #4E1E1B);transform:scale(1.25)}.sundwn-pdp-gallery-dot:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-buybox-media-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text-muted)}.sundwn-buybox-media-placeholder-text{font-family:var(--font-body);font-size:12px;letter-spacing:.06em;text-transform:uppercase;opacity:.7}.sundwn-buybox-media-badge{position:absolute;top:16px;left:16px;background:var(--orange);color:#fff;font-family:var(--font-body);font-size:11px;font-weight:700;padding:5px 14px;border-radius:var(--radius-pill);letter-spacing:.06em;text-transform:uppercase}.sundwn-buybox-panel{display:flex;flex-direction:column}.sundwn-buybox-rating{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:13px;color:var(--text-muted);margin-bottom:10px}.sundwn-buybox-stars{color:var(--gold);letter-spacing:1px;font-size:14px}.sundwn-buybox-title{font-family:var(--font-display);font-size:clamp(24px,2.6vw,30px);font-weight:400;color:var(--text-strong);margin-bottom:18px}.sundwn-buybox-features{list-style:none;margin-bottom:20px}.sundwn-buybox-features li{font-family:var(--font-body);font-size:14px;color:var(--text-body);padding:5px 0;display:flex;align-items:center;gap:8px}.offer-fi{color:var(--orange)}.sundwn-buybox-price-row{display:flex;align-items:baseline;gap:10px}.sundwn-buybox-price-big{font-family:var(--font-display);font-size:44px;font-weight:400;line-height:1;color:var(--text-strong)}.sundwn-buybox-price-original{font-family:var(--font-body);font-size:18px;color:var(--text-muted);text-decoration:line-through}.sundwn-buybox-price-sub{font-family:var(--font-body);font-size:13px;color:var(--text-muted);margin:6px 0 22px}.sundwn-buybox-cta{width:100%;display:block;text-align:center}.sundwn-buybox-trust{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:20px;border-top:1px solid var(--border-on-light)}.sundwn-buybox-trust-item{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;text-align:center;color:var(--text-muted)}.sundwn-buybox-trust-item svg{color:var(--orange)}.sundwn-buybox-trust-item span{font-family:var(--font-body);font-size:11px;line-height:1.3}.sundwn-buybox-description{font-family:var(--font-body);font-size:14px;color:var(--text-muted);line-height:1.6;margin-top:20px;padding-top:20px;border-top:1px solid var(--border-on-light)}.sundwn-pdp-main .sundwn-eyebrow{display:block;margin-bottom:6px}.sundwn-pdp-main{padding-top:calc(var(--space-9) + 68px)}@media(max-width:900px){.sundwn-pdp-main{padding-top:calc(var(--space-7) + 68px)}}@media(max-width:900px){.sundwn-buybox{grid-template-columns:1fr;gap:28px;max-width:480px}}@media(max-width:480px){.sundwn-buybox-trust{flex-direction:column;align-items:stretch}.sundwn-buybox-trust-item{flex-direction:row;justify-content:flex-start;text-align:left}}.sundwn-guarantee-strip{text-align:center;margin-top:40px;font-family:var(--font-body);font-size:14px;color:var(--text-muted);display:flex;align-items:center;justify-content:center;gap:8px}.sundwn-faq{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-faq-grid{display:grid;grid-template-columns:1fr 2fr;gap:80px}.sundwn-faq-sidebar .sundwn-headline{font-size:36px}.sundwn-faq-sidebar .sundwn-body{margin-top:16px;color:var(--text-muted)}.sundwn-faq-sidebar .btn-primary{margin-top:32px}.sundwn-faq-list{list-style:none}.sundwn-faq-item{border-bottom:1px solid var(--border-on-light)}.sundwn-faq-question{width:100%;background:none;border:none;padding:20px 0;text-align:left;font-family:var(--font-body);font-size:15px;font-weight:600;color:var(--text-strong);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px;transition:color var(--dur-fast) var(--ease-standard)}.sundwn-faq-question:hover{color:var(--accent)}.sundwn-faq-question:after{content:"+";font-size:22px;color:var(--accent);flex-shrink:0;font-weight:400}.sundwn-faq-answer{font-family:var(--font-body);font-size:15px;color:var(--text-muted);line-height:1.7;padding-bottom:20px;display:none}.sundwn-faq-item.open .sundwn-faq-answer{display:block}.sundwn-faq-item.open .sundwn-faq-question:after{content:"\2212"}.sundwn-email-capture{background:var(--grad-sun);padding:var(--space-9) 0;position:relative;overflow:hidden}.sundwn-email-capture:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.4;mix-blend-mode:soft-light;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.75'/%3E%3C/filter%3E%3C/svg%3E")}.sundwn-email-capture-inner{display:flex;align-items:center;justify-content:space-between;gap:48px;flex-wrap:wrap;position:relative;z-index:1}.sundwn-email-headline{font-family:var(--font-display);font-size:clamp(30px,3.6vw,48px);font-weight:400;color:#fff;line-height:1.1;margin-bottom:8px}.sundwn-email-sub{font-family:var(--font-body);font-size:16px;color:#f4ebdad9}.sundwn-email-form{display:flex;flex-shrink:0;border-radius:var(--radius-pill);overflow:hidden;box-shadow:var(--shadow-md)}.sundwn-email-input{padding:15px 22px;font-family:var(--font-body);font-size:15px;border:none;background:#f4ebda26;color:#fff;width:280px;outline:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sundwn-email-input::placeholder{color:#ffffff8c}.sundwn-email-submit{background:var(--cream);color:var(--espresso);padding:15px 24px;border:none;font-family:var(--font-body);font-size:14px;font-weight:700;cursor:pointer;transition:background var(--dur-fast) var(--ease-standard);white-space:nowrap}.sundwn-email-submit:hover{background:#fff}.sundwn-email-disclaimer{font-family:var(--font-body);font-size:11px;color:#f4ebda8c;margin-top:10px;text-align:center;position:relative;z-index:1}.sundwn-footer{background:var(--oxblood);padding:64px 0 32px;border-top:1px solid rgba(255,255,255,.06)}.sundwn-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.sundwn-footer-logo{font-family:var(--font-display);font-size:24px;color:var(--cream);display:block;margin-bottom:14px;text-decoration:none}.sundwn-footer-tagline{font-family:var(--font-body);font-size:13px;color:var(--text-on-dark-muted);line-height:1.6;max-width:240px;margin-bottom:24px}.sundwn-footer-socials{display:flex;gap:10px}.sundwn-social-icon{width:36px;height:36px;background:var(--border-on-dark);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;font-family:var(--font-body);font-size:11px;color:var(--text-on-dark-muted);font-weight:700;cursor:pointer;text-decoration:none;transition:color var(--dur-fast) var(--ease-standard),background var(--dur-fast) var(--ease-standard)}.sundwn-social-icon:hover{color:var(--gold);background:#efa72e2e}.sundwn-footer-col-title{font-family:var(--font-body);font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--text-on-dark-muted);margin-bottom:20px}.sundwn-footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.sundwn-footer-links a{font-family:var(--font-body);font-size:13px;color:#f4ebda8c;text-decoration:none;transition:color var(--dur-fast) var(--ease-standard)}.sundwn-footer-links a:hover{color:var(--cream)}.sundwn-footer-bottom{border-top:1px solid var(--border-on-dark);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-family:var(--font-body);font-size:11px;color:#f4ebda4d}.sundwn-footer-bottom a{color:#f4ebda4d}.sundwn-footer-bottom a:hover{color:#f4ebda99}.sundwn-trust-badges{display:flex;gap:12px;align-items:center}.sundwn-trust-badge{background:var(--border-on-dark);border-radius:var(--radius-pill);padding:4px 12px;font-size:10px;letter-spacing:.05em;color:#f4ebda66}.sundwn-sticky-bar{position:fixed;bottom:0;left:0;right:0;background:var(--oxblood);border-top:1px solid rgba(239,167,46,.25);padding:14px clamp(16px,4vw,40px);display:flex;align-items:center;justify-content:space-between;gap:16px;z-index:999;transform:translateY(100%);transition:transform var(--dur-base) var(--ease-standard);box-shadow:0 -8px 32px #2a1a1440}.sundwn-sticky-bar.visible{transform:translateY(0)}.sundwn-sticky-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.sundwn-sticky-logo{font-family:var(--font-display);font-size:20px;color:var(--cream);white-space:nowrap}.sundwn-sticky-stars{color:var(--gold);font-size:12px;letter-spacing:1px;white-space:nowrap}.sundwn-sticky-price{display:flex;align-items:baseline;gap:8px;white-space:nowrap}.sundwn-sticky-price-sale{font-family:var(--font-display);font-size:22px;color:var(--cream);line-height:1}.sundwn-sticky-price-orig{font-family:var(--font-body);font-size:14px;color:var(--text-on-dark-muted);text-decoration:line-through;line-height:1}.sundwn-sticky-cta{flex-shrink:0;padding:10px 24px!important;font-size:13px!important;white-space:nowrap}@media(max-width:1024px){.sundwn-ingredients-grid{grid-template-columns:1fr 1fr}.sundwn-product-intro-grid{gap:48px}.sundwn-hero-content{padding:60px 0}}@media(max-width:768px){:root{--space-9: 56px}.sundwn-nav-links{display:none}.sundwn-hamburger{display:flex}.sundwn-hero-inner{flex-direction:column;gap:0}.sundwn-hero-content{display:contents}.sundwn-hero-eyebrow{order:1}.sundwn-hero-headline{order:2;margin-bottom:12px}.sundwn-hero-product-visual{order:3;width:190px;max-width:52%;margin:4px auto 20px}.sundwn-hero-cta-group{order:4;margin-bottom:24px}.sundwn-hero-subheadline{order:5}.sundwn-hero-ingredients{order:6}.sundwn-hero-proof{order:7}.sundwn-hero-headline{font-size:50px}.sundwn-hero-subheadline{font-size:15px}.sundwn-hero{min-height:0;align-items:flex-start}.sundwn-hero-inner{padding-top:96px;padding-bottom:56px}.sundwn-hero-content{padding:0}.sundwn-two-col,.sundwn-problem-grid,.sundwn-product-intro-grid,.sundwn-science-grid,.sundwn-founder-grid,.sundwn-ritual-grid,.sundwn-email-capture-inner{grid-template-columns:1fr}.sundwn-ritual-grid{gap:0}.sundwn-steps-grid{grid-template-columns:1fr}.sundwn-steps-grid:before{display:none}.sundwn-ingredients-grid{grid-template-columns:1fr 1fr}.sundwn-reviews-grid{grid-template-columns:1fr}.sundwn-comparison-table-wrap{overflow:visible}.sundwn-comparison-table{min-width:0;table-layout:fixed;width:100%}.sundwn-comparison-table th:first-child,.sundwn-comparison-table td:first-child{width:42%}.sundwn-comparison-table th:not(:first-child),.sundwn-comparison-table td:not(:first-child){width:19.3%}.sundwn-comparison-table th{padding:12px 4px;font-size:10px;line-height:1.3;text-transform:none;letter-spacing:0;word-break:normal;overflow-wrap:normal;vertical-align:middle}.sundwn-comparison-table td{padding:10px 6px;font-size:12px;line-height:1.4;vertical-align:middle}.cell-check,.cell-cross,.cell-neutral{font-size:14px;display:block}.sundwn-offer-cards,.sundwn-faq-grid{grid-template-columns:1fr}.sundwn-faq-sidebar .btn-primary{margin-bottom:40px}.sundwn-footer-grid{grid-template-columns:1fr 1fr}.sundwn-footer-bottom{flex-direction:column;text-align:center}.sundwn-sticky-bar{padding:10px 16px;gap:10px}.sundwn-sticky-logo{font-size:17px}.sundwn-sticky-price-sale{font-size:18px}.sundwn-sticky-cta{padding:9px 16px!important;font-size:12px!important}.sundwn-proof-bar{padding:32px 0}.sundwn-proof-item+.sundwn-proof-item{border-left:none}.sundwn-proof-bar-inner{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 16px}.sundwn-proof-item{flex-direction:column;align-items:center;text-align:center;gap:10px;padding:24px 12px;border-bottom:1px solid var(--border-on-light)}.sundwn-proof-item:nth-child(odd){border-right:1px solid var(--border-on-light)}.sundwn-proof-item:nth-last-child(-n+2){border-bottom:none}.sundwn-proof-icon,.sundwn-proof-number{font-size:28px}.sundwn-proof-label{font-size:12px}.sundwn-press-inner{gap:24px}.sundwn-email-form{flex-direction:column;border-radius:var(--radius-lg)}.sundwn-email-input{width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.sundwn-email-submit{border-radius:0 0 var(--radius-lg) var(--radius-lg)}}@media(max-width:480px){:root{--space-9: 44px}.sundwn-ingredients-grid,.sundwn-footer-grid{grid-template-columns:1fr}.sundwn-science-stats{grid-template-columns:1fr 1fr}.sundwn-problem-stats{flex-direction:column;gap:24px}}.sundwn-section-education{background:var(--surface-page)}.sundwn-edu h2.sundwn-edu-h2{font-family:var(--font-display);font-size:clamp(28px,4vw,48px);font-weight:400;line-height:1.15;color:var(--text-strong);margin:0 0 24px}.sundwn-edu-problem{padding:var(--space-9) 0;background:var(--surface-page)}.sundwn-edu-problem-inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,6vw,96px);align-items:start}.sundwn-edu-problem-text .sundwn-eyebrow{margin-bottom:16px}.sundwn-edu-lead{font-size:clamp(17px,1.6vw,20px);line-height:1.65;color:var(--text-body);margin-bottom:20px;font-family:var(--font-display);font-style:italic}.sundwn-edu-body-copy{font-size:16px;line-height:1.75;color:var(--text-muted);margin-bottom:32px}.sundwn-edu-body-copy p{margin:0 0 16px}.sundwn-edu-body-copy p:last-child{margin-bottom:0}.sundwn-edu-stat-inline{display:flex;align-items:baseline;gap:16px;padding:20px 24px;background:var(--surface-sand);border-left:3px solid var(--orange);border-radius:0 var(--radius-lg) var(--radius-lg) 0}.sundwn-edu-stat-num{font-family:var(--font-display);font-size:clamp(32px,4vw,48px);font-weight:400;color:var(--ember);flex-shrink:0;line-height:1}.sundwn-edu-stat-desc{font-size:14px;line-height:1.55;color:var(--text-muted)}.sundwn-edu-curve-wrap{position:sticky;top:100px}.sundwn-edu-curve-label{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-weight:600}.sundwn-edu-curve-svg{width:100%;height:auto;color:var(--text-muted);background:var(--surface-card);border-radius:var(--radius-xl);padding:16px;box-shadow:var(--shadow-md)}.sundwn-edu-curve-legend{display:flex;gap:24px;margin-top:16px;flex-wrap:wrap}.sundwn-edu-legend-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.sundwn-edu-legend-line{display:inline-block;width:28px;height:2.5px;background:#efa72e;border-radius:2px}.sundwn-edu-legend-item.sundwn-edu-legend-stressed .sundwn-edu-legend-line{background:#c23a22}.sundwn-edu-legend-line--dashed{background:repeating-linear-gradient(90deg,#C23A22 0,#C23A22 6px,transparent 6px,transparent 10px)}.sundwn-edu-mechanism{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-edu-mechanism-header{max-width:680px;margin:0 auto 64px;text-align:center}.sundwn-edu-mech-intro{font-size:18px;line-height:1.65;color:var(--text-muted);margin-top:-8px}.sundwn-edu-mech-steps{display:flex;flex-direction:column;gap:0;max-width:760px;margin:0 auto}.sundwn-edu-mech-step{display:grid;grid-template-columns:64px 1fr;gap:24px;align-items:start;padding:32px 0}.sundwn-edu-mech-connector{width:2px;height:32px;background:var(--border-on-light);margin-left:31px}.sundwn-edu-mech-step-num{width:56px;height:56px;border-radius:50%;background:var(--oxblood);color:var(--cream);font-family:var(--font-display);font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sundwn-edu-mech-step-title{font-family:var(--font-display);font-size:clamp(20px,2.2vw,26px);font-weight:400;color:var(--text-strong);margin:0 0 10px;padding-top:12px}.sundwn-edu-mech-step-text{font-size:16px;line-height:1.75;color:var(--text-muted);margin:0}.sundwn-edu-ingredients{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-edu-ing-header{text-align:center;max-width:680px;margin:0 auto 64px}.sundwn-edu-ing-sub{font-size:17px;line-height:1.65;color:var(--text-muted);margin-top:-8px}.sundwn-edu-ing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:48px}.sundwn-edu-ing-card{background:var(--surface-card);border:1px solid var(--border-on-light);border-radius:var(--radius-xl);padding:32px;display:flex;flex-direction:column;gap:12px;transition:box-shadow var(--dur-base) var(--ease-standard),transform var(--dur-base) var(--ease-standard)}.sundwn-edu-ing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.sundwn-edu-ing-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.sundwn-edu-ing-dose{font-family:var(--font-display);font-size:22px;color:var(--orange);font-weight:400}.sundwn-edu-ing-target{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);background:var(--surface-sand);padding:4px 10px;border-radius:var(--radius-pill)}.sundwn-edu-ing-name{font-family:var(--font-display);font-size:clamp(22px,2.5vw,28px);font-weight:400;color:var(--text-strong);margin:0;line-height:1.2}.sundwn-edu-ing-mechanism{font-size:15px;line-height:1.7;color:var(--text-body);margin:0}.sundwn-edu-ing-science{font-size:14px;line-height:1.7;color:var(--text-muted);margin:0;border-top:1px solid var(--border-on-light);padding-top:12px}.sundwn-edu-ing-citation{font-size:11px;color:var(--text-muted);opacity:.7;font-style:italic;margin-top:auto;padding-top:4px}.sundwn-edu-synergy{background:var(--oxblood);border-radius:var(--radius-xl);padding:40px 48px;position:relative;overflow:hidden}.sundwn-edu-synergy:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 60% at 50% -10%,rgba(239,167,46,.18) 0%,transparent 70%);pointer-events:none}.sundwn-edu-synergy-inner{position:relative;z-index:1;max-width:760px;margin:0 auto;text-align:center}.sundwn-edu-synergy .sundwn-eyebrow{color:var(--gold)}.sundwn-edu-synergy-text{font-family:var(--font-display);font-size:clamp(18px,2.2vw,24px);font-style:italic;color:var(--text-on-dark);line-height:1.6;margin:0}.sundwn-edu-timeline{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-edu-timeline-header{text-align:center;max-width:600px;margin:0 auto 64px}.sundwn-edu-timeline-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;margin-bottom:64px}.sundwn-edu-timeline-grid:before{content:"";position:absolute;top:40px;left:calc(100% / 6);right:calc(100% / 6);height:2px;background:linear-gradient(90deg,var(--gold) 0%,var(--ember) 50%,var(--oxblood) 100%)}.sundwn-edu-timeline-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 24px}.sundwn-edu-timeline-marker{width:80px;height:80px;border-radius:50%;background:var(--grad-sky);color:var(--cream);font-family:var(--font-display);font-size:14px;font-weight:400;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;z-index:1;box-shadow:var(--shadow-md);text-align:center;line-height:1.2}.sundwn-edu-timeline-label{font-family:var(--font-display);font-size:20px;font-weight:400;color:var(--text-strong);margin:0 0 12px}.sundwn-edu-timeline-text{font-size:15px;line-height:1.7;color:var(--text-muted);margin:0}.sundwn-edu-timeline-cta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.sundwn-edu-timeline-guarantee{font-size:14px;color:var(--text-muted);margin:0}.sundwn-edu-img-placeholder{width:100%;aspect-ratio:16 / 7;background:#e8e0d4;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-lg)}.sundwn-edu-img-placeholder--dark{aspect-ratio:4 / 3;background:#2a1a14;border-radius:10px}.sundwn-edu-img-placeholder span{font-family:var(--font-body);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#999;opacity:.7}.sundwn-edu-img-placeholder--dark span{color:#c9a99b}.sundwn-edu-lifestyle-photo{margin-bottom:64px;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.sundwn-edu-lifestyle-img{width:100%;height:auto;display:block;max-height:420px;object-fit:cover}.sundwn-edu-ing-render-img{width:100%;height:100%;display:block;object-fit:cover;border-radius:10px}.sundwn-edu-product-img{width:100%;height:auto;display:block;border-radius:var(--radius-xl)}.sundwn-edu-mech-diagram{margin-bottom:48px;overflow-x:auto;-webkit-overflow-scrolling:touch}.sundwn-edu-mech-diagram-svg{width:100%;min-width:700px;height:auto;display:block}.sundwn-edu-mech-step-num{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding-top:8px}.sundwn-edu-mech-step-num span{font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.05em;color:var(--text-on-dark-muted)}.sundwn-edu-mech-step{grid-template-columns:64px 1fr 200px}.sundwn-edu-mech-photo{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);align-self:center}.sundwn-edu-mech-photo-inner{line-height:0}.sundwn-edu-mech-photo-inner svg{width:100%;height:auto;display:block}.sundwn-edu-ing-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;margin-bottom:8px;line-height:0}.sundwn-edu-ing-render-placeholder{width:100%;line-height:0}.sundwn-edu-ing-render-svg{width:100%;height:auto;display:block}.sundwn-edu-ing-icon{position:absolute;bottom:12px;right:12px;width:44px;height:44px;background:#f4ebda14;border-radius:50%;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(244,235,218,.12)}.sundwn-edu-timeline-cta-wrap{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:center;max-width:760px;margin:0 auto}.sundwn-edu-product-shot{line-height:0;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.sundwn-edu-product-svg{width:100%;height:auto;display:block}@media(max-width:900px){.sundwn-edu-problem,.sundwn-edu-mechanism,.sundwn-edu-ingredients,.sundwn-edu-timeline{padding:60px 0}.sundwn-edu-problem-inner{grid-template-columns:1fr}.sundwn-edu-curve-wrap{position:static;order:-1}.sundwn-edu-lifestyle-photo{margin-bottom:40px}.sundwn-edu-mech-diagram{display:none}.sundwn-edu-mechanism-header{margin-bottom:40px}.sundwn-edu-mech-step{grid-template-columns:60px 1fr}.sundwn-edu-mech-photo{display:none}.sundwn-edu-ing-grid{grid-template-columns:1fr}.sundwn-edu-ing-header{margin-bottom:40px}.sundwn-edu-synergy{padding:32px 24px}.sundwn-edu-timeline-header{margin-bottom:40px}.sundwn-edu-timeline-grid{grid-template-columns:1fr;gap:32px;margin-bottom:48px}.sundwn-edu-timeline-grid:before{display:none}.sundwn-edu-timeline-card{flex-direction:row;align-items:flex-start;text-align:left;gap:20px;padding:0}.sundwn-edu-timeline-marker{width:60px;height:60px;flex-shrink:0;margin-bottom:0;font-size:12px}.sundwn-edu-timeline-cta-wrap{grid-template-columns:1fr;max-width:420px;gap:32px}.sundwn-edu-product-shot{max-width:240px;margin:0 auto}}@media(max-width:600px){.sundwn-edu-problem,.sundwn-edu-mechanism,.sundwn-edu-ingredients,.sundwn-edu-timeline{padding:48px 0}.sundwn-edu-lifestyle-photo{margin-bottom:28px;border-radius:var(--radius-lg)}.sundwn-edu-photo-illustration{max-height:260px}.sundwn-edu-body-copy{font-size:15px;margin-bottom:24px}.sundwn-edu-stat-inline{flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px}.sundwn-edu-mech-step{grid-template-columns:52px 1fr;gap:14px;padding:20px 0}.sundwn-edu-mech-step-num{width:48px;height:48px}.sundwn-edu-mech-connector{height:14px;margin-left:26px}.sundwn-edu-mech-intro{font-size:16px}.sundwn-edu-ing-card{padding:20px;gap:10px}.sundwn-edu-synergy{padding:24px 20px}.sundwn-edu-synergy-text{font-size:17px}.sundwn-edu-timeline-card{flex-direction:column;align-items:center;text-align:center;gap:12px}.sundwn-edu-timeline-marker{margin-bottom:0}.sundwn-edu-product-shot{display:none}.sundwn-edu-timeline-cta-wrap{max-width:100%}.sundwn-edu-timeline-cta{align-items:center}}@media(max-width:480px){.sundwn-edu-photo-illustration{max-height:200px}.sundwn-edu-lifestyle-photo{margin-bottom:20px}.sundwn-edu h2.sundwn-edu-h2{margin-bottom:16px}.sundwn-edu-mechanism-header{margin-bottom:28px}.sundwn-edu-mech-step-num svg{width:20px;height:20px}.sundwn-edu-ing-card{padding:16px;gap:8px}.sundwn-edu-ing-header,.sundwn-edu-timeline-header{margin-bottom:28px}.sundwn-edu-timeline-grid{gap:24px;margin-bottom:36px}.sundwn-edu-timeline-marker{width:52px;height:52px;font-size:11px}.sundwn-edu-timeline-card{gap:8px}.sundwn-edu-curve-svg{padding:10px}}.sundwn-nav-links{list-style:none;display:flex;align-items:center;gap:4px}.sundwn-nav-links a{font-family:var(--font-body);font-size:14px;font-weight:500;color:var(--text-on-dark);padding:6px 12px;border-radius:var(--radius-sm);transition:background var(--dur-fast) var(--ease-standard);white-space:nowrap}.sundwn-nav-links a:hover{background:#f4ebda1a}.sundwn-nav-links a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-nav-cart{position:relative;display:inline-flex;align-items:center;color:var(--text-on-dark);padding:4px;margin-right:4px;border-radius:4px}.sundwn-nav-cart:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-nav-cart-count{position:absolute;top:-4px;right:-4px;background:var(--orange);color:#fff;font-size:10px;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.sundwn-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#2a1a148c;z-index:149;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sundwn-mobile-menu{position:fixed;top:0;right:0;width:min(380px,100vw);height:100%;background:var(--oxblood);z-index:150;transform:translate(100%);transition:transform var(--dur-slow) var(--ease-standard)}.sundwn-mobile-menu:not([hidden]){transform:translate(0)}.sundwn-mobile-menu-inner{display:flex;flex-direction:column;height:100%;padding:20px 24px 24px}.sundwn-mobile-menu-close{align-self:flex-end;background:none;border:none;color:var(--cream);cursor:pointer;padding:8px;border-radius:4px;margin-bottom:32px}.sundwn-mobile-menu-close:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-mobile-menu nav{display:flex;flex-direction:column;gap:4px}.sundwn-mobile-menu nav a{font-family:var(--font-display);font-size:26px;color:var(--cream);padding:8px 0;border-bottom:1px solid rgba(244,235,218,.1)}.sundwn-mobile-menu nav a:hover{color:var(--gold)}.sundwn-mobile-cta{margin-top:32px!important;text-align:center}.sundwn-hero-proof{display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;margin-top:20px;font-family:var(--font-body);font-size:12.5px;color:#f4ebdab3}.sundwn-hero-proof-stars{color:var(--gold);font-size:13px;letter-spacing:1px}.sundwn-hero-proof-item{white-space:nowrap}.sundwn-hero-proof-sep{color:#f4ebda59}.sundwn-section-problem{padding:var(--space-9) 0;background:var(--surface-page)}.sundwn-problem-header{text-align:center;margin-bottom:56px}.sundwn-problem-intro{max-width:560px;margin:16px auto 0;font-size:17px;color:var(--text-muted);line-height:1.6}.sundwn-problem-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.sundwn-problem-image-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4 / 5}.sundwn-problem-image{width:100%;height:100%;object-fit:cover;display:block}.sundwn-problem-image-placeholder{width:100%;height:100%;min-height:360px;background:var(--surface-sand);border-radius:var(--radius-xl)}.sundwn-problem-chart-wrap{display:flex;align-items:center}.sundwn-problem-chart{background:var(--cream-50);border-radius:var(--radius-lg);padding:20px 16px 10px;box-shadow:var(--shadow-md);width:100%;margin:0}.sundwn-problem-chart svg{width:100%;height:auto;display:block}.sundwn-problem-chart-caption{font-family:var(--font-body);font-size:10px;color:var(--text-muted);text-align:center;margin-top:6px;letter-spacing:.04em;opacity:.65}.sundwn-problem-observations{display:flex;flex-direction:column;gap:32px;padding-top:8px}.sundwn-problem-obs{display:flex;gap:20px;align-items:flex-start}.sundwn-problem-obs-icon{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--surface-sand);color:var(--accent);display:flex;align-items:center;justify-content:center}.sundwn-problem-obs-title{display:block;font-family:var(--font-display);font-size:18px;color:var(--text-strong);margin-bottom:6px;font-weight:400}.sundwn-problem-obs-text{font-size:15px;color:var(--text-muted);line-height:1.55;margin:0}.sundwn-problem-stat-card{background:var(--oxblood);color:var(--cream);padding:28px 32px;border-radius:var(--radius-lg);margin-top:8px}.sundwn-problem-stat-num{font-family:var(--font-display);font-size:52px;line-height:1;color:var(--gold);margin-bottom:10px;font-style:italic}.sundwn-problem-stat-label{font-size:14px;color:var(--text-on-dark-muted);line-height:1.5}.sundwn-section-benefit-timeline{padding:var(--space-9) 0;background:var(--espresso);color:var(--cream)}.sundwn-btl-header{text-align:center;margin-bottom:48px}.sundwn-btl-header .sundwn-eyebrow{color:var(--gold)}.sundwn-btl-header .sundwn-headline{color:var(--cream)}.sundwn-btl-tabs{display:flex;justify-content:center;gap:0;border-bottom:1px solid rgba(244,235,218,.12);margin-bottom:48px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.sundwn-btl-tabs::-webkit-scrollbar{display:none}.sundwn-btl-tab{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 32px;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer;color:#f4ebda73;transition:color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard);white-space:nowrap}.sundwn-btl-tab:hover{color:#f4ebdacc}.sundwn-btl-tab.active{color:var(--cream);border-bottom-color:var(--gold)}.sundwn-btl-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-btl-tab-num{font-family:var(--font-body);font-size:11px;letter-spacing:.15em;opacity:.6}.sundwn-btl-tab-label{font-family:var(--font-display);font-size:17px}.sundwn-btl-panel{display:none;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.sundwn-btl-panel.active{display:grid}.sundwn-btl-panel-image{border-radius:var(--radius-xl);overflow:hidden;aspect-ratio:4 / 3}.sundwn-btl-img{width:100%;height:100%;object-fit:cover;display:block}.sundwn-btl-img-placeholder{width:100%;height:100%;min-height:280px;background:radial-gradient(circle at 50% 42%,#efa72e24,#efa72e00 62%),#f4ebda0a;border:1px solid rgba(244,235,218,.08);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;color:var(--gold)}.sundwn-btl-icon{width:128px;height:128px}@media(max-width:600px){.sundwn-btl-icon{width:96px;height:96px}}.sundwn-btl-panel-copy{display:flex;flex-direction:column;gap:16px}.sundwn-btl-timing{font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--gold)}.sundwn-btl-stage-headline{font-family:var(--font-display);font-size:clamp(24px,3vw,36px);color:var(--cream);line-height:1.2;font-weight:400}.sundwn-btl-stage-body{font-size:16px;color:var(--text-on-dark-muted);line-height:1.65}.sundwn-btl-cta{text-align:center;margin-top:56px}.sundwn-section-formula{padding:var(--space-9) 0;background:var(--surface-card)}.sundwn-formula-header{text-align:center;margin-bottom:56px}.sundwn-formula-intro{max-width:560px;margin:16px auto 0;font-size:16px;color:var(--text-muted);line-height:1.6}.sundwn-formula-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;max-width:900px;margin:0 auto}.sundwn-formula-card{display:flex;align-items:flex-start;gap:18px;background:var(--surface-page);border-radius:var(--radius-lg);padding:22px;box-shadow:var(--shadow-sm);transition:box-shadow var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard)}.sundwn-formula-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.sundwn-formula-card-visual{position:relative;flex-shrink:0;width:104px}.sundwn-formula-card-circle{width:104px;height:104px;border-radius:50%;overflow:hidden;background:var(--espresso);display:flex;align-items:center;justify-content:center}.sundwn-formula-card-img{width:100%;height:100%;object-fit:cover;display:block}.sundwn-formula-icon-wrap{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.sundwn-formula-card-dose{position:absolute;left:50%;bottom:-9px;transform:translate(-50%);background:var(--surface-page);color:var(--oxblood);font-family:var(--font-display);font-size:12px;font-style:italic;padding:3px 12px;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);border:1px solid rgba(42,26,20,.08);white-space:nowrap}.sundwn-formula-card-img-placeholder{width:100%;height:100%;min-height:160px;background:var(--espresso);display:flex;align-items:flex-end;padding:12px}.sundwn-formula-card-img-placeholder span{font-family:var(--font-body);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:#f4ebda66}.sundwn-formula-card-body{padding-top:4px;flex:1;min-width:0}.sundwn-formula-card-role{display:inline-block;font-family:var(--font-body);font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:6px}.sundwn-formula-card-name{font-family:var(--font-display);font-size:19px;color:var(--text-strong);margin-bottom:8px;font-weight:400;line-height:1.2}.sundwn-formula-card-text{font-size:13.5px;color:var(--text-muted);line-height:1.55}.sundwn-formula-evidence{margin-top:14px;border-top:1px solid var(--border-on-light);padding-top:10px}.sundwn-formula-evidence summary{font-size:12px;font-weight:600;color:var(--accent);cursor:pointer;letter-spacing:.04em;list-style:none;display:flex;align-items:center;gap:6px}.sundwn-formula-evidence summary::-webkit-details-marker{display:none}.sundwn-formula-evidence summary:after{content:"+";font-size:14px}.sundwn-formula-evidence[open] summary:after{content:"\2212"}.sundwn-formula-evidence summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.sundwn-formula-evidence p{font-size:12.5px;color:var(--text-muted);margin-top:8px;line-height:1.6}.sundwn-formula-synergy{margin:48px auto 0;max-width:680px;text-align:center;padding:32px 40px;background:var(--oxblood);border-radius:var(--radius-xl)}.sundwn-formula-synergy-text{color:var(--cream);font-size:16px;line-height:1.7}.sundwn-formula-footer{text-align:center;margin-top:40px}.sundwn-formula-footer-note{margin-top:12px;font-size:13px;color:var(--text-muted)}.sundwn-section-ritual{padding:var(--space-9) 0;background:var(--surface-page)}.sundwn-ritual-header{text-align:center;margin-bottom:56px}.sundwn-ritual-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:32px;align-items:start}.sundwn-ritual-col-header{margin-bottom:24px}.sundwn-ritual-col-label{display:inline-block;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:5px 12px;border-radius:var(--radius-pill);margin-bottom:12px}.sundwn-ritual-col-label--before{background:var(--surface-sand);color:var(--text-muted)}.sundwn-ritual-col-label--after{background:var(--oxblood);color:var(--cream)}.sundwn-ritual-col-headline{font-family:var(--font-display);font-size:24px;color:var(--text-strong);font-style:italic;margin:0}.sundwn-ritual-list{list-style:none;display:flex;flex-direction:column;gap:12px}.sundwn-ritual-item{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.5;padding:14px 16px;border-radius:var(--radius-md)}.sundwn-ritual-item--before{background:var(--surface-card);color:var(--text-body)}.sundwn-ritual-item--after{background:var(--oxblood);color:var(--cream)}.sundwn-ritual-item-icon{flex-shrink:0;margin-top:2px}.sundwn-ritual-item--before .sundwn-ritual-item-icon{color:var(--text-muted)}.sundwn-ritual-item--after .sundwn-ritual-item-icon{color:var(--gold)}.sundwn-ritual-divider{display:flex;align-items:center;justify-content:center;padding-top:56px;color:var(--text-muted)}.sundwn-ritual-cta{text-align:center;margin-top:48px}.sundwn-section-learn{padding:var(--space-9) 0;background:var(--surface-sand)}.sundwn-learn-header{text-align:center;margin-bottom:48px}.sundwn-learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.sundwn-learn-card{background:var(--surface-page);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow var(--dur-fast) var(--ease-standard),transform var(--dur-fast) var(--ease-standard)}.sundwn-learn-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.sundwn-learn-card-image-wrap{position:relative;aspect-ratio:3 / 2;background:var(--surface-sand);overflow:hidden}.sundwn-learn-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform var(--dur-slow) var(--ease-standard)}.sundwn-learn-card:hover .sundwn-learn-card-img{transform:scale(1.03)}.sundwn-learn-card-img-placeholder{width:100%;height:100%;min-height:200px;background:var(--cream-200)}.sundwn-learn-card-tag{position:absolute;top:12px;left:12px;background:var(--oxblood);color:var(--gold);font-family:var(--font-body);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:4px 10px;border-radius:var(--radius-pill)}.sundwn-learn-card-body{padding:24px;flex:1;display:flex;flex-direction:column;gap:10px}.sundwn-learn-card-headline{font-family:var(--font-display);font-size:20px;color:var(--text-strong);line-height:1.3;font-weight:400}.sundwn-learn-card-link:hover{color:var(--accent)}.sundwn-learn-card-link:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.sundwn-learn-card-text{font-size:14px;color:var(--text-muted);line-height:1.6;flex:1}.sundwn-learn-card-read{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--accent);margin-top:4px;padding:2px 0;border-bottom:1px solid transparent;transition:border-color var(--dur-fast)}.sundwn-learn-card-read:hover{border-bottom-color:var(--accent)}.sundwn-learn-card-read:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:2px}.sundwn-learn-footer{text-align:center;margin-top:40px}@media(max-width:1024px){.sundwn-formula-grid{grid-template-columns:repeat(2,1fr)}.sundwn-btl-tab{padding:14px 22px}.sundwn-btl-tab-label{font-size:15px}}@media(max-width:900px){.sundwn-btl-panel.active{grid-template-columns:1fr;gap:32px}.sundwn-btl-panel-image{aspect-ratio:16 / 9}.sundwn-problem-split{grid-template-columns:1fr;gap:40px}.sundwn-problem-image-wrap{aspect-ratio:16 / 9;max-height:320px}.sundwn-learn-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.sundwn-nav-links{display:none}.sundwn-formula-grid{grid-template-columns:repeat(2,1fr);gap:16px}.sundwn-formula-synergy{padding:24px 20px}.sundwn-btl-tabs{justify-content:flex-start;padding:0 var(--container-pad)}.sundwn-btl-tab{padding:12px 16px}.sundwn-problem-obs{gap:14px}.sundwn-problem-stat-num{font-size:40px}.sundwn-hero-proof{gap:4px 8px}.sundwn-hero-proof-sep{display:none}.sundwn-hero-proof-item{font-size:12px}.sundwn-hero-proof-item:not(:last-child):after{content:" \b7";color:#f4ebda59;margin-left:6px}}@media(max-width:600px){.sundwn-learn-grid,.sundwn-formula-grid{grid-template-columns:1fr}.sundwn-formula-card{padding:16px;gap:14px}.sundwn-formula-card-visual,.sundwn-formula-card-circle{width:80px;height:80px}.sundwn-formula-icon{width:32px;height:32px}.sundwn-formula-card-name{font-size:17px}.sundwn-ritual-cell{font-size:13px;padding:12px 13px;gap:8px}.sundwn-ritual-pair-pill{padding:12px 14px}.sundwn-ritual-pair-sub{font-size:17px}.sundwn-problem-obs-icon{width:36px;height:36px}.sundwn-btl-stage-headline{font-size:22px}}@media(prefers-reduced-motion:reduce){.sundwn-btl-panel,.sundwn-formula-card,.sundwn-learn-card,.sundwn-learn-card-img,.sundwn-mobile-menu{transition:none}}.sundwn-formula-icon{width:40px;height:40px;color:var(--gold);flex-shrink:0}.sundwn-hero-headline{font-size:clamp(52px,9vw,108px)!important;letter-spacing:-1px!important}@media(max-width:768px){.sundwn-hero-headline{font-size:50px!important}}.sundwn-proof-number{font-size:40px!important;font-weight:700!important;letter-spacing:-.02em!important}.sundwn-proof-label{font-size:12px!important;text-transform:uppercase;letter-spacing:.06em}@media(max-width:768px){.sundwn-proof-number{font-size:30px!important}}.col-sundwn{background:var(--oxblood)!important;color:var(--cream)!important;border-left:3px solid var(--gold)!important;border-right:3px solid var(--gold)!important;position:relative}.sundwn-comparison-table thead .col-sundwn:after{content:"\2605  Best";display:block;font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--gold);margin-top:4px;text-transform:uppercase}.sundwn-comparison-table td.sundwn-col{background:#4e1e1b0f!important;border-left:3px solid var(--gold)!important;border-right:3px solid var(--gold)!important}.sundwn-comparison-table tr:last-child td.sundwn-col{border-bottom:3px solid var(--gold)!important}.sundwn-section-hero,.sundwn-section-formula,.sundwn-section-offer,.sundwn-section-showcase,.sundwn-section-guarantee,.sundwn-section-expect,.sundwn-section-cost-compare{position:relative;overflow:hidden}.sundwn-section-hero:after,.sundwn-section-formula:after,.sundwn-section-offer:after,.sundwn-section-showcase:after,.sundwn-section-guarantee:after,.sundwn-section-expect:after,.sundwn-section-cost-compare:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:200px 200px;opacity:.04;pointer-events:none;z-index:1}.sundwn-hero-inner,.sundwn-formula .sundwn-container,.sundwn-offer .sundwn-container,.sundwn-showcase .sundwn-container,.sundwn-guarantee .sundwn-container,.sundwn-expect .sundwn-container,.sundwn-cost-compare .sundwn-container{position:relative;z-index:2}.sundwn-section-showcase{background:var(--oxblood)}.sundwn-showcase{padding:var(--space-9) 0}.sundwn-showcase-header{text-align:center;margin-bottom:48px}.sundwn-showcase-header .sundwn-eyebrow{color:var(--gold)}.sundwn-showcase-headline{color:var(--cream)!important}.sundwn-showcase-headline em{color:var(--gold)!important;font-style:italic}.sundwn-showcase-body{display:flex;flex-direction:column;align-items:center;gap:48px}.sundwn-showcase-product{width:100%;max-width:460px}.sundwn-showcase-img{width:100%;height:auto;display:block;border-radius:20px}.sundwn-showcase-img-placeholder{aspect-ratio:3 / 4;background:#f4ebda0f;border:1.5px dashed rgba(244,235,218,.2);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#f4ebda4d;font-size:13px;letter-spacing:.06em;text-transform:uppercase}.sundwn-showcase-claims{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%}.sundwn-showcase-claim{background:#f4ebda12;border:1px solid rgba(244,235,218,.12);border-radius:14px;padding:24px 20px;display:flex;flex-direction:column;gap:10px}.sundwn-showcase-claim-icon{width:32px;height:32px;color:var(--gold)}.sundwn-showcase-claim-icon svg{width:32px;height:32px}.sundwn-showcase-claim-title{font-size:15px;font-weight:700;color:var(--cream);line-height:1.2}.sundwn-showcase-claim-sub{font-size:13px;color:var(--text-on-dark-muted);line-height:1.5}@media(max-width:900px){.sundwn-showcase-claims{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.sundwn-showcase-claims{grid-template-columns:1fr 1fr;gap:12px}.sundwn-showcase-claim{padding:18px 14px}}.sundwn-lifestyle{background:var(--surface-page);padding:var(--space-8) 0}.sundwn-lifestyle-container{max-width:860px}.sundwn-lifestyle-photo-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-lg)}.sundwn-lifestyle-img{width:100%;height:auto;max-height:640px;object-fit:cover;display:block}.sundwn-lifestyle-placeholder{width:100%;aspect-ratio:4 / 3;background:var(--surface-sand);border-radius:var(--radius-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--text-muted)}.sundwn-lifestyle-placeholder-text{font-family:var(--font-body);font-size:13px;letter-spacing:.05em;opacity:.7}.sundwn-lifestyle-caption{font-family:var(--font-display);font-size:clamp(18px,2.2vw,24px);font-style:italic;color:var(--text-strong);text-align:center;margin-top:24px}.sundwn-ugc{background:var(--surface-sand);padding:var(--space-9) 0}.sundwn-ugc-header{text-align:center;margin-bottom:40px}.sundwn-ugc-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.sundwn-ugc-item{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:var(--cream-50);box-shadow:var(--shadow-sm)}.sundwn-ugc-img{width:100%;height:100%;object-fit:cover;display:block}.sundwn-ugc-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);opacity:.4}.sundwn-ugc-handle{position:absolute;left:0;right:0;bottom:0;padding:6px 8px;font-family:var(--font-body);font-size:10px;font-weight:600;color:#fff;background:linear-gradient(180deg,#0000,#0000008c)}.sundwn-ugc-hashtag{text-align:center;margin-top:28px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.08em;color:var(--accent)}@media(max-width:900px){.sundwn-ugc-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:600px){.sundwn-ugc-grid{grid-template-columns:repeat(3,1fr);gap:8px}.sundwn-lifestyle-caption{font-size:17px;margin-top:18px}}.sundwn-guarantee{background:var(--oxblood);padding:var(--space-9) 0;text-align:center}.sundwn-guarantee-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:24px}.sundwn-guarantee-badge-num{position:absolute;font-family:var(--font-display);font-size:22px;font-style:italic;color:var(--cream)}.sundwn-guarantee-header{max-width:560px;margin:0 auto}.sundwn-guarantee-intro{font-family:var(--font-body);font-size:16px;color:var(--text-on-dark-muted);line-height:1.6;margin-top:16px}.sundwn-guarantee-reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:900px;margin:56px auto 0;text-align:left}.sundwn-guarantee-reason-icon{width:48px;height:48px;border-radius:50%;background:#efa72e1a;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.sundwn-guarantee-reason-title{display:block;font-family:var(--font-display);font-size:19px;font-weight:400;color:var(--cream);margin-bottom:8px}.sundwn-guarantee-reason-text{font-family:var(--font-body);font-size:14px;color:var(--text-on-dark-muted);line-height:1.6;margin:0}.sundwn-guarantee-cta{margin-top:48px}.sundwn-expect{background:var(--oxblood);padding:var(--space-9) 0}.sundwn-expect-header{max-width:640px;margin:0 auto 48px;text-align:center}.sundwn-expect-intro{font-family:var(--font-body);font-size:15px;color:var(--text-on-dark-muted);line-height:1.6;margin-top:14px}.sundwn-expect-body{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1040px;margin:0 auto}.sundwn-expect-timeline{display:flex;flex-direction:column;gap:26px}.sundwn-expect-item{display:flex;align-items:flex-start;gap:14px}.sundwn-expect-check{flex-shrink:0;width:24px;height:24px;border-radius:50%;background:#efa72e1f;color:var(--gold);display:flex;align-items:center;justify-content:center;margin-top:2px}.sundwn-expect-time{display:block;font-family:var(--font-display);font-style:italic;font-size:17px;color:var(--gold);margin-bottom:4px}.sundwn-expect-text{font-family:var(--font-body);font-size:14.5px;color:#f4ebdad9;line-height:1.55;margin:0}.sundwn-expect-text sup{font-size:10px;color:var(--text-on-dark-muted);margin-left:1px}.sundwn-expect-chart-wrap{background:#f4ebda0a;border:1px solid rgba(244,235,218,.1);border-radius:var(--radius-lg);padding:24px 20px 18px}.sundwn-expect-chart{margin:0}.sundwn-expect-chart svg{width:100%;height:auto;display:block}.sundwn-expect-chart-caption{font-family:var(--font-body);font-size:12px;color:var(--text-on-dark-muted);text-align:center;margin-top:10px}.sundwn-expect-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1040px;margin:56px auto 0;padding-top:40px;border-top:1px solid rgba(244,235,218,.12)}.sundwn-expect-stat{text-align:center}.sundwn-expect-stat-num{font-family:var(--font-display);font-size:34px;font-style:italic;color:var(--gold);line-height:1;margin-bottom:8px}.sundwn-expect-stat-label{font-family:var(--font-body);font-size:12.5px;color:#f4ebdabf;line-height:1.4}.sundwn-expect-footnote{max-width:900px;margin:28px auto 0;font-family:var(--font-body);font-size:11px;color:#f4ebda66;line-height:1.6;text-align:center}@media(max-width:900px){.sundwn-expect-body{grid-template-columns:1fr;gap:40px}.sundwn-expect-stats{grid-template-columns:repeat(2,1fr);row-gap:32px}}@media(max-width:600px){.sundwn-expect-header{margin-bottom:36px}.sundwn-expect-time{font-size:16px}.sundwn-expect-stat-num{font-size:28px}.sundwn-expect-chart-wrap{padding:18px 14px 14px}.sundwn-expect-stats{gap:16px 20px;margin-top:40px;padding-top:32px}}@media(max-width:768px){.sundwn-guarantee-reasons{grid-template-columns:1fr;gap:28px;max-width:420px}}.sundwn-stat-strip{background:var(--surface-sand);padding:28px 0;border-top:1px solid var(--border-on-light);border-bottom:1px solid var(--border-on-light)}.sundwn-stat-strip-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.sundwn-stat-strip-item{display:flex;flex-direction:column;gap:2px}.sundwn-stat-strip-num{font-family:var(--font-display);font-size:22px;color:var(--accent);font-style:italic}.sundwn-stat-strip-label{font-family:var(--font-body);font-size:11px;color:var(--text-muted);letter-spacing:.03em;line-height:1.3}@media(max-width:700px){.sundwn-stat-strip-row{grid-template-columns:repeat(2,1fr);gap:20px 12px}}.sundwn-cost-compare{background:var(--oxblood);padding:var(--space-9) 0;position:relative;overflow:hidden}.sundwn-cost-header{text-align:center;margin-bottom:48px}.sundwn-cost-header .sundwn-headline{color:var(--cream)}.sundwn-cost-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:780px;margin:0 auto}.sundwn-cost-col{background:#f4ebda0a;border:1px solid rgba(244,235,218,.1);border-radius:var(--radius-lg);padding:32px 28px}.sundwn-cost-col--featured{background:#efa72e14;border-color:var(--gold)}.sundwn-cost-col-label{display:block;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-on-dark-muted);margin-bottom:14px}.sundwn-cost-col--featured .sundwn-cost-col-label{color:var(--gold)}.sundwn-cost-col-num{font-family:var(--font-display);font-size:44px;color:var(--cream);line-height:1;margin-bottom:8px}.sundwn-cost-col-unit{font-family:var(--font-body);font-size:15px;color:var(--text-on-dark-muted)}.sundwn-cost-col-sub{font-family:var(--font-body);font-size:13px;color:var(--text-on-dark-muted);margin-bottom:20px}.sundwn-cost-col-list{list-style:none}.sundwn-cost-col-list li{font-family:var(--font-body);font-size:14px;color:#f4ebdacc;padding:6px 0;border-top:1px solid rgba(244,235,218,.08)}.sundwn-cost-col-list li:first-child{border-top:none}.sundwn-cost-callout{text-align:center;font-family:var(--font-display);font-size:clamp(18px,2.4vw,24px);font-style:italic;color:var(--gold);max-width:640px;margin:40px auto 12px}.sundwn-cost-footnote{text-align:center;font-family:var(--font-body);font-size:11px;color:#f4ebda73;max-width:560px;margin:0 auto;line-height:1.5}@media(max-width:700px){.sundwn-cost-grid{grid-template-columns:1fr;max-width:380px}}.sundwn-sci{background:var(--surface-page);padding:var(--space-9) 0}.sundwn-sci-header{text-align:center;margin-bottom:40px}.sundwn-sci-tabs{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:32px;border-bottom:1px solid var(--border-on-light);max-width:700px;margin-left:auto;margin-right:auto}.sundwn-sci-tab{background:transparent;border:none;padding:12px 18px;font-family:var(--font-body);font-size:13px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color var(--dur-fast) var(--ease-standard),border-color var(--dur-fast) var(--ease-standard)}.sundwn-sci-tab:hover{color:var(--accent)}.sundwn-sci-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.sundwn-sci-tab:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sundwn-sci-panels{max-width:640px;margin:0 auto;min-height:100px}.sundwn-sci-panel{display:none}.sundwn-sci-panel.active{display:block}.sundwn-sci-panel p{font-family:var(--font-body);font-size:16px;color:var(--text-body);line-height:1.7;text-align:center}
/*# sourceMappingURL=/cdn/shop/t/94/assets/sundwn-theme.css.map */
