*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;background:#fff;padding:10px 14px;z-index:9999;border:1px solid var(--border)}.page-width{width:min(calc(100% - 48px),var(--page-width));margin:0 auto}.section{padding:88px 0}.section--tight{padding:44px 0}.section--surface{background:var(--surface)}.section--sage{background:var(--accent-soft)}.section--rose{background:color-mix(in srgb,var(--rose) 55%,#fff)}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.72rem;font-weight:700;color:var(--accent);margin:0 0 12px}.h1,h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2.7rem,5.4vw,5.7rem);font-weight:500;line-height:.98;letter-spacing:-.025em;margin:0 0 24px}.h2,h2{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,3.5vw,3.8rem);font-weight:500;line-height:1.05;letter-spacing:-.02em;margin:0 0 18px}.h3,h3{font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:500}.rte p:first-child{margin-top:0}.rte p:last-child{margin-bottom:0}.muted{color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 26px;border-radius:999px;background:var(--accent);color:#fff;border:1px solid var(--accent);cursor:pointer;font-weight:650;letter-spacing:.01em;transition:.2s ease}.button:hover{transform:translateY(-1px);filter:brightness(.96)}.button--secondary{background:transparent;color:var(--text);border-color:var(--text)}.button--light{background:#fff;color:var(--text);border-color:#fff}.button--full{width:100%}.field{width:100%;min-height:50px;border:1px solid var(--border);background:#fff;border-radius:10px;padding:11px 14px}.announcement{background:var(--accent);color:#fff;font-size:.8rem;text-align:center;padding:10px 16px;letter-spacing:.03em}.site-header{position:sticky;top:0;background:#f8f5eff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(217,210,200,.7);z-index:50}.header-inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;gap:28px;align-items:center}.brand{font-family:Georgia,Times New Roman,serif;letter-spacing:.18em;font-size:1.18rem}.brand img{max-height:44px;width:auto}.header-nav{display:flex;justify-content:center;gap:30px}.header-nav a{font-size:.9rem;position:relative}.header-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--accent);transition:.2s ease}.header-nav a:hover:after{right:0}.header-actions{display:flex;align-items:center;gap:17px}.header-actions a{position:relative}.header-actions svg{width:21px;height:21px}.cart-count{position:absolute;right:-9px;top:-8px;min-width:18px;height:18px;border-radius:99px;background:var(--accent);color:#fff;display:grid;place-items:center;font-size:.65rem}.mobile-toggle{display:none;background:none;border:0;padding:8px}.mobile-menu{display:none;border-top:1px solid var(--border);padding:12px 24px 24px;background:var(--bg)}.mobile-menu a{display:block;padding:11px 0}.hero-editorial{background:linear-gradient(135deg,#e8e0d5,#f3eee8 62%,#e1e7db);padding:46px 0 72px;overflow:hidden}.hero-editorial__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(560px,1.15fr);gap:58px;align-items:center}.hero-copy{padding:42px 0}.hero-copy h1{max-width:760px}.hero-copy .lead{font-size:1.08rem;max-width:610px;color:#55534d}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-note{display:flex;align-items:center;gap:10px;margin-top:30px;font-size:.82rem;color:var(--muted)}.hero-note:before{content:"";width:36px;height:1px;background:var(--accent)}.hero-collage{position:relative;min-height:650px}.hero-collage:before{content:"CALVIRELLE / EDIT 01";position:absolute;right:-70px;top:50%;transform:rotate(90deg) translateY(-50%);font-size:.68rem;letter-spacing:.22em;color:#22231f80;z-index:4}.hero-frame{position:absolute;overflow:hidden;border-radius:24px;box-shadow:0 18px 50px #2d2a241f;background:#f7f4ef}.hero-frame img{width:100%;height:100%;object-fit:cover}.hero-frame--main{left:0;top:0;width:65%;height:88%;z-index:2}.hero-frame--secondary{right:0;bottom:0;width:42%;height:54%;z-index:3;border:10px solid #F3EEE8}.hero-shape{position:absolute;width:230px;height:230px;border-radius:50%;right:8%;top:3%;background:var(--rose);opacity:.55}.hero-label{position:absolute;left:4%;bottom:2%;background:var(--accent);color:#fff;border-radius:999px;padding:10px 15px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;z-index:4}.service-band{background:var(--footer);color:#fff}.service-band__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff26}.service-band__item{display:flex;gap:14px;align-items:center;padding:21px 28px;background:var(--footer)}.service-band__item svg{width:26px;height:26px;flex:0 0 auto}.service-band__item strong{display:block;font-size:.86rem}.service-band__item span{font-size:.76rem;color:#ffffffad}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.collection-card{position:relative;min-height:520px;border-radius:20px;overflow:hidden;background:#e8e3dc}.collection-card:nth-child(2){transform:translateY(28px)}.collection-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-card:hover img{transform:scale(1.035)}.collection-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(20,20,18,.78))}.collection-card__content{position:absolute;z-index:2;bottom:0;left:0;right:0;color:#fff;padding:30px}.collection-card__number{font-size:.7rem;letter-spacing:.18em;opacity:.72}.collection-card__content h3{margin:8px 0 10px;font-size:1.8rem}.collection-card__cta{display:inline-flex;align-items:center;gap:8px;margin-top:10px;font-size:.84rem;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:4px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:38px}.section-heading p{max-width:550px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-card{min-width:0}.product-card__media{display:block;aspect-ratio:4/5;background:#eae5dc;border-radius:16px;overflow:hidden;position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__info{padding:14px 3px 0}.product-card__title{font-family:inherit;font-size:.95rem;line-height:1.35;margin:0 0 6px}.price{font-size:.92rem;font-weight:650}.price s{color:var(--muted);margin-left:7px;font-weight:400}.split-shell{background:linear-gradient(110deg,#e6ebdd,#f4efe8 65%);padding:32px;border-radius:28px}.split{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:64px}.split-media{min-height:560px;background:#ebe6df;border-radius:20px;overflow:hidden;box-shadow:0 18px 45px #2e2c2817}.split-media img{width:100%;height:100%;min-height:560px;object-fit:cover}.split-copy{padding:30px 24px}.split-copy .rte{font-size:1.02rem;max-width:600px}.feature-wrap{background:var(--accent);color:#fff}.feature-intro{max-width:690px;margin-bottom:30px}.feature-intro .eyebrow{color:#d9e0d4}.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#ffffff17;border:1px solid rgba(255,255,255,.14);padding:28px;border-radius:18px}.feature-icon{width:48px;height:48px;border-radius:14px;background:#ffffff1f;display:grid;place-items:center;margin-bottom:20px}.feature-icon svg{width:24px;height:24px}.feature h3{margin:0 0 9px;color:#fff}.feature p{color:#ffffffbd;margin:0}.newsletter{background:linear-gradient(135deg,#e8d6d0,#f4eae5);text-align:left}.newsletter-panel{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.newsletter-form{display:flex;max-width:620px;gap:10px}.newsletter .field{background:#fffc}.site-footer{background:var(--footer);color:#fff;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.35fr .9fr .9fr 1.2fr;gap:42px}.footer-brand .brand{display:inline-block;margin-bottom:18px}.footer-description{color:#ffffffa6;max-width:330px}.footer-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;margin:0 0 18px;color:#dde3d8}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin:9px 0}.footer-links a{color:#ffffffc7}.footer-links a:hover{color:#fff}.merchant-card{border:1px solid rgba(255,255,255,.14);border-radius:16px;padding:20px;background:#ffffff09}.merchant-line{display:grid;grid-template-columns:26px 1fr;gap:10px;margin:12px 0;color:#ffffffbf;font-size:.85rem}.merchant-line svg{width:18px;height:18px;margin-top:2px}.merchant-line a{text-decoration:underline;text-underline-offset:3px}.payment-wrap{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.payment-icons{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.payment-icons svg{width:38px;height:auto;background:#fff;border-radius:4px}.secure-note{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#ffffffa6}.secure-note svg{width:18px;height:18px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:22px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#ffffff8c;font-size:.78rem}.product-page{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.7fr);gap:58px}.product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-gallery__item{background:#eeeae4;border-radius:16px;overflow:hidden}.product-gallery__item img{width:100%;height:auto}.product-info{position:sticky;top:108px;align-self:start;background:#fff;border:1px solid var(--border);border-radius:20px;padding:30px;box-shadow:0 12px 36px #322e280f}.product-info h1{font-size:clamp(2.1rem,3vw,3.4rem)}.product-price{font-size:1.18rem;margin:8px 0 18px}.option-group{margin:18px 0}.option-group label{display:block;font-size:.8rem;font-weight:700;margin-bottom:7px}.product-form__buttons{display:grid;gap:10px;margin-top:22px}.product-description{margin-top:28px;border-top:1px solid var(--border);padding-top:22px}.accordion{border-top:1px solid var(--border)}.accordion:last-child{border-bottom:1px solid var(--border)}.accordion summary{cursor:pointer;padding:16px 0;font-weight:650}.accordion .rte{padding-bottom:16px}.collection-header{text-align:left;max-width:900px;margin:0 0 42px}.filters-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{border-bottom:1px solid var(--border);padding:16px 8px;text-align:left}.cart-product{display:flex;align-items:center;gap:14px}.cart-product img{width:80px;border-radius:var(--radius)}.cart-footer{display:flex;justify-content:flex-end;margin-top:28px}.cart-summary{width:min(100%,420px);text-align:right}.page-content{max-width:920px;margin:0 auto}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:50px}.contact-info-card{background:var(--accent-soft);border-radius:20px;padding:28px}.contact-form{display:grid;gap:14px}.contact-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.search-form{display:flex;gap:10px;max-width:680px}.empty-state{text-align:center;padding:90px 0}.pagination{display:flex;justify-content:center;gap:8px;margin-top:36px}.pagination a,.pagination span{padding:8px 11px;border:1px solid var(--border);border-radius:999px}.badge{display:inline-block;font-size:.7rem;padding:4px 8px;border-radius:999px;background:var(--accent);color:#fff;margin-bottom:7px}@media(max-width:1100px){.header-nav{display:none}.mobile-toggle{display:block}.header-inner{grid-template-columns:auto 1fr auto}.brand{text-align:center}.hero-editorial__grid{grid-template-columns:1fr}.hero-collage{min-height:560px}.collection-grid{grid-template-columns:1fr 1fr}.collection-card:nth-child(2){transform:none}.product-grid{grid-template-columns:repeat(2,1fr)}.product-page{grid-template-columns:1fr}.product-info{position:static}.split{grid-template-columns:1fr;gap:30px}.footer-grid{grid-template-columns:1fr 1fr}.service-band__grid,.newsletter-panel,.contact-layout{grid-template-columns:1fr}}@media(max-width:700px){.page-width{width:min(calc(100% - 30px),var(--page-width))}.section{padding:58px 0}.hero-editorial{padding:24px 0 50px}.hero-copy{padding:24px 0}.hero-collage{min-height:450px}.hero-frame--main{width:76%;height:86%}.hero-frame--secondary{width:48%;height:48%}.collection-grid{grid-template-columns:1fr}.collection-card{min-height:440px}.product-grid{gap:14px}.feature-row{grid-template-columns:1fr}.newsletter-form{display:grid}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.product-gallery,.contact-two{grid-template-columns:1fr}.section-heading{align-items:start;flex-direction:column}.split-shell{padding:16px}.split-copy{padding:20px 8px}.cart-table thead{display:none}.cart-table,.cart-table tbody,.cart-table tr,.cart-table td{display:block;width:100%}.cart-table tr{padding:14px 0;border-bottom:1px solid var(--border)}.cart-table td{border:0;padding:5px 0}.header-actions .account-link{display:none}.footer-grid{gap:30px}}.product-card__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease,transform .4s ease}.product-card:hover .product-card__secondary{opacity:1}.product-card:hover .product-card__primary{opacity:0}.product-card__primary{transition:opacity .35s ease,transform .4s ease}.nav-dropdown{position:relative}.nav-dropdown summary{list-style:none;cursor:pointer}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown-panel{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%);min-width:300px;padding:18px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 18px 50px #22231f1f;z-index:30;display:grid;gap:10px}.nav-dropdown:not([open]) .nav-dropdown-panel{display:none}.nav-dropdown-panel a{white-space:nowrap}.template-404 .empty-state{min-height:54vh;display:grid;place-items:center;text-align:center}.site-header--static{position:relative;top:auto}.header-inner{min-height:var(--header-height,80px)}.header-brand{display:flex;align-items:center}.header-brand img{width:var(--logo-width,160px);max-width:100%;max-height:var(--logo-max-height,48px);height:auto;object-fit:contain}.header-nav{gap:var(--menu-gap,28px)}.header-nav .nav-dropdown summary{font-size:.9rem;position:relative;cursor:pointer}.header-nav .nav-dropdown summary:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--accent);transition:.2s ease}.header-nav .nav-dropdown summary:hover:after{right:0}.nav-parent-link{font-weight:700;padding-bottom:8px;border-bottom:1px solid var(--border);margin-bottom:4px}.nav-child-group{display:grid;gap:6px;padding-top:4px}.nav-child-title{font-weight:650}.nav-grandchild{padding-left:12px;color:var(--muted)}.mobile-submenu{border-bottom:1px solid var(--border)}.mobile-submenu summary{cursor:pointer;padding:12px 0;font-weight:650;list-style:none}.mobile-submenu summary::-webkit-details-marker{display:none}.mobile-submenu__links{display:grid;padding:0 0 10px 14px}.mobile-submenu__links a{padding:7px 0}.mobile-grandchild{padding-left:14px!important;color:var(--muted)}.product-section{padding-top:54px}.product-page{grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);gap:48px;align-items:start}.product-gallery-shell{min-width:0}.product-stage{position:relative;aspect-ratio:1/1;background:var(--product-media-bg,#F1EDE6);border-radius:22px;overflow:hidden}.product-gallery{display:block}.product-gallery__item{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--product-media-bg,#F1EDE6);border-radius:0;overflow:hidden;display:grid;place-items:center}.product-gallery__item[hidden]{display:none}.product-gallery__item img{width:100%;height:100%;object-fit:contain;transform:scale(var(--product-image-zoom,1.1));transform-origin:center;transition:transform .25s ease}.product-gallery__item:last-child img{transform:scale(1.02)}.product-gallery__item video,.product-gallery__item model-viewer{width:100%;height:100%;object-fit:contain}.product-thumbnails{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:12px}.product-thumbnail{padding:0;border:1px solid transparent;border-radius:10px;overflow:hidden;background:var(--product-media-bg,#F1EDE6);aspect-ratio:1/1;cursor:pointer;transition:.2s ease}.product-thumbnail img{width:100%;height:100%;object-fit:cover}.product-thumbnail:hover,.product-thumbnail.is-active{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.product-info{top:calc(var(--header-height,80px) + 26px)}.availability{display:flex;align-items:center;gap:8px}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#5d7b57}.selected-option-value{font-weight:500;color:var(--muted);margin-left:6px}.option-pills{display:flex;flex-wrap:wrap;gap:9px}.option-pill{min-height:44px;border:1px solid var(--border);background:#fff;border-radius:12px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.18s ease}.option-pill:hover{border-color:var(--accent)}.option-pill.is-selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:color-mix(in srgb,var(--accent-soft) 35%,#fff)}.color-swatch{width:20px;height:20px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.12);box-shadow:inset 0 0 0 2px #ffffff73}.size-pill{min-width:50px}.quantity-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:20px 0}.quantity-row>label{font-size:.8rem;font-weight:700}.quantity-control{display:grid;grid-template-columns:40px 48px 40px;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.quantity-control button,.quantity-control input{height:44px;border:0;background:transparent;text-align:center}.quantity-control button{cursor:pointer;font-size:1.15rem}.quantity-control input{width:48px;-moz-appearance:textfield}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media(max-width:1100px){.header-brand img{width:var(--mobile-logo-width,130px);max-height:var(--mobile-logo-max-height,40px)}.product-page{grid-template-columns:1fr}.product-info{position:static}.product-stage{aspect-ratio:1/1}}@media(max-width:700px){.header-inner{min-height:max(60px,calc(var(--header-height,80px) - 12px))}.header-brand img{width:var(--mobile-logo-width,130px);max-height:var(--mobile-logo-max-height,40px)}.product-section{padding-top:30px}.product-thumbnails{grid-template-columns:repeat(6,72px);overflow-x:auto;padding-bottom:4px}.product-thumbnail{width:72px}.product-info{padding:22px 18px}.option-pill{min-height:42px;padding:7px 11px}.product-stage{border-radius:16px}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/base.css.map */
