:root {
  --ink: #321f14;
  --brown: #49301f;
  --rust: #a94f1d;
  --orange: #c87535;
  --gold: #b85c24;
  --olive: #62674a;
  --sand: #ead6b5;
  --cream: #fbf2e3;
  --paper: #fffaf2;
  --line: rgba(57, 39, 25, 0.18);
  --shadow: 0 18px 50px rgba(39, 25, 14, 0.13);
  --radius: 20px;
  --max: 1180px;
}
@media (min-width: 800px) and (max-width: 979px) {
  .menu-button {
    display: grid !important;
    color: #fff4df !important;
    border-color: rgba(255, 226, 184, 0.72) !important;
  }
  .menu-button span {
    background: #fff4df !important;
  }
  .nav {
    display: none !important;
    position: absolute !important;
    top: 126px !important;
    left: 0 !important;
    right: 0 !important;
    max-height: calc(100svh - 126px) !important;
    overflow: auto !important;
    padding: 10px 18px 24px !important;
    background: linear-gradient(rgba(238, 218, 187, 0.98), rgba(238, 218, 187, 0.98)), url(images/tumbler/white-sandstone-texture.png) center / 900px auto !important;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35) !important;
  }
  .nav.open {
    display: block !important;
  }
  .nav a {
    display: flex !important;
    min-height: 50px !important;
    border-bottom: 1px solid rgba(74, 48, 30, 0.14) !important;
    color: #3f291a !important;
    font-size: 0.76rem !important;
  }
  .header-cta {
    display: none !important;
  }
}
.content-status {
  margin: 0 0 22px;
  padding: 14px 18px;
  background: rgba(251, 242, 227, .78);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--brown);
}
.content-card {
  overflow: hidden;
}
.content-card-link {
  display: block;
  height: 100%;
}
.content-read-more {
  display: inline-block;
  margin-top: 8px;
  color: var(--rust);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-size: .76rem;
}
.content-detail-hero {
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 70px 0;
  color: var(--cream);
  background:
    linear-gradient(
      0deg,
      rgba(42, 28, 18, .9),
      rgba(42, 28, 18, .12) 75%),
    var(--content-image) center/cover no-repeat;
}
.content-detail-hero h1 {
  max-width: 900px;
  margin: 0 0 18px;
  color: var(--cream);
  font-size: clamp(2.8rem, 7vw, 6rem);
  line-height: .95;
}
.content-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  font-weight: 800;
}
.content-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(240px, .75fr);
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 90px;
}
.content-body {
  max-width: 780px;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}
.content-body h2 {
  margin-top: 2.2em;
  color: var(--burnt-dark);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}
.content-lead {
  color: var(--brown);
  font-size: 1.35rem;
  font-weight: 700;
}
.content-aside {
  align-self: start;
  position: sticky;
  top: 120px;
  padding: 26px;
  background: rgba(251, 242, 227, .78);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.content-gallery {
  display: grid;
  gap: 24px;
  margin-top: 44px;
}
.content-gallery figure {
  margin: 0;
}
.content-gallery img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: var(--shadow);
}
@media (max-width: 800px) {
  .content-detail-hero {
    min-height: 450px;
    padding: 48px 0;
  }
  .content-detail-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .content-aside {
    position: static;
  }
}
* {
  box-sizing: border-box;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: linear-gradient(rgba(219, 190, 148, 0.9), rgba(219, 190, 148, 0.9)), url(images/tumbler/white-sandstone-texture.png) center / 900px auto;
  color: var(--ink);
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
h1,
h2,
h3,
.brand-copy {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}
p {
  line-height: 1.65;
  color: #321d12;
}
.notice {
  padding: 10px 18px;
  background: #5d6245;
  color: #f8e7cf;
  text-align: center;
  font-size: 0.78rem;
  line-height: 1.45;
}
.notice strong {
  display: block;
  color: #df7a3d;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  margin-bottom: 2px;
}
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 92px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(rgba(61, 39, 25, 0.95), rgba(61, 39, 25, 0.95)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  border-top: 5px solid #b55225;
  border-bottom: 1px solid rgba(82, 58, 38, 0.2);
  box-shadow: 0 8px 24px rgba(59, 38, 23, 0.12);
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin-right: auto;
}
.brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}
.brand-copy {
  display: none;
  color: #fff0d8;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.28rem;
  line-height: 0.86;
  letter-spacing: 0.08em;
}
.brand-copy small {
  display: block;
  color: #dc7740;
  font: 800 0.7rem Arial, sans-serif;
  letter-spacing: 0.28em;
  margin-top: 5px;
}
.menu-button {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(74, 48, 30, 0.45);
  border-radius: 8px;
  background: transparent;
  color: #fff4df;
  background: rgba(255, 239, 215, 0.08);
  display: grid;
  place-content: center;
  gap: 5px;
  cursor: pointer;
}
.menu-button span {
  width: 22px;
  height: 2px;
  background: #fff4df;
  box-shadow: 0 0 7px rgba(255, 232, 196, 0.35);
  transition: 0.2s;
}
.menu-button[aria-expanded=true] span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.menu-button[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.menu-button[aria-expanded=true] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.nav {
  display: none;
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  max-height: calc(100svh - 92px);
  overflow: auto;
  padding: 10px 18px 24px;
  background: linear-gradient(rgba(61, 39, 25, 0.98), rgba(61, 39, 25, 0.98)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.35);
}
.nav.open {
  display: block;
}
.nav a {
  display: flex;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid rgba(74, 48, 30, 0.14);
  color: #f8e4ca;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.76rem;
  font-weight: 800;
}
.nav a:hover,
.nav a[aria-current=page] {
  color: #ef8a4c;
}
.header-cta {
  display: none;
}
.container {
  width: min(100% - 36px, var(--max));
  margin-inline: auto;
}
.hero {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: flex-end;
  padding: 76px 0 46px;
  background-color: var(--brown);
  background-size: cover;
  background-position: center;
  isolation: isolate;
  color: #fff8ea;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(18, 12, 8, 0.08),
      rgba(18, 12, 8, 0.35) 38%,
      rgba(18, 12, 8, 0.9));
  z-index: -1;
}
.sunset-hero::before {
  background:
    linear-gradient(
      180deg,
      rgba(29, 19, 12, 0.02),
      rgba(29, 19, 12, 0.15) 48%,
      rgba(29, 19, 12, 0.68));
}
.sunset-hero {
  background-position: 68% center;
}
.contact-hero {
  background-position: 62% center;
}
.sunset-hero .hero-content {
  text-shadow: 0 3px 16px rgba(36, 19, 8, 0.52);
}
.hero-content {
  width: 100%;
  max-width: 650px;
}
.eyebrow {
  margin: 0 0 12px;
  color: #9c471d;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  font-weight: 900;
}
.hero .eyebrow,
.section.dark .eyebrow {
  color: #e48248;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3rem, 15vw, 5rem);
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  text-wrap: balance;
}
.hero p {
  max-width: 580px;
  margin: 18px 0 0;
  color: #f0e3cf;
  font-size: 1rem;
}
.actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 26px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid var(--rust);
  border-radius: 8px;
  background: var(--rust);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.74rem;
  font-weight: 900;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.button.secondary {
  background: rgba(20, 12, 7, 0.3);
  border-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.button:hover,
.button:focus-visible {
  background: #c96a32;
  border-color: #c96a32;
  color: #fff8ee;
  box-shadow: 0 10px 24px rgba(112, 54, 20, 0.3);
  transform: translateY(-2px);
}
.button.secondary:hover,
.button.secondary:focus-visible {
  background: #fff0d7;
  border-color: #fff0d7;
  color: #24160c;
}
.button.header-cta {
  border-color: #5d6245;
  background: #5d6245;
  color: #fff7e9;
}
.button.header-cta:hover,
.button.header-cta:focus-visible {
  border-color: #484d36;
  background: #484d36;
  color: #fff7e9;
}
.section {
  padding: 58px 0;
  background: linear-gradient(rgba(226, 199, 158, 0.66), rgba(226, 199, 158, 0.66)), url(images/tumbler/white-sandstone-texture.png) center / 900px auto;
  color: #281a11;
}
.section.alt {
  background: linear-gradient(rgba(197, 158, 111, 0.58), rgba(197, 158, 111, 0.58)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
}
.section.dark {
  background: linear-gradient(rgba(48, 33, 23, 0.76), rgba(48, 33, 23, 0.76)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  color: #fff6e6;
}
.section-head {
  position: relative;
  max-width: 720px;
  margin-bottom: 28px;
}
.section-head.center::before {
  content: "";
  display: block;
  width: 42px;
  height: 50px;
  margin: 0 auto 12px;
  background: url(images/store/icon-cactus.png) center / contain no-repeat;
}
.section:not(.dark) .section-head.center::before {
  width: 58px;
  height: 68px;
  margin-bottom: 10px;
}
.section-head.center {
  text-align: center;
  margin-inline: auto;
}
.section h2 {
  margin: 0;
  font-size: clamp(2.2rem, 10vw, 4.2rem);
  line-height: 0.96;
  text-transform: uppercase;
  text-wrap: balance;
  color: #3d2719;
}
.section.dark h2,
.section.dark h3 {
  color: #fff1dc;
}
.section:not(.dark) h3 {
  color: #4a2d1c;
}
.section-head p {
  margin: 14px 0 0;
  color: #2f1b11;
}
.dark .section-head p {
  color: #dccbb5;
}
.section.dark .feature-copy > p,
.section.dark .feature-copy > h2 {
  color: #f5e7d2;
}
.workshop-closing {
  position: relative;
  max-width: 860px;
  margin-inline: auto;
  padding: 42px 0;
  text-align: center;
}
.workshop-closing::before {
  content: "";
  display: block;
  width: 62px;
  height: 72px;
  margin: 0 auto 22px;
  background: url(images/store/icon-cactus.png) center / contain no-repeat;
  filter: sepia(0.3) saturate(1.3) brightness(1.25);
}
.workshop-closing-copy p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px auto 26px;
}
.workshop-closing-copy .button {
  margin-inline: auto;
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.card {
  overflow: hidden;
  background: #f2dfc0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.card-media {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.card-body {
  padding: 22px;
}
.card-body h3 {
  margin: 0 0 9px;
  font-size: 1.45rem;
  line-height: 1.05;
  text-transform: uppercase;
}
.card-body p {
  margin: 0;
  color: #2f1b11;
  font-size: 0.94rem;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}
.tag {
  padding: 6px 9px;
  border-radius: 999px;
  background: #62674a;
  color: #fff5e5;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.64rem;
  font-weight: 900;
}
.icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.icon-card {
  min-width: 0;
  padding: 20px 12px;
  background: #f0dfc2;
  text-align: center;
  display: grid;
  grid-template-rows: 62px minmax(2.15em, auto) auto;
  align-content: start;
  transition: background 0.2s ease, transform 0.2s ease;
}
.icon-card:hover {
  background: #d8d0ae;
  transform: translateY(-3px);
}
.icon-card img {
  width: 82px;
  height: 52px;
  object-fit: contain;
  align-self: center;
  margin: 0 auto;
}
.icon-card:first-child img {
  filter: sepia(0.35) saturate(0.8) brightness(0.55) contrast(1.25);
}
@media (max-width: 559px) {
  .hero h1 {
    max-width: 100%;
    font-size: clamp(3.2rem, 15vw, 5.25rem);
    overflow-wrap: normal;
    word-break: normal;
  }
}
.icon-card h3 {
  margin: 0 0 6px;
  font-size: 0.84rem;
  line-height: 1.15;
  text-transform: uppercase;
}
.icon-card p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #2f1b11;
}
.feature {
  display: grid;
  gap: 24px;
  align-items: center;
}
.feature-image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.feature-art {
  position: relative;
  isolation: isolate;
  width: 100%;
}
.feature-image--transparent {
  position: relative;
  z-index: 2;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 20px 26px rgba(24, 14, 8, .3));
}
.lantern-glow {
  position: absolute;
  z-index: 3;
  left: 75%;
  top: 38%;
  width: 15%;
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle,
      rgba(255, 201, 116, .74),
      rgba(214, 112, 48, .34) 34%,
      rgba(169, 79, 29, .1) 58%,
      transparent 74%);
  filter: blur(8px);
  mix-blend-mode: screen;
  transform: translate(-50%, -50%);
  animation: lanternFlicker 5.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes lanternFlicker {
  0%, 100% {
    opacity: .56;
    transform: translate(-50%, -50%) scale(.96);
  }
  13% {
    opacity: .78;
  }
  27% {
    opacity: .61;
  }
  43% {
    opacity: .84;
    transform: translate(-50%, -50%) scale(1.04);
  }
  59% {
    opacity: .66;
  }
  74% {
    opacity: .8;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lantern-glow {
    animation: none;
    opacity: .68;
  }
}
.about-landscape {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 28px rgba(53, 30, 15, 0.2));
}
.feature-copy h2 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 10vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}
.feature-copy p {
  color: #2f1b11;
}
.stat-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.stat {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(247, 226, 194, 0.78);
  border-top: 4px solid #62674a;
}
.stat img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin-bottom: 12px;
}
.stat h3 {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1rem;
}
.stat p {
  margin: 0;
  color: #2f1b11;
  font-size: 0.9rem;
}
.newsletter {
  position: relative;
  overflow: hidden;
  padding: 38px 22px;
  border: 1px solid rgba(56, 62, 39, 0.45);
  border-radius: 24px;
  background: linear-gradient(rgba(82, 88, 61, 0.92), rgba(82, 88, 61, 0.92)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  color: #fff5e5;
  box-shadow: 0 24px 55px rgba(51, 29, 15, 0.24);
}
.newsletter::after {
  content: none;
}
.newsletter-art {
  position: relative;
  z-index: 1;
  width: min(100%, 330px);
  margin: 24px auto -38px;
  align-self: end;
}
.newsletter-art img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 14px 18px rgba(34, 24, 15, 0.2));
}
.newsletter-copy,
.newsletter form {
  position: relative;
  z-index: 1;
}
.newsletter h2 {
  margin-bottom: 10px;
  color: #fff5e5;
  font-size: clamp(2rem, 9vw, 3.4rem);
  line-height: 0.98;
}
.newsletter p {
  color: #efe2ce;
}
.newsletter form {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}
.newsletter input,
.newsletter select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  background: #fff8eb;
  color: #3b2517;
}
.newsletter input:disabled,
.newsletter .button:disabled {
  cursor: not-allowed;
  opacity: 0.78;
}
.newsletter .button:disabled:hover {
  transform: none;
  box-shadow: none;
  background: var(--rust);
  border-color: var(--rust);
}
.contact-layout {
  display: grid;
  gap: 26px;
  align-items: start;
}
.contact-intro {
  max-width: 620px;
}
.contact-intro h2 {
  margin-bottom: 18px;
}
.contact-intro p {
  color: #2f1b11;
}
.contact-detail-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.contact-detail {
  padding: 16px 18px;
  border-left: 4px solid var(--rust);
  border-radius: 0 12px 12px 0;
  background: rgba(247, 226, 194, 0.72);
}
.contact-detail strong {
  display: block;
  margin-bottom: 3px;
  color: #4a2d1c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.76rem;
}
.contact-detail p {
  margin: 0;
  font-size: 0.9rem;
}
.contact-form-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(247, 231, 204, 0.94);
  box-shadow: var(--shadow);
}
.contact-form {
  display: grid;
  gap: 17px;
}
.contact-form .field-row {
  display: grid;
  gap: 17px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  color: #3f2819;
  font-size: 0.79rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(83, 56, 37, 0.38);
  border-radius: 10px;
  background: #fff8eb;
  color: #2d1b11;
  font: inherit;
  text-transform: none;
  letter-spacing: normal;
}
.contact-form input,
.contact-form select {
  min-height: 50px;
  padding: 0 14px;
}
.contact-form textarea {
  min-height: 170px;
  padding: 14px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(181, 82, 37, 0.22);
  border-color: var(--rust);
}
.contact-form .button {
  width: 100%;
}
.contact-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
}
.contact-privacy {
  margin: 0;
  color: #6a4a34;
  font-size: 0.78rem;
  line-height: 1.5;
}
.contact-status {
  min-height: 1.5em;
  margin: 0;
  color: #5a3a27;
  font-size: 0.88rem;
  font-weight: 700;
}
.contact-status.success {
  color: #3f5934;
}
.contact-status.error {
  color: #9b351d;
}
@media (min-width: 760px) {
  .contact-form .field-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 980px) {
  .contact-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 54px;
  }
  .contact-form-card {
    padding: 34px;
  }
}
.footer {
  position: relative;
  overflow: hidden;
  padding: 14px 0 6px;
  border-top: 5px solid #b55225;
  background: linear-gradient(rgba(194, 151, 109, 0.91), rgba(178, 130, 89, 0.94)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  color: #3e291b;
}
.footer::before {
  content: none;
}
.footer .container {
  position: relative;
}
.footer-grid {
  display: grid;
  gap: 12px;
  align-items: start;
}
.footer-intro {
  max-width: 390px;
}
.footer-logo {
  width: 245px;
  max-height: 145px;
  object-fit: contain;
  object-position: left center;
}
.footer-grid > div {
  min-width: 0;
}
.footer-grid > div:first-child {
  max-width: 360px;
}
.footer h3 {
  color: #8f3517;
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
}
.footer p {
  margin: 8px 0 0;
  color: #29170e;
}
.footer-grid > div:first-child p {
  color: #29170e;
}
.footer a {
  display: block;
  padding: 3px 0;
  font-size: 0.88rem;
  color: #24140c;
  transition: color 0.2s ease, transform 0.2s ease;
}
.footer a:hover {
  color: #7f2f14;
  transform: translateX(4px);
}
.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px;
  border: 1px solid rgba(77, 83, 51, 0.68);
  border-radius: 999px;
  background: rgba(239, 219, 187, 0.3);
}
.footer-socials a:hover {
  border-color: #555b3e;
  background: #62674a;
  color: #fff;
  transform: translateY(-2px);
}
.footer-socials span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #c96a32;
  color: #26180f;
  font-weight: 900;
}
.footer-horizon {
  position: relative;
  z-index: 0;
  display: block;
  width: min(82%, 360px);
  height: auto;
  max-height: 175px;
  margin: -4px auto -2px;
  object-fit: contain;
  object-position: center bottom;
  pointer-events: none;
  filter: drop-shadow(0 8px 14px rgba(70, 42, 24, 0.12));
}
.footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 2px;
  padding: 6px 0 0;
  border-top: 1px solid rgba(74, 47, 30, 0.22);
  background: transparent;
  font-size: 0.76rem;
  color: #29170e;
}
.section:not(.dark),
.section:not(.dark) p,
.section.alt,
.section.alt p,
.card,
.card p,
.stat,
.stat p,
.content-status,
.content-body,
.content-lead,
.content-aside,
.icon-card,
.icon-card p {
  color: #2b180f;
}
.section:not(.dark) h2,
.section:not(.dark) h3,
.section.alt h2,
.section.alt h3,
.card h3,
.stat h3,
.icon-card h3 {
  color: #351b0e;
}
.section:not(.dark) .eyebrow,
.section.alt .eyebrow {
  color: #7b3013;
}
.section.dark p,
.section.dark .feature-copy p,
.newsletter p {
  color: #f4e7d4;
}
.section .newsletter {
  border-color: rgba(56, 62, 39, 0.45);
  background: linear-gradient(rgba(82, 88, 61, 0.92), rgba(82, 88, 61, 0.92)), url(images/tumbler/desert-sandstone-texture-1.png) center / 760px auto;
  color: #fff5e5;
}
.section:not(.dark) .newsletter .eyebrow,
.section.alt .newsletter .eyebrow {
  color: #ef8a4c;
}
.section:not(.dark) .newsletter h2,
.section:not(.dark) .newsletter p,
.section.alt .newsletter h2,
.section.alt .newsletter p {
  color: #fff5e5;
}
.section .newsletter input {
  border-color: rgba(255, 255, 255, 0.55);
  background: #fff8eb;
  color: #3b2517;
}
.section .newsletter .button:disabled {
  border-color: var(--rust);
  background: var(--rust);
  color: #fff8eb;
}
.back-to-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 250px);
  min-height: 50px;
  margin: 28px auto 4px;
  border: 1px solid rgba(239, 138, 76, 0.72);
  border-radius: 999px;
  background: #a94f1d;
  color: #fff5e5 !important;
  font-size: 0.78rem !important;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(35, 20, 11, 0.24);
}
.back-to-top::before {
  content: "\2191";
  font-size: 1.25rem;
  line-height: 1;
}
.back-to-top:hover,
.back-to-top:focus-visible {
  background: #d06a35;
  border-color: #f3a46f;
  color: #fffaf2 !important;
  transform: translateY(-3px);
}
.store-toolbar {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.store-toolbar select {
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.example-products-note {
  max-width: 560px;
  margin: 14px 0 0;
  padding: 10px 14px;
  border-left: 4px solid var(--rust);
  border-radius: 0 8px 8px 0;
  background: rgba(201, 106, 50, 0.1);
  color: var(--brown);
  font-size: 0.92rem;
  line-height: 1.5;
}
.price {
  font-weight: 900;
  color: var(--rust);
}
.process {
  display: grid;
  gap: 16px;
  counter-reset: step;
}
.process .card {
  position: relative;
}
.process .card::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 14px;
  left: 14px;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--olive);
  color: white;
  font-weight: 900;
  z-index: 2;
}
.portrait {
  object-position: center top;
}
.about-signature {
  width: min(100%, 340px);
  margin: 22px 0 0;
  border-radius: 14px;
  opacity: 0.95;
  mix-blend-mode: multiply;
}
.quote {
  padding: 30px 22px;
  border-left: 5px solid var(--gold);
  background: #f0dfc2;
  font: italic 1.15rem/1.65 Georgia, serif;
}
@media (min-width: 560px) {
  .brand-copy {
    display: block;
  }
  .actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .button {
    width: auto;
  }
  .grid.two,
  .stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .newsletter form {
    grid-template-columns: 1fr auto;
  }
  .icon-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 800px) {
  .notice strong {
    display: inline;
    margin-right: 8px;
  }
  .footer-logo {
    width: 270px;
    max-height: 155px;
  }
  .hero {
    min-height: 680px;
    align-items: center;
    padding: 90px 0;
  }
  .hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(18, 12, 8, 0.88),
        rgba(18, 12, 8, 0.45) 58%,
        rgba(18, 12, 8, 0.08));
  }
  .sunset-hero::before {
    background:
      linear-gradient(
        90deg,
        rgba(34, 22, 14, 0.8),
        rgba(34, 22, 14, 0.34) 52%,
        rgba(34, 22, 14, 0.04));
  }
  .sunset-hero {
    background-position: center;
  }
  .contact-hero {
    background-position: center;
  }
  .section {
    padding: 82px 0;
  }
  .grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature {
    grid-template-columns: 1fr 1fr;
    gap: 52px;
  }
  .newsletter {
    display: grid;
    grid-template-columns: minmax(260px, 0.9fr) minmax(340px, 1.1fr) minmax(190px, 0.7fr);
    align-items: center;
    gap: 24px;
    padding: 48px;
  }
  .newsletter-art {
    width: 100%;
    margin: -24px 0 -48px;
    grid-column: 3;
    grid-row: 1;
  }
  .newsletter form {
    margin: 0;
  }
  .feature.reverse .feature-image {
    order: 2;
  }
  .feature.reverse .feature-art {
    order: 2;
  }
  .stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .icon-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .footer-grid {
    grid-template-columns: minmax(270px, 1.35fr) repeat(auto-fit, minmax(135px, 1fr));
  }
  .footer-horizon {
    width: min(36%, 390px);
    height: auto;
    max-height: 175px;
    margin: -28px auto -4px;
  }
  .store-toolbar {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .header {
    padding-inline: max(30px, calc((100vw - var(--max)) / 2));
  }
  .grid.four {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .process {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .process .card-media {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 1180px) {
  .header {
    height: 112px;
    gap: 14px;
  }
  .brand {
    flex: 0 0 auto;
    margin-right: auto;
  }
  .brand img {
    width: 108px;
    height: 108px;
  }
  .brand-copy {
    font-size: 1.48rem;
  }
  .brand-copy small {
    font-size: 0.7rem;
  }
  .menu-button {
    display: none;
  }
  .nav {
    display: flex;
    position: static;
    flex: 0 1 auto;
    max-height: none;
    overflow: visible;
    padding: 0;
    background: none;
    box-shadow: none;
    gap: clamp(10px, 1.3vw, 19px);
  }
  .nav a {
    min-height: 44px;
    border: 0;
    white-space: nowrap;
    font-size: 0.68rem;
  }
  .header-cta {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 164px;
    padding-inline: 14px;
    white-space: nowrap;
  }
}
.thank-you-section {
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: clamp(72px, 10vw, 130px) 0;
  background:
    linear-gradient(
      90deg,
      rgba(30, 18, 12, 0.88),
      rgba(53, 29, 18, 0.58)),
    url(images/contact-hero-hat-journal-v2.png) center / cover no-repeat;
}
.thank-you-card {
  width: min(680px, 100%);
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(244, 224, 190, 0.36);
  border-radius: 22px;
  color: #fff8eb;
  background: rgba(38, 23, 16, 0.88);
  box-shadow: 0 24px 70px rgba(16, 8, 4, 0.38);
  backdrop-filter: blur(8px);
  text-align: center;
}
.thank-you-card .eyebrow {
  color: #ee8b3c;
}
.thank-you-card h1 {
  margin: 10px 0 18px;
  color: #fff8eb;
}
.thank-you-card > p:last-of-type {
  max-width: 540px;
  margin: 0 auto;
  color: #f4e4ca;
  font-size: 1.08rem;
}
.thank-you-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
.thank-you-actions .button-secondary {
  border: 1px solid rgba(255, 248, 235, 0.58);
  color: #fff8eb;
  background: transparent;
}
.thank-you-actions .button-secondary:hover,
.thank-you-actions .button-secondary:focus-visible {
  border-color: #fff8eb;
  background: rgba(255, 248, 235, 0.12);
}
@media (max-width: 600px) {
  .thank-you-section {
    min-height: 580px;
    background-position: 58% center;
  }
  .thank-you-actions {
    flex-direction: column;
  }
  .thank-you-actions .button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
