:root {
  --cream: #f4efe6;
  --paper: #fbf8f2;
  --white: #fffdf9;
  --olive: #62664a;
  --olive-dark: #303427;
  --ink: #1b1c17;
  --muted: #706b62;
  --line: #d9d1c3;
  --shadow: 0 28px 70px rgba(43, 39, 30, 0.14);
  --focus: #7b8058;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(98, 102, 74, 0.45);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -6rem;
  z-index: 999;
  background: var(--white);
  padding: 0.8rem 1rem;
  border: 1px solid var(--ink);
}

.skip-link:focus { top: 1rem; }

.announcement {
  min-height: 36px;
  display: grid;
  place-items: center;
  padding: 0.55rem 1rem;
  background: var(--olive-dark);
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.58rem;
  font-weight: 600;
  text-align: center;
}

.site-header {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0 clamp(1.25rem, 5vw, 5.5rem);
  background: rgba(251, 248, 242, 0.95);
  border-bottom: 1px solid rgba(27, 28, 23, 0.08);
  position: sticky;
  top: 0;
  z-index: 80;
  backdrop-filter: blur(14px);
}

.brand,
.footer-brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  font-family: Italiana, serif;
  font-size: 2.35rem;
  letter-spacing: 0.15em;
}

.brand-sub {
  margin-top: 0.45rem;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.48em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.4vw, 2.5rem);
}

.site-nav a,
.site-footer nav a {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.64rem;
  font-weight: 600;
}

.site-nav a:not(.nav-cta):hover { color: var(--olive); }

.nav-cta {
  padding: 0.85rem 1.15rem;
  background: var(--olive-dark);
  color: white !important;
}

.menu-button {
  display: none;
  border: 0;
  background: transparent;
  padding: 0.5rem;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 25px;
  height: 1.5px;
  background: var(--ink);
  margin: 6px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.section-anchor { scroll-margin-top: 88px; }
.section-pad { padding: clamp(5rem, 8vw, 8rem) clamp(1.25rem, 7vw, 7rem); }
.muted-section { background: var(--cream); }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.63rem;
  font-weight: 600;
}

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

h1, h2, h3 {
  margin-top: 0;
  font-family: "Cormorant Garamond", serif;
}

h1 {
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.82;
  font-weight: 400;
  letter-spacing: -0.045em;
  margin-bottom: 2rem;
}

h1 em, h2 em { font-weight: 400; }

h2 {
  font-size: clamp(3rem, 5.6vw, 5.7rem);
  line-height: 0.92;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.section-heading {
  max-width: 820px;
  margin: 0 auto 4rem;
  text-align: center;
}

.section-heading p:last-child {
  max-width: 680px;
  margin-inline: auto;
  color: var(--muted);
}

.hero {
  min-height: calc(100svh - 124px);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background: var(--olive-dark);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center 46%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(22, 24, 17, 0.84) 0%, rgba(22, 24, 17, 0.50) 45%, rgba(22, 24, 17, 0.10) 76%),
    linear-gradient(0deg, rgba(22, 24, 17, 0.65) 0%, transparent 45%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding: clamp(5rem, 9vw, 9rem) clamp(1.5rem, 8vw, 8rem);
  color: white;
}

.hero-lede {
  max-width: 610px;
  margin: 0 0 2rem;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.35;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.35rem;
}

.hero-note {
  max-width: 560px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.77rem;
  line-height: 1.7;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--olive-dark);
  padding: 0.9rem 1.4rem;
  background: transparent;
  color: var(--olive-dark);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.66rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--olive-dark); color: white; }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink); }

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.28rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.64rem;
  font-weight: 600;
}

.light-link { color: white; }

.brand-statement {
  padding: clamp(4rem, 7vw, 7rem) clamp(1.25rem, 8vw, 8rem);
  background: var(--olive-dark);
  color: white;
  text-align: center;
}

.brand-statement p {
  max-width: 980px;
  margin: 0 auto;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.1rem, 4.3vw, 4.7rem);
  line-height: 1;
  font-style: italic;
}

.portfolio { background: var(--paper); }

.portfolio-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 80px;
  gap: 1rem;
}

.portfolio-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #d7cbbb;
}

.portfolio-photo.feature { grid-column: 1 / span 8; grid-row: 1 / span 7; }
.portfolio-photo.portrait:nth-of-type(2) { grid-column: 9 / span 4; grid-row: 1 / span 6; }
.portfolio-photo.detail { grid-column: 9 / span 4; grid-row: 7 / span 4; }
.portfolio-photo.wide { grid-column: 1 / span 6; grid-row: 8 / span 6; }
.portfolio-photo.portrait:nth-of-type(5) { grid-column: 7 / span 6; grid-row: 11 / span 6; }
.portfolio-photo.landscape { grid-column: 1 / span 6; grid-row: 14 / span 5; }
.portfolio-photo.portrait:nth-of-type(7) { grid-column: 7 / span 6; grid-row: 17 / span 6; }

.portfolio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.portfolio-photo.feature img { object-position: center 52%; }
.portfolio-photo.detail img { object-position: center 60%; }
.portfolio-photo.wide img { object-position: center 45%; }

.portfolio-photo:hover img { transform: scale(1.025); }

.portfolio-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(20, 22, 16, 0.52));
  pointer-events: none;
}

.portfolio-photo figcaption {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.58rem;
  font-weight: 600;
}

.portfolio-closing {
  max-width: 760px;
  margin: 4rem auto 0;
  text-align: center;
}

.portfolio-closing p { color: var(--muted); }

.process-grid,
.collection-grid {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-card,
.collection-card {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.56);
}

.process-card {
  min-height: 280px;
  padding: 2.5rem 2rem;
}

.process-card > span,
.collection-number {
  color: var(--olive);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
}

.process-card p,
.collection-card li,
.policy-card li,
.more-session-grid li {
  color: var(--muted);
  font-size: 0.88rem;
}

.sessions { background: #f7f2e9; }

.collection-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 2.35rem 2rem;
}

.collection-card h3 {
  margin: 1.8rem 0 0.35rem;
  font-size: clamp(2rem, 2.8vw, 2.8rem);
}

.price {
  margin: 0 0 1.35rem;
  color: var(--olive-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.collection-card ul,
.policy-card ul,
.more-session-grid ul {
  margin: 0;
  padding-left: 1.1rem;
}

.collection-card li,
.policy-card li,
.more-session-grid li { margin-bottom: 0.5rem; }

.price-note {
  margin-top: auto;
  padding-top: 1.2rem;
  color: var(--olive);
  font-size: 0.76rem;
  font-weight: 600;
}

.launch-special {
  max-width: 1240px;
  margin: 1.2rem auto 0;
  padding: clamp(1.5rem, 3vw, 2.3rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border: 1px solid var(--olive);
  box-shadow: inset 0 4px 0 var(--olive);
  background: rgba(255, 253, 249, 0.52);
}

.launch-special h3 { margin-bottom: 0.5rem; }
.launch-special p:last-child { margin-bottom: 0; color: var(--muted); }

.more-sessions {
  max-width: 1240px;
  margin: 1.2rem auto 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.more-sessions > summary,
.confirmed-payment > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.66rem;
  font-weight: 600;
}

.more-sessions > summary { min-height: 80px; }
.confirmed-payment > summary { min-height: 58px; }

.more-sessions > summary::-webkit-details-marker,
.confirmed-payment > summary::-webkit-details-marker { display: none; }

.more-sessions > summary::after,
.confirmed-payment > summary::after {
  content: "+";
  color: var(--olive);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.more-sessions[open] > summary::after,
.confirmed-payment[open] > summary::after { content: "–"; }

.more-session-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 1.2rem;
}

.more-session-grid article,
.policy-card {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  background: rgba(255, 253, 249, 0.68);
  border: 1px solid var(--line);
}

.more-session-grid h3 { margin-bottom: 0.25rem; font-size: 1.75rem; }
.more-session-grid .price { font-size: 2.2rem; margin-bottom: 1rem; }

.policy-grid {
  max-width: 1240px;
  margin: 1.2rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.policy-card p:not(.eyebrow) { color: var(--muted); }

.confirmed-payment {
  margin: 1.25rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.retainer-payment { padding: 1rem 0; }

.cash-app-button {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--olive-dark);
  color: var(--olive-dark);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.cash-app-button:hover,
.cash-app-button:focus-visible {
  background: var(--olive-dark);
  color: white;
}

.cash-app-mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  background: var(--olive-dark);
  color: white;
  font-weight: 700;
}

.cash-app-button:hover .cash-app-mark,
.cash-app-button:focus-visible .cash-app-mark {
  background: white;
  color: var(--olive-dark);
}

.cash-app-button > span:last-child {
  display: flex;
  flex-direction: column;
}

.cash-app-button small {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.58rem;
  font-weight: 600;
}

.cash-app-button strong { font-size: 1.05rem; }

.retainer-note {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.about {
  display: grid;
  grid-template-columns: minmax(400px, 0.95fr) minmax(400px, 1.05fr);
  gap: clamp(4rem, 9vw, 9rem);
  align-items: center;
}

.about-visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #d6cabc;
  box-shadow: var(--shadow);
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  object-position: center 18%;
}

.about-badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  padding: 0.8rem 1rem;
  background: rgba(251, 248, 242, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.58rem;
  font-weight: 600;
}

.about-copy { max-width: 620px; }
.about-copy p:not(.eyebrow) { color: var(--muted); }
.signature {
  margin: 1.6rem 0 0.7rem;
  color: var(--olive-dark);
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-style: italic;
}

.faq-list {
  max-width: 960px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq details {
  padding: 1.35rem 0;
  border-bottom: 1px solid var(--line);
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  list-style: none;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.45rem, 2.3vw, 2rem);
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--olive); }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 760px; color: var(--muted); }

.contact {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(4rem, 8vw, 8rem);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 130px;
  max-width: 530px;
}

.contact-copy > p:not(.eyebrow) { color: var(--muted); }

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 2rem 0;
}

.social-heading {
  margin: 1.75rem 0 0.75rem;
  color: var(--olive);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.6rem;
  font-weight: 600;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.social-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--olive-dark);
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-2px);
  background: var(--olive-dark);
  color: white;
}

.social-icon svg { width: 23px; height: 23px; }

.privacy-note {
  margin-top: 2rem;
  font-size: 0.75rem;
  color: var(--muted);
}

.contact-form {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--paper);
  border: 1px solid var(--line);
}

.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #4c4942;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.59rem;
  font-weight: 600;
}

.contact-form .full-field { grid-column: 1 / -1; }

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 50px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #bdb4a6;
  border-radius: 0;
  background: transparent;
  padding: 0.75rem 0;
  color: var(--ink);
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--olive-dark);
  box-shadow: 0 2px 0 var(--olive-dark);
}

.agreement {
  display: grid !important;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.75rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  line-height: 1.5;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}

.agreement input {
  width: 18px;
  min-height: 18px;
  margin-top: 0.15rem;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
}

.form-status.success { color: #365b35; }
.form-status.error { color: #8a2f2f; }

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 2rem;
  padding: 3.5rem clamp(1.25rem, 7vw, 7rem);
  background: #202219;
  color: white;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
}

.site-footer p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
}

.footer-brand small {
  margin-top: 0.7rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-style: italic;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

.legal-page main {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 8rem) 1.25rem;
}

.legal-page h1 {
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.92;
}

.legal-page h2 {
  margin-top: 3rem;
  font-size: clamp(2rem, 4vw, 3.2rem);
}

.legal-page p,
.legal-page li { color: var(--muted); }

.legal-back { margin-top: 3rem; }

@media (max-width: 1050px) {
  .process-grid,
  .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .more-session-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .about,
  .contact { grid-template-columns: 1fr; }

  .about-copy,
  .contact-copy {
    position: static;
    max-width: 760px;
  }

  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .site-header { height: 78px; }
  .menu-button { display: block; }

  .site-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.25rem 1.5rem;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 36px rgba(31, 28, 22, 0.1);
  }

  .site-nav.open { display: flex; }
  .site-nav a { padding: 0.9rem 0; border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .nav-cta { margin-top: 0.7rem; text-align: center; border-bottom: 0 !important; }
  .section-anchor { scroll-margin-top: 78px; }

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

  .portfolio-photo:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 440px;
  }

  .portfolio-photo.feature,
  .portfolio-photo.wide,
  .portfolio-photo.landscape {
    grid-column: 1 / -1;
    min-height: 560px;
  }

  .policy-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .announcement {
    min-height: 42px;
    padding-inline: 1.2rem;
    font-size: 0.52rem;
    line-height: 1.45;
  }

  .site-header { padding-inline: 1.2rem; }
  .brand-mark { font-size: 2rem; }
  .brand-sub { font-size: 0.48rem; }

  .hero {
    min-height: calc(100svh - 120px);
    align-items: flex-end;
  }

  .hero-image { object-position: 61% center; }

  .hero-overlay {
    background: linear-gradient(180deg, rgba(20, 22, 16, 0.08) 0%, rgba(20, 22, 16, 0.24) 35%, rgba(20, 22, 16, 0.90) 100%);
  }

  .hero-copy { padding: 10rem 1.3rem 2.8rem; }
  h1 { font-size: clamp(3.6rem, 16vw, 5.1rem); }
  h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .hero-lede { font-size: 1.25rem; }
  .hero-actions { align-items: stretch; width: 100%; }
  .hero-actions .button { width: 100%; }
  .light-link { width: fit-content; }

  .section-pad { padding: 4.5rem 1.25rem; }
  .brand-statement { padding: 3.8rem 1.25rem; }

  .portfolio-grid { display: block; }

  .portfolio-photo:nth-child(n) {
    min-height: 0;
    margin-bottom: 0.8rem;
  }

  .portfolio-photo img {
    height: auto;
    aspect-ratio: 4 / 5;
  }

  .portfolio-photo.feature img,
  .portfolio-photo.wide img,
  .portfolio-photo.landscape img {
    aspect-ratio: 16 / 11;
  }

  .portfolio-photo figcaption { font-size: 0.53rem; }

  .process-grid,
  .collection-grid,
  .more-session-grid { grid-template-columns: 1fr; }

  .process-card,
  .collection-card {
    min-height: 0;
    padding: 1.7rem 1.4rem;
  }

  .collection-card h3 { margin-top: 1.15rem; }

  .launch-special {
    flex-direction: column;
    align-items: flex-start;
  }

  .launch-special .button { width: 100%; }

  .about-visual,
  .about-visual img { min-height: 520px; }

  .contact-form {
    display: block;
    padding: 1.3rem;
  }

  .contact-form label { margin-bottom: 1rem; }
  .contact-form .button { width: 100%; }
  .agreement { display: grid !important; }

  .site-footer nav {
    flex-direction: column;
    gap: 0.8rem;
  }
}

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