@font-face{font-family:BebasNeue;src:url('../fonts/bebasneue.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:BebasNeue;src:url('../fonts/bebasneue_bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:GoudyMayway;src:url('../fonts/goudy.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:RobotoMayway;src:url('../fonts/roboto-regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:RobotoMayway;src:url('../fonts/roboto-bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}

:root{
  --accent:#af2f3b;
  --accent-dark:#762029;
  --gold:#ddd1a3;
  --paper:#d0b170;
  --paper-light:#eee0bd;
  --dark:#171411;
  --dark-2:#211c18;
  --ink:#17130f;
  --muted:#baa98f;
  --header-h:132px;
  --container:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--dark)}
body{margin:0;background:var(--dark) url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat;color:#fff;font-family:RobotoMayway,Arial,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-1;background:rgba(14,12,10,.83);pointer-events:none}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{color:inherit}
.container{width:min(var(--container),calc(100% - 42px));margin-inline:auto}
.narrow{max-width:830px}
.center{text-align:center}
main{min-height:60vh}

/* Header: follows the supplied kraft-paper/torn-edge template */
.site-header{position:relative;z-index:70;height:var(--header-h);color:var(--ink);background:url('../images/template/header-bg-raw2.png') center bottom/cover no-repeat}
.site-header__inner{width:min(1260px,calc(100% - 34px));height:106px;margin:auto;display:grid;grid-template-columns:280px minmax(0,1fr);gap:34px;align-items:center}
.brand{display:flex;align-items:center;align-self:center}
.brand img{width:245px;max-height:82px;object-fit:contain}
.header-right{display:grid;align-content:center;gap:13px;min-width:0}
.header-utility{display:flex;justify-content:flex-end;align-items:center;gap:16px;font-family:BebasNeue,Arial,sans-serif;font-size:15px;letter-spacing:.06em}
.header-utility a{opacity:.8;transition:opacity .2s,color .2s}
.header-utility a:hover{opacity:1;color:var(--accent)}
.utility-icon{width:18px;height:18px;display:inline-grid;place-items:center}
.utility-icon svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.8}
.header-action{border:2px solid var(--accent);color:var(--accent)!important;border-radius:22px;padding:5px 14px 4px;line-height:1;opacity:1!important}
.main-nav{display:flex;justify-content:flex-end;align-items:center;gap:31px;white-space:nowrap;font-family:BebasNeue,Arial,sans-serif;font-size:17px;letter-spacing:.04em}
.main-nav a{position:relative;padding:3px 0}
.main-nav a:after{content:"";position:absolute;left:0;bottom:-5px;width:0;height:3px;background:var(--accent);transition:width .22s}
.main-nav a:hover:after,.main-nav a.active:after{width:100%}
.nav-toggle{display:none;margin-left:auto;width:44px;height:40px;border:2px solid #2d251d;border-radius:4px;background:transparent;font-family:BebasNeue;font-size:25px;line-height:1;cursor:pointer}

/* Shared typography */
.eyebrow{margin:0 0 8px;color:var(--gold);font-family:BebasNeue,Arial,sans-serif;font-size:17px;letter-spacing:.11em}
h1,h2,h3{font-family:BebasNeue,Impact,sans-serif;font-weight:400;letter-spacing:.035em}
.prose{font-family:GoudyMayway,Georgia,serif;font-size:18px;line-height:1.65}
.prose h2,.prose h3,.prose h4{font-family:BebasNeue,Impact,sans-serif;color:var(--gold);line-height:1.05}
.prose h2{font-size:40px}.prose h3{font-size:31px}.prose h4{font-size:25px}
.prose a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
.prose blockquote{margin:28px 0;padding:4px 0 4px 24px;border-left:4px solid var(--accent);color:var(--gold);font-size:1.15em}
.prose img{margin:30px auto;border:5px solid rgba(221,209,163,.25);box-shadow:0 15px 35px rgba(0,0,0,.3)}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 24px 7px;border:3px solid transparent;border-radius:30px;font-family:BebasNeue,Arial,sans-serif;font-size:18px;letter-spacing:.055em;line-height:1;cursor:pointer;transition:transform .2s,background-color .2s,color .2s,border-color .2s}
.btn:after{content:"›";margin-left:11px;font-family:Arial,sans-serif;font-size:24px;line-height:.6}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 3px 0 var(--accent-dark)}
.btn-primary:hover{background:#c33b48}
.btn-outline{border-color:#fff;background:transparent;color:#fff}
.btn-outline:hover{background:#fff;color:var(--ink)}
.btn-dark{border-color:var(--ink);background:var(--ink);color:var(--paper-light)}
.btn-outline-dark{border-color:var(--ink);color:var(--ink);background:transparent}
.btn-wide{width:100%;margin:20px 0}
.text-link{font-family:BebasNeue,Arial,sans-serif;color:var(--gold);font-size:18px;letter-spacing:.07em;border-bottom:2px solid rgba(221,209,163,.45)}
.text-link:hover{color:#fff;border-color:#fff}

/* Hero */
.hero-slider{position:relative;height:560px;background:#090806;overflow:hidden}
.hero-slide{position:absolute;inset:0;display:flex;align-items:center;opacity:0;visibility:hidden;background-size:cover;background-position:center;transition:opacity .65s ease,visibility .65s}
.hero-slide.is-active{opacity:1;visibility:visible}
.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,7,6,.82) 0%,rgba(8,7,6,.48) 44%,rgba(8,7,6,.06) 78%)}
.hero-slide__content{position:relative;z-index:2;width:min(var(--container),calc(100% - 70px));margin:auto;padding-bottom:25px}
.hero-slide h1{max-width:520px;margin:0 0 17px;color:var(--gold);font-size:clamp(72px,7vw,112px);line-height:.78;text-shadow:0 5px 20px rgba(0,0,0,.55)}
.hero-slide p{max-width:430px;margin:0 0 28px;color:#fff;font-family:GoudyMayway,Georgia,serif;font-size:20px;line-height:1.35}
.slider-dots{position:absolute;z-index:5;left:50%;bottom:29px;display:flex;gap:12px;transform:translateX(-50%)}
.slider-dots button{width:14px;height:14px;padding:0;border:2px solid #fff;border-radius:50%;background:transparent;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.5)}
.slider-dots button.is-active{background:#fff}
.hero-rip{height:58px;margin-top:-45px;position:relative;z-index:6;background:url('../images/template/drk-paper-bg-top-rip-rawthentic.png') center top/cover no-repeat;pointer-events:none}

/* Dark paper sections */
.dark-paper{background:var(--dark) url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat;position:relative}
.dark-paper:before{content:"";position:absolute;inset:0;background:rgba(14,12,10,.78);pointer-events:none}
.dark-paper>*{position:relative;z-index:1}
.welcome-section{position:relative;padding:53px 0 70px;background:var(--dark) url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat;text-align:center;overflow:hidden}
.welcome-section:before{content:"";position:absolute;inset:0;background:rgba(14,12,10,.8)}
.welcome-section .container{position:relative;z-index:2}
.welcome-section h2{margin:0 0 10px;color:var(--accent);font-family:GoudyMayway,Georgia,serif;font-size:44px;letter-spacing:.015em}
.welcome-section .eyebrow{color:#fff;font-family:GoudyMayway,Georgia,serif;font-size:18px;letter-spacing:0}
.welcome-section .prose{max-width:710px;margin:auto;color:#fff}
.stamp{position:absolute;right:-145px;top:50%;transform:translateY(-50%) rotate(-12deg);width:205px;height:205px;border:5px double rgba(221,209,163,.16);border-radius:50%;display:grid;place-content:center;color:rgba(221,209,163,.16);font-family:BebasNeue;font-size:24px;line-height:.9;letter-spacing:.14em}
.stamp:before,.stamp:after{content:"";position:absolute;inset:19px;border:2px solid rgba(221,209,163,.12);border-radius:50%}.stamp:after{inset:44px;border-style:dashed}

.section-dark{position:relative;padding:70px 0 82px;background:#171411 url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat}
.section-dark:before{content:"";position:absolute;inset:0;background:rgba(12,11,9,.84)}
.section-dark>.container{position:relative;z-index:2}
.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:32px}
.section-heading h2{margin:0;color:#fff;font-size:57px;line-height:.88}
.section-heading .eyebrow{margin-bottom:4px;color:var(--accent)}

/* Product cards */
.product-grid{display:grid;gap:31px 25px}
.product-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}
.product-card{text-align:center;min-width:0}
.product-card__image{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;background:#231f1a;box-shadow:0 0 0 1px rgba(221,209,163,.14)}
.product-card__image:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.09);pointer-events:none}
.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .42s ease,filter .42s ease}
.product-card:hover .product-card__image img{transform:scale(1.045);filter:brightness(1.08)}
.product-card__body{padding:12px 4px 0}
.product-card__category{display:block;margin-bottom:2px;color:#aa967a;font-family:RobotoMayway,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.product-card h3{margin:2px 0 3px;color:var(--accent);font-family:GoudyMayway,Georgia,serif;font-size:19px;line-height:1.13;letter-spacing:0}
.product-card h3 a:hover{color:#fff}
.product-card strong{color:#fff;font-family:RobotoMayway,Arial,sans-serif;font-size:13px;font-weight:400}

/* Story / lifestyle section */
.story-band{position:relative;min-height:395px;display:flex;align-items:center;background-size:cover;background-position:center;overflow:hidden}
.story-band:before{content:"";position:absolute;z-index:2;left:0;right:0;top:-2px;height:72px;background:url('../images/template/drk-paper-bg-btm-rawthentic.png') center top/cover no-repeat;transform:rotate(180deg)}
.story-band:after{content:"";position:absolute;z-index:2;left:0;right:0;bottom:-2px;height:80px;background:url('../images/template/ripped-paper-natural-3-1.png') center bottom/cover no-repeat}
.story-band__content{position:relative;z-index:3;width:min(var(--container),calc(100% - 70px));margin:auto;padding:74px 0 84px}
.story-band h2{max-width:460px;margin:0 0 12px;color:#fff;font-size:62px;line-height:.82}
.story-band .prose{max-width:470px;color:#fff}
.story-band .eyebrow{color:var(--gold)}

/* Natural paper / community */
.paper-section{position:relative;background:var(--paper-light) url('../images/template/header-bg-raw2.png') center top/1800px auto repeat-y;color:var(--ink);padding:56px 0 70px}
.paper-section:before{content:"";position:absolute;inset:0;background:rgba(245,232,199,.43);mix-blend-mode:screen;pointer-events:none}
.paper-section>.container{position:relative;z-index:1}
.community-section h2{margin:0;color:var(--ink);font-family:GoudyMayway,Georgia,serif;font-size:45px;letter-spacing:.015em}
.community-section p{margin:0 0 18px;font-family:GoudyMayway,Georgia,serif;font-size:19px}
.community-collage{width:min(1000px,100%);margin:22px auto 17px;border:8px solid rgba(255,248,224,.84);box-shadow:0 14px 28px rgba(54,39,23,.23)}

/* Journal */
.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:29px}
.article-card{background:rgba(20,17,14,.72);border-top:4px solid var(--paper);overflow:hidden}
.article-card>a{display:block;aspect-ratio:16/10;overflow:hidden}
.article-card img{width:100%;height:100%;object-fit:cover;transition:transform .4s,filter .4s}
.article-card:hover img{transform:scale(1.04);filter:brightness(1.08)}
.article-card>div{padding:20px 20px 23px}
.article-card time{color:var(--gold);font-family:BebasNeue;font-size:15px;letter-spacing:.08em}
.article-card h2,.article-card h3{margin:7px 0 8px;color:var(--accent);font-family:GoudyMayway,Georgia,serif;font-size:24px;line-height:1.12;letter-spacing:0}
.article-card p{margin:0 0 13px;color:#d2c4ae;font-family:GoudyMayway,Georgia,serif;font-size:17px}

/* Catalog exactly follows template's dark page + tall rounded paper menu */
.catalog-hero,.simple-hero{position:relative;padding:54px 0 32px;background:#151310 url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat;text-align:center}
.catalog-hero:before,.simple-hero:before{content:"";position:absolute;inset:0;background:rgba(12,10,8,.86)}
.catalog-hero .container,.simple-hero .container{position:relative;z-index:1}
.catalog-hero h1,.simple-hero h1{margin:0;color:#fff;font-size:65px;line-height:.9}
.catalog-hero p,.simple-hero p{max-width:670px;margin:11px auto 0;color:#fff;font-family:GoudyMayway,Georgia,serif;font-size:18px}
.feature-strip{display:flex;justify-content:center;gap:48px;flex-wrap:wrap;margin-top:25px;color:var(--gold);font-family:BebasNeue;font-size:17px;letter-spacing:.06em}
.feature-strip span{display:flex;align-items:center;gap:7px}
.feature-strip i{display:inline-grid;place-items:center;width:27px;height:27px;border:1px solid rgba(221,209,163,.55);border-radius:50%;font-style:normal}
.catalog-section{position:relative;padding:13px 0 92px;background:#151310 url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat}
.catalog-section:before{content:"";position:absolute;inset:0;background:rgba(11,10,8,.86)}
.catalog-section>.container{position:relative;z-index:1}
.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:38px;align-items:start}
.category-panel{position:sticky;top:18px;min-height:620px;margin-top:9px;padding:33px 25px 112px;color:#1c1712;background:var(--paper) url('../images/template/header-bg-raw2.png') center center/920px 100% no-repeat;border:10px solid #ceb372;border-radius:58px;box-shadow:inset 0 0 0 2px rgba(72,48,23,.36),inset 0 0 34px rgba(98,64,28,.32),0 15px 25px rgba(0,0,0,.22);overflow:hidden}
.category-panel:after{content:"";position:absolute;left:15px;right:15px;bottom:12px;height:92px;background:linear-gradient(150deg,transparent 34%,rgba(55,45,30,.2) 35% 37%,transparent 38%),linear-gradient(210deg,transparent 40%,rgba(55,45,30,.22) 41% 44%,transparent 45%);opacity:.7}
.category-panel h2{margin:0 0 13px;font-size:25px;line-height:1}
.category-panel .category-group{margin:19px 0 4px;color:#6e5a3f;font-family:BebasNeue;font-size:15px;letter-spacing:.07em}
.category-panel a{display:block;padding:4px 0;font-family:BebasNeue,Arial,sans-serif;font-size:16px;letter-spacing:.025em;transition:color .18s,padding-left .18s}
.category-panel a:hover,.category-panel a.active{padding-left:8px;color:var(--accent)}
.mountain-mark{position:absolute;z-index:2;left:0;right:0;bottom:28px;text-align:center;color:#5d4a30;font-family:BebasNeue;font-size:20px;letter-spacing:.12em}
.catalog-layout>.product-area{padding-top:12px}
.catalog-section .product-grid{gap:34px 22px}
.catalog-section .product-card__image{background:transparent;box-shadow:none}
.catalog-section .product-card__image:after{border-color:rgba(221,209,163,.12)}
.pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:49px}
.pagination a{display:grid;place-items:center;width:31px;height:31px;border:1px solid transparent;font-family:BebasNeue;font-size:17px}
.pagination a:hover{border-color:var(--paper)}
.pagination a.active{background:var(--accent);color:#fff}
.empty-state{padding:70px 28px;border:1px solid rgba(221,209,163,.16);text-align:center;color:var(--muted);font-family:GoudyMayway;font-size:20px}

/* Product detail */
.product-detail{position:relative;padding:36px 0 90px;background:#151310 url('../images/template/paper-bg-rawthentic.jpg') center top/1200px auto repeat}
.product-detail:before{content:"";position:absolute;inset:0;background:rgba(11,10,8,.87)}
.product-detail>.container{position:relative;z-index:1}
.breadcrumbs{margin-bottom:28px;color:#a99574;font-family:BebasNeue;font-size:15px;letter-spacing:.055em}
.breadcrumbs a:hover{color:var(--gold)}
.product-detail__grid{display:grid;grid-template-columns:1.06fr .94fr;gap:70px;align-items:start}
.product-gallery__main{aspect-ratio:1/1;overflow:hidden;border:1px solid rgba(221,209,163,.2);background:#1b1814}
.product-gallery__main img{width:100%;height:100%;object-fit:cover}
.product-gallery__thumbs{display:flex;gap:11px;flex-wrap:wrap;margin-top:13px}
.product-gallery__thumbs button{width:78px;height:78px;padding:0;border:2px solid transparent;background:#1c1915;cursor:pointer}
.product-gallery__thumbs button.is-active{border-color:var(--paper)}
.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}
.product-info{padding-top:20px}
.product-info h1{margin:0 0 14px;color:#fff;font-size:72px;line-height:.84}
.product-price{color:var(--gold);font-family:GoudyMayway;font-size:31px}
.product-price del{margin-left:12px;color:#897b67;font-size:18px}
.product-summary{color:#ded0b8;font-family:GoudyMayway;font-size:20px;line-height:1.55}
.product-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:24px 0}
.product-badges span{padding:11px 7px;border:1px solid rgba(221,209,163,.35);color:var(--gold);text-align:center;font-family:BebasNeue;font-size:14px;letter-spacing:.04em}
.product-meta{margin:20px 0 0;border-top:1px solid rgba(221,209,163,.22)}
.product-meta div{display:grid;grid-template-columns:90px 1fr;padding:12px 0;border-bottom:1px solid rgba(221,209,163,.16)}
.product-meta dt{color:#9e8d74;font-family:BebasNeue;letter-spacing:.05em}.product-meta dd{margin:0}
.product-content{max-width:900px;margin:68px auto 0;padding-top:42px;border-top:1px solid rgba(221,209,163,.25)}
.related-products{position:relative;padding:67px 0 85px;background:#1c1815 url('../images/template/paper-bg-rawthentic.jpg') center/1200px auto repeat}
.related-products:before{content:"";position:absolute;inset:0;background:rgba(12,10,9,.82)}
.related-products>.container{position:relative;z-index:1}
.related-products h2{margin:0 0 29px;color:#fff;font-size:52px;text-align:center}

/* Content/article pages */
.content-page-hero{position:relative;min-height:300px;display:flex;align-items:center;background:#191612 center/cover no-repeat}
.content-page-hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:72px;background:url('../images/template/drk-paper-bg-top-rip-rawthentic.png') center bottom/cover no-repeat}
.content-page-hero>.container{position:relative;z-index:2;padding:50px 0 90px}
.content-page-hero h1{margin:0;color:#fff;font-size:72px;line-height:.9}.content-page-hero p{max-width:650px;margin:12px auto;color:#fff;font-family:GoudyMayway;font-size:20px}
.content-page{position:relative;padding:70px 0 95px;background:#171411 url('../images/template/paper-bg-rawthentic.jpg') center/1200px auto repeat}
.content-page:before{content:"";position:absolute;inset:0;background:rgba(12,10,9,.84)}.content-page>.container{position:relative;z-index:1}
.journal-list,.search-results{position:relative;padding:55px 0 90px;background:#171411 url('../images/template/paper-bg-rawthentic.jpg') center/1200px auto repeat}
.journal-list:before,.search-results:before{content:"";position:absolute;inset:0;background:rgba(12,10,9,.84)}.journal-list>.container,.search-results>.container{position:relative;z-index:1}
.article-detail{background:#171411}
.article-detail__hero{position:relative;min-height:530px;display:flex;align-items:flex-end;justify-content:center;background-position:center;background-size:cover;text-align:center}
.article-detail__hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:85px;background:url('../images/template/drk-paper-bg-top-rip-rawthentic.png') center bottom/cover no-repeat}
.article-detail__hero>div{position:relative;z-index:2;width:min(900px,calc(100% - 42px));padding:85px 0 105px;text-shadow:0 4px 20px #000}
.article-detail__hero time{color:var(--gold);font-family:BebasNeue;font-size:18px;letter-spacing:.08em}.article-detail__hero h1{margin:8px 0;color:#fff;font-size:75px;line-height:.86}.article-detail__hero p{margin:0 auto;max-width:700px;font-family:GoudyMayway;font-size:21px}
.article-detail>.container{padding:65px 0 90px}.article-body{color:#eee3cf}.article-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:35px}.article-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover}.article-back{margin-top:45px;text-align:center}

/* Contact/search forms */
.contact-section{position:relative;padding:55px 0 94px;background:#171411 url('../images/template/paper-bg-rawthentic.jpg') center/1200px auto repeat}.contact-section:before{content:"";position:absolute;inset:0;background:rgba(12,10,9,.84)}.contact-section>.container{position:relative;z-index:1}
.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:35px}
.contact-card,.contact-form{padding:34px;border:1px solid rgba(221,209,163,.24);background:rgba(17,14,12,.7)}
.contact-card{border-top:5px solid var(--paper)}.contact-card h2{margin:0 0 13px;color:var(--accent);font-family:GoudyMayway;font-size:31px;letter-spacing:0}.contact-card p{font-family:GoudyMayway;font-size:18px;color:#d2c4af}.contact-card dl{margin-top:29px}.contact-card dl div{padding:12px 0;border-top:1px solid rgba(221,209,163,.18)}.contact-card dt{color:var(--gold);font-family:BebasNeue}.contact-card dd{margin:3px 0 0}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-form label{display:grid;gap:6px;margin-bottom:16px;color:var(--gold);font-family:BebasNeue;font-size:17px;letter-spacing:.04em}.contact-form input,.contact-form textarea,.search-form input{width:100%;border:1px solid rgba(221,209,163,.38);border-radius:0;background:rgba(255,255,255,.06);color:#fff;padding:12px 13px;outline:none;font-family:RobotoMayway}.contact-form input:focus,.contact-form textarea:focus,.search-form input:focus{border-color:var(--paper);box-shadow:0 0 0 2px rgba(208,177,112,.15)}.contact-form textarea{resize:vertical}.search-form{display:flex;gap:12px;max-width:690px;margin:27px auto 8px}.search-results h2{font-size:45px;color:#fff}.search-results .product-grid+.article-grid{margin-top:50px}

/* Footer */
.site-footer{position:relative;color:var(--ink);background:transparent}
.footer-smoke{height:118px;margin-top:-1px;background:url('../images/template/smoke-top-insta.png') center bottom/cover no-repeat;pointer-events:none}
.site-footer__paper{position:relative;min-height:122px;background:var(--paper) url('../images/template/header-bg-raw2.png') center bottom/cover no-repeat}
.site-footer__paper:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:45px;background:url('../images/template/raw-footer-bg-2.png') center bottom/cover no-repeat;pointer-events:none}
.site-footer__inner{position:relative;z-index:2;width:min(1260px,calc(100% - 38px));min-height:105px;margin:auto;padding:17px 0 32px;display:grid;grid-template-columns:245px 1fr auto;align-items:center;gap:32px}
.footer-brand img{width:218px;max-height:75px;object-fit:contain}
.footer-promises{display:flex;justify-content:center;align-items:center;gap:0;font-family:BebasNeue;font-size:16px;letter-spacing:.025em}
.footer-promises span{padding:0 33px;border-right:1px solid rgba(47,35,22,.35)}.footer-promises span:last-child{border-right:0}
.footer-social{display:flex;gap:10px}.footer-social a{display:grid;place-items:center;width:31px;height:31px;border:2px solid #2f241a;border-radius:50%;font-family:BebasNeue;font-size:13px}.footer-social a:hover{background:var(--accent);border-color:var(--accent);color:#fff}
.footer-legal{padding:13px 20px;background:#171411;color:#a99779;display:flex;justify-content:center;gap:28px;font-size:12px;text-align:center}.footer-legal a{color:var(--gold)}
.front-alert{position:fixed;z-index:110;top:22px;right:22px;max-width:380px;padding:14px 18px;color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 12px 35px rgba(0,0,0,.42)}.front-alert--success{background:#496a40}.front-alert--error{background:#8f2d35}

@media(max-width:1100px){
  :root{--header-h:122px}
  .site-header__inner{grid-template-columns:230px 1fr}.brand img{width:215px}.main-nav{gap:19px;font-size:16px}.header-utility{font-size:14px}
  .product-grid--four{grid-template-columns:repeat(3,1fr)}
  .catalog-layout{grid-template-columns:205px 1fr}.category-panel{padding-inline:20px}
  .site-footer__inner{grid-template-columns:210px 1fr auto}.footer-promises span{padding-inline:18px}
}
@media(max-width:820px){
  :root{--header-h:104px}
  .site-header{height:var(--header-h);background-size:auto 112px}
  .site-header__inner{height:84px;grid-template-columns:1fr auto;gap:14px}.brand img{width:195px;height:67px}
  .header-right{position:absolute;left:0;right:0;top:91px;display:none;padding:16px 22px 24px;background:var(--paper) url('../images/template/header-bg-raw2.png') center bottom/cover no-repeat;box-shadow:0 12px 24px rgba(0,0,0,.3)}
  .header-right.is-open{display:grid}.header-utility{justify-content:center;order:2}.main-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 22px;white-space:normal}.main-nav a{padding:7px 0;border-bottom:1px solid rgba(52,40,26,.24)}.nav-toggle{display:block}
  .hero-slider{height:500px}.hero-slide__content{width:calc(100% - 42px)}.hero-slide h1{font-size:78px}.hero-slide:after{background:linear-gradient(90deg,rgba(8,7,6,.86),rgba(8,7,6,.34))}
  .product-grid--four{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:1fr 1fr}
  .catalog-layout{grid-template-columns:1fr}.category-panel{position:relative;top:auto;min-height:0;border-radius:30px;padding:26px 25px 30px}.category-panel a{display:inline-block;margin-right:15px}.category-panel .category-group{display:block}.mountain-mark{display:none}
  .product-detail__grid{grid-template-columns:1fr;gap:35px}.product-info h1{font-size:60px}.product-badges{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}.site-footer__inner{grid-template-columns:1fr;text-align:center;padding-top:25px}.footer-brand{margin:auto}.footer-promises{flex-wrap:wrap}.footer-social{justify-content:center}.footer-legal{flex-direction:column;gap:3px}
}
@media(max-width:560px){
  .container{width:calc(100% - 28px)}
  .brand img{width:170px}.site-header__inner{width:calc(100% - 24px)}
  .hero-slider{height:470px}.hero-slide__content{width:calc(100% - 30px)}.hero-slide h1{font-size:62px;max-width:360px}.hero-slide p{font-size:18px;max-width:330px}
  .welcome-section{padding-top:44px}.welcome-section h2{font-size:36px}.stamp{display:none}
  .section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:47px}
  .product-grid--four{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 10px}.product-card h3{font-size:16px}.product-card__body{padding-top:9px}
  .story-band h2{font-size:50px}.story-band__content{width:calc(100% - 30px)}
  .community-section h2{font-size:37px}.article-grid{grid-template-columns:1fr}
  .catalog-hero h1,.simple-hero h1{font-size:52px}.feature-strip{gap:13px 20px}.catalog-section .product-grid{gap:25px 10px}
  .category-panel{border-width:6px;border-radius:24px}.product-info h1{font-size:50px}.product-gallery__thumbs button{width:64px;height:64px}
  .content-page-hero h1,.article-detail__hero h1{font-size:53px}.article-detail__hero{min-height:430px}.article-detail__hero>div{padding-bottom:90px}
  .form-row{grid-template-columns:1fr}.contact-card,.contact-form{padding:24px 20px}.search-form{flex-direction:column}
  .footer-promises{display:grid;gap:7px}.footer-promises span{border:0;padding:0}.footer-smoke{height:75px}
}
