/** Shopify CDN: Minification failed

Line 16:48 Expected ":"
Line 16:71 Expected ":"

**/

:root{
  --phd-ink:#22272b;
  --phd-muted:#5f737c;
  --phd-paper:#ffffff;
  --phd-cream:#f8fbfc;
  --phd-sage:#e8f6fb;
  --phd-clay:#dff3f8;
  --phd-line:#cfe8f0;
  --phd-shadow:0 24px 60px rgba(24,52,62,.12);\n  --phd-aqua:#00bcd4;\n  --phd-deep:#0b6f82;
}
.phd-home{background:var(--phd-cream);color:var(--phd-ink);overflow:hidden}
.phd-home *{box-sizing:border-box}
.phd-home h1,.phd-home h2,.phd-home h3{font-family:var(--font-heading--family),Inter,Arial,sans-serif;letter-spacing:-.035em;font-weight:700}

.phd-hero{
  min-height:calc(100svh - 88px);
  position:relative;
  display:flex;
  align-items:flex-end;
  background-image:var(--phd-hero-image);
  background-size:cover;
  background-position:center;
  color:#fff;
  isolation:isolate;
}
.phd-hero__shade{
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(90deg,rgba(15,28,34,.82) 0%,rgba(15,28,34,.48) 42%,rgba(15,28,34,.10) 72%,rgba(15,28,34,.02) 100%),
    linear-gradient(0deg,rgba(12,28,34,.30),transparent 55%);
}
.phd-hero__content{width:min(1240px,100%);margin:0 auto;padding:72px 32px 82px}
.phd-kicker{display:block;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;margin-bottom:14px}
.phd-hero h1{font-size:clamp(54px,7.5vw,104px);line-height:.91;max-width:850px;margin:0 0 24px;text-wrap:balance}
.phd-hero__content>p{font-size:clamp(18px,2vw,23px);line-height:1.55;max-width:620px;margin:0;color:rgba(255,255,255,.88)}
.phd-hero__commerce{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:32px}
.phd-hero__price{display:flex;align-items:baseline;gap:7px}
.phd-hero__price span{font-size:13px;opacity:.8}
.phd-hero__price strong{font-size:24px}
.phd-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.phd-button:hover{transform:translateY(-2px)}
.phd-button--light{background:#fff;color:var(--phd-ink);box-shadow:0 14px 32px rgba(0,0,0,.18)}
.phd-button--dark{background:var(--phd-ink);color:#fff}
.phd-hero__product-link{
  position:absolute;right:28px;bottom:28px;
  display:flex;align-items:center;gap:18px;
  max-width:390px;padding:15px 18px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:18px;background:rgba(20,30,29,.32);
  backdrop-filter:blur(12px);color:#fff;text-decoration:none;font-weight:700
}
.phd-hero__product-link span:last-child{font-size:22px}

.phd-trust{max-width:1180px;margin:34px auto 100px;display:grid;grid-template-columns:repeat(4,1fr);background:var(--phd-paper);border:1px solid var(--phd-line);border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(35,48,46,.06)}
.phd-trust>div{padding:20px 22px;border-right:1px solid var(--phd-line)}
.phd-trust>div:last-child{border-right:0}
.phd-trust strong{display:block;font-size:16px;margin-bottom:4px}
.phd-trust span{font-size:13px;color:var(--phd-muted)}

.phd-category-section,.phd-products,.phd-story,.phd-cta{max-width:1240px;margin:0 auto;padding-left:28px;padding-right:28px}
.phd-category-section,.phd-products,.phd-story{padding-bottom:108px}
.phd-heading{max-width:760px;margin-bottom:32px}
.phd-heading h2{font-size:clamp(40px,5vw,68px);line-height:1;margin:0 0 15px}
.phd-heading p{font-size:17px;line-height:1.6;color:var(--phd-muted);margin:0}
.phd-heading--row{max-width:none;display:flex;justify-content:space-between;align-items:end;gap:30px}
.phd-heading--row>div{max-width:760px}
.phd-text-link{font-weight:800;color:var(--phd-ink);text-decoration:none;border-bottom:1px solid #7ec8e3;padding-bottom:4px;white-space:nowrap}

.phd-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.phd-category-card{position:relative;min-height:420px;border-radius:28px;overflow:hidden;text-decoration:none;color:var(--phd-ink);display:flex;align-items:flex-end;padding:32px;isolation:isolate}
.phd-category-card--sage{background:var(--phd-sage)}
.phd-category-card--clay{background:var(--phd-clay)}
.phd-category-card img{position:absolute;right:0;top:0;width:58%;height:100%;object-fit:cover;opacity:.90;z-index:-1}
.phd-category-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.88),rgba(255,255,255,.18) 72%)}
.phd-category-card__copy span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:800}
.phd-category-card__copy h3{font-size:44px;margin:10px 0 8px}
.phd-category-card__copy p{margin:0;color:#5f737c}
.phd-arrow{position:absolute;top:24px;right:26px;font-size:28px}

.phd-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.phd-product-card{color:var(--phd-ink);text-decoration:none;background:var(--phd-paper);border:1px solid var(--phd-line);border-radius:22px;padding:10px;transition:transform .22s ease,box-shadow .22s ease}
.phd-product-card:hover{transform:translateY(-6px);box-shadow:var(--phd-shadow)}
.phd-product-card__media{position:relative;aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:#fff}
.phd-product-card__media img{width:100%;height:100%;object-fit:cover;display:block}
.phd-pill{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.94);border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.phd-product-card__body{padding:16px 7px 7px}
.phd-product-card h3{font-size:24px;line-height:1.08;margin:0 0 18px}
.phd-product-card__bottom{display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:14px}
.phd-product-card__bottom strong{font-size:16px}

.phd-story{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:start}
.phd-story__copy{padding:34px 0}
.phd-story__copy h2{font-size:clamp(40px,5vw,66px);line-height:1;margin:0 0 18px}
.phd-story__copy p{font-size:17px;line-height:1.65;color:var(--phd-muted);max-width:570px}
.phd-story__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.phd-story__cards>div{min-height:300px;border-radius:24px;background:#17262d;color:#fff;padding:24px;display:flex;flex-direction:column}
.phd-story__cards>div span{font-weight:800;color:#7ec8e3}
.phd-story__cards h3{font-size:28px;margin:auto 0 8px}
.phd-story__cards p{color:#d8e8ed;line-height:1.5;margin:0;font-size:14px}

.phd-cta{margin-bottom:78px;background:linear-gradient(135deg,#0b6f82 0%,#087f96 58%,#00a9c0 135%);color:#fff;border-radius:30px;padding:46px 48px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.phd-cta h2{font-size:clamp(36px,4vw,58px);line-height:1;margin:0;max-width:760px}
.phd-cta .phd-kicker{color:#dff7fb}

@media(max-width:990px){
  .phd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .phd-story{grid-template-columns:1fr}
  .phd-story__cards{grid-template-columns:repeat(3,1fr)}
  .phd-trust{margin-left:24px;margin-right:24px;grid-template-columns:repeat(2,1fr)}
  .phd-trust>div:nth-child(2){border-right:0}
  .phd-trust>div:nth-child(-n+2){border-bottom:1px solid var(--phd-line)}
}
@media(max-width:749px){
  .phd-hero{min-height:calc(100svh - 70px);background-position:58% center}
  .phd-hero__shade{background:linear-gradient(0deg,rgba(12,21,20,.84) 0%,rgba(12,21,20,.52) 44%,rgba(12,21,20,.15) 78%)}
  .phd-hero__content{padding:44px 18px 92px;align-self:flex-end}
  .phd-hero h1{font-size:48px;line-height:.96}
  .phd-hero__content>p{font-size:16px;max-width:92%}
  .phd-hero__commerce{gap:13px;margin-top:24px}
  .phd-hero__product-link{left:18px;right:18px;bottom:16px;max-width:none;padding:11px 13px;font-size:12px}
  .phd-trust{margin:22px 18px 72px;grid-template-columns:1fr 1fr}
  .phd-trust>div{padding:15px;border-bottom:1px solid var(--phd-line)}
  .phd-trust>div:nth-child(2n){border-right:0}
  .phd-category-section,.phd-products,.phd-story{padding-left:18px;padding-right:18px;padding-bottom:76px}
  .phd-category-grid{grid-template-columns:1fr}
  .phd-category-card{min-height:300px;padding:24px}
  .phd-category-card__copy h3{font-size:36px}
  .phd-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
  .phd-product-card{padding:7px;border-radius:17px}
  .phd-product-card__media{border-radius:13px}
  .phd-product-card__body{padding:12px 4px 5px}
  .phd-product-card h3{font-size:17px;margin-bottom:12px}
  .phd-product-card__bottom{align-items:flex-start;flex-direction:column;gap:4px;font-size:12px}
  .phd-product-card__bottom strong{font-size:14px}
  .phd-heading--row{display:block}
  .phd-heading--row .phd-text-link{display:inline-block;margin-top:16px}
  .phd-story__cards{grid-template-columns:1fr}
  .phd-story__cards>div{min-height:190px}
  .phd-cta{margin:0 18px 64px;padding:30px 24px;border-radius:24px;display:block}
  .phd-cta .phd-button{margin-top:24px}
}
@media(prefers-reduced-motion:reduce){
  .phd-product-card,.phd-button{transition:none!important}
}

.phd-story__brand-lockup{width:min(320px,70%);margin:0 0 26px}
.phd-story__brand-lockup img{display:block;width:100%;height:auto}
.phd-cta__brandmark{width:76px;min-width:76px;align-self:center}
.phd-cta__brandmark img{display:block;width:100%;height:auto;filter:drop-shadow(0 10px 24px rgba(0,0,0,.12))}
.phd-cta .phd-button--dark{background:#fff;color:#17262d;box-shadow:0 12px 28px rgba(0,0,0,.14)}
.phd-kicker{color:var(--phd-deep)}
.phd-hero .phd-kicker{color:#bfeff6}
@media(max-width:749px){
  .phd-story__brand-lockup{width:220px;margin-bottom:20px}
  .phd-cta__brandmark{width:58px;min-width:58px;margin-bottom:18px}
}
