:root {
  --bg: #11100d;
  --bg-2: #17140f;
  --ink: #fbf1df;
  --muted: #dbcab0;
  --soft: #9e8f78;
  --accent: #f13d72;
  --accent-2: #c69649;
  --line: rgba(198, 150, 73, 0.66);
  --line-soft: rgba(198, 150, 73, 0.28);
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.42);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Helvetica Neue", sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 16%, rgba(241, 61, 114, 0.14), transparent 24rem),
    radial-gradient(circle at 64% 58%, rgba(198, 150, 73, 0.12), transparent 24rem),
    linear-gradient(180deg, var(--bg) 0%, #0d0c0a 100%);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.5;
}

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

img,
svg {
  display: block;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.18;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 5px 7px;
  mask-image: radial-gradient(circle at center, #000 0%, transparent 78%);
}

.site-header,
.hero,
.links,
.about,
.projects,
.signup,
.deals,
.site-footer {
  width: min(92vw, 1180px);
  margin-inline: auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.55rem 0 1.35rem;
  border-bottom: 1px solid var(--line);
}

.brand {
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.045em;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 4vw, 3rem);
  color: var(--ink);
  font-size: 0.98rem;
}

.nav a {
  position: relative;
  padding: 0.45rem 0;
}

.nav a:first-child {
  color: var(--accent);
}

.nav a:first-child::after,
.nav a:focus-visible::after,
.nav a:hover::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(20rem, 0.98fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 650px;
  padding: clamp(3rem, 7vw, 6.4rem) 0 1.7rem;
}

.hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.9rem, 10.5vw, 8.2rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.identity {
  margin: -0.12em 0 0;
  color: var(--accent);
  font-family: var(--serif);
  font-size: clamp(3.3rem, 8vw, 6.2rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.lead {
  max-width: 18rem;
  margin: 1.7rem 0 2.35rem;
  color: #f5c86e;
  font-size: clamp(1.22rem, 2vw, 1.6rem);
  line-height: 1.2;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.25rem 2.35rem;
  font-size: 1.08rem;
}

.hero-actions a:not(.button) {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
  min-height: 4.35rem;
  padding: 0 2.2rem;
  background: linear-gradient(135deg, #e93c72, #ff5b83);
  box-shadow: 0 18px 40px rgba(241, 61, 114, 0.18);
  color: #fff8ef;
  font-weight: 600;
}

.button span,
.arrow,
.project-link b {
  font-family: var(--sans);
  letter-spacing: -0.2em;
}

.portrait-frame {
  position: relative;
  z-index: 1;
  min-height: clamp(23rem, 44vw, 34rem);
  isolation: isolate;
}

.portrait-frame::after {
  position: absolute;
  inset: 2.1rem 0 1.6rem 5.2rem;
  z-index: -3;
  border: 1px solid var(--accent-2);
  content: "";
}

.portrait-frame img {
  position: absolute;
  right: 3rem;
  bottom: 0;
  width: min(58vw, 27rem);
  max-height: 31rem;
  object-fit: contain;
  filter: grayscale(1) contrast(1.22) brightness(0.88);
  transform: scale(1.08);
  transform-origin: bottom right;
}

.paint {
  position: absolute;
  z-index: -2;
  transform: rotate(-9deg);
  filter: saturate(1.08);
}

.paint-pink {
  top: 2rem;
  right: 4rem;
  width: min(34vw, 26rem);
  height: 10rem;
  background: linear-gradient(90deg, transparent, rgba(241, 61, 114, 0.88), rgba(241, 61, 114, 0.36), transparent);
  clip-path: polygon(0 38%, 78% 5%, 100% 28%, 18% 96%);
}

.paint-gold {
  right: 0;
  bottom: 8rem;
  width: min(36vw, 28rem);
  height: 8rem;
  background: linear-gradient(90deg, transparent, rgba(198, 150, 73, 0.78), rgba(198, 150, 73, 0.32), transparent);
  clip-path: polygon(12% 20%, 100% 0, 83% 74%, 0 100%);
}

.links {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.link-row {
  display: grid;
  grid-template-columns: 5rem 1fr auto;
  gap: 1.8rem;
  align-items: center;
  min-height: 6.4rem;
  border-bottom: 1px solid var(--line-soft);
}

.link-row:last-child {
  border-bottom: 0;
}

.social-mark {
  color: var(--accent);
}

.social-mark svg {
  width: 3.4rem;
  height: 3.4rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-text {
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
}

.link-row:nth-child(3) .social-mark svg {
  fill: currentColor;
  stroke: none;
}

.link-label {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.8vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.04em;
}

.link-label em {
  color: var(--accent);
  font-family: var(--sans);
  font-size: 0.48em;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.arrow {
  color: var(--accent);
  font-size: clamp(2rem, 4vw, 3rem);
}

.signup {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(20rem, 1.22fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(3.2rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--line);
}

.signup h2 {
  max-width: 8ch;
  margin: 0;
  color: var(--accent-2);
  font-family: var(--serif);
  font-size: clamp(3.7rem, 7vw, 5.75rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.signup-copy p {
  max-width: 24rem;
  margin: 1.35rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lead-form > input[name="website"] {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
}

.lead-form label {
  display: grid;
  gap: 0.45rem;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form label em {
  color: var(--soft);
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line-soft);
  border-radius: 0;
  background: rgba(251, 241, 223, 0.08);
  color: var(--ink);
  font: inherit;
}

.lead-form input {
  min-height: 3.75rem;
  padding: 0 1rem;
}

.lead-form textarea {
  min-height: 7rem;
  padding: 1rem;
  resize: vertical;
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(219, 202, 176, 0.54);
}

.lead-form .wide {
  grid-column: 1 / -1;
}

.lead-form .check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.lead-form .check input {
  flex: 0 0 auto;
  width: 1.15rem;
  min-height: 1.15rem;
  margin-top: 0.12rem;
  accent-color: var(--accent);
}

.lead-form .button {
  border: 0;
  cursor: pointer;
  font: inherit;
}

.form-status {
  min-height: 1.5rem;
  margin: -0.2rem 0 0;
  color: #f5c86e;
  font-weight: 700;
}

.deals {
  padding: clamp(4rem, 7vw, 6rem) 0;
  border-bottom: 1px solid var(--line);
}

.deals-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 -0.4rem;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.deals h2 {
  margin: 0;
  color: var(--accent-2);
  font-family: var(--serif);
  font-size: clamp(3.35rem, 7vw, 5.8rem);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.deals-heading p:last-child {
  max-width: 30rem;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.deal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-soft);
  border-left: 1px solid var(--line-soft);
}

.deal-card {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  min-height: 11.25rem;
  padding: 1.1rem;
  border-right: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background: linear-gradient(145deg, rgba(251, 241, 223, 0.055), rgba(251, 241, 223, 0.015));
}

.deal-card:hover,
.deal-card:focus-visible {
  background: linear-gradient(145deg, rgba(241, 61, 114, 0.16), rgba(198, 150, 73, 0.08));
}

.deal-tag {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.deal-card strong {
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}

.deal-card span:last-child {
  color: var(--muted);
  font-size: 0.94rem;
}

.support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.4rem;
  margin-top: 1.6rem;
  color: var(--accent);
  font-weight: 700;
}

.support-links a {
  border-bottom: 1px solid currentColor;
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(18rem, 1.08fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
}

.about h2,
.projects h2 {
  margin: 0;
  color: var(--accent-2);
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 6rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.9;
}

.about h2 {
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.08em;
}

.about p {
  max-width: 24rem;
  margin: 1.35rem 0 0;
  color: var(--ink);
  font-size: 1.08rem;
}

.archive-lines {
  color: var(--accent) !important;
  font-weight: 700;
}

.about-art {
  position: relative;
  min-height: 27rem;
  border-left: 1px solid var(--line);
  overflow: hidden;
}

.about-art::before {
  position: absolute;
  top: 50%;
  left: -0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  background: var(--accent-2);
  box-shadow: 0 0 0 0.65rem rgba(198, 150, 73, 0.08);
  content: "";
  transform: rotate(45deg);
}

.about-art img {
  position: absolute;
  right: 9%;
  bottom: -1.8rem;
  z-index: 1;
  width: min(45vw, 21rem);
  filter: grayscale(1) contrast(1.25) brightness(0.76);
}

.paper {
  position: absolute;
  inset: 2rem 2rem 1.2rem 6rem;
  background:
    repeating-linear-gradient(170deg, rgba(17, 16, 13, 0.2) 0 9px, rgba(17, 16, 13, 0) 9px 21px),
    linear-gradient(135deg, rgba(236, 223, 197, 0.32), rgba(236, 223, 197, 0.08));
  clip-path: polygon(6% 8%, 98% 0, 88% 92%, 0 100%);
}

.flower {
  position: absolute;
  right: 0;
  bottom: 2rem;
  z-index: 2;
  width: 8rem;
  height: 8rem;
  border-radius: 52% 48% 42% 58%;
  background:
    radial-gradient(circle at 50% 50%, rgba(241, 61, 114, 0.82) 0 10%, transparent 11%),
    conic-gradient(from 18deg, rgba(241, 61, 114, 0.12), rgba(241, 61, 114, 0.82), rgba(241, 61, 114, 0.16), rgba(198, 150, 73, 0.1), rgba(241, 61, 114, 0.72), rgba(241, 61, 114, 0.12));
  opacity: 0.78;
  mix-blend-mode: screen;
}

.projects {
  padding: 0 0 clamp(4rem, 7vw, 5.8rem);
}

.projects h2 {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: center;
  color: var(--accent-2);
  font-style: normal;
  text-align: center;
}

.projects h2::before,
.projects h2::after {
  flex: 1;
  height: 1px;
  background: var(--line);
  content: "";
}

.project-rail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.4rem;
}

.project-link {
  display: grid;
  min-height: 13rem;
  padding: 1.1rem clamp(1rem, 2vw, 2rem);
  border-right: 1px solid var(--line);
  text-align: center;
  align-content: start;
}

.project-link:last-child {
  border-right: 0;
}

.project-icon {
  min-height: 3.6rem;
  color: var(--accent);
  font-family: var(--serif);
  font-size: 3.1rem;
  font-style: italic;
  line-height: 1;
}

.project-link strong {
  margin-top: 0.8rem;
  font-family: var(--serif);
  font-size: 1.85rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.project-link span:not(.project-icon) {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.project-link b {
  margin-top: 1.2rem;
  color: var(--accent);
  font-size: 1.9rem;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer > a {
  color: var(--accent);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
}

.site-footer nav {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.site-footer nav a {
  color: var(--accent);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 6px;
}

@media (max-width: 860px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.85rem;
  }

  .nav {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }

  .hero,
  .about,
  .signup,
  .deals-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 0;
    padding-top: 3.2rem;
  }

  .hero h1 {
    max-width: 7.8ch;
    font-size: clamp(3.15rem, 13.5vw, 5rem);
    letter-spacing: -0.065em;
  }

  .identity {
    font-size: clamp(3rem, 13vw, 5rem);
  }

  .portrait-frame {
    margin-top: 2rem;
    min-height: 24rem;
  }

  .portrait-frame::after {
    inset: 1.5rem 0 0.7rem 3rem;
  }

  .portrait-frame img {
    right: 0;
    width: min(70vw, 23rem);
  }

  .paint-pink,
  .paint-gold {
    width: 70vw;
  }

  .link-row {
    grid-template-columns: 3.8rem 1fr auto;
    gap: 1rem;
    min-height: 5.4rem;
  }

  .social-mark svg {
    width: 2.65rem;
    height: 2.65rem;
  }

  .social-text {
    font-size: 2.2rem;
  }

  .link-label {
    display: grid;
    gap: 0.15rem;
  }

  .link-label em {
    font-size: 0.56em;
  }

  .about-art {
    min-height: 24rem;
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .about-art::before {
    top: -0.45rem;
    left: 12%;
  }

  .paper {
    inset: 2rem 0.5rem 1rem 1rem;
  }

  .about-art img {
    width: min(64vw, 19rem);
  }

  .project-rail {
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--line-soft);
  }

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

  .project-link {
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .project-link:nth-child(odd) {
    border-right: 1px solid var(--line-soft);
  }

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

  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .site-header,
  .hero,
  .links,
  .about,
  .projects,
  .signup,
  .deals,
  .site-footer {
    width: min(90vw, 32rem);
  }

  .site-header {
    width: calc(100vw - 48px);
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.22rem;
    justify-items: start;
    justify-content: start;
    width: auto;
    min-width: 0;
    font-size: 0.93rem;
  }

  .hero-actions {
    position: relative;
    z-index: 3;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .lead {
    max-width: 17rem;
  }

  .button {
    width: 100%;
    justify-content: center;
    min-height: 3.8rem;
  }

  .link-row {
    grid-template-columns: 3rem 1fr auto;
  }

  .link-label {
    font-size: clamp(1.6rem, 8vw, 2.1rem);
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .projects h2::before,
  .projects h2::after {
    display: none;
  }

  .project-rail {
    grid-template-columns: 1fr;
  }

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

  .project-link,
  .project-link:nth-child(odd) {
    border-right: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy,
  .portrait-frame,
  .link-row,
  .signup-copy,
  .lead-form,
  .deals-heading,
  .deal-card,
  .about-copy,
  .about-art,
  .project-link {
    animation: rise 700ms ease both;
  }

  .portrait-frame {
    animation-delay: 120ms;
  }

  .link-row:nth-child(3),
  .about-art {
    animation-delay: 170ms;
  }

  .link-row:nth-child(4),
  .project-link:nth-child(2) {
    animation-delay: 230ms;
  }

  .project-link:nth-child(3) {
    animation-delay: 290ms;
  }

  .project-link:nth-child(4) {
    animation-delay: 350ms;
  }

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