@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("assets/fonts/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
}

:root {
  --ink: #191914;
  --ink-soft: #27271f;
  --cream: #f3eee3;
  --cream-deep: #e8dfd0;
  --paper: #fbf8f1;
  --brass: #c69a50;
  --brass-light: #e3bd77;
  --muted: #777166;
  --line: rgba(25, 25, 20, .16);
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --shell: min(1200px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--brass); color: var(--ink); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; padding: 12px 18px; background: var(--paper); transform: translateY(-150%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(90px, 11vw, 150px) 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; letter-spacing: -.04em; }
h1 { margin-bottom: 30px; font-size: clamp(4rem, 9.5vw, 8.4rem); }
.hero h1 span { display: block; }
h2 { margin-bottom: 28px; font-size: clamp(3rem, 6vw, 5.5rem); }
h3 { font-size: clamp(1.65rem, 3vw, 2.25rem); }
p { font-size: 1.05rem; }
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; display: flex; width: 100%; height: 88px; padding: 0 4vw; align-items: center; justify-content: space-between; color: white; transition: height .3s, background .3s, color .3s, box-shadow .3s; }
.site-header.scrolled { height: 74px; background: rgba(251, 248, 241, .96); color: var(--ink); box-shadow: 0 1px rgba(25, 25, 20, .1); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.brand-logo { display: block; width: 176px; height: 72px; object-fit: contain; filter: invert(1); transition: filter .3s; }
.site-header.scrolled .brand-logo { filter: none; }
.main-nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 40px); }
.main-nav a { position: relative; font-size: .9rem; text-decoration: none; }
.main-nav a:not(.nav-cta)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transition: transform .25s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav .nav-cta { padding: 10px 18px; border: 1px solid currentColor; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: none; color: inherit; }
.menu-toggle > span:not(.sr-only) { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .25s; }

.hero { position: relative; display: grid; min-height: 100svh; overflow: hidden; color: white; isolation: isolate; place-items: center; }
.hero-media, .hero-shade { position: absolute; z-index: -2; inset: 0; }
.hero-media { background: #16110c url("assets/hero-instrumenter.jpg") center 55% / cover no-repeat; transform: scale(1.03); animation: hero-settle 1.8s ease-out both; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(13,10,7,.88) 0%, rgba(13,10,7,.63) 48%, rgba(13,10,7,.18) 100%), linear-gradient(0deg, rgba(10,8,6,.36), transparent 48%); }
.hero-inner { width: var(--shell); padding: 150px 0 92px; }
.hero-inner > * { max-width: 900px; animation: fade-up .8s ease-out both; }
.hero-inner h1 { animation-delay: .1s; }
.hero-copy { max-width: 650px !important; margin-bottom: 42px; color: rgba(255,255,255,.82); font-size: clamp(1.08rem, 1.7vw, 1.3rem); animation-delay: .2s !important; }
.hero-actions { display: flex; align-items: center; gap: 34px; animation-delay: .3s !important; }
.button { display: inline-flex; min-height: 54px; padding: 0 25px; border: 0; align-items: center; justify-content: center; gap: 11px; font-size: .92rem; font-weight: 600; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.button-gold { background: var(--brass); color: var(--ink); }
.button-gold:hover { background: var(--brass-light); }
.button-outline { border: 1px solid rgba(255,255,255,.5); color: white; }
.text-link { display: inline-flex; padding-bottom: 5px; border-bottom: 1px solid currentColor; align-items: center; gap: 18px; font-weight: 500; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.text-link.light { color: white; }
.hero-scroll { position: absolute; right: 4vw; bottom: 36px; display: grid; width: 42px; height: 60px; border: 1px solid rgba(255,255,255,.5); border-radius: 30px; place-items: start center; }
.hero-scroll span { width: 4px; height: 4px; margin-top: 13px; border-radius: 50%; background: white; animation: scroll-dot 1.7s infinite; }

.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.intro h2 { max-width: 600px; }
.intro-copy > p { max-width: 590px; color: #59554d; font-size: 1.12rem; }
.stats { display: grid; margin-top: 52px; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.stats div { padding: 25px 16px 0 0; }
.stats strong, .stats span { display: block; }
.stats strong { font-family: var(--serif); font-size: 2.8rem; font-weight: 500; line-height: 1; }
.stats span { margin-top: 8px; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.stats.has-animation > div { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.22, 1, .36, 1); }
.stats.has-animation > div:nth-child(2) { transition-delay: .12s; }
.stats.has-animation > div:nth-child(3) { transition-delay: .24s; }
.stats.has-animation > div.is-visible { opacity: 1; transform: translateY(0); }

.services { background: var(--paper); }
.section-heading { display: grid; margin-bottom: 60px; grid-template-columns: 1.45fr .55fr; gap: 60px; align-items: end; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 410px; margin-bottom: 7px; color: var(--muted); }
.service-grid { display: grid; border-top: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; display: flex; min-height: 430px; padding: 34px 35px; border-right: 1px solid var(--line); flex-direction: column; justify-content: space-between; transition: background .3s, color .3s; }
.service-card:last-child { border-right: 0; }
.service-card:hover, .service-featured { background: var(--ink); color: var(--cream); }
.service-number { color: var(--muted); font-size: .76rem; letter-spacing: .1em; }
.service-icon { width: 132px; height: 132px; margin-bottom: 22px; border-radius: 50%; object-fit: cover; }
.service-card h3 { max-width: 280px; margin-bottom: 20px; }
.service-card p { margin-bottom: 0; color: var(--muted); font-size: .96rem; }
.service-card:hover p, .service-featured p { color: rgba(255,255,255,.65); }

.craft { overflow: hidden; background: var(--ink); color: var(--cream); }
.craft-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 10vw, 140px); align-items: center; }
.craft-collage { position: relative; min-height: 680px; }
.portrait { position: absolute; margin: 0; overflow: hidden; background: var(--ink-soft); }
.portrait img { height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.04); }
.portrait-one { top: 0; left: 0; width: 67%; height: 70%; }
.portrait-two { right: 0; bottom: 0; width: 55%; height: 57%; border: 12px solid var(--ink); }
.experience-seal { position: absolute; z-index: 2; bottom: 56px; left: 7%; display: flex; width: 145px; height: 145px; border-radius: 50%; background: var(--brass); color: var(--ink); flex-direction: column; align-items: center; justify-content: center; transform: rotate(-8deg); }
.experience-seal span { font-size: .64rem; letter-spacing: .18em; text-transform: uppercase; }
.experience-seal strong { font-family: var(--serif); font-size: 2.35rem; font-weight: 500; line-height: 1; }
.craft-copy .lead { max-width: 520px; margin-bottom: 52px; color: rgba(255,255,255,.65); font-size: 1.12rem; }
.craft details { border-top: 1px solid rgba(255,255,255,.17); }
.craft details:last-child { border-bottom: 1px solid rgba(255,255,255,.17); }
.craft summary { position: relative; display: grid; padding: 24px 42px 24px 0; cursor: pointer; list-style: none; }
.craft summary::-webkit-details-marker { display: none; }
.craft summary::after { position: absolute; top: 23px; right: 3px; content: "+"; color: var(--brass); font-size: 1.5rem; font-weight: 300; transition: transform .2s; }
.craft details[open] summary::after { transform: rotate(45deg); }
.craft summary span { font-family: var(--serif); font-size: 1.55rem; }
.craft summary small { color: var(--brass-light); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.craft details p { padding-right: 30px; color: rgba(255,255,255,.62); font-size: .92rem; }

.visit { background: var(--cream); }
.storefront { position: relative; margin: 0 0 clamp(65px, 8vw, 105px); overflow: hidden; background: var(--cream-deep); aspect-ratio: 1.82; }
.storefront::after { position: absolute; background: linear-gradient(0deg, rgba(17,17,14,.28), transparent 42%); content: ""; pointer-events: none; inset: 0; }
.storefront img { height: 100%; object-fit: cover; object-position: center 55%; }
.storefront figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; display: flex; min-width: 265px; padding: 22px 26px; background: var(--paper); flex-direction: column; }
.storefront figcaption strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 500; }
.storefront figcaption span { color: var(--muted); }
.visit-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.visit-intro > p { max-width: 450px; margin-bottom: 35px; color: var(--muted); }
.hours-card { padding: clamp(30px, 5vw, 62px); background: var(--paper); box-shadow: 0 30px 80px rgba(54,45,32,.08); }
.hours-title { display: flex; margin-bottom: 25px; align-items: baseline; justify-content: space-between; gap: 20px; }
.hours-title h3 { margin-bottom: 0; }
.open-status { color: var(--muted); font-size: .76rem; }
.open-status.is-open { color: #47734b; }
.hours-card dl { margin: 0; }
.hours-card dl div { display: flex; padding: 16px 0; border-top: 1px solid var(--line); justify-content: space-between; gap: 30px; }
.hours-card dl div.today { font-weight: 600; }
.hours-card dl div.today dt::after { margin-left: 10px; color: #816633; content: "I dag"; font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; }
.hours-card dt, .hours-card dd { margin: 0; }
.hours-card dd { color: var(--muted); }

.contact { background: var(--ink-soft); color: white; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 8vw, 115px); }
.contact-info h2 { font-size: clamp(3rem, 5.3vw, 4.5rem); }
.contact-info h2 span { white-space: nowrap; }
.contact-info > p { max-width: 420px; color: rgba(255,255,255,.62); }
.direct-contact { margin-top: 55px; }
.direct-contact a { display: grid; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.direct-contact a:last-child { border-bottom: 1px solid rgba(255,255,255,.15); }
.direct-contact small { color: var(--brass-light); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; }
.direct-contact span { font-family: var(--serif); font-size: 1.35rem; }
.direct-contact span span { color: var(--brass-light); font-family: var(--sans); font-size: .95rem; }
.contact-form { padding-top: 5px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.contact-form label { display: block; margin-bottom: 28px; color: rgba(255,255,255,.75); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label > span { color: var(--brass-light); }
.contact-form input, .contact-form textarea { display: block; width: 100%; margin-top: 8px; border: 0; border-bottom: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: none; background: transparent; color: white; font-size: 1rem; letter-spacing: 0; text-transform: none; transition: border-color .2s; }
.contact-form input { height: 48px; }
.contact-form textarea { padding: 13px 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--brass); }
.contact-form ::placeholder { color: rgba(255,255,255,.3); }
.submit-button { margin-top: 10px; }
.form-status { margin-bottom: 28px; padding: 14px 18px; border-left: 3px solid var(--brass); background: rgba(255,255,255,.08); font-size: .92rem; }
.form-status.error { border-color: #dc7f6f; }
.form-privacy { max-width: 440px; margin: 18px 0 0; color: rgba(255,255,255,.44); font-size: .76rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }


footer { padding: 72px 0 28px; background: #11110e; color: white; }
.footer-main { display: grid; padding-bottom: 60px; grid-template-columns: 1fr 1fr auto; gap: 50px; align-items: center; }
.footer-main > p { max-width: 350px; margin: 0; color: rgba(255,255,255,.55); font-size: .9rem; }
.footer-brand .brand-logo { width: 220px; height: 106px; filter: invert(1); }
.footer-legal { display: flex; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); justify-content: space-between; gap: 30px; }
.footer-legal p { margin: 0; color: rgba(255,255,255,.4); font-size: .7rem; line-height: 1.7; }
.footer-legal p:last-child { text-align: right; }
.footer-social { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.55); font-size: .75rem; text-decoration: none; transition: color .2s; }
.footer-social:hover, .footer-social:focus-visible { color: var(--brass-light); }
.footer-social svg { width: 16px; height: 16px; fill: currentColor; }
.mobile-call { display: none; }

@keyframes fade-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hero-settle { from { transform: scale(1.1); } to { transform: scale(1.03); } }
@keyframes scroll-dot { 0% { opacity: 0; transform: translateY(0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(28px); } }

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 680px); }
  .site-header { height: 74px; padding: 0 18px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { transform: translateY(-3px) rotate(-45deg); }
  .main-nav { position: fixed; top: 0; right: 0; display: flex; width: min(86vw, 390px); height: 100dvh; padding: 120px 36px 50px; background: var(--ink); color: white; flex-direction: column; align-items: stretch; gap: 0; transform: translateX(105%); transition: transform .35s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.15); font-family: var(--serif); font-size: 1.7rem; }
  .main-nav .nav-cta { margin-top: 25px; padding: 14px 20px; border: 1px solid var(--brass); font-family: var(--sans); font-size: .9rem; text-align: center; }
  .menu-toggle { z-index: 2; }
  .site-header:has(.main-nav.open) { color: white; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,10,7,.87), rgba(13,10,7,.48)), linear-gradient(0deg, rgba(10,8,6,.4), transparent); }
  .intro-grid, .craft-grid, .visit-grid, .contact-grid { grid-template-columns: 1fr; }
  .intro-grid, .visit-grid, .contact-grid { gap: 55px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .craft-collage { min-height: 620px; }
  .craft-grid { gap: 85px; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  :root { --shell: auto; }
  .shell, .hero-inner { width: auto; margin-inline: 16px; }
  html { scroll-padding-top: 72px; }
  .section { padding: 80px 0; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.2rem); }
  h2 { font-size: clamp(2.75rem, 13vw, 4rem); }
  .brand-logo { width: 138px; height: 64px; }
  .hero { min-height: 630px; place-items: end center; }
  .hero-media { background-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(13,10,7,.38) 0%, rgba(13,10,7,.18) 24%, rgba(13,10,7,.86) 72%, rgba(13,10,7,.96) 100%), linear-gradient(90deg, rgba(13,10,7,.45), rgba(13,10,7,.08)); }
  .hero-inner { padding: 112px 0 48px; }
  .hero-inner h1 { max-width: none; margin-bottom: 22px; font-size: clamp(2.25rem, 11.5vw, 3.1rem); line-height: .96; }
  .hero-inner h1 span { white-space: nowrap; }
  .hero-copy { max-width: 335px !important; margin-bottom: 30px; font-size: 1rem; line-height: 1.55; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 24px; }
  .hero-actions .button { align-self: flex-start; min-height: 50px; padding-inline: 21px; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-scroll { display: none; }
  .stats { grid-template-columns: 1fr; }
  .stats div { display: grid; padding: 18px 0; border-bottom: 1px solid var(--line); grid-template-columns: 124px 1fr; gap: 10px; align-items: center; }
  .stats strong { font-size: 2.35rem; }
  .stats span { margin: 0; }
  .service-card { min-height: 355px; padding: 28px 24px; }
  .service-icon { width: 112px; height: 112px; }
  .craft-collage { min-height: 490px; }
  .portrait-one { width: 78%; height: 70%; }
  .portrait-two { width: 62%; height: 53%; border-width: 8px; }
  .experience-seal { bottom: 33px; left: 3%; width: 118px; height: 118px; }
  .experience-seal strong { font-size: 1.9rem; }
  .storefront { margin-bottom: 62px; aspect-ratio: 4 / 3; }
  .storefront figcaption { right: 12px; bottom: 12px; min-width: 0; padding: 15px 18px; }
  .storefront figcaption strong { font-size: 1.12rem; }
  .hours-card { padding: 28px 22px; }
  .hours-title { align-items: flex-start; flex-direction: column; gap: 4px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-legal { flex-direction: column; gap: 18px; }
  .footer-legal p:last-child { text-align: left; }
  .mobile-call { position: fixed; z-index: 900; right: 18px; bottom: 18px; display: grid; width: 56px; height: 56px; border-radius: 50%; background: var(--brass); color: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.28); place-items: center; }
  .mobile-call svg { width: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
