:root {
  --collection-bg: #101212;
  --collection-surface: #161818;
  --collection-ink: #f2eee5;
  --collection-muted: rgba(242, 238, 229, .62);
  --collection-line: rgba(242, 238, 229, .16);
  --collection-gold: #c9a66b;
  --collection-max: 1480px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: clip; color: var(--collection-ink); background: var(--collection-bg); font: 14px/1.55 Inter, ui-sans-serif, system-ui, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.collection-container { width: min(calc(100% - 64px), var(--collection-max)); margin-inline: auto; }
.collection-kicker { margin: 0; color: var(--collection-gold); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }

.collection-page { --collection-shell-color: var(--collection-ink); }
.collection-page[data-shell-tone="light"] { --collection-shell-color: #191918; }
.collection-page .atlas-site-header,
.collection-page .atlas-contact-menu,
.collection-page .atlas-contact-menu__toggle { color: var(--collection-shell-color); transition: color 260ms ease; }
.collection-page .atlas-site-header,
.collection-page .atlas-contact-menu__toggle { position: fixed; }
.collection-page .atlas-site-header[data-ready="true"],
.collection-page .atlas-contact-menu[data-ready="true"] .atlas-contact-menu__toggle { opacity: 1; transform: none; }
.collection-page .atlas-site-header__brand strong { font: 400 clamp(1.3rem, 1.6vw, 1.55rem)/.8 "Bodoni MT", Didot, "Times New Roman", serif; letter-spacing: .1em; }

.collection-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: var(--collection-gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.collection-breadcrumbs a { color: inherit; text-decoration: none; }
.collection-breadcrumbs a:hover,
.collection-breadcrumbs a:focus-visible { color: var(--collection-ink); }

.collection-hero { position: relative; min-height: 100svh; overflow: hidden; background: #090b0b; }
.collection-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 45%; filter: saturate(.76) brightness(.72) contrast(1.05); }
.collection-hero__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 6, 6, .64) 0, rgba(5, 6, 6, .28) 16%, transparent 34%), linear-gradient(0deg, rgba(5, 6, 6, .32), transparent 46%); }
.collection-hero__content { position: relative; display: flex; min-height: 100svh; align-items: flex-end; padding-block: 150px 54px; }
.collection-hero__panel { width: min(700px, 59vw); padding: clamp(30px, 3vw, 46px); border: 1px solid rgba(201, 166, 107, .8); background: linear-gradient(135deg, rgba(8, 9, 9, .92), rgba(8, 9, 9, .7)); box-shadow: 0 28px 80px rgba(0, 0, 0, .32); backdrop-filter: blur(8px); }
.collection-hero__panel > .collection-kicker { margin-top: 8px; }
.collection-hero h1 { max-width: 690px; margin: 22px 0 0; font: 400 clamp(66px, 7vw, 108px)/.82 "Times New Roman", Times, serif; letter-spacing: -.06em; }
.collection-hero__panel > p:not(.collection-kicker) { max-width: 540px; margin: 30px 0 0; color: rgba(242, 238, 229, .78); font-size: 15px; line-height: 1.65; }
.collection-hero__panel > a { display: flex; width: 100%; justify-content: space-between; margin-top: 28px; padding: 15px 0 0; border-top: 1px solid rgba(201, 166, 107, .58); color: var(--collection-ink); font-size: 10px; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }

.collection-projects { padding: 130px 0 150px; }
.collection-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 60px; align-items: end; margin-bottom: 58px; }
.collection-section-head h2,
.collection-cta h2 { margin: 18px 0 0; font: 400 clamp(64px, 8vw, 118px)/.82 "Times New Roman", Times, serif; letter-spacing: -.055em; }
.collection-section-head > p { margin: 0; color: var(--collection-muted); font-size: 14px; line-height: 1.7; }
.collection-project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--collection-line); border-left: 1px solid var(--collection-line); }
.collection-project-card { min-width: 0; border-right: 1px solid var(--collection-line); border-bottom: 1px solid var(--collection-line); background: var(--collection-surface); }
.collection-project-card__visual { position: relative; display: block; aspect-ratio: 16 / 10; overflow: hidden; color: inherit; background: #0d0f0f; }
.collection-project-card__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(180deg, transparent 50%, rgba(4, 5, 5, .46)); pointer-events: none; }
.collection-project-card__visual.is-fallback { background: linear-gradient(135deg, #171a1a 0 43%, #24201a 43.2% 44%, #111313 44.2% 100%); }
.collection-project-card__visual.is-fallback::before { position: absolute; z-index: 1; right: 32px; bottom: 24px; left: 32px; color: rgba(242, 238, 229, .18); content: attr(data-project-name); font: 400 clamp(38px, 5vw, 72px)/.9 "Times New Roman", Times, serif; letter-spacing: -.045em; }
.collection-project-card__visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.72) contrast(1.04) brightness(.82); transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter 1s ease; }
.collection-project-card__visual > span { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 8px 10px; border: 1px solid rgba(242, 238, 229, .42); color: var(--collection-ink); background: rgba(6, 7, 7, .28); font-size: 9px; letter-spacing: .16em; }
.collection-project-card:hover img,
.collection-project-card:focus-within img { transform: scale(1.025); filter: saturate(.78) contrast(1.04) brightness(.9); }
.collection-project-card__body { display: flex; min-height: 390px; flex-direction: column; padding: 34px 38px 38px; }
.collection-project-card__label { align-self: flex-start; margin: 0; padding: 7px 10px; border: 1px solid rgba(201, 166, 107, .34); color: var(--collection-gold); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.collection-project-card h2 { margin: 22px 0 0; font: 400 clamp(48px, 5vw, 76px)/.88 "Times New Roman", Times, serif; letter-spacing: -.045em; }
.collection-project-card__address { min-height: 48px; margin: 17px 0 20px; color: var(--collection-muted); font-size: 12px; line-height: 1.55; }
.collection-project-card__facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0 0 26px; }
.collection-project-card__fact { margin: 0; padding: 11px 12px 0 0; border-top: 1px solid var(--collection-line); }
.collection-project-card__fact + .collection-project-card__fact { padding-left: 18px; border-left: 1px solid var(--collection-line); }
.collection-project-card__fact dt { color: rgba(242, 238, 229, .45); font-size: 9px; letter-spacing: .1em; }
.collection-project-card__fact dd { margin: 7px 0 0; color: var(--collection-ink); font-size: 12px; }
.collection-project-card__body > a { display: flex; min-height: 50px; align-items: center; justify-content: space-between; margin-top: auto; padding: 0 16px; border: 1px solid var(--collection-gold); color: #171109; background: var(--collection-gold); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.collection-project-card__body > a:hover,
.collection-project-card__body > a:focus-visible { color: var(--collection-gold); background: transparent; outline: 1px solid var(--collection-ink); outline-offset: 3px; }

.collection-cta { padding: 118px 0; border-top: 1px solid var(--collection-line); background: #0d0f0f; }
.collection-cta__grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(320px, 5fr); gap: clamp(60px, 8vw, 126px); align-items: end; }
.collection-cta h2 { max-width: 900px; }
.collection-cta p:not(.collection-kicker) { max-width: 600px; margin: 28px 0 0; color: var(--collection-muted); font-size: 16px; line-height: 1.72; }
.collection-cta a { display: flex; min-height: 58px; align-items: center; justify-content: space-between; padding: 0 20px; border: 1px solid var(--collection-gold); color: #17140f; background: var(--collection-gold); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.collection-cta a:hover,
.collection-cta a:focus-visible { color: var(--collection-gold); background: transparent; outline: 1px solid var(--collection-ink); outline-offset: 3px; }

.collection-page .atlas-site-footer { left: auto; width: 100%; margin: 0; }
.collection-page .atlas-site-footer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.collection-page .atlas-site-footer__group a[aria-current="page"] { color: var(--atlas-shell-gold); }

@media (max-width: 900px) {
  .collection-container { width: calc(100% - 40px); }
  .collection-section-head,
  .collection-cta__grid { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 760px) {
  .collection-container { width: calc(100% - 32px); }
  .collection-page .atlas-site-header { top: 17px; left: 16px; }
  .collection-page .atlas-contact-menu__toggle { top: 13px; right: 14px; }
  .collection-page .atlas-site-header__brand strong { font-size: 11px; }
  .collection-page .atlas-site-header__brand span { display: none; }
  .collection-hero__content { padding-block: 110px 20px; }
  .collection-hero__panel { width: 100%; padding: 24px 22px; }
  .collection-breadcrumbs { margin-bottom: 18px; font-size: 8px; }
  .collection-hero h1 { font-size: clamp(52px, 15.5vw, 68px); line-height: .86; }
  .collection-hero__panel > p:not(.collection-kicker) { margin-top: 22px; font-size: 13px; }
  .collection-projects { padding: 82px 0 96px; }
  .collection-section-head { margin-bottom: 34px; }
  .collection-section-head h2 { font-size: 58px; }
  .collection-project-grid { grid-template-columns: 1fr; }
  .collection-project-card__body { min-height: 350px; padding: 26px 24px 28px; }
  .collection-project-card h2 { margin-top: 18px; font-size: 48px; }
  .collection-cta { padding: 82px 0; }
  .collection-cta h2 { font-size: 52px; }
  .collection-page .atlas-site-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 460px) {
  .collection-project-card__facts { grid-template-columns: 1fr; }
  .collection-project-card__fact + .collection-project-card__fact { padding-left: 0; border-left: 0; }
  .collection-page .atlas-site-footer__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
