/* ============================================================
   Roboto — self-hosted variable font (latin subset, v51)
   ============================================================ */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100 700;
    font-stretch: 100%;
    font-display: optional;
    src: url('../fonts/roboto-normal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100 700;
    font-stretch: 100%;
    font-display: optional;
    src: url('../fonts/roboto-italic.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 84px;
}

body {
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    background-color: #f8f6f3;
    color: #1a1a1a;
    line-height: 1.7;
}

/* Body content links — consistent across all sections */
main a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 1px solid rgba(156, 22, 22, 0.4);
    transition: color 0.2s, border-color 0.2s;
}

main a:hover {
    color: #9c1616;
    border-bottom-color: #9c1616;
}

/* Navigation */
#main-nav {
    position: sticky;
    top: 0;
    background-color: #2e2e2e;
    z-index: 100;
}

.nav-brand {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 20px;
}

.nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

#main-nav ul {
    list-style: none;
    display: flex;
}

#main-nav ul li a {
    display: block;
    padding: 27px 20px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    transition: border-color 0.2s;
}

#main-nav ul li a:hover,
#main-nav ul li a.active {
    border-bottom-color: #e03030;
}

/* Nav CTA — "Request a Quote" button */
.nav-cta {
    display: inline-flex;
    align-items: center;
    background: #9c1616;
    color: #ffffff;
    border-radius: 4px;
    padding: 8px 16px;
    font-size: 0.78rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: none;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.nav-cta:hover {
    background: #b51c1c;
    border-bottom: none;
}

/* Section scroll offset for sticky nav */
section[id] {
    scroll-margin-top: 72px;
}

/* Arabic language toggle — nav button (hidden until GCC geo-match reveals it) */
.arabic-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.85rem;
    padding: 5px 12px;
    margin-right: 16px;
    white-space: nowrap;
    transition: border-color 0.2s, color 0.2s;
}

.arabic-toggle:hover {
    border-color: #e03030;
    color: #e03030;
}

/* Hamburger — hidden on desktop */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    padding: 14px 0;
    align-items: center;
    justify-content: center;
}

/* Search — shared wrapper */
.search-wrap {
    position: relative;
}

.nav-search {
    margin-left: 16px;
}

.search-wrap form {
    position: relative;
    display: flex;
    align-items: center;
}

/* Nav search input */
.nav-search input[type="search"] {
    height: 32px;
    width: 180px;
    padding: 0 36px 0 12px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: #ffffff;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s, background-color 0.2s;
}

.nav-search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.nav-search input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.nav-search button[type="submit"] {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.nav-search button[type="submit"]:hover {
    color: #ffffff;
}

/* Footer search input */
.footer-search {
    margin-bottom: 20px;
}

.footer-search input[type="search"] {
    height: 36px;
    width: 100%;
    padding: 0 40px 0 14px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    color: #ffffff;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color 0.2s, background-color 0.2s;
}

.footer-search input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.footer-search input[type="search"]:focus {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.6);
}

.footer-search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.footer-search button[type="submit"] {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.footer-search button[type="submit"]:hover {
    color: #ffffff;
}

/* Search results dropdown */
.search-results {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    width: 320px;
    background: #ffffff;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    overflow: hidden;
    z-index: 200;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    text-align: left;
}

.footer-search .search-results {
    top: auto;
    bottom: calc(100% + 6px);
}

.search-result-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #eeeeee;
    color: #1a1a1a;
    transition: background-color 0.15s;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item:hover,
.search-result-item.focused {
    background-color: #f5f5f5;
}

.search-result-title {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.search-result-excerpt {
    font-size: 0.78rem;
    color: #555555;
    margin-top: 3px;
    line-height: 1.4;
}

.search-no-results {
    padding: 12px 14px;
    font-size: 0.85rem;
    color: #666666;
}

/* Header */
.intro-header {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 20px;
}

.intro-logo {
    display: block;
    flex-shrink: 0;
}

.intro-logo img {
    max-width: 220px;
    width: 100%;
    height: auto;
    display: block;
}

.intro p::after {
    content: "";
    display: table;
    clear: both;
}

/* Main content */
main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px;
}

/* Standalone page content (sitemap, legal pages) */
.page-content {
    margin-bottom: 60px;
}

.page-content h1 {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-content h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 16px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.page-content p {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 12px;
}

.page-content p a {
    color: #1a1a1a;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #9c1616;
}

.page-content p a:hover {
    color: #9c1616;
}

.page-content ul {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 20px;
}

.page-content ul li {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 8px;
}

.page-content ul li a {
    color: #1a1a1a;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #9c1616;
}

.page-content ul li a:hover {
    color: #9c1616;
}

.beef-cuts-block {
    overflow: hidden; /* contain floated image */
}

/* Intro section */
.intro {
    margin-bottom: 0;
}

#products {
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 100px calc(50vw - 50% + 40px) 120px;
    margin-bottom: 0;
}

#products > h2:first-child {
    margin-top: 0;
}

#home {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 80px 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #e03030;
    background-color: #2e2e2e;
}

.banner-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    z-index: 0;
}

.banner-slide.active {
    opacity: 1;
}

.banner-slide::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

#home .intro-header {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

/* Accreditation trust strip — directly below hero */
.accreditation-strip {
    background: #1a1a1a;
    padding: 0 40px;
    margin-bottom: 0;
}

.accreditation-strip ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    flex-wrap: wrap;
}

.accreditation-strip li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    flex: 1;
    min-width: 180px;
}

.accreditation-strip li:last-child {
    border-right: none;
}

.accreditation-strip li svg {
    color: #9c1616;
    flex-shrink: 0;
}

.accreditation-strip li span {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.accreditation-strip li strong {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.accreditation-strip li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.7rem;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.2s;
}

.accreditation-strip li a:hover {
    color: #9c1616;
}

.intro h1 {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
}

#home .hero-slogan {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.06em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
    margin: 0.5em 0 0;
}

.intro h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 48px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.intro h3 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 48px;
    margin-bottom: 20px;
    color: #9c1616;
}

.intro p {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 20px;
}

.content-img {
    max-width: 450px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: -6px 0 14px rgba(0, 0, 0, 0.18);
}

#markets-img {
    margin-bottom: 1.5rem;
}

.content-img--left {
    float: left;
    margin: 0 32px 24px 0;
}

.content-img--right {
    float: right;
    margin: 0 0 24px 32px;
}

.bovelder-img {
    float: left;
    margin: 0 24px 12px 0;
    max-width: 280px;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.intro ul {
    list-style: disc;
    margin-left: 24px;
    margin-bottom: 12px;
}

.intro ul li {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 6px;
}

/* Contact line */
.intro .contact {
    margin-top: 28px;
    font-size: 1rem;
}

.intro .contact a {
    color: #1a1a1a;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.intro .contact a:hover {
    color: #9c1616;
    border-bottom-color: #9c1616;
}

/* Contact section */
.contact-section {
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 100px calc(50vw - 50% + 40px) 80px;
    margin-top: 0;
    margin-bottom: 0;
}

#enquiry-widget {
    margin-top: 28px;
}

.commitment-block {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.commitment-text {
    flex: 1;
}

.commitment-block .content-img {
    flex-shrink: 0;
}

.intro p a {
    color: #1a1a1a;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.intro p a:hover {
    color: #9c1616;
    border-bottom-color: #9c1616;
}

.contact-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

/* Status messages */
#form-status {
    display: none;
    padding: 14px 18px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 0.95rem;
    border-radius: 6px;
}

#form-status.status-success {
    display: block;
    background-color: #1a1a1a;
    color: #ffffff;
    border-left: 2px solid #ffffff;
}

#form-status.status-error {
    display: block;
    background-color: #fff5f5;
    color: #cc0000;
    border: 1px solid #cc0000;
}

/* Honeypot — must be visually hidden but not display:none (some bots check) */
.hp-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

/* Form layout */
.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    margin-bottom: 20px;
}

.field-error {
    display: block;
    margin-top: 5px;
    font-size: 0.8rem;
    font-weight: 700;
    color: #cc0000;
    min-height: 1em;
}

.form-group label {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.form-group .required {
    color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    background-color: #ffffff;
    color: #1a1a1a;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    transition: border-color 0.2s;
}

.form-group textarea {
    height: auto;
}

.form-group select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #000000;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

/* Phone field — country code select + number input side by side */
.phone-field {
    display: flex;
    height: 44px;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.phone-field:focus-within {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.08);
}

.phone-flag-cell {
    display: flex;
    align-items: center;
    padding: 0 8px 0 10px;
    background-color: #f5f5f5;
    border-right: 1px solid #1a1a1a;
    flex-shrink: 0;
}

.phone-flag-cell .fi {
    border-radius: 2px;
}

.phone-field select {
    border: none;
    border-right: 1px solid #1a1a1a;
    border-radius: 0;
    background-color: #f5f5f5;
    width: 186px;
    flex-shrink: 0;
    box-shadow: none;
    padding-right: 32px;
    padding-left: 8px;
}

.phone-field select:focus {
    box-shadow: none;
}

.phone-field input[type="tel"] {
    border: none;
    border-radius: 0;
    flex: 1;
    min-width: 0;
    box-shadow: none;
}

.phone-field input[type="tel"]:focus {
    box-shadow: none;
}

.form-group textarea {
    resize: vertical;
    min-height: 140px;
}

.form-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.form-buttons button {
    padding: 12px 36px;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}

.form-buttons button[type="submit"] {
    background-color: #1a1a1a;
    color: #ffffff;
}

.form-buttons button[type="submit"]:hover {
    background-color: #ffffff;
    color: #1a1a1a;
}

.form-buttons button[type="reset"] {
    background-color: #ffffff;
    color: #1a1a1a;
}

.form-buttons button[type="reset"]:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

.form-buttons button.sending::after {
    content: '.';
    display: inline-block;
    width: 1.2em;
    text-align: left;
    animation: sending-dots 1.2s steps(1, end) infinite;
}

@keyframes sending-dots {
    0%   { content: '.';   }
    33%  { content: '..';  }
    66%  { content: '...'; }
}

/* Map section */
.map-section {
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 80px calc(50vw - 50% + 40px);
    margin-bottom: 0;
}

.map-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.map-wrapper {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.map-wrapper iframe {
    display: block;
    width: 100%;
}

.map-address {
    margin-top: 16px;
    font-size: 0.95rem;
    font-weight: 300;
    color: #555;
    letter-spacing: 0.02em;
}

.map-open-link {
    display: inline-block;
    margin-top: 12px;
    font-size: 0.9rem;
    font-weight: 400;
    color: #1a1a1a;
    letter-spacing: 0.04em;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.map-open-link:hover {
    color: #555;
}

/* Share section */
.share-section {
    background-color: #f4f1ed;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 80px calc(50vw - 50% + 40px);
    margin-bottom: 0;
}

.share-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: background-color 0.2s, color 0.2s;
}

.share-buttons a:hover {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Services section */
/* FAQ accordion */
.faq-section {
    background-color: #f4f1ed;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 100px calc(50vw - 50% + 40px) 120px;
    margin-bottom: 0;
}

.faq-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 24px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.faq-list {
}

.faq-item {
    border-bottom: 1px solid #ddd;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #1a1a1a;
    text-align: left;
    gap: 16px;
}

.faq-question:hover {
    color: #9c1616;
}

.faq-icon {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    position: relative;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    background-color: #1a1a1a;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.faq-icon::before {
    width: 18px;
    height: 2px;
    top: 8px;
    left: 0;
}

.faq-icon::after {
    width: 2px;
    height: 18px;
    top: 0;
    left: 8px;
}

.faq-question[aria-expanded="true"] .faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.faq-question:hover .faq-icon::before,
.faq-question:hover .faq-icon::after {
    background-color: #9c1616;
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.open {
    max-height: 400px;
}

.faq-answer p {
    font-size: 1.05rem;
    color: #333333;
    padding-bottom: 16px;
}

.faq-answer a {
    color: #9c1616;
    text-decoration: none;
}

.faq-answer a:hover {
    text-decoration: underline;
}

.services-section {
    background-color: #f4f1ed;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 100px calc(50vw - 50% + 40px) 120px;
    margin-top: 0;
    margin-bottom: 0;
}

.services-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.services-intro {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 40px;
}

.services-section .contact {
    margin-bottom: 40px;
}

.services-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 12px;
}

.services-list li {
    padding: 14px 18px;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 300;
    letter-spacing: 0.03em;
}

/* Country links — clickable, pre-fill contact form */
.services-list li:has(.country-link) {
    padding: 0;
}
.country-link {
    display: block;
    padding: 14px 18px;
    color: inherit;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}
.country-link .fi {
    vertical-align: middle;
    margin-right: 6px;
    border-radius: 2px;
}
.country-link:hover {
    color: #e03030;
    border-bottom-color: #e03030;
}

/* Video section */
.video-section {
    background-color: #ffffff;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 100px calc(50vw - 50% + 40px) 120px;
    margin-bottom: 0;
}

.video-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.video-section ul {
    list-style: disc;
    margin-left: 24px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.video-section ul li {
    font-size: 1.05rem;
    color: #333333;
    margin-bottom: 6px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}

/* Subtitle toggle */
.video-controls {
    margin-top: 12px;
    text-align: right;
}

#subtitle-toggle {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 6px;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

#subtitle-toggle:hover,
#subtitle-toggle.active {
    background-color: #1a1a1a;
    color: #ffffff;
}

/* Social follow */
.social-follow {
    margin-top: 20px;
}

.social-follow p {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #aaaaaa;
    margin-bottom: 10px;
}

.social-follow a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    color: #ffffff;
    margin: 0 4px 0 0;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}

.social-follow a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: #ffffff;
}

/* Footer */
footer {
    background-color: #2e2e2e;
    color: #ffffff;
    padding: 48px 40px 32px;
    font-size: 0.85rem;
    line-height: 1.8;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 40px;
    max-width: 1280px;
    margin: 0 auto 40px;
    text-align: left;
}

.footer-col-heading {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #aaaaaa;
    margin-bottom: 14px;
}

/* Column 1 — Brand */
.footer-logo {
    display: block;
    max-width: 100px;
    width: 100%;
    height: auto;
    margin-bottom: 14px;
}

.footer-brand p {
    color: #cccccc;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 6px;
}

.footer-brand a {
    color: #cccccc;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.footer-brand a:hover {
    color: #ffffff;
    border-bottom-color: #e03030;
}

.social-follow a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition: background-color 0.2s, border-color 0.2s;
}

/* Quick links and legal — vertical list */
.footer-quick-links a,
.footer-legal a {
    display: block;
    width: fit-content;
    color: #cccccc;
    text-decoration: none;
    font-size: 0.85rem;
    padding: 3px 0;
    border-bottom: 3px solid transparent;
    transition: color 0.2s, border-color 0.2s;
}

.footer-quick-links a:hover,
.footer-legal a:hover {
    color: #ffffff;
    border-bottom-color: #e03030;
}

/* Footer search — override standalone margin in column context */
.footer-search {
    margin-bottom: 0;
}

/* Footer bottom bar */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom p {
    color: #cccccc;
    margin-bottom: 12px;
}

footer .credits {
    font-size: 0.8rem;
    color: #aaaaaa;
}

footer .credits a {
    text-decoration: none;
}

footer .credits a:hover .ao,
footer .credits a:hover .consulting {
    text-decoration: underline;
}

footer .ao {
    color: #ffffff;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

footer .consulting {
    color: #cc0000;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

footer .credits img {
    display: block;
    margin: 12px auto 0;
    opacity: 0.75;
}

footer .credits img:hover {
    opacity: 1;
}

/* Back to top button */
/* WhatsApp float button — mobile only */
#whatsapp-float {
    display: flex;
    position: fixed;
    bottom: 32px;
    left: 32px;
    width: 52px;
    height: 52px;
    background: #25d366;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    z-index: 998;
    transition: background-color 0.2s, transform 0.2s;
}

#whatsapp-float:hover {
    background: #1ebe5d;
    transform: scale(1.08);
}

#back-to-top {
    position: fixed;
    bottom: 32px;
    right: 32px;
    width: 44px;
    height: 44px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, background-color 0.2s;
    z-index: 999;
}

#back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

#back-to-top:hover {
    background-color: #000000;
}

/* ============================================================
   Gallery / Carousel
   ============================================================ */
.gallery-section {
    margin-top: 60px;
}

.gallery-section h2 {
    font-size: 2.2rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 12px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 12px;
}

.gallery-intro {
    font-size: 0.9rem;
    color: #555555;
    margin-bottom: 28px;
    font-weight: 300;
}

.carousel {
    position: relative;
    user-select: none;
}

.carousel-viewport {
    overflow: hidden;
    border-radius: 10px;
    background: #000000;
}

.carousel-track {
    display: flex;
    list-style: none;
    transition: transform 0.5s ease;
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slide > div {
    display: contents;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Prev / Next arrow buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: #ffffff;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    z-index: 2;
    padding: 0;
}

.carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }

/* Control bar below the viewport */
.carousel-bar {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

.carousel-play-pause {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
    padding: 0;
}

.carousel-play-pause:hover {
    border-color: #9c1616;
    color: #9c1616;
}

.carousel-counter {
    font-size: 0.8rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.08em;
    min-width: 42px;
    text-align: center;
}

.carousel-dots {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 360px;
}

.carousel-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.25s, transform 0.25s;
    flex-shrink: 0;
}

.carousel-dot.active {
    background: #9c1616;
    transform: scale(1.4);
}

.carousel-dot:hover:not(.active) {
    background: rgba(255, 255, 255, 0.55);
}

/* Responsive */
@media (max-width: 600px) {
    /* Nav — hamburger layout */
    .nav-inner {
        padding: 0 16px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .nav-toggle {
        display: flex;
    }

    #main-nav ul {
        display: none;
        flex-direction: column;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        order: 2;
    }

    #main-nav.nav-open ul {
        display: flex;
    }

    #main-nav ul li a {
        padding: 14px 4px;
        font-size: 0.85rem;
        letter-spacing: 0.06em;
    }

    .nav-search {
        display: none;
        width: 100%;
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        order: 3;
    }

    #main-nav.nav-open .nav-search {
        display: flex;
    }

    .nav-search input[type="search"],
    .footer-search input[type="search"] {
        font-size: 16px; /* Prevent iOS Safari auto-zoom on focus */
    }

    .nav-search input[type="search"] {
        width: 100%;
    }

    .search-results {
        width: 100%;
        right: auto;
        left: 0;
    }

    .intro-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .intro-logo img {
        max-width: 160px;
        margin: 0 auto;
    }

    main {
        padding: 40px 24px;
    }

    #products,
    .services-section,
    .video-section,
    .faq-section,
    .contact-section,
    .share-section {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .carousel-btn {
        width: 38px;
        height: 38px;
    }

    .carousel-prev { left: 6px; }
    .carousel-next { right: 6px; }

    .content-img,
    .content-img--left,
    .content-img--right,
    .bovelder-img {
        float: none !important;
        display: block;
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .nav-cta {
        display: none;
    }

    #whatsapp-float {
        left: 20px;
        bottom: 20px;
    }

    #back-to-top {
        bottom: 32px;
    }

    .commitment-block {
        flex-direction: column;
    }

    .commitment-block .content-img {
        order: -1;
    }

    .accreditation-strip li {
        flex: 0 0 50%;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding: 16px 20px;
    }

    .accreditation-strip li:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .accreditation-strip li:nth-last-child(-n+2) {
        border-bottom: none;
    }

    main {
        padding: 60px 24px;
    }

    .intro {
        margin-bottom: 0;
    }

    #products {
        margin-bottom: 0;
    }

    #home {
        min-height: 420px;
        padding: 60px 0;
    }

    #products,
    .services-section,
    .contact-section {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .share-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .video-section,
    .faq-section {
        padding-top: 60px;
        padding-bottom: 100px;
    }

    .gallery-section {
        margin-top: 40px;
    }


    .intro h2 {
        margin-top: 48px;
        margin-bottom: 32px;
    }

    .intro h3 {
        margin-top: 32px;
        margin-bottom: 14px;
    }

    .intro p {
        margin-bottom: 12px;
    }

    .intro .contact {
        margin-top: 16px;
    }

    .intro h1 {
        font-size: 2.5rem;
    }

    .services-list li {
        font-size: 0.85rem;
    }

    .form-buttons button {
        padding: 12px 20px;
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .footer-brand        { order: 1; }
    .footer-legal        { order: 2; }
    .footer-quick-links  { order: 3; }
    .footer-search       { order: 4; }

    /* Gallery — remove rounded corners on mobile */
    .carousel-viewport {
        border-radius: 0;
    }

    /* Beef cuts block — reorder image below heading on mobile */
    .beef-cuts-block {
        display: flex;
        flex-direction: column;
    }
    .beef-cuts-block > h2      { order: 1; }
    .beef-cuts-block .cuts-portrait { order: 2; }
    .beef-cuts-block > p       { order: 3; }
    .beef-cuts-block > ul      { order: 4; }
}

/* ============================================================
   Arabic notice modal
   ============================================================ */

.arabic-modal {
    position: fixed;
    inset: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arabic-modal[hidden] {
    display: none;
}

.arabic-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.arabic-modal-box {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    padding: 40px 36px 32px;
    max-width: 460px;
    width: calc(100% - 40px);
    text-align: right;
    font-family: 'Segoe UI', Arial, sans-serif;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
    border-top: 4px solid #9c1616;
}

.arabic-modal-brand {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9c1616;
    margin-bottom: 10px;
}

.arabic-modal-box h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    line-height: 1.4;
}

.arabic-modal-body {
    font-size: 1rem;
    color: #3a3a3a;
    line-height: 1.8;
    margin-bottom: 28px;
}

.arabic-modal-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.arabic-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 20px;
    border-radius: 6px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
}

.arabic-btn--email {
    background-color: #1a1a1a;
    color: #ffffff;
    direction: ltr;
}

.arabic-btn--email:hover {
    background-color: #9c1616;
    color: #ffffff;
}

.arabic-btn--whatsapp {
    background-color: #25d366;
    color: #ffffff;
}

.arabic-btn--whatsapp:hover {
    background-color: #1da851;
    color: #ffffff;
}

.arabic-modal-dismiss {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: #888888;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.85rem;
    cursor: pointer;
    padding: 8px 0 0;
    text-align: center;
    transition: color 0.2s;
    direction: ltr;
}

.arabic-modal-dismiss:hover {
    color: #1a1a1a;
}

/* Float container so details sits beside the image rather than below it */
.intro-float-block {
    display: flow-root;
}

.intro-float-text {
    overflow: hidden;
}

/* Details / summary — "More on Devon Meat" */
.more-detail {
    margin: 1.2em 0;
}

.more-detail > summary {
    cursor: pointer;
    font-weight: 400;
    color: #1a1a1a;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0.4em;
    user-select: none;
}

.more-detail > summary::-webkit-details-marker {
    display: none;
}

.more-detail > summary::before {
    content: '\25B6';
    color: #e03030;
    font-size: 0.75em;
    transition: transform 0.2s ease;
    display: inline-block;
}

.more-detail[open] > summary::before {
    transform: rotate(90deg);
}

.more-detail > p {
    margin: 0.75em 0 0;
}

/* Farm to Table process stepper */
.process-flow {
    list-style: none;
    counter-reset: process-step;
    padding: 0;
    margin: 1.5em 0 2em;
    position: relative;
}

.process-flow::before {
    content: '';
    position: absolute;
    left: calc(0.79em - 1px);
    top: 1.8em;
    bottom: 1.8em;
    width: 2px;
    background: #e8e8e8;
}

.process-flow li {
    counter-increment: process-step;
    position: relative;
    padding: 0.5em 0 0.5em 3.2em;
    min-height: 2.8em;
}

.process-flow li::before {
    content: counter(process-step);
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 2.1em;
    height: 2.1em;
    background: #e03030;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
}

.process-flow li strong {
    display: block;
    font-size: 0.95em;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.4;
}

.process-flow li span {
    display: block;
    font-size: 0.82em;
    color: #666666;
    margin-top: 0.15em;
}

/* ============================================================
   Butchery / PK Slaghuis price list — butchery.html
   ============================================================ */

.butchery-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
    padding: 24px 28px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.butchery-info-block p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 3px;
}

.butchery-info-block strong {
    display: block;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #9c1616;
    margin-bottom: 6px;
    font-weight: 500;
}

.price-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border-bottom: 2px solid #d0d0d0;
    margin-bottom: 28px;
}

.price-tab-btn {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    padding: 10px 20px;
    font-family: 'Roboto', "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 0.82rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.price-tab-btn:hover {
    color: #1a1a1a;
}

.price-tab-btn.active {
    color: #9c1616;
    border-bottom-color: #9c1616;
    font-weight: 500;
}

.price-panel {
    display: none;
}

.price-panel.active {
    display: block;
}

.price-table {
    width: 100%;
    border-collapse: collapse;
}

.price-table th {
    text-align: left;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    border-bottom: 2px solid #d0d0d0;
    padding: 6px 12px 10px;
}

.price-table th.price-col {
    text-align: right;
}

.price-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #ededed;
    font-size: 0.95rem;
    color: #333;
    vertical-align: middle;
}

.price-table td.price-col {
    text-align: right;
    font-weight: 500;
    white-space: nowrap;
    color: #1a1a1a;
}

.price-table td .item-sub {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-top: 1px;
}

.price-table tr:last-child td {
    border-bottom: none;
}

.price-table tr:hover td {
    background-color: #faf8f5;
}

.price-note {
    font-size: 0.83rem;
    color: #999;
    margin-top: 20px;
    font-style: italic;
}

.hamper-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin: 16px 0 24px;
}

.hamper-card {
    border: 1px solid #e0e0e0;
    padding: 24px;
    background: #ffffff;
}

.hamper-card .hamper-size {
    font-size: 2.4rem;
    font-weight: 200;
    letter-spacing: 0.04em;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 2px;
}

.hamper-card .hamper-desc {
    font-size: 0.82rem;
    color: #999;
    margin-bottom: 16px;
    font-style: italic;
}

.hamper-card .hamper-price {
    font-size: 1.6rem;
    font-weight: 300;
    color: #9c1616;
    margin-bottom: 16px;
    line-height: 1;
}

.hamper-card .hamper-contents-label {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 8px;
}

.hamper-card .hamper-contents {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 640px) {
    .price-tab-btn {
        padding: 8px 12px;
        font-size: 0.78rem;
    }

    .price-table td,
    .price-table th {
        padding: 8px 8px;
    }
}

/* ============================================================
   Butchery price list — larger text for readability
   ============================================================ */
.price-tab-btn {
    font-size: 0.92rem;
}

.price-table th {
    font-size: 0.88rem;
}

.price-table td {
    font-size: 1.08rem;
    padding: 12px 12px;
}

.price-table td .item-sub {
    font-size: 0.88rem;
}

.price-note {
    font-size: 0.95rem;
}

.butchery-info-block p {
    font-size: 1.05rem;
}

.hamper-card .hamper-desc {
    font-size: 0.92rem;
}

.hamper-card .hamper-contents-label {
    font-size: 0.82rem;
}

.hamper-card .hamper-contents {
    font-size: 0.95rem;
}
