/* Golos Text — variable weight (400–800), split by unicode range */
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/golos-cyrillic-ext.woff2") format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/golos-cyrillic.woff2") format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/golos-latin-ext.woff2") format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Golos Text';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/golos-latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html, body { height: 100%; }

body {
  font-family: 'Golos Text', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #eef1f6;
  color: #2b3a4d;
}

a { color: #c8730f; text-decoration: none; }
a:hover { color: #e0891f; }

@keyframes rise {
  from { transform: translateX(-50%) translateY(40px); opacity: 0; }
  to   { transform: translateX(-50%) translateY(0); opacity: 1; }
}
@keyframes fadeUp {
  from { transform: translateY(24px); opacity: 0; }
  to   { transform: translateY(0); opacity: 1; }
}
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes shine {
  0%   { background-position: 150% 0; }
  100% { background-position: -50% 0; }
}
@keyframes sunGlow {
  0%, 100% { opacity: .9; transform: translateX(-50%) scale(1); }
  50%      { opacity: 1;  transform: translateX(-50%) scale(1.03); }
}

.page {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  background: radial-gradient(120% 90% at 50% 116%, #e5e9f0 0%, #eef1f6 52%, #f4f6fa 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* --- Background: rising sun horizon --- */

.horizon {
  position: absolute;
  left: 50%;
  top: 5vh;
  width: 158vw;
  height: 158vw;
  max-width: 2200px;
  max-height: 2200px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 12%, rgba(240,150,40,0.26) 0%, rgba(245,175,90,0.14) 16%, rgba(255,246,236,0.72) 40%, rgba(255,255,255,0.5) 100%);
  border-top: 1.5px solid rgba(255,255,255,0.95);
  box-shadow: 0 -2px 90px -22px rgba(240,150,40,0.4);
  pointer-events: none;
  animation: rise 1.2s cubic-bezier(.2,.7,.2,1) both;
}

.horizon-ring {
  position: absolute;
  left: 50%;
  top: 9.5vh;
  width: 140vw;
  height: 140vw;
  max-width: 1960px;
  max-height: 1960px;
  transform: translateX(-50%);
  border-radius: 50%;
  border-top: 1px solid rgba(214,138,30,0.22);
  pointer-events: none;
  animation: rise 1.4s .15s cubic-bezier(.2,.7,.2,1) both;
}

.sun-glow {
  position: absolute;
  left: 50%;
  top: 2vh;
  width: 40vw;
  height: 24vw;
  max-width: 560px;
  max-height: 340px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(240,140,30,0.66) 0%, rgba(242,150,45,0.4) 28%, rgba(245,170,80,0.16) 50%, rgba(245,180,100,0) 72%);
  filter: blur(10px);
  animation: sunGlow 7s ease-in-out infinite;
  pointer-events: none;
}

/* --- Hero --- */

.hero {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: clamp(48px, 7vw, 96px) 24px 0;
  max-width: 820px;
}

.logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeUp .8s cubic-bezier(.2,.7,.2,1) both;
}

.logo-ring {
  position: absolute;
  border-radius: 50%;
}
.logo-ring--inner {
  width: 158%;
  height: 158%;
  border: 1px solid rgba(255,255,255,0.6);
  box-shadow: inset 0 0 44px rgba(255,255,255,0.4);
}
.logo-ring--outer {
  width: 196%;
  height: 196%;
  border: 1px solid rgba(255,255,255,0.28);
}

.logo {
  width: clamp(104px, 13vw, 152px);
  height: auto;
  filter: drop-shadow(0 14px 26px rgba(60,40,20,0.22));
  animation: spin 48s linear infinite;
  will-change: transform;
}

.brand-line {
  margin-top: clamp(26px, 3.4vw, 40px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 18px);
  animation: fadeUp .8s .08s cubic-bezier(.2,.7,.2,1) both;
}

.brand-name {
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 600;
  letter-spacing: .38em;
  text-transform: uppercase;
  color: #6a7789;
  text-indent: .38em;
}

.rule {
  flex: none;
  width: clamp(20px, 3vw, 44px);
  height: 1px;
}
.rule--left  { background: linear-gradient(90deg, rgba(106,119,137,0), rgba(106,119,137,0.55)); }
.rule--right { background: linear-gradient(90deg, rgba(106,119,137,0.55), rgba(106,119,137,0)); }

.headline {
  margin-top: clamp(26px, 3.4vw, 44px);
  font-size: clamp(42px, 10vw, 124px);
  line-height: 1.18;
  padding-bottom: .04em;
  font-weight: 700;
  letter-spacing: -0.015em;
  filter: drop-shadow(0 10px 24px rgba(22,39,63,0.18)) drop-shadow(0 1px 0 rgba(255,255,255,0.55));
  background: linear-gradient(100deg, rgba(22,39,63,0.5) 0%, rgba(22,39,63,0.5) 38%, rgba(201,138,30,0.55) 47%, rgba(240,171,62,0.6) 50%, rgba(201,138,30,0.55) 53%, rgba(22,39,63,0.5) 62%, rgba(22,39,63,0.5) 100%);
  background-size: 300% 100%;
  background-position: 150% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: fadeUp .9s .16s cubic-bezier(.2,.7,.2,1) both, shine 7s ease-in-out 1.4s infinite;
}

.ornament {
  margin-top: clamp(30px, 4vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: fadeUp 1s .32s cubic-bezier(.2,.7,.2,1) both;
}

.ornament-line {
  width: 1px;
  height: clamp(24px, 3vw, 40px);
}
.ornament-line--top    { background: linear-gradient(180deg, rgba(200,115,15,0), rgba(200,115,15,0.55)); }
.ornament-line--bottom { background: linear-gradient(180deg, rgba(200,115,15,0.55), rgba(200,115,15,0)); }

.ornament-diamond {
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: #d9942a;
  box-shadow: 0 0 12px rgba(217,148,42,0.6);
}

/* --- Footer --- */

.footer {
  position: relative;
  z-index: 2;
  margin-top: auto;
  width: 100%;
  padding-bottom: clamp(28px, 4vw, 48px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.services {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  column-gap: clamp(14px, 2.6vw, 44px);
  padding: 0 24px;
  color: #1f3d63;
  animation: fadeUp 1s .4s cubic-bezier(.2,.7,.2,1) both;
}

.service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: transform .35s ease, color .35s ease;
}
.service:hover {
  transform: translateY(-5px);
  color: #c8730f;
}

.service-label {
  font-size: clamp(12px, 1.05vw, 14px);
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2b3a4d;
  white-space: nowrap;
  transition: color .35s ease;
}
.service:hover .service-label { color: #c8730f; }

.service-divider {
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, rgba(31,61,99,0), rgba(31,61,99,0.35), rgba(31,61,99,0));
}

.footer-rule {
  margin-top: clamp(22px, 3vw, 34px);
  width: min(560px, 80%);
  height: 1px;
  background: linear-gradient(90deg, rgba(31,61,99,0), rgba(31,61,99,0.28), rgba(31,61,99,0));
}

.site-link {
  margin-top: clamp(16px, 2vw, 22px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b3a4d;
  animation: fadeUp 1s .48s cubic-bezier(.2,.7,.2,1) both;
}

.site-link span {
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 700;
  letter-spacing: .01em;
  transition: color .3s ease;
}
.site-link:hover { color: #c8730f; }

.copyright {
  padding: clamp(24px, 3.4vw, 40px) 24px 0;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 500;
  color: #8b96a6;
  letter-spacing: .04em;
  text-align: center;
}

/* --- Responsive: tablets --- */

@media (max-width: 760px) {
  .service-label {
    white-space: normal;
    text-align: center;
    max-width: 16ch;
  }
  .services { align-items: start; }
  .service-divider { align-self: center; }
}

/* --- Responsive: phones --- */

@media (max-width: 560px) {
  .horizon {
    width: 260vw;
    height: 260vw;
    top: 8vh;
  }
  .horizon-ring {
    width: 235vw;
    height: 235vw;
    top: 12vh;
  }
  .sun-glow {
    width: 78vw;
    height: 46vw;
    top: 4vh;
  }

  .hero { padding-top: 56px; }

  .brand-name { letter-spacing: .24em; text-indent: .24em; }

  .services {
    grid-template-columns: 1fr;
    row-gap: 22px;
    align-items: center;
    justify-items: center;
  }
  .service-divider {
    width: min(220px, 56vw);
    height: 1px;
    background: linear-gradient(90deg, rgba(31,61,99,0), rgba(31,61,99,0.35), rgba(31,61,99,0));
  }
  .service { flex-direction: row; gap: 14px; }
  .service svg { width: 40px; height: 40px; flex: none; }
  .service-label { font-size: 13px; max-width: none; }

  .site-link span { font-size: 17px; }
}

/* --- Reduced motion --- */

@media (prefers-reduced-motion: reduce) {
  .horizon, .horizon-ring, .sun-glow, .logo-wrap, .brand-line,
  .headline, .ornament, .services, .site-link, .logo {
    animation: none;
  }
  .headline { background-position: 50% 0; }
  .service, .service-label, .site-link span { transition: none; }
}
