:root{--color-black:#070707;--color-white:#fff;--color-background:var(--color-black);--color-surface:#0b0b0b;--color-surface-alt:#111;--color-text:#efefef;--color-text-muted:#b7b7b7;--color-border:#ffffff14;--color-border-light:#ffffff2e;--color-overlay:#070707f5;--font-display:"Cormorant Garamond",serif;--font-body:"Manrope",sans-serif;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.5rem;--text-2xl:2rem;--text-3xl:3rem;--text-display:5rem;--text-hero:7rem;--leading-tight:1.1;--leading-normal:1.6;--leading-relaxed:1.8;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.12em;--tracking-display:.22em;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--reading-width:760px;--content-width:1320px;--gallery-width:1600px;--page-width:1920px;--page-padding:48px;--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:48px;--space-6:64px;--space-7:96px;--space-8:128px;--space-9:160px;--section-space:var(--space-9);--section-space-small:var(--space-7);--content-gap:var(--space-5);--grid-gap:var(--space-6);--card-gap:var(--space-4)}@media (width<=767px){:root{--text-display:3rem;--text-hero:4rem;--page-padding:24px;--section-space:96px}}@media (width>=768px) and (width<=1023px){:root{--text-display:4rem;--text-hero:5.5rem;--page-padding:32px;--section-space:128px}}@media (width>=1440px){:root{--page-padding:64px}}:root{--duration-fast:.15s;--duration-normal:.3s;--duration-slow:.6s;--ease-standard:ease;--ease-smooth:cubic-bezier(.22,.61,.36,1)}.site-header{z-index:1000;width:100%;height:88px;padding-inline:var(--page-padding);color:var(--color-text);backdrop-filter:blur(10px);transition:background var(--duration-normal) var(--ease-smooth), backdrop-filter var(--duration-normal) var(--ease-smooth), color var(--duration-normal) var(--ease-smooth);background:#070707ad;justify-content:space-between;align-items:center;display:flex;position:fixed;inset:0 0 auto}.site-header--hero{backdrop-filter:none;background:0 0}.menu-button{width:48px;height:48px;color:inherit;cursor:pointer;font-family:var(--font-display);transition:opacity var(--duration-normal) var(--ease-smooth), transform var(--duration-normal) var(--ease-smooth);background:0 0;border:none;justify-content:center;align-items:center;font-size:2rem;line-height:1;display:flex}.menu-button:hover{opacity:.7;transform:scale(1.05)}.language-switch{color:inherit;font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;transition:opacity var(--duration-fast) var(--ease-smooth), transform var(--duration-fast) var(--ease-smooth);font-size:1.6rem;font-weight:300;text-decoration:none}.language-switch:hover{opacity:.65;transform:scale(1.05)}.menu-overlay{backdrop-filter:blur(16px);opacity:0;visibility:hidden;z-index:3000;background:#070707f5;justify-content:center;align-items:center;transition:opacity .35s,visibility .35s;display:flex;position:fixed;inset:0}.menu-overlay.is-open{opacity:1;visibility:visible}.menu{flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex}.menu a{letter-spacing:.04em;color:var(--white);font-family:Cormorant Garamond,serif;font-size:clamp(3rem,5vw,5rem);font-weight:400;line-height:1;text-decoration:none;transition:opacity .35s,transform .35s;display:inline-block;position:relative}.menu a:hover{opacity:.65;transform:translate(.5rem)}.menu a:after{content:"";background:#ffffff73;width:0;height:1px;transition:width .35s;position:absolute;bottom:-.5rem;left:0}.menu a:hover:after,.menu a.active:after{width:100%}.menu a.active{opacity:1}@media (width<=900px){.menu{gap:1.5rem}.menu a{font-size:2.5rem}}.main{padding-top:88px}.main--hero{padding-top:0}.main--viewing{min-height:100svh;padding-top:0}.site-footer{border-top:1px solid #ffffff6d;margin-top:1rem;padding:2.2rem 0 2.5rem}.footer-inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:min(90%,900px);margin:0 auto;display:flex}.footer-logo{width:260px;max-width:55vw;margin:0 auto .8rem;display:block}.footer-logo img{width:100%;height:auto;display:block}.footer-name{font-family:var(--font-display);letter-spacing:.3em;text-transform:uppercase;color:var(--color-text);margin-bottom:1.4rem;font-size:clamp(1.2rem,1.45vw,1.7rem);font-weight:300}.footer-nav{justify-content:center;align-items:center;gap:.9rem;margin-bottom:1.2rem;display:flex}.footer-nav a{font-family:var(--font-body);letter-spacing:.14em;text-transform:uppercase;color:#ffffffb3;font-size:.82rem;transition:color .3s}.footer-nav a:hover{color:#fff}.footer-separator{color:#ffffff59}.footer-copy{font-family:var(--font-body);letter-spacing:.08em;color:#ffffff73;font-size:.78rem}@media (width<=700px){.site-footer{margin-top:3rem;padding:2rem 0}.footer-logo{width:170px;max-width:60vw;margin-bottom:.6rem}.footer-name{letter-spacing:.18em;margin-bottom:1.2rem;font-size:1rem}.footer-nav{flex-direction:column;gap:.8rem;margin-bottom:1rem}.footer-nav a{font-size:.8rem}.footer-copy{font-size:.75rem}}.close-button{z-index:30;width:3rem;height:3rem;color:var(--color-text);cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;transition:opacity .16s;display:flex;position:fixed;top:clamp(1rem,2.5vw,1.75rem);right:1.5rem}.close-button__icon{font-family:Cormorant Garamond,serif;font-size:6.45rem;font-weight:300;line-height:1;display:block}.close-button:hover,.close-button:focus-visible{opacity:1}.close-button:focus-visible{outline:1px solid var(--color-text-muted);outline-offset:3px}@media (width<=900px){.close-button{top:1.25rem;right:1.5rem}}@media (height<=560px) and (orientation:landscape){.close-button{top:.85rem;right:1.5rem}}.hero{background:#000;border-bottom:1px solid #ffffff0f;height:100svh;min-height:32rem;position:relative;overflow:hidden}.hero-image{object-fit:cover;object-position:78% 42%;width:100%;height:100%;transition:transform 10s;position:absolute;inset:0}.hero:hover .hero-image{transform:scale(1.04)}.hero-overlay{background:radial-gradient(circle at 78% 48%,#ffffff1a 0%,#ffffff0a 18%,#fff0 42%),linear-gradient(90deg,#0000009e 0%,#00000061 34%,#0000001a 68%,#00000005 88%,#0000000d 100%),linear-gradient(#0000000a,#00000014,#00000029);position:absolute;inset:0}.hero-inner{z-index:2;width:min(1320px,92%);height:100%;margin-inline:auto;position:relative}.hero-identity{--hero-hand-guide:max(62.7svh, 42svh + 11.65vw);--hero-line-offset:11.57em;top:var(--hero-hand-guide);left:max(0px, calc(var(--page-padding) + 48px + 2px - (100vw - 100%) / 2));z-index:2;box-sizing:border-box;width:max-content;max-width:min(42vw,12.2em);transform:translateY(calc(-1 * var(--hero-line-offset)));text-align:center;flex-direction:column;align-items:center;gap:.58em;margin:0;padding:0;font-size:clamp(2.85rem,3.05vw,3.45rem);display:flex;position:absolute}.hero-identity-block{box-sizing:border-box;flex-direction:column;align-items:center;gap:0;width:max-content;max-width:100%;margin:0;padding:0;display:flex}.hero-logo{--hero-logo-width:14.1em;box-sizing:border-box;width:var(--hero-logo-width);max-width:none;height:auto;margin:0;margin-bottom:calc(-.2604 * var(--hero-logo-width) + .72em);padding:0;display:block}.hero-title{font-family:var(--font-display);font-size:1.72em;font-weight:var(--weight-regular);letter-spacing:.08em;text-transform:uppercase;color:#fff;margin:0;padding:0;line-height:.88}.hero-caption-block{box-sizing:border-box;flex-direction:column;align-items:center;gap:.3em;width:max-content;max-width:100%;margin:0;padding:0;display:flex}.hero-line{background:#ffffff6b;flex-shrink:0;width:2.85em;height:1px;margin:0;padding:0}.hero-tagline{font-family:var(--font-display);color:#fff;margin:0;padding:0;font-size:.92em;line-height:1.45}.hero-tagline span{font:inherit;color:inherit;opacity:1}.hero-scroll{z-index:3;color:#fff;font-size:clamp(1.5rem,2vw,2.1rem);text-decoration:none;position:absolute;bottom:clamp(1rem,3vh,2.4rem);left:50%;transform:translate(-50%)}@media (width<=1100px){.hero-image{object-position:76% 42%}.hero-identity{--hero-hand-guide:62.7%;max-width:6.6em;font-size:clamp(2.55rem,4.4vw,3.35rem)}}@media (width>=701px) and (width<=1100px) and (orientation:portrait){.hero{height:100svh;min-height:40rem}.hero-image{object-position:66% 42%}.hero-identity{--hero-hand-guide:62.7%;max-width:6.6em;font-size:clamp(3.15rem,5.6vw,3.85rem)}}@media (width<=700px){.hero{height:100svh;min-height:24rem;max-height:100svh}.hero-image{object-position:69% 40%;transform-origin:69% 62.7%;transition:none;transform:scale(1.2)}.hero:hover .hero-image{transform:scale(1.2)}.hero-overlay{background:radial-gradient(circle at 82% 48%,#ffffff14 0%,#ffffff08 16%,#fff0 40%),linear-gradient(90deg,#000000b3 0%,#0000007a 36%,#00000024 70%,#0000000a 100%),linear-gradient(#0000000a,#0000001a,#0000002e)}.hero-inner{width:min(1320px,94%)}.hero-identity{--hero-hand-guide:62.7%;max-width:8.4em;font-size:min(1.87031rem,4.7025vh)}.hero-tagline br{display:none}.hero-tagline span:before{content:" "}.hero-scroll{font-size:1.5rem;bottom:1.1rem}}@media (orientation:landscape) and (width>=701px) and (width<=1366px) and (height>=501px){.hero-image{object-position:73% 42%}.hero-identity{--hero-hand-guide:max(62.7svh, 42svh + 11.65vw);max-width:12.2em}}@media (orientation:landscape) and (height<=500px) and (width<=950px){.hero{height:100svh;min-height:0;max-height:100svh}.hero-image{object-position:76% 42%;transform-origin:50%;transform:none}.hero:hover .hero-image{transform:scale(1.04)}.hero-identity{--hero-hand-guide:max(62.7svh, 42svh + 11.65vw);max-width:min(48vw,12.2em);font-size:clamp(1.155rem,6.05vh,1.672rem)}.hero-tagline br{display:revert}.hero-tagline span:before{content:none}.hero-scroll{font-size:1.35rem;bottom:.65rem}}.philosophy{background:var(--black);border-top:1px solid var(--line);padding:35px 30px 20px}.philosophy .container{text-align:center;max-width:900px;margin:auto}.philosophy h2{margin-bottom:3rem}.philosophy p{color:var(--white);margin-bottom:28px;font-family:Cormorant Garamond,serif;font-size:clamp(1.55rem,3.05vw,2.7rem);line-height:1.35}.philosophy p:last-child{margin-bottom:0}.about-preview{grid-template-columns:1fr .9fr;align-items:center;gap:5rem;width:min(1320px,92%);margin:0 auto;display:grid}.about-preview__content{max-width:620px;margin-left:auto}.about-preview__content h2{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:2rem;font-size:clamp(2.2rem,3.15vw,3.3rem);font-weight:300;line-height:1.12}.about-preview__content p{color:#ffffffd1;margin-bottom:1.7rem;font-size:1.08rem;line-height:1.9}.about-preview__image{justify-content:flex-start;display:flex}.about-preview__image img{width:auto;max-width:100%;height:auto;transition:transform var(--duration-slow) var(--ease-smooth);-webkit-mask-composite:source-in;display:block;mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%),linear-gradient(#0000 0%,#000 2% 98%,#0000 100%);mask-composite:intersect}.about-preview__image:hover img{transform:scale(1.015)}.button{text-transform:uppercase;letter-spacing:.18em;transition:all var(--duration-normal) var(--ease-smooth);border:1px solid #ffffff52;margin-top:1rem;padding:1rem 2.6rem;font-size:.82rem;text-decoration:none;display:inline-block}.gallery{width:min(1100px,92%);margin:0 auto}.gallery-title{text-align:center;max-width:900px;font-family:var(--font-display);letter-spacing:.05em;margin:0 auto 1.5rem;font-size:clamp(2.2rem,3.15vw,3.3rem);font-weight:300;line-height:.92}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;align-items:stretch;gap:clamp(1.5rem,3.2vw,2.75rem);width:100%;margin:0 auto;display:grid}.gallery-item{min-width:0;color:inherit;text-decoration:none;display:block}.gallery-image{box-sizing:border-box;aspect-ratio:4/5;object-fit:cover;object-position:center center;width:100%;transition:transform var(--duration-slow) var(--ease-smooth);-webkit-mask-composite:source-in;display:block;mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%),linear-gradient(#0000 0%,#000 2% 98%,#0000 100%);mask-composite:intersect}.gallery-item:hover .gallery-image,.gallery-item:focus-visible .gallery-image{transform:scale(1.02)}.gallery-item:focus-visible{outline:1px solid var(--color-text-muted);outline-offset:4px}.collection-cta{text-align:center;max-width:900px;margin:0 auto;padding:0 2rem}.collection-cta h2{font-family:var(--font-display);letter-spacing:.05em;margin-bottom:1.25rem;font-size:clamp(2.2rem,3.15vw,3.3rem);font-weight:300;line-height:.92}.collection-cta p{color:#ffffffd1;max-width:650px;margin:0 auto 2.5rem;font-size:1.08rem;line-height:1.9}.button{text-transform:uppercase;letter-spacing:.18em;transition:all var(--duration-normal) var(--ease-smooth);border:1px solid #ffffff52;padding:1rem 2.6rem;font-size:.82rem;text-decoration:none;display:inline-block}.button:hover{background:#ffffff08;border-color:#fff}.contact-cta{text-align:center;max-width:900px;margin:0 auto;padding:0 2rem}.contact-cta h2{font-family:var(--font-display);letter-spacing:.05em;margin-bottom:1.25rem;font-size:clamp(2.2rem,3.15vw,3.3rem);font-weight:300;line-height:.92}.contact-cta p{color:#ffffffd1;max-width:650px;margin:0 auto 2.5rem;font-size:1.08rem;line-height:1.9}html:has(.main--hero){scroll-snap-type:y mandatory;--home-title-font:var(--font-display);--home-title-size:clamp(1.35rem, 2.8vh + .55vw, 2.85rem);--home-title-weight:300;--home-title-line-height:1.05;--home-title-letter-spacing:.05em;--marcos-portrait-h:min(64svh, calc(100svh - 13.5rem))}@media (prefers-reduced-motion:no-preference){html:has(.main--hero){scroll-behavior:smooth}}.main--hero>.hero,.main--hero>.home-snap{scroll-snap-align:start;scroll-snap-stop:always}html:has(.main--hero) .site-footer{scroll-snap-align:end;scroll-snap-stop:always}.home-snap{box-sizing:border-box;width:100%;height:100svh;min-height:100svh;max-height:100svh;padding-inline:var(--page-padding);flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.home-snap--showcase .gallery-title,.home-snap--showcase .collection-cta h2,.home-snap--atelier .about-preview__content h2,.home-snap--atelier .contact-cta h2{font-family:var(--home-title-font);font-size:var(--home-title-size);font-weight:var(--home-title-weight);line-height:var(--home-title-line-height);letter-spacing:var(--home-title-letter-spacing)}.gallery-title-break,.about-title-break{display:none}.home-snap--showcase{gap:clamp(.55rem,1.4vh,1.1rem);padding-block:clamp(3.25rem,7vh,5rem)}.home-snap--showcase .gallery{flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:clamp(.85rem,2.2vh,1.75rem);width:min(1180px,100%);min-height:0;margin:0;display:flex}.home-snap--showcase .gallery-title{flex-shrink:0;max-width:38em;margin:0 auto}.home-snap--showcase .gallery-grid{flex:auto;place-content:center;width:100%;min-height:0;margin:0 auto}.home-snap--showcase .gallery-item{justify-content:center;align-items:center;height:100%;min-height:0;display:flex}.home-snap--showcase .gallery-image{aspect-ratio:4/5;object-fit:cover;width:auto;max-width:100%;height:100%;max-height:100%}.home-snap--showcase .collection-cta{flex-shrink:0;width:min(900px,100%);margin:0;padding:0}.home-snap--showcase .collection-cta h2{margin-bottom:clamp(.55rem,1.2vh,.95rem)}.home-snap--showcase .collection-cta .button{padding:.72rem 2rem;font-size:.76rem}@media (orientation:landscape){.gallery-title-break,.about-title-break{display:block}.home-snap--showcase .gallery-grid{height:min(52svh, calc((100vw - (2 * var(--page-padding)) - (3 * 1.2rem)) / 3.2));grid-template-rows:minmax(0,1fr);grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.65rem,1.6vw,1.75rem);max-width:min(1180px,100%)}html:has(.main--hero){--marcos-portrait-h:min(64svh, calc(100svh - 13.5rem))}}@media (orientation:portrait){.home-snap--showcase{gap:20px}.home-snap--showcase .gallery{flex:0 auto;gap:clamp(.55rem,1.4vh,1rem)}.home-snap--showcase .gallery-grid{--quad-gap:clamp(.7rem, 1.8vh, 1.4rem);--quad-max-w:min(720px, calc(100vw - 2 * var(--page-padding)));--quad-image-h:min(calc((var(--quad-max-w) - var(--quad-gap)) * 5 / 8), calc((58svh - var(--quad-gap)) / 2));gap:var(--quad-gap);flex:0 auto;grid-template-rows:repeat(2,auto);grid-template-columns:repeat(2,auto);place-content:center;width:max-content;max-width:100%;height:auto}.home-snap--showcase .gallery-item{width:auto;height:auto}.home-snap--showcase .gallery-image{width:auto;height:var(--quad-image-h);aspect-ratio:4/5;max-width:none;max-height:none}.home-snap--showcase .gallery-title{max-width:22em}html:has(.main--hero){--marcos-portrait-h:min(43svh, 65.8vw)}}@media (orientation:landscape) and (height<=500px){html:has(.main--hero){--home-title-size:clamp(1.05rem, 4.8vh, 1.45rem);--marcos-portrait-h:min(48svh, calc(100svh - 9.5rem))}.home-snap--showcase{gap:.4rem;padding-block:clamp(2.4rem,6vh,3.2rem)}.home-snap--showcase .gallery{gap:.55rem}.home-snap--showcase .gallery-grid{gap:.55rem;height:min(46svh,29.4118vw - 1.17647rem)}.home-snap--showcase .collection-cta h2{margin-bottom:.4rem}.home-snap--showcase .collection-cta .button{padding:.55rem 1.5rem;font-size:.68rem}}@media (orientation:portrait) and (width>=768px) and (width<=1024px){html:has(.main--hero){--home-title-size:clamp(1.7rem, 3.2vh + .4vw, 2.5rem);--marcos-portrait-h:min(50.6svh, 58.2vw)}.home-snap--showcase .gallery-grid{--quad-gap:clamp(1rem, 2vh, 1.6rem);--quad-max-w:min(820px, calc(100vw - 2 * var(--page-padding)));--quad-image-h:min(calc((var(--quad-max-w) - var(--quad-gap)) * 5 / 8), calc((58svh - var(--quad-gap)) / 2))}}.home-snap--atelier{gap:clamp(.75rem,2vh,1.6rem);padding-block:clamp(3.5rem,7.5vh,5.5rem)}.home-snap--atelier .about-preview{flex:auto;align-items:center;width:min(1320px,100%);min-height:0;margin:0}.home-snap--atelier .about-preview__content{flex-direction:column;justify-content:center;min-width:0;display:flex}.home-snap--atelier .about-preview__content h2{margin-bottom:clamp(.85rem,1.8vh,1.5rem)}.home-snap--atelier .about-preview__content .button{align-self:flex-start;margin-top:.35rem;padding:.72rem 2rem;font-size:.76rem}.home-snap--atelier .about-preview__image{align-items:center;height:100%;min-height:0}.home-snap--atelier .about-preview__image img{width:auto;max-width:100%;height:var(--marcos-portrait-h);object-fit:cover;max-height:none}.home-snap--atelier .contact-cta{flex-shrink:0;width:min(900px,100%);margin:0;padding:0}.home-snap--atelier .contact-cta h2{margin-bottom:clamp(.55rem,1.2vh,.95rem)}.home-snap--atelier .contact-cta .button{padding:.72rem 2rem;font-size:.76rem}@media (orientation:landscape){.home-snap--atelier{gap:clamp(.5rem,1.3vh,1.1rem);padding-block:clamp(2.5rem,5.5vh,4.25rem)}.home-snap--atelier .about-preview{--about-img-h:var(--marcos-portrait-h);width:100%;max-width:none;min-height:var(--about-img-h);flex-direction:row;justify-content:center;align-items:center;column-gap:20px;margin:0;display:flex;position:relative}.home-snap--atelier .about-preview__content{z-index:1;box-sizing:border-box;flex-direction:column;flex:none;align-items:stretch;width:max-content;max-width:none;margin:0;display:flex;position:relative}.home-snap--atelier .about-preview__content h2{text-align:center;white-space:nowrap;max-width:none;margin-bottom:0}.home-snap--atelier .about-preview__content .button{align-self:unset;white-space:nowrap;margin-top:0;position:absolute;top:calc(100% + .65rem);left:50%;transform:translate(-50%)}.home-snap--atelier .about-preview__image{height:var(--about-img-h);flex:none;justify-content:center;align-items:center;margin:0;display:flex;position:relative}.home-snap--atelier .about-preview__image img{height:var(--about-img-h);width:auto;max-height:none}}@media (orientation:landscape) and (height<=500px){.home-snap--atelier{gap:.4rem;padding-block:clamp(2rem,5vh,2.8rem)}.home-snap--atelier .about-preview__content{max-width:none}.home-snap--atelier .about-preview__content h2{margin-bottom:.45rem}.home-snap--atelier .about-preview__content .button,.home-snap--atelier .contact-cta .button{padding:.5rem 1.35rem;font-size:.66rem}.home-snap--atelier .contact-cta h2{margin-bottom:.35rem}}@media (orientation:portrait){.home-snap--atelier{justify-content:center;gap:clamp(.2rem,.7vh,.45rem);padding-block:clamp(2.6rem,5.5vh,3.6rem)}.home-snap--atelier .about-preview{text-align:center;flex-direction:column;flex:0 auto;justify-content:center;align-items:center;gap:clamp(.2rem,.7vh,.45rem);display:flex}.home-snap--atelier .about-preview__content{align-items:center;max-width:36em;margin:0 auto}.home-snap--atelier .about-preview__content h2{margin-bottom:clamp(.3rem,.8vh,.55rem)}.home-snap--atelier .about-preview__content .button{align-self:center;margin-top:.15rem}.home-snap--atelier .about-preview__image{justify-content:center;width:100%;height:auto}.home-snap--atelier .about-preview__image img{height:var(--marcos-portrait-h);width:auto}.home-snap--atelier .contact-cta h2{margin-bottom:clamp(.3rem,.8vh,.55rem)}}@media (orientation:portrait) and (width>=768px) and (width<=1024px){.home-snap--atelier{gap:clamp(.25rem,.8vh,.5rem);padding-block:clamp(2.8rem,5vh,3.8rem)}.home-snap--atelier .about-preview{gap:clamp(.25rem,.8vh,.5rem)}.home-snap--atelier .about-preview__content .button,.home-snap--atelier .contact-cta .button,.home-snap--showcase .collection-cta .button{padding:.94rem 2.6rem;font-size:.99rem}}@media (orientation:portrait) and (width<=480px){.home-snap--atelier{gap:.25rem;padding-block:clamp(2.8rem,6vh,3.6rem)}.home-snap--atelier .about-preview{gap:.3rem}.home-snap--atelier .about-preview__content h2,.home-snap--atelier .contact-cta h2{margin-bottom:.35rem}}.creation-page{--creation-pad-top:clamp(4.5rem, 7vw, 5.5rem);--creation-pad-bottom:clamp(2rem, 5vw, 4.5rem);--creation-frame:calc(100svh - var(--creation-pad-top) - var(--creation-pad-bottom));--creation-gap:clamp(1.35rem, 2.8vw, 2.5rem);--creation-meta-gap:.55rem;--creation-detail-gap:.55rem;box-sizing:border-box;width:min(80rem,92%);min-height:100svh;padding-block:var(--creation-pad-top) var(--creation-pad-bottom);color:var(--color-text);margin-inline:auto;padding-inline:0;position:relative}.creation-page__layout{width:max-content;max-width:100%;min-height:var(--creation-frame);grid-template-columns:auto minmax(18rem,34rem);justify-content:center;align-items:stretch;gap:clamp(1.5rem,3vw,2.75rem);margin-inline:auto;display:grid}.creation-page__cover{box-sizing:border-box;width:auto;min-width:0;max-width:100%;height:100%;min-height:0;max-height:var(--creation-frame);justify-content:center;align-items:center;margin:0;display:flex}.creation-page__photo-button{box-sizing:border-box;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:100%;max-width:100%;max-height:100%;margin:0;padding:0;display:flex;overflow:hidden}.creation-page__cover .creation-page__photo-button{width:auto}.creation-page__photo-button:focus-visible{outline:1px solid var(--color-text-muted);outline-offset:3px}.creation-page__cover-image,.creation-page__detail-image{-webkit-mask-composite:source-in;mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%),linear-gradient(#0000 0%,#000 2% 98%,#0000 100%);mask-composite:intersect}.creation-page__cover-image{box-sizing:border-box;width:auto;max-width:100%;height:auto;max-height:var(--creation-frame);object-fit:contain;object-position:center center;display:block}.creation-page__content{gap:var(--creation-gap);box-sizing:border-box;flex-direction:column;min-width:0;height:100%;min-height:0;padding-block:clamp(.25rem,1vw,.75rem);display:flex}.creation-page__copy{gap:var(--creation-gap);flex-direction:column;min-width:0;display:flex}.creation-page__meta{gap:var(--creation-meta-gap);flex-direction:column;display:flex}.creation-page__reference{font-family:var(--font-body);font-size:.78rem;font-weight:var(--weight-regular);letter-spacing:.28em;text-transform:uppercase;color:var(--color-text);margin:0}.creation-page__availability{font-family:var(--font-body);font-size:.72rem;font-weight:var(--weight-light);letter-spacing:.16em;text-transform:uppercase;color:var(--color-text-muted);margin:0}.creation-page__description{max-width:34rem;font-family:var(--font-display);font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:var(--weight-light);letter-spacing:.01em;color:var(--color-text);margin:0;line-height:1.75}.creation-page__details{align-items:end;gap:var(--creation-detail-gap);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin-top:auto;display:grid}.creation-page__detail{box-sizing:border-box;justify-content:center;align-items:flex-end;min-width:0;min-height:0;margin:0;display:flex}.creation-page__detail .creation-page__photo-button{width:100%}.creation-page__detail-image{box-sizing:border-box;object-fit:contain;object-position:center center;width:auto;max-width:100%;height:auto;max-height:min(24vh,13rem);transition:transform var(--duration-slow) var(--ease-smooth);display:block}@media (prefers-reduced-motion:no-preference){.creation-page__cover,.creation-page__content{animation:creation-page-enter var(--duration-slow) var(--ease-smooth) both}.creation-page__content{animation-delay:90ms}@media (hover:hover) and (pointer:fine){.creation-page__cover-image{transition:transform 1s var(--ease-smooth)}.creation-page__cover .creation-page__photo-button:hover .creation-page__cover-image,.creation-page__cover .creation-page__photo-button:focus-visible .creation-page__cover-image{transform:scale(1.03)}}}@keyframes creation-page-enter{0%{opacity:0}to{opacity:1}}@media (hover:hover) and (pointer:fine){.creation-page__detail .creation-page__photo-button:hover .creation-page__detail-image,.creation-page__detail .creation-page__photo-button:focus-visible .creation-page__detail-image{transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.creation-page__cover-image,.creation-page__detail-image{transition:none}.creation-page__cover .creation-page__photo-button:hover .creation-page__cover-image,.creation-page__cover .creation-page__photo-button:focus-visible .creation-page__cover-image,.creation-page__detail .creation-page__photo-button:hover .creation-page__detail-image,.creation-page__detail .creation-page__photo-button:focus-visible .creation-page__detail-image{transform:none}}@media (width<=900px),(orientation:portrait) and (width<=1200px){.creation-page{--creation-pad-top:clamp(5.25rem, 14vw, 6.25rem);--creation-pad-bottom:clamp(2.25rem, 6vw, 3.5rem);--creation-gap:clamp(1.25rem, 3.5vw, 2rem);--creation-detail-gap:.45rem;width:min(80rem,92%)}.creation-page__layout{grid-template-columns:1fr;justify-content:stretch;align-items:start;gap:clamp(1.5rem,4vw,2.5rem);width:100%;max-width:100%;min-height:0;margin-inline:0}.creation-page__cover{width:100%;height:auto}.creation-page__cover .creation-page__photo-button{width:100%}.creation-page__cover,.creation-page__cover-image{max-height:min(78svh,42rem)}.creation-page__content{height:auto;padding-block:0;padding-inline:clamp(.85rem,3.5vw,1.75rem)}.creation-page__details{align-items:center;margin-top:0}.creation-page__detail{align-items:center}.creation-page__detail-image{max-height:min(18vh,9rem)}}@media (orientation:portrait) and (width>=768px) and (width<=1200px){.creation-page{--creation-gap:2.15rem;--creation-pad-bottom:3.25rem;--creation-detail-gap:.55rem}.creation-page__layout{gap:clamp(1.75rem,3.5vw,2.75rem)}.creation-page__cover,.creation-page__cover-image{max-height:min(62svh,36rem)}.creation-page__content{padding-inline:clamp(1.5rem,5vw,2.75rem)}.creation-page__reference{letter-spacing:.26em;font-size:.92rem}.creation-page__availability{letter-spacing:.15em;font-size:.84rem}.creation-page__description{font-size:clamp(1.4rem,2.4vw,1.65rem);line-height:1.7}.creation-page__detail-image{max-height:min(14vh,9.5rem)}}@media (orientation:landscape) and (width>=900px) and (width<=1366px) and (height>=561px){.creation-page__content{padding-inline:clamp(.5rem,1.5vw,1.25rem) 0}.creation-page__reference{letter-spacing:.26em;font-size:.9rem}.creation-page__availability{letter-spacing:.15em;font-size:.82rem}.creation-page__description{font-size:clamp(1.32rem,1.9vw,1.55rem);line-height:1.7}}@media (height<=560px) and (orientation:landscape){.creation-page{--creation-pad-top:clamp(3.5rem, 10vw, 4rem);--creation-pad-bottom:1rem;--creation-gap:.9rem;--creation-meta-gap:.4rem;--creation-detail-gap:.35rem;width:min(80rem,94%)}.creation-page__layout{width:max-content;max-width:100%;min-height:var(--creation-frame);grid-template-columns:auto minmax(16rem,1fr);justify-content:center;align-items:stretch;gap:clamp(1rem,3vw,2rem);margin-inline:auto}.creation-page__cover,.creation-page__cover-image{max-height:var(--creation-frame)}.creation-page__cover .creation-page__photo-button{width:auto}.creation-page__content{height:100%;padding-block:0}.creation-page__description{font-size:1.05rem;line-height:1.6}.creation-page__details{margin-top:auto}.creation-page__detail-image{max-height:min(22svh,7rem)}}@media (width<=480px){.creation-page{--creation-gap:1.2rem;--creation-detail-gap:.35rem}.creation-page__description{font-size:clamp(1.08rem,4.2vw,1.2rem);line-height:1.7}.creation-page__detail-image{max-height:min(16vh,7.5rem)}}.image-viewer{z-index:1000;box-sizing:border-box;touch-action:none;background:#000;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:fixed;inset:0}.image-viewer[hidden]{display:none!important}@media (prefers-reduced-motion:no-preference){.image-viewer:not([hidden]){animation:image-viewer-enter var(--duration-normal) var(--ease-smooth) both}.image-viewer:not([hidden]) .image-viewer__image{animation:image-viewer-enter var(--duration-slow) var(--ease-smooth) both}}@keyframes image-viewer-enter{0%{opacity:0}to{opacity:1}}.image-viewer__stage{box-sizing:border-box;touch-action:none;cursor:grab;justify-content:center;align-items:center;width:100%;height:100%;padding:clamp(2.5rem,6vw,4rem) clamp(1rem,3vw,2rem);display:flex;position:relative;overflow:hidden}@media (width<=900px){.image-viewer__stage{padding-top:clamp(4.5rem,12vw,5.5rem)}}.image-viewer__stage:active{cursor:grabbing}.image-viewer__image{box-sizing:border-box;object-fit:contain;object-position:center center;transform-origin:50%;user-select:none;-webkit-user-drag:none;pointer-events:none;width:auto;max-width:100%;height:auto;max-height:100%;display:block}html.has-image-viewer,html.has-image-viewer body{overflow:hidden}.collection{--collection-header-offset:56px;--collection-available:calc(100svh - var(--collection-header-offset));--collection-row-height:calc(var(--collection-available) / 7);--collection-breathing:calc(var(--collection-available) / 7);box-sizing:border-box;justify-content:space-between;gap:calc(var(--collection-breathing) * .12);width:100%;max-width:100%;height:var(--collection-available);max-height:var(--collection-available);padding-block:calc(var(--collection-breathing) * .2);flex-direction:column;padding-inline:clamp(.5rem,1.5vw,1.25rem);display:flex;overflow:hidden}.collection-rack{flex:0 0 var(--collection-row-height);box-sizing:border-box;width:100%;max-width:100%;height:var(--collection-row-height);touch-action:none;justify-content:center;align-items:flex-end;min-width:0;min-height:0;display:flex;position:relative;overflow:hidden}.collection-rack.is-dragging{user-select:none}.collection-rack__track{box-sizing:border-box;touch-action:none;justify-content:flex-start;align-items:flex-end;min-width:0;height:100%;margin-inline:0;display:flex;overflow:hidden}.collection-rack__track.is-centered{margin-inline:auto}.collection-card{box-sizing:border-box;touch-action:none;flex:none;justify-content:center;align-items:center;min-width:0;display:flex;overflow:hidden}.collection-card__media{box-sizing:border-box;justify-content:center;align-items:center;width:100%;max-width:100%;height:100%;max-height:100%;display:flex;overflow:hidden}.collection-card__image{box-sizing:border-box;object-fit:cover;object-position:center center;pointer-events:none;user-select:none;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.collection-card--placeholder{pointer-events:none}.collection-card--creation.collection-card--active{cursor:pointer}html.has-collection .site-header{height:auto;min-height:0;padding-block:.35rem}html.has-collection .main{padding-top:var(--collection-header-offset,56px)}.legal-page{width:min(900px,92%);margin:8rem auto 10rem}.legal-page__container{width:100%}.legal-page h1{text-align:center;font-family:var(--font-display);letter-spacing:.05em;margin-bottom:4rem;font-size:clamp(2.55rem,3.65vw,3.8rem);font-weight:300;line-height:.92}.legal-section{margin-bottom:3.8rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-family:var(--font-display);letter-spacing:.04em;margin-bottom:1.2rem;font-size:1.5rem;font-weight:300}.legal-section p{color:#ffffffd1;margin-bottom:1rem;font-size:1.05rem;line-height:1.9}.legal-section p:last-child{margin-bottom:0}.legal-section a{color:inherit;text-decoration:underline #ffffff59;transition:all .3s}.legal-section a:hover{text-decoration-color:#fff}@media (width<=700px){.legal-page{margin:6rem auto 8rem}.legal-page h1{margin-bottom:3rem;font-size:clamp(2.2rem,8.5vw,3.1rem)}.legal-section{margin-bottom:3rem}.legal-section h2{font-size:1.3rem}.legal-section p{font-size:1rem;line-height:1.8}}.credits-page{text-align:center;width:min(900px,92%);margin:8rem auto 10rem}.credits-page__inner{width:100%}.credits-page__header{margin-bottom:clamp(4.5rem,10vh,7rem)}.credits-page__title{font-family:var(--font-display);letter-spacing:.05em;margin:0;font-size:clamp(2.55rem,3.65vw,3.8rem);font-weight:300;line-height:.92}.credits-page__list{flex-direction:column;align-items:center;gap:clamp(3.2rem,7vh,5rem);display:flex}.credits-block{width:100%;max-width:36rem}.credits-block__role{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:#ffffff8c;margin:0 0 1.1rem;font-size:.78rem;font-weight:400}.credits-block__names{flex-direction:column;align-items:center;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.credits-block__names li{font-family:var(--font-display);letter-spacing:.04em;color:var(--color-text);font-size:clamp(1.45rem,2.4vw,2rem);font-weight:300;line-height:1.2}.credits-page__copyright{font-family:var(--font-body);letter-spacing:.08em;color:#ffffff73;margin:clamp(4.5rem,10vh,7rem) 0 0;font-size:.78rem}@media (orientation:landscape) and (height<=500px){.credits-page{margin:4.5rem auto 6rem}.credits-page__header{margin-bottom:2.5rem}.credits-page__list{gap:1.75rem}.credits-block__role{margin-bottom:.65rem;font-size:.7rem}.credits-block__names li{font-size:clamp(1.15rem,4.2vh,1.45rem)}.credits-block__names{gap:.3rem}.credits-page__copyright{margin-top:2.5rem}}@media (orientation:portrait) and (width<=480px){.credits-page{margin:6rem auto 8rem}.credits-page__header{margin-bottom:3.5rem}.credits-page__title{font-size:clamp(2.2rem,8.5vw,3.1rem)}.credits-page__list{gap:2.75rem}.credits-block__names li{font-size:clamp(1.35rem,5.5vw,1.7rem)}.credits-page__copyright{margin-top:3.5rem}}@media (orientation:portrait) and (width>=768px) and (width<=1024px){.credits-page{margin:7rem auto 9rem}.credits-page__list{gap:3.75rem}.credits-block__names li{font-size:clamp(1.55rem,2.6vw,1.9rem)}}.contact-page{box-sizing:border-box;flex-direction:column;width:min(900px,92%);min-height:calc(100svh - 88px);margin:0 auto;padding-block:6.75rem 8.25rem;display:flex}.contact-page .page-header{text-align:center;flex-shrink:0;max-width:900px;margin:0 auto}.contact-page .page-heading{font-family:var(--font-display);letter-spacing:.01em;margin:0;font-size:clamp(2.2rem,3.4vw,3.4rem);font-weight:300;line-height:1.1}.contact-page__intro{flex-direction:column;flex:auto;justify-content:center;width:100%;max-width:700px;margin:0 auto;padding-block:1.25rem;display:flex}.contact-page__intro p{color:#ffffffd1;margin-bottom:.85rem;font-size:1.05rem;line-height:1.7}.contact-page__intro p:last-child{margin-bottom:0}.contact-page__actions{flex-direction:column;flex-shrink:0;align-items:center;gap:1rem;width:100%;display:flex}.contact-card{border:1px solid #ffffff47;flex-direction:column;align-items:center;gap:.4rem;width:min(520px,100%);padding:1.15rem 1.75rem;transition:border-color .3s,background .3s,transform .3s;display:flex}.contact-card:hover{background:#ffffff08;border-color:#ffffffbf;transform:translateY(-2px)}.contact-card__title{letter-spacing:.18em;text-transform:uppercase;font-size:.78rem}.contact-card__subtitle{font-family:var(--font-display);letter-spacing:.02em;color:#ffffffeb;font-size:1.4rem}@media (orientation:landscape){.contact-page{padding-block:4.85rem 6rem}.contact-page .page-heading{font-size:clamp(1.85rem,4.2vh,2.85rem)}.contact-page__intro{padding-block:.75rem}.contact-page__intro p{margin-bottom:.55rem;font-size:.98rem;line-height:1.55}.contact-page__actions{flex-flow:wrap;justify-content:center;align-items:stretch;gap:1rem}.contact-card{flex:240px;width:min(340px,50% - .5rem);padding:1rem 1.25rem}.contact-card__subtitle{text-align:center;word-break:break-word;font-size:clamp(1.05rem,2.2vh,1.3rem)}}@media (orientation:landscape) and (height<=500px){.contact-page{padding-block:3.15rem 3.75rem}.contact-page .page-heading{font-size:clamp(1.55rem,5.5vh,2.2rem)}.contact-page__intro{padding-block:.45rem}.contact-page__intro p{margin-bottom:.35rem;font-size:.9rem;line-height:1.45}.contact-page__actions{gap:.75rem}.contact-card{gap:.25rem;padding:.7rem 1rem}.contact-card__title{font-size:.7rem}.contact-card__subtitle{font-size:1rem}}@media (orientation:portrait) and (width<=700px){.contact-page{padding-block:5.5rem 6.75rem}.contact-page .page-heading{font-size:clamp(2rem,7.5vw,2.8rem)}.contact-page__intro{padding-block:1rem}.contact-page__intro p{margin-bottom:.7rem;font-size:.98rem;line-height:1.65}.contact-card{padding:1.1rem 1rem}.contact-card__subtitle{word-break:break-word;font-size:1.15rem}}.about-page{width:min(1320px,92%);margin:8rem auto}.page-header{text-align:center;max-width:1100px;margin:0 auto 7rem}.page-title{letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.5rem;font-size:1rem;font-weight:500;display:inline-block}.page-heading{max-width:1100px;font-family:var(--font-display);letter-spacing:.01em;margin:0 auto;font-size:clamp(2.8rem,4vw,4.2rem);font-weight:300;line-height:1.1}.about-section:first-of-type{margin-bottom:8rem}.about-text{max-width:840px;margin:0 auto}.about-text p{color:#ffffffd1;margin-bottom:1.7rem;font-size:1.08rem;line-height:1.9}.about-text p:last-child{margin-bottom:0}@media (width<=1100px){.about-page{margin:6rem auto}.page-header{margin-bottom:5rem}.about-section:first-of-type{margin-bottom:6rem}.about-text{max-width:760px}}@media (width<=700px){.about-page{margin:5rem auto}.page-header{margin-bottom:4rem}.page-heading{font-size:clamp(2.2rem,8vw,3.2rem)}.about-text{max-width:100%}.about-text p{font-size:1rem;line-height:1.8}}.about-section{margin-bottom:8rem}.about-title{text-align:center;max-width:1000px;font-family:var(--font-display);letter-spacing:.02em;margin:0 auto 3.5rem;font-size:clamp(2.55rem,3.5vw,3.8rem);font-weight:300;line-height:1.12}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;display:grid}.about-grid--reverse{direction:rtl}.about-grid--reverse>*{direction:ltr}.about-grid__text{max-width:620px;margin:0 auto}.about-grid__text p{color:#ffffffd1;margin-bottom:1.7rem;font-size:1.08rem;line-height:1.9}.about-grid__text p:last-child{margin-bottom:0}.about-grid__image{justify-content:center;align-items:flex-start;display:flex}.about-photo{-webkit-mask-composite:source-in;width:auto;max-width:100%;height:auto;max-height:520px;transition:transform .45s;display:block;mask-image:linear-gradient(90deg,#0000 0%,#000 4% 96%,#0000 100%),linear-gradient(#0000 0%,#000 2% 98%,#0000 100%)}.about-photo[src="/images/about/before-after.jpg"]{max-height:468px}.about-grid:hover .about-photo{transform:scale(1.015)}.about-signature{text-align:center;letter-spacing:.22em;text-transform:uppercase;color:#ffffffb3;margin-top:2rem;font-size:.82rem}@media (width<=1100px){.about-section{margin-bottom:7rem}.about-title{margin-bottom:3rem}.about-grid{grid-template-columns:1fr;gap:3rem}.about-grid--reverse{direction:ltr}.about-grid__text{max-width:760px}.about-grid__text p{text-align:center}.about-photo{max-height:460px}.about-photo[src="/images/about/before-after.jpg"]{max-height:414px}}@media (width<=700px){.about-section{margin-bottom:6rem}.about-title{margin-bottom:2.5rem;font-size:clamp(2rem,8vw,3rem)}.about-grid{gap:2.5rem}.about-grid__text{max-width:100%}.about-grid__text p{text-align:left;font-size:1rem;line-height:1.8}.about-photo{max-width:90%;max-height:none}.about-photo[src="/images/about/before-after.jpg"]{max-width:81%}}.about-ending{text-align:center;max-width:900px;margin:7rem auto 4rem}.about-ending .about-title{font-family:var(--font-display);letter-spacing:.01em;color:var(--color-text);margin:0;font-size:clamp(2rem,2.8vw,2.7rem);font-weight:300;line-height:1.25}.about-cta{justify-content:center;margin:0 auto;display:flex}.about-cta .button{justify-content:center;align-items:center;display:inline-flex}@media (width<=1100px){.about-ending{margin:6rem auto 3.5rem}}@media (width<=700px){.about-ending{margin:5rem auto 3rem}.about-ending .about-title{font-size:clamp(1.8rem,8vw,2.4rem)}}html:has(.about-page){scroll-snap-type:y mandatory}@media (prefers-reduced-motion:no-preference){html:has(.about-page){scroll-behavior:smooth}}.about-page{margin-block:0}.about-chapter{box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;flex-direction:column;justify-content:safe center;width:100%;min-height:calc(100svh - 88px);scroll-margin-top:88px;display:flex;overflow:visible}.about-chapter--quote .about-signature-section{margin-bottom:0}.about-chapter--conclusion .about-ending{margin-top:0}html:has(.about-page) .site-footer{scroll-snap-align:end;scroll-snap-stop:always}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{background:var(--color-background);color:var(--color-text);font-family:var(--font-body);line-height:var(--leading-normal);text-rendering:optimizelegibility;overflow-x:hidden}img{width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3{font-family:var(--font-display);font-weight:var(--weight-regular)}.container{width:min(92%,var(--content-width));margin:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
