/* ========== RESET & BASE ========== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg: #EDEFF7;
  --fg: #1a1a1a;
  --muted: #737373;
  --secondary: #f0e8e0;
  --border: #e8e0d8;
  --accent: #c49a6c;
  --font-display: 'Manrope', sans-serif;
  --font-body: 'Manrope', sans-serif;
}

/*
--font-display: 'Noto Sans', sans-serif;
--font-body: 'Noto Sans', sans-serif;
*/

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--fg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }

.wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

/* ========== NAVBAR ========== */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 80px;
  display: flex;
  align-items: center;
  transition: background 0.4s, box-shadow 0.4s;
}

.navbar.scrolled {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}

.navbar .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-logo {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.04em;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.navbar-links a {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(26,26,26,0.8);
  transition: color 0.2s;
}

.navbar-links a:hover { color: var(--fg); }

.navbar-links .btn-contact {
  margin-left: 8px;
  padding: 8px 20px;
  background: var(--fg);
  color: var(--bg);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
}

.navbar-links .btn-contact:hover { opacity: 0.9; }

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 28px;
  height: 20px;
  position: relative;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--fg);
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.menu-toggle span:nth-child(1) { top: 0; }
.menu-toggle span:nth-child(2) { top: 9px; }
.menu-toggle span:nth-child(3) { top: 18px; }

/* ========== HERO ========== */
.hero {
  padding-top: 90px;
}

.hero-container {
  position: relative;
  background: hsl(20 20% 95%);
  border-radius: 2rem;
  overflow: hidden;
  min-height: 700px;
}

.hero-image {
  position: absolute;
  top: 0; right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.hero-gradient {
  display: none;
  position: absolute;
  top: 0; left: 0;
  width: 160px;
  height: 100%;
  background: linear-gradient(to right, hsl(20 20% 95%), transparent);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 10;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.1;
  max-width: 480px;
  font-weight: 400;
}
.shop_now {
    display: inline-block;
    margin-top: 32px;
    padding: 10px 24px !important;
    font-size: 14px !important;
    border: 1px solid rgba(26, 26, 26, 0.3);
    border-radius: 999px;
    transition: all 0.3s;
}
.hero h1 strong { font-weight: 700; }

.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
}


/* ========== EDITORIAL SECTION ========== */

.editorial-section {
  position: relative;
  padding: 6rem 1rem;
  overflow: hidden;
}
@media (min-width: 768px) { .editorial-section { padding: 2rem 2rem 3rem 2rem; } }

.editorial-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.editorial-label {
    margin-bottom: 3rem;
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
}
@media (min-width: 768px) { .editorial-label { margin-bottom: 1rem; } }

.editorial-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .editorial-grid { grid-template-columns: 1fr 1fr; gap: 5rem; }
}

.editorial-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(2.8rem, 5.5vw, 5.2rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin: 0;
}
.editorial-headline em {
  font-weight: 500;
  font-style: normal;
}
.editorial-headline .gradient-word {
  display: block;
  margin-top: 0.25rem;
  background: linear-gradient(135deg, #1a1a1a 40%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.editorial-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0;
}
@media (min-width: 768px) { .editorial-body { padding-top: 1.25rem; } }

.editorial-divider {
  width: 60px;
  height: 1.5px;
  background: #000000;
  opacity: 0.6;
}

.editorial-body p {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.85;
  color: #000;
  max-width: 480px;
  margin: 0;
}
.editorial-body p strong {
  font-weight: 600;
  color: #1a1a1a;
}

.editorial-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 9999px;
  border: 1.5px solid #e5e0db;
  padding: 0.625rem 1.25rem;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #1a1a1a;
  cursor: default;
  transition: all 0.4s ease;
}
.editorial-tag:hover {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.editorial-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000000;
  flex-shrink: 0;
}

.editorial-bg-circle {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: clamp(250px, 32vw, 480px);
  height: clamp(250px, 32vw, 480px);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #f0ebe5 0%, transparent 70%);
  opacity: 0.5;
  z-index: 0;
}

/* Animations */
@keyframes editFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.editorial-label { animation: editFadeUp 0.5s ease forwards; }
.editorial-headline { animation: editFadeUp 0.8s ease forwards; animation-delay: 0.1s; opacity: 0; }
.editorial-body { animation: editFadeUp 0.8s ease forwards; animation-delay: 0.3s; opacity: 0; }

/* Testimonial card */
.testimonial-card {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 400px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--secondary);
}

.testimonial-avatar img { width: 100%; height: 100%; object-fit: cover; }

.testimonial-card .t-title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--fg);
}

.testimonial-card .t-text {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

/* Product card (hero) */
.hero-product-area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.hero-tags {
  display: flex;
  gap: 8px;
}

.hero-tags span {
    padding: 6px 16px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: #000;
    font-weight: bold;
}

/*.hero-product-card {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 16px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}*/

.hero-product-card {
    /* background: rgba(255, 255, 255, 0.95); */
    backdrop-filter: blur(8px);
    border-radius: 1rem;
    padding: 16px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(15px) saturate(180%);
    -webkit-backdrop-filter: blur(15px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(0px);
    color: #fff;
}

.hero-product-card .hp-meta {
    font-size: 12px;
    color: #000;
}

.hero-product-card .hp-name {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
}
.hero-product-card .hp-arrow {
  margin-top: 8px;
  font-size: 18px;
}

.hero-product-thumb {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--secondary);
}

.hero-product-thumb img { width: 100%; height: 100%; object-fit: cover; }




/* ========== EDUCATION + DIFFERENTIATION SECTION ========== */

.edu-section {
  position: relative;
  padding: 7rem 1rem;
  overflow: hidden;
  background: #D3D6E0;
}
@media (min-width: 768px) { .edu-section { padding: 3rem 2rem; } }

.edu-inner {
  max-width: 1400px;
  margin: 0 auto;
}

/* ---- Top: Education Block ---- */
.edu-label {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
    margin-bottom: 3.5rem;
}
@media (min-width: 768px) { .edu-label { margin-bottom: 1.5rem; } }

.edu-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 768px) {
  .edu-grid { grid-template-columns: 1fr 1fr; gap: 6rem; }
}

.edu-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin: 0;
}
.edu-headline em {
  font-style: normal;
  font-weight: 500;
  color: #000000;
}

.edu-copy-block {
  display: flex;
  flex-direction: column;
  gap: 1.00rem;
  padding-top: 0;
}
@media (min-width: 768px) { .edu-copy-block { padding-top: 0.75rem; } }

.edu-copy-block p {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: clamp(0.85rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.85;
    color: #000;
    max-width: 100%;
    margin: 0;
}
.edu-copy-block p strong {
  font-weight: 600;
  color: #1a1a1a;
}

/* ---- Divider ---- */
.edu-divider-row {
  margin: 4.5rem 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) { .edu-divider-row { margin: 3rem 0; } }

.edu-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #d5cdc4 30%, #d5cdc4 70%, transparent 100%);
}
.edu-divider-diamond {
  width: 8px;
  height: 8px;
  background: #000000;
  transform: rotate(45deg);
  flex-shrink: 0;
  opacity: 0.7;
}

/* ---- Bottom: Differentiation Block ---- */
.diff-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .diff-grid { grid-template-columns: 1fr 1fr; gap: 6rem; }
}

.diff-label-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.diff-label {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
}
.diff-tagline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
  margin: 0;
  max-width: 320px;
}

.diff-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.diff-list li {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: clamp(0.85rem, 1vw, 0.95rem);
  font-weight: 400;
  color: #1a1a1a;
  padding: 1.25rem 0;
  border-bottom: 1px solid #1E1E24;
  display: flex;
  align-items: center;
  gap: 1rem;
  transition: all 0.35s ease;
  cursor: default;
}
.diff-list li:first-child {
    border-top: 1px solid #1E1E24;
}
.diff-list li:hover {
  padding-left: 0.75rem;
  color: #000000;
}
.diff-list li .li-num {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 10px;
  font-weight: 600;
  color: #000000;
  letter-spacing: 0.05em;
  min-width: 24px;
  opacity: 0.7;
}
.diff-list li .li-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
  flex-shrink: 0;
  opacity: 0.5;
  transition: opacity 0.35s ease;
}
.diff-list li:hover .li-dot {
  opacity: 1;
}



/* ========== CLOSING STATEMENT SECTION ========== */

.closing-section {
  position: relative;
  padding: 8rem 1.5rem;
  overflow: hidden;
  background: #1a1a1a;
  text-align: center;
}
@media (min-width: 768px) { .closing-section { padding: 3rem 2.5rem; } }

.closing-glow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(300px, 50vw, 600px);
  height: clamp(300px, 50vw, 600px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,137,90,0.08) 0%, transparent 65%);
}

.closing-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.closing-label {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #000000;
  margin-bottom: 3rem;
}
@media (min-width: 768px) { .closing-label { margin-bottom: 3.5rem; } }

.closing-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(2rem, 4.5vw, 3.8rem);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #faf5ef;
  margin: 0 0 2rem;
}
@media (min-width: 768px) { .closing-headline { margin-bottom: 2.5rem; } }

.closing-divider {
  width: 96px;
  height: 1px;
  background: #EDEFF7;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) { .closing-divider { margin-bottom: 2.5rem; } }

.closing-tagline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}

/* Animations */
@keyframes closeFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes closeLineGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.closing-label { animation: closeFadeUp 0.5s ease forwards; }
.closing-headline { animation: closeFadeUp 0.8s ease 0.1s forwards; opacity: 0; }
.closing-divider { animation: closeLineGrow 0.6s ease 0.3s forwards; transform: scaleX(0); }
.closing-tagline { animation: closeFadeUp 0.7s ease 0.35s forwards; opacity: 0; }




/* ---- Decorative Elements ---- */
.edu-glass-sphere {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}
.edu-glass-sphere--1 {
  width: clamp(120px, 14vw, 200px);
  height: clamp(120px, 14vw, 200px);
  top: 8%;
  right: 4%;
  background: radial-gradient(circle at 35% 30%, rgba(255,255,255,0.85) 0%, rgba(184,137,90,0.08) 50%, transparent 70%);
  box-shadow: inset 0 0 30px rgba(255,255,255,0.4), 0 15px 40px rgba(184,137,90,0.06);
  opacity: 0.6;
}
.edu-glass-sphere--2 {
  width: clamp(60px, 6vw, 90px);
  height: clamp(60px, 6vw, 90px);
  bottom: 12%;
  left: 3%;
  background: radial-gradient(circle at 40% 35%, rgba(255,255,255,0.9) 0%, rgba(184,137,90,0.1) 55%, transparent 75%);
  box-shadow: inset 0 0 20px rgba(255,255,255,0.3), 0 10px 30px rgba(184,137,90,0.05);
  opacity: 0.45;
}

.edu-bg-glow {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(400px, 50vw, 700px);
  height: clamp(400px, 50vw, 700px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240,235,228,0.5) 0%, transparent 60%);
  z-index: 0;
}

/* ---- Animations ---- */
@keyframes eduFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.edu-label { animation: eduFadeUp 0.5s ease forwards; }
.edu-headline { animation: eduFadeUp 0.7s ease 0.1s forwards; opacity: 0; }
.edu-copy-block { animation: eduFadeUp 0.7s ease 0.25s forwards; opacity: 0; }
.edu-divider-row { animation: eduFadeUp 0.5s ease 0.35s forwards; opacity: 0; }
.diff-label-col { animation: eduFadeUp 0.6s ease 0.4s forwards; opacity: 0; }
.diff-list { animation: eduFadeUp 0.6s ease 0.5s forwards; opacity: 0; }




/* ========== MISSION ========== */
.mission {
  padding: 40px 0 40px;
}

.mission .wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.mission-label {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #000;
}

.mission-text {
  font-family: var(--font-display);
  font-size: 20px;
  line-height: 1.6;
}

.mission-link {
  display: inline-block;
  margin-top: 32px;
  padding: 10px 24px;
  font-size: 14px;
  border: 1px solid rgba(26,26,26,0.3);
  border-radius: 999px;
  transition: all 0.3s;
}

.mission-link:hover {
  background: var(--fg);
  color: var(--bg);
}

/* ========== CATEGORIES ========== */
.categories {
  padding-bottom: 80px;
  padding-top: 80px;
}
section#catalog {
    background: #fff;
}
.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.cat-item {
    background: #EDEFF7;
    padding: 5px;
    border-radius: 5px;
}
.cat-item { cursor: pointer;background: #EDEFF7; }

.cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /*border-top: 1px solid var(--border);*/
  padding: 12px 0;
}

.cat-header span {
  font-size: 14px;
}

.cat-header .cat-arrow {
  font-size: 14px;
  transition: transform 0.2s;
}

.cat-item:hover .cat-arrow { transform: translate(2px, -2px); }

.cat-image {
  background: hsl(20 20% 95%);
  border-radius: 1rem;
  overflow: hidden;
  aspect-ratio: 1;
}

.cat-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.cat-item:hover .cat-image img { transform: scale(1.05); }



/* ========== PRODUCTS ========== */
.products {
  padding: 40px 0 120px;
  overflow: hidden;
}

.products-label {
  font-size: 11px;
  color: var(--muted);
  margin-bottom: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0;
  animation: actFadeUp 0.6s ease forwards;
}

.products-stage {
  position: relative;
  height: clamp(520px, 58vw, 820px);
}

/* Giant wordmark with gradient fade */
.products-wordmark {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  animation: actFadeUp 0.9s 0.1s ease forwards;
  text-align: center;
}

.products-wordmark h2 {
  font-family: var(--font-display);
  font-size: 110px;
  line-height:2;
  letter-spacing: -0.04em;
  white-space: nowrap;
  font-weight: 500;
  background: linear-gradient(180deg, var(--fg) 40%, rgba(26,26,26,0.12) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Beige card with gradient + shadow */
.products-beige-card {
  position: absolute;
  left: 28%;
  top: 30%;
  width: clamp(140px, 17vw, 250px);
  height: clamp(200px, 30vw, 420px);
  background: linear-gradient(160deg, #f5ede5 0%, #ece2d6 100%);
  border-radius: 2.2rem;
  padding: 20px;
  opacity: 0;
  animation: actFadeUp 0.7s 0.15s ease forwards;
  box-shadow: 0 8px 32px rgba(196, 154, 108, 0.1);
}

.products-beige-card p {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  color: rgba(26,26,26,0.5);
}

/* Product image with hover float */
.products-image {
    position: absolute;
    z-index: 10;
    left: 30%;
    top: 22%;
    width: clamp(220px, 32vw, 480px);
    opacity: 0;
    animation: actProductFloat 0.9s 0.2s ease forwards;
    width: 45%;
    margin: 0 auto;
}

.products-image img {
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.12));
    border-radius: 25px;
}

.products-image:hover img {
  transform: translateY(-10px) scale(1.03);
}

/* 3D glass sphere */
.products-circle {
  position: absolute;
  right: 7%; bottom: 6%;
  width: clamp(110px, 14vw, 210px);
  height: clamp(110px, 14vw, 210px);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,0.9), transparent 50%),
    radial-gradient(circle at 60% 70%, rgba(196,154,108,0.15), transparent 60%),
    radial-gradient(circle at center, #f0e8e0, #e5d9cc);
  box-shadow:
    0 20px 50px rgba(196, 154, 108, 0.12),
    inset 0 -8px 20px rgba(0,0,0,0.04),
    inset 0 4px 12px rgba(255,255,255,0.6);
  opacity: 0;
  animation: actScaleIn 0.7s 0.35s ease forwards;
}

/* Floating accent dots */
.products-stage::before,
.products-stage::after {
  content: '';
  position: absolute;
  border-radius: 999px;
  opacity: 0;
  animation: actScaleIn 0.6s 0.5s ease forwards;
}

.products-stage::before {
  width: 8px; height: 8px;
  background: var(--accent);
  right: 25%; top: 10%;
}

.products-stage::after {
  width: 6px; height: 6px;
  background: rgba(196,154,108,0.4);
  right: 18%; top: 30%;
}

/* Decorative gold line */
.products-line-accent {
  position: absolute;
  right: 22%; top: 55%;
  width: 60px; height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0;
  animation: actFadeIn 0.8s 0.5s ease forwards;
}

/* Info block */
.products-info {
    position: absolute;
    left: 15%;
    bottom: 0;
    z-index: 20;
    opacity: 0;
    animation: actFadeUp 0.7s 0.3s ease forwards;
}

.products-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.products-tags span {
  padding: 7px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5ede5, #ece2d6);
  font-size: 12px;
  font-weight: 500;
  color: rgba(26,26,26,0.75);
  letter-spacing: 0.04em;
  transition: all 0.3s ease;
  cursor: default;
}

.products-tags span:hover {
  background: linear-gradient(135deg, #ece2d6, #e0d4c6);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(196,154,108,0.15);
}

/* Glassmorphism product card */
.products-card {
  width: 100%;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 1.8rem;
  padding: 20px;
  border: 1px solid rgba(240,232,224,0.6);
  box-shadow:
    0 24px 60px -16px rgba(0,0,0,0.12),
    0 0 0 1px rgba(255,255,255,0.5) inset;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s;
  background: rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(0px);
}

.products-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 32px 70px -16px rgba(0,0,0,0.16),
    0 0 0 1px rgba(255,255,255,0.5) inset;
}

.products-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.products-card .pc-meta {
  font-size: 10px;
  color: var(--muted);
  font-style: normal;
}

.products-card h3 {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.products-card .pc-arrow {
  width: 30px; height: 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f5ede5, #ece2d6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
  transition: all 0.3s;
  cursor: pointer;
}

.products-card .pc-arrow:hover {
  background: var(--fg);
  color: var(--bg);
  transform: rotate(45deg);
}

.products-card-bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.products-price {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.products-buy {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1.5px solid var(--fg);
  background: transparent;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.products-buy::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--fg);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}

.products-buy:hover {
  color: var(--bg);
  border-color: var(--fg);
}

.products-buy:hover::before {
  transform: scaleX(1);
}

/* ========== PRODUCT ANIMATIONS ========== */
@keyframes actFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes actProductFloat {
  from { opacity: 0; transform: translateY(30px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes actScaleIn {
  from { opacity: 0; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes actFadeIn {
  from { opacity: 0; }
  to { opacity: 0.6; }
}


/* ========== FOOTER ========== */
.footer {
    border-top: 1px solid var(--border);
    padding: 40px 0px 20px 0px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}

.footer-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: normal;
}

.footer-desc {
    margin-top: 12px;
    font-size: 16px;
    color: #000;
    max-width: 100%;
}

.footer-nav-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-nav a {
    display: block;
    font-size: 14px;
    color: #000 !important;
    padding: 4px 0;
    transition: color 0.2s;
}

.footer-nav a:hover { color: var(--fg); }

.footer-newsletter-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}

.footer-newsletter-form {
  display: flex;
  gap: 8px;
}

.footer-newsletter-form input {
  flex: 1;
  padding: 8px 16px;
  font-size: 14px;
  font-family: var(--font-body);
  background: #40424D;
  border: none;
  border-radius: 999px;
  outline: none;
  color: var(--fg);
}

.footer-newsletter-form input::placeholder { color: #fff; }

.footer-newsletter-form input:focus {
  box-shadow: 0 0 0 1px rgba(26,26,26,0.15);
}

.footer-newsletter-form button {
  padding: 8px 20px;
  font-size: 14px;
  font-family: var(--font-body);
  background: var(--fg);
  color: var(--bg);
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.footer-newsletter-form button:hover { opacity: 0.9; }

.footer-bottom {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #6E7180;
    text-align: center;
    font-size: 12px;
    color: #000;
}

/* ========== RESPONSIVE ========== */
@media (min-width: 768px) {
  .hero-gradient { display: block; }
}

@media (max-width: 991px) {
  .wrap { padding-left: 24px; padding-right: 24px; }

  .hero-container { min-height: 560px; }
  .hero-content { min-height: 560px; padding: 40px; }
  .hero-image { width: 55%; }

  .hero-product-area { display: none; }

  .mission .wrap { grid-template-columns: 1fr; gap: 24px; }

  .categories-grid { grid-template-columns: repeat(2, 1fr); }

  .products-stage { height: 560px; }
  .products-beige-card { left: 18%; }
  .products-image { left: 30%; width: clamp(180px, 38vw, 320px); }
  .products-circle { right: 2%; }

  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 767px) {
  .wrap { padding-left: 16px; padding-right: 16px; }

  .navbar-links { display: none; }
  .menu-toggle { display: block; }

  .hero-container { min-height: 480px; }
  .hero-content { min-height: 480px; padding: 32px 24px; }
  .hero-image { width: 100%; opacity: 0.3; }
  .hero-gradient { display: none; }

  .hero h1 { font-size: 2rem; }

  .testimonial-card { max-width: 100%; }

  .categories-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }

  .products-stage { height: 520px; }

  .products-wordmark h2 { font-size: clamp(4.8rem, 24vw, 7rem); white-space: normal; }
  .products-beige-card { left: 8%; width: 120px; height: 170px; padding: 12px; }
  .products-image { left: 30%; top: 20%; width: 220px; }
  .products-circle { right: 4%; bottom: 14%; width: 90px; height: 90px; }
  .products-card { width: 180px; padding: 14px; }
  .products-card h3 { font-size: 1rem; }
  .products-price { font-size: 1.3rem; }
  .products-buy { padding: 6px 12px; font-size: 10px; }
  .products-tags span { padding: 5px 10px; font-size: 9px; }
}

/* Simple fade-in animation */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in {
  opacity: 0;
  animation: fadeUp 0.7s ease forwards;
}

.fade-in-d1 { animation-delay: 0.1s; }
.fade-in-d2 { animation-delay: 0.2s; }
.fade-in-d3 { animation-delay: 0.3s; }
.fade-in-d4 { animation-delay: 0.4s; }
.fade-in-d5 { animation-delay: 0.5s; }
.fade-in-d6 { animation-delay: 0.6s; }
.fade-in-d7 { animation-delay: 0.7s; }
.fade-in-d8 { animation-delay: 0.8s; }


/* ========== FEATURED PROTOCOL SECTION ========== */

.fp-section {
  position: relative;
  padding: 7rem 1.5rem;
  overflow: hidden;
  background: #1E1E24;
}
@media (min-width: 768px) { .fp-section { padding: 3rem 2.5rem; } }

.fp-glow {
  pointer-events: none;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(400px, 55vw, 750px);
  height: clamp(400px, 55vw, 750px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,137,90,0.07) 0%, transparent 60%);
}

.fp-ring {
  pointer-events: none;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: clamp(280px, 38vw, 520px);
  height: clamp(280px, 38vw, 520px);
  border-radius: 50%;
  border: 1px solid rgba(184,137,90,0.08);
}

.fp-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.fp-label {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: #000000;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) { .fp-label { margin-bottom: 3.5rem; } }

.fp-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #faf8f6;
  margin: 0 0 1.5rem;
}
@media (min-width: 768px) { .fp-headline { margin-bottom: 2rem; } }
.fp-headline em {
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.fp-desc {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: clamp(0.85rem, 1.1vw, 1.05rem);
  font-weight: 400;
  line-height: 1.85;
  color: #fff;
  max-width: 520px;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) { .fp-desc { margin-bottom: 2.5rem; } }

.fp-line {
  width: 80px;
  height: 1px;
  background: #EDEFF7;
  margin: 0 auto 2rem;
}
@media (min-width: 768px) { .fp-line { margin-bottom: 2.5rem; } }

.fp-subtext {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(0.95rem, 1.4vw, 1.2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 2.5rem;
}
@media (min-width: 768px) { .fp-subtext { margin-bottom: 3.5rem; } }

.fp-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #EDEFF7;
  border-radius: 9999px;
  padding: 0.875rem 2rem;
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff !important;
  text-decoration: none;
  transition: all 0.35s ease;
  cursor: pointer;
}
.fp-cta:hover {
  background: #000000;
  color: #fff !important;
  border-color: #000000;
}
.fp-cta svg { width: 14px; height: 14px; }

@keyframes fpFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.fp-label    { animation: fpFadeUp 0.5s ease forwards; }
.fp-headline { animation: fpFadeUp 0.7s ease 0.1s forwards; opacity: 0; }
.fp-desc     { animation: fpFadeUp 0.7s ease 0.2s forwards; opacity: 0; }
.fp-line     { animation: fpFadeUp 0.5s ease 0.3s forwards; opacity: 0; }
.fp-subtext  { animation: fpFadeUp 0.6s ease 0.35s forwards; opacity: 0; }
.fp-cta      { animation: fpFadeUp 0.5s ease 0.45s forwards; opacity: 0; }

/* ========== End FEATURED PROTOCOL SECTION ========== */



/* ========== BRAND PHILOSOPHY SECTION ========== */

.bp-section {
  position: relative;
  padding: 7rem 1.5rem;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 768px) { .bp-section { padding: 3rem 2.5rem; } }

/* Decorative golden-ratio circles */
.bp-circle {
  pointer-events: none; position: absolute;
  border-radius: 50%; border: 1.5px solid rgba(26,26,26,0.04);
}
.bp-circle--lg {
  width: clamp(300px, 40vw, 550px); height: clamp(300px, 40vw, 550px);
  top: 50%; right: 5%; transform: translateY(-50%);
}
.bp-circle--sm {
  width: clamp(185px, 25vw, 340px); height: clamp(185px, 25vw, 340px);
  top: 55%; right: 12%; transform: translateY(-50%); opacity: 0.75;
}
.bp-glow {
  pointer-events: none; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: clamp(350px, 45vw, 650px); height: clamp(350px, 45vw, 650px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,137,90,0.05) 0%, transparent 60%);
}

.bp-inner {
  position: relative; z-index: 1;
  max-width: 50%; margin: 0 auto;
  display: block; grid-template-columns: 1fr;
  gap: 3rem; align-items: center;
}
@media (min-width: 768px) { .bp-inner { grid-template-columns: 1fr 1fr; gap: 5rem;padding-left: 40px; } }

/* Left column */
.bp-label {
  /*font-family: 'Montserrat', sans-serif;*/
  font-size: 11px; text-transform: uppercase;
  letter-spacing: 0.22em; color: #999; margin-bottom: 2.5rem;
}
@media (min-width: 768px) { .bp-label { margin-bottom: 3.5rem; } }

.bp-headline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(3rem, 6vw, 5.5rem);
  font-weight: 400; line-height: 1.05;
  letter-spacing: -0.03em; color: #1a1a1a; margin: 0;
}
.bp-headline em {
  font-style: normal; font-weight: 500;
  background: linear-gradient(135deg, #000000 0%, #d4a96a 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Right column */
.bp-right { display: flex; flex-direction: column; gap: 1.0rem; }
@media (min-width: 768px) { .bp-right { padding-top: 0rem; } }

.bp-divider { width: 60px; height: 1.5px; background: #000000; opacity: 0.5; }

.bp-body {
    /* font-family: 'Montserrat', sans-serif; */
    font-size: clamp(0.85rem, 1.05vw, 1rem);
    font-weight: 400;
    line-height: 1.85;
    color: #000;
    max-width: 100%;
    margin: 0;
}
.bp-body strong { font-weight: 600; color: #1a1a1a; }

.bp-tagline {
  /*font-family: 'Playfair Display', serif;*/
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-style: normal; font-weight: 500;
  color: #1a1a1a; margin: 0.25rem 0 0;
}

.bp-cta {
  display: inline-flex; align-items: center; gap: 0.75rem; width: fit-content;
  margin-top: 0.5rem; border: 1.5px solid #1a1a1a; border-radius: 9999px;
  padding: 0.75rem 1.75rem;
  font-family: 'Montserrat', sans-serif; font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.18em;
  color: #1a1a1a; text-decoration: none; transition: all 0.3s ease;
}
.bp-cta:hover { background: #1a1a1a; color: #faf8f6; }
.bp-cta svg { width: 13px; height: 13px; }

@keyframes bpFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.bp-label    { animation: bpFadeUp 0.5s ease forwards; }
.bp-headline { animation: bpFadeUp 0.7s ease 0.1s forwards; opacity: 0; }
.bp-right    { animation: bpFadeUp 0.8s ease 0.2s forwards; opacity: 0; }


img.logo_main {
    width: 45%;
    padding-top: 10px;
}
a.navbar-logo {
    width: 50%;
}
img.logo_hero {
    width: 40% !important;
    margin: 0 auto !important;
}