:root{--dc15-ink:#183332;--dc15-deep:#225f5b;--dc15-turq:#3bccc0;--dc15-soft:#f4f7f5;--dc15-warm:#f8f5ef;--dc15-line:rgba(24,51,50,.12);--dc15-shadow:0 24px 70px rgba(24,51,50,.12);--dc15-ease:cubic-bezier(.22,1,.36,1)}.dc15-section{font-family:var(--font-body-family),Arial,sans-serif;color:var(--dc15-ink);overflow-x:clip}.dc15-wrap{width:min(1200px,calc(100% - 48px));margin:0 auto}.dc15-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--dc15-deep)}.dc15-eyebrow:before{content:"";width:32px;height:2px;background:var(--dc15-turq)}.dc15-title{margin:0;font-size:clamp(42px,6.3vw,82px);line-height:.98;letter-spacing:-.055em}.dc15-heading{margin:0;font-size:clamp(34px,4.6vw,58px);line-height:1.04;letter-spacing:-.045em}.dc15-copy{font-size:clamp(16px,1.7vw,19px);line-height:1.68;color:#183332b8}.dc15-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.dc15-btn{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border:1px solid var(--dc15-deep);border-radius:999px;background:var(--dc15-deep);color:#fff;text-decoration:none;font-weight:700;transition:transform .3s var(--dc15-ease),background .3s var(--dc15-ease)}.dc15-btn:hover{transform:translateY(-2px);background:#194946;color:#fff}.dc15-btn--secondary{background:transparent;color:var(--dc15-ink)}.dc15-btn--secondary:hover{background:#fff;color:var(--dc15-ink)}.dc15-hero{background:linear-gradient(135deg,var(--dc15-warm),#fff 58%,rgba(59,204,192,.12));min-height:680px;display:grid;align-items:center}.dc15-hero__grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:64px;align-items:center}.dc15-hero__copy{padding:32px 0}.dc15-hero__text{max-width:600px;margin:24px 0 0}.dc15-hero__visual{position:relative;min-height:540px;display:grid;place-items:center}.dc15-hero__halo{position:absolute;width:min(86%,520px);aspect-ratio:1;border-radius:50%;background:linear-gradient(145deg,#3bccc05c,#ffffffeb);filter:drop-shadow(0 34px 50px rgba(24,51,50,.12))}.dc15-hero__visual img{position:relative;z-index:1;width:min(88%,560px);max-height:560px;object-fit:contain;border-radius:32px}.dc15-hero__detail{position:absolute;z-index:2;right:0;bottom:54px;max-width:270px;padding:18px 20px;border:1px solid rgba(255,255,255,.9);border-radius:20px;background:#ffffffe6;box-shadow:0 18px 50px #18333221;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dc15-hero__detail strong{display:block;font-size:15px}.dc15-hero__detail span{display:block;margin-top:5px;font-size:13px;line-height:1.45;color:#183332a6}.dc15-hero__meta{display:flex;gap:18px;flex-wrap:wrap;margin-top:26px;font-size:13px;color:#183332ad}.dc15-hero__meta span{display:flex;align-items:center;gap:7px}.dc15-hero__meta span:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--dc15-turq)}.dc15-values{background:var(--dc15-deep);color:#fff}.dc15-values__head{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:end;margin-bottom:44px}.dc15-values .dc15-eyebrow{color:#b7f0ea}.dc15-values .dc15-copy{color:#ffffffb8;margin:0}.dc15-values__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dc15-value{padding:30px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:#ffffff0e}.dc15-value__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:30px;border-radius:50%;background:#3bccc02e;color:#b7f0ea}.dc15-value__icon svg{width:22px;height:22px;stroke:currentColor}.dc15-value h3{margin:0 0 10px;font-size:21px}.dc15-value p{margin:0;font-size:15px;line-height:1.6;color:#ffffffad}.dc15-values .dc15-heading,.dc15-values .dc15-value h3{color:#fff}.dc15-products{background:#fff}.dc15-products__head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:40px}.dc15-products__intro{max-width:560px}.dc15-products__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.dc15-product{display:grid;grid-template-columns:1.08fr .92fr;min-height:390px;border:1px solid var(--dc15-line);border-radius:28px;overflow:hidden;background:var(--dc15-soft);transition:transform .35s var(--dc15-ease),box-shadow .35s var(--dc15-ease)}.dc15-product:hover{transform:translateY(-4px);box-shadow:var(--dc15-shadow)}.dc15-product__media{display:grid;place-items:center;min-height:390px;padding:22px;background:linear-gradient(150deg,#fff,#3bccc021)}.dc15-product__media img{width:100%;height:100%;max-height:360px;object-fit:contain;border-radius:18px}.dc15-product__body{display:flex;flex-direction:column;justify-content:center;padding:32px}.dc15-product__body small{font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--dc15-deep)}.dc15-product__body h3{margin:13px 0 12px;font-size:clamp(26px,3vw,38px);line-height:1.04;letter-spacing:-.04em}.dc15-product__body p{margin:0 0 20px;line-height:1.55;color:#183332ad}.dc15-product__price{font-size:18px;font-weight:800}.dc15-product__link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;color:var(--dc15-ink);font-weight:700;text-decoration:none}.dc15-product__link:after{content:"\2192";transition:transform .25s}.dc15-product:hover .dc15-product__link:after{transform:translate(4px)}.dc15-product{display:flex;flex-direction:column;min-height:0}.dc15-product__media{min-height:330px;padding:24px}.dc15-product__media img{max-height:330px}.dc15-product__body{flex:1;padding:34px}.dc15-product__body h3{font-size:clamp(30px,3.5vw,44px)}.dc15-story{background:var(--dc15-warm)}.dc15-story__box{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px;align-items:center;padding:60px;border-radius:34px;background:#fff;box-shadow:0 18px 60px #18333214}.dc15-story__copy{max-width:690px;min-width:0}.dc15-story__copy .dc15-copy{margin:22px 0 0}.dc15-story__visual{position:relative;min-width:0;min-height:560px;padding:0 76px 54px 0}.dc15-story__visual>img{display:block;max-width:100%}.dc15-story__visual>img:first-child{width:100%;height:560px;object-fit:cover;border-radius:28px}.dc15-story__visual>img:last-child{position:absolute;right:0;bottom:0;width:46%;height:auto;aspect-ratio:4/5;object-fit:cover;border:8px solid #fff;border-radius:22px;box-shadow:0 18px 50px #1833322e}.dc15-story__facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dc15-fact{min-width:0;padding:20px;border:1px solid var(--dc15-line);border-radius:18px;background:var(--dc15-soft)}.dc15-fact strong{display:block;margin-bottom:5px}.dc15-fact span{font-size:14px;line-height:1.5;color:#183332a6}.dc15-reveal{opacity:1;transform:none}@media(max-width:990px){.dc15-hero{min-height:auto}.dc15-hero__grid,.dc15-values__head,.dc15-story__box{grid-template-columns:1fr}.dc15-hero__visual{order:-1;min-height:440px}.dc15-hero__detail{right:12px;bottom:24px}.dc15-values__grid,.dc15-products__grid{grid-template-columns:1fr}.dc15-story__box{gap:36px;padding:38px}.dc15-story__facts{grid-template-columns:1fr}.dc15-products__head{align-items:start;flex-direction:column}}@media(max-width:640px){.dc15-wrap{width:min(100% - 28px,1200px)}.dc15-title{font-size:clamp(40px,13vw,60px)}.dc15-actions{align-items:stretch}.dc15-btn{width:100%}.dc15-hero__visual{min-height:360px}.dc15-hero__visual img{width:100%;max-height:390px;object-fit:cover}.dc15-hero__detail{position:relative;right:auto;bottom:auto;margin:-24px 0 0 auto}.dc15-products__head{margin-bottom:28px}.dc15-product{grid-template-columns:1fr}.dc15-product__media{min-height:280px}.dc15-product__body{padding:26px}.dc15-story__box{padding:28px 22px;border-radius:26px}.dc15-story__visual{min-height:420px;padding:0 48px 40px 0}.dc15-story__visual>img:first-child{height:420px}.dc15-story__visual>img:last-child{width:48%;border-width:5px}}@media(prefers-reduced-motion:reduce){.dc15-btn,.dc15-product{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/dc-v15.css.map */
