@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Manrope:wght@300;400;500;600;700&display=swap";:root{--surface:#fff4e7;--surface-white:#fff;--surface-cream:#faebd7;--surface-warm:#f2e2ce;--surface-beige:#e8d6bd;--surface-sand:#d4bc98;--primary:#3d5a3e;--primary-light:#4a6b4b;--primary-dark:#2d4630;--on-primary:#fff;--secondary:#8b7355;--secondary-light:#a08968;--accent:#c4a77d;--accent-light:#d4bc98;--text-dark:#1a1a1a;--text-body:#4a4a4a;--text-muted:#7a7a7a;--text-light:#9a9a9a;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 20px #0000000f;--shadow-lg:0 8px 40px #00000014;--shadow-xl:0 16px 60px #0000001a;--radius-xs:.25rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--font-display:"Cormorant Garamond", serif;--font-body:"Manrope", sans-serif;--transition-fast:all .2s ease;--transition-base:all .3s cubic-bezier(.4, 0, .2, 1);--transition-slow:all .5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;border:none;outline:none;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--surface);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}a{color:inherit;transition:var(--transition-base);text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;font-family:inherit}img{max-width:100%;display:block}.container{max-width:1240px;margin:0 auto;padding:0 2rem}.section-padding{padding:8rem 0}@media (width<=768px){.section-padding{padding:5rem 0}.container{padding:0 1.5rem}}.grid-2,.grid-3{grid-template-columns:repeat(1,1fr);gap:2rem;display:grid}@media (width>=768px){.grid-2{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (width>=1024px){.grid-3{grid-template-columns:repeat(3,1fr);gap:4rem}}.font-display{font-family:var(--font-display)}.display-xl{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-dark);font-size:clamp(2.8rem,5vw,4.2rem);font-weight:400;line-height:1.1}.display-lg{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-dark);font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.15}.section-title{font-family:var(--font-display);color:var(--text-dark);letter-spacing:-.01em;font-size:clamp(2rem,3vw,2.5rem);font-style:italic;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--text-dark);font-weight:400}.label-sm{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:600}.label-md{font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.8rem;font-weight:600}.body-lg{color:var(--text-body);font-size:1rem;line-height:1.7}.body-sm{color:var(--text-muted);font-size:.875rem;line-height:1.6}.btn{font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;cursor:pointer;border-radius:0;justify-content:center;align-items:center;gap:.8rem;padding:.85rem 2rem;font-size:.85rem;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px);box-shadow:0 10px 25px #0000001a}.btn-outline{color:var(--text-dark);background:0 0;border:1px solid var(--text-dark)!important}.btn-outline:hover{background:var(--text-dark);color:#fff;transform:translateY(-3px)}.btn-outline-light{color:#fff;background:0 0;border:1px solid #ffffff80!important}.btn-outline-light:hover{color:var(--text-dark);background:#fff;transform:translateY(-3px);border-color:#fff!important}.btn-small{padding:.6rem 1.4rem;font-size:.75rem}.section{padding:5rem 0}.origin-chip{background-color:var(--primary);color:var(--on-primary);border-radius:var(--radius-full);letter-spacing:.04em;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.75rem;font-weight:600;display:inline-flex}.text-center{text-align:center}.glass{-webkit-backdrop-filter:blur(16px);background:#ffffffd9}.grid{gap:2rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.align-center{align-items:center}.bg-white{background-color:var(--surface-white)}.bg-surface{background-color:var(--surface)}.section-padding-left{padding-left:4rem}.section-padding-right{padding-right:4rem}@media (width<=900px){.grid-2{grid-template-columns:1fr}.section-padding-left,.section-padding-right{margin-top:2rem;padding-left:0;padding-right:0}.order-1-mobile{order:1}.order-2-mobile{order:2}}.reveal{opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-visible{opacity:1;transform:translateY(0)}.animate-on-reveal{overflow:hidden}.animate-on-reveal img{transition:transform 1.5s cubic-bezier(.16,1,.3,1);transform:scale(1.1)}.reveal-visible .animate-on-reveal img{transform:scale(1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes revealBlur{0%{opacity:0;filter:blur(20px);transform:scale(1.1)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:.1}}@keyframes pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}.header{z-index:1000;background:var(--surface);width:100%;transition:var(--transition-base);padding:.9rem 0;position:fixed;top:0;left:0}.header--scrolled{background:var(--surface);box-shadow:var(--shadow-sm);padding:.75rem 0}.header__inner{justify-content:space-between;align-items:center;display:flex}.header__logo{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__logo-img{object-fit:contain;width:auto;height:28px}.header__logo-text{font-family:var(--font-display);color:var(--text-dark);letter-spacing:-.02em;font-size:1.6rem;font-weight:500}.header__nav{align-items:center;gap:2.5rem;display:none}@media (width>=768px){.header__nav{display:flex}}.header__nav-link{color:var(--text-body);transition:var(--transition-fast);padding:.4rem 0;font-size:.85rem;font-weight:500;position:relative}.header__nav-link:hover,.header__nav-link--active{color:var(--text-dark)}.header__nav-link--active:after{content:"";background:var(--text-dark);width:100%;height:1.5px;position:absolute;bottom:0;left:0}.header__actions{align-items:center;gap:.75rem;display:none}@media (width>=768px){.header__actions{display:flex}}.header__icon-btn{color:var(--text-dark);border-radius:var(--radius-sm);transition:var(--transition-fast);align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;display:flex}.header__icon-btn:hover{color:var(--primary);background:#3d5a3e0f}.header__mobile-toggle{width:40px;height:40px;color:var(--text-dark);z-index:1001;justify-content:center;align-items:center;display:flex}@media (width>=768px){.header__mobile-toggle{display:none}}.header__mobile-menu{-webkit-backdrop-filter:blur(20px);z-index:999;background:#fdfcfbe6;flex-direction:column;width:100%;height:100vh;padding:8rem 2rem 2rem;transition:transform .6s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;inset:0;transform:translateY(-100%)}.header__mobile-menu--open{transform:translateY(0)}.header__mobile-nav{flex-direction:column;gap:2rem;margin-bottom:4rem;display:flex}.header__mobile-link{font-family:var(--font-display);color:var(--text-dark);opacity:0;font-size:2.5rem;font-weight:400;text-decoration:none;transition:all .5s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.header__mobile-menu--open .header__mobile-link{opacity:1;transform:translateY(0)}.header__mobile-link:first-child{transition-delay:.1s}.header__mobile-link:nth-child(2){transition-delay:.15s}.header__mobile-link:nth-child(3){transition-delay:.2s}.header__mobile-link:nth-child(4){transition-delay:.25s}.header__mobile-link:nth-child(5){transition-delay:.3s}.header__mobile-link:nth-child(6){transition-delay:.35s}.header__mobile-link:hover{color:var(--primary);padding-left:10px}.header__mobile-actions{border-top:1px solid var(--surface-warm);opacity:0;flex-direction:column;gap:1.5rem;padding-top:3rem;transition:opacity .8s .4s;display:flex}.header__mobile-menu--open .header__mobile-actions{opacity:1}.header__mobile-actions .header__icon-btn{background:0 0;justify-content:flex-start;padding:0;font-size:1.1rem;font-weight:500}.footer{background-color:var(--surface);border-top:1px solid var(--surface-beige);margin-top:2rem;padding:6rem 0 3rem}.footer__grid{grid-template-columns:1fr;gap:4rem;margin-bottom:5rem;display:grid}@media (width>=1024px){.footer__grid{grid-template-columns:1.5fr .8fr .8fr 1fr;gap:4rem}}.footer__brand{flex-direction:column;gap:1.5rem;display:flex}.footer__logo-group{align-items:center;gap:.75rem;display:flex}.footer__logo-img{object-fit:contain;width:auto;height:32px}.footer__logo-text{color:var(--text-dark);letter-spacing:-.01em;font-size:1.5rem;font-weight:500}.footer__desc{color:var(--text-body);max-width:320px;font-size:.9rem;line-height:1.7}.footer__socials{gap:1rem;margin-top:.5rem;display:flex}.footer__social-link{border-radius:var(--radius-full);background:var(--surface-warm);width:40px;height:40px;color:var(--primary);border:1px solid var(--surface-beige);justify-content:center;align-items:center;transition:all .3s;display:flex}.footer__social-link:hover{background:var(--primary);color:#fff;box-shadow:var(--shadow-md);transform:translateY(-3px)}.footer__col-title{color:var(--text-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;font-size:.7rem;font-weight:700;position:relative}.footer__col-title:after{content:"";background:var(--primary);width:20px;height:2px;position:absolute;bottom:-.75rem;left:0}.footer__links{flex-direction:column;gap:1rem;display:flex}.footer__links a{color:var(--text-body);font-size:.9rem;transition:all .2s}.footer__links a:hover{color:var(--primary);padding-left:5px}.footer__contact-list{flex-direction:column;gap:1.5rem;display:flex}.footer__contact-label{text-transform:uppercase;color:var(--text-light);letter-spacing:.05em;margin-bottom:.25rem;font-size:.65rem;font-weight:700;display:block}.footer__contact-value{color:var(--text-dark);font-size:.9rem;font-weight:500;transition:color .2s;display:block}a.footer__contact-value:hover{color:var(--primary)}.footer__bottom{border-top:1px solid var(--surface-beige);padding-top:2.5rem}.footer__bottom-inner{flex-direction:column;align-items:center;gap:1rem;display:flex}@media (width>=768px){.footer__bottom-inner{flex-direction:row;justify-content:space-between}}.footer__copyright{color:var(--text-muted);font-size:.8rem}.footer__legal-links{color:var(--text-light);font-size:.8rem;font-style:italic}@media (width<=1023px){.footer{padding:6rem 0 3rem}.footer__grid{text-align:center;grid-template-columns:1fr;gap:4rem}.footer__brand{border-bottom:1px solid var(--surface-beige);align-items:center;padding-bottom:4rem}.footer__logo-group{justify-content:center}.footer__desc{max-width:400px;margin:0 auto}.footer__socials{justify-content:center}.footer__col{border-bottom:1px solid var(--surface-warm);opacity:.9;padding-bottom:4rem}.footer__col:last-child{border-bottom:none;padding-bottom:0}.footer__col-title:after{left:50%;transform:translate(-50%)}.footer__contact-list{align-items:center}}@media (width<=600px){.footer{padding:5rem 0 2.5rem}.footer__logo-text{font-size:1.35rem}.footer__bottom-inner{text-align:center;flex-direction:column;gap:1.5rem;padding-top:1rem}}.hero{background:var(--surface);align-items:center;min-height:90vh;padding-top:5rem;padding-bottom:2rem;display:flex;position:relative;overflow:hidden}.hero__container{z-index:2;width:100%;position:relative}.hero__content{max-width:520px;padding-bottom:0}.hero__visual{z-index:1;width:65%;height:100%;position:absolute;top:0;right:0;overflow:hidden;-webkit-mask-image:linear-gradient(265deg,#000 30%,#0003 75%,#0000 95%);mask-image:linear-gradient(265deg,#000 30%,#0003 75%,#0000 95%)}.hero__visual-glass{mix-blend-mode:multiply;pointer-events:none;background:#fff4e71a;position:absolute;inset:0}.hero__bg-image{object-fit:cover;object-position:right center;width:100%;height:100%}.hero__badge{opacity:0;color:var(--primary);box-shadow:none;background:#3d5a3e1a;margin-bottom:2rem;animation:1s ease-out .2s forwards fadeUp}.hero__badge-dot{background:var(--primary);box-shadow:none}.hero__title{opacity:0;color:var(--text-dark);text-shadow:none;margin-bottom:1.5rem;animation:1s cubic-bezier(.2,.8,.2,1) .4s forwards fadeUp}.hero__title em{color:var(--primary);font-style:italic;font-weight:400}.hero__subtitle{color:var(--text-body);opacity:0;margin-bottom:3rem;font-size:1.05rem;line-height:1.8;animation:1s cubic-bezier(.2,.8,.2,1) .6s forwards fadeUp}.hero__actions{opacity:0;flex-wrap:wrap;align-items:center;gap:1.25rem;animation:1s cubic-bezier(.2,.8,.2,1) .8s forwards fadeUp;display:flex}@keyframes bgZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@media (width<=1024px){.hero__visual{width:60%;-webkit-mask-image:linear-gradient(265deg,#000 10%,#0003 60%,#0000 95%);mask-image:linear-gradient(265deg,#000 10%,#0003 60%,#0000 95%)}}@media (width<=768px){.hero{min-height:auto;padding-top:7rem;padding-bottom:4rem}.hero__visual{width:100%;height:70%;top:auto;bottom:0;-webkit-mask-image:linear-gradient(#0000 0%,#0000001a 20%,#000 70%);mask-image:linear-gradient(#0000 0%,#0000001a 20%,#000 70%)}.hero__content{max-width:100%}.hero__title{font-size:clamp(2.5rem,8vw,3.5rem)}.hero__subtitle{z-index:5;font-size:1rem;position:relative}.hero__actions{z-index:5;flex-direction:column;align-items:flex-start;width:100%;position:relative}.hero__actions .btn{width:100%}}.mission{background:var(--surface);overflow:hidden}.mission__inner{grid-template-columns:1fr;align-items:center;gap:5rem;max-width:1320px;margin:0 auto;padding:7rem 2rem;display:grid}@media (width>=1024px){.mission__inner{grid-template-columns:.9fr 1.1fr;gap:6rem;padding:8rem 4rem}}.mission__visual{flex-direction:column;gap:1.5rem;display:flex}.mission__photo-frame{border-radius:var(--radius-lg);position:relative;overflow:visible}.mission__photo{aspect-ratio:4/5;object-fit:cover;object-position:center 20%;border-radius:var(--radius-lg);width:100%;display:block;-webkit-mask-image:linear-gradient(#000 70%,#00000080 100%);mask-image:linear-gradient(#000 70%,#00000080 100%)}.mission__photo-tag{background:var(--surface);border:1px solid var(--surface-beige);border-radius:var(--radius-full);font-family:var(--font-body);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);box-shadow:var(--shadow-sm);align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.7rem;font-weight:600;display:flex;position:absolute;top:1.25rem;right:-.75rem}.mission__quote-card{-webkit-backdrop-filter:blur(14px);border-radius:var(--radius-md);background:#fff4e7d1;border:1px solid #fff4e7e6;max-width:300px;padding:1.5rem 1.75rem;position:absolute;bottom:-2rem;left:-1.5rem;box-shadow:0 12px 40px #0000001a}.mission__quote-icon{font-family:var(--font-display);color:var(--primary);opacity:.6;margin-bottom:.5rem;font-size:3rem;line-height:.9;display:block}.mission__quote-text{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.85rem;font-size:1.05rem;font-style:italic;line-height:1.5}.mission__quote-author{letter-spacing:.1em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.75rem;font-size:.7rem;font-weight:700;display:flex}.mission__quote-line{background:var(--primary);opacity:.5;width:24px;height:1.5px;display:inline-block}.mission__stats{background:var(--surface-warm);border-radius:var(--radius-md);align-items:center;gap:0;margin-top:2.5rem;padding:1.5rem 2rem;display:flex}.mission__stat{text-align:center;flex:1}.mission__stat-value{font-family:var(--font-display);color:var(--text-dark);margin-bottom:.35rem;font-size:1.7rem;font-weight:500;line-height:1.1;display:block}.mission__stat-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:600;line-height:1.4}.mission__stat-divider{background:var(--surface-beige);flex-shrink:0;width:1px;height:40px}.mission__content{flex-direction:column;gap:1.5rem;padding-left:2.5rem;display:flex;position:relative}.mission__accent-line{background:linear-gradient(to bottom, transparent, var(--primary) 20%, var(--primary) 80%, transparent);border-radius:2px;width:2.5px;position:absolute;top:2.5rem;bottom:2.5rem;left:0}.mission__eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;display:flex}.mission__eyebrow-icon{opacity:.7}.mission__title{font-family:var(--font-display);color:var(--text-dark);letter-spacing:-.01em;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:400;line-height:1.2}.mission__title em{color:var(--primary);font-style:italic}.mission__body{flex-direction:column;gap:1rem;display:flex}.mission__body p{color:var(--text-body);font-size:.95rem;line-height:1.8}.mission__body strong{color:var(--text-dark);font-weight:600}.mission__cta{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--primary);border-bottom:1.5px solid var(--primary);align-items:center;gap:.6rem;width:fit-content;margin-top:.5rem;padding-bottom:.35rem;font-size:.82rem;font-weight:700;transition:gap .25s;display:inline-flex}.mission__cta:hover{gap:1rem}@media (width<=1023px){.mission__inner{gap:4rem;padding:5rem 1.5rem}.mission__content{text-align:center;align-items:center;padding-left:0}.mission__accent-line{display:none}.mission__quote-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid var(--surface-beige);text-align:left;background:#fff4e7e6;max-width:100%;margin:1.5rem auto 0;position:relative;bottom:auto;left:auto}.mission__photo-tag{right:.75rem}.mission__stats{flex-wrap:wrap;justify-content:center;gap:1.5rem 0;margin-top:2rem;padding:1.5rem 1rem}.mission__stat{flex:0 0 50%}.mission__stat-divider{display:none}}@media (width<=640px){.mission__stat{flex:0 0 100%}}.reveal .mission__photo{clip-path:inset(0 0 100%);transition:clip-path 1.6s cubic-bezier(.16,1,.3,1),transform 2s cubic-bezier(.16,1,.3,1);transform:scale(1.1)}.reveal-visible .mission__photo{clip-path:inset(0);transform:scale(1)}.reveal .mission__quote-card,.reveal .mission__photo-tag,.reveal .mission__stats{opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.reveal-visible .mission__quote-card{opacity:1;transition-delay:.6s;transform:translateY(0)}.reveal-visible .mission__photo-tag{opacity:1;transition-delay:.8s;transform:translateY(0)}.reveal-visible .mission__stats{opacity:1;transition-delay:1s;transform:translateY(0)}.reveal .mission__accent-line,.reveal .mission__eyebrow,.reveal .mission__title,.reveal .mission__body p,.reveal .mission__cta{opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal-visible .mission__accent-line{opacity:1;transition-delay:.2s;transform:translateY(0)}.reveal-visible .mission__eyebrow{opacity:1;transition-delay:.3s;transform:translateY(0)}.reveal-visible .mission__title{opacity:1;transition-delay:.4s;transform:translateY(0)}.reveal-visible .mission__body p:first-child{opacity:1;transition-delay:.5s;transform:translateY(0)}.reveal-visible .mission__body p:nth-child(2){opacity:1;transition-delay:.6s;transform:translateY(0)}.reveal-visible .mission__cta{opacity:1;transition-delay:.7s;transform:translateY(0)}.tresors{background:var(--surface);padding:7rem 0}.tresors__header{grid-template-columns:1fr;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:grid}@media (width>=768px){.tresors__header{grid-template-columns:1fr 1fr;gap:3rem}}.tresors__eyebrow{font-family:var(--font-body);letter-spacing:.12em;text-transform:uppercase;color:var(--primary);align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.7rem;font-weight:700;display:flex}.tresors__title{font-family:var(--font-display);color:var(--text-dark);letter-spacing:-.01em;font-size:clamp(2.2rem,4vw,3rem);font-style:italic;font-weight:400;line-height:1.1}.tresors__header-right{flex-direction:column;justify-content:flex-end;gap:1.25rem;display:flex}.tresors__subtitle{color:var(--text-muted);font-size:.9rem;line-height:1.7}.tresors__see-all{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);border-bottom:1.5px solid var(--primary);align-items:center;gap:.5rem;width:fit-content;padding-bottom:.25rem;font-size:.78rem;font-weight:700;transition:gap .25s;display:inline-flex}.tresors__see-all:hover{gap:.85rem}.tresors__grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=768px){.tresors__grid{grid-template-rows:auto;grid-template-columns:1.3fr 1fr}}.tresors__card{border-radius:var(--radius-lg);cursor:pointer;background:var(--surface-warm);position:relative;overflow:hidden}.tresors__img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.tresors__card:hover .tresors__img{transform:scale(1.05)}.tresors__card-overlay{z-index:1;background:linear-gradient(#0000 25%,#00000059 55%,#000c 100%);position:absolute;inset:0}.tresors__card-overlay--light{background:linear-gradient(#0000 0%,#0000001a 40%,#000000a6 100%)}.tresors__card-body{z-index:2;flex-direction:column;justify-content:flex-end;gap:.75rem;padding:1.75rem;display:flex;position:absolute;inset:0}.tresors__card-body--bottom-sm{gap:.4rem;padding:1.25rem 1.5rem}.tresors__tag{background:var(--primary);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:var(--radius-full);align-items:center;gap:.4rem;width:fit-content;padding:.3rem .75rem;font-size:.65rem;font-weight:700;display:inline-flex}.tresors__tag--light{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff2e;border:1px solid #ffffff4d}.tresors__tag-dot{background:#8eff8e;border-radius:50%;flex-shrink:0;width:5px;height:5px;box-shadow:0 0 6px #8eff8eb3}.tresors__tag-dot--gold{background:#ffd88e;box-shadow:0 0 6px #ffd88eb3}.tresors__card-title{font-family:var(--font-display);color:#fff;font-size:1.8rem;font-weight:400;line-height:1.15}.tresors__card-title--sm{font-size:1.2rem}.tresors__card-desc{color:#fffc;max-width:340px;font-size:.82rem;line-height:1.5}.tresors__card-desc--xs{font-size:.75rem}.tresors__card-cta{letter-spacing:.07em;text-transform:uppercase;color:#fff;border-bottom:1.5px solid #ffffff80;align-items:center;gap:.5rem;width:fit-content;padding-bottom:.2rem;font-size:.78rem;font-weight:700;transition:gap .2s,border-color .2s;display:inline-flex}.tresors__card-cta:hover{border-color:#fff;gap:.8rem}.tresors__card--main{min-height:540px}.tresors__right{flex-direction:column;gap:1rem;display:flex}.tresors__card--poivres{flex:1;min-height:260px}.tresors__bottom-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tresors__card--epices{min-height:190px}.tresors__card--cta{background:var(--surface-warm);border:1.5px solid var(--surface-beige);justify-content:center;align-items:center;min-height:190px;transition:background .3s,border-color .3s;display:flex}.tresors__card--cta:hover{background:var(--primary);border-color:var(--primary)}.tresors__cta-inner{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;display:flex}.tresors__cta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:700;transition:color .3s}.tresors__card--cta:hover .tresors__cta-label{color:#ffffffb3}.tresors__cta-title{font-family:var(--font-display);color:var(--text-dark);font-size:1.5rem;font-style:italic;font-weight:400;transition:color .3s}.tresors__card--cta:hover .tresors__cta-title{color:#fff}.tresors__cta-btn{border-radius:var(--radius-full);background:var(--surface-beige);width:40px;height:40px;color:var(--text-dark);justify-content:center;align-items:center;margin-top:.5rem;transition:background .3s,color .3s,transform .25s;display:flex}.tresors__card--cta:hover .tresors__cta-btn{color:#fff;background:#fff3;transform:translate(4px)}@media (width<=767px){.tresors{padding:5rem 0}.tresors__header-right{justify-content:flex-start}.tresors__card--main{min-height:480px}.tresors__card--poivres{min-height:280px}.tresors__bottom-row{grid-template-columns:1fr;gap:1rem}.tresors__card--epices,.tresors__card--cta{min-height:180px}.reveal-visible .tresors__card--main{transition-delay:.2s}.reveal-visible .tresors__card--poivres{transition-delay:.3s}.reveal-visible .tresors__card--epices{transition-delay:.4s}.reveal-visible .tresors__card--cta{transition-delay:.5s}}.reveal .tresors__header-left,.reveal .tresors__header-right{opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1);transform:translateY(40px)}.reveal-visible .tresors__header-left{opacity:1;transition-delay:.1s;transform:translateY(0)}.reveal-visible .tresors__header-right{opacity:1;transition-delay:.3s;transform:translateY(0)}.reveal .tresors__card{opacity:0;transition:all 1.4s cubic-bezier(.16,1,.3,1);transform:translateY(60px)scale(.98)}.reveal-visible .tresors__card--main{opacity:1;transition-delay:.4s;transform:translateY(0)scale(1)}.reveal-visible .tresors__card--poivres{opacity:1;transition-delay:.6s;transform:translateY(0)scale(1)}.reveal-visible .tresors__card--epices{opacity:1;transition-delay:.8s;transform:translateY(0)scale(1)}.reveal-visible .tresors__card--cta{opacity:1;transition-delay:1s;transform:translateY(0)scale(1)}.b-hero{background:var(--surface);min-height:95vh;padding-top:8rem;padding-bottom:5rem;position:relative;overflow:hidden}.b-hero__container{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.b-hero__container{grid-template-columns:1fr 1.2fr;gap:6rem}}.b-hero__content{z-index:10;position:relative}.b-hero__badge{border-radius:var(--radius-full);color:var(--primary);text-transform:uppercase;letter-spacing:.1em;background:#3d5a3e14;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.75rem;font-weight:700;animation:1s ease-out forwards fadeUp;display:inline-flex}.b-hero__title{color:var(--text-dark);opacity:0;margin-bottom:2rem;animation:1s ease-out .2s forwards fadeUp}.b-hero__title em{color:var(--primary);font-style:italic;font-weight:400}.b-hero__subtitle{color:var(--text-body);opacity:0;max-width:500px;margin-bottom:3rem;font-size:1.1rem;line-height:1.8;animation:1s ease-out .4s forwards fadeUp}.b-hero__actions{opacity:0;flex-wrap:wrap;gap:1.5rem;animation:1s ease-out .6s forwards fadeUp;display:flex}.b-hero__visual{width:100%;height:600px;position:relative}.b-hero__collage{width:100%;height:100%;position:relative}.b-hero__img-wrap{background:var(--surface-warm);border-radius:0;position:absolute;overflow:hidden;box-shadow:0 30px 60px #00000026}.b-hero__img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.b-hero__img--main{z-index:2;clip-path:inset(0 0 100%);width:75%;height:80%;animation:1.6s cubic-bezier(.16,1,.3,1) forwards curtainReveal;top:10%;right:0%;transform:rotate(-2deg)}.b-hero__img--secondary{z-index:4;clip-path:inset(0 0 100%);width:45%;height:60%;animation:1.8s cubic-bezier(.16,1,.3,1) .3s forwards curtainReveal;top:0;left:0;transform:rotate(3deg);box-shadow:-20px 20px 50px #0003}.b-hero__img--tertiary{z-index:5;clip-path:inset(0 0 100%);width:35%;height:35%;animation:2s cubic-bezier(.16,1,.3,1) .6s forwards curtainReveal;bottom:0;right:15%;transform:rotate(-1deg);box-shadow:20px 20px 50px #0003}.b-hero__shape{z-index:1;pointer-events:none;opacity:0;animation:1s ease-out 1s forwards fadeIn;position:absolute}.b-hero__shape--circle{border:1px solid var(--primary);opacity:.1;mix-blend-mode:multiply;border-radius:50%;width:300px;height:300px;top:-10%;right:-10%}.b-hero__shape--square{background:var(--primary);opacity:.05;width:150px;height:150px;bottom:10%;left:40%;transform:rotate(45deg)}@keyframes curtainReveal{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@media (width<=1023px){.b-hero{min-height:auto;padding:8rem 0 5rem}.b-hero__container{text-align:center;gap:1.5rem}.b-hero__content{flex-direction:column;align-items:center;display:flex}.b-hero__subtitle{margin-left:auto;margin-right:auto}.b-hero__actions{justify-content:center;width:100%}.b-hero__visual{height:500px;margin-top:3.5rem}}@media (width<=640px){.b-hero__visual{height:380px}.b-hero__actions{flex-direction:column;align-items:stretch}.b-hero__img--main{width:90%}.b-hero__img--secondary{width:60%}}.product-section{background:linear-gradient(180deg, var(--surface) 0%, #fdfcfb 15%, #fdfcfb 100%);padding:10rem 0;position:relative;overflow:hidden}.product-section__header-layout{justify-content:space-between;align-items:flex-end;gap:4rem;margin-bottom:6rem;display:flex}.product-section__header{text-align:left;flex:1}.product-section__header .label-md{color:var(--accent);margin-bottom:.75rem;display:block}.product-section__intro{flex:1;max-width:500px}.product-section__intro p{color:var(--text-muted);border-left:1px solid var(--surface-beige);padding-left:2rem;font-weight:300}@media (width<=900px){.product-section__header-layout{flex-direction:column;align-items:flex-start;gap:2rem;margin-bottom:4rem}.product-section__intro p{border-left:none;padding-left:0}}.product-search{justify-content:center;width:100%;margin-bottom:4rem;display:flex}.product-search__wrapper{border-bottom:1px solid var(--surface-beige);width:100%;max-width:600px;transition:var(--transition-base);align-items:center;padding:.5rem 0;display:flex;position:relative}.product-search__wrapper:focus-within{border-bottom-color:var(--primary);transform:translateY(-2px)}.product-search__icon{color:var(--text-light);margin-right:1rem}.product-search__input{width:100%;font-family:var(--font-body);color:var(--text-dark);background:0 0;padding:.5rem 0;font-size:1rem;font-weight:300}.product-search__input::placeholder{color:var(--text-light);font-style:italic}.product-search__clear{color:var(--text-light);cursor:pointer;transition:var(--transition-base);padding:.5rem}.product-search__clear:hover{color:var(--primary)}.collection-nav{flex-direction:column;align-items:center;gap:3rem;margin-bottom:6rem;display:flex}.collection-nav__main{justify-content:center;gap:4rem;width:100%;display:flex;position:relative}.collection-nav__btn{font-family:var(--font-display);color:var(--text-light);transition:var(--transition-base);letter-spacing:.02em;padding:.5rem 0;font-size:1.6rem;position:relative}.collection-nav__btn:hover,.collection-nav__btn.active{color:var(--text-dark)}.collection-nav__btn.active:after{content:"";background-color:var(--primary);width:40px;height:1px;animation:.4s ease-out growLine;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes growLine{0%{width:0}to{width:40px}}.collection-nav__sub{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.collection-nav__sub-btn{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);transition:var(--transition-base);background:0 0;font-size:.75rem;position:relative}.collection-nav__sub-btn:before{content:"";background:var(--accent);width:0;height:1px;transition:var(--transition-base);position:absolute;bottom:-4px;left:0}.collection-nav__sub-btn:hover:before,.collection-nav__sub-btn.active:before{width:100%}.collection-nav__sub-btn.active{color:var(--accent);font-weight:700}.product-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:500px;grid-auto-flow:dense;gap:3rem;margin-bottom:6rem;display:grid}.product-card{transition:var(--transition-slow);background:#fff;border:1px solid #0000;border-radius:0;flex-direction:column;display:flex;position:relative;overflow:hidden}.product-card:hover{border-color:var(--surface-warm);transform:translateY(-12px);box-shadow:0 40px 80px #0000000d}.product-card--large{grid-area:span 1/span 2}@media (width<=1024px){.product-card--large{grid-column:span 1}}.product-card__image-container{background:var(--surface-cream);width:100%;height:75%;position:relative;overflow:hidden}.product-card__image{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-card__image{transform:scale(1.08)}.product-card__overlay{opacity:0;width:100%;height:100%;transition:var(--transition-base);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff6;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-card__overlay{opacity:1}.product-card__action-btn{width:50px;height:50px;color:var(--text-dark);transition:var(--transition-base);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;display:flex}.product-card__action-btn:hover{background:var(--primary);color:#fff;transform:scale(1.1)}.product-card__details{background:#fff;flex-direction:column;flex-grow:1;padding:2rem;display:flex}.product-card__meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.product-card__category{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;font-size:.65rem}.product-card__price{color:var(--text-dark);font-size:1.1rem;font-weight:500}.product-card__name{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:.5rem;font-size:1.4rem;line-height:1.1}.product-card__description{color:var(--text-muted);margin-top:.75rem;font-size:.9rem;font-weight:300;line-height:1.5}.product-grid__empty{text-align:center;background:var(--surface-cream);border-radius:var(--radius-sm);grid-column:1/-1;padding:8rem}.pagination{justify-content:center;margin:6rem 0 4rem;display:flex}.pagination__controls{align-items:center;gap:4rem;width:100%;max-width:800px;display:flex}.pagination__btn{color:var(--text-dark);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;transition:var(--transition-base);cursor:pointer;background:0 0;align-items:center;gap:.75rem;padding:1rem 0;font-size:.75rem;display:flex}.pagination__btn:disabled{color:var(--text-light);cursor:not-allowed;opacity:.4}.pagination__btn:not(:disabled):hover{color:var(--primary);transform:translate(5px)}.pagination__btn:first-child:not(:disabled):hover{transform:translate(-5px)}.pagination__info{flex:1;justify-content:center;align-items:center;gap:1.5rem;display:flex}.pagination__current,.pagination__total{font-family:var(--font-display);color:var(--text-dark);font-size:1.4rem}.pagination__total{color:var(--text-light)}.pagination__progress-wrap{background:var(--surface-warm);flex:1;max-width:200px;height:1px;position:relative}.pagination__progress-bar{background:var(--primary);height:100%;transition:width .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.product-card{animation:.8s cubic-bezier(.16,1,.3,1) forwards revealUp}@keyframes revealUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.product-section{padding:6rem 0}.collection-nav__main{gap:2rem}}@media (width<=768px){.product-section{padding:5rem 0}.collection-nav{align-items:stretch;margin-bottom:4rem}.collection-nav__main{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:flex-start;gap:2.5rem;padding-bottom:1rem;overflow-x:auto}.collection-nav__main::-webkit-scrollbar{display:none}.collection-nav__btn{white-space:nowrap;font-size:1.3rem}.collection-nav__sub{scrollbar-width:none;justify-content:flex-start;gap:1.5rem;padding-bottom:.5rem;overflow-x:auto}.collection-nav__sub::-webkit-scrollbar{display:none}.collection-nav__sub-btn{white-space:nowrap}.product-grid{grid-template-columns:1fr;grid-auto-rows:auto;gap:2rem}.product-card__image-container{height:350px}.pagination__controls{gap:2rem}.pagination__info{font-size:.8rem}.pagination__current,.pagination__total{font-size:1.1rem}}@media (width<=480px){.pagination__controls{flex-direction:column;gap:1.5rem}.pagination__btn{border:1px solid var(--surface-beige);justify-content:center;width:100%}.pagination__info{order:-1;width:100%}}.g-hero{background-color:var(--surface);z-index:1;align-items:center;height:100vh;min-height:800px;display:flex;position:relative;overflow:hidden}.g-hero__noise{opacity:.05;pointer-events:none;z-index:2;background-image:url(https://www.transparenttextures.com/patterns/p6.png);position:absolute;inset:0}.g-hero__container{z-index:10;position:relative}.g-hero__content{max-width:600px;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeUp}.g-hero__badge{color:var(--accent);margin-bottom:1.5rem;display:block}.g-hero__title{margin-bottom:2rem;line-height:1}.g-hero__title span{color:var(--primary);margin-left:2rem;font-style:italic;display:block}.g-hero__desc{color:var(--text-muted);max-width:450px;font-weight:300}.g-hero__collage{z-index:5;pointer-events:none;position:absolute;inset:0}.g-hero__item{transition:transform .2s ease-out;position:absolute;overflow:hidden;box-shadow:0 40px 80px #0000001f}.g-hero__item img{object-fit:cover;width:100%;height:100%}.g-hero__item--1{clip-path:ellipse(50% 50%);width:30vw;height:45vh;animation:1.5s ease-out forwards revealBlur;top:15%;right:10%}.g-hero__item--2{opacity:0;width:18vw;height:35vh;animation:1.8s ease-out .2s forwards revealBlur;bottom:10%;left:5%}.g-hero__item--3{opacity:0;width:12vw;height:12vw;animation:2s ease-out .4s forwards revealBlur;top:10%;left:25%}.g-hero__item--4{opacity:0;border-radius:50%;width:15vw;height:15vw;animation:2.2s ease-out .6s forwards revealBlur;bottom:5%;right:25%}.g-hero__scroll{z-index:10;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;bottom:3rem;left:50%;transform:translate(-50%)}.g-hero__scroll-line{background:var(--surface-warm);width:1px;height:60px;position:relative;overflow:hidden}.g-hero__scroll-line:after{content:"";background:var(--primary);width:100%;height:30%;animation:2s ease-in-out infinite scrollAnim;position:absolute;top:0;left:0}@keyframes scrollAnim{0%{transform:translateY(-100%)}to{transform:translateY(400%)}}@media (width<=1023px){.g-hero{height:auto;min-height:auto;padding:8rem 0 4rem}.g-hero__content{text-align:center;z-index:20;flex-direction:column;align-items:center;max-width:100%;padding:0 1.5rem;display:flex}.g-hero__title{font-size:clamp(2.5rem,8vw,3.5rem)}.g-hero__title span{margin-left:0;display:block}.g-hero__desc{margin:0 auto}.g-hero__collage{pointer-events:auto;height:480px;margin-top:3.5rem;display:block;position:relative}.g-hero__item--1{z-index:5;width:75%;height:320px;top:0;right:0}.g-hero__item--2{z-index:6;width:50%;height:220px;bottom:0;left:0}.g-hero__item--3{display:none}.g-hero__item--4{z-index:7;width:120px;height:120px;bottom:5%;right:5%}.g-hero__scroll{display:none}}@media (width<=640px){.g-hero{padding:7rem 0 3rem}.g-hero__collage{height:380px}.g-hero__item--1{height:260px}.g-hero__item--2{width:55%;height:180px}.g-hero__item--4{width:90px;height:90px}}.gallery-section{background-color:var(--surface-white);padding:10rem 0;position:relative}.gallery-section__header{margin-bottom:5rem}.gallery-section__header .label-md{color:var(--accent);margin-bottom:.5rem;display:block}.gallery-filter{justify-content:center;margin-bottom:6rem;display:flex}.gallery-filter__inner{border-bottom:1px solid var(--surface-warm);gap:3rem;padding:0 1rem 1rem;display:flex}.gallery-filter__btn{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;color:var(--text-light);transition:var(--transition-base);font-size:.8rem;position:relative}.gallery-filter__btn:hover,.gallery-filter__btn.active{color:var(--text-dark)}.gallery-filter__btn.active:after{content:"";background-color:var(--primary);width:100%;height:2px;animation:.4s ease-out forwards growWidth;position:absolute;bottom:-1px;left:0}@keyframes growWidth{0%{width:0}to{width:100%}}.gallery-grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:350px;gap:1.5rem;animation:.8s cubic-bezier(.16,1,.3,1) forwards revealGrid;display:grid}@keyframes revealGrid{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.gallery-item--large{grid-area:span 2/span 2}.gallery-item--tall{grid-area:span 2/span 1}.gallery-item--wide{grid-area:span 1/span 2}.gallery-item--square{grid-area:span 1/span 1}@media (width<=1024px){.gallery-section{padding:6rem 0}.gallery-filter__inner{gap:2rem}.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px;gap:1rem;padding:0 1rem}}@media (width<=768px){.gallery-section{padding:5rem 0}.gallery-filter{justify-content:flex-start;margin-bottom:4rem;padding:0 1.5rem}.gallery-filter__inner{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:2rem;width:100%;padding-bottom:1rem;overflow-x:auto}.gallery-filter__inner::-webkit-scrollbar{display:none}.gallery-filter__btn{white-space:nowrap;padding-bottom:.5rem}.gallery-grid{grid-template-columns:1fr;grid-auto-rows:auto;padding:0 1.5rem}.gallery-item{height:420px;grid-area:span 1/span 1!important}.gallery-item__overlay{opacity:1;background:linear-gradient(#0000 40%,#000000d9 100%);padding:2rem}.gallery-item__info{transform:translateY(0)}.gallery-item__title{font-size:1.5rem}}.gallery-item{background:var(--surface-warm);position:relative;overflow:hidden}.gallery-item__image-wrap{width:100%;height:100%;position:relative;overflow:hidden}.gallery-item__image{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.gallery-item:hover .gallery-item__image{transform:scale(1.1)}.gallery-item__overlay{opacity:0;transition:var(--transition-base);background:linear-gradient(#0000 0%,#000c 100%);align-items:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-item__overlay{opacity:1}.gallery-item__info{transition:transform .6s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.gallery-item:hover .gallery-item__info{transform:translateY(0)}.gallery-item__cat{color:var(--accent);margin-bottom:.5rem;display:block}.gallery-item__title{color:#fff;margin-bottom:1rem;font-size:1.8rem}.gallery-item__desc{color:#ffffffb3;max-width:320px;font-weight:300;line-height:1.5}.gallery-grid__empty{color:var(--text-muted);grid-column:1/-1;padding:8rem 0}.cta-shop{background-color:var(--surface-white);padding:10rem 0}.cta-shop__wrapper{background-color:var(--surface);box-shadow:var(--shadow-xl);grid-template-columns:1fr 1fr;min-height:500px;display:grid;overflow:hidden}.cta-shop__visual{position:relative;overflow:hidden}.cta-shop__img{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.16,1,.3,1)}.cta-shop__wrapper:hover .cta-shop__img{transform:scale(1.05)}.cta-shop__overlay{background:linear-gradient(90deg,#0000001a,#0000);position:absolute;inset:0}.cta-shop__content{flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem;display:flex}.cta-shop__badge{color:var(--primary);opacity:.6;margin-bottom:2rem}.cta-shop__title{margin-bottom:2rem;line-height:1.1}.cta-shop__title span{color:var(--primary);font-style:italic;font-weight:400}.cta-shop__desc{color:var(--text-body);opacity:.8;max-width:450px;margin-bottom:3rem;line-height:1.8}.cta-shop__btn{padding:1rem 2.5rem}@media (width<=1024px){.cta-shop{padding:6rem 1.5rem}.cta-shop__content{padding:4rem 3rem}}@media (width<=768px){.cta-shop{padding:5rem 1.5rem}.cta-shop__wrapper{grid-template-columns:1fr}.cta-shop__content{text-align:center;order:2;align-items:center;padding:3.5rem 1.5rem}.cta-shop__desc{margin:0 auto 3rem}.cta-shop__visual{order:1;height:300px}.cta-shop__btn{justify-content:center;width:100%}}.a-hero{background-color:#fdfcfb;align-items:center;min-height:100vh;padding:8rem 0;display:flex;position:relative;overflow:hidden}.a-hero__container{z-index:10;position:relative}.a-hero__layout{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.a-hero__manifesto{animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeUp}.a-hero__label{color:var(--primary);opacity:.6;margin-bottom:2rem;display:block}.a-hero__title{color:var(--text-dark);margin-bottom:3rem;line-height:1.1}.a-hero__title span{color:var(--primary);font-style:italic;font-weight:400}.a-hero__text{max-width:500px;color:var(--text-muted);margin-bottom:4rem;line-height:1.8}.a-hero__signature{align-items:center;gap:2rem;display:flex}.a-hero__signature span{letter-spacing:.2em;text-transform:uppercase;color:var(--text-dark);font-size:1.2rem}.a-hero__seal{border:1px solid var(--surface-warm);border-radius:50%;width:50px;height:50px;position:relative}.a-hero__seal:after{content:"";background-color:var(--primary);opacity:.1;border-radius:50%;width:30px;height:30px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.a-hero__visual{justify-content:flex-end;gap:2rem;height:600px;display:flex;position:relative}.a-hero__frame{background:var(--surface-warm);width:140px;height:100%;transition:transform .2s ease-out;overflow:hidden;box-shadow:0 40px 80px #00000014}.a-hero__frame img{object-fit:cover;width:100%;height:100%}.a-hero__frame--1{opacity:0;align-self:flex-end;height:80%;animation:1.5s ease-out .2s forwards revealBlur}.a-hero__frame--2{opacity:0;align-self:center;height:100%;animation:1.5s ease-out .4s forwards revealBlur}.a-hero__frame--3{opacity:0;align-self:flex-start;height:90%;animation:1.5s ease-out .6s forwards revealBlur}.a-hero__bg-text{font-size:20rem;font-family:var(--font-display);color:var(--surface-warm);opacity:.3;z-index:1;pointer-events:none;white-space:nowrap;font-weight:900;position:absolute;top:50%;right:-5%;transform:translateY(-50%)rotate(90deg)}@media (width<=1024px){.a-hero{min-height:auto;padding:8rem 0 5rem}.a-hero__layout{grid-template-columns:1fr;gap:4rem}.a-hero__manifesto{text-align:center;flex-direction:column;align-items:center;padding:0 1.5rem;display:flex}.a-hero__text{margin:0 auto 3rem}.a-hero__visual{justify-content:center;gap:1.5rem;height:480px;padding:0 1rem}.a-hero__frame{width:110px}.a-hero__bg-text{opacity:.15;font-size:8rem;top:20%}}@media (width<=640px){.a-hero{padding:6rem 0 4rem}.a-hero__visual{gap:1rem;height:350px}.a-hero__frame{width:85px}.a-hero__signature span{font-size:1rem}.a-hero__bg-text{display:none}}.c-hero{background-color:#fdfcfb;align-items:center;min-height:90vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.c-hero__noise{opacity:.05;pointer-events:none;z-index:2;background-image:url(https://www.transparenttextures.com/patterns/p6.png);position:absolute;inset:0}.c-hero__pattern{background-image:radial-gradient(var(--surface-warm) 1px, transparent 1px);opacity:.4;z-index:1;background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0}.c-hero__container{z-index:10;position:relative}.c-hero__layout{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.c-hero__content{animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeUp}.c-hero__badge{color:var(--primary);opacity:.6;margin-bottom:2rem;display:block}.c-hero__title{margin-bottom:2rem;line-height:1.1}.c-hero__title span{color:var(--primary);font-style:italic}.c-hero__desc{color:var(--text-muted);max-width:450px;margin-bottom:3rem;line-height:1.8}.c-hero__quote{color:var(--secondary);border-left:1px solid var(--surface-warm);padding-left:2rem;font-size:1.1rem;font-style:italic}.c-hero__visual{height:600px;position:relative}.c-hero__frame{border-radius:0;position:absolute;overflow:hidden;box-shadow:0 40px 80px #0000001a}.c-hero__frame img{object-fit:cover;width:100%;height:100%}.c-hero__frame--main{z-index:1;width:80%;height:80%;animation:1.5s ease-out forwards revealBlur;top:0;right:0}.c-hero__frame--sub{z-index:2;opacity:0;width:50%;height:50%;animation:1.5s ease-out .3s forwards revealBlur;bottom:5%;left:0;box-shadow:-20px 20px 50px #00000026}.c-hero__decorative-line{background:var(--surface-warm);z-index:0;width:1px;height:120%;position:absolute;top:-10%;left:10%}.c-form-section{background-color:var(--surface-white);padding:6rem 0}.c-form-card{max-width:800px;margin:0 auto}.c-form-header{margin-bottom:4rem}.c-form{gap:3rem;display:grid}.c-form__group{width:100%;position:relative}.c-form__input{border:none;border-bottom:1px solid var(--surface-warm);width:100%;font-family:var(--font-body);color:var(--text-dark);transition:var(--transition-base);background:0 0;padding:1rem 0;font-size:1rem}.c-form__textarea{resize:vertical;min-height:120px}.c-form__label{color:var(--text-light);pointer-events:none;transition:var(--transition-base);font-family:var(--font-body);font-size:1rem;position:absolute;top:1rem;left:0}.c-form__input:focus+.c-form__label,.c-form__input:not(:placeholder-shown)+.c-form__label{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:600;top:-1rem}.c-form__input:focus{border-bottom-color:var(--primary)}.c-form__footer{margin-top:2rem}.c-form__submit-btn{background-color:var(--primary);color:#fff;font-family:var(--font-body);letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-base);align-items:center;gap:1rem;padding:1.25rem 3rem;font-size:.9rem;font-weight:600;display:inline-flex}.c-form__submit-btn:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-xl);transform:translateY(-2px)}.c-info-section{background-color:var(--surface-white);padding:8rem 0 10rem}.c-info__group{margin-bottom:5rem}.c-info__list{gap:2.5rem;margin-top:2.5rem;display:grid}.c-info__item{align-items:flex-start;gap:1.5rem;display:flex}.c-info__icon{color:var(--primary);flex-shrink:0}.c-info__item h4{margin-bottom:.5rem;font-size:1.3rem}.c-schedule{max-width:400px;margin-top:2.5rem}.c-schedule__row{border-bottom:1px solid #0000000d;justify-content:space-between;padding:.75rem 0;display:flex}.c-schedule__row:last-child{border-bottom:none}.c-schedule__day{color:var(--text-dark);font-weight:600}.c-schedule__time{color:var(--text-muted)}.c-map{height:100%;position:relative}.c-map__visual{width:100%;height:100%;min-height:500px;position:relative;overflow:hidden}.c-map__iframe{filter:grayscale()contrast(1.1)brightness(1.05);width:100%;height:100%;transition:var(--transition-slow)}.c-map:hover .c-map__iframe{filter:grayscale(.5)contrast(1.05)}.c-map__pin{color:var(--primary);z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.c-map__pin-pulse{background-color:var(--primary);opacity:.3;border-radius:50%;width:60px;height:60px;animation:2s infinite pinPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pinPulse{0%{opacity:.6;transform:translate(-50%,-50%)scale(.5)}to{opacity:0;transform:translate(-50%,-50%)scale(2)}}.c-map__card{z-index:20;border:1px solid #ffffff4d;padding:2rem;position:absolute;bottom:2rem;left:2rem}.c-map__card h5{margin-bottom:.5rem;font-size:1.5rem}@media (width<=1024px){.c-hero{min-height:auto;padding:8rem 0 5rem}.c-hero__layout{text-align:center;grid-template-columns:1fr;gap:4rem}.c-hero__desc{margin:0 auto 3rem}.c-hero__quote{border-left:none;border-top:1px solid var(--surface-warm);max-width:400px;margin:0 auto;padding-top:1.5rem;padding-left:0}.c-hero__visual{height:500px}.c-info-section{padding:6rem 0}.c-info__list{text-align:center;grid-template-columns:1fr}.c-info__item{flex-direction:column;align-items:center}}@media (width<=768px){.c-hero{padding:7rem 0 4rem}.c-hero__visual{height:400px}.c-form-section{padding:4rem 1.5rem}.c-form{gap:2rem}.c-form__submit-btn{justify-content:center;width:100%}.c-info-section{padding:4rem 1.5rem}.c-map__visual{min-height:400px;margin-top:3rem}.c-map__card{background:var(--surface-cream);border:none;border-top:1px solid var(--surface-beige);text-align:center;padding:2rem 1.5rem;position:relative;bottom:auto;left:auto}}.bl-hero{background-color:#fdfcfb;align-items:center;min-height:100vh;padding:10rem 0 6rem;display:flex;position:relative;overflow:hidden}.bl-hero__paper-texture{opacity:.05;pointer-events:none;z-index:2;background-image:url(https://www.transparenttextures.com/patterns/p6.png);position:absolute;inset:0}.bl-hero__lines{background:linear-gradient(180deg, transparent 0%, var(--surface-warm) 50%, transparent 100%);opacity:.5;z-index:1;width:1px;height:100%;position:absolute;top:0;right:15%}.bl-hero__container{z-index:10;position:relative}.bl-hero__layout{grid-template-columns:.8fr 1.2fr;align-items:center;gap:2rem;display:grid}.bl-hero__masthead{z-index:20;padding-left:0;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeUp}.bl-hero__title{letter-spacing:-.02em;margin-bottom:2rem;font-size:clamp(3rem,6vw,4.5rem);line-height:1.05}.bl-hero__collage{width:100%;height:650px;position:relative}.bl-hero__item{box-shadow:var(--shadow-xl);border:1px solid #fff3;transition:transform .1s ease-out;position:absolute;overflow:hidden}.bl-hero__item img{object-fit:cover;width:100%;height:100%}.bl-hero__item--1{z-index:2;width:200px;height:280px;animation:1.5s ease-out forwards revealBlur;top:0;right:0}.bl-hero__item--2{z-index:1;opacity:0;width:260px;height:340px;animation:1.5s ease-out .2s forwards revealBlur;bottom:0;right:15%}.bl-hero__item--3{z-index:3;opacity:0;width:320px;height:210px;animation:1.5s ease-out .4s forwards revealBlur;top:30%;left:5%}.bl-hero__stamp{border:1px solid var(--surface-warm);text-align:center;z-index:4;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;display:flex;position:absolute;bottom:10%;right:-5%}.bl-hero__stamp-inner{color:var(--text-light);flex-direction:column;font-size:.6rem;font-weight:600;line-height:1.4;display:flex}.b-featured{background-color:var(--surface-white);padding:8rem 0}.b-featured__card{background-color:var(--surface);box-shadow:var(--shadow-xl);grid-template-columns:1.2fr 1fr;gap:0;display:grid;overflow:hidden}.b-featured__image-wrap{height:600px;position:relative}.b-featured__image{object-fit:cover;width:100%;height:100%;transition:transform 1.5s cubic-bezier(.16,1,.3,1)}.b-featured__card:hover .b-featured__image{transform:scale(1.05)}.b-featured__content{flex-direction:column;justify-content:center;padding:5rem;display:flex}.b-featured__cat{color:var(--accent);margin-bottom:1.5rem;display:block}.b-featured__title{margin-bottom:2rem;line-height:1.2}.b-featured__excerpt{color:var(--text-body);opacity:.8;margin-bottom:3rem}.b-featured__footer{border-top:1px solid var(--surface-warm);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.b-featured__btn{color:var(--text-dark);font-weight:600;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;transition:var(--transition-base);align-items:center;gap:1rem;font-size:.85rem;display:flex}.b-featured__btn:hover{color:var(--primary);transform:translate(5px)}.b-grid-section{background-color:var(--surface-white);padding-bottom:10rem}.b-grid{grid-template-columns:repeat(3,1fr);gap:4rem 3rem;display:grid}.b-card{flex-direction:column;gap:1.5rem;transition:transform .4s;display:flex}.b-card:hover{transform:translateY(-10px)}.b-card__image-wrap{height:400px;position:relative;overflow:hidden}.b-card__image{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.16,1,.3,1)}.b-card:hover .b-card__image{transform:scale(1.1)}.b-card__cat{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);background:#fff;padding:.4rem 1rem;font-size:.7rem;font-weight:600;position:absolute;top:1rem;left:1rem}.b-card__meta{color:var(--text-light);letter-spacing:.05em;margin-bottom:.5rem;display:block}.b-card__title{margin-bottom:1rem;font-size:1.6rem;line-height:1.3}.b-card__excerpt{color:var(--text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;line-height:1.6;display:-webkit-box;overflow:hidden}.b-card__link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.1em;color:var(--primary);text-underline-offset:4px;transition:var(--transition-base);font-size:.8rem;font-weight:600;text-decoration:underline}.b-card__link:hover{color:var(--primary-dark);letter-spacing:.15em}.b-card:nth-child(4n+1){grid-column:span 2}.b-card:nth-child(4n+1) .b-card__image-wrap{height:500px}@media (width<=1024px){.bl-hero{min-height:auto;padding:8rem 0 5rem}.bl-hero__layout{text-align:center;grid-template-columns:1fr;gap:4rem}.bl-hero__masthead{flex-direction:column;align-items:center;padding:0 1.5rem;display:flex}.bl-hero__collage{height:500px;margin-top:2rem}.bl-hero__item--1{width:180px;height:250px}.bl-hero__item--2{width:220px;height:300px;right:5%}.bl-hero__item--3{width:280px;height:180px;top:20%;left:0}.b-featured{padding:6rem 1.5rem}.b-featured__content{padding:3.5rem 2.5rem}.b-grid-section{padding-bottom:6rem;padding-left:1.5rem;padding-right:1.5rem}}@media (width<=768px){.bl-hero{padding:7rem 0 4rem}.bl-hero__collage{height:400px}.bl-hero__item--1{width:140px;height:200px}.bl-hero__item--2{width:180px;height:240px}.bl-hero__item--3{width:220px;height:140px}.b-featured__card{grid-template-columns:1fr}.b-featured__image-wrap{height:400px}.b-featured__content{padding:3rem 1.5rem}.b-grid{grid-template-columns:1fr;gap:3rem}.b-card__image-wrap{height:320px}.b-card:nth-child(4n+1){grid-column:span 1}}@media (width<=480px){.bl-hero__title{font-size:2.8rem}.bl-hero__collage{height:320px}.bl-hero__item--1{width:110px;height:160px}.bl-hero__item--2{width:140px;height:190px}.bl-hero__item--3{width:180px;height:110px}}
