/* One complete product portrait per viewport; native document scrolling. */
.suite-showcase { background: #f3f2ec; color: #263e32; scroll-margin-top: -110px; --suite-gutter: clamp(24px, 4vw, 76px); }
.suite-stage { padding: 106px var(--suite-gutter) 24px; }
.suite-masthead { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 18px; }
.suite-masthead h2 { font: 400 clamp(28px, 2.6vw, 42px)/1 Georgia, serif; letter-spacing: -.055em; }
.suite-masthead h2 em { color: #7a8666; }
.suite-masthead p { font-size: 10px; line-height: 1.7; color: #687460; }
.suite-composition { min-height: calc(100svh - 230px); display: grid; grid-template-columns: .66fr 1.34fr; align-items: center; gap: 3.5vw; padding-block: 18px 28px; }
.suite-copy { position: relative; z-index: 2; min-width: 0; padding-block: 12px; translate: 0 calc(var(--suite-drift, 0) * -16px); }
.suite-eyebrow { display: block; font-size: 9px; font-weight: 500; letter-spacing: .16em; color: #657558; margin-bottom: clamp(22px, 3svh, 40px); }
.suite-copy h3 { font: 400 clamp(60px, 6.7vw, 108px)/.94 Georgia, serif; letter-spacing: -.065em; }
.suite-copy h3 em { color: #80906c; font-weight: 400; }
.suite-membership h3 { font-size: clamp(42px, 4.4vw, 70px); }
.suite-membership h3 em { display: block; }
.suite-premise { font-size: clamp(17px, 1.4vw, 22px); font-weight: 450; letter-spacing: -.045em; line-height: 1.5; margin-top: clamp(20px, 3.3svh, 40px); }
.suite-description { color: #687460; font-size: 13px; line-height: 1.95; margin-top: 14px; }
.suite-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid #8a987b; padding-block: 15px; margin-top: 23px; font-size: 11px; min-height: 46px; }
.suite-link > span { font-size: 24px; transition: transform .3s; }
.suite-link:hover > span { transform: translate(3px, -3px); }
.suite-coming { display: flex; align-items: center; gap: 12px; font-size: 8px; letter-spacing: .13em; color: #647457; margin-top: 16px; }
.suite-coming span { border-left: 1px solid #879778; padding-left: 12px; font-size: 10px; letter-spacing: 0; }
.suite-paper .suite-link { margin-top: 8px; }
.suite-portrait { align-self: stretch; position: relative; isolation: isolate; min-height: 320px; overflow: hidden; border-radius: 0; background: #384d3c; }
.suite-photo, .suite-film { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.12) translateY(calc(var(--suite-drift, 0) * -48px)); }
.suite-photo { opacity: 1; }
.suite-film { opacity: 0; transition: opacity .7s; }
.suite-film.is-ready { opacity: 1; }
.suite-access .suite-photo, .suite-access .suite-film { object-position: 70% center; }
.suite-portrait::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, #19332500 45%, #142b2055); }
.suite-object { display: grid; place-items: center; position: absolute; inset: 0; perspective: 1100px; transform: translateY(calc(var(--suite-drift, 0) * 32px)); }
.suite-object .sculpture-card { width: clamp(230px, 20vw, 300px); }
.suite-object .sculpture-card > div { color: #f1f0da; }
.suite-object .relationship-sculpture { transform: rotate(-25deg); }
.suite-object .waiting-sculpture { transform: rotate(-7deg); }
.suite-document { transform: rotate(6deg) translateY(calc(var(--suite-drift, 0) * 32px)); }
.suite-document .document-artwork { width: 310px; height: 340px; min-height: 0; }
.suite-document .document-sheet { width: 250px; min-height: 285px; padding: 28px; box-shadow: 20px 30px 60px #0a241d55; }
.suite-document .document-title { font-size: 34px; margin-block: 35px; }
.suite-document .document-sheet-back { transform: translate(20px, 10px) rotate(10deg); }
.suite-art-label { position: absolute; bottom: 30px; left: 28px; color: #f0f0dc; font-size: 8px; letter-spacing: .17em; z-index: 2; }
.suite-edition { position: absolute; right: 28px; top: 25px; font: italic 38px/1 Georgia, serif; letter-spacing: -.06em; color: #f3f1dfcc; }
.suite-film-toggle { position: absolute; right: 22px; bottom: 19px; z-index: 3; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #f1f0df80; border-radius: 50%; background: #17322633; color: #f7f6ee; font-size: 16px; cursor: pointer; }
.suite-film-toggle:hover { background: #17322688; }
.suite-film-toggle:focus-visible { outline-color: #f7f6ee !important; }
.suite-film-toggle[hidden] { display: none; }
.suite-controls { display: none; }
.suite-index { display: grid; grid-template-columns: repeat(var(--suite-count, 5), minmax(0, 1fr)); gap: 28px; flex: 1; max-width: 1030px; }
.suite-index button { display: flex; align-items: center; gap: 14px; position: relative; background: none; color: #68785c; border: 0; border-top: 1px solid #bdc6b4; padding: 19px 0 8px; text-align: left; cursor: pointer; min-height: 48px; }
.suite-index button::before { content: ''; position: absolute; left: 0; right: 0; top: -1px; height: 2px; background: #384e36; transform: scaleX(0); transform-origin: left; transition: transform .5s; }
.suite-index button[aria-current] { color: #263e32; }
.suite-index button[aria-current]::before { transform: scaleX(1); }
.suite-index button span { font: italic 19px Georgia, serif; opacity: .8; }
.suite-index button strong { font-size: 10px; font-weight: 500; }
.suite-index button:hover { color: #263e32; }
.suite-continue { display: flex; align-items: center; gap: 18px; font-size: 23px; min-width: 44px; min-height: 44px; justify-content: center; }
.suite-continue > span { font-size: 8px; letter-spacing: .15em; }
.suite-showcase a:focus-visible, .suite-showcase button:focus-visible { outline: 2px solid #5a7147; outline-offset: 5px; }

.suite-enhanced { height: calc(var(--suite-count, 5) * 100svh); }
.suite-enhanced .suite-stage { position: sticky; top: 0; height: 100svh; display: grid; grid-template-rows: auto minmax(0, 1fr) auto; }
.suite-enhanced .suite-scenes { position: relative; min-height: 0; }
.suite-enhanced .suite-scene { position: absolute; inset: 0; visibility: hidden; pointer-events: none; }
.suite-enhanced .suite-scene.is-active { visibility: visible; pointer-events: auto; }
.suite-enhanced .suite-composition { min-height: 0; height: 100%; }
.suite-enhanced .suite-controls { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.suite-enhanced .is-active .suite-copy { animation: suite-copy-in .95s cubic-bezier(.16,1,.3,1) both; }
.suite-enhanced .is-active .suite-portrait { animation: suite-portrait-in 1.05s cubic-bezier(.16,1,.3,1) both; }
.suite-measuring .suite-copy, .suite-measuring .suite-portrait { animation: none !important; translate: none !important; transform: none !important; }
@keyframes suite-copy-in { from { opacity: 0; transform: translateY(32px); } to { opacity: 1; transform: none; } }
@keyframes suite-portrait-in { from { opacity: .15; clip-path: inset(9% 0 0); } to { opacity: 1; clip-path: inset(0); } }

@media (min-width: 851px) and (max-height: 800px) {
    .suite-stage { padding-top: 98px; padding-bottom: 18px; }
    .suite-masthead { padding-bottom: 16px; }
    .suite-composition { padding-block: 18px 22px; gap: 3.5vw; }
    .suite-copy h3 { font-size: clamp(56px, 8.4svh, 80px); }
    .suite-eyebrow { margin-bottom: 20px; }
    .suite-premise { margin-top: 20px; font-size: 19px; }
    .suite-description { margin-top: 10px; font-size: 12px; }
    .suite-link { margin-top: 12px; padding-block: 10px; }
    .suite-portrait { min-height: 0; }
}
@media (max-width: 1050px) and (min-width: 851px) {
    .suite-composition { gap: 28px; grid-template-columns: .8fr 1.2fr; }
    .suite-copy h3 { font-size: 64px; }
    .suite-membership h3 { font-size: 60px; }
    .suite-index { gap: 16px; }
    .suite-object { scale: .85; }
}
@media (max-width: 850px) {
    .suite-stage { padding: 94px 24px 20px; }
    .suite-masthead { padding-bottom: 17px; }
    .suite-masthead h2 { font-size: 30px; }
    .suite-masthead p { font-size: 8px; }
    .suite-composition { grid-template-columns: 1fr; grid-template-rows: minmax(155px, 1fr) auto; gap: 21px; padding-block: 22px; min-height: calc(100svh - 180px); }
    .suite-copy { padding: 0; }
    .suite-portrait { grid-row: 1; min-height: 0; width: calc(100% + 16px); margin-inline: -8px; border-radius: 0; }
    .suite-copy h3, .suite-membership h3 { font-size: clamp(43px, 7.8vw, 64px); line-height: 1; }
    .suite-copy h3 br { display: none; }
    .suite-copy h3 em { display: inline; }
    .suite-access h3 em::before { content: ' '; }
    .suite-eyebrow { font-size: 8px; margin-bottom: 14px; letter-spacing: .1em; }
    .suite-premise { font-size: 18px; margin-top: 16px; }
    .suite-description { font-size: 12px; margin-top: 9px; line-height: 1.85; }
    .suite-link { margin-top: 9px; padding-block: 9px; font-size: 10px; }
    .suite-coming { margin-top: 10px; }
    .suite-paper .suite-link { margin-top: 4px; }
    .suite-object { scale: .58; }
    .suite-object .sculpture-card { width: 320px; }
    .suite-art-label { left: 20px; bottom: 18px; font-size: 7px; }
    .suite-edition { font-size: 28px; right: 18px; top: 16px; }
    .suite-film-toggle { right: 12px; bottom: 10px; }
    .suite-enhanced .suite-controls { gap: 16px; }
    .suite-index { gap: 13px; }
    .suite-index button { flex-direction: column; align-items: start; gap: 6px; padding-top: 12px; }
    .suite-index button span { font-size: 17px; }
    .suite-index button strong { font-size: 9px; white-space: normal; line-height: 1.35; }
    .suite-continue > span { display: none; }
}
@media (max-width: 600px) {
    .suite-stage { padding: 86px 22px 16px; }
    .suite-masthead h2 { font-size: 27px; }
    .suite-masthead p { font-size: 7px; }
    .suite-composition { gap: 17px; padding-block: 18px; }
    .suite-copy h3, .suite-membership h3 { font-size: clamp(37px, 10.7vw, 55px); }
    .suite-premise { font-size: 16px; }
    .suite-description { font-size: 11px; }
    .suite-index { gap: 10px; }
    .suite-index button strong { font-size: 8px; }
    .suite-enhanced .suite-controls { gap: 6px; }
    .suite-continue { min-width: 30px; }
    .suite-enhanced .suite-continue { display: none; }
}
@media (max-width: 850px) and (max-height: 730px) {
    .suite-stage { padding-top: 82px; padding-bottom: 10px; }
    .suite-masthead { padding-bottom: 12px; }
    .suite-masthead h2 { font-size: 25px; }
    .suite-composition { gap: 13px; padding-block: 14px; grid-template-rows: minmax(105px, 1fr) auto; }
    .suite-eyebrow { margin-bottom: 9px; font-size: 7px; }
    .suite-copy h3, .suite-membership h3 { font-size: clamp(34px, 9.9vw, 48px); }
    .suite-premise { margin-top: 12px; font-size: 15px; }
    .suite-description { margin-top: 6px; }
    .suite-link { margin-top: 3px; }
    .suite-object { scale: .36; }
    .suite-art-label { display: none; }
    .suite-edition { font-size: 34px; }
    .suite-coming { margin-top: 5px; }
    .suite-index button { padding-top: 9px; }
}
/* Small landscape windows and increased text size keep every link reachable. */
.suite-showcase:not(.suite-enhanced) .suite-composition { padding-block: 50px; }
@media (max-width: 850px) {
    .suite-showcase:not(.suite-enhanced) .suite-portrait { min-height: 220px; }
}
@media (prefers-reduced-motion: reduce) {
    .suite-enhanced .is-active .suite-copy, .suite-enhanced .is-active .suite-portrait { animation: none; }
    .suite-photo, .suite-film, .suite-object { transform: none; }
    .suite-copy { translate: none; }
    .suite-film { transition: none; }
    .suite-index button::before, .suite-link > span { transition: none; }
}
@media print {
    .suite-enhanced { height: auto; }
    .suite-enhanced .suite-stage { position: static; display: block; height: auto; padding-top: 20px; }
    .suite-enhanced .suite-scene { position: relative; visibility: visible; break-inside: avoid; }
    .suite-enhanced .suite-composition { min-height: 600px; height: auto; }
    .suite-enhanced .suite-controls, .suite-film-toggle { display: none; }
    .suite-enhanced .is-active .suite-copy, .suite-enhanced .is-active .suite-portrait { animation: none; }
}
