:root{--hds-ink: #191714;--hds-ivory: #f8f4ee;--hds-paper: #fffdf9;--hds-burgundy: #5b2930;--hds-burgundy-deep: #3e1b20;--hds-gold: #b89a62;--hds-stone: #d8cec0;--hds-muted: #6e665f;--hds-line: rgba(25, 23, 20, .16);--hds-shadow: 0 24px 70px rgba(35, 26, 22, .12);--hds-max: 1320px}.hds{color:var(--hds-ink);background:var(--hds-ivory);font-family:var(--font-body--family, Arial, sans-serif)}.hds *,.hds *:before,.hds *:after{box-sizing:border-box}.hds img{display:block;width:100%;height:100%;object-fit:cover}.hds a{color:inherit}.hds-shell{width:min(calc(100% - 40px),var(--hds-max));margin-inline:auto}.hds-narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}.hds-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 18px;color:var(--hds-burgundy);font-size:.72rem;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.hds-eyebrow:before{width:34px;height:1px;content:"";background:currentColor}.hds-title{max-width:900px;margin:0;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2.35rem,5.2vw,5.6rem);font-weight:400;letter-spacing:-.045em;line-height:.98;text-wrap:balance}.hds-title--section{font-size:clamp(2rem,3.7vw,4.25rem);line-height:1.04}.hds-copy{max-width:680px;margin:22px 0 0;color:var(--hds-muted);font-size:clamp(1rem,1.3vw,1.18rem);line-height:1.7}.hds-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.hds-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:13px 22px;border:1px solid var(--hds-burgundy);border-radius:2px;background:var(--hds-burgundy);color:#fffaf4!important;font-size:.77rem;font-weight:700;letter-spacing:.09em;line-height:1.25;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.hds-button:hover{border-color:var(--hds-burgundy-deep);background:var(--hds-burgundy-deep);transform:translateY(-1px)}.hds-button--secondary{border-color:var(--hds-ink);background:transparent;color:var(--hds-ink)!important}.hds-button--secondary:hover{border-color:var(--hds-ink);background:var(--hds-ink);color:var(--hds-ivory)!important}.hds-text-link{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}.hds-text-link:after{content:"\2192";font-size:1rem;transition:transform .18s ease}.hds-text-link:hover:after{transform:translate(4px)}.hds-hero{overflow:hidden;background:radial-gradient(circle at 12% 12%,rgba(184,154,98,.16),transparent 34%),var(--hds-ivory)}.hds-hero__grid{display:grid;min-height:min(760px,calc(100svh - 130px));grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr)}.hds-hero__content{display:flex;align-items:center;padding:clamp(70px,8vw,130px) clamp(30px,6vw,88px) clamp(70px,8vw,130px) max(20px,calc((100vw - var(--hds-max)) / 2))}.hds-hero__inner{max-width:760px}.hds-hero__media{position:relative;min-height:560px;background:#d7cec5}.hds-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,rgba(25,23,20,.12),transparent 28%);pointer-events:none}.hds-hero__note{display:flex;flex-wrap:wrap;gap:8px 16px;margin:22px 0 0;color:var(--hds-muted);font-size:.76rem;letter-spacing:.04em}.hds-hero__note span+span:before{margin-right:16px;content:"\b7";color:var(--hds-gold)}.hds-trust{border-block:1px solid rgba(248,244,238,.16);background:var(--hds-ink);color:var(--hds-ivory)}.hds-trust__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.hds-trust__item{padding:26px clamp(18px,3vw,44px);border-left:1px solid rgba(248,244,238,.16)}.hds-trust__item:first-child{border-left:0}.hds-trust__title{display:block;margin-bottom:7px;font-family:var(--font-heading--family, Georgia, serif);font-size:1.18rem;font-weight:400}.hds-trust__copy{display:block;color:#f8f4eead;font-size:.8rem;line-height:1.55}.hds-section{padding-block:clamp(78px,9vw,138px)}.hds-section--paper{background:var(--hds-paper)}.hds-section__head{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:clamp(42px,6vw,76px)}.hds-section__head>:first-child{max-width:850px}.hds-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid var(--hds-line);border-left:1px solid var(--hds-line)}.hds-service-card{position:relative;display:grid;min-height:390px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);border-right:1px solid var(--hds-line);border-bottom:1px solid var(--hds-line);background:var(--hds-paper)}.hds-service-card--text-only{grid-template-columns:1fr;background:var(--hds-burgundy);color:#fffaf4}.hds-service-card__media{min-height:100%;overflow:hidden;background:var(--hds-stone)}.hds-service-card__media img{transition:transform .5s ease}.hds-service-card:hover .hds-service-card__media img{transform:scale(1.025)}.hds-service-card__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(28px,4vw,54px)}.hds-service-card__number{margin-bottom:auto;color:var(--hds-gold);font-size:.72rem;font-weight:700;letter-spacing:.16em}.hds-service-card h3{margin:34px 0 14px;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.65rem,2.5vw,2.6rem);font-weight:400;line-height:1.06}.hds-service-card p{margin:0 0 26px;color:var(--hds-muted);font-size:.94rem;line-height:1.65}.hds-service-card--text-only p{color:#fffaf4bd}.hds-health{background:var(--hds-burgundy-deep);color:#fffaf4}.hds-health__grid{display:grid;min-height:680px;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.hds-health__media{min-height:580px}.hds-health__content{display:flex;align-items:center;padding:clamp(60px,8vw,120px) max(20px,calc((100vw - var(--hds-max)) / 2)) clamp(60px,8vw,120px) clamp(34px,7vw,100px)}.hds-health .hds-eyebrow,.hds-health .hds-service-card__number{color:#d8ba80}.hds-health .hds-copy{color:#fffaf4b8}.hds-health__list{display:grid;gap:14px;margin:30px 0 0;padding:0;list-style:none}.hds-health__list li{position:relative;padding-left:24px;color:#fffaf4db;font-size:.92rem;line-height:1.55}.hds-health__list li:before{position:absolute;top:.6em;left:0;width:8px;height:8px;border:1px solid #d8ba80;border-radius:50%;content:""}.hds-health .hds-button{border-color:#d8ba80;background:#d8ba80;color:var(--hds-burgundy-deep)!important}.hds-health .hds-button:hover{border-color:#fffaf4;background:#fffaf4}.hds-founders__grid{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:clamp(48px,8vw,120px)}.hds-founders__portraits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hds-founder-card{margin:0}.hds-founder-card__image{overflow:hidden;aspect-ratio:1 / 1.17;background:var(--hds-stone)}.hds-founder-card figcaption{padding-top:14px}.hds-founder-card strong{display:block;font-family:var(--font-heading--family, Georgia, serif);font-size:1.3rem;font-weight:400}.hds-founder-card span{display:block;margin-top:3px;color:var(--hds-muted);font-size:.76rem;line-height:1.45}.hds-founders__quote{margin:30px 0 0;padding:24px 0 0;border-top:1px solid var(--hds-line);font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.35rem,2.2vw,2.05rem);line-height:1.35}.hds-visit{background:#e9e0d5}.hds-visit__grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:clamp(48px,8vw,120px)}.hds-visit__address{margin:0;font-style:normal;line-height:1.75}.hds-visit__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;padding-top:24px;border-top:1px solid var(--hds-line)}.hds-visit__label{display:block;margin-bottom:10px;color:var(--hds-burgundy);font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.hds-founder-footer{padding-block:34px;border-bottom:1px solid rgba(248,244,238,.15);background:var(--hds-ink);color:var(--hds-ivory)}.hds-founder-footer__inner{display:grid;align-items:center;grid-template-columns:auto minmax(0,1fr) auto;gap:24px}.hds-founder-footer__portraits{display:flex}.hds-founder-footer__portrait{width:62px;height:62px;overflow:hidden;border:2px solid var(--hds-ink);border-radius:50%}.hds-founder-footer__portrait+.hds-founder-footer__portrait{margin-left:-12px}.hds-founder-footer__copy strong{display:block;margin-bottom:4px;font-family:var(--font-heading--family, Georgia, serif);font-size:1.3rem;font-weight:400}.hds-founder-footer__copy span{display:block;color:#f8f4eeab;font-size:.82rem;line-height:1.5}.hds-founder-footer .hds-text-link{color:#d8ba80}.hds-service-hero{position:relative;min-height:min(720px,calc(100svh - 120px));display:grid;align-items:end;overflow:hidden;background:var(--hds-ink);color:#fffaf4;isolation:isolate}.hds-service-hero__media,.hds-service-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hds-service-hero__media{right:auto;left:50%;width:50%;z-index:-2}.hds-service-hero__media:after{content:"";background:linear-gradient(90deg,rgba(20,16,14,.76) 0%,rgba(20,16,14,.2) 38%,transparent 76%)}.hds-service-hero__media img{object-position:center 32%}.hds-service-hero__content{max-width:720px;padding-block:clamp(100px,13vw,180px) clamp(70px,8vw,110px)}.hds-service-hero .hds-eyebrow{color:#d8ba80}.hds-service-hero .hds-copy{color:#fffaf4c7}.hds-service-hero .hds-button{border-color:#fffaf4;background:#fffaf4;color:var(--hds-ink)!important}.hds-service-hero .hds-button:hover{border-color:#d8ba80;background:#d8ba80}.hds-service-hero .hds-button--secondary{border-color:#fffaf4a3;background:#19171447;color:#fffaf4!important}.hds-service-hero .hds-hero__note{color:#fffaf4a8}.hds-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.hds-info-card{min-height:280px;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(26px,3.4vw,44px);border:1px solid var(--hds-line);background:var(--hds-paper)}.hds-info-card__number{display:block;margin-bottom:auto;color:var(--hds-gold);font-size:.72rem;font-weight:700;letter-spacing:.16em}.hds-info-card h3{margin:34px 0 13px;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.45rem,2.1vw,2.15rem);font-weight:400;line-height:1.08}.hds-info-card p{margin:0;color:var(--hds-muted);font-size:.91rem;line-height:1.67}.hds-info-card .hds-text-link{margin-top:24px}.hds-process{background:var(--hds-ink);color:var(--hds-ivory)}.hds-process .hds-eyebrow{color:#d8ba80}.hds-process .hds-copy{color:#f8f4eea6}.hds-process__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(248,244,238,.18);border-left:1px solid rgba(248,244,238,.18)}.hds-process__step{min-height:300px;padding:clamp(26px,3.5vw,46px);border-right:1px solid rgba(248,244,238,.18);border-bottom:1px solid rgba(248,244,238,.18)}.hds-process__step>span{display:block;color:#d8ba80;font-size:.7rem;font-weight:700;letter-spacing:.14em}.hds-process__step h3{margin:68px 0 14px;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.45rem,2.2vw,2.2rem);font-weight:400;line-height:1.08}.hds-process__step p{margin:0;color:#f8f4eea3;font-size:.9rem;line-height:1.65}.hds-faq__list{margin-top:clamp(34px,5vw,64px);border-top:1px solid var(--hds-line)}.hds-faq details{border-bottom:1px solid var(--hds-line)}.hds-faq summary{position:relative;padding:25px 54px 25px 0;cursor:pointer;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.2rem,2vw,1.7rem);line-height:1.3;list-style:none}.hds-faq summary::-webkit-details-marker{display:none}.hds-faq summary:before,.hds-faq summary:after{position:absolute;top:50%;right:8px;width:18px;height:1px;content:"";background:var(--hds-burgundy);transition:transform .16s ease}.hds-faq summary:after{transform:rotate(90deg)}.hds-faq details[open] summary:after{transform:rotate(0)}.hds-faq__answer{max-width:780px;padding:0 48px 26px 0;color:var(--hds-muted);font-size:.95rem;line-height:1.75}@media(max-width:1100px){.hds-hero__grid,.hds-health__grid{grid-template-columns:1fr .85fr}.hds-service-card{grid-template-columns:1fr}.hds-service-card__media{min-height:280px}.hds-card-grid,.hds-process__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.hds-shell,.hds-narrow{width:min(calc(100% - 28px),var(--hds-max))}.hds-hero__grid,.hds-health__grid,.hds-founders__grid,.hds-visit__grid{grid-template-columns:1fr}.hds-hero__content,.hds-health__content{padding:62px 20px}.hds-hero__media{min-height:520px;order:-1}.hds-health__media{min-height:440px}.hds-trust__grid{grid-template-columns:1fr}.hds-trust__item,.hds-trust__item:first-child{border-top:1px solid rgba(248,244,238,.16);border-left:0}.hds-trust__item:first-child{border-top:0}.hds-section__head{display:block}.hds-section__head .hds-text-link{margin-top:24px}.hds-service-grid,.hds-visit__details{grid-template-columns:1fr}.hds-founder-footer__inner{grid-template-columns:auto 1fr}.hds-founder-footer .hds-text-link{grid-column:2}.hds-service-hero{min-height:700px}.hds-service-hero__media:after{background:linear-gradient(0deg,#14100ef5,#14100e9e 56%,#14100e1f)}.hds-service-hero__media{right:0;left:0;width:100%}.hds-service-hero__content{padding-block:160px 64px}}.search-page__header{min-height:clamp(300px,34vw,470px);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:28px;padding-inline:clamp(20px,5vw,80px);text-align:center}.search-page__header h1{margin:0;color:var(--hds-ink);font-family:var(--hds-serif);font-size:clamp(3rem,7vw,7.2rem);font-weight:400;letter-spacing:-.045em;line-height:.94;text-align:center!important}.search-page__header form,.search-page__header .search-input{width:min(100%,700px);margin-inline:auto}.search-page__header input{min-height:58px;border-color:#412d254d;background:#fffaf694}.cart-page,.main-cart{background:transparent}.cart-page h1,.main-cart h1,.cart__empty h1,.cart__empty-state h1{color:var(--hds-ink);font-family:var(--hds-serif);font-weight:400;letter-spacing:-.035em}.cart-page .button,.main-cart .button{box-shadow:0 10px 26px #4b30261f}@media(max-width:749px){.search-page__header{min-height:330px}.search-page__header h1,.cart-page h1,.main-cart h1{text-align:center}}.product-information{padding-block:clamp(18px,3vw,42px);background:transparent}.product-information .product-information__grid{gap:clamp(28px,4vw,64px)}.product-information .product-information__media img{background:#fffaf69e}.product-information .product-details{margin-block:clamp(18px,3vw,44px);padding:clamp(28px,4vw,54px);border:1px solid rgba(65,45,37,.14);background:#f8efe96b;box-shadow:0 24px 70px #4b302613}.product-information .product-details h1{color:var(--hds-ink);font-family:var(--hds-serif);font-size:clamp(2.4rem,3.2vw,4rem);font-weight:400;letter-spacing:-.035em;line-height:.98}.product-information .product-details product-price,.product-information .product-details .price{color:var(--hds-ink);font-size:1.08rem;letter-spacing:.025em}.product-information .product-details .add-to-cart-button,.sticky-add-to-cart__button{border-color:#9e7467;background:#a9796c;color:#fffaf6;box-shadow:0 10px 26px #4b302621}.product-information .product-details .add-to-cart-button:hover,.sticky-add-to-cart__button:hover{border-color:#8f6358;background:#94685c}.product-information .product-details .variant-option__button-label,.product-information .product-details input,.product-information .product-details select{border-color:#412d2547;border-radius:0}.product-recommendations h2,.product-recommendations h3{color:var(--hds-ink);font-family:var(--hds-serif);font-size:clamp(2rem,4vw,4rem);font-weight:400;letter-spacing:-.03em;line-height:1.02}@media(max-width:749px){.product-information .product-details{margin:0 14px 24px;padding:26px 18px 30px;text-align:center}.product-information .product-details .text-block,.product-information .product-details product-price,.product-information .product-details .buy-buttons-block,.product-information .product-details .product-form-buttons{text-align:center!important}.product-information .product-details h1{font-size:clamp(2.35rem,11vw,3.9rem);text-align:center}.product-recommendations h2,.product-recommendations h3{text-align:center}}.hds-appointment{scroll-margin-top:130px}.hds-appointment__grid{display:grid;grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr);gap:clamp(48px,7vw,120px);align-items:start}.hds-appointment__intro{position:sticky;top:150px}.hds-appointment__aside{margin-top:clamp(34px,5vw,62px);padding-top:28px;border-top:1px solid rgba(65,45,37,.18)}.hds-appointment__aside h3,.hds-form-status h3{margin:0 0 14px;color:var(--hds-ink);font-family:var(--hds-serif);font-size:clamp(1.55rem,2.4vw,2.15rem);font-weight:400;line-height:1.08}.hds-appointment__aside p,.hds-form-note,.hds-form-status p,.hds-form-status li{color:var(--hds-muted);font-size:.98rem;line-height:1.7}.hds-appointment__form-wrap{padding:clamp(30px,4.4vw,62px);border:1px solid rgba(65,45,37,.17);background:#f8efe975;box-shadow:0 24px 70px #4b302614}.hds-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}.hds-field{display:grid;gap:9px}.hds-field--wide{grid-column:1 / -1}.hds-field label{color:var(--hds-ink);font-size:.78rem;font-weight:650;letter-spacing:.09em;line-height:1.35;text-transform:uppercase}.hds-field input,.hds-field select,.hds-field textarea{width:100%;min-height:54px;padding:14px 15px;border:1px solid rgba(65,45,37,.28);border-radius:0;outline:none;background:#fffaf68f;color:var(--hds-ink);font:inherit;line-height:1.45;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.hds-field textarea{min-height:164px;resize:vertical}.hds-field input::placeholder,.hds-field textarea::placeholder{color:#55463f9e}.hds-field input:focus,.hds-field select:focus,.hds-field textarea:focus{border-color:#93685d;background:#fffaf6e0;box-shadow:0 0 0 3px #93685d1f}.hds-form-note{margin:24px 0 18px}.hds-appointment__submit{min-width:min(100%,280px)}.hds-form-status{margin:0 0 28px;padding:20px 22px;border:1px solid rgba(65,45,37,.2);background:#fffaf680}.hds-form-status--success{border-color:#54715161}.hds-form-status--error{border-color:#89392d6b}.hds-form-status ul{margin:10px 0 0;padding-left:20px}@media(max-width:980px){.hds-appointment__grid{grid-template-columns:1fr}.hds-appointment__intro{position:static;max-width:760px;margin-inline:auto;text-align:center}.hds-appointment__aside{text-align:center}}@media(max-width:749px){.hds-appointment__grid{gap:42px}.hds-appointment__form-wrap{padding:26px 18px 30px}.hds-form-grid{grid-template-columns:1fr;gap:20px}.hds-field--wide{grid-column:auto}.hds-field label,.hds-form-note,.hds-appointment__aside{text-align:center}.hds-appointment__submit{width:100%}}.hds-collection-intro{position:relative;min-height:clamp(590px,70vw,760px);display:flex;align-items:center;overflow:hidden;isolation:isolate;background:var(--hds-blush)}.hds-collection-intro__media,.hds-collection-intro__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.hds-collection-intro__media{z-index:-2}.hds-collection-intro__media:after{content:"";background:linear-gradient(90deg,#e8d8cdfc,#e8d8cdf0 42%,#e8d8cd94 69%,#e8d8cd2e),linear-gradient(180deg,#fffaf614,#754d3e14)}.hds-collection-intro__media img{width:100%;height:100%;object-fit:cover;object-position:72% 50%;filter:saturate(.65) sepia(.04) contrast(.9) brightness(1.08)}.hds-collection-intro__inner{width:100%;padding-inline:clamp(20px,4vw,72px);padding-block:clamp(96px,10vw,144px)}.hds-collection-intro__content{width:min(60%,780px)}.hds-collection-intro__description{max-width:700px;margin-top:18px;color:var(--hds-muted);font-size:.98rem;line-height:1.72}.hds-collection-intro__description>*:first-child{margin-top:0}.hds-collection-intro__description>*:last-child{margin-bottom:0}.hds-collection-intro__meta{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px 28px;align-items:start;max-width:700px;margin-top:28px;padding-top:22px;border-top:1px solid rgba(65,45,37,.18);color:#412d25ad;font-size:.78rem;letter-spacing:.055em;line-height:1.55;text-transform:uppercase}body.template-collection .main-collection,body.template-collection .shopify-section-group-main{background:transparent}body.template-collection .product-card,body.template-collection product-card{transition:transform .24s ease,box-shadow .24s ease}@media(hover:hover){body.template-collection .product-card:hover,body.template-collection product-card:hover{transform:translateY(-4px)}}@media(max-width:800px){.hds-collection-intro{min-height:720px}.hds-collection-intro__media:after{background:linear-gradient(180deg,#e8d8cd85,#e8d8cde6 46%,#e8d8cdfc),linear-gradient(#fffaf61a,#754d3e14)}.hds-collection-intro__media img{object-position:center 30%}.hds-collection-intro__inner{padding-block:156px 64px}.hds-collection-intro__content{width:100%;max-width:680px;margin-inline:auto;text-align:center}.hds-collection-intro__content .hds-title,.hds-collection-intro__content .hds-copy,.hds-collection-intro__description{margin-inline:auto}.hds-collection-intro__meta{grid-template-columns:1fr;justify-items:center;text-align:center}.hds-collection-intro__content .hds-actions{justify-content:center}}@media(max-width:520px){.hds-actions{display:grid}.hds-button{width:100%}.hds-hero__media{min-height:420px}.hds-founders__portraits{gap:8px}.hds-founder-footer__inner{grid-template-columns:1fr;text-align:center}.hds-founder-footer__portraits{justify-content:center}.hds-founder-footer .hds-text-link{grid-column:auto;justify-content:center}.hds-card-grid,.hds-process__grid{grid-template-columns:1fr}.hds-info-card,.hds-process__step{min-height:250px}}.hds-home-hero--sentimental{position:relative;min-height:min(820px,calc(100svh - 96px));overflow:hidden;isolation:isolate}.hds-home-hero__backdrop{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0}.hds-home-hero__backdrop:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#e1cdc0fa,#e1cdc0e6 38%,#e1cdc061 67%,#e1cdc033),linear-gradient(180deg,#ecded51f,#754d3e1f);content:""}.hds-home-hero__backdrop img{width:100%;height:100%;display:block;object-fit:cover;object-position:68% 48%;filter:saturate(.65) sepia(.08) contrast(.9) brightness(1.1);transform:scale(1.01)}.hds-home-hero--sentimental .hds-home-hero__shell{min-height:min(820px,calc(100svh - 96px));grid-template-columns:minmax(0,1.18fr) minmax(310px,.62fr);gap:clamp(58px,9vw,150px)}.hds-home-hero--sentimental .hds-home-hero__content{max-width:820px;padding:clamp(38px,5vw,72px) 0}.hds-home-hero__memory-card{min-height:0;align-self:end;margin-bottom:clamp(48px,7vw,90px);padding:clamp(28px,3.5vw,44px) 0 0;border:0;border-top:1px solid rgba(65,45,37,.42);background:transparent;box-shadow:none}.hds-home-hero__memory-thread{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px;color:var(--hds-burgundy);font-size:.68rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hds-home-hero__memory-thread:before,.hds-home-hero__memory-thread:after{display:none}.hds-home-hero__memory-thread span{white-space:nowrap}.hds-home-hero__memory-thread span+span:before{width:clamp(18px,3vw,44px);height:1px;display:inline-block;margin-right:12px;background:#81584f75;content:"";vertical-align:middle}.hds-home-hero__memory-card .hds-home-hero__aside-heading{max-width:420px;font-size:clamp(1.85rem,2.7vw,3.15rem)}@media(max-width:900px){.hds-home-hero--sentimental .hds-home-hero__shell{grid-template-columns:minmax(0,1fr) minmax(260px,.56fr);gap:40px}.hds-home-hero__memory-thread{flex-direction:column;align-items:flex-start;gap:10px}.hds-home-hero__memory-thread span+span:before{width:22px}}@media(max-width:749px){.hds-home-hero--sentimental{min-height:0}.hds-home-hero__backdrop:after{background:linear-gradient(180deg,#e1cdc0c7,#e1cdc0eb 54%,#e1cdc0fa)}.hds-home-hero__backdrop img{object-position:64% center}.hds-home-hero--sentimental .hds-home-hero__shell{min-height:0;grid-template-columns:1fr;gap:42px;padding-block:76px 64px}.hds-home-hero--sentimental .hds-home-hero__content{max-width:640px;margin-inline:auto;padding:0}.hds-home-hero__memory-card{width:min(100%,540px);align-items:center;align-self:center;margin:0 auto;padding-top:30px;text-align:center}.hds-home-hero__memory-thread{flex-direction:row;align-items:center;justify-content:center;gap:14px}.hds-home-hero__memory-thread span+span:before{width:12px;margin-right:14px}.hds-home-hero__memory-card .hds-home-hero__aside-heading{margin-inline:auto}.hds-process__grid{grid-template-columns:1fr;border-left:0}.hds-process__step{min-height:0;padding:42px 28px 46px;border-right:0}.hds-process__step h3{margin-top:30px}}@media(max-width:520px){.hds-home-hero__memory-thread{flex-direction:column}.hds-home-hero__memory-thread span+span:before{display:none}}.hds-home-journey{min-height:0;padding:0;overflow:hidden}.hds-home-journey__media{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-bottom:1px solid rgba(65,45,37,.16);background:#fffaf62e}.hds-home-journey__media:after{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#eadbd00a,#9d6f5b1a);content:"";pointer-events:none}.hds-home-journey__media img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.7) sepia(.08) contrast(.91) brightness(1.08);transition:transform .7s cubic-bezier(.22,1,.36,1)}.hds-home-journey:nth-child(1) .hds-home-journey__media img{object-position:center 48%}.hds-home-journey:nth-child(2) .hds-home-journey__media img{object-position:center 56%}.hds-home-journey:nth-child(3) .hds-home-journey__media img{object-position:center 52%}@media(hover:hover){.hds-home-journey:hover .hds-home-journey__media img{transform:scale(1.025)}}.hds-home-journey__content{min-height:390px;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(30px,3.5vw,48px)}.hds-home-journey__content .hds-home-journey__verb{margin-top:auto}@media(max-width:749px){.hds .hds-eyebrow,.hds .hds-title,.hds .hds-copy,.hds-home-hero__aside-eyebrow,.hds-home-hero__aside-heading,.hds-home-hero__aside-copy,.hds-trust__item,.hds-home-journeys__head,.hds-home-journey__content,.hds-service-card__content,.hds-process__step,.hds-founders__content,.hds-founder-card figcaption,.hds-health__content,.hds-faq details,.hds-visit__grid,.hds-founder-footer__copy{text-align:center}.hds-home-hero--sentimental .hds-eyebrow,.hds-home-hero--sentimental .hds-title,.hds-home-hero--sentimental .hds-copy,.hds-home-hero__aside-heading,.hds-home-editorial__heading .hds-title,.hds-home-journey h3,.hds-health--compact .hds-copy{margin-inline:auto}.hds-actions,.hds-home-hero__note,.hds-health__list,.hds-founders__portraits,.hds-visit__details,.hds-founder-footer__inner{justify-content:center}.hds-home-editorial__body{padding-left:0;border-left:0;text-align:center}.hds-home-editorial__body:before{width:48px;height:1px;display:block;margin:0 auto 26px;background:#81584f80;content:""}.hds-home-journeys__head{gap:24px}.hds-home-journeys__grid{border-left:0}.hds-home-journey__content,.hds-service-card__content{align-items:center}.hds-home-journey__content{min-height:330px}.hds-home-journey__media{aspect-ratio:5 / 4}.hds-health__list{width:fit-content;margin-inline:auto;padding-left:0;text-align:center}.hds-health__list li{padding-left:0}.hds-health__list li:before{position:static;display:block;margin:0 auto 10px}.hds-faq summary{justify-content:center;text-align:center}.hds-visit__address,.hds-visit__details{margin-inline:auto}.hds-founder-footer__inner{text-align:center}}@media(prefers-reduced-motion:reduce){.hds-home-journey__media img{transition:none}}@media(prefers-reduced-motion:reduce){.hds *,.hds *:before,.hds *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.hds-button{min-width:218px;min-height:52px;padding:14px 26px;font-size:.84rem;font-weight:600;letter-spacing:.025em;text-transform:none}.hds-actions--equal .hds-button{flex:0 0 218px}.hds-home-hero{position:relative;min-height:min(780px,calc(100svh - 112px));overflow:hidden;background:var(--hds-ink);color:var(--hds-ivory);isolation:isolate}.hds-home-hero__media{position:absolute;z-index:-2;top:0;right:0;bottom:0;width:59%;background:#211b18}.hds-home-hero__media:before,.hds-home-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";pointer-events:none}.hds-home-hero__media:before{background:linear-gradient(90deg,var(--hds-ink) 0%,rgba(25,23,20,.9) 12%,rgba(25,23,20,.28) 48%,rgba(25,23,20,.06) 100%)}.hds-home-hero__media:after{background:linear-gradient(0deg,rgba(25,23,20,.28),transparent 38%)}.hds-home-hero__media img{object-position:center 54%;transform:scale(1.01)}.hds-home-hero__shell{display:flex;min-height:min(780px,calc(100svh - 112px));align-items:center}.hds-home-hero__content{width:min(53%,660px);padding-block:clamp(88px,10vw,142px)}.hds-home-hero .hds-eyebrow{color:#d8ba80}.hds-home-hero .hds-title{max-width:650px;font-size:clamp(3.05rem,5.35vw,4.9rem);letter-spacing:-.04em;line-height:.99}.hds-home-hero .hds-copy{max-width:570px;color:#f8f4eeb8;font-size:clamp(1rem,1.22vw,1.14rem)}.hds-home-hero .hds-button{border-color:var(--hds-ivory);background:var(--hds-ivory);color:var(--hds-ink)!important}.hds-home-hero .hds-button:hover{border-color:#d8ba80;background:#d8ba80}.hds-home-hero .hds-button--secondary{border-color:#f8f4eeb8;background:#19171429;color:var(--hds-ivory)!important}.hds-home-hero .hds-button--secondary:hover{border-color:var(--hds-ivory);background:var(--hds-ivory);color:var(--hds-ink)!important}.hds-home-hero__note{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:26px;color:#f8f4ee8f;font-size:.75rem;letter-spacing:.045em}.hds-home-hero__note span+span:before{margin-right:18px;content:"\b7";color:#d8ba80}.hds-home-editorial{background:var(--hds-paper)}.hds-home-editorial__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:clamp(54px,9vw,138px)}.hds-home-editorial__heading .hds-title{max-width:760px}.hds-home-editorial__body{align-self:end;padding:10px 0 8px clamp(28px,4vw,58px);border-left:1px solid var(--hds-gold)}.hds-home-editorial__copy{margin-top:0}.hds-home-editorial__copy p{margin:0 0 1.1em}.hds-home-editorial__body .hds-text-link{margin-top:22px}.hds-home-editorial__media{grid-column:1 / -1;height:clamp(300px,34vw,500px);margin:clamp(34px,5vw,68px) 0 0;overflow:hidden;border:1px solid rgba(65,45,37,.16)}.hds-home-editorial__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 44%;filter:saturate(.72) sepia(.08) contrast(.94) brightness(1.04)}.hds-home-journeys{background:var(--hds-ink);color:var(--hds-ivory)}.hds-home-journeys .hds-eyebrow{color:#d8ba80}.hds-home-journeys__head{display:grid;align-items:end;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(36px,7vw,100px);margin-bottom:clamp(48px,7vw,86px)}.hds-home-journeys__head .hds-copy{margin:0;color:#f8f4eea3}.hds-home-journeys__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(248,244,238,.18);border-left:1px solid rgba(248,244,238,.18)}.hds-home-journey{display:flex;min-height:430px;flex-direction:column;align-items:flex-start;padding:clamp(30px,4vw,52px);border-right:1px solid rgba(248,244,238,.18);border-bottom:1px solid rgba(248,244,238,.18);background:#ffffff03}.hds-home-journey:nth-child(2){background:var(--hds-burgundy-deep)}.hds-home-journey__number{color:#d8ba80;font-size:.7rem;font-weight:700;letter-spacing:.16em}.hds-home-journey__verb{margin:auto 0 12px;color:#d8ba80;font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hds-home-journey h3{max-width:360px;margin:0 0 18px;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.8rem,2.65vw,2.85rem);font-weight:400;line-height:1.05}.hds-home-journey__copy{color:#f8f4eea3;font-size:.92rem;line-height:1.65}.hds-home-journey__copy p{margin:0}.hds-home-journey .hds-text-link{margin-top:28px;color:var(--hds-ivory)}.hds-service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hds-service-card,.hds-service-card--text-only{min-height:410px;grid-template-columns:1fr;grid-template-rows:auto 1fr;background:var(--hds-paper);color:var(--hds-ink)}.hds-service-card:nth-child(3n){background:#eee5da}.hds-service-card__media{min-height:220px;aspect-ratio:16 / 10}.hds-service-card__content{justify-content:flex-start;padding:clamp(28px,3.2vw,44px)}.hds-service-card__number{margin-bottom:42px}.hds-service-card h3{margin:0 0 14px;font-size:clamp(1.55rem,2.1vw,2.25rem)}.hds-service-card--text-only p{color:var(--hds-muted)}.hds-process__step h3{margin-top:52px}.hds-founders__grid{align-items:start}.hds-founders__quote{color:var(--hds-burgundy)}.hds-health--compact{padding:clamp(72px,8vw,118px) 20px;background:var(--hds-ivory);color:var(--hds-ink)}.hds-health--compact .hds-health__grid{width:min(100%,1180px);min-height:0;margin-inline:auto;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);background:var(--hds-burgundy-deep);box-shadow:var(--hds-shadow);color:#fffaf4}.hds-health--compact .hds-health__media{min-height:480px}.hds-health--compact .hds-health__content{padding:clamp(48px,6vw,82px)}.hds-health--compact .hds-title--section{font-size:clamp(2rem,3.5vw,3.75rem)}.hds-health--compact .hds-copy{max-width:620px}.hds-faq{background:var(--hds-paper)}@media(max-width:1100px){.hds-home-hero__media{width:55%}.hds-home-hero__content{width:56%}.hds-home-editorial__grid{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)}.hds-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:800px){.hds-home-hero{min-height:0}.hds-home-hero__media{position:relative;width:100%;height:min(68vw,520px)}.hds-home-hero__media:before{background:linear-gradient(0deg,var(--hds-ink) 0%,rgba(25,23,20,.22) 58%,rgba(25,23,20,.04) 100%)}.hds-home-hero__shell{min-height:0}.hds-home-hero__content{width:100%;padding-block:56px 72px}.hds-home-editorial__grid,.hds-home-journeys__head,.hds-home-journeys__grid,.hds-health--compact .hds-health__grid{grid-template-columns:1fr}.hds-home-editorial__body{padding-left:28px}.hds-home-journey{min-height:350px}.hds-health--compact .hds-health__media{min-height:420px}}@media(max-width:520px){.hds-button,.hds-actions--equal .hds-button{width:100%;min-width:0;flex-basis:auto}.hds-home-hero__media{height:380px}.hds-home-hero .hds-title{font-size:clamp(2.55rem,13vw,3.55rem)}.hds-home-hero__note span{width:100%}.hds-home-hero__note span+span:before{margin-right:10px}.hds-service-grid{grid-template-columns:1fr}.hds-service-card,.hds-service-card--text-only{min-height:350px}.hds-health--compact{padding-inline:14px}.hds-health--compact .hds-health__media{min-height:350px}.hds-health--compact .hds-health__content{padding:42px 24px 48px}}:root{--hds-ink: #2c211d;--hds-ivory: #ddc8ba;--hds-paper: #eadbd0;--hds-burgundy: #81584f;--hds-burgundy-deep: #6f4a43;--hds-gold: #ad896e;--hds-stone: #d8c3b5;--hds-muted: #6f625b;--hds-line: rgba(65, 45, 37, .2);--hds-shadow: 0 24px 68px rgba(87, 61, 48, .1);--hds-texture: url(/cdn/shop/files/hd-studio-warm-parchment-texture.png?v=1787239282);--hds-texture-shade: linear-gradient(rgba(94, 60, 48, .1), rgba(94, 60, 48, .1))}body,.page-wrapper{background-color:var(--hds-ivory);background-image:var(--hds-texture-shade),var(--hds-texture);background-position:left top;background-repeat:repeat-y;background-size:200% auto;color:var(--hds-ink)}.header__underlay{background-color:var(--hds-ivory)!important;background-image:var(--hds-texture-shade),var(--hds-texture)!important;background-position:left top!important;background-repeat:repeat-y!important;background-size:200% auto!important}.hds,.hds-section,.hds-section--paper,.hds-home-editorial,.hds-home-journeys,.hds-process,.hds-faq,.hds-visit{background:transparent;color:var(--hds-ink)}.hds-section+.hds-section{border-top:1px solid rgba(65,45,37,.11)}.hds-eyebrow,.hds-home-journeys .hds-eyebrow,.hds-process .hds-eyebrow,.hds-health .hds-eyebrow{color:var(--hds-burgundy)}.hds-copy,.hds-home-journeys__head .hds-copy,.hds-process .hds-copy,.hds-health .hds-copy{color:var(--hds-muted)}.hds-button{border-color:#9e7467;background:#b98e7f;color:var(--hds-ink)!important;box-shadow:none}.hds-button:hover{border-color:#94685c;background:#aa7d6f;color:#fffaf6!important}.hds-button--secondary{border-color:#2c211da3;background:#ffffff14;color:var(--hds-ink)!important}.hds-button--secondary:hover{border-color:var(--hds-ink);background:var(--hds-ink);color:#f7eee8!important}.hds-text-link{color:var(--hds-ink)}.hds-home-hero,.hds-home-hero--sentimental{min-height:min(780px,calc(100svh - 112px));background:transparent;color:var(--hds-ink)}.hds-home-hero--sentimental .hds-home-hero__shell{display:grid;min-height:min(780px,calc(100svh - 112px));grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);align-items:center;gap:clamp(48px,8vw,120px);padding-block:clamp(70px,8vw,112px)}.hds-home-hero--sentimental .hds-home-hero__content{width:100%;padding:0}.hds-home-hero--sentimental .hds-eyebrow{max-width:590px;color:var(--hds-burgundy)}.hds-home-hero--sentimental .hds-title{max-width:780px;font-size:clamp(3.25rem,5.8vw,5.75rem);line-height:.98}.hds-home-hero--sentimental .hds-copy{max-width:690px;color:var(--hds-muted);font-size:clamp(1.03rem,1.35vw,1.2rem)}.hds-home-hero--sentimental .hds-button{border-color:#9e7467;background:#b98e7f;color:var(--hds-ink)!important}.hds-home-hero--sentimental .hds-button:hover{border-color:#94685c;background:#aa7d6f;color:#fffaf6!important}.hds-home-hero--sentimental .hds-button--secondary{border-color:#2c211da3;background:transparent;color:var(--hds-ink)!important}.hds-home-hero--sentimental .hds-button--secondary:hover{border-color:var(--hds-ink);background:var(--hds-ink);color:#f7eee8!important}.hds-home-hero--sentimental .hds-home-hero__note{color:#2c211d9e}.hds-home-hero--sentimental .hds-home-hero__note span+span:before{color:var(--hds-burgundy)}.hds-home-hero__keepsake{position:relative;min-height:520px;display:flex;overflow:hidden;flex-direction:column;justify-content:flex-end;padding:clamp(38px,5vw,64px);border:1px solid rgba(65,45,37,.22);background:#fffaf633;box-shadow:var(--hds-shadow)}.hds-home-hero__rings{position:absolute;top:44px;right:44px;left:44px;height:250px}.hds-home-hero__rings span{position:absolute;width:176px;height:176px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(129,88,79,.44);border-radius:50%;color:var(--hds-burgundy);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hds-home-hero__rings span:nth-child(1){top:6px;left:8%;align-items:flex-start;justify-content:flex-start;padding:38px 0 0 28px}.hds-home-hero__rings span:nth-child(2){top:54px;left:35%;align-items:flex-end;padding-bottom:30px}.hds-home-hero__rings span:nth-child(3){top:14px;left:58%;align-items:flex-start;justify-content:flex-end;padding:38px 28px 0 0}.hds-home-hero__aside-eyebrow{margin:0 0 16px;color:var(--hds-burgundy);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.hds-home-hero__aside-heading{max-width:480px;margin:0;font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.8rem,2.8vw,3rem);font-weight:400;line-height:1.08}.hds-home-hero__aside-copy{margin-top:22px;color:var(--hds-muted);font-size:.82rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.hds-home-hero__aside-copy p{margin:0}.hds-trust{border-block:1px solid rgba(65,45,37,.18);background:#fffaf62e;color:var(--hds-ink)}.hds-trust__item{border-left-color:#412d2529}.hds-trust__copy{color:var(--hds-muted)}.hds-home-editorial__body{border-left-color:#81584f80}.hds-home-journeys__grid{border-top-color:#412d2533;border-left-color:#412d2533}.hds-home-journey,.hds-home-journey:nth-child(2){border-right-color:#412d2533;border-bottom-color:#412d2533;background:#fffaf61f;color:var(--hds-ink)}.hds-home-journey:nth-child(2){background:#ceb1a13d}.hds-home-journey__number,.hds-home-journey__verb{color:var(--hds-burgundy)}.hds-home-journey__copy{color:var(--hds-muted)}.hds-home-journey .hds-text-link{color:var(--hds-ink)}.hds-service-grid{border-top-color:#412d252e;border-left-color:#412d252e}.hds-service-card,.hds-service-card--text-only,.hds-service-card:nth-child(3n){border-right-color:#412d252e;border-bottom-color:#412d252e;background:#fffaf61f;color:var(--hds-ink)}.hds-service-card:nth-child(2){background:#ceb1a133}.hds-service-card__number{color:var(--hds-burgundy)}.hds-service-card p,.hds-service-card--text-only p{color:var(--hds-muted)}.hds-process__grid{border-top-color:#412d2533;border-left-color:#412d2533}.hds-process__step{border-right-color:#412d2533;border-bottom-color:#412d2533}.hds-process__step>span{color:var(--hds-burgundy)}.hds-process__step p{color:var(--hds-muted)}.hds-founders__quote{border-top-color:#412d252e;color:var(--hds-burgundy)}.hds-health--compact{padding:clamp(76px,9vw,128px) 20px;background:transparent;color:var(--hds-ink)}.hds-health--compact .hds-health__grid{border:1px solid rgba(65,45,37,.22);background:#d6bbad4d;box-shadow:var(--hds-shadow);color:var(--hds-ink)}.hds-health--compact.hds-health--no-image .hds-health__grid{max-width:1080px;grid-template-columns:1fr}.hds-health--compact.hds-health--no-image .hds-health__content{padding:clamp(58px,8vw,104px)}.hds-health--compact.hds-health--no-image .hds-health__content>div{max-width:800px;margin-inline:auto}.hds-health .hds-button{border-color:#9e7467;background:#b98e7f;color:var(--hds-ink)!important}.hds-health .hds-button:hover{border-color:#94685c;background:#aa7d6f;color:#fffaf6!important}.hds-health__list li{color:var(--hds-muted)}.hds-health__list li:before{border-color:var(--hds-burgundy)}.hds-faq__list,.hds-faq details,.hds-visit__details{border-color:#412d252e}.hds-faq__answer,.hds-founder-card span{color:var(--hds-muted)}.hds-visit__label{color:var(--hds-burgundy)}.hds-founder-footer{border-color:#412d252e;background-color:var(--hds-ivory);background-image:var(--hds-texture-shade),var(--hds-texture);background-position:left top;background-repeat:repeat-y;background-size:200% auto;color:var(--hds-ink)}.hds-founder-footer__copy span{color:var(--hds-muted)}.hds-founder-footer .hds-text-link{color:var(--hds-burgundy)}@media(max-width:900px){.hds-home-hero--sentimental .hds-home-hero__shell{min-height:0;grid-template-columns:1fr;gap:54px}.hds-home-hero__keepsake{min-height:460px}}@media(max-width:520px){.hds-home-hero--sentimental .hds-title{font-size:clamp(2.65rem,13vw,3.65rem)}.hds-home-hero__keepsake{min-height:410px;padding:30px 24px}.hds-home-hero__rings{top:30px;right:24px;left:24px;height:210px}.hds-home-hero__rings span{width:138px;height:138px}.hds-health--compact.hds-health--no-image .hds-health__content{padding:46px 24px 54px}}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{min-height:min(820px,calc(100svh - 96px));grid-template-columns:minmax(0,1.18fr) minmax(310px,.62fr);gap:clamp(58px,9vw,150px)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__content{max-width:820px;padding:clamp(38px,5vw,72px) 0}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{min-height:0;align-self:end;margin-bottom:clamp(48px,7vw,90px);padding:clamp(30px,3.5vw,46px);border:1px solid rgba(65,45,37,.22);background:#e8d8cdb8;box-shadow:0 20px 60px #573d3014;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width:900px){.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{grid-template-columns:minmax(0,1fr) minmax(260px,.56fr);gap:40px}}@media(max-width:749px){.hds-home-hero__backdrop{height:clamp(330px,82vw,470px);bottom:auto}.hds-home-hero__backdrop:after{background:linear-gradient(180deg,#e1cdc014,#e1cdc02e 58%,#e1cdc0e0)}.hds-home-hero__backdrop img{object-position:62% 48%;filter:saturate(.72) sepia(.06) contrast(.94) brightness(1.06)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{min-height:0;grid-template-columns:1fr;gap:42px;padding-block:clamp(360px,88vw,500px) 64px}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__content{max-width:640px;margin-inline:auto;padding:38px 24px 42px;border:1px solid rgba(65,45,37,.16);background:#e5d3c7e6;box-shadow:0 18px 52px #573d300f}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{width:min(100%,540px);min-height:0;align-items:center;align-self:center;margin:0 auto;padding:34px 24px 38px;text-align:center}}@media(max-width:520px){.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{padding-top:clamp(350px,96vw,430px)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__content{padding-inline:20px}}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{padding:clamp(28px,3.5vw,44px) 0 0;border:0;border-top:1px solid rgba(65,45,37,.46);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:0 1px 18px rgba(238,222,211,.72)}.hds-home-hero--sentimental .hds-home-hero__content{position:relative}.hds-home-hero--sentimental .hds-home-hero__content:before{position:absolute;z-index:-1;top:-48px;right:-70px;bottom:-48px;left:-8vw;background:radial-gradient(ellipse at 40% 50%,#e4d1c5f0,#e4d1c5b8 58%,#e4d1c500);content:"";pointer-events:none}@media(max-width:749px){.hds-home-hero__backdrop{height:clamp(390px,102vw,560px);bottom:auto}.hds-home-hero__backdrop:after{background:linear-gradient(180deg,rgba(225,205,192,.02) 0%,rgba(225,205,192,.08) 54%,rgba(221,200,186,.72) 82%,var(--hds-ivory) 100%)}.hds-home-hero__backdrop img{object-position:62% 46%;filter:saturate(.76) sepia(.05) contrast(.96) brightness(1.04)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{padding-block:clamp(315px,82vw,430px) 64px}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__content{padding:0;border:0;background:transparent;box-shadow:none}.hds-home-hero--sentimental .hds-home-hero__content:before{top:-54px;right:-18px;bottom:-34px;left:-18px;background:linear-gradient(180deg,rgba(221,200,186,0) 0%,rgba(221,200,186,.9) 30%,var(--hds-ivory) 68%)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{padding:30px 0 0;border-right:0;border-bottom:0;border-left:0;background:transparent;box-shadow:none;text-shadow:none}}@media(max-width:520px){.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{padding-top:clamp(300px,86vw,380px)}}.hds-home-hero--sentimental .hds-home-hero__content:before{display:none}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{padding:clamp(28px,3.5vw,44px) 0 0;border:0;border-top:1px solid rgba(65,45,37,.42);background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:none}@media(max-width:749px){.hds-home-hero__backdrop{height:auto;top:0;right:0;bottom:0;left:0}.hds-home-hero__backdrop:after{background:linear-gradient(180deg,#e1cdc0c7,#e1cdc0eb 54%,#e1cdc0fa)}.hds-home-hero__backdrop img{object-position:64% center;filter:saturate(.7) sepia(.08) contrast(.91) brightness(1.08)}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{padding-block:76px 64px}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__content{padding:0;border:0;background:transparent;box-shadow:none}.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__memory-card{padding:30px 0 0;border-right:0;border-bottom:0;border-left:0}}@media(max-width:520px){.hds-home-hero.hds-home-hero--sentimental .hds-home-hero__shell{padding-top:76px}}:root{--hds-motion-ease: cubic-bezier(.22, 1, .36, 1);--hds-motion-duration: .82s}.hds-motion-ready .hds-home-hero__backdrop{opacity:0;transform:scale(1.035);transition:opacity 1.1s ease,transform 1.8s var(--hds-motion-ease)}.hds-motion-ready .hds-home-hero__content>*,.hds-motion-ready .hds-home-hero__memory-card{opacity:0;transform:translate3d(0,24px,0);transition:opacity .76s ease,transform .92s var(--hds-motion-ease)}.hds-motion-ready .hds-home-hero__content>:nth-child(1){transition-delay:.12s}.hds-motion-ready .hds-home-hero__content>:nth-child(2){transition-delay:.21s}.hds-motion-ready .hds-home-hero__content>:nth-child(3){transition-delay:.31s}.hds-motion-ready .hds-home-hero__content>:nth-child(4){transition-delay:.4s}.hds-motion-ready .hds-home-hero__content>:nth-child(5){transition-delay:.47s}.hds-motion-ready .hds-home-hero__memory-card{transition-delay:.52s}.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__backdrop,.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__content>*,.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__memory-card{opacity:1;transform:translateZ(0) scale(1)}.hds-motion-ready .hds-home-hero__memory-thread span{opacity:0;transform:translate3d(-10px,0,0);transition:opacity .52s ease,transform .68s var(--hds-motion-ease)}.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__memory-thread span{opacity:1;transform:translateZ(0)}.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__memory-thread span:nth-child(1){transition-delay:.7s}.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__memory-thread span:nth-child(2){transition-delay:.79s}.hds-motion-ready .hds-home-hero.is-motion-active .hds-home-hero__memory-thread span:nth-child(3){transition-delay:.88s}.hds-motion-ready .hds-motion-reveal{opacity:0;transform:translate3d(0,30px,0);transition:opacity var(--hds-motion-duration) ease var(--hds-motion-delay, 0ms),transform var(--hds-motion-duration) var(--hds-motion-ease) var(--hds-motion-delay, 0ms)}.hds-motion-ready .hds-motion-reveal.is-visible{opacity:1;transform:translateZ(0)}.hds-motion-ready .hds-home-editorial__media.hds-motion-reveal,.hds-motion-ready .hds-health__media.hds-motion-reveal{transform:translate3d(0,22px,0) scale(.985)}.hds-motion-ready .hds-home-editorial__media.hds-motion-reveal.is-visible,.hds-motion-ready .hds-health__media.hds-motion-reveal.is-visible{transform:translateZ(0) scale(1)}@media(hover:hover)and (prefers-reduced-motion:no-preference){.hds-button{transition-duration:.32s;transition-timing-function:var(--hds-motion-ease)}.hds-button:hover{transform:translate3d(0,-3px,0);box-shadow:0 12px 30px #573d301f}.hds-text-link:after{transition-duration:.36s;transition-timing-function:var(--hds-motion-ease)}.hds-home-editorial__media img,.hds-health__media img,.hds-founder-card__image img,.hds-service-card__media img{transition:transform 1s var(--hds-motion-ease),filter .7s ease}.hds-home-editorial__media:hover img,.hds-health__media:hover img,.hds-founder-card:hover .hds-founder-card__image img,.hds-service-card:hover .hds-service-card__media img{transform:scale(1.025)}}@media(max-width:749px){:root{--hds-motion-duration: .65s}.hds-motion-ready .hds-motion-reveal{transform:translate3d(0,18px,0)}.hds-motion-ready .hds-home-hero__content>*,.hds-motion-ready .hds-home-hero__memory-card{transform:translate3d(0,16px,0)}}@media(prefers-reduced-motion:reduce){.hds-motion-ready .hds-home-hero__backdrop,.hds-motion-ready .hds-home-hero__content>*,.hds-motion-ready .hds-home-hero__memory-card,.hds-motion-ready .hds-home-hero__memory-thread span,.hds-motion-ready .hds-motion-reveal{opacity:1!important;transform:none!important;transition:none!important}}.hds-button:not(.hds-button--secondary){box-shadow:0 8px 22px #4b30261a}.hds-home-journey{position:relative;z-index:1;box-shadow:0 16px 38px #4b30260e}.hds-health--compact .hds-health__grid{box-shadow:0 24px 64px #4b302617}.hds-founder-card__image{box-shadow:0 16px 38px #4b302613}@media(hover:hover){.hds-button:not(.hds-button--secondary):hover{box-shadow:0 13px 32px #4b302626}}@media(max-width:749px){.hds-actions{width:100%;max-width:380px;display:grid;margin-inline:auto}.hds-button,.hds-actions--equal .hds-button{width:100%;min-width:0}.hds-card-grid,.hds-process__grid{grid-template-columns:1fr}.hds-info-card,.hds-process__step{min-height:0;align-items:center;text-align:center}.hds-info-card__number{margin:0 0 28px}.hds-info-card h3,.hds-process__step h3{margin:0 0 14px}.hds-process__step>span{margin-bottom:28px}.hds-trust__item,.hds-trust__item:first-child{border-top-color:#412d2529}.hds .hds-title,.hds .hds-title--section,.hds-home-editorial__heading,.hds-home-journeys__head,.hds-home-journey h3,.hds-process__head,.hds-process__step h3,.hds-health__content h2,.hds-founders__content h2,.hds-service-pathways__head,.hds-service-card h3,.hds-faq__head,.hds-faq summary,.hds-visit__grid h2,.hds-visit__grid h3{margin-right:auto;margin-left:auto;text-align:center!important}.hds .hds-eyebrow{justify-content:center;text-align:center}}.hds-service-hero{min-height:min(760px,calc(100svh - 112px));align-items:center;background:transparent;color:var(--hds-ink)}.hds-service-hero__media{right:0;left:0;width:100%}.hds-service-hero__media:after{background:linear-gradient(90deg,#e8d8cdfa,#e8d8cdeb 38%,#e8d8cd94 68%,#e8d8cd33),linear-gradient(180deg,#fffaf614,#754d3e1a)}.hds-service-hero__media img{width:100%;height:100%;display:block;object-fit:cover;object-position:68% 48%;filter:saturate(.68) sepia(.06) contrast(.9) brightness(1.1)}.hds-service-hero__content{width:min(58%,760px);max-width:760px;padding-block:clamp(92px,11vw,150px)}.hds-service-hero .hds-eyebrow{color:var(--hds-burgundy)}.hds-service-hero .hds-copy{color:var(--hds-muted)}.hds-service-hero .hds-button{border-color:#9e7467;background:#b98e7f;color:var(--hds-ink)!important}.hds-service-hero .hds-button:hover{border-color:#94685c;background:#aa7d6f;color:#fffaf6!important}.hds-service-hero .hds-button--secondary{border-color:#2c211da3;background:#fffaf62e;color:var(--hds-ink)!important}.hds-service-hero .hds-button--secondary:hover{border-color:var(--hds-ink);background:var(--hds-ink);color:#f7eee8!important}.hds-service-hero .hds-hero__note{color:#2c211dad}@media(max-width:800px){.hds-service-hero{min-height:720px}.hds-service-hero__media:after{background:linear-gradient(180deg,#e8d8cd94,#e8d8cde6 47%,#e8d8cdfa),linear-gradient(#fffaf61f,#754d3e14)}.hds-service-hero__media img{object-position:center 42%}.hds-service-hero__content{width:100%;max-width:680px;margin-inline:auto;padding-block:154px 62px;text-align:center}.hds-service-hero .hds-title,.hds-service-hero .hds-copy{margin-inline:auto}.hds-service-hero .hds-actions,.hds-service-hero .hds-hero__note{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/hd-studio-luxury.css.map */
