:root{
  --bg:#090909;
  --panel:#111;
  --panel-2:#151515;
  --text:#f6f2ea;
  --muted:#a9a49c;
  --line:#2a2927;
  --accent:#c9ad78;
  --header-h:78px;
  --page-pad:clamp(16px,3vw,48px);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;min-width:320px;overflow-x:hidden;background:var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img,svg,video,iframe{max-width:100%}
img{height:auto}
button,input,select,textarea{font:inherit}
a{color:inherit;text-decoration:none}
main{min-height:55vh}
.container-fluid{padding-left:var(--page-pad)!important;padding-right:var(--page-pad)!important}

/* Header */
.site-header{position:sticky;top:0;z-index:1030;background:rgba(9,9,9,.94);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08)}
.site-top-strip{background:linear-gradient(180deg,#979086,#8d867d);border-bottom:1px solid rgba(255,255,255,.12)}
.site-top-strip-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:.35rem 0}
.site-top-strip-text{font-size:.86rem;letter-spacing:.01em;color:#f7f3ec;font-weight:500}
.site-top-strip-social{display:flex;align-items:center;gap:10px}
.site-top-strip-social a{display:grid;place-items:center;width:28px;height:28px;color:#f7f3ec;opacity:.92;transition:.2s}
.site-top-strip-social a:hover{opacity:1;transform:translateY(-1px)}
.site-top-strip-social i{font-size:.96rem}
.navbar{min-height:var(--header-h);padding:.65rem 0}
.navbar-brand{margin-right:1.4rem}
.navbar-toggler{border:1px solid rgba(255,255,255,.18);border-radius:0;padding:.46rem .58rem;box-shadow:none!important}
.navbar-toggler:focus{box-shadow:none}
.nav-link{color:#eee!important;font-size:.88rem;letter-spacing:.01em;white-space:nowrap;padding:.55rem .25rem!important}
.nav-link:hover{color:var(--accent)!important}
.brand-logo-link{display:inline-flex;align-items:center;flex:none;min-width:0}
.brand-logo{display:block;width:clamp(170px,15vw,245px);height:auto;max-height:48px;object-fit:contain;object-position:left center}
.mobile-brand .brand-logo{width:min(205px,68vw);max-height:44px}
.lang-links{display:flex;align-items:center;gap:2px;border:1px solid rgba(255,255,255,.16);padding:3px;background:rgba(255,255,255,.035)}
.lang-links a{display:grid;place-items:center;min-width:31px;height:29px;padding:0 7px;font-size:.68rem;letter-spacing:.08em;color:#aaa;transition:.2s}
.lang-links a:hover,.lang-links a.active{background:#f3efe7;color:#111}
.lang-links.mobile{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:100%;max-width:none}
.lang-links.mobile a{height:42px;font-size:.8rem}
.offcanvas{--bs-offcanvas-width:min(390px,92vw)}
.offcanvas-header{padding:1.15rem 1.1rem;border-bottom:1px solid rgba(255,255,255,.08)}
.offcanvas-body{padding:1.2rem 1.1rem}
.offcanvas-body>a{display:block;font-size:clamp(1.35rem,6vw,1.7rem);line-height:1.15;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.07)}

/* Hero */
.hero{height:calc(100svh - var(--header-h));min-height:620px;max-height:920px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:radial-gradient(circle at 72% 20%,#4b3824 0,transparent 25%),linear-gradient(120deg,#0a0a0a 20%,#1a1611 100%)}
.hero:before{content:"";position:absolute;inset:8% 3% 0 42%;background:repeating-linear-gradient(135deg,rgba(255,255,255,.06) 0 1px,transparent 1px 16px);border-radius:42% 10% 0 0;transform:rotate(-4deg)}
.hero:after{content:"";position:absolute;inset:auto 0 0;height:30%;background:linear-gradient(180deg,transparent,rgba(0,0,0,.28));pointer-events:none}
.hero-content{position:relative;z-index:2;width:min(1050px,92vw);padding:clamp(3.5rem,8vh,7rem) var(--page-pad);padding-right:0}
.eyebrow{font-size:clamp(.68rem,.8vw,.78rem);letter-spacing:.24em;text-transform:uppercase;color:var(--accent);overflow-wrap:anywhere}
.display-mega{margin:0;max-width:11ch;font-size:clamp(3rem,8vw,8rem);font-weight:700;line-height:.86;letter-spacing:-.05em;overflow-wrap:break-word}
.lead-xl{max-width:680px;color:#c7c2ba;font-size:clamp(1rem,1.4vw,1.18rem);line-height:1.65}
.hero .btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center}

/* Buttons and typography */
.btn-premium{border:1px solid #eee;color:#fff;border-radius:0;padding:.9rem 1.4rem}
.btn-premium:hover{background:#fff;color:#111}
.section{padding:clamp(4.5rem,8vw,7rem) 0}
.section-title{font-size:clamp(2rem,4vw,4.2rem);line-height:.98;letter-spacing:-.04em;overflow-wrap:anywhere}
.muted{color:var(--muted)}

/* Hero -> four videos: nothing is inserted between them */
.video-showcase-immediate{padding:12px 0 clamp(4rem,7vw,6.5rem);overflow:hidden;border-top:1px solid rgba(255,255,255,.04)}
.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%}
.video-tile{position:relative;min-width:0;overflow:hidden}
.video-media{position:relative;overflow:hidden;background:#151515;border:1px solid var(--line);aspect-ratio:9/13;box-shadow:0 14px 45px rgba(0,0,0,.18)}
.video-media video,.video-media img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .65s ease,filter .4s ease}
.video-tile:hover .video-media video,.video-tile:hover .video-media img{transform:scale(1.025)}
.video-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.55));pointer-events:none}
.video-play{position:absolute;z-index:3;left:50%;top:50%;width:58px;height:58px;border-radius:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.7);background:rgba(5,5,5,.28);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:white;display:grid;place-items:center;transition:.25s}
.video-play span{font-size:1rem;margin-left:2px}
.video-play:hover{background:#fff;color:#111;transform:translate(-50%,-50%) scale(1.06)}
.video-play.is-empty{opacity:.48}
.video-index{position:absolute;z-index:3;left:14px;bottom:12px;font-size:.72rem;letter-spacing:.2em}
.video-copy{padding:14px 2px 0;display:flex;justify-content:space-between;gap:12px;align-items:flex-start;min-width:0}
.video-copy>div{min-width:0}
.video-copy h3{font-size:1rem;margin:0 0 5px;overflow-wrap:anywhere}
.video-copy p{font-size:.83rem;color:var(--muted);margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.video-copy>a{white-space:nowrap;font-size:.78rem;color:var(--accent)}
.video-placeholder{height:100%;display:grid;gap:7px;align-content:center;place-items:center;text-align:center;background:radial-gradient(circle at 60% 30%,#493622 0,transparent 22%),linear-gradient(145deg,#24201c,#0f0f0f);color:#c9ad78;letter-spacing:.25em;font-size:.8rem;padding:14px}
.video-placeholder span,.video-placeholder small{display:block}
.video-placeholder small{letter-spacing:.04em;color:#8e8375;font-size:.68rem;line-height:1.4}
.video-showcase-intro{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:clamp(24px,5vw,80px);align-items:end;padding-top:clamp(2.5rem,5vw,4.5rem)}
.video-showcase-intro p{max-width:540px;justify-self:end;line-height:1.7}
.video-modal-content{background:#0c0c0c;border:1px solid #333;border-radius:0;color:#fff}
.video-modal-stage{background:#000;aspect-ratio:16/9;display:grid;place-items:center;max-height:78svh}
.video-modal-stage video,.video-modal-stage iframe{width:100%;height:100%;border:0;object-fit:contain}
.video-modal-stage .video-placeholder{width:100%}

/* Cards */
.collection-card{display:block;position:relative;background:#151515;border:1px solid var(--line);min-height:390px;height:100%;overflow:hidden;transition:transform .25s,border-color .25s}
.collection-card .visual{height:270px;background:linear-gradient(135deg,#2c2722,#111);position:relative;overflow:hidden}
.collection-card .visual:after{content:"";position:absolute;inset:15%;border-radius:50%;background:repeating-radial-gradient(circle,#b99b6b 0 2px,transparent 2px 12px);opacity:.35}
.collection-card .info{padding:1.4rem}
.collection-card .info p{overflow-wrap:anywhere}
.collection-card:hover{transform:translateY(-4px);border-color:#444}
.product-card{background:#101010;border:1px solid var(--line);height:100%;overflow:hidden;transition:transform .22s,border-color .22s}
.product-card:hover{transform:translateY(-3px);border-color:#444}
.product-card img,.product-placeholder{width:100%;aspect-ratio:4/5;object-fit:cover;background:linear-gradient(140deg,#30291f,#151515)}
.product-placeholder{display:grid;place-items:center;color:#8c7b61;font-size:2rem}
.product-card .pbody{padding:1rem;min-width:0}
.product-card .pbody small{display:block;overflow-wrap:anywhere}
.product-card .pbody h2,.product-card .pbody h3{overflow-wrap:anywhere}

/* Product/detail */
.specs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.specs>div{background:#101010;padding:1rem;min-width:0}
.specs strong{overflow-wrap:anywhere}
.section .row.g-5>div>img.w-100{display:block;max-height:min(78svh,900px);object-fit:contain;background:#0d0d0d}
.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumb a{color:#aaa}

/* Ads, forms, tables */
.ad-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#15120e;padding:1rem}
.form-control,.form-select{background:#111;color:#fff;border-color:#333;border-radius:0;min-height:46px}
textarea.form-control{min-height:120px}
.form-control:focus,.form-select:focus{background:#111;color:#fff;border-color:#8a7655;box-shadow:none}
.form-control::placeholder{color:#777}
.form-select{background-color:#111}
label{display:inline-block;margin-bottom:.4rem;color:#d3cec5;font-size:.9rem}
.table-responsive{border:1px solid var(--line)}
.table-dark{--bs-table-bg:#111;--bs-table-border-color:#292929}
.modal-dialog{margin-left:auto;margin-right:auto}

/* Footer */
.footer{padding:clamp(4rem,7vw,5rem) 0 2rem;border-top:1px solid var(--line);color:#b8b3aa}
.footer a{display:block;margin:.45rem 0}
.footer-logo-link{display:inline-flex;align-items:center;max-width:100%}
.footer-logo{display:block;width:min(310px,85vw);height:auto;max-height:68px;object-fit:contain;object-position:left center}
.footer .d-flex.justify-content-between{gap:1rem;flex-wrap:wrap}

/* RTL */
[dir=rtl] .navbar-nav{margin-left:0!important;margin-right:auto!important}
[dir=rtl] .brand-logo{object-position:right center}
[dir=rtl] .video-index{left:auto;right:14px}
[dir=rtl] .video-copy{text-align:right}
[dir=rtl] .hero-content{padding-left:0;padding-right:var(--page-pad)}

/* Large laptop / small desktop */
@media(max-width:1199.98px){
  :root{--header-h:74px;--page-pad:clamp(18px,3.2vw,38px)}
  .navbar-nav{gap:.55rem!important}
  .nav-link{font-size:.82rem}
  .brand-logo{width:190px;max-height:44px}
  .display-mega{font-size:clamp(3.2rem,8.3vw,6.5rem)}
  .video-copy{display:block}
  .video-copy>a{display:inline-block;margin-top:6px}
}

/* Tablet */
@media(max-width:991.98px){
  :root{--header-h:72px;--page-pad:clamp(16px,4vw,32px)}
  .navbar{min-height:var(--header-h);padding:.55rem 0}
  .brand-logo{width:min(205px,52vw);max-height:43px}
  .hero{height:auto;min-height:calc(100svh - var(--header-h));max-height:none;align-items:flex-end}
  .hero:before{inset:10% -10% 0 34%;opacity:.78}
  .hero-content{width:min(850px,96vw);padding-top:clamp(5rem,13vh,8rem);padding-bottom:clamp(3.5rem,8vh,6rem)}
  .display-mega{font-size:clamp(3.3rem,10vw,6.2rem);max-width:10ch}
  .video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .video-media{aspect-ratio:9/12}
  .video-showcase-intro{grid-template-columns:1fr;gap:1rem}
  .video-showcase-intro p{justify-self:start;max-width:680px}
  .section .row.g-5{--bs-gutter-y:2.25rem}
  .footer .row{--bs-gutter-y:2.5rem}
}

/* Phone / portrait tablet */
@media(max-width:767.98px){
  :root{--header-h:68px;--page-pad:16px}
  .navbar{min-height:var(--header-h);padding:.45rem 0}
  .brand-logo{width:min(190px,58vw);max-height:40px}
  .hero{min-height:calc(100svh - var(--header-h));background:radial-gradient(circle at 80% 17%,#43321f 0,transparent 29%),linear-gradient(145deg,#090909 15%,#17130f 100%)}
  .hero:before{inset:16% -30% 0 25%;opacity:.55}
  .hero-content{width:100%;padding:5rem var(--page-pad) 3.4rem}
  .hero-content .eyebrow{margin-bottom:1.15rem!important;max-width:88vw}
  .display-mega{font-size:clamp(3rem,14vw,5.6rem);line-height:.9;max-width:8.8ch;letter-spacing:-.055em}
  .lead-xl{font-size:1rem;line-height:1.55;max-width:92%}
  .hero .d-flex{gap:.65rem!important}
  .hero .btn{padding:.78rem 1rem;font-size:.9rem}
  .section{padding:4.25rem 0}
  .section-title{font-size:clamp(2rem,9vw,3.25rem)}
  .video-showcase-immediate{padding-top:8px;padding-bottom:4rem}
  .video-grid{gap:8px}
  .video-media{aspect-ratio:9/12.5}
  .video-play{width:48px;height:48px}
  .video-index{left:10px;bottom:9px;font-size:.64rem}
  .video-copy{padding:10px 1px 0}
  .video-copy h3{font-size:.9rem;line-height:1.25}
  .video-copy p{font-size:.76rem;line-height:1.4}
  .video-copy>a{font-size:.72rem}
  .video-showcase-intro{padding-top:3rem}
  .collection-card{min-height:0}
  .collection-card .visual{height:auto;aspect-ratio:16/10}
  .collection-card .info{padding:1.15rem}
  .product-card .pbody{padding:.8rem}
  .product-card .pbody small{font-size:.72rem}
  .product-card .pbody .h6,.product-card .pbody h2,.product-card .pbody h3{font-size:.92rem;line-height:1.3}
  .specs>div{padding:.85rem}
  .section .row.g-5>div>img.w-100{max-height:70svh}
  .modal-dialog{margin:.7rem}
  .modal-content{max-height:calc(100svh - 1.4rem);overflow:auto}
  .video-modal-stage{max-height:62svh}
  .footer .col-6{min-width:0}
}

/* Small phones */
@media(max-width:575.98px){
  .hero-content{padding-bottom:2.8rem}
  .hero .d-flex{display:grid!important;grid-template-columns:1fr 1fr;width:100%}
  .hero .btn{width:100%;white-space:normal;line-height:1.2}
  .video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .video-media{aspect-ratio:9/13}
  .video-copy h3{font-size:.82rem}
  .video-copy p{font-size:.71rem;-webkit-line-clamp:2}
  .video-play{width:44px;height:44px}
  .video-placeholder{padding:8px;font-size:.7rem;letter-spacing:.16em}
  .video-placeholder small{font-size:.61rem}
  .row.g-3{--bs-gutter-x:.75rem;--bs-gutter-y:.75rem}
  .product-card .pbody{padding:.7rem}
  .specs{grid-template-columns:1fr 1fr}
  .footer-logo{width:min(260px,82vw)}
  .footer .d-flex.justify-content-between{flex-direction:column;align-items:flex-start!important}
  .contact-actions,.section .d-flex.flex-wrap.gap-2{gap:.5rem!important}
  .section .d-flex.flex-wrap.gap-2>.btn,.section .d-flex.flex-wrap.gap-2>a{flex:1 1 calc(50% - .5rem);min-width:135px}
}

/* Very narrow devices */
@media(max-width:390px){
  :root{--page-pad:13px}
  .brand-logo{width:min(168px,55vw)}
  .navbar-toggler{padding:.4rem .5rem}
  .display-mega{font-size:clamp(2.75rem,14vw,4.2rem)}
  .lead-xl{max-width:100%;font-size:.94rem}
  .hero .d-flex{grid-template-columns:1fr}
  .video-grid{gap:6px}
  .video-media{aspect-ratio:9/13.5}
  .video-copy p,.video-copy>a{display:none}
  .video-copy h3{font-size:.78rem;margin:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
  .video-showcase-intro{padding-top:2.4rem}
  .section-title{font-size:clamp(1.9rem,10vw,2.65rem)}
  .product-card .pbody small{font-size:.66rem}
  .product-card .pbody .h6,.product-card .pbody h2,.product-card .pbody h3{font-size:.84rem}
  .specs{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;scroll-behavior:auto!important}
}

/* About / corporate story */
.about-hero{padding-bottom:clamp(3rem,6vw,5rem);border-bottom:1px solid var(--line)}
.about-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:clamp(2rem,7vw,8rem);align-items:end}
.about-main-title{max-width:13ch;margin:0}
.about-intro{max-width:620px;justify-self:end}
.about-intro .lead{line-height:1.7;color:#c9c3ba!important}
.about-story-section{padding:clamp(4.5rem,8vw,8rem) 0}
.about-story-grid{display:grid;grid-template-columns:minmax(220px,.45fr) minmax(0,1.15fr);gap:clamp(2.5rem,8vw,9rem);align-items:start}
.about-facts{display:grid;gap:1px;background:var(--line);border:1px solid var(--line);position:sticky;top:calc(var(--header-h) + 24px)}
.about-fact{background:#0f0f0f;padding:clamp(1.3rem,2.5vw,2rem)}
.about-fact strong{display:block;font-size:clamp(2.4rem,5vw,5rem);line-height:.9;letter-spacing:-.05em;color:#fff}
.about-fact span{display:block;margin-top:1rem;color:var(--muted);font-size:.86rem;line-height:1.45;max-width:22ch}
.about-story-copy{max-width:920px}
.about-story-copy h2{font-size:clamp(2rem,4vw,4rem);line-height:1;letter-spacing:-.04em;margin:0 0 clamp(2rem,4vw,3.5rem);max-width:15ch}
.about-story-copy p,.about-brand-copy p{font-size:clamp(1rem,1.15vw,1.12rem);line-height:1.85;color:#c8c3bb;margin:0 0 1.5rem}
.about-brands-section{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#0d0d0d}
.about-brands-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:clamp(2.5rem,8vw,9rem);align-items:start}
.about-brand-list{display:grid;gap:0;border-top:1px solid #2a2927}
.about-brand-list span{font-size:clamp(2.1rem,5.7vw,6.2rem);font-weight:700;letter-spacing:-.055em;line-height:1;padding:.18em 0;border-bottom:1px solid #2a2927;transition:color .25s,padding-left .25s}
.about-brand-list span:hover{color:var(--accent);padding-left:.12em}
.about-brand-copy{padding-top:2.2rem}
.about-brand-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:clamp(2.5rem,5vw,5rem);background:var(--line);border:1px solid var(--line)}
.about-brand-logo-card{margin:0;min-width:0;background:#111;overflow:hidden}
.about-brand-logo-media{height:clamp(190px,18vw,300px);display:flex;align-items:center;justify-content:center;padding:clamp(1.25rem,2.6vw,2.4rem);overflow:hidden}
.about-brand-logo-card--light .about-brand-logo-media{background:#f7f7f5}
.about-brand-logo-card--dark .about-brand-logo-media{background:#050505}
.about-brand-logo-media img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.about-brand-logo-card figcaption{display:flex;align-items:center;justify-content:space-between;min-height:58px;padding:.95rem 1.15rem;border-top:1px solid var(--line);color:#d8d2ca;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}
.about-brand-logo-card figcaption:after{content:"";width:28px;height:1px;background:var(--accent);opacity:.75}
.about-purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.about-purpose-card{position:relative;background:#101010;padding:clamp(1.6rem,4vw,4rem);min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}
.about-purpose-card:before{content:"";position:absolute;width:240px;height:240px;right:-80px;top:-90px;border:1px solid rgba(201,173,120,.18);border-radius:50%}
.about-card-index{position:absolute;top:1.4rem;right:1.5rem;font-size:.7rem;letter-spacing:.2em;color:#716b63}
.about-purpose-card h2{font-size:clamp(2rem,3.5vw,3.7rem);letter-spacing:-.04em;margin:0 0 1.25rem}
.about-purpose-card p{max-width:660px;color:#bdb8b0;line-height:1.75;margin:0;font-size:clamp(.96rem,1.05vw,1.08rem)}
[dir=rtl] .about-brand-list span:hover{padding-left:0;padding-right:.12em}
[dir=rtl] .about-card-index{right:auto;left:1.5rem}

@media(max-width:991.98px){
  .about-hero-grid,.about-story-grid,.about-brands-grid{grid-template-columns:1fr}
  .about-brand-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-brand-logo-card:last-child{grid-column:1/-1}
  .about-brand-logo-card:last-child .about-brand-logo-media{height:clamp(180px,28vw,260px)}
  .about-intro{justify-self:start;max-width:760px}
  .about-facts{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-story-copy h2{max-width:18ch}
  .about-brand-copy{padding-top:0;max-width:760px}
}
@media(max-width:767.98px){
  .about-hero{padding-top:3.8rem}
  .about-brand-logo-grid{grid-template-columns:1fr}
  .about-brand-logo-card:last-child{grid-column:auto}
  .about-brand-logo-media,.about-brand-logo-card:last-child .about-brand-logo-media{height:clamp(170px,45vw,230px);padding:1.25rem}
  .about-facts{grid-template-columns:1fr 1fr}
  .about-fact{padding:1.1rem}
  .about-fact strong{font-size:clamp(2.2rem,12vw,3.8rem)}
  .about-fact span{font-size:.78rem}
  .about-purpose-grid{grid-template-columns:1fr}
  .about-purpose-card{min-height:300px}
  .about-brand-list span{font-size:clamp(2rem,12vw,4.5rem)}
}
@media(max-width:420px){
  .about-facts{grid-template-columns:1fr}
  .about-purpose-card{min-height:280px;padding:1.4rem}
  .about-story-copy p,.about-brand-copy p{font-size:.97rem;line-height:1.72}
}

/* Contact */
.contact-page{padding-top:clamp(4.5rem,8vw,7.5rem)}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:clamp(2rem,7vw,7rem);align-items:end}
.contact-title{max-width:13ch;margin:0}
.contact-company{justify-self:end;text-align:right;max-width:28ch;color:#d8d1c6;font-size:.78rem;line-height:1.7;letter-spacing:.16em}
.contact-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.6rem);border:0!important;background:none!important;counter-reset:none!important}
.contact-info-card{position:relative;min-height:0;padding:clamp(1.25rem,2.4vw,2rem) 0;background:none;overflow:hidden;border:0!important;outline:0!important;box-shadow:none!important}
.contact-info-card:before,.contact-info-card::before,.contact-info-card:after,.contact-info-card::after,.contact-card-index{content:none!important;display:none!important;border:0!important}
.contact-card-label{font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);margin-bottom:.8rem}
.contact-info-card p{margin:0;color:#e5dfd6;line-height:1.75;max-width:30ch}
.contact-card-link{display:inline-block;margin-top:1.25rem;color:#eee;font-size:.78rem;border:0!important;text-decoration:none;padding-bottom:.2rem}
.contact-big-link,.contact-email-link{display:block;position:relative;z-index:2;color:#f5f1e9;overflow-wrap:anywhere}
.contact-big-link{font-size:clamp(1rem,1.45vw,1.35rem);letter-spacing:-.02em}
.contact-email-link{font-size:clamp(.92rem,1.15vw,1.05rem);line-height:1.45}
.hours-row{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 0;border:0!important;color:#aaa}
.hours-row strong{color:#f0ece5;font-weight:600;white-space:nowrap}
.contact-form-wrap{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:clamp(2rem,7vw,8rem);padding-top:clamp(4rem,8vw,7rem);align-items:start}
.contact-form-copy h2{font-size:clamp(2rem,4vw,3.8rem);line-height:1;letter-spacing:-.04em;max-width:9ch}
.contact-form-copy p{max-width:430px;line-height:1.7}
.contact-form-panel{border:1px solid var(--line);background:#0e0e0e;padding:clamp(1.25rem,3vw,2.5rem)}
.footer-contact a{margin:.2rem 0!important}
.footer-contact span{display:block;margin-top:.65rem;line-height:1.55;max-width:38ch}

@media(max-width:1199.98px){
  .contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:991.98px){
  .contact-hero-grid,.contact-form-wrap{grid-template-columns:1fr}
  .contact-company{justify-self:start;text-align:left}
  [dir=rtl] .contact-company{text-align:right}
}
@media(max-width:575.98px){
  .contact-info-grid{grid-template-columns:1fr}
  .contact-info-card{min-height:0;padding:1.35rem}
  .contact-form-panel{padding:1rem}
}

/* Navigation reliability fallback (used only if Bootstrap JS cannot initialize). */
.menu-fallback-body{overflow:hidden!important;padding-right:0!important}
#mobileMenu.menu-fallback-open{display:flex!important;visibility:visible!important;transform:none!important;z-index:1055}
.menu-fallback-backdrop{z-index:1050}
@media(max-width:991.98px){
  .site-header .navbar-toggler{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}
  #mobileMenu{z-index:1055}
  #mobileMenu .offcanvas-body{overflow-y:auto;-webkit-overflow-scrolling:touch}
}

/* Published PDF catalogs */
.catalog-public-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.catalog-public-card{display:grid;grid-template-columns:130px minmax(0,1fr);min-height:210px;background:#101010;border:1px solid var(--line);overflow:hidden;transition:transform .22s,border-color .22s}
.catalog-public-card:hover{transform:translateY(-3px);border-color:#464646}
.catalog-public-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;background:linear-gradient(145deg,#211b13,#0c0c0c);border-right:1px solid var(--line);color:#fff}
.catalog-public-icon span{font-size:2.1rem;font-weight:800;letter-spacing:-.06em}.catalog-public-icon small{font-size:.6rem;letter-spacing:.22em;color:#b9a27a}
.catalog-public-body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:1.4rem;min-width:0}
.catalog-public-body h2,.catalog-public-body h3{font-size:clamp(1.05rem,1.5vw,1.45rem);line-height:1.18;margin:.55rem 0 1.25rem;overflow-wrap:anywhere}
.catalog-empty-state{padding:2rem;border:1px solid var(--line);background:#101010}
.catalog-public-grid.compact .catalog-public-card{min-height:185px;grid-template-columns:105px minmax(0,1fr)}
@media(max-width:1199.98px){.catalog-public-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767.98px){.catalog-public-grid{grid-template-columns:1fr}.catalog-public-card{grid-template-columns:92px minmax(0,1fr);min-height:160px}.catalog-public-grid.compact .catalog-public-card{grid-template-columns:86px minmax(0,1fr);min-height:150px}.catalog-public-body{padding:1rem}.catalog-public-icon span{font-size:1.55rem}}

/* Google Drive katalog klasörü */
.drive-folder-frame-wrap{position:relative;width:100%;min-height:70vh;border:1px solid rgba(255,255,255,.12);border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28)}
.drive-folder-frame{display:block;width:100%;height:76vh;min-height:620px;border:0;background:#fff}
@media (max-width:991.98px){.drive-folder-frame{height:72vh;min-height:560px}.drive-folder-frame-wrap{border-radius:18px}}
@media (max-width:575.98px){.catalog-drive-viewer .section-title{font-size:clamp(2rem,10vw,3rem)}.drive-folder-frame{height:68vh;min-height:500px}.drive-folder-frame-wrap{border-radius:14px}.catalog-drive-viewer .btn{width:100%}}

/* Dynamic category navigation */
.category-nav{position:static}
.category-dropdown{--bs-dropdown-bg:#111;--bs-dropdown-border-color:rgba(255,255,255,.1);position:absolute!important;left:var(--page-pad)!important;right:var(--page-pad)!important;top:calc(100% - 5px)!important;transform:none!important;width:auto;min-width:0;padding:0;border-radius:0;background:rgba(15,15,15,.98);backdrop-filter:blur(20px);box-shadow:0 24px 70px rgba(0,0,0,.36);overflow:hidden}
.category-dropdown-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08);font-size:.72rem;letter-spacing:.13em;text-transform:uppercase;color:#8f8b84}
.category-dropdown-head a{color:var(--accent);letter-spacing:.04em;text-transform:none}
.category-dropdown-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px}
.category-dropdown-link{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;padding:14px 13px;border:1px solid transparent;color:#ece8df;font-size:.84rem;line-height:1.25;transition:.2s}
.category-dropdown-link span{overflow-wrap:anywhere}
.category-dropdown-link i{flex:none;color:#6f6b64}
.category-dropdown-link:hover{background:#191919;border-color:#2d2d2d;color:var(--accent)}
.category-dropdown-link:hover i{color:var(--accent);transform:translateX(2px)}
.mobile-category-menu{padding-bottom:.8rem;margin-bottom:.4rem;border-bottom:1px solid rgba(255,255,255,.1)}
.mobile-menu-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:.4rem 0 1rem}
.mobile-menu-title>a{font-size:clamp(1.45rem,6vw,1.8rem);font-weight:600}
.mobile-menu-title>span{display:grid;place-items:center;min-width:30px;height:30px;border:1px solid rgba(255,255,255,.15);font-size:.7rem;color:#a8a39b}
.mobile-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.mobile-category-grid a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);font-size:.76rem;line-height:1.25;color:#d7d2c8}
.mobile-category-grid a i{flex:none;color:#6f6b64}

/* Social media */
.footer-social{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.footer-social a{margin:0;display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.025);color:#ddd;transition:.2s}
.footer-social a:hover{background:#eeeae1;color:#111;border-color:#eeeae1;transform:translateY(-2px)}
.footer-social i{font-size:1rem}

@media(max-width:1199.98px){.category-dropdown-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.category-dropdown{display:none!important}}
@media(max-width:420px){.mobile-category-grid{grid-template-columns:1fr}.mobile-category-grid a{font-size:.8rem}.footer-social a{width:40px;height:40px}}
.contact-social-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 0 0;margin-top:24px;border-top:0;border-bottom:0}
.contact-social-links{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.contact-social-links a{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.13);font-size:.78rem;color:#d9d4ca}
.contact-social-links a:hover{background:#eeeae1;color:#111;border-color:#eeeae1}
@media(max-width:767.98px){.contact-social-wrap{align-items:flex-start;flex-direction:column}.contact-social-links{justify-content:flex-start;width:100%}.contact-social-links a{flex:1 1 calc(50% - 8px);justify-content:center}}

/* Compact collapsible category navigation */
.mobile-category-menu{padding-bottom:.4rem;margin-bottom:.35rem;border-bottom:1px solid rgba(255,255,255,.1)}
.mobile-category-menu>summary{list-style:none;cursor:pointer;user-select:none;-webkit-tap-highlight-color:transparent}
.mobile-category-menu>summary::-webkit-details-marker{display:none}
.mobile-menu-title{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:.7rem 0;font-size:clamp(1.35rem,6vw,1.75rem);font-weight:600;color:#f2eee6}
.mobile-menu-title-label{min-width:0}
.mobile-menu-meta{display:flex;align-items:center;gap:10px;flex:none}
.mobile-category-count{display:grid;place-items:center;min-width:30px;height:30px;padding:0 8px;border:1px solid rgba(255,255,255,.15);font-size:.7rem;font-weight:500;color:#aaa49b}
.mobile-category-chevron{font-size:.9rem;color:#aaa49b;transition:transform .22s ease}
.mobile-category-menu[open] .mobile-category-chevron{transform:rotate(180deg)}
.mobile-category-panel{padding:0 0 .75rem;animation:unuvarCategoryOpen .18s ease-out}
.mobile-all-categories{display:flex!important;align-items:center;justify-content:space-between;gap:10px;padding:10px 2px 12px!important;margin:0 0 7px;border-bottom:1px solid rgba(255,255,255,.08);font-size:.78rem!important;letter-spacing:.04em;color:var(--accent)!important}
.mobile-category-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.mobile-category-grid a{display:flex!important;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:10px!important;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.025);font-size:.76rem!important;line-height:1.25;color:#d7d2c8!important}
.mobile-category-grid a span{min-width:0;overflow-wrap:anywhere}
.mobile-category-grid a i{flex:none;color:#6f6b64}
@keyframes unuvarCategoryOpen{from{opacity:.25;transform:translateY(-4px)}to{opacity:1;transform:none}}
@media(max-width:420px){.mobile-category-grid{grid-template-columns:1fr}.mobile-menu-title{font-size:1.35rem}}
@media(prefers-reduced-motion:reduce){.mobile-category-chevron,.mobile-category-panel{transition:none;animation:none}}


/* Smart language selector */
.language-nav{position:relative}.lang-switcher{min-width:78px;height:38px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;font-size:.7rem;letter-spacing:.08em}.lang-switcher:after{margin-left:1px}.lang-switcher small{display:none;color:#aaa;font-size:.62rem;letter-spacing:0;text-transform:none}.language-menu{width:260px;max-height:min(62vh,520px);overflow:auto;padding:8px;background:#111317;border:1px solid #30343a;border-radius:0;box-shadow:0 24px 70px rgba(0,0,0,.45)}.language-menu .dropdown-item{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:8px;padding:9px 10px;color:#ddd;border-radius:4px}.language-menu .dropdown-item span{font-size:.7rem;letter-spacing:.11em;color:#c6aa72}.language-menu .dropdown-item small{font-size:.78rem;color:#aeb3ba}.language-menu .dropdown-item:hover,.language-menu .dropdown-item.active{background:#f2eee5;color:#111}.language-menu .dropdown-item:hover small,.language-menu .dropdown-item.active small{color:#333}.language-menu .dropdown-item:hover span,.language-menu .dropdown-item.active span{color:#745b2b}.mobile-language-panel{border-top:1px solid rgba(255,255,255,.12);padding-top:16px}.mobile-language-current{display:flex;align-items:center;gap:10px;margin-bottom:10px}.mobile-language-current span{color:#c6aa72;font-size:.72rem;letter-spacing:.12em}.mobile-language-current strong{font-size:.88rem;font-weight:500}.mobile-language-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-height:280px;overflow:auto}.mobile-language-grid a{display:grid!important;grid-template-columns:38px 1fr;gap:5px;align-items:center;padding:9px 10px!important;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.025)}.mobile-language-grid a span{font-size:.68rem;color:#c6aa72;letter-spacing:.08em}.mobile-language-grid a small{font-size:.72rem;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-language-grid a.active{background:#f2eee5!important}.mobile-language-grid a.active span,.mobile-language-grid a.active small{color:#111!important}
@media(min-width:1200px){.lang-switcher:hover small{display:inline}}
html[dir="rtl"] body{text-align:right}html[dir="rtl"] .navbar-nav{direction:rtl}html[dir="rtl"] .category-dropdown-link i,html[dir="rtl"] .mobile-category-grid i{transform:scaleX(-1)}

/* Simplified home page */
.simple-home-hero{min-height:clamp(230px,34vw,420px);display:grid;place-items:center;border-bottom:1px solid var(--line);background:#080808;position:relative;overflow:hidden}
.simple-home-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(201,173,120,.07),transparent 40%);pointer-events:none}
.simple-home-hero-inner{position:relative;z-index:1;width:min(820px,82vw);display:grid;place-items:center;gap:20px;text-align:center}
.simple-home-logo{width:min(690px,82vw);max-height:125px;object-fit:contain}
.simple-home-meta{font-size:.7rem;letter-spacing:.34em;color:#817a70}
.simple-video-section{padding:14px 0 clamp(3rem,5vw,4.5rem);border-bottom:1px solid var(--line)}
.simple-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.simple-video-card{min-width:0}
.simple-video-media{position:relative;aspect-ratio:9/12;overflow:hidden;background:#111;border:1px solid var(--line)}
.simple-video-media video,.simple-video-media img{width:100%;height:100%;display:block;object-fit:cover}
.simple-video-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(0,0,0,.45));pointer-events:none}
.simple-video-number{position:absolute;z-index:2;left:13px;bottom:11px;font-size:.66rem;letter-spacing:.2em;color:#fff}
.simple-home-section{padding:clamp(3.2rem,6vw,5.5rem) 0;border-bottom:1px solid var(--line)}
.simple-section-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:clamp(1.5rem,3vw,2.5rem)}
.simple-section-head h1,.simple-section-head h2{margin:0;font-size:clamp(1.55rem,3vw,2.8rem);font-weight:500;letter-spacing:-.035em}
.simple-section-head>a{font-size:.82rem;color:#aaa;white-space:nowrap}
.simple-section-head>a:hover{color:#fff}
.simple-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.simple-category-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;min-height:92px;padding:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s,color .2s}
.simple-category-link:hover{background:#111}
.simple-category-no{font-size:.66rem;letter-spacing:.15em;color:#6f6a63}
.simple-category-name{font-size:clamp(.96rem,1.4vw,1.18rem);line-height:1.25}
.simple-category-arrow{font-size:1rem;color:#777}
.simple-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.simple-catalog-card{min-height:150px;border:1px solid var(--line);padding:20px;display:flex;justify-content:space-between;gap:18px;align-items:flex-end;background:#0d0d0d}
.simple-catalog-card h3{font-size:1rem;line-height:1.35;margin:.65rem 0 0;font-weight:500}
.simple-catalog-card>a{width:38px;height:38px;border:1px solid #333;display:grid;place-items:center;flex:none}
.simple-catalog-card>a:hover{background:#fff;color:#111}
.simple-catalog-type{font-size:.62rem;letter-spacing:.18em;color:#817a70}
.simple-home-contact{border-bottom:1px solid var(--line)}
.simple-home-contact .container-fluid{display:grid;grid-template-columns:1fr 1fr;padding-top:0!important;padding-bottom:0!important}
.simple-home-contact a{min-height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-right:1px solid var(--line);font-size:clamp(1rem,2vw,1.35rem)}
.simple-home-contact a:last-child{border-right:0}
.simple-home-contact a:hover{background:#111}

@media(max-width:991.98px){
  .simple-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .simple-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .simple-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:575.98px){
  .simple-home-hero{min-height:230px}
  .simple-home-hero-inner{width:88vw;gap:14px}
  .simple-home-logo{width:82vw;max-height:76px}
  .simple-home-meta{font-size:.6rem;letter-spacing:.27em}
  .simple-video-section{padding-top:8px;padding-bottom:2.8rem}
  .simple-video-grid{gap:6px}
  .simple-video-media{aspect-ratio:9/12.5}
  .simple-video-number{left:9px;bottom:8px;font-size:.58rem}
  .simple-video-media .video-play{width:42px;height:42px}
  .simple-home-section{padding:2.8rem 0}
  .simple-section-head{margin-bottom:1.4rem;align-items:end}
  .simple-section-head h1,.simple-section-head h2{font-size:1.65rem}
  .simple-section-head>a{font-size:.72rem}
  .simple-category-grid{grid-template-columns:1fr}
  .simple-category-link{min-height:70px;padding:14px}
  .simple-category-name{font-size:.95rem}
  .simple-catalog-grid{grid-template-columns:1fr}
  .simple-catalog-card{min-height:118px;padding:16px}
  .simple-home-contact .container-fluid{grid-template-columns:1fr}
  .simple-home-contact a{min-height:72px;padding:0 0;border-right:0;border-bottom:1px solid var(--line)}
  .simple-home-contact a:last-child{border-bottom:0}
}

/* Client-approved minimal home flow: media > brands > product groups > catalog > contact */
.client-media-section{background:var(--bg);border:0;overflow:hidden}
.client-video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;background:var(--bg)}
.client-video-card{position:relative;min-width:0;aspect-ratio:9/13;background:var(--bg);overflow:hidden;border:0;margin:0}
.client-video-card video,.client-video-card img{width:100%;height:100%;display:block;object-fit:cover}
.client-video-card .video-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}

.client-video-open{position:absolute;inset:0;z-index:4;border:0;background:transparent;color:#fff;cursor:pointer;padding:0;text-align:right}
.client-video-open>span{position:absolute;right:14px;bottom:14px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(0,0,0,.48);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:1.2rem;transition:.2s}
.client-video-open:hover>span,.client-video-open:focus-visible>span{background:rgba(255,255,255,.94);color:#111;transform:scale(1.05)}
.client-video-card.video-load-error .showcase-video{opacity:.25}
.client-banner-section{border-bottom:1px solid var(--line);background:#050505;overflow:hidden}
.client-banner-section a{display:block}
.client-banner-section img{display:block;width:100%;height:min(72vh,760px);object-fit:cover;object-position:center}
.client-home-section{padding:clamp(3rem,5vw,5.5rem) 0;border-bottom:1px solid var(--line)}
.client-section-title{margin:0 0 clamp(1.6rem,3vw,2.7rem);font-size:clamp(1.45rem,3vw,2.55rem);font-weight:500;letter-spacing:-.035em}
.client-brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1px;background:var(--line);border:1px solid var(--line)}
.client-brand-card{height:clamp(145px,15vw,230px);display:flex;align-items:center;justify-content:center;padding:clamp(1.2rem,2.2vw,2.25rem);background:#f7f7f5;overflow:hidden}
.client-brand-card img{display:block;max-width:100%;max-height:100%;width:100%;height:100%;object-fit:contain}
.client-group-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}
.client-group-card{min-height:96px;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);font-size:clamp(.92rem,1.25vw,1.1rem);line-height:1.3;text-transform:uppercase}
.client-group-card i{flex:none;color:#777}.client-group-card:hover{background:#111;color:#fff}
.client-catalog-cta{padding:clamp(3rem,5vw,5rem) 0;border-bottom:1px solid var(--line)}
.client-catalog-button{min-height:clamp(90px,10vw,140px);border:1px solid #333;padding:clamp(1.25rem,2.5vw,2rem);display:flex;align-items:center;justify-content:space-between;font-size:clamp(1.3rem,3.5vw,3.2rem);font-weight:500;letter-spacing:-.035em}
.client-catalog-button:hover{background:#fff;color:#050505}.client-catalog-button i{font-size:.7em}
.client-contact-section{padding:clamp(3rem,5vw,5.5rem) 0;border-bottom:1px solid var(--line)}
.client-contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;border:0;background:none}
.client-contact-item{min-height:0;padding:0;background:none;border:0;display:flex;flex-direction:column;justify-content:flex-start;gap:14px;box-shadow:none}
.client-contact-item>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:#817a70}
.client-contact-item strong{font-size:clamp(.95rem,1.4vw,1.14rem);line-height:1.6;font-weight:400}.client-contact-item strong a{display:block}
.client-social-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.client-social-row a{width:46px;height:46px;border:1px solid var(--line);display:grid;place-items:center;font-size:1.05rem}.client-social-row a:hover{background:#fff;color:#050505}
@media(max-width:991.98px){.client-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.client-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-group-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-banner-section img{height:min(58vh,620px)}}
@media(max-width:575.98px){.client-video-card{aspect-ratio:9/13}.client-home-section,.client-contact-section{padding:2.5rem 0}.client-section-title{margin-bottom:1.35rem}.client-brand-card{height:132px;padding:1rem}.client-group-grid{grid-template-columns:1fr}.client-group-card{min-height:68px;padding:14px 0;border-right:0}.client-catalog-cta{padding:2.5rem 0}.client-catalog-button{min-height:82px;padding:16px;font-size:1.35rem}.client-contact-grid{grid-template-columns:1fr;gap:22px}.client-contact-item{min-height:0;padding:0}.client-banner-section img{height:auto;max-height:none;aspect-ratio:16/10}.site-top-strip-inner{min-height:34px}.site-top-strip-text{font-size:.78rem}.site-top-strip-social a{width:26px;height:26px}}

@media(max-width:575.98px){.client-brand-grid{grid-template-columns:1fr}}

/* Homepage master logo between media and brands */
.client-home-logo-section{padding:clamp(1.8rem,3vw,3rem) 0 0}
.client-home-master-logo{display:flex;align-items:center;justify-content:center;min-height:clamp(160px,22vw,250px);padding:clamp(1.5rem,3vw,2.6rem);background:var(--bg);border:0;box-shadow:none}
.client-home-master-logo img{display:block;width:min(100%,620px);max-width:100%;height:auto;object-fit:contain;transform:scale(1.04)}

/* Brand showcase - homepage */
.client-brands-section{padding-top:clamp(1.1rem,2vw,1.6rem);padding-bottom:clamp(2.5rem,4vw,4rem)}
.client-brand-showcase{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;padding:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.client-brand-showcase--home{grid-template-columns:repeat(4,minmax(0,1fr))}
.client-brand-panel{margin:0;min-width:0;min-height:clamp(180px,24vw,300px);display:flex;align-items:center;justify-content:center;padding:clamp(1.25rem,3vw,2.4rem);background:#000}
.client-brand-panel img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;filter:none}
.client-brand-panel.brand-melissa img{transform:scale(1.05)}
.client-brand-panel.brand-estambul img{transform:scale(.92)}
.client-brand-panel.brand-unuvar img{transform:scale(1.22)}
.client-brand-panel.brand-lalezar img{transform:scale(.98)}
.client-brand-panel.brand-armina img{transform:scale(.95)}

/* About brand showcase */
.about-brand-logo-grid--showcase{grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;padding:1px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.about-brand-logo-grid--showcase .about-brand-logo-card{background:#000}
.about-brand-logo-grid--showcase .about-brand-logo-media{background:#000;height:clamp(180px,22vw,290px);padding:clamp(1.25rem,3vw,2.5rem)}
.about-brand-logo-grid--showcase figcaption{display:none}
.about-brand-logo-grid--showcase .about-brand-logo-media img{filter:none}
.about-brand-logo-grid--showcase .brand-melissa .about-brand-logo-media img{transform:scale(1.05)}
.about-brand-logo-grid--showcase .brand-estambul .about-brand-logo-media img{transform:scale(.92)}
.about-brand-logo-grid--showcase .brand-unuvar .about-brand-logo-media img{transform:scale(1.22)}
.about-brand-logo-grid--showcase .brand-lalezar .about-brand-logo-media img{transform:scale(.98)}
.about-brand-logo-grid--showcase .brand-armina .about-brand-logo-media img{transform:scale(.95)}

@media(max-width:991.98px){
  .client-home-master-logo{min-height:150px}
  .client-brand-showcase,.client-brand-showcase--home{grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-brand-panel{min-height:160px}
  .about-brand-logo-grid--showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-brand-logo-grid--showcase .about-brand-logo-card:nth-child(4n){border-right:1px solid rgba(255,255,255,.08)}
  .about-brand-logo-grid--showcase .about-brand-logo-card:nth-last-child(-n+4){border-bottom:1px solid rgba(255,255,255,.08)}
  .about-brand-logo-grid--showcase .about-brand-logo-card:nth-child(2n){border-right:0}
  .about-brand-logo-grid--showcase .about-brand-logo-card:nth-last-child(-n+2){border-bottom:0}
}
@media(max-width:575.98px){
  .client-home-logo-section{padding-top:1.25rem}
  .client-home-master-logo{min-height:120px;padding:1rem}
  .client-home-master-logo img{width:min(100%,420px)}
  .client-brand-showcase,.client-brand-showcase--home{grid-template-columns:1fr}
  .client-brand-panel{min-height:150px}
  .about-brand-logo-grid--showcase{grid-template-columns:1fr}
}

/* Category browser with image cards */
.client-groups-section{padding-top:clamp(2rem,4vw,3.5rem);padding-bottom:clamp(2rem,4vw,3.5rem)}
.client-category-browser{background:#111;border:1px solid rgba(255,255,255,.10)}
.client-category-browser summary{list-style:none;cursor:pointer}
.client-category-browser summary::-webkit-details-marker{display:none}
.client-category-browser-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;color:#f3efe7;background:#6f655d;font-size:1rem;line-height:1.2}
.client-category-browser-title{display:flex;align-items:center;gap:.65rem;font-weight:500;letter-spacing:.01em}
.client-category-browser-meta{display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease}
.client-category-browser[open] .client-category-browser-meta{transform:rotate(180deg)}
.client-category-browser-panel{padding:1rem;background:#111}
.client-category-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}
.client-category-image-card{position:relative;display:block;overflow:hidden;min-height:250px;background:#0a0a0a;text-decoration:none}
.client-category-image-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .45s ease}
.client-category-image-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,.70) 0%, rgba(0,0,0,.30) 44%, rgba(0,0,0,.10) 100%)}
.client-category-image-name{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2;color:#fff;font-size:clamp(1.1rem,1.6vw,1.5rem);line-height:1.15;font-weight:400;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.client-category-image-card:hover img{transform:scale(1.06)}

@media(max-width:991.98px){
  .client-category-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .client-category-image-card{min-height:220px}
}
@media(max-width:575.98px){
  .client-category-browser-summary{padding:.9rem 1rem;font-size:.98rem}
  .client-category-image-grid{grid-template-columns:1fr;gap:.85rem}
  .client-category-image-card{min-height:240px}
  .client-category-image-name{left:.9rem;right:.9rem;bottom:.9rem;font-size:1.15rem}
}

/* Direct category cards like catalog cards */
.client-category-showcase-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}
.client-category-showcase-grid--page{padding-top:.25rem}
.client-category-showcase-card{position:relative;display:block;overflow:hidden;min-height:280px;background:#111;border:1px solid rgba(255,255,255,.10);text-decoration:none}
.client-category-showcase-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.client-category-showcase-card:hover img{transform:scale(1.05)}
.client-category-badge{position:absolute;top:.9rem;left:.9rem;z-index:2;background:rgba(255,255,255,.92);color:#111;padding:.45rem .85rem;font-size:clamp(.76rem,.9vw,.88rem);letter-spacing:.10em;text-transform:uppercase;font-weight:500}
.client-category-gradient{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,.78) 0%, rgba(0,0,0,.42) 34%, rgba(0,0,0,.12) 100%)}
.client-category-copy{position:absolute;left:1rem;right:1rem;bottom:1rem;z-index:2;color:#fff}
.client-category-copy small{display:block;margin-bottom:.45rem;font-size:clamp(.72rem,.95vw,.86rem);letter-spacing:.06em;color:rgba(255,255,255,.82)}
.client-category-copy strong{display:block;font-family:Georgia, 'Times New Roman', serif;font-size:clamp(1.55rem,2.4vw,2.55rem);line-height:1.02;font-weight:400}

@media(max-width:1199.98px){
  .client-category-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:767.98px){
  .client-category-showcase-grid{grid-template-columns:1fr;gap:1rem}
  .client-category-showcase-card{min-height:250px}
  .client-category-badge{top:.9rem;left:.9rem;padding:.45rem .85rem;font-size:.82rem}
  .client-category-copy{left:1rem;right:1rem;bottom:1rem}
  .client-category-copy strong{font-size:1.8rem}
}
@media(max-width:420px){
  .client-category-showcase-card{min-height:235px}
  .client-category-copy strong{font-size:1.65rem}
  .client-category-copy small{font-size:.78rem}
}

.collection-hashtags{margin-top:.5rem;color:rgba(255,255,255,.78);font-size:.95rem;letter-spacing:.04em}

/* Catalog search */
.catalog-search-page{min-height:70vh}
.catalog-search-head{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2rem}
.catalog-search-count{color:var(--muted);font-size:.88rem;white-space:nowrap}
.catalog-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:0;max-width:1050px;margin-bottom:1.1rem;position:relative;z-index:20}
.catalog-search-input-wrap{position:relative}
.catalog-search-input-wrap>i{position:absolute;left:1.15rem;top:50%;transform:translateY(-50%);z-index:2;color:#8f8b84;font-size:1.05rem}
.catalog-search-input-wrap>input{width:100%;height:64px;border:1px solid #353331;background:#111;color:#fff;border-radius:0;padding:0 3.2rem 0 3.15rem;font-size:1.05rem;outline:0;transition:border-color .2s,background .2s}
.catalog-search-input-wrap>input:focus{border-color:#77716a;background:#141414}
.catalog-search-clear{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#bbb;z-index:3;padding:.4rem}
.catalog-search-submit{min-width:132px;border:0;background:#f3efe7;color:#111;padding:0 1.8rem;font-weight:600}
.catalog-search-hint{color:#99938b;font-size:.9rem;margin-bottom:3rem}
.catalog-search-suggest{position:absolute;left:0;right:0;top:calc(100% + 2px);max-height:min(70vh,620px);overflow:auto;background:#111;border:1px solid #393632;box-shadow:0 28px 70px rgba(0,0,0,.55);z-index:50;padding:.5rem}
.catalog-suggest-label{padding:.7rem .8rem .45rem;color:#827b72;font-size:.68rem;letter-spacing:.16em;text-transform:uppercase}
.catalog-suggest-simple,.catalog-suggest-product{display:flex;align-items:center;gap:.85rem;padding:.7rem .75rem;color:#eee;text-decoration:none;border:1px solid transparent}
.catalog-suggest-simple:hover,.catalog-suggest-product:hover,.catalog-suggest-simple.active,.catalog-suggest-product.active{background:#1b1a18;border-color:#38342f;color:#fff}
.catalog-suggest-simple>i{width:34px;height:34px;display:grid;place-items:center;border:1px solid #34312d;color:#bcb5aa}
.catalog-suggest-simple span{min-width:0}.catalog-suggest-simple strong{display:block;font-size:.9rem}.catalog-suggest-simple small{display:block;color:#77716a;font-size:.72rem;margin-top:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-suggest-brands{display:flex;flex-wrap:wrap;gap:.4rem;padding:.2rem .75rem .65rem}.catalog-suggest-brands a{padding:.45rem .7rem;border:1px solid #35322e;color:#ddd;text-decoration:none;font-size:.8rem}.catalog-suggest-brands a:hover,.catalog-suggest-brands a.active{background:#eee8df;color:#111}
.catalog-suggest-product img{width:58px;height:68px;object-fit:cover;background:#1c1b18;flex:0 0 auto}.catalog-suggest-product span{min-width:0}.catalog-suggest-product small,.catalog-suggest-product strong,.catalog-suggest-product em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-suggest-product small{font-size:.7rem;color:#908a82}.catalog-suggest-product strong{font-size:.92rem;margin:.15rem 0}.catalog-suggest-product em{font-size:.72rem;color:#77716a;font-style:normal}
.catalog-search-group{margin-top:2.4rem}.catalog-search-group-title{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#8e877d;margin-bottom:.8rem}
.catalog-search-chips{display:flex;flex-wrap:wrap;gap:.55rem}.catalog-search-chips a{display:flex;flex-direction:column;gap:.2rem;padding:.75rem .9rem;border:1px solid #302e2a;color:#eee;text-decoration:none;background:#101010}.catalog-search-chips a:hover{border-color:#5a554e}.catalog-search-chips span{font-size:.84rem}.catalog-search-chips small{font-size:.67rem;color:#77716a}
.catalog-search-brand-row{display:flex;flex-wrap:wrap;gap:.5rem}.catalog-search-brand-row a{border:1px solid #302e2a;color:#ddd;text-decoration:none;padding:.55rem .85rem;font-size:.82rem}.catalog-search-brand-row a:hover{background:#eee8df;color:#111}
.catalog-search-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2.5rem}
.catalog-search-product{display:block;border:1px solid #2e2c29;background:#0e0e0e;color:#fff;text-decoration:none;overflow:hidden;transition:border-color .2s,transform .2s}.catalog-search-product:hover{border-color:#5a554e;transform:translateY(-2px)}
.catalog-search-product-media{aspect-ratio:4/5;background:#191714;overflow:hidden}.catalog-search-product-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.catalog-search-product:hover img{transform:scale(1.03)}
.catalog-search-product-body{padding:.9rem}.catalog-search-product-meta{display:flex;align-items:center;justify-content:space-between;gap:.5rem;color:#8e887e;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em}.catalog-search-product h2{font-size:.98rem;line-height:1.25;margin:.45rem 0 .25rem}.catalog-search-product-category{font-size:.72rem;color:#6f6962}
.catalog-search-empty{margin-top:4rem;text-align:center;padding:4rem 1rem;border:1px solid #2b2926;color:#aaa}.catalog-search-empty>i{font-size:2rem;color:#6f6962}.catalog-search-empty h2{color:#eee;font-size:1.5rem;margin:1rem 0 .6rem}.catalog-search-empty p{margin:0}

@media(max-width:1199.98px){.catalog-search-results{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:767.98px){
 .catalog-search-head{align-items:start;flex-direction:column;gap:.7rem}.catalog-search-form{grid-template-columns:1fr}.catalog-search-submit{height:54px}.catalog-search-input-wrap>input{height:58px}.catalog-search-results{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.catalog-search-product-body{padding:.72rem}.catalog-search-product h2{font-size:.88rem}.catalog-search-suggest{position:fixed;left:var(--page-pad);right:var(--page-pad);top:auto;max-height:62vh}
}
@media(max-width:390px){.catalog-search-results{grid-template-columns:1fr 1fr}.catalog-search-product-meta{font-size:.61rem}.catalog-search-product h2{font-size:.8rem}}

/* Main navigation: compact uppercase labels, no search item */
.main-navigation>.nav-item>.nav-link,
.mobile-main-navigation>a{
  text-transform:uppercase;
  letter-spacing:.09em;
  font-weight:600;
}
.main-navigation>.nav-item>.nav-link{font-size:.78rem}
.mobile-main-navigation>a{font-size:clamp(1.1rem,5vw,1.38rem)}

/* Flag language selector */
.lang-switcher{
  min-width:82px;
  height:40px;
  border:1px solid rgba(255,255,255,.16);
  background:#101010;
  border-radius:999px;
  padding:0 12px;
  gap:8px;
}
.lang-switcher .language-flag,.mobile-lang-switcher .language-flag{font-size:1.15rem;line-height:1}
.lang-switcher .language-code{font-size:.68rem;font-weight:700;letter-spacing:.09em;color:#fff}
.language-menu{width:225px;padding:7px;background:#0e0e0e;border:1px solid rgba(255,255,255,.14);border-radius:10px;overflow:hidden}
.language-menu .dropdown-item{display:flex;grid-template-columns:none;align-items:center;gap:11px;padding:10px 11px;border-radius:7px;color:#eee}
.language-menu .language-item-flag{font-size:1.25rem;line-height:1;width:28px;text-align:center;color:inherit}
.language-menu .language-item-copy{display:flex;flex-direction:column;min-width:0;line-height:1.15}
.language-menu .language-item-copy strong{font-size:.7rem;letter-spacing:.10em;color:#f4efe7}
.language-menu .language-item-copy small{margin-top:3px;font-size:.73rem;color:#9d9d9d}
.language-menu .dropdown-item:hover,.language-menu .dropdown-item.active{background:#f2eee5}
.language-menu .dropdown-item:hover .language-item-copy strong,.language-menu .dropdown-item.active .language-item-copy strong,
.language-menu .dropdown-item:hover .language-item-copy small,.language-menu .dropdown-item.active .language-item-copy small{color:#111}

.mobile-language-dropdown{padding-top:.2rem;border-top:1px solid rgba(255,255,255,.10)}
.mobile-lang-switcher{width:100%;min-height:54px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.12);background:#111;color:#fff;padding:10px 12px;border-radius:8px;text-align:left}
.mobile-lang-switcher>span:not(.language-flag){font-size:.72rem;font-weight:700;letter-spacing:.1em}
.mobile-lang-switcher small{margin-left:auto;color:#aaa;font-size:.75rem}
.mobile-language-menu{position:static!important;transform:none!important;width:100%;margin-top:7px!important;max-height:none;overflow:visible}

/* Category names must remain uppercase */
.client-category-copy strong{ text-transform:uppercase; }

@media(max-width:991.98px){
  .main-navigation>.nav-item>.nav-link{font-size:.78rem}
}

.contact-info-grid--top{margin-top:0}

/* Larger social media icons */
.footer-social{gap:10px}
.footer-social a{width:50px;height:50px}
.footer-social i{font-size:1.28rem}

.client-social-row{gap:10px;margin-top:24px}
.client-social-row a{width:56px;height:56px;font-size:1.4rem}

.contact-social-links{gap:10px}
.contact-social-links a{min-height:50px;padding:0 16px;font-size:.84rem}
.contact-social-links a i{font-size:1.3rem}

@media(max-width:575.98px){
  .footer-social a{width:46px;height:46px}
  .footer-social i{font-size:1.18rem}
  .client-social-row a{width:50px;height:50px;font-size:1.25rem}
  .contact-social-links a{min-height:46px}
  .contact-social-links a i{font-size:1.2rem}
}

/* About page brand placement replacing stats area */
.about-brand-slot{padding:0;background:transparent;border:0}
.about-inline-brand-showcase{grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid rgba(255,255,255,.08);margin-top:0}
.about-inline-brand-showcase .client-brand-panel{min-height:165px;padding:1.1rem;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}
.about-inline-brand-showcase .client-brand-panel:nth-child(2n){border-right:0}
.about-inline-brand-showcase .client-brand-panel:nth-last-child(-n+2){border-bottom:0}
.about-inline-brand-showcase .client-brand-panel img{max-height:100px}
.about-home-brand-showcase{display:none !important}

@media(max-width:991.98px){
  .about-inline-brand-showcase .client-brand-panel{min-height:145px;padding:1rem}
  .about-inline-brand-showcase .client-brand-panel img{max-height:84px}
}
@media(max-width:575.98px){
  .about-story-grid{gap:1.25rem}
  .about-inline-brand-showcase{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-inline-brand-showcase .client-brand-panel{min-height:128px;padding:.85rem}
  .about-inline-brand-showcase .client-brand-panel img{max-height:70px}
}

/* About page simplified: WHO WE ARE / MISSION / VISION only */
.about-hero--simple{padding-top:clamp(3.2rem,6vw,5.5rem);padding-bottom:clamp(1.6rem,3vw,2.5rem);border-bottom:0}
.about-main-title--simple{max-width:none;margin:0;text-transform:uppercase;font-size:clamp(2.4rem,5vw,5.4rem);letter-spacing:-.045em}
.about-story-section--simple{padding:0 0 clamp(3.5rem,7vw,6rem)}
.about-story-grid--brands{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(1.5rem,5vw,5rem);align-items:start}
.about-story-copy--simple{max-width:980px;padding-top:.15rem}
.about-story-copy--simple p{font-size:clamp(1rem,1.18vw,1.16rem);line-height:1.82;color:#c8c3bb;margin:0 0 1.45rem}
.about-inline-brand-showcase{position:static;top:auto}
.about-purpose-grid--simple{gap:1px}
.about-purpose-card--simple{min-height:280px;padding:clamp(1.5rem,3vw,3rem);justify-content:flex-start}
.about-purpose-card--simple:before{display:none}
.about-purpose-card--simple h2{margin:0 0 1.2rem;text-transform:uppercase;font-size:clamp(1.9rem,3vw,3.2rem)}
.about-purpose-card--simple p{max-width:760px}

@media(max-width:991.98px){
  .about-story-grid--brands{grid-template-columns:1fr}
  .about-brand-slot{order:1}
  .about-story-copy--simple{order:2}
}
@media(max-width:575.98px){
  .about-hero--simple{padding-top:2.2rem;padding-bottom:1rem}
  .about-main-title--simple{font-size:2.15rem}
  .about-story-section--simple{padding-bottom:2.6rem}
  .about-story-grid--brands{gap:1.5rem}
  .about-inline-brand-showcase{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .about-inline-brand-showcase .client-brand-panel{min-height:112px;padding:.7rem}
  .about-inline-brand-showcase .client-brand-panel img{max-height:62px}
  .about-purpose-card--simple{min-height:0;padding:1.35rem}
  .about-purpose-card--simple h2{font-size:1.75rem}
}

/* About: brands directly above mission */
.about-story-copy--full{max-width:980px}

.about-who-we-are-visual{margin:0 0 clamp(1.6rem,3vw,2.6rem);background:var(--bg);overflow:hidden}
.about-who-we-are-visual img{display:block;width:100%;height:auto;max-height:min(72svh,820px);object-fit:cover;object-position:center center}
@media(max-width:575.98px){.about-who-we-are-visual{margin-bottom:1.35rem}.about-who-we-are-visual img{max-height:52svh}}
.about-brands-before-purpose{padding:0 0 clamp(2.25rem,4vw,4rem)}
.about-brands-before-purpose .about-inline-brand-showcase{margin:0}
@media(max-width:575.98px){.about-brands-before-purpose{padding-bottom:2rem}}



/* Category detail hero background */
.category-hero-panel{position:relative;overflow:hidden;min-height:clamp(360px,52vw,620px);padding:clamp(1.25rem,2.5vw,2rem);display:flex;align-items:flex-end;background-color:#090909;background-size:cover;background-position:center center;border:1px solid rgba(255,255,255,.10)}
.category-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(0,0,0,.84) 0%, rgba(0,0,0,.70) 38%, rgba(0,0,0,.54) 62%, rgba(0,0,0,.38) 100%),linear-gradient(0deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.22) 48%, rgba(0,0,0,.12) 100%)}
.category-hero-content{position:relative;z-index:1;width:100%}
.category-hero-copy{max-width:min(920px,100%)}
.category-hero-panel .section-title{margin-bottom:0;color:#fff;text-shadow:0 10px 28px rgba(0,0,0,.30)}
.category-hero-panel .eyebrow{color:rgba(255,255,255,.76)}
.category-hero-panel .collection-hashtags{margin-top:1.25rem}
@media(max-width:991.98px){.category-hero-panel{min-height:430px;padding:1.2rem}}
@media(max-width:767.98px){.category-hero-panel{min-height:340px;padding:1rem}.category-hero-copy{max-width:100%}.category-hero-panel .collection-hashtags{margin-top:1rem}}

/* Category detail copy */
.category-composition{margin:1.25rem 0 1rem;color:#fff;font-size:clamp(.96rem,1.2vw,1.08rem);line-height:1.4;font-weight:600;letter-spacing:.045em}
.category-description{max-width:860px;color:#fff;font-family:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;font-size:clamp(1.04rem,1.38vw,1.22rem);line-height:1.84;letter-spacing:.003em;font-weight:400}
.category-description p{margin:0 0 1.15rem}
.category-description p:last-child{margin-bottom:0}
@media(max-width:767.98px){.category-composition{margin-top:1rem}.category-description{font-size:1rem;line-height:1.72}}

/* Footer link columns without section headings */
.footer-link-column{padding-top:.15rem}
.footer-link-column>a:first-child{margin-top:0}
@media(max-width:991.98px){.footer-link-column{padding-top:0}}


/* Final visual cleanup: unified backgrounds and no divider lines */
.client-home-logo-section,
.client-brands-section,
.about-brands-before-purpose,
.client-contact-section,
.contact-page{background:var(--bg)!important}

.client-home-master-logo,
.client-brand-showcase,
.client-brand-showcase--home,
.client-brand-panel,
.about-brand-logo-grid--showcase,
.about-brand-logo-grid--showcase .about-brand-logo-card,
.about-brand-logo-grid--showcase .about-brand-logo-media,
.about-inline-brand-showcase,
.about-inline-brand-showcase .client-brand-panel,
.client-contact-grid,
.client-contact-item,
.contact-info-grid,
.contact-info-card{border:0!important;box-shadow:none!important;outline:0!important}

.client-brand-showcase,
.client-brand-showcase--home,
.about-brand-logo-grid--showcase,
.about-inline-brand-showcase,
.client-contact-grid,
.contact-info-grid{background:transparent!important;padding:0!important}

.client-brand-panel,
.about-brand-logo-grid--showcase .about-brand-logo-card,
.about-brand-logo-grid--showcase .about-brand-logo-media,
.about-inline-brand-showcase .client-brand-panel,
.client-home-master-logo,
.client-contact-item,
.contact-info-card{background:var(--bg)!important}

.about-inline-brand-showcase .client-brand-panel,
.about-brand-logo-grid--showcase .about-brand-logo-card,
.about-brand-logo-grid--showcase .about-brand-logo-media{border-right:0!important;border-bottom:0!important}

.footer-social a,
.contact-social-links a,
.client-social-row a{border:0!important;box-shadow:none!important}

.footer-social a,
.contact-social-links a,
.client-social-row a{background:transparent!important}

.footer hr,
.contact-social-wrap,
.client-home-master-logo + .client-brands-section .client-brand-showcase,
.client-brand-showcase,
.about-brand-logo-grid--showcase{border-top:0!important;border-bottom:0!important;border-left:0!important;border-right:0!important}

@media(max-width:991.98px){
  .client-brand-showcase,
  .client-brand-showcase--home,
  .about-brand-logo-grid--showcase,
  .about-inline-brand-showcase,
  .client-contact-grid,
  .contact-info-grid{gap:18px!important}
}

@media(max-width:575.98px){
  .client-brand-showcase,
  .client-brand-showcase--home,
  .about-brand-logo-grid--showcase,
  .about-inline-brand-showcase,
  .client-contact-grid,
  .contact-info-grid{gap:14px!important}
}


/* Homepage video cards: no visible play icon */
.client-video-card{cursor:pointer}
.client-video-open,.client-video-card .video-play{display:none!important}
