:root {
  --brand-dark: #252323;
  --white: #fff;
  --ink: #252323;
  --muted: #615e5a;
  --line: #e3dfda;
  --accent: #ffad76;
  --orange: #bf4c13;
  --brand-tint: #fff0e4;
  --radius: 4px;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  color-scheme: light;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; object-fit: cover; }
figure, p, h1, h2, h3, h4 { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid #a53c07; outline-offset: 5px; }
.quality-section a:focus-visible, .feed-product a:focus-visible, .hero-photo a:focus-visible { outline-color: var(--accent); }
::selection { background: var(--accent); color: var(--brand-dark); }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.origin-bar { background: var(--brand-dark); color: white; font-size: .75rem; letter-spacing: .09em; }
.origin-bar .wrap { display: flex; justify-content: space-between; align-items: center; min-height: 34px; }
.origin-bar span + span { font-size: .8125rem; letter-spacing: .02em; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 28px; }
.brand-logo { display: inline-flex; width: 216px; flex-shrink: 0; line-height: 1; }
.brand-logo img { width: 100%; height: auto; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: .875rem; font-weight: 500; }
.site-header nav a { min-height: 44px; display: flex; align-items: center; }
.site-header nav a:hover { color: #a53c07; }
.nav-contact { gap: 24px; border: 1px solid var(--brand-dark); padding: 9px 19px; border-radius: var(--radius); }
.menu-toggle { display: none; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: white; padding: 10px 20px; }
.skip-link:focus { top: 10px; }
.hero { display: grid; grid-template-columns: 1fr 1.03fr; gap: 54px; padding-block: 54px 58px; align-items: center; }
.eyebrow { font-size: .75rem; line-height: 1.6; letter-spacing: .12em; font-weight: 700; display: flex; gap: 14px; align-items: center; }
.small-rule { display: inline-block; width: 30px; height: 1px; background: currentColor; flex-shrink: 0; }
.hero h1 { font-family: Arial, Helvetica, sans-serif; font-size: clamp(46px,4.65vw,72px); line-height: 1.08; font-weight: 500; letter-spacing: -2.9px; margin: 26px 0; }
.serif { font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-weight: 400; }
.hero h1 .serif { color: #c85110; }
.hero-description { max-width: 440px; font-size: 1.0625rem; line-height: 1.75; color: var(--muted); margin-bottom: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 14px 22px; min-height: 54px; font-size: .875rem; font-weight: 650; border-radius: var(--radius); transition: background .15s; }
.button span { font-size: 1.25rem; font-weight: 400; }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #a53e0c; }
.text-link { font-size: .875rem; font-weight: 600; display: inline-flex; align-items: center; gap: 18px; border-bottom: 1px solid currentColor; padding-block: 8px; min-height: 44px; }
.text-link:hover { color: #a53c07; }
.hero-link { display: flex; width: fit-content; margin-top: 12px; border-bottom: 0; }
.hero-photo { position: relative; align-self: stretch; min-height: 510px; border-radius: 2px; overflow: hidden; background: #ece7e2; }
.hero-photo img { height: 100%; width: 100%; position: absolute; inset: 0; object-position: 60% center; }
.hero-photo:after { content: ''; position: absolute; inset: 60% 0 0; background: linear-gradient(transparent,rgba(26,23,21,.72)); pointer-events: none; }
.hero-photo figcaption { position: absolute; bottom: 18px; left: 27px; right: 27px; z-index: 1; color: white; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: .875rem; }
.hero-photo figcaption > span { font-size: .75rem; letter-spacing: .1em; }
.hero-photo figcaption a { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; }
.hero-photo figcaption a:hover { text-decoration: underline; text-underline-offset: 4px; }
.photo-tag { position: absolute; top: 24px; right: 24px; background: white; padding: 12px 18px; font-size: .75rem; line-height: 1.35; }
.photo-tag strong { display: block; font-size: 1.9375rem; font-weight: 500; letter-spacing: -1px; margin-top: 4px; }
.facts-strip { border-block: 1px solid var(--line); }
.facts-inner { display: grid; grid-template-columns: repeat(3,1fr); padding-block: 23px; }
.facts-inner p { display: flex; flex-direction: column; padding-left: 35px; border-left: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.facts-inner p:first-child { padding-left: 0; border-left: 0; }
.facts-inner strong { font-size: .9375rem; color: var(--brand-dark); font-weight: 650; }
.section { padding-block: 80px; }
h2 { font-size: clamp(32px,3vw,44px); font-weight: 600; line-height: 1.18; letter-spacing: -1.3px; }
.section-heading .eyebrow, .section-top .eyebrow, .distribution-copy .eyebrow, .contact-grid .eyebrow { margin-bottom: 20px; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.about-section h2 { font-weight: 500; line-height: 1.23; letter-spacing: -1px; }
.about-origin { color: #a94b14; }
.about-body { color: var(--muted); }
.about-body .lead { font-size: 1.25rem; line-height: 1.5; color: var(--brand-dark); letter-spacing: -.3px; }
.about-body p + p { margin-top: 18px; }
.about-body .text-link { margin-top: 19px; color: var(--brand-dark); }
.section-top { display: flex; justify-content: space-between; gap: 64px; align-items: flex-end; margin-bottom: 36px; }
.section-intro { max-width: 360px; color: var(--muted); }
.products-section { background: #f7f6f3; border-block: 1px solid var(--line); }
.eggs-catalog { background: white; border: 1px solid var(--line); border-radius: var(--radius); }
.catalog-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 23px 32px; border-bottom: 1px solid var(--line); }
.catalog-heading h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.875rem; font-weight: 400; line-height: 1.25; letter-spacing: -.5px; }
.catalog-heading > span { color: var(--muted); font-size: .75rem; letter-spacing: .09em; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; }
.product-card { padding: 30px 32px; display: flex; flex-direction: column; align-items: flex-start; }
.product-card + .product-card { border-left: 1px solid var(--line); }
.product-label { font-size: .75rem; letter-spacing: .09em; font-weight: 700; line-height: 1.6; }
.product-card .product-label { color: #97400b; }
.product-card h4 { margin: 13px 0 10px; font-size: 1.625rem; line-height: 1.3; letter-spacing: -.6px; font-weight: 600; }
.product-card > p:not(.product-label):not(.product-format) { color: var(--muted); max-width: 450px; flex: 1; }
.product-format { display: flex; gap: 6px; flex-wrap: wrap; align-items: baseline; font-size: .9375rem; padding-top: 21px; margin-bottom: 15px; }
.product-format strong { font-weight: 650; }
.product-format span { font-size: .8125rem; color: var(--muted); margin-left: 8px; }
.product-card .text-link { margin-top: auto; }
.feed-product { display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 32px; align-items: center; background: var(--brand-dark); color: white; padding: 28px 32px; margin-top: 20px; border-radius: var(--radius); }
.feed-product .product-label { color: var(--accent); }
.feed-product h3 { margin-top: 9px; font-size: 1.5rem; font-weight: 500; letter-spacing: -.5px; line-height: 1.3; }
.feed-product > p { color: #e8e0d9; }
.feed-product .text-link { white-space: nowrap; }
.feed-product .text-link:hover { color: var(--accent); }
.feed-story { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 38px; }
.feed-story img { aspect-ratio: 1.3; width: 100%; border-radius: var(--radius); }
.feed-story figcaption { font-size: .8125rem; color: var(--muted); margin-top: 10px; }
.feed-copy h3 { font-size: 1.875rem; font-weight: 550; line-height: 1.25; letter-spacing: -.8px; margin-block: 18px; }
.feed-copy > p:not(.eyebrow) { color: var(--muted); }
.feed-copy .text-link { margin-top: 20px; }
.quality-section { background: var(--brand-dark); color: white; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 60px; }
.quality-copy > .eyebrow { color: var(--accent); }
.quality-copy h3 { font-size: clamp(30px,3vw,42px); line-height: 1.2; font-weight: 500; letter-spacing: -1px; margin-block: 23px; }
.quality-copy > p:not(.eyebrow) { color: #e8e0d9; max-width: 450px; }
.official-record { display: flex; gap: 22px; align-items: center; border-top: 1px solid #62554b; margin-top: 29px; padding-top: 23px; }
.record-number { font-size: 2.375rem; line-height: 1; color: var(--accent); letter-spacing: -1px; }
.official-record strong { font-size: .875rem; font-weight: 600; }
.official-record p { font-size: .8125rem; color: #e0d5cd; line-height: 1.6; margin-top: 5px; }
.quality-photo img { aspect-ratio: 1.3; width: 100%; border-radius: var(--radius); }
.quality-photo figcaption { color: #e0d5cd; font-size: .8125rem; margin-top: 10px; }
.distribution-section { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; align-items: start; }
.distribution-copy > p:not(.eyebrow) { margin-block: 23px 26px; color: var(--muted); max-width: 380px; }
.delivery-heading { font-size: .75rem; letter-spacing: .1em; font-weight: 700; margin-bottom: 8px; }
.delivery-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding-block: 19px; border-bottom: 1px solid var(--line); }
.delivery-row h3 { font-size: 1.25rem; font-weight: 550; line-height: 1.35; letter-spacing: -.4px; }
.delivery-row p { font-size: .875rem; color: var(--muted); margin-top: 5px; }
.delivery-row > a { display: inline-flex; align-items: center; min-height: 44px; font-size: .875rem; white-space: nowrap; border-bottom: 1px solid var(--brand-dark); gap: 8px; }
.delivery-heading-second { margin-top: 28px; }
.area-province { font-size: .75rem; letter-spacing: .05em; white-space: nowrap; color: var(--muted); }
.delivery-note { font-size: .875rem; color: var(--muted); margin-top: 18px; }
.contact-section { background: var(--brand-tint); padding-block: 64px; }
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 80px; align-items: center; }
.contact-grid > div > p:not(.eyebrow) { margin-top: 20px; max-width: 410px; }
.contact-grid .button { margin-top: 24px; }
.contact-details { border-left: 1px solid #ddc3af; padding-left: 56px; }
.contact-details > div + div { margin-top: 26px; }
.contact-label { display: block; font-size: .75rem; letter-spacing: .1em; font-weight: 700; margin-bottom: 8px; }
.phone-link { display: inline-flex; align-items: center; min-height: 44px; font-size: clamp(20px,2vw,27px); letter-spacing: -.6px; white-space: nowrap; }
.contact-details p { font-size: 1.0625rem; line-height: 1.55; }
.contact-details .text-link { margin-top: 8px; }
.site-footer { padding-top: 40px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 38px; padding-bottom: 30px; }
.footer-top > p { font-size: .875rem; color: var(--muted); margin-right: auto; }
.footer-top .text-link { border: 0; }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 18px; display: flex; justify-content: space-between; gap: 15px; font-size: .75rem; color: var(--muted); }
.mobile-contact { display: none; }
[hidden] { display: none !important; }
@media (min-width: 1600px) {
  .hero h1 { font-size: 76px; }
  .hero { padding-block: 64px; }
  .hero-photo { min-height: 550px; }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .site-header nav { gap: 17px; }
  .brand-logo { width: 200px; }
  .header-inner { gap: 20px; }
  .nav-contact { padding-inline: 14px; gap: 14px; }
  .hero { gap: 30px; }
  .hero h1 { font-size: 55px; }
  .hero-photo figcaption { left: 20px; right: 20px; }
  .hero-photo figcaption > span { display: none; }
  .section { padding-block: 68px; }
  .about-section, .feed-story, .quality-grid { gap: 44px; }
  .section-top { gap: 36px; }
  .section-intro { max-width: 320px; }
  .feed-product { grid-template-columns: 1fr 1fr; gap: 20px 36px; }
  .feed-product .text-link { grid-column: 2; justify-self: start; }
  .feed-product > div { grid-row: 1/3; }
  .distribution-section { gap: 50px; }
  .contact-grid { gap: 42px; }
  .contact-details { padding-left: 32px; }
}
@media (max-width: 900px) and (min-width: 801px) {
  .site-header nav { gap: 12px; }
  .brand-logo { width: 178px; }
  .header-inner { gap: 14px; }
  .nav-contact { padding-inline: 11px; gap: 10px; }
}
@media (max-width: 800px) {
  :root { scroll-padding-top: 84px; }
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom, 0px)); }
  .wrap { width: calc(100% - 40px); }
  .origin-bar .wrap { min-height: 30px; }
  .origin-bar span + span { display: none; }
  .origin-bar { font-size: .75rem; letter-spacing: .04em; }
  .header-inner { min-height: 70px; gap: 16px; }
  .brand-logo { width: 178px; }
  .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 44px; border: 1px solid var(--line); background: transparent; padding: 8px 12px; border-radius: var(--radius); font-size: .875rem; color: var(--brand-dark); }
  .site-header nav { position: absolute; top: 100%; left: 0; right: 0; padding: 16px 20px 22px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 3px; box-shadow: 0 16px 20px #25232310; max-height: calc(100dvh - 80px); overflow-y: auto; }
  .js .site-header nav { display: none; }
  .js .site-header nav.is-open { display: flex; }
  html:not(.js) .site-header { position: relative; }
  html:not(.js) .header-inner { flex-wrap: wrap; padding-block: 8px; }
  html:not(.js) .site-header nav { position: static; box-shadow: none; border: 0; width: 100%; }
  html:not(.js) .menu-toggle { display: none; }
  .nav-contact { justify-content: space-between; margin-top: 8px; }
  .hero { grid-template-columns: 1fr; gap: 28px; padding-block: 34px; }
  .hero h1 { font-size: clamp(45px,8vw,64px); letter-spacing: -2px; margin: 21px 0; }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero h1 .serif:before { content: ' '; }
  .hero-description { max-width: 560px; font-size: 1rem; margin-bottom: 22px; }
  .eyebrow { font-size: .75rem; letter-spacing: .08em; }
  .hero-photo { min-height: 0; aspect-ratio: auto; }
  .hero-photo img { position: relative; inset: auto; height: calc(71.428571vw - 28.571429px); object-position: center; }
  .photo-tag { top: 16px; right: 16px; padding: 9px 13px; }
  .photo-tag strong { font-size: 26px; margin-top: 2px; }
  .hero-photo figcaption > span { display: block; }
  .facts-inner { grid-template-columns: 1fr; padding-block: 5px; }
  .facts-inner p { padding: 14px 0; border-left: 0; border-top: 1px solid var(--line); flex-direction: row; justify-content: space-between; gap: 18px; align-items: center; }
  .facts-inner p:first-child { border: 0; }
  .facts-inner strong { font-size: .875rem; }
  .facts-inner p span { font-size: .8125rem; text-align: right; }
  .section { padding-block: 50px; }
  h2 { font-size: 2rem; letter-spacing: -.8px; }
  .about-section { grid-template-columns: 1fr; gap: 24px; }
  .about-body .lead { font-size: 1.1875rem; }
  .section-heading .eyebrow, .section-top .eyebrow, .distribution-copy .eyebrow, .contact-grid .eyebrow { margin-bottom: 15px; }
  .section-top { display: block; margin-bottom: 27px; }
  .section-intro { max-width: none; margin-top: 18px; }
  .catalog-heading { padding: 21px 24px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .catalog-heading h3 { font-size: 1.625rem; }
  .product-card { padding: 26px 24px; }
  .product-card h4 { font-size: 1.5rem; }
  .product-format { padding-top: 18px; }
  .feed-product { padding: 26px 24px; grid-template-columns: 1fr; gap: 16px; }
  .feed-product > div, .feed-product .text-link { grid-row: auto; grid-column: auto; }
  .feed-product .text-link { justify-self: start; }
  .feed-story { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; }
  .feed-story img { aspect-ratio: 1.5; }
  .feed-copy h3 { font-size: 1.625rem; margin-block: 16px; }
  .quality-grid { grid-template-columns: 1fr; gap: 28px; padding-block: 46px; }
  .quality-copy h3 { font-size: 1.875rem; }
  .quality-copy > p:not(.eyebrow) { max-width: none; }
  .quality-photo img { aspect-ratio: 1.5; }
  .official-record { gap: 18px; }
  .distribution-section { grid-template-columns: 1fr; gap: 30px; }
  .distribution-copy > p:not(.eyebrow) { max-width: none; }
  .delivery-row h3 { font-size: 1.1875rem; }
  .delivery-row { padding-block: 18px; gap: 16px; }
  .area-province { letter-spacing: .01em; }
  .contact-section { padding-block: 48px; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .contact-details { border-left: 0; border-top: 1px solid #ddc3af; padding: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
  .contact-details > div + div { margin-top: 0; }
  .phone-link { font-size: 1.3125rem; }
  .contact-details p { font-size: 1rem; }
  .footer-top { flex-wrap: wrap; gap: 22px; padding-bottom: 25px; }
  .footer-top > p { margin-right: 0; }
  .footer-top .text-link { margin-right: auto; }
  .footer-bottom { flex-wrap: wrap; gap: 8px; }
  .site-footer { padding-top: 32px; }
  .mobile-contact { display: grid; grid-template-columns: 1.1fr 1fr; gap: 10px; position: fixed; z-index: 20; bottom: 0; left: 0; right: 0; background: white; border-top: 1px solid var(--line); padding: 10px 20px calc(10px + env(safe-area-inset-bottom, 0px)); box-shadow: 0 -3px 20px #2523230a; }
  .chrome-ios body { padding-bottom: 0; }
  .chrome-ios .mobile-contact { display: none; }
  .mobile-contact a { display: flex; justify-content: center; align-items: center; gap: 13px; min-height: 48px; padding: 8px; border-radius: var(--radius); font-size: .875rem; font-weight: 650; border: 1px solid var(--line); }
  .mobile-contact .mobile-whatsapp { background: var(--orange); border-color: var(--orange); color: white; }
  a, button { scroll-margin-block: 85px; }
  html:not(.js) body { padding-bottom: 0; }
}
@media (max-width: 600px) {
  .product-grid { grid-template-columns: 1fr; }
  .product-card + .product-card { border-left: 0; border-top: 1px solid var(--line); }
}
@media (max-width: 420px) {
  .contact-details { grid-template-columns: 1fr; }
  .hero-photo figcaption > span { display: none; }
  .delivery-row { flex-wrap: wrap; }
  .header-inner { gap: 10px; }
  .brand-logo { width: 170px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  * { transition: none !important; }
}

.mobile-nav-arrow { display: none; }
.mobile-menu { display: none; }
.mobile-menu[open] { display: flex; }
body.menu-is-open { overflow: hidden; }
@media (max-width: 800px) {
  .js .menu-toggle { border: 0; background: #f5f2ee; border-radius: 28px; padding: 10px 15px; gap: 12px; min-width: 98px; transition: background .18s; }
  .menu-toggle:hover { background: #eae4dd; }
  .menu-label { font-size: .8125rem; font-weight: 600; }
  .menu-icon { width: 18px; height: 18px; position: relative; display: block; }
  .menu-icon span { position: absolute; left: 0; width: 18px; height: 1.5px; background: currentColor; border-radius: 2px; }
  .menu-icon span:first-child { top: 5px; }
  .menu-icon span:last-child { top: 12px; }
  .mobile-menu {
    position: fixed; inset: auto 0 0; margin: 0 auto; padding: 10px 0 0;
    width: min(100%, 480px); max-width: 100%; max-height: calc(100dvh - 16px);
    flex-direction: column; border: 0; border-radius: 24px 24px 0 0;
    background: white; color: var(--ink); box-shadow: 0 -12px 60px #25232318;
    overflow: hidden;
  }
  .mobile-menu::backdrop { background: #25232355; backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px); }
  .mobile-menu[open] { animation: sheet-enter .23s ease-out; }
  .sheet-handle { width: 34px; height: 4px; flex-shrink: 0; background: #d5cbc2; border-radius: 3px; margin: 0 auto; }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 22px 18px; flex-shrink: 0; }
  .mobile-menu-brand { width: 166px; max-width: calc(100% - 64px); display: block; }
  .mobile-menu-brand img { width: 100%; height: auto; }
  .mobile-menu-close { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; border: 1px solid #e1dad4; border-radius: 50%; background: white; color: var(--ink); cursor: pointer; }
  .mobile-menu-close:hover { background: #f5f2ee; }
  .mobile-menu-content { padding: 0 22px calc(21px + env(safe-area-inset-bottom, 0px)); overflow-y: auto; overscroll-behavior: contain; min-height: 0; }
  .mobile-menu-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .mobile-menu-grid a { min-height: 106px; padding: 18px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 18px; border-radius: 10px; background: #f5f2ee; font-size: 1rem; line-height: 1.35; letter-spacing: -.25px; font-weight: 500; transition: background .15s; }
  .mobile-menu-grid a:hover { background: #eee5dd; }
  .mobile-menu-grid svg { color: var(--orange); flex-shrink: 0; }
  .mobile-menu-contact { width: 100%; margin-top: 20px; font-size: .9375rem; min-height: 54px; gap: 16px; }
  .mobile-menu-location { margin-top: 15px; font-size: .75rem; line-height: 1.5; text-align: center; color: var(--muted); letter-spacing: .03em; }
}
@keyframes sheet-enter { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .mobile-menu[open] { animation: none; } }

.whatsapp-web-help { font-size: .8125rem; color: var(--muted); }
.whatsapp-web-help a { display: inline-block; padding-block: 10px; text-decoration: underline; text-underline-offset: 3px; }
