:root{--lake-ink: #2E3B44;--lake-ink-90: #253139;--lake-ink-80: #344652;--blue-fog: #5E6B75;--blue-fog-soft: #C9D1D3;--wet-cedar: #8A7158;--wet-cedar-deep: #5b4738;--moss-shadow: #37453c;--dawn-blush: #cfa384;--brass-ember: #D97A3A;--brass-ember-bright: #e69a60;--warm-paper: #E8E1D4;--warm-paper-soft: #F2EBDD;--charcoal-ui: #1D2328;--bg: var(--lake-ink);--surface: var(--lake-ink-90);--surface-paper: var(--warm-paper);--text: var(--warm-paper);--text-muted: #b8b1a3;--text-faint: #7a766c;--text-on-paper: var(--lake-ink);--text-on-paper-muted: #5e564a;--section-heading-light: #f1eadc;--section-heading-soft: #d9d2c5;--rule: rgba(231, 222, 208, .14);--rule-strong: rgba(231, 222, 208, .28);--accent: var(--brass-ember);--accent-bright: var(--brass-ember-bright);--font-serif: "Instrument Serif", "Tiempos Headline", Georgia, "Times New Roman", serif;--font-sans: "Inter", "General Sans", "Helvetica Neue", system-ui, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;--t-hero: clamp(2.6rem, 5.4vw + .5rem, 5.5rem);--t-h1: clamp(2rem, 3.4vw + .5rem, 3.2rem);--t-h2: clamp(1.4rem, 1.6vw + .7rem, 2rem);--t-h3: 1.125rem;--t-body: 1rem;--t-small: .875rem;--t-mini: .75rem;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 48px;--s-8: 64px;--s-9: 96px;--s-10: 128px;--ease: cubic-bezier(.22, .61, .36, 1);--ease-out: cubic-bezier(.22, 1, .36, 1);--t-fade: .6s;--t-fade-fast: .32s;--t-fade-slow: .9s;--container: 1280px;--container-narrow: 880px;--radius: 2px;--radius-card: 6px;--shadow-card: 0 30px 60px -30px rgba(0,0,0,.6), 0 2px 6px rgba(0,0,0,.25)}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:16px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}body{background:var(--bg);color:var(--text);font-size:var(--t-body);line-height:1.55;letter-spacing:.005em;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}:focus-visible{outline:2px solid var(--brass-ember-bright);outline-offset:3px;border-radius:2px}.serif{font-family:var(--font-serif);font-weight:400;letter-spacing:-.01em}.eyebrow{font-family:var(--font-sans);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.eyebrow .dot{color:var(--accent);margin:0 .6em}.meta{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.04em;color:var(--text-faint);font-variant-numeric:tabular-nums}.lead{font-family:var(--font-serif);font-size:clamp(1.2rem,.8vw + 1rem,1.5rem);line-height:1.45;color:var(--text);max-width:38em}h1,h2,h3,h4{font-family:var(--font-serif);font-weight:400;margin:0;line-height:1.08;letter-spacing:-.015em}p{margin:0 0 1em}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--s-6)}.container-narrow{width:100%;max-width:var(--container-narrow);margin:0 auto;padding:0 var(--s-6)}.section{padding:var(--s-10) 0;position:relative}.section-tight{padding:var(--s-9) 0}.section hr.rule{border:0;height:1px;background:var(--rule);margin:var(--s-7) 0}.pc-home-hero{position:relative;min-height:min(720px,86svh);display:grid;align-items:end;overflow:hidden;color:var(--warm-paper);background:var(--charcoal-ui);isolation:isolate}.pc-home-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--pc-home-hero-image, var(--pc-hero-image));background-size:cover;background-position:center 42%;transform:scale(1.02)}.pc-home-hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#1d2328c2,#1d232861 52%,#1d232814),linear-gradient(0deg,#1d2328e0,#1d232814 54%,#1d23286b)}.pc-home-hero__brand{position:absolute;z-index:2;top:24%;right:13%;display:inline-flex;align-items:center;gap:14px;color:#f1eadceb;text-decoration:none;letter-spacing:.2em;text-transform:uppercase;font-family:var(--font-body);font-size:.76rem;line-height:1;text-shadow:0 18px 40px rgba(0,0,0,.36)}.pc-home-hero__brand:hover{color:var(--warm-paper)}.pc-home-hero__mark{width:42px;height:42px;flex:0 0 auto;filter:drop-shadow(0 16px 28px rgba(0,0,0,.22))}.pc-home-hero__content{position:relative;z-index:1;width:min(680px,calc(100% - 40px));margin:0 auto;padding:120px 0 clamp(56px,9vh,96px)}.pc-home-hero__content h1{font-size:var(--t-hero);color:var(--warm-paper);max-width:12ch;margin-bottom:22px}.pc-home-hero__content p{max-width:42ch;color:var(--section-heading-soft);font-size:clamp(1rem,.5vw + .9rem,1.18rem);line-height:1.6;margin-bottom:28px}@media(max-width:749px){.pc-home-hero__brand{top:18%;right:7%;gap:10px;font-size:.66rem;letter-spacing:.16em}.pc-home-hero__mark{width:36px;height:36px}}.nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px clamp(20px,4vw,40px);background:linear-gradient(to bottom,#172329c7,#17232900);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:background var(--t-fade) var(--ease)}.nav.scrolled{background:#172329eb;border-bottom:1px solid var(--rule);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav__brand{display:flex;align-items:center;gap:10px;color:var(--warm-paper);text-decoration:none;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:500}.nav__brand svg{color:var(--warm-paper)}.nav__links{display:flex;gap:var(--s-5);align-items:center;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-weight:500}.nav__links a{text-decoration:none;transition:color .2s var(--ease)}.nav__links a:hover{color:var(--warm-paper)}.nav__crate-btn{position:relative;display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--rule-strong);border-radius:999px;color:var(--warm-paper);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;transition:border-color .2s var(--ease),background .2s var(--ease)}.nav__crate-btn:hover,.nav__crate-btn:focus-visible{border-color:var(--accent-bright);background:#d0a8680f}.nav__crate-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:var(--lake-ink);font-family:var(--font-mono);font-size:.66rem;font-weight:600}.nav__crate-count[data-empty=true]{background:transparent;color:var(--text-faint);border:1px solid var(--rule-strong)}@media(max-width:720px){.nav__links a:not(.nav__crate-btn){display:none}}.btn{display:inline-flex;align-items:center;gap:12px;padding:14px 22px;border:1px solid transparent;border-radius:999px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:500;transition:background .28s var(--ease),border-color .28s var(--ease),color .28s var(--ease),box-shadow .28s var(--ease),transform .28s var(--ease);text-decoration:none;cursor:pointer;font-family:var(--font-sans)}.btn--primary{background:var(--warm-paper);color:var(--lake-ink);border-color:var(--warm-paper)}.btn--primary:hover,.btn--primary:focus-visible{background:var(--warm-paper-soft);transform:translateY(-1px)}.btn--brass{background:var(--accent);color:var(--lake-ink);border-color:var(--accent)}.btn--brass:hover,.btn--brass:focus-visible{background:var(--accent-bright);border-color:var(--accent-bright)}.btn--ghost{background:transparent;color:var(--warm-paper);border-color:var(--rule-strong)}.btn--ghost:hover,.btn--ghost:focus-visible{border-color:var(--warm-paper)}.btn--ink{background:var(--charcoal-ui);color:var(--warm-paper);border-color:var(--lake-ink)}.btn--ink:hover,.btn--ink:focus-visible{background:var(--lake-ink-80)}.btn .arrow{display:inline-block;transition:transform .28s var(--ease)}.btn:hover .arrow{transform:translate(3px)}.hero{position:relative;height:100svh;min-height:640px;width:100%;overflow:hidden;background:var(--lake-ink)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--pc-hero-image);background-size:cover;background-position:center 38%;transform:scale(1.045);animation:heroDrift 30s ease-in-out infinite alternate}@keyframes heroDrift{0%{transform:scale(1.045) translateY(0)}to{transform:scale(1.075) translateY(-.8%)}}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(circle at 70% 57%,rgba(217,122,58,.16),transparent 8%),radial-gradient(circle at 76% 66%,rgba(217,122,58,.1),transparent 7%),linear-gradient(90deg,transparent 0%,rgba(201,209,211,.08) 48%,transparent 100%);opacity:.7;mix-blend-mode:screen;pointer-events:none;animation:emberAndFog 6.5s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;top:58%;right:0;bottom:0;left:0;z-index:1;background:repeating-radial-gradient(ellipse at 30% 0%,rgba(201,209,211,.18) 0 1px,transparent 1px 15px);opacity:.12;pointer-events:none;animation:waterBreath 9s ease-in-out infinite alternate}@keyframes emberAndFog{0%{opacity:.48;transform:translate(-.6%)}to{opacity:.78;transform:translate(.6%)}}@keyframes waterBreath{0%{opacity:.08;transform:translateY(0)}to{opacity:.16;transform:translateY(-5px)}}.hero__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#1d2328bd,#1d232873 36%,#1d232824 60%,#1d232800 78%),linear-gradient(to bottom,#1d232894,#1d232824 32%,#1d232814 55%,#1d2328b8 90%,#1d2328fa);z-index:1}.hero__inner{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 clamp(20px,5vw,60px) clamp(60px,8vh,110px);max-width:var(--container);margin:0 auto}.hero__eyebrow{display:inline-flex;align-items:center;gap:14px;margin-bottom:var(--s-5)}.hero__eyebrow .line{width:26px;height:1px;background:var(--accent-bright)}.hero__headline{font-family:var(--font-serif);font-size:var(--t-hero);line-height:1.02;max-width:13ch;margin:0 0 var(--s-5);color:var(--warm-paper);font-weight:400;letter-spacing:-.02em}.hero__sub{font-family:var(--font-sans);font-size:clamp(1rem,.4vw + .85rem,1.15rem);max-width:42ch;color:var(--text-muted);line-height:1.55;margin:0 0 var(--s-6)}.hero__cta-row{display:flex;gap:var(--s-3);flex-wrap:wrap;align-items:center}.hero__scroll-cue{position:absolute;bottom:22px;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:2}.hero__scroll-cue .line{width:1px;height:32px;background:linear-gradient(to bottom,var(--accent),transparent);animation:cueLine 2.4s ease-in-out infinite}@keyframes cueLine{0%,to{transform:scaleY(.4);transform-origin:top;opacity:.5}50%{transform:scaleY(1);opacity:1}}.shore{position:relative;padding:var(--s-9) 0 var(--s-10);background:var(--charcoal-ui)}.shore__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s-6);margin-bottom:var(--s-7)}.shore__title{font-size:var(--t-h1);max-width:18ch}.shore__intro p{color:var(--text-muted);max-width:40ch}body:has(.public-crate-shopify) .announcement-bar-section,body:has(.public-crate-shopify) .announcement-bar,body:has(.public-crate-shopify) .utility-bar{display:none!important}.public-crate-shopify .shore__title,.public-crate-shopify .notes__header h2,.public-crate-shopify .ledger__copy h2,.public-crate-shopify .objects__header h2,.public-crate-shopify .editorial__head h2{color:var(--section-heading-light)!important}.public-crate-shopify .crate01__panel h2{color:#40515d!important}.shore-scene{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--radius-card);overflow:hidden;background:#0c1418 var(--pc-hero-image) center/cover no-repeat;box-shadow:var(--shadow-card);isolation:isolate}.shore-scene:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1723291a,#17232900 30%,#17232973);pointer-events:none}.shore-progress{position:absolute;left:18px;bottom:16px;z-index:4;font-family:var(--font-mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-paper);background:#172329b3;border:1px solid var(--rule);padding:8px 12px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;gap:10px}.shore-progress .dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}.hotspot{position:absolute;width:44px;height:44px;padding:0;background:transparent;border:0;z-index:3;cursor:pointer;transform:translate(-50%,-50%)}.hotspot__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(231,222,208,.7);background:radial-gradient(circle at center,rgba(208,168,104,.18),transparent 60%);transition:transform .32s var(--ease),border-color .32s var(--ease),background .32s var(--ease);animation:hotspotPulse 3.6s ease-in-out infinite}.hotspot__dot{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:var(--accent-bright);box-shadow:0 0 14px #d3a868a6,0 0 2px #ffffff80}.hotspot__label{position:absolute;left:56px;top:50%;transform:translateY(-50%);white-space:nowrap;font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-paper);background:#172329c7;padding:6px 10px;border:1px solid var(--rule);border-radius:4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .28s var(--ease) .28s,transform .28s var(--ease) .28s}.hotspot:hover .hotspot__ring,.hotspot:focus-visible .hotspot__ring{transform:scale(1.18);border-color:var(--accent-bright);background:radial-gradient(circle at center,rgba(208,168,104,.32),transparent 60%)}.hotspot:hover .hotspot__label,.hotspot:focus-visible .hotspot__label{opacity:1;transform:translateY(-50%) translate(2px)}.hotspot[data-found=true] .hotspot__ring{border-color:var(--accent-bright);border-style:dashed;animation:none}@keyframes hotspotPulse{0%,to{box-shadow:0 0 #d0a86800}50%{box-shadow:0 0 0 10px #d0a86800;border-color:#e7ded0f2}}.hotspot--dock-rope{left:84%;top:51%}.hotspot--brass-latch{left:58%;top:76%}.hotspot--field-note{left:80%;top:72%}.hotspot--lantern{left:65%;top:53%}.hotspot--boathouse{display:none}.shore-traces-mobile{display:none;margin-top:var(--s-6)}.shore-traces-mobile .trace-item{display:flex;align-items:center;gap:var(--s-4);width:100%;padding:16px 18px;background:var(--lake-ink-80);border:1px solid var(--rule);border-left:2px solid var(--accent);border-radius:4px;margin-bottom:10px;text-align:left;transition:border-color .24s var(--ease),background .24s var(--ease)}.shore-traces-mobile .trace-item:hover,.shore-traces-mobile .trace-item:focus-visible{background:var(--lake-ink-90);border-color:var(--rule-strong)}.shore-traces-mobile .trace-num{font-family:var(--font-mono);font-size:.7rem;color:var(--accent-bright);letter-spacing:.1em}.shore-traces-mobile .trace-name{font-family:var(--font-serif);font-size:1.15rem}.shore-traces-mobile .trace-meta{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint)}@media(max-width:760px){.shore-scene{display:none}.shore-traces-mobile{display:block}}.pc-trace-drawer{position:fixed;top:0;right:0;bottom:0;width:min(440px,100vw);background:var(--lake-ink-90);color:var(--warm-paper);z-index:80;transform:translate(110%);transition:transform .42s var(--ease-out);border-left:1px solid var(--rule-strong);display:flex;flex-direction:column;box-shadow:-40px 0 80px #00000080}.pc-trace-drawer[data-open=true]{transform:translate(0)}.pc-trace-veil{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;background:#00000073;opacity:0;pointer-events:none;transition:opacity .32s var(--ease)}.pc-trace-veil[data-open=true]{opacity:1;pointer-events:auto}.pc-trace-drawer .drawer__head{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-bottom:1px solid var(--rule)}.pc-trace-drawer .drawer__label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint)}.pc-trace-drawer .drawer__close{width:36px;height:36px;border-radius:50%;border:1px solid var(--rule-strong);display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s var(--ease),color .2s var(--ease)}.pc-trace-drawer .drawer__close:hover,.pc-trace-drawer .drawer__close:focus-visible{border-color:var(--warm-paper)}.pc-trace-drawer .drawer__body{flex:1;overflow-y:auto;padding:28px 28px 40px}.pc-trace-drawer .drawer__img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-card);margin-bottom:22px;background:var(--lake-ink-80)}.pc-trace-drawer .drawer__title{font-family:var(--font-serif);font-size:1.85rem;margin-bottom:8px}.pc-trace-drawer .drawer__quote{font-family:var(--font-serif);font-style:italic;font-size:1.2rem;color:var(--warm-paper);border-left:1px solid var(--accent);padding-left:14px;margin:18px 0;line-height:1.4}.pc-trace-drawer .drawer__body p{color:var(--text-muted);font-size:.98rem;line-height:1.65}.pc-trace-drawer .drawer__meta{display:grid;grid-template-columns:auto 1fr;gap:8px 18px;margin:22px 0 0;padding-top:18px;border-top:1px solid var(--rule);font-family:var(--font-mono);font-size:.78rem;color:var(--text-muted);letter-spacing:.04em}.pc-trace-drawer .drawer__meta dt{color:var(--text-faint);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;align-self:center}.pc-trace-drawer .drawer__meta dd{margin:0;color:var(--warm-paper)}.pc-trace-drawer .drawer__cta{margin-top:26px;display:flex;gap:10px;flex-wrap:wrap}.crate01{background:var(--lake-ink);padding:var(--s-10) 0}.crate01__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(28px,4vw,64px);align-items:stretch}.crate01__media{position:relative;border-radius:var(--radius-card);overflow:hidden;background:var(--lake-ink-80);aspect-ratio:4/3}.crate01__media img{width:100%;height:100%;object-fit:cover}.crate01__addon{position:relative;display:block;border-radius:var(--radius-card);overflow:hidden;background:var(--lake-ink-80);aspect-ratio:4 / 3;min-height:100%;color:inherit;text-decoration:none;box-shadow:var(--shadow-card);isolation:isolate}.crate01__addon img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease)}.crate01__addon:hover img,.crate01__addon:focus-visible img{transform:scale(1.04)}.crate01__addon-shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,#1d23280d,#1d2328d6),radial-gradient(circle at 24% 25%,rgba(217,122,58,.14),transparent 42%)}.crate01__addon-copy{position:absolute;inset:auto 0 0 0;z-index:2;display:flex;flex-direction:column;gap:10px;padding:clamp(24px,3.3vw,42px)}.crate01__addon-copy strong{max-width:12ch;font-family:var(--font-serif);font-size:clamp(2rem,2vw + 1rem,3rem);line-height:.98;font-weight:400;letter-spacing:-.02em;color:var(--warm-paper)}.crate01__addon-copy>span:not(.eyebrow){max-width:42ch;color:var(--text-muted);font-size:.96rem;line-height:1.55}.crate01__addon-copy em{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-style:normal;color:var(--accent-bright)}.crate01__panel{background:var(--warm-paper);color:var(--text-on-paper);padding:clamp(28px,3vw,44px);border-radius:var(--radius-card);display:flex;flex-direction:column;justify-content:center;position:relative}.crate01__panel:before{content:"";position:absolute;top:18px;right:18px;width:22px;height:22px;border:1px solid var(--wet-cedar);border-radius:50%;opacity:.4}.crate01__panel .eyebrow{color:var(--wet-cedar)}.crate01__panel .eyebrow .dot{color:var(--accent)}.crate01__eyebrow-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px}.crate01__title-row{display:flex;align-items:flex-start;justify-content:flex-start;gap:18px;margin:18px 0 14px}.crate01__title-copy{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:0}.crate01__panel h2{font-size:clamp(1.9rem,1.55vw + 1rem,2.42rem);margin:0;white-space:nowrap;color:var(--text-on-paper)}.crate01__byline{display:block;font-family:var(--font-mono);font-size:.68rem;line-height:1.35;letter-spacing:.14em;text-transform:uppercase;color:var(--text-on-paper-muted)}.crate01__ref{display:none;flex-direction:column;align-items:flex-start;max-width:18ch;font-family:var(--font-mono);font-size:.68rem;line-height:1.35;letter-spacing:.14em;text-transform:uppercase;text-align:left;color:var(--text-on-paper-muted);transform:translateY(-6px)}.crate01__panel .desc{color:var(--text-on-paper-muted);font-size:1.02rem;line-height:1.6;max-width:38ch;margin-bottom:22px}.crate01__spec{display:grid;grid-template-columns:auto 1fr;gap:8px 22px;margin-bottom:26px;font-family:var(--font-mono);font-size:.82rem}.crate01__spec dt{color:var(--text-on-paper-muted);text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;align-self:center}.crate01__spec dd{margin:0;color:var(--text-on-paper)}.crate01__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:var(--s-4);flex-wrap:wrap}.crate01__price{font-family:var(--font-serif);font-size:2rem;color:var(--text-on-paper);letter-spacing:-.01em}.crate01__cta-row{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}@media(max-width:880px){.crate01__grid{grid-template-columns:1fr}.crate01__title-row{flex-direction:column}.crate01__ref{transform:none}}@media(max-width:720px){.container,.container-narrow{padding-left:20px;padding-right:20px}.hero{min-height:680px}.hero__media{background-position:58% 42%}.hero__inner{padding:0 20px 64px}.hero__eyebrow{align-items:flex-start;gap:10px;margin-bottom:18px}.hero__eyebrow .line{margin-top:8px;width:18px;flex:0 0 18px}.hero__eyebrow .eyebrow{line-height:1.5;letter-spacing:.16em}.hero__headline{max-width:10.5ch;font-size:clamp(2.55rem,13vw,4rem)}.hero__sub{max-width:34ch;font-size:.98rem}.hero__cta-row,.crate01__cta-row,.dispatch__cta-row{flex-direction:column;align-items:stretch}.hero__cta-row .btn,.crate01__cta-row .btn,.dispatch__cta-row .btn{width:100%;justify-content:center;text-align:center}.shore__header,.notes__header,.objects__header,.editorial__head{align-items:flex-start;flex-direction:column;gap:var(--s-4)}.shore__intro p,.notes__header .lead{max-width:100%}.crate01__panel{padding:28px 22px}.crate01__title-row{gap:8px;margin-top:16px}.crate01__panel h2{font-size:clamp(1.72rem,8vw,2.55rem);white-space:normal}.crate01__ref{font-size:.66rem;max-width:100%}.crate01__spec{grid-template-columns:1fr;gap:4px}.crate01__spec dd{margin-bottom:10px}.ledger__benefits li{align-items:flex-start}.footer__base{flex-direction:column;align-items:flex-start;gap:8px}}.notes{background:var(--lake-ink);padding:var(--s-9) 0}.notes__header{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--s-6);margin-bottom:var(--s-7)}.notes__header h2{font-size:var(--t-h1);max-width:16ch}.notes__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--s-5)}.note{background:var(--lake-ink-80);border:1px solid var(--rule);border-radius:var(--radius-card);padding:26px 22px;display:flex;flex-direction:column;min-height:240px;transition:border-color .28s var(--ease),transform .28s var(--ease)}.note:hover{border-color:var(--rule-strong);transform:translateY(-2px)}.note__num{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.18em;color:var(--accent-bright);margin-bottom:12px}.note__title{font-family:var(--font-serif);font-size:1.25rem;margin-bottom:12px;line-height:1.2}.note__body{font-size:.92rem;color:var(--text-muted);line-height:1.6}.note__material{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-faint);margin-top:auto;padding-top:18px;border-top:1px solid var(--rule)}@media(max-width:1100px){.notes__grid{grid-template-columns:repeat(3,1fr)}.note:nth-child(4),.note:nth-child(5){grid-column:span 1}}@media(max-width:760px){.notes__grid{grid-template-columns:1fr}.note{min-height:auto}}.ledger{background:var(--charcoal-ui);padding:var(--s-10) 0;position:relative;overflow:hidden}.ledger:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 20% 30%,rgba(176,138,84,.1),transparent 70%);pointer-events:none}.ledger__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,80px);align-items:center;position:relative;z-index:1}.ledger__copy h2{font-size:var(--t-h1);margin-bottom:18px;max-width:16ch}.ledger__copy .lead{color:var(--text-muted);margin-bottom:28px}.ledger__benefits{list-style:none;padding:0;margin:0 0 28px}.ledger__benefits li{display:flex;gap:14px;align-items:baseline;padding:12px 0;border-top:1px solid var(--rule);font-size:.96rem;color:var(--text)}.ledger__benefits li:last-child{border-bottom:1px solid var(--rule)}.ledger__benefits .num{font-family:var(--font-mono);color:var(--accent-bright);font-size:.74rem;letter-spacing:.12em}.ledger__card{background:var(--warm-paper);color:var(--text-on-paper);padding:clamp(28px,3vw,44px);border-radius:var(--radius-card);box-shadow:var(--shadow-card);position:relative;overflow:hidden}.ledger__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(91,70,56,.05),transparent 40%),radial-gradient(circle at 80% 80%,rgba(91,70,56,.04),transparent 40%);pointer-events:none}.ledger__card .eyebrow{color:var(--wet-cedar)}.ledger__card .eyebrow .dot{color:var(--accent)}.ledger__card .card-title{font-family:var(--font-serif);font-size:1.7rem;margin:14px 0 18px;color:var(--text-on-paper)}.ledger__form{display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.field{display:flex;flex-direction:column;gap:6px}.field label{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-on-paper-muted)}.field input{font:inherit;font-family:var(--font-sans);font-size:1rem;background:transparent;color:var(--text-on-paper);border:0;border-bottom:1px solid rgba(91,70,56,.4);padding:8px 0;transition:border-color .22s var(--ease)}.field input::placeholder{color:#5b463866}.field input:focus{outline:none;border-color:var(--wet-cedar)}.field .hint{font-size:.94rem;color:var(--text-on-paper-muted);line-height:1.45;margin-top:4px}.ledger__submit{align-self:flex-start;margin-top:8px}.ledger__success{display:none;background:var(--lake-ink);color:var(--warm-paper);border-radius:var(--radius-card);padding:32px 28px;border:1px solid var(--accent)}.ledger__success[data-shown=true]{display:block}.ledger__success .num-line{font-family:var(--font-mono);font-size:.74rem;letter-spacing:.18em;color:var(--accent-bright);margin-bottom:8px}.ledger__success .founder-no{font-family:var(--font-serif);font-size:2.4rem;letter-spacing:.04em;margin-bottom:12px}.ledger__success .quiet{color:var(--text-muted);margin:0}@media(max-width:880px){.ledger__grid{grid-template-columns:1fr}}.objects{background:var(--lake-ink);padding:var(--s-10) 0}.objects__header{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--s-6);margin-bottom:var(--s-7);flex-wrap:wrap}.objects__header h2{font-size:var(--t-h1);max-width:18ch}.objects__header .meta{color:var(--text-faint)}.objects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-5)}.pcard{background:var(--lake-ink-80);border:1px solid var(--rule);border-radius:var(--radius-card);overflow:hidden;display:flex;flex-direction:column;transition:transform .32s var(--ease),border-color .32s var(--ease)}.pcard:hover{transform:translateY(-3px);border-color:var(--rule-strong)}.pcard__media{aspect-ratio:4 / 3;background:var(--lake-ink-90);position:relative;overflow:hidden}.pcard__media img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s var(--ease)}[data-testid=card-product-p1] .pcard__media img{object-position:center 100%}.pcard:hover .pcard__media img{transform:scale(1.04)}.pcard__body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:4px;flex:1}.pcard__crate{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-bright);margin-bottom:6px}.pcard__name{font-family:var(--font-serif);font-size:1.35rem;line-height:1.2}.pcard__material{font-size:.85rem;color:var(--text-muted);margin-top:4px}.pcard__story{color:var(--text-muted);font-size:.88rem;line-height:1.55;margin:14px 0 0}.pcard__counter{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin-top:14px;padding:11px 0;border-top:1px solid rgba(231,222,208,.14);border-bottom:1px solid rgba(231,222,208,.14)}.pcard__counter span{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.16em;color:var(--warm-paper)}.pcard__counter-label{display:flex;flex-direction:column;align-items:flex-end;font-family:var(--font-sans);font-size:.72rem;line-height:1.3;color:var(--text-faint);text-transform:uppercase;letter-spacing:.11em;text-align:right;white-space:nowrap}.pcard__bottom{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:18px;gap:10px;flex-wrap:wrap}.pcard__price{font-family:var(--font-serif);font-size:1.25rem;color:var(--warm-paper);letter-spacing:-.005em}.pcard__status{font-family:var(--font-mono);font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-faint)}.pcard__status[data-state=few]{color:var(--dawn-blush)}.pcard__status[data-state=founders]{color:var(--accent-bright)}.pcard__status[data-state=archive]{color:var(--text-faint)}.pcard__add{flex:0 1 auto;width:100%;min-height:58px;padding:14px 22px;border:1px solid var(--rule-strong);border-radius:999px;font-family:var(--font-sans);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--warm-paper);transition:background .22s var(--ease),border-color .22s var(--ease),color .22s var(--ease),transform .22s var(--ease);text-align:center;align-self:stretch}[data-testid=card-product-p1] .pcard__add{width:100%;min-height:78px;padding-block:18px}[data-testid=card-product-p2] .pcard__add{width:100%;min-height:64px;padding-block:14px}[data-testid=card-product-p3] .pcard__add{width:100%;min-height:46px;padding-block:10px}.pcard__add:hover,.pcard__add:focus-visible{background:var(--warm-paper);color:var(--lake-ink);border-color:var(--warm-paper)}.pcard__add:disabled{opacity:.45;cursor:not-allowed}.pcard__add[data-state=added]{background:var(--accent);color:var(--lake-ink);border-color:var(--accent)}.pcard__art-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.pcard__art-card svg{width:70%;height:70%}@media(max-width:1024px){.objects__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.objects__grid{grid-template-columns:1fr}}@media(max-width:600px){[data-testid^=card-product-] .pcard__add{width:100%;max-width:100%}}.dispatch{background:var(--warm-paper);color:var(--text-on-paper);padding:var(--s-10) 0}.dispatch__head{text-align:center;max-width:60ch;margin:0 auto var(--s-7)}.dispatch__head h2{font-size:clamp(2.2rem,3vw + 1rem,3rem);color:var(--text-on-paper);margin-bottom:16px}.dispatch__head .eyebrow{color:var(--wet-cedar);justify-content:center;display:inline-flex}.dispatch__head p{color:var(--text-on-paper-muted)}.dispatch__panel{background:var(--warm-paper-soft);border:1px solid rgba(91,70,56,.15);border-radius:var(--radius-card);max-width:760px;margin:0 auto;padding:36px clamp(20px,3vw,44px)}.dispatch__title{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px dashed rgba(91,70,56,.3);padding-bottom:14px;margin-bottom:22px}.dispatch__title h3{font-family:var(--font-serif);font-size:1.5rem;color:var(--text-on-paper)}.dispatch__title .meta{color:var(--text-on-paper-muted)}.dispatch__items{display:flex;flex-direction:column}.dispatch__items--empty{padding:30px 0;text-align:center;color:var(--text-on-paper-muted);font-family:var(--font-serif);font-size:1.2rem}.dline{display:grid;grid-template-columns:70px 1fr auto auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(91,70,56,.1)}.dline:last-child{border-bottom:0}.dline__thumb{width:70px;height:70px;border-radius:4px;background:var(--lake-ink-90);object-fit:cover}.dline__thumb--art{display:flex;align-items:center;justify-content:center;background:var(--lake-ink)}.dline__thumb--art svg{width:60%;height:60%;color:var(--accent-bright)}.dline__name{font-family:var(--font-serif);font-size:1.1rem;color:var(--text-on-paper)}.dline__sub{font-family:var(--font-mono);font-size:.7rem;letter-spacing:.12em;color:var(--text-on-paper-muted);text-transform:uppercase}.dline__price{font-family:var(--font-serif);font-size:1.05rem;color:var(--text-on-paper)}.dline__remove{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--text-on-paper-muted);padding:6px 10px;border-radius:999px;transition:background .2s var(--ease),color .2s var(--ease)}.dline__remove:hover,.dline__remove:focus-visible{background:#5b463814;color:var(--wet-cedar-deep)}.dispatch__totals{display:grid;grid-template-columns:1fr auto;gap:6px 16px;margin-top:22px;padding-top:22px;border-top:1px solid rgba(91,70,56,.2);font-family:var(--font-mono);font-size:.86rem;color:var(--text-on-paper)}.dispatch__totals .label{color:var(--text-on-paper-muted);text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.dispatch__totals .total{font-family:var(--font-serif);font-size:1.6rem;align-self:center}.dispatch__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:26px;padding-top:22px;border-top:1px solid rgba(91,70,56,.15)}.dispatch__trust .row{display:flex;gap:10px;align-items:flex-start}.dispatch__trust .row svg{color:var(--wet-cedar);flex:0 0 auto;margin-top:2px}.dispatch__trust .row .t{font-family:var(--font-sans);font-size:.78rem;color:var(--text-on-paper);line-height:1.4}.dispatch__trust .row .t b{display:block;font-weight:500;margin-bottom:1px}.dispatch__trust .row .t span{color:var(--text-on-paper-muted)}.dispatch__cta-row{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}@media(max-width:600px){.dline{grid-template-columns:60px 1fr auto}.dline__remove{grid-column:2 / 4;justify-self:flex-end;padding:0}.dispatch__trust{grid-template-columns:1fr}}.dispatch__sealed{display:none;text-align:center;padding:30px 0 10px}.dispatch__sealed[data-shown=true]{display:block}.dispatch__sealed .seal{width:80px;height:80px;border-radius:50%;border:1px solid var(--wet-cedar);background:#b08a542e;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;color:var(--wet-cedar)}.dispatch__sealed h3{font-family:var(--font-serif);font-size:1.8rem;margin-bottom:8px;color:var(--text-on-paper)}.dispatch__sealed p{color:var(--text-on-paper-muted)}.editorial{background:var(--lake-ink);padding:var(--s-9) 0}.editorial__head{display:flex;justify-content:space-between;align-items:flex-end;gap:var(--s-6);margin-bottom:var(--s-6)}.editorial__head h2{font-size:var(--t-h2);max-width:18ch}.editorial__head p{color:var(--text-muted);font-size:.92rem;max-width:36ch}.candidates{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--s-5);margin-bottom:var(--s-7)}.candidate{position:relative;overflow:hidden;border-radius:var(--radius-card);aspect-ratio:16/9;background:var(--lake-ink-80)}.candidate img{width:100%;height:100%;object-fit:cover}.candidate__tag{position:absolute;left:14px;top:14px;background:#172329c7;border:1px solid var(--rule);padding:6px 10px;border-radius:4px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.14em;text-transform:uppercase;color:var(--warm-paper);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.candidate__tag[data-primary=true]{background:var(--accent);color:var(--lake-ink);border-color:var(--accent)}.socials{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--s-5)}.social{position:relative;overflow:hidden;border-radius:var(--radius-card);aspect-ratio:9/16;background:var(--lake-ink-80);display:block;color:inherit;text-decoration:none;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition)}.social:hover,.social:focus-visible{transform:translateY(-3px);box-shadow:0 20px 60px #00000038}.social img{width:100%;height:100%;object-fit:cover}.social__caption{position:absolute;inset:auto 0 0 0;padding:18px 16px;font-family:var(--font-serif);font-size:1rem;color:var(--warm-paper);line-height:1.25;background:linear-gradient(to bottom,#17232900,#172329d9 80%)}@media(max-width:1024px){.candidates,.socials{grid-template-columns:1fr 1fr}}@media(max-width:560px){.candidates{grid-template-columns:1fr}.socials{grid-template-columns:1fr 1fr}}.footer{background:var(--charcoal-ui);color:var(--text-muted);padding:var(--s-9) 0 var(--s-5);border-top:1px solid var(--rule)}.footer__line{text-align:center;font-family:var(--font-serif);font-style:italic;font-size:1.5rem;color:var(--warm-paper);margin-bottom:var(--s-8)}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:var(--s-6);padding:var(--s-6) 0;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.footer__brand .nav__brand{margin-bottom:14px}.footer__brand p{font-size:.86rem;max-width:32ch}.footer__col h4{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-faint);margin-bottom:14px}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:8px;font-size:.86rem}.footer__col a{text-decoration:none;transition:color .2s var(--ease)}.footer__col a:hover{color:var(--warm-paper)}.footer__base{display:flex;justify-content:space-between;align-items:center;padding-top:var(--s-5);font-family:var(--font-mono);font-size:.74rem;color:var(--text-faint);letter-spacing:.08em}@media(max-width:760px){.footer__grid{grid-template-columns:1fr 1fr}}.quiet-page{min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(217,122,58,.12),transparent 34%),linear-gradient(180deg,var(--charcoal-ui) 0%,var(--lake-ink) 58%,var(--lake-ink-90) 100%)}.quiet-page__skip{position:fixed;top:12px;left:12px;z-index:100;transform:translateY(-140%);padding:10px 14px;background:var(--warm-paper);color:var(--charcoal-ui);text-decoration:none;font-size:var(--t-small)}.quiet-page__skip:focus{transform:translateY(0)}.quiet-page__nav{display:flex;justify-content:space-between;align-items:center;gap:var(--s-4);width:100%;max-width:var(--container);margin:0 auto;padding:var(--s-5) var(--s-6)}.quiet-page__back{font-family:var(--font-mono);font-size:var(--t-mini);letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:var(--text-muted)}.quiet-page__back:hover{color:var(--warm-paper)}.quiet-page__main{width:100%;max-width:1040px;margin:0 auto;padding:var(--s-8) var(--s-6) var(--s-10)}.quiet-page__hero{max-width:760px;margin-bottom:var(--s-8)}.quiet-page__hero h1{margin:var(--s-3) 0 var(--s-4);font-size:clamp(2.25rem,5vw,5rem)}.quiet-page__hero p:not(.eyebrow){color:var(--text-muted);font-size:clamp(1rem,.5vw + .95rem,1.18rem);max-width:62ch}.quiet-page__stack{display:grid;gap:var(--s-4)}.quiet-page__card{display:grid;grid-template-columns:72px 1fr;gap:var(--s-5);padding:clamp(var(--s-5),4vw,var(--s-7));background:#e8e1d414;border:1px solid rgba(232,225,212,.16);box-shadow:var(--shadow-card)}.quiet-page__num{margin:0;font-family:var(--font-mono);font-size:var(--t-mini);letter-spacing:.18em;color:var(--brass-ember)}.quiet-page__card h2{margin-bottom:var(--s-4);font-size:clamp(1.6rem,2vw,2.4rem)}.quiet-page__card p{color:var(--text-muted);max-width:68ch}.quiet-page__card a{color:var(--warm-paper);text-decoration-color:#d97a3a8c;text-underline-offset:4px}@media(max-width:680px){.quiet-page__nav{align-items:flex-start;flex-direction:column}.quiet-page__main{padding-top:var(--s-5)}.quiet-page__card{grid-template-columns:1fr}}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(20px);background:var(--lake-ink-90);border:1px solid var(--accent);color:var(--warm-paper);font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;padding:12px 20px;border-radius:999px;z-index:90;opacity:0;pointer-events:none;transition:opacity .3s var(--ease),transform .3s var(--ease);white-space:nowrap}.toast[data-shown=true]{opacity:1;transform:translate(-50%) translateY(0)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease)}.reveal.in{opacity:1;transform:none}@media(max-width:720px){.hero__scroll-cue{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.hero__media{animation:none;transform:none}.reveal{opacity:1;transform:none}.hotspot__ring{animation:none}html{scroll-behavior:auto}}.public-crate-shopify{background:var(--bg)}.public-crate-shopify .hero__headline,.public-crate-shopify .pc-home-hero__content h1{text-wrap:balance}.public-crate-shopify .hero__sub,.public-crate-shopify .lead,.public-crate-shopify .pcard__story,.public-crate-shopify .crate01__panel .desc{text-wrap:pretty}@media(max-width:749px){.public-crate-shopify .nav{padding:12px 14px;background:#172329e0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.public-crate-shopify .nav__brand{font-size:.66rem;letter-spacing:.12em;gap:8px}.public-crate-shopify .nav__brand svg{width:18px;height:18px}.public-crate-shopify .nav__links{gap:8px}.public-crate-shopify .nav__crate-btn{padding:8px 10px;font-size:.64rem;letter-spacing:.12em}.public-crate-shopify .hero{min-height:82svh;height:auto}.public-crate-shopify .hero__media{background-position:58% center;transform:scale(1.01);animation:none}.public-crate-shopify .hero__veil{background:linear-gradient(to bottom,#1d232861,#1d232829 28%,#1d2328b8 68%,#1d2328fa),linear-gradient(to right,#1d2328b8,#1d23283d)}.public-crate-shopify .hero__inner{min-height:82svh;padding:92px 18px 46px;justify-content:flex-end}.public-crate-shopify .hero__headline{max-width:11ch;font-size:clamp(2.35rem,14vw,4rem);line-height:.98;margin-bottom:16px}.public-crate-shopify .hero__sub{max-width:34ch;font-size:1rem;line-height:1.5;color:#e8e1d4db}.public-crate-shopify .hero__cta-row,.public-crate-shopify .crate01__cta-row,.public-crate-shopify .dispatch__cta-row{display:grid;grid-template-columns:1fr;width:100%}.public-crate-shopify .btn{width:100%;justify-content:center;min-height:48px;padding:13px 16px;font-size:.72rem;letter-spacing:.13em}.public-crate-shopify .container,.public-crate-shopify .container-narrow{padding-left:18px;padding-right:18px}.public-crate-shopify .shore,.public-crate-shopify .crate01,.public-crate-shopify .notes,.public-crate-shopify .ledger,.public-crate-shopify .objects,.public-crate-shopify .dispatch,.public-crate-shopify .editorial{padding-top:64px;padding-bottom:64px}.public-crate-shopify .shore__header,.public-crate-shopify .objects__header,.public-crate-shopify .ledger__grid,.public-crate-shopify .crate01__grid{display:grid;grid-template-columns:1fr;gap:22px}.public-crate-shopify .shore__title,.public-crate-shopify .notes__header h2,.public-crate-shopify .ledger__copy h2,.public-crate-shopify .objects__header h2,.public-crate-shopify .dispatch__head h2,.public-crate-shopify .editorial__head h2{font-size:clamp(2rem,10vw,3rem);line-height:1.02}.public-crate-shopify .pcard__body,.public-crate-shopify .ledger__card,.public-crate-shopify .dispatch__panel,.public-crate-shopify .crate01__panel{padding:22px}.public-crate-shopify .pcard__material,.public-crate-shopify .pcard__story,.public-crate-shopify .note__body,.public-crate-shopify .footer__brand p,.public-crate-shopify .ledger__benefits li,.public-crate-shopify .dispatch__trust .t span{font-size:.96rem;line-height:1.55}.public-crate-shopify .pcard__bottom,.public-crate-shopify .crate01__price-row{align-items:flex-start;gap:12px}.public-crate-shopify .socials{grid-template-columns:1fr}.public-crate-shopify .footer__grid,.public-crate-shopify .footer__base{display:grid;grid-template-columns:1fr;gap:18px;text-align:left}}@media(max-width:749px){.pc-home-hero{min-height:82svh}.pc-home-hero__media{background-position:57% center}.pc-home-hero__content{width:calc(100% - 36px);padding-top:160px;padding-bottom:52px}.pc-home-hero__content h1{max-width:11ch;font-size:clamp(2.35rem,14vw,4rem)}.pc-home-hero__brand{top:82px;right:18px}}.public-crate-shopify .pc-forward-note{margin-top:.75rem;color:#e8e1d4bd;font-size:.96rem}.hero__media{overflow:hidden}.hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 38%;opacity:0;pointer-events:none}.shore-mobile-context{display:none;margin:0 0 22px}.shore-mobile-context img{width:100%;border-radius:var(--radius-card);box-shadow:var(--shadow-card);aspect-ratio:16 / 10;object-fit:cover;object-position:center}.public-crate-shopify .shore__title{max-width:none;white-space:nowrap}.public-crate-shopify .shore__intro{display:grid;grid-template-columns:1fr;gap:18px;max-width:48ch}.public-crate-shopify .shore__intro p{margin:0}.public-crate-shopify .notes__header h2{max-width:28ch}.public-crate-shopify .ledger__copy h2,.public-crate-shopify .objects__header h2,.public-crate-shopify .editorial__head h2{max-width:none}.public-crate-shopify .field .hint{font-family:var(--font-sans);letter-spacing:0;text-transform:none}.public-crate-shopify .objects__grid{grid-template-columns:repeat(3,1fr);align-items:stretch}.public-crate-shopify [data-testid=card-product-p4]{grid-column:1 / -1;display:grid;grid-template-columns:minmax(220px,.42fr) 1fr}.public-crate-shopify [data-testid=card-product-p4] .pcard__media{aspect-ratio:auto;min-height:260px}.public-crate-shopify [data-testid=card-product-p4] .pcard__body{padding:28px}.public-crate-shopify .social__caption{min-height:92px;display:flex;align-items:flex-end}.footer__socials{display:flex;align-items:center;gap:12px;margin-top:18px}.footer__socials a{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--rule-strong);border-radius:999px;color:var(--warm-paper);opacity:.86;transition:opacity .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease)}.footer__socials a:hover,.footer__socials a:focus-visible{opacity:1;border-color:var(--accent-bright);transform:translateY(-1px)}.footer__socials svg{width:18px;height:18px}body:has(.cart__items),body:has(.cart__footer-wrapper){background:var(--charcoal-ui)}body:has(.cart__items) .cart-items,body:has(.cart__footer-wrapper) .cart__footer,body:has(.cart__warnings) .cart__warnings{background:var(--warm-paper-soft);border:1px solid rgba(91,70,56,.14);border-radius:8px;box-shadow:0 30px 70px #0000002e;padding:clamp(18px,3vw,34px)}body:has(.cart__items) .title--primary{font-family:var(--font-serif);color:var(--warm-paper)}body:has(.cart__items) .cart-item__name,body:has(.cart__footer-wrapper) .totals__total-value,body:has(.cart__footer-wrapper) .totals__total{color:var(--lake-ink)}body:has(.cart__footer-wrapper) .cart__checkout-button,body:has(.cart__warnings) .button{background:var(--charcoal-ui);color:var(--warm-paper);border-radius:999px;letter-spacing:.12em;text-transform:uppercase;min-height:52px}body:has(.cart__footer-wrapper) .cart__checkout-button:after,body:has(.cart__warnings) .button:after{box-shadow:none}@media(min-width:761px){.public-crate-shopify .shore__header,.public-crate-shopify .notes__header{align-items:center}}@media(max-width:1024px){.public-crate-shopify .objects__grid{grid-template-columns:repeat(2,1fr)}.public-crate-shopify [data-testid=card-product-p4]{grid-template-columns:1fr}.public-crate-shopify [data-testid=card-product-p4] .pcard__media{aspect-ratio:4 / 2;min-height:0}}@media(max-width:749px){.hero__img{opacity:1;object-position:58% center}.public-crate-shopify .hero__media{background-image:none!important}.shore-mobile-context{display:block}.public-crate-shopify .shore-scene{display:none}.public-crate-shopify .shore-traces-mobile{margin-top:10px}.public-crate-shopify .shore__title{white-space:normal;text-align:center;max-width:12ch;margin-inline:auto}.public-crate-shopify .shore__intro,.public-crate-shopify .notes__header,.public-crate-shopify .objects__header,.public-crate-shopify .editorial__head,.public-crate-shopify .dispatch__head{text-align:center}.public-crate-shopify .shore,.public-crate-shopify .crate01,.public-crate-shopify .notes,.public-crate-shopify .ledger,.public-crate-shopify .objects,.public-crate-shopify .dispatch,.public-crate-shopify .editorial{padding-top:48px;padding-bottom:52px}.public-crate-shopify .shore__header,.public-crate-shopify .notes__header,.public-crate-shopify .objects__header,.public-crate-shopify .editorial__head,.public-crate-shopify .dispatch__head{margin-bottom:28px}.public-crate-shopify .crate01__addon{min-height:360px}.public-crate-shopify .notes__header h2,.public-crate-shopify .ledger__copy h2,.public-crate-shopify .objects__header h2,.public-crate-shopify .dispatch__head h2,.public-crate-shopify .editorial__head h2{max-width:13ch;margin-inline:auto;text-align:center}.public-crate-shopify .objects__grid{grid-template-columns:1fr}.public-crate-shopify [data-testid=card-product-p4]{display:flex}.public-crate-shopify [data-testid=card-product-p4] .pcard__media{aspect-ratio:4 / 3}.public-crate-shopify .socials{gap:14px}.public-crate-shopify .social__caption{min-height:78px;font-size:.95rem}.public-crate-shopify .footer__line{font-size:1.25rem;margin-bottom:34px}}.public-crate-shopify .hotspot{pointer-events:auto!important;z-index:12;touch-action:manipulation}.public-crate-shopify .shore-scene:before,.public-crate-shopify .shore-scene:after{pointer-events:none!important}.public-crate-shopify .pc-trace-drawer{z-index:120}.public-crate-shopify .pc-trace-veil{z-index:110}.public-crate-shopify .footer__socials a[href="#"]{opacity:.45}.public-crate-shopify .footer__socials a[href="#"]:after{content:none}body:has(.cart__footer-wrapper) .cart__footer{max-width:520px;margin-left:auto;background:linear-gradient(180deg,#e8e1d4fa,#e8e1d4eb)}body:has(.cart__items) .cart-items{background:linear-gradient(180deg,#e8e1d4fa,#e8e1d4ed)}body:has(.cart__footer-wrapper) .cart__ctas{display:grid;gap:12px}body:has(.cart__footer-wrapper) .cart__checkout-button,body:has(.cart__footer-wrapper) .pc-cart-return,body:has(.cart__warnings) .button{width:100%;min-height:54px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;line-height:1;font-family:var(--font-mono);font-size:.76rem;border-radius:999px}body:has(.cart__footer-wrapper) .pc-cart-return{background:transparent;color:var(--lake-ink);border:1px solid rgba(91,70,56,.28)}body:has(.cart__footer-wrapper) .cart__dynamic-checkout-buttons{margin-top:12px}@media(max-width:749px){.public-crate-shopify .footer__line{text-align:center;margin-left:auto;margin-right:auto}body:has(.cart__footer-wrapper) .cart__footer{max-width:none}}.public-crate-shopify .hero h1,.public-crate-shopify .hero__headline,.public-crate-shopify .pc-home-hero__content h1{text-shadow:0 3px 24px rgba(0,0,0,.45),0 1px 2px rgba(0,0,0,.55)}.public-crate-shopify .hero p,.public-crate-shopify .hero__sub,.public-crate-shopify .pc-home-hero__content p{text-shadow:0 2px 16px rgba(0,0,0,.48)}.public-crate-shopify .ledger__card{border:1px solid rgba(91,70,56,.2);background:linear-gradient(145deg,#f2ebddfa,#e8e1d4f0),radial-gradient(circle at 15% 0%,rgba(217,122,58,.12),transparent 40%)}.public-crate-shopify .ledger__card .card-title{font-size:clamp(2rem,3.6vw,3.15rem);line-height:.95;letter-spacing:-.025em;margin:10px 0 20px}.public-crate-shopify .ledger__form{gap:16px}.public-crate-shopify .field input{min-height:44px;border-bottom-color:#5b463885}.public-crate-shopify .field .hint{font-family:var(--font-sans);font-size:.9rem;color:#2e3b44c7}.public-crate-shopify .ledger__submit{width:100%;justify-content:center;margin-top:12px}.public-crate-shopify .footer__socials--text{flex-wrap:wrap;gap:10px}.public-crate-shopify .footer__socials--text a{width:auto;min-width:0;height:38px;padding:0 14px;border-radius:999px;font-family:var(--font-mono);font-size:.66rem;letter-spacing:.12em;text-transform:uppercase;text-decoration:none}.public-crate-shopify .footer__socials--text a:empty{display:none}body:has(.cart__items) .cart-items,body:has(.cart__footer-wrapper) .cart__footer,body:has(.cart__warnings) .cart__warnings{border-radius:18px}body:has(.cart__footer-wrapper) .cart__checkout-button,body:has(.cart__warnings) .button,body:has(.cart__items) .button,body:has(.cart__footer-wrapper) .button{min-height:54px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;text-align:center}body:has(.cart__footer-wrapper) .cart__checkout-button{width:100%;max-width:420px;background:var(--charcoal-ui);color:var(--warm-paper)}body:has(.cart__footer-wrapper) .cart__ctas{display:grid;gap:12px;justify-items:stretch}body:has(.cart__items) .quantity__button,body:has(.cart__items) .quantity__input{min-height:42px}@media(max-width:760px){.public-crate-shopify section{scroll-margin-top:78px}.public-crate-shopify .ledger__card{padding:26px 20px}.public-crate-shopify .ledger__card .card-title{text-align:left}.public-crate-shopify .footer__line{text-align:center;margin-left:auto;margin-right:auto;max-width:24ch}.public-crate-shopify .footer__socials--text{justify-content:flex-start}.public-crate-shopify .footer__socials--text a{height:40px}body:has(.cart__footer-wrapper) .cart__checkout-button,body:has(.cart__warnings) .button,body:has(.cart__items) .button,body:has(.cart__footer-wrapper) .button{width:100%}}.trace-listings{background:linear-gradient(180deg,var(--lake-ink-90),var(--lake-ink));padding:clamp(28px,5vw,74px) 0 clamp(36px,6vw,88px)}.trace-listings__header h2{max-width:18ch}.trace-card{width:100%;text-align:left;cursor:pointer;-webkit-appearance:none;appearance:none;font:inherit}.trace-card:hover,.trace-card:focus-visible{transform:translateY(-2px);border-color:var(--accent);outline:none}.trace-card .note__material{display:inline-flex;margin-top:auto}@media(max-width:760px){.trace-listings{padding-top:26px;padding-bottom:44px}.trace-listings__header h2,.trace-listings__header .lead{text-align:center;margin-left:auto;margin-right:auto}.trace-listings__grid{gap:12px}}.ledger__form-intro{margin:-.15rem 0 1.15rem;color:var(--text-on-paper-muted);font-size:.98rem;line-height:1.5}.ledger__notice{margin:0 0 1rem;padding:.85rem 1rem;border-radius:6px;font-size:.9rem;line-height:1.4}.ledger__notice--success{background:#37453c1f;border:1px solid rgba(55,69,60,.24);color:var(--moss-shadow)}.ledger__notice--error{background:#d97a3a1f;border:1px solid rgba(217,122,58,.3);color:var(--wet-cedar-deep)}@media(max-width:760px){.shore-traces-mobile{display:none!important}.trace-listings{padding-top:22px;margin-top:-10px}.trace-listings__grid{display:grid;grid-template-columns:minmax(0,340px);justify-content:center;justify-items:stretch;gap:13px;width:100%}.trace-card{margin-left:auto;margin-right:auto;min-height:0}}.social{aspect-ratio:4 / 5}.social img{object-fit:cover;object-position:center 34%}@media(min-width:1025px){.socials{align-items:stretch}}@media(max-width:560px){.social{aspect-ratio:1 / 1.18}.social__caption{padding:14px 12px;font-size:.92rem}}.pc-coordinate-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:none;align-items:center;justify-content:center;padding:20px}.pc-coordinate-modal[data-open=true]{display:flex}.pc-coordinate-modal__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b12159e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pc-coordinate-modal__panel{position:relative;width:min(460px,100%);background:linear-gradient(180deg,#ffffff14,#fff0),var(--warm-paper);color:var(--wet-cedar);border:1px solid rgba(91,70,56,.24);border-radius:var(--radius-card);box-shadow:0 28px 90px #0000005c;padding:clamp(26px,4vw,38px);text-align:left}.pc-coordinate-modal__panel h3{margin:8px 0 12px;font-family:var(--font-serif);font-size:clamp(1.8rem,4vw,2.5rem);line-height:.98;color:var(--wet-cedar-deep)}.pc-coordinate-modal__panel p{color:var(--text-on-paper-muted);font-size:1rem;line-height:1.55;margin:0 0 20px}.pc-coordinate-modal__button{width:100%;justify-content:center}.public-crate-shopify{--text-muted: #d8d1c4;--text-faint: #aaa397;--section-heading-soft: #eee7da}.public-crate-shopify .hero__eyebrow .eyebrow,.public-crate-shopify .hero__sub,.public-crate-shopify .hero__scroll-cue,.pc-home-hero__brand,.pc-home-hero__content p{color:#f8f4ebf0!important;text-shadow:0 2px 3px rgba(0,0,0,.62),0 10px 34px rgba(0,0,0,.52)}.public-crate-shopify .hero__headline,.pc-home-hero__content h1{color:#fff8eb!important;text-shadow:0 2px 3px rgba(0,0,0,.68),0 16px 44px rgba(0,0,0,.56)}.public-crate-shopify .hero__eyebrow .line{background:#f0aa72;box-shadow:0 0 18px #d97a3a80}.public-crate-shopify .hero__veil{background:linear-gradient(to right,#141a1ec7,#141a1e80 36%,#141a1e2e 60%,#141a1e05 78%),linear-gradient(to bottom,#141a1e85,#141a1e26 32%,#141a1e1a 55%,#141a1ebd 90%,#141a1efa)}.public-crate-shopify .lead,.public-crate-shopify .shore__intro p,.public-crate-shopify .pc-forward-note,.public-crate-shopify .note__body,.public-crate-shopify .pcard__material,.public-crate-shopify .pcard__story,.public-crate-shopify .ledger__copy .lead,.public-crate-shopify .editorial__head p,.public-crate-shopify .footer__brand p,.public-crate-shopify .footer__col li,.public-crate-shopify .drawer__body p{color:#eee7dad1}.public-crate-shopify .meta,.public-crate-shopify .note__material,.public-crate-shopify .pcard__status,.public-crate-shopify .footer__base,.public-crate-shopify .footer__col h4,.public-crate-shopify .drawer__label,.public-crate-shopify .drawer__meta dt{color:#e8e1d49e}.public-crate-shopify .eyebrow,.public-crate-shopify .note__num,.public-crate-shopify .pcard__crate,.public-crate-shopify .ledger__benefits .num{color:#f0aa72}.public-crate-shopify .social__caption,.public-crate-shopify .candidate__tag,.public-crate-shopify .hotspot__label,.public-crate-shopify .shore-progress,.public-crate-shopify .crate01__addon-copy strong,.public-crate-shopify .crate01__addon-copy>span:not(.eyebrow){color:#fffaf0f5;text-shadow:0 2px 14px rgba(0,0,0,.55)}.public-crate-shopify .social__caption{background:linear-gradient(to bottom,#17232900,#12191deb 86%)}.public-crate-shopify .crate01__addon-shade{background:linear-gradient(to bottom,#12191d05,#12191de6),radial-gradient(circle at 24% 25%,rgba(217,122,58,.16),transparent 42%)}.public-crate-shopify .crate01__panel .desc,.public-crate-shopify .ledger__card,.public-crate-shopify .ledger__card .hint,.public-crate-shopify .dispatch__head p,.public-crate-shopify .dispatch__trust .row .t,.public-crate-shopify .dispatch__totals,.public-crate-shopify .field label{text-shadow:none}@media(max-width:749px){.public-crate-shopify .hero__veil{background:linear-gradient(to bottom,#141a1e4d,#141a1e1f 28%,#141a1ec2 68%,#141a1efa),linear-gradient(to right,#141a1eb8,#141a1e42)}.public-crate-shopify .hero__sub{color:#fffaf0f2!important;font-weight:450}.public-crate-shopify .hero__eyebrow .eyebrow{color:#fffaf0eb!important}}.public-crate-shopify .trace-listings .container{display:flex;flex-direction:column;align-items:center}.public-crate-shopify .trace-listings__header{width:100%;max-width:760px;align-items:center;text-align:center;margin-left:auto;margin-right:auto}.public-crate-shopify .trace-listings__header h2,.public-crate-shopify .trace-listings__header .lead{margin-left:auto;margin-right:auto;text-align:center}.public-crate-shopify .trace-listings__grid{width:min(100%,1120px);margin-left:auto!important;margin-right:auto!important;display:grid!important;grid-template-columns:repeat(4,minmax(210px,1fr))!important;justify-content:center!important;justify-items:stretch!important;align-items:stretch;gap:clamp(14px,2vw,24px)}.public-crate-shopify .trace-card{min-height:260px;height:100%}@media(max-width:1100px){.public-crate-shopify .trace-listings__grid{width:min(100%,760px);grid-template-columns:repeat(2,minmax(240px,1fr))!important}}@media(max-width:760px){.public-crate-shopify .trace-listings__grid{width:min(100%,370px);grid-template-columns:minmax(0,1fr)!important}.public-crate-shopify .trace-card{width:100%;min-height:220px}}.public-crate-shopify .trace-listings__header{max-width:100%!important;width:100%!important}.public-crate-shopify #trace-listings-title,.public-crate-shopify .trace-listings__header h2{display:block!important;max-width:none!important;width:100%!important;white-space:nowrap!important;overflow:visible!important;text-wrap:nowrap!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(1.18rem,4.15vw,3.45rem)!important;line-height:1.02!important;letter-spacing:clamp(.015em,.08vw,.055em)!important}@media(max-width:520px){.public-crate-shopify #trace-listings-title,.public-crate-shopify .trace-listings__header h2{font-size:clamp(.98rem,5.15vw,1.42rem)!important;letter-spacing:.01em!important}}html,body{max-width:100%;overflow-x:hidden}.public-crate-shopify,.public-crate-shopify .shopify-section,.public-crate-shopify .container,.public-crate-shopify section{max-width:100%;box-sizing:border-box}.public-crate-shopify{overflow-x:clip;width:100%}.public-crate-shopify img,.public-crate-shopify video,.public-crate-shopify svg{max-width:100%}.public-crate-shopify .trace-listings__header{width:100%!important;max-width:1180px!important;display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr)!important;align-items:center!important;gap:clamp(24px,4vw,72px)!important;text-align:left!important;margin-left:auto!important;margin-right:auto!important}.public-crate-shopify #trace-listings-title,.public-crate-shopify .trace-listings__header h2{grid-column:1!important;white-space:nowrap!important;text-wrap:nowrap!important;overflow:visible!important;max-width:none!important;width:auto!important;margin:0!important;text-align:left!important;font-size:clamp(2.35rem,4.25vw,4.85rem)!important;line-height:.94!important;letter-spacing:-.025em!important}.public-crate-shopify .trace-listings__header .lead{grid-column:2!important;max-width:520px!important;margin:0!important;text-align:center!important}.public-crate-shopify .trace-listings__grid{max-width:min(100%,1120px)!important;overflow:visible}@media(max-width:900px){.public-crate-shopify .trace-listings__header{display:block!important;max-width:min(100%,720px)!important;text-align:center!important}.public-crate-shopify #trace-listings-title,.public-crate-shopify .trace-listings__header h2{width:100%!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(1.72rem,7vw,3.3rem)!important;line-height:.98!important}.public-crate-shopify .trace-listings__header .lead{max-width:640px!important;margin:18px auto 0!important;text-align:center!important}}@media(max-width:520px){.public-crate-shopify .trace-listings,.public-crate-shopify .trace-listings .container{overflow-x:hidden!important}.public-crate-shopify #trace-listings-title,.public-crate-shopify .trace-listings__header h2{font-size:clamp(1.33rem,7.1vw,1.72rem)!important;letter-spacing:-.025em!important}.public-crate-shopify .trace-listings__grid{width:min(100%,340px)!important;max-width:calc(100vw - 32px)!important;margin-left:auto!important;margin-right:auto!important}.public-crate-shopify .trace-card{max-width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/public-crate.css.map */
