:root{--brown:#7f5539;--warm:#b08968;--beige:#ddb892;--cream:#ede0d4;--ivory:#faf6f0;--ink:#2c211b;--white:#ffffff;--line:rgba(127,85,57,0.22);--shadow:0 20px 50px rgba(44,33,27,0.12);--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--ivory);font-family:var(--font-body),Manrope,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}img{object-fit:cover}input[type=checkbox],input[type=radio]{width:auto;min-height:auto;accent-color:var(--brown)}h1,h2,h3{font-family:var(--font-display),"Cormorant Garamond",Georgia,serif;font-weight:500;line-height:.98;margin:0}h1{font-size:clamp(3.5rem,8vw,8.5rem)}h2{font-size:clamp(2.4rem,5vw,5.6rem)}h3{font-size:1.6rem}p{margin:0}.announcement{background:var(--ink);color:var(--ivory);text-align:center;padding:.55rem 1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.25rem;gap:1.25rem;padding:1rem clamp(1rem,4vw,4rem);background:rgba(250,246,240,.88);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.logo-wrap img{width:154px;height:auto;object-fit:contain;mix-blend-mode:multiply}.desktop-nav{justify-self:center;display:flex;align-items:center;gap:1.15rem;font-size:.79rem;letter-spacing:.03em;text-transform:uppercase}.nav-item{padding:.8rem 0}.nav-item,.nav-item>a{position:relative}.nav-item>a:after{content:"";position:absolute;left:0;bottom:-.25rem;width:0;height:1px;background:var(--brown);transition:width .25s ease}.nav-item:hover>a:after{width:100%}.mega-menu{position:absolute;top:100%;left:50%;display:none;width:520px;transform:translateX(-50%);grid-template-columns:1.2fr 1fr;gap:.7rem 1.2rem;padding:1.2rem;background:var(--white);border:1px solid var(--line);box-shadow:var(--shadow)}.nav-item:hover .mega-menu{display:grid}.mega-menu strong{font-family:var(--font-display);font-size:1.55rem;text-transform:none}.mega-menu a,.mega-menu p{font-size:.84rem;text-transform:none;letter-spacing:0}.header-actions{display:flex;justify-content:flex-end;gap:.45rem}.icon-btn{display:inline-flex;min-width:42px;height:42px;align-items:center;justify-content:center;gap:.2rem;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.55);transition:transform .2s ease,background .2s ease}.icon-btn.active,.icon-btn:hover{background:var(--cream);transform:translateY(-1px)}.icon-btn span{font-size:.72rem}.account-chip{width:auto;padding-inline:.75rem}.account-chip.signed-in{background:var(--ink);color:var(--ivory)}.mobile-only{display:none}.btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.25rem;border:1px solid;border-radius:var(--radius);font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .22s ease,background .22s ease,color .22s ease}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--ink);color:var(--ivory)}.btn-light{background:var(--ivory);color:var(--ink)}.btn-ghost{background:transparent;color:var(--brown)}.magnetic:hover{transform:translateY(-2px) scale(1.015)}.hero{position:relative;min-height:calc(100vh - 105px);display:flex;align-items:center;overflow:hidden;color:var(--white)}.hero-image{position:absolute;inset:0}.hero-image img{object-position:center}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(44,33,27,.62),rgba(44,33,27,.18) 48%,rgba(44,33,27,.06))}.hero-copy{position:relative;z-index:1;max-width:770px;padding:9rem clamp(1.2rem,8vw,7rem)}.hero-copy p{max-width:560px;margin:1.2rem 0 2rem;font-size:clamp(1rem,2vw,1.35rem)}.hero-controls{position:absolute;z-index:2;left:clamp(1.2rem,8vw,7rem);bottom:2rem;display:flex;align-items:center;gap:.55rem}.hero-controls button{width:40px;height:40px;border:1px solid rgba(255,255,255,.5);border-radius:999px;background:rgba(255,255,255,.15);color:var(--white)}.hero-controls button:not(:first-child):not(:last-child){width:34px;height:3px;border-radius:0;padding:0}.hero-controls button.active{background:var(--white)}.admin-page,.cart-page,.checkout-page,.content-page,.corporate-page,.dashboard-page,.journal-page,.listing-page,.pdp,.personalisation-page,.section{padding:clamp(4rem,8vw,7rem) clamp(1rem,5vw,5rem)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;margin-bottom:2rem}.section-head p{max-width:520px;color:var(--brown)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:1rem;gap:1rem}.category-card{position:relative;min-height:320px;overflow:hidden;border-radius:var(--radius);background:var(--cream)}.category-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(44,33,27,.55),transparent 60%)}.category-card span{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:1;color:var(--white);font-family:var(--font-display);font-size:1.55rem}.product-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,1fr);grid-gap:1rem;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1.2rem;gap:1.2rem}.product-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{scroll-snap-align:start;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 10px 30px rgba(44,33,27,.06)}.product-media{position:relative;display:block;aspect-ratio:.82;overflow:hidden}.product-media img{transition:opacity .35s ease,transform .45s ease}.product-media .hover-img{opacity:0}.product-card:hover .hover-img{opacity:1;transform:scale(1.04)}.product-card:hover .product-media img:first-of-type{transform:scale(1.04)}.product-label{position:absolute;z-index:2;top:.9rem;left:.9rem;padding:.25rem .5rem;background:var(--ivory);border:1px solid var(--line);font-size:.7rem;letter-spacing:.08em;text-transform:uppercase}.product-info{padding:1rem}.price-row,.product-actions,.product-meta{display:flex;align-items:center;justify-content:space-between;gap:.7rem}.product-meta{color:var(--brown);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em}.product-meta span:last-child{display:inline-flex;align-items:center;gap:.2rem}.product-name{display:block;margin:.5rem 0;font-family:var(--font-display);font-size:1.6rem;line-height:1.1}.product-info p{min-height:3.2rem;color:rgba(44,33,27,.72);font-size:.93rem}.price-row{justify-content:flex-start;margin:.8rem 0 1rem}.price-row span{font-weight:800}.price-row del{color:var(--warm)}.price-row.large{font-size:1.35rem}.editorial-split{display:grid;grid-template-columns:1.08fr .92fr;min-height:720px;background:var(--cream)}.split-media{position:relative;min-height:520px}.split-copy{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;padding:clamp(2rem,7vw,6rem)}.split-copy p{font-size:1.1rem;color:var(--brown)}.hamper-builder{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:2rem;gap:2rem;margin:clamp(4rem,8vw,7rem) clamp(1rem,5vw,5rem);padding:clamp(2rem,5vw,4rem);background:var(--brown);color:var(--ivory);border-radius:var(--radius)}.hamper-builder p{max-width:620px;margin-top:1rem}.builder-steps{display:flex;flex-wrap:wrap;gap:.8rem}.builder-steps span{display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .9rem;border:1px solid rgba(250,246,240,.35);border-radius:var(--radius)}.occasion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.occasion-grid a{min-height:150px;display:flex;align-items:flex-end;padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--font-display);font-size:1.9rem;transition:background .2s ease}.occasion-grid a:hover{background:var(--cream)}.personal-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;padding:clamp(4rem,8vw,7rem) clamp(1rem,5vw,5rem);background:var(--white)}.personal-section ul{display:grid;grid-gap:1rem;gap:1rem;margin:0;padding:0;list-style:none}.personal-section li{padding-bottom:1rem;border-bottom:1px solid var(--line)}.brand-story{padding:clamp(4rem,10vw,9rem) clamp(1rem,8vw,8rem);text-align:center}.brand-story h2{max-width:1100px;margin:auto}.corporate-grid,.dashboard-grid,.metric-grid,.personal-steps,.testimonial-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.corporate-grid article,.dashboard-grid article,.metric-grid article,.orders-panel,.personal-steps article,.summary-box,.testimonial-grid article{padding:1.3rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.testimonial-grid span{color:var(--brown)}.testimonial-grid p{margin:1rem 0;font-family:var(--font-display);font-size:1.45rem;line-height:1.25}.testimonial-grid small{display:block;color:var(--brown)}.gallery-grid,.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.gallery-grid a{position:relative;aspect-ratio:.85;overflow:hidden;border-radius:var(--radius)}.newsletter{margin:clamp(4rem,8vw,7rem) clamp(1rem,5vw,5rem);padding:clamp(2rem,6vw,5rem);text-align:center;background:var(--cream);border-radius:var(--radius)}.newsletter form{display:grid;grid-template-columns:minmax(0,420px) auto;justify-content:center;grid-gap:.8rem;gap:.8rem;margin-top:1.4rem}.newsletter .success,.newsletter small{grid-column:1/-1}.newsletter .success{display:none;color:var(--brown)}.newsletter form.sent .success{display:block;animation:fadeUp .4s ease both}input,select,textarea{width:100%;min-height:46px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);padding:.8rem .9rem}textarea{min-height:112px;resize:vertical}.listing-hero{max-width:920px;margin-bottom:2rem}.listing-hero p{margin-top:1rem;color:var(--brown);font-size:1.1rem}.listing-tools{display:grid;grid-template-columns:1.5fr repeat(4,1fr);grid-gap:.8rem;gap:.8rem;margin-bottom:1.5rem}.breadcrumbs{margin-bottom:1.4rem;color:var(--brown);font-size:.9rem}.pdp-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem)}.gallery{position:-webkit-sticky;position:sticky;top:120px;align-self:start}.main-image{position:relative;aspect-ratio:.9;overflow:hidden;border-radius:var(--radius);background:var(--cream)}.thumbs{display:flex;gap:.7rem;margin-top:.8rem;overflow-x:auto}.thumbs button{position:relative;flex:0 0 86px;height:96px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}.thumbs button.active{border-color:var(--brown)}.video-thumb{font-size:.8rem}.pdp-copy{display:grid;grid-gap:1rem;gap:1rem}.stock{color:var(--brown);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.rating-line{display:flex;gap:.35rem;color:var(--brown)}.qty,.rating-line{align-items:center}.qty{display:inline-flex;gap:.6rem;margin-left:.7rem}.qty button{width:34px;height:34px;border:1px solid var(--line);background:var(--white);border-radius:var(--radius)}.pdp-actions{display:flex;gap:.7rem;flex-wrap:wrap}.accordions details{border-top:1px solid var(--line);padding:1rem 0}.accordions details:last-child{border-bottom:1px solid var(--line)}.accordions summary{cursor:pointer;font-weight:700}.reviews{background:var(--white)}.rating-bars span{display:grid;grid-template-columns:80px 1fr;align-items:center;grid-gap:1rem;gap:1rem;margin:.5rem 0}.rating-bars i{display:block;height:8px;background:var(--brown);border-radius:999px}.sticky-atc{left:1rem;right:1rem;bottom:1rem;z-index:30;display:none;align-items:center;justify-content:space-between;padding:.75rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.cart-drawer,.sticky-atc{position:fixed;box-shadow:var(--shadow)}.cart-drawer{top:0;right:0;z-index:70;width:min(430px,100vw);height:100vh;display:flex;flex-direction:column;transform:translateX(105%);transition:transform .35s ease;background:var(--ivory);border-left:1px solid var(--line)}.cart-drawer.open{transform:translateX(0)}.drawer-foot,.drawer-head{padding:1.2rem;border-bottom:1px solid var(--line)}.drawer-foot div,.drawer-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.drawer-foot{border-top:1px solid var(--line);border-bottom:0;display:grid;grid-gap:.8rem;gap:.8rem;margin-top:auto}.shipping-meter{padding:1rem 1.2rem}.shipping-meter span{display:block;height:7px;background:var(--cream);border-radius:999px;overflow:hidden}.shipping-meter i{display:block;height:100%;background:var(--brown)}.cart-lines{padding:1rem;overflow-y:auto}.cart-line{display:grid;grid-template-columns:84px 1fr;grid-gap:.9rem;gap:.9rem;margin-bottom:1rem}.cart-line img,.cart-table img{border-radius:var(--radius)}.remove{margin-left:auto;color:var(--brown)}.admin-layout,.cart-layout,.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:1.2rem;gap:1.2rem;align-items:flex-start}.cart-table article{display:grid;grid-template-columns:110px 1fr auto auto auto;grid-gap:1rem;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line)}.summary-box{position:-webkit-sticky;position:sticky;top:120px;display:grid;grid-gap:.9rem;gap:.9rem}.summary-box p{display:flex;justify-content:space-between;gap:1rem}.summary-box .total{font-size:1.25rem;border-top:1px solid var(--line);padding-top:.8rem}.checkout-steps{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem;margin:1.5rem 0}.admin-actions button,.checkout-steps button{padding:.8rem;border:1px solid var(--line);background:var(--white);border-radius:var(--radius)}.checkout-steps .active{background:var(--ink);color:var(--ivory)}.checkout-form,.enquiry-form{display:grid;grid-gap:1rem;gap:1rem}fieldset{display:grid;grid-gap:.8rem;gap:.8rem;margin:0;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--white)}legend{font-family:var(--font-display);font-size:1.6rem}.form-error{color:#8a2d1f}.auth-divider{display:flex;align-items:center;gap:.8rem;color:var(--brown);font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.auth-help{color:var(--brown);font-size:.9rem}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:var(--line)}.success-page{min-height:60vh;display:grid;place-content:center;text-align:center;grid-gap:1rem;gap:1rem}.auth-page,.content-page{min-height:68vh;max-width:720px;margin:auto;display:grid;align-content:center;grid-gap:1rem;gap:1rem;padding:clamp(4rem,8vw,7rem) 1rem}.dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.4rem}.orders-panel{margin-top:1rem}.account-dashboard{padding:clamp(3rem,6vw,5rem) clamp(1rem,5vw,5rem)}.account-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem;margin-bottom:1.4rem;padding-bottom:1.2rem;border-bottom:1px solid var(--line)}.account-hero p{color:var(--brown);margin-top:.35rem}.account-shell{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:1.2rem;gap:1.2rem;align-items:start}.account-sidebar{position:-webkit-sticky;position:sticky;top:120px;display:grid;grid-gap:1rem;gap:1rem}.account-avatar{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.2rem;background:var(--white);border:1px solid var(--line)}.account-avatar,.account-avatar img,.account-cart-list img,.order-items img,.profile-row img{border-radius:var(--radius)}.account-avatar span{color:var(--brown)}.account-sidebar nav{display:grid;grid-gap:.45rem;gap:.45rem;padding:.5rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.account-sidebar nav button{min-height:44px;border:0;border-radius:var(--radius);background:transparent;text-align:left;padding:.75rem .9rem}.account-sidebar nav button.active,.account-sidebar nav button:hover{background:var(--ink);color:var(--ivory)}.account-main{display:grid;grid-gap:1rem;gap:1rem}.account-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.account-metrics article,.account-panel{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.2rem}.account-cart-list small,.account-metrics small,.account-metrics span,.account-panel-head span,.invoice-row small,.order-items small,.profile-detail-grid small{color:var(--brown)}.account-metrics strong{display:block;margin:.35rem 0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.account-panel{display:grid;grid-gap:1rem;gap:1rem}.account-cart-list article,.account-panel-head,.invoice-row,.order-topline{display:flex;align-items:center;justify-content:space-between;gap:1rem}.account-panel-head{padding-bottom:.8rem;border-bottom:1px solid var(--line)}.account-panel-head h2{display:inline-flex;align-items:center;gap:.55rem;font-size:clamp(1.9rem,3vw,3.2rem)}.account-panel-head a,.account-panel-head button{border:1px solid var(--line);border-radius:var(--radius);background:var(--ivory);padding:.65rem .9rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.account-cart-list{display:grid;grid-gap:.8rem;gap:.8rem}.account-cart-list article{padding:.85rem 0;border-bottom:1px solid var(--line)}.account-cart-list article:last-child{border-bottom:0}.account-cart-list article>div:nth-child(2){flex:1 1}.account-checkout{justify-self:end}.order-items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.order-items div{display:flex;gap:.7rem;align-items:center;padding:.65rem;background:var(--ivory);border-radius:var(--radius)}.invoice-row span,.order-card,.order-items span,.profile-detail-grid span{display:grid}.order-card{grid-gap:1rem;gap:1rem;padding:1rem 0;border-top:1px solid var(--line)}.order-card.featured{border-top:0;padding-top:0}.order-card>strong{color:var(--brown)}.order-actions{display:grid;grid-template-columns:auto minmax(220px,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center}.return-row{display:grid;grid-template-columns:140px 1fr auto;grid-gap:1rem;gap:1rem;padding:.8rem 0;border-top:1px solid var(--line)}.invoice-row{padding:.85rem 0;border-bottom:1px solid var(--line)}.invoice-row:last-child{border-bottom:0}.profile-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.profile-detail-grid article{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--ivory);border-radius:var(--radius)}.timeline{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:.4rem;gap:.4rem;margin-top:1rem}.timeline span{padding:.7rem;background:var(--cream);border-radius:var(--radius);font-size:.78rem}.timeline .done{background:var(--brown);color:var(--ivory)}.metric-grid{grid-template-columns:repeat(4,1fr);margin-bottom:1rem}.metric-grid strong{display:block;font-family:var(--font-display);font-size:2rem}.admin-layout section{padding:1.2rem;background:var(--white);border:1px solid var(--line);border-radius:var(--radius)}.admin-layout p{display:grid;grid-template-columns:120px 1fr auto;grid-gap:1rem;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.admin-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0}.journal-grid article img{width:100%;height:auto;border-radius:var(--radius)}.journal-grid h2{margin-top:.8rem;font-size:2rem}.mobile-drawer,.search-overlay{position:fixed;inset:0;z-index:80;transform:translateX(-105%);transition:transform .35s ease,opacity .35s ease;background:var(--ivory)}.mobile-drawer.open,.search-overlay.open{transform:translateX(0)}.mobile-drawer{width:min(380px,100vw);display:flex;flex-direction:column;gap:1rem;padding:1.2rem;border-right:1px solid var(--line);box-shadow:var(--shadow)}.mobile-drawer a{padding:.8rem 0;border-bottom:1px solid var(--line)}.close{align-self:end}.search-overlay{display:grid;place-items:center;padding:1rem;opacity:0;pointer-events:none}.search-overlay.open{opacity:1;pointer-events:auto}.search-panel{width:min(760px,100%);padding:clamp(1.4rem,4vw,3rem);background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.popular-searches{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0}.popular-searches button{padding:.45rem .7rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--ivory)}.search-results{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.8rem;gap:.8rem}.search-results a{display:flex;align-items:center;gap:.8rem}.search-results small{display:block;color:var(--brown)}.bottom-nav{display:none}.empty-state{padding:2rem;background:var(--cream);border-radius:var(--radius)}.site-footer{display:grid;grid-template-columns:1.1fr 2fr;grid-gap:1.2rem;gap:1.2rem;padding:clamp(2rem,5vw,4rem);border-top:1px solid var(--line);background:var(--white)}.site-footer h2{font-size:clamp(2.2rem,4vw,4rem)}.site-footer p{max-width:380px;color:var(--brown)}.site-footer nav{display:flex;flex-wrap:wrap;gap:.8rem 1.4rem;justify-content:flex-end;align-content:flex-start}.site-footer nav a{font-size:.82rem;text-transform:uppercase;letter-spacing:.05em}.site-footer small{grid-column:1/-1;color:var(--brown)}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (max-width:1100px){.desktop-nav{display:none}.mobile-only{display:inline-flex}.site-header{grid-template-columns:auto 1fr auto}.logo-wrap{justify-self:center}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-shell,.admin-layout,.cart-layout,.checkout-layout,.editorial-split,.pdp-grid,.personal-section{grid-template-columns:1fr}.account-sidebar{position:static;grid-template-columns:minmax(220px,.5fr) 1fr;align-items:stretch}.account-sidebar nav{grid-template-columns:repeat(3,minmax(0,1fr))}.account-metrics,.order-items{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery,.summary-box{position:static}.metric-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){body{padding-bottom:64px}h1{font-size:3.8rem}h2{font-size:2.75rem}.desktop-inline{display:none}.site-header{padding:.75rem .8rem}.logo-wrap img{width:128px}.hero{min-height:78vh;align-items:flex-end}.hero-image img{object-position:62% center}.hero-copy{padding:7rem 1rem 5.5rem}.hero-controls{left:1rem;bottom:1rem}.account-hero,.account-panel-head,.dashboard-head,.invoice-row,.order-topline,.section-head{align-items:flex-start;flex-direction:column}.category-grid,.corporate-grid,.dashboard-grid,.gallery-grid,.journal-grid,.metric-grid,.personal-steps,.product-grid,.testimonial-grid{grid-template-columns:1fr}.account-dashboard{padding-inline:.8rem}.account-metrics,.account-shell,.account-sidebar,.account-sidebar nav,.order-items,.profile-detail-grid{grid-template-columns:1fr}.account-sidebar nav{display:flex;overflow-x:auto;padding-bottom:.6rem}.account-sidebar nav button{flex:0 0 auto}.account-cart-list article{align-items:flex-start;flex-direction:column}.account-cart-list img,.order-items img{width:100%;height:auto;max-height:240px;object-fit:cover}.product-grid.compact{grid-template-columns:1fr}.category-card{min-height:260px}.occasion-grid{grid-template-columns:repeat(2,1fr)}.occasion-grid a{min-height:116px;font-size:1.45rem}.hamper-builder{grid-template-columns:1fr}.hamper-builder,.newsletter{margin-inline:1rem}.listing-tools,.newsletter form{grid-template-columns:1fr}.cart-table article{grid-template-columns:86px 1fr}.cart-table article>button,.cart-table article>strong{grid-column:2}.account-lines,.admin-layout p,.checkout-steps,.order-actions,.return-row,.search-results,.timeline{grid-template-columns:1fr}.sticky-atc{display:flex}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:repeat(4,1fr);background:var(--white);border-top:1px solid var(--line)}.bottom-nav a{min-height:58px;display:grid;place-items:center;font-size:.78rem;color:var(--brown)}.site-footer{grid-template-columns:1fr}.site-footer nav{justify-content:flex-start}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_d2dc74{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_d2dc74{--font-body:"Manrope","Manrope Fallback"}