    @font-face { font-family: "ISO100 Modern"; font-style: normal; font-weight: 400 700; font-display: block; src: url("fonts/raleway-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Elegant"; font-style: italic; font-weight: 400 700; font-display: block; src: url("fonts/cormorant-garamond-italic-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Portrait"; font-style: normal; font-weight: 400; font-display: block; src: url("fonts/instrument-serif-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Art"; font-style: italic; font-weight: 400; font-display: block; src: url("fonts/instrument-serif-italic-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Documentary"; font-style: normal; font-weight: 400; font-display: block; src: url("fonts/newsreader-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Landscape"; font-style: normal; font-weight: 400; font-display: block; src: url("fonts/libre-baskerville-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Commercial"; font-style: normal; font-weight: 400 700; font-display: block; src: url("fonts/manrope-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Lifestyle"; font-style: normal; font-weight: 400 700; font-display: block; src: url("fonts/fraunces-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    @font-face { font-family: "ISO100 Sports"; font-style: normal; font-weight: 400 700; font-display: block; src: url("fonts/ibm-plex-sans-condensed-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
    :root { color-scheme: light; --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; --color-background: #ffffff; --color-foreground: #050505; --color-surface: #f8f8f6; --color-muted-foreground: #60605b; --color-accent: #050505; --color-border: #e2e2dc; --color-border-soft: #eeeeea; --radius-lg: 0; --radius-md: 0; --radius-sm: 0; --public-background: var(--color-background); --public-surface: var(--color-surface); --public-foreground: var(--color-foreground); --public-muted-foreground: var(--color-muted-foreground); --public-accent: var(--color-accent); --public-border: var(--color-border); --public-border-soft: var(--color-border-soft); --public-image-placeholder: #f1f1ed; --public-page-padding: clamp(14px, 2vw, 28px); --public-hero-scale: 1; --paper: var(--public-background); --ink: var(--public-foreground); --muted: var(--public-muted-foreground); --line: var(--public-border); --line-soft: var(--public-border-soft); --image-placeholder: var(--public-image-placeholder); --accent: var(--public-accent); --hero-scale: var(--public-hero-scale); }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { --gallery-gutter: clamp(4px, .55vw, 8px); margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans); letter-spacing: 0; }
    a { color: inherit; text-decoration: none; }
    button { color: inherit; font: inherit; }
    img { display: block; height: auto; width: 100%; }
    h1 { margin: 0; font-size: calc(clamp(42px, 8.5vw, 120px) * var(--hero-scale)); line-height: .9; font-weight: 520; letter-spacing: 0; }
    .photo-page { --photo-viewer-info-gap: 8px; --photo-viewer-inline-padding: 18px; --photo-viewer-toolbar-height: 38px; background: #050505; color: #fff; display: grid; grid-template-rows: var(--photo-viewer-toolbar-height) minmax(0, 1fr) var(--photo-viewer-toolbar-height); isolation: isolate; min-height: 100svh; overflow: hidden; position: relative; }
    .photo-page::before { background: rgba(0, 0, 0, .78); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 1; }
    .photo-page-background { inset: -36px; overflow: hidden; pointer-events: none; position: absolute; z-index: 0; }
    .photo-page-background::before { background-image: var(--public-photo-placeholder-image); background-position: var(--public-photo-placeholder-position, center); background-size: cover; content: ""; filter: blur(22px) saturate(.78) contrast(.94); inset: -18px; opacity: 0; position: absolute; transform: scale(1.08); transition: opacity 180ms ease-out; z-index: 0; }
    .photo-page-background[data-public-placeholder="ready"]::before { opacity: .9; }
    .photo-page-background picture { display: block; height: 100%; position: relative; width: 100%; z-index: 1; }
    .photo-page-background-image { filter: blur(16px) saturate(.78) contrast(.94); height: 100%; object-fit: cover; opacity: .9; transform: scale(1.05); width: 100%; }
    .photo-page .photo-viewer-topbar { grid-row: 1; }
    .photo-page .photo-viewer-title { text-align: center; }
    .photo-page-portfolio-link { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
    .photo-page-portfolio-link .photo-viewer-control-label { overflow: hidden; text-overflow: ellipsis; }
    .photo-page-figure { align-items: center; display: grid; grid-row: 2; justify-items: center; margin: 0; min-height: 0; overflow: hidden; padding: 0 var(--photo-viewer-inline-padding); position: relative; z-index: 2; }
    .photo-page-image-shell { align-items: center; background: #111; display: grid; justify-items: center; max-height: 100%; max-width: 100%; min-height: 0; overflow: hidden; position: relative; }
    .photo-page-image-shell::before { background-image: var(--public-photo-placeholder-image); background-position: var(--public-photo-placeholder-position, center); background-repeat: no-repeat; background-size: contain; content: ""; filter: blur(12px) saturate(.86) contrast(.92); inset: -12px; opacity: 0; pointer-events: none; position: absolute; transform: scale(1.03); transition: opacity 180ms ease-out; z-index: 0; }
    .photo-page-image-shell[data-public-placeholder="ready"]::before { opacity: .88; }
    .photo-page-image-shell > picture, .photo-page-image-shell > img, .photo-page-image-shell > .sensitive-photo { position: relative; z-index: 1; }
    .photo-page-image-shell > .sensitive-photo { max-height: calc(100svh - (var(--photo-viewer-toolbar-height) * 2)); max-width: calc(100vw - (var(--photo-viewer-inline-padding) * 2)); }
    .photo-page-image { background: #111; border: 8px solid #fff; box-sizing: border-box; height: auto; max-height: calc(100svh - (var(--photo-viewer-toolbar-height) * 2)); max-width: calc(100vw - (var(--photo-viewer-inline-padding) * 2)); object-fit: contain; width: auto; }
    .photo-page-image-shield { cursor: default; inset: 0; position: absolute; z-index: 2; }
    .photo-page-image-shell > .sensitive-photo .photo-page-image { max-height: 100%; max-width: 100%; }
    .portfolio-gallery-section { padding: clamp(24px, 3.4vw, 52px) var(--public-page-padding) clamp(22px, 3vw, 44px); }
    .portfolio-section-heading { font-family: var(--font-sans); font-size: clamp(20px, 1.8vw, 28px); font-style: normal; font-weight: 460; line-height: 1; margin: 0 0 clamp(22px, 2.6vw, 36px); text-transform: none; }
    .portfolio-gallery-grid { align-items: start; display: grid; gap: clamp(30px, 4vw, 62px) clamp(24px, 3vw, 52px); grid-template-columns: repeat(3, minmax(0, 1fr)); justify-content: start; opacity: 1; transition: opacity 150ms ease-out; }
    .portfolio-gallery-grid--count-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .portfolio-gallery-grid[data-gallery-pagination-transition="leaving"] { opacity: .16; pointer-events: none; }
    .gallery-card { display: grid; gap: 18px; grid-template-rows: auto auto; min-width: 0; position: relative; }
    .gallery-card-media { aspect-ratio: 4 / 3; background: var(--image-placeholder); display: grid; grid-column: 1; grid-row: 1; min-width: 0; overflow: hidden; position: relative; }
    .gallery-card-media::before { background-image: var(--public-photo-placeholder-image); background-position: var(--public-photo-placeholder-position, center); background-size: cover; content: ""; filter: blur(10px); inset: -10px; opacity: .88; position: absolute; transform: scale(1.04); z-index: 0; }
    .gallery-card[hidden] { display: none; }
    .gallery-card:focus-visible { outline: 1px solid var(--ink); outline-offset: 5px; }
    .gallery-card-photo { aspect-ratio: 4 / 3; background: transparent; grid-column: 1; grid-row: 1; object-fit: cover; position: relative; transition: filter 180ms ease-out, transform 180ms ease-out; z-index: 1; }
    .gallery-card-empty { aspect-ratio: 4 / 3; background: var(--image-placeholder); border: 1px solid var(--line-soft); grid-column: 1; grid-row: 1; position: relative; z-index: 1; }
    .gallery-card-copy { display: grid; gap: 8px; grid-column: 1; grid-row: 2; min-width: 0; }
    .gallery-card-title { color: var(--ink); font-family: var(--font-sans); font-size: clamp(18px, 1.35vw, 22px); font-style: normal; font-weight: 460; line-height: 1.12; overflow-wrap: anywhere; text-decoration-color: transparent; text-decoration-thickness: 1px; text-underline-offset: .14em; text-transform: none; transition: text-decoration-color 160ms ease-out; }
    .gallery-card-lock { color: var(--muted); font-size: 11px; letter-spacing: 0; line-height: 1.2; text-transform: uppercase; }
    .gallery-card-description { color: var(--muted); font-size: clamp(13px, 1vw, 15px); line-height: 1.45; max-width: 42ch; overflow-wrap: break-word; }
    .gallery-card-photo-count { color: var(--ink); font-weight: 500; }
    .gallery-card:focus-visible .gallery-card-photo { filter: brightness(.93); }
    .gallery-card:focus-visible .gallery-card-title { text-decoration-line: underline; text-decoration-color: currentColor; }
    .gallery-password-gate { --cover-title-boost: 1.2; align-content: center; align-items: center; background: #050505; color: #fff; display: grid; isolation: isolate; justify-items: center; min-height: 100svh; overflow: hidden; padding: clamp(24px, 4vw, 72px); position: relative; }
    .gallery-password-cover-photo, .gallery-password-cover-empty { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: -3; }
    .gallery-password-cover-empty { background: var(--image-placeholder); }
    .gallery-password-scrim { background: radial-gradient(circle at center, rgba(0,0,0,.74) 0%, rgba(0,0,0,.62) 32%, rgba(0,0,0,.44) 68%, rgba(0,0,0,.52) 100%); inset: 0; position: absolute; z-index: -2; }
    .gallery-password-panel { --gallery-password-copy-gap: clamp(8px, 1.2vw, 14px); align-items: center; display: grid; gap: var(--gallery-password-copy-gap); justify-items: center; max-width: min(760px, 100%); text-align: center; width: 100%; }
    .gallery-password-gate-copy { display: contents; }
    .gallery-password-form { display: grid; gap: 10px; margin-top: clamp(10px, 1.2vw, 18px); max-width: 620px; text-align: left; width: min(100%, 620px); }
    .gallery-password-row { align-items: stretch; background: rgba(0,0,0,.54); border: 1px solid rgba(255,255,255,.62); display: grid; grid-template-columns: minmax(0, 1fr) minmax(116px, auto); transition: background-color 160ms ease-out, border-color 160ms ease-out, box-shadow 160ms ease-out, transform 160ms ease-out; }
    .gallery-password-row:focus-within { border-color: #fff; box-shadow: 0 0 0 1px #fff; }
    .gallery-password-row[data-unlock-state="error"] { animation: gallery-password-error 260ms cubic-bezier(.3, .8, .3, 1); border-color: rgba(255,255,255,.96); box-shadow: 0 0 0 1px rgba(255,255,255,.96); }
    .gallery-password-row[data-unlock-state="success"] { animation: gallery-password-success 220ms cubic-bezier(.2, .7, .2, 1) both; background: rgba(255,255,255,.1); border-color: #fff; box-shadow: 0 0 0 1px #fff; }
    .gallery-password-form input { background: transparent; border: 0; color: #fff; font: inherit; min-height: 54px; min-width: 0; outline: 0; padding: 0 18px; width: 100%; }
    .gallery-password-form input::placeholder { color: rgba(255,255,255,.62); }
    .gallery-password-form button { background: #fff; border: 0; color: #050505; cursor: pointer; font: inherit; min-height: 54px; padding: 0 clamp(20px, 2.4vw, 32px); transition: background-color 160ms ease-out, color 160ms ease-out; }
    .gallery-password-form button:disabled { cursor: progress; opacity: .68; }
    .gallery-password-form button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
    .gallery-password-error { color: #fff; font-size: 13px; line-height: 1.4; }
    .gallery-pagination { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; justify-content: center; margin: 0 auto; max-width: 1680px; padding: 0 0 clamp(14px, 2vw, 28px); }
    .gallery-pagination[hidden] { display: none; }
    .gallery-pagination button { align-items: center; background: transparent; border: 1px solid transparent; color: var(--muted); cursor: pointer; display: inline-flex; font-size: 14px; font-weight: 400; justify-content: center; line-height: 1; min-height: 42px; min-width: 42px; padding: 0 10px; transition: background-color 160ms ease-out, border-color 160ms ease-out, color 160ms ease-out; }
    .gallery-pagination button[hidden] { display: none; }
    .gallery-pagination button[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }
    .gallery-pagination .gallery-pagination-previous, .gallery-pagination .gallery-pagination-next { font-size: 0; line-height: 1; padding: 0; }
    .gallery-pagination .gallery-pagination-previous::before, .gallery-pagination .gallery-pagination-next::before { border: solid currentColor; border-width: 0 1.15px 1.15px 0; content: ""; display: block; height: 7px; width: 7px; }
    .gallery-pagination .gallery-pagination-previous::before { transform: rotate(135deg); }
    .gallery-pagination .gallery-pagination-next::before { transform: rotate(-45deg); }
    .portfolio-contact { display: grid; justify-items: center; padding: clamp(8px, 1.5vw, 20px) var(--public-page-padding) clamp(24px, 3vw, 44px); }
    .contact-form { align-content: start; display: grid; gap: 18px; max-width: 520px; width: min(100%, 520px); }
    .contact-form--social-only { gap: 18px; }
    .contact-form h2 { font-family: var(--font-sans); font-size: clamp(20px, 1.8vw, 28px); font-style: normal; font-weight: 460; line-height: 1; margin: 0; text-transform: none; }
    .contact-form form { display: grid; gap: 13px; }
    .contact-form label { color: var(--ink); display: grid; gap: 8px; font-size: 13px; font-weight: 450; }
    .contact-form input, .contact-form textarea { background: var(--paper); border: 1px solid var(--line); color: var(--ink); font: inherit; padding: 13px 12px; width: 100%; }
    .contact-form textarea { min-height: 132px; resize: vertical; }
    .contact-form input:focus-visible, .contact-form textarea:focus-visible { border-color: var(--ink); outline: 0; }
    .contact-form button:focus-visible { border-color: var(--ink); color: var(--paper); outline: 2px solid var(--ink); outline-offset: 3px; }
    .contact-form button:focus-visible::before { transform: translateY(0); }
    .contact-form button { background: transparent; border: 1px solid var(--ink); color: var(--ink); cursor: pointer; font-size: 14px; font-weight: 420; isolation: isolate; justify-self: start; min-height: 44px; overflow: hidden; padding: 0 18px; position: relative; transition: border-color 160ms ease-out, color 160ms ease-out; }
    .contact-form button::before { background: var(--ink); content: ""; inset: 0; position: absolute; transform: translateY(100%); transition: transform 180ms ease-out; z-index: -1; }
    .contact-form button:disabled { cursor: progress; opacity: .58; }
    .contact-form-trap { left: -10000px; position: absolute; }
    .contact-form-status { border: 1px solid var(--line); border-left: 3px solid var(--ink); color: var(--ink); font-size: 14px; font-weight: 450; line-height: 1.45; margin: 1px 0 0; min-height: 44px; padding: 11px 12px 10px; }
    .contact-form-status[data-contact-status-state="error"] { border-color: var(--ink); }
    .contact-form-status:empty { display: none; }
    .portfolio-social-links { display: grid; gap: 6px; justify-items: start; margin-top: 2px; }
    .portfolio-social-group { align-items: center; display: grid; gap: 14px; grid-template-columns: 54px minmax(0, 1fr); min-height: 30px; }
    .portfolio-social-group-label { color: var(--muted); font-size: 13px; line-height: 1.25; }
    .portfolio-social-icons { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; }
    .portfolio-social-links a { align-items: center; color: var(--muted); display: inline-flex; height: 34px; justify-content: center; transition: color 160ms ease-out; width: 34px; }
    .portfolio-social-links .portfolio-website-link { font-size: 13px; height: auto; justify-content: flex-start; line-height: 1.25; overflow-wrap: anywhere; text-decoration: none; width: auto; }
    .portfolio-social-icons a { width: 18px; }
    .portfolio-social-links svg { display: block; flex: 0 0 auto; height: 18px; width: 18px; }
    .public-brand-footer { background: var(--paper); color: var(--ink); padding: calc(clamp(26px, 3vw, 42px) - var(--gallery-gutter)) var(--public-page-padding) clamp(26px, 3vw, 42px); }
    .public-brand-footer-inner { align-items: center; display: flex; flex-wrap: wrap; gap: 10px 18px; justify-content: space-between; min-width: 0; width: 100%; }
    .public-brand-footer--paid .public-brand-footer-inner { justify-content: center; text-align: center; }
    .public-brand-footer a { align-items: center; color: var(--muted); display: inline-flex; flex: 0 0 auto; }
    .public-brand-footer-made { align-items: center; color: var(--muted); display: inline-flex; flex: 0 0 auto; flex-wrap: nowrap; font-size: 12px; font-weight: 400; gap: 10px; justify-content: flex-end; line-height: 1; }
    .public-brand-footer-notice { color: var(--muted); flex: 1 1 auto; font-size: 12px; font-weight: 400; line-height: 1; margin: 0; min-width: min(100%, 220px); overflow-wrap: anywhere; }
    .public-brand-logo { color: var(--ink); display: block; flex: 0 0 auto; height: auto; width: 88px; }
    .gallery-card:focus-visible, .gallery-pagination button:focus-visible, .cover-hero-copy a:focus-visible, .gallery-portfolio-link:focus-visible, .cover-scroll-link:focus-visible, .portfolio-social-links a:focus-visible { outline: 1px solid currentColor; outline-offset: 4px; }
    .gallery-card:active .gallery-card-photo { filter: contrast(1.04); }
    @media (hover: hover) and (pointer: fine) {
      .gallery-card:hover .gallery-card-photo { transform: scale(1.025); }
      .gallery-card:hover .gallery-card-title { text-decoration-line: underline; text-decoration-color: currentColor; }
      .gallery-photo-button:hover img { transform: scale(1.025); }
      .gallery-password-row:hover { background: rgba(0,0,0,.66); border-color: rgba(255,255,255,.82); }
      .gallery-password-form button:hover { background: rgba(255,255,255,.9); color: #050505; }
      .gallery-pagination button:hover { border-color: var(--line); color: var(--ink); }
      .contact-form button:hover { color: var(--paper); }
      .contact-form button:hover::before { transform: translateY(0); }
      .contact-form button:disabled:hover { color: var(--ink); }
      .contact-form button:disabled:hover::before { transform: translateY(100%); }
      .portfolio-social-links a:hover { color: var(--ink); }
    }
    html[data-gallery-transition="entering"]:not([data-cover-image="loading"]) .cover-hero-photo { animation: gallery-page-enter 160ms ease-out both; }
    .cover-hero { --cover-button-offset: clamp(4px, .6vw, 10px); --cover-identity-gap: clamp(10px, 1.2vw, 16px); --cover-padding-block-end: clamp(22px, 4vw, 64px); --cover-padding-inline-end: clamp(22px, 4vw, 64px); --cover-padding-inline-start: clamp(22px, 4vw, 64px); --cover-scroll-hit-slop: 12px; --cover-stack-gap: clamp(14px, 2vw, 24px); --cover-text-gap: clamp(10px, 1.4vw, 18px); --cover-title-boost: 1.2; align-items: end; background: var(--image-placeholder); color: #ffffff; display: grid; height: var(--cover-height, 80svh); min-height: 0; overflow: hidden; padding: clamp(22px, 4vw, 64px); position: relative; text-align: left; }
    .cover-hero--height-30 { height: max(30svh, 240px); }
    .cover-hero--height-80 { height: max(80svh, 520px); }
    .cover-hero--height-100 { --cover-button-offset: clamp(8px, .9vw, 14px); --cover-identity-gap: clamp(12px, 1.4vw, 20px); --cover-stack-gap: clamp(18px, 2.4vw, 32px); --cover-text-gap: clamp(12px, 1.7vw, 22px); height: max(100svh, 640px); }
    .cover-hero--height-30 { --cover-button-offset: clamp(2px, .35vw, 6px); --cover-identity-gap: clamp(6px, .7vw, 10px); --cover-stack-gap: clamp(8px, .8vw, 12px); --cover-text-gap: clamp(6px, .7vw, 10px); }
    .cover-hero--layout-compact { height: max(var(--cover-height, 30svh), 240px); padding-block: clamp(18px, 2.6vw, 34px); }
    .cover-hero--gallery.cover-hero--layout-compact:not(.cover-hero--style-split) { height: max(var(--cover-height, 30svh), clamp(280px, 38svh, 340px)); }
    .cover-hero--height-30.cover-hero--style-text.cover-hero--layout-compact,
    .cover-hero--height-30.cover-hero--style-text.cover-hero--gallery.cover-hero--layout-compact { height: max(24svh, 200px); }
    .cover-hero--layout-compact.cover-hero--position-center { padding-block: clamp(18px, 2.6vw, 34px); }
    img[data-public-image-reveal][data-image-reveal="delayed"] { opacity: 0; }
    img[data-public-image-reveal][data-image-reveal="ready"] { opacity: 1; transition: opacity 180ms ease-out, transform 180ms ease-out; }
    .cover-hero::before, .gallery-password-gate::before { background-image: var(--cover-placeholder-image); background-position: var(--cover-placeholder-position, center); background-size: cover; content: ""; filter: blur(18px); inset: -18px; opacity: .9; pointer-events: none; position: absolute; transform: scale(1.04); z-index: -4; }
    .cover-hero::before { z-index: 0; }
    html[data-cover-placeholder="loading"] .cover-hero::before, html[data-cover-placeholder="loading"] .gallery-password-gate::before { opacity: 0; }
    html:not([data-cover-image="loading"]) .cover-hero::before, html:not([data-cover-image="loading"]) .gallery-password-gate::before { opacity: 0; transition: opacity 220ms ease-out; }
    .cover-hero-photo, .cover-hero-empty { background: var(--image-placeholder); height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 0; }
    html[data-cover-image="loading"] .cover-hero-photo, html[data-cover-image="loading"] .gallery-password-cover-photo { opacity: 0; }
    html:not([data-cover-image="loading"]) .cover-hero-photo, html:not([data-cover-image="loading"]) .gallery-password-cover-photo { opacity: 1; transition: opacity 220ms ease-out; }
    .cover-hero-empty { background: var(--image-placeholder); }
    .cover-hero::after { content: ""; inset: 0; opacity: 1; pointer-events: none; position: absolute; z-index: 1; }
    html[data-cover-visual="loading"] .cover-hero::after { opacity: 0; }
    .cover-hero--dim-gradient-light.cover-hero--scrim-black::after { background: linear-gradient(to top, rgba(0, 0, 0, .58), rgba(0, 0, 0, .22) 30%, rgba(0, 0, 0, 0) 52%); }
    .cover-hero--dim-gradient-light.cover-hero--scrim-white::after { background: linear-gradient(to top, rgba(255, 255, 255, .58), rgba(255, 255, 255, .22) 30%, rgba(255, 255, 255, 0) 52%); }
    .cover-hero--dim-gradient-top-light.cover-hero--scrim-black::after { background: linear-gradient(to bottom, rgba(0, 0, 0, .58), rgba(0, 0, 0, .22) 30%, rgba(0, 0, 0, 0) 52%); }
    .cover-hero--dim-gradient-top-light.cover-hero--scrim-white::after { background: linear-gradient(to bottom, rgba(255, 255, 255, .58), rgba(255, 255, 255, .22) 30%, rgba(255, 255, 255, 0) 52%); }
    .cover-hero--dim-full-light.cover-hero--scrim-black::after { background: rgba(0, 0, 0, .34); }
      .cover-hero--dim-full-light.cover-hero--scrim-white::after { background: rgba(255, 255, 255, .34); }
    .cover-hero--dim-gradient.cover-hero--scrim-black::after, .cover-hero--dim-gradient-strong.cover-hero--scrim-black::after { background: linear-gradient(to top, rgba(0, 0, 0, .82), rgba(0, 0, 0, .46) 32%, rgba(0, 0, 0, 0) 62%); }
    .cover-hero--dim-gradient.cover-hero--scrim-white::after, .cover-hero--dim-gradient-strong.cover-hero--scrim-white::after { background: linear-gradient(to top, rgba(255, 255, 255, .82), rgba(255, 255, 255, .46) 32%, rgba(255, 255, 255, 0) 62%); }
    .cover-hero--dim-gradient-top.cover-hero--scrim-black::after, .cover-hero--dim-gradient-top-strong.cover-hero--scrim-black::after { background: linear-gradient(to bottom, rgba(0, 0, 0, .82), rgba(0, 0, 0, .46) 32%, rgba(0, 0, 0, 0) 62%); }
    .cover-hero--dim-gradient-top.cover-hero--scrim-white::after, .cover-hero--dim-gradient-top-strong.cover-hero--scrim-white::after { background: linear-gradient(to bottom, rgba(255, 255, 255, .82), rgba(255, 255, 255, .46) 32%, rgba(255, 255, 255, 0) 62%); }
    .cover-hero--dim-full.cover-hero--scrim-black::after, .cover-hero--dim-full-strong.cover-hero--scrim-black::after { background: rgba(0, 0, 0, .70); }
      .cover-hero--dim-full.cover-hero--scrim-white::after, .cover-hero--dim-full-strong.cover-hero--scrim-white::after { background: rgba(255, 255, 255, .70); }
      .cover-hero--dim-none::after { content: none; }
      .cover-hero--text-black { color: #050505; }
      .cover-hero--text-white { color: #ffffff; }
      .cover-hero--text-auto { color: #050505; }
      .cover-hero--text-black { --cover-gallery-link-fill: #050505; --cover-gallery-link-hover-color: #ffffff; }
      .cover-hero--text-white { --cover-gallery-link-fill: #ffffff; --cover-gallery-link-hover-color: #050505; }
      .cover-hero--text-auto { --cover-gallery-link-fill: #050505; --cover-gallery-link-hover-color: #ffffff; }
      .cover-hero--style-split { --split-panel-inset: clamp(18px, 2.8vw, 44px); --split-panel-padding: clamp(24px, 4vw, 62px); --split-panel-width: calc(50% + var(--gallery-gutter)); --split-image-width: calc(50% - var(--gallery-gutter)); --split-copy-max-width: 720px; background: #f7f7f4; color: #050505; grid-template-columns: minmax(0, var(--split-panel-width)) minmax(0, 1fr); padding: 0; }
      .cover-hero--style-text { --text-panel-inset: clamp(18px, 2.8vw, 44px); --text-panel-padding-block: clamp(24px, 4vw, 62px); --text-panel-padding-inline: var(--text-panel-padding-block); background: #f7f7f4; color: #050505; padding: 0; }
      .cover-hero--style-text.cover-hero--text-white { background: #050505; color: #ffffff; }
      .cover-hero--style-text.cover-hero--text-auto { background: #ffffff; color: #050505; }
      .cover-hero--style-split.cover-hero--text-black { background: #f7f7f4; color: #050505; }
      .cover-hero--style-split.cover-hero--text-white { background: #050505; color: #ffffff; }
      .cover-hero--style-split.cover-hero--text-auto { background: #f7f7f4; color: #050505; }
      .cover-hero--height-30.cover-hero--style-text,
      .cover-hero--style-split.cover-hero--layout-compact { background: #ffffff; border-bottom: 0; }
      .cover-hero--style-split.cover-hero--text-black.cover-hero--layout-compact { background: #ffffff; }
      .cover-hero--height-30.cover-hero--text-black.cover-hero--style-text { background: #ffffff; }
      .cover-hero--height-30.cover-hero--text-white.cover-hero--style-text,
      .cover-hero--style-split.cover-hero--text-white.cover-hero--layout-compact { background: #050505; }
      .cover-hero--height-30.cover-hero--style-text.cover-hero--text-black.cover-hero--header-surface-match,
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-black.cover-hero--header-surface-match,
      .cover-hero--height-30.cover-hero--style-text.cover-hero--text-auto.cover-hero--header-surface-match,
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-auto.cover-hero--header-surface-match { background: var(--public-surface); border-bottom: 1px solid var(--line); }
      .cover-hero--height-30.cover-hero--style-text.cover-hero--text-white.cover-hero--header-surface-match,
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-white.cover-hero--header-surface-match { background: var(--paper); border-bottom: 1px solid var(--line); }
      .cover-hero--style-split.cover-hero--layout-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; }
      .cover-hero--style-split::after,
      .cover-hero--style-text::after { content: none; }
      .cover-hero--style-text .cover-hero-photo,
      .cover-hero--style-text .cover-hero-empty,
      .cover-hero--style-text > .sensitive-photo { display: none; }
      .cover-hero--style-split::before,
      .cover-hero--style-split .cover-hero-photo,
      .cover-hero--style-split .cover-hero-empty,
      .cover-hero--style-split > .sensitive-photo { height: calc(100% - (var(--split-panel-inset) * 2)); inset: var(--split-panel-inset) var(--split-panel-inset) var(--split-panel-inset) auto; position: absolute; width: calc(var(--split-image-width) - var(--split-panel-inset)); }
      .cover-hero--style-split.cover-hero--layout-compact::before,
      .cover-hero--style-split.cover-hero--layout-compact .cover-hero-photo,
      .cover-hero--style-split.cover-hero--layout-compact .cover-hero-empty,
      .cover-hero--style-split.cover-hero--layout-compact > .sensitive-photo { height: 100%; inset: 0 0 0 auto; width: calc(50% - (var(--gallery-gutter) / 2)); }
      .cover-hero--style-split .cover-hero-copy { align-self: center; grid-column: 1; padding: clamp(28px, 5vw, 86px); width: 100%; }
      .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-copy { align-content: center; align-self: stretch; background: #ffffff; height: calc(100% - (var(--split-panel-inset) * 2)); margin: var(--split-panel-inset); padding: var(--split-panel-padding); width: calc(100% - (var(--split-panel-inset) * 2)); }
      .cover-hero--style-split.cover-hero--text-white:not(.cover-hero--layout-compact) .cover-hero-copy { background: #050505; }
      .cover-hero--style-split.cover-hero--text-white:not(.cover-hero--layout-compact) .cover-hero-copy { outline: 1px solid rgba(255, 255, 255, .24); outline-offset: 0; }
      .cover-hero--style-split.cover-hero--layout-compact .cover-hero-copy { align-content: center; align-self: stretch; background: #ffffff; height: 100%; justify-self: stretch; max-width: 100%; padding: var(--cover-padding-inline-start); width: 100%; }
      .cover-hero--style-split.cover-hero--text-black.cover-hero--layout-compact .cover-hero-copy { background: #ffffff; }
      .cover-hero--style-split.cover-hero--text-white.cover-hero--layout-compact .cover-hero-copy { background: #050505; }
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-black.cover-hero--header-surface-match .cover-hero-copy,
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-auto.cover-hero--header-surface-match .cover-hero-copy { background: var(--public-surface); }
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-white.cover-hero--header-surface-match .cover-hero-copy { background: var(--paper); }
      .cover-hero--style-split .cover-hero-text { max-width: min(100%, 620px); }
      .cover-hero--style-split.cover-hero--gallery .cover-hero-text { align-content: center; align-self: center; height: max-content; }
    .cover-hero--style-split .cover-hero-copy h1,
    .cover-hero--style-split .public-cover-title { max-width: min(var(--cover-title-width, 18ch), 100%); }
    .cover-hero-copy { animation: cover-copy-reveal 520ms cubic-bezier(.2, .7, .2, 1) 120ms both; display: grid; gap: var(--cover-stack-gap); min-width: 0; position: relative; width: min(70vw, 900px); max-width: 100%; z-index: 2; }
      html[data-cover-font="loading"] .cover-hero-copy, html[data-cover-image="loading"] .cover-hero-copy { animation: none; opacity: 0; transform: translateY(10px); }
    .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-copy { animation: none; }
      html[data-cover-font="loading"] .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-copy, html[data-cover-image="loading"] .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-copy { opacity: 1; transform: none; }
	    .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-text { animation: cover-copy-reveal 520ms cubic-bezier(.2, .7, .2, 1) 120ms both; }
	      html[data-cover-font="loading"] .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-text, html[data-cover-image="loading"] .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-text { animation: none; opacity: 0; transform: translateY(10px); }
    .cover-hero--style-split.cover-hero--layout-compact .cover-hero-copy { animation: none; }
      html[data-cover-font="loading"] .cover-hero--style-split.cover-hero--layout-compact .cover-hero-copy, html[data-cover-image="loading"] .cover-hero--style-split.cover-hero--layout-compact .cover-hero-copy { opacity: 1; transform: none; }
	    .cover-hero--style-split.cover-hero--layout-compact .cover-hero-text { animation: cover-copy-reveal 520ms cubic-bezier(.2, .7, .2, 1) 120ms both; }
	      html[data-cover-font="loading"] .cover-hero--style-split.cover-hero--layout-compact .cover-hero-text, html[data-cover-image="loading"] .cover-hero--style-split.cover-hero--layout-compact .cover-hero-text { animation: none; opacity: 0; transform: translateY(10px); }
      .cover-hero--style-text .cover-hero-copy { align-self: stretch; animation: none; display: flex; height: 100%; padding: clamp(22px, 4vw, 64px); width: 100%; }
      .cover-hero--style-text:not(.cover-hero--layout-compact) .cover-hero-copy { background: #ffffff; height: calc(100% - (var(--text-panel-inset) * 2)); margin: var(--text-panel-inset); padding: var(--text-panel-padding-block) var(--text-panel-padding-inline); width: calc(100% - (var(--text-panel-inset) * 2)); }
      .cover-hero--style-text.cover-hero--text-white:not(.cover-hero--layout-compact) .cover-hero-copy { background: #050505; }
      .cover-hero--style-text .cover-hero-text { animation: cover-copy-reveal 520ms cubic-bezier(.2, .7, .2, 1) 120ms both; align-self: center; width: min(70vw, 860px, 100%); }
      .cover-hero--style-text.cover-hero--layout-compact .cover-hero-copy { padding: var(--cover-padding-inline-start); }
      .cover-hero--style-text.cover-hero--position-top-left .cover-hero-text { align-self: flex-start; }
      .cover-hero--style-text.cover-hero--position-bottom-left .cover-hero-text { align-self: flex-end; }
      .cover-hero--style-text.cover-hero--position-center,
      .cover-hero--style-text.cover-hero--position-center-high,
      .cover-hero--style-text.cover-hero--position-center-low { justify-items: center; text-align: center; }
      .cover-hero--style-text.cover-hero--position-center .cover-hero-copy,
      .cover-hero--style-text.cover-hero--position-center-high .cover-hero-copy,
      .cover-hero--style-text.cover-hero--position-center-low .cover-hero-copy { justify-content: center; }
      .cover-hero--style-text.cover-hero--position-center .cover-hero-text,
      .cover-hero--style-text.cover-hero--position-center-high .cover-hero-text,
      .cover-hero--style-text.cover-hero--position-center-low .cover-hero-text { justify-items: center; }
      .cover-hero--style-text.cover-hero--position-center-high .cover-hero-text,
      .cover-hero--style-text.cover-hero--position-center-low .cover-hero-text { align-self: center; margin: 0; }
      html[data-cover-font="loading"] .cover-hero--style-text .cover-hero-copy, html[data-cover-image="loading"] .cover-hero--style-text .cover-hero-copy { opacity: 1; transform: none; }
      html[data-cover-font="loading"] .cover-hero--style-text .cover-hero-text, html[data-cover-image="loading"] .cover-hero--style-text .cover-hero-text { animation: none; opacity: 0; transform: translateY(10px); }
	    .cover-hero-text { display: grid; gap: var(--cover-text-gap); min-width: 0; max-width: min(70vw, 860px, 100%); }
    .portfolio-cover-identity { display: grid; gap: var(--cover-identity-gap); justify-items: start; min-width: 0; }
    .public-portfolio-logo { display: block; height: auto; max-height: clamp(42px, 8vw, 92px); object-fit: contain; object-position: left center; width: clamp(92px, 14vw, 190px); }
    .portfolio-cover-identity--logo_and_name .public-portfolio-logo { width: clamp(72px, 9vw, 132px); }
    img[data-public-image-reveal], .public-portfolio-logo { -webkit-user-drag: none; -webkit-user-select: none; user-select: none; }
    .cover-hero-copy h1, .public-cover-title { display: block; font-family: var(--cover-heading-font, var(--font-sans)); font-size: calc(clamp(42px, 5vw, 80px) * var(--hero-scale) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); font-weight: var(--cover-heading-weight, 520); line-height: 1.12; margin: 0; max-width: min(var(--cover-title-width, 18ch), 70vw); overflow-wrap: break-word; text-wrap: balance; word-break: normal; }
.public-cover-title[data-cover-title-nowrap="true"] { overflow-wrap: normal; white-space: nowrap; }
.cover-hero--layout-compact .cover-hero-copy h1, .cover-hero--layout-compact .public-cover-title { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; }
.cover-hero--layout-compact .cover-hero-copy h1, .cover-hero--layout-compact .public-cover-title { font-size: calc(clamp(28px, 3.6vw, 46px) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); line-height: 1.12; }
.cover-hero--style-split.cover-hero--surface-gallery .public-cover-title, .cover-hero--style-split.cover-hero--gallery .public-cover-title { line-height: 1.12; }
.cover-hero--layout-immersive .portfolio-hero-copy h1, .cover-hero--layout-immersive.cover-hero--surface-portfolio .public-cover-title, .cover-hero--layout-immersive .cover-hero--surface-portfolio .public-cover-title { font-size: calc(clamp(46px, 5.8vw, 92px) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); }
.cover-hero--layout-immersive .gallery-hero-copy h1, .cover-hero--layout-immersive.cover-hero--surface-gallery .public-cover-title, .cover-hero--layout-immersive .cover-hero--surface-gallery .public-cover-title { font-size: calc(clamp(42px, 5.2vw, 82px) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); }
.gallery-hero-copy h1, .gallery-password-title { font-size: calc(clamp(38px, 4.4vw, 72px) * var(--hero-scale) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); }
    .cover-hero--font-serif { --cover-heading-font: Georgia, "Times New Roman", serif; }
    .cover-hero--font-classic { --cover-heading-font: "ISO100 Elegant", "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; }
    .cover-hero--font-classic .cover-hero-copy h1, .cover-hero--font-classic .public-cover-title { font-style: italic; }
    .cover-hero--font-modern { --cover-heading-font: "ISO100 Modern", Raleway, Futura, "Century Gothic", "Trebuchet MS", Arial, sans-serif; }
    .cover-hero--font-modern .cover-hero-copy h1, .cover-hero--font-modern .public-cover-title { text-transform: uppercase; }
    .cover-hero--font-sans { --cover-heading-font: var(--font-sans); }
    .cover-hero--font-minimal { --cover-heading-font: var(--font-sans); }
    .cover-hero--font-portrait { --cover-heading-font: "ISO100 Portrait", "Instrument Serif", Georgia, serif; }
    .cover-hero--font-wedding { --cover-heading-font: "ISO100 Elegant", "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; }
    .cover-hero--font-wedding .cover-hero-copy h1, .cover-hero--font-wedding .public-cover-title { font-style: italic; }
    .cover-hero--font-fashion { --cover-heading-font: "ISO100 Portrait", "Instrument Serif", Georgia, serif; }
    .cover-hero--font-fashion .cover-hero-copy h1, .cover-hero--font-fashion .public-cover-title { text-transform: uppercase; }
    .cover-hero--font-documentary { --cover-heading-font: "ISO100 Documentary", Newsreader, Georgia, serif; }
    .cover-hero--font-landscape { --cover-heading-font: "ISO100 Landscape", "Libre Baskerville", Georgia, serif; }
    .cover-hero--font-architecture { --cover-heading-font: "ISO100 Modern", Raleway, Futura, "Century Gothic", "Trebuchet MS", Arial, sans-serif; --cover-title-scale: .86; --cover-title-width: 20ch; }
    .cover-hero--font-architecture .cover-hero-copy h1, .cover-hero--font-architecture .public-cover-title { text-transform: uppercase; }
    .cover-hero--font-commercial { --cover-heading-font: "ISO100 Commercial", Manrope, Inter, ui-sans-serif, system-ui, sans-serif; }
    .cover-hero--font-lifestyle { --cover-heading-font: "ISO100 Lifestyle", Fraunces, Georgia, serif; }
    .cover-hero--font-sports { --cover-heading-font: "ISO100 Sports", "IBM Plex Sans Condensed", "Arial Narrow", Arial, sans-serif; }
    .cover-hero--font-sports .cover-hero-copy h1, .cover-hero--font-sports .public-cover-title { text-transform: uppercase; }
    .cover-hero--font-art { --cover-heading-font: "ISO100 Art", "Instrument Serif", Georgia, serif; }
    .cover-hero--font-art .cover-hero-copy h1, .cover-hero--font-art .public-cover-title { font-style: italic; }
    .cover-hero--weight-normal { --cover-heading-weight: 400; }
    .cover-hero--weight-bold { --cover-heading-weight: 680; }
    .cover-hero--title-small { --cover-title-user-scale: .82; }
    .cover-hero--title-medium { --cover-title-user-scale: 1.16; }
    .cover-hero--title-large { --cover-title-user-scale: 1.35; }
    .cover-hero-copy p, .public-cover-subtext { color: color-mix(in srgb, currentColor 86%, transparent); display: block; font-size: clamp(19px, 1.3vw, 24px); font-weight: 420; line-height: 1.45; margin: 0; max-width: min(52ch, 100%); overflow-wrap: break-word; text-align: inherit; text-wrap: balance; }
    .cover-hero--layout-compact .cover-hero-copy p, .cover-hero--layout-compact .public-cover-subtext { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; }
    .cover-hero--height-30.cover-hero--style-text .public-cover-subtext,
    .cover-hero--height-30.cover-hero--style-split .public-cover-subtext { color: color-mix(in srgb, currentColor 58%, transparent); font-size: clamp(15px, 1.05vw, 18px); font-weight: 400; line-height: 1.42; }
    .cover-hero--style-split.cover-hero--text-black:not(.cover-hero--height-30) .public-cover-subtext { color: color-mix(in srgb, currentColor 68%, transparent); }
    .cover-hero-copy a, .cover-hero-kicker { align-items: center; color: currentColor; display: inline-flex; font-size: 14px; font-weight: 400; gap: 10px; white-space: nowrap; }
    .cover-hero-kicker { -webkit-tap-highlight-color: transparent; border-bottom: 0; padding: 0 0 6px; text-decoration: none; touch-action: manipulation; user-select: none; }
    .cover-hero-kicker::after { background: color-mix(in srgb, currentColor 56%, transparent); bottom: 0; content: ""; height: 1px; left: 0; opacity: 0; position: absolute; transform: translateY(4px); transition: opacity 160ms ease-out, transform 180ms ease-out; width: 100%; }
    .cover-hero-kicker:active::after { opacity: 0; transform: translateY(4px); }
    .cover-hero-kicker:focus-visible::after { opacity: 1; transform: translateY(0); }
    .cover-gallery-link { border: 1px solid color-mix(in srgb, currentColor 28%, transparent); isolation: isolate; justify-content: center; justify-self: start; line-height: 1; margin-top: var(--cover-button-offset); overflow: hidden; padding: 12px 16px; position: relative; transition: border-color 160ms ease-out, color 160ms ease-out; width: max-content; }
    .cover-gallery-link::before { background: var(--cover-gallery-link-fill, currentColor); content: ""; inset: 0; position: absolute; transform: translateY(100%); transition: transform 180ms ease-out; z-index: -1; }
    .cover-hero--style-split.cover-hero--height-100 .cover-gallery-link { border: 2px solid currentColor; font-size: 16px; padding: 13px 18px; }
    .cover-hero--position-center .cover-gallery-link,
    .cover-hero--position-center-high .cover-gallery-link,
    .cover-hero--position-center-low .cover-gallery-link { justify-self: center; }
    .cover-gallery-link:focus-visible { border-color: var(--cover-gallery-link-fill, currentColor); color: var(--cover-gallery-link-hover-color, var(--paper)); }
    .cover-hero--style-split.cover-hero--height-100 .cover-gallery-link:focus-visible { border-color: var(--cover-gallery-link-fill, currentColor); }
    .cover-gallery-link:focus-visible::before { transform: translateY(0); }
    .cover-scroll-link { align-items: center; bottom: calc(var(--cover-padding-block-end) - var(--cover-scroll-hit-slop)); color: color-mix(in srgb, currentColor 86%, transparent); display: inline-flex; padding: var(--cover-scroll-hit-slop); position: absolute; right: calc(var(--cover-padding-inline-end) - var(--cover-scroll-hit-slop)); transition: color 160ms ease, transform 160ms ease; z-index: 3; }
    .cover-scroll-link svg { display: block; height: clamp(20px, 2vw, 28px); width: clamp(20px, 2vw, 28px); }
    .cover-scroll-link:focus-visible { color: currentColor; transform: translateY(4px); }
    @media (hover: hover) and (pointer: fine) {
      .cover-hero-kicker:hover::after { opacity: 1; transform: translateY(0); }
      .cover-gallery-link:hover { border-color: var(--cover-gallery-link-fill, currentColor); color: var(--cover-gallery-link-hover-color, var(--paper)); }
      .cover-hero--style-split.cover-hero--height-100 .cover-gallery-link:hover { border-color: var(--cover-gallery-link-fill, currentColor); }
      .cover-gallery-link:hover::before { transform: translateY(0); }
      .cover-hero-copy a:not(.cover-gallery-link):hover { opacity: .72; }
      .cover-scroll-link:hover { color: currentColor; transform: translateY(4px); }
    }
    .cover-hero--position-top-left { align-items: start; justify-items: start; padding-top: clamp(24px, 4vw, 64px); text-align: left; }
    .cover-hero--gallery.cover-hero--position-top-left { padding-top: calc(clamp(18px, 2.5vw, 36px) + (clamp(15px, 1.4vw, 21px) * 1.08) + calc(var(--cover-text-gap) + clamp(18px, 1.6vw, 26px))); }
.cover-hero--gallery.cover-hero--style-text.cover-hero--layout-immersive.cover-hero--position-top-left { padding-top: 0; }
.cover-hero--gallery.cover-hero--position-top-left .gallery-hero-copy { align-content: start; align-items: start; align-self: start; }
.cover-hero--gallery.cover-hero--position-top-left .cover-hero-text { gap: calc(var(--cover-text-gap) - 3px); }
    .cover-hero--position-bottom-left { align-items: end; justify-items: start; text-align: left; }
    .cover-hero--height-30.cover-hero--style-full.cover-hero--position-bottom-left { padding-bottom: var(--cover-padding-inline-start); }
    .cover-hero--position-center { align-items: center; justify-items: center; text-align: center; }
    .cover-hero--position-center-high { align-items: center; justify-items: center; text-align: center; }
    .cover-hero--position-center-low { align-items: center; justify-items: center; text-align: center; }
    .cover-hero--position-center .cover-hero-copy,
    .cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--position-center-low .cover-hero-copy { justify-items: center; }
    .cover-hero--position-center .cover-hero-text,
    .cover-hero--position-center-high .cover-hero-text,
    .cover-hero--position-center-low .cover-hero-text { justify-items: center; }
    .cover-hero--position-center .portfolio-cover-identity,
    .cover-hero--position-center-high .portfolio-cover-identity,
    .cover-hero--position-center-low .portfolio-cover-identity { justify-items: center; }
    .cover-hero--position-center .public-portfolio-logo,
    .cover-hero--position-center-high .public-portfolio-logo,
    .cover-hero--position-center-low .public-portfolio-logo { object-position: center; }
    .cover-hero--position-center .cover-hero-copy h1,
    .cover-hero--position-center-high .cover-hero-copy h1,
    .cover-hero--position-center-low .cover-hero-copy h1 { justify-self: center; text-align: center; }
    .cover-hero--position-center .cover-hero-copy p,
    .cover-hero--position-center-high .cover-hero-copy p,
    .cover-hero--position-center-low .cover-hero-copy p { justify-self: center; text-align: center; }
    .gallery-portfolio-link { font-size: clamp(15px, 1.4vw, 21px); font-weight: 420; inset: clamp(18px, 2.5vw, 36px) auto auto clamp(18px, 2.5vw, 36px); line-height: 1.08; max-width: min(52vw, 520px); overflow-wrap: anywhere; position: absolute; z-index: 3; }
.cover-hero--style-split .gallery-portfolio-link { color: currentColor; left: calc(var(--split-panel-inset) + var(--split-panel-padding)); max-width: min(calc(var(--split-panel-width) - var(--split-panel-inset) - var(--split-panel-padding) - var(--split-panel-inset) - var(--split-panel-padding)), 520px); opacity: 1; right: auto; top: calc(var(--split-panel-inset) + var(--split-panel-padding)); }
.cover-hero--style-split.cover-hero--layout-compact .gallery-portfolio-link { left: var(--split-panel-padding); max-width: calc(50% - (var(--split-panel-padding) * 2)); top: var(--split-panel-padding); }
.cover-hero--style-text:not(.cover-hero--layout-compact) .gallery-portfolio-link { color: currentColor; left: calc(var(--text-panel-inset) + var(--text-panel-padding-inline)); max-width: min(calc(100% - ((var(--text-panel-inset) + var(--text-panel-padding-inline)) * 2)), 520px); opacity: 1; right: auto; top: calc(var(--text-panel-inset) + var(--text-panel-padding-block)); }
.cover-hero--position-top-left .gallery-portfolio-link,
.cover-hero--position-bottom-left .gallery-portfolio-link { left: var(--cover-padding-inline-start); right: auto; }
.cover-hero--style-split.cover-hero--position-top-left .gallery-portfolio-link,
.cover-hero--style-split.cover-hero--position-bottom-left .gallery-portfolio-link { left: calc(var(--split-panel-inset) + var(--split-panel-padding)); right: auto; top: calc(var(--split-panel-inset) + var(--split-panel-padding)); }
.cover-hero--style-split:not(.cover-hero--layout-compact) .gallery-portfolio-link--in-panel { left: var(--split-panel-padding); max-width: calc(100% - (var(--split-panel-padding) * 2)); right: auto; top: var(--split-panel-padding); }
.cover-hero--style-split.cover-hero--position-center-high .gallery-portfolio-link--in-panel { justify-content: center; left: 50%; max-width: calc(100% - (var(--split-panel-padding) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
.cover-hero--style-split.cover-hero--position-bottom-left .gallery-portfolio-link--in-panel { display: inline-flex; inset: auto; justify-self: start; max-width: min(52ch, 100%); position: static; }
.cover-hero--style-split .gallery-portfolio-link--in-text, .cover-hero--style-text .gallery-portfolio-link--in-text { display: inline-flex; inset: auto; justify-self: inherit; left: auto; margin-bottom: var(--cover-text-gap); max-width: min(52ch, 100%); position: static; right: auto; top: auto; }
.cover-hero--style-text:not(.cover-hero--layout-compact) .gallery-portfolio-link--in-panel { left: var(--text-panel-padding-inline); max-width: calc(100% - (var(--text-panel-padding-inline) * 2)); right: auto; top: var(--text-panel-padding-block); }
.cover-hero--style-text.cover-hero--position-center-high .gallery-portfolio-link { justify-content: center; left: 50%; max-width: calc(100% - (var(--text-panel-padding-inline) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-gradient-light,
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-gradient-top-light,
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-full-light { --gallery-author-shadow-opacity: .18; }
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-gradient-strong,
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-gradient-top-strong,
    .cover-hero--gallery.cover-hero--style-full.cover-hero--dim-full-strong { --gallery-author-shadow-opacity: .28; }
    .cover-hero--style-split:not(.cover-hero--layout-compact) .gallery-portfolio-link--in-panel { left: var(--split-panel-padding); max-width: calc(100% - (var(--split-panel-padding) * 2)); right: auto; top: var(--split-panel-padding); }
    .cover-hero--style-split.cover-hero--position-center-high .gallery-portfolio-link--in-panel { justify-content: center; left: 50%; max-width: calc(100% - (var(--split-panel-padding) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
    .cover-hero--style-split.cover-hero--position-bottom-left .gallery-portfolio-link--in-panel { display: inline-flex; inset: auto; justify-self: start; max-width: min(52ch, 100%); position: static; }
    .cover-hero--style-split .gallery-portfolio-link--stacked { display: inline-flex; inset: auto; justify-self: inherit; left: auto; margin-bottom: clamp(4px, .5vw, 8px); max-width: min(52ch, 100%); position: static; right: auto; top: auto; }
    .cover-hero--style-text.cover-hero--position-center-high .gallery-portfolio-link { justify-content: center; left: 50%; max-width: calc(100% - (var(--text-panel-padding-inline) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
    .gallery-hero-copy { gap: clamp(20px, 3vw, 54px); grid-template-columns: minmax(0, 1fr) auto; width: 100%; }
    .cover-hero--position-center .gallery-hero-copy,
    .cover-hero--position-center-high .gallery-hero-copy,
    .cover-hero--position-center-low .gallery-hero-copy { grid-template-columns: 1fr; }
    .cover-hero--gallery.cover-hero--position-center .gallery-hero-copy,
    .cover-hero--gallery.cover-hero--position-center-high .gallery-hero-copy,
    .cover-hero--gallery.cover-hero--position-center-low .gallery-hero-copy { align-items: center; inset: 0; place-content: center; position: absolute; width: auto; }
    .cover-hero--position-center .cover-hero-copy,
    .cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--position-center-low .cover-hero-copy { inset: 0; place-content: center; position: absolute; width: auto; }
    .cover-hero--position-center .cover-hero-text,
    .cover-hero--position-center-high .cover-hero-text,
    .cover-hero--position-center-low .cover-hero-text { left: 50%; position: absolute; translate: -50% -50%; width: min(860px, calc(100% - clamp(44px, 8vw, 128px))); }
    .cover-hero--position-center .cover-hero-text { top: 50%; }
    .cover-hero--position-center-high .cover-hero-text { top: 33.333%; }
    .cover-hero--position-center-low .cover-hero-text { top: 66.667%; }
    .cover-hero--style-split.cover-hero--position-top-left .cover-hero-copy { align-self: start; }
    .cover-hero--style-split.cover-hero--position-bottom-left .cover-hero-copy { align-self: end; }
    .cover-hero--style-split.cover-hero--position-top-left { padding-top: 0; }
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-top-left .cover-hero-copy,
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-bottom-left .cover-hero-copy { align-self: stretch; }
    .cover-hero--style-split.cover-hero--position-top-left .cover-hero-copy { align-content: start; }
    .cover-hero--style-split.cover-hero--position-bottom-left .cover-hero-copy { align-content: end; }
    .cover-hero--style-split.cover-hero--position-bottom-left .gallery-hero-copy { align-content: space-between; }
    .cover-hero--style-split.cover-hero--position-top-left .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-bottom-left .cover-hero-text { justify-items: start; }
    .cover-hero--style-split.cover-hero--position-center .cover-hero-copy,
    .cover-hero--style-split.cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split.cover-hero--position-center-low .cover-hero-copy { inset: auto; place-content: initial; position: relative; }
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center .cover-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center-low .cover-hero-copy { width: 100%; }
    .cover-hero--style-split.cover-hero--position-center .cover-hero-copy { align-self: center; justify-self: center; }
    .cover-hero--style-split.cover-hero--position-center .cover-hero-copy { align-content: center; justify-items: center; }
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center .cover-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--position-center-low .cover-hero-copy { align-content: center; align-self: stretch; justify-self: stretch; max-width: 100%; width: 100%; }
    .cover-hero--style-split.cover-hero--position-center .cover-hero-text { justify-items: center; }
    .cover-hero--style-split.cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split.cover-hero--position-center-low .cover-hero-copy { align-content: center; align-self: center; }
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-center-low .cover-hero-copy { align-self: stretch; padding: var(--split-panel-padding); }
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-center .cover-hero-copy,
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--position-center-low .cover-hero-copy { align-self: stretch; max-width: min(var(--split-copy-max-width), calc(100% - (var(--split-panel-inset) * 2))); width: calc(100% - (var(--split-panel-inset) * 2)); }
    .cover-hero--style-text.cover-hero--position-center-high .cover-hero-copy,
    .cover-hero--style-text.cover-hero--position-center-low .cover-hero-copy { inset: auto; place-content: initial; position: relative; width: 100%; }
    .cover-hero--style-text.cover-hero--position-center-high .cover-hero-text,
    .cover-hero--style-text.cover-hero--position-center-low .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { left: 50%; position: absolute; translate: -50% -50%; }
    .cover-hero--style-text.cover-hero--position-center-high .cover-hero-text,
    .cover-hero--style-text.cover-hero--position-center-low .cover-hero-text { width: min(860px, calc(100% - clamp(44px, 8vw, 128px))); }
    .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { width: min(620px, calc(100% - (var(--split-panel-padding) * 2))); }
    .cover-hero--style-text.cover-hero--position-center-high .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text { top: 33.333%; }
    .cover-hero--style-text.cover-hero--position-center-low .cover-hero-text,
    .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { top: 66.667%; }
    .cover-hero--style-split .gallery-hero-copy { grid-template-columns: 1fr; }
      .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center .gallery-hero-copy,
      .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center-high .gallery-hero-copy,
      .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center-low .gallery-hero-copy { align-items: initial; inset: auto; max-width: min(var(--split-copy-max-width), calc(100% - (var(--split-panel-inset) * 2))); align-self: stretch; place-content: initial; position: relative; width: calc(100% - (var(--split-panel-inset) * 2)); }
      .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--gallery .gallery-hero-copy { bottom: var(--split-panel-inset); height: auto; left: var(--split-panel-inset); margin: 0; max-width: var(--split-copy-max-width); position: absolute; right: auto; top: var(--split-panel-inset); width: calc(var(--split-panel-width) - (var(--split-panel-inset) * 2)); }
      .cover-hero--style-split.cover-hero--layout-compact.cover-hero--gallery.cover-hero--position-center .gallery-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--gallery.cover-hero--position-center-high .gallery-hero-copy,
    .cover-hero--style-split.cover-hero--layout-compact.cover-hero--gallery.cover-hero--position-center-low .gallery-hero-copy { max-width: 100%; width: 100%; }
    .gallery-hero-meta { color: color-mix(in srgb, currentColor 74%, transparent); display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 400; gap: 10px 16px; }
    .public-cover-copy { border-bottom: 1px solid var(--line); display: grid; gap: 18px; padding: clamp(28px, 4vw, 64px) var(--public-page-padding); }
    .public-cover-copy p { color: var(--muted); font-size: clamp(17px, 1.25vw, 22px); line-height: 1.5; margin: 0; max-width: min(62ch, 100%); overflow-wrap: break-word; }
    .gallery-photo-columns { column-count: var(--gallery-grid-columns, 4); column-gap: var(--gallery-gutter); padding: var(--gallery-gutter); }
    body[data-layout="grid"] .gallery-photo-columns,
    body[data-layout="contained_grid"] .gallery-photo-columns { column-count: auto; display: grid; gap: var(--gallery-gutter); grid-template-columns: repeat(var(--gallery-grid-columns, 4), minmax(0, 1fr)); }
    body[data-layout="masonry"] .gallery-photo-columns--sparse { column-count: auto; display: grid; gap: var(--gallery-gutter); grid-template-columns: repeat(var(--gallery-grid-columns, 4), minmax(0, 1fr)); }
    body[data-layout="masonry"] .gallery-photo-columns[data-masonry-enhanced="true"] { column-count: auto; display: grid; gap: var(--gallery-gutter); grid-template-columns: repeat(var(--gallery-grid-columns, 4), minmax(0, 1fr)); }
    .gallery-photo-stack { align-content: start; display: grid; gap: var(--gallery-gutter); min-width: 0; }
    .gallery-photo { break-inside: avoid; display: block; margin: 0 0 var(--gallery-gutter); }
    body[data-layout="grid"] .gallery-photo,
    body[data-layout="contained_grid"] .gallery-photo { display: grid; margin: 0; min-width: 0; }
    body[data-layout="masonry"] .gallery-photo-columns[data-masonry-enhanced="true"] .gallery-photo,
    body[data-layout="masonry"] .gallery-photo-columns--sparse .gallery-photo { margin: 0; min-width: 0; }
    .gallery-photo-button { background: var(--image-placeholder); border: 0; cursor: zoom-in; display: block; overflow: hidden; padding: 0; position: relative; text-align: inherit; width: 100%; }
    .gallery-photo-button::before { background-image: var(--public-photo-placeholder-image); background-position: var(--public-photo-placeholder-position, center); background-size: cover; content: ""; filter: blur(10px); inset: -10px; opacity: .88; position: absolute; transform: scale(1.04); z-index: 0; }
    .gallery-photo-button[data-photo-transition-target="true"] { background: transparent; }
    body[data-layout="grid"] .gallery-photo-button,
    body[data-layout="contained_grid"] .gallery-photo-button { aspect-ratio: 4 / 3; display: grid; place-items: center; }
    body[data-layout="grid"] .gallery-photo-button > picture,
    body[data-layout="contained_grid"] .gallery-photo-button > picture { display: block; height: 100%; width: 100%; }
    .gallery-photo-button:focus, .gallery-photo-button:focus-visible, .gallery-photo-button:active { outline: 0; }
    .gallery-photo img { background: transparent; display: block; height: auto; object-fit: contain; position: relative; transition: transform 180ms ease-out; width: 100%; z-index: 1; }
    body[data-layout="grid"] .gallery-photo img,
    body[data-layout="contained_grid"] .gallery-photo img { aspect-ratio: 4 / 3; height: 100%; width: 100%; }
    body[data-layout="grid"] .gallery-photo img { object-fit: cover; }
    body[data-layout="contained_grid"] .gallery-photo img { object-fit: contain; }
    .photo-viewer-open, .photo-viewer-open body { overflow: hidden; overscroll-behavior: none; }
    .photo-viewer-open body { touch-action: none; width: 100%; }
    .photo-viewer-open[data-photo-viewer-fixed-scroll] body { position: fixed; }
      .photo-viewer { --photo-viewer-background-opacity: 0; --photo-viewer-info-gap: 8px; --photo-viewer-inline-padding: 18px; --photo-viewer-toolbar-height: 38px; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; background: transparent; color: var(--ink); display: none; font-family: var(--font-sans); inset: 0; position: fixed; user-select: none; z-index: 40; }
    .photo-viewer[aria-hidden="false"] { display: grid; grid-template-rows: var(--photo-viewer-toolbar-height) minmax(0, 1fr) var(--photo-viewer-toolbar-height); }
    .photo-viewer::before { background: var(--paper); content: ""; inset: 0; opacity: var(--photo-viewer-background-opacity); pointer-events: none; position: fixed; transition: opacity 360ms cubic-bezier(.2, .7, .2, 1); z-index: 0; }
    .photo-viewer[data-background-visible="true"] { --photo-viewer-background-opacity: .82; }
    .photo-viewer-frame { align-items: center; display: grid; height: calc(var(--photo-viewer-viewport-height, 100svh) - (var(--photo-viewer-toolbar-height) * 2)); min-height: 0; padding: 0; place-items: center; position: relative; width: 100%; z-index: 1; }
    .photo-viewer-stage { height: 100%; justify-items: center; min-width: 0; pointer-events: none; position: relative; width: 100%; z-index: 2; }
    .photo-viewer-image-shell { --photo-viewer-frame-border-width: 8px; align-items: center; background: var(--image-placeholder); box-shadow: none; display: grid; height: var(--photo-viewer-image-height, 0px); justify-items: center; left: var(--photo-viewer-image-left, 0px); min-height: 0; opacity: 1; overflow: hidden; pointer-events: none; position: fixed; top: var(--photo-viewer-image-top, 0px); touch-action: none; transform-origin: center center; width: var(--photo-viewer-image-width, 0px); will-change: transform; z-index: 4; }
    .photo-viewer-image-frame { --photo-viewer-frame-border-width: 8px; --photo-viewer-frame-shadow: 0 0 56px rgba(0, 0, 0, .38); border: var(--photo-viewer-frame-border-width) solid #ffffff; box-shadow: 0 0 0 rgba(0, 0, 0, 0); box-sizing: border-box; height: calc(var(--photo-viewer-image-height, 0px) + (var(--photo-viewer-frame-border-width) * 2)); left: calc(var(--photo-viewer-image-left, 0px) - var(--photo-viewer-frame-border-width)); opacity: 0; pointer-events: none; position: fixed; top: calc(var(--photo-viewer-image-top, 0px) - var(--photo-viewer-frame-border-width)); transform-origin: center center; transition: box-shadow 220ms ease-out; width: calc(var(--photo-viewer-image-width, 0px) + (var(--photo-viewer-frame-border-width) * 2)); will-change: opacity; z-index: 5; }
    .photo-viewer[data-touch-frame-owner="shell"]:not([data-open-morphing="true"]):not([data-closing="true"]) .photo-viewer-image-shell { box-shadow: var(--photo-viewer-frame-shadow, 0 0 56px rgba(0, 0, 0, .38)); outline: var(--photo-viewer-frame-border-width) solid #ffffff; outline-offset: 0; }
    .photo-viewer[data-touch-frame-owner="shell"] .photo-viewer-image-frame { box-shadow: none !important; opacity: 0 !important; }
    .photo-viewer-image-shell > * { grid-area: 1 / 1; }
      .photo-viewer-image-shell > picture { display: block; height: var(--photo-viewer-image-height, auto); width: var(--photo-viewer-image-width, auto); }
      .photo-viewer-image-shell > img,
      .photo-viewer-image-shell > picture > img { -webkit-user-drag: none; -webkit-user-select: none; display: block; height: var(--photo-viewer-image-height, auto); object-fit: fill; pointer-events: none; position: relative; user-select: none; width: var(--photo-viewer-image-width, auto); z-index: 1; }
      .photo-viewer-grid-image { opacity: 0; transition: opacity 160ms ease-out; z-index: 1; }
      .photo-viewer[data-grid-visible="true"] .photo-viewer-grid-image { opacity: 1; }
      .photo-viewer-image-shell > picture > [data-photo-viewer-image] { z-index: 2; }
      .photo-viewer-navigation-underlay-layer { inset: 0; pointer-events: none; position: absolute; z-index: 6; }
      .photo-viewer-navigation-underlay-shell { align-items: center; background: var(--image-placeholder); display: grid; justify-items: center; overflow: hidden; pointer-events: none; position: absolute; z-index: 1; }
      .photo-viewer-navigation-underlay-image { -webkit-user-drag: none; -webkit-user-select: none; display: block; height: 100%; object-fit: fill; pointer-events: none; user-select: none; width: 100%; }
      .photo-viewer-navigation-underlay-frame { border: var(--photo-viewer-frame-border-width, 8px) solid #ffffff; box-shadow: var(--photo-viewer-frame-shadow, 0 0 56px rgba(0, 0, 0, .38)); box-sizing: border-box; pointer-events: none; position: absolute; z-index: 2; }
      .photo-viewer[data-navigation-underlay-visible="true"] .photo-viewer-image-frame { opacity: 0 !important; }
      .photo-viewer-placeholder-image, .photo-viewer-touch-placeholder-image { filter: blur(14px); opacity: .9; transform: scale(1.025); transform-origin: center center; z-index: 0; }
      .photo-viewer-placeholder-image { opacity: 0; transition: opacity 160ms ease-out; }
      .photo-viewer[data-placeholder-visible="true"] .photo-viewer-placeholder-image { opacity: .9; }
      .photo-viewer-loading-indicator { align-self: end; display: block; height: 22px; justify-self: end; margin: 0 12px 12px 0; opacity: 0; pointer-events: none; position: relative; transition: opacity 120ms ease-out; width: 22px; z-index: 3; }
      .photo-viewer-loading-indicator::before { animation: photo-viewer-spinner 900ms linear infinite; border: 2px solid color-mix(in srgb, #ffffff 30%, transparent); border-radius: 999px; border-top-color: color-mix(in srgb, #ffffff 90%, transparent); box-sizing: border-box; content: ""; display: block; height: 18px; inset: 2px; position: absolute; width: 18px; }
      .photo-viewer[data-delayed-image-load="true"]:not([data-open-morphing="true"]):not([data-closing="true"]) .photo-viewer-loading-indicator { opacity: .78; }
      .photo-viewer-side-shell { display: none !important; }
      .photo-viewer[data-frame-visible="true"] .photo-viewer-image-frame { opacity: 1; }
      .photo-viewer[data-frame-depth-visible="true"] .photo-viewer-image-frame { box-shadow: var(--photo-viewer-frame-shadow); }
      .photo-viewer[data-open-morphing="true"] .photo-viewer-image-shell,
      .photo-viewer[data-closing="true"] .photo-viewer-image-shell { background: transparent; box-shadow: none; }
      .photo-viewer[data-open-morphing="true"] .photo-viewer-image-frame,
      .photo-viewer[data-closing="true"] .photo-viewer-image-frame { opacity: 0; }
      .photo-viewer[data-open-morphing="true"] .photo-viewer-image-frame,
      .photo-viewer[data-closing="true"] .photo-viewer-image-frame { box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
      .photo-viewer[data-open-morphing="true"] .photo-viewer-placeholder-image,
      .photo-viewer[data-open-morphing="true"] .photo-viewer-grid-image,
      .photo-viewer[data-closing="true"] .photo-viewer-placeholder-image { opacity: 0 !important; }
      .photo-viewer[data-closing="true"] .photo-viewer-grid-image { opacity: 0 !important; }
      .photo-viewer[data-open-morphing="true"] [data-photo-viewer-image] { opacity: 0 !important; }
      .photo-viewer[data-delayed-image-load="true"] [data-photo-viewer-image] { opacity: 0; }
      .photo-viewer[data-fade-image-on-close="true"] .photo-viewer-image-shell,
      .photo-viewer[data-fade-image-on-close="true"] .photo-viewer-image-frame { opacity: 0; transition: opacity 360ms cubic-bezier(.2, .7, .2, 1); }
    .photo-viewer[data-sensitive-hidden="true"] .photo-viewer-image-shell::before { background: color-mix(in srgb, var(--paper) 22%, transparent); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 3; }
      .photo-viewer[data-sensitive-hidden="true"] [data-photo-viewer-image] { filter: blur(24px) saturate(.75) contrast(.72) brightness(.98); opacity: .96; transform: none; transform-origin: center center; }
    .photo-viewer-image-protector { -webkit-touch-callout: none; -webkit-user-select: none; background: transparent; inset: 0; pointer-events: auto; position: absolute; user-select: none; z-index: 2; }
    .photo-viewer-sensitive-reveal { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; align-self: center; background: transparent; border: 0; color: var(--ink); cursor: pointer; display: grid; font: inherit; font-size: 15px; font-weight: 450; gap: 8px; justify-items: center; justify-self: center; line-height: 1.1; max-width: calc(100% - 28px); outline: 0; overflow-wrap: anywhere; padding: 0; pointer-events: auto; position: relative; text-align: center; user-select: none; z-index: 4; }
    .photo-viewer-sensitive-reveal[hidden] { display: none; }
    .photo-viewer-topbar { -webkit-user-select: none; align-items: center; display: grid; font-size: 13px; font-weight: 420; gap: 16px; grid-template-columns: auto minmax(0, 1fr) auto; height: var(--photo-viewer-toolbar-height); padding: 0 var(--photo-viewer-inline-padding); pointer-events: auto; position: relative; user-select: none; z-index: 4; }
    .photo-viewer-bottombar { height: var(--photo-viewer-toolbar-height); pointer-events: none; position: relative; z-index: 4; }
    .photo-viewer-title { color: color-mix(in srgb, var(--ink) 90%, transparent); font: inherit; line-height: 1.25; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .photo-viewer-close:focus, .photo-viewer-close:focus-visible, .photo-viewer-close:active, .photo-viewer-info-toggle:focus, .photo-viewer-info-toggle:focus-visible, .photo-viewer-info-toggle:active, .photo-viewer-nav:focus, .photo-viewer-nav:focus-visible, .photo-viewer-nav:active { outline: 0; }
    .photo-viewer-close, .photo-viewer-info-toggle { -webkit-tap-highlight-color: transparent; -webkit-user-select: none; align-items: center; background: transparent; border: 0; color: color-mix(in srgb, var(--ink) 68%, transparent); cursor: pointer; display: inline-flex; gap: 6px; height: 28px; justify-content: center; line-height: 1; padding: 0; pointer-events: auto; text-decoration: none; user-select: none; width: auto; }
    .photo-viewer-control-label { font: inherit; line-height: 1; white-space: nowrap; }
    .photo-viewer-control-icon { display: block; fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 18px; }
    .photo-viewer-info-toggle .photo-viewer-control-icon { transition: transform 160ms ease-out; }
    .photo-viewer-info-toggle[aria-expanded="true"] .photo-viewer-control-icon { transform: rotate(180deg); }
    .photo-viewer-close:focus-visible, .photo-viewer-info-toggle:focus-visible { color: var(--ink); }
    @media (hover: hover) and (pointer: fine) {
      .photo-viewer-close:hover, .photo-viewer-info-toggle:hover { color: var(--ink); }
    }
    .photo-viewer-nav { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; background: transparent; border: 0; bottom: var(--photo-viewer-toolbar-height); cursor: pointer; opacity: 0; padding: 0; position: absolute; top: var(--photo-viewer-toolbar-height); user-select: none; width: 50%; z-index: 3; }
    .photo-viewer-nav--previous { left: 0; }
    .photo-viewer-nav--next { right: 0; }
    @media (hover: hover) and (pointer: fine) {
      .photo-viewer-nav--previous { cursor: w-resize; }
      .photo-viewer-nav--next { cursor: e-resize; }
    }
    .photo-viewer-nav[hidden] { display: none; }
    .photo-viewer-info-panel { background: color-mix(in srgb, var(--paper) 94%, var(--ink) 6%); border: 1px solid var(--line); color: var(--ink); display: grid; font-size: 12px; gap: 14px; inset: calc(var(--photo-viewer-toolbar-height) + var(--photo-viewer-info-gap)) var(--photo-viewer-inline-padding) auto auto; line-height: 1.45; max-height: calc(100svh - var(--photo-viewer-toolbar-height) - var(--photo-viewer-info-gap) - var(--photo-viewer-inline-padding)); max-width: calc(100vw - (var(--photo-viewer-inline-padding) * 2)); opacity: 0; overflow: auto; padding: 16px; pointer-events: none; position: absolute; transform: translateY(-6px); transition: opacity 160ms ease-out, transform 160ms ease-out; width: 340px; z-index: 5; }
      .photo-viewer[data-closing="true"] .photo-viewer-topbar, .photo-viewer[data-closing="true"] .photo-viewer-bottombar, .photo-viewer[data-closing="true"] .photo-viewer-nav, .photo-viewer[data-closing="true"] .photo-viewer-info-panel { opacity: 0; pointer-events: none; transition-duration: 80ms; }
    .photo-viewer-info-panel[data-open="true"] { opacity: 1; pointer-events: auto; transform: translateY(0); }
    .photo-viewer-info-panel[hidden] { display: none; }
    .photo-viewer-info-title { color: var(--ink); font-size: 14px; font-weight: 420; line-height: 1.25; margin: 0; overflow-wrap: anywhere; }
    .photo-viewer-info-title[hidden] { display: none; }
    .photo-viewer-info-caption { color: color-mix(in srgb, var(--ink) 78%, transparent); overflow-wrap: anywhere; }
    .photo-viewer-info-caption[hidden] { display: none; }
    .photo-viewer-info-panel p { margin: 0; }
    .photo-viewer-info-panel dl { display: grid; gap: 8px; grid-template-columns: auto minmax(0, 1fr); margin: 0; }
    .photo-viewer-info-panel dt { color: var(--muted); font-weight: 400; }
    .photo-viewer-info-panel dd { margin: 0; overflow-wrap: anywhere; }
    .photo-viewer-share-button { align-items: center; background: transparent; border: 1px solid color-mix(in srgb, var(--ink) 18%, transparent); color: var(--ink); cursor: pointer; display: inline-flex; font: inherit; height: 30px; justify-content: center; justify-self: start; line-height: 1; padding: 0 10px; }
    .photo-viewer-share-button[hidden] { display: none; }
    @media (hover: hover) and (pointer: fine) { .photo-viewer-share-button:hover { border-color: color-mix(in srgb, var(--ink) 34%, transparent); } }
    .sensitive-photo { cursor: pointer; display: grid; overflow: hidden; position: relative; }
    .sensitive-photo img { filter: blur(16px) saturate(.75) contrast(.72) brightness(.98); opacity: .96; transform: scale(1.04); transition: filter .18s ease, opacity .18s ease, transform .18s ease; }
    .sensitive-photo::before { background: color-mix(in srgb, var(--paper) 22%, transparent); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: 2; }
      .sensitive-photo-reveal { align-self: center; color: var(--ink); display: grid; font-size: 13px; font-weight: 450; gap: 7px; justify-items: center; justify-self: center; line-height: 1.1; max-width: calc(100% - 28px); overflow-wrap: anywhere; pointer-events: none; position: absolute; text-align: center; z-index: 3; }
      .sensitive-reveal-icon { display: block; fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.75; width: 18px; }
      .photo-viewer-sensitive-reveal .sensitive-reveal-icon { height: 22px; width: 22px; }
      .cover-hero > .sensitive-photo { height: 100%; inset: 0; position: absolute; width: 100%; }
	      .cover-hero--style-split > .sensitive-photo { height: calc(100% - (var(--split-panel-inset) * 2)); inset: var(--split-panel-inset) var(--split-panel-inset) var(--split-panel-inset) auto; width: calc(var(--split-image-width) - var(--split-panel-inset)); }
        .cover-hero--style-text > .sensitive-photo { display: none; }
      .sensitive-photo[tabindex]:focus-visible, .gallery-photo-button:focus-visible .sensitive-photo { outline: 1px solid rgba(255, 255, 255, .72); outline-offset: -4px; }
    .show-sensitive-content .sensitive-photo img { filter: none; transform: none; }
    .show-sensitive-content .sensitive-photo img { opacity: 1; }
    .show-sensitive-content .sensitive-photo::before { content: none; }
    .show-sensitive-content .sensitive-photo-reveal { display: none; }
    .sr-only { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }
    @keyframes cover-copy-reveal { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes gallery-page-enter { from { opacity: .84; } to { opacity: 1; } }
    @keyframes gallery-password-error { 0%, 100% { transform: translateX(0); } 22% { transform: translateX(-8px); } 44% { transform: translateX(7px); } 66% { transform: translateX(-5px); } 82% { transform: translateX(3px); } }
    @keyframes gallery-password-success { 0% { transform: scale(1); } 52% { transform: scale(1.018); } 100% { transform: scale(1); } }
    @keyframes photo-viewer-spinner { to { transform: rotate(360deg); } }
    @media (prefers-color-scheme: dark) {
      body[data-public-theme="system"] { --public-background: #050505; --public-surface: #101010; --public-foreground: #ffffff; --public-muted-foreground: #b8b8b8; --public-border: #343434; --public-border-soft: #242424; --public-image-placeholder: #171717; --paper: var(--public-background); --ink: var(--public-foreground); --muted: var(--public-muted-foreground); --line: var(--public-border); --line-soft: var(--public-border-soft); --image-placeholder: var(--public-image-placeholder); }
      body[data-public-theme="system"] .cover-hero--text-auto { --cover-gallery-link-fill: #ffffff; --cover-gallery-link-hover-color: #050505; color: #ffffff; }
      body[data-public-theme="system"] .cover-hero--style-text.cover-hero--text-auto,
      body[data-public-theme="system"] .cover-hero--style-split.cover-hero--text-auto { background: #050505; color: #ffffff; }
      body[data-public-theme="system"] .cover-hero--height-30.cover-hero--style-text.cover-hero--text-auto.cover-hero--header-surface-match,
      body[data-public-theme="system"] .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-auto.cover-hero--header-surface-match { background: var(--paper); border-bottom: 1px solid var(--line); }
      body[data-public-theme="system"] .cover-hero--style-split.cover-hero--layout-compact.cover-hero--text-auto.cover-hero--header-surface-match .cover-hero-copy { background: var(--paper); }
    }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .cover-hero-copy, .cover-hero-text, html[data-gallery-transition="entering"]:not([data-cover-image="loading"]) .cover-hero-photo, .gallery-password-row[data-unlock-state] { animation-duration: 1ms; transition-duration: 1ms; } .cover-hero::after, .cover-scroll-link, .cover-gallery-link::before, .portfolio-gallery-grid, .gallery-card-photo, .gallery-card-title, .gallery-photo img, .gallery-pagination button, .gallery-password-row, .gallery-password-form button, .contact-form button, .contact-form button::before, img[data-public-image-reveal], .photo-viewer-image-shell, .photo-viewer-info-panel, .photo-viewer-nav { transition-duration: 1ms; } }
    @media (prefers-reduced-motion: reduce) { .photo-viewer-loading-indicator::before { animation: none; } }
      @media (min-width: 761px) {
      .portfolio-contact { padding-block: clamp(28px, calc(1.5vw + 20px), 40px) clamp(4px, calc(3vw - 20px), 24px); }
    }
      @media (max-width: 760px) {
      h1 { font-size: 48px; line-height: .94; }
      .photo-page { --photo-viewer-inline-padding: 14px; --photo-viewer-toolbar-height: 52px; }
      .photo-page .photo-viewer-topbar { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto; }
      .photo-page .photo-viewer-close, .photo-page .photo-viewer-info-toggle { height: 44px; width: auto; }
      .photo-page .photo-viewer-control-label { display: inline; }
      .photo-page-image { border-width: 6px; }
      .portfolio-gallery-grid { grid-template-columns: 1fr; }
      .gallery-password-gate { padding: 24px 18px; }
      .gallery-password-row { grid-template-columns: 1fr; }
      .gallery-password-form button { min-height: 52px; }
      .gallery-pagination { gap: 10px; padding-left: 18px; padding-right: 18px; }
      .gallery-pagination button { font-size: 16px; min-height: 48px; min-width: 48px; padding: 0 12px; }
      .cover-hero { --cover-padding-block-end: 42px; --cover-padding-inline-end: 18px; --cover-padding-inline-start: 18px; padding: 92px 18px 42px; }
      .cover-hero--height-30 { height: max(30svh, 240px); }
      .cover-hero--height-80 { height: max(80svh, 520px); }
      .cover-hero--height-100 { height: max(100svh, 640px); }
      .cover-hero--layout-compact { height: max(var(--cover-height, 30svh), 240px); }
      .cover-hero--gallery.cover-hero--layout-compact:not(.cover-hero--style-split) { height: max(var(--cover-height, 30svh), 300px); }
      .cover-hero--height-30.cover-hero--style-text.cover-hero--layout-compact,
      .cover-hero--height-30.cover-hero--style-text.cover-hero--gallery.cover-hero--layout-compact { height: max(24svh, 200px); }
      .cover-hero--layout-compact.cover-hero--position-center { padding-block: 28px; }
        .cover-hero-copy, .cover-hero-text { width: 100%; max-width: 100%; }
        .cover-hero--style-split { display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); height: max(var(--cover-height, 80svh), 520px); min-height: 0; padding: 0; }
        .cover-hero--style-text { --text-panel-padding-block: clamp(28px, 5vw, 62px); --text-panel-padding-inline: 18px; padding: 0; }
        .cover-hero--style-text:not(.cover-hero--layout-compact) .cover-hero-copy { margin: var(--text-panel-inset); padding: var(--text-panel-padding-block) var(--text-panel-padding-inline); width: calc(100% - (var(--text-panel-inset) * 2)); }
        .cover-hero--style-text.cover-hero--layout-compact .cover-hero-copy { padding: var(--cover-padding-inline-start); }
        .cover-hero--style-split::before,
        .cover-hero--style-split .cover-hero-photo,
        .cover-hero--style-split .cover-hero-empty,
        .cover-hero--style-split > .sensitive-photo { display: block; grid-column: 1; grid-row: 2; height: 100%; inset: auto; order: initial; position: relative; width: 100%; }
        .cover-hero--style-split .cover-hero-copy { grid-column: 1; grid-row: 1; height: 100%; inset: auto; margin: 0; max-width: 100%; order: initial; place-content: initial; position: relative; padding: 34px 18px 42px; width: 100%; }
        .cover-hero--style-split.cover-hero--position-center .cover-hero-copy,
        .cover-hero--style-split.cover-hero--position-center-high .cover-hero-copy,
        .cover-hero--style-split.cover-hero--position-center-low .cover-hero-copy,
        .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center .gallery-hero-copy,
        .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center-high .gallery-hero-copy,
        .cover-hero--style-split.cover-hero--gallery.cover-hero--position-center-low .gallery-hero-copy { align-self: stretch; grid-column: 1; grid-row: 1; height: 100%; inset: auto; margin: 0; max-width: 100%; order: initial; place-content: initial; position: relative; width: 100%; }
        .cover-hero--style-split:not(.cover-hero--layout-compact).cover-hero--gallery .gallery-hero-copy,
        .cover-hero--style-split.cover-hero--gallery .gallery-hero-copy { bottom: auto; grid-column: 1; grid-row: 1; height: 100%; inset: auto; left: auto; margin: 0; max-width: 100%; position: relative; right: auto; top: auto; width: 100%; }
        .cover-hero--style-split:not(.cover-hero--layout-compact) .cover-hero-copy { height: 100%; margin: 0; max-width: 100%; padding: var(--split-panel-padding); width: 100%; }
        .cover-hero--style-split .cover-hero-text,
        .cover-hero--style-split.cover-hero--position-center .cover-hero-text,
        .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text,
        .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { left: auto; max-width: 100%; position: relative; top: auto; translate: none; width: 100%; }
        .cover-hero--style-split.cover-hero--position-center .cover-hero-text,
        .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text,
        .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { left: 50%; max-width: calc(100% - (var(--split-panel-padding) * 2)); position: absolute; translate: -50% -50%; width: min(620px, calc(100% - (var(--split-panel-padding) * 2))); }
        .cover-hero--style-split.cover-hero--position-center .cover-hero-text { top: 50%; }
        .cover-hero--style-split.cover-hero--position-center-high .cover-hero-text { top: 33.333%; }
        .cover-hero--style-split.cover-hero--position-center-low .cover-hero-text { top: 66.667%; }
        .cover-hero--style-split .gallery-portfolio-link { left: calc(var(--split-panel-inset) + var(--split-panel-padding)); max-width: calc(100% - var(--split-panel-inset) - var(--split-panel-padding) - var(--split-panel-inset) - var(--split-panel-padding)); right: auto; top: calc(var(--split-panel-inset) + var(--split-panel-padding)); }
        .cover-hero--style-split .gallery-portfolio-link--in-panel { left: var(--split-panel-padding); max-width: calc(100% - (var(--split-panel-padding) * 2)); top: var(--split-panel-padding); }
        .cover-hero--style-split.cover-hero--position-center-high .gallery-portfolio-link--in-panel { justify-content: center; left: 50%; max-width: calc(100% - (var(--split-panel-padding) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
        .cover-hero--style-split.cover-hero--position-bottom-left .gallery-portfolio-link--in-panel { inset: auto; max-width: min(52ch, 100%); position: static; }
        .cover-hero--style-split .gallery-portfolio-link--in-text, .cover-hero--style-text .gallery-portfolio-link--in-text { inset: auto; max-width: min(52ch, 100%); position: static; }
        .cover-hero--style-text.cover-hero--position-center-high .gallery-portfolio-link { justify-content: center; left: 50%; max-width: calc(100% - (var(--text-panel-padding-inline) * 2)); right: auto; text-align: center; transform: translateX(-50%); }
        .cover-hero--style-split.cover-hero--layout-compact { display: grid; grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr) minmax(0, 1fr); height: max(calc(var(--cover-height, 30svh) + var(--cover-height, 30svh)), 480px); min-height: 0; padding: 0; }
        .cover-hero--style-split.cover-hero--layout-compact::before,
        .cover-hero--style-split.cover-hero--layout-compact .cover-hero-photo,
        .cover-hero--style-split.cover-hero--layout-compact .cover-hero-empty,
        .cover-hero--style-split.cover-hero--layout-compact > .sensitive-photo { display: block; grid-row: 2; height: 100%; inset: auto; order: initial; position: relative; width: 100%; }
        .cover-hero--style-split.cover-hero--layout-compact .cover-hero-copy { height: 100%; margin: 0; max-width: 100%; order: initial; padding: var(--cover-padding-inline-start); width: 100%; }
        .cover-hero-copy h1, .public-cover-title { font-size: calc(clamp(34px, 9vw, 48px) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); max-width: 100%; }
      .cover-hero--height-100.cover-hero--position-bottom-left:not(.cover-hero--style-split):not(.cover-hero--style-text) .cover-hero-text { max-width: calc(100% - 88px); }
      .cover-hero--layout-compact .cover-hero-copy h1 { font-size: calc(clamp(26px, 7.5vw, 36px) * var(--cover-title-scale, 1) * var(--cover-title-user-scale, 1) * var(--cover-title-fit-scale, 1) * var(--cover-title-boost)); }
      .gallery-portfolio-link { max-width: calc(100% - 36px); }
      .gallery-hero-copy { gap: 18px; grid-template-columns: 1fr; }
      .cover-hero-copy a { justify-self: start; }
      .cover-hero--position-center .cover-hero-copy a,
      .cover-hero--position-center-high .cover-hero-copy a,
      .cover-hero--position-center-low .cover-hero-copy a { justify-self: center; }
      .gallery-photo-columns { --gallery-grid-columns: 1 !important; column-count: 1; padding-inline: 0; }
      body[data-layout="grid"] .gallery-photo-columns,
      body[data-layout="contained_grid"] .gallery-photo-columns,
      body[data-layout="masonry"] .gallery-photo-columns--sparse { grid-template-columns: 1fr; }
      .photo-viewer { --photo-viewer-inline-padding: 14px; --photo-viewer-toolbar-height: 52px; }
      .photo-viewer-nav { pointer-events: none; }
      .photo-viewer-stage { height: 100%; }
      .photo-viewer-side-shell { display: none !important; }
      .photo-viewer-topbar { gap: 12px; grid-template-columns: 44px minmax(0, 1fr) 44px; }
      .photo-viewer-title { text-align: center; }
      .photo-viewer-close, .photo-viewer-info-toggle { height: 44px; width: 44px; }
      .photo-viewer-control-label { display: none; }
      .public-brand-footer-inner { align-items: center; display: flex; gap: 14px; justify-content: space-between; }
      .public-brand-footer--paid .public-brand-footer-inner { align-items: center; justify-content: center; text-align: center; }
      .public-brand-footer-made { justify-content: flex-end; }
    }
    @media (min-width: 761px) and (max-width: 1160px) {
      .portfolio-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (min-width: 761px) and (max-width: 1120px) {
      .gallery-photo-columns { column-count: var(--gallery-grid-columns, 2); }
      .gallery-photo-columns--columns-3,
      .gallery-photo-columns--columns-4 { --gallery-grid-columns: 2 !important; }
      body[data-layout="grid"] .gallery-photo-columns,
      body[data-layout="contained_grid"] .gallery-photo-columns,
      body[data-layout="masonry"] .gallery-photo-columns--sparse { grid-template-columns: repeat(var(--gallery-grid-columns), minmax(0, 1fr)); }
    }
