:root {
  --ink: #101923;
  --ink-2: #172533;
  --steel: #617082;
  --muted: #7f8b98;
  --paper: #f5f1e9;
  --paper-2: #fffaf1;
  --paper-3: #ebe4d6;
  --line: rgba(16, 25, 35, 0.12);
  --gold: #d6a75c;
  --gold-dark: #a8782c;
  --oxide: #874a2e;
  --white: #ffffff;
  --shadow: 0 24px 80px rgba(16, 25, 35, 0.16);
  --shadow-soft: 0 14px 46px rgba(16, 25, 35, 0.10);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 167, 92, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(135, 74, 46, 0.13), transparent 24rem),
    linear-gradient(180deg, #fbf7ef 0%, #f0eadf 42%, #f6f2ea 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
ul { margin: 0; padding-left: 18px; }
li { margin: 8px 0; }

.skip-link { position: absolute; left: -999px; top: 0; background: #fff; padding: 10px; z-index: 999; }
.skip-link:focus { left: 10px; }

.top-ticker {
  height: 38px;
  overflow: hidden;
  background: var(--ink);
  color: #f3dfbd;
  border-bottom: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
}
.ticker-track { display: flex; gap: 36px; min-width: max-content; animation: ticker 34s linear infinite; font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.ticker-track span { position: relative; white-space: nowrap; }
.ticker-track span:after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); position: absolute; right: -22px; top: 50%; transform: translateY(-50%); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.site-header {
  position: sticky;
  top: 12px;
  z-index: 100;
  width: min(var(--max), calc(100% - 32px));
  margin: 14px auto 0;
}
.nav-shell {
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 250, 241, 0.78);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 38px rgba(16, 25, 35, 0.08);
  border-radius: 999px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.logo-plate {
  width: 168px;
  height: 50px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 11px;
  border-radius: 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(16,25,35,.09);
  box-shadow: 0 12px 28px rgba(16,25,35,.10);
  overflow: hidden;
}
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-text { display: grid; line-height: 1.05; min-width: 0; }
.brand-text strong { font-size: 14px; letter-spacing: .18em; }
.brand-text small { margin-top: 4px; color: var(--steel); font-size: 12px; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 12px 14px; border-radius: 999px; color: #263441; font-weight: 800; font-size: 14px; }
.site-nav a:hover { background: rgba(16, 25, 35, .06); }
.site-nav .nav-cta { color: var(--paper-2); background: var(--ink); padding-inline: 20px; }
.site-nav .nav-cta:hover { background: var(--gold-dark); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; background: var(--ink); border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 18px; height: 2px; background: #fff; display: block; }

.section-pad { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 72px 0; }
.compact-section { padding-top: 62px; }
.hero { display: grid; grid-template-columns: 0.98fr 1.02fr; gap: 42px; align-items: center; min-height: calc(100vh - 120px); padding-top: 54px; }
.eyebrow { margin: 0 0 12px; color: var(--gold-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 950; }
.eyebrow.gold { color: #f4c978; }
.hero h1, .section-heading h2, .split-copy h2, .proof-copy h2, .rfq-copy h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 5vw, 68px); line-height: .97; letter-spacing: -.06em; }
.hero-lead { margin: 20px 0 0; color: #3b4857; font-size: 19px; line-height: 1.65; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 26px; }
.btn { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 20px; border-radius: 999px; font-weight: 900; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--ink), #2d3d4d); color: #fff; box-shadow: 0 20px 50px rgba(16,25,35,.24); }
.btn-secondary { background: rgba(255,255,255,.58); border: 1px solid var(--line); color: var(--ink); }
.btn.full { width: 100%; }

.trust-panel { margin-top: 28px; display: grid; gap: 10px; }
.trust-panel div { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 18px; background: rgba(255,255,255,.58); border: 1px solid rgba(16,25,35,.10); box-shadow: var(--shadow-soft); }
.trust-panel span { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 950; }
.trust-panel strong { color: #263441; font-size: 14px; line-height: 1.5; }

.hero-visual { display: grid; grid-template-columns: 1.55fr .78fr; gap: 14px; align-items: stretch; }
.hero-visual figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,.72); background: #111; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.01); transition: transform .55s ease; }
.hero-visual figure:hover img { transform: scale(1.05); }
.main-photo { min-height: 590px; }
.side-photos { display: grid; gap: 14px; }
.side-photos figure { min-height: 285px; }
.hero-visual figcaption, .wide-photo figcaption { position: absolute; left: 14px; right: 14px; bottom: 14px; padding: 10px 12px; border-radius: 999px; color: #fff; background: rgba(16,25,35,.72); backdrop-filter: blur(12px); font-size: 12px; font-weight: 800; }

.signal-band { width: min(var(--max), calc(100% - 40px)); margin: -30px auto 0; position: relative; z-index: 3; }
.signal-inner { padding: 18px 20px; border-radius: 24px; background: var(--ink); color: #fff; box-shadow: var(--shadow); display: grid; grid-template-columns: .88fr 1.12fr; gap: 18px; align-items: center; }
.signal-inner p { margin: 0; color: #fff2d6; font-weight: 900; font-size: 17px; line-height: 1.45; }
.signal-inner div { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.signal-inner span { padding: 9px 12px; border-radius: 999px; color: #f3dfbd; border: 1px solid rgba(214,167,92,.32); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 800; }

.section-heading { max-width: 830px; margin-bottom: 28px; }
.section-heading h2 { font-size: clamp(34px, 4vw, 54px); }
.section-heading p { color: #4f5d69; font-size: 17px; line-height: 1.62; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cap-card, .price-card, .detail-panel, .reason-grid article, .process-step { border: 1px solid rgba(16,25,35,.10); background: rgba(255,255,255,.66); border-radius: var(--radius-xl); box-shadow: var(--shadow-soft); }
.cap-card { padding: 24px; transition: transform .22s ease, box-shadow .22s ease; }
.cap-card:hover, .price-card:hover, .reason-grid article:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-top { display: flex; gap: 14px; align-items: center; margin-bottom: 14px; }
.card-top span { width: 42px; height: 42px; border-radius: 14px; background: var(--ink); color: var(--gold); display: grid; place-items: center; font-weight: 950; }
.card-top strong { font-size: 22px; letter-spacing: -.03em; }
.cap-card p, .cap-card li { color: #4e5b68; line-height: 1.55; }
.cap-card ul { margin-top: 14px; }

.dark-slab, .process-section, .rfq-section { width: 100%; max-width: none; background: linear-gradient(145deg, #101923, #172533 58%, #263747); color: #fff; padding-left: max(20px, calc((100% - var(--max)) / 2)); padding-right: max(20px, calc((100% - var(--max)) / 2)); }
.split-grid, .proof-layout, .rfq-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 38px; align-items: center; }
.split-copy h2, .process-section .section-heading h2, .rfq-copy h2 { color: #fff; }
.split-copy p, .process-section .section-heading p, .rfq-copy p { color: #d7e0ea; line-height: 1.65; font-size: 17px; }
.bold-note { border-left: 3px solid var(--gold); padding: 14px 0 14px 18px; background: rgba(255,255,255,.045); border-radius: 0 16px 16px 0; }
.reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.reason-grid article { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.12); box-shadow: none; padding: 22px; }
.reason-grid h3 { margin: 0 0 10px; color: #fff; font-size: 21px; }
.reason-grid p { margin: 0; color: #d6e0ea; line-height: 1.55; }

.proof-layout { grid-template-columns: 1fr 1fr; }
.wide-photo { margin: 0; min-height: 470px; position: relative; overflow: hidden; border-radius: var(--radius-xl); border: 1px solid rgba(255,255,255,.68); box-shadow: var(--shadow); }
.wide-photo img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.proof-copy h2 { font-size: clamp(32px, 4vw, 52px); }
.dense-list { display: grid; gap: 12px; margin-top: 20px; }
.dense-list p { margin: 0; padding: 16px 18px; border-radius: 18px; background: rgba(255,255,255,.66); border: 1px solid rgba(16,25,35,.10); color: #4e5b68; line-height: 1.55; box-shadow: 0 10px 26px rgba(16,25,35,.08); }
.dense-list strong { color: var(--ink); }

.pricing-section { padding-top: 62px; }
.pricing-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; align-items: stretch; }
.price-card { padding: 22px; display: flex; flex-direction: column; min-height: 390px; transition: transform .22s ease, box-shadow .22s ease; }
.price-card.featured { background: linear-gradient(145deg, #101923, #263747); color: #fff; border-color: rgba(255,255,255,.16); }
.price-tag { width: max-content; padding: 7px 10px; border-radius: 999px; background: #efe5d2; color: var(--gold-dark); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 950; }
.featured .price-tag { background: rgba(214,167,92,.18); color: #f3d18c; }
.price-card h3 { margin: 16px 0 8px; font-size: 20px; letter-spacing: -.03em; }
.price-card .price { margin: 0 0 8px; font-size: 30px; font-weight: 950; letter-spacing: -.04em; color: var(--ink); }
.featured .price { color: #f3d18c; }
.price-card p { color: #596675; line-height: 1.55; font-size: 14px; }
.featured p, .featured li { color: #d7e0ea; }
.price-card ul { margin: 6px 0 18px; color: #596675; font-size: 14px; }
.price-card a { margin-top: auto; align-self: flex-start; color: var(--ink); font-weight: 950; border-bottom: 1px solid var(--gold-dark); }
.featured a { color: #f3d18c; }
.price-note { margin: 18px 0 0; color: #5f6d79; font-size: 14px; }

.process-section .section-heading { margin-bottom: 26px; }
.process-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.process-step { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.12); box-shadow: none; padding: 20px; min-height: 210px; }
.process-step span { color: var(--gold); font-weight: 950; }
.process-step h3 { color: #fff; margin: 12px 0 8px; font-size: 19px; }
.process-step p { margin: 0; color: #d7e0ea; font-size: 14px; line-height: 1.5; }

.details-section { padding-top: 62px; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.detail-panel { padding: 28px; }
.detail-panel h2 { margin: 0 0 18px; font-size: 28px; letter-spacing: -.04em; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud span { padding: 10px 12px; border-radius: 999px; background: #eee6d7; border: 1px solid rgba(16,25,35,.08); color: #374452; font-size: 14px; font-weight: 750; }

.rfq-section { padding-top: 72px; padding-bottom: 72px; }
.rfq-grid { grid-template-columns: .92fr 1.08fr; align-items: start; }
.contact-card { margin-top: 24px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 22px; display: grid; gap: 8px; max-width: 430px; }
.contact-card span { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 950; }
.contact-card strong { font-size: 26px; color: #fff; }
.contact-card a { color: #fff; border-bottom: 1px solid rgba(214,167,92,.55); width: max-content; }
.rfq-form { background: var(--paper-2); color: var(--ink); border-radius: var(--radius-xl); padding: 26px; box-shadow: 0 28px 80px rgba(0,0,0,.30); display: grid; gap: 14px; }
.rfq-form label { display: grid; gap: 7px; color: #283746; font-weight: 850; font-size: 13px; }
.rfq-form input, .rfq-form textarea { width: 100%; border: 1px solid rgba(16,25,35,.14); border-radius: 15px; padding: 13px 14px; outline: none; background: #fffaf1; color: #111; }
.rfq-form input:focus, .rfq-form textarea:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 4px rgba(214,167,92,.16); background: #fff; }
.file-drop { border: 1.5px dashed rgba(16,25,35,.28); border-radius: 20px!important; padding: 20px!important; text-align: center; background: #f5eddc!important; cursor: pointer; transition: .2s; }
.file-drop:hover { border-color: var(--gold-dark); background: #fff7e8!important; }
.file-drop input { display: none; }
.file-icon { width: 42px; height: 42px; margin: 0 auto 8px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--gold); font-size: 24px; line-height: 1; }
.file-drop strong { color: var(--ink); font-size: 16px; }
.file-drop small { color: var(--muted); }
.form-note { margin: -2px 0 0; color: #6d7884; font-size: 12px; }

.site-footer { background: #09111b; color: #cbd6e3; padding: 54px max(20px, calc((100% - var(--max)) / 2)) 28px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr .8fr; gap: 34px; }
.footer-grid p { color: #aab6c3; max-width: 420px; line-height: 1.6; }
.footer-grid h3 { color: #fff; margin: 0 0 12px; font-size: 15px; }
.footer-grid a { display: block; color: #b9c4d0; margin: 8px 0; font-size: 14px; }
.footer-grid a:hover { color: #f3d18c; }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.10); display: flex; justify-content: space-between; gap: 20px; color: #7f8d9d; font-size: 12px; }
.footer-brand .brand-text small { color: #9fabb8; }
.footer-brand .logo-plate { width: 178px; height: 54px; background: #fff; border-color: rgba(255,255,255,.14); box-shadow: 0 16px 40px rgba(0,0,0,.18); }

.back-top { position: fixed; right: 22px; bottom: 22px; width: 48px; height: 48px; border: 0; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #f0c777); color: var(--ink); font-weight: 950; font-size: 20px; box-shadow: 0 18px 50px rgba(0,0,0,.25); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(14px); transition: .25s; z-index: 60; }
.back-top.show { opacity: 1; pointer-events: auto; transform: translateY(0); }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

.policy-page { background: linear-gradient(180deg, #fbf7ef 0%, #f0eadf 55%, #f6f2ea 100%); min-height: 100vh; color: var(--ink); }
.policy-wrap { width: min(920px, calc(100% - 40px)); margin: 0 auto; padding: 72px 0; }
.policy-card { background: rgba(255,255,255,.76); border: 1px solid rgba(16,25,35,.10); border-radius: var(--radius-xl); padding: min(8vw, 58px); box-shadow: var(--shadow); }
.policy-card h1 { font-size: 44px; letter-spacing: -.04em; margin: 10px 0; }
.policy-card h2 { font-size: 22px; margin-top: 30px; }
.policy-card p { color: #55616e; line-height: 1.65; }
.policy-card a { color: var(--gold-dark); font-weight: 850; }
.policy-card .btn-secondary { color: var(--ink); border: 1px solid var(--line); }

@media (max-width: 1180px) {
  .pricing-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 980px) {
  .hero, .hero-visual, .signal-inner, .split-grid, .proof-layout, .rfq-grid { grid-template-columns: 1fr; }
  .main-photo { min-height: 430px; }
  .side-photos { grid-template-columns: 1fr 1fr; }
  .side-photos figure { min-height: 220px; }
  .capability-grid, .pricing-grid, .detail-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .signal-inner div { justify-content: flex-start; }
}
@media (max-width: 760px) {
  .top-ticker { height: 34px; }
  .ticker-track { font-size: 11px; gap: 28px; }
  .site-header { top: 8px; width: min(100% - 24px, var(--max)); }
  .nav-shell { border-radius: 24px; align-items: center; }
  .brand-text small { display: none; }
  .logo-plate { width: 142px; height: 44px; padding: 5px 9px; border-radius: 14px; }
  .footer-brand .logo-plate { width: 162px; height: 50px; }
  .nav-toggle { display: flex; }
  .site-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; flex-direction: column; align-items: stretch; padding: 16px; background: rgba(255,250,241,.96); border: 1px solid rgba(16,25,35,.10); border-radius: 22px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { width: 100%; }
  .section-pad { width: min(100% - 28px, var(--max)); padding: 56px 0; }
  .hero { padding-top: 34px; min-height: auto; gap: 30px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; line-height: 1.55; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .trust-panel div { grid-template-columns: 1fr; gap: 4px; }
  .main-photo { min-height: 360px; }
  .side-photos, .capability-grid, .pricing-grid, .process-grid, .detail-grid, .footer-grid { grid-template-columns: 1fr; }
  .side-photos figure { min-height: 210px; }
  .signal-band { width: min(100% - 28px, var(--max)); margin-top: -16px; }
  .signal-inner { padding: 16px; border-radius: 20px; }
  .section-heading h2, .split-copy h2, .proof-copy h2, .rfq-copy h2 { font-size: 34px; line-height: 1.02; }
  .reason-grid { grid-template-columns: 1fr; }
  .wide-photo, .wide-photo img { min-height: 320px; }
  .price-card { min-height: auto; }
  .process-step { min-height: auto; }
  .rfq-form { padding: 20px; }
  .footer-bottom { flex-direction: column; }
  .back-top { right: 16px; bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ticker-track, .reveal { animation: none; transition: none; }
  .reveal { opacity: 1; transform: none; }
}
.policy-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: 999px; background: var(--ink); color: var(--paper-2); font-weight: 900; }
.policy-cta:hover { background: var(--gold-dark); }
@media (max-width: 760px) { .policy-cta { display: none; } }

/* V6 refinements */
.brand { cursor: pointer; }

@media (max-width: 760px) {
  .site-header { width: min(100% - 28px, var(--max)); }
  .nav-shell {
    min-height: 62px;
    padding: 9px 10px;
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(16,25,35,.12);
  }
  .logo-plate {
    width: 138px;
    height: 42px;
    border-radius: 13px;
    padding: 5px 10px;
    box-shadow: 0 8px 20px rgba(16,25,35,.10);
  }
  .nav-toggle {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .dark-slab,
  .process-section,
  .rfq-section {
    width: min(100% - 28px, var(--max));
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    padding: 42px 20px;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(16,25,35,.18);
  }

  .dark-slab {
    margin-top: 30px;
    margin-bottom: 28px;
  }

  .split-grid,
  .process-grid,
  .rfq-grid {
    gap: 20px;
  }

  .split-copy h2,
  .process-section .section-heading h2,
  .rfq-copy h2 {
    font-size: clamp(31px, 9.2vw, 38px);
    letter-spacing: -.055em;
    line-height: 1.03;
  }

  .split-copy p,
  .process-section .section-heading p,
  .rfq-copy p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .eyebrow.gold {
    letter-spacing: .13em;
    font-size: 11px;
    line-height: 1.55;
  }

  .bold-note {
    padding: 14px 16px;
    border-radius: 18px;
    border-left-width: 3px;
    background: rgba(255,255,255,.06);
  }

  .reason-grid article,
  .process-step {
    border-radius: 22px;
    padding: 20px;
  }

  .rfq-section { margin-top: 28px; margin-bottom: 28px; }

  .back-top {
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    box-shadow: 0 14px 42px rgba(16,25,35,.30);
  }
}

@media (max-width: 420px) {
  .section-pad { width: min(100% - 28px, var(--max)); }
  .hero h1 { font-size: 39px; }
  .main-photo { min-height: 330px; }
  .dark-slab,
  .process-section,
  .rfq-section {
    width: calc(100% - 28px);
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 28px;
  }
  .logo-plate { width: 132px; }
}
