.site-header{position: absolute;inset: 0 0 auto;z-index: 20;color: var(--bone);transition: background .5s var(--ease),color .5s var(--ease),border-color .5s var(--ease);}.site-header.is-scrolled{position: fixed;color: var(--ink);background: rgba(243,239,231,.92);border-bottom: 0;backdrop-filter: blur(14px);-webkit-backdrop-filter: blur(14px);}.site-header--home:not(.is-scrolled) .wordmark{visibility: hidden;}.site-header--dark{color: var(--bone);background: var(--black);}.site-header__inner{height: 60px;padding: 0 clamp(14px,2vw,32px);display: grid;grid-template-columns: 1fr auto 1fr;align-items: center;gap: 14px;}.menu-trigger,.header-actions{display: flex;align-items: center;gap: 12px;color: inherit;background: none;font-size: 10px;font-weight: 600;letter-spacing: .16em;line-height: 1;text-transform: uppercase;}.menu-trigger{justify-self: start;padding: 6px 0;}.menu-trigger__lines{display: grid;gap: 5px;width: 22px;}.menu-trigger__lines i{display: block;height: 1px;width: 100%;background: currentColor;transition: transform .4s var(--ease);}.menu-trigger[aria-expanded="true"] .menu-trigger__lines i:first-child{transform: translateY(3px) rotate(45deg);}.menu-trigger[aria-expanded="true"] .menu-trigger__lines i:last-child{transform: translateY(-3px) rotate(-45deg);}.wordmark{display: inline-flex;align-items: center;gap: 11px;font-family: var(--display);font-size: 19px;letter-spacing: .015em;white-space: nowrap;}.wordmark__mark{width: 27px;height: 38px;object-fit: contain;object-position: center;filter: invert(1);}.site-header.is-scrolled .wordmark__mark{filter: none;}.header-actions{justify-self: end;gap: 27px;}.site-header.is-scrolled .header-actions__edition{color: var(--ink);}.header-actions a{padding: 12px 0;}.menu-panel{position: fixed;inset: 0;z-index: 15;display: flex;flex-direction: column;padding: 112px var(--pad) 35px;color: var(--bone);background: var(--black);opacity: 0;pointer-events: none;transform: translateY(-15px);transition: opacity .5s var(--ease),transform .5s var(--ease);}.menu-panel.is-open{opacity: 1;pointer-events: auto;transform: none;}.menu-panel__top,.menu-panel__footer{display: flex;justify-content: space-between;align-items: center;gap: 20px;font-size: 10px;font-weight: 600;letter-spacing: .16em;text-transform: uppercase;}.menu-panel__label{color: var(--gold);}.menu-panel__nav{display: flex;flex: 1;flex-direction: column;justify-content: center;align-items: flex-start;gap: clamp(13px,2.5vh,25px);}.menu-panel__nav a{display: flex;align-items: baseline;gap: 18px;font-family: var(--display);font-size: clamp(32px,4.5vw,72px);line-height: .87;transition: color .3s ease;}.menu-panel__nav a:hover{color: var(--gold);}.menu-panel__nav small{width: 25px;color: var(--vermillion);font-family: var(--body);font-size: 10px;font-weight: 600;letter-spacing: .1em;}.menu-panel__footer{color: var(--muted);}@media (max-width: 820px){.site-header__inner{height: 54px;grid-template-columns: 1fr auto;}.wordmark{grid-column: 1;grid-row: 1;justify-self: start;transform: none;font-size: 16px;}.header-actions{display: none;}.menu-trigger{grid-column: 2;grid-row: 1;justify-self: end;}}@media (max-width: 470px){.wordmark{transform: none;font-size: 14px;}.wordmark__mark{width: 24px;height: 34px;}.menu-panel{padding-top: 92px;}.menu-panel__nav a{font-size: 34px;}}.not-found{max-width: 42rem;margin: 0 auto;padding: 7rem 1.5rem;text-align: center;}.not-found__status{color: #6b7280;font-size: .8rem;letter-spacing: .14em;text-transform: uppercase;}.not-found h1{margin: 1rem 0;}.not-found__copy{color: #4b5563;line-height: 1.7;}.not-found__hint{margin-top: 2rem;color: #6b7280;}.bridge{display: grid;grid-template-columns: minmax(0,1fr) minmax(380px,.86fr);min-height: 100svh;color: var(--bone);background: var(--black);}.bridge__image{position: relative;min-height: 740px;overflow: hidden;}.bridge__image img{width: 100%;height: 100%;object-fit: cover;object-position: center;filter: saturate(.55) contrast(1.05);}.bridge__image::after{position: absolute;inset: 0;background: linear-gradient(90deg,transparent 65%,rgba(11,11,10,.75));content: "";}.bridge__image-label{position: absolute;z-index: 1;right: 34px;bottom: 32px;color: rgba(243,239,231,.72);font-size: 9px;font-weight: 600;letter-spacing: .16em;text-transform: uppercase;writing-mode: vertical-rl;}.bridge__copy{display: flex;flex-direction: column;justify-content: center;padding: var(--section) clamp(35px,7vw,120px);}.bridge__copy .section-index{margin-bottom: 19vh;}.bridge__copy h2{margin: 0 0 42px;font-family: var(--display);font-size: clamp(70px,9.5vw,143px);font-weight: 400;letter-spacing: -.07em;line-height: .74;}.bridge__copy > p:not(.eyebrow){max-width: 400px;margin: 0 0 21px;color: var(--sand);line-height: 1.75;}@media (max-width: 820px){.bridge{grid-template-columns: 1fr;}.bridge__image{min-height: 65svh;}.bridge__copy{min-height: 90svh;padding: 85px var(--pad);}.bridge__copy .section-index{margin-bottom: 17vh;}}.home-location{padding: 28px var(--pad);border-top: 1px solid var(--line);border-bottom: 1px solid var(--line);}.home-location__inner{display: flex;justify-content: space-between;align-items: center;gap: 25px;max-width: 1180px;margin: 0 auto;}.home-location__inner .section-index{color: var(--vermillion);}.home-location__edition{color: var(--muted);font-size: 10px;font-weight: 600;letter-spacing: .15em;text-transform: uppercase;}@media (max-width: 470px){.home-location{padding: 23px var(--pad);}.home-location__inner{align-items: flex-start;flex-direction: column;gap: 12px;}}.about--preview{padding-bottom: 0;}.about--preview .about__heading{margin-bottom: 48px;}.about-preview__copy{max-width: 680px;}.about-preview__copy .editorial-link{margin-top: 10px;}.about-preview__grid{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));gap: 1px;width: 100vw;max-width: none;margin: 58px 0 0 calc(50% - 50vw);border-top: 1px solid var(--line);background: var(--line);}.about-preview__grid-item{display: grid;aspect-ratio: 1;min-width: 0;margin: 0;padding: clamp(14px,2.8vw,42px);place-items: center;overflow: hidden;background: #fff;}.about-preview__grid-item img{display: block;width: 100%;height: 100%;object-fit: contain;object-position: center;}.about-preview__grid-item--wide{grid-column: 1 / -1;aspect-ratio: auto;padding: 0;}.about-preview__grid-item--wide img{height: auto;}@media (max-width: 820px){.about--preview{padding-bottom: 0;}.about-preview__grid{margin-top: 45px;}.about-preview__grid-item{padding: clamp(10px,2vw,24px);}.about-preview__grid-item--wide{padding: 0;}}.lifestyle{position: relative;min-height: 92svh;overflow: hidden;color: var(--bone);background: var(--black);isolation: isolate;}.lifestyle__video,.lifestyle__veil{position: absolute;inset: 0;width: 100%;height: 100%;}.lifestyle__video{z-index: -2;object-fit: cover;object-position: center center;filter: saturate(.48) contrast(1.1);}.lifestyle__veil{z-index: -1;background: linear-gradient(90deg,rgba(11,11,10,.78),rgba(11,11,10,.16) 72%),linear-gradient(0deg,rgba(11,11,10,.65),transparent 58%);}.lifestyle__content{min-height: 92svh;display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;padding: 62px var(--pad) 72px;}.lifestyle__content .section-index{margin-bottom: auto;}.lifestyle__content h2{margin: auto 0 28px;font-family: var(--display);font-size: clamp(75px,11vw,170px);font-weight: 400;letter-spacing: -.075em;line-height: .74;}.lifestyle__content > p:not(.eyebrow):not(.section-index){max-width: 340px;margin: 0;color: var(--sand);line-height: 1.7;}.site-not-found{min-height: 70svh;padding: 160px var(--pad);color: var(--ink);background: var(--bone);text-align: center;}.site-not-found__status{margin: 0 0 22px;color: var(--vermillion);font-size: 10px;font-weight: 700;letter-spacing: .18em;text-transform: uppercase;}.site-not-found h1{max-width: 800px;margin: 0 auto 28px;font-family: var(--display);font-size: clamp(58px,9vw,132px);font-weight: 400;letter-spacing: -.07em;line-height: .78;}.site-not-found__copy{margin: 0 0 28px;color: var(--muted);}.site-not-found__link{display: inline-flex;gap: 10px;padding-bottom: 7px;border-bottom: 1px solid currentColor;font-size: 10px;font-weight: 700;letter-spacing: .16em;text-transform: uppercase;}.statement{position: relative;min-height: 80svh;padding: var(--section) var(--pad);display: grid;place-items: center;text-align: center;}.statement > .section-index{position: absolute;top: 62px;left: var(--pad);}.statement__inner{display: flex;flex-direction: column;align-items: center;}.statement__inner h2{margin: 20px 0 37px;font-family: var(--display);font-size: clamp(76px,12vw,180px);font-weight: 400;letter-spacing: -.075em;line-height: .74;}.statement__logo{width: 90px;height: 90px;margin-bottom: 20px;object-fit: contain;object-position: center;mix-blend-mode: multiply;}.statement__copy{max-width: 510px;margin: 0;color: #4e4942;line-height: 1.75;}@media (max-width: 470px){.statement__inner h2{font-size: 21vw;}}.home-previews{padding: 105px var(--pad) 125px;color: var(--ink);background: var(--bone);}.home-previews__intro{display: grid;grid-template-columns: 1fr 1.25fr .8fr;gap: 32px;align-items: end;max-width: 1180px;margin: 0 auto 55px;}.home-previews__intro .section-index{align-self: start;}.home-previews__intro h2{margin: 0;font-family: var(--display);font-size: clamp(64px,8.5vw,128px);font-weight: 400;letter-spacing: -.075em;line-height: .76;}.home-previews__intro > p{max-width: 280px;margin: 0 0 5px auto;color: #4e4942;font-size: 13px;line-height: 1.7;}.home-previews__grid{display: grid;grid-template-columns: repeat(12,minmax(0,1fr));gap: 14px;max-width: 1280px;margin: 0 auto;}.home-preview{position: relative;display: flex;min-height: 430px;grid-column: span 4;overflow: hidden;color: var(--ink);background: #e9e1d7;}.home-preview--manifesto,.home-preview--film{grid-column: span 6;min-height: 480px;}.home-preview--film,.home-preview--bridge,.home-preview--declaration{color: var(--bone);background: var(--black);}.home-preview__media,.home-preview__veil{position: absolute;inset: 0;}.home-preview__media{z-index: 0;}.home-preview__media img,.home-preview__media video{width: 100%;height: 100%;object-fit: cover;object-position: center center;filter: saturate(.62) contrast(1.06);}.home-preview--declaration .home-preview__media img,.home-preview--making .home-preview__media img{object-position: center 25%;}.home-preview__veil{background: linear-gradient(180deg,rgba(7,7,6,.12),rgba(7,7,6,.82));}.home-preview--film .home-preview__veil{background: linear-gradient(180deg,rgba(7,7,6,.18),rgba(7,7,6,.88));}.home-preview__body{position: relative;z-index: 1;display: flex;width: 100%;flex-direction: column;align-items: flex-start;justify-content: flex-end;padding: clamp(25px,3.5vw,48px);}.home-preview--manifesto .home-preview__body{justify-content: space-between;}.home-preview__meta{display: flex;align-items: center;gap: 14px;margin-bottom: auto;color: var(--muted);font-size: 10px;font-weight: 700;letter-spacing: .16em;line-height: 1.3;text-transform: uppercase;}.home-preview__meta span:first-child{color: var(--vermillion);}.home-preview--film .home-preview__meta,.home-preview--bridge .home-preview__meta,.home-preview--declaration .home-preview__meta{color: rgba(243,239,231,.7);}.home-preview--film .home-preview__meta span:first-child,.home-preview--bridge .home-preview__meta span:first-child,.home-preview--declaration .home-preview__meta span:first-child{color: var(--gold);}.home-preview h3{margin: 34px 0 22px;font-family: var(--display);font-size: clamp(48px,5vw,78px);font-weight: 400;letter-spacing: -.07em;line-height: .78;}.home-preview--manifesto h3{margin-top: 65px;}.home-preview h3 em{color: var(--gold);}.home-preview p{max-width: 330px;margin: 0 0 25px;color: #4e4942;font-size: 13px;line-height: 1.7;}.home-preview--film p,.home-preview--bridge p,.home-preview--declaration p{color: var(--sand);}.home-preview__link{margin-top: auto;}.home-preview__link .icon-arrow{width: 14px;height: 14px;}@media (max-width: 820px){.home-previews{padding: 78px var(--pad) 90px;}.home-previews__intro{grid-template-columns: 1fr 1fr;gap: 24px;margin-bottom: 42px;}.home-previews__intro .section-index{grid-column: 1 / -1;}.home-previews__intro > p{margin-left: 0;}.home-preview,.home-preview--manifesto,.home-preview--film{grid-column: 1 / -1;min-height: 390px;}}@media (max-width: 470px){.home-previews__intro{grid-template-columns: 1fr;}.home-previews__intro > p{max-width: 300px;}.home-preview,.home-preview--manifesto,.home-preview--film{min-height: 355px;}.home-preview h3,.home-preview--manifesto h3{margin-top: 40px;font-size: 17vw;}}.home-preview--making{color: var(--bone);background: var(--black);}.home-preview--making .home-preview__media video{object-position: center center;}.home-preview--making .home-preview__meta{color: rgba(243,239,231,.7);}.home-preview--making .home-preview__meta span:first-child{color: var(--gold);}.home-preview--making p{color: var(--sand);}.home-preview--making .home-preview__veil{background: linear-gradient(180deg,rgba(7,7,6,.05),rgba(7,7,6,.92));}.about{padding: 135px var(--pad) 0;color: var(--ink);background: #fff;}.about__heading{display: grid;grid-template-columns: minmax(130px,.6fr) minmax(0,1.2fr) minmax(280px,1fr);gap: 32px;max-width: 1400px;margin: 0 auto 72px;align-items: end;}.about__heading .eyebrow{margin: 0 0 8px;}.about__heading h2{margin: 0;font-family: var(--display);font-size: clamp(64px,8vw,132px);font-weight: 400;letter-spacing: -.075em;line-height: .74;}.about__title-bottle{display: flex;justify-content: center;align-items: end;min-width: 0;height: clamp(280px,28vw,440px);margin: 0;overflow: hidden;background: #fff;}.about__title-bottle img{display: block;width: 100%;height: 100%;object-fit: contain;object-position: center bottom;}.about__copy{max-width: 790px;margin: 0 auto;}.about__copy p{margin: 0 0 24px;color: #4e4942;font-size: 14px;line-height: 1.8;}.about__copy .about__lead{color: var(--ink);font-size: 20px;line-height: 1.55;}.about__gallery{display: grid;grid-template-columns: 1fr;gap: 18px;width: 100%;max-width: 1440px;margin: 92px auto 0;background: #fff;}.about__gallery figure{display: flex;justify-content: center;align-items: center;min-width: 0;margin: 0;overflow: hidden;background: #fff;}.about__bottle-main{width: 100%;min-height: clamp(640px,58vw,900px);}.about__bottle-main img{display: block;width: 68%;height: 100%;max-width: 68%;margin: 0 auto;object-fit: contain;object-position: center center;}.about__bottle-side{display: grid;grid-template-columns: 1fr;grid-template-rows: none;gap: 18px;min-width: 0;}.about__bottle-side figure{width: 100%;aspect-ratio: 1250 / 787;}.about__bottle-side img{display: block;width: 68%;height: auto;max-width: 68%;max-height: 100%;margin: 0 auto;object-fit: contain;object-position: center center;}.about__bottle-side .about__bottle-feature{aspect-ratio: 1.15;}.about__bottle-side .about__bottle-feature img{width: 82%;max-width: 82%;}@media (max-width: 820px){.about{padding: 105px var(--pad) 0;}.about__heading{grid-template-columns: 1fr;gap: 22px;margin-bottom: 58px;}.about__heading h2{font-size: 17vw;}.about__title-bottle{width: min(420px,90vw);height: clamp(300px,75vw,480px);justify-self: center;}.about__copy .about__lead{font-size: 18px;}.about__gallery{margin-top: 58px;}.about__bottle-main{min-height: clamp(420px,85vw,620px);}.about__bottle-main img{width: 76%;max-width: 76%;}.about__bottle-side figure{aspect-ratio: 1.25;}.about__bottle-side img{width: 76%;max-width: 76%;}.about__bottle-side .about__bottle-feature{aspect-ratio: 1.05;}.about__bottle-side .about__bottle-feature img{width: 86%;max-width: 86%;}}@media (max-width: 470px){.about__copy p{font-size: 13px;line-height: 1.75;}.about__copy .about__lead{font-size: 17px;}.about__heading h2{font-size: 18vw;}.about__title-bottle{width: 90vw;height: 82vw;}}.mission{position: relative;overflow: hidden;padding: var(--section) var(--pad) 58px;}.mission__monogram{position: absolute;top: 2%;right: -8%;width: clamp(220px,34vw,520px);height: auto;pointer-events: none;user-select: none;}.mission__monogram img{display: block;width: 100%;height: auto;opacity: .09;}.mission__monogram::after{position: absolute;inset: 0;background: linear-gradient(90deg,var(--black) 0%,rgba(11,11,10,.92) 12%,transparent 45%),linear-gradient(0deg,var(--black) 0%,rgba(11,11,10,.92) 12%,transparent 45%);content: "";pointer-events: none;}.mission > .section-index{position: relative;z-index: 1;margin-bottom: 110px;}.mission__layout{position: relative;z-index: 1;display: grid;grid-template-columns: minmax(0,.9fr) minmax(300px,.72fr);gap: 10vw;align-items: end;width: min(1180px,100%);margin: 0 auto;}.mission__heading h2{margin: 0;color: var(--bone);font-family: var(--display);font-size: clamp(56px,7.2vw,112px);font-weight: 400;letter-spacing: -.075em;line-height: .78;}.mission__heading h2 em{color: var(--gold);}.mission__copy{max-width: 470px;padding-bottom: 6px;}.mission__copy p{margin: 0 0 24px;color: var(--sand);line-height: 1.75;}.mission__copy p:last-child{margin-bottom: 0;}.mission__copy .mission__lead{color: var(--bone);font-size: 19px;line-height: 1.55;}.mission__footer{position: relative;z-index: 1;display: flex;align-items: center;gap: 17px;max-width: 1180px;margin: 130px auto 0;color: rgba(243,239,231,.62);font-size: 10px;font-weight: 600;letter-spacing: .16em;text-transform: uppercase;}.mission__footer i{display: block;flex: 1;height: 1px;background: var(--white-line);}@media (max-width: 820px){.mission{padding-top: 110px;}.mission > .section-index{margin-bottom: 70px;}.mission__layout{grid-template-columns: 1fr;gap: 65px;}.mission__copy{max-width: 560px;}.mission__footer{margin-top: 90px;}}@media (max-width: 560px){.mission__monogram img{opacity: .07;}.mission__heading h2{font-size: 14vw;}.mission__footer{align-items: flex-start;flex-direction: column;gap: 12px;}.mission__footer i{width: 100%;flex: 0 0 auto;}}.product-gallery{padding: 96px var(--pad) 118px;color: var(--ink);background: var(--bone);}.product-gallery__intro{display: grid;grid-template-columns: 1fr 1.2fr .8fr;gap: 32px;align-items: end;max-width: 1180px;margin: 0 auto 48px;}.product-gallery__intro .eyebrow{margin: 0;}.product-gallery__intro h2{margin: 0;font-family: var(--display);font-size: clamp(58px,8vw,118px);font-weight: 400;letter-spacing: -.07em;line-height: .76;}.product-gallery__note{max-width: 250px;margin: 0 0 5px auto;color: #4e4942;font-size: 13px;line-height: 1.65;}.product-gallery__grid{display: grid;grid-template-columns: repeat(4,minmax(0,1fr));gap: clamp(10px,1.8vw,26px);max-width: 1280px;margin: 0 auto;}.product-gallery__item{min-width: 0;aspect-ratio: .82;margin: 0;overflow: hidden;background: #e9e1d7;}.product-gallery__item img{width: 100%;height: 100%;object-fit: cover;filter: saturate(.88) contrast(1.02);transition: transform .7s var(--ease);}.product-gallery__item:hover img{transform: scale(1.04);}@media (max-width: 820px){.product-gallery{padding: 75px var(--pad) 90px;}.product-gallery__intro{grid-template-columns: 1fr 1fr;gap: 24px;}.product-gallery__intro .eyebrow{grid-column: 1 / -1;}.product-gallery__note{margin-left: 0;}.product-gallery__grid{grid-template-columns: repeat(2,minmax(0,1fr));gap: 14px;}}@media (max-width: 470px){.product-gallery__intro{grid-template-columns: 1fr;}.product-gallery__note{max-width: 260px;}.product-gallery__grid{gap: 10px;}}.making{padding: 150px var(--pad) var(--section);}.making__header{display: grid;grid-template-columns: 1fr 1fr 1fr;align-items: end;gap: 35px;max-width: 1180px;margin: 0 auto 100px;}.making__header h2{margin: 0;font-family: var(--display);font-size: clamp(65px,8vw,120px);font-weight: 400;letter-spacing: -.07em;line-height: .75;}.making__grid{display: grid;grid-template-columns: 1.45fr .75fr;gap: clamp(25px,5vw,80px);align-items: center;max-width: 1180px;margin: auto;}.making__image{overflow: hidden;}.making__image img,.making__image video{display: block;width: 100%;height: 100%;object-fit: cover;filter: saturate(.72);}.making__copy{max-width: 340px;margin-left: auto;}.making__copy .making__eyebrow{margin: 0 0 28px;color: var(--vermillion);font-size: 11px;font-weight: 700;letter-spacing: .17em;line-height: 1.4;text-transform: uppercase;}.making__copy p{margin: 0 0 24px;color: #4e4942;line-height: 1.75;}@media (max-width: 820px){.making{padding-top: 110px;}.making__header{grid-template-columns: 1fr;gap: 26px;margin-bottom: 65px;}.making__grid{grid-template-columns: 1fr;gap: 40px;}.making__image{width: min(680px,100%);}.making__copy{max-width: 560px;margin: 0;}}@media (max-width: 470px){.making__grid{grid-template-columns: 1fr;}.making__copy{max-width: 400px;}}.making-hero{position: relative;min-height: 92svh;overflow: hidden;color: var(--bone);background: var(--black);isolation: isolate;}.making-hero__video{position: absolute;inset: 0;z-index: -2;width: 100%;height: 100%;object-fit: cover;object-position: center center;filter: saturate(.9) contrast(1.02);opacity: .94;}.making-hero__content{min-height: 92svh;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding: var(--section) var(--pad);}.making-hero__content .section-index{margin-bottom: 15vh;}.making-hero__logo{display: block;width: clamp(50px,6.3vw,92px);height: auto;margin: 0;object-fit: contain;}.chapter-nav{display: grid;grid-template-columns: 1fr 1fr;align-items: center;gap: 28px;padding: 45px var(--pad);border-top: 1px solid var(--line);}.chapter-nav--light{color: var(--ink);background: var(--bone);border-color: var(--line);}.chapter-nav--dark{color: var(--bone);background: var(--black);border-color: var(--white-line);}.chapter-nav__link{display: inline-flex;align-items: center;gap: 15px;min-width: 0;color: inherit;}.chapter-nav__link--next{justify-self: end;text-align: right;}.chapter-nav__link span{display: flex;min-width: 0;flex-direction: column;gap: 5px;}.chapter-nav__link small{color: var(--muted);font-size: 9px;font-weight: 700;letter-spacing: .16em;line-height: 1.2;text-transform: uppercase;}.chapter-nav--dark .chapter-nav__link small{color: rgba(243,239,231,.58);}.chapter-nav__link strong{overflow: hidden;font-family: var(--display);font-size: clamp(20px,2.4vw,32px);font-weight: 400;letter-spacing: -.03em;line-height: .9;text-overflow: ellipsis;white-space: nowrap;}.chapter-nav__icon{flex: 0 0 auto;width: 18px;height: 18px;transition: transform .35s var(--ease);}.chapter-nav__link:hover .chapter-nav__icon{transform: translateX(4px);}.chapter-nav__link--previous:hover .chapter-nav__icon{transform: translateX(-4px);}@media (max-width: 600px){.chapter-nav{gap: 12px;padding: 32px var(--pad);}.chapter-nav__link{gap: 9px;}.chapter-nav__link strong{max-width: 26vw;font-size: 18px;}.chapter-nav__link small{font-size: 8px;letter-spacing: .1em;}}.site-footer{padding: 78px var(--pad) 25px;overflow: hidden;color: var(--bone);background: var(--black);}.site-footer__top{display: grid;grid-template-columns: 1fr 2fr;gap: 8vw;padding-bottom: 90px;border-bottom: 1px solid var(--white-line);}.site-footer__brand img{width: 74px;height: 104px;margin-bottom: 25px;object-fit: contain;object-position: center;padding: 3px;}.site-footer__brand p{margin: 0 0 6px;font-family: var(--display);font-size: 27px;}.site-footer__brand small{color: var(--muted);font-size: 10px;font-weight: 600;letter-spacing: .15em;text-transform: uppercase;}.site-footer__links{display: grid;grid-template-columns: repeat(4,1fr);gap: 22px;}.site-footer__links div{display: flex;flex-direction: column;align-items: flex-start;gap: 10px;}.site-footer__links span{margin-bottom: 9px;color: var(--gold);font-size: 10px;font-weight: 700;letter-spacing: .15em;text-transform: uppercase;}.site-footer__links a{color: rgba(243,239,231,.72);font-size: 12px;}.site-footer__links a:hover{color: var(--bone);text-decoration: underline;text-underline-offset: 5px;}.site-footer__legal{display: flex;justify-content: space-between;gap: 25px;padding-top: 22px;color: var(--muted);font-size: 10px;letter-spacing: .07em;line-height: 1.6;text-transform: uppercase;}.site-footer__legal p{margin: 0;}.site-footer__legal strong{color: var(--bone);font-weight: 600;}.site-footer__legal a{color: var(--bone);white-space: nowrap;}@media (max-width: 820px){.site-footer__top{grid-template-columns: 1fr;gap: 65px;padding-bottom: 62px;}.site-footer__links{grid-template-columns: repeat(2,1fr);row-gap: 42px;}.site-footer__legal{flex-wrap: wrap;}}@media (max-width: 470px){.site-footer__legal{display: grid;}}.site-footer__signature{width: max-content;min-width: 100%;margin: clamp(76px,9vw,135px) 0 0;padding: 12px 0;color: var(--bone);background: var(--black);font-family: var(--display);font-size: clamp(64px,15.8vw,250px);font-weight: 400;letter-spacing: -.085em;line-height: .7;text-align: center;white-space: nowrap;}@media (max-width: 820px){.site-footer__signature{width: 100%;min-width: 0;font-size: clamp(32px,11vw,82px);letter-spacing: -.09em;}}.hero{position: relative;min-height: 100svh;overflow: hidden;color: var(--bone);background: var(--black);isolation: isolate;}.hero__video{position: absolute;inset: 0;z-index: -3;width: 100%;height: 100%;object-fit: cover;object-position: center 20%;filter: saturate(.9) contrast(1.02);}.hero__audio{position: absolute;z-index: 3;right: var(--pad);bottom: 24px;}.hero__audio-player{display: none;}.hero__audio-toggle{display: inline-flex;align-items: center;gap: 6px;min-width: 41px;min-height: 28px;padding: 6px 7px;color: rgba(243,239,231,.9);border: 0;border-radius: 999px;background: rgba(7,7,6,.38);box-shadow: 0 6px 17px rgba(0,0,0,.16);backdrop-filter: blur(10px);cursor: pointer;transition: background .25s ease,color .25s ease;}.hero__audio-toggle:hover{background: rgba(7,7,6,.5);color: var(--bone);}.hero__audio-toggle:focus-visible{outline: 1px solid var(--gold);outline-offset: 4px;}.hero__audio-wave{display: inline-flex;align-items: center;justify-content: center;gap: 1px;width: 15px;height: 11px;}.hero__audio-wave i{display: block;width: 1px;height: 8px;border-radius: 2px;background: currentColor;transform: scaleY(.55);transform-origin: center;animation: hero-audio-wave .8s ease-in-out infinite alternate;}.hero__audio-wave i:nth-child(2){height: 6px;animation-delay: -.55s;}.hero__audio-wave i:nth-child(3){height: 11px;animation-delay: -.25s;}.hero__audio-wave i:nth-child(4){height: 7px;animation-delay: -.7s;}.hero__audio-wave i:nth-child(5){height: 9px;animation-delay: -.4s;}.hero__audio-toggle.is-paused .hero__audio-wave i{animation-play-state: paused;transform: scaleY(.35);}.hero__audio-icon{display: grid;width: 8px;height: 8px;place-items: center;}.hero__audio-icon svg{display: block;grid-area: 1 / 1;width: 8px;height: 8px;}.hero__audio-icon svg.hero__audio-icon--play{display: block;}.hero__audio-icon svg.hero__audio-icon--pause{display: none;}.hero__audio-toggle.is-playing .hero__audio-icon svg.hero__audio-icon--play{display: none;}.hero__audio-toggle.is-playing .hero__audio-icon svg.hero__audio-icon--pause{display: block;}@keyframes hero-audio-wave{from{transform: scaleY(.35);}to{transform: scaleY(1);}}.hero__video-hit{position: absolute;z-index: 2;right: var(--pad);bottom: 26px;display: grid;width: 10px;height: 44px;padding: 0;place-items: center;color: transparent;border: 0;outline: 0;background: transparent;cursor: zoom-in;}.hero__video-hit span{display: grid;width: 100%;height: 100%;place-items: center;color: rgba(243,239,231,.85);}.hero__video-hit svg{width: 16px;height: 16px;}.hero__video-hit:focus-visible{outline: 1px solid var(--gold);outline-offset: -8px;}.hero__tagline{margin: 24px 0 0;color: var(--gold);font-family: var(--body);font-size: clamp(12px,1.4vw,18px);font-weight: 500;letter-spacing: .18em;line-height: 1.3;text-transform: uppercase;}.video-modal{width: min(420px,calc(100vw - 28px));max-width: none;height: min(746px,calc(100vh - 28px));max-height: none;margin: auto;padding: 0;overflow: visible;color: var(--bone);border: 0;background: transparent;}.video-modal[open]{display: block;}.video-modal::backdrop{background: rgba(7,7,6,.9);backdrop-filter: blur(12px);}.video-modal__inner{position: relative;width: 100%;height: 100%;padding: 0;}.video-modal__close{position: absolute;z-index: 2;top: 8px;right: 8px;display: grid;width: 42px;height: 42px;padding: 0;place-items: center;color: var(--bone);border: 0;background: transparent;font-size: 32px;font-weight: 300;line-height: 1;text-shadow: 0 1px 8px rgba(0,0,0,.75);}.video-modal__player{display: block;width: 100%;height: 100%;max-height: none;background: #000;object-fit: cover;object-position: center center;aspect-ratio: 9 / 16;}.hero__content{position: relative;z-index: 1;min-height: 100svh;display: flex;flex-direction: column;justify-content: space-between;padding: 82px var(--pad) 7vh;}.hero__masthead,.hero__bottom{display: flex;justify-content: space-between;align-items: start;gap: 30px;}.hero__kicker{margin: 0;color: var(--bone);font-family: var(--display);font-size: clamp(20px,2.5vw,32px);letter-spacing: .02em;}.hero__edition,.hero__latin{margin: 0;color: rgba(243,239,231,.68);font-size: 10px;font-weight: 600;letter-spacing: .14em;line-height: 1.5;text-transform: uppercase;}.hero__edition{text-align: right;}.hero__title-wrap{align-self: center;width: min(1100px,100%);margin: auto 0;text-align: center;transform: translateY(18vh);}.hero__title-wrap .eyebrow{margin-bottom: 22px;}.hero__logo{position: absolute;top: 10px;left: 50%;display: block;align-self: center;width: clamp(32px,4.5vw,48px);height: auto;margin: 0;transform: translateX(-50%);}.hero__title{max-width: none;margin: 0;color: #fff;font-family: var(--display);font-size: clamp(48px,8.5vw,136px);font-weight: 400;letter-spacing: -.055em;line-height: .76;white-space: nowrap;}.hero__title em{color: #fff;}.hero__latin span{color: var(--gold);font-size: 9px;}@media (max-width: 820px){.hero__content{padding-top: 68px;padding-bottom: 12vh;}.hero__title-wrap{transform: translateY(18vh);}.hero__tagline{margin-top: 10px;}.hero__title{font-size: clamp(46px,14vw,110px);transform: translateX(-3vw);}.hero__bottom{align-items: start;flex-direction: column;gap: 33px;}}@media (max-width: 470px){.hero__masthead{display: block;}.hero__edition{margin-top: 13px;text-align: left;}.hero__title{font-size: 14vw;}.hero__kicker{font-size: 24px;}}@media (prefers-reduced-motion: reduce){.hero__video{display: none;}.hero{background: url('/assets/web/images/promo/1/female-image1.jpg') center / cover;}}em.no-ital{font-style:normal!important;}.amphitheatre{padding: 62px var(--pad) 36px;display: flex;flex-direction: column;background: linear-gradient(rgba(177,138,86,.28),rgba(117,86,43,.74)),url('/assets/images/la-bottle-05.png') center / cover;}.amphitheatre__top,.amphitheatre__footer{display: flex;justify-content: space-between;align-items: center;gap: 25px;}.amphitheatre__coordinates,.amphitheatre__footer{color: rgba(243,239,231,.68);font-size: 10px;font-weight: 600;letter-spacing: .15em;text-transform: uppercase;}.amphitheatre__footer{justify-content: center;}.amphitheatre__credit{display: inline-block;width: max-content;padding-top: 7px;border-top: 1px solid rgba(243,239,231,.68);font-size: 11px;letter-spacing: .12em;text-transform: none;}.amphitheatre__body{display: grid;grid-template-columns: 1fr;gap: 30px;align-items: start;width: min(1180px,100%);min-height: clamp(280px,31vw,460px);margin: auto;}.roman-numeral{color: var(--gold);font-family: var(--display);font-size: 74px;line-height: .8;}.amphitheatre h2{margin: 0;font-family: var(--display);font-size: clamp(60px,9vw,138px);font-weight: 400;letter-spacing: -.065em;line-height: .78;}.amphitheatre h2 em{color: var(--ink);}@media (max-width: 820px){.amphitheatre{min-height: 24svh;padding: 30px var(--pad) 18px;}.amphitheatre__body{grid-template-columns: 1fr;gap: 17px;min-height: 80px;margin: 3vh 0;}.roman-numeral{font-size: 46px;}}@media (max-width: 470px){.amphitheatre__top,.amphitheatre__footer{align-items: flex-start;flex-direction: column;gap: 14px;}.amphitheatre__footer{align-items: center;}.amphitheatre__body{display: block;min-height: 80px;margin: 3vh 0;}.roman-numeral{display: block;margin-bottom: 25px;}.amphitheatre h2{font-size: 14vw;}}.manifesto{position: relative;padding: 150px var(--pad) var(--section);}.manifesto > .section-index{margin-bottom: 90px;}.manifesto__layout{display: grid;grid-template-columns: 1.18fr .82fr;gap: 9vw;align-items: end;max-width: 1180px;margin: 0 auto;}.manifesto__title-wrap{min-width: 0;}.manifesto__image{width: 135%;max-width: none;margin: 0;}.manifesto__image img{width: 100%;height: auto;mix-blend-mode: multiply;}.manifesto__title-wrap h2{margin: 0;font-family: var(--display);font-size: clamp(65px,9.5vw,144px);font-weight: 400;letter-spacing: -.07em;line-height: .77;}.manifesto__copy{max-width: 430px;padding-bottom: 6px;}.manifesto__copy p{margin: 0 0 23px;color: #4e4942;line-height: 1.75;}.manifesto__copy .lead{color: var(--ink);font-size: 18px;line-height: 1.55;}.manifesto__copy .editorial-link{margin-top: 20px;}.manifesto__rule{display: flex;align-items: center;gap: 15px;max-width: 1180px;margin: 120px auto 0;color: var(--vermillion);font-family: var(--display);font-size: 22px;}.manifesto__rule i{display: block;flex: 1;height: 1px;background: var(--line);}@media (max-width: 820px){.manifesto{padding-top: 110px;}.manifesto > .section-index{margin-bottom: 65px;}.manifesto__layout{grid-template-columns: 1fr;gap: 65px;}.manifesto__image{width: 100%;}.manifesto__copy{max-width: 560px;}.manifesto__rule{margin-top: 85px;}}.film-reel{position: relative;min-height: 92svh;overflow: hidden;color: var(--bone);background: var(--black);isolation: isolate;}.film-reel__video,.film-reel__veil{position: absolute;inset: 0;width: 100%;height: 100%;}.film-reel__video{z-index: -2;object-fit: cover;object-position: center center;filter: saturate(.62) contrast(1.08);}.film-reel__veil{z-index: -1;background: linear-gradient(90deg,rgba(11,11,10,.82),rgba(11,11,10,.15) 68%),linear-gradient(0deg,rgba(11,11,10,.62),transparent 55%);}.film-reel__content{min-height: 92svh;display: flex;flex-direction: column;align-items: flex-start;justify-content: center;padding: var(--section) var(--pad);}.film-reel__content .section-index{margin-bottom: 15vh;}.film-reel__logo{width: clamp(110px,12vw,175px);height: 92px;margin-bottom: 32px;object-fit: contain;object-position: top left;filter: invert(1);}.film-reel__content h2{margin: 0;font-family: var(--display);font-size: clamp(76px,11vw,168px);font-weight: 400;letter-spacing: -.075em;line-height: .74;}.billboard-story{padding: 145px var(--pad) 155px;overflow: hidden;}.billboard-story > .section-index{max-width: 1180px;margin: 0 auto 92px;color: var(--vermillion);}.billboard-story__intro{display: grid;grid-template-columns: 1.1fr .75fr;gap: 10vw;align-items: end;max-width: 1180px;margin: 0 auto 64px;}.billboard-story__heading h2{margin: 0;font-family: var(--display);font-size: clamp(68px,9vw,136px);font-weight: 400;letter-spacing: -.075em;line-height: .77;}.billboard-story__heading h2 em{color: var(--gold);}.billboard-story__copy{max-width: 410px;padding-bottom: 5px;}.billboard-story__copy p{margin: 0 0 22px;color: #4e4942;line-height: 1.75;}.billboard-story__copy .billboard-story__lead{color: var(--ink);font-size: 18px;line-height: 1.55;}.billboard-story__grid{display: flex;flex-direction: row;gap: 0;width: 100vw;max-width: none;margin: 0 0 0 calc(-1 * var(--pad));align-items: flex-start;}.billboard-card{min-width: 0;margin: 0;}.billboard-card--gold{width: 50vw;align-self: auto;}.billboard-card--black{width: 50vw;align-self: auto;margin-top: 0;}.billboard-card__image{position: relative;overflow: hidden;background: #fff;}.billboard-card--gold .billboard-card__image,.billboard-card--black .billboard-card__image{height: clamp(408px,50.4vw,720px);aspect-ratio: auto;}.billboard-card__image::after{position: absolute;inset: 0;border: 1px solid rgba(16,14,12,.15);content: "";pointer-events: none;}.billboard-card__image img{width: 100%;height: 100%;object-fit: cover;transition: transform .8s var(--ease);}.billboard-card--gold .billboard-card__image img{object-position: center 48%;}.billboard-card--black .billboard-card__image img{object-position: center;}.billboard-card:hover .billboard-card__image img{transform: scale(1.035);}.billboard-card figcaption{display: block;padding: 20px clamp(18px,3vw,42px) 0;color: var(--ink);font-family: var(--display);font-size: clamp(24px,3vw,38px);font-weight: 400;letter-spacing: -.02em;line-height: 1;text-align: center;text-transform: none;}.billboard-card figcaption p{margin: 0 0 22px;color: var(--ink);font-family: var(--display);font-size: 24px;font-weight: 400;letter-spacing: -.02em;line-height: 1;text-align: right;text-transform: none;}@media (max-width: 820px){.billboard-story{padding: 110px var(--pad) 120px;}.billboard-story > .section-index{margin-bottom: 65px;}.billboard-story__intro{grid-template-columns: 1fr;gap: 55px;margin-bottom: 48px;}.billboard-story__copy{max-width: 560px;}.billboard-story__grid{gap: 0;}}@media (max-width: 560px){.billboard-story__heading h2{font-size: 17vw;}.billboard-story__grid{display: flex;flex-direction: column;gap: 58px;width: 100%;margin-left: 0;}.billboard-card--gold,.billboard-card--black{width: 100%;margin-left: 0;}.billboard-card figcaption{padding-right: 0;padding-left: 0;}}.billboard-collage{display: grid;grid-template-columns: repeat(4,25vw);grid-template-areas: "one two three four";gap: 0;width: 100vw;margin: 60px 0 0 calc(50% - 50vw);}.billboard-collage img{display: block;width: 100%;aspect-ratio: 1;object-fit: cover;background: #fff;}.billboard-collage img:nth-child(1){grid-area: one;}.billboard-collage img:nth-child(2){grid-area: two;}.billboard-collage img:nth-child(3){grid-area: three;}.billboard-collage img:nth-child(4){grid-area: four;}@media (max-width: 560px){.billboard-collage{grid-template-columns: repeat(2,50vw);grid-template-areas: "one two" "four three";gap: 0;width: 100vw;margin-top: 8px;margin-left: calc(50% - 50vw);}}.film-collage-divider{width: 100%;height: 15px;background: var(--black);}.film-collage-story{padding: 0;background: #fff;}.film-collage{width: 100vw;max-width: none;margin: 0 0 0 calc(50% - 50vw);}.film-collage__grid{display: grid;grid-template-columns: repeat(3,minmax(0,1fr));gap: 0;}.film-collage__grid img{display: block;width: 100%;aspect-ratio: 1;object-fit: cover;background: #fff;}.film-collage figcaption{margin: 0;padding: 16px var(--pad) 20px;color: var(--ink);font-family: var(--display);font-size: clamp(24px,3vw,38px);line-height: 1;text-align: center;}@media (max-width: 560px){.film-collage-story{padding: 0;}.film-collage__grid{gap: 0;}}.visually-hidden{position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0,0,0,0);white-space: nowrap;border: 0;}.billboard-story{padding: 50px 0;}.billboard-story > .section-index{margin-bottom: clamp(42px,6vw,92px);}.billboard-story__grid{width: 100vw;max-width: none;margin-left: 0;}.billboard-card--gold{width: 100vw;}.billboard-card--gold .billboard-card__image{height: auto;aspect-ratio: 16 / 9;}.billboard-card--gold .billboard-card__image img{object-position: center;}@media (max-width: 560px){.billboard-story__grid{width: 100vw;margin-left: 0;}.billboard-card--gold{width: 100vw;}.billboard-card--gold .billboard-card__image{aspect-ratio: 4 / 3;}}.declaration{display: grid;grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr);min-height: 100svh;}.declaration__image{min-height: 700px;overflow: hidden;}.declaration__image img{width: 100%;height: 100%;object-fit: contain;object-position: center;filter: saturate(.9);background: #fff;}.declaration__copy{display: flex;flex-direction: column;justify-content: center;padding: var(--section) clamp(36px,8vw,140px);}.declaration__copy .section-index{margin-bottom: 18vh;}.declaration__copy h2{margin: 0 0 38px;font-family: var(--display);font-size: clamp(73px,10vw,150px);font-weight: 400;letter-spacing: -.075em;line-height: .74;}.declaration__copy > p:not(.eyebrow){max-width: 420px;margin: 0 0 20px;color: var(--sand);line-height: 1.75;}@media (max-width: 820px){.declaration{grid-template-columns: 1fr;}.declaration__image{height: calc(65svh + 90px);min-height: 0;padding-top: 90px;background: #fff;}.declaration__image img{object-fit: contain;object-position: center bottom;}.declaration__copy{min-height: 85svh;padding: 90px var(--pad);}.declaration__copy .section-index{margin-bottom: 17vh;}}