.dc-home{--forest:#1a3636;--green:#40534c;--sage:#677d6a;--almond:#d6bd98;--cream:#f8f8f6;--white:#fff;color:var(--forest);background:var(--white)}.dc-home *{box-sizing:border-box}.dc-home h1,.dc-home h2,.dc-home h3,.dc-home p{margin-top:0}.dc-home a{text-decoration:none;color:inherit}.dc-hero{min-height:72vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--forest);color:var(--white)}.dc-hero__content{padding:clamp(48px,8vw,120px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.dc-eyebrow{font-size:12px;line-height:1.2;letter-spacing:.14em;text-transform:uppercase;font-weight:750;color:var(--forest);margin-bottom:18px}.dc-hero .dc-eyebrow,.dc-section--dark .dc-eyebrow{color:var(--almond)}.dc-hero h1{font-size:clamp(44px,6vw,88px);line-height:.96;letter-spacing:-.045em;text-transform:none;max-width:900px;margin-bottom:28px}.dc-lead{font-size:clamp(17px,1.6vw,22px);line-height:1.5;max-width:680px;color:#ffffffd1;margin-bottom:34px}.dc-actions{display:flex;gap:12px;flex-wrap:wrap}.dc-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:13px 25px;border-radius:999px;font-weight:700;transition:transform .2s ease,opacity .2s ease}.dc-button:hover{transform:translateY(-2px)}.dc-home .dc-button--primary{background:var(--almond);color:var(--forest);border:1px solid var(--forest)}.dc-home .dc-button--primary:hover,.dc-home .dc-button--primary:focus-visible{background:color-mix(in srgb,var(--almond) 82%,var(--white));color:var(--forest)}.dc-button--secondary{border:1px solid currentColor;background:transparent}.dc-hero .dc-button--secondary{color:var(--white)}.dc-proof{display:flex;gap:18px;flex-wrap:wrap;padding:0;margin:34px 0 0;list-style:none;font-size:13px;color:#ffffffbf}.dc-proof li:before{content:"\2713";margin-right:7px;color:var(--almond)}.dc-hero__media{min-height:520px;background:var(--cream);overflow:hidden}.dc-hero__media img{width:100%;height:100%;object-fit:contain;display:block;padding:7%;background:#fff}.dc-placeholder{height:100%;display:grid;place-items:center;color:var(--forest);font-size:28px;font-weight:700}.dc-strip{display:grid;grid-template-columns:repeat(3,1fr);background:var(--almond);color:var(--forest);font-size:13px;font-weight:700;text-align:center}.dc-strip span{padding:17px 20px;border-right:1px solid rgba(26,54,54,.18)}.dc-strip span:last-child{border-right:0}.dc-section{padding:clamp(64px,8vw,120px) clamp(20px,5vw,80px);scroll-margin-top:120px}.dc-section--cream{background:var(--cream)}.dc-section--dark{background:var(--forest);color:var(--white)}.dc-section__heading{max-width:760px;margin-bottom:42px}.dc-section__heading h2,.dc-value-intro h2,.dc-final-cta h2{font-size:clamp(34px,4vw,62px);line-height:1.03;letter-spacing:-.035em;text-transform:none;margin-bottom:18px}.dc-section__heading p:last-child,.dc-value-intro>p{font-size:17px;line-height:1.6;color:var(--green)}.dc-section__heading--row{max-width:none;display:flex;align-items:end;justify-content:space-between;gap:30px}.dc-text-link{font-weight:700;white-space:nowrap;padding-bottom:5px;border-bottom:1px solid currentColor}.dc-machine-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dc-machine-card{min-height:160px;padding:14px;border:1px solid rgba(26,54,54,.18);display:grid;grid-template-columns:112px 1fr auto;align-items:center;gap:18px;transition:background .2s ease,color .2s ease,transform .2s ease}.dc-machine-card:hover{background:var(--forest);color:var(--white);transform:translateY(-3px)}.dc-machine-card__image{width:112px;height:132px;background:#fff;border-radius:12px;overflow:hidden}.dc-machine-card__image img{width:100%;height:100%;object-fit:contain;padding:8%;display:block}.dc-machine-card__number{display:block;margin-bottom:12px;font-size:11px;color:var(--sage)}.dc-machine-card h3{font-size:19px;line-height:1.15;text-transform:none;margin-bottom:7px}.dc-machine-card p{margin:0;font-size:12px;color:var(--sage)}.dc-machine-card:hover p,.dc-machine-card:hover .dc-machine-card__number{color:var(--almond)}.dc-arrow{font-size:22px}.dc-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.dc-product-card{background:var(--white);border:1px solid rgba(26,54,54,.1);display:flex;flex-direction:column}.dc-product-card__image{aspect-ratio:1/1.15;background:#fff;display:block;overflow:hidden}.dc-product-card__image img{width:100%;height:100%;object-fit:contain;padding:5%;display:block;transition:transform .35s ease}.dc-product-card:hover img{transform:scale(1.035)}.dc-product-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.dc-badge{align-self:flex-start;background:var(--cream);padding:6px 9px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px}.dc-product-card h3{font-size:17px;line-height:1.35;text-transform:none;margin-bottom:15px}.dc-price-row{margin-top:auto;display:flex;flex-direction:column;gap:5px}.dc-price-row strong{font-size:18px}.dc-price-row span{font-size:12px;color:var(--sage)}.dc-card-button{margin-top:18px;display:flex;justify-content:center;align-items:center;min-height:44px;border:1px solid var(--forest);font-weight:700;border-radius:999px}.dc-card-button:hover{background:var(--forest);color:var(--white)}.dc-value-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:clamp(45px,8vw,120px);align-items:start}.dc-value-intro{position:sticky;top:120px}.dc-value-list>div{display:grid;grid-template-columns:50px 1fr;column-gap:20px;border-top:1px solid rgba(26,54,54,.18);padding:28px 0}.dc-value-list span{grid-row:1/3;font-size:12px;color:var(--sage)}.dc-value-list h3{font-size:24px;text-transform:none;margin-bottom:8px}.dc-value-list p{margin:0;color:var(--sage);line-height:1.6}.dc-how{max-width:1250px;margin:0 auto}.dc-section--dark .dc-section__heading p:last-child{color:#ffffffb3}.dc-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff2e}.dc-how-grid>div{background:var(--forest);padding:34px}.dc-how-grid span{display:inline-grid;place-items:center;width:38px;height:38px;border:1px solid var(--almond);border-radius:50%;color:var(--almond);margin-bottom:50px}.dc-how-grid h3{font-size:23px;text-transform:none;margin-bottom:12px}.dc-how-grid p{color:#ffffffb3;line-height:1.6;margin:0}.dc-final-cta{text-align:center;display:flex;flex-direction:column;align-items:center}.dc-final-cta h2{max-width:850px}.dc-actions--center{justify-content:center}@media(max-width:1180px){.dc-machine-card{grid-template-columns:90px 1fr auto}.dc-machine-card__image{width:90px;height:112px}.dc-machine-card h3{font-size:17px}}@media(max-width:989px){.dc-hero{grid-template-columns:1fr}.dc-hero__content{padding:64px 24px}.dc-hero__media{min-height:420px;order:-1}.dc-strip{grid-template-columns:1fr}.dc-strip span{border-right:0;border-bottom:1px solid rgba(26,54,54,.18)}.dc-machine-grid,.dc-product-grid{grid-template-columns:repeat(2,1fr)}.dc-value-grid{grid-template-columns:1fr}.dc-value-intro{position:static}.dc-how-grid{grid-template-columns:1fr}.dc-section__heading--row{align-items:flex-start;flex-direction:column}}@media(max-width:600px){.dc-hero h1{font-size:43px}.dc-hero__media{min-height:330px}.dc-actions{width:100%;flex-direction:column}.dc-button{width:100%}.dc-machine-grid{grid-template-columns:1fr}.dc-machine-card{min-height:112px;padding:11px;grid-template-columns:82px 1fr auto;gap:13px}.dc-machine-card__image{width:82px;height:96px;border-radius:9px}.dc-machine-card__number{margin-bottom:7px}.dc-product-grid{gap:10px}.dc-product-card__body{padding:14px}.dc-product-card h3{font-size:14px}.dc-price-row span{font-size:10px}.dc-card-button{font-size:12px}.dc-section{padding-left:16px;padding-right:16px}.dc-how-grid>div{padding:28px}.dc-how-grid span{margin-bottom:28px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/dailycoffee-home.css.map */
