:root {
  --amber: #8b5708;
  --amber-light: #d59a32;
  --cream: #f4f0e7;
  --green: #1b4d3e;
  --linen: #ddd3c3;
  --navy: #12344a;
  --white: #fffdf8;
  --page: 1400px;
  --gutter: clamp(1.25rem, 4vw, 4rem);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--navy); font: 1rem/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
a:hover { text-decoration-color: var(--amber-light); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.025em; line-height: 1.06; overflow-wrap: anywhere; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.5rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.9rem); }
p { max-width: 68ch; }
:focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
[hidden] { display: none !important; }
.page-width { width: min(calc(100% - 2 * var(--gutter)), var(--page)); margin-inline: auto; }
.section { padding-block: clamp(4rem, 7vw, 7rem); }
.section--tinted { background: #ebe4d8; }
.section-heading { max-width: 850px; margin-bottom: 3rem; }
.section-heading--split { display: grid; max-width: none; grid-template-columns: 1fr minmax(280px, .6fr); gap: 3rem; align-items: end; }
.eyebrow { margin-bottom: 1rem; color: var(--amber); font-size: .74rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.lead { font: clamp(1.08rem, 1.4vw, 1.3rem)/1.65 Georgia, "Times New Roman", serif; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 2px; padding: .75rem 1.4rem; background: var(--amber-light); color: #0b2739; font-weight: 750; text-decoration: none; }
.button:hover { background: #e0a83c; text-decoration: none; }
.button--outline { border-color: currentColor; background: transparent; }
.hero .button--outline { border-color: transparent; background: var(--cream); }
.hero .button--outline:hover { background: var(--white); }
.button:disabled { cursor: not-allowed; opacity: .6; }
.button-group { display: flex; flex-wrap: wrap; gap: .75rem; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .8rem 1.1rem; background: var(--navy); color: white; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(244, 240, 231, .97); box-shadow: 0 8px 24px rgba(18, 52, 74, .06); }
.site-header__inner { display: flex; min-height: 104px; align-items: center; justify-content: space-between; gap: 2rem; }
.brand img { width: 132px; }
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); }
.site-nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: .84rem; font-weight: 700; text-decoration: none; }
.site-nav [aria-current] { text-decoration: underline; text-decoration-color: var(--amber); }

.hero { position: relative; display: grid; min-height: 650px; isolation: isolate; }
.hero > * { grid-area: 1 / 1; }
.hero__media, .hero__media img { width: 100%; height: 100%; min-height: 0; }
.hero__media { display: block; overflow: hidden; }
.hero__media img { object-fit: cover; }
.hero::after { z-index: 1; grid-area: 1 / 1; content: ""; pointer-events: none; background: linear-gradient(90deg, rgba(244,240,231,.99), rgba(244,240,231,.97) 48%, rgba(244,240,231,.68) 72%, rgba(244,240,231,.12)); }
.hero > .page-width { position: relative; z-index: 2; display: flex; align-items: center; }
.hero__copy { width: min(740px, 58vw); padding-block: 5rem; }
.hero h1 span { display: block; }
.hero h1 span:last-child { color: var(--amber); font-style: italic; }
.hero .lead { max-width: 560px; }

.about-intro { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.about-intro h2 { margin-bottom: 1.25rem; }
.about-intro__lead { max-width: 42em; margin: 0; font: clamp(1.08rem, 1.35vw, 1.28rem)/1.65 Georgia, "Times New Roman", serif; }
.about-intro__figure { margin: 0; }
.about-intro__figure img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.about-story { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(3rem, 7vw, 7rem); margin-top: clamp(3rem, 5vw, 5rem); border-top: 1px solid rgba(18,52,74,.2); }
.about-chapter { padding-block: clamp(2rem, 3.5vw, 3.25rem); border-bottom: 1px solid rgba(18,52,74,.2); }
.about-chapter__body { max-width: 42rem; }
.about-chapter h3 { margin-bottom: 1.15rem; font-size: clamp(1.65rem, 2.3vw, 2.35rem); }
.about-chapter__body > p { margin-bottom: .9rem; line-height: 1.7; }
.about-chapter__body > p:last-child { margin-bottom: 0; }

.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; }
.products-cta { margin-top: clamp(2rem, 4vw, 3rem); }
.product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid rgba(18,52,74,.12); background: var(--white); }
.product-card__media { aspect-ratio: 4/4.5; overflow: hidden; background: #ece5da; }
.product-card__media picture { display: block; width: 100%; height: 100%; }
.product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.product-card__content { display: flex; flex: 1; flex-direction: column; padding: 1.5rem; }
.product-card h3 { margin-bottom: .6rem; }
.product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1rem; border-top: 1px solid rgba(18,52,74,.12); }
.price { font-weight: 800; }
.verification-note { margin: 1.5rem 0 0; padding: .9rem 1rem; border-left: 4px solid var(--amber); background: #e9e1d4; font-size: .82rem; }

.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 8rem); }
.contact-details { margin-top: 2.5rem; border-top: 1px solid rgba(18,52,74,.2); }
.contact-details div { display: grid; grid-template-columns: 1fr 1.7fr; padding: .7rem 0; border-bottom: 1px solid rgba(18,52,74,.2); font-size: .88rem; }
.contact-details dt { font-weight: 800; }
.contact-details dd { margin: 0; }
.contact-form { position: relative; padding: clamp(1.25rem, 3vw, 2.25rem); background: #e8e0d3; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field + .field { margin-top: 1rem; }
.field label, .checkbox-field { font-size: .8rem; font-weight: 750; }
.field label span { font-weight: 400; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid rgba(18,52,74,.48); border-radius: 0; padding: .65rem .8rem; background: var(--white); }
select { appearance: none; padding-right: 3rem; background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%); background-position: calc(100% - 1.25rem) calc(50% - 2px), calc(100% - .9rem) calc(50% - 2px); background-size: .4rem .4rem, .4rem .4rem; background-repeat: no-repeat; }
textarea { resize: vertical; }
.checkbox-field { display: flex; align-items: flex-start; gap: .7rem; margin: 1rem 0; }
.checkbox-field input { width: 20px; min-height: 20px; flex: 0 0 auto; margin-top: .15rem; }
.checkbox-field span { font-weight: 400; }
.field-error { margin: 0; color: #7d2020; font-size: .78rem; font-weight: 750; }
[aria-invalid="true"] { border-color: #8d2020; box-shadow: 0 0 0 1px #8d2020; }
.form-status { margin: 0 0 1rem; padding: .8rem 1rem; font-size: .88rem; }
.form-status--error { border-left: 4px solid #8d2020; background: #f8e5e3; }
.form-status--success { border-left: 4px solid var(--green); background: #e5eee2; }
.form-status--loading { border-left: 4px solid var(--navy); background: #e2e8eb; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.page-header { max-width: 850px; margin: 0 auto 4rem; text-align: center; }
.page-header p { margin-inline: auto; }
.policy-page { max-width: 900px; }
.policy-page nav { margin-block: 2rem; }
.policy-page section { padding-block: 2.5rem; border-top: 1px solid rgba(18,52,74,.2); }
.policy-page section h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.policy-status { padding: 1rem 1.2rem; border-left: 4px solid var(--amber); background: #e9e1d4; }
.empty-state { max-width: 650px; min-height: 300px; margin-inline: auto; text-align: center; }

.site-footer { padding: 4rem 0 1.5rem; background: var(--green); color: var(--cream); }
.site-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); }
.site-footer .brand img { width: 180px; }
.site-footer h2 { color: white; font-family: inherit; font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.site-footer address { font-size: .88rem; font-style: normal; line-height: 1.8; }
.site-footer ul { padding: 0; list-style: none; }
.site-footer li + li { margin-top: .55rem; }
.social-links a { display: inline-flex; align-items: center; gap: .7rem; font-weight: 700; text-decoration: none; }
.social-links__icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; fill: currentColor; stroke: none; }
.site-footer__legal { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.22); font-size: .76rem; }
.site-footer__legal p { margin: 0; }

#hem, #om-oss, #produkter, #kontakt { scroll-margin-top: 120px; }

@media (max-width: 900px) {
  .site-header__inner { min-height: 90px; align-items: flex-start; flex-direction: column; padding-block: .75rem; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: .25rem 1.2rem; }
  .hero__copy { width: min(720px, 82vw); }
  .about-intro, .contact-layout { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  :root { --gutter: 1.25rem; }
  .site-header__inner { min-height: 84px; }
  .brand img { width: 105px; }
  .site-nav { gap: 0 .9rem; }
  .site-nav a { min-height: 44px; }
  .hero { min-height: 680px; align-items: flex-start; }
  .hero__copy { width: 100%; padding-top: 4rem; }
  .hero h1 { margin-bottom: 4rem; font-size: clamp(2.2rem, 10.5vw, 2.9rem); }
  .hero h1 span:first-child { white-space: nowrap; }
  .hero .lead { color: var(--navy); }
  .hero__media img { height: calc(100% + 8rem); transform: translateY(-8rem); }
  .hero::after { background: linear-gradient(180deg, rgba(244,240,231,.99) 0%, rgba(244,240,231,.97) 52%, rgba(244,240,231,.72) 66%, rgba(244,240,231,.18) 82%, rgba(244,240,231,.05) 100%); }
  .hero > .page-width { align-items: flex-start; }
  .section-heading--split { grid-template-columns: 1fr; gap: 1rem; }
  .about-intro { gap: 2rem; }
  .product-grid { grid-template-columns: 1fr; }
  .contact-details div { grid-template-columns: 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .site-footer__legal { align-items: flex-start; flex-direction: column; }
}

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