:root{--ink: #171412;--espresso: #24170f;--ivory: #fffaf2;--paper: #f4ede3;--mist: #e5dbce;--stone: #b9ab99;--claret: #642b31;--olive: #586646;--brass: #b68b4d;--white: #ffffff;--shadow: 0 24px 80px rgba(23, 20, 18, .18);--max: 1180px}*{box-sizing:border-box}.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}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--claret);outline-offset:2px}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--ivory);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}body.no-scroll{overflow:hidden}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;transform:translateY(-140%);padding:.75rem 1rem;background:var(--ink);color:var(--ivory)}.skip-link:focus{transform:translateY(0)}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.announcement-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--espresso);color:var(--ivory);font-size:.78rem;text-align:center}.announcement-bar span{padding:.55rem .75rem;border-right:1px solid rgba(255,250,242,.16)}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;padding:1rem min(4vw,2.75rem);background:#fffaf2e0;border-bottom:1px solid rgba(36,23,15,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}body.menu-open .site-header{z-index:85}.brand-lockup{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;min-width:max-content}.brand-mark{display:inline-grid;width:2.9rem;height:2.9rem;place-items:center;overflow:hidden;border:1px solid rgba(36,23,15,.12);border-radius:50%;background:var(--ivory);color:transparent;font-size:0}.brand-image{width:2.9rem;height:2.9rem;object-fit:contain}.brand-mark:before{content:"";display:block;width:128%;height:128%;background-image:url(meleno-logo.png);background-position:center;background-repeat:no-repeat;background-size:contain}.site-footer .brand-mark{background:#fffaf2f5;border-color:#fffaf23d}.primary-nav{display:flex;justify-content:center;align-items:center;gap:1.4rem;font-size:.92rem}.primary-nav a{border-bottom:1px solid transparent}.primary-nav a:hover{border-color:currentColor}.nav-dropdown{position:relative}.nav-dropdown summary{cursor:pointer;list-style:none}.nav-dropdown summary::-webkit-details-marker{display:none}.nav-dropdown summary:after{content:"+";margin-left:.35rem}.nav-dropdown[open] summary:after{content:"-"}.nav-dropdown>div{position:absolute;top:calc(100% + .65rem);left:50%;z-index:55;min-width:13rem;display:grid;gap:.45rem;transform:translate(-50%);padding:.85rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--ivory);box-shadow:var(--shadow)}.header-actions{display:inline-flex;align-items:center;gap:.45rem}.icon-button,.cart-button{display:inline-grid;width:2.75rem;height:2.75rem;place-items:center;border:1px solid rgba(36,23,15,.16);border-radius:50%;background:#ffffff80;color:var(--ink);cursor:pointer}.icon-button svg,.cart-button svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-button{position:relative}.cart-button span{position:absolute;top:-.35rem;right:-.35rem;display:inline-grid;min-width:1.2rem;height:1.2rem;place-items:center;padding:0 .25rem;border-radius:99px;background:var(--claret);color:var(--white);font-size:.72rem}.mobile-menu-toggle{display:none}.hero-section{position:relative;min-height:min(72vh,700px);display:flex;align-items:center;overflow:hidden;color:var(--ivory)}.hero-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#171412c7,#17141280,#17141214 76%),linear-gradient(0deg,#1714123d,#1714120f)}.hero-inner{position:relative;z-index:1;width:min(94vw,var(--max));margin:0 auto;padding:4rem 0 7rem}.eyebrow{margin:0 0 .85rem;color:var(--brass);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.hero-inner h1{max-width:14ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:4.75rem;line-height:.96;font-weight:500}.hero-copy{max-width:34rem;margin:1.4rem 0 0;color:#fffaf2db;font-size:1.05rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{display:inline-flex;min-height:2.9rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:4px;padding:.82rem 1.15rem;cursor:pointer;font-weight:800;transition:transform .18s ease,background .18s ease,border-color .18s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--ink);color:var(--ivory)}.button-secondary{background:transparent;color:inherit;border-color:#24170f47}.hero-section .button-primary,.subscription-section .button-primary{background:var(--ivory);color:var(--ink)}.hero-section .button-secondary,.subscription-section .button-secondary,.site-footer .button-secondary{background:#fffaf214;border-color:#fffaf259}.button-small{min-height:2.75rem;padding:.58rem .85rem;background:var(--ink);color:var(--white)}.hero-notes{position:absolute;right:min(4vw,2.75rem);bottom:1.25rem;left:min(4vw,2.75rem);z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border:1px solid rgba(255,250,242,.2);background:#1714128c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-notes div{padding:1rem;border-right:1px solid rgba(255,250,242,.16)}.hero-notes div:last-child{border-right:0}.hero-notes span,.product-kicker,.journal-grid span,.subscription-panel span{display:block;margin-bottom:.3rem;color:var(--brass);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.hero-notes strong{font-size:.92rem}.roast-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid rgba(36,23,15,.12);background:var(--paper)}.roast-strip div{padding:1.4rem min(4vw,2.75rem);border-right:1px solid rgba(36,23,15,.12)}.roast-strip strong{display:block;margin-bottom:.25rem}.roast-strip span{color:#171412ad}.section{width:min(94vw,var(--max));margin:0 auto;padding:5.2rem 0}.section-heading{display:grid;grid-template-columns:minmax(0,.9fr) minmax(15rem,.55fr);align-items:end;gap:2rem;margin-bottom:2rem}.section-heading h2,.editorial-copy h2,.subscription-section h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1.02;font-weight:500}.section-heading p:last-child,.editorial-copy p,.subscription-section p{margin:0;color:#171412ad}.segmented-control{display:inline-flex;flex-wrap:wrap;gap:.35rem;margin-bottom:1.2rem;padding:.28rem;border:1px solid rgba(36,23,15,.12);background:var(--paper)}.segmented-control button{min-height:2.35rem;border:0;border-radius:3px;padding:.5rem .85rem;background:transparent;color:#171412b8;cursor:pointer;font-weight:800}.segmented-control button.is-active{background:var(--ink);color:var(--ivory)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.product-card[hidden]{display:none}.product-media{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#18130f}.product-media img{width:100%;height:100%;object-fit:cover}.product-media-photo img{transform:scale(1.04);transition:transform .22s ease}.product-card:hover .product-media-photo img{transform:scale(1.08)}.product-media-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#17141200 42%,#171412ad)}.product-release-label{position:absolute;right:.9rem;bottom:.9rem;z-index:1;padding:.4rem .65rem;border:1px solid rgba(255,250,242,.35);border-radius:999px;background:#1714127a;color:var(--ivory);font-size:.72rem;font-weight:900;text-transform:uppercase}.product-media-gradient{display:grid;place-items:end start;padding:1.2rem;color:var(--ivory);font-family:Georgia,Times New Roman,serif;font-size:2rem}.product-media-claret{background:linear-gradient(145deg,#2a1715,var(--claret))}.product-media-olive{background:linear-gradient(145deg,#20251b,var(--olive))}.product-media-ink{background:linear-gradient(145deg,#11100f,#43352d)}.product-card-body{display:grid;align-content:start;padding:1rem}.product-card h3{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:500}.product-card p{margin:.6rem 0 1rem;color:#171412ad}.product-specs{display:grid;gap:.35rem;margin:0 0 1rem;padding:.85rem 0;border-top:1px solid rgba(36,23,15,.1);border-bottom:1px solid rgba(36,23,15,.1)}.product-specs div{display:flex;justify-content:space-between;gap:1rem}.product-specs dt{color:#17141285;font-size:.72rem;font-weight:900;text-transform:uppercase}.product-specs dd{margin:0;color:#171412c7;font-size:.82rem;text-align:right}.product-meta{align-self:end;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-weight:800}.coming-soon{display:inline-flex;align-items:center;min-height:2.35rem;padding:.5rem .72rem;border:1px solid rgba(100,43,49,.18);border-radius:999px;background:#642b3114;color:var(--claret);font-size:.78rem;text-transform:uppercase}.editorial-split{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(19rem,.76fr);gap:2.5rem;align-items:center}.editorial-image{overflow:hidden;border-radius:8px}.editorial-image img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.editorial-copy{max-width:33rem}.stat-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin:2rem 0 0}.stat-list div{padding:1rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.stat-list dt{font-family:Georgia,Times New Roman,serif;font-size:1.65rem}.stat-list dd{margin:.2rem 0 0;color:#171412a8;font-size:.9rem}.origin-section{border-top:1px solid rgba(36,23,15,.12)}.origin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.origin-grid article{padding:1.25rem;border-left:3px solid var(--brass);background:var(--paper)}.origin-grid span{color:var(--claret);font-weight:900}.origin-grid h2,.origin-grid h3{margin:1rem 0 .5rem;font-size:1.25rem}.origin-grid p{margin:0;color:#171412ad}.assurance-section{border-top:1px solid rgba(36,23,15,.12)}.assurance-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.assurance-grid article{min-height:15rem;display:flex;flex-direction:column;justify-content:flex-end;padding:1.15rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:linear-gradient(180deg,#fffaf2d1,#f4ede3f5),var(--paper)}.assurance-grid span{color:var(--brass);font-size:.76rem;font-weight:900;text-transform:uppercase}.assurance-grid h3{margin:.55rem 0 .45rem;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.1;font-weight:500}.assurance-grid p{margin:0;color:#171412a8}.subscription-section{display:grid;grid-template-columns:minmax(0,.82fr) minmax(20rem,.6fr);gap:2rem;align-items:center;padding:4rem min(4vw,3rem);background:var(--ink);color:var(--ivory)}.subscription-section p{color:#fffaf2bd}.subscription-panel{display:grid;gap:.85rem;padding:1rem;border:1px solid rgba(255,250,242,.18);border-radius:8px;background:#fffaf20f}.subscription-panel p{margin:0;color:#fffaf2bd}.subscription-panel label{display:grid;gap:.35rem}.subscription-panel select,.newsletter-form input,.search-modal input{width:100%;min-height:2.9rem;border:1px solid rgba(36,23,15,.16);border-radius:4px;padding:.75rem;background:var(--ivory);color:var(--ink)}.launch-page-section{display:grid;gap:1.5rem}.launch-copy ul{margin:1rem 0 0;padding:0;list-style:none;display:grid;gap:.8rem}.launch-copy li{padding:1rem;border:1px solid rgba(36,23,15,.14);border-radius:8px;background:#f4ede3b3}.launch-form{display:grid;gap:1rem;max-width:28rem}.launch-form input,.launch-form button{width:100%;min-height:2.9rem;border-radius:4px}.launch-form input{border:1px solid rgba(36,23,15,.2);padding:.75rem;background:var(--ivory);color:var(--ink)}.launch-note{margin:0;color:#171412b8}.launch-list-form,.collection-waitlist-form{display:grid;gap:.75rem}.launch-list-form label,.collection-waitlist-form label{font-weight:800}.launch-list-fields,.collection-waitlist-fields{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.launch-list-fields input,.collection-waitlist-fields input{width:100%;min-height:3.15rem;border:1px solid rgba(36,23,15,.2);border-radius:4px;padding:.75rem;background:var(--ivory);color:var(--ink)}.launch-list-fields .button,.collection-waitlist-fields .button{min-height:3.15rem;white-space:nowrap}.launch-list-helper{margin:0;color:#171412b3;font-size:.88rem}.subscription-panel .launch-list-helper{color:#fffaf2ad}.journal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.journal-grid a{min-height:12rem;display:flex;flex-direction:column;justify-content:flex-end;padding:1.2rem;border-radius:8px;background:linear-gradient(180deg,#17141214,#171412c7),var(--stone);color:var(--ivory)}.journal-grid strong{font-family:Georgia,Times New Roman,serif;font-size:1.4rem;line-height:1.12;font-weight:500}.site-footer{display:grid;grid-template-columns:minmax(13rem,.8fr) minmax(24rem,1.35fr) minmax(18rem,.9fr);gap:1.25rem 2.5rem;align-items:start;padding:3rem min(4vw,2.75rem);background:var(--espresso);color:var(--ivory)}.footer-brand{grid-column:1;grid-row:1 / span 2}.preview-page .site-footer{grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr)}.site-footer p{margin:1rem 0 0;color:#fffaf2b3}.footer-bottom{grid-column:1 / -1;border-top:1px solid rgba(255,250,242,.16);padding-top:1.1rem}.footer-bottom p{margin:0;color:#fffaf29e;font-size:.82rem;letter-spacing:0}.footer-policy-bar{grid-column:1 / -1;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.35rem;margin:0 calc(-1*min(4vw,2.75rem)) -3rem;padding:1.25rem min(4vw,2.75rem);background:var(--ivory);color:var(--ink);font-size:.78rem;font-weight:800;text-align:center}.footer-policy-bar a{border-bottom:1px solid transparent}.footer-policy-bar a:hover,.footer-policy-bar a:focus-visible{border-color:currentColor}.newsletter-form{grid-column:3;grid-row:1 / span 2;display:grid;gap:.7rem}.footer-links{grid-column:2;grid-row:2;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem 1.2rem;color:#fffaf2c2}.footer-social{grid-column:2;grid-row:1;display:flex;flex-wrap:wrap;align-items:center;gap:.55rem 1.2rem}.footer-social>div{display:flex;flex-wrap:wrap;gap:.55rem 1.2rem}.footer-links h2{margin:0;color:var(--ivory);font-size:.78rem;font-weight:900;text-transform:uppercase}.footer-social>.eyebrow{margin:0}.text-link,.cart-line a,.cart-page-line a,.article-content a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.newsletter-form div{display:grid;grid-template-columns:1fr auto;gap:.6rem}.footer-newsletter-helper{margin:0;color:#fffaf29e;font-size:.82rem}.search-modal,.drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#17141285}.search-modal{z-index:90;pointer-events:none;background:transparent}.search-modal .modal-surface{pointer-events:auto}.drawer-scrim{z-index:80;border:0;padding:0;cursor:pointer}.modal-surface{position:relative;width:min(94vw,44rem);margin:9vh auto 0;padding:1.2rem;border-radius:8px;background:var(--ivory);box-shadow:var(--shadow)}.modal-surface label{display:block;margin:0 3rem .8rem 0;font-family:Georgia,Times New Roman,serif;font-size:1.8rem}.modal-close{position:absolute;top:.9rem;right:.9rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:90;width:min(92vw,28rem);transform:translate(105%);background:var(--ivory);box-shadow:var(--shadow);transition:transform .22s ease}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-inner{display:grid;grid-template-rows:auto 1fr auto auto;height:100%;gap:1rem;padding:1.2rem}.drawer-header,.cart-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem}.drawer-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:500}.cart-items{display:grid;align-content:start;gap:.85rem;overflow:auto}.cart-line{display:grid;grid-template-columns:1fr auto;gap:.75rem;padding:.9rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.cart-line strong,.cart-line span{display:block}.cart-line-price{display:grid;justify-items:end;align-content:start;gap:.3rem;text-align:right}.cart-line-price a{font-size:.82rem}.cart-line span,.empty-cart{color:#171412a6}.cart-summary{padding-top:1rem;border-top:1px solid rgba(36,23,15,.12)}.cart-checkout{width:100%;background:var(--ink);color:var(--ivory)}.journal-page-section{padding-top:4.2rem}.journal-page-header{max-width:58rem;padding-bottom:3.6rem}.journal-page-header h1{max-width:11ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:5.6rem;line-height:.96;font-weight:500}.journal-page-header>p:last-child{max-width:42rem;margin:1.4rem 0 0;color:#171412b3;font-size:1.15rem}.journal-page-entries{border-top:1px solid rgba(36,23,15,.18)}.journal-page-entry{display:grid;grid-template-columns:minmax(10rem,.36fr) minmax(0,1fr);gap:2rem;padding:2.7rem 0;border-bottom:1px solid rgba(36,23,15,.18)}.journal-page-entry-meta{display:flex;align-items:flex-start;gap:1rem;color:var(--brass);font-size:.78rem;font-weight:900;text-transform:uppercase}.journal-page-entry-meta p{margin:0}.journal-page-entry-copy{max-width:49rem}.journal-page-entry-copy h2{max-width:18ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:3.2rem;line-height:1;font-weight:500}.journal-page-entry-intro{max-width:42rem;margin:1.1rem 0;color:var(--ink);font-size:1.08rem;font-weight:700}.journal-page-entry-copy .rte{max-width:44rem;color:#171412b8}.journal-page-entry-copy .rte p{margin:0 0 1rem}.journal-page-closing{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:end;margin-top:3.6rem;padding:clamp(1.5rem,4vw,3rem);background:var(--ink);color:var(--ivory)}.journal-page-closing h2{max-width:16ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:3.3rem;line-height:1;font-weight:500}.journal-page-closing p:last-child{max-width:40rem;margin:1rem 0 0;color:#fffaf2c2}.journal-page-closing .button{background:var(--ivory);color:var(--ink)}.about-page-section{padding-top:4.2rem}.about-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(20rem,.82fr);gap:2rem;align-items:stretch}.about-media{overflow:hidden;border-radius:8px;background:var(--paper)}.about-media img{width:100%;height:100%;min-height:34rem;object-fit:cover}.about-copy-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(1.4rem,4vw,3rem);border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.about-copy-panel h1,.about-copy-panel h2{max-width:10ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:5.6rem;line-height:.96;font-weight:500}.about-copy-panel p{color:#171412b3}.about-intro{margin-top:1.4rem;color:var(--ink);font-size:1.1rem}.about-button{align-self:flex-start;margin-top:1rem;background:var(--ink);color:var(--ivory)}.about-narrative{display:grid;grid-template-columns:minmax(0,.88fr) minmax(19rem,.62fr);gap:1rem;align-items:stretch;margin-top:1rem}.about-narrative>div,.about-narrative blockquote{margin:0;padding:clamp(1.25rem,3vw,2rem);border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.about-narrative h2{max-width:12ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:3.65rem;line-height:1;font-weight:500}.about-narrative p{margin:1rem 0 0;color:#171412b3}.about-narrative blockquote{display:flex;flex-direction:column;justify-content:space-between;background:var(--ink);color:var(--ivory)}.about-narrative blockquote p{margin:0;color:#fffaf2e6;font-family:Georgia,Times New Roman,serif;font-size:2.15rem;line-height:1.12}.about-narrative cite{margin-top:2rem;color:var(--brass);font-size:.82rem;font-style:normal;font-weight:900;text-transform:uppercase}.about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}.about-values article{padding:1.2rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.about-values span{color:var(--brass);font-weight:900}.about-values h2{margin:1.1rem 0 .55rem;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.12;font-weight:500}.about-values p{margin:0;color:#171412ad}.policy-page{padding-top:4.2rem}.policy-shell{display:grid;grid-template-columns:minmax(0,.78fr) minmax(18rem,.34fr);gap:2rem;align-items:start}.policy-header{grid-column:1 / -1;max-width:48rem}.policy-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:5.2rem;line-height:.96;font-weight:500}.policy-header p{margin:1.2rem 0 0;color:#171412b3;font-size:1.05rem}.policy-meta{position:sticky;top:6.5rem;grid-column:2;grid-row:2;padding:1rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.policy-meta dl{display:grid;gap:.85rem;margin:0}.policy-meta div{padding-bottom:.85rem;border-bottom:1px solid rgba(36,23,15,.1)}.policy-meta div:last-child{padding-bottom:0;border-bottom:0}.policy-meta dt{color:var(--brass);font-size:.72rem;font-weight:900;text-transform:uppercase}.policy-meta dd{margin:.2rem 0 0;color:#171412c2}.policy-content{grid-column:1;display:grid;gap:1rem}.policy-rte{padding:1.25rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.policy-rte h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.12;font-weight:500}.policy-rte p,.policy-rte ul,.policy-rte ol{margin:.75rem 0 0;color:#171412b8}.policy-rte ul,.policy-rte ol{padding-left:1.4rem}.policy-rte li{margin:.4rem 0}.policy-section{padding:1.25rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.policy-section h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.65rem;line-height:1.12;font-weight:500}.policy-section p{margin:.75rem 0 0;color:#171412b8}.product-template-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(21rem,.82fr);gap:2.5rem;align-items:start}.product-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.product-gallery-item{overflow:hidden;border-radius:8px;background:var(--paper)}.product-gallery-item img{width:100%;aspect-ratio:1 / 1.1;object-fit:cover}.product-gallery-item video,.product-gallery-item iframe,.product-gallery-item model-viewer{width:100%;min-height:28rem;aspect-ratio:1 / 1.1;border:0;object-fit:contain;background:var(--paper)}.product-summary{position:sticky;top:6.5rem}.product-summary h1,.collection-template h1,.contact-template h1,.cart-template h1{margin:0 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1.02;font-weight:500}.price{display:inline-flex;gap:.55rem;align-items:center;font-weight:900}.price-sale{color:var(--claret)}.unit-price{display:block;margin-top:.25rem;color:#171412ad}.product-description{margin:1.4rem 0;color:#171412b8}.product-form,.contact-form-grid,.cart-page-form{display:grid;gap:1rem}.product-form label,.contact-form-grid label,.cart-page-form label{display:grid;gap:.35rem;font-weight:800}.product-form input,.product-form select,.contact-form-grid input,.contact-form-grid textarea,.cart-page-form input,.cart-page-form textarea,.collection-controls input,.collection-controls select{width:100%;min-height:2.9rem;border:1px solid rgba(36,23,15,.16);border-radius:4px;padding:.75rem;background:var(--ivory);color:var(--ink)}.form-errors,.form-message{margin:0;color:var(--claret)}.form-errors ul{margin:.5rem 0 0;padding-left:1.2rem}.product-form .button-primary,.contact-form-grid .button-primary{background:var(--ink);color:var(--ivory)}.product-accordions{grid-template-columns:1fr;margin-top:1.4rem}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.contact-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:1.2rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.wide-field,.form-success,.errors{grid-column:1 / -1}.form-success{margin:0;color:var(--olive);font-weight:800}.cart-page-line{display:grid;grid-template-columns:7rem minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem 0;border-bottom:1px solid rgba(36,23,15,.12)}.cart-page-line img{width:7rem;aspect-ratio:1;object-fit:cover;border-radius:8px}.cart-page-line h2{margin:0;font-size:1.2rem}.cart-page-line p{margin:.2rem 0 .8rem;color:#171412a8}.cart-tax-note,.collection-count{color:#171412ad}.cart-tax-note{text-align:right}.collection-controls{display:grid;grid-template-columns:minmax(12rem,.35fr) 1fr auto;gap:1rem;align-items:end;margin-bottom:1.25rem;padding:1rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--paper)}.collection-empty-state{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr);gap:clamp(2rem,6vw,5rem);align-items:center;padding:clamp(2rem,5vw,4rem) 0;border-top:1px solid rgba(36,23,15,.12);border-bottom:1px solid rgba(36,23,15,.12)}.collection-empty-copy{max-width:38rem}.collection-empty-copy h2{max-width:12ch;margin:.45rem 0 1rem;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,5vw,4.7rem);line-height:.98;font-weight:500}.collection-empty-copy>p:not(.eyebrow){max-width:34rem;margin-bottom:1.5rem;color:#171412b8;font-size:1.05rem}.collection-empty-media img{width:100%;height:auto;aspect-ratio:4 / 5;border-radius:8px;object-fit:cover}.collection-controls>label,.filter-options label,.price-filter label{display:grid;gap:.35rem;font-weight:800}.collection-filters{display:flex;flex-wrap:wrap;gap:.6rem}.collection-filters details{position:relative}.collection-filters summary{min-height:2.9rem;display:flex;align-items:center;padding:.7rem .85rem;border:1px solid rgba(36,23,15,.16);border-radius:4px;background:var(--ivory);cursor:pointer;font-weight:800}.filter-options{position:absolute;top:calc(100% + .4rem);left:0;z-index:20;width:min(20rem,84vw);max-height:22rem;overflow:auto;display:grid;gap:.7rem;padding:.9rem;border:1px solid rgba(36,23,15,.16);border-radius:8px;background:var(--ivory);box-shadow:var(--shadow)}.filter-options label{grid-template-columns:auto 1fr;align-items:center}.filter-options input[type=checkbox]{width:1.25rem;min-height:1.25rem}.price-filter{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.price-filter label{grid-template-columns:1fr}.collection-control-actions{display:flex;align-items:center;gap:.85rem}.cart-page-summary,.cart-page-actions{display:flex;justify-content:flex-end;align-items:center;gap:1rem;margin-top:1.2rem}.rich-text-content{width:min(100%,48rem);color:#171412b8;font-size:1.05rem}.rich-text-content a{border-bottom:1px solid currentColor}.search-page-form{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:2rem}.search-page-form input{min-height:2.9rem;border:1px solid rgba(36,23,15,.16);border-radius:4px;padding:.75rem;background:var(--ivory);color:var(--ink)}.search-page-form .button-primary{background:var(--ink);color:var(--ivory)}.utility-page{max-width:48rem;min-height:58vh;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.utility-page h1,.blog-template h1,.list-collections-template h1,.article-header h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:3.8rem;line-height:1;font-weight:500}.utility-page>p:not(.eyebrow){max-width:36rem;color:#171412b3}.utility-page .search-page-form{width:100%}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-card{overflow:hidden;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:#ffffff8a}.article-card-media{display:block;aspect-ratio:4 / 3;overflow:hidden;background:var(--paper)}.article-card-media img{width:100%;height:100%;object-fit:cover}.article-card>div{padding:1rem}.article-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:1.55rem;line-height:1.12;font-weight:500}.article-card p{color:#171412ad}.article-header{max-width:54rem;margin-bottom:2rem}.article-header h1{font-size:4.6rem}.article-header>p:last-child{color:#171412a8}.article-featured-image{overflow:hidden;margin-bottom:2rem;border-radius:8px}.article-featured-image img{width:100%;max-height:44rem;object-fit:cover}.article-content,.article-comments{width:min(100%,48rem)}.article-content img,.article-content iframe,.article-content video{max-width:100%;height:auto}.article-content table{width:100%;border-collapse:collapse}.article-content th,.article-content td{padding:.65rem;border:1px solid rgba(36,23,15,.18);text-align:left}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:2rem 0;padding:0;list-style:none}.article-tags a{display:inline-flex;padding:.45rem .65rem;border:1px solid rgba(36,23,15,.16);border-radius:4px}.article-comments{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(36,23,15,.14)}.comment{padding:1rem 0;border-bottom:1px solid rgba(36,23,15,.12)}.comment footer{color:#1714129e;font-size:.9rem}.comment-form,.password-form{display:grid;gap:1rem;margin-top:1.5rem}.comment-form label,.password-form label{display:grid;gap:.35rem;font-weight:800}.comment-form input,.comment-form textarea,.password-form input{width:100%;min-height:2.9rem;padding:.75rem;border:1px solid rgba(36,23,15,.18);border-radius:4px;background:var(--ivory);color:var(--ink);font:inherit}.password-page{min-height:100vh;display:grid;place-items:center;padding:1.25rem;background:var(--espresso)}.password-panel,.gift-card-page{width:min(100%,34rem);padding:2rem;border-radius:8px;background:var(--ivory);box-shadow:var(--shadow)}.password-logo{width:4.5rem;height:4.5rem;object-fit:contain}.password-panel h1,.gift-card-page h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:3rem;line-height:1;font-weight:500}.password-newsletter{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(36,23,15,.14)}.gift-card-layout{min-height:100vh;display:grid;place-items:center;padding:1.25rem;background:var(--paper)}.gift-card-page{text-align:center}.gift-card-page .password-logo{margin:0 auto 1rem}.gift-card-balance{font-family:Georgia,Times New Roman,serif;font-size:2.2rem}.gift-card-code{margin:1rem 0;padding:1rem;border:1px dashed rgba(36,23,15,.35);font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:1.15rem}.gift-card-qr svg{max-width:10rem;margin:1rem auto}.gift-card-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin:1rem 0}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media(max-width:960px){.announcement-bar{grid-template-columns:1fr}.announcement-bar span:nth-child(n+2){display:none}.site-header{grid-template-columns:auto auto 1fr}.mobile-menu-toggle{display:inline-grid}.primary-nav{position:absolute;top:100%;right:1rem;left:1rem;display:none;flex-direction:column;align-items:stretch;padding:1rem;border:1px solid rgba(36,23,15,.12);border-radius:8px;background:var(--ivory);box-shadow:var(--shadow);pointer-events:auto}.primary-nav.is-open{display:flex}.primary-nav>a,.primary-nav>.nav-dropdown>summary{min-height:3.25rem;display:flex;align-items:center;padding:.55rem .35rem}.nav-dropdown>div{position:static;width:100%;min-width:0;margin-top:.55rem;transform:none;box-shadow:none}.no-js .mobile-menu-toggle{display:none}.no-js .primary-nav{position:static;grid-column:1 / -1;display:flex;box-shadow:none}.header-actions{justify-self:end}.hero-section{min-height:auto;display:block;background-position:35% center}.hero-inner{padding:4rem 0 2rem}.hero-inner h1{font-size:3.75rem}.hero-notes,.roast-strip,.section-heading,.editorial-split,.subscription-section,.site-footer,.about-layout,.about-narrative,.policy-shell,.product-template-grid,.contact-form-grid,.collection-empty-state{grid-template-columns:1fr}.footer-brand,.footer-social,.footer-links,.newsletter-form{grid-column:1;grid-row:auto}.collection-controls{grid-template-columns:1fr;align-items:stretch}.policy-header,.policy-content,.policy-meta{grid-column:1;grid-row:auto}.policy-meta{position:static}.hero-notes{position:relative;right:auto;bottom:auto;left:auto;width:auto;margin:0 min(4vw,2.75rem) 1.25rem}.product-summary{position:static}.product-gallery{grid-template-columns:1fr}.hero-notes div,.roast-strip div{border-right:0;border-bottom:1px solid rgba(255,250,242,.14)}.roast-strip div{border-bottom-color:#24170f1f}.product-grid,.origin-grid,.journal-grid,.assurance-grid,.about-values,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-copy-panel h1,.about-copy-panel h2,.policy-header h1{font-size:4.2rem}.about-narrative h2{font-size:3rem}.about-narrative blockquote p{font-size:1.85rem}.article-header h1{font-size:3.8rem}.section-heading h2,.editorial-copy h2,.subscription-section h2{font-size:2.35rem}}@media(max-width:640px){.site-header{grid-template-columns:minmax(0,1fr) auto auto;gap:.5rem;padding-inline:.75rem}.site-header .brand-lockup{min-width:0}.brand-lockup span:last-child{max-width:7.6rem;line-height:1.05}.header-actions .icon-button:nth-child(2){display:none}.hero-inner h1{font-size:3.05rem}.hero-notes,.product-grid,.origin-grid,.journal-grid,.assurance-grid,.about-values,.stat-list,.newsletter-form div,.launch-list-fields,.collection-waitlist-fields,.cart-page-line,.cart-page-summary,.cart-page-actions,.search-page-form{grid-template-columns:1fr}.launch-list-fields .button,.collection-waitlist-fields .button{width:100%}.hero-notes{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-notes div{padding:.75rem .6rem;border-right:1px solid rgba(255,250,242,.14);border-bottom:0}.hero-notes strong{font-size:.78rem;line-height:1.35}.article-grid{grid-template-columns:1fr}.utility-page h1,.blog-template h1,.list-collections-template h1,.article-header h1,.about-copy-panel h1,.about-copy-panel h2,.policy-header h1{font-size:3rem}.about-narrative h2{font-size:2.4rem}.about-narrative blockquote p{font-size:1.6rem}.collection-control-actions,.gift-card-actions{align-items:stretch;flex-direction:column}.filter-options{position:fixed;right:1rem;bottom:1rem;left:1rem;width:auto}.product-gallery-item video,.product-gallery-item iframe,.product-gallery-item model-viewer{min-height:20rem}.cart-page-summary,.cart-page-actions{justify-content:stretch}.section{padding:3.7rem 0}.product-media{aspect-ratio:1 / 1}.about-media img{min-height:24rem}.about-copy-panel h1,.about-copy-panel h2{max-width:none}}@media(max-width:960px){.journal-page-header h1{font-size:4.2rem}.journal-page-entry{grid-template-columns:1fr;gap:1.15rem}.journal-page-closing{grid-template-columns:1fr;align-items:start}.journal-page-closing .button{justify-self:start}}@media(max-width:640px){.journal-page-header{padding-bottom:2.5rem}.journal-page-header h1{max-width:none;font-size:3rem}.journal-page-entry{padding:2rem 0}.journal-page-entry-copy h2{font-size:2.35rem}.journal-page-closing{margin-top:2.5rem}.journal-page-closing h2{font-size:2.5rem}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/meleno-theme.css.map */
