/*
Theme Name: PhotoMakeBlady Filmowy Portret
Theme URI: https://photomakeblady.pl/
Author: PhotoMakeBlady / OpenAI
Description: Autorski, responsywny motyw portfolio Piotra Brockiego.
Version: 1.0.5
Text Domain: photomakeblady
*/

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Manrope:wght@300;400;500;600;700&display=swap");

:root {
  --ink: #12110f;
  --paper: #f1eee7;
  --paper-2: #e5e0d6;
  --accent: #a44328;
  --line: rgba(18, 17, 15, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", Arial, Helvetica, sans-serif;
}

:root {
  --font-sans: "Manrope";
  --font-display: "Cormorant Garamond";
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(24px, 4vw, 64px);
  color: #fff;
}

.brand {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand span {
  font-weight: 300;
}

.brand--header {
  display: block;
  width: 128px;
  height: 72px;
  overflow: hidden;
}

.brand--header img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: brightness(2.45) contrast(1.08);
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.5vw, 40px);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header nav a:not(.nav-cta) {
  opacity: 0.78;
  transition: opacity 180ms ease;
}

.site-header nav a:hover {
  opacity: 1;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  padding: 12px 18px;
}

.hero {
  position: relative;
  min-height: 94svh;
  overflow: hidden;
  background: #0c0d0d;
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(0.82) contrast(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 8, 8, 0.86) 0%, rgba(7, 8, 8, 0.48) 38%, transparent 68%);
}

.grain {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 88vw);
  padding: clamp(150px, 22vh, 230px) 0 110px clamp(24px, 8vw, 126px);
}

.eyebrow,
.section-index {
  margin: 0 0 22px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.67);
}

.hero h1 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(56px, 7.5vw, 116px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.hero h1 em,
.manifesto h2 em {
  color: #c98369;
  font-weight: 400;
}

.hero-lead {
  max-width: 560px;
  margin: 34px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--light {
  background: #fff;
  color: #111;
}

.text-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  padding: 10px 0 7px;
  font-size: 13px;
}

.text-link span {
  margin-left: 8px;
}

.hero-note {
  position: absolute;
  z-index: 2;
  right: clamp(24px, 4vw, 64px);
  bottom: 30px;
  left: clamp(24px, 4vw, 64px);
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 14px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-shell {
  width: min(1280px, calc(100% - 48px));
  margin-inline: auto;
}

.manifesto {
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 64px;
  padding-block: clamp(90px, 12vw, 160px);
  border-bottom: 1px solid var(--line);
}

.section-index {
  color: rgba(18, 17, 15, 0.54);
}

.manifesto-copy h2 {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(40px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.manifesto-copy p {
  max-width: 660px;
  margin: 42px 0 0 auto;
  color: rgba(18, 17, 15, 0.69);
  font-size: 17px;
  line-height: 1.75;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  padding-block: 24px 120px;
}

.work-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #1a1917;
}

.work-card img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.work-card figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.32);
  padding: 9px 13px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.work-card--tall {
  grid-row: auto;
}

.work-card--portrait {
  width: 100%;
  margin: 0;
}

.work-card--angel {
  grid-column: span 2;
}

.pixieset-feature {
  border-top: 1px solid var(--line);
  background: #dcd3c7;
  padding-block: clamp(76px, 8vw, 112px);
}

.pixieset-feature__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(44px, 8vw, 120px);
  align-items: end;
}

.pixieset-feature h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(46px, 6vw, 84px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.pixieset-feature h2 em {
  color: var(--accent);
  font-weight: 400;
}

.pixieset-feature__content {
  max-width: 540px;
  justify-self: end;
}

.pixieset-feature__content p {
  margin: 0;
  color: rgba(18, 17, 15, 0.7);
  font-size: 16px;
  line-height: 1.75;
}

.button--ink {
  background: var(--ink);
  color: #fff;
}

.pixieset-feature__button {
  gap: 10px;
  margin-top: 30px;
}

.film-strip {
  overflow: hidden;
  background: #11110f;
  padding: 100px 0 110px;
  color: #fff;
}

.film-strip__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 54px;
}

.film-strip__head .section-index {
  color: rgba(255, 255, 255, 0.48);
}

.film-strip__head > p:last-child {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.7;
}

.film-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.strip-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #080808;
}

.strip-frame img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: saturate(0.72) contrast(1.04);
  transition: filter 700ms ease;
}

.strip-frame:hover img {
  filter: saturate(1) contrast(1.02);
}

.strip-frame--wide {
  grid-row: auto;
}

.strip-frame--red {
  grid-row: auto;
}

.film-strip__quote {
  margin-top: 60px;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(34px, 4.2vw, 62px);
  font-style: italic;
  letter-spacing: -0.035em;
  text-align: right;
}

.street {
  padding-block: 140px 130px;
}

.street-head {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 76px;
}

.street-head h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(46px, 5.5vw, 80px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.street-head h2 em {
  color: #b75f43;
  font-weight: 400;
}

.street-head > p {
  margin: 0 0 6px;
  color: rgba(18, 17, 15, 0.65);
  font-size: 15px;
  line-height: 1.75;
}

.street-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.street-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #151514;
}

.street-frame img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: filter 700ms ease;
}

.street-frame:hover img {
  filter: contrast(1.04);
}

.street-frame--wide {
  grid-column: auto;
  grid-row: auto;
}

.street-frame--portrait {
  grid-column: auto;
  grid-row: auto;
}

.street-frame--tall {
  grid-column: auto;
  grid-row: auto;
}

.street-frame--landscape {
  grid-column: auto;
}

.street-frame:nth-child(6) {
  grid-column: auto;
  grid-row: auto;
}

.street-frame figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 50px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.74));
  color: #fff;
}

.street-frame figcaption span {
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
}

.street-frame figcaption small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.street-foot {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: rgba(18, 17, 15, 0.62);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.street-foot p {
  margin: 0;
}

.concert {
  overflow: hidden;
  background: #0d0d0c;
  padding-block: 130px 140px;
  color: #fff;
}

.concert-head {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 70px;
}

.concert-head .section-index {
  color: rgba(255, 255, 255, 0.48);
}

.concert-head h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(46px, 5.5vw, 80px);
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.concert-head h2 em {
  color: #c98369;
  font-weight: 400;
}

.concert-head > p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.75;
}

.concert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.concert-frame {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #220f0b;
}

.concert-frame img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.concert-frame--band {
  grid-column: 1 / 3;
}

.pricing {
  padding-block: 130px 110px;
}

.pricing-head {
  display: grid;
  grid-template-columns: 1.45fr 0.72fr;
  gap: 80px;
  align-items: end;
}

.pricing-head h2,
.process-head h2,
.about-copy h2,
.contact h2 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(42px, 5.2vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.pricing-head h2 em,
.process-head h2 em,
.about-copy h2 em,
.contact h2 em {
  color: #c2775d;
  font-weight: 400;
}

.pricing-head > p {
  margin: 0 0 7px;
  color: rgba(18, 17, 15, 0.66);
  font-size: 15px;
  line-height: 1.7;
}

.price-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 76px;
}

.price-card {
  display: flex;
  min-height: 575px;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: 30px;
}

.price-card--featured {
  background: var(--ink);
  color: #fff;
}

.price-card__top {
  min-height: 54px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-card__top p {
  margin: 0;
}

.price-card__top span {
  color: #c98369;
  font-size: 9px;
  line-height: 1.4;
  text-align: right;
}

.price {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
  font-family: var(--font-display), Georgia, serif;
}

.price strong {
  font-size: 76px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.price--custom {
  align-items: flex-end;
  min-height: 69px;
}

.price--custom strong {
  font-size: clamp(44px, 5vw, 68px);
}

.price span {
  margin-top: 8px;
  font-size: 18px;
}

.price-sub {
  margin: 15px 0 0;
  color: rgba(18, 17, 15, 0.58);
  font-size: 12px;
}

.price-card--featured .price-sub {
  color: rgba(255, 255, 255, 0.52);
}

.price-card ul {
  display: grid;
  gap: 13px;
  margin: 38px 0 34px;
  padding: 24px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-card--featured ul {
  border-color: rgba(255, 255, 255, 0.18);
}

.price-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(18, 17, 15, 0.72);
  font-size: 14px;
  line-height: 1.5;
}

.price-card--featured li {
  color: rgba(255, 255, 255, 0.72);
}

.price-card li::before {
  position: absolute;
  left: 0;
  content: "•";
  font-size: 16px;
  line-height: 1.3;
}

.price-card .button {
  width: 100%;
  margin-top: auto;
}

.button--dark {
  background: #fff;
  color: var(--ink);
}

.button--outline {
  border: 1px solid var(--ink);
}

.pricing-note {
  margin: 24px 0 0;
  color: rgba(18, 17, 15, 0.58);
  font-size: 12px;
  text-align: center;
}

.process {
  background: var(--paper-2);
  padding-block: 130px;
}

.process-head {
  display: grid;
  grid-template-columns: 0.55fr 1.45fr;
  gap: 60px;
}

.steps {
  margin: 92px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.steps li {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 50px;
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}

.steps > li > span {
  color: var(--accent);
  font-family: var(--font-display), Georgia, serif;
  font-size: 26px;
}

.steps li div {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
}

.steps h3 {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.steps p {
  max-width: 550px;
  margin: 0;
  color: rgba(18, 17, 15, 0.62);
  font-size: 14px;
  line-height: 1.7;
}

.about {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(50px, 8vw, 130px);
  padding-block: 140px;
}

.about-image {
  position: relative;
  align-self: center;
  height: fit-content;
  min-height: 0;
  background: transparent;
}

.about-image img {
  position: static;
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.about-copy {
  align-self: center;
  max-width: 650px;
}

.about-copy h2 {
  margin-bottom: 46px;
}

.about-copy > p:not(.section-index) {
  color: rgba(18, 17, 15, 0.68);
  font-size: 16px;
  line-height: 1.75;
}

.about-copy .about-signoff {
  margin-top: 34px;
  color: var(--ink);
  font-family: var(--font-display), Georgia, serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.1;
}

.text-link--dark {
  display: inline-block;
  margin-top: 20px;
  border-color: rgba(18, 17, 15, 0.35);
}

.contact {
  position: relative;
  overflow: hidden;
  background: #080908;
  color: #fff;
}

.contact-image,
.contact-shade {
  position: absolute;
  inset: 0;
}

.contact-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  filter: saturate(0.55);
}

.contact-shade {
  background: linear-gradient(90deg, rgba(4, 5, 5, 0.96) 0%, rgba(4, 5, 5, 0.78) 48%, rgba(4, 5, 5, 0.28) 100%);
}

.contact-inner {
  position: relative;
  z-index: 2;
  padding-block: 140px 150px;
}

.contact .section-index {
  color: rgba(255, 255, 255, 0.5);
}

.contact h2 {
  max-width: 900px;
  font-size: clamp(52px, 7vw, 100px);
}

.contact-inner > p:not(.section-index) {
  max-width: 560px;
  margin: 38px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 1.7;
}

.contact-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 42px;
}

.contact-socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-social {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  padding: 8px 15px 8px 12px;
  font-size: 13px;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.contact-social:hover {
  border-color: #fff;
  background: #fff;
  color: #111;
}

.contact-social svg,
.social-profile-link svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.about-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-profile-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(18, 17, 15, 0.24);
  border-radius: 999px;
  padding: 7px 16px 7px 8px;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.social-profile-link:hover {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.social-profile-link__icon,
.contact-social__icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
}

.social-profile-link__icon svg,
.contact-social__icon svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.contact-social__icon {
  background: #fff;
}

.contact-social__icon svg {
  color: #111;
}

.social-profile-link:hover .social-profile-link__icon {
  background: #fff;
}

.social-profile-link:hover .social-profile-link__icon svg {
  color: #111;
}

footer {
  background: #0d0d0c;
  color: #fff;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  padding-block: 28px;
}

.footer-inner p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.footer-inner p:last-child {
  text-align: right;
}

.footer-pixieset {
  width: fit-content;
  justify-self: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  padding-block: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease;
}

.footer-pixieset:hover {
  border-color: #fff;
  color: #fff;
}

.brand--footer img {
  width: 104px;
  height: auto;
  opacity: 0.9;
  mix-blend-mode: screen;
  filter: brightness(2.45) contrast(1.08);
}

@media (max-width: 820px) {
  .site-header nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero-image {
    object-position: right center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(7, 8, 8, 0.88) 0%, rgba(7, 8, 8, 0.38) 78%),
      linear-gradient(0deg, rgba(7, 8, 8, 0.74) 0%, transparent 60%);
  }

  .hero-content {
    padding: 170px 24px 110px;
  }

  .hero h1 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .hero-lead {
    max-width: 90%;
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .hero-note span:last-child {
    display: none;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .manifesto-copy p {
    margin-top: 30px;
  }

  .work-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .work-card,
  .work-card--tall,
  .work-card--portrait,
  .work-card--angel,
  .work-card--lace {
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0;
    grid-column: 1;
    grid-row: auto;
  }

  .work-card--wide {
    height: auto;
    min-height: 0;
  }

  .film-strip__head,
  .pixieset-feature__inner,
  .street-head,
  .concert-head,
  .pricing-head,
  .process-head,
  .about {
    grid-template-columns: 1fr;
  }

  .film-strip__head {
    flex-direction: column;
  }

  .film-strip__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .strip-frame--wide {
    grid-column: 1 / 3;
    grid-row: auto;
  }

  .strip-frame--red {
    grid-row: auto;
  }

  .street-head {
    gap: 24px;
  }

  .street-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .street-frame,
  .street-frame--wide,
  .street-frame--portrait,
  .street-frame--tall,
  .street-frame--landscape,
  .street-frame:nth-child(6) {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    min-height: 0;
  }

  .street-frame--portrait,
  .street-frame--tall {
    height: auto;
    min-height: 0;
  }

  .street-foot {
    align-items: flex-start;
    flex-direction: column;
  }

  .concert-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .concert-frame,
  .concert-frame--band {
    grid-row: auto;
    grid-column: 1;
    height: auto;
    min-height: 0;
  }

  .concert-frame--drummer,
  .concert-frame--vocal {
    height: auto;
    min-height: 0;
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .price-card {
    min-height: 540px;
  }

  .process-head {
    gap: 20px;
  }

  .steps li,
  .steps li div {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-image {
    min-height: 0;
  }

  .contact-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-socials {
    flex-wrap: wrap;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .pixieset-feature__content {
    max-width: 620px;
    justify-self: start;
  }

  .footer-pixieset {
    justify-self: center;
  }

  .footer-inner p:last-child {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-inline: 20px;
  }

  .brand--header {
    width: 92px;
    height: 58px;
  }

  .nav-cta {
    padding: 10px 13px;
    font-size: 10px;
  }

  .section-shell {
    width: min(100% - 32px, 1280px);
  }

  .hero h1 {
    font-size: 52px;
  }

  .manifesto-copy h2,
  .pixieset-feature h2,
  .street-head h2,
  .pricing-head h2,
  .process-head h2,
  .about-copy h2 {
    font-size: 39px;
  }

  .film-strip {
    padding-block: 78px;
  }

  .film-strip__quote {
    text-align: left;
  }

  .pricing,
  .process,
  .about {
    padding-block: 90px;
  }

  .street {
    padding-block: 90px;
  }

  .concert {
    padding-block: 90px;
  }

  .price-card {
    padding: 24px;
  }

  .price strong {
    font-size: 66px;
  }

  .about-image {
    min-height: 0;
  }

  .contact h2 {
    font-size: 48px;
  }

  .contact-inner {
    padding-block: 100px 110px;
  }

  .contact .button {
    width: 100%;
    padding-inline: 14px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
