@import url("./cherie-tokens.css");

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  font-family:var(--tc-font);
  color:var(--tc-text);
  background:var(--tc-cream);
  overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%}

.tc-hub{min-height:100vh;background:var(--tc-cream)}
.tc-hub__header{
  position:absolute;
  z-index:20;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:min(1220px,calc(100% - 48px));
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  color:var(--tc-cream);
}
.tc-hub__brand{display:flex;align-items:center;gap:11px;text-decoration:none}
.tc-hub__brand-mark{
  width:42px;height:42px;display:grid;place-items:center;padding:5px;
  border-radius:12px;background:var(--tc-cream);box-shadow:0 10px 30px rgba(34,8,18,.22)
}
.tc-hub__brand-mark img{width:100%;height:100%;object-fit:contain}
.tc-hub__brand-copy{display:grid;gap:1px}
.tc-hub__brand-copy strong{font-size:13px;line-height:1.1;letter-spacing:.01em}
.tc-hub__brand-copy small{font-size:10px;opacity:.68}
.tc-hub__nav{display:flex;align-items:center;gap:6px}
.tc-hub__nav a{
  min-height:38px;display:inline-flex;align-items:center;padding:0 12px;border-radius:999px;
  text-decoration:none;font-size:11px;font-weight:800;color:rgba(253,244,233,.78);
  transition:background var(--tc-motion-fast) var(--tc-ease),color var(--tc-motion-fast) var(--tc-ease),transform var(--tc-motion-fast) var(--tc-ease)
}
.tc-hub__nav a:hover{color:var(--tc-cream);background:rgba(255,255,255,.08);transform:translateY(-1px)}
.tc-hub__nav .tc-hub__admin-link{border:1px solid rgba(255,255,255,.18);color:var(--tc-cream);margin-left:6px}

.tc-hero{
  min-height:700px;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(440px,.92fr);
  align-items:center;
  gap:22px;
  padding:128px max(24px,calc((100vw - 1220px)/2)) 78px;
  color:var(--tc-cream);
  background:
    radial-gradient(620px 460px at 89% 13%,rgba(247,194,204,.18),transparent 68%),
    radial-gradient(520px 420px at 10% 0%,rgba(253,244,233,.11),transparent 64%),
    linear-gradient(135deg,var(--tc-wine-deep) 0%,var(--tc-wine-dark) 44%,var(--tc-wine) 100%);
}
.tc-hero::before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.2;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:54px 54px;
  mask-image:linear-gradient(to bottom,#000 0%,transparent 88%);
}
.tc-hero__copy{position:relative;z-index:2;max-width:720px}
.tc-kicker,.tc-section-kicker{
  margin:0 0 15px;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase
}
.tc-kicker{color:var(--tc-pink)}
.tc-hero h1{
  margin:0;max-width:690px;color:var(--tc-cream);font-size:clamp(52px,7vw,94px);line-height:.88;
  letter-spacing:-.058em;font-weight:900
}
.tc-hero h1 span{color:var(--tc-pink)}
.tc-hero__lead{margin:25px 0 0;max-width:600px;color:rgba(253,244,233,.76);font-size:clamp(16px,1.8vw,19px);line-height:1.55;font-weight:550}
.tc-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:30px}
.tc-btn{
  min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:999px;
  text-decoration:none;font-size:12px;font-weight:900;transition:transform var(--tc-motion-fast) var(--tc-ease),box-shadow var(--tc-motion-fast) var(--tc-ease),background var(--tc-motion-fast) var(--tc-ease)
}
.tc-btn:hover{transform:translateY(-2px)}
.tc-btn--cream{background:var(--tc-cream);color:var(--tc-wine-dark);box-shadow:0 14px 34px rgba(34,8,18,.22)}
.tc-btn--outline{border:1px solid rgba(255,255,255,.25);color:var(--tc-cream);background:rgba(255,255,255,.04)}
.tc-btn--outline:hover{background:rgba(255,255,255,.09)}
.tc-btn--wine{background:var(--tc-wine-dark);color:var(--tc-cream);box-shadow:var(--tc-shadow-sm)}
.tc-hero__note{display:flex;align-items:flex-start;gap:9px;max-width:590px;margin-top:24px;color:rgba(253,244,233,.52);font-size:10.5px;line-height:1.45}
.tc-hero__note-dot{width:7px;height:7px;flex:0 0 7px;margin-top:4px;border-radius:50%;background:var(--tc-green);box-shadow:0 0 0 4px rgba(63,172,151,.12)}

.tc-hero__visual{position:relative;z-index:2;min-height:500px;display:grid;place-items:center}
.tc-values-orbit{position:relative;width:min(510px,42vw);aspect-ratio:1/1;isolation:isolate}
.tc-values-orbit::before,.tc-values-orbit::after{content:"";position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.11);pointer-events:none}
.tc-values-orbit::before{inset:9%}
.tc-values-orbit::after{inset:23%;border-color:rgba(255,255,255,.08)}
.tc-values-orbit__glow{position:absolute;inset:20%;border-radius:50%;background:radial-gradient(circle,rgba(247,194,204,.25),rgba(247,194,204,0) 70%);filter:blur(2px)}
.tc-botton{position:absolute;width:27%;aspect-ratio:1/1;object-fit:contain;filter:drop-shadow(0 18px 24px rgba(34,8,18,.28));transition:transform .28s var(--tc-ease),filter .28s var(--tc-ease);will-change:transform}
.tc-botton:hover{z-index:8;filter:drop-shadow(0 22px 30px rgba(34,8,18,.38))}
.tc-botton--1{left:3%;top:17%;transform:rotate(-12deg)}
.tc-botton--2{left:27%;top:0;transform:rotate(6deg)}
.tc-botton--3{right:5%;top:13%;transform:rotate(12deg)}
.tc-botton--4{right:0;top:42%;transform:rotate(-5deg)}
.tc-botton--5{right:11%;bottom:2%;transform:rotate(8deg)}
.tc-botton--6{left:31%;bottom:0;transform:rotate(-7deg)}
.tc-botton--7{left:2%;bottom:16%;transform:rotate(9deg)}
.tc-botton--8{left:0;top:45%;transform:rotate(-8deg)}
.tc-botton--1:hover{transform:rotate(-12deg) translateY(-7px) scale(1.05)}
.tc-botton--2:hover{transform:rotate(6deg) translateY(-7px) scale(1.05)}
.tc-botton--3:hover{transform:rotate(12deg) translateY(-7px) scale(1.05)}
.tc-botton--4:hover{transform:rotate(-5deg) translateY(-7px) scale(1.05)}
.tc-botton--5:hover{transform:rotate(8deg) translateY(-7px) scale(1.05)}
.tc-botton--6:hover{transform:rotate(-7deg) translateY(-7px) scale(1.05)}
.tc-botton--7:hover{transform:rotate(9deg) translateY(-7px) scale(1.05)}
.tc-botton--8:hover{transform:rotate(-8deg) translateY(-7px) scale(1.05)}
.tc-values-orbit__center{
  position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);width:28%;aspect-ratio:1/1;border-radius:50%;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px;
  background:rgba(253,244,233,.95);color:var(--tc-wine-dark);border:1px solid rgba(255,255,255,.7);box-shadow:0 22px 55px rgba(34,8,18,.28);backdrop-filter:blur(12px)
}
.tc-values-orbit__center img{width:42%;height:auto;margin-bottom:3px}
.tc-values-orbit__center strong{font-size:11px;line-height:1.1}
.tc-values-orbit__center span{font-size:9px;color:var(--tc-text-muted);margin-top:3px}

.tc-access{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:76px 0 78px}
.tc-section-heading{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:24px}
.tc-section-kicker{color:var(--tc-wine);margin-bottom:9px}
.tc-section-heading h2,.tc-values-section h2{margin:0;color:var(--tc-wine-dark);font-size:clamp(30px,4vw,46px);line-height:.98;letter-spacing:-.04em}
.tc-section-heading>p{max-width:440px;margin:0;color:var(--tc-text-muted);font-size:13px;line-height:1.5;text-align:right}
.tc-access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.tc-access-card{
  position:relative;min-height:260px;display:flex;flex-direction:column;padding:20px;border-radius:22px;text-decoration:none;overflow:hidden;
  border:1px solid rgba(133,59,82,.14);box-shadow:0 15px 34px rgba(86,34,52,.08);
  transition:transform var(--tc-motion-base) var(--tc-ease),box-shadow var(--tc-motion-base) var(--tc-ease),border-color var(--tc-motion-base) var(--tc-ease)
}
.tc-access-card::after{content:"";position:absolute;width:160px;height:160px;right:-70px;bottom:-70px;border-radius:50%;background:rgba(255,255,255,.24);transition:transform .3s var(--tc-ease)}
.tc-access-card:hover{transform:translateY(-5px);box-shadow:0 22px 46px rgba(86,34,52,.15);border-color:rgba(133,59,82,.22)}
.tc-access-card:hover::after{transform:scale(1.18)}
.tc-access-card--bottons{background:linear-gradient(155deg,#fff8ef,#f3dfcf);color:var(--tc-wine-dark)}
.tc-access-card--indicar{background:linear-gradient(155deg,#f9d7df,#f2bfc9);color:var(--tc-wine-dark)}
.tc-access-card--beneficios{background:linear-gradient(155deg,#dff3eb,#c5e7dc);color:#225c50}
.tc-access-card__index{position:relative;z-index:2;font-size:10px;font-weight:900;letter-spacing:.1em;opacity:.48}
.tc-access-card__body{position:relative;z-index:2;margin-top:auto;max-width:88%}
.tc-access-card__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:17px;border-radius:14px;background:rgba(255,255,255,.54);box-shadow:inset 0 0 0 1px rgba(118,40,65,.08)}
.tc-access-card__icon svg{width:22px;height:22px}
.tc-access-card h3{margin:0 0 8px;font-size:21px;line-height:1.02;letter-spacing:-.025em}
.tc-access-card p{margin:0;font-size:12.5px;line-height:1.48;opacity:.72}
.tc-access-card__arrow{position:absolute;z-index:2;right:18px;top:18px;width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.46);font-size:14px;transition:transform var(--tc-motion-fast) var(--tc-ease)}
.tc-access-card:hover .tc-access-card__arrow{transform:translate(2px,-2px)}

.tc-values-section{
  width:min(1220px,calc(100% - 48px));margin:0 auto 80px;padding:34px;border-radius:28px;
  background:linear-gradient(135deg,#fffaf5,#f6e9df);border:1px solid rgba(133,59,82,.14);box-shadow:0 18px 44px rgba(86,34,52,.09)
}
.tc-values-section__intro{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:27px}
.tc-values-section__intro>div{max-width:760px}
.tc-values-section__intro>div>p:last-child{margin:12px 0 0;max-width:680px;color:var(--tc-text-muted);font-size:13px;line-height:1.5}
.tc-values-list{display:flex;flex-wrap:wrap;gap:8px}
.tc-value-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border-radius:999px;font-size:11px;font-weight:900;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.tc-value-pill--excelencia{background:var(--tc-value-excelencia-bg);color:#f5f1ff}
.tc-value-pill--uau{background:var(--tc-value-uau-bg);color:#eefaff}
.tc-value-pill--comunidade{background:var(--tc-value-comunidade-bg);color:#214923}
.tc-value-pill--alma{background:var(--tc-value-alma-bg);color:#f7f2cf}
.tc-value-pill--inteligentileza{background:var(--tc-value-inteligentileza-bg);color:#fff4f6}
.tc-value-pill--inovacao{background:var(--tc-value-inovacao-bg);color:#5d4b00}
.tc-value-pill--seguranca{background:var(--tc-value-seguranca-bg);color:#58271b}
.tc-value-pill--paixao{background:var(--tc-value-paixao-bg);color:#5d1738}

.tc-hub__footer{width:min(1220px,calc(100% - 48px));margin:0 auto;padding:24px 0 34px;border-top:1px solid rgba(133,59,82,.14);display:flex;align-items:center;justify-content:space-between;gap:24px;color:var(--tc-text-muted)}
.tc-hub__footer-brand{display:flex;align-items:center;gap:9px}
.tc-hub__footer-brand img{width:31px;height:31px}
.tc-hub__footer-brand span{display:grid;gap:1px}
.tc-hub__footer-brand strong{font-size:11px;color:var(--tc-wine-dark)}
.tc-hub__footer-brand small{font-size:9px}
.tc-hub__footer-links{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}
.tc-hub__footer-links a{padding:7px 9px;border-radius:999px;text-decoration:none;font-size:10px;font-weight:800}
.tc-hub__footer-links a:hover{background:rgba(133,59,82,.07);color:var(--tc-wine-dark)}

@media(max-width:980px){
  .tc-hero{grid-template-columns:1fr;min-height:auto;padding-top:126px;padding-bottom:62px}
  .tc-hero__copy{max-width:780px}
  .tc-hero__visual{min-height:460px;margin-top:10px}
  .tc-values-orbit{width:min(500px,74vw)}
  .tc-access-grid{grid-template-columns:1fr 1fr}
  .tc-access-card:last-child{grid-column:1/-1}
}
@media(max-width:720px){
  .tc-hub__header{width:calc(100% - 28px);min-height:76px}
  .tc-hub__nav>a:not(.tc-hub__admin-link){display:none}
  .tc-hub__nav .tc-hub__admin-link{margin:0;padding:0 11px}
  .tc-hero{padding:112px 20px 54px}
  .tc-hero h1{font-size:clamp(48px,16vw,70px)}
  .tc-hero__visual{min-height:360px}
  .tc-values-orbit{width:min(390px,92vw)}
  .tc-values-orbit__center strong{font-size:9px}.tc-values-orbit__center span{font-size:8px}
  .tc-access{width:calc(100% - 28px);padding:54px 0}
  .tc-section-heading{display:grid;gap:10px}
  .tc-section-heading>p{text-align:left}
  .tc-access-grid{grid-template-columns:1fr}
  .tc-access-card:last-child{grid-column:auto}
  .tc-access-card{min-height:225px}
  .tc-values-section{width:calc(100% - 28px);padding:24px;margin-bottom:54px}
  .tc-values-section__intro{display:grid;align-items:start}
  .tc-values-section__intro .tc-btn{width:max-content}
  .tc-hub__footer{width:calc(100% - 28px);align-items:flex-start;display:grid}
  .tc-hub__footer-links{justify-content:flex-start}
}
@media(max-width:460px){
  .tc-hero__lead{font-size:15px}
  .tc-hero__actions{display:grid;grid-template-columns:1fr}
  .tc-btn{width:100%}
  .tc-hero__note{font-size:9.5px}
  .tc-hero__visual{min-height:310px}
  .tc-values-orbit{width:330px;max-width:94vw}
  .tc-values-section__intro .tc-btn{width:100%}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}
