:root {
  --ivory: #f7f4ee;
  --paper: #fffdf9;
  --ink: #24201e;
  --muted: #726965;
  --plum: #3f0b68;
  --plum-deep: #210532;
  --wine: #5a1683;
  --champagne: #b59664;
  --line: rgba(63, 11, 104, 0.16);
  --shadow: 0 28px 80px rgba(40, 9, 60, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; width: 100%; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(1220px, calc(100% - 54px)); margin-inline: auto; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--wine);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, .brand-name, .signature {
  font-family: "Iowan Old Style", Baskerville, "Times New Roman", serif;
  font-weight: 400;
}
h1 { margin-bottom: 28px; font-size: clamp(3.5rem, 7vw, 7.2rem); line-height: 0.95; letter-spacing: -0.045em; }
h2 { margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 5rem); line-height: 1.02; letter-spacing: -0.035em; }
h3 { margin-bottom: 10px; font-size: 1.18rem; line-height: 1.3; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 244, 238, 0.94);
  backdrop-filter: blur(16px);
}
.nav { position: relative; min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 15px; text-decoration: none; }
.butterfly-mark {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  vertical-align: middle;
}
.butterfly-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-logo {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .92;
  mix-blend-mode: multiply;
}
.eyebrow-accent { display: flex; align-items: center; gap: 12px; }
.eyebrow-accent .butterfly-mark { width: 22px; height: 22px; margin-top: -3px; }
.brand-name { color: var(--plum); font-size: 1.32rem; letter-spacing: 0.015em; }
.nav-links { display: none; position: absolute; top: calc(100% + 1px); right: 0; width: min(360px, calc(100vw - 54px)); max-height: calc(100vh - 110px); overflow-y: auto; padding: 24px; flex-direction: column; align-items: stretch; gap: 18px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.nav-links.open { display: flex; }
.nav-links a { color: #4d4542; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; }
.nav-links a:hover { color: var(--wine); }
.menu-button { display: block; border: 0; background: transparent; color: var(--plum); font-size: 1.5rem; cursor: pointer; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid var(--plum);
  border-radius: 0;
  background: var(--plum);
  color: white;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}
.button:hover { background: var(--wine); border-color: var(--wine); transform: translateY(-2px); }
.button.secondary { background: transparent; color: var(--plum); }
.button.secondary:hover { background: var(--plum); color: white; }
.button.text { min-height: auto; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--champagne); background: transparent; color: var(--plum); }
.button.text:hover { background: transparent; color: var(--wine); }

.hero { display: grid; grid-template-columns: 0.78fr 1.22fr; min-height: calc(100vh - 86px); }
.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: clamp(58px, 8vw, 120px) clamp(34px, 6vw, 100px);
  background: var(--paper);
}
.hero-copy > :not(.hero-butterfly-watermark) { position: relative; z-index: 1; }
.hero-butterfly-watermark {
  position: absolute;
  z-index: 0;
  width: min(265px, 46%);
  height: auto;
  left: 24px;
  top: 22px;
  opacity: .15;
  pointer-events: none;
}
.hero-copy h1 em { display: block; color: var(--wine); font-weight: 400; }
.hero-lead { max-width: 570px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.pickup-line { margin: 30px 0 0; color: var(--plum); font-size: 0.78rem; font-weight: 750; letter-spacing: 0.13em; text-transform: uppercase; }
.hero-image-wrap { position: relative; min-height: 660px; overflow: hidden; background: #e9e1d9; }
.hero-image { height: 100%; object-fit: cover; object-position: center; }
.hero-image-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 30px 0 60px rgba(40, 9, 60, 0.08); pointer-events: none; }
.hero-caption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  background: transparent;
  color: var(--plum-deep);
  font-family: "Snell Roundhand", "Apple Chancery", "URW Chancery L", cursive;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.1;
  text-shadow: 0 1px 12px rgba(255, 253, 249, .96);
}
.hero-caption img {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  object-fit: contain;
  opacity: .78;
  mix-blend-mode: multiply;
}

.section { padding-block: clamp(90px, 11vw, 150px); }
.rule { width: 72px; height: 1px; margin: 28px 0; background: var(--champagne); }

.featured { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: 1.28fr .72fr; align-items: center; gap: clamp(38px, 7vw, 90px); }
.feature-image { aspect-ratio: 1.4/1; object-fit: cover; box-shadow: var(--shadow); }
.feature-copy { padding-block: 24px; }
.feature-copy h2 { font-size: clamp(2.5rem, 4.2vw, 4.4rem); }
.feature-copy p { margin-bottom: 26px; color: var(--muted); }
.collection-gallery { background: var(--ivory); }
.collection-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 7vw, 92px); align-items: end; margin-bottom: 58px; }
.collection-heading h2 { max-width: 780px; margin-bottom: 0; }
.collection-heading > p { max-width: 520px; margin: 0 0 8px auto; color: var(--muted); }
.collection-availability-note, .collection-tax-note { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--plum); font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive; line-height: 1.45; text-align: center; }
.collection-availability-note { margin-top: 14px; font-size: 1.15rem; }
.collection-tax-note { margin-top: 8px; font-size: 1.08rem; }
.collection-heading .note-butterfly { width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }
.collection-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 960px; margin: -18px auto 48px; }
.collection-filter { display: inline-flex; flex: 0 1 222px; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 10px 16px; border: 1px solid rgba(102, 52, 119, .3); border-radius: 7px; background: rgba(255, 255, 255, .78); color: var(--plum-deep); font: 600 1rem/1.2 Baskerville, Georgia, serif; letter-spacing: .015em; cursor: pointer; box-shadow: 0 7px 18px rgba(58, 27, 71, .055); transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.collection-filter img { width: 18px; height: 18px; flex: 0 0 18px; object-fit: contain; }
.collection-filter:hover { border-color: var(--plum); background: #f5eef7; transform: translateY(-1px); }
.collection-filter.is-active { border-color: var(--plum); background: #ece0f1; color: var(--plum-deep); box-shadow: inset 0 -2px 0 var(--plum), 0 8px 20px rgba(80, 35, 96, .1); }
.collection-filter:focus-visible { outline: 3px solid rgba(120, 70, 139, .3); outline-offset: 3px; }
.collection-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(26px, 4vw, 54px); }
.collection-card { position: relative; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 18px 50px rgba(40, 9, 60, .08); }
.collection-card[hidden] { display: none; }
.collection-card > img { aspect-ratio: 1.4 / 1; object-fit: cover; }
.collection-card > img.new-piece-image { aspect-ratio: 1 / 1; object-position: center; }
.collection-card-image-wrap {
  position: relative;
  overflow: hidden;
}
.collection-card-image-wrap > img:first-child {
  aspect-ratio: 1.4 / 1;
  object-fit: cover;
}
.collection-card-image-wrap > img.sold-ribbon {
  position: absolute;
  z-index: 2;
  left: 10px;
  bottom: 7px;
  width: 56%;
  height: auto;
  object-fit: contain;
  transform: rotate(-7deg);
  filter:
    drop-shadow(-2px 0 0 rgba(255, 255, 255, .98))
    drop-shadow(2px 0 0 rgba(255, 255, 255, .98))
    drop-shadow(0 -2px 0 rgba(255, 255, 255, .98))
    drop-shadow(0 2px 0 rgba(255, 255, 255, .98))
    drop-shadow(0 6px 9px rgba(33, 5, 50, .3));
  pointer-events: none;
}
.collection-card-copy { padding: 25px 27px 28px; }
.collection-card-copy > span { color: var(--wine); font-size: .73rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.collection-card h3 { margin: 5px 0 9px; color: var(--plum-deep); font-family: Baskerville, serif; font-size: clamp(1.7rem, 2.5vw, 2.25rem); font-weight: 400; }
.collection-card-copy p { margin: 0 0 18px; color: var(--muted); font-size: .95rem; line-height: 1.6; }
.collection-card-copy .arrangement-price, .feature-copy .arrangement-price { margin: 0 0 12px; color: var(--plum-deep); font-family: "Snell Roundhand", "Segoe Script", "Brush Script MT", cursive; font-size: 1.5rem; font-weight: 700; line-height: 1.25; }
.collection-card a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--champagne); color: var(--plum); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.collection-card a:hover { color: var(--wine); }

.process { padding-block: clamp(64px, 8vw, 92px); background: #f0eaf3; }
.service-panel { display: grid; gap: clamp(26px, 4vw, 42px); }
.service-message { padding: clamp(30px, 4vw, 50px); border-left: 3px solid var(--champagne); background: var(--paper); box-shadow: 0 18px 50px rgba(40, 9, 60, .07); }
.service-message h2 { margin-bottom: 22px; color: var(--plum-deep); font-size: clamp(2.4rem, 4.2vw, 4rem); }
.service-message > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
.service-message { max-width: 920px; }
.custom-request-form { grid-column: 1 / -1; scroll-margin-top: 110px; padding: clamp(28px, 5vw, 56px); border: 1px solid var(--line); border-top: 3px solid var(--champagne); background: var(--paper); box-shadow: 0 18px 50px rgba(40, 9, 60, .07); }
.custom-request-form h3 { margin: 10px 0 10px; color: var(--plum-deep); font-family: Baskerville, Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); font-weight: 400; }
.custom-request-form > p:not(.eyebrow) { color: var(--muted); }
.request-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; margin: 30px 0; }
.request-fields label { display: flex; flex-direction: column; gap: 8px; color: var(--plum-deep); font-size: .98rem; font-weight: 700; }
.request-fields input, .request-fields textarea, .request-fields select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #b9aabb; border-radius: 3px; background: #fff; color: var(--plum-deep); font: inherit; font-weight: 400; }
.request-fields textarea { resize: vertical; }
.request-fields input:focus-visible, .request-fields textarea:focus-visible, .request-fields select:focus-visible { outline: 2px solid var(--plum); outline-offset: 2px; }
.request-wide { grid-column: 1 / -1; }
.custom-request-form .request-help { max-width: 720px; margin: 18px 0 0; font-size: .92rem; line-height: 1.6; }
.request-help a { color: var(--plum); text-underline-offset: 3px; }
@media (max-width: 650px) { .request-fields { grid-template-columns: 1fr; } .request-wide { grid-column: auto; } }

.story-section { padding-block: clamp(68px, 8vw, 100px); background: linear-gradient(180deg, var(--ivory), #eee8e4); }
.story-wrap { max-width: 1100px; }
.story-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(34px, 6vw, 72px); align-items: end; padding-bottom: 30px; border-bottom: 1px solid var(--champagne); }
.story-heading { margin: 0; }
.story-heading h2 { margin-bottom: 0; font-size: clamp(2.6rem, 4.6vw, 4.7rem); }
.story-intro { padding: 8px 0 8px 24px; border-left: 2px solid var(--champagne); }
.story-intro p { margin: 0; color: var(--plum); font-family: Baskerville, serif; font-size: clamp(1.45rem, 2.5vw, 2.15rem); font-style: italic; line-height: 1.28; }
.story-copy { max-width: 900px; margin: 32px auto 0; }
.story-copy p { margin: 0; color: #504946; font-size: 1.02rem; line-height: 1.72; }
.story-copy p + p { margin-top: 17px; }
.story-copy p:first-child::first-letter { float: left; margin: .04em .12em 0 0; color: var(--wine); font-family: Baskerville, serif; font-size: 4.2rem; line-height: .8; }
.story-dedication { margin-top: 28px !important; padding: 22px 0 0 24px; border-top: 1px solid var(--line); border-left: 1px solid var(--champagne); color: var(--plum) !important; font-family: Baskerville, serif; font-size: 1.3rem !important; font-style: italic; line-height: 1.45 !important; }

.event { background: #ece6df; }
.event-card { display: grid; grid-template-columns: .8fr 1.2fr auto; gap: 40px; align-items: center; padding: 38px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.event-label { color: var(--wine); font-size: 0.76rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.event-card h3 { margin: 0; font-family: Baskerville, serif; font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 400; }
.event-card p { margin: 7px 0 0; color: var(--muted); }

.care-section { background: var(--paper); }
.return-policy-section { background: #f0eaf3; }
.payment-terms-section { background: var(--paper); }
.information-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 8vw, 110px); align-items: start; }
.information-heading { position: sticky; top: 126px; }
.information-heading h2 { margin-bottom: 22px; font-size: clamp(2.6rem, 4.5vw, 4.7rem); }
.information-heading > p:last-child { max-width: 480px; margin-bottom: 0; color: var(--muted); font-size: 1.06rem; }
.information-copy { padding: clamp(30px, 4vw, 48px); border: 1px solid var(--line); border-left: 3px solid var(--champagne); background: var(--ivory); box-shadow: 0 18px 50px rgba(40, 9, 60, .07); }
.return-copy { background: rgba(255,255,255,.76); }
.payment-terms-copy { background: var(--ivory); }
.information-copy h3 { margin: 0 0 10px; color: var(--plum); font-family: Baskerville, serif; font-size: 1.55rem; font-weight: 400; }
.information-copy h3:not(:first-child) { margin-top: 30px; }
.information-copy p { margin-bottom: 20px; color: #504946; font-size: 1rem; line-height: 1.78; }
.information-copy p:last-child { margin-bottom: 0; }
.information-copy a { color: var(--plum); font-weight: 700; text-underline-offset: 4px; }
.information-note { margin-top: 30px; padding-top: 25px; border-top: 1px solid var(--line); }
.policy-highlight { color: var(--plum) !important; font-family: Baskerville, serif; font-size: 1.75rem !important; font-style: italic; }
.policy-contact { margin: 28px 0 0 !important; padding-top: 22px; border-top: 1px solid var(--line); font-size: .92rem !important; }
.payment-acceptance { color: var(--plum) !important; font-size: .92rem !important; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 1fr; align-items: start; }
.contact-copy { max-width: 760px; }
.contact-copy p:not(.eyebrow) { max-width: 550px; color: var(--muted); }
.contact-details { margin-top: 34px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-details a { display: inline-block; color: var(--plum); font-weight: 750; }
.contact-details span { display: block; margin-top: 7px; color: var(--muted); }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.social-links a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 9px;
  border: 1px solid var(--line);
  color: var(--plum);
  font-size: .83rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
.social-links a:hover { border-color: var(--plum); color: var(--wine); transform: translateY(-2px); }
.social-symbol {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--plum);
  color: white;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.social-links a:last-child .social-symbol { font-family: Georgia, serif; font-size: 1.15rem; }
footer { padding-block: 36px; border-top: 1px solid rgba(255,255,255,.1); background: var(--plum-deep); color: #e9dfe4; }
.footer-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.footer-row p { margin: 0; font-size: .82rem; letter-spacing: .04em; }
.copyright-notice { max-width: 980px; margin: 24px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.16); color: #cfc2d1; font-size: .74rem; line-height: 1.6; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { order: 2; }
  .hero-image-wrap { min-height: 58vh; }
  .feature-grid, .collection-heading, .service-panel, .information-layout, .contact-grid { grid-template-columns: 1fr; }
  .information-heading { position: static; }
  .collection-heading > p { margin-left: 0; }
  .feature-image { aspect-ratio: 1.25/1; }
  .story-top { grid-template-columns: 1fr; }
  .story-intro { max-width: 620px; }
  .event-card { grid-template-columns: 1fr; gap: 16px; }
}

@media (max-width: 620px) {
  .shell { width: calc(100% - 30px); }
  .nav { min-height: 76px; }
  .nav-links { width: calc(100vw - 30px); }
  .brand-name { font-size: 1.08rem; }
  .hero-copy { padding: 56px 24px 68px; }
  .brand-logo { width: 46px; height: 46px; }
  .hero-butterfly-watermark { width: 205px; max-width: 62%; left: 18px; top: 18px; }
  .hero-image-wrap { min-height: 430px; }
  .hero-caption { right: 14px; bottom: 14px; gap: 7px; font-size: 1rem; }
  .hero-caption img { width: 30px; height: 30px; }
  .collection-filters { gap: 9px; margin-top: -24px; }
  .collection-filter { flex-basis: calc(50% - 5px); min-height: 48px; padding: 9px 10px; font-size: .92rem; }
  .collection-filter img { width: 16px; height: 16px; flex-basis: 16px; }
  .collection-grid { grid-template-columns: 1fr; }
  .collection-card-copy { padding: 22px 22px 25px; }
  .service-message { padding: 28px 24px; }
  .footer-row { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
