.db-phase-home{
  --paper:#fbf5f1;
  --paper-2:#fffaf7;
  --white:#fff;
  --ink:#221515;
  --ink-2:#4f3e3b;
  --muted:#7b6762;
  --red:#cf2437;
  --red-2:#9d1527;
  --red-3:#ee5b6d;
  --rose:#f5d7d7;
  --line:#e9d7d1;
  --shadow:0 30px 90px rgba(70,30,28,.12);
  --header:88px;
  --ease:cubic-bezier(.2,.75,.2,1);
  --gutter:clamp(18px,4vw,64px);
}
.db-phase-home, .db-phase-home *{box-sizing:border-box}
.db-phase-home{scroll-behavior:smooth;background:var(--paper)}
.db-phase-home{
  margin:0;
  color:var(--ink);
  background:
    radial-gradient(circle at 85% 5%,rgba(207,36,55,.08),transparent 24%),
    radial-gradient(circle at 5% 42%,rgba(207,36,55,.05),transparent 22%),
    var(--paper);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow-x:hidden;
}
.db-phase-home{overflow:hidden}
.db-phase-home img,.db-phase-home video{display:block;max-width:100%}
.db-phase-home a{text-decoration:none;color:inherit}
.db-phase-home button{font:inherit}
.db-phase-home ::selection{background:rgba(207,36,55,.18)}
.db-phase-home .container{width:100%;padding-inline:var(--gutter)}
.db-phase-home .section{position:relative;padding:clamp(82px,10vw,154px) 0}
.db-phase-home .section.centered .section-head{text-align:center;width:70%;margin-inline:auto}
.db-phase-home .section-head{margin-bottom:clamp(36px,5vw,68px)}
.db-phase-home .eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.18em;font-size:.74rem;font-weight:800;color:var(--red);margin:0 0 18px}
.db-phase-home .eyebrow::before{content:"";width:26px;height:1px;background:currentColor}
.db-phase-home h1,.db-phase-home h2,.db-phase-home h3{font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:-.038em;margin:0;line-height:.96}
.db-phase-home h1{font-size:clamp(4rem,7vw,8.4rem);width:100%}
.db-phase-home h2{font-size:clamp(3rem,5.2vw,6.4rem)}
.db-phase-home h3{font-size:clamp(1.8rem,2.7vw,3.2rem)}
.db-phase-home p{margin:0;color:var(--muted);line-height:1.78}
.db-phase-home .lead{font-size:clamp(1.05rem,1.32vw,1.28rem)}
.db-phase-home .btn{
  --btn-bg:var(--ink);
  position:relative;display:inline-flex;align-items:center;justify-content:center;gap:14px;
  min-height:58px;padding:16px 24px 16px 28px;color:#fff;background:var(--btn-bg);
  border:0;border-radius:18px 4px 18px 18px;font-weight:800;font-size:.92rem;
  box-shadow:0 15px 35px rgba(52,27,25,.15);overflow:hidden;isolation:isolate;
  transition:transform .35s var(--ease),box-shadow .35s var(--ease),border-radius .35s var(--ease)
}
.db-phase-home .btn::before{content:"";position:absolute;inset:-2px;z-index:-1;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.24) 46%,transparent 66%);transform:translateX(-120%);transition:transform .7s var(--ease)}
.db-phase-home .btn:hover{transform:translateY(-4px);border-radius:4px 18px 18px 18px;box-shadow:0 22px 48px rgba(80,20,28,.2)}
.db-phase-home .btn:hover::before{transform:translateX(120%)}
.db-phase-home .btn.red{--btn-bg:linear-gradient(135deg,var(--red-2),var(--red-3))}
.db-phase-home .btn.light{background:rgba(255,255,255,.72);color:var(--ink);border:1px solid var(--line);box-shadow:none;backdrop-filter:blur(16px)}
.db-phase-home .btn-icon{width:34px;height:34px;border-radius:12px 3px 12px 12px;display:grid;place-items:center;background:rgba(255,255,255,.15);transition:transform .35s var(--ease),border-radius .35s var(--ease)}
.db-phase-home .btn:hover .btn-icon{transform:translate(3px,-2px) rotate(-8deg);border-radius:3px 12px 12px 12px}
.db-phase-home .hero{min-height:100svh;padding-top:calc(var(--header) + 34px);display:grid;align-items:center;position:relative}
.db-phase-home .hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(390px,.98fr);gap:clamp(36px,5vw,90px);align-items:center;padding-bottom:56px}
.db-phase-home .hero-copy{position:relative;z-index:3}
.db-phase-home .hero-title .line{display:block;overflow:hidden;padding-bottom:.07em}
.db-phase-home .hero-title .line>span{display:block;transform:translateY(115%) rotate(2deg);animation:heroLine .85s var(--ease) forwards}
.db-phase-home .hero-title .line:nth-child(2)>span{animation-delay:.1s}
.db-phase-home .hero-title .line:nth-child(3)>span{animation-delay:.2s}
.db-phase-home .hero-title strong{font-weight:400;color:var(--red);font-style:italic}
@keyframes heroLine{to{transform:none}}
.db-phase-home .hero-copy .lead{margin-top:26px;width:92%;opacity:0;transform:translateY(20px);animation:fadeUp .8s .35s var(--ease) forwards}
.db-phase-home .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px;opacity:0;transform:translateY(18px);animation:fadeUp .8s .5s var(--ease) forwards}
.db-phase-home .hero-note{display:flex;gap:18px;align-items:center;margin-top:30px;color:#8a736e;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.db-phase-home .hero-note i{width:7px;height:7px;background:var(--red);border-radius:50%;box-shadow:0 0 0 7px rgba(207,36,55,.09)}
@keyframes fadeUp{to{opacity:1;transform:none}}
.db-phase-home .hero-visual{height:min(78vh,760px);min-height:560px;position:relative;display:grid;place-items:center}
.db-phase-home .hero-visual::before{content:"";position:absolute;width:80%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.9),rgba(243,203,204,.35) 48%,rgba(207,36,55,.1) 72%,transparent 73%);filter:blur(.2px);box-shadow:inset 0 0 0 1px rgba(207,36,55,.13),0 50px 110px rgba(115,40,45,.15)}
.db-phase-home .hero-visual::after{content:"";position:absolute;width:92%;aspect-ratio:1;border-radius:50%;border:1px solid rgba(207,36,55,.14);transform:rotate(-10deg)}
.db-phase-home .hero-person{position:relative;z-index:2;width:min(95%,760px);filter:drop-shadow(0 32px 30px rgba(84,39,37,.12));will-change:transform}
.db-phase-home .orbit-dot{position:absolute;z-index:4;width:16px;height:16px;border-radius:50%;background:var(--red);box-shadow:0 0 0 12px rgba(207,36,55,.08)}
.db-phase-home .orbit-dot.one{top:13%;right:5%}
.db-phase-home .orbit-dot.two{bottom:12%;left:3%;width:10px;height:10px}
.db-phase-home .hero-side-label{position:absolute;right:0;top:50%;transform:translate(45%,-50%) rotate(90deg);text-transform:uppercase;font-size:.67rem;letter-spacing:.22em;color:#a78a84}
.db-phase-home .trust-strip{border-block:1px solid var(--line);background:rgba(255,255,255,.48);overflow:hidden}
.db-phase-home .trust-track{display:flex;width:max-content;animation:ticker 28s linear infinite}
.db-phase-home .trust-item{display:flex;align-items:center;gap:18px;padding:24px 34px;border-right:1px solid var(--line);white-space:nowrap}
.db-phase-home .trust-item b{font-family:"DM Serif Display",Georgia,serif;font-size:1.5rem;font-weight:400;color:var(--ink)}
.db-phase-home .trust-item span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}
@keyframes ticker{to{transform:translateX(-50%)}}
.db-phase-home .film-wrap{position:relative;border-radius:36px 7px 36px 36px;overflow:hidden;background:#1d1112;box-shadow:var(--shadow);aspect-ratio:16/9}
.db-phase-home .film-wrap video{width:100%;height:100%;object-fit:cover}
.db-phase-home .film-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 45%,rgba(24,11,13,.45))}
.db-phase-home .film-caption{position:absolute;left:28px;bottom:26px;color:#fff;display:flex;align-items:center;gap:12px;font-weight:700;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.db-phase-home .film-caption i{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.45);display:grid;place-items:center;font-style:normal}
.db-phase-home .film-section .section-head p{margin:22px auto 0;width:68%}
.db-phase-home .story-layout{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.3fr);gap:clamp(36px,6vw,90px);align-items:start}
.db-phase-home .story-sticky{position:sticky;top:120px;padding:34px;border:1px solid var(--line);border-radius:26px 7px 26px 26px;background:rgba(255,255,255,.68);backdrop-filter:blur(14px)}
.db-phase-home .story-sticky h2{font-size:clamp(2.7rem,4vw,4.9rem)}
.db-phase-home .story-steps{display:grid;gap:18px}
.db-phase-home .story-step{min-height:42vh;padding:clamp(26px,4vw,50px);display:grid;grid-template-columns:72px 1fr;gap:24px;align-content:center;border-radius:30px 7px 30px 30px;border:1px solid var(--line);background:var(--paper-2);transition:.45s var(--ease)}
.db-phase-home .story-step:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#dfbeb9}
.db-phase-home .story-step .num{font-family:"DM Serif Display",Georgia,serif;font-size:3.5rem;color:rgba(207,36,55,.25)}
.db-phase-home .story-step h3{margin-bottom:14px}
.db-phase-home .concerns-section{background:linear-gradient(180deg,#fffaf7,var(--paper));overflow:visible}
.db-phase-home .concerns-layout{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:clamp(34px,5vw,72px);align-items:start}
.db-phase-home .concern-rail{height:calc(100vh - 110px);position:sticky;top:96px;display:flex;align-items:center}
.db-phase-home .concern-stage{width:100%;height:min(72vh,690px);border:1px solid var(--line);border-radius:38px 8px 38px 38px;position:relative;overflow:hidden;background:radial-gradient(circle at 50% 35%,#fff 0,#fae8e6 48%,#f7d5d5 80%,#f4c7ca 100%);box-shadow:var(--shadow)}
.db-phase-home .concern-stage img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;padding:28px;opacity:0;transform:scale(.94) rotate(-2deg);transition:opacity .55s var(--ease),transform .65s var(--ease);filter:drop-shadow(0 25px 28px rgba(80,30,30,.12))}
.db-phase-home .concern-stage img.is-active{opacity:1;transform:none}
.db-phase-home .stage-meta{position:absolute;left:24px;right:24px;bottom:22px;z-index:4;padding:18px 20px;border-radius:18px 5px 18px 18px;background:rgba(255,255,255,.78);border:1px solid rgba(255,255,255,.7);backdrop-filter:blur(16px)}
.db-phase-home .stage-meta small{display:block;text-transform:uppercase;letter-spacing:.16em;color:var(--red);font-weight:800;margin-bottom:5px}
.db-phase-home .stage-meta strong{font-family:"DM Serif Display",Georgia,serif;font-size:1.55rem;font-weight:400}
.db-phase-home .concern-list{display:grid;gap:18px;padding-block:10vh}
.db-phase-home .concern-card{min-height:52vh;padding:clamp(28px,4vw,54px);border-radius:30px 7px 30px 30px;border:1px solid var(--line);background:rgba(255,255,255,.78);box-shadow:0 12px 35px rgba(66,35,32,.04);position:relative;overflow:hidden;transition:.45s var(--ease)}
.db-phase-home .concern-card::before{content:"";position:absolute;left:0;top:0;width:5px;height:0;background:linear-gradient(var(--red),var(--red-3));transition:height .5s var(--ease)}
.db-phase-home .concern-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.db-phase-home .concern-card:hover::before,.db-phase-home .concern-card.is-active::before{height:100%}
.db-phase-home .concern-card .top{display:flex;justify-content:space-between;align-items:flex-start;gap:22px}
.db-phase-home .concern-card .index{width:46px;height:46px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-weight:800;color:var(--red)}
.db-phase-home .concern-card h3{font-size:clamp(2.4rem,4vw,4.8rem);margin:40px 0 14px}
.db-phase-home .concern-card ul{display:flex;flex-wrap:wrap;gap:9px;list-style:none;padding:0;margin:24px 0 0}
.db-phase-home .concern-card li{font-size:.8rem;padding:9px 12px;background:#fff5f4;border:1px solid #efd9d6;border-radius:999px;color:#6e5651}
.db-phase-home .dark-section{background:#241516;color:#fff;overflow:hidden}
.db-phase-home .dark-section h2,.db-phase-home .dark-section h3{color:#fff}
.db-phase-home .dark-section p{color:rgba(255,255,255,.68)}
.db-phase-home .dark-section .eyebrow{color:#ff8897}
.db-phase-home .approach-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr);gap:clamp(36px,6vw,90px)}
.db-phase-home .device-sticky{position:sticky;top:115px;height:calc(100vh - 150px);display:grid;place-items:center}
.db-phase-home .device-orbit{position:relative;width:min(100%,610px);aspect-ratio:1;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;background:radial-gradient(circle,rgba(207,36,55,.18),transparent 66%)}
.db-phase-home .device-orbit::before,.db-phase-home .device-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08)}
.db-phase-home .device-orbit::before{inset:10%}
.db-phase-home .device-orbit::after{inset:20%}
.db-phase-home .device-orbit img{width:88%;position:relative;z-index:2;filter:drop-shadow(0 35px 35px rgba(0,0,0,.22))}
.db-phase-home .approach-cards{display:grid;gap:20px;padding-block:8vh}
.db-phase-home .approach-card{min-height:44vh;padding:clamp(28px,4vw,52px);border-radius:30px 7px 30px 30px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));border:1px solid rgba(255,255,255,.12);display:grid;align-content:center;transition:.4s var(--ease)}
.db-phase-home .approach-card:hover{transform:translateX(-8px);background:linear-gradient(145deg,rgba(207,36,55,.20),rgba(255,255,255,.03));border-color:rgba(255,118,133,.32)}
.db-phase-home .approach-card span{color:#ff8795;font-weight:800;letter-spacing:.13em;text-transform:uppercase;font-size:.72rem;margin-bottom:18px}
.db-phase-home .tanya-layout{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:clamp(38px,6vw,92px);align-items:start}
.db-phase-home .tanya-media{position:sticky;top:110px;border-radius:38px 8px 38px 38px;min-height:660px;overflow:hidden;background:linear-gradient(160deg,#f3d4d3,#f9e7e4);box-shadow:var(--shadow)}
.db-phase-home .tanya-media img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;filter:saturate(.92) contrast(1.02)}
.db-phase-home .tanya-badge{position:absolute;left:20px;bottom:20px;background:rgba(255,255,255,.84);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.75);padding:18px;border-radius:18px 5px 18px 18px}
.db-phase-home .tanya-badge strong{display:block;font-family:"DM Serif Display",serif;font-size:1.45rem;font-weight:400}
.db-phase-home .tanya-copy{padding-block:5vh}
.db-phase-home .tanya-copy h2{margin-bottom:24px}
.db-phase-home .tanya-copy .big-quote{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2.2rem,3.6vw,4.2rem);line-height:1.08;color:var(--ink);margin:54px 0;padding-left:28px;border-left:4px solid var(--red)}
.db-phase-home .tanya-copy p+p{margin-top:18px}
.db-phase-home .experience-stage{position:relative}
.db-phase-home .experience-grid{display:flex;flex-wrap:wrap;gap:18px}
.db-phase-home .experience-card{flex:1 1 290px;min-height:390px;padding:32px;border:1px solid var(--line);border-radius:28px 7px 28px 28px;background:#fff;position:relative;overflow:hidden;transform-style:preserve-3d;transition:transform .18s ease,box-shadow .35s var(--ease),border-color .35s var(--ease)}
.db-phase-home .experience-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-70px;background:radial-gradient(circle,rgba(207,36,55,.18),transparent 70%);transition:transform .45s var(--ease)}
.db-phase-home .experience-card:hover{box-shadow:var(--shadow);border-color:#dfbbb7}
.db-phase-home .experience-card:hover::after{transform:scale(1.6)}
.db-phase-home .experience-card .glyph{width:54px;height:54px;border-radius:18px 5px 18px 18px;background:#fff0ef;color:var(--red);display:grid;place-items:center;font-weight:900;font-size:1.25rem;margin-bottom:64px}
.db-phase-home .experience-card h3{font-size:2.25rem;margin-bottom:16px}
.db-phase-home .review-wrap{border:1px solid var(--line);background:#fff;border-radius:36px 8px 36px 36px;padding:clamp(28px,5vw,70px);box-shadow:0 30px 80px rgba(65,31,30,.07)}
.db-phase-home .review-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:20px;overflow:hidden;margin-top:36px}
.db-phase-home .review-stat{background:#fff;padding:26px;text-align:center}
.db-phase-home .review-stat strong{display:block;font-family:"DM Serif Display",serif;font-size:clamp(2.2rem,4vw,4rem);font-weight:400;color:var(--red)}
.db-phase-home .review-stat span{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.db-phase-home .review-principles{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.db-phase-home .review-principle{flex:1 1 220px;padding:20px;border-radius:18px 5px 18px 18px;background:#fff7f5;border:1px solid #f0ded9}
.db-phase-home .guidance{overflow:hidden}
.db-phase-home .guidance-card{padding:clamp(38px,6vw,82px);border-radius:42px 8px 42px 42px;background:linear-gradient(135deg,#2a1718,#541f26);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;position:relative;overflow:hidden;box-shadow:0 35px 95px rgba(54,19,23,.22)}
.db-phase-home .guidance-card::before{content:"";position:absolute;width:480px;height:480px;border-radius:50%;right:-80px;top:-120px;background:radial-gradient(circle,rgba(239,91,109,.28),transparent 68%)}
.db-phase-home .guidance-card h2{color:#fff}
.db-phase-home .guidance-card p{color:rgba(255,255,255,.7);margin-top:20px}
.db-phase-home .guidance-actions{display:flex;justify-content:flex-end;position:relative;z-index:2}
.db-phase-home .final-cta{text-align:center;padding:clamp(100px,13vw,190px) var(--gutter);position:relative;overflow:hidden}
.db-phase-home .final-cta::before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(207,36,55,.14),transparent 67%);left:50%;top:50%;transform:translate(-50%,-50%);z-index:0}
.db-phase-home .final-cta>*{position:relative;z-index:1}
.db-phase-home .final-cta h2{width:70%;margin-inline:auto}
.db-phase-home .final-cta p{width:62%;margin:24px auto 0;font-size:1.08rem}
.db-phase-home .final-cta .hero-actions{justify-content:center;opacity:1;transform:none;animation:none}
.db-phase-home .reveal{opacity:0;transform:translateY(34px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.db-phase-home .reveal.in{opacity:1;transform:none}
.db-phase-home .reveal-left{opacity:0;transform:translateX(-38px);transition:opacity .8s var(--ease),transform .8s var(--ease)}
.db-phase-home .reveal-left.in{opacity:1;transform:none}
@media (max-width:1180px){.db-phase-home .hero-grid{grid-template-columns:1fr .9fr}
.db-phase-home h1{font-size:clamp(3.8rem,7.8vw,6.8rem)}
.db-phase-home .story-layout,.db-phase-home .concerns-layout,.db-phase-home .approach-layout,.db-phase-home .tanya-layout{grid-template-columns:1fr}
.db-phase-home .story-sticky,.db-phase-home .concern-rail,.db-phase-home .device-sticky,.db-phase-home .tanya-media{position:relative;top:auto;height:auto}
.db-phase-home .concern-rail{height:auto}
.db-phase-home .concern-stage{height:620px}
.db-phase-home .concern-list{padding-block:30px}
.db-phase-home .device-sticky{min-height:620px}
.db-phase-home .tanya-media{min-height:720px}}
@media (max-width:820px){.db-phase-home{--header:76px;--gutter:22px}
.db-phase-home .section{padding:78px 0}
.db-phase-home .section.centered .section-head,.db-phase-home .film-section .section-head p,.db-phase-home .final-cta h2,.db-phase-home .final-cta p{width:100%}
.db-phase-home .hero{min-height:auto;padding-top:calc(var(--header) + 50px)}
.db-phase-home .hero-grid{grid-template-columns:1fr}
.db-phase-home .hero-copy .lead{width:100%}
.db-phase-home .hero-visual{min-height:460px;height:58vh}
.db-phase-home .hero-side-label{display:none}
.db-phase-home .trust-item{padding:20px 24px}
.db-phase-home .story-step{min-height:auto;grid-template-columns:1fr;padding:30px}
.db-phase-home .story-step .num{font-size:2.6rem}
.db-phase-home .concern-stage{height:500px}
.db-phase-home .concern-card{min-height:auto}
.db-phase-home .approach-card{min-height:auto}
.db-phase-home .device-sticky{min-height:500px}
.db-phase-home .tanya-media{min-height:600px}
.db-phase-home .guidance-card{grid-template-columns:1fr}
.db-phase-home .guidance-actions{justify-content:flex-start}
.db-phase-home .review-stats{grid-template-columns:1fr}}
@media (max-width:560px){.db-phase-home h1{font-size:clamp(3.2rem,15vw,5rem)}
.db-phase-home h2{font-size:clamp(2.7rem,12vw,4.4rem)}
.db-phase-home .hero-actions{display:grid}
.db-phase-home .hero-actions .btn{width:100%}
.db-phase-home .hero-note{font-size:.67rem}
.db-phase-home .hero-visual{min-height:400px;height:50vh}
.db-phase-home .film-wrap{border-radius:24px 6px 24px 24px}
.db-phase-home .concern-stage{height:410px;border-radius:28px 7px 28px 28px}
.db-phase-home .concern-stage img{padding:16px}
.db-phase-home .concern-card{padding:26px}
.db-phase-home .concern-card h3{font-size:2.7rem}
.db-phase-home .tanya-media{min-height:500px}
.db-phase-home .review-wrap{border-radius:26px 7px 26px 26px}
.db-phase-home .guidance-card{border-radius:28px 7px 28px 28px}}
@media (prefers-reduced-motion:reduce){.db-phase-home, .db-phase-home *,.db-phase-home *::before,.db-phase-home *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
.db-phase-home .reveal,.db-phase-home .reveal-left{opacity:1;transform:none}}
.db-phase-home{
  --header:78px;
  --gutter:clamp(24px,4.2vw,76px);
  --content-max:1480px;
}
.db-phase-home .container{width:min(100%,var(--content-max));margin-inline:auto;padding-inline:var(--gutter)}
.db-phase-home .section{padding:clamp(72px,7vw,112px) 0}
.db-phase-home .section-head{margin-bottom:clamp(30px,4vw,50px)}
.db-phase-home .section.centered .section-head{width:70%}
.db-phase-home .eyebrow{font-size:clamp(.66rem,.7vw,.73rem);margin-bottom:14px}
.db-phase-home h1{font-size:clamp(3.2rem,5.2vw,6.1rem);line-height:.98}
.db-phase-home h2{font-size:clamp(2.35rem,3.7vw,4.45rem);line-height:1}
.db-phase-home h3{font-size:clamp(1.5rem,1.9vw,2.25rem);line-height:1.04}
.db-phase-home p{font-size:clamp(.91rem,.92vw,1rem);line-height:1.7}
.db-phase-home .lead{font-size:clamp(.98rem,1.02vw,1.1rem);line-height:1.72}
.db-phase-home .section-support{margin-top:16px;color:var(--muted);line-height:1.72}
.db-phase-home .btn{min-height:50px;padding:13px 19px 13px 22px;font-size:.84rem}
.db-phase-home .btn-icon{width:30px;height:30px}
.db-phase-home .hero{min-height:clamp(660px,86svh,820px);padding-top:calc(var(--header) + 24px)}
.db-phase-home .hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:clamp(30px,4vw,66px);padding-bottom:38px}
.db-phase-home .hero-supporting-copy{display:grid;gap:11px;margin-top:22px;width:94%}
.db-phase-home .hero-supporting-copy .lead{margin-top:0!important;width:100%!important}
.db-phase-home .hero-supporting-copy p:not(.lead){color:var(--muted)}
.db-phase-home .hero-actions{margin-top:24px}
.db-phase-home .hero-note{margin-top:22px;font-size:.7rem;gap:12px}
.db-phase-home .hero-visual{height:min(64vh,590px);min-height:440px}
.db-phase-home .hero-person{width:min(88%,590px)}
.db-phase-home .hero-side-label{font-size:.61rem}
.db-phase-home .trust-item{padding:18px 28px}
.db-phase-home .trust-item b{font-size:1.28rem}
.db-phase-home .trust-item span{font-size:.7rem}
.db-phase-home .film-section .section-head p{width:70%}
.db-phase-home .film-wrap{width:min(100%,1160px);margin-inline:auto;border-radius:30px 7px 30px 30px}
.db-phase-home .film-caption{left:22px;bottom:20px;font-size:.72rem}
.db-phase-home .concerns-layout{grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);gap:clamp(30px,4vw,58px)}
.db-phase-home .concern-rail{height:calc(100vh - 92px);top:82px}
.db-phase-home .concern-stage{height:min(62vh,560px);border-radius:30px 7px 30px 30px}
.db-phase-home .concern-stage img{padding:22px}
.db-phase-home .stage-meta{left:18px;right:18px;bottom:16px;padding:14px 16px}
.db-phase-home .stage-meta strong{font-size:1.38rem}
.db-phase-home .concern-list{gap:16px;padding-block:6vh}
.db-phase-home .concern-card{min-height:clamp(360px,42vh,470px);padding:clamp(24px,3vw,40px);border-radius:26px 7px 26px 26px}
.db-phase-home .concern-card h3{font-size:clamp(2rem,3vw,3.45rem);margin:28px 0 10px}
.db-phase-home .concern-subhead{font-weight:700;color:var(--ink-2);margin-bottom:10px;font-size:.9rem}
.db-phase-home .concern-card ul{margin-top:18px;gap:7px}
.db-phase-home .concern-card li{font-size:.73rem;padding:7px 10px}
.db-phase-home .approach-layout{grid-template-columns:minmax(300px,.8fr) minmax(0,1.2fr);gap:clamp(30px,4vw,64px)}
.db-phase-home .device-sticky{top:92px;height:calc(100vh - 120px)}
.db-phase-home .device-orbit{width:min(86%,510px)}
.db-phase-home .device-orbit img{width:82%}
.db-phase-home .approach-cards{gap:16px;padding-block:5vh}
.db-phase-home .approach-intro{padding-bottom:12px}
.db-phase-home .approach-intro h2{max-width:none}
.db-phase-home .approach-card{min-height:clamp(300px,36vh,410px);padding:clamp(24px,3vw,40px)}
.db-phase-home .approach-card span{font-size:.67rem;margin-bottom:14px}
.db-phase-home .tanya-layout{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(34px,5vw,76px)}
.db-phase-home .tanya-media{top:92px;min-height:540px;max-height:680px}
.db-phase-home .tanya-copy{padding-block:3vh}
.db-phase-home .tanya-copy h2{margin-bottom:20px}
.db-phase-home .tanya-copy .big-quote{font-size:clamp(1.8rem,2.8vw,3.35rem);margin:40px 0;padding-left:22px}
.db-phase-home .experience-grid{gap:16px}
.db-phase-home .experience-card{min-height:320px;padding:26px}
.db-phase-home .experience-card .glyph{width:48px;height:48px;margin-bottom:46px}
.db-phase-home .experience-card h3{font-size:clamp(1.7rem,2vw,2.15rem)}
.db-phase-home .experience-cta,.db-phase-home .reviews-cta{display:flex;justify-content:center;margin-top:28px}
.db-phase-home .review-wrap{padding:clamp(26px,4vw,54px);border-radius:30px 7px 30px 30px}
.db-phase-home .review-stat{padding:20px}
.db-phase-home .review-stat strong{font-size:clamp(2rem,3vw,3.3rem)}
.db-phase-home .review-principles{margin-top:22px}
.db-phase-home .review-principle{padding:17px}
.db-phase-home .guidance-card{padding:clamp(32px,5vw,62px);border-radius:34px 8px 34px 34px;gap:32px}
.db-phase-home .guidance-card p{margin-top:16px}
.db-phase-home .guidance-actions .btn{margin-top:18px}
.db-phase-home .final-cta{padding:clamp(80px,9vw,125px) var(--gutter)}
.db-phase-home .final-cta h2{width:70%}
.db-phase-home .final-cta p{width:62%;margin:22px auto 0;font-size:clamp(.96rem,1vw,1.05rem)}
.db-phase-home .hero-supporting-copy{gap:14px;max-width:780px}
.db-phase-home .emotional-context{
  width:min(88%,920px);
  margin:28px auto 0;
  padding:24px 28px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:24px;
  text-align:left;
  border:1px solid var(--line);
  border-radius:22px 6px 22px 22px;
  background:rgba(255,255,255,.58);
}
.db-phase-home .emotional-context p{font-size:clamp(.88rem,.9vw,.98rem);line-height:1.7}
.db-phase-home .concerns-layout,.db-phase-home .approach-layout{align-items:start}
.db-phase-home .concern-rail,.db-phase-home .device-sticky{
  align-self:start;
  position:sticky;
  top:82px;
  height:calc(100vh - 104px);
}
.db-phase-home .concern-rail{display:flex;align-items:center}
.db-phase-home .device-sticky{display:grid;place-items:center}
.db-phase-home .concern-stage{max-height:620px}
.db-phase-home .device-orbit{max-height:560px}
.db-phase-home .dark-section{overflow:visible}
.db-phase-home .concerns-section{padding-bottom:clamp(64px,7vw,110px)}
.db-phase-home .dark-section{padding-top:clamp(72px,7vw,112px);padding-bottom:clamp(72px,7vw,112px)}
@media (min-width:901px){.db-phase-home .concerns-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)}
.db-phase-home .approach-layout{grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)}
.db-phase-home .concern-stage{height:min(61vh,560px)}
.db-phase-home .device-orbit{width:min(84%,500px)}}
@media (max-width:1320px){.db-phase-home .hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.82fr)}}
@media (max-width:1080px){.db-phase-home .hero-grid{grid-template-columns:1fr}
.db-phase-home .hero-copy{text-align:center}
.db-phase-home .hero-supporting-copy{width:100%;max-width:820px;margin:20px auto 0}
.db-phase-home .hero-actions,.db-phase-home .hero-note{justify-content:center}
.db-phase-home .hero-visual{min-height:410px;height:48vh}
.db-phase-home .hero-person{width:min(78%,560px)}
.db-phase-home .tanya-layout{grid-template-columns:1fr}
.db-phase-home .tanya-media{position:relative;top:auto;height:auto;min-height:520px}}
@media (max-width:900px){.db-phase-home .concerns-layout,.db-phase-home .approach-layout{grid-template-columns:1fr}
.db-phase-home .concern-rail,.db-phase-home .device-sticky{position:relative;top:auto;height:auto;align-self:stretch}
.db-phase-home .concern-stage{height:min(58vh,520px);max-height:none}
.db-phase-home .device-sticky{min-height:430px}
.db-phase-home .device-orbit{width:min(82%,470px);max-height:none}
.db-phase-home .emotional-context{grid-template-columns:1fr;width:100%}}
@media (max-width:820px){.db-phase-home{--header:72px;--gutter:20px}
.db-phase-home .section{padding:68px 0}
.db-phase-home h1{font-size:clamp(2.9rem,12vw,4.8rem)}
.db-phase-home h2{font-size:clamp(2.35rem,9vw,3.75rem)}
.db-phase-home .section.centered .section-head,.db-phase-home .film-section .section-head p,.db-phase-home .final-cta h2,.db-phase-home .final-cta p{width:100%}
.db-phase-home .hero{min-height:auto;padding-top:calc(var(--header) + 38px)}
.db-phase-home .hero-note{flex-wrap:wrap}
.db-phase-home .hero-visual{min-height:360px;height:46vh}
.db-phase-home .concern-stage{height:430px}
.db-phase-home .concern-card{min-height:auto}
.db-phase-home .approach-card{min-height:auto}
.db-phase-home .device-sticky{min-height:430px}
.db-phase-home .tanya-media{min-height:500px}
.db-phase-home .guidance-card{grid-template-columns:1fr}
.db-phase-home .guidance-actions{justify-content:flex-start}}
.db-phase-home .emotional-section{
  background:
    radial-gradient(circle at 72% 18%,rgba(207,36,55,.055),transparent 28%),
    linear-gradient(180deg,#fffaf7 0%,var(--paper) 100%);
}
.db-phase-home .emotional-section-head{
  width:70%;
  margin:0 auto clamp(42px,5vw,68px);
  text-align:center;
}
.db-phase-home .emotional-section-head .eyebrow{justify-content:center}
.db-phase-home .emotional-section-head h2{width:100%;margin-inline:auto}
.db-phase-home .emotional-split{
  display:grid;
  grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);
  gap:clamp(38px,5vw,76px);
  align-items:start;
}
.db-phase-home .emotional-media-rail{
  position:sticky;
  top:92px;
  height:calc(100vh - 122px);
  display:flex;
  align-items:center;
}
.db-phase-home .emotional-media-sticky{
  position:relative;
  width:100%;
  height:min(72vh,650px);
  min-height:470px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:34px 8px 34px 34px;
  background:#f4d9d8;
  box-shadow:var(--shadow);
}
.db-phase-home .emotional-media-sticky img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 44%;
  transform:none !important;
}
.db-phase-home .emotional-media-sticky::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 50%,rgba(35,16,18,.38) 100%);
}
.db-phase-home .emotional-media-caption{
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:20px;
  padding:18px 20px;
  border:1px solid rgba(255,255,255,.66);
  border-radius:18px 5px 18px 18px;
  background:rgba(255,255,255,.80);
  backdrop-filter:blur(14px);
}
.db-phase-home .emotional-media-caption small{
  display:block;
  margin-bottom:6px;
  color:var(--red);
  font-size:.67rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.db-phase-home .emotional-media-caption strong{
  display:block;
  color:var(--ink);
  font-family:"DM Serif Display",Georgia,serif;
  font-size:clamp(1.3rem,1.7vw,1.75rem);
  font-weight:400;
  line-height:1.1;
}
.db-phase-home .emotional-copy{
  display:grid;
  gap:0;
  padding:clamp(20px,5vh,52px) 0 clamp(60px,10vh,110px);
}
.db-phase-home .emotional-paragraph{
  margin:0;
  padding:clamp(25px,3vw,38px) 0;
  color:var(--muted);
  font-size:clamp(1rem,1.16vw,1.16rem);
  line-height:1.78;
  border-bottom:1px solid var(--line);
}
.db-phase-home .emotional-paragraph:first-child{padding-top:0}
.db-phase-home .emotional-paragraph:last-child{border-bottom:0;padding-bottom:0}
.db-phase-home .concerns-section-head,.db-phase-home .approach-section-head,.db-phase-home .reviews-section-head{
  width:70% !important;
  margin-inline:auto;
  text-align:center;
}
.db-phase-home .concerns-section-head .eyebrow,.db-phase-home .approach-section-head .eyebrow,.db-phase-home .reviews-section-head .eyebrow{
  justify-content:center;
}
.db-phase-home .concerns-section-head .lead,.db-phase-home .reviews-section-head .lead,.db-phase-home .reviews-section-head .section-support{
  width:70% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.db-phase-home .approach-section-head{
  margin-bottom:clamp(34px,4vw,56px);
}
.db-phase-home .approach-section-head h2{
  color:#fff;
  width:100%;
}
.db-phase-home .approach-layout{align-items:start}
.db-phase-home .approach-cards{padding-top:0}
.db-phase-home .reviews-section-head h2{
  width:70% !important;
  margin-inline:auto;
}
.db-phase-home .review-wrap .reviews-section-head p{
  margin-inline:auto;
}
.db-phase-home .guidance-card-centered{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
}
.db-phase-home .guidance-copy-centered{
  text-align:center;
}
.db-phase-home .guidance-copy-centered .eyebrow{justify-content:center}
.db-phase-home .guidance-copy-centered h2{
  width:100%;
  margin-inline:auto;
}
.db-phase-home .guidance-copy-centered .lead,.db-phase-home .guidance-copy-centered .section-support{
  width:82%;
  margin-left:auto;
  margin-right:auto;
}
.db-phase-home .guidance-card-centered .guidance-actions{
  align-self:center;
}
.db-phase-home .final-cta .eyebrow{justify-content:center}
.db-phase-home .final-cta h2,.db-phase-home .final-cta p{
  margin-left:auto;
  margin-right:auto;
}
@media (max-width:1180px){.db-phase-home .emotional-split{grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr);gap:34px}
.db-phase-home .emotional-media-rail{top:84px;height:calc(100vh - 104px)}
.db-phase-home .emotional-media-sticky{height:min(66vh,580px);min-height:430px}
.db-phase-home .concerns-section-head,.db-phase-home .approach-section-head,.db-phase-home .reviews-section-head,.db-phase-home .emotional-section-head{width:82% !important}
.db-phase-home .reviews-section-head h2,.db-phase-home .concerns-section-head .lead,.db-phase-home .reviews-section-head .lead,.db-phase-home .reviews-section-head .section-support{width:82% !important}}
@media (max-width:900px){.db-phase-home .emotional-section-head,.db-phase-home .concerns-section-head,.db-phase-home .approach-section-head,.db-phase-home .reviews-section-head{width:100% !important}
.db-phase-home .emotional-split{grid-template-columns:1fr}
.db-phase-home .emotional-media-rail{position:relative;top:auto;height:auto}
.db-phase-home .emotional-media-sticky{height:520px;min-height:0}
.db-phase-home .emotional-copy{padding:24px 0 0}
.db-phase-home .reviews-section-head h2,.db-phase-home .concerns-section-head .lead,.db-phase-home .reviews-section-head .lead,.db-phase-home .reviews-section-head .section-support{width:100% !important}
.db-phase-home .guidance-card-centered{grid-template-columns:1fr}
.db-phase-home .guidance-copy-centered .lead,.db-phase-home .guidance-copy-centered .section-support{width:100%}
.db-phase-home .guidance-card-centered .guidance-actions{justify-content:center}}
@media (max-width:560px){.db-phase-home .emotional-media-sticky{height:410px;border-radius:26px 7px 26px 26px}
.db-phase-home .emotional-media-caption{left:14px;right:14px;bottom:14px;padding:15px}
.db-phase-home .emotional-paragraph{font-size:.95rem;line-height:1.72;padding:22px 0}}

/* WordPress theme integration */
body.home .dbs-main,
body.page-template-template-home .dbs-main{overflow:visible!important;padding-top:116px!important}
.db-phase-home{--header:0px}
.db-phase-home .hero{min-height:calc(100svh - 116px);padding-top:30px}
.db-phase-home .container{max-width:1500px;margin-inline:auto}
.db-phase-home .hero-title{font-size:clamp(3.1rem,5vw,5.9rem)!important}
.db-phase-home .section-head h2{font-size:clamp(2.35rem,3.55vw,4.25rem)!important}
.db-phase-home .hero-supporting-copy{max-width:760px}
.db-phase-home .hero-supporting-copy p{font-size:clamp(.92rem,.96vw,1rem)!important}
.db-phase-home .hero-visual{height:min(66vh,650px)!important;min-height:440px!important}
.db-phase-home .emotional-media-sticky{height:min(64vh,580px)!important}
.db-phase-home .concern-stage{height:min(64vh,590px)!important}
.db-phase-home .device-sticky{height:calc(100vh - 150px)!important}
.db-phase-home .device-orbit{width:min(88%,520px)!important}
.db-phase-home .tanya-media{min-height:600px!important}
.db-phase-home .section{padding:clamp(68px,7.5vw,112px) 0!important}
.db-phase-home .concern-card{min-height:46vh!important;padding:clamp(25px,3vw,42px)!important}
.db-phase-home .approach-card{min-height:38vh!important;padding:clamp(26px,3vw,42px)!important}
.db-phase-home .experience-card{min-height:290px!important}

@media(max-width:1180px) and (min-width:921px){
  .db-phase-home .container{padding-inline:clamp(24px,3vw,42px)!important}
  .db-phase-home .hero-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.8fr)!important;gap:34px!important}
  .db-phase-home .hero-title{font-size:clamp(2.9rem,4.7vw,4.7rem)!important}
  .db-phase-home .hero-visual{min-height:400px!important;height:min(58vh,540px)!important}
  .db-phase-home .concerns-layout,.db-phase-home .approach-layout,.db-phase-home .tanya-layout{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr)!important}
  .db-phase-home .concern-stage{height:min(58vh,520px)!important}
  .db-phase-home .tanya-media{min-height:540px!important}
}
@media(max-width:920px){
  body.home .dbs-main,body.page-template-template-home .dbs-main{padding-top:76px!important}
  .db-phase-home .hero{min-height:auto!important;padding-top:42px!important}
}
/* Sticky rails require an unclipped page wrapper. */
.db-phase-home{overflow:visible!important}

/* v4.2.3 — desktop sticky-media correction.
   The left visual remains inside its own column and stays fixed while the right content scrolls. */
@media (min-width:901px){
  .db-phase-home .emotional-split,
  .db-phase-home .concerns-layout,
  .db-phase-home .approach-layout{align-items:start!important;overflow:visible!important}

  .db-phase-home .emotional-media-rail,
  .db-phase-home .concern-rail,
  .db-phase-home .device-sticky{
    position:sticky!important;
    top:132px!important;
    align-self:start!important;
    height:calc(100vh - 156px)!important;
    min-height:0!important;
    overflow:visible!important;
  }
  body.admin-bar .db-phase-home .emotional-media-rail,
  body.admin-bar .db-phase-home .concern-rail,
  body.admin-bar .db-phase-home .device-sticky{top:164px!important;height:calc(100vh - 188px)!important}

  .db-phase-home .emotional-media-sticky{
    width:100%!important;
    height:min(64vh,580px)!important;
    max-height:calc(100vh - 190px)!important;
    overflow:hidden!important;
  }
  .db-phase-home .concern-stage{
    width:100%!important;
    height:min(60vh,560px)!important;
    max-height:calc(100vh - 190px)!important;
    overflow:hidden!important;
  }
  .db-phase-home .device-sticky{display:grid!important;place-items:center!important}
  .db-phase-home .device-orbit{
    width:min(80%,470px)!important;
    height:min(60vh,470px)!important;
    max-width:470px!important;
    max-height:calc(100vh - 205px)!important;
    aspect-ratio:1/1!important;
    overflow:hidden!important;
  }
  .db-phase-home .device-orbit img{
    width:auto!important;
    height:auto!important;
    max-width:78%!important;
    max-height:78%!important;
    object-fit:contain!important;
    object-position:center!important;
    transform:none!important;
  }
  .db-phase-home .dark-section{overflow:visible!important}
}
