@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600&display=swap");

/* =========================================================
   SIU & HOTS — editorial layout (sh-*)
   Brand: ink #363587 · marigold #f5c307
   ========================================================= */

body.siu-page{
  background:#faf9f6;
}

.siu-page .sh-hero,
.siu-page .sh-siu,
.siu-page .sh-hots,
.siu-page .sh-together,
.siu-page .sh-cta{
  position:relative;
  overflow:visible;
  scroll-margin-top:96px;
}

.sh-kicker{
  display:inline-block;
  margin:0 0 12px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.sh-copy h1,
.sh-copy h2,
.sh-hots-intro h2,
.sh-cta-copy h2{
  margin:0 0 14px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.015em;
}
.sh-copy h1{
  font-size:clamp(1.85rem, 3.6vw, 2.85rem);
  display:flex;
  flex-direction:column;
  gap:4px;
}
.sh-title-part{
  display:block;
  font-size:inherit;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
}
.sh-title-join{
  display:block;
  color:var(--marigold);
  font-size:.72em;
  line-height:1;
}
.sh-lead{
  margin:0 0 16px;
  color:rgb(52, 50, 114);
  font-size:clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight:700;
  line-height:1.35;
}
.sh-copy h2,
.sh-hots-intro h2,
.sh-cta-copy h2{
  font-size:clamp(1.8rem, 3.2vw, 2.55rem);
}
.sh-copy p,
.sh-hots-intro p,
.sh-siu-points p,
.sh-hots-grid p,
.sh-pills p,
.sh-cta-copy p{
  margin:0 0 12px;
  color:rgb(33, 37, 41);
  line-height:1.7;
}
.sh-copy p:last-child{ margin-bottom:0; }

.sh-script{
  margin:18px 0 0;
  color:rgb(52, 50, 114);
  font-family:"Caveat", "Segoe Script", cursive;
  font-size:clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight:600;
  line-height:1.2;
  letter-spacing:.01em;
  transform:rotate(-3deg);
  background-image:linear-gradient(var(--marigold), var(--marigold));
  background-repeat:no-repeat;
  background-position:8px 100%;
  background-size:72% 7px;
  width:fit-content;
}
.sh-script-end{
  margin:0;
  flex:0 0 auto;
  background-size:68% 7px;
}

.sh-split{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(0, .95fr);
  gap:clamp(28px, 4.5vw, 64px);
  align-items:center;
}
.sh-split-media-first .sh-media{ order:1; }
.sh-split-media-first .sh-copy{ order:2; }
.sh-copy,
.sh-media{ min-width:0; }

.sh-frame{
  position:relative;
  margin:0;
  background:#eceaf5;
  box-shadow:14px 14px 0 var(--marigold);
}
.sh-frame img,
.sh-hots-photo img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.sh-photo-card{
  position:absolute;
  left:14px;
  bottom:14px;
  z-index:1;
  margin:0;
  max-width:11.5rem;
  padding:14px 16px;
  background:var(--marigold);
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:1.05rem;
  font-weight:700;
  line-height:1.25;
  letter-spacing:-.02em;
}

.sh-hero{
  padding:48px 0 40px;
  background:#fff;
}
.sh-hero .sh-media{ max-width:420px; justify-self:end; }

.sh-siu{
  padding:24px 0 48px;
  background:#fff;
}
.sh-siu-shell{
  display:grid;
  grid-template-columns:minmax(0, .95fr) minmax(0, 1.15fr);
  gap:clamp(28px, 4.5vw, 56px);
  align-items:center;
}
.sh-siu-media{ min-width:0; }
.sh-siu-photo{
  position:relative;
  margin:0;
  overflow:hidden;
  border-radius:22px;
  background:#eceaf5;
}
.sh-siu-photo img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.sh-siu-caption{
  position:absolute;
  right:18px;
  top:18%;
  z-index:1;
  margin:0;
  color:#fff;
  font-family:Helvetica, Arial, sans-serif;
  font-size:clamp(1.35rem, 2.4vw, 1.85rem);
  font-weight:700;
  line-height:1.15;
  letter-spacing:-.02em;
  text-align:right;
  text-shadow:0 6px 18px rgba(54, 53, 135, .28);
}
.sh-siu-points{
  list-style:none;
  margin:28px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:18px 16px;
}
.sh-siu-points li{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin:0;
  text-align:center;
}
.sh-point-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:72px;
  height:72px;
  margin:0 0 12px;
  border-radius:50%;
  color:rgb(52, 50, 114);
  font-size:1.2rem;
}
.sh-siu-ic-1{ background:#f7c6d5; }
.sh-siu-ic-2{ background:#c9dff7; }
.sh-siu-ic-3{ background:#fbe7a3; }
.sh-siu-points h3{
  margin:0 0 6px;
  min-height:2.6em;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.95rem;
  font-weight:700;
  line-height:1.3;
}
.sh-siu-points p{
  margin:0;
  font-size:.86rem;
  line-height:1.5;
}

.sh-hots{
  padding:8px 0 40px;
  background:#fff;
}
.sh-hots-panel{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(240px, .95fr) minmax(220px, .85fr);
  gap:clamp(22px, 3.5vw, 40px);
  align-items:center;
  padding:clamp(28px, 4vw, 44px);
  background:#f7f4ee;
  border-radius:24px;
}
.sh-hots-intro{ min-width:0; }
.sh-hots-intro .btn{ margin-top:8px; }
.sh-hots-photo{
  margin:0;
  overflow:hidden;
  border-radius:20px;
  background:#eceaf5;
}
.sh-hots-photo img{
  width:100%;
  height:auto;
  object-fit:contain;
  object-position:center center;
  display:block;
}
.sh-hots-list{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:18px;
}
.sh-hots-list li{
  display:grid;
  grid-template-columns:48px minmax(0, 1fr);
  gap:12px;
  align-items:center;
  margin:0;
}
.sh-hots-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:48px;
  height:48px;
  border-radius:50%;
  color:rgb(52, 50, 114);
  font-size:1.05rem;
}
.sh-ic-1{ background:#f7c6d5; }
.sh-ic-2{ background:#c9dff7; }
.sh-ic-3{ background:#fbe7a3; }
.sh-ic-4{ background:#c8ecd4; }
.sh-hots-list h3{
  margin:0 0 2px;
  color:rgb(52, 50, 114);
  font-family:Helvetica, Arial, sans-serif;
  font-size:.98rem;
  font-weight:700;
}
.sh-hots-list p{
  margin:0;
  font-size:.86rem;
  line-height:1.45;
}

.sh-together{
  padding:48px 0;
  background:#faf9f6;
}
.sh-pills{
  list-style:none;
  margin:22px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:16px;
}
.sh-pills li{
  margin:0;
  padding:16px 14px;
  text-align:center;
  background:#fff;
  border-top:3px solid var(--marigold);
}
.sh-pill-ic{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  margin:0 0 8px;
  color:rgb(52, 50, 114);
  font-size:1.1rem;
}
.sh-pills strong{
  display:block;
  margin:0 0 4px;
  color:rgb(52, 50, 114);
  font-size:.95rem;
}
.sh-pills p{ margin:0; font-size:.86rem; }

.sh-cta{
  padding:48px 0 56px;
  overflow:hidden;
  background:
    linear-gradient(180deg, #f7f3ea 0%, #efe6d4 55%, #e4d7be 100%);
}
.sh-cta-mountains{
  position:absolute;
  inset:auto 0 0 0;
  height:42%;
  background:
    radial-gradient(ellipse 80% 90% at 18% 100%, #cbb58a 0%, transparent 62%),
    radial-gradient(ellipse 70% 80% at 52% 110%, #b79d72 0%, transparent 60%),
    radial-gradient(ellipse 90% 100% at 88% 100%, #a88b62 0%, transparent 58%);
  pointer-events:none;
}
.sh-cta-panel{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);
  gap:clamp(20px, 3vw, 36px);
  align-items:center;
}
.sh-cta-copy{ min-width:0; max-width:36rem; }
.sh-cta-copy .sh-kicker{ color:rgb(52, 50, 114); }
.sh-cta-side{
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.sh-cta-actions{
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:12px;
  margin:0;
  width:min(100%, 240px);
}
.sh-cta-actions .btn{
  width:100%;
  justify-content:center;
}
.sh-cta-ghost{
  color:rgb(52, 50, 114);
  background:#fff;
  border:1.5px solid rgb(52, 50, 114);
}
.sh-cta-ghost:hover{
  background:rgba(54, 53, 135, .06);
  transform:translateY(-3px);
}

@media (max-width:980px){
  .sh-split,
  .sh-hots-panel,
  .sh-cta-panel,
  .sh-pills,
  .sh-siu-shell{
    grid-template-columns:1fr;
    gap:28px;
  }
  .sh-hero .sh-media{ order:2; max-width:360px; justify-self:start; }
  .sh-hero .sh-copy{ order:1; }
  .sh-split-media-first .sh-media{ order:2; }
  .sh-split-media-first .sh-copy{ order:1; }
  .sh-frame{ box-shadow:10px 10px 0 var(--marigold); }
}

@media (max-width:640px){
  .sh-hero,
  .sh-together,
  .sh-cta{ padding:30px 0; }
  .sh-pills,
  .sh-siu-points{ grid-template-columns:1fr; }
  .sh-cta-actions{ flex-wrap:wrap; }
  .sh-cta-side{
    flex-direction:column;
    align-items:flex-start;
  }
  .sh-photo-card{ font-size:.95rem; max-width:10.5rem; }
}
