
html {
    scroll-behavior: smooth;
}
strong {
    font-weight: 550;
}
.hero {
    width: calc(100vw - 32px);
    max-width: calc(100vw);
    height: calc(100svh - 90px - 53px);
    height: calc(100svh - 90px - 53px);
    margin: auto;
    margin: 0 16px 0 16px;
    /* background-color: #356f39; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 16px;
    color: white;
    font-family: "SF Pro", sans-serif;
    gap: 4vh;
    padding-top: 36px;
    overflow: hidden;
    position: relative;
}
.hero.cooklaborate {
    background: linear-gradient(307deg, #194b24 6.14%, #3b8b4b 98.68%);
}
.hero.medtime {
    background: linear-gradient(307deg, #118099 6.14%, #1597b4 98.68%);
}
.hero img {
    /* width: 50%; */
    max-height: 48%;
    max-width: 600px;
}
.hero .logo {
    position: relative;
    height: auto;
    width: 20%;
    max-height: 55px;
    max-width: 500px;
    min-width: 250px;
}
.kiosk .logo {
    max-height: 60px;
    object-fit: contain;
}
.kiosk img {
    max-height: calc(48% - 25px);
}
.pega .logo {
    /* max-height: 400px; */
    object-fit: contain;
    /* height: 50%;
    width: 55%;
    max-width: auto;
    height: 50%;  */
    mix-blend-mode: lighten;
}
.hero strong, .text-box h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.6;
    width: fit-content;
}
.hero p {
    font-family: "Instrument Serif", serif;
    font-size: 30px;
    margin: 0;
    font-style: italic;
}
.hero .section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.hero .description {
    display: flex;
    width: 90vw;
    max-width: 1092px;
    gap: 32px;
}
#read-more {
    position: absolute;
    bottom: 32px;
    color: white;
    text-decoration: none;
}
.body {
    max-width: 1092px;
    width: 90vw;
    margin: auto;
    display: flex;
    gap: 92px;
}
aside {
    position: sticky;
    top: 0;
    height: fit-content;
    display: flex;
    flex-direction: column;
    padding-top: 64px;
    transition: 0.5s ease-in-out!important;
}
.previous {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    display: flex;
    gap: 4px;
    color: rgba(255, 255, 255, 0.6)!important;
    align-items: center;
}
.extra-top-padding {
    padding-top: 155px;
}
aside ul {
    padding: 0;
    margin-top: 36px;
    width: max-content;
} 
aside a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 18px;
    font-weight: 250;
}
aside a.active {
  /* color: #0070f3;  */
  font-weight: 250;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease-out;
}
aside ::marker {
    color: rgba(0, 0, 0, 0)
}
#content {
    width: 90vw;
    width: 100%;
    max-width: 1092px;
    max-width: none;
    margin: auto;
    /* padding-top: 64px; */
    display: flex;
    flex-direction: column;
    /* gap: 80px; */
}
.text-box {
    display: flex;
    flex-direction: column;
    color: white;
    /* background-color: palegoldenrod; */
    gap: 80px;
    gap: 16px;
    padding-top: 64px;
    justify-content: space-evenly;
}

.text-box h3 {
    margin: 0;
    width: 120px;
    width: auto;
    color: #449f4a;
    line-height: 20px;
    font-weight: 500;
    opacity: 1;
}
.text-box .medtime {
    color: #1eb8db;
}
.text-box .eCW {
    color: #4087b3;
}
.text-box .pega {
    color: #665eba;
    background: none;
}
.text-box .sevenseas {
    color:#be805e;
    background: none;
}
.text-box .kiosk {
    color:#7f7ab7;
    background: none;
}
.text-box .visionfusion {
    color:#6e75dc;
    background: none;
}
.right {
    display: flex;
    flex-direction: column;
    /* background-color: purple; */
    gap: 16px;
    gap: 8px;
    width: 80%;
    width: 100%;
}
.text-box hr {
    display: block;
    opacity: 0.2 !important;
    height: 0.8px;
    border: none;
    background-color: white;
    width: 100%;
    margin: 0;
}
h2 {
    width: 100%;
    opacity: 1;
    animation: none;
    line-height: 48px;
    line-height: normal;
    font-size: 48px;
    margin-bottom: 8px;
    font-family: "Instrument Serif", serif;
}
.right p, .right li {
    font-size: 22px;
    font-size: 18px;
    font-weight: 250;
    line-height: 36px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.814);
    /* opacity: 0.8; */
    margin-left: 0;
}
.right p {
    margin-top: 12px;
    margin-bottom: 0;
}
.right ul {
    /* padding-left: 20px; */
    margin: 0;
}

/* Problem Cards Styling */
.problem-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: stretch;
}

.problem-cards.three-column {
    grid-template-columns: 1fr 1fr 1fr;
}

.problem-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    min-height: 120px;
}


.problem-card strong {
    display: block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    text-align: left;
    font-family: 'Instrument Serif', serif;
}


/* Ideation cards styling */
.ideation-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ideation-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.ideation-content strong {
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    text-align: left;
    font-family: 'Instrument Serif', serif;
}

.ideation-content strong::before {
    content: attr(data-number);
    font-size: 32px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 12px;
    font-family: 'Instrument Serif', serif;
}

.ideation-content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 0;
}

.ideation-content ul {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.ideation-image {
    width: 100%;
    text-align: center;
}

.ideation-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

/* Styled quotation for problem statement */
blockquote {
    font-family: 'Instrument Serif', serif;
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin: 0;
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    position: relative;
    line-height: 1.4;
}

blockquote::before {
    display: none;
}

blockquote::after {
    display: none;
}

.problem-card:not(.first-item) {
    margin-top: 0;
}

.problem-card {
    margin-bottom: 0!important;
}

/* Mobile responsiveness */
@media only screen and (max-width: 900px) {
    .problem-cards {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    
    .problem-card strong {
        font-size: 30px !important;
    }
    
    .ideation-content strong {
        font-size: 30px !important;
    }
    
    .problem-cards.three-column {
        grid-template-columns: 1fr;
    }
    
    .vs-divider {
        display: none !important;
    }
    
    .problem-card {
        padding: 20px;
    }
    
    .problem-card strong {
        font-size: 18px;
    }
}

/* Goals Card Styling */
.goals-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 24px;
    margin: 16px 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.goals-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.goals-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.goal-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
    padding: 0;
}

.goal-item:last-child {
    margin-bottom: 0;
}

.goal-checkbox {
    margin: 0;
    margin-right: 12px;
    margin-top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #be805e;
    border-radius: 3px;
    background-color: #be805e;
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goal-checkbox.checked::after {
    content: '✓';
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.goal-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    font-weight: 250;
    line-height: 28px;
    margin: 0;
    flex: 1;
}

/* Mobile responsiveness for goals card */
@media only screen and (max-width: 900px) {
    .goals-card {
        padding: 20px;
    }
    
    .goal-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .goal-checkbox {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    
    .goal-checkbox.checked::after {
        font-size: 10px;
    }
}
.right h4 {
    margin: 0;
    font-size: 36px;
    font-family: "Instrument Serif", serif;
    font-weight: 100;
    font-style: italic;
    /* opacity: 0.8; */
}
.first-item {
    margin-top: 0;
}
ul li ul li {
    margin-bottom: 0!important;
}
#style-guide {
    display: flex;
    margin: auto;
    max-width: 500px;
    flex-direction: column;
}

.two-photos, .three-photos, .four-photos, .five-photos {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
    row-gap: 32px;
    /* align-items: end; */
}
.three-photos {
    grid-template-columns: 1fr 1fr 1fr;
}
.four-photos {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.five-photos {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 16px;
}
.chart {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.509);
}
img.chart {
    border: 1px solid rgba(255, 255, 255, 0.145);
}
.caption {
    font-size: 16px!important;
    line-height: normal!important;
    width: 100%!important;
    text-align: center;
}
.caption a {
    color: inherit;
    text-decoration: underline;
}
.button {
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.7);
    width: fit-content;
    margin: auto;
    padding: 12px 24px 12px 24px;
    border-radius: 100px;
}
.button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}
.button p{
    color: white;
    margin-top: 0;
}
.bio {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
/* PERSONA */
.persona-card ol {
    padding-left: 20px;
}
.basic-info {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 20px;
}
.persona-pic {
    width: 100px;
}
ol {
    width: fit-content;
    padding-left: 0;
    margin-top: 1rem!important;
    margin-right: 0!important;

}
ol .item{
    width: calc(100% - 32px);
    text-align: left;
    min-width: 0;
}
.item {
    margin-left: 32px;
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(59, 59, 59);
  /* background-color: rgb(125, 125, 125); */
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(182, 182, 182, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #494949;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: rgb(105, 105, 105);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active, .dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
@media (min-width:900px) {
    
    .persona-card {
        display: flex;
        width: 100%;
        gap: 3rem;
        margin-bottom: 0;
    }
    .bio, .information {
        width: 50%;
    }
    .bottom {  
        margin-bottom: 0!important;
    }
    .item{
        width: calc(100% - 32px);
        text-align: left;
        min-width: 0;
    }
}

/* PHOTOS */
.changes {
    display: flex;
    column-gap: 64px;
    justify-content: center;
    /* justify-items: center; */
    /* align-items: center; */
}
.changes {
    margin-left: 0;
    padding-left: 0;
}
.changes .two-photos {
    margin-top: 12px;
}
.changes p {
    width: 100%;
}

.photo .static {
    display: block;
    position: absolute;
}


.photo .active {
}
td.checkbox {
    text-align: center;
    transform: scale(1.5);
    vertical-align: middle;
}
table {
    border-radius: 12px;
    border-collapse: collapse;
}
td, th {
    border: 1px solid rgba(221, 221, 221, 0.415);
    vertical-align: top;
}

/* Seven Seas Table Styling */
table .checkbox {
    text-align: center;
    width: 60px;
    position: relative;
}

/* Only apply checkbox styling to td elements, not th */
td.checkbox:not(:empty) {
    font-size: 0;
}

td.checkbox:not(:empty)::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #be805e;
    border-radius: 2px;
    background-color: #be805e;
    position: relative;
}

td.checkbox:not(:empty)::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
}

/* tr:nth-child(1){background-color: #fcfcfc;}
tr:nth-child(1) th {
    color: black;
} */
tr:nth-child(1) {
    background-color: rgba(255, 255, 255, 0.15);
}
th {
    text-align: left;
    
}
@media only screen and (max-width: 900px) {
    .changes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .changes p {
        width: 100%;
    }
    /* .changes .two-photos {
        min-width: 50%;
        max-width: 400px;
    } */
    .four-photos {
        grid-template-columns: 1fr 1fr;
    }
    .competitor {
        display: flex;
    }
    
}
@media only screen and (max-width: 900px) {
    aside {
        display: none;
    }
    .hero {
        height: calc(100vh - 100px - 16px);
        height: calc(100svh - 100px - 16px);
        gap: 24px;
        justify-content: center;
        padding-top: 0;
    }
    .hero p {
        font-size: 20px;
    }
    .hero strong, .text-box h3 {
        font-size: 10px;
    }
    .hero img {
        max-width: 70vw;
        /* max-width: 500px; */
        height: auto;
    }
    .pega img {
        height:fit-content;
    }
    .hero .logo {
        height: auto;
        width: 50%;
        max-width: 90%;
        min-width: 0;
    }
    .hero .section {
        gap: 4px;
    }
    .hero .description {
        width: 80vw;
        flex-direction: column;
        gap: 12px;
        max-width: 700px;
    }
    #read-more {
        bottom: 24px;
    }
    .hero .fa-chevron-down {
        display: inline!important;
    }
    .text-box {
        flex-direction: column;
        gap: 16px;
    }
    .text-box h3 {
        font-size: 12px;
        width: auto;
    }
    .right {
        width: 100%;
    }
    .right p, .right li {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: normal;
    }
    h2 {
        font-size: 40px;
    }
    .right h4 {
        font-size: 32px;
    }
    .two-photos, .three-photos {
        grid-template-columns: 1fr 1fr;
        row-gap: 32px;
    }
    .five-photos {
        grid-template-columns: 1fr 1fr 1fr;
    }
    
}
@media only screen and (max-width: 600px) {
    .three-photos {
        grid-template-columns: 1fr;
    }
    .five-photos {
        grid-template-columns: 1fr 1fr;
    }
    .landscape {
        grid-template-columns: 1fr;
    }
    .competitor {
        display: flex;
        flex-direction: column;
    }
    .competitor div {
        width: 100%!important;
    }
    .competitor .photo {
        width: 90%!important;
        max-width: 400px;
        margin: auto;
    }
    .kiosk img {
        width: 60vw;
    }
}

/* Blockquote styling to match paragraph font */
blockquote {
    font-family: "SF Pro", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    color: white;
    margin: 8px 0;
    padding: 16px 20px 16px 20px;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    text-align: left;
}

/* "How might we" quotes - Instrument Serif style */
blockquote.how-might-we {
    font-family: "Instrument Serif", serif;
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
    text-align: center;
    padding: 16px 20px;
}

