/* Giftwright — handmade paper. Lilac and clay, soft shapes, a little texture. */
/* Self-hosted (SIL Open Font License): Gabarito, Sora — latin subset, from the Google Fonts CSS API, Sep 2026.
   Served from this origin so no visitor IP reaches Google; privacy.html promises nothing loads from third parties. */
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/gabarito-6589b6cd.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Gabarito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/gabarito-6589b6cd.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/sora-29535cba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/sora-29535cba.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {
  --bg: #f7f2fa;
  --card: #ffffff;
  --ink: #2c2333;
  --dim: #756a80;
  --line: #e5dcec;
  --plum: #6f4b93;
  --clay: #a8502c;
  --leaf: #4a7c59;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 8%, #efe4f6 0, transparent 45%),
    radial-gradient(circle at 88% 4%, #fbe8df 0, transparent 40%),
    var(--bg);
  color: var(--ink);
  font: 400 17px/1.62 Sora, system-ui, sans-serif;
}

.wrap { max-width: 50rem; margin: 0 auto; padding: 0 1.25rem; }

header.site .wrap { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 1.25rem; gap: 1rem; flex-wrap: wrap; }
.logo { font-family: Gabarito, system-ui, sans-serif; font-weight: 700; font-size: 1.45rem; color: var(--plum); text-decoration: none; }
nav a { color: var(--dim); text-decoration: none; margin-left: 1.25rem; font-size: 0.92rem; }
nav a:hover, nav a:focus { color: var(--plum); }

h1 { font-family: Gabarito, sans-serif; font-weight: 700; font-size: clamp(2rem, 5.5vw, 3.2rem); line-height: 1.08; margin: 1.5rem 0 1rem; }
h2 { font-family: Gabarito, sans-serif; font-weight: 700; font-size: 1.5rem; margin: 2.25rem 0 0.7rem; }
h3 { font-family: Gabarito, sans-serif; font-weight: 700; font-size: 1.15rem; margin: 0 0 0.5rem; }
.lede { font-size: 1.13rem; color: var(--dim); max-width: 40ch; }

#tool { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 1.85rem; margin: 2rem 0 3rem; box-shadow: 0 18px 40px -30px rgba(44, 35, 51, 0.6); }
.step { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--clay); font-weight: 600; margin: 0; }
.options { display: grid; grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr)); gap: 0.6rem; margin-top: 1.15rem; }
.option {
  font: 600 0.98rem/1.35 Sora, sans-serif; cursor: pointer; text-align: left;
  background: var(--bg); border: 1px solid var(--line); border-radius: 14px;
  color: var(--ink); padding: 0.85rem 1rem; transition: border-color .12s, background .12s;
}
.option:hover, .option:focus-visible { border-color: var(--plum); background: #fff; }
.back { background: none; border: 0; color: var(--dim); font: 400 0.92rem Sora, sans-serif; cursor: pointer; padding: 1.25rem 0 0; text-decoration: underline; }
.note { color: var(--dim); font-size: 0.93rem; }
.lead-time { background: #fbf0ea; border-radius: 14px; padding: 0.9rem 1.1rem; color: var(--ink); }

.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); gap: 1rem; margin-top: 1.15rem; }
.card { background: var(--bg); border-radius: 16px; padding: 1.2rem; display: flex; flex-direction: column; }
.card .why { font-size: 0.94rem; flex: 1; }
.card .watch { font-size: 0.88rem; color: var(--clay); }
.cta { display: inline-block; text-align: center; margin-top: 0.8rem; background: var(--plum); color: #fff; border-radius: 999px; padding: 0.6rem 1.1rem; text-decoration: none; font-weight: 600; font-size: 0.92rem; }
.cta:hover, .cta:focus-visible { background: #593a78; }

article p, article li { max-width: 62ch; }
article a { color: var(--plum); }
.rule-box { background: var(--card); border-left: 5px solid var(--leaf); border-radius: 0 16px 16px 0; padding: 1rem 1.25rem; margin: 1.75rem 0; }
.rule-box p { margin: 0; }
table { border-collapse: collapse; width: 100%; font-size: 0.94rem; margin: 1.5rem 0; }
th, td { text-align: left; padding: 0.65rem 0.8rem 0.65rem 0; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-size: 0.76rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--dim); }
th[scope="row"] { font-size: inherit; text-transform: none; letter-spacing: normal; color: inherit; font-weight: 400; }
.guide-list { list-style: none; padding: 0; display: grid; gap: 0.75rem; }
.guide-list a { display: block; background: var(--card); border: 1px solid var(--line); border-radius: 16px; padding: 1rem 1.2rem; text-decoration: none; color: var(--ink); font-weight: 600; }
.guide-list a:hover { border-color: var(--plum); }
.guide-list span { display: block; color: var(--dim); font-size: 0.92rem; font-weight: 400; margin-top: 0.2rem; }

footer.site { border-top: 1px solid var(--line); margin-top: 3.5rem; padding: 2rem 0 3rem; color: var(--dim); font-size: 0.87rem; }
footer.site p { margin: 0 0 0.6rem; max-width: 70ch; }
footer.site a { color: var(--dim); }

.byline { font-size: 0.85rem; color: var(--dim); margin-top: -0.4rem; }
.byline a { color: inherit; }

/* --- accessibility --------------------------------------------------------- */
.skip { position: absolute; left: -9999px; top: 0; z-index: 10; background: var(--card); color: var(--ink); border: 1px solid var(--plum); border-radius: 0 0 12px 0; padding: 0.7rem 1.1rem; font-weight: 600; text-decoration: none; }
.skip:focus { left: 0; }
.vh { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0; }
:focus-visible { outline: 3px solid var(--plum); outline-offset: 2px; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}
