/* ============================================================
   North Creative — styles.css
   Bölümler: 1 Temel  2 Başlık/menü  3 Hero  4 Şerit
   5 Koleksiyon  6 Stüdyo  7 Adımlar  8 SSS  9 CTA
   10 Footer  11 Ürün penceresi  12 Yasal sayfalar  13 Mobil
   ============================================================ */

/* ---------- 1. TEMEL ---------- */
:root{
  --bg:#0b0b0b;
  --text:#f5f3ee;
  --muted:#9b9a96;
  --orange:#ff791f;
  --line:#292827;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:25px}
body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',Arial,sans-serif}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
button{cursor:pointer}
button,a,input,select,summary{-webkit-tap-highlight-color:transparent}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--orange);outline-offset:5px}
h1,h2,h3,p{margin:0}
img{max-width:100%}

.wrap{max-width:1376px;width:calc(100% - 100px);margin:auto}
.section{padding-top:100px;padding-bottom:30px}
.muted{color:var(--muted)}
.eyebrow{font-size:10px;letter-spacing:2px;font-weight:600}
.dot{height:6px;width:6px;border-radius:50%;background:var(--orange);box-shadow:0 0 15px var(--orange)}
.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}
.no-scroll{overflow:hidden}

h1{font-family:'Manrope',sans-serif;font-size:clamp(42px,4.5vw,66px);font-weight:500;line-height:1.16;letter-spacing:-2.5px}
h1>span{color:var(--orange)}
h2{font-family:'Manrope',sans-serif;font-weight:500;font-size:clamp(32px,3.6vw,50px);line-height:1.12;letter-spacing:-2px;margin-top:23px}
h2 span{color:#85837f}

.button{display:inline-flex;align-items:center;gap:48px;border:0;border-radius:40px;padding:16px 22px;font-size:13px;font-weight:600;transition:transform .2s,box-shadow .2s}
.button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff781f30}
.button span{font-size:20px}
.orange{background:linear-gradient(#ffa132,#ff6817);color:#160c06}
.white{background:#f5f1e9;color:#17120e}
.text-link{font-size:12px;border-bottom:1px solid #5c554d;padding-bottom:5px}

/* ---------- 2. BAŞLIK / MENÜ ---------- */
.header{height:116px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand-logo{display:block;flex:none}
.brand-logo img{display:block;height:54px;width:auto}

.main-nav{display:flex;gap:9px;align-items:center;font-size:12px}
.main-nav a{padding:12px 15px;border-radius:30px;white-space:nowrap}
.main-nav .nav-active{background:#23211f}
.nav-active span{margin-left:18px;color:var(--orange)}

.header-actions{display:flex;align-items:center;gap:12px}
.contact{border:1px solid #44413f;border-radius:30px;font-size:12px;padding:8px 8px 8px 20px;display:flex;align-items:center}
.contact span{display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;background:var(--text);color:var(--bg);border-radius:50%;margin-left:20px;font-size:20px}
.cart-trigger{background:#292019;border:1px solid #67452b;border-radius:30px;color:#f6e9dc;padding:12px 17px;font-size:12px;white-space:nowrap}

/* Hamburger — sadece mobilde görünür */
.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0 11px;background:transparent;border:1px solid #44413f;border-radius:50%}
.nav-toggle span{display:block;height:1.5px;width:100%;background:var(--text);transition:transform .25s,opacity .2s}
.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

.mobile-nav{display:flex;flex-direction:column;gap:2px;padding:8px 0 20px}
.mobile-nav[hidden]{display:none}
.mobile-nav a{font-size:15px;padding:15px 4px;border-bottom:1px solid var(--line)}
.mobile-nav a:last-child{border-bottom:0}

/* ---------- 3. HERO ---------- */
.hero{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:1.05fr 1fr;gap:24px 32px;
  padding:46px 48px 0;border-radius:22px;border:1px solid #33251d;
  background:radial-gradient(ellipse at 80% 42%,#78360d45,transparent 55%),#100e0c;
}
.hero-grain{position:absolute;inset:0;opacity:.12;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' opacity='.45' d='M0 0h180v180H0z'/%3E%3C/svg%3E")}
.hero-eyebrow{grid-column:1/-1;position:relative;z-index:2;display:flex;align-items:center;gap:10px;color:#c8b5a5}
.hero-copy{position:relative;z-index:2;align-self:center;margin:36px 0 48px;min-width:0}
.hero-copy p{font-size:15px;color:#b7ada5;line-height:1.9;margin-top:26px}
.hero-copy .button{margin-top:30px}

.hero-bottom{grid-column:1/-1;position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px;padding:25px 0;border-top:1px solid #70401f5c}
.hero-bottom>span{font-size:10px;letter-spacing:1.3px;max-width:170px;line-height:1.8;color:#b4a99f}
.hero-word{font-family:'Manrope',sans-serif;font-size:clamp(23px,2.8vw,40px);letter-spacing:-1.2px;font-weight:500;line-height:1.3}
.hero-word span{font-family:Georgia,serif;font-style:italic;font-weight:400;color:var(--orange);margin-left:4px}
.hero-bottom>a{border:1px solid #72614f;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;flex:none}

/* Pusula */
.north-art{position:relative;width:100%;aspect-ratio:1;max-width:520px;align-self:center;justify-self:center;isolation:isolate}
.compass-halo{position:absolute;inset:18%;border-radius:50%;background:#f97920;opacity:.16;filter:blur(65px)}
.compass-shell{position:absolute;inset:6%;border-radius:50%;border:1px solid #ae8053;
  background:radial-gradient(circle at 32% 20%,#39322b,#161310 52%,#080706);
  box-shadow:inset 0 0 0 5px #201a15,inset 0 0 0 6px #755131,inset 0 0 0 13px #14110f,0 35px 65px #0009,0 -2px 2px #e9bb7950}
.compass-ticks{position:absolute;inset:8%;border-radius:50%;background:repeating-conic-gradient(#ce9a60 0deg 1deg,transparent 1deg 6deg);mask:radial-gradient(transparent 66%,#000 67%,#000 70%,transparent 71%);animation:dial-turn 100s linear infinite}
.compass-track{position:absolute;inset:18%;border:1px solid #7c5c374f;border-radius:50%;box-shadow:0 0 0 12px #0002}
.direction{position:absolute;font-family:'Manrope',sans-serif;font-size:15px;color:#b89c7b;font-weight:600;z-index:2}
.d-n{top:12%;left:50%;transform:translateX(-50%);color:#ff9d47}
.d-s{bottom:12%;left:50%;transform:translateX(-50%)}
.d-e{right:12%;top:50%;transform:translateY(-50%)}
.d-w{left:12%;top:50%;transform:translateY(-50%)}
.compass-cross{position:absolute;inset:25%;transform:rotate(45deg);background:linear-gradient(transparent 49.7%,#80634950 50%,transparent 50.3%),linear-gradient(90deg,transparent 49.7%,#80634950 50%,transparent 50.3%)}
.compass-needle{position:absolute;inset:23%;animation:needle-seek 12s ease-in-out infinite;filter:drop-shadow(9px 13px 6px #000a)}
.needle-top,.needle-bottom{position:absolute;left:33%;width:34%;height:50%;clip-path:polygon(50% 0,100% 100%,50% 87%,0 100%);background:linear-gradient(90deg,#a9440b 0%,#ffb65b 49%,#ffedbe 50%,#ef7924 100%)}
.needle-bottom{top:50%;transform:rotate(180deg);background:linear-gradient(90deg,#4b4741,#d7c6af 49%,#91816a 50%,#3b3025)}
.compass-center{position:absolute;inset:46%;border-radius:50%;border:2px solid #dfb87d;background:radial-gradient(circle at 35% 25%,#ffe8b8,#ae7039 45%,#362110 75%);box-shadow:0 3px 8px #0009}
.compass-inscription{position:absolute;top:68%;width:100%;text-align:center;font-size:10px;letter-spacing:2px;color:#c9ad88;line-height:1.9}
.compass-inscription small{font-size:8px;letter-spacing:1.2px}
.compass-caption{position:absolute;bottom:0;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;font-size:10px;letter-spacing:2px;color:#bcaa96}

@keyframes dial-turn{to{transform:rotate(360deg)}}
@keyframes needle-seek{0%,100%{transform:rotate(24deg)}35%{transform:rotate(-18deg)}65%{transform:rotate(4deg)}}

/* ---------- 4. KAYAN ŞERİT ---------- */
.ticker{overflow:hidden;border-bottom:1px solid var(--line);margin-top:37px;padding:22px 0}
.ticker>div{display:flex;align-items:center;justify-content:center;gap:40px;font-size:11px;letter-spacing:2px;white-space:nowrap}
.ticker b{font-size:25px;color:var(--orange);font-weight:400}

/* ---------- 5. KOLEKSİYON ---------- */
.section-top{display:flex;justify-content:space-between;align-items:end;gap:30px}
.section-top>p{font-size:13px;line-height:1.8;color:var(--muted);padding-bottom:4px}

.campaign-note{display:flex;align-items:center;gap:20px;flex-wrap:wrap;padding:22px 25px;margin-top:32px;border:1px solid #6d4224;border-radius:12px;background:linear-gradient(110deg,#38200f,#17120e)}
.campaign-note[hidden]{display:none}
.campaign-note>span{font-size:10px;letter-spacing:1.6px;color:#ffb978}
.campaign-note p{font-size:16px}
.campaign-note strong{font-weight:500;color:#ffb978}
.campaign-note small{font-size:11px;color:#b9a28f;line-height:1.7;margin-left:auto}

.catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:25px 0 28px;border-bottom:1px solid var(--line);padding-bottom:22px}
.filters{display:flex;gap:8px;flex-wrap:wrap}
.filters button{border:1px solid #33312e;border-radius:30px;background:none;color:#aaa6a0;padding:11px 18px;font-size:11px;transition:color .2s,border-color .2s,background .2s}
.filters button:hover{color:#fff;border-color:#76716b}
.filters button.selected,.filters button.selected:hover,.filters button.selected:focus{background:var(--text);color:#161412;-webkit-text-fill-color:#161412;border-color:var(--text)}
.filters span{font-size:10px;margin-left:10px}
.search-toggle{border:1px solid #33312e;background:transparent;border-radius:50%;height:38px;width:38px;color:#fff;font-size:27px;flex-shrink:0}

.search-row{display:flex;align-items:center;gap:18px;margin:0 0 24px}
.search-row[hidden]{display:none}
.search-row label{font-size:12px}
.search-row input,.search-row select{background:#191817;color:#fff;padding:12px;border:1px solid #49443f;border-radius:6px;min-width:0}
.search-row input{flex:1}

.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px 24px}
.product-card{display:flex;flex-direction:column;min-width:0}
.product-image{position:relative;display:block;width:100%;aspect-ratio:1;padding:0;border:0;overflow:hidden;border-radius:10px;background:#161412;cursor:pointer}
.product-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-image:hover img{transform:scale(1.025)}
.product-badge{position:absolute;z-index:1;left:13px;top:13px;background:#fffdf5ef;padding:7px 10px;border-radius:20px;color:#292320;font-size:10px;letter-spacing:.8px;max-width:calc(100% - 26px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.product-open{position:absolute;right:13px;bottom:13px;width:34px;height:34px;background:#151412;color:#fff;display:grid;place-items:center;border-radius:50%;font-size:20px}
.discount-badge{display:inline-block;border-radius:6px;padding:7px 9px;background:#ff8b35;color:#1e1006;font-size:10px;font-weight:700}
.product-image .discount-badge{position:absolute;left:12px;bottom:12px;z-index:2}

.product-category{font-size:10px;letter-spacing:1.5px;color:var(--orange);margin-top:19px}
.product-card h3{font-size:17px;font-weight:500;letter-spacing:-.35px;line-height:1.4;margin-top:9px;min-height:48px}
.product-sub{font-size:11px;line-height:1.6;color:var(--muted);margin-top:7px;min-height:36px;flex:1}
.cart-offer{margin-top:16px;border-left:2px solid #ff8b35;padding:3px 0 3px 11px;display:flex;flex-direction:column;gap:5px}
.cart-offer span{font-size:10px;color:#c1ad9b;line-height:1.5}
.cart-offer strong{font-size:18px;color:#ffb474;font-weight:500}

.product-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid var(--line);padding-top:15px;margin-top:16px}
.product-card .product-foot{margin-top:auto}
.price{font-size:17px;font-weight:500}
.price small{font-size:11px;margin-left:3px}
.old-price{font-size:11px;color:#89837c;text-decoration:line-through;margin-left:8px}
.buy-link{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#f1cdae;border:1px solid #4a3a2c;border-radius:30px;padding:10px 15px;transition:background .2s,color .2s,border-color .2s}
.buy-link:hover{background:var(--orange);border-color:var(--orange);color:#180d05}

.catalog-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:35px;padding-top:23px;border-top:1px solid var(--line)}
.catalog-bottom>span{color:#8b8680;font-size:11px;line-height:1.7}
.catalog-status{display:block;margin-top:6px;color:#b09a86;font-size:11px;line-height:1.7}
#empty{margin-top:25px;font-size:13px;color:var(--muted)}

/* ---------- 6. STÜDYO ---------- */
.studio{margin-top:85px;border-top:1px solid var(--line);padding-top:36px;padding-bottom:0}
.studio-top{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:40px}
.studio-top>span{font-size:10px;letter-spacing:1.6px;color:#837c73}
.studio-layout{display:grid;grid-template-columns:1fr 1.05fr;gap:clamp(30px,5vw,80px);align-items:center}

.studio-art{position:relative;min-width:0;overflow:hidden;aspect-ratio:.82;border:1px solid #62462d;border-radius:16px;background:radial-gradient(ellipse at 40% 40%,#422215,#16120e 65%);display:flex;flex-direction:column;justify-content:space-between;padding:30px}
.studio-art-top{display:flex;align-items:start;justify-content:space-between;position:relative;z-index:1}
.studio-art-top>span:first-child{font-size:24px;letter-spacing:-1px;color:#f2debc}
.studio-art-top>span:last-child{font-size:10px;line-height:1.8;letter-spacing:2px;color:#ad9275;text-align:right}
.studio-sculpture{position:absolute;inset:6% 0 auto;width:100%;height:85%;filter:drop-shadow(12px 20px 12px #0008)}
.studio-orbits{transform-origin:250px 270px;animation:studio-drift 16s ease-in-out infinite}
.studio-art-bottom{display:flex;justify-content:space-between;align-items:end;gap:16px;position:relative;z-index:1}
.studio-art-bottom>span:first-child{font-family:'Manrope',sans-serif;font-size:clamp(24px,2.7vw,38px);line-height:1.1;letter-spacing:-1.4px}
.studio-art-bottom em{font-family:Georgia,serif;font-weight:400;color:#f2b778}
.studio-coordinate{font-size:10px;line-height:1.9;letter-spacing:1.4px;color:#bd9e80;text-align:right}

.studio-kicker{display:flex;align-items:center;gap:9px;font-size:10px;letter-spacing:1.5px;color:#c0a58b}
.studio-story h2{font-size:clamp(38px,4.4vw,63px);line-height:1.14;letter-spacing:-2px;margin:25px 0 27px}
.studio-story h2 em{font-family:Georgia,serif;font-weight:400;color:#f6ae68;letter-spacing:-1.5px}
.studio-lead{font-size:15px;line-height:1.85;color:#ddd1c3}
.studio-body{font-size:13px;line-height:1.95;color:#a59a8e;margin-top:18px;max-width:470px}
.studio-values{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;border-top:1px solid #3a3028;margin-top:30px;padding-top:24px}
.studio-values span{font-size:10px;color:#e6a96f;letter-spacing:1.2px}
.studio-values p{font-size:11px;color:#afa396;line-height:1.8;margin-top:10px}
.studio-link{display:inline-flex;align-items:center;gap:40px;border-bottom:1px solid #ae7b4c;padding:14px 0;font-size:12px;margin-top:20px}
.studio-link span{font-size:24px;color:#f1a75f}
.studio-link:hover{color:#ffb978}

.studio-signature{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 0;border-bottom:1px solid var(--line);margin-top:30px}
.studio-signature>span:first-child{font-size:10px;letter-spacing:2px;color:#857768}
.studio-signature p{font-size:clamp(17px,2vw,26px);letter-spacing:-.5px;color:#b8aa9a}
.studio-signature em{font-family:Georgia,serif;color:#f1d1a9}
.studio-signature>span:last-child{font-size:32px;color:#e78b3d}

@keyframes studio-drift{0%,100%{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(6deg) translateY(-8px)}}

/* ---------- 7. ADIMLAR ---------- */
.steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:38px;border-top:1px solid var(--line)}
.steps article{padding:30px 30px 10px 0}
.steps article+article{padding-left:30px;border-left:1px solid var(--line)}
.steps article>span{font-size:12px;color:var(--orange)}
.steps h3{font-size:20px;font-weight:500;margin-top:28px;letter-spacing:-.6px}
.steps p{font-size:12px;color:var(--muted);line-height:1.9;margin-top:13px;max-width:310px}

/* ---------- 8. SSS ---------- */
.faq{display:grid;grid-template-columns:1fr 1.3fr;gap:80px;padding-bottom:90px}
.questions{padding-top:18px}
details{border-bottom:1px solid var(--line);padding:21px 0}
summary{cursor:pointer;font-size:14px;list-style:none;display:flex;justify-content:space-between;gap:15px}
summary::-webkit-details-marker{display:none}
summary:after{content:'+';color:var(--orange);font-size:19px}
details[open] summary:after{content:'−'}
details p{font-size:12px;line-height:1.8;color:var(--muted);margin-top:17px;max-width:490px}

/* ---------- 9. SON ÇAĞRI ---------- */
.final-cta{position:relative;overflow:hidden;border:1px solid #54311e;border-radius:10px;padding:47px;background:radial-gradient(ellipse at 100% 100%,#9b3b0b88,transparent 60%),#19110d}
.final-cta h2{position:relative;z-index:1;max-width:750px;font-size:52px;margin:20px 0 28px}
.final-cta h2 span{color:var(--text);font-family:Georgia,serif;font-style:italic}
.final-cta h2 .period{color:var(--orange)}
.final-cta .button{position:relative;z-index:1}
.cta-star{position:absolute;right:30px;top:-47px;font-size:320px;line-height:1;color:#ff7c1f;transform:rotate(18deg);opacity:.9}

/* ---------- 10. FOOTER ---------- */
footer{padding:60px 0 40px;margin-top:40px;border-top:1px solid var(--line)}
.footer-top{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.footer-slogan{font-family:'Manrope',sans-serif;font-size:18px;color:#b8aa9a;letter-spacing:-.4px}
.footer-links{display:flex;flex-wrap:wrap;gap:14px 28px;margin:32px 0 24px;padding-top:24px;border-top:1px solid var(--line)}
.footer-links a{font-size:12px;color:#c2bbb3}
.footer-links a:hover{color:var(--orange)}
.footer-legal{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;color:#7e7871;font-size:11px}

/* ---------- 11. ÜRÜN PENCERESİ ---------- */
dialog{border:1px solid #564332;background:#15120f;color:var(--text);border-radius:16px;max-width:800px;width:calc(100% - 32px);padding:36px;max-height:90vh;overflow:auto}
dialog::backdrop{background:#000b;backdrop-filter:blur(7px)}
.close-modal{position:absolute;right:10px;top:8px;border:0;background:#302a23;color:#fff;border-radius:50%;width:30px;height:30px;font-size:23px}
#dialog-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
#dialog-content img{width:100%;border-radius:9px}
#dialog-content h2{font-size:28px;letter-spacing:-1px;margin-top:15px}
#dialog-content p{font-size:13px;color:#b7aea5;line-height:1.8;margin:18px 0}
#dialog-content .button{gap:20px;margin-top:20px}
#dialog-content .disclaimer{font-size:11px}
#dialog-content .discount-badge{margin-top:12px}

/* ---------- 12. YASAL SAYFALAR ---------- */
.legal{max-width:760px;padding:60px 0 90px}
.legal h1{font-size:clamp(34px,4vw,50px);letter-spacing:-2px;margin-bottom:14px}
.legal .updated{font-size:11px;color:var(--muted);letter-spacing:1px}
.legal h2{font-size:22px;letter-spacing:-.6px;margin-top:44px}
.legal h2 span{color:inherit}
.legal p,.legal li{font-size:14px;line-height:1.9;color:#c5bdb4;margin-top:14px}
.legal ul{padding-left:20px;margin:0}
.legal li{margin-top:8px}
.legal a{color:var(--orange);border-bottom:1px solid #6d4224}
.legal .box{border:1px solid #4a3a2c;border-radius:12px;padding:22px 24px;margin-top:24px;background:#15120f}
.legal .box p:first-child{margin-top:0}
.back-link{display:inline-flex;align-items:center;gap:10px;font-size:12px;margin-top:50px;border-bottom:1px solid #5c554d;padding-bottom:6px}

/* ---------- 13. MOBİL ---------- */
@media(min-width:1500px){
  .hero-copy{margin-top:65px}
}

@media(max-width:1100px){
  .wrap{width:calc(100% - 56px)}
  .hero{padding:35px 30px 0;gap:25px 12px}
  .hero-copy{margin:20px 0 35px}
  h1{font-size:clamp(37px,4.7vw,52px)}
  .hero-copy p{font-size:13px}
  .main-nav{gap:0}
  .main-nav a{font-size:11px;padding:10px}
  .hero-word{font-size:28px}
  .faq{gap:40px}
  .cta-star{opacity:.4}
  .final-cta h2{font-size:44px}
}

@media(max-width:1000px){
  .header-actions .contact{display:none}
}

@media(max-width:760px){
  .wrap{width:calc(100% - 32px)}
  .header{height:88px}
  .brand-logo img{height:44px}
  .main-nav{display:none}
  .nav-toggle{display:flex}
  .cart-trigger{padding:9px 13px;font-size:11px}

  .hero{grid-template-columns:1fr;padding:28px 24px 0;gap:0;border-radius:16px}
  .hero-eyebrow{font-size:10px;letter-spacing:1.3px;line-height:1.7}
  .hero-copy{margin:32px 0 10px;width:100%}
  h1{font-size:clamp(39px,9vw,60px);line-height:1.17;letter-spacing:-1.8px}
  .hero-copy p{font-size:13px;line-height:1.9}
  .hero .desktop{display:none}
  .north-art{width:100%;max-width:370px;margin:20px auto 27px}
  .hero-bottom{flex-direction:column;align-items:start;gap:15px;margin-top:0;padding:21px 0}
  .hero-bottom>span{max-width:none;font-size:10px;letter-spacing:.7px}
  .hero-bottom>a{display:none}
  .hero-word{font-size:28px;letter-spacing:-1px}

  .ticker{margin-top:20px;padding:15px 0}
  .ticker>div{justify-content:flex-start;gap:22px;font-size:10px;letter-spacing:1.2px;padding-left:18px}
  .ticker b{font-size:20px}

  .section{padding-top:65px;padding-bottom:10px}
  .section-top{display:block}
  .section-top>p{margin-top:20px;font-size:12px}
  h2{font-size:34px;letter-spacing:-1.6px;margin-top:16px}

  .campaign-note{padding:18px;gap:10px}
  .campaign-note p{font-size:14px}
  .campaign-note small{margin-left:0}
  .catalog-tools{margin:28px 0 23px;align-items:start}
  .filters{gap:6px}
  .filters button{padding:9px 12px;font-size:10px}
  .search-row{flex-wrap:wrap;gap:10px}
  .search-row label{width:100%}
  .search-row input{width:100%;flex:auto}
  .search-row select{width:100%;font-size:12px}

  .product-grid{grid-template-columns:repeat(2,1fr);gap:27px 13px}
  .product-image{border-radius:7px}
  .product-badge{font-size:10px;left:7px;top:7px;padding:5px 8px}
  .product-open{width:26px;height:26px;right:8px;bottom:8px;font-size:17px}
  .product-image .discount-badge{font-size:10px;left:7px;bottom:7px;padding:5px 7px}
  .product-category{font-size:10px;letter-spacing:.8px;margin-top:13px}
  .product-card h3{font-size:14px;min-height:0;line-height:1.4}
  .product-sub{font-size:10px;min-height:47px}
  .cart-offer{padding-left:8px}
  .cart-offer span{font-size:10px}
  .cart-offer strong{font-size:16px}
  .product-foot{align-items:start;flex-direction:column;gap:10px;padding-top:11px;margin-top:11px}
  .price{font-size:15px}
  .old-price{font-size:11px;margin-left:4px}
  .buy-link{width:100%;justify-content:center}
  .catalog-bottom{align-items:start;flex-direction:column}

  .studio{margin-top:55px;padding-top:28px}
  .studio-top{margin-bottom:25px}
  .studio-top>span{display:none}
  .studio-layout{grid-template-columns:1fr;gap:32px}
  .studio-art{aspect-ratio:1;max-height:470px;padding:24px}
  .studio-art-bottom>span:first-child{font-size:30px}
  .studio-story h2{font-size:43px;line-height:1.15;margin:22px 0}
  .studio-lead{font-size:14px}
  .studio-values{gap:12px}
  .studio-values p{font-size:10px}
  .studio-signature{flex-wrap:wrap;gap:14px;margin-top:23px;padding:23px 0}
  .studio-signature>span:first-child{width:100%}
  .studio-signature p{font-size:20px;max-width:85%;line-height:1.5}

  .steps{display:block;margin-top:26px}
  .steps article,.steps article+article{padding:23px 0;border-left:0;border-bottom:1px solid var(--line)}
  .steps h3{margin-top:14px;font-size:19px}
  .steps p{max-width:none;font-size:12px;margin-top:10px}

  .faq{display:block;padding-bottom:55px}
  .questions{margin-top:17px}
  summary{font-size:13px}

  .final-cta{padding:30px 23px}
  .final-cta h2{font-size:36px;max-width:90%}
  .cta-star{font-size:220px;right:-45px;top:16px;opacity:.25}

  footer{padding:44px 0 32px}
  .footer-slogan{font-size:16px}
  .footer-links{gap:12px 22px;margin:26px 0 20px}

  dialog{padding:28px 22px}
  #dialog-content{grid-template-columns:1fr;gap:5px}
  #dialog-content img{max-height:260px;object-fit:contain}
  #dialog-content h2{font-size:25px}

  .legal{padding:36px 0 60px}
  .legal h2{font-size:19px;margin-top:34px}
  .legal p,.legal li{font-size:13px}
}

@media(max-width:390px){
  .hero{padding-left:18px;padding-right:18px}
  .hero-word{font-size:25px}
  .product-card h3{font-size:13px}
  .studio-values{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation:none!important;transition:none!important}
}

/* Accessibility and resilient catalog */
[hidden]{display:none!important}
body{font-size:16px;line-height:1.5;overflow-wrap:break-word}
.skip-link{position:absolute;left:16px;top:-100px;z-index:100;background:var(--orange);color:#160c06;padding:12px 18px;border-radius:8px}
.skip-link:focus{top:12px}
.main-nav,.main-nav a,.contact,.cart-trigger,.button,.buy-link,.filters button,.text-link,.footer-links a,.back-link,.search-row select{font-size:14px}
.product-sub,.steps p,details p,.studio-body,.legal p,.legal li,.hero-copy p,.section-top>p,#dialog-content p{font-size:16px}
.eyebrow,.product-category,.product-badge,.footer-legal,.catalog-bottom>span,.catalog-status,.studio-values p,.studio-kicker{font-size:12px}
.footer-legal{color:#a49b92}
.product-image{color:var(--text)}
.product-image img{object-fit:contain}
.buy-link,button,summary{min-height:44px}
.close-modal{width:44px;height:44px}
.product-foot{margin-top:16px!important}
.product-foot .buy-link{width:100%;justify-content:center}
.draft-note{padding:20px;border:1px solid #67452b;border-radius:10px;margin:20px 0;color:#efc9a8}
.draft-note a{text-decoration:underline}
.error-cta{margin-top:34px}
#dialog-content .buy-link{margin-top:16px}
@media(max-width:520px){.product-grid{grid-template-columns:1fr}.studio-values{grid-template-columns:1fr}.studio-top{flex-wrap:wrap}.final-cta{padding:28px 22px}.final-cta h2{font-size:36px}.header{gap:12px}.header-actions{gap:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}

/* Swipeable product galleries */
.gallery{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#151412}
.gallery-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}
.gallery-track::-webkit-scrollbar{display:none}
.gallery-slide{flex:0 0 100%;min-width:0;aspect-ratio:1;scroll-snap-align:start;background:transparent;padding:0;border:0;color:var(--text);display:grid;place-items:center}
.gallery-slide img{display:block;width:100%;height:100%;object-fit:contain}
.gallery-controls{display:flex;justify-content:space-between;align-items:center;padding:3px 8px;background:#181614}
.gallery-controls button{width:44px;min-height:44px;border:0;background:transparent;color:#ffc195;font-size:22px}
.gallery-controls button:disabled{opacity:.3;cursor:default}
.gallery-count{font-size:13px;color:#d6cfc7}
.discount-line{font-size:14px;display:flex;gap:12px;align-items:center;margin:12px 0}
.discount-line s{color:#a89f96}.discount-line strong{color:#ffaf70;font-weight:500}
.multi-buy-note{margin-top:30px;padding:18px 20px;background:#1b1612;border:1px solid #5c3d27;border-radius:10px;line-height:1.8;font-size:15px;color:#d5c3b2}
.multi-buy-note a{text-decoration:underline;color:#ffb57c}
#dialog-content .gallery{align-self:start}#dialog-content .gallery img{border-radius:0}
.sold-out{color:#b8aaa0}

/* Store controls and highlighted savings */
.discount-line{padding:12px 14px;background:#ff791f;border-radius:8px;color:#1d0c00;justify-content:space-between;gap:10px}
.discount-line s{color:#40210d;font-size:15px}.discount-line strong{color:#160900;font-weight:800;font-size:19px}
.product-foot .price{font-size:24px;font-weight:700;color:#ffb875}
.gallery-autoplay{display:block;margin:22px 0 0 auto;background:#25201b;color:#f7d5b7;border:1px solid #66503d;border-radius:24px;padding:10px 16px;font-size:14px}

/* Consistent vector icons and contact choices */
.ui-icon{display:inline-block;width:1.15em;height:1.15em;vertical-align:-.15em;flex-shrink:0}
.button .ui-icon,.buy-link .ui-icon{width:20px;height:20px}
.gallery-controls button{display:grid;place-items:center}
.contact{background:transparent;color:var(--text)}
#contact-dialog{max-width:480px;padding:32px}
#contact-title{font-size:32px;letter-spacing:-1px;margin:16px 0}
.contact-intro{color:#b7aea5;line-height:1.6}
.contact-options{display:grid;gap:12px;margin:24px 0}
.contact-options a{display:flex;flex-direction:column;gap:6px;border:1px solid #63503e;border-radius:14px;padding:18px;background:#211a14;overflow-wrap:anywhere}
.contact-options a:hover{border-color:var(--orange);background:#302114}
.contact-options strong{color:#ffb57c;font-size:18px}.contact-options span{font-size:14px;color:#dbd1c8}
.contact-details{font-size:14px;text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){
 .wrap{width:calc(100% - 32px)}
 .header{height:80px;gap:12px}.brand-logo img{height:44px;width:auto}
 .header-actions .contact{display:flex;font-size:13px;padding:10px 14px;min-height:44px}
 .header-actions .contact span{display:none}.header-actions{gap:8px}
 .mobile-nav{background:#171513;border:1px solid #38312b;border-radius:16px;padding:8px 16px;margin-bottom:14px}
 .mobile-nav a{padding:13px 4px}
 .hero{padding:24px 22px 0;border-radius:20px}
 .hero-eyebrow{font-size:10px;letter-spacing:1px;line-height:1.5;gap:8px}
 .hero-copy{margin:22px 0 0}
 .hero h1{font-size:clamp(36px,9.5vw,54px);line-height:1.13;letter-spacing:-1.7px}
 .hero-copy p{font-size:15px;line-height:1.65;margin-top:18px}
 .hero-copy .button{margin-top:22px;display:flex;justify-content:space-between;width:100%;padding:14px 20px;min-height:52px;font-size:14px;gap:12px}
 .north-art{width:210px;max-width:80%;margin:18px auto 20px}
 .compass-caption{display:none}.hero-bottom{padding:15px 0;gap:4px}
 .hero-bottom>span{font-size:9px;letter-spacing:.5px}.hero-word{font-size:23px}
 .ticker{margin-top:16px;padding:12px 0}.ticker>div{font-size:10px;gap:16px}
 .section{padding-top:44px}.section-top h2{font-size:30px;line-height:1.2;letter-spacing:-1px}
 .section-top>p{font-size:14px;line-height:1.6;margin-top:14px}.section-top>p br{display:none}
 .gallery-autoplay{margin-top:20px;font-size:12px;padding:8px 13px;min-height:40px}
 .catalog-tools{gap:10px;margin:16px 0;align-items:center;padding-bottom:14px}
 .filters{flex-wrap:nowrap;overflow-x:auto;min-width:0;scrollbar-width:thin;padding:4px 2px 10px;gap:8px}
 .filters button{white-space:nowrap;flex-shrink:0;font-size:13px;padding:10px 14px}
 .search-toggle{width:44px;height:44px;display:grid;place-items:center;font-size:23px}
 .search-row input,.search-row select{font-size:16px;min-height:48px}
 .product-grid{grid-template-columns:1fr;gap:20px}
 .product-card{padding:12px;border:1px solid #34302b;border-radius:18px;background:#141210}
 .product-card .gallery{border-radius:12px}.gallery-controls{padding:0 6px}
 .product-category{font-size:11px;letter-spacing:1px;margin-top:16px}
 .product-card h3{font-size:19px;line-height:1.4;letter-spacing:-.3px;margin-top:7px}
 .product-sub{font-size:14px;line-height:1.65;min-height:0;margin-top:8px}
 .discount-line{margin:12px 0 4px;padding:10px 12px}.discount-line strong{font-size:17px}
 .product-foot{gap:12px;align-items:stretch}.product-foot .price{font-size:23px}
 .product-foot .buy-link{padding:13px 16px;font-size:14px;min-height:48px;background:#ff791f;color:#1a0d04;border-color:#ff791f;font-weight:600}
 .multi-buy-note{padding:16px;font-size:13px;line-height:1.7;margin-top:22px}
 .catalog-bottom{gap:16px;margin-top:20px}.catalog-status{font-size:12px}
 .studio{margin-top:38px}.studio-layout{gap:24px}.studio-story h2{font-size:32px;letter-spacing:-1px}
 .studio-art{max-height:300px}.studio-body,.studio-lead{font-size:15px;line-height:1.7}
 .studio-values{gap:14px}.studio-values p{font-size:13px}
 .steps article,.steps article+article{padding:18px 0}.steps h3{font-size:19px}.steps p{font-size:14px;line-height:1.7}
 .faq{padding-bottom:32px}summary{font-size:15px;padding:18px 0}details p{font-size:14px}
 .final-cta h2{font-size:32px}.final-cta .button{gap:20px}
 footer{padding:32px 0 24px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:16px}.footer-links a{font-size:13px}
 dialog{max-height:85dvh;padding:24px 18px;border-radius:20px}#contact-dialog{padding:28px 20px}
 #dialog-content h2{font-size:24px}#dialog-content p{font-size:14px}#dialog-content .gallery img{max-height:none}
 .legal p,.legal li{font-size:15px}
}
