/* Corona Stellarum. Colors and motifs are drawn from the supplied brand references. */
:root {
  --ink: #101e28;
  --ink-deep: #08151d;
  --ink-panel: #14242e;
  --slate: #4b5355;
  --gold: #bd965a;
  --gold-bright: #d8b67d;
  --gold-on-light: #756039;
  --parchment: #efe6d7;
  --ivory: #f4eee3;
  --muted: #c1bfb6;
  --line: rgba(194, 156, 95, .28);
  --serif: 'Cinzel', 'Palatino Linotype', Palatino, Georgia, serif;
  --body: 'Lora', 'Iowan Old Style', 'Palatino Linotype', Palatino, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ivory); background: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; }
::selection { color: var(--ink-deep); background: var(--gold-bright); }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 6px; border-radius: 1px; }
.light-section :focus-visible { outline-color: var(--ink); }
.wrap { width: min(1200px, calc(100% - 112px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0, 0, 0, 0); overflow: hidden; white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; background: var(--ivory); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 10px; }
.icon { width: 20px; height: 20px; flex-shrink: 0; }
.eyebrow { font-family: var(--sans); font-size: 11px; line-height: 1.6; font-weight: 500; text-transform: uppercase; letter-spacing: .18em; color: var(--gold-bright); }
.site-header { position: relative; z-index: 10; background: var(--ink-deep); border-top: 3px solid var(--gold); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 104px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.brand img { width: 62px; height: 62px; object-fit: contain; }
.brand > span { font-family: var(--serif); color: var(--ivory); font-size: 20px; letter-spacing: .085em; line-height: 1.13; }
.brand > span > span { display: block; font-size: 19px; letter-spacing: .063em; }
.primary-nav { display: flex; align-items: center; gap: 31px; font-family: var(--sans); font-size: 12px; letter-spacing: .045em; }
.primary-nav > a { padding-block: 12px; transition: color .2s; }
.primary-nav > a:hover { color: var(--gold-bright); }
.primary-nav > .header-shop { display: flex; gap: 18px; align-items: center; padding: 12px 18px; border: 1px solid var(--line); color: var(--gold-bright); margin-left: 4px; }
.header-shop .icon { width: 16px; height: 16px; }
.primary-nav > .header-shop:hover { background: rgba(194, 156, 95, .08); border-color: var(--gold); }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: var(--ink-deep); }
.hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background-image: url('assets/night-texture.webp'); background-size: 165px 176px; opacity: .20; }
.hero::after { content: ''; position: absolute; z-index: -1; width: 840px; height: 840px; top: -140px; right: -260px; border: 1px solid rgba(189,150,90,.055); border-radius: 50%; pointer-events: none; }
.hero-inner { display: grid; grid-template-columns: 1.25fr .92fr; align-items: center; gap: 62px; padding-top: 62px; padding-bottom: 62px; }
.hero-copy { padding-bottom: 10px; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 14px; font-size: 10px; letter-spacing: .14em; }
.hero-copy .eyebrow span { display: inline-block; width: 32px; height: 1px; background: var(--gold); flex-shrink: 0; }
h1 { font-family: var(--serif); font-size: clamp(44px, 4.85vw, 70px); line-height: 1.16; letter-spacing: -.035em; margin-top: 28px; }
h1 em { font-family: var(--body); font-size: 1.13em; font-weight: 400; letter-spacing: -.045em; color: var(--gold-bright); }
.hero-dedication { font-family: var(--serif); font-size: 16px; letter-spacing: .1em; margin: 22px 0 26px; }
.hero-description { max-width: 535px; font-size: 15px; color: var(--muted); line-height: 1.95; }
.hero-welcome { color: #e1d4bd; font-size: 13px; font-style: italic; margin-top: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 49px; padding: 13px 21px; font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .025em; border: 1px solid transparent; transition: background .2s, transform .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-bright); color: var(--ink-deep); }
.button-gold:hover { background: #e5c996; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-size: 11px; padding-block: 12px; color: var(--ivory); border-bottom: 1px solid var(--line); transition: color .2s, border-color .2s; }
.text-link:hover { color: var(--gold-bright); border-color: var(--gold); }
.text-link .icon { width: 18px; height: 18px; }
.hero-identity { width: 100%; max-width: 440px; margin-inline: auto; padding: 4px 0 0; }
.identity-frame { position: relative; padding: 13px; border: 1px solid rgba(189,150,90,.24); background: rgba(5,13,20,.38); }
.identity-frame::before, .identity-frame::after { content: ''; position: absolute; width: 48px; height: 48px; pointer-events: none; }
.identity-frame::before { top: -1px; left: -1px; border-left: 1px solid var(--gold); border-top: 1px solid var(--gold); }
.identity-frame::after { bottom: -1px; right: -1px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
.primary-lockup { width: 100%; }
.identity-caption { display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 17px; color: var(--gold-bright); font-size: 9px; letter-spacing: .3em; font-family: var(--serif); text-transform: uppercase; }
.identity-caption > span:first-child, .identity-caption > span:last-child { width: 25px; height: 1px; background: var(--line); }
.hero-bottom { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 20px 0 23px; font-size: 10px; font-family: var(--sans); color: #b2b8b9; letter-spacing: .055em; }
.hero-bottom > span { font-family: var(--body); font-style: italic; font-size: 12px; }
.hero-bottom a { display: flex; align-items: center; gap: 14px; }
.hero-bottom a span { color: var(--gold-bright); font-size: 19px; }
.mobile-only { display: none; }
.foundations { padding: 65px 0 23px; background: var(--ink); }
.section-heading h2 { font-family: var(--serif); font-size: clamp(29px, 3.2vw, 44px); letter-spacing: -.025em; line-height: 1.28; margin-top: 14px; }
.centered { text-align: center; }
.centered h2 { font-size: 32px; }
.values-grid { list-style: none; display: grid; grid-template-columns: repeat(6,1fr); margin: 38px 0 27px; padding: 0; }
.value { position: relative; text-align: center; padding: 0 12px 6px; }
.value + .value::before { content: ''; position: absolute; top: 20px; bottom: 2px; left: 0; width: 1px; background: var(--line); }
.value img { width: 103px; height: 103px; object-fit: contain; margin: 0 auto 13px; }
.value h3 { font-family: var(--serif); font-size: 17px; text-transform: uppercase; letter-spacing: .065em; color: var(--gold-bright); }
.value p { font-family: var(--body); font-style: italic; font-size: 14px; color: #dfd4c1; margin-top: 4px; }
.ornament-rule { display: flex; align-items: center; justify-content: center; gap: 13px; margin-top: 22px; }
.ornament-rule img { width: 20px; height: 28px; object-fit: contain; }
.ornament-rule span { width: 100px; height: 1px; background: var(--line); }
.light-section { color: var(--ink); background: var(--parchment); }
.light-section .eyebrow { color: var(--gold-on-light); }
.resources { position: relative; isolation: isolate; padding: 83px 0 41px; }
.resources::before { position: absolute; content: ''; inset: 0; z-index: -1; background: url('assets/parchment-texture.webp'); opacity: .13; }
.resource-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 36px; }
.resource-intro { max-width: 344px; font-size: 14px; line-height: 1.95; color: #535954; margin-bottom: 4px; }
.resource-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 24px; }
.resource-card { position: relative; overflow: hidden; border: 1px solid rgba(107,87,53,.27); min-height: 441px; display: flex; flex-direction: column; }
.etsy-card { background: rgba(255,252,246,.70); padding: 28px 33px 0; }
.card-kicker { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.store-wordmark { font-size: 36px; font-family: Georgia, 'Times New Roman', serif; line-height: 1; letter-spacing: -.03em; }
.amazon-wordmark { font-size: 25px; letter-spacing: -.04em; }
.status { font-family: var(--sans); text-transform: uppercase; font-size: 9px; letter-spacing: .085em; line-height: 1.4; }
.available { color: #5b604c; display: flex; align-items: center; gap: 8px; }
.available::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #67734f; }
.resource-card-copy { position: relative; z-index: 1; padding: 43px 0 28px; flex: 1; }
.resource-card .eyebrow { font-size: 9px; letter-spacing: .14em; margin-bottom: 13px; }
.resource-card h3 { font-family: var(--body); font-size: 29px; line-height: 1.3; letter-spacing: -.025em; }
.resource-card-copy > p:not(.eyebrow) { max-width: 360px; margin-top: 17px; font-size: 13px; line-height: 1.85; color: #555b57; }
.resource-card .button { margin-top: 23px; }
.button-ink { color: var(--ivory); background: var(--ink); }
.button-ink:hover { background: #243845; }
.card-bottom { position: relative; font-family: var(--sans); font-size: 10px; line-height: 1.6; border-top: 1px solid rgba(107,87,53,.22); color: #62645e; padding: 14px 0; }
.resource-art { position: absolute; width: 145px; height: 145px; right: -13px; top: 113px; opacity: .16; transform: rotate(-10deg); }
.resource-art img { width: 100%; height: 100%; }
.amazon-card { background: #e6dccb; padding: 31px 31px 0; }
.amazon-card::before { content: ''; position: absolute; inset: 0; background: url('assets/architecture-texture.webp') right top / 220px auto; opacity: .025; pointer-events: none; }
.upcoming { padding: 6px 10px; border: 1px solid rgba(107,87,53,.35); color: #65573f; }
.amazon-center { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 14px 20px 25px; }
.amazon-center > img { width: 90px; height: 90px; object-fit: contain; margin: 5px 0 16px; filter: sepia(.25) brightness(.67); }
.amazon-center h3 { font-size: 30px; }
.amazon-center p { max-width: 268px; margin-top: 15px; font-size: 12px; line-height: 1.85; color: #555b57; }
.amazon-card .card-bottom { text-align: center; }
.resource-note { font-family: var(--sans); font-size: 10px; color: #67685f; text-align: center; margin-top: 23px; line-height: 1.75; }
.connect { padding: 85px 0 78px; background: var(--ink); }
.connect-inner { display: grid; grid-template-columns: 1fr 1.04fr; gap: 100px; align-items: center; }
.connect h2 { font-family: var(--serif); font-size: clamp(29px,3.1vw,43px); line-height: 1.3; letter-spacing: -.025em; margin-top: 19px; }
.connect-copy > p:not(.eyebrow) { max-width: 410px; font-size: 14px; line-height: 1.95; margin-top: 23px; color: var(--muted); }
.handle { display: inline-block; font-family: var(--body); font-style: italic; color: var(--gold-bright); font-size: 19px; margin-top: 23px; }
.connect-ornament { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.connect-ornament span { width: 69px; height: 1px; background: var(--line); }
.connect-ornament img { width: 17px; height: 22px; object-fit: contain; }
.social-links { border-top: 1px solid var(--line); }
.social-link { display: flex; align-items: center; gap: 20px; padding: 24px 13px; border-bottom: 1px solid var(--line); transition: background .2s, padding .2s; }
.social-link:hover { background: rgba(189,150,90,.06); padding-inline: 20px; }
.social-icon { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); color: var(--gold-bright); border-radius: 50%; }
.social-icon svg { width: 23px; height: 23px; }
.social-label { display: flex; flex-direction: column; gap: 1px; }
.social-label strong { font-family: var(--body); font-weight: 400; font-size: 20px; }
.social-label > span { color: #bec0bb; font-family: var(--sans); font-size: 10px; letter-spacing: .015em; }
.social-link > .icon { margin-left: auto; color: var(--gold-bright); width: 21px; height: 21px; }
.closing { position: relative; isolation: isolate; padding: 36px 0 42px; background: var(--ink-deep); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.closing::before { content: ''; position: absolute; inset: 0; z-index: -1; background: url('assets/fleur-pattern.webp') center / 174px 176px; opacity: .065; }
.closing-inner { text-align: center; }
.closing img { margin-inline: auto; width: 65px; height: 65px; object-fit: contain; margin-bottom: 13px; }
.closing p { font-family: var(--serif); font-size: 24px; letter-spacing: .085em; color: var(--gold-bright); }
.closing span { display: block; margin-top: 7px; font-family: var(--body); font-style: italic; font-size: 15px; }
.site-footer { background: var(--ink-deep); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 29px 0; }
.footer-brand > span { font-family: var(--serif); font-size: 13px; letter-spacing: .05em; }
.footer-brand small { display: block; font-family: var(--sans); color: #b9bdb9; font-size: 9px; margin-top: 4px; }
.footer-inner > p, .back-top { font-family: var(--sans); font-size: 10px; color: #b9bdb9; }
.back-top { display: flex; align-items: center; gap: 12px; }
.back-top:hover { color: var(--gold-bright); }
.back-top > span { font-size: 17px; color: var(--gold-bright); }
@media (min-width: 1600px) { .hero-inner { padding-top: 85px; padding-bottom: 85px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 72px); }
  .header-inner { gap: 20px; }
  .primary-nav { gap: 21px; }
  .hero-inner { gap: 37px; grid-template-columns: 1.1fr .9fr; padding-block: 57px; }
  .hero-copy .eyebrow { font-size: 9px; }
  .hero-actions { gap: 14px; }
  .button { padding-inline: 17px; gap: 17px; }
  .hero-description { font-size: 14px; }
  .connect-inner { gap: 56px; }
  .value h3 { font-size: 14px; }
  .value p { font-size: 12px; }
  .resource-card h3 { font-size: 25px; }
  .etsy-card, .amazon-card { padding-inline: 25px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 22px; }
  .wrap { width: calc(100% - 48px); }
  .header-inner { min-height: 88px; flex-wrap: wrap; gap: 0; }
  .brand img { width: 53px; height: 53px; }
  .brand > span { font-size: 18px; }
  .brand > span > span { font-size: 17px; }
  .primary-nav { flex-basis: 100%; justify-content: space-between; gap: 15px; border-top: 1px solid var(--line); padding: 12px 0 16px; font-size: 11px; }
  .primary-nav > .header-shop { padding: 8px 13px; margin-left: 0; }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 11px; background: transparent; border: 1px solid var(--line); color: var(--ivory); min-height: 44px; min-width: 88px; padding: 10px 12px; margin-left: auto; font-family: var(--sans); font-size: 11px; }
  .menu-lines { display: block; width: 17px; height: 9px; border-top: 1px solid var(--gold-bright); border-bottom: 1px solid var(--gold-bright); position: relative; }
  .js .primary-nav { display: none; }
  .js .primary-nav.is-open { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 43px; padding-top: 47px; padding-bottom: 31px; }
  .hero-copy { max-width: 560px; margin-inline: auto; width: 100%; padding-bottom: 0; }
  h1 { font-size: clamp(43px,8vw,64px); }
  .hero-dedication { font-size: 15px; margin: 20px 0; }
  .hero-description { font-size: 15px; }
  .hero-welcome { font-size: 13px; }
  .hero-actions { gap: 24px; }
  .hero-identity { max-width: 350px; }
  .hero-bottom { padding: 17px 0; }
  .hero-bottom > span { font-size: 11px; }
  .foundations { padding-top: 47px; padding-bottom: 19px; }
  .centered h2 { font-size: 28px; }
  .values-grid { grid-template-columns: repeat(3,1fr); gap: 26px 0; margin-top: 30px; }
  .value:nth-child(4)::before { display: none; }
  .value img { width: 102px; height: 102px; }
  .value h3 { font-size: 15px; }
  .value p { font-size: 13px; }
  .resources { padding-top: 53px; padding-bottom: 31px; }
  .resource-heading { gap: 25px; align-items: flex-start; flex-direction: column; margin-bottom: 27px; }
  .resource-heading h2 { font-size: 36px; }
  .resource-intro { max-width: 520px; }
  .resource-grid { grid-template-columns: 1fr; gap: 20px; }
  .resource-card { min-height: 418px; }
  .etsy-card { padding-inline: 28px; }
  .resource-card-copy { padding-top: 38px; }
  .resource-card h3 { font-size: 29px; }
  .resource-card-copy > p:not(.eyebrow) { max-width: 420px; font-size: 14px; }
  .resource-art { right: -9px; top: 125px; width: 160px; height: 160px; opacity: .13; }
  .amazon-card { min-height: 385px; padding-inline: 28px; }
  .amazon-center { padding-bottom: 22px; }
  .amazon-center > img { width: 78px; height: 78px; margin-top: 0; margin-bottom: 9px; }
  .connect { padding: 56px 0 55px; }
  .connect-inner { grid-template-columns: 1fr; gap: 32px; }
  .connect h2 { font-size: 36px; }
  .connect-copy > p:not(.eyebrow) { max-width: 520px; }
  .connect-ornament { display: none; }
  .social-link { padding-block: 20px; }
  .social-label strong { font-size: 19px; }
  .closing { padding-block: 29px 33px; }
  .closing p { font-size: 20px; letter-spacing: .04em; }
  .footer-inner { flex-wrap: wrap; gap: 20px; }
  .footer-brand { flex-basis: 100%; }
}
@media (max-width: 420px) {
  .wrap { width: calc(100% - 36px); }
  .header-inner { min-height: 82px; }
  .brand { gap: 9px; }
  .brand img { width: 47px; height: 47px; }
  .brand > span { font-size: 16px; }
  .brand > span > span { font-size: 15px; }
  .hero-copy .eyebrow { gap: 8px; font-size: 8px; letter-spacing: .11em; }
  .hero-copy .eyebrow span { width: 20px; }
  h1 { font-size: 40px; margin-top: 23px; }
  .hero-dedication { font-size: 13px; }
  .hero-description { font-size: 14px; line-height: 1.85; }
  .hero-welcome { font-size: 12px; }
  .hero-actions { gap: 12px 22px; margin-top: 25px; }
  .button { min-height: 47px; font-size: 11px; padding-inline: 16px; }
  .hero-actions > .text-link { font-size: 11px; }
  .hero-identity { max-width: 307px; }
  .identity-frame { padding: 10px; }
  .hero-bottom > span { display: none; }
  .hero-bottom { justify-content: center; }
  .hero-bottom a { font-size: 9px; }
  .js .primary-nav.is-open { flex-wrap: wrap; justify-content: flex-start; gap: 8px 21px; }
  .primary-nav > a { padding-block: 8px; }
  .primary-nav .header-shop { gap: 8px; }
  .value { padding-inline: 5px; }
  .value img { width: 88px; height: 88px; }
  .value h3 { font-size: 12px; }
  .value p { font-size: 11px; }
  .centered h2 { font-size: 24px; }
  .resource-heading h2, .connect h2 { font-size: 31px; }
  .etsy-card, .amazon-card { padding-inline: 21px; }
  .store-wordmark { font-size: 33px; }
  .amazon-wordmark { font-size: 24px; }
  .card-kicker { gap: 8px; }
  .status { font-size: 8px; letter-spacing: .035em; }
  .resource-card h3 { font-size: 25px; }
  .resource-card-copy > p:not(.eyebrow) { font-size: 13px; }
  .social-icon { width: 43px; height: 43px; }
  .social-link { gap: 16px; padding-inline: 6px; }
  .social-link:hover { padding-inline: 10px; }
  .closing p { font-size: 16px; }
  .closing span { font-size: 13px; }
  .footer-inner { padding-block: 23px; }
}
@media (max-width: 350px) {
  h1 { font-size: 35px; }
  .hero-copy .eyebrow { font-size: 7px; }
  .brand img { width: 40px; height: 40px; }
  .brand > span { font-size: 14px; }
  .brand > span > span { font-size: 13px; }
  .js .menu-toggle { min-width: 73px; gap: 7px; padding-inline: 9px; }
  .resource-card h3 { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  body, .hero, .foundations, .connect, .closing, .site-footer, .site-header { color: #17232d; background: white; }
  .site-header, .hero-bottom, .menu-toggle, .back-top, .hero-actions, .skip-link { display: none !important; }
  .wrap { width: 100%; }
  .hero-inner { grid-template-columns: 1.2fr 1fr; padding-block: 20px; }
  h1 { font-size: 35pt; }
  .hero-description, .hero-welcome, .hero-dedication, .connect-copy > p:not(.eyebrow), .social-label > span { color: #333; }
  .hero-identity { max-width: 230px; }
  .foundations, .resources, .connect { padding-block: 25px; }
  .values-grid { grid-template-columns: repeat(6,1fr); }
  .value h3, .value p, .closing p, .handle { color: #4f3c1b; }
  .value img { width: 70px; height: 70px; }
  .resource-grid { grid-template-columns: 1.2fr 1fr; }
  .resource-card, .social-link, .values-grid { break-inside: avoid; }
  .connect-inner { grid-template-columns: 1fr 1fr; gap: 40px; }
  .social-label strong { font-size: 14pt; }
  .social-link { padding-block: 10px; }
}
