@charset "UTF-8";
:root{--yellow:#fff000;--pink:#ed00c9;--cyan:#3db9e5;--ink:#171717;--muted:#66686b;--line:#dededb;--paper:#fff;--soft:#f5f5f3;--radius:18px;--font:'Montserrat',Arial,Helvetica,sans-serif;--heading-font:Arial,Helvetica,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 var(--font);-webkit-font-smoothing:antialiased}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button{border:0}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading-font);line-height:1.05;letter-spacing:-.055em}p{color:var(--muted)}h2{font-size:clamp(2.35rem,4vw,3.75rem);font-weight:800}h3{font-weight:750}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #11627e;outline-offset:5px}::selection{background:var(--yellow);color:var(--ink)}[hidden]{display:none!important}.container{width:min(1280px,calc(100% - 80px));margin-inline:auto}.section{padding-block:100px}.eyebrow{display:block;font-size:.75rem;font-weight:700;line-height:1.6;letter-spacing:.14em;margin-bottom:24px}.small-square{width:9px;height:9px;display:inline-block;margin-right:9px;background:var(--pink);flex:none}.yellow{background:var(--yellow)}.pink{background:var(--pink)}.cyan{background:var(--cyan)}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:20px;top:-100px;background:var(--yellow);padding:12px 20px;z-index:100}.skip-link:focus{top:15px}.button{min-height:55px;display:inline-flex;align-items:center;justify-content:center;gap:27px;padding:16px 25px;border-radius:7px;font-size:.94rem;font-weight:700;line-height:1.3;transition:transform .18s,background .18s,box-shadow .18s;border:1px solid transparent;text-align:center}.button span{font-size:1.3rem;font-weight:400;line-height:1}.button:hover{transform:translateY(-2px);box-shadow:0 5px 0 rgba(0,0,0,.13)}.button.yellow:hover{background:#f1e300}.button.dark{color:white;background:var(--ink)}.button.outline{border-color:var(--line);background:transparent}.button.outline:hover{border-color:var(--ink)}.button.small{min-height:45px;padding:12px 17px;font-size:.84rem;gap:16px}.button.full{width:100%;margin-top:16px}.text-link{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:12px 0;background:none;font-size:.94rem;font-weight:700;line-height:1.4}.text-link span{font-size:1.4rem}.text-link:hover{text-decoration:underline;text-underline-offset:5px}.actions{display:flex;align-items:center;gap:28px;flex-wrap:wrap}.cover{width:100%;height:100%;object-fit:cover}
/* Shared navigation */
.header{border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.97);z-index:30;backdrop-filter:blur(15px)}.header-inner{height:96px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{display:flex;align-items:center;gap:9px;flex:none}.brand img{width:57px;height:58px;object-fit:contain;background:white;border-radius:4px}.brand>span{font-size:1.15rem;line-height:1.03;font-weight:500;letter-spacing:-.045em}.desktop-nav{display:flex;align-items:center;gap:24px}.desktop-nav a{font-size:.875rem;font-weight:600;white-space:nowrap;position:relative;padding-block:8px}.desktop-nav a:after{content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--yellow);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover:after,.desktop-nav a[aria-current]:after{transform:scaleX(1)}.header-actions{display:flex;align-items:center;gap:14px}.menu-toggle{display:none;background:none;min-height:44px;width:44px;padding:12px 8px}.menu-toggle span{height:2px;background:var(--ink);display:block;margin:6px 0}.mobile-nav{padding:10px 32px 28px;box-shadow:0 10px 16px #0001;max-height:calc(100dvh - 80px);overflow:auto}.mobile-nav>a{display:flex;justify-content:space-between;font-weight:600;font-size:1.1rem;padding:14px 0;border-bottom:1px solid var(--line)}
/* First screen */
.hero{display:grid;grid-template-columns:1.12fr 1fr;align-items:center;gap:52px;min-height:678px;padding-block:64px 82px}.hero-copy .eyebrow{font-size:.75rem;letter-spacing:.09em;display:flex;align-items:center}.hero h1{font-size:clamp(3.75rem,6.5vw,5.8rem);font-weight:800;line-height:1.06;letter-spacing:-.075em;margin-bottom:30px}.highlight{position:relative;z-index:0;display:inline;white-space:nowrap;background:linear-gradient(transparent 57%,var(--yellow) 57%,var(--yellow) 94%,transparent 94%);padding-right:.045em}.hero-description{font-size:1.14rem;line-height:1.6;margin-bottom:34px;max-width:480px}.hero-location{display:flex;align-items:center;gap:13px;margin-top:41px;font-size:.9rem;line-height:1.65}.hero-location small{color:var(--muted);font-size:.78rem}.metro-mark{font-size:1.15rem;font-weight:900;border:1px solid var(--line);width:38px;height:38px;display:inline-flex;justify-content:center;align-items:center;border-radius:100%;flex:none;color:#795342;background:white}.hero-visual{position:relative;min-width:0;align-self:center;margin:0 14px 0 0;padding:0 0 16px}.hero-art{height:488px;background:var(--cyan);border-radius:18px;overflow:hidden;position:relative;isolation:isolate;border:1px solid var(--ink)}.hero-art-grid{position:absolute;inset:0;background-image:linear-gradient(#ffffff33 1px,transparent 1px),linear-gradient(90deg,#ffffff33 1px,transparent 1px);background-size:44px 44px}.hero-art:after{content:'';position:absolute;right:-66px;top:75px;height:390px;width:160px;background:var(--pink);transform:rotate(28deg);z-index:-1}.art-caption{position:absolute;top:26px;left:28px;font-size:.75rem;letter-spacing:.14em;font-weight:700;line-height:1.5}.hero-logo-paper{width:64%;aspect-ratio:1;position:absolute;left:16%;top:16%;transform:rotate(-12deg);padding:20px;background:white;box-shadow:10px 12px 0 #161616;border:1px solid var(--ink);border-radius:8px}.hero-logo-paper img{height:100%;width:100%;object-fit:contain}.art-number{position:absolute;top:26px;right:26px;font:700 .75rem var(--font);letter-spacing:.1em}.art-statement{position:absolute;bottom:27px;left:25px;font-size:clamp(2rem,4.5vw,4.5rem);font-weight:900;letter-spacing:-.07em;line-height:.95;white-space:nowrap}.hero-sticker{position:absolute;right:-22px;bottom:49px;padding:16px 23px;display:flex;flex-direction:column;background:var(--yellow);border:1px solid var(--ink);box-shadow:5px 5px 0 var(--ink);transform:rotate(7deg);z-index:3}.hero-sticker strong{font-size:3rem;line-height:1;letter-spacing:-.08em;font-weight:900}.hero-sticker strong span{font-size:1.7rem;vertical-align:top}.hero-sticker>span{font-size:.75rem;line-height:1.4;letter-spacing:.06em;font-weight:700;margin-top:6px}.photo-note{position:absolute;left:0;bottom:-13px;font-size:.75rem;color:var(--muted);letter-spacing:.13em;font-weight:600}.hero-photo{width:100%;height:488px;object-fit:cover;border-radius:18px}.ribbon{background:var(--ink);color:white;padding:22px 0}.ribbon-inner{display:flex;justify-content:space-between;gap:26px}.ribbon span{font-size:.75rem;letter-spacing:.09em;font-weight:600;display:flex;align-items:center;white-space:nowrap}.dot{height:9px;width:9px;display:inline-block;margin-right:16px;transform:rotate(45deg)}
/* Blocks, pathways and collection */
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;margin-bottom:40px}.section-heading .eyebrow{margin-bottom:17px}.section-heading>p{max-width:365px;font-size:1rem;line-height:1.7;padding-bottom:5px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{border:1px solid var(--ink);border-radius:12px;padding:28px 30px 25px;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.service-card.yellow{background:#fff7b8;color:var(--ink)}.service-card.pink{background:#ffd8f4;color:var(--ink)}.service-card.cyan{background:#d9f3fb;color:var(--ink)}.service-card:hover{transform:translateY(-5px);box-shadow:5px 6px 0 var(--ink)}.service-top{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;font-weight:700;letter-spacing:.12em;margin-bottom:36px}.circle-arrow{border:1px solid currentColor;border-radius:50%;width:36px;height:36px;display:grid;place-items:center;font-size:1.6rem;font-weight:400}.service-card h3{font-size:2.4rem;margin-bottom:18px;letter-spacing:-.07em}.service-card p{font-size:.98rem;line-height:1.65;color:var(--ink);margin-bottom:28px;max-width:290px}.service-link{display:flex;justify-content:space-between;align-items:center;font-size:.87rem;font-weight:700;border-top:1px solid #1114;padding-top:19px;margin-top:auto}.service-link>span{font-size:1.4rem;line-height:1}.collection-section{background:var(--ink);color:white;padding-block:88px}.collection-heading{display:flex;justify-content:space-between;gap:40px;align-items:center;margin-bottom:45px}.collection-heading h2 span{color:var(--yellow)}.collection-number{font-size:6.8rem;font-weight:800;line-height:.9;letter-spacing:-.08em;color:var(--yellow);padding-right:20px}.collection-number>span{font-size:3rem;vertical-align:top;display:inline-block;margin-top:9px}.collection-number small{font-size:.75rem;letter-spacing:.13em;display:block;text-align:right;font-weight:500;color:white;margin-top:18px}.filter-list{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}.filter{font-size:.82rem;padding:11px 19px;border:1px solid #565656;background:transparent;color:#cfcfcf;border-radius:25px;transition:background .2s}.filter:hover{border-color:white;color:white}.filter.active{color:var(--ink);background:white;border-color:white}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px 23px;min-height:328px}.category-card{text-align:left;padding:0;background:none;color:white;min-width:0}.category-art{height:180px;border-radius:9px;position:relative;overflow:hidden;transition:transform .2s}.category-card.yellow .category-art{background:var(--yellow);color:var(--ink)}.category-card.pink .category-art{background:var(--pink);color:var(--ink)}.category-card.cyan .category-art{background:var(--cyan);color:var(--ink)}.category-card:hover .category-art{transform:translateY(-4px)}.category-art:after{content:'';width:190px;height:190px;position:absolute;right:-100px;top:-95px;border:1px solid var(--ink);transform:rotate(45deg)}.category-number{position:absolute;top:18px;left:20px;font-size:.75rem;letter-spacing:.1em;font-weight:700}.category-kicker{position:absolute;top:18px;right:20px;font-size:.75rem;letter-spacing:.02em;font-weight:600}.category-symbol{position:absolute;left:20px;bottom:17px;font-size:2.7rem;line-height:.95;font-weight:900;letter-spacing:-.075em;white-space:pre-line}.category-arrow{position:absolute;right:18px;bottom:15px;font-size:2.4rem;line-height:1}.category-card h3{font-size:1.13rem;letter-spacing:-.025em;margin:20px 0 9px}.category-card p{color:#bdbdbd;font-size:.9rem;line-height:1.6;padding-right:8px;max-width:345px}.collection-bottom{display:flex;justify-content:space-between;align-items:center;gap:40px;margin-top:47px;border-top:1px solid #444;padding-top:30px}.collection-bottom p{color:white;font-size:1rem;line-height:1.6}.collection-bottom p>span{color:#bdbdbd;font-size:.9rem}.game-search{display:flex;border-bottom:1px solid #aaa;width:370px;max-width:100%}.game-search input{width:100%;background:none;color:white;border:0;padding:14px 4px;font-size:.9rem;outline-offset:0}.game-search input::placeholder{color:#bdbdbd}.game-search button{width:55px;color:var(--yellow);font-size:1.7rem;background:none;flex:none}
/* Brand photography replacement slots */
.brand-graphic{height:100%;min-height:380px;position:relative;overflow:hidden;border-radius:13px;color:var(--ink);border:1px solid var(--ink)}.graphic-grid{position:absolute;inset:0;background-image:linear-gradient(#17171714 1px,transparent 1px),linear-gradient(90deg,#17171714 1px,transparent 1px);background-size:55px 55px}.graphic-label{position:absolute;top:25px;left:25px;font-size:.75rem;letter-spacing:.1em;font-weight:700}.graphic-logo{position:absolute;right:28px;top:62px;width:36%;max-width:160px;border:1px solid var(--ink);padding:9px;box-shadow:6px 6px 0 var(--ink);transform:rotate(9deg);border-radius:5px;background:white}.brand-graphic>strong{position:absolute;bottom:68px;left:25px;font-size:3.3rem;line-height:.95;letter-spacing:-.08em;font-weight:900}.brand-graphic>strong>span{display:block}.graphic-bottom{position:absolute;bottom:25px;left:28px;font-size:.75rem;font-weight:700;letter-spacing:.16em}.atmosphere{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}.atmosphere-visual{height:520px;position:relative}.atmosphere-visual .cover{border-radius:13px}.small-sticker{position:absolute;right:-18px;bottom:45px;transform:rotate(-7deg);font-size:.84rem;font-weight:800;line-height:1.12;letter-spacing:-.03em;padding:18px 22px;border:1px solid var(--ink);box-shadow:4px 4px 0 var(--ink)}.atmosphere-copy h2{font-size:clamp(2.1rem,3.8vw,3.25rem);margin-bottom:25px}.atmosphere-copy>p{margin-bottom:33px;font-size:1.04rem;line-height:1.75}.perk{display:flex;gap:15px;align-items:flex-start;margin-bottom:23px}.perk-sign{display:grid;place-items:center;width:31px;height:31px;border-radius:4px;flex:none;font-size:1.25rem;font-weight:600}.perk h3{font-size:1rem;line-height:1.3;letter-spacing:-.02em;margin:2px 0 5px}.perk p{font-size:.88rem;line-height:1.6}.atmosphere-copy>.text-link{margin-top:7px}
/* Rates */
.prices-section{background:var(--soft);padding-block:90px}.price-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:22px}.price-card{background:white;border:1px solid var(--line);border-radius:12px;padding:29px}.price-top{display:flex;align-items:center;flex-wrap:wrap;column-gap:2px;row-gap:8px}.price-top h3{font-size:1.2rem;letter-spacing:-.035em}.price-label{display:block;width:100%;font-size:.8rem;color:var(--muted)}.price-value{font-size:4.7rem;font-weight:750;line-height:1;letter-spacing:-.075em;margin:36px 0 28px}.price-value>span{font-size:.94rem;font-weight:500;letter-spacing:-.02em;margin-left:12px;color:var(--muted)}.price-cap{display:flex;justify-content:space-between;gap:15px;padding:17px 0;border-top:1px solid var(--line);font-size:.83rem;align-items:center}.price-cap strong{font-size:1.2rem;white-space:nowrap;letter-spacing:-.04em}.price-card .button{width:100%;margin-top:12px;padding-inline:12px;font-size:.85rem}.cap-note{padding:20px 13px 10px 22px;display:flex;flex-direction:column;align-items:flex-start}.cap-symbol{font-size:4.6rem;line-height:.8;letter-spacing:-.04em;font-weight:600;margin-bottom:24px}.cap-note h3{font-size:1.8rem;margin-bottom:17px}.cap-note p{font-size:.9rem;line-height:1.65;margin-bottom:20px}.cap-note>span:last-child{font-size:.75rem;color:var(--muted);line-height:1.6}
/* Events, testimonials and answers */
.events-empty{display:grid;grid-template-columns:.72fr 1fr;border:1px solid var(--line);border-radius:12px;overflow:hidden}.event-art{padding:35px 32px;min-height:340px;background:var(--pink);color:var(--ink);display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.event-art>span{font-size:clamp(2rem,3.2vw,3.2rem);font-weight:900;letter-spacing:-.07em;line-height:.97;z-index:1}.event-art em{font-style:normal;color:white}.event-art>b{font-size:5rem;line-height:.8;text-align:right;font-weight:400}.event-art:after{content:'';position:absolute;right:-120px;bottom:-80px;width:360px;height:220px;border:1px solid #17171766;transform:rotate(-40deg)}.event-empty-copy{padding:40px 48px;display:flex;flex-direction:column;justify-content:center}.event-empty-copy .eyebrow{margin-bottom:17px}.event-empty-copy h3{font-size:2.4rem;margin-bottom:18px;letter-spacing:-.065em}.event-empty-copy p{font-size:1rem;max-width:470px;line-height:1.7;margin-bottom:25px}.event-empty-copy .actions{gap:23px}.event-empty-copy .button{font-size:.84rem;padding-inline:18px}.event-empty-copy .text-link{font-size:.85rem}.event-card{display:grid;grid-template-columns:90px 1fr auto;gap:30px;align-items:center;border-block-end:1px solid var(--line);padding:30px 0}.event-card h3{font-size:1.8rem;margin-bottom:12px}.event-card .eyebrow{margin-bottom:10px}.event-date{background:var(--yellow);text-align:center;padding:18px 10px;border-radius:8px}.event-date strong{font-size:2.2rem;letter-spacing:-.05em;display:block;line-height:1}.event-date>span{font-size:.8rem}.event-price{display:block;margin-top:12px;font-size:.9rem;font-weight:600}.review-section{display:flex;gap:45px;padding-block:10px 85px;border-bottom:1px solid var(--line)}.quote-mark{font-size:10rem;line-height:.85;color:var(--pink);font-family:Georgia,serif;height:85px;margin-top:15px}.review-section blockquote{margin:0;max-width:920px;padding-top:14px;flex:1}.review-section blockquote>p{font-size:clamp(1.5rem,2.8vw,2.3rem);line-height:1.3;font-weight:600;color:var(--ink);letter-spacing:-.04em}.review-section blockquote>footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:27px}.review-section footer>span{font-size:.9rem;font-weight:600}.review-section footer small{display:block;color:var(--muted);font-size:.75rem;font-weight:400;margin-top:3px}.review-section footer a{font-size:.83rem;text-decoration:underline;text-underline-offset:4px}.faq-section{display:grid;grid-template-columns:.75fr 1.25fr;gap:65px}.faq-section h2{margin-bottom:25px}.faq-list{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:23px 0;font-size:1rem;font-weight:600;line-height:1.4}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary>span{font-size:1.5rem;font-weight:400;width:25px;flex:none;text-align:center;transition:transform .2s}.faq-item[open] summary>span{transform:rotate(45deg)}.faq-item>p{font-size:.93rem;line-height:1.8;padding-bottom:24px;max-width:95%}
/* Contact and bottom */
.contacts-section{background:var(--yellow);padding-block:80px}.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center}.contact-copy .eyebrow{margin-bottom:19px}.contact-copy h2{font-size:clamp(2.6rem,4.3vw,3.6rem);margin-bottom:30px}.contact-address{font-size:1.04rem;color:var(--ink);font-weight:600;max-width:360px}.metro-line{display:flex;align-items:center;gap:11px;font-size:.88rem;margin-top:14px}.metro-line .metro-mark{height:30px;width:30px;font-size:.9rem;border-color:#0005;background:none}.contact-details{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px;margin-bottom:30px}.contact-details>div{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.contact-details>div>span{font-size:.75rem;font-weight:700;letter-spacing:.1em;margin-bottom:8px}.contact-details strong,.contact-details a{font-size:.88rem;font-weight:500}.contact-details a:hover{text-decoration:underline}.contact-copy .button{font-size:.85rem}.contact-copy .text-link{font-size:.85rem}.map-wrap{position:relative;height:450px;border-radius:12px;overflow:hidden;background:#eee;border:1px solid var(--ink)}.map-wrap iframe{border:0;display:block;width:100%;height:100%;filter:grayscale(.8)}.map-label{position:absolute;bottom:20px;left:20px;right:20px;background:white;padding:15px;display:flex;align-items:center;gap:12px;border:1px solid #ccc;box-shadow:0 3px 12px #0001;border-radius:7px}.map-label img{object-fit:contain}.map-label>div{display:flex;flex-direction:column;gap:2px}.map-label b{font-size:.75rem}.map-label>div>span{font-size:.75rem;color:var(--muted)}.map-label>a{margin-left:auto;font-size:1.8rem}.footer{padding-top:42px;padding-bottom:26px}.footer-top{display:flex;align-items:center;gap:60px;padding-bottom:35px}.footer-top p{font-size:.87rem;line-height:1.65}.footer-top .brand img{height:48px;width:48px}.footer-top .brand>span{font-size:.95rem}.back-top{margin-left:auto;width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-size:1.4rem}.footer-bottom{display:flex;justify-content:space-between;gap:22px;border-top:1px solid var(--line);padding-top:22px;font-size:.75rem;color:var(--muted)}.footer-bottom nav{display:flex;gap:22px;flex-wrap:wrap}.footer-bottom a:hover{color:var(--ink)}
/* Secondary pages */
.breadcrumbs{display:flex;gap:12px;font-size:.76rem;color:var(--muted);padding-top:26px}.breadcrumbs a:hover{text-decoration:underline}.sub-hero{padding-block:48px 80px;display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center}.sub-hero h1{font-size:clamp(3.3rem,5.8vw,5.7rem);letter-spacing:-.075em;margin-bottom:28px;line-height:1.04}.sub-hero p{font-size:1.08rem;line-height:1.75;max-width:510px;margin-bottom:30px}.sub-hero-art{height:400px;min-width:0}.sub-hero+.section{border-top:1px solid var(--line)}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.step{border-top:1px solid var(--ink);padding-top:23px}.step>span{display:inline-block;font-size:.9rem;font-weight:700;background:var(--yellow);padding:7px 10px;border-radius:4px;margin-bottom:27px;letter-spacing:-.04em}.step h3{font-size:1.4rem;letter-spacing:-.04em;margin-bottom:17px;line-height:1.2}.step p{font-size:.96rem;line-height:1.75;max-width:330px}.rental-request-section{background:var(--soft);padding-block:80px}.rental-request{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.rental-request h2{margin-bottom:25px}.rental-request>div>p{max-width:360px;line-height:1.8}.inline-enquiry{background:white;padding:32px;border:1px solid var(--line);border-radius:12px}.inline-enquiry .button{width:100%;margin-top:6px}.terms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-bottom:25px}.terms-grid h3{font-size:1.25rem;letter-spacing:-.03em;margin-bottom:15px}.terms-grid p{font-size:.94rem;line-height:1.8}.buy-options{display:grid;grid-template-columns:1fr 1fr;gap:24px}.buy-option{border:1px solid var(--ink);border-radius:12px;padding:32px;text-align:left;position:relative;transition:transform .2s}.buy-option:hover{transform:translateY(-4px)}.buy-option>span{font-size:.75rem;letter-spacing:.11em;font-weight:600;display:block;margin-bottom:43px}.buy-option h3{font-size:3rem;margin-bottom:20px}.buy-option p{color:var(--ink);font-size:.94rem;max-width:85%}.buy-option>b{position:absolute;right:28px;top:26px;font-size:2rem}.solo-callout{margin-top:0;margin-bottom:100px;background:var(--cyan);padding:50px;border:1px solid var(--ink);border-radius:12px;position:relative}.solo-callout h2{margin-bottom:23px}.solo-callout p{max-width:530px;color:var(--ink);margin-bottom:28px;line-height:1.75}.solo-callout:after{content:'1 +';position:absolute;right:70px;top:60px;font-size:9rem;font-weight:900;letter-spacing:-.08em;color:#17171722}.events-full{padding-top:20px}
/* Forms and accessible dialogs */
label{display:block;font-size:.86rem;font-weight:600;line-height:1.5;margin-bottom:19px}input,textarea{display:block;width:100%;border:1px solid #ccc;border-radius:6px;padding:13px 14px;font-size:1rem;background:white;color:var(--ink);line-height:1.4;margin-top:7px;min-width:0}input{height:49px}textarea{resize:vertical;min-height:90px}input::placeholder,textarea::placeholder{font-weight:400;color:#858585}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-hint{font-size:.76rem;line-height:1.6;font-weight:400;margin-top:15px!important}.dialog-open{overflow:hidden}dialog{padding:42px;width:min(560px,calc(100% - 32px));max-height:calc(100dvh - 40px);border:1px solid var(--ink);border-radius:14px;box-shadow:12px 12px 0 #16161644;overflow:auto;color:var(--ink);background:white}dialog::backdrop{background:#1119;backdrop-filter:blur(5px)}dialog .eyebrow{font-size:.75rem;margin-bottom:17px;padding-right:20px}dialog h2{font-size:2.3rem;letter-spacing:-.06em;margin-bottom:18px;line-height:1.08}dialog p{font-size:.94rem;line-height:1.7;margin-bottom:24px}dialog form{margin-top:25px}dialog form label{margin-bottom:18px}dialog .form-hint{margin-bottom:12px}.dialog-close{position:absolute;right:15px;top:12px;width:40px;height:40px;font-size:1.9rem;line-height:1;background:none;display:grid;place-items:center;border-radius:50%;font-weight:300}.dialog-close:hover{background:var(--soft)}.dialog-phone{display:block;text-align:center;font-size:.86rem;margin-top:23px;text-decoration:underline;text-underline-offset:4px}.category-dialog-art{height:170px;margin:-42px -42px 30px;padding:33px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.category-dialog-art>span{font-size:.76rem;font-weight:700;letter-spacing:.1em}.category-dialog-art b{font-size:2rem;line-height:1.05;letter-spacing:-.06em;max-width:320px}.prepared-message{line-height:1.6;font-size:.9rem;background:var(--soft);margin:8px 0 17px}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;background:var(--ink);color:white;border-radius:8px;padding:14px 22px;font-size:.88rem;z-index:100;transition:opacity .2s,transform .2s;max-width:90vw;text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}
/* Laptop and tablet */
@media(min-width:1600px){.hero{min-height:740px}.hero-art,.hero-photo{height:530px}}
@media(max-width:1160px){.container{width:calc(100% - 56px)}.desktop-nav{display:none}.menu-toggle{display:block}.header-inner{height:82px}.hero{gap:32px;min-height:620px}.hero h1{font-size:5.5vw}.hero-art,.hero-photo{height:450px}.hero-logo-paper{width:69%;left:12%;top:23%}.art-statement{font-size:4.2vw;bottom:33px}.hero-sticker{right:-14px;bottom:46px;padding:15px 17px}.hero-sticker strong{font-size:2.6rem}.hero-description{font-size:1.03rem}.hero .actions{gap:15px}.hero .button{font-size:.82rem;padding-inline:16px;gap:15px}.hero .text-link{font-size:.82rem}.ribbon span{font-size:.75rem}.dot{margin-right:10px}.service-card{padding:24px}.service-card h3{font-size:2rem}.atmosphere{gap:50px}.atmosphere-visual{height:500px}.price-card{padding:24px}.price-value{font-size:4.2rem}.price-grid{grid-template-columns:1fr 1fr .8fr;gap:16px}.cap-note{padding-left:15px}.event-empty-copy{padding:32px}.event-empty-copy .actions{gap:10px}.faq-section{gap:45px}.contacts-grid{gap:35px}.contact-details{grid-template-columns:1fr;gap:20px}.map-wrap{height:480px}.rental-request{gap:50px}.sub-hero{gap:40px}.sub-hero h1{font-size:5.5vw}.sub-hero .actions{gap:15px}.sub-hero .button{font-size:.85rem}}
@media(max-width:850px){.hero{grid-template-columns:1fr;gap:45px;padding-block:48px 68px}.hero h1{font-size:clamp(3.7rem,8.5vw,5.6rem)}.hero-description{font-size:1.12rem}.hero-visual{margin-right:15px}.hero-art,.hero-photo{height:480px}.hero-logo-paper{width:280px;left:calc(50% - 140px);top:65px}.hero-sticker{padding:18px 25px;bottom:40px;right:-15px}.hero-sticker strong{font-size:3.5rem}.art-statement{font-size:4.7rem;bottom:26px}.hero .actions{gap:26px}.hero .button{font-size:.95rem;padding-inline:24px}.hero .text-link{font-size:.95rem}.hero-location{margin-top:28px}.ribbon-inner{display:grid;grid-template-columns:1fr 1fr;gap:15px}.ribbon span{font-size:.75rem}.section{padding-block:70px}.section-heading{gap:25px}.section-heading>p{font-size:.92rem;max-width:280px}.service-card{padding:22px 20px}.services-grid{gap:15px}.service-top{margin-bottom:27px}.service-card h3{font-size:1.75rem}.service-card p{font-size:.87rem}.service-link{font-size:.75rem}.collection-number{font-size:5.3rem;padding-right:0}.collection-number>span{font-size:2.3rem}.collection-heading h2{font-size:2.9rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:30px 22px}.atmosphere{grid-template-columns:1fr;gap:48px}.atmosphere-visual{height:390px}.brand-graphic>strong{font-size:3.8rem}.graphic-logo{max-width:155px;right:60px;top:65px}.atmosphere-copy h2{font-size:3rem}.atmosphere-copy>p{max-width:570px}.price-grid{grid-template-columns:1fr 1fr}.cap-note{grid-column:1/-1;display:grid;grid-template-columns:70px 145px 1fr;align-items:start;gap:20px;padding:23px 0 0}.cap-symbol{margin:8px 0 0}.cap-note h3{font-size:1.65rem;margin:0}.cap-note p{margin:0}.cap-note>span:last-child{grid-column:3}.events-empty{grid-template-columns:.72fr 1fr}.event-art{padding:30px 25px}.event-art>span{font-size:2.2rem}.event-empty-copy{padding:28px}.event-empty-copy h3{font-size:2rem}.event-empty-copy p{font-size:.94rem}.review-section{padding-bottom:60px;gap:28px}.faq-section{grid-template-columns:1fr;gap:35px}.faq-section>div:first-child{display:flex;align-items:flex-end;flex-wrap:wrap;column-gap:25px}.faq-section>div:first-child>.eyebrow{width:100%;margin-bottom:15px}.faq-section h2{margin-bottom:0}.faq-section>div:first-child>.text-link{margin-left:auto}.contacts-grid{grid-template-columns:1fr;gap:45px}.contact-details{grid-template-columns:1fr 1fr;max-width:520px}.map-wrap{height:380px}.contact-copy h2{font-size:3.1rem}.footer-bottom{flex-wrap:wrap}.footer-bottom>span:last-child{display:none}.sub-hero{grid-template-columns:1fr;gap:35px;padding-block:40px 65px}.sub-hero h1{font-size:4.6rem}.sub-hero-art{height:320px}.sub-hero-art .brand-graphic{min-height:320px}.steps-grid{gap:25px}.step h3{font-size:1.15rem}.step p{font-size:.9rem}.rental-request{grid-template-columns:1fr;gap:35px}.rental-request>div>p{max-width:500px}.terms-grid{gap:25px}.buy-option h3{font-size:2.3rem}.solo-callout{padding:38px}.solo-callout:after{right:28px;font-size:7rem;opacity:.5}.events-full{padding-top:0}.event-card{grid-template-columns:80px 1fr}.event-card>.button{grid-column:2;justify-self:start}}
/* Mobile */
@media(max-width:580px){html{scroll-padding-top:82px}.container{width:calc(100% - 36px)}.header-inner{height:75px;gap:12px}.brand img{height:44px;width:44px}.brand>span{font-size:.91rem}.brand{gap:5px}.header-actions{gap:5px}.header-actions .button{font-size:.75rem;padding:10px 11px;min-height:39px;gap:7px}.header-actions .button>span{font-size:1rem}.menu-toggle{width:36px;padding-inline:6px}.mobile-nav{padding-inline:22px}.hero{padding-top:38px;gap:37px;padding-bottom:55px}.hero-copy .eyebrow{font-size:.75rem;letter-spacing:.06em;margin-bottom:23px}.hero h1{font-size:clamp(2.7rem,10.8vw,3.9rem);line-height:1.08;margin-bottom:24px;letter-spacing:-.073em}.hero-description{font-size:1rem;line-height:1.65;margin-bottom:26px}.hero .actions{gap:15px;align-items:flex-start}.hero .button{font-size:.86rem;min-height:51px;padding:14px 18px;gap:22px}.hero .text-link{font-size:.83rem;padding:15px 0;gap:10px}.hero-location{font-size:.78rem;margin-top:22px;gap:10px}.hero-location small{font-size:.75rem}.hero-location .metro-mark{height:33px;width:33px;font-size:1rem}.hero-visual{margin-right:9px}.hero-art,.hero-photo{height:345px;border-radius:12px}.hero-logo-paper{width:205px;left:calc(50% - 106px);top:62px;padding:10px;box-shadow:7px 8px 0 var(--ink)}.art-caption{font-size:.75rem;top:18px;left:19px}.art-number{top:19px;right:17px;font-size:.75rem}.art-statement{font-size:2.75rem;left:18px;bottom:19px;letter-spacing:-.06em}.hero-sticker{right:-13px;bottom:36px;padding:12px 16px;box-shadow:3px 3px 0 var(--ink)}.hero-sticker strong{font-size:2.6rem}.hero-sticker strong>span{font-size:1.2rem}.hero-sticker>span{font-size:.75rem}.photo-note{font-size:.75rem;letter-spacing:.09em;bottom:-9px}.ribbon{padding:18px 0}.ribbon-inner{gap:12px 14px}.ribbon span{font-size:.75rem;letter-spacing:.05em}.dot{width:7px;height:7px;margin-right:9px}.section{padding-block:56px}h2{font-size:2.35rem;letter-spacing:-.06em}.eyebrow{font-size:.75rem;letter-spacing:.11em;margin-bottom:16px}.section-heading{display:block;margin-bottom:29px}.section-heading>p{margin-top:19px;max-width:none;font-size:.92rem}.section-heading>p br{display:none}.section-heading .eyebrow{margin-bottom:14px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:23px 25px}.service-top{margin-bottom:18px}.service-card h3{font-size:2.1rem;margin-bottom:15px}.service-card p{font-size:.94rem;max-width:none;margin-bottom:24px}.service-link{font-size:.84rem;padding-top:17px}.circle-arrow{width:33px;height:33px}.collection-section{padding-block:58px}.collection-heading{display:block;margin-bottom:30px}.collection-heading h2{font-size:2.6rem}.collection-number{font-size:4.5rem;display:flex;align-items:flex-start;margin-top:29px}.collection-number>span{font-size:2.4rem;margin:0 16px 0 3px}.collection-number small{font-size:.75rem;letter-spacing:.07em;text-align:left;align-self:flex-end;margin-top:0;margin-bottom:5px;max-width:90px;line-height:1.5}.filter-list{gap:7px;margin-bottom:26px}.filter{font-size:.75rem;padding:9px 13px}.category-grid{grid-template-columns:1fr 1fr;gap:25px 13px}.category-art{height:143px;border-radius:6px}.category-number{top:12px;left:12px;font-size:.75rem}.category-kicker{left:12px;right:10px;top:36px;font-size:.75rem;line-height:1.3;font-weight:500}.category-symbol{font-size:clamp(1.25rem,5.5vw,1.7rem);left:12px;bottom:17px;letter-spacing:-.06em}.category-arrow{right:10px;bottom:9px;font-size:1.4rem}.category-art:after{right:-150px;top:-100px}.category-card h3{font-size:.94rem;line-height:1.15;margin-top:14px;margin-bottom:8px}.category-card p{font-size:.77rem;line-height:1.6;padding:0}.collection-bottom{display:block;margin-top:30px;padding-top:23px}.collection-bottom p{font-size:.94rem}.collection-bottom p>span{font-size:.82rem}.game-search{margin-top:12px;width:100%}.atmosphere{gap:38px}.atmosphere-visual{height:335px;margin-right:10px}.brand-graphic{min-height:320px}.graphic-label{left:20px;top:20px;font-size:.75rem}.graphic-logo{right:26px;top:55px;width:120px;padding:7px;box-shadow:4px 4px 0 var(--ink)}.brand-graphic>strong{font-size:2.6rem;left:20px;bottom:53px}.graphic-bottom{font-size:.75rem;left:20px;bottom:20px}.small-sticker{padding:15px;font-size:.75rem;right:-13px;bottom:39px}.atmosphere-copy h2{font-size:2.35rem}.atmosphere-copy>p{font-size:.96rem;margin-bottom:28px}.perk h3{font-size:.94rem}.perk p{font-size:.85rem}.prices-section{padding-block:58px}.price-grid{grid-template-columns:1fr;gap:17px}.price-card{padding:27px}.price-top h3{font-size:1.15rem}.price-value{font-size:4.8rem;margin-top:31px;margin-bottom:25px}.price-card .button{font-size:.93rem}.price-cap{font-size:.86rem}.cap-note{display:block;position:relative;padding:24px 8px 0 78px}.cap-symbol{position:absolute;left:6px;top:33px;font-size:3.5rem}.cap-note h3{font-size:1.65rem;margin-bottom:15px}.cap-note h3 br{display:none}.cap-note p{font-size:.88rem;margin-bottom:14px}.cap-note>span:last-child{font-size:.75rem;display:block}.events-empty{grid-template-columns:1fr}.event-art{min-height:235px;padding:24px}.event-art>span{font-size:2.55rem}.event-art>b{position:absolute;right:26px;bottom:20px;font-size:4.7rem}.event-empty-copy{padding:27px 24px}.event-empty-copy h3{font-size:2rem}.event-empty-copy p{font-size:.94rem}.event-empty-copy .actions{gap:13px}.event-empty-copy .button{font-size:.85rem}.event-empty-copy .text-link{font-size:.84rem}.review-section{padding-block:0 49px;gap:17px}.quote-mark{font-size:5.5rem;margin-top:18px;height:60px}.review-section blockquote{padding-top:16px}.review-section blockquote>p{font-size:1.46rem;line-height:1.35}.review-section blockquote>footer{display:block;margin-top:22px}.review-section footer a{display:inline-block;margin-top:16px;font-size:.76rem}.review-section footer>span{font-size:.84rem}.faq-section{gap:28px}.faq-section>div:first-child{display:block}.faq-section h2{margin-bottom:15px}.faq-section h2 br{display:none}.faq-section .text-link{font-size:.85rem}.faq-item summary{font-size:.94rem;line-height:1.5;padding:20px 0;gap:12px}.faq-item>p{font-size:.88rem}.contacts-section{padding-block:54px}.contacts-grid{gap:32px}.contact-copy h2{font-size:2.55rem;margin-bottom:25px}.contact-address{font-size:.97rem;max-width:290px}.metro-line{font-size:.78rem}.contact-details{grid-template-columns:1fr 1fr;gap:16px;margin-top:26px}.contact-details strong,.contact-details a{font-size:.76rem}.contact-details>div>span{font-size:.75rem;letter-spacing:.06em}.contact-copy .actions{gap:19px}.contact-copy .button{font-size:.79rem;padding:15px 18px;gap:13px}.contact-copy .text-link{font-size:.81rem}.map-wrap{height:330px}.map-label{left:12px;right:12px;bottom:12px;padding:12px;gap:9px}.map-label b{font-size:.75rem}.map-label>div>span{font-size:.75rem}.map-label img{width:29px;height:29px}.footer{padding-top:28px;padding-bottom:23px}.footer-top{gap:20px;padding-bottom:28px;flex-wrap:wrap}.footer-top .brand img{width:43px;height:43px}.footer-top .brand>span{font-size:.88rem}.footer-top p{font-size:.75rem;order:3;width:100%}.back-top{width:37px;height:37px}.footer-bottom{gap:15px;font-size:.75rem}.footer-bottom nav{gap:15px;font-size:.75rem}.breadcrumbs{font-size:.75rem;padding-top:21px}.sub-hero{padding-block:35px 53px;gap:35px}.sub-hero h1{font-size:clamp(2.65rem,10.3vw,3.8rem);margin-bottom:22px}.sub-hero p{font-size:.99rem;line-height:1.7;margin-bottom:25px}.sub-hero .actions{gap:15px}.sub-hero .button{font-size:.84rem;padding-inline:18px}.sub-hero .text-link{font-size:.84rem}.sub-hero-art{height:320px}.steps-grid{grid-template-columns:1fr;gap:27px}.step{display:grid;grid-template-columns:45px 1fr;gap:0 18px;padding-top:20px}.step>span{grid-row:1/3;align-self:start;justify-self:start;margin:0;font-size:.8rem}.step h3{font-size:1.25rem;line-height:1.15;margin-bottom:12px}.step p{font-size:.91rem;max-width:none}.rental-request-section{padding-block:54px}.rental-request{gap:27px}.rental-request h2{font-size:2.4rem}.rental-request>div>p{font-size:.94rem}.inline-enquiry{padding:24px 20px}.terms-grid{grid-template-columns:1fr;gap:28px}.terms-grid h3{font-size:1.25rem;margin-bottom:10px}.terms-grid p{font-size:.93rem}.buy-options{grid-template-columns:1fr;gap:18px}.buy-option{padding:27px}.buy-option h3{font-size:2.5rem}.buy-option p{font-size:.95rem}.buy-option>span{margin-bottom:33px}.solo-callout{padding:30px 26px;margin-bottom:58px}.solo-callout h2{font-size:2.5rem}.solo-callout p{font-size:.94rem;position:relative;z-index:1}.solo-callout:after{font-size:4rem;right:20px;top:40px}.events-full{padding-top:0}.event-card{grid-template-columns:65px 1fr;gap:20px}.event-date{padding:15px 6px}.event-date strong{font-size:1.9rem}.event-date>span{font-size:.75rem}.event-card h3{font-size:1.4rem}.event-card p{font-size:.9rem}.event-card .button{font-size:.84rem;min-height:46px}dialog{padding:32px 24px;max-height:calc(100dvh - 28px);border-radius:12px;box-shadow:6px 6px 0 #16161644}dialog h2{font-size:2rem;margin-top:6px}dialog .eyebrow{font-size:.75rem;margin-top:3px}dialog p{font-size:.9rem}dialog form{margin-top:20px}.field-row{gap:12px}label{font-size:.8rem}.field-row input{padding-inline:10px;font-size:.9rem;max-width:100%}.category-dialog-art{margin:-32px -24px 25px;padding:28px 24px;height:155px}.category-dialog-art b{font-size:1.8rem}.dialog-phone{font-size:.8rem}.prepared-message{font-size:.84rem}.dialog-close{right:8px;top:8px}.desktop-br{display:none}}
@media(max-width:360px){.header-actions .button{font-size:.75rem;gap:4px;padding-inline:8px}.brand>span{font-size:.82rem}.brand img{width:39px;height:39px}.header-actions{gap:2px}.hero .actions{gap:9px}.hero .text-link{font-size:.75rem}.hero .button{font-size:.81rem;padding-inline:14px}.hero-art{height:325px}.hero-logo-paper{width:188px}.art-statement{font-size:2.4rem}.hero-sticker{padding:12px}.hero-sticker strong{font-size:2.3rem}.ribbon span{font-size:.75rem}.category-symbol{font-size:1.2rem}.contact-details{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}

@media(max-width:580px){.ribbon span{white-space:normal;line-height:1.5}.hero-copy .eyebrow{line-height:1.5;letter-spacing:.035em}.hero-sticker>span{font-size:.75rem;letter-spacing:0}.hero-sticker{max-width:148px}.hero-location small{font-size:.75rem}.category-kicker{max-width:calc(100% - 24px)}.category-symbol{bottom:13px}.photo-note{letter-spacing:.01em}.header-actions .button{font-size:.75rem}.header-actions .button>span{display:none}.contact-details>div>span{font-size:.75rem}.map-label>div>span{font-size:.75rem}.footer-bottom{font-size:.75rem}}

.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.product-card{display:flex;flex-direction:column;min-width:0;text-align:left}.product-picture{height:240px;display:grid;place-items:center;background:var(--cyan);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-bottom:22px;padding:15px}.product-picture img{width:100%;height:100%;object-fit:contain}.product-title-art{font-size:2rem;font-weight:800;letter-spacing:-.055em;line-height:1.1;color:var(--ink);padding:15px}.product-card h3{font-size:1.35rem;margin-bottom:10px}.product-meta{font-size:.875rem;color:var(--muted);margin-bottom:12px}.product-card p{font-size:.94rem;line-height:1.6;margin-bottom:15px}.product-price{font-size:1.2rem;margin-bottom:16px}.product-card .button{align-self:flex-start;margin-top:auto}.collection-section .product-meta,.collection-section .product-card p{color:#bbb}.collection-section .product-card .button{color:white;border-color:#666}@media(max-width:850px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:580px){.product-grid{grid-template-columns:1fr}.product-picture{height:240px}.category-grid:has(.product-card){grid-template-columns:1fr}}
