:root{--color-bg:#f4f0e8;--color-dark:#2c2420;--color-warm:#7a6a60;--color-light:#b0a090;--color-accent:#c4603e;--color-border:#ddd6cc;--color-card:#eae4d8;--color-green:#4caf50;--font-heading:"Fraunces", serif;--font-body:"Inter", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;--space-xl:4rem;--space-2xl:6rem;--space-3xl:8rem;--max-width:1140px;--radius:8px;--radius-pill:100px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--color-dark);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.65}h1,h2,h3,h4{font-family:var(--font-heading);font-style:italic;font-weight:300;line-height:1.2}h1{font-size:clamp(2.25rem,4.5vw,3.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.5rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{color:var(--color-warm);font-size:.9375rem;line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:var(--max-width);padding:0 var(--space-md);margin:0 auto}.section{padding:var(--space-2xl) 0}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;color:var(--color-light);font-size:.6875rem;font-weight:500}.btn{font-family:var(--font-body);border-radius:var(--radius);border:1px solid var(--color-border);color:var(--color-dark);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{color:#a34e30;border-color:#a34e30;transform:translateY(-2px)}.btn--filled{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--filled:hover{color:#fff;background:#a34e30;border-color:#a34e30}.btn--pill{border-radius:var(--radius-pill)}.btn--accent{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.btn--accent:hover{background:#a8502f;border-color:#a8502f}.tag{letter-spacing:.04em;background:var(--color-bg);color:var(--color-warm);border-radius:var(--radius-pill);border:1px solid var(--color-border);padding:.25rem .625rem;font-size:.6875rem;font-weight:500;display:inline-block}.green-dot{background:var(--color-green);border-radius:50%;width:6px;height:6px;display:inline-block}.divider{border:none;border-top:1px solid var(--color-border)}.fade-up{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.fade-up.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:0s}.stagger-2{transition-delay:.1s}.stagger-3{transition-delay:.2s}.stagger-4{transition-delay:.3s}.stagger-5{transition-delay:.4s}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background:#f4f0e8eb;position:sticky;top:0}.header__inner{justify-content:space-between;align-items:center;height:3.75rem;display:flex}.header__logo{align-items:center;display:flex}.header__logo-img{width:auto;height:32px}.header__logo-fallback{font-family:var(--font-heading);letter-spacing:-.03em;color:var(--color-dark);font-size:1.25rem;font-style:normal;font-weight:600}@media (width<=768px){.header__logo-img{height:28px}}.header__right{align-items:center;gap:var(--space-lg);display:flex}.header__nav{gap:var(--space-lg);display:flex}.header__nav a{color:var(--color-warm);font-size:.8125rem;font-weight:400;transition:color .2s}.header__nav a:hover,.header__nav a.active{color:var(--color-dark)}.header__actions{gap:.5rem;display:flex}.header__ask{border-radius:var(--radius);background:var(--color-dark);cursor:pointer;border:none;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s;display:inline-flex}.header__ask:hover{background:var(--color-accent)}.header__ask-word{font-family:var(--font-body);color:var(--color-accent);transition:color .2s}.header__mehtab-word{font-family:var(--font-heading);color:#f4f0e8;font-style:italic;font-weight:300;transition:color .2s}.header__ask:hover .header__ask-word,.header__ask:hover .header__mehtab-word{color:#f4f0e8}.header__resume{font-family:var(--font-body);border-radius:var(--radius);border:1px solid var(--color-dark);color:var(--color-dark);background:0 0;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:border-color .2s,color .2s;display:inline-flex}.header__resume:hover{color:#a34e30;border-color:#a34e30}.header__linkedin{color:var(--color-dark);border:1px solid var(--color-dark);border-radius:var(--radius);justify-content:center;align-items:center;padding:.5rem;transition:border-color .2s,color .2s;display:inline-flex}.header__linkedin:hover{color:#a34e30;border-color:#a34e30}.header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:28px;height:28px;padding:0;display:none}.header__burger-line{background:var(--color-dark);border-radius:1px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.header__burger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.header__burger-line.open:nth-child(2){opacity:0}.header__burger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__mobile-menu{border-top:1px solid var(--color-border);max-height:0;transition:max-height .3s;display:none;overflow:hidden}.header__mobile-menu--open{max-height:320px}.header__mobile-nav{padding:var(--space-sm) var(--space-md) var(--space-md);flex-direction:column;display:flex}.header__mobile-nav a{color:var(--color-warm);border-bottom:1px solid var(--color-border);padding:.75rem 0;font-size:.9375rem;font-weight:400;transition:color .2s}.header__mobile-nav a:hover,.header__mobile-nav a.active{color:var(--color-dark)}.header__mobile-ask{background:var(--color-dark);border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.25rem;margin-top:.5rem;padding:.75rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.header__mobile-ask:hover{background:var(--color-accent)}.header__mobile-ask .header__ask-word{font-family:var(--font-body);color:var(--color-accent);transition:color .2s}.header__mobile-ask .header__mehtab-word{font-family:var(--font-heading);color:#f4f0e8;font-style:italic;font-weight:300;transition:color .2s}.header__mobile-ask:hover .header__ask-word,.header__mobile-ask:hover .header__mehtab-word{color:#f4f0e8}@media (width<=768px){.header__right{display:none}.header__burger{display:flex}.header__mobile-menu{display:block}}.footer{border-top:1px solid var(--color-border);padding:var(--space-md) 0;background:var(--color-bg)}.footer__inner{justify-content:space-between;align-items:center;display:flex}.footer__copy{color:var(--color-light);font-size:.8125rem}.footer__nav{gap:1.5rem;display:flex}.footer__nav a{color:var(--color-warm);font-size:.8125rem;transition:color .2s}.footer__nav a:hover{color:var(--color-accent)}@media (width<=768px){.footer__inner{gap:var(--space-sm);flex-direction:column}}.hero{padding:var(--space-3xl) 0 var(--space-2xl)}.hero__grid{gap:var(--space-xl);grid-template-columns:1.1fr .9fr;align-items:center;display:grid}.hero__accent-line{background:var(--color-accent);width:40px;height:2px;margin-bottom:var(--space-md)}.hero__name{font-family:var(--font-heading);letter-spacing:-1.12px;color:var(--color-dark);margin-bottom:var(--space-sm);font-size:clamp(2.5rem,5vw,3.5rem);font-style:italic;font-weight:300;line-height:1.1}.hero__headline{font-family:var(--font-heading);letter-spacing:-.26px;color:var(--color-dark);margin-bottom:var(--space-sm);font-size:clamp(1.25rem,2.2vw,1.625rem);font-style:italic;font-weight:300;line-height:1.35}.hero__tagline{color:var(--color-accent);margin-bottom:var(--space-sm);font-size:.875rem;font-weight:500;line-height:1.6}.hero__desc{color:var(--color-warm);max-width:48ch;margin-bottom:var(--space-lg);font-size:.9375rem;font-weight:400;line-height:1.75}.hero__actions{margin-bottom:var(--space-sm);gap:.75rem;display:flex}.hero__learn-more{color:var(--color-warm);font-size:.8125rem;transition:color .2s}.hero__learn-more:hover{color:#a34e30}.hero__photo-img{object-fit:cover;border-radius:12px;width:100%;height:560px}.philosophy{background:var(--color-bg)}.philosophy__heading{letter-spacing:-.96px;white-space:nowrap;margin:var(--space-sm) 0 var(--space-xl);font-size:clamp(2rem,4vw,3rem);line-height:1.15}.philosophy__cards{margin-bottom:var(--space-lg);grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.philosophy-card{border:1px solid #d6cfbf;border-radius:4px;flex-direction:column;gap:1rem;padding:2rem 1.75rem;display:flex;box-shadow:0 4px 16px #2c24200f}.philosophy-card--1{background:#ede6d6;transform:rotate(2.5deg)}.philosophy-card--2{background:#f0e8dc;transform:rotate(-5.96deg)}.philosophy-card--3{background:#eae0ce;transform:rotate(3.53deg)}.philosophy-card__accent{background:var(--color-accent);border-radius:999px;width:32px;height:3px}.philosophy-card__statement{font-family:var(--font-body);letter-spacing:-.22px;color:var(--color-dark);flex:1;font-size:1.375rem;font-style:normal;font-weight:500;line-height:1.35}.philosophy-card__number{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);font-size:.6875rem;font-weight:500}.philosophy__footer{color:var(--color-warm);text-align:left;cursor:pointer;font-size:.8125rem;font-family:var(--font-body);background:0 0;border:none;padding:0;transition:color .2s}.philosophy__footer:hover{color:#a34e30}.work__header{margin-bottom:var(--space-lg);justify-content:space-between;align-items:center;display:flex}.work__view-all{color:var(--color-warm);font-size:.8125rem;font-weight:500;transition:color .2s}.work__view-all:hover{color:#a34e30}.featured{background:#eae4d8;border-radius:12px;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;padding:3rem;transition:transform .25s,box-shadow .25s;display:grid}.featured:hover{transform:translateY(-6px);box-shadow:0 8px 24px #2c242014}.featured__body{flex-direction:column;gap:1.5rem;display:flex}.featured__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.featured__year{color:var(--color-light);letter-spacing:.44px;font-size:.6875rem;font-weight:500}.featured__dot{background:var(--color-light);border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}.featured__tag{color:var(--color-warm);letter-spacing:.44px;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:500;display:inline-flex}.featured__quote{font-family:var(--font-heading);letter-spacing:-.32px;color:var(--color-dark);font-size:2rem;font-style:italic;font-weight:300;line-height:1.3}.featured__metrics{gap:2rem;display:flex}.metric{flex-direction:column;gap:2px;display:flex}.metric__value{font-family:var(--font-heading);color:var(--color-accent);font-size:2.25rem;font-style:italic;font-weight:300;line-height:1}.metric__label{color:var(--color-warm);text-transform:lowercase;font-size:.75rem;font-weight:400}.metric--small .metric__value{font-size:1.5rem}.metric--small .metric__label{font-size:.75rem}.featured__cta{color:var(--color-accent);font-size:.8125rem;font-weight:500;transition:color .2s}.featured__cta:hover{color:#a34e30}.featured__placeholder{aspect-ratio:1;width:100%;color:var(--color-light);background:#d6cfbf;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.featured__image{aspect-ratio:16/10;background:#eae4d8;border-radius:12px;width:100%;position:relative;overflow:hidden}.featured__img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.featured:hover .featured__img{transform:scale(1.02)}.work__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.work__grid--2x2{grid-template-columns:repeat(2,1fr);gap:2rem}.project-card{background:#eae4d8;border-radius:12px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.project-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #2c242014}.project-card__image{padding:1.75rem 1.75rem 0;overflow:hidden}.project-card__img{object-fit:contain;object-position:center;border-radius:8px;width:100%;height:280px;transition:transform .4s;display:block}.project-card:hover .project-card__img{transform:scale(1.03)}.project-card__placeholder{width:100%;height:280px;color:var(--color-light);background:#d6cfbf;border-radius:8px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.project-card__body{flex-direction:column;flex:1;gap:1rem;padding:1rem 1.75rem 1.75rem;display:flex}.project-card__meta{align-items:center;gap:.5rem;display:flex}.project-card__year{color:var(--color-light);letter-spacing:.44px;font-size:.6875rem;font-weight:500}.project-card__dot{background:var(--color-light);border-radius:50%;flex-shrink:0;width:3px;height:3px;display:inline-block}.project-card__cat{color:var(--color-warm);letter-spacing:.44px;text-transform:uppercase;font-size:.6875rem;font-weight:500}.project-card__desc{color:var(--color-dark);min-height:75px;font-size:1.125rem;font-weight:500;line-height:1.4}.project-card__title{font-family:var(--font-body);color:var(--color-warm);font-size:.875rem;font-style:normal;font-weight:500}.project-card__metrics{gap:1.5rem;display:flex}.project-card__cta{color:var(--color-accent);font-size:.8125rem;font-weight:500;transition:color .2s}.project-card__cta:hover{color:#a34e30}.testimonials{background:#2c1810}.testimonials__header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.testimonials .section-label{color:var(--color-light)}.testimonials__accent{background:var(--color-accent);border-radius:999px;width:32px;height:3px}.testimonials__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.testimonial{background:#3d2a1f;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.testimonial__mark{font-family:var(--font-heading);color:var(--color-accent);font-size:2.5rem;font-style:italic;font-weight:300;line-height:1}.testimonial__quote{font-family:var(--font-heading);color:#f4f0e8;font-size:1rem;font-style:italic;font-weight:300;line-height:1.5}.testimonial__author{flex-direction:column;gap:.125rem;margin-top:auto;display:flex}.testimonial__author strong{font-family:var(--font-body);color:#f4f0e8;font-size:.875rem;font-weight:500}.testimonial__author span{color:var(--color-light);font-size:.8125rem}.testimonials__footer{justify-content:space-between;align-items:center;display:flex}.testimonials__footer p{color:var(--color-light);font-size:.8125rem}.testimonials__tags{gap:.5rem;display:flex}.testimonials__tag{color:var(--color-light);border:1px solid var(--color-light);border-radius:8px;padding:.375rem .75rem;font-size:.6875rem;font-weight:500}.writing{background:var(--color-accent)}.writing__header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.writing__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.88px;color:#ffffffb3;font-size:.6875rem;font-weight:500}.writing__view-all{color:#ffffffe6;font-size:.8125rem;font-weight:500;transition:opacity .2s}.writing__view-all:hover{opacity:.7}.writing__columns{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.writing__featured{cursor:pointer;border-radius:8px;flex-direction:column;margin:-1.25rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.writing__featured:hover,.writing__featured:focus-visible{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.writing__featured:focus-visible{outline-offset:4px;outline:2px solid #ffffff80}.writing__mark{font-family:var(--font-heading);color:#ffffff4d;margin-bottom:.5rem;font-size:4rem;font-style:italic;font-weight:300;line-height:.8}.writing__quote{font-family:var(--font-heading);color:#fff;margin-bottom:1.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-style:italic;font-weight:300;line-height:1.3}.writing__quote-sub{color:#fffc;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.writing__featured-meta{align-items:stretch;gap:.75rem;display:flex}.writing__meta-line{background:#ffffff4d;border-radius:1px;flex-shrink:0;width:2px;min-height:32px}.writing__meta-text{flex-direction:column;gap:.125rem;display:flex}.writing__meta-text strong{font-family:var(--font-body);color:#ffffffe6;font-size:.8125rem;font-weight:500}.writing__meta-text span{color:#fff9;font-size:.75rem}.writing__list{flex-direction:column;gap:2rem;display:flex}.writing__item{cursor:pointer;border-bottom:1px solid #ffffff26;border-radius:8px;flex-direction:column;gap:.75rem;margin-bottom:.75rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}.writing__item:hover,.writing__item:focus-visible{transform:translateY(-4px)scale(1.01);box-shadow:0 8px 24px #00000026}.writing__item:focus-visible{outline-offset:2px;outline:2px solid #ffffff80}.writing__item:last-child{border-bottom:none;margin-bottom:0}.writing__item-title{font-family:var(--font-heading);color:#fff;font-size:1.25rem;font-style:italic;font-weight:300;line-height:1.3}.writing__item-excerpt{color:#ffffffb3;font-size:.875rem;line-height:1.5}.writing__item-link{color:#fff;font-size:.8125rem;font-weight:500;transition:opacity .2s}.writing__item:hover .writing__item-link{opacity:.7}.cta{background:var(--color-bg);padding:7.5rem 0}.cta__divider{border:none;border-top:1px solid #d6cfbf;margin-bottom:4rem}.cta__grid{grid-template-columns:1fr auto;align-items:start;gap:4rem;display:grid}.cta__content{max-width:600px}.cta__heading{white-space:nowrap;margin-bottom:1rem;font-size:clamp(2rem,3.5vw,2.5rem);line-height:1.25}.cta__sub{color:var(--color-warm);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.cta__actions{gap:.75rem;display:flex}.cta__email{border-radius:var(--radius)}.cta__email:hover{color:#fff}.cta__resume{border-radius:var(--radius);border-color:var(--color-dark);color:var(--color-dark)}.cta__resume:hover{border-color:var(--color-accent);color:var(--color-accent);background:0 0}.cta__status{flex-direction:column;align-items:flex-end;gap:.5rem;padding-top:.25rem;display:flex}.cta__badge{color:var(--color-dark);border:1px solid var(--color-green);background:#4caf501a;border-radius:999px;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.green-dot--lg{width:8px;height:8px}.cta__location{color:var(--color-light);text-align:right;font-size:.8125rem}@media (width<=1200px){.philosophy__heading{font-size:2.5rem}}@media (width<=1024px){.hero__grid{flex-direction:column;display:flex}.hero__content{order:1}.hero__photo{order:2;width:100%;max-width:none}.hero__photo-img{max-width:400px;height:400px;margin:0 auto;display:block}.cta__heading{white-space:normal}.featured__image{aspect-ratio:3/2}}@media (width<=768px){.container{padding:0 1.5rem}.hero__grid{gap:2rem}.hero__content{flex-direction:column;display:flex}.hero__actions{flex-direction:column;gap:.75rem}.hero__actions .btn{justify-content:center;width:100%}.hero__learn-more{text-align:center;margin-top:1rem}.hero__photo{order:-1}.philosophy__heading{white-space:normal}.philosophy__cards,.featured,.work__grid{grid-template-columns:1fr}.project-card__desc{min-height:auto}.project-card__img{object-fit:contain;padding:.5rem}.testimonials__grid{grid-template-columns:1fr}.testimonials__footer{flex-direction:column;align-items:flex-start;gap:1rem}.writing__columns{grid-template-columns:1fr;gap:2.5rem}.cta{padding:4rem 0}.cta__grid{grid-template-columns:1fr;gap:2rem}.cta__status{align-items:flex-start}.cta__location{text-align:left}.cta__actions{flex-direction:column}.cta__actions .btn{justify-content:center;width:100%}.featured__metrics{flex-wrap:wrap;gap:1.5rem}.featured__quote{font-size:1.5rem}.featured__image{aspect-ratio:4/3;order:2}}.about{background:var(--color-bg)}.about__chapter-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.88px;color:var(--color-light);margin-bottom:1.75rem;font-size:.6875rem;font-weight:500}.about__divider{border:none;border-top:1px solid #eae4d8}.about__opening{grid-template-columns:1fr 480px;align-items:start;gap:5rem;display:grid}.about__opening-heading{font-family:var(--font-body);color:var(--color-dark);margin-bottom:1.5rem;font-size:1rem;font-style:normal;font-weight:400;line-height:1.75}.about__opening-body{font-family:var(--font-body);color:var(--color-warm);margin-bottom:1.5rem;font-size:1rem;font-weight:400;line-height:1.75}.about__opening-italic{font-family:var(--font-heading);color:var(--color-dark);font-size:1.375rem;font-style:italic;font-weight:300;line-height:1.35}.about__opening-img{object-fit:cover;border-radius:12px;width:100%;height:560px}.about__placeholder{color:var(--color-light);background:#d6cfbf;border-radius:12px;justify-content:center;align-items:center;font-size:.875rem;display:flex}.about__placeholder--portrait{aspect-ratio:3/4;width:100%}.about__placeholder--landscape{aspect-ratio:4/3;width:100%}.about__placeholder--square{aspect-ratio:1;width:100%}.about__big-quote{font-family:var(--font-heading);color:var(--color-dark);max-width:900px;margin-bottom:2.5rem;font-size:clamp(1.75rem,3.5vw,2.25rem);font-style:italic;font-weight:300;line-height:1.3}.about__think-grid{grid-template-columns:480fr 640fr;align-items:start;gap:5rem;display:grid}.about__think-left p{font-family:var(--font-body);color:var(--color-warm);margin-bottom:1.25rem;font-size:.9375rem;font-weight:400;line-height:1.75}.about__think-left p:last-child{margin-bottom:0}.about__think-emphasis{font-family:var(--font-body);color:var(--color-dark);margin-top:.25rem;font-size:1rem;font-weight:500;line-height:1.75}.about__principles{flex-direction:column;gap:1rem;display:flex}.about__principles li{font-family:var(--font-body);color:var(--color-warm);align-items:flex-start;gap:.875rem;font-size:.9375rem;font-weight:400;line-height:1.7;display:flex}.about__principle-dot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.about__work-grid{grid-template-columns:640fr 520fr;align-items:center;gap:5rem;display:grid}.about__work-img{object-fit:cover;border-radius:12px;width:100%;height:460px}.about__work-content p{font-family:var(--font-body);color:var(--color-warm);margin-bottom:1.75rem;font-size:1rem;font-weight:400;line-height:1.75}.about__work-primary{color:var(--color-dark)}.about__tags{flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;display:flex}.about__tag{letter-spacing:.44px;text-transform:uppercase;color:var(--color-warm);background:#eae4d8;border:none;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.about__photos{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:3.75rem;display:grid}.about__photo-img{object-fit:cover;border-radius:12px;width:100%;height:280px}.about__outside-bottom{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about__outside-quote{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1.25rem;font-size:1.75rem;font-style:italic;font-weight:300;line-height:1.3}.about__outside-body{font-family:var(--font-body);color:var(--color-warm);font-size:1rem;font-weight:400;line-height:1.75}.about__outside-closing{font-family:var(--font-body);color:var(--color-light);font-size:.9375rem;font-style:italic;font-weight:400;line-height:1.7}.about__headed-grid{grid-template-columns:680fr 640fr;align-items:start;gap:5rem;display:grid}.about__headed-quote{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1.25rem;font-size:2rem;font-style:italic;font-weight:300;line-height:1.3}.about__headed-body{font-family:var(--font-body);color:var(--color-warm);margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.75}.about__headed-actions{gap:.75rem;display:flex}.about__resume-btn{border-color:var(--color-dark);color:var(--color-dark)}.about__resume-btn:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (width<=768px){.about__opening{grid-template-columns:1fr;gap:2rem}.about__opening-photo{order:-1}.about__opening-img{height:400px}.about__think-grid,.about__work-grid{grid-template-columns:1fr;gap:2rem}.about__work-img{height:360px}.about__photos{grid-template-columns:1fr;gap:1rem}.about__photo-img{height:240px}.about__outside-bottom,.about__headed-grid{grid-template-columns:1fr;gap:2rem}.about__headed-actions{flex-direction:column}.about__headed-actions .btn{justify-content:center;width:100%}}.projects{background:var(--color-bg)}.projects__label{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);margin-bottom:1.25rem;font-size:.6875rem;font-weight:500}.projects__work{background:var(--color-bg)}.projects__work-header{margin-bottom:3.75rem}.projects__heading{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1.5rem;font-size:clamp(2.25rem,4vw,3rem);font-style:italic;font-weight:300;line-height:1.2}.projects__intro{font-family:var(--font-body);color:var(--color-warm);max-width:640px;font-size:1rem;font-weight:400;line-height:1.75}.projects__focus{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);margin-bottom:3.75rem;font-size:.6875rem;font-weight:500}.projects__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.cs-card{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s;display:block}.cs-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #2c242014}.cs-card__meta{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cs-card__year{font-family:var(--font-body);color:var(--color-warm);font-size:.875rem}.cs-card__dot{background:var(--color-accent);border-radius:50%;width:4px;height:4px}.cs-card__tag{font-family:var(--font-body);letter-spacing:.44px;text-transform:uppercase;color:var(--color-warm);background:#f4f0e8;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.cs-card__title{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:.75rem;font-size:1.75rem;font-style:italic;font-weight:400;line-height:1.3}.cs-card__desc{font-family:var(--font-body);color:var(--color-warm);margin-bottom:2rem;font-size:.9375rem;font-weight:400;line-height:1.6}.cs-card__metrics{flex-wrap:wrap;gap:2rem;display:flex}.cs-card__metric-value{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:.25rem;font-size:1.75rem;font-style:italic;font-weight:300;display:block}.cs-card__metric-label{font-family:var(--font-body);color:var(--color-light);font-size:.8125rem;font-weight:400}.cs-card__cta{font-family:var(--font-body);color:var(--color-accent);font-size:.9375rem;font-weight:500}.projects__skills{background:#2c1810}.projects__skills .projects__label{color:var(--color-light)}.projects__skills-heading{font-family:var(--font-heading);color:#f4f0e8;margin-bottom:1.5rem;font-size:clamp(2.25rem,4vw,3rem);font-style:italic;font-weight:300;line-height:1.2}.projects__skills-intro{font-family:var(--font-body);color:#c4b5a8;margin-bottom:1.25rem;font-size:1rem;font-weight:400;line-height:1.75}.projects__skills-note{align-items:flex-start;gap:.625rem;display:flex}.projects__skills-note-dot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.projects__skills-note p{font-family:var(--font-body);color:#c4b5a8;font-size:.9375rem;font-weight:400;line-height:1.6}.projects__skills-header{margin-bottom:3.75rem}.projects__skills-ctas{gap:.75rem;margin-top:1.5rem;display:flex}.projects__skills-cta{color:#c4b5a8;border-color:#7a6a60;font-size:.8125rem}.projects__skills-cta:hover{color:#f4f0e8;border-color:#c4b5a8}.projects__skills-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.skill-card{background:#3a2f28;border-radius:12px;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.skill-card__title{font-family:var(--font-heading);color:#f4f0e8;font-size:1.125rem;font-style:italic;font-weight:400;line-height:1.3}.skill-card__hook{font-family:var(--font-body);color:var(--color-accent);font-size:.9375rem;font-weight:500;line-height:1.5}.skill-card__desc{font-family:var(--font-body);color:#c4b5a8;font-size:.9375rem;font-weight:400;line-height:1.7}.skill-card__how{font-family:var(--font-body);color:#9a8a7d;flex:1;font-size:.8125rem;font-style:normal;font-weight:400;line-height:1.6}.skill-card__footer{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.skill-card__free{font-family:var(--font-body);letter-spacing:.44px;text-transform:uppercase;color:#9a8a7d;margin:0;font-size:.6875rem;font-weight:500}.skill-card__tag{font-family:var(--font-body);letter-spacing:.44px;text-transform:uppercase;color:var(--color-light);background:#2c1810;border-radius:4px;align-self:flex-start;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.skill-card__download{background:var(--color-accent);color:#fff;font-family:var(--font-body);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:500;transition:background .2s;display:flex}.skill-card__download:hover{background:#a34e30}.skill-card__file{font-family:var(--font-body);color:#9a8a7d;text-align:center;font-size:.75rem}.projects__cta{background:var(--color-bg);padding-bottom:5rem}.projects__cta-divider{border:none;border-top:1px solid #e8e2d8;margin-bottom:3.75rem}.projects__cta-inner{justify-content:space-between;align-items:center;display:flex}.projects__cta-heading{font-family:var(--font-heading);color:var(--color-dark);white-space:nowrap;font-size:1.75rem;font-style:italic;font-weight:300;line-height:1.3}.projects__cta-actions{gap:.75rem;display:flex}.projects__cta-resume{border-color:var(--color-dark);color:var(--color-dark)}.projects__cta-resume:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (width<=1024px){.projects__grid,.projects__skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.projects__grid,.projects__skills-grid{grid-template-columns:1fr}}@media (width<=768px){.projects__skills-ctas{flex-direction:column}.projects__cta-inner{flex-direction:column;align-items:flex-start;gap:2rem}.projects__cta-heading{white-space:normal}.projects__cta-actions{flex-direction:column;width:100%}.projects__cta-actions .btn{justify-content:center;width:100%}}.writing-page{background:var(--color-bg)}.wp__label{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);margin-bottom:1.25rem;font-size:.6875rem;font-weight:500}.wp__header{padding-top:5rem;padding-bottom:6.25rem}.wp__title{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:2rem;font-size:clamp(2.5rem,5vw,3.5rem);font-style:italic;font-weight:300;line-height:1.15}.wp__header-flex{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.wp__intro{max-width:640px;font-family:var(--font-body);color:var(--color-warm);flex:1;font-size:1rem;font-weight:400;line-height:1.75}.wp__count{font-family:var(--font-body);color:var(--color-light);white-space:nowrap;flex-shrink:0;font-size:.8125rem}.wp__featured{background:var(--color-accent)}.wp__featured-flex{gap:5rem;display:flex}.wp__featured-left{flex-shrink:0;width:560px}.wp__featured-label{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:#f4e4d8;margin-bottom:1.5rem;font-size:.6875rem;font-weight:500}.wp__featured-title{font-family:var(--font-heading);color:#fff;margin-bottom:1.75rem;font-size:2.5rem;font-style:italic;font-weight:400;line-height:1.2}.wp__featured-desc{font-family:var(--font-body);color:#f4e4d8;margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.65}.wp__featured-meta{align-items:center;gap:1.5rem;display:flex}.wp__featured-date{font-family:var(--font-body);color:#f4e4d8;font-size:.875rem}.wp__featured-link{font-family:var(--font-body);color:#fff;font-size:.9375rem;font-weight:500;transition:opacity .2s}.wp__featured-link:hover{opacity:.7}.wp__featured-right{background:#ffffff26;border:1px solid #fff3;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:400px;display:flex}.wp__featured-image-label{font-family:var(--font-body);color:#fff9;font-size:.9375rem;font-style:italic}.wp__articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.wp__card{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden}.wp__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2c242014}.wp__card-image{background:#eae4d8;justify-content:center;align-items:center;width:100%;height:200px;display:flex}.wp__card-image span{font-family:var(--font-body);color:var(--color-light);font-size:.8125rem;font-style:italic}.wp__card-img{object-fit:cover;width:100%;height:100%}.wp__card-body{padding:2rem}.wp__card-meta{white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex;overflow:hidden}.wp__card-date{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);font-size:.6875rem;font-weight:500}.wp__card-dot{background:var(--color-accent);border-radius:50%;width:3px;height:3px}.wp__card-tag{font-family:var(--font-body);letter-spacing:.44px;text-transform:uppercase;color:var(--color-warm);background:#eae4d8;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.wp__card-title{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:.75rem;font-size:1rem;font-style:italic;font-weight:400;line-height:1.3}.wp__card-desc{font-family:var(--font-body);color:var(--color-warm);margin-bottom:1.25rem;font-size:.9375rem;font-weight:400;line-height:1.6}.wp__card-cta{font-family:var(--font-body);color:var(--color-accent);font-size:.9375rem;font-weight:500}.wp__about-divider{border:none;border-top:1px solid #e8e2d8;margin-bottom:4rem}.wp__about-flex{gap:5rem;display:flex}.wp__about-left{max-width:560px}.wp__about-body{font-family:var(--font-body);color:var(--color-warm);font-size:1rem;font-weight:400;line-height:1.75}.wp__about-stats{flex:1;justify-content:flex-end;align-items:center;gap:3rem;display:flex}.wp__stat{text-align:right}.wp__stat-value{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:.5rem;font-size:2.25rem;font-style:italic;font-weight:300;display:block}.wp__stat-label{font-family:var(--font-body);color:var(--color-light);font-size:.8125rem}@media (width<=1024px){.wp__featured-left{width:auto}.wp__articles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.wp__articles-grid{grid-template-columns:1fr}}@media (width<=768px){.wp__header-flex{flex-direction:column;align-items:flex-start;gap:1rem}.wp__featured-flex{flex-direction:column;gap:2.5rem}.wp__about-flex{flex-direction:column;gap:2rem}.wp__about-stats{justify-content:flex-start}.wp__stat{text-align:left}}.cs{background:var(--color-bg)}.cs__label{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-light);margin-bottom:1.5rem;font-size:.6875rem;font-weight:500}.cs__back{font-family:var(--font-body);color:var(--color-warm);margin-bottom:2rem;font-size:.9375rem;font-weight:500;transition:color .2s;display:inline-block}.cs__back:hover{color:var(--color-accent)}.cs__hero{padding-top:5rem;padding-bottom:0}.cs__hero-top{margin-bottom:3rem}.cs__hero-meta{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.cs__hero-year{font-family:var(--font-body);color:var(--color-warm);font-size:.9375rem}.cs__hero-meta-dot{color:var(--color-light)}.cs__hero-tag{font-family:var(--font-body);letter-spacing:.88px;text-transform:uppercase;color:var(--color-warm);background:#eae4d8;border-radius:4px;padding:.25rem .625rem;font-size:.6875rem;font-weight:500}.cs__hero-title{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1rem;font-size:clamp(2.5rem,4.5vw,3.25rem);font-style:italic;font-weight:400;line-height:1.2}.cs__hero-subtitle{font-family:var(--font-body);color:var(--color-warm);font-size:1.375rem;font-weight:400;line-height:1.5}.cs__hero-card{background:#edeade;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:5rem;padding:2.25rem 2.5rem;display:flex}.cs__hero-card-meta{grid-template-columns:auto 1fr;align-items:baseline;gap:.875rem 3rem;display:grid}.cs__hero-card-field{display:contents}.cs__hero-card-label{font-family:var(--font-body);color:var(--color-light);white-space:nowrap;font-size:.875rem;font-weight:400}.cs__hero-card-value{font-family:var(--font-body);color:#4a3e38;font-size:.875rem;font-weight:500}.cs__hero-card-impact{flex-shrink:0}.cs__hero-card-impact>.cs__hero-card-label{letter-spacing:.88px;text-transform:uppercase;margin-bottom:1.25rem;font-size:.6875rem;font-weight:500;display:block}.cs__hero-card-metrics{align-items:flex-start;gap:2.5rem;display:flex}.cs__hero-card-metric-value{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:.375rem;font-size:2rem;font-style:italic;font-weight:300;display:block}.cs__hero-card-metric-text{font-family:var(--font-body);color:var(--color-warm);font-size:.8125rem}.cs__hero-image{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.cs__hero-img{width:100%;height:auto;display:block}.cs__hero-image--transparent{box-shadow:none;background:0 0;border:none;border-radius:0}.cs__hero-image span{font-family:var(--font-body);color:var(--color-light);font-size:.9375rem;font-style:italic}.cs__image-placeholder{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-top:2.5rem;display:flex}.cs__image-placeholder span{font-family:var(--font-body);color:var(--color-light);text-align:center;padding:1rem;font-size:.875rem;font-style:italic}.cs__image-placeholder--tall{height:600px}.cs__image-placeholder--large{height:500px}.cs__image-placeholder--medium{height:400px}.cs__narrative{border-top:1px solid #e8e2d8}.cs__section-heading{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1.5rem;font-size:clamp(1.375rem,2.5vw,1.375rem);font-style:italic;font-weight:300;line-height:1.3}.cs__body{font-family:var(--font-body);color:var(--color-warm);margin-bottom:1.25rem;font-size:1rem;font-weight:400;line-height:1.75}.cs__body--highlight{font-family:var(--font-body);color:var(--color-dark);background:#eae4d8;border-radius:8px;padding:1rem 1.25rem;font-size:.9375rem;font-weight:500;line-height:1.7}.cs__body--emphasis{font-family:var(--font-body);color:var(--color-dark);font-weight:500}.cs__prose{max-width:720px}.cs__two-col{gap:5rem;display:flex}.cs__two-col-left{max-width:520px}.cs__two-col-right{flex:1;align-items:flex-start;display:flex}.cs__pullquote{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;width:100%;padding:2rem}.cs__pullquote-mark{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:1rem;font-size:3rem;font-style:italic;font-weight:300;line-height:.8;display:block}.cs__pullquote p{font-family:var(--font-heading);color:var(--color-dark);margin-bottom:1.25rem;font-size:1.375rem;font-style:italic;font-weight:300;line-height:1.5}.cs__pullquote-cite{font-family:var(--font-body);color:var(--color-light);font-size:.8125rem;font-style:normal}.cs__solution-img{object-fit:contain;border-radius:8px;width:100%;height:auto;margin-top:1.5rem;display:block}.cs__decision-block{margin-bottom:3.75rem}.cs__decision-block:last-child{margin-bottom:0}.cs__decision-title{font-family:var(--font-body);color:var(--color-dark);margin-top:2.5rem;margin-bottom:1rem;font-size:1.125rem;font-style:normal;font-weight:500}.cs__callout{background:#eae4d8;border:1px solid #e8e2d8;border-radius:12px;margin:2rem 0;padding:2rem}.cs__callout h4{font-family:var(--font-body);color:var(--color-dark);margin-bottom:.5rem;font-size:1rem;font-style:normal;font-weight:500}.cs__callout p{font-family:var(--font-body);color:var(--color-warm);margin:0;font-size:.9375rem;font-weight:400;line-height:1.7}.cs__impact-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.cs__impact-card{border-top:1px solid #e8e2d8;padding-top:1.5rem}.cs__impact-value{font-family:var(--font-heading);color:var(--color-accent);margin-bottom:.5rem;font-size:2rem;font-style:italic;font-weight:300;display:block}.cs__impact-label{font-family:var(--font-body);color:var(--color-dark);margin-bottom:.25rem;font-size:1rem;font-weight:500;display:block}.cs__impact-detail{font-family:var(--font-body);color:var(--color-warm);font-size:.875rem}.cs__ext-link{font-family:var(--font-body);color:var(--color-accent);font-size:.9375rem;font-weight:500;transition:-webkit-text-decoration .2s,text-decoration .2s}.cs__ext-link:hover{text-decoration:underline}.cs__ext-links{gap:2rem;margin-top:2rem;display:flex}.cs__divider{border:none;border-top:1px solid #e8e2d8;margin-bottom:3rem}.cs__next-inner{flex-direction:column;gap:.75rem;display:flex}.cs__next-title{font-family:var(--font-heading);color:var(--color-dark);font-size:1.375rem;font-style:italic;font-weight:400;line-height:1.3}.cs__next-link{font-family:var(--font-body);color:var(--color-accent);font-size:.9375rem;font-weight:500;transition:color .2s}.cs__next-link:hover{color:#a34e30}.cs__final-designs{flex-direction:column;gap:3rem;margin-top:2rem;display:flex}.cs__final-design-item{width:100%}.cs__final-design-link{display:block}.cs__final-design-link img{transition:opacity .2s}.cs__final-design-link:hover img{opacity:.9}.cs__final-design-caption{font-family:var(--font-body);color:var(--color-light);margin-top:.75rem;font-size:.8125rem}@media (width<=1024px){.cs__hero-card{flex-direction:column}.cs__hero-card-metrics{flex-wrap:wrap}.cs__impact-grid{grid-template-columns:1fr}}@media (width<=768px){.cs__two-col{flex-direction:column;gap:2rem}.cs__image-placeholder--tall{height:400px}.cs__image-placeholder--large{height:320px}.cs__image-placeholder--medium{height:280px}}
