:root{--hommly-warm-bg: #faf8f5;--hommly-section-bg: #f5f1ec;--hommly-card-bg: #ffffff;--hommly-text: #1a1a1a;--hommly-text-muted: rgb(26 26 26 / .65);--hommly-accent: #0081b4;--hommly-radius-sm: 10px;--hommly-radius-md: 14px;--hommly-radius-lg: 20px;--hommly-shadow: 0 1px 2px rgb(0 0 0 / .04), 0 4px 20px rgb(0 0 0 / .05);--hommly-shadow-hover: 0 8px 28px rgb(0 0 0 / .08);--hommly-card-top-visual-height: 7.75rem;--hommly-card-top-visual-height-mobile: 9.375rem;--hommly-reveal-distance: 20px;--hommly-reveal-duration: .6s;--hommly-reveal-ease: cubic-bezier(.22, 1, .36, 1)}.hommly-reveal-js .hommly-reveal--up:not(.is-visible){opacity:0;transform:translate3d(0,var(--hommly-reveal-distance),0)}.hommly-reveal-js .hommly-reveal-group:not(.is-visible) .hommly-reveal-child{opacity:0;transform:translate3d(0,var(--hommly-reveal-distance),0)}.hommly-reveal-js .hommly-reveal--up,.hommly-reveal-js .hommly-reveal-child{transition:opacity var(--hommly-reveal-duration) var(--hommly-reveal-ease),transform var(--hommly-reveal-duration) var(--hommly-reveal-ease);transition-delay:var(--hommly-reveal-delay, 0ms);will-change:opacity,transform}.hommly-reveal-js .hommly-reveal--up.is-visible,.hommly-reveal-js .hommly-reveal-group.is-visible .hommly-reveal-child,.hommly-reveal-js .hommly-reveal-child.is-visible{opacity:1;transform:translateZ(0);will-change:auto}.hommly-reveal--delay-1{--hommly-reveal-delay: 80ms}.hommly-reveal--delay-2{--hommly-reveal-delay: .16s}.hommly-reveal--delay-3{--hommly-reveal-delay: .24s}@media(prefers-reduced-motion:reduce){.hommly-reveal-js .hommly-reveal--up:not(.is-visible),.hommly-reveal-js .hommly-reveal-group:not(.is-visible) .hommly-reveal-child{opacity:1;transform:none}.hommly-reveal-js .hommly-reveal--up,.hommly-reveal-js .hommly-reveal-child{transition:none;will-change:auto}}.hommly-section{position:relative;z-index:var(--layer-base)}.hommly-section__inner{display:flex;flex-direction:column;gap:1.5rem;width:100%}.hommly-section__header{display:flex;flex-direction:column;gap:.625rem;max-width:40rem}.hommly-section__header--center{align-items:center;margin-inline:auto;text-align:center}.hommly-section__eyebrow{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--hommly-accent)}.hommly-section__heading{margin:0;font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:clamp(1.5rem,4.5vw,2rem);line-height:1.2;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-section__subheading{margin:0;font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.55;color:var(--hommly-text-muted);text-wrap:pretty}.hommly-btn-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hommly-btn-row--center{justify-content:center}@media screen and (max-width:749px){.hommly-btn-row--stack-mobile{flex-direction:column;width:100%}.hommly-btn-row--stack-mobile .button,.hommly-btn-row--stack-mobile .button-secondary{width:100%;justify-content:center}}.hommly-card-grid{display:grid;gap:1rem;width:100%;list-style:none;margin:0;padding:0;align-items:stretch}.hommly-card-grid>li{display:flex;min-width:0;height:100%}.hommly-card-grid--2{grid-template-columns:repeat(2,1fr)}.hommly-card-grid--3{grid-template-columns:1fr}.hommly-card-grid--4,.hommly-card-grid--compact{grid-template-columns:repeat(2,1fr)}@media screen and (min-width:750px){.hommly-card-grid{gap:1.25rem}.hommly-card-grid--3{grid-template-columns:repeat(3,1fr)}.hommly-card-grid--4{grid-template-columns:repeat(4,1fr)}.hommly-card-grid--compact{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.hommly-card-grid--2{grid-template-columns:repeat(2,1fr)}}.hommly-card{display:flex;flex-direction:column;flex:1 1 auto;width:100%;background:var(--hommly-card-bg);border-radius:var(--hommly-radius-md);box-shadow:var(--hommly-shadow);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .3s ease,transform .3s ease;height:100%}a.hommly-card:hover{box-shadow:var(--hommly-shadow-hover)}.hommly-card--no-link{cursor:default}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){a.hommly-card:hover{transform:translateY(-3px)}.hommly-card--no-link:hover,.hommly-gift-guide-card.hommly-card--no-link:hover{transform:none;box-shadow:var(--hommly-shadow)}}.hommly-card__media{overflow:hidden;background:var(--hommly-section-bg);flex-shrink:0}.hommly-occasion-card .hommly-card__media--photo{height:var(--hommly-card-top-visual-height-mobile);max-height:var(--hommly-card-top-visual-height-mobile);aspect-ratio:auto;overflow:hidden}.hommly-occasion-card .hommly-card__photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hommly-occasion-card .hommly-card__media--icon-fallback{display:flex;align-items:center;justify-content:center;height:var(--hommly-card-top-visual-height-mobile);max-height:var(--hommly-card-top-visual-height-mobile);aspect-ratio:auto;overflow:hidden;background:linear-gradient(145deg,#f5f1ec,#eef6fa)}@media screen and (min-width:750px){.hommly-occasion-card .hommly-card__media--photo,.hommly-occasion-card .hommly-card__media--icon-fallback{height:var(--hommly-card-top-visual-height);max-height:var(--hommly-card-top-visual-height)}}.hommly-card__icon-badge{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:#fff;box-shadow:0 2px 12px #0081b41f;color:var(--hommly-accent)}.hommly-card__icon-badge .hommly-icon{width:1.625rem;height:1.625rem}.hommly-icon{display:block;width:100%;height:100%}.hommly-gift-guide-section{background:linear-gradient(180deg,#f3efe9,#ebe6df)}.hommly-gift-guide{display:flex;flex-direction:column;gap:2rem;width:100%}.hommly-gift-guide__header{display:flex;flex-direction:column;gap:.75rem;max-width:36rem}.hommly-gift-guide__header--center{align-items:center;margin-inline:auto;text-align:center}.hommly-gift-guide__section-label{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--hommly-accent)}.hommly-gift-guide__heading{margin:0;font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:clamp(1.625rem,4.5vw,2.125rem);line-height:1.15;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-gift-guide__subheading{margin:0;font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.6;color:var(--hommly-text-muted);text-wrap:pretty}.hommly-gift-guide__grid{display:grid;grid-template-columns:1fr;gap:1.125rem;width:100%;margin:0;padding:0;list-style:none;align-items:stretch}.hommly-gift-guide__grid>li{display:flex;min-width:0;height:100%}@media screen and (min-width:600px){.hommly-gift-guide{gap:2.5rem}.hommly-gift-guide__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media screen and (min-width:990px){.hommly-gift-guide__grid{grid-template-columns:repeat(3,1fr);gap:1.375rem}}.hommly-gift-guide-card{--gift-card-accent: var(--hommly-accent);--gift-card-tint: #f5f1ec;--gift-card-visual: linear-gradient(160deg, #eef6fa 0%, #f5f1ec 100%);display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;text-decoration:none;color:inherit;background:#fffcfa;border:1px solid rgb(210 198 184 / .55);border-radius:1.25rem;box-shadow:0 1px 2px #0000000a,0 6px 20px #0000000f,0 0 0 1px #fff9 inset;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease}.hommly-gift-guide-card--teacher{--gift-card-accent: #2f7da3;--gift-card-tint: #e8f4fa;--gift-card-visual: linear-gradient(160deg, #dceef8 0%, #f0f6fa 55%, #faf8f5 100%)}.hommly-gift-guide-card--colleague{--gift-card-accent: #5a6d5d;--gift-card-tint: #eef1ec;--gift-card-visual: linear-gradient(160deg, #e8ede8 0%, #f2f4ef 55%, #faf8f5 100%)}.hommly-gift-guide-card--friend{--gift-card-accent: #b86b78;--gift-card-tint: #faeef0;--gift-card-visual: linear-gradient(160deg, #f8e4e8 0%, #faf0f2 55%, #faf8f5 100%)}.hommly-gift-guide-card--budget{--gift-card-accent: #a67f45;--gift-card-tint: #faf3e8;--gift-card-visual: linear-gradient(160deg, #f5ead8 0%, #faf4eb 55%, #faf8f5 100%)}.hommly-gift-guide-card--premium{--gift-card-accent: #6d5f8f;--gift-card-tint: #f0ebf6;--gift-card-visual: linear-gradient(160deg, #ebe4f4 0%, #f3eef8 55%, #faf8f5 100%)}.hommly-gift-guide-card--bulk{--gift-card-accent: #00739f;--gift-card-tint: #e6f2f8;--gift-card-visual: linear-gradient(160deg, #d8eaf4 0%, #eaf4fa 55%, #faf8f5 100%)}.hommly-gift-guide-card--halal_friendly{--gift-card-accent: #3d7a62;--gift-card-tint: #e8f3ed;--gift-card-visual: linear-gradient(160deg, #dceee4 0%, #edf6f0 55%, #faf8f5 100%)}.hommly-gift-guide-card--diy{--gift-card-accent: #c47d8a;--gift-card-tint: #faeef1;--gift-card-visual: linear-gradient(160deg, #f8e4ea 0%, #fdf0f4 45%, #eef6fa 100%)}.hommly-gift-guide-card--diy .hommly-gift-guide-card__icon{position:relative}.hommly-gift-guide-card--diy .hommly-gift-guide-card__icon:after{content:"\2726";position:absolute;top:-.2rem;right:-.35rem;font-size:.75rem;color:var(--gift-card-accent);opacity:.85}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.hommly-gift-guide-card:hover{border-color:#beaf9eb3;box-shadow:0 4px 8px #0000000d,0 14px 36px #00000017;transform:translateY(-3px)}.hommly-gift-guide-card.hommly-card--no-link:hover{transform:none;border-color:#d2c6b88c;box-shadow:0 1px 2px #0000000a,0 6px 20px #0000000f,0 0 0 1px #fff9 inset}.hommly-gift-guide-card:hover .hommly-gift-guide-card__cta-text{text-decoration:underline;text-underline-offset:.2em}.hommly-gift-guide-card:hover .hommly-gift-guide-card__cta-arrow{transform:translate(3px)}}.hommly-gift-guide-card__visual{display:flex;align-items:center;justify-content:center;flex-shrink:0;min-height:7.25rem;padding:1.5rem 1.25rem 1.375rem;background:var(--gift-card-visual);border-bottom:1px solid rgb(0 0 0 / .04)}.hommly-gift-guide-card__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:#fff;color:var(--gift-card-accent);box-shadow:0 4px 14px #00000012,0 0 0 1px #ffffffe6 inset}.hommly-gift-guide-card__icon .hommly-icon{width:1.875rem;height:1.875rem}.hommly-gift-guide-card__content{display:flex;flex-direction:column;flex:1;gap:.5625rem;padding:1.25rem 1.375rem 1.5rem;text-align:left;background:#fffcfa}.hommly-gift-guide-card__eyebrow{margin:0;font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--gift-card-accent)}.hommly-gift-guide-card__title{margin:0;font-family:var(--font-heading--family);font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-gift-guide-card__description{flex:1;margin:0;font-size:.8125rem;line-height:1.55;color:var(--hommly-text-muted);text-wrap:pretty}.hommly-gift-guide-card__tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:.25rem 0 0;padding:0;list-style:none}.hommly-gift-guide-card__tag{display:inline-flex;align-items:center;padding:.3125rem .625rem;font-size:.6875rem;font-weight:500;line-height:1.2;letter-spacing:.01em;color:var(--hommly-text-muted);background:var(--gift-card-tint);border:1px solid rgb(0 0 0 / .06);border-radius:100px;white-space:nowrap}.hommly-gift-guide-card__cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:auto;padding-top:.875rem;font-size:.875rem;font-weight:600;color:var(--gift-card-accent)}.hommly-gift-guide-card__cta-text{transition:text-decoration .2s ease}.hommly-gift-guide-card__cta-arrow{display:inline-block;transition:transform .25s ease}@media screen and (min-width:750px){.hommly-gift-guide-card__visual{min-height:7.75rem;padding:1.75rem 1.5rem 1.5rem}.hommly-gift-guide-card__icon{width:4.25rem;height:4.25rem}.hommly-gift-guide-card__icon .hommly-icon{width:2rem;height:2rem}.hommly-gift-guide-card__content{gap:.625rem;padding:1.375rem 1.5rem 1.625rem}.hommly-gift-guide-card__title{font-size:1.1875rem}.hommly-gift-guide-card__description{font-size:.875rem}.hommly-gift-guide-card__tag{font-size:.75rem;padding:.375rem .6875rem}.hommly-gift-guide-card__cta{font-size:.9375rem;padding-top:1rem}}.hommly-card__body{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.125rem 1.25rem;flex:1}.hommly-card__title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-card__text{margin:0;font-size:.875rem;line-height:1.5;color:var(--hommly-text-muted);flex:1}.hommly-card__link-label{margin-top:.25rem;font-size:.8125rem;font-weight:600;color:var(--hommly-accent)}.hommly-trust-bar__list{display:grid;grid-template-columns:1fr;gap:.75rem;margin:0;padding:0;list-style:none}@media screen and (min-width:480px){.hommly-trust-bar__list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:750px){.hommly-trust-bar__list{grid-template-columns:repeat(4,1fr);gap:1rem}}.hommly-trust-bar__item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--hommly-card-bg);border-radius:var(--hommly-radius-sm);box-shadow:var(--hommly-shadow)}.hommly-trust-bar__icon{flex-shrink:0;width:1.75rem;height:1.75rem;color:var(--hommly-accent)}.hommly-trust-bar__text{margin:0;font-size:.8125rem;font-weight:500;line-height:1.35;color:var(--hommly-text)}.hommly-featured-gifts__header-row{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media screen and (min-width:750px){.hommly-featured-gifts__header-row{flex-direction:row;justify-content:space-between;align-items:flex-end}}.hommly-featured-gifts__view-all{font-size:.875rem;font-weight:600;white-space:nowrap}.hommly-ecard-spotlight-section{background:linear-gradient(165deg,#faf6f2,#f8f0ec 45%,#f5f1ec)}.hommly-ecard-spotlight{display:grid;gap:2.5rem;align-items:center;width:100%}@media screen and (min-width:750px){.hommly-ecard-spotlight{grid-template-columns:1fr 1fr;gap:3.5rem}}.hommly-ecard-spotlight__content{display:flex;flex-direction:column;gap:1.25rem;order:1}.hommly-ecard-spotlight__visual{order:2}.hommly-ecard-spotlight__label{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c47d8a}.hommly-ecard-spotlight__heading{margin:0;font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:clamp(1.625rem,4.5vw,2.25rem);line-height:1.15;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-ecard-spotlight__subheading{margin:0;font-size:clamp(.9375rem,2.5vw,1.0625rem);line-height:1.65;color:var(--hommly-text-muted);text-wrap:pretty;max-width:32rem}.hommly-ecard-spotlight__features{display:flex;flex-direction:column;gap:.75rem;margin:.5rem 0 0;padding:0;list-style:none}.hommly-ecard-spotlight__feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.45;color:var(--hommly-text)}.hommly-ecard-spotlight__feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.125rem;border-radius:50%;background:#c47d8a1f;color:#c47d8a}.hommly-ecard-spotlight__feature-icon svg{width:.875rem;height:.875rem}.hommly-ecard-spotlight__actions{display:flex;flex-direction:column;gap:.875rem;align-items:flex-start;margin-top:.5rem}.hommly-ecard-spotlight__btn-secondary{font-size:.875rem;font-weight:600;color:var(--hommly-accent)}.hommly-ecard-spotlight__scene{position:relative;display:flex;align-items:center;justify-content:center;min-height:18rem;padding:2rem 1.5rem;background:linear-gradient(145deg,#fff9f6,#faf3ef,#f5eeea);border:1px solid rgb(255 255 255 / .8);border-radius:var(--hommly-radius-lg);box-shadow:0 4px 24px #c47d8a14,0 1px 3px #0000000a;overflow:hidden}.hommly-ecard-spotlight__deco{position:absolute;display:flex;align-items:center;justify-content:center;color:#c47d8a40;pointer-events:none}.hommly-ecard-spotlight__deco svg{width:100%;height:100%}.hommly-ecard-spotlight__deco--heart{top:12%;right:10%;width:1.75rem;height:1.75rem}.hommly-ecard-spotlight__deco--sparkle{top:18%;left:8%;width:1.5rem;height:1.5rem;color:#0081b433}.hommly-ecard-spotlight__deco--ribbon{bottom:14%;right:12%;width:1.375rem;height:1.375rem;color:#b8925a4d}.hommly-ecard-spotlight__card-stack{position:relative;width:min(100%,17.5rem);min-height:13rem}.hommly-ecard-spotlight__card{border-radius:var(--hommly-radius-md);box-shadow:0 8px 32px #0000000f,0 2px 8px #0000000a}.hommly-ecard-spotlight__card--back{position:absolute;top:0;left:50%;transform:translate(-50%) rotate(-4deg);width:88%;padding:1.25rem 1.125rem;background:linear-gradient(160deg,#fff,#fdf8f5);border:1px solid rgb(0 0 0 / .04);text-align:center}.hommly-ecard-spotlight__envelope{display:flex;justify-content:center;margin-bottom:.625rem;color:#c47d8a}.hommly-ecard-spotlight__envelope svg{width:2rem;height:2rem}.hommly-ecard-spotlight__card-note{margin:0;font-size:.875rem;font-weight:500;line-height:1.45;color:var(--hommly-text);font-style:italic}.hommly-ecard-spotlight__card--front{position:absolute;bottom:0;left:50%;transform:translate(-50%) rotate(2deg);width:78%;padding:1.125rem 1rem;background:#fff;border:1px solid rgb(0 0 0 / .05);text-align:center}.hommly-ecard-spotlight__qr{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto .75rem;background:var(--hommly-warm-bg);border:2px dashed rgb(196 125 138 / .35);border-radius:.75rem;color:var(--hommly-accent)}.hommly-ecard-spotlight__qr svg{width:2.25rem;height:2.25rem}.hommly-ecard-spotlight__scan-text{margin:0;font-size:.75rem;font-weight:500;letter-spacing:.02em;color:var(--hommly-text-muted)}.hommly-ecard-spotlight__custom-image{display:block;width:100%;margin:0;padding:0;background:none;border:none;border-radius:0;box-shadow:none;overflow:hidden}.hommly-ecard-spotlight__image{display:block;width:100%;max-width:none;height:auto;border-radius:var(--hommly-radius-md, 12px);object-fit:cover}@media screen and (min-width:750px){.hommly-ecard-spotlight__visual{align-self:stretch;display:flex}.hommly-ecard-spotlight__custom-image{flex:1;display:flex;align-items:center}.hommly-ecard-spotlight__image{width:100%;height:100%;max-height:none;object-fit:contain;object-position:center}}@media screen and (min-width:750px){.hommly-ecard-spotlight__scene{min-height:20rem;padding:2.5rem 2rem}.hommly-ecard-spotlight__card-stack{width:19rem;min-height:14rem}.hommly-ecard-spotlight__actions{flex-direction:row;flex-wrap:wrap;align-items:center;gap:1.25rem}}@media screen and (max-width:749px){.hommly-ecard-spotlight__scene{min-height:16rem;padding:1.75rem 1.25rem}.hommly-ecard-spotlight__card-stack{width:min(100%,15.5rem);min-height:11.5rem}.hommly-ecard-spotlight__btn-primary{width:100%;justify-content:center}}.hommly-bulk-order{border-radius:var(--hommly-radius-lg);overflow:hidden}.hommly-bulk-order__inner{display:flex;flex-direction:column;gap:1.25rem;padding:2rem 1.5rem;background:linear-gradient(135deg,#eef6fa,#f5f1ec);border-radius:var(--hommly-radius-lg)}@media screen and (min-width:750px){.hommly-bulk-order__inner{flex-direction:row;align-items:center;justify-content:space-between;padding:2.5rem;gap:2rem}}.hommly-steps{display:grid;gap:1rem;counter-reset:hommly-step}@media screen and (min-width:750px){.hommly-steps{grid-template-columns:repeat(3,1fr);gap:1.25rem}}.hommly-step{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem 1.25rem;background:var(--hommly-card-bg);border-radius:var(--hommly-radius-md);box-shadow:var(--hommly-shadow);text-align:center}.hommly-step__number{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0 auto;font-size:.875rem;font-weight:700;color:#fff;background:var(--hommly-accent);border-radius:50%}.hommly-step__title{margin:0;font-size:1rem;font-weight:600}.hommly-step__text{margin:0;font-size:.875rem;line-height:1.5;color:var(--hommly-text-muted)}.hommly-highlights{display:grid;gap:.75rem;grid-template-columns:1fr;align-items:stretch}@media screen and (min-width:750px){.hommly-highlights{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width:990px){.hommly-highlights{grid-template-columns:repeat(3,1fr);gap:1rem}}.hommly-highlight{display:flex;gap:.875rem;height:100%;padding:1.125rem;background:var(--hommly-card-bg);border-radius:var(--hommly-radius-sm);box-shadow:var(--hommly-shadow)}.hommly-highlight>div{display:flex;flex-direction:column;flex:1;min-width:0}.hommly-highlight__icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--hommly-accent)}.hommly-highlight__title{margin:0 0 .25rem;font-size:.9375rem;font-weight:600}.hommly-highlight__text{margin:0;font-size:.8125rem;line-height:1.45;color:var(--hommly-text-muted)}.hommly-testimonials-section{--testimonial-slide-gap: 1rem}.hommly-testimonials-carousel{--slides-per-view: 1;display:flex;flex-direction:column;gap:1.25rem;width:100%}.hommly-testimonials-carousel__viewport{overflow:hidden;width:100%;max-width:100%;touch-action:pan-y pinch-zoom;cursor:grab;outline:none;-webkit-overflow-scrolling:touch}.hommly-testimonials-carousel__viewport:active{cursor:grabbing}.hommly-testimonials-carousel__viewport:focus-visible{outline:2px solid var(--hommly-accent);outline-offset:4px;border-radius:var(--hommly-radius-sm)}.hommly-testimonials-carousel__track{display:flex;gap:var(--testimonial-slide-gap);will-change:transform}.hommly-testimonials-carousel__slide{flex:0 0 calc((100% - (var(--slides-per-view) - 1) * var(--testimonial-slide-gap)) / var(--slides-per-view));min-width:0;max-width:100%;display:flex;box-sizing:border-box}.hommly-testimonial{display:flex;flex-direction:column;gap:.875rem;width:100%;padding:1.375rem 1.25rem;background:#fffcfa;border:1px solid rgb(210 198 184 / .45);border-radius:1.125rem;box-shadow:0 1px 2px #0000000a,0 6px 20px #0000000f;height:100%}.hommly-testimonial__tag{display:inline-flex;align-self:flex-start;margin:0;padding:.3125rem .625rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;color:var(--hommly-accent);background:#0081b414;border:1px solid rgb(0 129 180 / .12);border-radius:100px}.hommly-testimonial__stars{display:flex;align-items:center;gap:.125rem;color:#d2c6b8e6}.hommly-testimonial__star{display:inline-flex;line-height:0}.hommly-testimonial__star--filled{color:#d4a853}.hommly-testimonial__quote{margin:0;font-size:.9375rem;line-height:1.55;color:var(--hommly-text);flex:1}.hommly-testimonial__quote:before{content:"\201c";color:var(--hommly-accent);font-size:1.5rem;line-height:0;vertical-align:-.3em;margin-right:.125rem}.hommly-testimonial__footer{margin-top:auto}.hommly-testimonial__author{margin:0;font-size:.875rem;font-weight:600}.hommly-testimonial__role{margin:.125rem 0 0;font-size:.75rem;color:var(--hommly-text-muted)}.hommly-testimonials-carousel__controls{display:flex;align-items:center;justify-content:center;gap:.75rem}.hommly-testimonials-carousel__controls[hidden]{display:none}.hommly-testimonials-carousel__arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.5rem;height:2.5rem;padding:0;color:var(--hommly-text);background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:50%;box-shadow:0 2px 8px #0000000d;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.hommly-testimonials-carousel__arrow:hover:not(:disabled){background:var(--hommly-warm-bg);border-color:#0000001f;box-shadow:0 4px 12px #00000012}.hommly-testimonials-carousel__arrow:focus-visible{outline:2px solid var(--hommly-accent);outline-offset:2px}.hommly-testimonials-carousel__arrow:disabled{opacity:.35;cursor:not-allowed}.hommly-testimonials-carousel__dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem;min-height:2.75rem;padding:0 .25rem}.hommly-testimonials-carousel__dot{width:.5rem;height:.5rem;padding:.625rem;background:#00000026;background-clip:content-box;border:none;border-radius:50%;cursor:pointer;transition:background .25s ease,transform .25s ease;box-sizing:content-box}.hommly-testimonials-carousel__dot[hidden]{display:none}.hommly-testimonials-carousel__dot.is-active{background:var(--hommly-accent);transform:scale(1.2)}.hommly-testimonials-carousel__dot:focus-visible{outline:2px solid var(--hommly-accent);outline-offset:3px}@media screen and (min-width:750px){.hommly-testimonials-section{--testimonial-slide-gap: 1.125rem}.hommly-testimonial{padding:1.5rem 1.375rem}.hommly-testimonial__tag{font-size:.75rem}}@media screen and (min-width:990px){.hommly-testimonials-section{--testimonial-slide-gap: 1.25rem}}@media(prefers-reduced-motion:reduce){.hommly-testimonials-carousel__track{transition:none!important}.hommly-testimonials-carousel__dot{transition:none}}.hommly-final-cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1.5rem;text-align:center;background:linear-gradient(160deg,#f5f1ec,#eef6fa);border-radius:var(--hommly-radius-lg)}@media screen and (min-width:750px){.hommly-final-cta__inner{padding:3.5rem 2rem}}.hommly-hero-section{position:relative;overflow:hidden;min-height:620px;display:flex;align-items:center;background:var(--hommly-warm-bg, #faf8f5)}@media screen and (min-width:990px){.hommly-hero-section{min-height:660px}}.hommly-hero-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.hommly-hero-section__bg-img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hommly-hero-section__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffe0,#ffffffc2 26%,#ffffff8c 50%,#ffffff0d)}.hommly-hero-section__inner{position:relative;z-index:1;width:min(100%,1280px);min-height:inherit;margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:4rem 1.25rem}@media screen and (min-width:750px){.hommly-hero-section__inner{padding-inline:2rem}}@media screen and (min-width:990px){.hommly-hero-section__inner{padding:4rem clamp(3rem,5vw,4.5rem)}}.hommly-hero-section__content{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:520px}.hommly-hero-section__brand{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--hommly-accent, #0081b4)}.hommly-hero-section__headline{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.875rem,4.5vw,2.75rem);font-weight:var(--font-heading--weight, 700);line-height:1.1;color:var(--color-foreground-heading, #1a1a1a);text-wrap:balance}.hommly-hero-section__subheading{margin:0;font-size:clamp(.9375rem,1.8vw,1.0625rem);line-height:1.58;color:var(--hommly-text-muted, #555);text-wrap:pretty;max-width:48ch}.hommly-hero-section__ecard-badge{display:inline-flex;align-items:center;align-self:flex-start;margin:0;padding:.4375rem .875rem;font-size:.8125rem;font-weight:500;line-height:1.35;letter-spacing:.01em;color:#9a5f6b;background:linear-gradient(135deg,#fff9f6,#faf3ef);border:1px solid rgb(196 125 138 / .22);border-radius:100px;box-shadow:0 2px 8px #c47d8a14}.hommly-hero-section__btns{margin-top:.25rem}.hommly-hero-section__badge{position:absolute;right:clamp(2rem,5vw,4.5rem);bottom:3rem;display:flex;align-items:flex-start;gap:.5rem;max-width:13.5rem;padding:.75rem .875rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .9);border-radius:.875rem;box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000d}@media screen and (max-width:749px){.hommly-hero-section__badge{display:none}}.hommly-hero-section__badge-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(145deg,#faf3ef,#eef6fa);color:#c47d8a}.hommly-hero-section__badge-icon svg{width:1.0625rem;height:1.0625rem}.hommly-hero-section__badge-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hommly-hero-section__badge-title{margin:0;font-size:.75rem;font-weight:600;line-height:1.3;color:#1a1a1a}.hommly-hero-section__badge-desc{margin:0;font-size:.6875rem;line-height:1.4;color:#666}@media screen and (max-width:749px){.hommly-hero-section{min-height:620px}.hommly-hero-section__inner{align-items:center;padding:3rem 1.25rem}.hommly-hero-section__bg-overlay{background:linear-gradient(90deg,#ffffffed,#ffffffd6 65%,#ffffff8c)}.hommly-hero-section__headline{font-size:clamp(1.875rem,9vw,2.375rem)}.hommly-hero-section__ecard-badge{font-size:.75rem;padding:.375rem .75rem}.hommly-hero-section__btns{width:100%}.hommly-hero-section__btns :is(.button,.button-secondary){width:100%;min-height:44px}}.hommly-hero-wrapper+.hommly-trust-bar-wrapper{margin-top:1rem}.hommly-bulk-page{--bulk-accent: #0081b4;--bulk-accent-soft: rgb(0 129 180 / .1);--bulk-accent-glow: rgb(0 129 180 / .18);--bulk-warm: #faf8f5;--bulk-surface: #ffffff;--bulk-muted: #f3efe9;--bulk-border: rgb(26 26 26 / .06);--bulk-text-soft: rgb(26 26 26 / .62);--bulk-radius-xl: 24px;background:var(--bulk-warm);padding-bottom:4rem;overflow-x:clip}.hommly-bulk-page__hero{position:relative;padding:2.75rem 0 3rem;overflow:hidden}@media screen and (min-width:750px){.hommly-bulk-page__hero{padding:4rem 0}}.hommly-bulk-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 20% 0%,rgb(0 129 180 / .08) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 90% 20%,rgb(196 125 138 / .1) 0%,transparent 55%),linear-gradient(180deg,#f0ebe4 0%,var(--bulk-warm) 72%)}.hommly-bulk-page__hero--has-image .hommly-bulk-page__hero-bg{background:none}.hommly-bulk-page__hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hommly-bulk-page__hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgb(255 252 248 / calc(.35 + var(--bulk-hero-overlay, 55) * .007)),rgb(255 252 248 / calc(.18 + var(--bulk-hero-overlay, 55) * .006)) 45%,rgb(255 252 248 / calc(.08 + var(--bulk-hero-overlay, 55) * .004)))}.hommly-bulk-page__hero-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.55}.hommly-bulk-page__hero-blob--1{top:-2rem;right:10%;width:18rem;height:18rem;background:#0081b426}.hommly-bulk-page__hero-blob--2{bottom:20%;left:-4rem;width:14rem;height:14rem;background:#c47d8a1f}.hommly-bulk-page__hero-blob--3{top:35%;right:-3rem;width:10rem;height:10rem;background:#ffd6aa59}.hommly-bulk-page__hero-shell{position:relative;z-index:1}.hommly-bulk-page__hero-grid{display:grid;gap:2rem;align-items:center}@media screen and (min-width:750px){.hommly-bulk-page__hero-grid{grid-template-columns:1.05fr .95fr;gap:3rem;min-height:22rem}}.hommly-bulk-page__hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;text-align:left}.hommly-bulk-page__eyebrow{display:inline-flex;align-items:center;margin:0;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--bulk-accent);background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:100px;box-shadow:0 1px 2px #0000000a}.hommly-bulk-page__heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(2rem,5.5vw,3rem);font-weight:var(--font-heading--weight);line-height:1.08;letter-spacing:-.02em;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-bulk-page__subheading{margin:0;max-width:34rem;font-size:clamp(.9375rem,2.2vw,1.0625rem);line-height:1.65;color:var(--bulk-text-soft);text-wrap:pretty}.hommly-bulk-page__ecard-badge{display:inline-flex;align-items:center;margin:.125rem 0 0;padding:.5rem .875rem;font-size:.8125rem;font-weight:500;line-height:1.35;color:#9a5f6b;background:linear-gradient(135deg,#fff9f6,#faf3ef);border:1px solid rgb(196 125 138 / .18);border-radius:100px;box-shadow:0 2px 10px #c47d8a14}.hommly-bulk-page__hero-actions{margin-top:.5rem;margin-bottom:.5rem;justify-content:flex-start}.hommly-bulk-page__btn-primary{box-shadow:0 4px 14px var(--bulk-accent-glow)}.hommly-bulk-page__hero-visual{position:relative;display:none;min-height:16rem}@media screen and (min-width:750px){.hommly-bulk-page__hero-visual{display:block}}.hommly-bulk-page__hero-card{position:absolute;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1.375rem;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgb(255 255 255 / .9);border-radius:var(--bulk-radius-xl);box-shadow:0 1px 2px #0000000a,0 12px 40px #00000014}.hommly-bulk-page__hero-card p{margin:0;font-size:.875rem;line-height:1.4;color:var(--bulk-text-soft)}.hommly-bulk-page__hero-card--back{top:1.5rem;right:0;width:11.5rem;transform:rotate(4deg);opacity:.92}.hommly-bulk-page__hero-card--front{bottom:0;left:1.5rem;width:14rem;transform:rotate(-3deg)}.hommly-bulk-page__hero-card-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:14px;background:var(--bulk-muted);color:var(--bulk-accent)}.hommly-bulk-page__hero-card-icon--accent{background:linear-gradient(145deg,#e8f4f9,#faf3ef);color:#c47d8a}.hommly-bulk-page__hero-card-icon svg{width:1.25rem;height:1.25rem}.hommly-bulk-page__hero-card-title{font-size:.9375rem!important;font-weight:600!important;color:var(--hommly-text)!important}.hommly-bulk-page__hero-card-desc{font-size:.8125rem!important}.hommly-bulk-page__section{padding-block:2.25rem}.hommly-bulk-page__section--benefits{position:relative;z-index:2;margin-top:-.5rem;padding-top:0;padding-bottom:1.5rem}@media screen and (min-width:750px){.hommly-bulk-page__section--benefits{margin-top:-1rem;padding-bottom:2rem}}.hommly-bulk-page__section--muted{position:relative;padding:2rem 1.25rem;background:linear-gradient(180deg,rgb(255 255 255 / .7) 0%,var(--bulk-muted) 100%);border:1px solid var(--bulk-border);border-radius:var(--bulk-radius-xl)}@media screen and (min-width:750px){.hommly-bulk-page__section{padding-block:3rem}.hommly-bulk-page__section--muted{padding:2.5rem 2rem}}.hommly-bulk-page__section-header{display:flex;flex-direction:column;align-items:center;gap:.625rem;margin-bottom:1.75rem;text-align:center}.hommly-bulk-page__section-heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.375rem,3.2vw,1.75rem);font-weight:var(--font-heading--weight);line-height:1.2;letter-spacing:-.015em;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-bulk-page__section-header:after{content:"";display:block;width:2.5rem;height:3px;border-radius:100px;background:linear-gradient(90deg,var(--bulk-accent),rgb(196 125 138 / .7))}.hommly-bulk-page__benefits{display:grid;grid-template-columns:1fr;gap:.625rem;margin:0;padding:.375rem;list-style:none;background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:var(--bulk-radius-xl);box-shadow:0 1px 2px #00000008,0 16px 48px #00000012}@media screen and (min-width:750px){.hommly-bulk-page__benefits{grid-template-columns:repeat(4,1fr);gap:0;padding:.5rem}}.hommly-bulk-page__benefit{display:flex;align-items:center;gap:.75rem;padding:1rem 1.125rem;border-radius:calc(var(--bulk-radius-xl) - 6px);transition:background .2s ease}@media screen and (min-width:750px){.hommly-bulk-page__benefit:not(:last-child){border-right:1px solid var(--bulk-border)}.hommly-bulk-page__benefit:hover{background:var(--bulk-accent-soft)}}.hommly-bulk-page__benefit-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:12px;background:var(--bulk-accent-soft);color:var(--bulk-accent)}.hommly-bulk-page__benefit-icon svg{width:1.125rem;height:1.125rem}.hommly-bulk-page__benefit-text{margin:0;font-size:.8125rem;font-weight:600;line-height:1.35;color:var(--hommly-text)}.hommly-bulk-page__card-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-bulk-page__card-grid--audience{grid-template-columns:repeat(2,1fr);gap:1.125rem}.hommly-bulk-page__card-grid--ideas{grid-template-columns:repeat(3,1fr);gap:1rem}}.hommly-bulk-page__card{display:flex;flex-direction:column;gap:.625rem;height:100%;padding:1.375rem 1.5rem;background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:18px;box-shadow:0 2px 12px #0000000a;text-decoration:none;color:inherit;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,border-color .25s ease}.hommly-bulk-page__card:hover{transform:translateY(-3px);border-color:#0081b426;box-shadow:0 12px 32px #00000014}.hommly-bulk-page__card--link:hover .hommly-bulk-page__card-link-label{transform:translate(3px)}.hommly-bulk-page__card-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:14px;background:linear-gradient(145deg,var(--bulk-accent-soft) 0%,var(--bulk-muted) 100%);color:var(--bulk-accent)}.hommly-bulk-page__card-icon svg{width:1.375rem;height:1.375rem}.hommly-bulk-page__card-icon--small{width:2.5rem;height:2.5rem}.hommly-bulk-page__card-title{margin:0;font-size:1.03125rem;font-weight:600;line-height:1.35;letter-spacing:-.01em;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-bulk-page__card-text{margin:0;font-size:.875rem;line-height:1.55;color:var(--bulk-text-soft);flex:1}.hommly-bulk-page__card-link-label{display:inline-flex;align-items:center;margin-top:.25rem;font-size:.8125rem;font-weight:600;color:var(--bulk-accent);transition:transform .2s ease}.hommly-bulk-page__why-list{display:grid;grid-template-columns:1fr;gap:.75rem;margin:0 auto;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-bulk-page__why-list{grid-template-columns:repeat(2,1fr);max-width:52rem;gap:.875rem}}.hommly-bulk-page__why-item{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.125rem;background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:14px;font-size:.9375rem;line-height:1.45;color:var(--hommly-text);transition:border-color .2s ease,box-shadow .2s ease}.hommly-bulk-page__why-item:hover{border-color:#0081b433;box-shadow:0 4px 16px #0000000d}.hommly-bulk-page__why-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.625rem;height:1.625rem;margin-top:.0625rem;border-radius:50%;background:var(--bulk-accent-soft);color:var(--bulk-accent)}.hommly-bulk-page__why-check svg{width:.875rem;height:.875rem}.hommly-bulk-page__steps{display:grid;grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none}@media screen and (min-width:990px){.hommly-bulk-page__steps{grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}.hommly-bulk-page__steps:before{content:"";position:absolute;top:1.625rem;left:12%;right:12%;height:2px;background:linear-gradient(90deg,var(--bulk-accent-soft),var(--bulk-accent),var(--bulk-accent-soft));z-index:0}}.hommly-bulk-page__step{position:relative;z-index:1;display:flex;flex-direction:column;gap:.875rem;padding:1.375rem 1.25rem;background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:18px;box-shadow:0 2px 12px #0000000a;transition:transform .25s ease,box-shadow .25s ease}.hommly-bulk-page__step:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000012}@media screen and (min-width:750px)and (max-width:989px){.hommly-bulk-page__steps{grid-template-columns:repeat(2,1fr)}}.hommly-bulk-page__step-number{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:linear-gradient(135deg,var(--bulk-accent) 0%,#006a96 100%);color:#fff;font-size:.875rem;font-weight:700;box-shadow:0 4px 12px var(--bulk-accent-glow)}.hommly-bulk-page__step-title{margin:0 0 .375rem;font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-bulk-page__step-text{margin:0;font-size:.8125rem;line-height:1.55;color:var(--bulk-text-soft)}.hommly-bulk-page__ecard-band{position:relative;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center;padding:1.75rem;background:linear-gradient(135deg,#fff,#faf6f2,#eef6fa);border:1px solid var(--bulk-border);border-radius:var(--bulk-radius-xl);box-shadow:0 8px 32px #0000000f;overflow:hidden}.hommly-bulk-page__ecard-band:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--bulk-accent),#c47d8a,var(--bulk-accent))}@media screen and (min-width:750px){.hommly-bulk-page__ecard-band{grid-template-columns:1.15fr .85fr;padding:2.25rem 2.5rem;gap:2.5rem}}.hommly-bulk-page__ecard-heading{margin:0 0 .625rem;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.625rem);font-weight:var(--font-heading--weight);line-height:1.2;letter-spacing:-.015em;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-bulk-page__ecard-text{margin:0;font-size:.9375rem;line-height:1.65;color:var(--bulk-text-soft)}.hommly-bulk-page__ecard-mockup{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.75rem 1.5rem;background:#ffffffbf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .9);border-radius:18px;text-align:center;box-shadow:inset 0 1px #fffc}.hommly-bulk-page__ecard-mockup-icon{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;background:linear-gradient(145deg,#e8f4f9,#faf3ef);color:#c47d8a;box-shadow:0 4px 16px #c47d8a26}.hommly-bulk-page__ecard-mockup-icon svg{width:1.5rem;height:1.5rem}.hommly-bulk-page__ecard-mockup p{margin:0;font-size:.8125rem;font-weight:600;color:var(--hommly-text)}.hommly-bulk-page__enquiry{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem;padding:2.5rem 1.75rem;background:linear-gradient(145deg,#0a6d96 0%,var(--bulk-accent) 45%,#007aab 100%);border-radius:var(--bulk-radius-xl);box-shadow:0 16px 48px var(--bulk-accent-glow);overflow:hidden}.hommly-bulk-page__enquiry:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgb(255 255 255 / .12) 0%,transparent 45%),radial-gradient(circle at 80% 80%,rgb(255 255 255 / .08) 0%,transparent 40%);pointer-events:none}.hommly-bulk-page__enquiry-heading,.hommly-bulk-page__enquiry-text,.hommly-bulk-page__enquiry-btn{position:relative;z-index:1}.hommly-bulk-page__enquiry-heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.375rem,3.5vw,1.875rem);font-weight:var(--font-heading--weight);line-height:1.15;letter-spacing:-.02em;color:#fff}.hommly-bulk-page__enquiry-text{margin:0;max-width:32rem;font-size:.9375rem;line-height:1.65;color:#ffffffe0}.hommly-bulk-page__enquiry-btn{margin-top:.5rem;background:#fff!important;color:var(--bulk-accent)!important;border:none!important;box-shadow:0 4px 16px #00000026}.hommly-bulk-page__enquiry-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0003}.hommly-bulk-page__section--faq{padding-bottom:0}.hommly-bulk-page__faq-list{display:flex;flex-direction:column;gap:.5rem;max-width:42rem;margin:0 auto}.hommly-bulk-page__faq{background:var(--bulk-surface);border:1px solid var(--bulk-border);border-radius:14px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.hommly-bulk-page__faq[open]{border-color:#0081b433;box-shadow:0 4px 20px #0000000d}.hommly-bulk-page__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--hommly-text);cursor:pointer;list-style:none;transition:color .2s ease}.hommly-bulk-page__faq-question:hover{color:var(--bulk-accent)}.hommly-bulk-page__faq-question::-webkit-details-marker{display:none}.hommly-bulk-page__faq-question:after{content:"";flex-shrink:0;width:1.5rem;height:1.5rem;background:linear-gradient(var(--bulk-accent),var(--bulk-accent)) center / .75rem 2px no-repeat,linear-gradient(var(--bulk-accent),var(--bulk-accent)) center / 2px .75rem no-repeat;border-radius:50%;background-color:var(--bulk-accent-soft);transition:transform .25s ease}.hommly-bulk-page__faq[open] .hommly-bulk-page__faq-question:after{background:linear-gradient(var(--bulk-accent),var(--bulk-accent)) center / .75rem 2px no-repeat,linear-gradient(transparent,transparent) center / 2px .75rem no-repeat;background-color:var(--bulk-accent-soft)}.hommly-bulk-page__faq-answer{padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.65;color:var(--bulk-text-soft)}.hommly-bulk-page__faq-answer p{margin:0}@media screen and (max-width:749px){.hommly-bulk-page__hero-content{align-items:center;text-align:center}.hommly-bulk-page__hero-actions{justify-content:center;width:100%}.hommly-bulk-page__ecard-badge{align-self:center}}.hommly-contact-page{--contact-accent: #0081b4;--contact-accent-soft: rgb(0 129 180 / .1);--contact-accent-glow: rgb(0 129 180 / .18);--contact-warm: #faf8f5;--contact-surface: #ffffff;--contact-muted: #f3efe9;--contact-border: rgb(26 26 26 / .06);--contact-text-soft: rgb(26 26 26 / .62);--contact-radius-xl: 24px;--contact-hero-media-max-height: 320px;background:var(--contact-warm);padding-bottom:3.5rem;overflow-x:clip}@media screen and (min-width:750px){.hommly-contact-page{--contact-hero-media-max-height: 380px}}.hommly-contact-page__hero{position:relative;padding:2rem 0 1.5rem;overflow:hidden}@media screen and (min-width:750px){.hommly-contact-page__hero{padding:2.5rem 0 2rem}}.hommly-contact-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 70% 55% at 15% 0%,rgb(0 129 180 / .07) 0%,transparent 55%),radial-gradient(ellipse 50% 45% at 95% 15%,rgb(196 125 138 / .09) 0%,transparent 50%),linear-gradient(180deg,#f0ebe4 0%,var(--contact-warm) 75%)}.hommly-contact-page__hero-blob{position:absolute;border-radius:50%;filter:blur(50px);opacity:.5}.hommly-contact-page__hero-blob--1{top:-1rem;right:8%;width:14rem;height:14rem;background:#0081b41f}.hommly-contact-page__hero-blob--2{bottom:10%;left:-3rem;width:10rem;height:10rem;background:#c47d8a1a}.hommly-contact-page__hero-shell{position:relative;z-index:1}.hommly-contact-page__hero-grid{display:grid;gap:1.25rem;align-items:center}@media screen and (min-width:750px){.hommly-contact-page__hero-grid{grid-template-columns:1.05fr .95fr;gap:2rem}}.hommly-contact-page__hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem;text-align:left}.hommly-contact-page__eyebrow{display:inline-flex;margin:0;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--contact-accent);background:var(--contact-surface);border:1px solid var(--contact-border);border-radius:100px}.hommly-contact-page__heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.75rem,5vw,2.375rem);font-weight:var(--font-heading--weight);line-height:1.1;letter-spacing:-.02em;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-contact-page__subheading{margin:0;max-width:32rem;font-size:clamp(.9375rem,2.2vw,1.03125rem);line-height:1.6;color:var(--contact-text-soft)}.hommly-contact-page__ecard-badge{display:inline-flex;margin:0;padding:.4375rem .8125rem;font-size:.8125rem;font-weight:500;color:#9a5f6b;background:linear-gradient(135deg,#fff9f6,#faf3ef);border:1px solid rgb(196 125 138 / .18);border-radius:100px}.hommly-contact-page__hero-actions{margin-top:.25rem;justify-content:flex-start}.hommly-contact-page__btn-primary{box-shadow:0 4px 14px var(--contact-accent-glow)}.hommly-contact-page__hero-media{border-radius:var(--contact-radius-xl);overflow:hidden;box-shadow:0 8px 32px #00000014;max-height:var(--contact-hero-media-max-height);height:var(--contact-hero-media-max-height);background:var(--contact-muted)}.hommly-contact-page__hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hommly-contact-page__hero-image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;height:100%;padding:2rem;text-align:center;background:linear-gradient(145deg,#f5f1ec,#eef6fa)}.hommly-contact-page__hero-fallback-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:var(--contact-surface);color:var(--contact-accent);box-shadow:var(--hommly-shadow)}.hommly-contact-page__hero-image-fallback p{margin:0;font-size:.875rem;font-weight:500;color:var(--contact-text-soft)}.hommly-contact-page__section{padding-block:1.75rem}@media screen and (min-width:750px){.hommly-contact-page__section{padding-block:2.25rem}}.hommly-contact-page__section--muted{padding:1.75rem 1.25rem;background:linear-gradient(180deg,rgb(255 255 255 / .75) 0%,var(--contact-muted) 100%);border:1px solid var(--contact-border);border-radius:var(--contact-radius-xl)}@media screen and (min-width:750px){.hommly-contact-page__section--muted{padding:2rem}}.hommly-contact-page__section-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.5rem;text-align:center}.hommly-contact-page__section-header:after{content:"";width:2.5rem;height:3px;border-radius:100px;background:linear-gradient(90deg,var(--contact-accent),rgb(196 125 138 / .7))}.hommly-contact-page__section-heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:var(--font-heading--weight);line-height:1.25;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-contact-page__method-grid{display:grid;grid-template-columns:1fr;gap:.875rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-contact-page__method-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.hommly-contact-page__method-card{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:1.25rem 1.375rem;background:var(--contact-surface);border:1px solid var(--contact-border);border-radius:18px;box-shadow:0 2px 12px #0000000a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.hommly-contact-page__method-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #00000012;border-color:#0081b426}.hommly-contact-page__method-card--featured{border-color:#0081b433;background:linear-gradient(180deg,#fff,#f8fcfe)}.hommly-contact-page__method-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:12px;background:var(--contact-accent-soft);color:var(--contact-accent)}.hommly-contact-page__method-icon svg{width:1.25rem;height:1.25rem}.hommly-contact-page__method-title{margin:0;font-size:1rem;font-weight:600;line-height:1.35;color:var(--hommly-text)}.hommly-contact-page__method-text{margin:0;flex:1;font-size:.875rem;line-height:1.55;color:var(--contact-text-soft)}.hommly-contact-page__method-link{margin-top:.25rem;font-size:.8125rem;font-weight:600;color:var(--contact-accent);text-decoration:none}.hommly-contact-page__method-link:hover{text-decoration:underline}.hommly-contact-page__form-card{max-width:40rem;margin:0 auto;padding:1.375rem 1.25rem;background:var(--contact-surface);border:1px solid var(--contact-border);border-radius:var(--contact-radius-xl);box-shadow:0 4px 24px #0000000d;scroll-margin-top:6rem}@media screen and (min-width:750px){.hommly-contact-page__form-card{padding:1.75rem 2rem}}.hommly-contact-page__form-header{margin-bottom:1.5rem;text-align:center}.hommly-contact-page__form-heading{margin:0 0 .5rem;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:var(--font-heading--weight);line-height:1.25;color:var(--hommly-text)}.hommly-contact-page__form-subheading{margin:0;font-size:.9375rem;line-height:1.6;color:var(--contact-text-soft)}.hommly-contact-page__form{display:flex;flex-direction:column;gap:.875rem}.hommly-contact-page__form--simple{gap:.75rem}.hommly-contact-page__form--simple .hommly-contact-page__form-header{margin-bottom:1.25rem}.hommly-contact-page__form--simple .hommly-contact-page__textarea{min-height:6rem}.hommly-contact-page__form-grid{display:grid;gap:1rem}.hommly-contact-page__form-grid--2,.hommly-contact-page__form-grid--3{grid-template-columns:1fr}@media screen and (min-width:750px){.hommly-contact-page__form-grid--2{grid-template-columns:repeat(2,1fr)}.hommly-contact-page__form-grid--3{grid-template-columns:repeat(3,1fr)}}.hommly-contact-page__field{display:flex;flex-direction:column;gap:.375rem}.hommly-contact-page__label{font-size:.8125rem;font-weight:600;color:var(--hommly-text)}.hommly-contact-page__input{width:100%;padding:.75rem 1rem;font-size:.9375rem;line-height:1.4;color:var(--color-input-text, var(--hommly-text));background:var(--color-input-background, var(--contact-warm));border:1px solid var(--color-input-border, var(--contact-border));border-radius:var(--hommly-radius-sm);transition:border-color .2s ease,box-shadow .2s ease}.hommly-contact-page__input:focus{outline:none;border-color:#0081b466;box-shadow:0 0 0 3px var(--contact-accent-soft)}.hommly-contact-page__select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1.5 6 6.5 11 1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.hommly-contact-page__textarea{resize:vertical;min-height:7.5rem}.hommly-contact-page__submit{align-self:flex-start;margin-top:.25rem}.hommly-contact-page__form-alert{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;border-radius:var(--hommly-radius-sm);font-size:.875rem}.hommly-contact-page__form-alert--error{background:#dc354514;color:#b42318}.hommly-contact-page__form-alert--success{background:#228b2214;color:#1a6b1a}.hommly-contact-page__bulk-band{padding:1.75rem 1.5rem;background:linear-gradient(135deg,#fff,#faf6f2 55%,#eef6fa);border:1px solid var(--contact-border);border-radius:var(--contact-radius-xl);box-shadow:0 4px 20px #0000000d}@media screen and (min-width:750px){.hommly-contact-page__bulk-band{padding:2rem 2.25rem}}.hommly-contact-page__bulk-heading{margin:0 0 .5rem;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:var(--font-heading--weight);line-height:1.25;color:var(--hommly-text)}.hommly-contact-page__bulk-text{margin:0 0 1rem;font-size:.9375rem;line-height:1.6;color:var(--contact-text-soft)}.hommly-contact-page__bulk-benefits{display:grid;grid-template-columns:1fr;gap:.625rem;margin:0 0 1.25rem;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-contact-page__bulk-benefits{grid-template-columns:repeat(2,1fr);gap:.5rem 1.5rem}}.hommly-contact-page__bulk-benefits li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.45;color:var(--hommly-text)}.hommly-contact-page__bulk-check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;margin-top:.0625rem;border-radius:50%;background:var(--contact-accent-soft);color:var(--contact-accent)}.hommly-contact-page__bulk-check svg{width:.75rem;height:.75rem}.hommly-contact-page__bulk-btn{box-shadow:0 4px 14px var(--contact-accent-glow)}.hommly-contact-page__support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-contact-page__support-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.hommly-contact-page__support-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem .75rem;text-align:center;font-size:.8125rem;font-weight:500;line-height:1.35;color:var(--hommly-text);background:var(--contact-surface);border:1px solid var(--contact-border);border-radius:14px}.hommly-contact-page__support-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--contact-accent-soft);color:var(--contact-accent)}.hommly-contact-page__support-icon svg{width:1.125rem;height:1.125rem}.hommly-contact-page__section--faq{padding-bottom:0}.hommly-contact-page__faq-list{display:flex;flex-direction:column;gap:.5rem;max-width:42rem;margin:0 auto}.hommly-contact-page__faq{background:var(--contact-surface);border:1px solid var(--contact-border);border-radius:14px;overflow:hidden}.hommly-contact-page__faq[open]{border-color:#0081b433;box-shadow:0 4px 16px #0000000d}.hommly-contact-page__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.125rem;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--hommly-text);cursor:pointer;list-style:none}.hommly-contact-page__faq-question::-webkit-details-marker{display:none}.hommly-contact-page__faq-question:after{content:"";flex-shrink:0;width:1.5rem;height:1.5rem;background:linear-gradient(var(--contact-accent),var(--contact-accent)) center / .75rem 2px no-repeat,linear-gradient(var(--contact-accent),var(--contact-accent)) center / 2px .75rem no-repeat;border-radius:50%;background-color:var(--contact-accent-soft)}.hommly-contact-page__faq[open] .hommly-contact-page__faq-question:after{background:linear-gradient(var(--contact-accent),var(--contact-accent)) center / .75rem 2px no-repeat,linear-gradient(transparent,transparent) center / 2px .75rem no-repeat;background-color:var(--contact-accent-soft)}.hommly-contact-page__faq-answer{padding:0 1.125rem 1rem;font-size:.875rem;line-height:1.65;color:var(--contact-text-soft)}.hommly-contact-page__faq-answer p{margin:0}@media screen and (max-width:749px){.hommly-contact-page__hero-content{align-items:center;text-align:center}.hommly-contact-page__hero-actions{justify-content:center;width:100%}.hommly-contact-page__ecard-badge{align-self:center}.hommly-contact-page__submit{align-self:stretch;width:100%}}.hommly-build-page{--build-accent: #0081b4;--build-accent-soft: rgb(0 129 180 / .1);--build-warm: #faf8f5;--build-surface: #ffffff;--build-muted: #f3efe9;--build-border: rgb(26 26 26 / .06);--build-text-soft: rgb(26 26 26 / .62);--build-radius-xl: 24px;background:var(--build-warm);padding-bottom:4rem;overflow-x:clip}.hommly-build-page__hero{position:relative;padding:2.5rem 0 2.75rem;overflow:hidden}@media screen and (min-width:750px){.hommly-build-page__hero{padding:3.5rem 0 3.75rem}}.hommly-build-page__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 75% 55% at 15% 0%,rgb(0 129 180 / .09) 0%,transparent 58%),radial-gradient(ellipse 55% 45% at 92% 15%,rgb(196 125 138 / .1) 0%,transparent 52%),linear-gradient(180deg,#f0ebe4 0%,var(--build-warm) 75%)}.hommly-build-page__hero--has-image .hommly-build-page__hero-bg{background:none}.hommly-build-page__hero-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hommly-build-page__hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,rgb(255 252 248 / calc(.35 + var(--build-hero-overlay, 55) * .007)),rgb(255 252 248 / calc(.18 + var(--build-hero-overlay, 55) * .006)) 45%,rgb(255 252 248 / calc(.08 + var(--build-hero-overlay, 55) * .004)))}.hommly-build-page__hero-blob{position:absolute;border-radius:50%;filter:blur(56px);opacity:.5}.hommly-build-page__hero-blob--1{top:-1.5rem;right:8%;width:16rem;height:16rem;background:#0081b424}.hommly-build-page__hero-blob--2{bottom:10%;left:-3rem;width:12rem;height:12rem;background:#ffd6aa59}.hommly-build-page__hero-shell{position:relative;z-index:1}.hommly-build-page__hero-grid{display:grid;gap:1.75rem;align-items:center}@media screen and (min-width:750px){.hommly-build-page__hero-grid{grid-template-columns:1.05fr .95fr;gap:2.5rem;min-height:18rem}}.hommly-build-page__hero-content{display:flex;flex-direction:column;align-items:flex-start;gap:.875rem}.hommly-build-page__eyebrow{margin:0;padding:.375rem .75rem;font-size:.6875rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--build-accent);background:var(--build-surface);border:1px solid var(--build-border);border-radius:100px}.hommly-build-page__heading{margin:0;font-family:var(--font-heading--family);font-size:clamp(1.875rem,5vw,2.75rem);font-weight:var(--font-heading--weight);line-height:1.1;letter-spacing:-.02em;color:var(--color-foreground-heading, var(--hommly-text));text-wrap:balance}.hommly-build-page__subheading{margin:0;max-width:32rem;font-size:clamp(.9375rem,2.2vw,1.0625rem);line-height:1.6;color:var(--build-text-soft)}.hommly-build-page__badge{margin:.25rem 0 0;padding:.4375rem .75rem;font-size:.8125rem;font-weight:500;color:#00739f;background:#0081b414;border-radius:100px}.hommly-build-page__hero-actions{margin-top:.5rem}.hommly-build-page__hero-scene{position:relative;min-height:11rem;margin-inline:auto;max-width:18rem}@media screen and (min-width:750px){.hommly-build-page__hero-scene{min-height:14rem;max-width:100%}}.hommly-build-page__hero-card{position:absolute;padding:1rem 1.125rem;background:var(--build-surface);border:1px solid var(--build-border);border-radius:16px;box-shadow:0 8px 28px #00000012}.hommly-build-page__hero-card--back{top:0;left:0;width:58%;transform:rotate(-4deg);font-size:.8125rem;color:var(--build-text-soft)}.hommly-build-page__hero-card--front{bottom:0;right:0;width:68%;transform:rotate(3deg)}.hommly-build-page__hero-icon{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;margin-bottom:.5rem;border-radius:10px;background:var(--build-muted);color:var(--build-accent)}.hommly-build-page__hero-icon svg{width:1.25rem;height:1.25rem}.hommly-build-page__hero-icon--accent{background:var(--build-accent-soft)}.hommly-build-page__hero-card-title{margin:0;font-size:.875rem;font-weight:600}.hommly-build-page__hero-card-desc{margin:.25rem 0 0;font-size:.75rem;color:var(--build-text-soft)}.hommly-build-page__section{padding-block:2.5rem;scroll-margin-top:6rem}.hommly-build-page__section--muted{background:linear-gradient(180deg,transparent 0%,rgb(243 239 233 / .55) 50%,transparent 100%)}.hommly-build-page__section-header{margin-bottom:1.5rem}.hommly-build-page__section-header--center{text-align:center;margin-inline:auto;max-width:36rem}.hommly-build-page__section-heading{margin:0 0 .5rem;font-family:var(--font-heading--family);font-size:clamp(1.375rem,3.5vw,1.75rem);font-weight:var(--font-heading--weight);line-height:1.25;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-build-page__section-subheading{margin:0;font-size:.9375rem;line-height:1.6;color:var(--build-text-soft)}.hommly-build-page__gift-grid{display:grid;grid-template-columns:1fr;gap:1.125rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-build-page__gift-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}}.hommly-build-page__gift-card{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--build-surface);border:1px solid var(--build-border);border-radius:var(--build-radius-xl);box-shadow:0 2px 14px #0000000d;overflow:hidden;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease,border-color .3s ease}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.hommly-build-page__gift-card:hover{transform:translateY(-4px);border-color:#0081b42e;box-shadow:0 16px 40px #00000017}.hommly-build-page__gift-card:hover .hommly-build-page__gift-cta span:last-child{transform:translate(3px)}}.hommly-build-page__gift-card--mini .hommly-build-page__gift-visual{background:linear-gradient(160deg,#eef6fa,#f5f1ec)}.hommly-build-page__gift-card--box .hommly-build-page__gift-visual{background:linear-gradient(160deg,#faf3e8,#f5f1ec)}.hommly-build-page__gift-card--coming_soon .hommly-build-page__gift-visual{background:linear-gradient(160deg,#f0ebf6,#faf3f4 55%,#f5f1ec)}.hommly-build-page__gift-visual{display:flex;align-items:center;justify-content:center;min-height:9.5rem;padding:1.5rem;border-bottom:1px solid rgb(0 0 0 / .04)}.hommly-build-page__gift-illustration{position:relative;width:5.5rem;height:5.5rem}.hommly-build-page__illus-envelope{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto;border-radius:12px;background:#fff;color:var(--build-accent);box-shadow:0 6px 20px #00000014}.hommly-build-page__illus-envelope svg{width:2rem;height:2rem}.hommly-build-page__illus-treat{position:absolute;bottom:0;right:0;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(145deg,#f8d4a8,#e8b87a);box-shadow:0 2px 8px #0000001f}.hommly-build-page__illus-box{display:block;width:4rem;height:3rem;margin:1rem auto 0;border-radius:6px;background:linear-gradient(145deg,#fff,#f5ebe0);border:1px solid rgb(0 0 0 / .06);box-shadow:0 8px 24px #0000001a}.hommly-build-page__illus-ribbon{position:absolute;top:.5rem;left:50%;width:.5rem;height:4.5rem;margin-left:-.25rem;border-radius:2px;background:#c47d8a}.hommly-build-page__illus-gift-icon{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:.75rem auto 0;border-radius:50%;background:#fff;color:#7a6b9a;box-shadow:0 6px 20px #00000014}.hommly-build-page__illus-gift-icon svg{width:1.5rem;height:1.5rem}.hommly-build-page__illus-sparkle{position:absolute;font-size:1.25rem;color:#d4a853;opacity:.85}.hommly-build-page__illus-sparkle--2{top:.25rem;right:.5rem;font-size:.875rem}.hommly-build-page__gift-body{display:flex;flex:1;flex-direction:column;gap:.5rem;padding:1.25rem 1.375rem 1.5rem}.hommly-build-page__gift-eyebrow{margin:0;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--build-accent)}.hommly-build-page__gift-title{margin:0;font-size:1.125rem;font-weight:600;line-height:1.3;color:var(--hommly-text)}.hommly-build-page__gift-desc{margin:0;flex:1;font-size:.875rem;line-height:1.55;color:var(--build-text-soft)}.hommly-build-page__gift-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin:.25rem 0 0;padding:0;list-style:none}.hommly-build-page__gift-tag{padding:.3125rem .625rem;font-size:.6875rem;font-weight:500;color:var(--build-text-soft);background:var(--build-muted);border-radius:100px}.hommly-build-page__gift-cta{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--build-accent)}.hommly-build-page__gift-cta span:last-child{display:inline-block;transition:transform .25s ease}.hommly-build-page__steps{display:grid;grid-template-columns:1fr;gap:1rem;margin:0;padding:0;list-style:none;align-items:stretch}@media screen and (min-width:750px){.hommly-build-page__steps{grid-template-columns:repeat(2,1fr);gap:1rem}}@media screen and (min-width:990px){.hommly-build-page__steps{grid-template-columns:repeat(4,1fr);gap:1rem;position:relative}.hommly-build-page__steps:before{content:"";position:absolute;top:2.75rem;left:10%;right:10%;height:2px;background:linear-gradient(90deg,var(--build-accent-soft),var(--build-accent),var(--build-accent-soft));z-index:0}}.hommly-build-page__step{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;height:100%;padding:1.375rem 1.25rem;text-align:center;background:var(--build-surface);border:1px solid var(--build-border);border-radius:18px;box-shadow:0 2px 12px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.hommly-build-page__step:hover{transform:translateY(-2px);border-color:#0081b41f;box-shadow:0 10px 28px #00000012}}.hommly-build-page__step-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:14px;background:var(--build-accent-soft);color:var(--build-accent)}.hommly-build-page__step-icon svg{width:1.375rem;height:1.375rem}.hommly-build-page__step-number{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;background:linear-gradient(135deg,var(--build-accent) 0%,#006a96 100%);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.02em;box-shadow:0 4px 12px #0081b438}.hommly-build-page__step-body{display:flex;flex:1;flex-direction:column;gap:.5rem;width:100%}.hommly-build-page__step-title{margin:0;font-family:var(--font-heading--family);font-size:.9375rem;font-weight:600;line-height:1.35;color:var(--color-foreground-heading, var(--hommly-text))}.hommly-build-page__step-text{margin:0;font-size:.8125rem;line-height:1.6;color:var(--build-text-soft)}.hommly-build-page__ecard-band{display:grid;gap:1.5rem;align-items:center;padding:1.75rem 1.5rem;background:linear-gradient(135deg,#fff,#f5f1ec 45%,#eef6fa);border:1px solid var(--build-border);border-radius:var(--build-radius-xl);box-shadow:0 4px 24px #0000000d}@media screen and (min-width:750px){.hommly-build-page__ecard-band{grid-template-columns:1.1fr .9fr;gap:2rem;padding:2.25rem 2.5rem}}.hommly-build-page__ecard-heading{margin:0 0 .625rem;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:var(--font-heading--weight);line-height:1.25}.hommly-build-page__ecard-text{margin:0 0 1rem;font-size:.9375rem;line-height:1.6;color:var(--build-text-soft)}.hommly-build-page__ecard-features{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none}.hommly-build-page__ecard-feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.45;color:var(--hommly-text)}.hommly-build-page__ecard-check{flex-shrink:0;display:flex;color:var(--build-accent)}.hommly-build-page__ecard-check svg{width:1.125rem;height:1.125rem}.hommly-build-page__ecard-mockup{padding:1.25rem;text-align:center;background:#fff;border-radius:16px;box-shadow:0 8px 28px #00000014}.hommly-build-page__ecard-qr{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto .75rem;border-radius:10px;background:var(--build-muted);color:var(--build-accent)}.hommly-build-page__ecard-qr svg{width:2rem;height:2rem}.hommly-build-page__ecard-mockup p{margin:0;font-size:.8125rem;font-weight:500;color:var(--build-text-soft)}.hommly-build-page__bulk-cta{display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-align:center;background:var(--build-surface);border:1px solid var(--build-border);border-radius:var(--build-radius-xl);box-shadow:0 4px 24px #0000000d}@media screen and (min-width:750px){.hommly-build-page__bulk-cta{padding:2.5rem 3rem}}.hommly-build-page__bulk-heading{margin:0 0 .625rem;font-family:var(--font-heading--family);font-size:clamp(1.25rem,3vw,1.5rem);font-weight:var(--font-heading--weight);line-height:1.25}.hommly-build-page__bulk-text{margin:0 0 1.25rem;max-width:32rem;font-size:.9375rem;line-height:1.6;color:var(--build-text-soft)}.hommly-build-page__bulk-btn{align-self:center}.hommly-build-page__section--faq{padding-bottom:0}.hommly-build-page__section--faq .hommly-build-page__section-header{display:flex;flex-direction:column;align-items:center;gap:.625rem;margin-bottom:1.75rem;text-align:center}.hommly-build-page__section--faq .hommly-build-page__section-header:after{content:"";display:block;width:2.5rem;height:3px;border-radius:100px;background:linear-gradient(90deg,var(--build-accent),rgb(196 125 138 / .7))}.hommly-build-page__section--faq .hommly-build-page__section-heading{margin:0;letter-spacing:-.015em;line-height:1.2}.hommly-build-page__faq-list{display:flex;flex-direction:column;gap:.5rem;max-width:42rem;margin:0 auto}.hommly-build-page__faq{background:var(--build-surface);border:1px solid var(--build-border);border-radius:14px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.hommly-build-page__faq[open]{border-color:#0081b433;box-shadow:0 4px 20px #0000000d}.hommly-build-page__faq-question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.4;color:var(--hommly-text);cursor:pointer;list-style:none;transition:color .2s ease}.hommly-build-page__faq-question:hover{color:var(--build-accent)}.hommly-build-page__faq-question::-webkit-details-marker{display:none}.hommly-build-page__faq-question:after{content:"";flex-shrink:0;width:1.5rem;height:1.5rem;background:linear-gradient(var(--build-accent),var(--build-accent)) center / .75rem 2px no-repeat,linear-gradient(var(--build-accent),var(--build-accent)) center / 2px .75rem no-repeat;border-radius:50%;background-color:var(--build-accent-soft);transition:transform .25s ease}.hommly-build-page__faq[open] .hommly-build-page__faq-question:after{background:linear-gradient(var(--build-accent),var(--build-accent)) center / .75rem 2px no-repeat,linear-gradient(transparent,transparent) center / 2px .75rem no-repeat;background-color:var(--build-accent-soft)}.hommly-build-page__faq-answer{padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.65;color:var(--build-text-soft)}.hommly-build-page__faq-answer p{margin:0}.hommly-build-flow__hero{padding-bottom:2rem}@media screen and (min-width:750px){.hommly-build-flow__hero{padding-bottom:2.5rem}}.hommly-build-flow__hero-inner{position:relative;z-index:1;max-width:40rem}.hommly-build-flow__back{display:inline-flex;align-items:center;gap:.375rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;color:var(--build-text-soft);text-decoration:none;transition:color .2s ease}.hommly-build-flow__back:hover{color:var(--build-accent)}.hommly-build-flow__heading{max-width:28rem}.hommly-build-flow__products{padding-top:0}.hommly-build-flow__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.hommly-build-flow__grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}}.hommly-build-flow__card-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:inherit;background:var(--build-surface);border:1px solid var(--build-border);border-radius:16px;overflow:hidden;box-shadow:0 2px 12px #0000000a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.hommly-build-flow__card-link:hover{transform:translateY(-3px);border-color:#0081b426;box-shadow:0 8px 24px #00000014}}.hommly-build-flow__card-media{aspect-ratio:1;background:var(--build-muted);overflow:hidden}.hommly-build-flow__card-media img{display:block;width:100%;height:100%;object-fit:cover}.hommly-build-flow__card-placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--build-muted),var(--build-accent-soft))}.hommly-build-flow__card-body{padding:.875rem 1rem 1rem}.hommly-build-flow__card-title{margin:0 0 .375rem;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--hommly-text)}.hommly-build-flow__card-price{margin:0;font-size:.8125rem;font-weight:600;color:var(--build-accent)}.hommly-build-flow__view-all-wrap{display:flex;justify-content:center;margin:2rem 0 0}.hommly-build-flow__empty{margin:0;padding:2rem;text-align:center;font-size:.9375rem;color:var(--build-text-soft);background:var(--build-surface);border:1px dashed var(--build-border);border-radius:16px}.hommly-collection-section,.hommly-collection-section .section-background,.shopify-section:has(.hommly-collection-page){background-color:var(--hommly-warm-bg, #faf8f5)!important}.hommly-collection-page,.collection-wrapper.hommly-collection-grid{background-color:transparent}.hommly-product-card--collection{height:100%}.hommly-product-card--collection .card-gallery>.quick-add{display:none!important}.hommly-product-card--collection .product-card__content{display:flex;flex-direction:column;height:100%;background:#fff!important;border:1px solid rgb(0 0 0 / .08)!important;border-radius:14px!important;box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000f!important;gap:0!important;padding:0!important;overflow:hidden}.hommly-product-card--collection .product-card__details{width:100%;padding:12px 12px 8px;box-sizing:border-box}.hommly-product-card--collection .product-card__title,.hommly-product-card--collection .product-card__price{width:100%;margin-left:0;margin-right:0;box-sizing:border-box;text-align:left}.hommly-product-card--collection .product-card__details .text-block.spacing-style,.hommly-product-card--collection .product-card__details product-price.spacing-style{--padding-inline-start: 0 !important;--padding-inline-end: 0 !important;padding:0!important;width:100%;max-width:100%;display:block;margin-left:0;margin-right:0}.hommly-product-card--collection .product-card__details product-price.spacing-style>*{width:100%;margin-inline:0;padding-inline:0;text-align:left}.hommly-product-card--collection .card-gallery{--media-radius: 0;border-radius:0;margin:0}.hommly-product-card--collection .product-card__content .text-block p[role=heading],.hommly-product-card--collection .product-card__price .price{margin-inline:0;padding-inline:0;text-align:left}.hommly-product-card--collection .product-card__content .text-block p[role=heading]{font-family:var(--font-heading--family);font-weight:var(--font-heading--weight);font-size:.9375rem;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere;word-break:break-word;text-align:left;max-width:100%}.hommly-product-card--collection .hommly-product-card-cta{margin-top:auto;padding:.875rem 12px 1rem;width:100%;box-sizing:border-box}.hommly-product-card--collection .hommly-product-card-cta__button{display:flex;align-items:center;justify-content:center;width:100%;min-height:2.75rem;padding:.7rem 1rem;border:none;border-radius:10px;background:#c4a574;color:#fff;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;cursor:pointer}.hommly-product-card--collection .hommly-product-card-cta__button:hover{background:#b69663;color:#fff}.hommly-product-card--collection [product-grid-view=default] .product-grid__card{--padding-block-start: 0;--padding-block-end: 0;--padding-inline-start: 0;--padding-inline-end: 0}@media(any-pointer:fine)and (prefers-reduced-motion:no-preference){.hommly-product-card--collection:hover .product-card__content{box-shadow:0 10px 32px #0000001a!important;transform:translateY(-2px)}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/hommly-home.css.map */
