:root {
  --ink: #303136;
  --muted: #756f69;
  --paper: #f7f3ed;
  --cream: #fffdf8;
  --coral: #c99b56;
  --coral-dark: #9d7132;
  --sage: #f1d9d5;
  --line: rgba(48, 49, 54, 0.18);
  --serif: 'Fraunces', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 15px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.site-header { align-items: center; display: flex; gap: 42px; justify-content: space-between; padding: 24px 5.2vw; }
.brand { align-items: center; display: inline-flex; flex-direction: column; line-height: .85; min-width: 148px; text-align: center; text-transform: uppercase; }
.brand-topline { font-size: 8px; font-weight: 600; letter-spacing: .38em; margin-left: .38em; }
.brand-script { color: var(--coral-dark); font-family: var(--serif); font-size: 25px; font-style: italic; font-weight: 500; letter-spacing: -.07em; text-transform: none; }
.brand-bottomline { font-size: 10px; font-weight: 600; letter-spacing: .42em; margin-left: .42em; }
.main-nav { display: flex; gap: 30px; margin-left: auto; }
.main-nav a, .text-link, .footer-links a { color: var(--muted); font-size: 12px; }
.main-nav a:hover, .text-link:hover, .footer-links a:hover { color: var(--coral-dark); }
.header-actions { align-items: center; display: flex; gap: 25px; }
.button { align-items: center; border: 0; display: inline-flex; font-size: 12px; font-weight: 700; gap: 14px; justify-content: center; letter-spacing: .03em; padding: 14px 19px; transition: background .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }
.button-dark:hover { background: #3b4a44; }
.button-coral { background: var(--coral); color: #fff; }
.button-coral:hover { background: var(--coral-dark); }
.button-small { padding: 11px 15px; }
.button-full { width: 100%; }
.menu-button { background: transparent; border: 0; display: none; }
.hero { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(400px, 1.12fr); min-height: 620px; padding: 52px 10.5vw 94px 12vw; position: relative; }
.hero-copy { align-self: center; padding-bottom: 40px; position: relative; z-index: 1; }
.eyebrow { color: var(--coral-dark); font-size: 10px; font-weight: 700; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0; }
h1 { font-size: clamp(54px, 6vw, 92px); }
h2 { font-size: clamp(44px, 5.1vw, 72px); }
h1 em, h2 em { color: var(--coral); font-style: italic; }
.hero-intro { color: var(--muted); font-size: 16px; margin: 28px 0 28px; max-width: 330px; }
.hero-actions { align-items: center; display: flex; gap: 25px; }
.quiet-link { border-bottom: 1px solid var(--coral); display: inline-flex; font-size: 12px; gap: 11px; padding-bottom: 3px; }
.quiet-link:hover { color: var(--coral-dark); }
.hero-image-wrap { align-self: center; justify-self: end; max-width: 570px; position: relative; width: 100%; }
.image-frame { background-position: center; background-size: cover; }
.hero-image { aspect-ratio: 4 / 5; background-image: url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?auto=format&fit=crop&w=1100&q=85'); }
.hero-note { background: var(--cream); bottom: -35px; box-shadow: 0 12px 32px rgba(48,49,54,.08); font-family: var(--serif); font-size: 15px; line-height: 1.25; padding: 18px 27px; position: absolute; right: -28px; }
.note-dot { background: var(--coral); border-radius: 50%; display: inline-block; height: 8px; margin-right: 8px; width: 8px; }
.hero-side-note { bottom: 23px; color: var(--muted); font-family: var(--serif); font-size: 13px; line-height: 1.2; position: absolute; right: 4.8vw; transform: rotate(-90deg); transform-origin: bottom right; }
.trust-strip { align-items: center; background: var(--ink); color: #fff; display: grid; gap: 30px; grid-template-columns: 1.4fr repeat(3, 1fr); padding: 24px 12vw; }
.trust-strip p { font-family: var(--serif); font-size: 18px; line-height: 1.15; margin: 0; }
.trust-strip div { border-left: 1px solid rgba(255,255,255,.24); display: flex; flex-direction: column; gap: 3px; padding-left: 22px; }
.trust-strip strong { color: var(--coral); font-size: 11px; }
.trust-strip span { color: #d6dcd5; font-size: 12px; }
.collection-section { padding: 118px 8vw 130px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-description { color: var(--muted); margin: 0 0 6px; max-width: 330px; }
.collection-toolbar { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 70px 0 34px; padding-bottom: 13px; }
.filter-tabs { display: flex; gap: 25px; }
.filter-tab { background: none; border: 0; color: var(--muted); font-size: 12px; padding: 3px 0; }
.filter-tab.is-active { border-bottom: 1px solid var(--coral); color: var(--ink); }
.date-trigger { background: none; border: 0; border-bottom: 1px solid var(--coral); color: var(--ink); font-size: 12px; padding: 3px 0; }
.collection-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); }
.product-card { min-width: 0; }
.product-image { aspect-ratio: 1 / 1.14; background-position: center; background-size: cover; position: relative; }
.product-card:nth-child(1) .product-image { background-image: url('https://images.unsplash.com/photo-1524758631624-e2822e304c36?auto=format&fit=crop&w=800&q=85'); }
.product-card:nth-child(2) .product-image { background-image: url('https://images.unsplash.com/photo-1499933374294-4584851497cc?auto=format&fit=crop&w=800&q=85'); }
.product-card:nth-child(3) .product-image { background-image: url('https://images.unsplash.com/photo-1478146896981-b80fe463b330?auto=format&fit=crop&w=800&q=85'); }
.product-card:nth-child(4) .product-image { background-image: url('https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=800&q=85'); }
.product-card:nth-child(5) .product-image { background-image: url('https://images.unsplash.com/photo-1507504031003-b417219a0fde?auto=format&fit=crop&w=800&q=85'); }
.product-card:nth-child(6) .product-image { background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=800&q=85'); }
.product-tag { background: var(--cream); color: var(--muted); font-size: 10px; left: 13px; letter-spacing: .08em; padding: 6px 9px; position: absolute; text-transform: uppercase; top: 13px; }
.product-info { display: flex; justify-content: space-between; padding: 14px 0 0; }
.product-info h3 { font-family: var(--serif); font-size: 20px; font-weight: 500; margin: 0; }
.product-info p { color: var(--muted); font-size: 12px; margin: 2px 0 0; }
.product-price { color: var(--coral-dark); font-size: 12px; white-space: nowrap; }
.how-section { background: var(--sage); display: grid; grid-template-columns: 1fr 1fr; }
.how-image { background-image: url('https://images.unsplash.com/photo-1507504031003-b417219a0fde?auto=format&fit=crop&w=1000&q=85'); min-height: 620px; }
.how-copy { align-self: center; padding: 70px 10vw 70px 9vw; }
.steps { margin: 47px 0 40px; }
.step { border-top: 1px solid rgba(48,49,54,.22); display: grid; grid-template-columns: 40px 1fr; padding: 16px 0; }
.step span { color: var(--coral-dark); font-size: 11px; }
.step p { font-size: 13px; margin: 0; }
.step strong { font-weight: 700; }
.story-section { background: var(--cream); padding: 150px 10vw; text-align: center; }
.story-section h2 { margin: 0 auto 27px; max-width: 760px; }
.story-section > p:not(.eyebrow) { color: var(--muted); margin: 0 auto 26px; max-width: 430px; }
.site-footer { align-items: center; background: var(--paper); display: flex; justify-content: space-between; padding: 37px 5.2vw; }
.site-footer p { color: var(--muted); font-family: var(--serif); font-size: 14px; }
.footer-links { display: flex; gap: 22px; }
.request-dialog { background: rgba(35,48,44,.5); border: 0; height: 100%; max-height: none; max-width: none; padding: 24px; width: 100%; }
.request-dialog::backdrop { background: rgba(35,48,44,.5); }
.dialog-card { background: var(--cream); margin: auto; max-width: 570px; padding: 50px; position: relative; }
.dialog-card h2 { font-size: 48px; margin-bottom: 18px; }
.dialog-close { background: transparent; border: 0; font-size: 27px; line-height: 1; position: absolute; right: 20px; top: 17px; }
.dialog-intro { color: var(--muted); margin: 0 0 30px; }
.form-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.dialog-card label { color: var(--muted); display: block; font-size: 11px; margin-bottom: 18px; }
.dialog-card input, .dialog-card textarea { background: transparent; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); display: block; margin-top: 5px; outline: 0; padding: 7px 0; width: 100%; }
.dialog-card input:focus, .dialog-card textarea:focus { border-color: var(--coral); }
.form-message { color: var(--coral-dark); font-size: 12px; margin: 13px 0 0; text-align: center; }
@media (max-width: 800px) {
  .site-header { padding: 18px 6vw; }
  .main-nav, .header-actions { display: none; }
  .menu-button { display: block; }
  .hero { display: block; min-height: auto; padding: 54px 8vw 90px; }
  .hero-copy { padding: 0 0 45px; }
  .hero-image-wrap { max-width: none; }
  .hero-side-note { display: none; }
  .hero-note { bottom: -25px; right: 12px; }
  .trust-strip { gap: 18px; grid-template-columns: 1fr 1fr; padding: 25px 8vw; }
  .trust-strip p { grid-column: span 2; }
  .trust-strip div { padding-left: 13px; }
  .collection-section { padding: 80px 8vw; }
  .section-heading { align-items: start; display: block; }
  .section-description { margin-top: 28px; }
  .collection-toolbar { align-items: start; flex-direction: column; gap: 20px; margin-top: 44px; }
  .filter-tabs { flex-wrap: wrap; gap: 16px; }
  .collection-grid { grid-template-columns: 1fr 1fr; }
  .product-info { display: block; }
  .product-price { display: block; margin-top: 5px; }
  .how-section { display: block; }
  .how-image { min-height: 400px; }
  .how-copy { padding: 75px 8vw; }
  .story-section { padding: 95px 8vw; }
  .site-footer { align-items: start; flex-direction: column; gap: 22px; }
  .footer-links { flex-wrap: wrap; }
  .dialog-card { padding: 42px 24px 28px; }
}
@media (max-width: 480px) {
  h1 { font-size: 52px; }
  h2 { font-size: 44px; }
  .hero-intro { font-size: 15px; }
  .hero-actions { align-items: start; flex-direction: column; gap: 18px; }
  .collection-grid { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
}
/* Champagne gold, ivory, blush, charcoal and crystal accents. */
:root { --paper:#faf6ef; --cream:#fffdf9; --sage:#f4dfda; --coral:#bc914e; --coral-dark:#865e28; }
[hidden] { display:none !important; }
:focus-visible { outline:3px solid var(--coral-dark); outline-offset:4px; }
.skip-link { position:absolute; left:20px; top:-100px; z-index:10; background:white; padding:12px; }
.skip-link:focus { top:10px; }
.location-bar { background:var(--ink); color:var(--cream); text-align:center; font-size:11px; letter-spacing:.08em; padding:9px 16px; }
.site-header { padding-top:0; padding-bottom:0; min-height:112px; border-bottom:1px solid var(--line); }
.brand { min-width:180px; }
.brand-logo { width:205px; height:110px; object-fit:cover; object-position:center; }
.hero { padding:65px 7vw 85px; gap:5vw; grid-template-columns:1fr 1fr; }
.hero h1 { font-size:clamp(54px,5.8vw,86px); line-height:1.05; }
.hero-intro { max-width:410px; }
.hero-image { border-radius:48% 48% 2px 2px; max-height:620px; box-shadow:15px 15px 0 #efdfc6; }
.hero-copy { padding-bottom:0; }
.hero-note { right:-10px; }
.hero-side-note { display:none; }
.button-coral { color:#242424; }
h1 em,h2 em { color:var(--coral-dark); }
.product-image { background-image:none !important; background-color:#eee3d1; overflow:hidden; }
.product-image img { width:100%; height:100%; object-fit:cover; position:absolute; }
.product-placeholder { display:flex; height:100%; align-items:center; justify-content:center; padding:30px; font-family:var(--serif); }
.product-request { margin-top:15px; background:transparent; border:0; border-bottom:1px solid var(--coral); }
.empty-state { grid-column:1/-1; padding:45px 25px; background:var(--cream); border:1px solid var(--line); color:var(--muted); }
button:disabled { opacity:.55; cursor:wait; transform:none; }
.account-main { padding:65px 20px; }
.panel { background:var(--cream); border:1px solid var(--line); padding:28px; margin-bottom:20px; }
.auth-panel { max-width:540px; margin:0 auto; padding:40px; }
.auth-panel h1 { font-size:48px; }
.account-note { text-align:center; color:var(--muted); }
label { display:block; margin:16px 0; font-size:13px; }
input,textarea,select { width:100%; display:block; border:1px solid var(--line); padding:11px; margin-top:6px; background:var(--cream); color:var(--ink); font:inherit; border-radius:3px; }
.checkbox { display:flex; gap:10px; align-items:center; }
.checkbox input { width:auto; margin:0; }
.admin-main { max-width:1400px; margin:auto; padding:40px 5vw 80px; }
.admin-heading { display:flex; justify-content:space-between; align-items:end; gap:30px; margin-bottom:40px; }
.admin-heading h1 { font-size:52px; }
.admin-heading p { color:var(--muted); }
.admin-tabs { display:flex; gap:10px; border-bottom:1px solid var(--line); margin-bottom:32px; overflow:auto; }
.admin-tabs button,.mail-tabs button { padding:14px; border:0; background:transparent; color:var(--muted); white-space:nowrap; }
.admin-tabs .is-active,.mail-tabs [aria-pressed=true] { border-bottom:3px solid var(--coral-dark); color:var(--ink); }
.workspace-heading { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:20px; }
.workspace-heading h2 { font-size:32px; }
.workspace-heading h2 span { color:var(--muted); font:16px var(--sans); }
.table-wrap { overflow:auto; background:var(--cream); border:1px solid var(--line); }
table { border-collapse:collapse; width:100%; text-align:left; white-space:nowrap; }
th,td { padding:17px; border-bottom:1px solid var(--line); }
th { font-size:11px; text-transform:uppercase; letter-spacing:.07em; color:var(--muted); }
td button,.workspace-heading>button:not(.button) { background:var(--paper); border:1px solid var(--line); padding:7px 15px; }
.editor-dialog { width: min(580px,95vw); max-height:90vh; border:1px solid var(--line); padding:40px; background:var(--cream); color:var(--ink); }
.editor-dialog::backdrop { background:#30313699; }
.editor-dialog h2 { font-size:34px; margin-right:20px; }
.message-body { white-space:pre-wrap; overflow-wrap:anywhere; }
.mail-card h3 { margin:0; }
.mail-card>p,.setup-note { color:var(--muted); font-size:13px; }
.badge { background:var(--sage); padding:4px 10px; font-size:11px; }
summary { cursor:pointer; }
@media(max-width:800px) {
 .hero { display:block; padding:45px 8vw 70px; }
 .site-header { position:relative; flex-wrap:wrap; gap:10px; }
 .menu-open .main-nav { display:flex; flex-direction:column; width:100%; order:3; padding:15px 0; gap:18px; }
 .menu-open .header-actions { display:flex; width:100%; order:4; padding-bottom:20px; }
 .hero-image { max-height:510px; }
 .admin-heading { display:block; }.admin-heading h1 { font-size:42px; }
 .admin-header .eyebrow { display:none; }
 .admin-header { padding-bottom:12px; }
 .workspace-heading { flex-wrap:wrap; }
 .auth-panel { padding:25px; }.auth-panel h1 { font-size:40px; }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { transition:none !important; } }
