:root {
  --sf-ink: #111311;
  --sf-paper: #f4f6f3;
  --sf-white: #ffffff;
  --sf-line: #cdd2cd;
  --sf-muted: #626862;
  --sf-green: #0f5f49;
  --sf-lime: #d9f36c;
  --sf-clay: #934f3f;
  --sf-max: 1480px;
}

html {
  scroll-behavior: smooth;
}

body.storefront-home {
  margin: 0;
  color: var(--sf-ink);
  background: var(--sf-paper);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

.storefront-home *,
.storefront-home *::before,
.storefront-home *::after {
  box-sizing: border-box;
}

.storefront-home a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 14px;
  color: var(--sf-white);
  background: var(--sf-ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 7px 20px;
  color: var(--sf-white);
  background: var(--sf-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.announcement-bar p {
  margin: 0;
}

.announcement-bar a {
  padding-bottom: 1px;
  border-bottom: 1px solid currentColor;
}

.site-header.storefront-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  width: 100%;
  padding: 0 clamp(20px, 4vw, 64px);
  border-bottom: 1px solid rgba(17, 19, 17, .14);
  background: rgba(244, 246, 243, .94);
  backdrop-filter: blur(14px);
}

.storefront-header .brand {
  width: 122px;
  justify-self: start;
}

.storefront-header .brand img {
  width: 100%;
  height: auto;
}

.storefront-header .site-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 46px);
}

.storefront-header .site-menu a,
.header-text-link {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.storefront-header .site-menu a::after,
.header-text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.storefront-header .site-menu a:hover::after,
.header-text-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
}

.header-shop-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  color: var(--sf-white) !important;
  background: var(--sf-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.header-shop-link:hover {
  background: var(--sf-clay);
  transform: translateY(-1px);
}

.header-amazon-link {
  background: var(--sf-clay);
}

.storefront-header .menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
}

.storefront-header .menu-toggle span {
  display: block;
  width: 22px;
  height: 1px;
  margin: 6px auto;
  background: currentColor;
}

.sales-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 110px));
  overflow: hidden;
  background: #daddd7;
}

.sales-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.sales-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 36%, rgba(244, 246, 243, .18) 57%, rgba(244, 246, 243, .92) 100%);
}

.sales-hero-copy {
  position: relative;
  z-index: 2;
  width: min(500px, 38vw);
  margin-left: auto;
  padding: clamp(64px, 10vh, 120px) clamp(28px, 6vw, 96px) 92px 28px;
}

.kicker {
  margin: 0 0 22px;
  color: var(--sf-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sales-hero h1,
.shop-heading h2,
.service-intro h2,
.journal-heading h2,
.private-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.02;
}

.sales-hero h1 {
  max-width: 520px;
  font-size: clamp(40px, 4.8vw, 72px);
}

.hero-lead {
  max-width: 480px;
  margin: 28px 0 0;
  color: #3f443f;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.65;
}

.hero-buttons {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 36px;
}

.cta {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.cta-dark {
  min-width: 184px;
  padding: 0 24px;
  color: var(--sf-white) !important;
  background: var(--sf-ink);
  transition: background .2s ease, transform .2s ease;
}

.cta-dark:hover {
  background: var(--sf-green);
  transform: translateY(-2px);
}

.cta-text {
  min-height: auto;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
}

.hero-note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 34px;
  color: var(--sf-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-note span:not(:last-child)::after {
  content: "·";
  margin-left: 18px;
}

.hero-scroll {
  position: absolute;
  right: clamp(26px, 4vw, 64px);
  bottom: 26px;
  z-index: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--sf-max);
  margin: 0 auto;
  border-right: 1px solid var(--sf-line);
  border-left: 1px solid var(--sf-line);
}

.value-strip div {
  min-height: 98px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px clamp(18px, 2.6vw, 40px);
  border-right: 1px solid var(--sf-line);
}

.value-strip div:last-child {
  border-right: 0;
}

.value-strip strong {
  color: var(--sf-green);
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: 400;
}

.value-strip span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.shop-section,
.journal-section {
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: clamp(88px, 10vw, 150px) clamp(20px, 4vw, 64px);
}

.shop-heading,
.journal-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  align-items: end;
  gap: 60px;
}

.shop-heading h2,
.journal-heading h2,
.private-copy h2 {
  font-size: clamp(34px, 4vw, 60px);
}

.shop-heading > p {
  max-width: 430px;
  margin: 0 0 7px;
  color: var(--sf-muted);
  font-size: 16px;
  line-height: 1.7;
}

.redesigned-toolbar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 58px 0 12px;
  padding: 12px 0;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
}

.storefront-home .category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.storefront-home .category-pill {
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  color: var(--sf-muted);
  background: transparent;
  font: inherit;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}

.storefront-home .category-pill.active,
.storefront-home .category-pill:hover {
  color: var(--sf-white);
  background: var(--sf-ink);
}

.storefront-home .catalog-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.storefront-home .search-control {
  width: 190px;
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-bottom: 1px solid var(--sf-ink);
}

.storefront-home .search-control svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.storefront-home .search-control input,
.storefront-home .sort-control select {
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--sf-ink);
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.storefront-home .sort-control {
  min-width: 160px;
}

.storefront-home .sort-control select {
  min-height: 40px;
  padding: 0 30px 0 12px;
  border: 1px solid var(--sf-line);
  cursor: pointer;
}

.storefront-home .collection-count {
  margin: 18px 0 26px;
  color: var(--sf-muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.sales-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 18px;
}

.sales-product-card {
  min-width: 0;
}

.sales-product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  display: block;
  overflow: hidden;
  background: #f7f8f5;
  max-height: 240px;
  text-decoration: none;
}

.sales-product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 19, 17, .08);
  pointer-events: none;
}

.sales-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.92) contrast(1.08) brightness(1.02);
  transition: transform .55s cubic-bezier(.2, .7, .2, 1), filter .4s ease;
}

.sales-product-card:hover .sales-product-media img {
  transform: scale(1.025);
  filter: saturate(1) contrast(1.12) brightness(1.03);
}

.product-status {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 1;
  padding: 7px 10px;
  color: var(--sf-ink);
  background: rgba(255, 255, 255, .9);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.media-arrow {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--sf-white);
  background: var(--sf-ink);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .25s ease, transform .25s ease;
}

.sales-product-card:hover .media-arrow {
  opacity: 1;
  transform: translateY(0);
}

.sales-product-info {
  padding-top: 14px;
}

.sales-product-info h3 a {
  color: inherit;
  text-decoration: none;
}

.sales-product-topline {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--sf-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sales-product-topline strong {
  color: var(--sf-ink);
}

.sales-product-info h3 {
  min-height: 54px;
  margin: 10px 0 8px;
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.12;
}

.sales-product-info > p {
  display: -webkit-box;
  min-height: 42px;
  margin: 0;
  overflow: hidden;
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product-material,
.product-colors {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid var(--sf-line);
  font-size: 11px;
}

.product-material {
  align-items: center;
  margin-top: 14px;
}

.product-material strong {
  width: fit-content;
  padding: 6px 9px;
  color: var(--sf-white);
  background: var(--sf-green);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.product-colors {
  margin-top: 0;
}

.product-colors span:first-child,
.product-material span:first-child {
  color: var(--sf-muted);
  font-weight: 800;
  text-transform: uppercase;
}

.product-mini-bullets {
  display: grid;
  gap: 7px;
  min-height: 58px;
  margin: 14px 0 0;
  padding: 13px 0 0 18px;
  border-top: 1px solid var(--sf-line);
  color: #343a35;
  font-size: 12px;
  line-height: 1.45;
}

.sales-product-info .product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.product-buy {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  color: var(--sf-white) !important;
  background: var(--sf-green);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.amazon-disabled {
  color: var(--sf-white) !important;
  background: var(--sf-clay);
  cursor: default;
}

.product-inquiry {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid var(--sf-ink);
  color: var(--sf-ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.material-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(44px, 7vw, 110px);
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 4vw, 64px);
  border-top: 1px solid var(--sf-line);
}

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

.material-copy h2 {
  max-width: 660px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.material-copy p:not(.kicker) {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.8;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.material-grid article {
  min-width: 0;
}

.material-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: center;
  background: #e1e4e0;
  filter: saturate(.86) contrast(1.2);
}

.material-grid h3 {
  margin: 18px 0 8px;
  font-family: Georgia, serif;
  font-size: 28px;
  font-weight: 400;
}

.material-grid p {
  margin: 0;
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.7;
}

.service-section {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(60px, 10vw, 160px);
  padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--sf-max)) / 2 + 64px));
  color: var(--sf-white);
  background: var(--sf-ink);
}

.service-section .kicker {
  color: var(--sf-lime);
}

.service-intro h2 {
  font-size: clamp(32px, 4vw, 58px);
}

.service-list article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 25px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.service-list article:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, .22);
}

.service-list article > span {
  color: var(--sf-lime);
  font-family: Georgia, serif;
  font-size: 23px;
}

.service-list h3 {
  margin: 0 0 8px;
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 400;
}

.service-list p {
  max-width: 540px;
  margin: 0;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.7;
}

.editorial-break {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  background: var(--sf-white);
}

.editorial-image-wrap {
  min-height: 620px;
  overflow: hidden;
}

.editorial-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 27% center;
  transform: scale(1.35);
}

.editorial-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 140px);
}

.editorial-copy blockquote {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 4.8vw, 72px);
  line-height: 1.03;
}

.editorial-copy > p:not(.kicker) {
  max-width: 520px;
  margin: 30px 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.8;
}

.text-arrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.journal-heading {
  grid-template-columns: 1fr auto;
}

.sales-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
  border: 0;
  background: transparent;
}

.sales-post-media {
  aspect-ratio: 4 / 3;
  display: block;
  overflow: hidden;
  background: #dfe2de;
}

.sales-post-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.sales-post-card:nth-child(2) .sales-post-media img {
  object-position: 36% center;
}

.sales-post-card:nth-child(3) .sales-post-media img {
  object-position: 70% center;
}

.sales-post-card:hover img {
  transform: scale(1.025);
}

.sales-post-copy {
  padding-top: 18px;
}

.sales-post-copy > div {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  color: var(--sf-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.sales-post-copy h3 {
  margin: 14px 0 10px;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.08;
}

.sales-post-copy p {
  min-height: 46px;
  margin: 0 0 20px;
  color: var(--sf-muted);
  font-size: 13px;
  line-height: 1.65;
}

.private-shopping {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  padding: clamp(80px, 9vw, 130px) max(24px, calc((100vw - var(--sf-max)) / 2 + 64px));
  color: var(--sf-white);
  background: var(--sf-green);
}

.private-shopping .kicker {
  color: var(--sf-lime);
}

.private-copy p:last-child {
  max-width: 590px;
  margin: 25px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.7;
}

.lead-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.lead-form > div {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.lead-form input {
  min-width: 0;
  height: 58px;
  padding: 0 14px 0 0;
  border: 0;
  outline: 0;
  color: var(--sf-white);
  background: transparent;
  font: inherit;
  font-size: 20px;
}

.lead-form input::placeholder {
  color: rgba(255, 255, 255, .45);
}

.lead-form button {
  min-width: 156px;
  height: 48px;
  align-self: center;
  border: 0;
  color: var(--sf-ink);
  background: var(--sf-lime);
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-form small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, .58);
  font-size: 10px;
}

.storefront-footer {
  padding: 80px max(24px, calc((100vw - var(--sf-max)) / 2 + 64px)) 26px;
  color: var(--sf-white);
  background: var(--sf-ink);
}

.footer-brand {
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.footer-brand img {
  width: min(300px, 55vw);
  filter: invert(1);
}

.footer-brand p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .58);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: 760px;
  margin: 60px 0 70px auto;
}

.footer-links div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.footer-links strong {
  margin-bottom: 8px;
  color: var(--sf-lime);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.footer-links a {
  width: fit-content;
  color: rgba(255, 255, 255, .75);
  font-size: 13px;
}

.footer-links a:hover {
  color: var(--sf-white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mobile-conversion-bar {
  display: none;
}

.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;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.storefront-home .empty-state {
  grid-column: 1 / -1;
  padding: 70px 20px;
  border-top: 1px solid var(--sf-line);
  border-bottom: 1px solid var(--sf-line);
  text-align: center;
}

.storefront-home .empty-state h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 34px;
  font-weight: 400;
}

.storefront-home .empty-state p {
  color: var(--sf-muted);
}

.product-detail-site .product-page,
.journal-detail-site .journal-page {
  padding-top: 0;
  background: var(--sf-paper);
}

.product-detail-site .product-detail,
.product-detail-site .product-detail-loading {
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: 54px clamp(20px, 4vw, 64px) 78px;
}

.product-detail-site .product-detail {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: clamp(30px, 5vw, 72px);
}

.product-detail-site .product-gallery {
  display: grid;
  gap: 12px;
  align-self: start;
  position: sticky;
  top: 102px;
  width: min(100%, 380px);
  max-width: 380px;
}

.product-detail-site .product-gallery-details {
  display: grid;
  gap: 10px;
}

.product-detail-site .product-gallery-details summary {
  cursor: pointer;
  color: var(--sf-ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  list-style: none;
}

.product-detail-site .product-gallery-details summary::-webkit-details-marker {
  display: none;
}

.product-detail-site .product-main-image,
.product-detail-site .thumb-button,
.product-detail-site .listing-panel,
.product-detail-site .product-card {
  border-color: var(--sf-line);
}

.product-detail-site .product-main-image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 475px;
  height: auto;
  background: #f8f9f6;
  object-fit: cover;
  object-position: center;
  padding: clamp(8px, 1vw, 14px);
  border: 1px solid var(--sf-line);
  filter: saturate(.92) contrast(1.08);
}

.product-detail-site .product-detail-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(48px, 72px));
  gap: 10px;
}

.product-detail-site .thumb-button img,
.product-detail-site .product-image,
.product-detail-site .product-thumbs img {
  display: block;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-detail-site .product-detail-copy {
  align-self: center;
}

.product-detail-site .product-detail-copy h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.04;
}

.product-detail-site .product-subtitle {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--sf-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
}

.product-detail-site .product-price-row {
  margin: 28px 0;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.product-detail-site .product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-detail-site .button,
.product-detail-site .detail-link,
.product-detail-site .post-link {
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: .05em;
}

.product-detail-site .amazon-detail-disabled {
  background: var(--sf-clay);
  cursor: default;
}

.product-detail-site .product-listing-section,
.product-detail-site .related-section {
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: clamp(60px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

.product-detail-site .product-listing-section {
  border-top: 1px solid var(--sf-line);
}

.product-detail-site .listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.product-detail-site .listing-panel {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--sf-line);
  background: var(--sf-white);
}

.product-detail-site .listing-panel.wide {
  grid-column: 1 / -1;
}

.product-detail-site .bullet-list {
  margin: 16px 0 0;
  padding-left: 18px;
  line-height: 1.75;
}

.product-detail-site .specs-panel {
  display: grid;
  gap: 12px;
  align-content: start;
}

.product-detail-site .specs-panel div {
  display: grid;
  gap: 4px;
  padding: 12px 0;
  border-top: 1px solid var(--sf-line);
}

.product-detail-site .specs-panel div:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.product-detail-site .specs-panel strong {
  color: var(--sf-ink);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.product-detail-site .section-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 400;
  line-height: 1;
}

.product-detail-site .section-note,
.product-detail-site .listing-panel p,
.product-detail-site .bullet-list,
.product-detail-site .specs-panel span {
  color: var(--sf-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.journal-detail-site .journal-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  gap: clamp(34px, 6vw, 88px);
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: clamp(54px, 7vw, 96px) clamp(20px, 4vw, 64px) clamp(46px, 6vw, 86px);
  border-bottom: 1px solid var(--sf-line);
  background: transparent;
}

.journal-detail-site .journal-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 60px);
  font-weight: 400;
  line-height: 1;
}

.journal-detail-site .journal-hero p:not(.eyebrow) {
  max-width: 620px;
  margin: 24px 0 0;
  color: var(--sf-muted);
  font-size: 17px;
  line-height: 1.75;
}

.journal-detail-site .journal-hero-media {
  min-height: auto;
  border: 0;
  background: #e1e4e0;
}

.journal-detail-site .journal-hero-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: saturate(.9) contrast(1.18);
}

.journal-detail-site .journal-listing {
  max-width: var(--sf-max);
  margin: 0 auto;
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 64px);
}

.journal-detail-site .post-grid {
  gap: 24px;
  border: 0;
  background: transparent;
}

.journal-detail-site .post-item {
  border: 1px solid var(--sf-line);
  background: var(--sf-white);
}

.journal-detail-site .post-item.lead {
  min-height: 420px;
}

.journal-detail-site .post-image {
  border: 0;
}

.journal-detail-site .post-item h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2.7vw, 42px);
  font-weight: 400;
}

.journal-detail-site .post-item p,
.journal-detail-site .post-body {
  color: var(--sf-muted);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.product-detail-site .related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.product-detail-site .product-card {
  display: grid;
  gap: 0;
  overflow: hidden;
  background: var(--sf-white);
  border: 1px solid var(--sf-line);
}

.product-detail-site .product-card .product-image {
  width: 100%;
  aspect-ratio: 4 / 5;
  max-height: 260px;
  background: #f8f9f6;
}

.product-detail-site .product-card .product-info {
  padding: 16px 16px 18px;
}

.product-detail-site .product-card .product-info h3 {
  margin-top: 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.08;
}

.product-detail-site .product-card .product-info > p {
  min-height: 0;
  margin-top: 8px;
}

.product-detail-site .product-card .product-line {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-top: 12px;
  margin-top: 14px;
  border-top: 1px solid var(--sf-line);
}

.collection-page .sales-hero,
.collection-page .value-strip,
.collection-page .material-section,
.collection-page .service-section,
.collection-page .editorial-break,
.collection-page .journal-section,
.collection-page .private-shopping {
  display: none;
}

.collection-page .shop-section {
  padding-top: 34px;
  padding-bottom: 86px;
}

.collection-page .catalog-page-hero .shop-heading {
  align-items: end;
  gap: 34px;
}

.collection-page .catalog-page-hero .shop-heading h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 1.04;
}

.collection-page .catalog-page-hero .shop-heading > p {
  max-width: 390px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 1.65;
}

.collection-page .redesigned-toolbar {
  min-height: 58px;
  margin-top: 34px;
}

.collection-page .storefront-home .collection-count,
.collection-page .collection-count {
  margin: 14px 0 20px;
}

@media (max-width: 1050px) {
  .site-header.storefront-header {
    grid-template-columns: auto 1fr auto;
  }

  .storefront-header .site-menu {
    gap: 20px;
  }

  .header-text-link {
    display: none;
  }

  .sales-hero-copy {
    width: 48vw;
    padding-right: 5vw;
  }

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

  .material-section,
  .product-detail-site .product-detail,
  .journal-detail-site .journal-hero {
    grid-template-columns: 1fr;
  }

  .product-detail-site .product-gallery {
    position: static;
    width: min(100%, 420px);
    max-width: 420px;
  }

  .material-grid {
    max-width: 860px;
  }

  .service-section {
    gap: 60px;
  }

  .editorial-copy {
    padding: 70px 50px;
  }
}

@media (max-width: 860px) {
  body.storefront-home {
    padding-bottom: 64px;
  }

  .announcement-bar {
    justify-content: space-between;
    gap: 12px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 9px;
  }

  .site-header.storefront-header {
    min-height: 66px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }

  .storefront-header .brand {
    width: 110px;
  }

  .storefront-header .site-menu {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    z-index: 20;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px 18px 22px;
    border-bottom: 1px solid var(--sf-line);
    background: var(--sf-paper);
  }

  .storefront-header .site-menu.is-open {
    display: flex;
  }

  .storefront-header .site-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--sf-line);
    font-size: 13px;
  }

  .storefront-header .menu-toggle {
    display: block;
  }

  .header-shop-link {
    display: none;
  }

  .sales-hero {
    min-height: 760px;
  }

  .sales-hero-image {
    object-position: 34% center;
  }

  .sales-hero-shade {
    background: linear-gradient(180deg, rgba(244, 246, 243, .04) 15%, rgba(244, 246, 243, .12) 45%, rgba(244, 246, 243, .95) 78%, var(--sf-paper) 100%);
  }

  .sales-hero-copy {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: auto;
    padding: 0 22px 54px;
  }

  .sales-hero h1 {
    font-size: clamp(52px, 15vw, 78px);
  }

  .hero-lead {
    max-width: 620px;
    font-size: 15px;
  }

  .hero-note,
  .hero-scroll {
    display: none;
  }

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

  .value-strip div:nth-child(2) {
    border-right: 0;
  }

  .value-strip div:nth-child(-n+2) {
    border-bottom: 1px solid var(--sf-line);
  }

  .shop-heading,
  .journal-heading,
  .service-section,
  .material-section,
  .private-shopping {
    grid-template-columns: 1fr;
  }

  .shop-heading,
  .journal-heading {
    align-items: start;
    gap: 26px;
  }

  .redesigned-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .storefront-home .catalog-controls {
    width: 100%;
  }

  .storefront-home .search-control {
    flex: 1;
  }

  .service-section {
    gap: 55px;
  }

  .editorial-break {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .editorial-image-wrap {
    min-height: 520px;
  }

  .editorial-image-wrap img {
    object-position: 28% center;
    transform: scale(1.2);
  }

  .private-shopping {
    gap: 50px;
  }

  .product-detail-site .product-detail-copy {
    align-self: start;
  }

  .collection-page .catalog-page-hero .shop-heading h1 {
    font-size: 44px;
  }

  .collection-page .catalog-page-hero .shop-heading > p {
    max-width: 620px;
  }

  .product-detail-site .product-detail {
    padding-top: 34px;
  }

  .sales-product-media {
    max-height: 420px;
  }

  .journal-detail-site .journal-hero-media img {
    aspect-ratio: 16 / 11;
  }

  .mobile-conversion-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
    height: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 8px;
    background: var(--sf-white);
    box-shadow: 0 -10px 30px rgba(17, 19, 17, .12);
  }

  .mobile-conversion-bar a {
    display: grid;
    place-items: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .mobile-conversion-bar a:first-child {
    color: var(--sf-white);
    background: var(--sf-ink);
  }

  .mobile-conversion-bar a:last-child {
    color: var(--sf-white);
    background: var(--sf-green);
  }
}

@media (max-width: 620px) {
  .announcement-bar p {
    max-width: 210px;
  }

  .sales-hero {
    min-height: 710px;
  }

  .sales-hero-image {
    object-position: 31% center;
  }

  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    margin-top: 28px;
  }

  .sales-hero-copy .kicker {
    display: none;
  }

  .cta-dark {
    width: 100%;
  }

  .value-strip div {
    min-height: 86px;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    padding: 15px;
  }

  .value-strip strong {
    font-size: 18px;
  }

  .value-strip span {
    font-size: 10px;
  }

  .shop-section,
  .journal-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .shop-heading h2,
  .journal-heading h2,
  .private-copy h2 {
    font-size: 38px;
  }

  .storefront-home .catalog-controls {
    align-items: stretch;
    flex-direction: column;
  }

  .storefront-home .search-control,
  .storefront-home .sort-control {
    width: 100%;
  }

  .sales-product-grid,
  .sales-post-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sales-product-media {
    max-height: 360px;
  }

  .sales-product-info h3 {
    min-height: 0;
    font-size: 20px;
  }

  .collection-page .shop-section {
    padding-top: 26px;
  }

  .collection-page .catalog-page-hero .shop-heading h1,
  .product-detail-site .product-detail-copy h1,
  .journal-detail-site .journal-hero h1 {
    font-size: 34px;
  }

  .sales-product-info .product-actions,
  .material-grid,
  .product-detail-site .listing-grid,
  .journal-detail-site .post-grid {
    grid-template-columns: 1fr;
  }

  .product-buy,
  .product-inquiry {
    width: 100%;
  }

  .sales-product-info > p,
  .sales-post-copy p {
    min-height: 0;
  }

  .service-section,
  .private-shopping,
  .storefront-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .service-intro h2 {
    font-size: 40px;
  }

  .service-list article {
    grid-template-columns: 38px 1fr;
    gap: 14px;
  }

  .editorial-image-wrap {
    min-height: 430px;
  }

  .editorial-copy {
    padding: 70px 20px;
  }

  .editorial-copy blockquote {
    font-size: 46px;
  }

  .product-detail-site .product-detail-copy h1,
  .journal-detail-site .journal-hero h1 {
    font-size: 38px;
  }

  .product-detail-site .product-actions .button {
    width: 100%;
  }

  .journal-heading .text-arrow {
    margin-top: 5px;
  }

  .lead-form > div {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 14px;
  }

  .lead-form button {
    width: 100%;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .reveal,
  .sales-product-media img,
  .sales-post-media img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body.admin-body {
  min-height: 100vh;
  color: var(--sf-ink);
  background: #f4f6f3;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
}

.admin-body .admin-shell {
  width: min(1480px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 58px) 0 80px;
}

.admin-body .admin-login {
  min-height: calc(100vh - 116px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 470px);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
}

.admin-body .admin-login h1,
.admin-body .admin-topbar h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 400;
  line-height: 1;
}

.admin-body .admin-login p:not(.eyebrow),
.admin-body .admin-topbar p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  color: var(--sf-muted);
  font-size: 15px;
  line-height: 1.8;
}

.admin-body .login-form,
.admin-body .editor-item,
.admin-body .metric {
  border: 1px solid var(--sf-line);
  background: var(--sf-white);
}

.admin-body .login-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  box-shadow: 0 24px 80px rgba(17, 19, 17, .08);
}

.admin-body .admin-workspace {
  display: grid;
  gap: 22px;
}

.admin-body .admin-workspace[hidden] {
  display: none;
}

.admin-body .admin-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: 28px 0 30px;
  border-bottom: 1px solid var(--sf-line);
}

.admin-body .admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.admin-body .button {
  min-height: 44px;
  border: 1px solid var(--sf-ink);
  padding: 0 18px;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.admin-body .button.primary {
  color: var(--sf-white);
  background: var(--sf-ink);
}

.admin-body .button.secondary {
  color: var(--sf-ink);
  background: transparent;
}

.admin-body .admin-tabs {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--sf-line);
  background: var(--sf-white);
}

.admin-body .tab {
  min-height: 50px;
  border: 0;
  border-right: 1px solid var(--sf-line);
  color: var(--sf-muted);
  background: var(--sf-white);
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}

.admin-body .tab:last-child {
  border-right: 0;
}

.admin-body .tab.active {
  color: var(--sf-white);
  background: var(--sf-green);
}

.admin-body .admin-overview,
.admin-body .analytics-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.admin-body .metric {
  min-height: 104px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
}

.admin-body .metric strong {
  color: var(--sf-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.admin-body .metric span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
}

.admin-body .admin-panel {
  display: none;
  padding-top: 10px;
}

.admin-body .admin-panel.active {
  display: block;
}

.admin-body .panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 10px 0 18px;
}

.admin-body .panel-heading h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
}

.admin-body .editor-list {
  display: grid;
  gap: 14px;
}

.admin-body .editor-item {
  padding: 0;
  overflow: hidden;
}

.admin-body .editor-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--sf-line);
  background: #fbfcfa;
}

.admin-item-title {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 14px;
}

.admin-item-title img {
  width: 58px;
  height: 70px;
  object-fit: cover;
  border: 1px solid var(--sf-line);
  background: #eef0ed;
}

.admin-item-title strong {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-item-title span {
  color: var(--sf-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.admin-body .editor-title button {
  min-height: 38px;
  border: 1px solid #b98677;
  padding: 0 12px;
  color: #8f3f32;
  background: #fff7f4;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.admin-body .editor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 18px;
}

.admin-body .editor-grid label,
.admin-body .login-form label {
  min-width: 0;
  display: grid;
  gap: 7px;
  color: var(--sf-muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.admin-body input,
.admin-body textarea,
.admin-body select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--sf-line);
  padding: 10px 12px;
  color: var(--sf-ink);
  background: #f8f9f6;
  font: 14px/1.45 Inter, "Helvetica Neue", Arial, sans-serif;
}

.admin-body textarea {
  min-height: 120px;
  resize: vertical;
}

.admin-body .wide-field {
  grid-column: span 2;
}

.admin-body .save-button {
  width: 100%;
  margin-top: 18px;
}

.admin-body .admin-status {
  position: sticky;
  bottom: 0;
  z-index: 40;
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  color: var(--sf-white);
  background: var(--sf-ink);
  font-size: 13px;
}

.admin-body .analytics-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-body .analytics-table th,
.admin-body .analytics-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--sf-line);
  text-align: left;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .admin-body .admin-login,
  .admin-body .admin-topbar,
  .admin-body .editor-grid {
    grid-template-columns: 1fr 1fr;
  }

  .admin-body .admin-overview,
  .admin-body .analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .admin-body .admin-shell {
    width: min(100% - 28px, 1480px);
    padding-top: 22px;
  }

  .admin-body .admin-login,
  .admin-body .admin-topbar,
  .admin-body .editor-grid,
  .admin-body .admin-overview,
  .admin-body .analytics-grid {
    grid-template-columns: 1fr;
  }

  .admin-body .admin-actions,
  .admin-body .panel-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .admin-body .admin-tabs {
    grid-template-columns: 1fr;
    position: static;
  }

  .admin-body .tab {
    border-right: 0;
    border-bottom: 1px solid var(--sf-line);
  }

  .admin-body .wide-field {
    grid-column: auto;
  }

  .admin-body .editor-title {
    align-items: flex-start;
    flex-direction: column;
  }

  .admin-body .editor-title button,
  .admin-body .button {
    width: 100%;
  }
}
