:root{
  --bg:#0d0a10;
  --panel:#16121b;
  --panel-soft:#1b1621;
  --line:rgba(255,255,255,.10);
  --line-strong:rgba(255,255,255,.18);
  --text:#f5edf1;
  --muted:#c6bac2;
  --soft:#a4939e;
  --rose:#e56a8e;
  --rose-deep:#cc5073;
  --gold:#d1a56a;
  --gold-soft:#ecd7bc;
  --shadow:0 24px 70px rgba(0,0,0,.28);
  --radius:28px;
  --heading:"Palatino Linotype","Book Antiqua",Georgia,serif;
  --body:"Segoe UI",Tahoma,Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-width:320px;
  color:var(--text);
  font-family:var(--body);
  line-height:1.6;
  background:
    radial-gradient(circle at top left, rgba(229,106,142,.10), transparent 28%),
    radial-gradient(circle at 100% 20%, rgba(209,165,106,.08), transparent 22%),
    linear-gradient(180deg, #0c0910 0%, #141018 38%, #0d0a10 100%);
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
h1,h2,h3,p{margin:0}
.container{width:min(1240px, 92vw);margin:0 auto}
.section{padding:92px 0}
.section-soft{
  background:linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section-head{
  max-width:760px;
  margin-bottom:34px;
}
.section-head.compact{max-width:700px}
.section-kicker{
  display:inline-block;
  margin-bottom:16px;
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700;
}
.section-head h2{
  font-family:var(--heading);
  font-size:clamp(2rem, 3vw, 3.25rem);
  line-height:1.08;
  font-weight:700;
  letter-spacing:.01em;
}
.section-head p{
  margin-top:14px;
  color:var(--muted);
  font-size:1.03rem;
  max-width:62ch;
}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  backdrop-filter:blur(14px);
  background:rgba(10,8,12,.76);
  border-bottom:1px solid var(--line);
}
.nav{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
  min-height:86px;
}
.brand{
  display:flex;
  align-items:center;
  gap:16px;
}
.brand-mark{
  width:56px;
  height:56px;
  border-radius:50%;
  border:1px solid rgba(209,165,106,.42);
  display:grid;
  place-items:center;
  font-family:var(--heading);
  font-size:1.2rem;
  color:var(--gold-soft);
  background:linear-gradient(180deg, rgba(209,165,106,.10), rgba(255,255,255,.02));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.brand-copy{display:flex;flex-direction:column}
.brand-overline{
  font-size:.7rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
}
.brand-name{
  font-family:var(--heading);
  font-size:2rem;
  line-height:1;
  font-weight:700;
  letter-spacing:.01em;
}
.brand-sub{
  margin-top:5px;
  font-size:.9rem;
  color:var(--soft);
}
.menu{
  justify-self:center;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px;
  color:var(--muted);
  font-size:.96rem;
}
.menu a{
  padding:8px 0;
  position:relative;
}
.menu a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:2px;
  height:1px;
  background:linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity:0;
  transform:translateY(6px);
  transition:.25s ease;
}
.menu a:hover{color:var(--text)}
.menu a:hover::after{
  opacity:1;
  transform:translateY(0);
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:14px;
}
.mini-link{
  color:var(--gold-soft);
  font-size:.96rem;
  white-space:nowrap;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid transparent;
  font-weight:600;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  background:linear-gradient(135deg, var(--rose), #f091b0);
  color:#fff;
  box-shadow:0 14px 36px rgba(229,106,142,.24);
}
.btn-primary:hover{
  background:linear-gradient(135deg, var(--rose-deep), #e37f9f);
}
.btn-secondary{
  border-color:rgba(209,165,106,.32);
  color:var(--gold-soft);
  background:rgba(255,255,255,.02);
}
.btn-secondary:hover{
  background:rgba(209,165,106,.08);
  border-color:rgba(209,165,106,.45);
}

.hero{
  padding:86px 0 46px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  align-items:center;
  gap:64px;
}
.hero-copy h1{
  font-family:var(--heading);
  font-size:clamp(2.7rem, 5vw, 4.85rem);
  line-height:1.01;
  font-weight:700;
  letter-spacing:.01em;
  max-width:11.5ch;
}
.hero-text{
  margin-top:24px;
  max-width:61ch;
  color:var(--muted);
  font-size:1.08rem;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:30px;
}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-top:34px;
}
.point-card{
  padding:18px;
  border-radius:22px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
}
.point-card strong{
  display:block;
  font-size:.98rem;
  color:var(--gold-soft);
}
.point-card span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:.95rem;
}
.hero-note{
  margin-top:20px;
  color:var(--soft);
  font-size:.98rem;
}
.hero-note a{
  color:var(--gold-soft);
  text-decoration:underline;
  text-decoration-color:rgba(209,165,106,.32);
  text-underline-offset:4px;
}
.hero-visual{
  position:relative;
  border-radius:32px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid var(--line-strong);
  min-height:760px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:var(--shadow);
}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.25));
  pointer-events:none;
}
.hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.visual-pill{
  position:absolute;
  left:24px;
  right:24px;
  bottom:24px;
  display:inline-flex;
  justify-content:center;
  padding:14px 16px;
  border-radius:999px;
  background:rgba(10,8,12,.72);
  border:1px solid rgba(255,255,255,.15);
  color:#fff;
  font-size:.94rem;
  backdrop-filter:blur(8px);
}

.quick-contact{
  padding:0 0 26px;
}
.quick-contact-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
}
.quick-card{
  display:block;
  padding:24px 24px 22px;
  border-radius:26px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.quick-card:hover{border-color:rgba(209,165,106,.34)}
.quick-label{
  display:block;
  font-size:.8rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--gold);
}
.quick-card strong{
  display:block;
  margin-top:10px;
  font-family:var(--heading);
  font-size:1.55rem;
  line-height:1.15;
  font-weight:700;
}

.collection-grid,
.product-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:24px;
}
.featured-grid .product-card{border-color:rgba(209,165,106,.18)}

.collection-tile,
.product-card{
  display:block;
  overflow:hidden;
  border-radius:30px;
  background:var(--panel);
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.collection-tile:hover,
.product-card:hover{
  transform:translateY(-4px);
  border-color:rgba(209,165,106,.26);
}
.collection-tile,
.product-card,
.quick-card,
.contact-card,
.step-card,
.info-strip a,
.floating-order{
  transition:transform .2s ease, border-color .2s ease, background .2s ease, opacity .2s ease;
}
.collection-media{
  background:#09080d;
  min-height:290px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.collection-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.collection-body{
  padding:24px 24px 28px;
}
.collection-body h3{
  font-family:var(--heading);
  font-size:1.8rem;
  line-height:1.12;
  font-weight:700;
}
.collection-body p{
  margin-top:12px;
  color:var(--muted);
}

.catalog-block:nth-of-type(even){
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.product-card{
  background:linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.015));
}
.product-media{
  position:relative;
  padding:20px;
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#0b0910;
}
.product-media img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:22px;
}
.product-badge{
  position:absolute;
  top:18px;
  left:18px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(10,8,12,.82);
  color:var(--gold-soft);
  border:1px solid rgba(209,165,106,.32);
  font-size:.78rem;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.product-body{
  padding:0 22px 24px;
}
.product-label{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  font-size:.78rem;
  text-transform:uppercase;
  letter-spacing:.14em;
  color:var(--gold-soft);
  background:rgba(209,165,106,.09);
  border:1px solid rgba(209,165,106,.16);
}
.product-body h3{
  margin-top:16px;
  font-family:var(--heading);
  font-size:1.8rem;
  line-height:1.08;
  font-weight:700;
}
.product-body p{
  margin-top:10px;
  color:var(--muted);
  min-height:3.2em;
}
.product-meta{
  display:flex;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  color:var(--soft);
  font-size:.92rem;
}
.product-card.featured .product-body h3{font-size:1.95rem}

.steps-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:20px;
}
.step-card{
  padding:28px 26px;
  border-radius:28px;
  background:var(--panel-soft);
  border:1px solid var(--line);
}
.step-number{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(209,165,106,.24);
  color:var(--gold-soft);
  font-family:var(--heading);
  font-size:1.25rem;
}
.step-card h3{
  margin-top:18px;
  font-family:var(--heading);
  font-size:1.7rem;
  line-height:1.12;
}
.step-card p{
  margin-top:12px;
  color:var(--muted);
}
.info-strip{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:16px;
  margin-top:28px;
}
.info-strip a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:60px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(209,165,106,.18);
  background:rgba(255,255,255,.03);
  color:var(--gold-soft);
  text-align:center;
}
.info-strip a:hover{
  background:rgba(209,165,106,.08);
  border-color:rgba(209,165,106,.32);
}

.contact-section{
  padding-top:92px;
}
.contact-panel{
  padding:42px;
  border-radius:34px;
  border:1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)),
    radial-gradient(circle at top right, rgba(229,106,142,.08), transparent 30%);
  box-shadow:var(--shadow);
}
.contact-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:18px;
}
.contact-card{
  display:block;
  min-height:170px;
  padding:24px;
  border-radius:28px;
  background:rgba(0,0,0,.18);
  border:1px solid var(--line);
}
.contact-card strong{
  display:block;
  margin-top:10px;
  font-family:var(--heading);
  font-size:1.65rem;
  line-height:1.1;
}
.contact-card span{
  display:block;
  font-size:.8rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--gold);
}
.contact-card small{
  display:block;
  margin-top:14px;
  color:var(--muted);
  font-size:.95rem;
  line-height:1.55;
}
.contact-card.strong{
  background:linear-gradient(135deg, rgba(229,106,142,.16), rgba(209,165,106,.06));
  border-color:rgba(229,106,142,.24);
}
.contact-card:hover{
  transform:translateY(-3px);
  border-color:rgba(209,165,106,.28);
}

.site-footer{
  padding:38px 0 110px;
  color:var(--soft);
}
.footer-wrap{
  display:flex;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
  border-top:1px solid var(--line);
  padding-top:24px;
}

.floating-order{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:40;
  min-height:54px;
  padding:0 22px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, var(--rose), #f091b0);
  color:#fff;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 16px 40px rgba(0,0,0,.34);
}
.floating-order:hover{transform:translateY(-2px)}
.mobile-bar{display:none}

[id]{scroll-margin-top:110px}

@media (max-width:1180px){
  .hero-grid{gap:42px}
  .product-grid,
  .collection-grid,
  .contact-grid{grid-template-columns:repeat(2, minmax(0,1fr))}
}
@media (max-width:980px){
  .nav{
    grid-template-columns:1fr auto;
    gap:18px;
    padding:14px 0;
  }
  .menu{display:none}
  .hero{
    padding-top:54px;
  }
  .hero-grid,
  .steps-grid,
  .quick-contact-grid,
  .info-strip{
    grid-template-columns:1fr;
  }
  .hero-points{
    grid-template-columns:1fr;
  }
  .hero-visual{
    min-height:560px;
  }
  .brand-name{font-size:1.7rem}
}
@media (max-width:760px){
  .section{padding:72px 0}
  .container{width:min(92vw, 640px)}
  .nav{
    grid-template-columns:1fr;
    align-items:start;
  }
  .nav-actions{
    width:100%;
    justify-content:space-between;
  }
  .brand{
    width:100%;
  }
  .hero-copy h1{
    max-width:14ch;
  }
  .hero-visual{
    min-height:480px;
  }
  .product-grid,
  .collection-grid,
  .contact-grid{
    grid-template-columns:1fr;
  }
  .product-media{
    min-height:300px;
  }
  .contact-panel{padding:26px}
  .contact-card{
    min-height:auto;
  }
  .floating-order{display:none}
  .mobile-bar{
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:55;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
  }
  .mobile-bar a{
    min-height:52px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(10,8,12,.92);
    border:1px solid rgba(255,255,255,.12);
    color:#fff;
    font-size:.94rem;
    backdrop-filter:blur(10px);
  }
  .site-footer{
    padding-bottom:100px;
  }
}


/* --- Logo, wordmark and scroll controls update --- */
.brand{
  gap:18px;
}
.brand-mark{
  width:86px;
  height:86px;
  padding:10px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(209,165,106,.42);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(209,165,106,.04));
  box-shadow:0 14px 34px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.12);
}
.brand-mark img{
  width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(209,165,106,.18));
}
.brand-overline{
  font-size:.74rem;
}
.brand-name{
  font-size:clamp(1.9rem, 2.4vw, 2.35rem);
}
.brand-sub{
  font-size:.95rem;
  letter-spacing:.03em;
}
.hero-copy h1{
  max-width:13ch;
}
.hero-brand-stamp{
  width:min(340px, 100%);
  margin:6px 0 26px;
  padding:14px 18px;
  border-radius:24px;
  border:1px solid rgba(209,165,106,.20);
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
  box-shadow:0 18px 42px rgba(0,0,0,.22);
}
.hero-brand-stamp img{
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(209,165,106,.16));
}
.visual-pill{
  font-weight:600;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:22px;
  max-width:620px;
}
.footer-brand p{
  color:var(--muted);
  max-width:42ch;
}
.footer-logo{
  width:min(270px, 44vw);
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 20px rgba(209,165,106,.16));
}
.footer-stats{
  display:flex;
  align-items:flex-end;
  text-align:right;
}
.scroll-tools{
  position:fixed;
  right:24px;
  bottom:94px;
  z-index:45;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.scroll-btn{
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(209,165,106,.28);
  background:rgba(10,8,12,.82);
  color:var(--gold-soft);
  font-size:1.3rem;
  line-height:1;
  cursor:pointer;
  box-shadow:0 16px 34px rgba(0,0,0,.26);
  backdrop-filter:blur(10px);
  opacity:0;
  transform:translateY(10px);
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, border-color .2s ease, background .2s ease;
}
.scroll-btn.is-visible{
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.scroll-btn:hover{
  border-color:rgba(209,165,106,.42);
  background:rgba(20,16,24,.96);
}
.scroll-btn.is-visible:hover{
  transform:translateY(-2px);
}
@media (max-width:980px){
  .brand-mark{
    width:74px;
    height:74px;
    padding:8px;
    border-radius:22px;
  }
  .hero-brand-stamp{
    width:min(280px, 100%);
  }
  .scroll-tools{
    right:18px;
    bottom:88px;
  }
}
@media (max-width:760px){
  .brand-mark{
    width:64px;
    height:64px;
    border-radius:20px;
  }
  .brand-name{
    font-size:1.62rem;
  }
  .hero-brand-stamp{
    width:min(230px, 100%);
    margin-bottom:22px;
  }
  .footer-brand{
    flex-direction:column;
    align-items:flex-start;
    gap:14px;
  }
  .footer-logo{
    width:220px;
  }
  .footer-stats{
    text-align:left;
    align-items:flex-start;
  }
  .scroll-tools{
    right:12px;
    bottom:78px;
  }
  .scroll-btn{
    width:46px;
    height:46px;
    font-size:1.15rem;
  }
}



/* --- final refinement: transparent logo, English layout, header stability --- */
.site-header .container{
  width:min(1380px, 95vw);
}
.nav{
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:18px;
  min-height:92px;
}
.brand{
  gap:14px;
  min-width:0;
}
.brand-mark{
  flex:0 0 94px;
  width:94px;
  height:auto;
  padding:0;
  border:none;
  background:none;
  border-radius:0;
  overflow:visible;
  box-shadow:none;
}
.brand-mark img{
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 10px 22px rgba(209,165,106,.18));
}
.brand-copy{
  min-width:0;
}
.brand-overline{
  font-size:.72rem;
  line-height:1.15;
  letter-spacing:.21em;
}
.brand-name{
  font-size:clamp(1.78rem, 2.2vw, 2.25rem);
}
.brand-sub{
  margin-top:4px;
  font-size:.95rem;
}
.menu{
  gap:clamp(12px, 1.2vw, 24px);
  flex-wrap:nowrap;
  font-size:.94rem;
}
.nav-actions{
  gap:12px;
}
.nav-actions .btn{
  min-height:46px;
  padding:0 20px;
}
.mini-link{
  font-size:.95rem;
}
.hero{
  padding:76px 0 46px;
}
.hero-grid{
  gap:58px;
}
.hero-copy h1{
  max-width:11.4ch;
}
.hero-brand-stamp{
  display:none !important;
}
.hero-visual{
  min-height:700px;
}
.footer-logo{
  width:min(300px, 46vw);
}
.footer-stats{
  white-space:nowrap;
}
@media (max-width:1260px){
  .site-header .container{
    width:min(1380px, 96vw);
  }
  .brand-mark{
    flex-basis:84px;
    width:84px;
  }
  .menu{
    gap:14px;
    font-size:.92rem;
  }
  .nav-actions .btn{
    padding:0 18px;
  }
}
@media (max-width:1120px){
  .nav{
    grid-template-columns:1fr auto;
    align-items:center;
    row-gap:12px;
  }
  .menu{
    display:none;
  }
}
@media (max-width:980px){
  .brand-mark{
    flex-basis:72px;
    width:72px;
  }
  .hero{
    padding-top:54px;
  }
  .hero-visual{
    min-height:560px;
  }
}
@media (max-width:760px){
  .nav{
    grid-template-columns:1fr;
    align-items:start;
  }
  .nav-actions{
    width:100%;
    justify-content:space-between;
  }
  .brand{
    width:100%;
  }
  .brand-mark{
    flex-basis:64px;
    width:64px;
  }
  .brand-name{
    font-size:1.62rem;
  }
  .hero-copy h1{
    max-width:12.5ch;
  }
  .footer-stats{
    white-space:normal;
    text-align:left;
  }
}
