
        :root {
            color-scheme: light;
            --ink: #18211f;
            --muted: #5d6864;
            --line: #d9dfdc;
            --paper: #fbfbf7;
            --print-category-bg: #edecec;
            --panel: #ffffff;
            --sage: #61746d;
            --ochre: #a36d32;
            --sea: #276477;
            --body-font: "Crimson Pro", Georgia, "Times New Roman", serif;
            --copy-font: "Be Vietnam Pro", Helvetica, Arial, sans-serif;
            --display-font: "Crimson Pro", Georgia, "Times New Roman", serif;
            --display-weight: 300;
            --display-line-height: 0.96;
            --kicker-tracking: 0.16em;
        }
        * { box-sizing: border-box; }
        [hidden] { display: none !important; }
        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        body {
            margin: 0;
            font-family: var(--body-font);
            background: var(--paper);
            color: var(--ink);
            line-height: 1.55;
            overflow-x: hidden;
        }
        p,
        li,
        blockquote,
        .intro,
        .muted,
        .content-list,
        .content-page-content,
        .card-body,
        .footer-note,
        .search-results-summary,
        .empty-state,
        .cart-popover-empty,
        .checkout-terms-note,
        .account-privacy-note {
            font-family: var(--copy-font);
        }
        a { color: inherit; }
        img {
            display: block;
            max-width: 100%;
            height: auto;
            user-select: none;
            -webkit-user-select: none;
            -webkit-user-drag: none;
        }
        .skip-link {
            position: absolute;
            left: -999px;
            top: 0;
            padding: 10px 14px;
            background: var(--ink);
            color: white;
            z-index: 10;
        }
        .skip-link:focus { left: 12px; top: 12px; }
        .site-header {
            border-bottom: 1px solid var(--line);
            background: rgba(251, 251, 247, 0.96);
            position: sticky;
            top: 0;
            z-index: 5;
        }
        .main,
        .footer-inner {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
        }
        .header-inner {
            width: min(1680px, calc(100% - 32px));
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            min-height: 72px;
        }
        .brand {
            display: inline-flex;
            align-items: center;
            flex: 0 0 auto;
            text-decoration: none;
            font-weight: 700;
            letter-spacing: 0;
            font-size: 19px;
        }
        .brand .brand-logo {
            display: block;
            width: 220px;
            height: auto;
            max-width: none;
            filter: brightness(0);
        }
        .mobile-menu-toggle {
            display: none;
            width: 44px;
            height: 44px;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--line);
            border-radius: 6px;
            background: var(--panel);
            color: var(--ink);
            cursor: pointer;
        }
        .mobile-menu-icon {
            position: relative;
            width: 20px;
            height: 14px;
            display: block;
        }
        .mobile-menu-icon::before,
        .mobile-menu-icon::after,
        .mobile-menu-icon span {
            content: "";
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            border-radius: 99px;
            background: currentColor;
            transition: transform 160ms ease, opacity 160ms ease, top 160ms ease;
        }
        .mobile-menu-icon::before { top: 0; }
        .mobile-menu-icon span { top: 6px; }
        .mobile-menu-icon::after { top: 12px; }
        .site-nav {
            display: flex;
            align-items: center;
            gap: 2px;
            flex: 1 1 auto;
            flex-wrap: nowrap;
            justify-content: flex-end;
            min-width: 0;
        }
        .header-utilities {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 6px;
            flex: 0 0 auto;
            flex-wrap: nowrap;
            min-width: max-content;
        }
        .header-search-form {
            flex: 0 1 clamp(130px, 14vw, 210px);
            min-width: 0;
            display: flex;
            align-items: center;
            gap: 4px;
            position: relative;
        }
        .header-search-form input {
            flex: 1 1 auto;
            min-width: 0;
            width: auto;
            min-height: 40px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 9px 10px;
            background: rgba(255, 255, 255, 0.88);
            color: var(--ink);
            font: inherit;
            font-size: 13px;
        }
        .header-search-form button {
            flex: 0 0 auto;
            min-height: 40px;
            border: 1px solid var(--ink);
            border-radius: 6px;
            padding: 9px 10px;
            background: var(--ink);
            color: #ffffff;
            font: inherit;
            font-size: 13px;
            font-weight: 800;
            cursor: pointer;
        }
        .site-nav a,
        .utility-link,
        .button {
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 9px 12px;
            border-radius: 6px;
            text-decoration: none;
            color: var(--ink);
            border: 1px solid transparent;
            font-size: 14px;
            white-space: nowrap;
        }
        .site-nav a:hover,
        .utility-link:hover {
            border-color: var(--line);
            background: var(--panel);
        }
        .nav-item {
            position: relative;
            display: inline-flex;
        }
        .nav-dropdown {
            position: absolute;
            top: calc(100% + 8px);
            left: 0;
            z-index: 16;
            min-width: 220px;
            display: grid;
            gap: 2px;
            padding: 8px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.16);
            opacity: 0;
            transform: translateY(6px);
            pointer-events: none;
            transition: opacity 160ms ease, transform 160ms ease;
        }
        .nav-dropdown::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -9px;
            height: 9px;
        }
        .nav-item:hover .nav-dropdown,
        .nav-item:focus-within .nav-dropdown {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        .site-nav .nav-dropdown a {
            justify-content: flex-start;
            width: 100%;
            color: var(--ink);
            white-space: nowrap;
        }
        .site-nav .nav-dropdown a:hover,
        .site-nav .nav-dropdown a:focus {
            border-color: rgba(24, 33, 31, 0.1);
            background: var(--print-category-bg);
            color: var(--ink);
        }
        .account-menu {
            position: relative;
            display: inline-flex;
            flex: 0 0 auto;
        }
        .account-menu-trigger {
            gap: 6px;
            flex: 0 0 auto;
            min-width: max-content;
        }
        .account-menu-trigger::after {
            content: "";
            width: 7px;
            height: 7px;
            border-right: 1px solid currentColor;
            border-bottom: 1px solid currentColor;
            transform: translateY(-2px) rotate(45deg);
        }
        .account-menu-panel {
            position: absolute;
            top: calc(100% + 12px);
            right: 0;
            z-index: 17;
            min-width: 190px;
            display: grid;
            gap: 2px;
            padding: 8px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.16);
            opacity: 0;
            transform: translateY(6px);
            pointer-events: none;
            transition: opacity 160ms ease, transform 160ms ease;
        }
        .account-menu-panel::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            top: -13px;
            height: 13px;
        }
        .account-menu:hover .account-menu-panel,
        .account-menu:focus-within .account-menu-panel {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        .account-menu-panel a {
            display: inline-flex;
            align-items: center;
            min-height: 38px;
            justify-content: flex-start;
            width: 100%;
            padding: 9px 11px;
            border-radius: 6px;
            color: var(--ink);
            text-decoration: none;
            white-space: nowrap;
        }
        .account-menu-panel a:hover,
        .account-menu-panel a:focus {
            border-color: rgba(24, 33, 31, 0.1);
            background: var(--print-category-bg);
            color: var(--ink);
        }
        .currency-indicator {
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            padding: 8px 10px;
            border-radius: 6px;
            border: 1px solid var(--line);
            background: rgba(255, 255, 255, 0.88);
            color: var(--ink);
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            flex: 0 0 auto;
        }
        .currency-indicator:hover,
        .currency-indicator:focus-visible {
            border-color: var(--ink);
            background: var(--ink);
            color: #ffffff;
        }
        .cart-utility {
            position: relative;
        }
        .cart-link {
            gap: 7px;
        }
        .cart-count {
            min-width: 21px;
            height: 21px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 0 6px;
            background: var(--ink);
            color: #ffffff;
            font-size: 12px;
            font-weight: 900;
            line-height: 1;
        }
        .cart-popover {
            position: absolute;
            top: calc(100% + 12px);
            right: 0;
            z-index: 20;
            width: min(480px, calc(100vw - 28px));
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 24px 70px rgba(24, 33, 31, 0.2);
            opacity: 0;
            transform: translateY(8px);
            pointer-events: none;
            transition: opacity 160ms ease, transform 160ms ease;
        }
        .cart-popover::before {
            content: "";
            position: absolute;
            top: -13px;
            right: 18px;
            width: 100%;
            height: 13px;
        }
        .cart-utility:hover .cart-popover,
        .cart-utility:focus-within .cart-popover {
            opacity: 1;
            transform: translateY(0);
            pointer-events: auto;
        }
        .cart-popover-inner {
            display: grid;
            gap: 14px;
            padding: 16px;
            color: var(--ink);
        }
        .cart-popover-head,
        .cart-popover-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 16px;
        }
        .cart-popover-head strong {
            font-family: var(--display-font);
            font-size: 24px;
            font-weight: var(--display-weight);
        }
        .cart-popover-head span,
        .cart-popover-meta,
        .cart-popover-empty,
        .cart-popover-more {
            color: var(--muted);
            font-size: 13px;
        }
        .cart-popover-list {
            display: grid;
            gap: 10px;
            max-height: min(430px, calc(100vh - 230px));
            overflow: auto;
        }
        .cart-popover-line {
            display: grid;
            grid-template-columns: 72px minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            padding: 10px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #ffffff;
        }
        .cart-popover-thumb {
            width: 72px;
            height: 62px;
            display: grid;
            place-items: center;
            overflow: hidden;
            background: #eef1ec;
            color: var(--muted);
            font-size: 11px;
        }
        .cart-popover-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .cart-popover-copy {
            min-width: 0;
            display: grid;
            gap: 2px;
        }
        .cart-popover-title {
            overflow: hidden;
            color: var(--ink);
            font-size: 14px;
            font-weight: 800;
            line-height: 1.25;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .cart-popover-line-total {
            color: var(--ink);
            font-size: 13px;
            font-weight: 900;
        }
        .cart-popover-line-controls {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            margin-top: 6px;
        }
        .cart-popover-qty-form {
            display: inline-grid;
            grid-template-columns: auto auto;
            gap: 6px;
            align-items: center;
        }
        .cart-popover-qty-stepper {
            display: inline-grid;
            grid-template-columns: 32px 54px 32px;
            overflow: hidden;
            border: 1px solid rgba(24, 33, 31, 0.16);
            border-radius: 6px;
            background: #ffffff;
        }
        .cart-popover-qty-form input {
            width: 54px;
            min-height: 38px;
            border: 0;
            border-right: 1px solid rgba(24, 33, 31, 0.12);
            border-left: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 0;
            padding: 7px 8px;
            background: #ffffff;
            color: var(--ink);
            font: inherit;
            text-align: center;
        }
        .cart-popover-qty-stepper button {
            min-height: 38px;
            border: 0;
            border-radius: 0;
            padding: 0;
            font-size: 17px;
        }
        .cart-popover-qty-form button,
        .cart-popover-remove-form button {
            min-height: 38px;
            border: 1px solid rgba(24, 33, 31, 0.16);
            border-radius: 6px;
            padding: 7px 10px;
            background: #ffffff;
            color: var(--ink);
            font: inherit;
            font-size: 12px;
            font-weight: 900;
            cursor: pointer;
        }
        .cart-popover-qty-form .cart-popover-qty-stepper button {
            min-height: 38px;
            border: 0;
            border-radius: 0;
            padding: 0;
            font-size: 17px;
        }
        .cart-popover-remove-form button {
            border-color: rgba(179, 38, 30, 0.22);
            color: #b3261e;
        }
        .cart-popover-qty-form button:hover,
        .cart-popover-qty-form button:focus-visible,
        .cart-popover-remove-form button:hover,
        .cart-popover-remove-form button:focus-visible {
            border-color: var(--ink);
        }
        .cart-popover-total {
            border-top: 1px solid rgba(24, 33, 31, 0.1);
            padding-top: 12px;
            font-weight: 900;
        }
        .cart-popover-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }
        .cart-popover-actions .button {
            width: 100%;
            min-height: 42px;
            color: #ffffff;
        }
        .cart-popover-actions .button.secondary {
            color: var(--ink);
        }
        .cart-vip-cta {
            display: grid;
            gap: 8px;
            border: 1px solid rgba(163, 109, 50, 0.28);
            padding: 12px;
            background: rgba(244, 241, 232, 0.78);
            color: var(--ink);
        }
        .cart-vip-cta span {
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .cart-vip-cta a {
            color: #000000;
            font-size: 14px;
            font-weight: 900;
            text-decoration-thickness: 2px;
            text-underline-offset: 4px;
        }
        .cart-vip-cta a:visited,
        .home-immersive .cart-popover .cart-vip-cta a,
        .home-immersive .cart-popover .cart-vip-cta a:visited {
            color: #000000;
        }
        .cart-vip-cta p {
            margin: 0;
            color: var(--ink);
            font-size: 13px;
            line-height: 1.45;
        }
        .cart-vip-cta .cart-vip-join,
        .cart-vip-cta .cart-vip-join:visited,
        .home-immersive .cart-popover .cart-vip-cta .cart-vip-join,
        .home-immersive .cart-popover .cart-vip-cta .cart-vip-join:visited {
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid var(--ink);
            border-radius: 6px;
            padding: 10px 14px;
            background: var(--ink);
            color: #ffffff;
            text-decoration: none;
        }
        .button {
            background: var(--ink);
            color: white;
            border-color: var(--ink);
            font-weight: 700;
        }
        .button.secondary {
            background: var(--panel);
            color: var(--ink);
            border-color: var(--line);
        }
        .main { padding: 34px 0 56px; }
        .print-product-page {
            background: #070908;
        }
        .print-product-page .site-header {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 10;
            border-bottom: 0;
            background: linear-gradient(180deg, rgba(5, 10, 9, 0.64), rgba(5, 10, 9, 0));
            color: white;
            transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
        }
        .print-product-page .site-header.is-scrolled {
            background: rgba(255, 255, 255, 0.96);
            border-bottom: 1px solid rgba(24, 33, 31, 0.12);
            box-shadow: 0 12px 28px rgba(5, 10, 9, 0.12);
            color: var(--ink);
        }
        .print-product-page .site-header a,
        .print-product-page .utility-link {
            color: white;
        }
        .print-product-page .site-header.is-scrolled a,
        .print-product-page .site-header.is-scrolled .utility-link {
            color: var(--ink);
        }
        .print-product-page .site-nav a:hover,
        .print-product-page .utility-link:hover {
            border-color: rgba(255, 255, 255, 0.32);
            background: rgba(255, 255, 255, 0.1);
        }
        .print-product-page .site-header.is-scrolled .site-nav a:hover,
        .print-product-page .site-header.is-scrolled .utility-link:hover {
            border-color: var(--line);
            background: var(--panel);
        }
        .print-product-page .mobile-menu-toggle {
            border-color: rgba(255, 255, 255, 0.32);
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;
        }
        .print-product-page .site-header.is-scrolled .mobile-menu-toggle,
        .print-product-page .site-header.is-mobile-menu-open .mobile-menu-toggle {
            border-color: var(--line);
            background: var(--panel);
            color: var(--ink);
        }
        .print-product-page .site-nav .nav-dropdown a {
            color: var(--ink);
        }
        .print-product-page .site-nav .nav-dropdown a:hover,
        .print-product-page .site-nav .nav-dropdown a:focus {
            border-color: rgba(24, 33, 31, 0.1);
            background: var(--print-category-bg);
            color: var(--ink);
        }
        .print-product-page .main {
            width: 100%;
            padding: 0;
        }
        .print-product-page .site-footer {
            background: #070908;
            border-top: 0;
            color: rgba(255, 255, 255, 0.72);
        }
        .print-product-page .site-footer a {
            color: white;
        }
        .print-product-page .brand .brand-logo {
            filter: drop-shadow(0 4px 18px rgba(0, 0, 0, 0.72));
        }
        .print-product-page .site-header.is-scrolled .brand .brand-logo,
        .print-product-page .site-header.is-mobile-menu-open .brand .brand-logo {
            filter: brightness(0);
        }
        .print-product-shell {
            background: #070908;
        }
        .print-product-hero {
            --print-hero-x-pad: clamp(12px, 2vw, 32px);
            --print-hero-top-pad: clamp(84px, 10vh, 116px);
            --print-hero-bottom-pad: clamp(28px, 5vh, 52px);
            position: relative;
            min-height: 100vh;
            min-height: 100svh;
            width: 100%;
            display: grid;
            place-items: center;
            overflow: hidden;
            padding: var(--print-hero-top-pad) var(--print-hero-x-pad) var(--print-hero-bottom-pad);
            color: white;
        }
        .print-product-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            z-index: 1;
            background:
                radial-gradient(circle at center, rgba(5, 10, 9, 0.04), rgba(5, 10, 9, 0.24) 42%, rgba(5, 10, 9, 0.64) 100%),
                linear-gradient(0deg, rgba(5, 10, 9, 0.78), rgba(5, 10, 9, 0.12) 42%, rgba(5, 10, 9, 0.54));
            pointer-events: none;
        }
        .print-product-hero-frame {
            position: relative;
            z-index: 2;
            display: grid;
            place-items: center;
            width: 100%;
            max-width: none;
            height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            max-height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            max-height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            min-height: clamp(180px, 34vh, 520px);
            overflow: visible;
        }
        .print-product-hero-image {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain !important;
            object-position: center center;
            box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
        }
        .print-product-aspect-megapan .print-product-hero {
            padding-left: var(--print-hero-x-pad);
            padding-right: var(--print-hero-x-pad);
        }
        .print-product-aspect-megapan .print-product-hero-frame {
            width: 100%;
            max-width: 100%;
            height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            min-height: clamp(140px, 28vh, 460px);
            max-height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            max-height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
        }
        .print-product-aspect-megapan .print-product-hero-image {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain !important;
        }
        .print-product-aspect-panoramic .print-product-hero-image {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain !important;
        }
        .print-product-aspect-classic .print-product-hero-image {
            max-width: 100%;
            max-height: 100%;
        }
        .print-product-aspect-square .print-product-hero-image {
            max-width: 100%;
            max-height: 100%;
        }
        .print-product-aspect-vertical .print-product-hero-image {
            max-width: 100%;
            max-height: 100%;
        }
        .print-product-hero-placeholder {
            position: relative;
            z-index: 2;
            min-height: 52vh;
            width: min(820px, 90vw);
            display: grid;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, 0.24);
            color: rgba(255, 255, 255, 0.72);
        }
        .print-product-title-strip,
        .section-band {
            background: var(--paper);
            color: var(--ink);
            padding-left: max(24px, calc(50vw - 590px));
            padding-right: max(24px, calc(50vw - 590px));
        }
        .print-product-title-strip {
            padding-top: clamp(26px, 3.5vw, 52px);
            padding-bottom: clamp(20px, 3vw, 38px);
        }
        .print-product-title-inner {
            display: block;
        }
        .print-product-title-inner .eyebrow,
        .print-product-story .eyebrow,
        .purchase-section-heading .eyebrow,
        .print-faq-section .eyebrow {
            color: var(--ochre);
            margin-bottom: 10px;
        }
        .print-product-title-inner h1,
        .print-product-story h2,
        .purchase-section-heading h2,
        .print-faq-section h2 {
            color: var(--ink);
            font-family: var(--display-font);
            font-weight: var(--display-weight);
            line-height: 1.04;
        }
        .print-product-title-inner h1 {
            max-width: 900px;
            font-size: clamp(38px, 5vw, 78px);
        }
        .print-product-breadcrumb-nav {
            margin-top: 14px;
        }
        .print-product-breadcrumbs {
            margin-bottom: 0;
        }
        .print-product-breadcrumb-nav + .print-product-summary-meta {
            margin-top: 14px;
        }
        .print-product-summary-meta {
            display: grid;
            gap: 9px;
            margin-top: 6px;
            color: var(--muted);
            font-size: 15px;
        }
        .print-product-summary-meta strong {
            color: var(--ink);
            font-size: 18px;
        }
        .wall-stock-edition-callout {
            width: fit-content;
            margin-top: 18px;
            padding: 13px 16px;
            border-left: 4px solid var(--ochre);
            background: #ffffff;
            box-shadow: 0 8px 24px rgba(24, 33, 31, 0.08);
        }
        .wall-stock-edition-callout p {
            max-width: 680px;
            margin: 0;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(19px, 2vw, 27px);
            line-height: 1.25;
        }
        .wall-stock-edition-callout strong {
            color: var(--ochre);
            font-weight: 600;
        }
        .section-band {
            padding-top: clamp(42px, 5vw, 76px);
            padding-bottom: clamp(42px, 5vw, 76px);
        }
        .print-product-story {
            background: #ffffff;
            border-top: 1px solid rgba(24, 33, 31, 0.08);
        }
        .print-edition-statement {
            padding-top: clamp(28px, 3vw, 44px);
            padding-bottom: clamp(28px, 3vw, 44px);
            border-top: 1px solid rgba(24, 33, 31, 0.08);
            background: var(--paper);
            text-align: center;
        }
        .print-edition-statement p {
            max-width: 920px;
            margin: 0 auto;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(22px, 2.2vw, 34px);
            font-weight: 400;
            line-height: 1.25;
        }
        .print-edition-statement strong {
            color: var(--ochre);
            font-weight: 600;
        }
        .print-content-grid {
            display: grid;
            grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
            gap: clamp(28px, 6vw, 92px);
        }
        .print-product-story h2,
        .print-faq-section h2 {
            max-width: 380px;
            font-size: clamp(34px, 4vw, 62px);
        }
        .story-quote-wrap {
            max-width: 1320px;
            margin: 0 auto;
        }
        .story-quote {
            position: relative;
            margin: 0;
            padding: clamp(6px, 1.4vw, 18px) clamp(18px, 4vw, 54px);
            color: var(--ochre);
            font-family: var(--display-font);
            font-size: clamp(18px, 1.65vw, 28px);
            font-weight: 300;
            line-height: 1.32;
            text-align: center;
        }
        .story-quote::before,
        .story-quote::after {
            position: absolute;
            color: rgba(163, 109, 50, 0.22);
            font-size: clamp(62px, 9vw, 132px);
            line-height: 0.7;
            pointer-events: none;
        }
        .story-quote::before {
            content: "\201C";
            left: 0;
            top: 8px;
        }
        .story-quote::after {
            content: "\201D";
            right: 0;
            bottom: -34px;
        }
        .story-quote p {
            margin: 0 0 12px;
        }
        .story-quote p:last-of-type {
            margin-bottom: 0;
        }
        .story-quote cite {
            display: block;
            margin-top: 12px;
            padding-right: clamp(0px, 7vw, 92px);
            color: var(--ochre);
            font-style: normal;
            font-size: clamp(17px, 1.45vw, 24px);
            text-align: right;
        }
        .print-purchase-section {
            background: #ffffff;
            padding-left: max(18px, calc(50vw - 760px));
            padding-right: max(18px, calc(50vw - 760px));
            padding-top: clamp(8px, 1.2vw, 18px);
            padding-bottom: clamp(32px, 4vw, 56px);
            overflow-x: hidden;
        }
        .purchase-section-heading {
            display: block;
            margin-bottom: clamp(18px, 3vw, 34px);
        }
        .purchase-section-heading h2 {
            max-width: 1240px;
            font-size: clamp(26px, 2.8vw, 42px);
        }
        .purchase-section-heading p:last-child {
            margin: 0;
            color: var(--muted);
            font-size: 17px;
        }
        .print-purchase-grid {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(390px, 520px);
            gap: clamp(16px, 2.2vw, 32px);
            align-items: start;
        }
        .print-purchase-preview {
            position: sticky;
            top: 98px;
            min-width: 0;
        }
        .purchase-preview-frame {
            height: clamp(300px, calc(100vh - 320px), 560px);
            height: clamp(300px, calc(100svh - 320px), 560px);
            min-height: 0;
            display: grid;
            place-items: center;
            padding: 0;
            background: #ffffff;
            border: 0;
            box-shadow: none;
        }
        .print-product-aspect-panoramic .purchase-preview-frame {
            height: clamp(190px, calc(100vh - 360px), 420px);
            height: clamp(190px, calc(100svh - 360px), 420px);
            min-height: 0;
        }
        .print-product-aspect-megapan .purchase-preview-frame {
            height: clamp(140px, calc(100vh - 410px), 300px);
            height: clamp(140px, calc(100svh - 410px), 300px);
            min-height: 0;
        }
        .print-product-aspect-square .purchase-preview-frame,
        .print-product-aspect-classic .purchase-preview-frame {
            height: clamp(320px, calc(100vh - 330px), 560px);
            height: clamp(320px, calc(100svh - 330px), 560px);
            min-height: 0;
        }
        .print-product-aspect-vertical .purchase-preview-frame,
        .purchase-preview-frame.is-artwork-vertical,
        .purchase-preview-frame.is-artwork-portrait {
            height: clamp(420px, 62vh, 620px);
            min-height: 0;
        }
        .purchase-preview-frame.is-unframed {
            border: 0;
            padding: 0;
            background: #ffffff;
            box-shadow: none;
        }
        .purchase-preview-frame.has-light-frame {
            background: #ffffff;
        }
        .purchase-preview-frame:not(.is-unframed):not(.uses-css-frame) {
            padding: clamp(14px, 1.6vw, 24px);
            border-radius: 10px;
            background: #ffffff;
            overflow: hidden;
        }
        .purchase-preview-frame:not(.is-unframed):not(.uses-css-frame) img {
            max-width: 100% !important;
            max-height: 100% !important;
            border-radius: 4px;
        }
        .purchase-preview-frame.has-light-frame.uses-css-frame {
            background: #ffffff;
        }
        .purchase-preview-frame.uses-css-frame {
            padding: clamp(18px, 3vw, 44px);
            background: #ffffff;
            border: clamp(10px, 1.4vw, 22px) solid var(--frame-colour, #111111);
            outline: 1px solid rgba(24, 33, 31, 0.16);
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.13);
            overflow: hidden;
        }
        .purchase-preview-frame img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            background: #ffffff;
            box-shadow: none;
        }
        .purchase-preview-frame.is-unframed img {
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.16);
        }
        .print-product-aspect-vertical .purchase-preview-frame img,
        .purchase-preview-frame.is-artwork-vertical img,
        .purchase-preview-frame.is-artwork-portrait img {
            max-height: 100% !important;
            object-fit: contain !important;
        }
        .print-configurator {
            display: grid;
            gap: 12px;
            width: 100%;
            min-width: 0;
            padding: clamp(16px, 1.8vw, 22px);
            background: rgba(255, 255, 255, 0.72);
            border: 1px solid rgba(24, 33, 31, 0.12);
            box-shadow: 0 26px 60px rgba(24, 33, 31, 0.12);
        }
        .configurator-head {
            display: grid;
            gap: 3px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(24, 33, 31, 0.12);
        }
        .print-configurator .configurator-head h3 {
            margin: 0;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(22px, 2vw, 32px);
            font-weight: var(--display-weight);
            line-height: 1.08;
        }
        .configurator-head span,
        .configurator-head small {
            color: var(--muted);
        }
        .configurator-head strong {
            font-size: clamp(28px, 3vw, 42px);
            line-height: 1.05;
        }
        .option-group {
            display: grid;
            gap: 8px;
            margin: 0;
            padding: 0;
            border: 0;
        }
        .option-group legend {
            padding: 0;
            font-weight: 800;
        }
        .size-option-grid,
        .frame-option-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
        }
        .choice-card,
        .frame-choice {
            cursor: pointer;
        }
        .choice-card input,
        .frame-choice input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }
        .choice-card > span,
        .frame-choice {
            min-height: 50px;
            display: grid;
            gap: 3px;
            padding: 8px 10px;
            border: 1px solid rgba(24, 33, 31, 0.14);
            background: rgba(255, 255, 255, 0.64);
            transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
        }
        .choice-card input:checked + span,
        .frame-choice:has(input:checked) {
            border-color: var(--ink);
            background: white;
        }
        .choice-card > span:hover,
        .frame-choice:hover {
            transform: translateY(-1px);
            border-color: rgba(24, 33, 31, 0.34);
        }
        .frame-choice.is-disabled {
            cursor: not-allowed;
            opacity: 0.42;
        }
        .frame-choice.is-disabled:hover {
            transform: none;
            border-color: rgba(24, 33, 31, 0.14);
        }
        .choice-card strong,
        .frame-choice strong {
            display: block;
            font-size: 14px;
            line-height: 1.15;
        }
        .choice-card small,
        .frame-choice small {
            color: var(--muted);
            font-size: 12px;
        }
        .choice-card em {
            color: var(--ink);
            font-style: normal;
            font-size: 13px;
        }
        .frame-choice {
            grid-template-columns: 24px minmax(0, 1fr);
            align-items: center;
        }
        .frame-swatch {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid rgba(24, 33, 31, 0.24);
            background: var(--swatch, #d8d2c6);
        }
        .quantity-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 18px;
            padding: 12px 0 8px;
        }
        .quantity-row label {
            font-weight: 800;
        }
        .quantity-control {
            display: inline-grid;
            grid-template-columns: 38px 58px 38px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            background: white;
        }
        .quantity-control button,
        .quantity-control input {
            height: 44px;
            border: 0;
            background: transparent;
            text-align: center;
            font: inherit;
        }
        .quantity-control button {
            cursor: pointer;
            font-size: 20px;
        }
        .purchase-button {
            width: 100%;
            min-height: 48px;
        }
        .purchase-actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }
        .purchase-actions .button {
            width: 100%;
            min-height: 48px;
        }
        @media (max-width: 520px) {
            .purchase-actions {
                grid-template-columns: 1fr;
            }
        }
        .purchase-price {
            margin-top: 2px;
            color: var(--ink);
        }
        .purchase-price > span,
        .configurator-head > span[data-shop-selected-price-label] {
            min-height: 16px;
            color: var(--ochre);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .purchase-price strong {
            display: block;
            font-size: clamp(24px, 2.4vw, 34px);
            line-height: 1.05;
        }
        .purchase-price small {
            display: block;
            margin-top: 4px;
            color: var(--muted);
            font-size: 13px;
            font-weight: 800;
            text-decoration: line-through;
        }
        .purchase-note {
            margin: 0;
            font-size: 13px;
            overflow-wrap: anywhere;
        }
        .framed-dimensions {
            margin: -4px 0 0;
            padding: 9px 11px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(244, 241, 232, 0.72);
            color: var(--ink);
            font-size: 13px;
            font-weight: 800;
        }
        .print-faq-section {
            background: var(--paper);
            border-top: 1px solid rgba(24, 33, 31, 0.08);
        }
        .print-accordion {
            display: grid;
            gap: 10px;
        }
        .print-accordion details {
            padding: 18px 0;
            border-bottom: 1px solid rgba(24, 33, 31, 0.12);
        }
        .print-accordion summary {
            cursor: pointer;
            font-weight: 800;
            font-size: 18px;
        }
        .print-accordion h3 {
            margin: 18px 0 0;
            color: var(--ink);
            font-size: 16px;
            line-height: 1.35;
        }
        .print-accordion p {
            max-width: 760px;
            margin: 12px 0 0;
            color: var(--muted);
        }
        .print-legacy-works {
            background: #ffffff;
            border-top: 1px solid rgba(24, 33, 31, 0.08);
        }
        .legacy-works-notice {
            display: grid;
            gap: 12px;
            max-width: 820px;
        }
        .legacy-works-notice p {
            margin: 0;
            color: var(--muted);
            line-height: 1.7;
        }
        .home-immersive {
            background: #111816;
            min-height: 100vh;
            overflow-x: hidden;
        }
        .home-immersive .main {
            width: 100%;
            padding: 0;
            min-height: 100vh;
        }
        .home-immersive .site-header {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 10;
            background:
                linear-gradient(180deg, rgba(5, 10, 9, 0.62), rgba(5, 10, 9, 0.18) 58%, rgba(5, 10, 9, 0));
            border-bottom: 0;
            color: white;
            transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, color 220ms ease;
        }
        .home-immersive .site-header.is-scrolled {
            background: rgba(255, 255, 255, 0.96);
            border-bottom: 1px solid rgba(24, 33, 31, 0.12);
            box-shadow: 0 12px 28px rgba(5, 10, 9, 0.12);
            color: var(--ink);
        }
        .home-immersive .header-inner {
            position: relative;
            width: calc(100% - clamp(56px, 7vw, 160px));
            min-height: clamp(138px, 9vw, 176px);
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
            gap: 42px;
            align-items: center;
            transition: min-height 220ms ease;
        }
        .home-immersive .site-header.is-scrolled .header-inner {
            min-height: 82px;
        }
        .home-immersive .brand {
            display: inline-flex;
            align-items: center;
            position: absolute;
            left: 0;
            top: 50%;
            z-index: 3;
            width: clamp(270px, 19vw, 430px);
            height: clamp(60px, 4.3vw, 95px);
            transform: translateY(-50%);
            color: white;
            font-size: 0;
            letter-spacing: 0;
            text-transform: uppercase;
            overflow: visible;
            transition: width 220ms ease, height 220ms ease;
        }
        .home-immersive .brand-logo {
            display: none;
        }
        .home-immersive .brand .brand-logo {
            display: block;
            width: 100%;
            height: 100%;
            max-width: none;
            object-fit: contain;
            object-position: left center;
            filter: drop-shadow(0 4px 22px rgba(0, 0, 0, 0.82));
            transition: filter 220ms ease;
        }
        .home-immersive .site-header.is-scrolled .brand .brand-logo {
            filter: brightness(0);
        }
        .home-immersive .mobile-menu-toggle {
            border-color: rgba(255, 255, 255, 0.48);
            background: rgba(0, 0, 0, 0.36);
            color: #ffffff;
        }
        .home-immersive .site-header.is-scrolled .mobile-menu-toggle,
        .home-immersive .site-header.is-mobile-menu-open .mobile-menu-toggle {
            border-color: var(--line);
            background: var(--panel);
            color: var(--ink);
        }
        .home-immersive .site-header a,
        .home-immersive .utility-link {
            color: white;
            transition: color 220ms ease, opacity 180ms ease;
        }
        .home-immersive .site-header.is-scrolled a,
        .home-immersive .site-header.is-scrolled .utility-link {
            color: var(--ink);
        }
        .home-immersive .site-nav {
            grid-column: 2;
            position: relative;
            z-index: 4;
            justify-content: center;
            gap: 36px;
        }
        .home-immersive .site-nav a {
            min-height: 34px;
            padding: 4px 0;
            border-radius: 0;
            border: 0;
            color: white;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .home-immersive .site-nav a:hover,
        .home-immersive .utility-link:hover {
            border-color: transparent;
            background: transparent;
            opacity: 0.72;
        }
        .home-immersive .site-nav .nav-dropdown a {
            min-height: 38px;
            padding: 8px 10px;
            color: var(--ink);
            font-size: 13px;
            text-transform: none;
        }
        .home-immersive .site-nav .nav-dropdown a:hover {
            background: var(--print-category-bg);
            opacity: 1;
        }
        .home-immersive .header-utilities {
            position: absolute;
            right: 0;
            top: 50%;
            z-index: 4;
            transform: translateY(-50%);
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 26px;
        }
        .home-immersive .currency-indicator {
            font-size: 11px !important;
            font-weight: 900 !important;
            letter-spacing: 0.08em !important;
            color: #ffffff !important;
            min-height: 32px !important;
            padding: 5px 8px !important;
            border-radius: 4px !important;
            border: 1px solid rgba(255, 255, 255, 0.42) !important;
            background: rgba(0, 0, 0, 0.24) !important;
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            text-decoration: none !important;
            line-height: 1 !important;
        }
        .home-immersive .currency-indicator::before,
        .home-immersive .currency-indicator::after {
            content: none !important;
            display: none !important;
        }
        .home-immersive .site-header.is-scrolled .currency-indicator,
        .home-immersive .site-header.is-mobile-menu-open .currency-indicator {
            border-color: var(--line) !important;
            background: rgba(255, 255, 255, 0.9) !important;
            color: var(--ink) !important;
        }
        .home-immersive .utility-link {
            min-height: auto;
            padding: 0;
            border: 0;
            border-radius: 0;
            font-size: 0;
            line-height: 1;
        }
        .home-immersive .utility-link::before {
            content: "";
            display: block;
            background: currentColor;
        }
        .home-immersive .utility-link[href="/search"]::before {
            width: 14px;
            height: 14px;
            background: transparent;
            border: 3px solid currentColor;
            border-radius: 50%;
        }
        .home-immersive .utility-link[href="/search"] {
            position: relative;
            width: 26px;
            height: 26px;
        }
        .home-immersive .utility-link[href="/search"]::before {
            position: absolute;
            left: 2px;
            top: 2px;
        }
        .home-immersive .utility-link[href="/search"]::after {
            content: "";
            position: absolute;
            left: 16px;
            top: 17px;
            width: 10px;
            height: 3px;
            border-radius: 99px;
            background: currentColor;
            transform: rotate(45deg);
            transform-origin: left center;
        }
        .home-immersive .utility-link[href="/cart"] {
            font-size: 14px;
            font-weight: 800;
            gap: 6px;
        }
        .home-immersive .utility-link[href="/cart"]::before {
            width: 22px;
            height: 18px;
            clip-path: polygon(10% 0, 18% 0, 25% 62%, 85% 62%, 95% 20%, 28% 20%, 31% 34%, 76% 34%, 73% 48%, 34% 48%, 31% 70%, 88% 70%, 88% 82%, 24% 82%, 15% 10%, 10% 10%);
        }
        .home-immersive .utility-link[href="/cart"]::after {
            content: none;
        }
        .home-immersive .cart-label {
            font-size: 0;
        }
        .home-immersive .cart-count {
            min-width: 18px;
            height: 18px;
            padding: 0 5px;
            background: rgba(5, 10, 9, 0.74);
            color: #ffffff;
            font-size: 11px;
            box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.32);
        }
        .home-immersive .site-header.is-scrolled .cart-count {
            background: var(--ink);
            color: #ffffff;
            box-shadow: none;
        }
        .home-immersive .cart-popover {
            top: calc(100% + 18px);
        }
        .home-immersive .cart-popover {
            color: var(--ink);
        }
        .home-immersive .cart-popover-actions .button {
            color: #ffffff;
        }
        .home-immersive .cart-popover-actions .button.secondary {
            color: var(--ink);
        }
        .home-immersive .account-menu .account-menu-trigger {
            width: auto;
            height: auto;
            min-width: max-content;
            position: relative;
            overflow: visible;
            color: inherit;
        }
        .home-immersive .account-menu .account-menu-trigger::before,
        .home-immersive .account-menu .account-menu-trigger::after {
            content: none;
        }
        .home-immersive .account-menu .account-menu-trigger::after {
            content: "";
            position: static;
            width: 7px;
            height: 7px;
            border-right: 1px solid currentColor;
            border-bottom: 1px solid currentColor;
            background: transparent;
            transform: translateY(-2px) rotate(45deg);
        }
        .home-immersive .site-header.is-scrolled .account-menu .account-menu-trigger,
        .home-immersive .site-header.is-mobile-menu-open .account-menu .account-menu-trigger {
            width: auto;
            height: auto;
            min-width: max-content;
            overflow: visible;
            color: var(--ink);
        }
        .home-immersive .site-header.is-scrolled .account-menu .account-menu-trigger::before,
        .home-immersive .site-header.is-mobile-menu-open .account-menu .account-menu-trigger::before {
            content: none;
        }
        .home-immersive .site-header.is-scrolled .account-menu .account-menu-trigger::after,
        .home-immersive .site-header.is-mobile-menu-open .account-menu .account-menu-trigger::after {
            content: "";
            position: static;
            width: 7px;
            height: 7px;
            border-right: 1px solid currentColor;
            border-bottom: 1px solid currentColor;
            background: transparent;
            transform: translateY(-2px) rotate(45deg);
        }
        .home-immersive .account-menu-panel {
            color: var(--ink);
        }
        .home-immersive .account-menu-panel a,
        .home-immersive .account-menu-panel a:hover,
        .home-immersive .account-menu-panel a:focus {
            color: var(--ink);
        }
        .home-immersive .utility-link {
            width: auto;
            height: auto;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .home-immersive .header-search-form {
            min-width: min(270px, 24vw);
        }
        .home-immersive .header-search-form input {
            border-color: rgba(255, 255, 255, 0.42);
            background: rgba(0, 0, 0, 0.24);
            color: #ffffff;
        }
        .home-immersive .header-search-form input::placeholder {
            color: rgba(255, 255, 255, 0.72);
        }
        .home-immersive .header-search-form button {
            border-color: rgba(255, 255, 255, 0.62);
            background: rgba(255, 255, 255, 0.12);
            color: #ffffff;
        }
        .home-immersive .site-header.is-scrolled .header-search-form input,
        .home-immersive .site-header.is-mobile-menu-open .header-search-form input {
            border-color: var(--line);
            background: #ffffff;
            color: var(--ink);
        }
        .home-immersive .site-header.is-scrolled .header-search-form input::placeholder,
        .home-immersive .site-header.is-mobile-menu-open .header-search-form input::placeholder {
            color: var(--muted);
        }
        .home-immersive .site-header.is-scrolled .header-search-form button,
        .home-immersive .site-header.is-mobile-menu-open .header-search-form button {
            border-color: var(--ink);
            background: var(--ink);
            color: #ffffff;
        }
        .home-immersive .utility-link::before,
        .home-immersive .utility-link::after {
            display: none;
        }
        .home-immersive .cart-label {
            font-size: 13px;
        }
        .home-immersive .site-footer {
            border-top: 0;
            background: #070908;
            color: rgba(255, 255, 255, 0.72);
        }
        .home-immersive .site-footer a {
            color: white;
        }
        .breadcrumbs {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin: 0 0 24px;
            padding: 0;
            list-style: none;
            color: var(--muted);
            font-size: 13px;
        }
        .breadcrumbs li:not(:last-child)::after {
            content: "/";
            margin-left: 8px;
            color: #9aa29e;
        }
        .breadcrumbs a { text-decoration: none; }
        .hero {
            display: grid;
            gap: clamp(10px, 1.4vw, 18px);
            max-width: 980px;
            margin-bottom: clamp(34px, 5vw, 72px);
        }
        .hero h1 {
            max-width: 980px;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(44px, 7vw, 104px);
            font-weight: var(--display-weight);
            line-height: var(--display-line-height);
        }
        .hero .intro {
            max-width: 720px;
            color: var(--muted);
            font-size: clamp(18px, 1.45vw, 23px);
            line-height: 1.42;
        }
        .home-hero {
            position: relative;
            min-height: min(760px, calc(100vh - 72px));
            margin: -34px calc(50% - 50vw) 34px;
            padding: 92px max(32px, calc(50vw - 590px)) 44px;
            display: grid;
            align-items: end;
            overflow: hidden;
            background: #111816;
            color: white;
        }
        .home-immersive .home-hero {
            position: relative;
            width: 100%;
            max-width: 100%;
            height: 100vh;
            min-height: 100vh;
            margin: 0;
            padding: 120px 80px 78px;
        }
        .home-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(5, 10, 9, 0.08) 0%, rgba(5, 10, 9, 0) 42%, rgba(5, 10, 9, 0.38) 100%),
                linear-gradient(90deg, rgba(5, 10, 9, 0.08), rgba(5, 10, 9, 0) 58%, rgba(5, 10, 9, 0.12));
            z-index: 1;
            pointer-events: none;
        }
        .home-hero-slide {
            position: absolute;
            inset: 0;
            display: block;
            opacity: 0;
            pointer-events: none;
            transition: opacity 1200ms ease;
        }
        .home-hero-slide.is-active {
            opacity: 1;
            pointer-events: auto;
        }
        .home-hero-slide-link {
            color: inherit;
            text-decoration: none;
        }
        .home-hero-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            background: #070908;
        }
        .home-hero-control {
            position: absolute;
            top: 50%;
            z-index: 3;
            width: clamp(42px, 4.2vw, 58px);
            height: clamp(42px, 4.2vw, 58px);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.46);
            border-radius: 999px;
            background: rgba(5, 10, 9, 0.34);
            color: #ffffff;
            font-family: Georgia, serif;
            font-size: clamp(34px, 3.4vw, 48px);
            line-height: 1;
            transform: translateY(-50%);
            cursor: pointer;
        }
        .home-hero-control:hover,
        .home-hero-control:focus-visible {
            background: rgba(5, 10, 9, 0.58);
        }
        .home-hero-control-prev { left: clamp(16px, 3vw, 42px); }
        .home-hero-control-next { right: clamp(16px, 3vw, 42px); }
        .home-hero-content {
            position: relative;
            z-index: 2;
            width: min(760px, 100%);
            align-self: end;
            justify-self: center;
            text-align: center;
            margin-bottom: 8px;
            pointer-events: none;
        }
        .home-hero-content a,
        .home-hero-content button,
        .home-hero-content input {
            pointer-events: auto;
        }
        .home-hero h1 {
            color: white;
            font-family: var(--display-font);
            font-size: clamp(42px, 4vw, 62px);
            font-weight: var(--display-weight);
            line-height: 1.08;
            max-width: 760px;
            text-shadow: 0 2px 24px rgba(0, 0, 0, 0.56);
        }
        .hero-location {
            margin-bottom: 8px;
            color: white;
            font-size: 15px;
            font-weight: 800;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.58);
        }
        .hero-availability {
            display: inline-flex;
            margin-top: 28px;
            color: white;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 2px solid currentColor;
            padding-bottom: 5px;
        }
        .home-hero-actions {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px 28px;
        }
        .home-hero-actions .hero-availability {
            margin-top: 28px;
        }
        .hero-availability-secondary {
            opacity: 0.82;
        }
        .home-newsletter-band {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: clamp(18px, 4vw, 56px);
            align-items: center;
            padding: clamp(24px, 4vw, 44px) max(28px, calc(50vw - 590px));
            background: #f7f3ea;
            color: var(--ink);
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
        }
        .home-newsletter-band .section-kicker {
            margin-bottom: 8px;
            color: var(--ochre);
        }
        .home-newsletter-band h2 {
            margin: 0;
            font-family: var(--display-font);
            font-size: clamp(30px, 3.3vw, 54px);
            font-weight: var(--display-weight);
            line-height: 1.02;
        }
        .home-newsletter-band p {
            max-width: 720px;
            margin: 8px 0 0;
            color: var(--muted);
            font-size: clamp(15px, 1.1vw, 18px);
        }
        .home-newsletter-band .button {
            min-height: 48px;
            white-space: nowrap;
        }
        .home-scroll-section {
            min-height: 100vh;
            display: grid;
            align-items: center;
            padding: 120px max(28px, calc(50vw - 590px));
            color: white;
        }
        .home-scroll-section-dark {
            background: #070908;
        }
        .home-scroll-section-light {
            background: #ebe7dd;
            color: var(--ink);
        }
        .home-image-section {
            position: relative;
            overflow: hidden;
            background: #070908;
        }
        .home-image-section::before,
        .home-image-section::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
        }
        .home-image-section::before {
            background-image: var(--home-section-bg);
            background-position: center;
            background-size: cover;
            opacity: 0.64;
            transform: scale(1.01);
        }
        .home-image-section::after {
            background:
                linear-gradient(90deg, rgba(5, 10, 9, 0.82), rgba(5, 10, 9, 0.42) 54%, rgba(5, 10, 9, 0.78)),
                linear-gradient(0deg, rgba(5, 10, 9, 0.72), rgba(5, 10, 9, 0.18));
        }
        .home-image-section > * {
            position: relative;
            z-index: 1;
        }
        .home-work-section {
            min-height: auto;
            align-items: start;
            gap: clamp(28px, 4vw, 54px);
            padding-top: clamp(58px, 7vw, 96px);
            padding-bottom: clamp(58px, 7vw, 96px);
        }
        .home-work-section.has-work-image {
            grid-template-rows: auto auto;
        }
        .home-work-artwork {
            width: 100vw;
            margin: 0 calc(50% - 50vw);
            display: grid;
            place-items: center;
            background: #070908;
        }
        .home-work-artwork a {
            width: 100%;
            display: grid;
            place-items: center;
        }
        .home-work-artwork img {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: min(76vh, 760px);
            object-fit: contain;
            object-position: center;
        }
        .home-work-section .home-section-copy {
            width: min(1060px, 100%);
        }
        .home-section-copy {
            width: min(760px, 100%);
        }
        .home-scroll-section.home-align-right .home-section-copy,
        .home-scroll-section.home-align-right .home-section-wide {
            margin-left: auto;
        }
        .home-section-wide {
            width: 100%;
        }
        .home-section-heading {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.62fr);
            gap: clamp(18px, 3vw, 46px);
            align-items: end;
            margin-bottom: clamp(26px, 4vw, 52px);
        }
        .home-section-heading .section-kicker,
        .home-section-heading h2 {
            grid-column: 1;
        }
        .home-section-heading p,
        .home-section-heading .section-link {
            grid-column: 2;
        }
        .home-section-heading .section-link {
            justify-self: start;
        }
        .section-kicker {
            display: block;
            margin-bottom: 18px;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
        }
        .home-scroll-section h2 {
            font-family: var(--display-font);
            font-size: clamp(40px, 5vw, 76px);
            font-weight: var(--display-weight);
            line-height: 1.04;
            max-width: 820px;
        }
        .home-scroll-section p {
            max-width: 650px;
            color: inherit;
            opacity: 0.82;
            font-size: clamp(17px, 1.6vw, 22px);
        }
        .home-link-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: clamp(12px, 1.6vw, 22px);
        }
        .home-collection-section {
            padding-left: 0;
            padding-right: 0;
            background: #070908;
            color: #ffffff;
        }
        .home-collection-section .home-section-heading {
            width: min(1180px, calc(100% - 48px));
            margin-left: auto;
            margin-right: auto;
        }
        .home-collection-section .section-kicker {
            color: #d7c391;
        }
        .home-collection-section .home-section-heading h2 {
            font-size: clamp(42px, 5.3vw, 86px);
        }
        .home-collection-section .home-section-heading p {
            color: rgba(255, 255, 255, 0.74);
            font-size: clamp(16px, 1.25vw, 20px);
            opacity: 1;
        }
        .home-link-grid-four {
            width: 100vw;
            margin-left: calc(50% - 50vw);
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 0;
            min-height: clamp(420px, 56vw, 690px);
            background: #070908;
            overflow: hidden;
        }
        .home-link-card {
            position: relative;
            min-height: 230px;
            display: grid;
            align-content: end;
            gap: 12px;
            padding: clamp(18px, 2vw, 26px);
            border: 1px solid rgba(24, 33, 31, 0.14);
            background: rgba(255, 255, 255, 0.74);
            color: var(--ink);
            text-decoration: none;
            overflow: hidden;
            transition: border-color 220ms ease, transform 220ms ease;
        }
        .home-link-card > * {
            position: relative;
            z-index: 1;
        }
        .home-link-card:hover {
            border-color: rgba(24, 33, 31, 0.36);
            transform: translateY(-2px);
        }
        .home-link-card-dark {
            border-color: rgba(255, 255, 255, 0.14);
            background: rgba(255, 255, 255, 0.06);
            color: white;
        }
        .home-link-card-dark:hover {
            border-color: rgba(255, 255, 255, 0.38);
        }
        .home-link-card.has-card-bg {
            border-color: rgba(255, 255, 255, 0.18);
            background: #101715;
            color: white;
            text-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
        }
        .home-link-card.has-card-bg::before,
        .home-link-card.has-card-bg::after {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            transition: transform 260ms ease, opacity 260ms ease;
        }
        .home-link-card.has-card-bg::before {
            z-index: 0;
            background-image: var(--home-card-bg);
            background-position: center;
            background-size: cover;
            opacity: 0.72;
        }
        .home-link-card.has-card-bg::after {
            z-index: 0;
            background:
                linear-gradient(0deg, rgba(5, 10, 9, 0.84), rgba(5, 10, 9, 0.18) 72%),
                linear-gradient(90deg, rgba(5, 10, 9, 0.46), rgba(5, 10, 9, 0.16));
        }
        .home-link-card.has-card-bg:hover::before {
            transform: scale(1.035);
            opacity: 0.84;
        }
        .home-link-card span {
            font-size: 12px;
            font-weight: 900;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
            opacity: 0.7;
        }
        .home-link-card strong {
            display: block;
            font-family: var(--display-font);
            font-size: clamp(24px, 2.2vw, 36px);
            font-weight: var(--display-weight);
            line-height: 1.02;
        }
        .home-link-card em {
            color: inherit;
            font-size: 15px;
            font-style: normal;
            line-height: 1.45;
            opacity: 0.72;
        }
        .home-collection-card {
            min-height: clamp(420px, 56vw, 690px);
            display: grid;
            grid-template-rows: minmax(0, 1fr) auto;
            align-content: stretch;
            gap: 0;
            padding: 0;
            border: 0;
            border-radius: 0;
            background: #070908;
            color: white;
            text-shadow: none;
        }
        .home-collection-card::after {
            display: none;
        }
        .home-link-card-image {
            position: relative;
            z-index: 1;
            min-width: 0;
            min-height: 0;
            display: grid;
            place-items: center;
            padding: clamp(10px, 1.5vw, 22px);
            background: #171c19;
        }
        .home-link-card-image img {
            display: block;
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            object-position: center;
            filter: none;
            transition: transform 260ms ease, filter 260ms ease;
        }
        .home-collection-card:hover .home-link-card-image img {
            filter: saturate(1.05);
            transform: scale(1.018);
        }
        .home-link-card-placeholder {
            background: linear-gradient(135deg, #111816, #25312d);
        }
        .home-collection-card strong {
            position: relative;
            z-index: 3;
            height: clamp(76px, 8vw, 104px);
            display: flex;
            align-items: flex-end;
            margin: 0;
            padding: 12px clamp(16px, 2vw, 28px) 16px;
            background: #070908;
            color: white;
            font-family: var(--display-font);
            font-size: clamp(26px, 2.6vw, 46px);
            font-weight: var(--display-weight);
            line-height: 1;
            letter-spacing: 0;
        }
        .home-artist-section {
            grid-template-columns: minmax(260px, 0.72fr) minmax(0, 0.95fr);
            gap: clamp(28px, 6vw, 92px);
            align-items: center;
        }
        .home-artist-section .home-section-copy {
            margin-left: auto;
        }
        .home-artist-portrait {
            margin: 0;
            width: 100%;
        }
        .home-artist-portrait img {
            display: block;
            width: 100%;
            height: auto;
            max-height: clamp(360px, 48vw, 650px);
            object-fit: contain;
            object-position: center;
        }
        .home-tag-links {
            max-width: 760px;
        }
        .home-product-section {
            align-items: start;
        }
        .home-product-section .home-section-heading {
            padding-top: clamp(10px, 2vw, 28px);
        }
        .home-featured-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .home-content-list {
            max-width: 900px;
            color: inherit;
        }
        .prints-showcase-page {
            background: #080b0a;
        }
        .prints-showcase-page .main {
            width: 100%;
            padding: 0;
        }
        .prints-showcase-hero {
            min-height: clamp(190px, 24vh, 260px);
            display: grid;
            grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.7fr);
            gap: clamp(16px, 3vw, 46px);
            align-items: end;
            padding: clamp(42px, 5vw, 62px) max(24px, 5vw) clamp(22px, 2.5vw, 32px);
            background:
                linear-gradient(135deg, rgba(8, 11, 10, 0.98), rgba(26, 32, 29, 0.9)),
                radial-gradient(circle at 82% 20%, rgba(163, 109, 50, 0.18), transparent 34%);
            color: white;
        }
        .prints-showcase-hero h1 {
            max-width: 980px;
            color: white;
            font-family: var(--display-font);
            font-size: clamp(38px, 4.8vw, 72px);
            font-weight: var(--display-weight);
            line-height: 0.98;
        }
        .prints-showcase-hero p:not(.eyebrow) {
            max-width: 620px;
            margin: 0;
            color: rgba(255, 255, 255, 0.76);
            font-size: clamp(15px, 1.05vw, 18px);
            line-height: 1.35;
        }
        .prints-showcase-hero-intro {
            display: grid;
            justify-items: start;
            gap: 10px;
        }
        .prints-showcase-hero-intro .section-link {
            color: white;
        }
        .prints-showcase-nav-links {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 16px;
            margin-top: 10px;
        }
        .prints-showcase-nav-links .section-link {
            color: rgba(255, 255, 255, 0.82);
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            letter-spacing: 0.03em;
            padding: 2px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.25);
            transition: all 0.2s ease;
        }
        .prints-showcase-nav-links .section-link:hover,
        .prints-showcase-nav-links .section-link.is-active {
            color: #ffffff;
            border-bottom-color: #ffffff;
        }
        .prints-showcase-collections {
            scroll-margin-top: 96px;
        }
        .prints-showcase-section {
            padding: clamp(44px, 6vw, 90px) max(20px, 4vw);
            color: white;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
        }
        .prints-showcase-vertical,
        .prints-showcase-megapan {
            background: #080b0a;
        }
        .prints-showcase-square,
        .prints-showcase-australia,
        .prints-showcase-america,
        .prints-showcase-wildlife,
        .prints-showcase-rest-of-the-world {
            background: #080b0a;
            color: white;
            border-top-color: rgba(255, 255, 255, 0.08);
        }
        .prints-showcase-panoramic {
            background: #111714;
        }
        .prints-section-heading {
            display: grid;
            grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.62fr) auto;
            gap: clamp(18px, 3vw, 48px);
            align-items: end;
            margin-bottom: clamp(20px, 3vw, 36px);
        }
        .prints-section-heading h2 {
            max-width: 900px;
            color: inherit;
            font-family: var(--display-font);
            font-size: clamp(42px, 6vw, 104px);
            font-weight: var(--display-weight);
            line-height: 0.96;
        }
        .prints-section-heading p {
            margin: 0;
            color: currentColor;
            opacity: 0.7;
            font-size: clamp(16px, 1.2vw, 20px);
        }
        .prints-section-heading .section-link {
            justify-self: end;
            white-space: nowrap;
        }
        .print-showcase-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: clamp(10px, 1.2vw, 20px);
            width: 100%;
        }
        .print-showcase-tile {
            min-width: 0;
        }
        .print-showcase-tile a {
            display: block;
            color: inherit;
            text-decoration: none;
        }
        .print-showcase-media {
            display: grid;
            place-items: center;
            width: 100%;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.08);
        }
        .print-showcase-media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            transition: filter 500ms ease;
        }
        .print-showcase-tile a:hover img {
            filter: saturate(1.06);
        }
        .print-showcase-placeholder {
            min-height: 220px;
            display: grid;
            place-items: center;
            color: rgba(255, 255, 255, 0.62);
        }
        .prints-showcase-square .print-showcase-media,
        .prints-showcase-america .print-showcase-media,
        .prints-showcase-rest-of-the-world .print-showcase-media,
        .prints-showcase-australia .print-showcase-media,
        .prints-showcase-wildlife .print-showcase-media {
            background: #171c19;
        }
        .prints-showcase-square .print-showcase-placeholder,
        .prints-showcase-america .print-showcase-placeholder,
        .prints-showcase-rest-of-the-world .print-showcase-placeholder,
        .prints-showcase-australia .print-showcase-placeholder,
        .prints-showcase-wildlife .print-showcase-placeholder {
            color: rgba(255, 255, 255, 0.62);
        }
        .print-showcase-caption {
            display: flex;
            justify-content: space-between;
            gap: 14px;
            padding-top: 12px;
            color: currentColor;
            font-size: 14px;
        }
        .print-showcase-caption strong {
            max-width: 68ch;
            font-weight: 700;
        }
        .print-showcase-caption span {
            opacity: 0.62;
            white-space: nowrap;
        }
        .prints-showcase-empty {
            border: 1px dashed currentColor;
            padding: 24px;
            color: currentColor;
            opacity: 0.72;
        }
        .prints-showcase-vertical .print-showcase-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            align-items: start;
        }
        .prints-showcase-vertical .print-showcase-media {
            aspect-ratio: 2 / 3;
        }
        .prints-showcase-vertical .tile-2,
        .prints-showcase-vertical .tile-6 {
            margin-top: clamp(36px, 5vw, 92px);
        }
        .prints-showcase-vertical .tile-4,
        .prints-showcase-vertical .tile-8 {
            margin-top: clamp(18px, 3vw, 56px);
        }
        .prints-showcase-square .print-showcase-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .prints-showcase-square .print-showcase-media {
            aspect-ratio: 1 / 1;
        }
        .prints-showcase-square .tile-1 {
            grid-column: span 2;
            grid-row: span 2;
        }
        .prints-showcase-megapan .print-showcase-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .prints-showcase-megapan .print-showcase-media {
            aspect-ratio: 5 / 1.15;
        }
        .prints-showcase-megapan .tile-1,
        .prints-showcase-megapan .tile-6 {
            grid-column: 1 / -1;
        }
        .prints-showcase-panoramic .print-showcase-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .prints-showcase-panoramic .print-showcase-media {
            aspect-ratio: 3 / 1;
        }
        .prints-showcase-panoramic .tile-1,
        .prints-showcase-panoramic .tile-2,
        .prints-showcase-panoramic .tile-7,
        .prints-showcase-panoramic .tile-8 {
            grid-column: span 2;
        }
        .print-aspect-page {
            background: var(--print-category-bg);
        }
        .print-aspect-page .main {
            width: 100%;
            padding: 0;
        }
        .aspect-archive-hero {
            min-height: min(680px, 72vh);
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 0.45fr);
            gap: clamp(28px, 5vw, 84px);
            align-items: end;
            padding: clamp(110px, 13vw, 180px) max(22px, 5vw) clamp(48px, 7vw, 92px);
            background: var(--print-category-bg);
            color: var(--ink);
        }
        .aspect-archive-hero h1 {
            max-width: 980px;
            color: inherit;
            font-family: var(--display-font);
            font-size: clamp(54px, 9vw, 132px);
            font-weight: var(--display-weight);
            line-height: 0.9;
        }
        .aspect-hero-copy > p:not(.eyebrow) {
            max-width: 760px;
            margin-top: 26px;
            color: var(--muted);
            font-size: clamp(18px, 1.7vw, 25px);
            line-height: 1.35;
        }
        .aspect-hero-panel {
            display: grid;
            gap: 22px;
            align-content: end;
            padding-left: clamp(18px, 3vw, 44px);
            border-left: 1px solid rgba(24, 33, 31, 0.18);
        }
        .aspect-hero-panel > span {
            font-family: var(--display-font);
            font-size: clamp(42px, 5vw, 86px);
            line-height: 0.9;
        }
        .aspect-hero-panel p {
            margin: 0;
            color: var(--muted);
            font-size: 17px;
        }
        .aspect-switcher {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }
        .aspect-switcher a {
            min-height: 38px;
            display: inline-flex;
            align-items: center;
            border: 1px solid rgba(24, 33, 31, 0.18);
            padding: 8px 12px;
            color: inherit;
            text-decoration: none;
            font-size: 13px;
            font-weight: 700;
        }
        .aspect-switcher a[aria-current="page"] {
            background: var(--ink);
            color: white;
            border-color: var(--ink);
        }
        .aspect-featured-strip {
            display: grid;
            grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 0.8fr));
            gap: clamp(12px, 1.4vw, 22px);
            padding: clamp(28px, 5vw, 72px) max(18px, 4vw);
            background: #080b0a;
            color: white;
        }
        .aspect-featured-card,
        .aspect-product-card {
            min-width: 0;
        }
        .aspect-featured-card a,
        .aspect-product-card a {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none;
        }
        .aspect-media {
            display: block;
            width: 100%;
            overflow: hidden;
            background: rgba(24, 33, 31, 0.1);
        }
        .aspect-media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            transition: filter 520ms ease;
        }
        .aspect-featured-card a:hover img,
        .aspect-product-card a:hover img {
            filter: saturate(1.06);
        }
        .aspect-card-copy {
            display: grid;
            gap: 5px;
            padding-top: 13px;
            color: currentColor;
            font-size: 14px;
        }
        .aspect-card-copy strong {
            font-size: clamp(16px, 1.1vw, 20px);
            line-height: 1.15;
        }
        .aspect-card-copy span {
            color: currentColor;
            opacity: 0.62;
        }
        .aspect-product-section {
            padding: clamp(56px, 8vw, 118px) max(18px, 4vw);
            background: var(--print-category-bg);
            color: var(--ink);
        }
        .aspect-filter-section {
            display: grid;
            gap: 16px;
            padding: clamp(22px, 3vw, 40px) max(18px, 4vw);
            background: var(--print-category-bg);
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
            color: var(--ink);
        }
        .aspect-filter-heading {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }
        .aspect-filter-heading strong {
            color: var(--muted);
            font-size: 13px;
            font-weight: 700;
        }
        .aspect-filter-list {
            display: flex;
            gap: 8px;
            overflow-x: auto;
            padding: 2px 0 4px;
            scrollbar-width: thin;
        }
        .aspect-filter-list .tag-link {
            min-height: 32px;
            flex: 0 0 auto;
            padding: 7px 12px;
            background: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            white-space: nowrap;
        }
        .aspect-filter-list .tag-link.is-active {
            background: var(--ink);
            border-color: var(--ink);
            color: #ffffff;
        }
        .aspect-filter-section + .aspect-product-section {
            padding-top: clamp(30px, 4vw, 58px);
        }
        .aspect-filter-empty {
            margin-top: 24px;
            padding: 18px 20px;
            border: 1px solid rgba(24, 33, 31, 0.16);
            color: var(--muted);
        }
        .aspect-section-intro {
            display: grid;
            grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.7fr);
            gap: clamp(20px, 4vw, 72px);
            align-items: end;
            margin-bottom: clamp(28px, 4vw, 58px);
        }
        .aspect-section-intro h2 {
            color: inherit;
            font-family: var(--display-font);
            font-size: clamp(32px, 4.8vw, 76px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .aspect-section-intro-compact {
            grid-template-columns: minmax(0, 0.38fr) minmax(280px, 0.62fr);
            align-items: baseline;
            margin-bottom: clamp(20px, 3vw, 40px);
        }
        .aspect-section-intro-compact h2 {
            max-width: 620px;
            font-size: clamp(30px, 3.4vw, 54px);
            line-height: 0.98;
        }
        .aspect-product-grid {
            display: grid;
            gap: clamp(14px, 1.6vw, 28px);
        }
        .print-aspect-page-vertical .aspect-media {
            aspect-ratio: 2 / 3;
        }
        .print-aspect-page-vertical .aspect-featured-strip,
        .print-aspect-page-vertical .aspect-product-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
            align-items: start;
        }
        .print-aspect-page-vertical .feature-1 {
            grid-column: span 2;
        }
        .print-aspect-page-vertical .card-2,
        .print-aspect-page-vertical .card-6,
        .print-aspect-page-vertical .card-10 {
            margin-top: clamp(34px, 5vw, 88px);
        }
        .print-aspect-page-square .aspect-media {
            aspect-ratio: 1 / 1;
        }
        .print-aspect-page-square .aspect-featured-strip,
        .print-aspect-page-square .aspect-product-grid {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
        .print-aspect-page-square .feature-1,
        .print-aspect-page-square .card-1,
        .print-aspect-page-square .card-8 {
            grid-column: span 2;
            grid-row: span 2;
        }
        .print-aspect-page-megapan .aspect-archive-hero,
        .print-aspect-page-panoramic .aspect-archive-hero {
            background: #080b0a;
            color: white;
        }
        .print-aspect-page-megapan .aspect-hero-copy > p:not(.eyebrow),
        .print-aspect-page-panoramic .aspect-hero-copy > p:not(.eyebrow),
        .print-aspect-page-megapan .aspect-hero-panel p,
        .print-aspect-page-panoramic .aspect-hero-panel p {
            color: rgba(255, 255, 255, 0.68);
        }
        .print-aspect-page-megapan .aspect-hero-panel,
        .print-aspect-page-panoramic .aspect-hero-panel {
            border-left-color: rgba(255, 255, 255, 0.18);
        }
        .print-aspect-page-megapan .aspect-switcher a,
        .print-aspect-page-panoramic .aspect-switcher a {
            border-color: rgba(255, 255, 255, 0.22);
        }
        .print-aspect-page-megapan .aspect-switcher a[aria-current="page"],
        .print-aspect-page-panoramic .aspect-switcher a[aria-current="page"] {
            background: white;
            color: var(--ink);
            border-color: white;
        }
        .print-aspect-page-megapan .aspect-media {
            aspect-ratio: 5 / 1.08;
            background: #050706;
        }
        .print-aspect-page-megapan .aspect-media img {
            object-fit: contain;
        }
        .print-aspect-page-megapan .aspect-featured-strip,
        .print-aspect-page-megapan .aspect-product-grid {
            grid-template-columns: 1fr;
        }
        .print-aspect-page-megapan .aspect-card-copy {
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: baseline;
        }
        .print-aspect-page-panoramic .aspect-media {
            aspect-ratio: 3 / 1;
        }
        .print-aspect-page-panoramic .aspect-featured-strip,
        .print-aspect-page-panoramic .aspect-product-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        .print-aspect-page-panoramic .feature-1,
        .print-aspect-page-panoramic .card-1,
        .print-aspect-page-panoramic .card-6 {
            grid-column: 1 / -1;
        }
        .print-aspect-page-classic .aspect-media {
            aspect-ratio: 4 / 3;
        }
        .print-aspect-page-classic .aspect-featured-strip,
        .print-aspect-page-classic .aspect-product-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .print-aspect-page-classic .feature-1,
        .print-aspect-page-classic .card-1 {
            grid-column: span 2;
        }
        .section-link {
            display: inline-flex;
            margin-top: 12px;
            color: inherit;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-decoration: none;
            text-transform: uppercase;
            border-bottom: 2px solid currentColor;
            padding-bottom: 5px;
        }
        @keyframes fadeInWebsite {
            from {
                opacity: 0;
                transform: translateY(10px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        .home-immersive .site-header,
        .home-immersive .home-hero-content {
            opacity: 0;
            animation: fadeInWebsite 950ms ease forwards;
            animation-delay: 2s;
        }
        .eyebrow {
            color: var(--ochre);
            font-size: 13px;
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: var(--kicker-tracking);
        }
        h1 {
            margin: 0;
            font-size: clamp(36px, 6vw, 68px);
            line-height: 0.96;
            letter-spacing: 0;
        }
        h2 {
            margin: 0 0 16px;
            font-size: 26px;
            line-height: 1.15;
            letter-spacing: 0;
        }
        h3 {
            margin: 0 0 8px;
            font-size: 19px;
            line-height: 1.25;
            letter-spacing: 0;
        }
        p { margin: 0 0 16px; }
        .intro {
            max-width: 760px;
            color: var(--muted);
            font-size: clamp(18px, 1.45vw, 23px);
            line-height: 1.42;
        }
        .section {
            padding: 28px 0;
            border-top: 1px solid var(--line);
        }
        .section > h2,
        .band > h2 {
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(30px, 4vw, 56px);
            font-weight: var(--display-weight);
            line-height: 1.04;
        }
        .band {
            margin: 26px calc(50% - 50vw);
            padding: 34px calc(50vw - 50%);
            background: #eef2ef;
        }
        .grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 18px;
        }
        .inspiration-hero {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(280px, 500px);
            gap: clamp(18px, 4vw, 64px);
            align-items: end;
            margin: 8px 0 clamp(18px, 3vw, 34px);
            padding: clamp(16px, 3vw, 34px) 0 clamp(14px, 2.4vw, 28px);
            border-bottom: 1px solid var(--line);
        }
        .inspiration-hero h1 {
            max-width: 900px;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(48px, 7vw, 96px);
            font-weight: var(--display-weight);
            line-height: var(--display-line-height);
        }
        .inspiration-hero-copy {
            display: grid;
            justify-items: start;
            gap: 18px;
        }
        .inspiration-hero .intro {
            max-width: 520px;
            margin: 0;
            color: var(--muted);
            font-size: clamp(18px, 1.35vw, 22px);
            line-height: 1.34;
        }
        .inspiration-immerse-button {
            min-height: 42px;
            padding: 10px 18px;
        }
        .inspiration-filter-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin: 0 0 clamp(18px, 3vw, 34px);
        }
        .inspiration-filter-tabs a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 8px 14px;
            border: 1px solid var(--line);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.68);
            color: var(--ink);
            text-decoration: none;
            font-weight: 700;
        }
        .inspiration-filter-tabs a:hover,
        .inspiration-filter-tabs a:focus-visible,
        .inspiration-filter-tabs a.is-active {
            background: var(--ink);
            border-color: var(--ink);
            color: #fff;
        }
        body.is-inspiration-lightbox-open {
            overflow: hidden;
        }
        .inspiration-grid {
            display: grid;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            gap: clamp(16px, 2vw, 28px);
            align-items: start;
            padding: 0 0 clamp(42px, 6vw, 76px);
            background: #fff;
        }
        .inspiration-card {
            grid-column: span 4;
            min-width: 0;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #fff;
            color: var(--ink);
            box-shadow: 0 24px 58px rgba(20, 24, 21, 0.08);
        }
        .inspiration-card:first-child {
            grid-column: span 8;
        }
        .inspiration-card:nth-child(5n + 4) {
            grid-column: span 5;
        }
        .inspiration-card:nth-child(5n + 5) {
            grid-column: span 7;
        }
        .inspiration-card a {
            color: inherit;
            text-decoration: none;
        }
        .inspiration-card-media {
            position: relative;
            display: grid;
            place-items: center;
            aspect-ratio: var(--inspiration-ratio, 16 / 10);
            margin: 0;
            background: #edecec;
            overflow: hidden;
        }
        .inspiration-card-media a {
            display: grid;
            place-items: center;
            width: 100%;
            height: 100%;
        }
        .inspiration-card-media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
        }
        .inspiration-enlarge-button {
            position: absolute;
            right: 12px;
            bottom: 12px;
            min-height: 36px;
            padding: 8px 12px;
            border: 1px solid rgba(255, 255, 255, 0.52);
            border-radius: 999px;
            background: rgba(16, 21, 19, 0.76);
            color: #fff;
            font: inherit;
            font-weight: 800;
            cursor: pointer;
            backdrop-filter: blur(10px);
        }
        .inspiration-enlarge-button:hover,
        .inspiration-enlarge-button:focus-visible {
            background: #fff;
            color: var(--ink);
        }
        .inspiration-card-copy {
            display: grid;
            gap: 6px;
            padding: 17px 18px 20px;
            background: #ffffff;
        }
        .inspiration-card-copy span {
            color: #4c5e58;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
        }
        .inspiration-card-copy h2 {
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(24px, 2.2vw, 34px);
            font-weight: var(--display-weight);
            line-height: 1.04;
        }
        .inspiration-card-copy h2 a:hover,
        .inspiration-card-copy h2 a:focus-visible {
            color: var(--sea);
        }
        .inspiration-card-copy p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            font-weight: 700;
        }
        .inspiration-lightbox {
            position: fixed;
            inset: 0;
            z-index: 2000;
            display: grid;
            grid-template-columns: minmax(236px, 320px) 64px minmax(0, 1fr) 64px;
            align-items: center;
            gap: clamp(12px, 2vw, 24px);
            padding: clamp(14px, 2vw, 26px);
            background: rgba(7, 10, 9, 0.96);
            color: #fff;
        }
        .inspiration-lightbox[hidden] {
            display: none !important;
        }
        .inspiration-lightbox-rail {
            align-self: stretch;
            display: grid;
            grid-template-rows: auto minmax(0, 1fr);
            min-height: 0;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.14);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.06);
            backdrop-filter: blur(16px);
        }
        .inspiration-lightbox-rail-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            padding: 15px 15px 12px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        }
        .inspiration-lightbox-rail-header span {
            color: #f0c28a;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
        }
        .inspiration-lightbox-rail-header strong {
            color: rgba(255, 255, 255, 0.68);
            font-size: 13px;
        }
        .inspiration-lightbox-options {
            display: grid;
            align-content: start;
            gap: 8px;
            min-height: 0;
            overflow: auto;
            padding: 10px;
        }
        .inspiration-lightbox-option {
            display: grid;
            grid-template-columns: 58px minmax(0, 1fr);
            gap: 10px;
            align-items: center;
            width: 100%;
            padding: 8px;
            border: 1px solid transparent;
            border-radius: 8px;
            background: transparent;
            color: #fff;
            text-align: left;
            font: inherit;
            cursor: pointer;
        }
        .inspiration-lightbox-option:hover,
        .inspiration-lightbox-option:focus-visible,
        .inspiration-lightbox-option.is-active {
            border-color: rgba(240, 194, 138, 0.75);
            background: rgba(240, 194, 138, 0.12);
        }
        .inspiration-lightbox-option img {
            width: 58px;
            height: 42px;
            object-fit: cover;
            display: block;
            border-radius: 4px;
            background: #0f1412;
        }
        .inspiration-lightbox-option span {
            display: grid;
            gap: 3px;
            min-width: 0;
        }
        .inspiration-lightbox-option strong,
        .inspiration-lightbox-option em {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .inspiration-lightbox-option strong {
            font-size: 14px;
            line-height: 1.16;
        }
        .inspiration-lightbox-option em {
            color: rgba(255, 255, 255, 0.62);
            font-size: 12px;
            font-style: normal;
        }
        .inspiration-lightbox-frame {
            display: grid;
            grid-template-rows: minmax(0, 1fr) auto;
            gap: clamp(12px, 2vw, 22px);
            align-self: stretch;
            align-items: center;
            margin: 0;
            min-height: 0;
        }
        .inspiration-lightbox-frame img {
            width: 100%;
            max-height: calc(100vh - 148px);
            object-fit: contain;
            object-position: center;
            display: block;
            background: #0f1412;
            box-shadow: 0 36px 110px rgba(0, 0, 0, 0.48);
        }
        .inspiration-lightbox-frame figcaption {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto;
            gap: 8px 18px;
            align-items: end;
            padding: 0 0 2px;
        }
        .inspiration-lightbox-frame figcaption span {
            grid-column: 1 / -1;
            color: #f0c28a;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: var(--kicker-tracking);
            text-transform: uppercase;
        }
        .inspiration-lightbox-frame figcaption h2 {
            font-family: var(--display-font);
            font-size: clamp(32px, 4.4vw, 62px);
            font-weight: var(--display-weight);
            line-height: var(--display-line-height);
        }
        .inspiration-lightbox-frame figcaption p {
            margin: 0;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 700;
        }
        .inspiration-lightbox-close,
        .inspiration-lightbox-nav {
            border: 1px solid rgba(255, 255, 255, 0.25);
            background: rgba(255, 255, 255, 0.08);
            color: #fff;
            font: inherit;
            font-weight: 800;
            cursor: pointer;
        }
        .inspiration-lightbox-close:hover,
        .inspiration-lightbox-close:focus-visible,
        .inspiration-lightbox-nav:hover,
        .inspiration-lightbox-nav:focus-visible {
            background: #fff;
            color: var(--ink);
        }
        .inspiration-lightbox-close {
            position: fixed;
            top: 18px;
            right: 18px;
            min-height: 42px;
            padding: 9px 14px;
            border-radius: 999px;
        }
        .inspiration-lightbox-nav {
            justify-self: center;
            min-width: 58px;
            min-height: 58px;
            padding: 12px;
            border-radius: 999px;
        }
        .card {
            background: var(--panel);
            border: 1px solid var(--line);
            border-radius: 8px;
            overflow: hidden;
            min-width: 0;
        }
        .card-body {
            padding: 16px;
        }
        .card a {
            text-decoration: none;
        }
        .card p,
        .muted {
            color: var(--muted);
        }
        .product-image {
            aspect-ratio: 4 / 3;
            background: #e4e9e6;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--muted);
            overflow: hidden;
        }
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .meta-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            color: var(--muted);
            font-size: 13px;
        }
        .tag-link-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .tag-link {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 7px 12px;
            border: 1px solid rgba(24, 33, 31, 0.16);
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.72);
            color: var(--ink);
            text-decoration: none;
            font-size: 13px;
            line-height: 1;
        }
        button.tag-link {
            font-family: inherit;
            cursor: pointer;
        }
        .tag-link:hover {
            border-color: rgba(24, 33, 31, 0.38);
            background: #ffffff;
        }
        .tag-link[aria-pressed="true"] {
            border-color: var(--ink);
            background: var(--ink);
            color: #ffffff;
        }
        .related-tags-section {
            padding-top: 0;
        }
        .shop-seo-category-section {
            padding: clamp(10px, 1.3vw, 16px) max(18px, 4vw) 8px;
            border-top: 0;
        }
        .shop-seo-category-section > p {
            max-width: 760px;
        }
        .shop-seo-category-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 10px;
            margin-top: 0;
        }
        .shop-seo-card {
            display: grid;
            align-content: start;
            gap: 8px;
            min-height: 82px;
            padding: 13px 14px;
            border: 1px solid rgba(24, 33, 31, 0.14);
            border-radius: 6px;
            background: rgba(255, 255, 255, 0.82);
            color: var(--ink);
            text-decoration: none;
        }
        .shop-seo-card:hover {
            border-color: rgba(24, 33, 31, 0.34);
            background: #ffffff;
        }
        .shop-seo-card strong {
            font-family: var(--display-font);
            font-size: 19px;
            font-weight: var(--display-weight);
            line-height: 1.08;
        }
        .shop-seo-card span {
            display: -webkit-box;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            color: var(--muted);
            font-size: 12.5px;
            line-height: 1.35;
        }
        .product-tag-list {
            margin-top: 18px;
            max-width: 900px;
        }
        .book-edition-links {
            display: grid;
            gap: 10px;
            margin-top: 20px;
            padding: 16px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 8px;
            background: rgba(244, 241, 232, 0.72);
        }
        .book-edition-links h2 {
            margin: 0;
            font-family: var(--display-font);
            font-size: 25px;
            font-weight: var(--display-weight);
            line-height: 1.05;
        }
        .book-edition-link-grid {
            display: grid;
            gap: 10px;
        }
        .book-edition-link {
            display: grid;
            grid-template-columns: 68px minmax(0, 1fr);
            gap: 12px;
            align-items: center;
            min-height: 78px;
            padding: 10px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 6px;
            background: #ffffff;
            color: var(--ink);
            text-decoration: none;
        }
        .book-edition-link:hover {
            border-color: rgba(24, 33, 31, 0.32);
        }
        .book-edition-link img,
        .book-edition-link-placeholder {
            width: 68px;
            height: 58px;
            object-fit: contain;
            object-position: center;
            border-radius: 4px;
            background: #eef1ec;
        }
        .book-edition-link strong {
            display: block;
            font-size: 15px;
            line-height: 1.25;
        }
        .book-edition-link span {
            display: block;
            margin-top: 3px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
        }
        .price {
            margin-top: 10px;
            font-weight: 700;
        }
        .price,
        .search-product-price {
            display: grid;
            gap: 2px;
            justify-items: start;
        }
        .price-note {
            color: var(--ochre);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .price small,
        .search-product-price small {
            color: var(--muted);
            font-size: 12px;
            font-weight: 700;
            text-decoration: line-through;
        }
        .empty-state {
            border: 1px dashed var(--line);
            padding: 22px;
            border-radius: 8px;
            background: var(--panel);
            color: var(--muted);
        }
        .product-detail {
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
            gap: 34px;
            align-items: start;
        }
        .product-media {
            background: #e4e9e6;
            border-radius: 8px;
            overflow: hidden;
            min-height: 320px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--muted);
        }
        .product-media img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        .poster-product-detail {
            grid-template-columns: minmax(0, 1fr) minmax(360px, 460px);
            gap: clamp(22px, 3vw, 42px);
        }
        .poster-product-media {
            min-height: clamp(360px, 48vw, 640px);
            padding: clamp(16px, 2vw, 28px);
            background: #f4f4f1;
            border: 1px solid rgba(24, 33, 31, 0.1);
        }
        .poster-product-media img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.12);
        }
        .poster-product-detail .panel {
            display: grid;
            gap: 14px;
            padding: clamp(20px, 2.3vw, 30px);
        }
        .poster-product-detail .panel > h1 {
            font-size: clamp(38px, 4vw, 62px);
        }
        .poster-product-description {
            display: grid;
            gap: 8px;
            color: var(--muted);
            font-size: 16px;
            line-height: 1.5;
        }
        .poster-product-purchase {
            display: grid;
            gap: 16px;
            margin-top: 4px;
            padding-top: 18px;
            border-top: 1px solid rgba(24, 33, 31, 0.12);
        }
        .poster-product-purchase .configurator-head {
            padding-bottom: 14px;
        }
        .poster-option-grid {
            grid-template-columns: 1fr;
        }
        .poster-option-grid .choice-card > span {
            min-height: 58px;
            padding: 12px 14px;
        }
        .poster-product-purchase .button {
            width: 100%;
            min-height: 48px;
        }
        .product-detail .panel > h1 {
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(36px, 5vw, 72px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .gift-voucher-product-detail {
            grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 520px);
            gap: clamp(18px, 3vw, 32px);
            width: min(1040px, 100%);
            margin: 0 auto;
        }
        .gift-voucher-product-detail .product-media {
            min-height: clamp(220px, 30vw, 380px);
            padding: clamp(14px, 2vw, 24px);
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: #f4f1e8;
        }
        .gift-voucher-product-detail .product-media img {
            max-height: 340px;
            object-fit: contain;
        }
        .gift-voucher-product-detail .panel {
            display: grid;
            gap: 12px;
            padding: clamp(18px, 2.3vw, 26px);
        }
        .gift-voucher-product-detail .panel > h1 {
            max-width: 12ch;
            font-size: clamp(38px, 5vw, 54px);
            line-height: 1.03;
        }
        .gift-voucher-product-detail .meta-row {
            margin-top: -4px;
        }
        .gift-voucher-product-detail .content {
            max-width: 48ch;
            line-height: 1.55;
        }
        .gift-voucher-product-detail .product-tag-list {
            margin-top: 2px;
            gap: 8px;
        }
        .gift-voucher-purchase {
            display: grid;
            gap: 12px;
            margin-top: 2px;
            padding-top: 14px;
            border-top: 1px solid rgba(24, 33, 31, 0.12);
        }
        .gift-voucher-purchase .configurator-head {
            gap: 0;
            padding-bottom: 8px;
        }
        .gift-voucher-purchase .configurator-head > span[data-shop-selected-price-label]:empty {
            display: none;
        }
        .gift-voucher-purchase .configurator-head strong {
            font-size: clamp(30px, 4.6vw, 40px);
            line-height: 1.02;
        }
        .gift-voucher-purchase .option-group {
            gap: 7px;
        }
        .gift-voucher-purchase .size-option-grid {
            gap: 8px;
        }
        .gift-voucher-purchase .choice-card > span {
            min-height: 56px;
            align-content: center;
            padding: 10px 12px;
            background: #ffffff;
        }
        .gift-voucher-custom-amount {
            display: grid;
            gap: 7px;
            margin: 0;
            font-weight: 800;
        }
        .gift-voucher-custom-amount input {
            width: 100%;
            min-height: 48px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            border-radius: 0;
            background: #ffffff;
            padding: 10px 12px;
            color: var(--ink);
            font: inherit;
        }
        .gift-voucher-custom-amount small {
            color: var(--muted);
            font-size: 12px;
            font-weight: 600;
            line-height: 1.35;
        }
        .gift-voucher-purchase .quantity-control {
            grid-template-columns: 44px 58px 44px;
        }
        .gift-voucher-purchase .quantity-control button,
        .gift-voucher-purchase .quantity-control input,
        .gift-voucher-purchase .purchase-actions .button {
            min-height: 48px;
        }
        .book-product-detail {
            grid-template-columns: minmax(0, 1.15fr) minmax(360px, 480px);
            gap: clamp(24px, 3.5vw, 48px);
            align-items: start;
            max-width: 1200px;
            margin: 0 auto clamp(40px, 5vw, 64px);
        }
        .book-product-detail .product-media {
            min-height: clamp(340px, 42vw, 560px);
            padding: clamp(20px, 3.5vw, 44px);
            background: #ffffff;
            border: 1px solid rgba(24, 33, 31, 0.08);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
        }
        .book-product-detail .product-media img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 520px;
            object-fit: contain;
            box-shadow: 0 16px 40px rgba(24, 33, 31, 0.12);
        }
        .book-product-detail .panel {
            background: #fffdf8;
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: clamp(22px, 2.5vw, 32px);
            display: flex;
            flex-direction: column;
            gap: 16px;
        }
        .book-product-detail .panel > .eyebrow {
            color: var(--ochre);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            margin: 0;
        }
        .book-product-detail .panel > h1 {
            font-family: var(--display-font);
            font-size: clamp(30px, 3.6vw, 44px);
            font-weight: var(--display-weight);
            line-height: 1.1;
            color: var(--ink);
            margin: 0;
        }
        .book-product-detail .meta-row {
            display: flex;
            gap: 14px;
            align-items: center;
            color: var(--muted);
            font-size: 13px;
            margin: 0;
        }
        .book-product-detail .content {
            font-size: 15px;
            line-height: 1.65;
            color: var(--ink);
            margin: 0;
        }
        .book-product-detail .delayed-order-callout {
            border: 1px solid #b28a3d;
            background: #fff8e8;
            border-radius: 6px;
            padding: 16px 20px;
            display: grid;
            gap: 8px;
            margin: 4px 0;
        }
        .book-product-detail .delayed-order-callout h2 {
            font-size: 19px;
            font-weight: 700;
            margin: 0;
            color: #4a3818;
            line-height: 1.18;
        }
        .book-product-detail .delayed-order-callout p {
            font-size: 14px;
            line-height: 1.55;
            margin: 0;
            color: #3a2e16;
        }
        .book-product-detail .delayed-order-badge {
            color: #85571f;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }
        .book-product-detail .gba-us-fulfilment-callout {
            border: 1px solid rgba(178, 138, 61, 0.28);
            background: #fdfbf5;
            border-radius: 6px;
            padding: 14px 18px;
            display: grid;
            gap: 6px;
            margin: 2px 0;
        }
        .book-product-detail .gba-us-fulfilment-callout h2 {
            font-size: 16px;
            font-weight: 700;
            color: #3a2e16;
            margin: 0;
        }
        .book-product-detail .gba-us-fulfilment-callout p {
            font-size: 13.5px;
            line-height: 1.5;
            color: #4a3818;
            margin: 0;
        }
        .book-product-detail .shop-product-purchase {
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: #ffffff;
            border-radius: 8px;
            padding: 20px 22px;
            display: grid;
            gap: 16px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            margin-top: 4px;
        }
        .book-product-detail .configurator-head {
            display: flex;
            flex-direction: column;
            gap: 4px;
            border-bottom: 1px solid rgba(24, 33, 31, 0.08);
            padding-bottom: 14px;
        }
        .book-product-detail .configurator-head strong {
            font-size: clamp(28px, 3.2vw, 36px);
            font-weight: 900;
            color: var(--ink);
            line-height: 1.05;
        }
        .book-product-detail .quantity-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
        .book-product-detail .quantity-control {
            display: inline-grid;
            grid-template-columns: 42px 56px 42px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            border-radius: 6px;
            overflow: hidden;
            background: #ffffff;
        }
        .book-product-detail .quantity-control button {
            min-height: 42px;
            border: 0;
            padding: 0;
            background: var(--panel);
            color: var(--ink);
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
        }
        .book-product-detail .quantity-control input {
            min-height: 42px;
            border: 0;
            border-left: 1px solid rgba(24, 33, 31, 0.12);
            border-right: 1px solid rgba(24, 33, 31, 0.12);
            text-align: center;
            font-size: 15px;
            font-weight: 700;
            color: var(--ink);
        }
        .book-product-detail .purchase-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
        }
        .book-product-detail .purchase-actions .button {
            min-height: 48px;
            font-size: 14.5px;
            font-weight: 800;
            border-radius: 6px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        .panel {
            background: var(--panel);
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 22px;
        }
        .content {
            max-width: 820px;
        }
        .content img { border-radius: 8px; }
        .cart-summary {
            display: grid;
            gap: 14px;
            margin: 20px 0;
        }
        .cart-line {
            display: grid;
            grid-template-columns: 92px minmax(0, 1fr) auto;
            gap: 16px;
            align-items: center;
            padding: 14px;
            background: var(--panel);
            border: 1px solid var(--line);
            border-radius: 8px;
        }
        .cart-line img {
            width: 92px;
            height: 64px;
            object-fit: contain;
            object-position: center;
            border-radius: 4px;
        }
        .cart-line div {
            display: grid;
            gap: 3px;
        }
        .cart-line span {
            color: var(--muted);
            font-size: 13px;
        }
        .cart-total {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 18px 0;
            border-top: 1px solid var(--line);
            font-size: 18px;
        }
        .cart-section,
        .checkout-section {
            padding-top: 12px;
        }
        .product-bundle-section {
            background: #fff;
        }
        .product-bundle-shell {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
            gap: clamp(18px, 3vw, 34px);
            align-items: start;
        }
        .product-bundle-copy {
            display: grid;
            gap: 10px;
        }
        .product-bundle-copy h2 {
            margin: 0;
            font-family: var(--display-font);
            font-size: clamp(30px, 3.4vw, 48px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .product-bundle-copy p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.55;
        }
        .product-bundle-note {
            font-size: 13px !important;
        }
        .product-bundle-form {
            display: grid;
            gap: 14px;
            padding: clamp(14px, 2vw, 20px);
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: #fbfbf9;
            box-shadow: 0 18px 48px rgba(12, 24, 18, 0.06);
        }
        .product-bundle-items {
            display: grid;
            gap: 10px;
        }
        .product-bundle-item {
            display: grid;
            grid-template-columns: 34px 74px minmax(0, 1fr) auto;
            gap: 12px;
            align-items: center;
            padding: 10px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #fff;
        }
        .product-bundle-item.is-main {
            border-color: rgba(24, 33, 31, 0.18);
        }
        .product-bundle-check,
        .product-bundle-checkbox {
            width: 26px;
            height: 26px;
            display: grid;
            place-items: center;
        }
        .product-bundle-check {
            border-radius: 999px;
            background: var(--ink);
            color: #fff;
            font-weight: 900;
            font-size: 14px;
        }
        .product-bundle-checkbox input {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }
        .product-bundle-checkbox span {
            width: 24px;
            height: 24px;
            display: block;
            border: 1px solid rgba(24, 33, 31, 0.35);
            background: #fff;
        }
        .product-bundle-checkbox input:checked + span {
            background: var(--ink);
            box-shadow: inset 0 0 0 5px #fff;
        }
        .product-bundle-thumb {
            width: 74px;
            aspect-ratio: 1 / 1;
            display: grid;
            place-items: center;
            overflow: hidden;
            background: #edecec;
            color: var(--muted);
            font-size: 12px;
            text-decoration: none;
        }
        .product-bundle-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .product-bundle-item-copy {
            min-width: 0;
            display: grid;
            gap: 3px;
        }
        .product-bundle-item-copy a,
        .product-bundle-item-copy strong {
            color: var(--ink);
            font-weight: 900;
            line-height: 1.16;
            text-decoration: none;
        }
        .product-bundle-item-copy small {
            color: var(--muted);
            font-size: 13px;
        }
        .product-bundle-item b {
            color: var(--ink);
            white-space: nowrap;
        }
        .product-bundle-footer {
            display: grid;
            grid-template-columns: minmax(0, 1fr) auto auto;
            gap: 12px;
            align-items: center;
            padding-top: 4px;
        }
        .product-bundle-footer span {
            color: var(--muted);
            font-weight: 800;
        }
        .product-bundle-footer strong {
            color: var(--ink);
            font-size: 18px;
            white-space: nowrap;
        }
        .cart-upsell-box {
            display: grid;
            gap: 12px;
            padding: 14px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #fbfbf9;
        }
        .cart-upsell-box h3 {
            margin: 0;
            font-family: var(--display-font);
            font-size: 24px;
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .cart-upsell-list {
            display: grid;
            gap: 10px;
        }
        .cart-upsell-item {
            display: grid;
            grid-template-columns: 56px minmax(0, 1fr) auto;
            gap: 10px;
            align-items: center;
        }
        .cart-upsell-thumb {
            width: 56px;
            aspect-ratio: 1 / 1;
            display: grid;
            place-items: center;
            overflow: hidden;
            background: #edecec;
            color: var(--muted);
            font-size: 11px;
            text-decoration: none;
        }
        .cart-upsell-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .cart-upsell-item span {
            min-width: 0;
            display: grid;
            gap: 2px;
        }
        .cart-upsell-item strong {
            color: var(--ink);
            font-size: 14px;
            line-height: 1.18;
        }
        .cart-upsell-item small {
            color: var(--muted);
            font-size: 12px;
        }
        .cart-page-shell,
        .checkout-page-shell {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
            gap: 22px;
            align-items: start;
        }
        .cart-page-shell > .account-alert,
        .checkout-page-shell > .account-alert {
            grid-column: 1 / -1;
        }
        /* Checkout notices must never consume one of the two purchase columns.
           Keep this structural rule beside the shell grid so new banners cannot
           squeeze the form into the order-summary column. */
        .checkout-page-shell > .checkout-vip-prompt,
        .checkout-page-shell > .delayed-order-cart-notice {
            grid-column: 1 / -1;
        }
        .cart-empty,
        .cart-review,
        .cart-totals-panel,
        .checkout-form,
        .checkout-summary {
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--panel);
            box-shadow: 0 22px 62px rgba(12, 24, 18, 0.07);
        }
        .cart-empty {
            grid-column: 1 / -1;
            display: grid;
            gap: 12px;
            max-width: 760px;
            padding: clamp(24px, 5vw, 44px);
        }
        .cart-empty h2,
        .cart-totals-panel h2 {
            margin: 0;
            font-family: var(--display-font);
            font-size: clamp(32px, 4vw, 52px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .cart-empty p,
        .cart-totals-panel p,
        .checkout-summary p,
        .checkout-terms-note {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.6;
        }
        .cart-actions,
        .cart-review-footer {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }
        .cart-review {
            min-width: 0;
            padding: clamp(14px, 2vw, 20px);
        }
        .cart-review-list {
            display: grid;
            gap: 12px;
        }
        .cart-review-line {
            display: grid;
            grid-template-columns: 132px minmax(220px, 1fr) 152px minmax(132px, auto);
            column-gap: clamp(20px, 2vw, 30px);
            row-gap: 16px;
            align-items: center;
            padding: 12px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #fff;
        }
        .cart-review-thumb,
        .checkout-summary-thumb {
            display: grid;
            place-items: center;
            overflow: hidden;
            background: #edecec;
            color: var(--muted);
            text-decoration: none;
        }
        .cart-review-thumb {
            width: 132px;
            aspect-ratio: 1 / 1;
        }
        .cart-review-thumb img,
        .checkout-summary-thumb img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .cart-review-copy {
            min-width: 0;
            display: grid;
            gap: 5px;
        }
        .cart-review-copy h2 {
            margin: 0;
            overflow-wrap: anywhere;
            font-size: clamp(20px, 2.2vw, 28px);
            line-height: 1.08;
        }
        .cart-review-copy p,
        .cart-qty-field span,
        .cart-line-total span,
        .checkout-summary-line small {
            margin: 0;
            color: var(--muted);
            font-size: 13px;
        }
        .cart-remove-button {
            width: fit-content;
            min-height: 36px;
            border: 0;
            padding: 0;
            background: transparent;
            color: var(--ink);
            font: inherit;
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 4px;
            cursor: pointer;
        }
        .cart-qty-field,
        .cart-line-total {
            display: grid;
            gap: 6px;
            min-width: 0;
        }
        .cart-qty-field input {
            width: 76px;
            min-height: 44px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 8px 10px;
            background: #fff;
            color: var(--ink);
            font: inherit;
        }
        .cart-qty-control {
            display: inline-grid;
            grid-template-columns: 44px 64px 44px;
            width: fit-content;
            overflow: hidden;
            border: 1px solid var(--line);
            border-radius: 6px;
            background: #fff;
        }
        .cart-qty-control input {
            width: 64px;
            border: 0;
            border-right: 1px solid var(--line);
            border-left: 1px solid var(--line);
            border-radius: 0;
            text-align: center;
        }
        .cart-qty-control button {
            min-width: 44px;
            min-height: 44px;
            border: 0;
            padding: 0;
            background: #fff;
            color: var(--ink);
            font: inherit;
            font-size: 19px;
            font-weight: 800;
            cursor: pointer;
        }
        .cart-qty-control button:hover,
        .cart-qty-control button:focus-visible,
        .cart-popover-qty-stepper button:hover,
        .cart-popover-qty-stepper button:focus-visible {
            background: var(--paper);
        }
        .cart-line-total {
            justify-items: end;
            text-align: right;
        }
        .cart-line-total strong {
            white-space: nowrap;
        }
        .cart-review-footer {
            align-items: center;
            justify-content: flex-end;
            margin-top: 16px;
            padding-top: 16px;
            border-top: 1px solid var(--line);
        }
        .cart-review-status {
            min-height: 20px;
            margin-right: auto;
            color: var(--muted);
            font-size: 13px;
            line-height: 1.4;
        }
        .cart-review.is-updating [data-cart-qty-step],
        .cart-review.is-updating [data-cart-update-submit] {
            cursor: wait;
        }
        .cart-totals-panel,
        .checkout-summary {
            position: sticky;
            top: 94px;
            display: grid;
            gap: 16px;
            padding: clamp(18px, 2.4vw, 24px);
        }
        .cart-totals-panel dl,
        .checkout-summary dl {
            display: grid;
            gap: 10px;
            margin: 0;
        }
        .cart-totals-panel dl div,
        .checkout-summary dl div {
            display: flex;
            justify-content: space-between;
            gap: 18px;
            padding-top: 10px;
            border-top: 1px solid rgba(24, 33, 31, 0.1);
        }
        .cart-totals-panel dt,
        .checkout-summary dt {
            color: var(--muted);
        }
        .cart-totals-panel dd,
        .checkout-summary dd {
            margin: 0;
            color: var(--ink);
            font-weight: 900;
            text-align: right;
        }
        .cart-total-row {
            font-size: 18px;
        }
        .cart-checkout-button,
        .checkout-submit {
            width: 100%;
        }
        .cart-totals-panel form {
            margin: 0;
        }
        .cart-support-note {
            padding: 10px 12px;
            border: 1px solid rgba(148, 100, 45, 0.22);
            background: rgba(244, 241, 232, 0.72);
            color: var(--ink) !important;
            font-weight: 800;
        }
        .checkout-vip-prompt {
            display: grid;
            gap: 14px;
            padding: 18px;
            border: 1px solid rgba(163, 109, 50, 0.34);
            border-radius: 8px;
            background: #fff8e8;
            color: var(--ink);
        }
        .checkout-page-shell > .checkout-vip-prompt {
            grid-column: 1 / -1;
            grid-template-columns: minmax(0, 1fr) auto;
            align-items: center;
            padding: clamp(18px, 2.4vw, 26px);
        }
        .checkout-vip-prompt-copy {
            display: grid;
            gap: 6px;
        }
        .checkout-vip-prompt h3,
        .checkout-vip-prompt p {
            margin: 0;
        }
        .checkout-vip-prompt h3 {
            font-family: var(--display-font);
            font-size: clamp(24px, 2.8vw, 34px);
            font-weight: var(--display-weight);
            line-height: 1.05;
        }
        .checkout-vip-prompt p {
            max-width: 62ch;
            font-size: 15px;
            line-height: 1.55;
        }
        .checkout-vip-prompt-actions {
            display: grid;
            gap: 9px;
            justify-items: stretch;
            text-align: center;
        }
        .checkout-vip-prompt-actions .button {
            min-height: 44px;
        }
        .checkout-vip-sign-in {
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--ink);
            font-size: 13px;
            font-weight: 800;
            text-underline-offset: 4px;
        }
        .cart-gift-card-box {
            display: grid;
            gap: 10px;
            padding: 14px 0;
            border-top: 1px solid rgba(24, 33, 31, 0.1);
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
        }
        .cart-gift-card-box h3 {
            margin: 0;
            font-size: 16px;
            line-height: 1.25;
        }
        .cart-gift-card-box form,
        .cart-gift-card-form {
            display: grid;
            gap: 10px;
            margin: 0;
        }
        .cart-gift-card-form label {
            display: grid;
            gap: 6px;
            color: var(--ink);
            font-size: 13px;
            font-weight: 800;
        }
        .cart-gift-card-form input {
            width: 100%;
            min-height: 44px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 10px 12px;
            background: #fff;
            color: var(--ink);
            font: inherit;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .cart-gift-card-form .button {
            min-height: 44px;
            width: 100%;
        }
        .cart-gift-form {
            display: grid;
            gap: 10px;
            padding: 14px 0;
            border-top: 1px solid rgba(24, 33, 31, 0.1);
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
        }
        .cart-gift-form label:not(.checkout-checkbox) {
            display: grid;
            gap: 6px;
            color: var(--ink);
            font-size: 13px;
            font-weight: 800;
        }
        .cart-gift-form textarea {
            width: 100%;
            min-height: 90px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 10px 12px;
            color: var(--ink);
            font: inherit;
            resize: vertical;
        }
        .checkout-form {
            min-width: 0;
            margin-top: 0;
            padding: clamp(16px, 3vw, 28px);
        }
        .checkout-panel {
            display: grid;
            gap: 16px;
            padding: 0 0 24px;
            border-bottom: 1px solid var(--line);
        }
        .checkout-panel:last-of-type {
            border-bottom: 0;
        }
        .checkout-freight-actions {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .checkout-freight-status {
            color: var(--muted);
            font-size: 14px;
            line-height: 1.4;
        }
        .checkout-freight-status.is-error {
            color: #8a2f20;
            font-weight: 800;
        }
        .checkout-shipping-options,
        .checkout-channel-list {
            display: grid;
            gap: 10px;
        }
        .checkout-shipping-option,
        .checkout-channel {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr);
            gap: 12px;
            align-items: start;
            padding: 12px 14px;
            border: 1px solid rgba(24, 33, 31, 0.14);
            border-radius: 6px;
            background: #fff;
            color: var(--ink);
            cursor: pointer;
        }
        .checkout-shipping-option:has(input:checked),
        .checkout-channel:has(input:checked) {
            border-color: var(--ink);
            box-shadow: inset 0 0 0 1px var(--ink);
        }
        .checkout-channel-disabled {
            opacity: 0.55;
            cursor: not-allowed;
        }
        .checkout-shipping-option input,
        .checkout-channel input {
            width: 18px;
            min-height: 18px;
            margin-top: 3px;
            accent-color: var(--ink);
        }
        .checkout-shipping-option span,
        .checkout-channel span {
            display: grid;
            gap: 4px;
            min-width: 0;
        }
        .checkout-shipping-option strong,
        .checkout-channel strong {
            line-height: 1.25;
        }
        .checkout-shipping-option small,
        .checkout-channel small {
            color: var(--muted);
            font-size: 13px;
            line-height: 1.45;
        }
        .checkout-total-preview,
        .checkout-confirmation-list div {
            display: flex;
            justify-content: space-between;
            gap: 16px;
            padding: 12px 0 0;
            border-top: 1px solid rgba(24, 33, 31, 0.1);
        }
        .checkout-total-preview span,
        .checkout-confirmation-list dt {
            color: var(--muted);
        }
        .checkout-confirmation-list {
            display: grid;
            gap: 8px;
            margin: 0;
        }
        .checkout-confirmation-list dd {
            margin: 0;
            font-weight: 900;
            text-align: right;
        }
        .checkout-payment-shell,
        .checkout-complete-shell {
            grid-template-columns: minmax(0, 1fr);
        }
        .checkout-complete-shell {
            grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        }
        .account-form .checkout-checkbox {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            color: var(--ink);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: none;
        }
        .account-form .checkout-checkbox input {
            width: auto;
            min-height: 0;
            margin-top: 4px;
        }
        .checkout-inline-action {
            width: fit-content;
        }
        .checkout-summary-list {
            display: grid;
            gap: 10px;
            max-height: 420px;
            overflow: auto;
        }
        .checkout-summary-line {
            display: grid;
            grid-template-columns: 58px minmax(0, 1fr) auto;
            gap: 10px;
            align-items: center;
            padding: 10px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #fff;
        }
        .checkout-summary-thumb {
            width: 58px;
            height: 58px;
        }
        .checkout-summary-line span:nth-child(2) {
            min-width: 0;
            display: grid;
            gap: 2px;
        }
        .checkout-summary-line strong {
            overflow: hidden;
            color: var(--ink);
            font-size: 14px;
            line-height: 1.25;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .checkout-summary-line small + small {
            white-space: normal;
        }
        .checkout-summary-line b {
            font-size: 13px;
            white-space: nowrap;
        }
        @media (max-width: 900px) {
            .checkout-page-shell {
                grid-template-columns: minmax(0, 1fr);
            }
            .checkout-page-shell > .checkout-form,
            .checkout-page-shell > .checkout-summary {
                grid-column: 1;
            }
            .checkout-page-shell > .checkout-summary {
                position: static;
            }
        }
        .newsletter-discount-modal[hidden] {
            display: none;
        }
        .newsletter-discount-modal {
            position: fixed;
            inset: 0;
            z-index: 10000;
            display: grid;
            place-items: center;
            padding: 20px;
        }
        .newsletter-discount-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(7, 12, 11, 0.58);
        }
        .newsletter-discount-dialog {
            position: relative;
            z-index: 1;
            width: min(620px, 100%);
            max-height: min(760px, calc(100vh - 40px));
            overflow: auto;
            display: grid;
            gap: 16px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: #ffffff;
            padding: clamp(20px, 4vw, 34px);
            box-shadow: 0 28px 80px rgba(7, 12, 11, 0.26);
        }
        .newsletter-discount-dialog h2,
        .content-faq-group h2 {
            margin: 0;
            color: var(--ink);
            font-family: var(--display-font);
            font-weight: var(--display-weight);
            line-height: 1.02;
        }
        .newsletter-discount-dialog h2 {
            font-size: clamp(32px, 5vw, 54px);
        }
        .newsletter-discount-dialog p {
            margin: 0;
            color: var(--muted);
            line-height: 1.65;
        }
        .newsletter-discount-close {
            position: absolute;
            top: 12px;
            right: 12px;
            width: 38px;
            height: 38px;
            border: 1px solid var(--line);
            border-radius: 999px;
            background: #ffffff;
            color: var(--ink);
            font: inherit;
            font-size: 24px;
            line-height: 1;
            cursor: pointer;
        }
        .has-modal-open {
            overflow: hidden;
        }
        .account-page {
            background: var(--bg);
        }
        .account-auth-section {
            padding-top: 12px;
        }
        .account-auth-shell {
            max-width: 820px;
            display: grid;
            gap: 18px;
        }
        .account-page-shell {
            display: grid;
            grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
            gap: 18px;
            align-items: start;
        }
        .account-auth-card {
            background: var(--panel);
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: clamp(22px, 4vw, 38px);
            box-shadow: 0 24px 70px rgba(12, 24, 18, 0.08);
        }
        .account-auth-card h1,
        .account-auth-card h2 {
            margin-top: 8px;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(32px, 5vw, 52px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .account-auth-card p {
            max-width: 620px;
            color: var(--muted);
            font-size: 16px;
            line-height: 1.7;
        }
        .vip-signup-page {
            width: min(1320px, calc(100% - 48px));
            margin: 0 auto;
            padding: clamp(34px, 5vw, 72px) 0 clamp(54px, 7vw, 96px);
        }
        .vip-signup-shell {
            display: grid;
            grid-template-columns: minmax(340px, 0.72fr) minmax(520px, 1fr);
            gap: clamp(22px, 3vw, 42px);
            align-items: start;
        }
        .vip-benefits-panel {
            position: sticky;
            top: 92px;
            min-height: 0;
            display: grid;
            align-items: start;
            overflow: hidden;
            padding: clamp(28px, 4vw, 52px);
            background: #070908;
            color: #ffffff;
        }
        .vip-benefits-copy {
            position: relative;
            z-index: 1;
            display: grid;
            gap: 20px;
        }
        .vip-benefits-copy .section-kicker {
            margin: 0;
            color: var(--gold-cream, #d7c391);
        }
        .vip-benefits-copy h1 {
            max-width: 9ch;
            margin: 0;
            font-family: var(--display-font);
            font-size: clamp(42px, 4.2vw, 68px);
            font-weight: var(--display-weight);
            line-height: 0.96;
        }
        .vip-benefits-list {
            display: grid;
            gap: 0;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .vip-benefits-list li {
            position: relative;
            display: grid;
            gap: 2px;
            padding: 13px 0 13px 28px;
            border-top: 1px solid rgba(255, 255, 255, 0.22);
        }
        .vip-benefits-list li::before {
            content: "\2713";
            position: absolute;
            left: 0;
            top: 13px;
            color: #d7c391;
            font-weight: 900;
        }
        .vip-benefits-list strong {
            font-size: 15px;
        }
        .vip-benefits-list span,
        .vip-benefits-trust {
            color: rgba(255, 255, 255, 0.78);
            font-size: 13px;
            line-height: 1.5;
        }
        .vip-benefits-trust {
            margin: 0;
            font-weight: 700;
        }
        .vip-signup-form-column {
            display: grid;
            gap: 16px;
        }
        .vip-signup-card {
            padding: clamp(26px, 4vw, 48px);
        }
        .vip-signup-card h1,
        .vip-signup-card h2 {
            max-width: 14ch;
        }
        .password-input-wrap {
            position: relative;
            display: block;
        }
        .account-form .password-input-wrap input {
            padding-right: 68px;
        }
        .password-visibility-toggle {
            position: absolute;
            top: 50%;
            right: 8px;
            min-width: 48px;
            min-height: 34px;
            border: 0;
            border-radius: 4px;
            background: transparent;
            color: var(--ink);
            font: inherit;
            font-size: 12px;
            font-weight: 900;
            cursor: pointer;
            transform: translateY(-50%);
        }
        .password-visibility-toggle:hover,
        .password-visibility-toggle:focus-visible {
            background: var(--print-category-bg);
        }
        .password-requirements {
            margin: -8px 0 0 !important;
            font-size: 13px !important;
            line-height: 1.4 !important;
        }
        .vip-email-consent {
            display: grid !important;
            grid-template-columns: 20px minmax(0, 1fr);
            gap: 10px !important;
            align-items: start;
            padding: 15px;
            border: 1px solid var(--line);
            border-radius: 6px;
            color: var(--ink) !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            letter-spacing: 0 !important;
            line-height: 1.5;
            text-transform: none !important;
        }
        .account-form .vip-email-consent input {
            width: 18px;
            min-height: 18px;
            margin-top: 2px;
        }
        .vip-signup-submit {
            min-height: 50px;
            width: 100%;
            font-size: 15px;
        }
        .account-profile-prompt {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
            margin: 22px 0;
            padding: 16px;
            border: 1px solid rgba(163, 109, 50, 0.28);
            background: #f7f3ea;
        }
        .account-profile-prompt > div {
            display: grid;
            gap: 3px;
        }
        .account-profile-prompt span {
            color: var(--muted);
            font-family: var(--copy-font);
            font-size: 13px;
        }
        .account-form {
            display: grid;
            gap: 16px;
            margin-top: 22px;
        }
        .account-form-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
        }
        .account-form-split {
            display: grid;
            gap: 30px;
        }
        .account-form h3 {
            margin: 0 0 2px;
            font-size: 22px;
            line-height: 1.1;
        }
        .account-span-2 {
            grid-column: 1 / -1;
        }
        .account-form label {
            display: grid;
            gap: 7px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .account-form input,
        .account-form select,
        .account-form textarea {
            min-height: 48px;
            width: 100%;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 11px 13px;
            background: #fff;
            color: var(--ink);
            font: inherit;
            letter-spacing: 0;
            text-transform: none;
        }
        .account-form input[aria-invalid="true"],
        .account-form select[aria-invalid="true"],
        .account-form textarea[aria-invalid="true"] {
            border-color: #c96b5a;
            box-shadow: 0 0 0 3px rgba(201, 107, 90, 0.12);
        }
        .account-field-has-error > span:first-child {
            color: #8f3325;
        }
        .account-field-error {
            color: #8f3325;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 1.35;
            text-transform: none;
        }
        .account-form textarea {
            resize: vertical;
        }
        .referral-source-panel {
            display: grid;
            gap: 12px;
            padding: 15px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 8px;
            background: #f6f6f3;
        }
        .referral-source-panel h3 {
            margin: 0 0 4px;
            font-size: 17px;
            line-height: 1.2;
        }
        .referral-source-panel p {
            margin: 0;
            color: var(--muted);
            font-size: 13px;
            line-height: 1.5;
        }
        .referral-source-panel label {
            display: grid;
            gap: 7px;
            color: var(--muted);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .referral-source-panel select,
        .referral-source-panel input {
            min-height: 42px;
            width: 100%;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 9px 11px;
            background: #fff;
            color: var(--ink);
            font: inherit;
            letter-spacing: 0;
            text-transform: none;
        }
        .referral-source-panel-checkout {
            background: #fff;
        }
        .account-help {
            margin-top: 18px;
            font-size: 14px;
        }
        .account-help a {
            color: var(--ink);
            font-weight: 800;
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .account-privacy-note {
            margin: 0;
            color: var(--muted);
            font-size: 14px;
            line-height: 1.55;
        }
        .account-privacy-note a {
            color: var(--ink);
            font-weight: 800;
            text-underline-offset: 3px;
        }
        .account-preferences {
            display: grid;
            gap: 12px;
            margin: 4px 0 0;
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.64);
        }
        .account-preferences legend {
            padding: 0 6px;
            font-weight: 900;
        }
        .account-preferences-hint {
            margin: 0;
            color: var(--muted);
            font-size: 14px;
            line-height: 1.5;
        }
        .account-preferences > div,
        .account-tool-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }
        .account-collection-preferences > div {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .account-preferences label {
            display: flex;
            align-items: center;
            gap: 8px;
            color: var(--ink);
            font-size: 15px;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: none;
        }
        .account-preferences input {
            width: auto;
            min-height: 0;
        }
        .account-danger-zone {
            margin-top: 42px;
            padding-top: 18px;
            border-top: 1px solid rgba(24, 33, 31, 0.12);
            color: var(--muted);
            font-size: 13px;
        }
        .account-danger-zone > summary {
            width: fit-content;
            cursor: pointer;
            color: var(--muted);
            text-decoration: underline;
            text-underline-offset: 3px;
        }
        .account-danger-zone-panel {
            display: grid;
            gap: 12px;
            margin-top: 16px;
            padding: 18px;
            border: 1px solid rgba(143, 51, 37, 0.3);
            background: #fff8f6;
        }
        .account-danger-zone-panel h3,
        .account-danger-zone-panel p {
            margin: 0;
        }
        .account-danger-zone-panel h3 {
            color: #7b2d22;
            font-size: 20px;
        }
        .account-delete-acknowledgement {
            display: flex !important;
            align-items: flex-start;
            gap: 9px;
            color: var(--ink) !important;
            font-size: 14px !important;
            font-weight: 700 !important;
            letter-spacing: 0 !important;
            text-transform: none !important;
        }
        .account-delete-acknowledgement input {
            width: auto;
            min-height: 0;
            margin-top: 3px;
        }
        .account-delete-button {
            border-color: #7b2d22;
            background: #7b2d22;
            color: #ffffff;
        }
        .account-tool-grid {
            margin-top: 24px;
        }
        .account-side-nav {
            position: sticky;
            top: 94px;
            display: grid;
            gap: 8px;
            padding: 14px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: var(--panel);
            box-shadow: 0 18px 50px rgba(12, 24, 18, 0.06);
        }
        .account-side-nav a,
        .account-side-nav button {
            display: flex;
            align-items: center;
            min-height: 42px;
            width: 100%;
            border: 1px solid transparent;
            border-radius: 6px;
            padding: 9px 11px;
            background: transparent;
            color: var(--ink);
            font: inherit;
            font-weight: 800;
            text-align: left;
            text-decoration: none;
            cursor: pointer;
        }
        .account-side-nav a[aria-current="page"],
        .account-side-nav a:hover,
        .account-side-nav button:hover {
            border-color: var(--line);
            background: rgba(237, 236, 236, 0.72);
        }
        .account-side-nav form {
            margin: 4px 0 0;
            padding-top: 8px;
            border-top: 1px solid var(--line);
        }
        .account-tool-grid a {
            display: grid;
            gap: 4px;
            min-width: 0;
            padding: 14px;
            border: 1px solid var(--line);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.64);
            color: var(--ink);
            text-decoration: none;
        }
        .account-tool-grid strong {
            font-size: 16px;
        }
        .account-tool-grid span {
            color: var(--muted);
            font-size: 13px;
            line-height: 1.35;
        }
        .account-alert {
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 14px 16px;
            background: #fff;
            color: var(--ink);
            font-weight: 700;
        }
        .account-alert-error {
            border-color: #c96b5a;
            background: #fff5f2;
        }
        .account-alert-success {
            border-color: #8aa36f;
            background: #f4faef;
        }
        .account-status-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin: 24px 0;
        }
        .account-status-grid div {
            min-width: 0;
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 14px;
            background: rgba(255, 255, 255, 0.64);
        }
        .account-status-grid span {
            display: block;
            margin-bottom: 5px;
            color: var(--muted);
            font-size: 11px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .account-status-grid strong {
            display: block;
            overflow-wrap: anywhere;
            color: var(--ink);
            font-size: 15px;
        }
        .account-actions {
            display: flex;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
        }
        .account-actions form {
            margin: 0;
        }
        .account-link-button {
            background: transparent;
            color: var(--ink);
            border-color: var(--line);
        }
        .account-order-list {
            display: grid;
            gap: 16px;
            margin-top: 22px;
        }
        .account-order-card {
            border: 1px solid var(--line);
            border-radius: 8px;
            padding: 16px;
            background: rgba(255, 255, 255, 0.68);
        }
        .account-order-head {
            display: flex;
            justify-content: space-between;
            gap: 18px;
        }
        .account-order-head div {
            display: grid;
            gap: 3px;
        }
        .account-order-head div:last-child {
            text-align: right;
        }
        .account-order-head strong {
            color: var(--ink);
            font-size: 16px;
        }
        .account-order-head span,
        .account-order-meta {
            color: var(--muted);
            font-size: 13px;
        }
        .account-order-table-wrap {
            margin-top: 14px;
            overflow-x: auto;
        }
        .account-order-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 14px;
        }
        .account-order-table th,
        .account-order-table td {
            padding: 10px 8px;
            border-top: 1px solid var(--line);
            text-align: left;
            vertical-align: top;
        }
        .account-order-table th {
            color: var(--muted);
            font-size: 11px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .form-row {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 24px;
        }
        input[type="search"] {
            min-height: 44px;
            flex: 1 1 260px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 10px 12px;
            font: inherit;
            background: white;
        }
        .search-discovery-page {
            background: #f4f1e8;
        }
        .search-discovery-page .main {
            width: 100%;
            padding: 0;
        }
        .search-discovery-hero {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.62fr);
            gap: clamp(24px, 5vw, 90px);
            align-items: end;
            padding: clamp(92px, 12vw, 164px) max(22px, 5vw) clamp(44px, 7vw, 88px);
            background:
                linear-gradient(135deg, #f4f1e8 0%, #ebe4d7 58%, #dcd1c0 100%);
            color: var(--ink);
        }
        .search-discovery-page:not(.shop-discovery-page) {
            background: var(--print-category-bg);
        }
        .search-discovery-page:not(.shop-discovery-page) .search-discovery-hero {
            background: var(--print-category-bg);
        }
        .search-discovery-hero h1 {
            max-width: 980px;
            color: #000000;
            font-family: var(--display-font);
            font-size: clamp(46px, 7vw, 118px);
            font-weight: var(--display-weight);
            line-height: 0.95;
        }
        .search-discovery-hero > p,
        .search-discovery-hero p {
            max-width: 620px;
            margin: 0;
            color: #000000;
            font-size: clamp(17px, 1.55vw, 24px);
            line-height: 1.38;
        }
        .search-discovery-shell {
            padding: 0 max(18px, 4vw) clamp(60px, 8vw, 120px);
            scroll-margin-top: 112px;
        }
        .search-discovery-shell.is-direct-results {
            padding-top: clamp(94px, 10vw, 132px);
        }
        .search-results-page .search-discovery-shell,
        .search-results-page .search-discovery-shell.is-direct-results {
            padding-top: clamp(18px, 3vw, 36px);
        }
        .search-discovery-form {
            display: grid;
            gap: 20px;
        }
        .search-command-bar {
            position: sticky;
            top: 72px;
            z-index: 4;
            display: grid;
            grid-template-columns: minmax(280px, 1fr) minmax(160px, 220px) minmax(116px, 150px) auto auto;
            gap: 12px;
            align-items: end;
            padding: 18px;
            margin-top: -34px;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(255, 255, 255, 0.94);
            box-shadow: 0 18px 45px rgba(24, 33, 31, 0.12);
            backdrop-filter: blur(16px);
        }
        .mobile-filter-trigger {
            display: none;
        }
        .search-discovery-shell.is-direct-results .search-command-bar {
            margin-top: 0;
        }
        .search-results-page .search-command-bar {
            margin-top: 0;
        }
        .search-field,
        .sort-field,
        .price-range-inputs label {
            display: grid;
            gap: 7px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .search-field {
            position: relative;
        }
        .search-autocomplete-panel {
            position: absolute;
            z-index: 50;
            top: calc(100% + 6px);
            left: 0;
            right: 0;
            display: grid;
            gap: 4px;
            max-height: min(420px, 70vh);
            overflow: auto;
            padding: 6px;
            border: 1px solid rgba(24, 33, 31, 0.16);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.98);
            box-shadow: 0 18px 46px rgba(24, 33, 31, 0.16);
            letter-spacing: 0;
            text-transform: none;
        }
        .search-autocomplete-panel[hidden] {
            display: none !important;
        }
        .search-field-help {
            color: var(--muted);
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 1.35;
            text-transform: none;
        }
        .search-autocomplete-item {
            min-height: 58px;
            display: grid;
            grid-template-columns: 52px minmax(0, 1fr);
            gap: 10px;
            align-items: center;
            padding: 7px;
            border-radius: 6px;
            color: var(--ink);
            text-decoration: none;
        }
        .search-autocomplete-item:hover,
        .search-autocomplete-item:focus-visible {
            background: rgba(24, 33, 31, 0.06);
            outline: none;
        }
        .search-autocomplete-item img {
            width: 52px;
            height: 44px;
            object-fit: cover;
            background: #f4f1ea;
        }
        .search-autocomplete-item strong,
        .search-autocomplete-item span {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .search-autocomplete-item strong {
            font-size: 14px;
            line-height: 1.2;
        }
        .search-autocomplete-item span {
            color: var(--muted);
            font-size: 12px;
        }
        .search-field input,
        .sort-field select,
        .price-range-inputs input {
            width: 100%;
            height: 46px;
            min-height: 46px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            border-radius: 0;
            padding: 10px 12px;
            background: white;
            color: var(--ink);
            font: inherit;
            letter-spacing: 0;
            text-transform: none;
        }
        .search-results-summary {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
            color: var(--muted);
            font-size: 14px;
        }
        .search-results-summary strong {
            color: var(--ink);
            font-size: 30px;
            line-height: 1;
        }
        .search-results-summary span,
        .search-results-summary a {
            min-height: 30px;
            display: inline-flex;
            align-items: center;
            border: 1px solid rgba(24, 33, 31, 0.12);
            padding: 5px 10px;
            background: rgba(255, 255, 255, 0.56);
        }
        .search-results-summary a {
            color: var(--ink);
            font-weight: 850;
            text-decoration: none;
        }
        .search-results-summary a:hover,
        .search-results-summary a:focus-visible {
            border-color: var(--ink);
            background: var(--ink);
            color: #fff;
        }
        .search-discovery-layout {
            display: grid;
            grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
            gap: clamp(22px, 3vw, 46px);
            align-items: start;
        }
        .filter-drawer {
            min-width: 0;
        }
        .filter-drawer > summary {
            display: none;
        }
        .search-filter-panel {
            position: sticky;
            top: 168px;
            max-height: calc(100vh - 188px);
            overflow: auto;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: rgba(255, 255, 255, 0.72);
        }
        .filter-panel-heading {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            align-items: center;
            padding: 18px;
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
        }
        .filter-panel-heading h2 {
            margin: 0;
            font-family: var(--display-font);
            font-size: 30px;
            font-weight: var(--display-weight);
        }
        .filter-panel-heading span {
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .filter-group {
            border-bottom: 1px solid rgba(24, 33, 31, 0.1);
            padding: 12px 18px 16px;
        }
        .filter-group summary {
            cursor: pointer;
            padding: 8px 0;
            color: var(--ink);
            font-weight: 900;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            font-size: 12px;
        }
        .filter-choice {
            min-height: 34px;
            display: grid;
            grid-template-columns: auto minmax(0, 1fr) auto;
            gap: 9px;
            align-items: center;
            padding: 5px 0;
            color: var(--ink);
            font-size: 14px;
        }
        .filter-choice input {
            accent-color: var(--ink);
        }
        .filter-choice em {
            color: var(--muted);
            font-style: normal;
            font-size: 12px;
        }
        .gift-toggle {
            margin-top: 8px;
            border-top: 1px dashed rgba(24, 33, 31, 0.16);
            padding-top: 12px;
        }
        .price-band-list {
            display: grid;
            gap: 2px;
        }
        .price-range-inputs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            margin-top: 12px;
        }
        .search-product-stage {
            min-width: 0;
        }
        .collection-product-grid {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        }
        .print-collection-page .collection-product-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
        .collection-support-section {
            width: min(1180px, calc(100% - 40px));
            display: grid;
            gap: clamp(24px, 3vw, 38px);
            margin: clamp(42px, 6vw, 86px) auto 0;
            padding: clamp(30px, 5vw, 58px);
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #ffffff;
            box-shadow: 0 24px 70px rgba(24, 33, 31, 0.07);
        }
        .collection-support-section h2,
        .collection-support-section h3 {
            max-width: 900px;
            margin: 0;
            color: var(--ink);
            font-family: var(--display-font);
            font-weight: var(--display-weight);
            line-height: 1.08;
        }
        .collection-support-section h2 {
            font-size: clamp(34px, 4.5vw, 58px);
        }
        .collection-support-section h3 {
            font-size: clamp(22px, 2.5vw, 32px);
        }
        .collection-support-section .intro {
            max-width: 850px;
            margin: 0;
            color: var(--muted);
            font-size: clamp(18px, 2vw, 23px);
            line-height: 1.62;
        }
        .collection-support-section .content-list {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .collection-support-section .content-list li {
            min-height: 112px;
            display: flex;
            align-items: flex-start;
            gap: 12px;
            padding: 18px;
            border: 1px solid rgba(24, 33, 31, 0.1);
            background: #f7f7f5;
            color: var(--ink);
            font-weight: 700;
            line-height: 1.48;
        }
        .collection-support-section .content-list li::before {
            content: "";
            flex: 0 0 auto;
            width: 8px;
            height: 8px;
            margin-top: 8px;
            border-radius: 999px;
            background: #a36d32;
        }
        .collection-support-section .tag-link-list {
            gap: 12px;
        }
        .collection-support-section .tag-link {
            min-height: 42px;
            padding: 10px 16px;
            background: #ffffff;
            font-weight: 800;
        }
        .collection-support-section .print-accordion {
            gap: 12px;
        }
        .collection-support-section .print-accordion details {
            padding: 0;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: #f8f8f6;
        }
        .collection-support-section .print-accordion summary {
            padding: 18px 20px;
            color: var(--ink);
            font-size: 17px;
            line-height: 1.35;
        }
        .collection-support-section .print-accordion p {
            max-width: 840px;
            margin: 0;
            padding: 0 20px 20px;
            color: var(--muted);
            line-height: 1.7;
        }
        .search-pagination {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            align-items: center;
            justify-content: center;
            margin-top: clamp(24px, 4vw, 44px);
        }
        .search-pagination a,
        .search-pagination span {
            min-width: 40px;
            min-height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(24, 33, 31, 0.14);
            padding: 8px 12px;
            background: rgba(255, 255, 255, 0.68);
            color: var(--ink);
            font-size: 14px;
            font-weight: 800;
            text-decoration: none;
        }
        .search-pagination a:hover,
        .search-pagination span[aria-current="page"] {
            background: var(--ink);
            border-color: var(--ink);
            color: #ffffff;
        }
        .search-product-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: clamp(16px, 2vw, 30px);
        }
        .search-product-card {
            min-width: 0;
            background: rgba(255, 255, 255, 0.62);
            border: 1px solid rgba(24, 33, 31, 0.1);
        }
        .search-product-card a {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none;
        }
        .search-product-image {
            display: grid;
            place-items: center;
            aspect-ratio: 4 / 3;
            overflow: hidden;
            background: #dfe4df;
            color: var(--muted);
        }
        .search-product-print .search-product-image {
            aspect-ratio: 3 / 2;
        }
        .search-product-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            transition: filter 420ms ease;
        }
        .print-showcase-media,
        .aspect-media,
        .product-card-print .product-image,
        .search-product-print .search-product-image {
            aspect-ratio: 1 / 1;
        }
        .print-showcase-media img,
        .aspect-media img,
        .product-card-print .product-image img,
        .search-product-print .search-product-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
        }
        .print-showcase-media,
        .aspect-media,
        .product-card-print .product-image,
        .search-product-print .search-product-image {
            display: grid;
            place-items: center;
            overflow: hidden;
            background: var(--print-category-bg);
        }
        .product-card-print .product-image,
        .search-product-print .search-product-image {
            padding: clamp(8px, 1vw, 14px);
        }
        .print-showcase-media img,
        .aspect-media img,
        .product-card-print .product-image img,
        .search-product-print .search-product-image img,
        .collection-product-grid .product-card-print img {
            display: block;
            width: 100% !important;
            height: 100% !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain !important;
            object-position: center center !important;
        }
        .print-showcase-tile-format-vertical .print-showcase-media {
            aspect-ratio: 3 / 4;
        }
        .print-showcase-tile-format-panoramic .print-showcase-media {
            aspect-ratio: 3 / 1;
        }
        .print-showcase-tile-format-megapan .print-showcase-media {
            aspect-ratio: 5 / 1;
        }
        .print-showcase-tile-format-classic .print-showcase-media {
            aspect-ratio: 4 / 3;
        }
        .print-showcase-tile-format-square .print-showcase-media {
            aspect-ratio: 1 / 1;
        }
        .print-showcase-tile-format-vertical .print-showcase-media,
        .print-showcase-tile-format-panoramic .print-showcase-media,
        .print-showcase-tile-format-megapan .print-showcase-media,
        .print-showcase-tile-format-classic .print-showcase-media,
        .print-showcase-tile-format-square .print-showcase-media {
            aspect-ratio: 1 / 1;
        }
        .prints-showcase-page .print-showcase-media {
            background: #171c19;
        }
        .prints-showcase-page .print-showcase-media img {
            filter: none;
        }
        .prints-showcase-page .print-showcase-tile a:hover img {
            filter: saturate(1.06);
        }
        .collection-product-grid {
            align-items: stretch;
            grid-auto-rows: 1fr;
        }
        .collection-product-grid .product-card,
        .search-product-grid .search-product-card {
            height: 100%;
        }
        .collection-product-grid .product-card > a,
        .search-product-grid .search-product-card > a {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
        }
        .collection-product-grid .product-card-print .product-image,
        .search-product-print .search-product-image {
            aspect-ratio: 1 / 1;
        }
        .product-card-print .product-image img,
        .search-product-print .search-product-image img {
            width: auto !important;
            height: auto !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain !important;
            object-position: center center !important;
        }
        .artwork-fit-frame {
            display: grid !important;
            place-items: center;
            overflow: hidden;
            min-width: 0;
        }
        .artwork-fit-frame .artwork-fit-image {
            display: block;
            width: auto !important;
            height: auto !important;
            max-width: 100% !important;
            max-height: 100% !important;
            object-fit: contain !important;
            object-position: center center !important;
            flex: 0 0 auto;
        }
        .artwork-fit-frame[data-fit-axis="width"] .artwork-fit-image,
        .artwork-fit-frame[data-fit-axis="height"] .artwork-fit-image {
            object-fit: contain !important;
        }
        .artwork-fit-frame-hero,
        .purchase-preview-frame.artwork-fit-frame {
            overflow: visible;
        }
        .purchase-preview-frame.artwork-fit-frame:not(.is-unframed):not(.uses-css-frame) {
            overflow: hidden;
        }
        .artwork-fit-frame.is-artwork-portrait .artwork-fit-image,
        .artwork-fit-frame.is-artwork-vertical .artwork-fit-image {
            max-height: 100% !important;
        }
        .artwork-fit-frame.is-artwork-panorama .artwork-fit-image {
            max-width: 100% !important;
        }
        .search-product-card a:hover img {
            filter: saturate(1.06);
        }
        .search-product-copy {
            display: grid;
            gap: 7px;
            padding: 15px;
        }
        .search-product-type {
            color: var(--ochre);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .search-product-copy strong {
            color: var(--ink);
            font-size: 18px;
            line-height: 1.18;
        }
        .search-product-meta {
            min-height: 18px;
            color: var(--muted);
            font-size: 13px;
        }
        .search-product-price {
            color: var(--ink);
            font-weight: 900;
        }
        .shop-discovery-page {
            background: #f7f8f4;
        }
        .shop-discovery-shell {
            padding-top: clamp(8px, 1.2vw, 18px);
        }
        .shop-discovery-hero {
            grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.52fr);
            gap: clamp(20px, 4vw, 76px);
            background:
                linear-gradient(135deg, #f8faf5 0%, #eef4ee 45%, #dbe8e3 100%);
            padding-top: clamp(20px, 3.2vw, 38px);
            padding-bottom: clamp(12px, 1.8vw, 22px);
            border-bottom: 1px solid rgba(24, 33, 31, 0.08);
        }
        .shop-discovery-hero h1 {
            max-width: 940px;
            font-size: clamp(34px, 4.1vw, 64px);
            line-height: 0.98;
        }
        .shop-discovery-hero > p {
            max-width: 560px;
            font-size: clamp(16px, 1.25vw, 21px);
        }
        .shop-command-bar {
            grid-template-columns: minmax(260px, 1fr) minmax(150px, 220px) minmax(132px, 150px) auto;
            border-color: rgba(39, 100, 119, 0.16);
            margin-top: 0;
            padding: 12px;
            box-shadow: none;
            background: rgba(255, 255, 255, 0.96);
        }
        .shop-command-bar .button {
            min-height: 46px;
            white-space: nowrap;
        }
        .shop-quick-row,
        .shop-category-strip,
        .active-filter-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            align-items: center;
        }
        .shop-quick-row a,
        .shop-category-chip,
        .active-filter-row a {
            min-height: 44px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(24, 33, 31, 0.14);
            padding: 9px 14px;
            background: rgba(255, 255, 255, 0.78);
            color: var(--ink);
            text-decoration: none;
            font-size: 13px;
            font-weight: 900;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .shop-quick-row a {
            border-color: rgba(39, 100, 119, 0.22);
            background: #ffffff;
            color: var(--sea);
        }
        .shop-category-strip {
            padding-bottom: 4px;
        }
        .active-filter-row {
            border: 1px solid rgba(24, 33, 31, 0.1);
            padding: 12px;
            background: rgba(255, 255, 255, 0.64);
        }
        .active-filter-row a {
            min-height: 38px;
            border-color: rgba(163, 109, 50, 0.26);
            color: var(--ochre);
            padding: 7px 11px;
            font-size: 12px;
        }
        .active-filter-row span {
            margin-left: 8px;
            color: var(--muted);
            font-size: 10px;
        }
        .shop-filter-panel {
            background: rgba(255, 255, 255, 0.88);
        }
        .shop-discovery-page .search-results-summary {
            gap: 8px;
            margin-top: -4px;
        }
        .shop-discovery-page .search-results-summary strong {
            font-size: 26px;
        }
        .shop-discovery-page .search-results-summary span {
            min-height: 28px;
            padding: 4px 9px;
        }
        .shop-product-grid {
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        }
        .shop-product-card {
            display: grid;
            grid-template-rows: auto auto;
            background: #ffffff;
        }
        .search-product-grid .shop-product-card > a {
            height: auto;
        }
        .shop-card-purchase {
            display: grid;
            gap: 10px;
            padding: 0 15px 15px;
        }
        .shop-card-quantity {
            display: grid;
            grid-template-columns: auto minmax(0, 1fr);
            gap: 10px;
            align-items: center;
            color: var(--ink);
            font-size: 13px;
            font-weight: 900;
        }
        .shop-card-quantity input {
            width: 100%;
            min-height: 40px;
            border: 1px solid var(--line);
            border-radius: 6px;
            padding: 8px 10px;
            background: #ffffff;
            color: var(--ink);
            font: inherit;
            text-align: center;
        }
        .shop-card-actions {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 8px;
        }
        .shop-card-actions .button {
            width: 100%;
            min-height: 42px;
            padding: 8px 9px;
            font-size: 13px;
            line-height: 1.1;
        }
        .shop-card-purchase-form {
            display: none;
        }
        .shop-product-card a:focus-visible,
        .shop-card-actions .button:focus-visible,
        .shop-card-quantity input:focus-visible,
        .shop-quick-row a:focus-visible,
        .shop-category-chip:focus-visible,
        .active-filter-row a:focus-visible {
            outline: 3px solid rgba(39, 100, 119, 0.38);
            outline-offset: 3px;
        }
        .shop-product-image {
            aspect-ratio: 1 / 1;
            background: #f3f5f1;
        }
        .shop-product-image img {
            padding: 12px;
            object-fit: contain;
            mix-blend-mode: multiply;
        }
        .tours-page {
            background: #ffffff;
        }
        .tours-page .main {
            width: 100%;
            padding: 0;
        }
        .tours-wrap {
            width: min(1800px, calc(100% - 96px));
            margin: 0 auto;
            padding: 42px 0 74px;
        }
        .tours-intro {
            max-width: 1240px;
        }
        .tours-intro h1 {
            max-width: 980px;
            margin: 0 0 clamp(18px, 2.5vw, 32px);
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(46px, 6vw, 104px);
            font-weight: var(--display-weight);
            line-height: var(--display-line-height);
        }
        .tours-intro p {
            margin: 0;
            max-width: 1040px;
            color: var(--muted);
            font-size: clamp(18px, 1.55vw, 24px);
            line-height: 1.45;
        }
        .tours-hero-image {
            margin: 72px 0 52px;
            width: 100%;
        }
        .tours-hero-image img {
            width: 100%;
            aspect-ratio: 1536 / 480;
            object-fit: cover;
        }
        .tour-card-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(280px, 430px));
            gap: 50px;
            align-items: start;
        }
        .tour-card {
            overflow: hidden;
            border-radius: 14px;
            background: #dedede;
        }
        .tour-card a {
            display: block;
            min-height: 100%;
            color: inherit;
            text-decoration: none;
        }
        .tour-card-image {
            display: block;
            aspect-ratio: 430 / 170;
            overflow: hidden;
            background: #d0d0d0;
        }
        .tour-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 420ms ease, filter 420ms ease;
        }
        .tour-card a:hover img {
            transform: scale(1.035);
            filter: saturate(1.06);
        }
        .tour-card-placeholder {
            height: 100%;
            display: grid;
            place-items: center;
            color: #5d6864;
            font-weight: 700;
        }
        .tour-card-body {
            min-height: 310px;
            display: grid;
            align-content: start;
            gap: 26px;
            padding: 12px 18px 28px;
        }
        .tour-card-body strong {
            color: #282c30;
            font-size: clamp(18px, 1.25vw, 24px);
            line-height: 1.42;
        }
        .tour-card-sku {
            color: #6b706f;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .tour-card-body em {
            color: #282c30;
            font-size: clamp(18px, 1.15vw, 22px);
            line-height: 1.55;
        }
        .tour-card-price {
            color: #282c30;
            font-size: 16px;
            font-weight: 800;
        }
        .tour-empty-state {
            max-width: 900px;
            border: 1px solid rgba(49, 141, 175, 0.28);
            background: #f5f8f9;
            padding: 26px 28px;
            color: #25292d;
        }
        .tour-empty-state h2 {
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(28px, 3vw, 42px);
            font-weight: var(--display-weight);
            line-height: 1.04;
        }
        .tour-empty-state p {
            margin-bottom: 10px;
            color: #3a4044;
            font-size: 16px;
        }
        .tour-detail-page {
            background: #ffffff;
        }
        .tour-detail-page .main {
            width: 100%;
            padding: 0;
        }
        .tour-detail-shell {
            background: #ffffff;
            color: #25292d;
        }
        .tour-detail-hero {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
            gap: clamp(30px, 5vw, 92px);
            align-items: end;
            padding: clamp(82px, 9vw, 144px) max(24px, calc(50vw - 760px)) clamp(34px, 5vw, 70px);
        }
        .tour-detail-copy {
            max-width: 920px;
        }
        .tour-detail-copy .section-link {
            margin: 0 0 28px;
            color: #318daf;
        }
        .tour-detail-copy h1 {
            max-width: 980px;
            color: #25292d;
            font-family: var(--display-font);
            font-size: clamp(46px, 6vw, 104px);
            font-weight: var(--display-weight);
            line-height: 0.96;
        }
        .tour-detail-copy > p:not(.eyebrow) {
            max-width: 820px;
            margin-top: 22px;
            color: #3a4044;
            font-size: clamp(19px, 1.55vw, 28px);
            line-height: 1.45;
        }
        .tour-detail-facts {
            display: grid;
            gap: 0;
            align-self: stretch;
            border: 1px solid rgba(37, 41, 45, 0.14);
            background: #f4f1e8;
        }
        .tour-detail-facts div {
            display: grid;
            gap: 6px;
            padding: 17px 20px;
            border-bottom: 1px solid rgba(37, 41, 45, 0.1);
        }
        .tour-detail-facts span {
            color: #6b706f;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .tour-detail-facts strong {
            color: #25292d;
            font-size: 18px;
            line-height: 1.24;
        }
        .tour-detail-facts .button {
            margin: 20px;
            border-radius: 0;
        }
        .tour-detail-main-image {
            width: min(1800px, calc(100% - 96px));
            margin: 0 auto clamp(48px, 7vw, 92px);
        }
        .tour-detail-main-image img {
            width: 100%;
            max-height: 72vh;
            object-fit: cover;
        }
        .tour-detail-content {
            display: grid;
            grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
            gap: clamp(24px, 5vw, 82px);
            width: min(1320px, calc(100% - 64px));
            margin: 0 auto;
            padding: 0 0 clamp(56px, 8vw, 116px);
        }
        .tour-detail-content h2 {
            color: #25292d;
            font-family: var(--display-font);
            font-size: clamp(34px, 4vw, 62px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .tour-detail-text {
            color: #2f3437;
            font-size: clamp(18px, 1.25vw, 22px);
            line-height: 1.75;
            white-space: normal;
        }
        .tour-attachment-gallery {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: clamp(12px, 1.5vw, 24px);
            width: min(1320px, calc(100% - 64px));
            margin: 0 auto clamp(52px, 7vw, 96px);
        }
        .tour-attachment-gallery img {
            width: 100%;
            aspect-ratio: 4 / 3;
            object-fit: cover;
        }
        .tour-file-list {
            display: grid;
            gap: 10px;
            width: min(1320px, calc(100% - 64px));
            margin: 0 auto clamp(58px, 8vw, 110px);
            border-top: 1px solid rgba(37, 41, 45, 0.14);
            padding-top: 28px;
        }
        .tour-file-list h2 {
            margin-bottom: 6px;
            font-family: var(--display-font);
            font-weight: var(--display-weight);
        }
        .tour-file-list a {
            color: #318daf;
            font-weight: 800;
        }
        .god-bless-america-page {
            background: #f6f3eb;
        }
        .god-bless-america-page .main {
            width: 100%;
            max-width: none;
            padding-top: 0;
        }
        .gba-oz-hero {
            display: grid;
            grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
            gap: clamp(36px, 6vw, 96px);
            align-items: center;
            min-height: clamp(580px, 74vh, 820px);
            padding: clamp(64px, 8vw, 118px) max(24px, calc((100vw - 1320px) / 2));
            overflow: hidden;
            background: #15211e;
            color: #fff;
        }
        .gba-oz-hero-copy {
            position: relative;
            z-index: 1;
            max-width: 620px;
        }
        .gba-oz-hero .eyebrow,
        .gba-oz-hero h1,
        .gba-oz-hero p {
            color: inherit;
        }
        .gba-oz-hero h1 {
            max-width: 7.5ch;
            margin: 8px 0 24px;
            font-family: var(--display-font);
            font-size: clamp(58px, 7vw, 116px);
            font-weight: var(--display-weight);
            line-height: 0.9;
        }
        .gba-oz-lead {
            max-width: 590px;
            margin: 0 0 30px;
            color: rgba(255, 255, 255, 0.82) !important;
            font-size: clamp(18px, 1.5vw, 24px);
            line-height: 1.5;
        }
        .gba-oz-hero .button {
            border-color: #fff;
            background: #fff;
            color: #15211e;
        }
        .gba-oz-hero-books {
            position: relative;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(14px, 2vw, 30px);
            align-items: center;
        }
        .gba-oz-hero-books::before {
            content: "";
            position: absolute;
            inset: 14% -10% -20%;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.08);
            filter: blur(48px);
        }
        .gba-oz-hero-books figure {
            position: relative;
            margin: 0;
        }
        .gba-oz-hero-books figure:last-child {
            transform: translateY(34px);
        }
        .gba-oz-hero-books img {
            width: 100%;
            height: auto;
            object-fit: contain;
            display: block;
            box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
        }
        .gba-oz-intro,
        .gba-oz-edition-grid,
        .gba-oz-delivery,
        .gba-oz-final-cta {
            width: min(1180px, calc(100% - 48px));
            margin-right: auto;
            margin-left: auto;
        }
        .gba-oz-intro {
            max-width: 850px;
            padding: clamp(72px, 9vw, 128px) 0 clamp(38px, 5vw, 70px);
            text-align: center;
        }
        .gba-oz-intro h2,
        .gba-oz-delivery h2,
        .gba-oz-final-cta h2 {
            margin: 8px 0 20px;
            font-family: var(--display-font);
            font-size: clamp(40px, 5vw, 72px);
            font-weight: var(--display-weight);
            line-height: 0.98;
        }
        .gba-oz-intro > p:not(.eyebrow) {
            color: #4e5a56;
            font-size: clamp(17px, 1.25vw, 21px);
            line-height: 1.65;
        }
        .gba-oz-dispatch {
            margin: 28px auto 0;
            padding: 18px 22px;
            border: 1px solid rgba(164, 105, 39, 0.42);
            background: #fffaf0;
        }
        .gba-oz-edition-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(22px, 3.5vw, 48px);
            padding-bottom: clamp(76px, 9vw, 126px);
        }
        .gba-oz-edition-card {
            position: relative;
            display: flex;
            min-width: 0;
            flex-direction: column;
            border: 1px solid rgba(24, 33, 31, 0.15);
            background: #fff;
            box-shadow: 0 24px 60px rgba(24, 33, 31, 0.08);
        }
        .gba-oz-edition-card.is-collector {
            border-color: #a46b2d;
            box-shadow: 0 24px 70px rgba(105, 69, 28, 0.14);
        }
        .gba-oz-featured-label {
            position: absolute;
            top: 18px;
            right: 18px;
            z-index: 1;
            padding: 8px 11px;
            background: #a46b2d;
            color: #fff;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .gba-oz-edition-image {
            display: flex;
            align-items: center;
            justify-content: center;
            background: #faf8f5;
            padding: clamp(16px, 2.5vw, 32px);
            min-height: 380px;
        }
        .gba-oz-edition-image img {
            width: 100%;
            height: auto;
            max-height: 480px;
            object-fit: contain;
            display: block;
            margin: 0 auto;
            transition: transform 220ms ease;
        }
        .gba-oz-edition-image:hover img,
        .gba-oz-edition-image:focus-visible img {
            transform: scale(1.02);
        }
        .gba-oz-edition-copy {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            align-items: flex-start;
            padding: clamp(24px, 3.5vw, 44px);
        }
        .gba-oz-edition-copy h3 {
            margin: 5px 0 15px;
            font-family: var(--display-font);
            font-size: clamp(34px, 3.3vw, 54px);
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .gba-oz-edition-copy > p:not(.eyebrow) {
            margin: 0 0 22px;
            color: #4e5a56;
            font-size: 17px;
            line-height: 1.65;
        }
        .gba-oz-edition-copy ul {
            display: grid;
            gap: 9px;
            width: 100%;
            margin: 0 0 28px;
            padding: 22px 0 0 21px;
            border-top: 1px solid rgba(24, 33, 31, 0.12);
        }
        .gba-oz-edition-copy li {
            color: #37423f;
            line-height: 1.45;
        }
        .gba-oz-edition-offer {
            display: flex;
            width: 100%;
            min-height: 72px;
            margin-top: auto;
            margin-bottom: 22px;
            align-items: flex-start;
            justify-content: space-between;
            gap: 14px;
            border-top: 1px solid rgba(24, 33, 31, 0.12);
            padding-top: 22px;
        }
        .gba-oz-price {
            display: grid;
            gap: 3px;
            font-family: var(--copy-font);
            font-size: 23px;
            font-weight: 900;
        }
        .gba-oz-price .price-note,
        .gba-oz-price small {
            color: #69746f;
            font-size: 12px;
            font-weight: 750;
        }
        .gba-oz-price-pending {
            max-width: 260px;
            color: #59645f;
            font-weight: 750;
        }
        .gba-oz-availability {
            flex: 0 0 auto;
            border: 1px solid rgba(164, 107, 45, 0.42);
            padding: 7px 10px;
            color: #85571f;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: 0.06em;
            text-transform: uppercase;
        }
        .gba-oz-edition-copy > .button {
            width: 100%;
            justify-content: center;
        }
        .gba-oz-delivery {
            display: grid;
            grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
            gap: clamp(30px, 6vw, 90px);
            padding: clamp(54px, 7vw, 92px);
            background: #e9e3d4;
        }
        .gba-oz-delivery h2 {
            font-size: clamp(34px, 4vw, 58px);
        }
        .gba-oz-delivery p {
            margin-top: 0;
            color: #3e4945;
            font-size: 18px;
            line-height: 1.65;
        }
        .gba-oz-final-cta {
            max-width: 800px;
            padding: clamp(78px, 10vw, 138px) 0;
            text-align: center;
        }
        .gba-oz-final-cta .button {
            margin-top: 12px;
        }
        @media (max-width: 900px) {
            .gba-oz-hero {
                grid-template-columns: 1fr;
                min-height: auto;
                padding-right: 24px;
                padding-left: 24px;
            }
            .gba-oz-hero-copy {
                max-width: 720px;
            }
            .gba-oz-hero h1 {
                max-width: none;
            }
            .gba-oz-hero-books {
                width: min(720px, 100%);
            }
            .gba-oz-edition-grid,
            .gba-oz-delivery {
                grid-template-columns: 1fr;
            }
        }
        @media (max-width: 620px) {
            .gba-oz-hero {
                gap: 42px;
                padding: 54px 16px 66px;
            }
            .gba-oz-hero h1 {
                font-size: clamp(52px, 18vw, 76px);
            }
            .gba-oz-hero-books {
                gap: 8px;
            }
            .gba-oz-hero-books figure:last-child {
                transform: translateY(18px);
            }
            .gba-oz-intro,
            .gba-oz-edition-grid,
            .gba-oz-delivery,
            .gba-oz-final-cta {
                width: calc(100% - 32px);
            }
            .gba-oz-edition-grid {
                grid-template-columns: 1fr;
            }
            .gba-oz-edition-copy {
                padding: 24px 20px;
            }
            .gba-oz-edition-offer {
                flex-direction: column;
            }
            .gba-oz-delivery {
                padding: 36px 22px;
            }
        }
        .content-page {
            background: #fbfbf7;
        }
        .content-page .main {
            width: 100%;
            padding-top: 0;
        }
        .content-page-shell {
            background: #fbfbf7;
            color: var(--ink);
        }
        .content-page-hero {
            position: relative;
            display: grid;
            min-height: min(620px, 66vh);
            align-items: end;
            overflow: hidden;
            background: #111816;
            color: white;
            margin-bottom: clamp(48px, 7vw, 92px);
        }
        .content-page-hero img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: brightness(0.72) saturate(1.03);
        }
        .content-page-hero::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(0deg, rgba(5, 10, 9, 0.76), rgba(5, 10, 9, 0.18) 54%, rgba(5, 10, 9, 0.34));
            z-index: 1;
        }
        .content-page-hero-credit {
            position: absolute;
            right: 20px;
            bottom: 14px;
            z-index: 3;
            margin: 0;
            color: rgba(255, 255, 255, 0.82);
            font-family: var(--copy-font);
            font-size: 12px;
            line-height: 1.4;
            text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
        }
        .content-page-hero-plain {
            min-height: auto;
            background: #f4f1e8;
            color: var(--ink);
            padding-top: clamp(80px, 9vw, 132px);
        }
        .content-page-hero-plain::after {
            display: none;
        }
        .content-page-hero-copy {
            position: relative;
            z-index: 2;
            width: min(1180px, calc(100% - 48px));
            margin: 0 auto;
            padding: clamp(78px, 10vw, 150px) 0 clamp(42px, 6vw, 86px);
        }
        .content-page-hero-copy h1 {
            max-width: 980px;
            color: inherit;
            font-family: var(--display-font);
            font-size: clamp(44px, 7vw, 112px);
            font-weight: var(--display-weight);
            line-height: 0.96;
        }
        .content-page-hero-copy > p:not(.eyebrow) {
            max-width: 760px;
            margin-top: 22px;
            color: inherit;
            opacity: 0.82;
            font-size: clamp(18px, 1.55vw, 24px);
            line-height: 1.42;
        }
        .content-page-hero-inner {
            position: relative;
            z-index: 2;
            width: min(1180px, calc(100% - 48px));
            margin: 0 auto;
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
            gap: clamp(28px, 5vw, 72px);
            align-items: end;
            padding: clamp(78px, 10vw, 150px) 0 clamp(42px, 6vw, 86px);
        }
        .content-page-hero-with-portrait .content-page-hero-copy {
            width: auto;
            margin: 0;
            padding: 0;
        }
        .content-page-hero-portrait {
            margin: 0;
            justify-self: end;
            width: min(360px, 100%);
        }
        .content-page-hero .content-page-hero-portrait img {
            position: static;
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
            filter: none;
            box-shadow: 0 24px 64px rgba(12, 24, 18, 0.14);
        }
        .content-page-photo-credit {
            margin-top: 10px;
            color: #68736f;
            font-family: var(--copy-font);
            font-size: 13px;
            line-height: 1.4;
            text-align: right;
        }
        .content-page-hero-portrait .content-page-photo-credit {
            color: rgba(255, 255, 255, 0.72);
        }
        .content-page-content {
            width: min(1180px, calc(100% - 48px));
            margin: 0 auto clamp(68px, 9vw, 132px);
        }
        .content-page-content h2 {
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(28px, 3.2vw, 52px);
            font-weight: var(--display-weight);
            line-height: 1.05;
        }
        .content-page-content p,
        .content-page-content li {
            color: #313936;
            font-size: clamp(17px, 1.1vw, 20px);
            line-height: 1.72;
        }
        .content-page-content a {
            color: #276477;
            font-weight: 800;
        }
        .content-page-image-break {
            width: min(1600px, 100%);
            margin: clamp(36px, 5vw, 72px) auto;
        }
        .content-page-image-break img {
            display: block;
            width: 100%;
            height: auto;
        }
        .content-two-column {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: clamp(28px, 5vw, 74px);
            margin-bottom: clamp(40px, 6vw, 84px);
        }
        .content-two-column section {
            min-width: 0;
        }
        .contact-overview-grid {
            display: grid;
            grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1fr);
            gap: clamp(28px, 5vw, 76px);
            align-items: start;
            margin-bottom: clamp(42px, 6vw, 86px);
        }
        .contact-details-panel,
        .contact-form-panel {
            min-width: 0;
        }
        .contact-details-panel h2,
        .contact-form-panel h2 {
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(163, 109, 50, 0.42);
            font-size: clamp(26px, 2.8vw, 42px);
        }
        .contact-details-panel p {
            margin: 0 0 22px;
        }
        .contact-form-panel .account-form {
            margin-top: 18px;
        }
        .contact-form-grid {
            gap: 18px;
        }
        .contact-form-grid textarea {
            min-height: 150px;
        }
        .contact-map-section {
            width: 100%;
            overflow: hidden;
            border: 1px solid rgba(24, 33, 31, 0.12);
            background: #edecec;
        }
        .contact-map-section iframe {
            display: block;
            width: 100%;
            height: clamp(360px, 48vw, 620px);
            border: 0;
        }
        .content-feature-line {
            margin: clamp(34px, 5vw, 70px) 0;
            color: #aa874f;
            font-family: var(--display-font);
            font-size: clamp(28px, 4vw, 56px);
            line-height: 1.08;
            text-align: center;
        }
        .content-inline-image {
            margin: clamp(36px, 6vw, 86px) 0;
        }
        .content-inline-image img {
            width: 100%;
            max-height: 620px;
            object-fit: cover;
        }
        .content-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px 42px;
            padding-left: 20px;
        }
        .content-card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 18px;
        }
        .content-card-link {
            min-height: 170px;
            display: grid;
            align-content: end;
            gap: 12px;
            padding: 22px;
            border: 1px solid rgba(24, 33, 31, 0.14);
            background: #ffffff;
            color: var(--ink);
            text-decoration: none;
        }
        .content-card-link span {
            color: #a36d32;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .content-card-link strong {
            color: var(--ink);
            font-size: 20px;
            line-height: 1.25;
        }
        .content-card-link:hover {
            border-color: rgba(24, 33, 31, 0.34);
            box-shadow: 0 18px 42px rgba(24, 33, 31, 0.08);
        }
        .content-faq-band {
            margin-top: 34px;
            padding: 28px;
            background: #f4f1e8;
            border: 1px solid rgba(24, 33, 31, 0.12);
        }
        .content-faq-tabs {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin: 0 0 28px;
        }
        .content-faq-tabs a {
            display: inline-flex;
            align-items: center;
            min-height: 42px;
            padding: 9px 14px;
            border: 1px solid var(--line);
            border-radius: 999px;
            background: #ffffff;
            color: var(--ink);
            text-decoration: none;
            font-weight: 800;
        }
        .content-faq-tabs a:hover,
        .content-faq-tabs a:focus-visible {
            border-color: var(--ink);
        }
        .content-faq-tabs a.is-active {
            background: var(--ink);
            border-color: var(--ink);
            color: #ffffff;
        }
        .content-faq-group {
            display: grid;
            gap: 12px;
            margin-top: clamp(28px, 5vw, 52px);
            scroll-margin-top: 120px;
        }
        .content-faq-group[hidden] {
            display: none;
        }
        .content-faq-group h2 {
            margin: 0;
            color: var(--ink);
            font-family: var(--display-font);
            font-size: clamp(34px, 5vw, 58px);
            font-weight: var(--display-weight);
            line-height: 1.02;
        }
        .content-faq-group > p {
            max-width: 780px;
            margin: 0;
            color: var(--muted);
        }
        .content-faq-group details {
            border: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 8px;
            background: #ffffff;
            padding: 16px 18px;
        }
        .content-faq-group summary {
            cursor: pointer;
            color: var(--ink);
            font-weight: 900;
            line-height: 1.35;
        }
        .content-faq-group p {
            margin: 12px 0 0;
            max-width: 840px;
            color: var(--muted);
            line-height: 1.7;
        }
        .region-site-prompt {
            position: fixed;
            right: 20px;
            bottom: 20px;
            z-index: 10000;
            width: min(430px, calc(100% - 40px));
            display: grid;
            gap: 14px;
            padding: 22px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            border-radius: 8px;
            background: #ffffff;
            color: var(--ink);
            box-shadow: 0 20px 54px rgba(24, 33, 31, 0.22);
        }
        .region-site-prompt[hidden] {
            display: none;
        }
        .region-site-prompt-close {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 36px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            background: transparent;
            color: var(--muted);
            font: 26px/1 Arial, sans-serif;
            cursor: pointer;
        }
        .region-site-prompt-close:hover,
        .region-site-prompt-close:focus-visible {
            background: var(--print-category-bg);
            color: var(--ink);
            outline: none;
        }
        .region-site-prompt-kicker {
            margin: 0;
            padding-right: 40px;
            color: var(--ochre);
            font-family: var(--copy-font);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .region-site-prompt h2 {
            margin: 0;
            padding-right: 32px;
            font-family: var(--display-font);
            font-size: 30px;
            font-weight: 500;
            line-height: 1.05;
        }
        .region-site-prompt-copy {
            margin: 0;
            color: var(--muted);
            font-family: var(--copy-font);
            font-size: 14px;
            line-height: 1.55;
        }
        .region-site-prompt-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
        }
        .region-site-prompt-actions .button {
            flex: 1 1 180px;
        }
        .region-site-prompt-stay {
            min-height: 40px;
            padding: 8px 4px;
            border: 0;
            background: transparent;
            color: var(--ink);
            font-family: var(--copy-font);
            font-size: 13px;
            font-weight: 700;
            text-decoration: underline;
            text-underline-offset: 3px;
            cursor: pointer;
        }
        @media (max-width: 560px) {
            .region-site-prompt {
                right: 12px;
                bottom: 12px;
                width: calc(100% - 24px);
                padding: 18px;
            }
            .region-site-prompt h2 {
                font-size: 27px;
            }
            .region-site-prompt-actions {
                display: grid;
                grid-template-columns: 1fr;
            }
            .region-site-prompt-actions .button {
                width: 100%;
            }
        }
        .site-footer {
            border-top: 0;
            padding: 58px 0 46px;
            background: #070908;
            color: rgba(255, 255, 255, 0.68);
            font-size: 14px;
        }
        .footer-inner {
            width: min(1440px, calc(100% - 56px));
            display: grid;
            grid-template-columns: minmax(280px, 1.35fr) repeat(5, minmax(130px, 0.8fr));
            gap: clamp(24px, 3vw, 48px);
            align-items: start;
        }
        .footer-brand {
            max-width: 450px;
        }
        .footer-brand h2 {
            margin: 0 0 18px;
            color: #ffffff;
            font-family: var(--display-font);
            font-size: 30px;
            font-weight: var(--display-weight);
            line-height: 1;
        }
        .footer-note {
            margin: 0 0 14px;
            color: rgba(255, 255, 255, 0.68);
            line-height: 1.72;
        }
        .footer-social {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: 22px;
        }
        .footer-social a,
        .footer-column a {
            color: rgba(255, 255, 255, 0.78);
            text-decoration: none;
        }
        .footer-social a {
            width: 38px;
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(255, 255, 255, 0.24);
            border-radius: 999px;
            color: #ffffff;
        }
        .footer-social a:hover {
            border-color: rgba(255, 255, 255, 0.62);
            background: rgba(255, 255, 255, 0.08);
        }
        .footer-social svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }
        .footer-social-label {
            position: absolute;
            width: 1px;
            height: 1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
        }
        .footer-column h3 {
            margin: 0 0 15px;
            color: #ffffff;
            font-size: 12px;
            font-weight: 900;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .footer-column h3 a {
            color: #ffffff;
            text-decoration: none;
        }
        .footer-column h3:not(:first-child) {
            margin-top: 28px;
        }
        .footer-column a {
            display: block;
            margin: 0 0 8px;
            line-height: 1.35;
        }
        .footer-column a:hover,
        .footer-social a:hover {
            color: #ffffff;
        }
        .footer-contact p {
            margin: 0 0 12px;
            line-height: 1.6;
        }
        .footer-contact a {
            display: inline;
        }
        @media (max-width: 1100px) {
            .home-newsletter-band {
                grid-template-columns: 1fr;
                align-items: start;
            }
            .home-newsletter-band .button {
                justify-self: start;
            }
            .home-section-heading {
                grid-template-columns: 1fr;
            }
            .home-section-heading p,
            .home-section-heading .section-link {
                grid-column: 1;
            }
            .home-link-grid,
            .home-featured-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .tour-detail-hero {
                grid-template-columns: 1fr;
            }
            .tour-detail-facts {
                align-self: start;
            }
            .tour-detail-content {
                grid-template-columns: 1fr;
            }
            .tour-attachment-gallery {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .collection-support-section .content-list {
                grid-template-columns: 1fr;
            }
            .print-collection-page .collection-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .shop-seo-category-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .footer-inner {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
            .footer-brand {
                grid-column: 1 / -1;
                max-width: 760px;
            }
        }
        @media (max-width: 1320px) {
            .home-immersive .header-inner {
                width: calc(100% - 56px);
                gap: 26px;
                min-height: 132px;
            }
            .home-immersive .brand {
                width: clamp(230px, 18vw, 300px);
                height: clamp(51px, 4vw, 67px);
            }
            .home-immersive .site-nav {
                gap: 24px;
            }
            .home-immersive .site-nav a {
                font-size: 13px;
            }
        }
        @media (min-width: 1401px) and (max-width: 1500px) {
            .header-inner {
                width: min(1460px, calc(100% - 32px));
                gap: 10px;
            }
            .brand .brand-logo {
                width: 190px;
            }
            .site-nav,
            .header-utilities {
                gap: 2px;
            }
            .site-nav a,
            .utility-link {
                padding: 8px 9px;
                font-size: 13px;
            }
            .header-search-form {
                flex-basis: clamp(160px, 14vw, 220px);
                gap: 5px;
            }
            .header-search-form input,
            .header-search-form button {
                min-height: 38px;
            }
            .header-search-form button {
                padding: 8px 10px;
                font-size: 13px;
            }
        }
        @media (min-width: 1501px) and (max-width: 1780px) {
            .header-inner {
                width: min(1640px, calc(100% - 32px));
                flex-wrap: wrap;
                gap: 8px 12px;
                min-height: 84px;
                padding: 8px 0;
            }
            .brand .brand-logo {
                width: clamp(184px, 14vw, 220px);
            }
            .site-nav {
                flex: 1 1 520px;
                flex-wrap: wrap;
                justify-content: center;
                gap: 4px 8px;
            }
            .site-nav a,
            .utility-link {
                min-height: 34px;
                padding: 6px 8px;
                font-size: 13px;
                line-height: 1.15;
            }
            .site-nav a {
                max-width: 150px;
                white-space: normal;
                text-align: center;
            }
            .site-nav .nav-dropdown a {
                max-width: none;
                min-height: 38px;
                padding: 8px 10px;
                white-space: nowrap;
                text-align: left;
                line-height: 1.25;
            }
            .header-utilities {
                flex: 1 1 360px;
                flex-wrap: wrap;
                gap: 6px;
            }
            .header-search-form {
                flex: 1 1 220px;
                max-width: 320px;
                gap: 5px;
            }
            .home-immersive .header-inner {
                display: grid;
                grid-template-columns: auto minmax(0, 1fr) auto;
                align-items: center;
                gap: 12px 22px;
                min-height: clamp(92px, 7vw, 132px);
            }
            .home-immersive .site-header.is-scrolled .header-inner {
                min-height: 86px;
            }
            .home-immersive .brand {
                position: static;
                width: clamp(220px, 18vw, 300px);
                height: auto;
                transform: none;
            }
            .home-immersive .brand .brand-logo {
                width: 100%;
                height: auto;
            }
            .home-immersive .site-nav {
                grid-column: auto;
                flex-wrap: wrap;
                justify-content: center;
                gap: 6px 14px;
            }
            .home-immersive .site-nav a {
                max-width: 132px;
                min-height: 30px;
                padding: 3px 0;
                white-space: normal;
                text-align: center;
                line-height: 1.12;
                font-size: clamp(12px, 0.78vw, 14px);
            }
            .home-immersive .site-nav .nav-dropdown a {
                max-width: none;
                min-height: 38px;
                padding: 8px 10px;
                text-align: left;
                line-height: 1.25;
                font-size: 13px;
            }
            .home-immersive .header-utilities {
                position: static;
                transform: none;
                flex-wrap: wrap;
                gap: 8px 10px;
                min-width: 0;
            }
            .home-immersive .header-search-form {
                flex: 1 1 190px;
                min-width: 170px;
                max-width: 280px;
            }
        }
        @media (max-width: 1400px) {
            .home-immersive .site-header {
                opacity: 1;
                animation: none;
            }
            .home-immersive .site-header.is-mobile-menu-open,
            .print-product-page .site-header.is-mobile-menu-open {
                background: rgba(255, 255, 255, 0.98);
                border-bottom: 1px solid rgba(24, 33, 31, 0.12);
                box-shadow: 0 18px 36px rgba(5, 10, 9, 0.18);
                color: var(--ink);
            }
            .site-header.is-mobile-menu-open {
                max-height: 100vh;
                max-height: 100dvh;
                overflow-y: auto;
            }
            .header-inner,
            .home-immersive .header-inner {
                position: relative;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
                align-content: start;
                gap: 12px;
                width: min(1180px, calc(100% - 32px));
                min-height: 64px;
                padding: 10px 0;
            }
            .brand .brand-logo {
                width: min(190px, 48vw);
            }
            .home-immersive .brand {
                position: static;
                width: min(190px, 48vw);
                height: auto;
                transform: none;
            }
            .home-immersive .brand .brand-logo {
                width: 100%;
                height: auto;
            }
            .home-immersive .site-header.is-mobile-menu-open .brand .brand-logo,
            .print-product-page .site-header.is-mobile-menu-open .brand .brand-logo {
                filter: brightness(0);
            }
            .mobile-menu-toggle {
                display: inline-flex;
                justify-self: end;
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon::before {
                top: 6px;
                transform: rotate(45deg);
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon span {
                opacity: 0;
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon::after {
                top: 6px;
                transform: rotate(-45deg);
            }
            .site-nav,
            .header-utilities,
            .home-immersive .site-nav,
            .home-immersive .header-utilities {
                display: none;
                grid-column: 1 / -1;
                width: 100%;
            }
            .site-header.is-mobile-menu-open .site-nav,
            .site-header.is-mobile-menu-open .header-utilities {
                display: grid;
            }
            .site-nav,
            .home-immersive .site-nav {
                grid-column: 1 / -1;
                gap: 4px;
                justify-content: stretch;
                padding-top: 10px;
                border-top: 1px solid var(--line);
            }
            .site-nav a,
            .utility-link,
            .home-immersive .site-nav a,
            .home-immersive .utility-link,
            .print-product-page .site-header.is-mobile-menu-open .site-nav a,
            .print-product-page .site-header.is-mobile-menu-open .utility-link {
                width: 100%;
                min-height: 44px;
                justify-content: flex-start;
                color: var(--ink);
            }
            .home-immersive .site-nav a,
            .home-immersive .site-nav .nav-dropdown a {
                padding: 9px 12px;
                border-radius: 6px;
                font-size: 14px;
                letter-spacing: 0;
                text-transform: none;
            }
            .nav-item {
                display: grid;
                width: 100%;
            }
            .nav-dropdown {
                position: static;
                min-width: 0;
                width: 100%;
                margin: 0 0 8px;
                padding: 4px 0 4px 14px;
                border: 0;
                border-left: 1px solid var(--line);
                background: transparent;
                box-shadow: none;
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
            .nav-dropdown::before {
                content: none;
            }
            .header-utilities,
            .home-immersive .header-utilities {
                position: static;
                right: auto;
                top: auto;
                transform: none;
                grid-template-columns: minmax(0, 1fr);
                gap: 6px;
                justify-content: flex-start;
                padding-bottom: 8px;
            }
            .header-search-form {
                width: 100%;
                min-width: 0;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
            }
            .home-immersive .header-search-form {
                min-width: 0;
                width: 100%;
            }
            .header-utilities .cart-utility,
            .header-utilities .cart-link {
                width: 100%;
            }
            .header-utilities .currency-indicator {
                width: 100%;
                justify-content: center;
                min-height: 40px;
            }
            .account-menu {
                display: grid;
                width: 100%;
            }
            .account-menu-trigger {
                width: 100%;
                color: var(--ink);
            }
            .home-immersive .account-menu .account-menu-trigger {
                width: 100%;
                height: auto;
                overflow: visible;
                color: var(--ink);
            }
            .home-immersive .account-menu .account-menu-trigger::before {
                content: none;
            }
            .home-immersive .account-menu .account-menu-trigger::after {
                position: static;
                width: 7px;
                height: 7px;
                border-right: 1px solid currentColor;
                border-bottom: 1px solid currentColor;
                background: transparent;
                transform: translateY(-2px) rotate(45deg);
            }
            .account-menu-panel {
                position: static;
                width: 100%;
                min-width: 0;
                margin: 0 0 8px;
                padding: 4px 0 4px 14px;
                border: 0;
                border-left: 1px solid var(--line);
                background: transparent;
                box-shadow: none;
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
            .account-menu-panel::before {
                content: none;
            }
            .account-menu-panel a {
                width: 100%;
                min-height: 42px;
                color: var(--ink);
            }
            .cart-popover {
                left: 50%;
                right: auto;
                width: min(420px, calc(100vw - 32px));
                transform: translate(-50%, 8px);
            }
            .cart-popover::before {
                left: 0;
                right: auto;
            }
            .cart-utility:hover .cart-popover,
            .cart-utility:focus-within .cart-popover {
                transform: translate(-50%, 0);
            }
            .cart-popover-actions {
                grid-template-columns: 1fr;
            }
            .cart-popover-line {
                grid-template-columns: 62px minmax(0, 1fr);
            }
            .cart-popover-thumb {
                width: 62px;
                height: 56px;
            }
            .cart-popover-qty-form {
                grid-template-columns: 56px auto;
            }
            .cart-popover-qty-form input {
                width: 56px;
            }
        }
        @media (max-width: 1500px) {
            .home-immersive .site-header {
                opacity: 1;
                animation: none;
            }
            .home-immersive .site-header.is-mobile-menu-open {
                max-height: 100vh;
                max-height: 100dvh;
                overflow-y: auto;
                background: rgba(255, 255, 255, 0.98);
                border-bottom: 1px solid rgba(24, 33, 31, 0.12);
                box-shadow: 0 18px 36px rgba(5, 10, 9, 0.18);
                color: var(--ink);
            }
            .home-immersive .header-inner {
                position: relative;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
                align-content: start;
                gap: 12px;
                width: min(1180px, calc(100% - 32px));
                min-height: 64px;
                padding: 10px 0;
            }
            .home-immersive .brand {
                position: static;
                width: min(190px, 48vw);
                height: auto;
                transform: none;
            }
            .home-immersive .brand .brand-logo {
                width: 100%;
                height: auto;
            }
            .home-immersive .site-header.is-mobile-menu-open .brand .brand-logo {
                filter: brightness(0);
            }
            .home-immersive .mobile-menu-toggle {
                display: inline-flex !important;
                justify-self: end;
            }
            .home-immersive .site-nav,
            .home-immersive .header-utilities {
                display: none !important;
                grid-column: 1 / -1;
                width: 100%;
            }
            .home-immersive .site-header.is-mobile-menu-open .site-nav,
            .home-immersive .site-header.is-mobile-menu-open .header-utilities {
                display: grid !important;
            }
            .home-immersive .site-nav {
                gap: 4px;
                justify-content: stretch;
                padding-top: 10px;
                border-top: 1px solid var(--line);
            }
            .home-immersive .site-nav a,
            .home-immersive .site-nav .nav-dropdown a,
            .home-immersive .utility-link {
                width: 100%;
                min-height: 44px;
                justify-content: flex-start;
                padding: 9px 12px;
                border-radius: 6px;
                color: var(--ink);
                font-size: 14px;
                letter-spacing: 0;
                text-transform: none;
            }
            .home-immersive .nav-item {
                display: grid;
                width: 100%;
            }
            .home-immersive .nav-dropdown {
                position: static;
                min-width: 0;
                width: 100%;
                margin: 0 0 8px;
                padding: 4px 0 4px 14px;
                border: 0;
                border-left: 1px solid var(--line);
                background: transparent;
                box-shadow: none;
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
            .home-immersive .nav-dropdown::before {
                content: none;
            }
            .home-immersive .header-utilities {
                position: static;
                right: auto;
                top: auto;
                transform: none;
                grid-template-columns: minmax(0, 1fr);
                gap: 6px;
                justify-content: flex-start;
                padding-bottom: 8px;
            }
            .home-immersive .header-search-form {
                width: 100%;
                min-width: 0;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
            }
            .home-immersive .header-search-form input,
            .home-immersive .header-search-form button {
                min-height: 44px;
            }
            .home-immersive .cart-utility,
            .home-immersive .cart-link {
                width: 100%;
            }
            .home-immersive .account-menu {
                display: grid;
                width: 100%;
            }
            .home-immersive .account-menu .account-menu-trigger {
                width: 100%;
                height: auto;
                min-height: 44px;
                justify-content: flex-start;
                overflow: visible;
                padding: 9px 12px;
                border-radius: 6px;
                color: var(--ink);
                font-size: 14px;
                letter-spacing: 0;
                text-transform: none;
            }
            .home-immersive .account-menu .account-menu-trigger::before {
                content: none;
            }
            .home-immersive .account-menu .account-menu-trigger::after {
                position: static;
                width: 7px;
                height: 7px;
                border-right: 1px solid currentColor;
                border-bottom: 1px solid currentColor;
                background: transparent;
                transform: translateY(-2px) rotate(45deg);
            }
            .home-immersive .account-menu-panel {
                position: static;
                width: 100%;
                min-width: 0;
                margin: 0 0 8px;
                padding: 4px 0 4px 14px;
                border: 0;
                border-left: 1px solid var(--line);
                background: transparent;
                box-shadow: none;
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
            .home-immersive .account-menu-panel::before {
                content: none;
            }
            .home-immersive .account-menu-panel a {
                width: 100%;
                min-height: 42px;
                justify-content: flex-start;
                color: var(--ink);
            }
        }
        @media (max-width: 760px) {
            .home-immersive .site-header {
                opacity: 1;
                animation: none;
            }
            .home-immersive .site-header.is-mobile-menu-open {
                background: rgba(255, 255, 255, 0.98);
                border-bottom: 1px solid rgba(24, 33, 31, 0.12);
                box-shadow: 0 18px 36px rgba(5, 10, 9, 0.18);
                color: var(--ink);
            }
            .header-inner {
                position: relative;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                align-items: center;
                gap: 12px;
                min-height: 64px;
                padding: 10px 0;
            }
            .home-immersive .header-inner {
                width: min(1180px, calc(100% - 32px));
                min-height: 64px;
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 12px;
            }
            .brand .brand-logo {
                width: min(178px, 54vw);
            }
            .home-immersive .brand {
                position: static;
                width: min(178px, 54vw);
                height: auto;
                transform: none;
            }
            .home-immersive .brand .brand-logo {
                width: 100%;
                height: auto;
            }
            .home-immersive .site-header.is-mobile-menu-open .brand .brand-logo {
                filter: brightness(0);
            }
            .mobile-menu-toggle {
                display: inline-flex;
                justify-self: end;
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon::before {
                top: 6px;
                transform: rotate(45deg);
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon span {
                opacity: 0;
            }
            .site-header.is-mobile-menu-open .mobile-menu-icon::after {
                top: 6px;
                transform: rotate(-45deg);
            }
            .site-nav,
            .header-utilities {
                display: none;
                grid-column: 1 / -1;
                width: 100%;
            }
            .header-search-form {
                width: 100%;
                min-width: 0;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
            }
            .site-header.is-mobile-menu-open .site-nav,
            .site-header.is-mobile-menu-open .header-utilities {
                display: grid;
            }
            .site-nav {
                gap: 4px;
                justify-content: stretch;
                padding-top: 10px;
                border-top: 1px solid var(--line);
            }
            .home-immersive .site-nav {
                grid-column: 1 / -1;
                gap: 4px;
                justify-content: stretch;
                padding-top: 10px;
                border-top: 1px solid var(--line);
            }
            .home-immersive .header-utilities {
                grid-column: 1 / -1;
            }
            .home-immersive .site-nav a {
                min-height: 44px;
                padding: 9px 12px;
                border-radius: 6px;
                letter-spacing: 0;
                text-transform: none;
            }
            .home-immersive .site-header.is-mobile-menu-open .site-nav a,
            .home-immersive .site-header.is-mobile-menu-open .utility-link,
            .print-product-page .site-header.is-mobile-menu-open .site-nav a,
            .print-product-page .site-header.is-mobile-menu-open .utility-link {
                color: var(--ink);
            }
            .site-nav a,
            .utility-link {
                width: 100%;
                min-height: 44px;
                justify-content: flex-start;
            }
            .nav-item {
                display: grid;
                width: 100%;
            }
            .nav-dropdown {
                position: static;
                min-width: 0;
                width: 100%;
                margin: 0 0 8px;
                padding: 4px 0 4px 14px;
                border: 0;
                border-left: 1px solid var(--line);
                background: transparent;
                box-shadow: none;
                opacity: 1;
                transform: none;
                pointer-events: auto;
            }
            .nav-dropdown::before {
                content: none;
            }
            .header-utilities {
                gap: 6px;
                justify-content: flex-start;
                padding-bottom: 8px;
            }
            .header-utilities .cart-utility,
            .header-utilities .cart-link {
                width: 100%;
            }
            .cart-popover {
                left: 50%;
                right: auto;
                width: min(420px, calc(100vw - 32px));
                transform: translate(-50%, 8px);
            }
            .cart-popover::before {
                left: 0;
                right: auto;
            }
            .cart-utility:hover .cart-popover,
            .cart-utility:focus-within .cart-popover {
                transform: translate(-50%, 0);
            }
            .cart-popover-actions {
                grid-template-columns: 1fr;
            }
            .cart-popover-line {
                grid-template-columns: 62px minmax(0, 1fr);
            }
            .cart-popover-thumb {
                width: 62px;
                height: 56px;
            }
            .cart-popover-qty-form {
                grid-template-columns: 56px auto;
            }
            .cart-popover-qty-form input {
                width: 56px;
            }
            .account-status-grid {
                grid-template-columns: 1fr;
            }
            .account-page-shell {
                grid-template-columns: 1fr;
            }
            .account-side-nav {
                position: static;
            }
            .account-form-grid,
            .account-preferences > div,
            .account-collection-preferences > div,
            .account-tool-grid {
                grid-template-columns: 1fr;
            }
            .vip-signup-page {
                width: calc(100% - 32px);
                padding: 24px 0 58px;
            }
            .vip-signup-shell {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .vip-benefits-panel {
                position: relative;
                top: auto;
                min-height: 300px;
                padding: 20px 24px;
            }
            .vip-benefits-copy {
                gap: 10px;
            }
            .vip-benefits-copy h1 {
                max-width: 12ch;
                font-size: clamp(34px, 9vw, 46px);
            }
            .vip-benefits-list {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0 16px;
            }
            .vip-benefits-list li {
                min-width: 0;
                padding: 8px 0 8px 22px;
            }
            .vip-benefits-list li::before {
                top: 8px;
            }
            .vip-benefits-list li span {
                display: none;
            }
            .vip-benefits-list strong {
                font-size: 13px;
            }
            .account-profile-prompt {
                align-items: stretch;
                flex-direction: column;
            }
            .account-span-2 {
                grid-column: auto;
            }
            .account-order-head {
                display: grid;
            }
            .account-order-head div:last-child {
                text-align: left;
            }
            .cart-page-shell,
            .checkout-page-shell {
                grid-template-columns: 1fr;
            }
            .checkout-page-shell > .checkout-vip-prompt {
                grid-template-columns: 1fr;
            }
            .checkout-vip-prompt-actions .button,
            .checkout-vip-sign-in {
                width: 100%;
            }
            .product-bundle-shell {
                grid-template-columns: 1fr;
                width: min(100% - 24px, 640px);
            }
            .product-bundle-item {
                grid-template-columns: 30px 64px minmax(0, 1fr);
            }
            .product-bundle-item b {
                grid-column: 3;
                justify-self: start;
            }
            .product-bundle-footer {
                grid-template-columns: 1fr;
            }
            .product-bundle-footer .button {
                width: 100%;
            }
            .cart-upsell-item {
                grid-template-columns: 50px minmax(0, 1fr);
            }
            .cart-upsell-item button {
                grid-column: 2;
                justify-self: start;
            }
            .cart-review-line {
                grid-template-columns: 92px minmax(0, 1fr);
                align-items: start;
            }
            .cart-review-thumb {
                width: 92px;
            }
            .cart-qty-field,
            .cart-line-total {
                grid-column: 2;
                justify-items: start;
                text-align: left;
                width: 100%;
            }
            .cart-line-total {
                padding-top: 12px;
                border-top: 1px solid rgba(24, 33, 31, 0.1);
            }
            .cart-review-footer,
            .cart-actions {
                display: grid;
            }
            .cart-review-footer .button,
            .cart-actions .button {
                width: 100%;
            }
            .cart-totals-panel,
            .checkout-summary {
                position: static;
            }
            .checkout-form {
                order: 1;
            }
            .checkout-summary {
                order: 2;
            }
            .checkout-submit {
                min-height: 50px;
            }
            .account-actions .button,
            .account-actions form {
                width: 100%;
            }
            .inspiration-hero {
                grid-template-columns: 1fr;
                gap: 16px;
                margin-top: 0;
                padding-top: 18px;
            }
            .inspiration-hero h1 {
                font-size: clamp(44px, 14vw, 72px);
            }
            .inspiration-filter-tabs {
                flex-wrap: nowrap;
                overflow-x: auto;
                padding-bottom: 4px;
                margin-right: -16px;
            }
            .inspiration-filter-tabs a {
                flex: 0 0 auto;
                white-space: nowrap;
            }
            .inspiration-grid {
                grid-template-columns: 1fr;
                padding: 8px 0 44px;
            }
            .inspiration-card,
            .inspiration-card:first-child {
                grid-column: auto;
            }
            .inspiration-card:nth-child(5n + 4),
            .inspiration-card:nth-child(5n + 5) {
                grid-column: auto;
            }
            .inspiration-card-media,
            .inspiration-card:first-child .inspiration-card-media {
                aspect-ratio: var(--inspiration-ratio, 4 / 3);
            }
            .inspiration-lightbox {
                grid-template-columns: 1fr;
                grid-template-rows: auto auto minmax(0, 1fr) auto;
                gap: 12px;
                padding: 64px 14px 18px;
            }
            .inspiration-lightbox-rail {
                max-height: 148px;
            }
            .inspiration-lightbox-options {
                grid-auto-flow: column;
                grid-auto-columns: minmax(190px, 72vw);
                overflow-x: auto;
                overflow-y: hidden;
            }
            .inspiration-lightbox-frame {
                grid-template-columns: 1fr;
                align-self: center;
            }
            .inspiration-lightbox-frame img {
                max-height: 48vh;
            }
            .inspiration-lightbox-frame figcaption {
                grid-template-columns: 1fr;
                gap: 8px;
            }
            .inspiration-lightbox-frame figcaption h2 {
                font-size: clamp(34px, 11vw, 52px);
            }
            .inspiration-lightbox-prev,
            .inspiration-lightbox-next {
                position: fixed;
                bottom: 16px;
                width: calc(50% - 21px);
                min-height: 46px;
                border-radius: 999px;
            }
            .inspiration-lightbox-prev {
                left: 14px;
            }
            .inspiration-lightbox-next {
                right: 14px;
            }
            .main { padding-top: 24px; }
            .home-immersive .header-inner {
                width: calc(100% - 32px);
                min-height: 64px;
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto;
                gap: 12px;
                align-items: center;
            }
            .home-immersive .brand::after {
                font-size: 21px;
            }
            .home-immersive .brand {
                position: relative;
                left: auto;
                top: auto;
                width: min(150px, 42vw);
                height: 34px;
                transform: none;
            }
            .home-immersive .brand .brand-logo {
                width: 100%;
                height: 100%;
            }
            .home-immersive .site-nav {
                gap: 14px;
            }
            .home-immersive .site-nav a {
                font-size: 12px;
            }
            .home-immersive .header-utilities {
                position: relative;
                right: auto;
                top: auto;
                gap: 18px;
                transform: none;
            }
            .home-immersive .site-nav,
            .home-immersive .header-utilities {
                display: none;
                grid-column: 1 / -1;
                width: 100%;
            }
            .home-immersive .site-header.is-mobile-menu-open .site-nav,
            .home-immersive .site-header.is-mobile-menu-open .header-utilities {
                display: grid;
            }
            .home-immersive .main {
                padding-top: 0;
            }
            .home-hero {
                min-height: 640px;
                margin-top: -24px;
                padding: 64px 20px 34px;
            }
            .home-immersive .home-hero {
                min-height: 100vh;
                height: 100vh;
                margin-top: 0;
                padding: 168px 22px 82px;
            }
            .home-hero::after {
                background:
                    linear-gradient(0deg, rgba(11, 18, 16, 0.58) 0%, rgba(11, 18, 16, 0.22) 48%, rgba(11, 18, 16, 0.06) 100%);
            }
            .home-newsletter-band {
                padding: 28px 22px 32px;
            }
            .home-newsletter-band .button {
                width: 100%;
                white-space: normal;
            }
            .home-scroll-section {
                min-height: 78vh;
                padding: 86px 22px;
            }
            .home-work-section {
                min-height: auto;
                padding: 66px 22px;
            }
            .home-work-artwork {
                width: 100vw;
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
            }
            .home-work-artwork img {
                max-height: 66vh;
            }
            .home-section-heading {
                margin-bottom: 28px;
            }
            .home-link-grid,
            .home-featured-grid {
                grid-template-columns: 1fr;
            }
            .home-collection-section {
                padding-left: 0;
                padding-right: 0;
            }
            .home-collection-section .home-section-heading {
                width: calc(100% - 44px);
            }
            .home-link-grid-four {
                width: 100%;
                margin-left: 0;
                min-height: 0;
                grid-template-columns: 1fr;
            }
            .home-link-card {
                min-height: 176px;
            }
            .home-collection-card {
                min-height: 340px;
            }
            .home-collection-card::after {
                display: none;
            }
            .home-artist-section {
                grid-template-columns: 1fr;
                gap: 26px;
            }
            .home-artist-portrait img {
                max-height: 320px;
            }
            .home-content-list {
                grid-template-columns: 1fr;
            }
            .search-discovery-hero {
                grid-template-columns: 1fr;
                padding: 82px 18px 54px;
            }
            .shop-discovery-hero {
                padding: 24px 18px 14px;
            }
            .shop-seo-category-section {
                padding: 10px 16px 6px;
            }
            .shop-seo-category-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 8px;
            }
            .shop-seo-card {
                min-height: 0;
                padding: 11px 12px;
            }
            .shop-seo-card strong {
                font-size: 18px;
            }
            .shop-seo-card span {
                display: none;
            }
            .search-command-bar {
                position: static;
                grid-template-columns: 1fr;
                margin-top: -24px;
                padding: 14px;
            }
            .mobile-filter-trigger {
                order: -2;
                min-height: 52px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 14px;
                width: 100%;
                border: 1px solid var(--ink);
                padding: 10px 13px;
                background: var(--ink);
                color: #fff;
                text-align: left;
                cursor: pointer;
            }
            .mobile-filter-trigger span {
                flex: 0 0 auto;
                font-size: 13px;
                font-weight: 900;
                letter-spacing: 0.08em;
                text-transform: uppercase;
            }
            .mobile-filter-trigger small {
                color: rgba(255, 255, 255, 0.8);
                font-size: 12px;
                font-weight: 650;
                line-height: 1.3;
                text-align: right;
            }
            .shop-command-bar {
                margin-top: 0;
                padding: 12px;
            }
            .search-results-page .search-discovery-shell,
            .search-results-page .search-discovery-shell.is-direct-results {
                padding-top: 14px;
            }
            .search-results-page .search-command-bar {
                margin-top: 0;
            }
            .search-discovery-layout {
                grid-template-columns: 1fr;
            }
            .filter-drawer {
                border: 1px solid rgba(24, 33, 31, 0.12);
                background: rgba(255, 255, 255, 0.72);
            }
            .filter-drawer > summary {
                min-height: 48px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 13px 16px;
                cursor: pointer;
                font-weight: 900;
                letter-spacing: 0.08em;
                text-transform: uppercase;
                font-size: 12px;
            }
            .search-filter-panel {
                position: static;
                max-height: none;
                border: 0;
                background: transparent;
            }
            .search-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 14px;
            }
            .print-collection-page .collection-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .search-product-copy {
                padding: 12px;
            }
            .search-product-copy strong {
                font-size: 15px;
            }
            .search-product-meta,
            .search-product-price {
                font-size: 12px;
            }
            .price-range-inputs {
                grid-template-columns: 1fr;
            }
            .shop-quick-row a,
            .shop-category-chip {
                flex: 1 1 calc(50% - 10px);
                text-align: center;
            }
            .active-filter-row a {
                flex: 1 1 auto;
            }
            .shop-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .tours-wrap {
                width: calc(100% - 32px);
                padding: 28px 0 54px;
            }
            .tours-intro p {
                font-size: 19px;
            }
            .tours-hero-image {
                margin: 38px 0 34px;
            }
            .tours-hero-image img {
                min-height: 220px;
            }
            .tour-card-grid {
                grid-template-columns: 1fr;
                gap: 26px;
            }
            .tour-card-body {
                min-height: 220px;
            }
            .tour-detail-hero {
                padding: 78px 18px 34px;
            }
            .tour-detail-copy h1 {
                font-size: clamp(42px, 13vw, 66px);
            }
            .tour-detail-main-image,
            .tour-detail-content,
            .tour-attachment-gallery,
            .tour-file-list {
                width: calc(100% - 32px);
            }
            .tour-detail-main-image img {
                max-height: 58vh;
            }
            .tour-attachment-gallery {
                grid-template-columns: 1fr;
            }
            .footer-inner {
                width: calc(100% - 32px);
                grid-template-columns: 1fr;
            }
            .footer-brand {
                grid-column: auto;
            }
            .content-page-hero {
                min-height: min(520px, 64vh);
            }
            .content-page-hero-copy,
            .content-page-content {
                width: calc(100% - 32px);
            }
            .content-page-hero-inner {
                width: calc(100% - 32px);
                grid-template-columns: 1fr;
                gap: 28px;
                padding: 78px 0 42px;
            }
            .content-page-hero-with-portrait .content-page-hero-copy {
                width: 100%;
            }
            .content-page-hero-portrait {
                justify-self: start;
                width: min(320px, 82vw);
            }
            .content-two-column,
            .contact-overview-grid,
            .content-list {
                grid-template-columns: 1fr;
            }
            .contact-map-section iframe {
                height: 360px;
            }
            .content-page-hero-copy h1 {
                font-size: clamp(40px, 13vw, 68px);
            }
            .prints-showcase-hero {
                min-height: auto;
                grid-template-columns: 1fr;
                align-items: end;
                padding: 52px 20px 24px;
            }
            .prints-showcase-hero h1 {
                font-size: clamp(36px, 11vw, 56px);
            }
            .prints-showcase-section {
                padding: 68px 16px;
            }
            .prints-section-heading {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            .prints-section-heading .section-link {
                justify-self: start;
            }
            .print-showcase-grid,
            .prints-showcase-vertical .print-showcase-grid,
            .prints-showcase-square .print-showcase-grid,
            .prints-showcase-panoramic .print-showcase-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .prints-showcase-megapan .print-showcase-grid {
                grid-template-columns: 1fr;
            }
            .prints-showcase-square .tile-1,
            .prints-showcase-megapan .tile-1,
            .prints-showcase-megapan .tile-6,
            .prints-showcase-panoramic .tile-1,
            .prints-showcase-panoramic .tile-2,
            .prints-showcase-panoramic .tile-7,
            .prints-showcase-panoramic .tile-8 {
                grid-column: auto;
            }
            .prints-showcase-vertical .tile-2,
            .prints-showcase-vertical .tile-4,
            .prints-showcase-vertical .tile-6,
            .prints-showcase-vertical .tile-8 {
                margin-top: 0;
            }
            .print-showcase-caption {
                display: grid;
                gap: 4px;
                font-size: 12px;
            }
            .aspect-archive-hero {
                min-height: 68vh;
                grid-template-columns: 1fr;
                align-items: end;
                padding: 92px 18px 48px;
            }
            .aspect-hero-panel {
                padding-left: 0;
                border-left: 0;
                border-top: 1px solid currentColor;
                padding-top: 18px;
            }
            .aspect-featured-strip,
            .print-aspect-page-vertical .aspect-featured-strip,
            .print-aspect-page-square .aspect-featured-strip,
            .print-aspect-page-classic .aspect-featured-strip,
            .print-aspect-page-panoramic .aspect-featured-strip {
                grid-template-columns: 1fr;
                padding: 38px 16px;
            }
            .aspect-product-section {
                padding: 54px 16px;
            }
            .aspect-filter-section {
                padding: 22px 16px;
            }
            .aspect-filter-heading {
                align-items: flex-start;
                flex-direction: column;
                gap: 6px;
            }
            .aspect-section-intro {
                grid-template-columns: 1fr;
                gap: 14px;
            }
            .aspect-section-intro-compact h2 {
                font-size: clamp(30px, 10vw, 44px);
            }
            .print-aspect-page-vertical .aspect-product-grid,
            .print-aspect-page-square .aspect-product-grid,
            .print-aspect-page-classic .aspect-product-grid,
            .print-aspect-page-panoramic .aspect-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .print-aspect-page-megapan .aspect-product-grid {
                grid-template-columns: 1fr;
            }
            .print-aspect-page-vertical .feature-1,
            .print-aspect-page-square .feature-1,
            .print-aspect-page-square .card-1,
            .print-aspect-page-square .card-8,
            .print-aspect-page-panoramic .feature-1,
            .print-aspect-page-panoramic .card-1,
            .print-aspect-page-panoramic .card-6,
            .print-aspect-page-classic .feature-1,
            .print-aspect-page-classic .card-1 {
                grid-column: auto;
                grid-row: auto;
            }
            .print-aspect-page-vertical .card-2,
            .print-aspect-page-vertical .card-6,
            .print-aspect-page-vertical .card-10 {
                margin-top: 0;
            }
            .print-aspect-page-megapan .aspect-card-copy {
                grid-template-columns: 1fr;
            }
            .print-product-hero {
                --print-hero-x-pad: 12px;
                --print-hero-top-pad: 82px;
                --print-hero-bottom-pad: 32px;
            }
            .print-product-hero-frame {
                width: 100%;
                height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                max-height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                max-height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                min-height: clamp(160px, 36vh, 420px);
            }
            .print-product-hero-image,
            .print-product-aspect-panoramic .print-product-hero-image,
            .print-product-aspect-classic .print-product-hero-image,
            .print-product-aspect-square .print-product-hero-image,
            .print-product-aspect-vertical .print-product-hero-image {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
                object-fit: contain !important;
            }
            .print-product-aspect-megapan .print-product-hero-frame {
                width: 100%;
                height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                min-height: 132px;
                max-height: calc(100vh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
                max-height: calc(100svh - var(--print-hero-top-pad) - var(--print-hero-bottom-pad));
            }
            .print-product-aspect-megapan .print-product-hero-image {
                width: auto;
                height: auto;
                max-width: 100%;
                max-height: 100%;
            }
            .print-product-title-strip,
            .section-band {
                padding-left: 18px;
                padding-right: 18px;
            }
            .print-product-title-strip {
                padding-top: 26px;
                padding-bottom: 20px;
            }
            .print-purchase-section {
                padding-top: 8px;
            }
            .print-product-title-inner,
            .print-content-grid,
            .purchase-section-heading,
            .print-purchase-grid {
                grid-template-columns: 1fr;
            }
            .print-purchase-preview {
                position: static;
            }
            .size-option-grid,
            .frame-option-grid {
                grid-template-columns: 1fr;
            }
            .purchase-preview-frame {
                height: clamp(260px, 58vh, 430px);
                height: clamp(260px, 58svh, 430px);
                min-height: 0;
            }
            .print-product-aspect-panoramic .purchase-preview-frame {
                height: clamp(180px, 42vh, 320px);
                height: clamp(180px, 42svh, 320px);
                min-height: 0;
            }
            .print-product-aspect-megapan .purchase-preview-frame {
                height: clamp(130px, 30vh, 240px);
                height: clamp(130px, 30svh, 240px);
                min-height: 0;
            }
            .print-product-aspect-square .purchase-preview-frame,
            .print-product-aspect-classic .purchase-preview-frame {
                height: clamp(280px, 56vh, 430px);
                height: clamp(280px, 56svh, 430px);
                min-height: 0;
            }
            .print-product-aspect-vertical .purchase-preview-frame,
            .purchase-preview-frame.is-artwork-vertical,
            .purchase-preview-frame.is-artwork-portrait {
                height: clamp(320px, 62vh, 500px);
                height: clamp(320px, 62svh, 500px);
                min-height: 0;
            }
            .cart-line {
                grid-template-columns: 76px minmax(0, 1fr);
            }
            .cart-line b {
                grid-column: 2;
            }
            .cart-line img {
                width: 76px;
                height: 58px;
            }
            .product-detail { grid-template-columns: 1fr; }
            .gift-voucher-product-detail {
                width: min(100%, 560px);
            }
            .gift-voucher-product-detail .product-media {
                min-height: 210px;
            }
            .gift-voucher-product-detail .panel > h1 {
                max-width: 11ch;
                font-size: clamp(38px, 10vw, 48px);
            }
            .poster-product-media {
                min-height: 300px;
                padding: 12px;
            }
            .poster-product-detail .panel {
                padding: 18px;
            }
            .book-product-detail {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .book-product-detail .purchase-actions {
                grid-template-columns: 1fr;
            }
            h1 { font-size: 38px; }
        }
        @media (min-width: 761px) and (max-width: 900px) {
            .search-command-bar {
                position: static;
                grid-template-columns: 1fr;
                margin-top: 0;
                padding: 14px;
            }
            .mobile-filter-trigger {
                order: -2;
                min-height: 52px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 14px;
                width: 100%;
                border: 1px solid var(--ink);
                padding: 10px 13px;
                background: var(--ink);
                color: #fff;
                text-align: left;
                cursor: pointer;
            }
            .mobile-filter-trigger span {
                flex: 0 0 auto;
                font-size: 13px;
                font-weight: 900;
                letter-spacing: 0.08em;
                text-transform: uppercase;
            }
            .mobile-filter-trigger small {
                color: rgba(255, 255, 255, 0.8);
                font-size: 12px;
                font-weight: 650;
                line-height: 1.3;
                text-align: right;
            }
            .search-discovery-layout {
                grid-template-columns: 1fr;
            }
            .filter-drawer {
                border: 1px solid rgba(24, 33, 31, 0.12);
                background: rgba(255, 255, 255, 0.72);
            }
            .filter-drawer > summary {
                min-height: 48px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 13px 16px;
                cursor: pointer;
                font-size: 12px;
                font-weight: 900;
                letter-spacing: 0.08em;
                text-transform: uppercase;
            }
            .search-filter-panel {
                position: static;
                max-height: none;
                border: 0;
                background: transparent;
            }
        }
        @media (max-width: 520px) {
            .gift-voucher-product-detail .panel {
                padding: 18px;
            }
            .gift-voucher-product-detail .panel > h1 {
                max-width: 10ch;
                font-size: clamp(36px, 11vw, 44px);
            }
            .gift-voucher-purchase .size-option-grid,
            .gift-voucher-purchase .purchase-actions {
                grid-template-columns: 1fr;
            }
            .gift-voucher-purchase .quantity-row {
                align-items: stretch;
                flex-direction: column;
                gap: 8px;
            }
            .gift-voucher-purchase .quantity-control {
                width: 100%;
                grid-template-columns: 48px minmax(0, 1fr) 48px;
            }
        }
        .favorite-toggle {
            min-height: 44px;
            min-width: 44px;
            border: 1px solid rgba(24, 33, 31, 0.18);
            background: rgba(255, 255, 255, 0.86);
            color: var(--ink);
            border-radius: 999px;
            padding: 9px 13px;
            font: inherit;
            font-size: 13px;
            font-weight: 850;
            cursor: pointer;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 7px;
            transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
        }
        .favorite-toggle::before {
            content: "\2661";
            font-family: Georgia, "Times New Roman", serif;
            font-size: 22px;
            line-height: 1;
            transform: translateY(-1px);
        }
        .favorite-toggle:hover,
        .favorite-toggle:focus-visible {
            border-color: #b3261e;
            background: #fff7f6;
            color: #b3261e;
        }
        .favorite-toggle.is-saved,
        .favorite-toggle[data-favorite-saved="1"] {
            border-color: #b3261e;
            background: #fff7f6;
            color: #b3261e;
        }
        .favorite-toggle.is-saved::before,
        .favorite-toggle[data-favorite-saved="1"]::before {
            content: "\2665";
            color: #b3261e;
        }
        .product-favorite-toggle {
            width: fit-content;
            margin-top: 14px;
        }
        .product-card,
        .search-product-card {
            position: relative;
        }
        .product-card-favorite {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2;
            width: 44px;
            padding: 0;
            box-shadow: 0 8px 22px rgba(24, 33, 31, 0.12);
        }
        .product-card-favorite [data-favorite-label] {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }
        .saved-prints-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 18px;
        }
        .saved-print-card {
            position: relative;
            background: var(--panel);
            border: 1px solid var(--line);
        }
        .saved-print-card > a {
            display: grid;
            grid-template-rows: auto 1fr;
            height: 100%;
            color: inherit;
            text-decoration: none;
        }
        .saved-print-card .product-image {
            aspect-ratio: 1 / 1;
            padding: 12px;
            background: var(--print-category-bg);
        }
        .saved-print-remove {
            margin: 0 14px 14px;
        }
        .cart-icon {
            width: 19px;
            height: 19px;
            flex: 0 0 19px;
            fill: none;
            stroke: currentColor;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 2;
        }
        .cart-popover[popover]:popover-open,
        .cart-popover.is-layer-open {
            position: fixed;
            inset: auto;
            z-index: 2147483000;
            margin: 0;
            opacity: 1;
            transform: none !important;
            pointer-events: auto;
        }
        .delayed-order-card-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: 3;
            display: inline-flex;
            align-items: center;
            min-height: 30px;
            border: 1px solid #7b5a1f;
            background: #fff8e8;
            color: #5e4314;
            padding: 6px 9px;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .08em;
            text-transform: uppercase;
            box-shadow: 0 6px 18px rgba(24, 33, 31, .12);
        }
        .search-product-image,
        .product-image {
            position: relative;
        }
        .delayed-order-product .panel {
            display: grid;
            gap: clamp(14px, 1.5vw, 20px);
            border: 2px solid #9b7630;
            background: linear-gradient(180deg, #fffdf8 0%, #ffffff 42%);
            padding: clamp(22px, 2.3vw, 30px);
        }
        .delayed-order-product .panel > * {
            min-width: 0;
        }
        .delayed-order-product .panel > h1,
        .delayed-order-product .panel > .meta-row,
        .delayed-order-product .panel > .content,
        .delayed-order-product .panel > .product-tag-list {
            margin-top: 0;
            margin-bottom: 0;
        }
        .delayed-order-product .panel > .meta-row {
            margin-top: -8px;
        }
        .delayed-order-product .panel > .content {
            line-height: 1.65;
        }
        .delayed-order-callout {
            display: grid;
            gap: 9px;
            margin: 2px 0;
            border: 1px solid #b28a3d;
            background: #fff8e8;
            padding: clamp(17px, 1.8vw, 22px);
        }
        .delayed-order-callout h2 {
            margin: 0;
            font-size: clamp(24px, 2.8vw, 38px);
            line-height: 1.08;
        }
        .delayed-order-callout p {
            margin: 0;
            line-height: 1.55;
        }
        .delayed-order-badge {
            color: #6c4d15;
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .12em;
            text-transform: uppercase;
        }
        .delayed-order-purchase {
            display: grid;
            gap: clamp(16px, 1.6vw, 20px);
            margin-top: 2px;
            border: 2px solid #9b7630;
            background: #fffdf8;
            padding: clamp(18px, 2vw, 24px);
        }
        .delayed-order-purchase .configurator-head {
            gap: 5px;
            padding-bottom: 16px;
        }
        .delayed-order-purchase .configurator-head > span[data-shop-selected-price-label]:empty {
            display: none;
        }
        .calendar-vip-pricing {
            display: grid;
            gap: 14px;
            border: 1px solid rgba(155, 118, 48, 0.5);
            background: #fff8e8;
            padding: clamp(16px, 1.7vw, 20px);
        }
        .calendar-vip-pricing h2,
        .calendar-vip-pricing p {
            margin: 0;
        }
        .calendar-vip-pricing h2 {
            margin-top: 4px;
            font-size: clamp(22px, 2vw, 30px);
            line-height: 1.1;
        }
        .calendar-vip-pricing p {
            line-height: 1.55;
        }
        .calendar-vip-pricing dl {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 8px;
            margin: 0;
        }
        .calendar-vip-pricing dl > div {
            display: grid;
            gap: 3px;
            border: 1px solid rgba(24, 33, 31, 0.13);
            background: rgba(255, 255, 255, 0.72);
            padding: 10px;
        }
        .calendar-vip-pricing dt {
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
        }
        .calendar-vip-pricing dd {
            margin: 0;
            color: var(--ink);
            font-weight: 900;
        }
        .calendar-vip-login a {
            color: var(--ink);
            font-weight: 900;
        }
        .delayed-order-purchase .option-group {
            gap: 10px;
        }
        .delayed-order-purchase .size-option-grid {
            gap: 12px;
        }
        .delayed-order-purchase .choice-card > span {
            min-height: 58px;
            align-content: center;
            padding: 12px 14px;
        }
        .delayed-order-purchase .quantity-row {
            min-height: 48px;
            margin: 0;
            padding: 0;
        }
        .delayed-order-purchase .quantity-control {
            grid-template-columns: 44px 64px 44px;
        }
        .delayed-order-purchase .quantity-control button,
        .delayed-order-purchase .quantity-control input {
            min-height: 48px;
        }
        .delayed-order-purchase .purchase-actions {
            gap: 12px;
        }
        .delayed-order-purchase .purchase-actions .button {
            min-height: 50px;
            padding: 12px 14px;
            white-space: normal;
        }
        .product-related-section {
            display: block;
            box-sizing: border-box;
            clear: both;
            min-width: 0;
            width: 100%;
            max-width: none;
            margin: 0;
            border-top: 1px solid rgba(24, 33, 31, 0.1);
        }
        .product-related-inner {
            display: block;
            box-sizing: border-box;
            min-width: 0;
            width: 100%;
            max-width: none;
        }
        .product-related-inner > .eyebrow {
            margin-bottom: 10px;
            color: var(--ochre);
        }
        .product-related-inner > h2 {
            margin: 0 0 clamp(22px, 3vw, 34px);
            font-family: var(--display-font);
            font-size: clamp(32px, 4vw, 52px);
            font-weight: var(--display-weight);
            line-height: 1.04;
        }
        .product-related-grid {
            display: flex;
            flex-wrap: wrap;
            align-items: stretch;
            min-width: 0;
            width: 100%;
            max-width: none;
            margin: 0;
            gap: clamp(16px, 2.2vw, 28px);
        }
        .product-related-grid > .product-card {
            box-sizing: border-box;
            flex: 1 1 100%;
            min-width: 0;
            width: auto;
            height: auto;
        }
        @media (min-width: 901px) {
            .product-related-grid.related-product-count-2 > .product-card {
                flex-basis: calc((100% - 28px) / 2);
            }
            .product-related-grid.related-product-count-3 > .product-card {
                flex-basis: calc((100% - 56px) / 3);
            }
            .product-related-grid.related-product-count-4 > .product-card {
                flex-basis: calc((100% - 84px) / 4);
            }
            .product-related-grid.related-product-count-5 > .product-card,
            .product-related-grid.related-product-count-6 > .product-card {
                flex-basis: calc((100% - 56px) / 3);
            }
        }
        .delayed-order-cart-notice {
            grid-column: 1 / -1;
            display: grid;
            gap: 4px;
            border: 1px solid #b28a3d;
            background: #fff8e8;
            padding: 14px 16px;
            color: #503d18;
        }
        .delayed-order-cart-notice strong {
            font-size: 17px;
        }
        .delayed-order-cart-notice ul {
            display: grid;
            gap: 5px;
            margin: 2px 0 0;
            padding-left: 20px;
        }
        .delayed-order-cart-notice li {
            line-height: 1.45;
        }
        .delayed-order-item-message {
            color: #6c4d15;
            font-weight: 750;
            line-height: 1.45;
        }
        @media (max-width: 640px) {
            .delayed-order-product .panel {
                gap: 16px;
                padding: 18px;
            }
            .delayed-order-product .panel > .meta-row {
                margin-top: -6px;
            }
            .delayed-order-callout,
            .delayed-order-purchase {
                padding: 16px;
            }
            .delayed-order-purchase {
                gap: 16px;
            }
            .delayed-order-purchase .quantity-row {
                align-items: stretch;
                flex-direction: column;
                gap: 8px;
            }
            .delayed-order-purchase .quantity-control {
                width: 100%;
                grid-template-columns: 48px minmax(0, 1fr) 48px;
            }
            .delayed-order-purchase .purchase-actions,
            .delayed-order-product .purchase-actions {
                grid-template-columns: 1fr;
            }
            .calendar-vip-pricing dl {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            .delayed-order-purchase .button {
                min-height: 48px;
            }
            .product-related-grid > .product-card {
                flex-basis: 100%;
            }
        }
        @media (min-width: 641px) and (max-width: 900px) {
            .product-related-grid > .product-card {
                flex-basis: calc((100% - 28px) / 2);
            }
            .product-related-grid.related-product-count-1 > .product-card {
                flex-basis: 100%;
            }
        }
        @media (prefers-reduced-motion: reduce) {
            .home-immersive .site-header,
            .home-immersive .home-hero-content {
                opacity: 1;
                transform: none;
                animation: none;
            }
        }
        .kd-region-prompt {
            position: fixed;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%) translateY(20px);
            z-index: 10000;
            width: min(580px, calc(100% - 32px));
            background: rgba(22, 22, 22, 0.96);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            color: #f7f7f4;
            border-radius: 12px;
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.12);
            padding: 20px 24px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
            font-family: inherit;
        }
        .kd-region-prompt.is-visible {
            opacity: 1;
            pointer-events: auto;
            transform: translateX(-50%) translateY(0);
        }
        .kd-region-prompt-inner {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .kd-region-prompt-head {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 12px;
        }
        .kd-region-prompt-title {
            font-size: 17px;
            font-weight: 700;
            color: #ffffff;
            margin: 0;
            line-height: 1.3;
            letter-spacing: -0.01em;
        }
        .kd-region-prompt-close {
            background: transparent;
            border: none;
            color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            font-size: 22px;
            line-height: 1;
            padding: 4px;
            margin: -4px -4px 0 0;
            border-radius: 4px;
            transition: color 0.15s ease;
        }
        .kd-region-prompt-close:hover {
            color: #ffffff;
        }
        .kd-region-prompt-text {
            font-size: 14px;
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.85);
            margin: 0;
        }
        .kd-region-prompt-actions {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 4px;
        }
        .kd-region-prompt-actions .button {
            padding: 10px 18px;
            font-size: 14px;
            border-radius: 6px;
            cursor: pointer;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            transition: all 0.2s ease;
        }
        .kd-region-prompt-actions .button-primary {
            background: #ffffff;
            color: #111111;
            border: 1px solid #ffffff;
        }
        .kd-region-prompt-actions .button-primary:hover {
            background: #e5e5e5;
            border-color: #e5e5e5;
        }
        .kd-region-prompt-actions .button-secondary {
            background: transparent;
            color: rgba(255, 255, 255, 0.85);
            border: 1px solid rgba(255, 255, 255, 0.3);
        }
        .kd-region-prompt-actions .button-secondary:hover {
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.6);
        }
        @media (max-width: 540px) {
            .kd-region-prompt {
                bottom: 12px;
                padding: 16px 18px;
            }
            .kd-region-prompt-actions {
                flex-direction: column;
                width: 100%;
            }
            .kd-region-prompt-actions .button {
                width: 100%;
            }
        }

        /* Collection Editorial & FAQ Sections */
        .collection-hero-parent-link {
            color: #000000;
            text-decoration: none;
            font-size: 0.85rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            transition: color 0.2s ease;
        }
        .collection-hero-parent-link:hover {
            color: #333333;
            text-decoration: underline;
        }
        .collection-hero-intro-copy {
            max-width: 860px;
            margin: 18px auto 0;
            font-size: 1.05rem;
            line-height: 1.75;
            color: #000000;
        }
        .collection-hero-intro-copy p {
            color: #000000;
        }
        .print-collection-hero {
            color: #000000;
        }
        .print-collection-hero h1 {
            color: #000000;
        }
        .print-collection-hero .eyebrow {
            color: #000000;
        }
        .print-collection-hero .collection-hero-intro-copy,
        .print-collection-hero .collection-hero-intro-copy p,
        .print-collection-hero > p,
        .print-collection-hero p {
            color: #000000;
        }
        .collection-editorial-section {
            width: 100%;
            padding: 64px 24px 48px;
            background: rgba(255, 255, 255, 0.015);
            border-top: 1px solid rgba(24, 33, 31, 0.12);
            border-bottom: 1px solid rgba(24, 33, 31, 0.12);
            margin-top: 48px;
        }
        .collection-editorial-container {
            max-width: 860px;
            margin: 0 auto;
            color: #000000;
            font-size: 1.05rem;
            line-height: 1.85;
        }
        .collection-editorial-container h2 {
            font-size: 1.85rem;
            font-weight: 600;
            color: #000000;
            margin: 36px 0 16px;
            letter-spacing: -0.01em;
            line-height: 1.3;
        }
        .collection-editorial-container h2:first-child {
            margin-top: 0;
        }
        .collection-editorial-container h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #000000;
            margin: 28px 0 12px;
            line-height: 1.4;
        }
        .collection-editorial-container p {
            margin-bottom: 20px;
            color: #000000;
        }
        .collection-editorial-container strong {
            color: #000000;
        }
        .collection-editorial-container a {
            color: #000000;
            text-decoration: underline;
            text-underline-offset: 3px;
            transition: color 0.2s ease;
        }
        .collection-editorial-container a:hover {
            color: #000000;
        }
        .collection-faq-section {
            width: 100%;
            padding: 56px 24px 64px;
            max-width: 860px;
            margin: 0 auto;
        }
        .collection-faq-title {
            font-size: 1.85rem;
            font-weight: 600;
            color: #000000;
            margin-bottom: 32px;
            text-align: center;
            letter-spacing: -0.01em;
        }
        .collection-faq-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .collection-faq-item {
            border: 1px solid rgba(24, 33, 31, 0.12);
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.02);
            transition: background 0.2s ease, border-color 0.2s ease;
            overflow: hidden;
        }
        .collection-faq-item[open] {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(212, 175, 55, 0.4);
        }
        .collection-faq-question {
            padding: 18px 24px;
            font-size: 1.1rem;
            font-weight: 600;
            color: #000000;
            cursor: pointer;
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            user-select: none;
        }
        .collection-faq-question::-webkit-details-marker {
            display: none;
        }
        .collection-faq-question::after {
            content: "+";
            font-size: 1.4rem;
            font-weight: 400;
            color: #000000;
            margin-left: 16px;
            transition: transform 0.2s ease;
        }
        .collection-faq-item[open] .collection-faq-question::after {
            content: "−";
        }
        .collection-faq-answer {
            padding: 0 24px 20px;
            color: #000000;
            font-size: 1rem;
            line-height: 1.75;
        }
        .collection-faq-answer p {
            margin: 0;
        }
        .collection-bottom-nav {
            padding: 40px 24px 64px;
            text-align: center;
        }
        .collection-bottom-parent-link {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 28px;
            border: 1px solid rgba(24, 33, 31, 0.2);
            border-radius: 6px;
            color: #000000;
            text-decoration: none;
            font-size: 0.95rem;
            letter-spacing: 0.04em;
            transition: background 0.2s ease, border-color 0.2s ease;
        }
        .collection-bottom-parent-link:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: #d4af37;
            color: #000000;
        }
