:root {
  color-scheme: light;
  --paper: #f6f5ef;
  --forest: #233f32;
  --muted: #526159;
  --line: #d6dbd1;
  --accent: #c4542d;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--forest); font: 18px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
body { min-height: 100svh; display: flex; flex-direction: column; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, p { margin: 0; }
::selection { background: #d8e6d2; color: var(--forest); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
main:focus { outline: none; }
.shell { width: min(1440px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -90px; left: 20px; z-index: 10; padding: 12px 20px; background: var(--forest); color: var(--paper); }
.skip-link:focus { top: 16px; }
.site-header { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 26px; letter-spacing: .09em; line-height: 1; font-weight: 500; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.brand-inc { font-size: 11px; letter-spacing: .12em; margin-left: 8px; }
.site-header nav { display: flex; align-items: center; gap: 34px; font-size: 16px; }
.site-header nav a { padding-block: 12px; }
.site-header nav a:hover, .site-footer a:hover { text-decoration: underline; text-underline-offset: 5px; }
.intro { padding-block: 61px 49px; }
.eyebrow { font-size: 12px; line-height: 1.5; letter-spacing: .12em; text-transform: uppercase; font-weight: 500; }
.intro > .eyebrow { display: flex; align-items: center; gap: 10px; }
.status-dot { background: var(--accent); width: 6px; height: 6px; border-radius: 50%; }
.intro-layout { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-top: 27px; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.05em; }
h1 { font-size: clamp(55px, 5.25vw, 85px); line-height: 1.06; }
h1 em { font-weight: 400; }
.intro-copy { max-width: 280px; flex-shrink: 0; padding-bottom: 6px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.divisions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.division-card { min-height: 384px; padding: 30px 36px 26px; display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.division-card:hover { transform: translateY(-4px); box-shadow: 0 14px 26px #233f3210; }
.real-estate { background: var(--forest); color: var(--paper); }
.software { background: #e7ebdf; }
.card-top { display: flex; align-items: center; justify-content: space-between; }
.card-index { font-size: 12px; font-variant-numeric: tabular-nums; opacity: .75; }
.card-body { padding-top: 30px; padding-bottom: 30px; }
h2 { font-size: clamp(38px, 3.2vw, 53px); line-height: 1.06; }
.card-body p { margin-top: 22px; font-size: 17px; line-height: 1.65; }
.real-estate .card-body p { color: #d5ded2; }
.software .card-body p { color: #4a5c4e; }
.card-footer { border-top: 1px solid #a6b29e; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-top: 20px; margin-top: auto; font-size: 16px; }
.real-estate .card-footer { border-color: #617561; }
.destination { display: block; margin-top: 3px; font-size: 13px; }
.real-estate .destination { color: #c9d3c6; }
.software .destination { color: #526159; }
.arrow-disc { width: 44px; height: 44px; border: 1px solid #a6b29e; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; transition: background .2s ease; }
.real-estate .arrow-disc { border-color: #8f9f89; }
.division-card:hover .arrow-disc { background: #ffffff17; }
.software:hover .arrow-disc { background: #ffffff50; }
.arrow { width: 19px; height: 19px; flex-shrink: 0; display: block; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 29px 30px; margin-top: auto; font-size: 13px; color: var(--muted); }
.site-footer a { display: inline-flex; align-items: center; gap: 12px; padding-block: 10px; font-size: 14px; }
.site-footer .arrow { width: 15px; height: 15px; }
.not-found { padding-block: 90px; }
.not-found h1 { margin-block: 28px; }
.not-found p { margin-bottom: 24px; }
.not-found a { display: inline-flex; align-items: center; gap: 20px; background: var(--forest); color: var(--paper); padding: 14px 22px; }
@media (min-width: 1700px) { .intro { padding-block: 82px 64px; } .division-card { min-height: 425px; } .card-body p { font-size: 19px; } }
@media (max-width: 1150px) {
  .shell { width: calc(100% - 72px); }
  .intro-layout { align-items: flex-start; flex-direction: column; gap: 26px; }
  h1 { font-size: clamp(55px, 7vw, 78px); }
  .intro-copy { max-width: none; }
  .intro-copy br { display: none; }
  .division-card { padding-inline: 28px; }
  .desktop-break { display: none; }
}
@media (max-width: 720px) {
  .shell { width: calc(100% - 40px); }
  .site-header { min-height: 72px; gap: 12px; }
  .brand { font-size: 21px; gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .brand-inc { font-size: 9px; margin-left: 5px; }
  .site-header nav { gap: 16px; font-size: 14px; }
  .intro { padding-block: 42px 34px; }
  .intro-layout { margin-top: 23px; gap: 22px; }
  h1 { font-size: clamp(45px, 8.1vw, 59px); line-height: 1.07; }
  .intro-copy { font-size: 17px; line-height: 1.6; max-width: 320px; }
  .divisions { grid-template-columns: 1fr; gap: 18px; }
  .division-card { min-height: 368px; padding: 26px; }
  .card-body { padding-block: 27px; }
  h2 { font-size: 43px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 2px; padding-block: 26px 22px; font-size: 12px; }
}
@media (max-width: 380px) {
  .site-header { align-items: flex-start; flex-direction: column; padding-block: 16px 8px; gap: 6px; }
  .site-header nav { gap: 26px; }
  h1 { font-size: 42px; }
  .division-card { padding-inline: 23px; }
  h2 { font-size: 40px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .division-card:hover { transform: none; }
}
