:root {
  color-scheme: light;
  --violet: #630044;
  --violet-deep: #470031;
  --white: #fff;
  --ink: #332530;
  --muted: #796c75;
  --line: #e9e1e6;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .25em; }
a:focus-visible { outline: 2px solid currentColor; outline-offset: 7px; }
img { max-width: 100%; display: block; }
::selection { background: #ead0e1; color: var(--violet-deep); }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: 1rem; background: #fff; color: var(--violet); z-index: 10; }
.skip-link:focus { top: 1rem; }
.landing {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background: var(--violet);
  color: var(--white);
  position: relative;
  isolation: isolate;
}
.site-header {
  display: flex;
  align-items: center;
  width: 48%;
  padding: 42px clamp(28px, 4.6vw, 80px) 24px;
}
.brand { display: block; flex-shrink: 0; width: 154px; }
.brand img { width: 100%; height: auto; }
.coming-soon {
  margin: 0 0 32px;
  font-size: .6875rem;
  line-height: 1.4;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #e4c8db;
}
.hero {
  flex: 1;
  display: flex;
  align-items: center;
  width: 48%;
  padding: 48px clamp(28px, 4.6vw, 80px) 64px;
  min-height: 500px;
}
.hero-copy { width: 100%; }
h1 { font-size: clamp(3.6rem, 6.45vw, 8.2rem); line-height: 1.025; font-weight: 400; letter-spacing: -.065em; margin: 0 0 48px; }
.hero h1 span { font-family: Georgia, 'Times New Roman', serif; font-style: italic; letter-spacing: -.065em; font-weight: 400; }
.contact {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 46px;
  min-height: 48px;
  padding: 8px 0;
  border-bottom: 1px solid #c099b4;
  font-size: .875rem;
  text-decoration: none;
  transition: border-color .2s;
}
.contact-arrow { display: grid; place-items: center; transition: transform .2s; }
.contact:hover { border-color: #fff; }
.contact:hover .contact-arrow { transform: translate(3px, -3px); }
.flower { position: absolute; top: 0; right: 0; bottom: 0; width: 52%; overflow: hidden; background: #1e2327; }
.flower picture, .flower img { width: 100%; height: 100%; display: block; }
.flower img { object-fit: cover; object-position: 53% center; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; padding: 16px clamp(28px, 4.6vw, 80px); font-size: .6875rem; }
.home .site-footer { width: 48%; color: #e4c8db; }
.site-footer nav { display: flex; gap: 24px; align-items: center; }
.site-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.legal-page { min-height: 100svh; display: flex; flex-direction: column; background: #fdfbfc; }
.legal-header { border-bottom: 1px solid var(--line); padding: 26px max(6vw, 24px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header .brand { width: 140px; }
.back-link { font-size: .875rem; text-decoration: none; padding: 12px 0; }
.back-link:hover { text-decoration: underline; }
.legal-main { width: min(100% - 48px, 760px); margin: 72px auto 96px; flex: 1; }
.eyebrow { font-size: .75rem; letter-spacing: .18em; text-transform: uppercase; color: var(--violet); margin: 0 0 18px; }
.legal-main h1 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.5rem, 6vw, 4.5rem); letter-spacing: -.055em; line-height: 1.1; margin: 0 0 48px; overflow-wrap: anywhere; }
.legal-main h2 { font-size: 1.125rem; font-weight: 500; line-height: 1.4; margin: 36px 0 12px; color: var(--violet); }
.legal-main p, .legal-main li, .legal-main address { font-size: 1rem; line-height: 1.8; }
.legal-main p { margin: 0 0 18px; }
.legal-main address { font-style: normal; }
.legal-main a { overflow-wrap: anywhere; }
.legal-main ul { padding-left: 22px; }
.legal-page .site-footer { border-top: 1px solid var(--line); background: transparent; }
.legal-date { color: var(--muted); font-size: .875rem !important; margin-top: 36px !important; }
.protected-email { display: inline-block; vertical-align: middle; border-bottom: 1px solid #a08c98; padding-bottom: 2px; max-width: 100%; }
.protected-email:hover { border-color: var(--violet); }
.email-address { display: block; width: 145px; height: 21px; object-fit: contain; object-position: left center; }
@media (max-width: 1100px) and (min-width: 861px) {
  .site-header, .hero, .site-footer { padding-left: 32px; padding-right: 32px; }
  .site-footer nav { gap: 18px; }
}
@media (max-width: 860px) {
  .site-header { width: 100%; padding: 30px 28px 0; }
  .brand { width: 134px; }
  .hero { display: block; width: 100%; padding: 0; min-height: 0; }
  .hero-copy { padding: 56px 28px 52px; }
  .coming-soon { font-size: .625rem; margin-bottom: 26px; }
  h1 { font-size: clamp(3.7rem, 13.7vw, 6.8rem); line-height: 1.02; margin-bottom: 32px; }
  .contact { font-size: .875rem; gap: 46px; }
  .flower { position: relative; width: 100%; height: clamp(360px, 107vw, 620px); }
  .flower img { object-position: center 47%; }
  .home .site-footer { width: 100%; }
  .site-footer { padding: 14px 28px; gap: 14px; flex-wrap: wrap; }
  .site-footer nav { gap: 24px; }
  .legal-main { margin-top: 46px; margin-bottom: 60px; }
  .legal-header { padding: 24px; }
  .legal-header .brand { width: 120px; }
  .back-link { font-size: .8125rem; }
}
@media (max-width: 370px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  .hero-copy { padding-left: 24px; padding-right: 24px; }
  h1 { font-size: 3.5rem; }
  .site-footer { padding-left: 24px; padding-right: 24px; }
  .site-footer nav { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
