:root{
  --red:#ed1b24;
  --red-dark:#b40d14;
  --black:#060606;
  --charcoal:#0d0d0d;
  --panel:#141414;
  --panel-2:#191919;
  --gold:#c99646;
  --text:#f5f5f5;
  --muted:#a8a8a8;
  --line:#2a2a2a;
  --light:#f2f2f2;
  --ink:#161616;
  --max:1480px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--black);color:var(--text);font-family:Inter,Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.wrap{width:min(var(--max),calc(100% - 8vw));margin-inline:auto}
.eyebrow{margin:0 0 14px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.22em;text-transform:uppercase}
.section-dark{background:#090909}

/* Header */
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:78px;background:rgba(4,4,4,.92);border-bottom:1px solid rgba(255,255,255,.08);backdrop-filter:blur(14px)}
.header-inner{width:min(1600px,calc(100% - 8vw));height:100%;margin:auto;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;position:relative;z-index:103}
.brand img{width:122px;height:48px;object-fit:contain}
.site-header nav{display:flex;align-items:center;gap:28px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.035em}
.site-header nav>a:not(.nav-cta){position:relative;padding:31px 0}
.site-header nav>a:not(.nav-cta)::after{content:"";position:absolute;height:2px;left:0;right:100%;bottom:20px;background:var(--red);transition:right .22s ease}
.site-header nav>a:not(.nav-cta):hover::after{right:0}
.nav-cta{padding:13px 18px;border:1px solid var(--red);border-radius:4px;transition:.2s}
.nav-cta:hover{background:var(--red)}
.menu{display:none;position:relative;z-index:104;width:46px;height:46px;padding:10px;border:0;background:transparent;cursor:pointer}
.menu span{display:block;width:28px;height:3px;margin:5px auto;background:#fff;border-radius:4px;transition:.25s}
.menu.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu.active span:nth-child(2){opacity:0}
.menu.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* Hero */
.hero{position:relative;isolation:isolate;padding:152px 0 80px;min-height:820px;display:flex;align-items:center;overflow:hidden;background:
  radial-gradient(circle at 76% 22%,rgba(237,27,36,.14),transparent 27%),
  radial-gradient(circle at 82% 70%,rgba(201,150,70,.09),transparent 24%),
  linear-gradient(135deg,#050505 0%,#0b0b0b 52%,#050505 100%)}
.hero::before{content:"";position:absolute;z-index:-3;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,transparent,#000 42%,#000)}
.hero-glow{position:absolute;z-index:-2;border-radius:50%;filter:blur(80px);opacity:.5}
.hero-glow-one{width:420px;height:420px;right:10%;top:10%;background:rgba(237,27,36,.18)}
.hero-glow-two{width:360px;height:360px;right:28%;bottom:4%;background:rgba(201,150,70,.12)}
.hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(560px,1.1fr);gap:clamp(54px,7vw,110px);align-items:center}
.hero-copy-block{max-width:690px}
.hero h1{margin:0;font-size:clamp(48px,4.6vw,76px);line-height:1.02;letter-spacing:-.045em;text-transform:uppercase}
.hero h1 span{color:var(--red)}
.hero-text{max-width:620px;margin:26px 0 0;color:#c7c7c7;font-size:18px;line-height:1.68}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}
.button{min-height:52px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.025em;transition:.2s}
.button.primary{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(237,27,36,.18)}
.button.primary:hover{background:#ff2b34;transform:translateY(-2px)}
.button.secondary{border:1px solid rgba(255,255,255,.68)}
.button.secondary:hover{background:#fff;color:#111}
.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:44px;padding-top:25px;border-top:1px solid rgba(255,255,255,.14)}
.hero-benefits strong,.hero-benefits span{display:block}
.hero-benefits strong{font-size:12px;text-transform:uppercase;letter-spacing:.035em}
.hero-benefits span{margin-top:6px;color:#858585;font-size:12px;line-height:1.45}
.hero-showcase{position:relative;display:grid;grid-template-columns:1.25fr .75fr;grid-template-rows:1fr 1fr;gap:16px;min-height:580px}
.hero-showcase::before{content:"";position:absolute;inset:-18px;border:1px solid rgba(255,255,255,.06);pointer-events:none}
.showcase-card{position:relative;overflow:hidden;background:#121212;border:1px solid #2a2a2a;min-height:0;transition:.25s}
.showcase-main{grid-row:1 / 3}
.showcase-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .3s ease}
.showcase-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.92),transparent 48%)}
.showcase-card span{position:absolute;z-index:2;left:20px;right:20px;bottom:19px;color:#d7d7d7;font-size:13px;line-height:1.4}
.showcase-card b{display:block;margin-bottom:3px;color:#fff;font-size:18px}
.showcase-card:hover{border-color:#555;transform:translateY(-3px)}
.showcase-card:hover img{transform:scale(1.035);filter:brightness(1.06)}

/* Headings */
.section-heading{max-width:760px;margin:0 auto 40px;text-align:center}
.section-heading.left{margin-left:0;text-align:left}
.section-heading h2,.philosophy h2,.collection-copy h2{margin:0 0 14px;font-size:clamp(36px,4vw,58px);line-height:1.08;letter-spacing:-.04em}
.section-heading>p:last-child,.collection-copy>p:not(.eyebrow){color:var(--muted);font-size:16px;line-height:1.7}

/* Categories */
.categories{padding:94px 0}
.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.category-card{position:relative;min-height:360px;overflow:hidden;background:var(--panel);border:1px solid var(--line)}
.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease,filter .45s ease}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.96),rgba(0,0,0,.05) 68%)}
.category-card div{position:absolute;z-index:2;left:24px;right:24px;bottom:22px}
.category-card h3{margin:0 0 10px;font-size:22px;line-height:1.15}
.category-card span{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.category-card:hover img{transform:scale(1.05);filter:brightness(1.08)}

/* Philosophy */
.philosophy{padding:90px 0;background:var(--light);color:var(--ink)}
.philosophy-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(60px,8vw,120px);align-items:center}
.philosophy-copy>p:last-child{margin-bottom:0;color:#555;font-size:17px;line-height:1.75}
.value-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #d0d0d0;border-left:1px solid #d0d0d0}
.value-grid article{min-height:155px;padding:30px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #d0d0d0;border-bottom:1px solid #d0d0d0}
.value-grid strong{font-size:16px;text-transform:uppercase;line-height:1.3}
.value-grid span{margin-top:8px;color:#777;line-height:1.45}

/* Products */
.products{padding:96px 0}
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-card{overflow:hidden;background:linear-gradient(180deg,#191919,#101010);border:1px solid #2b2b2b;transition:.25s}
.product-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#121212}
.product-card>div{padding:23px}
.product-card h3{margin:0 0 8px;font-size:22px}
.product-card p{min-height:50px;margin:0;color:#aaa;line-height:1.55}
.product-card a{display:inline-flex;margin-top:18px;color:var(--red);font-size:13px;font-weight:900;text-transform:uppercase}
.product-card a::after{content:" →";margin-left:5px}
.product-card:hover{transform:translateY(-4px);border-color:#575757}

/* Collection CTA */
.collection-cta{padding:72px 0;background:radial-gradient(circle at 75% 35%,#222,#080808 56%);border-top:1px solid #1f1f1f}
.collection-inner{min-height:390px;display:grid;grid-template-columns:.95fr 1.05fr;gap:70px;align-items:center}
.collection-copy{max-width:650px}
.collection-copy .button{margin-top:18px}
.collection-images{position:relative;min-height:330px}
.collection-images img{position:absolute;width:58%;aspect-ratio:1/1;object-fit:cover;border:1px solid #333;box-shadow:0 25px 55px rgba(0,0,0,.35)}
.collection-images img:first-child{left:0;top:0}
.collection-images img:last-child{right:0;bottom:0}

/* Footer - προηγούμενη πλήρης έκδοση */
.site-footer{background:#050505;color:#d8d8d8;padding:72px 5vw 0;border-top:1px solid #222}
.footer-grid{width:min(1500px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(280px,1.35fr) minmax(210px,.9fr) minmax(230px,1fr) minmax(220px,1fr);gap:clamp(34px,4vw,78px);align-items:start}
.footer-grid>div{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:11px}
.footer-logo{margin-bottom:16px}
.footer-logo img{width:150px;height:72px;object-fit:contain}
.footer-brand p{max-width:430px;line-height:1.65;margin:0;color:#bcbcbc}
.footer-grid h3{margin:8px 0 17px;color:var(--gold);font-size:14px;letter-spacing:.16em}
.footer-grid a{color:#e5e5e5;line-height:1.45}
.footer-grid a:hover{color:var(--red)}
.footer-grid p{margin:0 0 8px;line-height:1.6}
.secure-buy{margin-top:15px!important}
.secure-buy a{color:var(--red);font-weight:800}
.footer-cta{display:inline-flex!important;margin-top:14px;padding:12px 16px;border:1px solid var(--red);border-radius:4px;color:#fff!important}
.footer-cta:hover{background:var(--red)}
.footer-bottom{width:min(1500px,100%);margin:58px auto 0;padding:24px 0;border-top:1px solid #272727;color:#777;font-size:13px;text-align:center}

@media(max-width:1180px){
  .site-header nav{gap:18px}
  .hero-grid{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr);gap:46px}
  .hero h1{font-size:56px}
  .hero-showcase{min-height:520px}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 60px}
}

@media(max-width:900px){
  body.menu-open{overflow:hidden}
  .site-header{height:68px}
  .header-inner{width:calc(100% - 40px)}
  .brand img{width:108px;height:44px}
  .menu{display:block}
  .site-header nav{position:fixed;inset:68px 0 0;z-index:101;display:flex;flex-direction:column;align-items:stretch;gap:0;padding:22px;background:#070707;transform:translateX(100%);transition:transform .28s ease;overflow-y:auto}
  .site-header nav.open{transform:translateX(0)}
  .site-header nav>a:not(.nav-cta){padding:18px 8px;border-bottom:1px solid #222}
  .site-header nav>a:not(.nav-cta)::after{display:none}
  .nav-cta{margin-top:20px;text-align:center}
  .hero{padding:116px 0 64px;min-height:auto}
  .hero-grid{grid-template-columns:1fr;gap:48px}
  .hero-copy-block{max-width:760px}
  .hero h1{font-size:clamp(42px,8vw,64px)}
  .hero-showcase{min-height:500px}
  .philosophy-grid{grid-template-columns:1fr;gap:48px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .collection-inner{grid-template-columns:1fr;gap:40px}
  .collection-images{min-height:380px}
}

@media(max-width:620px){
  .wrap{width:calc(100% - 36px)}
  .hero{padding:104px 0 54px}
  .hero::before{background-size:40px 40px}
  .hero h1{font-size:39px;line-height:1.05;letter-spacing:-.035em}
  .hero-text{font-size:16px;line-height:1.62;margin-top:20px}
  .hero-actions{display:grid;grid-template-columns:1fr;margin-top:27px}
  .button{width:100%;min-height:54px;padding:0 18px;font-size:13px;text-align:center}
  .hero-benefits{grid-template-columns:1fr;gap:17px;margin-top:34px;padding-top:20px}
  .hero-benefits div{padding-bottom:17px;border-bottom:1px solid rgba(255,255,255,.1)}
  .hero-benefits div:last-child{padding-bottom:0;border-bottom:0}
  .hero-showcase{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:10px;min-height:0}
  .hero-showcase::before{inset:-9px}
  .showcase-main{grid-column:1 / 3;grid-row:auto}
  .showcase-card{aspect-ratio:1/1}
  .showcase-main{aspect-ratio:16/10}
  .showcase-card span{left:13px;right:13px;bottom:12px;font-size:11px}
  .showcase-card b{font-size:15px}
  .categories,.products{padding:72px 0}
  .section-heading{margin-bottom:30px}
  .section-heading h2,.philosophy h2,.collection-copy h2{font-size:34px}
  .category-grid,.product-grid{grid-template-columns:1fr}
  .category-card{min-height:315px}
  .philosophy{padding:70px 0}
  .philosophy-copy>p:last-child{font-size:16px}
  .value-grid{grid-template-columns:1fr}
  .value-grid article{min-height:122px;padding:24px}
  .product-card p{min-height:0}
  .collection-cta{padding:62px 0}
  .collection-inner{gap:34px}
  .collection-images{min-height:270px}
  .collection-images img{width:63%}
  .site-footer{padding:54px 22px 0}
  .footer-grid{grid-template-columns:1fr;gap:38px}
  .footer-bottom{margin-top:42px;text-align:left}
  .footer-logo img{width:138px;height:64px}
}

@media(max-width:390px){
  .hero h1{font-size:35px}
  .hero-showcase{grid-template-columns:1fr}
  .showcase-main{grid-column:auto;aspect-ratio:1/1}
  .category-card{min-height:285px}
  .collection-images{min-height:235px}
}
