:root{--ink:#2f2b27;--muted:#777069;--cream:#f8f4ee;--sand:#e8dccd;--rose:#d9bfae;--gold:#a98758;--white:#fff;--line:#e7dfd6;--font:'Heebo',sans-serif;--serif:'Playfair Display',serif}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--ink);background:#fff;line-height:1.65;font-size:16px;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(1200px,calc(100% - 40px));margin:auto}.announcement{height:34px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.4px}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{max-width:1280px;margin:auto;padding:14px 28px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:30px}.nav-links{display:flex;align-items:center;gap:24px;font-size:14px}.nav-right{justify-content:flex-start}.nav-left{justify-content:flex-end}.nav-links a:hover{color:var(--gold)}.coming-link{color:#9b958f;position:relative}.coming-link small{display:block;font-size:9px;line-height:1;color:var(--gold);text-align:center}.brand{text-align:center;line-height:1;display:flex;flex-direction:column;align-items:center}.brand-sun{font-size:18px;color:var(--gold);margin-bottom:2px}.brand strong{font-family:var(--serif);font-size:25px;letter-spacing:4px;font-weight:600}.brand small{font-size:8px;letter-spacing:2.6px;margin-top:6px;color:var(--muted)}.cart-icon{border:0;background:transparent;cursor:pointer;color:var(--ink)}.cart-icon span{display:inline-flex;width:20px;height:20px;border-radius:50%;background:var(--ink);color:#fff;align-items:center;justify-content:center;font-size:10px;margin-right:4px}.mobile-menu-toggle{display:none;border:0;background:none;flex-direction:column;gap:5px}.mobile-menu-toggle span{width:23px;height:1.5px;background:var(--ink)}.mobile-nav{display:none;padding:12px 22px 22px;border-top:1px solid var(--line)}.mobile-nav a,.mobile-nav span{display:block;padding:12px 0;border-bottom:1px solid var(--line)}.mobile-nav em{font-style:normal;color:var(--gold);font-size:11px;margin-right:8px}.mobile-nav.open{display:block}
.baby-hero{min-height:680px;background:var(--cream);display:grid;grid-template-columns:46% 54%;align-items:center;overflow:hidden}.hero-copy{padding:80px max(40px,8vw)}.eyebrow{font-size:11px;letter-spacing:2.8px;color:var(--gold);font-weight:600;margin-bottom:18px}.hero-copy h1,.section-head h2,.story-copy h2,.reviews-section h2,.faq-section h2{font-family:var(--serif);font-weight:500;line-height:1.22}.hero-copy h1{font-size:clamp(46px,6vw,78px);margin-bottom:26px}.hero-text{max-width:510px;color:var(--muted);font-size:17px;margin-bottom:34px}.hero-actions{display:flex;align-items:center;gap:26px}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:#fff;padding:15px 30px;border:1px solid var(--ink);cursor:pointer;transition:.25s}.btn-primary:hover{background:var(--gold);border-color:var(--gold)}.btn-link,.text-link{border-bottom:1px solid currentColor;padding-bottom:3px;font-size:14px}.hero-art{height:100%;min-height:680px;position:relative;background:linear-gradient(145deg,#e7d6c5,#f4ece3);display:flex;align-items:center;justify-content:center}.hero-shape{position:absolute;border-radius:50%;filter:blur(1px)}.hero-shape-one{width:420px;height:420px;background:#f8f2ea;top:50px;left:40px}.hero-shape-two{width:240px;height:240px;background:#d4b8a4;bottom:35px;right:35px}.baby-card{position:relative;z-index:2;width:min(430px,72%);aspect-ratio:4/5;background:#fdfbf8;box-shadow:0 30px 70px rgba(85,64,45,.16);display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(-2deg)}.moon{position:absolute;top:26px;left:30px;font-size:32px;color:var(--gold)}.onesie{width:180px;height:220px;background:#dcc9b7;border-radius:44px 44px 28px 28px;position:relative;clip-path:polygon(22% 0,38% 9%,62% 9%,78% 0,100% 20%,84% 39%,78% 31%,76% 100%,24% 100%,22% 31%,16% 39%,0 20%)}.onesie:after{content:'CORAVIERA';position:absolute;top:47%;left:50%;transform:translate(-50%,-50%);font-family:var(--serif);font-size:13px;letter-spacing:2px;color:#786858}.baby-card p{font-family:var(--serif);font-size:22px;letter-spacing:3px;text-align:center;margin-top:25px}.baby-card small{font-family:var(--font);font-size:9px;letter-spacing:2px}.handwritten{position:absolute;bottom:36px;left:35px;color:#806b5e;font-family:var(--serif);font-style:italic;transform:rotate(-7deg)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line)}.trust-strip div{text-align:center;padding:26px;border-left:1px solid var(--line)}.trust-strip div:last-child{border-left:0}.trust-strip b{display:block;font-weight:500}.trust-strip span{display:block;font-size:12px;color:var(--muted);margin-top:4px}
.section{padding:100px max(24px,6vw)}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2{font-size:46px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{min-width:0}.product-image{display:block;position:relative;aspect-ratio:4/5;background:var(--cream);overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover img{transform:scale(1.025)}.product-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(160deg,#f7f1ea,#dfcebd);color:#91785f}.product-placeholder span{font-size:46px}.product-placeholder small{letter-spacing:3px;margin-top:16px}.sale-badge{position:absolute;top:13px;right:13px;background:#fff;padding:6px 10px;font-size:10px}.product-meta{padding:16px 3px}.product-meta h3{font-weight:400;font-size:16px}.product-meta p{color:var(--gold);margin-top:4px}.category-section{display:grid;grid-template-columns:repeat(3,1fr);background:var(--ink);color:#fff}.category{min-height:260px;padding:44px;display:flex;flex-direction:column;justify-content:flex-end;border-left:1px solid rgba(255,255,255,.12);position:relative}.category:last-child{border-left:0}.category span{position:absolute;top:32px;left:34px;color:#aaa;font-size:12px}.category h3{font-family:var(--serif);font-size:34px;font-weight:500}.category p{color:#c9c4be;font-size:13px}.active-category{background:#b99c7d;transition:.3s}.active-category:hover{background:#aa8b6b}.coming-category{opacity:.62}
.story-section{display:grid;grid-template-columns:1fr 1fr;min-height:620px}.story-visual{background:#eadfd3;display:flex;align-items:center;justify-content:center;padding:50px}.arch{width:min(420px,80%);height:480px;border-radius:220px 220px 12px 12px;background:linear-gradient(170deg,#d4bca7,#f6efe7);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.arch span{font-family:var(--serif);font-size:48px;color:#fff}.arch small{letter-spacing:4px;color:#fff;margin-top:10px}.story-copy{padding:90px max(45px,9vw);display:flex;flex-direction:column;justify-content:center}.story-copy h2{font-size:52px;margin-bottom:26px}.story-copy>p:not(.eyebrow){color:var(--muted);margin-bottom:18px;max-width:550px}.story-copy .btn-link{align-self:flex-start;margin-top:10px}.reviews-section{padding:95px max(24px,6vw);background:var(--cream);text-align:center}.reviews-section h2{font-size:46px;margin-bottom:42px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1180px;margin:auto}.reviews-grid blockquote{background:#fff;padding:36px;text-align:right;border:1px solid var(--line)}.reviews-grid blockquote div{color:var(--gold);letter-spacing:3px}.reviews-grid blockquote p{margin:18px 0;color:#5f5953}.reviews-grid cite{font-style:normal;font-size:13px;color:var(--muted)}.faq-section{padding:100px max(24px,8vw);display:grid;grid-template-columns:34% 66%;gap:70px}.faq-section h2{font-size:48px;margin-bottom:12px}.faq-section>div:first-child>p:last-child{color:var(--muted)}.faq-list details{border-top:1px solid var(--line);padding:20px 0}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{cursor:pointer;font-weight:500;list-style:none}.faq-list summary:after{content:'+';float:left;color:var(--gold)}.faq-list details[open] summary:after{content:'−'}.faq-list details p{color:var(--muted);font-size:14px;padding-top:12px;max-width:650px}
.site-footer{background:#282520;color:#eee}.footer-main{padding:70px max(24px,6vw);display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:60px}.footer-main h3{font-size:13px;margin-bottom:18px;color:#fff}.footer-main a,.footer-main>div>span{display:block;color:#bfb9b2;font-size:13px;margin:9px 0}.footer-main p{color:#bfb9b2;font-size:13px}.footer-brand span{color:var(--gold);font-size:28px}.footer-brand h2{font-family:var(--serif);letter-spacing:4px;font-size:28px;margin:8px 0}.newsletter{display:flex;margin-top:16px}.newsletter input{width:100%;min-width:0;background:transparent;border:1px solid #5a554f;color:#fff;padding:12px}.newsletter button{background:#eee;border:0;padding:0 16px;cursor:pointer}.footer-bottom{border-top:1px solid #45413c;padding:20px max(24px,6vw);display:flex;justify-content:space-between;color:#aaa39c;font-size:11px}
.collection-hero{background:var(--cream);padding:70px max(24px,6vw);text-align:center}.collection-hero h1,.cart-page h1,.product-title{font-family:var(--serif);font-weight:500}.collection-hero h1{font-size:54px}.collection-hero p{color:var(--muted)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin:34px 0}.collection-count,.sort-wrap{font-size:13px;color:var(--muted)}.sort-wrap select{padding:9px;border:1px solid var(--line);background:#fff}.product-page,.cart-page{padding:60px 0 100px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px}.product-main-img{background:var(--cream)}.product-main-img img{width:100%}.product-title{font-size:50px;line-height:1.15;margin:14px 0}.price-now{font-size:25px;color:var(--gold)}.price-was{text-decoration:line-through;color:#999;margin-right:10px}.product-description{margin-top:30px;color:var(--muted)}.variant-select,.qty-input{border:1px solid var(--line);padding:12px;background:#fff}.variant-select-wrap,.qty-wrap{margin:20px 0}.qty-control{display:inline-flex}.qty-btn{border:1px solid var(--line);background:#fff;width:40px;cursor:pointer}.add-btn,.checkout-btn{width:100%;background:var(--ink);color:#fff;border:0;padding:15px;cursor:pointer}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:50px}.cart-line{display:flex;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:85px;height:100px;object-fit:cover}.cart-line-info{flex:1}.cart-summary-box{background:var(--cream);padding:28px}.cart-summary-row{display:flex;justify-content:space-between;margin:18px 0}.btn-ghost{display:inline-flex;border:1px solid var(--ink);padding:10px 16px;background:transparent}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:200;opacity:0;pointer-events:none;transition:.3s}.cart-overlay.open{opacity:1;pointer-events:auto}.cart-sidebar{position:fixed;top:0;right:0;width:min(420px,100%);height:100%;background:#fff;z-index:201;transform:translateX(100%);transition:.35s;display:flex;flex-direction:column}.cart-sidebar.open{transform:none}.cart-head{display:flex;justify-content:space-between;padding:22px;border-bottom:1px solid var(--line)}.cart-items-wrap{padding:20px;overflow:auto;flex:1}.cart-item{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line)}.cart-item-img img{width:60px;height:76px;object-fit:cover}.cart-item-info{flex:1}.cart-footer{padding:20px;border-top:1px solid var(--line)}.toast{position:fixed;bottom:20px;left:20px;background:var(--ink);color:#fff;padding:12px 18px;opacity:0;pointer-events:none}.toast.show{opacity:1}
@media(max-width:900px){.nav-links{display:none}.mobile-menu-toggle{display:flex}.header-inner{grid-template-columns:1fr auto 1fr;padding:12px 18px}.mobile-menu-toggle{justify-self:start}.brand strong{font-size:21px}.baby-hero{grid-template-columns:1fr}.hero-copy{padding:60px 25px;text-align:center}.hero-text{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.hero-art{min-height:520px}.trust-strip{grid-template-columns:1fr}.trust-strip div{border-left:0;border-bottom:1px solid var(--line)}.products-grid{grid-template-columns:repeat(2,1fr)}.category-section{grid-template-columns:1fr}.category{min-height:190px;border-left:0;border-bottom:1px solid rgba(255,255,255,.12)}.story-section{grid-template-columns:1fr}.story-copy{padding:65px 28px}.reviews-grid{grid-template-columns:1fr}.faq-section{grid-template-columns:1fr;gap:35px}.footer-main{grid-template-columns:1fr 1fr}.product-layout,.cart-layout{grid-template-columns:1fr}}
@media(max-width:560px){.announcement{font-size:10px}.brand small{display:none}.baby-card{width:78%}.section{padding:70px 18px}.section-head{align-items:flex-start;gap:15px}.section-head h2{font-size:34px}.text-link{font-size:12px;white-space:nowrap}.products-grid{gap:10px}.product-meta h3{font-size:14px}.story-copy h2,.reviews-section h2,.faq-section h2{font-size:38px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-bottom{flex-direction:column;gap:6px}.collection-hero h1{font-size:42px}}
