@font-face {
  font-family: "Floria Geist";
  src: url("../fonts/geist-latin-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF;
}

@font-face {
  font-family: "Floria Geist";
  src: url("../fonts/noto-sans-cjk-sc-storefront.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+2E80-2EFF, U+3000-303F, U+3400-4DBF, U+4E00-9FFF, U+FF00-FFEF;
}

@font-face {
  font-family: "Floria Serif";
  src: url("../fonts/dm-serif-display-italic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}

body.floria-match {
  --fm-bg: #fafaf9;
  --fm-fg: #1c1917;
  --fm-accent: #065f46;
  --fm-muted: #78716c;
  --fm-dark: #09090b;
  margin: 0;
  color: var(--fm-fg);
  background: var(--fm-bg);
  font-family: "Floria Geist", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}

.floria-match main,
.floria-match .fm-footer { font-family: "Floria Geist", Arial, sans-serif; }
.floria-match main { overflow-x: clip; }
.floria-match main h1,
.floria-match main h2,
.floria-match main h3 { font-family: "Floria Geist", Arial, sans-serif !important; }
.floria-match main * { box-sizing: border-box; }
.floria-match main h1,
.floria-match main h2,
.floria-match main h3,
.floria-match main p { margin: 0; }
.floria-match main img,
.floria-match .fm-footer img { display: block; max-width: 100%; }
.floria-match .fm-container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 32px; }

/* Header mirrors the reference proportions while retaining storefront controls. */
.floria-match .site-header.is-atelier {
  position: fixed;
  top: 32px;
  left: 50%;
  right: auto;
  z-index: 80;
  width: min(calc(100% - 64px), 1280px);
  height: 60px;
  grid-template-columns: minmax(190px, 1fr) auto minmax(250px, 1fr);
  padding: 8px;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 999px;
  box-shadow: none;
  backdrop-filter: none;
  transform: translateX(-50%);
  font-family: "Floria Geist", Arial, sans-serif;
}
.floria-match .site-header.is-atelier.is-scrolled {
  top: 14px;
  color: var(--fm-fg);
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(0, 0, 0, .05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .04);
  backdrop-filter: blur(12px);
}
.floria-match .site-header.is-atelier .wordmark {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  padding-inline: 8px;
  font-family: "Floria Geist", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0 !important;
}
.floria-match .site-header.is-atelier .atelier-nav {
  grid-column: 2;
  grid-row: 1;
  gap: 32px;
  font-size: 14px;
  font-weight: 500;
}
.floria-match .site-header.is-atelier .atelier-nav a::after { display: none; }
.floria-match .site-header.is-atelier .header-tools {
  display: none;
}
.floria-match .site-header.is-atelier .atelier-menu-button,
.floria-match .site-header.is-atelier .header-store-button { display: none; }
.floria-match .site-header.is-atelier #search-open { width: 40px; height: 40px; color: inherit; }
.floria-match .site-header.is-atelier .header-actions { grid-column: 3; justify-self: end; gap: 8px; }
.floria-match .site-header.is-atelier .header-contact {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--fm-bg);
  background: var(--fm-fg);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
}
.floria-match .site-header.is-atelier:not(.is-scrolled) .header-contact { color: var(--fm-fg); background: #fff; }
.floria-match .site-header.is-atelier .header-account-button,
.floria-match .site-header.is-atelier .header-wishlist-button { display: none; }
.floria-match .site-header.is-atelier #bag-open { width: 40px; height: 40px; }
.floria-match .site-header.is-atelier #bag-open:has(.action-count.is-hidden) { display: none; }
.floria-match .site-header.is-atelier .action-count { color: var(--fm-bg); background: var(--fm-accent); }

/* Hero */
.fm-hero {
  position: relative;
  z-index: 20;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding: 96px 0 48px;
  overflow-x: clip;
  overflow-y: visible;
  color: #fff;
  background: #000;
}
.fm-hero-bg { position: absolute; z-index: 0; inset: 0; overflow: hidden; }
.fm-hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .3; }
.fm-hero-bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .8) 46%, transparent 100%); }
.fm-hero-bg span { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; height: 192px; background: linear-gradient(0deg, var(--fm-bg), transparent); }
.fm-hero-accent { position: absolute; z-index: 10; top: 128px; right: 0; width: 60vw; height: 100dvh; display: flex; align-items: center; justify-content: flex-end; pointer-events: none; }
.fm-hero-accent > div { position: relative; height: 120vh; aspect-ratio: 1; opacity: 1; transform: translateX(25%) rotate(-90deg) scale(1.1); pointer-events: auto; cursor: pointer; animation: fm-floral-arrival 1.5s cubic-bezier(.16, 1, .3, 1) .3s backwards; transition: transform 700ms cubic-bezier(.16, 1, .3, 1), filter 700ms ease; }
.fm-hero-accent img { width: 100%; height: 100%; object-fit: contain; filter: brightness(.75) drop-shadow(0 25px 25px rgba(0, 0, 0, .15)); transition: filter 700ms ease; }

@keyframes fm-floral-arrival {
  from { opacity: 0; transform: translateX(25%) rotate(-85deg) scale(.9); }
  to { opacity: 1; transform: translateX(25%) rotate(-90deg) scale(1.1); }
}

@media (hover: hover) and (pointer: fine) {
  .fm-hero-accent > div:hover { transform: translateX(25%) rotate(-92deg) scale(1.15); filter: brightness(.9) contrast(1.1); }
  .fm-hero-accent > div:hover img { filter: brightness(.9) drop-shadow(0 25px 25px rgba(0, 0, 0, .15)); }
}
.fm-hero-grid { position: relative; z-index: 20; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; pointer-events: none; }
.fm-hero-copy { grid-column: span 7; width: min(100%, 560px); pointer-events: auto; }
.fm-eyebrow { display: inline-block; margin-bottom: 24px; padding: 4px 12px; color: #fff; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; font-size: 12px; font-weight: 600; line-height: 16px; backdrop-filter: blur(8px); }
.fm-hero h1 { color: #fff; font-size: 96px; font-weight: 700; line-height: .9; }
.fm-hero h1 strong,
.fm-hero h1 em { display: block; font: inherit; }
.fm-hero h1 em { color: #a7f3d0; font-style: italic; font-weight: 300; line-height: inherit; }
.fm-hero-copy > p { max-width: 520px; margin-top: 32px; color: #d4d4d8; font-size: 24px; line-height: 1.5; }
.fm-hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 40px; }
.fm-button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; padding: 12px 32px; border: 0; border-radius: 999px; font-size: 16px; font-weight: 500; white-space: nowrap; transition: color 180ms ease, background 180ms ease, transform 160ms ease; }
.fm-button:active { transform: translateY(1px); }
.fm-button-light { color: #000; background: #fff; }
.fm-button-light:hover { background: rgba(255, 255, 255, .9); }
.fm-button-ghost { color: #fff; background: transparent; }
.fm-button-ghost:hover { background: rgba(255, 255, 255, .1); }

/* Curated assemblages */
.fm-curated { position: relative; z-index: 10; min-height: 1044px; padding: 128px 0; background: var(--fm-bg); }
.fm-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 96px; }
.fm-section-head h2,
.fm-archives-head h2 { font-size: 48px; font-weight: 700; line-height: 1; }
.fm-section-head p { max-width: 540px; margin-top: 16px; color: var(--fm-muted); font-size: 18px; line-height: 1.6; }
.fm-arrow-link { min-height: 30px; display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; text-transform: uppercase; }
.fm-arrow-link svg { width: 16px; height: 16px; transition: transform 180ms ease; }
.fm-arrow-link:hover svg { transform: translate(4px, -4px); }
.fm-curated-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; align-items: start; }
.fm-product-card { grid-column: span 4; min-width: 0; }
.fm-product-card-offset-lg { margin-top: 96px; }
.fm-product-card-offset-sm { margin-top: 48px; }
.fm-product-media { position: relative; display: block; overflow: hidden; border-radius: 32px; background: #f5f5f4; }
.fm-ratio-tall { aspect-ratio: 3 / 4; }
.fm-ratio-square { aspect-ratio: 1; }
.fm-ratio-portrait { aspect-ratio: 4 / 5; }
.fm-product-image-link { display: block; width: 100%; height: 100%; }
.fm-product-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.fm-product-card:hover .fm-product-media img { transform: scale(1.05); }
.fm-quick-add { position: absolute; left: 24px; right: 24px; bottom: 24px; min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 0; color: var(--fm-fg); background: rgba(255, 255, 255, .9); border: 0; border-radius: 999px; font-size: 14px; font-weight: 600; opacity: 0; transform: translateY(16px); cursor: pointer; transition: opacity 180ms ease, transform 180ms ease; backdrop-filter: blur(8px); }
.fm-product-card:hover .fm-quick-add { opacity: 1; transform: translateY(0); }
.fm-product-meta { min-height: 52px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-top: 16px; }
.fm-product-meta h3 { font-size: 18px; font-weight: 600; }
.fm-product-meta strong { font-size: 16px; font-weight: 500; }

/* Process */
.fm-process { position: relative; z-index: 20; min-height: 824px; padding: 160px 0; overflow-x: clip; color: #fafafa; background: #09090b; }
.fm-process-art { position: absolute; z-index: 0; top: -128px; left: -128px; width: 55vw; max-width: 1000px; pointer-events: none; }
.fm-process-art img { width: 100%; height: auto; object-fit: contain; object-position: left center; opacity: .9; mix-blend-mode: lighten; }
.fm-process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 96px; }
.fm-process-intro { position: sticky; top: 160px; align-self: start; height: fit-content; }
.fm-process-intro h2 { font-size: 60px; font-weight: 700; line-height: 1; }
.fm-process-intro p { max-width: 520px; margin-top: 32px; color: #a1a1aa; font-size: 20px; line-height: 1.6; }
.fm-process-list { display: flex; flex-direction: column; gap: 96px; margin: 0; padding: 0; list-style: none; }
.fm-process-list li { position: relative; min-height: 104px; padding-left: 64px; border-left: 1px solid rgba(255, 255, 255, .1); }
.fm-process-list li:nth-child(2) { margin-left: 96px; }
.fm-process-list li > span { position: absolute; top: 0; left: -24px; width: 48px; height: 48px; display: grid; place-items: center; color: #a1a1aa; background: #18181b; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; font-size: 14px; font-weight: 500; line-height: 1; }
.fm-process-list h3 { font-size: 24px; font-weight: 600; line-height: 1.25; }
.fm-process-list p { max-width: 520px; margin-top: 12px; color: #a1a1aa; font-size: 16px; line-height: 1.6; }

/* Archive grid */
.fm-archives { min-height: 1232px; padding: 128px 0; background: var(--fm-bg); }
.fm-archives-head { margin-bottom: 64px; }
.fm-archives-head p { max-width: 40ch; margin-top: 16px; color: var(--fm-muted); }
.fm-archives-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 400px; gap: 24px; }
.fm-archive-card { position: relative; grid-column: span 4; overflow: hidden; border-radius: 40px; color: #fff; }
.fm-archive-card-wide { grid-column: span 8; }
.fm-archive-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.fm-archive-card:hover img { transform: scale(1.05); }
.fm-archive-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .82), transparent 65%); }
.fm-archive-copy { position: absolute; left: 32px; right: 32px; bottom: 30px; display: grid; gap: 5px; }
.fm-archive-copy strong { font-size: 24px; font-weight: 600; }
.fm-archive-copy small { color: rgba(255, 255, 255, .75); font-size: 14px; }

/* Dark notes wall */
.fm-clarity { position: relative; min-height: 1632px; display: flex; flex-direction: column; align-items: center; padding: 192px 0; overflow: hidden; color: #fff; background: linear-gradient(180deg, #09090b, #0a0a0a); }
.fm-clarity-head { position: relative; z-index: 1; margin-bottom: 96px; text-align: center; }
.floria-match main .fm-clarity-head h2 { font-family: "Floria Serif", Georgia, serif !important; font-size: 72px; font-style: italic; font-weight: 400; line-height: 1.1; padding-bottom: 4px; }
.fm-notes-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 32px; }
.fm-note { min-height: 290px; display: flex; flex-direction: column; justify-content: space-between; padding: 40px; background: rgba(24, 24, 27, .3); border: 1px solid rgba(255, 255, 255, .05); border-radius: 24px; backdrop-filter: blur(8px); transition: background 180ms ease, border-color 180ms ease; }
.fm-note:hover { background: rgba(24, 24, 27, .5); border-color: rgba(255, 255, 255, .1); }
.fm-note > p { color: #d4d4d8; font-size: 20px; line-height: 1.55; }
.fm-note footer { display: flex; align-items: center; gap: 14px; margin-top: 36px; }
.fm-note footer > span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; color: #a4f4cf; font-size: 12px; }
.fm-note footer div { display: grid; gap: 2px; }
.fm-note footer strong { font-size: 14px; }
.fm-note footer small { color: #71717a; font-size: 12px; }
.fm-note-a { grid-column: span 4; margin-top: 48px; }
.fm-note-b { grid-column: span 5; margin-top: -32px; }
.fm-note-c { grid-column: 2 / span 5; }
.fm-note-d { grid-column: 7 / span 6; margin-top: -96px; }
.fm-note-e { grid-column: 8 / span 5; margin-top: -48px; }

/* Manifesto and newsletter */
.fm-manifesto { position: relative; min-height: 732px; padding: 192px 0; overflow: hidden; color: #fff; background: linear-gradient(180deg, #0a0a0a, #000); }
.fm-manifesto-art { position: absolute; z-index: 0; top: 192px; left: 0; right: 0; bottom: 0; display: flex; align-items: flex-start; justify-content: center; }
.fm-manifesto-art img { width: 70%; max-width: 1024px; height: auto; object-fit: contain; opacity: .4; mix-blend-mode: screen; }
.fm-manifesto-art span { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(250, 250, 249, .5), rgba(10, 10, 10, .42) 42%, transparent 76%); }
.fm-manifesto-copy { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.fm-manifesto-mark { width: 80px; height: 80px; margin-bottom: 48px; object-fit: contain; opacity: .55; filter: grayscale(1) brightness(1.8); }
.fm-manifesto h2 { max-width: 20ch; font-size: 72px; font-weight: 700; line-height: 1.25; }
.fm-manifesto p { width: 100%; max-width: 45ch; margin-top: 32px; color: #f4f4f5; font-size: 20px; line-height: 1.6; text-shadow: 0 2px 18px rgba(0, 0, 0, .8); }
.fm-newsletter { padding: 96px 32px; background: linear-gradient(180deg, #000, var(--fm-bg)); }
.fm-newsletter .fm-container { padding: 0; }
.fm-newsletter-card { position: relative; min-height: 464px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 96px; overflow: hidden; isolation: isolate; color: #fff; border-radius: 48px; text-align: center; box-shadow: 0 25px 50px rgba(0, 0, 0, .25); }
.fm-newsletter-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.fm-newsletter-shade { position: absolute; z-index: -1; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .5), rgba(0, 0, 0, .2)); }
.fm-newsletter h2 { max-width: none; font-size: 60px; font-weight: 700; line-height: 1; }
.fm-newsletter h2 br { display: none; }
.fm-newsletter p { max-width: 35ch; margin-top: 24px; color: rgba(255, 255, 255, .8); font-size: 18px; line-height: 1.55; }
.fm-newsletter-form { width: 100%; max-width: 448px; display: flex; gap: 12px; margin-top: 48px; }
.fm-newsletter-form input { min-width: 0; flex: 1; height: 56px; padding: 0 20px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 999px; color: #fff; background: rgba(255, 255, 255, .1); outline: 0; backdrop-filter: blur(8px); }
.fm-newsletter-form input::placeholder { color: rgba(255, 255, 255, .7); }
.fm-newsletter-form input:focus { border-color: #fff; }
.fm-newsletter-form button { height: 56px; padding: 0 26px; border: 0; border-radius: 999px; color: #000; background: #fff; cursor: pointer; }

/* Reference-like oversized footer */
.fm-footer { position: relative; min-height: 616px; padding: 96px 0 32px; overflow: hidden; color: #fafafa; background: #09090b; }
.fm-footer-art { position: absolute; right: -260px; bottom: -340px; width: min(78vw, 1120px); height: auto; object-fit: contain; opacity: .38; filter: brightness(.65); pointer-events: none; }
.fm-footer-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 64px; }
.fm-footer-brand > span { display: block; margin-bottom: 34px; color: #a4f4cf; font-size: 13px; font-weight: 700; }
.fm-footer-brand h2 { margin: 0; font-size: 96px; font-weight: 700; line-height: 1; }
.fm-footer-tagline { margin: 12px 0 28px; color: #d4d4d8; font-size: 18px; }
.fm-footer-about { max-width: 38ch; color: #71717a; line-height: 1.7; }
.fm-footer-links { display: flex; flex-direction: column; gap: 12px; padding-top: 122px; }
.fm-footer-links h3 { margin: 0 0 12px; color: #fff; font-size: 14px; }
.fm-footer-links a,
.fm-footer-links p { margin: 0; color: #71717a; font-size: 14px; }
.fm-footer-links a:hover { color: #fff; }
.fm-footer-bottom { position: relative; z-index: 1; display: flex; gap: 28px; margin-top: 80px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .08); color: #52525b; font-size: 12px; }
.fm-footer-bottom span:first-child { margin-right: auto; }

@media (max-width: 900px) {
  .floria-match .site-header.is-atelier { grid-template-columns: 1fr auto; width: calc(100% - 32px); }
  .floria-match .site-header.is-atelier .atelier-nav,
  .floria-match .site-header.is-atelier .header-contact,
  .floria-match .site-header.is-atelier .header-account-button,
  .floria-match .site-header.is-atelier .header-wishlist-button { display: none; }
  .floria-match .site-header.is-atelier .wordmark { grid-column: 1; justify-self: start; }
  .floria-match .site-header.is-atelier .header-tools { position: static; grid-column: 2; grid-row: 1; display: flex; justify-self: end; }
  .floria-match .site-header.is-atelier .atelier-menu-button { display: inline-flex; }
  .floria-match .site-header.is-atelier .header-actions { position: absolute; right: 92px; display: flex; }
  .floria-match .site-header.is-atelier #bag-open { display: inline-grid; }
  .fm-footer-inner { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 32px; }
}

@media (max-width: 760px) {
  .floria-match .fm-container { padding-inline: 16px; }
  .floria-match .site-header.is-atelier {
    top: 32px;
    left: 16px;
    right: 16px;
    width: auto;
    height: 56px;
    grid-template-columns: 1fr auto;
    padding: 4px;
    transform: none;
  }
  .floria-match .site-header.is-atelier.is-scrolled { top: 12px; }
  .floria-match .site-header.is-atelier .wordmark { padding-inline: 8px; font-size: 19px; }
  .floria-match .site-header.is-atelier .header-tools { position: static; grid-column: 2; grid-row: 1; display: flex; gap: 0; }
  .floria-match .site-header.is-atelier #search-open { display: none; }
  .floria-match .site-header.is-atelier .header-text-button { min-width: 44px; width: 44px; height: 44px; }
  .floria-match .site-header.is-atelier .header-actions { display: none; }

  .fm-hero { min-height: 100dvh; padding: 96px 0 48px; }
  .fm-hero-accent { top: 96px; width: 90vw; height: 100dvh; }
  .fm-hero-accent > div { height: 120vh; transform: translateX(25%) rotate(-90deg) scale(1.1); }
  .fm-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .fm-hero-copy { grid-column: 1; width: 100%; }
  .fm-eyebrow { margin-bottom: 24px; }
  .fm-hero h1 { font-size: 48px; line-height: .9; }
  .fm-hero-copy > p { max-width: 100%; margin-top: 32px; font-size: 20px; line-height: 1.5; }
  .fm-hero-actions { flex-direction: column; align-items: stretch; gap: 8px; margin-top: 40px; }
  .fm-button { width: 100%; }

  .fm-curated { min-height: 1919px; padding: 96px 0; }
  .fm-section-head { flex-direction: column; align-items: flex-start; gap: 32px; margin-bottom: 64px; }
  .fm-section-head h2,
  .fm-archives-head h2 { font-size: 36px; line-height: 1.1; }
  .fm-section-head p { margin-top: 16px; font-size: 16px; }
  .fm-curated-grid { grid-template-columns: 1fr; gap: 24px; }
  .fm-product-card { grid-column: 1; }
  .fm-product-card-offset-lg,
  .fm-product-card-offset-sm { margin-top: 0; }
  .fm-quick-add { opacity: 1; transform: none; }

  .fm-process { min-height: 918px; padding: 96px 0; }
  .fm-process-art { top: -40px; left: -40px; width: 80%; }
  .fm-process-grid { grid-template-columns: 1fr; gap: 64px; }
  .fm-process-intro { position: relative; top: auto; }
  .fm-process-intro h2 { font-size: 36px; line-height: 1.1; }
  .fm-process-intro p { margin-top: 24px; font-size: 16px; }
  .fm-process-list { gap: 48px; }
  .fm-process-list li { min-height: 126px; padding-left: 32px; }
  .fm-process-list li:nth-child(2) { margin-left: 0; }
  .fm-process-list li > span { left: -18px; width: 36px; height: 36px; font-size: 12px; }
  .fm-process-list h3 { font-size: 20px; }

  .fm-archives { min-height: 1924px; padding: 96px 0; }
  .fm-archives-head { margin-bottom: 64px; }
  .fm-archives-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; gap: 16px; }
  .fm-archive-card,
  .fm-archive-card-wide { grid-column: 1; border-radius: 40px; }
  .fm-archive-copy { left: 28px; right: 28px; bottom: 26px; }

  .fm-clarity { min-height: 0; padding: 128px 0; }
  .fm-clarity-head { margin-bottom: 87px; padding-bottom: 24px; }
  .floria-match main .fm-clarity-head h2 { font-size: 48px; }
  .fm-notes-grid { grid-template-columns: 1fr; gap: 24px; }
  .fm-note,
  .fm-note-a,
  .fm-note-b,
  .fm-note-c,
  .fm-note-d,
  .fm-note-e { grid-column: 1; min-height: 290px; margin-top: 0; padding: 32px; }
  .fm-note-b,
  .fm-note-c,
  .fm-note-d { min-height: 319px; }
  .fm-note-e { min-height: 365px; }
  .fm-note > p { font-size: 18px; }

  .fm-manifesto { min-height: 636px; padding: 128px 0; }
  .fm-manifesto-art { top: 128px; }
  .fm-manifesto-art img { width: 90%; }
  .fm-manifesto-mark { width: 64px; height: 64px; margin-bottom: 48px; }
  .fm-manifesto h2 { max-width: 100%; font-size: 36px; line-height: 1.25; }
  .fm-manifesto p { font-size: 18px; }
  .fm-newsletter { padding: 48px 16px; }
  .fm-newsletter .fm-container { padding-inline: 0; }
  .fm-newsletter-card { min-height: 483px; padding: 48px; border-radius: 48px; }
  .fm-newsletter h2 { align-self: stretch; width: auto; max-width: 100%; font-size: 33px; line-height: 40px; }
  .fm-newsletter h2 br { display: inline; }
  .fm-newsletter-form { flex-direction: column; }
  .fm-newsletter-form button { width: 100%; }

  .fm-footer { min-height: 1280px; padding: 96px 0 32px; }
  .fm-footer-art { right: -180px; bottom: -160px; width: 760px; }
  .fm-footer-inner { grid-template-columns: 1fr 1fr; gap: 46px 24px; }
  .fm-footer-brand { grid-column: 1 / -1; }
  .fm-footer-brand h2 { font-size: 60px; }
  .fm-footer-links { padding-top: 0; }
  .fm-footer-links:last-child { grid-column: 1 / -1; }
  .fm-footer-bottom { flex-wrap: wrap; gap: 14px 20px; margin-top: 64px; }
  .fm-footer-bottom span:first-child { width: 100%; margin-right: 0; }
}

@media (max-width: 380px) {
  .floria-match .site-header.is-atelier .wordmark { font-size: 17px; }
  .floria-match .site-header.is-atelier .header-text-button,
  .floria-match .site-header.is-atelier #bag-open { width: 40px; min-width: 40px; height: 40px; }
  .fm-hero h1 { font-size: 44px; }
  .fm-hero-copy > p { font-size: 18px; }
  .fm-newsletter-card { padding: 36px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .floria-match *,
  .floria-match *::before,
  .floria-match *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
  .fm-hero-accent > div:hover { transform: translateX(25%) rotate(-90deg) scale(1.1); filter: none; }
  .fm-hero-accent > div:hover img { filter: brightness(.75) drop-shadow(0 25px 25px rgba(0, 0, 0, .15)); }
}
