:root{
  --bg:#100906;
  --bg-soft:#17100b;
  --cream:#f1e7da;
  --gold:#dda35d;
  --gold-light:#ffd48c;
  --ink:#18100b;
  --text:#fffaf4;
  --muted:#b4a699;
  --line:rgba(231,180,109,.18);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);overflow-x:hidden}
body[dir="rtl"]{font-family:Tahoma,Arial,sans-serif}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

/* HEADER */
.site-header{
  position:fixed;top:0;left:0;right:0;height:82px;z-index:100;
  display:grid;grid-template-columns:230px 1fr auto;align-items:center;
  padding:0 5.2vw;background:rgba(13,8,5,.90);
  backdrop-filter:blur(18px);border-bottom:1px solid var(--line)
}
.nav-brand{display:flex;align-items:center;height:100%}
.nav-brand img{width:190px;height:64px;object-fit:contain;object-position:left center}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px}
.desktop-nav a{font-size:14px;color:#f2e7db;position:relative}
.desktop-nav a:after{
  content:"";position:absolute;left:0;right:0;bottom:-16px;height:2px;
  background:linear-gradient(90deg,var(--gold),var(--gold-light));
  transform:scaleX(0);transform-origin:center;transition:.25s ease
}
.desktop-nav a:hover:after{transform:scaleX(1)}
.header-tools{display:flex;align-items:center;gap:12px}
.language-switcher{display:flex;border:1px solid var(--line);padding:3px;border-radius:999px}
.lang-button{border:0;background:transparent;color:#9f9287;padding:7px 8px;border-radius:999px;font-size:10px;cursor:pointer}
.lang-button.active{background:var(--gold);color:#231409}
.header-contact{
  background:linear-gradient(135deg,#ffd38a,#d79649);
  color:#211208;padding:13px 20px;border-radius:999px;font-weight:700;font-size:13px;
  box-shadow:0 12px 28px rgba(215,150,75,.15)
}
.menu-button{display:none;width:42px;height:42px;border:1px solid var(--line);background:transparent;border-radius:12px}
.menu-button span{display:block;width:18px;height:1px;background:#fff;margin:5px auto}
.mobile-nav{display:none}

/* HERO */
.hero{
  min-height:760px;position:relative;overflow:hidden;
  padding:128px 6vw 148px;background:#120906
}
.hero-image{
  position:absolute;top:82px;right:0;bottom:0;width:72%;
  background:url("../img/hero-coffee.jpg") center/cover no-repeat;
  filter:saturate(.90) contrast(1.03)
}
.hero-gradient{
  position:absolute;top:82px;left:0;right:0;bottom:0;
  background:
    linear-gradient(90deg,#120906 0%,rgba(18,9,6,.97) 26%,rgba(18,9,6,.76) 45%,rgba(18,9,6,.23) 70%,rgba(18,9,6,.05) 100%),
    linear-gradient(180deg,transparent 70%,rgba(10,6,4,.22))
}
.hero-copy{position:relative;z-index:3;width:min(620px,45vw)}
.hero-logo{width:300px;height:215px;object-fit:contain;object-position:left center;margin-bottom:4px;filter:drop-shadow(0 20px 34px rgba(0,0,0,.28))}
.hero h1{
  font-family:var(--serif);font-size:clamp(52px,5vw,78px);
  line-height:.98;letter-spacing:-.04em;margin:0;text-shadow:0 10px 30px rgba(0,0,0,.25)
}
.hero h1 span{color:#fff}
.hero-copy>p{font-size:17px;line-height:1.58;color:#f1e6da;max-width:610px;margin:25px 0 28px}
.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}
.button{padding:16px 24px;border-radius:14px;font-size:14px;font-weight:700;transition:.25s}
.gold-button{background:linear-gradient(135deg,#ffd38a,#d89548);color:#221308;box-shadow:0 18px 38px rgba(214,141,67,.18)}
.gold-button:hover{transform:translateY(-2px)}
.ghost-button{border:1px solid rgba(255,255,255,.34);background:rgba(11,7,5,.25)}
.hero-script{
  position:absolute;z-index:3;right:7.5vw;top:390px;
  font-family:cursive;font-size:36px;line-height:1.05;color:#dba05c;
  transform:rotate(-7deg);text-align:center;text-shadow:0 8px 18px rgba(0,0,0,.34)
}

/* PRODUCT STRIP */
.category-strip{
  position:absolute;z-index:5;left:3.5vw;right:3.5vw;bottom:22px;
  display:grid;grid-template-columns:repeat(6,1fr);padding:21px 10px;
  background:rgba(17,11,8,.95);backdrop-filter:blur(16px);
  border:1px solid var(--line);border-radius:24px;
  box-shadow:0 28px 70px rgba(0,0,0,.36)
}
.mini-category{
  display:grid;grid-template-columns:38px 1fr;gap:10px;align-items:center;
  padding:0 16px;border-right:1px solid var(--line)
}
.mini-category:last-child{border-right:0}
.mini-category b{grid-row:1/3;font-size:27px;color:var(--gold-light);font-weight:500}
.mini-category strong{display:block;font-size:12px}
.mini-category small{display:block;color:#94877c;font-size:10px;margin-top:5px}

/* COMMON */
.section{padding:110px 6vw}
.eyebrow{font-size:10px;letter-spacing:.27em;color:#af753b;font-weight:700;margin:0 0 14px}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:44px}
.section-heading>div{max-width:790px}
.section-heading h2,.about-copy h2,.contact-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,74px);
  line-height:1;letter-spacing:-.04em;margin:0
}
.section-heading h2 span,.about-copy h2 span,.contact-copy h2 span{color:var(--gold)}
.section-heading>p{max-width:430px;line-height:1.7;color:#9f9186}

/* ABOUT */
.about-section{
  background:#efe5d7;color:var(--ink);
  display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center
}
.about-copy>p:not(.eyebrow){color:#625448;line-height:1.8}
.about-points{margin-top:28px;border-top:1px solid rgba(24,16,11,.14)}
.about-points div{display:grid;grid-template-columns:50px 1fr;padding:17px 0;border-bottom:1px solid rgba(24,16,11,.14)}
.about-points strong{font-size:10px;color:#a66e37}
.about-points span{font-family:var(--serif);font-size:20px}
.about-visual{position:relative}
.about-visual>img{width:100%;height:520px;object-fit:cover;border-radius:28px;box-shadow:0 35px 70px rgba(55,31,15,.20)}
.floating-brand{
  position:absolute;right:24px;bottom:24px;width:155px;height:155px;
  border-radius:50%;display:grid;place-items:center;background:#130a06;
  border:1px solid rgba(255,210,138,.30);box-shadow:0 18px 45px rgba(0,0,0,.25)
}
.floating-brand img{width:115px;height:115px;object-fit:contain}

/* PRODUCTS */
.products-section{background:#100906}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.product-card{
  overflow:hidden;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(180deg,#1b1009,#100a07);transition:.3s
}
.product-card:hover{transform:translateY(-8px);border-color:rgba(221,163,93,.45)}
.product-card img{width:100%;aspect-ratio:1.35;object-fit:cover}
.product-card div{padding:22px}
.product-card small{color:var(--gold);letter-spacing:.16em}
.product-card h3{font-family:var(--serif);font-size:26px;margin:8px 0}
.product-card p{margin:0;color:#95877b;line-height:1.6;font-size:13px}

/* SERVICES */
.services-section{background:#efe5d7;color:var(--ink)}
.services-section .section-heading>p{color:#6b5b50}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-card{
  min-height:275px;border:1px solid rgba(51,30,15,.12);border-radius:22px;
  padding:24px;background:#f7efe4;display:flex;flex-direction:column;justify-content:flex-end;transition:.3s
}
.service-card:hover{transform:translateY(-7px);box-shadow:0 20px 50px rgba(47,27,14,.08)}
.service-card b{margin-bottom:auto;color:#a96f36;font-size:10px}
.service-card h3{font-family:var(--serif);font-size:25px;margin:0 0 10px}
.service-card p{margin:0;color:#6d5d51;line-height:1.6}

/* GALLERY */
.gallery-section{background:#100906}
.gallery-grid{display:grid;grid-template-columns:1.2fr .8fr;grid-auto-rows:260px;gap:18px}
.gallery-grid figure{margin:0;overflow:hidden;border-radius:24px;border:1px solid var(--line)}
.gallery-grid figure.large{grid-row:span 2}
.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.45s}
.gallery-grid figure:hover img{transform:scale(1.025)}

/* CONTACT */
.contact-section{background:linear-gradient(145deg,#1d1009,#0d0805)}
.contact-panel{
  border:1px solid var(--line);border-radius:30px;padding:46px;
  display:grid;grid-template-columns:1fr 1fr;gap:50px;background:rgba(255,255,255,.015)
}
.contact-copy>p:last-child{color:#a99b8e;line-height:1.7}
.contact-details{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}
.contact-details>a,.contact-details>div{padding:22px;border-bottom:1px solid var(--line)}
.contact-details small{display:block;color:var(--gold);font-size:9px;letter-spacing:.16em;margin-bottom:8px}
.contact-details strong{font-size:13px}

/* FOOTER */
.site-footer{padding:50px 6vw 30px;text-align:center;background:#080504;border-top:1px solid var(--line)}
.site-footer img{width:150px;height:110px;object-fit:contain;margin:0 auto 12px}
.site-footer span{display:block;color:#a99b8d;margin-bottom:10px}
.site-footer small{color:#71675f}

/* ANIMATION — SAFE MODE: content is always visible */
.reveal{
  opacity:1;
  transform:none;
  transition:transform .45s ease, box-shadow .45s ease, border-color .45s ease
}
.reveal.visible{opacity:1;transform:none}
.delay{transition-delay:0s}
.nav-target{scroll-margin-top:82px}
#home{scroll-margin-top:82px}

/* Active navigation */
.desktop-nav a.active{
  color:var(--gold-light)
}
.desktop-nav a.active:after{
  transform:scaleX(1)
}

/* RTL */
[dir="rtl"] .hero-copy{margin-left:auto;text-align:right}
[dir="rtl"] .hero-logo{object-position:right center}
[dir="rtl"] .mini-category{border-right:0;border-left:1px solid var(--line)}
[dir="rtl"] .mini-category:last-child{border-left:0}
[dir="rtl"] .section-heading{direction:rtl}

/* RESPONSIVE */
@media(max-width:1080px){
  .desktop-nav{gap:20px}
  .hero-copy{width:56vw}
  .hero-script{display:none}
  .category-strip{grid-template-columns:repeat(3,1fr);row-gap:16px}
  .mini-category:nth-child(3){border-right:0}
  .hero{padding-bottom:215px}
  .services-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:840px){
  .site-header{height:72px;grid-template-columns:1fr auto;padding:0 18px}
  .nav-brand img{width:145px;height:56px}
  .desktop-nav{display:none}
  .header-contact{display:none}
  .menu-button{display:block}
  .mobile-nav.open{
    display:flex;position:fixed;top:72px;left:0;right:0;z-index:95;
    background:#0e0805;padding:22px;flex-direction:column;gap:18px;border-bottom:1px solid var(--line)
  }
  .hero{padding:105px 20px 290px;min-height:760px}
  .hero-image{top:72px;width:100%;opacity:.90}
  .hero-gradient{top:72px;background:linear-gradient(90deg,rgba(18,9,6,.97),rgba(18,9,6,.72) 63%,rgba(18,9,6,.36))}
  .hero-copy{width:100%;max-width:620px}
  .hero-logo{width:220px;height:155px}
  .hero h1{font-size:50px}
  .about-section{grid-template-columns:1fr}
  .section-heading{flex-direction:column;align-items:flex-start}
  .product-grid{grid-template-columns:1fr 1fr}
  .contact-panel{grid-template-columns:1fr}
}
@media(max-width:590px){
  .language-switcher{gap:0}
  .lang-button{padding:6px 6px}
  .hero h1{font-size:42px}
  .hero-copy>p{font-size:14px}
  .category-strip{grid-template-columns:1fr 1fr;bottom:14px}
  .mini-category{border-right:0;border-bottom:1px solid var(--line);padding-bottom:10px}
  .section{padding:78px 18px}
  .product-grid,.services-grid,.gallery-grid{grid-template-columns:1fr}
  .gallery-grid{grid-auto-rows:250px}
  .gallery-grid figure.large{grid-row:span 1}
  .contact-details{grid-template-columns:1fr}
  .contact-panel{padding:25px}
  .about-visual>img{height:360px}
}

/* ===== NAVIGATION FIXES ===== */
main{position:relative;z-index:1}
.about-section,.products-section,.services-section,.gallery-section,.contact-section{
  position:relative;
  z-index:2;
  min-height:320px;
}
.site-header{z-index:1000}
.mobile-nav{z-index:999}
@media(max-width:840px){
  .nav-target,#home{scroll-margin-top:72px}
}


/* =========================================================
   INTERNATIONAL PREMIUM UPGRADE
   ========================================================= */
body{
  background:
    radial-gradient(circle at 15% 8%, rgba(151,86,39,.08), transparent 27%),
    #0d0806;
}
body:before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:9999;opacity:.035;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")
}
.site-header{
  transition:background .3s ease,box-shadow .3s ease;
  box-shadow:0 12px 38px rgba(0,0,0,.12)
}
.site-header.header-scrolled{
  background:rgba(10,6,4,.96);
  box-shadow:0 16px 45px rgba(0,0,0,.30)
}
.international-badge{
  display:inline-flex;align-items:center;gap:9px;
  padding:8px 11px;margin-bottom:12px;border:1px solid rgba(255,210,138,.20);
  border-radius:999px;background:rgba(216,155,87,.06);
  font-size:8px;letter-spacing:.19em;color:#d9aa70
}
.international-badge span{
  width:7px;height:7px;border-radius:50%;background:#e6ad65;
  box-shadow:0 0 0 5px rgba(230,173,101,.10)
}
.hero h1{
  max-width:690px;
  background:linear-gradient(180deg,#fff9ef 0%,#ebdbc6 72%,#dcb780 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.hero h1 span{
  color:transparent;
  background:linear-gradient(90deg,#fff,#e5bc81);
  -webkit-background-clip:text;background-clip:text
}
.hero-logo{
  transition:transform .5s ease,filter .5s ease
}
.hero-copy:hover .hero-logo{
  transform:translateY(-3px);
  filter:drop-shadow(0 25px 45px rgba(209,147,76,.12))
}
.hero-trust-row{
  display:flex;gap:20px;flex-wrap:wrap;margin-top:33px;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.11)
}
.hero-trust-row>div{display:flex;align-items:center;gap:9px}
.hero-trust-row b{font-size:9px;color:#d9a35e}
.hero-trust-row span{font-size:10px;color:#a99b90}
.scroll-cue{
  position:absolute;z-index:5;bottom:132px;left:50%;transform:translateX(-50%);
  display:flex;align-items:center;gap:10px;color:#81756b
}
.scroll-cue span{width:32px;height:1px;background:#81756b}
.scroll-cue small{font-size:7px;letter-spacing:.20em}

/* WHY LAYAN */
.why-section{background:#130b07}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-card{
  min-height:310px;border:1px solid var(--line);border-radius:24px;padding:24px;
  background:linear-gradient(160deg,rgba(255,255,255,.032),rgba(255,255,255,.009));
  display:flex;flex-direction:column;transition:.35s ease;position:relative;overflow:hidden
}
.why-card:after{
  content:"";position:absolute;width:180px;height:180px;border-radius:50%;
  right:-85px;top:-85px;background:radial-gradient(circle,rgba(221,163,93,.14),transparent 68%);
  transition:.35s
}
.why-card:hover{
  transform:translateY(-8px);border-color:rgba(231,175,102,.40);
  box-shadow:0 26px 60px rgba(0,0,0,.20)
}
.why-card:hover:after{transform:scale(1.35)}
.why-icon{
  width:54px;height:54px;border:1px solid rgba(236,185,117,.18);border-radius:17px;
  display:grid;place-items:center;color:#f0bd76;font-size:23px;
  background:rgba(221,163,93,.055);margin-bottom:auto
}
.why-card>span{font-size:9px;color:#9c7040;margin-top:35px;letter-spacing:.17em}
.why-card h3{font-family:var(--serif);font-size:26px;margin:9px 0}
.why-card p{font-size:13px;color:#94867a;line-height:1.7;margin:0}

/* INTERNATIONAL */
.international-section{
  position:relative;overflow:hidden;padding:120px 6vw;
  background:
    linear-gradient(90deg,rgba(14,8,5,.97),rgba(14,8,5,.79)),
    url("../img/hero-coffee.jpg") center/cover fixed
}
.international-overlay{
  position:absolute;inset:0;
  background:radial-gradient(circle at 75% 50%,rgba(214,150,80,.13),transparent 27%)
}
.international-inner{
  position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;
  gap:8vw;align-items:center
}
.international-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,76px);
  letter-spacing:-.04em;line-height:.98;margin:0 0 23px
}
.international-copy h2 span{color:#e0aa65}
.international-copy>p:not(.eyebrow){color:#b4a79b;line-height:1.8;max-width:680px;margin-bottom:28px}
.world-card{
  min-height:500px;position:relative;display:grid;place-items:center;
  border:1px solid rgba(234,185,120,.13);border-radius:50%;
  background:radial-gradient(circle,rgba(203,137,71,.13),rgba(255,255,255,.01) 44%,transparent 66%)
}
.world-core{
  width:170px;height:170px;border-radius:50%;display:grid;place-items:center;text-align:center;
  background:linear-gradient(145deg,#1b100a,#0d0805);border:1px solid rgba(255,207,139,.25);
  color:#e5b06b;font-family:var(--serif);font-size:31px;letter-spacing:.08em;
  box-shadow:0 0 70px rgba(216,150,77,.10)
}
.world-core small{display:block;font-family:var(--sans);font-size:9px;letter-spacing:.35em;margin-top:-50px}
.world-orbit{position:absolute;border:1px solid rgba(227,170,98,.17);border-radius:50%}
.orbit-a{width:70%;height:70%;animation:orbitSpin 22s linear infinite}
.orbit-b{width:88%;height:88%;animation:orbitSpin 32s linear infinite reverse}
@keyframes orbitSpin{to{transform:rotate(360deg)}}
.world-point{
  position:absolute;width:10px;height:10px;border-radius:50%;background:#e3aa63;
  box-shadow:0 0 0 7px rgba(227,170,99,.08),0 0 26px rgba(227,170,99,.36)
}
.p1{left:18%;top:34%}.p2{right:17%;top:40%}.p3{left:31%;bottom:17%}.p4{right:29%;bottom:21%}

/* PROCESS */
.process-section{background:#efe5d7;color:#18100b}
.process-section .section-heading>p{color:#6d5f53}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(24,16,11,.15)}
.process-step{
  min-height:260px;padding:32px 28px;border-right:1px solid rgba(24,16,11,.15);
  position:relative
}
.process-step:last-child{border-right:0}
.process-step strong{font-size:11px;color:#a6703b}
.process-step h3{font-family:var(--serif);font-size:26px;margin:70px 0 10px}
.process-step p{margin:0;color:#716156;font-size:13px;line-height:1.65}

/* CTA */
.premium-cta{
  margin:28px 3vw;background:
    linear-gradient(120deg,rgba(211,147,77,.98),rgba(134,79,40,.98)),
    url("../img/about-coffee.jpg") center/cover;
  color:#1b1009;border-radius:32px;padding:70px 5vw;
  display:flex;justify-content:space-between;align-items:flex-end;gap:40px;
  box-shadow:0 35px 90px rgba(0,0,0,.20)
}
.premium-cta-copy{max-width:830px}
.premium-cta .eyebrow{color:#65401f}
.premium-cta h2{
  font-family:var(--serif);font-size:clamp(44px,5vw,72px);
  letter-spacing:-.04em;line-height:.98;margin:0
}
.premium-cta h2 span{color:#fff1db}
.premium-cta p:last-child{color:#4f341f;line-height:1.7;max-width:700px}
.cta-arrow{
  min-width:220px;display:flex;align-items:center;justify-content:space-between;
  gap:20px;padding:18px 20px;border-radius:14px;background:#160e09;color:#fff1e3;font-weight:700
}
.cta-arrow b{font-size:22px}

/* Finer card polish */
.product-card,.service-card{
  box-shadow:0 18px 45px rgba(0,0,0,.08)
}
.product-card img{
  transition:transform .45s ease,filter .45s ease
}
.product-card:hover img{transform:scale(1.035);filter:saturate(1.08)}
.gallery-grid figure{box-shadow:0 20px 55px rgba(0,0,0,.16)}
.contact-panel{
  background:
    radial-gradient(circle at 85% 15%,rgba(211,145,72,.08),transparent 32%),
    rgba(255,255,255,.015)
}

/* Floating enquiry */
.floating-contact{
  position:fixed;right:22px;bottom:22px;z-index:90;
  display:flex;align-items:center;gap:9px;padding:11px 15px 11px 11px;
  border:1px solid rgba(255,207,137,.24);border-radius:999px;
  background:rgba(16,9,6,.88);backdrop-filter:blur(15px);
  box-shadow:0 18px 45px rgba(0,0,0,.28);font-size:9px;letter-spacing:.15em
}
.floating-contact span{
  width:31px;height:31px;border-radius:50%;display:grid;place-items:center;
  background:linear-gradient(145deg,#efbc72,#c78343);color:#211208
}
.scroll-progress{
  position:fixed;top:0;left:0;height:2px;width:0;z-index:2000;
  background:linear-gradient(90deg,#d79449,#ffe09e);
  box-shadow:0 0 12px rgba(255,208,135,.25)
}

/* Selection */
::selection{background:#d89b53;color:#1a1009}

@media(max-width:1080px){
  .why-grid{grid-template-columns:1fr 1fr}
  .international-inner{gap:4vw}
  .process-grid{grid-template-columns:1fr 1fr}
  .process-step:nth-child(2){border-right:0}
  .process-step{border-bottom:1px solid rgba(24,16,11,.15)}
}
@media(max-width:840px){
  .international-inner{grid-template-columns:1fr}
  .world-card{min-height:420px}
  .scroll-cue{display:none}
  .premium-cta{flex-direction:column;align-items:flex-start}
  .cta-arrow{min-width:260px}
}
@media(max-width:590px){
  .why-grid,.process-grid{grid-template-columns:1fr}
  .process-step{border-right:0}
  .world-card{min-height:330px}
  .world-core{width:130px;height:130px;font-size:25px}
  .international-section{padding:85px 18px}
  .premium-cta{margin:12px;padding:50px 24px}
  .floating-contact strong{display:none}
  .floating-contact{padding:9px;right:13px;bottom:13px}
}


/* ==========================================================
   ULTRA PREMIUM / INTERNATIONAL CORPORATE UPGRADE
   ========================================================== */
:root{
  --announcement-h:34px;
}
.top-announcement{
  position:fixed;top:0;left:0;right:0;height:var(--announcement-h);z-index:1200;
  display:flex;align-items:center;justify-content:center;gap:10px;
  background:#070403;border-bottom:1px solid rgba(231,180,109,.12);
  color:#a99b90;font-size:9px;letter-spacing:.13em
}
.top-announcement p{margin:0}
.top-announcement a{color:#e1ad69;font-weight:700;margin-left:10px}
.top-dot{width:6px;height:6px;border-radius:50%;background:#dc9f59;box-shadow:0 0 0 5px rgba(220,159,89,.08)}
.ultra-header{top:var(--announcement-h)!important}
html{scroll-padding-top:116px}
.nav-target,#home{scroll-margin-top:116px}

.hero{
  padding-top:calc(128px + var(--announcement-h));
  min-height:835px
}
.hero-image,.hero-gradient{top:calc(82px + var(--announcement-h))}
.hero-keywords{
  display:flex;gap:8px;flex-wrap:wrap;margin:20px 0 0
}
.hero-keywords span{
  font-size:8px;letter-spacing:.16em;color:#b89a77;
  border:1px solid rgba(232,181,111,.14);border-radius:999px;
  padding:7px 9px;background:rgba(255,255,255,.015)
}
.text-button{
  padding-left:2px;padding-right:2px;border-radius:0;color:#e0aa65;
  border-bottom:1px solid rgba(224,170,101,.35)
}
.text-button:hover{border-color:#e0aa65}

/* CAPABILITIES */
.capabilities-section{background:#efe5d7;color:#18100b}
.capabilities-section .section-heading>p{color:#6b5d51}
.capability-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.capability-card{
  min-height:320px;border-radius:24px;padding:24px;
  background:#f8f0e5;border:1px solid rgba(43,25,13,.11);
  display:flex;flex-direction:column;transition:.35s;position:relative
}
.capability-card:hover{
  transform:translateY(-7px);box-shadow:0 28px 65px rgba(57,34,17,.10)
}
.capability-icon{
  width:58px;height:58px;border-radius:17px;background:#1a100a;color:#d9a05c;
  display:grid;place-items:center;margin-bottom:auto
}
.capability-icon svg{width:28px;height:28px}
.capability-card>span{font-size:9px;color:#9b6a39;letter-spacing:.17em;margin-top:35px}
.capability-card h3{font-family:var(--serif);font-size:26px;margin:9px 0}
.capability-card p{font-size:13px;line-height:1.7;color:#6d5c50;margin:0}

/* INDUSTRIES */
.industries-section{
  padding:115px 6vw;background:
  linear-gradient(180deg,#100906,#0a0604);
}
.industries-inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw;align-items:start}
.industries-copy{position:sticky;top:155px}
.industries-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,72px);
  line-height:1;letter-spacing:-.04em;margin:0
}
.industries-copy h2 span{color:#dfa864}
.industries-copy>p:last-child{color:#9d8f83;line-height:1.8;max-width:650px}
.industries-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.industry-card{
  min-height:260px;padding:24px;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(155deg,rgba(255,255,255,.025),rgba(255,255,255,.006));
  display:flex;flex-direction:column;justify-content:flex-end;transition:.3s
}
.industry-card:hover{transform:translateY(-6px);border-color:rgba(224,168,100,.38)}
.industry-card b{margin-bottom:auto;color:#d19a57;font-size:10px}
.industry-card h3{font-family:var(--serif);font-size:27px;margin:0 0 10px}
.industry-card p{margin:0;color:#8e8176;line-height:1.65;font-size:13px}

/* QUALITY FRAMEWORK */
.quality-section{background:#0c0705}
.quality-header{max-width:900px;margin-bottom:45px}
.quality-header h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,75px);
  line-height:.98;letter-spacing:-.04em;margin:0
}
.quality-header h2 span{color:#dda35d}
.quality-header>p:last-child{color:#9a8d82;line-height:1.7;max-width:720px}
.quality-list{border-top:1px solid var(--line)}
.quality-row{
  display:grid;grid-template-columns:70px 280px 1fr 35px;gap:24px;align-items:center;
  padding:26px 4px;border-bottom:1px solid var(--line);transition:.25s
}
.quality-row:hover{padding-left:12px;background:rgba(255,255,255,.012)}
.quality-row strong{font-size:10px;color:#d79c58}
.quality-row h3{font-family:var(--serif);font-size:24px;margin:0}
.quality-row p{margin:0;color:#918479;line-height:1.6}
.quality-row>span{color:#dba35f;font-size:20px}

/* FAQ */
.faq-section{background:#efe5d7;color:#18100b}
.faq-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:7vw}
.faq-intro h2{
  font-family:var(--serif);font-size:clamp(46px,5vw,68px);
  line-height:1;letter-spacing:-.04em;margin:0
}
.faq-intro h2 span{color:#af7339}
.faq-intro>p:last-child{color:#67584d;line-height:1.7}
.faq-list{border-top:1px solid rgba(24,16,11,.14)}
.faq-item{border-bottom:1px solid rgba(24,16,11,.14);padding:0}
.faq-item summary{
  cursor:pointer;list-style:none;padding:23px 42px 23px 0;
  font-family:var(--serif);font-size:21px;position:relative
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{
  content:"+";position:absolute;right:4px;top:18px;font-family:var(--sans);font-size:26px;color:#9d6b39
}
.faq-item[open] summary:after{content:"−"}
.faq-item p{color:#695b50;line-height:1.75;margin:0;padding:0 45px 22px 0}

/* BUSINESS FORM */
.enquiry-section{
  background:
    radial-gradient(circle at 82% 18%,rgba(213,147,76,.09),transparent 28%),
    #100906
}
.enquiry-shell{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:6vw;
  border:1px solid var(--line);border-radius:30px;padding:46px;
  background:rgba(255,255,255,.015)
}
.enquiry-copy h2{
  font-family:var(--serif);font-size:clamp(44px,5vw,68px);
  line-height:1;letter-spacing:-.04em;margin:0
}
.enquiry-copy h2 span{color:#dda35d}
.enquiry-copy>p:not(.eyebrow){color:#9b8e83;line-height:1.75}
.enquiry-points{display:flex;flex-direction:column;gap:12px;margin-top:30px}
.enquiry-points span{font-size:12px;color:#b6a89b;padding-left:18px;position:relative}
.enquiry-points span:before{content:"";position:absolute;left:0;top:6px;width:6px;height:6px;border-radius:50%;background:#d89e59}
.business-form{display:flex;flex-direction:column;gap:16px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.business-form label{display:flex;flex-direction:column;gap:8px;font-size:10px;letter-spacing:.08em;color:#c3b3a5}
.business-form input,.business-form select,.business-form textarea{
  width:100%;border:1px solid rgba(232,181,111,.16);border-radius:13px;
  background:#0b0705;color:#f5eadd;padding:14px 15px;outline:none;
  font-family:var(--sans);font-size:13px;transition:.2s
}
.business-form input:focus,.business-form select:focus,.business-form textarea:focus{
  border-color:rgba(231,173,101,.48);box-shadow:0 0 0 3px rgba(218,155,84,.06)
}
.business-form textarea{resize:vertical}
.form-submit{
  border:0;border-radius:14px;background:linear-gradient(135deg,#f0bf79,#c88743);
  color:#1b1009;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;
  font-weight:700;cursor:pointer
}
.form-submit b{font-size:20px}
.form-note{color:#756a61;line-height:1.5}

/* Footer polish */
.site-footer{
  position:relative;overflow:hidden
}
.site-footer:before{
  content:"LAYAN";position:absolute;left:50%;bottom:-60px;transform:translateX(-50%);
  font-family:var(--serif);font-size:170px;color:rgba(255,255,255,.015);pointer-events:none
}

/* hover glow */
.capability-card,.why-card,.industry-card,.product-card,.service-card{
  will-change:transform
}

@media(max-width:1080px){
  .capability-grid{grid-template-columns:1fr 1fr}
  .industries-inner{grid-template-columns:1fr}
  .industries-copy{position:static}
  .faq-layout{grid-template-columns:1fr}
  .enquiry-shell{grid-template-columns:1fr}
}
@media(max-width:840px){
  .top-announcement{justify-content:flex-start;padding:0 14px}
  .top-announcement a{margin-left:auto}
  .hero{padding-top:calc(105px + var(--announcement-h))}
  .hero-image,.hero-gradient{top:calc(72px + var(--announcement-h))}
  .site-header{height:72px}
  .mobile-nav.open{top:calc(72px + var(--announcement-h))}
  .industries-grid{grid-template-columns:1fr 1fr}
  .quality-row{grid-template-columns:50px 1fr}
  .quality-row p{grid-column:2/3}
  .quality-row>span{display:none}
}
@media(max-width:590px){
  .top-announcement p{font-size:7px}
  .top-announcement a{font-size:7px}
  .capability-grid,.industries-grid{grid-template-columns:1fr}
  .quality-row{grid-template-columns:40px 1fr;gap:12px}
  .quality-row h3{font-size:21px}
  .form-row{grid-template-columns:1fr}
  .enquiry-shell{padding:25px}
  .hero-keywords span{font-size:7px}
}

.pointer-spotlight{
  position:fixed;left:0;top:0;width:360px;height:360px;border-radius:50%;
  pointer-events:none;z-index:0;
  background:radial-gradient(circle,rgba(210,144,76,.055),transparent 68%);
  transition:transform .06s linear
}
@media(max-width:900px){.pointer-spotlight{display:none}}


/* =========================================================
   PHOTO-REAL LUXURY / ADVANCED ANIMATION
   ========================================================= */
body{
  background:
    radial-gradient(circle at 12% 10%,rgba(126,67,31,.11),transparent 28%),
    radial-gradient(circle at 88% 46%,rgba(183,119,61,.07),transparent 32%),
    #0b0705;
}

/* HERO PHOTO */
.photo-real-hero{
  background-image:url("../img/photo-hero.jpg") !important;
  background-position:center center !important;
  background-size:cover !important;
  filter:saturate(.92) contrast(1.06) brightness(.92);
  transform:scale(1.025);
  transition:transform .15s linear;
}
.hero-vignette{
  position:absolute;top:calc(82px + var(--announcement-h));left:0;right:0;bottom:0;z-index:1;
  background:
    radial-gradient(circle at 68% 46%,transparent 0 20%,rgba(10,6,4,.15) 56%,rgba(10,6,4,.55) 100%),
    linear-gradient(180deg,transparent 68%,rgba(8,5,3,.28));
  pointer-events:none
}
.hero-copy,.hero-script,.category-strip,.scroll-cue{z-index:4}
.hero-copy{animation:heroEntrance .95s cubic-bezier(.2,.75,.25,1) both}
@keyframes heroEntrance{
  from{opacity:0;transform:translateY(28px);filter:blur(8px)}
  to{opacity:1;transform:none;filter:none}
}
.hero-logo{animation:logoFloat 6s ease-in-out infinite}
@keyframes logoFloat{50%{transform:translateY(-7px)}}
.premium-keywords span{backdrop-filter:blur(8px)}

/* FLOATING COFFEE BEANS */
.floating-beans{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.bean{
  position:absolute;width:22px;height:33px;border-radius:52% 48% 50% 50%;
  background:linear-gradient(135deg,#8f5434,#2c190f 74%);
  opacity:.35;box-shadow:inset -4px -5px 8px rgba(0,0,0,.32),0 10px 20px rgba(0,0,0,.20);
  animation:beanDrift 9s ease-in-out infinite
}
.bean:after{
  content:"";position:absolute;left:49%;top:5px;bottom:5px;width:1.5px;
  background:#d39a69;opacity:.45;transform:rotate(12deg)
}
.bean-a{left:4%;top:30%;transform:rotate(22deg)}
.bean-b{left:42%;top:17%;transform:rotate(-28deg);animation-delay:-2s}
.bean-c{right:9%;top:26%;transform:rotate(34deg);animation-delay:-4s}
.bean-d{right:18%;bottom:22%;transform:rotate(-18deg);animation-delay:-5.5s}
.bean-e{left:31%;bottom:18%;transform:rotate(17deg);animation-delay:-7s}
@keyframes beanDrift{
  0%,100%{translate:0 0;rotate:0deg}
  50%{translate:0 -22px;rotate:9deg}
}

/* PHOTO STORY BAND */
.photo-story-band{padding:28px 3vw 105px;background:#0e0805}
.photo-story-image{
  min-height:590px;position:relative;overflow:hidden;border-radius:32px;
  border:1px solid rgba(232,181,111,.15);
  box-shadow:0 45px 110px rgba(0,0,0,.30)
}
.photo-story-image>img{
  position:absolute;inset:0;width:100%;height:112%;object-fit:cover;top:-6%;
  transition:transform .18s linear
}
.photo-story-shade{
  position:absolute;inset:0;background:
    linear-gradient(90deg,rgba(10,6,4,.92),rgba(10,6,4,.56) 48%,rgba(10,6,4,.15)),
    linear-gradient(180deg,transparent,rgba(10,6,4,.34))
}
.photo-story-copy{
  position:absolute;z-index:2;left:6%;bottom:9%;width:min(750px,58%);
}
.photo-story-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,76px);line-height:.98;
  letter-spacing:-.045em;margin:0;color:#fff5e8
}
.photo-story-copy h2 span{color:#e5ad68}
.photo-story-copy>p:last-child{color:#c1b3a7;line-height:1.75;max-width:670px}

/* INDUSTRIES PHOTO */
.industries-section{position:relative;overflow:hidden}
.industries-photo{
  margin:0 6vw 60px;position:relative;height:520px;border-radius:30px;overflow:hidden;
  border:1px solid var(--line);box-shadow:0 35px 90px rgba(0,0,0,.26)
}
.industries-photo img{
  width:100%;height:115%;object-fit:cover;object-position:center 45%;top:-7%;position:relative
}
.industries-photo:after{
  content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,6,4,.25),rgba(10,6,4,.05),rgba(10,6,4,.58))
}
.industries-photo-label{
  position:absolute;z-index:2;right:28px;bottom:28px;text-align:right;
  background:rgba(10,6,4,.76);backdrop-filter:blur(14px);
  border:1px solid rgba(255,214,151,.16);border-radius:17px;padding:16px 18px
}
.industries-photo-label span{display:block;font-size:9px;letter-spacing:.20em;color:#d9a15e;margin-bottom:5px}
.industries-photo-label strong{font-family:var(--serif);font-size:22px}

/* INTERNATIONAL PHOTO */
.international-section{position:relative}
.international-photo{
  position:absolute;right:5vw;top:80px;width:270px;height:360px;z-index:3;
  border-radius:24px;overflow:hidden;border:1px solid rgba(255,205,139,.16);
  box-shadow:0 30px 80px rgba(0,0,0,.38)
}
.international-photo img{width:100%;height:100%;object-fit:cover}
.international-photo:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,4,3,.72))
}
.international-photo-badge{
  position:absolute;z-index:2;left:16px;right:16px;bottom:16px;
  display:flex;justify-content:space-between;align-items:end;gap:12px
}
.international-photo-badge span{font-size:8px;letter-spacing:.16em;color:#e2a75f}
.international-photo-badge strong{font-size:10px;letter-spacing:.08em;text-align:right}

/* PHOTO-REAL GALLERY */
.photoreal-gallery{
  grid-template-columns:1.15fr .85fr !important;
  grid-auto-rows:300px !important
}
.photoreal-gallery figure{
  position:relative;background:#150d08
}
.photoreal-gallery .gallery-feature{grid-row:span 2}
.photoreal-gallery .gallery-wide{grid-column:span 2;height:370px}
.photoreal-gallery figure:after{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(7,4,3,.76));
  opacity:.72;transition:.35s
}
.photoreal-gallery figure:hover:after{opacity:.48}
.photoreal-gallery img{transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s}
.photoreal-gallery figure:hover img{transform:scale(1.055);filter:saturate(1.08)}
.photoreal-gallery figcaption{
  position:absolute;z-index:3;left:20px;right:20px;bottom:17px;
  display:flex;align-items:center;justify-content:space-between;color:#fff
}
.photoreal-gallery figcaption span{font-size:9px;color:#d7a15e;letter-spacing:.15em}
.photoreal-gallery figcaption strong{font-family:var(--serif);font-size:20px}

/* CONTACT PHOTO */
.contact-section{position:relative}
.contact-photo{
  margin:0 auto 24px;max-width:1320px;height:430px;position:relative;overflow:hidden;
  border-radius:30px;border:1px solid var(--line);box-shadow:0 35px 95px rgba(0,0,0,.27)
}
.contact-photo img{width:100%;height:100%;object-fit:cover;filter:brightness(.76) saturate(.92)}
.contact-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,5,3,.18),rgba(9,5,3,.68))}
.contact-photo-overlay{
  position:absolute;z-index:3;right:5%;bottom:10%;text-align:right;max-width:520px
}
.contact-photo-overlay span{display:block;font-size:9px;letter-spacing:.24em;color:#dfa660;margin-bottom:8px}
.contact-photo-overlay strong{font-family:var(--serif);font-size:clamp(34px,4vw,54px);line-height:1}

/* CARD ANIMATIONS */
.capability-card,.why-card,.industry-card,.product-card,.service-card{
  transform-style:preserve-3d;
}
.capability-card:hover,.why-card:hover,.industry-card:hover,.product-card:hover,.service-card:hover{
  box-shadow:0 28px 72px rgba(0,0,0,.22)
}

/* REVEAL UPGRADE */
.reveal{
  opacity:1 !important;
  transform:none !important;
}
.js-enabled .reveal{
  opacity:0 !important;
  transform:translateY(34px) scale(.988) !important;
  filter:blur(7px);
  transition:opacity .82s cubic-bezier(.2,.7,.2,1),transform .82s cubic-bezier(.2,.7,.2,1),filter .82s ease !important
}
.js-enabled .reveal.visible{
  opacity:1 !important;
  transform:none !important;
  filter:none
}

/* BACK TO TOP */
.back-to-top{
  position:fixed;right:22px;bottom:82px;z-index:90;width:42px;height:42px;
  border-radius:50%;border:1px solid rgba(255,205,139,.18);background:rgba(13,8,5,.86);
  backdrop-filter:blur(12px);color:#e2aa66;cursor:pointer;
  opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s
}
.back-to-top.show{opacity:1;visibility:visible;transform:none}
.back-to-top:hover{background:#d99d59;color:#1c1009}

/* NAV / LINKS */
.desktop-nav a,.header-contact,.button,.floating-contact,.cta-arrow,.form-submit{
  transition:transform .25s ease,background .25s ease,border-color .25s ease,box-shadow .25s ease,color .25s ease
}
.header-contact:hover,.gold-button:hover,.form-submit:hover{box-shadow:0 18px 46px rgba(218,151,76,.23)}
.floating-contact:hover{transform:translateY(-3px)}

/* responsive */
@media(max-width:1150px){
  .international-photo{display:none}
}
@media(max-width:840px){
  .photo-story-image{min-height:520px}
  .photo-story-copy{width:84%;left:8%}
  .industries-photo{height:400px;margin-left:18px;margin-right:18px}
  .photoreal-gallery{grid-template-columns:1fr 1fr !important}
  .photoreal-gallery .gallery-wide{grid-column:span 2}
}
@media(max-width:590px){
  .photo-story-band{padding-left:12px;padding-right:12px}
  .photo-story-image{min-height:460px;border-radius:24px}
  .photo-story-copy{width:84%;left:8%;bottom:7%}
  .photo-story-copy h2{font-size:40px}
  .photo-story-copy>p:last-child{font-size:12px}
  .industries-photo{height:320px}
  .industries-photo-label{left:16px;right:16px;bottom:16px}
  .photoreal-gallery{grid-template-columns:1fr !important;grid-auto-rows:250px !important}
  .photoreal-gallery .gallery-feature{grid-row:span 1}
  .photoreal-gallery .gallery-wide{grid-column:span 1;height:auto}
  .contact-photo{height:330px;border-radius:24px}
  .contact-photo-overlay{left:24px;right:24px;text-align:left}
  .back-to-top{right:13px;bottom:70px}
}
@media(prefers-reduced-motion:reduce){
  .bean,.hero-logo,.world-orbit{animation:none!important}
  .photo-real-hero,.photo-story-image>img{transform:none!important}
}

/* FINAL INTERNATIONAL V2 */
.profile-download{
  border:1px solid rgba(255,211,143,.24);
  background:rgba(255,255,255,.04);
  color:#f4d19a;
}
.profile-download:hover{transform:translateY(-2px);border-color:rgba(255,211,143,.48)}

.snapshot-section{background:#0b0604;padding:0 3vw 78px}
.snapshot-grid{
  max-width:1320px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);border-radius:24px;overflow:hidden;background:#110a07;
  box-shadow:0 24px 70px rgba(0,0,0,.22)
}
.snapshot-grid>div{padding:25px;border-right:1px solid var(--line)}
.snapshot-grid>div:last-child{border-right:0}
.snapshot-grid strong{display:block;font-family:var(--serif);font-size:30px;color:#e4ad66;margin-bottom:6px}
.snapshot-grid span{font-size:11px;color:#9f9185}

.partnership-section{
  padding:115px 6vw;background:
    linear-gradient(90deg,rgba(13,8,5,.96),rgba(13,8,5,.78)),
    url("../img/photo-atmosphere.jpg") center/cover fixed;
}
.partnership-inner{display:grid;grid-template-columns:1fr 1fr;gap:7vw;align-items:center}
.partnership-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:1;
  letter-spacing:-.04em;margin:0
}
.partnership-copy h2 span{color:#e0aa65}
.partnership-copy>p:last-child{color:#ad9f93;line-height:1.8}
.partnership-list{border-top:1px solid var(--line)}
.partnership-list>div{
  display:grid;grid-template-columns:55px 1fr;padding:20px 0;border-bottom:1px solid var(--line)
}
.partnership-list span{color:#d79d5a;font-size:9px}
.partnership-list strong{font-family:var(--serif);font-size:20px;font-weight:600}

.resources-section{background:#efe5d7;color:#18100b}
.resources-section .section-heading>p{color:#695a4e}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.resource-card{
  min-height:310px;padding:26px;border:1px solid rgba(49,29,15,.12);border-radius:24px;
  background:#f8f0e5;display:flex;flex-direction:column;transition:.3s;
  color:#18100b
}
.resource-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px rgba(54,31,16,.10)}
.resource-card>span{font-size:8px;letter-spacing:.16em;color:#9d6b3a}
.resource-card h3{font-family:var(--serif);font-size:29px;margin:50px 0 10px}
.resource-card p{color:#6b5b4f;line-height:1.7;font-size:13px;margin:0 0 20px}
.resource-card b{margin-top:auto;color:#9c6632;font-size:11px}

.footer-legal{display:flex;justify-content:center;gap:18px;margin-top:14px}
.footer-legal a{font-size:9px;color:#897d72}
.footer-legal a:hover{color:#dca45f}

@media(max-width:900px){
  .snapshot-grid{grid-template-columns:1fr 1fr}
  .snapshot-grid>div:nth-child(2){border-right:0}
  .snapshot-grid>div{border-bottom:1px solid var(--line)}
  .partnership-inner{grid-template-columns:1fr}
  .resource-grid{grid-template-columns:1fr}
}
@media(max-width:590px){
  .snapshot-grid{grid-template-columns:1fr}
  .snapshot-grid>div{border-right:0}
}

.demo-content-note{max-width:1180px;margin:118px auto 0;padding:10px 16px;border:1px dashed rgba(229,173,101,.24);border-radius:12px;color:#9d8f82;background:rgba(221,163,93,.035);font-size:10px;letter-spacing:.03em}
.demo-content-note strong{color:#dba45f}

.company-glance-section{background:#0e0805}
.company-glance-grid{display:grid;grid-template-columns:1fr .9fr;gap:7vw;align-items:center}
.company-glance-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,74px);line-height:.98;letter-spacing:-.04em;margin:0}
.company-glance-copy h2 span{color:#dda35d}
.company-glance-copy>p:last-of-type{color:#9d8f82;line-height:1.8;max-width:700px}
.glance-facts{display:grid;grid-template-columns:repeat(2,1fr);margin-top:28px;border-top:1px solid var(--line)}
.glance-facts>div{padding:18px 0;border-bottom:1px solid var(--line)}
.glance-facts small{display:block;color:#a1703f;font-size:8px;letter-spacing:.14em;margin-bottom:6px}
.glance-facts strong{font-family:var(--serif);font-size:22px}
.company-glance-visual{position:relative}
.company-glance-visual>img{width:100%;height:520px;object-fit:cover;border-radius:28px;border:1px solid var(--line)}
.glance-badge{position:absolute;left:22px;bottom:22px;background:rgba(11,7,5,.80);backdrop-filter:blur(15px);padding:16px 18px;border-radius:15px;border:1px solid rgba(255,211,145,.16)}
.glance-badge span{display:block;font-size:8px;letter-spacing:.16em;color:#dba35f;margin-bottom:5px}
.glance-badge strong{font-family:var(--serif);font-size:20px}

.sample-products-section{background:#efe5d7;color:#18100b}
.sample-products-section .section-heading>p{color:#695a4e}
.sample-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.sample-product-card{position:relative;overflow:hidden;border-radius:22px;background:#f8f0e5;border:1px solid rgba(40,24,12,.12);transition:.3s}
.sample-product-card:hover{transform:translateY(-7px);box-shadow:0 26px 65px rgba(55,32,16,.10)}
.sample-product-card>img{width:100%;aspect-ratio:1.15;object-fit:cover}
.sample-badge{position:absolute;top:13px;left:13px;z-index:2;background:#1a100b;color:#e0a75f;border:1px solid rgba(221,163,93,.20);padding:6px 8px;border-radius:999px;font-size:7px;letter-spacing:.14em}
.sample-product-body{padding:20px}
.sample-product-body>small{font-size:8px;letter-spacing:.14em;color:#a06c38}
.sample-product-body h3{font-family:var(--serif);font-size:24px;margin:8px 0 15px}
.sample-product-body dl{margin:0}
.sample-product-body dl>div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(24,16,11,.10)}
.sample-product-body dt{font-size:9px;color:#8a7869}.sample-product-body dd{margin:0;font-size:9px;font-weight:700;color:#4e4137}

.brand-ecosystem-section{padding:110px 6vw;background:#0b0705}
.brand-ecosystem-head{max-width:820px;margin-bottom:36px}
.brand-ecosystem-head h2{font-family:var(--serif);font-size:clamp(46px,5vw,70px);line-height:1;letter-spacing:-.04em;margin:0}
.brand-ecosystem-head h2 span{color:#dda35d}
.brand-ecosystem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.brand-chip{min-height:160px;border:1px solid var(--line);border-radius:21px;padding:20px;background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.006));display:flex;flex-direction:column;justify-content:flex-end;transition:.3s}
.brand-chip:hover{transform:translateY(-5px);border-color:rgba(221,163,93,.38)}
.brand-chip strong{font-family:var(--serif);font-size:22px;color:#f1dfc9}.brand-chip small{margin-top:5px;color:#967f6a;font-size:9px}

.documents-section{background:#0d0805}
.documents-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:6vw;border:1px solid var(--line);border-radius:28px;padding:42px;background:rgba(255,255,255,.014)}
.documents-shell h2{font-family:var(--serif);font-size:clamp(44px,5vw,66px);line-height:1;letter-spacing:-.04em;margin:0}
.documents-shell h2 span{color:#dda35d}.documents-shell>div:first-child>p:last-child{color:#9a8c80;line-height:1.75}
.documents-list{border-top:1px solid var(--line)}
.documents-list>div{display:grid;grid-template-columns:48px 1fr;padding:17px 0;border-bottom:1px solid var(--line)}
.documents-list span{color:#d79d5a;font-size:9px}.documents-list strong{font-family:var(--serif);font-size:18px}.documents-list small{grid-column:2/3;color:#766a61;margin-top:4px;font-size:9px}

@media(max-width:1080px){.sample-product-grid{grid-template-columns:1fr 1fr}.brand-ecosystem-grid{grid-template-columns:1fr 1fr}.company-glance-grid,.documents-shell{grid-template-columns:1fr}}
@media(max-width:590px){.demo-content-note{margin:110px 14px 0}.sample-product-grid,.brand-ecosystem-grid{grid-template-columns:1fr}.company-glance-visual>img{height:360px}.documents-shell{padding:24px}}

.inner-page{padding-top:120px}.inner-header .nav-brand img{width:150px;height:58px;object-fit:contain}
.inner-hero{padding:90px 6vw 70px;max-width:1200px}.inner-hero h1{font-family:var(--serif);font-size:clamp(54px,7vw,92px);line-height:.95;letter-spacing:-.05em;margin:0 0 22px}.inner-hero h1 span{color:#dda35d}.inner-hero>p:last-child{max-width:760px;color:#a99b8e;line-height:1.8}
.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.product-detail-card{display:grid;grid-template-columns:190px 1fr;gap:22px;border:1px solid var(--line);border-radius:24px;padding:18px;background:rgba(255,255,255,.015)}.product-detail-card img{width:100%;height:100%;min-height:210px;object-fit:cover;border-radius:17px;background:#efe5d7}.product-detail-card small{color:#d39a57;font-size:8px;letter-spacing:.15em}.product-detail-card h2{font-family:var(--serif);font-size:30px;margin:8px 0}.product-detail-card p,.product-detail-card li{color:#96887d;line-height:1.6;font-size:12px}
.page-cta{margin:30px 3vw 80px;padding:55px 5vw;border-radius:28px;background:linear-gradient(135deg,#dca25e,#a96734);display:flex;align-items:center;justify-content:space-between;gap:24px;color:#1a100b}.page-cta h2{font-family:var(--serif);font-size:clamp(34px,4vw,55px);margin:0}
.catalog-download-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.catalog-download-card{min-height:330px;padding:30px;border-radius:25px;background:#efe5d7;color:#1a100b;display:flex;flex-direction:column}.catalog-download-card span{font-size:8px;letter-spacing:.15em;color:#9f6b39}.catalog-download-card h2{font-family:var(--serif);font-size:38px;margin:60px 0 12px}.catalog-download-card p{color:#6a5b4f;line-height:1.7}.catalog-download-card b{margin-top:auto;color:#9b6734}
.catalog-visual{margin:0 3vw 85px;height:500px;position:relative;overflow:hidden;border-radius:28px}.catalog-visual img{width:100%;height:100%;object-fit:cover;filter:brightness(.62)}.catalog-visual>div{position:absolute;left:6%;bottom:12%;max-width:600px}.catalog-visual h2{font-family:var(--serif);font-size:50px;margin:0 0 22px}
.partner-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.partner-value-grid article{min-height:260px;padding:25px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.014)}.partner-value-grid span{color:#d69b57;font-size:9px}.partner-value-grid h3{font-family:var(--serif);font-size:27px;margin-top:80px}.partner-value-grid p{color:#94867a;line-height:1.65}.partner-docs{display:grid;grid-template-columns:1fr 1fr;gap:7vw}.partner-docs h2{font-family:var(--serif);font-size:52px;line-height:1}.partner-docs h2 span{color:#dca35e}.partner-docs p{color:#9b8d81;line-height:1.75}.partner-list{border-top:1px solid var(--line)}.partner-list div{padding:20px 0;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:21px}
.contact-pro-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:6vw}.contact-info-pro h2{font-family:var(--serif);font-size:56px;margin:0 0 30px}.contact-info-list{border-top:1px solid var(--line)}.contact-info-list>a,.contact-info-list>div{display:block;padding:18px 0;border-bottom:1px solid var(--line)}.contact-info-list small{display:block;color:#9b6b3b;font-size:8px;letter-spacing:.15em;margin-bottom:6px}.contact-info-list strong{font-size:15px;color:#e9d7c3}.contact-action-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.email-submit{border:1px solid rgba(221,163,93,.28);background:transparent;color:#e1aa68;border-radius:14px;padding:15px;font-weight:700;cursor:pointer}
.pro-footer{padding:65px 6vw 24px}.pro-footer-grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;gap:40px}.pro-footer-grid img{width:180px}.pro-footer-grid p{color:#8f8277;max-width:330px;line-height:1.7}.pro-footer-grid h4{font-family:var(--serif);font-size:18px;margin:0 0 15px}.pro-footer-grid a{display:block;color:#92857a;font-size:11px;margin:9px 0}.pro-footer-grid a:hover{color:#dda35d}.footer-bottom{margin-top:45px;padding-top:18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#776b62;font-size:9px}
@media(max-width:1000px){.product-detail-grid,.catalog-download-grid,.contact-pro-layout,.partner-docs{grid-template-columns:1fr}.partner-value-grid{grid-template-columns:1fr 1fr}.pro-footer-grid{grid-template-columns:1fr 1fr}.product-detail-card{grid-template-columns:160px 1fr}}
@media(max-width:620px){.inner-page{padding-top:105px}.inner-hero{padding:65px 20px 45px}.product-detail-grid,.partner-value-grid,.pro-footer-grid{grid-template-columns:1fr}.product-detail-card{grid-template-columns:1fr}.page-cta{flex-direction:column;align-items:flex-start}.contact-action-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px}.catalog-visual{height:390px}.catalog-visual h2{font-size:38px}}


/* =========================================================
   PREMIUM DASHBOARD V2
   ========================================================= */
.dashboard-home{background:#0b0705}
.dashboard-hero{
  min-height:100vh;position:relative;overflow:hidden;
  padding:150px 6vw 90px;display:flex;align-items:center
}
.dashboard-hero-media,.dashboard-hero-media img,.dashboard-hero-overlay,.dashboard-hero-gridlines{
  position:absolute;inset:0
}
.dashboard-hero-media img{width:100%;height:100%;object-fit:cover;filter:brightness(.78) saturate(.93)}
.dashboard-hero-overlay{
  background:
    linear-gradient(90deg,rgba(10,6,4,.97) 0%,rgba(10,6,4,.82) 42%,rgba(10,6,4,.36) 72%,rgba(10,6,4,.18) 100%),
    linear-gradient(180deg,rgba(10,6,4,.18),rgba(10,6,4,.45))
}
.dashboard-hero-gridlines{
  opacity:.14;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:80px 80px
}
.dashboard-hero-content{
  position:relative;z-index:3;width:100%;display:grid;
  grid-template-columns:1.15fr .55fr;gap:7vw;align-items:end
}
.dashboard-kicker{display:flex;align-items:center;gap:10px;color:#d7a25f;font-size:8px;letter-spacing:.19em;margin-bottom:17px}
.dashboard-kicker span{width:26px;height:1px;background:#d7a25f}
.dashboard-logo{width:260px;max-height:150px;object-fit:contain;object-position:left center;margin-bottom:18px;filter:drop-shadow(0 22px 45px rgba(0,0,0,.26))}
.dashboard-hero-copy h1{
  font-family:var(--serif);font-size:clamp(58px,6vw,96px);line-height:.92;
  letter-spacing:-.055em;margin:0 0 25px;max-width:920px;
  background:linear-gradient(180deg,#fff8ee,#e7d5c0);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.dashboard-hero-copy h1 span{
  background:linear-gradient(90deg,#e0a85f,#f1d29d);
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.dashboard-hero-copy>p{color:#b8aa9c;line-height:1.8;max-width:710px;font-size:14px}
.dashboard-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:28px 0}
.dashboard-outline{border:1px solid rgba(255,215,154,.24);background:rgba(255,255,255,.035);color:#f0d5ad}
.dashboard-text{padding-left:10px;padding-right:10px;color:#d9a45f;border-bottom:1px solid rgba(217,164,95,.32);border-radius:0}
.dashboard-trust{display:flex;gap:28px;flex-wrap:wrap;padding-top:25px;border-top:1px solid rgba(255,255,255,.10)}
.dashboard-trust>div{display:flex;flex-direction:column;gap:4px}
.dashboard-trust strong{font-family:var(--serif);font-size:19px;color:#f2dfc8}
.dashboard-trust span{font-size:8px;color:#8f8175;letter-spacing:.08em}

.dashboard-hero-card{
  border:1px solid rgba(255,212,148,.17);border-radius:25px;padding:14px;
  background:rgba(16,9,6,.58);backdrop-filter:blur(18px);box-shadow:0 35px 90px rgba(0,0,0,.34)
}
.hero-card-label{font-size:7px;letter-spacing:.18em;color:#a98968;padding:5px 4px 13px}
.hero-card-image{height:330px;border-radius:17px;overflow:hidden}
.hero-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s}
.dashboard-hero-card:hover .hero-card-image img{transform:scale(1.04)}
.hero-card-footer{display:grid;grid-template-columns:1fr 1fr 35px;align-items:center;padding:16px 4px 5px}
.hero-card-footer small{display:block;color:#8e7863;font-size:7px;letter-spacing:.13em;margin-bottom:3px}
.hero-card-footer strong{font-family:var(--serif);font-size:16px}
.hero-card-footer>span{font-size:22px;color:#dca35f;text-align:right}
.dashboard-scroll{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;color:#7f7268}
.dashboard-scroll span{width:35px;height:1px;background:#7f7268}.dashboard-scroll small{font-size:7px;letter-spacing:.18em}

.dashboard-kpis{
  width:min(1320px,94%);margin:-34px auto 0;position:relative;z-index:6;
  display:grid;grid-template-columns:repeat(4,1fr);
  background:#110a07;border:1px solid rgba(235,184,115,.14);border-radius:22px;
  box-shadow:0 30px 80px rgba(0,0,0,.28);overflow:hidden
}
.dashboard-kpi{padding:25px 28px;border-right:1px solid var(--line)}
.dashboard-kpi:last-child{border-right:0}
.dashboard-kpi b{display:block;font-family:var(--serif);font-size:35px;color:#e1a75f;margin-bottom:6px}
.dashboard-kpi span{font-size:10px;color:#998b7e}

.dashboard-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:38px}
.dashboard-section-head>div{max-width:870px}
.dashboard-section-head h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.045em;margin:0}
.dashboard-section-head h2 span{color:#dda35d}
.dashboard-section-head>a{color:#d8a15c;font-size:10px;white-space:nowrap}
.dashboard-section-head>p{max-width:480px;color:#97897c;line-height:1.7}

.dashboard-featured{padding-top:120px}
.featured-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-auto-rows:280px;gap:16px}
.featured-card{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:#efe5d7}
.featured-large{grid-row:span 2}
.featured-card>img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}
.featured-card:hover>img{transform:scale(1.055)}
.featured-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,4,3,.82))}
.featured-content{position:absolute;z-index:3;left:22px;right:22px;bottom:20px;color:#fff}
.featured-content.dark{color:#1b100b;position:absolute}
.featured-card:not(.featured-large) .featured-content{background:rgba(248,240,229,.86);backdrop-filter:blur(10px);padding:14px;border-radius:14px;left:14px;right:14px;bottom:14px}
.featured-content small{font-size:8px;letter-spacing:.16em;color:#d99e59}
.featured-content h3{font-family:var(--serif);font-size:28px;margin:6px 0}
.featured-large .featured-content h3{font-size:42px}
.featured-content p{color:#c3b6aa;max-width:460px;line-height:1.65}
.featured-content span{font-size:9px;font-weight:700}

.dashboard-company{
  display:grid;grid-template-columns:1fr 1fr;min-height:720px;margin-top:110px;background:#efe5d7;color:#18100b
}
.dashboard-company-media{position:relative;overflow:hidden}
.dashboard-company-media>img{width:100%;height:100%;object-fit:cover}
.company-photo-badge{position:absolute;left:25px;bottom:25px;background:rgba(15,9,6,.78);backdrop-filter:blur(14px);color:#fff;padding:16px 18px;border-radius:15px;border:1px solid rgba(255,212,145,.16)}
.company-photo-badge span{display:block;font-size:8px;letter-spacing:.16em;color:#dba25d;margin-bottom:5px}
.company-photo-badge strong{font-family:var(--serif);font-size:20px}
.dashboard-company-copy{padding:90px 7vw;display:flex;flex-direction:column;justify-content:center}
.dashboard-company-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.045em;margin:0}
.dashboard-company-copy h2 span{color:#aa7138}
.dashboard-company-copy>p:not(.eyebrow){color:#67594d;line-height:1.8}
.dashboard-company-points{margin:28px 0 30px;border-top:1px solid rgba(24,16,11,.13)}
.dashboard-company-points>div{display:grid;grid-template-columns:50px 1fr;padding:13px 0;border-bottom:1px solid rgba(24,16,11,.13)}
.dashboard-company-points b{font-size:9px;color:#a36d39}.dashboard-company-points span{font-family:var(--serif);font-size:17px}
.dashboard-outline-light{border:1px solid rgba(24,16,11,.22);color:#18100b;align-self:flex-start}

.dashboard-why{background:#0d0805}
.dashboard-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.why-dashboard-card{
  min-height:300px;border:1px solid var(--line);border-radius:23px;padding:24px;
  background:linear-gradient(150deg,rgba(255,255,255,.028),rgba(255,255,255,.006));
  position:relative;overflow:hidden;transition:.35s
}
.why-dashboard-card:hover{transform:translateY(-7px);border-color:rgba(221,163,93,.36);box-shadow:0 26px 65px rgba(0,0,0,.24)}
.why-dashboard-card .why-num{font-size:9px;color:#d59b57;letter-spacing:.15em}
.why-dashboard-card h3{font-family:var(--serif);font-size:26px;margin-top:85px}
.why-dashboard-card p{color:#94867a;line-height:1.65;font-size:12px}
.why-dashboard-card>span{position:absolute;right:22px;top:22px;font-size:25px;color:#d8a05b}

.dashboard-sectors{
  padding:120px 6vw;display:grid;grid-template-columns:.82fr 1.18fr;gap:7vw;
  background:
    linear-gradient(90deg,rgba(12,7,5,.97),rgba(12,7,5,.80)),
    url("../img/photo-atmosphere.jpg") center/cover fixed
}
.dashboard-sectors-copy{position:sticky;top:150px;align-self:start}
.dashboard-sectors-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.045em;margin:0}
.dashboard-sectors-copy h2 span{color:#dda35d}
.dashboard-sectors-copy>p:not(.eyebrow){color:#a89a8e;line-height:1.8}
.dashboard-sectors-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.sector-card{min-height:260px;padding:24px;border:1px solid var(--line);border-radius:22px;background:rgba(15,9,6,.58);backdrop-filter:blur(10px);display:flex;flex-direction:column}
.sector-card>span{color:#d69b57;font-size:9px}.sector-card h3{font-family:var(--serif);font-size:27px;margin:auto 0 10px}.sector-card p{color:#96887c;line-height:1.65;font-size:12px}

.dashboard-profile-section{background:#0b0705}
.dashboard-profile-card{display:grid;grid-template-columns:1.1fr .9fr;min-height:560px;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:linear-gradient(140deg,#17100b,#0c0806)}
.dashboard-profile-copy{padding:65px;display:flex;flex-direction:column;justify-content:center}
.dashboard-profile-copy h2{font-family:var(--serif);font-size:clamp(46px,5vw,68px);line-height:1;letter-spacing:-.04em;margin:0}
.dashboard-profile-copy h2 span{color:#dda35d}.dashboard-profile-copy>p:not(.eyebrow){color:#9a8d81;line-height:1.75;max-width:650px}
.profile-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.dashboard-profile-image img{width:100%;height:100%;object-fit:cover}

.dashboard-gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:280px 280px;gap:15px}
.dashboard-gallery-grid figure{position:relative;overflow:hidden;border-radius:22px;margin:0}
.dashboard-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .55s}
.dashboard-gallery-grid figure:hover img{transform:scale(1.05)}
.gallery-a{grid-row:span 2}.gallery-d{grid-column:span 2}
.dashboard-gallery-grid figure:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(8,5,3,.68))}
.dashboard-gallery-grid figcaption{position:absolute;z-index:2;left:18px;bottom:16px;font-family:var(--serif);font-size:18px}

.dashboard-final-cta{
  margin:35px 3vw 90px;padding:75px 5vw;border-radius:32px;
  background:linear-gradient(120deg,#dca15c,#9b5f30);color:#1a100b;
  display:flex;justify-content:space-between;align-items:flex-end;gap:40px
}
.final-cta-copy{max-width:850px}.final-cta-copy .eyebrow{color:#69411f}
.final-cta-copy h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;letter-spacing:-.04em;margin:0}
.final-cta-copy h2 span{color:#fff0d7}.final-cta-copy p:last-child{color:#4e321d;line-height:1.7}
.final-cta-button{min-width:250px;background:#150d08;color:#fff2df;border-radius:16px;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-weight:700}
.final-cta-button b{font-size:22px}

@media(max-width:1100px){
  .dashboard-hero-content{grid-template-columns:1fr}.dashboard-hero-card{display:none}
  .featured-grid{grid-template-columns:1fr 1fr}.featured-large{grid-row:span 1;grid-column:span 2}
  .dashboard-why-grid{grid-template-columns:1fr 1fr}
  .dashboard-sectors{grid-template-columns:1fr}.dashboard-sectors-copy{position:static}
  .dashboard-profile-card{grid-template-columns:1fr}.dashboard-profile-image{height:420px}
  .dashboard-gallery-grid{grid-template-columns:1fr 1fr}.gallery-a{grid-row:span 1}.gallery-d{grid-column:span 1}
}
@media(max-width:760px){
  .dashboard-hero{padding:135px 20px 75px;min-height:880px}.dashboard-logo{width:210px}
  .dashboard-hero-copy h1{font-size:54px}.dashboard-actions{align-items:stretch;flex-direction:column}.dashboard-actions .button{width:100%;text-align:center}
  .dashboard-kpis{grid-template-columns:1fr 1fr;margin-top:-22px}.dashboard-kpi:nth-child(2){border-right:0}
  .dashboard-section-head{flex-direction:column;align-items:flex-start}
  .featured-grid{grid-template-columns:1fr;grid-auto-rows:260px}.featured-large{grid-column:span 1}
  .dashboard-company{grid-template-columns:1fr}.dashboard-company-media{height:420px}.dashboard-company-copy{padding:65px 24px}
  .dashboard-why-grid,.dashboard-sectors-grid{grid-template-columns:1fr}
  .dashboard-profile-copy{padding:45px 24px}
  .dashboard-gallery-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,260px)}
  .dashboard-final-cta{flex-direction:column;align-items:flex-start;padding:55px 25px}.final-cta-button{min-width:100%}
}
@media(max-width:480px){
  .dashboard-hero-copy h1{font-size:46px}
  .dashboard-kpis{grid-template-columns:1fr}.dashboard-kpi{border-right:0;border-bottom:1px solid var(--line)}
}


/* =========================================================
   FULL MULTILANGUAGE — EN / KU / AR
   ========================================================= */
.inner-language-tools{margin-inline-start:16px}
.standalone-language-switcher{
  position:fixed;top:16px;right:16px;z-index:3000;
  display:flex;gap:4px;padding:5px;border-radius:999px;
  background:rgba(16,9,6,.92);border:1px solid rgba(221,163,93,.20);
  backdrop-filter:blur(12px)
}
.standalone-language-switcher .lang-button{
  border:0;background:transparent;color:#9d8e81;padding:7px 9px;border-radius:999px;
  cursor:pointer;font-size:9px;font-weight:700
}
.standalone-language-switcher .lang-button.active{background:#dda35d;color:#1b1009}

/* RTL layout correction */
body[dir="rtl"]{text-align:right}
body[dir="rtl"] .dashboard-kicker,
body[dir="rtl"] .dashboard-actions,
body[dir="rtl"] .dashboard-trust,
body[dir="rtl"] .profile-actions{direction:rtl}
body[dir="rtl"] .dashboard-logo{object-position:right center}
body[dir="rtl"] .dashboard-section-head,
body[dir="rtl"] .page-cta,
body[dir="rtl"] .footer-bottom{direction:rtl}
body[dir="rtl"] .desktop-nav{direction:rtl}
body[dir="rtl"] .header-tools{direction:rtl}
body[dir="rtl"] .product-detail-card ul{padding-right:18px;padding-left:0}
body[dir="rtl"] .contact-info-list,
body[dir="rtl"] .business-form,
body[dir="rtl"] .partner-list{direction:rtl}
body[dir="rtl"] input,
body[dir="rtl"] textarea,
body[dir="rtl"] select{text-align:right}
body[dir="rtl"] .pro-footer-grid{text-align:right}
body[dir="rtl"] .catalog-visual>div{left:auto;right:6%}
body[dir="rtl"] .company-photo-badge{left:auto;right:25px}
body[dir="rtl"] .glance-badge{left:auto;right:22px}
body[dir="rtl"] .dashboard-gallery-grid figcaption{left:auto;right:18px}
body[dir="rtl"] .featured-content{left:22px;right:22px;text-align:right}
body[dir="rtl"] .featured-card:not(.featured-large) .featured-content{left:14px;right:14px}
body[dir="rtl"] .floating-contact{right:auto;left:22px}
body[dir="rtl"] .back-to-top{right:auto;left:22px}

/* Kurdish/Arabic typography balance */
body.kurdish-language,
body.arabic-language{
  font-family:Arial, "Segoe UI", Tahoma, sans-serif
}
body.kurdish-language h1,
body.kurdish-language h2,
body.kurdish-language h3,
body.arabic-language h1,
body.arabic-language h2,
body.arabic-language h3{
  letter-spacing:0;
  line-height:1.25
}
body.kurdish-language .dashboard-hero-copy h1,
body.arabic-language .dashboard-hero-copy h1{
  font-size:clamp(48px,5vw,78px);
  line-height:1.2
}
body.kurdish-language .inner-hero h1,
body.arabic-language .inner-hero h1{
  letter-spacing:0;line-height:1.25
}

@media(max-width:840px){
  .inner-language-tools{margin-inline-start:auto}
}

/* NAVIGATION TARGET FIX */
#services,#gallery,.nav-target{scroll-margin-top:130px}
.anchor-fix{height:0;position:relative;top:-130px;visibility:hidden}


/* =========================================================
   LAYAN COFFEE — PRESTIGE EDITION
   ========================================================= */
:root{
  --prestige-gold:#d9a15c;
  --prestige-gold-2:#f0c789;
  --prestige-ink:#0a0604;
  --prestige-panel:#120b07;
  --prestige-cream:#f0e7dc;
}
html{scroll-behavior:smooth}
body{background:var(--prestige-ink)}
body::selection{background:#d9a15c;color:#160d08}
.prestige-ambient{position:fixed;inset:0;pointer-events:none;z-index:-1;overflow:hidden}
.prestige-orb{position:absolute;border-radius:999px;filter:blur(110px);opacity:.11}
.prestige-orb-a{width:420px;height:420px;background:#d89e58;top:-150px;right:-100px}
.prestige-orb-b{width:560px;height:560px;background:#693816;left:-220px;bottom:10%}
.prestige-progress{position:fixed;z-index:5000;left:0;top:0;height:2px;width:0;background:linear-gradient(90deg,#d89e58,#f5d7a6);box-shadow:0 0 18px rgba(229,173,101,.55)}

.prestige-header{
  background:linear-gradient(180deg,rgba(10,6,4,.93),rgba(10,6,4,.72))!important;
  backdrop-filter:blur(22px) saturate(145%)!important;
  border-bottom:1px solid rgba(255,221,171,.09)!important;
  box-shadow:0 12px 42px rgba(0,0,0,.20)
}
.prestige-header .desktop-nav a{position:relative}
.prestige-header .desktop-nav a:after{
  content:"";position:absolute;left:50%;right:50%;bottom:-9px;height:1px;
  background:linear-gradient(90deg,#dca35f,#f0c98f);transition:.28s
}
.prestige-header .desktop-nav a:hover:after{left:0;right:0}
.prestige-header .header-contact{
  box-shadow:0 14px 35px rgba(203,132,62,.16);
  transition:transform .25s,box-shadow .25s
}
.prestige-header .header-contact:hover{transform:translateY(-2px);box-shadow:0 18px 45px rgba(203,132,62,.24)}

.dashboard-hero{isolation:isolate}
.dashboard-hero:after{
  content:"";position:absolute;inset:auto 0 0;height:220px;z-index:2;pointer-events:none;
  background:linear-gradient(180deg,transparent,#0b0705)
}
.dashboard-hero-copy h1{text-wrap:balance}
.dashboard-hero-card{transform:perspective(1200px) rotateY(-2deg);transition:.45s}
.dashboard-hero-card:hover{transform:perspective(1200px) rotateY(0deg) translateY(-7px)}
.dashboard-kpis{box-shadow:0 38px 90px rgba(0,0,0,.38)}
.dashboard-kpi{transition:.3s}
.dashboard-kpi:hover{background:rgba(221,163,93,.045)}

.prestige-proof{
  width:min(1320px,94%);margin:24px auto 0;display:grid;grid-template-columns:repeat(4,1fr);
  border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)
}
.prestige-proof-item{padding:19px 22px;border-right:1px solid rgba(255,255,255,.07)}
.prestige-proof-item:last-child{border-right:0}
.prestige-proof-item small{display:block;font-size:7px;letter-spacing:.16em;color:#a57343;margin-bottom:6px}
.prestige-proof-item strong{font-family:var(--serif);font-weight:500;color:#e8d7c4;font-size:15px}

.featured-card,.why-dashboard-card,.sector-card,.dashboard-profile-card,
.product-detail-card,.catalog-download-card,.partner-value-grid article{
  box-shadow:0 24px 70px rgba(0,0,0,.12)
}
.featured-card:after,.product-detail-card:after,.why-dashboard-card:after{
  content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  box-shadow:inset 0 1px rgba(255,255,255,.045)
}

.prestige-editorial{
  display:grid;grid-template-columns:.9fr 1.1fr;gap:6vw;align-items:end;
  padding-top:120px;padding-bottom:120px
}
.prestige-editorial-copy h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,74px);line-height:.98;letter-spacing:-.045em;margin:0
}
.prestige-editorial-copy h2 span{color:var(--prestige-gold)}
.prestige-editorial-copy>p:last-child{color:#988a7e;line-height:1.8;max-width:670px}
.prestige-editorial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.prestige-editorial-grid article{
  min-height:250px;border:1px solid var(--line);border-radius:22px;padding:22px;
  background:linear-gradient(155deg,rgba(255,255,255,.025),rgba(255,255,255,.006))
}
.prestige-editorial-grid span{font-size:8px;letter-spacing:.15em;color:var(--prestige-gold)}
.prestige-editorial-grid h3{font-family:var(--serif);font-size:26px;margin-top:90px;margin-bottom:8px}
.prestige-editorial-grid p{font-size:11px;color:#8f8175;line-height:1.65}

.prestige-inner-hero{
  position:relative;overflow:hidden;min-height:520px;display:flex;flex-direction:column;justify-content:flex-end;
  padding-top:170px!important;padding-bottom:70px!important
}
.prestige-inner-hero:before{
  content:"";position:absolute;inset:0 -10% auto auto;width:520px;height:520px;border-radius:50%;
  background:radial-gradient(circle,rgba(217,161,92,.14),transparent 66%);filter:blur(18px);pointer-events:none
}
.prestige-inner-hero:after{
  content:"";position:absolute;left:6vw;right:6vw;bottom:0;height:1px;
  background:linear-gradient(90deg,rgba(217,161,92,.5),rgba(255,255,255,.04),transparent)
}
.prestige-hero-line{width:90px;height:1px;background:linear-gradient(90deg,#dda35d,transparent);margin-top:22px}

.prestige-ribbon{
  width:min(1280px,88%);margin:0 auto 35px;display:grid;grid-template-columns:repeat(3,1fr);
  border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.015);overflow:hidden
}
.prestige-ribbon>div{padding:18px 22px;border-right:1px solid var(--line)}
.prestige-ribbon>div:last-child{border-right:0}
.prestige-ribbon small{display:block;color:#9e6e3d;font-size:7px;letter-spacing:.14em;margin-bottom:5px}
.prestige-ribbon strong{font-family:var(--serif);font-weight:500;color:#dbcab8;font-size:14px}

.product-detail-card{position:relative;overflow:hidden;transition:.32s}
.product-detail-card:hover{transform:translateY(-5px);border-color:rgba(221,163,93,.35)}
.product-detail-card h2{font-size:34px}
.catalog-download-card{transition:.32s;position:relative;overflow:hidden}
.catalog-download-card:before{
  content:"";position:absolute;width:160px;height:160px;border-radius:50%;right:-60px;top:-60px;
  background:radial-gradient(circle,rgba(172,108,48,.18),transparent 68%)
}
.catalog-download-card:hover{transform:translateY(-6px);box-shadow:0 30px 75px rgba(44,25,12,.16)}
.partner-value-grid article{transition:.32s}
.partner-value-grid article:hover{transform:translateY(-6px);border-color:rgba(221,163,93,.32)}
.contact-pro-layout{align-items:start}
.contact-info-pro{position:sticky;top:150px}
.pro-contact-form{border:1px solid var(--line);border-radius:26px;padding:28px;background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.008));box-shadow:0 30px 80px rgba(0,0,0,.18)}
.pro-contact-form input,.pro-contact-form select,.pro-contact-form textarea{
  border-radius:12px!important;border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.025)!important;transition:.25s!important
}
.pro-contact-form input:focus,.pro-contact-form select:focus,.pro-contact-form textarea:focus{
  outline:none!important;border-color:rgba(221,163,93,.62)!important;box-shadow:0 0 0 3px rgba(221,163,93,.08)!important
}
.pro-footer{border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0b0705,#080403)}

.prestige-legal-page{background:
  radial-gradient(circle at 85% 10%,rgba(217,161,92,.09),transparent 28%),
  #0b0705}
.prestige-legal-page main,.prestige-legal-page .legal-shell,.prestige-legal-page .page-shell{
  box-shadow:0 35px 100px rgba(0,0,0,.22)
}

@media(max-width:1050px){
  .prestige-proof{grid-template-columns:1fr 1fr}
  .prestige-proof-item:nth-child(2){border-right:0}
  .prestige-editorial{grid-template-columns:1fr}
  .contact-info-pro{position:static}
}
@media(max-width:760px){
  .prestige-proof{grid-template-columns:1fr}
  .prestige-proof-item{border-right:0;border-bottom:1px solid rgba(255,255,255,.07)}
  .prestige-editorial-grid{grid-template-columns:1fr}
  .prestige-editorial-grid article{min-height:190px}
  .prestige-editorial-grid h3{margin-top:55px}
  .prestige-ribbon{grid-template-columns:1fr;width:calc(100% - 40px)}
  .prestige-ribbon>div{border-right:0;border-bottom:1px solid var(--line)}
  .prestige-inner-hero{min-height:450px;padding-top:135px!important}
}


/* =========================================================
   HERO + SERVICES + GALLERY PREMIUM UPGRADE
   ========================================================= */
.dashboard-hero-copy h1{
  max-width:980px;
  text-shadow:0 14px 45px rgba(0,0,0,.28)
}
.dashboard-hero-copy>p{
  font-size:15px;
  max-width:780px;
  color:#c0b3a5;
}

/* SERVICES */
.premium-services-section{
  background:
    radial-gradient(circle at 90% 10%,rgba(217,161,92,.08),transparent 28%),
    #0c0705;
  padding-top:125px;
  padding-bottom:125px
}
.premium-services-head{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:7vw;
  align-items:end;
  margin-bottom:45px
}
.premium-services-head h2{
  font-family:var(--serif);
  font-size:clamp(50px,5.4vw,78px);
  line-height:.96;
  letter-spacing:-.045em;
  margin:0
}
.premium-services-head>p{
  color:#9b8c80;
  line-height:1.8;
  max-width:620px
}
.premium-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px
}
.premium-service-card{
  min-height:390px;
  position:relative;
  padding:25px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    linear-gradient(145deg,rgba(255,255,255,.032),rgba(255,255,255,.006));
  overflow:hidden;
  transition:transform .35s,border-color .35s,box-shadow .35s
}
.premium-service-card:before{
  content:"";
  position:absolute;
  width:220px;height:220px;border-radius:50%;
  right:-110px;top:-110px;
  background:radial-gradient(circle,rgba(221,163,93,.13),transparent 66%);
  transition:.4s
}
.premium-service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(221,163,93,.38);
  box-shadow:0 32px 80px rgba(0,0,0,.28)
}
.premium-service-card:hover:before{transform:scale(1.25)}
.service-index{
  color:#9f754c;
  font-size:8px;
  letter-spacing:.16em
}
.service-icon{
  width:48px;height:48px;border-radius:50%;
  border:1px solid rgba(221,163,93,.24);
  display:grid;place-items:center;
  color:#dda35d;
  margin-top:30px;
  font-size:20px
}
.premium-service-card h3{
  font-family:var(--serif);
  font-size:29px;
  line-height:1.06;
  margin:55px 0 12px
}
.premium-service-card p{
  color:#938579;
  line-height:1.7;
  font-size:12px;
  margin-bottom:22px
}
.premium-service-card a{
  position:absolute;
  left:25px;right:25px;bottom:24px;
  color:#d9a15c;
  font-size:9px;
  font-weight:700
}
.premium-services-bottom{
  margin-top:20px;
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;
  border:1px solid rgba(221,163,93,.18);
  border-radius:22px;
  background:linear-gradient(90deg,rgba(221,163,93,.055),rgba(255,255,255,.01))
}
.premium-services-bottom strong{
  display:block;
  font-family:var(--serif);
  font-size:26px;
  color:#ead8c3
}
.premium-services-bottom p{
  color:#8e8176;
  margin:8px 0 0
}

/* GALLERY */
.premium-gallery-section{
  padding-top:125px;
  padding-bottom:125px;
  background:#efe5d7;
  color:#18100b
}
.premium-gallery-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:8vw;
  align-items:end;
  margin-bottom:45px
}
.premium-gallery-head h2{
  font-family:var(--serif);
  font-size:clamp(50px,5.4vw,78px);
  line-height:.96;
  letter-spacing:-.045em;
  margin:0
}
.gallery-head-side p{
  color:#695b4f;
  line-height:1.8;
  max-width:600px
}
.gallery-head-side a{
  display:inline-block;
  margin-top:10px;
  color:#9c6532;
  font-size:10px;
  font-weight:700
}
.premium-gallery-mosaic{
  display:grid;
  grid-template-columns:1.15fr .85fr .85fr;
  grid-template-rows:320px 320px;
  gap:16px
}
.gallery-tile{
  margin:0;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:#1a100b
}
.gallery-tile-hero{grid-row:span 2}
.gallery-tile-wide{grid-column:span 2}
.gallery-tile img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .5s
}
.gallery-tile:hover img{transform:scale(1.06);filter:saturate(1.05)}
.gallery-tile-overlay{
  position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(8,5,3,.03),rgba(8,5,3,.72))
}
.gallery-tile figcaption{
  position:absolute;
  left:20px;right:20px;bottom:18px;
  z-index:2;
  display:flex;justify-content:space-between;align-items:end;
  color:#fff4e7
}
.gallery-tile figcaption span{
  color:#dba15c;
  font-size:8px;
  letter-spacing:.16em
}
.gallery-tile figcaption strong{
  font-family:var(--serif);
  font-size:20px;
  font-weight:500
}
.gallery-tile-hero figcaption strong{font-size:30px}

/* RTL */
body[dir="rtl"] .premium-service-card a{left:25px;right:25px;text-align:right}
body[dir="rtl"] .gallery-tile figcaption{left:20px;right:20px}
body[dir="rtl"] .service-icon{margin-left:auto}

/* Mobile */
@media(max-width:1050px){
  .premium-services-head,.premium-gallery-head{grid-template-columns:1fr}
  .premium-services-grid{grid-template-columns:1fr 1fr}
  .premium-gallery-mosaic{grid-template-columns:1fr 1fr}
  .gallery-tile-hero{grid-row:span 1}
  .gallery-tile-wide{grid-column:span 1}
}
@media(max-width:700px){
  .premium-services-section,.premium-gallery-section{padding-top:90px;padding-bottom:90px}
  .premium-services-grid{grid-template-columns:1fr}
  .premium-service-card{min-height:340px}
  .premium-services-bottom{flex-direction:column;align-items:flex-start}
  .premium-gallery-mosaic{grid-template-columns:1fr;grid-template-rows:repeat(5,280px)}
  .gallery-tile-hero,.gallery-tile-wide{grid-column:span 1;grid-row:span 1}
}


/* =========================================================
   REAL COFFEE PHOTOS + PRODUCT ITEMS
   ========================================================= */
.real-coffee-collection{
  background:#efe5d7;
  color:#18100b;
  padding-top:120px;
  padding-bottom:120px
}
.real-coffee-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:7vw;
  align-items:end;
  margin-bottom:42px
}
.real-coffee-head h2{
  font-family:var(--serif);
  font-size:clamp(48px,5.2vw,76px);
  line-height:.98;
  letter-spacing:-.045em;
  margin:0
}
.real-coffee-head>p{
  color:#6a5c50;
  line-height:1.8
}
.real-coffee-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  grid-auto-rows:330px;
  gap:16px
}
.real-coffee-card{
  position:relative;
  overflow:hidden;
  border-radius:25px;
  background:#1b110b;
  box-shadow:0 26px 65px rgba(48,28,14,.12)
}
.real-coffee-feature{grid-row:span 2}
.real-coffee-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease,filter .45s ease
}
.real-coffee-card:hover img{
  transform:scale(1.055);
  filter:saturate(1.05) contrast(1.02)
}
.real-photo-shade{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,4,2,.02) 25%,rgba(7,4,2,.86) 100%)
}
.real-coffee-info{
  position:absolute;
  z-index:2;
  left:22px;
  right:22px;
  bottom:20px;
  color:#fff
}
.real-coffee-info small{
  display:block;
  color:#e1a85f;
  letter-spacing:.14em;
  font-size:7px;
  margin-bottom:8px
}
.real-coffee-info h3{
  font-family:var(--serif);
  font-size:27px;
  line-height:1.05;
  margin:0 0 8px
}
.real-coffee-feature .real-coffee-info h3{font-size:40px}
.real-coffee-info p{
  color:#c9bdb1;
  line-height:1.6;
  max-width:520px;
  font-size:11px
}
.real-coffee-info>span{
  display:inline-block;
  margin-top:6px;
  padding:6px 9px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:7px;
  letter-spacing:.12em;
  color:#f0dec8;
  background:rgba(12,7,4,.25);
  backdrop-filter:blur(8px)
}
.real-coffee-action{
  display:flex;
  justify-content:center;
  margin-top:30px
}

/* PRODUCTS PAGE */
.real-products-page-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px
}
.real-product-page-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.007));
  transition:transform .35s,border-color .35s,box-shadow .35s
}
.real-product-page-card:hover{
  transform:translateY(-6px);
  border-color:rgba(221,163,93,.36);
  box-shadow:0 30px 80px rgba(0,0,0,.25)
}
.real-product-image{
  height:330px;
  overflow:hidden;
  background:#19100b
}
.real-product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .65s ease
}
.real-product-page-card:hover .real-product-image img{transform:scale(1.045)}
.real-product-copy{padding:25px}
.real-product-copy small{
  color:#d79e5b;
  font-size:8px;
  letter-spacing:.15em
}
.real-product-copy h2{
  font-family:var(--serif);
  font-size:34px;
  line-height:1.05;
  margin:9px 0 12px
}
.real-product-copy p{
  color:#988a7e;
  line-height:1.7;
  font-size:12px
}
.real-product-copy>span{
  display:inline-block;
  margin-top:10px;
  color:#d9a25f;
  border-top:1px solid rgba(221,163,93,.22);
  padding-top:9px;
  font-size:9px;
  letter-spacing:.08em
}

/* RTL */
body[dir="rtl"] .real-coffee-info{text-align:right}
body[dir="rtl"] .real-product-copy{text-align:right}

/* Responsive */
@media(max-width:1050px){
  .real-coffee-head{grid-template-columns:1fr}
  .real-coffee-grid{grid-template-columns:1fr 1fr}
  .real-coffee-feature{grid-row:span 1;grid-column:span 2}
}
@media(max-width:760px){
  .real-coffee-collection{padding-top:85px;padding-bottom:85px}
  .real-coffee-grid{grid-template-columns:1fr;grid-auto-rows:310px}
  .real-coffee-feature{grid-column:span 1}
  .real-products-page-grid{grid-template-columns:1fr}
  .real-product-image{height:300px}
}

/* SIGNATURE EDITION */
.signature-manifesto{display:grid;grid-template-columns:1.2fr .8fr;gap:7vw;align-items:end;padding-top:105px;padding-bottom:90px}
.signature-manifesto-copy h2,.signature-section-title h2,.signature-process-head h2,.signature-map-head h2{font-family:var(--serif);font-size:clamp(48px,5.4vw,78px);line-height:.96;letter-spacing:-.05em;margin:0}.signature-manifesto-side>p,.signature-section-title>p:last-child{color:#9b8d81;line-height:1.8}.signature-mini-links{display:flex;gap:18px;flex-wrap:wrap;margin-top:25px}.signature-mini-links a{font-size:10px;color:#dba35e;border-bottom:1px solid rgba(219,163,94,.28);padding-bottom:4px}
.signature-advantage{background:#0a0604}.signature-section-title{max-width:980px;margin-bottom:40px}.signature-advantage-grid,.signature-map-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.signature-advantage-card,.signature-map-grid>a{min-height:300px;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.027),rgba(255,255,255,.006));transition:.35s;position:relative;overflow:hidden}.signature-advantage-card:hover,.signature-map-grid>a:hover{transform:translateY(-7px);border-color:rgba(221,163,93,.34);box-shadow:0 30px 80px rgba(0,0,0,.23)}.signature-advantage-card>span,.signature-map-grid span{color:#d79e5a;font-size:8px;letter-spacing:.15em}.signature-advantage-card h3,.signature-map-grid h3{font-family:var(--serif);font-size:27px;margin-top:90px;margin-bottom:10px}.signature-advantage-card p,.signature-map-grid p{color:#918378;line-height:1.7;font-size:12px}
.signature-process{background:#efe5d7;color:#1b100b}.signature-process-head{max-width:930px;margin-bottom:38px}.signature-process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(30,18,10,.14);border-bottom:1px solid rgba(30,18,10,.14)}.signature-process-grid article{padding:28px;border-right:1px solid rgba(30,18,10,.14);min-height:240px}.signature-process-grid article:last-child{border-right:0}.signature-process-grid b{font-size:8px;color:#9d6938;letter-spacing:.15em}.signature-process-grid h3{font-family:var(--serif);font-size:28px;margin-top:75px;margin-bottom:8px}.signature-process-grid p{color:#6c5d51;line-height:1.7;font-size:12px}
.signature-business-map{background:#0b0705}.signature-map-head{max-width:860px;margin-bottom:38px}.signature-map-grid>a:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-90px;top:-90px;background:radial-gradient(circle,rgba(221,163,93,.14),transparent 70%)}
.signature-faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:7vw;align-items:start;background:#0d0805}.signature-faq-head h2{font-family:var(--serif);font-size:clamp(45px,5vw,68px);margin:0;line-height:.98}.signature-faq-head>p:last-child{color:#97897d;line-height:1.8}.signature-faq-list{border-top:1px solid var(--line)}.signature-faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.signature-faq-list summary{cursor:pointer;list-style:none;font-family:var(--serif);font-size:21px;color:#ead7c2;display:flex;justify-content:space-between;gap:20px}.signature-faq-list summary::-webkit-details-marker{display:none}.signature-faq-list summary:after{content:"+";color:#dba25d}.signature-faq-list details[open] summary:after{content:"−"}.signature-faq-list p{color:#8f8175;line-height:1.75;max-width:800px}
.product-quick-nav{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.product-quick-nav a{padding:8px 12px;border:1px solid rgba(221,163,93,.2);border-radius:999px;color:#dcb071;font-size:8px;letter-spacing:.08em;background:rgba(255,255,255,.015)}
.signature-page .prestige-inner-hero,.signature-page .inner-hero{background:radial-gradient(circle at 85% 0%,rgba(217,161,92,.11),transparent 30%)}.signature-page .page-cta{box-shadow:0 30px 80px rgba(0,0,0,.22)}.signature-page .catalog-download-card,.signature-page .partner-value-grid article,.signature-page .pro-contact-form{border-color:rgba(221,163,93,.16)}
body[dir="rtl"] .signature-process-grid article{border-right:0;border-left:1px solid rgba(30,18,10,.14)}body[dir="rtl"] .signature-process-grid article:last-child{border-left:0}
@media(max-width:1050px){.signature-manifesto,.signature-faq{grid-template-columns:1fr}.signature-advantage-grid,.signature-process-grid,.signature-map-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.signature-manifesto{padding-top:75px;padding-bottom:65px}.signature-advantage-grid,.signature-process-grid,.signature-map-grid{grid-template-columns:1fr}.signature-process-grid article{border-right:0;border-bottom:1px solid rgba(30,18,10,.14)}.signature-process-grid article:last-child{border-bottom:0}}


/* HOME / ABOUT / SERVICES PROFESSIONAL INTEGRATION */
/* =========================================================
LAYAN COFFEE — HOME / ABOUT / SERVICES PROFESSIONAL CSS
========================================================= */

.lc-home-pro,
.lc-about-pro,
.lc-services-pro{
  position:relative;
}

.lc-kicker{
  margin:0 0 14px;
  font-size:9px;
  line-height:1;
  letter-spacing:.18em;
  font-weight:800;
  color:#dca35f;
}

/* HOME */
.lc-home-pro{
  min-height:100vh;
  padding:150px 6vw 90px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:#0a0604;
}

.lc-home-pro__media,
.lc-home-pro__media img,
.lc-home-pro__shade{
  position:absolute;
  inset:0;
}

.lc-home-pro__media img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lc-home-pro__shade{
  background:
    linear-gradient(90deg,rgba(9,5,3,.97) 0%,rgba(9,5,3,.83) 44%,rgba(9,5,3,.38) 74%,rgba(9,5,3,.18) 100%),
    linear-gradient(180deg,rgba(9,5,3,.12),rgba(9,5,3,.42));
}

.lc-home-pro__content{
  position:relative;
  z-index:2;
  width:100%;
  display:grid;
  grid-template-columns:1.15fr .55fr;
  gap:7vw;
  align-items:end;
}

.lc-home-pro__copy h1{
  max-width:950px;
  margin:0 0 24px;
  font-family:var(--serif, Georgia, serif);
  font-size:clamp(58px,6.5vw,100px);
  line-height:.93;
  letter-spacing:-.055em;
  color:#f5eadc;
}

.lc-home-pro__copy h1 span{
  color:#dda35d;
}

.lc-home-pro__lead{
  max-width:760px;
  color:#b9ab9e;
  line-height:1.85;
  font-size:14px;
}

.lc-home-pro__actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:30px 0;
}

.lc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:13px;
  text-decoration:none;
  font-size:10px;
  font-weight:800;
  letter-spacing:.03em;
  transition:.28s;
}

.lc-btn--gold{
  background:linear-gradient(135deg,#e0a761,#b9783f);
  color:#1a0f08;
  box-shadow:0 16px 40px rgba(190,119,55,.18);
}

.lc-btn--gold:hover{
  transform:translateY(-2px);
  box-shadow:0 20px 50px rgba(190,119,55,.28);
}

.lc-btn--glass{
  color:#edd8bd;
  border:1px solid rgba(255,215,156,.24);
  background:rgba(255,255,255,.035);
  backdrop-filter:blur(10px);
}

.lc-btn--text{
  color:#dba35f;
  border-bottom:1px solid rgba(219,163,95,.32);
  border-radius:0;
}

.lc-btn--dark{
  background:#17100b;
  color:#f0dcc3;
}

.lc-home-pro__trust{
  display:flex;
  gap:30px;
  flex-wrap:wrap;
  padding-top:25px;
  border-top:1px solid rgba(255,255,255,.10);
}

.lc-home-pro__trust div{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.lc-home-pro__trust strong{
  font-family:var(--serif, Georgia, serif);
  font-size:21px;
  color:#f0dcc3;
}

.lc-home-pro__trust span{
  font-size:8px;
  color:#918277;
}

.lc-home-pro__card{
  padding:14px;
  border-radius:26px;
  border:1px solid rgba(255,215,154,.17);
  background:rgba(16,9,6,.62);
  backdrop-filter:blur(18px);
  box-shadow:0 35px 90px rgba(0,0,0,.35);
}

.lc-home-pro__card-label{
  display:block;
  padding:4px 4px 13px;
  font-size:7px;
  letter-spacing:.16em;
  color:#a98a6b;
}

.lc-home-pro__card img{
  width:100%;
  height:335px;
  object-fit:cover;
  border-radius:18px;
}

.lc-home-pro__card-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  padding:16px 4px 5px;
}

.lc-home-pro__card-meta small{
  display:block;
  margin-bottom:4px;
  color:#897462;
  font-size:7px;
  letter-spacing:.14em;
}

.lc-home-pro__card-meta strong{
  font-family:var(--serif, Georgia, serif);
  color:#ead8c3;
  font-size:15px;
}

/* ABOUT */
.lc-about-pro{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:760px;
  background:#efe5d7;
  color:#1b100b;
}

.lc-about-pro__media{
  position:relative;
  overflow:hidden;
}

.lc-about-pro__media>img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.lc-about-pro__badge{
  position:absolute;
  left:26px;
  bottom:26px;
  padding:16px 18px;
  border:1px solid rgba(255,218,165,.16);
  border-radius:15px;
  background:rgba(13,8,5,.78);
  backdrop-filter:blur(14px);
  color:#fff;
}

.lc-about-pro__badge span{
  display:block;
  margin-bottom:5px;
  color:#dda35d;
  font-size:8px;
  letter-spacing:.15em;
}

.lc-about-pro__badge strong{
  font-family:var(--serif, Georgia, serif);
  font-size:20px;
}

.lc-about-pro__content{
  padding:90px 7vw;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.lc-about-pro__content h2{
  margin:0 0 22px;
  font-family:var(--serif, Georgia, serif);
  font-size:clamp(48px,5vw,74px);
  line-height:.98;
  letter-spacing:-.045em;
}

.lc-about-pro__content h2 span{
  color:#a96e38;
}

.lc-about-pro__content>p{
  color:#66584c;
  line-height:1.82;
}

.lc-about-pro__values{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin:28px 0 30px;
  border-top:1px solid rgba(28,16,10,.13);
}

.lc-about-pro__values article{
  padding:18px 18px 18px 0;
  border-bottom:1px solid rgba(28,16,10,.13);
}

.lc-about-pro__values article:nth-child(odd){
  border-right:1px solid rgba(28,16,10,.13);
}

.lc-about-pro__values article:nth-child(even){
  padding-left:18px;
}

.lc-about-pro__values span{
  color:#a66d38;
  font-size:8px;
}

.lc-about-pro__values h3{
  margin:7px 0 5px;
  font-family:var(--serif, Georgia, serif);
  font-size:20px;
}

.lc-about-pro__values p{
  margin:0;
  color:#746557;
  line-height:1.55;
  font-size:11px;
}

/* SERVICES */
.lc-services-pro{
  padding:125px 6vw;
  background:
    radial-gradient(circle at 90% 10%,rgba(217,161,92,.08),transparent 28%),
    #0c0705;
  color:#f4e8d8;
}

.lc-services-pro__head{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:7vw;
  align-items:end;
  margin-bottom:45px;
}

.lc-services-pro__head h2{
  margin:0;
  font-family:var(--serif, Georgia, serif);
  font-size:clamp(50px,5.5vw,80px);
  line-height:.96;
  letter-spacing:-.05em;
}

.lc-services-pro__head h2 span{
  color:#dda35d;
}

.lc-services-pro__head>p{
  max-width:650px;
  color:#9d8e82;
  line-height:1.82;
}

.lc-services-pro__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.lc-service-card{
  min-height:390px;
  position:relative;
  padding:25px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.032),rgba(255,255,255,.006));
  transition:.35s;
}

.lc-service-card:hover{
  transform:translateY(-8px);
  border-color:rgba(221,163,93,.36);
  box-shadow:0 30px 80px rgba(0,0,0,.27);
}

.lc-service-card__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.lc-service-card__top span{
  color:#9f754c;
  font-size:8px;
  letter-spacing:.15em;
}

.lc-service-card__top b{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:1px solid rgba(221,163,93,.22);
  border-radius:50%;
  color:#dca35f;
  font-size:19px;
}

.lc-service-card h3{
  margin:85px 0 12px;
  font-family:var(--serif, Georgia, serif);
  font-size:29px;
  line-height:1.05;
}

.lc-service-card p{
  margin-bottom:44px;
  color:#938579;
  line-height:1.7;
  font-size:12px;
}

.lc-service-card>a{
  position:absolute;
  left:25px;
  bottom:24px;
  color:#dba35f;
  font-size:9px;
  font-weight:800;
}

.lc-services-pro__cta{
  margin-top:22px;
  padding:30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:35px;
  border:1px solid rgba(221,163,93,.18);
  border-radius:23px;
  background:linear-gradient(90deg,rgba(221,163,93,.06),rgba(255,255,255,.008));
}

.lc-services-pro__cta small{
  display:block;
  margin-bottom:7px;
  color:#d9a05b;
  letter-spacing:.15em;
  font-size:8px;
}

.lc-services-pro__cta strong{
  display:block;
  font-family:var(--serif, Georgia, serif);
  font-size:27px;
  color:#ecd9c3;
}

.lc-services-pro__cta p{
  max-width:740px;
  margin:7px 0 0;
  color:#8f8176;
  line-height:1.7;
}

/* RESPONSIVE */
@media(max-width:1080px){
  .lc-home-pro__content{
    grid-template-columns:1fr;
  }

  .lc-home-pro__card{
    display:none;
  }

  .lc-about-pro{
    grid-template-columns:1fr;
  }

  .lc-about-pro__media{
    min-height:460px;
  }

  .lc-services-pro__head{
    grid-template-columns:1fr;
  }

  .lc-services-pro__grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:700px){
  .lc-home-pro{
    min-height:900px;
    padding:135px 20px 75px;
  }

  .lc-home-pro__copy h1{
    font-size:50px;
  }

  .lc-home-pro__actions{
    flex-direction:column;
  }

  .lc-home-pro__actions .lc-btn{
    width:100%;
  }

  .lc-about-pro__content{
    padding:65px 22px;
  }

  .lc-about-pro__values{
    grid-template-columns:1fr;
  }

  .lc-about-pro__values article,
  .lc-about-pro__values article:nth-child(odd),
  .lc-about-pro__values article:nth-child(even){
    border-right:0;
    padding-left:0;
  }

  .lc-services-pro{
    padding:90px 20px;
  }

  .lc-services-pro__grid{
    grid-template-columns:1fr;
  }

  .lc-services-pro__cta{
    flex-direction:column;
    align-items:flex-start;
  }
}

#about,#services,#gallery{scroll-margin-top:130px}


/* =========================================================
   LAYAN COFFEE — ULTIMATE PROFESSIONAL FINAL
   ========================================================= */

/* Loader */
.layan-loader{
  position:fixed;inset:0;z-index:99999;
  display:grid;place-items:center;
  background:
    radial-gradient(circle at 50% 40%,rgba(217,161,92,.10),transparent 30%),
    #090503;
  transition:opacity .7s ease,visibility .7s ease;
}
.layan-loader.is-hidden{opacity:0;visibility:hidden}
.layan-loader__inner{text-align:center;width:min(420px,84vw)}
.layan-loader__inner img{width:220px;max-height:150px;object-fit:contain;filter:drop-shadow(0 20px 35px rgba(0,0,0,.35))}
.layan-loader__brand{font-family:var(--serif,Georgia,serif);font-size:30px;letter-spacing:.08em;color:#ead7bf;margin-top:12px}
.layan-loader__line{height:1px;background:rgba(255,255,255,.09);margin:20px 0 12px;overflow:hidden}
.layan-loader__line span{display:block;height:100%;width:35%;background:linear-gradient(90deg,#b66f37,#e2ad69,#f1d6a7);animation:layanLoad 1.3s ease-in-out infinite}
.layan-loader__inner small{font-size:8px;letter-spacing:.19em;color:#8f7c68}
@keyframes layanLoad{0%{transform:translateX(-120%)}50%{transform:translateX(120%)}100%{transform:translateX(330%)}}

/* About enhancements */
.about-professional-points{display:grid;grid-template-columns:1fr 1fr;margin:26px 0 30px;border-top:1px solid rgba(28,16,10,.13)}
.about-professional-points article{padding:18px 18px 18px 0;border-bottom:1px solid rgba(28,16,10,.13)}
.about-professional-points article:nth-child(odd){border-right:1px solid rgba(28,16,10,.13)}
.about-professional-points article:nth-child(even){padding-left:18px}
.about-professional-points span{color:#a66d38;font-size:8px}
.about-professional-points h3{font-family:var(--serif);font-size:20px;margin:7px 0 5px}
.about-professional-points p{color:#716255;font-size:11px;line-height:1.55;margin:0}
.about-professional-actions{display:flex;gap:12px;flex-wrap:wrap}

/* Ultimate Why */
.ultimate-why{background:#0b0705}
.ultimate-section-head{max-width:930px;margin-bottom:38px}
.ultimate-section-head h2{font-family:var(--serif);font-size:clamp(48px,5.3vw,76px);line-height:.98;letter-spacing:-.045em;margin:0}
.ultimate-section-head>p:last-child{max-width:760px;color:#95877b;line-height:1.8}
.ultimate-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.ultimate-why-grid article{
  min-height:300px;padding:24px;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(150deg,rgba(255,255,255,.028),rgba(255,255,255,.006));
  transition:.35s
}
.ultimate-why-grid article:hover{transform:translateY(-7px);border-color:rgba(221,163,93,.36);box-shadow:0 30px 80px rgba(0,0,0,.23)}
.ultimate-why-grid span{font-size:8px;letter-spacing:.15em;color:#d79d59}
.ultimate-why-grid h3{font-family:var(--serif);font-size:26px;margin-top:90px;margin-bottom:10px}
.ultimate-why-grid p{font-size:12px;line-height:1.7;color:#918378}

/* Process */
.ultimate-process{background:#efe5d7;color:#1b100b}
.ultimate-process .ultimate-section-head>p:last-child{color:#6c5c50}
.ultimate-process-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(30,18,10,.14);border-bottom:1px solid rgba(30,18,10,.14)}
.ultimate-process-grid article{min-height:230px;padding:26px;border-right:1px solid rgba(30,18,10,.14)}
.ultimate-process-grid article:last-child{border-right:0}
.ultimate-process-grid b{font-size:8px;color:#9c6836;letter-spacing:.14em}
.ultimate-process-grid h3{font-family:var(--serif);font-size:25px;margin-top:75px;margin-bottom:8px}
.ultimate-process-grid p{font-size:12px;color:#68594c;line-height:1.65}

/* Stronger service cards */
.lc-service-card{box-shadow:0 28px 70px rgba(0,0,0,.13)}
.lc-service-card:hover{box-shadow:0 35px 90px rgba(0,0,0,.30)}
.lc-services-pro__cta strong{max-width:800px}

/* Product cards */
.real-product-page-card{
  background:linear-gradient(155deg,rgba(255,255,255,.032),rgba(255,255,255,.006));
}
.real-product-copy h2{font-size:36px}
.real-product-copy p{font-size:12.5px}

/* Page polish */
.dashboard-home,.inner-page{overflow:hidden}
.section{position:relative}
img{image-rendering:auto}
a,button{transition:all .25s ease}

@media(max-width:1050px){
  .ultimate-why-grid,.ultimate-process-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .about-professional-points,.ultimate-why-grid,.ultimate-process-grid{grid-template-columns:1fr}
  .about-professional-points article,
  .about-professional-points article:nth-child(odd),
  .about-professional-points article:nth-child(even){border-right:0;padding-left:0}
  .ultimate-process-grid article{border-right:0;border-bottom:1px solid rgba(30,18,10,.14)}
  .ultimate-process-grid article:last-child{border-bottom:0}
}


/* =========================================================
   INTERNATIONAL BUYER EDITION
   ========================================================= */
.international-buyer-banner{
  width:min(1320px,92%);margin:28px auto 0;padding:28px 30px;
  display:flex;justify-content:space-between;align-items:center;gap:35px;
  border:1px solid rgba(221,163,93,.20);border-radius:25px;
  background:linear-gradient(110deg,rgba(221,163,93,.08),rgba(255,255,255,.015));
  box-shadow:0 30px 80px rgba(0,0,0,.18)
}
.international-buyer-banner h2{font-family:var(--serif);font-size:36px;line-height:1.05;margin:0 0 10px}
.international-buyer-banner p:last-child{color:#98897d;max-width:760px;line-height:1.7}
.international-buyer-banner__actions{display:flex;gap:10px;flex-wrap:wrap;min-width:max-content}

.buyer-journey{background:#efe5d7;color:#1a100b}
.buyer-journey-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(30,18,10,.14);border-bottom:1px solid rgba(30,18,10,.14)}
.buyer-journey-grid article{min-height:245px;padding:26px;border-right:1px solid rgba(30,18,10,.14)}
.buyer-journey-grid article:last-child{border-right:0}
.buyer-journey-grid span{font-size:8px;letter-spacing:.15em;color:#9d6938}
.buyer-journey-grid h3{font-family:var(--serif);font-size:26px;margin:75px 0 8px}
.buyer-journey-grid p{color:#67594e;font-size:12px;line-height:1.7}

.international-support{background:#0a0604}
.international-support__head{max-width:900px;margin-bottom:36px}
.international-support__head h2{font-family:var(--serif);font-size:clamp(48px,5.2vw,74px);line-height:.98;margin:0}
.international-support__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.international-support__grid article{min-height:235px;padding:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.015)}
.international-support__grid h3{font-family:var(--serif);font-size:24px;margin-top:75px}
.international-support__grid p{color:#918378;font-size:12px;line-height:1.7}

.product-search-panel{margin-bottom:28px;padding:26px;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.015)}
.product-search-panel h2{font-family:var(--serif);font-size:42px;margin:0 0 20px}
.product-search-controls{display:grid;grid-template-columns:minmax(240px,1fr) 2fr;gap:16px;align-items:center}
.product-search-controls input{height:48px;border:1px solid rgba(255,255,255,.11);border-radius:13px;background:rgba(255,255,255,.025);color:#f0dfca;padding:0 14px;outline:none}
.product-filter-buttons{display:flex;gap:8px;flex-wrap:wrap}
.product-filter-buttons button{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.015);color:#aa9b8d;padding:9px 12px;border-radius:999px;font-size:8px;cursor:pointer}
.product-filter-buttons button.is-active{color:#1b1009;background:#dba35f;border-color:#dba35f}
.product-empty{color:#b99a78;padding-top:15px}

.international-enquiry{scroll-margin-top:130px}
.international-enquiry__intro{max-width:880px;margin-bottom:28px}
.international-enquiry__intro h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;margin:0 0 12px}
.international-enquiry__intro p:last-child{color:#96887d;line-height:1.8}
.international-enquiry__form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;padding:28px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.006))}
.international-enquiry__form .field{display:flex;flex-direction:column;gap:8px}
.international-enquiry__form .field-wide{grid-column:1/-1}
.international-enquiry__form label{font-size:8px;letter-spacing:.13em;color:#b48759}
.international-enquiry__form input,.international-enquiry__form select,.international-enquiry__form textarea{border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.025);color:#ead8c3;padding:13px;outline:none}
.international-enquiry__actions{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:center}

.buyer-sticky-cta{position:fixed;z-index:4500;right:18px;bottom:18px;display:flex;gap:8px;padding:8px;border:1px solid rgba(221,163,93,.18);border-radius:16px;background:rgba(11,7,5,.88);backdrop-filter:blur(16px);box-shadow:0 20px 55px rgba(0,0,0,.28)}
.buyer-sticky-cta a{padding:10px 13px;border-radius:10px;font-size:8px;font-weight:800;text-decoration:none}
.buyer-sticky-cta a:first-child{color:#dca35f;border:1px solid rgba(221,163,93,.2)}
.buyer-sticky-cta a:last-child{background:#dca35f;color:#1a1009}

@media(max-width:1050px){
  .international-buyer-banner{flex-direction:column;align-items:flex-start}
  .buyer-journey-grid,.international-support__grid{grid-template-columns:1fr 1fr}
  .product-search-controls{grid-template-columns:1fr}
  .international-enquiry__form{grid-template-columns:1fr}
}
@media(max-width:720px){
  .buyer-journey-grid,.international-support__grid{grid-template-columns:1fr}
  .buyer-journey-grid article{border-right:0;border-bottom:1px solid rgba(30,18,10,.14)}
  .international-buyer-banner{width:calc(100% - 40px);padding:22px}
  .international-buyer-banner h2{font-size:31px}
  .buyer-sticky-cta{left:10px;right:10px;bottom:10px}
  .buyer-sticky-cta a{flex:1;text-align:center}
  .international-enquiry__actions{flex-direction:column!important;align-items:stretch!important}
}


/* =========================================================
   PRODUCT DETAIL + PROFESSIONAL CATALOG EDITION
   ========================================================= */
.product-detail-link{
  display:inline-flex;
  margin-top:18px;
  color:#dba35f;
  font-size:9px;
  font-weight:800;
  border-bottom:1px solid rgba(219,163,95,.28);
  padding-bottom:4px;
}

.product-detail-hero{
  position:relative;
  min-height:720px;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  padding:160px 6vw 80px;
  background:#0b0705;
}
.product-detail-hero__media,
.product-detail-hero__media img,
.product-detail-hero__media div{
  position:absolute;inset:0;
}
.product-detail-hero__media img{
  width:100%;height:100%;object-fit:cover;
}
.product-detail-hero__media div{
  background:
    linear-gradient(90deg,rgba(8,5,3,.96) 0%,rgba(8,5,3,.72) 45%,rgba(8,5,3,.28) 80%),
    linear-gradient(180deg,rgba(8,5,3,.08),rgba(8,5,3,.56));
}
.product-detail-hero__copy{
  position:relative;z-index:2;max-width:900px;
}
.product-detail-hero__copy h1{
  font-family:var(--serif);font-size:clamp(60px,7vw,108px);
  line-height:.92;letter-spacing:-.055em;margin:0 0 20px;color:#f3e6d7;
}
.product-detail-hero__copy>p:last-of-type{
  max-width:720px;color:#bdafa1;line-height:1.8;
}
.product-detail-hero__actions{
  display:flex;gap:10px;flex-wrap:wrap;margin-top:28px;
}

.product-detail-body{background:#0b0705}
.product-detail-body__intro{
  display:grid;grid-template-columns:1fr .8fr;gap:7vw;align-items:end;margin-bottom:35px;
}
.product-detail-body__intro h2{
  font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;margin:0;
}
.product-detail-body__intro>p{color:#94867a;line-height:1.8}

.product-detail-spec-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.product-detail-spec-grid article{
  min-height:290px;padding:24px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.027),rgba(255,255,255,.006));
}
.product-detail-spec-grid span{
  font-size:8px;letter-spacing:.14em;color:#d59b58;
}
.product-detail-spec-grid h3{
  font-family:var(--serif);font-size:24px;margin:75px 0 10px;
}
.product-detail-spec-grid p,
.product-detail-spec-grid li{
  color:#918378;font-size:12px;line-height:1.7;
}
.product-detail-spec-grid ul{padding-left:18px;margin:0}

.product-detail-cta{
  margin-top:22px;padding:28px;border:1px solid rgba(221,163,93,.18);
  border-radius:22px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  background:linear-gradient(90deg,rgba(221,163,93,.06),rgba(255,255,255,.008));
}
.product-detail-cta small{display:block;color:#d59b58;font-size:8px;letter-spacing:.13em;margin-bottom:6px}
.product-detail-cta strong{font-family:var(--serif);font-size:27px;color:#ead8c3}

.professional-catalog-browser{background:#0a0604}
.professional-catalog-browser__head{max-width:920px;margin-bottom:38px}
.professional-catalog-browser__head h2{
  font-family:var(--serif);font-size:clamp(48px,5.2vw,74px);line-height:.98;margin:0 0 12px;
}
.professional-catalog-browser__head p:last-child{color:#97897d;line-height:1.8}
.professional-catalog-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;
}
.catalog-category-card{
  overflow:hidden;border:1px solid var(--line);border-radius:24px;
  background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.006));
  transition:.35s;
}
.catalog-category-card:hover{
  transform:translateY(-6px);border-color:rgba(221,163,93,.35);
  box-shadow:0 30px 80px rgba(0,0,0,.22)
}
.catalog-category-card__image{height:260px;overflow:hidden}
.catalog-category-card__image img{
  width:100%;height:100%;object-fit:cover;transition:transform .6s ease;
}
.catalog-category-card:hover img{transform:scale(1.05)}
.catalog-category-card__copy{padding:22px}
.catalog-category-card__copy small{font-size:8px;color:#d69c59;letter-spacing:.14em}
.catalog-category-card__copy h3{font-family:var(--serif);font-size:28px;margin:10px 0 9px}
.catalog-category-card__copy p{font-size:12px;line-height:1.7;color:#928478}
.catalog-category-card__copy a{display:inline-flex;margin-top:10px;color:#dca35f;font-size:9px;font-weight:800}
.professional-catalog-download{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}

@media(max-width:1050px){
  .product-detail-body__intro{grid-template-columns:1fr}
  .product-detail-spec-grid{grid-template-columns:1fr 1fr}
  .professional-catalog-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .product-detail-hero{min-height:650px;padding:145px 20px 65px}
  .product-detail-hero__copy h1{font-size:54px}
  .product-detail-spec-grid,.professional-catalog-grid{grid-template-columns:1fr}
  .product-detail-cta{flex-direction:column;align-items:flex-start}
}


/* =========================================================
   REAL COMPANY EDITION
   ========================================================= */
.real-company-credibility{background:#0a0604}
.real-company-credibility__head{max-width:930px;margin-bottom:38px}
.real-company-credibility__head h2{font-family:var(--serif);font-size:clamp(48px,5.2vw,74px);line-height:.98;margin:0 0 12px}
.real-company-credibility__head>p:last-child{color:#95877b;line-height:1.8}
.real-company-credibility__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.real-company-credibility__grid article{min-height:275px;padding:24px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(150deg,rgba(255,255,255,.026),rgba(255,255,255,.006))}
.real-company-credibility__grid span{font-size:8px;color:#d79d59;letter-spacing:.14em}
.real-company-credibility__grid h3{font-family:var(--serif);font-size:26px;margin:78px 0 8px}
.real-company-credibility__grid p{color:#918378;font-size:12px;line-height:1.7}
.real-company-credibility__grid a{display:inline-flex;margin-top:10px;color:#dca35f;font-size:9px;font-weight:800}

.real-contact-board__head,.secure-enquiry__head{max-width:900px;margin-bottom:30px}
.real-contact-board__head h2,.secure-enquiry__head h2{font-family:var(--serif);font-size:clamp(46px,5vw,70px);line-height:.98;margin:0}
.real-contact-board__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.real-contact-card{min-height:150px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.015);display:flex;flex-direction:column;justify-content:flex-end}
.real-contact-card small{color:#d59b58;font-size:8px;letter-spacing:.13em;margin-bottom:8px}
.real-contact-card strong{font-family:var(--serif);font-size:18px;color:#e9d6c0}
.real-contact-card.is-disabled{opacity:.58;pointer-events:none}

.company-location{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;background:#efe5d7;color:#1b100b}
.company-location__copy h2{font-family:var(--serif);font-size:56px;line-height:1;margin:0 0 15px}
.company-location__copy>p{color:#66584c;line-height:1.8}
.company-location .lc-btn--gold.is-disabled{opacity:.5;pointer-events:none}
.company-location__visual{min-height:360px;border-radius:26px;overflow:hidden;background:#160d08}
.map-placeholder{height:100%;min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 50% 45%,rgba(218,162,93,.15),transparent 30%),linear-gradient(145deg,#1a100b,#0e0805)}
.map-placeholder span{font-size:8px;letter-spacing:.18em;color:#dca35f}
.map-placeholder strong{font-family:var(--serif);font-size:34px;color:#ead8c3;margin:8px 0}
.map-placeholder small{color:#877667}

.secure-enquiry{background:#0b0705}
.secure-enquiry__head>p:last-child{color:#95877b;line-height:1.8}
.secure-enquiry__form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;padding:28px;border:1px solid var(--line);border-radius:26px;background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.006))}
.secure-enquiry__form .field{display:flex;flex-direction:column;gap:8px}
.secure-enquiry__form .field-wide{grid-column:1/-1}
.secure-enquiry__form label{font-size:8px;letter-spacing:.13em;color:#b48759}
.secure-enquiry__form input,.secure-enquiry__form select,.secure-enquiry__form textarea{border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.025);color:#ead8c3;padding:13px;outline:none}
.secure-enquiry__form input:focus,.secure-enquiry__form select:focus,.secure-enquiry__form textarea:focus{border-color:rgba(221,163,93,.55);box-shadow:0 0 0 3px rgba(221,163,93,.08)}
.secure-enquiry__actions{display:flex!important;flex-direction:row!important;gap:10px!important;align-items:center}
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.secure-form-status{min-height:22px;font-size:11px}
.secure-form-status.is-working{color:#c5aa85}
.secure-form-status.is-success{color:#b8d9b5}
.secure-form-status.is-error{color:#e2a49d}

.partner-verification-note{background:#0d0805}
.partner-verification-note>div:first-child{max-width:880px;margin-bottom:28px}
.partner-verification-note h2{font-family:var(--serif);font-size:52px;line-height:1;margin:0 0 12px}
.partner-document-slots{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.partner-document-slots article{padding:24px;border:1px dashed rgba(221,163,93,.24);border-radius:20px;background:rgba(255,255,255,.012)}
.partner-document-slots span{font-size:8px;color:#d59b58}
.partner-document-slots strong{display:block;font-family:var(--serif);font-size:21px;margin:55px 0 6px}
.partner-document-slots small{color:#8f8175}

.seo-landing-hero{min-height:620px;padding:180px 6vw 80px;display:flex;align-items:flex-end;background:radial-gradient(circle at 80% 25%,rgba(217,161,92,.11),transparent 28%),#0b0705}
.seo-landing-hero>div{max-width:1000px}
.seo-landing-hero h1{font-family:var(--serif);font-size:clamp(58px,6vw,94px);line-height:.94;letter-spacing:-.05em;margin:0 0 20px}
.seo-landing-hero>div>p:last-of-type{max-width:760px;color:#a99b8e;line-height:1.8}
.seo-landing-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}
.seo-landing-body{display:grid;grid-template-columns:1fr .7fr;gap:7vw;align-items:start}
.seo-landing-copy h2{font-family:var(--serif);font-size:48px;line-height:1;margin:0 0 18px}
.seo-landing-copy p{color:#94867a;line-height:1.8}
.seo-landing-links{display:grid;gap:10px}
.seo-landing-links a{padding:16px 18px;border:1px solid var(--line);border-radius:14px;color:#d9a15c;background:rgba(255,255,255,.012)}

@media(max-width:1050px){
  .real-company-credibility__grid,.real-contact-board__grid{grid-template-columns:1fr 1fr}
  .company-location,.seo-landing-body{grid-template-columns:1fr}
}
@media(max-width:720px){
  .real-company-credibility__grid,.real-contact-board__grid,.partner-document-slots,.secure-enquiry__form{grid-template-columns:1fr}
  .secure-enquiry__form .field-wide{grid-column:auto}
  .secure-enquiry__actions{flex-direction:column!important;align-items:stretch!important}
  .company-location{padding-left:20px;padding-right:20px}
}


/* =========================================================
   DETAILED CATEGORY EDITION
   ========================================================= */
.category-deep-dive{margin-top:90px}
.category-deep-dive__head{max-width:900px;margin-bottom:30px}
.category-deep-dive__head h2{
  font-family:var(--serif);font-size:clamp(46px,5vw,70px);line-height:.98;margin:0
}
.category-info-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:15px
}
.category-info-grid article{
  min-height:260px;padding:23px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.024),rgba(255,255,255,.005))
}
.category-info-grid span{
  font-size:7px;letter-spacing:.14em;color:#d59b58
}
.category-info-grid p{
  margin-top:72px;color:#97897d;font-size:12px;line-height:1.8
}

.category-checklist-wrap{
  margin-top:18px;display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;
  padding:30px;border:1px solid rgba(221,163,93,.18);border-radius:24px;
  background:linear-gradient(100deg,rgba(221,163,93,.055),rgba(255,255,255,.007))
}
.category-checklist-copy h3{
  font-family:var(--serif);font-size:35px;line-height:1.05;margin:0 0 12px
}
.category-checklist-copy>p:last-child{color:#94867a;line-height:1.75}
.category-checklist{
  list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.category-checklist li{
  position:relative;padding:14px 14px 14px 36px;border:1px solid var(--line);
  border-radius:13px;color:#c1b09f;font-size:11px;background:rgba(255,255,255,.012)
}
.category-checklist li:before{
  content:"✓";position:absolute;left:13px;top:12px;color:#dba35f
}

.category-related{
  margin-top:18px;display:flex;justify-content:space-between;align-items:end;gap:30px;
  padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)
}
.category-related h3{font-family:var(--serif);font-size:28px;margin:0}
.category-related-links{display:flex;gap:9px;flex-wrap:wrap}
.category-related-links a{
  padding:10px 13px;border:1px solid rgba(221,163,93,.18);border-radius:999px;
  color:#dba35f;font-size:9px
}

.category-overview-pro{margin-bottom:45px}
.category-overview-pro__head{max-width:900px;margin-bottom:28px}
.category-overview-pro__head h2{
  font-family:var(--serif);font-size:clamp(46px,5vw,68px);line-height:.98;margin:0 0 12px
}
.category-overview-pro__head>p:last-child{color:#94867a;line-height:1.75}
.category-overview-pro__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px
}
.category-overview-pro__card{
  min-height:270px;padding:22px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.024),rgba(255,255,255,.005));
  transition:.32s
}
.category-overview-pro__card:hover{
  transform:translateY(-5px);border-color:rgba(221,163,93,.34)
}
.category-overview-pro__card>span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.category-overview-pro__card h3{
  font-family:var(--serif);font-size:26px;margin:55px 0 9px;color:#ead8c3
}
.category-overview-pro__card p{color:#918378;font-size:12px;line-height:1.7}
.category-overview-pro__card b{
  display:inline-block;margin-top:14px;color:#dba35f;font-size:9px
}

@media(max-width:1050px){
  .category-info-grid,.category-overview-pro__grid{grid-template-columns:1fr 1fr}
  .category-checklist-wrap{grid-template-columns:1fr}
}
@media(max-width:720px){
  .category-info-grid,.category-overview-pro__grid,.category-checklist{grid-template-columns:1fr}
  .category-related{flex-direction:column;align-items:flex-start}
}


/* =========================================================
   BUYER EXPANSION EDITION
   ========================================================= */
.category-example-products,.category-comparison{margin-top:55px}
.category-example-products__head,.category-comparison__head{max-width:900px;margin-bottom:28px}
.category-example-products__head h2,.category-comparison__head h2{
  font-family:var(--serif);font-size:clamp(42px,4.8vw,64px);line-height:.98;margin:0 0 10px
}
.category-example-products__head>p:last-child{color:#94867a;line-height:1.75}
.category-example-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.category-example-card{
  min-height:300px;padding:22px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.024),rgba(255,255,255,.005))
}
.category-example-card>span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.category-example-card h3{font-family:var(--serif);font-size:24px;margin:75px 0 8px}
.category-example-card p{color:#928478;font-size:12px;line-height:1.65}
.category-example-card small{display:block;color:#b69a7b;margin-top:12px}
.category-example-card a{display:inline-block;margin-top:14px;color:#dba35f;font-size:9px;font-weight:800}

.comparison-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px}
.comparison-table-wrap table{width:100%;border-collapse:collapse;min-width:720px}
.comparison-table-wrap th,.comparison-table-wrap td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--line)}
.comparison-table-wrap th{font-size:8px;letter-spacing:.13em;color:#d59b58;background:rgba(255,255,255,.02)}
.comparison-table-wrap td{font-size:12px;color:#b7a898}
.comparison-table-wrap tbody tr:last-child td{border-bottom:0}

.client-sectors-pro{background:#efe5d7;color:#1a100b}
.client-sectors-pro__head{max-width:900px;margin-bottom:30px}
.client-sectors-pro__head h2{
  font-family:var(--serif);font-size:clamp(48px,5.2vw,72px);line-height:.98;margin:0
}
.client-sectors-pro__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.client-sectors-pro__grid article{
  min-height:265px;padding:23px;border:1px solid rgba(30,18,10,.12);border-radius:22px;background:rgba(255,255,255,.28)
}
.client-sectors-pro__grid span{font-size:8px;color:#9b6634;letter-spacing:.14em}
.client-sectors-pro__grid h3{font-family:var(--serif);font-size:26px;margin:70px 0 8px}
.client-sectors-pro__grid p{color:#695b4f;font-size:12px;line-height:1.7}

.expanded-buyer-faq{background:#0b0705}
.expanded-buyer-faq__head{max-width:900px;margin-bottom:30px}
.expanded-buyer-faq__head h2{
  font-family:var(--serif);font-size:clamp(48px,5.2vw,72px);line-height:.98;margin:0
}
.expanded-buyer-faq__list{border-top:1px solid var(--line)}
.expanded-buyer-faq__list details{border-bottom:1px solid var(--line);padding:19px 0}
.expanded-buyer-faq__list summary{
  cursor:pointer;list-style:none;font-family:var(--serif);font-size:21px;color:#ead8c3;display:flex;justify-content:space-between;gap:20px
}
.expanded-buyer-faq__list summary::-webkit-details-marker{display:none}
.expanded-buyer-faq__list summary:after{content:"+";color:#dba35f}
.expanded-buyer-faq__list details[open] summary:after{content:"−"}
.expanded-buyer-faq__list p{color:#918378;line-height:1.75;max-width:900px}

@media(max-width:1050px){
  .category-example-grid{grid-template-columns:1fr 1fr}
  .client-sectors-pro__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .category-example-grid,.client-sectors-pro__grid{grid-template-columns:1fr}
}


/* =========================================================
   INVENTORY READY EDITION
   ========================================================= */
.inventory-ready-notice{
  margin:0 0 28px;padding:28px;border:1px solid rgba(221,163,93,.18);
  border-radius:24px;background:linear-gradient(105deg,rgba(221,163,93,.06),rgba(255,255,255,.008));
  display:flex;align-items:center;justify-content:space-between;gap:30px
}
.inventory-ready-notice h2{
  font-family:var(--serif);font-size:38px;line-height:1.05;margin:0 0 10px;max-width:780px
}
.inventory-ready-notice p:last-child{color:#95877b;line-height:1.75;max-width:840px}

.inventory-guide-page{background:#0b0705;color:#ead8c3}
.inventory-guide{width:min(1180px,90%);margin:0 auto;padding:140px 0 90px}
.inventory-guide h1{font-family:var(--serif);font-size:clamp(50px,6vw,82px);line-height:.96;letter-spacing:-.045em;max-width:900px}
.inventory-guide>p{max-width:820px;color:#9b8c7f;line-height:1.8}
.inventory-guide code{color:#dca35f}
.inventory-guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:35px}
.inventory-guide-grid article{min-height:260px;padding:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.015)}
.inventory-guide-grid span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.inventory-guide-grid h2{font-family:var(--serif);font-size:24px;margin:75px 0 8px}
.inventory-guide-grid p{color:#918378;font-size:12px;line-height:1.7}
.inventory-guide-note{margin-top:20px;padding:22px;border:1px dashed rgba(221,163,93,.28);border-radius:18px}
.inventory-guide-note strong{font-family:var(--serif);font-size:22px}
.inventory-guide-note p{color:#95877b;line-height:1.7}
@media(max-width:950px){.inventory-guide-grid{grid-template-columns:1fr 1fr}.inventory-ready-notice{flex-direction:column;align-items:flex-start}}
@media(max-width:650px){.inventory-guide-grid{grid-template-columns:1fr}}


/* =========================================================
   PREMIUM LAUNCH EDITION
   ========================================================= */
.premium-launch-panel{background:#0a0604}
.premium-launch-panel__head{max-width:920px}
.premium-launch-panel__head h2{font-family:var(--serif);font-size:clamp(50px,5.4vw,76px);line-height:.97;margin:0 0 14px}
.premium-launch-panel__head>p:last-child{color:#95877b;line-height:1.8}
.premium-launch-panel__note{margin-top:28px;padding:22px;border:1px solid rgba(221,163,93,.2);border-radius:18px;background:rgba(221,163,93,.04)}
.premium-launch-panel__note strong{font-family:var(--serif);font-size:22px}
.premium-launch-panel__note p{color:#9b8b7e;line-height:1.7}

.thank-you-page{min-height:78vh;background:#0b0705}
.thank-you-hero{min-height:78vh;display:flex;align-items:center;padding:150px 6vw 80px;background:radial-gradient(circle at 75% 25%,rgba(219,163,95,.12),transparent 28%),#0b0705}
.thank-you-hero>div{max-width:980px}
.thank-you-hero h1{font-family:var(--serif);font-size:clamp(58px,7vw,102px);line-height:.94;letter-spacing:-.05em;margin:0 0 18px}
.thank-you-hero>div>p:last-of-type{max-width:760px;color:#a09386;line-height:1.8}
.thank-you-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}

.product-gallery-premium{margin:60px 0}
.product-gallery-premium__head{max-width:900px;margin-bottom:24px}
.product-gallery-premium__head h2{font-family:var(--serif);font-size:clamp(42px,4.6vw,62px);line-height:1;margin:0}
.product-gallery-premium__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}
.product-gallery-premium__grid button{padding:0;border:0;border-radius:20px;overflow:hidden;background:none;cursor:zoom-in;min-height:250px}
.product-gallery-premium__grid img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}
.product-gallery-premium__grid button:hover img{transform:scale(1.035)}
.product-whatsapp-cta{margin-top:18px}

.product-lightbox{position:fixed;z-index:99999;inset:0;background:rgba(5,3,2,.94);display:flex;align-items:center;justify-content:center;padding:4vw}
.product-lightbox[hidden]{display:none}
.product-lightbox img{max-width:min(1200px,92vw);max-height:84vh;border-radius:18px;box-shadow:0 30px 120px rgba(0,0,0,.5)}
.product-lightbox button{position:absolute;top:18px;right:18px;border:1px solid rgba(255,255,255,.16);background:rgba(10,6,4,.7);color:#ead8c3;border-radius:999px;padding:10px 14px;cursor:pointer}
body.lightbox-open{overflow:hidden}

.cookie-consent{position:fixed;z-index:9990;left:18px;right:18px;bottom:18px;max-width:900px;margin:auto;padding:18px 20px;border:1px solid rgba(221,163,93,.2);border-radius:18px;background:rgba(10,6,4,.95);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 25px 80px rgba(0,0,0,.35)}
.cookie-consent[hidden]{display:none}
.cookie-consent strong{display:block;font-size:9px;letter-spacing:.13em;color:#dba35f;margin-bottom:5px}
.cookie-consent p{margin:0;color:#a59688;font-size:11px;line-height:1.6}
.cookie-consent__actions{display:flex;gap:8px;min-width:max-content}
.cookie-consent__actions button{border:1px solid rgba(221,163,93,.2);border-radius:999px;padding:10px 13px;background:transparent;color:#dca35f;cursor:pointer;font-size:9px}
.cookie-consent__actions button:first-child{background:#dca35f;color:#1b1009}

:focus-visible{outline:2px solid #dca35f;outline-offset:3px}
img{max-width:100%}
@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
@media(max-width:800px){
  .product-gallery-premium__grid{grid-template-columns:1fr 1fr}
  .product-gallery-premium__grid button:first-child{grid-column:1/-1}
  .cookie-consent{flex-direction:column;align-items:flex-start}
}
@media(max-width:560px){
  .product-gallery-premium__grid{grid-template-columns:1fr}
  .product-gallery-premium__grid button:first-child{grid-column:auto}
  .cookie-consent__actions{width:100%}
  .cookie-consent__actions button{flex:1}
}


/* NEW TRANSPARENT LAYAN COFFEE LOGO */
.site-logo img,
.brand img,
header img[src*="layan-logo"],
.layan-loader img {
  background: transparent !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(0,0,0,.22));
}


/* =========================================================
   ORIGINAL SUPPLY / SUPPLIER POSITIONING
   ========================================================= */
.supplier-positioning{
  width:min(1320px,92%);margin:28px auto 0;padding:30px;
  border:1px solid rgba(221,163,93,.20);border-radius:26px;
  background:linear-gradient(110deg,rgba(221,163,93,.07),rgba(255,255,255,.012));
  display:grid;grid-template-columns:1.4fr .8fr;gap:35px;align-items:center
}
.supplier-positioning h2{
  font-family:var(--serif);font-size:clamp(38px,4vw,58px);line-height:1;margin:0 0 14px
}
.supplier-positioning p:last-child{color:#9a8b7e;line-height:1.8;max-width:830px}
.supplier-positioning__points{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.supplier-positioning__points span{
  padding:13px;border:1px solid rgba(221,163,93,.18);border-radius:14px;
  color:#d7b083;font-size:10px;background:rgba(255,255,255,.012)
}

.original-product-details{margin:55px 0}
.original-product-details__head{max-width:940px;margin-bottom:28px}
.original-product-details__head h2{
  font-family:var(--serif);font-size:clamp(42px,4.8vw,64px);line-height:.98;margin:0 0 12px
}
.original-product-details__head>p:last-child{color:#938579;line-height:1.75}
.original-product-details__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px
}
.original-product-details__grid article{
  min-height:190px;padding:22px;border:1px solid var(--line);border-radius:20px;
  background:linear-gradient(150deg,rgba(255,255,255,.023),rgba(255,255,255,.005))
}
.original-product-details__grid small{
  display:block;color:#d69d5b;font-size:8px;letter-spacing:.13em;margin-bottom:45px
}
.original-product-details__grid strong{
  display:block;font-family:var(--serif);font-size:19px;line-height:1.2;color:#ead8c3
}
.original-product-details__grid p{color:#918378;font-size:11px;line-height:1.7}
.original-product-details__grid .supplier-role-card{
  grid-column:1/-1;min-height:auto;
  background:linear-gradient(90deg,rgba(221,163,93,.055),rgba(255,255,255,.006))
}
.original-product-details__grid .supplier-role-card small{margin-bottom:18px}
@media(max-width:950px){
  .supplier-positioning{grid-template-columns:1fr}
  .original-product-details__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .supplier-positioning__points,.original-product-details__grid{grid-template-columns:1fr}
}


/* =========================================================
   FULL CAFÉ SUPPLY CATALOG
   ========================================================= */
.full-supply-showcase{background:#0a0604}
.full-supply-showcase__head{max-width:980px;margin-bottom:36px}
.full-supply-showcase__head h2,
.catalog-full-range__head h2,
.full-supply-browser__head h2{
  font-family:var(--serif);font-size:clamp(48px,5.3vw,76px);line-height:.97;margin:0 0 14px
}
.full-supply-showcase__head>p:last-child,
.catalog-full-range__head>p:last-child{color:#95877b;line-height:1.8}
.full-supply-showcase__grid,
.catalog-full-range__grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px
}
.full-supply-showcase__grid article,
.catalog-full-range__grid article{
  min-height:275px;padding:22px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.024),rgba(255,255,255,.005))
}
.full-supply-showcase__grid article>span,
.catalog-full-range__grid article>span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.full-supply-showcase__grid small,
.catalog-full-range__grid small{display:block;margin-top:8px;color:#8e7d6e;font-size:8px;letter-spacing:.12em}
.full-supply-showcase__grid h3,
.catalog-full-range__grid h3{font-family:var(--serif);font-size:24px;margin:55px 0 9px}
.full-supply-showcase__grid p,
.catalog-full-range__grid p{color:#918378;font-size:12px;line-height:1.7}
.full-supply-showcase__grid a,
.catalog-full-range__grid a{display:inline-flex;margin-top:10px;color:#dca35f;font-size:9px;font-weight:800}

.full-supply-browser{margin:0 0 50px}
.full-supply-browser__head{max-width:940px;margin-bottom:28px}
.full-supply-browser__group{margin-top:28px}
.full-supply-browser__group>h3{font-size:9px;letter-spacing:.15em;color:#d59b58;text-transform:uppercase;margin-bottom:12px}
.full-supply-browser__group>div{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.full-supply-browser__card{min-height:210px;padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012)}
.full-supply-browser__card h3{font-family:var(--serif);font-size:23px;color:#ead8c3;margin:45px 0 8px}
.full-supply-browser__card p{color:#918378;font-size:11px;line-height:1.65}
.full-supply-browser__card span{display:inline-block;margin-top:10px;color:#dba35f;font-size:9px}

.catalog-full-range{background:#0b0705}
.catalog-full-range__head{max-width:940px;margin-bottom:32px}

@media(max-width:1100px){
  .full-supply-showcase__grid,.catalog-full-range__grid{grid-template-columns:1fr 1fr}
  .full-supply-browser__group>div{grid-template-columns:1fr 1fr}
}
@media(max-width:680px){
  .full-supply-showcase__grid,.catalog-full-range__grid,.full-supply-browser__group>div{grid-template-columns:1fr}
}


/* =========================================================
   REAL PHOTO EDITION
   ========================================================= */
.real-stock-thumb{
  height:180px;margin:-22px -22px 18px;overflow:hidden;
  border-radius:22px 22px 0 0;background:#160d08
}
.real-stock-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .55s ease}
.full-supply-showcase__grid article:hover .real-stock-thumb img,
.catalog-full-range__grid article:hover .real-stock-thumb img,
.full-supply-browser__card:hover .real-stock-thumb img{transform:scale(1.045)}
.full-supply-showcase__grid article,
.catalog-full-range__grid article{overflow:hidden}
.full-supply-browser__card{overflow:hidden}
.full-supply-browser__card .real-stock-thumb{margin:-20px -20px 18px;height:165px}
.full-supply-showcase__grid h3,
.catalog-full-range__grid h3,
.full-supply-browser__card h3{margin-top:18px}

.representative-photo-note{
  margin:16px 0 28px;padding:16px 18px;border:1px solid rgba(221,163,93,.18);
  border-radius:16px;background:rgba(221,163,93,.035)
}
.representative-photo-note strong{font-size:10px;color:#dba35f}
.representative-photo-note p{font-size:11px;color:#95877b;line-height:1.65;margin:6px 0 0}

.representative-badge{
  display:inline-flex;margin-top:16px;padding:7px 10px;border:1px solid rgba(221,163,93,.2);
  border-radius:999px;color:#d6ad7b;font-size:8px;letter-spacing:.08em;background:rgba(8,5,3,.38)
}

.real-photo-strip{
  width:min(1320px,92%);margin:70px auto;padding:0
}
.real-photo-strip__head{max-width:900px;margin-bottom:26px}
.real-photo-strip__head h2{
  font-family:var(--serif);font-size:clamp(42px,4.8vw,68px);line-height:.98;margin:0 0 12px
}
.real-photo-strip__head>p:last-child{color:#94867a;line-height:1.75}
.real-photo-strip__grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:14px
}
.real-photo-strip figure{
  margin:0;position:relative;height:320px;border-radius:22px;overflow:hidden;background:#160d08
}
.real-photo-strip img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}
.real-photo-strip figure:hover img{transform:scale(1.04)}
.real-photo-strip figcaption{
  position:absolute;left:14px;right:14px;bottom:14px;padding:12px 14px;
  border:1px solid rgba(255,255,255,.10);border-radius:12px;
  background:rgba(10,6,4,.72);backdrop-filter:blur(8px);
  color:#ead8c3;font-family:var(--serif);font-size:18px
}
@media(max-width:900px){.real-photo-strip__grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.real-photo-strip__grid{grid-template-columns:1fr}.real-photo-strip figure{height:280px}}


/* =========================================================
   FLAGSHIP FINAL EDITION
   ========================================================= */
.flagship-intro{
  width:min(1320px,92%);margin:30px auto 70px;display:grid;
  grid-template-columns:1.2fr .8fr;gap:30px;padding:36px;
  border:1px solid rgba(221,163,93,.20);border-radius:28px;
  background:
    radial-gradient(circle at 80% 20%,rgba(221,163,93,.10),transparent 30%),
    linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.006))
}
.flagship-intro__copy h2{
  font-family:var(--serif);font-size:clamp(48px,5.2vw,78px);line-height:.96;
  letter-spacing:-.04em;margin:0 0 16px
}
.flagship-intro__copy>p:last-of-type{color:#a19386;line-height:1.8;max-width:800px}
.flagship-intro__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.flagship-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.flagship-trust-grid article{padding:18px;border:1px solid var(--line);border-radius:17px;background:rgba(255,255,255,.015);min-height:125px;display:flex;flex-direction:column;justify-content:flex-end}
.flagship-trust-grid strong{font-family:var(--serif);font-size:18px;color:#ead8c3}
.flagship-trust-grid small{color:#8f8175;font-size:9px;margin-top:5px}

.global-search-section{background:#efe5d7;color:#1b100b}
.global-search-section__head{max-width:900px;margin-bottom:25px}
.global-search-section__head h2{font-family:var(--serif);font-size:clamp(48px,5vw,70px);line-height:.98;margin:0}
.global-search-box{max-width:980px}
.global-search-box input{width:100%;height:64px;padding:0 20px;border:1px solid rgba(30,18,10,.14);border-radius:18px;background:rgba(255,255,255,.55);font-size:16px;outline:none}
.global-search-results{margin-top:10px;display:grid;gap:8px}
.global-search-results a{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border:1px solid rgba(30,18,10,.12);border-radius:14px;background:rgba(255,255,255,.42);color:#1a100b}
.global-search-results a span{font-size:9px;color:#956334}
.no-search-result{color:#746254}

.business-resource-home{background:#0b0705}
.business-resource-home__head{max-width:900px;margin-bottom:30px}
.business-resource-home__head h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;margin:0}
.business-resource-home__grid,.resource-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:14px
}
.business-resource-home__grid a,.resource-grid>a{
  min-height:260px;padding:22px;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.025),rgba(255,255,255,.005))
}
.business-resource-home__grid span,.resource-grid>a span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.business-resource-home__grid h3,.resource-grid>a h2{font-family:var(--serif);font-size:25px;margin:75px 0 8px;color:#ead8c3}
.business-resource-home__grid p,.resource-grid>a p{color:#918378;font-size:12px;line-height:1.7}

.how-to-buy-pro{background:#0a0604}
.how-to-buy-pro__head,.why-buyers-pro__head{max-width:900px;margin-bottom:28px}
.how-to-buy-pro__head h2,.why-buyers-pro__head h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;margin:0}
.how-to-buy-pro__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.how-to-buy-pro__grid article{min-height:260px;padding:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.012)}
.how-to-buy-pro__grid span{font-size:8px;color:#d59b58}
.how-to-buy-pro__grid h3{font-family:var(--serif);font-size:27px;margin:70px 0 8px}
.how-to-buy-pro__grid p{color:#918378;font-size:12px;line-height:1.7}

.why-buyers-pro{background:#efe5d7;color:#1b100b}
.why-buyers-pro__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.why-buyers-pro__grid article{min-height:180px;padding:22px;border:1px solid rgba(30,18,10,.12);border-radius:20px;background:rgba(255,255,255,.3)}
.why-buyers-pro__grid span{font-size:8px;color:#9a6635}
.why-buyers-pro__grid h3{font-family:var(--serif);font-size:24px;margin:65px 0 0}

.resource-hero{
  min-height:520px;padding:170px 6vw 70px;display:flex;align-items:flex-end;
  background:radial-gradient(circle at 80% 20%,rgba(221,163,93,.12),transparent 30%),#0b0705
}
.resource-hero>div{max-width:1000px}
.resource-hero h1{font-family:var(--serif);font-size:clamp(56px,6.5vw,94px);line-height:.94;letter-spacing:-.05em;margin:0 0 16px}
.resource-hero p{color:#9b8c7f;line-height:1.8;max-width:800px}
.buyer-guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.buyer-guide-grid article{min-height:245px;padding:22px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.012)}
.buyer-guide-grid span{font-size:8px;color:#d59b58}
.buyer-guide-grid h2{font-family:var(--serif);font-size:23px;margin:65px 0 8px}
.buyer-guide-grid p{color:#918378;font-size:12px;line-height:1.7}
.buyer-guide-cta{padding-top:0}

.buyer-wizard{background:#efe5d7;color:#1b100b}
.buyer-wizard__head{max-width:900px;margin-bottom:26px}
.buyer-wizard__head h2{font-family:var(--serif);font-size:clamp(44px,5vw,68px);line-height:.98;margin:0}
.buyer-wizard__progress{display:flex;gap:8px;margin:22px 0}
.buyer-wizard__progress span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(30,18,10,.15);font-size:10px}
.buyer-wizard__progress span.is-active{background:#1a100b;color:#ead8c3}
.buyer-wizard__step{display:none;padding:26px;border:1px solid rgba(30,18,10,.13);border-radius:22px;background:rgba(255,255,255,.38)}
.buyer-wizard__step.is-active{display:block}
.buyer-wizard__step h3{font-family:var(--serif);font-size:30px;margin:0 0 18px}
.buyer-wizard__fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.buyer-wizard__fields input,.buyer-wizard__fields select{height:50px;padding:0 12px;border:1px solid rgba(30,18,10,.15);border-radius:12px;background:rgba(255,255,255,.65)}
.wizard-next,.wizard-prev,.wizard-apply{margin-top:18px;border:0;border-radius:999px;padding:11px 16px;cursor:pointer}
.wizard-next,.wizard-apply{background:#1a100b;color:#ead8c3}
.wizard-prev{background:transparent;border:1px solid rgba(30,18,10,.2)}
.wizard-buttons{display:flex;gap:8px}

.mobile-quick-actions{display:none}
.back-to-top{
  position:fixed;right:18px;bottom:92px;z-index:5000;width:42px;height:42px;border-radius:50%;
  border:1px solid rgba(221,163,93,.2);background:rgba(10,6,4,.9);color:#dba35f;opacity:0;pointer-events:none;transform:translateY(8px);transition:.25s
}
.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}

@media(max-width:1050px){
  .flagship-intro{grid-template-columns:1fr}
  .business-resource-home__grid,.resource-grid,.how-to-buy-pro__grid{grid-template-columns:1fr 1fr}
  .why-buyers-pro__grid,.buyer-guide-grid{grid-template-columns:1fr 1fr}
  .buyer-wizard__fields{grid-template-columns:1fr}
}
@media(max-width:720px){
  body{padding-bottom:72px}
  .flagship-trust-grid,.business-resource-home__grid,.resource-grid,.how-to-buy-pro__grid,.why-buyers-pro__grid,.buyer-guide-grid{grid-template-columns:1fr}
  .mobile-quick-actions{
    display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:8px;right:8px;bottom:8px;z-index:6000;
    border:1px solid rgba(221,163,93,.17);border-radius:17px;background:rgba(10,6,4,.94);backdrop-filter:blur(18px);overflow:hidden
  }
  .mobile-quick-actions a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;color:#c9b59f;font-size:13px}
  .mobile-quick-actions small{font-size:7px}
  .back-to-top{bottom:84px}
}


/* =========================================================
   ITEM LEVEL PRODUCT SYSTEM
   ========================================================= */
.selectable-item-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px
}
.selectable-item-card{
  overflow:hidden;border:1px solid var(--line);border-radius:22px;
  background:linear-gradient(150deg,rgba(255,255,255,.024),rgba(255,255,255,.005));
  transition:.3s
}
.selectable-item-card:hover{transform:translateY(-5px);border-color:rgba(221,163,93,.35)}
.selectable-item-card__image{display:block;height:220px;overflow:hidden}
.selectable-item-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.selectable-item-card:hover img{transform:scale(1.04)}
.selectable-item-card__copy{padding:20px}
.selectable-item-card__copy>span{font-size:8px;color:#d59b58;letter-spacing:.14em}
.selectable-item-card__copy h3{font-family:var(--serif);font-size:24px;margin:10px 0 8px}
.selectable-item-card__copy p{font-size:12px;line-height:1.7;color:#918378}
.selectable-item-card__meta{margin-top:10px;color:#b59b7e}
.selectable-item-card__cta{display:inline-flex;margin-top:14px;color:#dba35f;font-size:9px;font-weight:800}

.all-items-browser{margin:70px 0}
.all-items-browser__head{max-width:950px;margin-bottom:24px}
.all-items-browser__head h2{font-family:var(--serif);font-size:clamp(46px,5vw,70px);line-height:.98;margin:0 0 12px}
.all-items-browser__head>p:last-child{color:#94867a;line-height:1.75}
.all-items-browser__search{max-width:720px;margin-bottom:20px}
.all-items-browser__search input{width:100%;height:52px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.02);color:#ead8c3;padding:0 14px}
.all-items-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.all-item-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012);transition:.3s}
.all-item-card:hover{transform:translateY(-4px);border-color:rgba(221,163,93,.32)}
.all-item-card img{width:100%;height:200px;object-fit:cover}
.all-item-card>div{padding:18px}
.all-item-card small{color:#d59b58;font-size:8px;letter-spacing:.1em}
.all-item-card h3{font-family:var(--serif);font-size:24px;color:#ead8c3;margin:8px 0}
.all-item-card p{color:#918378;font-size:11px;line-height:1.65}
.all-item-card span{display:inline-block;margin-top:9px;color:#dba35f;font-size:9px}
.all-items-empty{color:#b89a78;padding:18px 0}

.item-detail-hero{
  position:relative;min-height:720px;display:flex;align-items:flex-end;
  padding:160px 6vw 75px;overflow:hidden;background:#0b0705
}
.item-detail-hero__media,.item-detail-hero__media img,.item-detail-hero__media div{position:absolute;inset:0}
.item-detail-hero__media img{width:100%;height:100%;object-fit:cover}
.item-detail-hero__media div{background:linear-gradient(90deg,rgba(8,5,3,.95),rgba(8,5,3,.66) 48%,rgba(8,5,3,.22)),linear-gradient(180deg,transparent,rgba(8,5,3,.5))}
.item-detail-hero__copy{position:relative;z-index:2;max-width:900px}
.item-detail-hero__copy h1{font-family:var(--serif);font-size:clamp(62px,7vw,108px);line-height:.92;letter-spacing:-.05em;margin:0 0 18px}
.item-detail-hero__copy>p:last-of-type{max-width:760px;color:#b6a99d;line-height:1.8}
.item-detail-hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}

.item-detail-content{background:#0b0705}
.item-detail-intro{display:grid;grid-template-columns:1fr .8fr;gap:7vw;align-items:end;margin-bottom:30px}
.item-detail-intro h2{font-family:var(--serif);font-size:clamp(48px,5vw,72px);line-height:.98;margin:0}
.item-detail-intro>p{color:#95877b;line-height:1.8}
.item-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.item-spec-grid article{min-height:250px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012)}
.item-spec-grid small,.item-original-info__grid small{color:#d59b58;font-size:8px;letter-spacing:.12em}
.item-spec-grid h3{font-family:var(--serif);font-size:22px;margin:75px 0 0;color:#ead8c3;line-height:1.2}

.item-original-info{margin-top:65px}
.item-original-info__head{max-width:900px;margin-bottom:25px}
.item-original-info__head h2{font-family:var(--serif);font-size:clamp(42px,4.8vw,64px);line-height:.98;margin:0}
.item-original-info__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.item-original-info__grid article{min-height:190px;padding:20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(150deg,rgba(255,255,255,.022),rgba(255,255,255,.004))}
.item-original-info__grid strong{display:block;font-family:var(--serif);font-size:18px;line-height:1.25;margin-top:55px}

.item-buyer-guide{margin-top:65px;padding:28px;border:1px solid rgba(221,163,93,.18);border-radius:24px;display:grid;grid-template-columns:1fr 1fr;gap:35px;background:linear-gradient(100deg,rgba(221,163,93,.05),rgba(255,255,255,.006))}
.item-buyer-guide h2{font-family:var(--serif);font-size:36px;line-height:1.02;margin:0}
.item-buyer-guide ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.item-buyer-guide li{padding:13px;border:1px solid var(--line);border-radius:12px;color:#b9a997;font-size:11px}

.item-related{margin-top:65px}
.item-related__head{max-width:850px;margin-bottom:22px}
.item-related__head h2{font-family:var(--serif);font-size:42px;margin:0}
.item-related__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.item-related-card{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.012)}
.item-related-card img{width:100%;height:190px;object-fit:cover}
.item-related-card>div{padding:16px}
.item-related-card small{color:#d59b58;font-size:7px}
.item-related-card h3{font-family:var(--serif);font-size:21px;color:#ead8c3;margin:7px 0}
.item-related-card span{font-size:9px;color:#dba35f}

.item-final-cta{margin-top:65px;padding:30px;border:1px solid rgba(221,163,93,.2);border-radius:24px;display:flex;justify-content:space-between;align-items:center;gap:30px}
.item-final-cta small{color:#d59b58;font-size:8px}
.item-final-cta h2{font-family:var(--serif);font-size:34px;margin:5px 0}
.item-final-cta p{color:#918378;max-width:700px}

.website-detail-depth{background:#0a0604}
.website-detail-depth__head{max-width:950px;margin-bottom:30px}
.website-detail-depth__head h2{font-family:var(--serif);font-size:clamp(48px,5.2vw,72px);line-height:.98;margin:0 0 12px}
.website-detail-depth__head>p:last-child{color:#95877b;line-height:1.8}
.website-detail-depth__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.website-detail-depth__grid article{min-height:245px;padding:22px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012)}
.website-detail-depth__grid span{font-size:8px;color:#d59b58}
.website-detail-depth__grid h3{font-family:var(--serif);font-size:25px;margin:65px 0 8px}
.website-detail-depth__grid p{color:#918378;font-size:12px;line-height:1.7}

@media(max-width:1050px){
  .selectable-item-grid{grid-template-columns:1fr 1fr}
  .all-items-grid{grid-template-columns:1fr 1fr}
  .item-spec-grid{grid-template-columns:1fr 1fr}
  .item-original-info__grid{grid-template-columns:1fr 1fr}
  .website-detail-depth__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .selectable-item-grid,.all-items-grid,.item-spec-grid,.item-original-info__grid,.item-related__grid,.website-detail-depth__grid{grid-template-columns:1fr}
  .item-detail-intro,.item-buyer-guide{grid-template-columns:1fr}
  .item-buyer-guide ul{grid-template-columns:1fr}
  .item-final-cta{flex-direction:column;align-items:flex-start}
  .item-detail-hero{min-height:650px;padding:145px 20px 60px}
}


/* =========================================================
   MULTILINGUAL PRO DETAIL EDITION
   ========================================================= */
html{scroll-behavior:smooth}
body{font-feature-settings:"kern" 1,"liga" 1}
.pro-detail-nav{
  position:sticky;top:78px;z-index:2200;
  width:min(1180px,92%);margin:-24px auto 0;
  display:flex;align-items:center;gap:6px;flex-wrap:wrap;
  padding:9px;border:1px solid rgba(221,163,93,.18);
  border-radius:18px;background:rgba(13,8,5,.88);
  backdrop-filter:blur(18px);box-shadow:0 16px 45px rgba(0,0,0,.20)
}
.pro-detail-nav>span{
  padding:8px 12px;color:#d6a05f;font-size:7px;letter-spacing:.14em;
  border-inline-end:1px solid rgba(255,255,255,.08)
}
.pro-detail-nav a{
  padding:8px 11px;border-radius:10px;color:#bda993;font-size:9px;transition:.2s
}
.pro-detail-nav a:hover{background:rgba(221,163,93,.10);color:#f0d2ae}
.item-trust-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.item-trust-chips span{
  padding:8px 11px;border:1px solid rgba(221,163,93,.22);border-radius:999px;
  background:rgba(12,7,4,.55);color:#d7b083;font-size:8px;letter-spacing:.04em
}
.item-spec-grid article,.item-original-info__grid article,.selectable-item-card,.all-item-card{
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 18px 50px rgba(0,0,0,.08)
}
.item-spec-grid article:hover,.item-original-info__grid article:hover{
  border-color:rgba(221,163,93,.28);transform:translateY(-3px)
}
.item-spec-grid article,.item-original-info__grid article{transition:.25s}
.item-detail-content [id]{scroll-margin-top:155px}
.item-detail-hero__copy{padding:26px;border-inline-start:1px solid rgba(221,163,93,.22)}
.item-detail-hero__copy h1{text-wrap:balance}
.item-detail-hero__copy>p{font-size:14px}
.selectable-item-card__copy h3,.all-item-card h3{text-wrap:balance}
.all-items-browser__search{position:relative}
.all-items-browser__search:before{
  content:"⌕";position:absolute;right:16px;top:50%;transform:translateY(-50%);
  color:#b98a55;font-size:20px;pointer-events:none
}
[dir="rtl"] .all-items-browser__search:before{right:auto;left:16px}
[dir="rtl"] .item-detail-hero__copy{border-inline-start:1px solid rgba(221,163,93,.22);border-left:0}
[dir="rtl"] .pro-detail-nav{direction:rtl}
.rtl-language .item-spec-grid,.rtl-language .item-original-info__grid,.rtl-language .selectable-item-grid{
  direction:rtl
}
.kurdish-language body,.arabic-language body{letter-spacing:0}
@media(max-width:760px){
  .pro-detail-nav{top:66px;overflow-x:auto;flex-wrap:nowrap;border-radius:14px}
  .pro-detail-nav>span{display:none}
  .pro-detail-nav a{white-space:nowrap}
  .item-detail-hero__copy{padding:18px;border-inline-start:0}
}

.pro-detail-nav a.is-active{background:rgba(221,163,93,.13);color:#f2d3ad}\n

/* =========================================================
   B2B PLATFORM EDITION
   ========================================================= */
.product-mega-menu{
  position:absolute;left:50%;top:100%;transform:translateX(-50%) translateY(8px);
  width:min(1180px,94vw);padding:22px;border:1px solid rgba(221,163,93,.18);
  border-radius:22px;background:rgba(10,6,4,.97);backdrop-filter:blur(18px);
  box-shadow:0 30px 70px rgba(0,0,0,.4);opacity:0;visibility:hidden;pointer-events:none;transition:.22s;z-index:5000
}
.product-mega-menu.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%)}
.product-mega-menu__head{max-width:700px;margin-bottom:16px}
.product-mega-menu__head strong{color:#dba35f;font-size:9px;letter-spacing:.13em}
.product-mega-menu__head p{color:#94867a;font-size:11px}
.product-mega-menu__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.product-mega-menu__grid a{padding:12px;border:1px solid var(--line);border-radius:12px}
.product-mega-menu__grid strong{display:block;color:#ead8c3;font-family:var(--serif);font-size:16px}
.product-mega-menu__grid small{display:block;margin-top:4px;color:#8e7d6e;font-size:8px}
.product-mega-menu__foot{display:flex;gap:8px;margin-top:14px}.product-mega-menu__foot a{color:#dba35f;font-size:9px}

.breadcrumbs-pro{width:min(1320px,92%);margin:105px auto -85px;position:relative;z-index:2;display:flex;gap:8px;align-items:center;color:#a89582;font-size:9px}
.breadcrumbs-pro a{color:#c9aa87}

.item-platform-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.item-platform-actions button,.item-platform-actions a{
  border:1px solid rgba(221,163,93,.2);background:rgba(8,5,3,.58);color:#d6b184;
  padding:9px 12px;border-radius:999px;font-size:8px;cursor:pointer
}
.item-platform-actions .is-active{background:#d7a05f;color:#120b07}
.item-availability-badge{display:inline-flex;margin-top:16px;padding:8px 12px;border-radius:999px;background:rgba(82,122,78,.13);border:1px solid rgba(109,156,102,.24);color:#a8c69d;font-size:8px}

.advanced-filter-bar{margin:0 0 25px;padding:20px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012)}
.advanced-filter-bar__head strong{color:#dba35f;font-size:9px}.advanced-filter-bar__head p{color:#918378;font-size:11px}
.advanced-filter-bar__controls{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.advanced-filter-bar select,.advanced-filter-bar button{height:42px;border:1px solid var(--line);border-radius:12px;background:#120b08;color:#d9c6b0;padding:0 12px}

.search-results-grid,.favorites-grid,.recently-viewed-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.search-result-card,.favorite-card,.recent-card{overflow:hidden;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.012)}
.search-result-card img,.favorite-card img,.recent-card img{width:100%;height:210px;object-fit:cover}
.search-result-card>div,.favorite-card>div,.recent-card>div{padding:18px}
.search-result-card small,.favorite-card small,.recent-card small{color:#d59b58;font-size:8px}
.search-result-card h3,.favorite-card h3,.recent-card h3{font-family:var(--serif);font-size:24px;margin:8px 0;color:#ead8c3}
.search-result-card p,.favorite-card p{color:#918378;font-size:11px;line-height:1.65}
.search-results-toolbar input{width:100%;max-width:700px;height:54px;border:1px solid var(--line);border-radius:14px;background:#120b08;color:#ead8c3;padding:0 14px;margin-bottom:20px}

.compare-table{overflow:auto;border:1px solid var(--line);border-radius:20px}
.compare-row{display:grid;grid-template-columns:190px repeat(4,minmax(210px,1fr));min-width:850px;border-bottom:1px solid var(--line)}
.compare-row>div{padding:16px;border-inline-end:1px solid var(--line);color:#b9a895;font-size:11px}
.compare-head img{width:100%;height:140px;object-fit:cover;border-radius:12px;margin-bottom:10px}.compare-head strong{display:block;font-family:var(--serif);font-size:18px;color:#ead8c3}

.rfq-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-width:1000px}.rfq-form>div{display:flex;flex-direction:column;gap:6px}.rfq-form label{font-size:9px;color:#d6a05f}.rfq-form input,.rfq-form textarea{border:1px solid var(--line);border-radius:12px;background:#120b08;color:#ead8c3;padding:12px}.rfq-form textarea{resize:vertical}.rfq-form button{width:max-content}
.hp-field{position:absolute!important;left:-9999px!important}

.recently-viewed-section__head{max-width:850px;margin-bottom:20px}.recently-viewed-section__head h2{font-family:var(--serif);font-size:44px;margin:0}
@media print{
  header,footer,.mobile-quick-actions,.back-to-top,.pro-detail-nav,.item-platform-actions,.item-related,.item-final-cta{display:none!important}
  body{background:#fff!important;color:#111!important}.item-detail-hero{min-height:auto!important;padding:20px!important}.item-detail-hero__media{display:none!important}.item-detail-hero__copy h1{color:#111!important}.item-detail-content{background:#fff!important}.item-spec-grid article,.item-original-info__grid article{border-color:#ccc!important;background:#fff!important;color:#111!important}
}
@media(max-width:900px){
  .product-mega-menu{display:none}
  .search-results-grid,.favorites-grid,.recently-viewed-grid{grid-template-columns:1fr 1fr}
  .rfq-form{grid-template-columns:1fr}
}
@media(max-width:600px){
  .search-results-grid,.favorites-grid,.recently-viewed-grid{grid-template-columns:1fr}
}

.smart-whatsapp-float{position:fixed;right:18px;bottom:145px;z-index:5200;padding:10px 13px;border-radius:999px;background:rgba(20,13,8,.94);border:1px solid rgba(221,163,93,.22);color:#d9b07d;font-size:8px;backdrop-filter:blur(10px)}
@media(max-width:720px){.smart-whatsapp-float{bottom:135px;right:12px}}
