*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f0e8;color:#4a3725;font-family:Inter,Arial,sans-serif;font-weight:300}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}
:root{--ivory:#f5f0e8;--paper:#eee7dc;--brown:#4a3725;--muted:#806b54;--gold:#a07d4d;--line:rgba(74,55,37,.17)}
/* opening */
.splash{position:fixed;inset:0;z-index:100;background:#f3ede3;display:grid;place-items:center;transition:opacity .8s ease,visibility .8s ease}
.splash.hidden{opacity:0;visibility:hidden;pointer-events:none}.splash:before,.splash:after{content:"";position:absolute;border:1px solid rgba(90,67,43,.09);border-radius:50%;width:500px;height:500px}.splash:after{width:320px;height:320px}
.splash-inner{position:relative;z-index:2;text-align:center}.splash-name{font:400 104px/.85 "Cormorant Garamond",serif;letter-spacing:.17em;margin-left:.17em}.splash-name span{opacity:0;display:inline-block;animation:in .55s ease forwards}.splash-name span:nth-child(2){animation-delay:.08s}.splash-name span:nth-child(3){animation-delay:.16s}.splash-name span:nth-child(4){animation-delay:.24s}.splash-name span:nth-child(5){animation-delay:.32s}
.splash-rule{height:1px;background:#8c6c48;width:0;margin:20px auto 12px;animation:line .55s .5s ease forwards}.splash-sub{font-size:8px;letter-spacing:.43em;margin-left:.43em;opacity:0;animation:fade .6s .62s ease forwards}.splash-inner button{margin-top:40px;background:transparent;border:1px solid rgba(74,55,37,.45);padding:15px 27px;text-transform:uppercase;letter-spacing:.2em;font-size:8px;color:var(--brown);cursor:pointer;opacity:0;animation:fade .6s .82s ease forwards}.splash-inner button span{margin-left:12px}@keyframes in{to{opacity:1;transform:none}}@keyframes line{to{width:56px}}@keyframes fade{to{opacity:1}}
/* header */
.site-header{height:105px;padding:0 6.2%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:rgba(249,246,240,.96);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.brand{text-align:left;display:flex;flex-direction:column;width:max-content}.brand strong{font:400 32px "Cormorant Garamond",serif;letter-spacing:.42em;margin-left:.42em}.brand small{font-size:6px;letter-spacing:.36em;margin:8px 0 0 3px}.main-nav{display:flex;gap:62px;justify-content:center}.main-nav a,.header-tools button{font-size:9px;text-transform:uppercase;letter-spacing:.19em}.main-nav a:after{content:"";display:block;width:0;height:1px;background:var(--gold);transition:.3s;margin-top:8px}.main-nav a:hover:after{width:100%}.header-tools{display:flex;justify-content:flex-end;align-items:center;gap:25px}.icon-btn,.bag-btn{border:0;background:none;color:var(--brown);cursor:pointer}.icon-btn{font-size:26px!important;text-transform:none!important;letter-spacing:0!important;line-height:1}.bag-btn{position:relative;padding:0}.bag-icon{display:block;width:21px;height:18px;border:1.4px solid currentColor;border-radius:1px;position:relative}.bag-icon:before{content:"";position:absolute;width:9px;height:7px;border:1.4px solid currentColor;border-bottom:0;border-radius:7px 7px 0 0;left:4px;top:-7px}.bag-btn b{position:absolute;right:-9px;top:-10px;background:var(--brown);color:#fff;border-radius:50%;font-size:7px;width:16px;height:16px;display:grid;place-items:center;font-weight:400}.menu-btn,.mobile-nav{display:none}
/* hero */
.hero{position:relative;min-height:500px;height:calc(100vh - 105px);max-height:760px;overflow:hidden;background:#eee6da}.hero-image{position:absolute;inset:0 0 0 34%;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#f5f0e8 0%,rgba(245,240,232,.92) 13%,rgba(245,240,232,.15) 45%,rgba(245,240,232,0) 68%)}.hero-copy{position:absolute;z-index:2;left:7%;top:50%;transform:translateY(-50%);width:40%;max-width:530px}.eyebrow{font-size:8px;letter-spacing:.38em;color:#826b52;margin:0 0 26px}.hero h1{font:400 clamp(63px,7vw,104px)/.78 "Cormorant Garamond",serif;letter-spacing:-.045em;margin:0 0 34px;color:#3f2f20}.hero h1 em,.story-card h2 em,.couple-section h2 em{font-weight:300}.lead{font-size:12px;line-height:1.9;color:#6d5a44;margin:0 0 33px}.dark-btn,.light-btn{display:inline-flex;align-items:center;gap:25px;padding:17px 27px;text-transform:uppercase;letter-spacing:.2em;font-size:8px;transition:transform .25s,background .25s}.dark-btn{background:var(--brown);color:#f8f2e9}.dark-btn:hover{transform:translateY(-2px);background:#39291c}.dark-btn span,.light-btn span{font-size:14px}.hero-number{position:absolute;right:7%;top:12%;z-index:3;display:flex;flex-direction:column;gap:11px;font-size:8px;letter-spacing:.3em;color:#eee7db}.hero-number i{height:136px;width:1px;background:rgba(255,255,255,.65);display:block}.hero-number span:nth-last-child(1){line-height:1.9}
/* categories */
.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:15px 3.4% 0;background:#f5f0e8}.category{min-width:0}.cat-photo{height:225px;overflow:hidden;background:#ddd}.cat-photo img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;display:block}.category:hover img{transform:scale(1.025)}.cat-meta{height:74px;background:#f5f0e8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;text-transform:uppercase}.cat-meta strong{font-size:15px;letter-spacing:.19em;font-weight:400}.cat-meta span{font-size:7px;letter-spacing:.24em}
/* story overlap */
.story-block{display:grid;grid-template-columns:48% 52%;align-items:center;padding:0 0 0 3.4%;background:#eee5d8;min-height:520px}.story-photo{height:520px;overflow:hidden}.story-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.story-card{background:#f5f0e8;margin-left:-8%;padding:68px 9% 66px;position:relative;z-index:2}.story-card h2{font:400 clamp(45px,5vw,68px)/.88 "Cormorant Garamond",serif;margin:0 0 27px;letter-spacing:-.03em}.story-card>p:not(.eyebrow){font-size:11px;line-height:1.9;color:#705e49;max-width:430px;margin:0 0 27px}
/* values */
.values{display:grid;grid-template-columns:repeat(4,1fr);padding:27px 9%;background:#f5f0e8;border-bottom:1px solid var(--line)}.values div{display:flex;align-items:center;justify-content:center;gap:14px;text-align:left}.values span{font:300 32px "Cormorant Garamond",serif}.values strong{font-size:7px;letter-spacing:.18em;text-transform:uppercase;font-weight:400;line-height:1.8}
/* collections */
.collection{padding:105px 6.5%}.collection.soft{background:#eee7dc}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:42px}.section-head h2{font:400 61px "Cormorant Garamond",serif;margin:0;letter-spacing:-.03em}.section-head>a{font-size:8px;text-transform:uppercase;letter-spacing:.2em;border-bottom:1px solid #8a765d;padding-bottom:6px}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{min-width:0}.product-img{height:390px;overflow:hidden;background:#ddd;position:relative}.product-img img{width:100%;height:100%;object-fit:cover;display:block}.product-card h3{font:400 25px "Cormorant Garamond",serif;margin:15px 0 4px}.product-card p{font-size:10px;letter-spacing:.08em;margin:0}.add{margin-top:13px;background:none;border:0;border-bottom:1px solid #8a765d;padding:0 0 6px;font-size:7px;text-transform:uppercase;letter-spacing:.18em;cursor:pointer;color:var(--brown)}
/* couple */
.couple-section{min-height:600px;background:#4a3725;color:#f2eadf;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:80px 8%;gap:8%}.couple-section h2{font:400 clamp(55px,6vw,80px)/.85 "Cormorant Garamond",serif;margin:0 0 28px}.couple-section>div:first-child>p:not(.eyebrow){font-size:12px;line-height:1.9;margin:0 0 28px;color:#d9ccbb}.light-btn{background:#f2eadf;color:#4a3725}.couple-photo{height:410px;overflow:hidden}.couple-photo img{width:100%;height:100%;object-fit:cover}
/* footer/cart/checkout */
footer{background:#302419;color:#eee4d7;padding:60px 7% 28px;display:grid;grid-template-columns:1fr 1fr;gap:40px}.footer-brand strong{font:400 38px "Cormorant Garamond",serif;letter-spacing:.35em}.footer-brand span{display:block;font-size:6px;letter-spacing:.32em;margin-top:9px}.footer-links{display:flex;justify-content:flex-end;gap:30px}.footer-links a{font-size:7px;letter-spacing:.18em;text-transform:uppercase}.footer-links+small,footer small{grid-column:1/-1;font-size:7px;letter-spacing:.12em;opacity:.55}
.overlay{position:fixed;inset:0;background:#24190f66;opacity:0;visibility:hidden;z-index:35;transition:.3s}.overlay.show{opacity:1;visibility:visible}.cart{position:fixed;right:-430px;top:0;width:420px;max-width:92vw;height:100vh;background:#f8f3ec;z-index:40;padding:31px;display:flex;flex-direction:column;transition:right .4s cubic-bezier(.16,1,.3,1);box-shadow:-25px 0 60px #0002}.cart.open{right:0}.cart-head{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:18px}.cart-head h3{font:400 33px "Cormorant Garamond",serif;margin:0}.cart-head button,.modal-close{border:0;background:none;font-size:28px;cursor:pointer}.cart-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.cart-bottom>div{display:flex;justify-content:space-between;margin-bottom:18px;font-size:11px}.checkout{width:100%;justify-content:center}.checkout-modal{position:fixed;inset:0;z-index:50;background:#24190fcc;display:none;place-items:center;padding:20px}.checkout-modal.open{display:grid}.checkout-box{background:#f7f2eb;max-width:950px;width:100%;max-height:90vh;overflow:auto;padding:45px;position:relative}.checkout-box h2{font:400 48px "Cormorant Garamond",serif;margin:0 0 35px}.checkout-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:45px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fields input{border:0;border-bottom:1px solid #cfc1b0;background:transparent;padding:14px 4px;outline:none}.checkout-box h4{font-size:9px;text-transform:uppercase;letter-spacing:.18em;margin:30px 0 12px}.payment{display:grid;grid-template-columns:20px 1fr auto;align-items:center;padding:14px 0;border-bottom:1px solid var(--line);font-size:10px}.payment small{font-size:8px;color:#85715b}.full{width:100%;justify-content:center;border:0;margin-top:22px}.order-summary{border-left:1px solid var(--line);padding-left:30px}.order-row{display:flex;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.order-thumb{width:70px;height:70px;overflow:hidden}.order-thumb img{width:100%;height:100%;object-fit:cover}.order-info{display:flex;flex-direction:column;gap:5px;font-size:11px}.order-info small{font-size:9px}.summary-total{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:18px;margin-top:18px;font-size:11px}
/* mobile */
@media(max-width:800px){
.site-header{height:82px;padding:0 20px;grid-template-columns:34px 1fr 34px}.menu-btn{display:flex;width:22px;height:20px;border:0;background:none;flex-direction:column;justify-content:space-between;padding:2px 0}.menu-btn span{height:1px;background:var(--brown);width:20px}.brand{text-align:center;justify-self:center}.brand strong{font-size:27px;letter-spacing:.33em;margin-left:.33em}.brand small{font-size:5px;margin-top:5px}.main-nav{display:none}.header-tools{justify-content:flex-end}.header-tools .icon-btn{display:none}.bag-btn{transform:scale(.9)}.mobile-nav{display:flex;position:fixed;top:82px;left:0;right:0;background:#f8f3ec;z-index:19;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .3s;border-bottom:1px solid var(--line)}.mobile-nav.show{max-height:180px}.mobile-nav a{padding:18px 22px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;border-bottom:1px solid var(--line)}
.hero{height:auto;min-height:720px;display:flex;flex-direction:column;justify-content:flex-end;background:#f5f0e8;padding-bottom:46px}.hero-image{position:absolute;inset:0 0 32% 0}.hero-image:after{background:linear-gradient(180deg,rgba(245,240,232,.05) 25%,rgba(245,240,232,.12) 48%,#f5f0e8 88%)}.hero-copy{position:relative;left:auto;top:auto;transform:none;width:auto;max-width:none;padding:0 27px}.hero h1{font-size:61px;line-height:.82;margin-bottom:27px}.lead{font-size:11px;margin-bottom:25px}.hero-number{right:25px;top:14%;font-size:7px}.hero-number i{height:85px}.categories{grid-template-columns:1fr;gap:10px;padding:10px 15px 70px}.cat-photo{height:250px}.cat-meta{height:70px}.story-block{display:block;padding:0;min-height:0}.story-photo{height:430px}.story-card{margin:-50px 18px 0;padding:42px 30px;position:relative}.story-card h2{font-size:51px}.story-card>p:not(.eyebrow){font-size:10px}.values{grid-template-columns:2fr 2fr;gap:25px;padding:30px 18px}.values div{justify-content:flex-start}.collection{padding:75px 20px}.section-head h2{font-size:49px}.products{grid-template-columns:1fr 1fr;gap:14px}.product-img{height:280px}.product-card h3{font-size:21px}.couple-section{grid-template-columns:1fr;padding:70px 25px;gap:40px}.couple-section h2{font-size:59px}.couple-photo{height:330px}.footer-links{justify-content:flex-start}.checkout-box{padding:30px 20px}.checkout-grid{grid-template-columns:1fr;gap:30px}.order-summary{border-left:0;border-top:1px solid var(--line);padding:25px 0 0}.fields{grid-template-columns:1fr}.splash-name{font-size:67px}.splash:before{width:390px;height:390px}.splash:after{width:250px;height:250px}
}
