﻿:root {
  --coffee-900: #22120d;
  --coffee-800: #3b241a;
  --coffee-700: #5a3727;
  --coffee-500: #9a6443;
  --gold-300: #ddb98a;
  --text-strong: #241612;
  --text-soft: #6b5244;
  --shadow-soft: 0 20px 60px rgba(34, 18, 13, 0.12);
  --shadow-card: 0 20px 45px rgba(43, 26, 18, 0.14);
  --radius-xl: 28px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text-strong);
  background:
    radial-gradient(circle at top left, rgba(221, 185, 138, 0.18), transparent 28%),
    linear-gradient(180deg, #fffdfa 0%, #f8efe4 45%, #fffaf5 100%);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
.navbar-brand span {
  font-family: "Playfair Display", serif;
}

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

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

.glass-nav {
  background: rgba(34, 18, 13, 0.62);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-brand span {
  font-size: 1.35rem;
  letter-spacing: 0.03em;
}

.navbar-brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.nav-link {
  color: rgba(255, 248, 241, 0.9);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}

.btn-brand {
  background: linear-gradient(135deg, var(--coffee-700), var(--coffee-800));
  border: 0;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 16px 30px rgba(59, 36, 26, 0.25);
}

.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  background: linear-gradient(135deg, var(--coffee-800), #2c1a13);
}

.hero-section {
  position: relative;
  padding-top: 4.5rem;
  background:
    linear-gradient(120deg, rgba(27, 15, 10, 0.9), rgba(63, 36, 24, 0.72)),
    url("../images/brown-modern-fashion-new-collection-tumblr-banner-2.png") center/cover no-repeat;
  color: #fff;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(236, 198, 145, 0.18), transparent 25%),
    radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.1), transparent 18%);
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-300);
}

.hero-title {
  max-width: 11ch;
  line-height: 0.96;
}

.hero-copy,
.section-copy {
  color: rgba(255, 244, 236, 0.84);
  font-size: 1.05rem;
  line-height: 1.8;
}

.section-copy {
  color: var(--text-soft);
}

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-showcase {
  width: 100%;
  max-width: 560px;
  padding: 1.4rem;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(14, 8, 6, 0.3);
  backdrop-filter: blur(10px);
}

.hero-showcase-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0.1rem 0.35rem 0;
}

.hero-showcase-copy p {
  max-width: 280px;
  margin: 0;
  color: rgba(255, 244, 236, 0.82);
  font-size: 0.95rem;
  line-height: 1.6;
  text-align: right;
}

.hero-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-product-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 250, 245, 0.96);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.18);
}

.hero-product-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.hero-product-meta {
  padding: 1rem 1rem 1.1rem;
}

.hero-product-meta strong {
  display: block;
  color: var(--coffee-800);
  font-size: 1.05rem;
}

.hero-product-meta span {
  color: var(--text-soft);
  font-size: 0.9rem;
}

.hero-metrics .metric-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 1rem 1.1rem;
  backdrop-filter: blur(10px);
}

.metric-card strong {
  display: block;
  font-size: 0.95rem;
}

.metric-card span {
  color: rgba(255, 244, 236, 0.72);
  font-size: 0.88rem;
}

.signal-strip {
  background: var(--coffee-900);
  color: #f8ecde;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.signal-strip span {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.section-pad {
  padding: 6rem 0;
}

.section-tinted {
  background: linear-gradient(180deg, rgba(242, 228, 211, 0.7), rgba(255, 250, 245, 0.95));
}

.section-dark {
  background:
    radial-gradient(circle at top right, rgba(221, 185, 138, 0.16), transparent 25%),
    linear-gradient(180deg, #291712, #1d100c);
}

.section-title {
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: 1.06;
}

.section-heading {
  max-width: 760px;
}

.feature-panel,
.flavour-card,
.story-card,
.testimonial-card,
.gallery-copy,
.cta-card {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.feature-panel {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(93, 58, 38, 0.08);
}

.feature-panel h3 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}

.feature-panel p {
  color: var(--text-soft);
  margin-bottom: 0;
}

.image-panel {
  padding: 0.6rem;
  background: linear-gradient(180deg, #fff, #f4e6d6);
}

.flavour-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(93, 58, 38, 0.08);
}

.flavour-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.flavour-body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.5rem;
  flex: 1;
}

.flavour-tag,
.small-label {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--coffee-500);
}

.flavour-body h3,
.story-card h3,
.gallery-copy h3,
.testimonial-card h3,
.site-footer h3,
.site-footer h4 {
  font-size: 1.7rem;
  margin-bottom: 0;
}

.flavour-body p,
.story-card p,
.gallery-copy p,
.testimonial-card p,
.site-footer p,
.footer-links a {
  color: var(--text-soft);
  line-height: 1.8;
}

.price {
  color: var(--coffee-800);
  font-size: 1.15rem;
}

.brew-story + .brew-story {
  margin-top: 2rem;
}

.story-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.story-card {
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(93, 58, 38, 0.08);
  padding: 2.3rem;
  overflow: hidden;
}

.story-index {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  font-size: 4rem;
  font-weight: 800;
  color: rgba(90, 55, 39, 0.08);
}

.section-dark .eyebrow,
.section-dark .section-copy {
  color: rgba(255, 244, 236, 0.8);
}

.testimonial-card {
  height: 100%;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
}

.testimonial-card p {
  color: rgba(255, 244, 236, 0.9);
}

.testimonial-card h3 {
  color: #fff;
  font-size: 1.35rem;
  margin-top: 1.25rem;
}

.carousel-control-btn {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
  font-weight: 700;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.25rem;
}

.gallery-tile {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
}

.gallery-copy {
  grid-column: span 4;
  background: linear-gradient(180deg, #fff, #f4e5d4);
  padding: 2rem;
  border: 1px solid rgba(93, 58, 38, 0.08);
}

.gallery-grid img:nth-of-type(1) { grid-column: span 4; }
.gallery-grid img:nth-of-type(2) { grid-column: span 4; }
.gallery-grid img:nth-of-type(3) { grid-column: span 4; }
.gallery-grid img:nth-of-type(4) { grid-column: span 4; }
.gallery-grid img:nth-of-type(5) { grid-column: span 4; }

.cta-section {
  padding-top: 1rem;
}

.cta-card {
  background:
    radial-gradient(circle at top left, rgba(221, 185, 138, 0.25), transparent 25%),
    linear-gradient(180deg, #fff, #f4e6d6);
  border: 1px solid rgba(93, 58, 38, 0.08);
  padding: 4rem 1.5rem;
}

.cta-card .section-copy {
  max-width: 620px;
}

.site-footer {
  background: var(--coffee-900);
  color: #f8ecde;
  padding: 4rem 0 2rem;
}

.site-footer p,
.footer-links a {
  color: rgba(248, 236, 222, 0.72);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(248, 236, 222, 0.6);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991.98px) {
  .hero-showcase {
    max-width: 100%;
  }

  .hero-showcase-copy {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-showcase-copy p {
    max-width: none;
    text-align: left;
  }

  .gallery-copy,
  .gallery-grid img:nth-of-type(1),
  .gallery-grid img:nth-of-type(2),
  .gallery-grid img:nth-of-type(3),
  .gallery-grid img:nth-of-type(4),
  .gallery-grid img:nth-of-type(5) {
    grid-column: span 6;
  }
}

@media (max-width: 767.98px) {
  .section-pad {
    padding: 4.5rem 0;
  }

  .hero-title {
    max-width: none;
    font-size: clamp(2.8rem, 11vw, 4rem);
  }

  .navbar-brand img {
    width: 58px;
    height: 58px;
  }

  .hero-product-grid {
    grid-template-columns: 1fr;
  }

  .feature-panel,
  .story-card,
  .testimonial-card,
  .gallery-copy,
  .cta-card {
    padding: 1.5rem;
  }

  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .gallery-copy,
  .gallery-grid img:nth-of-type(1),
  .gallery-grid img:nth-of-type(2),
  .gallery-grid img:nth-of-type(3),
  .gallery-grid img:nth-of-type(4),
  .gallery-grid img:nth-of-type(5) {
    grid-column: span 1;
  }
}

.navbar-nav .menu-item {
  list-style: none;
}

.navbar-nav .menu-item > a {
  display: block;
  color: rgba(255, 248, 241, 0.9);
  font-weight: 600;
  padding: 0.5rem 0;
}

.navbar-nav .menu-item > a:hover,
.navbar-nav .menu-item > a:focus {
  color: #fff;
}

.homepage-content .wp-block-group,
.homepage-content .wp-block-columns,
.homepage-content .wp-block-cover,
.homepage-content .wp-block-gallery,
.homepage-content .wp-block-image,
.homepage-content .wp-block-heading,
.homepage-content p {
  margin-bottom: 1.25rem;
}

.homepage-content .alignwide {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.entry-content > *:last-child,
.homepage-content > *:last-child {
  margin-bottom: 0;
}

.about-showcase {
  align-items: stretch !important;
}

.about-feature-grid {
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.about-feature-grid:last-child {
  margin-bottom: 0;
}

.about-feature-card {
  height: 100%;
  min-height: 200px;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(93, 58, 38, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.about-feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}

.about-feature-card p {
  color: var(--text-soft);
  margin-bottom: 0;
  line-height: 1.8;
}

.about-feature-card-tall {
  min-height: 320px;
}

.showcase-photo img,
.showcase-photo {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-soft);
}

.product-module-grid {
  gap: 1.25rem;
  margin-top: 2rem;
}

.product-module-card {
  height: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(93, 58, 38, 0.08);
  box-shadow: var(--shadow-card);
  padding-bottom: 1.25rem;
}

.product-module-media,
.product-module-media img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
  margin-bottom: 0;
}

.product-module-card > .small-label,
.product-module-card > h3,
.product-module-card > p,
.product-module-card > .product-module-footer {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.product-module-card > h3 {
  font-size: 1.2rem;
  margin-bottom: 0.7rem;
}

.product-module-card > p {
  color: var(--text-soft);
  line-height: 1.8;
}

.product-module-footer {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.product-module-footer p {
  margin-bottom: 0;
}

.product-module-footer .wp-block-button {
  margin-bottom: 0;
}

.product-module-footer .wp-block-button__link {
  background: transparent;
  color: var(--coffee-800);
  border: 1px solid rgba(59, 36, 26, 0.6);
  border-radius: 999px;
  padding: 0.55rem 1.2rem;
  box-shadow: none;
}

.product-module-footer .wp-block-button__link:hover,
.product-module-footer .wp-block-button__link:focus {
  background: var(--coffee-800);
  color: #fff;
}

.content-media-block {
  align-items: center !important;
  gap: 1.5rem;
}

.content-media-card {
  position: relative;
  padding: 2.4rem 2.8rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(93, 58, 38, 0.08);
  border-radius: 32px;
  box-shadow: var(--shadow-card);
}

.content-media-card h2 {
  margin-bottom: 1rem;
}

.content-media-card .wp-block-button {
  margin-top: 1.2rem;
  margin-bottom: 0;
}

.content-media-card .wp-block-button__link {
  background: linear-gradient(135deg, var(--coffee-700), var(--coffee-800));
  color: #fff;
  border-radius: 999px;
  border: 0;
  box-shadow: none;
}

.content-media-image,
.content-media-image img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 32px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .about-feature-card-tall,
  .showcase-photo,
  .showcase-photo img {
    min-height: 260px;
  }

  .content-media-card {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .about-feature-card,
  .content-media-card {
    padding: 1.5rem;
  }

  .about-feature-card-tall,
  .showcase-photo,
  .showcase-photo img,
  .content-media-image,
  .content-media-image img {
    min-height: 220px;
  }
}
