@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Corinthia&display=swap";*{margin:0;padding:0;box-sizing:border-box}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 60px;height:60px;background:#1a1a1af7;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.06)}.nav__logo{font-family:Playfair Display,serif;font-size:20px;font-weight:900;color:var(--pink);letter-spacing:-1px;-webkit-user-select:none;user-select:none}.nav__items{display:flex;align-items:center;gap:0}.nav__item{font-family:Playfair Display,serif;font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#f5f0e8b3;padding:8px 20px;cursor:pointer;border:none;background:transparent;transition:color .2s ease;white-space:nowrap;position:relative}.nav__item:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:var(--pink);transform:scaleX(0);transition:transform .2s ease;transform-origin:left}.nav__item:hover{color:#fff}.nav__item:hover:after{transform:scaleX(1)}.nav__item--active{color:#fff}.nav__item--active:after{transform:scaleX(1)}.nav__dot{display:none}@media(max-width:768px){.nav{padding:0 24px}.nav__item{padding:8px 12px;font-size:15px}}@media(max-width:600px){.nav{padding:10px 16px;height:auto;flex-wrap:wrap;gap:8px}.nav__items{flex-wrap:wrap;gap:0;justify-content:center;width:100%}.nav__item{font-size:11px;padding:6px 8px;letter-spacing:.04em}}:root{--pink: #c22d77;--cream: #ffffff;--warm-tan: #f0f0f0;--dark: #111111}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Playfair Display,serif;background:#fff;overflow-x:hidden}.section-label{font-family:Playfair Display,serif;font-size:16px;letter-spacing:1px;text-transform:uppercase;color:#333}.body-text{font-family:Playfair Display,serif;font-size:17px;line-height:1.9;color:#333}.handwriting{font-family:Playfair Display,serif;font-style:italic;font-size:clamp(14px,2.5vw,22px);color:var(--dark)}.skill-tag{display:inline-block;border:1.5px solid var(--dark);padding:6px 14px;font-family:Playfair Display,serif;font-size:15px;letter-spacing:.5px;text-transform:uppercase;margin:4px;transition:all .2s;cursor:default;color:var(--dark)}.skill-tag{display:inline-block;border:1.5px solid var(--dark);padding:6px 14px;font-family:Playfair Display,serif;font-size:15px;letter-spacing:.5px;text-transform:uppercase;margin:4px;transition:all .2s;cursor:default;color:var(--dark);border-radius:4px}.skill-tag:hover{background:var(--pink);border-color:var(--pink);color:#fff}.tool-chip{display:inline-block;background:#c22d771f;border:1px solid rgba(194,45,119,.3);color:var(--pink);font-family:Playfair Display,serif;font-size:15px;letter-spacing:1px;padding:3px 8px;margin:2px;border-radius:4px}.grain-overlay{position:fixed;inset:0;pointer-events:none;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");z-index:9999}.page-loader{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--pink);z-index:99999;transition:width .35s ease,opacity .3s ease .1s;opacity:1}.page-loader.loading{width:75%;opacity:1}.page-loader.done{width:100%;opacity:0}.project-card__cta{display:inline-block;font-family:Playfair Display,serif;font-size:15px;letter-spacing:.5px;color:#fff;text-transform:uppercase;background:var(--pink);padding:10px 18px;border-radius:2px;transition:background .2s ease,transform .15s ease}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:120px 60px 60px;position:relative;background:#fff}.hero__inner{max-width:1100px;margin:0 auto;width:100%}.hero__topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px}.hero__title{font-family:Playfair Display,serif;font-size:clamp(60px,13.5vw,175px);font-weight:900;color:var(--pink);line-height:.85;letter-spacing:-4px;text-transform:uppercase;opacity:0;transform:translateY(60px);transition:all 1s cubic-bezier(.16,1,.3,1)}.hero__title.visible{opacity:1;transform:translateY(0)}.hero__title--delayed{transition-delay:.2s;text-align:left;position:relative;z-index:3;background:transparent}.hero__title--script{font-family:Corinthia,cursive;font-weight:400;text-transform:none;letter-spacing:2px;font-size:clamp(100px,21vw,400px);line-height:.8;margin-left:15%}.hero__photo-wrapper{position:absolute;top:74%;left:65.5%;transform:translate(-50%,-60%);width:clamp(120px,20vw,220px);height:clamp(260px,100vw,500px);z-index:3;border-radius:2px;overflow:hidden;background:transparent}.hero__photo{width:100%;height:100%;object-fit:cover;object-position:center 0%;display:block}.hero__scroll-hint{position:absolute;bottom:10px;left:50%;transform:translate(-50%);text-align:center;pointer-events:none;z-index:5}.hero__scroll-line{width:1px;height:40px;background:var(--pink);margin:10px auto 0}@media(max-width:768px){.hero{padding:100px 24px 60px}.hero__photo-wrapper{position:relative;top:auto;left:auto;transform:none;width:clamp(100px,40vw,160px);height:clamp(180px,60vw,280px);margin:24px auto 0}}@media(max-width:480px){.hero{padding:90px 16px 48px;align-items:center;text-align:center}.hero__topbar{flex-direction:column;align-items:center;gap:12px;margin-bottom:32px}}.about{background:#f5f5f5;padding:100px 60px}.about__inner{max-width:1100px;margin:0 auto}.about__grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about__heading{font-family:Playfair Display,serif;font-size:clamp(36px,6vw,64px);font-weight:900;color:var(--dark);line-height:1.05;margin-bottom:24px}.about__heading span{color:var(--pink);font-style:italic}.about__love-item{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.about__love-bullet{color:var(--pink);font-family:Playfair Display,serif;font-size:17px;margin-top:3px;flex-shrink:0}.about__media{display:flex;flex-direction:column;gap:16px}.about__photo-frame{background:#fff;padding:16px 16px 80px;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a;transform:rotate(-2deg);transition:transform .3s ease,box-shadow .3s ease;position:relative;border-radius:2px}.about__photo-frame:hover{transform:rotate(0);box-shadow:0 16px 48px #00000038,0 4px 12px #0000001f}.about__photo-frame:after{content:"Piper ✦";position:absolute;bottom:14px;left:0;right:0;text-align:center;font-family:Playfair Display,serif;font-style:italic;font-size:16px;color:#888}.about__photo{width:100%;height:320px;object-fit:cover;object-position:center 35%;display:block}.about__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.about__stat{padding:20px 12px;text-align:center;border:1px solid #e0e0e0;background:#fff;border-radius:4px}.about__stat--highlight{background:var(--pink)}.about__stat-num{font-family:Playfair Display,serif;font-size:clamp(22px,3vw,32px);font-weight:900;color:var(--pink);line-height:1}.about__stat--highlight .about__stat-num,.about__stat--highlight .section-label{color:#fff}.about__interests{margin-top:60px;border-top:1px solid #e0e0e0;padding-top:48px}.about__interests>.section-label{font-size:22px}.about__interests-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.about__interest-card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:36px 32px;display:flex;gap:24px;align-items:flex-start;border-top:3px solid var(--pink);transition:transform .2s ease,box-shadow .2s ease}.about__interest-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.about__interest-emoji{font-size:40px;line-height:1;flex-shrink:0}.about__interest-body{display:flex;flex-direction:column;gap:6px}.about__interest-title{font-family:Playfair Display,serif;font-size:24px;font-weight:900;color:var(--dark);line-height:1}.about__interest-detail{font-family:Playfair Display,serif;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--pink);font-weight:700}.about__interest-desc{font-family:Playfair Display,serif;font-size:15px;line-height:1.75;color:#555;margin-top:4px}@media(max-width:768px){.about__interests-grid{grid-template-columns:1fr}}.about__string-wrap{position:relative;margin-top:64px;padding:0 0 48px;display:flex;align-items:flex-start;justify-content:space-between;gap:0}.about__string-line{position:absolute;top:20px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#888 8%,#888 92%,transparent)}.about__polaroid-hang{display:flex;flex-direction:column;align-items:center;position:relative;transform-origin:top center;transform:rotate(var(--rot));transition:transform .3s ease;flex:1;padding-top:8px}.about__polaroid-hang:hover{transform:rotate(0) scale(1.06);z-index:10}.about__string-clip{width:10px;height:18px;background:#999;border-radius:2px 2px 0 0;margin-bottom:0;position:relative;z-index:2;box-shadow:inset 0 -2px #0003}.about__string-clip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);width:2px;height:8px;background:#888;border-radius:1px}.about__polaroid{background:#fff;padding:10px 10px 36px;box-shadow:0 4px 16px #00000026,0 1px 4px #00000014;width:160px}.about__polaroid-img-wrap{width:100%;height:140px;overflow:hidden;background:#eee}.about__polaroid-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.about__polaroid-placeholder{width:100%;height:100%;background:#e8e8e8;display:flex;align-items:center;justify-content:center;color:#bbb;font-size:28px;font-family:Playfair Display,serif;border:2px dashed #cccccc}.about__polaroid-caption{margin-top:8px;text-align:center;font-family:Playfair Display,serif;font-style:italic;font-size:16px;color:#000;line-height:1.3}@media(max-width:768px){.about__string-wrap{flex-wrap:wrap;gap:24px;justify-content:center}.about__string-line{display:none}.about__polaroid{width:130px}.about__polaroid-img-wrap{height:110px}}@media(max-width:768px){.about{padding:80px 24px}.about__grid{grid-template-columns:1fr;gap:40px}.about__media{order:-1}.about__photo{height:260px}.about__interests-grid{grid-template-columns:1fr}}@media(max-width:480px){.about{padding:72px 16px}.about__interest-card{padding:24px 20px;gap:16px}.about__interest-emoji{font-size:32px}}.work{background:#f7f7f7;padding:100px 60px;position:relative}.work__inner{max-width:1100px;margin:0 auto}.work__header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:64px}.work__heading{font-family:Playfair Display,serif;font-size:clamp(48px,8vw,96px);font-weight:900;color:var(--dark);line-height:.9;letter-spacing:-2px}.work__heading span{color:var(--pink);font-style:italic}.project-card{cursor:pointer}.featured-card{background:#111;overflow:hidden;margin-bottom:28px;display:grid;grid-template-columns:1fr 1fr;border-radius:6px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease;box-shadow:0 4px 24px #0000001a}.featured-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000002e}.featured-card__image-pane{position:relative;min-height:380px;overflow:hidden}.featured-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;filter:brightness(.92)}.featured-card:hover .featured-card__img{transform:scale(1.04)}.featured-card__body{padding:48px 44px;background:#111;display:flex;flex-direction:column;justify-content:center;border-left:3px solid var(--pink)}.featured-card__eyebrow{font-family:Playfair Display,serif;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--pink);margin-bottom:16px;display:block}.featured-card__title{font-family:Playfair Display,serif;font-size:clamp(32px,4vw,52px);font-weight:900;color:#fff;line-height:1;margin-bottom:16px}.featured-card__desc{font-family:Playfair Display,serif;font-size:15px;line-height:1.75;color:#aaa;margin-bottom:28px}.featured-card__metrics{display:flex;gap:24px;flex-wrap:wrap;margin-bottom:24px}.featured-card__metric-num{font-family:Playfair Display,serif;font-size:28px;font-weight:900;color:var(--pink);line-height:1}.project-card__cta{display:inline-block;font-family:Playfair Display,serif;font-size:13px;letter-spacing:.08em;color:#fff;text-transform:uppercase;background:var(--pink);padding:12px 22px;border-radius:3px;transition:background .2s ease,color .2s ease,transform .15s ease;font-weight:700}.project-card__cta:hover{background:#111;transform:translate(3px)}.featured-card:hover .project-card__cta{background:#e0458a;transform:translate(3px)}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.project-item{background:#fff;overflow:hidden;border-radius:6px;border:1px solid #cccccc;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .2s ease;box-shadow:0 2px 8px #0000000f}.project-item:hover{transform:translateY(-5px);box-shadow:0 14px 36px #0000001f;border-color:var(--pink)}.project-item__thumb{height:220px;position:relative;overflow:hidden;background:#111}.project-item__thumb-img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:transform .5s ease;filter:brightness(.9)}.project-item:hover .project-item__thumb-img{transform:scale(1.05)}.project-item__thumb-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(17,17,17,.5) 100%);z-index:1}.project-item__body{padding:24px 28px 28px}.project-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px;gap:12px}.project-item__title{font-family:Playfair Display,serif;font-size:24px;font-weight:900;color:var(--dark);line-height:1.1}.project-item__role{font-family:Playfair Display,serif;font-size:13px;color:var(--pink);border:1px solid var(--pink);padding:4px 10px;white-space:nowrap;border-radius:3px;flex-shrink:0}.project-card__badge{font-family:Playfair Display,serif;font-size:13px;letter-spacing:.04em;padding:4px 10px;text-transform:uppercase;border-radius:3px}.project-card__expand-note{margin-top:16px;border-top:1px dashed #ccc;padding-top:16px;font-family:Playfair Display,serif;font-size:14px;color:#555;font-style:italic;line-height:1.9}.project-item:hover .project-card__cta{background:#e0458a;transform:translate(3px)}.featured-item{grid-column:1 / -1;margin-bottom:8px}.featured-item .project-item__thumb{height:320px}@media(max-width:768px){.work{padding:80px 24px}.project-grid{grid-template-columns:1fr}.featured-item .project-item__thumb{height:220px}.project-item__header{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:480px){.work{padding:72px 16px}.project-item__body{padding:20px}.project-item__thumb{height:180px}}.contact{background:var(--pink);padding:100px 60px;text-align:center;position:relative;overflow:hidden}.contact__inner{max-width:800px;margin:0 auto}.contact__heading{font-family:Playfair Display,serif;font-size:clamp(48px,10vw,120px);font-weight:900;color:#fff;line-height:.9;margin-bottom:16px;text-transform:uppercase}.contact__divider{font-family:Playfair Display,serif;font-style:italic;color:#fff;font-size:18px;margin-bottom:48px}.envelope{background:#fff;padding:30px;max-width:460px;margin:0 auto;position:relative;box-shadow:8px 8px #00000026;transform:rot0ate(-1deg);border-radius:4px}.envelope:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:repeating-linear-gradient(90deg,var(--pink) 0,var(--pink) 10px,white 10px,white 20px)}.envelope__quote{font-family:Playfair Display,serif;font-style:italic;font-size:15px;color:var(--dark);line-height:1.7;margin-bottom:20px}.envelope__sub{font-family:Playfair Display,serif;font-style:italic;font-size:15px;color:#888;margin-bottom:16px}.envelope__contacts{border-top:1px dashed #ddd;padding-top:16px;display:flex;flex-direction:column;gap:6px;text-align:left}.envelope__contact-item{display:flex;gap:10px;align-items:center;color:var(--dark)}.envelope__contact-icon{color:var(--pink)}.contact__footer{color:#fff;margin-top:48px}@media(max-width:768px){.contact{padding:80px 24px}.envelope{padding:24px 20px}}@media(max-width:480px){.contact{padding:72px 16px}.envelope{max-width:100%}}.bw{background:#f5f5f5;color:#1a1a1a;min-height:100vh;font-family:Playfair Display,serif}.cs-back{position:fixed;top:24px;left:28px;z-index:100;background:#fffffff7;border:1px solid rgba(26,26,26,.25);color:#1a1a1a;font-family:Playfair Display,serif;font-size:15px;letter-spacing:.05em;text-transform:uppercase;padding:10px 22px;border-radius:4px;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .2s ease}.cs-back:hover{background:#1a1a1a;color:#fff}.cs-cta-btn{display:inline-block;background:#1a1a1a;color:#fff;font-size:14px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;padding:14px 36px;border-radius:4px;transition:all .2s}.cs-cta-btn:hover{background:#e0458a}.bw__hero{min-height:80vh;background:#1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:120px 80px 80px;gap:60px}.bw__eyebrow{display:block;font-size:15px;letter-spacing:.03em;text-transform:uppercase;color:#ff69b4;margin-bottom:20px}.bw__title{font-size:clamp(60px,10vw,120px);font-weight:800;line-height:.9;color:#fff;letter-spacing:-.02em;margin-bottom:24px}.bw__title em{font-style:normal;color:#ff69b4}.bw__tagline{font-size:14px;color:#999;margin-bottom:28px;line-height:1.6}.bw__chips{display:flex;flex-wrap:wrap;gap:8px}.bw__chip{border:1px solid rgba(255,255,255,.4);padding:5px 12px;font-size:15px;letter-spacing:.03em;color:#ccc;border-radius:4px}.bw__hero-img-wrap{width:420px;height:420px;border-radius:4px;overflow:hidden;flex-shrink:0}.bw__hero-img{width:100%;height:100%;object-fit:cover}.bw__stats{display:grid;grid-template-columns:repeat(4,1fr);background:#ececec}.bw__stat{padding:32px 40px;border-right:1px solid rgba(26,26,26,.12);display:flex;flex-direction:column;gap:6px}.bw__stat:last-child{border-right:none}.bw__stat-n{font-size:44px;font-weight:800;color:#1a1a1a;line-height:1;letter-spacing:-.02em}.bw__stat-l{font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#5a5a5a}.bw__body{max-width:860px;margin:0 auto;padding:80px 40px 120px}.bw__section{margin-bottom:64px}.bw__label{display:block;font-size:24px;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:20px;font-weight:600}.bw__lead{font-size:17px;line-height:1.75;color:#2a2a2a}.bw__callout{background:#1a1a1a;border-radius:4px;padding:40px 48px;margin-bottom:64px}.bw__callout .bw__label{color:#ff69b4}.bw__callout-text{font-size:20px;line-height:1.55;color:#fff;font-style:italic}.bw__process{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bw__phase{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px}.bw__phase-head{display:flex;align-items:baseline;gap:12px;margin-bottom:18px}.bw__phase-num{font-size:28px;font-weight:800;color:#e0458a;line-height:1}.bw__phase-name{font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:.02em}.bw__phase-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.bw__phase-list li{font-size:14px;line-height:1.6;color:#4a4a4a;padding-left:16px;position:relative}.bw__phase-list li:before{content:"✦";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.bw__outcome{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:60px}.bw__outcome .bw__label{color:#ff69b4}.bw__outcome-text{font-size:16px;line-height:1.75;color:#ccc}.bw__cta{text-align:center}.bw__features{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bw__feature-card{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px 24px;border-top:3px solid #e0458a}.bw__feature-title{display:block;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.bw__feature-desc{font-size:14px;line-height:1.7;color:#4a4a4a}.bw__insights{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.bw__insight-card{background:#1a1a1a;border-radius:4px;padding:28px 24px;display:flex;flex-direction:column;gap:16px}.bw__insight-quote{font-size:14px;line-height:1.7;color:#e0e0e0;font-style:italic}.bw__insight-name{font-size:14px;letter-spacing:.03em;color:#ff69b4;font-weight:600}@media(max-width:768px){.bw__hero{flex-direction:column;padding:100px 24px 60px}.bw__stats{grid-template-columns:repeat(2,1fr)}.bw__body{padding:48px 24px 80px}.bw__process,.bw__features,.bw__insights{grid-template-columns:1fr}.bw__callout{padding:28px 24px}.bw__outcome{padding:32px 24px}}@media(max-width:480px){.bw__hero{padding:80px 16px 48px;gap:32px}.bw__hero-img-wrap{width:100%;height:260px}.bw__stats{grid-template-columns:1fr 1fr}.bw__stat{padding:20px 16px}.bw__body{padding:36px 16px 60px}.bw__callout{padding:20px 16px}.bw__callout-text{font-size:16px}.bw__outcome{padding:24px 16px}.cs-back{top:16px;left:16px;font-size:13px;padding:8px 14px}}.dz{background:#f5f5f5;color:#1a1a1a;min-height:100vh;font-family:Playfair Display,serif}.dz__hero{display:grid;grid-template-columns:1fr 1.3fr;min-height:80vh;border-bottom:1px solid rgba(26,26,26,.12)}.dz__hero-text{padding:140px 60px 60px;display:flex;flex-direction:column;justify-content:flex-end;border-right:1px solid rgba(26,26,26,.12)}.dz__kicker{font-size:20px;letter-spacing:.03em;text-transform:uppercase;color:#b3336c;margin-bottom:20px;font-weight:600}.dz__title{font-size:clamp(40px,6vw,80px);font-weight:800;line-height:1;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:16px}.dz__title span{color:#e0458a;font-style:italic;font-weight:800}.dz__role{font-size:15px;color:#5a5a5a;letter-spacing:.06em;margin-bottom:20px}.dz__tools-row{display:flex;flex-wrap:wrap;gap:8px}.dz__tool-chip{border:1px solid rgba(26,26,26,.2);padding:5px 12px;font-size:15px;letter-spacing:.03em;color:#4a4a4a;border-radius:4px}.dz__hero-img-wrap{position:relative;overflow:hidden}.dz__hero-img{width:100%;height:100%;object-fit:cover;object-position:center top}.dz__intro-strip{text-align:center;background:#1a1a1a;padding:40px 80px}.dz__intro-text{font-size:clamp(16px,2.5vw,26px);color:#e0e0e0;font-style:italic;max-width:700px;margin:0 auto;line-height:1.5}.dz__body{max-width:960px;margin:0 auto;padding:80px 60px 120px}.dz__section{margin-bottom:64px}.dz__label{display:block;font-size:24px;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:16px;font-weight:600}.dz__body-text{font-size:15px;line-height:1.75;color:#333}.dz__two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:64px;padding-top:16px}.dz__insights{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.dz__insight-card{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px 24px;border-top:3px solid #e0458a}.dz__insight-num{display:block;font-size:28px;font-weight:800;color:#e0458a;line-height:1;margin-bottom:12px}.dz__insight-title{font-size:16px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.dz__insight-note{font-size:14px;line-height:1.65;color:#5a5a5a}.dz__hmw-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.dz__hmw-list li{font-size:15px;line-height:1.6;color:#333;padding:14px 16px;background:#fff;border-radius:4px;border:1px solid rgba(26,26,26,.08);border-left:3px solid #e0458a}.dz__metrics{display:grid;grid-template-columns:repeat(4,1fr);background:#ececec;border-radius:4px;overflow:hidden;margin-bottom:64px}.dz__metric{padding:36px 28px;border-right:1px solid rgba(26,26,26,.1);text-align:center}.dz__metric:last-child{border-right:none}.dz__metric-n{font-size:40px;font-weight:800;color:#1a1a1a;letter-spacing:-.02em;line-height:1;margin-bottom:8px}.dz__metric-l{font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:#5a5a5a}.dz__timeline{display:flex;flex-direction:column;border:1px solid rgba(26,26,26,.12);border-radius:4px;overflow:hidden}.dz__timeline-item{display:grid;grid-template-columns:64px 1fr;border-bottom:1px solid rgba(26,26,26,.1)}.dz__timeline-item:last-child{border-bottom:none}.dz__timeline-num{background:#1a1a1a;color:#888;font-size:15px;letter-spacing:.04em;font-weight:700;display:flex;align-items:center;justify-content:center;writing-mode:vertical-lr}.dz__timeline-content{padding:28px 36px;background:#fff;border-left:1px solid rgba(26,26,26,.08)}.dz__timeline-phase{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:12px}.dz__timeline-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:8px}.dz__timeline-list li{font-size:14px;color:#4a4a4a;line-height:1.5;padding-left:14px;position:relative}.dz__timeline-list li:before{content:"✦";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.dz__update-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.dz__update-list li{font-size:15px;line-height:1.6;color:#3a3a3a;padding-left:16px;position:relative}.dz__update-list li:before{content:"✦";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.dz__outcome{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:60px}.dz__outcome .dz__label{color:#ff69b4}.dz__outcome-text{font-size:16px;line-height:1.75;color:#ccc}.dz__cta{text-align:center}@media(max-width:768px){.dz__hero{grid-template-columns:1fr}.dz__hero-text{padding:100px 24px 40px}.dz__hero-img-wrap{height:280px}.dz__intro-strip{text-align:center;padding:36px 24px}.dz__body{padding:48px 24px 80px}.dz__two-col{grid-template-columns:1fr;gap:36px}.dz__insights{grid-template-columns:1fr}.dz__metrics{grid-template-columns:repeat(2,1fr)}.dz__timeline-num{writing-mode:horizontal-tb;padding:12px}.dz__timeline-item{grid-template-columns:1fr}.dz__outcome{padding:32px 24px}}@media(max-width:480px){.dz__hero-text{padding:80px 16px 32px}.dz__hero-img-wrap{height:220px}.dz__intro-strip{padding:24px 16px}.dz__body{padding:36px 16px 60px}.dz__metrics{grid-template-columns:1fr 1fr}.dz__metric,.dz__outcome{padding:24px 16px}.dz__timeline-content{padding:20px 16px}.cs-back{top:16px;left:16px;font-size:13px;padding:8px 14px}}.ymca{background:#f5f5f5;color:#1a1a1a;min-height:100vh;font-family:Playfair Display,serif}.ymca__hero{display:grid;grid-template-columns:1.1fr 1fr;min-height:80vh}.ymca__hero-left{overflow:hidden;background:#e8e8e8}.ymca__hero-img{width:100%;height:100%;object-fit:cover}.ymca__hero-right{padding:100px 60px 60px;display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(26,26,26,.12);background:#fff}.ymca__tag{display:inline-block;font-size:20px;letter-spacing:.18em;text-transform:uppercase;color:#c83b7b;margin-bottom:20px;font-weight:600}.ymca__title{font-size:clamp(52px,9vw,110px);font-weight:800;line-height:.9;color:#1a1a1a;letter-spacing:-.02em;margin-bottom:20px}.ymca__title span{color:#e0458a}.ymca__desc{font-size:14px;line-height:1.65;color:#4a4a4a;margin-bottom:28px;max-width:360px}.ymca__meta{display:flex;flex-direction:column;gap:10px}.ymca__meta>div{display:flex;flex-direction:column;gap:2px}.ymca__meta-label{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#6a6a6a}.ymca__meta-val{font-size:14px;font-weight:600;color:#1a1a1a}.ymca__body{max-width:960px;margin:0 auto;padding:80px 60px 120px}.ymca__section{margin-bottom:64px}.ymca__label{display:block;font-size:24px;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:20px;font-weight:600}.ymca__problem{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:64px}.ymca__problem .ymca__label{color:#ff69b4}.ymca__problem-text{font-size:17px;line-height:1.7;color:#e0e0e0}.ymca__stats{display:grid;grid-template-columns:repeat(4,1fr);background:#e8e8e8;border-radius:4px;overflow:hidden;margin-bottom:64px}.ymca__stat{padding:36px 24px;border-right:1px solid rgba(26,26,26,.1);text-align:center}.ymca__stat:last-child{border-right:none}.ymca__stat-n{display:block;font-size:44px;font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.ymca__stat-l{font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:#5a5a5a}.ymca__steps{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ymca__step{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px}.ymca__step-head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px}.ymca__step-num{font-size:28px;font-weight:800;color:#e0458a;line-height:1}.ymca__step-phase{font-size:14px;font-weight:700;color:#1a1a1a}.ymca__step-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.ymca__step-list li{font-size:14px;line-height:1.6;color:#4a4a4a;padding-left:16px;position:relative}.ymca__step-list li:before{content:"✦";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.ymca__outcome{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:60px}.ymca__outcome .ymca__label{color:#ff69b4}.ymca__outcome-text{font-size:16px;line-height:1.75;color:#ccc}.ymca__cta{text-align:center}.ymca__body-text{font-size:15px;line-height:1.75;color:#333;margin-bottom:0}.ymca__directions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}.ymca__direction-card{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px 24px;border-top:3px solid #e0458a}.ymca__direction-label{display:block;font-size:20px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:12px}.ymca__direction-text{font-size:15px;line-height:1.7;color:#4a4a4a}@media(max-width:768px){.ymca__directions{grid-template-columns:1fr}}@media(max-width:768px){.ymca__hero{grid-template-columns:1fr}.ymca__hero-left{height:300px}.ymca__hero-right{padding:48px 24px}.ymca__body{padding:48px 24px 80px}.ymca__problem{padding:32px 24px}.ymca__stats{grid-template-columns:repeat(2,1fr)}.ymca__steps{grid-template-columns:1fr}.ymca__outcome{padding:32px 24px}}@media(max-width:480px){.ymca__hero-left{height:220px}.ymca__hero-right{padding:32px 16px}.ymca__body{padding:36px 16px 60px}.ymca__problem{padding:24px 16px}.ymca__stats{grid-template-columns:1fr 1fr}.ymca__stat{padding:20px 12px}.ymca__outcome{padding:24px 16px}.cs-back{top:16px;left:16px;font-size:13px;padding:8px 14px}}.bhc{background:#f5f5f5;color:#1a1a1a;min-height:100vh;font-family:Playfair Display,serif}.bhc__hero{position:relative;min-height:80vh;display:flex;align-items:flex-end}.bhc__hero-img-wrap{position:absolute;inset:0}.bhc__hero-img{width:100%;height:100%;object-fit:cover;object-position:top}.bhc__hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#1a1a1af2 40%,#1a1a1a80)}.bhc__hero-text{position:relative;z-index:2;padding:80px;max-width:680px}.bhc__kicker{font-size:15px;letter-spacing:.03em;text-transform:uppercase;color:#ff69b4;margin-bottom:16px;display:block;font-weight:600}.bhc__title{font-size:clamp(44px,7vw,84px);font-weight:800;line-height:1;color:#fff;letter-spacing:-.02em;margin-bottom:14px}.bhc__title span{color:#ff69b4}.bhc__subtitle{font-size:15px;color:#999;margin-bottom:20px}.bhc__tools-row{display:flex;flex-wrap:wrap;gap:8px}.bhc__tool-chip{border:1px solid rgba(255,255,255,.5);padding:5px 12px;font-size:15px;letter-spacing:.03em;color:#ccc;border-radius:4px}.bhc__banner{background:#bf3975;padding:32px 80px;text-align:center}.bhc__banner p{font-size:clamp(14px,2vw,20px);color:#fff;font-style:italic;max-width:760px;line-height:1.55;margin:0 auto}.bhc__body{max-width:960px;margin:0 auto;padding:80px 60px 120px}.bhc__section{margin-bottom:64px}.bhc__label{display:block;font-size:24px;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:16px;font-weight:600}.bhc__body-text{font-size:15px;line-height:1.75;color:#333}.bhc__two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-bottom:64px;padding-top:16px}.bhc__findings{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:64px}.bhc__finding{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px 20px;display:flex;flex-direction:column;gap:8px;border-top:3px solid #e0458a}.bhc__finding-severity{font-size:18px;letter-spacing:.06em;text-transform:uppercase;color:#ca3c7c;font-weight:700}.bhc__finding-count{font-size:52px;font-weight:800;color:#1a1a1a;line-height:1;letter-spacing:-.02em}.bhc__finding-label{font-size:16px;color:#5a5a5a;line-height:1.4}.bhc__persona-card{display:grid;grid-template-columns:1fr 1fr;gap:0;border-radius:4px;overflow:hidden;border:1px solid rgba(26,26,26,.1)}.bhc__persona-left{background:#1a1a1a;padding:36px}.bhc__persona-right{background:#fff;padding:36px}.bhc__persona-name{font-size:22px;font-weight:800;color:#fff;margin-bottom:4px}.bhc__persona-meta{font-size:15px;color:#888;margin-bottom:16px;letter-spacing:.04em}.bhc__persona-quote{font-size:14px;color:#999;font-style:italic;line-height:1.6}.bhc__persona-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.bhc__persona-list li{font-size:15px;line-height:1.5;color:#3a3a3a;padding-left:16px;position:relative}.bhc__persona-list li:before{content:"✖";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.bhc__heuristics{display:flex;flex-direction:column;gap:2px}.bhc__heuristic-item{display:flex;gap:16px;align-items:flex-start;padding:14px 18px;border-radius:4px}.bhc__heuristic-item--pass{background:#1a1a1a08}.bhc__heuristic-item--fail{background:#e0458a0f;border-left:3px solid #e0458a}.bhc__heuristic-status{font-size:15px;flex-shrink:0;width:18px;margin-top:1px}.bhc__heuristic-item--pass .bhc__heuristic-status{color:#5a9a6a}.bhc__heuristic-item--fail .bhc__heuristic-status{color:#e0458a}.bhc__heuristic-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:2px}.bhc__heuristic-note{font-size:14px;line-height:1.55;color:#5a5a5a}.bhc__ia-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.bhc__ia-card{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:24px 20px}.bhc__ia-num{display:block;font-size:28px;font-weight:800;color:#e0458a;line-height:1;margin-bottom:10px}.bhc__ia-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.bhc__ia-note{font-size:14px;line-height:1.55;color:#5a5a5a}.bhc__journey-wrap{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;overflow:hidden}.bhc__journey-steps{display:flex;align-items:stretch;padding:28px 32px;gap:0;flex-wrap:wrap}.bhc__journey-step{display:flex;align-items:center;gap:10px}.bhc__journey-num{font-size:20px;font-weight:800;color:#e0458a;letter-spacing:.04em;flex-shrink:0}.bhc__journey-text{font-size:14px;font-weight:600;color:#1a1a1a}.bhc__journey-arrow{color:#000;font-size:16px;padding:0 12px}.bhc__journey-verdict{background:#1a1a1a;padding:20px 32px;font-size:15px;line-height:1.65;color:#ccc;font-style:italic}.bhc__a11y-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.bhc__a11y-card{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:24px;display:flex;flex-direction:column;gap:8px}.bhc__a11y-type{font-size:14px;letter-spacing:.06em;text-transform:uppercase;color:#888;font-weight:600}.bhc__a11y-issue{font-size:15px;font-weight:700;color:#1a1a1a}.bhc__a11y-rec{font-size:14px;line-height:1.6;color:#1a1a1a;font-weight:400;padding-top:8px;border-top:1px solid rgba(26,26,26,.08)}.bhc__stats{display:grid;grid-template-columns:repeat(4,1fr);background:#ececec;border-radius:4px;overflow:hidden;margin-bottom:64px}.bhc__stat{padding:36px 24px;border-right:1px solid rgba(26,26,26,.1);text-align:center}.bhc__stat:last-child{border-right:none}.bhc__stat-n{display:block;font-size:40px;font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.bhc__stat-l{font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:#5a5a5a}.bhc__outcome{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:60px}.bhc__outcome .bhc__label{color:#ff69b4}.bhc__outcome-text{font-size:16px;line-height:1.75;color:#ccc}@media(max-width:768px){.bhc__hero-text{padding:40px 24px}.bhc__banner{padding:28px 24px}.bhc__body{padding:48px 24px 80px}.bhc__two-col{grid-template-columns:1fr;gap:36px}.bhc__findings{grid-template-columns:repeat(2,1fr)}.bhc__persona-card{grid-template-columns:1fr}.bhc__ia-grid{grid-template-columns:repeat(2,1fr)}.bhc__a11y-grid{grid-template-columns:1fr}.bhc__stats{grid-template-columns:repeat(2,1fr)}.bhc__journey-steps{flex-direction:column;gap:8px}.bhc__journey-arrow{display:none}.bhc__outcome{padding:32px 24px}}@media(max-width:480px){.bhc__hero-text{padding:48px 16px 32px}.bhc__banner{padding:20px 16px}.bhc__body{padding:36px 16px 60px}.bhc__findings,.bhc__stats{grid-template-columns:1fr 1fr}.bhc__ia-grid{grid-template-columns:1fr}.bhc__outcome{padding:24px 16px}.cs-back{top:16px;left:16px;font-size:13px;padding:8px 14px}}.nd{background:#f5f5f5;color:#1a1a1a;min-height:100vh;font-family:Playfair Display,serif}.nd__hero{display:grid;grid-template-columns:1fr 1.2fr;min-height:80vh;background:#1a1a1a}.nd__hero-text{padding:130px 60px 60px;display:flex;flex-direction:column;justify-content:flex-end}.nd__kicker{font-size:15px;letter-spacing:.03em;text-transform:uppercase;color:#ff69b4;margin-bottom:20px;display:block;font-weight:600}.nd__title{font-size:clamp(56px,9vw,110px);font-weight:800;line-height:.9;color:#fff;letter-spacing:-.02em;margin-bottom:20px}.nd__title span{color:#ff69b4}.nd__desc{font-size:14px;line-height:1.65;color:#999;margin-bottom:28px;max-width:340px}.nd__meta{display:flex;flex-direction:column;gap:10px}.nd__meta>div{display:flex;flex-direction:column;gap:2px}.nd__meta-label{font-size:15px;letter-spacing:.06em;text-transform:uppercase;color:#888}.nd__meta-val{font-size:14px;font-weight:600;color:#ccc}.nd__hero-img-wrap{overflow:hidden;border-left:1px solid rgba(255,255,255,.1)}.nd__hero-img{width:100%;height:100%;object-fit:cover}.nd__hero-color-block{background:#f5c6dc}.nd__strip{background:#ececec;padding:36px 80px;border-bottom:1px solid rgba(26,26,26,.12);text-align:center}.nd__strip-text{font-size:clamp(15px,2vw,22px);color:#1a1a1a;font-style:italic;max-width:660px;line-height:1.5;margin:0 auto}.nd__body{max-width:960px;margin:0 auto;padding:80px 60px 120px}.nd__section{margin-bottom:64px}.nd__label{display:block;font-size:24px;letter-spacing:.03em;text-transform:uppercase;color:#e0458a;margin-bottom:16px;font-weight:600}.nd__body-text{font-size:15px;line-height:1.75;color:#333}.nd__two-col{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-bottom:64px;padding-top:16px;align-items:start}.nd__challenge-box{background:#1a1a1a;border-radius:4px;padding:32px}.nd__challenge-head{font-size:15px;font-weight:700;color:#ff69b4;margin-bottom:10px}.nd__challenge-text{font-size:14px;line-height:1.7;color:#ccc}.nd__challenge-text em{font-style:italic;color:#ff69b4}.nd__stats{display:grid;grid-template-columns:repeat(4,1fr);background:#ececec;border-radius:4px;overflow:hidden;margin-bottom:64px}.nd__stat{padding:36px 24px;border-right:1px solid rgba(26,26,26,.1);text-align:center}.nd__stat:last-child{border-right:none}.nd__stat-n{display:block;font-size:44px;font-weight:800;color:#1a1a1a;line-height:1;margin-bottom:8px;letter-spacing:-.02em}.nd__stat-l{font-size:14px;letter-spacing:.05em;text-transform:uppercase;color:#5a5a5a}.nd__process{display:grid;grid-template-columns:1fr 1fr;gap:16px}.nd__phase{background:#fff;border:1px solid rgba(26,26,26,.1);border-radius:4px;padding:28px}.nd__phase-head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(26,26,26,.08)}.nd__phase-num{font-size:28px;font-weight:800;color:#e0458a;line-height:1}.nd__phase-name{font-size:14px;font-weight:700;color:#1a1a1a}.nd__phase-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.nd__phase-list li{font-size:14px;line-height:1.6;color:#4a4a4a;padding-left:16px;position:relative}.nd__phase-list li:before{content:"✦";position:absolute;left:0;color:#e0458a;font-size:8px;top:3px}.nd__outcome{background:#1a1a1a;border-radius:4px;padding:48px;margin-bottom:60px}.nd__outcome .nd__label{color:#ff69b4}.nd__outcome-text{font-size:16px;line-height:1.75;color:#ccc}.nd__cta{text-align:center}.nd__wip-badge{display:inline-block;background:#e0458a;color:#fff;font-size:20px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:20px}.nd__wip-notice{display:flex;gap:20px;align-items:flex-start;background:#fff;border:1px solid rgba(224,69,138,.25);border-left:4px solid #e0458a;border-radius:4px;padding:28px 32px;margin-bottom:64px}.nd__wip-icon{font-size:24px;flex-shrink:0;margin-top:2px}.nd__wip-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:6px}.nd__wip-text{font-size:14px;line-height:1.65;color:#5a5a5a}.nd__phase-body{font-size:14px;line-height:1.7;color:#4a4a4a}.nd__characteristics{display:flex;flex-direction:column;gap:2px}.nd__characteristic{display:flex;gap:20px;align-items:flex-start;padding:18px 20px;background:#fff;border:1px solid rgba(26,26,26,.08);border-radius:4px;border-left:3px solid #e0458a}.nd__characteristic-num{font-size:28px;font-weight:800;color:#e0458a;line-height:1;flex-shrink:0;width:36px}.nd__characteristic-title{font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.nd__characteristic-desc{font-size:14px;line-height:1.65;color:#5a5a5a}@media(max-width:768px){.nd__hero{grid-template-columns:1fr}.nd__hero-text{padding:100px 24px 48px}.nd__hero-img-wrap{height:260px}.nd__strip{padding:28px 24px}.nd__body{padding:48px 24px 80px}.nd__two-col{grid-template-columns:1fr}.nd__stats{grid-template-columns:repeat(2,1fr)}.nd__process{grid-template-columns:1fr}.nd__outcome{padding:32px 24px}}@media(max-width:480px){.nd__hero-text{padding:80px 16px 36px}.nd__hero-img-wrap{height:200px}.nd__strip{padding:20px 16px}.nd__body{padding:36px 16px 60px}.nd__stats{grid-template-columns:1fr 1fr}.nd__outcome{padding:24px 16px}.cs-back{top:16px;left:16px;font-size:13px;padding:8px 14px}}
