*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: hsl(28, 85%, 55%);--primary-rgb: 217, 134, 50;--primary-foreground: #fff;--secondary: hsl(220, 25%, 16%);--secondary-foreground: hsl(35, 30%, 98%);--background: hsl(35, 30%, 98%);--foreground: hsl(220, 30%, 12%);--muted-foreground: hsl(220, 10%, 45%);--border: hsl(35, 20%, 88%);--card-bg: hsla(35, 30%, 98%, .6);--accent: hsl(28, 70%, 48%);--navy-light: hsl(220, 20%, 25%);--radius: .75rem}body{font-family:Inter,sans-serif;background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:"DM Serif Display",serif;font-weight:400}.gradient-sunrise-subtle{background:linear-gradient(180deg,#fbfaf8,#f7f3ed,#f1eae4)}.gradient-sunrise{background:linear-gradient(135deg,#f5933d,#f4bd71 40%,#f7e8ba,#d1bddb)}.text-gradient-sunrise{background:linear-gradient(135deg,#ee862b,#f4bd71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;max-width:80rem;margin:0 auto}@media(min-width:768px){.site-nav{padding:1.5rem 3rem}}.nav-brand{display:flex;align-items:center;gap:.5rem}.nav-dots{display:flex;gap:.25rem}.nav-dot{width:.5rem;height:.5rem;border-radius:9999px;background:var(--primary)}.nav-brand-name{font-family:Inter,sans-serif;font-weight:600;color:var(--secondary);letter-spacing:.1em;font-size:.875rem;text-transform:uppercase}.nav-btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border:1px solid hsla(220,25%,16%,.2);border-radius:var(--radius);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--secondary);background:transparent;cursor:pointer;transition:all .2s}.nav-btn:hover{background:var(--secondary);color:var(--secondary-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:500;font-size:1rem;border:none;cursor:pointer;transition:all .2s;border-radius:var(--radius);padding:.75rem 2rem;line-height:1}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground);height:3rem}.btn-secondary:hover{background:var(--navy-light)}.btn-primary-accent{background:var(--primary);color:var(--primary-foreground);height:3rem}.btn-primary-accent:hover{background:var(--accent)}.btn-lg{font-size:1.125rem;padding:.875rem 2rem}.badge-pill{display:inline-block;padding:.375rem 1rem;border-radius:9999px;background:#ee862b1a;color:var(--primary);font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.hero-centered{max-width:56rem;margin:0 auto;padding:4rem 1.5rem 5rem;text-align:center}@media(min-width:768px){.hero-centered{padding:7rem 3rem 5rem}}.hero-centered h1{font-size:clamp(2.25rem,6vw,4.5rem);color:var(--secondary);line-height:1.1;margin-bottom:1.5rem}.hero-centered h1 .accent{font-style:italic}.hero-centered .subtitle{font-size:1.125rem;color:var(--muted-foreground);max-width:40rem;margin:0 auto 2.5rem;font-weight:300;line-height:1.7}@media(min-width:768px){.hero-centered .subtitle{font-size:1.25rem}}.email-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.email-form{flex-direction:row}}.email-form input[type=email]{flex:1;height:3rem;padding:0 1rem;border-radius:var(--radius);border:1px solid var(--border);background:#fbfaf8cc;font-family:Inter,sans-serif;font-size:1rem;color:var(--secondary);outline:none;transition:border-color .2s}.email-form input[type=email]::placeholder{color:var(--muted-foreground)}.email-form input[type=email]:focus{border-color:var(--primary)}.form-note{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem;text-align:center}.features-section{max-width:72rem;margin:0 auto;padding:0 1.5rem 6rem}@media(min-width:768px){.features-section{padding:0 3rem 6rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{padding:1.5rem;border-radius:1rem;background:var(--card-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(35,20%,88%,.5);transition:border-color .3s}.feature-card:hover{border-color:#ee862b4d}.feature-icon{color:var(--primary);margin-bottom:1rem}.feature-icon svg{width:2rem;height:2rem}.feature-card h3{font-family:Inter,sans-serif;font-weight:600;color:var(--secondary);margin-bottom:.5rem;font-size:1rem}.feature-card p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.cta-sunrise{max-width:72rem;margin:0 auto;padding:0 1.5rem 6rem}@media(min-width:768px){.cta-sunrise{padding:0 3rem 6rem}}.cta-sunrise-inner{border-radius:1.5rem;padding:2.5rem;text-align:center}@media(min-width:768px){.cta-sunrise-inner{padding:4rem}}.cta-sunrise-inner h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--secondary);margin-bottom:1rem}.cta-sunrise-inner p{color:#1f2533b3;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-dark{max-width:56rem;margin:0 auto;padding:0 1.5rem 6rem}@media(min-width:768px){.cta-dark{padding:0 3rem 6rem}}.cta-dark-inner{background:var(--secondary);border-radius:1.5rem;padding:2.5rem;text-align:center}@media(min-width:768px){.cta-dark-inner{padding:4rem}}.cta-dark-inner .cta-icon{color:var(--primary);margin:0 auto 1.5rem}.cta-dark-inner .cta-icon svg{width:2.5rem;height:2.5rem}.cta-dark-inner h2{color:var(--secondary-foreground);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1rem}.cta-dark-inner p{color:#fbfaf8b3;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}.book-hero{max-width:72rem;margin:0 auto;padding:3rem 1.5rem 4rem}@media(min-width:768px){.book-hero{padding:5rem 3rem 4rem}}.book-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.book-hero-grid{grid-template-columns:1fr 1fr;gap:4rem}}.book-hero h1{font-size:clamp(2.25rem,5vw,3.75rem);color:var(--secondary);line-height:1.1;margin-bottom:1.5rem}.book-hero h1 .accent{font-style:italic}.book-hero .description{font-size:1.125rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem;max-width:32rem}.book-hero .sub-note{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem}.book-hero-image{display:flex;justify-content:center}.book-hero-image img{width:18rem;filter:drop-shadow(0 25px 50px rgba(0,0,0,.2))}@media(min-width:768px){.book-hero-image img{width:20rem}}@media(min-width:1024px){.book-hero-image img{width:24rem}}.stats-section{max-width:72rem;margin:0 auto;padding:0 1.5rem 4rem}@media(min-width:768px){.stats-section{padding:0 3rem 4rem}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{text-align:center;padding:1.5rem;border-radius:1rem;background:var(--card-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(35,20%,88%,.5)}.stat-value{font-family:"DM Serif Display",serif;font-size:1.875rem;color:var(--secondary)}.stat-label{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.problem-section{max-width:56rem;margin:0 auto;padding:0 1.5rem 5rem}@media(min-width:768px){.problem-section{padding:0 3rem 5rem}}.problem-section .section-intro{text-align:center;margin-bottom:3rem}.problem-section .section-intro h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--secondary);margin-bottom:1rem}.problem-section .section-intro p{color:var(--muted-foreground);max-width:40rem;margin:0 auto;font-size:1.125rem;line-height:1.7}.benefits-box{border-radius:1.5rem;padding:2rem}@media(min-width:768px){.benefits-box{padding:3rem}}.benefits-box h3{font-size:1.5rem;color:var(--secondary);margin-bottom:1.5rem;text-align:center}.benefit-item{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.benefit-item:last-child{margin-bottom:0}.benefit-check{flex-shrink:0;width:1.25rem;height:1.25rem;color:var(--secondary);margin-top:.125rem}.benefit-item span{color:#1f2533e6;line-height:1.6}.parts-section{max-width:72rem;margin:0 auto;padding:0 1.5rem 5rem}@media(min-width:768px){.parts-section{padding:0 3rem 5rem}}.parts-section>h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--secondary);text-align:center;margin-bottom:2.5rem}.parts-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.parts-grid{grid-template-columns:repeat(2,1fr)}}.part-card{padding:1.5rem;border-radius:1rem;background:var(--card-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(35,20%,88%,.5);transition:border-color .3s}.part-card:hover{border-color:#ee862b4d}.part-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.part-number{width:2.5rem;height:2.5rem;border-radius:9999px;background:#ee862b1a;display:flex;align-items:center;justify-content:center;color:var(--primary);font-family:"DM Serif Display",serif;font-size:1.125rem}.part-card h3{font-family:Inter,sans-serif;font-weight:600;font-size:1.125rem;color:var(--secondary)}.part-card p{color:var(--muted-foreground);line-height:1.6}.audience-section{max-width:56rem;margin:0 auto;padding:0 1.5rem 5rem}@media(min-width:768px){.audience-section{padding:0 3rem 5rem}}.audience-section>h2{font-size:clamp(1.75rem,4vw,2.5rem);color:var(--secondary);text-align:center;margin-bottom:2rem}.audience-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.audience-grid{grid-template-columns:repeat(3,1fr)}}.audience-card{padding:1.5rem;border-radius:1rem;background:var(--card-bg);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid hsla(35,20%,88%,.5);text-align:center}.audience-card-icon{color:var(--primary);margin:0 auto 1rem}.audience-card-icon svg{width:2rem;height:2rem}.audience-card h3{font-family:Inter,sans-serif;font-weight:600;color:var(--secondary);margin-bottom:.5rem;font-size:1rem}.audience-card p{font-size:.875rem;color:var(--muted-foreground);line-height:1.6}.site-footer{border-top:1px solid hsla(35,20%,88%,.5);padding:2rem;text-align:center;font-size:.875rem;color:var(--muted-foreground)}.product-page{max-width:72rem;margin:0 auto;padding:3rem 1.5rem 5rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media(min-width:768px){.product-page{grid-template-columns:1fr 1fr;padding:3rem}}.product-gallery img{width:100%;border-radius:1rem}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info h1{font-size:2rem;color:var(--secondary)}.product-price{font-family:"DM Serif Display",serif;font-size:2rem;color:var(--primary)}.product-price .compare-price{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--muted-foreground);text-decoration:line-through;margin-left:.75rem}.product-description-content{color:var(--muted-foreground);line-height:1.8}.product-description-content p{margin-bottom:1rem}.quantity-selector{display:flex;align-items:center;gap:1rem}.quantity-selector label{font-weight:600;font-size:.875rem}.quantity-selector input{width:4rem;text-align:center;padding:.5rem;border:1px solid var(--border);border-radius:var(--radius);font-family:Inter,sans-serif}.collection-page{max-width:72rem;margin:0 auto;padding:3rem 1.5rem 5rem}@media(min-width:768px){.collection-page{padding:3rem}}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.collection-card{border-radius:1rem;overflow:hidden;background:var(--card-bg);border:1px solid hsla(35,20%,88%,.5);transition:border-color .3s}.collection-card:hover{border-color:#ee862b4d}.collection-card img{width:100%;aspect-ratio:1;object-fit:cover}.collection-card-body{padding:1.25rem}.collection-card-body h3{font-family:Inter,sans-serif;font-weight:600;margin-bottom:.5rem;font-size:1rem}.collection-card-body .price{font-weight:700;color:var(--primary)}.cart-page{max-width:72rem;margin:0 auto;padding:3rem 1.5rem 5rem}@media(min-width:768px){.cart-page{padding:3rem}}.cart-empty{text-align:center;padding:6rem 0}.cart-empty h2{color:var(--secondary);margin-bottom:1rem}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);padding:1rem 0;border-bottom:1px solid var(--border)}.cart-table td{padding:1.5rem 0;border-bottom:1px solid hsla(35,20%,88%,.5);vertical-align:middle}.cart-item-info{display:flex;align-items:center;gap:1rem}.cart-item-image{width:5rem;height:5rem;border-radius:var(--radius);object-fit:cover}.cart-item-title{font-weight:600;color:var(--secondary)}.cart-footer{margin-top:2rem;text-align:right}.cart-subtotal{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--secondary)}.cart-subtotal span{color:var(--primary);margin-left:.5rem}.page-404{text-align:center;padding:8rem 1.5rem}.page-404 h1{font-size:3rem;color:var(--secondary);margin-bottom:1rem}.page-404 p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.text-center{text-align:center}.hidden{display:none}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
