/*
Theme Name: Savonnerie Nans Link Blog
Theme URI: https://savonnerie-nans.fr/
Author: eClaud
Description: Thème éditorial consacré aux guides pratiques sur le savon à froid.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.5
Requires PHP: 8.0
Text Domain: savonnerie-nans
*/

@font-face {
  font-display: swap;
  font-family: "Manrope Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/manrope-latin.woff2") format("woff2-variations");
}

@font-face {
  font-display: swap;
  font-family: "Newsreader Variable";
  font-style: normal;
  font-weight: 200 800;
  src: url("assets/fonts/newsreader-latin.woff2") format("woff2-variations");
}

:root {
  --ink: #18362a;
  --ink-deep: #10271f;
  --muted: #53665c;
  --green: #2f6647;
  --green-dark: #214b35;
  --sage: #789078;
  --soft: #eef3ed;
  --paper: #fbfcf8;
  --clay: #a9533d;
  --line: #d8e2da;
  --white: #ffffff;
  --shadow: 0 24px 70px -46px rgba(16, 39, 31, 0.52);
  --radius: 6px;
  --shell: 1180px;
  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4rem;
  --space-8: 6rem;
  font-family: "Manrope Variable", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  overflow-x: clip;
}

a {
  color: inherit;
}

a:focus-visible,
summary:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(182, 95, 70, 0.8);
  outline-offset: 4px;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--ink-deep);
  font-family: "Newsreader Variable", Georgia, serif;
  font-weight: 650;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.2rem, 11vw, 4rem);
  line-height: 0.98;
  margin-bottom: var(--space-4);
  max-width: 14ch;
}

h2 {
  font-size: clamp(2.15rem, 6.5vw, 3.35rem);
  line-height: 1;
  margin-bottom: var(--space-4);
  max-width: 16ch;
}

h3 {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  line-height: 1.08;
  margin-bottom: var(--space-2);
}

.shell,
.container {
  margin-inline: auto;
  max-width: var(--shell);
  padding-inline: clamp(1.15rem, 4vw, 2.5rem);
  width: 100%;
}

.section {
  padding-block: clamp(4rem, 10vw, var(--space-8));
  scroll-margin-top: 84px;
}

.skip-link {
  background: var(--ink-deep);
  color: var(--white);
  clip-path: inset(50%);
  height: 44px;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 160px;
  z-index: 30;
}

.skip-link:focus {
  clip-path: none;
  height: auto;
  padding: 0.75rem 1rem;
  width: auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  align-items: center;
  display: grid;
  gap: var(--space-3);
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 68px;
  position: relative;
}

.brand {
  align-items: center;
  display: inline-flex;
  justify-self: start;
  min-height: 52px;
  text-decoration: none;
  width: auto;
}

.brand img.brand-logo {
  flex: 0 0 auto;
  height: 54px;
  object-fit: cover;
  object-position: center;
  width: 210px;
}

.primary-nav {
  display: none;
}

.mobile-menu {
  position: static;
}

.mobile-menu > summary {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 850;
  justify-content: center;
  list-style: none;
  min-height: 44px;
  min-width: 68px;
  padding-inline: 0.9rem;
}

.mobile-menu > summary::-webkit-details-marker,
.mobile-nav-group > summary::-webkit-details-marker {
  display: none;
}

.mobile-menu nav {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  display: grid;
  left: 0;
  min-width: 0;
  max-height: calc(100svh - 68px);
  overflow-y: auto;
  padding: var(--space-2);
  position: absolute;
  right: 0;
  top: 100%;
}

.mobile-menu[open] > summary {
  background: var(--soft);
  border-color: var(--sage);
}

.mobile-menu nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 0.95rem;
  font-weight: 800;
  min-height: 48px;
  padding-inline: var(--space-2);
  text-decoration: none;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
}

.mobile-menu nav a[aria-current="page"] {
  background: var(--soft);
  color: var(--clay);
}

.mobile-nav-group {
  border-bottom: 1px solid var(--line);
}

.mobile-nav-group > summary {
  align-items: center;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 0.95rem;
  font-weight: 800;
  justify-content: space-between;
  list-style: none;
  min-height: 48px;
  padding-inline: var(--space-2);
}

.mobile-nav-group > summary::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 7px;
  margin-right: 0.35rem;
  transform: rotate(45deg);
  transition: transform 160ms ease;
  width: 7px;
}

.mobile-nav-group[open] > summary {
  color: var(--clay);
}

.mobile-nav-group[open] > summary::after {
  transform: rotate(-135deg);
}

.mobile-nav-group > div {
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.mobile-nav-group > div a {
  font-size: 0.9rem;
  font-weight: 750;
  padding-left: calc(var(--space-2) + 0.8rem);
}

.mobile-menu nav .mobile-nav-cta {
  background: var(--clay);
  border-radius: var(--radius);
  color: var(--white);
  justify-content: center;
  margin-top: var(--space-2);
}

.mobile-menu nav .mobile-nav-cta:hover,
.mobile-menu nav .mobile-nav-cta:focus-visible {
  background: var(--ink-deep);
  color: var(--white);
}

.hero {
  display: flex;
  min-height: calc(86svh - 68px);
  overflow: hidden;
  position: relative;
}

.hero-media,
.hero-shade {
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: 66% center;
  width: 100%;
}

.hero-shade {
  background:
    linear-gradient(180deg, rgba(251, 252, 248, 0.86) 0%, rgba(251, 252, 248, 0.58) 65%, rgba(16, 39, 31, 0.26) 100%),
    linear-gradient(90deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.92) 62%, rgba(251, 252, 248, 0.24) 100%);
}

.hero-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: clamp(2rem, 10vw, 2.5rem) 1rem;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 660px;
}

.hero-copy .eyebrow {
  margin-bottom: var(--space-3);
}

.hero-copy h1 {
  font-size: clamp(3rem, 9vw, 5.35rem);
  letter-spacing: -0.025em;
  line-height: 0.94;
  max-width: 11.5ch;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
}

.hero .lede {
  font-size: clamp(1.08rem, 2vw, 1.3rem);
  line-height: 1.55;
  max-width: 37ch;
  text-wrap: pretty;
}

.hero .actions {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  max-width: 360px;
}

.hero .button {
  width: 100%;
}

.hero .button.secondary {
  background: transparent;
  border: 0;
  padding-inline: 0.25rem;
  text-decoration: underline;
  text-decoration-color: rgba(47, 102, 71, 0.35);
  text-underline-offset: 0.24em;
}

.eyebrow {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-3);
  text-transform: uppercase;
}

.lede {
  color: #394f44;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.5;
  max-width: 48ch;
}

.actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-3);
}

.button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.1rem;
  text-decoration: none;
}

.button.primary {
  background: var(--green);
  color: var(--white);
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--green-dark);
}

.button.secondary {
  color: var(--green-dark);
  padding-inline: 0.25rem;
  text-decoration: underline;
  text-decoration-color: rgba(47, 102, 71, 0.35);
  text-underline-offset: 0.24em;
}

.hero-facts {
  background: rgba(16, 39, 31, 0.9);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: var(--space-3) 0 0;
  overflow: hidden;
  padding: 0;
}

.hero-facts li {
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 0.6rem;
}

.hero-facts li:last-child {
  border-right: 0;
}

.hero-facts strong {
  color: var(--white);
  font-size: 0.78rem;
}

.hero-facts span {
  font-size: 0.78rem;
  line-height: 1.4;
}

.story {
  background: var(--soft);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.story-grid,
.section-head-row,
.contact-grid {
  display: grid;
  gap: var(--space-5);
}

.section-heading h2 {
  margin-bottom: 0;
}

.story-copy,
.section-intro,
.gift-item p,
.topic-item p,
.visit p,
.contact-band p,
.site-footer p {
  color: var(--muted);
}

.story-copy {
  align-self: center;
  max-width: 640px;
}

.story-lead {
  color: var(--ink) !important;
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.6rem);
  line-height: 1.35;
  margin-bottom: var(--space-4);
}

.story .section-heading h2 {
  font-size: clamp(2.2rem, 4.2vw, 3.2rem);
  max-width: 11ch;
}

.story-signals {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0 0 var(--space-3);
  padding: 0;
}

.story-signals li {
  border-left: 1px solid #c8d5ca;
  display: grid;
  gap: 0.15rem;
  padding-inline: var(--space-2);
}

.story-signals li:first-child {
  border-left: 0;
  padding-left: 0;
}

.story-signals strong {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
}

.story-signals span {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.story-media {
  min-height: 230px;
  overflow: hidden;
  position: relative;
}

.story-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.story-media figcaption {
  background: rgba(16, 39, 31, 0.9);
  bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  left: 0;
  line-height: 1.4;
  padding: 0.65rem 0.8rem;
  position: absolute;
  right: 0;
}

.text-link {
  align-items: center;
  color: var(--green-dark);
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  text-decoration-color: rgba(47, 102, 71, 0.35);
  text-underline-offset: 0.24em;
}

.collections {
  background: var(--white);
  border-block: 1px solid var(--line);
  padding-block: clamp(3.5rem, 7vw, 5rem);
}

.section-intro {
  margin-bottom: 0;
  max-width: 50ch;
}

.collections .section-head-row {
  border-bottom: 1px solid var(--line);
  padding-bottom: var(--space-4);
}

.collections .section-heading h2 {
  max-width: 12ch;
}

.collection-guide {
  align-self: end;
}

.usage-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  list-style: none;
  margin: var(--space-3) 0 0;
  padding: 0;
}

.usage-list li {
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  position: relative;
  text-transform: uppercase;
}

.usage-list li + li::before {
  color: var(--clay);
  content: "/";
  left: -0.65rem;
  position: absolute;
}

.collection-mosaic {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: var(--space-4);
}

.collection-tile {
  color: inherit;
  display: block;
  min-height: 210px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.collection-tile:first-child,
.collection-tile:last-child {
  grid-column: 1 / -1;
  min-height: 270px;
}

.collection-tile img,
.collection-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.collection-tile img {
  object-fit: cover;
  transition: transform 260ms ease;
}

.collection-tile:hover img {
  transform: scale(1.025);
}

.collection-shade {
  background: linear-gradient(180deg, transparent 32%, rgba(12, 32, 24, 0.88) 100%);
}

.collection-copy {
  bottom: 0;
  color: var(--white);
  left: 0;
  padding: var(--space-3);
  position: absolute;
  right: 0;
  z-index: 1;
}

.collection-copy p {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.collection-copy h3 {
  color: var(--white);
  font-size: clamp(1.25rem, 4vw, 1.8rem);
  margin-bottom: 0.35rem;
}

.collection-copy span {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  font-size: 0.78rem;
  line-height: 1.4;
}

.craft {
  background: var(--soft);
}

.craft-grid {
  display: grid;
  gap: var(--space-6);
}

.craft-media {
  align-self: start;
}

.craft-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.craft-media figcaption {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  padding-top: var(--space-2);
}

.craft-copy {
  align-self: center;
}

.craft-steps {
  list-style: none;
  margin: var(--space-5) 0 0;
  padding: 0;
}

.craft-steps li {
  align-items: start;
  border-top: 1px solid #cdd9cf;
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 42px minmax(0, 1fr);
  padding-block: var(--space-3);
}

.craft-steps li:last-child {
  border-bottom: 1px solid #cdd9cf;
}

.craft-steps span {
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 900;
  padding-top: 0.15rem;
}

.craft-steps strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.craft-steps p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.gifts {
  background: var(--white);
}

.gift-grid {
  display: grid;
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.gift-item {
  border-top: 1px solid var(--ink);
  color: inherit;
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 112px minmax(0, 1fr);
  padding-top: var(--space-3);
  position: relative;
  text-decoration: none;
  transition: opacity 160ms ease;
}

.gift-item:hover {
  opacity: 1;
}

.gift-item img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.gift-badge {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: var(--space-2);
}

.gift-item h3 {
  font-size: 1.45rem;
  padding-right: 6.5rem;
}

.gift-item p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.section-actions {
  display: flex;
  margin-top: var(--space-5);
}

.visit {
  background: var(--ink-deep);
  color: rgba(255, 255, 255, 0.8);
}

.visit-grid {
  display: grid;
  gap: var(--space-6);
}

.visit h2,
.visit h3,
.visit .eyebrow {
  color: var(--white);
}

.visit p {
  color: rgba(255, 255, 255, 0.82);
}

.visit-main p {
  max-width: 58ch;
}

.visit-media {
  margin: 0;
}

.visit-media img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
}

.button.light {
  background: var(--white);
  color: var(--ink-deep);
}

.visit-local {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: var(--space-5);
}

.visit-local .text-link {
  color: var(--white);
  text-decoration-color: rgba(255, 255, 255, 0.4);
}

.topics {
  background: var(--paper);
}

.topic-grid {
  display: grid;
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.topic-item {
  border-top: 1px solid var(--line);
  color: inherit;
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 112px minmax(0, 1fr);
  padding-top: var(--space-3);
  text-decoration: none;
  transition: opacity 160ms ease;
}

.topic-item:hover {
  opacity: 0.92;
}

.topic-item:hover h3,
.topic-item:hover h2 {
  color: var(--clay);
}

.topic-item img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.topic-item h3,
.topic-item h2 {
  font-size: 1.32rem;
  margin-bottom: var(--space-2);
  max-width: none;
}

.topic-label {
  color: var(--clay) !important;
  font-size: 0.7rem !important;
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.topic-item p {
  font-size: 0.88rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.contact-band {
  background: var(--clay);
  color: rgba(255, 255, 255, 0.86);
  padding-block: clamp(3.5rem, 8vw, 5rem);
  scroll-margin-top: 84px;
}

.contact-band h2,
.contact-band .eyebrow,
.contact-band p {
  color: var(--white);
}

.contact-band h2 {
  margin-bottom: 0;
}

.contact-band p {
  max-width: 48ch;
}

.contact-page-hero {
  align-items: center;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  display: grid;
  min-height: calc(100svh - 68px);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.contact-page-grid {
  display: grid;
  gap: var(--space-6);
}

.contact-page-copy {
  align-self: center;
  container-type: inline-size;
  min-width: 0;
}

.contact-page-copy h1 {
  font-size: clamp(2.65rem, 13cqw, 4.4rem);
  max-width: none;
}

.contact-page-copy h1 span {
  display: block;
  white-space: nowrap;
}

.contact-page-copy .lede {
  margin-bottom: 0;
  max-width: 42ch;
}

.contact-facts {
  border-top: 1px solid var(--line);
  display: grid;
  gap: var(--space-3);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: var(--space-5) 0 0;
  max-width: 520px;
  padding-top: var(--space-3);
}

.contact-facts dt {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.contact-facts dd {
  color: var(--ink-deep);
  font-weight: 800;
  line-height: 1.4;
  margin: 0.2rem 0 0;
}

.email-tool {
  align-self: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  container-type: inline-size;
  min-width: 0;
  padding: clamp(1.4rem, 4vw, 2.25rem);
  width: 100%;
}

.email-tool-label {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  margin-bottom: var(--space-2);
  text-transform: uppercase;
}

.contact-email {
  color: var(--green-dark);
  display: block;
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: clamp(1.05rem, 6cqw, 2rem);
  font-weight: 650;
  line-height: 1.2;
  margin-bottom: 0;
  text-decoration-color: rgba(47, 102, 71, 0.3);
  text-underline-offset: 0.22em;
  white-space: nowrap;
}

.email-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2) var(--space-3);
  margin-top: var(--space-5);
}

.copy-email {
  background: transparent;
  border: 1px solid var(--green);
  color: var(--green-dark);
  cursor: pointer;
  font-family: inherit;
}

.copy-email.is-copied {
  background: var(--soft);
  border-color: var(--sage);
}

.copy-hint,
.copy-status {
  color: var(--muted);
  font-size: 0.82rem;
  margin: var(--space-3) 0 0;
}

.contact-topics {
  background: var(--white);
}

.contact-topics-heading {
  margin-bottom: var(--space-6);
}

.contact-topic-grid {
  display: grid;
  gap: var(--space-5);
}

.contact-topic {
  border-top: 2px solid var(--sage);
  padding-top: var(--space-4);
}

.contact-topic h3 {
  font-size: clamp(1.45rem, 3vw, 1.8rem);
}

.contact-topic p {
  color: var(--muted);
  line-height: 1.65;
  margin-bottom: 0;
}

.contact-about {
  background: var(--soft);
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.contact-about-inner {
  max-width: 940px;
}

.contact-about-inner p:last-child {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.7;
  max-width: 68ch;
}

.copy-status {
  color: var(--green-dark);
  font-weight: 800;
  margin-top: 0.2rem;
  min-height: 1.35em;
}

.site-footer {
  background: var(--white);
  border-top: 1px solid var(--line);
  padding-block: var(--space-5);
}

.footer-grid {
  display: grid;
  gap: var(--space-5);
}

.site-footer img {
  max-width: 180px;
}

.site-footer img.brand-logo {
  height: 58px;
  max-width: none;
  width: 224px;
}

.footer-brand {
  margin-bottom: var(--space-3);
}

.site-footer p {
  font-size: 0.9rem;
  max-width: 54ch;
}

.site-footer nav {
  display: grid;
  gap: 0;
}

.site-footer nav a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 0.88rem;
  font-weight: 800;
  min-height: 44px;
}

.footer-meta {
  color: var(--green) !important;
  font-weight: 850;
}

@media (min-width: 620px) {
  .hero .actions {
    display: flex;
    max-width: none;
  }

  .hero .button {
    width: auto;
  }

  .hero-facts li {
    padding: var(--space-3) var(--space-4);
  }

  .story-grid,
  .section-head-row,
  .contact-grid {
    align-items: end;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .story-grid {
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-media {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .collections .section-head-row {
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  }

  .craft-grid {
    align-items: center;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  }

  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-hub-topic-grid {
    grid-template-columns: 1fr;
  }

  .gift-item {
    grid-template-columns: 128px minmax(0, 1fr);
  }

  .visit-grid {
    align-items: end;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  }

  .visit-local {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    border-top: 0;
    padding-left: var(--space-5);
    padding-top: 0;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.35fr);
  }

}

@media (min-width: 740px) {
  .gift-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gift-item {
    display: block;
  }

  .gift-item img {
    aspect-ratio: 4 / 3;
    margin-bottom: var(--space-4);
  }

  .contact-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 920px) {
  body {
    font-size: 17px;
  }

  .header-inner {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 76px;
  }

  .brand {
    min-height: 60px;
    width: auto;
  }

  .brand img.brand-logo {
    height: 62px;
    width: 240px;
  }

  .primary-nav {
    align-items: center;
    display: flex;
    gap: 0.35rem;
    justify-content: flex-end;
  }

  .nav-item {
    position: relative;
  }

  .nav-parent {
    align-items: center;
    display: flex;
  }

  .primary-nav a,
  .submenu-toggle {
    align-items: center;
    display: inline-flex;
    font-size: 0.85rem;
    font-weight: 850;
    min-height: 44px;
    text-decoration: none;
  }

  .nav-parent > a,
  .nav-item:not(.has-submenu) > a {
    padding-inline: 0.55rem;
  }

  .has-submenu .nav-parent > a {
    padding-right: 0.2rem;
  }

  .submenu-toggle {
    background: transparent;
    border: 0;
    color: var(--ink);
    cursor: pointer;
    justify-content: center;
    min-height: 40px;
    padding: 0;
    width: 28px;
  }

  .nav-chevron {
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
    height: 6px;
    transform: rotate(45deg);
    transition: transform 160ms ease;
    width: 6px;
  }

  .submenu {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    display: grid;
    left: 0;
    min-width: 250px;
    opacity: 0;
    padding: var(--space-1);
    position: absolute;
    top: calc(100% + 0.35rem);
    transform: translateY(-6px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
    visibility: hidden;
    z-index: 40;
  }

  .submenu::before {
    content: "";
    height: 0.5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: -0.5rem;
  }

  .submenu a {
    border-radius: 4px;
    min-height: 42px;
    padding: 0.65rem 0.75rem;
    white-space: nowrap;
  }

  .submenu a:hover,
  .submenu a:focus-visible,
  .submenu a[aria-current="page"] {
    background: var(--soft);
  }

  .has-submenu.is-open .submenu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .submenu-toggle[aria-expanded="true"] .nav-chevron {
    transform: rotate(-135deg);
  }

  .primary-nav a:hover {
    color: var(--clay);
  }

  .primary-nav a[aria-current="page"] {
    color: var(--clay);
    text-decoration: underline 3px var(--clay);
    text-underline-offset: 0.35em;
  }

  .primary-nav .is-ancestor > .nav-parent > a {
    color: var(--clay);
  }

  .mobile-menu {
    display: none;
  }

  .hero {
    min-height: calc(100svh - 76px);
  }

  .hero-inner {
    padding-block: clamp(2.5rem, 7vh, 4.5rem) var(--space-4);
  }

  .hero-copy h1 {
    font-size: clamp(4.4rem, 5.6vw, 5.35rem);
    max-width: 11.5ch;
  }

  .hero .actions {
    align-items: center;
    display: flex;
    max-width: none;
  }

  .hero .button {
    width: auto;
  }

  .actions {
    margin-top: var(--space-4);
  }

  .hero-facts {
    margin-top: var(--space-6);
  }

  .hero-media img {
    object-position: center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, transparent 58%, rgba(16, 39, 31, 0.24) 100%),
      linear-gradient(90deg, rgba(251, 252, 248, 0.99) 0%, rgba(251, 252, 248, 0.93) 36%, rgba(251, 252, 248, 0.26) 66%, transparent 100%);
  }

  .story-grid {
    align-items: stretch;
    gap: var(--space-5);
    grid-template-columns: minmax(250px, 0.78fr) minmax(360px, 1.1fr) minmax(250px, 0.72fr);
  }

  .story-media {
    grid-column: auto;
    min-height: 260px;
  }

  .collection-mosaic {
    grid-auto-rows: 235px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .collection-tile,
  .collection-tile:last-child {
    grid-column: auto;
    min-height: 0;
  }

  .collection-tile:first-child {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 0;
  }

  .collection-copy {
    padding: var(--space-4);
  }

  .collection-copy span {
    font-size: 0.86rem;
    max-width: 42ch;
  }

  .craft-grid {
    gap: var(--space-8);
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  }

  .gift-grid,
  .topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gift-item h3 {
    font-size: 1.65rem;
  }

  .topic-item {
    display: block;
  }

  .topic-item img {
    aspect-ratio: 4 / 3;
    margin-bottom: var(--space-3);
  }

  .topic-item h3,
  .topic-item h2 {
    font-size: 1.45rem;
  }

  .contact-page-grid {
    align-items: center;
    gap: clamp(2.5rem, 5vw, 4.5rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  }
}

@media (min-width: 920px) and (max-width: 1199px) {
  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 68px;
  }

  .brand {
    min-height: 52px;
    width: auto;
  }

  .primary-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}

@media (min-width: 1200px) {
  .contact-page-hero {
    min-height: calc(86svh - 76px);
  }

  .primary-nav .nav-cta .nav-parent > a {
    background: var(--clay);
    border-radius: var(--radius);
    color: var(--white);
    padding-inline: 1rem;
  }

  .primary-nav .nav-cta .nav-parent > a:hover,
  .primary-nav .nav-cta .nav-parent > a:focus-visible {
    background: var(--ink-deep);
    color: var(--white);
  }

  .primary-nav .nav-cta .nav-parent > a[aria-current="page"] {
    background: transparent;
    color: var(--clay);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .collection-tile img {
    transition: none;
  }
}

@media (pointer: coarse) {
  .primary-nav a,
  .text-link,
  .site-footer a {
    min-height: 44px;
  }
}

.admin-bar .site-header {
  top: 32px;
}

.content-area {
  background: var(--paper);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.content-area .container,
.archive-hero .container {
  margin-inline: auto;
  max-width: var(--shell);
  padding-inline: clamp(1.15rem, 4vw, 2.5rem);
  width: 100%;
}

.layout {
  display: grid;
  gap: var(--space-6);
}

.entry-content,
.post-card,
.sidebar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.entry-content > * {
  max-width: 72ch;
}

.entry-content > :last-child,
.post-card > :last-child {
  margin-bottom: 0;
}

.post-list {
  display: grid;
  gap: var(--space-4);
}

.post-card h2 {
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  max-width: none;
}

.post-card h2 a {
  text-decoration-color: rgba(47, 102, 71, 0.25);
  text-underline-offset: 0.18em;
}

.post-meta,
.meta {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.archive-hero,
.page-intro {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.page-intro {
  align-items: center;
  display: grid;
  min-height: calc(85svh - 68px);
}

.page-intro-grid {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
}

.page-intro-visual {
  margin: 0;
}

.page-intro-visual img {
  aspect-ratio: 16 / 10;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
}

.archive-hero h1,
.page-intro h1 {
  margin-bottom: var(--space-4);
  max-width: 18ch;
}

.archive-hero .container > p:last-child,
.page-intro .container > p:last-child {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.65;
  max-width: 64ch;
}

.guide-index .topic-grid {
  margin-top: 0;
}

.guide-index-head {
  margin-bottom: var(--space-6);
}

.guide-article-head {
  display: grid;
  gap: clamp(2rem, 6vw, 5rem);
}

.guide-breadcrumb {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: var(--space-5);
}

.guide-breadcrumb a {
  color: var(--green-dark);
  text-underline-offset: 0.18em;
}

.guide-intro {
  color: var(--muted);
  font-size: clamp(1.08rem, 2.2vw, 1.3rem);
  line-height: 1.65;
  max-width: 58ch;
}

.guide-cover {
  align-self: center;
  margin: 0;
}

.guide-cover img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  object-fit: cover;
  width: 100%;
}

.guide-body {
  display: grid;
  gap: var(--space-6);
  max-width: 940px !important;
}

.guide-body > section {
  border-top: 1px solid var(--line);
  padding-block: var(--space-5);
}

.guide-body h2 {
  font-size: clamp(1.8rem, 4.2vw, 2.55rem);
  line-height: 1.08;
  max-width: 24ch;
}

.guide-body p,
.guide-body li {
  color: var(--muted);
  line-height: 1.75;
}

.guide-body p {
  max-width: 70ch;
}

.category-hub-intro {
  min-height: auto;
  padding-block: clamp(2.75rem, 6vw, 4.75rem);
}

.hub-breadcrumb {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 750;
  gap: 0.45rem;
  margin-bottom: var(--space-4);
}

.hub-breadcrumb a {
  color: var(--green-dark);
  min-height: 24px;
  text-underline-offset: 0.18em;
}

.category-hub-intro h1 {
  max-width: 13ch;
}

.category-hub-intro .lede {
  max-width: 52ch;
}

.category-hub-signals {
  margin: var(--space-5) 0 0;
  max-width: 560px;
}

.soap-method {
  background: var(--white);
}

.soap-method-grid,
.soap-label-checklist {
  list-style: none;
  margin: var(--space-6) 0 0;
  padding: 0;
}

.soap-method-grid {
  display: grid;
  gap: var(--space-4);
}

.soap-method-grid li {
  border-top: 2px solid var(--sage);
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 38px minmax(0, 1fr);
  padding-top: var(--space-4);
}

.soap-method-grid li > span,
.soap-label-checklist li > span {
  color: var(--clay);
  font-size: 0.75rem;
  font-weight: 900;
  padding-top: 0.25rem;
}

.soap-method-grid h3,
.soap-use-paths h3,
.soap-decision-grid h3 {
  font-size: clamp(1.45rem, 3vw, 1.8rem);
}

.soap-method-grid p,
.soap-use-paths p,
.soap-decision-grid p,
.soap-label-copy > p,
.soap-process-grid > div > p,
.soap-faq-list p,
.category-history-note p {
  color: var(--muted);
  line-height: 1.7;
}

.soap-method-grid p,
.soap-use-paths p,
.soap-decision-grid p {
  margin-bottom: 0;
}

.soap-use-paths {
  display: grid;
  gap: var(--space-5);
  margin-top: clamp(3rem, 7vw, 5rem);
}

.soap-use-paths article,
.soap-decision-grid article {
  border-top: 1px solid var(--line);
  padding-top: var(--space-4);
}

.soap-use-paths .text-link,
.soap-decision-grid .text-link {
  margin-top: var(--space-3);
}

.soap-label-section,
.soap-process-band {
  background: var(--soft);
}

.soap-label-layout,
.soap-process-grid,
.soap-faq-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 5.5rem);
}

.soap-label-copy h2,
.soap-process-grid h2,
.soap-faq-layout h2 {
  max-width: 20ch;
}

.soap-label-copy .story-lead,
.soap-process-grid .story-lead {
  max-width: 55ch;
}

.soap-label-checklist {
  border-bottom: 1px solid #cdd9cf;
}

.soap-label-checklist li {
  border-top: 1px solid #cdd9cf;
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 38px minmax(0, 1fr);
  padding-block: var(--space-3);
}

.soap-label-checklist strong {
  display: block;
  margin-bottom: 0.2rem;
}

.soap-label-checklist p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

.soap-decision-section {
  background: var(--white);
}

.soap-decision-grid {
  display: grid;
  gap: var(--space-5);
  margin-top: var(--space-6);
}

.soap-process-grid figure img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.soap-process-grid > div {
  align-self: center;
}

.soap-faq-section {
  background: var(--paper);
}

.soap-faq-list {
  border-bottom: 1px solid var(--line);
}

.soap-faq-list details {
  border-top: 1px solid var(--line);
}

.soap-faq-list summary {
  color: var(--ink-deep);
  cursor: pointer;
  font-family: "Newsreader Variable", Georgia, serif;
  font-size: clamp(1.25rem, 2.8vw, 1.55rem);
  font-weight: 650;
  line-height: 1.2;
  padding: var(--space-4) 2.25rem var(--space-4) 0;
  position: relative;
}

.soap-faq-list summary::after {
  color: var(--clay);
  content: "+";
  font-family: "Manrope Variable", system-ui, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 1.1rem;
}

.soap-faq-list details[open] summary::after {
  content: "−";
}

.soap-faq-list p {
  margin: 0;
  max-width: 66ch;
  padding: 0 2.25rem var(--space-4) 0;
}

.category-history-note {
  border-top: 1px solid var(--sage);
  margin-top: clamp(3rem, 7vw, 5rem);
  padding-top: var(--space-4);
}

.category-history-note p {
  font-size: 0.9rem;
  margin-bottom: 0;
  max-width: 78ch;
}

.category-history-note a {
  color: var(--green-dark);
  font-weight: 800;
  text-underline-offset: 0.18em;
}

.legal-hero {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.legal-hero-grid {
  display: grid;
  gap: clamp(2.5rem, 7vw, 5rem);
}

.legal-hero h1 {
  margin-bottom: var(--space-4);
  max-width: 12ch;
}

.legal-lede {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 64ch;
}

.legal-summary {
  border-block: 1px solid var(--sage);
  margin: 0;
}

.legal-summary div {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: var(--space-3);
  grid-template-columns: minmax(110px, 0.7fr) minmax(0, 1.3fr);
  padding-block: var(--space-3);
}

.legal-summary div:last-child {
  border-bottom: 0;
}

.legal-summary dt,
.legal-index-title,
.legal-section-number {
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.legal-summary dd {
  color: var(--ink-deep);
  font-weight: 750;
  margin: 0;
}

.legal-content {
  background: var(--paper);
  padding-block: clamp(3.5rem, 8vw, 6rem);
}

.legal-layout {
  display: grid;
  gap: clamp(2.5rem, 7vw, 5.5rem);
}

.legal-index {
  align-self: start;
  border-top: 2px solid var(--green);
  padding-top: var(--space-3);
}

.legal-index-title {
  margin-bottom: var(--space-2);
}

.legal-index nav {
  display: grid;
}

.legal-index a {
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--ink-deep);
  display: flex;
  font-size: 0.9rem;
  font-weight: 750;
  min-height: 44px;
  text-decoration: none;
}

.legal-index a:hover,
.legal-index a:focus-visible {
  color: var(--clay);
}

.legal-sections {
  display: grid;
}

.legal-sections > section {
  border-top: 1px solid var(--line);
  display: grid;
  gap: var(--space-3);
  padding-block: clamp(2.25rem, 5vw, 3.5rem);
  scroll-margin-top: 92px;
}

.legal-sections > section:first-child {
  border-top-color: var(--sage);
}

.legal-section-number {
  margin: 0;
}

.legal-sections h2 {
  font-size: clamp(1.85rem, 4vw, 2.55rem);
  line-height: 1.08;
  max-width: 25ch;
}

.legal-sections p,
.legal-sections address {
  color: var(--muted);
  line-height: 1.75;
  max-width: 70ch;
}

.legal-sections address {
  font-style: normal;
}

.legal-sections a:not(.button) {
  color: var(--green-dark);
  font-weight: 750;
  overflow-wrap: anywhere;
  text-decoration-color: rgba(47, 102, 71, 0.35);
  text-underline-offset: 0.18em;
}

.legal-sections .button {
  margin-top: var(--space-2);
}

.guide-points {
  border-left: 3px solid var(--sage);
  display: grid;
  gap: 0.55rem;
  margin: var(--space-4) 0 0;
  padding-left: var(--space-4);
}

.guide-points li::marker {
  color: var(--clay);
}

.guide-note {
  background: var(--soft);
  border-left: 3px solid var(--green);
  padding: var(--space-4);
}

.guide-note p:last-child {
  margin-bottom: 0;
}

.guide-next,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: var(--space-5);
}

.hero-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 920px) {
  .page-intro {
    min-height: calc(85svh - 76px);
  }

  .page-intro.category-hub-intro {
    min-height: auto;
  }

  .page-intro-grid {
    align-items: center;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.7fr);
  }

  .page-intro-visual img {
    aspect-ratio: 4 / 5;
    max-height: 560px;
  }

  .guide-article-head {
    align-items: center;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }

  .soap-method-grid,
  .soap-use-paths,
  .soap-decision-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-hub-topic-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .soap-label-layout,
  .soap-process-grid,
  .soap-faq-layout {
    align-items: start;
    grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  }

  .soap-process-grid {
    align-items: center;
  }

  .legal-hero-grid {
    align-items: end;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  }

  .legal-layout {
    grid-template-columns: minmax(210px, 0.28fr) minmax(0, 0.72fr);
  }

  .legal-index {
    position: sticky;
    top: 108px;
  }

  .legal-sections > section {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  }

  .layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 619px) {
  .category-hub-intro .actions {
    display: grid;
  }

  .category-hub-intro .button {
    justify-content: center;
    width: 100%;
  }
}
