:root {
  --pink: #e95070;
  --pink-dark: #d83d60;
  --pink-soft: #f8d6de;
  --ink: #171315;
  --paper: #f9f4ec;
  --cream: #efe5d8;
  --white: #fffdf9;
  --line: rgba(23, 19, 21, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--white);
  background: var(--pink);
}

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

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

.skip-link {
  position: fixed;
  z-index: 100;
  top: -5rem;
  left: 1rem;
  padding: 0.75rem 1rem;
  color: var(--white);
  background: var(--ink);
  transition: top 0.2s ease;
}

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

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

.brand {
  display: block;
  width: 8.4rem;
  padding: 0.1rem 0;
}

.header-link,
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.header-link {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid currentColor;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  padding: 8rem 1.25rem 5rem;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 0% 100%, rgba(233, 80, 112, 0.13), transparent 35%),
    linear-gradient(135deg, var(--paper), #f4eadf 68%, #f1dfd3);
}

.hero::after {
  position: absolute;
  z-index: -2;
  top: 5rem;
  right: -11rem;
  width: 29rem;
  height: 29rem;
  content: "";
  border: 1px solid rgba(233, 80, 112, 0.33);
  border-radius: 50%;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100%, 48rem);
}

.eyebrow,
.section-label {
  margin: 0 0 1.25rem;
  color: var(--pink-dark);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before {
  display: inline-block;
  width: 1.75rem;
  height: 1px;
  margin: 0 0.7rem 0.25rem 0;
  content: "";
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

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

h1,
h2 {
  font-family: "Italiana", serif;
  line-height: 0.96;
  letter-spacing: -0.035em;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.6rem;
  font-size: clamp(3.3rem, 16vw, 7.5rem);
}

h1 em,
h2 em {
  color: var(--pink);
  font-weight: 400;
}

.hero-copy {
  max-width: 34rem;
  margin-bottom: 2rem;
  color: rgba(23, 19, 21, 0.72);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.35rem;
}

.button {
  display: inline-flex;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.9rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 100vw;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

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

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

.button-dark:hover {
  background: var(--pink-dark);
}

.text-link {
  padding: 0.8rem 0;
}

.text-link span {
  color: var(--pink);
  font-size: 1rem;
}

.coming-stamp {
  position: absolute;
  z-index: 2;
  right: 0.75rem;
  bottom: 1rem;
  display: grid;
  width: 7.5rem;
  height: 7.5rem;
  place-items: center;
  color: var(--pink-dark);
}

.coming-stamp svg {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: spin 18s linear infinite;
}

.coming-stamp text {
  fill: currentColor;
  font-family: "DM Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.2px;
}

.coming-stamp span {
  font-size: 1.7rem;
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: var(--pink);
  filter: saturate(0.92);
}

.hero-orbit-one {
  top: 14%;
  right: -5.5rem;
  width: 10rem;
  height: 10rem;
  opacity: 0.8;
}

.hero-orbit-two {
  right: 6rem;
  bottom: 14%;
  width: 1rem;
  height: 1rem;
  box-shadow: 1.7rem 0.4rem 0 -0.1rem var(--pink-soft);
}

.flower {
  position: absolute;
  z-index: -1;
  width: 8rem;
  height: 8rem;
}

.flower-one {
  top: 28%;
  right: 1.5rem;
  transform: rotate(-18deg);
}

.flower span {
  position: absolute;
  top: 3.1rem;
  left: 3.1rem;
  width: 2rem;
  height: 4rem;
  border-radius: 80% 20% 65% 35%;
  background: rgba(249, 244, 236, 0.8);
  transform-origin: center 1rem;
}

.flower span:nth-child(2) { transform: rotate(72deg); }
.flower span:nth-child(3) { transform: rotate(144deg); }
.flower span:nth-child(4) { transform: rotate(216deg); }
.flower span:nth-child(5) { transform: rotate(288deg); }

.hero-side-note {
  display: none;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

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

.reveal {
  animation: reveal 0.75s both cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-delay-one { animation-delay: 0.1s; }
.reveal-delay-two { animation-delay: 0.2s; }
.reveal-delay-three { animation-delay: 0.3s; }

.manifesto {
  padding: 5.5rem 1.25rem;
  background: var(--ink);
}

.manifesto-intro {
  margin-bottom: 3rem;
  color: var(--white);
}

.manifesto h2,
.contact h2 {
  margin-bottom: 0;
  font-size: clamp(2.85rem, 12vw, 6.5rem);
}

.services {
  display: grid;
  gap: 1rem;
}

.service-card {
  position: relative;
  display: flex;
  min-height: 24rem;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  padding: 1.5rem;
  border-radius: 0.2rem;
}

.service-fashion {
  background: var(--cream);
}

.service-fragrance {
  color: var(--white);
  background: var(--pink);
}

.service-florals {
  background: #d8a7ae;
}

.service-number {
  z-index: 2;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.service-card h3 {
  position: relative;
  z-index: 2;
  margin-bottom: 0.65rem;
  font-family: "Italiana", serif;
  font-size: 2.4rem;
}

.service-card p {
  position: relative;
  z-index: 2;
  max-width: 26rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  opacity: 0.78;
}

.service-icon {
  position: absolute;
  top: 2.7rem;
  right: -0.5rem;
  left: 0;
  height: 14rem;
  margin: auto;
}

.service-icon-ribbon {
  width: 7rem;
  height: 13rem;
  border: 1px solid var(--pink);
  border-radius: 50% 50% 48% 52%;
  transform: rotate(26deg);
}

.service-icon-ribbon::before,
.service-icon-ribbon::after {
  position: absolute;
  width: 7rem;
  height: 13rem;
  content: "";
  border: inherit;
  border-radius: inherit;
}

.service-icon-ribbon::before { transform: rotate(57deg); }
.service-icon-ribbon::after { transform: rotate(112deg); }

.service-icon-bottle {
  top: 4rem;
  width: 8.5rem;
  height: 10.5rem;
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 1.2rem 1.2rem 2.2rem 2.2rem;
}

.service-icon-bottle::before {
  position: absolute;
  top: -2.3rem;
  left: 2.4rem;
  width: 3.7rem;
  height: 2.3rem;
  content: "";
  border: inherit;
  border-bottom: 0;
  border-radius: 0.3rem 0.3rem 0 0;
}

.service-icon-bottle::after {
  position: absolute;
  inset: 2.25rem 1.1rem;
  display: grid;
  content: "P";
  place-items: center;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 50%;
  font-family: "Italiana", serif;
  font-size: 2.5rem;
}

.service-icon-bloom {
  top: 3.3rem;
  width: 13rem;
  height: 13rem;
}

.service-icon-bloom i {
  position: absolute;
  top: 4.5rem;
  left: 5.25rem;
  width: 3rem;
  height: 6rem;
  border: 1px solid rgba(23,19,21,0.6);
  border-radius: 90% 15% 80% 20%;
  transform-origin: center 1.5rem;
}

.service-icon-bloom i:nth-child(2) { transform: rotate(72deg); }
.service-icon-bloom i:nth-child(3) { transform: rotate(144deg); }
.service-icon-bloom i:nth-child(4) { transform: rotate(216deg); }
.service-icon-bloom i:nth-child(5) { transform: rotate(288deg); }

.promise {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  padding: 1.8rem 1.25rem;
  color: var(--white);
  background: var(--pink);
}

.promise p {
  margin: 0;
  font-family: "Italiana", serif;
  font-size: 1.15rem;
}

.promise span {
  color: var(--ink);
  font-size: 0.7rem;
}

.contact {
  display: grid;
  gap: 3.5rem;
  padding: 5.5rem 1.25rem;
  background: var(--paper);
}

.contact-copy > p:not(.section-label) {
  max-width: 30rem;
  margin: 1.5rem 0 0;
  color: rgba(23,19,21,0.7);
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 2rem;
}

.contact-note span {
  color: var(--pink);
}

.contact-note p {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-form {
  padding: 1.4rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.48);
}

.form-row {
  display: grid;
  gap: 1.25rem;
}

.field,
fieldset {
  margin: 0 0 1.4rem;
}

.field label,
legend {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  padding: 0.8rem 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  outline: none;
  color: var(--ink);
  background: transparent;
  font: inherit;
  transition: border-color 0.2s ease;
}

input:focus,
textarea:focus {
  border-color: var(--pink);
}

input::placeholder,
textarea::placeholder {
  color: rgba(23,19,21,0.38);
}

textarea {
  resize: vertical;
}

fieldset {
  padding: 0;
  border: 0;
}

.choice-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice span {
  display: block;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 100vw;
  font-size: 0.78rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.choice input:checked + span {
  color: var(--white);
  border-color: var(--pink);
  background: var(--pink);
}

.choice input:focus-visible + span {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.button-pink {
  width: 100%;
  color: var(--white);
  background: var(--pink);
}

.button-pink:hover {
  background: var(--ink);
}

.form-privacy {
  margin: 0.9rem 0 0;
  color: rgba(23,19,21,0.52);
  font-size: 0.68rem;
  text-align: center;
}

.hidden-field {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

footer {
  display: grid;
  gap: 1rem;
  justify-items: center;
  padding: 3.5rem 1.25rem 2rem;
  color: rgba(255,255,255,0.65);
  background: var(--ink);
  text-align: center;
}

.footer-brand {
  width: min(16rem, 70vw);
  margin-bottom: 0.5rem;
}

footer p {
  margin: 0;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.thank-you-page {
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 2rem;
  background:
    radial-gradient(circle at 20% 100%, rgba(233,80,112,0.22), transparent 32%),
    var(--paper);
  text-align: center;
}

.thank-you-card {
  position: relative;
  z-index: 1;
  width: min(100%, 42rem);
  padding: clamp(2rem, 8vw, 5rem);
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.5);
}

.thank-you-card img {
  width: 11rem;
  margin: 0 auto 3rem;
}

.thank-you-card h1 {
  margin: 0 auto 1.25rem;
  font-size: clamp(3rem, 11vw, 5.5rem);
}

.thank-you-card p {
  max-width: 26rem;
  margin: 0 auto 2rem;
  color: rgba(23,19,21,0.68);
}

@media (min-width: 48rem) {
  .site-header {
    padding: 1.6rem 2.5rem;
  }

  .brand {
    width: 10rem;
  }

  .hero {
    padding: 9rem 8vw 6rem;
  }

  .hero-copy {
    font-size: 1.1rem;
  }

  .hero-actions {
    align-items: center;
    flex-direction: row;
    gap: 2rem;
  }

  .coming-stamp {
    right: 5vw;
    bottom: 2.5rem;
    width: 9rem;
    height: 9rem;
  }

  .hero-orbit-one {
    top: 18%;
    right: 7%;
    width: 17rem;
    height: 17rem;
  }

  .flower-one {
    top: 21%;
    right: 12%;
    width: 12rem;
    height: 12rem;
    transform: scale(1.35) rotate(-18deg);
  }

  .hero-side-note {
    position: absolute;
    right: 2.4rem;
    display: block;
    margin: 0;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    writing-mode: vertical-rl;
  }

  .manifesto,
  .contact {
    padding: 7rem 5vw;
  }

  .manifesto-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .services {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-card {
    min-height: 30rem;
    padding: 2rem;
  }

  .promise {
    gap: 1.5rem;
    padding: 2.2rem;
  }

  .promise p {
    font-size: 1.4rem;
  }

  .contact {
    grid-template-columns: minmax(0, 0.9fr) minmax(26rem, 0.75fr);
    gap: 8vw;
  }

  .contact-copy {
    position: sticky;
    top: 3rem;
    align-self: start;
  }

  .contact-form {
    padding: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (min-width: 75rem) {
  .hero-content {
    margin-left: 4vw;
  }

  .hero-orbit-one {
    right: 13%;
    width: 22rem;
    height: 22rem;
  }

  .flower-one {
    right: 19%;
    transform: scale(1.7) rotate(-18deg);
  }

  .service-card {
    min-height: 34rem;
  }
}

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