:root {
    --paper: #fffcf7;
    --ink: #31283d;
    --muted: #706579;
    --purple: #564283;
    --purple-dark: #413066;
    --lavender: #eee8f5;
    --lavender-line: #e5ddec;
    --pink: #f8a0a8;
    --blue: #8db1c9;
    --blue-pale: #e9f1f7;
    --cream: #feefdb;
    --field-line: #a598b1;
    --error: #9c334b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Arial, sans-serif;
    color: var(--ink);
    background: var(--paper);
    font-synthesis: none;
    -webkit-text-size-adjust: 100%;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 280px; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button, select { cursor: pointer; }
button { touch-action: manipulation; }
img, svg { display: block; }
img { max-width: 100%; }
p, h1, h2, h3 { margin: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--purple); outline-offset: 5px; }
::selection { background: #ead6ec; color: #31283d; }
.container { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; flex-shrink: 0; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 20; padding: 14px 20px; color: white; background: var(--purple); border-radius: 12px; }
.skip-link:focus { top: 12px; }
.site-header { position: relative; z-index: 1; }
.header-inner { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--lavender-line); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 15px; text-decoration: none; min-width: 0; border-radius: 8px; }
.brand-mark { width: 54px; height: auto; flex-shrink: 0; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy strong { color: var(--purple); font-size: 20px; letter-spacing: -.6px; line-height: 1.2; }
.brand-copy > span { color: var(--muted); font-size: 12px; line-height: 1.4; letter-spacing: .2px; }
.header-contact { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 20px; padding: 8px 0 8px 18px; color: var(--purple); font-weight: 600; font-size: 14px; text-decoration: none; }
.header-contact .icon { width: 19px; height: 19px; }
.header-contact:hover { color: var(--purple-dark); text-decoration: underline; text-underline-offset: 5px; }
.hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: 55px; padding-block: 76px 83px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 28px; color: var(--purple); font-size: 11px; font-weight: 700; letter-spacing: 1.55px; text-transform: uppercase; line-height: 1.65; }
.status-dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--purple); box-shadow: 0 0 0 5px var(--lavender); }
h1 { font-weight: 700; font-size: clamp(46px, 5.25vw, 73px); line-height: 1.065; letter-spacing: -3.5px; }
h1 em, h2 em, .success-panel h3 em { color: var(--purple); font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -3px; }
h1 em { display: inline-block; padding-bottom: 3px; position: relative; }
h1 em::after { content: ""; display: block; position: absolute; z-index: -1; left: 2px; right: -1px; height: 9px; bottom: 6px; background: var(--pink); opacity: .5; border-radius: 80% 50% 65% 50%; transform: rotate(-1.4deg); }
.hero-subtitle { font-size: 23px; line-height: 1.5; letter-spacing: -.5px; font-weight: 550; margin-top: 24px; }
.hero-description { max-width: 470px; color: var(--muted); font-size: 16px; line-height: 1.85; margin-top: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; gap: 28px; padding: 16px 23px; border: 1px solid transparent; border-radius: 11px; background: var(--purple); color: #fff; font-weight: 600; font-size: 14px; line-height: 1.4; text-decoration: none; transition: background-color .18s, transform .18s, box-shadow .18s; }
.button:hover:not(:disabled) { background: var(--purple-dark); box-shadow: 0 6px 20px #5642831a; transform: translateY(-1px); }
.button:active:not(:disabled) { transform: translateY(0); }
.button:disabled { opacity: .55; cursor: not-allowed; }
.hero-button { margin-top: 27px; }
.hero-button .icon { width: 18px; height: 18px; }
.hero-footnote { margin-top: 15px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.hero-art { position: relative; width: 100%; aspect-ratio: 1 / 1.04; display: flex; align-items: center; justify-content: center; isolation: isolate; }
.logo-disc { position: relative; width: 87%; aspect-ratio: 1; border-radius: 50%; background: #faf5ec; padding: 9%; display: flex; align-items: center; justify-content: center; box-shadow: 0 22px 60px -35px #8266a83d; }
.logo-disc img { width: 100%; height: auto; }
.logo-orbit { position: absolute; width: 95%; height: 94%; border-radius: 50%; border: 1px solid #e5ddec; overflow: hidden; background: radial-gradient(ellipse at 22% 23%, #eee8f59c, #eee8f500 67%); z-index: -1; }
.logo-orbit::before { content: ""; position: absolute; width: 80%; height: 93%; border: 1px dashed #d6c8e3; border-radius: 50%; top: 3%; left: 10%; transform: rotate(46deg); }
.floating-heart { position: absolute; top: 8%; right: 8%; width: 58px; height: 58px; display: grid; place-items: center; background: #fce0e3; color: var(--purple); border: 6px solid var(--paper); border-radius: 19px; transform: rotate(12deg); }
.floating-heart .icon { width: 24px; height: 24px; }
.art-spark { position: absolute; color: var(--blue); font-size: 32px; font-weight: 300; line-height: 1; }
.art-spark-one { top: 12%; left: 9%; transform: rotate(15deg); }
.art-spark-two { right: 7%; bottom: 22%; color: #b697c5; font-size: 25px; transform: rotate(16deg); }
.art-caption { position: absolute; display: flex; gap: 9px; align-items: center; bottom: 4.5%; left: 12%; background: white; border: 1px solid #eee7f0; border-radius: 100px; padding: 14px 18px; box-shadow: 0 8px 24px #5642830a; color: var(--purple); font-size: 11px; font-weight: 600; transform: rotate(-5deg); }
.art-caption .icon { color: #996276; width: 17px; height: 17px; }
.flight-path { position: absolute; width: 155px; height: auto; right: -2%; bottom: -12%; color: #b3a4c2; z-index: -1; }
.mission-strip { position: relative; display: grid; grid-template-columns: 1fr 1.13fr 64px; align-items: center; gap: 35px; padding: 31px 37px; border-radius: 22px; background: linear-gradient(115deg, #eee8f5 0%, #efedf6 56%, #e9f1f7 100%); }
.mission-title { display: flex; align-items: center; gap: 22px; }
.mission-icon { display: grid; place-items: center; width: 52px; height: 52px; flex-shrink: 0; border: 1px solid #d7cbe5; background: #ffffff60; border-radius: 50%; color: var(--purple); }
.mission-icon .icon { width: 23px; height: 23px; }
.mission-title p { font-size: 20px; line-height: 1.35; font-weight: 400; letter-spacing: -.45px; }
.mission-title strong { color: var(--purple); font-weight: 650; }
.mission-description { color: #655973; font-size: 14px; line-height: 1.8; max-width: 405px; }
.mission-signature { color: #7c94af; opacity: .8; transform: rotate(-12deg); justify-self: end; }
.mission-signature .icon { width: 36px; height: 36px; stroke-width: 1.2; }
.contact-section { padding-block: 99px 98px; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 86px; align-items: start; scroll-margin-top: 30px; }
.contact-copy { padding-top: 39px; }
.section-label { display: block; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; color: var(--purple); line-height: 1.6; }
h2 { font-size: 48px; font-weight: 650; line-height: 1.12; letter-spacing: -2.1px; margin-top: 21px; }
h2 em { display: inline-block; letter-spacing: -1.8px; margin-top: 2px; }
.contact-copy > p { color: var(--muted); font-size: 15px; line-height: 1.9; max-width: 337px; margin-top: 24px; }
.contact-note { display: flex; gap: 16px; align-items: center; margin-top: 37px; }
.note-icon { display: grid; place-items: center; background: #f9e9ea; width: 45px; height: 45px; border-radius: 13px; color: var(--purple); flex-shrink: 0; }
.note-icon .icon { width: 20px; height: 20px; }
.contact-note p { font-size: 11px; line-height: 1.9; color: var(--muted); }
.contact-note strong { font-weight: 500; color: var(--purple); }
.contact-decoration { display: flex; gap: 7px; align-items: center; margin-top: 36px; padding-left: 3px; }
.contact-decoration span { width: 29px; height: 6px; background: #c8dbe8; border-radius: 6px; }
.contact-decoration span:nth-child(2) { width: 16px; background: #f8a0a8; }
.contact-decoration span:nth-child(3) { width: 7px; background: #b697c5; }
.form-card { border: 1px solid var(--lavender-line); border-radius: 26px; padding: 34px; background: #ffffff; box-shadow: 0 14px 46px #56428308; min-width: 0; }
.form-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 27px; }
.form-heading .section-label { font-size: 9px; letter-spacing: 1.7px; }
.form-heading h3 { font-size: 29px; font-weight: 650; line-height: 1.2; letter-spacing: -.85px; margin-top: 6px; }
.form-heading-icon { width: 43px; height: 43px; border-radius: 50%; background: var(--lavender); display: grid; place-items: center; color: var(--purple); }
.form-heading-icon .icon { width: 20px; height: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.field { margin-bottom: 20px; min-width: 0; }
.field label { display: block; font-size: 12px; font-weight: 600; line-height: 1.5; color: #443750; margin-bottom: 9px; }
.field label > span { color: var(--purple); margin-left: 2px; }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; font-size: 16px; line-height: 1.5; border: 1px solid var(--field-line); border-radius: 8px; padding: 12px 13px; background: #fffefd; color: var(--ink); transition: border-color .16s, box-shadow .16s; }
.field input, .field select { height: 48px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--purple); outline-offset: 2px; border-color: var(--purple); }
.field textarea { min-height: 142px; resize: vertical; }
.field [aria-invalid="true"] { border-color: var(--error); }
.select-wrap { position: relative; }
.select-wrap select { appearance: none; -webkit-appearance: none; padding-right: 40px; font-size: 14px; }
.select-wrap .icon { pointer-events: none; width: 15px; height: 15px; position: absolute; right: 14px; top: 17px; color: #736382; }
.field-error { color: var(--error); margin-top: 7px; font-size: 12px; line-height: 1.5; }
.message-field { margin-bottom: 14px; }
.form-privacy { color: var(--muted); font-size: 11px; line-height: 1.8; margin-bottom: 20px; }
.form-privacy a { color: var(--purple); text-underline-offset: 3px; }
.send-button { width: 100%; justify-content: space-between; gap: 15px; padding: 15px 20px; min-height: 52px; }
.send-button .icon { width: 20px; height: 20px; }
.form-bottom { margin-top: 14px; display: flex; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.form-bottom > span:last-child { color: var(--purple); }
.form-status { background: #fdf0f1; color: #842f45; border: 1px solid #e7bac4; border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; font-size: 13px; line-height: 1.7; }
.form-status.unavailable { background: #f4eff8; color: var(--purple); border-color: var(--lavender-line); }
.urgent-note { margin-top: 18px; padding: 13px 15px; background: #f8f5f9; border-radius: 8px; color: #655973; font-size: 12px; line-height: 1.65; }
.honey-field { display: none !important; }
.success-panel { padding-block: 42px; text-align: center; }
.success-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 0 auto 26px; border-radius: 50%; background: var(--lavender); color: var(--purple); }
.success-icon .icon { width: 34px; height: 34px; }
.success-panel h3 { font-size: 35px; line-height: 1.2; letter-spacing: -1px; margin-top: 17px; }
.success-panel h3 em { letter-spacing: -1px; }
.success-panel > p:not(.section-label) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 20px auto 27px; max-width: 290px; }
.button-secondary { color: var(--purple); background: var(--lavender); font-size: 12px; gap: 14px; }
.button-secondary:hover:not(:disabled) { color: white; }
.site-footer { border-top: 1px solid var(--lavender-line); }
.footer-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 22px; color: var(--muted); font-size: 11px; line-height: 1.8; }
.footer-right { display: flex; align-items: center; gap: 22px; }
.footer-right > span { display: flex; align-items: center; gap: 10px; }
.footer-right .icon { width: 14px; height: 14px; color: var(--purple); }
.footer-right a { text-underline-offset: 4px; }
@media (min-width: 1500px) {
    .hero { gap: 86px; }
}
@media (max-width: 1100px) {
    .container { width: calc(100% - 64px); }
    .hero { gap: 28px; padding-block: 65px 75px; }
    h1 { font-size: 60px; letter-spacing: -3px; }
    .hero-subtitle { font-size: 21px; }
    .hero-description { font-size: 15px; }
    .contact-section { gap: 50px; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); }
    h2 { font-size: 43px; }
    .form-card { padding: 28px; }
    .mission-strip { padding: 29px; gap: 23px; grid-template-columns: 1fr 1fr; }
    .mission-title { gap: 16px; }
    .mission-signature { display: none; }
}
@media (max-width: 900px) {
    h1 { font-size: 49px; letter-spacing: -2.2px; }
    h1 em { letter-spacing: -2px; }
    .eyebrow { font-size: 9px; letter-spacing: 1.2px; }
    .hero { gap: 20px; }
    .logo-disc { width: 94%; padding: 8%; }
    .art-caption { left: 3%; padding: 11px 13px; font-size: 10px; bottom: -2%; }
    .floating-heart { top: 0; right: 0; width: 49px; height: 49px; }
    .art-spark-one { top: 4%; left: 2%; }
    .flight-path { right: -4%; bottom: -26%; width: 130px; }
    .hero-button { gap: 19px; padding-inline: 18px; font-size: 13px; }
    .contact-section { gap: 32px; }
    h2 { font-size: 37px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .contact-copy > p { font-size: 14px; }
    .contact-note { gap: 12px; }
    .note-icon { width: 38px; height: 38px; }
    .mission-title p { font-size: 18px; }
    .mission-description { font-size: 13px; }
}
@media (max-width: 700px) {
    .container { width: calc(100% - 44px); }
    .header-inner { min-height: 91px; gap: 16px; }
    .brand { gap: 11px; }
    .brand-mark { width: 45px; }
    .brand-copy strong { font-size: 18px; }
    .brand-copy > span { font-size: 11px; }
    .header-contact { font-size: 12px; gap: 7px; padding-left: 4px; }
    .header-contact .icon { width: 16px; height: 16px; }
    .hero { grid-template-columns: 1fr; gap: 24px; padding-block: 47px 49px; }
    .eyebrow { font-size: 9px; margin-bottom: 23px; letter-spacing: 1.25px; }
    h1 { font-size: clamp(42px, 10.9vw, 68px); letter-spacing: -2px; }
    h1 em { letter-spacing: -2.4px; }
    .hero-subtitle { font-size: 21px; margin-top: 20px; }
    .hero-description { margin-top: 12px; font-size: 15px; max-width: 43ch; }
    .hero-button { margin-top: 23px; min-height: 53px; font-size: 13px; padding-inline: 20px; }
    .hero-footnote { font-size: 10px; margin-top: 12px; }
    .hero-art { max-width: 365px; width: 91%; margin: 3px auto 6px; }
    .logo-disc { width: 87%; padding: 9%; }
    .floating-heart { top: 4%; right: 5%; width: 51px; height: 51px; }
    .art-spark-one { top: 10%; left: 8%; }
    .art-caption { bottom: 4%; left: 7%; padding: 12px 15px; }
    .flight-path { width: 100px; bottom: -6%; right: -4%; }
    .mission-strip { grid-template-columns: 1fr; padding: 27px; gap: 18px; border-radius: 20px; }
    .mission-title { gap: 17px; }
    .mission-title p { font-size: 21px; }
    .mission-icon { width: 47px; height: 47px; }
    .mission-description { max-width: none; font-size: 14px; line-height: 1.85; }
    .contact-section { grid-template-columns: 1fr; gap: 32px; padding-block: 60px 54px; scroll-margin-top: 22px; }
    .contact-copy { padding-top: 0; }
    .section-label { font-size: 9px; }
    h2 { font-size: clamp(39px, 8.5vw, 48px); line-height: 1.12; margin-top: 17px; letter-spacing: -1.7px; }
    .contact-copy > p { max-width: 40ch; font-size: 15px; margin-top: 20px; }
    .contact-note { margin-top: 24px; gap: 14px; }
    .note-icon { width: 42px; height: 42px; }
    .contact-note p { font-size: 11px; }
    .contact-decoration { display: none; }
    .form-card { padding: 27px; border-radius: 23px; }
    .form-heading { margin-bottom: 25px; }
    .field label { font-size: 12px; }
    .form-privacy { font-size: 11px; }
    .form-bottom { font-size: 10px; }
    .footer-inner { flex-direction: column; align-items: flex-start; gap: 11px; padding-block: 24px; font-size: 10px; }
    .footer-right { flex-wrap: wrap; gap: 15px; }
}
@media (max-width: 380px) {
    .container { width: calc(100% - 36px); }
    .brand-mark { width: 37px; }
    .brand-copy strong { font-size: 16px; }
    .brand-copy > span { font-size: 10px; }
    .header-contact { font-size: 11px; gap: 3px; }
    .brand { gap: 8px; }
    h1 { font-size: 39px; }
    .hero-subtitle { font-size: 18px; }
    .hero-button { width: 100%; gap: 15px; font-size: 12px; padding-inline: 14px; }
    .mission-strip { padding: 22px; }
    .mission-title p { font-size: 18px; }
    .mission-title { gap: 12px; }
    .mission-icon { width: 40px; height: 40px; }
    .form-card { padding: 22px; }
    .form-heading h3 { font-size: 27px; }
    .form-heading .section-label { font-size: 8px; }
    .form-heading-icon { width: 36px; height: 36px; flex-shrink: 0; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
    .button { border: 1px solid ButtonText; }
    .logo-disc, .form-card, .mission-strip { border: 1px solid CanvasText; }
}
.legal-page{padding:64px 0 80px}.legal-container{max-width:920px}.legal-back{display:inline-flex;margin-bottom:28px;color:#6b397f;text-decoration:none;font-weight:700}.legal-page h1{font-size:clamp(42px,7vw,72px);line-height:1;margin:0 0 36px}.legal-card{background:#fff;border:1px solid rgba(98,55,117,.12);border-radius:22px;padding:28px 30px;margin:0 0 18px;box-shadow:0 12px 35px rgba(73,45,84,.05)}.legal-card h2{font-size:23px;margin:0 0 14px}.legal-card p,.legal-card li{font-size:15px;line-height:1.75}.legal-card p:last-child{margin-bottom:0}.legal-card a{color:#6b397f}.legal-missing{display:inline-block;background:#fff2d9;border-radius:8px;padding:3px 8px;color:#7a4d00;font-weight:700}.legal-updated{margin-top:30px;font-size:12px;opacity:.7}@media(max-width:700px){.legal-page{padding:42px 0 58px}.legal-card{padding:22px}.legal-card h2{font-size:20px}.legal-card p,.legal-card li{font-size:14px}.legal-page h1{font-size:42px}}
