*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:#faf8f5;color:#5c4a3a;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}.skip-to-content{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-to-content:focus{position:fixed;top:10px;left:10px;width:auto;height:auto;z-index:9999;background:#fff;padding:10px 20px}.font-serif{font-family:"Source Serif 4",Georgia,serif}.font-sans{font-family:Montserrat,sans-serif}h1,h2,h3,h4,h5,h6{font-family:Montserrat,sans-serif;font-weight:700;line-height:1.1}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}:root{--color-cream: #FAF8F5;--color-champagne: #F5F0E8;--color-taupe: #7A6352;--color-gold: #B08D57;--color-dark: #5C4A3A;--color-muted: #8B7A6B;--color-border: #E8E0D4;--color-light-gold: #D4B88A;--color-white: #FFFFFF}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--color-gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;transition:all .3s ease}.btn-primary:hover{background:#9a7a4a}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:500;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;transition:all .3s ease}.btn-secondary:hover{border-color:#fff}.btn-dark{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--color-dark);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;transition:all .3s ease}.btn-dark:hover{background:var(--color-gold)}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:2px solid var(--color-dark);color:var(--color-dark);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;transition:all .3s ease}.btn-outline:hover{background:var(--color-dark);color:#fff}.btn-shop{display:block;text-align:center;padding:.75rem 1.5rem;background:var(--color-taupe);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;transition:all .3s ease}.btn-shop:hover{background:var(--color-gold)}.btn-quick-shop{display:block;text-align:center;padding:.625rem 1.5rem;border:1px solid var(--color-dark);color:var(--color-dark);font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.7rem;transition:all .3s ease}.btn-quick-shop:hover{background:var(--color-dark);color:#fff}.announcement-bar{position:sticky;top:0;z-index:60;background:var(--color-taupe);color:#fff;padding:.5rem 0;text-align:center}.announcement-bar p{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em}.announcement-bar .gold{color:var(--color-light-gold)}.announcement-bar a{text-decoration:underline;text-underline-offset:2px}.announcement-bar a:hover{color:var(--color-light-gold)}@media(min-width:640px){.announcement-bar p{font-size:.75rem}}.site-header{position:sticky;top:32px;z-index:50;transition:all .5s ease;background:#fff;border-bottom:1px solid var(--color-border);box-shadow:0 1px 3px #0000000d;padding:.75rem 1rem}.site-header.scrolled{background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1.5rem}.logo-text{font-size:1.5rem;font-weight:700;letter-spacing:.15em;color:var(--color-dark);transition:color .5s ease}.logo-subtitle{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;margin-left:.5rem;color:var(--color-muted);transition:color .5s ease}@media(min-width:768px){.logo-text{font-size:1.875rem}}.nav-link{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:500;color:#6b5b4a;transition:color .3s ease}.nav-link:hover{color:var(--color-gold)}.site-header.scrolled .logo-text{color:var(--color-dark)}.site-header.scrolled .logo-subtitle{color:var(--color-muted)}.site-header.scrolled .nav-link{color:#6b5b4a}.site-header.scrolled .hamburger-line{background-color:var(--color-dark)}.nav-apply-btn{margin-left:1rem;padding:.5rem 1.25rem;white-space:nowrap;background:var(--color-taupe);color:#fff;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease}.nav-apply-btn:hover{background:var(--color-gold)}.nav-icons{display:flex;align-items:center;gap:.75rem;margin-left:.75rem}.nav-icon-link{display:flex;align-items:center;justify-content:center;color:var(--color-dark);transition:color .3s ease;padding:.25rem}.nav-icon-link:hover{color:var(--color-gold)}.nav-cart-link{position:relative}.nav-cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-gold);color:#fff;font-size:.6rem;font-weight:700;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.nav-account-wrap{position:relative}.nav-account-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;z-index:100;background:#fff;border:1px solid var(--color-border);box-shadow:0 8px 24px #0000001a;min-width:180px;padding:.5rem 0}.nav-account-wrap:hover .nav-account-dropdown{display:block}.nav-account-greeting{display:block;padding:.5rem 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-gold);border-bottom:1px solid var(--color-border);margin-bottom:.25rem}.nav-account-dropdown a{display:block;padding:.5rem 1rem;font-size:.78rem;font-weight:500;color:var(--color-dark);transition:background .2s}.nav-account-dropdown a:hover{background:var(--color-champagne)}.mobile-account-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.mobile-account-links a{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;color:var(--color-dark);padding:.4rem 0}.mobile-account-links a:hover{color:var(--color-gold)}.mobile-account-links svg{flex-shrink:0}.nav-dropdown-wrap{position:relative}.nav-dropdown-trigger{display:flex;align-items:center;background:none;border:none;cursor:pointer;padding:0}.nav-dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border:1px solid var(--color-border);box-shadow:0 8px 24px #0000001a;padding:.75rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s ease;z-index:100}.nav-dropdown-wrap:hover .nav-dropdown-menu,.nav-dropdown-wrap:focus-within .nav-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-menu a{display:block;padding:.5rem 1.25rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:500;color:var(--color-dark);transition:all .2s ease;white-space:nowrap}.nav-dropdown-menu a:hover{background:var(--color-cream);color:var(--color-gold)}.mobile-dropdown{width:100%;text-align:center}.mobile-dropdown-trigger{display:inline-flex;align-items:center;background:none;border:none;cursor:pointer;font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--color-dark);transition:color .3s ease}.mobile-dropdown-trigger:hover{color:var(--color-gold)}.mobile-dropdown-menu{display:none;padding:.5rem 0}.mobile-dropdown.open .mobile-dropdown-menu{display:block}.mobile-dropdown.open .mobile-dropdown-trigger svg{transform:rotate(180deg)}.mobile-dropdown-menu a{display:block;padding:.5rem 0;font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted)}.mobile-dropdown-menu a:hover{color:var(--color-gold)}.hamburger{display:flex;flex-direction:column;gap:6px;padding:.5rem;cursor:pointer}.hamburger-line{display:block;width:24px;height:2px;background-color:var(--color-dark);transition:all .3s ease}@media(min-width:1024px){.hamburger{display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;padding-top:8rem;background:var(--color-cream);display:flex;flex-direction:column;align-items:center;gap:2rem;transform:translateY(-100%);opacity:0;transition:all .3s ease;pointer-events:none}.mobile-menu.open{transform:translateY(0);opacity:1;pointer-events:all}.mobile-menu a{font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--color-dark);transition:color .3s ease}.mobile-menu a:hover{color:var(--color-gold)}.desktop-nav{display:none;align-items:center;gap:1.5rem;flex-shrink:0}@media(min-width:1024px){.desktop-nav{display:flex}}.hero-section{position:relative;height:100vh;min-height:600px;overflow:hidden;background:var(--color-taupe)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;opacity:.6}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(92,74,58,.8),rgba(92,74,58,.4),transparent)}.hero-content{position:relative;z-index:10;height:100%;display:flex;align-items:center;padding-top:112px}.hero-subtitle{color:var(--color-light-gold);text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;font-weight:500;margin-bottom:1.5rem;opacity:0;animation:fadeInLeft .6s ease .3s forwards}.hero-title{font-size:2.25rem;font-weight:700;color:#fff;line-height:.95;letter-spacing:-.01em;margin-bottom:2rem;opacity:0;animation:fadeInUp .8s ease .5s forwards}.hero-title .gold{color:var(--color-light-gold)}@media(min-width:768px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-desc{font-family:"Source Serif 4",serif;font-size:1.125rem;color:#fffc;max-width:36rem;margin-bottom:2.5rem;line-height:1.7;opacity:0;animation:fadeInUp .6s ease .8s forwards}@media(min-width:768px){.hero-desc{font-size:1.25rem}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;opacity:0;animation:fadeInUp .6s ease 1s forwards}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10}.hero-scroll-line{width:1px;height:4rem;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:pulse 2s ease-in-out infinite}.quality-badges{padding:2rem 0 2.5rem;background:var(--color-cream);border-bottom:1px solid var(--color-border)}@media(min-width:768px){.quality-badges{padding:2.5rem 0}}.badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.badges-grid{grid-template-columns:repeat(4,1fr)}}.badge-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.badge-icon{width:4rem;height:4rem;border-radius:50%;background:var(--color-champagne);display:flex;align-items:center;justify-content:center}.badge-icon svg{width:2.5rem;height:2.5rem;stroke:var(--color-taupe);fill:none;stroke-width:1.5}.badge-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--color-dark)}.marquee-bar{padding:1rem 0;overflow:hidden;background:var(--color-champagne)}.marquee-track{display:flex;white-space:nowrap;animation:marquee 35s linear infinite}.marquee-item{margin:0 2rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.25em;color:var(--color-muted)}.marquee-dot{color:var(--color-gold);margin:0 .5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-padding{padding:5rem 0}@media(min-width:768px){.section-padding{padding:7rem 0}}.section-label{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:var(--color-gold);font-weight:500;margin-bottom:1rem}.section-title{font-size:1.875rem;font-weight:700;letter-spacing:-.01em;line-height:1.1;margin-bottom:1.5rem;color:var(--color-dark)}.section-title .gold{color:var(--color-gold)}@media(min-width:768px){.section-title{font-size:2.25rem}}@media(min-width:1024px){.section-title{font-size:3rem}}.section-desc{font-family:"Source Serif 4",serif;font-size:1.125rem;line-height:1.7;color:var(--color-muted)}.section-divider{width:3rem;height:2px;background:var(--color-gold);margin:0 auto 1.5rem}.why-everweft{padding:5rem 0 6rem;background:#fff;border-bottom:1px solid var(--color-border)}.weft-features{display:grid;grid-template-columns:1fr;gap:3rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.weft-features{grid-template-columns:repeat(3,1fr)}}.weft-feature{text-align:center;padding:2rem 1.5rem}.weft-feature-icon{width:6rem;height:6rem;border-radius:50%;background:var(--color-champagne);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:1px solid var(--color-border);transition:all .3s ease}.weft-feature:hover .weft-feature-icon{background:var(--color-taupe);border-color:var(--color-taupe)}.weft-feature:hover .weft-feature-icon svg{stroke:#fff}.weft-feature-icon svg{width:2.5rem;height:2.5rem;stroke:var(--color-taupe);fill:none;stroke-width:1.5;transition:stroke .3s ease}.weft-feature h3{font-size:1.25rem;font-weight:700;color:var(--color-dark);margin-bottom:.75rem;font-style:italic;font-family:"Source Serif 4",serif}.weft-feature p{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--color-muted);line-height:1.8}.problem-cards{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.problem-cards{grid-template-columns:repeat(3,1fr)}}.problem-card-icon{margin-bottom:1rem}.problem-card{background:#fff;padding:2rem;border:1px solid var(--color-border)}.problem-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#ef444499;font-weight:500;margin-bottom:.5rem;text-decoration:line-through}.solution-text{font-size:1.125rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.problem-card p:last-child{font-family:"Source Serif 4",serif;color:var(--color-muted);font-size:.875rem;line-height:1.7}.collection-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:76rem;margin:0 auto}@media(min-width:1024px){.collection-grid{grid-template-columns:repeat(3,1fr)}}.collection-card{background:#fff;border:1px solid var(--color-border);overflow:hidden;transition:box-shadow .3s ease}.collection-card:hover{box-shadow:0 10px 30px #00000014}.collection-card-inner{padding:2rem}.collection-badge{display:inline-block;font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);font-weight:700;border:1px solid var(--color-gold);padding:.25rem .75rem;margin-bottom:1rem}.collection-card h3{font-size:1.5rem;font-weight:700;color:var(--color-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.collection-tagline{font-family:"Source Serif 4",serif;color:var(--color-gold);font-style:italic;margin-bottom:1rem}.collection-desc{font-family:"Source Serif 4",serif;font-size:.875rem;color:var(--color-muted);line-height:1.7;margin-bottom:1.5rem}.feature-list{margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--color-dark);margin-bottom:.5rem}.feature-check{width:1rem;height:1rem;color:var(--color-gold);flex-shrink:0}.length-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.length-grid{grid-template-columns:repeat(3,1fr)}}.length-card{text-align:center}.length-visual{position:relative;background:var(--color-champagne);margin-bottom:1.5rem;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;overflow:hidden}.length-silhouette{display:flex;flex-direction:column;align-items:center}.length-head{width:4rem;height:4rem;border-radius:50%;background:#d4c5b3;margin-bottom:.5rem;margin-top:2rem}.length-body{width:2px;background:#d4c5b3}.length-hair{position:absolute;left:50%;transform:translate(-50%);top:4.5rem;width:6rem;border-radius:0 0 50% 50%;background:linear-gradient(to bottom,#b08d574d,#b08d571a)}.length-measure{position:absolute;right:1.5rem;top:4rem;display:flex;flex-direction:column;align-items:center}.length-measure-line{width:1px;background:var(--color-taupe)}.length-measure-cap{width:.75rem;height:1px;background:var(--color-taupe)}.length-card h3{font-size:2.25rem;font-weight:700;color:var(--color-dark);font-style:italic;font-family:"Source Serif 4",serif;margin-bottom:.25rem}@media(min-width:768px){.length-card h3{font-size:3rem}}.length-card .desc{font-family:"Source Serif 4",serif;font-size:.875rem;color:var(--color-muted);line-height:1.7;margin-bottom:.5rem;padding:0 1rem}.length-card .ideal{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);font-weight:600}.comparison-table{max-width:48rem;margin:0 auto;overflow:hidden;border:1px solid var(--color-border)}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table thead tr{background:var(--color-taupe)}.comparison-table th{padding:1rem 1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700}.comparison-table th:first-child{text-align:left;color:#fff}.comparison-table th:nth-child(2){text-align:center;color:var(--color-light-gold)}.comparison-table th:nth-child(3){text-align:center;color:#fff9}.comparison-table td{padding:.75rem 1.5rem;font-size:.875rem;border-top:1px solid var(--color-border)}.comparison-table td:first-child{color:var(--color-dark);font-weight:500}.comparison-table td:nth-child(2),.comparison-table td:nth-child(3){text-align:center}.comparison-table tr:nth-child(2n){background:#fff}.comparison-table tr:nth-child(odd){background:var(--color-cream)}.check-icon{width:1.25rem;height:1.25rem;color:var(--color-gold);display:inline-block}.x-icon{width:1.25rem;height:1.25rem;color:#ef444499;display:inline-block}.comp-text{font-size:.75rem;color:#8b7a6b99;font-style:italic}.quality-section{padding:5rem 0 7rem;background:var(--color-taupe);color:#fff}.quality-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:76rem;margin:0 auto;align-items:center}@media(min-width:1024px){.quality-grid{grid-template-columns:1fr 1fr}}.quality-item{display:flex;gap:1rem;margin-bottom:2rem}.quality-num{color:var(--color-light-gold);font-weight:700;font-size:1.125rem;flex-shrink:0}.quality-item h3{font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;margin-bottom:.25rem}.quality-item p{font-family:"Source Serif 4",serif;color:#ffffffb3;font-size:.875rem;line-height:1.7}.quality-image{position:relative}.quality-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.quality-badge{position:absolute;top:1rem;left:1rem;background:var(--color-gold);color:#fff;font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;font-weight:700;padding:.5rem 1rem}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:56rem;margin:0 auto}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-item{text-align:center}.stat-value{font-size:2.25rem;font-weight:700;color:var(--color-gold);margin-bottom:.5rem}@media(min-width:768px){.stat-value{font-size:3rem}}.stat-label{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);font-weight:500}.story-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:76rem;margin:0 auto;align-items:center}@media(min-width:1024px){.story-grid{grid-template-columns:1fr 1fr}}.story-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.story-text p{font-family:"Source Serif 4",serif;color:var(--color-muted);line-height:1.7;margin-bottom:1rem}.authority-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem}.authority-badge{text-align:center;padding:1rem;border:1px solid var(--color-border);background:#fff}.authority-badge .label{font-size:.5625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);font-weight:700;margin-bottom:.25rem}.authority-badge .value{font-size:.75rem;color:var(--color-dark);font-weight:500;line-height:1.3}.accessories-header{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.5rem}.accessories-header h2{font-size:1.5rem;font-family:"Source Serif 4",serif;font-style:italic;color:var(--color-dark)}@media(min-width:768px){.accessories-header h2{font-size:1.875rem}}.accessories-header a{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--color-dark);text-decoration:underline;text-underline-offset:4px}.accessories-header a:hover{color:var(--color-gold)}.accessories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.accessories-grid{grid-template-columns:repeat(4,1fr)}}.accessory-card .image-wrap{position:relative;background:var(--color-champagne);aspect-ratio:1;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.accessory-tag{position:absolute;top:.75rem;left:.75rem;font-size:.5rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:#fff;background:var(--color-taupe);padding:.25rem .5rem}.accessory-card h3{font-size:.875rem;font-weight:600;color:var(--color-dark);margin-bottom:.25rem}.accessory-card .desc{font-family:"Source Serif 4",serif;font-size:.75rem;color:var(--color-muted);margin-bottom:.75rem}.pro-exclusivity{padding:4rem 0;background:var(--color-taupe);text-align:center}.pro-exclusivity h2{font-size:1.5rem;font-weight:700;color:#fff;letter-spacing:-.01em;margin-bottom:1rem}@media(min-width:768px){.pro-exclusivity h2{font-size:1.875rem}}.pro-exclusivity p{font-family:"Source Serif 4",serif;color:#ffffffb3;line-height:1.7;max-width:48rem;margin:0 auto}.results-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:76rem;margin:0 auto;align-items:center}@media(min-width:1024px){.results-grid{grid-template-columns:1fr 1fr}}.results-stats{display:flex;gap:2rem;margin-bottom:2rem}.results-stat .number{font-size:1.875rem;font-weight:700;color:var(--color-gold)}.results-stat .label{font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted)}.results-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:#fff;padding:2rem;border:1px solid var(--color-border)}.testimonial-quote{font-size:2.25rem;font-family:"Source Serif 4",serif;color:var(--color-gold);margin-bottom:1rem}.testimonial-card blockquote{font-family:"Source Serif 4",serif;font-size:.875rem;color:var(--color-muted);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-name{font-weight:700;color:var(--color-dark);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.testimonial-title{font-size:.75rem;color:var(--color-muted)}.education-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:76rem;margin:0 auto;align-items:center}@media(min-width:1024px){.education-grid{grid-template-columns:1fr 1fr}}.education-image img{width:100%;aspect-ratio:4/5;object-fit:cover}.education-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.education-card{padding:1rem;border:1px solid var(--color-border);background:#fff}.education-card h3{font-weight:700;color:var(--color-dark);font-size:.875rem;margin-bottom:.25rem}.education-card p{font-size:.75rem;color:var(--color-muted)}.pro-cta-section{background:var(--color-champagne)}.pro-cta-grid{display:grid;grid-template-columns:1fr;min-height:600px}@media(min-width:1024px){.pro-cta-grid{grid-template-columns:1fr 1fr}}.pro-cta-content{display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}@media(min-width:768px){.pro-cta-content{padding:4rem}}@media(min-width:1024px){.pro-cta-content{padding:4rem 5rem}}.countdown-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.countdown-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);font-weight:500}.countdown-timer{font-family:monospace;font-weight:700;font-size:1.5rem;letter-spacing:.1em;color:var(--color-dark)}@media(min-width:768px){.countdown-timer{font-size:1.875rem}}.countdown-note{font-size:.75rem;color:var(--color-muted);margin-bottom:2rem}.pro-cta-content .cta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-gold);font-weight:600;margin-bottom:.75rem}.pro-cta-content h2{font-size:2.25rem;font-weight:700;color:var(--color-dark);letter-spacing:-.01em;line-height:1.05;margin-bottom:1.5rem}@media(min-width:768px){.pro-cta-content h2{font-size:3rem}}.pro-cta-content .cta-desc{font-family:"Source Serif 4",serif;color:var(--color-muted);line-height:1.7;margin-bottom:2rem;max-width:28rem}.pro-cta-buttons{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.pro-cta-buttons{flex-direction:row}}.pro-cta-image{position:relative;display:none}@media(min-width:1024px){.pro-cta-image{display:block}}.pro-cta-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.contact-section{padding:4rem 0;background:var(--color-cream);text-align:center}.contact-section h2{font-size:1.5rem;font-weight:700;color:var(--color-dark);letter-spacing:-.01em;margin-bottom:1rem}.contact-section p{font-family:"Source Serif 4",serif;color:var(--color-muted);margin-bottom:1.5rem}.contact-links{display:flex;flex-direction:column;align-items:center;gap:2rem}@media(min-width:640px){.contact-links{flex-direction:row;justify-content:center}}.contact-links a{color:var(--color-gold);font-weight:500}.contact-links a:hover{text-decoration:underline}.site-footer{background:var(--color-dark);color:#fff}.footer-newsletter{border-bottom:1px solid rgba(255,255,255,.1);padding:3.5rem 0;text-align:center}.footer-newsletter .label{text-transform:uppercase;letter-spacing:.3em;font-size:.75rem;color:var(--color-light-gold);font-weight:500;margin-bottom:1rem}.footer-newsletter h3{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1rem}@media(min-width:768px){.footer-newsletter h3{font-size:1.875rem}}.footer-newsletter h3 .gold{color:var(--color-light-gold)}.footer-newsletter p{font-family:"Source Serif 4",serif;color:#fff9;margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-form input{flex:1;padding:.75rem 1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);color:#fff;font-size:.875rem}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{outline:none;border-color:var(--color-light-gold)}.newsletter-form button{padding:.75rem 2rem;background:var(--color-gold);color:#fff;font-weight:700;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;flex-shrink:0;transition:opacity .3s ease}.newsletter-form button:hover{opacity:.8}.footer-columns{padding:3.5rem 0;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.footer-columns{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-columns{grid-template-columns:2fr 1fr 1fr 1fr}}.footer-brand .brand-name{font-size:1.5rem;font-weight:700;letter-spacing:.15em;margin-bottom:1rem}.footer-brand p{font-family:"Source Serif 4",serif;color:#ffffff80;font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-link:hover{color:var(--color-light-gold);border-color:var(--color-light-gold)}.social-link svg{width:1rem;height:1rem;fill:currentColor}.footer-col h4{font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem}.footer-col li{margin-bottom:.75rem}.footer-col a{font-family:"Source Serif 4",serif;color:#ffffff80;font-size:.875rem;transition:color .3s ease}.footer-col a:hover{color:var(--color-light-gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-bottom-inner{display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:640px){.footer-bottom-inner{flex-direction:row;justify-content:space-between}}.footer-bottom p{color:#ffffff4d;font-size:.75rem}.alma-price-gate-hidden{display:none!important}.alma-login-prompt{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;background:var(--color-dark);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;width:100%;text-align:center}.alma-login-prompt:hover{background:var(--color-gold)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card{text-align:center}.product-card .image-wrap{position:relative;aspect-ratio:1;background:#f5f5f5;overflow:hidden;margin-bottom:.75rem}.product-card .image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .image-wrap img{transform:scale(1.05)}.product-card h3{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-dark);margin-bottom:.5rem;line-height:1.4}.product-card .price{font-weight:600;color:var(--color-dark);font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.max-w-3xl{max-width:48rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-16{margin-bottom:4rem}.hidden{display:none}@media(min-width:1024px){.lg-block{display:block}}.alma-gate-btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.5rem;background:var(--color-dark);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;transition:all .3s ease;text-decoration:none}.alma-gate-btn:hover{background:var(--color-gold);color:#fff}.product-page-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:1024px){.product-page-grid{grid-template-columns:1fr 1fr}}.product-main-image img{width:100%;aspect-ratio:1;object-fit:cover;background:var(--color-champagne)}.product-thumbnails{display:flex;gap:.5rem;margin-top:.75rem;overflow-x:auto}.product-thumb{width:80px;height:80px;border:2px solid transparent;overflow:hidden;padding:0;flex-shrink:0;cursor:pointer}.product-thumb.active{border-color:var(--color-gold)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-vendor{font-size:.625rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-muted);margin-bottom:.5rem}.product-title{font-size:1.75rem;font-weight:700;color:var(--color-dark);margin-bottom:1rem}.product-price-display{margin-bottom:1.5rem}.price-compare{text-decoration:line-through;color:var(--color-muted);margin-right:.75rem}.price-current{color:var(--color-dark)}.price-sale{color:#c53030}.product-description{font-family:"Source Serif 4",serif;color:var(--color-muted);line-height:1.7;margin-bottom:2rem;font-size:.9rem}.product-description p{margin-bottom:1rem}.variant-selector{margin-bottom:1.5rem}.variant-selector label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.variant-select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);font-family:inherit;font-size:.875rem;color:var(--color-dark);background:#fff;-webkit-appearance:none;appearance:none;cursor:pointer}.variant-select:focus{outline:none;border-color:var(--color-gold)}.quantity-selector{margin-bottom:1.5rem}.quantity-selector label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.quantity-input{display:inline-flex;border:1px solid var(--color-border)}.quantity-input button{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--color-dark);background:#fff}.quantity-input button:hover{background:var(--color-champagne)}.quantity-input input{width:3rem;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);font-family:inherit;font-size:.875rem;color:var(--color-dark)}.quantity-input input:focus{outline:none}.quantity-input input::-webkit-inner-spin-button,.quantity-input input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity-input input[type=number]{-moz-appearance:textfield}.add-to-cart-btn{width:100%;text-align:center;padding:1rem 2rem;font-size:.875rem}.add-to-cart-btn:disabled{opacity:.5;cursor:not-allowed}.product-card-image{display:block;position:relative;aspect-ratio:1;background:var(--color-champagne);overflow:hidden;margin-bottom:.75rem}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:opacity .5s ease}.product-card-hover-image{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card-hover-image{opacity:1}.product-card-info{text-align:center}.product-card-title{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-dark);margin-bottom:.25rem;line-height:1.4;text-decoration:none}.product-card-title:hover{color:var(--color-gold)}.product-card-vendor{font-size:.625rem;color:var(--color-muted);margin-bottom:.25rem}.product-card-price{font-weight:600;color:var(--color-dark);font-size:.875rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:.625rem;text-transform:uppercase;letter-spacing:.15em;color:var(--color-muted);font-weight:600;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.cart-table td{padding:1rem 0;border-bottom:1px solid var(--color-border);font-size:.875rem;color:var(--color-dark);vertical-align:middle}.cart-product{display:flex;align-items:center;gap:1rem}.cart-item-title{font-weight:600;color:var(--color-dark);text-decoration:none}.cart-item-title:hover{color:var(--color-gold)}.cart-item-variant{font-size:.75rem;color:var(--color-muted)}.cart-footer{margin-top:2rem;text-align:right;max-width:400px;margin-left:auto}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination-link{padding:.5rem 1rem;font-size:.875rem;color:var(--color-dark);border:1px solid var(--color-border);transition:all .3s ease}.pagination-link:hover{background:var(--color-champagne)}.pagination-current{padding:.5rem 1rem;font-size:.875rem;background:var(--color-gold);color:#fff;font-weight:700}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;color:var(--color-dark);margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--color-border);font-family:inherit;font-size:.875rem;color:var(--color-dark);background:#fff;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--color-gold)}.page-content{font-family:"Source Serif 4",serif;color:var(--color-dark);line-height:1.8;font-size:1rem}.page-content p{margin-bottom:1.25rem}.page-content h2{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;margin:2rem 0 1rem}.page-content h3{font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:700;margin:1.5rem 0 .75rem}.page-content ul,.page-content ol{margin:1rem 0;padding-left:1.5rem}.page-content ul{list-style:disc}.page-content ol{list-style:decimal}.page-content li{margin-bottom:.5rem}.page-content img{border-radius:8px;margin:1.5rem 0}.page-content a{color:var(--color-gold);text-decoration:underline;text-underline-offset:2px}.page-content a:hover{color:var(--color-taupe)}.page-content blockquote{border-left:3px solid var(--color-gold);padding-left:1.5rem;margin:1.5rem 0;font-style:italic;color:var(--color-muted)}@media(max-width:767px){.cart-table th:nth-child(2),.cart-table th:nth-child(4),.cart-table td:nth-child(2),.cart-table td:nth-child(4){display:none}.product-page-grid{gap:2rem}.product-title{font-size:1.375rem}.authority-badges{grid-template-columns:1fr}}.apply-form-grid input:focus,.apply-form-grid select:focus,.apply-form-grid textarea:focus{border-color:var(--color-gold);outline:none}#upload-zone{transition:all .3s ease}#upload-zone:hover{border-color:var(--color-gold);background:#b08d5708}.faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}.faq-item.open .faq-answer{max-height:500px}.faq-item .faq-toggle svg{transition:transform .3s ease}.faq-item.open .faq-toggle svg{transform:rotate(180deg)}.edu-grid{grid-template-columns:1fr}@media(min-width:768px){.edu-grid{grid-template-columns:repeat(3,1fr)!important}}.customer-page{padding:4rem 0}.customer-page h1{font-size:2rem;margin-bottom:2rem;color:var(--color-dark)}.customer-page input[type=email],.customer-page input[type=password],.customer-page input[type=text]{width:100%;padding:.875rem 1rem;border:1px solid var(--color-border);background:var(--color-cream);font-family:inherit;font-size:.9rem;margin-bottom:1rem}.customer-page input:focus{border-color:var(--color-gold);outline:none}.customer-page label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-weight:600;margin-bottom:.5rem}
/*# sourceMappingURL=/cdn/shop/t/19/assets/alma-theme.css.map */
