/* himenad.shop — warm terracotta + cream + charcoal | asymmetric 2026 */
:root {
  --bg: #F7F1E9;
  --bg-alt: #EFE6D9;
  --surface: #FFFcf8;
  --text: #2A2118;
  --text-soft: #6B5E4E;
  --accent: #B85C38;
  --accent-dark: #8F4529;
  --line: #D9CBB8;
  --charcoal: #2C2C2C;
  --radius: 4px;
  --radius-md: 12px;
  --shadow: 0 6px 24px rgba(42, 33, 24, 0.07);
  --shadow-lg: 0 16px 48px rgba(42, 33, 24, 0.1);
  --font-serif: "Times New Roman", Times, "Liberation Serif", serif;
  --font-sans: "Avenir Next", "Segoe UI", system-ui, sans-serif;
  --max: 1140px;
  --header-h: 64px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16.5px; }
body {
  font-family: var(--font-sans);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
a { color: var(--accent); text-decoration: none; transition: color 0.18s; }
a:hover { color: var(--accent-dark); }

/* HEADER — solid bar, logo + short nav */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: var(--charcoal);
  height: var(--header-h);
}
.header-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 1.5rem;
  height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.logo {
  font-family: var(--font-serif); font-size: 1.4rem; font-weight: 700;
  color: #fff; letter-spacing: 0.02em; display: flex; align-items: center; gap: 0.55rem;
}
.logo-bar {
  width: 18px; height: 3px; background: var(--accent); border-radius: 1px;
}
.nav { display: flex; align-items: center; gap: 1.5rem; }
.nav a {
  font-size: 0.86rem; font-weight: 500; color: rgba(255,255,255,0.75);
  letter-spacing: 0.02em;
}
.nav a:hover, .nav a.active { color: #fff; }
.menu-toggle {
  display: none; background: none; border: none; cursor: pointer;
  width: 32px; height: 32px; position: relative;
}
.menu-toggle span {
  display: block; width: 18px; height: 1.5px; background: #fff;
  position: absolute; left: 7px; transition: 0.2s;
}
.menu-toggle span:nth-child(1) { top: 9px; }
.menu-toggle span:nth-child(2) { top: 15px; }
.menu-toggle span:nth-child(3) { top: 21px; }
.menu-toggle.open span:nth-child(1) { top: 15px; transform: rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { top: 15px; transform: rotate(-45deg); }

main { flex: 1; }
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }

/* HERO — asymmetric split */
.hero {
  padding: 4.2rem 0 3.5rem;
  background: var(--bg);
}
.hero-grid {
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 3rem; align-items: center;
}
.hero-label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 1rem; display: block;
}
.hero h1 {
  font-family: var(--font-serif); font-size: clamp(2.2rem, 4.8vw, 3.3rem);
  line-height: 1.12; letter-spacing: -0.025em; margin-bottom: 1.2rem; color: var(--text);
}
.hero-lead {
  font-size: 1.08rem; color: var(--text-soft); max-width: 32rem; margin-bottom: 1.8rem;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0.78rem 1.55rem; font-size: 0.9rem; font-weight: 600;
  border-radius: var(--radius); border: none; cursor: pointer; transition: all 0.18s;
  text-decoration: none;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); color: #fff; }
.btn-outline {
  background: transparent; color: var(--text); border: 1.5px solid var(--line);
}
.btn-outline:hover { border-color: var(--accent); color: var(--accent); }

.hero-side {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 2rem; box-shadow: var(--shadow);
}
.hero-side h3 {
  font-family: var(--font-serif); font-size: 1.25rem; margin-bottom: 0.8rem;
}
.hero-side p { color: var(--text-soft); font-size: 0.95rem; margin-bottom: 1rem; }
.hero-side ul { list-style: none; }
.hero-side li {
  font-size: 0.92rem; padding: 0.4rem 0; border-bottom: 1px solid var(--line);
  color: var(--text-soft);
}
.hero-side li:last-child { border-bottom: none; }

/* SECTIONS */
.section { padding: 3.6rem 0; }
.section-dark { background: var(--charcoal); color: #e8e0d6; }
.section-dark .section-head h2 { color: #fff; }
.section-dark .section-head p { color: rgba(232,224,214,0.75); }
.section-head { margin-bottom: 2.4rem; }
.section-head h2 {
  font-family: var(--font-serif); font-size: clamp(1.65rem, 3vw, 2.15rem);
  letter-spacing: -0.02em; margin-bottom: 0.55rem;
}
.section-head p { color: var(--text-soft); font-size: 1.02rem; max-width: 34rem; }

/* ARTICLES — 2-col grid + big numbers */
.articles-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem;
}
.article-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 1.6rem 1.7rem; transition: all 0.22s; text-decoration: none; color: inherit;
  display: block;
}
.article-card:hover {
  box-shadow: var(--shadow-lg); transform: translateY(-3px); border-color: transparent;
}
.article-card .num {
  font-family: var(--font-serif); font-size: 1.8rem; font-weight: 700;
  color: var(--accent); opacity: 0.7; line-height: 1; margin-bottom: 0.6rem;
}
.article-card h3 {
  font-family: var(--font-serif); font-size: 1.2rem; margin-bottom: 0.45rem;
  letter-spacing: -0.01em; line-height: 1.3;
}
.article-card p {
  font-size: 0.93rem; color: var(--text-soft); line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* AUTHOR */
.author-box {
  display: grid; grid-template-columns: 140px 1fr; gap: 2.2rem; align-items: center;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 2.2rem; box-shadow: var(--shadow);
}
.author-mark {
  width: 140px; height: 140px; background: var(--accent); border-radius: var(--radius);
  display: grid; place-items: center; font-family: var(--font-serif);
  font-size: 2.6rem; color: #fff; font-weight: 700;
}
.author-box h2 { font-family: var(--font-serif); font-size: 1.6rem; margin-bottom: 0.6rem; }
.author-box p { color: var(--text-soft); margin-bottom: 1.2rem; font-size: 0.98rem; }

/* PAGE HERO */
.page-hero {
  padding: 2.8rem 0 1.6rem; border-bottom: 1px solid var(--line); margin-bottom: 2.2rem;
}
.page-hero .label {
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 0.6rem;
}
.page-hero h1 {
  font-family: var(--font-serif); font-size: clamp(1.85rem, 3.8vw, 2.6rem);
  letter-spacing: -0.02em; line-height: 1.18; max-width: 17ch; margin-bottom: 0.55rem;
}
.page-hero .meta { color: var(--text-soft); font-size: 0.9rem; }

/* ARTICLE BODY */
.article-body { max-width: 670px; margin: 0 auto 3.5rem; }
.article-body p { margin-bottom: 1.25rem; font-size: 1.03rem; }
.article-body h2 {
  font-family: var(--font-serif); font-size: 1.4rem; margin: 2.3rem 0 0.85rem; letter-spacing: -0.01em;
}
.article-body h3 { font-family: var(--font-serif); font-size: 1.18rem; margin: 1.7rem 0 0.65rem; }
.article-body ul, .article-body ol { margin: 1rem 0 1.4rem 1.25rem; }
.article-body li { margin-bottom: 0.45rem; }
.article-body blockquote {
  margin: 1.9rem 0; padding: 1.2rem 1.5rem; background: var(--bg-alt);
  border-left: 3px solid var(--accent); font-family: var(--font-serif);
  font-size: 1.12rem; font-style: italic; color: var(--text);
}
.callout {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.25rem 1.4rem; margin: 1.7rem 0;
}
.callout strong {
  display: block; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--accent); margin-bottom: 0.35rem;
}

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 2.8rem; align-items: start; }
.contact-info h2 { font-family: var(--font-serif); font-size: 1.5rem; margin-bottom: 0.85rem; }
.contact-info p { color: var(--text-soft); margin-bottom: 1.3rem; }
.contact-row { margin-bottom: 1rem; }
.contact-row span {
  display: block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em;
  color: var(--text-soft); margin-bottom: 0.2rem;
}
.contact-row strong { font-size: 1.02rem; }
.form-box {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-md);
  padding: 1.9rem; box-shadow: var(--shadow);
}
.form-group { margin-bottom: 1.15rem; }
.form-group label {
  display: block; font-size: 0.85rem; font-weight: 600; margin-bottom: 0.3rem;
}
.form-group input, .form-group textarea {
  width: 100%; padding: 0.75rem 0.9rem; border: 1.5px solid var(--line);
  border-radius: var(--radius); background: var(--bg); font-family: inherit;
  font-size: 0.97rem; color: var(--text); transition: border-color 0.18s;
}
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--accent); }
.form-group textarea { min-height: 125px; resize: vertical; }
.form-error { color: #a33; font-size: 0.85rem; margin-top: 0.45rem; display: none; }

/* THANKS */
.thanks-box { text-align: center; padding: 4.5rem 1.5rem; max-width: 460px; margin: 0 auto; }
.thanks-box .icon {
  width: 64px; height: 64px; background: var(--accent); border-radius: 50%;
  display: grid; place-items: center; margin: 0 auto 1.4rem; font-size: 1.7rem; color: #fff;
}
.thanks-box h1 { font-family: var(--font-serif); font-size: 2.1rem; margin-bottom: 0.8rem; }
.thanks-box p { color: var(--text-soft); margin-bottom: 1.6rem; }

/* FOOTER — different structure */
.site-footer {
  background: var(--charcoal); color: #c9bdb0; padding: 3rem 0 1.6rem; margin-top: auto;
}
.footer-top {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2rem; margin-bottom: 2rem;
}
.footer-brand {
  font-family: var(--font-serif); font-size: 1.25rem; color: #fff; margin-bottom: 0.6rem;
}
.footer-brand span { color: var(--accent); }
.footer-desc { font-size: 0.88rem; line-height: 1.5; max-width: 26ch; opacity: 0.85; }
.footer-col h4 {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.12em; color: #fff;
  margin-bottom: 0.85rem; opacity: 0.6;
}
.footer-col a { display: block; color: #c9bdb0; font-size: 0.9rem; margin-bottom: 0.45rem; }
.footer-col a:hover { color: #fff; }
.footer-addr { font-size: 0.9rem; line-height: 1.5; opacity: 0.9; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.2rem;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.8rem;
  font-size: 0.8rem; opacity: 0.65;
}
.footer-bottom a { color: #c9bdb0; margin-left: 1rem; }
.footer-bottom a:hover { color: #fff; }
.disclaimer { font-size: 0.76rem; opacity: 0.55; max-width: 56ch; margin-top: 0.5rem; }

/* LEGAL */
.legal-body { max-width: 700px; margin: 0 auto 3.2rem; }
.legal-body h2 { font-family: var(--font-serif); font-size: 1.3rem; margin: 1.9rem 0 0.75rem; }
.legal-body p, .legal-body li { margin-bottom: 0.8rem; color: var(--text-soft); }
.legal-body ul { margin-left: 1.15rem; margin-bottom: 1rem; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 2.2rem; }
  .articles-grid { grid-template-columns: 1fr; }
  .author-box { grid-template-columns: 1fr; text-align: center; }
  .author-mark { margin: 0 auto; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  html { font-size: 16px; }
  .nav {
    position: fixed; top: var(--header-h); left: 0; right: 0; background: var(--charcoal);
    flex-direction: column; padding: 1rem 1.5rem 1.3rem; gap: 0.8rem;
    transform: translateY(-140%); opacity: 0; pointer-events: none; transition: 0.25s;
  }
  .nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .menu-toggle { display: block; }
  .hero { padding: 3rem 0 2.5rem; }
  .section { padding: 2.8rem 0; }
  .footer-top { grid-template-columns: 1fr; gap: 1.6rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-bottom a { margin: 0 0.5rem; }
  .page-hero h1 { max-width: none; }
}
