:root{--forest: #12352f;--forest-deep: #0c2924;--forest-soft: #1d453d;--cream: #f5f1e8;--cream-light: #fbf9f4;--sand: #e8e0d1;--gold: #b58c54;--gold-light: #d2b17c;--ink: #16302b;--muted: #66736e;--white: #fff;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Inter", Arial, sans-serif;--page-width: 1280px;--header-height: 88px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream-light);font-family:var(--sans);font-size:15px;line-height:1.7;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:500;line-height:1.05}.page-width{width:min(calc(100% - 64px),var(--page-width));margin-inline:auto}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:16px;top:-80px;z-index:1000;background:#fff;padding:12px 18px}.skip-link:focus{top:16px}.eyebrow{margin-bottom:18px;color:var(--gold);font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}.button{display:inline-flex;min-height:52px;padding:0 30px;align-items:center;justify-content:center;border:1px solid var(--forest);background:var(--forest);color:var(--white);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;transition:background .25s ease,color .25s ease,border-color .25s ease,transform .25s ease}.button:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-1px)}.button--small{min-height:42px;padding-inline:22px}.button--light{background:var(--cream-light);border-color:var(--cream-light);color:var(--forest)}.button--light:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--forest-deep)}.button--outline{background:transparent;color:var(--forest)}.button--outline:hover{color:var(--white)}.text-link{display:inline-flex;gap:12px;align-items:center;padding-block:10px;border-bottom:1px solid var(--gold);color:var(--forest);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.text-link span{transition:transform .25s ease}.text-link:hover span{transform:translate(4px)}.site-header{position:relative;top:0;z-index:100;height:var(--header-height);background:#fbf9f4f0;border-bottom:1px solid rgba(18,53,47,.11);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.site-header--sticky{position:sticky}.site-header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.brand{display:inline-flex;align-items:center;gap:13px;width:max-content}.brand__mark{width:auto;max-width:180px;height:48px;object-fit:contain}.brand__name{font-family:var(--serif);font-size:18px;font-weight:600;letter-spacing:.13em}.desktop-nav{display:flex;align-items:center;gap:42px}.desktop-nav a{position:relative;font-size:12px;font-weight:500;letter-spacing:.09em;text-transform:uppercase}.desktop-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:1px;background:var(--gold);transition:right .25s}.desktop-nav a:hover:after{right:0}.site-header__actions{display:flex;justify-content:flex-end;align-items:center;gap:18px}.header-cart{position:relative;width:32px;height:42px;display:grid;place-items:center}.header-cart svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.5}.header-cart__count{position:absolute;top:1px;right:-5px;width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--gold);color:#fff;font-size:9px}.menu-toggle{display:none;width:42px;height:42px;border:0;background:transparent;padding:11px}.menu-toggle>span:not(.visually-hidden){display:block;height:1px;margin:5px 0;background:var(--forest);transition:transform .2s,opacity .2s}.menu-toggle[aria-expanded=true]>span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle[aria-expanded=true]>span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true]>span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav{position:fixed;inset:var(--header-height) 0 0;padding:42px 32px;background:var(--cream-light)}.mobile-nav a{display:block;padding:18px 0;border-bottom:1px solid var(--sand);font-family:var(--serif);font-size:34px}.hero{min-height:calc(100vh - var(--header-height));overflow:hidden;background:var(--cream-light)}.hero__grid{min-height:calc(100vh - var(--header-height));display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:7vw;padding-block:64px}.hero__content{padding-left:clamp(0px,2vw,24px)}.hero h1{max-width:660px;margin-bottom:28px;color:var(--forest);font-size:clamp(56px,5.2vw,84px);letter-spacing:-.035em}.hero h1 em{color:var(--gold);font-weight:400}.hero__lead{max-width:570px;margin-bottom:30px;color:#53635f;font-size:16px;line-height:1.85}.hero__buttons{display:flex;align-items:center;gap:32px;margin-bottom:42px}.hero__assurances{display:flex;flex-wrap:wrap;gap:12px 26px;margin:0;padding:0;list-style:none;color:#566a64;font-size:11px;text-transform:uppercase;letter-spacing:.07em}.hero__assurances span{color:var(--gold);margin-right:5px}.hero__media{position:relative;padding:22px 22px 0 0}.hero__frame{position:relative;height:min(70vh,770px);overflow:hidden}.hero__frame:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;box-shadow:inset 0 0 0 1px #ffffff59}.hero__frame img{width:100%;height:100%;object-fit:cover;object-position:center 51%}.hero__seal{position:absolute;z-index:3;width:145px;height:145px;left:-74px;bottom:40px;object-fit:contain;filter:drop-shadow(0 8px 25px rgba(18,53,47,.16))}.hero__line{position:absolute;top:0;right:0;width:56%;height:56%;border-top:1px solid var(--gold);border-right:1px solid var(--gold)}.trust-strip{background:var(--forest);color:#fff;padding:52px 0}.trust-strip__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.trust-item{display:grid;grid-template-columns:46px 1fr;gap:20px;padding:4px 30px;border-right:1px solid rgba(255,255,255,.14)}.trust-item:first-child{padding-left:0}.trust-item:last-child{border-right:0;padding-right:0}.trust-item__icon svg{width:42px;fill:none;stroke:var(--gold-light);stroke-width:1.3}.trust-item h2{margin:0 0 8px;font-family:var(--sans);font-size:13px;font-weight:600;letter-spacing:.04em}.trust-item p{margin:0;color:#ffffff9e;font-size:11px;line-height:1.6}.collection-section{padding:130px 0 145px;background:var(--cream)}.section-heading{width:min(680px,100%);margin:0 auto 65px;text-align:center}.section-heading h2,.page-heading h1{margin-bottom:20px;color:var(--forest);font-size:clamp(48px,5vw,70px)}.section-heading>p:last-child{color:var(--muted);line-height:1.85}.product-grid{display:grid;grid-template-columns:repeat(var(--product-columns, 2),minmax(0,1fr));gap:42px 34px}.product-card{overflow:hidden;background:var(--cream-light)}.product-card__media{position:relative;display:block;aspect-ratio:1 / .87;overflow:hidden;background:#eee9df}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__number{position:absolute;z-index:2;top:20px;left:22px;color:#12352f8c;font-family:var(--serif);font-size:13px;letter-spacing:.12em}.product-card__badge{position:absolute;z-index:2;top:18px;right:18px;padding:8px 13px;background:var(--forest);color:#fff;font-size:9px;font-weight:600;letter-spacing:.16em;text-transform:uppercase}.product-card__body{padding:30px 32px 34px}.product-card h3,.product-card h2{margin:0 0 14px;color:var(--forest);font-size:31px}.product-card h2{font-size:28px}.product-card__body>p{min-height:52px;color:var(--muted);font-size:13px;line-height:1.7}.product-card__footer{display:flex;justify-content:space-between;align-items:end;margin-top:25px;padding-top:22px;border-top:1px solid var(--sand)}.product-card__footer div{display:flex;flex-direction:column}.product-card__footer div>span{color:var(--gold);font-size:9px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.product-card__footer strong{color:var(--forest);font-family:var(--serif);font-size:28px;font-weight:600}.round-link{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--forest);border-radius:50%;transition:background .2s,color .2s}.round-link:hover{background:var(--forest);color:#fff}.section-heading--left{margin-inline:0;text-align:left}.section-footer-link{margin-top:54px;text-align:center}.empty-section-message{grid-column:1 / -1;padding:50px;border:1px dashed var(--sand);text-align:center;color:var(--muted)}.about-section{padding:145px 0;background:var(--cream-light)}.about-section__grid{display:grid;grid-template-columns:.88fr 1.12fr;gap:clamp(70px,10vw,145px);align-items:center}.about-section__grid--reverse{grid-template-columns:1.12fr .88fr}.about-section__grid--reverse .about-section__media{order:2}.about-section__grid--reverse .about-section__content{order:1}.about-section__media{position:relative;padding-left:40px}.about-section__media:before{content:"";position:absolute;left:0;bottom:-35px;width:65%;height:82%;border:1px solid var(--gold)}.about-section__media img{position:relative;width:100%;max-height:720px;object-fit:cover}.about-section__stamp{position:absolute;right:-46px;bottom:36px;width:132px;height:132px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:var(--gold-light);text-align:center;font-family:var(--serif);font-size:14px;line-height:1.25;letter-spacing:.12em}.about-section__content{max-width:610px}.about-section h2{margin-bottom:30px;color:var(--forest);font-size:clamp(48px,4.6vw,70px);letter-spacing:-.025em}.about-section h2 em{color:var(--gold);font-weight:400}.about-section__content>p,.about-section__content .rte{color:var(--muted);line-height:1.9}.about-section blockquote{margin:30px 0;padding:7px 0 7px 24px;border-left:1px solid var(--gold);color:var(--forest-soft);font-family:var(--serif);font-size:21px;font-style:italic;line-height:1.5}.memory-cta{position:relative;min-height:600px;display:grid;place-items:center;overflow:hidden}.memory-cta--medium{min-height:460px}.memory-cta--large{min-height:650px}.memory-cta>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.memory-cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#08201bd1,#08201b47)}.memory-cta__content{position:relative;z-index:1;color:#fff}.memory-cta__content--center{text-align:center}.memory-cta__content--center .banner-text{margin-inline:auto}.memory-cta__content>p{margin-bottom:18px;color:var(--gold-light);font-size:11px;font-weight:600;letter-spacing:.23em;text-transform:uppercase}.memory-cta h2{margin-bottom:34px;font-size:clamp(54px,6vw,82px)}.memory-cta h2 em{color:var(--gold-light);font-weight:400}.banner-text{max-width:650px;margin-bottom:28px;color:#ffffffc7}.site-footer{padding:80px 0 28px;background:var(--forest-deep);color:#fff}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:80px;padding-bottom:60px}.site-footer__block--brand{min-width:min(100%,300px)}.footer-wordmark{margin-bottom:22px;font-family:var(--serif);font-size:24px;font-weight:600;letter-spacing:.13em}.site-footer__brand p,.site-footer .rte{max-width:380px;color:#ffffff8a;font-size:13px}.site-footer h2{margin-bottom:20px;color:var(--gold-light);font-family:var(--sans);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.site-footer ul{margin:0;padding:0;list-style:none;color:#ffffff9e;font-size:12px;line-height:2.1}.site-footer a:hover{color:var(--gold-light)}.footer-shop-link{display:inline-flex;gap:12px;margin-top:20px;border-bottom:1px solid var(--gold);color:#fff;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.site-footer__bottom{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff61;font-size:10px;letter-spacing:.06em;text-transform:uppercase}.site-footer__bottom p{margin:0}.breadcrumbs{display:flex;gap:10px;margin-bottom:34px;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.07em}.product-page{padding-block:54px 110px}.product-page__grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:start}.product-gallery{display:grid;gap:18px}.product-gallery__item{overflow:hidden;background:var(--cream)}.product-gallery__item img{width:100%;height:auto}.product-gallery__item--empty{aspect-ratio:1;display:grid;place-items:center;color:var(--muted)}.product-info{position:sticky;top:calc(var(--header-height) + 32px);padding-top:20px}.product-info--not-sticky{position:static}.product-info h1{margin-bottom:20px;color:var(--forest);font-size:clamp(45px,4.5vw,66px)}.product-price{display:flex;gap:18px;align-items:center;margin-bottom:25px;color:var(--forest);font-family:var(--serif);font-size:32px;font-weight:600}.product-price s{color:var(--muted);font-size:21px;font-weight:400}.rte{color:var(--muted)}.rte h2,.rte h3{color:var(--forest)}.rte a{text-decoration:underline}.product-description{margin-bottom:8px}.product-form-anchor{display:none}.product-block{margin-bottom:18px}.product-block--title,.product-block--eyebrow,.product-block--price{margin-bottom:0}.product-block--variant-picker,.product-block--quantity{display:grid;gap:10px}.product-block--variant-picker label,.product-block--quantity label{margin-top:8px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.product-block--variant-picker select,.quantity-input{min-height:48px;border:1px solid #c9c1b5;border-radius:0;background:#fff;color:var(--ink);padding:0 14px}.product-block--variant-picker select{width:100%}.quantity-input{width:90px}.product-form__submit{width:100%;margin-top:2px}.product-form__submit:disabled{opacity:.45;cursor:not-allowed}.product-block--buy-buttons{padding-bottom:22px;border-bottom:1px solid var(--sand)}.product-block--trust-point{margin:0}.product-promise{display:flex;gap:14px;align-items:center;padding:13px 0;border-bottom:1px solid var(--sand);color:var(--muted);font-size:12px}.product-promise span p{margin:0}.product-promise svg{flex:0 0 auto;width:30px;fill:none;stroke:var(--gold);stroke-width:1.5}.product-custom-text{padding:18px;background:var(--cream)}.collection-page,.cart-page,.standard-page{min-height:60vh;padding-block:85px 120px}.page-heading{max-width:760px;margin-bottom:55px}.page-heading--center{margin-inline:auto;text-align:center}.page-heading--left{margin-inline:0;text-align:left}.page-heading h1{margin-bottom:20px}.product-grid--collection .product-card__media{aspect-ratio:1}.product-grid--collection .product-card__body{padding:24px}.pagination{margin-top:50px;text-align:center}.cart-items{display:grid;gap:20px}.cart-item{display:grid;grid-template-columns:180px 1fr auto;gap:28px;align-items:center;padding-bottom:20px;border-bottom:1px solid var(--sand)}.cart-item__image{background:var(--cream)}.cart-item__image img{width:100%;aspect-ratio:1;object-fit:cover}.cart-item h2{margin-bottom:7px;font-size:28px}.cart-item p{margin-bottom:5px;color:var(--muted)}.cart-item label{display:block;margin-top:10px;font-size:10px;text-transform:uppercase}.cart-remove{display:inline-block;margin-top:9px;color:var(--muted);font-size:11px;text-decoration:underline}.cart-item__total{font-family:var(--serif);font-size:24px}.cart-summary{width:min(500px,100%);margin:40px 0 0 auto;padding:30px;background:var(--cream)}.cart-summary>p{display:flex;justify-content:space-between;font-size:18px}.cart-summary small{color:var(--muted)}.cart-summary__buttons{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.empty-state{padding-block:60px;text-align:center}.empty-state .button{margin-top:20px}.standard-page .rte{max-width:820px}.standard-page--narrow{max-width:900px}.standard-page--narrow .rte{margin-inline:auto}.color-light{background:var(--cream-light);color:var(--ink)}.color-cream{background:var(--cream);color:var(--ink)}.color-dark{background:var(--forest);color:var(--white)}.color-dark .eyebrow{color:var(--gold-light)}.color-dark h1,.color-dark h2,.color-dark .rte{color:var(--white)}.page-banner{padding-block:90px}.page-banner__inner{max-width:850px}.page-banner__inner--center{text-align:center}.page-banner__inner--center{margin-inline:auto}.page-banner h1{margin-bottom:22px;font-size:clamp(54px,6vw,82px);color:var(--forest)}.color-dark.page-banner h1{color:var(--white)}.page-banner__text{max-width:680px;margin:0 auto 26px}.page-banner__inner--left .page-banner__text{margin-left:0}.rich-text-section{padding-block:100px}.rich-text-section__inner{max-width:820px}.rich-text-section__inner--center{text-align:center}.rich-text-section__inner--center{margin-inline:auto}.rich-text-section h2{margin-bottom:24px;font-size:clamp(42px,5vw,64px);color:var(--forest)}.rich-text-section .button{margin-top:20px}.contact-section{padding-block:110px}.contact-section__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(55px,9vw,130px);align-items:start}.contact-section__details h2{margin-bottom:24px;color:var(--forest);font-size:clamp(45px,5vw,68px)}.contact-details{display:grid;gap:20px;margin-top:42px}.contact-detail{padding-top:16px;border-top:1px solid var(--sand)}.contact-detail>span{display:block;color:var(--gold);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.contact-detail p,.contact-detail a{margin:5px 0 0;color:var(--forest)}.contact-form{padding:40px;background:var(--white);box-shadow:0 14px 50px #12352f0f}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field{display:grid;gap:7px}.field--full{grid-column:1 / -1}.field label{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}.field input,.field textarea{width:100%;border:1px solid #c9c1b5;border-radius:0;background:var(--cream-light);color:var(--ink);padding:13px 14px}.field input{min-height:50px}.contact-form .button{margin-top:24px}.form-status{margin-bottom:24px;padding:14px 16px}.form-status--success{background:#e4f2e8;color:#1b5a2e}.form-status--error{background:#fae8e6;color:#8d251c}.shopify-app-block{padding-block:24px}.placeholder-svg{width:100%;height:100%;fill:var(--sand)}.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .75s ease,transform .75s ease}.js .reveal--delay{transition-delay:.12s}.js .reveal.is-visible{opacity:1;transform:none}@media(max-width:1100px){.desktop-nav{gap:24px}.desktop-buy{display:none}.trust-strip__grid{grid-template-columns:repeat(2,1fr);gap:30px 0}.trust-item:nth-child(2){border-right:0}.about-section__grid{gap:70px}.product-grid,.product-grid--collection{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){:root{--header-height: 72px}.page-width{width:min(calc(100% - 36px),var(--page-width))}.site-header__inner{grid-template-columns:1fr auto}.brand__mark{width:auto;max-width:130px;height:40px}.brand__name{font-size:14px}.desktop-nav,.desktop-buy{display:none}.menu-toggle{display:block}.site-header__actions{gap:10px}.hero{min-height:auto}.hero__grid{min-height:auto;grid-template-columns:1fr;gap:50px;padding-block:68px 50px}.hero h1{font-size:clamp(49px,13vw,68px)}.hero__lead{font-size:14px}.hero__assurances{display:grid;gap:10px}.hero__media{padding:12px 12px 0 0}.hero__frame{height:min(125vw,650px)}.hero__seal{width:105px;height:105px;left:-12px;bottom:25px}.trust-strip{padding-block:45px}.trust-strip__grid{grid-template-columns:1fr;gap:0}.trust-item,.trust-item:first-child,.trust-item:last-child{padding:22px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.trust-item:last-child{border-bottom:0}.collection-section,.about-section{padding-block:90px}.section-heading{margin-bottom:44px;text-align:left}.section-heading h2,.page-heading h1{font-size:52px}.product-grid,.product-grid--collection{grid-template-columns:1fr;gap:26px}.product-card__body{padding:24px 22px 27px}.product-card h3{font-size:28px}.about-section__grid{grid-template-columns:1fr;gap:70px}.about-section__grid--reverse .about-section__media,.about-section__grid--reverse .about-section__content{order:initial}.about-section__media{width:calc(100% - 25px);padding-left:20px}.about-section__stamp{width:105px;height:105px;right:-25px}.about-section h2{font-size:51px}.memory-cta{min-height:540px}.memory-cta__overlay{background:#08201b8c}.memory-cta h2{font-size:55px}.page-banner{padding-block:70px}.page-banner h1{font-size:55px}.contact-section{padding-block:75px}.contact-section__grid{grid-template-columns:1fr;gap:45px}.contact-form{padding:25px 20px}.form-grid{grid-template-columns:1fr}.field--full{grid-column:auto}.site-footer__grid{grid-template-columns:1fr;gap:42px}.site-footer__bottom{flex-direction:column;gap:10px}.product-page{padding-top:30px}.product-page__grid{grid-template-columns:1fr;gap:35px}.product-info{position:static}.cart-item{grid-template-columns:100px 1fr;align-items:start;gap:16px}.cart-item__total{grid-column:2}.cart-summary__buttons{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.js .reveal{opacity:1;transform:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/theme.css.map */
