/* Fleek Supply — Runway Editorial */

:root {
  --cream: #f4f1ea;
  --ink: #17150f;
  --red: #c8321e;
  --plate: #e9e3d4;
  --taupe: #6d675a;
  --body: #55503f;
  --rule-light: #cfc8b6;
  --pad-x: clamp(24px, 6.6vw, 96px);
  --serif: Italiana, Georgia, serif;
  --sans: Karla, system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--red); }
a:focus-visible, .btn:focus-visible { outline: 2px solid var(--red); outline-offset: 3px; }

h1, h2, h3 { margin: 0; font-weight: 400; }
p { margin: 0; }

.btn {
  display: inline-block;
  padding: 18px 38px;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
}
.btn-ink { background: var(--ink); color: var(--cream); }
.btn-ink:hover { background: #000; color: var(--cream); }
.btn-red { background: var(--red); color: var(--cream); }
.btn-red:hover { background: #96230f; color: var(--cream); }

.eyebrow {
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
}

/* Masthead */
.masthead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 44px var(--pad-x) 0;
}
.masthead-meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--taupe);
}
.wordmark { display: flex; flex-direction: column; align-items: center; gap: 4px; margin-top: 4px; }
.wordmark-fleek {
  font-family: var(--serif);
  font-size: clamp(76px, 13.2vw, 190px);
  line-height: 0.95;
  letter-spacing: 0.04em;
}
.wordmark-supply { font-size: clamp(12px, 1.1vw, 16px); letter-spacing: 0.62em; margin-left: 0.62em; }

/* Hero */
.hero {
  display: flex;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 72px);
  padding: clamp(48px, 8vw, 120px) var(--pad-x) clamp(48px, 6vw, 86px);
}
.hero-text { flex: 1 1 480px; display: flex; flex-direction: column; gap: 32px; max-width: 620px; }
.hero-headline {
  font-family: var(--serif);
  font-size: clamp(52px, 6.6vw, 96px);
  line-height: 1.02;
  text-wrap: balance;
}
.hero-sub { font-size: 18px; color: var(--body); max-width: 400px; }
.hero-text .btn { align-self: flex-start; }
.hero-figure { position: relative; flex: 0 1 340px; display: flex; justify-content: center; }
.hero-figure svg { width: min(300px, 100%); height: auto; }
.tag {
  position: absolute;
  padding: 12px 22px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.tag-red { background: var(--red); color: var(--cream); transform: rotate(6deg); right: -8%; top: 10%; }
.tag-outline { border: 1.5px solid var(--ink); background: var(--cream); transform: rotate(-4deg); left: -10%; bottom: 16%; }

/* Credentials */
.credentials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 24px;
  padding: 22px var(--pad-x);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--body);
  text-align: center;
}
.credentials .dot { color: var(--red); }

/* Sections */
.section { padding: clamp(56px, 7vw, 90px) var(--pad-x) 0; }
.section:last-of-type { padding-bottom: clamp(56px, 7vw, 90px); }
.section-head { display: flex; align-items: baseline; gap: 24px; flex-wrap: wrap; margin-bottom: clamp(28px, 3.5vw, 48px); }
.section-head h2 { font-family: var(--serif); font-size: clamp(34px, 3vw, 44px); }

/* Contents */
.contents { list-style: none; margin: 0; padding: 0; }
.contents li {
  display: flex;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--rule-light);
}
.contents li:first-child { border-top: 1.5px solid var(--ink); }
.contents li:last-child { border-bottom: 1.5px solid var(--ink); }
.contents-no { font-size: 14px; color: var(--red); flex: 0 0 auto; }
.contents-name { font-family: var(--serif); font-size: clamp(26px, 2.6vw, 38px); line-height: 1.15; }
.contents-note { margin-left: auto; font-size: 14px; font-style: italic; color: var(--taupe); text-align: right; }

/* Plates */
.plates-section { padding-top: clamp(40px, 5vw, 64px); }
.plates { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.8vw, 40px); }
.plate { margin: 0; display: flex; flex-direction: column; gap: 16px; }
.plate-art { background: var(--plate); display: flex; align-items: center; justify-content: center; height: clamp(220px, 22vw, 320px); }
.plate-art svg { height: 55%; width: auto; }
.plate figcaption { display: flex; justify-content: space-between; gap: 12px; font-size: 14px; flex-wrap: wrap; }
.plate figcaption strong { font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.plate figcaption em { color: var(--taupe); }

/* Backstage / consultancy columns */
.cols-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 2.8vw, 40px); }
.cols-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(24px, 2.8vw, 40px); }
.act { border-top: 1.5px solid var(--ink); padding-top: 22px; display: flex; flex-direction: column; gap: 14px; }
.act-no, .advisory-title { font-family: var(--serif); font-size: 30px; color: var(--red); }
.act h3 { font-family: var(--sans); font-size: 17px; font-weight: 600; letter-spacing: 0.04em; }
.act h3.advisory-title { font-family: var(--serif); font-weight: 400; letter-spacing: 0; }
.act p { font-size: 15px; color: var(--body); }
.consultancy-note { margin-top: clamp(28px, 3.5vw, 44px); font-size: 14px; color: var(--taupe); }

/* Clientele */
.clientele-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2.2vw, 32px); }
.client-card { background: var(--plate); padding: 30px; display: flex; flex-direction: column; gap: 10px; }
.client-card h3 { font-family: var(--serif); font-size: 26px; }
.client-card p { font-size: 14px; color: var(--body); }

/* Statement */
.statement {
  margin-top: clamp(56px, 7vw, 100px);
  background: var(--ink);
  color: var(--cream);
  padding: clamp(56px, 7vw, 90px) var(--pad-x);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.statement-line {
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.15;
  max-width: 960px;
  text-wrap: balance;
}
.statement-motto { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: #e0745f; }

/* CTA */
.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: clamp(64px, 8vw, 100px) var(--pad-x);
  text-align: center;
}
.cta-headline { font-family: var(--serif); font-size: clamp(40px, 4.5vw, 64px); line-height: 1.05; text-wrap: balance; }
.cta-sub { color: var(--body); max-width: 480px; }
.cta-email { font-size: 14px; }
.cta-email a { color: var(--taupe); text-decoration: none; }
.cta-email a:hover { color: var(--red); }

/* Footer */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 30px var(--pad-x);
  border-top: 1.5px solid var(--ink);
  font-size: 13px;
  color: var(--taupe);
}
.footer-mark { font-family: var(--serif); font-size: 20px; letter-spacing: 0.1em; color: var(--ink); }

/* ---- Responsive ---- */

@media (max-width: 900px) {
  .plates { grid-template-columns: 1fr; }
  .cols-3 { grid-template-columns: 1fr; }
  .clientele-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { flex-direction: column-reverse; align-items: center; text-align: center; }
  .hero-text { align-items: center; max-width: 560px; }
  .hero-sub { max-width: 480px; }
  .hero-text .btn { align-self: center; }
  .hero-figure { flex-basis: auto; width: min(240px, 70vw); }
  .tag { padding: 8px 14px; font-size: 11px; }
  .tag-red { right: -18%; }
  .tag-outline { left: -18%; }
  .contents-note { display: none; }
}

@media (max-width: 600px) {
  .cols-2 { grid-template-columns: 1fr; }
  .clientele-grid { grid-template-columns: 1fr; }
  .masthead-issue { display: none; }
  .footer { flex-direction: column; text-align: center; }
}
