*, *::before, *::after { box-sizing: border-box; }
:root {
  --primary-bg: #b8321a;
  --primary: #5a1d10;
  --accent: #fff6e0;
  --highlight: #f2b632;
  --button: #b8321a;
  --button-hover: #f2b632;
  --radius: 4px;
  --shadow: none;
  --cream: #fff6e0;
  --paper: #fffdf6;
  --line: #ead9b4;
  --head: 'Archivo', 'Montserrat', sans-serif;
}
body { font-family: 'Work Sans', 'Montserrat', Arial, sans-serif; background: var(--cream); color: #3b2a22; -webkit-font-smoothing: antialiased; }
[id] { scroll-margin-top: 76px; }
h2.section-title, .hero-title, .cat-title, .faq-title, .policy-title, .nav-brand, .footer-contact-title, .why-title, .cart-modal h3 {
  font-family: var(--head);
}


.main-nav { background: var(--primary-bg); box-shadow: none; border-bottom: 4px solid var(--highlight); }
.nav-logo img { border-radius: 50%; border-color: var(--highlight); }
.nav-brand { text-shadow: none; text-transform: uppercase; letter-spacing: .08em; font-size: 1em; font-weight: 800; }
.nav-list { font-weight: 600; font-size: .92em; text-transform: uppercase; letter-spacing: .08em; }
.nav-list li a:hover, .nav-list li a:focus { color: var(--highlight); border-bottom-color: var(--highlight); }
.cart-sticky { background: var(--highlight); color: #3b1408; border-color: #3b1408; border-radius: 4px; font-family: var(--head); text-transform: uppercase; letter-spacing: .06em; box-shadow: 6px 6px 0 #3b1408; }
.cart-sticky:hover, .cart-sticky:focus { background: #3b1408; color: var(--highlight); border-color: #3b1408; }
.cart-count { border-radius: 4px; }


header {
  background: var(--primary-bg); min-height: 0; box-shadow: none; overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%); margin-bottom: -1px;
}
.hero-inner {
  max-width: 1120px; padding: 4.5rem 5vw 7rem; display: grid; grid-template-columns: 1.4fr .6fr; column-gap: 3rem;
  text-align: left; align-items: center; justify-items: start;
}
.hero-logo { grid-column: 2; grid-row: 1 / span 3; justify-self: center; margin: 0; }
.hero-logo img { width: 210px; height: 210px; border-radius: 50%; padding: 1.4rem; object-fit: contain; background: var(--cream); border: 8px solid var(--highlight); box-shadow: 10px 10px 0 rgba(0,0,0,.25); }
.hero-title { grid-column: 1; font-size: clamp(2.3rem, 5.4vw, 4.4rem); font-weight: 900; text-shadow: none; text-transform: uppercase; line-height: .98; letter-spacing: -.01em; margin-bottom: 1rem; }
.hero-subtitle { grid-column: 1; text-shadow: none; font-size: 1.2em; }
.hero-highlight { grid-column: 1; text-shadow: none; background: var(--highlight); color: #3b1408; padding: .45rem 1rem; margin-top: 1.4rem; display: inline-block; font-weight: 800; font-size: .88em; text-transform: uppercase; letter-spacing: .05em; }


main { text-align: left; max-width: 1120px; padding: 0 5vw 3rem; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 3.5rem 1.6rem; }
main > * { grid-column: 1 / -1; max-width: none !important; margin: 0 !important; }
main > .policy-section { grid-column: auto; }
.section-card { background: none; border: none; box-shadow: none; padding: 0; text-align: left; border-radius: 0; }
h2.section-title { justify-content: flex-start; font-size: clamp(1.7rem, 3.6vw, 2.6rem); text-transform: uppercase; color: var(--primary-bg); letter-spacing: -.005em; margin-bottom: 1.2rem; font-weight: 900; }
h2.section-title .emoji { font-size: .9em; }
.section-body { text-align: left; max-width: none; font-size: 1.04em; color: #4a352b; }


#about { display: grid; grid-template-columns: .6fr 1.4fr; column-gap: 3rem; align-items: start; margin-top: 3rem !important; }
#about h2.section-title { grid-column: 1; grid-row: 1 / span 3; position: sticky; top: 90px; }
#about .section-body, #about .about-readmore-btn, #about #about-more { grid-column: 2; }
.about-readmore-btn { justify-self: start; background: #3b1408; border-radius: 0; text-transform: uppercase; letter-spacing: .1em; font-size: .78em; padding: .9em 1.8em; }
.about-readmore-btn:hover, .about-readmore-btn:focus { background: var(--highlight); color: #3b1408; }


#why { background: var(--highlight); padding: 2.6rem clamp(1.2rem, 4vw, 3rem); border-radius: 0; }
#why h2.section-title { color: #3b1408; }
.why-list { justify-content: stretch; gap: 0; margin: 0; flex-wrap: nowrap; }
.why-card { background: transparent; border: none; border-radius: 0; box-shadow: none; max-width: none; min-width: 0; align-items: flex-start; text-align: left; padding: .4rem 1.4rem; }
.why-card + .why-card { border-left: 2px solid #3b1408; }
.why-card .why-title { color: #3b1408; font-size: 1.05em; text-transform: uppercase; }
.why-desc { color: #4d3211; font-size: .9em; }


#products { padding: 0; }
.category-section { margin-bottom: 0; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; align-items: start; }
.cat-block { max-width: none; min-width: 0; margin: 0; background: var(--paper); border: 2px solid #3b1408; border-radius: 0; box-shadow: 6px 6px 0 #3b1408; padding: 0; text-align: left; }
.cat-title { background: #3b1408; color: var(--highlight); text-align: left; margin: 0; padding: .8rem 1.1rem; font-size: 1.05em; text-transform: uppercase; letter-spacing: .06em; }
.item-list { display: flex; flex-direction: column; gap: 0; margin: 0; }
.item-card { max-width: none; min-width: 0; flex: none; background: transparent; border: none; border-bottom: 1px dashed var(--line); border-radius: 0; box-shadow: none; margin: 0; padding: .8rem 1rem; display: grid; grid-template-columns: 62px 1fr auto; grid-template-areas: "img name btn" "img qty btn" "img price btn"; column-gap: .9rem; align-items: center; text-align: left; }
.item-card:last-child { border-bottom: none; }
.item-img-holder { grid-area: img; width: 62px; height: 62px; margin: 0; border-radius: 0; background: var(--cream); border: 1px solid var(--line); }
.item-name { grid-area: name; margin: 0; color: #3b1408; font-size: .95em; }
.item-qty { grid-area: qty; margin: 0; color: #8a6a55; font-size: .78em; font-weight: 600; }
.item-price { grid-area: price; margin: 0; color: var(--primary-bg); font-family: var(--head); font-size: 1.1em; font-weight: 800; }
.add-btn { grid-area: btn; margin: 0; border-radius: 0; background: var(--primary-bg); text-transform: uppercase; letter-spacing: .06em; font-size: .72em; padding: .8em 1.1em; }
.add-btn:hover:not(:disabled) { background: #3b1408; }


#delivery-info { background: #3b1408; color: #fff; padding: 2.6rem clamp(1.2rem, 4vw, 3rem); }
#delivery-info h2.section-title { color: var(--highlight); }
.delivery-list { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; list-style: none; padding: 0; margin: 0; max-width: none; color: #e9d8c2; font-size: .92em; }
.delivery-list li { padding: 0 1.1rem; }
.delivery-list li + li { border-left: 1px solid rgba(255,255,255,.25); }
.delivery-list li:first-child { padding-left: 0; }
.delivery-list strong { display: block; color: var(--highlight); text-transform: uppercase; letter-spacing: .07em; font-size: .78em; margin-bottom: .3rem; }


.faq-section { background: none; border: none; box-shadow: none; padding: 0; text-align: left; display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.faq-title { grid-column: 1 / -1; text-align: left; font-size: clamp(1.7rem, 3.6vw, 2.6rem); text-transform: uppercase; font-weight: 900; margin-bottom: .4rem; }
.faq-item { margin: 0; background: var(--paper); border: 2px solid #3b1408; padding: 1.2rem 1.3rem; }
.faq-q { color: #3b1408; font-family: var(--head); font-size: 1.02em; }
.faq-a { margin: .4rem 0 0; color: #5b463a; }


#contact { display: grid; grid-template-columns: .6fr 1.4fr; column-gap: 3rem; background: var(--paper); border-top: 6px solid var(--primary-bg); padding: 2.4rem 0 0; }
#contact h2.section-title { grid-column: 1; }
.contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 2rem; list-style: none; padding: 0; margin: 0; max-width: none; }
.contact-list strong { display: block; font-size: .72em; text-transform: uppercase; letter-spacing: .14em; color: var(--primary-bg); }
.contact-list a { color: #3b1408; font-weight: 600; }
.contact-list li:last-child, .contact-list li:nth-child(3) { grid-column: 1 / -1; }


.policy-section { background: var(--paper); border: none; border-top: 5px solid #3b1408; border-radius: 0; box-shadow: none; padding: 1.4rem 1.3rem 1rem; }
.policy-title { font-size: 1em; text-transform: uppercase; letter-spacing: .05em; color: #3b1408; }
.policy-section p, .policy-section li { font-size: .92em; color: #5b463a; }


.cart-modal { border: 2px solid #3b1408; border-radius: 0; box-shadow: 10px 10px 0 #3b1408; }
.cart-modal h3 { text-transform: uppercase; color: var(--primary-bg); }
.cart-modal .action-btn { border-radius: 0; text-transform: uppercase; letter-spacing: .06em; font-size: .78em; }
.cart-modal .action-btn:hover { background: var(--highlight); color: #3b1408; }


footer { background: #3b1408; color: #e9d8c2; border-top: 6px solid var(--highlight); margin-top: 3rem; }
.footer-contact-title { color: var(--highlight); text-transform: uppercase; letter-spacing: .08em; font-size: 1.2em; }
.footer-contact { color: #e9d8c2; }
.footer-contact a, .footer-links a { color: var(--highlight); text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-copy { color: #a98a72; }


.policy-section { }
.highlight { background: #ffefc4; border-left: 5px solid var(--highlight); }
.action-btn { border-radius: 0; }
.order-summary-table th { background: #3b1408; color: var(--highlight); }

@media (max-width: 1000px) {
  .why-list { flex-wrap: wrap; }
  .why-card { flex: 1 1 45%; }
  .why-card:nth-child(odd) { border-left: none; }
  .delivery-list { grid-template-columns: 1fr 1fr; gap: 1.4rem 0; }
  .delivery-list li:nth-child(odd) { border-left: none; padding-left: 0; }
  main { grid-template-columns: minmax(0, 1fr); }
  main > .policy-section { grid-column: 1 / -1; }
}
@media (max-width: 800px) {
  header { clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%); }
  .hero-inner { grid-template-columns: minmax(0, 1fr); padding-bottom: 4rem; }
  .hero-logo { grid-column: 1; grid-row: auto; justify-self: start; order: -1; margin-bottom: 1rem; }
  .hero-logo img { width: 110px; height: 110px; padding: .7rem; border-width: 5px; }
  #about, #contact { grid-template-columns: minmax(0, 1fr); }
  #about h2.section-title { grid-row: auto; position: static; }
  #about .section-body, #about .about-readmore-btn, #about #about-more { grid-column: 1; }
  .category-grid, .faq-section { grid-template-columns: minmax(0, 1fr); }
  .contact-list { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 600px) {
  .why-card { flex: 1 1 100%; border-left: none !important; border-top: 2px solid #3b1408; padding-left: 0; }
  .why-card:first-child { border-top: none; }
  .delivery-list { grid-template-columns: minmax(0, 1fr); }
  .delivery-list li { border-left: none !important; padding-left: 0; }
  .item-card { grid-template-columns: 54px 1fr; grid-template-areas: "img name" "img qty" "img price" "btn btn"; }
  .add-btn { width: 100%; margin-top: .5rem; }
  .cart-sticky { box-shadow: 4px 4px 0 #3b1408; }
}
@media (max-width: 600px) {
  .nav-brand { font-size: .78em; letter-spacing: .03em; }
  .nav-inner { padding-right: 54px; }
  .hero-title { font-size: 2rem; }
}
