/* ============================================================
   R.E. Enterprise — Homepage stylesheet
   Design: "Trust Blue" (Concept A from /redesign/) — navy ink,
   soft blue-gray surfaces, pill buttons, insurance/engineering-
   firm register. Lifted from redesign/a.css; fonts are loaded via
   <link> in index.html <head> instead of @import (same families/
   weights, avoids a duplicate font fetch).
   ============================================================ */

:root {
  --ink: oklch(24% 0.03 255);
  --ink-soft: oklch(38% 0.03 255);
  --mute: oklch(55% 0.02 255);
  --bg: oklch(98% 0.004 255);
  --bg-soft: oklch(95% 0.01 255);
  --paper: #FFFFFF;
  --line: oklch(90% 0.01 255);
  --accent: oklch(48% 0.14 255);
  --accent-soft: oklch(94% 0.03 255);
  --accent-ink: #FFFFFF;
  --radius: 10px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: 'IBM Plex Sans Thai', 'IBM Plex Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, p { margin: 0; }
.rd-wrap { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.rd-accent { color: var(--accent); }
.rd-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); display: inline-block; flex-shrink: 0; }

/* Placeholder photo blocks */
.rd-ph {
  background: repeating-linear-gradient(135deg, var(--bg-soft) 0 10px, var(--paper) 10px 20px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; align-items: center; justify-content: center;
}
.rd-ph-label { font-family: 'IBM Plex Sans', monospace; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); background: var(--paper); padding: 6px 12px; border-radius: 6px; border: 1px solid var(--line); }

/* Nav */
.rd-nav { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--line); }
.rd-nav-inner { position: relative; display: flex; align-items: center; justify-content: space-between; height: 80px; }
.rd-logo { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; color: var(--ink); min-width: 0; }
.rd-logo-mark { width: 38px; height: 38px; flex-shrink: 0; }
.rd-logo-mark img { width: 100%; height: 100%; object-fit: contain; }
.rd-nav-links { display: flex; gap: 32px; font-size: 15px; font-weight: 500; }
.rd-nav-links a:hover { color: var(--accent); }
.rd-nav-right { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.rd-nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); cursor: pointer; padding: 0; flex-shrink: 0; }
.rd-nav-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.rd-nav-lang-btn { background: transparent; border: 1px solid var(--line); color: var(--ink-soft); padding: 6px 12px; border-radius: 999px; font-family: inherit; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; cursor: pointer; }
.rd-nav-lang-btn:hover { border-color: var(--accent); color: var(--accent); }
.rd-nav-cta { display: inline-flex; align-items: center; gap: 8px; background: var(--accent); color: var(--accent-ink); padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: 14px; transition: background .15s; }
.rd-nav-cta:hover { background: var(--ink); }

/* Buttons */
.rd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 26px; border-radius: 999px; font-weight: 600; font-size: 15px; transition: all .15s ease; border: 1px solid transparent; }
.rd-btn-primary { background: var(--accent); color: #fff; }
.rd-btn-primary:hover { background: oklch(42% 0.14 255); }
.rd-btn-secondary { background: var(--paper); color: var(--ink); border-color: var(--line); }
.rd-btn-secondary:hover { border-color: var(--accent); color: var(--accent); }
.rd-line-tag { display: inline-flex; align-items: center; gap: 8px; }
.rd-line-icon { width: 20px; height: 20px; border-radius: 5px; flex-shrink: 0; }
.rd-btn-dark { background: var(--ink); color: #fff; }
.rd-btn-dark:hover { background: var(--accent); }

/* Hero */
.rd-hero { padding: 56px 0 0; border-bottom: 1px solid var(--line); overflow: hidden; }
.rd-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 64px; align-items: end; }
.rd-hero-marquee-mobile { display: none; }
.rd-hero-eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; color: var(--accent); background: var(--accent-soft); padding: 7px 14px; border-radius: 999px; margin-bottom: 24px; }
.rd-hero-title { font-size: clamp(40px, 5.2vw, 68px); font-weight: 700; line-height: 1.12; letter-spacing: -0.01em; }
.rd-hero-lede { margin-top: 24px; font-size: 19px; line-height: 1.6; color: var(--ink-soft); max-width: 46ch; white-space: pre-line; }
.rd-hero-actions { display: flex; gap: 20px; margin-top: 40px; flex-wrap: wrap; }
.rd-cta-short { display: none; }
.rd-hero-cta-block { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; }
.rd-hero-cta-block small { font-size: 14px; color: var(--mute); padding-left: 6px; }
.rd-hero-copy { padding-bottom: 64px; align-self: center; }
.rd-hero-visual { position: relative; }
.rd-hero-photo { width: 100%; height: auto; aspect-ratio: 4/4.6; object-fit: contain; object-position: bottom; display: block; }

/* Marquee (kept consistent — dark strip, scrolling logos) */
.rd-marquee-wrap { background: var(--paper); }
.rd-marquee-eyebrow { text-align: center; font-size: 15px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mute); padding: 28px 0 16px; }
.rd-marquee { background: var(--ink); overflow: hidden; padding: 0; height: 130px; display: flex; align-items: center; border-top: 1px solid var(--line); }
.rd-marquee-track { display: flex; align-items: center; gap: 72px; white-space: nowrap; animation: rd-marquee 32s linear infinite; }
.rd-marquee-logo { display: flex; align-items: center; height: 110px; flex-shrink: 0; }
.rd-marquee-logo img { height: 110px; width: auto; max-width: 260px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.75; }
@keyframes rd-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Section head */
.rd-section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.rd-section-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: start; margin-bottom: 48px; }
.rd-section-num { font-size: 13px; font-weight: 600; color: var(--accent); padding-top: 8px; }
.rd-section-title { font-size: clamp(32px, 4vw, 48px); font-weight: 700; letter-spacing: -0.01em; line-height: 1.15; }
.rd-section-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--mute); text-align: right; max-width: 200px; padding-top: 10px; }

/* Services */
.rd-services { display: grid; }
.rd-service-row { display: grid; grid-template-columns: 60px 1.1fr 1.6fr 140px; gap: 24px; align-items: center; padding: 28px 24px; border-radius: var(--radius); transition: background .15s; }
.rd-service-row:nth-child(odd) { background: var(--bg-soft); }
.rd-service-head { display: contents; }
.rd-service-body { display: contents; }
.rd-service-body-inner { display: contents; }
.rd-service-num { font-size: 14px; color: var(--mute); font-weight: 600; }
.rd-service-name { font-size: 22px; font-weight: 700; letter-spacing: -0.01em; }
.rd-service-desc { color: var(--ink-soft); font-size: 16px; max-width: 48ch; }
.rd-service-tag { justify-self: end; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); padding: 7px 12px; border-radius: 999px; }
.rd-service-chevron { display: none; }

/* Stats */
.rd-stats-section { background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.rd-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 56px 32px; }
.rd-stat { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 24px; }
.rd-stat-num { font-size: clamp(32px, 3.6vw, 48px); font-weight: 700; color: var(--accent); letter-spacing: -0.02em; }
.rd-stat-label { margin-top: 8px; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--mute); }

/* Distributor */
.rd-dist { background: var(--ink); color: #EDEFF5; padding: 88px 0; }
.rd-dist-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
.rd-dist-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid oklch(50% 0.02 255); padding: 7px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 20px; }
.rd-dist-title { font-size: clamp(30px, 3.6vw, 44px); font-weight: 700; line-height: 1.2; }
.rd-dist-sub { margin-top: 20px; max-width: 52ch; color: oklch(85% 0.01 255); font-size: 16px; line-height: 1.6; }
.rd-dist-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 24px; margin-top: 28px; font-size: 14px; }
.rd-dist-list a:hover { color: var(--accent); }
.rd-dist-list span { opacity: .6; }
.rd-dist-left > .rd-btn { margin-top: 32px; background: var(--accent); color: #fff; }
.rd-dist-cards { display: grid; gap: 14px; }
.rd-dist-card { background: var(--paper); color: var(--ink); border-radius: var(--radius); padding: 18px; display: flex; align-items: center; gap: 16px; }
.rd-dist-card-img { width: 64px; height: 64px; flex-shrink: 0; }
.rd-dist-card-img .rd-ph-label { font-size: 9px; padding: 3px 5px; }
.rd-dist-card-name { font-weight: 700; font-size: 16px; }
.rd-dist-card-code { font-size: 13px; color: var(--mute); margin-top: 2px; }

/* Gallery */
.rd-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.rd-gal-item { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.rd-gal-img { display: flex; aspect-ratio: 4/3; }
.rd-gal-half { position: relative; flex: 1; overflow: hidden; background: oklch(88% 0.02 255); }
.rd-gal-half img, .rd-gal-half video { width: 100%; height: 100%; object-fit: cover; display: block; }
.rd-gal-badge { position: absolute; left: 10px; bottom: 10px; padding: 4px 10px; font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 999px; background: oklch(20% 0.02 255 / 0.6); color: #fff; }
.rd-gal-badge-after { background: var(--accent); }
.rd-gal-meta { padding: 18px; display: flex; justify-content: space-between; align-items: flex-end; gap: 12px; }
.rd-gal-title { font-weight: 700; font-size: 16px; }
.rd-gal-sub { font-size: 16px; color: var(--mute); margin-top: 4px; }
.rd-gal-pill { font-size: 11px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; background: var(--bg-soft); padding: 5px 10px; border-radius: 999px; flex-shrink: 0; }

/* Reviews */
.rd-reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.rd-review { background: var(--bg-soft); border-radius: var(--radius); padding: 32px; }
.rd-review-quote { font-size: 18px; line-height: 1.55; color: var(--ink-soft); }
.rd-review-meta { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; }
.rd-review-name { font-weight: 700; }
.rd-review-stars { color: var(--accent); letter-spacing: 2px; }
.rd-review-source { color: var(--mute); }
.rd-reviews-dots { display: none; }

/* Service areas */
.rd-areas-head { max-width: 640px; margin-bottom: 36px; }
.rd-areas-kicker { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--accent); margin-bottom: 14px; }
.rd-areas-title { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; margin-bottom: 14px; }
.rd-areas-lede { color: var(--mute); font-size: 15px; line-height: 1.6; }
.rd-area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.rd-area-chip { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; font-size: 14px; font-weight: 500; transition: all .15s; }
.rd-area-chip:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Contact */
.rd-contact { background: var(--bg-soft); padding: 88px 0; }
.rd-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.rd-contact-title { font-size: clamp(32px, 4vw, 48px); font-weight: 700; line-height: 1.2; margin-top: 12px; }
.rd-contact-lede { margin-top: 20px; color: var(--ink-soft); font-size: 16px; max-width: 46ch; line-height: 1.6; }
.rd-contact-card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.rd-contact-row { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
.rd-contact-row:last-child { border-bottom: 0; }
.rd-k { color: var(--mute); }
.rd-v { font-weight: 700; }
.rd-contact-actions { display: grid; gap: 12px; margin-top: 20px; }
.rd-cbtn { display: flex; align-items: center; justify-content: center; padding: 18px; border-radius: 999px; background: var(--accent); color: #fff; font-weight: 600; }
.rd-cbtn:hover { background: var(--ink); }
.rd-cbtn-line { background: #06C755; }
.rd-cbtn-line:hover { background: var(--ink); }

/* Footer */
.rd-footer { padding: 64px 0 32px; }
.rd-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.rd-footer-logo { font-size: 20px; font-weight: 700; }
.rd-footer-tag { margin-top: 12px; color: var(--mute); font-size: 14px; max-width: 32ch; }
.rd-footer h3 { font-size: 13px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; color: var(--mute); margin-bottom: 14px; }
.rd-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; }
.rd-footer-bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--mute); }

/* LINE widget */
.rd-line-widget { position: fixed; right: 24px; bottom: 24px; z-index: 100; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.rd-line-bubble { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px 22px; max-width: 270px; font-size: 14px; line-height: 1.5; position: relative; box-shadow: 0 16px 40px -16px oklch(24% 0.03 255 / 0.3); }
.rd-line-meta { font-size: 12px; font-weight: 600; color: var(--mute); margin-bottom: 8px; }
.rd-line-close { position: absolute; top: 8px; right: 10px; background: none; border: 0; font-size: 16px; color: var(--mute); cursor: pointer; }
.rd-line-cta { display: inline-block; margin-top: 12px; color: #06C755; font-weight: 700; font-size: 13px; }
.rd-line-fab { width: 60px; height: 60px; border-radius: 50%; background: #06C755; color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; box-shadow: 0 10px 28px -8px oklch(24% 0.03 255 / 0.4); }

@media (min-width: 561px) and (max-width: 1200px) {
  /* Tablet only — see geo-style.css for the matching rule + rationale. */
  .rd-hero-title { max-width: 560px; margin-left: auto; margin-right: auto; }
  .rd-hero-lede { max-width: 480px; font-size: 21px; }
}
@media (max-width: 1200px) {
  /* .rd-hero-grid's base rule sets align-items:end for the desktop 2-col
     grid; that's a cross-axis (horizontal, once flex-direction is column)
     rule that survives here unless reset, which shrank+right-aligned each
     stacked item instead of letting it fill the row and center. Reset it. */
  .rd-hero-grid { display: flex; flex-direction: column; align-items: center; }
  .rd-hero-marquee-mobile { display: block; margin: 0 -32px; width: calc(100% + 64px); overflow: hidden; }
  .rd-marquee-outer { display: none; }
  .rd-hero-copy { text-align: center; padding-bottom: 32px; align-self: auto; width: 100%; }
  .rd-hero-lede { margin-left: auto; margin-right: auto; text-align: center; }
  .rd-hero-actions { justify-content: center; }
  .rd-hero-cta-block { align-items: center; }

  /* Services accordion */
  .rd-services { gap: 12px; }
  .rd-service-row { display: block; padding: 0; border-radius: var(--radius); background: var(--bg-soft); }
  .rd-service-row:nth-child(odd) { background: var(--bg-soft); }
  .rd-service-head { display: flex; align-items: center; gap: 14px; padding: 18px 20px; cursor: pointer; }
  .rd-service-name { font-size: 17px; }
  .rd-service-num { font-size: 13px; flex-shrink: 0; }
  .rd-service-chevron { display: inline-flex; margin-left: auto; font-size: 22px; line-height: 1; color: var(--mute); transition: transform .2s ease; flex-shrink: 0; }
  .rd-service-open .rd-service-chevron { transform: rotate(90deg); color: var(--accent); }
  .rd-service-body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
  .rd-service-open .rd-service-body { grid-template-rows: 1fr; }
  .rd-service-body-inner { display: block; overflow: hidden; min-height: 0; }
  .rd-service-desc { padding: 0 20px; max-width: none; font-size: 15px; }
  .rd-service-tag { justify-self: start; margin: 14px 20px 20px; display: inline-block; }

  /* Reviews carousel */
  .rd-reviews-head { grid-template-columns: 1fr auto; align-items: center; }
  .rd-review-rating { background: var(--accent-soft); color: var(--accent); border-radius: 999px; padding: 7px 14px; text-align: center; max-width: none; white-space: nowrap; }
  .rd-reviews { display: flex; grid-template-columns: none; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 32px; padding: 4px 0; margin: 0 -32px; padding-left: 32px; padding-right: 32px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .rd-reviews::-webkit-scrollbar { display: none; }
  .rd-review { scroll-snap-align: start; flex: 0 0 82%; padding: 24px; }
  .rd-reviews-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
  .rd-reviews-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line); transition: background .2s, transform .2s; flex-shrink: 0; }
  .rd-reviews-dot.rd-dot-active { background: var(--accent); transform: scale(1.3); }
}

@media (max-width: 900px) {
  .rd-hero-grid, .rd-dist-grid, .rd-contact-grid { grid-template-columns: 1fr; }
  .rd-nav-toggle { display: flex; }
  .rd-nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 16px 32px -20px oklch(24% 0.03 255 / 0.3);
    padding: 4px 32px 12px;
  }
  .rd-nav-links a { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .rd-nav-links a:last-child { border-bottom: 0; }
  .rd-nav-open .rd-nav-links { display: flex; }
  .rd-stats { grid-template-columns: 1fr 1fr; }
  .rd-gallery { grid-template-columns: 1fr; }
  .rd-reviews { grid-template-columns: 1fr; }
  .rd-footer-grid { grid-template-columns: 1fr 1fr; }
  .rd-dist-list { grid-template-columns: 1fr 1fr; gap: 8px 16px; }
  .rd-marquee, .rd-marquee-logo, .rd-marquee-logo img { height: 108px; }
}

@media (max-width: 560px) {
  .rd-wrap { padding: 0 20px; }
  .rd-section { padding: 56px 0; }
  .rd-hero { padding: 24px 0 0; }
  .rd-hero-eyebrow { margin-bottom: 14px; padding: 5px 12px; font-size: 12px; }
  .rd-hero-title { font-size: 32px; line-height: 1.16; }
  .rd-hero-copy { padding-bottom: 16px; }
  .rd-hero-marquee-mobile .rd-marquee-eyebrow { padding: 14px 0 8px; font-size: 12px; }
  .rd-hero-marquee-mobile .rd-marquee, .rd-hero-marquee-mobile .rd-marquee-logo, .rd-hero-marquee-mobile .rd-marquee-logo img { height: 84px; }
  .rd-dist, .rd-contact { padding: 56px 0; }
  .rd-nav-inner { height: 64px; }
  .rd-logo { font-size: 15px; gap: 8px; }
  .rd-logo-mark { width: 30px; height: 30px; }
  .rd-nav-cta { padding: 10px 16px; font-size: 13px; }
  .rd-nav-lang-btn { padding: 5px 10px; font-size: 12px; }
  .rd-nav-toggle { width: 36px; height: 36px; }
  .rd-logo-text { display: none; }
  .rd-footer-grid { gap: 32px 20px; }
  .rd-stats { grid-template-columns: 1fr 1fr; gap: 12px; padding: 40px 20px; }
  .rd-stat { padding: 20px 16px; }
  .rd-hero-actions { flex-direction: row; gap: 10px; flex-wrap: nowrap; margin-top: 20px; }
  .rd-hero-cta-block { align-items: stretch; flex: 1 1 0; min-width: 0; }
  .rd-hero-cta-block .rd-btn { width: 100%; padding: 14px 10px; font-size: 14px; gap: 6px; }
  .rd-hero-cta-block small { text-align: center; }
  .rd-cta-full { display: none; }
  .rd-cta-short { display: inline; }
  .rd-line-widget { right: 14px; bottom: 14px; }
  .rd-line-bubble { max-width: calc(100vw - 100px); }
  .rd-hero-lede { font-size: 14px; line-height: 1.55; max-width: none; white-space: normal; margin-top: 14px; }
  .rd-section-head { grid-template-columns: 1fr; gap: 8px; margin-bottom: 32px; }
  .rd-section-kicker { text-align: left; max-width: none; padding-top: 0; }
  .rd-reviews-head { grid-template-columns: 1fr auto; gap: 10px; }
  .rd-reviews-head .rd-section-title { font-size: 24px; }
  .rd-review { flex: 0 0 86%; padding: 20px; }
  .rd-reviews { margin: 0 -20px; padding-left: 20px; padding-right: 20px; scroll-padding-left: 20px; }
  .rd-section-title { font-size: 28px; line-height: 1.2; }
}
