:root{color-scheme:light;font-family:var(--font-body);line-height:1.5;font-weight:400;color:#2b2b2b;background:#fbfbfb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--color-bg-primary: #fbfbfb;--color-bg-secondary: #f1f2f3;--color-bg-tertiary: #d6e9f4;--color-accent-mid: #252b2e;--color-accent-dark: #003f60;--color-text-primary: #2b2b2b;--color-text-secondary: #53626b;--color-text-on-dark: #fbfbfb;--color-border: #b7c8bf;--color-border-subtle: #fbfbfb;--font-body: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;--font-display: Lora, Georgia, "Times New Roman", serif;--font-label: "DM Sans", Inter, ui-sans-serif, system-ui, sans-serif;--font-brand: Lora, Georgia, "Times New Roman", serif;--font-script: Satisfy, Pristina, "Apple Chancery", "URW Chancery L", cursive;--bg: var(--color-bg-primary);--surface: #ffffff;--surface-muted: var(--color-bg-secondary);--ink: var(--color-text-primary);--muted: var(--color-text-secondary);--line: var(--color-border-subtle);--accent: var(--color-accent-dark);--accent-hover: var(--color-text-primary);--accent-2: var(--color-accent-mid);--accent-3: var(--color-bg-tertiary);--deep: var(--color-text-primary);--sun: var(--color-bg-tertiary);--focus: var(--color-accent-mid);--shadow: 0 18px 45px rgba(44, 34, 24, .13);--max: 1180px;--page-gutter: clamp(44px, 4.3vw, 88px);--radius: 4px}:root[data-theme=warm-studio]{--color-bg-primary: #f8f3ec;--color-bg-secondary: #ede1d7;--color-bg-tertiary: #e2d5c3;--color-accent-mid: #5b4837;--color-accent-dark: #5b4837;--color-text-primary: #2c2218;--color-text-secondary: #6b5a47;--color-text-on-dark: #f8f3ec;--color-border: #d6c5ae;--color-border-subtle: #f8f3ec}:root[data-theme=prairie-dusk]{--color-bg-primary: #fbfbfe;--color-bg-secondary: #e3e6f2;--color-bg-tertiary: #8290c4;--color-accent-mid: #102044;--color-accent-dark: #102044;--color-text-primary: #102044;--color-text-secondary: #53626b;--color-text-on-dark: #fbfbfe;--color-border: #102044;--color-border-subtle: #fbfbfe}:root[data-theme=lake-studio]{--color-bg-primary: #fbfbfb;--color-bg-secondary: #f1f2f3;--color-bg-tertiary: #d6e9f4;--color-accent-mid: #252b2e;--color-accent-dark: #003f60;--color-text-primary: #2b2b2b;--color-text-secondary: #53626b;--color-text-on-dark: #fbfbfb;--color-border: #b7c8bf;--color-border-subtle: #fbfbfb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;overflow-x:clip;background:var(--color-bg-primary);color:var(--color-text-primary)}body,button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,svg{display:block}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.site-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:70px;padding:14px var(--page-gutter);background:var(--accent);color:var(--color-text-on-dark);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .42s cubic-bezier(.22,1,.36,1);transform:translateY(0);will-change:transform;border-bottom:1px solid color-mix(in srgb,var(--color-text-on-dark) 22%,transparent);box-shadow:none}.site-header-hidden{transform:translateY(-100%)}.site-header-home{border-bottom-color:color-mix(in srgb,var(--color-text-on-dark) 22%,transparent);background:var(--accent)}.site-header-solid{box-shadow:0 6px 18px #2c221814}.brand,.footer-brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.brand strong,.footer-brand{font-size:1.08rem;letter-spacing:0}.footer-brand,.hero-studio-name,.hero-facts dt,.detail-list dt{font-family:inherit}.brand-text-lockup{display:inline-flex;align-items:baseline;gap:.8rem;min-width:0;font-family:var(--font-brand);color:var(--color-text-on-dark)}.brand-logo-mark{display:block;width:min(260px,36vw);height:auto;filter:invert(1) brightness(1.85) sepia(.12)}.brand-text-lockup-lake{font-family:Lora,Georgia,Times New Roman,serif;font-style:italic}.brand-text-lockup-script{font-family:var(--font-script);font-style:normal}.brand-text-lockup strong{font-size:1.5rem;font-weight:600;line-height:1}.brand-text-lockup span{color:color-mix(in srgb,var(--color-text-on-dark) 72%,transparent);font-size:1.5rem;font-weight:500;line-height:1}.primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:6px}.nav-link,.text-link{display:inline-flex;align-items:center;gap:7px;border-radius:var(--radius);color:var(--color-accent-dark);font-size:.85rem;font-weight:500}.nav-link{padding:10px 12px}.nav-link:hover,.nav-link.is-active,.text-link:hover{color:var(--color-accent-mid)}.primary-nav .nav-link{color:color-mix(in srgb,var(--color-text-on-dark) 86%,transparent)}.primary-nav .nav-link:hover,.primary-nav .nav-link.is-active{color:var(--color-text-on-dark)}.theme-switcher{margin-left:6px}.header-switcher{display:inline-flex;align-items:center;gap:2px;min-height:38px;padding:3px;border:1px solid color-mix(in srgb,var(--color-text-on-dark) 28%,transparent);border-radius:var(--radius);background:color-mix(in srgb,var(--color-text-primary) 28%,transparent)}.theme-option{min-height:30px;padding:6px 9px;border:0;border-radius:6px;background:transparent;color:color-mix(in srgb,var(--color-text-on-dark) 76%,transparent);font-size:.76rem;font-weight:900;line-height:1;cursor:pointer}.theme-option:hover{color:var(--color-text-on-dark)}.theme-option.is-active{background:var(--color-text-on-dark);color:var(--accent)}.button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:11px 17px;border:1px solid transparent;border-radius:var(--radius);font-size:.95rem;font-weight:800;line-height:1.2;cursor:pointer}.button-primary{background:var(--accent);color:var(--color-text-on-dark);box-shadow:0 10px 24px #7a5c4238}.button-primary:hover{background:var(--accent-hover)}.button-secondary{border-color:var(--color-border);background:#ffffffdb;color:var(--accent)}.button-secondary:hover,.icon-button:hover{border-color:var(--color-border);background:var(--color-bg-tertiary)}.header-cta{margin-left:8px;min-height:40px;border-color:var(--color-text-on-dark);background:var(--color-text-on-dark);color:var(--accent);font-size:.85rem;box-shadow:none}.header-cta:hover{background:color-mix(in srgb,var(--color-text-on-dark) 86%,var(--color-bg-tertiary));color:var(--accent-hover)}.icon-button{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--surface);color:var(--color-text-primary);cursor:pointer}.site-header .icon-button{border-color:color-mix(in srgb,var(--color-text-on-dark) 34%,transparent);background:color-mix(in srgb,var(--color-text-primary) 18%,transparent);color:var(--color-text-on-dark)}.site-header .icon-button:hover{border-color:var(--color-text-on-dark);background:color-mix(in srgb,var(--color-text-on-dark) 14%,transparent)}.icon-button:disabled{cursor:not-allowed;opacity:.8}.scroller-actions .icon-button{width:36px;height:36px;padding:0;border-color:var(--line);border-radius:999px;background:var(--surface);color:var(--accent)}.scroller-actions .icon-button:hover{border-color:var(--accent);background:var(--surface)}.menu-button{display:none}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,min(38vw,760px));gap:clamp(56px,5.2vw,112px);height:calc(100vh - 76px);min-height:640px;max-height:none;align-items:stretch;overflow:clip;padding:clamp(42px,4.2vh,64px) var(--page-gutter) clamp(42px,4.2vh,64px) var(--page-gutter);background:var(--color-bg-primary);color:var(--color-text-primary)}.hero-media{position:relative;grid-column:2;grid-row:1;align-self:center;justify-self:end;width:100%;aspect-ratio:6 / 7;min-height:0;overflow:hidden}.hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}.hero-image-overlay{position:absolute;inset:0;pointer-events:none;background:transparent;box-shadow:inset 24px 0 24px -24px #000}.hero-content{position:relative;z-index:2;grid-column:1;grid-row:1;display:flex;align-items:center;width:100%;margin:0;padding:0}.hero-content h1{max-width:760px;margin:0;font-family:var(--font-display);font-size:clamp(2.85rem,3.8vw,5.7rem);font-weight:600;line-height:1.2;letter-spacing:0;color:var(--color-text-primary)}.hero-content h1 em{display:block;font-style:italic}.hero-heading-phrase{display:block;white-space:nowrap}.hero-content h1 .hero-heading-phrase em{display:inline}.page-hero h1{width:55rem;max-width:70vw;margin:0;font-family:var(--font-display);font-size:3.2vw;font-weight:400;line-height:1.08;letter-spacing:0}.hero-content p:not(.eyebrow){max-width:41rem;margin:16px 0;color:var(--color-text-secondary);font-size:clamp(1rem,1.25vw,1.16rem)}.hero-copy-panel{max-width:760px;display:grid;gap:12px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.hero-heading-copy,.hero-body-copy{display:contents}.hero-summary{max-width:620px;margin-top:0;font-size:1.12rem;line-height:1.55}.hero-studio .hero-copy-panel{gap:clamp(22px,2.4vw,34px)}.hero-studio .hero-heading-copy,.hero-studio .hero-body-copy{display:grid}.hero-studio .hero-heading-copy{gap:clamp(20px,2vw,30px)}.hero-studio .hero-body-copy{gap:clamp(18px,2vw,28px)}.hero-studio .hero-eyebrow{display:block;margin:0;color:var(--accent);font-size:clamp(1rem,1.25vw,1.35rem);font-weight:800;letter-spacing:.12em}.hero-studio .hero-content .hero-summary{max-width:39rem;margin:0;color:var(--color-text-secondary);font-size:clamp(1.22rem,1.55vw,1.72rem);line-height:1.55}.hero-studio .hero-actions{margin-top:0}.hero-actions,.scroller-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-actions{margin-top:20px;gap:14px}.hero-facts{display:flex;flex-wrap:wrap;gap:18px 28px;max-width:860px;margin:20px 0 0}.hero-facts div{min-width:180px;padding:0}.hero-facts dt,.detail-list dt{color:inherit;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-facts dd,.detail-list dd{margin:3px 0 0}.eyebrow{margin:0 0 12px;color:var(--accent-2);font-family:var(--font-label);font-weight:400;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;font-size:1rem}.hero .eyebrow{color:var(--accent-2)}.hero-eyebrow,.hero-eyebrow-location{display:inline-flex;align-items:center}.hero-eyebrow{gap:.55em}.hero-eyebrow-location{gap:.22em}.hero-eyebrow-location:before{content:"·"}.hero-eyebrow-location svg{flex:0 0 auto;margin-left:.15em}.hero-primary-action{box-shadow:0 12px 28px #00000038}.hero-secondary-action{border-color:var(--color-accent-dark);background:transparent;color:var(--color-accent-dark)}.hero-secondary-action:hover{border-color:var(--color-accent-dark);background:var(--color-bg-tertiary);color:var(--color-accent-dark)}.section,.page-hero,.art-detail,.site-footer{width:min(var(--max),calc(100% - var(--page-gutter) - var(--page-gutter)));margin-inline:auto}.section{padding:72px 0}.home-page{--home-section-space: clamp(64px, 6vw, 88px);--home-content-space: clamp(20px, 2vw, 28px);--home-label-space: 12px;--home-mobile-gutter: var(--page-gutter)}.home-page>.section:not(.commission-cta){padding-block:var(--home-section-space)}.home-page>.commission-cta{width:calc(100% - var(--page-gutter) - var(--page-gutter));max-width:none;margin-inline:auto;margin-top:var(--home-section-space);margin-bottom:var(--home-section-space);padding:clamp(28px,4vw,44px)}.home-page>.featured-series-rail{padding-bottom:var(--home-content-space)}.home-page .section-heading{margin-bottom:var(--home-content-space)}.home-page .section-heading .eyebrow,.home-page .story-preview-copy .eyebrow,.home-page .commission-cta-copy .eyebrow{margin-bottom:var(--home-label-space)}.home-page .featured-series-rail .gallery-index{margin:0 0 var(--home-content-space)}.home-page .featured-series-rail .gallery-scroller{padding-top:0}.home-page .story-preview h2{margin-bottom:var(--home-content-space)}.home-page .story-preview-copy p:not(.eyebrow){margin-bottom:var(--home-content-space)}.home-page .story-preview-copy .story-video-mobile{margin-bottom:var(--home-content-space)}.home-page .commission-cta-copy>:where(h2,p:not(.eyebrow)){margin-top:0}.home-page .commission-cta-copy h2{margin-bottom:var(--home-content-space)}.home-page .commission-cta-copy p:not(.eyebrow){margin-bottom:0}.featured-strip{--content-inset: var(--page-gutter);position:relative;width:100%;min-height:0;max-width:none;padding:clamp(48px,6vh,68px) var(--content-inset);padding-top:12vh;background:var(--color-bg-secondary)}.featured-strip:before{position:absolute;inset:0;content:"";pointer-events:none;display:none}.featured-strip:after{position:absolute;inset:0;content:"";pointer-events:none;display:none}.featured-strip>*{position:relative;z-index:1}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}h1,h2,h3,p{overflow-wrap:break-word}h2{margin:0;font-family:var(--font-display);font-size:clamp(2rem,2.8vw,3.6rem);font-weight:400;line-height:1.04;letter-spacing:0}h3{margin:0;font-size:1.15rem;line-height:1.2}p{color:var(--muted)}.art-scroller,.gallery-scroller{display:grid;grid-auto-flow:column;gap:18px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scrollbar-color:var(--color-border) transparent;padding:2px 2px 18px}.art-scroller{grid-auto-columns:minmax(246px,310px)}.art-scroller>*{scroll-snap-align:start}.gallery-scroller{grid-auto-columns:auto;align-items:start;gap:clamp(30px,5.8vw,78px);width:100%;padding-top:24px;padding-inline:var(--content-inset);scroll-snap-type:none;scrollbar-width:none}.gallery-scroller::-webkit-scrollbar{display:none}.gallery-scroller.is-settling a{pointer-events:none}.gallery-scroller>*{scroll-snap-align:start}.gallery-stage{position:relative;width:100vw;max-width:100vw;margin-left:calc(-1 * var(--content-inset));overflow:hidden}.gallery-index{min-width:32px;color:var(--muted);font-size:.75rem;font-weight:800}.gallery-scrollbar{display:block;width:100%;margin:10px 0 4px;padding:0 5px 0 1px;border-radius:999px;background:var(--color-border-subtle)}.gallery-scrollbar input{display:block;width:100%;height:16px;padding:0;border:0;border-radius:999px;appearance:none;background:transparent;cursor:pointer}.gallery-scrollbar input:disabled{cursor:not-allowed;opacity:.5}.gallery-scrollbar input::-webkit-slider-runnable-track{height:10px;border-radius:999px;background:transparent}.gallery-scrollbar input::-webkit-slider-thumb{width:64px;height:12px;margin-top:-1px;border:2px solid var(--surface);border-radius:999px;appearance:none;background:var(--accent);box-shadow:0 7px 18px #2c221829}.gallery-scrollbar input::-moz-range-track{height:10px;border-radius:999px;background:transparent}.gallery-scrollbar input::-moz-range-progress{height:10px;border-radius:999px;background:transparent}.gallery-scrollbar input::-moz-range-thumb{width:64px;height:18px;border:2px solid var(--surface);border-radius:999px;background:var(--accent);box-shadow:0 7px 18px #2c221829}.gallery-card{--gallery-width: 390px;width:min(var(--gallery-width),calc(100vw - 40px))}.gallery-card-wide{--gallery-width: 520px}.gallery-card-landscape{--gallery-width: 445px}.gallery-card-square{--gallery-width: 390px}.gallery-card-tall{--gallery-width: 280px}@media(min-width:561px){.featured-series-rail{--series-artwork-height: clamp(300px, 28vw, 430px)}.featured-series-rail .gallery-stage{width:100%;max-width:none;margin-left:0}.featured-series-rail .gallery-scroller{display:flex;gap:clamp(32px,3vw,56px);padding-inline:0;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none}.featured-series-rail .gallery-scroller.is-dragging{cursor:grabbing}.featured-series-rail .gallery-scroller.is-dragging a{pointer-events:none}.featured-series-rail .gallery-card{display:flex;width:max-content;max-width:none;flex:0 0 auto;flex-direction:column;align-items:flex-start}.featured-series-rail .gallery-image-link,.featured-series-rail .art-photo-frame-gallery{display:inline-flex;width:auto}.featured-series-rail .gallery-card .art-photo-frame-gallery{height:auto;min-height:0;aspect-ratio:auto}.featured-series-rail .art-photo-frame-gallery img{width:auto;height:var(--series-artwork-height);max-height:none}.featured-series-rail .art-placeholder-gallery{height:var(--series-artwork-height);min-height:0}}.gallery-image-link{display:block}.gallery-label-card{width:100%;max-width:calc-size(fit-content,size + 10%);min-height:118px;margin:18px auto 0;padding:17px 20px 18px;border:.5px solid var(--color-border-subtle);border-radius:var(--radius);background:#fff;box-shadow:0 0 10px 4px #2c22180f}.gallery-label-card-header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.gallery-label-card h3{color:var(--ink);overflow-wrap:normal;word-break:normal}.gallery-card-price{justify-self:end;color:var(--accent);font-size:.92rem;font-weight:900;line-height:1.2;white-space:nowrap}.gallery-card-meta{margin:7px 0 18px;color:var(--muted);font-size:.9rem;line-height:1.35;overflow-wrap:normal;white-space:nowrap;word-break:normal}.art-card,.intent-card,.process-card,.heart-card,.contact-note,.detail-panel{border:.5px solid var(--line);border-radius:var(--radius);background:var(--surface)}.art-card{display:flex;flex-direction:column;overflow:hidden;min-width:0}.art-card-image{display:block}.art-card-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:24px;padding:18px}.art-card-body p:not(.eyebrow){margin:8px 0 0;font-size:.94rem}.art-status-badge{display:inline-flex;width:fit-content;max-width:100%;margin-top:14px;padding:6px 9px;border:1px solid var(--line);border-radius:999px;background:var(--color-bg-secondary);color:var(--accent);font-size:.78rem;font-weight:900;line-height:1.2}.art-status-badge-available{border-color:color-mix(in srgb,var(--accent) 26%,var(--line));background:color-mix(in srgb,var(--color-bg-tertiary) 34%,var(--surface))}.art-status-badge-sold,.art-status-badge-commissioned{border-color:color-mix(in srgb,var(--color-accent-mid) 28%,var(--line));background:color-mix(in srgb,var(--color-bg-secondary) 76%,var(--surface));color:var(--color-accent-mid)}.art-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.86rem;font-weight:800}.art-card-footer a{display:inline-flex;align-items:center;gap:5px;color:var(--accent)}.art-card-compact .art-card-body{min-height:164px}.art-placeholder,.art-photo-frame{position:relative;overflow:hidden}.art-placeholder{display:grid;min-height:280px;place-items:end start;background:var(--surface-muted);isolation:isolate}.art-photo-frame{background:none}.art-photo-frame img{width:100%;height:100%;object-fit:contain;max-height:520px}.art-placeholder:before,.art-placeholder:after{position:absolute;content:"";inset:0;z-index:-1}.art-placeholder:after{background:linear-gradient(0deg,rgba(0,0,0,.46),transparent 46%),repeating-linear-gradient(92deg,rgba(255,255,255,.14) 0 2px,transparent 2px 19px)}.art-placeholder span{max-width:80%;margin:18px;padding:8px 10px;border-radius:var(--radius);background:#f8f3ece6;color:var(--ink);font-size:.82rem;font-weight:900}.art-placeholder-hero,.art-photo-frame-hero{min-height:520px}.art-placeholder-wide,.art-photo-frame-wide{min-height:190px}.art-photo-frame-hero,.art-photo-frame-wide,.art-photo-frame-gallery,.art-photo-frame-card{min-height:0}.art-placeholder-gallery,.art-photo-frame-gallery{min-height:auto;aspect-ratio:3 / 2}.gallery-card-wide .art-placeholder-gallery,.gallery-card-wide .art-photo-frame-gallery{aspect-ratio:16 / 9}.gallery-card-landscape .art-placeholder-gallery,.gallery-card-landscape .art-photo-frame-gallery{aspect-ratio:3 / 2}.gallery-card-square .art-placeholder-gallery,.gallery-card-square .art-photo-frame-gallery{aspect-ratio:1 / 1}.gallery-card-tall .art-placeholder-gallery,.gallery-card-tall .art-photo-frame-gallery{aspect-ratio:4 / 5}.art-photo-frame-gallery img{max-height:none;object-fit:contain;object-position:bottom center}.art-placeholder-kc:before{background:linear-gradient(180deg,transparent 42%,var(--color-text-primary) 42% 52%,transparent 52%),linear-gradient(90deg,var(--color-text-primary),var(--color-accent-mid) 46%,var(--color-accent-dark))}.art-placeholder-prairie:before{background:linear-gradient(180deg,var(--color-bg-secondary) 0 42%,var(--color-bg-tertiary) 42% 58%,var(--color-accent-dark) 58%),radial-gradient(circle at 78% 20%,var(--color-border) 0 9%,transparent 10%)}.art-placeholder-water:before{background:linear-gradient(180deg,var(--color-bg-secondary) 0 38%,var(--color-text-secondary) 38% 55%,var(--color-bg-tertiary) 55%),radial-gradient(circle at 18% 30%,var(--color-bg-primary) 0 7%,transparent 8%)}.art-placeholder-garden:before{background:linear-gradient(120deg,var(--color-accent-dark),var(--color-text-secondary) 38%,var(--color-bg-tertiary) 39% 44%,var(--color-accent-mid) 44% 57%,var(--color-accent-dark) 58%),radial-gradient(circle at 70% 22%,var(--color-border-subtle) 0 9%,transparent 10%)}.art-placeholder-holiday:before{background:linear-gradient(135deg,var(--color-bg-primary),var(--color-accent-mid) 36%,var(--color-accent-dark) 37% 70%,var(--color-bg-tertiary) 71%),radial-gradient(circle at 28% 28%,#ffffff 0 8%,transparent 9%)}.art-placeholder-heart:before{background:radial-gradient(circle at 50% 36%,var(--color-accent-mid) 0 25%,transparent 26%),linear-gradient(130deg,var(--color-text-primary),var(--color-bg-tertiary) 45%,var(--color-accent-mid))}.intent-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.intent-section{width:100%;max-width:none;padding-inline:var(--page-gutter);background:var(--color-bg-secondary)}.intent-slider-controls,.mobile-slider-controls,.intent-slider-dots{display:none}.intent-card{position:relative;display:flex;flex-direction:column;min-width:0;overflow:hidden}.intent-card-image,.intent-card .art-photo-frame-wide{aspect-ratio:5 / 4}.intent-card-image img,.intent-card .art-photo-frame-wide img{width:100%;height:100%;max-height:none;object-fit:cover;transition:transform .42s ease}.intent-card-image{overflow:hidden}.intent-card h3,.intent-card p,.intent-card .text-link{margin-inline:16px}.intent-card h3{margin-top:18px}.intent-card p{flex:1;min-height:72px;margin-top:8px;font-size:.93rem}.intent-card .text-link{margin-bottom:18px;color:var(--accent)}@media(hover:hover)and (pointer:fine){.intent-card:hover .intent-card-image img,.intent-card:hover .art-photo-frame-wide img{transform:scale(1.04)}}.muted-band{width:100%;max-width:none;padding-inline:var(--page-gutter);background:var(--surface-muted)}.split-section.muted-band{background:var(--color-bg-tertiary);width:min(100% - 28px,var(--max));margin-top:72px}.lifestyle-feature{position:relative;width:100%;max-width:none;margin:0;padding:0}.lifestyle-feature-media{position:relative;width:100%;height:72vh;overflow:hidden}.lifestyle-feature-image{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center}.lifestyle-product-tag{position:absolute;top:clamp(32px,8vw,112px);right:calc(var(--page-gutter) + 44px);z-index:1;display:block;width:min(380px,calc(100vw - var(--page-gutter) - var(--page-gutter)));max-width:none;margin:0;border:.5px solid var(--color-border-subtle);background:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lifestyle-product-tag:hover{color:inherit;transform:translateY(-2px)}.lifestyle-product-tag .gallery-card-meta{margin-bottom:18px}.product-tag-link{display:inline-flex;align-items:center;gap:5px;color:var(--accent)}.split-section,.story-preview,.parade-feature,.art-detail,.contact-layout,.story-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.78fr);gap:42px;align-items:center}.story-preview{grid-template-columns:minmax(0,.98fr) minmax(320px,.72fr);width:100%;max-width:none;padding-inline:var(--page-gutter);background:var(--color-bg-primary);color:var(--color-text-primary)}.story-preview-copy{display:grid;grid-column:2;gap:0}.story-video-mobile{display:none}.story-preview h2{color:var(--color-text-primary);margin-bottom:18px}.story-preview .eyebrow{color:var(--accent-2)}.story-preview p{color:var(--color-text-secondary)}.story-preview-copy p:not(.eyebrow){margin:0 0 24px}.story-preview-copy .story-video-mobile{margin-bottom:18px}.story-preview .button-secondary{border-color:var(--color-accent-dark);background:transparent;color:var(--color-accent-dark)}.story-preview .button-secondary:hover{background:var(--color-bg-tertiary);color:var(--color-accent-dark)}.story-video{position:relative;grid-column:1;grid-row:1;overflow:hidden;width:100%;aspect-ratio:16 / 9;border:1px solid var(--line);border-radius:var(--radius);background:#111;box-shadow:var(--shadow)}.story-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.split-section p:not(.eyebrow),.story-preview p:not(.eyebrow),.parade-feature p:not(.eyebrow),.page-hero p:not(.eyebrow),.contact-note p:not(.eyebrow),.story-sections p:not(.eyebrow),.detail-panel p:not(.eyebrow){max-width:700px;font-size:1.04rem}.portrait-placeholder{display:grid;place-items:end start;min-height:420px;border-radius:var(--radius);background:linear-gradient(180deg,#f8f3ec1f,#2c22186b),linear-gradient(135deg,var(--color-bg-secondary),var(--color-accent-mid) 42%,var(--color-text-primary));box-shadow:var(--shadow)}.portrait-placeholder span{margin:18px;padding:8px 10px;border-radius:var(--radius);background:#f8f3ece6;font-size:.86rem;font-weight:900}.portrait-placeholder.large{align-self:start;min-height:560px}.about-intro,.about-video-section,.about-parade-section{display:grid;grid-template-columns:minmax(300px,.74fr) minmax(0,1fr);gap:42px;align-items:center}.about-intro{grid-template-areas:"portrait text";align-items:center}.about-portrait-wrap{grid-area:portrait;align-self:start}.about-intro-text{grid-area:text;display:grid;align-content:start;gap:24px}.about-portrait{width:100%;aspect-ratio:7 / 8;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;object-position:center;box-shadow:var(--shadow)}.about-intro-copy,.about-video-copy,.about-parade-copy{display:grid;gap:16px}.about-intro-heading{grid-area:heading;align-self:end;margin:0}.about-intro-lede{grid-area:lede}.about-intro-mobile-eyebrow{display:none;grid-area:mobile-eyebrow}.about-intro-copy{grid-area:copy}@media(min-width:841px){.about-intro-text>*{grid-area:auto}}.about-intro-heading,.about-video-copy h2,.about-parade-copy h2{max-width:18ch}.about-intro-lede,.about-intro-copy p:not(.eyebrow),.about-video-copy p:not(.eyebrow),.about-parade-copy p:not(.eyebrow),.about-topic-card p:not(.eyebrow){max-width:680px;margin:0;color:var(--muted)}.about-intro-copy .button{justify-self:start;margin-top:6px}.about-video-section{grid-template-columns:minmax(0,.98fr) minmax(300px,.72fr)}.about-story-video{grid-column:auto;grid-row:auto}.about-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.about-topic-card{display:grid;gap:14px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.about-topic-card h3{font-size:1.22rem}.about-topic-card .text-link{justify-self:start;margin-top:4px}.about-parade-section{grid-template-columns:minmax(300px,.86fr) minmax(0,1fr)}.about-parade-image{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);box-shadow:var(--shadow)}.about-parade-image img{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center}.stories-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.story-index-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.story-index-card img{width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center;background:var(--surface-muted)}.story-index-card>div{display:grid;flex:1;gap:12px;padding:22px}.story-index-card h2{font-size:1.25rem}.story-index-card p:not(.eyebrow){margin:0;color:var(--muted);font-size:.94rem}.story-index-card .text-link{align-self:end;justify-self:start;margin-top:8px}.story-article-hero{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,.66fr);gap:42px;align-items:end}.story-article-hero img{width:100%;aspect-ratio:4 / 3;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;object-position:center;background:var(--surface-muted);box-shadow:var(--shadow)}.story-article-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.36fr);gap:46px;align-items:start}.story-article-body{display:grid;gap:34px}.story-article-section{display:grid;gap:14px;padding-bottom:32px;border-bottom:1px solid var(--line)}.story-article-section h2{max-width:18ch}.story-article-section p{max-width:760px;margin:0;color:var(--muted);font-size:1.04rem}.story-article-sidebar{position:sticky;top:104px;display:grid;gap:16px}.story-related-card,.story-portfolio-cta{display:grid;gap:14px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.story-related-links{display:grid;gap:10px}.story-portfolio-cta{background:color-mix(in srgb,var(--color-bg-tertiary) 28%,var(--surface))}.story-portfolio-cta h2{font-size:1.18rem}.story-portfolio-cta p:not(.eyebrow){margin:0;color:var(--muted)}.story-portfolio-cta .button{justify-self:start}.parade-feature{grid-template-columns:minmax(320px,.86fr) minmax(0,1fr)}.commission-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:36px;margin-top:72px;margin-bottom:72px;padding:clamp(28px,4vw,44px);border-radius:var(--radius);background:var(--color-accent-dark);color:var(--color-text-on-dark)}.commission-cta-copy{max-width:730px}.commission-cta h2{max-width:18ch;color:var(--color-text-on-dark);font-size:clamp(1.8rem,3vw,2.6rem)}.commission-cta-copy p:not(.eyebrow),.commission-cta-email{color:color-mix(in srgb,var(--color-text-on-dark) 72%,transparent)}.commission-cta .eyebrow{color:var(--color-text-on-dark)}.commission-cta-actions{display:grid;justify-items:end;gap:14px}.commission-cta .button-primary{border-color:var(--color-text-on-dark);background:var(--color-text-on-dark);color:var(--accent);box-shadow:0 12px 26px #140d082e}.commission-cta .button-primary:hover{background:var(--color-bg-tertiary)}.commission-cta-email{font-size:.9rem}.commission-cta-email:hover{color:var(--color-text-on-dark)}.page{padding-bottom:40px}.page :is(.section,.page-hero,.art-detail){width:calc(100% - var(--page-gutter) - var(--page-gutter));max-width:none}.page .page-hero.compact-hero{max-width:none}.page-hero{padding:clamp(58px,8vw,86px) 0 clamp(38px,5vw,56px);padding-bottom:0}.page-hero.compact-hero{max-width:var(--max)}.page-hero h1{color:var(--ink);font-size:clamp(2.05rem,3vw,3.55rem)}.page-hero p a{color:var(--accent);font-weight:900;text-decoration:underline;text-underline-offset:4px}.filter-bar{display:flex;flex-wrap:wrap;gap:10px}.portfolio-filter-panel{display:grid;gap:20px;margin-bottom:30px}.filter-label{margin:0 0 8px;color:var(--muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.filter-chip{min-height:40px;padding:9px 14px;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:var(--muted);font-weight:900;cursor:pointer}.filter-chip.is-active,.filter-chip:hover{border-color:var(--accent);background:var(--accent);color:var(--color-text-on-dark)}.artwork-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.portfolio-results{position:relative}.portfolio-results.is-preparing .artwork-grid{opacity:0;pointer-events:none}.portfolio-loading-state{display:grid;min-height:clamp(320px,48vh,620px);place-items:center}.portfolio-results .portfolio-loading-state{position:absolute;inset:0 0 auto;z-index:1;height:clamp(320px,48vh,620px);min-height:0;background:var(--bg)}.portfolio-loading-state span{width:34px;height:34px;border:3px solid color-mix(in srgb,var(--accent) 16%,transparent);border-top-color:var(--accent);border-radius:50%;animation:portfolio-spinner .76s linear infinite}@keyframes portfolio-spinner{to{transform:rotate(360deg)}}.empty-artwork-state{display:grid;gap:8px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.empty-artwork-state h2{font-size:1.35rem}.empty-artwork-state p{max-width:560px;margin:0;color:var(--muted)}.art-detail{grid-template-areas:"gallery heading" "gallery details";grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);align-items:stretch;padding:clamp(58px,8vw,86px) 0 clamp(38px,5vw,56px)}.art-detail-gallery{--gallery-frame-ratio: 4 / 3;grid-area:gallery;display:grid;gap:14px;align-content:start}.art-detail-gallery .art-photo-frame-hero{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:var(--gallery-frame-ratio)}.art-detail-gallery-single .art-photo-frame-hero{aspect-ratio:auto}.art-detail-main-button{position:relative;display:block;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:zoom-in}.art-detail-main-image{width:100%;height:100%;max-height:none}.art-detail-gallery-single .art-detail-main-image{height:auto;max-height:480px}.art-detail-gallery .art-detail-main-image-contain{object-fit:contain}.art-detail-gallery .art-detail-main-image-cover{object-fit:cover}.art-detail-thumbnails{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.art-detail-thumbnail{display:grid;gap:8px;min-width:0;padding:8px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--muted);font-size:.8rem;font-weight:900;line-height:1.1;cursor:pointer}.art-detail-thumbnail:hover,.art-detail-thumbnail.is-active{border-color:var(--accent);color:var(--accent)}.art-detail-thumbnail img{width:100%;aspect-ratio:4 / 3;border-radius:calc(var(--radius) - 2px);object-fit:cover}.art-detail-thumbnail span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.art-detail-expand-icon,.art-detail-viewer-close,.art-detail-viewer-nav{display:inline-grid;place-items:center;border:1px solid rgba(248,243,236,.28);border-radius:999px;background:#2c2218a8;color:var(--color-text-on-dark);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.art-detail-expand-icon{position:absolute;right:14px;bottom:14px;width:42px;height:42px;opacity:0;transform:translateY(4px);transition:opacity .16s ease,transform .16s ease,background .16s ease}.art-detail-main-button:hover .art-detail-expand-icon,.art-detail-main-button:focus-visible .art-detail-expand-icon{opacity:1;transform:translateY(0)}.art-detail-main-button:focus-visible,.art-detail-thumbnail:focus-visible,.art-detail-viewer-close:focus-visible,.art-detail-viewer-nav:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.art-detail-viewer{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:clamp(18px,4vw,44px);background:#140d08eb}.art-detail-viewer-figure{display:grid;gap:14px;width:min(100%,1320px);height:100%;max-height:calc(100vh - 72px);margin:0;place-items:center}.art-detail-viewer-figure img{width:100%;height:min(100%,calc(100vh - 116px));object-fit:contain}.art-detail-viewer-figure figcaption{color:#f8f3ecc7;font-size:.86rem;font-weight:800}.art-detail-viewer-close,.art-detail-viewer-nav{position:fixed;z-index:101;cursor:pointer}.art-detail-viewer-close{top:18px;right:18px;width:46px;height:46px}.art-detail-viewer-nav{top:50%;width:54px;height:54px;transform:translateY(-50%)}.art-detail-viewer-nav-previous{left:18px}.art-detail-viewer-nav-next{right:18px}.art-detail-viewer-close:hover,.art-detail-viewer-nav:hover,.art-detail-main-button:hover .art-detail-expand-icon{background:#2c2218d1}.detail-heading{grid-area:heading;padding:32px 32px 0}.detail-heading h1{margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(2.05rem,3.2vw,3.55rem);font-weight:400;line-height:1.08}.detail-panel{grid-area:details;padding:0 32px 32px}.artist-note{margin:0 0 24px;padding:18px 0 0;border-top:1px solid var(--line)}.artist-note blockquote{margin:0}.detail-panel .artist-note p{margin:0;color:var(--ink);font-family:var(--font-display);font-size:clamp(1.12rem,1.5vw,1.35rem);font-style:italic;line-height:1.55}.artist-note cite{display:block;margin-top:10px;color:var(--ink);font-size:.88rem;font-style:normal;font-weight:900}.detail-panel .detail-pricing-note{color:var(--muted)}.detail-actions{margin-top:28px}.related-artwork-rail{padding-top:18px}.related-artwork-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.related-artwork-card{display:grid;gap:12px;min-width:0;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:inherit}.related-artwork-card:hover{color:inherit;transform:translateY(-2px)}.related-artwork-card .art-photo-frame-card,.related-artwork-card .art-placeholder-card{aspect-ratio:4 / 3}.related-artwork-card h3{color:var(--ink);font-size:1rem}.related-artwork-card p{margin:4px 0 0;color:var(--accent);font-size:.9rem;font-weight:900}.detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:26px 0}.detail-list div{padding:14px;border:1px solid var(--line);border-radius:var(--radius);background:var(--bg)}.back-link{margin-bottom:28px}.check-list{display:grid;gap:13px;margin:0;padding:0;list-style:none}.check-list li{display:flex;align-items:flex-start;gap:12px;padding:15px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--accent);font-weight:900}.check-list svg{flex:0 0 auto;margin-top:2px;color:var(--accent-3)}.commission-page-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);align-items:center;gap:clamp(32px,6vw,96px)}.commission-hero-copy{display:grid;align-content:start}.commission-page-hero h1{max-width:24ch}.commission-page-hero p:not(.eyebrow){max-width:690px}.commission-hero-artwork{align-self:end;justify-self:end;width:min(100%,580px);margin:0;overflow:hidden;aspect-ratio:3 / 2;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-muted);box-shadow:0 26px 56px #2c22181f}.commission-hero-artwork img{display:block;width:100%;height:100%;object-fit:cover}.commission-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}.commission-overview{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.85fr);gap:clamp(24px,4vw,64px);align-items:start}.commission-overview h2{max-width:19ch}.commission-overview p:not(.eyebrow){max-width:580px}@media(min-width:841px){.commission-process{margin-top:clamp(48px,6vw,88px)}}.process-grid,.heart-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.process-card{min-height:220px;padding:20px}.process-card span{display:grid;place-items:center;width:34px;height:34px;margin-bottom:28px;border-radius:50%;background:var(--accent);color:var(--color-text-on-dark);font-weight:900}.process-card p{margin:10px 0 0;color:var(--muted);font-size:.92rem;line-height:1.5}.commission-steps-grid .process-card{min-height:180px}.commission-story-heading{align-items:end;margin-bottom:30px}.commission-story-heading>p{max-width:390px;margin:0;color:var(--muted);font-size:.94rem}.commission-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.commission-story-card{display:grid;gap:16px;margin:0}.commission-story-card img{width:100%;aspect-ratio:3 / 4;border:1px solid var(--line);border-radius:var(--radius);object-fit:cover;object-position:center;background:var(--surface-muted);box-shadow:0 18px 38px #2c22181a}.commission-story-card figcaption{display:grid;gap:6px}.commission-story-card h3{font-size:1.05rem}.commission-story-card p{margin:0;color:var(--muted);font-size:.94rem}.commission-subject-list{align-self:start}.commission-faq-section{padding-top:clamp(56px,6vw,84px);padding-bottom:clamp(56px,6vw,84px)}.commission-faq-section+.commission-cta{margin-top:0}.commission-faq-heading{margin-bottom:22px}.commission-faq-list{display:grid;gap:10px}.commission-faq-item{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.commission-faq-item summary{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:58px;padding:16px 48px 16px 18px;color:var(--ink);font-weight:900;cursor:pointer;list-style:none}.commission-faq-item summary::-webkit-details-marker{display:none}.commission-faq-item summary:after{position:absolute;right:18px;content:"+";color:var(--accent);font-size:1.35rem;line-height:1}.commission-faq-item[open] summary:after{content:"-"}.commission-faq-item p{max-width:780px;margin:0;padding:0 18px 18px;color:var(--muted)}.heart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.heart-card{overflow:hidden}.heart-card>div:not(.art-placeholder){padding:24px}.heart-card p:not(.eyebrow){margin-bottom:18px}.story-layout{align-items:start}.story-sections{display:grid;gap:30px}.story-sections article{padding-bottom:28px;border-bottom:1px solid var(--line)}.contact-layout{grid-template-columns:minmax(260px,.44fr) minmax(0,1fr);align-items:start}.contact-sidebar{display:grid;gap:16px}.contact-note{display:grid;gap:12px;padding:24px}.contact-note h2{font-size:2rem}.contact-note svg{color:var(--color-text-on-dark)}.contact-commission-card{border-color:color-mix(in srgb,var(--accent) 30%,var(--line));background:color-mix(in srgb,var(--color-bg-tertiary) 32%,var(--surface))}.contact-commission-card h2{max-width:12ch}.contact-commission-card .button{justify-self:start;margin-top:4px}.form-section-title{max-width:18ch;margin-bottom:12px}.commission-inquiry-section{display:grid;grid-template-columns:minmax(260px,.46fr) minmax(0,1fr);gap:42px;align-items:start;scroll-margin-top:96px}.commission-inquiry-copy{position:sticky;top:104px;display:grid;gap:14px}.commission-inquiry-copy h2{max-width:14ch}.commission-inquiry-copy p:not(.eyebrow){max-width:420px;margin:0;color:var(--muted)}.inquiry-form{display:grid;gap:18px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}label{display:grid;gap:7px;color:var(--ink);font-size:.92rem;font-weight:900}label span{color:var(--muted);font-size:.82rem;font-weight:700}input,select,textarea{width:100%;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--ink);padding:12px 13px}textarea{resize:vertical}.checkbox-label{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-weight:700}.checkbox-label input{width:18px;height:18px;margin-top:3px}.hidden-field{display:none}.site-footer{width:100%;max-width:none;display:grid;grid-template-columns:minmax(260px,1fr) auto auto;gap:30px;align-items:start;padding:42px var(--page-gutter);border-top:1px solid var(--color-border-subtle);background:var(--color-bg-secondary);color:var(--color-text-primary)}.footer-brand{color:var(--color-text-primary);font-weight:600}.site-footer p{max-width:440px;margin:10px 0 0;color:var(--color-text-secondary);font-size:.94rem}.footer-links{display:grid;gap:8px;color:var(--color-text-secondary);font-weight:800}.footer-links a:hover,.footer-email:hover{color:var(--color-accent-dark)}.footer-email{color:var(--color-accent-dark);font-weight:900}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:1ms!important;animation-iteration-count:1!important}}@media(max-width:1040px){.intent-grid,.artwork-grid,.process-grid,.commission-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commission-overview{grid-template-columns:1fr}.stories-index-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:840px){.home-page{--home-section-space: clamp(52px, 8vw, 64px);--home-content-space: 22px;--home-label-space: 10px;--home-mobile-gutter: var(--page-gutter)}.site-header{min-height:64px;gap:16px;padding-block:10px}.brand-logo{height:60px}.menu-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;flex:0 0 auto}.primary-nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;align-items:stretch;padding:12px 16px 16px;border-bottom:1px solid color-mix(in srgb,var(--color-text-on-dark) 22%,transparent);background:var(--accent);box-shadow:0 18px 34px #140d0833}.primary-nav.is-open{display:grid}.nav-link{min-height:40px;padding-inline:10px}.header-switcher{width:fit-content;margin:8px 0 0}.header-cta{margin:8px 0 0}.hero{--hero-mobile-gutter: var(--page-gutter);grid-template-columns:1fr;gap:0;height:auto;min-height:0;max-height:none;align-items:start;padding:0}.hero-media{grid-column:1;grid-row:1;justify-self:center;width:min(560px,calc(100% - var(--hero-mobile-gutter) - var(--hero-mobile-gutter)));min-height:0;aspect-ratio:4 / 5;margin-top:var(--home-content-space)}.hero-image{object-position:center top}.hero-image-overlay{background:transparent}.lifestyle-feature{margin-inline:0}.lifestyle-product-tag{top:28px;right:24px;padding:22px 22px 24px}.hero-content{display:contents;padding:0}.hero-content h1{font-size:clamp(2rem,9vw,4rem)}.hero-copy-panel{display:contents}.hero-heading-copy,.hero-body-copy{grid-column:1;justify-self:start;width:min(620px,calc(100% - var(--hero-mobile-gutter) - var(--hero-mobile-gutter)));margin-inline:var(--hero-mobile-gutter)}.hero-heading-copy{grid-row:2;display:grid;gap:0;margin-top:var(--home-content-space)}.hero-body-copy{grid-row:3;display:grid;gap:var(--home-content-space);margin-top:var(--home-content-space);margin-bottom:var(--home-section-space)}.hero-content h1,.hero-summary,.hero-actions{width:auto;max-width:none;margin:0}.hero-actions{width:100%}.commission-page-hero{grid-template-columns:1fr;gap:24px}.commission-hero-copy,.commission-hero-artwork{min-width:0;width:100%;max-width:100%}.commission-hero-artwork{justify-self:stretch}.page-hero.commission-page-hero h1{width:100%;max-width:100%;overflow-wrap:anywhere}.commission-page-hero p:not(.eyebrow){width:100%;max-width:100%}.commission-hero-actions{width:100%}.commission-hero-actions .button{width:min(100%,32rem);white-space:normal}.page-hero h1,.about-intro-heading,.detail-heading h1{font-size:clamp(2rem,7vw,3.2rem);line-height:1.1}.hero-facts{margin-top:20px}.hero-facts div{min-width:100%}.section{padding:46px 0}.home-page>:is(.intent-section,.featured-strip,.story-preview){width:100%;max-width:none;margin-inline:0;padding-inline:var(--home-mobile-gutter)}.home-page>.featured-strip{--content-inset: var(--home-mobile-gutter)}.section-heading{align-items:flex-start;flex-direction:column;gap:16px}.split-section,.lifestyle-feature,.story-preview,.parade-feature,.about-intro,.about-video-section,.about-parade-section,.story-article-hero,.story-article-layout,.art-detail,.contact-layout,.commission-inquiry-section,.story-layout{grid-template-columns:1fr}.about-intro{grid-template-areas:"heading" "lede" "portrait" "mobile-eyebrow" "copy";gap:24px;padding-top:28px}.about-intro-text{display:contents}.about-intro-mobile-eyebrow{display:block}.art-detail{grid-template-areas:"heading" "gallery" "details";gap:24px;align-items:start;padding-top:24px}.detail-heading,.detail-panel{padding:0}.detail-list{margin-top:0}.commission-inquiry-copy,.story-article-sidebar{position:static}.commission-cta{grid-template-columns:1fr;align-items:start;gap:24px}.commission-cta-actions{justify-items:start}.story-preview-copy{display:grid;grid-column:1;gap:0;order:1}.story-video-desktop{display:none}.story-video-mobile{display:block}.story-preview-copy .eyebrow,.story-preview-copy h2,.story-preview-copy p,.story-preview-copy .button{grid-column:auto}.story-preview-copy .eyebrow{order:1}.home-page .story-preview-copy .eyebrow{margin-bottom:var(--home-label-space)}.story-preview-copy h2{order:2}.story-preview-copy .story-video-mobile{grid-column:auto;grid-row:auto;order:3}.story-preview-copy p:not(.eyebrow){order:4}.story-preview-copy .button{order:5}.parade-feature .art-placeholder{order:2}.about-video-copy{order:1}.about-story-video{order:2}.intent-grid,.artwork-grid,.heart-grid{grid-template-columns:1fr}.related-artwork-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid,.detail-list{grid-template-columns:1fr}.art-detail-expand-icon{opacity:.92;transform:none}.art-detail-viewer-nav{width:46px;height:46px}.site-footer{grid-template-columns:1fr}}@media(max-width:560px){:root{--page-gutter: 14px}.home-page{--home-section-space: 44px;--home-content-space: 18px;--home-label-space: 10px;--home-mobile-gutter: 14px}h2{font-size:clamp(1.6rem,2.8vw,3.6rem)}.section,.page-hero,.art-detail{width:min(100% - 28px,var(--max))}.site-footer{width:100%;max-width:none;margin-inline:0;padding:40px 14px}.section.muted-band,.home-page>:is(.intent-section,.featured-strip,.story-preview){width:100%;max-width:none;margin-inline:0}.home-page>:is(.intent-section,.featured-strip,.story-preview){padding-inline:var(--home-mobile-gutter)}.home-page>.featured-strip{--content-inset: var(--home-mobile-gutter)}.site-header{min-height:60px;padding-inline:12px;padding-block:8px;padding-left:19px}.brand-text-lockup{gap:8px}.brand-text-lockup strong{font-size:1.25rem}.brand-text-lockup span{font-size:1rem}.icon-button{width:40px;height:40px}.site-header .menu-button{width:36px;min-width:0;height:36px;padding:0;border-color:transparent;border-radius:0;appearance:none;background:transparent;color:var(--color-text-on-dark);font-size:.82rem;font-weight:900;line-height:1}.site-header .menu-button:hover{border-color:transparent;background:transparent;color:color-mix(in srgb,var(--color-text-on-dark) 82%,transparent)}.site-header .menu-button svg{display:block;width:18px;height:18px;stroke-width:2.2}.hero{--hero-mobile-gutter: 14px;--hero-mobile-copy-gutter: 32px;min-height:0}.hero-heading-copy{width:-webkit-fill-available;width:stretch;margin-inline:var(--home-mobile-gutter);margin-top:24px}.hero-body-copy{width:-webkit-fill-available;width:stretch;margin-inline:var(--home-mobile-gutter);margin-top:16px;margin-bottom:var(--home-section-space)}.hero-media{width:calc(100% - 28px);aspect-ratio:5 / 6;margin-top:14px}.hero-image{object-position:center top}.lifestyle-feature{display:grid;gap:0}.lifestyle-feature-media{height:clamp(400px,45vh,640px)}.lifestyle-feature-image{height:125%;object-position:45% 128%;transform:scale(1.16);transform-origin:45% 128%}.lifestyle-product-tag{position:static;width:auto;padding:18px 18px 20px;margin:-28px 14px 14px}.story-preview{padding-inline:var(--home-mobile-gutter)}.hero-summary{font-size:.91rem}.hero-summary{font-size:.88rem;line-height:1.5}.page-hero{padding:28px 0}.page-hero h1,.about-intro-heading,.detail-heading h1{font-size:clamp(1.9rem,8.2vw,2.8rem);line-height:1.1;max-width:100%}.portfolio-page .page-hero{display:grid;gap:12px;padding:22px 0 18px}.portfolio-page .page-hero h1{width:100%;max-width:none}.portfolio-page .page-hero p:not(.eyebrow){max-width:none;margin:0;font-size:.96rem;line-height:1.5}.portfolio-page .section{padding-top:22px}.portfolio-filter-panel{gap:16px;margin-bottom:24px}.portfolio-filter-panel>div{min-width:0}.portfolio-page .filter-bar{width:calc(100% + 28px);max-width:calc(100% + 28px);flex-wrap:nowrap;margin-inline:-14px;padding-inline:14px;overflow-x:auto;scrollbar-width:none}.portfolio-page .filter-bar::-webkit-scrollbar{display:none}.portfolio-page .filter-chip{flex:0 0 auto;min-height:38px;padding:8px 12px;white-space:nowrap}.hero-actions .button{width:100%}.featured-strip{padding-block:44px}.gallery-scroller{gap:24px}.gallery-card-tall{--gallery-width: 240px}.gallery-label-card{min-height:0;padding:16px}.intent-section{padding-inline:var(--home-mobile-gutter)}.intent-section .section-heading{padding-inline:0}.intent-section-heading{align-items:flex-start;gap:16px;margin-bottom:var(--home-content-space)}.intent-slider-controls,.mobile-slider-controls{display:inline-flex;align-items:center;gap:8px;color:var(--accent)}.intent-slider-button,.mobile-slider-button{display:grid;width:36px;height:36px;place-items:center;padding:0;border:1px solid var(--line);border-radius:999px;background:var(--surface);color:inherit}.intent-slider-count,.mobile-slider-count{min-width:32px;color:var(--muted);font-size:.75rem;font-weight:800;text-align:center}.mobile-slider-view-all{margin-left:8px;white-space:nowrap}.intent-slider-viewport{margin-inline:0;overflow:hidden;touch-action:pan-y}.featured-mobile-slider-viewport{overflow:hidden;touch-action:pan-y}.featured-mobile-slider-track{display:flex;transform:translate(calc((var(--featured-slider-offset, 0) * -100%) + var(--featured-slider-drag-offset, 0px)));transition:transform .26s ease}.featured-mobile-slider-track.is-dragging{transition:none}.featured-mobile-slider-track .gallery-card{flex:0 0 100%;width:100%}.intent-grid{display:flex;gap:0;transform:translate(calc((var(--intent-slider-offset, 0) * -100%) + var(--intent-slider-drag-offset, 0px)));transition:transform .26s ease}.intent-grid.is-dragging{transition:none}.intent-card{flex:0 0 100%}.intent-card-image,.intent-card .art-photo-frame-wide{aspect-ratio:4 / 3}.intent-card h3{margin-top:14px;font-size:1rem}.intent-card p{min-height:0;margin-bottom:14px;font-size:.85rem;line-height:1.45}.intent-card .text-link{margin-bottom:14px}.intent-slider-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.intent-slider-dot{width:6px;height:6px;padding:0;border:0;border-radius:999px;background:var(--line)}.intent-slider-dot.is-active{width:22px;background:var(--accent)}.commission-story-grid{grid-template-columns:1fr}.commission-story-card:nth-child(n+2){display:none}.about-topic-grid,.stories-index-grid,.related-artwork-grid{grid-template-columns:1fr}.art-scroller{grid-auto-columns:minmax(236px,82vw)}.muted-band{padding:40px 14px}.commission-cta,.inquiry-form,.detail-panel{padding:18px}.commission-cta{margin-bottom:52px}.process-grid{grid-template-columns:1fr}}
