
* { box-sizing: border-box; }

:root {
  --ink: #352725;
  --rose: #da8f9b;
  --rose-soft: #e8b5be;
  --paper: rgba(255, 249, 247, .88);
  --paper-strong: rgba(255, 249, 247, .94);
}

html, body {
  margin: 0;
  min-height: 100%;
  background: #f9ebe8;
  color: var(--ink);
}

body {
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
}

.page-shell {
  width: min(100%, 1537px);
  min-height: 1450px;
  margin: 0 auto;
  background:
    linear-gradient(rgba(255,255,255,.02), rgba(255,255,255,.02)),
    url("assets/petite-petal-background-balanced-blue-LOCKED.png") center top / 100% 100% no-repeat;
  overflow: hidden;
}

.site-header {
  position: relative;
  min-height: 117px;
  border-bottom: 1px solid var(--rose-soft);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 12px 76px 12px 54px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  display: block;
  width: 360px;
  max-width: 38vw;
  height: auto;
}

.nav {
  position: absolute;
  inset: 0;
  height: 117px;
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

.nav a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 8px;
  border: 0;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}



.contact-main {
  padding: 34px 7% 110px;
}

.intro {
  text-align: center;
  margin-bottom: 25px;
}

.intro h1 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 62px);
  font-weight: 400;
  letter-spacing: .025em;
}

.intro p {
  margin: 13px auto 0;
  max-width: 760px;
  font-size: 20px;
  line-height: 1.45;
}

.ornament {
  width: 430px;
  max-width: 65vw;
  margin: 13px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 26px;
}

.ornament span {
  height: 2px;
  background: var(--rose);
}

.ornament i {
  width: 12px;
  height: 12px;
  background: var(--rose);
  border-radius: 50%;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(300px, .9fr);
  gap: 28px;
  max-width: 1120px;
  margin: 0 auto;
  align-items: start;
}

.contact-form,
.contact-card {
  background: var(--paper);
  backdrop-filter: blur(2px);
  border-radius: 26px;
  box-shadow: 0 10px 35px rgba(125, 67, 78, .07);
}

.contact-form {
  padding: 26px 30px 25px;
}

.form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.form-heading h2,
.contact-card h2 {
  margin: 0;
  font-size: 31px;
  font-weight: 400;
}

.form-heading p {
  margin: 0 0 4px;
  font-size: 15px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label,
fieldset {
  display: block;
  margin: 0 0 18px;
}

label > span,
legend {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  letter-spacing: .045em;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(218, 143, 155, .52);
  border-radius: 5px;
  background: rgba(255,255,255,.72);
  color: var(--ink);
  padding: 10px 12px;
  font: 17px/1.25 Arial, sans-serif;
  outline: none;
}

input,
select {
  height: 43px;
}

input[type="file"] {
  padding: 8px 9px;
  font-size: 13px;
}

textarea {
  resize: vertical;
  min-height: 112px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--rose);
  box-shadow: 0 0 0 3px rgba(218,143,155,.14);
}

fieldset {
  border: 0;
  padding: 0;
}

.checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.checks label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 15px;
}

.checks input,
.consent input {
  width: auto;
  height: auto;
  accent-color: var(--rose);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
}

.consent span {
  font-size: 14px;
  line-height: 1.35;
  margin: 0;
}

button {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background: #edaeb8;
  color: var(--ink);
  padding: 13px 18px;
  font: 20px "Poiret One", "Arial Narrow", Arial, sans-serif;
  letter-spacing: .06em;
  cursor: pointer;
}

button:hover,
button:focus-visible {
  background: #e69eaa;
  outline: 2px solid rgba(53,39,37,.3);
  outline-offset: 2px;
}

.form-note {
  text-align: center;
  margin: 10px 0 0;
  font-size: 14px;
}

.contact-card {
  padding: 31px 28px 30px;
  position: sticky;
  top: 20px;
}

.contact-card h2 {
  text-align: center;
}

.mini-ornament {
  width: 150px;
  height: 1px;
  background: var(--rose);
  margin: 14px auto 28px;
  position: relative;
}

.mini-ornament::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--rose);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.contact-item {
  padding: 0 0 20px;
}

.contact-item .label {
  display: block;
  font-size: 14px;
  color: #a96975;
  margin-bottom: 5px;
}

.contact-item a {
  color: var(--ink);
  text-decoration: none;
  font-size: 18px;
  overflow-wrap: anywhere;
}

.contact-item a:hover {
  color: var(--rose);
}

.contact-copy {
  border-top: 1px solid rgba(218,143,155,.35);
  border-bottom: 1px solid rgba(218,143,155,.35);
  padding: 18px 0;
  margin: 4px 0 20px;
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.instagram-button {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 1px solid var(--rose);
  color: var(--ink);
  padding: 11px;
  font-size: 17px;
}

.honeypot {
  display: none !important;
}

@media (max-width: 1050px) {
  .site-header {
  position: relative;
    padding-right: 36px;
  }
  .brand img {
    width: 310px;
  }
  .nav {
  position: absolute;
  inset: 0;
  height: 117px;
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
  .contact-main {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media (max-width: 820px) {
  .page-shell {
    background-size: auto 100%;
    background-position: center top;
  }

  .site-header {
  position: relative;
    flex-direction: column;
    align-items: center;
    padding: 18px 18px 12px;
  }

  .brand img {
    width: 340px;
    max-width: 85vw;
  }

  .nav {
  position: absolute;
  inset: 0;
  height: 117px;
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

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

  .contact-card {
    position: static;
  }
}

@media (max-width: 620px) {
  .contact-main {
    padding: 26px 14px 45px;
  }

  .intro h1 {
    font-size: 40px;
  }

  .intro p {
    font-size: 18px;
  }

  .contact-form {
    padding: 22px 18px;
  }

  .two-col {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form-heading {
    display: block;
  }

  .form-heading p {
    margin-top: 6px;
  }

  .nav {
  position: absolute;
  inset: 0;
  height: 117px;
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}
}




















@media (max-width: 820px) {
  .site-header .nav {
  position: absolute;
  inset: 0;
  height: 117px;
  width: 100%;
  font-family: "Poiret One", "Arial Narrow", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  pointer-events: none;
}

  .site-header .nav a {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--ink);
  text-decoration: none;
  padding: 12px 8px;
  border: 0;
  text-align: center;
  pointer-events: auto;
  cursor: pointer;
}
}

.nav a:nth-child(1) { left: 56.3%; }
.nav a:nth-child(2) { left: 63.8%; }
.nav a:nth-child(3) { left: 70.9%; }
.nav a:nth-child(4) { left: 78.1%; }
.nav a:nth-child(5) { left: 87.2%; }
.nav a.active,
.nav a:hover,
.nav a:focus-visible {
  color: #d5919d;
  outline: none;
}
.site-header{position:relative !important;}

/* Navigation is exclusively controlled by site-nav-v6.css */
