:root{--ink:#171914;--paper:#f6f1e7;--white:#fffdf8;--green:#17623b;--green-dark:#0e3c27;--orange:#ff5a16;--line:rgba(23,25,20,0.22)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{min-height:100vh;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:0;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,select{font:inherit}.site-header{min-height:72px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:var(--paper)}.wordmark{font-size:1.08rem;font-weight:900}.header-link{min-height:44px;display:inline-flex;align-items:center;gap:8px;font-size:.88rem;font-weight:800;text-transform:uppercase}.shop-intro{min-height:54vh;padding:11vh 4vw 8vh;display:flex;flex-direction:column;justify-content:flex-end;background:var(--orange);border-bottom:1px solid var(--ink)}.edition,.product-kicker,.status-kicker{margin-bottom:22px;font-size:.76rem;font-weight:900;text-transform:uppercase}.shop-intro h1{max-width:940px;font-family:Georgia,Times New Roman,serif;font-size:clamp(4rem,9vw,8.5rem);font-weight:700;line-height:.84}.intro-copy{max-width:520px;margin-top:36px;font-size:clamp(1.08rem,2vw,1.45rem);font-weight:700;line-height:1.35}.product-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(340px,2fr);border-bottom:1px solid var(--ink)}.product-layout--reverse{grid-template-columns:minmax(340px,2fr) minmax(0,3fr)}.product-layout--reverse .product-image{order:2;border-right:0;border-left:1px solid var(--ink)}.product-image{position:relative;min-height:min(78vw,860px);overflow:hidden;background:var(--white);background-position:50%;background-repeat:no-repeat;background-size:cover;border-right:1px solid var(--ink)}.product-details{padding:clamp(36px,6vw,88px) 4vw;align-self:center}.product-details h2{max-width:480px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,5.6rem);line-height:.95}.price{margin-top:24px;font-size:1.4rem;font-weight:900}.product-description{max-width:450px;margin-top:22px;font-size:1.06rem;line-height:1.6}.buy-form{max-width:460px;margin-top:42px}.buy-form label{display:block;margin-bottom:9px;font-size:.76rem;font-weight:900;text-transform:uppercase}.buy-form button,.buy-form select{width:100%;min-height:54px;border:2px solid var(--ink);border-radius:4px}.buy-form select{padding:0 14px;background:var(--white)}.buy-form button{margin-top:12px;display:flex;align-items:center;justify-content:center;gap:10px;background:var(--green);color:white;font-weight:900;cursor:pointer;transition:background .15s ease,transform .15s ease}.buy-form button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-2px)}.buy-form button:disabled{cursor:wait;opacity:.7}.form-error{margin-top:12px;color:#9e1d0d;font-size:.9rem;font-weight:700}.spin{animation:spin 1s linear infinite}.product-notes{max-width:460px;margin-top:46px;border-top:1px solid var(--line)}.product-notes div{padding:18px 0;border-bottom:1px solid var(--line)}.product-notes dt{font-size:.82rem;font-weight:900;text-transform:uppercase}.product-notes dd{margin-top:5px;font-size:.93rem;line-height:1.45}footer{min-height:110px;padding:28px 4vw;align-items:center;justify-content:space-between;gap:24px;background:var(--green-dark);font-size:.9rem;font-weight:800}.status-page,footer{display:flex;color:white}.status-page{min-height:100vh;padding:10vh 6vw;flex-direction:column;align-items:flex-start;justify-content:center;background:var(--green)}.status-icon{width:66px;height:66px;margin-bottom:28px;display:grid;place-items:center;border:2px solid white;border-radius:50%}.status-page h1{max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:clamp(3.8rem,8vw,7.5rem);line-height:.9}.status-page>p:not(.status-kicker,.order-reference){max-width:580px;margin-top:30px;font-size:1.18rem;line-height:1.55}.order-reference{margin-top:22px;font-family:monospace;font-size:.82rem;text-transform:uppercase}.status-page a{min-height:48px;margin-top:42px;padding:0 20px;display:inline-flex;align-items:center;gap:10px;border:2px solid white;border-radius:4px;font-weight:900}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:840px){.site-header{padding:0 20px}.shop-intro{min-height:calc(100svh - 72px);padding:90px 20px 64px}.shop-intro h1{font-size:clamp(3.7rem,20vw,6.8rem)}.product-layout{grid-template-columns:1fr}.product-layout--reverse .product-image{order:0;border-left:0}.product-image{min-height:100vw;border-right:0;border-bottom:1px solid var(--ink)}.product-details{padding:54px 20px 70px}footer{padding:32px 20px;align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}