:root {
  --white: #fffdf8;
  --paper: #fbf7ef;
  --ink: #2d1b13;
  --brown: #4b2f23;
  --dark-brown: #352018;
  --footer-brown: #2a1810;
  --maroon: #6f1d24;
  --deep-maroon: #461017;
  --gold: #c99a3a;
  --bronze: #9b6b35;
  --cream: #f5ead8;
  --line: rgba(75, 47, 35, 0.16);
  --shadow: 0 24px 70px rgba(45, 27, 19, 0.12);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
  text-align: center;
  text-rendering: optimizeLegibility;
}

main {
  overflow-x: hidden;
  width: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(201, 154, 58, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(75, 47, 35, 0.025) 1px, transparent 1px);
  background-size: 56px 56px;
}

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

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

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

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

.site-header {
  background:
    linear-gradient(180deg, var(--dark-brown) 0%, var(--footer-brown) 100%);
  border-bottom: 1px solid rgba(201, 154, 58, 0.28);
  box-shadow: 0 8px 32px rgba(26, 14, 8, 0.28);
  position: sticky;
  top: 0;
  z-index: 10;
}

.header-accent {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  height: 2px;
  opacity: 0.55;
}

.kanote-border {
  height: 17px;
  background-color: var(--deep-maroon);
  background-image: url("data:image/svg+xml,%3Csvg width='128' height='17' viewBox='0 0 128 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23d8ad54' stroke-width='1.2' stroke-linecap='round'%3E%3Cpath d='M0 8.5c13 0 13-7 26-7s13 7 26 7 13-7 26-7 13 7 26 7 13-7 24-7'/%3E%3Cpath d='M0 8.5c13 0 13 7 26 7s13-7 26-7 13 7 26 7 13-7 26-7 13 7 24 7'/%3E%3Cpath d='M17 8.5c4-5 13-5 17 0-4 5-13 5-17 0ZM69 8.5c4-5 13-5 17 0-4 5-13 5-17 0Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 128px 17px;
}

.nav-shell {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  min-height: 76px;
  padding: 0 1.25rem;
  position: relative;
  text-align: left;
  width: 100%;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
}

.brand-emblem {
  background: var(--cream);
  border: 2px solid rgba(201, 154, 58, 0.65);
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
  display: inline-flex;
  height: 52px;
  overflow: hidden;
  width: 52px;
}

.brand-emblem img,
.center-logo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.brand-mark strong,
.brand-mark small {
  display: block;
}

.brand-mark strong {
  color: var(--cream);
  font-family: "Playfair Display", serif;
  font-size: 1.22rem;
  line-height: 1.1;
}

.brand-mark small {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 0.35rem;
}

.nav-links a {
  border-radius: 999px;
  color: rgba(245, 234, 216, 0.88);
  font-size: 0.92rem;
  font-weight: 700;
  padding: 0.62rem 0.95rem;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  background: rgba(201, 154, 58, 0.16);
  box-shadow: inset 0 0 0 1px rgba(201, 154, 58, 0.45);
  color: var(--gold);
}

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

.menu-toggle span {
  background: var(--gold);
  display: block;
  height: 2px;
  margin: 6px auto;
  width: 22px;
}

.hero {
  align-items: center;
  display: grid;
  min-height: calc(100vh - 93px);
  overflow: hidden;
  padding: 4.5rem 1.25rem 4rem;
  position: relative;
}

.hero::before,
.page-hero::before {
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(201, 154, 58, 0.14), transparent 58%),
    conic-gradient(from 45deg, transparent 0 22%, rgba(111, 29, 36, 0.08) 22% 25%, transparent 25% 47%, rgba(155, 107, 53, 0.1) 47% 50%, transparent 50%);
  height: 540px;
  left: 50%;
  opacity: 0.9;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: min(82vw, 780px);
  z-index: -1;
  mask-image: radial-gradient(circle, black 42%, transparent 69%);
}

.hero-ornament {
  border: 1px solid rgba(201, 154, 58, 0.36);
  inset: 2rem;
  pointer-events: none;
  position: absolute;
}

.hero-ornament::before,
.hero-ornament::after {
  color: var(--gold);
  content: "PADONMAR";
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 5vw, 4.8rem);
  font-weight: 700;
  opacity: 0.12;
  position: absolute;
}

.hero-ornament::before {
  left: 2vw;
  top: 1rem;
}

.hero-ornament::after {
  bottom: 1rem;
  right: 2vw;
}

.hero-content,
.page-hero {
  margin: 0 auto;
  max-width: 880px;
  text-align: center;
  width: 100%;
}

.center-logo {
  background: var(--white);
  border: 1px solid rgba(201, 154, 58, 0.42);
  border-radius: 50%;
  box-shadow: var(--shadow);
  display: inline-flex;
  height: 132px;
  justify-content: center;
  margin-bottom: 1.6rem;
  overflow: hidden;
  position: relative;
  width: 132px;
}

.center-logo::before {
  border: 1px solid rgba(111, 29, 36, 0.24);
  border-radius: 50%;
  content: "";
  inset: 10px;
  pointer-events: none;
  position: absolute;
}

.eyebrow {
  color: var(--bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-family: "Playfair Display", "Noto Serif Myanmar", serif;
  line-height: 1.08;
  margin: 0;
}

h1 {
  font-size: clamp(1.85rem, 6.2vw, 5.55rem);
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  overflow-wrap: anywhere;
  width: 100%;
  word-break: break-word;
}

.hero-subtitle,
.page-hero p {
  color: rgba(45, 27, 19, 0.75);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  margin: 1.25rem auto 0;
  max-width: 680px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1.25rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--deep-maroon), var(--maroon));
  color: #fff8eb;
  box-shadow: 0 16px 34px rgba(111, 29, 36, 0.22);
}

.button.secondary {
  background: white;
  border-color: rgba(201, 154, 58, 0.56);
  color: var(--brown);
}

.button.muted {
  background: var(--paper);
  color: rgba(45, 27, 19, 0.66);
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 5.5rem 1.25rem;
  width: 100%;
}

.section-heading {
  margin: 0 auto 2.25rem;
  max-width: 760px;
  text-align: center;
  width: 100%;
}

.section-heading h2,
.page-hero h1,
.about-heading h2 {
  font-size: clamp(1.5rem, 4.5vw, 4rem);
  margin-left: auto;
  margin-right: auto;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.inline-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  max-width: none;
  text-align: center;
}

.text-link {
  border-bottom: 1px solid var(--gold);
  color: var(--maroon);
  font-weight: 800;
  padding-bottom: 0.2rem;
  white-space: nowrap;
}

.about-heading {
  margin: 0 auto 1.75rem;
  max-width: 100%;
  text-align: center;
  width: 100%;
}

.about-heading h2 {
  margin-bottom: 0;
  width: 100%;
}

.story-block {
  margin: 0 auto 3rem;
  max-width: 820px;
  padding: 0 clamp(0.25rem, 2vw, 1rem);
  text-align: center;
  width: 100%;
}

.story-text {
  color: rgba(45, 27, 19, 0.88);
  font-family: "Noto Serif Myanmar", serif;
  font-size: clamp(0.92rem, 2.5vw, 1.12rem);
  line-height: 1.9;
  margin: 0 auto;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: break-word;
}

.story-outro {
  color: var(--maroon);
  font-family: "Playfair Display", "Noto Serif Myanmar", serif;
  font-size: clamp(1rem, 2.8vw, 1.55rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.65;
  margin: 1.75rem auto 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.story-motto {
  color: var(--brown);
  font-family: "Playfair Display", "Noto Serif Myanmar", serif;
  font-size: clamp(0.92rem, 2.4vw, 1.35rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.65;
  margin: 1.25rem auto 0;
  max-width: 640px;
  overflow-wrap: anywhere;
  position: relative;
  word-break: break-word;
}

.story-motto::before,
.story-motto::after {
  color: var(--gold);
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  line-height: 0;
  opacity: 0.7;
}

.story-motto::before {
  content: "“";
  margin-right: 0.15rem;
}

.story-motto::after {
  content: "”";
  margin-left: 0.15rem;
}

.about-section .craft-grid {
  align-items: stretch;
  gap: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.5rem;
}

.myanmar-line {
  color: rgba(45, 27, 19, 0.82);
  font-family: "Noto Serif Myanmar", serif;
  font-size: clamp(0.88rem, 2.2vw, 0.98rem);
  line-height: 1.75;
  margin-top: 0.55rem !important;
  overflow-wrap: anywhere;
  text-align: center;
  word-break: break-word;
}

.why-grid article .myanmar-line:first-of-type {
  color: var(--maroon);
  font-weight: 600;
  margin-top: 0.35rem !important;
}

.about-layout {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.about-copy {
  border-left: 3px solid var(--gold);
  color: rgba(45, 27, 19, 0.78);
  font-size: 1.05rem;
  padding-left: 1.25rem;
}

.craft-grid,
.why-grid,
.product-grid,
.contact-section {
  display: grid;
  gap: 1rem;
}

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

.craft-grid article,
.why-grid article,
.product-card,
.contact-list article {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(45, 27, 19, 0.06);
}

.craft-grid article {
  display: flex;
  flex-direction: column;
  min-height: 236px;
  padding: 1.35rem;
  text-align: center;
}

.craft-grid .craft-icon {
  margin-left: auto;
  margin-right: auto;
}

.craft-grid h3 {
  margin-bottom: 0.65rem;
}

.craft-grid p {
  flex: 1;
  margin: 0;
}

.craft-icon {
  border: 1px solid rgba(201, 154, 58, 0.5);
  border-radius: 50%;
  display: block;
  height: 48px;
  margin-bottom: 1.2rem;
  position: relative;
  width: 48px;
}

.craft-icon::before {
  content: "";
  position: absolute;
}

.craft-icon.leather::before {
  border: 2px solid var(--maroon);
  border-radius: 56% 44% 48% 52%;
  inset: 12px 9px 10px 13px;
  transform: rotate(-18deg);
}

.craft-icon.hand::before {
  background: var(--maroon);
  border-radius: 14px 14px 4px 4px;
  height: 24px;
  left: 17px;
  top: 12px;
  width: 14px;
}

.craft-icon.heritage::before {
  border-bottom: 20px solid var(--maroon);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  height: 0;
  left: 11px;
  top: 12px;
  width: 0;
}

.craft-grid h3,
.why-grid h3,
.product-card h3 {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  margin-bottom: 0.65rem;
  text-align: center;
}

.product-card h3.product-title-myanmar {
  font-family: "Noto Serif Myanmar", serif;
  font-size: clamp(0.62rem, 2.35vw, 0.98rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  white-space: nowrap;
}

.craft-grid p,
.why-grid p,
.product-card p,
.site-footer p {
  color: rgba(45, 27, 19, 0.7);
  margin: 0;
}

.divider-ornament {
  height: 42px;
  margin: 0 auto;
  max-width: 740px;
  position: relative;
}

.divider-ornament::before {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}

.divider-ornament::after {
  background: var(--white);
  border: 1px solid rgba(201, 154, 58, 0.5);
  border-radius: 50%;
  color: var(--maroon);
  content: "P";
  font-family: "Playfair Display", serif;
  font-weight: 700;
  height: 42px;
  left: 50%;
  line-height: 42px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateX(-50%);
  width: 42px;
}

.why-grid article p:not(.myanmar-line) {
  margin-top: 0.45rem;
}

.why-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.why-grid article {
  overflow: hidden;
  padding: 1.35rem;
  position: relative;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.why-grid article::after {
  background: linear-gradient(135deg, rgba(201, 154, 58, 0.18), transparent);
  content: "";
  height: 80px;
  position: absolute;
  right: -30px;
  top: -30px;
  transform: rotate(22deg);
  width: 80px;
}

.why-grid article:hover,
.product-card:hover {
  border-color: rgba(201, 154, 58, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.why-grid span {
  color: var(--gold);
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.featured-section {
  padding-top: 3.5rem;
}

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

.product-card {
  overflow: hidden;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background:
    linear-gradient(135deg, rgba(111, 29, 36, 0.08), rgba(201, 154, 58, 0.18)),
    repeating-linear-gradient(45deg, rgba(75, 47, 35, 0.06) 0 1px, transparent 1px 12px);
  display: flex;
  justify-content: center;
  min-height: 220px;
  overflow: hidden;
  position: relative;
}

.product-image.has-gallery {
  background: #1a120e;
  padding: 0;
}

.product-image.has-gallery::before {
  display: none;
}

.product-image--gallery {
  isolation: isolate;
}

.gallery-photo {
  cursor: zoom-in;
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.gallery-arrow {
  align-items: center;
  background: rgba(42, 24, 16, 0.72);
  border: 1px solid rgba(201, 154, 58, 0.45);
  border-radius: 50%;
  color: var(--cream);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.45rem;
  height: 36px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
  width: 36px;
  z-index: 2;
}

.gallery-arrow:hover {
  background: rgba(70, 16, 23, 0.88);
  border-color: var(--gold);
  transform: translateY(-50%) scale(1.06);
}

.gallery-arrow--prev {
  left: 0.65rem;
}

.gallery-arrow--next {
  right: 0.65rem;
}

.gallery-counter {
  background: rgba(42, 24, 16, 0.78);
  border-radius: 999px;
  bottom: 0.65rem;
  color: var(--cream);
  font-size: 0.72rem;
  font-weight: 800;
  left: 50%;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.65rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}

.product-label {
  color: var(--bronze) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin: 0.85rem 0 0.35rem !important;
  text-transform: uppercase;
}

.product-label:first-of-type {
  margin-top: 0 !important;
}

.product-desc {
  margin-top: 0 !important;
}

.material-notes {
  color: rgba(45, 27, 19, 0.72);
  font-size: 0.92rem;
  margin-top: 0.35rem !important;
}

.product-sizes {
  color: var(--deep-maroon) !important;
  font-size: 0.92rem;
  font-weight: 800;
  margin-top: 0.35rem !important;
}

.product-card .status-pill {
  z-index: 3;
}

.lightbox {
  align-items: center;
  background: rgba(15, 9, 6, 0.92);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 100;
}

.lightbox[hidden] {
  display: none;
}

.lightbox-image {
  border: 1px solid rgba(201, 154, 58, 0.35);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-height: 92vh;
  max-width: min(960px, 96vw);
  object-fit: contain;
  width: auto;
}

.lightbox-close {
  background: rgba(42, 24, 16, 0.85);
  border: 1px solid rgba(201, 154, 58, 0.45);
  border-radius: 50%;
  color: var(--cream);
  cursor: pointer;
  font-size: 1.75rem;
  height: 44px;
  line-height: 1;
  position: fixed;
  right: 1.25rem;
  top: 1.25rem;
  width: 44px;
  z-index: 101;
}

.lightbox-close:hover {
  background: var(--deep-maroon);
  border-color: var(--gold);
}

body.lightbox-open {
  overflow: hidden;
}

.product-image::before {
  border: 1px solid rgba(255, 255, 255, 0.85);
  content: "";
  inset: 16px;
  position: absolute;
}

.placeholder-mark {
  color: rgba(70, 16, 23, 0.55);
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 700;
  position: relative;
}

.status-pill {
  background: var(--deep-maroon);
  border-radius: 999px;
  color: white;
  font-size: 0.72rem;
  font-weight: 800;
  padding: 0.4rem 0.65rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.product-body {
  padding: 1.35rem;
  text-align: center;
}

.product-card h3,
.product-card p {
  text-align: center;
}

.product-category {
  color: var(--bronze) !important;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.45rem !important;
  text-transform: uppercase;
}

.material {
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  margin-top: 1rem !important;
  padding-top: 1rem;
}

.product-card .button {
  margin-top: 1.2rem;
  width: 100%;
}

.page-hero {
  padding: 6rem 1.25rem 3rem;
  position: relative;
}

.category-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  justify-content: center;
  margin-bottom: 1.35rem;
}

.category-tabs button {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--brown);
  cursor: pointer;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  min-height: 44px;
  padding: 0.62rem 1rem;
  text-align: center;
}

.category-tabs button.active,
.category-tabs button:hover {
  background: var(--deep-maroon);
  border-color: var(--deep-maroon);
  color: white;
}

.category-tabs span {
  color: var(--gold);
  font-size: 0.74rem;
  margin-left: 0.25rem;
}

.contact-section {
  align-items: start;
  grid-template-columns: minmax(0, 760px);
  justify-content: center;
}

.contact-list {
  display: grid;
  gap: 0.85rem;
}

.contact-list article {
  padding: 1.05rem 1.15rem;
  text-align: center;
}

.contact-list span {
  color: var(--bronze);
  display: block;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
}

.contact-list p {
  color: var(--maroon);
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}

.contact-list a {
  color: inherit;
  text-decoration: none;
}

.site-footer {
  background:
    linear-gradient(180deg, var(--dark-brown) 0%, var(--footer-brown) 55%, #1f120c 100%);
  border-top: none;
  color: var(--cream);
  margin-top: 2rem;
  position: relative;
}

.site-footer::before {
  background: radial-gradient(ellipse at 50% 0%, rgba(201, 154, 58, 0.12), transparent 62%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1.4fr 0.7fr 1fr;
  margin: 0 auto;
  max-width: 1180px;
  padding: 3.5rem 1.25rem 2rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.footer-grid > div {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.footer-brand {
  justify-content: center;
  margin-bottom: 1rem;
}

.site-footer h2 {
  color: var(--gold);
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.85rem;
  text-transform: uppercase;
}

.site-footer p {
  color: rgba(245, 234, 216, 0.78);
}

.site-footer a:not(.brand-mark) {
  color: rgba(245, 234, 216, 0.82);
  display: block;
  font-weight: 700;
  margin: 0.35rem 0;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer p a:not(.brand-mark) {
  display: inline;
  margin: 0;
  overflow-wrap: anywhere;
}

.site-footer p {
  overflow-wrap: anywhere;
}

.site-footer a:not(.brand-mark):hover {
  color: var(--gold);
}

.copyright {
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid rgba(201, 154, 58, 0.22);
  color: rgba(245, 234, 216, 0.62);
  font-size: 0.9rem;
  margin: 0 auto !important;
  max-width: none;
  padding: 1.1rem 1.25rem 1.4rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.section-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.hero.section-reveal,
.page-hero.section-reveal,
.section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    background: var(--footer-brown);
    border-bottom: 1px solid rgba(201, 154, 58, 0.28);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem 1.1rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 93px;
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    border-radius: var(--radius);
    text-align: center;
  }

  .hero {
    min-height: auto;
    padding: 4rem 1rem 3rem;
  }

  .hero-ornament {
    inset: 0.75rem;
  }

  .hero-ornament::before,
  .hero-ornament::after {
    font-size: clamp(1rem, 4vw, 2rem);
  }

  .page-hero {
    padding: 4.5rem 1rem 2.5rem;
  }

  .about-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .about-section .craft-grid,
  .craft-grid,
  .why-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section {
    padding: 4rem 1rem;
  }

  .story-block {
    margin-bottom: 2.5rem;
  }

  .section-heading h2,
  .about-heading h2,
  .page-hero h1 {
    font-size: clamp(1.45rem, 5vw, 2.75rem);
  }
}

@media (max-width: 620px) {
  .nav-shell {
    min-height: 68px;
    padding: 0 0.85rem;
  }

  .brand-mark strong {
    font-size: 0.95rem;
  }

  .brand-mark small {
    font-size: 0.62rem;
  }

  .brand-emblem {
    height: 40px;
    width: 40px;
  }

  .center-logo {
    height: 100px;
    width: 100px;
  }

  .hero {
    padding: 3.5rem 0.85rem 2.5rem;
  }

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

  .button,
  .text-link {
    width: 100%;
  }

  .section {
    padding: 3rem 0.85rem;
  }

  .about-section .craft-grid,
  .craft-grid,
  .why-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .craft-grid article {
    min-height: auto;
  }

  .category-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .category-tabs button {
    width: 100%;
  }

  .product-image {
    min-height: 190px;
  }

  .section-heading h2,
  .about-heading h2,
  .page-hero h1 {
    font-size: clamp(1.35rem, 7vw, 2rem);
    line-height: 1.2;
  }

  h1 {
    font-size: clamp(1.65rem, 8vw, 2.5rem);
    line-height: 1.15;
  }

  .story-text {
    font-size: clamp(0.88rem, 3.8vw, 1rem);
    line-height: 1.85;
  }

  .story-outro {
    font-size: clamp(0.95rem, 4vw, 1.2rem);
    margin-top: 1.25rem;
  }

  .story-motto {
    font-size: clamp(0.88rem, 3.6vw, 1.05rem);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .nav-links {
    top: 85px;
  }

  .footer-grid {
    padding: 2.5rem 0.85rem 1.5rem;
  }

  .gallery-arrow {
    font-size: 1.2rem;
    height: 32px;
    width: 32px;
  }

  .gallery-arrow--prev {
    left: 0.4rem;
  }

  .gallery-arrow--next {
    right: 0.4rem;
  }

  .lightbox {
    padding: 1rem;
  }

  .lightbox-close {
    height: 38px;
    right: 0.75rem;
    top: 0.75rem;
    width: 38px;
  }

  .product-card h3.product-title-myanmar {
    font-size: clamp(0.56rem, 3.1vw, 0.82rem);
  }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .section {
    padding: 4.5rem 1.5rem;
  }

  .story-block {
    max-width: 90%;
  }
}
