/* Valentina Quiroga | UGC Portfolio
   Design canvas: 1366 x 768 per section
   1rem === 1 design pixel, scaled to fit the viewport (Canva page flow) */

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --maroon: #7f2525;
  --burgundy: #7b1226;
  --white: #ffffff;
  --text-muted: #8e6d6d;
  /* Fonts recovered from the Canva design itself.
     Anton and Be Vietnam Pro are the originals; Brittany Signature is
     commercial, so Sacramento stands in for the script. */
  --font-display: "Anton", Impact, sans-serif;
  --font-condensed: "Be Vietnam Pro", system-ui, sans-serif;
  --font-serif: "Playfair Display", Georgia, serif;
  --font-body: "Be Vietnam Pro", system-ui, sans-serif;
  --font-script: "Brittany Signature", "Sacramento", cursive;
  --design-w: 1366;
  --design-h: 768;
}

html {
  /* Canva Website: pages stack and scroll continuously at full width */
  font-size: calc(100vw / 1366);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--maroon);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.45;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

/* Each Canva page stacks full-width, scrolling continuously */
.section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.section__canvas {
  position: relative;
  width: 1366rem;
  height: 768rem;
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */
/* Entrance animations                                                        */
/* -------------------------------------------------------------------------- */

/* Uses the independent `translate` property so elements that carry their own
   `transform` (the rotated filmstrips) keep it while animating. */
.js-reveal .section__canvas > * {
  opacity: 0;
  translate: 0 28rem;
  transition:
    opacity 0.65s cubic-bezier(0.22, 0.61, 0.36, 1),
    translate 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js-reveal .section.is-active .section__canvas > * {
  opacity: 1;
  translate: none;
}

.section__canvas > *:nth-child(1) { transition-delay: 0.05s; }
.section__canvas > *:nth-child(2) { transition-delay: 0.14s; }
.section__canvas > *:nth-child(3) { transition-delay: 0.23s; }
.section__canvas > *:nth-child(4) { transition-delay: 0.32s; }
.section__canvas > *:nth-child(5) { transition-delay: 0.41s; }
.section__canvas > *:nth-child(6) { transition-delay: 0.50s; }

/* Decorative layers just fade in place */
.js-reveal .section__canvas > .about-arc,
.js-reveal .section__canvas > .why-circles,
.js-reveal .section__canvas > .contact-sparkles,
.js-reveal .section__canvas > .about-sparkles,
.js-reveal .section__canvas > .filmstrip {
  translate: none;
}

/* Stagger the repeated card groups */
.js-reveal .section.is-active .work-card,
.js-reveal .section.is-active .process-card,
.js-reveal .section.is-active .why-point {
  animation: rise 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) backwards;
}

.section.is-active .work-card:nth-child(1),
.section.is-active .process-card:nth-child(1),
.section.is-active .why-point:nth-child(1) { animation-delay: 0.30s; }

.section.is-active .work-card:nth-child(2),
.section.is-active .process-card:nth-child(2),
.section.is-active .why-point:nth-child(2) { animation-delay: 0.42s; }

.section.is-active .work-card:nth-child(3),
.section.is-active .process-card:nth-child(3),
.section.is-active .why-point:nth-child(3) { animation-delay: 0.54s; }

.section.is-active .process-card:nth-child(4) { animation-delay: 0.66s; }

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(34rem);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

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

  .js-reveal .section__canvas > * {
    opacity: 1;
    translate: none;
    transition: none;
  }

  .js-reveal .section.is-active .work-card,
  .js-reveal .section.is-active .process-card,
  .js-reveal .section.is-active .why-point {
    animation: none;
  }
}

@media (max-width: 900px) {
  @keyframes rise {
    from {
      opacity: 0;
      transform: translateY(1.25rem);
    }
    to {
      opacity: 1;
      transform: none;
    }
  }
}

/* -------------------------------------------------------------------------- */
/* 01 Hero                                                                    */
/* -------------------------------------------------------------------------- */

.section-hero {
  background: var(--white);
}

.hero-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30rem;
  background: var(--maroon);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 44rem;
  z-index: 4;
}

.hero-bar__left,
.hero-bar__right {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 13rem;
  letter-spacing: 0.09em;
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
}

/* Live wordmark — measured to span 160..1266 with a 237rem cap height */
.hero-wordmark {
  position: absolute;
  top: 200rem;
  left: 160rem;
  width: 1106rem;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 272rem;
  line-height: 1;
  letter-spacing: 0.0267em;
  text-indent: 0.0267em;
  color: var(--maroon);
  white-space: nowrap;
  z-index: 1;
  user-select: none;
}

.hero-signature {
  position: absolute;
  top: 190rem;
  left: 160rem;
  width: 1106rem;
  text-align: center;
  font-family: var(--font-script);
  font-size: 173rem;
  line-height: 1.25;
  color: #e5c8bd;
  white-space: nowrap;
  z-index: 3;
  pointer-events: none;
}

/* Sized so the opaque figure inside the PNG's padding lands on 193,123 at 624rem tall */
.hero-cutout {
  position: absolute;
  left: 78rem;
  top: 110rem;
  width: 482rem;
  height: auto;
  z-index: 2;
}

.hero-camera {
  position: absolute;
  left: 934rem;
  top: 333rem;
  width: 384rem;
  height: auto;
  z-index: 2;
}

.hero-cta {
  position: absolute;
  left: -54rem;
  right: 0;
  top: 692rem;
  text-align: center;
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.13em;
  color: var(--maroon);
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 4;
}

.hero-cta__arrow {
  display: inline-block;
  margin-left: 6rem;
}

/* -------------------------------------------------------------------------- */
/* 02 About                                                                   */
/* -------------------------------------------------------------------------- */

.section-about {
  background: var(--white);
}

.about-arc {
  position: absolute;
  width: 420rem;
  height: 420rem;
  border: 28rem solid var(--maroon);
  border-radius: 50%;
  pointer-events: none;
}

.about-arc--tl {
  top: -210rem;
  left: -210rem;
}

.about-arc--br {
  right: -210rem;
  bottom: -210rem;
}

.about-sparkles {
  position: absolute;
  top: 88rem;
  right: 320rem;
  color: var(--maroon);
  z-index: 2;
}

.sparkle {
  position: absolute;
  display: block;
}

.sparkle--lg {
  width: 42rem;
  height: 42rem;
  top: 0;
  left: 0;
}

.sparkle--sm {
  width: 22rem;
  height: 22rem;
  top: -18rem;
  left: 48rem;
}

.about-copy {
  position: absolute;
  top: 150rem;
  left: 120rem;
  width: 560rem;
}

.about-heading {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 64rem;
  line-height: 1.1;
  color: var(--maroon);
  margin-bottom: 28rem;
}

.about-sub {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 22rem;
  letter-spacing: 0.06em;
  color: var(--maroon);
  margin-bottom: 28rem;
}

.about-body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17rem;
  line-height: 1.55;
  color: var(--maroon);
  margin-bottom: 18rem;
  max-width: 520rem;
}

.about-photo {
  position: absolute;
  top: 120rem;
  right: 140rem;
  width: 315rem;
  height: 480rem;
  border: 3rem solid var(--maroon);
  border-radius: 90rem;
  overflow: hidden;
  background: var(--white);
}

.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 56rem;
  text-align: center;
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 20rem;
  letter-spacing: 0.1em;
  color: var(--maroon);
  text-transform: uppercase;
  white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
/* 03 Selected Work                                                           */
/* -------------------------------------------------------------------------- */

.section-work {
  background: var(--burgundy);
  color: var(--white);
}

/* Real Canva filmstrip graphic, rotated to run vertically down each edge */
.filmstrip {
  position: absolute;
  top: 384rem;
  width: 768rem;
  height: 58rem;
  background: url("../img/filmstrip.png") center / 100% 100% no-repeat;
  z-index: 3;
}

.filmstrip--left {
  left: 29rem;
  transform: translate(-50%, -50%) rotate(90deg);
}

.filmstrip--right {
  left: 1337rem;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.work-heading {
  position: absolute;
  top: 48rem;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 72rem;
  letter-spacing: 0.06em;
  color: var(--white);
  text-transform: uppercase;
}

.work-grid {
  position: absolute;
  top: 150rem;
  left: 110rem;
  right: 110rem;
  display: flex;
  justify-content: space-between;
  gap: 40rem;
}

.work-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 340rem;
}

.work-card__label {
  font-family: var(--font-condensed);
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.14em;
  color: var(--white);
  margin-bottom: 14rem;
  text-transform: uppercase;
}

.work-card__media {
  width: 220rem;
  height: 320rem;
  overflow: hidden;
  background: #5a0e1a;
  margin-bottom: 22rem;
}

.work-card__media img,
.work-card__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work-card__title {
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 32rem;
  color: var(--white);
  margin-bottom: 12rem;
}

.work-card__desc {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 280rem;
}

/* -------------------------------------------------------------------------- */
/* 04 Creative Process                                                        */
/* -------------------------------------------------------------------------- */

.section-process {
  background: var(--white);
}

.process-heading {
  position: absolute;
  top: 80rem;
  left: 90rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 58rem;
  letter-spacing: 0.02em;
  color: var(--maroon);
  z-index: 2;
}

.process-sub {
  position: absolute;
  top: 175rem;
  left: 90rem;
  right: 90rem;
  text-align: center;
  font-family: var(--font-condensed);
  font-weight: 600;
  font-size: 20rem;
  letter-spacing: 0.08em;
  color: var(--maroon);
  text-transform: uppercase;
  z-index: 2;
}

.process-steps {
  position: absolute;
  top: 240rem;
  left: 70rem;
  right: 70rem;
  display: flex;
  justify-content: space-between;
  gap: 24rem;
  z-index: 2;
}

.process-card {
  flex: 1;
  min-height: 280rem;
  border-radius: 28rem;
  padding: 36rem 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.process-card--filled {
  background: var(--maroon);
  color: var(--white);
}

.process-card--outline {
  background: var(--white);
  color: var(--maroon);
  border: 3rem solid var(--maroon);
}

.process-card__title {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 22rem;
  letter-spacing: 0.06em;
  margin-bottom: 18rem;
  text-transform: uppercase;
}

.process-card__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15rem;
  line-height: 1.5;
  max-width: 240rem;
}

.process-camera {
  position: absolute;
  right: -30rem;
  bottom: -40rem;
  width: 330rem;
  height: auto;
  opacity: 0.85;
  filter: grayscale(1);
  pointer-events: none;
  z-index: 1;
}

/* -------------------------------------------------------------------------- */
/* 05 Why Me                                                                  */
/* -------------------------------------------------------------------------- */

.section-why {
  background: var(--burgundy);
  color: var(--white);
}

.why-circles {
  position: absolute;
  left: 20rem;
  top: 120rem;
  width: 420rem;
  height: 560rem;
  pointer-events: none;
  z-index: 0;
}

.why-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 230, 230, 0.14);
}

.why-circle--1 {
  width: 240rem;
  height: 240rem;
  left: 20rem;
  bottom: 20rem;
}

.why-circle--2 {
  width: 280rem;
  height: 280rem;
  left: 0;
  top: 160rem;
}

.why-circle--3 {
  width: 220rem;
  height: 220rem;
  left: 80rem;
  top: 40rem;
}

.why-heading {
  position: absolute;
  top: 280rem;
  left: 90rem;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 100rem;
  line-height: 1;
  color: var(--white);
  letter-spacing: 0.02em;
  z-index: 1;
}

.why-points {
  position: absolute;
  top: 160rem;
  right: 100rem;
  width: 560rem;
  display: flex;
  flex-direction: column;
  gap: 48rem;
}

.why-point__title {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 22rem;
  letter-spacing: 0.08em;
  margin-bottom: 12rem;
  text-transform: uppercase;
}

.why-point__body {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 500rem;
}

/* -------------------------------------------------------------------------- */
/* 06 Contact                                                                 */
/* -------------------------------------------------------------------------- */

.section-contact {
  background: var(--white);
}

.contact-sparkles {
  position: absolute;
  inset: 0;
  color: var(--maroon);
  pointer-events: none;
}

.sparkle--tl {
  position: absolute;
  top: 70rem;
  left: 90rem;
  width: 28rem;
  height: 28rem;
}

.sparkle--tr-lg {
  position: absolute;
  top: 60rem;
  right: 160rem;
  width: 36rem;
  height: 36rem;
}

.sparkle--tr-sm {
  position: absolute;
  top: 48rem;
  right: 110rem;
  width: 20rem;
  height: 20rem;
}

.contact-headline {
  position: absolute;
  top: 180rem;
  left: 140rem;
  width: 620rem;
}

.contact-heading {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 96rem;
  line-height: 0.95;
  color: var(--maroon);
  letter-spacing: 0.01em;
}

.contact-script {
  font-family: var(--font-script);
  font-weight: 400;
  font-size: 110rem;
  line-height: 0.8;
  color: var(--maroon);
  margin-top: -10rem;
  margin-left: 180rem;
}

.contact-photo {
  position: absolute;
  top: 100rem;
  right: 160rem;
  width: 300rem;
  height: 420rem;
  border: 3rem solid var(--maroon);
  border-radius: 80rem;
  overflow: hidden;
  background: var(--white);
}

.contact-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.contact-footer {
  position: absolute;
  left: 100rem;
  right: 100rem;
  bottom: 70rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40rem;
}

.contact-col {
  flex: 1;
}

.contact-col:nth-child(2) {
  text-align: center;
}

.contact-col:nth-child(3) {
  text-align: right;
}

.contact-col__label {
  font-family: var(--font-condensed);
  font-weight: 700;
  font-size: 18rem;
  letter-spacing: 0.1em;
  color: var(--maroon);
  margin-bottom: 10rem;
  text-transform: uppercase;
}

.contact-col__value {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16rem;
  color: var(--text-muted);
}

.contact-col__value--link {
  text-decoration: underline;
  text-underline-offset: 4rem;
}

.contact-col:nth-child(3) .contact-col__label {
  margin-bottom: 14rem;
}

.contact-socials {
  display: inline-flex;
  align-items: center;
  gap: 16rem;
}

.contact-social {
  display: inline-flex;
  width: 36rem;
  height: 36rem;
  align-items: center;
  justify-content: center;
  color: #111;
}

.contact-social .icon-social {
  width: 28rem;
  height: 28rem;
}

.contact-col:nth-child(3) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* -------------------------------------------------------------------------- */
/* Mobile / tablet — leave the 1366 canvas and reflow as a document           */
/* Below ~900px, 1rem≈1px scaling makes body copy unreadable, so we switch.  */
/* -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  html {
    font-size: 16px;
  }

  .section {
    overflow: hidden;
  }

  .section__canvas {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0 1.25rem 2.75rem;
    overflow: hidden;
  }

  .js-reveal .section__canvas > * {
    translate: 0 1.25rem;
  }

  /* ---- Hero ---- */
  .section-hero .section__canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 2.5rem;
    min-height: 100svh;
  }

  .hero-bar {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 2.75rem;
    padding: 0.65rem 1rem;
    flex-direction: column;
    gap: 0.2rem;
    text-align: center;
  }

  .hero-bar__left,
  .hero-bar__right {
    font-size: 0.62rem;
    letter-spacing: 0.06em;
    white-space: normal;
    line-height: 1.35;
  }

  .hero-stage-mobile {
    display: contents;
  }

  .hero-wordmark {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 1.75rem;
    font-size: clamp(3.4rem, 18vw, 5.5rem);
    letter-spacing: 0.01em;
    text-indent: 0;
    white-space: nowrap;
    z-index: 1;
  }

  .hero-signature {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: -1.4rem;
    font-size: clamp(2.4rem, 12vw, 3.6rem);
    line-height: 1.1;
    white-space: nowrap;
    z-index: 3;
  }

  .hero-cutout {
    position: relative;
    left: auto;
    top: auto;
    width: min(72vw, 280px);
    margin: -0.5rem auto 0;
    z-index: 2;
  }

  .hero-camera {
    position: relative;
    left: auto;
    top: auto;
    width: min(48vw, 200px);
    margin: -2.5rem 0 0 auto;
    margin-right: 4%;
    z-index: 3;
  }

  .hero-cta {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
    align-self: center;
    margin-top: 1.25rem;
    font-size: 0.85rem;
    letter-spacing: 0.1em;
  }

  .hero-cta__arrow {
    margin-left: 0.35rem;
  }

  /* ---- About ---- */
  .section-about .section__canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }

  .about-arc {
    display: none;
  }

  .about-sparkles {
    display: none;
  }

  .about-copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 36rem;
    order: 2;
    text-align: center;
  }

  .about-heading {
    font-size: clamp(1.85rem, 7vw, 2.4rem);
    margin-bottom: 0.85rem;
  }

  .about-sub {
    font-size: 0.78rem;
    margin-bottom: 1rem;
  }

  .about-body {
    font-size: 0.95rem;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.9rem;
  }

  .about-photo {
    position: relative;
    top: auto;
    right: auto;
    width: min(58vw, 220px);
    height: auto;
    aspect-ratio: 315 / 480;
    border-width: 2px;
    border-radius: 6rem;
    order: 1;
  }

  .about-cta {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    order: 3;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    white-space: normal;
  }

  /* ---- Work ---- */
  .section-work .section__canvas {
    padding: 2.25rem 1.1rem 2.75rem;
  }

  .filmstrip {
    display: none;
  }

  .work-heading {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: clamp(1.9rem, 8vw, 2.6rem);
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
  }

  .work-grid {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    flex-direction: column;
    align-items: center;
    gap: 2.25rem;
  }

  .work-card {
    max-width: 20rem;
    width: 100%;
  }

  .work-card__label {
    font-size: 0.75rem;
    margin-bottom: 0.65rem;
  }

  .work-card__media {
    width: min(62vw, 220px);
    height: auto;
    aspect-ratio: 220 / 320;
    margin-bottom: 1rem;
  }

  .work-card__title {
    font-size: 1.45rem;
    margin-bottom: 0.55rem;
  }

  .work-card__desc {
    font-size: 0.9rem;
    max-width: none;
  }

  /* ---- Process ---- */
  .section-process .section__canvas {
    padding-top: 2.5rem;
  }

  .process-heading {
    position: relative;
    top: auto;
    left: auto;
    font-size: clamp(1.7rem, 7vw, 2.2rem);
    text-align: center;
    margin-bottom: 0.65rem;
  }

  .process-sub {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.35rem;
    line-height: 1.4;
  }

  .process-steps {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .process-card {
    min-height: 0;
    border-radius: 1.25rem;
    padding: 1.35rem 1.15rem;
  }

  .process-card--outline {
    border-width: 2px;
  }

  .process-card__title {
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
  }

  .process-card__body {
    font-size: 0.9rem;
    max-width: none;
  }

  .process-camera {
    display: none;
  }

  /* ---- Why me ---- */
  .section-why .section__canvas {
    padding: 2.75rem 1.25rem 3rem;
  }

  .why-circles {
    display: none;
  }

  .why-heading {
    position: relative;
    top: auto;
    left: auto;
    font-size: clamp(2.6rem, 14vw, 3.6rem);
    margin-bottom: 1.75rem;
    z-index: 1;
  }

  .why-points {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    gap: 1.5rem;
  }

  .why-point__title {
    font-size: 0.95rem;
    margin-bottom: 0.45rem;
  }

  .why-point__body {
    font-size: 0.95rem;
    max-width: none;
  }

  /* ---- Contact ---- */
  .section-contact .section__canvas {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding-top: 2.5rem;
  }

  .contact-sparkles {
    display: none;
  }

  .contact-headline {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    text-align: center;
    order: 1;
  }

  .contact-heading {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }

  .contact-script {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
    margin-top: -0.35rem;
    margin-left: 0;
  }

  .contact-photo {
    position: relative;
    top: auto;
    right: auto;
    width: min(52vw, 200px);
    height: auto;
    aspect-ratio: 300 / 420;
    border-width: 2px;
    border-radius: 4.5rem;
    order: 2;
  }

  .contact-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.35rem;
    order: 3;
    margin-top: 0.5rem;
  }

  .contact-col:nth-child(2),
  .contact-col:nth-child(3) {
    text-align: center;
  }

  .contact-col:nth-child(3) {
    align-items: center;
  }

  .contact-col__label {
    font-size: 0.85rem;
    margin-bottom: 0.35rem;
  }

  .contact-col:nth-child(3) .contact-col__label {
    margin-bottom: 0.55rem;
  }

  .contact-col__value {
    font-size: 0.9rem;
    word-break: break-word;
  }

  .contact-col__value--link {
    text-underline-offset: 3px;
  }

  .contact-socials {
    gap: 0.85rem;
  }

  .contact-social {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contact-social .icon-social {
    width: 1.75rem;
    height: 1.75rem;
  }
}

/* Narrow phones — keep hero collage from colliding */
@media (max-width: 420px) {
  .hero-bar__left,
  .hero-bar__right {
    font-size: 0.55rem;
  }

  .hero-wordmark {
    font-size: clamp(2.8rem, 16vw, 4rem);
  }

  .hero-signature {
    font-size: clamp(2rem, 11vw, 2.8rem);
    margin-top: -1rem;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* Comfortable two-up process cards on mid tablets in portrait */
@media (min-width: 560px) and (max-width: 900px) {
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}
