:root {
  --ink: #351f28;
  --berry: #cc255f;
  --pink: #f4d5df;
  --hot-pink: #ef89ad;
  --cream: #fffaf4;
  --blue: #134df2;
  --night: #211218;
  --serif: "Iowan Old Style", "Bodoni 72", Georgia, serif;
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.site-header {
  position: fixed; z-index: 20; top: 18px; left: 18px; right: 18px; height: 64px;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 24px;
  border: 1px solid rgba(53,31,40,.08); border-radius: 22px;
  background: rgba(255,250,244,.82); backdrop-filter: blur(18px); box-shadow: 0 14px 40px rgba(67,20,39,.06);
}
.case-mark { display: flex; align-items: center; gap: 16px; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.case-mark small { opacity: .46; font-size: 9px; }
.site-header nav { display: flex; gap: 22px; font-size: 11px; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .3s ease; }
.site-header nav a:hover::after { right: 0; }
.brand-lockup { justify-self: end; display: flex; flex-direction: column; align-items: center; color: var(--berry); line-height: 1; }
.brand-lockup strong { font-size: 13px; letter-spacing: .04em; }
.brand-lockup span { margin-top: 5px; font-size: 6px; letter-spacing: .4em; }

.hero { position: relative; min-height: 100svh; padding: 140px 6vw 60px; display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.78fr); gap: 7vw; align-items: center; overflow: hidden; background: var(--pink); }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(132deg, var(--cream) 0 47%, transparent 47.1%), radial-gradient(circle at 78% 26%, rgba(255,255,255,.7), transparent 24%), linear-gradient(135deg, #f5dbe4, #ed8eb0); }
.hero-wash::after { content: ""; position: absolute; width: 380px; height: 380px; right: -140px; bottom: -140px; border-radius: 50%; border: 1px solid rgba(204,37,95,.2); box-shadow: 0 0 0 38px rgba(204,37,95,.05), 0 0 0 78px rgba(204,37,95,.035); }
.hero-copy { position: relative; z-index: 2; max-width: 830px; }
.eyebrow { margin: 0 0 24px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 700; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 700; letter-spacing: -.06em; line-height: .86; }
h1 { max-width: 900px; font-size: clamp(64px, 7.5vw, 132px); }
h1 em, h2 em { font-weight: 400; }
.hero-intro { max-width: 570px; margin: 34px 0 38px; font-size: clamp(16px,1.25vw,20px); line-height: 1.55; }
.text-link { display: inline-flex; align-items: center; gap: 18px; padding-bottom: 9px; border-bottom: 1px solid; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.text-link span { transition: transform .3s; }
.text-link:hover span { transform: translateY(5px); }
.hero-image { position: relative; z-index: 2; margin: 0; border-radius: 38px; overflow: hidden; box-shadow: 0 38px 80px rgba(64,13,36,.22); transform: rotate(2.5deg); }
.hero-image img { width: 100%; aspect-ratio: 9/14; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.hero-image:hover img { transform: scale(1.025); }
.hero-image figcaption { position: absolute; left: 12px; right: 12px; bottom: 12px; display: flex; justify-content: space-between; gap: 20px; padding: 15px 17px; border-radius: 18px; color: white; background: rgba(28,17,22,.55); backdrop-filter: blur(14px); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-index { position: absolute; z-index: 2; right: 28px; top: 50%; display: flex; flex-direction: column; align-items: center; gap: 8px; color: rgba(53,31,40,.65); font-size: 9px; }
.hero-index i { width: 1px; height: 78px; background: rgba(53,31,40,.26); }
.scroll-note { position: absolute; z-index: 2; left: 25px; bottom: 34px; writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; font-size: 9px; }

.section-shell { width: min(1420px, calc(100% - 10vw)); margin: 0 auto; }
.photography { padding-top: clamp(110px, 14vw, 210px); padding-bottom: clamp(110px, 12vw, 190px); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 8vw; margin-bottom: 100px; }
.section-heading h2 { color: var(--berry); font-size: clamp(58px, 7vw, 120px); }
.section-heading > p { max-width: 430px; margin: 0 0 4px; font-size: 18px; line-height: 1.55; }
.photo-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(14px, 2vw, 32px); align-items: start; }
.photo-card { position: relative; margin: 0; overflow: hidden; border-radius: 28px; background: var(--pink); }
.photo-card img { width: 100%; height: auto; transition: transform .8s cubic-bezier(.2,.8,.2,1), filter .4s; }
.photo-card:hover img { transform: scale(1.025); }
.photo-card figcaption { position: absolute; left: 10px; right: 10px; bottom: 10px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; min-height: 56px; padding: 10px 14px; border-radius: 18px; background: rgba(255,250,244,.87); backdrop-filter: blur(14px); font-size: 12px; }
.photo-card figcaption b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; color: white; background: var(--berry); font-size: 10px; }
.photo-card figcaption span { font-family: var(--serif); font-size: 17px; font-weight: 700; }
.photo-card figcaption small { opacity: .55; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }
.photo-a { grid-column: 1 / span 5; }
.photo-b { grid-column: 7 / span 3; margin-top: 12vw; }
.photo-c { grid-column: 10 / span 3; margin-top: 4vw; }
.photo-d { grid-column: 2 / span 4; margin-top: 2vw; }
.photo-e { grid-column: 7 / span 6; margin-top: -5vw; }
.statement { margin-top: 110px; padding: 26px 0; border-top: 1px solid rgba(53,31,40,.2); border-bottom: 1px solid rgba(53,31,40,.2); display: flex; justify-content: space-between; gap: 20px; color: var(--berry); font-size: clamp(10px,1vw,14px); font-weight: 800; letter-spacing: .16em; }

.video-section { position: relative; padding: clamp(110px, 13vw, 190px) 0 0; color: white; background: var(--night); overflow: hidden; }
.video-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 85% 10%, rgba(239,137,173,.23), transparent 28%), radial-gradient(circle at 12% 80%, rgba(19,77,242,.16), transparent 24%); }
.video-heading { position: relative; }
.video-heading h2 { color: #ffa5c2; }
.video-heading > p { color: rgba(255,255,255,.65); }
.featured-placeholder { position: relative; isolation: isolate; aspect-ratio: 16/8.2; min-height: 480px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 36px; background: linear-gradient(130deg, #3f1829, #160f13 48%, #39164b 100%); }
.featured-placeholder::before, .featured-placeholder::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.featured-placeholder::before { width: 44vw; height: 44vw; left: -13vw; bottom: -26vw; background: rgba(227,41,100,.42); }
.featured-placeholder::after { width: 32vw; height: 32vw; right: -8vw; top: -18vw; background: rgba(20,81,255,.28); }
.film-noise { position: absolute; inset: 0; opacity: .28; background-image: repeating-linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.035) 9.1% 9.2%); }
.film-meta { position: absolute; top: 28px; left: 32px; right: 32px; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .2em; }
.play { position: absolute; top: 50%; left: 50%; width: 116px; height: 116px; transform: translate(-50%,-50%); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: white; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.play span { display: inline-block; margin-left: 6px; font-size: 22px; }
.film-title { position: absolute; left: 32px; right: 32px; bottom: 28px; display: grid; grid-template-columns: 45px 1fr auto; align-items: end; }
.film-title > span { font-size: 11px; }
.film-title h3 { margin: 0; font-family: var(--serif); font-size: clamp(38px,4.5vw,78px); font-weight: 500; line-height: .82; letter-spacing: -.045em; }
.film-title small { text-transform: uppercase; letter-spacing: .16em; font-size: 9px; opacity: .58; }
.video-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.video-placeholder { position: relative; aspect-ratio: 16/10; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.video-placeholder::after { content: ""; position: absolute; width: 220px; height: 220px; right: -90px; bottom: -110px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 30px rgba(255,255,255,.02), 0 0 0 60px rgba(255,255,255,.015); }
.video-placeholder p { margin: 0; font-size: 11px; }
.video-placeholder h3 { position: absolute; left: 30px; bottom: 56px; margin: 0; max-width: 360px; font-family: var(--serif); font-size: clamp(30px,3.2vw,52px); line-height: .95; }
.video-placeholder > span { position: absolute; left: 30px; bottom: 26px; color: rgba(255,255,255,.5); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.mini-play { position: absolute; top: 24px; right: 24px; display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 11px; }
.moving-type { position: relative; margin-top: 120px; padding: 24px 0; border-top: 1px solid rgba(255,255,255,.13); overflow: hidden; color: #ffa5c2; font-family: var(--serif); font-size: clamp(48px,7vw,110px); white-space: nowrap; }
.moving-type div { width: max-content; animation: marquee 30s linear infinite; }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes marquee { to { transform: translateX(-50%); } }

.photo-landscape { margin-bottom: clamp(16px, 2vw, 30px); }
.photo-landscape img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.photo-masonry { columns: 3; column-gap: clamp(14px, 2vw, 30px); }
.photo-masonry .photo-card { display: inline-block; width: 100%; margin: 0 0 clamp(14px, 2vw, 30px); break-inside: avoid; }

.design-section { padding: clamp(110px, 13vw, 190px) 0; background: #f3d2dc; }
.design-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 28px); align-items: start; }
.design-card { margin: 0; overflow: hidden; border-radius: 26px; background: var(--cream); box-shadow: 0 24px 65px rgba(109,35,64,.08); }
.design-card:nth-child(2), .design-card:nth-child(5) { margin-top: 80px; }
.design-card img { width: 100%; aspect-ratio: 4/5.65; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1); }
.design-card:hover img { transform: scale(1.018); }
.design-card figcaption { display: flex; justify-content: space-between; gap: 15px; padding: 18px 20px 20px; font-size: 12px; }
.design-card figcaption span { font-family: var(--serif); font-size: 17px; font-weight: 700; }
.design-card figcaption small { align-self: center; opacity: .5; text-transform: uppercase; letter-spacing: .12em; font-size: 8px; }

.reel-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 28px); align-items: start; }
.reel-card { margin: 0; }
.reel-card:nth-child(even) { margin-top: 82px; }
.phone-frame { position: relative; padding: 7px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 34px; background: #090709; box-shadow: 0 28px 70px rgba(0,0,0,.38); }
.phone-frame video { display: block; width: 100%; aspect-ratio: 9/16; border-radius: 27px; background: #130d11; object-fit: cover; }
.reel-meta { display: flex; justify-content: space-between; gap: 12px; padding: 18px 5px 0; font-size: 10px; letter-spacing: .12em; }
.reel-meta small { color: rgba(255,255,255,.48); font-size: 8px; }

.rich-section { position: relative; padding: clamp(110px, 13vw, 190px) 0; color: #153d2d; background: #e1ebd4; overflow: hidden; }
.rich-section::before { content: ""; position: absolute; width: 42vw; height: 42vw; top: -24vw; right: -15vw; border-radius: 50%; background: rgba(134,197,151,.38); filter: blur(3px); }
.rich-section .section-heading { position: relative; }
.rich-section .section-heading h2 { color: #164d36; }
.experience-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(18px, 2.6vw, 38px); }
.experience-card { display: block; overflow: hidden; border: 1px solid rgba(21,61,45,.14); border-radius: 30px; background: rgba(255,255,255,.64); box-shadow: 0 30px 80px rgba(37,78,57,.08); transition: transform .45s cubic-bezier(.2,.8,.2,1), box-shadow .45s; }
.experience-card:hover { transform: translateY(-8px); box-shadow: 0 42px 90px rgba(37,78,57,.16); }
.experience-card > img { width: 100%; aspect-ratio: 16/11; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.experience-card:hover > img { transform: scale(1.02); }
.experience-wide { grid-column: 1 / -1; }
.experience-wide > img { aspect-ratio: 16/8; }
.browser-chrome { height: 44px; display: flex; align-items: center; gap: 8px; padding: 0 16px; background: rgba(255,255,255,.78); border-bottom: 1px solid rgba(21,61,45,.1); }
.browser-chrome i { width: 8px; height: 8px; border-radius: 50%; background: #b4c8b5; }
.browser-chrome span { margin-left: 8px; opacity: .52; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.experience-meta { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding: 24px 26px 28px; }
.experience-meta small { font-size: 9px; letter-spacing: .15em; }
.experience-meta h3 { margin: 6px 0 0; font-family: var(--serif); font-size: clamp(28px, 3vw, 46px); line-height: .9; letter-spacing: -.035em; }
.experience-meta > span { padding-bottom: 3px; border-bottom: 1px solid; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }

.site-finale { padding: clamp(110px, 13vw, 190px) 0; background: #f5ceda; }
.site-heading h2 { color: var(--berry); }
.site-showcase { display: block; overflow: hidden; border: 1px solid rgba(73,25,42,.12); border-radius: 34px; background: var(--cream); box-shadow: 0 36px 90px rgba(104,30,59,.13); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.site-showcase:hover { transform: translateY(-8px); }
.site-showcase > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.site-launch { display: flex; justify-content: space-between; align-items: center; padding: 25px 28px 28px; color: var(--berry); font-family: var(--serif); font-size: clamp(24px,3vw,46px); font-weight: 700; }
.site-launch b { display: grid; place-items: center; width: 58px; height: 58px; border: 1px solid; border-radius: 50%; font-family: var(--sans); font-size: 18px; transition: transform .35s, background .35s, color .35s; }
.site-showcase:hover .site-launch b { transform: rotate(45deg); color: white; background: var(--berry); }

.case-footer { padding: clamp(100px, 12vw, 170px) 0 32px; color: white; background: #351f28; }
.case-footer h2 { max-width: 1050px; color: white; font-size: clamp(58px, 8vw, 132px); }
.case-footer > div > a { display: inline-flex; align-items: center; gap: 24px; margin-top: 54px; padding: 17px 24px; border-radius: 999px; color: var(--ink); background: #ffa5c2; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.case-footer > div > a span { font-size: 17px; }
.footer-line { display: flex; justify-content: space-between; gap: 20px; margin-top: 120px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.5); font-size: 9px; letter-spacing: .12em; }

@media (max-width: 1180px) {
  .case-mark small { display: none; }
  .site-header nav { gap: 15px; font-size: 10px; }
  .reel-grid { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
}

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 58px; padding: 0 16px; }
  .site-header nav { display: none; }
  .case-mark small { display: none; }
  .hero { min-height: auto; padding: 120px 20px 70px; grid-template-columns: 1fr; gap: 52px; }
  .hero-wash { background: linear-gradient(148deg, var(--cream) 0 38%, transparent 38.2%), linear-gradient(135deg, #f5dbe4, #ed8eb0); }
  .hero-copy { padding-top: 30px; }
  h1 { font-size: clamp(54px,16vw,88px); }
  .hero-image { width: 88%; margin-left: auto; border-radius: 28px; transform: rotate(2deg); }
  .hero-index, .scroll-note { display: none; }
  .section-shell { width: calc(100% - 36px); }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 60px; }
  .section-heading h2 { font-size: clamp(54px,15vw,82px); }
  .section-heading > p { font-size: 16px; }
  .photo-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
  .photo-a, .photo-b, .photo-c, .photo-d, .photo-e { grid-column: auto; margin-top: 0; }
  .photo-a, .photo-e { grid-column: 1 / -1; }
  .photo-card { border-radius: 18px; }
  .photo-card figcaption { grid-template-columns: auto 1fr; padding: 8px; min-height: 48px; }
  .photo-card figcaption span { font-size: 14px; }
  .photo-card figcaption small { display: none; }
  .photo-masonry { columns: 2; }
  .design-grid { grid-template-columns: 1fr 1fr; }
  .design-card:nth-child(2), .design-card:nth-child(5) { margin-top: 44px; }
  .statement { margin-top: 60px; flex-direction: column; }
  .featured-placeholder { aspect-ratio: 4/5; min-height: 0; border-radius: 24px; }
  .play { width: 82px; height: 82px; }
  .film-title { grid-template-columns: 30px 1fr; }
  .film-title small { display: none; }
  .video-grid { grid-template-columns: 1fr; }
  .video-placeholder { aspect-ratio: 4/3; padding: 22px; }
  .video-placeholder h3, .video-placeholder > span { left: 22px; }
  .moving-type { margin-top: 80px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-wide { grid-column: auto; }
  .experience-wide > img, .experience-card > img { aspect-ratio: 16/11; }
  .site-showcase { border-radius: 24px; }
}

@media (max-width: 520px) {
  .site-header { top: 10px; left: 10px; right: 10px; border-radius: 18px; }
  .case-mark { font-size: 9px; }
  .brand-lockup strong { font-size: 11px; }
  .hero { padding-left: 18px; padding-right: 18px; }
  .hero-image { width: 100%; }
  .photo-grid { display: block; }
  .photo-card { margin-bottom: 14px; }
  .photo-card figcaption span { font-size: 16px; }
  .photo-masonry { columns: 1; }
  .design-grid, .reel-grid { grid-template-columns: 1fr; }
  .design-card:nth-child(2), .design-card:nth-child(5), .reel-card:nth-child(even) { margin-top: 0; }
  .reel-grid { width: min(100%, 390px); }
  .experience-card { border-radius: 20px; }
  .experience-meta { align-items: start; padding: 20px; }
  .experience-meta > span { font-size: 9px; white-space: nowrap; }
  .browser-chrome { height: 38px; }
  .site-showcase > img { aspect-ratio: 4/3; }
  .site-launch { padding: 20px; }
  .site-launch b { width: 44px; height: 44px; }
  .footer-line { flex-direction: column; margin-top: 80px; }
  .featured-placeholder { aspect-ratio: 3/4; }
  .film-meta { left: 20px; right: 20px; top: 20px; }
  .film-title { left: 20px; right: 20px; bottom: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Refined case-study presentation */
.hero {
  min-height: 100svh;
  padding: 0;
  display: flex;
  align-items: center;
  background: #dca6b7;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(31,17,22,.38) 0%, rgba(31,17,22,.13) 46%, rgba(31,17,22,.02) 72%);
}
.hero-wash { display: none; }
.hero-copy {
  z-index: 3;
  width: min(640px, calc(100% - 12vw));
  max-width: none;
  margin-left: 6vw;
  padding: clamp(30px, 3.2vw, 50px);
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 32px;
  color: var(--ink);
  background: rgba(255,250,244,.88);
  box-shadow: 0 34px 90px rgba(60,20,35,.15);
  backdrop-filter: blur(20px);
}
.hero h1 {
  max-width: 560px;
  font-size: clamp(52px, 5.1vw, 86px);
  line-height: .9;
}
.hero-intro {
  max-width: 520px;
  margin: 28px 0 30px;
  font-size: clamp(14px, 1.05vw, 17px);
}
.hero-image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.hero-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}
.hero-image picture { display: block; width: 100%; height: 100%; }
.hero-image:hover img { transform: none; }
.hero-image figcaption {
  z-index: 2;
  left: auto;
  right: 32px;
  bottom: 30px;
  width: auto;
  padding: 12px 15px;
  border-radius: 999px;
  background: rgba(33,18,24,.54);
}
.hero-image figcaption span { margin-right: 14px; }
.hero-index { display: none; }
.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(53,31,40,.16);
  color: rgba(53,31,40,.62);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.photo-six-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 30px);
}
.photo-six-grid .photo-card img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.experience-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 28px);
  align-items: start;
}
.experience-card { border-radius: 28px; }
.experience-card > img,
.experience-wide > img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}
.experience-meta {
  min-height: 152px;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}
.experience-meta h3 { font-size: clamp(27px, 2.7vw, 42px); }
.experience-meta > span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  color: white;
  background: #164d36;
  font-weight: 800;
}

.site-launch {
  justify-content: flex-end;
  padding: 22px 26px 26px;
  font-family: var(--sans);
  font-size: 11px;
}
.site-launch span {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: white;
  background: #a9144d;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .3s, background .3s;
}
.site-showcase:hover .site-launch span { transform: translateY(-2px); background: #87103e; }

@media (max-width: 900px) {
  .hero {
    min-height: 100svh;
    padding: 108px 18px 34px;
    align-items: flex-end;
  }
  .hero::after { background: linear-gradient(180deg, rgba(31,17,22,.03) 25%, rgba(31,17,22,.35) 100%); }
  .hero-copy {
    width: 100%;
    margin: 0;
    padding: 28px;
    border-radius: 26px;
    background: rgba(255,250,244,.91);
  }
  .hero h1 { font-size: clamp(48px, 11vw, 76px); }
  .hero-image { width: 100%; height: 100%; margin: 0; border-radius: 0; transform: none; }
  .hero-image figcaption { display: none; }
  .scroll-note { display: none; }
  .photo-six-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .experience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .hero-copy { padding: 24px 22px; }
  .hero .eyebrow { margin-bottom: 18px; font-size: 9px; line-height: 1.5; }
  .hero h1 { font-size: clamp(44px, 13.4vw, 66px); }
  .hero-intro { margin: 22px 0 24px; font-size: 14px; }
  .hero-services { display: none; }
  .photo-six-grid { grid-template-columns: 1fr; }
  .experience-grid { grid-template-columns: 1fr; width: min(100%, 390px); margin: 0 auto; }
  .experience-meta { min-height: 0; }
  .site-launch { justify-content: stretch; padding: 18px; }
  .site-launch span { justify-content: center; width: 100%; text-align: center; }
}

@media (min-width: 901px) {
  .rich-section {
    min-height: 100svh;
    display: flex;
    align-items: center;
    padding: clamp(72px, 7vw, 108px) 0;
  }
  .rich-section .section-shell { width: min(1420px, calc(100% - 10vw)); }
  .rich-section .section-heading {
    gap: 5vw;
    margin-bottom: 44px;
  }
  .rich-section .section-heading h2 { font-size: clamp(52px, 5vw, 78px); }
  .rich-section .section-heading > p { font-size: 16px; }
  .experience-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(14px, 2vw, 30px);
  }
  .experience-card {
    display: grid;
    grid-template-rows: auto auto 1fr;
    height: 100%;
    border-radius: 22px;
  }
  .experience-card:nth-child(1) { order: 1; }
  .experience-card:nth-child(2) { order: 2; }
  .experience-card:nth-child(3) { order: 3; }
  .experience-card .browser-chrome {
    height: 36px;
    padding: 0 13px;
  }
  .experience-card .browser-chrome span { font-size: 8px; }
  .experience-meta {
    min-height: 168px;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: start;
    gap: 16px;
    padding: 17px 18px 19px;
  }
  .experience-meta h3 {
    min-height: 1.9em;
    font-size: clamp(26px, 2.4vw, 34px);
  }
  .experience-meta > span {
    justify-self: start;
    align-self: end;
    min-height: 36px;
    padding: 0 14px;
    font-size: 9px;
  }
}
