:root {
  --r330-ink: #242820;
  --r330-paper: #eeede7;
  --r330-stone: #deddd4;
  --r330-olive: #48503d;
  --r330-lime: #d8e0b7;
  --r330-line: rgba(36, 40, 32, .19);
}

.r330-case { background: var(--r330-paper); color: var(--r330-ink); }
.r330-case *, .r330-case *::before, .r330-case *::after { box-sizing: border-box; }
.r330-case .button, .r330-case .menu-toggle { border-color: var(--r330-lime); background: var(--r330-lime); color: var(--r330-ink); }
.r330-case .button:hover { background: #e8efcb; }
.r330-case .menu-toggle span { background: var(--r330-ink); }
.r330-shell { width: min(1540px, calc(100% - 96px)); margin-inline: auto; }
.r330-section { padding: clamp(80px, 8.5vw, 144px) 0; }
.r330-eyebrow { margin: 0; font-size: 12px; font-weight: 600; letter-spacing: .11em; line-height: 1.35; text-transform: uppercase; }
.r330-section h2 { margin: 23px 0 0; font: 400 clamp(54px, 6.7vw, 116px)/1.01 "Lebowski GB Preview", "Helvetica Neue", Arial, sans-serif; letter-spacing: -.04em; }
.r330-split { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(50px, 8vw, 135px); align-items: start; }
.r330-split > *, .r330-hero__copy > * { min-width: 0; }
.r330-copy { max-width: 640px; padding-top: 39px; }
.r330-copy p { margin: 0; font-size: clamp(17px, 1.25vw, 22px); line-height: 1.55; }
.r330-copy p + p { margin-top: 1em; }

.r330-hero__meta { min-height: 52px; display: flex; gap: 16px; justify-content: space-between; align-items: center; padding: 15px var(--gutter); font-size: 12px; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.r330-hero__media { margin: 0; background: var(--r330-stone); }
.r330-hero__media img { display: block; width: 100%; height: auto; object-fit: contain; }
.r330-hero__copy { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(40px, 7vw, 120px); align-items: end; padding-block: clamp(58px, 6vw, 104px); }
.r330-hero h1 { margin: 24px 0 0; max-width: 1000px; font: 400 clamp(70px, 8.5vw, 156px)/.98 "Lebowski GB Preview", "Helvetica Neue", Arial, sans-serif; letter-spacing: -.045em; }
.r330-hero__lead p { margin: 0; font-size: clamp(18px, 1.45vw, 26px); line-height: 1.48; }
.r330-hero__lead span { display: block; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--r330-line); font-size: 12px; line-height: 1.45; }

.r330-index { position: static; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-block: 1px solid var(--r330-line); background: var(--r330-stone); }
.r330-index a { display: flex; min-height: 64px; gap: 12px; justify-content: center; align-items: center; padding: 16px 12px; border-right: 1px solid var(--r330-line); color: inherit; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.r330-index a:last-child { border-right: 0; }
.r330-index span { color: #697359; }
.r330-index a:hover, .r330-index a:focus-visible { background: var(--r330-olive); color: #fff; }
.r330-index a:hover span, .r330-index a:focus-visible span { color: var(--r330-lime); }
.r330-index a:focus-visible, .r330-plan a:focus-visible, .r330-back:focus-visible { outline: 2px solid currentColor; outline-offset: -4px; }

.r330-facts { background: #f8f7f2; }
.r330-facts__grid { display: grid; grid-template-columns: .95fr 1.25fr .95fr .85fr; border-bottom: 1px solid var(--r330-line); }
.r330-facts article { min-height: 205px; display: flex; flex-direction: column; justify-content: space-between; gap: 32px; padding: clamp(24px, 2.6vw, 44px); border-right: 1px solid var(--r330-line); }
.r330-facts article:last-child { border-right: 0; }
.r330-facts strong { white-space: nowrap; color: var(--r330-olive); font: 400 clamp(46px, 4.8vw, 82px)/1 "Lebowski GB Preview", sans-serif; letter-spacing: -.025em; }
.r330-facts small, .r330-planning-facts small { font-size: .48em; }
.r330-facts span { max-width: 220px; font-size: 12px; letter-spacing: .055em; line-height: 1.4; text-transform: uppercase; }

.r330-photo { margin: clamp(52px, 6vw, 100px) auto 0; }
.r330-photo--wide { width: min(1840px, calc(100% - 48px)); }
.r330-photo img { display: block; width: 100%; height: auto; object-fit: contain; }
.r330-photo figcaption { margin-top: 12px; font-size: 12px; letter-spacing: .055em; line-height: 1.4; text-transform: uppercase; }
.r330-photo--next { margin-top: 34px; }
.r330-aerial { position: relative; }
.r330-aerial__background { position: absolute; inset: 0; display: block; width: 100%; height: 100%; pointer-events: none; }

.r330-architecture { background: var(--r330-olive); color: #f8f8f1; }
.r330-architecture .r330-copy { color: #e1e4d9; }
.r330-architecture .r330-eyebrow { color: var(--r330-lime); }
.r330-height { display: grid; grid-template-columns: 1fr 1fr 1.15fr; gap: 36px; margin-top: 58px; padding-top: 28px; border-top: 1px solid rgba(255, 255, 255, .3); }
.r330-height article { display: flex; flex-direction: column; gap: 15px; }
.r330-height strong { color: var(--r330-lime); font: 400 clamp(58px, 7.2vw, 114px)/1 "Lebowski GB Preview", sans-serif; letter-spacing: -.035em; }
.r330-height span { max-width: 210px; font-size: 12px; line-height: 1.45; }
.r330-height > p { margin: 0; align-self: center; font-size: clamp(17px, 1.45vw, 24px); line-height: 1.5; }
.r330-architecture figcaption { color: #dfe2d6; }

.r330-plans { background: #f8f7f2; }
.r330-planning-facts { display: grid; grid-template-columns: 1fr 1fr 1fr; margin-top: 54px; border-top: 1px solid var(--r330-line); border-bottom: 1px solid var(--r330-line); }
.r330-planning-facts article { padding: 25px 24px; border-right: 1px solid var(--r330-line); }
.r330-planning-facts article:first-child { padding-left: 0; }
.r330-planning-facts article:last-child { border-right: 0; }
.r330-planning-facts strong { display: block; color: var(--r330-olive); font: 400 clamp(42px, 4.8vw, 80px)/1.1 "Lebowski GB Preview", sans-serif; letter-spacing: -.025em; white-space: nowrap; }
.r330-planning-facts span { display: block; margin-top: 14px; font-size: 12px; letter-spacing: .04em; line-height: 1.4; text-transform: uppercase; }
.r330-apartments { display: grid; grid-template-columns: 1fr 3fr; gap: 30px; padding-top: 28px; }
.r330-apartments > p { padding-top: 8px; }
.r330-apartments ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin: 0; padding: 0; list-style: none; }
.r330-apartments li { display: flex; flex-direction: column; gap: 8px; }
.r330-apartments strong { font: 400 42px/1 "Lebowski GB Preview", sans-serif; }
.r330-apartments span { font-size: 12px; line-height: 1.4; }
.r330-plan { width: min(1840px, calc(100% - 48px)); margin: 44px auto 0; background: #fff; }
.r330-plan > a { display: block; }
.r330-plan img { display: block; width: 100%; height: auto; object-fit: contain; }
.r330-plan figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px; border-top: 1px solid var(--r330-line); font-size: 12px; line-height: 1.5; }
.r330-plan figcaption a { color: inherit; text-underline-offset: .22em; white-space: nowrap; }

.r330-landscape { background: var(--r330-stone); }
.r330-result { background: #282d24; color: #f8f8f1; }
.r330-result .r330-eyebrow { color: var(--r330-lime); }
.r330-result .r330-copy { color: #e1e4d9; }
.r330-result .r330-scope { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.25); font-size: 12px; letter-spacing: .055em; line-height: 1.6; text-transform: uppercase; }
.r330-result .r330-credit { margin-top: 24px; color: #c4cbb9; font-size: 12px; line-height: 1.7; }
.r330-back { display: inline-block; margin-top: 30px; color: var(--r330-lime); font-size: 15px; text-underline-offset: .25em; }

.r330-contact { background: #080908; }
.r330-contact .contact__main h2 { color: var(--r330-lime); font: 400 clamp(62px, 6.9vw, 118px)/1.02 "Lebowski GB Preview", sans-serif; letter-spacing: -.035em; }
.r330-contact .r330-eyebrow { margin-bottom: 30px; color: #d4d7cc; }

.js .r330-case [data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.js .r330-case [data-reveal].is-visible, .is-static .r330-case [data-reveal], .no-js .r330-case [data-reveal] { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .r330-shell { width: calc(100% - 48px); }
  .r330-section { padding: 78px 0; }
  .r330-split, .r330-hero__copy { grid-template-columns: 1fr; gap: 30px; }
  .r330-copy { max-width: 780px; padding-top: 0; }
  .r330-hero__lead { max-width: 760px; }
  .r330-hero h1 { max-width: none; }
  .r330-facts__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r330-facts article { min-height: 180px; }
  .r330-facts article:nth-child(2) { border-right: 0; }
  .r330-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--r330-line); }
  .r330-height { grid-template-columns: 1fr 1fr; }
  .r330-height > p { grid-column: 1 / -1; max-width: 640px; }
}

@media (max-width: 600px) {
  .r330-shell, .r330-photo--wide, .r330-plan { width: calc(100% - 32px); }
  .r330-section { padding: 64px 0; }
  .r330-section h2 { font-size: clamp(48px, 12.9vw, 70px); line-height: 1.02; }
  .r330-eyebrow { font-size: 12px; }
  .r330-hero__meta { align-items: flex-start; flex-direction: column; gap: 4px; padding: 14px 16px; font-size: 12px; }
  .r330-hero__copy { padding-block: 42px 48px; }
  .r330-hero h1 { margin-top: 18px; font-size: clamp(66px, 18vw, 92px); line-height: 1; }
  .r330-hero__lead p { font-size: 18px; }
  .r330-hero__lead span { margin-top: 23px; }
  .r330-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .r330-index a { min-height: 57px; justify-content: flex-start; padding: 15px 16px; font-size: 12px; }
  .r330-index a:nth-child(2) { border-right: 0; }
  .r330-index a:nth-child(-n+2) { border-bottom: 1px solid var(--r330-line); }
  .r330-facts article { min-height: 154px; padding: 20px 16px; gap: 25px; }
  .r330-facts strong { font-size: clamp(39px, 10.9vw, 58px); }
  .r330-facts span { font-size: 12px; }
  .r330-copy p { font-size: 17px; }
  .r330-photo { margin-top: 38px; }
  .r330-photo figcaption { font-size: 12px; }
  .r330-photo--next { margin-top: 26px; }
  .r330-height { gap: 25px 22px; margin-top: 36px; }
  .r330-height strong { font-size: 18vw; }
  .r330-height span { font-size: 12px; }
  .r330-height > p { font-size: 17px; }
  .r330-planning-facts { grid-template-columns: 1fr; margin-top: 34px; }
  .r330-planning-facts article, .r330-planning-facts article:first-child { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: center; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--r330-line); }
  .r330-planning-facts article:last-child { border-bottom: 0; }
  .r330-planning-facts strong { font-size: clamp(36px, 11vw, 60px); }
  .r330-planning-facts span { margin: 0; font-size: 12px; }
  .r330-apartments { grid-template-columns: 1fr; gap: 22px; }
  .r330-apartments ul { grid-template-columns: 1fr 1fr; gap: 25px; }
  .r330-plan { margin-top: 30px; }
  .r330-plan figcaption { align-items: flex-start; flex-direction: column; gap: 10px; padding: 16px; font-size: 12px; }
  .r330-contact .contact__main h2 { font-size: clamp(56px, 15vw, 78px); line-height: 1.02; }
}

@media (prefers-reduced-motion: reduce) {
  .r330-case *, .r330-case *::before, .r330-case *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .js .r330-case [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .site-header, .mobile-menu, .contact, .r330-index { display: none !important; }
  .r330-case { padding-top: 0; }
  .js .r330-case [data-reveal] { opacity: 1; transform: none; }
}
