:root {
  --bg: #fffaf4;
  --bg-2: #fffdf9;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-strong: rgba(255, 255, 255, 0.98);
  --surface-soft: rgba(255, 249, 244, 0.92);
  --line: rgba(215, 92, 71, 0.16);
  --line-strong: rgba(215, 92, 71, 0.3);
  --text: #321d18;
  --text-soft: #76524a;
  --white: #fffdf9;
  --brand: #bf2f26;
  --brand-deep: #8f1d18;
  --gold: #dcaa5a;
  --gold-soft: #f3d7a4;
  --shadow: 0 20px 48px rgba(123, 47, 30, 0.12);
  --shadow-soft: 0 14px 34px rgba(123, 47, 30, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --max-width: 640px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top, rgba(225, 111, 65, 0.12), transparent 24%),
    radial-gradient(circle at bottom left, rgba(220, 170, 90, 0.1), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #fff7ef 54%, #fffdf9 100%);
  color: var(--text);
  min-height: 100vh;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; }
img { max-width: 100%; }
svg { width: 1em; height: 1em; fill: currentColor; }

.page-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.ambient {
  position: fixed;
  inset: auto;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.72;
  pointer-events: none;
}
.ambient-one {
  width: 280px;
  height: 280px;
  background: rgba(191, 47, 38, 0.1);
  top: -110px;
  right: -90px;
}
.ambient-two {
  width: 260px;
  height: 260px;
  background: rgba(220, 170, 90, 0.12);
  bottom: 12%;
  left: -120px;
}

.global-decor {
  position: fixed;
  z-index: 0;
  pointer-events: none;
  opacity: 0.13;
  filter: saturate(0.96);
}
.global-decor-left {
  width: 220px;
  left: -56px;
  top: 26%;
}
.global-decor-right {
  width: 190px;
  right: -36px;
  top: 62%;
}

.profile-page {
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding: 24px 0 42px;
  position: relative;
  z-index: 1;
}

.hero-card {
  position: relative;
  min-height: 212px;
  border-radius: 38px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #fff0e5, #fff8f2);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.34), rgba(255, 244, 232, 0.74)),
    url('../img/hero-bg.jpg') center/cover no-repeat;
  transform: scale(1.05);
  filter: saturate(0.82) brightness(1.08);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(220, 170, 90, 0.26), transparent 28%),
    radial-gradient(circle at left center, rgba(191, 47, 38, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.12), rgba(255,255,255,0.22));
}
.hero-topbar {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
}
.brand-chip,
.site-chip {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.76);
  background: rgba(255, 253, 250, 0.62);
  border-radius: 999px;
  padding: 10px 14px;
  box-shadow: 0 8px 22px rgba(123, 47, 30, 0.08);
}
.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 70%;
}
.brand-chip span,
.site-chip {
  color: var(--text);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em;
}
.site-chip {
  white-space: nowrap;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.site-chip:hover,
.site-chip:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(123, 47, 30, 0.12);
  border-color: rgba(191, 47, 38, 0.28);
}

.identity-block {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.avatar-wrap {
  position: relative;
  width: 126px;
  height: 126px;
  margin-bottom: 18px;
}
.avatar-ring,
.avatar-core {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.avatar-ring {
  background: conic-gradient(from 180deg, var(--gold), var(--brand), #f0c98b, var(--brand-deep), var(--gold));
  padding: 3px;
  box-shadow: 0 14px 38px rgba(123, 47, 30, 0.16);
}
.avatar-ring::before {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
}
.avatar-core {
  inset: 9px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top, rgba(220,170,90,0.24), transparent 40%),
    linear-gradient(180deg, #462018 0%, #2a120f 100%);
  border: 1px solid rgba(255,255,255,0.16);
  overflow: hidden;
}
.avatar-core::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../img/logo.svg') center/54% no-repeat;
  opacity: 0.12;
  filter: brightness(2);
}
.avatar-core span {
  position: relative;
  z-index: 1;
  font-family: 'Cinzel', serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff4e6;
  letter-spacing: 0.08em;
}
.identity-copy {
  max-width: 520px;
}
.eyebrow {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
  font-weight: 700;
  color: #b8842a;
}
.identity-copy h1 {
  margin: 0;
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 7vw, 3rem);
  line-height: 1.08;
  color: var(--text);
}
.subtitle {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: rgba(50, 29, 24, 0.72);
}
.bio {
  margin: 14px auto 0;
  max-width: 480px;
  color: rgba(50, 29, 24, 0.74);
  line-height: 1.72;
  font-size: 14px;
}

.social-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.social-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,243,0.92));
  border: 1px solid rgba(191,47,38,0.12);
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.social-icon svg {
  width: 23px;
  height: 23px;
}
.social-icon--website { color: #b72e26; }
.social-icon--whatsapp { color: #1fa855; }
.social-icon--instagram svg {
  background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af 76%, #515bd4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.social-icon--facebook { color: #1877f2; }
.social-icon:hover,
.social-icon:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(220,170,90,0.5);
  box-shadow: 0 18px 30px rgba(123, 47, 30, 0.14);
}

.link-stack {
  margin-top: 28px;
  display: grid;
  gap: 14px;
}
.action-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 18px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(255,247,240,0.95));
  color: var(--text);
  border: 1px solid rgba(215, 92, 71, 0.14);
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  overflow: hidden;
}
.action-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(220,170,90,0.08), transparent 32%, transparent 68%, rgba(191,47,38,0.06));
  opacity: .9;
  pointer-events: none;
}
.action-card:hover,
.action-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 38px rgba(123, 47, 30, 0.14);
  border-color: rgba(220, 170, 90, 0.34);
}
.action-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}
.action-icon svg {
  width: 24px;
  height: 24px;
}
.action-icon--whatsapp { background: linear-gradient(135deg, #27c064, #14924c); }
.action-icon--website { background: linear-gradient(135deg, #d84b3f, #b3261f); }
.action-icon--catalogue { background: linear-gradient(135deg, #dfb35f, #c9912e); }
.action-icon--instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 52%, #8134af 76%, #515bd4); }
.action-icon--facebook { background: linear-gradient(135deg, #2b8cff, #1766d1); }
.action-copy,
.action-arrow {
  position: relative;
  z-index: 1;
}
.action-copy h2 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.2;
}
.action-copy p {
  margin: 0;
  color: rgba(50,29,24,0.68);
  font-size: 13px;
  line-height: 1.55;
}
.action-arrow {
  font-size: 22px;
  color: rgba(50,29,24,0.4);
}

.social-spotlight {
  margin-top: 28px;
  padding: 22px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,248,242,0.94));
  border: 1px solid rgba(215, 92, 71, 0.12);
  box-shadow: var(--shadow-soft);
}
.spotlight-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.spotlight-header h2 {
  margin: 4px 0 0;
  font-size: 22px;
  font-family: 'Cinzel', serif;
}
.spotlight-header a {
  font-size: 13px;
  font-weight: 700;
  color: var(--brand);
}
.spotlight-card {
  display: grid;
  gap: 18px;
}
.spotlight-visual {
  position: relative;
  min-height: 180px;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.14)),
    url('../img/hero-bg.jpg') center/cover no-repeat;
}
.spotlight-glow {
  position: absolute;
  inset: auto auto -48px -18px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(220,170,90,0.42), transparent 68%);
  filter: blur(12px);
}
.spotlight-grid {
  position: absolute;
  inset: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.spotlight-grid div {
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.28), rgba(255,255,255,0.12));
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
}
.spotlight-copy h3 {
  margin: 0 0 8px;
  font-size: 20px;
}
.spotlight-copy p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(50,29,24,0.72);
}
.spotlight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand), var(--brand-deep));
  color: var(--white);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(191,47,38,0.18);
}

.page-footer {
  margin-top: 28px;
  text-align: center;
  color: rgba(50,29,24,0.64);
}
.page-footer p {
  margin: 0 0 6px;
  font-weight: 700;
}
.page-footer span {
  font-size: 13px;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  animation: rise .72s ease forwards;
}
.reveal-delay-1 { animation-delay: .08s; }
.reveal-delay-2 { animation-delay: .14s; }
.reveal-delay-3 { animation-delay: .2s; }
.reveal-delay-4 { animation-delay: .26s; }
.reveal-delay-5 { animation-delay: .32s; }
.reveal-delay-6 { animation-delay: .38s; }

@keyframes rise {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[hidden] { display: none !important; }

@media (min-width: 768px) {
  .profile-page {
    padding-top: 34px;
  }
  .hero-card {
    min-height: 250px;
  }
  .social-spotlight {
    padding: 24px;
  }
  .spotlight-card {
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
  }
}

@media (max-width: 520px) {
  .profile-page {
    width: min(calc(100% - 20px), var(--max-width));
    padding-top: 14px;
  }
  .hero-card {
    min-height: 190px;
    border-radius: 30px;
  }
  .hero-topbar {
    padding: 14px;
  }
  .brand-chip,
  .site-chip {
    padding: 9px 12px;
  }
  .brand-chip span,
  .site-chip {
    font-size: 12px;
  }
  .global-decor-left {
    width: 160px;
    left: -44px;
    top: 31%;
  }
  .global-decor-right {
    width: 140px;
    right: -28px;
    top: 66%;
  }
  .avatar-wrap {
    width: 112px;
    height: 112px;
  }
  .avatar-core span {
    font-size: 36px;
  }
  .bio {
    font-size: 13.5px;
    line-height: 1.64;
  }
  .social-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }
  .social-icon svg {
    width: 22px;
    height: 22px;
  }
  .link-stack {
    gap: 12px;
  }
  .action-card {
    grid-template-columns: auto 1fr auto;
    padding: 16px;
    gap: 12px;
    border-radius: 22px;
  }
  .action-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }
  .action-copy h2 {
    font-size: 15.5px;
  }
  .action-copy p {
    font-size: 12.5px;
  }
  .action-arrow {
    font-size: 20px;
  }
  .spotlight-header {
    flex-direction: column;
  }
  .spotlight-header h2 {
    font-size: 20px;
  }
  .social-spotlight {
    padding: 18px;
    border-radius: 26px;
  }
  .spotlight-visual {
    min-height: 150px;
  }
}


/* updated social pills */
.social-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}
.social-icon {
  width: auto;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,243,0.92));
  border: 1px solid rgba(191,47,38,0.12);
  box-shadow: var(--shadow-soft);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.social-icon svg {
  width: 21px;
  height: 21px;
  flex: 0 0 auto;
}
.social-icon__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .social-icon {
    min-height: 50px;
    border-radius: 16px;
    padding: 0 16px;
  }
  .social-icon__label {
    font-size: 13px;
  }
}


.identity-copy--sales{padding-top:12px;}
