.sez-brand-page { overflow: clip; background: var(--sez-white); color: var(--sez-dark); }
.sez-brand-page :is(img, video) { display: block; object-position: center; }

.sez-brand-intro { display: grid; min-height: 0; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(28px, 4vw, 72px); padding-block: clamp(48px, 6vw, 96px); }
.sez-brand-intro__copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.sez-brand-intro__copy h1 { max-width: 920px; margin: 24px 0; color: var(--sez-dark); font: 760 clamp(46px, 5.8vw, 110px)/.94 "Montserrat", "Open Sans", sans-serif; letter-spacing: -.045em; }
.sez-brand-intro__lead { max-width: 780px; margin: 0 0 24px; color: var(--sez-dark); font: 650 clamp(20px, 1.45vw, 29px)/1.35 "Montserrat", "Open Sans", sans-serif; }
.sez-brand-intro__text { max-width: 760px; color: var(--sez-muted); }
.sez-brand-intro__text > :first-child { margin-top: 0; }
.sez-brand-intro__text > :last-child { margin-bottom: 0; }
.sez-brand-intro__media { position: relative; min-height: 0; overflow: hidden; aspect-ratio: 4 / 3; background: transparent; }
.sez-brand-intro__media::before, .sez-brand-intro__media::after { position: absolute; z-index: 3; content: ""; pointer-events: none; }
.sez-brand-intro__media::before, .sez-brand-intro__media::after { display: none; }
.sez-brand-intro__slide { position: absolute; inset: 0; opacity: 0; transition: opacity .65s var(--sez-ease); }
.sez-brand-intro__slide.is-active { opacity: 1; }
.sez-brand-intro__slide :is(img, video) { width: 100%; height: 100%; object-fit: contain; object-position: center; background: transparent; }

.sez-brand-manifest { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .72fr); gap: clamp(34px, 6vw, 120px); padding-block: calc(var(--sez-section) * 1.25); }
.sez-brand-manifest__heading { grid-column: 1 / -1; max-width: 1180px; }
.sez-brand-manifest__heading h2 { max-width: 1000px; font-size: clamp(42px, 6.4vw, 124px); line-height: .94; }
.sez-brand-manifest__body { color: var(--sez-muted); font-size: clamp(17px, 1.3vw, 23px); }
.sez-brand-manifest__body p { max-width: 820px; }
.sez-brand-manifest__mission { position: relative; display: flex; min-height: 360px; flex-direction: column; justify-content: flex-end; padding: clamp(24px, 3vw, 52px); border: 0; background: var(--sez-white); color: var(--sez-dark); }
.sez-brand-manifest__mission::before { display: none; }
.sez-brand-manifest__mission small { margin-bottom: auto; color: var(--sez-muted); font-weight: 700; }
.sez-brand-manifest__mission strong { display: block; margin-bottom: 18px; font: 750 clamp(25px, 2.2vw, 42px)/1.08 "Montserrat", "Open Sans", sans-serif; }
.sez-brand-manifest__mission p { margin: 0; color: var(--sez-muted); }

.sez-brand-scenes { position: relative; background: var(--sez-dark); }
.sez-brand-scene { position: sticky; top: var(--sez-header-height); min-height: calc(100svh - var(--sez-header-height)); overflow: hidden; background: var(--sez-dark); color: var(--sez-white); isolation: isolate; }
.admin-bar .sez-brand-scene { top: calc(var(--sez-header-height) + 32px); }
.sez-brand-scene__media, .sez-brand-scene__shade, .sez-brand-scene__lines { position: absolute; inset: 0; }
.sez-brand-scene__media { z-index: -3; }
.sez-brand-scene__media:empty { background: linear-gradient(135deg, #20252b 0 50%, #171b20 50% 100%); }
.sez-brand-scene__media :is(img, video) { width: 100%; height: 100%; object-fit: cover; transform: scale(calc(1.03 + var(--scene-progress, 0) * .035)); }
.sez-brand-scene__shade { z-index: -2; background: linear-gradient(90deg, rgb(23 27 32 / 94%) 0%, rgb(23 27 32 / 74%) 45%, rgb(23 27 32 / 35%) 100%); }
.sez-brand-scene__lines { z-index: -1; opacity: .38; background: linear-gradient(90deg, transparent 0 11%, rgb(255 255 255 / 25%) 11% calc(11% + 1px), transparent calc(11% + 1px) 66%, rgb(255 255 255 / 18%) 66% calc(66% + 1px), transparent calc(66% + 1px)), linear-gradient(0deg, transparent 0 21%, rgb(255 255 255 / 18%) 21% calc(21% + 1px), transparent calc(21% + 1px) 74%, rgb(255 255 255 / 14%) 74% calc(74% + 1px), transparent calc(74% + 1px)); }
.sez-brand-scene__content { display: flex; min-height: calc(100svh - var(--sez-header-height)); flex-direction: column; justify-content: center; padding-block: clamp(80px, 12vh, 150px); }
.sez-brand-scene__index { position: absolute; top: clamp(32px, 5vw, 72px); right: var(--sez-gutter); font-size: 12px; font-weight: 800; }
.sez-brand-scene__content > small { margin-bottom: 16px; color: rgb(255 255 255 / 65%); font-weight: 800; }
.sez-brand-scene h2 { max-width: 1120px; margin: 0; color: var(--sez-white); font-size: clamp(48px, 7.5vw, 148px); line-height: .9; }
.sez-brand-scene p { max-width: 720px; margin: 36px 0 0 auto; color: rgb(255 255 255 / 78%); font-size: clamp(17px, 1.35vw, 24px); }
.sez-brand-scene em { position: absolute; right: var(--sez-gutter); bottom: clamp(28px, 5vw, 68px); padding-top: 12px; border-top: 1px solid rgb(255 255 255 / 42%); color: var(--sez-white); font-size: 12px; font-style: normal; font-weight: 800; }

.sez-brand-principles, .sez-brand-history, .sez-brand-gallery, .sez-brand-documents { padding-block: clamp(56px, 7vw, 112px); }
.sez-brand-page .sec-title { margin-bottom: clamp(24px, 3vw, 48px); }
.sez-brand-page .sec-title h2 { margin-bottom: 0; }
.sez-brand-principles__grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); border-top: 1px solid var(--sez-line); border-left: 1px solid var(--sez-line); }
.sez-brand-principles__grid article { display: flex; min-height: clamp(240px, 20vw, 380px); grid-column: span 4; flex-direction: column; padding: clamp(22px, 2.4vw, 42px); border-right: 1px solid var(--sez-line); border-bottom: 1px solid var(--sez-line); background: var(--sez-white); transition: background-color .26s ease, color .26s ease; }
.sez-brand-principles__grid article:nth-child(4), .sez-brand-principles__grid article:nth-child(5) { grid-column: span 6; }
.sez-brand-principles__grid article:hover { background: var(--sez-dark); color: var(--sez-white); }
.sez-brand-principles__grid article > span { color: var(--sez-accent); font-size: 11px; font-weight: 800; }
.sez-brand-principles__grid h3 { margin: auto 0 18px; color: inherit; font-size: clamp(22px, 2vw, 38px); }
.sez-brand-principles__grid p { margin: 0; color: currentColor; opacity: .66; }

.sez-brand-director { display: grid; min-height: 520px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); align-items: stretch; padding-block: var(--sez-section); }
.sez-brand-director__photo { display: grid; min-height: 420px; max-height: 620px; place-items: end center; overflow: hidden; background: transparent; }
.sez-brand-director__photo img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }
.sez-brand-director__quote { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 6vw, 110px); border: 0; background: var(--sez-white); color: var(--sez-dark); }
.sez-brand-director__quote::before { display: none; }
.sez-brand-director blockquote { min-height: 6.2em; margin: 28px 0; color: var(--sez-dark); font: 600 clamp(20px, 2vw, 36px)/1.3 "Montserrat", "Open Sans", sans-serif; }
.sez-brand-director .sez-typewriter-char { color: rgb(23 27 32 / 24%); transition: color .12s linear; }
.sez-brand-director .sez-typewriter-char.is-dark { color: var(--sez-dark); }
.sez-brand-director strong { color: var(--sez-dark); font-size: 15px; }
.sez-brand-director small { margin-top: 5px; color: var(--sez-muted); }

.sez-brand-history__journey { position: relative; --sez-history-progress: 0; }
.sez-brand-history__rail { position: absolute; z-index: 0; top: 0; bottom: 12px; left: 50%; width: 1px; overflow: hidden; background: var(--sez-line); transform: translateX(-50%); }
.sez-brand-history__rail i { position: absolute; inset: 0; display: block; background: var(--sez-accent); transform: scaleY(var(--sez-history-progress)); transform-origin: 50% 0; will-change: transform; }
.sez-brand-history__events { position: relative; z-index: 1; display: grid; }
.sez-brand-history__events article { position: relative; display: grid; min-height: clamp(190px, 17vw, 290px); grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr); align-items: start; opacity: .42; transition: opacity .42s ease; }
.sez-brand-history__events article.is-active { opacity: 1; }
.sez-brand-history__node { position: relative; z-index: 2; box-sizing: border-box; width: 13px; height: 13px; grid-column: 2; grid-row: 1; align-self: start; justify-self: center; margin: -6px auto 0; border: 3px solid var(--sez-white); outline: 1px solid var(--sez-line); background: var(--sez-white); transform-origin: center; transition: background-color .28s ease, outline-color .28s ease, transform .28s ease; }
.sez-brand-history__events article.is-active .sez-brand-history__node { outline-color: var(--sez-accent); background: var(--sez-accent); transform: scale(1.18); }
.sez-brand-history__entry { position: relative; width: min(100%, 560px); padding-top: 24px; border-top: 1px solid var(--sez-line); }
.sez-brand-history__events article:nth-child(odd) .sez-brand-history__entry { grid-column: 1; grid-row: 1; justify-self: end; padding-right: clamp(20px, 3vw, 54px); text-align: right; }
.sez-brand-history__events article:nth-child(even) .sez-brand-history__entry { grid-column: 3; grid-row: 1; justify-self: start; padding-left: clamp(20px, 3vw, 54px); text-align: left; }
.sez-brand-history__entry::after { position: absolute; top: -1px; width: clamp(28px, 4vw, 64px); height: 1px; background: var(--sez-line); content: ""; }
.sez-brand-history__events article:nth-child(odd) .sez-brand-history__entry::after { right: clamp(-64px, -4vw, -28px); }
.sez-brand-history__events article:nth-child(even) .sez-brand-history__entry::after { left: clamp(-64px, -4vw, -28px); }
.sez-brand-history__entry strong { display: block; color: var(--sez-accent); font: 800 clamp(46px, 5vw, 92px)/.88 "Montserrat", sans-serif; letter-spacing: -.05em; }
.sez-brand-history__entry h3 { margin: 22px 0 10px; color: var(--sez-dark); font-size: clamp(19px, 1.5vw, 27px); }
.sez-brand-history__entry p { max-width: 520px; margin: 0; color: var(--sez-muted); font-size: 13px; line-height: 1.65; }

.sez-brand-gallery__viewport { overflow: hidden; background: transparent; }
.sez-brand-gallery__grid { display: flex; height: clamp(280px, 28vw, 500px); gap: 12px; transform: translate3d(0,0,0); will-change: transform; }
.sez-brand-gallery__grid figure { width: clamp(240px, 30vw, 540px); height: 100%; flex: 0 0 auto; margin: 0; overflow: hidden; background: transparent; }
.sez-brand-gallery__grid figure:nth-child(3n + 1) { width: clamp(320px, 42vw, 760px); }
.sez-brand-gallery__grid :is(img, video) { width: 100%; height: 100%; object-fit: contain; object-position: center; background: transparent; }

.sez-brand-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: var(--sez-section); }
.sez-brand-facts article { min-height: 250px; padding: clamp(22px, 2.5vw, 44px); border: 1px solid var(--sez-line); border-left: 0; }
.sez-brand-facts article:first-child { border-left: 1px solid var(--sez-line); }
.sez-brand-facts strong { display: block; color: var(--sez-accent); font: 800 clamp(38px, 4.4vw, 82px)/1 "Montserrat", sans-serif; }
.sez-brand-facts h3 { margin: 50px 0 10px; font-size: 20px; }
.sez-brand-facts p { margin: 0; color: var(--sez-muted); font-size: 13px; }

.sez-brand-documents__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 1.4vw, 28px); padding-top: clamp(46px, 5vw, 82px); }
.sez-brand-document { position: relative; display: flex; min-width: 0; min-height: clamp(170px, 14vw, 220px); overflow: visible; align-items: flex-end; padding: clamp(20px, 2vw, 34px); border: 0; background: var(--sez-white); color: var(--sez-dark); isolation: isolate; transition: color .24s ease; }
.sez-brand-document:hover { border: 0; background: var(--sez-white); color: var(--sez-accent); }
.sez-brand-document__copy { position: relative; z-index: 2; display: flex; width: min(52%, 250px); min-width: 0; flex-direction: column; text-shadow: none; }
.sez-brand-document__copy i { margin-bottom: clamp(24px, 3vw, 52px); color: var(--sez-accent); font-size: 21px; }
.sez-brand-document__copy strong { font-size: clamp(13px, 1vw, 17px); line-height: 1.28; }
.sez-brand-document__copy small { margin-top: 7px; color: var(--sez-muted); font-size: 10px; }
.sez-brand-document__preview { position: absolute; z-index: 1; right: clamp(18px, 2vw, 34px); bottom: clamp(16px, 1.7vw, 28px); display: grid; width: clamp(104px, 10vw, 168px); aspect-ratio: 210 / 297; place-items: end center; filter: none; pointer-events: none; }
.sez-brand-document__preview img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; }

[data-brand-reveal] { opacity: 0; transform: translateY(54px); transition: opacity .75s ease, transform .9s var(--sez-ease); }
[data-brand-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 991px) {
  .sez-brand-intro { min-height: 0; grid-template-columns: 1fr; gap: 24px; }
  .sez-brand-intro__media { min-height: 0; aspect-ratio: 16 / 10; }
  .sez-brand-manifest { grid-template-columns: 1fr; }
  .sez-brand-manifest__heading { grid-column: auto; }
  .sez-brand-scene h2 { font-size: clamp(46px, 12vw, 92px); }
  .sez-brand-principles__grid article { grid-column: span 6; }
  .sez-brand-principles__grid article:last-child { grid-column: 1 / -1; }
  .sez-brand-director { min-height: 0; grid-template-columns: 1fr; }
  .sez-brand-director__photo { min-height: 460px; }
  .sez-brand-gallery__grid { height: 320px; }
}

@media (max-width: 767px) {
  .sez-brand-intro { gap: 20px; padding-block: 40px; }
  .sez-brand-intro__copy h1 { margin-block: 18px; font-size: clamp(40px, 12vw, 58px); }
  .sez-brand-intro__lead { margin-bottom: 18px; font-size: 20px; line-height: 1.35; }
  .sez-brand-intro__text { font-size: 13px; line-height: 1.55; }
  .sez-brand-intro__media { min-height: 0; aspect-ratio: 4 / 3; }
  .sez-brand-manifest { gap: 24px; padding-block: 60px; }
  .sez-brand-manifest__heading h2 { font-size: 44px; }
  .sez-brand-manifest__mission { min-height: 300px; }
  .sez-brand-scene__shade { background: linear-gradient(0deg, rgb(23 27 32 / 94%), rgb(23 27 32 / 42%)); }
  .sez-brand-scene h2 { font-size: clamp(44px, 14vw, 68px); }
  .sez-brand-scene p { margin: 24px 0 0; font-size: 14px; }
  .sez-brand-scene em { left: var(--sez-gutter); right: auto; }
  .sez-brand-principles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sez-brand-principles__grid article, .sez-brand-principles__grid article:nth-child(4), .sez-brand-principles__grid article:nth-child(5), .sez-brand-principles__grid article:last-child { min-height: 220px; grid-column: span 1; padding: 16px; }
  .sez-brand-principles__grid article:first-child { grid-column: 1 / -1; }
  .sez-brand-principles__grid h3 { font-size: 17px; }
  .sez-brand-principles__grid p { font-size: 11px; }
  .sez-brand-director__photo { min-height: 320px; }
  .sez-brand-director__quote { min-height: 380px; padding: 24px; }
  .sez-brand-director blockquote { font-size: 21px; }
  .sez-brand-history__rail { left: 15px; transform: none; }
  .sez-brand-history__events { gap: 18px; }
  .sez-brand-history__events article { min-height: 0; grid-template-columns: 30px minmax(0, 1fr); }
  .sez-brand-history__node { grid-column: 1; margin: -6px auto 0; }
  .sez-brand-history__events article:nth-child(odd) .sez-brand-history__entry,
  .sez-brand-history__events article:nth-child(even) .sez-brand-history__entry { grid-column: 2; justify-self: stretch; padding: 20px 0 34px 18px; text-align: left; }
  .sez-brand-history__events article:nth-child(odd) .sez-brand-history__entry::after,
  .sez-brand-history__events article:nth-child(even) .sez-brand-history__entry::after { left: -23px; width: 23px; }
  .sez-brand-history__entry strong { font-size: 48px; }
  .sez-brand-history__entry h3 { margin-top: 14px; font-size: 18px; }
  .sez-brand-history__entry p { font-size: 12px; }
  .sez-brand-gallery__grid { height: 190px; gap: 8px; }
  .sez-brand-gallery__grid figure, .sez-brand-gallery__grid figure:nth-child(3n + 1) { width: 74vw; }
  .sez-brand-facts { grid-template-columns: 1fr; }
  .sez-brand-facts article, .sez-brand-facts article:first-child { min-height: 180px; border: 1px solid var(--sez-line); border-bottom: 0; }
  .sez-brand-facts article:last-child { border-bottom: 1px solid var(--sez-line); }
  .sez-brand-facts h3 { margin-top: 30px; }
  .sez-brand-documents__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding-top: 0; }
  .sez-brand-document { min-height: 0; aspect-ratio: 210 / 297; padding: 0; overflow: hidden; border: 0; background: transparent; }
  .sez-brand-document:hover { border: 0; background: transparent; }
  .sez-brand-document__copy { display: none; }
  .sez-brand-document__preview { position: static; width: 100%; height: 100%; filter: none; }
}

@media (prefers-reduced-motion: reduce) {
  [data-brand-reveal] { opacity: 1; transform: none; }
  .sez-brand-scene__media :is(img, video) { transform: none; }
}
