@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap";:root{--cream: #f5f0e6;--cream-light: #faf7f2;--gold: #c9a227;--gold-light: #e8d5a3;--gold-muted: #d4b96a;--gold-dark: #9e7d10;--dark-gray: #4a4744;--dark-gray-deep: #2d2b28;--dark-gray-bg: #3a3835;--medium-gray: #7a7570;--light-gray: #e8e4dc;--text-dark: #2d2b28;--nav-height: 80px;--max-width: 1200px;--transition: .3s ease}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Helvetica Neue,sans-serif;background-color:var(--cream-light);color:var(--text-dark);line-height:1.7;font-weight:300}h1,h2,h3,h4{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;letter-spacing:.02em;line-height:1.2}a{color:var(--gold);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--gold-dark)}img{max-width:100%;display:block}.container{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.section-pad{padding:6rem 0}.section-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-size:clamp(2rem,4vw,3rem);color:var(--dark-gray-deep);margin-bottom:1rem}.section-title--light{color:var(--cream)}.gold-rule{width:48px;height:2px;background:var(--gold);margin-bottom:2rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);display:flex;align-items:center;transition:background var(--transition),box-shadow var(--transition)}.navbar.scrolled{background:var(--cream);box-shadow:0 1px #00000014}.navbar.top{background:transparent}.navbar__inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem;width:100%;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.navbar__logo img{height:44px;width:auto}.navbar__logo-text{font-family:Cormorant Garamond,Georgia,serif;font-size:1.2rem;font-weight:600;color:var(--cream);letter-spacing:.05em;transition:color var(--transition);white-space:nowrap}.navbar.scrolled .navbar__logo-text{color:var(--dark-gray-deep)}.navbar__links{display:flex;gap:2.5rem;list-style:none}.navbar__links a{font-size:.8rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:#f5f0e6d9;text-decoration:none;transition:color var(--transition)}.navbar.scrolled .navbar__links a{color:var(--dark-gray)}.navbar__links a:hover,.navbar.scrolled .navbar__links a:hover{color:var(--gold)}.navbar__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.navbar__hamburger span{display:block;width:24px;height:2px;background:var(--cream);transition:background var(--transition)}.navbar.scrolled .navbar__hamburger span{background:var(--dark-gray-deep)}@media (max-width: 720px){.logo-text-scrolled,.logo-text-top{display:none}}.navbar.scrolled .logo-text-top,.navbar.top .logo-text-scrolled{display:none}@media (max-width: 1040px){.navbar__links{display:none;position:absolute;top:var(--nav-height);left:0;right:0;background:var(--cream);flex-direction:column;padding:1.5rem 2rem;gap:1.5rem;box-shadow:0 4px 12px #0000001a}.navbar__links.open{display:flex}.navbar__links a{color:var(--dark-gray)!important}.navbar__hamburger{display:flex}}.hero{min-height:100vh;background:var(--dark-gray-bg);display:flex;align-items:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 70% 50%,rgba(201,162,39,.08) 0%,transparent 60%),linear-gradient(135deg,rgba(45,43,40,.6) 0%,transparent 100%);pointer-events:none}.hero__inner{position:relative;z-index:1;max-width:var(--max-width);margin:0 auto;padding:0 2rem;padding-top:var(--nav-height);width:100%}.hero__eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.3em;text-transform:uppercase;color:var(--gold-muted);margin-bottom:1.5rem}.hero__title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2.8rem,7vw,5.5rem);font-weight:300;color:var(--cream);margin-bottom:1.5rem;max-width:800px;line-height:1.1}.hero__title em{font-style:italic;color:var(--gold-light)}.hero__subtitle{font-size:1rem;font-weight:300;color:#f5f0e6a6;max-width:480px;line-height:1.8;margin-bottom:3rem}.hero__cta{display:inline-flex;align-items:center;gap:.75rem;font-size:.78rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);border:1px solid rgba(201,162,39,.4);padding:.85rem 2rem;text-decoration:none;transition:all var(--transition)}.hero__cta:hover{background:#c9a2271a;border-color:var(--gold);color:var(--gold-light)}.hero__cta svg{transition:transform var(--transition)}.hero__cta:hover svg{transform:translate(4px)}.hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#f5f0e64d;font-size:.65rem;letter-spacing:.2em;text-transform:uppercase}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(201,162,39,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}@keyframes scrollPulse{0%,to{opacity:.4}50%{opacity:1}}.history{background:var(--cream-light)}.history__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.history__text p{color:var(--medium-gray);margin-bottom:1.25rem;font-size:.95rem}.history__text p:last-child{margin-bottom:0}.history__visual{display:flex;flex-direction:column;gap:1.5rem}.history__stat{padding:1.75rem;background:var(--cream);border-left:3px solid var(--gold)}.history__stat-number{font-family:Cormorant Garamond,Georgia,serif;font-size:3rem;font-weight:300;color:var(--dark-gray-deep);line-height:1;margin-bottom:.25rem}.history__stat-label{font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--medium-gray)}@media (max-width: 768px){.history__grid{grid-template-columns:1fr;gap:3rem}}.about{background:var(--light-gray)}.about__intro{max-width:600px;margin-bottom:4rem}.about__intro p{color:var(--medium-gray);font-size:.95rem}.about__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.about__card{background:var(--cream-light);padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow var(--transition),transform var(--transition)}.about__card:hover{box-shadow:0 8px 32px #2d2b281a;transform:translateY(-4px)}.about__avatar{width:100px;height:100px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;border:2px solid var(--gold-light);background:var(--dark-gray-bg);display:flex;align-items:center;justify-content:center}.about__avatar img{width:100%;height:100%;object-fit:cover}.about__name{font-family:Cormorant Garamond,Georgia,serif;font-size:1.4rem;color:var(--dark-gray-deep);margin-bottom:.25rem}.about__title{font-size:.72rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.about__rule{width:32px;height:1px;background:var(--gold-light);margin:0 auto 1.25rem}.about__email{font-size:.85rem;color:var(--medium-gray);text-decoration:none;transition:color var(--transition)}.about__email:hover{color:var(--gold-dark)}.philosophy{background:var(--dark-gray-bg);color:var(--cream)}.philosophy .section-label{color:var(--gold-muted)}.philosophy__intro{max-width:600px;margin-bottom:4rem}.philosophy__intro p{color:#f5f0e699;font-size:.95rem}.philosophy__pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5px;background:#c9a22726}.philosophy__pillar{background:var(--dark-gray-bg);padding:3rem 2.5rem;transition:background var(--transition)}.philosophy__pillar:hover{background:#c9a2270d}.philosophy__pillar-number{font-family:Cormorant Garamond,Georgia,serif;font-size:3.5rem;font-weight:300;color:#c9a22733;line-height:1;margin-bottom:1.5rem}.philosophy__pillar h3{font-size:1.4rem;color:var(--cream);margin-bottom:1rem}.philosophy__pillar p{font-size:.9rem;color:#f5f0e68c;line-height:1.8}.portfolio{background:var(--cream-light)}.portfolio__intro{max-width:600px;margin-bottom:4rem}.portfolio__intro p{color:var(--medium-gray);font-size:.95rem}.portfolio__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.portfolio__card{background:var(--cream);padding:2.5rem;border-bottom:3px solid transparent;transition:border-color var(--transition),box-shadow var(--transition),transform var(--transition)}.portfolio__card:hover{border-color:var(--gold);box-shadow:0 8px 32px #2d2b2814;transform:translateY(-3px)}.portfolio__card-category{font-size:.65rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.portfolio__card h3{font-size:1.5rem;color:var(--dark-gray-deep);margin-bottom:.75rem}.portfolio__card p{font-size:.88rem;color:var(--medium-gray);line-height:1.7}.footer{background:var(--dark-gray-deep);color:#f5f0e699;padding:4rem 0 2.5rem}.footer__inner{max-width:var(--max-width);margin:0 auto;padding:0 2rem}.footer__top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(245,240,230,.1);margin-bottom:2rem}.footer__brand img{height:48px;width:auto;margin-bottom:1.25rem;opacity:.85}.footer__brand p{font-size:.85rem;line-height:1.8;color:#f5f0e680;max-width:280px}.footer__col h4{font-family:Cormorant Garamond,Georgia,serif;font-size:1rem;font-weight:400;color:var(--cream);letter-spacing:.08em;margin-bottom:1.25rem}.footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer__col a{font-size:.83rem;color:#f5f0e680;text-decoration:none;transition:color var(--transition)}.footer__col a:hover{color:var(--gold-muted)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#f5f0e64d}@media (max-width: 768px){.footer__top{grid-template-columns:1fr;gap:2.5rem}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}
