/* Bellevue — an architectural notice, composed for the screen. */
:root {
  --paper: #faf9f5;
  --ink: #203a32;
  --body: #43534c;
  --muted: #5d6a61;
  --line: #d5dbd1;
  --sage: #eef2e9;
  --rust: #91482f;
  --warm: #f6eae1;
  --mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
  --serif: 'Baskerville', 'Iowan Old Style', Georgia, serif;
  --gutter: clamp(22px, 4.5vw, 72px);
}
* { box-sizing: border-box; }
html { scroll-padding-top: 28px; }
body { margin: 0; background: var(--paper); color: var(--body); font: 18px/1.65 'Avenir Next', Avenir, 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { color: var(--ink); }
h1, h2 { font-weight: 500; letter-spacing: -.055em; line-height: 1.06; text-wrap: balance; }
h1 { font-size: clamp(54px, 5.2vw, 78px); }
h1 em { font-size: 1.35em; line-height: 1; }
h2 { font-size: clamp(38px, 3.4vw, 52px); }
h2 em { display: block; font-size: 1.4em; line-height: 1.08; margin-top: .06em; }
h3 { font-size: 22px; font-weight: 600; letter-spacing: -.025em; line-height: 1.3; text-wrap: balance; }
em { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; }
strong { font-weight: 600; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 5px; transition: color 160ms ease, background-color 160ms ease; }
a:focus-visible { outline: 2px solid var(--rust); outline-offset: 5px; border-radius: 2px; }
a:active { color: var(--rust); }
::selection { background: #dbe4d4; color: var(--ink); }
main { max-width: 1480px; margin: auto; padding: 38px var(--gutter) 0; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); }
.sheet { min-width: 0; }
.opening { padding-right: clamp(32px, 4vw, 64px); }
.schedule { display: flex; flex-direction: column; padding-left: clamp(32px, 4vw, 64px); border-left: 1px solid var(--line); }
.running, .eyebrow { font-size: 11px; font-weight: 650; line-height: 1.6; letter-spacing: .13em; color: var(--muted); }
.running { min-height: 57px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.opening .running { display: flex; flex-direction: column; gap: 3px; }
.opening .running > span:first-child { color: var(--ink); }
.opening .running > span:last-child { font-size: 9px; letter-spacing: .09em; }
.schedule .running, .daily .running { display: flex; align-items: center; }
.schedule .running > span:first-child, .daily .running > span:first-child { display: none; }
.eyebrow { display: block; margin-bottom: 14px; }
.hero { position: relative; isolation: isolate; padding: 390px 0 52px; }
.hero-copy { position: relative; z-index: 1; }
.numeral { font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: 0; }
.hero-art { position: absolute; inset: 15px 0 auto; width: 100%; height: 710px; pointer-events: none; z-index: -1; isolation: isolate; mask-image: linear-gradient(to bottom, #000 12%, #0009 40%, #0002 66%, transparent 90%); }
.building-number { position: absolute; top: -48px; right: 0; font: italic 610px/1 var(--serif); color: #d5dfd0; z-index: -1; opacity: .7; }
.hero-art img { position: absolute; width: 82%; height: 610px; object-fit: contain; right: 17%; top: 32px; opacity: .38; }
.hero-art figcaption, .cour figcaption { display: none; }
.hero-copy .eyebrow { font-size: 10px; }
.deck { margin-top: 24px; max-width: 33ch; color: var(--muted); font-size: 19px; line-height: 1.55; }
.deck br { display: none; }
.why { border-top: 1px solid var(--ink); padding-top: 26px; }
.why h2 { margin-bottom: 24px; font-size: clamp(34px, 3vw, 45px); }
.why > p:not(.eyebrow) { font-size: 17px; }
.why > p > strong { font-weight: 500; }
.paired { margin-top: 30px; counter-reset: purpose; }
.paired article { position: relative; border-top: 1px solid var(--line); padding: 26px 0 26px 34px; counter-increment: purpose; }
.paired article::before { content: '0' counter(purpose); position: absolute; top: 29px; left: 0; font: 11px/1.5 var(--mono); color: var(--muted); }
.paired h3 { margin-bottom: 12px; }
.paired p { font-size: 17px; }
.installation { border-top: 1px solid var(--line); padding: 26px 0 42px; color: var(--muted); }
.section-title { padding: 35px 0 30px; }
.section-title > p { margin-top: 22px; font-size: 17px; color: var(--muted); }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.timeline li { --card-inset: 22px; position: relative; display: grid; grid-template-columns: 62px minmax(0, 1fr); gap: 20px; padding: 24px 22px; border: 1px solid var(--line); border-radius: 5px; }
.timeline .completed { background: var(--sage); border-color: #ccd8c5; }
.timeline .important { isolation: isolate; background: var(--warm); border-color: #e1c5b5; }
.date-tile { align-self: stretch; display: flex; flex-direction: column; justify-content: center; text-align: center; margin-left: calc(-1 * var(--card-inset)); padding: 0; border-right: 1px solid var(--line); font-variant-numeric: tabular-nums; line-height: 1; }
.date-tile strong { display: block; font-size: 39px; font-weight: 500; letter-spacing: -.05em; color: var(--ink); }
.date-tile > span { display: block; margin-top: 8px; font-size: 13px; color: var(--muted); }
.important .date-tile { justify-content: flex-start; border-color: #dab9a6; }
.important .date-tile strong, .important h3 { color: var(--rust); }
.timeline .important::before { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: -1; box-shadow: 0 0 22px 3px #e777362e, 0 4px 12px #e76b241a; animation: warning-glow 5s ease-in-out infinite; }
@keyframes warning-glow { 0%, 100% { opacity: .18; } 50% { opacity: .85; } }
.event { min-width: 0; }
.event h3 { font-size: 21px; margin-bottom: 7px; }
.event > p { font-size: 16px; line-height: 1.55; }
.event .event-label { font-size: 9px; line-height: 1.5; letter-spacing: .1em; font-weight: 650; color: var(--muted); margin-bottom: 8px; }
.event:has(.status-icon) h3, .event:has(.status-icon) .event-label { padding-right: 34px; }
.status-icon { position: absolute; right: 17px; top: 33px; width: 28px; height: 28px; display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; }
.check { color: #46664c; background: #dfe9d8; border: 1px solid #c2d1b9; }
.check svg { width: 20px; height: 20px; }
.important .attention { top: 50%; right: 17px; transform: translateY(-50%); }
.important .event { padding-right: 31px; }
.attention { background: #ebcbbb; color: var(--rust); font-size: 21px; font-weight: 700; line-height: 1; }
.timeline li:nth-child(n+4) { padding-block: 20px; background: transparent; }
.timeline li:nth-child(n+4) .date-tile strong { font-size: 31px; }
.timeline li:nth-child(n+4) h3 { font-size: 19px; }
.continuation { flex: 1; position: relative; isolation: isolate; margin-top: 0; padding: 53px 0 78px; border-top: 1px solid var(--ink); }
.cour { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; mask-image: linear-gradient(to bottom, transparent 0%, #0002 12%, #000 38%); }
.drawing { position: absolute; inset: 0; mask-image: linear-gradient(90deg, transparent 0%, #0002 26%, #0007 58%, #000 92%); }
.drawing img { position: absolute; height: 110%; width: auto; max-width: none; right: -12%; bottom: -2.5%; opacity: .36; mix-blend-mode: multiply; }

.duration .eyebrow { font-size: 10px; }
.end-estimate { margin: 18px 0 5px; }
.end-estimate > div { display: flex; align-items: baseline; gap: 10px; line-height: 1.3; }
.end-estimate > div > span { width: 43px; font-size: 15px; color: var(--muted); }
.end-estimate strong { font: 500 38px/1.2 var(--serif); letter-spacing: -.025em; color: var(--ink); }
.end-estimate > p { margin-top: 15px; font-size: 18px; }
.duration > p { color: var(--muted); font-size: 14px; }
.after { max-width: none; margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.after h3 { margin-bottom: 12px; }
.after > p { font-size: 16px; }
.after .timing-note { margin-top: 24px; padding: 0; font-size: 18px; font-weight: 500; color: var(--ink); }
.timing-note > span { display: block; text-wrap: balance; }
.timing-note > span + span { margin-top: 10px; }
.daily { grid-column: 1 / -1; margin-top: 0; border-top: 1px solid var(--ink); padding-top: 25px; }
.daily .running { border: 0; min-height: 0; padding: 0; }
.daily .section-title { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding: 26px 0 38px; }
.daily .section-title > p { margin: 0; align-self: end; }
.noise { display: grid; grid-template-columns: 130px 1fr; gap: 36px; padding: 30px 36px; background: var(--warm); border: 1px solid #e5d1c3; border-radius: 5px; }
.noise-date { border-right: 1px solid #d8bfaf; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-right: 30px; line-height: 1.25; }
.noise-date > span:first-child { font-size: 9px; font-weight: 650; letter-spacing: .08em; }
.noise-date strong { font-size: 54px; color: var(--rust); font-weight: 500; letter-spacing: -.05em; }
.noise-date > span:last-child { font-size: 14px; }
.noise .eyebrow { font-size: 10px; margin-bottom: 8px; }
.noise h3 { margin-bottom: 10px; }
.noise p:last-child { font-size: 17px; max-width: 80ch; }
.practical { margin-top: 35px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; }
.practical article { padding: 30px 0; border-top: 1px solid var(--line); }
.practical h3 { margin-bottom: 16px; font-size: 25px; }
.practical p { font-size: 17px; max-width: 58ch; }
.contacts { margin-top: 36px; padding-top: 25px; border-top: 1px solid var(--ink); }
.contacts > .eyebrow { margin-bottom: 24px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 32px; }
.contact-grid > section { min-width: 0; padding: 0 0 8px; }
.contact-grid > section + section { border-left: 1px solid var(--line); padding-left: 28px; }
.contact-grid h3 { font-size: 21px; margin-bottom: 14px; }
.contact-grid h3 span { display: block; margin-top: 4px; font-size: 15px; color: var(--muted); font-weight: 400; letter-spacing: 0; }
.contact-grid p { font-size: 15px; }
.contact-grid p:has(a) { display: flex; flex-wrap: wrap; align-items: baseline; column-gap: 12px; justify-content: space-between; }
.contact-grid a { display: block; width: fit-content; padding: 10px 0; min-height: 44px; font-size: 15px; font-variant-numeric: tabular-nums; }
.contact-grid a[href^='tel:'] { white-space: nowrap; font-family: var(--mono); }
.contact-grid .email { display: block; overflow-wrap: anywhere; font-size: 13px; margin-top: 7px; }
.resident-contact p { max-width: 25ch; color: var(--muted); margin-bottom: 10px; }
.folio { display: flex; justify-content: space-between; gap: 24px; margin-top: 46px; padding: 24px 0 30px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); letter-spacing: .04em; }
.folio b { margin-left: 12px; }
.opening > .folio, .schedule > .folio { display: none; }
@media (hover: hover) and (pointer: fine) {
  a:hover { color: var(--rust); background-color: #eeeede; }
}
/* A single reading column until both editorial columns have comfortable measure. */
@media (max-width: 1023px) {
  main { display: block; max-width: 760px; padding-top: 26px; }
  .opening, .schedule { padding: 0; border-left: 0; }
  .opening .running { flex-direction: row; justify-content: space-between; align-items: baseline; min-height: 0; }
  .opening .running > span:last-child { text-align: right; max-width: 160px; }
  .hero { padding-top: 390px; }
  h1 { font-size: clamp(54px, 9vw, 74px); }
  h1 br:nth-of-type(1) { display: none; }
  .hero-copy .eyebrow { display: none; }
  .deck { max-width: 36ch; }
  .why h2 { font-size: 42px; max-width: 20ch; }
  .paired article { padding-left: 40px; }
  .schedule { margin-top: 58px; border-top: 1px solid var(--ink); padding-top: 24px; }
  .schedule .running { min-height: 0; padding: 0; border: 0; }
  .section-title { padding-top: 24px; }
  .section-title h2 { font-size: 44px; }
  .timeline li { grid-template-columns: 65px minmax(0, 1fr); }
  .event h3 { font-size: 23px; }
  .event > p { font-size: 17px; }
  .event .event-label { font-size: 10px; }
  .end-estimate strong { font-size: 38px; }
  .after > p { font-size: 17px; }
  .daily { margin-top: 0; }
  .daily .section-title { display: block; }
  .daily .section-title > p { margin-top: 22px; }
  .practical { column-gap: 32px; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid .resident-contact { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; border-left: 0; border-top: 1px solid var(--line); padding: 24px 0 0; gap: 20px; }
  .resident-contact h3 { margin-bottom: 6px; }
  .resident-contact p { max-width: none; margin: 0; }
}
@media (max-width: 540px) {
  body { font-size: 17px; line-height: 1.65; }
  main { padding-top: 20px; }
  .opening .running { font-size: 9px; letter-spacing: .065em; gap: 15px; }
  .opening .running > span:last-child { font-size: 8px; max-width: 112px; }
  .hero { padding: 335px 0 44px; }
  .hero-art { height: 640px; }
  .building-number { font-size: 510px; top: -25px; }
  .hero-art img { width: 90%; right: 10%; height: 530px; top: 26px; }
    h1 { font-size: clamp(47px, 12.4vw, 65px); }
  h1 br:nth-of-type(1) { display: initial; }
  .deck { font-size: 18px; margin-top: 22px; }
  .why { padding-top: 24px; }
  .why h2 { font-size: 36px; margin-bottom: 23px; }
  .eyebrow { font-size: 10px; }
  .paired { margin-top: 27px; }
  .paired article { padding: 25px 0 25px 30px; }
  .paired h3 { font-size: 23px; }
  .paired article::before { top: 29px; font-size: 10px; }
  .installation { font-size: 15px !important; }
  .schedule { margin-top: 42px; }
  .section-title h2 { font-size: 39px; }
  .section-title > p { font-size: 16px; margin-top: 20px; }
  .timeline { gap: 10px; }
  .timeline li { --card-inset: 16px; grid-template-columns: 48px minmax(0, 1fr); gap: 15px; padding: 22px 16px; }
  .date-tile { padding: 0; }
  .date-tile strong { font-size: 34px; }
  .date-tile > span { font-size: 12px; }
  .event h3 { font-size: 21px; }
  .event > p { font-size: 16px; }
  .event .event-label { font-size: 9px; letter-spacing: .065em; }
  .event:has(.status-icon) .event-label { padding-right: 0; }
  .event:has(.status-icon) h3 { padding-right: 28px; }
  .status-icon { right: 12px; top: 48px; width: 24px; height: 24px; }
  .check svg { width: 18px; height: 18px; }
  .attention { font-size: 18px; }
  .timeline li:nth-child(n+4) h3 { font-size: 19px; }
  .timeline li:nth-child(n+4) .date-tile strong { font-size: 29px; }
  .end-estimate strong { font-size: 32px; }
  .after { margin-top: 24px; padding-top: 23px; }
  .after h3 { font-size: 24px; }
  .after > p { font-size: 16px; }
  .after .timing-note { margin-top: 24px; }
  .daily .section-title { padding-bottom: 28px; }
  .noise { grid-template-columns: 1fr; padding: 23px; gap: 20px; }
  .noise-date { display: grid; grid-template-columns: auto 1fr; justify-items: start; align-items: baseline; gap: 8px 12px; border: 0; border-bottom: 1px solid #d8bfaf; padding: 0 0 16px; }
  .noise-date > span:first-child { grid-column: 1 / -1; font-size: 11px; }
  .noise-date strong { font-size: 36px; }
  .noise h3 { font-size: 23px; }
  .noise p:last-child { font-size: 16px; }
  .practical { display: block; margin-top: 30px; }
  .practical article { padding: 25px 0; }
  .practical h3 { font-size: 25px; margin-bottom: 14px; }
  .contacts { margin-top: 18px; }
  .contacts > .eyebrow { margin-bottom: 0; }
  .contact-grid { display: block; }
  .contact-grid > section, .contact-grid > section + section { padding: 24px 0; border-left: 0; border-top: 1px solid var(--line); }
  .contact-grid > section:first-child { border-top: 0; }
  .contact-grid h3 { font-size: 23px; }
  .contact-grid h3 span { font-size: 15px; }
  .contact-grid p, .contact-grid a { font-size: 16px; }
  .contact-grid .email { font-size: 14px; }
  .contact-grid .resident-contact { display: block; padding-top: 24px; }
  .resident-contact > a { margin-top: 12px; }
  .folio { display: block; font-size: 12px; margin-top: 16px; line-height: 1.8; }
  .folio > span { display: block; }
  .folio > span + span { margin-top: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
