:root {
  --horns-bg: #0d0a0a;
  --horns-panel: #171111;
  --horns-panel-soft: #231919;
  --horns-text: #f7efe8;
  --horns-muted: #cfbeb2;
  --horns-accent: #d56b2d;
  --horns-accent-strong: #f08d3c;
  --horns-line: rgba(255, 255, 255, 0.08);
  --horns-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.page-template-template-horns-home,
.page-template-template-horns-story {
  background:
    radial-gradient(circle at top left, rgba(213, 107, 45, 0.12), transparent 35%),
    linear-gradient(180deg, #110c0c 0%, #090707 100%);
  color: var(--horns-text);
}

.page-template-template-horns-home .main-header-box,
.page-template-template-horns-story .main-header-box {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(180deg, rgb(8, 8, 8), rgba(8, 8, 8, 0.7));
}

.page-template-template-horns-home .inner-header-box,
.page-template-template-horns-story .inner-header-box {
  background: transparent;
}

.page-template-template-horns-home .logo,
.page-template-template-horns-story .logo,
.page-template-template-horns-home .logo-position,
.page-template-template-horns-story .logo-position,
.page-template-template-horns-home .logo-image,
.page-template-template-horns-story .logo-image,
.page-template-template-horns-home .logo-image a,
.page-template-template-horns-story .logo-image a {
  background: transparent !important;
  box-shadow: none !important;
}

.page-template-template-horns-home .logo-image img.custom-logo,
.page-template-template-horns-story .logo-image img.custom-logo {
  height: 160px !important;
  max-width: 320px !important;
  width: auto !important;
  object-fit: contain;
}

.page-template-template-horns-home .top-header p,
.page-template-template-horns-story .top-header p,
.page-template-template-horns-home .logo-content a,
.page-template-template-horns-story .logo-content a,
.page-template-template-horns-home .social-links span,
.page-template-template-horns-story .social-links span,
.page-template-template-horns-home .social-links a,
.page-template-template-horns-story .social-links a,
.page-template-template-horns-home .main-navigation a,
.page-template-template-horns-story .main-navigation a,
.page-template-template-horns-home .sign-button a,
.page-template-template-horns-story .sign-button a {
  color: #fff;
}

.page-template-template-horns-home .scroll-up,
.page-template-template-horns-story .scroll-up {
  display: none !important;
}

.horns-page {
  position: relative;
  overflow: clip;
}

.horns-home-hero,
.horns-story-hero {
  position: relative;
  min-height: min(88vh, 900px);
  display: flex;
  align-items: end;
  padding: 210px 0 90px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.horns-hero-panel,
.horns-story-hero-copy {
  max-width: 720px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, rgba(16, 12, 12, 0.68), rgba(16, 12, 12, 0.88));
  box-shadow: var(--horns-shadow);
  backdrop-filter: blur(8px);
}

.horns-hero-eyebrow {
  margin: 0 0 14px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: var(--horns-accent-strong);
}

.horns-hero-title {
  margin: 0;
  color: var(--horns-text);
  font-size: clamp(42px, 7vw, 88px);
  line-height: 0.96;
  text-transform: uppercase;
}

.horns-hero-text,
.horns-copy-text {
  color: var(--horns-muted);
  font-size: 18px;
  line-height: 1.75;
}

.horns-hero-text {
  margin-top: 22px;
  max-width: 62ch;
}

.horns-hero-actions {
  margin-top: 28px;
  display: flex;
  justify-content: flex-start;
}

.horns-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 16px 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, var(--horns-accent), var(--horns-accent-strong));
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(213, 107, 45, 0.25);
}

.horns-cta-button:hover,
.horns-cta-button:focus {
  color: #fff;
  transform: translateY(-1px);
}

.horns-editor-intro,
.horns-zigzag-wrapper,
.horns-contact-section,
.horns-story-content,
.horns-story-gallery {
  padding: clamp(64px, 8vw, 110px) 0;
}

.horns-editor-intro-card,
.horns-contact-shell,
.horns-story-article {
  padding: clamp(28px, 4vw, 42px);
  border: 1px solid var(--horns-line);
  background: linear-gradient(180deg, rgba(23, 17, 17, 0.96), rgba(15, 11, 11, 0.96));
  box-shadow: var(--horns-shadow);
}

.horns-editor-intro-card > *:last-child,
.horns-story-article > *:last-child,
.horns-copy-text > *:last-child {
  margin-bottom: 0;
}

.horns-zigzag-wrapper .container {
  display: grid;
  gap: clamp(36px, 7vw, 88px);
}

.horns-zigzag-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(28px, 4vw, 60px);
  align-items: center;
}

.horns-zigzag-section.is-reversed {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.horns-zigzag-section.is-reversed .horns-zigzag-media {
  order: 2;
}

.horns-zigzag-section.is-reversed .horns-zigzag-copy {
  order: 1;
}

.horns-media-frame,
.horns-story-card-media {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #120f0f;
  box-shadow: var(--horns-shadow);
}

.horns-media-frame::after,
.horns-story-card-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.48));
  pointer-events: none;
}

.horns-media-frame img,
.horns-story-card-media img,
.horns-story-article img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.horns-media-frame {
  aspect-ratio: 4 / 3;
}

.horns-zigzag-copy h2,
.horns-contact-copy h2,
.horns-story-card-copy h2,
.horns-story-article h2,
.horns-story-article h3 {
  margin-bottom: 18px;
  color: var(--horns-text);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
}

.horns-contact-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 4vw, 56px);
  background:
    radial-gradient(circle at top right, rgba(213, 107, 45, 0.15), transparent 35%),
    linear-gradient(180deg, rgba(26, 19, 19, 0.98), rgba(15, 11, 11, 0.98));
}

.horns-contact-copy h2 {
  margin-top: 0;
}

.horns-contact-form .wpcf7-form p {
  margin-bottom: 18px;
}

.horns-contact-form input:not([type="submit"]),
.horns-contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.horns-contact-form input::placeholder,
.horns-contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.horns-contact-form input[type="submit"] {
  padding: 15px 28px;
  border: none;
  background: linear-gradient(135deg, var(--horns-accent), var(--horns-accent-strong));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.horns-form-placeholder {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  color: var(--horns-muted);
}

.horns-story-article,
.horns-editor-intro-card {
  font-size: 18px;
  line-height: 1.8;
  color: var(--horns-muted);
}

.horns-story-article p,
.horns-editor-intro-card p {
  color: var(--horns-muted);
}

.horns-story-article h2,
.horns-story-article h3,
.horns-editor-intro-card h2,
.horns-editor-intro-card h3 {
  color: var(--horns-text);
}

.horns-story-article .wp-block-image,
.horns-story-article .wp-block-gallery {
  margin-top: 28px;
  margin-bottom: 28px;
}

.horns-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 34px);
}

.horns-story-card {
  border: 1px solid var(--horns-line);
  background: linear-gradient(180deg, rgba(23, 17, 17, 0.98), rgba(12, 10, 10, 0.98));
  overflow: hidden;
  box-shadow: var(--horns-shadow);
}

.horns-story-card-media {
  aspect-ratio: 16 / 10;
}

.horns-story-card-copy {
  padding: 26px;
}

.horns-story-card-copy h2 {
  font-size: clamp(24px, 3vw, 34px);
}

.horns-scroll-top {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--horns-accent), var(--horns-accent-strong));
  color: #fff;
  font-size: 24px;
  box-shadow: 0 16px 34px rgba(213, 107, 45, 0.3);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.horns-scroll-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, 38px, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal="left"] {
  transform: translate3d(-46px, 0, 0);
}

[data-reveal="right"] {
  transform: translate3d(46px, 0, 0);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
  .page-template-template-horns-home .main-header-box,
  .page-template-template-horns-story .main-header-box {
    background: transparent;
  }

  .horns-zigzag-section,
  .horns-zigzag-section.is-reversed,
  .horns-contact-shell,
  .horns-story-grid {
    grid-template-columns: 1fr;
  }

  .horns-zigzag-section.is-reversed .horns-zigzag-media,
  .horns-zigzag-section.is-reversed .horns-zigzag-copy {
    order: initial;
  }

  .horns-home-hero,
  .horns-story-hero {
    min-height: auto;
    padding: 180px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-template-horns-home .logo-image img.custom-logo,
  .page-template-template-horns-story .logo-image img.custom-logo {
    height: 120px !important;
    max-width: 240px !important;
  }

  .horns-home-hero,
  .horns-story-hero {
    padding: 150px 0 54px;
  }

  .horns-hero-panel,
  .horns-story-hero-copy,
  .horns-editor-intro-card,
  .horns-contact-shell,
  .horns-story-article {
    padding: 22px;
  }

  .horns-hero-text,
  .horns-copy-text,
  .horns-story-article,
  .horns-editor-intro-card {
    font-size: 16px;
  }

  .horns-scroll-top {
    right: 18px;
    bottom: 18px;
    width: 50px;
    height: 50px;
  }
}
