*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #000000;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--font-display: "Newsreader", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--white);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.header{background:var(--white);position:fixed;top:0;left:0;right:0;z-index:100;transition:background .3s,box-shadow .3s}.header.scrolled{background:var(--white);box-shadow:0 1px 3px #0000001a}.header-inner{padding:1rem 3rem;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center}.logo img{height:40px;width:auto}.nav{display:flex;align-items:center;gap:2.5rem}.nav a{font-size:.95rem;font-weight:500;color:var(--gray-700);transition:color .3s}.nav a:hover{color:var(--black)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:100px;font-weight:600;font-size:.95rem;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:#000;color:#fff!important}.btn-primary:hover{background:#1f2937}.btn-secondary{background:transparent;color:var(--gray-900);border:1px solid var(--gray-200)}.btn-secondary:hover{border-color:var(--gray-400)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover{background:var(--gray-100)}.btn-outline-light{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.3)}.btn-outline-light:hover{background:#ffffff1a}.mobile-menu-btn{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:10px;z-index:1001}.mobile-menu-btn span{display:block;width:24px;height:2px;background:#111;transition:all .3s ease}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.mobile-menu{display:none;position:fixed;inset:0;background:#fff;z-index:1000;padding:24px;flex-direction:column}.mobile-menu.active{display:flex}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mobile-menu-header img{height:32px}.mobile-menu-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px}.mobile-menu a{display:block;padding:16px 0;font-size:1.125rem;font-weight:500;color:#111;text-decoration:none;border-bottom:1px solid #e5e5e5}.mobile-menu .btn-primary{margin-top:24px;text-align:center;background:#000;color:#fff!important;border-radius:8px;padding:16px}@media(max-width:768px){.mobile-menu-btn{display:flex}nav.nav{display:none}}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;position:relative}.hero-content{display:flex;flex-direction:column;justify-content:center;padding:8rem 6rem 6rem;background:var(--white)}.hero-eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.5rem}.hero-headline{font-family:var(--font-display);font-size:clamp(2.5rem,4.5vw,4rem);font-weight:400;line-height:1.1;color:var(--gray-900);margin-bottom:2rem;letter-spacing:-.02em}.hero-headline em{font-style:italic}.hero-subhead{font-family:var(--font-body);font-size:1.125rem;color:var(--gray-500);max-width:420px;margin-bottom:3rem;line-height:1.7}.hero-actions{display:flex;gap:1rem;align-items:center;margin-bottom:4rem}.hero-stats{display:flex;gap:3rem}.stat{display:flex;flex-direction:column}.stat-number{font-family:var(--font-display);font-size:2.5rem;font-weight:400;color:var(--gray-900)}.stat-label{font-size:.8rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.hero-image{position:relative;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-image-credit{position:absolute;bottom:1rem;right:1rem;font-size:.7rem;color:#fff9}.manifesto{background:#000;color:var(--white);padding:8rem 2rem;text-align:center}.manifesto-content{max-width:800px;margin:0 auto}.manifesto-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);margin-bottom:2rem}.manifesto-quote{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400;line-height:1.5;margin-bottom:2rem;font-style:normal}.manifesto-quote em{font-style:italic}.manifesto-body{font-size:1.125rem;color:var(--gray-400);line-height:1.8}.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.editorial-image{position:relative;overflow:hidden}.editorial-image img{width:100%;height:100%;object-fit:cover}.editorial-content{padding:6rem;display:flex;flex-direction:column;justify-content:center;background:var(--gray-50)}.editorial-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-500);margin-bottom:1.5rem}.editorial-headline{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.2;color:var(--gray-900);margin-bottom:3rem}.feature-list{display:flex;flex-direction:column;gap:2.5rem}.feature-item{display:grid;grid-template-columns:2rem 1fr;gap:1rem;align-items:start}.feature-number{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--gray-900);color:var(--white);font-family:Inter,sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.08em;line-height:1}.feature-title{font-family:var(--font-display);font-size:1.25rem;font-weight:500;margin-bottom:.5rem}.feature-desc{font-size:.95rem;color:var(--gray-600);line-height:1.7}.cities{padding:6rem 2rem;max-width:1400px;margin:0 auto}.cities-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.cities-headline{font-family:var(--font-display);font-size:2rem;font-weight:400}.cities-link{font-weight:500;color:var(--gray-900)}.cities-link:hover{text-decoration:underline}.cities-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.city-card{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s}.city-card:hover{transform:translateY(-4px)}.city-card img{width:100%;height:100%;object-fit:cover}.city-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,transparent 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:var(--white)}.city-name{font-family:var(--font-display);font-size:1.5rem;font-weight:500}.city-count{font-size:.875rem;opacity:.8}.for-shops{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;background:#000}.for-shops-content{padding:6rem;display:flex;flex-direction:column;justify-content:center;color:var(--white)}.for-shops-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.5rem}.for-shops-headline{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,3rem);font-weight:400;line-height:1.2;margin-bottom:1.5rem}.for-shops-body{font-size:1.125rem;color:var(--gray-400);line-height:1.7;margin-bottom:2.5rem;max-width:480px}.for-shops-points{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.point{display:grid;grid-template-columns:2rem 1fr;gap:1rem;align-items:start;font-size:1rem;color:var(--gray-300)}.point-icon{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:999px;background:var(--gray-900);color:var(--white);font-family:Inter,sans-serif;font-size:.76rem;font-weight:700;letter-spacing:.08em;line-height:1}.point-copy{font-family:Inter,sans-serif;line-height:1.65}.btn-light{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:var(--white);color:var(--gray-900);border-radius:100px;font-weight:600;font-size:.95rem;transition:background .2s;width:fit-content}.btn-light:hover{background:var(--gray-100)}.for-shops-image{position:relative;overflow:hidden}.for-shops-image img{width:100%;height:100%;object-fit:cover}.signature{padding:8rem 2rem;text-align:center;background:var(--white)}.signature-tagline{font-family:var(--font-display);font-size:1.25rem;font-style:italic;color:var(--gray-500);margin-bottom:1rem}.signature-phrase{font-family:var(--font-display);font-size:clamp(3rem,8vw,6rem);font-weight:400;color:var(--gray-900)}.footer{background:var(--gray-50);padding:4rem 1.5rem 2rem}.footer-inner{max-width:1280px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem;padding-bottom:3rem}.footer-brand p{color:var(--gray-600);margin:1rem 0;max-width:280px}.footer-logo img{height:32px}.footer-social{display:inline-flex;align-items:center;gap:.5rem;color:var(--gray-600);font-size:.9rem}.footer-social svg{width:20px;height:20px}.footer-col h4{font-weight:600;margin-bottom:1rem;color:var(--gray-900)}.footer-col ul{list-style:none}.footer-col li{margin-bottom:.75rem}.footer-col a{color:var(--gray-600);font-size:.95rem;transition:color .2s}.footer-col a:hover{color:var(--gray-900)}.footer-cities{padding:2rem 0;border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);margin-bottom:2rem}.footer-cities h4{font-weight:600;margin-bottom:1rem}.footer-cities-grid{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem}.footer-cities-grid a{color:var(--gray-600);font-size:.9rem}.footer-cities .view-all{display:inline-block;margin-top:1rem;color:var(--gray-900);font-weight:500}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--gray-500);font-size:.875rem}.footer-bottom svg{width:14px;height:14px;color:#ef4444;vertical-align:middle}@media(max-width:1024px){.hero{grid-template-columns:1fr;min-height:auto}.hero-content{padding:8rem 3rem 4rem;order:1}.hero-image{height:50vh;order:2}.editorial{grid-template-columns:1fr}.editorial-image{height:50vh}.editorial-content{padding:4rem 3rem}.for-shops{grid-template-columns:1fr}.for-shops-content{padding:4rem 3rem}.for-shops-image{height:50vh}}@media(max-width:768px){.hero-content{padding:7rem 1.5rem 3rem}.hero-stats{flex-direction:column;gap:1.5rem}.cities-grid{grid-template-columns:repeat(2,1fr)}.cities-header{flex-direction:column;align-items:flex-start;gap:1rem}.editorial-content,.for-shops-content{padding:3rem 1.5rem}.manifesto{padding:4rem 1.5rem}.footer-top{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
