/* Hana & Ren — chalk and charcoal, editorial minimal
   Hosted on GraceInvite. Nothing of ours appears on this page. */
:root { --chalk: #f6f5f1; --stone: #d8d3c8; --ink: #1f1f1f; --muted: #6e6e6a; --line: rgb(31 31 31 / 0.14); --moss: #8b8f85; --serif: "Lora", Georgia, serif; --sans: "Karla", ui-sans-serif, system-ui, sans-serif; }
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 4.5rem; }
body { margin: 0; background: var(--chalk); color: var(--ink); font-family: var(--sans); font-size: 1.02rem; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
h1, h2, h3, .sign, .footer__names { font-family: var(--serif); font-weight: 400; line-height: 1.1; margin: 0; letter-spacing: -0.015em; }
h1 span, .nav__brand span, .footer__names span { color: var(--moss); font-weight: 400; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); max-width: 22ch; }
h3 { font-size: 1.2rem; font-weight: 500; }
p { margin: 0; } p + p { margin-top: 1rem; } a { color: inherit; }
.index { margin: 0; font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; padding-top: 0.5rem; }
.lead { color: var(--muted); margin-top: 1.25rem; max-width: 56ch; } .lead strong { color: var(--ink); font-weight: 600; }
.fine { margin-top: 1rem; font-size: 0.82rem; color: var(--muted); }
.sign { margin-top: 1.75rem !important; font-size: 1.5rem; font-style: italic; color: var(--moss); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 2.9rem; padding: 0 1.4rem; border: 1px solid var(--ink); border-radius: 0; background: var(--ink); color: var(--chalk); font: 600 0.85rem/1 var(--sans); text-decoration: none; cursor: pointer; transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.btn:hover { transform: translateY(-1px); background: #000; }
.btn--line { background: transparent; color: var(--ink); } .btn--line:hover { background: var(--ink); color: var(--chalk); }
.btn--chalk { background: var(--chalk); color: var(--ink); border-color: var(--chalk); } .btn--chalk:hover { background: #fff; }
.pill { display: inline-flex; align-items: center; min-height: 2.3rem; padding: 0 1rem; border: 1px solid var(--line); background: transparent; font-size: 0.82rem; font-weight: 600; text-decoration: none; transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
.pill:hover { background: var(--ink); color: var(--chalk); border-color: var(--ink); }
.links { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; }
/* Nav */
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; padding: 0.9rem 1.25rem; transition: background-color 0.35s ease, box-shadow 0.35s ease; }
.nav.is-solid { background: rgb(246 245 241 / 0.94); backdrop-filter: blur(12px); box-shadow: 0 1px 0 var(--line); }
.nav__brand { font-family: var(--serif); font-size: 1.05rem; text-decoration: none; }
.nav__links { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; font-size: 0.82rem; font-weight: 600; }
.nav__links a { text-decoration: none; color: var(--muted); } .nav__links a:hover { color: var(--ink); }
.nav__cta { color: var(--ink) !important; border-bottom: 1px solid var(--ink); }
.nav__toggle { display: none; width: 2.5rem; height: 2.5rem; border: 1px solid var(--line); background: transparent; color: inherit; cursor: pointer; position: relative; }
.nav__toggle span { position: absolute; left: 30%; right: 30%; height: 1.5px; background: currentColor; transition: transform 0.3s ease, top 0.3s ease; }
.nav__toggle span:first-child { top: 42%; } .nav__toggle span:last-child { top: 58%; }
.nav__toggle.is-open span:first-child { top: 50%; transform: rotate(45deg); } .nav__toggle.is-open span:last-child { top: 50%; transform: rotate(-45deg); }
@media (max-width: 700px) {
  .nav__toggle { display: block; }
  .nav__links { position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; gap: 0; padding: 0.5rem 1.25rem 1.25rem; background: rgb(246 245 241 / 0.98); box-shadow: 0 20px 40px rgb(0 0 0 / 0.1); transform: translateY(-8px); opacity: 0; pointer-events: none; transition: opacity 0.25s ease, transform 0.25s ease; }
  .nav__links.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav__links li { border-top: 1px solid var(--line); }
  .nav__links a { display: block; padding: 0.85rem 0; font-family: var(--serif); font-size: 1.3rem; font-weight: 400; color: var(--ink); }
  .nav__cta { border: 0; }
}
/* Hero: typographic, on the grid */
.hero { min-height: 100svh; display: flex; align-items: center; padding: 6rem 1.25rem 4rem; }
.hero__grid { width: 100%; max-width: 68rem; margin: 0 auto; display: grid; gap: 1.5rem; }
@media (min-width: 860px) { .hero__grid { grid-template-columns: 12rem 1fr; column-gap: 3rem; } .hero__index { grid-column: 1; } .hero h1 { grid-column: 2; } .hero__meta { grid-column: 1; } .hero__note, .count, .hero__cta { grid-column: 2; } }
.hero__index { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.hero h1 { font-size: clamp(4rem, 14vw, 11rem); line-height: 0.92; letter-spacing: -0.03em; } .hero h1 span { font-size: 0.35em; display: block; line-height: 1; margin: 0.15em 0; }
.hero__meta { font-size: 0.9rem; color: var(--muted); line-height: 1.6; border-top: 1px solid var(--line); padding-top: 1rem; } .hero__meta p + p { margin-top: 0; }
.hero__note { font-family: var(--serif); font-size: clamp(1.1rem, 2vw, 1.4rem); max-width: 40ch; color: var(--ink); }
.count { font-size: 0.9rem; color: var(--muted); font-variant-numeric: tabular-nums; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 0.6rem; }
/* Layout: two-column editorial grid */
.section { padding: 4.5rem 1.25rem; }
.section--line { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--dark { background: var(--ink); color: var(--chalk); }
.section--dark .index, .section--dark .lead, .section--dark .fine { color: rgb(246 245 241 / 0.65); } .section--dark .lead strong { color: #fff; } .section--dark h2, .section--dark h3 { color: #fff; }
.wrap { max-width: 68rem; margin: 0 auto; }
.wrap--cols { display: grid; gap: 1.25rem; } @media (min-width: 860px) { .wrap--cols { grid-template-columns: 12rem 1fr; column-gap: 3rem; } }
/* List */
.list { list-style: none; margin: 2rem 0 0; padding: 0; border-top: 1px solid var(--line); }
.list li { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.list time { font-size: 0.82rem; font-weight: 600; color: var(--muted); padding-top: 0.2rem; font-variant-numeric: tabular-nums; }
.list p { margin-top: 0.2rem; color: var(--muted); font-size: 0.95rem; max-width: 56ch; }
@media (max-width: 480px) { .list li { grid-template-columns: 1fr; gap: 0.25rem; } }
/* Facts */
.facts { display: grid; gap: 0; margin: 1.75rem 0 0; border-top: 1px solid var(--line); }
.facts div { display: grid; grid-template-columns: 6rem 1fr; gap: 1rem; padding: 0.9rem 0; border-bottom: 1px solid var(--line); }
.facts dt { font-size: 0.82rem; font-weight: 600; color: var(--muted); } .facts dd { margin: 0; font-size: 0.95rem; }
@media (max-width: 480px) { .facts div { grid-template-columns: 1fr; gap: 0.2rem; } }
/* Swatches */
.swatches { display: flex; flex-wrap: wrap; gap: 1.25rem; margin: 1.75rem 0 0; padding: 0; list-style: none; font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.swatches li { display: grid; gap: 0.5rem; justify-items: center; } .swatches span { width: 2.8rem; height: 2.8rem; border: 1px solid var(--line); }
/* FAQ */
.faq { margin-top: 1.75rem; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 1rem 0; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 1rem; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.2rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--muted); font-size: 1.4rem; transition: transform 0.3s ease; } .faq details[open] summary::after { transform: rotate(45deg); }
.faq p { margin-top: 0.6rem; color: var(--muted); font-size: 0.95rem; max-width: 56ch; }
/* Form (on charcoal) */
.form { display: grid; gap: 1.5rem; margin-top: 2rem; } .form__row { display: grid; gap: 1.5rem; } @media (min-width: 560px) { .form__row { grid-template-columns: 1fr 1fr; } }
.form__row.is-muted { opacity: 0.4; }
.field { display: grid; gap: 0.5rem; border: 0; padding: 0; margin: 0; min-width: 0; }
.field > span, .field legend { font-size: 0.78rem; font-weight: 600; color: rgb(246 245 241 / 0.7); padding: 0; }
.field em { font-style: normal; opacity: 0.7; font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 2.9rem; padding: 0.6rem 0.9rem; border: 1px solid rgb(246 245 241 / 0.25); border-radius: 0; background: transparent; color: #fff; font: inherit; font-size: 0.95rem; transition: border-color 0.2s ease; }
.field textarea { resize: vertical; } .field input::placeholder, .field textarea::placeholder { color: rgb(246 245 241 / 0.35); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: #fff; }
.field select option { color: var(--ink); }
.opts { display: grid; gap: 0.6rem; } @media (min-width: 560px) { .opts { grid-template-columns: 1fr 1fr; } }
.opt { position: relative; display: flex; align-items: center; gap: 0.75rem; padding: 0.85rem 1rem; border: 1px solid rgb(246 245 241 / 0.25); cursor: pointer; font-size: 0.95rem; transition: border-color 0.2s ease, background-color 0.2s ease; }
.opt input { position: absolute; opacity: 0; pointer-events: none; }
.opt::before { content: ""; width: 0.9rem; height: 0.9rem; border: 1px solid rgb(246 245 241 / 0.6); flex-shrink: 0; transition: background-color 0.2s ease; }
.opt:has(input:checked) { border-color: #fff; } .opt:has(input:checked)::before { background: #fff; }
.opt:has(input:focus-visible) { outline: 2px solid #fff; outline-offset: 2px; }
.form__error { font-size: 0.85rem; color: #f0b3ad; } .form .btn { justify-self: start; } .form .fine { margin-top: -0.5rem; }
.success { margin-top: 2rem; padding: 1.75rem 0 0; border-top: 1px solid rgb(246 245 241 / 0.25); }
.success h3 { font-size: 1.8rem; } .success p { color: rgb(246 245 241 / 0.7); margin-top: 0.5rem; }
/* Footer */
.footer { padding: 4rem 1.25rem 3rem; border-top: 1px solid var(--line); color: var(--muted); font-size: 0.9rem; }
.footer__names { font-size: 1.8rem; color: var(--ink); margin-bottom: 0.4rem; }
/* Reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; } }
