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

:root {
    --n: #0A0804;
    --n2: #111009;
    --v: #7AB840;
    --v2: #5A8A30;
    --o: #D4A820;
    --s: #F2DEB3;
    --t: #E8E0D0;
}

html,
body {
    background: var(--n);
    color: var(--t);
    font-family: sans-serif;
    overflow-x: hidden;
}

/* Modal Age Gate */
#ag {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: var(--n);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.agi {
    max-width: 420px;
    width: 100%;
    text-align: center;
    padding: 48px 32px;
    border: 1px solid rgba(122, 184, 64, .2);
    background: var(--n2);
}

.agl {
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 4px;
    color: var(--v);
}

.agt {
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .5);
    margin-top: 8px;
}

.agi p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--t);
    margin-top: 24px;
}

.agb {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 28px;
}

.age {
    background: var(--v);
    color: #fff;
    border: none;
    padding: 13px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}

.age:hover {
    background: var(--v2);
}

.agx {
    background: transparent;
    color: rgba(232, 224, 208, .5);
    border: 1px solid rgba(232, 224, 208, .2);
    padding: 13px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

.agx:hover {
    border-color: rgba(232, 224, 208, .4);
    color: var(--t);
}

.agw {
    font-size: 10px;
    color: rgba(232, 224, 208, .3);
    margin-top: 20px;
    line-height: 1.5;
}

/* Header & Nav */
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(10, 8, 4, .94);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(122, 184, 64, .18);
    padding: 0 40px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nl {
    font-size: 24px;
    color: #4d7020;
    letter-spacing: 2px;
    text-decoration: none;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}

.nlg {
    height: 30px;
    width: auto;
    display: block;
}

.nls {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nls a {
    color: rgba(232, 224, 208, .65);
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.nls a:hover {
    color: var(--v);
}

.nc {
    background: var(--v);
    color: #fff !important;
    padding: 7px 16px;
}

/* Hero Section */
.hero {
    aspect-ratio: 16 / 9;
    min-height: 400px;
    background: var(--n);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hi {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ho {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .25));
}

.hc {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
}

.he {
    display: block;
    font-size: 21px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--v);
    margin-bottom: 14px;
    line-height: 25px;
    font-weight: bold;
}

.ht {
    font-size: clamp(78px, 13vw, 155px);
    color: #fff;
    letter-spacing: 10px;
    line-height: .88;
    font-weight: 900;
    text-shadow: 3px 3px 12px rgba(0, 0, 0, .9);
}

.hs {
    font-size: clamp(13px, 2vw, 18px);
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--o);
    margin-top: 10px;
    font-weight: bold;
}

.hbt {
    margin-top: 26px;
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.bp {
    background: var(--v);
    color: #fff;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
}

.bg2 {
    background: transparent;
    color: var(--s);
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    border: 1px solid rgba(242, 222, 179, .28);
    font-weight: bold;
    background-color: #878a58;
}

.hl {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    color: rgba(255, 255, 255, .3);
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 2;
}

/* Sections communes */
.sec {
    padding: 84px 40px;
}

.sl {
    display: block;
    font-size: 22px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--v);
    text-align: center;
    margin-bottom: 8px;
}

.st {
    font-size: clamp(36px, 5vw, 65px);
    text-align: center;
    color: var(--s);
    letter-spacing: 5px;
    line-height: .95;
    font-weight: 900;
}

.sr {
    width: 36px;
    height: 2px;
    background: var(--v);
    margin: 14px auto 44px;
}

.si {
    max-width: 580px;
    margin: 0 auto 44px;
    font-size: 15px;
    line-height: 1.82;
    color: rgba(232, 224, 208, .62);
    text-align: center;
}

.mac {
    height: 52vh;
    min-height: 340px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mac img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mo {
    position: absolute;
    inset: 0;
    background: rgba(10, 8, 4, .5);
}

.mt {
    position: relative;
    z-index: 2;
    text-align: center;
}

.mt h2 {
    font-size: clamp(26px, 4.5vw, 54px);
    color: var(--s);
    letter-spacing: 5px;
    font-weight: 900;
}

.mt p {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--v);
    margin-top: 7px;
}

/* Grille de bières */
.bs {
    background: var(--n);
}

.bgr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    max-width: 1350px;
    margin: 0 auto;
    background: rgba(122, 184, 64, .1);
}

.bc {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: var(--n);
    aspect-ratio: 2/3;
}

.bc img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform .6s, filter .4s;
    filter: brightness(.76);
}

.bc:hover img {
    transform: scale(1.07);
    filter: brightness(1);
}

.bf {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(10, 8, 4, .97));
    padding: 48px 16px 18px;
    z-index: 2;
}

.bn {
    font-size: 26px;
    letter-spacing: 4px;
    display: block;
    color: var(--s);
    font-weight: 900;
}

.bm {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    color: var(--v);
}

.ba {
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 3px 9px;
    border: 1px solid var(--v);
    color: var(--v);
    background: rgba(10, 8, 4, .6);
    z-index: 2;
}

.btag {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 9px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 3px 9px;
    z-index: 2;
}

.tp {
    background: #587d2D;
    color: #fff;
}

.tf {
    background: var(--v);
    color: #fff;
}

.gd {
    padding: 34px 40px;
    text-align: center;
    background: var(--n2);
    border-top: 1px solid rgba(122, 184, 64, .1);
    border-bottom: 1px solid rgba(122, 184, 64, .1);
}

.gd h3 {
    font-size: 41px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #f2deb3;
}

.gd strong {
    font-size: 24px;
    letter-spacing: 4px;
    color: var(--o);
    display: block;
    margin-top: 3px;
    font-weight: 900;
}

/* Histoire */
.his {
    background: var(--n2);
}

.hii {
    max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
    align-items: center;
}

.him {
    aspect-ratio: 4/5;
    overflow: hidden;
    position: relative;
}

.him img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.8);
}

.him::after {
    content: '';
    position: absolute;
    inset: 0;
    border: 1px solid rgba(122, 184, 64, .16);
}

.hit p {
    font-size: 15px;
    line-height: 1.88;
    color: rgba(232, 224, 208, .6);
    margin-bottom: 16px;
}

.hit p strong {
    color: var(--o);
}

.hs2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 28px;
}

.hst {
    border-left: 2px solid var(--v);
    padding-left: 12px;
}

.hsn {
    font-size: 38px;
    color: var(--v);
    display: block;
    line-height: 1;
    font-weight: 900;
}

.hsl {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .38);
    display: block;
    margin-top: 2px;
}

/* Brassage */
.brs {
    background: var(--n);
}

.sg {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1240px;
    margin: 0 auto;
    border: 1px solid rgba(122, 184, 64, .1);
}

.stp {
    padding: 18px 16px 20px;
    border-right: 1px solid rgba(122, 184, 64, .1);
}

.stp:nth-child(5n) {
    border-right: none;
}

.stp:nth-child(n+6) {
    border-top: 1px solid rgba(122, 184, 64, .1);
}

.sti {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    margin-bottom: 12px;
}

.sti img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.stn {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--v);
    color: #0A0804;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding: 4px 8px;
}

.stt2 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--s);
    margin: 0 0 6px;
}

.std {
    font-size: 12px;
    color: rgba(232, 224, 208, .38);
    line-height: 1.52;
}

.stdur {
    display: block;
    margin-top: 8px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--v);
    font-weight: 700;
}

/* Contact */
.cs {
    background: #111509;
}

.ci {
    max-width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 68px;
}

.cb3 {
    margin-bottom: 22px;
}

.cl {
    font-size: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: var(--v);
    display: block;
    margin-bottom: 6px;
}

.cv {
    font-size: 18px;
    color: var(--s);
    display: block;
    line-height: 1.38;
}

.cv a {
    color: inherit;
    text-decoration: none;
}

.cv a:hover {
    color: var(--v);
}

.mb2 {
    background: rgba(255, 255, 255, .02);
    border: 1px solid rgba(122, 184, 64, .1);
    padding: 32px;
    text-align: center;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Location Page */
.lp {
    display: none;
    min-height: 100vh;
    padding-top: 50px;
    background: var(--n2);
}

.lh {
    height: 38vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lh img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.42);
}

.lhc {
    position: relative;
    z-index: 2;
    text-align: center;
}

.lhc h1 {
    font-size: clamp(42px, 7vw, 84px);
    color: var(--s);
    letter-spacing: 8px;
    font-weight: 900;
}

.lhc p {
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--v);
    margin-top: 7px;
}

.lb {
    padding: 64px 40px;
}

.lin {
    max-width: 940px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.lf3 h3,
.lr h3 {
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--v);
    margin-bottom: 18px;
    display: block;
}

.fi {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(122, 184, 64, .1);
}

.fn {
    flex: 1;
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--s);
    font-weight: 700;
}

.fi2 {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .35);
    white-space: nowrap;
}

.fp {
    font-size: 12px;
    font-weight: 700;
    color: var(--v);
    white-space: nowrap;
}

.ftireuse {
    font-size: 12px;
    color: rgba(232, 224, 208, .55);
    background: rgba(122, 184, 64, .08);
    border: 1px solid rgba(122, 184, 64, .18);
    padding: 10px 12px;
    margin-bottom: 8px;
}

.ln2 {
    font-size: 13px;
    color: rgba(232, 224, 208, .4);
    line-height: 1.72;
    margin-top: 22px;
    padding: 12px;
    border-left: 2px solid var(--v);
}

.fg {
    margin-bottom: 14px;
}

.fg label {
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .42);
    margin-bottom: 6px;
}

.fg input,
.fg select,
.fg textarea {
    width: 100%;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(122, 184, 64, .16);
    color: var(--s);
    font-size: 14px;
    padding: 10px 13px;
    outline: none;
    box-sizing: border-box;
}

.fg select option {
    background: var(--n2);
}

.fg textarea {
    min-height: 80px;
    resize: vertical;
}

.fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.bsub {
    width: 100%;
    background: var(--v);
    color: #fff;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding: 13px;
    border: none;
    cursor: pointer;
    margin-top: 5px;
}

.fkegs {
    border: 1px solid rgba(122, 184, 64, .16);
    background: rgba(255, 255, 255, .04);
}

.fkl {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border-bottom: 1px solid rgba(122, 184, 64, .1);
}

.fkl:last-child {
    border-bottom: none;
}

.fg .fkc {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: var(--s);
    cursor: pointer;
    margin-bottom: 0;
    text-transform: none;
    letter-spacing: 0;
}

.fkc input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: var(--v);
    cursor: pointer;
    flex-shrink: 0;
}

.fkl .fkq {
    width: 76px;
    flex-shrink: 0;
    margin-left: auto;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(122, 184, 64, .16);
    color: var(--s);
    font-size: 14px;
    padding: 7px 9px;
    outline: none;
    box-sizing: border-box;
    text-align: center;
}

.fkq:disabled {
    opacity: .3;
}

.fkerr {
    display: none;
    font-size: 12px;
    color: #e3695b;
    margin-top: 8px;
}

.fkerr.show {
    display: block;
}

.fok {
    display: none;
    text-align: center;
    padding: 24px;
    background: rgba(122, 184, 64, .06);
    border: 1px solid rgba(122, 184, 64, .2);
    margin-top: 12px;
}

.fok h4 {
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--v);
    font-weight: 900;
}

.fok p {
    font-size: 13px;
    color: rgba(232, 224, 208, .52);
    margin-top: 5px;
}

/* Modal produit */
.mov {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    z-index: 500;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.mov.open {
    display: flex;
}

.mbox {
    background: var(--n2);
    max-width: 560px;
    width: 100%;
    border: 1px solid rgba(122, 184, 64, .18);
    display: grid;
    grid-template-columns: 190px 1fr;
    position: relative;
    max-height: 87vh;
    overflow: hidden;
}

.mp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.mr {
    padding: 22px;
    overflow-y: auto;
}

.mc {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    cursor: pointer;
    color: rgba(232, 224, 208, .42);
    background: none;
    border: none;
    z-index: 2;
}

.mti {
    font-size: 26px;
    letter-spacing: 4px;
    color: var(--s);
    line-height: 1;
    font-weight: 900;
}

.mty {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--v);
    margin-top: 4px;
}

.brs2 {
    margin: 16px 0;
}

.br {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}

.bl {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .36);
    width: 64px;
    flex-shrink: 0;
}

.bt {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, .07);
}

.bf2 {
    height: 100%;
    background: var(--v);
}

.mar {
    font-size: 12px;
    color: rgba(232, 224, 208, .55);
    font-style: italic;
    margin: 11px 0;
    line-height: 1.52;
}

.min {
    font-size: 12px;
    color: rgba(232, 224, 208, .46);
    margin-top: 7px;
    line-height: 1.52;
}

.min strong {
    color: var(--o);
}

.madr {
    font-size: 10px;
    color: rgba(232, 224, 208, .26);
    margin-top: 11px;
    line-height: 1.45;
}

/* Footer */
footer {
    background: #000;
    padding: 34px 40px;
    border-top: 1px solid rgba(122, 184, 64, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.flo {
    font-size: 24px;
    color: #4d7020;
    letter-spacing: 4px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 8px;
}

.flg {
    height: 30px;
    width: auto;
    display: block;
}

.fle {
    font-size: 11px;
    color: rgba(232, 224, 208, .2);
    letter-spacing: .5px;
}

.fli {
    display: flex;
    gap: 18px;
}

.fli a {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(232, 224, 208, .28);
    text-decoration: none;
}

.fli a:hover {
    color: var(--v);
}

/* Responsive */
@media (max-width: 860px) {
    nav {
        padding: 0 16px;
    }

    .nls {
        gap: 12px;
    }

    .sec {
        padding: 56px 16px;
    }

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

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

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

    .ci,
    .lin {
        grid-template-columns: 1fr;
    }

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

    .mp {
        height: 170px;
    }

    .lb {
        padding: 48px 16px;
    }
}

@media (max-width: 480px) {
    .bgr {
        grid-template-columns: 1fr;
    }

    .nls {
        display: none;
    }
}