:root {
  --paper: #FCF5EC;
  --orange: #EF7F1A;
}

.announcement { background: var(--orange); color: #FCF5EC; padding: 9px 0; font-weight: 600; }
.announcement-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.announcement-instagram { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; letter-spacing: 0; white-space: nowrap; }
.announcement-instagram .icon { width: 19px; height: 19px; }
.announcement-instagram:hover { text-decoration: underline; text-underline-offset: 4px; }
.main-nav { font-size: 18px; gap: 28px; font-weight: 500; }
.header-cta { font-size: 15px; }

.featured,
.product-card,
.detail-order,
.detail-order .weight-options label > span,
.product-facts,
.contact-icon,
.contact-product-note,
.location-card,
.photo-seal,
.skip-link,
.brand img,
.home-product:hover { background: var(--paper); }
.detail-order .weight-options input:checked + span { background: var(--green); }

.instagram-callout { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 44px; }
.instagram-callout .eyebrow { color: #895827; margin-bottom: 12px; }
.instagram-callout h2 { font-size: 34px; letter-spacing: -.8px; }
.instagram-follow { display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 16px 22px; background: var(--orange); color: var(--deep); border: 1px solid var(--orange); font-size: 17px; font-weight: 600; }
.instagram-follow:hover { background: var(--paper); border-color: #ad6e2a; }
.instagram-follow > span[aria-hidden] { margin-left: 8px; }
.footer-main nav { flex-wrap: wrap; gap: 20px; }
.footer-instagram { display: inline-flex; align-items: center; gap: 8px; }
.footer-instagram .icon { width: 19px; height: 19px; }
.contact-instagram { min-width: 0; }
.contact-instagram > span:nth-child(2) { min-width: 0; }
.contact-instagram strong { font: 600 clamp(17px, 1.7vw, 25px)/1.4 var(--sans); letter-spacing: -.5px; overflow-wrap: anywhere; }

.brand.brand-wordmark { display: block; flex-shrink: 0; }
.brand.brand-wordmark img { width: 330px; height: auto; aspect-ratio: 1349 / 206; border-radius: 0; background: transparent; }
.site-footer .brand-wordmark { padding: 14px 18px; background: var(--paper); }
.site-footer .brand-wordmark img { width: 280px; }
.site-footer .footer-main { gap: 30px; }

.product-grid { align-items: stretch; }
.product-grid .product-card { display: flex; flex-direction: column; }
.product-grid .product-photo { flex-shrink: 0; }
.product-grid .product-info { flex: 1; display: flex; flex-direction: column; }
.product-grid .product-title { align-items: flex-start; min-height: 76px; }
.product-grid .product-title > span { padding-top: 8px; }
.product-grid .product-description { min-height: 56px; }
.product-grid .product-traits { min-height: 24px; }
.product-grid .product-detail-link { margin-top: auto; }
.product-grid .weight-options { flex-shrink: 0; }

@media (min-width: 761px) and (max-width: 1100px) {
  .product-grid .product-description { min-height: 84px; }
  .product-grid .product-traits { min-height: 42px; }
}

@media (min-width: 761px) and (max-width: 920px) {
  .header-inner { gap: 18px; }
  .brand { gap: 10px; }
  .brand img { width: 48px; height: 48px; }
  .brand > span { font-size: 23px; }
  .brand small { font-size: 8px; letter-spacing: 1px; }
  .main-nav { gap: 17px; font-size: 17px; }
  .brand.brand-wordmark img { width: 285px; }
}
@media (max-width: 760px) {
  .announcement { padding-block: 9px; }
  .announcement-inner { width: calc(100% - 32px); flex-direction: column; gap: 4px; }
  .announcement-inner > span { font-size: 10px; letter-spacing: 0; }
  .announcement-instagram { font-size: 13px; gap: 7px; }
  .announcement-instagram .icon { width: 16px; height: 16px; }
  .main-nav { gap: 0; }
  .main-nav a { font-size: 20px; padding-block: 14px; }
  .instagram-callout { align-items: flex-start; flex-direction: column; gap: 23px; padding-block: 35px; }
  .instagram-callout h2 { font-size: 29px; line-height: 1.2; }
  .instagram-follow { font-size: 16px; padding: 14px 17px; }
  .footer-main nav { gap: 20px; }
  .contact-instagram strong { font-size: 17px; }
  .brand.brand-wordmark { min-width: 0; flex-shrink: 1; }
  .brand.brand-wordmark img { width: 270px; max-width: 100%; }
  .menu-toggle { flex-shrink: 0; }
  .site-footer .brand-wordmark { padding: 12px 15px; }
  .site-footer .brand-wordmark img { width: 270px; }
  .product-grid .product-title { min-height: 0; }
  .product-grid .product-description,
  .product-grid .product-traits { min-height: 0; }
  .product-grid .product-detail-link { margin-top: 0; }
}
