:root{--wine:#4c1627;--paper:#faf9f6;--ink:#302a28;--line:#dedbd5}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #b78c46;outline-offset:5px}.announcement{background:var(--wine);color:#fff3e5;font-size:12px;letter-spacing:.04em;padding:11px 4%;display:flex;justify-content:space-between}.announcement span{font-size:10px;letter-spacing:.14em}header{height:94px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;border-bottom:1px solid var(--line);gap:24px}.wordmark{font-family:Manrope,sans-serif;font-size:41px;font-weight:600;letter-spacing:-3px;line-height:1}.wordmark span{font:12px sans-serif;vertical-align:top;letter-spacing:0;margin-left:3px}nav{display:flex;gap:32px;font-size:14px}nav a:hover{text-decoration:underline;text-underline-offset:6px}.bag{display:flex;gap:9px;align-items:center;background:none;border:0;font-size:14px}.bag span{font-size:12px}.hero{display:grid;grid-template-columns:47% 53%;min-height:660px}.hero-copy{background:var(--wine);color:#fff6e9;padding:58px 8.5% 25px;display:flex;flex-direction:column}.eyebrow{font-size:11px;font-weight:600;letter-spacing:.14em;margin:0 0 25px}h1{font-family:Georgia,serif;font-size:clamp(48px,5.6vw,86px);font-weight:400;line-height:1.04;letter-spacing:-3px;margin:0}h1 em,h2 em{font-weight:400}h1 em{color:#e4c4a6}.intro{font-size:16px;line-height:1.65;margin:28px 0}.button{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:17px 22px;border:0;font-size:14px;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.cream{background:#f3e6d3;color:var(--wine);width:fit-content}.hero-bottom{margin-top:auto;padding-top:50px;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.12em}.hero-photo{min-height:560px;background:#b8aa97 center/cover;position:relative}.photo-caption{position:absolute;bottom:22px;left:28px;right:28px;display:flex;justify-content:space-between;align-items:center;color:white;text-shadow:0 1px 8px #000;font-size:11px;letter-spacing:.09em}.ribbon{padding:24px 4%;display:flex;justify-content:space-between;gap:24px;align-items:center;border-bottom:1px solid var(--line);font-size:14px}.ribbon>span:first-child{font-size:10px;letter-spacing:.12em}.star{font-size:24px;color:var(--wine)}.collection{padding:80px 4% 90px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.section-heading .eyebrow{margin-bottom:15px}h2{font-family:Georgia,serif;font-size:43px;font-weight:400;letter-spacing:-1.6px;margin:0}.section-heading>p{font-size:14px;line-height:1.7;color:#6c6460;margin:0 0 3px}.filter-row{display:flex;justify-content:space-between;align-items:center;margin:32px 0 27px}.filter-row>span{font-size:12px;color:#79716c}#filters{display:flex;gap:8px}#filters button{border:1px solid var(--line);padding:9px 19px;border-radius:30px;background:transparent;font-size:13px}#filters button.active{background:var(--wine);border-color:var(--wine);color:white}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 22px}.product-image{position:relative;aspect-ratio:1/1.14;background:#e9e5df;overflow:hidden}.product-image>button:first-child{display:block;width:100%;height:100%;padding:0;border:0;background:none}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-image:hover img{transform:scale(1.035)}.tag{position:absolute;left:15px;top:15px;background:#fffaf1;padding:6px 9px;font-size:10px;letter-spacing:.06em;pointer-events:none}.quick-add{position:absolute;bottom:15px;right:15px;border:0;border-radius:50%;width:38px;height:38px;background:white;font-size:24px;box-shadow:0 2px 7px #0001}.product-info{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.product-info h3{font-size:16px;margin:0 0 6px;font-weight:500}.product-info p{font-size:12px;color:#776f69;margin:0}.price{font-size:14px;white-space:nowrap}.closing{text-align:center;background:#e8ddc8;padding:72px 20px;color:var(--wine)}.closing h2{font-size:58px;line-height:1.12}.closing p:not(.eyebrow){font-size:15px;line-height:1.7;margin:25px 0}.closing a{font-size:14px;border-bottom:1px solid;padding-bottom:5px}footer{display:flex;align-items:center;gap:30px;padding:45px 4%;flex-wrap:wrap}footer .wordmark{font-size:32px}footer p{font-family:Georgia,serif}footer>span{margin-left:auto;font-size:11px;color:#7c726b}dialog{padding:0;border:0;background:var(--paper);color:var(--ink);width:min(880px,92vw);max-height:90dvh;overflow:auto}dialog::backdrop{background:#24121588;backdrop-filter:blur(3px)}.close{position:absolute;right:15px;top:12px;border:0;background:var(--paper);width:35px;height:35px;border-radius:50%;font-size:26px;z-index:2}#product-detail{display:grid;grid-template-columns:1fr 1fr}#product-detail>img{width:100%;height:100%;min-height:480px;object-fit:cover}.detail-copy{padding:65px 35px 40px}.detail-copy h2{font-size:36px}.detail-copy p{line-height:1.6;color:#72665d}.detail-copy .button{width:100%;background:var(--wine);color:white;margin-top:25px}.detail-note{font-size:12px}.cart-dialog{margin:0 0 0 auto;min-height:100dvh;max-height:100dvh;width:min(480px,100%);padding:30px}.dialog-heading{padding:10px 0 25px;border-bottom:1px solid var(--line)}.dialog-heading h2{font-size:30px}.cart-item{display:grid;grid-template-columns:78px 1fr auto;gap:16px;padding:22px 0;border-bottom:1px solid var(--line)}.cart-item img{width:78px;height:96px;object-fit:cover}.cart-item h3{font-size:15px;font-weight:500;margin:3px 0 7px}.cart-item p{font-size:12px;margin:0 0 13px;color:#75685f}.qty{display:flex;gap:12px;align-items:center;font-size:13px}.qty button{background:transparent;border:1px solid var(--line);width:26px;height:26px}.remove{background:none;border:0;text-decoration:underline;font-size:11px;padding:0}.summary{display:flex;justify-content:space-between;margin:25px 0}.checkout{background:var(--wine);color:white;width:100%}.empty{text-align:center;padding:70px 20px}.empty h3{font-family:Georgia,serif;font-size:28px;font-weight:400}.empty .button{margin:24px auto;background:var(--wine);color:white}.demo-note{font-size:12px;line-height:1.6;color:#81746a}.checkout-preview{padding:35px 0}.checkout-preview h3{font:32px Georgia,serif}.checkout-preview p{line-height:1.7}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--wine);color:white;padding:15px 24px;font-size:14px;transition:.2s;z-index:9;max-width:90vw}#toast.show{opacity:1;transform:translate(-50%,0)}@media(min-width:1600px){.hero{min-height:750px}}@media(max-width:800px){header{height:76px}nav{gap:18px}nav a:nth-child(n+3){display:none}.wordmark{font-size:34px}.announcement span{display:none}.announcement{justify-content:center;font-size:11px}.hero{grid-template-columns:1fr 1fr;min-height:550px}.hero-copy{padding:40px 8% 22px}h1{font-size:53px;letter-spacing:-2px}.hero-photo{min-height:550px}.intro{font-size:14px}.button{font-size:12px;padding:15px}.hero-bottom{font-size:8px}.photo-caption span:first-child{display:none}.ribbon{font-size:12px;gap:12px}.ribbon>span:first-child{display:none}.section-heading{align-items:flex-start;flex-direction:column;gap:15px}.collection{padding:55px 5%}h2{font-size:37px}.products{grid-template-columns:repeat(2,1fr)}.product-info h3{font-size:14px}.price{font-size:13px}footer>span{margin-left:0;width:100%}}@media(max-width:520px){nav{gap:14px;font-size:12px}nav a:nth-child(2){display:none}.hero{display:flex;flex-direction:column}.hero-copy{padding:36px 6% 24px}h1{font-size:61px}.hero-copy .eyebrow{font-size:9px;margin-bottom:20px}.hero-photo{min-height:360px;order:2}.intro{margin:23px 0}.hero-bottom{padding-top:32px}.ribbon{padding:20px 5%;font-size:11px}.ribbon .star{font-size:18px}.ribbon>span:last-child{display:none}.ribbon>span:nth-last-child(2){display:none}.collection{padding-top:45px}.section-heading h2{font-size:34px}.section-heading>p{font-size:13px}.filter-row{gap:10px}.filter-row>span{display:none}#filters{gap:5px;flex-wrap:wrap}#filters button{font-size:11px;padding:9px 12px}.products{gap:27px 12px}.product-info{flex-direction:column;gap:8px}.product-info h3{font-size:14px}.product-info p{font-size:11px}.tag{font-size:8px;left:8px;top:8px}.quick-add{right:8px;bottom:8px;width:32px;height:32px}.closing h2{font-size:46px}.closing{padding:50px 15px}#product-detail{grid-template-columns:1fr}#product-detail>img{height:270px;min-height:0}.detail-copy{padding:28px}.cart-dialog{padding:23px}.eyebrow{font-size:10px}footer{gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important}}
/* A classic housewares masthead, inspired by an established catalog store. */
header{height:132px;display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:82px 50px;gap:0;text-align:center;padding:0 4%}.wordmark{font-family:Georgia,serif;letter-spacing:.06em;font-size:37px;font-weight:400}header>.wordmark{grid-column:2;grid-row:1}header>nav{grid-column:1/4;grid-row:2;justify-content:center;align-items:center;border-top:1px solid var(--line);height:100%;gap:48px}header>.bag{grid-column:3;grid-row:1;justify-self:end}.hero{min-height:600px}.hero-copy{padding-top:46px}.hero-photo{min-height:600px}.photo-caption{background:#2c201d73;padding:13px;left:20px;right:20px;bottom:18px}.eyebrow{font-size:12px}nav,#filters button,.filter-row>span,.product-info p{font-size:14px}.tag{font-size:12px}.hero-bottom,.announcement span,.ribbon>span:first-child{font-size:12px}.hero-bottom{letter-spacing:.06em}.photo-caption{font-size:12px}.hero-bottom span:last-child{display:none}@media(max-width:800px){header{height:117px;grid-template-rows:70px 47px}header>nav{gap:28px}header>nav a{display:block}.hero{min-height:540px}.hero-photo{min-height:540px}.hero-bottom{font-size:10px}.tag{font-size:10px}}@media(max-width:520px){header{height:111px;grid-template-rows:67px 44px}header>.wordmark{font-size:30px}header>nav{gap:24px}header>nav a{font-size:12px}.bag{font-size:12px}.hero-copy{padding-top:34px}.hero-photo{min-height:360px}.hero-copy .eyebrow{font-size:11px}.filter-row #filters button{font-size:12px}.product-info p{font-size:12px}.tag{font-size:9px}footer .wordmark{font-size:30px}}
.film-hero{display:block;position:relative;isolation:isolate;min-height:650px;overflow:hidden;background:#38332b}.film-hero>video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 42%;z-index:-2}.film-hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#161811c9 0%,#20231b6b 45%,#1a1a1112 80%);z-index:-1}.film-hero .hero-copy{background:none;min-height:650px;width:63%;padding:58px 6% 28px}.film-hero .hero-photo{display:none}.film-hero h1{font-size:clamp(45px,5.2vw,82px);letter-spacing:-2px}.film-hero h1 em{color:#f0dcc0}.film-control{position:absolute;right:28px;bottom:24px;z-index:3;background:#191c177a;color:white;border:1px solid #ffffff6b;border-radius:2px;padding:11px 15px;font-size:12px}.film-hero .hero-bottom{padding-top:35px}.film-hero .intro{text-shadow:0 1px 4px #0004}.film-hero .cream{background:#f9f5ec;color:#30251f}@media(max-width:800px){.film-hero,.film-hero .hero-copy{min-height:590px}.film-hero .hero-copy{width:80%;padding:47px 6% 26px}.film-hero h1{font-size:59px}}@media(max-width:520px){.film-hero,.film-hero .hero-copy{min-height:570px}.film-hero .hero-copy{width:100%;padding:38px 6% 22px}.film-hero h1{font-size:48px}.film-hero>video{object-position:58% center}.film-hero:after{background:linear-gradient(90deg,#11160dde,#151b127a)}.film-control{right:18px;bottom:20px;font-size:11px;padding:9px}.film-hero .hero-bottom{font-size:9px;max-width:50%;line-height:1.7}}
header>.wordmark{font-size:32px;letter-spacing:.035em;white-space:nowrap}footer .wordmark{font-size:26px;letter-spacing:.02em}@media(max-width:520px){header{grid-template-columns:20px 1fr 50px}header>.wordmark{font-size:23px;letter-spacing:0}header>.bag{gap:5px}header>.bag svg{display:none}footer .wordmark{font-size:26px}}

/* The Noble Kitchen typographic identity. */
header{grid-template-rows:112px 49px;height:161px}.wordmark,header>.wordmark,footer .wordmark{display:flex;flex-direction:column;align-items:center;gap:5px;line-height:1;color:#3f2529;white-space:nowrap}.wordmark .brand-top{font-family:"DM Sans",sans-serif;font-size:10px;font-weight:500;letter-spacing:.32em;margin:0;padding-left:.32em}.wordmark .brand-name{font-family:"Cormorant Garamond",Georgia,serif;font-size:34px;font-weight:500;letter-spacing:.07em;margin:0}.wordmark .brand-base{font-family:"DM Sans",sans-serif;font-size:8px;font-weight:500;letter-spacing:.23em;margin:4px 0 0}.film-hero h1{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;font-size:clamp(54px,5.8vw,86px);line-height:1.01;letter-spacing:-1.5px}.film-hero h1 em{font-weight:400}h2,.empty h3,.checkout-preview h3{font-family:"Cormorant Garamond",Georgia,serif;font-weight:500;letter-spacing:-.6px}.section-heading h2{font-size:48px}.closing h2{font-size:64px}.product-info h3{font-weight:400}.announcement{background:#3f2529}nav{font-size:13px;letter-spacing:.02em}footer .wordmark .brand-name{font-size:28px}footer .wordmark .brand-base{display:none}@media(max-width:520px){header{height:135px;grid-template-rows:91px 44px}header>.wordmark .brand-name{font-size:25px;letter-spacing:.035em}.wordmark .brand-top{font-size:9px}.wordmark .brand-base{font-size:7px;letter-spacing:.16em}.film-hero h1{font-size:52px;letter-spacing:-.9px}.section-heading h2{font-size:38px}.closing h2{font-size:50px}}

.wordmark .brand-top{font-family:"Cormorant Garamond",Georgia,serif;font-style:italic;font-size:19px;letter-spacing:0;padding:0;line-height:.8}.wordmark .brand-name{font-size:43px;font-weight:500;letter-spacing:-.02em}.wordmark .brand-base{font-size:10px;letter-spacing:.17em}footer .wordmark .brand-name{font-size:35px}@media(max-width:520px){header>.wordmark .brand-name{font-size:32px;letter-spacing:-.02em}.wordmark .brand-top{font-size:16px}.wordmark .brand-base{font-size:8px}}
header{height:188px;grid-template-rows:139px 49px}header>.wordmark .brand-name{font-size:58px}header>.wordmark .brand-top{font-size:23px}header>.wordmark .brand-base{font-size:10px;margin-top:7px}@media(max-width:520px){header{height:150px;grid-template-rows:106px 44px}header>.wordmark .brand-name{font-size:37px}header>.wordmark .brand-top{font-size:18px}header>.wordmark .brand-base{font-size:8px;margin-top:5px}}

.film-hero>video{transition:opacity .7s ease}.film-hero>video.film-hidden{opacity:0}.film-hero #family-film{object-position:65% center}
/* A full home and kitchen department store. */
header>nav{gap:clamp(18px,3.5vw,60px)}.departments{padding:64px 4% 12px}.department-heading{text-align:center;margin-bottom:32px}.department-heading .eyebrow{margin-bottom:13px}.department-heading h2{font-size:45px}.department-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.department>div{aspect-ratio:1/1.05;overflow:hidden;background:#e8e3dd}.department img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.department:hover img{transform:scale(1.05)}.department h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:25px;font-weight:500;margin:14px 0 5px}.department p{font-size:12px;color:#736762;margin:0}.collection{padding-top:62px}.filter-row{align-items:flex-start;gap:25px}#filters{flex-wrap:wrap;gap:8px;max-width:1100px}#filters button{font-size:12px;padding:10px 15px}.filter-row>span{white-space:nowrap;padding-top:12px}.products{grid-template-columns:repeat(4,1fr)}.product-info{gap:8px}.product-info h3{font-size:15px}.product-info p{font-size:12px}.product-image .tag{font-size:10px}.product-image{aspect-ratio:1/1.14}#gather-film{object-position:65% center}@media(max-width:1100px){.department-grid{grid-template-columns:repeat(3,1fr);gap:28px 18px}.products{grid-template-columns:repeat(3,1fr)}header>nav{gap:22px;font-size:12px}}@media(max-width:700px){header>nav{justify-content:flex-start;overflow-x:auto;gap:25px;padding:0 0 0 5px;white-space:nowrap}header>nav a{flex-shrink:0;display:block!important}.department-grid{grid-template-columns:repeat(2,1fr);gap:28px 16px}.departments{padding:42px 5% 0}.department-heading h2{font-size:38px}.department h3{font-size:24px}.department p{font-size:12px}.products{grid-template-columns:repeat(2,1fr)}.product-info{flex-direction:column}.filter-row{margin-top:25px}#filters{max-height:168px;overflow:auto;padding:3px}#filters button{font-size:12px;padding:9px 12px}.collection{padding-top:45px}.product-image .tag{font-size:8px}.filter-row>span{display:none}.film-hero>video{object-position:65% center}}

/* Department navigation with a quieter editorial row. */
header{height:226px;grid-template-rows:126px 46px 54px;padding:0 2.5%;grid-template-columns:1fr auto 1fr}header>nav{grid-row:3;gap:0;justify-content:space-between;overflow-x:auto;white-space:nowrap;font-size:12px}header>nav a{display:block!important;padding:17px 12px;flex-shrink:0}header>nav a:hover{color:var(--wine);background:#f0ebe5;text-decoration:none}.inspiration-nav{grid-column:1/4;grid-row:2;display:flex;align-items:center;justify-content:center;gap:48px;font-size:12px;color:#6d625b}.site-search{grid-column:1;grid-row:1;display:flex;max-width:265px;border-bottom:1px solid #9b8c82}.site-search input{background:transparent;min-width:0;width:100%;border:0;padding:10px 0;font-size:12px}.site-search button{border:0;background:transparent;font-size:26px;padding:0 8px}.store-highlights{display:flex;justify-content:space-around;gap:20px;padding:13px 3%;border-bottom:1px solid var(--line);font-size:11px;background:#f0ede7;letter-spacing:.02em}.store-highlights span{flex:1;text-align:center}.store-highlights span+span{border-left:1px solid #d4cdc3}@media(max-width:1000px){header>nav{justify-content:flex-start}.inspiration-nav{gap:30px}.site-search{max-width:190px}}@media(max-width:700px){header{height:235px;grid-template-rows:106px 40px 39px 50px;grid-template-columns:30px 1fr 50px}.site-search{grid-column:1/4;grid-row:2;max-width:none;width:100%}.inspiration-nav{grid-row:3;justify-content:flex-start;overflow:auto;white-space:nowrap;gap:26px;font-size:11px}.inspiration-nav a{flex-shrink:0}header>nav{grid-row:4;padding:0;gap:8px}header>nav a{font-size:12px;padding:16px 8px}.store-highlights{font-size:10px;padding:11px 3%}.store-highlights span:nth-child(n+2){display:none}header>.wordmark .brand-name{font-size:37px}}

.catalog-photo{display:block;width:100%;aspect-ratio:1;background-size:400% 400%;background-repeat:no-repeat;background-color:#eee7dc}.product-image>button:first-child{display:flex;align-items:center;background:#eee7dc}.product-image:has(.catalog-photo){aspect-ratio:1}.cart-item>.catalog-photo{width:78px;align-self:start}#product-detail>.catalog-photo{align-self:center}#product-detail:has(.catalog-photo){background:#eee7dc}#product-detail .detail-copy{background:var(--paper);height:100%}
[hidden]{display:none!important}.checking-out>main,.checking-out>footer,.checking-out>.store-highlights,.checking-out>.announcement,.checking-out>header>nav,.checking-out>header>.inspiration-nav,.checking-out>header>.site-search,.checking-out>header>.bag{display:none}.checking-out>header{height:132px;display:flex;justify-content:center}.checkout-top{max-width:1260px;margin:auto;padding:25px 30px;display:flex;justify-content:space-between;font-size:11px;letter-spacing:.1em}.checkout-top button,.text-button{border:0;background:none;color:var(--wine);font-size:12px;padding:0;text-decoration:underline;text-underline-offset:4px}.checkout-layout{display:grid;grid-template-columns:1.15fr .85fr;max-width:1260px;margin:auto;gap:80px;padding:20px 30px 90px}.checkout-main h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:51px;letter-spacing:-1px;line-height:1.05}.checkout-main h1 em{color:var(--wine)}.checkout-main h2,.order-summary h2{font-size:28px;letter-spacing:0;margin:0 0 22px}.checkout-demo{font-size:12px;line-height:1.7;color:#796f64;padding:14px 0}.checkout-steps{display:flex;gap:22px;font-size:11px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:20px 0;color:#81776d}.checkout-steps b{color:var(--wine)}.checkout-section{padding:30px 0;border-bottom:1px solid var(--line)}.checkout-section-title{display:flex;justify-content:space-between;align-items:baseline}.wallets{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.wallets button{height:48px;border:1px solid transparent;border-radius:3px;font-size:20px}.apple-wallet{background:#171717;color:white}.apple-wallet small{font-size:9px;margin-left:5px}.amazon-wallet{background:#f2cf83;color:#252626;font-size:17px!important}.paypal-wallet{background:#f8d94a;color:#003087;font-style:italic}.paypal-wallet span{color:#009cde}.wallet-status,.checkout-fine{font-size:11px;line-height:1.65;color:#796f64}.wallet-status{min-height:36px;margin:15px 0 0}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px;font-size:12px;color:#645c54}.field input,.field select{padding:14px 12px;border:1px solid #d7d0c7;border-radius:2px;background:white;color:#302a28;width:100%;min-width:0;font-size:14px}.field input:focus,.field select:focus{outline:1px solid var(--wine);border-color:var(--wine)}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px}.choice{display:flex;align-items:center;gap:13px;border:1px solid #d7d0c7;padding:18px 14px;font-size:13px;cursor:pointer}.choice+.choice{border-top:0}.choice input{accent-color:var(--wine)}.choice small{display:block;font-size:11px;color:#80746a;margin-top:5px}.choice strong{margin-left:auto;font-weight:500}.payment-tabs{display:flex;gap:6px;margin-bottom:22px}.payment-tabs button{padding:11px 13px;background:white;border:1px solid #d7d0c7;font-size:12px;border-radius:2px}.payment-tabs .selected{border-color:var(--wine);background:#f0e7e4;color:var(--wine)}.wallets .selected{outline:2px solid var(--wine);outline-offset:3px}#card-preview input{background:#f1efeb;color:#82786d}.review-button{width:100%;background:var(--wine);color:white;margin-top:25px;font-size:14px;justify-content:space-between}.order-summary{background:#f0ede6;padding:32px;height:fit-content;position:sticky;top:25px}.checkout-item{display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:14px;padding:18px 0;border-bottom:1px solid #ddd5cb}.checkout-item>img,.checkout-item>.catalog-photo{width:70px;height:70px;object-fit:cover}.checkout-item h3{font-size:13px;font-weight:500;margin:0 0 7px}.checkout-item p,.checkout-item span{font-size:10px;color:#80776c;margin:0 0 5px}.checkout-item strong{font-size:12px;font-weight:500}.checkout-items{margin-bottom:25px;max-height:440px;overflow:auto}.order-line{display:flex;justify-content:space-between;font-size:13px;margin:17px 0}.order-total{font-size:19px;border-top:1px solid #d2cabe;padding-top:24px;margin-top:25px}.review-address{padding:20px;background:#eee9e2;font-size:14px;line-height:1.7}.review-payment{font-size:13px}.checkout-section>.text-button{margin-top:25px}.demo-confirmation{max-width:720px;padding:65px 25px 100px;text-align:center;margin:auto}.confirmation-check{display:inline-grid;place-items:center;width:62px;height:62px;border:1px solid var(--wine);border-radius:50%;color:var(--wine);font-size:28px;margin-bottom:30px}.demo-confirmation h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:62px;letter-spacing:-1px;line-height:1.1;margin-bottom:28px}.demo-confirmation h2{font-size:30px}.demo-confirmation p:not(.eyebrow){font-size:14px;line-height:1.8;color:#74695f}.demo-confirmation .confirmation-reference{font-size:10px!important;letter-spacing:.12em;margin:25px 0}.demo-confirmation .button{width:270px;margin:30px auto}.demo-confirmation h1 em{color:var(--wine)}@media(max-width:800px){.checkout-layout{gap:30px;grid-template-columns:1fr;padding:15px 20px 60px}.order-summary{position:static;grid-row:1}.checkout-items{max-height:180px}.checkout-main h1{font-size:43px}.checkout-top{padding:20px}.checkout-top>span{display:none}.wallets{gap:7px}.wallets button{font-size:17px}.payment-tabs{flex-wrap:wrap}.checkout-steps{gap:15px;font-size:10px}.demo-confirmation h1{font-size:48px}.field-pair{gap:12px}.order-summary{padding:23px}.checking-out>header{height:115px}}

.product-image{aspect-ratio:1}.apple-wallet{font-weight:600;letter-spacing:-.5px}
.story-header{height:188px;grid-template-rows:139px 49px}.story-header>nav{grid-row:2;justify-content:center;gap:45px}.story-hero{display:grid;grid-template-columns:1.1fr 1fr;background:#eae2d5}.story-hero>div{padding:90px 9%}.story-hero h1,.contact-intro h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(48px,4.6vw,76px);line-height:1.06;letter-spacing:-1.5px}.story-hero h1 em,.contact-intro h1 em{color:var(--wine)}.story-hero>img{width:100%;height:100%;max-height:690px;object-fit:cover}.story-lead{line-height:1.8;font-size:15px;margin-top:30px}.story-copy{max-width:780px;margin:auto;padding:85px 30px}.story-copy h2{font-size:40px;line-height:1.2;margin:0 0 30px}.story-copy>p:not(.eyebrow){font-size:16px;line-height:1.95;color:#675d55;margin:24px 0}.story-copy blockquote{font-family:'Cormorant Garamond',Georgia,serif;font-size:37px;line-height:1.35;color:var(--wine);border-left:2px solid #bfa68a;padding:12px 0 12px 32px;margin:45px 0}.story-copy h2:not(:first-of-type){margin-top:55px}.story-copy .story-signoff{font-family:'Cormorant Garamond',Georgia,serif;font-size:31px!important;line-height:1.4!important;color:var(--wine)!important;margin-top:40px!important}.story-signature em{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px}.story-copy .story-disclosure{font-size:11px!important;color:#8b8178!important;padding-top:22px;border-top:1px solid var(--line)}.story-values{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;background:#f0eae0;padding:60px 8%}.story-values span{font-size:11px;color:#967f69}.story-values h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:30px;font-weight:500;margin:15px 0}.story-values p{font-size:13px;line-height:1.8;color:#706459}.contact-intro{text-align:center;padding:70px 25px;background:#efe8dd}.contact-intro>p:last-child{font-size:15px;line-height:1.9;margin:27px 0 0;color:#706459}.contact-layout{max-width:1180px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;padding:75px 30px}.contact-layout aside h2{font-size:40px;line-height:1.15}.contact-layout aside>p,.contact-detail p{font-size:14px;line-height:1.85;color:#706459}.contact-detail{margin:30px 0}.contact-detail h3{font-size:14px;font-weight:500}.contact-note{padding:22px;background:#efeae1;font-size:12px;line-height:1.8;margin-top:35px;color:#796d61}.contact-note p{margin-bottom:0}.contact-form-panel{border:1px solid var(--line);padding:38px}.contact-form-panel h2{font-size:36px;margin-bottom:30px}.field textarea{font:14px 'DM Sans',sans-serif;resize:vertical;width:100%;border:1px solid #d7d0c7;padding:14px;background:white;border-radius:2px}.field textarea:focus{outline:1px solid var(--wine)}#contact-success{text-align:center;padding:40px 0}#contact-success h3{font:32px 'Cormorant Garamond',Georgia,serif}#contact-success p{font-size:14px;line-height:1.9;color:#796d61}.contact-faq{max-width:850px;padding:10px 30px 80px;margin:auto}.contact-faq h2{margin-bottom:30px}.contact-faq details{padding:22px 0;border-top:1px solid var(--line);font-size:14px}.contact-faq summary{cursor:pointer}.contact-faq details p{line-height:1.8;color:#796d61}footer nav{font-size:13px;gap:25px}@media(max-width:700px){.story-header{height:155px;grid-template-rows:106px 49px}.story-header>nav{gap:20px}.story-hero{grid-template-columns:1fr}.story-hero>div{padding:50px 7%}.story-hero>img{height:320px}.story-hero h1,.contact-intro h1{font-size:45px}.story-copy{padding:50px 25px}.story-copy h2{font-size:34px}.story-copy blockquote{font-size:31px;padding-left:22px}.story-values{grid-template-columns:1fr;gap:20px;padding:40px 7%}.contact-intro{padding:45px 20px}.contact-layout{grid-template-columns:1fr;gap:30px;padding:40px 20px}.contact-form-panel{padding:25px 20px}.contact-faq{padding:20px 25px 50px}footer nav a{display:block!important}.inspiration-nav{gap:25px}}

.wallets button{display:flex;align-items:center;justify-content:center;padding:8px 15px}.wallets .apple-wallet{background:white;border-color:#d7d0c7}.wallets .amazon-wallet{background:#ffdf6b;border-color:#efca4e}.wallets .apple-wallet img{height:32px;width:auto;max-width:100%}.wallets .amazon-wallet img{height:27px;width:auto;max-width:100%}.payment-tabs button{display:flex;align-items:center;justify-content:center;min-height:48px}.payment-tabs .payment-mark{width:auto;object-fit:contain}.payment-tabs .apple-mark{height:28px}.payment-tabs .amazon-mark{height:22px;max-width:86px}@media(max-width:520px){.wallets button{padding:8px}.wallets .amazon-wallet img{height:23px}.wallets .apple-wallet img{height:30px}}
