:root{
  --black:#050505;--ink:#0a0a0a;--paper:#f3efe8;--white:#f8f7f3;--muted:#c7c1b8;--gold:#c7a35a;--line:rgba(255,255,255,.16);
  --serif: Georgia,"Times New Roman",serif;--sans: Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--black)}body{margin:0;background:var(--black);color:var(--white);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:88px;padding:16px clamp(22px,4vw,70px);display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(0,0,0,.68),rgba(0,0,0,0));transition:background .3s ease,backdrop-filter .3s ease}.site-header.scrolled{background:rgba(4,4,4,.83);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06)}.brand img{width:220px;height:auto}.primary-nav{display:flex;align-items:center;gap:28px;font-size:11px;letter-spacing:.14em;text-transform:uppercase}.primary-nav a{opacity:.82;transition:opacity .25s ease,color .25s ease}.primary-nav a:hover{opacity:1;color:var(--gold)}.nav-cta{border:1px solid rgba(199,163,90,.65);padding:13px 16px}.menu-toggle{display:none;background:none;border:0;width:40px;height:40px;padding:9px;cursor:pointer}.menu-toggle span{display:block;height:1px;background:#fff;margin:7px 0}
.photo-section{position:relative;min-height:92svh;overflow:hidden;isolation:isolate;border-bottom:1px solid rgba(255,255,255,.05)}.photo-wrap{position:absolute;inset:0;overflow:hidden;background:#080808}.photo-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1.001);transition:transform .85s cubic-bezier(.2,.7,.2,1),filter .5s ease}.photo-section:hover .photo-wrap img{transform:scale(1.035) translateY(-3px)}.hero{min-height:100svh}.hero .photo-wrap img{object-position:center center}.portrait-section .photo-wrap img{object-position:center}.shade{position:absolute;inset:0;z-index:1;pointer-events:none}.shade-right{background:linear-gradient(90deg,transparent 25%,rgba(0,0,0,.18) 54%,rgba(0,0,0,.82) 100%)}.shade-left{background:linear-gradient(90deg,rgba(0,0,0,.78) 0%,rgba(0,0,0,.22) 43%,transparent 72%)}.shade.soft{background:linear-gradient(90deg,transparent 35%,rgba(244,244,241,.2) 68%,rgba(245,245,243,.58) 100%)}.section-copy{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:min(560px,38vw)}.align-right .section-copy{right:clamp(32px,6vw,110px)}.align-left .section-copy{left:clamp(32px,6vw,110px)}.eyebrow{margin:0 0 18px;color:var(--gold);font-size:12px;line-height:1.2;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.step{font-family:var(--serif);font-size:18px;margin:0 0 8px;color:rgba(255,255,255,.6)}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.03em;margin:0;color:#fff;text-wrap:balance}h1{font-size:clamp(50px,6vw,102px);line-height:.95}h2{font-size:clamp(42px,4.8vw,82px);line-height:.98}h1 em,h2 em{font-weight:400}.section-copy>p:not(.eyebrow):not(.step),.lede{font-family:var(--serif);font-size:clamp(17px,1.3vw,22px);line-height:1.55;color:rgba(255,255,255,.84);max-width:520px}.hero-copy{width:min(650px,42vw)}.hero .lede{margin:27px 0 31px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border:1px solid var(--gold);color:#fff;font-size:11px;letter-spacing:.13em;text-transform:uppercase;background:rgba(0,0,0,.12);transition:background .3s ease,color .3s ease,transform .3s ease}.button:hover{background:var(--gold);color:#090909;transform:translateY(-2px)}.text-link{display:inline-block;margin-top:16px;color:#fff;border-bottom:1px solid rgba(199,163,90,.6);padding-bottom:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.text-link span{color:var(--gold);margin-left:6px}.scroll-cue{position:absolute;z-index:4;left:50%;bottom:25px;transform:translateX(-50%);width:30px;height:46px;border:1px solid rgba(255,255,255,.45);border-radius:20px}.scroll-cue span{position:absolute;top:9px;left:50%;width:3px;height:7px;background:#fff;border-radius:4px;transform:translateX(-50%);animation:wheel 1.8s infinite}@keyframes wheel{0%{opacity:0;transform:translate(-50%,0)}30%{opacity:1}100%{opacity:0;transform:translate(-50%,15px)}}
/* Art-directed crops */
#portraits .photo-wrap img{object-position:53% 50%}#process .photo-wrap img{object-position:50% 46%}.create-section .photo-wrap img{object-position:50% 42%}.bring-section .photo-wrap img{object-position:50% 46%}.cotton-section .photo-wrap img{object-position:54% 52%}.collect-section .photo-wrap img{object-position:45% 50%}.purpose-section .photo-wrap img{object-position:62% 50%}.commercial-section .photo-wrap img{object-position:50% 50%}.contact-section .photo-wrap img{object-position:34% 50%}
.collect-section .dark-copy{color:#101010}.collect-section .dark-copy h2{color:#101010}.collect-section .dark-copy>p:not(.eyebrow){color:rgba(10,10,10,.76)}.dark-link{color:#101010;border-color:rgba(10,10,10,.35)}
.published{background:#050505;padding:100px 0 84px;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden}.published-heading{text-align:center;padding:0 24px 54px}.published-heading h2{font-size:clamp(38px,4vw,68px)}.published-heading>p:last-child{font-family:var(--serif);color:rgba(255,255,255,.63);font-size:18px}.logo-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.logo-track{display:flex;align-items:center;width:max-content;animation:marquee 90s linear infinite}.logo-marquee:hover .logo-track{animation-play-state:paused}.logo-cell{height:118px;width:250px;display:flex;align-items:center;justify-content:center;padding:28px 34px;flex:none}.logo-cell img{max-width:100%;max-height:64px;object-fit:contain;filter:grayscale(100%);opacity:.68;mix-blend-mode:screen;transition:opacity .3s ease,transform .3s ease}.logo-cell:hover img{opacity:1;transform:scale(1.06)}@keyframes marquee{to{transform:translateX(-50%)}}
.contact-section{min-height:100svh}.contact-shade{background:linear-gradient(90deg,transparent 28%,rgba(0,0,0,.4) 55%,rgba(0,0,0,.94) 100%)}.contact-panel{position:absolute;z-index:3;right:clamp(26px,6vw,100px);top:50%;transform:translateY(-50%);width:min(520px,40vw);background:rgba(3,3,3,.42);backdrop-filter:blur(6px);padding:30px 0}.contact-panel h2{font-size:clamp(44px,4.4vw,72px)}.contact-intro{font-family:var(--serif);font-size:18px;line-height:1.55;color:rgba(255,255,255,.76);margin-bottom:26px}.inquiry-form{display:grid;gap:16px}.inquiry-form label{display:grid;gap:7px}.inquiry-form label span{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.6)}.inquiry-form input,.inquiry-form textarea{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.32);background:transparent;color:#fff;padding:11px 1px;font:17px var(--serif);outline:none;border-radius:0}.inquiry-form input:focus,.inquiry-form textarea:focus{border-color:var(--gold)}.inquiry-form textarea{resize:vertical;min-height:105px}.submit-button{width:100%;margin-top:8px}.direct-email{display:inline-block;margin-top:18px;color:rgba(255,255,255,.58);font-size:12px}.direct-email:hover{color:var(--gold)}.hp-field{position:absolute!important;left:-9999px!important}.form-status{font-family:var(--serif);border:1px solid rgba(255,255,255,.18);padding:20px 22px;margin:22px 0;display:grid;gap:8px;line-height:1.5}.form-status strong{font-size:24px}.form-status.success{border-color:rgba(199,163,90,.55)}.form-status.error{border-color:rgba(209,102,102,.65)}
.site-footer{background:#030303;padding:62px clamp(24px,5vw,80px) 34px;text-align:center;border-top:1px solid rgba(255,255,255,.08)}.footer-logo{width:250px;margin:0 auto 20px}.north-star{font-family:var(--serif);font-size:22px;color:#fff;margin:0 0 28px}.site-footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;font-size:10px;letter-spacing:.13em;text-transform:uppercase;color:rgba(255,255,255,.65)}.site-footer nav a:hover{color:var(--gold)}.copyright{margin:30px 0 0;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.34)}
@media (max-width:980px){.site-header{height:74px}.brand img{width:185px}.menu-toggle{display:block;z-index:102}.primary-nav{position:fixed;inset:0;background:rgba(3,3,3,.985);display:flex;flex-direction:column;justify-content:center;gap:26px;font-size:15px;transform:translateY(-110%);opacity:0;visibility:hidden;pointer-events:none;transition:transform .45s cubic-bezier(.2,.7,.2,1),opacity .25s ease,visibility 0s linear .45s}.primary-nav.open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}.nav-cta{margin-top:14px}.photo-section{min-height:86svh}.hero{min-height:100svh}.section-copy,.hero-copy{width:min(620px,78vw)}.align-left .section-copy{left:7vw}.align-right .section-copy{right:7vw}.shade-left{background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.18) 65%,transparent)}.shade-right{background:linear-gradient(90deg,transparent 10%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.76) 100%)}.contact-panel{width:min(560px,80vw);right:7vw}.published{padding:80px 0 65px}.logo-cell{width:210px}}
@media (max-width:700px){.site-header{padding:12px 18px}.brand img{width:165px}.photo-section{min-height:82svh}.hero{min-height:100svh}.section-copy,.hero-copy{top:auto;bottom:8vh;transform:none;width:auto;left:24px!important;right:24px!important}.hero .photo-wrap img{object-position:40% center}.shade-right,.shade-left{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.18) 48%,rgba(0,0,0,.9) 100%)}h1{font-size:clamp(45px,13vw,68px)}h2{font-size:clamp(38px,11vw,58px)}.section-copy>p:not(.eyebrow):not(.step),.lede{font-size:17px;line-height:1.45}.photo-section:hover .photo-wrap img{transform:scale(1.015)}#portraits .photo-wrap img{object-position:52% center}#process .photo-wrap img{object-position:50% 44%}.create-section .photo-wrap img{object-position:50% 40%}.bring-section .photo-wrap img{object-position:50% 42%}.cotton-section .photo-wrap img{object-position:58% 50%}.collect-section .photo-wrap img{object-position:40% center}.purpose-section .photo-wrap img{object-position:66% center}.commercial-section .photo-wrap img{object-position:28% center}.contact-section .photo-wrap img{object-position:32% 50%}.collect-section .dark-copy h2,.collect-section .dark-copy,.collect-section .dark-copy>p:not(.eyebrow),.dark-link{color:#fff}.collect-section .shade{background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.15) 48%,rgba(0,0,0,.85) 100%)}.published-heading{padding-bottom:36px}.published-heading h2{font-size:38px}.logo-cell{height:95px;width:175px;padding:22px 25px}.logo-cell img{max-height:54px}.contact-section{min-height:100svh}.contact-panel{top:auto;bottom:5vh;transform:none;left:22px;right:22px;width:auto;padding:0;background:transparent;backdrop-filter:none}.contact-panel h2{font-size:46px}.contact-intro{font-size:16px}.contact-shade{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.24) 30%,rgba(0,0,0,.94) 68%,rgba(0,0,0,.98))}.site-footer{padding:52px 24px 30px}.footer-logo{width:210px}.north-star{font-size:19px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.photo-wrap img,.button,.logo-cell img,.primary-nav{transition:none}.logo-track{animation:none}.scroll-cue span{animation:none}}



/* V1.2 gallery-edge separation — subtle champagne glow, no divider panels */
.photo-section::before,
.photo-section::after{
  content:"";
  position:absolute;
  z-index:6;
  left:4%;
  right:4%;
  height:1px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent,rgba(199,163,90,.5) 18%,rgba(231,211,168,.72) 50%,rgba(199,163,90,.5) 82%,transparent);
  box-shadow:0 0 10px rgba(199,163,90,.26),0 0 24px rgba(199,163,90,.10);
  opacity:.72;
  transition:opacity .45s ease,box-shadow .45s ease;
}
.photo-section::before{top:0}
.photo-section::after{bottom:0}
.photo-section:hover::before,
.photo-section:hover::after{
  opacity:1;
  box-shadow:0 0 12px rgba(199,163,90,.40),0 0 30px rgba(199,163,90,.16);
}
.published{position:relative}
.published::before,
.published::after{
  content:"";
  position:absolute;
  z-index:4;
  left:4%;
  right:4%;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(199,163,90,.46) 18%,rgba(231,211,168,.68) 50%,rgba(199,163,90,.46) 82%,transparent);
  box-shadow:0 0 10px rgba(199,163,90,.22),0 0 24px rgba(199,163,90,.08);
}
.published::before{top:0}.published::after{bottom:0}

/* Art-direction refinements */
.create-section .photo-wrap img{object-position:50% 42%}

/* Collect: quiet smoked editorial texture beneath copy, not a hard panel */
.collect-section .section-copy{
  isolation:isolate;
  padding:clamp(26px,3vw,42px) clamp(28px,3.2vw,48px);
}
.collect-section .section-copy::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:-10px -16px;
  border-radius:2px;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.11),transparent 30%),
    radial-gradient(circle at 80% 75%,rgba(0,0,0,.13),transparent 45%),
    linear-gradient(120deg,rgba(239,237,228,.78),rgba(225,224,217,.59));
  box-shadow:0 20px 70px rgba(0,0,0,.12);
  backdrop-filter:blur(5px) saturate(.75);
  -webkit-backdrop-filter:blur(5px) saturate(.75);
}
.collect-section .dark-copy h2{color:#0b0b0b;text-shadow:0 1px 0 rgba(255,255,255,.16)}
.collect-section .dark-copy>p:not(.eyebrow){color:rgba(8,8,8,.82)}
.collect-section .dark-link{color:#0b0b0b;border-color:rgba(10,10,10,.42)}

@media (max-width:700px){
.create-section .photo-wrap img{object-position:50% 40%}
  .collect-section .section-copy{padding:24px 24px 26px}
  .collect-section .section-copy::before{
    inset:-8px -10px;
    background:linear-gradient(180deg,rgba(4,4,4,.54),rgba(4,4,4,.78));
    box-shadow:0 18px 55px rgba(0,0,0,.25);
    backdrop-filter:blur(4px) saturate(.7);
    -webkit-backdrop-filter:blur(4px) saturate(.7);
  }
  .collect-section .dark-copy h2,
  .collect-section .dark-copy,
  .collect-section .dark-copy>p:not(.eyebrow),
  .collect-section .dark-link{color:#fff}
}

/* V1.4 footer + mobile art direction */
.footer-location{margin:24px auto 0;max-width:760px;font:15px/1.5 var(--serif);color:rgba(255,255,255,.56)}
.footer-social{display:flex;justify-content:center;align-items:center;margin-top:18px}.footer-social a{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:50%;display:grid;place-items:center;color:rgba(255,255,255,.72);transition:transform .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}.footer-social a:hover{transform:translateY(-3px);border-color:rgba(199,163,90,.7);color:#fff;box-shadow:0 0 18px rgba(199,163,90,.16)}.footer-social svg{width:20px;height:20px;fill:currentColor}
@media(max-width:700px){
  /* Each image is art-directed independently on phones. */
  #home .photo-wrap img{object-position:37% center}
  #portraits .photo-wrap img{object-position:54% center}
  #process .photo-wrap img{object-position:52% 44%}
  .create-section .photo-wrap img{object-position:50% 36%}
  .bring-section .photo-wrap img{object-position:50% 40%}
  .cotton-section .photo-wrap img{object-position:58% 48%}
  .collect-section .photo-wrap img{object-position:47% center}
  .purpose-section .photo-wrap img{object-position:69% center}
  .commercial-section .photo-wrap img{object-position:16% center}
  .contact-section .photo-wrap img{object-position:31% center}
  .footer-location{font-size:14px;padding:0 10px}
}


/* V1.4.1 mobile header cleanup — premium, unobtrusive, no persistent CTA bleed */
@media (max-width:700px){
  .site-header{
    height:72px;
    padding:10px 18px;
    background:linear-gradient(to bottom,rgba(4,4,4,.94),rgba(4,4,4,.68) 72%,rgba(4,4,4,0));
    border-bottom:0;
  }
  .site-header.scrolled{
    background:rgba(4,4,4,.94);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.055);
  }
  .brand{position:relative;z-index:103;display:block;line-height:0}
  .brand img{width:170px;max-height:48px;object-fit:contain}
  .menu-toggle{position:relative;z-index:103}
  .primary-nav{z-index:101;padding:96px 24px 36px}
  .primary-nav a{font-size:14px;letter-spacing:.13em}
  .primary-nav .nav-cta{
    margin-top:8px;
    padding:0 0 7px;
    border:0;
    border-bottom:1px solid rgba(199,163,90,.65);
    color:var(--gold);
  }
}


/* V1.5 mobile image fidelity — keep photography sharp, avoid transformed raster softness */
.photo-wrap img{
  image-rendering:auto;
  -webkit-transform:translateZ(0);
  backface-visibility:hidden;
}
@media (max-width:700px){
  /* Mobile has no hover; do not keep the photographs on a transformed compositor layer. */
  .photo-wrap img,
  .photo-section:hover .photo-wrap img{
    transform:none !important;
    -webkit-transform:none !important;
    filter:none;
    backface-visibility:visible;
  }
  .photo-section{min-height:78svh}
  .hero,.contact-section{min-height:100svh}
  /* Preserve the important subject in each portrait-oriented crop. */
  #home .photo-wrap img{object-position:37% 50%}
  #portraits .photo-wrap img{object-position:53% 50%}
  #process .photo-wrap img{object-position:52% 46%}
  .create-section .photo-wrap img{object-position:50% 40%}
  .bring-section .photo-wrap img{object-position:50% 43%}
  .cotton-section .photo-wrap img{object-position:57% 50%}
  .collect-section .photo-wrap img{object-position:47% 50%}
  .purpose-section .photo-wrap img{object-position:70% 50%}
  /* Monument/statue stays visibly anchored on the left on phones. */
  .commercial-section .photo-wrap img{object-position:9% 50%}
  .contact-section .photo-wrap img{object-position:30% 50%}
}

.image-rights{max-width:840px;margin:10px auto 0;padding:0 18px;color:rgba(255,255,255,.38);font-size:10px;line-height:1.55;letter-spacing:.035em;text-align:center}


/* Hero 2 / Signature Portrait Commissions — art-directed layout, no destructive crop */
.portrait-feature{
  min-height:92svh;
  display:grid;
  grid-template-columns:minmax(360px, 40%) minmax(0, 60%);
  background:
    radial-gradient(circle at 8% 20%,rgba(86,102,105,.18),transparent 34%),
    linear-gradient(135deg,#111718 0%,#080a0b 54%,#040404 100%);
  overflow:hidden;
}
.portrait-feature .portrait-copy{
  position:relative;
  z-index:3;
  align-self:center;
  padding:clamp(48px,7vw,120px) clamp(34px,5.7vw,108px);
  max-width:650px;
}
.portrait-feature .portrait-copy h2{
  font-size:clamp(44px,4.8vw,82px);
  line-height:.98;
}
.portrait-feature .portrait-copy>p:not(.eyebrow){
  font-family:var(--serif);
  font-size:clamp(17px,1.3vw,22px);
  line-height:1.55;
  color:rgba(255,255,255,.84);
  max-width:520px;
}
.portrait-feature .portrait-art{
  position:relative;
  min-width:0;
  display:flex;
  align-items:stretch;
  justify-content:center;
  overflow:hidden;
  background:#070909;
}
.portrait-feature .portrait-art::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(8,10,11,.62) 0%,rgba(8,10,11,.12) 15%,transparent 31%);
}
.portrait-feature .portrait-art img{
  width:100%;
  height:92svh;
  object-fit:contain;
  object-position:center center;
  background:#070909;
  transition:transform .85s cubic-bezier(.2,.7,.2,1);
}
@media (hover:hover) and (pointer:fine){
  .portrait-feature:hover .portrait-art img{transform:scale(1.025)}
}
@media (max-width:980px){
  .portrait-feature{
    min-height:auto;
    grid-template-columns:1fr;
  }
  .portrait-feature .portrait-art{order:1}
  .portrait-feature .portrait-copy{
    order:2;
    max-width:none;
    padding:42px 7vw 54px;
  }
  .portrait-feature .portrait-art::before{display:none}
  .portrait-feature .portrait-art img{
    width:100%;
    height:auto;
    max-height:none;
    object-fit:contain;
    transform:none!important;
  }
}
@media (max-width:700px){
  .portrait-feature .portrait-copy{
    padding:34px 24px 46px;
  }
  .portrait-feature .portrait-copy h2{
    font-size:clamp(38px,11vw,58px);
  }
  .portrait-feature .portrait-copy>p:not(.eyebrow){
    font-size:17px;
    line-height:1.45;
  }
}


/* Hero 2 seamless background refinement */
.portrait-feature{
  background:#101617;
}
.portrait-feature .portrait-art{
  background:#101617;
}
.portrait-feature .portrait-art::before{
  display:block;
  background:linear-gradient(
    90deg,
    #101617 0%,
    rgba(16,22,23,.96) 5%,
    rgba(16,22,23,.72) 12%,
    rgba(16,22,23,.28) 20%,
    transparent 30%
  );
}
@media (max-width:980px){
  .portrait-feature .portrait-art{
    background:#101617;
  }
  .portrait-feature .portrait-art::before{
    display:none;
  }
}


/* V1.7 contact portrait + mobile image-first editorial layout */
.contact-photographer .photo-wrap img{object-position:72% 50%}
.contact-photographer .contact-shade{
  background:linear-gradient(90deg,rgba(0,0,0,.92) 0%,rgba(0,0,0,.70) 34%,rgba(0,0,0,.18) 62%,transparent 78%);
}
.contact-photographer .contact-panel{
  left:clamp(26px,6vw,100px);
  right:auto;
  width:min(520px,40vw);
  background:rgba(3,3,3,.34);
}

@media (max-width:700px){
  /* Mobile reads like a photography book: image first, copy below. */
  main .photo-section:not(.hero):not(.portrait-feature){
    min-height:0!important;
    display:flex;
    flex-direction:column;
    overflow:visible;
    background:#050505;
  }
  main .photo-section:not(.hero):not(.portrait-feature) .photo-wrap{
    position:relative;
    inset:auto;
    width:100%;
    height:auto;
    order:1;
    overflow:hidden;
    background:#080808;
  }
  main .photo-section:not(.hero):not(.portrait-feature) .photo-wrap img,
  main .photo-section:not(.hero):not(.portrait-feature):hover .photo-wrap img{
    width:100%;
    height:auto;
    min-height:0;
    object-fit:contain;
    object-position:center center!important;
    transform:none!important;
    -webkit-transform:none!important;
    filter:none!important;
  }
  main .photo-section:not(.hero):not(.portrait-feature) .shade{
    display:none;
  }
  main .photo-section:not(.hero):not(.portrait-feature) .section-copy{
    position:relative;
    z-index:2;
    order:2;
    top:auto;
    bottom:auto;
    left:auto!important;
    right:auto!important;
    transform:none;
    width:100%;
    padding:34px 24px 46px;
    background:#050505;
  }
  /* Gather no longer needs a translucent text treatment on mobile. */
  main .collect-section .section-copy{
    padding:34px 24px 46px;
  }
  main .collect-section .section-copy::before{
    display:none;
  }
  main .collect-section .dark-copy,
  main .collect-section .dark-copy h2,
  main .collect-section .dark-copy>p:not(.eyebrow),
  main .collect-section .dark-link{
    color:#fff;
  }
  /* Contact becomes portrait first, inquiry second. */
  main .contact-section{
    min-height:0!important;
  }
  main .contact-section .photo-wrap{
    order:1;
  }
  main .contact-section .contact-panel{
    position:relative;
    z-index:2;
    order:2;
    top:auto;
    bottom:auto;
    left:auto;
    right:auto;
    transform:none;
    width:100%;
    padding:38px 24px 54px;
    background:#050505;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  main .contact-section .contact-panel h2{font-size:46px}
  main .contact-photographer .photo-wrap img{
    width:100%;
    height:auto;
    object-fit:contain;
    object-position:center center!important;
  }
  /* Keep top hero cinematic; everything after it gets clean image/copy separation. */
  .hero .section-copy,.hero .hero-copy{
    bottom:8vh;
  }
}
