:root {
  --gold: #c98d32;
  --gold-dark: #a36b1d;
  --ink: #171717;
  --muted: #6b6761;
  --line: #e8dfd2;
  --paper: #fffdf8;
  --soft: #f7f2ea;
  --deep: #15130f;
  --steel: #40545a;
  --success: #2f7b62;
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.55; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 66px;
  display: grid;
  grid-template-columns: 184px 1fr auto auto auto;
  gap: 20px;
  align-items: center;
  padding: 0 clamp(28px, 5vw, 74px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand b { display: block; font-size: 18px; line-height: 1; }
.brand small { display: block; margin-top: 4px; font-size: 10px; letter-spacing: 3px; }
.mark { width: 48px; height: 36px; position: relative; display: inline-block; }
.mark i {
  position: absolute;
  bottom: 3px;
  width: 16px;
  height: 30px;
  border-left: 3px solid var(--gold);
  border-top: 3px solid var(--gold);
  transform: skewX(-28deg) rotate(45deg);
}
.mark i:nth-child(1) { left: 3px; }
.mark i:nth-child(2) { left: 17px; }
.mark i:nth-child(3) { left: 31px; }
.nav { display: flex; justify-content: center; gap: 26px; font-size: 13px; }
.nav a { padding: 24px 0; color: #34302c; border-bottom: 2px solid transparent; }
.nav a.active, .nav a:hover { color: var(--gold); border-bottom-color: var(--gold); }
.langbar { display: flex; gap: 8px; color: #7b746b; font-size: 12px; }
.langbar .active { color: #111; font-weight: 800; }
.socials { white-space: nowrap; font-size: 14px; letter-spacing: 6px; }
.cabinet { white-space: nowrap; color: #3f3b36; font-size: 12px; }
.button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 5px;
  background: linear-gradient(180deg, #dca64e, var(--gold));
  color: #fff;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(201,141,50,.2);
}
.button.ghost { background: #fff; color: var(--ink); border-color: #d5cabd; box-shadow: none; }
.button.small { min-height: 38px; padding: 0 16px; font-size: 12px; }
.button:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(201,141,50,.26); }
.button.ghost:hover { box-shadow: 0 12px 28px rgba(42,30,17,.08); }

.hero {
  min-height: 360px;
  display: grid;
  grid-template-columns: 52% 48%;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, #fffdf8 0%, #fff 52%, #f5efe5 100%),
    repeating-linear-gradient(90deg, rgba(201,141,50,.08) 0 1px, transparent 1px 82px);
  overflow: hidden;
}
.hero-copy { padding: 44px 40px 34px clamp(28px, 5vw, 74px); }
.eyebrow, .center-label {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .04em;
}
h1 {
  max-width: 700px;
  margin: 0 0 16px;
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 1.04;
}
h2 {
  margin: 0 0 20px;
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.16;
}
h3 { margin: 0 0 6px; }
.lead { max-width: 620px; margin: 0; font-size: 15px; }
.hero-chips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 660px;
  margin-top: 18px;
}
.hero-chips span {
  min-height: 64px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 12px 26px rgba(42,30,17,.04);
}
.hero-chips b { font-size: 12px; line-height: 1.2; }
.hero-chips small { color: var(--muted); font-size: 11px; line-height: 1.28; }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 24px; }
.hero-media { position: relative; min-height: 360px; overflow: hidden; }
.hero-media::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 34%;
  background: linear-gradient(90deg, #fffdf8 0%, rgba(255,253,248,.78) 42%, rgba(255,253,248,0) 100%);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}
.hero-stats div {
  display: grid;
  gap: 4px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(201,141,50,.34);
}
.hero-stats b { font-size: 25px; line-height: 1; }
.hero-stats span { color: var(--muted); font-size: 12px; }

.section, .inner { padding: 34px clamp(28px, 5vw, 74px); }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 16px;
}
.section-head a { color: var(--gold); font-weight: 800; font-size: 13px; }

.service-cycle { background: #fff; text-align: center; }
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}
.service {
  min-height: 80px;
  display: grid;
  grid-template-columns: 34px 1fr;
  column-gap: 12px;
  align-content: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.service:hover { transform: translateY(-3px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); border-color: rgba(201,141,50,.55); box-shadow: 0 16px 36px rgba(44,31,17,.08); }
.service span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff7ea;
  color: var(--gold);
  font-weight: 900;
  font-size: 11px;
  grid-row: span 2;
}
.service h3 { font-size: 14px; line-height: 1.2; }
.service p { margin: 0; font-size: 12px; line-height: 1.3; }
.service em { display: none; }

.deliverables {
  background:
    linear-gradient(135deg, rgba(21,19,15,.98), rgba(42,35,25,.96)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.06) 0 1px, transparent 1px 92px);
  color: #fff;
}
.deliverables h2, .deliverables h3 { color: #fff; }
.deliverables p { color: rgba(255,255,255,.72); }
.deliverables .section-head a { color: #e7b760; }
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.deliverable-card {
  min-height: 205px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.09), 0 20px 50px rgba(0,0,0,.18);
  transition: transform .22s ease, border-color .22s ease, background .22s ease;
}
.deliverable-card:hover {
  transform: translateY(-5px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(231,183,96,.55);
  background: linear-gradient(180deg, rgba(201,141,50,.22), rgba(255,255,255,.04));
}
.deliverable-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 50%;
  background: #e7b760;
  color: #1b1711;
  font-weight: 900;
  font-size: 12px;
}
.deliverable-card p { margin-bottom: 0; font-size: 13px; }

.advantages { background: #fffdf8; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.advantage-grid div {
  min-height: 64px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  text-align: left;
}
.advantage-grid span { color: var(--gold); font-weight: 900; font-size: 11px; }
.advantage-grid b { display: block; margin-top: 6px; font-size: 13px; }
.advantage-grid small { color: var(--muted); font-size: 11px; }

.process-section {
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.process-card {
  position: relative;
  min-height: 132px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #fffaf2);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.process-card:hover {
  transform: translateY(-4px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(201,141,50,.55);
  box-shadow: 0 18px 38px rgba(42,30,17,.08);
}
.process-card span {
  color: var(--gold);
  font-weight: 900;
  font-size: 12px;
}
.process-card h3 { margin-top: 18px; font-size: 15px; }
.process-card p { margin: 0; font-size: 12px; }

.about-video {
  display: grid;
  grid-template-columns: .82fr 1.45fr;
  gap: 38px;
  align-items: center;
  background: #fff;
}
.about-copy h2 { max-width: 440px; }
.about-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  margin-top: 22px;
  color: #4d463e;
  font-size: 13px;
}
.about-points span::before { content: "◎"; color: var(--gold); margin-right: 8px; }
.video-card {
  min-height: 235px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  color: #fff;
}
.video-card img { width: 100%; height: 100%; min-height: 235px; object-fit: cover; display: block; opacity: .72; }
.video-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.68), rgba(0,0,0,.08)); }
.video-card b { position: absolute; left: 34px; bottom: 60px; z-index: 2; max-width: 380px; font-size: 23px; line-height: 1.18; }
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #e1af5c, var(--gold));
  box-shadow: 0 0 0 12px rgba(201,141,50,.2);
}

.tabs { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; margin: 8px 0 18px; }
.tabs span {
  min-width: 120px;
  padding: 9px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
}
.tabs .active { background: var(--gold); color: #fff; border-color: var(--gold); }
.case-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.case, .post {
  display: block;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.case:hover, .post:hover { transform: translateY(-4px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)); border-color: rgba(201,141,50,.55); box-shadow: 0 16px 36px rgba(44,31,17,.09); }
.case img { width: 100%; height: 118px; object-fit: cover; display: block; }
.case h3 { padding: 12px 12px 0; font-size: 14px; }
.case p { margin: 2px 12px 14px; font-size: 12px; }

.awards { text-align: center; background: #fffdf8; border-top: 1px solid var(--line); }
.award-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.award-grid img {
  width: 100%;
  height: 95px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.team-section { text-align: center; background: #fff; }
.team-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}
.team-grid div {
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  text-align: left;
}
.team-grid img { width: 100%; height: 88px; object-fit: cover; object-position: top center; display: block; border-radius: 5px; margin-bottom: 8px; }
.team-grid b { display: block; font-size: 13px; }
.team-grid small { color: var(--muted); font-size: 11px; }

.trust-strip {
  padding: 24px clamp(28px, 5vw, 74px);
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.trust-strip h2 { font-size: 22px; margin: 0 0 16px; }
.trust-strip div { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 16px; align-items: center; }
.trust-strip span { min-height: 44px; display: grid; place-items: center; }
.trust-strip img { max-width: 100%; height: 42px; object-fit: contain; }

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.post img { width: 100%; height: 118px; object-fit: cover; display: block; }
.post small { display: block; padding: 12px 14px 0; color: var(--gold); font-weight: 900; font-size: 11px; }
.post h3 { padding: 6px 14px 0; font-size: 15px; line-height: 1.32; }
.post p { margin: 6px 14px 16px; font-size: 12px; }

.growth-system {
  display: grid;
  grid-template-columns: .88fr 1.25fr;
  gap: 28px;
  align-items: stretch;
  background: linear-gradient(90deg, #fffdf8, #fff);
  border-top: 1px solid var(--line);
}
.growth-copy {
  display: grid;
  align-content: center;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.sales-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.sales-card {
  min-height: 178px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.sales-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 4px;
  margin-bottom: 24px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--success));
}
.sales-card:hover {
  transform: translateY(-4px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  border-color: rgba(64,84,90,.35);
  box-shadow: 0 18px 38px rgba(42,30,17,.08);
}
.sales-card p { margin-bottom: 0; font-size: 13px; }

.consult {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 34px;
  margin: 34px clamp(28px, 5vw, 74px);
  padding: 28px 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.contact-list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 16px;
  margin-top: 18px;
  font-size: 13px;
}
.contact-list span { color: var(--muted); }
form { display: grid; gap: 10px; }
input, textarea {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid #d8d0c5;
  border-radius: 5px;
  font: inherit;
}
textarea { min-height: 82px; resize: vertical; }

.footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
  padding: 34px clamp(28px, 5vw, 74px);
  border-top: 1px solid var(--line);
  background: #fff;
}
.footer a { display: block; margin: 6px 0; color: var(--muted); font-size: 12px; }
.footer p { font-size: 12px; }
.chat-button {
  position: fixed;
  right: 22px;
  bottom: 20px;
  z-index: 40;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 999px;
  background: #fff;
  color: #1d1a17;
  font-weight: 800;
  box-shadow: 0 16px 44px rgba(42,30,17,.16);
}
.chat-button::before {
  content: "";
  width: 46px;
  height: 46px;
  margin-left: -16px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--gold);
}

@keyframes inUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes photoIn { from { opacity: 0; transform: scale(1.05); } to { opacity: 1; transform: scale(1); } }
.hero-copy { animation: inUp .7s ease both; }
.hero-media img { animation: photoIn .9s ease both; transition: transform .25s ease; }
.js-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease var(--reveal-delay, 0ms), transform .65s ease var(--reveal-delay, 0ms); }
.js-ready .reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .topbar { height: auto; grid-template-columns: 1fr auto; padding: 12px 5vw; }
  .nav { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; }
  .socials, .cabinet, .button.small { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 34px 5vw 24px; }
  .hero-media { min-height: 330px; }
  .service-grid, .case-grid, .team-grid, .trust-strip div, .process-grid, .sales-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .deliverable-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .advantage-grid, .award-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-video, .consult, .footer, .growth-system { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { padding-bottom: 76px; }
  .topbar { grid-template-columns: 1fr auto; padding: 12px 16px; }
  .brand b { font-size: 15px; }
  .brand small { font-size: 8px; letter-spacing: 2px; }
  .mark { width: 38px; height: 31px; }
  .mark i { width: 13px; height: 25px; border-left-width: 2px; border-top-width: 2px; }
  .mark i:nth-child(1) { left: 2px; }
  .mark i:nth-child(2) { left: 13px; }
  .mark i:nth-child(3) { left: 24px; }
  .nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .nav a { min-height: 36px; display: grid; place-items: center; padding: 0 6px; border: 1px solid var(--line); border-radius: 5px; text-align: center; font-size: 12px; }
  .hero-copy { padding: 28px 16px 22px; }
  h1 { font-size: 34px; }
  .hero-chips, .actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-stats, .service-grid, .advantage-grid, .case-grid, .award-grid, .team-grid, .trust-strip div, .post-grid, .deliverable-grid, .process-grid, .sales-grid { grid-template-columns: 1fr; }
  .hero-media { min-height: 238px; }
  .section, .inner, .trust-strip { padding: 30px 16px; }
  .tabs { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin-left: -16px; margin-right: -16px; padding-left: 16px; }
  .consult { margin: 30px 16px; padding: 22px; }
  .chat-button { left: 14px; right: 14px; bottom: 12px; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
}
