/* ==========================================================================
   Löt Gårdsmejeri — Clean Scandinavian with warm accents
   White base, earth-tone accents from the farm's own imagery.
   ========================================================================== */

:root {
  --bark: #2C1810;
  --bark-soft: #4A3728;
  --falu-red: #8B3A34;
  --falu-deep: #6B2920;
  --meadow: #5A6B47;
  --gold: #C4993D;
  --gold-light: #DDB86A;
  --gold-pale: #F5EDD8;
  --cream: #FDFBF7;
  --warm-gray: #F7F5F0;
  --parchment: #EDE8DD;
  --stone: #C5BAA8;
  --stone-light: #DDD5C8;
  --text-primary: #1E1108;
  --text-body: #3D2E22;
  --text-muted: #8A7968;

  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Lora', Georgia, serif;

  --shadow-sm: 0 1px 3px rgba(44, 24, 16, 0.06);
  --shadow-card: 0 2px 12px rgba(44, 24, 16, 0.07), 0 1px 3px rgba(44, 24, 16, 0.04);
  --shadow-card-hover: 0 8px 30px rgba(44, 24, 16, 0.12), 0 2px 6px rgba(44, 24, 16, 0.05);
  --shadow-elevated: 0 16px 48px rgba(44, 24, 16, 0.15);

  --radius: 10px;
  --radius-sm: 6px;
}


/* ==========================================================================
   Base
   ========================================================================== */

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--warm-gray) !important;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.75;
}

::selection {
  background: var(--gold-pale);
  color: var(--bark);
}


/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.25;
}

.header-link {
  display: none !important;
}

.page__content > h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  margin-top: 3.5rem;
  margin-bottom: 1.2rem;
  padding: 0.1em 0 0.2em 0.6em;
  border-bottom: none;
  position: relative;
  border-left: 4px solid var(--falu-red);
  padding-top: 0.15em;
}

.page__content > h2:first-child {
  margin-top: 1.5rem;
}

.page__content h3 {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-top: 2.5rem;
  color: var(--bark-soft);
}

.page__content p {
  color: var(--text-body);
  line-height: 1.8;
  max-width: 65ch;
}

.page__content strong {
  color: var(--text-primary);
  font-weight: 600;
}

.page__content a:not(.btn) {
  color: var(--falu-red);
  text-decoration-color: rgba(139, 58, 52, 0.3);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

.page__content a:not(.btn):hover {
  color: var(--falu-deep);
  text-decoration-color: var(--falu-red);
}

.page__content hr {
  border: none;
  height: 1px;
  background: var(--parchment);
  margin: 2.5rem 0;
}

.page__content em {
  color: var(--text-muted);
}


/* ==========================================================================
   Masthead / Navigation
   ========================================================================== */

.masthead {
  background-color: #fff !important;
  border-bottom: 1px solid var(--parchment) !important;
  box-shadow: 0 1px 4px rgba(44, 24, 16, 0.04) !important;
  overflow: visible !important;
}

.masthead__inner-wrap {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.greedy-nav {
  background-color: #fff !important;
  overflow: visible !important;
  align-items: center !important;
  min-height: 60px;
}

.greedy-nav .site-logo {
  overflow: visible !important;
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.site-logo img {
  max-height: 84px !important;
  width: auto;
  border-radius: 0;
  margin: -12px 0.15em -12px 0;
  border: none;
  background: transparent;
  transition: transform 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
}

.site-logo:hover img {
  transform: scale(1.05);
}

@media (max-width: 48em) {
  .site-logo img {
    max-height: 60px !important;
    margin: -4px 0.3em -4px 0;
  }
}

@media (max-width: 30em) {
  .site-logo img {
    max-height: 50px !important;
    margin: -4px 0.2em -4px 0;
  }
}

.site-title {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: var(--text-primary) !important;
  line-height: 1.1 !important;
  margin-bottom: 0 !important;
}

.site-subtitle {
  font-family: var(--font-body) !important;
  color: var(--bark-soft) !important;
  font-size: 0.65em !important;
  font-style: normal;
  white-space: nowrap;
  margin-top: 6px !important;
  line-height: 1 !important;
  display: block;
}

.greedy-nav .visible-links {
  overflow: visible !important;
  display: flex !important;
  align-items: center !important;
}

.greedy-nav .visible-links a {
  font-family: var(--font-body) !important;
  color: var(--text-body) !important;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.01em;
  transition: color 0.2s ease;
  padding: 0.5em 0.6em !important;
}

.greedy-nav .visible-links a:hover {
  color: var(--falu-red) !important;
}

.greedy-nav .visible-links a.active {
  color: var(--falu-red) !important;
  border-bottom: 2px solid var(--falu-red);
  padding-bottom: calc(0.5em - 2px) !important;
}


/* ==========================================================================
   Hero / Splash
   ========================================================================== */

.page__hero--overlay {
  padding: 5em 0 4em !important;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
}

.page__hero--overlay .wrapper {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.page__hero--overlay .page__title {
  font-family: var(--font-display) !important;
  font-size: clamp(2.5rem, 5.5vw, 4rem) !important;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff !important;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  margin-bottom: 0.4em;
}

.page__hero--overlay .page__lead {
  font-family: var(--font-body) !important;
  font-size: clamp(1rem, 1.8vw, 1.2rem) !important;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92) !important;
  font-style: italic;
  max-width: 700px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

.page__hero--overlay .btn--light-outline {
  font-family: var(--font-body) !important;
  font-size: 0.88rem;
  font-weight: 600;
  padding: 0.75em 1.8em;
  border: 2px solid rgba(255, 255, 255, 0.7) !important;
  border-radius: var(--radius-sm);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.25s ease;
  text-transform: none;
}

.page__hero--overlay .btn--light-outline:hover {
  background: rgba(255, 255, 255, 0.22) !important;
  border-color: #fff !important;
  transform: translateY(-1px);
}

/* Bottom vignette for readability */
.page__hero--overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 0%,
    transparent 50%
  );
  pointer-events: none;
}


/* ==========================================================================
   Buttons
   ========================================================================== */

.btn--primary {
  background-color: var(--falu-red) !important;
  color: #fff !important;
  font-family: var(--font-body) !important;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 0.7em 1.8em !important;
  border: none !important;
  border-radius: var(--radius-sm) !important;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(139, 58, 52, 0.2);
  text-transform: none !important;
}

.btn--primary:hover {
  background-color: var(--falu-deep) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(139, 58, 52, 0.3);
}

.btn--large {
  padding: 0.8em 2.2em !important;
  font-size: 0.9rem !important;
}


/* ==========================================================================
   Page Content & Layout
   ========================================================================== */

.splash .page__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5em 0;
}

.page {
  float: none !important;
  width: 100% !important;
  padding-inline-end: 0 !important;
}

/* Readable width for single pages */
.layout--single .page__inner-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5em 4rem;
}

/* Wider layout when page has grid cards */
.layout--single .page__content:has(.grid__wrapper) {
  max-width: 1100px;
  margin: 0 auto;
}

.layout--single:has(.grid__wrapper) .page__inner-wrap {
  max-width: 1100px;
}


/* ==========================================================================
   Feature Rows (Left/Right layout)
   ========================================================================== */

.feature__wrapper {
  border-bottom: none;
  margin-bottom: 1.5rem;
}

/* Card wrapper for left/right featured items */
.feature__item--left .archive__item,
.feature__item--right .archive__item {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: all 0.3s ease;
}

.feature__item--left .archive__item:hover,
.feature__item--right .archive__item:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

@media (min-width: 37.5em) {
  .feature__item--left .archive__item,
  .feature__item--right .archive__item {
    display: flex !important;
    align-items: stretch !important;
    float: none !important;
  }

  .feature__item--left .archive__item-teaser,
  .feature__item--right .archive__item-teaser {
    float: none !important;
    margin: 0 !important;
    flex-shrink: 0;
    width: 45% !important;
    overflow: hidden;
  }

  .feature__item--left .archive__item-teaser img,
  .feature__item--right .archive__item-teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .feature__item--left .archive__item:hover .archive__item-teaser img,
  .feature__item--right .archive__item:hover .archive__item-teaser img {
    transform: scale(1.03);
  }

  .feature__item--left .archive__item-body,
  .feature__item--right .archive__item-body {
    float: none !important;
    width: 55% !important;
    padding: 1.5em 1.8em;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 37.49em) {
  .feature__item--left .archive__item-teaser,
  .feature__item--right .archive__item-teaser {
    max-height: none !important;
    overflow: hidden;
  }

  .feature__item--left .archive__item-teaser img,
  .feature__item--right .archive__item-teaser img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .feature__item--left .archive__item-body,
  .feature__item--right .archive__item-body {
    padding: 1.2em 1.3em 1.4em;
  }
}

.feature__item .archive__item-title,
.feature__item--left .archive__item-title,
.feature__item--right .archive__item-title {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  color: var(--text-primary);
  margin-top: 0.2em;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.feature__item .archive__item-excerpt,
.feature__item--left .archive__item-excerpt,
.feature__item--right .archive__item-excerpt {
  color: var(--text-body);
  line-height: 1.7;
  font-size: 0.95rem;
  margin-top: 0.5em;
}


/* ==========================================================================
   Feature Row (3-column product cards)
   ========================================================================== */

/* Make 3-column feature rows use grid for equal heights */
.feature__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 900px) {
  .feature__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .feature__wrapper {
    grid-template-columns: 1fr;
  }
}

.feature__wrapper .feature__item {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

/* Left/right feature rows should NOT be grid */
.feature__wrapper:has(.feature__item--left),
.feature__wrapper:has(.feature__item--right) {
  display: block;
}

.feature__item {
  margin-bottom: 0;
}

.feature__item .archive__item {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
  height: 100%;
}

.feature__item .archive__item:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.feature__item .archive__item-teaser {
  max-height: none !important;
  overflow: hidden;
  border-radius: 0;
}

.feature__item .archive__item-teaser img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.feature__item:hover .archive__item-teaser img {
  transform: scale(1.04);
}

.feature__item .archive__item-body {
  padding: 1.2em 1.3em 1.4em;
}

/* Clickable product cards */
.product-cards-clickable .feature__item .archive__item {
  cursor: pointer;
}


/* ==========================================================================
   Grid Cards (News, Articles)
   ========================================================================== */

.grid__wrapper {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 900px) {
  .grid__wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}


.grid__wrapper .grid__item,
.grid__wrapper .archive__item {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  margin-inline: 0 !important;
  clear: none !important;
}

.grid__item .archive__item {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
  height: 100%;
  display: flex !important;
  flex-direction: column !important;
}

.grid__item .archive__item:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-4px);
}

.grid__item .archive__item-teaser {
  max-height: none !important;
  overflow: hidden;
}

.grid__item .archive__item-teaser img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.grid__item .archive__item:hover .archive__item-teaser img {
  transform: scale(1.04);
}

/* Card body wrapper (feature rows) */
.grid__item .archive__item-body {
  padding: 1.2em 1.5em 1.5em;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Card content padding — grid cards have NO body wrapper,
   so title/meta/excerpt are direct children of article */
.grid__item .archive__item {
  padding: 0 1.1em 1em;
}

.grid__item .archive__item > .archive__item-teaser {
  margin: 0 -1.1em;
  width: calc(100% + 2.2em);
}

.grid__item .archive__item-title {
  margin-top: 1em !important;
}

.grid__item .archive__item-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.3;
  margin-bottom: 0.3em;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.grid__item .archive__item-title a {
  color: inherit;
  text-decoration: none;
}

.grid__item .archive__item-title a:hover {
  color: var(--falu-red);
}

.grid__item .archive__item-excerpt {
  color: var(--text-body);
  font-size: 0.9rem;
  line-height: 1.65;
}

.grid__item .page__meta {
  color: var(--text-muted);
  font-size: 0.68rem;
  margin-top: auto;
  padding-top: 0;
  border-top: none;
  order: 10;
  text-align: right;
}

/* Card h2 reset — no section border on card titles */
.archive__item-title {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  border-bottom: none !important;
}

@media (max-width: 600px) {
  .grid__wrapper {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================================
   Tables
   ========================================================================== */

.page__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--parchment);
  font-size: 0.95rem;
  margin: 1.5rem 0;
}

.page__content table thead th {
  background: var(--warm-gray);
  color: var(--text-primary);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.9em 1.3em;
  text-align: left;
  border: none;
  border-bottom: 1px solid var(--parchment);
}

.page__content table tbody td {
  padding: 0.85em 1.3em;
  border-bottom: 1px solid var(--parchment);
  color: var(--text-body);
  background: #fff;
  border-left: none;
  border-right: none;
}

.page__content table tbody tr:last-child td {
  border-bottom: none;
}

.page__content table tbody tr:hover td {
  background: var(--warm-gray);
}


/* ==========================================================================
   Footer
   ========================================================================== */

.page__footer {
  background: var(--bark) !important;
  color: var(--stone-light) !important;
  margin-top: 4rem;
  border-top: none !important;
}

.page__footer-follow {
  color: var(--stone-light) !important;
}

.page__footer-follow strong {
  color: var(--stone) !important;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.page__footer-follow .social-icons a {
  color: var(--stone-light) !important;
  transition: color 0.2s ease;
}

.page__footer-follow .social-icons a:hover {
  color: var(--gold-light) !important;
}

.page__footer footer {
  color: var(--stone) !important;
  font-size: 0.82rem;
}


.page__footer a {
  color: var(--gold-light) !important;
  text-decoration: none;
}

.page__footer a:hover {
  color: #fff !important;
}

.page__footer-copyright {
  color: rgba(197, 186, 168, 0.5) !important;
  font-size: 0.78rem;
}


/* ==========================================================================
   Single page header (inner pages)
   ========================================================================== */

.layout--single .page__hero--overlay {
  min-height: 30vh;
  padding: 4em 0 3em !important;
}

.layout--single .page__hero--overlay .page__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem) !important;
}

.layout--single .page__meta:empty {
  display: none;
}


/* ==========================================================================
   iframe (Map)
   ========================================================================== */

.page__content iframe {
  border-radius: var(--radius) !important;
  border: 1px solid var(--parchment) !important;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: var(--radius);
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}


/* ==========================================================================
   Lists
   ========================================================================== */

.page__content ul:not(.social-icons):not(.visible-links):not(.hidden-links):not(.lang-dropdown__menu) li {
  color: var(--text-body);
  line-height: 1.8;
  margin-bottom: 0.25em;
}


/* ==========================================================================
   Blockquotes
   ========================================================================== */

.page__content blockquote {
  border-left: 3px solid var(--gold);
  padding: 0.7em 1.3em;
  background: var(--warm-gray);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-style: italic;
  color: var(--text-body);
}


/* ==========================================================================
   Language Switcher
   ========================================================================== */

.lang-switcher {
  position: relative;
  margin-left: 8px !important;
  padding-left: 12px !important;
  border-left: 1px solid var(--parchment);
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}

.lang-dropdown__toggle {
  background: none;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  padding: 6px 10px;
  cursor: pointer;
  font-size: 0.8em;
  font-weight: 600;
  font-family: inherit;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.lang-dropdown__toggle:hover,
.lang-dropdown.open .lang-dropdown__toggle {
  background: var(--warm-gray);
  border-color: var(--parchment);
}

.lang-dropdown__toggle .lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.lang-label {
  letter-spacing: 0.04em;
}

.lang-caret {
  opacity: 0.5;
  transition: transform 0.25s ease;
}

.lang-dropdown.open .lang-caret {
  transform: rotate(180deg);
}

.lang-dropdown__menu {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background: #fff;
  border: 1px solid var(--parchment);
  border-radius: var(--radius);
  box-shadow: var(--shadow-elevated);
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: 155px;
  z-index: 200;
}

.lang-dropdown.open .lang-dropdown__menu {
  display: block;
}

.lang-dropdown__menu li {
  margin: 0;
  padding: 0;
  border-bottom: none !important;
}

.lang-dropdown__menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  text-decoration: none !important;
  border-bottom: none !important;
  color: var(--text-body);
  font-size: 0.85em;
  font-weight: 500;
  border-radius: var(--radius-sm);
  transition: background 0.15s ease;
}

.lang-dropdown__menu li a:hover {
  background: var(--warm-gray);
}

.lang-dropdown__menu li a::before,
.lang-dropdown__menu li a::after {
  display: none !important;
}

.lang-dropdown__menu li a .lang-flag {
  width: 24px;
  height: 18px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

.lang-dropdown__menu li a span {
  flex: 1;
}


/* ==========================================================================
   CTA button spacing
   ========================================================================== */

p.text-center {
  margin-top: 0.8rem;
  margin-bottom: 2.5rem;
  text-align: center !important;
  max-width: none !important;
}


/* ==========================================================================
   Pagination
   ========================================================================== */

.pagination--pager {
  font-family: var(--font-body);
  border-radius: var(--radius-sm) !important;
  border-color: var(--parchment) !important;
  color: var(--text-body) !important;
  transition: all 0.2s ease;
}

.pagination--pager:hover {
  background: var(--bark) !important;
  border-color: var(--bark) !important;
  color: #fff !important;
}


/* ==========================================================================
   Mobile menu
   ========================================================================== */

.greedy-nav__toggle {
  color: var(--text-primary) !important;
}

.greedy-nav .hidden-links {
  background: #fff !important;
  border: 1px solid var(--parchment) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow-elevated) !important;
}

.greedy-nav .hidden-links a {
  font-family: var(--font-body) !important;
  color: var(--text-body) !important;
  border-bottom-color: var(--parchment) !important;
}

.greedy-nav .hidden-links a:hover {
  color: var(--falu-red) !important;
  background: var(--warm-gray) !important;
}


/* ==========================================================================
   Retailers Grid
   ========================================================================== */

.retailers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin: 1.5rem 0 2rem;
}

@media (max-width: 900px) {
  .retailers-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .retailers-grid {
    grid-template-columns: 1fr;
  }
}

.retailer-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.3em 1.4em;
  box-shadow: var(--shadow-card);
  transition: all 0.3s ease;
  border-left: 3px solid var(--falu-red);
  display: flex;
  flex-direction: column;
}

.retailer-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}

.retailer-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 0.3em;
  padding: 0;
}

.retailer-card h3 a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.retailer-card h3 a:hover {
  color: var(--falu-red);
}

.retailer-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.5;
}

.retailer-card__city {
  display: block;
  margin-top: auto;
  padding-top: 0.6em;
  font-size: 0.72rem;
  color: var(--stone);
  letter-spacing: 0.03em;
}

.retailer-card__city::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3em;
  font-size: 0.65rem;
}


/* ==========================================================================
   Artiklar 2-column centered grid
   ========================================================================== */

.grid__wrapper--2col {
  grid-template-columns: repeat(3, 1fr) !important;
}

@media (max-width: 600px) {
  .grid__wrapper--2col {
    grid-template-columns: 1fr !important;
  }
}


/* ==========================================================================
   Contact Card
   ========================================================================== */

.contact-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  margin: 1.5rem 0 0;
}

.contact-card__info {
  padding: 1.5em 1.8em 1em;
  border-bottom: 1px solid var(--parchment);
}

.contact-card__info h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 0.2em;
  padding: 0;
}

.contact-card__address {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0;
}

.contact-card__details {
  padding: 1em 1.8em 1.5em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8em 2em;
}

@media (max-width: 600px) {
  .contact-card__details {
    grid-template-columns: 1fr;
  }
}

.contact-item {
  display: flex;
  flex-direction: column;
  gap: 0.15em;
}

.contact-item__label {
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.contact-item a {
  color: var(--falu-red);
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.contact-item a:hover {
  color: var(--falu-deep);
  text-decoration: underline;
}

.contact-item span:not(.contact-item__label) {
  color: var(--text-body);
  font-size: 0.95rem;
}


/* ==========================================================================
   Site Footer
   ========================================================================== */

.page__footer {
  background: var(--text-primary) !important;
  color: #e8e0d8 !important;
  border-top: 3px solid var(--falu-red);
}

.page__footer-follow,
.page__footer-copyright {
  display: none !important;
}

.site-footer-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 1.5em 0;
}

.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__col h4 {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.8em;
  padding: 0;
}

.site-footer__col p {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #c8bfb5;
  margin: 0 0 0.8em;
}

.site-footer__hours {
  font-size: 0.84rem !important;
  color: #b8aea3;
}

.site-footer__social {
  display: flex;
  gap: 0.8em;
  margin-top: 0.5em;
}

.site-footer__social a {
  color: #c8bfb5;
  font-size: 1.2rem;
  transition: color 0.2s ease;
}

.site-footer__social a:hover {
  color: #fff;
}

.site-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #c8bfb5;
  margin-bottom: 0.4em;
}

.site-footer__links li i {
  width: 1.2em;
  font-size: 0.78rem;
  color: var(--falu-red);
  margin-right: 0.3em;
}

.site-footer__links a {
  color: #c8bfb5;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__links a:hover {
  color: #fff;
}

.site-footer__bottom {
  padding: 1.5em 0;
  text-align: center;
  font-size: 0.78rem;
  color: #8a7e72;
}

@media (max-width: 768px) {
  .site-footer__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}

@media (max-width: 480px) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 1.5em;
  }
}

