@font-face { font-family: "Hautle Sans"; src: url("../fonts/inter-upright-var.woff2") format("woff2"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Hautle Serif"; src: url("../fonts/source-serif-var.woff2") format("woff2"); font-style: normal; font-weight: 200 900; font-display: swap; }

:root {
    --primary: #fdb822;
    --secondary: #684f40;
    --body-color: #696969;
    --nav-color: #555;
    --footer-color: #d6d8db;
    --container: 1170px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--body-color); background: #fff; font: 400 15px/25px "Hautle Sans", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
a { color: var(--primary); }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--primary); outline-offset: 3px; }
svg { display: block; width: 1em; height: 1em; fill: currentColor; }
.container, .top-bar__inner, .header-main__inner, .site-footer__inner { width: min(calc(100% - 30px), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 10000; top: 8px; left: 8px; padding: 8px 14px; color: #fff; background: #343434; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.top-bar { padding: 8px 0; color: #fff; background: #000; font-size: 13px; line-height: 25px; }
.top-bar__inner { display: grid; grid-template-columns: 7fr 5fr; align-items: center; }
.top-bar__contact { display: flex; align-items: center; gap: 20px; }
.top-bar__contact span, .top-bar__contact a { display: inline-flex; align-items: center; gap: 8px; color: inherit; text-decoration: none; }
.top-bar__contact svg { width: 14px; height: 14px; }
.top-bar a:hover, .top-bar a:focus-visible { color: var(--primary); }
.top-navigation > ul { display: flex; justify-content: flex-end; margin: 0; padding: 0; list-style: none; }
.top-navigation > ul > li { position: relative; }
.top-navigation > ul > li + li::before { margin: 0 10px; content: "|"; color: #fff; }
.top-navigation a { color: inherit; text-decoration: none; }
.top-navigation .has-children > a::after { margin-left: 8px; content: "⌄"; }
.top-navigation ul ul { position: absolute; z-index: 20; top: calc(100% + 8px); right: 0; width: 140px; margin: 0; padding: 0; list-style: none; background: #fff; box-shadow: 0 0 5px rgb(0 0 0 / 13%); visibility: hidden; opacity: 0; transform: rotateX(-90deg); transform-origin: top; transition: .17s ease-in-out; }
.top-navigation li:hover > ul, .top-navigation li:focus-within > ul { visibility: visible; opacity: 1; transform: rotateX(0); }
.top-navigation ul ul a { display: block; padding: 5px 15px; color: #343434; border-top: 1px solid #f1f1f1; }

.header-main { position: relative; z-index: 15; background: #fff; }
.header-main.is-fixed { position: fixed; top: 0; left: 0; width: 100%; background: rgb(255 255 255 / 95%); box-shadow: 0 0 15px rgb(0 0 0 / 15%); }
.header-main-spacer { display: none; }
.header-main.is-fixed + .header-main-spacer { display: block; height: 125px; }
.header-main__inner { display: flex; min-height: 98px; padding-block: 20px; align-items: center; }
.site-logo { flex: 0 0 250px; width: 250px; margin-right: auto; }
.header-main.is-fixed .site-logo { flex-basis: 150px; width: 150px; }
.site-navigation { margin-left: auto; }
.site-navigation ul { display: flex; margin: 0; padding: 0; list-style: none; }
.site-navigation li { border-left: 1px solid rgb(104 79 64 / 20%); }
.site-navigation li:first-child { border-left: 0; }
.site-navigation a { display: block; padding: 5px 15px; color: var(--nav-color); font: 700 16px/24px "Hautle Serif", Georgia, serif; text-decoration: none; text-transform: uppercase; transition: color .2s ease; }
.site-navigation a:hover, .site-navigation a:focus-visible, .site-navigation a[aria-current="page"] { color: var(--primary); }
.header-actions { display: flex; margin-left: 7px; gap: 8px; }
.menu-toggle { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; color: #343434; background: #fff; border: 1px solid #eee; cursor: pointer; }
.menu-toggle { display: none; }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { width: 20px; height: 2px; background: currentColor; content: ""; }
.menu-toggle span { position: relative; }
.menu-toggle span::before, .menu-toggle span::after { position: absolute; left: 0; }
.menu-toggle span::before { top: -6px; }
.menu-toggle span::after { top: 6px; }

.page-hero { min-height: 150px; padding: 40px 0; display: grid; align-items: center; color: #fff; background-image: linear-gradient(rgb(0 0 0 / 70%), rgb(0 0 0 / 70%)), image-set(url("../images/page-header-1500.webp") type("image/webp"), url("../images/page-header.jpg") type("image/jpeg")); background-position: center; background-size: cover; background-repeat: no-repeat; text-align: center; }
.page-hero h1 { max-width: 900px; margin: 0 auto; color: #fff; font: 700 clamp(24px, 3vw, 28px)/38px "Hautle Sans", Arial, sans-serif; }
.page-content { max-width: 900px; padding-top: 70px; padding-bottom: 80px; }
.page-content h2, .page-content h3 { color: var(--secondary); font-family: "Hautle Sans", Arial, sans-serif; font-weight: 700; }
.page-content h2 { margin: 2.1em 0 .7em; font-size: 24px; line-height: 34px; }
.page-content h3 { margin: 1.8em 0 .5em; font-size: 20px; line-height: 30px; }
.page-content p, .page-content ul { margin-top: 0; margin-bottom: 1.2em; }
.page-content li::marker { color: var(--primary); }
.privacy-content > * { max-width: 70ch; margin-inline: auto; }

.site-footer { position: relative; padding-top: 50px; color: var(--footer-color); background: var(--secondary); font-size: 14px; line-height: 1.55; }
.footer-grid { display: grid; grid-template-columns: 2fr 3fr 4fr; gap: 45px; }
.site-footer__logo { width: min(120px, 100%); }
.footer-column h2 { margin: 0 0 15px; color: #fff; font: 700 16px/26px "Hautle Sans", Arial, sans-serif; text-transform: uppercase; }
.footer-column p { margin: 0; }
.footer-column a { color: inherit; }
.footer-bottom { display: flex; margin-top: 38px; padding: 25px 0 30px; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgb(255 255 255 / 20%); }
.footer-bottom p { margin: 0; color: #ccc; font-size: 12px; }
.footer-bottom a { color: inherit; text-decoration: none; }
.social-links { display: flex; margin: 0; padding: 0; gap: 8px; list-style: none; }
.social-links a { display: grid; width: 30px; height: 30px; place-items: center; color: #696969; background: #fff; border-radius: 50%; transition: .2s ease; }
.social-links a:hover, .social-links a:focus-visible { color: #fff; background: var(--primary); }
.social-links svg { width: 16px; height: 16px; }
.back-to-top { position: fixed; z-index: 30; right: 20px; bottom: 20px; display: none; width: 40px; height: 40px; padding: 0; place-items: center; color: #fff; background: var(--primary); border: 0; cursor: pointer; box-shadow: 0 2px 8px rgb(0 0 0 / 20%); }
.back-to-top.is-visible { display: grid; }
.back-to-top svg { width: 24px; height: 24px; }

.about-history { padding: 70px 0 50px; background: #f5f5f5; }
.about-history__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 30px; }
.about-history__content p { margin: 0 0 24px; }
.about-history__content blockquote { position: relative; margin: 28px 0 0; padding: 20px 24px 20px 32px; color: var(--secondary); background: #fff; border-left: 4px solid var(--primary); font-family: Georgia, "Times New Roman", serif; font-size: 17px; font-style: italic; }
.about-history__image { margin: 0; text-align: center; }
.about-history__image img { width: 100%; }
.about-specialties { padding: 70px 0 50px; background: #fff; }
.section-heading { margin-bottom: 24px; text-align: center; }
.section-heading h2 { position: relative; display: inline-block; margin: 0; padding-inline: 48px; color: var(--secondary); font: 700 24px/34px "Hautle Sans", Arial, sans-serif; }
.section-heading h2::before, .section-heading h2::after { position: absolute; top: 50%; width: 30px; height: 1px; background: var(--primary); content: ""; }
.section-heading h2::before { left: 0; }
.section-heading h2::after { right: 0; }
.section-heading p { margin: 6px 0 0; color: #999; }
.specialties-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.specialty-card { padding: 50px 25px 45px; text-align: center; }
.specialty-card__icon { display: grid; width: 78px; height: 78px; margin: 0 auto 23px; place-items: center; color: var(--secondary); border: 2px solid var(--secondary); transition: color .25s ease, background-color .25s ease; }
.specialty-card__icon svg { width: 48px; height: 48px; }
.specialty-card:hover .specialty-card__icon { color: #fff; background: var(--secondary); }
.specialty-card h3 { margin: 0 0 12px; color: var(--secondary); font: 700 17px/27px "Hautle Sans", Arial, sans-serif; }
.specialty-card p { margin: 0; }
.about-cta { padding: 34px 0; background: #303234; }
.about-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.about-cta p { margin: 0; color: #fff; font-size: 22px; font-weight: 700; line-height: 30px; }
.button { display: inline-block; flex: 0 0 auto; padding: 11px 22px; text-decoration: none; text-transform: uppercase; font-family: "Hautle Sans", Arial, sans-serif; font-size: 13px; font-weight: 700; transition: color .2s ease, background-color .2s ease; }
.button--primary { color: #fff; background: var(--primary); border: 2px solid var(--primary); }
.button--primary:hover, .button--primary:focus-visible { color: var(--primary); background: transparent; }
.about-ending-space { height: 100px; }

.cooperative-intro { padding: 70px 0; background: #f5f5f5; }
.cooperative-intro__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 50px; }
.cooperative-intro__content p { margin: 0 0 22px; }
.cooperative-intro__content p:last-child { margin-bottom: 0; }
.cooperative-intro__lead { color: var(--secondary); font: 700 20px/31px "Hautle Serif", Georgia, serif; }
.cooperative-intro__image { margin: 0; }
.cooperative-intro__image img { width: 100%; box-shadow: 18px 18px 0 rgb(253 184 34 / 35%); }
.cooperative-reasons { padding: 70px 0 60px; }
.cooperative-reasons .section-heading { margin-bottom: 42px; }
.cooperative-reasons__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #e8e1dc; border: 1px solid #e8e1dc; }
.cooperative-reason { min-height: 235px; padding: 34px 30px; background: #fff; }
.cooperative-reason__marker { display: block; margin-bottom: 20px; color: var(--primary); font: 700 14px/20px "Hautle Sans", Arial, sans-serif; letter-spacing: .12em; }
.cooperative-reason h3 { margin: 0 0 12px; color: var(--secondary); font: 700 17px/27px "Hautle Sans", Arial, sans-serif; }
.cooperative-reason p { margin: 0; }
.cooperative-history { padding: 70px 0 85px; background: #f5f5f5; }
.cooperative-history__inner { max-width: 900px; }
.cooperative-history .section-heading { margin-bottom: 48px; }
.cooperative-timeline { position: relative; max-width: 740px; margin: 0 auto; padding: 0; list-style: none; }
.cooperative-timeline::before { position: absolute; top: 8px; bottom: 8px; left: 132px; width: 2px; background: rgb(104 79 64 / 20%); content: ""; }
.cooperative-timeline li { position: relative; display: grid; grid-template-columns: 110px 1fr; gap: 45px; padding-bottom: 31px; }
.cooperative-timeline li:last-child { padding-bottom: 0; }
.cooperative-timeline li::before { position: absolute; top: 6px; left: 126px; width: 14px; height: 14px; background: var(--primary); border: 3px solid #f5f5f5; border-radius: 50%; box-shadow: 0 0 0 1px var(--primary); content: ""; }
.cooperative-timeline time { color: var(--secondary); font: 700 14px/24px "Hautle Sans", Arial, sans-serif; text-align: right; }
.cooperative-timeline p { margin: 0; color: #555; }
.catering-intro { padding: 70px 0 85px; }
.catering-intro .section-heading { margin-bottom: 45px; }
.catering-intro__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 50px; }
.catering-intro__content > p { margin: 0 0 24px; }
.catering-intro__notice { padding: 18px 20px; color: var(--secondary); background: #f5f5f5; border-left: 4px solid var(--primary); font-weight: 700; }
.catering-contact { display: flex; margin-top: 30px; gap: 12px; flex-wrap: wrap; }
.button--secondary { color: #fff; background: var(--secondary); border: 2px solid var(--secondary); }
.button--secondary:hover, .button--secondary:focus-visible { color: var(--secondary); background: transparent; }
.catering-contact__details { display: flex; margin-top: 17px; gap: 8px 24px; flex-wrap: wrap; }
.catering-contact__details a { color: var(--secondary); font-weight: 700; text-decoration: none; }
.catering-contact__details a:hover, .catering-contact__details a:focus-visible { color: var(--primary); }
.catering-intro__image { margin: 0; }
.catering-intro__image img { width: 100%; box-shadow: 18px 18px 0 rgb(253 184 34 / 35%); }
.contact-page { padding: 70px 0 85px; background: #f5f5f5; }
.contact-page__grid { display: grid; grid-template-columns: 2fr 1fr; align-items: start; gap: 50px; }
.contact-page__content { padding-top: 8px; }
.contact-page__heading h2, .contact-card h2 { margin: 0 0 24px; color: var(--secondary); font: 700 22px/32px "Hautle Sans", Arial, sans-serif; }
.contact-page__content p { max-width: 680px; margin: 0 0 18px; }
.contact-page__actions { display: flex; margin-top: 30px; gap: 12px; flex-wrap: wrap; }
.contact-card { padding: 34px; color: var(--body-color); background: #fff; border-top: 4px solid var(--primary); box-shadow: 0 8px 25px rgb(0 0 0 / 8%); font-style: normal; }
.contact-card h2 { margin-bottom: 20px; }
.contact-card dl, .contact-card dd { margin: 0; }
.contact-card dl > div { padding: 16px 0; border-top: 1px solid #eee; }
.contact-card dt { margin-bottom: 2px; color: #999; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-card dd { color: var(--secondary); font-weight: 700; }
.contact-card a { color: inherit; text-decoration: none; }
.contact-card a:hover, .contact-card a:focus-visible { color: var(--primary); }
.contact-card__map-link { display: inline-block; margin-top: 21px; color: var(--secondary); font-family: "Hautle Sans", Arial, sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.contact-card__map-link::after { margin-left: 8px; content: "↗"; }

.home-hero { min-height: clamp(480px, 68vw, 720px); display: grid; align-items: center; color: #fff; background-image: linear-gradient(90deg, rgb(0 0 0 / 68%), rgb(0 0 0 / 18%)), image-set(url("../images/home-hero-1500.webp") type("image/webp"), url("../images/home-hero.jpg") type("image/jpeg")); background-position: center; background-size: cover; background-repeat: no-repeat; }
.home-hero__content { padding-block: 80px; }
.home-hero h1 { max-width: 720px; margin: 0 0 18px; color: #fff; font: 700 clamp(36px, 6vw, 68px)/1.08 "Hautle Sans", Arial, sans-serif; }
.home-eyebrow { margin: 0 0 10px; color: var(--primary); font: 700 14px/22px "Hautle Sans", Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.home-hero__lead { max-width: 610px; margin: 0 0 30px; font-size: clamp(18px, 2vw, 23px); line-height: 1.5; }
.home-values { padding: 68px 0; }
.home-values__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: #e8e1dc; border: 1px solid #e8e1dc; }
.home-value { padding: 34px 30px; background: #fff; }
.home-value__number { color: var(--primary); font: 700 13px/20px "Hautle Sans", Arial, sans-serif; letter-spacing: .12em; }
.home-value h3, .home-service h3, .home-feature h2, .home-shop h2, .home-contact h2 { color: var(--secondary); font-family: "Hautle Sans", Arial, sans-serif; }
.home-value h3 { margin: 15px 0 10px; font-size: 18px; line-height: 27px; }
.home-value p { margin: 0; }
.home-shop { padding: 48px 0; color: #fff; background: #303234; }
.home-shop__inner, .home-contact__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.home-shop h2 { margin: 0 0 8px; color: #fff; font-size: 28px; line-height: 38px; }
.home-shop p:last-child { margin: 0; }
.home-services { padding: 75px 0 80px; background: #f5f5f5; }
.home-services .section-heading, .home-gallery .section-heading { margin-bottom: 42px; }
.home-services__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.home-services__grid--without-shop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home-service { display: flex; min-height: 265px; padding: 34px 30px; flex-direction: column; background: #fff; border-top: 4px solid var(--primary); box-shadow: 0 5px 18px rgb(0 0 0 / 6%); }
.home-service h3 { margin: 0 0 14px; font-size: 19px; line-height: 28px; }
.home-service p { margin: 0 0 25px; }
.home-service a { margin-top: auto; color: var(--secondary); font-family: "Hautle Sans", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.home-service a::after { margin-left: 8px; color: var(--primary); content: "→"; }
.home-service a:hover, .home-service a:focus-visible { color: var(--primary); }
.home-story, .home-cooperative { padding: 80px 0; }
.home-cooperative { background: #f5f5f5; }
.home-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 55px; }
.home-feature--reverse .home-feature__image { order: 2; }
.home-feature__image { margin: 0; }
.home-feature__image img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; box-shadow: 16px 16px 0 rgb(253 184 34 / 32%); }
.home-feature h2 { margin: 0 0 20px; font-size: 27px; line-height: 38px; }
.home-feature__content > p { margin: 0 0 20px; }
.home-feature__content ul { margin: 0 0 28px; padding-left: 20px; }
.home-feature__content li { margin-bottom: 5px; }
.home-feature__content li::marker { color: var(--primary); }
.home-gallery { padding: 75px 0 85px; }
.home-gallery__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.home-gallery__grid picture, .home-gallery__grid img { width: 100%; height: 100%; }
.home-gallery__grid img { aspect-ratio: 3 / 2; object-fit: cover; }
.home-contact { padding: 42px 0; color: #fff; background: var(--secondary); }
.home-contact h2 { margin: 0 0 6px; color: #fff; font-size: 25px; line-height: 35px; }
.home-contact p { margin: 0; }

@media (max-width: 1000px) {
    .top-bar__inner { grid-template-columns: 1fr; text-align: center; }
    .top-bar__contact, .top-navigation > ul { justify-content: center; }
    .site-logo { flex-basis: 200px; width: 200px; }
    .header-main.is-fixed .site-logo { flex-basis: 150px; width: 150px; }
    .menu-toggle { display: grid; width: 44px; height: 44px; }
    .site-navigation { position: fixed; z-index: 100; inset: 0; display: none; margin: 0; padding: 100px 30px 40px; overflow-y: auto; background: #fff; }
    .site-navigation.is-open { display: block; }
    .site-navigation ul { display: block; max-width: 720px; margin-inline: auto; }
    .site-navigation li, .site-navigation li:first-child { border: 0; border-bottom: 1px solid #eee; }
    .site-navigation a { padding: 15px 4px; font-size: 18px; }
    .header-actions { position: relative; z-index: 101; }
    body.menu-open .menu-toggle span { background: transparent; }
    body.menu-open .menu-toggle span::before { top: 0; transform: rotate(45deg); }
    body.menu-open .menu-toggle span::after { top: 0; transform: rotate(-45deg); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .specialties-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cooperative-reasons__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .social-links a { width: 44px; height: 44px; }
}

@media (max-width: 620px) {
    .top-bar__contact { display: block; }
    .top-bar__contact span, .top-bar__contact a { display: flex; justify-content: center; }
    .top-navigation > ul { flex-wrap: wrap; }
    .top-navigation ul ul { right: 50%; transform: translateX(50%) rotateX(-90deg); }
    .top-navigation li:hover > ul, .top-navigation li:focus-within > ul { transform: translateX(50%) rotateX(0); }
    .header-main__inner { min-height: 84px; }
    .site-logo { flex-basis: 150px; width: 150px; }
    .page-content { padding-top: 45px; padding-bottom: 55px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { margin-bottom: 5px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .about-history__grid, .specialties-grid { grid-template-columns: 1fr; }
    .cooperative-intro__grid, .cooperative-reasons__grid { grid-template-columns: 1fr; }
    .cooperative-intro { padding: 50px 0; }
    .cooperative-intro__grid { gap: 35px; }
    .cooperative-intro__image img { box-shadow: 10px 10px 0 rgb(253 184 34 / 35%); }
    .cooperative-reasons, .cooperative-history { padding-top: 55px; padding-bottom: 55px; }
    .cooperative-reason { min-height: 0; }
    .cooperative-timeline::before { left: 6px; }
    .cooperative-timeline li { display: block; padding: 0 0 30px 34px; }
    .cooperative-timeline li::before { left: 0; }
    .cooperative-timeline time { display: block; margin-bottom: 3px; text-align: left; }
    .catering-intro { padding: 50px 0 60px; }
    .catering-intro__grid { grid-template-columns: 1fr; gap: 35px; }
    .catering-intro__image img { box-shadow: 10px 10px 0 rgb(253 184 34 / 35%); }
    .contact-page { padding: 50px 0 60px; }
    .contact-page__grid { grid-template-columns: 1fr; gap: 35px; }
    .contact-card { padding: 28px 24px; }
    .home-hero { min-height: 500px; background-position: 60% center; }
    .home-values { padding: 50px 0; }
    .home-values__grid, .home-services__grid, .home-feature { grid-template-columns: 1fr; }
    .home-shop__inner, .home-contact__inner { align-items: flex-start; flex-direction: column; gap: 25px; }
    .home-services, .home-story, .home-cooperative, .home-gallery { padding-top: 55px; padding-bottom: 60px; }
    .home-feature { gap: 38px; }
    .home-feature--reverse .home-feature__image { order: 0; }
    .home-feature__image img { box-shadow: 10px 10px 0 rgb(253 184 34 / 32%); }
    .home-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-history__image { margin-top: 10px; }
    .specialty-card { padding: 36px 15px 30px; }
    .about-cta__inner { align-items: flex-start; flex-direction: column; }
    .about-ending-space { height: 70px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Visual alignment with the current Hautlé identity. */
@font-face { font-family: "Open Sans"; src: url("../fonts/open-sans-latin-var.woff2") format("woff2"); font-style: normal; font-weight: 300 800; font-display: swap; }
@font-face { font-family: "Montserrat"; src: url("../fonts/montserrat-latin-var.woff2") format("woff2"); font-style: normal; font-weight: 300 800; font-display: swap; }

:root { --secondary: #745846; --body-color: #666; --nav-color: #4e4e4e; --container: 1170px; }
body { font-family: "Open Sans", Arial, sans-serif; font-size: 15px; line-height: 1.67; }
h1, h2, h3, h4, .button, .site-navigation a, .footer-column h2,
.page-content h2, .page-content h3, .section-heading h2, .specialty-card h3,
.cooperative-intro__lead, .cooperative-reason__marker, .cooperative-reason h3,
.cooperative-timeline time, .contact-page__heading h2, .contact-card h2,
.home-hero h1, .home-eyebrow, .home-value h3, .home-service h3,
.home-feature h2, .home-contact h2 { font-family: "Montserrat", Arial, sans-serif; }

.top-bar { padding: 5px 0; font-size: 12px; line-height: 24px; }
.top-bar__inner { grid-template-columns: 7fr 5fr; }
.top-bar__contact { gap: 17px; }
.header-main__inner { min-height: 112px; padding-block: 18px; }
.site-logo { flex-basis: 220px; width: 220px; }
.site-navigation a { padding: 6px 12px; font-size: 13px; font-weight: 600; line-height: 22px; letter-spacing: .01em; }
.site-navigation li { border-left-color: rgb(116 88 70 / 18%); }
.header-main.is-fixed .header-main__inner { min-height: 76px; padding-block: 9px; }
.header-main.is-fixed .site-logo { flex-basis: 150px; width: 150px; }
.header-main.is-fixed + .header-main-spacer { height: 112px; }

.page-hero { min-height: 126px; padding: 32px 0; background: linear-gradient(112deg, #705140 0%, #8c694d 48%, #e3a72a 100%); text-align: left; }
.page-hero h1 { max-width: none; margin: 0; font-size: clamp(21px, 2.2vw, 27px); line-height: 1.3; letter-spacing: .015em; }
.page-content { padding-top: 55px; padding-bottom: 65px; }

.section-heading { margin-bottom: 28px; }
.section-heading h2 { color: var(--primary); font-size: 23px; line-height: 1.4; }
.section-kicker { margin: 0 0 4px; color: #9a8a7f; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; }
.button { min-height: 44px; padding: 10px 21px; font-size: 12px; letter-spacing: .025em; }
.button--outline { color: var(--secondary); background: #fff; border: 2px solid var(--primary); }
.button--outline:hover, .button--outline:focus-visible { color: #fff; background: var(--primary); }

.home-hero { min-height: clamp(560px, 47vw, 620px); background-image: linear-gradient(rgb(0 0 0 / 34%), rgb(0 0 0 / 34%)), image-set(url("../images/home-hero-1500.webp") type("image/webp"), url("../images/home-hero.jpg") type("image/jpeg")); background-position: center 52%; text-align: center; }
.home-hero__content { padding-block: 75px; }
.home-hero h1 { max-width: 920px; margin: 0 auto 12px; font-size: clamp(36px, 4.4vw, 58px); line-height: 1.12; text-shadow: 0 2px 14px rgb(0 0 0 / 35%); }
.home-eyebrow { margin-bottom: 8px; font-size: 13px; letter-spacing: .13em; }
.home-hero__lead { max-width: 650px; margin: 0 auto 27px; font-size: clamp(18px, 1.8vw, 23px); text-shadow: 0 1px 10px rgb(0 0 0 / 45%); }

.home-products { padding: 58px 0 62px; background: #fff; }
.home-products__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; margin: 0; background: #fff; box-shadow: 0 4px 16px rgb(71 52 40 / 11%); }
.product-card picture, .product-card img { width: 100%; }
.product-card img { aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card h3 { margin: 0; padding: 16px 18px 18px; color: var(--secondary); font-size: 15px; font-weight: 600; line-height: 1.35; text-align: center; }
.home-products__cta { margin: 30px 0 0; text-align: center; }

.home-values { padding: 0; background: var(--secondary); }
.home-values__grid { gap: 0; background: transparent; border: 0; }
.home-value { position: relative; min-height: 155px; padding: 25px 30px 24px 90px; color: #eee4dd; background: transparent; border-left: 1px solid rgb(255 255 255 / 18%); }
.home-value:first-child { border-left: 0; }
.home-value__icon { position: absolute; top: 31px; left: 29px; display: grid; width: 42px; height: 42px; place-items: center; color: var(--primary); }
.home-value__icon svg { width: 38px; height: 38px; }
.home-value h3 { margin: 0 0 6px; color: #fff; font-size: 15px; line-height: 1.4; }
.home-value p { font-size: 13px; line-height: 1.6; }

.home-services { padding: 58px 0 64px; background: #f5f3f1; }
.home-services .section-heading, .home-gallery .section-heading { margin-bottom: 30px; }
.home-services__grid { gap: 22px; }
.home-service { min-height: 250px; padding: 29px 28px; align-items: center; border-top: 0; box-shadow: 0 5px 18px rgb(71 52 40 / 9%); text-align: center; }
.home-service__icon { display: grid; width: 62px; height: 62px; margin: 0 auto 17px; place-items: center; color: var(--primary); border: 1px solid var(--primary); border-radius: 50%; }
.home-service__icon svg { width: 30px; height: 30px; }
.home-service h3 { margin-bottom: 10px; color: var(--primary); font-size: 17px; }
.home-service p { margin-bottom: 18px; font-size: 14px; line-height: 1.65; }
.home-service a, .home-service__status { margin-top: auto; color: var(--secondary); font-family: "Montserrat", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; }

.home-story, .home-cooperative { padding: 58px 0; }
.home-feature { gap: 0; background: #fff; box-shadow: 0 4px 18px rgb(71 52 40 / 8%); }
.home-feature__image { height: 100%; }
.home-feature__image img { height: 100%; min-height: 380px; aspect-ratio: 4 / 3; box-shadow: none; }
.home-feature__content { padding: 39px 45px; }
.home-feature h2 { margin-bottom: 14px; color: var(--primary); font-size: 24px; line-height: 1.4; }
.home-feature__content > p { margin-bottom: 15px; }
.home-cooperative .home-eyebrow { color: var(--secondary); }
.home-gallery { padding: 56px 0 64px; }
.home-gallery__grid { gap: 7px; }
.home-contact { padding: 34px 0; }

.about-history { padding: 54px 0 43px; }
.about-history__grid { gap: 27px; }
.about-specialties { padding: 52px 0 45px; }
.specialties-grid { gap: 22px; }
.specialty-card { padding: 32px 24px 30px; background: #fff; box-shadow: 0 5px 18px rgb(71 52 40 / 10%); }
.specialty-card__icon { width: 66px; height: 66px; margin-bottom: 18px; color: var(--primary); border-color: var(--primary); }
.specialty-card__icon svg { width: 39px; height: 39px; }
.specialty-card h3 { color: var(--primary); font-size: 16px; }
.about-ending-space { height: 42px; }

.cooperative-intro { padding: 54px 0; }
.cooperative-intro__grid { gap: 38px; }
.cooperative-intro__image img { box-shadow: 8px 8px 0 rgb(253 184 34 / 22%); }
.cooperative-reasons { padding: 54px 0 50px; }
.cooperative-reasons .section-heading { margin-bottom: 30px; }
.cooperative-reasons__grid { gap: 18px; background: transparent; border: 0; }
.cooperative-reason { min-height: 215px; padding: 28px 27px; border: 1px solid #eee7e2; box-shadow: 0 4px 15px rgb(71 52 40 / 8%); }
.cooperative-reason h3 { color: var(--primary); font-size: 16px; }
.cooperative-history { padding: 54px 0 64px; }
.cooperative-history .section-heading { margin-bottom: 34px; }
.cooperative-timeline::before { display: none; }
.cooperative-timeline li { grid-template-columns: 116px 1fr; gap: 20px; padding-bottom: 16px; }
.cooperative-timeline li::before { display: none; }
.cooperative-timeline time { align-self: start; padding: 8px 10px; color: #fff; background: var(--secondary); line-height: 1.35; text-align: center; }
.cooperative-timeline p { padding: 8px 14px; color: var(--primary); background: #fff; border-left: 3px solid var(--primary); box-shadow: 0 2px 10px rgb(71 52 40 / 7%); }

.catering-intro { padding: 54px 0 64px; }
.catering-intro .section-heading { margin-bottom: 30px; }
.catering-intro__grid { gap: 38px; }
.catering-intro__image img { aspect-ratio: 1 / 1; object-fit: cover; box-shadow: 6px 6px 0 rgb(253 184 34 / 15%); }

.contact-page { padding: 54px 0 65px; }
.contact-page__grid { grid-template-columns: minmax(0, 1.65fr) minmax(280px, .85fr); gap: 38px; }
.contact-form-panel, .contact-card { padding: 32px; background: #fff; border-top: 3px solid var(--primary); box-shadow: 0 5px 20px rgb(71 52 40 / 9%); }
.contact-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: var(--secondary); font-weight: 700; }
.contact-form input, .contact-form textarea { display: block; width: 100%; min-height: 44px; margin-top: 6px; padding: 10px 12px; color: #444; background: #fff; border: 1px solid #d8d2ce; border-radius: 0; }
.contact-form textarea { min-height: 155px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--primary); outline: 2px solid rgb(253 184 34 / 28%); outline-offset: 1px; }
.contact-form__required { margin: -4px 0 16px; color: #888; font-size: 12px; }
.contact-form__honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-field { margin-bottom: 18px; }
.form-field--full { grid-column: 1 / -1; }
.form-field label { display: block; margin-bottom: 6px; color: var(--secondary); font-weight: 700; }
.form-field input, .form-field textarea { width: 100%; min-height: 44px; padding: 10px 12px; color: #444; background: #fff; border: 1px solid #d8d2ce; border-radius: 0; }
.form-field textarea { min-height: 155px; resize: vertical; }
.form-field input:focus, .form-field textarea:focus { border-color: var(--primary); outline: 2px solid rgb(253 184 34 / 28%); outline-offset: 1px; }
.form-error { margin: 5px 0 0; color: #9f241f; font-size: 13px; }
.form-notice { margin: 0 0 22px; padding: 14px 16px; border-left: 4px solid; }
.form-notice--success { color: #245c32; background: #edf7ef; border-color: #39884d; }
.form-notice--error { color: #7d201c; background: #fff0ef; border-color: #b72f28; }
.contact-form__note { margin: 15px 0 0; color: #888; font-size: 12px; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.site-footer { padding-top: 43px; background: #705443; }
.footer-grid { grid-template-columns: 1.1fr 1.35fr 1.6fr 1.8fr; gap: 31px; }
.footer-column h2 { color: var(--primary); font-size: 14px; font-weight: 600; }
.site-footer .button--footer { margin-top: 14px; color: #fff; background: transparent; border: 2px solid var(--primary); }
.site-footer .button--footer:hover, .site-footer .button--footer:focus-visible { color: var(--secondary); background: var(--primary); }
.social-links a { width: 44px; height: 44px; }
.footer-bottom { margin-top: 31px; padding-block: 19px 22px; }

@media (max-width: 1000px) {
    .top-bar__inner { grid-template-columns: 1fr; }
    .top-navigation { display: none; }
    .header-main__inner { min-height: 86px; padding-block: 11px; justify-content: center; }
    .site-logo, .header-main.is-fixed .site-logo { flex: 0 0 118px; width: 118px; margin: 0; }
    .header-actions { position: absolute; right: 15px; margin: 0; }
    .header-main.is-fixed { z-index: 1000; background: #fff; }
    .header-main.is-fixed .header-main__inner { min-height: 64px; padding-block: 6px; }
    .header-main.is-fixed .site-logo { flex-basis: 92px; width: 92px; }
    .header-main.is-fixed + .header-main-spacer { height: 86px; }
    .site-navigation { padding-top: 92px; }
    .site-navigation a { font-size: 17px; }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-value { padding-inline: 80px 22px; }
    .home-value__icon { left: 22px; }
    .home-products__grid { gap: 16px; }
    .contact-page__grid { grid-template-columns: minmax(0, 1.4fr) minmax(260px, .8fr); gap: 25px; }
}

@media (max-width: 720px) {
    .top-bar { padding: 3px 0; font-size: 10px; line-height: 19px; }
    .top-bar__contact { justify-content: center; gap: 6px 13px; white-space: nowrap; }
    .top-bar__contact span, .top-bar__contact a { gap: 4px; }
    .top-bar__contact svg { width: 11px; height: 11px; }
    .header-main__inner { min-height: 76px; }
    .header-main.is-fixed .header-main__inner { min-height: 62px; padding-block: 5px; }
    .header-main.is-fixed + .header-main-spacer { height: 76px; }
    .site-logo { flex-basis: 102px; width: 102px; }
    .header-main.is-fixed .site-logo { flex-basis: 90px; width: 90px; }
    .page-hero { min-height: 102px; padding: 25px 0; }
    .page-hero h1 { font-size: 21px; }
    .home-hero { min-height: 520px; background-position: center; }
    .home-hero__content { padding-block: 62px; }
    .home-products { padding-block: 45px 50px; }
    .home-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
    .product-card h3 { min-height: 58px; padding: 12px 9px; font-size: 13px; }
    .home-values__grid { grid-template-columns: 1fr; }
    .home-value { min-height: 0; padding: 21px 20px 21px 75px; border-top: 1px solid rgb(255 255 255 / 18%); border-left: 0; }
    .home-value:first-child { border-top: 0; }
    .home-value__icon { top: 24px; left: 21px; width: 37px; height: 37px; }
    .home-value__icon svg { width: 33px; height: 33px; }
    .home-services, .home-story, .home-cooperative, .home-gallery { padding-block: 45px 50px; }
    .home-feature { grid-template-columns: 1fr; }
    .home-feature__image img { min-height: 0; aspect-ratio: 4 / 3; }
    .home-feature__content { padding: 30px 25px; }
    .home-feature--reverse .home-feature__image { order: 0; }
    .home-contact__inner { align-items: flex-start; flex-direction: column; gap: 20px; }
    .contact-page__grid, .contact-form__row { grid-template-columns: 1fr; }
    .contact-form-panel, .contact-card { padding: 25px 20px; }
    .form-field--full { grid-column: auto; }
    .footer-grid { grid-template-columns: 1fr; gap: 28px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 18px; }
}

@media (max-width: 420px) {
    .top-bar__contact { gap: 2px 9px; font-size: 9px; }
    .top-bar__contact svg { display: none; }
    .home-hero { min-height: 480px; }
    .home-hero h1 { font-size: 36px; }
    .section-heading h2 { padding-inline: 36px; font-size: 21px; }
    .section-heading h2::before, .section-heading h2::after { width: 23px; }
    .cooperative-timeline li { grid-template-columns: 91px 1fr; gap: 10px; }
    .cooperative-timeline time { padding-inline: 5px; font-size: 12px; }
}
