/* KRUG homepage: the user-selected Lina Stores composition, with KRUG assets. */
.home-lina {
  --header-height: 72px;
  --home-mint: #b4d8c6;
  --home-surface: #e0eee6;
  --home-dark: #0b3527;
  background: #fff;
  color: #102b20;
}
.home-lina a:focus-visible, .home-lina button:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 5px;
}
.home-lina .site-header,
.home-lina .site-header.is-scrolled {
  background: var(--home-mint);
  border-bottom: 1px solid #102b20;
  box-shadow: none;
}
.home-lina .header-inner {
  grid-template-columns: 1fr auto 1fr;
  padding-inline: 30px;
  gap: 24px;
}
.home-lina .brand { justify-self: center; gap: 10px; }
.home-lina .brand-logo { width: 46px; height: 46px; background: transparent; }
.home-lina .brand-name { font-size: 30px; letter-spacing: .14em; }
.home-lina .primary-nav { justify-self: start; gap: 26px; }
.home-lina .primary-nav a, .home-header-end > a {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .075em;
  text-transform: uppercase;
}
.home-header-end { justify-self: end; display: flex; align-items: center; gap: 30px; }
.home-header-end > a { display: inline-flex; align-items: center; min-height: 44px; }
.home-header-end > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.home-concept-label { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.home-lina .mobile-panel { background: var(--home-surface); }
.home-lina .mobile-panel a { grid-template-columns: 1fr auto; }
.home-lina .mobile-panel span { font: 500 27px/1.2 var(--sans); }
.home-mobile-note { padding-top: 25px; font-size: 11px; }
.home-food-pair { display: grid; grid-template-columns: 1fr 1fr; }
.home-food-link {
  position: relative;
  display: grid;
  place-items: center;
  height: clamp(430px, 63vw, 565px);
  overflow: hidden;
  color: #fff;
  background: var(--home-dark);
}
.home-food-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #041a123b;
  pointer-events: none;
}
.home-food-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2,.7,.2,1);
}
.home-food-link:first-child img { object-position: 50% 55%; }
.home-food-caption { position: relative; z-index: 1; display: grid; justify-items: center; gap: 14px; padding: 24px; text-align: center; }
.home-food-caption strong {
  font: 600 clamp(30px, 4vw, 60px)/1.1 var(--sans);
  text-transform: uppercase;
  letter-spacing: -.025em;
  text-shadow: 0 2px 20px #0004;
}
.home-food-caption > span { font-size: 12px; font-weight: 500; }
.home-food-caption b { margin-left: 6px; font-weight: 400; }
.home-food-link:focus-visible { outline-offset: -8px !important; }
.home-welcome { background: var(--home-surface); text-align: center; padding: 49px 24px 50px; }
.home-eyebrow { font: 500 10px/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.home-welcome h1, .home-story h2 {
  font: 600 clamp(25px, 2.5vw, 34px)/1.2 var(--sans);
  text-transform: uppercase;
  letter-spacing: .015em;
  margin: 0 0 22px;
}
.home-welcome > p:not(.home-eyebrow) { font-size: 14px; line-height: 1.8; margin-bottom: 26px; }
.home-action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  min-height: 48px;
  padding: 14px 27px;
  border: 1px solid currentColor;
  background: #fff;
  color: #102b20;
  font: 600 10px/1.4 var(--sans);
  letter-spacing: .075em;
  text-transform: uppercase;
  text-align: center;
  transition: background 200ms ease, color 200ms ease;
}
.home-stories { width: min(1500px,100%); margin-inline: auto; padding: 48px 30px; display: grid; gap: 32px; }
.home-story { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; scroll-margin-top: 96px; }
.home-story-photo { position: relative; display: block; min-width: 0; min-height: 420px; overflow: hidden; }
.home-story-photo img { height: 100%; width: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.7,.2,1); }
.home-story-copy { padding: 48px clamp(28px,5vw,82px); background: var(--home-surface); display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.home-story-copy > p:not(.home-eyebrow) { max-width: 43ch; font-size: 14px; line-height: 1.8; margin-bottom: 17px; }
.home-story-copy .home-action { margin-top: 12px; }
.home-story--wine .home-story-photo { order: 2; }
.home-story--wine .home-story-copy { order: 1; }
.home-story--bar .home-story-copy { background: var(--home-dark); color: #fff; }
.home-story--bar .home-eyebrow { color: #b4d8c6; }
.home-story--bar .home-action { background: transparent; color: #fff; }
.home-visit { padding: 30px 30px 55px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 25px; }
.home-visit p { font: 500 24px/1.25 var(--display); margin: 0; }
.home-lina .site-footer { background: var(--home-mint); color: #102b20; padding: 35px 30px; gap: 30px; }
.home-lina .footer-meta { color: #102b20; font-size: 11px; }
.home-lina .footer-meta p { color: #102b20; margin: 0; }
.home-lina .concept-note { opacity: 1; margin-top: 6px !important; font-size: 10px; }
.home-lina .footer-brand img { filter: none; opacity: 1; }
.home-lina .footer-links a { font-size: 11px; }
@media (hover: hover) {
  .home-food-link:hover img, .home-story-photo:hover img { transform: scale(1.025); }
  .home-action:hover { background: var(--home-dark); color: #fff; }
  .home-story--bar .home-action:hover { background: #fff; color: var(--home-dark); }
}
@media (max-width: 1120px) {
  .home-lina .header-inner { grid-template-columns: 1fr auto 1fr; }
  .home-lina .brand { grid-column: 2; grid-row: 1; }
  .home-lina .menu-toggle { grid-column: 3; grid-row: 1; justify-self: end; }
  .home-header-end { display: none; }
  .home-story-photo { min-height: 370px; }
  .home-story-copy { padding: 36px 28px; }
}
@media (max-width: 760px) {
  .home-lina { --header-height: 64px; }
  .home-lina .header-inner { padding-inline: 18px; gap: 14px; }
  .home-lina .brand-logo { width: 40px; height: 40px; }
  .home-lina .brand-name { font-size: 26px; }
  .home-lina .menu-toggle { border: 0; }
  .home-food-pair { grid-template-columns: 1fr; }
  .home-food-link { height: 310px; }
  .home-food-caption { gap: 9px; }
  .home-food-caption strong { font-size: clamp(30px,8.5vw,45px); }
  .home-food-caption > span { font-size: 11px; }
  .home-welcome { padding: 34px 24px 36px; }
  .home-welcome h1, .home-story h2 { font-size: 25px; }
  .home-desktop-break { display: none; }
  .home-stories { padding: 24px 16px; gap: 24px; }
  .home-story { grid-template-columns: 1fr; gap: 0; }
  .home-story-photo { min-height: 0; aspect-ratio: 3 / 2; }
  .home-story--wine .home-story-photo { order: 0; }
  .home-story-copy { padding: 33px 24px 36px; }
  .home-story-copy > p:not(.home-eyebrow) { font-size: 13px; }
  .home-visit { flex-direction: column; gap: 18px; padding: 16px 24px 40px; }
  .home-lina .site-footer { padding: 30px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-food-link img, .home-story-photo img, .home-action { transition: none; }
  .home-food-link:hover img, .home-story-photo:hover img { transform: none; }
}
