@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";:root{--bg-primary:#f3f1ef;--bg-secondary:#e9e5e2;--bg-dark:#24190f;--bg-card:#f8f7f7;--text-primary:#2c2620;--text-secondary:#3a332c;--text-muted:#2c262099;--text-white:#fff;--accent:#2c2620;--border-light:#d8d8d8;--border-accent:#746658;--font-main:"Playfair Display", Georgia, "Times New Roman", serif;--font-body:"SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow:0 4px 12px #0000000d;--shadow-hover:0 8px 24px #0000001a;--max-width:1400px;--radius-lg:12px;--radius-md:6px;--spacing-site:2rem;--hero-sticky-inset:108px;--hero-bottom-gap:32px;--about-overlap-pull:50vh}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-main);font-weight:400;line-height:1.2}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none}img{max-width:100%;display:block}ul{list-style:none}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section{z-index:10;background:var(--bg-cream,#f3f1ef);padding:100px 0;position:relative}.glass{-webkit-backdrop-filter:blur(12px);background:#f3f1efe0}.navbar{z-index:1000;width:100%;padding:24px 0;position:fixed;top:0;left:0}.navbar .container{justify-content:space-between;align-items:center;width:100%;max-width:none;padding:0 clamp(16px,2.2vw,28px);display:flex}.logo{align-items:center;gap:.5rem;font-size:1rem;font-weight:400;display:flex}.logo img{width:auto;height:60px}.logo span{font-weight:300}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links .nav-link{display:none}.nav-cta{font-family:var(--font-body);letter-spacing:.02em;color:#2c2620;border-radius:var(--radius-md);white-space:nowrap;background:#fff;border:1px solid #2c262026;align-items:center;gap:7px;padding:9px 16px;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.nav-cta:hover{background:#f3f1ef;border-color:#2c26204d}.nav-cta svg{flex-shrink:0}.hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:28px;height:14px;padding:0;display:flex;position:relative}.hamburger span{background:var(--text-primary);transform-origin:50%;border-radius:0;width:100%;height:1.5px;transition:transform .25s,opacity .25s;display:block}.hamburger[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.hamburger[aria-expanded=true] span:nth-child(2){transform:translateY(-6px)rotate(-45deg)}.mobile-scrim{z-index:1000;opacity:0;pointer-events:none;background:#00000080;transition:opacity .3s;display:block;position:fixed;inset:0}.mobile-scrim.is-open{opacity:1;pointer-events:auto}.mobile-menu{z-index:1001;background:#f5f3ef;flex-direction:column;gap:0;width:80%;max-width:320px;height:100%;padding:5rem 2rem 2rem;transition:transform .3s;display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.mobile-menu.is-open{transform:translate(0)}.mobile-menu-close{color:var(--text-primary);cursor:pointer;opacity:.6;background:0 0;border:none;padding:4px 8px;font-size:1.75rem;line-height:1;transition:opacity .2s;position:absolute;top:20px;right:20px}.mobile-menu-close:hover{opacity:1}.mobile-nav-link{font-size:1.5rem;font-weight:400;font-family:var(--font-main);color:var(--text-primary);border-bottom:1px solid #0000001a;padding:1rem 0;text-decoration:none}.mobile-nav-link:last-child{border-bottom:none}.nav-link{font-size:.875rem;font-weight:400}.btn-primary{background-color:var(--bg-card);border-radius:var(--radius-md);border:1px solid #fff;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.875rem;font-weight:500;display:flex;box-shadow:0 2px 4px #0000000d}.services-view-all-wrap{justify-content:center;margin:0 32px 16px;display:flex}.services-view-all-link{color:#2c2620;text-underline-offset:2px;font-size:1rem;font-weight:400;text-decoration:underline;text-decoration-thickness:1px}.services-view-all-link:hover{opacity:.75}@keyframes hero-scale{0%{opacity:1}to{opacity:0;transform:translateY(-24px)}}@keyframes hero-content-fade{0%{opacity:1;transform:translate(0,0)}25%{opacity:0;transform:translateY(-20px)}to{opacity:0;transform:translateY(-20px)}}@keyframes reveal-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes services-fade-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.hero-wrapper{padding-top:var(--hero-sticky-inset);padding-bottom:var(--hero-bottom-gap);height:150vh;margin:0;position:relative;overflow:visible}.hero{top:var(--hero-sticky-inset);width:calc(100% - (var(--spacing-site) * 2));--hero-viewport:100vh;height:calc(var(--hero-viewport) - var(--hero-sticky-inset) - var(--hero-bottom-gap));min-height:calc(var(--hero-viewport) - var(--hero-sticky-inset) - var(--hero-bottom-gap));margin:0 var(--spacing-site) 0;border-radius:var(--radius-lg);z-index:2;isolation:isolate;background-color:#1a110a;flex-direction:column;display:flex;position:sticky}@supports (height:1dvh){.hero{--hero-viewport:100dvh}}.hero-inner{z-index:1;width:100%;min-height:0;padding:2rem 4rem var(--hero-bottom-gap);flex:auto;justify-content:center;align-self:stretch;align-items:center;animation:ease-in both hero-scale;animation-timeline:scroll(root);animation-range:0 45vh;display:flex;position:relative}.hero-bg{z-index:0;border-radius:var(--radius-lg);background-color:#1a110a;position:absolute;inset:0;overflow:hidden}.hero-skyline{z-index:0;pointer-events:none;border-radius:var(--radius-lg);position:absolute;inset:0;overflow:hidden}.hero-skyline:before{content:"";opacity:1;background-image:url(/hero.jpg);background-position:90% 20%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-scrim{z-index:0;pointer-events:none;border-radius:var(--radius-lg);background:linear-gradient(90deg,#120c08d1 0%,#120c0894 28%,#120c081f 52%,#0000 65%);position:absolute;inset:0;overflow:hidden}.hero-content{z-index:1;color:var(--text-white);flex-direction:row;justify-content:space-between;align-items:center;gap:clamp(2rem,4vw,4rem);width:100%;max-width:1400px;display:flex;position:relative}.hero-copy-anim{flex:none;width:min(400px,100%);max-width:100%}.hero-copy{text-align:left;-webkit-backdrop-filter:blur(48px);border-radius:var(--radius-md);background:#ffffff1f;flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:32px;display:flex;position:relative}.hero-copy:before{content:"";border-radius:var(--radius-md);opacity:.4;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(135deg,#3336 0%,#fff 50%,#3336 100%);padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero h1{flex-direction:column;gap:.4rem;margin:0 0 1.25rem;display:flex}.hero h1 .hero-title{font-family:var(--font-main);letter-spacing:-.01em;font-size:clamp(.95rem,1.6vw,1.35rem);font-weight:400;line-height:1.1}.hero h1 .hero-subtitle{font-family:var(--font-body);letter-spacing:.02em;opacity:.85;font-size:.75rem;font-weight:400;line-height:1.5}.hero p{letter-spacing:.4px;opacity:.95;text-align:left;max-width:720px;margin:0;font-size:1rem;line-height:1.65}.hero .btn-primary{color:#000;border-radius:var(--radius-md);text-transform:none;box-shadow:none;background:#fff;border:1px solid #fff;align-items:center;gap:12px;margin-top:8px;padding:11px 22px;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.hero .btn-primary:hover{background:#f3f1ef;border-color:#f3f1ef;transform:translateY(-2px)}.hero .btn-primary:disabled{color:#ffffff80;cursor:not-allowed;pointer-events:none;background:#ffffff2e;border-color:#ffffff4d;transform:none}.hero .btn-primary span{font-size:1rem;transition:transform .3s}.hero .btn-primary:hover span{transform:translate(4px)}.btn-large{padding:1.2rem 2.5rem;font-size:1.25rem}.hero-consult-form{flex-direction:column;gap:16px;width:100%;display:none}.hero-copy.is-expanded{width:min(520px,100%)}.hero-copy-anim:has(.is-expanded){width:min(520px,100%)}.hero-copy.is-expanded .hero-copy-default{display:none}.hero-copy.is-expanded .hero-consult-form{display:flex}.hero-form-success{flex-direction:column;gap:24px;padding:8px 0 16px}.hero-form-back{border-radius:var(--radius-md);color:#ffffffd9;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff80;padding:9px 18px;font-size:.9rem;font-weight:500;transition:border-color .2s,color .2s}.hero-form-back:hover{color:#fff;border-color:#ffffffe6}.hero-form-title{font-family:var(--font-main);letter-spacing:-.01em;color:var(--text-white);margin:0;font-size:clamp(1.1rem,3vw,1.75rem);font-weight:400;line-height:1.05}.hero-form-subtitle{font-family:var(--font-body);letter-spacing:.02em;color:#ffffffd9;margin:0;font-size:.875rem;font-weight:400;line-height:1.3}.hero-form{flex-direction:column;gap:10px;width:100%;display:flex}.hero-form input,.hero-form select,.hero-form textarea{width:100%;height:40px;font-family:var(--font-body);color:#fff;box-sizing:border-box;background:#ffffff59;border:1px solid #ffffff59;border-radius:8px;outline:none;padding:0 12px;font-size:.875rem;font-weight:500;transition:background .2s}.hero-form textarea{resize:none;height:80px;padding:10px 12px}.hero-form input::placeholder,.hero-form textarea::placeholder{color:#ffffffe6}.hero-form select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='rgba(255,255,255,0.75)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat}.hero-form select option{color:#fff;background:#3a332c}.hero-form input:focus,.hero-form select:focus,.hero-form textarea:focus{outline-offset:0;background:#ffffff73;outline:2px solid #ffffffe6}.hero-form-actions{flex-direction:column;gap:8px;margin-top:4px;display:flex}.hero-form-actions .btn-primary{order:1;justify-content:center;width:100%;padding:12px 18px;font-size:.9rem}.hero-form-actions .hero-form-back{order:2}@media (width<=768px){:root{--hero-sticky-inset:92px;--about-overlap-pull:22vh}.container{padding-left:1.25rem;padding-right:1.25rem}.section{padding:64px 0}.navbar{padding:16px 0}.navbar .container{padding-left:max(1.25rem, env(safe-area-inset-left,0px));padding-right:max(1.25rem, env(safe-area-inset-right,0px))}.nav-links{gap:.75rem}.hero-wrapper{height:125vh;padding-bottom:var(--hero-bottom-gap);margin:0 1rem}.hero{top:var(--hero-sticky-inset);width:100%;height:auto;min-height:calc(100dvh - var(--hero-sticky-inset) - var(--hero-bottom-gap));margin:0}.hero-skyline:before{background-position:calc(80% + 40px) 80%}.hero-inner{padding:1.5rem max(1rem, env(safe-area-inset-right,0px)) max(32px, env(safe-area-inset-bottom,0px)) max(1rem, env(safe-area-inset-left,0px));min-height:calc(100dvh - var(--hero-sticky-inset) - var(--hero-bottom-gap))}.hero-content{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding-top:.5rem}.hero-content.container{padding-left:.75rem;padding-right:.75rem}.hero-copy-anim{width:100%}.hero-copy{text-align:center;align-items:center;padding:24px}.hero-copy.is-expanded{max-height:calc(100dvh - var(--hero-sticky-inset) - 64px);-webkit-overflow-scrolling:touch;overflow-y:auto}.hero h1{text-align:center;align-items:center;margin-bottom:.625rem}.title-break{display:none}.hero h1 .hero-title{font-size:clamp(.95rem,3.5vw,1.2rem);line-height:1.1}.hero h1 .hero-subtitle{letter-spacing:.02em;font-size:.75rem;line-height:1.5}.hero-form-title{font-size:clamp(1.1rem,5vw,1.5rem)}.hero-form-subtitle{display:none}.hero-consult-form{gap:10px}.hero-form textarea{height:56px}.hero-form{gap:8px}.hero .btn-primary{white-space:nowrap;justify-content:center;width:100%;max-width:320px;margin-top:12px}.about{padding:72px 0 24px}.about-card h2{font-size:1.45rem}.about p{font-size:.9rem}.btn-group{justify-content:center}.about-card .btn-primary{justify-content:center;gap:.5rem;max-width:320px;margin-left:auto;margin-right:auto}.services{margin-top:36px;margin-bottom:36px;padding-top:32px;padding-bottom:64px}.services h2{margin-bottom:1.25rem;font-size:1.5rem}.section.education{margin-bottom:80px}.education-text{margin-bottom:2.5rem;font-size:.875rem}.edu-logos{gap:2.5rem}.footer{content-visibility:auto;contain-intrinsic-size:0 800px;padding:48px 0 32px}.footer .container{padding-left:max(1.25rem, env(safe-area-inset-left,0px));padding-right:max(1.25rem, env(safe-area-inset-right,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.footer-grid{flex-wrap:wrap;gap:.75rem 1rem}.footer-copyright{text-align:center;order:3;width:100%}.footer-contact-form{text-align:center;grid-template-columns:1fr;justify-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem}.footer-contact-intro{max-width:32rem;margin-inline:auto}.footer-contact-intro h2{text-wrap:balance}.footer-eyebrow{justify-content:center}.footer-contact-fields{width:100%;max-width:32rem}input,select,textarea{font-size:16px}}@supports (height:1dvh){@media (width<=768px){:root{--about-overlap-pull:20dvh}}}@keyframes slide-up-fade{0%{opacity:0;transform:translateY(60px)}to{opacity:1;transform:translateY(0)}}.about{margin-top:calc(-1 * var(--about-overlap-pull));background-color:var(--bg-primary);z-index:20;will-change:transform;border-radius:var(--radius-lg) var(--radius-lg) 0 0;flex-direction:column;justify-content:flex-start;padding:75px 0 24px;display:flex;position:relative;overflow:hidden}.about>.container{z-index:1;border-radius:var(--radius-lg);isolation:isolate;contain:paint;flex-direction:column;margin:0 auto;display:flex;position:relative;overflow:hidden}@media (width>=1025px){.about>.container{flex-direction:row;justify-content:center;align-items:center;gap:0;max-width:calc(100vw - 64px);min-height:64vh;padding:2rem}}.about>.container:after{content:"";pointer-events:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0;z-index:0;background-image:radial-gradient(circle,#00000026 1px,#0000 1px);background-size:6px 6px;position:absolute;inset:0}.about-card{border-radius:var(--radius-lg);z-index:1;color:var(--text-secondary);opacity:0;background:#fff;border:none;padding:1.5rem;position:relative;box-shadow:0 4px 12px #0000001a}.about>.container.scroll-visible .about-card{animation:.8s cubic-bezier(.16,1,.3,1) forwards slide-up-fade}@media (width>=1025px){.about-card{flex:0 0 50%;max-width:50%;padding:48px 64px}}.about-card .eyebrow{color:var(--text-muted)}.about-card h2{color:var(--text-secondary)!important}.about-image{z-index:1;opacity:0;position:relative}.about>.container.scroll-visible .about-image{animation:.8s cubic-bezier(.16,1,.3,1) forwards slide-up-fade}.about-image img{display:block}@media (width>=1025px){.about-image{border-radius:var(--radius-lg);flex:none;margin-left:-64px;overflow:hidden}.about-image img{object-fit:cover;width:400px;height:400px}}.eyebrow{text-transform:uppercase;letter-spacing:4px;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.section h2{color:var(--text-secondary);margin-top:0;margin-bottom:1.25rem;font-size:2rem}.about p{color:var(--text-secondary);opacity:.9;margin-bottom:1rem;font-size:.8rem;line-height:1.6}.btn-group{align-items:center;gap:1rem;margin-top:1.75rem;display:flex}.about-card .btn-primary{color:#fff;border-radius:var(--radius-md);background-color:#2c2620;border:1px solid #2c2620;justify-content:space-between;width:100%;padding:.85rem 1.5rem}.about-card .btn-primary span:last-child{font-size:1.25rem;font-weight:200;transform:translateY(-1px)}.btn-dark{background-color:var(--bg-dark);color:var(--text-white);border-radius:var(--radius-md);padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.image-mask{overflow:visible}.image-mask img{object-fit:cover;width:100%;height:100%}.services{margin-top:40px;margin-bottom:20px;padding-top:50px;padding-bottom:24px}.services .eyebrow{text-align:center}.services h2{text-align:center;margin-bottom:48px}.services .container{text-align:center;padding-left:0;padding-right:0}@supports (animation-timeline:view()){.services .container{animation:linear both services-fade-in;animation-timeline:view();animation-range:entry cover 32%}}.services-grid{padding:0 var(--spacing-site);grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.services-grid .card:last-child:nth-child(3n+1){grid-column:2}.card{background-color:var(--bg-card);border-radius:var(--radius-md);box-shadow:var(--shadow);text-align:left;filter:grayscale();background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;height:320px;transition:transform .3s,box-shadow .3s,filter .4s;display:flex;position:relative;overflow:hidden}.card:hover{filter:grayscale(0);transform:translateY(-4px);box-shadow:0 12px 24px #0000001f}.card-overlay{pointer-events:none;background:linear-gradient(#0000 0%,#00000073 60%,#000000e0 100%);position:absolute;inset:0}.card-bottom{z-index:2;justify-content:space-between;align-items:center;gap:12px;display:flex;position:absolute;bottom:20px;left:20px;right:20px}.card-title{color:#fff;text-shadow:0 2px 4px #0009;margin:0;font-size:1.15rem;font-weight:400;line-height:1.3}.card-arrow{color:#fff;opacity:.85;flex-shrink:0;font-size:1.5rem;line-height:1;transition:opacity .2s,transform .2s}.card:hover .card-arrow{opacity:1;transform:translate(4px)}.pa-modal-overlay{z-index:1000;visibility:hidden;justify-content:flex-end;display:flex;position:fixed;inset:0}.pa-modal-overlay.is-open{visibility:visible}.pa-modal-backdrop{cursor:pointer;background:0 0;transition:background .35s;position:absolute;inset:0}.pa-modal-overlay.is-open .pa-modal-backdrop{background:#00000080}.pa-modal-drawer{z-index:1;background:#f5f3ef;flex-direction:column;gap:28px;width:520px;max-width:100vw;height:100%;padding:72px 48px 80px;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow-y:auto;transform:translate(100%)}.pa-modal-overlay.is-open .pa-modal-drawer{transform:translate(0)}.pa-modal-close{cursor:pointer;color:#888;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:20px;right:20px}.pa-modal-close:hover{color:var(--text-primary);background:#0000000f}.pa-modal-eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:#888;margin:0;font-size:.75rem;font-weight:500}.pa-modal-heading{font-family:var(--font-main);letter-spacing:-.02em;color:var(--text-primary);margin:6px 0 0;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;line-height:1.05}.pa-modal-rule{border:none;border-top:1px solid #0000001a;margin:0}.pa-modal-desc{font-family:var(--font-body);color:#555;margin:0;font-size:.9375rem;line-height:1.75}.pa-modal-form{flex-direction:column;gap:10px;display:flex}.pa-modal-form input,.pa-modal-form select,.pa-modal-form textarea{background:#fff;width:100%}.pa-modal-form textarea{resize:vertical;min-height:100px}@media (width<=600px){.pa-modal-drawer{padding:64px 24px 60px}}.section.education{margin-bottom:200px}.section.education .container{text-align:center}.education-text{max-width:800px;color:var(--text-secondary);margin:0 auto 4rem;font-size:.9rem;line-height:1.6}.edu-logos{flex-wrap:wrap;justify-content:center;gap:6rem;display:flex}.edu-item{text-align:center;flex-shrink:0;width:130px;animation:linear both reveal-up;animation-timeline:view();animation-range:entry 10% cover 30%}.edu-logo-mask{justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 1.5rem;display:flex}.edu-logo-mask img{max-height:100%}.edu-logo-mask img.ny-admission-logo{width:150%;max-width:none;height:auto;max-height:none}.edu-item h4{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:400;line-height:1.6}.edu-item p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}input,select,textarea{border-radius:var(--radius-md);border:1px solid #00000026;padding:.75rem;font-family:inherit;font-size:.85rem}.footer-contact-form{grid-template-columns:260px 1fr;align-items:start;gap:clamp(2rem,5vw,4.5rem);width:100%;margin:0 0 3rem;padding-bottom:0;display:grid}@media (width<=1024px){.hero-skyline:before{background-position:calc(70% + 40px) 80%}.footer-contact-form{text-align:center;grid-template-columns:1fr;justify-items:center;gap:1.75rem}.footer-contact-intro{max-width:32rem;margin-inline:auto}.footer-contact-intro h2{text-wrap:balance}.footer-contact-intro p{text-wrap:balance;max-width:none;margin-inline:auto}.footer-eyebrow{justify-content:center}.footer-contact-fields{width:100%;max-width:32rem}}.footer-contact-intro{width:100%;max-width:32rem}.footer-contact-intro h2{letter-spacing:-.01em;text-wrap:balance;margin-top:.4rem;margin-bottom:1rem;font-size:clamp(1.85rem,3.2vw,2.75rem);font-weight:400;line-height:1.08}.footer-contact-intro p{color:var(--text-secondary);text-wrap:pretty;max-width:36ch;font-size:.95rem;line-height:1.55}.footer-contact-fields{grid-template-columns:1fr;gap:.7rem;width:100%;display:grid}.footer-contact-fields input,.footer-contact-fields select,.footer-contact-fields textarea{width:100%}.footer-contact-fields select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='rgba(0,0,0,0.45)' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;height:calc(2.775rem + 2px);padding-right:2rem}.footer-contact-fields textarea{resize:vertical;min-height:120px}.btn-full{width:100%;margin-top:.2rem;padding:.85rem;font-size:.9rem}.footer-main{border-top:1px solid #0000000d;margin:2rem 0 0;padding-top:1.5rem}.press-section{background:0 0;padding:24px 48px 96px}.press-inner{max-width:var(--max-width);flex-direction:column;gap:32px;margin:0 auto;display:flex}.press-header{flex-direction:row;justify-content:space-between;align-items:baseline;gap:16px;display:flex}.press-eyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:#888;font-size:.75rem;font-weight:400}.press-title{font-family:var(--font-main);color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;line-height:1.1}.press-view-all{margin-top:4px}.press-view-all-link{font-family:var(--font-body);color:#888;text-underline-offset:3px;font-size:.875rem;font-weight:400;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s}.press-view-all-link:hover{color:var(--text-primary)}.press-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.press-grid .press-card:last-child:nth-child(odd){grid-column:2}.press-card{border-radius:var(--radius-md);color:inherit;background:#fff;flex-direction:column;text-decoration:none;transition:box-shadow .3s;display:flex;overflow:hidden}.press-card:hover{box-shadow:0 8px 32px #00000014}.press-card-image{aspect-ratio:3/2;background:#1a1714;width:100%;position:relative;overflow:hidden}.press-card-image img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:transform .4s,filter .4s;display:block}.press-card:hover .press-card-image img{filter:grayscale(0);transform:scale(1.03)}.press-card-body{flex-direction:column;flex:1;gap:6px;padding:16px;display:flex}.press-card-publication{font-family:var(--font-body);color:#888;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;font-weight:400}.press-card-headline{font-family:var(--font-body);color:#3b332b;flex:1;margin:0;font-size:.875rem;font-weight:700;line-height:1.4}.press-card-read-more{font-family:var(--font-body);color:#888;text-underline-offset:2px;margin-top:4px;font-size:.75rem;font-weight:400;text-decoration:underline;text-decoration-thickness:1px;transition:color .2s}.press-card:hover .press-card-read-more{color:var(--text-primary)}@media (width<=768px){.press-section{padding:64px 24px}.press-grid{grid-template-columns:1fr}}@media (width<=1024px) and (width>=769px){.press-section{padding:80px 32px}}.credentials{padding:0!important}.credentials .container{max-width:none!important;padding:0!important}.cred-row{border-top:1px solid var(--border-light);max-width:var(--max-width);grid-template-columns:260px 1fr;align-items:start;gap:72px;margin:0 auto;padding:72px 48px;display:grid}.cred-row:first-child{border-top:none}.cred-left{flex-direction:column;gap:12px;display:flex;position:sticky;top:120px}.cred-eyebrow{font-family:var(--font-body);letter-spacing:.3em;text-transform:uppercase;color:#888;font-size:.75rem;font-weight:400}.cred-title{font-family:var(--font-main);color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,2.5vw,2.5rem);font-weight:400;line-height:1.1}.cred-desc{font-family:var(--font-body);color:var(--text-muted);margin-top:4px;font-size:.875rem;line-height:1.7}.cred-right{flex-wrap:wrap;align-items:flex-start;gap:4rem;padding-top:8px;display:flex}@media (width<=768px){.cred-row{grid-template-columns:1fr;gap:32px;padding:48px 24px}.cred-left{position:static}.cred-right{gap:2.5rem}}@media (width<=1024px) and (width>=769px){.cred-row{grid-template-columns:200px 1fr;gap:40px;padding:56px 32px}}.footer{background-color:var(--bg-secondary);border-top:1px solid var(--border-light);padding:40px 0;animation:linear both reveal-up;animation-timeline:view();animation-range:entry cover 20%}.footer .container{flex-direction:column;justify-content:flex-start;max-width:none;padding:0 48px;display:flex}.footer-grid{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-eyebrow{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:0;font-size:11px;display:flex}.footer-info{flex-direction:column;gap:0;display:flex}.footer-info p{font-size:14px;display:flex}select{display:block}.footer-socials{justify-content:flex-end;gap:8px;display:flex}.social-icon{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.footer-copyright{color:var(--text-muted);text-align:center;flex:1;font-size:.8rem}.footer-address{font-family:var(--font-body);color:var(--text-muted);text-align:center;letter-spacing:.01em;margin:10px 0 0;font-size:.75rem}@media (width<=1024px) and (width>=769px){.hero h1 .hero-title{font-size:clamp(1.2rem,3vw,2rem)}.services-grid{grid-template-columns:1fr 1fr}}@media (width<=1024px){.section.about>.container{width:100%;max-width:calc(100vw - (var(--spacing-site) * 2));justify-content:flex-start;align-items:center;gap:1.25rem;min-height:auto;padding:1rem}.about-card{box-sizing:border-box;flex:none;order:2;width:100%;max-width:100%}.about-image{border-radius:0;order:1;justify-content:center;align-items:center;width:100%;max-width:100%;margin:0;display:flex;overflow:visible}.about-image img{object-fit:contain;object-position:center;border-radius:12px;width:auto;max-width:min(17.5rem,88%);height:auto}}@media (width<=900px){.services-grid{grid-template-columns:1fr;max-width:100%;padding-left:1rem;padding-right:1rem}.services-grid .card:last-child:nth-child(3n+1){grid-column:auto}.services-view-all-wrap{margin-left:1rem;margin-right:1rem}}
