@font-face {
  font-family: "MonteCarlo";
  src: url("assets/fonts/MonteCarlo-Regular.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --hero-script: "MonteCarlo", "Snell Roundhand", "Segoe Script", cursive;
  --paper: #f4f0e8;
  --ink: #11120f;
  --cream: #fff7e8;
  --navy: #17325e;
  --rule: rgba(17, 18, 15, 0.48);
  --serif: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  --display: "Bodoni 72 Smallcaps", "Bodoni 72", "Bodoni MT", Didot, Georgia, serif;
  --sans: Avenir, "Avenir Next", Helvetica, Arial, sans-serif;
  --gutter: clamp(1.2rem, 5.2vw, 6rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.hero {
  position: relative;
  min-height: 100dvh;
  overflow: hidden;
  color: var(--cream);
  isolation: isolate;
}

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

.hero-image {
  z-index: -2;
  object-position: center 62%;
  filter: sepia(0.4) saturate(1.2) brightness(0.95) contrast(0.9) hue-rotate(-14deg);
  transform: scale(1.01);
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(223, 170, 164, 0.14), rgba(55, 36, 31, 0.27)),
    linear-gradient(90deg, rgba(45, 27, 23, 0.13), transparent 58%),
    linear-gradient(110deg, rgba(244, 150, 105, 0.27), rgba(225, 164, 148, 0.22) 48%, rgba(120, 101, 124, 0.15));
}

.hero-note {
  position: absolute;
  top: 70%;
  right: 15.5vw;
  margin: 0;
  display: flex;
  align-items: flex-end;
  gap: 0.3rem;
  font-family: "Bradley Hand", "Segoe Print", cursive;
  font-size: clamp(1rem, 2vw, 1.95rem);
  rotate: -4deg;
}

.hero-arrow {
  width: clamp(4.875rem, 8vw, 7.75rem);
  height: auto;
  margin-bottom: 0.625rem;
  overflow: visible;
}

.hero-arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.hero-role {
  position: absolute;
  top: clamp(3rem, 10vh, 7.5rem);
  right: var(--gutter);
  margin: 0;
  text-align: right;
  font-size: clamp(0.7rem, 1.15vw, 1.2rem);
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: 0.04em;
}

.hero-content {
  min-height: 100dvh;
  padding: clamp(9rem, 20vh, 14rem) var(--gutter) clamp(2rem, 6vh, 5rem);
  display: grid;
  align-content: center;
  justify-items: center;
}

.hero h1 {
  position: absolute;
  top: 21.5%;
  left: 47%;
  margin: 0;
  width: min(86.25rem, 94vw);
  font-family: var(--hero-script);
  font-size: clamp(9.25rem, 18.2vw, 17.8125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0;
  font-variant-caps: normal;
  font-feature-settings: normal;
  text-align: center;
  text-shadow: 0 2px 22px rgba(9, 11, 10, 0.16);
  transform: translateX(-50%);
}

.hero-title-line {
  display: block;
  padding-bottom: 0;
  line-height: 0.7;
}

.hero-title-line-bottom {
  margin-left: 10%;
  font-size: 1em;
}

.hero-intro {
  position: absolute;
  left: var(--gutter);
  bottom: clamp(2rem, 5vh, 4.25rem);
}

.hero-intro p {
  margin: 0 0 1.15rem;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.18;
}

.outline-button {
  min-width: 13.5rem;
  padding: 1rem 1.6rem;
  border: 1px solid currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  white-space: nowrap;
  transition: background-color 180ms ease, color 180ms ease;
}

.outline-button-light:hover,
.outline-button-light:focus-visible {
  color: var(--ink);
  background: var(--cream);
}

.about {
  min-height: 100dvh;
  padding: clamp(5rem, 10vw, 9rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(4rem, 9vw, 10rem);
  align-items: center;
}

.section-label {
  margin: 0 0 1.8rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.portrait-card {
  position: relative;
  width: min(100%, 38rem);
  padding: clamp(2.5rem, 5vw, 5.5rem);
  aspect-ratio: 0.82;
  overflow: visible;
  border-radius: 1.4rem;
  background: #eee8dc;
  box-shadow: 0 3px 8px rgba(29, 25, 19, 0.18);
}

.portrait-pattern {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0.13;
  background-image:
    radial-gradient(circle at 15% 20%, transparent 0 6px, #25385d 7px 8px, transparent 9px),
    radial-gradient(circle at 65% 70%, transparent 0 6px, #25385d 7px 8px, transparent 9px);
  background-size: 32px 32px;
}

.portrait-card > img {
  position: relative;
  border-radius: 1.25rem;
  object-position: 47% center;
}

.stamp {
  position: absolute;
  z-index: 2;
  color: var(--navy);
  border: 4px double currentColor;
  font-family: Georgia, serif;
  text-align: center;
  opacity: 0.96;
  transform: rotate(8deg);
}

.stamp-round {
  top: -2.6rem;
  right: -1.5rem;
  width: clamp(8rem, 13vw, 11.2rem);
  aspect-ratio: 1;
  padding: 1.75rem 0.6rem;
  border-radius: 50%;
}

.stamp span,
.stamp small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
}

.stamp strong {
  display: block;
  margin: 0.3rem 0;
  font-size: clamp(0.9rem, 1.6vw, 1.35rem);
}

.stamp-corner {
  left: -1.2rem;
  bottom: 0.9rem;
  padding: 0.65rem 1.2rem;
  color: #245b38;
  transform: rotate(-13deg);
}

.about-copy h2,
.work h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.about-copy h2 {
  max-width: 10ch;
  margin: 0 0 2rem;
  font-size: clamp(3.2rem, 5.5vw, 6.4rem);
  line-height: 0.94;
}

.about-copy p {
  max-width: 50rem;
  margin: 0 0 1.8rem;
  font-size: clamp(0.95rem, 1.05vw, 1.12rem);
  line-height: 1.78;
}

.work {
  padding: clamp(4rem, 8vw, 7.5rem) var(--gutter) clamp(6rem, 11vw, 11rem);
}

.work h2 {
  margin: 0 0 clamp(2rem, 4vw, 4rem);
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 1;
}

.collection {
  margin: 0 0 clamp(3rem, 6vw, 6.5rem);
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.55rem, 1vw, 1rem);
}

.tile {
  position: relative;
  margin: 0;
  aspect-ratio: 0.72;
  overflow: hidden;
  background: #d8d1c6;
}

.tile img,
.tile video {
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.tile:hover img,
.tile:hover video {
  transform: scale(1.025);
}

.collection:nth-of-type(even) .tile:first-child img {
  object-position: 35% center;
}

.collection-caption {
  margin: 0.65rem 0 0;
  font-family: var(--serif);
  font-size: clamp(0.85rem, 1.05vw, 1rem);
  font-style: italic;
}

.collection-caption strong {
  font-family: var(--sans);
  font-size: 0.74em;
  font-style: normal;
  letter-spacing: 0.08em;
}

.inquiry {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  min-height: 760px;
  border-top: 1px solid var(--ink);
}

.inquiry-intro,
.inquiry-panel {
  padding: clamp(4rem, 7vw, 7rem) var(--gutter);
}

.inquiry-intro {
  color: var(--cream);
  background: var(--navy);
}

.inquiry-availability {
  margin: 0 0 clamp(2rem, 5vw, 4rem);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.inquiry-intro h2 {
  max-width: 9ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4rem, 6.2vw, 7.2rem);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.inquiry-caption {
  max-width: 31rem;
  margin: 2rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.8vw, 1.7rem);
  font-style: italic;
  line-height: 1.35;
}

.inquiry-contact {
  margin-top: clamp(4rem, 8vw, 8rem);
  display: grid;
  gap: 1.2rem;
}

.inquiry-contact p {
  margin: 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 1rem;
  align-items: baseline;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.4vw, 1.35rem);
}

.inquiry-contact span {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.inquiry-contact a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.inquiry-panel {
  background: var(--paper);
}

.inquiry-panel h3 {
  margin: 0 0 clamp(2.5rem, 5vw, 4.5rem);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 4vw, 4.5rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

.inquiry-form {
  display: grid;
  gap: 1.8rem;
}

.form-field {
  display: grid;
  gap: 0.55rem;
}

.form-field label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.75rem 0 0.85rem;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid var(--rule);
  border-radius: 0;
  outline: 0;
  background: transparent;
  font: inherit;
  font-size: 1.05rem;
}

.form-field textarea {
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-bottom-color: var(--navy);
  box-shadow: 0 2px 0 var(--navy);
}

.form-field small {
  color: #4d4c47;
  font-size: 0.78rem;
  line-height: 1.4;
}

.inquiry-submit {
  width: 100%;
  margin-top: 0.6rem;
  padding: 1.1rem 1.5rem;
  color: var(--cream);
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--ink);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition: transform 150ms ease, color 150ms ease, background-color 150ms ease;
}

.inquiry-submit:hover,
.inquiry-submit:focus-visible {
  color: var(--ink);
  background: transparent;
}

.inquiry-submit:active {
  transform: translateY(1px);
}

.form-status {
  min-height: 1.3em;
  margin: -0.65rem 0 0;
  color: #3f493e;
  font-size: 0.82rem;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-content,
  .hero-role,
  .hero-note {
    animation: reveal 780ms cubic-bezier(0.16, 1, 0.3, 1) both;
  }

  .hero-role {
    animation-delay: 120ms;
  }

  .hero-note {
    animation-delay: 220ms;
  }

  @keyframes reveal {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 900px) {
  .hero h1 {
    font-size: clamp(6.6rem, 19vw, 10.5rem);
  }

  .about {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .about-portrait-column {
    width: min(90%, 36rem);
  }

  .about-copy h2 {
    max-width: 12ch;
  }

}

@media (max-width: 680px) {
  .hero {
    min-height: 760px;
  }

  .hero-content {
    min-height: 760px;
    padding-top: 11rem;
    align-content: center;
  }

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

  .hero-role {
    top: 2rem;
    font-size: 0.62rem;
  }

  .hero-note {
    top: 64%;
    right: 1.4rem;
  }

  .hero h1 {
    top: 25%;
    left: 48.5%;
    width: 96vw;
    font-size: clamp(5.25rem, 24vw, 7.6rem);
    line-height: 0.8;
  }

  .hero-title-line-bottom {
    margin-left: 4%;
  }

  .hero-intro {
    right: var(--gutter);
    bottom: 2rem;
  }

  .hero-intro p {
    font-size: 1.3rem;
  }

  .about {
    min-height: 0;
    padding-top: 5rem;
  }

  .portrait-card {
    width: 94%;
    padding: 2.2rem;
  }

  .stamp-round {
    right: -2rem;
  }

  .about-copy h2 {
    font-size: clamp(3rem, 15vw, 4.5rem);
  }

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

  .tile:nth-child(2),
  .tile:nth-child(3) {
    margin: 0;
  }

  .collection-caption {
    margin-top: 0.75rem;
  }

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

  .inquiry-intro,
  .inquiry-panel {
    padding: 4rem var(--gutter);
  }

  .inquiry-intro h2 {
    font-size: clamp(3.8rem, 17vw, 5.6rem);
  }

  .inquiry-contact p {
    grid-template-columns: 1fr;
    gap: 0.3rem;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 5.25rem;
  }

  .outline-button {
    min-width: 12rem;
  }

  .stamp-round {
    width: 7.4rem;
    padding-top: 1.5rem;
  }
}
