*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--pe-bg);color:var(--pe-text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:9999;background:#fff;padding:12px 16px}.page-width{width:min(1440px,calc(100% - 48px));margin:0 auto}.eyebrow{font-size:11px;letter-spacing:.18em;text-transform:uppercase;font-weight:700}.section{padding:88px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px}.section-head h2{margin:0;font-size:clamp(32px,4vw,58px);font-weight:500;letter-spacing:-.045em;line-height:.98}.section-head a{font-size:13px;text-transform:uppercase;letter-spacing:.12em;border-bottom:1px solid currentColor;padding-bottom:4px}.announcement{background:#111;color:#fff;text-align:center;padding:9px 18px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:80;background:rgba(245,241,232,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(17,17,17,.08)}.header-inner{height:76px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.header-nav,.header-actions{display:flex;align-items:center;gap:24px}.header-actions{justify-content:flex-end}.header-nav a,.header-actions a{font-size:12px;text-transform:uppercase;letter-spacing:.1em}.brand{font-family:Georgia,'Times New Roman',serif;font-size:22px;letter-spacing:.08em;text-align:center;white-space:nowrap}.brand img{max-height:42px;width:auto;margin:auto}.mobile-toggle{display:none;background:none;border:0;padding:8px}.hero{position:relative;min-height:720px;overflow:hidden;background:#d9d1c2}.hero-media{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.15) 58%,rgba(0,0,0,.05))}.hero-content{position:relative;z-index:2;min-height:720px;display:flex;align-items:flex-end;padding-bottom:78px;color:#fff}.hero-copy{max-width:760px}.hero-copy h1{margin:12px 0 18px;font-family:Georgia,'Times New Roman',serif;font-size:clamp(52px,7vw,104px);font-weight:400;letter-spacing:-.055em;line-height:.9}.hero-copy p{margin:0 0 30px;max-width:590px;font-size:16px;line-height:1.6;color:rgba(255,255,255,.86)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:1px solid #111;background:#111;color:#fff;text-transform:uppercase;letter-spacing:.12em;font-size:11px;transition:.2s}.button:hover{opacity:.82}.button--light{background:#fff;color:#111;border-color:#fff}.button--outline{background:transparent;color:inherit}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 16px}.product-card{min-width:0}.product-card__media{position:relative;aspect-ratio:4/5;background:#eee9df;overflow:hidden}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.product-card:hover img{transform:scale(1.025)}.product-card__meta{padding-top:14px}.product-card__brand{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:var(--pe-muted);margin-bottom:6px}.product-card__title{font-size:14px;letter-spacing:.02em;margin:0 0 7px}.product-card__price{font-size:14px}.product-card__volume{font-size:11px;color:var(--pe-muted);margin-top:4px}.story{background:#111;color:#fff}.story-grid{display:grid;grid-template-columns:1fr 1fr;min-height:650px}.story-media{background:#27231f;min-height:520px;overflow:hidden}.story-media img{width:100%;height:100%;object-fit:cover}.story-copy{display:flex;flex-direction:column;justify-content:center;padding:72px clamp(32px,6vw,96px)}.story-copy h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;font-size:clamp(46px,6vw,86px);letter-spacing:-.05em;line-height:.92;margin:12px 0 24px}.story-copy p{max-width:600px;color:rgba(255,255,255,.72);line-height:1.7;font-size:15px}.story-signature{font-size:32px;margin-top:26px;opacity:.75}.collection-hero{padding:72px 0 34px}.collection-hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,7vw,92px);font-weight:400;letter-spacing:-.05em;margin:0 0 16px}.collection-hero p{max-width:680px;color:var(--pe-muted);line-height:1.6}.product-page{padding:48px 0 96px}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:64px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-gallery__item{background:#eee9df}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:116px;height:max-content;padding:22px 0}.product-info .vendor{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--pe-muted)}.product-info h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(46px,5vw,74px);font-weight:400;letter-spacing:-.05em;line-height:.92;margin:12px 0 20px}.product-price{font-size:22px;margin-bottom:8px}.installments{font-size:12px;color:var(--pe-muted);margin-bottom:28px}.product-form label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px}.product-form select{width:100%;height:48px;background:transparent;border:1px solid rgba(17,17,17,.2);padding:0 12px;margin-bottom:16px}.product-form .button{width:100%;height:54px}.product-notes{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:28px 0}.product-note{border:1px solid rgba(17,17,17,.1);padding:14px}.product-note strong{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.12em;margin-bottom:5px}.product-note span{font-size:12px;color:var(--pe-muted)}.product-description{border-top:1px solid rgba(17,17,17,.12);padding-top:24px;color:#4d4943;font-size:14px;line-height:1.75}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(17,17,17,.09);margin-top:26px}.trust-item{background:var(--pe-bg);padding:16px 12px;font-size:11px;line-height:1.4}.cart-page{padding:64px 0 96px}.cart-page h1,.search-page h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,7vw,84px);font-weight:400;letter-spacing:-.05em}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:20px;padding:20px 0;border-top:1px solid rgba(17,17,17,.1)}.cart-item img{width:120px;aspect-ratio:1/1;object-fit:cover;background:#eee9df}.cart-item input{width:72px;height:42px;border:1px solid rgba(17,17,17,.2);background:transparent;padding:0 10px}.cart-footer{display:flex;justify-content:flex-end;border-top:1px solid rgba(17,17,17,.1);padding-top:28px}.cart-summary{width:min(100%,420px)}.cart-summary__total{display:flex;justify-content:space-between;font-size:18px;margin-bottom:20px}.cart-summary .button{width:100%}.search-page{padding:64px 0 96px}.search-form{display:flex;gap:8px;max-width:680px;margin:0 0 42px}.search-form input{flex:1;height:52px;border:1px solid rgba(17,17,17,.2);background:#fff;padding:0 16px}.page-content{padding:64px 0 96px;max-width:860px}.page-content h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(48px,7vw,84px);font-weight:400;letter-spacing:-.05em}.page-content .rte{line-height:1.8;color:#4d4943}.footer{background:#111;color:#fff;padding:72px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px}.footer-brand{font-family:Georgia,'Times New Roman',serif;font-size:34px;letter-spacing:.03em;margin-bottom:18px}.footer p{max-width:520px;color:rgba(255,255,255,.65);line-height:1.6;font-size:13px}.footer h3{font-size:10px;text-transform:uppercase;letter-spacing:.16em;margin:0 0 16px;color:rgba(255,255,255,.55)}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:13px}.footer-bottom{margin-top:64px;padding-top:20px;border-top:1px solid rgba(255,255,255,.12);font-size:11px;color:rgba(255,255,255,.45);display:flex;justify-content:space-between;gap:24px}.empty-state{padding:60px 0;color:var(--pe-muted)}@media(max-width:989px){.page-width{width:min(100% - 28px,1440px)}.header-inner{grid-template-columns:auto 1fr auto;height:66px}.mobile-toggle{display:block}.header-nav{position:fixed;inset:99px 0 auto 0;background:var(--pe-bg);padding:24px 20px 34px;flex-direction:column;align-items:flex-start;transform:translateY(-130%);transition:.25s;z-index:70;border-bottom:1px solid rgba(17,17,17,.1)}.menu-open .header-nav{transform:translateY(0)}.brand{font-size:18px}.header-actions .search-link{display:none}.hero,.hero-content{min-height:650px}.hero-content{padding-bottom:48px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 10px}.story-grid{grid-template-columns:1fr}.story-media{min-height:420px}.product-layout{grid-template-columns:1fr;gap:24px}.product-info{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:640px){.section{padding:64px 0}.section-head{align-items:flex-start;flex-direction:column}.hero,.hero-content{min-height:590px}.hero-copy h1{font-size:52px}.hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.68),rgba(0,0,0,.12))}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.product-notes,.trust-row{grid-template-columns:1fr}.cart-item{grid-template-columns:88px 1fr}.cart-item>div:last-child{grid-column:2}.cart-item img{width:88px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{flex-direction:column}}