.home-section-heading { display: grid; grid-template-columns: 27% 1fr 27%; gap: 30px; align-items: end; margin-bottom: 70px; }
.desktop-nav a.active { color: #ed5153; }
.home-section-heading h2 { margin: 0; font: 500 clamp(40px,5.2vw,76px)/1.04 var(--serif); letter-spacing: -.055em; }
.home-section-heading h2 em { color: var(--red); font-weight: 500; }
.home-section-heading > p:last-child { max-width: 285px; margin: 0 0 8px; color: #65615b; font-size: 13px; line-height: 1.7; }
.gallery { padding-bottom: 0; overflow: hidden; }
.media-page .site-header { background: #191918; }.media-hero { min-height: 590px; display: flex; align-items: center; padding: 150px 0 75px; color: #fff; background: #1b1b19; position: relative; overflow: hidden; }.media-hero:after { content: ""; position: absolute; width: 65vw; height: 65vw; right: -10vw; top: -30vw; border-radius: 50%; background: radial-gradient(circle at 38% 64%,#852b2e 0,rgba(97,32,34,.65) 28%,transparent 66%); }.media-hero .container { position: relative; z-index: 1; }.media-hero h1 { margin: 21px 0 28px; font: 500 clamp(55px,7.2vw,108px)/.93 var(--serif); letter-spacing: -.06em; }.media-hero h1 em,.media-closing h2 em { color: #e64b4f; font-weight: 500; }.media-hero .container > p:last-child { width: 315px; margin: 0; color: #cbc7c0; font-size: 14px; line-height: 1.75; }.media-gallery { padding-top: 130px; padding-bottom: 130px; }.media-news { min-height: 620px; padding-bottom: 130px; }.media-closing { padding: 115px 0; text-align: center; }.media-closing h2 { margin: 20px 0 32px; font: 500 clamp(40px,5.2vw,76px)/1.04 var(--serif); letter-spacing: -.055em; }
.gallery-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; grid-template-rows: 300px 300px; gap: 10px; width: min(1440px,100%); margin: 0 auto; }
.gallery-item { position: relative; overflow: hidden; margin: 0; background: #1b1b19; }
.gallery-item--large { grid-row: span 2; }.gallery-item--wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease, opacity .3s; }.gallery-item:hover img { transform: scale(1.05); opacity: .86; }
.gallery-item figcaption { position: absolute; z-index: 1; bottom: 0; left: 0; padding: 34px 25px 20px; width: 100%; color: #fff; font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; background: linear-gradient(transparent,rgba(0,0,0,.67)); }
.gallery-item { cursor: zoom-in; }.gallery-item:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }.gallery-lightbox { width: min(1240px,calc(100% - 40px)); max-width: none; max-height: calc(100vh - 40px); padding: 0; border: 0; background: #121211; color: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.55); }.gallery-lightbox::backdrop { background: rgba(10,10,9,.84); backdrop-filter: blur(5px); }.gallery-lightbox figure { display: grid; place-items: center; margin: 0; min-height: min(720px,calc(100vh - 40px)); }.gallery-lightbox img { display: block; max-width: 100%; max-height: calc(100vh - 105px); object-fit: contain; }.gallery-lightbox figcaption { width: 100%; padding: 16px 24px 18px; color: #d3cec6; font: 10px var(--mono); letter-spacing: .1em; text-align: center; text-transform: uppercase; }.gallery-lightbox-close { position: fixed; z-index: 1; top: 30px; right: 30px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; background: #1b1b19; color: #fff; font: 31px/1 var(--sans); cursor: pointer; }
.news { background: #e5e1d9; }.news-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.news-card { min-height: 400px; display: flex; flex-direction: column; padding: 27px 30px 30px 0; border-right: 1px solid var(--line); }.news-card:not(:first-child) { padding-left: 30px; }.news-card:last-child { border-right: 0; }
.news-card--feature { background: var(--ink); color: #fff; margin: -1px 0; padding-top: 28px; }.news-card--feature .news-meta,.news-card--feature p { color: #cbc6bf; }.news-card--feature a { border-color: #fff; }
.news-meta { display: flex; justify-content: space-between; color: #77726c; font: 9px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.news-card h3 { max-width: 335px; margin: 62px 0 20px; font: 500 31px/1.1 var(--serif); letter-spacing: -.045em; }.news-card p { max-width: 335px; margin: 0; color: #615d57; font-size: 12px; line-height: 1.75; }.news-card a { display: inline-flex; gap: 15px; align-items: center; width: fit-content; margin-top: auto; padding-top: 17px; border-top: 1px solid var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.news-card a span { color: var(--red); font-size: 16px; }
.news-open { display: inline-flex; gap: 15px; align-items: center; width: fit-content; margin-top: auto; padding: 17px 0 0; border: 0; border-top: 1px solid var(--ink); background: transparent; color: inherit; font: 800 10px var(--sans); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }.news-open span { color: var(--red); font-size: 16px; }.news-card--feature .news-open { border-color: #fff; }.news-dialog { width: min(760px,calc(100% - 40px)); max-height: min(720px,calc(100vh - 70px)); padding: 0; border: 0; background: #f4f1eb; color: var(--ink); box-shadow: 0 20px 70px rgba(0,0,0,.35); }.news-dialog::backdrop { background: rgba(10,10,9,.72); backdrop-filter: blur(4px); }.news-dialog article { position: relative; padding: 65px 70px; }.news-dialog h2 { max-width: 590px; margin: 22px 0 35px; font: 500 clamp(34px,4vw,54px)/1.05 var(--serif); letter-spacing: -.055em; }.news-dialog article > p:not(.eyebrow) { max-width: 575px; font-size: 15px; line-height: 1.75; }.dialog-close { position: absolute; top: 18px; right: 22px; width: 38px; height: 38px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); font-size: 27px; line-height: 1; cursor: pointer; }
@media(max-width:800px) { .home-section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }.home-section-heading h2 { font-size: 44px; }.home-section-heading > p:last-child { margin: 0; }.media-hero { min-height: 620px; padding: 135px 0 65px; }.media-hero:after { width: 130vw; height: 130vw; right: -48vw; top: -18vw; }.media-hero h1 { font-size: clamp(50px,13.5vw,64px); }.media-hero .container > p:last-child { width: 235px; font-size: 12px; }.media-gallery { padding-top: 85px; padding-bottom: 85px; }.media-news { padding-bottom: 85px; }.gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 180px 180px; gap: 5px; }.gallery-item--large { grid-row: auto; grid-column: span 2; }.gallery-item--wide { grid-column: span 2; }.gallery-item figcaption { padding: 25px 15px 13px; }.news-grid { grid-template-columns: 1fr; }.news-card,.news-card:not(:first-child) { min-height: 0; padding: 27px 0 30px; border-right: 0; border-bottom: 1px solid var(--line); }.news-card:last-child { border-bottom: 0; }.news-card--feature { margin: 0 -20px; padding: 30px 20px; }.news-card h3 { margin: 38px 0 15px; font-size: 29px; }.news-card a { margin-top: 30px; }.news-dialog article { padding: 55px 25px 35px; }.news-dialog h2 { font-size: 37px; }.news-dialog article > p:not(.eyebrow) { font-size: 14px; } }
