@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Michroma&display=swap");
:root {
  color-scheme: dark;
  --paper: #000;
  --ink: #fff;
  --accent: #a10f2e;
  --grey: #171717;
  --line: #393939;
  --muted: #bfbfbf;
  --image-radius: 16px;
  --button-radius: 999px;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
p {
  line-height: 1.65;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  touch-action: manipulation;
}
button {
  cursor: pointer;
  border-radius: var(--button-radius);
}
button {
  border: 0;
  background: none;
  color: inherit;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
h1,
h2,
h3,
.wordmark,
.eyebrow,
nav,
.button,
.text-link,
legend,
.basket-toggle,
.menu-toggle {
  font-family: Michroma, Arial, sans-serif;
}
h1,
h2,
h3 {
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
}
h1 {
  font-size: clamp(2rem, 4.5vw, 4rem);
}
h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
}
h3 {
  font-size: 0.87rem;
  line-height: 1.7;
}
img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.hero-image,
.card-image,
.gallery-main {
  border-radius: var(--image-radius);
  overflow: hidden;
}
.hero-image > img,
.card-image img,
.gallery-main img,
#lightbox img {
  border-radius: var(--image-radius);
}
.thumbnails button,
.basket-item img {
  border-radius: 12px;
  overflow: hidden;
}
.thumbnails img {
  border-radius: 10px;
}
header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--paper);
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 4vw;
  border-bottom: 1px solid var(--line);
  gap: 28px;
}
.wordmark {
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0.12em;
}
nav {
  display: flex;
  gap: 28px;
  font-size: 0.75rem;
}
nav a {
  padding: 12px 0;
}
nav a[aria-current],
nav a:hover,
.text-link:hover {
  color: var(--accent);
}
.basket-toggle {
  font-size: 0.75rem;
  white-space: nowrap;
  padding: 14px 0;
}
.basket-toggle span {
  color: var(--accent);
}
.preview-banner {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
  padding: 9px 20px;
  background: var(--grey);
  color: var(--ink);
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 840px);
  align-items: center;
  padding-bottom: 40px;
}
.hero-copy {
  padding: 72px 4vw 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eyebrow {
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
  margin: 0 0 28px;
}
.hero h1 {
  font-size: clamp(2rem, 4.1vw, 4.4rem);
  letter-spacing: -0.035em;
  line-height: 1.35;
}
.red {
  color: var(--accent);
}
.tagline {
  font-size: 1.4rem;
  line-height: 1.55;
  margin: 26px 0 32px;
}
.button {
  border-radius: var(--button-radius);
  background: var(--accent);
  color: white;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 21px 26px;
  font-size: 0.78rem;
  min-height: 60px;
  transition: background 0.15s;
  text-decoration: none;
}
.button:hover {
  background: #780920;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.add-button,
.contact-form .button {
  background: #fff;
  color: #000;
}
.add-button:hover,
.contact-form .button:hover {
  background: #e9e9e9;
}
.hero-note {
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: auto;
  padding-top: 38px;
}
.hero-image {
  position: relative;
  background: var(--grey);
  display: flex;
  flex-direction: column;
  width: calc((100% - 8vw) * 2 / 3);
  max-width: 560px;
  justify-self: center;
}
.hero-image > img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 1;
  object-fit: contain;
}
.hero-caption {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 24px 32px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  border-top: 1px solid var(--line);
}
.hero-caption b {
  font-weight: 500;
  text-transform: uppercase;
}
.manifesto {
  padding: 24px 4vw;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  border-block: 1px solid var(--line);
  display: flex;
  justify-content: center;
  gap: 22px;
}
.manifesto span {
  color: var(--accent);
}
.section {
  padding: 40px 4vw;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  margin-bottom: 22px;
}
.section-title .eyebrow {
  margin-bottom: 18px;
}
.section-title p {
  color: var(--muted);
  font-size: 0.9rem;
}
.text-link {
  font-size: 0.75rem;
  line-height: 1.8;
  display: inline-flex;
  justify-content: space-between;
  gap: 30px;
  padding: 10px 0;
  border-bottom: 1px solid var(--ink);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}
.product-grid:has(> .card:nth-child(2):last-child) {
  grid-template-columns: repeat(2, minmax(0, 720px));
}
.card-image {
  display: block;
  width: 95%;
  margin-inline: auto;
  position: relative;
  background: var(--grey);
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  transition: transform 0.3s;
}
.card-image:hover img {
  transform: scale(1.025);
}
.object-label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}
.card-title {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  align-items: start;
}
.card h3 {
  text-transform: uppercase;
  font-size: 0.8rem;
}
.card-title p {
  white-space: nowrap;
  margin: 0;
  font-size: 0.95rem;
}

/* Homepage product cards: centre the title and price beneath the image. */
.homepage-products .card-title {
  width: 95%;
  margin-inline: auto;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  text-align: center;
}
.homepage-products .card-title p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
}
.card > .text-link {
  margin-top: 12px;
  font-size: 0.75rem;
}
.principles {
  border-block: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 9vw;
}
.principle-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
.principle-grid h3 {
  font-size: 0.75rem;
  color: var(--accent);
}
.principle-grid p {
  margin: 12px 0 0;
}

/* Homepage reviews are separated from the product grid and footer by divider lines. */
.homepage-reviews {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.reviews-feed {
  padding: 20px 0;
  color: var(--muted);
}
.review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.review-list blockquote {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 24px 0;
  color: var(--ink);
}
.review-list cite {
  font-size: 0.75rem;
  font-style: normal;
  color: var(--muted);
  letter-spacing: 0.06em;
}
.stars {
  color: var(--accent);
  letter-spacing: 0.1em;
}
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12vw;
  border-top: 1px solid var(--line);
}
.about h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  text-transform: uppercase;
}
.about p:first-child {
  margin-top: 0;
}
.closing {
  padding: 80px 4vw;
  text-align: center;
  background: var(--grey);
}
.closing .button {
  margin-top: 32px;
}
footer {
  padding: 32px 4vw 28px;
  border-top: 1px solid var(--line);
}
footer p {
  font-size: 0.875rem;
  color: var(--muted);
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  font-size: 0.875rem;
  white-space: nowrap;
}
.copyright {
  margin: 32px -4vw 0;
  padding: 32px 4vw 0;
  border-top: 1px solid var(--line);
  text-align: center;
}
.breadcrumb {
  padding: 32px 4vw;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}
.product-detail {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 6vw;
  padding: 0 4vw 40px;
}
.gallery-main {
  padding: 0;
  width: 100%;
  background: var(--grey);
}
.gallery-main img {
  width: 100%;
  height: auto;
}
.gallery-video {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #000;
  border-radius: var(--image-radius);
}
.gallery-video[hidden],
.gallery-main[hidden] {
  display: none;
}
.thumbnails [data-video] {
  position: relative;
}
.video-badge {
  position: absolute;
  inset: auto 0 0;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 10px;
}
.thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 16px 0;
}
.thumbnails button {
  flex: 0 0 70px;
  padding: 0;
  width: 70px;
  border: 1px solid var(--line);
}
.thumbnails button[aria-pressed="true"] {
  border: 2px solid var(--accent);
}
.thumbnails img {
  height: auto;
}
.muted {
  color: var(--muted);
  font-size: 0.875rem;
}
.purchase {
  padding-top: 28px;
}
.purchase h1 {
  font-size: clamp(1.3rem, 2vw, 2.1rem);
  text-transform: uppercase;
}
.product-title-kicker,
.product-title-main,
.product-title-subtitle {
  display: block;
}
.purchase .product-title-kicker {
  font-size: 0.64em;
  margin-bottom: 0.4em;
  letter-spacing: 0.035em;
}
.purchase .product-title-kicker + .product-title-main {
  font-size: 1em;
}
.purchase .product-title-subtitle {
  font-size: 0.72em;
  margin-top: 0.35em;
}
.card .product-title-kicker {
  font-size: 0.82em;
  margin-bottom: 2px;
}
.card .product-title-kicker + .product-title-main {
  font-size: 1em;
}
.card .product-title-subtitle {
  font-size: 0.88em;
  margin-top: 2px;
}
.purchase .eyebrow {
  margin-bottom: 24px;
}
.description {
  font-size: 1rem;
  color: var(--muted);
  margin: 22px 0;
}
.price {
  font-size: 2rem;
  margin: 26px 0 0;
}
.price-note {
  font-size: 0.875rem;
  margin: 4px 0 28px;
  color: var(--muted);
}
.product-free-delivery {
  color: var(--ink);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
}
.product-free-delivery strong,
.delivery > strong {
  font-family: Michroma, Arial, sans-serif;
  font-weight: 400;
}
fieldset {
  border: 0;
  margin: 0 0 28px;
  padding: 0;
}
legend {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.options label {
  position: relative;
  flex: 1;
  min-width: 140px;
}
.options input {
  position: absolute;
  opacity: 0;
}
.options span {
  display: flex;
  border-radius: var(--button-radius);
  border: 1px solid #686868;
  min-height: 56px;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 14px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
.options input:checked + span {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.options input:focus-visible + span {
  outline: 3px solid var(--ink);
  outline-offset: 4px;
}
.option-note {
  font-size: 0.875rem;
  color: var(--muted);
}
.add-button {
  width: fit-content;
  margin: 10px 0 20px;
}
.delivery {
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.delivery p {
  font-size: 0.875rem;
  margin: 14px 0;
}
.delivery span {
  display: block;
  font-family: Michroma, Arial, sans-serif;
  letter-spacing: 0.07em;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.delivery strong {
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  display: block;
  margin: 22px 0;
}
.product-delivery-inline .delivery {
  margin-top: 12px;
  padding-top: 18px;
}
.product-delivery-inline .delivery strong {
  display: none;
}
.product-delivery-inline .delivery p {
  margin: 0 0 26px;
  font-size: 1rem;
  line-height: 1.65;
}
.product-delivery-inline .delivery span {
  font-size: 1rem;
  line-height: 1.65;
  letter-spacing: 0;
}
.product-delivery-inline .delivery p:last-child {
  margin-bottom: 0;
}
.product-details-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.product-details-section > div {
  max-width: 960px;
}
.product-details-section > div > :first-child {
  margin-top: 0;
}
.product-details-section > div > :last-child {
  margin-bottom: 0;
}
.product-details-section ul {
  padding-left: 20px;
  line-height: 1.8;
}
.product-details-section .detail-section:first-of-type {
  margin-top: 0;
}
.product-lower {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 0;
  border-bottom: 1px solid var(--line);
}
.product-more {
  padding-bottom: 36px;
  margin-bottom: 0;
  border-bottom: 0;
}

.product-lower h2,
.product-more h2 {
  font-size: clamp(1.3rem, 1.9vw, 1.85rem);
}
.product-lower ul {
  padding-left: 20px;
  line-height: 1.8;
}
.editorial {
  max-width: 960px;
  margin: auto;
  min-height: 55vh;
}

.delivery-page {
  padding-top: 32px;
}
.delivery-page .delivery {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}

.editorial h1 {
  margin-bottom: 40px;
}
.editorial h2 {
  font-size: 1.2rem;
  margin-top: 36px;
}
.editorial a:not(.button) {
  text-decoration: underline;
}
.owner-note {
  border-left: 3px solid var(--accent);
  background: var(--grey);
  padding: 22px;
}
.shop {
  padding-top: 40px;
}

.contact-form {
  margin-top: 30px;
  max-width: 760px;
}
.contact-page .contact-form {
  margin-top: 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.contact-form label {
  display: block;
  margin-bottom: 20px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.contact-form label span {
  color: var(--muted);
  text-transform: none;
  letter-spacing: 0;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #686868;
  border-radius: 12px;
  background: var(--grey);
  color: var(--ink);
  font: inherit;
}
.contact-form textarea {
  resize: vertical;
  min-height: 160px;
}
.contact-form .button {
  min-width: 0;
}
.contact-status {
  min-height: 1.65em;
  margin: 14px 0 0;
  color: var(--muted);
}
.contact-email-fallback {
  margin-top: 24px;
}
.contact-honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
dialog {
  border: 0;
  padding: 0;
  color: var(--ink);
  background: var(--paper);
}
dialog::backdrop {
  background: #1117;
}
#basket {
  margin: 0 0 0 auto;
  inset: 0 0 0 auto;
  width: min(540px, 100%);
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  padding: 28px;
  overflow: auto;
}
#basket[open] {
  display: block;
}
.basket-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 24px;
}
.basket-header h2 {
  font-size: 0.875rem;
}
.basket-header button {
  font-size: 0.75rem;
  min-height: 44px;
}
.basket-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}
.basket-item img {
  height: 90px;
}
.basket-item h3 {
  font-size: 0.8rem;
}
.basket-item p {
  font-size: 0.875rem;
  margin: 7px 0;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.quantity button {
  border: 1px solid var(--line);
  min-width: 44px;
  min-height: 44px;
}
.quantity .remove {
  border: 0;
  text-decoration: underline;
  margin-left: auto;
  font-size: 0.75rem;
}
.basket-summary > p {
  display: flex;
  justify-content: space-between;
}
.total {
  font-size: 1.25rem;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
#checkout {
  width: fit-content;
}
#checkout-error {
  color: var(--accent);
  font-size: 0.875rem;
}
#lightbox {
  max-width: 95vw;
  max-height: 95vh;
  padding: 16px;
}
#lightbox img {
  max-height: 80vh;
  width: auto;
  height: auto;
}
#lightbox button {
  display: block;
  margin-left: auto;
  padding: 14px;
}
.outline {
  border: 1px solid var(--ink);
  padding: 16px;
  margin: 20px 20px 20px 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.skip {
  position: fixed;
  z-index: 5;
  top: -100px;
  padding: 15px;
  background: var(--paper);
}
.skip:focus {
  top: 0;
}
body:has(dialog[open]) {
  overflow: hidden;
}
@media (min-width: 1600px) {
  body {
    max-width: 1800px;
    margin: auto;
  }
}
@media (max-width: 1050px) {
  nav {
    gap: 16px;
    font-size: 0.75rem;
  }
  header {
    gap: 16px;
  }
  .hero {
    min-height: 0;
    grid-template-columns: 1fr 1fr;
  }
  .hero-copy {
    padding-top: 45px;
  }
  .hero h1 {
    font-size: 3.7vw;
  }
  .card-title {
    display: block;
  }
  .card-title p {
    margin-top: 9px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-detail {
    gap: 4vw;
  }
  .principles {
    gap: 5vw;
  }
  .manifesto {
    font-size: 0.75rem;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  header {
    min-height: 92px;
    flex-wrap: wrap;
    padding: 18px 5vw;
    gap: 16px;
  }
  .wordmark {
    font-size: 0.78rem;
  }
  .menu-toggle {
    display: none;
    margin-left: auto;
    font-size: 0.75rem;
    padding: 12px 2px;
  }
  .basket-toggle {
    font-size: 0.75rem;
  }
  nav {
    display: flex;
    order: 4;
    width: 100%;
    flex-wrap: wrap;
    gap: 12px 24px;
    padding: 14px 0;
  }
  nav.open {
    display: flex;
  }
  nav a {
    font-size: 0.75rem;
  }
  .preview-banner {
    font-size: 0.75rem;
    line-height: 1.6;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 42px 5vw 32px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 24px;
  }
  .hero h1 {
    font-size: clamp(1.8rem, 8.3vw, 3.6rem);
  }
  .tagline {
    font-size: 1.1rem;
    margin: 20px 0 26px;
  }
  .hero-note {
    display: none;
  }
  .hero-image {
    min-height: 0;
  }
  .hero-image > img {
    max-height: 420px;
    width: 100%;
  }
  .hero-caption {
    padding: 20px 5vw;
  }
  .manifesto {
    padding: 21px 8vw;
    display: block;
    line-height: 2.1;
    font-size: 0.75rem;
  }
  .manifesto span {
    padding: 0 7px;
  }
  .section {
    padding: 28px 5vw;
  }
  .section-title {
    align-items: start;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
  }
  .section-title p {
    margin: 0;
  }
  .product-grid,
  .product-grid:has(> .card:nth-child(2):last-child) {
    gap: 32px 14px;
  }
  .card h3 {
    font-size: 0.75rem;
  }
  .card-title p {
    font-size: 0.875rem;
  }
  .card > .text-link {
    font-size: 0.75rem;
    gap: 14px;
  }
  .object-label {
    top: 12px;
    left: 12px;
    font-size: 0.75rem;
  }
  .principles,
  .about,
  .product-lower {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .principle-grid {
    gap: 24px;
  }
  .principle-grid p {
    font-size: 0.875rem;
  }
  .about h2 {
    font-size: 2.2rem;
  }
  .review-list {
    grid-template-columns: 1fr;
  }
  footer {
    padding: 28px 5vw 24px;
  }
  .footer-links {
    justify-content: center;
    gap: 12px;
    font-size: clamp(0.62rem, 2.55vw, 0.75rem);
  }
  footer p {
    margin: 0;
  }
  .copyright {
    margin: 24px -5vw 0;
    padding: 24px 5vw 0;
  }
  .closing {
    padding: 50px 5vw;
  }
  .breadcrumb {
    padding: 24px 5vw;
  }
  .product-detail {
    grid-template-columns: 1fr;
    padding: 0 5vw 28px;
    gap: 22px;
  }
  .product-more {
    padding-bottom: 28px;
    margin-bottom: 0;
  }
  .purchase h1 {
    font-size: 1.4rem;
  }
  .gallery-main img {
    max-height: 480px;
  }
  .purchase .eyebrow {
    margin-bottom: 16px;
  }
  .purchase {
    padding-top: 20px;
  }
  .editorial h1 {
    font-size: 2rem;
    overflow-wrap: anywhere;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .homepage-products .card-title p {
    font-size: 1.05rem;
  }
  #basket {
    padding: 22px;
  }
  .basket-item {
    grid-template-columns: 70px 1fr;
  }
  .basket-item img {
    height: 70px;
  }
}
@media (max-width: 380px) {
  .product-grid,
  .product-grid:has(> .card:nth-child(2):last-child) {
    grid-template-columns: 1fr;
  }
  .card h3 {
    font-size: 0.8rem;
  }
  .card-title {
    display: flex;
  }
  .hero h1 {
    font-size: 8vw;
  }
  .principle-grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

.detail-section {
  margin-top: 32px;
}
.detail-section h3 {
  font-size: 1rem;
}
/* Admin orders */
.admin-shell {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 4vw 80px;
}

.admin-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.admin-heading h1 {
  margin: 0;
}

.admin-orders {
  display: grid;
  gap: 16px;
}

.admin-order {
  border: 1px solid var(--line);
  border-radius: var(--image-radius);
  background: var(--grey);
  padding: 22px;
}

.admin-order-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
}

.admin-order-head h2 {
  font-size: 1rem;
  margin: 0 0 10px;
}

.admin-order-head p {
  margin: 4px 0;
  color: var(--muted);
}

.admin-order-meta {
  text-align: right;
}

.admin-order-meta strong {
  display: block;
  margin-top: 8px;
  font-size: 1.2rem;
}

.admin-status {
  font-family: Michroma, Arial, sans-serif;
  font-size: 0.75rem;
  color: var(--accent);
}

.admin-items {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.admin-item {
  display: grid;
  gap: 4px;
  margin-bottom: 14px;
}

.admin-item span {
  color: var(--muted);
  font-size: 0.9rem;
}

.admin-toggle {
  border: 1px solid var(--line);
  padding: 12px 16px;
  margin-top: 6px;
}

.admin-details {
  display: none;
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
}

.admin-order.open .admin-details {
  display: block;
}

.admin-details p {
  line-height: 1.6;
}

.admin-actions {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  gap: 12px;
  align-items: end;
  margin-top: 22px;
}

.admin-actions label {
  display: block;
  font-family: Michroma, Arial, sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.admin-actions select,
.admin-actions input {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 16px;
  border: 1px solid #686868;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font: inherit;
}

.admin-save {
  min-height: 52px;
}

.admin-message {
  min-height: 1.5em;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.875rem;
}

@media (max-width: 700px) {
  .admin-heading,
  .admin-order-head {
    display: block;
  }

  .admin-order-meta {
    text-align: left;
    margin-top: 14px;
  }

  .admin-actions {
    grid-template-columns: 1fr;
  }
}

/* Final mobile tidy-up */
@media (max-width: 700px) {

  /* Give the homepage hero image the full mobile width */
  .hero-image {
    width: 90%;
    max-width: none;
    margin-inline: auto;
  }

  /* One product per row on phones */
  .product-grid,
  .product-grid:has(> .card:nth-child(2):last-child) {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .card-image {
    width: 100%;
  }

  .homepage-products .card-title {
    width: 100%;
    padding-top: 14px;
  }

  /* Slightly neater product titles */
  .card h3 {
    font-size: 0.8rem;
    line-height: 1.55;
  }

  .homepage-products .card-title p {
    font-size: 1rem;
  }

  /* Keep product option buttons easy to tap */
  .options {
    gap: 10px;
  }

  .options label {
    min-width: calc(50% - 5px);
  }

  /* Give thumbnails a little more breathing room */
  .thumbnails {
    gap: 10px;
  }

  .thumbnails button {
    flex-basis: 64px;
    width: 64px;
  }

  /* Stop footer links being squeezed into one line */
  .footer-links {
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 14px;
    line-height: 1.6;
  }

  /* Basket fits smaller phones better */
  #basket {
    width: 100%;
    padding: 20px;
  }

  /* Legal/contact pages */
  .editorial {
    min-height: 0;
  }
}

/* Compact white order-confirmation button */
.continue-shopping-button {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  min-height: 52px;
  border-radius: var(--button-radius);
  background: #fff;
  color: #000;
  font-family: Michroma, Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1;
  text-decoration: none;
}

.continue-shopping-button:hover {
  background: #e9e9e9;
  color: #000;
}

/* Keep compact action buttons clean and un-underlined */
.editorial a.continue-shopping-button {
  text-decoration: none;
}

/* Prevent mobile browsers from zooming when contact fields receive focus */
@media (max-width: 700px) {
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
}

/* Separate desktop and mobile navigation layouts */
nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  white-space: nowrap;
}

.desktop-nav a {
  padding: 12px 0;
}

.nav-dot {
  color: var(--accent);
  font-size: 0.72rem;
  line-height: 1;
}

.mobile-nav {
  display: none;
}

@media (max-width: 700px) {
  nav {
    width: 100%;
    justify-content: center;
    padding: 14px 0;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  .mobile-nav-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .mobile-nav a {
    padding: 0;
    font-size: 0.75rem;
    line-height: 1.6;
  }

  .mobile-nav-secondary {
    display: block;
  }
}

/* Match Delivery and Returns heading typography on the combined page */
.delivery-page .delivery > strong,
.delivery-page .delivery span,
.delivery-page .returns-policy h2 {
  font-family: Michroma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.delivery-page .delivery > strong,
.delivery-page .returns-policy > h2:first-child {
  display: block;
  margin: 0 0 22px;
}

.delivery-page .delivery span {
  margin-bottom: 6px;
}

.delivery-page .returns-policy {
  margin-top: 40px;
}

.delivery-page .returns-policy h2 {
  margin-top: 32px;
  margin-bottom: 12px;
}

/* Copyright centred between footer divider lines */
footer {
  padding: 32px 4vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

footer .copyright {
  margin: 0;
  padding: 0;
  border-top: 0;
  text-align: center;
}

@media (max-width: 700px) {
  footer {
    padding: 24px 5vw;
  }

  footer .copyright {
    margin: 0;
    padding: 0;
  }
}

/* Homepage manifesto separators match the main desktop menu dots */
.manifesto .manifesto-dot {
  color: var(--accent);
  font-size: 0.72rem;
  line-height: 1;
}

@media (max-width: 700px) {
  .manifesto .manifesto-dot {
    display: inline;
    font-size: 0.72rem;
    line-height: 1;
    padding: 0 7px;
  }
}


/* Mobile-only menu separators and homepage tagline */
@media (max-width: 700px) {
  /* Keep the mobile links centred, with the same red dots as desktop. */
  .mobile-nav-primary {
    gap: 14px;
  }

  .mobile-nav-primary a:not(:last-child)::after {
    content: "•";
    color: var(--accent);
    font-family: inherit;
    font-size: 0.72rem;
    line-height: 1;
    margin-left: 14px;
  }

  /* Hide only the separator after MADE TO ORDER on the mobile homepage. */
  .manifesto .manifesto-dot:last-of-type {
    display: none;
  }
}

/* Centre the desktop menu across the full page, independently of the logo and basket. */
@media (min-width: 1100px) {
  header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }

  header .wordmark {
    justify-self: start;
  }

  header nav {
    justify-self: center;
  }

  header .basket-toggle {
    justify-self: end;
  }
}
