.findsheet-home {
  background: #f4f5ed;
  color: #171a10;
}

.findsheet-home main {
  overflow: hidden;
}

.findsheet-home .container {
  width: min(1380px, calc(100% - 48px));
}

.findsheet-home a:focus-visible,
.findsheet-home button:focus-visible,
.findsheet-home summary:focus-visible,
.findsheet-home input:focus-visible {
  outline: 3px solid #e3fc00;
  outline-offset: 4px;
}

.findsheet-header .glass-nav {
  border-bottom: 1px solid rgba(23, 26, 16, .12);
}

.findsheet-header .nav-inner {
  min-height: 92px;
}

.findsheet-header .logo-brand img {
  width: 214px;
  max-height: 60px;
}

.findsheet-header .nav-links > li > a,
.findsheet-header .nav-links > li > button {
  font-size: .92rem;
  letter-spacing: .01em;
}

.findsheet-hero {
  position: relative;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 4% 12%, rgba(227, 252, 0, .18), transparent 27%),
    linear-gradient(120deg, #f5f6ee 0%, #ecefdf 56%, #e2e6d4 100%);
  border-bottom: 1px solid rgba(23, 26, 16, .13);
}

.findsheet-hero::before {
  content: "FIND / STYLE / BUILD";
  position: absolute;
  top: 22px;
  right: -15px;
  color: rgba(23, 26, 16, .045);
  font-size: clamp(54px, 8vw, 132px);
  font-weight: 950;
  letter-spacing: -.06em;
  white-space: nowrap;
  pointer-events: none;
}

.findsheet-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
  gap: clamp(48px, 6vw, 104px);
  align-items: center;
}

.findsheet-hero-copy {
  padding: 32px 0 62px;
}

.findsheet-kicker,
.findsheet-section-number {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #687500;
  font-size: .76rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.findsheet-kicker span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e3fc00;
  box-shadow: 0 0 0 5px rgba(113, 128, 0, .14);
}

.findsheet-hero h1 {
  max-width: 780px;
  margin: 22px 0 24px;
  color: #12150b;
  font-size: clamp(48px, 5.9vw, 88px);
  line-height: .94;
  letter-spacing: -.065em;
  font-weight: 950;
}

.findsheet-hero h1 em {
  position: relative;
  z-index: 0;
  color: inherit;
  font-style: normal;
  white-space: nowrap;
}

.findsheet-hero h1 em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -.03em;
  right: -.03em;
  bottom: .06em;
  height: .22em;
  border-radius: 999px;
  background: #e3fc00;
}

.findsheet-hero-lede {
  max-width: 680px;
  margin: 0 0 28px;
  color: #4f5546;
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.65;
}

.idea-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 22px;
}

.idea-entry {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 9px;
  align-items: center;
  min-height: 58px;
  padding: 11px 13px;
  color: #171a10;
  border: 1px solid rgba(23, 26, 16, .14);
  border-radius: 12px;
  background: rgba(255, 255, 255, .58);
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.idea-entry:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: #718000;
}

.idea-entry span {
  color: #818873;
  font-size: .68rem;
  font-weight: 900;
}

.idea-entry strong {
  font-size: .84rem;
  line-height: 1.2;
}

.idea-entry i {
  color: #718000;
  font-size: .72rem;
}

.findsheet-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 15px;
  align-items: center;
  padding: 8px 8px 8px 20px;
  border: 2px solid #171a10;
  border-radius: 16px;
  background: #fff;
  box-shadow: 8px 8px 0 #171a10;
}

.findsheet-search > i {
  font-size: 1.08rem;
}

.findsheet-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #171a10;
  font: inherit;
  font-size: 1rem;
}

.findsheet-search input::placeholder {
  color: #777d6c;
}

.findsheet-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  border-radius: 11px;
  background: #e3fc00;
  color: #151a05;
  font-weight: 900;
  cursor: pointer;
}

.findsheet-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: 24px;
}

.findsheet-primary-link,
.findsheet-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #171a10;
  font-size: .92rem;
  font-weight: 900;
  text-decoration: none;
}

.findsheet-primary-link {
  padding-bottom: 4px;
  border-bottom: 2px solid #171a10;
}

.findsheet-text-link {
  color: #59604d;
}

.outfit-board {
  position: relative;
  align-self: end;
  min-height: 680px;
  padding: 22px;
  border: 1px solid rgba(227, 252, 0, .55);
  border-radius: 24px 24px 0 0;
  background: #11140c;
  box-shadow: 0 34px 80px rgba(23, 26, 16, .24);
}

.outfit-board-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #dce4c5;
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
}

.outfit-board-grid {
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  grid-template-rows: repeat(2, 205px);
  gap: 10px;
}

.outfit-board figure {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 13px;
  background: #292e20;
}

.outfit-board figure.outfit-main-shot {
  grid-row: 1 / 3;
}

.outfit-board figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(7, 9, 4, .7));
}

.outfit-board figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.outfit-board:hover figure img {
  transform: scale(1.03);
}

.outfit-board figcaption {
  position: absolute;
  z-index: 2;
  left: 13px;
  bottom: 11px;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.mini-sheet {
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  color: #dce4c5;
}

.mini-sheet > div {
  display: grid;
  grid-template-columns: 1fr 1.2fr .7fr;
  gap: 8px;
  padding: 10px 13px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .72rem;
}

.mini-sheet > div:first-child {
  border-top: 0;
}

.mini-sheet .mini-sheet-head {
  background: #e3fc00;
  color: #171a10;
  font-size: .6rem;
  font-weight: 950;
  letter-spacing: .13em;
}

.mini-sheet b {
  color: #e3fc00;
  text-align: right;
}

.outfit-sticker {
  position: absolute;
  right: -22px;
  top: 44%;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3fc00;
  color: #171a10;
  font-size: .6rem;
  line-height: 1.15;
  font-weight: 950;
  text-align: center;
  transform: rotate(10deg);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(23, 26, 16, .13);
}

.hero-proof-row span {
  position: relative;
  padding: 20px 24px 20px 36px;
  border-right: 1px solid rgba(23, 26, 16, .13);
  color: #4f5546;
  font-size: .77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-proof-row span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #718000;
  transform: translateY(-50%);
}

.findsheet-section {
  padding: 104px 0;
}

.findsheet-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 54px;
  align-items: end;
  margin-bottom: 46px;
}

.findsheet-section-heading h2,
.how-sheet-intro h2,
.faq-intro h2 {
  margin: 14px 0 0;
  color: #171a10;
  font-size: clamp(38px, 4.6vw, 70px);
  line-height: .98;
  letter-spacing: -.052em;
  font-weight: 950;
}

.section-heading-aside p,
.findsheet-section-heading > p {
  margin: 0 0 15px;
  color: #626958;
  line-height: 1.6;
}

.section-heading-aside a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #171a10;
  font-weight: 900;
  text-decoration: none;
  border-bottom: 2px solid #718000;
  padding-bottom: 4px;
}

.categories-sheet {
  background: #f9faf5;
}

.sheet-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 2px solid #171a10;
  border-left: 1px solid rgba(23, 26, 16, .16);
}

.sheet-category {
  position: relative;
  display: grid;
  grid-template-columns: 45px 112px 1fr auto;
  gap: 18px;
  align-items: center;
  min-height: 144px;
  padding: 16px 22px;
  color: #171a10;
  border-right: 1px solid rgba(23, 26, 16, .16);
  border-bottom: 1px solid rgba(23, 26, 16, .16);
  background: #fff;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}

.sheet-category:hover {
  z-index: 2;
  background: #f2f8c6;
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(42, 49, 18, .12);
}

.sheet-category .sheet-code {
  align-self: start;
  padding-top: 5px;
  color: #8b927f;
  font-size: .65rem;
  font-weight: 950;
  letter-spacing: .1em;
}

.sheet-category img {
  width: 112px;
  height: 106px;
  border-radius: 8px;
  object-fit: cover;
  filter: saturate(.88);
}

.sheet-category small,
.popular-find-card small {
  color: #718000;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .13em;
}

.sheet-category h3 {
  margin: 5px 0 3px;
  font-size: 1.35rem;
  letter-spacing: -.02em;
}

.sheet-category p {
  margin: 0;
  color: #747b69;
  font-size: .82rem;
}

.sheet-category > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(23, 26, 16, .18);
  border-radius: 50%;
}

.outfit-ideas-section {
  position: relative;
  background: #10130b;
}

.outfit-ideas-section::before {
  content: "OUTFIT IDEAS";
  position: absolute;
  top: 5px;
  left: 50%;
  color: rgba(227, 252, 0, .045);
  font-size: clamp(70px, 13vw, 210px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.08em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.findsheet-section-heading-light {
  position: relative;
}

.findsheet-section-heading-light h2 {
  color: #f5f7ea;
}

.findsheet-section-heading-light > p {
  color: #aeb79d;
}

.outfit-idea-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.outfit-idea-card {
  position: relative;
  grid-column: span 3;
  min-height: 350px;
  overflow: hidden;
  border-radius: 16px;
  background: #252b1c;
  color: #fff;
  text-decoration: none;
}

.outfit-idea-card:nth-child(n+4) {
  grid-column: span 4;
}

.outfit-idea-card.outfit-idea-feature {
  grid-column: span 6;
}

.outfit-idea-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 5, .02) 25%, rgba(8, 10, 5, .94) 100%);
}

.outfit-idea-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .3s ease;
}

.outfit-idea-card:hover img {
  transform: scale(1.045);
  filter: saturate(1.1);
}

.outfit-card-copy {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
}

.outfit-card-copy span {
  color: #e3fc00;
  font-size: .64rem;
  font-weight: 950;
  letter-spacing: .13em;
}

.outfit-card-copy h3 {
  margin: 8px 0;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.05;
  letter-spacing: -.03em;
}

.outfit-card-copy p {
  margin: 0 0 14px;
  color: #ced4c0;
  font-size: .86rem;
  line-height: 1.5;
}

.outfit-card-copy strong {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e3fc00;
  font-size: .78rem;
}

.popular-finds {
  background: #ecefdc;
}

.popular-find-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.popular-find-card {
  overflow: hidden;
  color: #171a10;
  border: 1px solid rgba(23, 26, 16, .14);
  border-radius: 15px;
  background: #fff;
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}

.popular-find-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 46px rgba(42, 49, 18, .16);
}

.popular-find-image {
  position: relative;
  height: 280px;
  overflow: hidden;
  background: #e7eadc;
}

.popular-find-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.popular-find-card:hover img {
  transform: scale(1.04);
}

.popular-find-image span {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e3fc00;
  font-size: .7rem;
  font-weight: 950;
}

.popular-find-card > div:last-child {
  padding: 22px;
}

.popular-find-card h3 {
  margin: 8px 0;
  font-size: 1.28rem;
  line-height: 1.1;
}

.popular-find-card p {
  min-height: 60px;
  margin: 0 0 18px;
  color: #6c7361;
  font-size: .86rem;
  line-height: 1.55;
}

.popular-find-card b {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .82rem;
}

.how-sheet-works {
  background: #f9faf5;
}

.how-sheet-grid {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(540px, 1.2fr);
  gap: clamp(56px, 8vw, 120px);
  align-items: start;
}

.how-sheet-intro {
  position: sticky;
  top: 120px;
}

.how-sheet-intro > p {
  margin: 24px 0;
  color: #626958;
  line-height: 1.75;
  font-size: 1.02rem;
}

.qc-note {
  display: flex;
  gap: 15px;
  padding: 20px;
  border-radius: 14px;
  background: #171a10;
  color: #fff;
}

.qc-note i {
  color: #e3fc00;
  font-size: 1.15rem;
}

.qc-note strong,
.qc-note span {
  display: block;
}

.qc-note span {
  margin-top: 6px;
  color: #bcc4ab;
  font-size: .82rem;
  line-height: 1.55;
}

.how-sheet-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid #171a10;
}

.how-sheet-steps li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  padding: 30px 10px;
  border-bottom: 1px solid rgba(23, 26, 16, .16);
}

.how-sheet-steps li > span {
  color: #718000;
  font-size: 1.9rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.04em;
}

.how-sheet-steps h3 {
  margin: 0 0 7px;
  font-size: 1.32rem;
}

.how-sheet-steps p {
  margin: 0;
  color: #69705f;
  line-height: 1.6;
}

.agent-workflow {
  display: grid;
  grid-template-columns: minmax(280px, .55fr) 1fr;
  gap: 36px;
  align-items: center;
  margin-top: 72px;
  padding: 28px 32px;
  border: 1px solid rgba(23, 26, 16, .14);
  border-radius: 16px;
  background: #ecefdc;
}

.agent-workflow small {
  display: block;
  margin-bottom: 8px;
  color: #718000;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .12em;
}

.agent-workflow strong {
  line-height: 1.45;
}

.agent-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.agent-chips span {
  padding: 8px 12px;
  border: 1px solid rgba(23, 26, 16, .14);
  border-radius: 999px;
  background: #fff;
  color: #555c4c;
  font-size: .7rem;
  font-weight: 850;
}

.editorial-guides {
  background: #f4f5ed;
}

.editorial-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 2px solid #171a10;
  border-left: 1px solid rgba(23, 26, 16, .14);
}

.editorial-guide-grid > a {
  min-height: 264px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  color: #171a10;
  border-right: 1px solid rgba(23, 26, 16, .14);
  border-bottom: 1px solid rgba(23, 26, 16, .14);
  background: rgba(255, 255, 255, .46);
  text-decoration: none;
  transition: background .2s ease;
}

.editorial-guide-grid > a:hover {
  background: #e3fc00;
}

.editorial-guide-grid span {
  color: #7b8270;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.editorial-guide-grid h3 {
  margin: 16px 0 10px;
  font-size: 1.35rem;
  line-height: 1.16;
  letter-spacing: -.025em;
}

.editorial-guide-grid p {
  margin: 0 0 20px;
  color: #68705d;
  line-height: 1.55;
}

.editorial-guide-grid strong {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  font-size: .8rem;
}

.faq-section {
  background: #e8ebda;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(520px, 1.3fr);
  gap: clamp(52px, 8vw, 120px);
}

.faq-intro p {
  margin: 22px 0 0;
  color: #646b59;
  line-height: 1.7;
}

.faq-list {
  border-top: 2px solid #171a10;
}

.faq-list details {
  border-bottom: 1px solid rgba(23, 26, 16, .18);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 24px 4px;
  color: #171a10;
  font-size: 1.08rem;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary i {
  transition: transform .2s ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 720px;
  margin: -5px 42px 25px 4px;
  color: #606755;
  line-height: 1.72;
}

.community-ribbon {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-top: 82px;
  padding: 34px 40px;
  border-radius: 18px;
  background: #171a10;
  color: #fff;
}

.community-ribbon span {
  color: #e3fc00;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .14em;
}

.community-ribbon h2 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  letter-spacing: -.035em;
}

.community-ribbon a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 10px;
  background: #e3fc00;
  color: #171a10;
  font-weight: 900;
  text-decoration: none;
}

html[data-theme="dark"] .findsheet-home {
  background: #0b0d07;
  color: #f4f6e9;
}

html[data-theme="dark"] .findsheet-hero,
html[data-theme="dark"] .categories-sheet,
html[data-theme="dark"] .how-sheet-works,
html[data-theme="dark"] .editorial-guides {
  background: #11150d;
}

html[data-theme="dark"] .popular-finds,
html[data-theme="dark"] .faq-section {
  background: #181d12;
}

html[data-theme="dark"] .findsheet-hero h1,
html[data-theme="dark"] .findsheet-section-heading h2,
html[data-theme="dark"] .how-sheet-intro h2,
html[data-theme="dark"] .faq-intro h2,
html[data-theme="dark"] .findsheet-primary-link,
html[data-theme="dark"] .section-heading-aside a,
html[data-theme="dark"] .sheet-category,
html[data-theme="dark"] .popular-find-card,
html[data-theme="dark"] .editorial-guide-grid > a,
html[data-theme="dark"] .faq-list summary {
  color: #f4f6e9;
}

html[data-theme="dark"] .sheet-category,
html[data-theme="dark"] .popular-find-card,
html[data-theme="dark"] .editorial-guide-grid > a,
html[data-theme="dark"] .agent-chips span {
  background: #171c11;
}

html[data-theme="dark"] .findsheet-hero-lede,
html[data-theme="dark"] .section-heading-aside p,
html[data-theme="dark"] .findsheet-section-heading > p,
html[data-theme="dark"] .how-sheet-intro > p,
html[data-theme="dark"] .faq-intro p,
html[data-theme="dark"] .faq-list details p,
html[data-theme="dark"] .editorial-guide-grid p,
html[data-theme="dark"] .popular-find-card p {
  color: #b1b9a3;
}

html[data-theme="dark"] .agent-workflow {
  background: #1c2214;
}

@media (max-width: 1180px) {
  .findsheet-hero-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 44px;
  }

  .findsheet-hero h1 {
    font-size: clamp(48px, 6vw, 72px);
  }

  .outfit-board {
    min-height: 620px;
  }

  .outfit-board-grid {
    grid-template-rows: repeat(2, 180px);
  }

  .popular-find-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 960px) {
  .findsheet-home .container {
    width: min(100% - 36px, 760px);
  }

  .findsheet-hero {
    padding-top: 44px;
  }

  .findsheet-hero-grid,
  .findsheet-section-heading,
  .how-sheet-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .findsheet-hero-copy {
    padding-bottom: 22px;
  }

  .outfit-board {
    width: min(100%, 660px);
    min-height: 0;
    margin: 0 auto;
  }

  .outfit-board-grid {
    grid-template-rows: repeat(2, 220px);
  }

  .hero-proof-row {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
  }

  .findsheet-section-heading {
    gap: 24px;
  }

  .section-heading-aside {
    max-width: 620px;
  }

  .sheet-category-grid {
    grid-template-columns: 1fr;
  }

  .outfit-idea-card,
  .outfit-idea-card:nth-child(n+4),
  .outfit-idea-card.outfit-idea-feature {
    grid-column: span 6;
  }

  .how-sheet-intro {
    position: static;
  }

  .agent-workflow {
    grid-template-columns: 1fr;
  }

  .agent-chips {
    justify-content: flex-start;
  }

  .editorial-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .findsheet-home .container {
    width: min(100% - 28px, 560px);
  }

  .findsheet-header .nav-inner {
    min-height: 74px;
  }

  .findsheet-header .logo-brand img {
    width: 170px;
  }

  .findsheet-hero {
    padding-top: 26px;
  }

  .findsheet-hero h1 {
    margin-top: 18px;
    font-size: clamp(42px, 13vw, 58px);
  }

  .findsheet-hero h1 em {
    white-space: normal;
  }

  .idea-entry-grid {
    grid-template-columns: 1fr;
  }

  .idea-entry {
    min-height: 50px;
  }

  .findsheet-search {
    grid-template-columns: auto 1fr 48px;
    padding-left: 15px;
    box-shadow: 5px 5px 0 #171a10;
  }

  .findsheet-search button {
    width: 48px;
    min-height: 46px;
    padding: 0;
  }

  .findsheet-search button span {
    display: none;
  }

  .outfit-board {
    padding: 14px;
    border-radius: 16px 16px 0 0;
  }

  .outfit-board-grid {
    grid-template-columns: 1.3fr .9fr;
    grid-template-rows: repeat(2, 145px);
  }

  .outfit-sticker {
    right: -8px;
    width: 66px;
    height: 66px;
  }

  .mini-sheet > div {
    grid-template-columns: 1fr 1fr .7fr;
  }

  .hero-proof-row {
    grid-template-columns: 1fr;
  }

  .hero-proof-row span {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 26, 16, .12);
  }

  .findsheet-section {
    padding: 76px 0;
  }

  .findsheet-section-heading h2,
  .how-sheet-intro h2,
  .faq-intro h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .sheet-category {
    grid-template-columns: 34px 84px 1fr auto;
    gap: 11px;
    min-height: 112px;
    padding: 12px;
  }

  .sheet-category img {
    width: 84px;
    height: 82px;
  }

  .sheet-category h3 {
    font-size: 1.05rem;
  }

  .sheet-category p {
    display: none;
  }

  .sheet-category > i {
    width: 28px;
    height: 28px;
    font-size: .7rem;
  }

  .outfit-idea-cards {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 14px;
  }

  .outfit-idea-card,
  .outfit-idea-card:nth-child(n+4),
  .outfit-idea-card.outfit-idea-feature {
    flex: 0 0 84%;
    min-height: 390px;
    scroll-snap-align: start;
  }

  .popular-find-grid,
  .editorial-guide-grid {
    grid-template-columns: 1fr;
  }

  .popular-find-image {
    height: 320px;
  }

  .how-sheet-steps li {
    grid-template-columns: 58px 1fr;
  }

  .agent-workflow {
    margin-top: 52px;
    padding: 24px 20px;
  }

  .editorial-guide-grid > a {
    min-height: 220px;
  }

  .community-ribbon {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px 22px;
  }

  .community-ribbon a {
    width: 100%;
    justify-content: center;
  }
}

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