@font-face {
  font-family: 'Causten';
  src: url('https://cdn.shopify.com/s/files/1/0297/6313/t/689/assets/Causten.otf?v=153565046961550339911781121235') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Causten';
  src: url('https://cdn.shopify.com/s/files/1/0297/6313/t/689/assets/Causten-Bold.otf?v=164587244664243969141781121234') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alias';
  src: url('https://cdn.shopify.com/s/files/1/0297/6313/t/689/assets/Alias-Regular.woff2?v=35944430687708969601781121234') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alias';
  src: url('https://cdn.shopify.com/s/files/1/0297/6313/t/689/assets/Alias-Bold.woff2?v=127676320482942702571781121233') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --cream: #f3efdc;
  --sand: #f3efdc;
  --mint: #afeae2;
  --mint-dark: #0e463b;
  --pink: #fa97ff;
  --blue-dark: #153563;
  --black: #232323;
  --white: #ffffff;
  --gray-light: #e5e5e5;
  --max-width: 1536px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Causten', 'Helvetica Neue', Arial, sans-serif;
  color: var(--black);
  background: var(--white);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 1024px) {
  .container {
    padding: 0 2.5rem;
  }
}

/* Announcement Bar */
.announcement-bar {
  background: var(--cream);
  text-align: center;
  font-size: 13px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}

@media (min-width: 768px) {
  .announcement-bar {
    font-size: 16px;
    min-height: 56px;
  }
}

.announcement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125rem;
  line-height: 1.3;
}

.announcement-title {
  margin: 0;
  font-size: inherit;
}

.announcement-sub {
  margin: 0;
  font-size: 0.875em;
}

@media (min-width: 768px) {
  .announcement-sub {
    font-size: inherit;
  }
}

.announcement-bar a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* Header - moved to header.css */

/* Hero */
.hero {
  padding: 0 1rem;
}

.hero-inner {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.hero video {
  width: 100%;
  height: auto;
  max-height: 1000px;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}

.hero h1 {
  font-family: 'Causten', sans-serif;
  font-size: min(100px, 11vw);
  line-height: 1;
  letter-spacing: 0.06em;
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .hero h1 {
    font-size: min(140px, 9vw);
    line-height: 0.9;
  }
}

.hero p {
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 16px;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .hero p {
    font-size: 32px;
    margin-top: 1.75rem;
  }
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  font-family: 'Alias', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.2s;
  border: 2px solid transparent;
}

.btn-white {
  background: var(--white);
  color: var(--black);
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .btn-white {
    margin-top: 2rem;
    padding: 1rem 2.5rem;
    font-size: 15px;
  }
}

.btn-mint {
  background: var(--mint-dark);
  color: var(--white);
}

.btn-mint:hover {
  opacity: 0.9;
}

.btn-link {
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  padding: 0;
  border: none;
  background: none;
}

/* Section Titles */
.section-title {
  font-family: 'Causten', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .section-title {
    font-size: 24px;
  }
}

.section-title-large {
  font-size: 30px;
  text-transform: none;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .section-title-large {
    font-size: 48px;
  }
}

.underline-pink span {
  background-image: linear-gradient(var(--pink), var(--pink));
  background-size: 100% 40%;
  background-repeat: no-repeat;
  background-position: 0 85%;
}

.text-mint-dark {
  color: var(--mint-dark);
}

/* Carousel */
.carousel-section {
  padding: 2rem 0 2.5rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {
  .carousel-section {
    padding: 4rem 2.5rem 2rem;
  }
}

.carousel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .carousel-header {
    padding-right: 0;
  }
}

.carousel-nav {
  display: none;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .carousel-nav {
    display: flex;
  }
}

.carousel-nav button {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.carousel-nav button:hover {
  background: var(--black);
  color: var(--white);
}

.carousel-nav button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carousel-nav button svg {
  width: 41px;
  height: 41px;
  display: block;
}

.carousel-nav .carousel-arrow {
  width: 41px;
  height: 41px;
  border: none;
  background: transparent;
  padding: 0;
  color: var(--black);
  transition: color 0.2s, opacity 0.2s;
}

.carousel-nav .carousel-arrow:hover:not(:disabled) {
  background: transparent;
  color: var(--white);
}

.carousel-nav .carousel-arrow:hover:not(:disabled) svg > path:first-child {
  fill: var(--black);
  stroke: var(--black);
}

.carousel-nav .carousel-arrow:hover:not(:disabled) .carousel-arrow-icon {
  fill: var(--white);
}

.carousel-nav .carousel-arrow.prev svg {
  transform: rotate(180deg);
}

.carousel-nav button.prev svg {
  transform: rotate(180deg);
}

/* Link Tiles (Shop Sale Categories) */
.carousel-section.link-tiles-section {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .carousel-section.link-tiles-section {
    padding: 4rem 2.5rem 2rem;
  }
}

.link-tiles-wrap {
  max-width: 1536px;
  margin: 0 auto;
}

.link-tiles-slider {
  overflow: hidden;
}

.link-tiles-title {
  font-family: 'Causten', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .link-tiles-title {
    font-size: 24px;
    padding-right: 0;
  }
}

.link-tile-slide {
  flex: 0 0 calc(66% - 8px);
  min-width: 0;
}

@media (min-width: 575px) {
  .link-tile-slide {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 768px) {
  .link-tile-slide {
    flex: 0 0 224.5px;
  }
}

.link-tile {
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.link-tile img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}

.link-tile-label {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 0.75rem 0 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.link-tile-label p {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  padding-top: 0.25rem;
  margin: 0;
}

.carousel-track-wrapper {
  overflow: hidden;
}

.carousel-track {
  display: flex;
  gap: 1rem;
  transition: transform 0.4s ease;
}

@media (max-width: 1023px) {
  .link-tiles-slider {
    overflow: visible;
  }

  .carousel-touch-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
  }

  .carousel-touch-scroll::-webkit-scrollbar {
    display: none;
  }

  [data-touch-scroll] .carousel-track {
    transition: none;
  }

  [data-touch-scroll] .carousel-track > * {
    scroll-snap-align: start;
  }

  .product-tabs,
  .why-cards {
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }

  .product-tabs::-webkit-scrollbar,
  .why-cards::-webkit-scrollbar {
    display: none;
  }
}

/* Category Tiles */
.category-tile {
  flex: 0 0 calc(66% - 8px);
  min-width: 0;
}

@media (min-width: 575px) {
  .category-tile {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 768px) {
  .category-tile {
    flex: 0 0 calc(33.33% - 11px);
  }
}

@media (min-width: 1024px) {
  .category-tile {
    flex: 0 0 calc(25% - 12px);
  }
}

.category-tile img {
  width: 100%;
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}

.category-tile-text {
  text-align: center;
  padding: 0.75rem 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.category-tile-text p {
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 14px;
  padding-top: 0.25rem;
}

/* Product Cards */
.product-card {
  flex: 0 0 calc(50% - 8px);
  min-width: 0;
}

.product-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

@media (min-width: 768px) {
  .product-card {
    flex: 0 0 calc(33.33% - 11px);
  }
}

@media (min-width: 1024px) {
  .product-card {
    flex: 0 0 calc(25% - 12px);
  }
}

.product-image-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1;
}

.product-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s;
}

.product-image-wrap .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

@media (min-width: 1024px) {
  .product-card:hover .img-main {
    opacity: 0;
  }
  .product-card:hover .img-hover {
    opacity: 1;
  }
}

.product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--mint);
  color: var(--mint-dark);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}

.product-badge.sale {
  background: var(--pink);
  color: var(--white);
}

.add-cart-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px;
  color: var(--blue-dark);
  transition: color 0.2s;
}

.add-cart-btn:hover {
  color: var(--pink);
}

.product-info {
  margin-top: 0.5rem;
}

.product-info h3 {
  font-family: 'Causten', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .product-info h3 {
    font-size: 18px;
  }
}

.product-price {
  display: flex;
  gap: 6px;
  font-weight: 700;
  margin-top: 2px;
}

.product-price s {
  color: var(--blue-dark);
  font-weight: 400;
  opacity: 0.7;
}

/* Tabs */
.product-tabs {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.product-tabs button {
  font-family: 'Alias', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  opacity: 0.6;
}

.product-tabs button.active {
  opacity: 1;
  border-bottom-color: var(--black);
}

/* Promo Banner */
.promo-banner {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .promo-banner {
    flex-direction: row;
  }
  .promo-banner.reverse {
    flex-direction: row-reverse;
  }
}

.promo-banner-image {
  flex: 1;
}

.promo-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

.promo-banner-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

@media (min-width: 1280px) {
  .promo-banner-content {
    padding: 3rem 5rem;
  }
}

.promo-banner-content p {
  font-size: 18px;
  color: var(--mint-dark);
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .promo-banner-content p {
    font-size: 18px;
  }
}

/* Why Shop */
.why-shop {
  padding: 2.5rem 1rem;
  background: var(--white);
}

@media (min-width: 1024px) {
  .why-shop {
    padding: 4rem 2.5rem;
  }
}

.why-shop h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}

.why-cards {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .why-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: visible;
  }
}

.why-card {
  flex: 0 0 65%;
  border-radius: 12px;
  overflow: hidden;
  background: var(--white);
}

@media (min-width: 768px) {
  .why-card {
    flex: none;
  }
}

.why-card img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.why-card-content {
  padding: 1rem 1.5rem;
  text-align: center;
}

.why-card-content h3 {
  font-family: 'Alias', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.why-card-content p {
  font-size: 18px;
  max-width: 32rem;
  margin: 0 auto;
}

/* Reviews */
.reviews-section {
  background: var(--mint);
  padding: 2.5rem 1rem;
}

@media (min-width: 1024px) {
  .reviews-section {
    padding: 4rem 2.5rem;
  }
}

.reviews-section h2 {
  text-align: center;
  margin: 0.5rem 0 1.5rem;
}

.stars {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.review-card {
  flex: 0 0 calc(85% - 8px);
  background: var(--white);
  border-radius: 12px;
  padding: 1.25rem;
  position: relative;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .review-card {
    flex: 0 0 calc(50% - 8px);
  }
}

@media (min-width: 1024px) {
  .review-card {
    flex: 0 0 calc(33.33% - 11px);
  }
}

.review-text {
  flex: 1;
  padding-bottom: 2rem;
}

.review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}

.review-footer .name {
  font-weight: 700;
}

.review-footer .verified {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 12px;
}

.verified-icon {
  width: 18px;
  height: 18px;
  background: var(--pink);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Featured In */
.featured-press-section {
  padding: 2.5rem 1rem;
  overflow: hidden;
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .featured-press-section {
    padding: 4rem 2.5rem;
  }
}

.featured-press-wrap {
  max-width: 1536px;
  margin: 0 auto;
}

.featured-press-title {
  font-family: 'Causten', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .featured-press-title {
    font-size: 24px;
  }
}

.marquee-logo-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 2.5rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .marquee-logo-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.marquee-logo-content {
  display: flex;
  align-items: center;
  gap: 5rem;
  height: 24px;
  flex-shrink: 0;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee-logo-content img {
  display: block;
  height: 100%;
  width: auto;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .marquee-logo-content {
    width: 100%;
    gap: clamp(1.5rem, 4vw, 6rem);
    flex-shrink: 1;
    justify-content: space-between;
    animation: none;
  }

  .marquee-logo-content img {
    flex: 0 1 auto;
    min-width: 0;
    height: 24px;
    width: auto;
    object-fit: contain;
  }

  .marquee-logo-content img:nth-child(n + 7) {
    display: none;
  }
}

@keyframes marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-logo-content {
    animation: none;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 1.5rem;
  }

  .marquee-logo-content img:nth-child(n + 7) {
    display: none;
  }
}

/* Footer */
.footer-ribbon {
  width: 100%;
}

.footer-main {
  background: var(--cream);
  padding: 3rem 1rem;
}

@media (min-width: 1024px) {
  .footer-main {
    padding: 4rem 2.5rem;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-col h3 {
  font-family: 'Alias', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  font-size: 14px;
}

.footer-col a:hover {
  text-decoration: underline;
}

.newsletter {
  text-align: center;
  padding: 2rem 1rem;
  background: var(--white);
}

.newsletter h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.newsletter-form {
  display: flex;
  max-width: 400px;
  margin: 0 auto;
  gap: 0.5rem;
}

.newsletter-form input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-light);
  border-radius: 9999px;
  font-family: inherit;
  font-size: 14px;
}

.newsletter-form button {
  padding: 0.75rem 1.5rem;
  background: var(--mint-dark);
  color: var(--white);
  border-radius: 9999px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.footer-bottom {
  background: var(--mint-dark);
  color: var(--white);
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 12px;
}

.footer-bottom-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}

/* Promo popup */
.promo-popup {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background: var(--white);
  border: 1px solid var(--gray-light);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.promo-popup button {
  font-size: 16px;
  line-height: 1;
  opacity: 0.5;
}

.promo-popup.hidden {
  display: none;
}

/* Mobile menu - moved to header.css */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
