/* Studio Fleuriste — studio floral — bouquets et ateliers */
:root {
  --ink: #161311;
  --muted: #5e574e;
  --paper: #f3eee4;
  --panel: #fbf7f0;
  --rule: rgba(22, 19, 17, 0.12);
  --red: #1A5F4A;
  --red-deep: #124536;
  --char: #1c1916;
  --pine: #0F3D30;
  --gold: #E8A838;
  --max: 1120px;
  --ease: cubic-bezier(0.22, 0.72, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button, input, select, textarea { font: inherit; color: inherit; }
img { max-width: 100%; display: block; }

h1, h2, h3, .brand {
  font-family: "Fraunces", Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--char);
}

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.kicker {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--red);
}

/* Masthead */
.mast {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(244, 239, 230, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
.ribbon {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--rule);
}
.mast-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.6rem;
}
.brand {
  font-size: 1.52rem;
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: -0.045em;
}
.brand small {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--red);
  margin-top: 0.4rem;
  padding-top: 0.28rem;
  border-top: 1px solid var(--red);
}

.cut {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--rule);
  background: var(--panel);
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.cut b {
  display: block;
  width: 16px;
  height: 2px;
  background: var(--char);
  transition: transform 0.25s var(--ease), opacity 0.2s;
}
.cut.sharp b:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.cut.sharp b:nth-child(2) { opacity: 0; }
.cut.sharp b:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.veins {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem 1.05rem;
}
.veins a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0.28rem 0;
  border-bottom: 2px solid transparent;
}
.veins a:hover, .veins a.on {
  color: var(--char);
  border-color: var(--red);
}
.veins a.hit {
  background: var(--ink);
  color: #f4efe6;
  padding: 0.42rem 0.9rem;
  border-bottom: 0;
}
.veins a.hit:hover, .veins a.hit.on {
  background: var(--red);
  color: #fff;
  border-color: transparent;
}

/* Featured investigation */
.feature {
  padding: 0 0 2.4rem;
  border-bottom: 1px solid var(--rule);
}
.feature-frame {
  position: relative;
  overflow: hidden;
  min-height: min(78vh, 720px);
  background: #111;
}
.feature-frame img {
  width: 100%;
  height: min(78vh, 720px);
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(1.02) contrast(1.04);
}
.feature-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(16, 12, 10, 0.18) 0%, rgba(16, 12, 10, 0.22) 38%, rgba(16, 12, 10, 0.78) 100%);
}
.feature-copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.4rem 0 2.6rem;
  color: #f6f1e8;
}
.feature-copy h1 {
  color: #fff;
  font-size: clamp(1.85rem, 4.6vw, 3.2rem);
  max-width: 16ch;
  margin: 0.55rem 0 0.7rem;
}
.feature-copy .dek {
  font-size: clamp(0.98rem, 1.7vw, 1.14rem);
  max-width: 50ch;
  color: rgba(246, 241, 232, 0.86);
  margin-bottom: 0.85rem;
  line-height: 1.45;
}
.feature-copy .lead {
  font-size: clamp(1.02rem, 1.9vw, 1.22rem);
  max-width: 52ch;
  color: rgba(246, 241, 232, 0.92);
  font-style: italic;
  margin-bottom: 1.1rem;
}
.byline {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(246, 241, 232, 0.78);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.15rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-ink { background: var(--red); color: #fff; }
.btn-ink:hover { background: var(--red-deep); }
.btn-ghost { background: transparent; border-color: currentColor; }
.btn-ghost:hover { background: rgba(255, 255, 255, 0.1); }
.btn-line { background: var(--panel); border-color: var(--rule); color: var(--char); }
.btn-line:hover { border-color: var(--red); color: var(--red); }
.btn-sm { padding: 0.46rem 0.82rem; font-size: 0.78rem; }
.acts { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.1rem; }

/* Sections */
.sec { padding: 3.4rem 0; }
.sec.tight { padding: 2.2rem 0; }
.sec.tint {
  background: rgba(255, 255, 255, 0.38);
  border-block: 1px solid var(--rule);
}
.page-top {
  padding: 3rem 0 2rem;
  border-bottom: 1px solid var(--rule);
}
.page-top h1 {
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  margin: 0.4rem 0 0.7rem;
}
.page-top p { color: var(--muted); max-width: 58ch; font-size: 1.05rem; }

.title {
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  margin: 0.35rem 0 0.7rem;
}
.sub { color: var(--muted); max-width: 52ch; margin-bottom: 1.6rem; }

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}
.story {
  background: var(--panel);
  border: 1px solid var(--rule);
  display: grid;
  grid-template-rows: auto 1fr;
  transition: transform 0.2s var(--ease), box-shadow 0.2s;
}
.story:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(22, 19, 17, 0.08);
}
.story img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}
.story .pad { padding: 1.05rem 1.1rem 1.2rem; }
.story h3 {
  font-size: 1.18rem;
  margin: 0.35rem 0 0.4rem;
}
.story p { font-size: 0.95rem; color: var(--muted); }
.story .more {
  display: inline-block;
  margin-top: 0.75rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
.stat {
  text-align: center;
  padding: 1.2rem 0.7rem;
  border: 1px solid var(--rule);
  background: var(--panel);
}
.stat strong {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.7rem;
  color: var(--red);
  margin-bottom: 0.2rem;
}
.stat span { font-size: 0.86rem; color: var(--muted); }

.feed { display: grid; gap: 0; }
.entry {
  display: grid;
  grid-template-columns: 8.5rem 1fr auto;
  gap: 1.1rem;
  align-items: start;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--rule);
}
.entry time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
}
.entry h3 { font-size: 1.15rem; margin-bottom: 0.25rem; }
.entry p { font-size: 0.95rem; color: var(--muted); }
.entry .tag {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

.band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.1rem;
  padding: 1.5rem 1.4rem;
  background: var(--char);
  color: #efe8dc;
}
.band .title { margin: 0; color: #fff; }
.band p { color: rgba(239, 232, 220, 0.78); max-width: 46ch; }

/* Article */
.article-hero img {
  width: 100%;
  height: min(62vh, 560px);
  object-fit: cover;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 1.2rem 0 0.4rem;
}
.prose {
  max-width: 68ch;
  margin: 0 auto;
  font-size: 1.08rem;
}
.prose p { margin-bottom: 1.05rem; }
.prose h2 {
  font-size: 1.45rem;
  margin: 2rem 0 0.7rem;
}
.prose figure {
  margin: 1.6rem 0;
}
.prose figure img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.prose figcaption {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.45rem;
}
.credit {
  font-size: 0.84rem;
  color: var(--muted);
  margin: 0.6rem 0 1.2rem;
}
.credit a { color: var(--red); font-weight: 600; }
.src-list {
  display: grid;
  gap: 0.45rem;
  margin: 0.4rem 0 1.2rem;
}
.src-list a { color: var(--red); font-weight: 600; border-bottom: 1px solid rgba(196, 30, 58, 0.35); }
.place-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 0.8rem 0 1.2rem;
}
.place-meta span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid var(--rule);
  padding: 0.28rem 0.55rem;
  color: var(--pine);
}
.prose .drop::first-letter {
  font-family: "Fraunces", serif;
  float: left;
  font-size: 4.2rem;
  line-height: 0.78;
  padding-right: 0.12em;
  color: var(--red);
}
.pull {
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  line-height: 1.35;
  color: var(--char);
  border-left: 3px solid var(--red);
  padding: 0.2rem 0 0.2rem 1.1rem;
  margin: 1.6rem 0;
  font-style: italic;
}
.factbox {
  background: var(--panel);
  border: 1px solid var(--rule);
  padding: 1.15rem 1.2rem;
  margin: 1.5rem 0 1.7rem;
}
.factbox h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.5rem;
}
.factbox li {
  font-size: 0.95rem;
  padding: 0.28rem 0 0.28rem 1rem;
  position: relative;
  color: var(--muted);
}
.factbox li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 6px;
  height: 6px;
  background: var(--red);
}

.team {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.member {
  background: var(--panel);
  border: 1px solid var(--rule);
  padding: 1.2rem 1.15rem;
}
.member h3 { font-size: 1.12rem; margin-bottom: 0.2rem; }
.member .role {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 0.45rem;
}
.member p { font-size: 0.92rem; color: var(--muted); }

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 1.7rem;
  align-items: start;
}
.contact-stack { display: grid; gap: 0.85rem; }
.contact-box {
  background: var(--panel);
  border: 1px solid var(--rule);
  padding: 1.1rem 1.15rem;
}
.contact-box h3 {
  font-size: 1.05rem;
  margin-bottom: 0.4rem;
}
.contact-box p, .contact-box li { font-size: 0.95rem; color: var(--muted); }
.contact-box a {
  color: var(--char);
  font-weight: 600;
  border-bottom: 1px solid rgba(180, 35, 24, 0.35);
}
.contact-box a:hover { color: var(--red); }
.org-list { display: grid; gap: 0.3rem; }
.org-list li {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 0.4rem;
  font-size: 0.88rem;
}
.org-list span { color: var(--ink); font-weight: 700; }

.map-frame {
  margin-top: 1.8rem;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--panel);
}
.map-frame iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: 0;
}
.map-cap {
  padding: 0.75rem 1rem;
  font-size: 0.84rem;
  color: var(--muted);
  border-top: 1px solid var(--rule);
}

.form {
  background: var(--panel);
  border: 1px solid var(--rule);
  padding: 1.35rem;
  display: grid;
  gap: 0.85rem;
}
.field { display: grid; gap: 0.3rem; }
.field label {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--char);
}
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.68rem 0.8rem;
  border: 1px solid var(--rule);
  background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.12);
}
.field textarea { min-height: 135px; resize: vertical; }
.check {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--muted);
}
.check input { margin-top: 0.25rem; accent-color: var(--red); }
.check a { color: var(--red); font-weight: 600; text-decoration: underline; }
.alert {
  padding: 0.7rem 0.85rem;
  background: rgba(180, 35, 24, 0.08);
  color: var(--char);
  font-size: 0.9rem;
  font-weight: 600;
}
.alert.ok { background: rgba(34, 92, 58, 0.12); }

.legal { max-width: 72ch; }
.legal h2 { font-size: 1.15rem; margin: 1.6rem 0 0.5rem; }
.legal p, .legal li { color: var(--muted); font-size: 0.95rem; margin-bottom: 0.5rem; }
.legal a { color: var(--red); font-weight: 600; text-decoration: underline; }

.foot {
  margin-top: 2rem;
  padding: 2.6rem 0 1.35rem;
  background: var(--char);
  color: rgba(239, 232, 220, 0.82);
}
.foot-g {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.7rem;
  margin-bottom: 1.7rem;
}
.foot .nm {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.45rem;
}
.foot h4 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4c4a0;
  margin-bottom: 0.6rem;
}
.foot a:hover { color: #fff; }
.foot-c {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.8rem;
  opacity: 0.75;
}

.toast {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 80;
  max-width: 520px;
  margin-inline: auto;
  background: var(--panel);
  border: 1px solid var(--rule);
  padding: 1rem 1.1rem;
  box-shadow: 0 16px 40px rgba(22, 19, 17, 0.16);
  display: none;
  flex-direction: column;
  gap: 0.8rem;
}
.toast.show { display: flex; }
.toast p { font-size: 0.88rem; color: var(--muted); }
.toast a { color: var(--red); font-weight: 700; text-decoration: underline; }
.toast-b { display: flex; flex-wrap: wrap; gap: 0.5rem; }

.fade {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s var(--ease), transform 0.65s var(--ease);
}
.fade.ok { opacity: 1; transform: none; }

@media (max-width: 960px) {
  .grid-3, .stats, .contact-layout, .foot-g, .team { grid-template-columns: 1fr 1fr; }
  .entry { grid-template-columns: 1fr; gap: 0.25rem; }
  .org-list li { grid-template-columns: 1fr; gap: 0.1rem; }
  .feature-frame img { height: min(70vh, 560px); }
}

@media (max-width: 820px) {
  .feature-copy h1 { max-width: none; font-size: clamp(1.7rem, 7vw, 2.4rem); }
  .feature-copy .dek, .feature-copy .lead { max-width: none; }
  .cut { display: inline-flex; }
  .mast-in { position: relative; }
  .veins {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    border-bottom: 1px solid var(--rule);
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem 1rem 1rem;
    gap: 0.1rem;
  }
  .veins.open { display: flex; }
  .veins a { padding: 0.6rem 0.35rem; border-bottom: 0; }
  .veins a.hit { text-align: center; margin-top: 0.3rem; }
  .grid-3, .stats, .team, .foot-g { grid-template-columns: 1fr; }
  .map-frame iframe { height: 280px; }
  .ribbon { font-size: 0.64rem; }
  .prose figure img { height: 220px; }
}
