
/* SHENAKY WINERY — COMPACT V2
   Deliberately much smaller than the previous production layout. */

@media (min-width: 901px) {
  body {
    font-size: 11px;
    line-height: 1.32;
  }

  .container {
    width: min(900px, calc(100% - 28px));
  }

  .site-header {
    position: sticky;
  }

  .nav {
    min-height: 43px;
    gap: 10px;
  }

  .brand {
    gap: 6px;
  }

  .brand-logo {
    width: 23px;
    height: 23px;
  }

  .brand strong {
    font-size: 12px;
    line-height: 1;
  }

  .brand small {
    font-size: 6.7px;
    letter-spacing: .08em;
    margin-top: 1px;
  }

  .nav-links {
    gap: 10px;
    font-size: 8.7px;
  }

  .cart {
    padding: 3px 6px;
    font-size: 7.8px;
  }

  .lang {
    gap: 2px;
  }

  .lang a {
    padding: 2px 4px;
    font-size: 8px;
  }

  .hero {
    min-height: 118px;
  }

  .hero-inner {
    padding: 11px 0;
    max-width: 590px;
  }

  .eyebrow {
    font-size: 7.2px;
    letter-spacing: .12em;
  }

  .hero h1 {
    max-width: 560px;
    font-size: 21px;
    line-height: 1.02;
    margin: 4px 0 5px;
  }

  .hero p {
    max-width: 600px;
    font-size: 9.8px;
    line-height: 1.25;
    margin: 0;
  }

  .actions {
    margin-top: 7px;
    gap: 5px;
  }

  .btn {
    padding: 5px 9px;
    font-size: 7.8px;
    border-radius: 3px;
  }

  .page-hero {
    padding: 5px 0 4px;
  }

  .page-hero h1 {
    font-size: 18px;
    line-height: 1.02;
    margin: 1px 0 2px;
  }

  .page-hero p {
    max-width: 700px;
    font-size: 9.3px;
    line-height: 1.25;
  }

  .section {
    padding: 10px 0;
  }

  .section-title {
    max-width: 680px;
    margin-bottom: 6px;
  }

  .section-title h2,
  .split h2,
  .contact-box h2,
  .story-copy h2 {
    font-size: 18px;
    line-height: 1.03;
    margin: 2px 0 4px;
  }

  .section-title p,
  .story-copy p,
  .split p {
    font-size: 9.8px;
    line-height: 1.32;
    margin: 4px 0;
  }

  .split {
    grid-template-columns: 1.18fr .82fr;
    gap: 14px;
    align-items: center;
  }

  .photo-frame {
    padding: 4px;
    box-shadow: 0 3px 10px rgba(23,40,58,.07);
  }

  .photo-frame img {
    height: 170px;
    object-fit: cover;
  }

  .quote {
    font-size: 12px;
    margin-top: 6px;
    padding-left: 7px;
  }

  .notice-card {
    max-width: 620px;
    padding: 10px;
  }

  .notice-card h2 {
    font-size: 17px;
    margin-bottom: 3px;
  }

  .notice-card p {
    font-size: 9.7px;
  }

  .selected-note {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .awards-grid {
    grid-template-columns: .95fr 1.05fr;
    gap: 13px;
  }

  .award-photo {
    padding: 4px;
  }

  .award-photo img {
    max-height: 300px;
    width: 100%;
    object-fit: contain;
  }

  .award-list {
    gap: 5px;
  }

  .award-item {
    padding: 7px 9px;
  }

  .award-item strong {
    font-size: 11px;
  }

  .gallery {
    gap: 6px;
  }

  .gallery img {
    height: 155px;
    padding: 3px;
  }

  .contact-box {
    padding: 11px;
    gap: 12px;
  }

  .contact-box p {
    font-size: 9.7px;
    margin: 2px 0 0;
  }

  .contact-details {
    gap: 7px;
  }

  .contact-detail {
    padding: 8px;
  }

  .contact-detail h3 {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .contact-detail p {
    margin: 0;
    font-size: 9.5px;
  }

  .site-footer {
    padding: 12px 0 6px;
  }

  .footer-grid {
    gap: 12px;
  }

  .site-footer h4 {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .site-footer p {
    font-size: 8.5px;
    margin: 2px 0;
  }

  .footer-bottom {
    margin-top: 6px;
    padding-top: 5px;
    font-size: 7.5px;
  }
}

/* Keep phones readable rather than applying the desktop compression. */
@media (max-width: 900px) {
  .lang a {
    white-space: nowrap;
  }
}
