@import "https://fonts.googleapis.com/css2?family=Catamaran:wght@400;600;700&family=News+Cycle:wght@400;700&family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Outfit:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,500;0,700;1,500&family=Syne:wght@600;700;800&display=swap";:root{--bg:#f3d4e0;--bg-2:#fbe8f0;--ink:#2a1420;--muted:#9f5c75;--accent:#b11751;--accent-2:#e57ca3;--paper:#fff8fb;--white:#fff;--shadow:0 18px 50px #b1175129;--font-display:"News Cycle", "Trebuchet MS", sans-serif;--font-body:"Catamaran", "Segoe UI", sans-serif;--radius:5px;--nav-h:78px}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:auto}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);margin:0;font-size:18px;line-height:1.55;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:.01em;margin:0 0 .4em;font-weight:700;line-height:1.15}p{margin:0 0 .8em}.page-shell{min-height:var(--app-h,100svh);flex-direction:column;display:flex}.page-shell main{flex:1}.nav{z-index:40;background:var(--bg);border-bottom:1px solid #b117511f;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:.7rem 1.1rem;display:flex}.brand{color:var(--accent);letter-spacing:.01em;word-break:break-all;font-size:.92rem;font-weight:700;text-decoration:none}.nav-links{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.15rem 1.15rem;display:flex}.nav-links a,.nav-links button.nav-drop{cursor:pointer;color:var(--ink);font-size:.95rem;font-weight:600;font-family:var(--font-body);background:0 0;border:0;padding:.35rem 0;text-decoration:none}.nav-links a.active,.nav-links a:hover,.nav-links button.nav-drop:hover{color:var(--accent)}.drop{position:relative}.drop-menu{background:var(--paper);min-width:180px;box-shadow:var(--shadow);border:1px solid #b1175126;border-radius:10px;padding:.4rem;display:none;position:absolute;top:calc(100% + 6px);right:0}.drop.open .drop-menu{display:block}.drop-menu a{color:var(--ink);border-radius:6px;padding:.45rem .7rem;text-decoration:none;display:block}.drop-menu a:hover{background:var(--bg)}.burger{cursor:pointer;color:var(--accent);background:0 0;border:0;font-size:1.6rem;display:none}.btn{background:var(--accent);color:#fff;border-radius:var(--radius);font-weight:700;font-family:var(--font-body);cursor:pointer;border:0;justify-content:center;align-items:center;min-height:44px;padding:.7rem 1.25rem;text-decoration:none;display:inline-flex}.btn.ghost{background:var(--bg);color:var(--accent);border:1px solid var(--accent)}.btn.dark{color:#fff;background:#000}.btn.pink-soft{background:var(--bg);color:var(--ink)}.cover{min-height:calc(100dvh - var(--nav-h));background:var(--bg);grid-template-columns:1fr 1.15fr;display:grid;position:relative;overflow:hidden}.cover.reverse{grid-template-columns:1.15fr 1fr}.cover.reverse .cover-copy{order:2}.cover-copy{z-index:2;flex-direction:column;justify-content:center;padding:clamp(1.5rem,5vw,5rem);display:flex}.cover-copy h2,.cover-copy h1{color:var(--ink);font-size:clamp(2rem,5vw,4rem)}.cover-media{min-height:46vh;position:relative}.cover-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.band{grid-template-columns:1fr 1fr;min-height:62vh;display:grid}.band.magenta{background:var(--accent);color:var(--bg)}.band.magenta h2,.band.magenta p{color:var(--bg)}.band.white{background:var(--white)}.band-media{min-height:42vh;position:relative}.band-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.band-media.media-full{overflow:visible;height:auto!important;min-height:0!important}.band-media.media-full img{object-fit:contain;width:100%;height:auto;display:block;position:static}.band-copy{flex-direction:column;justify-content:center;padding:clamp(1.4rem,4vw,4rem);display:flex}.wrap{width:min(1180px,100% - 2rem);margin:0 auto}.section{padding:clamp(2.2rem,6vw,5.2rem) 0}.kicker{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;font-weight:700}.masonry{columns:4 220px;column-gap:12px}.masonry figure{break-inside:avoid;cursor:pointer;margin:0 0 12px;position:relative}.masonry img{background:#e9c5d4;border-radius:4px;width:100%}.masonry figcaption{color:#fff;opacity:0;background:linear-gradient(#0000,#00000073);padding:.4rem .55rem;font-size:.78rem;transition:opacity .2s;position:absolute;inset:auto 0 0}.masonry figure:hover figcaption{opacity:1}.season-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.gallery-grid{grid-template-columns:repeat(3,1fr)}.gallery-bw img{filter:grayscale()}.season-card{color:#fff;border-radius:8px;align-items:flex-end;min-height:280px;text-decoration:none;display:flex;position:relative;overflow:hidden}.season-card img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.season-card span,.season-card strong{z-index:1;background:linear-gradient(#0000,#2a1420b8);width:100%;padding:1rem 1.1rem 1.2rem;display:block;position:relative}.season-card strong{font-family:var(--font-display);padding-bottom:0;font-size:1.7rem}.cols-3{grid-template-columns:repeat(3,1fr);align-items:start;gap:1.4rem;display:grid}.cols-3 img{object-fit:contain;background:0 0;border-radius:6px;width:100%;height:auto;margin-bottom:.8rem}.footer{background:var(--bg);padding:1.4rem 1rem 2.2rem;font-size:.92rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:.9rem 1.4rem;display:flex}.footer a{text-decoration:none}.footer a:hover{color:var(--accent)}.tiny{color:var(--muted);text-align:center;margin-top:.8rem;font-size:.78rem}.atelier-dot{background:var(--accent-2);opacity:.35;border-radius:50%;width:10px;height:10px;display:inline-block}.lightbox{z-index:80;background:#14080eeb;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lightbox img{object-fit:contain;max-width:min(96vw,1400px);max-height:88dvh}.gallery-bw .lightbox img{filter:grayscale()}.lightbox .navbtn{color:#fff;cursor:pointer;background:#ffffff1f;border:0;border-radius:50%;width:48px;height:48px;font-size:1.5rem;position:absolute;top:50%;transform:translateY(-50%)}.lightbox .prev{left:12px}.lightbox .next{right:12px}.lightbox .close{color:#fff;cursor:pointer;background:0 0;border:0;font-size:2rem;position:absolute;top:12px;right:12px}.legal{max-width:760px;margin:0 auto;padding:3rem 1.2rem 5rem}.legal h1{font-size:clamp(2rem,5vw,3.2rem)}.form{gap:.8rem;max-width:560px;display:grid}.form input,.form textarea{width:100%;font:inherit;background:var(--paper);border:1px solid #b1175140;border-radius:6px;padding:.8rem .9rem}.form textarea{min-height:140px}.atelier{max-width:1100px;margin:0 auto;padding:1.2rem 1rem 4rem}.atelier-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;display:grid}.atelier-card{background:var(--paper);border:1px solid #b117511f;border-radius:8px;overflow:hidden}.atelier-card img{object-fit:cover;width:100%;height:120px}.atelier-card .meta{gap:.3rem;padding:.5rem;font-size:.78rem;display:grid}.atelier-card select,.atelier-card input{width:100%;font:inherit}@media (width<=980px){.cover,.cover.reverse,.band{grid-template-columns:1fr}.cover.reverse .cover-copy{order:0}.cover-media,.band-media{height:48vh;min-height:48vh}.band-media.media-full{height:auto;min-height:0}.season-grid,.gallery-grid{grid-template-columns:1fr 1fr}.cols-3{grid-template-columns:1fr}.masonry{columns:2 160px}}.cine-hero{min-height:var(--app-h,100svh);padding:8rem 1.2rem 4rem;position:relative;overflow:hidden}.cine-hero h1{text-transform:uppercase;letter-spacing:-.04em;background:linear-gradient(#e57ca3,#b11751 48%,#7a1438);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:clamp(3.2rem,12vw,9rem);line-height:.92}.cine-lead{max-width:28rem;font-size:1.05rem}.cine-cta{flex-wrap:wrap;gap:.8rem;margin:1.4rem 0 2rem;display:flex}.cine-portrait{width:min(420px,78vw);box-shadow:var(--shadow);border-radius:28px;margin:1rem auto 0}.marquee{border-top:1px solid #b1175126;border-bottom:1px solid #b1175126;overflow:hidden}.marquee-track{gap:10px;width:max-content;animation:42s linear infinite slide;display:flex}.marquee-track img{border-radius:8px;width:auto;height:140px}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-50%)}}html[data-theme=refined]{--bg:#f7e4ec;--bg-2:#fff7fa;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--radius:999px}html[data-theme=refined] .nav{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f7e4ecdb}html[data-theme=refined] .cover-copy h2,html[data-theme=refined] h1{font-style:italic;font-weight:600}html[data-theme=cinematic]{--bg:#fff8f4;--bg-2:#fff1e8;--ink:#2a1420;--muted:#9f5c75;--paper:#fff;--font-display:"Syne", "News Cycle", sans-serif;--font-body:"Outfit", system-ui, sans-serif;--shadow:0 24px 60px #b117511f}html[data-theme=cinematic] body{color:#2a1420;background:#fff8f4}html[data-theme=cinematic] .nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fff8f4e6;border-bottom-color:#b117511f}html[data-theme=cinematic] .cover{background:#fff8f4}html[data-theme=cinematic] .cover-copy h2{color:#2a1420}html[data-theme=cinematic] .btn.ghost{color:#b11751;background:0 0;border-color:#b11751}html[data-theme=cinematic] .cine-hero{background:radial-gradient(1200px 500px at 70% 10%,#fffffff2,#0000 60%),linear-gradient(#fffdfb 0%,#ffe9f1 55%,#fff8f4 100%)}@media (width<=760px){.burger{display:block}.nav-links{background:var(--bg);border-bottom:1px solid #b117511f;flex-direction:column;align-items:stretch;padding:.6rem 1rem 1rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.drop-menu{box-shadow:none;background:0 0;border:0;display:block;position:static}.masonry{columns:2 120px;column-gap:8px}body{font-size:16px}}html[data-theme=cinematic]{scroll-behavior:auto;overflow-anchor:none;--bg:#fbf6f2;--bg-2:#fff8f4;--ink:#2c181c;--muted:#9a6070;--accent:#b11751;--accent-2:#e57ca3;--paper:#fff;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Outfit", system-ui, sans-serif;--shadow:0 30px 80px #b1175124;--nav-h:72px}html[data-theme=cinematic] body{color:#2c181c;overflow-anchor:none;overscroll-behavior-y:none;background:#fbf6f2;font-family:Outfit,system-ui,sans-serif}html[data-theme=cinematic] h1,html[data-theme=cinematic] h2,html[data-theme=cinematic] h3{letter-spacing:-.02em;font-family:Cormorant Garamond,Georgia,serif;font-style:italic;font-weight:500}html[data-theme=cinematic] .nav{background:0 0;border-bottom:0;transition:background .35s,box-shadow .35s;position:fixed;top:0;left:0;right:0}html[data-theme=cinematic] .nav.nav-solid{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf6f2e6;border-bottom:1px solid #b117511a}html[data-theme=cinematic] .nav.nav-ghost .brand,html[data-theme=cinematic] .nav.nav-ghost .nav-links>a,html[data-theme=cinematic] .nav.nav-ghost .nav-drop,html[data-theme=cinematic] .nav.nav-ghost .burger{color:#fff;text-shadow:0 1px 8px #00000059}html[data-theme=cinematic] .drop-menu{background:#fff}html[data-theme=cinematic] .drop-menu a,html[data-theme=cinematic] .nav.nav-ghost .drop-menu a{color:#2c181c;text-shadow:none}html[data-theme=cinematic] .drop-menu a:hover{color:#b11751;background:#f3d4e0}html[data-theme=cinematic] .brand,html[data-theme=cinematic] .nav-links a{color:#2c181c}html[data-theme=cinematic] .page-shell main{padding-top:calc(var(--nav-h) + 12px)}:is(html[data-theme=cinematic] .page-shell main:has(.cine),html[data-theme=cinematic] .page-shell main:has(.hero-stage)){padding-top:0}html[data-theme=cinematic] .footer{background:#fbf6f2}.cine-cursor{pointer-events:none;z-index:90;mix-blend-mode:multiply;border:1.5px solid #b11751;border-radius:50%;width:18px;height:18px;transition:width .2s,height .2s,background .2s;position:fixed;top:0;left:0;transform:translate(-50%,-50%)}.cine-cursor.on-photo{mix-blend-mode:normal;background:#ffffff2e;border-color:#fff;width:64px;height:64px}.cine-cursor.is-hidden{display:none}@media (hover:none),(pointer:coarse){.cine-cursor{display:none}}@media (hover:hover) and (pointer:fine){html[data-theme=cinematic],html[data-theme=cinematic] a,html[data-theme=cinematic] button{cursor:none}html[data-theme=cinematic] input,html[data-theme=cinematic] textarea,html[data-theme=cinematic] select{cursor:text}}.hero-stage{height:var(--app-h,100svh);color:#fff;background:#1a1014;min-height:560px;position:relative;overflow:hidden}.hero-slide{opacity:0;transition:opacity 1.15s;position:absolute;inset:0;overflow:hidden}.hero-slide.is-on{opacity:1;z-index:1}.hero-slide img{object-fit:cover;width:100%;height:100%;transform:scale(1.04)}.hero-slide.is-on img{animation:9s ease-out forwards ken}@keyframes ken{0%{transform:scale(1.02)translate(0,0)}to{transform:scale(1.12)translateY(-1.5%)}}.hero-veil{z-index:2;pointer-events:none;background:linear-gradient(#14080d47 0%,#14080d14 35%,#14080d26 70%,#14080d8c 100%);position:absolute;inset:0}.hero-copy{z-index:3;max-width:640px;position:absolute;bottom:clamp(1.6rem,6vw,4.2rem);left:clamp(1.2rem,5vw,4.5rem);right:1.2rem}.hero-copy .k{letter-spacing:.28em;text-transform:uppercase;opacity:.92;margin:0 0 .55rem;font-family:Outfit,sans-serif;font-size:.72rem;font-style:normal;font-weight:500}.hero-copy h1{color:#fff;text-shadow:0 8px 40px #00000059;margin:0 0 .45rem;font-size:clamp(1.7rem,4.2vw,3.15rem);font-style:italic;font-weight:500;line-height:1.12}.hero-copy p{opacity:.92;max-width:28rem;margin:0 0 1.1rem;font-size:1rem}.hero-copy .btn{color:#b11751;background:#fff}.hero-copy .btn.ghost{color:#fff;background:0 0;border-color:#ffffffb3;margin-left:.5rem}.hero-dots{z-index:3;flex-direction:column;gap:8px;display:flex;position:absolute;bottom:2rem;right:1.4rem}.hero-dots button{cursor:pointer;background:#fff6;border:0;border-radius:50%;width:9px;height:9px;padding:0}.hero-dots button.on{background:#fff;transform:scale(1.25)}.hero-scroll{z-index:3;letter-spacing:.22em;text-transform:uppercase;opacity:.8;font-size:.72rem;animation:2.2s ease-in-out infinite bob;position:absolute;bottom:1.1rem;left:50%;transform:translate(-50%)}@keyframes bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,7px)}}.film{overflow-anchor:none;touch-action:pan-y;background:#fbf6f2;padding:18px 0;overflow:hidden}@media (pointer:coarse){.film{pointer-events:none}}.film-track{will-change:transform;backface-visibility:hidden;width:max-content;animation:film-ltr var(--dur,40s) linear infinite;gap:14px;animation-play-state:paused;display:flex}.film-track.is-ready{animation-play-state:running}.film-track.reverse{animation-name:film-rtl}.film-set{flex-shrink:0;gap:14px;display:flex}.film-track img{border-radius:4px;flex-shrink:0;width:auto;height:min(42vh,380px);display:block}@keyframes film-ltr{0%{transform:translate(0,0)}to{transform:translate3d(var(--shift,-50%), 0, 0)}}@keyframes film-rtl{0%{transform:translate3d(var(--shift,-50%), 0, 0)}to{transform:translate(0,0)}}@media (hover:hover) and (pointer:fine){.film:hover .film-track.is-ready{animation-play-state:paused}}.cine-intro{padding:clamp(3.5rem,9vw,7.5rem) 0}.cine-intro .wrap{max-width:980px}.cine-intro h2{margin-bottom:.8rem;font-size:clamp(2rem,5vw,3.6rem);font-style:italic;font-weight:500}.cine-intro p{color:#4a3036;max-width:40rem;font-size:1.12rem}.hrail{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;overscroll-behavior-x:contain;overflow-anchor:none;touch-action:pan-y;gap:18px;padding:0 6vw 2.4rem;display:flex;overflow-x:auto}.hrail::-webkit-scrollbar{display:none}.hrail figure{scroll-snap-align:center;flex:none;margin:0;position:relative}.hrail img{object-fit:cover;width:auto;max-width:88vw;height:min(72vh,760px);box-shadow:var(--shadow);-webkit-user-drag:none;-webkit-user-select:none;user-select:none;border-radius:6px;display:block}.hrail.is-dragging{cursor:grabbing}.hrail.is-dragging figure{pointer-events:none}.hrail figcaption{color:#fff;text-shadow:0 2px 12px #00000080;font-size:.85rem;position:absolute;bottom:1rem;left:1rem}.season-stack{background:#fbf6f2}.season-panel{min-height:var(--app-h,100svh);color:#fff;align-items:flex-end;display:flex;position:relative}@media (width>=900px){.season-panel{position:sticky;top:0}}.season-panel img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.season-panel .shade{background:linear-gradient(#14080d0d,#14080d9e);position:absolute;inset:0}.season-panel .txt{z-index:1;max-width:640px;padding:clamp(1.5rem,6vw,4.5rem);position:relative}.season-panel h2{color:#fff;margin:0;font-size:clamp(3rem,10vw,7.5rem);font-style:italic;font-weight:500;line-height:.9}.season-panel p{max-width:28rem;font-size:1.15rem}.season-panel a.btn{color:#b11751;background:#fff;margin-top:.4rem}.quote-band{min-height:min(78svh, var(--app-h,78svh));color:#fff;text-align:center;place-items:center;display:grid;position:relative;overflow:hidden}.quote-band img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.quote-band .shade{background:#2a142061;position:absolute;inset:0}.quote-band blockquote{z-index:1;max-width:18ch;margin:0;padding:2rem;font-family:Cormorant Garamond,serif;font-size:clamp(1.6rem,4.2vw,3rem);font-style:italic;line-height:1.25;position:relative}.about-split{min-height:min(80svh, var(--app-h,80svh));background:#fff;grid-template-columns:1.05fr .95fr;display:grid}.about-split .pic{min-height:52vh;position:relative}.about-split .pic img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.about-split .copy{flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,5rem);display:flex}.about-split h2{font-size:clamp(2.1rem,4vw,3.4rem)}.dogs{grid-template-columns:1fr 1fr;gap:10px;margin-top:1.4rem;display:grid}.dogs img{object-fit:contain;border-radius:8px;width:100%;height:auto}.mosaic{grid-template-columns:repeat(3,1fr);gap:10px;padding:0 6vw 4rem;display:grid}.mosaic figure{cursor:pointer;aspect-ratio:3/2;border-radius:6px;margin:0;position:relative;overflow:hidden}.mosaic img{object-fit:cover;width:100%;height:100%;transition:transform .8s;display:block}.mosaic figure:hover img{transform:scale(1.04)}.cta-finale{min-height:min(72svh, var(--app-h,72svh));color:#fff;background:#2a1420;grid-template-columns:1.15fr .85fr;display:grid}.cta-pic{background:#1a1014;justify-content:center;align-items:center;padding:clamp(1rem,3vw,2.2rem);display:flex}.cta-pic img{object-fit:contain;border-radius:8px;width:auto;max-width:100%;height:auto;max-height:min(78dvh,920px)}.cta-finale .txt{flex-direction:column;justify-content:center;padding:clamp(2rem,6vw,4.5rem);display:flex}.cta-finale .kicker{color:#e57ca3}.cta-finale h2{color:#fff;font-size:clamp(2rem,4.4vw,3.4rem)}@media (width<=900px){.cta-finale{grid-template-columns:1fr}.cta-pic img{max-height:70vh}.about-split{grid-template-columns:1fr}.about-split .pic{height:52svh;min-height:52svh}.mosaic{grid-template-columns:1fr 1fr;padding:0 1rem 2.5rem}.hero-copy{bottom:calc(1.6rem + env(safe-area-inset-bottom,0px));left:1.2rem;right:1.2rem}.hero-dots{left:1.2rem;right:auto;bottom:calc(5rem + env(safe-area-inset-bottom,0px));flex-direction:row}.hero-scroll{display:none}.film-top .film-track img{width:calc(50vw - 7px);max-width:calc(50vw - 7px);height:auto}.film-bottom .film-track img{height:160px}.hrail{scroll-snap-type:none;-webkit-overflow-scrolling:auto}.hrail img{height:58svh}.season-panel h2{font-size:clamp(2.6rem,16vw,4.4rem)}}@media (width>=901px){.hrail{scroll-snap-type:none;cursor:grab;gap:14px;padding:0 4vw 2.4rem}.hrail img{max-width:none;height:min(38vh,340px)}}@media (prefers-reduced-motion:reduce){.hero-slide.is-on img,.film-track,.hero-scroll{animation:none!important}}
