
.how-header-title { display: grid; gap: 4px; color: var(--green-950); }
.how-header-title small { color: var(--orange-700); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.how-header-title strong { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; }
.current-menu-link { color: #ffd3a8; }
.how-hero { overflow: hidden; background: linear-gradient(125deg, #fffaf1 0%, #edf7ee 72%, #fff0df 100%); }
.how-hero-grid { min-height: 610px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.how-hero-copy h1 { margin: 4px 0 22px; color: var(--green-950); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(54px, 6vw, 84px); line-height: .98; }
.how-hero-copy > p:last-of-type { max-width: 600px; color: #53655b; font-size: 18px; line-height: 1.7; }
.how-hero-actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.how-hero-image { position: relative; min-height: 480px; overflow: hidden; border-radius: 26px; box-shadow: 0 28px 65px rgba(26,74,49,.16); }
.how-hero-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.how-hero-image span { position: absolute; left: 22px; bottom: 22px; padding: 12px 17px; border-radius: 999px; background: rgba(255,255,255,.92); color: var(--green-950); font-weight: 900; }
.prepare-section { padding: 86px 0; }
.prepare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.prepare-grid article { position: relative; min-height: 250px; padding: 30px; border: 1px solid #e3e9df; border-radius: 18px; background: linear-gradient(145deg, #fff, #f8f4e9); }
.prepare-grid article > b { position: absolute; right: 22px; top: 18px; color: #d5ddd2; font-size: 29px; }
.prepare-grid article > span { font-size: 40px; }
.prepare-grid h3 { margin: 19px 0 9px; color: var(--green-950); font-size: 21px; }
.prepare-grid p { margin: 0; color: #627066; line-height: 1.6; }
.visual-guide { display: grid; gap: 30px; padding-bottom: 88px; }
.visual-step { overflow: hidden; display: grid; grid-template-columns: 1.05fr .95fr; align-items: stretch; border: 1px solid #e1e7df; border-radius: 24px; background: #fff; box-shadow: 0 18px 45px rgba(24,74,48,.08); }
.visual-step.reverse { grid-template-columns: .95fr 1.05fr; }
.visual-step.reverse img { order: 2; }
.visual-step img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.visual-step > div { padding: 55px; display: grid; align-content: center; }
.visual-step h2 { margin: 3px 0 15px; color: var(--green-950); font-family: Georgia, 'Times New Roman', serif; font-size: 42px; }
.visual-step p { color: #607067; line-height: 1.65; }
.visual-step ul { margin: 15px 0 0; padding-left: 20px; color: var(--green-800); line-height: 1.9; font-weight: 700; }
.ways-section { padding: 86px 0; background: #f7f3e8; }
.ways-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.way-card { overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; border-radius: 20px; background: #fff; box-shadow: 0 15px 38px rgba(30,78,52,.08); }
.way-card.wide { grid-column: 1 / -1; grid-template-columns: .72fr 1.28fr; }
.way-card img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.way-card > div { padding: 34px; display: grid; align-content: center; }
.way-card span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--orange-700); font-weight: 900; }
.way-card h3 { margin: 17px 0 10px; color: var(--green-950); font-family: Georgia, 'Times New Roman', serif; font-size: 31px; }
.way-card p { margin: 0; color: #647169; line-height: 1.65; }
.taste-guide { padding: 86px 0; }
.taste-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.taste-grid article { overflow: hidden; display: grid; grid-template-columns: 170px 1fr; align-items: center; min-height: 170px; border: 1px solid #e1e7df; border-radius: 18px; background: #fff; }
.taste-grid img { width: 100%; height: 100%; min-height: 170px; object-fit: cover; }
.taste-grid div { padding: 25px; }
.taste-grid strong { color: var(--green-950); font-size: 23px; }
.taste-grid p { margin: 7px 0 0; color: #647169; line-height: 1.55; }
.freshness-section { color: #fff; background: linear-gradient(105deg, var(--green-950), var(--green-800) 75%, var(--orange-700)); }
.freshness-grid { min-height: 340px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 65px; }
.freshness-grid h2 { margin: 2px 0 16px; color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 48px; }
.freshness-grid p { color: rgba(255,255,255,.78); line-height: 1.7; }
.freshness-list { display: grid; gap: 13px; }
.freshness-list span { padding: 15px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 12px; background: rgba(255,255,255,.08); font-weight: 750; }
.how-cta { min-height: 260px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.how-cta h2 { max-width: 700px; margin: 0; color: var(--green-950); font-family: Georgia, 'Times New Roman', serif; font-size: 44px; }
.how-cta > div:last-child { display: flex; gap: 12px; }
.footer-whatsapp-link { display: block; margin: 0 0 12px; padding: 0; border: 0; background: transparent; color: #cbd7d0; cursor: pointer; font: inherit; }
@media (max-width: 1080px) {
  .prepare-grid { grid-template-columns: repeat(2, 1fr); }
  .how-hero-grid { grid-template-columns: 1fr; padding: 60px 0; }
  .how-hero-image { min-height: 430px; }
  .visual-step, .visual-step.reverse { grid-template-columns: 1fr; }
  .visual-step.reverse img { order: 0; }
}
@media (max-width: 760px) {
  .how-header-title { display: none; }
  .how-hero-grid { width: 100%; gap: 0; padding: 0; }
  .how-hero-copy { padding: 54px 22px 38px; }
  .how-hero-copy h1 { font-size: 52px; }
  .how-hero-copy > p:last-of-type { font-size: 16px; }
  .how-hero-actions { display: grid; }
  .how-hero-actions .btn { width: 100%; }
  .how-hero-image { min-height: 370px; border-radius: 0; box-shadow: none; }
  .prepare-section { padding: 58px 0; }
  .prepare-grid { grid-template-columns: 1fr; }
  .visual-guide { padding-bottom: 58px; }
  .visual-step img { min-height: 300px; }
  .visual-step > div { padding: 31px 25px 36px; }
  .visual-step h2 { font-size: 35px; }
  .ways-section { padding: 58px 0; }
  .ways-grid { grid-template-columns: 1fr; }
  .way-card, .way-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .way-card img { min-height: 255px; max-height: 320px; }
  .way-card > div { padding: 27px; }
  .way-card h3 { font-size: 28px; }
  .taste-guide { padding: 58px 0; }
  .taste-grid { grid-template-columns: 1fr; }
  .taste-grid article { grid-template-columns: 120px 1fr; }
  .taste-grid img { min-height: 150px; }
  .freshness-grid { min-height: 520px; grid-template-columns: 1fr; gap: 25px; padding: 55px 0; }
  .freshness-grid h2 { font-size: 39px; }
  .how-cta { min-height: 360px; align-items: stretch; justify-content: center; flex-direction: column; }
  .how-cta h2 { font-size: 37px; }
  .how-cta > div:last-child { display: grid; }
  .how-cta .btn { width: 100%; }
}
