:root{--c-bg: #fff9f4;--c-surface: #fffefb;--c-surface-alt: #f7f2eb;--c-ink: #1f1b19;--c-ink-soft: #6a625a;--c-line: #e2d8cc;--c-accent: #8d5a46;--c-accent-ink: #fff8f1;--c-accent-soft: #f0e1d6;--c-blush: #e9d6d2;--c-success: #2f6b4f;--c-sale: #9b3b2d;--f-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--f-body: "Inter", "Avenir Next", "Segoe UI", sans-serif;--fs-hero: clamp(2.2rem, 6vw, 4.4rem);--fs-h2: clamp(1.8rem, 3.5vw, 2.7rem);--fs-body: 1rem;--lh-tight: 1.06;--lh-body: 1.6;--tracking-display: -.03em;--s1:.5rem;--s2:1rem;--s3:1.4rem;--s4:2rem;--s5:3rem;--s6:4.5rem;--s7:7rem;--radius:14px;--radius-sm: 10px;--radius-pill: 999px;--shadow-soft: 0 8px 24px rgba(34, 27, 22, .08);--shadow-strong: 0 14px 45px rgba(34, 27, 22, .14);--ease: cubic-bezier(.2, .7, .2, 1)}*{box-sizing:border-box}html{font-family:var(--f-body);font-size:16px;color:var(--c-ink);background:var(--c-bg);scroll-behavior:smooth}body{margin:0;line-height:var(--lh-body);background:radial-gradient(1200px 500px at 0% -10%,#ffe8d9 0%,transparent 60%),radial-gradient(900px 360px at 100% 0%,#f7efe3 0%,transparent 50%),var(--c-bg);color:var(--c-ink)}a{color:inherit;transition:color .2s var(--ease),opacity .2s var(--ease)}a:hover{opacity:.86;text-decoration:none}a:focus-visible{outline:3px solid var(--c-accent);outline-offset:3px;border-radius:4px}p,h1,h2,h3,h4,ul,ol,figure,blockquote{margin:0}img{display:block;max-width:100%;height:auto}img,video{border-radius:var(--radius-sm);object-fit:cover}.skip-link{position:absolute;left:-9999px;top:auto;background:var(--c-ink);color:#fff;padding:.5rem 1rem;z-index:999}.skip-link:focus{left:1rem;top:1rem}.page-width{max-width:1320px;margin:0 auto;padding-left:var(--s4);padding-right:var(--s4)}@media(min-width:990px){.page-width{padding-left:2.75rem;padding-right:2.75rem}}#MainContent.page-width{max-width:none;padding:0}.site-header,.site-footer{padding:var(--s2) 0}.site-header{position:sticky;top:0;z-index:20;background:#ffffffeb;-webkit-backdrop-filter:saturate(130%) blur(9px);backdrop-filter:saturate(130%) blur(9px);border-bottom:1px solid var(--c-line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--s3)}.site-header__logo{display:block;flex:0 0 auto;font-family:var(--f-display);font-size:1.4rem;letter-spacing:-.02em;text-decoration:none;white-space:nowrap}.site-header__logo-frame{display:block;width:min(var(--logo-width),30vw);aspect-ratio:2.25 / 1;overflow:hidden}.site-header__logo-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 51%}.site-header__logo-text{display:block}@media(max-width:749px){.site-header__logo-frame{width:min(var(--logo-width),148px)}}.site-header__menu{display:flex;align-items:center;gap:var(--s3);list-style:none;margin:0;padding:0}.site-footer{margin-top:var(--s7);background:linear-gradient(180deg,#f9f4ef,#fff 35%);border-top:1px solid var(--c-line)}.section{position:relative;padding:var(--s6) 0;animation:section-fade .7s var(--ease) both}.section-title{font-family:var(--f-display);font-size:var(--fs-h2);line-height:var(--lh-tight);letter-spacing:var(--tracking-display);margin:0 0 var(--s3)}.section-title:after{content:"";display:block;margin-top:var(--s2);width:56px;height:3px;border-radius:2px;background:var(--c-accent)}.grid-12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--s3)}.card{position:relative;background:var(--c-surface);border:1px solid var(--c-line);border-radius:var(--radius);padding:var(--s3);box-shadow:var(--shadow-soft);transition:transform .28s var(--ease),box-shadow .28s var(--ease),border-color .28s var(--ease)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-strong);border-color:#d8c9ba}.card-media{aspect-ratio:1;overflow:hidden;margin-bottom:var(--s2);border-radius:var(--radius-sm)}.price{font-weight:600}.price--compare{color:var(--c-ink-soft);text-decoration:line-through;margin-right:.4rem}.button,.button-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.86rem 1.25rem;min-height:47px;border-radius:var(--radius-pill);text-decoration:none;font-weight:600;line-height:1.1;border:1px solid transparent;transition:transform .2s var(--ease),box-shadow .2s var(--ease),background .2s var(--ease),color .2s var(--ease),border-color .2s var(--ease)}.button{color:var(--c-accent-ink);background:linear-gradient(120deg,#a0674f 0%,var(--c-accent) 100%);border-color:transparent;box-shadow:0 5px 16px #8c5a4f3d}.button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #8c5a4f4d}.button-secondary{color:var(--c-ink);background:#fff;border-color:var(--c-line)}.button-secondary:hover{border-color:var(--c-accent);color:var(--c-accent);background:#fff7ef}.buttons{display:flex;flex-wrap:wrap;gap:var(--s2)}.hero-split{display:grid;gap:var(--s5);align-items:center}@media(min-width:990px){.hero-split{grid-template-columns:55% 45%}}.hero-split__inner{position:relative}.hero-split__inner:before{content:"";position:absolute;inset:-10% -12% -10% auto;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle at center,rgba(173,123,89,.16),transparent 70%);z-index:-1}.hero-split__eyebrow{text-transform:uppercase;letter-spacing:.26em;font-size:.74rem;font-weight:700;color:var(--c-ink-soft)}.hero-split__title{max-width:13ch;font-family:var(--f-display);font-size:var(--fs-hero);line-height:1.02}.hero-split__subheading{color:var(--c-ink-soft);max-width:60ch}.hero-split__content{display:flex;flex-direction:column;gap:var(--s3)}.hero-media{position:relative;border-radius:var(--radius);border:1px solid var(--c-line);overflow:hidden;background:var(--c-line)}.hero-media:after{content:"";position:absolute;inset:auto 0 0 0;height:35%;background:linear-gradient(to top,rgba(0,0,0,.22),transparent)}.hero-split__reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:var(--s2)}.feature-prop{border-radius:var(--radius)}.featured-collection-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--s3)}.featured-collection__card{grid-column:span 3}@media(max-width:920px){.featured-collection__card{grid-column:span 6}}@media(max-width:640px){.featured-collection__card{grid-column:span 12}}.story-band{background:linear-gradient(160deg,#fffbf6,#fff);border-radius:var(--radius);padding:var(--s4);border:1px solid var(--c-line)}.story-band__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--s4);align-items:center}@media(max-width:900px){.story-band__grid{grid-template-columns:1fr}}.bundle-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.value-props__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--s3)}.ugc-gallery__card{grid-column:span 3}@media(max-width:1024px){.ugc-gallery__card{grid-column:span 4}}@media(max-width:768px){.ugc-gallery__card{grid-column:span 6}}@media(max-width:540px){.ugc-gallery__card{grid-column:span 12}}.notice{padding:var(--s2);border:1px solid var(--c-line);background:var(--c-surface-alt);border-radius:var(--radius-sm);min-height:100%}.notice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--s3)}.testimonial{display:flex;flex-direction:column;gap:.75rem}.testimonial__quote{font-size:1.05rem;line-height:1.55}.testimonial__author{color:var(--c-ink-soft);font-style:normal}.testimonials .section-title{max-width:26ch}.comparison-table table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:var(--radius);border:1px solid var(--c-line)}.comparison-table th,.comparison-table td{border-right:1px solid var(--c-line);padding:.85rem .9rem;text-align:left}.comparison-table thead th{background:var(--c-surface-alt);font-family:var(--f-display);font-size:1.05rem;letter-spacing:-.01em}.comparison-table tbody tr:nth-child(odd) td{background:#fffdfa}.comparison-table tbody tr:last-child td{border-bottom:none}.product-gallery{display:grid;gap:var(--s3)}.product-meta{display:flex;flex-wrap:wrap;gap:var(--s2);align-items:center;color:var(--c-ink-soft)}.set-builder{background:linear-gradient(160deg,#fffefc,#fbf6ee);border-radius:var(--radius);border:1px solid var(--c-line);padding:var(--s4)}.set-builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--s3)}@media(max-width:749px){.set-builder-grid{grid-template-columns:1fr}}.set-builder .summary{margin-top:var(--s3);padding:var(--s3);border-radius:var(--radius-sm);background:var(--c-surface-alt)}.form-row{margin-bottom:var(--s2)}.label{font-size:.85rem;font-weight:600;display:block;margin-bottom:.3rem}.input,select,textarea{font:inherit;border:1px solid var(--c-line);padding:.72rem .75rem;border-radius:var(--radius-sm);width:100%;background:#fff;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}.input:focus,select:focus,textarea:focus{outline:none;border-color:#c3a38d;box-shadow:0 0 0 3px #a9846e26}.announcement{background:var(--c-surface-alt);border-bottom:1px solid var(--c-line)}.announcement__inner{min-height:38px}.announcement__list{display:flex;align-items:center;justify-content:center;gap:var(--s4);padding:10px;overflow:hidden}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:var(--s4)}.footer-grid h3{margin-bottom:.6rem;font-size:1rem;font-family:var(--f-display)}.footer-copyright{margin-top:var(--s4);color:var(--c-ink-soft)}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;pointer-events:none;transition:opacity .2s var(--ease)}.drawer.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;inset:0 0 0 auto;width:min(420px,100%);background:#fff;transform:translate(100%);transition:transform .22s var(--ease);z-index:40;box-shadow:-15px 0 40px #00000026;display:flex;flex-direction:column}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__inner{padding:var(--s3);overflow:auto;flex:1}.cart-drawer__close{position:absolute;top:var(--s2);right:var(--s2);background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-pill);width:40px;height:40px}.accordion details{border-bottom:1px solid var(--c-line);padding:.8rem 0}.accordion summary{cursor:pointer;font-weight:600}.faq__summary{list-style:none}.faq__summary::-webkit-details-marker{display:none}.popup{position:fixed;left:50%;bottom:1rem;transform:translate(-50%);width:min(760px,calc(100% - 2rem));background:#fff;padding:var(--s4);box-shadow:var(--shadow-strong);display:none;z-index:45;border-radius:var(--radius)}.popup.is-visible{display:block}.focus-trap{outline:none}.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.newsletter-form{max-width:620px;display:grid;grid-template-columns:1fr auto;gap:.7rem}@media(max-width:640px){.newsletter-form{grid-template-columns:1fr}}.newsletter-input{min-height:47px}.set-builder-link{margin-top:1rem}.product-card__quick-add{width:100%}.sticky-atc{position:sticky;bottom:0;display:none}.section-note{color:var(--c-ink-soft);margin-top:.5rem}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}@media(prefers-reduced-motion:no-preference){.section{--anim-delay: .08s;animation-name:section-fade-up}}@keyframes section-fade{0%{opacity:0}to{opacity:1}}@keyframes section-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.featured-collection,.faq,.testimonials,.story-band,.value-props,.newsletter{position:relative;isolation:isolate}:root{--c-bg:#fcf8f3;--c-surface:#fffdfa;--c-surface-alt:#f6eee6;--c-ink:#2b2725;--c-ink-soft:#6f6660;--c-line:#e6d7ce;--c-accent:#d68180;--c-accent-ink:#fffaf6;--c-accent-soft:#f2d7d2;--c-blush:#ecd0ca;--f-display:"Iowan Old Style",Baskerville,"Times New Roman",serif;--f-body:"Avenir Next","Century Gothic",sans-serif;--fs-hero:clamp(3rem,5.8vw,5.8rem);--fs-h2:clamp(2.25rem,4vw,4rem);--radius:4px;--radius-sm:2px}body{background:var(--c-bg)}.site-header{background:#fcf8f3f0}.site-header__menu a{font-size:.76rem;font-weight:600;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.section{padding:clamp(4.5rem,8vw,8rem) 0}.section-title:after{width:72px;height:1px;border-radius:0}.button,.button-secondary{min-height:52px;padding:1rem 1.55rem;border-radius:2px;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.button{background:var(--c-accent)}.hero-split{display:grid;gap:0;align-items:stretch;max-width:1600px;min-height:min(780px,calc(100vh - 112px));margin:0 auto;padding:0;overflow:hidden;background:#f6ede5}.hero-split__inner{position:relative;z-index:2;display:flex;align-items:center;padding:clamp(3rem,6vw,7rem)}.hero-split__inner:before{top:1.5rem;right:1.5rem;bottom:1.5rem;left:1.5rem;width:auto;height:auto;border:1px solid rgba(214,129,128,.28);border-radius:0;background:none;z-index:-1}.hero-split__eyebrow{letter-spacing:.22em;font-size:.7rem;color:#9d5f5f}.hero-split__title{max-width:11ch;font-size:var(--fs-hero);line-height:.98}.hero-split__title:after{display:none}.hero-split__subheading{max-width:46ch;font-size:1.05rem}.hero-split__content{gap:1.6rem}.hero-split__buttons{margin-top:.35rem}.hero-media{min-height:500px;border:0;border-radius:0;background:#eadfd5}.hero-media:before{content:"";position:absolute;inset:0 auto 0 0;width:22%;z-index:1;background:linear-gradient(90deg,rgba(246,237,229,.45),transparent)}.hero-media:after{display:none}.hero-media__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}.hero-media__caption{position:absolute;right:1.6rem;bottom:1.6rem;z-index:2;display:flex;align-items:center;gap:.7rem;padding:.65rem .85rem;color:#fff;border:1px solid rgba(255,255,255,.7);font-family:var(--f-display);font-size:.95rem;letter-spacing:.08em}.hero-media__caption i{display:block;width:20px;height:1px;background:currentColor}.hero-split__reviews{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem 1rem;padding-top:1.3rem;border-top:1px solid var(--c-line);color:var(--c-ink-soft);font-size:.76rem;line-height:1.35}.hero-split__reviews span:before{content:"";display:inline-block;width:5px;height:5px;margin:0 .5rem .12rem 0;border-radius:50%;background:var(--c-accent)}.hero-split__review-featured{color:var(--c-ink);font-weight:700}.hero-split__note{max-width:44ch;color:var(--c-ink-soft);font-family:var(--f-display);font-size:1.05rem;font-style:italic}.value-props{padding:0;background:#fffdfa;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line)}.value-props__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.value-props .notice{padding:2.4rem 2rem;border:0;border-right:1px solid var(--c-line);background:transparent;border-radius:0}.value-props .notice:last-child{border-right:0}.value-props__number{display:block;margin-bottom:1.2rem;color:var(--c-accent);font-family:var(--f-display);font-size:1.15rem}.value-props h3{margin-bottom:.5rem;font-family:var(--f-display);font-size:1.2rem;font-weight:500}.value-props p{color:var(--c-ink-soft);font-size:.84rem;line-height:1.55}.featured-collection{background:#fffdfa}.featured-collection .section-title{text-align:center;margin-bottom:3rem}.featured-collection .section-title:after{margin-left:auto;margin-right:auto}.featured-collection__card{padding:0;border:0;background:transparent;box-shadow:none}.featured-collection__card:hover{box-shadow:none}.story-band{overflow:hidden;padding:clamp(5rem,8vw,8rem) 0;background:#f1dfd7;border:0;border-radius:0}.story-band__grid{gap:clamp(3rem,8vw,8rem)}.story-band__media{position:relative;min-height:620px;padding-right:12%}.story-band__image--primary{width:100%;height:620px;object-fit:cover;box-shadow:0 20px 55px #49302529;border-radius:0}.story-band__image--secondary{position:absolute;right:0;bottom:-2rem;width:42%;height:250px;object-fit:cover;border:10px solid #f1dfd7;box-shadow:0 16px 36px #49302529;border-radius:0}.story-band__copy{display:flex;flex-direction:column;align-items:flex-start;gap:1.35rem;max-width:520px}.story-band__copy .section-title{margin:0;max-width:11ch}.story-band__eyebrow,.editorial-gallery__eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;font-weight:700;color:#9d5f5f}.story-band__signature{font-family:var(--f-display);font-size:1.35rem;font-style:italic;color:#8c5655}.editorial-gallery{background:#2d2927;color:#fffaf6}.editorial-gallery__heading{display:grid;grid-template-columns:1fr 1fr;gap:1rem 5rem;align-items:end;margin-bottom:3rem}.editorial-gallery__heading .section-title{grid-column:1;margin:0;max-width:12ch}.editorial-gallery__heading .section-title:after{background:var(--c-accent)}.editorial-gallery__heading>p:last-child{grid-column:2;grid-row:1 / span 2;max-width:44ch;color:#d8cec6}.editorial-gallery__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-rows:160px;gap:1rem}.ugc-gallery__card{position:relative;grid-column:span 6;grid-row:span 3;overflow:hidden;margin:0;background:#1f1c1b}.ugc-gallery__card:nth-child(2),.ugc-gallery__card:nth-child(3){grid-column:span 3}.ugc-gallery__card:nth-child(3){grid-row:span 2}.ugc-gallery__card:nth-child(4){grid-column:span 3;grid-row:span 1}.ugc-gallery__image{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .8s var(--ease)}.ugc-gallery__card:hover .ugc-gallery__image{transform:scale(1.025)}.ugc-gallery__card:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#141110b8);pointer-events:none}.ugc-gallery__card figcaption{position:absolute;left:1.4rem;right:1.4rem;bottom:1.2rem;z-index:1;font-family:var(--f-display);font-size:1.15rem;line-height:1.2}@media(min-width:990px){.hero-split{grid-template-columns:minmax(390px,42%) 1fr}}@media(max-width:989px){.hero-split{grid-template-columns:1fr;min-height:0}.hero-split__inner{padding:4.5rem clamp(1.5rem,7vw,4rem)}.hero-media{min-height:min(68vh,680px);order:-1}.hero-media:before{display:none}.hero-split__title{max-width:13ch}.value-props__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.value-props .notice:nth-child(2){border-right:0}.value-props .notice:nth-child(-n+2){border-bottom:1px solid var(--c-line)}.story-band__grid{grid-template-columns:1fr;gap:4.5rem}.story-band__media{min-height:500px}.story-band__image--primary{height:500px}.editorial-gallery__grid{grid-auto-rows:140px}.ugc-gallery__card,.ugc-gallery__card:nth-child(2),.ugc-gallery__card:nth-child(3),.ugc-gallery__card:nth-child(4){grid-column:span 6;grid-row:span 3}}@media(max-width:749px){.page-width{padding-left:1.25rem;padding-right:1.25rem}.site-header__menu{display:none}.site-header .button-secondary{min-height:42px;padding:.75rem .9rem;font-size:.66rem}.hero-media{min-height:56vh}.hero-split__inner{padding:3.7rem 1.5rem}.hero-split__inner:before{top:.8rem;right:.8rem;bottom:.8rem;left:.8rem}.hero-split__reviews{grid-template-columns:1fr}.hero-split__buttons{display:grid}.hero-split__buttons .button,.hero-split__buttons .button-secondary{width:100%}.value-props__grid{grid-template-columns:1fr}.value-props .notice{border-right:0;border-bottom:1px solid var(--c-line)!important;padding:2rem 1.1rem}.value-props .notice:last-child{border-bottom:0!important}.story-band__media{min-height:430px;padding-right:8%}.story-band__image--primary{height:430px}.story-band__image--secondary{height:170px;border-width:6px}.editorial-gallery__heading{grid-template-columns:1fr}.editorial-gallery__heading>p:last-child{grid-column:1;grid-row:auto}.editorial-gallery__grid{grid-template-columns:1fr;grid-auto-rows:auto}.ugc-gallery__card,.ugc-gallery__card:nth-child(2),.ugc-gallery__card:nth-child(3),.ugc-gallery__card:nth-child(4){grid-column:1;grid-row:auto;aspect-ratio:4 / 5}.ugc-gallery__card:nth-child(1),.ugc-gallery__card:nth-child(3){aspect-ratio:4 / 3}}.moment-marquee{overflow:hidden;border-block:1px solid var(--ml-ink);background:var(--ml-ink);color:var(--ml-paper)}.moment-marquee__track{display:flex;width:max-content;align-items:center;gap:2rem;padding:1.05rem 0;animation:ml-marquee 26s linear infinite;white-space:nowrap}.moment-marquee__track span{font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(1.1rem,1.8vw,1.6rem);letter-spacing:.11em;text-transform:uppercase}.moment-marquee__track i{color:var(--ml-coral);font-size:.85rem}@keyframes ml-marquee{to{transform:translate(-25%)}}.product-duo{padding:clamp(5rem,9vw,10rem) 0;background:var(--ml-paper)}.product-duo__header{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);align-items:end;gap:3rem;margin-bottom:clamp(3rem,6vw,6rem)}.product-duo__eyebrow,.two-of-kind__eyebrow,.care-ritual__heading>p{grid-column:1 / -1;margin:0 0 -1.4rem;color:var(--ml-coral);font-size:.68rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.product-duo__header .section-title{max-width:8ch;margin:0;font-size:clamp(4rem,8vw,8.5rem);line-height:.82;text-transform:uppercase}.product-duo__header>p:last-child{max-width:29ch;margin:0 0 .5rem;font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(1.15rem,1.8vw,1.55rem);line-height:1.45}.product-duo__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--ml-line);background:var(--ml-line)}.product-duo__card{padding:clamp(1rem,2vw,1.6rem);background:var(--ml-paper)}.product-duo__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f8f5ef}.product-duo__media img{width:100%;height:100%;object-fit:cover;transition:transform .85s cubic-bezier(.22,1,.36,1)}.product-duo__media:hover img{transform:scale(1.035)}.product-duo__media>span{position:absolute;top:1rem;left:1rem;padding:.55rem .8rem;border-radius:999px;background:var(--ml-paper);color:var(--ml-ink);font-size:.62rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.product-duo__info{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.5rem;padding:1.4rem 0 1.2rem}.product-duo__info h3{margin:0 0 .45rem;font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(1.5rem,2.4vw,2.25rem);font-weight:400}.product-duo__info h3 a{color:inherit;text-decoration:none}.product-duo__info p{max-width:34ch;margin:0;color:#24201db3;font-size:.83rem;line-height:1.5}.product-duo__info>strong{font-size:.82rem;letter-spacing:.08em}.product-duo__form .button{width:100%}.two-of-kind{display:grid;grid-template-columns:minmax(0,58%) minmax(340px,42%);min-height:800px;padding:0;background:var(--ml-olive);color:#fff}.two-of-kind__visuals{position:relative;min-height:800px;overflow:hidden}.two-of-kind__image--main{width:100%;height:100%;object-fit:cover}.two-of-kind__image--detail{position:absolute;right:2rem;bottom:2rem;width:min(36%,330px);aspect-ratio:4 / 5;border:10px solid var(--ml-paper);object-fit:cover;box-shadow:0 24px 65px #00000038}.two-of-kind__copy{align-self:center;padding:clamp(4rem,7vw,8rem)}.two-of-kind__eyebrow{color:#ffffffb8}.two-of-kind__copy .section-title{max-width:8ch;margin:2rem 0;font-size:clamp(4rem,6.2vw,7.4rem);line-height:.83;text-transform:uppercase}.two-of-kind__copy>p:not(.two-of-kind__eyebrow){max-width:32ch;margin-bottom:2rem;font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(1.1rem,1.6vw,1.4rem);line-height:1.55}.two-of-kind .button{border-color:#fff;background:#fff;color:var(--ml-ink)}.care-ritual{padding:clamp(5rem,9vw,10rem) 0;background:#e7d7c7}.care-ritual__heading{margin-bottom:clamp(3rem,6vw,6rem)}.care-ritual__heading>p{margin-bottom:1.5rem}.care-ritual__heading .section-title{max-width:10ch;margin:0;font-size:clamp(4rem,8vw,8.5rem);line-height:.83;text-transform:uppercase}.care-ritual__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--ml-ink);border-bottom:1px solid var(--ml-ink)}.care-ritual__card{min-height:280px;padding:2rem;border-right:1px solid var(--ml-ink)}.care-ritual__card:last-child{border-right:0}.care-ritual__card>span{font-family:Iowan Old Style,Baskerville,serif;font-size:1rem}.care-ritual__card h3{margin:4rem 0 .8rem;font-family:Iowan Old Style,Baskerville,serif;font-size:clamp(1.6rem,2.4vw,2.4rem);font-weight:400}.care-ritual__card p{max-width:31ch;margin:0;font-size:.88rem;line-height:1.6}@media(max-width:989px){.product-duo__header{grid-template-columns:1fr;gap:1.4rem}.product-duo__eyebrow{margin-bottom:0}.product-duo__header .section-title{font-size:clamp(3.8rem,16vw,6rem)}.two-of-kind{grid-template-columns:1fr;min-height:0}.two-of-kind__visuals{min-height:68svh}.two-of-kind__copy{padding:4rem 1.4rem 5rem}.two-of-kind__copy .section-title{font-size:clamp(3.7rem,15vw,5.8rem)}.care-ritual__heading .section-title{font-size:clamp(3.7rem,15vw,6rem)}}@media(max-width:699px){.product-duo__grid{grid-template-columns:1fr}.product-duo__card{padding:.8rem}.product-duo__info{gap:.75rem}.two-of-kind__image--detail{right:1rem;bottom:1rem;width:38%;border-width:6px}.care-ritual__grid{grid-template-columns:1fr}.care-ritual__card{min-height:220px;border-right:0;border-bottom:1px solid var(--ml-ink)}.care-ritual__card:last-child{border-bottom:0}.care-ritual__card h3{margin-top:2.5rem}}@media(prefers-reduced-motion:reduce){.moment-marquee__track{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/base.css.map */
