:root {
  --sidebar-width: 300px;
  --sidebar-collapsed-width: 72px;
  --sidebar-duration: 260ms;
  --sidebar-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ink: #1a110b;
  --black-ink: #100b07;
  --leaf-900: #243615;
  --leaf-700: #4b6a24;
  --leaf-500: #78913a;
  --lemon-500: #f2cf3a;
  --lemon-300: #ffe77c;
  --pickle-600: #b9521d;
  --pickle-500: #d06925;
  --chilli-600: #9c2b1e;
  --paper-50: #fff8d6;
  --paper-100: #f7e7a6;
  --paper-200: #e8cd75;
  --wood-600: #7f4a24;
  --muted: #67513c;
  --white: #ffffff;
  --shadow: 0 22px 58px rgba(26, 17, 11, 0.22);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-left: var(--sidebar-width);
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 231, 124, 0.52), transparent 0 18rem),
    radial-gradient(circle at 94% 8%, rgba(120, 145, 58, 0.24), transparent 0 20rem),
    linear-gradient(180deg, var(--paper-50), #f6e0a2 48%, #fff6ca);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  transition: padding-left var(--sidebar-duration) var(--sidebar-ease);
  will-change: padding-left;
}

body.sidebar-collapsed,
html.sidebar-collapsed body {
  padding-left: var(--sidebar-collapsed-width);
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -100%;
  z-index: 20;
  padding: 0.75rem 1rem;
  background: var(--black-ink);
  color: var(--white);
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 10;
  display: flex;
  width: var(--sidebar-width);
  flex-direction: column;
  background: rgba(255, 248, 214, 0.95);
  border-right: 3px solid var(--black-ink);
  border-bottom: 0;
  backdrop-filter: blur(18px);
  box-shadow: 10px 0 30px rgba(26, 17, 11, 0.12);
  transform: translate3d(0, 0, 0);
  transition:
    width var(--sidebar-duration) var(--sidebar-ease),
    box-shadow var(--sidebar-duration) var(--sidebar-ease);
  will-change: width;
}

body.sidebar-collapsed .site-header,
html.sidebar-collapsed .site-header {
  box-shadow: none;
  width: var(--sidebar-collapsed-width);
}

.nav {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 5.25rem 1.25rem 1.25rem;
  transition:
    gap var(--sidebar-duration) var(--sidebar-ease),
    padding var(--sidebar-duration) var(--sidebar-ease);
}

.brand {
  display: grid;
  align-items: center;
  justify-items: center;
  gap: 0.95rem;
  min-width: 0;
  padding: 0.2rem 0 1rem;
  transition: padding var(--sidebar-duration) var(--sidebar-ease);
}

.brand-meta {
  display: grid;
  min-height: 68px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.brand-label {
  position: relative;
  display: block;
  width: 154px;
  min-width: 154px;
  min-height: 68px;
  height: 68px;
  padding: 0;
  overflow: hidden;
  border: 3px solid var(--black-ink);
  border-radius: 6px;
  background: var(--lemon-300);
  box-shadow: 4px 4px 0 var(--black-ink);
  transform: rotate(-1deg);
  transition:
    width var(--sidebar-duration) var(--sidebar-ease),
    min-width var(--sidebar-duration) var(--sidebar-ease),
    height var(--sidebar-duration) var(--sidebar-ease),
    min-height var(--sidebar-duration) var(--sidebar-ease),
    box-shadow var(--sidebar-duration) var(--sidebar-ease);
}

.brand-label img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-label::before,
.brand-label::after {
  display: none;
}

.brand strong {
  display: block;
  font-family: Rye, Fraunces, Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.1;
  color: var(--black-ink);
}

body.sidebar-collapsed .nav,
html.sidebar-collapsed .nav {
  gap: 0.75rem;
  padding: 5.25rem 0.6rem 0.8rem;
}

body.sidebar-collapsed .brand,
html.sidebar-collapsed .brand {
  padding: 0 0 0.5rem;
}

body.sidebar-collapsed .brand-label,
html.sidebar-collapsed .brand-label {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  box-shadow: none;
}

body.sidebar-collapsed .brand-meta,
html.sidebar-collapsed .brand-meta {
  display: none;
}

.brand small {
  display: block;
  color: var(--wood-600);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.nav-menu {
  display: grid;
  gap: 0.65rem;
  transition: gap var(--sidebar-duration) var(--sidebar-ease);
}

.nav-menu a,
.nav-cta {
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-menu a {
  color: var(--black-ink);
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.8rem 0.95rem;
  border: 2px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--paper-50);
  overflow: hidden;
  white-space: nowrap;
  transition:
    gap var(--sidebar-duration) var(--sidebar-ease),
    justify-content var(--sidebar-duration) var(--sidebar-ease),
    padding var(--sidebar-duration) var(--sidebar-ease),
    min-height var(--sidebar-duration) var(--sidebar-ease),
    box-shadow var(--sidebar-duration) var(--sidebar-ease);
}

.nav-menu a[aria-current="page"] {
  background: var(--lemon-300);
  box-shadow: 3px 3px 0 var(--black-ink);
}

.nav-cta {
  margin-top: auto;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 0.85rem 1.15rem;
  border: 2px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--lemon-300);
  color: var(--black-ink);
  box-shadow: 3px 3px 0 var(--black-ink);
  overflow: hidden;
  white-space: nowrap;
  transition:
    gap var(--sidebar-duration) var(--sidebar-ease),
    padding var(--sidebar-duration) var(--sidebar-ease),
    min-height var(--sidebar-duration) var(--sidebar-ease),
    box-shadow var(--sidebar-duration) var(--sidebar-ease);
}

.nav-icon {
  display: inline-grid;
  width: 22px;
  min-width: 22px;
  height: 22px;
  place-items: center;
  font-size: 1rem;
  line-height: 1;
}

.nav-text {
  overflow: hidden;
  opacity: 1;
  transition:
    opacity 120ms ease,
    max-width var(--sidebar-duration) var(--sidebar-ease);
  max-width: 180px;
}

body.sidebar-collapsed .nav-menu,
html.sidebar-collapsed .nav-menu {
  gap: 0.55rem;
}

body.sidebar-collapsed .nav-menu a,
html.sidebar-collapsed .nav-menu a,
body.sidebar-collapsed .nav-cta,
html.sidebar-collapsed .nav-cta {
  min-height: 48px;
  justify-content: center;
  gap: 0;
  padding: 0.65rem;
  box-shadow: none;
}

body.sidebar-collapsed .nav-text,
html.sidebar-collapsed .nav-text {
  max-width: 0;
  opacity: 0;
}

.nav-toggle {
  position: fixed;
  top: 1rem;
  left: 0.85rem;
  z-index: 20;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: 2px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--lemon-300);
  box-shadow: 3px 3px 0 var(--black-ink);
  transform: translate3d(0, 0, 0);
  transition:
    transform 140ms ease,
    box-shadow 140ms ease;
}

body.sidebar-collapsed .nav-toggle,
html.sidebar-collapsed .nav-toggle {
  left: 0.85rem;
}

.nav-toggle:hover {
  transform: translate3d(0, -1px, 0);
}

.nav-toggle:active {
  box-shadow: 1px 1px 0 var(--black-ink);
  transform: translate3d(2px, 2px, 0);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--black-ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(1220px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 5vw, 5rem) 0 clamp(2rem, 4vw, 3.5rem);
}

.hero-landscape {
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 3rem);
  width: 100%;
  padding: 1rem 1rem clamp(2rem, 4vw, 3.5rem);
}

.hero-landscape .hero-image-wrap {
  order: -1;
  width: 100%;
  justify-self: stretch;
}

.hero-landscape .hero-content {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-left: 0;
  text-align: center;
}

.hero-landscape .hero-logo {
  width: min(100%, 920px);
  margin: 0 auto;
  justify-items: center;
}

.hero-landscape .hero-logo span:first-child {
  font-size: clamp(5.4rem, 12vw, 12rem);
}

.hero-landscape .hero-logo span:last-child {
  font-size: clamp(2rem, 5.2vw, 4.6rem);
}

.hero-landscape .hero-copy {
  margin-right: auto;
  margin-left: auto;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: clamp(1rem, 2vw, 1.4rem);
  border-left: 6px solid var(--black-ink);
  background:
    linear-gradient(90deg, rgba(255, 231, 124, 0.54), rgba(255, 248, 214, 0.22));
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--chilli-600);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--black-ink);
  font-family: Fraunces, Georgia, serif;
  line-height: 1;
}

h1 {
  max-width: 9ch;
  font-size: clamp(4rem, 10vw, 8.6rem);
  letter-spacing: 0;
}

.hero-logo {
  position: relative;
  display: inline-grid;
  gap: 0.2rem;
  max-width: 780px;
  padding: clamp(1rem, 2vw, 1.55rem);
  border: 4px solid var(--black-ink);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 4% 12%, var(--leaf-700) 0 0.3rem, transparent 0.32rem),
    radial-gradient(circle at 96% 78%, var(--pickle-500) 0 0.35rem, transparent 0.37rem),
    linear-gradient(135deg, rgba(75, 106, 36, 0.16), transparent 0 30%),
    var(--lemon-300);
  box-shadow: 7px 7px 0 var(--black-ink);
  transform: rotate(-1.2deg);
}

.hero-logo span:first-child {
  font-family: "Berkshire Swash", Fraunces, Georgia, serif;
  font-size: clamp(4.3rem, 10vw, 9rem);
  line-height: 0.82;
}

.hero-logo span:last-child {
  font-family: Rye, Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 3.5vw, 3.2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-copy {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: var(--leaf-900);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
}

.hero-actions,
.section-heading,
.site-footer,
.contact dl,
.hero-actions {
  display: flex;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.3rem;
  border: 0;
  border-radius: var(--radius);
  font-weight: 900;
  cursor: pointer;
}

.button-primary {
  background: var(--black-ink);
  color: var(--lemon-300);
  box-shadow: 4px 4px 0 var(--pickle-600);
}

.button-secondary {
  background: var(--paper-50);
  color: var(--black-ink);
  box-shadow: inset 0 0 0 2px var(--black-ink);
}

.hero-image-wrap {
  position: relative;
  overflow: hidden;
  border: 5px solid var(--black-ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 1.08 / 1;
  background: var(--paper-100);
}

.hero-image-wide {
  aspect-ratio: 16 / 9;
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 7vw, 6rem);
  border: 3px solid var(--black-ink);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 231, 124, 0.44), transparent),
    var(--paper-50);
  box-shadow: 6px 6px 0 var(--black-ink);
}

.feature-strip article {
  min-height: 170px;
  padding: clamp(1.25rem, 3vw, 2rem);
}

.feature-strip article + article {
  border-left: 3px solid var(--black-ink);
}

.feature-strip span {
  display: inline-block;
  margin-bottom: 1rem;
  color: var(--chilli-600);
  font-size: 0.82rem;
  font-weight: 900;
}

.feature-strip h2,
.care-grid h3 {
  font-size: 1.35rem;
}

.feature-strip p,
.product-card p,
.story-content p,
.care-grid p,
.contact-copy p,
.site-footer p {
  color: var(--muted);
}

.section {
  padding: clamp(3rem, 7vw, 6rem) 1rem;
}

.page-hero {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(2rem, 5vw, 4rem);
}

.page-hero h1 {
  max-width: 860px;
  font-size: clamp(3.3rem, 8vw, 7.4rem);
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--leaf-900);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
}

.section-light {
  background:
    repeating-linear-gradient(135deg, rgba(26, 17, 11, 0.04) 0 1px, transparent 1px 12px),
    var(--paper-100);
}

.section-heading {
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, 100%);
  margin: 0 auto 2rem;
}

.section-heading.centered {
  display: block;
  max-width: 680px;
  text-align: center;
}

.section-heading h2,
.story-content h2,
.contact-copy h2 {
  max-width: 760px;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
}

.section-heading a {
  color: var(--black-ink);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

.landscape-feature {
  width: 100%;
  padding: 0 1rem clamp(3rem, 7vw, 6rem);
}

.landscape-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 5px solid var(--black-ink);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  object-fit: cover;
}

.product-grid,
.care-grid {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  gap: 1rem;
}

.product-grid {
  grid-template-columns: repeat(4, 1fr);
}

.product-grid-single {
  grid-template-columns: minmax(260px, 430px);
  justify-content: center;
}

.product-card {
  overflow: hidden;
  border: 3px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--paper-50);
  box-shadow: 5px 5px 0 var(--black-ink);
}

.product-art {
  position: relative;
  display: grid;
  min-height: 220px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(255, 248, 214, 0.76), transparent 0 58%),
    linear-gradient(135deg, rgba(75, 106, 36, 0.24), rgba(242, 207, 58, 0.55));
}

.product-art::before,
.product-art::after {
  content: "";
  position: absolute;
  border-radius: 8px 8px 18px 18px;
}

.product-art::before {
  width: 88px;
  height: 138px;
  bottom: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.42));
  border: 2px solid rgba(26, 17, 11, 0.28);
  box-shadow: inset 10px 0 16px rgba(255, 255, 255, 0.5), 0 16px 24px rgba(26, 17, 11, 0.18);
}

.product-art::after {
  width: 72px;
  height: 74px;
  bottom: 42px;
  background: var(--jar-color);
  box-shadow: 0 -55px 0 -26px var(--black-ink), inset 0 0 0 999px rgba(255, 255, 255, 0.03);
}

.product-photo {
  background:
    linear-gradient(rgba(23, 60, 40, 0.08), rgba(23, 60, 40, 0.08)),
    url("assets/bellas-lemon-pickle.png") center 45% / cover;
}

.product-photo::before,
.product-photo::after {
  display: none;
}

.jar-green {
  --jar-color: #7d963b;
}

.jar-yellow {
  --jar-color: #d7a637;
}

.jar-red {
  --jar-color: #b6402b;
}

.jar-orange {
  --jar-color: #ca6b2f;
}

.product-body {
  padding: 1.2rem;
  border-top: 3px solid var(--black-ink);
}

.product-type {
  margin: 0 0 0.35rem;
  color: var(--chilli-600);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-body h3 {
  font-size: 1.45rem;
}

.product-link {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border-radius: var(--radius);
  background: var(--black-ink);
  color: var(--lemon-300);
  font-weight: 900;
}

.add-enquiry {
  width: 100%;
  min-height: 44px;
  margin-top: 1rem;
  border: 0;
  border-radius: var(--radius);
  background: var(--black-ink);
  color: var(--lemon-300);
  font-weight: 900;
  cursor: pointer;
}

.add-enquiry.added {
  background: var(--leaf-700);
}

.story {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

#story {
  grid-template-columns: 1fr;
  width: 100%;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(3rem, 7vw, 6rem) 1rem;
}

#story .story-image-crafted {
  width: 100%;
  justify-self: stretch;
}

#story .story-content {
  width: min(980px, 100%);
  margin: 0 auto;
}

.page-story {
  grid-template-columns: 1fr;
  width: 100%;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: 1rem 1rem clamp(3rem, 7vw, 6rem);
}

.page-story .story-image-heritage {
  width: 100%;
  justify-self: stretch;
}

.page-story .story-content {
  width: min(980px, 100%);
  margin: 0 auto;
}

.product-detail,
.paygate-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 clamp(3rem, 7vw, 6rem);
}

.product-detail-image,
.order-summary,
.order-summary-image {
  overflow: hidden;
  border: 4px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--paper-100);
  box-shadow: 6px 6px 0 var(--black-ink);
}

.product-detail-image {
  aspect-ratio: 4 / 5;
}

.product-detail-image img,
.order-summary-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-detail-content h2,
.order-summary h2 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);
}

.product-detail-content p {
  color: var(--muted);
  font-size: 1.05rem;
}

.product-facts {
  display: grid;
  gap: 0.85rem;
  margin: 1.5rem 0 0;
}

.product-facts div {
  padding: 0.9rem 1rem;
  border: 2px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--paper-50);
}

.product-facts dt {
  color: var(--chilli-600);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0.2rem 0 0;
  font-weight: 800;
}

.paygate-layout {
  align-items: start;
}

.order-summary {
  display: grid;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.order-summary-image {
  aspect-ratio: 4 / 5;
  box-shadow: none;
}

.paygate-form {
  align-self: stretch;
}

.contact-compact {
  grid-template-columns: 1fr;
  padding-top: 0;
}

.story-image {
  display: grid;
  min-height: 500px;
  place-items: center;
  border: 5px solid var(--black-ink);
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(26, 17, 11, 0.22), rgba(26, 17, 11, 0.22)),
    url("assets/bellas-lemon-pickle.png") center / cover;
}

.story-image div {
  width: min(58%, 280px);
  aspect-ratio: 1;
  border: 18px solid rgba(255, 231, 124, 0.86);
  border-radius: 999px;
}

.story-image-crafted,
.story-image-heritage {
  min-height: 0;
  aspect-ratio: 16 / 9;
  background: var(--black-ink);
}

.story-image-crafted img,
.story-image-heritage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-content p {
  max-width: 690px;
  font-size: 1.02rem;
}

.care-grid {
  grid-template-columns: repeat(3, 1fr);
}

.care-grid article {
  min-height: 210px;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 3px solid var(--black-ink);
  border-radius: var(--radius);
  background: var(--paper-50);
  box-shadow: 5px 5px 0 var(--black-ink);
}

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.contact dl {
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem 0 0;
}

.contact dt {
  color: var(--chilli-600);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact dd {
  margin: 0.25rem 0 0;
  font-weight: 800;
}

.enquiry-form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: var(--radius);
  border: 4px solid var(--black-ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(242, 207, 58, 0.2), transparent 0 10rem),
    var(--leaf-900);
  color: var(--paper-50);
  box-shadow: var(--shadow);
}

.enquiry-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 2px solid var(--black-ink);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  outline: none;
}

.enquiry-form input {
  min-height: 48px;
  padding: 0 0.9rem;
}

.enquiry-form textarea {
  min-height: 160px;
  padding: 0.9rem;
  resize: vertical;
}

.enquiry-form .button {
  background: var(--lemon-300);
  color: var(--black-ink);
  box-shadow: 4px 4px 0 var(--black-ink);
}

.site-footer {
  justify-content: space-between;
  gap: 1rem;
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 2rem 0;
  border-top: 3px solid var(--black-ink);
}

.site-footer strong {
  font-family: "Berkshire Swash", Fraunces, Georgia, serif;
  font-size: 1.4rem;
}

.site-footer p {
  margin: 0.3rem 0 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  font-weight: 900;
}

@media (max-width: 1000px) {
  .hero,
  .story,
  .contact,
  .product-detail,
  .paygate-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-image-wrap {
    order: -1;
    width: min(100%, 720px);
    justify-self: center;
    max-height: none;
    aspect-ratio: 4 / 5;
    background:
      radial-gradient(circle at 50% 42%, rgba(255, 231, 124, 0.36), transparent 0 62%),
      var(--paper-100);
  }

  .hero-image-wrap img {
    object-fit: contain;
    object-position: center;
  }

  .hero-image-wide {
    aspect-ratio: 16 / 9;
  }

  .hero-image-wide img {
    object-fit: cover;
  }

  h1 {
    max-width: 10ch;
  }

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

  .product-grid-single {
    grid-template-columns: minmax(260px, 430px);
  }

  .product-detail-image,
  .order-summary {
    width: min(100%, 720px);
    justify-self: center;
  }
}

@media (max-width: 720px) {
  :root {
    --sidebar-width: min(280px, calc(100vw - 0.75rem));
    --sidebar-collapsed-width: 64px;
  }

  body,
  body.sidebar-collapsed,
  html.sidebar-collapsed body {
    padding-left: 0;
    overflow-x: hidden;
  }

  main {
    margin-left: var(--sidebar-collapsed-width);
    width: calc(100vw - var(--sidebar-collapsed-width));
    max-width: calc(100vw - var(--sidebar-collapsed-width));
    overflow-x: hidden;
  }

  .site-header {
    width: var(--sidebar-width);
    max-width: calc(100vw - 0.75rem);
    box-shadow: 10px 0 30px rgba(26, 17, 11, 0.18);
  }

  body.sidebar-collapsed .site-header,
  html.sidebar-collapsed .site-header {
    width: var(--sidebar-collapsed-width);
    box-shadow: none;
  }

  .nav {
    padding: 5rem 0.65rem 0.8rem;
  }

  .nav-toggle,
  body.sidebar-collapsed .nav-toggle,
  html.sidebar-collapsed .nav-toggle {
    left: 0.65rem;
    width: 42px;
    height: 42px;
  }

  .nav-menu a,
  .nav-cta {
    min-height: 46px;
    padding: 0.7rem;
    font-size: 0.9rem;
  }

  .nav-icon {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }

  .brand small {
    display: none;
  }

  .hero {
    width: 100%;
    padding: 0.65rem 0.65rem 2rem;
  }

  .hero-landscape {
    padding: 0.65rem 0.65rem 2rem;
  }

  .hero-landscape .hero-content {
    padding: 0.95rem 0.7rem;
  }

  .hero-copy {
    font-size: 1rem;
  }

  .landscape-feature,
  #story,
  .page-story {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .section {
    padding-right: 0.65rem;
    padding-left: 0.65rem;
  }

  .page-hero,
  .contact,
  .product-detail,
  .paygate-layout {
    width: calc(100% - 1.3rem);
  }

  .site-footer {
    margin-left: calc(var(--sidebar-collapsed-width) + 0.65rem);
    width: calc(100vw - var(--sidebar-collapsed-width) - 1.3rem);
  }

  .page-hero {
    padding-top: 2rem;
  }

  .page-hero h1,
  .section-heading h2,
  .story-content h2,
  .contact-copy h2,
  .product-detail-content h2,
  .order-summary h2 {
    max-width: 100%;
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .hero-actions .button {
    width: 100%;
  }

  .feature-strip,
  .care-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .feature-strip article + article {
    border-left: 0;
    border-top: 3px solid var(--black-ink);
  }

  .section-heading,
  .site-footer {
    display: block;
  }

  .section-heading a {
    display: inline-block;
    margin-top: 1rem;
  }

  .story-image {
    min-height: 0;
  }

  .contact dl {
    display: grid;
  }

  .enquiry-form {
    box-shadow: 5px 5px 0 var(--black-ink);
  }

  .site-footer nav {
    margin-top: 1rem;
  }
}
