/* =========================================================
   FARD FOOD INDUSTRIAL COMPANY
   Modern corporate / food export website
========================================================= */

/* =========================================================
   RESET
========================================================= */

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

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

body {
    margin: 0;
    padding: 0;

    font-family:
        Inter,
        "Segoe UI",
        Roboto,
        Helvetica,
        Arial,
        sans-serif;

    background: #f5f1e8;
    color: #1d2922;

    line-height: 1.65;

    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

::selection {
    background: #183f2d;
    color: #ffffff;
}


/* =========================================================
   VARIABLES
========================================================= */

:root {
    --green-dark: #173b2b;
    --green: #28563f;
    --green-light: #6b8c67;

    --cream: #f5f1e8;
    --cream-dark: #e8e0d2;

    --white: #ffffff;

    --text: #1d2922;
    --muted: #667068;

    --gold: #b79255;

    --border: rgba(29, 41, 34, 0.12);

    --shadow:
        0 25px 70px rgba(21, 42, 31, 0.12);

    --container: 1240px;
}


/* =========================================================
   GLOBAL
========================================================= */

.container {
    width: min(var(--container), calc(100% - 48px));
    margin-inline: auto;
}

.section {
    padding: 120px 0;
}


/* =========================================================
   TOP BAR
========================================================= */

.topbar {
    background: #10291e;
    color: rgba(255, 255, 255, 0.7);

    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;

    min-height: 36px;
}


/* =========================================================
   HEADER
========================================================= */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;

    background: rgba(245, 241, 232, 0.95);
    backdrop-filter: blur(18px);

    border-bottom: 1px solid rgba(29, 41, 34, 0.08);
}

.nav-wrapper {
    min-height: 86px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;

    color: var(--green-dark);

    text-decoration: none;
}

.brand img {
    width: 54px;
    height: 54px;

    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;

    line-height: 1;
}

.brand-text strong {
    font-family: Georgia, "Times New Roman", serif;

    font-size: 25px;
    letter-spacing: 0.18em;
}

.brand-text span {
    margin-top: 7px;

    font-size: 8px;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: var(--muted);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-nav a {
    position: relative;

    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    color: #334039;

    transition: color 0.25s ease;
}

.main-nav a:not(.nav-cta)::after {
    content: "";

    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;

    height: 1px;

    background: var(--green-dark);

    transform: scaleX(0);
    transform-origin: right;

    transition: transform 0.25s ease;
}

.main-nav a:hover {
    color: var(--green-dark);
}

.main-nav a:not(.nav-cta):hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta {
    padding: 12px 20px;

    color: white !important;

    background: var(--green-dark);

    border-radius: 999px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.nav-cta:hover {
    background: #244f39;
    transform: translateY(-2px);
}

.menu-toggle,
.menu-button {
    display: none;
}


/* =========================================================
   HERO
========================================================= */

.hero {
    position: relative;

    min-height: 720px;

    display: flex;
    align-items: center;

    background: var(--green-dark);

    color: white;

    overflow: hidden;
}

.hero-background {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(15, 40, 29, 0.98) 0%,
            rgba(15, 40, 29, 0.87) 43%,
            rgba(15, 40, 29, 0.47) 75%,
            rgba(15, 40, 29, 0.72) 100%
        ),
        url("industrial.jpg") center / cover no-repeat;

    transform: scale(1.02);
}

.hero::after {
    content: "";

    position: absolute;
    inset: 0;

    background:
        radial-gradient(
            circle at 80% 25%,
            rgba(190, 155, 88, 0.2),
            transparent 28%
        );
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-content {
    min-height: 720px;

    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);

    align-items: center;

    gap: 90px;

    padding-top: 70px;
    padding-bottom: 70px;
}

.hero-copy {
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 11px;

    margin-bottom: 25px;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.72);
}

.eyebrow span {
    display: inline-block;

    width: 35px;
    height: 1px;

    background: var(--gold);
}

.eyebrow.dark {
    color: #657169;
}

.eyebrow.light {
    color: rgba(255, 255, 255, 0.72);
}

.hero h1 {
    margin: 0;

    max-width: 820px;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(55px, 7vw, 92px);
    line-height: 0.98;

    font-weight: 500;

    letter-spacing: -0.045em;
}

.hero h1 em,
.section-heading h2 em,
.section-intro h2 em,
.about-copy em,
.facility-content h2 em,
.rice-copy h2 em,
.quality-content h2 em,
.logistics-content h2 em,
.packaging-copy h2 em,
.contact-heading h2 em {
    color: #bfa26d;
    font-style: italic;
}

.hero > .container > .hero-content p {
    max-width: 610px;

    margin: 32px 0 0;

    color: rgba(255, 255, 255, 0.73);

    font-size: 17px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;

    gap: 14px;

    margin-top: 40px;
}

.button {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;

    padding: 0 24px;

    border-radius: 999px;

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.04em;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.button span {
    font-size: 18px;
    line-height: 0;
}

.button-primary {
    background: #d3b171;
    color: #17251d;
}

.button-primary:hover {
    transform: translateY(-3px);
    background: #e0c386;
}

.button-outline {
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.button-outline:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.5);
}

.button-light {
    background: white;
    color: var(--green-dark);
}

.button-light:hover {
    transform: translateY(-3px);
    background: #f4ecdf;
}

.hero-card {
    width: min(100%, 390px);

    justify-self: end;

    background: rgba(255, 255, 255, 0.09);

    border: 1px solid rgba(255, 255, 255, 0.15);

    backdrop-filter: blur(16px);

    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.2);
}

.hero-card-image {
    padding: 10px;
}

.hero-card-image img {
    width: 100%;
    aspect-ratio: 1.07;

    object-fit: cover;
}

.hero-card-content {
    padding: 25px 27px 28px;
}

.hero-card-content span {
    display: block;

    margin-bottom: 10px;

    font-size: 9px;
    letter-spacing: 0.2em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.56);
}

.hero-card-content strong {
    display: block;

    font-family: Georgia, serif;

    font-size: 25px;
    line-height: 1.2;

    font-weight: 400;
}

.hero-scroll {
    position: absolute;
    z-index: 3;

    left: 50%;
    bottom: 25px;

    transform: translateX(-50%);

    display: flex;
    align-items: center;
    gap: 12px;

    font-size: 9px;
    letter-spacing: 0.18em;

    color: rgba(255, 255, 255, 0.47);
}

.hero-scroll div {
    width: 45px;
    height: 1px;

    background: rgba(255, 255, 255, 0.35);
}


/* =========================================================
   STATS
========================================================= */

.stats-section {
    background: #e9e1d3;

    border-bottom: 1px solid rgba(29, 41, 34, 0.08);
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.stat {
    padding: 42px 35px;

    border-right: 1px solid rgba(29, 41, 34, 0.11);
}

.stat:first-child {
    border-left: 1px solid rgba(29, 41, 34, 0.11);
}

.stat strong {
    display: block;

    font-family: Georgia, serif;

    font-size: 41px;
    line-height: 1;

    font-weight: 400;

    color: var(--green-dark);
}

.stat strong span {
    margin-left: 5px;

    font-family:
        Inter,
        "Segoe UI",
        sans-serif;

    font-size: 14px;
    font-style: normal;

    letter-spacing: 0.05em;
}

.stat span {
    display: block;

    margin-top: 10px;

    font-size: 11px;

    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #71776f;
}


/* =========================================================
   ABOUT
========================================================= */

.about-section {
    background: var(--cream);
}

.about-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 120px;

    align-items: start;
}

.section-heading h2,
.section-intro h2,
.facility-content h2,
.rice-copy h2,
.quality-content h2,
.logistics-content h2,
.packaging-copy h2,
.contact-heading h2 {
    margin: 0;

    font-family: Georgia, "Times New Roman", serif;

    font-size: clamp(43px, 5vw, 66px);

    line-height: 1.03;

    font-weight: 400;

    letter-spacing: -0.035em;

    color: var(--green-dark);
}

.heading-line {
    margin-top: 30px;

    width: 55px;
    height: 2px;

    background: var(--gold);
}

.about-copy {
    padding-top: 10px;
}

.about-copy p {
    max-width: 680px;

    margin: 0 0 24px;

    color: #647069;

    font-size: 16px;
}

.about-copy .large-text {
    font-family: Georgia, serif;

    color: var(--green-dark);

    font-size: 24px;

    line-height: 1.45;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 13px;

    margin-top: 12px;

    color: var(--green-dark);

    text-decoration: none;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.text-link span {
    font-size: 18px;

    transition: transform 0.25s ease;
}

.text-link:hover span {
    transform: translateX(5px);
}


/* =========================================================
   PRODUCTS
========================================================= */

.products-section {
    background: #eee8dc;
}

.section-intro {
    max-width: 700px;
    margin-bottom: 60px;
}

.section-intro.centered {
    margin-inline: auto;
    text-align: center;
}

.section-intro.centered .eyebrow {
    justify-content: center;
}

.section-intro p {
    margin: 25px auto 0;

    max-width: 610px;

    color: var(--muted);

    font-size: 16px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}

.product-card {
    background: #f8f5ee;

    border: 1px solid rgba(29, 41, 34, 0.08);

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.product-card:hover {
    transform: translateY(-9px);

    box-shadow: var(--shadow);
}

.product-image {
    position: relative;

    aspect-ratio: 0.88;

    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.product-card:hover .product-image img {
    transform: scale(1.06);
}

.product-number {
    position: absolute;

    top: 16px;
    right: 16px;

    width: 42px;
    height: 42px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.92);

    color: var(--green-dark);

    font-size: 10px;
    font-weight: 700;
}

.product-content {
    padding: 29px 26px 31px;
}

.product-tag {
    color: var(--gold);

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.16em;
}

.product-content h3 {
    margin: 10px 0 10px;

    font-family: Georgia, serif;

    font-size: 30px;

    font-weight: 400;

    color: var(--green-dark);
}

.product-content p {
    min-height: 102px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.75;
}

.product-content a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 20px;

    color: var(--green-dark);

    text-decoration: none;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.product-content a span {
    font-size: 17px;

    transition: transform 0.25s ease;
}

.product-content a:hover span {
    transform: translateX(4px);
}


/* =========================================================
   FACILITY
========================================================= */

.facility-section {
    display: grid;
    grid-template-columns: 1fr 1fr;

    min-height: 720px;

    background: var(--green-dark);

    color: white;
}

.facility-image {
    overflow: hidden;
}

.facility-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.facility-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 100px clamp(50px, 7vw, 120px);
}

.facility-content h2 {
    color: white;
}

.facility-content h2 em {
    color: #d3b171;
}

.facility-content > p {
    max-width: 550px;

    margin: 28px 0 42px;

    color: rgba(255, 255, 255, 0.67);

    font-size: 16px;
}

.facility-features {
    max-width: 560px;
}

.feature {
    display: grid;
    grid-template-columns: 46px 1fr;

    gap: 20px;

    padding: 23px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.feature:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.feature > strong {
    color: #c4a66f;

    font-size: 11px;
    letter-spacing: 0.08em;
}

.feature h3 {
    margin: 0;

    color: white;

    font-family: Georgia, serif;

    font-size: 21px;
    font-weight: 400;
}

.feature p {
    margin: 6px 0 0;

    color: rgba(255, 255, 255, 0.5);

    font-size: 12px;
}


/* =========================================================
   RICE SECTION
========================================================= */

.rice-section {
    background: var(--cream);
}

.rice-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;

    gap: 90px;

    align-items: center;
}

.rice-copy .large-text {
    max-width: 500px;

    margin: 30px 0 15px;

    font-family: Georgia, serif;

    font-size: 22px;
    line-height: 1.55;

    color: var(--green-dark);
}

.rice-copy > p:not(.large-text) {
    max-width: 550px;

    color: var(--muted);

    font-size: 15px;
}

.capacity-box {
    display: flex;
    align-items: center;
    gap: 18px;

    width: fit-content;

    margin-top: 38px;
    padding: 21px 29px;

    background: #e9e0d2;

    border-left: 3px solid var(--gold);
}

.capacity-box > strong {
    font-family: Georgia, serif;

    font-size: 49px;
    font-weight: 400;

    line-height: 1;

    color: var(--green-dark);
}

.capacity-box div {
    display: flex;
    flex-direction: column;
}

.capacity-box div span {
    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.14em;
}

.capacity-box small {
    margin-top: 3px;

    color: #7a817b;

    font-size: 9px;

    letter-spacing: 0.12em;
}

.rice-image {
    position: relative;

    overflow: hidden;

    min-height: 610px;
}

.rice-image img {
    width: 100%;
    height: 100%;

    min-height: 610px;

    object-fit: cover;
}

.image-label {
    position: absolute;

    left: 25px;
    bottom: 25px;

    padding: 21px 24px;

    background: rgba(23, 59, 43, 0.91);

    color: white;

    backdrop-filter: blur(10px);
}

.image-label span {
    display: block;

    margin-bottom: 5px;

    font-size: 9px;
    letter-spacing: 0.18em;

    color: #d0b275;
}

.image-label strong {
    font-family: Georgia, serif;

    font-size: 22px;
    font-weight: 400;
}


/* =========================================================
   QUALITY
========================================================= */

.quality-section {
    padding: 120px 0;

    background: #eae2d4;
}

.quality-grid {
    display: grid;

    grid-template-columns: 0.86fr 1.14fr;

    gap: 100px;

    align-items: center;
}

.quality-image {
    position: relative;

    min-height: 640px;

    overflow: hidden;
}

.quality-image img {
    width: 100%;
    height: 100%;

    min-height: 640px;

    object-fit: cover;
}

.quality-image::after {
    content: "";

    position: absolute;
    inset: 18px;

    border: 1px solid rgba(255, 255, 255, 0.55);

    pointer-events: none;
}

.quality-content > p {
    max-width: 670px;

    margin: 28px 0 38px;

    color: var(--muted);

    font-size: 16px;
}

.quality-list {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 0 40px;
}

.quality-list > div {
    padding: 23px 0;

    border-top: 1px solid rgba(29, 41, 34, 0.12);
}

.quality-list span {
    display: block;

    margin-bottom: 9px;

    color: var(--gold);

    font-size: 10px;
    font-weight: 800;
}

.quality-list h3 {
    margin: 0;

    font-family: Georgia, serif;

    font-size: 21px;
    font-weight: 400;

    color: var(--green-dark);
}

.quality-list p {
    margin: 7px 0 0;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.7;
}


/* =========================================================
   LOGISTICS
========================================================= */

.logistics-section {
    padding: 120px 0;

    background: var(--cream);
}

.logistics-grid {
    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 100px;

    align-items: center;
}

.logistics-content > p {
    max-width: 580px;

    margin: 28px 0 38px;

    color: var(--muted);

    font-size: 15px;
}

.logistics-points {
    max-width: 570px;
}

.logistics-points > div {
    display: flex;
    align-items: center;
    gap: 18px;

    padding: 18px 0;

    border-top: 1px solid var(--border);
}

.logistics-points strong {
    color: var(--gold);

    font-size: 10px;
}

.logistics-points span {
    color: var(--green-dark);

    font-size: 12px;
    font-weight: 700;
}

.map-card {
    position: relative;

    overflow: hidden;

    padding: 12px;

    background: #e9e1d4;

    box-shadow: var(--shadow);
}

.map-card img {
    width: 100%;

    aspect-ratio: 1.18;

    object-fit: cover;

    filter: saturate(0.75);
}


/* =========================================================
   PACKAGING
========================================================= */

.packaging-section {
    padding: 0;

    background: var(--green-dark);

    color: white;
}

.packaging-grid {
    display: grid;

    grid-template-columns: 0.95fr 1.05fr;

    align-items: stretch;
}

.packaging-image {
    min-height: 600px;

    overflow: hidden;
}

.packaging-image img {
    width: 100%;
    height: 100%;

    min-height: 600px;

    object-fit: cover;
}

.packaging-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 90px clamp(50px, 7vw, 120px);
}

.packaging-copy h2 {
    color: white;
}

.packaging-copy h2 em {
    color: #d2b071;
}

.packaging-copy > p {
    max-width: 540px;

    margin: 28px 0 38px;

    color: rgba(255, 255, 255, 0.65);

    font-size: 15px;
}


/* =========================================================
   CONTACT
========================================================= */

.contact-section {
    padding: 120px 0;

    background: #ece5da;
}

.contact-grid {
    display: grid;

    grid-template-columns: 1fr 0.75fr;

    gap: 110px;

    align-items: start;
}

.contact-heading > p {
    max-width: 520px;

    margin-top: 28px;

    color: var(--muted);

    font-size: 16px;
}

.contact-card {
    padding: 35px;

    background: #f8f5ee;

    border: 1px solid rgba(29, 41, 34, 0.1);

    box-shadow: 0 20px 55px rgba(26, 43, 33, 0.08);
}

.contact-item {
    padding: 22px 0;

    border-bottom: 1px solid var(--border);
}

.contact-item span {
    display: block;

    margin-bottom: 7px;

    color: var(--gold);

    font-size: 9px;
    font-weight: 800;

    letter-spacing: 0.18em;
}

.contact-item a,
.contact-item strong {
    color: var(--green-dark);

    font-size: 17px;
    font-weight: 500;

    text-decoration: none;
}

.full-width {
    width: 100%;

    margin-top: 25px;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer {
    background: #10291e;

    color: white;
}

.footer-top {
    display: grid;

    grid-template-columns: 1.1fr 0.9fr;

    gap: 80px;

    padding-top: 80px;
    padding-bottom: 65px;
}

.footer-brand {
    max-width: 450px;
}

.footer-logo {
    color: white;
}

.footer-logo .brand-text span {
    color: rgba(255, 255, 255, 0.45);
}

.footer-brand p {
    margin-top: 25px;

    color: rgba(255, 255, 255, 0.5);

    font-size: 13px;
}

.footer-links {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 45px;
}

.footer-links > div {
    display: flex;
    flex-direction: column;

    gap: 12px;
}

.footer-links > div > span {
    margin-bottom: 7px;

    color: #c4a66e;

    font-size: 9px;
    font-weight: 700;

    letter-spacing: 0.18em;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.62);

    text-decoration: none;

    font-size: 12px;

    transition: color 0.25s ease;
}

.footer-links a:hover {
    color: white;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding-top: 25px;
    padding-bottom: 25px;

    border-top: 1px solid rgba(255, 255, 255, 0.09);

    color: rgba(255, 255, 255, 0.38);

    font-size: 10px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, 0.55);

    text-decoration: none;
}

.footer-bottom a:hover {
    color: white;
}


/* =========================================================
   RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1050px) {

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

    .main-nav {
        gap: 20px;
    }

    .hero-content {
        grid-template-columns: 1fr 340px;
        gap: 45px;
    }

    .hero-card {
        width: 340px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-grid,
    .rice-grid,
    .quality-grid,
    .logistics-grid,
    .contact-grid {
        gap: 60px;
    }

    .facility-content,
    .packaging-copy {
        padding-left: 55px;
        padding-right: 55px;
    }
}


/* =========================================================
   RESPONSIVE — MOBILE NAV
========================================================= */

@media (max-width: 850px) {

    .topbar-inner {
        justify-content: center;
    }

    .topbar-inner span:last-child {
        display: none;
    }

    .nav-wrapper {
        min-height: 75px;
    }

    .menu-button {
        display: flex;

        width: 42px;
        height: 42px;

        flex-direction: column;
        justify-content: center;
        align-items: center;

        gap: 5px;

        cursor: pointer;
    }

    .menu-button span {
        width: 22px;
        height: 1px;

        background: var(--green-dark);

        transition:
            transform 0.25s ease,
            opacity 0.25s ease;
    }

    .main-nav {
        position: absolute;

        top: 100%;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        padding: 20px 24px 28px;

        background: var(--cream);

        border-bottom: 1px solid var(--border);

        transform: translateY(-15px);

        opacity: 0;
        visibility: hidden;

        pointer-events: none;

        transition:
            opacity 0.25s ease,
            transform 0.25s ease,
            visibility 0.25s ease;
    }

    .main-nav a {
        padding: 11px 0;

        font-size: 14px;
    }

    .main-nav a:not(.nav-cta)::after {
        display: none;
    }

    .nav-cta {
        text-align: center;

        margin-top: 8px;
    }

    .menu-toggle:checked ~ .main-nav {
        transform: translateY(0);

        opacity: 1;
        visibility: visible;

        pointer-events: auto;
    }

    .menu-toggle:checked + .menu-button span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle:checked + .menu-button span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle:checked + .menu-button span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hero {
        min-height: auto;
    }

    .hero-content {
        min-height: auto;

        grid-template-columns: 1fr;

        gap: 55px;

        padding-top: 95px;
        padding-bottom: 110px;
    }

    .hero-card {
        justify-self: start;

        width: min(100%, 440px);
    }

    .hero-scroll {
        display: none;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat:nth-child(3) {
        border-left: 1px solid rgba(29, 41, 34, 0.11);
    }

    .stat:nth-child(3),
    .stat:nth-child(4) {
        border-top: 1px solid rgba(29, 41, 34, 0.11);
    }

    .about-grid,
    .rice-grid,
    .quality-grid,
    .logistics-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .about-copy {
        padding-top: 0;
    }

    .facility-section {
        grid-template-columns: 1fr;
    }

    .facility-image {
        min-height: 500px;
    }

    .facility-content {
        padding: 90px 40px;
    }

    .rice-image,
    .rice-image img {
        min-height: 500px;
    }

    .quality-image,
    .quality-image img {
        min-height: 520px;
    }

    .packaging-grid {
        grid-template-columns: 1fr;
    }

    .packaging-image,
    .packaging-image img {
        min-height: 470px;
    }

    .packaging-copy {
        padding: 90px 40px;
    }

    .footer-top {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE — SMALL MOBILE
========================================================= */

@media (max-width: 620px) {

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

    .section,
    .quality-section,
    .logistics-section,
    .contact-section {
        padding: 82px 0;
    }

    .brand img {
        width: 47px;
        height: 47px;
    }

    .brand-text strong {
        font-size: 21px;
    }

    .brand-text span {
        font-size: 7px;
    }

    .hero-content {
        padding-top: 75px;
        padding-bottom: 85px;
    }

    .hero h1 {
        font-size: clamp(48px, 14vw, 69px);
    }

    .hero > .container > .hero-content p {
        font-size: 15px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    .stats {
        grid-template-columns: 1fr 1fr;
    }

    .stat {
        padding: 31px 20px;
    }

    .stat strong {
        font-size: 32px;
    }

    .stat span {
        font-size: 9px;
    }

    .section-heading h2,
    .section-intro h2,
    .facility-content h2,
    .rice-copy h2,
    .quality-content h2,
    .logistics-content h2,
    .packaging-copy h2,
    .contact-heading h2 {
        font-size: 45px;
    }

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-image {
        aspect-ratio: 1.05;
    }

    .product-content p {
        min-height: 0;
    }

    .facility-image {
        min-height: 380px;
    }

    .facility-content,
    .packaging-copy {
        padding: 75px 25px;
    }

    .rice-image,
    .rice-image img {
        min-height: 400px;
    }

    .quality-image,
    .quality-image img {
        min-height: 400px;
    }

    .quality-list {
        grid-template-columns: 1fr;
    }

    .map-card {
        padding: 7px;
    }

    .packaging-image,
    .packaging-image img {
        min-height: 360px;
    }

    .contact-card {
        padding: 25px 20px;
    }

    .footer-top {
        padding-top: 60px;
        padding-bottom: 45px;
    }

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

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

a:focus-visible,
label:focus-visible {
    outline: 3px solid rgba(183, 146, 85, 0.6);
    outline-offset: 4px;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;

        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
