﻿:root {
            --white: #ffffff;
            --soft: #f6f7f5;
            --ink: #151716;
            --muted: #66706b;
            --line: #dfe4df;
            --bronze: #a87246;
            --sage: #71847a;
        }

        * {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            background: var(--white);
            color: var(--ink);
            font-family: Arial, Helvetica, sans-serif;
            overflow-x: hidden;
        }

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

        a {
            color: inherit;
        }

        header {
            position: fixed;
            inset: 0 0 auto;
            z-index: 1000;
            height: 82px;
            padding: 0 clamp(18px, 4vw, 54px);
            display: grid;
            grid-template-columns: auto 1fr auto;
            align-items: center;
            gap: 28px;
            color: var(--ink);
            background: #ffffff;
            border-bottom: 1px solid rgba(223, 228, 223, 0.86);
            backdrop-filter: blur(18px);
            transition: box-shadow 220ms ease;
        }

        .logo-link {
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }

        .logo {
            width: 154px;
            height: auto;
        }

        .menu-btn {
            display: none;
            width: 42px;
            height: 42px;
            border: 1px solid currentColor;
            background: transparent;
            color: currentColor;
            font-size: 25px;
            cursor: pointer;
        }

        nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: center;
            gap: clamp(16px, 3vw, 42px);
        }

        nav a {
            position: relative;
            display: inline-flex;
            align-items: center;
            min-height: 42px;
            color: currentColor;
            text-decoration: none;
            font-size: 0.92rem;
        }

        nav a::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 4px;
            height: 1px;
            background: currentColor;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 180ms ease;
        }

        nav a:hover::after,
        nav a:focus-visible::after {
            transform: scaleX(1);
        }

        .header-contact {
            color: currentColor;
            text-decoration: none;
            font-size: 0.92rem;
            white-space: nowrap;
        }

        .hero {
            position: relative;
            min-height: 100vh;
            display: grid;
            align-items: end;
            overflow: hidden;
            background: url("hero-supplies-banner.webp") center/cover;
        }

        .hero-inner {
            width: min(1280px, calc(100% - 36px));
            margin: 0 auto;
            min-height: 100vh;
            padding: 164px 0 92px;
            display: grid;
            grid-template-columns: minmax(320px, 0.92fr) minmax(220px, 0.48fr);
            gap: clamp(34px, 7vw, 110px);
            align-items: end;
        }

        .hero-copy {
            max-width: 780px;
            color: var(--white);
            text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
        }

        .eyebrow {
            margin-bottom: 18px;
            color: rgba(255, 255, 255, 0.86);
            font-size: 0.78rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
        }

        h1,
        h2,
        h3,
        p {
            margin-top: 0;
        }

        h1 {
            max-width: 760px;
            margin-bottom: 22px;
            color: var(--white);
            font-size: clamp(2.4rem, 5.1vw, 5.25rem);
            line-height: 1;
            letter-spacing: 0;
        }

        h1 span {
            display: block;
        }

        .headline-kicker,
        .headline-main,
        .headline-tail {
            display: block;
        }

        .headline-kicker {
            color: var(--muted);
            font-size: clamp(1rem, 1.6vw, 1.35rem);
            font-weight: 400;
            line-height: 1.1;
            text-transform: uppercase;
            letter-spacing: 0.12em;
        }

        .headline-main {
            margin: 8px 0;
        }

        .headline-tail {
            padding-left: clamp(42px, 7vw, 92px);
            color: var(--sage);
        }

        .hero p {
            max-width: 720px;
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.88);
            font-size: clamp(1rem, 1.35vw, 1.15rem);
            line-height: 1.78;
        }

        .hero-side {
            display: grid;
            align-self: end;
            gap: 20px;
            color: var(--white);
            border-top: 1px solid rgba(255, 255, 255, 0.5);
            padding-top: 24px;
            text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
        }

        .hero-side span {
            color: rgba(255, 255, 255, 0.74);
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.14em;
        }

        .hero-side strong {
            display: block;
            font-size: clamp(1.35rem, 2vw, 2rem);
            line-height: 1.1;
        }

        .section {
            padding: clamp(52px, 7vw, 88px) 0;
        }

        #supplies {
            padding-bottom: clamp(28px, 4vw, 46px);
        }

        .section-inner {
            width: min(1220px, calc(100% - 36px));
            margin: 0 auto;
        }

        .section-head {
            display: grid;
            grid-template-columns: minmax(280px, 0.62fr) minmax(300px, 1fr);
            gap: clamp(28px, 6vw, 96px);
            align-items: start;
            margin-bottom: clamp(28px, 4vw, 48px);
        }

        .section-label {
            margin-bottom: 18px;
            color: var(--bronze);
            font-size: 0.78rem;
            text-transform: uppercase;
            letter-spacing: 0.16em;
        }

        h2 {
            margin-bottom: 0;
            font-size: clamp(2.5rem, 5.4vw, 6.6rem);
            line-height: 0.92;
            letter-spacing: 0;
        }

        .section-head p,
        .about-lead {
            margin-bottom: 0;
            color: var(--muted);
            font-size: 1.08rem;
            line-height: 1.82;
        }

        .supplies-banner {
            position: relative;
            min-height: clamp(460px, 58vw, 680px);
            margin-bottom: clamp(30px, 5vw, 56px);
            overflow: hidden;
        }

        .supplies-banner img {
            width: 100%;
            height: 100%;
            min-height: clamp(460px, 58vw, 680px);
            object-fit: cover;
            object-position: center;
        }

        .supplies-banner-copy {
            position: absolute;
            inset: clamp(28px, 5vw, 70px) auto clamp(28px, 5vw, 70px) clamp(24px, 5vw, 72px);
            width: min(620px, calc(100% - 48px));
            display: flex;
            flex-direction: column;
            justify-content: center;
            color: var(--white);
            text-shadow: 0 3px 18px rgba(0, 0, 0, 0.48);
        }

        .supplies-banner-copy .section-label {
            color: rgba(255, 255, 255, 0.78);
        }

        .supplies-banner-copy h2 {
            color: var(--white);
            margin-bottom: 24px;
            font-size: clamp(2.35rem, 4.8vw, 5.6rem);
        }

        .supplies-banner-copy p:last-child {
            margin-bottom: 0;
            color: rgba(255, 255, 255, 0.86);
            font-size: 1.08rem;
            line-height: 1.82;
        }

        .services-flow {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(22px, 4vw, 48px) clamp(26px, 5vw, 74px);
            border-top: 1px solid var(--line);
            padding-top: clamp(24px, 4vw, 42px);
        }

        .service-row {
            display: grid;
            grid-template-rows: auto 1fr;
            gap: 24px;
            align-items: start;
            padding: 0 0 clamp(22px, 3vw, 34px);
            border-bottom: 1px solid var(--line);
        }

        .service-row:nth-child(even) {
            grid-template-columns: none;
        }

        .service-row:nth-child(even) .service-text {
            order: initial;
        }

        .service-text h3 {
            max-width: 600px;
            margin-bottom: 14px;
            font-size: clamp(1.7rem, 2.7vw, 3.25rem);
            line-height: 1;
            letter-spacing: 0;
        }

        .service-text p,
        .product-content p,
        .about-text p {
            margin-bottom: 0;
            color: var(--muted);
            font-size: 1.02rem;
            line-height: 1.75;
        }

        .supply-number {
            display: block;
            margin-bottom: 18px;
            color: var(--bronze);
            font-size: 0.78rem;
            letter-spacing: 0.16em;
        }

        .service-image {
            min-height: 340px;
            overflow: hidden;
        }

        .service-image img {
            width: 100%;
            height: 100%;
            min-height: 340px;
            object-fit: cover;
            filter: saturate(0.86) contrast(1.02);
        }

        .products {
            background: var(--soft);
        }

        .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 1px;
            background: var(--line);
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .product-card {
            min-height: 520px;
            background: var(--soft);
            display: grid;
            grid-template-rows: minmax(260px, 1fr) auto;
        }

        .product-img {
            width: 100%;
            height: 100%;
            min-height: 310px;
            object-fit: cover;
            filter: saturate(0.88);
        }

        .product-content {
            padding: clamp(24px, 3vw, 38px);
        }

        .product-content h3 {
            margin-bottom: 12px;
            font-size: clamp(1.3rem, 2vw, 2.1rem);
            line-height: 1.05;
        }

        .about {
            background: var(--white);
            padding-top: clamp(28px, 4vw, 46px);
        }

        .about-grid {
            display: grid;
            grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1fr);
            gap: clamp(32px, 6vw, 96px);
            align-items: start;
            margin-bottom: clamp(34px, 5vw, 58px);
        }

        .about-lead {
            padding-top: 8px;
        }

        .people-strip {
            display: grid;
            grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 1fr);
            gap: clamp(28px, 6vw, 88px);
            align-items: center;
            padding: clamp(26px, 4vw, 46px) 0;
            border-top: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
        }

        .people-strip + .people-strip {
            border-top: 0;
        }

        .people-strip:nth-of-type(even) {
            grid-template-columns: minmax(320px, 1fr) minmax(280px, 0.75fr);
        }

        .people-strip:nth-of-type(even) .about-image {
            order: 2;
        }

        .about-image img {
            width: 100%;
            height: 520px;
            object-fit: cover;
        }

        .about-text h3 {
            margin-bottom: 18px;
            font-size: clamp(2rem, 4vw, 5rem);
            line-height: 0.95;
            letter-spacing: 0;
        }

        .about-text p + p {
            margin-top: 18px;
        }

        .quote p:first-of-type {
            color: var(--ink);
            font-size: clamp(1.15rem, 1.8vw, 1.5rem);
            font-style: italic;
            line-height: 1.58;
        }

        .signature {
            color: var(--ink);
            font-weight: 700;
            letter-spacing: 0.03em;
        }

        .story-stack {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: clamp(24px, 4vw, 42px);
            margin-top: clamp(26px, 4vw, 42px);
            border-bottom: 1px solid var(--line);
        }

        .story-card {
            padding: clamp(24px, 3vw, 36px) 0;
        }

        .story-card h3 {
            margin-bottom: 18px;
            font-size: clamp(1.8rem, 3vw, 3.3rem);
            line-height: 1;
            letter-spacing: 0;
        }

        .story-card p {
            margin-bottom: 0;
            color: var(--muted);
            font-size: 1rem;
            line-height: 1.75;
        }

        .story-number {
            display: block;
            margin-bottom: 22px;
            color: var(--bronze);
            font-size: 0.78rem;
            letter-spacing: 0.16em;
        }

        .contact {
            min-height: 78vh;
            display: grid;
            align-items: center;
            color: var(--white);
            background:
                linear-gradient(90deg, rgba(21, 23, 22, 0.82), rgba(21, 23, 22, 0.3)),
                url("img2.webp") center/cover;
        }

        .contact .section-inner {
            display: grid;
            grid-template-columns: minmax(300px, 0.72fr) minmax(280px, 0.48fr);
            gap: clamp(32px, 7vw, 110px);
            align-items: end;
        }

        .contact h2 {
            color: var(--white);
            margin-bottom: 26px;
        }

        .contact p {
            color: rgba(255, 255, 255, 0.82);
            font-size: 1.15rem;
            line-height: 1.7;
        }

        .contact-details {
            border-top: 1px solid rgba(255, 255, 255, 0.42);
            padding-top: 24px;
        }

        @media (max-width: 900px) {
            header {
                height: 70px;
                grid-template-columns: auto auto;
                justify-content: space-between;
                color: var(--ink);
                background: #ffffff;
                box-shadow: 0 10px 30px rgba(21, 23, 22, 0.08);
                backdrop-filter: blur(18px);
            }

            .logo {
                width: 128px;
            }

            .menu-btn {
                display: inline-grid;
                place-items: center;
            }

            nav {
                display: none;
                position: absolute;
                top: 70px;
                right: 0;
                left: 0;
                background: var(--white);
                border-top: 1px solid var(--line);
                border-bottom: 1px solid var(--line);
            }

            nav.active {
                display: block;
            }

            nav ul {
                display: grid;
                gap: 0;
            }

            nav a {
                min-height: 52px;
                padding: 0 22px;
                border-bottom: 1px solid var(--line);
            }

            .header-contact {
                display: none;
            }

            .hero-inner,
            .section-head,
            .services-flow,
            .service-row,
            .service-row:nth-child(even),
            .about-grid,
            .people-strip,
            .people-strip:nth-of-type(even),
            .story-stack,
            .contact .section-inner {
                grid-template-columns: 1fr;
            }

            .service-row:nth-child(even) .service-text,
            .people-strip:nth-of-type(even) .about-image {
                order: initial;
            }

            .hero {
                min-height: 780px;
                background-position: 58% center;
            }

            .hero-inner {
                padding-top: 106px;
                align-items: end;
            }

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

            .supplies-banner,
            .supplies-banner img {
                min-height: 520px;
            }
        }

        @media (max-width: 620px) {
            .hero {
                min-height: 820px;
                background-position: 60% center;
            }

            h1 {
                font-size: clamp(2.45rem, 12vw, 4.2rem);
            }

            h2 {
                font-size: clamp(2.5rem, 14vw, 4.6rem);
            }

            .service-image,
            .service-image img,
            .supplies-banner,
            .supplies-banner img,
            .about-image img {
                min-height: 0;
                height: 360px;
            }

            .story-card {
                padding: 28px 0;
            }

            .supplies-banner-copy {
                inset: 24px;
                width: auto;
            }

            .supplies-banner-copy p:last-child {
                font-size: 0.98rem;
                line-height: 1.65;
            }

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

            .product-card {
                min-height: 0;
            }

            .product-img {
                min-height: 280px;
            }
        }
