/* BRIGG STUDIO homepage — editorial refinement */
:root {
    --paige-ink: #252421;
    --paige-paper: #f6f4f0;
    --paige-stone: #e7e3dd;
    --paige-tone: #837c73;
    --paige-muted: #77736d;
    --paige-rule: rgba(37, 36, 33, .14);
}

html { scroll-behavior: smooth; }
body.paige-home { background: var(--paige-paper); color: var(--paige-ink); font-family: Poppins, Arial, sans-serif; }
.paige-home *, .paige-home *::before, .paige-home *::after { box-sizing: border-box; }
.paige-home .ztudiox-body-wrapper { background: var(--paige-paper); }
.paige-home a { color: inherit; }
.paige-home .ztudiox-header-wrap { z-index: 20; }
.paige-home .ztudiox-header-container.ztudiox-header-full { max-width: 1600px; margin: auto; padding: 0 4.5vw; }
.paige-home .ztudiox-logo { padding: 31px 0; }
.paige-home .ztudiox-logo-inner { max-width: none; }
.paige-wordmark { color: #fff; font-size: 17px; font-weight: 600; letter-spacing: .28em; line-height: 1; white-space: nowrap; }
.paige-home .ztudiox-navigation { align-items: center; display: flex; padding-top: 27px; }
.paige-inline-nav { align-items: center; display: flex; gap: 29px; }
.paige-inline-nav a, .paige-home .ztudiox-overlay-menu-icon { color: #fff; font-size: 10px; font-weight: 500; letter-spacing: .17em; text-transform: uppercase; }
.paige-inline-nav a { padding-bottom: 7px; position: relative; }
.paige-inline-nav a::after { background: currentColor; bottom: 0; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform .35s ease; width: 100%; }
.paige-inline-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.paige-home .ztudiox-main-menu-right-wrap { align-self: center; float: none; margin: 0 0 0 clamp(54px, 5vw, 88px); }
.paige-home .ztudiox-overlay-menu-icon { height: 24px; width: 24px; }
.paige-home .ztudiox-overlay-menu-icon span, .paige-home .ztudiox-overlay-menu-icon::before, .paige-home .ztudiox-overlay-menu-icon::after { background: #fff; width: 22px; }
.paige-home .ztudiox-fixed-navigation .ztudiox-header-background { background: rgba(28, 26, 23, .95); opacity: 1; }
.paige-home .ztudiox-fixed-navigation .ztudiox-logo { padding: 22px 0; }
.paige-home .ztudiox-fixed-navigation .ztudiox-navigation { padding-top: 18px; }

.paige-hero { background: var(--paige-ink); color: #fff; height: min(820px, 100svh); min-height: 620px; overflow: hidden; position: relative; }
.paige-hero-track, .paige-hero-slide, .paige-hero-veil { inset: 0; position: absolute; }
.paige-hero-slide { background-position: center; background-size: cover; opacity: 0; transform: scale(1.06); transition: opacity 1s ease, transform 7s ease; }
.paige-hero-slide.is-active { opacity: 1; transform: scale(1); }
.paige-hero-veil { background: linear-gradient(90deg, rgba(12, 10, 9, .59) 0%, rgba(12,10,9,.18) 54%, rgba(12,10,9,.3) 100%), linear-gradient(0deg, rgba(12,10,9,.4), transparent 48%); }
.paige-hero-copy { bottom: clamp(110px, 15vh, 180px); left: max(4.5vw, calc((100vw - 1420px) / 2)); max-width: 920px; position: absolute; z-index: 2; }
.paige-hero-kicker, .paige-eyebrow { font-size: 10px; font-weight: 500; letter-spacing: .2em; line-height: 1.4; margin: 0 0 25px; text-transform: uppercase; }
.paige-hero h1, .paige-section-head h2, .paige-about h2, .paige-inquire h2 { font-family: 'Playfair Display', Georgia, serif; font-weight: 400; letter-spacing: -.055em; }
.paige-hero h1 { font-size: clamp(59px, 8.1vw, 128px); line-height: .92; margin: 0; max-width: 900px; }
.paige-hero-copy .paige-hero-kicker { margin: 28px 0 0; max-width: 340px; }
.paige-home h1 em, .paige-home h2 em { color: var(--paige-tone); font-weight: 400; }
.paige-hero-link, .paige-text-link { align-items: center; display: inline-flex; font-size: 10px; font-weight: 600; gap: 16px; letter-spacing: .16em; margin-top: 38px; text-transform: uppercase; }
.paige-hero-link span { font-size: 18px; line-height: 0; transition: transform .3s ease; }
.paige-hero-link:hover span { transform: translateY(5px); }
.paige-hero-location { bottom: 38px; font-size: 9px; letter-spacing: .16em; margin: 0; position: absolute; right: 4.5vw; text-transform: uppercase; z-index: 2; }
.paige-scroll-cue { bottom: 38px; font-size: 9px; left: 4.5vw; letter-spacing: .16em; position: absolute; text-transform: uppercase; z-index: 2; }
.paige-scroll-cue::before { background: #fff; content: ""; display: inline-block; height: 1px; margin: 0 12px 3px 0; width: 34px; }
.paige-hero-arrow { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.45); border-radius: 50%; cursor: pointer; height: 43px; position: absolute; right: 4.5vw; top: 50%; transform: translateY(-50%); transition: background .25s ease, transform .25s ease; width: 43px; z-index: 3; }
.paige-hero-arrow:hover { background: var(--paige-tone); transform: translateY(-50%) scale(1.08); }
.paige-hero-arrow::after { border-right: 1px solid #fff; border-top: 1px solid #fff; content: ""; height: 8px; left: 15px; position: absolute; top: 16px; transform: rotate(45deg); width: 8px; }
.paige-hero-prev { right: calc(4.5vw + 54px); }
.paige-hero-prev::after { left: 18px; transform: rotate(-135deg); }
.paige-hero-dots { bottom: 112px; display: flex; gap: 9px; position: absolute; right: 4.5vw; z-index: 3; }
.paige-hero-dots button { background: rgba(255,255,255,.55); border: 0; border-radius: 50%; cursor: pointer; height: 5px; padding: 0; transition: background .2s ease, transform .2s ease; width: 5px; }
.paige-hero-dots button.is-active { background: #fff; transform: scale(1.7); }

.paige-work { margin: 0 auto; max-width: 1520px; padding: clamp(125px, 15vw, 245px) 4.5vw clamp(115px, 13vw, 205px); position: relative; }
.paige-work::before { background: var(--paige-rule); content: ""; height: 1px; left: 4.5vw; position: absolute; right: 4.5vw; top: clamp(68px, 8vw, 120px); }
.paige-section-head { display: grid; grid-template-columns: minmax(130px, 1fr) minmax(420px, 2.15fr) minmax(160px, .85fr); margin-bottom: clamp(75px, 9vw, 145px); padding-top: clamp(44px, 5vw, 72px); }
.paige-section-head h2, .paige-about h2, .paige-inquire h2 { font-size: clamp(46px, 4.7vw, 76px); line-height: .98; margin: 0; }
.paige-section-head .paige-eyebrow { margin-top: 9px; }
.paige-section-intro { align-self: end; color: var(--paige-muted); font-size: 12px; line-height: 1.8; margin: 0 0 4px; max-width: 190px; }
.paige-work .paige-section-head { display: block; margin-bottom: clamp(92px, 11vw, 175px); max-width: 760px; padding-top: clamp(52px, 6vw, 86px); }
.paige-work .paige-section-head .paige-eyebrow { margin: 0 0 30px; }
.paige-work .paige-section-head h2 { max-width: 700px; }
.paige-work .paige-section-head .paige-section-intro { color: var(--paige-muted); font-size: 13px; line-height: 1.85; margin: 34px 0 0; max-width: 430px; }
.paige-work-grid { display: grid; gap: clamp(16px, 2.2vw, 34px); grid-template-columns: repeat(12, 1fr); }
.paige-work-item { display: block; grid-column: span 5; overflow: hidden; position: relative; }
.paige-work-item:nth-child(2), .paige-work-item:nth-child(5) { grid-column: 8 / span 5; margin-top: clamp(64px, 12vw, 170px); }
.paige-work-item:nth-child(3) { grid-column: 2 / span 4; }
.paige-work-item:nth-child(4) { grid-column: 7 / span 6; }
.paige-work-item:nth-child(6) { grid-column: 2 / span 5; }
.paige-work-item img { display: block; height: clamp(320px, 43vw, 610px); object-fit: cover; transition: filter .55s ease, transform .75s cubic-bezier(.2,.6,.2,1); width: 100%; }
.paige-work-wide img { height: clamp(370px, 48vw, 675px); }
.paige-work-item::after { background: linear-gradient(0deg, rgba(20,16,13,.58), transparent 45%); content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity .35s ease; }
.paige-work-caption { bottom: 23px; color: #fff; display: flex; flex-direction: column; gap: 5px; left: 24px; opacity: 0; position: absolute; transform: translateY(10px); transition: opacity .35s ease, transform .35s ease; z-index: 1; }
.paige-work-caption b { font-family: 'Playfair Display', Georgia, serif; font-size: 25px; font-weight: 400; }
.paige-work-caption small { font-size: 9px; letter-spacing: .15em; text-transform: uppercase; }
.paige-work-item:hover img { filter: saturate(.8); transform: scale(1.04); }
.paige-work-item:hover::after, .paige-work-item:hover .paige-work-caption { opacity: 1; }
.paige-work-item:hover .paige-work-caption { transform: translateY(0); }
.paige-work-more { margin: 58px 0 0 8.333%; }
.paige-text-link { border-bottom: 1px solid var(--paige-ink); margin-top: 0; padding-bottom: 10px; transition: color .25s ease, border-color .25s ease; }
.paige-text-link:hover { border-color: var(--paige-tone); color: var(--paige-tone); }

.paige-about { background: var(--paige-stone); display: grid; gap: clamp(28px, 3vw, 48px); grid-template-columns: 1fr 2fr 1fr; padding: clamp(105px, 11vw, 175px) max(4.5vw, calc((100vw - 1420px) / 2)); }
.paige-about .paige-eyebrow { margin-top: 10px; }
.paige-about .paige-approach-subhead { color: var(--paige-tone); font-family: 'Playfair Display', Georgia, serif; font-size: clamp(25px, 2.25vw, 36px); grid-column: 2; letter-spacing: -.035em; line-height: 1.1; margin: 24px 0 0; }
.paige-about > p:not(.paige-eyebrow):not(.paige-approach-subhead) { color: #4e4942; font-size: 14px; grid-column: 2; line-height: 1.9; margin: 30px 0 0; max-width: 500px; }
.paige-about .paige-text-link { grid-column: 2; justify-self: start; margin-top: 12px; }
.paige-inquire { background: var(--paige-ink); color: var(--paige-paper); padding: clamp(95px, 11vw, 170px) 4.5vw; }
.paige-inquire-inner { display: grid; gap: clamp(50px, 10vw, 150px); grid-template-columns: minmax(260px, 1fr) minmax(330px, 1fr); margin: auto; max-width: 1420px; }
.paige-inquire h2 { color: #fff; }
.paige-inquire-copy > p:not(.paige-eyebrow):not(.paige-inquire-meta) { color: #c6c0b8; font-size: 14px; line-height: 1.8; margin: 28px 0; max-width: 310px; }
.paige-inquire-studio { color: var(--paige-paper) !important; font-size: 12px !important; font-weight: 600; letter-spacing: .14em; line-height: 1.65 !important; margin: 34px 0 0 !important; text-transform: uppercase; }
.paige-inquire-studio span { color: #c6c0b8; display: block; font-size: 10px; font-weight: 400; letter-spacing: .13em; }
.paige-inquire-meta { font-size: 13px; letter-spacing: .04em; margin: 12px 0 0; }
.paige-inquire-meta a { border-bottom: 1px solid var(--paige-tone); padding-bottom: 6px; }
.paige-form { display: flex; flex-direction: column; gap: 25px; }
.paige-form input, .paige-form textarea, .paige-form select { background: transparent; border: 0; border-bottom: 1px solid rgba(244,241,235,.4); border-radius: 0; color: #fff; font: 400 12px Poppins, sans-serif; outline: 0; padding: 0 0 13px; transition: border-color .25s ease; width: 100%; }
.paige-form select { appearance: none; color: #c6c0b8; cursor: pointer; letter-spacing: .08em; }
.paige-form select:valid { color: #fff; }
.paige-form select option { background: var(--paige-ink); color: #fff; }
.paige-form textarea { min-height: 112px; resize: vertical; }
.paige-form input:focus, .paige-form textarea:focus, .paige-form select:focus { border-color: var(--paige-tone); }
.paige-form ::placeholder { color: #c6c0b8; opacity: 1; }
.paige-form button { align-self: flex-start; background: var(--paige-tone); border: 1px solid var(--paige-tone); border-radius: 0; color: #fff; cursor: pointer; font: 600 10px Poppins, sans-serif; letter-spacing: .16em; margin-top: 11px; padding: 16px 25px; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.paige-form button:hover { background: transparent; color: var(--paige-paper); }
.paige-home footer { background: var(--paige-ink); border-top: 1px solid rgba(244,241,235,.2); color: #c6c0b8; }
.paige-home .ztudiox-copyright-container { max-width: 1420px; padding: 26px 0; }
.paige-home .ztudiox-copyright-wrapper { background: none; color: #c6c0b8; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.paige-footer-links { display: flex; gap: 24px; }

@media (max-width: 999px) {
    .paige-home .ztudiox-mobile-header { background: transparent; position: absolute; width: 100%; z-index: 20; }
    .paige-home .ztudiox-mobile-header-container { padding: 23px 5vw; }
    .paige-home .ztudiox-logo { padding: 0; }
    .paige-home .ztudiox-logo-inner { max-width: none; }
    .paige-home .ztudiox-mobile-menu-right { margin-top: 0; }
    .paige-home .ztudiox-mobile-header .ztudiox-overlay-menu-icon { margin-top: 0; }
    .paige-section-head { grid-template-columns: 1fr 2fr; }
    .paige-work .paige-section-head { display: block; }
    .paige-section-intro { display: none; }
    .paige-about { grid-template-columns: 1fr 2fr; }
    .paige-about .paige-text-link { grid-column: 2; }
}
@media (max-width: 640px) {
    .paige-hero { min-height: 580px; }
    .paige-hero-copy { bottom: 118px; left: 6vw; right: 6vw; }
    .paige-hero h1 { font-size: clamp(54px, 16vw, 82px); line-height: .94; }
    .paige-hero-copy .paige-hero-kicker { margin-top: 22px; max-width: 290px; }
    .paige-hero-location, .paige-hero-arrow { display: none; }
    .paige-scroll-cue { bottom: 28px; left: 6vw; }
    .paige-hero-dots { bottom: 31px; right: 6vw; }
    .paige-work { padding-left: 6vw; padding-right: 6vw; }
    .paige-work::before { left: 6vw; right: 6vw; }
    .paige-section-head { display: block; }
    .paige-work .paige-section-head { margin-bottom: 76px; padding-top: 44px; }
    .paige-work .paige-section-head .paige-eyebrow { margin-bottom: 23px; }
    .paige-work .paige-section-head .paige-section-intro { font-size: 12px; margin-top: 27px; max-width: 330px; }
    .paige-section-head h2, .paige-about h2, .paige-inquire h2 { font-size: clamp(48px, 14vw, 66px); }
    .paige-section-head .paige-eyebrow { margin-bottom: 22px; }
    .paige-work-grid { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
    .paige-work-item, .paige-work-item:nth-child(2), .paige-work-item:nth-child(3), .paige-work-item:nth-child(4), .paige-work-item:nth-child(5), .paige-work-item:nth-child(6) { grid-column: auto; margin-top: 0; }
    .paige-work-item:nth-child(1), .paige-work-item:nth-child(4) { grid-column: span 2; }
    .paige-work-item img { height: 285px; }
    .paige-work-wide img { height: 360px; }
    .paige-work-caption { bottom: 15px; left: 15px; opacity: 1; transform: none; }
    .paige-work-caption b { font-size: 20px; }
    .paige-work-item::after { opacity: 1; }
    .paige-work-more { margin-left: 0; }
    .paige-about { display: block; padding-left: 6vw; padding-right: 6vw; }
    .paige-about > p:not(.paige-eyebrow):not(.paige-approach-subhead) { margin-top: 30px; }
    .paige-about .paige-text-link { margin-top: 34px; }
    .paige-inquire { padding-left: 6vw; padding-right: 6vw; }
    .paige-inquire-inner { display: block; }
    .paige-form { margin-top: 53px; }
    .paige-home .ztudiox-copyright-container { padding: 23px 6vw; }
    .paige-home .ztudiox-copyright-left, .paige-home .ztudiox-copyright-right { float: none; padding: 0; }
    .paige-footer-links { margin-top: 12px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .paige-home *, .paige-home *::before, .paige-home *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
