:root {
  --ink: #102a2b;
  --forest: #143f3c;
  --deep: #0b2425;
  --water: #2f7770;
  --brass: #d5a94f;
  --paper: #f5f1e7;
  --mist: #e5ece8;
  --white: #fffdf8;
  --line: rgba(16, 42, 43, .16);
  --shadow: 0 24px 60px rgba(9, 37, 37, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
a { color: inherit; }
img { display: block; max-width: 100%; }

.shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
}
.brand { color: var(--white); text-decoration: none; font-weight: 700; letter-spacing: .04em; }
.brand .brand-name { display: block; color: var(--white); font-size: 1rem; font-weight: 700; letter-spacing: .04em; }
.brand > span:not(.brand-name) { display: block; color: rgba(255,255,255,.56); font-size: .72rem; font-weight: 500; letter-spacing: .12em; margin-top: 3px; }
.top-actions { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.top-link { color: var(--white); text-decoration: none; font-size: .92rem; border-bottom: 1px solid rgba(255,255,255,.45); padding-bottom: 4px; }
.lang-switcher { display: inline-flex; align-items: center; padding: 3px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.07); }
.lang-switcher button { min-width: 42px; min-height: 32px; padding: 0 10px; border: 0; border-radius: 999px; color: rgba(255,255,255,.64); background: transparent; font: inherit; font-size: .75rem; font-weight: 700; cursor: pointer; }
.lang-switcher button.active { color: var(--deep); background: var(--brass); }

.hero {
  min-height: 100svh;
  background:
    radial-gradient(circle at 80% 24%, rgba(213, 169, 79, .2), transparent 24%),
    linear-gradient(145deg, #0b2425 0%, #143f3c 62%, #1d5d57 100%);
  color: var(--white);
  overflow: hidden;
}
.hero-grid { min-height: calc(100svh - 77px); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 7vw; padding: 70px 0 84px; }
.eyebrow { color: var(--brass); font-size: .78rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { font-family: "Noto Serif SC", Georgia, serif; font-size: clamp(3rem, 7vw, 6.7rem); line-height: .98; font-weight: 600; letter-spacing: -.045em; margin: 22px 0 28px; }
.lede { max-width: 620px; color: rgba(255,255,255,.76); font-size: clamp(1.02rem, 1.8vw, 1.28rem); line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }
.button { min-height: 56px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid rgba(255,255,255,.32); text-decoration: none; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--brass); color: var(--deep); border-color: var(--brass); }
.button.secondary { color: var(--white); }
.button .arrow { font-size: 1.35rem; }
.micro { margin-top: 18px; color: rgba(255,255,255,.5); font-size: .78rem; letter-spacing: .05em; }

.lure-stage { position: relative; min-height: 560px; }
.lure-card { position: absolute; overflow: hidden; background: white; box-shadow: 0 32px 70px rgba(0,0,0,.28); border: 8px solid rgba(255,255,255,.92); }
.lure-card img { width: 100%; height: 100%; object-fit: contain; background: #fff; }
.lure-card.one { width: 73%; height: 58%; right: 1%; top: 9%; transform: rotate(4deg); }
.lure-card.two { width: 59%; height: 49%; left: 1%; bottom: 7%; transform: rotate(-7deg); }
.lure-card.three { width: 42%; height: 35%; right: 2%; bottom: 2%; transform: rotate(3deg); }
.stamp { position: absolute; left: 43%; top: 42%; width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; background: var(--brass); color: var(--deep); border: 5px solid var(--deep); outline: 2px solid var(--brass); text-align: center; font-weight: 800; line-height: 1.18; transform: rotate(-8deg); z-index: 2; }

.intro { padding: 100px 0; background: var(--white); }
.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; }
.section-kicker { color: var(--water); font-weight: 800; font-size: .78rem; letter-spacing: .15em; text-transform: uppercase; }
h2 { font-family: "Noto Serif SC", Georgia, serif; color: var(--deep); font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: 1.1; letter-spacing: -.035em; margin: 14px 0; }
.intro-copy p { font-size: 1.05rem; line-height: 1.9; color: #43595a; margin: 0 0 20px; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.pill { padding: 10px 13px; border: 1px solid var(--line); color: var(--forest); background: var(--paper); font-size: .9rem; }

.contact-strip { background: var(--deep); color: var(--white); padding: 64px 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.contact-grid h2 { color: var(--white); font-size: clamp(2rem, 4vw, 3.6rem); }
.contact-list { display: grid; gap: 13px; }
.contact-list a, .contact-list p { margin: 0; color: rgba(255,255,255,.78); text-decoration: none; line-height: 1.6; }
.contact-list strong { color: var(--brass); display: inline-block; width: 5.2rem; }

.catalog-page { background: var(--paper); }
.catalog-head { background: var(--deep); color: var(--white); padding-bottom: 60px; }
.catalog-title { padding: 60px 0 0; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.catalog-title h1 { margin-bottom: 0; font-size: clamp(3rem, 7vw, 6.5rem); }
.catalog-title p { max-width: 440px; color: rgba(255,255,255,.66); line-height: 1.8; margin: 0 0 10px; }
.catalog-main { padding: 70px 0 100px; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.catalog-card { background: var(--white); border: 1px solid var(--line); display: grid; grid-template-columns: 46% 54%; min-height: 320px; text-decoration: none; transition: transform .2s, box-shadow .2s, border-color .2s; overflow: hidden; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: rgba(213, 169, 79, .8); }
.catalog-card img { width: 100%; height: 100%; object-fit: cover; background: white; }
.catalog-card .copy { padding: 34px 30px; display: flex; flex-direction: column; }
.catalog-card .num { color: var(--brass); font-family: Georgia, serif; font-size: 1.1rem; }
.catalog-card h3 { font-family: "Noto Serif SC", Georgia, serif; font-size: 1.65rem; line-height: 1.24; margin: 20px 0 8px; color: var(--deep); }
.catalog-card h3 small { display: block; font-family: Inter, sans-serif; color: var(--water); font-size: .78rem; letter-spacing: .05em; margin-top: 7px; font-weight: 600; }
.catalog-card p { color: #657474; line-height: 1.7; font-size: .92rem; margin: 0; }
.catalog-card .open { margin-top: auto; padding-top: 24px; color: var(--forest); font-weight: 800; }
.note { margin-top: 28px; padding: 24px 26px; border-left: 4px solid var(--brass); background: var(--mist); color: #43595a; line-height: 1.8; }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: #657474; font-size: .86rem; }
.site-footer .shell { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }

body[data-language="en"] h1,
body[data-language="ru"] h1,
body[data-language="en"] h2,
body[data-language="ru"] h2,
body[data-language="en"] .catalog-card h3,
body[data-language="ru"] .catalog-card h3 { font-family: Inter, Arial, sans-serif; letter-spacing: -.035em; }
body[data-language="ru"] .hero-grid { gap: 5vw; }
body[data-language="ru"] .lede { font-size: clamp(.98rem, 1.55vw, 1.15rem); }

@media (max-width: 860px) {
  .topbar { align-items: flex-start; padding: 16px 0; }
  .top-actions { align-items: flex-end; flex-direction: column; gap: 10px; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 54px; }
  .lure-stage { min-height: 460px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .catalog-title { display: block; }
  .catalog-title p { margin-top: 24px; }
  .catalog-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topbar { min-height: 68px; }
  .brand { max-width: 47%; }
  .brand .brand-name { font-size: .9rem; }
  .brand > span:not(.brand-name) { font-size: .58rem; letter-spacing: .08em; }
  .top-actions { max-width: 52%; }
  .top-link { font-size: .76rem; text-align: right; }
  .lang-switcher button { min-width: 36px; min-height: 30px; padding: 0 8px; font-size: .7rem; }
  .hero-grid { min-height: auto; padding-bottom: 64px; gap: 18px; }
  h1 { font-size: 3.45rem; }
  body[data-language="en"] h1, body[data-language="ru"] h1 { font-size: clamp(2.55rem, 12vw, 3.35rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .lure-stage { min-height: 360px; }
  .lure-card { border-width: 5px; }
  .stamp { width: 88px; height: 88px; font-size: .78rem; left: 41%; }
  .intro { padding: 72px 0; }
  .contact-strip { padding: 56px 0; }
  .contact-list strong { display: block; width: auto; margin-bottom: 2px; }
  .catalog-head { padding-bottom: 44px; }
  .catalog-title { padding-top: 38px; }
  .catalog-main { padding: 42px 0 70px; }
  .catalog-card { grid-template-columns: 1fr; }
  .catalog-card img { aspect-ratio: 4 / 3; }
  .catalog-card .copy { min-height: 255px; }
}

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