:root{
  --matrio-ink:#1d1b17;
  --matrio-ink-2:#2b2822;
  --matrio-ivory:#f6f1e8;
  --matrio-paper:#fffdf9;
  --matrio-stone:#d8cbb7;
  --matrio-muted:#655d53;
  --matrio-accent:#b88746;
  --matrio-accent-2:#d7ae70;
  --matrio-line:rgba(45,38,30,.14);
  --matrio-shadow:0 24px 70px rgba(27,23,18,.14);
  --matrio-radius:24px;
  --matrio-max:1260px;
  --matrio-serif:Georgia,'Times New Roman',serif;
  --matrio-sans:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--matrio-paper);color:var(--matrio-ink);font-family:var(--matrio-sans);line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.admin-bar .matrio-site-header{top:32px}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea,select{font:inherit}
button{cursor:pointer}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link:focus{clip:auto!important;width:auto!important;height:auto!important;margin:0!important;top:12px;left:12px;padding:12px 18px;background:#fff;color:#111;z-index:10000;border-radius:8px;box-shadow:var(--matrio-shadow)}
.matrio-container{width:min(var(--matrio-max),calc(100% - 48px));margin-inline:auto}
.matrio-site-main{min-height:55vh}
.matrio-section{padding:92px 0}
.matrio-section--compact{padding:64px 0}
.matrio-section--paper{background:#fff}
.matrio-section--ivory{background:var(--matrio-ivory)}
.matrio-eyebrow{margin:0 0 13px;color:var(--matrio-accent);font-weight:800;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase}
.matrio-lead{font-size:clamp(1.02rem,1.5vw,1.23rem);color:var(--matrio-muted);max-width:720px}
.matrio-section-head{display:flex;justify-content:space-between;align-items:end;gap:36px;margin-bottom:38px}
.matrio-section-head h2{font:500 clamp(2rem,3.6vw,3.7rem)/1.07 var(--matrio-serif);letter-spacing:-.035em;margin:0;max-width:760px}
.matrio-section-head>p{max-width:430px;color:var(--matrio-muted);margin:0}
.matrio-button-row{display:flex;flex-wrap:wrap;gap:12px}
.matrio-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 22px;border-radius:4px;border:1px solid transparent;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;font-weight:800;transition:transform .2s,background .2s,color .2s,border-color .2s}
.matrio-button:hover{transform:translateY(-2px)}
.matrio-button--gold{background:var(--matrio-accent);color:#17130f}
.matrio-button--gold:hover{background:var(--matrio-accent-2)}
.matrio-button--outline{border-color:rgba(29,27,23,.35);background:rgba(255,255,255,.55)}
.matrio-button--outline:hover{background:#fff;border-color:var(--matrio-accent)}
.matrio-button--outline-dark{border-color:var(--matrio-ink);color:var(--matrio-ink)}
.matrio-centered{text-align:center;margin-top:34px}
.matrio-empty{grid-column:1/-1;padding:48px;border:1px dashed var(--matrio-line);background:var(--matrio-ivory);text-align:center;border-radius:16px}

/* Header */
.matrio-site-header{position:sticky;top:0;z-index:1000;background:rgba(29,27,23,.97);backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.08)}
.matrio-header-inner{min-height:72px;display:flex;align-items:center;gap:26px}
.matrio-brand{width:175px;flex:0 0 auto}
.matrio-brand .custom-logo-link,.matrio-brand-fallback{display:block}
.matrio-brand img{width:100%;max-height:48px;object-fit:contain;object-position:left center}
.matrio-primary-nav{margin-left:auto}
.matrio-primary-nav ul{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:24px}
.matrio-primary-nav li{position:relative}
.matrio-primary-nav a{color:#f0ebe2;font-size:.84rem;display:block;padding:23px 0;white-space:nowrap}
.matrio-primary-nav a::after{content:"";position:absolute;left:0;bottom:15px;width:0;height:1px;background:var(--matrio-accent-2);transition:width .2s}
.matrio-primary-nav a:hover::after,.matrio-primary-nav .current-menu-item>a::after{width:100%}
.matrio-primary-nav .sub-menu{position:absolute;top:100%;left:-18px;display:block;min-width:220px;background:var(--matrio-ink);padding:10px 18px;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s;box-shadow:var(--matrio-shadow)}
.matrio-primary-nav li:hover>.sub-menu,.matrio-primary-nav li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.matrio-primary-nav .sub-menu a{padding:10px 0}
.matrio-header-tools{display:flex;align-items:center;gap:8px}
.matrio-header-icon{position:relative;width:38px;height:38px;border:0;background:transparent;color:#f4efe7;display:grid;place-items:center;font-size:1.2rem;border-radius:50%}
.matrio-header-icon:hover{background:rgba(255,255,255,.08)}
.matrio-header-icon b{position:absolute;right:0;top:0;display:grid;place-items:center;min-width:17px;height:17px;border-radius:999px;background:var(--matrio-accent);color:#17130f;font-size:.62rem}
.matrio-menu-toggle{display:none;background:none;border:0;padding:8px;color:#fff;margin-left:auto}
.matrio-menu-toggle span{display:block;width:25px;height:2px;background:#fff;margin:5px}
.matrio-menu-toggle b{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.matrio-search-panel{background:#27241f;border-top:1px solid rgba(255,255,255,.08);padding:16px 0}
.matrio-search-form{display:flex;gap:10px}
.matrio-search-form label{flex:1}
.matrio-search-form input{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.18);background:#fff;color:#111;padding:10px 14px;border-radius:4px}
.matrio-search-form button{border:0;background:var(--matrio-accent);padding:10px 22px;font-weight:800;border-radius:4px}

/* Hero */
.matrio-hero{position:relative;overflow:hidden;background:linear-gradient(90deg,#f8f3ea 0%,#f4eee4 52%,#e8ddcc 100%);border-bottom:1px solid var(--matrio-line)}
.matrio-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 40%,rgba(255,255,255,.7),transparent 35%),linear-gradient(90deg,transparent 64%,rgba(184,135,70,.08));pointer-events:none}
.matrio-hero__grid{position:relative;min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}
.matrio-hero__copy{padding:70px 0;position:relative;z-index:2}
.matrio-hero__copy h1{font:500 clamp(3.3rem,6.2vw,6.9rem)/.94 var(--matrio-serif);letter-spacing:-.055em;margin:0 0 24px;max-width:760px}
.matrio-hero__copy>.matrio-lead{max-width:610px;margin:0 0 28px}
.matrio-trust-inline{margin-top:54px;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-top:1px solid var(--matrio-line);padding-top:24px}
.matrio-trust-inline span{display:flex;flex-direction:column;font-size:.75rem;color:var(--matrio-muted)}
.matrio-trust-inline b{font-size:.78rem;color:var(--matrio-ink);margin-bottom:2px}
.matrio-hero__visual{position:relative;align-self:stretch;min-height:650px;display:flex;align-items:flex-end;justify-content:center}
.matrio-hero__arch{position:absolute;inset:0 -18vw 0 4%;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(105,91,72,.12)),url('../images/editorial/home-story.webp') center/cover;filter:saturate(.55) brightness(1.12);opacity:.42}
.matrio-hero__visual::after{content:"";position:absolute;left:0;right:-20vw;bottom:0;height:22%;background:linear-gradient(180deg,transparent,rgba(61,52,42,.18))}
.matrio-hero__visual>img{position:relative;z-index:2;width:min(88%,520px);max-height:590px;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 32px 30px rgba(47,39,30,.2))}
.matrio-hero__product{position:absolute;z-index:4;right:-8px;top:42%;background:rgba(255,253,249,.86);backdrop-filter:blur(9px);padding:18px 22px;border-left:3px solid var(--matrio-accent);box-shadow:0 14px 36px rgba(36,29,22,.12);display:flex;flex-direction:column;min-width:180px}
.matrio-hero__product span{color:var(--matrio-accent);font-size:.72rem;letter-spacing:.16em;font-weight:800}
.matrio-hero__product strong{font:500 1.4rem var(--matrio-serif)}
.matrio-hero__product a{margin-top:8px;font-size:.72rem;font-weight:800;text-transform:uppercase}

/* Collections and products */
.matrio-collection-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.matrio-collection-card{background:linear-gradient(180deg,#f5f0e7,#eee6da);border:1px solid rgba(47,40,31,.08);padding:12px 12px 18px;border-radius:14px;text-align:center;transition:transform .25s,box-shadow .25s}
.matrio-collection-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(30,25,20,.09)}
.matrio-collection-card img{width:100%;aspect-ratio:1/1.08;object-fit:contain;margin-bottom:10px}
.matrio-collection-card span{font:500 1.12rem var(--matrio-serif);display:block}
.matrio-collection-card small{display:block;color:var(--matrio-muted);font-size:.7rem}
.matrio-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.matrio-product-card{background:#f5f0e7;border:1px solid rgba(47,40,31,.08);border-radius:12px;overflow:hidden;transition:transform .25s,box-shadow .25s}
.matrio-product-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px rgba(30,25,20,.1)}
.matrio-product-card__media{position:relative;background:linear-gradient(180deg,#f7f3eb,#eae0d2);overflow:hidden}
.matrio-product-card__media img{width:100%;aspect-ratio:4/5;object-fit:contain;transition:transform .35s}
.matrio-product-card:hover img{transform:scale(1.025)}
.matrio-badge{position:absolute;z-index:2;left:10px;top:10px;background:var(--matrio-accent);color:#17130f;padding:5px 8px;border-radius:999px;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.matrio-product-card__body{background:#fffdf9;padding:14px}
.matrio-product-card__category{font-size:.62rem;color:var(--matrio-accent);text-transform:uppercase;letter-spacing:.13em;font-weight:800}
.matrio-product-card h3{font:500 1rem/1.2 var(--matrio-serif);margin:5px 0 12px;min-height:2.4em}
.matrio-product-card__meta{display:flex;align-items:end;justify-content:space-between;gap:8px;font-size:.68rem;color:var(--matrio-muted)}
.matrio-product-card .price{font-weight:800;color:var(--matrio-ink);font-size:.78rem}

/* Process and editorials */
.matrio-process-band{background:var(--matrio-ink);color:#f6f1e8;padding:34px 0}
.matrio-process-band__grid{display:grid;grid-template-columns:1.18fr repeat(3,1fr);gap:14px}
.matrio-process-intro{padding:28px 26px}
.matrio-process-intro h2{font:500 clamp(2rem,3vw,3.3rem)/1 var(--matrio-serif);margin:0 0 18px}
.matrio-process-intro p:not(.matrio-eyebrow){color:#cfc7bc}
.matrio-process-step{position:relative;min-height:310px;overflow:hidden;padding:190px 18px 18px;background:#2c2822;border-radius:10px}
.matrio-process-step::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(17,15,12,.94) 82%)}
.matrio-process-step img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.6)}
.matrio-process-step b,.matrio-process-step h3,.matrio-process-step p{position:relative;z-index:2}
.matrio-process-step b{color:var(--matrio-accent-2);font:500 1.8rem var(--matrio-serif)}
.matrio-process-step h3{font:500 1.25rem var(--matrio-serif);margin:2px 0}
.matrio-process-step p{margin:0;color:#d7d0c6;font-size:.75rem}
.matrio-editorial-grid{display:grid;grid-template-columns:1fr 1.25fr .8fr;gap:16px}
.matrio-editorial-card,.matrio-testimonial{margin:0;border:1px solid var(--matrio-line);background:var(--matrio-ivory);border-radius:12px;overflow:hidden;min-height:290px}
.matrio-editorial-card{display:grid;grid-template-columns:1.15fr .85fr}
.matrio-editorial-card>div{padding:30px}
.matrio-editorial-card img{width:100%;height:100%;object-fit:cover}
.matrio-editorial-card--custom img{object-fit:contain;padding:18px;background:#efe7db}
.matrio-editorial-card h2{font:500 1.7rem/1.1 var(--matrio-serif);margin:0 0 12px}
.matrio-editorial-card p:not(.matrio-eyebrow){font-size:.86rem;color:var(--matrio-muted)}
.matrio-editorial-card a:not(.matrio-button){font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--matrio-accent)}
.matrio-testimonial{padding:34px;display:flex;flex-direction:column;justify-content:center;background:#fbf7f0}
.matrio-testimonial p{font:500 1.35rem/1.35 var(--matrio-serif)}
.matrio-testimonial cite{font-size:.75rem;color:var(--matrio-muted);font-style:normal}

/* Inner pages */
.matrio-page-hero{background:linear-gradient(90deg,#f8f3ea,#e9dfd0);border-bottom:1px solid var(--matrio-line)}
.matrio-page-hero__grid{min-height:440px;display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:54px}
.matrio-page-hero h1,.matrio-page-hero--simple h1{font:500 clamp(3rem,6vw,6rem)/.98 var(--matrio-serif);letter-spacing:-.05em;margin:0 0 20px}
.matrio-page-hero__grid>img{width:100%;height:440px;object-fit:contain;object-position:center bottom;align-self:end}
.matrio-page-hero--simple{padding:92px 0 65px;background:var(--matrio-ivory)}
.matrio-prose{max-width:860px;font-size:1.05rem}
.matrio-prose>*:first-child{margin-top:0}
.matrio-prose h2{font:500 2.1rem var(--matrio-serif);margin-top:2em}
.matrio-prose h3{font:500 1.55rem var(--matrio-serif);margin-top:1.7em}
.matrio-prose a{text-decoration:underline;text-decoration-color:var(--matrio-accent);text-underline-offset:3px}
.matrio-story-hero{position:relative;min-height:560px;overflow:hidden;background:#171512;color:#fff}
.matrio-story-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.55)}
.matrio-story-hero__overlay{position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,rgba(12,11,9,.91) 0%,rgba(12,11,9,.63) 45%,rgba(12,11,9,.08) 78%)}
.matrio-story-hero__content{position:relative;z-index:2;min-height:560px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}
.matrio-story-hero h1{font:500 clamp(3.4rem,6vw,6rem)/1 var(--matrio-serif);margin:0 0 18px}
.matrio-story-hero p:not(.matrio-eyebrow){max-width:580px;font-size:1.2rem;color:#e4ddd4}
.matrio-about-grid{display:grid;grid-template-columns:.85fr 1.55fr;gap:54px;align-items:start}
.matrio-about-copy h2{font:500 clamp(2.4rem,4vw,4.3rem)/1.03 var(--matrio-serif);margin:0 0 22px}
.matrio-about-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.matrio-about-gallery figure{margin:0;border:1px solid var(--matrio-line);background:#f7f2ea;border-radius:12px;overflow:hidden}
.matrio-about-gallery img{width:100%;height:360px;object-fit:cover}
.matrio-about-gallery figure:nth-child(2) img{object-fit:contain;background:#efe7da}
.matrio-about-gallery figcaption{padding:14px;text-align:center;font:500 1rem var(--matrio-serif)}
.matrio-values-band{background:var(--matrio-ivory);padding:48px 0}
.matrio-values-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px;align-items:center}
.matrio-values-grid blockquote{margin:0;font:500 1.45rem/1.35 var(--matrio-serif);padding-right:30px;border-right:1px solid var(--matrio-line)}
.matrio-values-grid div{display:flex;flex-direction:column}
.matrio-values-grid b{font:500 1.05rem var(--matrio-serif)}
.matrio-values-grid span{font-size:.78rem;color:var(--matrio-muted)}
.matrio-process-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.matrio-process-timeline article{padding:34px;background:var(--matrio-ivory);border:1px solid var(--matrio-line);min-height:240px;border-radius:12px}
.matrio-process-timeline span{font:500 2.2rem var(--matrio-serif);color:var(--matrio-accent)}
.matrio-process-timeline h2{font:500 1.6rem var(--matrio-serif);margin:10px 0}
.matrio-process-timeline p{color:var(--matrio-muted)}
.matrio-editorial-banner{background:var(--matrio-ink);color:#fff}
.matrio-editorial-banner>.matrio-container{display:grid;grid-template-columns:1fr 1.2fr;min-height:350px;align-items:center;gap:40px}
.matrio-editorial-banner h2{font:500 clamp(2rem,4vw,4rem)/1.05 var(--matrio-serif);margin:0 0 24px}
.matrio-editorial-banner img{width:100%;height:350px;object-fit:cover}
.matrio-collection-page-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.matrio-collection-page-card{display:grid;grid-template-columns:1fr 1.2fr;background:var(--matrio-ivory);border:1px solid var(--matrio-line);border-radius:14px;overflow:hidden;min-height:340px;transition:transform .2s}
.matrio-collection-page-card:hover{transform:translateY(-4px)}
.matrio-collection-page-card img{width:100%;height:100%;object-fit:contain;background:#eee5d8;padding:12px}
.matrio-collection-page-card>div{padding:34px;align-self:center}
.matrio-collection-page-card h2{font:500 2rem var(--matrio-serif);margin:0 0 10px}
.matrio-collection-page-card p:not(.matrio-eyebrow){color:var(--matrio-muted)}
.matrio-collection-page-card span{font-size:.74rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--matrio-accent)}

/* Forms */
.matrio-form-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:24px;align-items:start}
.matrio-contact-panel,.matrio-form-card{border:1px solid var(--matrio-line);border-radius:14px;background:#fff;padding:36px}
.matrio-contact-panel{background:linear-gradient(180deg,#f7f1e7,#eee3d4);display:flex;flex-direction:column;gap:10px}
.matrio-contact-panel h2,.matrio-form-card h2{font:500 clamp(2rem,3vw,3.2rem)/1.05 var(--matrio-serif);margin:0 0 14px}
.matrio-contact-panel>p{color:var(--matrio-muted)}
.matrio-contact-panel ul{padding-left:20px}
.matrio-contact-panel>a{font-weight:700}
.matrio-contact-panel>img{max-height:340px;object-fit:contain;margin-top:20px}
.matrio-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin:25px 0}
.matrio-form-grid label{display:flex;flex-direction:column;gap:7px;font-size:.78rem;font-weight:700}
.matrio-form-grid input,.matrio-form-grid textarea,.matrio-form-grid select{width:100%;border:1px solid #d8cec0;background:#fff;padding:12px 13px;border-radius:5px;color:var(--matrio-ink)}
.matrio-form-grid textarea{min-height:150px;resize:vertical}
.matrio-form-grid input:focus,.matrio-form-grid textarea:focus,.matrio-form-grid select:focus{outline:2px solid color-mix(in srgb,var(--matrio-accent) 45%,transparent);border-color:var(--matrio-accent)}
.matrio-field-full{grid-column:1/-1}
.matrio-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.matrio-form-message{padding:13px 16px;border-radius:6px;margin:0 0 20px;font-weight:700}
.matrio-form-message.is-success{background:#e9f7ee;color:#175c30;border:1px solid #b9dfc7}
.matrio-form-message.is-error{background:#fff0ee;color:#8c241b;border:1px solid #f2c5bf}

/* Blog */
.matrio-post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.matrio-post-card{background:var(--matrio-ivory);border:1px solid var(--matrio-line);border-radius:12px;overflow:hidden}
.matrio-post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}
.matrio-post-card>div{padding:24px}
.matrio-post-card h2{font:500 1.65rem var(--matrio-serif);margin:0 0 10px}
.matrio-single-featured{width:100%;border-radius:12px;margin-bottom:36px}
.matrio-comments{padding-bottom:80px;max-width:860px}
.matrio-error-page{min-height:62vh;display:grid;place-items:center;text-align:center;background:var(--matrio-ivory);padding:80px 0}
.matrio-error-page h1{font:500 clamp(3rem,7vw,7rem)/1 var(--matrio-serif);margin:0}
.matrio-error-page .matrio-button-row{justify-content:center;margin-top:24px}

/* Newsletter/footer */
.matrio-newsletter{background:linear-gradient(90deg,#e8ddcf,#f8f3eb);border-top:1px solid var(--matrio-line);border-bottom:1px solid var(--matrio-line);padding:30px 0}
.matrio-newsletter__inner{display:flex;align-items:center;justify-content:space-between;gap:36px}
.matrio-newsletter h2{font:500 2rem var(--matrio-serif);margin:0}
.matrio-newsletter p{margin:4px 0;color:var(--matrio-muted)}
.matrio-newsletter-form{display:flex;min-width:min(100%,460px)}
.matrio-newsletter-form input[type=email]{flex:1;border:1px solid #d6cabc;border-right:0;background:#fff;padding:12px 15px;min-width:0}
.matrio-newsletter-form button{background:var(--matrio-accent);border:0;padding:12px 22px;text-transform:uppercase;font-size:.72rem;letter-spacing:.08em;font-weight:800}
.matrio-site-footer{background:var(--matrio-ink);color:#e8e1d7;padding:58px 0 20px}
.matrio-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:44px}
.matrio-footer-brand .matrio-brand-fallback,.matrio-footer-brand .custom-logo-link{display:block;width:180px;margin-bottom:20px}
.matrio-footer-brand p{font-size:.78rem;color:#bfb7ac;max-width:310px}
.matrio-site-footer h2{font:700 .74rem var(--matrio-sans);text-transform:uppercase;letter-spacing:.14em;color:var(--matrio-accent-2);margin:0 0 17px}
.matrio-site-footer ul{list-style:none;margin:0;padding:0}
.matrio-site-footer li{margin:7px 0;font-size:.78rem;color:#cbc3b9}
.matrio-site-footer a:hover{color:var(--matrio-accent-2)}
.matrio-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}
.matrio-socials a{font-size:.7rem;color:var(--matrio-accent-2)}
.matrio-footer-widgets{padding-top:36px}
.matrio-footer-bottom{border-top:1px solid rgba(255,255,255,.11);margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:.68rem;color:#938c83}
.matrio-cookie{position:fixed;z-index:3000;left:20px;right:20px;bottom:20px;max-width:720px;margin:auto;background:#fff;color:#1d1b17;border:1px solid var(--matrio-line);box-shadow:var(--matrio-shadow);padding:16px 18px;display:flex;align-items:center;gap:20px;border-radius:10px}
.matrio-cookie p{margin:0;font-size:.78rem}
.matrio-cookie button{margin-left:auto;border:0;background:var(--matrio-ink);color:#fff;padding:9px 14px;border-radius:4px;white-space:nowrap}

/* WordPress core */
.alignwide{width:min(1100px,calc(100vw - 48px));max-width:none;margin-left:50%;transform:translateX(-50%)}
.alignfull{width:100vw;max-width:none;margin-left:50%;transform:translateX(-50%)}
.wp-caption{max-width:100%}
.wp-caption-text,.gallery-caption{font-size:.78rem;color:var(--matrio-muted)}
.sticky{outline:2px solid var(--matrio-accent)}
.bypostauthor{font-weight:inherit}
.page-links,.nav-links{display:flex;gap:8px;justify-content:center;margin-top:30px}
.page-numbers{padding:8px 12px;border:1px solid var(--matrio-line);background:#fff}
.page-numbers.current{background:var(--matrio-accent);color:#111}

@media (max-width:1120px){
  .matrio-primary-nav ul{gap:15px}.matrio-primary-nav a{font-size:.78rem}.matrio-brand{width:150px}
  .matrio-product-grid{grid-template-columns:repeat(3,1fr)}
  .matrio-collection-grid{grid-template-columns:repeat(3,1fr)}
  .matrio-editorial-grid{grid-template-columns:1fr 1fr}.matrio-testimonial{grid-column:1/-1;min-height:auto}
  .matrio-process-band__grid{grid-template-columns:1fr 1fr}.matrio-process-intro{grid-column:1/-1}
}
@media (max-width:900px){
  body.admin-bar .matrio-site-header{top:46px}
  .matrio-menu-toggle{display:block}.matrio-primary-nav{position:absolute;left:0;right:0;top:100%;background:var(--matrio-ink);padding:10px 24px 22px;display:none}.matrio-primary-nav.is-open{display:block}.matrio-primary-nav ul{display:block}.matrio-primary-nav a{padding:12px 0}.matrio-primary-nav a::after{display:none}.matrio-primary-nav .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;padding:0 0 0 16px;background:transparent}.matrio-header-tools{margin-left:0}.matrio-brand{margin-right:auto}
  .matrio-hero__grid{grid-template-columns:1fr;min-height:auto}.matrio-hero__copy{padding:70px 0 20px}.matrio-hero__visual{min-height:520px}.matrio-hero__arch{left:-24px;right:-24px}.matrio-hero__product{right:12px}.matrio-trust-inline{grid-template-columns:1fr 1fr 1fr}
  .matrio-page-hero__grid{grid-template-columns:1fr;gap:10px;padding-top:60px}.matrio-page-hero__grid>img{height:360px}
  .matrio-about-grid{grid-template-columns:1fr}.matrio-values-grid{grid-template-columns:1fr 1fr}.matrio-values-grid blockquote{grid-column:1/-1;border-right:0;border-bottom:1px solid var(--matrio-line);padding:0 0 24px}
  .matrio-process-timeline{grid-template-columns:repeat(2,1fr)}
  .matrio-collection-page-card{grid-template-columns:1fr}.matrio-collection-page-card img{height:320px}
  .matrio-form-layout{grid-template-columns:1fr}
  .matrio-newsletter__inner{display:block}.matrio-newsletter-form{margin-top:18px}
  .matrio-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.matrio-footer-grid>section:last-child{grid-column:1/-1}
}
@media (max-width:680px){
  .matrio-container{width:min(100% - 30px,var(--matrio-max))}.matrio-section{padding:66px 0}.matrio-section-head{display:block}.matrio-section-head>p{margin-top:14px}
  .matrio-header-inner{min-height:64px}.matrio-brand{width:138px}.matrio-header-tools .matrio-header-icon:nth-child(2){display:none}
  .matrio-hero__copy h1{font-size:clamp(3rem,14vw,4.6rem)}.matrio-hero__visual{min-height:440px}.matrio-hero__visual>img{max-height:430px}.matrio-hero__product{top:auto;bottom:18px;right:0}.matrio-trust-inline{grid-template-columns:1fr;gap:12px;margin-top:34px}
  .matrio-collection-grid{grid-template-columns:repeat(2,1fr);gap:10px}.matrio-product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.matrio-product-card__body{padding:11px}.matrio-product-card h3{font-size:.9rem}.matrio-product-card__meta{display:block}.matrio-product-card__meta>span:last-child{display:none}
  .matrio-process-band__grid{grid-template-columns:1fr}.matrio-process-intro{padding:20px 8px}.matrio-process-step{min-height:300px}
  .matrio-editorial-grid{grid-template-columns:1fr}.matrio-editorial-card{grid-template-columns:1fr}.matrio-editorial-card img{height:260px}.matrio-testimonial{grid-column:auto}
  .matrio-page-hero h1,.matrio-page-hero--simple h1{font-size:clamp(2.7rem,13vw,4.2rem)}.matrio-page-hero__grid>img{height:310px}.matrio-page-hero--simple{padding:65px 0 45px}
  .matrio-about-gallery{grid-template-columns:1fr}.matrio-about-gallery img{height:340px}.matrio-values-grid{grid-template-columns:1fr}.matrio-process-timeline{grid-template-columns:1fr}.matrio-editorial-banner>.matrio-container{grid-template-columns:1fr;padding-top:56px}.matrio-collection-page-grid{grid-template-columns:1fr}
  .matrio-form-card,.matrio-contact-panel{padding:24px}.matrio-form-grid{grid-template-columns:1fr}.matrio-field-full{grid-column:auto}
  .matrio-post-grid{grid-template-columns:1fr}.matrio-newsletter-form{min-width:0;width:100%}.matrio-newsletter-form button{padding-inline:12px}.matrio-footer-grid{grid-template-columns:1fr 1fr}.matrio-footer-brand{grid-column:1/-1}.matrio-footer-grid>section:last-child{grid-column:auto}.matrio-footer-bottom{display:block}.matrio-footer-bottom span{display:block;margin:6px 0}.matrio-cookie{display:block}.matrio-cookie button{margin:12px 0 0}
}
@media (max-width:420px){.matrio-product-grid{grid-template-columns:1fr 1fr}.matrio-collection-card span{font-size:1rem}.matrio-header-tools{gap:0}.matrio-header-icon{width:34px}.matrio-footer-grid{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
