:root {
  --cream: #faeee7;
  --paper: #fffafb;
  --ink: #292222;
  --muted: #746768;
  --cherry: #fd8da6;
  --rose: #ffd4de;
  --butter: #ffb7c8;
  --blue: #7c304b;
  --line: rgba(41, 34, 34, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.section-pad { padding: 7rem max(5vw, 1.25rem); }
.announcement {
  background: var(--ink);
  color: white;
  text-align: center;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  padding: 0.6rem 1rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem max(5vw, 1.25rem);
  background: rgba(250, 238, 231, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.wordmark {
  font-weight: 800;
  letter-spacing: -0.05em;
  font-size: clamp(1.05rem, 1.7vw, 1.4rem);
  text-decoration: none;
  white-space: nowrap;
}
.wordmark span { color: var(--cherry); font-size: 0.55rem; vertical-align: top; margin-left: 0.18rem; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { text-decoration: none; font-size: 0.9rem; font-weight: 600; }
.nav-links a:not(.nav-cta):hover { color: var(--cherry); }
.nav-cta { padding: 0.75rem 1.15rem; border: 1px solid var(--ink); border-radius: 999px; transition: 0.2s ease; }
.nav-cta:hover { color: white; background: var(--ink); }
.menu-toggle { display: none; background: transparent; border: 0; width: 2.75rem; height: 2.75rem; padding: 0.65rem; }
.menu-toggle span { display: block; height: 2px; background: var(--ink); margin: 0.4rem 0; }

.hero {
  min-height: 80vh;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(320px, 0.78fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  padding-top: 5rem;
}
.eyebrow { margin: 0 0 1.25rem; font-size: 0.75rem; letter-spacing: 0.18em; font-weight: 800; }
h1, h2, blockquote { font-family: "Playfair Display", serif; letter-spacing: -0.045em; line-height: 0.98; }
h1 { max-width: 840px; font-size: clamp(3.3rem, 7.5vw, 7.6rem); margin: 0; }
h1 em, h2 em { color: var(--cherry); font-weight: 500; }
.hero-intro { max-width: 650px; font-size: clamp(1rem, 1.5vw, 1.22rem); color: var(--muted); margin: 2rem 0; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.4rem; padding: 0.95rem 1.25rem; border-radius: 999px; text-decoration: none; font-size: 0.92rem; font-weight: 700; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 9px 24px rgba(32, 28, 26, 0.13); }
.button-primary { background: var(--cherry); color: var(--ink); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-size: 0.86rem; text-underline-offset: 4px; }
.proof-row { display: flex; margin-top: 3.5rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.proof-row div { display: grid; padding-right: 2rem; margin-right: 2rem; border-right: 1px solid var(--line); }
.proof-row div:last-child { border: 0; margin: 0; }
.proof-row strong { font-family: "Playfair Display", serif; font-size: 2rem; }
.proof-row span { color: var(--muted); font-size: 0.75rem; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.portrait-placeholder {
  position: absolute;
  inset: 0 8% 0 8%;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,255,255,.45), transparent 45%),
    repeating-linear-gradient(-45deg, transparent 0 20px, rgba(255,255,255,.14) 20px 40px),
    var(--rose);
  border-radius: 48% 48% 6rem 6rem;
  border: 1px solid rgba(32, 28, 26, 0.25);
  box-shadow: 20px 24px 0 var(--butter);
  transform: rotate(1.5deg);
}
.portrait-placeholder::before { content: ""; position: absolute; width: 76%; aspect-ratio: 1; border: 1px solid rgba(32,28,26,.16); border-radius: 50%; }
.portrait-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.portrait-copy { position: relative; display: grid; text-align: center; line-height: 1; transform: rotate(-1.5deg); }
.portrait-copy span { font-size: 0.75rem; letter-spacing: 0.3em; }
.portrait-copy strong { margin: 0.35rem 0 0.8rem; font-family: "Playfair Display", serif; font-size: clamp(2.5rem, 5vw, 4.5rem); }
.portrait-copy small { font-size: 0.75rem; color: rgba(32,28,26,.64); }
.sun-stamp { position: absolute; z-index: 2; top: -1rem; left: -1rem; display: grid; place-items: center; width: 100px; height: 100px; text-align: center; border-radius: 50%; color: white; background: var(--cherry); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.13em; transform: rotate(-11deg); }
.floating-note { position: absolute; z-index: 2; right: -1rem; bottom: 2rem; background: var(--paper); padding: 1rem 1.2rem; border: 1px solid var(--ink); font-family: "Playfair Display", serif; font-size: 1.05rem; line-height: 1.2; transform: rotate(-3deg); box-shadow: 8px 8px 0 var(--blue); }

.brand-strip { border-block: 1px solid var(--line); display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: stretch; overflow: hidden; }
.brand-count { min-width: 255px; display: flex; align-items: center; gap: .85rem; padding: 1rem max(2vw, 1.25rem); color: var(--ink); background: var(--cherry); border-right: 1px solid var(--ink); }
.brand-count strong { font-family: "Playfair Display", serif; font-size: 2.4rem; line-height: 1; }
.brand-count span { font-size: .64rem; line-height: 1.15; letter-spacing: .12em; font-weight: 800; }
.brand-marquee { overflow: hidden; display: flex; align-items: center; padding: 1.35rem 0; }
.brand-list { min-width: max-content; display: flex; align-items: center; gap: 2.75rem; padding-inline: 2.75rem; font-family: "Playfair Display", serif; font-size: clamp(1rem, 1.6vw, 1.45rem); font-weight: 700; white-space: nowrap; animation: brand-scroll 80s linear infinite alternate; }
@keyframes brand-scroll { to { transform: translateX(calc(-100% + 100vw - 255px)); } }

.section-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(250px, .55fr); align-items: end; gap: 5rem; margin-bottom: 3.5rem; }
.section-heading.compact { grid-template-columns: 1fr; }
h2 { font-size: clamp(2.8rem, 5vw, 5.3rem); margin: 0; }
.section-heading > p { color: var(--muted); margin: 0; }
.niche-selector { scroll-margin-top: 7rem; display: grid; grid-template-columns: minmax(170px, .35fr) minmax(0, 1.65fr); align-items: center; gap: 2rem; padding: 1.35rem; margin-bottom: 2.5rem; color: white; background: var(--ink); border-radius: 1.25rem; }
.niche-selector-label { display: grid; gap: .2rem; }
.niche-selector-label span { font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
.niche-selector-label small { color: rgba(255,255,255,.58); }
.niche-links { display: flex; gap: .55rem; overflow-x: auto; padding: .25rem 0 .45rem; scrollbar-color: var(--cherry) transparent; }
.niche-link { flex: 0 0 auto; padding: .65rem .9rem; border: 1px solid rgba(255,255,255,.36); border-radius: 999px; color: white; text-decoration: none; font-size: .72rem; font-weight: 700; white-space: nowrap; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.niche-link:hover, .niche-link:focus-visible, .niche-link.is-active { color: var(--ink); background: var(--cherry); border-color: var(--cherry); outline: none; }
.niche-panel[hidden] { display: none; }
.niche-panel-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.niche-panel-heading h3 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2rem, 4vw, 3.6rem); letter-spacing: -.04em; }
.niche-panel-heading span { color: var(--muted); font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.video-grid { display: grid; grid-auto-flow: column; grid-auto-columns: clamp(170px, 18vw, 220px); gap: 1rem; overflow-x: auto; overflow-y: hidden; padding: .35rem .2rem 1.25rem; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-color: var(--cherry) transparent; }
.video-card { position: relative; aspect-ratio: 9/16; min-height: 0; padding: 1rem; overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; border-radius: 1.15rem; border: 1px solid rgba(32, 28, 26, .3); scroll-snap-align: start; transition: transform .25s ease, box-shadow .25s ease; }
.video-card:hover, .video-card:focus-visible { transform: translateY(-10px) rotate(-1deg); box-shadow: 0 20px 30px rgba(32,28,26,.12); outline: none; }
.video-card::before { content: ""; position: absolute; width: 85%; aspect-ratio: 1; border: 1px solid rgba(32,28,26,.18); border-radius: 50%; inset: 20% auto auto 7%; }
.tone-cherry { background: var(--cherry); color: var(--ink); }
.tone-butter { background: var(--butter); }
.tone-blue { background: var(--blue); color: white; }
.tone-rose { background: var(--rose); }
.video-topline, .video-center, .video-caption { position: relative; z-index: 1; }
.video-topline { display: flex; justify-content: space-between; font-size: .7rem; letter-spacing: .14em; font-weight: 700; }
.video-center { display: grid; place-items: center; text-align: center; }
.play { display: grid; place-items: center; width: 3.7rem; height: 3.7rem; padding-left: .2rem; border: 1px solid currentColor; border-radius: 50%; margin-bottom: 1rem; }
.video-center strong { font-family: "Playfair Display", serif; font-size: 1.45rem; }
.video-center small { margin-top: .35rem; opacity: .75; }
.video-caption { font-size: clamp(1.15rem, 2vw, 1.65rem); line-height: 1.05; font-weight: 800; letter-spacing: -.04em; }
.video-card--media { padding: 0; background: #141111; border-color: rgba(32, 28, 26, .45); }
.video-card--media::before { display: none; }
.video-card--media video { display: block; width: 100%; height: 100%; object-fit: cover; background: #141111; }
.video-media-label { position: absolute; z-index: 2; inset: 0 0 auto; display: flex; align-items: center; gap: .55rem; padding: .75rem .8rem 2.25rem; color: white; background: linear-gradient(rgba(18, 12, 14, .76), transparent); pointer-events: none; }
.video-media-label span { display: grid; place-items: center; width: 1.65rem; height: 1.65rem; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-size: .62rem; font-weight: 800; }
.video-media-label strong { font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; text-shadow: 0 1px 8px rgba(0,0,0,.5); }
.video-language { position: absolute; z-index: 2; top: 3.15rem; right: .8rem; padding: .28rem .55rem; border-radius: 999px; color: var(--ink); background: var(--cherry); font-size: .68rem; font-weight: 800; letter-spacing: .025em; pointer-events: none; }

.photo-work { margin-top: 7rem; padding-top: 5rem; border-top: 1px solid var(--line); }
.photo-work-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .55fr); gap: 5rem; align-items: end; margin-bottom: 2rem; }
.photo-work-heading h3 { max-width: 760px; margin: 0; font-family: "Playfair Display", serif; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: 1; letter-spacing: -.045em; }
.photo-work-heading h3 em { color: var(--cherry); font-weight: 500; }
.photo-work-heading > p { margin: 0; color: var(--muted); }
.photo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); grid-auto-rows: 240px; gap: 1rem; }
.photo-slot { position: relative; grid-column: span 1; grid-row: span 1; margin: 0; padding: 1.25rem; overflow: hidden; border: 1px solid var(--ink); border-radius: 1.25rem; background: var(--paper); }
.photo-slot::before { content: ""; position: absolute; z-index: 1; inset: 38% 0 0; background: linear-gradient(transparent, rgba(18,12,14,.8)); }
.photo-slot:nth-child(2) { background: var(--cherry); }
.photo-slot:nth-child(3) { color: white; background: var(--blue); }
.photo-slot:nth-child(4) { background: var(--rose); }
.photo-slot:nth-child(5) { background: var(--ink); color: white; }
.photo-slot-wide { grid-column: span 2; }
.photo-slot-tall { grid-row: span 2; background: var(--butter); }
.photo-slot-large { grid-column: span 2; grid-row: span 2; }
.photo-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-slot-family img { object-position: center 70%; }
.photo-slot figcaption { position: absolute; z-index: 2; inset: auto 1.25rem 1.25rem; display: grid; gap: .25rem; color: white; }
.photo-slot span { font-size: .68rem; letter-spacing: .15em; font-weight: 800; }
.photo-slot strong { font-family: "Playfair Display", serif; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.photo-slot small { opacity: .82; }

.about { padding-top: 3rem; }
.about-card { position: relative; min-height: 620px; display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: clamp(2rem, 6vw, 6rem); color: white; background: var(--ink); border-radius: 2rem; overflow: hidden; }
.about-card::after { content: ""; position: absolute; width: 420px; height: 420px; right: -150px; bottom: -190px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035), 0 0 0 110px rgba(255,255,255,.025); }
.about-kicker { position: absolute; z-index: 2; left: 1.6rem; top: 52%; font-size: .7rem; letter-spacing: .16em; font-weight: 700; transform: rotate(-90deg) translateX(-50%); transform-origin: left top; }
.about-gallery { position: relative; z-index: 1; min-height: 540px; }
.about-photo { position: absolute; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.35); border-radius: 1.4rem; }
.about-photo-primary { width: 72%; height: 88%; left: 0; top: 0; box-shadow: 12px 12px 0 var(--blue); transform: rotate(-2deg); }
.about-photo-secondary { width: 60%; height: 65%; right: 0; bottom: 0; box-shadow: 10px 10px 0 var(--cherry); transform: rotate(3deg); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.about-photo-secondary img { object-position: 45% 25%; }
.about-copy { position: relative; z-index: 1; max-width: 850px; }
.about-copy h2 { margin-bottom: 2rem; }
.about-copy p:not(.eyebrow) { max-width: 740px; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.about-copy .button { margin-top: 1.2rem; }
.quote-mark { position: absolute; right: 3rem; top: 0; color: var(--rose); font-family: "Playfair Display", serif; font-size: 14rem; line-height: 1; opacity: .25; }

.creative-fit { padding-top: 5rem; }
.creative-fit-intro { margin-bottom: 2.5rem; }
.creative-fit-intro h2 { max-width: 850px; }
.creative-fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 1rem; }
.fit-card { padding: clamp(1.6rem, 3.5vw, 3.5rem); border: 1px solid var(--ink); border-radius: 1.5rem; }
.fit-card-yes { background: var(--rose); }
.fit-card-no { display: flex; flex-direction: column; background: var(--paper); }
.fit-label { display: block; margin-bottom: 1.5rem; font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.fit-card ul { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.fit-card li { position: relative; padding-left: 1.6rem; }
.fit-card li::before { position: absolute; left: 0; top: .05rem; color: var(--cherry); font-weight: 800; }
.fit-card-yes li::before { content: "✓"; color: var(--blue); }
.fit-card-no li::before { content: "×"; }
.rates-link { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: auto; padding-top: 2.5rem; font-size: .8rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; text-underline-offset: 6px; }

.process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7vw; background: var(--cherry); }
.process ol { list-style: none; margin: 0; padding: 0; }
.process li { display: grid; grid-template-columns: 60px 1fr; gap: 1.5rem; padding: 1.8rem 0; border-top: 1px solid rgba(32,28,26,.4); }
.process li:last-child { border-bottom: 1px solid rgba(32,28,26,.4); }
.process li > span { font-size: .75rem; font-weight: 800; }
.process li strong { font-family: "Playfair Display", serif; font-size: 1.65rem; }
.process li p { margin: .4rem 0 0; max-width: 520px; }

.testimonials { padding-block: 5rem; }
.testimonial-heading { align-items: end; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .8rem; }
.testimonial-card { min-height: 220px; padding: clamp(1.25rem, 2vw, 2rem); border-radius: 1.2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--ink); }
.testimonial-card blockquote { margin: .8rem 0 1.2rem; font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.25; }
.testimonial-card > p { margin: 0; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.testimonial-card > p span { color: var(--cherry); margin-inline: .4rem; }
.testimonial-mark { font-family: "Playfair Display", serif; font-size: 3.5rem; line-height: .55; }
.testimonial-pink { background: var(--cherry); }
.testimonial-light { background: var(--paper); }
.testimonial-dark { color: white; background: var(--ink); }
.testimonial-dark > p span { color: var(--cherry); }
.testimonial-outline { background: transparent; box-shadow: inset 0 0 0 7px var(--rose); }
.testimonial-featured { grid-column: span 2; min-height: 220px; }
.testimonial-featured blockquote { max-width: 900px; font-size: clamp(1.05rem, 1.45vw, 1.4rem); }

.contact { position: relative; text-align: center; color: var(--ink); background: var(--cherry); overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; }
.contact::before { width: 420px; height: 420px; left: -170px; top: -210px; }
.contact::after { width: 300px; height: 300px; right: -100px; bottom: -160px; }
.contact h2 { max-width: 960px; margin: 0 auto 3rem; }
.contact h2 em { color: var(--paper); }
.contact-email { position: relative; z-index: 1; display: inline-flex; gap: 1rem; align-items: center; font-size: clamp(1rem, 2vw, 1.4rem); text-underline-offset: 8px; }
.contact-sticker { position: absolute; right: 7%; top: 12%; width: 130px; height: 130px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--butter); font-size: .7rem; font-weight: 800; letter-spacing: .1em; transform: rotate(10deg); }
.social-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 2rem; margin-top: 3rem; }
.social-links a { font-size: .8rem; font-weight: 700; text-underline-offset: 5px; }
footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; padding: 1.6rem max(5vw, 1.25rem); color: white; background: var(--ink); }
footer p { margin: 0; font-size: .62rem; letter-spacing: .1em; text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 570px; max-width: 560px; width: 100%; margin-inline: auto; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-list { justify-content: flex-start; }
  .creative-fit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section-pad { padding: 5rem 1.25rem; }
  .site-header { background: var(--cream); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .menu-toggle { display: block; position: relative; z-index: 60; }
  .menu-toggle span { transition: transform .25s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(.25rem) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-.25rem) rotate(-45deg); }
  .nav-links { position: fixed; inset: 0; z-index: 55; display: flex; flex-direction: column; justify-content: center; gap: 2rem; background: var(--cream); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-1rem); transition: opacity .25s ease, transform .3s ease, visibility 0s linear .3s; }
  .nav-links.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
  .nav-links a { font-family: "Playfair Display", serif; font-size: 2rem; }
  .nav-links .nav-cta { font-family: "DM Sans", sans-serif; font-size: .9rem; }
  .hero { padding-top: 3.5rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.8rem); }
  .proof-row { display: grid; grid-template-columns: repeat(3, 1fr); }
  .proof-row div { padding-right: .65rem; margin-right: .65rem; }
  .proof-row strong { font-size: 1.45rem; }
  .proof-row span { font-size: .62rem; }
  .hero-visual { min-height: 490px; }
  .sun-stamp { left: 0; }
  .floating-note { right: .25rem; }
  .brand-strip { grid-template-columns: 1fr; }
  .brand-count { min-width: 0; justify-content: center; border-right: 0; border-bottom: 1px solid var(--ink); }
  .brand-list { gap: 2rem; padding-inline: 2rem; animation-duration: 70s; }
  @keyframes brand-scroll { to { transform: translateX(calc(-100% + 100vw)); } }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .niche-selector { grid-template-columns: 1fr; gap: 1rem; padding: 1rem; }
  .niche-panel-heading { align-items: flex-end; }
  .niche-panel-heading span { max-width: 125px; text-align: right; }
  .video-grid { grid-auto-columns: 160px; gap: .65rem; }
  .video-card { min-height: 0; padding: .8rem; border-radius: .9rem; }
  .video-center strong { font-size: 1.05rem; }
  .video-center small { font-size: .65rem; }
  .video-caption { font-size: 1rem; }
  .play { width: 3rem; height: 3rem; }
  .photo-work { margin-top: 5rem; padding-top: 4rem; }
  .photo-work-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 180px; gap: .65rem; }
  .photo-slot { padding: .9rem; border-radius: .9rem; }
  .photo-slot-wide { grid-column: span 2; }
  .photo-slot-tall { grid-row: span 2; }
  .photo-slot-large { grid-column: span 2; grid-row: span 2; }
  .photo-slot figcaption { inset: auto .9rem .9rem; }
  .photo-slot small { font-size: .65rem; }
  .about-card { grid-template-columns: 1fr; min-height: 0; padding: 3rem 1.5rem; border-radius: 1.3rem; }
  .about-kicker { display: none; }
  .about-gallery { min-height: 560px; max-width: 460px; width: 100%; margin-inline: auto; }
  .quote-mark { right: 1rem; font-size: 8rem; }
  .process { grid-template-columns: 1fr; gap: 3rem; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card { min-height: 0; }
  .testimonial-featured { grid-column: auto; }
  .contact-sticker { position: relative; right: auto; top: auto; margin: 0 auto 2rem; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer p:last-child { text-align: center; }
}

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