/*
 * Fjellhytta landingsside – body-seksjoner
 * Alle stiler scopet under .fjellhytta-page for å ikke kollidere med Uncode.
 * Topbar/meny/footer styles ligger IKKE her – de kommer fra Uncode-temaet.
 */

.fjellhytta-page {
  --fj-blue: #0d3984;
  --fj-lime: #93c119;
  --fj-orange: #f38d00;
  --fj-grey: #f7f7f7;
  --fj-text: #303133;
  --fj-muted: #7a7d80;
  --fj-hero-bg: url('../assets/hero.jpg');
  font-size: 16px;
  color: var(--fj-text);
  line-height: 1.6;
  background: #fff;
}
.fjellhytta-page *,
.fjellhytta-page *::before,
.fjellhytta-page *::after { box-sizing: border-box; }
.fjellhytta-page img { display: block; max-width: 100%; }
.fjellhytta-page h1,
.fjellhytta-page h2,
.fjellhytta-page h3 { line-height: 1.2; margin: 0; }
.fjellhytta-page p { margin: 0; }
.fjellhytta-page section { padding: 62px 0; }

.fjellhytta-page .fj-wrap { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.fjellhytta-page .fj-wide { max-width: 1380px; margin: 0 auto; padding: 0 24px; }

.fjellhytta-page .fj-btn {
  display: inline-block;
  background: var(--fj-lime);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 160px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s ease;
}
.fjellhytta-page .fj-btn:hover { background: #86b017; color: #fff; }
.fjellhytta-page .fj-btn.bla { background: var(--fj-blue); }
.fjellhytta-page .fj-btn.bla:hover { background: #0b3071; }
.fjellhytta-page .fj-btn.hvit { background: #fff; color: var(--fj-blue); }
.fjellhytta-page .fj-btn.hvit:hover { background: #eef1f5; }
.fjellhytta-page .fj-btn--sec {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .85);
  padding: 10px 30px;
}
.fjellhytta-page .fj-btn--sec:hover {
  background: rgba(255, 255, 255, .12);
  color: #fff;
}

/* HERO */
.fjellhytta-page .hero {
  position: relative;
  min-height: 72svh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgba(20,22,24,.42), rgba(20,22,24,.42)), var(--fj-hero-bg) center 45%/cover no-repeat;
  padding: 72px 24px;
}
.fjellhytta-page .hero .tag {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(13,57,132,.85);
  display: inline-block;
  padding: 7px 18px;
  border-radius: 160px;
}
.fjellhytta-page .hero h1 {
  font-size: clamp(32px, 5.4vw, 56px);
  font-weight: 800;
  text-transform: uppercase;
  margin: 22px 0 6px;
}
.fjellhytta-page .hero .strek {
  width: 120px;
  height: 3px;
  background: var(--fj-lime);
  margin: 16px auto;
}
.fjellhytta-page .hero p {
  font-size: clamp(16px, 2vw, 19px);
  max-width: 620px;
  margin: 0 auto 28px;
  color: #f0f2f4;
}
.fjellhytta-page .hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .fjellhytta-page .hero-cta { flex-direction: column; gap: 10px; }
  .fjellhytta-page .hero-cta .fj-btn { width: 100%; max-width: 320px; }
}

/* MINIBANNER */
.fjellhytta-page .minibanner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #fff;
  padding: 20px 24px;
  border-bottom: 1px solid #ececec;
}
.fjellhytta-page .minibanner img { height: 30px; width: auto; }
.fjellhytta-page .minibanner p {
  font-size: clamp(15px, 1.8vw, 20px);
  font-weight: 600;
  font-style: italic;
  color: var(--fj-blue);
  letter-spacing: .3px;
}

/* KJOP HYTTA (kampanje) */
.fjellhytta-page .kampanje { padding: 0; background: var(--fj-blue); }
.fjellhytta-page .kampanje .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 460px;
  max-width: 1380px;
  margin: 0 auto;
}
.fjellhytta-page .kampanje .tekst {
  color: #fff;
  padding: 64px clamp(24px, 5vw, 96px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fjellhytta-page .kampanje .eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--fj-lime);
  margin-bottom: 14px;
}
.fjellhytta-page .kampanje h2 {
  font-size: clamp(26px, 3.4vw, 40px);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.12;
  color: #fff;
}
.fjellhytta-page .kampanje .pris {
  margin: 18px 0 4px;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  color: var(--fj-lime);
  line-height: 1;
}
.fjellhytta-page .kampanje .pris small {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c4cee2;
}
.fjellhytta-page .kampanje p {
  color: #e7ebf2;
  margin: 14px 0 28px;
  max-width: 480px;
}
.fjellhytta-page .kampanje .bilde {
  background-image: url('../assets/hytte.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 40%;
}
@media (max-width: 820px) {
  .fjellhytta-page .kampanje .inner { grid-template-columns: 1fr; }
  .fjellhytta-page .kampanje .bilde { min-height: 280px; order: -1; }
  .fjellhytta-page .kampanje .tekst { padding: 48px 28px; }
}

/* VANNMERKE (logo-symbol i lyse seksjoner) */
.fjellhytta-page .has-vm { position: relative; overflow: hidden; }
.fjellhytta-page .has-vm > .fj-wrap,
.fjellhytta-page .has-vm > .fj-wide { position: relative; z-index: 1; }
.fjellhytta-page .vm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(340px, 40vw, 560px);
  aspect-ratio: 1;
  background: url('../assets/budor-symbol.png') center/contain no-repeat;
  opacity: .14;
  pointer-events: none;
  z-index: 0;
}
.fjellhytta-page .vm.h { right: -60px; }
.fjellhytta-page .vm.v { left: -60px; }
@media (max-width: 820px) {
  .fjellhytta-page .vm { width: 320px; opacity: .08; }
  .fjellhytta-page .vm.h { right: -100px; }
  .fjellhytta-page .vm.v { left: -100px; }
}

/* SEKSJONS-TITLER */
.fjellhytta-page .sek-tittel {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  color: var(--fj-lime);
}
.fjellhytta-page .sek-tittel.bla { color: var(--fj-blue); }
.fjellhytta-page .sek-under { font-weight: 400; color: var(--fj-muted); margin-top: 6px; }

/* OM BUDOR */
.fjellhytta-page .om { background: #fff; }
.fjellhytta-page .om .fj-wrap {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: stretch;
}
.fjellhytta-page .om .tekst {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fjellhytta-page .om h2 { margin-bottom: 16px; }
.fjellhytta-page .om p { margin-bottom: 13px; }
.fjellhytta-page .om img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

/* AKTIVITETER */
.fjellhytta-page .aktiv { background: var(--fj-grey); }
.fjellhytta-page .aktiv .akort-header { text-align: center; max-width: 680px; margin: 0 auto 38px; }
.fjellhytta-page .akort { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fjellhytta-page .akort article {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(20,22,24,.07);
}
.fjellhytta-page .akort img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.fjellhytta-page .akort .pad {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fjellhytta-page .akort h3 { font-size: 19px; font-weight: 800; color: var(--fj-blue); }
.fjellhytta-page .akort p { font-size: 15px; margin: 9px 0 16px; flex: 1; }
.fjellhytta-page .akort a { font-size: 14px; font-weight: 600; color: var(--fj-blue); text-decoration: none; }
.fjellhytta-page .akort a:hover { text-decoration: underline; }
@media (max-width: 820px) {
  .fjellhytta-page .akort { grid-template-columns: 1fr; }
}

/* HISTORIER */
.fjellhytta-page .historier {
  background: linear-gradient(rgba(13,57,132,.88), rgba(13,57,132,.88)), url('../assets/historier.jpg') center/cover no-repeat;
  color: #fff;
  text-align: center;
}
.fjellhytta-page .historier h2 {
  color: #fff;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  margin-bottom: 42px;
}
.fjellhytta-page .quote { max-width: 720px; margin: 0 auto; }
.fjellhytta-page .quote p {
  font-size: clamp(20px, 2.8vw, 26px);
  font-weight: 600;
  line-height: 1.45;
  font-style: italic;
}
.fjellhytta-page .quote cite {
  display: block;
  margin-top: 16px;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #b9c6e2;
}
.fjellhytta-page .quote + .quote { margin-top: 46px; }

/* FAQ */
.fjellhytta-page .faq { background: #fff; }
.fjellhytta-page .faq .fj-wrap { max-width: 820px; }
.fjellhytta-page .faq .faq-header { text-align: center; margin-bottom: 20px; }
.fjellhytta-page .faq details { border-bottom: 1px solid #e3e4e6; }
.fjellhytta-page .faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 19px 4px;
  font-weight: 700;
  font-size: 17px;
  color: var(--fj-blue);
}
.fjellhytta-page .faq summary::-webkit-details-marker { display: none; }
.fjellhytta-page .faq summary::after {
  content: "+";
  font-weight: 400;
  font-size: 24px;
  color: var(--fj-lime);
  transition: transform .2s ease;
}
.fjellhytta-page .faq details[open] summary::after { transform: rotate(45deg); }
.fjellhytta-page .faq details .faq-body {
  font-size: 15.5px;
  padding: 0 4px 20px;
  max-width: 700px;
  color: var(--fj-muted);
}
.fjellhytta-page .faq details .faq-body p { margin-bottom: 10px; }
.fjellhytta-page .faq details .faq-body p:last-child { margin-bottom: 0; }

/* KONTAKT */
.fjellhytta-page .kontakt { background: var(--fj-grey); }
.fjellhytta-page .kontakt .fj-wrap { max-width: 680px; text-align: center; }
.fjellhytta-page .kontakt .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.fjellhytta-page .kontakt .avatar {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #fff;
  border: 2px dashed #c3c6c9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fjellhytta-page .kontakt .avatar img { width: 62px; height: auto; opacity: .65; }
.fjellhytta-page .kontakt .avatar--foto {
  border: none;
  background: #fff;
}
.fjellhytta-page .kontakt .avatar--foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}
.fjellhytta-page .kontakt .cap {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fj-muted);
}
.fjellhytta-page .kontakt p.intro { margin-top: 8px; color: var(--fj-muted); }
.fjellhytta-page .kontakt .nf-wrap {
  margin-top: 32px;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  padding: 36px 34px;
  box-shadow: 0 2px 10px rgba(20,22,24,.07);
}

/* VEIEN OPP */
.fjellhytta-page .veien { background: #fff; }
.fjellhytta-page .veien .veien-header { text-align: center; margin-bottom: 34px; }
.fjellhytta-page .tider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.fjellhytta-page .tider > div {
  padding: 30px 20px;
  background: var(--fj-grey);
  border-radius: 6px;
}
.fjellhytta-page .tider b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: var(--fj-blue);
}
.fjellhytta-page .tider span {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fj-muted);
}
.fjellhytta-page .veien .midt { text-align: center; margin-top: 30px; }

@media (max-width: 900px) {
  .fjellhytta-page section { padding: 46px 0; }
  .fjellhytta-page .om .fj-wrap { grid-template-columns: 1fr; gap: 30px; }
  .fjellhytta-page .om img { min-height: 300px; }
  .fjellhytta-page .tider { grid-template-columns: 1fr; }
}
