:root {
  color-scheme: light;
  --ink: #23201c;
  --muted: #6f6a5f;
  --paper: #ffffff;
  --wash: #f7f4ee;
  --linen: #e8ddce;
  --line: #d5c8b6;
  --charcoal: #1f2721;
  --gold: #c69244;
  --clay: #a94d2c;
  --leaf: #2f684d;
  --ivory: #fffaf2;
  --red: #a33427;
  --shadow: 0 22px 54px rgba(31, 39, 33, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 244, 238, 0.96)),
    var(--wash);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
}

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

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

img {
  display: block;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(260px, auto) minmax(260px, 1fr) auto;
  align-items: center;
  gap: clamp(16px, 3vw, 34px);
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(216, 199, 173, 0.78);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid rgba(198, 146, 68, 0.42);
  border-radius: 50%;
}

.brand-mark img {
  width: 82%;
  height: 82%;
  object-fit: contain;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.2;
  white-space: nowrap;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
}

.nav-links,
.nav-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.nav-actions {
  justify-self: end;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav-links {
  justify-content: center;
  gap: clamp(12px, 2vw, 24px);
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}

.nav-links a {
  padding: 8px 4px;
}

.ghost-button,
.cart-toggle,
.primary-link,
.secondary-link,
.icon-button,
.product-footer button,
#checkoutButton,
.detail-actions button,
.empty button {
  border: 0;
  border-radius: 3px;
}

.ghost-button,
.secondary-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--charcoal);
  background: transparent;
  border: 1px solid var(--line);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.cart-toggle,
.primary-link,
.product-footer button,
#checkoutButton,
.detail-actions button,
.empty button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  color: var(--ivory);
  background: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.cart-toggle span,
.floating-cart span {
  min-width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  color: var(--charcoal);
  background: var(--gold);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

main {
  width: min(1180px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 0 0 60px;
}

.store-hero {
  min-height: min(720px, calc(100vh - 118px));
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin: 18px auto 18px;
  padding: clamp(24px, 5vw, 58px) 0 clamp(26px, 5vw, 58px);
  color: var(--ink);
  background: transparent;
}

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

.eyebrow,
.category,
.section-title span,
.stock,
.text-button,
.brand small,
.proof-strip span,
.hero-panel span {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.eyebrow,
.category {
  margin-bottom: 10px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.store-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.94;
  letter-spacing: 0;
}

.store-hero p {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.hero-panel {
  align-self: stretch;
  min-height: 420px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.hero-panel img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: contain;
  padding: clamp(10px, 2vw, 22px);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 42px;
  background: transparent;
  border: 0;
}

.proof-strip div {
  display: grid;
  align-content: start;
  min-height: 120px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
}

.proof-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.materials-band {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 42px;
  padding: clamp(24px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(47, 104, 77, 0.1), rgba(198, 146, 68, 0.14)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.materials-band h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
}

.material-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.material-grid span {
  min-height: 92px;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.photo-strip {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  margin-bottom: 42px;
}

.photo-strip img {
  width: 100%;
  height: clamp(260px, 36vw, 430px);
  object-fit: contain;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.catalog-shell {
  padding: clamp(26px, 5vw, 56px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.collection-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 28px;
  align-items: end;
  margin-bottom: 22px;
}

.collection-heading h2,
.atelier-section h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 5vw, 58px);
  line-height: 1;
  letter-spacing: 0;
}

.catalog-tools {
  display: grid;
  grid-template-columns: 1fr 170px;
  gap: 10px;
}

.catalog-tools label,
.checkout label,
.detail-actions label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.catalog-tools input,
.catalog-tools select,
.checkout input,
.checkout select,
.detail-actions input,
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 0 12px;
  color: var(--ink);
  background: var(--ivory);
}

.catalog-tools input,
.catalog-tools select,
.checkout input,
.checkout select,
.detail-actions input,
.contact-form input {
  height: 44px;
}

.contact-form textarea {
  min-height: 132px;
  padding: 12px;
  resize: vertical;
}

.section-title {
  min-height: 38px;
  display: flex;
  justify-content: flex-end;
}

.section-title span {
  color: var(--muted);
  font-size: 13px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 18px;
}

.product-card,
.related-card,
.cart-panel,
.product-detail {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.product-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(36, 31, 26, 0.1);
}

.product-link {
  display: block;
  flex: 1;
}

.product-media,
.gallery-main,
.cart-line-media,
.related-card div {
  display: grid;
  place-items: center;
  background: var(--linen);
  color: var(--charcoal);
  font-weight: 800;
}

.fallback-image {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 18px;
  color: var(--charcoal);
  background:
    radial-gradient(circle at 30% 20%, rgba(198, 146, 68, 0.28), transparent 28%),
    repeating-linear-gradient(135deg, rgba(31, 39, 33, 0.08) 0 1px, transparent 1px 14px),
    linear-gradient(135deg, var(--ivory), #d9c1a2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
  text-align: center;
}

.fallback-image.large {
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
}

.product-media {
  position: relative;
  aspect-ratio: 4 / 5;
  font-size: 44px;
}

.product-media img,
.gallery-main img,
.cart-line-media img,
.related-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: var(--paper);
}

.flag {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 9px;
  color: var(--charcoal);
  background: var(--gold);
  border-radius: 999px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.product-body {
  padding: 18px 18px 8px;
}

.product-body h3 {
  min-height: 50px;
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: 0;
}

.product-body p:not(.category) {
  min-height: 66px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 18px 18px;
}

.price,
.detail-price strong {
  display: block;
  font-weight: 800;
}

.stock {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
}

.stock.in {
  color: var(--leaf);
}

.stock.out,
.form-error {
  color: var(--red);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
}

.breadcrumb a {
  color: var(--clay);
  font-weight: 700;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  gap: clamp(24px, 5vw, 58px);
  padding: clamp(18px, 4vw, 40px);
}

.gallery-main {
  aspect-ratio: 1 / 1.05;
  overflow: hidden;
  border-radius: 4px;
  font-size: 80px;
}

.gallery-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  overflow-x: auto;
}

.gallery-thumbs button {
  width: 76px;
  height: 76px;
  flex: 0 0 auto;
  padding: 0;
  overflow: hidden;
  background: var(--linen);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-copy h2 {
  margin-bottom: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.95;
  letter-spacing: 0;
}

.detail-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 20px;
}

.detail-price strong {
  font-size: 31px;
}

.detail-price span {
  color: var(--muted);
  text-decoration: line-through;
}

.detail-description {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.75;
}

.detail-note {
  margin: 18px 0;
  padding: 16px;
  color: var(--charcoal);
  background: #f3f8f0;
  border-left: 3px solid var(--leaf);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.6;
}

.spec-list {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.spec-list div {
  display: grid;
  grid-template-columns: 126px 1fr;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.spec-list dt {
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.spec-list dd {
  margin: 0;
}

.badge {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 5px 8px;
  background: var(--linen);
  color: var(--charcoal);
  border-radius: 999px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
}

.detail-actions {
  display: grid;
  grid-template-columns: 88px 1fr 1fr;
  gap: 10px;
  align-items: end;
}

.detail-actions button:last-child {
  background: var(--leaf);
}

.related {
  margin-top: 34px;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 14px;
}

.related-card {
  overflow: hidden;
  display: grid;
}

.related-card div {
  aspect-ratio: 4 / 5;
}

.related-card strong,
.related-card span {
  padding: 0 14px;
}

.related-card strong {
  padding-top: 14px;
  font-size: 18px;
}

.related-card span {
  padding-bottom: 14px;
  color: var(--clay);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
}

.atelier-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.75fr);
  gap: 28px;
  margin-top: 42px;
  padding: clamp(26px, 5vw, 56px);
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(47, 104, 77, 0.12), rgba(169, 77, 44, 0.08)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.atelier-section p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.75;
}

.cart-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 40;
  width: min(470px, 100vw);
  height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: var(--shadow);
  transform: translateX(104%);
  transition: transform 180ms ease;
}

.cart-panel.open {
  transform: translateX(0);
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.cart-header h2 {
  margin-bottom: 0;
  font-size: 31px;
}

.icon-button {
  width: 36px;
  height: 36px;
  color: var(--charcoal);
  background: var(--linen);
}

.cart-items {
  display: grid;
  gap: 12px;
  min-height: 90px;
  max-height: 42vh;
  overflow-y: auto;
  padding: 16px 0;
}

.cart-line {
  display: grid;
  grid-template-columns: 68px 1fr auto;
  gap: 12px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.cart-line-media {
  width: 68px;
  height: 78px;
  overflow: hidden;
  border-radius: 2px;
  font-size: 24px;
}

.cart-line h3 {
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 1.2;
}

.cart-line p {
  margin-bottom: 4px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.qty {
  display: flex;
  align-items: center;
  gap: 8px;
}

.qty button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 2px;
  color: var(--charcoal);
  background: var(--linen);
}

.checkout {
  display: grid;
  gap: 12px;
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.wide {
  grid-column: 1 / -1;
}

.form-error {
  min-height: 18px;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid var(--line);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.text-button {
  padding: 0;
  border: 0;
  color: var(--muted);
  background: transparent;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.floating-cart {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  color: var(--ivory);
  background: var(--charcoal);
  border: 0;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.notice {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 50;
  transform: translateX(-50%);
  max-width: min(520px, calc(100vw - 32px));
  padding: 12px 16px;
  color: var(--ivory);
  background: var(--leaf);
  border-radius: 3px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.22);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.notice.show {
  opacity: 1;
}

.empty {
  color: var(--muted);
  padding: 22px;
  background: var(--ivory);
  border: 1px dashed var(--line);
  border-radius: 4px;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.error-state {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.skeleton-card {
  height: 430px;
  display: grid;
  gap: 12px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 4px;
}

.skeleton-card span,
.skeleton-card strong,
.skeleton-card p {
  display: block;
  background: linear-gradient(90deg, var(--linen), var(--ivory), var(--linen));
  border-radius: 2px;
  animation: shimmer 1.2s linear infinite;
}

.skeleton-card span {
  height: 260px;
}

.skeleton-card strong {
  height: 28px;
}

.skeleton-card p {
  height: 58px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 76px);
  color: var(--ivory);
  background: var(--charcoal);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 13px;
}

.site-footer a {
  color: var(--ivory);
  text-decoration: underline;
  text-decoration-color: rgba(255, 250, 242, 0.36);
  text-underline-offset: 3px;
}

.page-main {
  display: grid;
  gap: 42px;
  padding-top: 28px;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.page-hero h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 7vw, 86px);
  line-height: 0.96;
}

.page-hero p {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.55;
}

.page-hero img {
  width: 100%;
  height: clamp(320px, 44vw, 560px);
  object-fit: contain;
  padding: clamp(10px, 2vw, 22px);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: var(--shadow);
}

.page-grid,
.contact-layout {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.page-grid article,
.contact-card,
.page-band {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.page-grid article,
.contact-card {
  display: grid;
  align-content: start;
  padding: 24px;
}

.page-grid h2,
.contact-card h2,
.page-band h2 {
  margin-bottom: 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1;
}

.page-grid p,
.contact-card p,
.page-band p,
.contact-list {
  color: var(--muted);
  line-height: 1.65;
}

.page-band {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.75fr);
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 5vw, 46px);
  background:
    linear-gradient(135deg, rgba(47, 104, 77, 0.12), rgba(198, 146, 68, 0.14)),
    var(--paper);
}

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

.contact-page-hero {
  padding: clamp(18px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.95), rgba(232, 221, 206, 0.72)),
    var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.contact-page-hero img {
  height: clamp(260px, 34vw, 420px);
  box-shadow: none;
}

.contact-form {
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.contact-form button {
  min-height: 44px;
  justify-self: start;
  padding: 0 18px;
  color: var(--ivory);
  background: var(--leaf);
  border: 0;
  border-radius: 3px;
}

.contact-details-card {
  background:
    linear-gradient(180deg, rgba(47, 104, 77, 0.08), rgba(198, 146, 68, 0.08)),
    var(--paper);
}

.contact-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.contact-list div {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.contact-list dt {
  color: var(--ink);
  font-weight: 800;
}

.contact-list dd {
  margin: 4px 0 0;
}

@keyframes shimmer {
  0% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.55;
  }
}

@media (max-width: 1040px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .store-hero,
  .page-hero,
  .page-band,
  .collection-heading,
  .product-detail,
  .atelier-section,
  .materials-band,
  .photo-strip,
  .page-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 260px;
  }

  .hero-panel img {
    min-height: 260px;
  }
}

@media (max-width: 700px) {
  .topbar {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .brand strong,
  .brand small {
    white-space: normal;
  }

  .nav-actions {
    width: 100%;
    justify-content: stretch;
  }

  .ghost-button,
  .cart-toggle {
    flex: 1;
  }

  main {
    width: min(100% - 24px, 1180px);
  }

  .store-hero {
    min-height: 0;
    padding: 24px 0;
  }

  .store-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .page-main {
    gap: 28px;
    padding-top: 20px;
  }

  .page-hero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .hero-actions,
  .catalog-tools,
  .detail-actions,
  .form-grid,
  .spec-list div,
  .proof-strip,
  .material-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .catalog-shell {
    padding: 20px;
  }

  .cart-line {
    grid-template-columns: 58px 1fr;
  }

  .qty {
    grid-column: 2;
  }

  .floating-cart {
    display: inline-flex;
  }

  .site-footer {
    flex-direction: column;
  }
}
