:root{--background: oklch(.985 .008 85);--foreground: oklch(.22 .018 60);--muted: oklch(.95 .012 80);--muted-foreground: oklch(.48 .022 60);--secondary: oklch(.94 .018 75);--border: oklch(.88 .015 75);--accent: oklch(.72 .09 70);--ink: oklch(.22 .018 60);--ivory: oklch(.985 .008 85);--font-script: "Pinyon Script", "Italianno", "Apple Chancery", "Snell Roundhand", cursive;--font-serif: "Cormorant Garamond", Georgia, serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-weight:300;letter-spacing:.01em;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em;margin:0}p{margin:0}ul{margin:0;padding:0;list-style:none}.font-script{font-family:var(--font-script);font-weight:400;letter-spacing:.01em;line-height:1}.font-serif-display{font-family:var(--font-serif)}.tracking-luxe{letter-spacing:.32em;text-transform:uppercase;font-size:11px}.muted{color:var(--muted-foreground)}.hairline{height:1px;width:6rem;margin:2.5rem auto 0;background:var(--ink);opacity:.4}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.site-header{position:sticky;top:0;z-index:40;background:color-mix(in oklab,var(--background) 80%,transparent);backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid color-mix(in oklab,var(--border) 60%,transparent)}.site-header .row{max-width:80rem;margin:0 auto;padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-header .nav{display:none;gap:2rem;color:var(--muted-foreground)}.site-header .nav a:hover{color:var(--foreground)}.site-header .brand{font-family:var(--font-script);font-size:clamp(2rem,4vw,3rem);line-height:1}.site-header .util{display:none;gap:1.5rem;color:var(--muted-foreground)}.site-header .util span{cursor:pointer}.site-header .util span:hover{color:var(--foreground)}.site-header .nav-mobile{display:flex;gap:1rem}@media(min-width:768px){.site-header .nav,.site-header .util{display:flex;align-items:center}.site-header .nav-mobile{display:none}}.hero{display:grid;grid-template-columns:1fr;min-height:88vh}.hero .copy{order:2;display:flex;flex-direction:column;justify-content:center;padding:5rem 1.5rem}.hero .kicker{color:var(--muted-foreground);margin-bottom:1.5rem}.hero h1{font-size:clamp(3rem,6vw,4.5rem);line-height:.95}.hero h1 em{display:block;font-family:var(--font-script);font-size:clamp(3.75rem,8vw,6rem);margin-top:.75rem;font-style:normal}.hero .lede{margin-top:2rem;max-width:28rem;color:var(--muted-foreground);line-height:1.7}.hero .ctas{margin-top:2.5rem;display:flex;flex-wrap:wrap;gap:1rem}.hero .image-wrap{order:1;position:relative;min-height:60vh}.hero .image-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero .stamp{position:absolute;bottom:2rem;right:2rem;font-family:var(--font-script);font-size:1.875rem;color:var(--ivory);text-shadow:0 2px 8px rgba(0,0,0,.35)}@media(min-width:768px){.hero{grid-template-columns:5fr 7fr}.hero .copy{order:1;padding:5rem 4rem}.hero .image-wrap{order:2;min-height:88vh}}.btn-solid,.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;letter-spacing:.32em;text-transform:uppercase;font-size:11px;transition:background-color .2s,color .2s;cursor:pointer}.btn-solid{background:var(--foreground);color:var(--background);border:1px solid var(--foreground)}.btn-solid:hover{background:var(--accent);color:var(--ink);border-color:var(--accent)}.btn-outline{background:transparent;color:var(--foreground);border:1px solid var(--foreground)}.btn-outline:hover{background:var(--foreground);color:var(--background)}.manifesto{border-top:1px solid color-mix(in oklab,var(--border) 60%,transparent);border-bottom:1px solid color-mix(in oklab,var(--border) 60%,transparent);padding:4rem 1.5rem;text-align:center}.manifesto .inner{max-width:48rem;margin:0 auto}.manifesto .kicker{color:var(--muted-foreground);margin-bottom:1.5rem}.manifesto blockquote{margin:0;font-family:var(--font-serif);font-size:clamp(1.5rem,2.5vw,1.875rem);font-style:italic;line-height:1.6}.section{padding:6rem 1.5rem}.section .head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:1rem}.section .head .kicker{color:var(--muted-foreground);margin-bottom:.75rem}.section .head h2{font-size:clamp(2.25rem,4vw,3rem)}.section .head .see-all{display:none;border-bottom:1px solid var(--foreground);padding-bottom:2px}@media(min-width:768px){.section .head .see-all{display:inline-block}}.product-grid{display:grid;grid-template-columns:1fr;column-gap:2rem;row-gap:3.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-grid--three{display:grid;grid-template-columns:1fr;column-gap:2rem;row-gap:4rem}@media(min-width:640px){.product-grid--three{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid--three{grid-template-columns:repeat(3,1fr)}}.product-card{cursor:pointer}.product-card .frame{position:relative;overflow:hidden;background:color-mix(in oklab,var(--secondary) 40%,transparent);aspect-ratio:4 / 5}.product-card .frame img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease-out}.product-card:hover .frame img{transform:scale(1.04)}.product-card .meta{margin-top:1.25rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.product-card .french{font-family:var(--font-script);font-size:1.5rem;line-height:1}.product-card .name{margin-top:.5rem;color:var(--muted-foreground);letter-spacing:.32em;text-transform:uppercase;font-size:11px}.product-card .price{font-family:var(--font-serif);font-size:1.125rem;white-space:nowrap}.product-card .blurb{margin-top:1rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.7}.split{padding:0 1.5rem 6rem}.split .grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.split .grid{grid-template-columns:1fr 1fr}}.tile{position:relative;display:block;aspect-ratio:4 / 3;overflow:hidden}.tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1.2s ease-out}.tile:hover img{transform:scale(1.05)}.tile .veil{position:absolute;inset:0;background:color-mix(in oklab,var(--ink) 15%,transparent);transition:background .3s}.tile:hover .veil{background:color-mix(in oklab,var(--ink) 25%,transparent)}.tile .label{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ivory)}.tile .label .kicker{letter-spacing:.32em;text-transform:uppercase;font-size:11px}.tile .label .script{font-family:var(--font-script);font-size:3.75rem;margin-top:.5rem;line-height:1}.cat-hero{padding:5rem 1.5rem 3.5rem;text-align:center}.cat-hero .kicker{color:var(--muted-foreground);margin-bottom:1.25rem}.cat-hero h1{font-family:var(--font-script);font-size:clamp(4.5rem,10vw,6rem);line-height:1}.cat-hero p{margin:2rem auto 0;max-width:36rem;color:var(--muted-foreground);line-height:1.7}.site-footer{margin-top:8rem;border-top:1px solid color-mix(in oklab,var(--border) 60%,transparent);background:color-mix(in oklab,var(--secondary) 40%,transparent)}.site-footer .top{max-width:80rem;margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.site-footer .top{grid-template-columns:2fr 1fr 1fr}}.site-footer .brand{font-family:var(--font-script);font-size:3rem;line-height:1}.site-footer .lede{margin-top:1rem;max-width:22rem;color:var(--muted-foreground);font-size:.875rem;line-height:1.7}.site-footer h4{font-family:var(--font-sans);font-weight:400;letter-spacing:.32em;text-transform:uppercase;font-size:11px;margin-bottom:1rem}.site-footer ul li{color:var(--muted-foreground);font-size:.875rem;padding:.25rem 0}.site-footer .bottom{border-top:1px solid color-mix(in oklab,var(--border) 60%,transparent);padding:1.5rem;text-align:center;color:var(--muted-foreground);letter-spacing:.32em;text-transform:uppercase;font-size:11px}
