.matcha-page {
  --matcha: #69764b;
  --matcha-deep: #39422c;
  --matcha-soft: #dce0c7;
  --matcha-pale: #eef1df;
  --matcha-cream: #f8f5e9;
  --matcha-forest: #11190e;
  --matcha-line: #c5cda9;
  --mango: #d79a47;
  --strawberry: #c76563;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.matcha-page .preview-main,
.matcha-page section,
.matcha-page .container { max-width: 100%; }

.matcha-hero-grid > *,
.matcha-menu-group > *,
.matcha-drink-grid > *,
.matcha-compose-grid > *,
.matcha-options > * { min-width: 0; }

.matcha-hero {
  min-height: min(880px, 100svh);
  padding: 124px 0 72px;
  overflow: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 73% 34%, rgba(163, 177, 111, .2), transparent 28%),
    linear-gradient(130deg, #182014 0%, #2f3925 56%, #151b12 100%);
}

.matcha-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.matcha-hero-copy { position: relative; z-index: 3; }
.matcha-hero-copy .eyebrow { color: #d7dfae; }
.matcha-script { display: block; margin: 19px 0 -6px; color: #d8c19a; font: 46px/1 "Mrs Saint Delafield", cursive; }
.matcha-hero h1 { max-width: 630px; color: var(--cream); font-size: clamp(48px, 5.6vw, 78px); line-height: .98; }
.matcha-hero-copy > p { max-width: 570px; margin: 27px 0 34px; color: #d4d8c5; font-size: 17px; }
.matcha-hero .hero-ctas { justify-content: flex-start; }

.matcha-hero-art { position: relative; min-height: 570px; }
.matcha-orbit { position: absolute; border: 1px solid rgba(229, 218, 183, .19); border-radius: 50%; }
.matcha-orbit.orbit-one { inset: 2% 4% 4%; }
.matcha-orbit.orbit-two { inset: 13% 15% 15%; }
.matcha-cup { position: absolute; z-index: 2; bottom: 14%; width: 32%; text-align: center; }
.matcha-cup img { display: block; width: 100%; height: auto; filter: drop-shadow(0 28px 25px rgba(0,0,0,.32)); }
.matcha-cup i { position: relative; display: block; width: 100%; aspect-ratio: .76; border-radius: 12px 12px 48% 48%; background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 22%), linear-gradient(#aabc73 0 20%, #f2eee3 21% 35%, #7e9257 36% 100%); box-shadow: inset 0 0 0 1px rgba(255,255,255,.25), 0 30px 40px rgba(0,0,0,.3); transform: perspective(500px) rotateX(-4deg); }
.matcha-cup i::before { content: ""; position: absolute; top: -5%; left: 4%; width: 92%; height: 12%; border-radius: 50%; background: radial-gradient(circle at 44% 45%, #eff3d8 0 5%, transparent 6%), radial-gradient(circle, #b9cf82 0 56%, #edf0df 58% 70%, #73804f 72%); }
.matcha-cup i::after { content: ""; position: absolute; right: 12%; bottom: 5%; left: 12%; height: 8%; border-radius: 50%; background: rgba(0,0,0,.25); filter: blur(9px); transform: translateY(22px); }
.matcha-cup span { display: block; margin-top: 20px; color: #dce0c7; font: italic 14px/1.3 "Playfair Display", serif; }
.matcha-cup.cup-left { left: 0; transform: scale(.74) rotate(-5deg); transform-origin: bottom; }
.matcha-cup.cup-main { left: 33%; bottom: 6%; width: 38%; }
.matcha-cup.cup-right { right: -1%; transform: scale(.8) rotate(5deg); transform-origin: bottom; }
.matcha-cup.cup-left i { background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 22%), linear-gradient(#c5d28e 0 20%, #f5f0e5 21% 43%, #81965a 44% 100%); }
.matcha-cup.cup-right i { background: linear-gradient(90deg, rgba(255,255,255,.18), transparent 22%), linear-gradient(#aabc73 0 20%, #e0a04d 21% 43%, #81965a 44% 100%); }

.matcha-intro { background: linear-gradient(135deg, #f4f2e5 0%, #e8ecd8 100%); }
.matcha-manifesto { max-width: 930px; margin: 0 auto; padding: clamp(42px, 6vw, 72px); text-align: center; border: 1px solid var(--matcha-line); background: var(--matcha-cream); box-shadow: 0 28px 70px -58px rgba(39, 53, 29, .8); }
.matcha-manifesto h2 { margin: 15px 0 27px; font-size: clamp(38px, 5vw, 62px); line-height: 1.03; }
.matcha-manifesto p { max-width: 730px; margin: 0 auto 22px; color: var(--text-soft); }
.matcha-manifesto .manifesto-lead { color: var(--matcha-deep); font: italic clamp(20px, 2.2vw, 28px) "Playfair Display", serif; }
.matcha-manifesto .manifesto-events { color: var(--gold-deep); font-style: italic; }
.matcha-manifesto .btn { margin-top: 10px; }

.matcha-menu { padding: clamp(72px, 9vw, 120px) 0; color: var(--cream); background: radial-gradient(circle at 82% 18%, rgba(122, 143, 79, .12), transparent 28%), var(--matcha-forest); }
.matcha-menu .section-intro h2 { color: var(--cream); }
.matcha-menu .section-intro p { color: #aeb49e; }
.matcha-menu-group { display: grid; grid-template-columns: 240px 1fr; gap: 52px; padding-block: 42px; border-top: 1px solid rgba(222, 224, 199, .2); }
.matcha-menu-group:last-child { border-bottom: 1px solid rgba(222, 224, 199, .2); }
.matcha-group-title { display: flex; gap: 18px; align-items: flex-start; }
.matcha-group-title > span { color: #7e8d58; font: italic 16px "Playfair Display", serif; }
.matcha-group-title small { color: #bec798; font: 600 9px "Montserrat", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.matcha-group-title h3 { margin-top: 10px; color: var(--cream); font-size: 29px; }
.matcha-drink-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.matcha-drink { position: relative; min-height: 230px; padding: 18px 28px 18px 18px; overflow: hidden; display: grid; grid-template-columns: minmax(120px, .72fr) minmax(0, 1.28fr); gap: 18px; align-items: center; color: var(--ink); background: var(--cream-card); border: 1px solid #d9c5a7; }
.matcha-drink.signature { background: var(--matcha-soft); }
.matcha-drink-visual { height: 190px; display: flex; align-items: center; justify-content: center; }
.matcha-drink-visual img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 17px 13px rgba(43, 54, 28, .18)); transition: transform .45s ease; }
.matcha-drink:hover .matcha-drink-visual img { transform: translateY(-5px) scale(1.035); }
.matcha-drink-copy { min-width: 0; }
.matcha-drink h4 { max-width: none; margin: 0 0 8px; font-size: 26px; }
.matcha-drink p { color: var(--text-soft); font-size: 13px; }
.drink-index { position: absolute; top: 18px; right: 20px; color: #9b896d; font: italic 12px "Playfair Display", serif; }
.drink-swatch { position: absolute; top: 20px; left: 28px; width: 27px; height: 27px; border-radius: 50%; background: var(--matcha); box-shadow: inset 0 0 0 6px rgba(255,255,255,.36); }
.drink-swatch.mango, .drink-swatch.mango-fizz { background: linear-gradient(135deg, var(--matcha) 50%, var(--mango) 51%); }
.drink-swatch.strawberry, .drink-swatch.strawberry-fizz { background: linear-gradient(135deg, var(--matcha) 50%, var(--strawberry) 51%); }
.drink-swatch.maison { background: linear-gradient(135deg, var(--matcha-deep), #d1bd8b); }
.fizz-grid .matcha-drink { min-height: 230px; }

.matcha-composer { background: linear-gradient(135deg, #dfe5cc 0%, #f0efdf 100%); }
.matcha-compose-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: stretch; }
.matcha-choice-panel { padding: 40px; border: 1px solid var(--matcha-line); background: rgba(248, 245, 233, .58); }
.matcha-choice-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.matcha-choice-list button { padding: 13px 18px; color: #36402b; background: rgba(255,255,255,.56); border: 1px solid #b8c397; font: 500 12px "Montserrat", sans-serif; cursor: pointer; transition: .25s ease; }
.matcha-choice-list button:hover, .matcha-choice-list button.is-selected { color: var(--cream); background: var(--matcha-deep); border-color: var(--matcha-deep); }
.matcha-choice-list button.is-selected::before { content: "✓ "; }
.matcha-choice-hint { margin-top: 24px; color: #596348; font-style: italic; }
.matcha-selection { padding: 44px 38px; display: flex; flex-direction: column; color: var(--ink); background: var(--matcha-cream); border: 1px solid var(--matcha-line); text-align: center; }
.matcha-selection .matcha-script { margin: 0; color: var(--gold-deep); }
.matcha-selection h3 { margin: 4px 0 34px; font: 600 13px "Montserrat", sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.matcha-selection > div { padding: 23px 0; border-block: 1px solid var(--hairline); text-align: left; }
.matcha-selection small { display: block; margin-bottom: 11px; color: var(--gold-deep); font: 600 9px "Montserrat", sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.matcha-selection p { color: var(--text-soft); font-style: italic; }
.matcha-selection .btn { margin-top: auto; }

.matcha-formulas { background: linear-gradient(150deg, #eef0df 0%, #e0e6cd 100%); }
.matcha-formulas .fcard { display: flex; flex-direction: column; }
.matcha-formulas .fcard .btn { margin-top: auto; }
.matcha-formulas .fcard:not(.highlight) { background: var(--matcha-cream); border-color: var(--matcha-line); }
.matcha-formulas .fcard.highlight { color: var(--cream); background: linear-gradient(155deg, #445234, #202b19); border-color: #445234; }
.matcha-formulas .fcard.highlight h3,
.matcha-formulas .fcard.highlight li { color: var(--cream); }
.matcha-formulas .fcard.highlight .desc { color: #dce2ce; }
.matcha-formulas .fcard.highlight .eyebrow,
.matcha-formulas .fcard.highlight .price,
.matcha-formulas .fcard.highlight .guests,
.matcha-formulas .fcard.highlight .chk { color: #d5dfa9; }
.matcha-formulas .fcard.highlight li { border-color: rgba(218, 226, 193, .22); }
.matcha-options { margin-top: 68px; display: grid; grid-template-columns: 1fr 1fr 1fr; border: 1px solid var(--matcha-line); background: rgba(248, 245, 233, .58); }
.matcha-options > div { padding: 30px; border-right: 1px solid var(--matcha-line); }
.matcha-options > div:last-child { border-right: 0; }
.matcha-options h3 { margin-top: 10px; font-size: 28px; }
.matcha-option { display: flex; flex-direction: column; justify-content: space-between; gap: 28px; }
.matcha-option strong, .matcha-option small { display: block; }
.matcha-option strong { font: 500 21px "Playfair Display", serif; }
.matcha-option small { margin-top: 10px; color: var(--text-soft); font: italic 13px/1.5 "Lora", serif; }
.matcha-option b { font: 600 14px "Montserrat", sans-serif; }

.matcha-service { padding: clamp(82px, 10vw, 130px) 0; color: var(--cream); background: radial-gradient(circle at 50% 0%, rgba(143, 160, 94, .17), transparent 34%), linear-gradient(145deg, #27331f, #11190e); text-align: center; }
.matcha-service .eyebrow { color: #d4dda8; }
.matcha-service h2 { max-width: 820px; margin: 28px auto; color: var(--cream); font-size: clamp(38px, 5vw, 60px); }
.matcha-service p { max-width: 770px; margin: 0 auto 18px; color: #d5dbc9; }
.matcha-service strong { display: block; margin-top: 46px; color: var(--cream); font: italic clamp(24px, 3vw, 35px) "Playfair Display", serif; }
.matcha-faq { background: linear-gradient(135deg, #f7f4e8, #e9edd9); }
.matcha-faq .section-intro .eyebrow { color: #69764b; }
.matcha-faq .faq-item { border-color: #bfc8a3; }
.matcha-faq .faq-q { color: #28321f; }
.matcha-faq .faq-q .plus { color: #69764b; }
.matcha-faq .faq-a-inner { color: #59604e; }
.matcha-faq-link { margin-top: 34px; text-align: center; font-style: italic; }
.matcha-faq-link a { border-bottom: 1px solid currentColor; }
.matcha-page .cta-band { background: linear-gradient(120deg, #26331e, #52613d); }
.matcha-page .cta-band p { color: #d8dfce; }

@media (min-width: 1000px) and (max-height: 760px) {
  .matcha-hero { min-height: calc(100svh - 28px); padding: 94px 0 34px; }
  .matcha-hero-art { min-height: 440px; }
  .matcha-hero h1 { font-size: clamp(44px, 4.7vw, 65px); }
  .matcha-hero-copy > p { margin-block: 20px 25px; }
  .matcha-menu { padding-block: 52px; }
  .matcha-menu-group { padding-block: 28px; }
  .matcha-drink { min-height: 190px; padding: 14px 22px 14px 14px; }
  .matcha-drink-visual { height: 158px; }
  .matcha-drink h4 { font-size: 23px; }
}

@media (max-width: 900px) {
  .matcha-hero { min-height: auto; padding: 142px 0 64px; }
  .matcha-hero-grid { grid-template-columns: 1fr; gap: 28px; }
  .matcha-hero-copy { text-align: center; }
  .matcha-hero h1, .matcha-hero-copy > p { margin-inline: auto; }
  .matcha-hero .hero-ctas { justify-content: center; }
  .matcha-hero-art { min-height: 430px; max-width: 620px; width: 100%; margin: 0 auto; }
  .matcha-menu-group { grid-template-columns: 1fr; gap: 24px; }
  .matcha-compose-grid { grid-template-columns: 1fr; }
  .matcha-options { grid-template-columns: 1fr; }
  .matcha-options > div { border-right: 0; border-bottom: 1px solid #d2b98f; }
  .matcha-options > div:last-child { border-bottom: 0; }
}

@media (max-width: 600px) {
  .matcha-page,
  .matcha-page .preview-main,
  .matcha-page section {
    width: 100%;
    max-width: 100vw;
    overflow-x: clip;
  }
  .matcha-page .container {
    width: 100%;
    min-width: 0;
    padding-inline: 20px;
  }
  .matcha-hero { padding: 124px 0 50px; }
  .matcha-script { font-size: 37px; }
  .matcha-hero h1 { font-size: clamp(38px, 11vw, 49px); }
  .matcha-hero-copy > p { font-size: 15px; }
  .matcha-hero .hero-ctas { align-items: stretch; flex-direction: column; }
  .matcha-hero .btn { width: 100%; justify-content: center; }
  .matcha-hero-art { min-height: 315px; }
  .matcha-cup span { margin-top: 13px; font-size: 11px; }
  .matcha-manifesto { padding: 36px 20px; }
  .matcha-manifesto h2 { font-size: 36px; }
  .matcha-menu { padding-block: 64px; }
  .matcha-drink-grid { grid-template-columns: 1fr; }
  .matcha-drink { min-height: 315px; padding: 20px; grid-template-columns: 1fr; gap: 4px; text-align: center; }
  .matcha-drink-visual { height: 205px; }
  .matcha-drink-copy { align-self: start; }
  .matcha-drink h4 { padding-inline: 22px; font-size: 24px; }
  .matcha-choice-panel, .matcha-selection { padding: 28px 20px; }
  .matcha-compose-grid,
  .matcha-choice-panel,
  .matcha-selection,
  .matcha-menu-group,
  .matcha-drink-grid,
  .matcha-options,
  .matcha-formulas .formule-grid,
  .matcha-formulas .fcard {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .matcha-choice-list { display: grid; grid-template-columns: 1fr; }
  .matcha-choice-list button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
    text-align: left;
  }
  .matcha-selection p { overflow-wrap: anywhere; }
  .matcha-selection .btn { margin-top: 28px; }
  .matcha-selection .btn,
  .matcha-formulas .fcard .btn,
  .matcha-page .cta-band .btn {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding-inline: 14px;
    justify-content: center;
    white-space: normal;
    text-align: center;
    line-height: 1.45;
  }
  .matcha-options { margin-top: 44px; }
  .matcha-option,
  .matcha-option span,
  .matcha-option b { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .matcha-service { padding-block: 76px; }
  .matcha-service h2 { font-size: 36px; }
}

/* Carte Matcha compacte : les six créations tiennent dans un écran desktop. */
@media (min-width: 901px) {
  .matcha-menu {
    min-height: 100svh;
    padding-block: clamp(34px, 5svh, 52px);
    display: flex;
    align-items: center;
  }

  .matcha-menu > .container { max-width: 1320px; }
  .matcha-menu .section-intro {
    max-width: 790px;
    margin-bottom: clamp(20px, 3svh, 32px);
  }
  .matcha-menu .section-intro .eyebrow { margin-bottom: 8px; }
  .matcha-menu .section-intro h2 {
    margin-bottom: 12px;
    font-size: clamp(36px, 3.7vw, 52px);
    line-height: 1.02;
  }
  .matcha-menu .section-intro p { font-size: 14px; line-height: 1.55; }

  .matcha-menu-group {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 24px;
    padding-block: clamp(15px, 2.1svh, 21px);
  }
  .matcha-group-title { gap: 11px; }
  .matcha-group-title > span { font-size: 13px; }
  .matcha-group-title h3 { margin-top: 7px; font-size: 22px; line-height: 1.12; }

  .matcha-drink-grid { gap: 10px; }
  .latte-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .fizz-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .matcha-drink,
  .fizz-grid .matcha-drink {
    height: clamp(158px, 20svh, 184px);
    min-height: 0;
    padding: 12px 16px 12px 12px;
    gap: 12px;
  }
  .latte-grid .matcha-drink {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(92px, 1fr) auto;
    gap: 1px;
    padding: 9px 10px 12px;
    text-align: center;
  }
  .matcha-drink-visual { height: 130px; }
  .latte-grid .matcha-drink-visual { width: 100%; height: 100%; min-height: 0; }
  .matcha-drink h4 { margin-bottom: 4px; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.08; }
  .matcha-drink p { font-size: 10px; line-height: 1.4; }
  .drink-index { top: 10px; right: 12px; font-size: 9px; }
}
