*{box-sizing:border-box;margin:0;padding:0}:root{--black:#111;--cream:#f6f1e8;--white:#fff;--gold:#c9a227;--muted:#777;--border:rgba(17,17,17,.12)}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background:var(--cream);color:var(--black);line-height:1.6}a{color:inherit;text-decoration:none}.container{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{position:fixed;top:0;width:100%;z-index:1000;background:rgba(246,241,232,.95);border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.header-container{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-logo{display:inline-flex;flex-direction:column;line-height:1}.brand-name{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:800;letter-spacing:.08em}.brand-subtitle{margin-top:5px;font-size:.55rem;font-weight:700;letter-spacing:.22em}.main-navigation{display:flex;align-items:center;gap:28px}.nav-list{display:flex;gap:22px;list-style:none}.nav-link{font-size:.82rem;font-weight:600}.nav-link:hover,.nav-link.active{color:var(--gold)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;font-weight:700;transition:.25s}.nav-cta,.btn-primary{background:var(--black);color:var(--white)}.nav-cta:hover,.btn-primary:hover{background:var(--gold);color:var(--black);transform:translateY(-2px)}.menu-toggle{display:none;width:44px;height:44px;border:0;background:transparent}.menu-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:var(--black)}.hero-section{min-height:100vh;position:relative;overflow:hidden;display:flex;align-items:center;padding:130px 0 80px;background:radial-gradient(circle at 80% 35%,rgba(201,162,39,.16),transparent 25%),var(--cream)}.hero-container{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:50px}.hero-eyebrow,.section-eyebrow{color:var(--gold);font-size:.72rem;font-weight:800;letter-spacing:.2em;margin-bottom:18px}.hero-content h1{font-family:'Playfair Display',serif;font-size:clamp(3rem,7vw,6.5rem);line-height:.98;letter-spacing:-.04em}.hero-content h1 span{display:block;color:var(--gold)}.hero-description{max-width:620px;margin:28px 0;color:#555}.hero-buttons{display:flex;flex-wrap:wrap;gap:12px}.btn-secondary{border:1px solid var(--black)}.btn-secondary:hover{background:var(--black);color:var(--white)}.hero-motto{display:flex;align-items:center;gap:12px;margin-top:30px}.motto-line{width:42px;height:1px;background:var(--gold)}.hero-motto p{font-size:.72rem;font-weight:700;letter-spacing:.08em}.hero-visual{min-height:470px;position:relative;display:grid;place-items:center}.hero-fashion-card{position:relative;z-index:3;width:min(330px,75vw);aspect-ratio:3/4;padding:16px;background:var(--black);transform:rotate(5deg);box-shadow:30px 30px 0 rgba(201,162,39,.35)}.fashion-card-inner{width:100%;height:100%;border:1px solid rgba(255,255,255,.35);color:var(--white);display:flex;flex-direction:column;justify-content:flex-end;padding:28px;background:linear-gradient(145deg,transparent 0 35%,rgba(201,162,39,.25) 35% 36%,transparent 36%),linear-gradient(30deg,rgba(255,255,255,.08),transparent 45%)}.fashion-number{font-family:'Playfair Display',serif;font-size:5rem;color:var(--gold);margin-bottom:auto}.fashion-label{font-family:'Playfair Display',serif;font-size:1.8rem;line-height:1.1}.hero-circle{position:absolute;border-radius:50%;border:1px solid rgba(17,17,17,.2)}.hero-circle-one{width:410px;height:410px}.hero-circle-two{width:500px;height:500px}.scroll-indicator{position:absolute;left:50%;bottom:25px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);font-size:.65rem;text-transform:uppercase;letter-spacing:.15em}.scroll-arrow{font-size:1.2rem;color:var(--gold)}.placeholder-section{padding:100px 0;min-height:55vh;display:flex;align-items:center}.placeholder-section:nth-child(even){background:var(--white)}.placeholder-section h2{max-width:750px;font-family:'Playfair Display',serif;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;margin-bottom:20px}.placeholder-section p:not(.section-eyebrow){max-width:700px;color:var(--muted);margin-bottom:25px}.site-footer{padding:40px 0;background:var(--black);color:var(--white);text-align:center;font-size:.8rem}.site-footer p+p{margin-top:5px;color:#aaa}@media(max-width:800px){.menu-toggle{display:block}.main-navigation{position:absolute;top:76px;left:0;width:100%;padding:24px 20px;display:none;flex-direction:column;align-items:stretch;background:var(--cream);border-bottom:1px solid var(--border)}.main-navigation.open{display:flex}.nav-list{flex-direction:column;align-items:flex-start}.nav-cta{text-align:center}.hero-container{grid-template-columns:1fr;text-align:center}.hero-description{margin-left:auto;margin-right:auto}.hero-buttons,.hero-motto{justify-content:center}.scroll-indicator{display:none}}@media(max-width:480px){.container{width:calc(100% - 28px)}.brand-name{font-size:1.25rem}.hero-content h1{font-size:clamp(2.8rem,14vw,4rem)}.hero-buttons{flex-direction:column}.btn{width:100%}.hero-visual{min-height:350px}.hero-fashion-card{width:260px}.hero-circle-one{width:310px;height:310px}.hero-circle-two{width:370px;height:370px}}
