body { min-width: 320px; }
.mobile-menu-trigger, .mobile-menu-panel { display: none; }
.hybrid-header { position: absolute; z-index: 30; top: 0; left: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; height: 112px; padding: 0 4.7vw; background: linear-gradient(180deg, rgba(15,15,13,.42), transparent); color: #fff; text-shadow: 0 1px 16px rgba(0,0,0,.3); }
.hybrid-nav { display: flex; gap: clamp(26px, 2.45vw, 44px); align-items: center; }
.hybrid-nav a { position: relative; font-size: 11px; font-weight: 600; line-height: 1; letter-spacing: .115em; text-transform: uppercase; white-space: nowrap; }
.hybrid-nav .nav-collection { color: var(--orange); }
.hybrid-nav a::after { position: absolute; bottom: -8px; left: 0; width: 0; height: 1px; background: currentColor; content: ""; transition: width .25s ease; }
.hybrid-nav a:hover::after { width: 100%; }
.hybrid-brand-spacer { width: 1px; height: 1px; justify-self: center; }
.hybrid-actions { display: flex; gap: 18px; align-items: center; justify-self: end; }
.hybrid-icon { display: grid; width: 25px; height: 25px; place-items: center; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.hybrid-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.hybrid-hero { position: relative; height: 900px; min-height: 100svh; max-height: 1000px; overflow: hidden; background: #5e5a54; color: #fff; }
.hybrid-media, .hybrid-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hybrid-media { object-fit: cover; }
.hybrid-shade { background: radial-gradient(ellipse 50% 29% at 50% 53%, rgba(18,14,11,.3), rgba(18,14,11,.14) 55%, transparent 100%), linear-gradient(180deg, rgba(15,15,13,.3), rgba(15,15,13,.02) 42%, rgba(15,15,13,.44)); }
.hybrid-center { position: absolute; inset: 0; display: flex; flex-direction: column; gap: 18px; align-items: center; justify-content: center; padding: 110px 24px 0; }
.hybrid-center .hero-wordmark { display: flex; gap: clamp(12px, 1.7vw, 30px); align-items: baseline; justify-content: center; margin: 0; font-family: "Newsreader", Georgia, serif; font-size: clamp(44px, 6.4vw, 96px); font-weight: 400; letter-spacing: .085em; line-height: 1; text-align: center; text-shadow: 0 2px 18px rgba(10,8,6,.32); }
.hero-wordmark strong { color: var(--orange); font-family: "Manrope", Arial, sans-serif; font-size: .22em; font-weight: 700; letter-spacing: .25em; }
.hybrid-center .hero-tagline { display: inline-flex; gap: .52em; margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: clamp(17px, 1.55vw, 23px); font-weight: 500; letter-spacing: 0; line-height: 1.4; text-align: center; text-shadow: 0 2px 18px rgba(10,8,6,.3); white-space: nowrap; }
.hybrid-center .hero-tagline span { letter-spacing: .24em; }
.hybrid-scroll { position: absolute; bottom: 37px; left: 4.7vw; margin: 0; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hybrid-dots { position: absolute; bottom: 40px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.hybrid-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.45); }
.hybrid-dots span:first-child { background: var(--orange); }
.load-error { display: grid; min-height: 420px; place-items: center; padding: 40px; text-align: center; }
@media (max-width: 1100px) {
  .hybrid-header { position: absolute; grid-template-columns: 1fr auto 1fr; padding-inline: 28px; }
  .hybrid-nav { display: none; }
  .mobile-menu-trigger { position: relative; z-index: 32; display: block; width: 28px; height: 28px; justify-self: start; padding: 0; border: 0; background: transparent; color: #fff; cursor: pointer; }
  .mobile-menu-trigger span { position: absolute; left: 2px; width: 22px; height: 1.5px; background: currentColor; transition: top .28s ease, transform .28s ease; }
  .mobile-menu-trigger span:first-child { top: 8px; }
  .mobile-menu-trigger span:last-child { top: 17px; }
  .mobile-menu-trigger[aria-expanded="true"] span:first-child { top: 13px; transform: rotate(45deg); }
  .mobile-menu-trigger[aria-expanded="true"] span:last-child { top: 13px; transform: rotate(-45deg); }
  .mobile-menu-panel { position: fixed; z-index: 25; inset: 0; display: grid; visibility: hidden; place-items: center; padding: 100px 28px 48px; background: rgba(20,17,14,.82); opacity: 0; backdrop-filter: blur(16px); transition: visibility .35s, opacity .35s ease; }
  .mobile-menu-panel.is-open { visibility: visible; opacity: 1; }
  .mobile-menu-links { display: flex; width: min(100%, 540px); flex-direction: column; }
  .mobile-menu-links a { display: grid; grid-template-columns: 44px 1fr; align-items: baseline; padding: 23px 4px; border-bottom: 1px solid rgba(255,255,255,.22); color: #fff; font-family: "Newsreader", Georgia, serif; font-size: clamp(38px, 10vw, 58px); font-weight: 300; letter-spacing: .04em; line-height: 1; }
  .mobile-menu-links a:first-child { border-top: 1px solid rgba(255,255,255,.22); }
  .mobile-menu-links a span { color: rgba(255,255,255,.5); font-family: "Manrope", Arial, sans-serif; font-size: 9px; font-weight: 600; letter-spacing: .16em; }
  .mobile-menu-links .nav-collection { color: var(--orange); }
  body.mobile-menu-open { overflow: hidden; }
}
@media (max-width: 760px) { .hybrid-header { height: 82px; padding-inline: 18px; } .hybrid-actions { gap: 12px; } .hybrid-icon { width: 22px; height: 22px; } .hybrid-icon svg { width: 19px; height: 19px; } .hybrid-menu { display: none; } .hybrid-hero { height: 844px; min-height: 680px; max-height: 100svh; } .hybrid-center { gap: 14px; padding: 66px 12px 0; } .hybrid-center .hero-wordmark { gap: 10px; font-size: 43px; letter-spacing: .055em; } .hero-wordmark strong { font-size: 11px; } .hybrid-center .hero-tagline { gap: .42em; font-size: 16px; } .hybrid-center .hero-tagline span { letter-spacing: .16em; } .hybrid-scroll { display: none; } .hybrid-dots { bottom: 27px; } }
@media (prefers-reduced-motion: reduce) { .mobile-menu-trigger span, .mobile-menu-panel { transition: none; } }
@media (prefers-reduced-motion: reduce) { .hybrid-media { display: none; } .hybrid-hero { background: url("/assets/hero-slettvoll.png") center/cover no-repeat; } }
