:root {
    --ink: #241606;
    --muted: #6d5b45;
    --gold: #d99a22;
    --gold-dark: #a85f00;
    --cream: #fff6df;
    --line: rgba(36, 22, 6, .14);
    --shadow: 0 24px 70px rgba(76, 42, 0, .16);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink);
    background: radial-gradient(circle at top left, rgba(255, 206, 92, .38), transparent 34rem), linear-gradient(180deg, #fff7df 0%, #fffaf0 38%, #fff 100%)
}

a {
    color: inherit
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 4rem);
    background: rgba(255, 250, 240, .82);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px)
}

.brand img {
    width: 100px;
    height: auto;
    display: block
}

nav {
    display: flex;
    gap: clamp(.75rem, 3vw, 2rem);
    font-weight: 700
}

nav a {
    text-decoration: none;
    color: var(--muted)
}

nav a:hover {
    color: var(--ink)
}

.hero {
    min-height: 82vh;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, .75fr);
    align-items: center;
    gap: clamp(2rem, 6vw, 5rem);
    padding: clamp(3rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem)
}

.hero h1,
h2 {
    letter-spacing: -.055em;
    line-height: .95;
    margin: 0
}

.hero h1 {
    font-size: clamp(3rem, 8vw, 7.4rem);
    max-width: 980px
}

h2 {
    font-size: clamp(2.2rem, 5vw, 4.8rem)
}

h3 {
    font-size: 1.25rem;
    margin: 1.1rem 0 .4rem
}

p {
    line-height: 1.65
}

.lead {
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    color: var(--muted);
    max-width: 700px
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 900;
    color: var(--gold-dark);
    margin: 0 0 1rem
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .85rem;
    margin-top: 2rem
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: .85rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
    color: #fff;
    background: linear-gradient(135deg, var(--gold), var(--gold-dark));
    box-shadow: 0 14px 30px rgba(168, 95, 0, .25)
}

.button.ghost {
    color: var(--ink);
    background: rgba(255, 255, 255, .66);
    border: 1px solid var(--line);
    box-shadow: none
}

.hero-card {
    background: rgba(255, 255, 255, .72);
    border: 1px solid var(--line);
    border-radius: 2rem;
    padding: 0;
    overflow: hidden;
    box-shadow: var(--shadow)
}

.hero-image-overlay {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-image: url('beeswax-multi-shot.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-logo-overlay {
    width: 60%;
    height: auto;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.82));
}

.hero-card strong {
    display: block;
    font-size: 1.35rem;
    padding: 1.5rem clamp(1.2rem, 3vw, 2rem) 0;
}

.hero-card span {
    display: block;
    color: var(--muted);
    padding: 0 clamp(1.2rem, 3vw, 2rem) 1.5rem;
}

.section-pad {
    padding: clamp(3.5rem, 8vw, 7rem) clamp(1rem, 4vw, 4rem)
}

.intro {
    display: grid;
    grid-template-columns: .9fr 1fr;
    gap: clamp(2rem, 6vw, 5rem);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, .45)
}

.intro p:last-child {
    font-size: 1.2rem;
    color: var(--muted);
    margin: 0
}

.section-heading {
    max-width: 780px;
    margin-bottom: 2rem
}

.cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem
}

.card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 1.5rem;
    padding: 1.35rem;
    box-shadow: 0 12px 34px rgba(76, 42, 0, .08)
}

.card img {
    width: 54px;
    height: 54px;
    background: var(--ink);
    border-radius: 12px;
    padding: 8px;
}

.card p {
    color: var(--muted);
    margin-bottom: 0
}

.quality {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: center
}

.quality-image {
    border: 1px solid var(--line);
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.quality-image img {
    width: 100%;
    display: block
}

.quality-copy p,
.quality-copy li {
    color: var(--muted)
}

ul {
    padding-left: 1.2rem
}

li {
    margin: .6rem 0
}

.contact {
    text-align: center;
    background: linear-gradient(135deg, #2d1a06, #6d3d00);
    color: #fff
}

.contact-icon {
    width: 64px;
    height: auto;
    margin-bottom: 1.5rem;
    opacity: .9
}

.contact-person {
    margin: 2rem 0;
}

.contact-person strong {
    display: block;
    font-size: 1.5rem;
    letter-spacing: -.02em
}

.contact-person span {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: .1em;
    opacity: .8
}

.contact-actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap
}

.button.ghost-contact {
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
    box-shadow: none
}

.button.ghost-contact:hover {
    background: rgba(255, 255, 255, .2)
}

.contact .eyebrow,
.contact p {
    color: #ffe1a4
}

.contact h2 {
    max-width: 920px;
    margin: 0 auto
}

footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.4rem clamp(1rem, 4vw, 4rem);
    color: var(--muted);
    background: #fff
}

@media(max-width:900px) {

    .hero,
    .intro,
    .quality {
        grid-template-columns: 1fr
    }

    .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:600px) {
    .site-header {
        align-items: flex-start;
        flex-direction: column
    }

    .brand img {
        width: 145px
    }

    .cards {
        grid-template-columns: 1fr
    }

    footer {
        flex-direction: column
    }
}