:root{--moss: #4f6335;--moss-deep: #293821;--moss-night: #1d291a;--moss-soft: #7a8964;--fern: #a9b291;--sand: #efe1cc;--sand-deep: #e5d0b2;--cream: #faf6ed;--paper: #fffdf8;--gold: #c6a052;--gold-deep: #8a6727;--ink: #2f3329;--muted: #6d6f62;--line: rgba(64, 74, 49, .2);--serif: "Iowan Old Style", Baskerville, "Palatino Linotype", Georgia, serif;--sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow: 0 22px 70px rgba(45, 54, 35, .11);--page: min(1240px, calc(100% - 52px) )}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}body:has(.mobile-menu[open]){overflow:hidden}::selection{background:var(--gold);color:var(--moss-night)}a{color:inherit;text-decoration:none}img,svg,video{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button,summary,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;border-radius:999px;background:var(--paper);color:var(--moss-night);transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.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}[hidden]{display:none!important}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--moss-deep);font-family:var(--serif);font-weight:400;letter-spacing:-.035em}h1{font-size:clamp(3.4rem,7.8vw,7rem);line-height:.94}h2{margin-bottom:24px;font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.02}h3{font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.16}.shell,.nav-shell{width:var(--page);margin-inline:auto}.section{padding-block:clamp(82px,10vw,138px)}.page-shell{width:min(900px,calc(100% - 52px));margin-inline:auto}.eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:22px;color:var(--gold-deep);font-size:.7rem;font-weight:800;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.eyebrow:before{width:32px;height:1px;background:currentColor;content:""}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:10px;padding:12px 24px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-size:.84rem;font-weight:750;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px)}.button[disabled]{cursor:not-allowed;opacity:.55;transform:none}.button-primary{background:var(--moss);box-shadow:0 12px 28px #2938212e;color:var(--paper)}.button-primary:hover{background:var(--moss-deep);box-shadow:0 15px 34px #29382142}.button-quiet{border-color:var(--line);background:#fffdf873;color:var(--moss-deep)}.button-gold{background:var(--gold);color:var(--moss-night)}.button-gold:hover{background:#d6b66d}.button-row{display:flex;flex-wrap:wrap;gap:12px}.text-link{display:inline-flex;align-items:center;gap:9px;padding-bottom:3px;border-bottom:1px solid var(--gold);color:var(--moss-deep);font-size:.84rem;font-weight:750}.announcement{padding:7px 20px;background:var(--moss-night);color:#fffdf8e0;font-size:.7rem;font-weight:650;letter-spacing:.07em;text-align:center}.site-header{position:sticky;z-index:50;top:0;border-bottom:1px solid rgba(56,67,43,.12);background:#faf6eded;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{display:grid;min-height:84px;grid-template-columns:auto 1fr auto;align-items:center;gap:clamp(28px,5vw,70px)}.brand{display:inline-flex;width:max-content;flex-direction:column;color:var(--moss-deep);line-height:1}.brand-logo{width:auto;max-height:56px;object-fit:contain}.brand-name{font-family:var(--serif);font-size:1.55rem;letter-spacing:-.035em}.brand-subtitle{margin-top:7px;color:var(--gold-deep);font-size:.45rem;font-weight:850;letter-spacing:.24em}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,2vw,29px)}.desktop-nav a{position:relative;color:var(--moss-deep);font-size:.76rem;font-weight:650;white-space:nowrap}.desktop-nav a:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;background:var(--gold);content:"";transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:17px;color:var(--moss-deep);font-size:1.15rem}.cart-link{display:flex;align-items:center;gap:7px;font-size:.75rem;font-weight:750}.cart-count{display:grid;min-width:22px;height:22px;place-items:center;border-radius:50%;background:var(--gold);color:var(--moss-night);font-size:.66rem}.search-popover,.mobile-menu{position:relative}.search-popover>summary,.mobile-menu>summary{display:grid;cursor:pointer;list-style:none;place-items:center}.search-popover>summary::-webkit-details-marker,.mobile-menu>summary::-webkit-details-marker{display:none}.search-popover__panel{position:absolute;top:calc(100% + 28px);right:-110px;width:min(480px,calc(100vw - 32px));padding:26px;border:1px solid var(--line);border-radius:24px;background:var(--paper);box-shadow:var(--shadow)}.search-popover__panel label{display:block;margin-bottom:10px;color:var(--moss-deep);font-family:var(--serif);font-size:1.35rem}.field-row{display:flex;gap:10px}.field-row input{min-width:0;flex:1}.mobile-menu{display:none}.mobile-menu>summary{width:32px;gap:5px}.mobile-menu>summary span{display:block;width:23px;height:1px;background:var(--moss-deep)}.home-hero{display:grid;min-height:min(800px,calc(100vh - 112px));grid-template-columns:1.02fr .98fr;align-items:center;gap:clamp(38px,7vw,110px);padding-block:clamp(70px,9vw,130px)}.hero-copy{position:relative;z-index:2}.hero-copy h1{margin-bottom:34px}.hero-copy h1 em{color:var(--moss);font-weight:400}.hero-lede{max-width:620px;margin-bottom:32px;color:#555a4d;font-size:clamp(1rem,1.4vw,1.16rem)}.hero-trust{display:flex;flex-wrap:wrap;gap:11px 22px;margin-top:34px;color:var(--muted);font-size:.73rem;font-weight:650}.hero-media,.hero-still-life{position:relative;min-height:570px}.hero-photo{overflow:hidden;height:570px;border-radius:48% 48% 22px 22px;box-shadow:var(--shadow)}.hero-photo img{width:100%;height:100%;object-fit:cover}.hero-arch{position:absolute;top:0;right:0;bottom:10px;left:0;overflow:hidden;border:1px solid rgba(75,87,56,.22);border-radius:48% 48% 18px 18px;background:radial-gradient(circle at 60% 29%,rgba(198,160,82,.42) 0 19%,transparent 19.5%),linear-gradient(155deg,#c8cfb7,#a8b292 38%,#657851);box-shadow:var(--shadow)}.hero-arch:after{position:absolute;right:-15%;bottom:-24%;left:-15%;height:56%;border-radius:50% 50% 0 0;background:linear-gradient(180deg,#304129,#1d2c1c);content:"";transform:rotate(-4deg)}.display-plinth{position:absolute;z-index:2;bottom:18%;width:24%;border-radius:5px 5px 0 0;background:linear-gradient(90deg,#ded0bd,#f6eddd 55%,#c7b89f);box-shadow:0 16px 24px #1c271833}.plinth-one{left:10%;height:25%}.plinth-two{bottom:13%;left:38%;height:19%}.plinth-three{right:9%;height:29%}.crystal-piece{position:absolute;bottom:100%;left:50%;filter:drop-shadow(0 18px 14px rgba(31,42,27,.22));transform:translate(-50%)}.crystal-tall{width:44%;height:115%;background:linear-gradient(145deg,#ded8e7,#918ba9 51%,#ece8f1);clip-path:polygon(50% 0,88% 28%,76% 100%,23% 100%,11% 28%)}.crystal-cluster{width:80%;height:90%;background:linear-gradient(145deg,#8f8273,#e6d2b8 55%,#7f715f);clip-path:polygon(4% 100%,15% 45%,28% 64%,38% 10%,52% 57%,67% 26%,78% 69%,93% 45%,100% 100%)}.treasure-bowl{position:absolute;bottom:100%;left:50%;width:72%;height:46%;border-radius:8px 8px 50% 50%;background:linear-gradient(90deg,#8b6634,#d0a254,#785428);transform:translate(-50%)}.hero-seal{position:absolute;z-index:5;right:-26px;bottom:50px;display:grid;width:118px;height:118px;place-items:center;border:1px solid rgba(255,253,248,.48);border-radius:50%;background:var(--moss-deep);box-shadow:0 16px 38px #1e2b1a3d;color:var(--paper);text-align:center}.hero-seal small{width:76px;color:var(--gold);font-size:.55rem;font-weight:800;letter-spacing:.15em}.category-ribbon{display:grid;border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,1fr)}.category-ribbon a{display:flex;min-height:104px;align-items:center;gap:17px;padding:23px clamp(18px,2.7vw,42px);border-right:1px solid var(--line);background:#fffdf87a;color:var(--moss-deep);font-family:var(--serif);font-size:clamp(1rem,1.35vw,1.18rem);transition:background .18s ease,color .18s ease}.category-ribbon a:last-child{border-right:0}.category-ribbon a:hover{background:var(--moss);color:var(--paper)}.category-ribbon span{color:var(--gold-deep);font-family:var(--sans);font-size:.6rem;font-weight:800;letter-spacing:.15em}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:46px}.section-heading h2{max-width:780px;margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,28px)}.product-card{min-width:0}.product-card__media{position:relative;overflow:hidden;aspect-ratio:.84;margin-bottom:18px;border-radius:42% 42% 16px 16px;background:var(--sand)}.product-card__media img,.product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,0,1)}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__badge{position:absolute;z-index:2;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:#fffdf8e8;color:var(--moss-deep);font-size:.61rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-card__details{display:grid;grid-template-columns:1fr auto;gap:8px 14px}.product-card__details h3{margin-bottom:0;font-size:1.13rem}.product-card__details .price{color:var(--moss-deep);font-size:.84rem;font-weight:750}.product-card__meta{grid-column:1 / -1;color:var(--muted);font-size:.72rem}.placeholder-svg{padding:18%;fill:#4f633538}.moss-section{background:var(--moss-deep);color:#fffdf8c7}.moss-section h2,.moss-section h3{color:var(--paper)}.moss-section .eyebrow{color:#e0bf76}.private-viewing-grid,.split-feature{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(50px,9vw,130px)}.viewing-art,.feature-image{min-height:530px}.viewing-window,.feature-image__frame{position:relative;overflow:hidden;height:530px;border:1px solid rgba(255,253,248,.22);border-radius:44% 44% 12px 12px;background:linear-gradient(#1523151f,#15231566),linear-gradient(145deg,#7c8b67,#3d5134)}.feature-image__frame img{width:100%;height:100%;object-fit:cover}.hanging-moon{position:absolute;top:12%;left:50%;color:var(--gold);font-size:5rem;transform:translate(-50%)}.shelf{position:absolute;right:11%;left:11%;display:flex;align-items:end;justify-content:center;gap:8%;height:7px;background:#c9b390;box-shadow:0 9px 13px #151e1242}.shelf-one{bottom:33%}.shelf-two{bottom:15%}.shelf i{display:block;width:11%;height:60px;background:linear-gradient(145deg,#ddd4dc,#877f92);clip-path:polygon(50% 0,88% 27%,74% 100%,22% 100%,10% 27%)}.check-list{display:grid;gap:9px;padding:0;margin:28px 0 34px;list-style:none}.check-list li:before{margin-right:12px;color:var(--gold);content:"\2726"}.sand-section{background:var(--sand)}.hub-feature{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:clamp(55px,9vw,140px)}.hub-orbit{position:relative;min-height:540px}.hub-orbit:before,.hub-orbit:after{position:absolute;border:1px solid rgba(79,99,53,.22);border-radius:50%;content:"";top:8%;right:11%;bottom:8%;left:11%}.hub-orbit:after{top:20%;right:23%;bottom:20%;left:23%}.orbit-card{position:absolute;z-index:2;display:grid;width:168px;min-height:210px;padding:22px;place-items:center;border:1px solid rgba(79,99,53,.16);border-radius:85px 85px 15px 15px;background:var(--paper);box-shadow:0 16px 40px #313e271a;color:var(--moss-deep);text-align:center;transition:transform .2s ease}.orbit-card:hover{transform:translateY(-7px)}.orbit-card span{font-family:var(--serif);font-size:1.12rem}.orbit-card small{color:var(--muted);font-size:.66rem}.orbit-symbol{color:var(--gold-deep);font-family:var(--serif);font-size:3.1rem;line-height:1}.orbit-1{top:0;left:4%}.orbit-2{top:25%;right:0}.orbit-3{bottom:0;left:27%}.event-grid,.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.event-card,.article-card{display:grid;overflow:hidden;min-height:310px;grid-template-columns:minmax(120px,.46fr) 1fr;border:1px solid var(--line);border-radius:24px;background:#fffdf89e}.event-card__media,.article-card__media{min-height:100%;background:var(--sand)}.event-card__media img,.article-card__media img{width:100%;height:100%;object-fit:cover}.event-card__content,.article-card__content{display:flex;flex-direction:column;align-items:start;padding:clamp(24px,3vw,40px)}.event-card__content p,.article-card__content p{color:var(--muted);font-size:.86rem}.event-card__content .text-link,.article-card__content .text-link{margin-top:auto}.collab-banner{display:grid;align-items:center;padding:clamp(34px,5vw,64px);border:1px solid var(--line);border-radius:28px;background:linear-gradient(130deg,#efe1cc94,#fffdf8e0);grid-template-columns:auto 1fr auto;gap:clamp(24px,4vw,56px)}.collab-banner h2{margin-bottom:14px;font-size:clamp(2rem,3.4vw,3.35rem)}.collab-mark{color:var(--gold-deep);font-family:var(--serif);font-size:5rem}.newsletter-section{padding-block:70px;background:var(--moss);color:var(--paper)}.newsletter-section h2{margin:0;color:var(--paper);font-size:clamp(2rem,3.8vw,3.5rem)}.newsletter-section .eyebrow{color:#ead096}.newsletter-grid{display:grid;align-items:end;grid-template-columns:1fr .8fr;gap:60px}.newsletter-form{display:flex;gap:10px}input,select,textarea{width:100%;min-height:52px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}textarea{min-height:150px;resize:vertical}label{color:var(--moss-deep);font-size:.77rem;font-weight:750}.newsletter-form input{border-color:#fffdf85c;background:#fffdf81f;color:var(--paper)}.newsletter-form input::placeholder{color:#fffdf8ad}.site-footer{padding-top:82px;background:var(--moss-night);color:#fffdf8b3}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .9fr 1.15fr;gap:clamp(28px,5vw,74px)}.footer-brand{margin-bottom:24px;color:var(--paper)}.footer-grid p{font-size:.82rem}.footer-heading{margin-bottom:20px;color:var(--paper);font-family:var(--sans);font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.footer-grid nav{display:grid;gap:10px;font-size:.8rem}.footer-grid nav a:hover,.social-links a:hover{color:var(--gold)}.social-links{display:flex;flex-wrap:wrap;gap:14px;color:var(--gold);font-size:.75rem}.footer-newsletter{position:relative}.footer-newsletter input{padding-right:50px;border-color:#fffdf833;background:#fffdf814;color:var(--paper)}.footer-newsletter button{position:absolute;top:4px;right:4px;display:grid;width:44px;height:44px;border:0;border-radius:50%;background:var(--gold);cursor:pointer;place-items:center}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:28px;margin-top:66px;border-top:1px solid rgba(255,253,248,.11);font-size:.66rem}.footer-bottom div{display:flex;gap:15px}.page-hero{padding-block:clamp(75px,10vw,135px);background:radial-gradient(circle at 82% 34%,rgba(198,160,82,.2),transparent 25%),linear-gradient(135deg,var(--cream),var(--sand))}.page-hero__inner{width:var(--page);margin-inline:auto}.page-hero h1{max-width:930px;margin-bottom:26px;font-size:clamp(3.2rem,7vw,6.2rem)}.page-hero p{max-width:700px;color:var(--muted);font-size:1.05rem}.collection-toolbar{display:grid;align-items:start;gap:24px;grid-template-columns:260px 1fr}.filters{position:sticky;top:114px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fffdf89e}.filters h2{font-family:var(--sans);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.filter-group{padding-block:15px;border-top:1px solid var(--line)}.filter-group summary{cursor:pointer;color:var(--moss-deep);font-size:.82rem;font-weight:750}.filter-values{display:grid;gap:8px;padding-top:12px}.filter-values label{display:flex;align-items:center;gap:8px;font-weight:500}.filter-values input[type=checkbox]{width:16px;min-height:16px}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.price-range input,.collection-main{min-width:0}.collection-controls{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:28px;color:var(--muted);font-size:.78rem}.collection-controls select{width:auto;min-height:44px}.pagination{display:flex;justify-content:center;gap:7px;margin-top:56px}.pagination a,.pagination span{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%}.pagination .current{background:var(--moss);color:var(--paper)}.product-page{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);gap:clamp(45px,7vw,100px)}.product-gallery{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-gallery__item{overflow:hidden;aspect-ratio:.86;border-radius:34% 34% 16px 16px;background:var(--sand)}.product-gallery__item:first-child:last-child{grid-column:1 / -1}.product-gallery__item img,.product-gallery__item video,.product-gallery__item model-viewer{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:126px;align-self:start}.product-info h1{margin-bottom:18px;font-size:clamp(2.8rem,5vw,4.8rem)}.product-price{margin-bottom:24px;color:var(--moss-deep);font-size:1.15rem;font-weight:750}.compare-price{margin-left:8px;color:var(--muted);text-decoration:line-through}.product-description{color:#575c50}.product-form{display:grid;gap:18px;margin-top:30px}.product-option{display:grid;gap:7px}.product-form__actions{display:grid;grid-template-columns:104px 1fr;gap:10px}.product-form__actions .button{width:100%}.stock-note,.pickup-note{display:flex;gap:9px;color:var(--muted);font-size:.76rem}.stock-dot{width:8px;height:8px;margin-top:7px;border-radius:50%;background:#6c8a49;box-shadow:0 0 0 4px #6c8a4924}.product-accordions{margin-top:30px;border-top:1px solid var(--line)}.product-accordions details{padding-block:16px;border-bottom:1px solid var(--line)}.product-accordions summary{cursor:pointer;color:var(--moss-deep);font-weight:750}.product-accordions .rte{padding-top:12px;color:var(--muted)}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:clamp(35px,7vw,100px)}.cart-item{display:grid;align-items:center;padding-block:22px;border-bottom:1px solid var(--line);grid-template-columns:100px 1fr auto;gap:20px}.cart-item__image{overflow:hidden;aspect-ratio:1;border-radius:16px;background:var(--sand)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item h2{margin-bottom:6px;font-size:1.35rem}.cart-item input{width:88px;min-height:44px}.cart-summary{position:sticky;top:126px;align-self:start;padding:30px;border:1px solid var(--line);border-radius:24px;background:var(--paper)}.cart-summary h2{font-size:2rem}.cart-total{display:flex;justify-content:space-between;padding-block:18px;border-top:1px solid var(--line);font-weight:800}.cart-summary .button{width:100%}.rte{overflow-wrap:anywhere}.rte>*:first-child{margin-top:0}.rte h2{margin-top:1.6em;font-size:clamp(2rem,4vw,3.2rem)}.rte h3{margin-top:1.5em}.rte a{border-bottom:1px solid var(--gold)}.rte img{height:auto;margin-block:32px;border-radius:24px}.form-grid{display:grid;gap:18px;grid-template-columns:1fr 1fr}.form-field{display:grid;gap:7px}.form-field--full{grid-column:1 / -1}.form-card{padding:clamp(26px,5vw,54px);border:1px solid var(--line);border-radius:28px;background:var(--paper);box-shadow:0 16px 52px #2d362312}.form-card h2{font-size:clamp(2rem,4vw,3.3rem)}.form-success{padding:14px 18px;border-radius:12px;background:#4f63351c;color:var(--moss-deep)}.errors{padding:14px 18px 14px 36px;border-radius:12px;background:#f4ded8;color:#6e2c21}.article-header{max-width:980px;margin-inline:auto;text-align:center}.article-header h1{font-size:clamp(3.2rem,7vw,6.3rem)}.article-meta{color:var(--muted);font-size:.78rem}.article-hero{overflow:hidden;width:min(1120px,calc(100% - 52px));max-height:680px;margin:50px auto 0;border-radius:50% 50% 24px 24px}.article-hero img{width:100%;height:100%;object-fit:cover}.article-body{width:min(760px,calc(100% - 52px));margin-inline:auto;font-size:1.04rem}.article-reference{display:grid;gap:16px;padding:28px;margin-block:40px;border:1px solid var(--line);border-radius:22px;background:var(--sand)}.article-reference h2{margin:0;font-size:1.75rem}.search-form{display:flex;max-width:700px;gap:10px}.empty-state{padding:70px 28px;border:1px dashed var(--line);border-radius:24px;text-align:center}.visually-balanced{text-wrap:balance}.rise-in{animation:rise-in .7s both cubic-bezier(.2,.7,0,1)}.rise-delay{animation-delay:.14s}@keyframes rise-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:1060px){.desktop-nav{display:none}.nav-shell{grid-template-columns:1fr auto}.mobile-menu{display:block}.mobile-menu nav{position:fixed;top:112px;right:0;left:0;display:grid;max-height:calc(100vh - 112px);gap:0;padding:26px;overflow-y:auto;border-top:1px solid var(--line);background:var(--cream)}.mobile-menu nav a{padding-block:16px;border-bottom:1px solid var(--line);color:var(--moss-deep);font-family:var(--serif);font-size:1.5rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-ribbon{grid-template-columns:repeat(2,1fr)}.category-ribbon a:nth-child(2){border-right:0}.category-ribbon a:nth-child(-n+2){border-bottom:1px solid var(--line)}.footer-grid{grid-template-columns:1.3fr 1fr}}@media(max-width:820px){:root{--page: min(100% - 32px, 720px)}.home-hero,.private-viewing-grid,.split-feature,.hub-feature,.newsletter-grid,.product-page,.cart-layout{grid-template-columns:1fr}.home-hero{padding-top:66px}.hero-media,.hero-still-life{min-height:500px}.hero-photo{height:500px}.event-grid,.article-grid{grid-template-columns:1fr}.collab-banner{align-items:start;grid-template-columns:auto 1fr}.collab-banner .button{grid-column:2;justify-self:start}.collection-toolbar{grid-template-columns:1fr}.filters,.product-info,.cart-summary{position:static}.filters{padding:18px}.product-gallery{grid-template-columns:1fr}.product-gallery__item{border-radius:34% 34% 16px 16px}.product-gallery__item:first-child:last-child{grid-column:auto}}@media(max-width:620px){:root{--page: calc(100% - 28px) }body{font-size:15px}.announcement{font-size:.62rem}.nav-shell{min-height:74px}.brand-name{font-size:1.32rem}.brand-subtitle{font-size:.38rem}.nav-actions{gap:12px}.cart-link>span:nth-child(2){display:none}.mobile-menu nav{top:102px;max-height:calc(100vh - 102px)}.search-popover__panel{position:fixed;top:110px;right:14px;left:14px;width:auto}.field-row,.newsletter-form{flex-direction:column}.home-hero{min-height:auto}h1{font-size:clamp(3.25rem,17vw,5rem)}.hero-media,.hero-still-life{min-height:420px}.hero-photo{height:420px}.hero-seal{right:-4px;bottom:22px;width:98px;height:98px}.category-ribbon{grid-template-columns:1fr}.category-ribbon a{min-height:76px;border-right:0;border-bottom:1px solid var(--line)}.product-grid{gap:30px 12px}.product-card__details{grid-template-columns:1fr}.product-card__details .price{grid-row:2}.product-card__meta{grid-column:1}.section-heading{align-items:start;flex-direction:column}.viewing-art,.feature-image{min-height:400px}.viewing-window,.feature-image__frame{height:400px}.hub-orbit{min-height:500px}.orbit-card{width:140px;min-height:190px;padding:16px}.collab-banner{grid-template-columns:1fr}.collab-mark{font-size:3.8rem}.collab-banner .button{grid-column:1}.event-card,.article-card{grid-template-columns:1fr}.event-card__media,.article-card__media{min-height:240px}.footer-grid{grid-template-columns:1fr}.footer-bottom{align-items:start;flex-direction:column}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:1}.product-form__actions{grid-template-columns:88px 1fr}.cart-item{grid-template-columns:82px 1fr}.cart-item__price{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/kairos.css.map */
