/* Her Ordinary Basket — watercolor design v2 */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&family=Dancing+Script:wght@500;600&family=Jost:wght@300;400;500&display=swap');

:root {
  --paper: #FBF9F3;
  --paper-deep: #F3EFE4;
  --panel: #F7F3E9;
  --sage: #A8BCA0;
  --sage-deep: #7E9474;
  --sage-wash: #E3EADD;
  --blush: #F2D8D4;
  --blush-deep: #DFB6AE;
  --terra: #B5836B;
  --ink: #5A5344;
  --ink-soft: #8C846F;
  --line: #E5DFCE;
}

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

body {
  background-color: var(--paper);
  background-image:
    radial-gradient(ellipse 50% 35% at 10% 6%, rgba(168, 188, 160, 0.10), transparent 70%),
    radial-gradient(ellipse 45% 30% at 92% 14%, rgba(242, 216, 212, 0.16), transparent 70%),
    radial-gradient(ellipse 50% 35% at 85% 88%, rgba(233, 216, 166, 0.10), transparent 70%);
  background-attachment: fixed;
  color: var(--ink);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 500; line-height: 1.2; color: var(--ink); }
h1 { font-size: 2.9rem; }
h2 { font-size: 2rem; margin-bottom: 0.7rem; }
h3 { font-size: 1.35rem; margin-bottom: 0.4rem; }
a { color: var(--terra); }
strong { font-weight: 500; }

.script { font-family: 'Dancing Script', cursive; color: var(--terra); font-weight: 500; }
h2.script { font-size: 2.3rem; margin-bottom: 0.9rem; }
.smallcaps { letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.72rem; font-weight: 400; color: var(--ink-soft); }

/* ============ Header ============ */
header.site { padding: 1.6rem 1rem 0.8rem; position: relative; }
header.site::after {
  content: "";
  position: absolute;
  right: clamp(4px, 4vw, 70px);
  top: 14px;
  width: 74px;
  height: 66px;
  background: url('images/art/bird-branch.webp') no-repeat center / contain;
  pointer-events: none;
}
nav.topnav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
  gap: 0.5rem;
}
nav.topnav .links { display: flex; flex-wrap: wrap; gap: 0.3rem 1.6rem; }
nav.topnav .links.left { justify-content: flex-end; }
nav.topnav .links.right { justify-content: flex-start; }
nav.topnav .links a, nav.topnav summary {
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 400;
  color: var(--ink-soft);
  text-decoration: none;
  padding: 0.2rem 0.1rem;
}
nav.topnav .links a:hover, nav.topnav summary:hover { color: var(--terra); }
nav.topnav .links a.here { color: var(--terra); border-bottom: 1px solid var(--blush-deep); }

.brandblock { text-decoration: none; text-align: center; padding: 0 1.6rem; display: block; }
.brandblock .logo-art { display: block; width: 130px; margin: 0 auto 0.1rem; }
.brandblock .wm-serif { font-family: 'Cormorant Garamond', serif; font-size: 2.1rem; font-weight: 500; color: var(--ink); letter-spacing: 0.04em; line-height: 1.1; }
.brandblock .wm-script { font-family: 'Dancing Script', cursive; font-size: 1.9rem; color: var(--terra); margin-top: -0.35rem; }
.brandblock .tag { margin-top: 0.5rem; letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.62rem; color: var(--ink-soft); line-height: 1.8; }

/* Dropdown */
details.dropdown { position: relative; }
details.dropdown summary { list-style: none; cursor: pointer; user-select: none; }
details.dropdown summary::-webkit-details-marker { display: none; }
details.dropdown summary::after { content: " ▾"; font-size: 0.85em; }
details.dropdown .drop-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 4px;
  box-shadow: 0 8px 26px rgba(90, 83, 68, 0.12);
  padding: 0.6rem 0.4rem;
  display: flex;
  flex-direction: column;
  min-width: 190px;
  z-index: 30;
}
details.dropdown .drop-menu a { padding: 0.45rem 1rem; white-space: nowrap; text-align: left; }
details.dropdown .drop-menu a.here { border-bottom: none; background: var(--sage-wash); }

/* ============ Layout ============ */
main { max-width: 1240px; margin: 0 auto; padding: 2.2rem 1.4rem 4rem; }
section { margin-bottom: 4rem; }
.center { text-align: center; }
.lead { font-size: 1.06rem; color: var(--ink-soft); max-width: 42rem; margin: 0.8rem auto 0; }

/* Page titles (inner pages) */
.center h1 { font-weight: 500; }
.center h1::after { content: ""; display: block; width: 54px; height: 1px; background: var(--blush-deep); margin: 1rem auto 0; }

/* ============ Hero (homepage) ============ */
.hero-art {
  display: grid;
  grid-template-columns: 1.5fr minmax(280px, 430px) 1.5fr;
  align-items: center;
  gap: 0;
  margin-bottom: 3.5rem;
  /* full-bleed: break out of the 1080px container to the viewport edges */
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 0 1.5rem;
}
.hero-art .art-left, .hero-art .art-right {
  width: 100%;
  max-height: 660px;
  object-fit: contain;
  position: relative;
  z-index: 0;
}
/* soften ONLY the inner edges (facing the centered headline) so the paintings
   melt toward the middle, while their outer/top/bottom stay crisp */
.hero-art .art-left {
  transform: translateX(26%);
  object-position: center;
  -webkit-mask-image: linear-gradient(to right, #000 50%, transparent 94%);
  mask-image: linear-gradient(to right, #000 50%, transparent 94%);
}
.hero-art .art-right {
  transform: translateX(-26%);
  object-position: center;
  -webkit-mask-image: linear-gradient(to left, #000 50%, transparent 94%);
  mask-image: linear-gradient(to left, #000 50%, transparent 94%);
}
.hero-copy { text-align: center; position: relative; z-index: 1; }
.hero-copy h1 { font-size: 2.7rem; font-weight: 500; text-transform: lowercase; }
.hero-copy p { color: var(--ink-soft); margin-top: 1.1rem; }
.bird-flying { width: 90px; margin: 0 auto 0.8rem; display: block; }

/* Buttons */
.btn {
  display: inline-block;
  background: var(--blush);
  color: var(--ink);
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 400;
  padding: 0.85rem 2.2rem;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 1.4rem;
}
.btn:hover { background: var(--blush-deep); color: #fff; }
.btn.sagebtn { background: var(--sage-wash); }
.btn.sagebtn:hover { background: var(--sage); color: #fff; }

/* ============ About panel ============ */
.panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3rem 2.6rem;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
}
.panel img.panel-art { width: 100%; border-radius: 4px; }
.panel .plant { position: absolute; right: 26px; bottom: 22px; width: 64px; }
.panel p { margin-bottom: 1rem; color: var(--ink); }

/* ============ Icon row ============ */
.icon-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  text-align: center;
}
.icon-row .col { padding: 0.4rem 1.2rem; border-left: 1px solid var(--line); }
.icon-row .col:first-child { border-left: none; }
.icon-row img { width: 92px; height: 92px; object-fit: contain; margin-bottom: 0.7rem; }
.icon-row h3 { font-family: 'Jost', sans-serif; font-size: 0.74rem; letter-spacing: 0.2em; text-transform: uppercase; font-weight: 500; color: var(--ink); }
.icon-row p { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.6; }
.icon-row a { text-decoration: none; }

/* ============ Cards / blog ============ */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.6rem; margin-top: 1.8rem; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1.7rem 1.6rem;
  box-shadow: 0 3px 16px rgba(90, 83, 68, 0.05);
}
.card.sage { background: var(--sage-wash); border-color: transparent; }
.card.blush { background: var(--blush); border-color: transparent; }
.card .icon { font-size: 1.6rem; display: block; margin-bottom: 0.5rem; }
.card a.more { font-size: 0.9rem; }
.card img.card-art { width: calc(100% + 3.2rem); margin: -1.7rem -1.6rem 1.2rem; border-radius: 6px 6px 0 0; display: block; }
.card .meta { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.66rem; color: var(--ink-soft); margin-top: 0.8rem; }

/* ============ Journal posts ============ */
article.post {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2.2rem 2.2rem 1.8rem;
  margin-top: 1.5rem;
}
article.post .meta { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.7rem; color: var(--ink-soft); margin-bottom: 0.6rem; }
article.post p { margin-bottom: 0.9rem; }
blockquote {
  border-left: 2px solid var(--blush-deep);
  background: var(--blush);
  padding: 1rem 1.4rem;
  margin: 1.2rem 0;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.15rem;
}

/* ============ Tables ============ */
.tablewrap { overflow-x: auto; margin-top: 1.2rem; }
table.rhythm { border-collapse: collapse; width: 100%; min-width: 640px; background: #fff; }
table.rhythm th, table.rhythm td { padding: 0.7rem 0.9rem; border: 1px solid var(--line); font-size: 0.94rem; vertical-align: top; }
table.rhythm th { background: var(--sage-wash); color: var(--ink); font-family: 'Jost', sans-serif; letter-spacing: 0.12em; text-transform: uppercase; font-size: 0.72rem; font-weight: 500; text-align: left; }
table.rhythm td.time { font-weight: 400; white-space: nowrap; background: var(--panel); font-family: 'Cormorant Garamond', serif; font-size: 1.05rem; }
table.rhythm tr:nth-child(even) td:not(.time) { background: var(--paper); }

/* ============ Lists & pills ============ */
ul.pretty, ol.pretty { margin: 0.8rem 0 0 1.3rem; }
ul.pretty li, ol.pretty li { margin-bottom: 0.5rem; }
.pill { display: inline-block; background: var(--sage-wash); color: var(--ink); font-size: 0.78rem; padding: 0.15rem 0.75rem; border-radius: 999px; margin: 0 0.3rem 0.3rem 0; }
.pill.warm { background: var(--blush); }

/* ============ Forms ============ */
form.cozy { display: grid; gap: 0.9rem; max-width: 480px; margin: 1.2rem auto 0; }
form.cozy input, form.cozy textarea {
  font-family: 'Jost', sans-serif;
  font-size: 0.98rem;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
}
form.cozy input:focus, form.cozy textarea:focus { outline: 1.5px solid var(--sage); }

/* ============ Newsletter ============ */
.newsletter {
  position: relative;
  background-color: var(--blush);
  background-image: url('images/bread.svg');
  background-repeat: no-repeat;
  background-position: right 20px bottom 10px;
  background-size: 140px auto;
  border-radius: 6px;
  padding: 2.6rem 1.6rem 3.2rem;
  text-align: center;
}

/* ============ Footer ============ */
footer.site {
  background: var(--sage-wash);
  margin-top: 2rem;
  padding: 1.8rem clamp(1rem, 5vw, 4rem);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  font-size: 0.86rem;
  color: var(--ink-soft);
}
footer.site .verse { font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 1.02rem; color: var(--ink); }
footer.site .verse .smallcaps { display: block; font-style: normal; margin-top: 0.15rem; }
footer.site .fbird { width: 76px; justify-self: center; }
footer.site .flinks { justify-self: end; text-align: right; }
footer.site .flinks a { letter-spacing: 0.16em; text-transform: uppercase; font-size: 0.68rem; color: var(--ink-soft); text-decoration: none; margin-left: 1.1rem; }
footer.site .flinks a:hover { color: var(--terra); }
footer.site .copyright { grid-column: 1 / -1; text-align: center; font-size: 0.78rem; margin-top: 0.6rem; }

/* ============ Responsive ============ */
@media (max-width: 860px) {
  nav.topnav { grid-template-columns: 1fr; }
  nav.topnav .links.left, nav.topnav .links.right { justify-content: center; }
  nav.topnav .brandblock { order: -1; }
  header.site::after { display: none; }
  .hero-art {
    grid-template-columns: 1fr 1fr;
    gap: 0.4rem;
    width: 100%;
    margin-left: 0;
    padding: 0 0.6rem;
    align-items: start;
  }
  .hero-art .hero-copy { grid-column: 1 / -1; order: -1; margin-bottom: 0.6rem; }
  .hero-art .art-left, .hero-art .art-right {
    margin: 0;
    transform: none;
    object-position: center;
    max-height: 300px;
  }
  .panel { grid-template-columns: 1fr; padding: 2rem 1.4rem; }
  .icon-row .col { border-left: none; padding: 1rem; }
  footer.site { grid-template-columns: 1fr; text-align: center; }
  footer.site .flinks { justify-self: center; text-align: center; }
  footer.site .flinks a { margin: 0 0.5rem; }
  h1, .hero-copy h1 { font-size: 2.1rem; }
}

nav.topnav summary.here { color: var(--terra); }

/* Soft feathered edges on logo, icons, and small art */
.brandblock .logo-art, .icon-row img, footer.site .fbird, .panel .plant {
  -webkit-mask-image: radial-gradient(ellipse 68% 74% at 50% 52%, #000 35%, transparent 82%);
  mask-image: radial-gradient(ellipse 68% 74% at 50% 52%, #000 35%, transparent 82%);
}

/* Blend watercolor art into the paper */
.hero-art .art-left, .hero-art .art-right, .bird-flying, .brandblock .logo-art,
.panel img.panel-art, .card img.card-art, footer.site .fbird, .icon-row img, .panel .plant {
  mix-blend-mode: multiply;
}

.drop-menu a.sub{padding-left:1.6rem;font-size:.95em;}
