/* Avalehe esimene vaade: 2026-07-29 kinnitatud 1:1 kujundus. */
.home-page .site-header .shell,
.home-page .hero .shell {
  width: min(1560px, calc(100vw - 112px));
}

.home-page .nav-wrap {
  min-height: 84px;
  gap: 46px;
}

.home-page .brand {
  gap: 10px;
}

.home-page .brand__logo {
  width: 64px;
  height: 64px;
}

.home-page .brand__word {
  font-size: 3rem;
  font-weight: 580;
}

.home-page .brand__type {
  padding-left: 13px;
  font-size: 0.69rem;
  line-height: 1.35;
}

.home-page .main-nav {
  gap: clamp(30px, 3.2vw, 58px);
  margin-right: clamp(28px, 2vw, 34px);
}

.home-page .main-nav a {
  padding-block: 26px;
  font-size: 0.82rem;
}

.home-page .main-nav a::after {
  bottom: 18px;
}

.home-page .header-cta {
  min-width: 200px;
  min-height: 46px;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px;
  border-color: var(--gold);
  color: var(--gold);
  font-size: 0.8rem;
}

.home-page .hero {
  min-height: calc(100svh - 40px);
  display: block;
}

.home-page .hero__image {
  object-position: center center;
}

.home-page .hero__veil {
  background:
    linear-gradient(
      90deg,
      rgba(3, 14, 10, 0.96) 0%,
      rgba(3, 14, 10, 0.84) 32%,
      rgba(3, 14, 10, 0.36) 56%,
      rgba(3, 14, 10, 0.08) 72%,
      transparent 84%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.34) 0%,
      rgba(0, 0, 0, 0.05) 30%,
      rgba(0, 0, 0, 0) 70%,
      rgba(0, 0, 0, 0.36) 82%,
      rgba(0, 0, 0, 0.82) 91%,
      rgba(0, 0, 0, 0.92) 100%
    );
}

.home-page .hero__frame {
  display: none;
}

.home-page .hero__content {
  min-height: calc(100svh - 40px);
  display: block;
  padding-top: 150px;
  padding-bottom: 108px;
}

.home-page .hero__copy {
  max-width: 720px;
  margin-left: 16px;
}

.home-page .hero__eyebrow {
  display: block;
}

.home-page .hero__eyebrow > span {
  grid-column: 3;
  padding-left: 0;
  font-size: 0.84rem;
}

.home-page .hero__eyebrow > span::before {
  display: none;
}

.home-page .hero .kicker {
  font-size: 0.82rem;
}

.home-page .hero h1 {
  margin-top: 34px;
  font-size: clamp(5.25rem, 5.95vw, 6.25rem);
  line-height: 0.91;
}

.home-page .hero__lead {
  max-width: 560px;
  margin-top: 28px;
  font-size: 1.62rem;
  line-height: 1.42;
}

.home-page .hero__actions {
  max-width: 620px;
  gap: 12px 24px;
  margin-top: 32px;
  align-items: center;
}

.home-page .hero__actions .button {
  min-height: 64px;
  font-size: 0.8rem;
}

.home-page .hero__actions .button--clay {
  min-height: 59px;
  min-width: 293px;
  padding-inline: 30px;
  background: #aa4c2d;
}

.home-page .hero__actions .button--glass {
  min-width: 158px;
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(8, 16, 12, 0.35);
}

.home-page .hero__actions .button--quiet {
  flex: 0 0 468px;
  min-height: 58px;
  justify-content: flex-start;
  padding: 14px 0 20px;
  border: 0;
  border-bottom: 1px solid rgba(199, 164, 106, 0.5);
  border-radius: 0;
  color: var(--gold);
  background: transparent;
  box-shadow: none;
}

.home-page .hero__actions .button--quiet:hover {
  transform: none;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

.home-page .hero__facts {
  margin-top: 36px;
  color: rgba(219, 195, 154, 0.92);
  font-family: var(--serif);
  font-size: 1rem;
  font-weight: 400;
}

.home-page .hero__foot {
  bottom: 50px;
  gap: 28px;
  padding-inline: 22px;
  color: rgba(244, 240, 231, 0.85);
  font-size: 0.76rem;
}

.home-page .hero__here {
  color: #f4f0e7;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 1.25em;
}

.home-page .hero__here::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 2px rgba(200, 164, 90, 0.4), 0 0 10px 2px rgba(200, 164, 90, 0.35);
}

.home-page .hero h1 em {
  font-size: 0.97em;
}

.home-page .hero__line {
  flex: 1 1 auto;
  width: auto;
  background: rgba(199, 164, 106, 0.62);
}

@media (max-width: 1400px) {
  .home-page .nav-wrap {
    min-height: 70px;
  }

  .home-page .brand__word {
    font-size: 2.4rem;
  }

  .home-page .brand__type {
    font-size: 0.58rem;
  }

  .home-page .nav-wrap {
    gap: 30px;
  }

  .home-page .main-nav {
    gap: clamp(13px, 1.5vw, 24px);
  }

  .home-page .main-nav a {
    padding-block: 22px;
    font-size: 0.72rem;
  }

  .home-page .main-nav a::after {
    bottom: 16px;
  }

  .home-page .header-cta {
    min-width: 150px;
    min-height: 42px;
    gap: 12px;
    font-size: 0.72rem;
  }

  .home-page .hero {
    min-height: calc(100svh - 40px);
  }

  .home-page .hero__content {
    min-height: calc(100svh - 40px);
    padding-top: 104px;
    padding-bottom: 60px;
  }

  .home-page .hero__copy {
    margin-left: 6px;
  }

  .home-page .hero__eyebrow {
    grid-template-columns: max-content 80px;
  }

  .home-page .hero h1 {
    margin-top: 30px;
    font-size: clamp(4.3rem, 5.5vw, 5.25rem);
  }

  .home-page .hero__lead {
    max-width: 520px;
    margin-top: 24px;
    font-size: 1.32rem;
  }

  .home-page .hero__actions {
    max-width: 500px;
    gap: 10px 16px;
    margin-top: 26px;
  }

  .home-page .hero__actions .button {
    min-height: 50px;
    font-size: 0.7rem;
  }

  .home-page .hero__actions .button--clay {
    min-width: 223px;
  }

  .home-page .hero__actions .button--glass {
    min-width: 125px;
  }

  .home-page .hero__actions .button--quiet {
    flex-basis: 355px;
    min-height: 50px;
    padding-block: 12px 16px;
  }

  .home-page .hero__facts {
    margin-top: 12px;
    font-size: 0.86rem;
  }

  .home-page .hero__foot {
    bottom: 42px;
    font-size: 0.66rem;
  }
}

@media (max-width: 1200px) {
  .home-page .site-header .shell,
  .home-page .hero .shell {
    width: min(100% - 64px, 1120px);
  }

  .home-page .brand__word {
    font-size: 2.4rem;
  }

  .home-page .brand__type {
    font-size: 0.58rem;
  }

  .home-page .main-nav {
    gap: 24px;
  }

  .home-page .header-cta {
    min-width: 176px;
  }
}

@media (max-width: 980px) {
  .home-page .site-header .shell,
  .home-page .hero .shell {
    width: min(100% - 48px, 920px);
  }

  .home-page .nav-wrap {
    min-height: 70px;
  }

  .home-page .brand__word {
    font-size: 2.2rem;
  }

  .home-page .hero {
    min-height: calc(100svh - 40px);
  }

  .home-page .hero__content {
    min-height: calc(100svh - 40px);
    padding-top: 122px;
    padding-bottom: 96px;
  }

  .home-page .hero h1 {
    font-size: clamp(4.8rem, 9vw, 5.75rem);
  }
}

@media (max-width: 720px) {
  .home-page .site-header .shell,
  .home-page .hero .shell {
    width: calc(100% - 40px);
  }

  .home-page .nav-wrap {
    min-height: 76px;
  }

  .home-page .main-nav {
    margin-right: 0;
  }

  .home-page .brand__word {
    font-size: 2rem;
  }

  .home-page .brand__type {
    font-size: 0.52rem;
  }

  .home-page .hero {
    min-height: max(760px, calc(100svh - 40px));
  }

  .home-page .hero__image {
    object-position: 61% center;
  }

  .home-page .hero__veil {
    background:
      linear-gradient(90deg, rgba(2, 7, 5, 0.8), rgba(2, 7, 5, 0.36)),
      linear-gradient(180deg, rgba(2, 7, 5, 0.32), rgba(2, 7, 5, 0.14) 42%, rgba(2, 7, 5, 0.66));
  }

  .home-page .hero__content {
    min-height: max(760px, calc(100svh - 40px));
    padding-top: 106px;
    padding-bottom: 74px;
  }

  .home-page .hero__copy {
    max-width: 100%;
    margin-left: 0;
  }

  .home-page .hero__eyebrow {
    grid-template-columns: max-content 1fr;
    gap: 14px;
  }

  .home-page .hero__eyebrow::after {
    grid-column: 2;
  }

  .home-page .hero__eyebrow > span {
    display: none;
  }

  .home-page .hero h1 {
    margin-top: 28px;
    font-size: clamp(3.55rem, 16vw, 4.75rem);
    line-height: 0.92;
  }

  .home-page .hero__lead {
    max-width: 30ch;
    margin-top: 24px;
    font-size: 1.18rem;
  }

  .home-page .hero__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    gap: 10px;
    margin-top: 28px;
  }

  .home-page .hero__actions .button,
  .home-page .hero__actions .button--clay,
  .home-page .hero__actions .button--glass {
    min-width: 0;
    width: 100%;
    padding-inline: 12px;
  }

  .home-page .hero__actions .button--quiet {
    grid-column: 1 / -1;
    width: min(100%, 468px);
    min-height: 54px;
  }

  .home-page .hero__facts {
    display: block;
    max-width: 32ch;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .home-page .hero__foot {
    display: none;
  }
}

@media (max-width: 430px) {
  .home-page .hero__content {
    padding-top: 100px;
  }

  .home-page .hero h1 {
    font-size: 3.15rem;
    line-height: 0.95;
  }

  .home-page .hero__lead {
    font-size: 1.08rem;
  }

  .home-page .hero__actions {
    grid-template-columns: 1fr;
  }

  .home-page .hero__actions .button--quiet {
    grid-column: 1;
  }
}

@media (max-width: 1400px) {
  .home-page .brand__logo {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 720px) {
  .home-page .brand__logo {
    width: 48px;
    height: 48px;
  }
}

/* Logo premium-viimistlus avalehe skoobis (29.07.2026). */
.home-page .site-header,
.home-page .site-header.is-sticky {
  color: #f2ede2;
  background: #050d09;
  border-color: rgba(199, 167, 90, 0.28);
  box-shadow: none;
  backdrop-filter: none;
}

.home-page .brand {
  gap: 22px;
}

.home-page .brand__logo {
  width: auto;
  height: 64px;
}

.home-page .brand__word {
  color: #f2ede2;
  font-size: 56px;
  font-weight: 580;
  line-height: 0.95;
}

.home-page .brand__type {
  margin-left: 18px;
  padding: 3px 0 3px 18px;
  border-left: 1px solid rgba(199, 167, 90, 0.85);
  color: #d9bf78;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .home-page .brand__logo {
    height: 56px;
  }

  .home-page .brand__word {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .home-page .brand {
    gap: 13px;
  }

  .home-page .brand__logo {
    height: 44px;
  }

  .home-page .brand__word {
    font-size: 34px;
  }

  .home-page .brand__type {
    margin-left: 14px;
    padding: 2px 0 2px 14px;
    font-size: 8.5px;
  }
}

@media (max-width: 420px) {
  .home-page .brand__type {
    display:block;
  }
}

/* Lõplik logolukk avalehe skoobis. */
.home-page .brand{gap:10px}.home-page .brand__logo{width:76px;height:76px;object-fit:contain;transform:translateY(1px)}.home-page .brand__word{font-size:58px;line-height:.9;letter-spacing:-.035em;white-space:nowrap}.home-page .brand__type{margin-left:0;padding:3px 0 3px 20px;border-left:1px solid rgba(200,164,90,.6);color:#c8a45a;font-size:15px;font-weight:300;letter-spacing:.14em;line-height:1.55}@media (max-width:767px){.home-page .brand{gap:10px}.home-page .brand__logo{width:48px;height:48px}.home-page .brand__word{font-size:36px}.home-page .brand__type{margin-left:0;padding:2px 0 2px 10px;font-size:10px;letter-spacing:.12em;line-height:1.5}}.home-page .site-header,.home-page .site-header.is-sticky{background:#041009}

.home-page .brand--footer{gap:14px}.home-page .brand--footer .brand__logo{width:46px;height:46px}.home-page .brand--footer .brand__word{font-size:30px;line-height:1}.home-page .brand--footer .brand__type{margin-left:0;padding:2px 0 2px 14px;font-size:9px;letter-spacing:.13em}

@media (max-width: 360px){ .home-page .brand__type{ display:none } }

/* Jaluse bränd kompaktne: logo + Ratturi (descriptor kataks kõrvalveeru) – 30.07.2026. */
.footer .brand--footer{gap:7px}.footer .brand--footer .brand__type{display:block;margin-left:0;padding:2px 0 2px 7px}

/* Hero-teksti tõst kõrgemale suurtel ekraanidel (30.07.2026) */
@media (min-width:431px){body.home-page .hero .hero__content{padding-top:90px}}
