@font-face { font-family: "Raleway Exact"; src: url("assets/official/raleway-variable.ttf") format("truetype"); font-weight: 100 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Raleway Exact"; src: url("assets/official/raleway-italic-variable.ttf") format("truetype"); font-weight: 100 900; font-style: italic; font-display: swap; }

:root {
  --navy: #01061b;
  --navy-2: #03112c;
  --ink: #f0edda;
  --muted: #b9bfd0;
  --gold: #e4aa1f;
  --line: rgba(228, 170, 31, .55);
  --paper: #f3efdc;
  --dark: #06142e;
}

body { font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-weight: 500; }
.hero { min-height: 900px; background: linear-gradient(90deg, rgba(1,6,27,.9) 0%, rgba(1,6,27,.48) 58%, rgba(1,6,27,.15)), url("assets/night-sky.jpg") center 12%/cover no-repeat; }
.wordmark, .project-mark strong, .summary-total strong, .footer-grid strong, .beer-stamp strong { font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-weight: 800; }
.price { font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-weight: 800; }
.wordmark { display: block; width: 190px; height: 45px; overflow: hidden; line-height: 0; }
.wordmark img { display: block; width: 190px; height: 190px; transform: translateY(-78px); }
.nav-order { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-content { padding-top: 65px; }
.crest { display: block; width: 250px; height: 230px; margin: -10px 0 -8px 0; object-fit: contain; filter: drop-shadow(0 10px 22px rgba(0,0,0,.18)); }
h1, h2 { font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-weight: 800; text-transform: uppercase; letter-spacing: -.035em; }
h1 { max-width: 840px; font-size: clamp(58px, 7.6vw, 102px); line-height: .92; }
.hero-lead { max-width: 620px; color: #e2e1d6; font-size: 18px; font-weight: 500; line-height: 1.65; }
.eyebrow { font-size: 11px; font-weight: 800; letter-spacing: .2em; }
.button { border: 1px solid var(--gold); font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-size: 14px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.beer-stamp { display: flex; flex-direction: column; align-items: center; justify-content: center; border-width: 2px; }
.promise article { position: relative; padding: 58px 48px 64px; text-align: center; }
.feature-icon { display: block; width: 86px; height: 86px; margin: 0 auto 18px; fill: none; stroke: var(--gold); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.feature-icon.official-icon { width: 112px; height: 112px; margin: -8px auto 12px; object-fit: contain; }
.promise h2 { margin: 8px 0 13px; font-size: 25px; line-height: 1.15; }
.promise p { font-size: 14px; }
.project h2, .order-intro h2 { font-weight: 900; }
.project-mark { border-radius: 18px; }
.project-mark svg { width: 130px; fill: none; stroke: var(--gold); stroke-width: 2; }
.project-mark small { font-weight: 700; }
.delivery-copy { display: grid; grid-template-columns: 86px 1fr; gap: 20px; align-items: center; }
.delivery-copy img { width: 86px; height: 86px; object-fit: contain; }
.delivery-copy p { margin: 0; color: #4b5666; line-height: 1.7; }
legend { font-family: "Raleway Exact", Raleway, Arial, sans-serif; font-size: 16px; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
input, textarea { font-family: "Raleway Exact", Raleway, Arial, sans-serif; }
.payment-note { margin: 0 0 18px; border: 1px solid rgba(228,170,31,.55); padding: 14px; color: var(--ink); font-size: 13px; line-height: 1.5; }
.payment-note strong { color: var(--gold); text-transform: uppercase; }

@media (max-width: 820px) {
  .hero-content { padding-top: 55px; }
  .crest { width: 220px; height: 205px; margin-left: 0; }
  .promise article { padding: 42px 0; }
  .delivery-copy { max-width: 600px; }
}

@media (max-width: 560px) {
  .hero { min-height: 790px; }
  .nav-order { font-size: 11px; }
  .hero-content { padding-top: 42px; }
  .crest { width: 180px; height: 170px; margin: -10px 0 0 -5px; }
  .promise article { padding: 38px 10px; }
  .delivery-copy { grid-template-columns: 68px 1fr; }
  .delivery-copy svg { width: 68px; }
}

/* Passe d'harmonisation graphique */
.hero-content { display: flex; flex-direction: column; align-items: flex-start; }
.crest { margin-left: 0; margin-bottom: 4px; }
.hero .eyebrow { position: relative; padding-left: 58px; }
.hero .eyebrow::before { content: ""; position: absolute; left: 0; top: 50%; width: 42px; height: 2px; background: var(--gold); }
.hero h1 { text-wrap: balance; }
.hero-lead { border-left: 2px solid var(--gold); padding-left: 22px; }
.button { border-radius: 4px; transition: background-color .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.beer-stamp { box-shadow: 0 0 0 7px rgba(228,170,31,.08); }

.promise { background: linear-gradient(180deg, rgba(3,17,44,.75), rgba(1,6,27,.92)); }
.promise article { display: flex; min-height: 350px; flex-direction: column; align-items: center; justify-content: flex-start; }
.feature-icon.official-icon { flex: 0 0 112px; width: 112px; height: 112px; margin: 0 auto 8px; }
.promise h2 { min-height: 58px; display: flex; align-items: center; justify-content: center; }
.promise p { max-width: 270px; }
.promise article::after { content: ""; width: 46px; height: 2px; margin-top: 24px; background: var(--gold); opacity: .7; }

.project-grid { display: block; }
.project-grid > div { max-width: 820px; margin: 0 auto; text-align: center; }
.project-grid .eyebrow { text-align: center; }
.project-grid h2 { text-align: center; }
.project-grid p:last-child { margin-right: auto; margin-left: auto; }
.project-mark { position: relative; min-height: 430px; overflow: hidden; background: radial-gradient(circle at 50% 35%, rgba(228,170,31,.09), transparent 48%); }
.project-mark::before, .project-mark::after { content: "✦"; position: absolute; color: var(--gold); font-size: 18px; }
.project-mark::before { top: 26px; }
.project-mark::after { bottom: 26px; }
.project-mark svg { margin-bottom: 8px; stroke-width: 2.2; }
.project-grid > div:last-child { display: flex; flex-direction: column; justify-content: center; }

.delivery-copy { border-top: 2px solid var(--gold); border-bottom: 1px solid rgba(6,20,46,.18); padding: 20px 0; }
.delivery-copy img { width: 86px; height: 86px; }
.delivery-copy strong { color: var(--dark); font-weight: 800; }
.order-form fieldset { border: 1px solid #d8cfb5; border-top: 3px solid var(--gold); border-radius: 8px; box-shadow: 0 10px 30px rgba(6,20,46,.05); }
.order-form legend { color: var(--dark); }
.order-form legend span { background: var(--gold); color: var(--dark); }
.product-choice { min-height: 90px; }
.radio-grid span { min-height: 70px; border-radius: 4px; }
.summary { border-top: 4px solid var(--gold); border-radius: 8px; }
.payment-note { border-radius: 4px; background: rgba(228,170,31,.06); }

@media (max-width: 820px) {
  .promise article { min-height: auto; }
  .project-mark { min-height: 360px; }
}

@media (max-width: 560px) {
  .hero .eyebrow { padding-left: 38px; }
  .hero .eyebrow::before { width: 26px; }
  .hero-lead { padding-left: 16px; }
  .feature-icon.official-icon { width: 104px; height: 104px; }
  .promise h2 { min-height: auto; }
  .project-mark { min-height: 330px; }
}

.footer-logo { display: block; width: 210px; height: 210px; margin-top: -84px; margin-bottom: -78px; }
