:root {
  --yb-bg: #211f1f;
  --yb-primary: #deb99e;
  --yb-text: #f7f2ec;
  --yb-muted: #cbbcaf;
  --yb-black: #151414;
  --yb-line: rgba(222, 185, 158, 0.28);
  --yb-wrap: min(1440px, calc(100vw - 72px));
  --yb-section-space: clamp(76px, 8vw, 124px);
  --yb-display: Frutiger, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --yb-body: Frutiger, "Avenir Next", Avenir, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 80px; }
html.yb-smooth-enabled { scroll-behavior: smooth; }
body { background: var(--yb-bg); color: var(--yb-text); font-family: var(--yb-body); font-size: 18px; line-height: 1.65; margin: 0; overflow-x: hidden; }
body.yb-menu-open { overflow: hidden; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.screen-reader-text { border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.yb-skip-link { background: var(--yb-primary); color: var(--yb-bg); left: 20px; padding: 12px 18px; position: fixed; top: -100px; z-index: 10000; }
.yb-skip-link:focus { top: 20px; }
.yb-wrap { margin-inline: auto; width: var(--yb-wrap); }
.yb-section { overflow: hidden; padding-block: var(--yb-section-space); position: relative; scroll-margin-top: 72px; }
.yb-section h2, .yb-inner-main h1, .yb-footer h2 { font-family: var(--yb-display); font-size: clamp(2.2rem, 4vw, 4.45rem); letter-spacing: -0.045em; line-height: 0.98; margin: 0; text-wrap: balance; }
.yb-eyebrow { color: var(--yb-primary); font-size: 0.78rem; font-weight: 800; letter-spacing: 0.18em; margin: 0 0 16px; text-transform: uppercase; }
.yb-prose { color: var(--yb-muted); font-size: clamp(1rem, 1.4vw, 1.25rem); max-width: 760px; }
.yb-prose > *:first-child { margin-top: 0; }
.yb-prose > *:last-child { margin-bottom: 0; }
.yb-button { background: var(--yb-primary); color: var(--yb-bg); display: inline-block; font-weight: 800; padding: 13px 22px; text-decoration: none; }

.yb-header { align-items: center; backdrop-filter: blur(16px) saturate(1.12); background: rgba(33, 31, 31, 0.56); border-bottom: 1px solid rgba(222, 185, 158, 0.09); display: flex; justify-content: space-between; left: 0; padding: 14px clamp(22px, 3.4vw, 58px); pointer-events: none; position: fixed; right: 0; top: 0; transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease; -webkit-backdrop-filter: blur(16px) saturate(1.12); z-index: 900; }
.yb-header.is-scrolled { background: rgba(29, 28, 28, 0.88); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18); padding-block: 10px; }
.yb-mini-brand, .yb-menu-toggle { pointer-events: auto; }
.yb-mini-brand { align-items: center; color: var(--yb-primary); display: inline-flex; gap: 10px; max-width: 240px; text-decoration: none; }
.yb-mini-brand-mark { display: block; height: 34px; width: 34px; }
.yb-mini-brand-mark img { height: 100%; object-fit: contain; width: 100%; }
.yb-mini-brand-wordmark { display: block; height: 14px; object-fit: contain; width: auto; }
.yb-mini-brand .custom-logo-link { display: block; }
.yb-mini-brand .custom-logo { height: 46px; object-fit: contain; object-position: left center; width: auto; }
.yb-menu-toggle, .yb-menu-close { align-items: center; background: var(--yb-primary); border: 0; color: var(--yb-bg); cursor: pointer; display: inline-flex; height: 52px; justify-content: center; transition: transform 180ms ease, background 180ms ease; width: 52px; }
.yb-menu-toggle:hover, .yb-menu-close:hover { background: var(--yb-text); transform: rotate(-4deg); }
.yb-menu-toggle .dashicons, .yb-menu-close .dashicons { font-size: 30px; height: 30px; width: 30px; }

.yb-menu-overlay { background: var(--yb-bg); display: grid; grid-template-columns: minmax(320px, 32vw) 1fr; inset: 0; opacity: 0; pointer-events: none; position: fixed; transform: translateX(-100%); transition: opacity 280ms ease, transform 420ms cubic-bezier(.2,.8,.2,1); visibility: hidden; z-index: 1000; }
.yb-menu-overlay.is-open { opacity: 1; pointer-events: auto; transform: translateX(0); visibility: visible; }
.yb-menu-panel { background: var(--yb-primary); color: var(--yb-bg); display: flex; flex-direction: column; padding: clamp(24px, 4vw, 68px); }
.yb-menu-panel-head { align-items: flex-start; display: flex; justify-content: space-between; }
.yb-menu-mobile-brand { align-items: center; color: var(--yb-bg); display: none; font-size: .76rem; font-weight: 800; gap: 10px; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.yb-menu-mobile-mark { display: block; height: 44px; width: 44px; }
.yb-menu-mobile-mark img { filter: brightness(.18); height: 100%; object-fit: contain; width: 100%; }
.yb-menu-mobile-wordmark { filter: brightness(.18); height: 14px; object-fit: contain; width: auto; }
.yb-menu-close { align-self: flex-start; background: var(--yb-bg); color: var(--yb-primary); }
.yb-overlay-nav { margin-block: auto; }
.yb-overlay-links { display: grid; gap: clamp(12px, 2vh, 30px); list-style: none; margin: 0; padding: 32px 0; }
.yb-overlay-links a { display: inline-block; font-family: var(--yb-display); font-size: clamp(1.6rem, 2.7vw, 3.35rem); letter-spacing: -0.04em; line-height: 1.08; text-decoration: none; transition: transform 180ms ease; }
.yb-overlay-links a:hover, .yb-overlay-links a:focus-visible { transform: translateX(12px); }
.yb-menu-brand { align-content: center; color: var(--yb-primary); display: grid; justify-items: center; padding: 10vw; text-align: center; }
.yb-menu-brand-lockup { display: block; height: auto; max-height: 72vh; object-fit: contain; width: clamp(340px, 42vw, 620px); }

.yb-hero { align-items: center; background: var(--yb-bg); display: grid; min-height: 100svh; overflow: hidden; padding: 120px 24px 80px; position: relative; text-align: center; }
.yb-hero::after { border: 1px solid var(--yb-line); content: ""; height: min(64vw, 880px); left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(8deg); width: min(64vw, 880px); }
.yb-hero-content { display: grid; justify-items: center; position: relative; z-index: 2; }
.yb-brand-lockup { display: block; height: auto; max-height: min(68vh, 620px); object-fit: contain; width: clamp(310px, 36vw, 560px); }
.yb-scroll-cue { align-items: center; bottom: 30px; color: var(--yb-muted); display: flex; font-size: 0.78rem; gap: 8px; left: 50%; letter-spacing: 0.12em; position: absolute; text-decoration: none; text-transform: uppercase; transform: translateX(-50%); z-index: 3; }

.yb-about { background-color: #252323; isolation: isolate; }
.yb-about::before { background-image: linear-gradient(rgba(29,28,28,.78), rgba(29,28,28,.78)), var(--yb-about-texture, none); background-position: center; background-size: cover; content: ""; inset: 0; opacity: .92; position: absolute; z-index: -1; }
.yb-about-grid { align-items: center; display: grid; gap: clamp(48px, 8vw, 130px); grid-template-columns: minmax(320px, 0.82fr) minmax(420px, 1.18fr); position: relative; }
.yb-about-portrait { aspect-ratio: 0.88; background: var(--yb-primary); min-height: 520px; overflow: hidden; }
.yb-about-portrait img { height: 100%; object-fit: cover; width: 100%; }
.yb-about-portrait .yb-demo-slide { height: 100%; object-fit: contain; object-position: center bottom; width: 100%; }
.yb-about-copy h2 { color: var(--yb-primary); font-size: clamp(2.8rem, 4.8vw, 5rem); font-weight: 800; margin-bottom: 34px; }

.yb-projects { background: var(--yb-bg); padding-block: clamp(64px, 6vw, 88px); }
.yb-section-heading { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; margin-bottom: clamp(42px, 5vw, 68px); }
.yb-section-heading h2 { color: var(--yb-primary); }
.yb-section-heading-centered { justify-content: center; text-align: center; }
.yb-carousel-shell { align-items: center; display: grid; gap: clamp(10px, 1.6vw, 26px); grid-template-columns: auto minmax(0, 1fr) auto; position: relative; }
.yb-carousel-arrow { align-items: center; background: var(--yb-primary); border: 0; clip-path: polygon(29% 0, 65% 2%, 88% 18%, 100% 56%, 79% 87%, 52% 100%, 19% 78%, 0 39%); color: var(--yb-text); cursor: pointer; display: inline-flex; height: 76px; justify-content: center; transition: filter 160ms ease, transform 160ms ease; width: 66px; z-index: 4; }
.yb-carousel-arrow .dashicons { font-size: 34px; height: 34px; width: 34px; }
.yb-carousel-arrow:hover { filter: brightness(1.08); transform: translateY(-3px) scale(1.02); }
.yb-carousel { overflow: hidden; position: relative; }
.yb-carousel-track { display: flex; transform: translate3d(0, 0, 0); transition: transform 820ms cubic-bezier(.22,.8,.24,1); will-change: transform; }
.yb-carousel-slide { flex: 0 0 calc(100% / var(--yb-per-view, 1)); min-width: 0; }
.yb-carousel-status { color: var(--yb-muted); font-size: 0.8rem; letter-spacing: 0.12em; padding-top: 24px; text-align: center; }
.yb-project-carousel { margin-inline: -18px; min-width: 0; }
.yb-project-card { display: grid; gap: 28px; padding: 18px; }
.yb-project-visual { display: grid; gap: 10px 18px; grid-template-columns: 1fr .78fr; grid-template-rows: minmax(0, 1fr) minmax(92px, .29fr); height: clamp(340px, 27vw, 430px); min-height: 0; position: relative; text-decoration: none; }
.yb-project-main { grid-column: 1 / -1; grid-row: 1 / 2; margin: 0 2%; min-height: 260px; overflow: hidden; }
.yb-project-detail { align-self: end; margin-top: -20px; min-height: 100px; overflow: hidden; position: relative; z-index: 2; }
.yb-project-detail-a { margin-right: 5%; }
.yb-project-detail-b { margin-left: 5%; }
.yb-project-visual img { height: 100%; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.8,.2,1); width: 100%; }
.yb-project-card:hover .yb-project-main img { transform: scale(1.035); }
.yb-project-open { align-items: center; background: var(--yb-primary); bottom: 10px; color: var(--yb-bg); display: flex; height: 54px; justify-content: center; position: absolute; right: 8px; transform: rotate(3deg); width: 54px; z-index: 4; }
.yb-project-copy { background: var(--yb-primary); color: var(--yb-bg); min-height: 190px; padding: clamp(26px, 2.7vw, 38px); text-align: center; }
.yb-project-copy h3 { font-family: var(--yb-display); font-size: clamp(1.45rem, 2.2vw, 2.45rem); letter-spacing: -0.035em; line-height: 1.06; margin: 10px 0 17px; }
.yb-project-copy h3 a { text-decoration: none; }
.yb-project-copy p { font-size: 0.96rem; line-height: 1.5; margin: 0 auto; max-width: 590px; }
.yb-project-meta { display: flex; font-size: 0.72rem; font-weight: 800; gap: 12px; justify-content: center; letter-spacing: 0.1em; text-transform: uppercase; }
.yb-project-actions { align-items: center; display: flex; flex-wrap: wrap; font-size: .82rem; font-weight: 800; gap: 10px 22px; justify-content: center; margin-top: 22px; }
.yb-project-actions a { text-underline-offset: .25em; }
.yb-project-detail-link { align-items: center; display: inline-flex; gap: 7px; }
.yb-project-detail-link::after { content: "→"; }
.yb-project-card.is-targeted { animation: yb-card-target 1.45s ease; }
@keyframes yb-card-target { 0%,100% { filter: none; } 35% { filter: drop-shadow(0 0 18px rgba(222,185,158,.82)); transform: translateY(-8px); } }

.yb-signatures { background: #1d1c1c; }
.yb-signature-shell { align-items: center; display: grid; gap: clamp(10px, 1.6vw, 24px); grid-template-columns: auto minmax(0, 1fr) auto; }
.yb-signature-carousel { padding-block: 10px; }
.yb-signature-carousel .yb-carousel-track { height: clamp(330px, 34vw, 520px); position: relative; }
.yb-signature-card { aspect-ratio: 1.14; left: 50%; margin: 0; opacity: 0; overflow: hidden; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%) scale(.7); transition: left 540ms cubic-bezier(.2,.78,.2,1), right 540ms cubic-bezier(.2,.78,.2,1), transform 540ms cubic-bezier(.2,.78,.2,1), opacity 420ms ease; visibility: hidden; width: 31%; }
.yb-signature-card.is-side, .yb-signature-card.is-current { opacity: .72; pointer-events: auto; visibility: visible; }
.yb-signature-card.is-previous { left: 14%; transform: translate(-50%, -50%) scale(.77); }
.yb-signature-card.is-next { left: 86%; transform: translate(-50%, -50%) scale(.77); }
.yb-signature-card.is-center { left: 50%; opacity: 1; transform: translate(-50%, -50%) scale(1.02); width: 39%; z-index: 2; }
.yb-signature-card img { height: 100%; object-fit: cover; width: 100%; }
.yb-signature-card figcaption { background: linear-gradient(transparent, rgba(18,17,17,.94)); bottom: 7%; color: var(--yb-text); font-size: .84rem; font-weight: 800; left: 7%; letter-spacing: .06em; padding: 42px 18px 12px; position: absolute; right: 7%; text-align: center; }
.yb-signature-mask-1 { clip-path: polygon(8% 14%, 30% 3%, 70% 0, 92% 17%, 100% 68%, 78% 92%, 43% 100%, 8% 87%, 0 43%); }
.yb-signature-mask-2 { clip-path: polygon(16% 4%, 66% 0, 87% 12%, 100% 67%, 81% 94%, 48% 100%, 9% 86%, 0 32%); }
.yb-signature-mask-3 { clip-path: polygon(9% 11%, 61% 1%, 88% 16%, 100% 58%, 79% 89%, 38% 100%, 0 76%, 4% 34%); }
.yb-signature-note { color: var(--yb-primary); font-weight: 700; margin: 55px auto 0; max-width: 850px; text-align: center; }

.yb-map-section { background: var(--yb-bg); }
.yb-map-section > .yb-wrap { width: min(1600px, calc(100vw - 56px)); }
.yb-map-section .yb-section-heading { margin-bottom: clamp(20px, 3vw, 42px); }
.yb-map-layout { align-items: center; display: grid; gap: clamp(34px, 5vw, 82px); grid-template-columns: minmax(0, 1.5fr) minmax(300px, .5fr); }
.yb-map-stage { aspect-ratio: 1.36; background-image: var(--yb-map-image); background-position: center; background-repeat: no-repeat; background-size: contain; min-height: 520px; position: sticky; top: 96px; }
.yb-map-pin { background: transparent; border: 0; color: var(--yb-bg); cursor: pointer; left: var(--pin-x); padding: 0; position: absolute; text-decoration: none; top: var(--pin-y); transform: translate(-50%, -100%); transition: transform 170ms ease; z-index: 2; }
.yb-map-pin-shape { align-items: center; background: var(--yb-text); border: 2px solid var(--yb-bg); border-radius: 50% 50% 50% 8%; box-shadow: 0 5px 15px rgba(0,0,0,.3); display: flex; font-size: .72rem; font-weight: 900; height: 40px; justify-content: center; transform: rotate(-45deg); width: 40px; }
.yb-map-pin-shape > span { transform: rotate(45deg); }
.yb-map-pin:hover, .yb-map-pin:focus-visible, .yb-map-pin.is-active { transform: translate(-50%, -100%) scale(1.12); z-index: 6; }
.yb-map-pin:hover .yb-map-pin-shape, .yb-map-pin:focus-visible .yb-map-pin-shape, .yb-map-pin.is-active .yb-map-pin-shape { background: var(--yb-primary); }
.yb-map-tooltip { background: rgba(21,20,20,.97); border: 1px solid var(--yb-line); bottom: calc(100% + 7px); color: var(--yb-text); display: grid; gap: 2px; left: 50%; min-width: 180px; opacity: 0; padding: 10px 12px; pointer-events: auto; position: absolute; text-align: left; transform: translate(-50%, 8px) scale(.96); transition: opacity 220ms ease, transform 220ms cubic-bezier(.2,.78,.2,1); visibility: hidden; }
.yb-map-tooltip::after { bottom: -10px; content: ""; height: 12px; left: 0; position: absolute; right: 0; }
.yb-map-tooltip small { color: var(--yb-muted); white-space: nowrap; }
.yb-map-tooltip em { color: var(--yb-primary); font-size: .68rem; font-style: normal; letter-spacing: .06em; margin-top: 3px; text-transform: uppercase; }
.yb-map-pin:hover .yb-map-tooltip, .yb-map-pin:focus-visible .yb-map-tooltip { opacity: 1; transform: translate(-50%, 0) scale(1); visibility: visible; }
.yb-map-pin.is-pulsing .yb-map-pin-shape { animation: yb-pin-pulse 1.4s ease; }
@keyframes yb-pin-pulse { 0%,100% { box-shadow: 0 5px 15px rgba(0,0,0,.3); } 40% { box-shadow: 0 0 0 13px rgba(222,185,158,.25), 0 8px 25px rgba(0,0,0,.44); } }
.yb-map-list { display: grid; gap: 1px; }
.yb-map-item { align-items: center; border-bottom: 1px solid var(--yb-line); display: grid; gap: 18px; grid-template-columns: 42px 1fr; opacity: 0.58; padding: 18px 0; transition: opacity 180ms ease, transform 180ms ease; }
.yb-map-item.is-active, .yb-map-item:hover { opacity: 1; transform: translateX(8px); }
.yb-map-index { color: var(--yb-primary); font-family: var(--yb-display); }
.yb-map-project-target { background: transparent; border: 0; color: inherit; cursor: pointer; display: grid; padding: 0; text-align: left; }
.yb-map-project-target strong { font-size: 1rem; line-height: 1.2; }
.yb-map-project-target small { color: var(--yb-muted); font-size: .78rem; }
.yb-map-project-open { color: var(--yb-primary); display: inline-block; font-size: .7rem; font-weight: 800; margin-top: 4px; }

.yb-footer { background: #1d1c1c; border-top: 1px solid var(--yb-line); color: var(--yb-primary); padding: clamp(76px, 9vw, 130px) 0 42px; text-align: center; }
.yb-footer-inner { display: grid; justify-items: center; }
.yb-footer-brand { align-items: center; display: inline-flex; gap: 14px; margin-bottom: 54px; text-decoration: none; }
.yb-footer-brand-mark { height: 76px; object-fit: contain; width: 76px; }
.yb-footer-brand-wordmark { height: 23px; object-fit: contain; width: auto; }
.yb-footer blockquote { margin: 0 0 clamp(70px, 8vw, 120px); max-width: 900px; }
.yb-footer blockquote p { font-size: clamp(1.5rem, 3vw, 3.45rem); line-height: 1.2; margin: 0 0 16px; }
.yb-footer blockquote cite { font-family: var(--yb-display); font-style: normal; }
.yb-contact { display: grid; gap: 5px; justify-items: center; }
.yb-contact h2 { font-size: clamp(1.55rem, 2.2vw, 2.35rem); margin-bottom: 18px; }
.yb-contact a { font-size: clamp(1.05rem, 1.7vw, 1.45rem); font-weight: 800; text-decoration: none; }
.yb-contact a:hover { text-decoration: underline; }
.yb-legal { display: flex; flex-wrap: wrap; font-size: 0.84rem; gap: 18px 28px; justify-content: center; margin: 76px 0 30px; }
.yb-copyright { font-size: 0.84rem; font-weight: 800; margin: 0; }

.yb-inner-main { min-height: 70svh; padding-top: 100px; }
.yb-archive-hero { padding: clamp(80px, 12vw, 180px) 0 70px; }
.yb-archive-hero h1, .yb-page h1, .yb-empty h1 { color: var(--yb-primary); }
.yb-archive-grid { display: grid; gap: 42px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.yb-archive-grid .yb-project-card { min-width: 0; }
.yb-page { padding-block: 90px 140px; }
.yb-page header { margin-bottom: 52px; }
.yb-single-hero { align-items: center; display: grid; gap: clamp(44px, 7vw, 100px); grid-template-columns: minmax(320px, 0.75fr) minmax(440px, 1.25fr); padding-block: clamp(70px, 9vw, 140px); }
.yb-single-copy h1 { color: var(--yb-primary); font-family: var(--yb-display); font-size: clamp(2.5rem, 5.5vw, 6.6rem); letter-spacing: -0.055em; line-height: 0.92; margin: 0 0 28px; }
.yb-breadcrumbs { align-items: center; color: var(--yb-muted); display: flex; flex-wrap: wrap; font-size: 0.78rem; gap: 8px; margin-bottom: 50px; }
.yb-breadcrumbs a { text-decoration: none; }
.yb-breadcrumbs a:hover { color: var(--yb-text); }
.yb-breadcrumbs span { color: var(--yb-primary); }
.yb-breadcrumbs strong { color: var(--yb-text); font-weight: 700; }
.yb-single-meta { color: var(--yb-muted); display: flex; flex-wrap: wrap; font-size: 0.78rem; gap: 9px 24px; letter-spacing: 0.08em; text-transform: uppercase; }
.yb-single-image { aspect-ratio: 1.18; overflow: hidden; }
.yb-single-image img { height: 100%; object-fit: cover; width: 100%; }
.yb-single-body { padding-bottom: clamp(84px, 9vw, 130px); }
.yb-single-body h2, .yb-single-gallery-heading h2 { color: var(--yb-primary); font-family: var(--yb-display); font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.04em; line-height: 1; margin: 0 0 32px; }
.yb-single-body .yb-prose { font-size: clamp(1.1rem, 1.55vw, 1.38rem); line-height: 1.75; margin-inline: auto; max-width: 900px; }
.yb-single-gallery-heading { margin-bottom: 38px; }
.yb-single-gallery { display: grid; gap: 20px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding-bottom: 130px; }
.yb-single-gallery figure { aspect-ratio: 1.35; margin: 0; overflow: hidden; }
.yb-single-gallery img { height: 100%; object-fit: cover; width: 100%; }
.yb-related-projects { border-top: 1px solid var(--yb-line); padding-block: clamp(80px, 9vw, 130px); }
.yb-related-projects h2 { color: var(--yb-primary); font-size: clamp(2rem, 4vw, 4.5rem); margin-bottom: 50px; }
.yb-related-grid { display: grid; gap: 26px; grid-template-columns: repeat(3, minmax(0,1fr)); }
.yb-related-card { color: var(--yb-text); text-decoration: none; }
.yb-related-card figure { aspect-ratio: 1.25; margin: 0 0 16px; overflow: hidden; }
.yb-related-card img { height: 100%; object-fit: cover; transition: transform .55s ease; width: 100%; }
.yb-related-card:hover img { transform: scale(1.04); }
.yb-related-card strong { color: var(--yb-primary); display: block; font-size: 1.1rem; }
.yb-related-card small { color: var(--yb-muted); }
.yb-empty { padding-block: 140px 180px; text-align: center; }

.yb-rock { background: #2b2929; }
.rock-1 { clip-path: polygon(10% 2%, 78% 0, 96% 24%, 100% 73%, 83% 96%, 22% 100%, 0 72%, 3% 23%); }
.rock-2 { clip-path: polygon(21% 0, 76% 4%, 100% 31%, 94% 81%, 70% 100%, 14% 91%, 0 58%, 5% 20%); }
.rock-3 { clip-path: polygon(8% 13%, 56% 0, 92% 15%, 100% 61%, 77% 94%, 26% 100%, 0 72%); }
.rock-4 { clip-path: polygon(20% 2%, 88% 10%, 100% 44%, 89% 88%, 55% 100%, 7% 86%, 0 38%); }
.rock-5 { clip-path: polygon(4% 22%, 28% 0, 82% 8%, 100% 42%, 89% 89%, 54% 100%, 12% 86%, 0 55%); }
.rock-6 { clip-path: polygon(15% 0, 78% 4%, 100% 26%, 96% 75%, 68% 100%, 10% 91%, 0 46%); }
.rock-small-1 { clip-path: polygon(14% 0, 81% 6%, 100% 34%, 91% 84%, 52% 100%, 5% 79%, 0 31%); }
.rock-small-2 { clip-path: polygon(8% 18%, 35% 0, 88% 9%, 100% 47%, 80% 91%, 24% 100%, 0 66%); }
.yb-rock-portrait { clip-path: polygon(34% 0, 82% 12%, 100% 45%, 93% 100%, 21% 96%, 0 65%, 7% 20%); }
.yb-rock-copy { clip-path: polygon(11% 0, 64% 5%, 92% 24%, 100% 62%, 91% 100%, 5% 100%, 0 42%); }

.yb-has-reveal .yb-section, .yb-has-reveal .yb-project-card, .yb-has-reveal .yb-map-item { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms ease; }
.yb-has-reveal .yb-section.is-visible, .yb-has-reveal .yb-project-card.is-visible, .yb-has-reveal .yb-map-item.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  :root { --yb-wrap: min(100% - 48px, 1040px); }
  .yb-about-grid, .yb-single-hero { gap: 56px; grid-template-columns: minmax(280px, 0.9fr) 1.1fr; }
  .yb-about-portrait { min-height: 430px; }
  .yb-project-visual { min-height: 440px; }
  .yb-map-layout { grid-template-columns: 1fr; }
  .yb-map-stage { min-height: 0; position: relative; top: auto; }
  .yb-map-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .yb-map-item { padding-right: 20px; }
}

@media (max-width: 900px) {
  .yb-menu-overlay { grid-template-columns: 1fr; }
  .yb-menu-brand { display: none; }
  .yb-menu-mobile-brand { display: inline-flex; }
  .yb-menu-panel { min-height: 100%; }
  .yb-about-grid, .yb-single-hero { grid-template-columns: 1fr; }
  .yb-about-portrait { justify-self: center; max-width: 620px; width: 100%; }
  .yb-about-copy { margin-inline: auto; max-width: 720px; }
  .yb-archive-grid { grid-template-columns: 1fr; }
  .yb-single-copy { order: 2; }
  .yb-single-image { order: 1; }
  .yb-related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (min-width: 760px) and (max-width: 900px) {
  .yb-projects { padding-block: 56px; }
  .yb-projects .yb-section-heading { margin-bottom: 34px; }
  .yb-project-visual { display: block; height: auto; min-height: 0; }
  .yb-project-main { aspect-ratio: 1.45; margin: 0; min-height: 0; }
  .yb-project-detail, .yb-project-open { display: none; }
  .yb-project-copy { min-height: 190px; padding: 30px 34px; }
  .yb-project-actions { margin-top: 16px; }
}

@media (max-width: 759px) {
  :root { --yb-wrap: calc(100% - 32px); --yb-section-space: 72px; }
  html { scroll-padding-top: 66px; }
  body { font-size: 16px; }
  .yb-header { padding: 10px 16px; }
  .yb-menu-toggle, .yb-menu-close { height: 48px; width: 48px; }
  .yb-mini-brand { max-width: 190px; }
  .yb-mini-brand-mark { height: 32px; width: 32px; }
  .yb-menu-panel { padding: 20px; }
  .yb-overlay-links { gap: 20px; }
  .yb-overlay-links a { font-size: clamp(1.8rem, 9vw, 2.7rem); }
  .yb-hero { padding-inline: 18px; }
  .yb-hero::after { height: 96vw; width: 96vw; }
  .yb-brand-lockup { max-height: 58vh; width: min(84vw, 410px); }
  .yb-scroll-cue span:first-child { display: none; }
  .yb-about-portrait { aspect-ratio: 0.94; min-height: 0; }
  .yb-about-copy h2 { margin-bottom: 28px; }
  .yb-section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 42px; }
  .yb-section-heading-centered { align-items: center; }
  .yb-projects { padding-block: 56px; }
  .yb-projects .yb-section-heading { margin-bottom: 34px; }
  .yb-project-carousel { margin-inline: -8px; }
  .yb-project-card { gap: 20px; padding: 8px; }
  .yb-project-visual { display: block; height: auto; min-height: 0; }
  .yb-project-main { aspect-ratio: 1.16; margin: 0; min-height: 0; }
  .yb-project-detail { display: none; }
  .yb-project-open { display: none; }
  .yb-project-copy { min-height: 188px; padding: 27px 26px; }
  .yb-project-copy h3 { font-size: 1.65rem; }
  .yb-project-copy p { line-height: 1.42; }
  .yb-project-actions { margin-top: 16px; }
  .yb-carousel-shell, .yb-signature-shell { display: block; }
  .yb-carousel-arrow { height: 54px; position: absolute; width: 48px; }
  .yb-project-carousel-shell > .yb-carousel-arrow { top: clamp(150px, 43vw, 205px); }
  .yb-carousel-arrow-prev { left: -2px; }
  .yb-carousel-arrow-next { right: -2px; }
  .yb-signature-shell > .yb-carousel-arrow { top: 50%; transform: translateY(-50%); }
  .yb-signature-shell > .yb-carousel-arrow:hover { transform: translateY(calc(-50% - 3px)) scale(1.02); }
  .yb-signature-carousel { margin-inline: auto; max-width: 390px; }
  .yb-signature-carousel .yb-carousel-track { height: 330px; }
  .yb-signature-card, .yb-signature-card.is-side { opacity: 0; visibility: hidden; }
  .yb-signature-card.is-center { left: 50%; opacity: 1; transform: translate(-50%, -50%) scale(.82); visibility: visible; width: 88%; }
  .yb-signature-card figcaption { bottom: 9%; padding-bottom: 10px; }
  .yb-signature-note { margin-top: 22px; }
  .yb-map-section > .yb-wrap { width: 100%; }
  .yb-map-section .yb-section-heading { margin-bottom: 10px; padding-inline: 16px; }
  .yb-map-stage { aspect-ratio: 1.18; background-size: 100% auto; width: 100%; }
  .yb-map-pin-shape { height: 32px; width: 32px; }
  .yb-map-tooltip { left: clamp(90px, 50%, calc(100vw - 90px)); min-width: 160px; }
  .yb-map-list { grid-template-columns: 1fr; }
  .yb-map-list { padding-inline: 16px; }
  .yb-footer { padding-top: 76px; }
  .yb-footer-brand-mark { height: 66px; width: 66px; }
  .yb-footer-brand-wordmark { height: 20px; }
  .yb-legal { align-items: center; flex-direction: column; margin-top: 58px; }
  .yb-single-gallery { grid-template-columns: 1fr; }
  .yb-related-grid { grid-template-columns: 1fr; }
  .yb-breadcrumbs { margin-bottom: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}
