/** Shopify CDN: Minification failed

Line 10:0 All "@import" rules must come first
Line 11:0 All "@import" rules must come first

**/
@font-face{font-family:'Raydis';src:url('RAYDIS.woff2') format('woff2'),url('RAYDIS.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'Stack Sans';src:url('StackSansHeadline-Bold.ttf') format('truetype');font-weight:700;font-display:swap}
@font-face{font-family:'BBH Bartle';src:url('BBHBartle-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@700,500,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap');
@font-face{font-family:'Mirano';src:url('Mirano-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'Mirano';src:url('Mirano-LightItalic.ttf') format('truetype');font-weight:300;font-style:italic;font-display:swap}

@font-face{font-family:'GrosVentre';src:url('Gros_Ventre_Thin.ttf') format('truetype');font-weight:100;font-display:swap}
@font-face{font-family:'GrosVentre';src:url('Gros_Ventre_Light.ttf') format('truetype');font-weight:300;font-display:swap}
@font-face{font-family:'GrosVentre';src:url('Gros_Ventre_Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:'GrosVentre';src:url('Gros_Ventre_Semibold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:'GrosVentre';src:url('Gros_Ventre_Bold.ttf') format('truetype');font-weight:700;font-display:swap}

:root{
  --color-bg:#0a0a0a;--color-bg2:#111111;--color-bg3:#1a1a1a;
  --color-surface:#1e1e1e;--color-border:#2a2a2a;
  --color-brand:#FEC600;--color-brand-dark:#d4a500;
  --color-text:#f0f0f0;--color-muted:#aaa;
  --color-white:#fff;--color-black:#000;
  --font-title:'Satoshi','GrosVentre','Helvetica Neue',Arial,sans-serif;
  --font-body:'Inter','Helvetica Neue',Arial,sans-serif;
  --r-sm:4px;--r-md:8px;--r-lg:16px;--tr:0.3s ease;--max-w:1400px;
  --header-h:110px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased}
body{background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);line-height:1.6;overflow-x:hidden}
img,video{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none;transition:color var(--tr)}
h1,h2,h3,h4,h5,h6{font-family:var(--font-title);font-weight:700;line-height:1.1;letter-spacing:-0.02em}
h1{font-size:clamp(2.5rem,6vw,5rem)}
h2{font-size:clamp(1.8rem,4vw,3.5rem)}
h3{font-size:clamp(1.2rem,2.5vw,2rem)}
p{margin-bottom:1em}

.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 2rem}
.section{padding:5rem 0}
.section--dark{background:var(--color-bg)}
.section--dark2{background:var(--color-bg2)}
.section--dark3{background:var(--color-bg3)}
.section-cta{text-align:center;margin-top:3rem}
.section-header{text-align:center;margin-bottom:4rem}
.section-label{display:block;font-family:var(--font-title);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:var(--color-brand);margin-bottom:1rem}
.section-header p{color:var(--color-muted);font-size:1.05rem;max-width:580px;margin:.75rem auto 0}
.divider{width:60px;height:3px;background:var(--color-brand);margin:1.5rem auto}
.divider--left{margin-left:0}

.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:var(--font-title);font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.1em;border:2px solid transparent;border-radius:var(--r-sm);cursor:pointer;transition:all var(--tr);white-space:nowrap}
.btn-primary{background:var(--color-brand);color:var(--color-black);border-color:var(--color-brand)}
.btn-primary:hover{background:var(--color-brand-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(254,198,0,.3)}
.btn-outline{background:transparent;color:var(--color-brand);border-color:var(--color-brand)}
.btn-outline:hover{background:var(--color-brand);color:var(--color-black);transform:translateY(-2px)}
.btn-full{width:100%;justify-content:center}
.btn-dark{background:var(--color-black);color:var(--color-brand);border:2px solid var(--color-black);padding:.875rem 2rem;font-family:var(--font-title);font-weight:600;font-size:.88rem;text-transform:uppercase;letter-spacing:.1em;border-radius:var(--r-sm);cursor:pointer;transition:all var(--tr);display:inline-flex;align-items:center;gap:.5rem}
.btn-dark:hover{background:#222;transform:translateY(-2px)}

/* HEADER */
.site-header{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(10,10,10,.55);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:background .4s ease,border-color .4s ease;
}
.site-header.scrolled{
  background:rgba(10,10,10,.88);
  border-bottom-color:var(--color-border);
}
.header-logo-row{
  position:relative;display:flex;align-items:center;justify-content:center;
  padding:1.25rem 2rem 1.25rem;max-width:var(--max-w);margin:0 auto;
}
.header-logo img{height:44px;width:auto}
.logo-invert{filter:brightness(0) invert(1)}
.header-actions{position:absolute;right:2rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:1rem}
.cart-icon{position:relative;color:rgba(255,255,255,.8);display:flex;align-items:center;transition:color var(--tr)}
.cart-icon:hover{color:var(--color-brand)}
.cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-brand);color:var(--color-black);font-size:.6rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}

/* Nav: always visible on hero, hides after scroll, reappears on header hover */
.header-nav{
  display:flex;align-items:center;justify-content:center;
  padding:.5rem 2rem 1.25rem;max-width:var(--max-w);margin:0 auto;
  max-height:60px;overflow:hidden;
  transition:max-height .35s ease, opacity .35s ease, padding .35s ease;
  opacity:1;
}
/* After scroll: nav collapses */
.site-header.scrolled .header-nav{
  max-height:0;opacity:0;padding-top:0;padding-bottom:0;pointer-events:none;
}
/* On hover over header after scroll: nav reappears */
.site-header.scrolled:hover .header-nav{
  max-height:60px;opacity:1;padding:.5rem 2rem 1.25rem;pointer-events:all;
}
.header-nav a{
  font-family:var(--font-title);font-size:.75rem;font-weight:400;
  text-transform:uppercase;letter-spacing:.1em;
  color:rgba(255,255,255,.8);
  padding:.4rem .875rem;border-radius:var(--r-sm);
  transition:all var(--tr);position:relative;white-space:nowrap;
}
.header-nav a:after{content:'';position:absolute;bottom:0;left:.875rem;right:.875rem;height:2px;background:var(--color-brand);transform:scaleX(0);transition:transform var(--tr)}
.header-nav a:hover{color:#fff}
.header-nav a:hover:after{transform:scaleX(1)}

/* HERO */
.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden}


.hero-slide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-slide video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-slide deferred-media,.hero-slide .deferred-media{display:block;width:100%;height:100%}
.hero-slide__placeholder{background:linear-gradient(135deg,#111 0%,#1a1a1a 50%,#0a0a0a 100%)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.2) 0%,rgba(0,0,0,.05) 45%,rgba(0,0,0,.7) 100%)}

.hero-content h1{color:#fff;margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.hero-content p{color:rgba(255,255,255,.82);font-size:1.15rem;margin-bottom:2rem;text-shadow:0 1px 8px rgba(0,0,0,.4)}
.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.hero-dots{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;gap:.5rem;z-index:5}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);border:none;cursor:pointer;transition:all var(--tr);padding:0}
.hero-dot.active{background:var(--color-brand);width:24px;border-radius:4px}
.hero-arrows{position:absolute;top:calc(50% + 25px);transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1.5rem;z-index:5;pointer-events:none}
.hero-arrow{pointer-events:all;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.2);color:#fff;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--tr);font-size:1.5rem}
.hero-arrow:hover{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-black)}
.hero-scroll-hint{position:absolute;bottom:3.5rem;left:50%;transform:translateX(-50%);color:rgba(255,255,255,.5);z-index:5;animation:scrollBounce 2s ease infinite}
@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0);opacity:.5}50%{transform:translateX(-50%) translateY(8px);opacity:1}}

/* PRODUCTS */
.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}
.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-md);overflow:hidden;transition:all var(--tr)}
.product-card:hover{border-color:rgba(254,198,0,.4);transform:translateY(-6px);box-shadow:0 20px 60px rgba(0,0,0,.5)}
.product-card__img{position:relative;aspect-ratio:1;overflow:hidden;background:var(--color-bg3)}
.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.product-card:hover .product-card__img img{transform:scale(1.07)}
.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;background:var(--color-bg3)}
.product-card__body{padding:1.25rem}
.product-card__title{font-family:var(--font-title);font-weight:600;font-size:.95rem;margin-bottom:.4rem}
.product-card__price{font-family:var(--font-title);font-weight:700;font-size:1.1rem;color:var(--color-brand)}
.product-card__footer{display:flex;align-items:center;justify-content:space-between;margin-top:.875rem}

/* SERVICES */
.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,300px));justify-content:center;gap:2rem}
.service-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);padding:2.5rem 2rem;transition:all var(--tr);position:relative;overflow:hidden}
.service-card:before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--color-brand);transform:scaleX(0);transition:transform var(--tr)}
.service-card:hover{border-color:rgba(254,198,0,.25);transform:translateY(-5px)}
.service-card:hover:before{transform:scaleX(1)}
.service-icon{font-size:2.5rem;margin-bottom:1.5rem;display:block}
.service-card h3{font-size:1.2rem;margin-bottom:.75rem}
.service-card p{color:var(--color-muted);font-size:.92rem;line-height:1.7;margin-bottom:1.5rem}
.service-link{font-family:var(--font-title);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-brand);display:inline-flex;align-items:center;gap:.4rem}

/* CUSTOM ORDER */
.custom-order-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.custom-order-highlights{display:flex;flex-direction:column;gap:.875rem;margin-top:2rem}
.co-highlight{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:rgba(254,198,0,.04);border:1px solid rgba(254,198,0,.12);border-radius:var(--r-md)}
.co-icon{font-size:1.4rem;flex-shrink:0}
.co-highlight strong{display:block;font-family:var(--font-title);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem}
.co-highlight span{font-size:.85rem;color:var(--color-muted)}
.custom-order-placeholder{background:var(--color-bg3);border-radius:var(--r-lg);aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-muted);border:1px dashed var(--color-border)}

/* WORKSHOP */
.workshop-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.workshop-images{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.workshop-images img{border-radius:var(--r-md);width:100%;object-fit:cover}
.workshop-images img:first-child{grid-column:span 2;aspect-ratio:16/9}
.workshop-images img:not(:first-child){aspect-ratio:1}
.ws-placeholder{background:var(--color-bg3);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--color-muted);border:1px dashed var(--color-border)}
.workshop-features{display:flex;flex-direction:column;gap:.875rem;margin:2rem 0}
.workshop-feature{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:rgba(254,198,0,.04);border:1px solid rgba(254,198,0,.12);border-radius:var(--r-md)}
.wf-icon{font-size:1.4rem;flex-shrink:0}
.wf-text strong{display:block;font-family:var(--font-title);font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem}
.wf-text span{font-size:.85rem;color:var(--color-muted)}

/* MATERIALS */
.materials-tabs{display:flex;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}
.mat-tab{padding:.5rem 1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:100px;font-size:.82rem;cursor:pointer;transition:all var(--tr);color:var(--color-muted)}
.mat-tab:hover,.mat-tab.active{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-black);font-weight:600}
.materials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,210px));justify-content:center;gap:1.5rem}
.material-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-md);padding:1.5rem;text-align:center;transition:all var(--tr)}
.material-card:hover{border-color:rgba(254,198,0,.35);transform:translateY(-4px)}
.mat-swatch{width:56px;height:56px;border-radius:50%;margin:0 auto 1rem;border:3px solid rgba(255,255,255,.1)}
.material-card h4{font-size:.92rem;margin-bottom:.4rem}
.material-card p{color:var(--color-muted);font-size:.8rem;margin:0}
.mat-badge{display:inline-block;margin-top:.6rem;padding:.2rem .6rem;background:rgba(254,198,0,.1);color:var(--color-brand);border-radius:100px;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}
.mat-section{margin-bottom:1rem}
.postprocess-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,280px));justify-content:center;gap:1.5rem}
.pp-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-md);overflow:hidden;transition:all var(--tr)}
.pp-card:hover{border-color:rgba(254,198,0,.35);transform:translateY(-4px)}
.pp-card__img{aspect-ratio:4/3;background:var(--color-bg3);display:flex;align-items:center;justify-content:center;font-size:2.5rem}
.pp-card__body{padding:1.25rem}
.pp-card__body h3{font-size:1rem;margin-bottom:.4rem}
.pp-card__body p{color:var(--color-muted);font-size:.85rem;margin:0}

/* FAQ */
.cards-centered{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}
.cards-centered>div{flex:0 1 220px;min-width:190px}
.cards-centered--wide>div{flex:0 1 280px;min-width:240px}
.faq-wrap{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--color-border)}
.faq-q{display:flex;align-items:center;justify-content:space-between;padding:1.375rem 0;cursor:pointer;font-family:var(--font-title);font-weight:600;font-size:1rem;color:var(--color-text);background:none;border:none;width:100%;text-align:left;gap:1rem;transition:color var(--tr)}
.faq-q:hover{color:var(--color-brand)}
.faq-icon{color:var(--color-brand);font-size:1.5rem;flex-shrink:0;transition:transform var(--tr);line-height:1}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item.open .faq-a{max-height:500px}
.faq-a-inner{padding-bottom:1.5rem;color:var(--color-muted);line-height:1.8;font-size:.95rem}

/* CTA BANNER */
.cta-banner{background:var(--color-brand);padding:5rem 2rem;text-align:center}
.cta-banner h2{color:var(--color-black);margin-bottom:1rem}
.cta-banner p{color:rgba(0,0,0,.65);font-size:1.1rem;margin-bottom:2rem;margin-top:0}

/* PRODUCT PAGE */
.product-page{display:grid;grid-template-columns:1fr 1fr;gap:4rem;padding:3rem 0;align-items:start}
.pg-gallery__main{aspect-ratio:1;border-radius:var(--r-md);overflow:hidden;background:var(--color-bg3);margin-bottom:1rem}
.pg-gallery__main img{width:100%;height:100%;object-fit:cover}
.pg-info__vendor{font-size:.8rem;color:var(--color-brand);font-weight:600;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem}
.pg-info__price-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.pg-info__price{font-family:var(--font-title);font-weight:700;font-size:2rem;color:var(--color-brand)}
.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}
.qty-wrap{display:flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--r-sm);overflow:hidden}
.qty-btn{background:var(--color-surface);border:none;color:var(--color-text);width:42px;height:42px;cursor:pointer;font-size:1.2rem;transition:background var(--tr);display:flex;align-items:center;justify-content:center}
.qty-btn:hover{background:var(--color-brand);color:var(--color-black)}
.qty-input{width:54px;text-align:center;background:transparent;border:none;color:var(--color-text);font-size:1rem}
.pg-add-btn{width:100%;justify-content:center;font-size:1rem;margin-bottom:.75rem}

/* CART */
.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;padding:3rem 0;align-items:start}
.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border);align-items:center}
.ci-img{width:100px;aspect-ratio:1;border-radius:var(--r-sm);overflow:hidden;background:var(--color-bg3)}
.ci-img img{width:100%;height:100%;object-fit:cover}
.ci-title{font-family:var(--font-title);font-weight:600;margin-bottom:.25rem;font-size:.95rem}
.ci-price{font-family:var(--font-title);font-weight:700;color:var(--color-brand);font-size:1.1rem}
.cart-summary{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--r-lg);padding:2rem;position:sticky;top:120px}
.cs-title{font-family:var(--font-title);font-weight:700;font-size:1.2rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border)}
.cs-total{display:flex;justify-content:space-between;font-family:var(--font-title);font-weight:700;font-size:1.3rem;padding-top:1rem;margin-top:.5rem;border-top:1px solid var(--color-border)}

/* FOOTER */
.site-footer{background:var(--color-bg2);border-top:1px solid var(--color-border);padding:5rem 0 2rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}
.footer-logo{margin-bottom:1.5rem}
.footer-logo img{height:34px;filter:brightness(0) invert(1)}
.footer-desc{color:var(--color-muted);font-size:.88rem;line-height:1.75;margin-bottom:1.5rem}
.footer-col-title{font-family:var(--font-title);font-weight:700;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--color-text);margin-bottom:1.5rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.7rem}
.footer-col ul li a{color:var(--color-muted);font-size:.88rem;transition:color var(--tr)}
.footer-col ul li a:hover{color:var(--color-brand)}
.footer-bottom{border-top:1px solid var(--color-border);padding-top:2rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-bottom p{color:var(--color-muted);font-size:.82rem;margin:0}
.footer-bottom a{color:var(--color-muted);font-size:.82rem}
.footer-bottom a:hover{color:var(--color-brand)}

/* ANIMATIONS */
[data-animate]{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease;will-change:opacity,transform}
[data-animate].visible{opacity:1;transform:none}
[data-animate-delay="1"]{transition-delay:.1s}
[data-animate-delay="2"]{transition-delay:.2s}
[data-animate-delay="3"]{transition-delay:.3s}
[data-animate-delay="4"]{transition-delay:.4s}
@keyframes scrollBounce{0%,100%{transform:translateX(-50%) translateY(0);opacity:.5}50%{transform:translateX(-50%) translateY(8px);opacity:1}}

/* RESPONSIVE */
@media(max-width:1100px){.header-nav{display:none}.hamburger-wrap{opacity:1!important;pointer-events:all!important;transform:none!important}.footer-grid{grid-template-columns:1fr 1fr}.custom-order-grid,.workshop-grid{grid-template-columns:1fr}}
@media(max-width:900px){.product-page{grid-template-columns:1fr}.cart-layout{grid-template-columns:1fr}}
@media(max-width:600px){.container{padding:0 1.25rem}.section{padding:4rem 0}.products-grid{grid-template-columns:1fr 1fr;gap:1rem}.footer-grid{grid-template-columns:1fr}}

/* Equal section sizing */
.materials-grid{grid-template-columns:repeat(auto-fit,minmax(150px,180px));justify-content:center}
.postprocess-grid{grid-template-columns:repeat(auto-fit,minmax(180px,240px));justify-content:center}
.mat-section + .mat-section{margin-top:3rem!important}
.services-grid{grid-template-columns:repeat(auto-fit,minmax(200px,260px));justify-content:center}
.workshop-images img:first-child{aspect-ratio:16/7}

/* Hamburger dropdown bridge — prevents gap losing hover */
.hamburger-wrap::after{
  content:'';position:absolute;top:100%;left:-20px;right:-20px;
  height:16px;background:transparent;
}
.hamburger-dropdown{margin-top:8px}
.hamburger-dropdown a{padding:.9rem 1.25rem}

/* PAGE HERO */
.page-hero{
  background:var(--color-bg2);
  padding:5rem 2rem 4rem;
  text-align:center;
  border-bottom:1px solid var(--color-border);
}
.page-hero h1{margin:.75rem 0 1.5rem}
.page-hero p{color:var(--color-muted);max-width:640px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.8}

/* Hero slide transition */
.hero-slide{
  position:absolute;inset:0;
  opacity:0;
  transition:opacity 1s ease;
  z-index:1;
}
.hero-slide.active{opacity:1;z-index:2;}
.hero-slide.leaving{opacity:0;z-index:2;transition:opacity 1s ease;}

/* Per-slide text */
.hero-text{
  position:absolute;inset:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  opacity:0;
  transform:translateY(18px);
  transition:opacity .6s ease, transform .6s ease;
  pointer-events:none;
}
.hero-text.active{
  opacity:1;transform:translateY(0);pointer-events:all;
  transition-delay:.3s;
}
.hero-text.leaving{
  opacity:0;transform:translateY(-18px);
  transition:opacity .4s ease, transform .4s ease;
  transition-delay:0s;
}
.hero-tag{
  display:inline-block;
  font-family:var(--font-title);font-size:.72rem;font-weight:600;
  text-transform:uppercase;letter-spacing:.25em;
  color:var(--color-brand);
  border:1px solid rgba(254,198,0,.35);
  padding:.3rem 1rem;border-radius:100px;
  margin-bottom:1.25rem;
}
.hero-content{
  position:absolute;
  top:calc(50% + 25px);left:50%;
  transform:translate(-50%,-25%);
  width:90%;max-width:820px;
  z-index:5;
  text-align:center;
}
.hero-content h1{color:#fff;margin:.5rem 0 .5rem;text-shadow:0 2px 20px rgba(0,0,0,.5);font-size:clamp(2.2rem,5vw,4.5rem)}
.hero-content p{color:rgba(255,255,255,.82);font-size:1.1rem;line-height:1.7;text-shadow:0 1px 8px rgba(0,0,0,.4);margin:0 0 1.75rem}

/* ════════════════════════════════
   MOBILE  (max-width: 768px)
   ════════════════════════════════ */

/* Hamburger button — hidden on desktop */
.mobile-hamburger {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.mobile-hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 1px;
  transition: all .3s ease;
}
.mobile-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-hamburger.open span:nth-child(2) { opacity: 0; }
.mobile-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer — hidden by default */
.mobile-drawer {
  display: none;
  flex-direction: column;
  background: rgba(10,10,10,.98);
  border-top: 1px solid var(--color-border);
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.mobile-drawer.open { max-height: 500px; }
.mobile-drawer a {
  display: block;
  padding: .9rem 1.5rem;
  font-family: var(--font-title);
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--color-muted);
  border-bottom: 1px solid var(--color-border);
  transition: color .3s, background .3s;
}
.mobile-drawer a:last-child { border-bottom: none; }
.mobile-drawer a:hover { color: var(--color-brand); background: rgba(254,198,0,.04); }

@media (max-width: 768px) {
  /* Show hamburger */
  .mobile-hamburger { display: flex; }
  /* Show drawer container */
  .mobile-drawer { display: flex; }
  /* Hide desktop nav */
  .header-nav { display: none !important; }

  /* Logo smaller, row stays centered but logo shrinks */
  .header-logo img { height: 28px; }
  /* Keep actions absolute but smaller */
  .header-actions { gap: .625rem; }
}

/* Mobile header row: hidden on desktop */
.mobile-header-row {
  display: none;
}

/* Mobile hamburger button */
.mobile-hamburger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: none;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
}
.mobile-hamburger span {
  display: block;
  width: 16px;
  height: 2px;
  background: rgba(255,255,255,.85);
  border-radius: 1px;
  transition: all .3s ease;
}
.mobile-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mobile-hamburger.open span:nth-child(2) { opacity: 0; }
.mobile-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile drawer */
.mobile-drawer {
  display: none;
  flex-direction: column;
  background: rgba(10,10,10,.98);
  border-top: 1px solid #2a2a2a;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.mobile-drawer.open { max-height: 500px; }
.mobile-drawer a {
  display: block;
  padding: .9rem 1.5rem;
  font-family: 'GrosVentre','Helvetica Neue',Arial,sans-serif;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #888;
  border-bottom: 1px solid #2a2a2a;
  transition: color .3s, background .3s;
}
.mobile-drawer a:last-child { border-bottom: none; }
.mobile-drawer a:hover { color: #FEC600; background: rgba(254,198,0,.04); }

@media (max-width: 768px) {
  /* Hide desktop row, show mobile row */
  .desktop-header-row { display: none !important; }
  .mobile-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .75rem 1.25rem;
  }
  /* Hide desktop nav, show drawer */
  .header-nav { display: none !important; }
  .mobile-drawer { display: flex; }
}

/* Mobile logo smaller + left */
.mobile-header-row .header-logo img { height: 20px; }
.mobile-header-row .header-logo { padding-left: 0; }

/* Hamburger: no border, smaller lines */
.mobile-hamburger {
  border: none !important;
  background: none !important;
  width: 28px !important;
  height: 28px !important;
  gap: 4px !important;
}
.mobile-hamburger span {
  width: 18px !important;
  height: 1.5px !important;
}

@media (max-width: 768px) { .hero-arrows { display: none !important; } }

.product-card__footer .btn-outline{display:none}
.prod-carousel-wrap{position:relative;overflow:visible}
.prod-pages{overflow:hidden;display:flex;transition:transform .5s ease}
.prod-page{min-width:100%}
.prod-nav{position:relative;display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}
.prod-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background:none;border:1px solid var(--color-border);color:var(--color-text);width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center;transition:all .3s}
.prod-arrow:hover{border-color:var(--color-brand);color:var(--color-brand)}
.prod-prev{left:-54px}
.prod-next{right:-54px}
.prod-dots{display:flex;gap:.5rem}
.prod-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.25);border:none;cursor:pointer;padding:0;transition:all .3s}
.prod-dot.active{background:var(--color-brand);width:24px;border-radius:4px}
@media(max-width:1200px){.prod-prev{left:-30px}.prod-next{right:-30px}}
@media(max-width:768px){.prod-arrow{display:none}}

h1,h2,h3,h4,h5,h6{text-transform:uppercase;-webkit-text-stroke:0.5px currentColor}

/* Accessibility: skip to content */
.skip-to-content{position:absolute;top:-100%;left:1rem;background:var(--color-brand);color:var(--color-black);padding:.5rem 1rem;z-index:9999;border-radius:0 0 var(--r-sm) var(--r-sm);font-weight:700;font-size:.875rem}
.skip-to-content:focus{top:0}

/* Accessibility: focus styles */
:focus-visible{outline:2px solid var(--color-brand);outline-offset:3px;border-radius:2px}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-brand);outline-offset:3px}

/* Accessibility: reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* ── Responsive padding overrides (mobile) ──────────────────────────────────
   Sections use settings-driven inline padding — cap on mobile with !important
   ─────────────────────────────────────────────────────────────────────────── */
@media(max-width:768px){
  #faq                 { padding-top:40px!important; padding-bottom:40px!important; }
  .cta-banner          { padding-top:40px!important; padding-bottom:40px!important; }
  .pedido-tabs-section { padding-top:40px!important; padding-bottom:40px!important; }
  .req-header          { padding-top:2rem!important; }
  .req-page            { padding-bottom:3rem!important; }
}

/* ── Responsive font sizes (mobile) ─────────────────────────────────────────
   Headings with settings-driven inline font-size don't scale on mobile.
   These rules override them with fluid clamp() values using !important.
   h1: max 3rem, scales with 8vw, min 2rem   (hero & page titles)
   h2: max 2rem, scales with 6vw, min 1.4rem (section headings)
   h3: max 1.4rem, scales with 5vw, min 1.1rem
   ─────────────────────────────────────────────────────────────────────────── */
@media(max-width:768px){
  h1[style*="font-size"]{ font-size:clamp(2rem,8vw,3rem)!important; }
  h2[style*="font-size"]{ font-size:clamp(1.4rem,6vw,2rem)!important; }
  h3[style*="font-size"]{ font-size:clamp(1.1rem,5vw,1.4rem)!important; }
}
