
:root{
  --tys-black:#070707;
  --tys-charcoal:#181a1f;
  --tys-navy:#071a33;
  --tys-blue:#103a68;
  --tys-gold:#c99d42;
  --tys-gold-light:#ead081;
  --tys-red:#8e2430;
  --tys-cream:#f5f1e8;
  --tys-white:#fff;
  --tys-radius:24px;
  --tys-shadow:0 20px 55px rgba(0,0,0,.14);
}

.tys-home{overflow:hidden}
.tys-home,
.tys-home button,
.tys-home input{font-family:inherit}

.tys-announcement{
  padding:10px 20px;
  background:var(--tys-black);
  color:#fff;
  font-size:.75rem;
  letter-spacing:.08em;
}
.tys-announcement p{margin:0}

.tys-section{padding-top:88px!important;padding-bottom:88px!important}
.tys-cream{background:var(--tys-cream)}
.tys-dark-silk{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 15% 10%,rgba(201,157,66,.18),transparent 28%),
    radial-gradient(circle at 90% 85%,rgba(142,36,48,.18),transparent 30%),
    repeating-linear-gradient(128deg,rgba(255,255,255,.02) 0 2px,transparent 2px 25px),
    linear-gradient(135deg,#05070b,#0b2340 70%,#070707);
}
.tys-newsletter{
  padding:70px 20px!important;
  color:#fff;
  background:linear-gradient(135deg,#7c1724,var(--tys-red));
}
.tys-kicker{
  color:var(--tys-gold);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.17em;
}
.tys-kicker.light{color:var(--tys-gold-light)}
.tys-display{
  margin-top:8px!important;
  color:var(--tys-navy);
  font-family:inherit!important;
  font-size:clamp(2.4rem,5vw,5rem)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
}
.tys-display.light{color:#fff}
.tys-lead{
  max-width:760px;
  font-size:1.08rem;
  line-height:1.75;
  opacity:.85;
}
.tys-lead.light{color:rgba(255,255,255,.82)}

.tys-card-small{
  height:100%;
  padding:28px;
  border:1px solid rgba(7,26,51,.12);
  border-radius:var(--tys-radius);
  background:linear-gradient(145deg,#fff,#f8f6f1);
  box-shadow:0 8px 24px rgba(0,0,0,.05);
}
.tys-card-small h3{color:var(--tys-navy)}
.tys-card-small p{opacity:.72}

.tys-cover-card{
  overflow:hidden;
  border-radius:var(--tys-radius);
  box-shadow:var(--tys-shadow);
}
.tys-cover-card h3{
  margin-bottom:10px;
  font-size:clamp(2rem,3vw,3.4rem)!important;
}
.tys-cover-card .wp-block-cover__inner-container{
  padding:34px;
}
.tys-rounded-image img{
  width:100%;
  min-height:480px;
  object-fit:cover;
  border-radius:30px;
  box-shadow:var(--tys-shadow);
}

.tys-gold-button .wp-block-button__link{
  border:0;
  color:#111!important;
  font-weight:800;
  background:linear-gradient(135deg,var(--tys-gold-light),var(--tys-gold));
}
.tys-home .wp-block-button__link{
  padding:15px 27px;
  border-radius:999px;
}

.tys-ticker{
  margin-top:-18px!important;
  padding:0!important;
  overflow:hidden;
  transform:rotate(-1.2deg);
  background:linear-gradient(90deg,var(--tys-gold),var(--tys-gold-light),var(--tys-gold));
  border-block:2px solid #111;
  box-shadow:var(--tys-shadow);
}
.tys-ticker-line{
  width:max-content;
  margin:0;
  padding:14px 0;
  color:#080808;
  letter-spacing:.1em;
  white-space:nowrap;
  animation:tysTicker 26s linear infinite;
}
@keyframes tysTicker{to{transform:translateX(-50%)}}

/* Hero slider block */
.tys-hero-slider{
  position:relative;
  min-height:690px;
  color:#fff;
  background:#05070b;
}
.tys-hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .65s ease,visibility .65s ease;
  background-size:cover;
  background-position:center;
}
.tys-hero-slide.is-active{opacity:1;visibility:visible}
.tys-hero-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 18%,rgba(201,157,66,.18),transparent 28%),
    linear-gradient(90deg,rgba(2,7,13,.92),rgba(4,18,34,.66) 54%,rgba(0,0,0,.16));
}
.tys-hero-inner{
  position:relative;
  z-index:2;
  width:min(calc(100% - 40px),1400px);
  min-height:690px;
  margin:auto;
  display:flex;
  align-items:center;
}
.tys-hero-copy{max-width:720px}
.tys-hero-eyebrow{
  display:inline-block;
  padding:8px 14px;
  border:1px solid rgba(234,208,129,.45);
  border-radius:999px;
  color:var(--tys-gold-light);
  background:rgba(0,0,0,.25);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.tys-hero-title{
  margin:22px 0 20px;
  font-family:inherit;
  font-size:clamp(3.3rem,7vw,7rem);
  line-height:.9;
  letter-spacing:-.055em;
}
.tys-hero-title em{
  color:var(--tys-gold-light);
  font-style:normal;
}
.tys-hero-text{
  max-width:620px;
  font-size:1.15rem;
  line-height:1.65;
  color:rgba(255,255,255,.84);
}
.tys-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.tys-hero-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  color:#111;
  background:linear-gradient(135deg,var(--tys-gold-light),var(--tys-gold));
  font-weight:800;
  text-decoration:none;
}
.tys-hero-action.secondary{
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
  background:rgba(255,255,255,.07);
}
.tys-slider-controls{
  position:absolute;
  right:32px;
  bottom:32px;
  z-index:5;
  display:flex;
  gap:12px;
}
.tys-slider-button{
  width:56px;
  height:56px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:50%;
  color:#fff;
  background:rgba(0,0,0,.4);
  cursor:pointer;
}
.tys-slider-button:hover{color:#111;background:var(--tys-gold)}
.tys-slider-editor{
  padding:30px;
  color:#111;
  background:#eee;
}
.tys-slider-editor-note{
  margin-bottom:20px;
  padding:12px 15px;
  border-left:4px solid var(--tys-gold);
  background:#fff;
}

@media(max-width:900px){
  .tys-section{padding-top:64px!important;padding-bottom:64px!important}
  .tys-trust-grid,.tys-feature-cards,.tys-promo-grid{flex-wrap:wrap!important}
  .tys-trust-grid>.wp-block-column{flex-basis:calc(50% - 12px)!important}
  .tys-feature-cards>.wp-block-column,
  .tys-promo-grid>.wp-block-column{flex-basis:100%!important}
  .tys-hero-slider,.tys-hero-inner{min-height:620px}
}
@media(max-width:600px){
  .tys-trust-grid>.wp-block-column{flex-basis:100%!important}
  .tys-section{padding-left:18px!important;padding-right:18px!important}
  .tys-hero-inner{width:min(calc(100% - 26px),1400px)}
  .tys-hero-title{font-size:3.25rem}
  .tys-hero-actions{flex-direction:column;align-items:stretch}
  .tys-slider-controls{right:16px;bottom:18px}
  .tys-slider-button{width:48px;height:48px}
}
