:root {
  --yellow: #f7dd4f;
  --lavender: #d7c9ff;
  --lavender-light: #e8e1ff;
  --ink: #17151a;
  --muted: #77727e;
  --white: #fcfbf8;
  --line: rgba(23, 21, 26, 0.16);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 14px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.announcement { height: 30px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--yellow); font-family: var(--mono); font-size: 10px; letter-spacing: .02em; text-transform: uppercase; }
.announcement span { font-size: 13px; }
.site-header { height: 76px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 34px; }
.wordmark { font-size: 29px; font-weight: 800; letter-spacing: -.12em; line-height: 1; width: max-content; }
.wordmark span { font-size: 8px; letter-spacing: 0; vertical-align: top; margin-left: 3px; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 12px; font-weight: 700; }
.main-nav a:first-child { display: flex; align-items: center; gap: 5px; }
.main-nav i { font-family: var(--mono); font-size: 8px; font-style: normal; color: var(--muted); }
.bag-button { justify-self: end; padding: 9px 0 9px 14px; color: var(--ink); border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.bag-button b { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-left: 8px; border-radius: 50%; background: var(--lavender); font-family: var(--mono); font-size: 10px; }

.intro { padding: 93px 24px 88px; text-align: center; }
.eyebrow, .toolbar, .card-top, .signup-label, .site-footer { font-family: var(--mono); text-transform: uppercase; letter-spacing: .03em; }
.eyebrow { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 27px; color: var(--muted); font-size: 10px; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); border: 1px solid var(--ink); }
h1 { max-width: 850px; margin: 0 auto 23px; font-size: clamp(58px, 8vw, 112px); letter-spacing: -.085em; line-height: .86; font-weight: 700; }
h1 em, .message-card em { font-family: Georgia, serif; font-weight: 400; letter-spacing: -.1em; }
.intro p { margin: 0 auto 31px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.notify-link { display: inline-flex; gap: 13px; align-items: center; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: 12px; font-weight: 700; }
.notify-link span, .email-form button span { font-size: 17px; font-weight: 400; }

.shop-shell { padding: 0 34px; }
.shop-toolbar { display: flex; justify-content: space-between; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.toolbar-mark { color: #a68bff; font-size: 17px; vertical-align: -1px; margin-right: 8px; }
.toolbar-right { display: flex; gap: 30px; color: var(--muted); }
.sort { color: var(--ink); }
.sort b { font-weight: 400; margin-left: 7px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 12px; }
.product-card, .message-card { min-height: 410px; position: relative; overflow: hidden; }
.product-card { display: flex; flex-direction: column; justify-content: space-between; padding: 16px; }
.card-yellow { background: var(--yellow); }
.card-lavender { background: var(--lavender); }
.card-white { background: #f0eee8; }
.pale { background: var(--lavender-light); }
.deep { background: #efd447; }
.card-top { display: flex; justify-content: space-between; font-size: 9px; position: relative; z-index: 1; }
.card-top span:last-child { font-family: var(--sans); font-size: 19px; font-weight: 400; line-height: .6; }
.card-copy { display: flex; justify-content: space-between; align-items: end; border-top: 1px solid var(--line); padding-top: 12px; font-size: 11px; }
.card-copy strong { font-family: var(--mono); font-size: 9px; font-weight: 400; text-transform: uppercase; }
.missing-shape { position: absolute; left: 50%; top: 51%; transform: translate(-50%, -50%); border: 1px dashed rgba(23,21,26,.45); opacity: .9; }
.shape-sun { width: 160px; height: 160px; border-radius: 50%; box-shadow: 23px -20px 0 -14px var(--yellow); }
.shape-arch { width: 145px; height: 188px; border-radius: 80px 80px 0 0; border-bottom: 0; }
.shape-line { width: 1px; height: 180px; border-style: dashed; transform: translate(-50%, -50%) rotate(28deg); }
.shape-orbit { width: 180px; height: 115px; border-radius: 50%; transform: translate(-50%, -50%) rotate(-24deg); box-shadow: 0 0 0 1px rgba(23,21,26,.15); }
.shape-petal { width: 115px; height: 180px; border-radius: 70% 30% 60% 40%; transform: translate(-50%, -50%) rotate(28deg); }
.message-card { background: var(--ink); color: var(--white); padding: 16px; display: flex; flex-direction: column; justify-content: space-between; }
.message-card .card-top { color: #aaa5ad; }
.message-card p { margin: 0 0 45px; font-size: clamp(34px, 4vw, 56px); letter-spacing: -.08em; line-height: .84; }
.message-card p em { color: var(--yellow); }
.message-arrow { align-self: flex-end; font-size: 42px; line-height: .5; color: var(--lavender); }

.signup { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; margin: 12px 34px 0; padding: 48px 0 72px; border-top: 1px solid var(--line); }
.signup-label { font-size: 10px; }
.signup-label span { color: #a68bff; font-size: 16px; margin-left: 5px; }
.signup-content { max-width: 580px; }
h2 { margin: 0 0 9px; font-size: 42px; letter-spacing: -.08em; line-height: 1; }
.signup-content p { margin: 0 0 25px; color: var(--muted); font-size: 13px; }
.email-form { display: flex; max-width: 470px; border-bottom: 1px solid var(--ink); }
.email-form input { min-width: 0; flex: 1; padding: 12px 0; border: 0; outline: 0; background: transparent; font-size: 13px; }
.email-form input::placeholder { color: #aaa5ad; }
.email-form button { display: flex; gap: 10px; align-items: center; padding: 10px 0 10px 18px; border: 0; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.site-footer { display: flex; align-items: center; justify-content: space-between; padding: 18px 34px 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; }
.footer-links { display: flex; gap: 18px; color: var(--ink); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 760px) {
  .site-header { height: 64px; padding: 0 18px; }
  .main-nav { gap: 14px; }
  .main-nav a:not(:first-child) { display: none; }
  .intro { padding: 73px 18px 67px; }
  .desktop-only { display: none; }
  .shop-shell { padding: 0 18px; }
  .toolbar-right { gap: 12px; }
  .toolbar-right > span:first-child { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .product-card, .message-card { min-height: 270px; padding: 12px; }
  .card-copy { display: block; line-height: 1.5; }
  .card-copy strong { display: block; }
  .message-card p { font-size: 31px; }
  .signup { display: block; margin: 8px 18px 0; padding: 34px 0 54px; }
  .signup-label { margin-bottom: 40px; }
  h2 { font-size: 36px; }
  .site-footer { flex-wrap: wrap; gap: 14px; padding: 18px; }
  .footer-center { order: 3; width: 100%; }
}
