:root {
  --paper: #f5f1e8;
  --ink: #1c1a18;
  --muted: #6f6a62;
  --line: #d2ccc1;
  --forest: #34463d;
  --earth: #8a7048;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -80px; padding: 12px 16px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 16px; }

header { display: flex; min-height: 88px; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: -.2px; }
.mark { display: grid; width: 32px; height: 32px; place-items: center; color: #fff; background: var(--ink); font-size: 14px; }
.header-meta { display: flex; align-items: center; gap: 36px; color: var(--muted); font-size: 13px; }
.header-meta a { color: var(--ink); border-bottom: 1px solid var(--ink); }

.hero { min-height: 650px; padding-top: 55px; border-bottom: 1px solid var(--line); }
.section-label { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.hero-content { display: grid; grid-template-columns: 1fr 310px; gap: 80px; align-items: end; padding-top: 100px; }
h1 { margin: 0; max-width: 800px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(62px, 7.8vw, 112px); font-weight: 400; line-height: .94; letter-spacing: -.055em; }
h1 em { color: var(--forest); font-style: italic; }
.hero-note { padding-bottom: 12px; }
.hero-note span { display: block; margin-bottom: 23px; color: var(--forest); font-size: 12px; font-weight: 700; }
.hero-note p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.work { padding: 110px 0 130px; color: #fff; background: var(--ink); }
.work-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 60px; }
.work .section-label { color: #8b8b87; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 82px); font-weight: 400; letter-spacing: -.045em; }
.product-row { display: grid; min-height: 175px; grid-template-columns: 70px 1.1fr 1fr 45px; gap: 30px; align-items: center; border-top: 1px solid #464646; transition: color .2s, background .2s, padding .2s; }
.product-row:last-child { border-bottom: 1px solid #464646; }
.product-row:hover { padding-inline: 20px; color: var(--ink); background: var(--white); }
.product-row .number { color: #8b8b87; font-size: 13px; }
.product-name { display: grid; gap: 7px; }
.product-name strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 48px); font-weight: 400; letter-spacing: -.035em; }
.product-name span { color: #8b8b87; font-size: 13px; }
.product-row p { margin: 0; max-width: 420px; color: #aaa9a5; font-size: 15px; line-height: 1.6; }
.product-row:hover p, .product-row:hover .product-name span { color: var(--muted); }
.product-row.vareblikk:hover .number, .product-row.vareblikk:hover .arrow { color: var(--forest); }
.product-row.fjellultra:hover .number, .product-row.fjellultra:hover .arrow { color: var(--earth); }
.arrow { justify-self: end; font-size: 27px; }

.principle { display: grid; min-height: 650px; grid-template-columns: 180px 1fr; grid-template-rows: 1fr auto; gap: 30px; align-items: start; padding-block: 100px 70px; border-bottom: 1px solid var(--line); }
.principle blockquote { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 78px); font-weight: 400; line-height: 1.08; letter-spacing: -.045em; }
.principle-copy { grid-column: 2; margin: 0; color: var(--muted); font-size: 15px; }

.contact { color: #fff; background: var(--forest); }
.contact-inner { display: grid; min-height: 430px; grid-template-columns: 180px 1fr; gap: 30px; padding-block: 80px; }
.contact .section-label { color: rgba(255,255,255,.68); }
.contact h2 { max-width: 700px; line-height: 1; }
.contact a { display: inline-flex; gap: 70px; align-items: center; margin-top: 55px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 16px; font-weight: 700; }
.contact a span { font-size: 22px; }

footer { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 25px; color: var(--muted); font-size: 12px; }
footer a { color: var(--ink); border-bottom: 1px solid var(--ink); }

@media (max-width: 800px) {
  .shell { width: min(100% - 30px, 1180px); }
  header { min-height: 72px; }
  .header-meta > span { display: none; }
  .hero { min-height: 590px; padding-top: 40px; }
  .hero-content { grid-template-columns: 1fr; gap: 50px; padding-top: 70px; }
  h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-note { max-width: 440px; padding-bottom: 55px; }
  .product-row { grid-template-columns: 40px 1fr 35px; gap: 16px; padding-block: 32px; }
  .product-row p { grid-column: 2; }
  .arrow { grid-column: 3; grid-row: 1; }
  .product-row:hover { padding-inline: 12px; }
  .principle, .contact-inner { grid-template-columns: 1fr; }
  .principle { min-height: 570px; grid-template-rows: auto 1fr auto; padding-block: 70px 50px; }
  .principle-copy { grid-column: 1; }
  .contact-inner { min-height: 390px; gap: 45px; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (max-width: 460px) {
  .wordmark { font-size: 14px; }
  .header-meta a { font-size: 12px; }
  .hero { min-height: 620px; }
  h1 { font-size: 52px; }
  .work { padding-block: 75px 90px; }
  .work-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .product-row { grid-template-columns: 30px 1fr 30px; }
  .product-name strong { font-size: 32px; }
  .product-row p { font-size: 14px; }
  .principle blockquote { font-size: 43px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: .01ms !important; }
}
