/* ==========================================================================
   Umbrella v2 — bolder Aesop minimalism
   Same palette and type. Larger scale, more confident rhythm, photo blocks,
   editorial split heroes, and full-bleed pause moments.
   Loaded AFTER ../../colors_and_type.css.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

/* ===== NAV (same DNA, slightly tighter) ===== */
.umb2-nav {
  padding: 24px 0;
  position: sticky;
  top: 0;
  background: rgba(250,246,240,0.92);
  backdrop-filter: blur(10px);
  z-index: 20;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
.umb2-nav.scrolled { border-bottom-color: var(--rule); }
.umb2-nav .row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.umb2-nav .brand { display: flex; align-items: center; gap: 12px; }
.umb2-nav .mark { width: 30px; height: 30px; display: block; }
.umb2-nav .wordmark {
  font-family: var(--font-display);
  font-weight: 500; font-size: 22px;
  letter-spacing: -0.012em; color: var(--fg); line-height: 1;
}
.umb2-nav .links {
  display: flex; gap: 28px;
  font-family: var(--font-body);
  font-size: 13.5px; font-weight: 500;
}
.umb2-nav .links a {
  color: var(--fg);
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.umb2-nav .links a:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 720px) { .umb2-nav .links { display: none; } }
.umb2-nav .cta {
  font-family: var(--font-body);
  font-size: 13.5px; font-weight: 500;
  color: var(--fg);
  border-bottom: 1.5px solid var(--fg);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.umb2-nav .cta:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* ===== HERO — split: oversized type LEFT, full-bleed photo RIGHT ===== */
.umb2-hero { padding: 64px 0 120px; }
@media (max-width: 640px) { .umb2-hero { padding: 40px 0 72px; } }
.umb2-hero .grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 72px;
  align-items: center;
}
@media (max-width: 900px) { .umb2-hero .grid { grid-template-columns: 1fr; gap: 48px; } }
.umb2-hero .eyebrow { margin-bottom: 24px; }
/* Brand-locked hero scale: clamp(56px, 9vw, 112px). Was 148px max — too big on wide monitors. */
.umb2-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(56px, 8.5vw, 112px);
  line-height: 0.98;
  letter-spacing: -0.022em;
  margin: 0 0 28px;
  max-width: 12ch;
}
@media (max-width: 640px) {
  .umb2-hero h1 { font-size: 44px; line-height: 1.05; max-width: 11ch; }
}
.umb2-hero h1 em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-hero .sub {
  font-family: var(--font-body);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.55;
  color: var(--fg);
  max-width: 38ch;
  margin: 0 0 36px;
}
.umb2-hero .ctas { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.umb2-hero .cta-primary {
  background: var(--fg); color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 14.5px; font-weight: 500;
  padding: 14px 22px; border-radius: 6px;
  text-decoration: none;
  transition: background .2s ease;
  display: inline-flex; align-items: center; gap: 10px;
}
.umb2-hero .cta-primary:hover { background: var(--accent); }
.umb2-hero .cta-secondary {
  font-family: var(--font-body);
  font-size: 14.5px; font-weight: 500;
  color: var(--fg);
  border-bottom: 1.5px solid var(--fg);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.umb2-hero .cta-secondary:hover { color: var(--accent); border-bottom-color: var(--accent); }

.umb2-hero .photo {
  aspect-ratio: 5/6;
  width: 100%;
  max-height: 560px;
  background: #d4c4af;
  background-size: cover;
  background-position: center;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  justify-self: center;
}
.umb2-hero .photo .caption {
  position: absolute; left: 24px; bottom: 24px;
  background: rgba(26,26,26,0.78);
  color: var(--fg-inverse);
  padding: 10px 14px; border-radius: 6px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.04em;
  backdrop-filter: blur(6px);
}

/* ===== STAT STRIP — three numbers, full-bleed-ish ===== */
.umb2-stats {
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 80px 0;
  margin-bottom: 140px;
}
@media (max-width: 640px) { .umb2-stats { padding: 56px 0; margin-bottom: 80px; } }
.umb2-stats .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
@media (max-width: 820px) { .umb2-stats .grid { grid-template-columns: 1fr; gap: 48px; } }
.umb2-stat .num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(64px, 9vw, 112px);
  line-height: 0.95;
  letter-spacing: -0.022em;
  color: var(--fg);
  margin: 0 0 16px;
}
.umb2-stat .num em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-stat .num .unit { font-size: 0.42em; color: var(--fg-muted); font-weight: 400; }
.umb2-stat .label {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--fg);
  line-height: 1.55;
  max-width: 28ch;
  margin: 0;
}
.umb2-stat .source {
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--fg-muted);
  margin: 12px 0 0;
}

/* ===== PAUSE — same shape, more space ===== */
.umb2-pause { padding: 0 0 140px; }
@media (max-width: 640px) { .umb2-pause { padding: 0 0 80px; } }
.umb2-pause .inner {
  border-top: 1px solid var(--rule);
  padding-top: 80px;
}
.umb2-pause .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 96px;
}
@media (max-width: 820px) { .umb2-pause .grid { grid-template-columns: 1fr; gap: 48px; } }
.umb2-pause .label {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-muted);
  font-weight: 500;
  margin: 0 0 18px;
}
.umb2-pause .text {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.32;
  font-style: italic;
  color: var(--fg);
  max-width: 24ch;
  margin: 0;
}
.umb2-pause .text.plain { font-style: normal; }
.umb2-pause .text em { color: var(--accent); font-style: italic; font-weight: 500; }

/* ===== PRODUCTS — bolder cards, hover lift ===== */
.umb2-products { padding: 0 0 140px; }
@media (max-width: 640px) { .umb2-products { padding: 0 0 80px; } }
.umb2-products .head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  border-top: 1px solid var(--rule);
  padding-top: 64px;
  margin-bottom: 56px;
}
@media (max-width: 820px) { .umb2-products .head { grid-template-columns: 1fr; gap: 24px; } }
.umb2-products .head .eyebrow { margin: 0 0 16px; }
.umb2-products .head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0;
  max-width: 14ch;
}
.umb2-products .head h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-products .head p {
  font-family: var(--font-body);
  font-size: 15.5px; line-height: 1.6;
  color: var(--fg);
  margin: 0;
  max-width: 38ch;
  justify-self: end;
}
@media (max-width: 820px) { .umb2-products .head p { justify-self: start; } }

.umb2-product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .umb2-product-row { grid-template-columns: 1fr; gap: 16px; } }
.umb2-product-card {
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 32px 28px 28px;
  background: var(--bg);
  display: flex; flex-direction: column;
  min-height: 360px;
  text-decoration: none; color: inherit;
  transition: border-color .2s ease, transform .15s ease;
  position: relative;
  overflow: hidden;
}
.umb2-product-card.live:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}
.umb2-product-card .icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(194,113,74,0.08);
  display: flex; align-items: center; justify-content: center;
  color: var(--accent);
  margin-bottom: 24px;
}
.umb2-product-card .name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 30px;
  letter-spacing: -0.012em; color: var(--fg);
  margin: 0 0 10px; line-height: 1.1;
}
.umb2-product-card .desc {
  font-family: var(--font-body);
  font-size: 14.5px; color: var(--fg);
  line-height: 1.55; margin: 0 0 20px;
  max-width: 36ch;
}
.umb2-product-card .meta {
  font-family: var(--font-body);
  font-size: 12px; color: var(--fg-muted);
  margin-top: auto;
  letter-spacing: 0.04em;
  display: flex; justify-content: space-between; align-items: center;
}
.umb2-product-card .meta .arrow { color: var(--accent); transition: transform .2s ease; }
.umb2-product-card.live:hover .meta .arrow { transform: translateX(4px); }
.umb2-product-card.ghost {
  border-style: dashed;
  border-color: rgba(26,26,26,0.14);
  background: transparent;
}
.umb2-product-card.ghost .name,
.umb2-product-card.ghost .desc { color: var(--fg-muted); }

/* ===== INDUSTRIES STRIP ===== */
.umb2-industries { padding: 0 0 140px; }
@media (max-width: 640px) { .umb2-industries { padding: 0 0 80px; } }
.umb2-industries .inner {
  border-top: 1px solid var(--rule);
  padding-top: 64px;
}
.umb2-industries .eyebrow { margin: 0 0 24px; }
.umb2-industries h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  color: var(--fg);
  margin: 0 0 56px;
  max-width: 18ch;
}
.umb2-industries h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-industries .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--rule);
}
@media (max-width: 900px) { .umb2-industries .row { grid-template-columns: repeat(2, 1fr); } }
.umb2-industries .item {
  padding: 28px 20px;
  border-bottom: 1px solid var(--rule);
  border-right: 1px solid var(--rule);
  display: flex; flex-direction: column; gap: 10px;
  transition: background .2s ease;
}
.umb2-industries .item:nth-child(3n) { border-right: none; }
@media (max-width: 900px) {
  .umb2-industries .item:nth-child(3n) { border-right: 1px solid var(--rule); }
  .umb2-industries .item:nth-child(2n) { border-right: none; }
}
.umb2-industries .item:hover { background: rgba(194,113,74,0.05); }
.umb2-industries .item .name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 22px;
  color: var(--fg); margin: 0;
  letter-spacing: -0.005em;
}
.umb2-industries .item .status {
  font-family: var(--font-body);
  font-size: 11.5px; letter-spacing: 0.04em;
  color: var(--fg-muted); margin: 0;
}
.umb2-industries .item .status.live { color: var(--accent); font-weight: 500; }

/* Live trade tile is clickable — same styling as the others, plus a subtle arrow */
.umb2-industries .item.is-link {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.umb2-industries .item.is-link::after {
  content: "→";
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-body);
  font-size: 18px;
  color: var(--fg-muted);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}
.umb2-industries .item.is-link:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(4px);
  color: var(--accent);
}

/* "Don't see your trade?" line under the grid */
.industries-custom {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--fg-muted);
  max-width: 64ch;
  margin: 56px 0 0;
}
.industries-custom a {
  color: var(--fg);
  border-bottom: 1.5px solid var(--fg);
  padding-bottom: 1px;
  transition: color .2s ease, border-color .2s ease;
}
.industries-custom a:hover { color: var(--accent); border-bottom-color: var(--accent); }

/* ===== MANIFESTO — bigger numbers ===== */
.umb2-manifesto { padding: 0 0 140px; }
@media (max-width: 640px) { .umb2-manifesto { padding: 0 0 80px; } }
.umb2-manifesto .inner {
  border-top: 1px solid var(--rule);
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
}
@media (max-width: 900px) { .umb2-manifesto .inner { grid-template-columns: 1fr; gap: 40px; padding-top: 56px; } }
.umb2-manifesto .head .eyebrow { margin: 0 0 24px; }
.umb2-manifesto .head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0;
  max-width: 12ch;
  position: sticky;
  top: 100px;
}
.umb2-manifesto .head h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-beat {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 28px;
  padding: 0 0 48px;
  border-bottom: 1px solid var(--rule-soft);
  margin-bottom: 48px;
  align-items: baseline;
}
.umb2-beat:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
@media (max-width: 640px) {
  .umb2-beat { grid-template-columns: 40px 1fr; gap: 16px; padding-bottom: 32px; margin-bottom: 32px; }
}
.umb2-beat .num {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 32px;
  color: var(--fg-muted);
  line-height: 1;
}
@media (max-width: 640px) { .umb2-beat .num { font-size: 22px; } }
.umb2-beat p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
  color: var(--fg);
  margin: 0;
  max-width: 32ch;
}
.umb2-beat p em { color: var(--accent); font-style: normal; font-weight: 500; }

/* ===== FOUNDER NOTE — keep, but bigger photo ===== */
.umb2-founder { padding: 0 0 140px; }
@media (max-width: 640px) { .umb2-founder { padding: 0 0 80px; } }
.umb2-founder .inner {
  border-top: 1px solid var(--rule);
  padding-top: 80px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 820px) { .umb2-founder .inner { grid-template-columns: 1fr; gap: 32px; padding-top: 56px; } }

/* Photo-less variant: single column, text-block max-width unchanged so the
   reading rhythm stays intentional rather than stretching across the page. */
.umb2-founder--no-photo .inner {
  grid-template-columns: 1fr;
  max-width: 64ch;
}
.umb2-founder .photo {
  aspect-ratio: 4/5;
  width: 100%; max-width: 280px;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8dccd, #c2714a 200%);
  background-size: cover; background-position: center;
  display: flex; align-items: flex-end; padding: 20px;
  font-family: var(--font-display);
  font-weight: 500; font-size: 64px;
  color: rgba(250,246,240,0.55);
}
.umb2-founder .text { max-width: 56ch; }
.umb2-founder .label {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--fg-muted);
  margin: 0 0 24px; font-weight: 500;
}
.umb2-founder p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.5;
  color: var(--fg);
  margin: 0 0 22px;
  max-width: 38ch;
}
.umb2-founder p em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-founder .signoff {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--fg-muted);
  margin: 28px 0 0;
}

/* ===== FINAL CTA — full-width pause moment ===== */
.umb2-cta { padding: 0 0 100px; }
.umb2-cta .inner {
  background: var(--fg);
  color: var(--fg-inverse);
  border-radius: 22px;
  padding: clamp(64px, 8vw, 120px) clamp(40px, 6vw, 96px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.umb2-cta h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--fg-inverse);
  margin: 0 auto 28px;
  max-width: 14ch;
}
.umb2-cta h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.umb2-cta p {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.55;
  color: rgba(250,246,240,0.78);
  margin: 0 auto 40px;
  max-width: 50ch;
}
.umb2-cta .row {
  display: flex; gap: 20px; justify-content: center; flex-wrap: wrap;
}
.umb2-cta .row a {
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500;
  padding: 14px 24px; border-radius: 6px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.umb2-cta .row a.primary {
  background: var(--accent); color: var(--fg-inverse);
}
.umb2-cta .row a.primary:hover { background: var(--fg-inverse); color: var(--fg); }
.umb2-cta .row a.ghost {
  color: var(--fg-inverse);
  border: 1px solid rgba(250,246,240,0.4);
}
.umb2-cta .row a.ghost:hover { border-color: var(--fg-inverse); }

/* ===== FOOTER (same DNA) ===== */
.umb2-footer { border-top: 1px solid var(--rule); padding: 56px 0 64px; }
.umb2-footer .row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: end;
}
@media (max-width: 640px) { .umb2-footer .row { grid-template-columns: 1fr; gap: 16px; } }
.umb2-footer .legal {
  font-family: var(--font-body);
  font-size: 13px; color: var(--fg-muted); line-height: 1.6;
}
.umb2-footer .legal strong { color: var(--fg); font-weight: 500; }
.umb2-footer .links {
  display: flex; gap: 24px;
  font-family: var(--font-body);
  font-size: 13px; color: var(--fg-muted);
}
.umb2-footer .links a:hover { color: var(--fg); }

/* Industries subhead — clarifies that every trade is buildable today */
.industries-sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg-muted);
  max-width: 64ch;
  margin: 0 0 48px;
}

/* Second-line status under the primary one (e.g. "Plug & Play Q2 2026") */
.umb2-industries .item .status-future {
  font-size: 11px;
  color: rgba(26,26,26,0.45);
  margin-top: 2px;
}
