/* Flower Agca — Growth Marketing Magazine / Warm Editorial */
:root {
  --bg: #f4ede3;
  --paper: #ebe2d3;
  --ink: #1e1a16;
  --muted: #6f6555;
  --tomato: #d94f33;
  --tomato-deep: #a83823;
  --teal: #2e6e6b;
  --line: #d8cdb8;
  --max: 1280px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Newsreader', Georgia, serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.7;
  font-size: 17px;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, .sans { font-family: 'Public Sans', sans-serif; }

/* Top issue strip */
.issue-strip {
  background: var(--ink);
  color: var(--bg);
  padding: 10px 24px;
  text-align: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
}
.issue-strip span { margin: 0 14px; }
.issue-strip .tom { color: var(--tomato); }

/* Nav */
.nav { background: var(--bg); border-bottom: 1.5px solid var(--ink); }
.nav-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 24px 32px;
  display: flex; justify-content: space-between; align-items: center;
}
.logo { display: inline-block; line-height: 0; }
.logo img { height: 48px; width: auto; }
.nav-links { display: flex; gap: 32px; font-family: 'Public Sans', sans-serif; font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; }
.nav-links a { color: var(--ink); padding-bottom: 4px; border-bottom: 2px solid transparent; transition: border-color .2s, color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--tomato); border-bottom-color: var(--tomato); }

/* Hero — magazine cover style */
.hero { padding: 60px 32px 90px; border-bottom: 1px solid var(--line); }
.hero .container { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: 70px; align-items: center; }
.eyebrow {
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--tomato); font-weight: 700;
  margin-bottom: 28px;
  display: flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ''; width: 36px; height: 1.5px; background: var(--tomato); }
.hero h1 {
  font-family: 'Newsreader', serif;
  font-size: clamp(50px, 7.5vw, 100px);
  font-weight: 500;
  line-height: .95;
  letter-spacing: -1.5px;
  margin-bottom: 32px;
}
.hero h1 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.lede { color: var(--muted); font-size: 19px; max-width: 540px; margin-bottom: 32px; font-family: 'Public Sans', sans-serif; }
.byline {
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  display: flex; gap: 24px; flex-wrap: wrap;
  padding-top: 22px; border-top: 1px solid var(--line);
}
.byline .author { color: var(--tomato); }
.hero-img {
  aspect-ratio: 4/5;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  position: relative;
}
.hero-img::after {
  content: ''; position: absolute; bottom: -12px; right: -12px;
  width: 100%; height: 100%;
  border: 1.5px solid var(--tomato);
  pointer-events: none;
}
.hero-img img { width: 100%; height: 100%; object-fit: cover; filter: sepia(5%); position: relative; z-index: 2; }

/* Sections */
section { padding: 90px 32px; }
.container { max-width: var(--max); margin: 0 auto; }
.section-head {
  display: flex; justify-content: space-between; align-items: end;
  margin-bottom: 56px;
  padding-bottom: 22px;
  border-bottom: 1.5px solid var(--ink);
}
.section-title {
  font-family: 'Newsreader', serif;
  font-size: clamp(40px, 5.5vw, 68px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.5px;
}
.section-title em { font-style: italic; color: var(--tomato); font-weight: 400; }
.section-link {
  font-family: 'Public Sans', sans-serif;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  font-weight: 700;
  color: var(--tomato);
  border-bottom: 2px solid var(--tomato);
  padding-bottom: 4px;
}
.section-link:hover { color: var(--ink); border-bottom-color: var(--ink); }

/* Magazine layout — varied grid */
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 32px; }
.art { display: flex; flex-direction: column; }
.art.feat { grid-column: span 7; }
.art.side { grid-column: span 5; }
.art.full { grid-column: span 12; }
.art.half { grid-column: span 6; }
.art.third { grid-column: span 4; }
.art-img { overflow: hidden; margin-bottom: 22px; aspect-ratio: 4/3; border: 1px solid var(--line); }
.art.feat .art-img { aspect-ratio: 16/10; }
.art-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; filter: sepia(5%); }
.art:hover .art-img img { transform: scale(1.04); }
.cat {
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--tomato); font-weight: 700;
  margin-bottom: 14px;
}
.art h3 {
  font-family: 'Newsreader', serif;
  font-size: 26px; font-weight: 500;
  line-height: 1.15;
  letter-spacing: -.3px;
  margin-bottom: 14px;
  transition: color .2s;
}
.art.feat h3 { font-size: 42px; }
.art h3 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.art:hover h3 { color: var(--tomato-deep); }
.art p { color: var(--muted); font-size: 15px; margin-bottom: 18px; flex: 1; font-family: 'Public Sans', sans-serif; }
.art-meta {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--muted); font-weight: 600;
  padding-top: 14px; border-top: 1px dashed var(--line);
}
.art-meta a { font-weight: 700; color: var(--ink); }
.art-meta a:hover { color: var(--tomato); }

/* Pull quote */
.pull { background: var(--tomato); color: var(--bg); padding: 100px 32px; text-align: center; }
.pull blockquote {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.3;
  max-width: 960px;
  margin: 0 auto 24px;
  font-weight: 400;
}
.pull cite {
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  font-style: normal;
}

/* Newsletter */
.newsletter {
  background: var(--paper);
  border-top: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
}
.newsletter .container { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.newsletter h2 {
  font-family: 'Newsreader', serif;
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -.5px;
}
.newsletter h2 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.newsletter p { color: var(--muted); margin-top: 18px; font-size: 17px; font-family: 'Public Sans', sans-serif; }
.newsletter-form { display: flex; gap: 0; margin-top: 26px; max-width: 480px; }
.newsletter-form input {
  flex: 1; padding: 18px 22px;
  background: var(--bg);
  border: 1.5px solid var(--ink); border-right: none;
  font-family: 'Public Sans', sans-serif; font-size: 15px;
  color: var(--ink); outline: none;
}
.btn {
  display: inline-block;
  padding: 18px 32px;
  background: var(--tomato);
  color: var(--bg);
  font-family: 'Public Sans', sans-serif;
  font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase;
  font-weight: 700;
  border: 1.5px solid var(--tomato);
  cursor: pointer;
  transition: background .25s;
}
.btn:hover { background: var(--ink); border-color: var(--ink); }

/* Sub hero */
.sub-hero { padding: 60px 32px 50px; border-bottom: 1.5px solid var(--ink); }
.sub-hero .container { display: grid; grid-template-columns: 1.5fr 1fr; gap: 60px; align-items: end; }
.sub-hero h1 { font-family: 'Newsreader', serif; font-size: clamp(46px, 6.5vw, 84px); font-weight: 500; line-height: 1; letter-spacing: -1px; }
.sub-hero h1 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.sub-hero p { color: var(--muted); font-size: 17px; font-family: 'Public Sans', sans-serif; }

/* Article page */
.article-page { padding: 70px 32px 100px; }
.article-page .container { max-width: 740px; margin: 0 auto; }
.art-meta-bar {
  font-family: 'Public Sans', sans-serif;
  font-size: 11px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--muted); font-weight: 700;
  margin-bottom: 22px;
  display: flex; gap: 22px; flex-wrap: wrap;
}
.art-meta-bar .cat { color: var(--tomato); margin: 0; }
.article-page h1 {
  font-family: 'Newsreader', serif;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 500;
  line-height: 1.08;
  margin-bottom: 28px;
  letter-spacing: -.5px;
}
.article-page h1 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.standfirst {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 23px;
  line-height: 1.45;
  margin-bottom: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.article-page .byline { margin-bottom: 50px; }
.lead-img { width: 100%; aspect-ratio: 3/2; overflow: hidden; margin-bottom: 50px; border: 1px solid var(--ink); }
.lead-img img { width: 100%; height: 100%; object-fit: cover; filter: sepia(5%); }
.article-page p { font-size: 18px; line-height: 1.8; margin-bottom: 24px; color: var(--ink); }
.article-page p:first-of-type::first-letter {
  font-family: 'Newsreader', serif;
  font-size: 80px; line-height: .8;
  float: left; padding: 10px 14px 0 0;
  color: var(--tomato);
  font-weight: 500;
}
.article-page h2 {
  font-family: 'Newsreader', serif;
  font-size: 32px; font-weight: 500;
  margin: 50px 0 18px;
  letter-spacing: -.3px;
}
.article-page h2 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.article-page blockquote {
  font-family: 'Newsreader', serif;
  font-style: italic;
  font-size: 26px; line-height: 1.45;
  border-left: 3px solid var(--tomato);
  padding: 8px 0 8px 30px;
  margin: 36px 0;
  color: var(--tomato-deep);
}
.article-end { text-align: center; margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--line); font-family: 'Public Sans', sans-serif; font-size: 11px; letter-spacing: 4px; color: var(--muted); text-transform: uppercase; font-weight: 700; }
.back-link {
  font-family: 'Public Sans', sans-serif;
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--ink); font-weight: 700;
  margin-bottom: 40px; display: inline-block;
  padding-bottom: 3px; border-bottom: 2px solid var(--tomato);
}
.back-link:hover { color: var(--tomato); }

/* Footer */
footer { background: var(--ink); color: var(--bg); padding: 80px 32px 30px; }
.foot-grid { max-width: var(--max); margin: 0 auto 50px; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.foot-grid h4 { font-family: 'Newsreader', serif; font-style: italic; font-size: 22px; font-weight: 400; margin-bottom: 20px; color: var(--tomato); }
.foot-grid p, .foot-grid a { font-family: 'Public Sans', sans-serif; color: rgba(244,237,227,.7); font-size: 14px; margin-bottom: 8px; display: block; }
.foot-grid a:hover { color: var(--bg); }
.foot-bottom { max-width: var(--max); margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.08); display: flex; justify-content: space-between; font-family: 'Public Sans', sans-serif; font-size: 13px; color: rgba(244,237,227,.5); }

/* Legal */
.legal { max-width: 760px; margin: 0 auto; padding: 100px 32px; }
.legal h1 { font-family: 'Newsreader', serif; font-size: 64px; font-weight: 500; margin-bottom: 10px; letter-spacing: -1px; }
.legal h1 em { font-style: italic; color: var(--tomato); font-weight: 400; }
.legal .updated { font-family: 'Public Sans', sans-serif; color: var(--muted); font-size: 12px; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 50px; }
.legal h2 { font-family: 'Newsreader', serif; font-size: 28px; font-weight: 500; font-style: italic; margin: 36px 0 12px; color: var(--tomato); }
.legal p { color: var(--muted); margin-bottom: 18px; font-size: 16px; }

@media (max-width: 900px) {
  .hero .container, .newsletter .container, .sub-hero .container, .foot-grid { grid-template-columns: 1fr; gap: 40px; }
  .art, .art.feat, .art.side, .art.full, .art.half, .art.third { grid-column: span 12; }
  .grid { grid-template-columns: 1fr; }
  .nav-links { gap: 14px; font-size: 11px; }
  section, .hero, .article-page { padding: 60px 22px; }
  .section-head { flex-direction: column; align-items: start; gap: 20px; }
}
