/* Office — B2B/spec mode. Dense tabular layout, blue accent. */

.ofc-page { padding-bottom: 96px; }

/* Hero */
.ofc-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  padding: 32px 0 64px;
  border-bottom: 1px solid var(--line);
  align-items: stretch;
}
.ofc-eyebrow { font: 600 11px var(--mono); letter-spacing: 0.2em; text-transform: uppercase; color: var(--accent); }
.ofc-h1 { font-family: var(--serif); font-size: clamp(44px, 5vw, 76px); line-height: 0.96; font-weight: 500; letter-spacing: -0.025em; margin: 16px 0 22px; }
.ofc-lede { font-size: 17px; line-height: 1.55; max-width: 480px; color: #2a3340; }
.ofc-quick-facts { display: flex; gap: 32px; margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line); }
.ofc-quick-facts div { font-size: 12px; color: var(--muted); letter-spacing: 0.04em; text-transform: uppercase; }
.ofc-quick-facts strong { display: block; font-family: var(--serif); font-size: 28px; font-weight: 500; color: var(--accent); text-transform: none; letter-spacing: 0; margin-bottom: 2px; }

/* Hero side card — tier pricing */
.ofc-hero-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px; display: flex; flex-direction: column; gap: 14px; }
.ofc-hero-card-head { display: flex; gap: 8px; }
.ofc-tag, .ofc-tag-good { font: 600 10px var(--mono); letter-spacing: 0.16em; padding: 4px 8px; border-radius: 3px; text-transform: uppercase; }
.ofc-tag { background: var(--soft); color: var(--accent); }
.ofc-tag-good { background: rgba(42,106,63,.12); color: var(--pop-green); }
.ofc-hero-card h3 { font-family: var(--serif); font-size: 26px; font-weight: 500; }
.ofc-hero-card p { color: #495466; font-size: 14px; line-height: 1.5; margin: 0; }
.ofc-tier-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ofc-tier-table th, .ofc-tier-table td { text-align: left; padding: 8px 10px; border-bottom: 1px solid var(--line); }
.ofc-tier-table th { font: 600 10px var(--mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); border-bottom: 1px solid var(--accent); }
.ofc-tier-table tr.is-on { background: rgba(29,53,87,.06); }
.ofc-tier-table tr.is-on td:nth-child(2) { color: var(--pop-green); font-weight: 600; }
.ofc-cta { margin-top: 8px; align-self: flex-start; }

/* Sections */
.ofc-section { padding: 56px 0; }
.ofc-section-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.ofc-section-head h2 { font-family: var(--serif); font-size: clamp(28px, 2.8vw, 40px); font-weight: 500; letter-spacing: -0.02em; }
.ofc-sort { display: flex; gap: 10px; align-items: center; font-size: 12px; color: var(--muted); letter-spacing: 0.04em; }
.ofc-sort label { text-transform: uppercase; }
.ofc-sort select {
  font: 500 13px var(--sans);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 4px;
  padding: 6px 10px;
  color: var(--ink);
}

/* Spec table layout */
.ofc-table {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  overflow: hidden;
}
.ofc-table-head, .ofc-row {
  display: grid;
  grid-template-columns: 2.4fr 1fr 1fr 1fr 1.2fr 1.6fr;
  gap: 16px;
  padding: 14px 20px;
  align-items: center;
}
.ofc-table-head {
  background: #f8f9fb;
  border-bottom: 1px solid var(--line);
  font: 600 10px var(--mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.ofc-row {
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  transition: background .15s;
}
.ofc-row:last-child { border-bottom: 0; }
.ofc-row:hover { background: #f8f9fb; }
.ofc-row-prod { display: flex; gap: 14px; align-items: center; min-width: 0; }
.ofc-row-thumb {
  width: 56px; height: 56px;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  display: flex; align-items: flex-end; justify-content: center;
}
.ofc-row-thumb-back {
  position: absolute;
  width: 28px; height: 32px;
  background: rgba(255,255,255,.7);
  border-radius: 8px 8px 4px 4px;
  bottom: 18px;
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.15);
}
.ofc-row-thumb-seat {
  position: absolute;
  width: 36px; height: 8px;
  background: rgba(255,255,255,.7);
  border-radius: 2px;
  bottom: 14px;
}
.ofc-row-brand {
  font: 600 9px var(--mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-bottom: 2px;
}
.ofc-row strong { display: block; font-size: 14px; font-weight: 600; }
.ofc-row-variant { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.ofc-row-spec { color: var(--ink); font-variant-numeric: tabular-nums; }
.ofc-pill {
  display: inline-block;
  font: 500 11px var(--mono);
  letter-spacing: 0.06em;
  padding: 3px 8px;
  background: rgba(29,53,87,.08);
  color: var(--accent);
  border-radius: 3px;
}
.ofc-row-price strong { font-size: 14px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.ofc-row-price em { font-style: normal; font-size: 11px; color: var(--muted); display: inline-block; margin-left: 6px; }
.ofc-row-price .disc { margin-left: 6px; vertical-align: middle; }

/* Office — Stand-Up feature + services strip */

.ofc-standup {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 48px;
  background: var(--ink);
  color: #e5ebf3;
  border-radius: var(--radius-lg);
  padding: 56px;
  align-items: center;
}
.ofc-standup-left .ofc-eyebrow { color: #8ab0d4; }
.ofc-standup h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 4.5vw, 64px);
  font-weight: 500;
  color: #fff;
  margin: 12px 0 18px;
  letter-spacing: -0.02em;
}
.ofc-standup-left p { font-size: 15px; line-height: 1.6; color: #b6c1d2; max-width: 460px; }

.ofc-spec-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 32px;
}
.ofc-spec-list li {
  display: flex; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 13px;
}
.ofc-spec-list span { color: #8ab0d4; font: 500 12px var(--mono); letter-spacing: 0.04em; }
.ofc-spec-list b { font-family: var(--serif); font-weight: 500; font-variant-numeric: tabular-nums; color: #fff; }

.ofc-standup-buy {
  display: flex; align-items: baseline; gap: 12px;
  margin: 20px 0 22px;
}
.ofc-standup-buy strong {
  font-family: var(--serif);
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.ofc-strike { font-size: 16px; color: #8ab0d4; text-decoration: line-through; }
.ofc-standup .btn-primary { background: #fff; color: var(--accent); }

/* Desk illustration */
.ofc-standup-right { position: relative; height: 100%; min-height: 360px; display: flex; align-items: flex-end; justify-content: center; }
.ofc-desk { position: relative; width: 360px; height: 320px; }
.ofc-desk-top {
  position: absolute;
  left: 0; right: 0; top: 80px;
  height: 14px;
  background: linear-gradient(180deg, #d4a017, #8a6510);
  border-radius: 2px;
  box-shadow: 0 8px 0 rgba(0,0,0,.2);
}
.ofc-desk-leg {
  position: absolute;
  top: 94px; bottom: 30px;
  width: 16px;
  background: linear-gradient(180deg, #5a6473, #2a3340);
  border-radius: 2px;
}
.ofc-desk-leg-l { left: 60px; }
.ofc-desk-leg-r { right: 60px; }
.ofc-desk-leg::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.05) 0%, rgba(255,255,255,.05) 60%, rgba(0,0,0,.4) 60%);
  border-radius: 2px;
}
.ofc-desk-floor {
  position: absolute; left: -40px; right: -40px; bottom: 0;
  height: 4px;
  background: rgba(138,176,212,.3);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.ofc-desk-arrows {
  position: absolute;
  left: -28px;
  top: 110px;
  bottom: 30px;
  width: 24px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: space-between;
  color: #8ab0d4;
}
.arrow-up, .arrow-dn { font: 600 14px var(--mono); }
.arrow-h {
  writing-mode: vertical-rl;
  font: 500 11px var(--mono);
  letter-spacing: 0.12em;
  color: #fff;
}

/* Services strip */
.ofc-services {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ofc-service-card {
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex; flex-direction: column;
  min-height: 180px;
  transition: border-color .15s;
}
.ofc-service-card:hover { border-color: var(--accent); }
.ofc-service-num {
  font: 500 12px var(--mono);
  letter-spacing: 0.16em;
  color: var(--accent);
  margin-bottom: 22px;
}
.ofc-service-card h3 { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-bottom: 6px; }
.ofc-service-card p { font-size: 13px; line-height: 1.5; color: #495466; flex: 1; margin: 0 0 14px; }
.ofc-service-card a { font-size: 12px; color: var(--accent); letter-spacing: 0.04em; font-weight: 500; }

@media (max-width: 1100px) {
  .ofc-hero { grid-template-columns: 1fr; }
  .ofc-table-head, .ofc-row { grid-template-columns: 2fr 1fr 1fr 1.2fr; }
  .ofc-table-head span:nth-child(4), .ofc-row > div:nth-child(4),
  .ofc-table-head span:nth-child(6), .ofc-row > div:nth-child(6) { display: none; }
  .ofc-standup { grid-template-columns: 1fr; padding: 32px; }
  .ofc-services { grid-template-columns: repeat(2, 1fr); }
}
