/* MOE Design System v2 - April 2026 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --slate:      #33424A;
  --warm-white: #FAF9F6;
  --sand:       #C9B299;
  --stone:      #A09A90;
  --linen:      #E8E4DE;
  --sand-light: #F0EBE3;
}

html { font-size: 16px; scroll-behavior: smooth; }
body {
  background: var(--warm-white);
  color: var(--slate);
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.playfair        { font-family: 'Playfair Display', serif; }
.playfair-italic { font-family: 'Playfair Display', serif; font-style: italic; }

h1, h2, h3 { font-family: 'Playfair Display', serif; font-weight: 400; line-height: 1.2; }
p { color: var(--slate); font-weight: 300; }

.label {
  font-family: 'Inter', sans-serif;
  font-weight: 200;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--stone);
}

.container        { max-width: 1140px; margin: 0 auto; padding: 0 2rem; }
.container--narrow{ max-width: 760px;  margin: 0 auto; padding: 0 2rem; }

section { padding: 4rem 0; }
section + section { border-top: 1px solid var(--linen); }

/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(250,249,246,0.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--linen);
  padding: 0 2rem;
}
.nav-inner {
  max-width: 1140px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.nav-logo svg { width: 28px; height: auto; flex-shrink: 0; }
.nav-logo__text { display: flex; flex-direction: column; line-height: 1; }
.nav-logo__my {
  font-family: 'Inter', sans-serif; font-weight: 200;
  font-size: 0.58rem; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--stone); margin-bottom: 1px;
}
.nav-logo__name {
  font-family: 'Playfair Display', serif; font-weight: 400;
  font-size: 1.05rem; letter-spacing: 0.06em; color: var(--slate);
}
.nav-links { display: flex; align-items: center; gap: 2.5rem; list-style: none; }
.nav-links a {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.8rem; letter-spacing: 0.04em;
  color: var(--slate); text-decoration: none; transition: color 0.2s;
}
.nav-links a:hover { color: var(--sand); }
.nav-links a.active { color: var(--sand); font-weight: 400; }
.nav-links .nav-cta {
  font-weight: 400; border: 1px solid var(--linen);
  padding: 0.45rem 1.1rem;
  transition: background 0.2s, border-color 0.2s;
}
.nav-links .nav-cta:hover { background: var(--slate); color: var(--warm-white); border-color: var(--slate); }

/* HERO */
.hero { padding-top: 9rem; padding-bottom: 5rem; border-top: none; }
.hero-inner { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; margin-bottom: 2rem; }
.hero-badge__line { width: 28px; height: 1px; background: var(--sand); }
.hero h1 { font-size: clamp(2.4rem, 4vw, 3.5rem); color: var(--slate); margin-bottom: 1.5rem; line-height: 1.15; }
.hero p { font-size: 1rem; line-height: 1.8; color: var(--stone); max-width: 480px; margin-bottom: 2.5rem; }
.hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
.hero-right {
  background: var(--sand-light); border: 1px solid var(--linen); padding: 2.5rem;
  position: relative;
}
.hero-right .label { margin-bottom: 1.5rem; display: block; }
.hero-stat { margin-bottom: 1.8rem; }
.hero-stat__number { font-family: 'Playfair Display', serif; font-size: 2.2rem; color: var(--slate); display: block; line-height: 1; margin-bottom: 0.3rem; }
.hero-stat__label { font-size: 0.75rem; color: var(--stone); font-weight: 200; }
.hero-quote {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 0.92rem; color: var(--slate); line-height: 1.65;
  border-top: 1px solid var(--linen); padding-top: 1.5rem; margin-top: 0.5rem;
}

.btn-primary {
  display: inline-block; background: var(--slate); color: var(--warm-white);
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase;
  text-decoration: none; padding: 0.85rem 2rem; border: 1px solid var(--slate);
  transition: background 0.2s, color 0.2s;
}
.btn-primary:hover { background: transparent; color: var(--slate); }
.btn-secondary {
  display: inline-block; font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.8rem; letter-spacing: 0.04em; color: var(--stone); text-decoration: none;
  border-bottom: 1px solid var(--linen); padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}
.btn-secondary:hover { color: var(--slate); border-color: var(--stone); }

/* ABOUT */
.about-inner { display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: start; }
.about-photo-wrap { position: relative; }
.about-photo {
  width: 100%; aspect-ratio: 4/3;
  background: var(--sand-light);
  border: 1px solid var(--linen);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; margin-bottom: 1rem;
}
.about-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about-photo__placeholder {
  font-family: 'Playfair Display', serif; font-style: italic;
  font-size: 0.85rem; color: var(--stone); text-align: center; padding: 2rem;
  line-height: 1.6;
}
.about-photo-caption {
  font-family: 'Inter', sans-serif; font-weight: 200;
  font-size: 0.72rem; color: var(--stone); line-height: 1.6; text-align: center;
}
.about-photo-caption a {
  color: var(--slate); text-decoration: none; border-bottom: 1px solid var(--linen);
  transition: border-color 0.2s;
}
.about-photo-caption a:hover { border-color: var(--stone); }
.about-content h2 { font-size: 2rem; margin: 0.75rem 0 1.5rem; }
.about-content p { font-size: 0.95rem; line-height: 1.9; margin-bottom: 1.2rem; color: var(--stone); }
.about-content p strong { color: var(--slate); font-weight: 400; }
.about-content p em { font-family: 'Playfair Display', serif; font-style: italic; color: var(--slate); }
.about-pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-top: 2rem; }
.pill {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.75rem; letter-spacing: 0.05em; color: var(--slate);
  border: 1px solid var(--linen); padding: 0.4rem 0.9rem;
}
.pill--not { color: var(--stone); text-decoration: line-through; border-color: transparent; }

/* SEGMENTS */
.segment-tabs { display: flex; gap: 0; margin-bottom: 3rem; border: 1px solid var(--linen); display: inline-flex; }
.segment-tab {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--stone); background: none; border: none;
  padding: 0.6rem 1.4rem; cursor: pointer; transition: all 0.2s;
  border-right: 1px solid var(--linen);
}
.segment-tab:last-child { border-right: none; }
.segment-tab:hover { color: var(--slate); }
.segment-tab.active { background: var(--slate); color: var(--warm-white); }

/* CATEGORIES */
.categories { background: var(--slate); }
.categories .label { color: var(--sand); }
.categories h2 { color: var(--warm-white); margin: 0.75rem 0 0.75rem; font-size: 2rem; }
.categories .segment-tabs { margin-bottom: 2rem; border-color: rgba(255,255,255,0.12); }
.categories .segment-tab { border-right-color: rgba(255,255,255,0.12); color: var(--stone); }
.categories .segment-tab.active { background: var(--warm-white); color: var(--slate); }
.categories .segment-tab:hover:not(.active) { color: var(--warm-white); }
.cat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.08);
}
.cat-card {
  background: var(--slate); padding: 2.5rem 2rem;
  cursor: pointer; transition: background 0.2s; text-decoration: none; display: block;
}
.cat-card:hover { background: rgba(255,255,255,0.05); }
.cat-card[style*="none"] { display: none !important; }
.cat-card__icon { margin-bottom: 1rem; display: block; height: 28px; }
.cat-card__icon svg { width: 28px; height: 28px; }
.cat-card__name {
  font-family: 'Playfair Display', serif; font-size: 1.05rem;
  color: var(--warm-white); display: block; margin-bottom: 0.5rem;
}
.cat-card__desc { font-family: 'Inter', sans-serif; font-weight: 200; font-size: 0.76rem; color: var(--stone); line-height: 1.6; }
.cat-card__count {
  display: inline-block; margin-top: 1.2rem;
  font-family: 'Inter', sans-serif; font-size: 0.64rem; font-weight: 200;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand);
  border-bottom: 1px solid var(--sand); padding-bottom: 1px;
}

/* DIRECTORY */
.directory-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3rem; }
.filter-row { display: flex; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 3rem; }
.filter-btn {
  font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.75rem; letter-spacing: 0.06em; color: var(--stone);
  border: 1px solid var(--linen); background: none; padding: 0.4rem 0.9rem;
  cursor: pointer; transition: all 0.2s;
}
.filter-btn:hover, .filter-btn.active { background: var(--slate); color: var(--warm-white); border-color: var(--slate); }
.brand-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; }

.brand-card {
  border: 1px solid var(--linen); background: white; padding: 2rem;
  text-decoration: none; display: block;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.brand-card:hover { border-color: var(--sand); box-shadow: 0 4px 20px rgba(51,66,74,0.06); }
.brand-card__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 1.2rem; }
.brand-card__logo {
  width: 48px; height: 48px; background: var(--sand-light); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif; font-size: 0.9rem; color: var(--slate); font-weight: 400;
}
.brand-card__badges { display: flex; gap: 0.4rem; flex-wrap: wrap; justify-content: flex-end; }
.badge {
  font-family: 'Inter', sans-serif; font-weight: 300; font-size: 0.6rem;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 0.2rem 0.5rem; border: 1px solid var(--linen); color: var(--stone);
}
.brand-card__name { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--slate); margin-bottom: 0.3rem; }
.brand-card__cat { font-size: 0.75rem; color: var(--stone); margin-bottom: 0.8rem; }
.brand-card__desc { font-size: 0.85rem; color: var(--stone); line-height: 1.65; }
.brand-card__link {
  display: inline-flex; align-items: center; gap: 0.4rem; margin-top: 1.2rem;
  font-family: 'Inter', sans-serif; font-size: 0.72rem; letter-spacing: 0.06em;
  color: var(--slate); text-transform: uppercase; font-weight: 400;
}
.brand-card__link::after { content: '\2192'; font-size: 0.8rem; }
.vetted-seal {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.65rem; font-weight: 300; letter-spacing: 0.08em;
  color: var(--stone); text-transform: uppercase; margin-top: 1rem;
  border-top: 1px solid var(--linen); padding-top: 0.8rem;
}
.vetted-seal::before {
  content: ''; display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: var(--sand);
}

/* FOR YOU (coming soon) */
.for-you { background: var(--sand-light); }
.for-you-intro { max-width: 640px; margin-bottom: 3rem; }
.for-you-intro p { color: var(--stone); font-size: 0.95rem; line-height: 1.85; }
.for-you-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.for-you-card {
  background: var(--warm-white); border: 1px solid var(--linen); padding: 2rem;
}
.for-you-card__tag {
  font-family: 'Inter', sans-serif; font-weight: 200;
  font-size: 0.6rem; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--sand); margin-bottom: 1rem; display: block;
}
.for-you-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; margin-bottom: 0.8rem; }
.for-you-card p { font-size: 0.82rem; color: var(--stone); line-height: 1.7; }

/* OUR STANDARD */
.standard { background: var(--warm-white); }
.standard-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.standard-left h2 { font-size: 2rem; margin: 0.75rem 0 1.5rem; }
.standard-left p { color: var(--stone); font-size: 0.9rem; line-height: 1.8; margin-bottom: 1rem; }
.criteria-list { list-style: none; margin-top: 2rem; }
.criteria-list li {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 0; border-bottom: 1px solid var(--linen);
  font-size: 0.88rem; color: var(--stone); line-height: 1.6;
}
.criteria-list li:first-child { border-top: 1px solid var(--linen); }
.criteria-list li strong { color: var(--slate); font-weight: 400; }
.criteria-num { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--sand); flex-shrink: 0; min-width: 1.5rem; }

/* JOURNAL */
.journal-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
.journal-card {
  text-decoration: none; display: block;
  border: 1px solid var(--linen); padding: 2rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.journal-card:hover { border-color: var(--sand); box-shadow: 0 4px 20px rgba(51,66,74,0.06); }
.journal-card--large { border-left: 3px solid var(--sand); }
.journal-card--has-image .journal-card__image {
  width: 100%; aspect-ratio: 16/10; background: var(--sand-light); margin-bottom: 1.2rem;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.journal-card__image { display: none; }
.journal-card__image-placeholder { display: none; }
.journal-card__cat { font-size: 0.68rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sand); margin-bottom: 0.8rem; font-weight: 300; }
.journal-card__title { font-family: 'Playfair Display', serif; font-size: 1.1rem; color: var(--slate); line-height: 1.4; margin-bottom: 0.6rem; }
.journal-card--large .journal-card__title { font-size: 1.3rem; }
.journal-card__excerpt { font-size: 0.82rem; color: var(--stone); line-height: 1.7; margin-bottom: 0.8rem; }
.journal-card__meta { font-size: 0.72rem; color: var(--stone); font-weight: 200; }
.journal-card__coming { font-size: 0.68rem; font-weight: 200; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sand); margin-top: 0.6rem; display: block; }

/* SUGGEST */
.suggest { background: var(--slate); }
.suggest-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: start; }
.suggest .label { color: var(--sand); }
.suggest h2 { color: var(--warm-white); font-size: 2.2rem; margin: 0.75rem 0 1.5rem; }
.suggest p { color: var(--stone); font-size: 0.9rem; line-height: 1.8; margin-bottom: 0.8rem; }
.suggest-points { margin: 2rem 0; }
.suggest-point {
  display: flex; align-items: flex-start; gap: 1rem; padding: 0.8rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.06); font-size: 0.85rem; color: var(--stone);
}
.suggest-point-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--sand); flex-shrink: 0; margin-top: 0.55rem; }

.suggest-form { background: var(--warm-white); padding: 2.5rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label {
  display: block; font-size: 0.7rem; letter-spacing: 0.1em;
  text-transform: uppercase; font-weight: 300; color: var(--stone); margin-bottom: 0.4rem;
}
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: var(--warm-white); border: 1px solid var(--linen);
  padding: 0.7rem 0.9rem; font-family: 'Inter', sans-serif; font-weight: 300;
  font-size: 0.85rem; color: var(--slate); outline: none; appearance: none;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--stone); }
.form-group textarea { height: 90px; resize: none; }
.form-submit {
  width: 100%; background: var(--slate); color: var(--warm-white);
  font-family: 'Inter', sans-serif; font-weight: 300; font-size: 0.78rem;
  letter-spacing: 0.12em; text-transform: uppercase; border: none;
  padding: 1rem; cursor: pointer; transition: background 0.2s; margin-top: 0.5rem;
}
.form-submit:hover { background: #1e2a30; }
.form-note { font-size: 0.7rem; color: var(--stone); margin-top: 0.8rem; line-height: 1.6; font-weight: 200; }

/* TRUST BAR */
.trust-bar { background: var(--sand-light); border-bottom: 1px solid var(--linen); }
.trust-bar-inner { max-width: 1140px; margin: 0 auto; padding: 0 2rem; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 2rem 1.5rem; border-right: 1px solid var(--linen); text-align: center; }
.trust-item:last-child { border-right: none; }
.trust-item__icon { margin-bottom: 0.6rem; display: block; height: 22px; }
.trust-item__icon svg { width: 22px; height: 22px; margin: 0 auto; }
.trust-item__text { font-family: 'Playfair Display', serif; font-size: 0.9rem; color: var(--slate); display: block; margin-bottom: 0.2rem; }
.trust-item__sub { font-size: 0.7rem; color: var(--stone); font-weight: 200; }

/* FOOTER */
footer { background: var(--warm-white); border-top: 1px solid var(--linen); padding: 3rem 0 2rem; }
.footer-inner {
  max-width: 1140px; margin: 0 auto; padding: 0 2rem;
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem;
  padding-bottom: 2.5rem; border-bottom: 1px solid var(--linen); margin-bottom: 1.5rem;
}
.footer-brand__my { font-family: 'Inter', sans-serif; font-weight: 200; font-size: 0.55rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--stone); display: block; }
.footer-brand__name { font-family: 'Playfair Display', serif; font-size: 1.4rem; color: var(--slate); display: block; margin-bottom: 1rem; }
.footer-brand p { font-size: 0.8rem; color: var(--stone); line-height: 1.7; max-width: 260px; }
.footer-col__heading { font-family: 'Inter', sans-serif; font-weight: 300; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); margin-bottom: 1rem; }
.footer-col__links { list-style: none; }
.footer-col__links li { margin-bottom: 0.5rem; }
.footer-col__links a { font-size: 0.82rem; color: var(--stone); text-decoration: none; font-weight: 300; transition: color 0.2s; }
.footer-col__links a:hover { color: var(--slate); }
.footer-bottom { max-width: 1140px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; }
.footer-bottom p { font-size: 0.72rem; color: var(--stone); font-weight: 200; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner, .about-inner, .standard-inner, .suggest-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .journal-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .trust-bar-inner { grid-template-columns: 1fr 1fr; }
  nav { padding: 0 1rem; }
  .for-you-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .nav-links .nav-link-hide { display: none; }
  .footer-inner { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: 1fr; }
}
